char-def.lua /size: 5233 Kb    last modification: 2024-01-16 09:02
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
23Updated end 2021 as prelude to ar's remote talk at the meeting. Needs some indic
24checking (see comment field).
25
26Todo: get rid of specials = { "font", ... } in math ... we have already vectors.
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  adobename="controlSTX",
97  category="cc",
98  description="START OF HEADING",
99  direction="bn",
100  linebreak="cm",
101  unicodeslot=0x1,
102 },
103 {
104  adobename="controlSOT",
105  category="cc",
106  description="START OF TEXT",
107  direction="bn",
108  linebreak="cm",
109  unicodeslot=0x2,
110 },
111 {
112  adobename="controlETX",
113  category="cc",
114  description="END OF TEXT",
115  direction="bn",
116  linebreak="cm",
117  unicodeslot=0x3,
118 },
119 {
120  adobename="controlEOT",
121  category="cc",
122  description="END OF TRANSMISSION",
123  direction="bn",
124  linebreak="cm",
125  unicodeslot=0x4,
126 },
127 {
128  adobename="controlENQ",
129  category="cc",
130  description="ENQUIRY",
131  direction="bn",
132  linebreak="cm",
133  unicodeslot=0x5,
134 },
135 {
136  adobename="controlACK",
137  category="cc",
138  description="ACKNOWLEDGE",
139  direction="bn",
140  linebreak="cm",
141  unicodeslot=0x6,
142 },
143 {
144  adobename="controlBEL",
145  category="cc",
146  description="BELL",
147  direction="bn",
148  linebreak="cm",
149  unicodeslot=0x7,
150 },
151 {
152  adobename="controlBS",
153  category="cc",
154  description="BACKSPACE",
155  direction="bn",
156  linebreak="cm",
157  unicodeslot=0x8,
158 },
159 {
160  adobename="controlHT",
161  category="cc",
162  description="CHARACTER TABULATION",
163  direction="s",
164  linebreak="ba",
165  synonyms={ "horizontal tabulation", "ht", "tab" },
166  unicodeslot=0x9,
167 },
168 {
169  adobename="controlLF",
170  category="cc",
171  description="LINE FEED (LF)",
172  direction="b",
173  linebreak="lf",
174  synonyms={ "end of line", "eol", "lf", "new line", "nl" },
175  unicodeslot=0xA,
176 },
177 {
178  adobename="controlVT",
179  category="cc",
180  description="LINE TABULATION",
181  direction="s",
182  linebreak="bk",
183  synonyms={ "vertical tabulation", "vt" },
184  unicodeslot=0xB,
185 },
186 {
187  adobename="controlFF",
188  category="cc",
189  description="FORM FEED (FF)",
190  direction="ws",
191  linebreak="bk",
192  synonyms={ "ff" },
193  unicodeslot=0xC,
194 },
195 {
196  adobename="controlCR",
197  category="cc",
198  description="CARRIAGE RETURN (CR)",
199  direction="b",
200  linebreak="cr",
201  synonyms={ "cr" },
202  unicodeslot=0xD,
203 },
204 {
205  adobename="controlSO",
206  category="cc",
207  description="SHIFT OUT",
208  direction="bn",
209  linebreak="cm",
210  unicodeslot=0xE,
211 },
212 {
213  adobename="controlSI",
214  category="cc",
215  description="SHIFT IN",
216  direction="bn",
217  linebreak="cm",
218  unicodeslot=0xF,
219 },
220 {
221  adobename="controlDLE",
222  category="cc",
223  description="DATA LINK ESCAPE",
224  direction="bn",
225  linebreak="cm",
226  unicodeslot=0x10,
227 },
228 {
229  adobename="controlDC1",
230  category="cc",
231  description="DEVICE CONTROL ONE",
232  direction="bn",
233  linebreak="cm",
234  unicodeslot=0x11,
235 },
236 {
237  adobename="controlDC2",
238  category="cc",
239  description="DEVICE CONTROL TWO",
240  direction="bn",
241  linebreak="cm",
242  unicodeslot=0x12,
243 },
244 {
245  adobename="controlDC3",
246  category="cc",
247  description="DEVICE CONTROL THREE",
248  direction="bn",
249  linebreak="cm",
250  unicodeslot=0x13,
251 },
252 {
253  adobename="controlDC4",
254  category="cc",
255  description="DEVICE CONTROL FOUR",
256  direction="bn",
257  linebreak="cm",
258  unicodeslot=0x14,
259 },
260 {
261  adobename="controlNAK",
262  category="cc",
263  description="NEGATIVE ACKNOWLEDGE",
264  direction="bn",
265  linebreak="cm",
266  unicodeslot=0x15,
267 },
268 {
269  adobename="controlSYN",
270  category="cc",
271  description="SYNCHRONOUS IDLE",
272  direction="bn",
273  linebreak="cm",
274  unicodeslot=0x16,
275 },
276 {
277  adobename="controlETB",
278  category="cc",
279  description="END OF TRANSMISSION BLOCK",
280  direction="bn",
281  linebreak="cm",
282  unicodeslot=0x17,
283 },
284 {
285  adobename="controlCAN",
286  category="cc",
287  description="CANCEL",
288  direction="bn",
289  linebreak="cm",
290  unicodeslot=0x18,
291 },
292 {
293  adobename="controlEM",
294  category="cc",
295  description="END OF MEDIUM",
296  direction="bn",
297  linebreak="cm",
298  unicodeslot=0x19,
299 },
300 {
301  adobename="controlSUB",
302  category="cc",
303  description="SUBSTITUTE",
304  direction="bn",
305  linebreak="cm",
306  unicodeslot=0x1A,
307 },
308 {
309  adobename="controlESC",
310  category="cc",
311  description="ESCAPE",
312  direction="bn",
313  linebreak="cm",
314  unicodeslot=0x1B,
315 },
316 {
317  adobename="controlFS",
318  category="cc",
319  description="INFORMATION SEPARATOR FOUR",
320  direction="b",
321  linebreak="cm",
322  synonyms={ "file separator" },
323  unicodeslot=0x1C,
324 },
325 {
326  adobename="controlGS",
327  category="cc",
328  description="INFORMATION SEPARATOR THREE",
329  direction="b",
330  linebreak="cm",
331  synonyms={ "group separator" },
332  unicodeslot=0x1D,
333 },
334 {
335  adobename="controlRS",
336  category="cc",
337  description="INFORMATION SEPARATOR TWO",
338  direction="b",
339  linebreak="cm",
340  synonyms={ "record separator" },
341  unicodeslot=0x1E,
342 },
343 {
344  adobename="controlUS",
345  category="cc",
346  description="INFORMATION SEPARATOR ONE",
347  direction="s",
348  linebreak="cm",
349  synonyms={ "unit separator" },
350  unicodeslot=0x1F,
351 },
352 {
353  adobename="space",
354  category="zs",
355  cjkwd="na",
356  description="SPACE",
357  direction="ws",
358  linebreak="sp",
359  unicodeslot=0x20,
360 },
361 {
362  adobename="exclam",
363  category="po",
364  cjkwd="na",
365  description="EXCLAMATION MARK",
366  direction="on",
367  linebreak="ex",
368  mathclass="factorial",
369  synonyms={ "bang", "factorial" },
370  unicodeslot=0x21,
371 },
372 {
373  adobename="quotedbl",
374  category="po",
375  cjkwd="na",
376  contextname="quotedbl",
377  description="QUOTATION MARK",
378  direction="on",
379  linebreak="qu",
380  mathclass="ordinary",
381  synonyms={ "neutral quotation mark" },
382  unicodeslot=0x22,
383 },
384 {
385  adobename="numbersign",
386  category="po",
387  cjkwd="na",
388  contextname="texthash",
389  description="NUMBER SIGN",
390  direction="et",
391  linebreak="al",
392  mathclass="binary",
393  mathname="mathhash",
394  synonyms={ "crosshatch", "hash", "octothorpe", "pound sign" },
395  unicodeslot=0x23,
396  variants=variants_emoji,
397 },
398 {
399  adobename="dollar",
400  category="sc",
401  cjkwd="na",
402  contextname="textdollar",
403  description="DOLLAR SIGN",
404  direction="et",
405  linebreak="pr",
406  mathclass="binary",
407  mathname="mathdollar",
408  synonyms={ "escudo", "milreis" },
409  unicodeslot=0x24,
410 },
411 {
412  adobename="percent",
413  category="po",
414  cjkwd="na",
415  contextname="textpercent",
416  description="PERCENT SIGN",
417  direction="et",
418  linebreak="po",
419  mathclass="binary",
420  mathname="mathpercent",
421  unicodeslot=0x25,
422 },
423 {
424  adobename="ampersand",
425  category="po",
426  cjkwd="na",
427  contextname="textampersand",
428  description="AMPERSAND",
429  direction="on",
430  linebreak="al",
431  mathclass="binary",
432  mathname="mathampersand",
433  unicodeslot=0x26,
434 },
435 {
436  adobename="quotesingle",
437  category="po",
438  cjkwd="na",
439  contextname="quotesingle",
440  description="APOSTROPHE",
441  direction="on",
442  linebreak="qu",
443  mathclass="ordinary",
444  synonyms={ "apl quote", "apostrophe-quote", "neutral single quotation mark" },
445  unicodeslot=0x27,
446 },
447 {
448  adobename="parenleft",
449  category="ps",
450  cjkwd="na",
451  description="LEFT PARENTHESIS",
452  direction="on",
453  linebreak="op",
454  mathclass="open",
455  mathname="lparent",
456  mirror=0x29,
457  synonyms={ "opening parenthesis" },
458  textclass="open",
459  unicodeslot=0x28,
460 },
461 {
462  adobename="parenright",
463  category="pe",
464  cjkwd="na",
465  description="RIGHT PARENTHESIS",
466  direction="on",
467  linebreak="cp",
468  mathclass="close",
469  mathname="rparent",
470  mirror=0x28,
471  synonyms={ "closing parenthesis" },
472  textclass="close",
473  unicodeslot=0x29,
474 },
475 {
476  adobename="asterisk",
477  category="po",
478  cjkwd="na",
479  description="ASTERISK",
480  direction="on",
481  linebreak="al",
482  mathclass="binary",
483  mathsymbol=0x2217,
484  synonyms={ "star" },
485  unicodeslot=0x2A,
486  variants=variants_emoji,
487 },
488 {
489  adobename="plus",
490  category="sm",
491  cjkwd="na",
492  description="PLUS SIGN",
493  direction="es",
494  linebreak="pr",
495  mathclass="binary",
496  mathgroup="nary arithmetic",
497  unicodeslot=0x2B,
498 },
499 {
500  adobename="comma",
501  category="po",
502  cjkwd="na",
503  contextname="textcomma",
504  description="COMMA",
505  direction="cs",
506  linebreak="is",
507  mathclass="punctuation",
508  synonyms={ "decimal separator" },
509  unicodeslot=0x2C,
510 },
511 {
512  adobename="hyphen",
513  category="pd",
514  cjkwd="na",
515  contextname="texthyphen",
516  description="HYPHEN-MINUS",
517  direction="es",
518  linebreak="hy",
519  mathclass="ordinary",
520  mathextensible="h",
521  mathfiller="relfill",
522  mathgroup="binary arithmetic",
523  mathname="mathhyphen",
524  mathsymbol=0x2212,
525  synonyms={ "hyphen or minus sign", "hyphus" },
526  unicodeslot=0x2D,
527 },
528 {
529  adobename="period",
530  category="po",
531  cjkwd="na",
532  comment="class needed for autopunctuation",
533  contextname="textperiod",
534  description="FULL STOP",
535  direction="cs",
536  linebreak="is",
537  mathspec={
538   {
539    class="binary",
540    name="ldot",
541   },
542   {
543    class="punctuation",
544    name="ldotp",
545   },
546  },
547  synonyms={ "decimal point", "dot", "period" },
548  unicodeslot=0x2E,
549 },
550 {
551  adobename="slash",
552  category="po",
553  cjkwd="na",
554  contextname="textslash",
555  description="SOLIDUS",
556  direction="cs",
557  linebreak="sy",
558  mathclass="division",
559  mathspec={
560   {
561    class="division",
562    name="slash",
563   },
564   {
565    class="division",
566    name="solidus",
567   },
568  },
569  synonyms={ "slash", "virgule" },
570  unicodeslot=0x2F,
571 },
572 {
573  adobename="zero",
574  category="nd",
575  cjkwd="na",
576  description="DIGIT ZERO",
577  direction="en",
578  linebreak="nu",
579  mathclass="digit",
580  unicodeslot=0x30,
581  variants={
582   [0xFE00]="short diagonal stroke form",
583   [0xFE0E]="text style",
584   [0xFE0F]="emoji style",
585  },
586 },
587 {
588  adobename="one",
589  category="nd",
590  cjkwd="na",
591  description="DIGIT ONE",
592  direction="en",
593  linebreak="nu",
594  mathclass="digit",
595  unicodeslot=0x31,
596  variants=variants_emoji,
597 },
598 {
599  adobename="two",
600  category="nd",
601  cjkwd="na",
602  description="DIGIT TWO",
603  direction="en",
604  linebreak="nu",
605  mathclass="digit",
606  unicodeslot=0x32,
607  variants=variants_emoji,
608 },
609 {
610  adobename="three",
611  category="nd",
612  cjkwd="na",
613  description="DIGIT THREE",
614  direction="en",
615  linebreak="nu",
616  mathclass="digit",
617  unicodeslot=0x33,
618  variants=variants_emoji,
619 },
620 {
621  adobename="four",
622  category="nd",
623  cjkwd="na",
624  description="DIGIT FOUR",
625  direction="en",
626  linebreak="nu",
627  mathclass="digit",
628  unicodeslot=0x34,
629  variants=variants_emoji,
630 },
631 {
632  adobename="five",
633  category="nd",
634  cjkwd="na",
635  description="DIGIT FIVE",
636  direction="en",
637  linebreak="nu",
638  mathclass="digit",
639  unicodeslot=0x35,
640  variants=variants_emoji,
641 },
642 {
643  adobename="six",
644  category="nd",
645  cjkwd="na",
646  description="DIGIT SIX",
647  direction="en",
648  linebreak="nu",
649  mathclass="digit",
650  unicodeslot=0x36,
651  variants=variants_emoji,
652 },
653 {
654  adobename="seven",
655  category="nd",
656  cjkwd="na",
657  description="DIGIT SEVEN",
658  direction="en",
659  linebreak="nu",
660  mathclass="digit",
661  unicodeslot=0x37,
662  variants=variants_emoji,
663 },
664 {
665  adobename="eight",
666  category="nd",
667  cjkwd="na",
668  description="DIGIT EIGHT",
669  direction="en",
670  linebreak="nu",
671  mathclass="digit",
672  unicodeslot=0x38,
673  variants=variants_emoji,
674 },
675 {
676  adobename="nine",
677  category="nd",
678  cjkwd="na",
679  description="DIGIT NINE",
680  direction="en",
681  linebreak="nu",
682  mathclass="digit",
683  unicodeslot=0x39,
684  variants=variants_emoji,
685 },
686 {
687  adobename="colon",
688  category="po",
689  cjkwd="na",
690  comment="mathclass=punctuation,mathname=colon,mathsymbol=0x2236",
691  description="COLON",
692  direction="cs",
693  linebreak="is",
694  mathclass="relation",
695--mathsymbol=0x2236,
696  unicodeslot=0x3A,
697 },
698 {
699  adobename="semicolon",
700  category="po",
701  cjkwd="na",
702  description="SEMICOLON",
703  direction="on",
704  linebreak="is",
705  mathclass="punctuation",
706  synonyms={ "greek question mark" },
707  unicodeslot=0x3B,
708 },
709 {
710  adobename="less",
711  category="sm",
712  cjkwd="na",
713  description="LESS-THAN SIGN",
714  direction="on",
715  linebreak="al",
716  mathclass="relation",
717  mathgroup="nary relation",
718  mathname="lt",
719  mirror=0x3E,
720  textclass="open",
721  unicodeslot=0x3C,
722 },
723 {
724  adobename="equal",
725  category="sm",
726  cjkwd="na",
727  comment="mathclass=binary",
728  description="EQUALS SIGN",
729  direction="on",
730  linebreak="al",
731  mathextensible="h",
732  mathfiller="equalfill",
733  mathgroup="nary relation",
734  mathspec={
735   {
736    class="relation",
737    name="eq",
738   },
739   {
740    class="relation",
741    comment="useless",
742    name="Relbar",
743   },
744  },
745  unicodeslot=0x3D,
746 },
747 {
748  adobename="greater",
749  category="sm",
750  cjkwd="na",
751  description="GREATER-THAN SIGN",
752  direction="on",
753  linebreak="al",
754  mathclass="relation",
755  mathgroup="nary relation",
756  mathname="gt",
757  mirror=0x3C,
758  textclass="close",
759  unicodeslot=0x3E,
760 },
761 {
762  adobename="question",
763  category="po",
764  cjkwd="na",
765  description="QUESTION MARK",
766  direction="on",
767  linebreak="ex",
768  mathclass="close",
769  unicodeslot=0x3F,
770 },
771 {
772  adobename="at",
773  category="po",
774  cjkwd="na",
775  contextname="textat",
776  description="COMMERCIAL AT",
777  direction="on",
778  linebreak="al",
779  synonyms={ "at sign" },
780  unicodeslot=0x40,
781 },
782 {
783  adobename="A",
784  category="lu",
785  cjkwd="na",
786  description="LATIN CAPITAL LETTER A",
787  direction="l",
788  lccode=0x61,
789  linebreak="al",
790  unicodeslot=0x41,
791 },
792 {
793  adobename="B",
794  category="lu",
795  cjkwd="na",
796  description="LATIN CAPITAL LETTER B",
797  direction="l",
798  lccode=0x62,
799  linebreak="al",
800  unicodeslot=0x42,
801 },
802 {
803  adobename="C",
804  category="lu",
805  cjkwd="na",
806  description="LATIN CAPITAL LETTER C",
807  direction="l",
808  lccode=0x63,
809  linebreak="al",
810  unicodeslot=0x43,
811 },
812 {
813  adobename="D",
814  category="lu",
815  cjkwd="na",
816  description="LATIN CAPITAL LETTER D",
817  direction="l",
818  lccode=0x64,
819  linebreak="al",
820  unicodeslot=0x44,
821 },
822 {
823  adobename="E",
824  category="lu",
825  cjkwd="na",
826  description="LATIN CAPITAL LETTER E",
827  direction="l",
828  lccode=0x65,
829  linebreak="al",
830  unicodeslot=0x45,
831 },
832 {
833  adobename="F",
834  category="lu",
835  cjkwd="na",
836  description="LATIN CAPITAL LETTER F",
837  direction="l",
838  lccode=0x66,
839  linebreak="al",
840  unicodeslot=0x46,
841 },
842 {
843  adobename="G",
844  category="lu",
845  cjkwd="na",
846  description="LATIN CAPITAL LETTER G",
847  direction="l",
848  lccode=0x67,
849  linebreak="al",
850  unicodeslot=0x47,
851 },
852 {
853  adobename="H",
854  category="lu",
855  cjkwd="na",
856  description="LATIN CAPITAL LETTER H",
857  direction="l",
858  lccode=0x68,
859  linebreak="al",
860  unicodeslot=0x48,
861 },
862 {
863  adobename="I",
864  category="lu",
865  cjkwd="na",
866  contextname="dotlessI",
867  description="LATIN CAPITAL LETTER I",
868  direction="l",
869  lccode=0x69,
870  linebreak="al",
871  unicodeslot=0x49,
872 },
873 {
874  adobename="J",
875  category="lu",
876  cjkwd="na",
877  contextname="dotlessJ",
878  description="LATIN CAPITAL LETTER J",
879  direction="l",
880  lccode=0x6A,
881  linebreak="al",
882  unicodeslot=0x4A,
883 },
884 {
885  adobename="K",
886  category="lu",
887  cjkwd="na",
888  description="LATIN CAPITAL LETTER K",
889  direction="l",
890  lccode=0x6B,
891  linebreak="al",
892  unicodeslot=0x4B,
893 },
894 {
895  adobename="L",
896  category="lu",
897  cjkwd="na",
898  description="LATIN CAPITAL LETTER L",
899  direction="l",
900  lccode=0x6C,
901  linebreak="al",
902  unicodeslot=0x4C,
903 },
904 {
905  adobename="M",
906  category="lu",
907  cjkwd="na",
908  description="LATIN CAPITAL LETTER M",
909  direction="l",
910  lccode=0x6D,
911  linebreak="al",
912  unicodeslot=0x4D,
913 },
914 {
915  adobename="N",
916  category="lu",
917  cjkwd="na",
918  description="LATIN CAPITAL LETTER N",
919  direction="l",
920  lccode=0x6E,
921  linebreak="al",
922  unicodeslot=0x4E,
923 },
924 {
925  adobename="O",
926  category="lu",
927  cjkwd="na",
928  description="LATIN CAPITAL LETTER O",
929  direction="l",
930  lccode=0x6F,
931  linebreak="al",
932  unicodeslot=0x4F,
933 },
934 {
935  adobename="P",
936  category="lu",
937  cjkwd="na",
938  description="LATIN CAPITAL LETTER P",
939  direction="l",
940  lccode=0x70,
941  linebreak="al",
942  unicodeslot=0x50,
943 },
944 {
945  adobename="Q",
946  category="lu",
947  cjkwd="na",
948  description="LATIN CAPITAL LETTER Q",
949  direction="l",
950  lccode=0x71,
951  linebreak="al",
952  unicodeslot=0x51,
953 },
954 {
955  adobename="R",
956  category="lu",
957  cjkwd="na",
958  description="LATIN CAPITAL LETTER R",
959  direction="l",
960  lccode=0x72,
961  linebreak="al",
962  unicodeslot=0x52,
963 },
964 {
965  adobename="S",
966  category="lu",
967  cjkwd="na",
968  description="LATIN CAPITAL LETTER S",
969  direction="l",
970  lccode=0x73,
971  linebreak="al",
972  unicodeslot=0x53,
973 },
974 {
975  adobename="T",
976  category="lu",
977  cjkwd="na",
978  description="LATIN CAPITAL LETTER T",
979  direction="l",
980  lccode=0x74,
981  linebreak="al",
982  unicodeslot=0x54,
983 },
984 {
985  adobename="U",
986  category="lu",
987  cjkwd="na",
988  description="LATIN CAPITAL LETTER U",
989  direction="l",
990  lccode=0x75,
991  linebreak="al",
992  unicodeslot=0x55,
993 },
994 {
995  adobename="V",
996  category="lu",
997  cjkwd="na",
998  description="LATIN CAPITAL LETTER V",
999  direction="l",
1000  lccode=0x76,
1001  linebreak="al",
1002  unicodeslot=0x56,
1003 },
1004 {
1005  adobename="W",
1006  category="lu",
1007  cjkwd="na",
1008  description="LATIN CAPITAL LETTER W",
1009  direction="l",
1010  lccode=0x77,
1011  linebreak="al",
1012  unicodeslot=0x57,
1013 },
1014 {
1015  adobename="X",
1016  category="lu",
1017  cjkwd="na",
1018  description="LATIN CAPITAL LETTER X",
1019  direction="l",
1020  lccode=0x78,
1021  linebreak="al",
1022  unicodeslot=0x58,
1023 },
1024 {
1025  adobename="Y",
1026  category="lu",
1027  cjkwd="na",
1028  description="LATIN CAPITAL LETTER Y",
1029  direction="l",
1030  lccode=0x79,
1031  linebreak="al",
1032  unicodeslot=0x59,
1033 },
1034 {
1035  adobename="Z",
1036  category="lu",
1037  cjkwd="na",
1038  description="LATIN CAPITAL LETTER Z",
1039  direction="l",
1040  lccode=0x7A,
1041  linebreak="al",
1042  unicodeslot=0x5A,
1043 },
1044 {
1045  adobename="bracketleft",
1046  category="ps",
1047  cjkwd="na",
1048  description="LEFT SQUARE BRACKET",
1049  direction="on",
1050  linebreak="op",
1051  mathclass="open",
1052  mathname="lbracket",
1053  mirror=0x5D,
1054  synonyms={ "opening square bracket" },
1055  textclass="open",
1056  unicodeslot=0x5B,
1057 },
1058 {
1059  adobename="backslash",
1060  category="po",
1061  cjkwd="na",
1062  contextname="textbackslash",
1063  description="REVERSE SOLIDUS",
1064  direction="on",
1065  linebreak="pr",
1066  mathclass="division",
1067  mathname="backslash",
1068  synonyms={ "backslash" },
1069  unicodeslot=0x5C,
1070 },
1071 {
1072  adobename="bracketright",
1073  category="pe",
1074  cjkwd="na",
1075  description="RIGHT SQUARE BRACKET",
1076  direction="on",
1077  linebreak="cp",
1078  mathclass="close",
1079  mathname="rbracket",
1080  mirror=0x5B,
1081  synonyms={ "closing square bracket" },
1082  textclass="close",
1083  unicodeslot=0x5D,
1084 },
1085 {
1086  adobename="asciicircum",
1087  category="sk",
1088  cjkwd="na",
1089  comment="the Hat looks rediculous in most fonts",
1090  contextname="textasciicircum",
1091  description="CIRCUMFLEX ACCENT",
1092  direction="on",
1093  linebreak="al",
1094--mathclass="topaccent",
1095--mathname="Hat",
1096  synonyms={ "spacing circumflex accent" },
1097  unicodeslot=0x5E,
1098 },
1099 {
1100  adobename="underscore",
1101  category="pc",
1102  cjkwd="na",
1103  contextname="textunderscore",
1104  description="LOW LINE",
1105  direction="on",
1106  linebreak="al",
1107  synonyms={ "spacing underscore" },
1108  unicodeslot=0x5F,
1109 },
1110 {
1111  adobename="grave",
1112  category="sk",
1113  cjkwd="na",
1114  contextname="textgrave",
1115  description="GRAVE ACCENT",
1116  direction="on",
1117  linebreak="al",
1118  mathspec={
1119   {
1120    class="topaccent",
1121    name="grave",
1122   },
1123   {
1124    class="topaccent",
1125    name="widegrave",
1126    stretch="h",
1127   },
1128  },
1129  synonyms={ "spacing grave accent" },
1130  unicodeslot=0x60,
1131 },
1132 {
1133  adobename="a",
1134  category="ll",
1135  cjkwd="na",
1136  description="LATIN SMALL LETTER A",
1137  direction="l",
1138  linebreak="al",
1139  uccode=0x41,
1140  unicodeslot=0x61,
1141 },
1142 {
1143  adobename="b",
1144  category="ll",
1145  cjkwd="na",
1146  description="LATIN SMALL LETTER B",
1147  direction="l",
1148  linebreak="al",
1149  uccode=0x42,
1150  unicodeslot=0x62,
1151 },
1152 {
1153  adobename="c",
1154  category="ll",
1155  cjkwd="na",
1156  description="LATIN SMALL LETTER C",
1157  direction="l",
1158  linebreak="al",
1159  uccode=0x43,
1160  unicodeslot=0x63,
1161 },
1162 {
1163  adobename="d",
1164  category="ll",
1165  cjkwd="na",
1166  description="LATIN SMALL LETTER D",
1167  direction="l",
1168  linebreak="al",
1169  uccode=0x44,
1170  unicodeslot=0x64,
1171 },
1172 {
1173  adobename="e",
1174  category="ll",
1175  cjkwd="na",
1176  description="LATIN SMALL LETTER E",
1177  direction="l",
1178  linebreak="al",
1179  uccode=0x45,
1180  unicodeslot=0x65,
1181 },
1182 {
1183  adobename="f",
1184  category="ll",
1185  cjkwd="na",
1186  description="LATIN SMALL LETTER F",
1187  direction="l",
1188  linebreak="al",
1189  uccode=0x46,
1190  unicodeslot=0x66,
1191 },
1192 {
1193  adobename="g",
1194  category="ll",
1195  cjkwd="na",
1196  description="LATIN SMALL LETTER G",
1197  direction="l",
1198  linebreak="al",
1199  uccode=0x47,
1200  unicodeslot=0x67,
1201 },
1202 {
1203  adobename="h",
1204  category="ll",
1205  cjkwd="na",
1206  description="LATIN SMALL LETTER H",
1207  direction="l",
1208  linebreak="al",
1209  uccode=0x48,
1210  unicodeslot=0x68,
1211 },
1212 {
1213  adobename="i",
1214  category="ll",
1215  cjkwd="na",
1216  contextname="idotaccent",
1217  description="LATIN SMALL LETTER I",
1218  direction="l",
1219  linebreak="al",
1220  uccode=0x49,
1221  unicodeslot=0x69,
1222 },
1223 {
1224  adobename="j",
1225  category="ll",
1226  cjkwd="na",
1227  description="LATIN SMALL LETTER J",
1228  direction="l",
1229  linebreak="al",
1230  uccode=0x4A,
1231  unicodeslot=0x6A,
1232 },
1233 {
1234  adobename="k",
1235  category="ll",
1236  cjkwd="na",
1237  description="LATIN SMALL LETTER K",
1238  direction="l",
1239  linebreak="al",
1240  uccode=0x4B,
1241  unicodeslot=0x6B,
1242 },
1243 {
1244  adobename="l",
1245  category="ll",
1246  cjkwd="na",
1247  description="LATIN SMALL LETTER L",
1248  direction="l",
1249  linebreak="al",
1250  uccode=0x4C,
1251  unicodeslot=0x6C,
1252 },
1253 {
1254  adobename="m",
1255  category="ll",
1256  cjkwd="na",
1257  description="LATIN SMALL LETTER M",
1258  direction="l",
1259  linebreak="al",
1260  uccode=0x4D,
1261  unicodeslot=0x6D,
1262 },
1263 {
1264  adobename="n",
1265  category="ll",
1266  cjkwd="na",
1267  description="LATIN SMALL LETTER N",
1268  direction="l",
1269  linebreak="al",
1270  uccode=0x4E,
1271  unicodeslot=0x6E,
1272 },
1273 {
1274  adobename="o",
1275  category="ll",
1276  cjkwd="na",
1277  description="LATIN SMALL LETTER O",
1278  direction="l",
1279  linebreak="al",
1280  uccode=0x4F,
1281  unicodeslot=0x6F,
1282 },
1283 {
1284  adobename="p",
1285  category="ll",
1286  cjkwd="na",
1287  description="LATIN SMALL LETTER P",
1288  direction="l",
1289  linebreak="al",
1290  uccode=0x50,
1291  unicodeslot=0x70,
1292 },
1293 {
1294  adobename="q",
1295  category="ll",
1296  cjkwd="na",
1297  description="LATIN SMALL LETTER Q",
1298  direction="l",
1299  linebreak="al",
1300  uccode=0x51,
1301  unicodeslot=0x71,
1302 },
1303 {
1304  adobename="r",
1305  category="ll",
1306  cjkwd="na",
1307  description="LATIN SMALL LETTER R",
1308  direction="l",
1309  linebreak="al",
1310  uccode=0x52,
1311  unicodeslot=0x72,
1312 },
1313 {
1314  adobename="s",
1315  category="ll",
1316  cjkwd="na",
1317  description="LATIN SMALL LETTER S",
1318  direction="l",
1319  linebreak="al",
1320  uccode=0x53,
1321  unicodeslot=0x73,
1322 },
1323 {
1324  adobename="t",
1325  category="ll",
1326  cjkwd="na",
1327  description="LATIN SMALL LETTER T",
1328  direction="l",
1329  linebreak="al",
1330  uccode=0x54,
1331  unicodeslot=0x74,
1332 },
1333 {
1334  adobename="u",
1335  category="ll",
1336  cjkwd="na",
1337  description="LATIN SMALL LETTER U",
1338  direction="l",
1339  linebreak="al",
1340  uccode=0x55,
1341  unicodeslot=0x75,
1342 },
1343 {
1344  adobename="v",
1345  category="ll",
1346  cjkwd="na",
1347  description="LATIN SMALL LETTER V",
1348  direction="l",
1349  linebreak="al",
1350  uccode=0x56,
1351  unicodeslot=0x76,
1352 },
1353 {
1354  adobename="w",
1355  category="ll",
1356  cjkwd="na",
1357  description="LATIN SMALL LETTER W",
1358  direction="l",
1359  linebreak="al",
1360  uccode=0x57,
1361  unicodeslot=0x77,
1362 },
1363 {
1364  adobename="x",
1365  category="ll",
1366  cjkwd="na",
1367  description="LATIN SMALL LETTER X",
1368  direction="l",
1369  linebreak="al",
1370  uccode=0x58,
1371  unicodeslot=0x78,
1372 },
1373 {
1374  adobename="y",
1375  category="ll",
1376  cjkwd="na",
1377  description="LATIN SMALL LETTER Y",
1378  direction="l",
1379  linebreak="al",
1380  uccode=0x59,
1381  unicodeslot=0x79,
1382 },
1383 {
1384  adobename="z",
1385  category="ll",
1386  cjkwd="na",
1387  description="LATIN SMALL LETTER Z",
1388  direction="l",
1389  linebreak="al",
1390  uccode=0x5A,
1391  unicodeslot=0x7A,
1392 },
1393 {
1394  adobename="braceleft",
1395  category="ps",
1396  cjkwd="na",
1397  contextname="textbraceleft",
1398  description="LEFT CURLY BRACKET",
1399  direction="on",
1400  linebreak="op",
1401  mathclass="open",
1402  mathname="lbrace",
1403  mirror=0x7D,
1404  synonyms={ "opening brace", "opening curly bracket" },
1405  textclass="open",
1406  unicodeslot=0x7B,
1407 },
1408 {
1409  adobename="verticalbar",
1410  category="sm",
1411  cjkwd="na",
1412  comment="mathclass=binary,mathname=bar",
1413  contextname="textbar",
1414  description="VERTICAL LINE",
1415  direction="on",
1416  linebreak="ba",
1417  mathclass="ordinary",
1418  mathspec={
1419-- {
1420--  class="ordinary",
1421--  name="arrowvert",
1422-- },
1423   {
1424    class="delimiter",
1425    name="vert",
1426   },
1427   {
1428    class="open",
1429    name="lvert",
1430   },
1431   {
1432    class="middle",
1433    name="mvert",
1434   },
1435   {
1436    class="close",
1437    name="rvert",
1438   },
1439   {
1440    class="delimiter",
1441    name="singleverticalbar",
1442   },
1443  },
1444  synonyms={ "absolute value", "vertical bar" },
1445  unicodeslot=0x7C,
1446 },
1447 {
1448  adobename="braceright",
1449  category="pe",
1450  cjkwd="na",
1451  contextname="textbraceright",
1452  description="RIGHT CURLY BRACKET",
1453  direction="on",
1454  linebreak="cl",
1455  mathclass="close",
1456  mathname="rbrace",
1457  mirror=0x7B,
1458  synonyms={ "closing brace", "closing curly bracket" },
1459  textclass="close",
1460  unicodeslot=0x7D,
1461 },
1462 {
1463  adobename="asciitilde",
1464  category="sm",
1465  cjkwd="na",
1466  contextname="textasciitilde",
1467  description="TILDE",
1468  direction="on",
1469  linebreak="al",
1470  mathclass="relation",
1471  synonyms={ "spacing tilde" },
1472  unicodeslot=0x7E,
1473 },
1474 {
1475  adobename="controlDEL",
1476  category="cc",
1477  description="DELETE",
1478  direction="bn",
1479  linebreak="cm",
1480  unicodeslot=0x7F,
1481 },
1482 {
1483  category="cc",
1484  description="NONE",
1485  direction="bn",
1486  linebreak="cm",
1487  unicodeslot=0x80,
1488 },
1489 {
1490  category="cc",
1491  description="NONE",
1492  direction="bn",
1493  linebreak="cm",
1494  unicodeslot=0x81,
1495 },
1496 {
1497  category="cc",
1498  description="BREAK PERMITTED HERE",
1499  direction="bn",
1500  linebreak="cm",
1501  unicodeslot=0x82,
1502 },
1503 {
1504  category="cc",
1505  description="NO BREAK HERE",
1506  direction="bn",
1507  linebreak="cm",
1508  unicodeslot=0x83,
1509 },
1510 {
1511  category="cc",
1512  description="NONE",
1513  direction="bn",
1514  linebreak="cm",
1515  unicodeslot=0x84,
1516 },
1517 {
1518  category="cc",
1519  description="NEXT LINE (NEL)",
1520  direction="b",
1521  linebreak="nl",
1522  synonyms={ "nel" },
1523  unicodeslot=0x85,
1524 },
1525 {
1526  category="cc",
1527  description="START OF SELECTED AREA",
1528  direction="bn",
1529  linebreak="cm",
1530  unicodeslot=0x86,
1531 },
1532 {
1533  category="cc",
1534  description="END OF SELECTED AREA",
1535  direction="bn",
1536  linebreak="cm",
1537  unicodeslot=0x87,
1538 },
1539 {
1540  category="cc",
1541  description="CHARACTER TABULATION SET",
1542  direction="bn",
1543  linebreak="cm",
1544  unicodeslot=0x88,
1545 },
1546 {
1547  category="cc",
1548  description="CHARACTER TABULATION WITH JUSTIFICATION",
1549  direction="bn",
1550  linebreak="cm",
1551  unicodeslot=0x89,
1552 },
1553 {
1554  category="cc",
1555  description="LINE TABULATION SET",
1556  direction="bn",
1557  linebreak="cm",
1558  unicodeslot=0x8A,
1559 },
1560 {
1561  category="cc",
1562  description="PARTIAL LINE FORWARD",
1563  direction="bn",
1564  linebreak="cm",
1565  unicodeslot=0x8B,
1566 },
1567 {
1568  category="cc",
1569  description="PARTIAL LINE BACKWARD",
1570  direction="bn",
1571  linebreak="cm",
1572  unicodeslot=0x8C,
1573 },
1574 {
1575  category="cc",
1576  description="REVERSE LINE FEED",
1577  direction="bn",
1578  linebreak="cm",
1579  unicodeslot=0x8D,
1580 },
1581 {
1582  category="cc",
1583  description="SINGLE SHIFT TWO",
1584  direction="bn",
1585  linebreak="cm",
1586  unicodeslot=0x8E,
1587 },
1588 {
1589  category="cc",
1590  description="SINGLE SHIFT THREE",
1591  direction="bn",
1592  linebreak="cm",
1593  unicodeslot=0x8F,
1594 },
1595 {
1596  category="cc",
1597  description="DEVICE CONTROL STRING",
1598  direction="bn",
1599  linebreak="cm",
1600  unicodeslot=0x90,
1601 },
1602 {
1603  category="cc",
1604  description="PRIVATE USE ONE",
1605  direction="bn",
1606  linebreak="cm",
1607  unicodeslot=0x91,
1608 },
1609 {
1610  category="cc",
1611  description="PRIVATE USE TWO",
1612  direction="bn",
1613  linebreak="cm",
1614  unicodeslot=0x92,
1615 },
1616 {
1617  category="cc",
1618  description="SET TRANSMIT STATE",
1619  direction="bn",
1620  linebreak="cm",
1621  unicodeslot=0x93,
1622 },
1623 {
1624  category="cc",
1625  description="CANCEL CHARACTER",
1626  direction="bn",
1627  linebreak="cm",
1628  unicodeslot=0x94,
1629 },
1630 {
1631  category="cc",
1632  description="MESSAGE WAITING",
1633  direction="bn",
1634  linebreak="cm",
1635  unicodeslot=0x95,
1636 },
1637 {
1638  category="cc",
1639  description="START OF GUARDED AREA",
1640  direction="bn",
1641  linebreak="cm",
1642  unicodeslot=0x96,
1643 },
1644 {
1645  category="cc",
1646  description="END OF GUARDED AREA",
1647  direction="bn",
1648  linebreak="cm",
1649  unicodeslot=0x97,
1650 },
1651 {
1652  category="cc",
1653  description="START OF STRING",
1654  direction="bn",
1655  linebreak="cm",
1656  unicodeslot=0x98,
1657 },
1658 {
1659  category="cc",
1660  description="NONE",
1661  direction="bn",
1662  linebreak="cm",
1663  unicodeslot=0x99,
1664 },
1665 {
1666  category="cc",
1667  description="SINGLE CHARACTER INTRODUCER",
1668  direction="bn",
1669  linebreak="cm",
1670  unicodeslot=0x9A,
1671 },
1672 {
1673  category="cc",
1674  description="CONTROL SEQUENCE INTRODUCER",
1675  direction="bn",
1676  linebreak="cm",
1677  unicodeslot=0x9B,
1678 },
1679 {
1680  category="cc",
1681  description="STRING TERMINATOR",
1682  direction="bn",
1683  linebreak="cm",
1684  unicodeslot=0x9C,
1685 },
1686 {
1687  category="cc",
1688  description="OPERATING SYSTEM COMMAND",
1689  direction="bn",
1690  linebreak="cm",
1691  unicodeslot=0x9D,
1692 },
1693 {
1694  category="cc",
1695  description="PRIVACY MESSAGE",
1696  direction="bn",
1697  linebreak="cm",
1698  unicodeslot=0x9E,
1699 },
1700 {
1701  category="cc",
1702  description="APPLICATION PROGRAM COMMAND",
1703  direction="bn",
1704  linebreak="cm",
1705  unicodeslot=0x9F,
1706 },
1707 {
1708  adobename="nonbreakingspace",
1709  category="zs",
1710  contextname="nobreakspace",
1711  description="NO-BREAK SPACE",
1712  direction="cs",
1713  linebreak="gl",
1714  mongolian="nj",
1715  specials={ "nobreak", 0x20 },
1716  synonyms={ "nbsp", "non-breaking space" },
1717  unicodeslot=0xA0,
1718 },
1719 {
1720  adobename="exclamdown",
1721  category="po",
1722  cjkwd="a",
1723  contextname="exclamdown",
1724  description="INVERTED EXCLAMATION MARK",
1725  direction="on",
1726  linebreak="op",
1727  unicodeslot=0xA1,
1728 },
1729 {
1730  adobename="cent",
1731  category="sc",
1732  cjkwd="na",
1733  contextname="textcent",
1734  description="CENT SIGN",
1735  direction="et",
1736  linebreak="po",
1737  unicodeslot=0xA2,
1738 },
1739 {
1740  adobename="sterling",
1741  category="sc",
1742  cjkwd="na",
1743  contextname="textsterling",
1744  description="POUND SIGN",
1745  direction="et",
1746  linebreak="pr",
1747  synonyms={ "irish punt", "italian lira", "pound sterling" },
1748  unicodeslot=0xA3,
1749 },
1750 {
1751  adobename="currency",
1752  category="sc",
1753  cjkwd="a",
1754  contextname="textcurrency",
1755  description="CURRENCY SIGN",
1756  direction="et",
1757  linebreak="pr",
1758  unicodeslot=0xA4,
1759 },
1760 {
1761  adobename="yen",
1762  category="sc",
1763  cjkwd="na",
1764  contextname="textyen",
1765  description="YEN SIGN",
1766  direction="et",
1767  linebreak="pr",
1768  mathclass="ordinary",
1769  mathname="yen",
1770  synonyms={ "yuan sign" },
1771  unicodeslot=0xA5,
1772 },
1773 {
1774  adobename="brokenbar",
1775  category="so",
1776  cjkwd="na",
1777  contextname="textbrokenbar",
1778  description="BROKEN BAR",
1779  direction="on",
1780  linebreak="al",
1781  synonyms={ "broken vertical bar", "parted rule" },
1782  unicodeslot=0xA6,
1783 },
1784 {
1785  adobename="section",
1786  category="so",
1787  cjkwd="a",
1788  contextname="sectionmark",
1789  description="SECTION SIGN",
1790  direction="on",
1791  linebreak="ai",
1792  mathclass="ordinary",
1793  mathname="S",
1794  synonyms={ "european paragraph sign" },
1795  unicodeslot=0xA7,
1796 },
1797 {
1798  adobename="dieresis",
1799  category="sk",
1800  cjkwd="a",
1801  contextname="textdiaeresis",
1802  description="DIAERESIS",
1803  direction="on",
1804  linebreak="ai",
1805  mathspec={
1806   {
1807    class="topaccent",
1808    name="ddot",
1809   },
1810   {
1811    class="topaccent",
1812    name="wideddot",
1813    stretch="h",
1814   },
1815  },
1816  specials={ "compat", 0x20, 0x308 },
1817  synonyms={ "spacing diaeresis" },
1818  unicodeslot=0xA8,
1819 },
1820 {
1821  adobename="copyright",
1822  category="so",
1823  contextname="copyright",
1824  description="COPYRIGHT SIGN",
1825  direction="on",
1826  linebreak="al",
1827  unicodeslot=0xA9,
1828  variants=variants_emoji,
1829 },
1830 {
1831  adobename="ordfeminine",
1832  category="ll",
1833  cjkwd="a",
1834  contextname="ordfeminine",
1835  description="FEMININE ORDINAL INDICATOR",
1836  direction="l",
1837  linebreak="ai",
1838  specials={ "super", 0x61 },
1839  unicodeslot=0xAA,
1840 },
1841 {
1842  adobename="guillemotleft",
1843  category="pi",
1844  contextname="leftguillemot",
1845  description="LEFT-POINTING DOUBLE ANGLE QUOTATION MARK",
1846  direction="on",
1847  linebreak="qu",
1848  mirror=0xBB,
1849  synonyms={ "chevrons", "left pointing guillemet" },
1850  textclass="open",
1851  unicodeslot=0xAB,
1852 },
1853 {
1854  adobename="logicalnot",
1855  category="sm",
1856  cjkwd="na",
1857  contextname="textlognot",
1858  description="NOT SIGN",
1859  direction="on",
1860  linebreak="al",
1861  mathspec={
1862   {
1863    class="ordinary",
1864    name="lnot",
1865   },
1866   {
1867    class="ordinary",
1868    name="neg",
1869   },
1870  },
1871  synonyms={ "angled dash" },
1872  unicodeslot=0xAC,
1873 },
1874 {
1875  adobename="softhyphen",
1876  category="cf",
1877  cjkwd="a",
1878  contextname="softhyphen",
1879  description="SOFT HYPHEN",
1880  direction="bn",
1881  linebreak="ba",
1882  synonyms={ "discretionary hyphen", "shy" },
1883  unicodeslot=0xAD,
1884 },
1885 {
1886  adobename="registered",
1887  category="so",
1888  cjkwd="a",
1889  contextname="registered",
1890  description="REGISTERED SIGN",
1891  direction="on",
1892  linebreak="al",
1893  synonyms={ "registered trade mark sign" },
1894  unicodeslot=0xAE,
1895  variants=variants_emoji,
1896 },
1897 {
1898  adobename="macron",
1899  category="sk",
1900  cjkwd="na",
1901  contextname="textmacron",
1902  description="MACRON",
1903  direction="on",
1904  linebreak="al",
1905--mathclass="topaccent",
1906--mathfiller="barfill",
1907--mathmleq=0x203E,
1908  mathspec={
1909   {
1910    class="topaccent",
1911    name="bar",
1912   },
1913   {
1914    class="topaccent",
1915    name="widebar",
1916    stretch="h",
1917   },
1918  },
1919  specials={ "compat", 0x20, 0x304 },
1920  synonyms={ "apl overbar", "overline", "spacing macron" },
1921  unicodeslot=0xAF,
1922 },
1923 {
1924  adobename="degree",
1925  category="so",
1926  cjkwd="a",
1927  contextname="textdegree",
1928  description="DEGREE SIGN",
1929  direction="et",
1930  linebreak="po",
1931  unicodeslot=0xB0,
1932 },
1933 {
1934  adobename="plusminus",
1935  category="sm",
1936  cjkwd="a",
1937  contextname="textpm",
1938  description="PLUS-MINUS SIGN",
1939  direction="et",
1940  linebreak="pr",
1941  mathclass="binary",
1942  mathname="pm",
1943  unicodeslot=0xB1,
1944 },
1945 {
1946  adobename="twosuperior",
1947  category="no",
1948  cjkwd="a",
1949  contextname="twosuperior",
1950  description="SUPERSCRIPT TWO",
1951  direction="en",
1952  linebreak="ai",
1953  specials={ "super", 0x32 },
1954  synonyms={ "squared" },
1955  unicodeslot=0xB2,
1956 },
1957 {
1958  adobename="threesuperior",
1959  category="no",
1960  cjkwd="a",
1961  contextname="threesuperior",
1962  description="SUPERSCRIPT THREE",
1963  direction="en",
1964  linebreak="ai",
1965  specials={ "super", 0x33 },
1966  synonyms={ "cubed" },
1967  unicodeslot=0xB3,
1968 },
1969 {
1970  adobename="acute",
1971  category="sk",
1972  cjkwd="a",
1973  contextname="textacute",
1974  description="ACUTE ACCENT",
1975  direction="on",
1976  linebreak="bb",
1977  mathspec={
1978   {
1979    class="topaccent",
1980    name="acute",
1981   },
1982   {
1983    class="topaccent",
1984    name="wideacute",
1985    stretch="h",
1986   },
1987  },
1988  specials={ "compat", 0x20, 0x301 },
1989  synonyms={ "spacing acute accent" },
1990  unicodeslot=0xB4,
1991 },
1992 {
1993  adobename="mu1",
1994  category="ll",
1995  contextname="textmu",
1996  description="MICRO SIGN",
1997  direction="l",
1998  linebreak="al",
1999  specials={ "compat", 0x3BC },
2000  uccode=0x3BC,
2001  unicodeslot=0xB5,
2002 },
2003 {
2004  adobename="paragraph",
2005  category="so",
2006  cjkwd="a",
2007  contextname="paragraphmark",
2008  description="PILCROW SIGN",
2009  direction="on",
2010  linebreak="ai",
2011  mathclass="ordinary",
2012  mathname="P",
2013  synonyms={ "european section sign", "paragraph sign" },
2014  unicodeslot=0xB6,
2015 },
2016 {
2017  adobename="periodcentered",
2018  category="po",
2019  cjkwd="a",
2020  contextname="periodcentered",
2021  description="MIDDLE DOT",
2022  direction="on",
2023  linebreak="ai",
2024  mathclass="binary",
2025  mathname="centerdot",
2026  synonyms={ "georgian comma", "greek ano teleia", "greek middle dot", "midpoint" },
2027  unicodeslot=0xB7,
2028 },
2029 {
2030  adobename="cedilla",
2031  category="sk",
2032  cjkwd="a",
2033  contextname="textcedilla",
2034  description="CEDILLA",
2035  direction="on",
2036  linebreak="ai",
2037  specials={ "compat", 0x20, 0x327 },
2038  synonyms={ "spacing cedilla" },
2039  unicodeslot=0xB8,
2040 },
2041 {
2042  adobename="onesuperior",
2043  category="no",
2044  cjkwd="a",
2045  contextname="onesuperior",
2046  description="SUPERSCRIPT ONE",
2047  direction="en",
2048  linebreak="ai",
2049  specials={ "super", 0x31 },
2050  unicodeslot=0xB9,
2051 },
2052 {
2053  adobename="ordmasculine",
2054  category="ll",
2055  cjkwd="a",
2056  contextname="ordmasculine",
2057  description="MASCULINE ORDINAL INDICATOR",
2058  direction="l",
2059  linebreak="ai",
2060  specials={ "super", 0x6F },
2061  unicodeslot=0xBA,
2062 },
2063 {
2064  adobename="guillemotright",
2065  category="pf",
2066  contextname="rightguillemot",
2067  description="RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK",
2068  direction="on",
2069  linebreak="qu",
2070  mirror=0xAB,
2071  synonyms={ "right pointing guillemet" },
2072  textclass="close",
2073  unicodeslot=0xBB,
2074 },
2075 {
2076  adobename="onequarter",
2077  category="no",
2078  cjkwd="a",
2079  contextname="onequarter",
2080  description="VULGAR FRACTION ONE QUARTER",
2081  direction="on",
2082  linebreak="ai",
2083  specials={ "fraction", 0x31, 0x2044, 0x34 },
2084  unicodeslot=0xBC,
2085 },
2086 {
2087  adobename="onehalf",
2088  category="no",
2089  cjkwd="a",
2090  contextname="onehalf",
2091  description="VULGAR FRACTION ONE HALF",
2092  direction="on",
2093  linebreak="ai",
2094  specials={ "fraction", 0x31, 0x2044, 0x32 },
2095  unicodeslot=0xBD,
2096 },
2097 {
2098  adobename="threequarters",
2099  category="no",
2100  cjkwd="a",
2101  contextname="threequarter",
2102  description="VULGAR FRACTION THREE QUARTERS",
2103  direction="on",
2104  linebreak="ai",
2105  specials={ "fraction", 0x33, 0x2044, 0x34 },
2106  unicodeslot=0xBE,
2107 },
2108 {
2109  adobename="questiondown",
2110  category="po",
2111  cjkwd="a",
2112  contextname="questiondown",
2113  description="INVERTED QUESTION MARK",
2114  direction="on",
2115  linebreak="op",
2116  synonyms={ "turned question mark" },
2117  unicodeslot=0xBF,
2118 },
2119 {
2120  adobename="Agrave",
2121  category="lu",
2122  contextname="Agrave",
2123  description="LATIN CAPITAL LETTER A WITH GRAVE",
2124  direction="l",
2125  lccode=0xE0,
2126  linebreak="al",
2127  shcode=0x41,
2128  specials={ "char", 0x41, 0x300 },
2129  unicodeslot=0xC0,
2130 },
2131 {
2132  adobename="Aacute",
2133  category="lu",
2134  contextname="Aacute",
2135  description="LATIN CAPITAL LETTER A WITH ACUTE",
2136  direction="l",
2137  lccode=0xE1,
2138  linebreak="al",
2139  shcode=0x41,
2140  specials={ "char", 0x41, 0x301 },
2141  unicodeslot=0xC1,
2142 },
2143 {
2144  adobename="Acircumflex",
2145  category="lu",
2146  contextname="Acircumflex",
2147  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX",
2148  direction="l",
2149  lccode=0xE2,
2150  linebreak="al",
2151  shcode=0x41,
2152  specials={ "char", 0x41, 0x302 },
2153  unicodeslot=0xC2,
2154 },
2155 {
2156  adobename="Atilde",
2157  category="lu",
2158  contextname="Atilde",
2159  description="LATIN CAPITAL LETTER A WITH TILDE",
2160  direction="l",
2161  lccode=0xE3,
2162  linebreak="al",
2163  shcode=0x41,
2164  specials={ "char", 0x41, 0x303 },
2165  unicodeslot=0xC3,
2166 },
2167 {
2168  adobename="Adieresis",
2169  category="lu",
2170  contextname="Adiaeresis",
2171  description="LATIN CAPITAL LETTER A WITH DIAERESIS",
2172  direction="l",
2173  lccode=0xE4,
2174  linebreak="al",
2175  shcode=0x41,
2176  specials={ "char", 0x41, 0x308 },
2177  unicodeslot=0xC4,
2178 },
2179 {
2180  adobename="Aring",
2181  category="lu",
2182  contextname="Aring",
2183  description="LATIN CAPITAL LETTER A WITH RING ABOVE",
2184  direction="l",
2185  lccode=0xE5,
2186  linebreak="al",
2187  shcode=0x41,
2188  specials={ "char", 0x41, 0x30A },
2189  unicodeslot=0xC5,
2190 },
2191 {
2192  adobename="AE",
2193  category="lu",
2194  cjkwd="a",
2195  contextname="AEligature",
2196  description="LATIN CAPITAL LETTER AE",
2197  direction="l",
2198  lccode=0xE6,
2199  linebreak="al",
2200  shcode={ 0x41, 0x45 },
2201  synonyms={ "latin capital ligature ae" },
2202  unicodeslot=0xC6,
2203 },
2204 {
2205  adobename="Ccedilla",
2206  category="lu",
2207  contextname="Ccedilla",
2208  description="LATIN CAPITAL LETTER C WITH CEDILLA",
2209  direction="l",
2210  lccode=0xE7,
2211  linebreak="al",
2212  shcode=0x43,
2213  specials={ "char", 0x43, 0x327 },
2214  unicodeslot=0xC7,
2215 },
2216 {
2217  adobename="Egrave",
2218  category="lu",
2219  contextname="Egrave",
2220  description="LATIN CAPITAL LETTER E WITH GRAVE",
2221  direction="l",
2222  lccode=0xE8,
2223  linebreak="al",
2224  shcode=0x45,
2225  specials={ "char", 0x45, 0x300 },
2226  unicodeslot=0xC8,
2227 },
2228 {
2229  adobename="Eacute",
2230  category="lu",
2231  contextname="Eacute",
2232  description="LATIN CAPITAL LETTER E WITH ACUTE",
2233  direction="l",
2234  lccode=0xE9,
2235  linebreak="al",
2236  shcode=0x45,
2237  specials={ "char", 0x45, 0x301 },
2238  unicodeslot=0xC9,
2239 },
2240 {
2241  adobename="Ecircumflex",
2242  category="lu",
2243  contextname="Ecircumflex",
2244  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX",
2245  direction="l",
2246  lccode=0xEA,
2247  linebreak="al",
2248  shcode=0x45,
2249  specials={ "char", 0x45, 0x302 },
2250  unicodeslot=0xCA,
2251 },
2252 {
2253  adobename="Edieresis",
2254  category="lu",
2255  contextname="Ediaeresis",
2256  description="LATIN CAPITAL LETTER E WITH DIAERESIS",
2257  direction="l",
2258  lccode=0xEB,
2259  linebreak="al",
2260  shcode=0x45,
2261  specials={ "char", 0x45, 0x308 },
2262  unicodeslot=0xCB,
2263 },
2264 {
2265  adobename="Igrave",
2266  category="lu",
2267  contextname="Igrave",
2268  description="LATIN CAPITAL LETTER I WITH GRAVE",
2269  direction="l",
2270  lccode=0xEC,
2271  linebreak="al",
2272  shcode=0x49,
2273  specials={ "char", 0x49, 0x300 },
2274  unicodeslot=0xCC,
2275 },
2276 {
2277  adobename="Iacute",
2278  category="lu",
2279  contextname="Iacute",
2280  description="LATIN CAPITAL LETTER I WITH ACUTE",
2281  direction="l",
2282  lccode=0xED,
2283  linebreak="al",
2284  shcode=0x49,
2285  specials={ "char", 0x49, 0x301 },
2286  unicodeslot=0xCD,
2287 },
2288 {
2289  adobename="Icircumflex",
2290  category="lu",
2291  contextname="Icircumflex",
2292  description="LATIN CAPITAL LETTER I WITH CIRCUMFLEX",
2293  direction="l",
2294  lccode=0xEE,
2295  linebreak="al",
2296  shcode=0x49,
2297  specials={ "char", 0x49, 0x302 },
2298  unicodeslot=0xCE,
2299 },
2300 {
2301  adobename="Idieresis",
2302  category="lu",
2303  contextname="Idiaeresis",
2304  description="LATIN CAPITAL LETTER I WITH DIAERESIS",
2305  direction="l",
2306  lccode=0xEF,
2307  linebreak="al",
2308  shcode=0x49,
2309  specials={ "char", 0x49, 0x308 },
2310  unicodeslot=0xCF,
2311 },
2312 {
2313  adobename="Eth",
2314  category="lu",
2315  cjkwd="a",
2316  contextname="Eth",
2317  description="LATIN CAPITAL LETTER ETH",
2318  direction="l",
2319  lccode=0xF0,
2320  linebreak="al",
2321  unicodeslot=0xD0,
2322 },
2323 {
2324  adobename="Ntilde",
2325  category="lu",
2326  contextname="Ntilde",
2327  description="LATIN CAPITAL LETTER N WITH TILDE",
2328  direction="l",
2329  lccode=0xF1,
2330  linebreak="al",
2331  shcode=0x4E,
2332  specials={ "char", 0x4E, 0x303 },
2333  unicodeslot=0xD1,
2334 },
2335 {
2336  adobename="Ograve",
2337  category="lu",
2338  contextname="Ograve",
2339  description="LATIN CAPITAL LETTER O WITH GRAVE",
2340  direction="l",
2341  lccode=0xF2,
2342  linebreak="al",
2343  shcode=0x4F,
2344  specials={ "char", 0x4F, 0x300 },
2345  unicodeslot=0xD2,
2346 },
2347 {
2348  adobename="Oacute",
2349  category="lu",
2350  contextname="Oacute",
2351  description="LATIN CAPITAL LETTER O WITH ACUTE",
2352  direction="l",
2353  lccode=0xF3,
2354  linebreak="al",
2355  shcode=0x4F,
2356  specials={ "char", 0x4F, 0x301 },
2357  unicodeslot=0xD3,
2358 },
2359 {
2360  adobename="Ocircumflex",
2361  category="lu",
2362  contextname="Ocircumflex",
2363  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX",
2364  direction="l",
2365  lccode=0xF4,
2366  linebreak="al",
2367  shcode=0x4F,
2368  specials={ "char", 0x4F, 0x302 },
2369  unicodeslot=0xD4,
2370 },
2371 {
2372  adobename="Otilde",
2373  category="lu",
2374  contextname="Otilde",
2375  description="LATIN CAPITAL LETTER O WITH TILDE",
2376  direction="l",
2377  lccode=0xF5,
2378  linebreak="al",
2379  shcode=0x4F,
2380  specials={ "char", 0x4F, 0x303 },
2381  unicodeslot=0xD5,
2382 },
2383 {
2384  adobename="Odieresis",
2385  category="lu",
2386  contextname="Odiaeresis",
2387  description="LATIN CAPITAL LETTER O WITH DIAERESIS",
2388  direction="l",
2389  lccode=0xF6,
2390  linebreak="al",
2391  shcode=0x4F,
2392  specials={ "char", 0x4F, 0x308 },
2393  unicodeslot=0xD6,
2394 },
2395 {
2396  adobename="multiply",
2397  category="sm",
2398  cjkwd="a",
2399  contextname="textmultiply",
2400  description="MULTIPLICATION SIGN",
2401  direction="on",
2402  linebreak="ai",
2403  mathclass="binary",
2404  mathgroup="nary arithmetic",
2405  mathname="times",
2406  synonyms={ "cartesian product" },
2407  unicodeslot=0xD7,
2408 },
2409 {
2410  adobename="Oslash",
2411  category="lu",
2412  cjkwd="a",
2413  contextname="Ostroke",
2414  description="LATIN CAPITAL LETTER O WITH STROKE",
2415  direction="l",
2416  lccode=0xF8,
2417  linebreak="al",
2418  shcode=0x4F,
2419  specials={ "with", 0x4F, 0x2F },
2420  synonyms={ "latin capital letter o slash" },
2421  unicodeslot=0xD8,
2422 },
2423 {
2424  adobename="Ugrave",
2425  category="lu",
2426  contextname="Ugrave",
2427  description="LATIN CAPITAL LETTER U WITH GRAVE",
2428  direction="l",
2429  lccode=0xF9,
2430  linebreak="al",
2431  shcode=0x55,
2432  specials={ "char", 0x55, 0x300 },
2433  unicodeslot=0xD9,
2434 },
2435 {
2436  adobename="Uacute",
2437  category="lu",
2438  contextname="Uacute",
2439  description="LATIN CAPITAL LETTER U WITH ACUTE",
2440  direction="l",
2441  lccode=0xFA,
2442  linebreak="al",
2443  shcode=0x55,
2444  specials={ "char", 0x55, 0x301 },
2445  unicodeslot=0xDA,
2446 },
2447 {
2448  adobename="Ucircumflex",
2449  category="lu",
2450  contextname="Ucircumflex",
2451  description="LATIN CAPITAL LETTER U WITH CIRCUMFLEX",
2452  direction="l",
2453  lccode=0xFB,
2454  linebreak="al",
2455  shcode=0x55,
2456  specials={ "char", 0x55, 0x302 },
2457  unicodeslot=0xDB,
2458 },
2459 {
2460  adobename="Udieresis",
2461  category="lu",
2462  contextname="Udiaeresis",
2463  description="LATIN CAPITAL LETTER U WITH DIAERESIS",
2464  direction="l",
2465  lccode=0xFC,
2466  linebreak="al",
2467  shcode=0x55,
2468  specials={ "char", 0x55, 0x308 },
2469  unicodeslot=0xDC,
2470 },
2471 {
2472  adobename="Yacute",
2473  category="lu",
2474  contextname="Yacute",
2475  description="LATIN CAPITAL LETTER Y WITH ACUTE",
2476  direction="l",
2477  lccode=0xFD,
2478  linebreak="al",
2479  shcode=0x59,
2480  specials={ "char", 0x59, 0x301 },
2481  unicodeslot=0xDD,
2482 },
2483 {
2484  adobename="Thorn",
2485  category="lu",
2486  cjkwd="a",
2487  contextname="Thorn",
2488  description="LATIN CAPITAL LETTER THORN",
2489  direction="l",
2490  lccode=0xFE,
2491  linebreak="al",
2492  unicodeslot=0xDE,
2493 },
2494 {
2495  adobename="germandbls",
2496  category="ll",
2497  cjkwd="a",
2498  comment="uppercase can be 0x1E9E",
2499  contextname="ssharp",
2500  description="LATIN SMALL LETTER SHARP S",
2501  direction="l",
2502  linebreak="al",
2503  shcode={ 0x73, 0x73 },
2504  synonyms={ "eszett" },
2505  uccode={ 0x53, 0x53 },
2506  unicodeslot=0xDF,
2507 },
2508 {
2509  adobename="agrave",
2510  category="ll",
2511  cjkwd="a",
2512  contextname="agrave",
2513  description="LATIN SMALL LETTER A WITH GRAVE",
2514  direction="l",
2515  linebreak="al",
2516  shcode=0x61,
2517  specials={ "char", 0x61, 0x300 },
2518  uccode=0xC0,
2519  unicodeslot=0xE0,
2520 },
2521 {
2522  adobename="aacute",
2523  category="ll",
2524  cjkwd="a",
2525  contextname="aacute",
2526  description="LATIN SMALL LETTER A WITH ACUTE",
2527  direction="l",
2528  linebreak="al",
2529  shcode=0x61,
2530  specials={ "char", 0x61, 0x301 },
2531  uccode=0xC1,
2532  unicodeslot=0xE1,
2533 },
2534 {
2535  adobename="acircumflex",
2536  category="ll",
2537  contextname="acircumflex",
2538  description="LATIN SMALL LETTER A WITH CIRCUMFLEX",
2539  direction="l",
2540  linebreak="al",
2541  shcode=0x61,
2542  specials={ "char", 0x61, 0x302 },
2543  uccode=0xC2,
2544  unicodeslot=0xE2,
2545 },
2546 {
2547  adobename="atilde",
2548  category="ll",
2549  contextname="atilde",
2550  description="LATIN SMALL LETTER A WITH TILDE",
2551  direction="l",
2552  linebreak="al",
2553  shcode=0x61,
2554  specials={ "char", 0x61, 0x303 },
2555  uccode=0xC3,
2556  unicodeslot=0xE3,
2557 },
2558 {
2559  adobename="adieresis",
2560  category="ll",
2561  contextname="adiaeresis",
2562  description="LATIN SMALL LETTER A WITH DIAERESIS",
2563  direction="l",
2564  linebreak="al",
2565  shcode=0x61,
2566  specials={ "char", 0x61, 0x308 },
2567  uccode=0xC4,
2568  unicodeslot=0xE4,
2569 },
2570 {
2571  adobename="aring",
2572  category="ll",
2573  contextname="aring",
2574  description="LATIN SMALL LETTER A WITH RING ABOVE",
2575  direction="l",
2576  linebreak="al",
2577  shcode=0x61,
2578  specials={ "char", 0x61, 0x30A },
2579  uccode=0xC5,
2580  unicodeslot=0xE5,
2581 },
2582 {
2583  adobename="ae",
2584  category="ll",
2585  cjkwd="a",
2586  contextname="aeligature",
2587  description="LATIN SMALL LETTER AE",
2588  direction="l",
2589  linebreak="al",
2590  shcode={ 0x61, 0x65 },
2591  synonyms={ "ash", "latin small ligature ae" },
2592  uccode=0xC6,
2593  unicodeslot=0xE6,
2594 },
2595 {
2596  adobename="ccedilla",
2597  category="ll",
2598  contextname="ccedilla",
2599  description="LATIN SMALL LETTER C WITH CEDILLA",
2600  direction="l",
2601  linebreak="al",
2602  shcode=0x63,
2603  specials={ "char", 0x63, 0x327 },
2604  uccode=0xC7,
2605  unicodeslot=0xE7,
2606 },
2607 {
2608  adobename="egrave",
2609  category="ll",
2610  cjkwd="a",
2611  contextname="egrave",
2612  description="LATIN SMALL LETTER E WITH GRAVE",
2613  direction="l",
2614  linebreak="al",
2615  shcode=0x65,
2616  specials={ "char", 0x65, 0x300 },
2617  uccode=0xC8,
2618  unicodeslot=0xE8,
2619 },
2620 {
2621  adobename="eacute",
2622  category="ll",
2623  cjkwd="a",
2624  contextname="eacute",
2625  description="LATIN SMALL LETTER E WITH ACUTE",
2626  direction="l",
2627  linebreak="al",
2628  shcode=0x65,
2629  specials={ "char", 0x65, 0x301 },
2630  uccode=0xC9,
2631  unicodeslot=0xE9,
2632 },
2633 {
2634  adobename="ecircumflex",
2635  category="ll",
2636  cjkwd="a",
2637  contextname="ecircumflex",
2638  description="LATIN SMALL LETTER E WITH CIRCUMFLEX",
2639  direction="l",
2640  linebreak="al",
2641  shcode=0x65,
2642  specials={ "char", 0x65, 0x302 },
2643  uccode=0xCA,
2644  unicodeslot=0xEA,
2645 },
2646 {
2647  adobename="edieresis",
2648  category="ll",
2649  contextname="ediaeresis",
2650  description="LATIN SMALL LETTER E WITH DIAERESIS",
2651  direction="l",
2652  linebreak="al",
2653  shcode=0x65,
2654  specials={ "char", 0x65, 0x308 },
2655  uccode=0xCB,
2656  unicodeslot=0xEB,
2657 },
2658 {
2659  adobename="igrave",
2660  category="ll",
2661  cjkwd="a",
2662  contextname="igrave",
2663  description="LATIN SMALL LETTER I WITH GRAVE",
2664  direction="l",
2665  linebreak="al",
2666  shcode=0x69,
2667  specials={ "char", 0x69, 0x300 },
2668  uccode=0xCC,
2669  unicodeslot=0xEC,
2670 },
2671 {
2672  adobename="iacute",
2673  category="ll",
2674  cjkwd="a",
2675  contextname="iacute",
2676  description="LATIN SMALL LETTER I WITH ACUTE",
2677  direction="l",
2678  linebreak="al",
2679  shcode=0x69,
2680  specials={ "char", 0x69, 0x301 },
2681  uccode=0xCD,
2682  unicodeslot=0xED,
2683 },
2684 {
2685  adobename="icircumflex",
2686  category="ll",
2687  contextname="icircumflex",
2688  description="LATIN SMALL LETTER I WITH CIRCUMFLEX",
2689  direction="l",
2690  linebreak="al",
2691  shcode=0x69,
2692  specials={ "char", 0x69, 0x302 },
2693  uccode=0xCE,
2694  unicodeslot=0xEE,
2695 },
2696 {
2697  adobename="idieresis",
2698  category="ll",
2699  contextname="idiaeresis",
2700  description="LATIN SMALL LETTER I WITH DIAERESIS",
2701  direction="l",
2702  linebreak="al",
2703  shcode=0x69,
2704  specials={ "char", 0x69, 0x308 },
2705  uccode=0xCF,
2706  unicodeslot=0xEF,
2707 },
2708 {
2709  adobename="eth",
2710  category="ll",
2711  cjkwd="a",
2712  comment="contextname=eth",
2713  description="LATIN SMALL LETTER ETH",
2714  direction="l",
2715  linebreak="al",
2716  mathclass="ordinary",
2717  mathname="eth",
2718  uccode=0xD0,
2719  unicodeslot=0xF0,
2720 },
2721 {
2722  adobename="ntilde",
2723  category="ll",
2724  contextname="ntilde",
2725  description="LATIN SMALL LETTER N WITH TILDE",
2726  direction="l",
2727  linebreak="al",
2728  shcode=0x6E,
2729  specials={ "char", 0x6E, 0x303 },
2730  uccode=0xD1,
2731  unicodeslot=0xF1,
2732 },
2733 {
2734  adobename="ograve",
2735  category="ll",
2736  cjkwd="a",
2737  contextname="ograve",
2738  description="LATIN SMALL LETTER O WITH GRAVE",
2739  direction="l",
2740  linebreak="al",
2741  shcode=0x6F,
2742  specials={ "char", 0x6F, 0x300 },
2743  uccode=0xD2,
2744  unicodeslot=0xF2,
2745 },
2746 {
2747  adobename="oacute",
2748  category="ll",
2749  cjkwd="a",
2750  contextname="oacute",
2751  description="LATIN SMALL LETTER O WITH ACUTE",
2752  direction="l",
2753  linebreak="al",
2754  shcode=0x6F,
2755  specials={ "char", 0x6F, 0x301 },
2756  uccode=0xD3,
2757  unicodeslot=0xF3,
2758 },
2759 {
2760  adobename="ocircumflex",
2761  category="ll",
2762  contextname="ocircumflex",
2763  description="LATIN SMALL LETTER O WITH CIRCUMFLEX",
2764  direction="l",
2765  linebreak="al",
2766  shcode=0x6F,
2767  specials={ "char", 0x6F, 0x302 },
2768  uccode=0xD4,
2769  unicodeslot=0xF4,
2770 },
2771 {
2772  adobename="otilde",
2773  category="ll",
2774  contextname="otilde",
2775  description="LATIN SMALL LETTER O WITH TILDE",
2776  direction="l",
2777  linebreak="al",
2778  shcode=0x6F,
2779  specials={ "char", 0x6F, 0x303 },
2780  uccode=0xD5,
2781  unicodeslot=0xF5,
2782 },
2783 {
2784  adobename="odieresis",
2785  category="ll",
2786  contextname="odiaeresis",
2787  description="LATIN SMALL LETTER O WITH DIAERESIS",
2788  direction="l",
2789  linebreak="al",
2790  shcode=0x6F,
2791  specials={ "char", 0x6F, 0x308 },
2792  uccode=0xD6,
2793  unicodeslot=0xF6,
2794 },
2795 {
2796  adobename="divide",
2797  category="sm",
2798  cjkwd="a",
2799  contextname="textdiv",
2800  description="DIVISION SIGN",
2801  direction="on",
2802  linebreak="ai",
2803  mathclass="binary",
2804  mathgroup="binary arithmetic",
2805  mathname="div",
2806  synonyms={ "obelus" },
2807  unicodeslot=0xF7,
2808 },
2809 {
2810  adobename="oslash",
2811  category="ll",
2812  cjkwd="a",
2813  contextname="ostroke",
2814  description="LATIN SMALL LETTER O WITH STROKE",
2815  direction="l",
2816  linebreak="al",
2817  shcode=0x6F,
2818  specials={ "with", 0x6F, 0x2F },
2819  synonyms={ "latin small letter o slash" },
2820  uccode=0xD8,
2821  unicodeslot=0xF8,
2822 },
2823 {
2824  adobename="ugrave",
2825  category="ll",
2826  cjkwd="a",
2827  contextname="ugrave",
2828  description="LATIN SMALL LETTER U WITH GRAVE",
2829  direction="l",
2830  linebreak="al",
2831  shcode=0x75,
2832  specials={ "char", 0x75, 0x300 },
2833  uccode=0xD9,
2834  unicodeslot=0xF9,
2835 },
2836 {
2837  adobename="uacute",
2838  category="ll",
2839  cjkwd="a",
2840  contextname="uacute",
2841  description="LATIN SMALL LETTER U WITH ACUTE",
2842  direction="l",
2843  linebreak="al",
2844  shcode=0x75,
2845  specials={ "char", 0x75, 0x301 },
2846  uccode=0xDA,
2847  unicodeslot=0xFA,
2848 },
2849 {
2850  adobename="ucircumflex",
2851  category="ll",
2852  contextname="ucircumflex",
2853  description="LATIN SMALL LETTER U WITH CIRCUMFLEX",
2854  direction="l",
2855  linebreak="al",
2856  shcode=0x75,
2857  specials={ "char", 0x75, 0x302 },
2858  uccode=0xDB,
2859  unicodeslot=0xFB,
2860 },
2861 {
2862  adobename="udieresis",
2863  category="ll",
2864  cjkwd="a",
2865  contextname="udiaeresis",
2866  description="LATIN SMALL LETTER U WITH DIAERESIS",
2867  direction="l",
2868  linebreak="al",
2869  shcode=0x75,
2870  specials={ "char", 0x75, 0x308 },
2871  uccode=0xDC,
2872  unicodeslot=0xFC,
2873 },
2874 {
2875  adobename="yacute",
2876  category="ll",
2877  contextname="yacute",
2878  description="LATIN SMALL LETTER Y WITH ACUTE",
2879  direction="l",
2880  linebreak="al",
2881  shcode=0x79,
2882  specials={ "char", 0x79, 0x301 },
2883  uccode=0xDD,
2884  unicodeslot=0xFD,
2885 },
2886 {
2887  adobename="thorn",
2888  category="ll",
2889  cjkwd="a",
2890  contextname="thorn",
2891  description="LATIN SMALL LETTER THORN",
2892  direction="l",
2893  linebreak="al",
2894  uccode=0xDE,
2895  unicodeslot=0xFE,
2896 },
2897 {
2898  adobename="ydieresis",
2899  category="ll",
2900  contextname="ydiaeresis",
2901  description="LATIN SMALL LETTER Y WITH DIAERESIS",
2902  direction="l",
2903  linebreak="al",
2904  shcode=0x79,
2905  specials={ "char", 0x79, 0x308 },
2906  uccode=0x178,
2907  unicodeslot=0xFF,
2908 },
2909 {
2910  adobename="Amacron",
2911  category="lu",
2912  contextname="Amacron",
2913  description="LATIN CAPITAL LETTER A WITH MACRON",
2914  direction="l",
2915  lccode=0x101,
2916  linebreak="al",
2917  shcode=0x41,
2918  specials={ "char", 0x41, 0x304 },
2919  unicodeslot=0x100,
2920 },
2921 {
2922  adobename="amacron",
2923  category="ll",
2924  cjkwd="a",
2925  contextname="amacron",
2926  description="LATIN SMALL LETTER A WITH MACRON",
2927  direction="l",
2928  linebreak="al",
2929  shcode=0x61,
2930  specials={ "char", 0x61, 0x304 },
2931  uccode=0x100,
2932  unicodeslot=0x101,
2933 },
2934 {
2935  adobename="Abreve",
2936  category="lu",
2937  contextname="Abreve",
2938  description="LATIN CAPITAL LETTER A WITH BREVE",
2939  direction="l",
2940  lccode=0x103,
2941  linebreak="al",
2942  shcode=0x41,
2943  specials={ "char", 0x41, 0x306 },
2944  unicodeslot=0x102,
2945 },
2946 {
2947  adobename="abreve",
2948  category="ll",
2949  contextname="abreve",
2950  description="LATIN SMALL LETTER A WITH BREVE",
2951  direction="l",
2952  linebreak="al",
2953  shcode=0x61,
2954  specials={ "char", 0x61, 0x306 },
2955  uccode=0x102,
2956  unicodeslot=0x103,
2957 },
2958 {
2959  adobename="Aogonek",
2960  category="lu",
2961  contextname="Aogonek",
2962  description="LATIN CAPITAL LETTER A WITH OGONEK",
2963  direction="l",
2964  lccode=0x105,
2965  linebreak="al",
2966  shcode=0x41,
2967  specials={ "char", 0x41, 0x328 },
2968  unicodeslot=0x104,
2969 },
2970 {
2971  adobename="aogonek",
2972  category="ll",
2973  contextname="aogonek",
2974  description="LATIN SMALL LETTER A WITH OGONEK",
2975  direction="l",
2976  linebreak="al",
2977  shcode=0x61,
2978  specials={ "char", 0x61, 0x328 },
2979  uccode=0x104,
2980  unicodeslot=0x105,
2981 },
2982 {
2983  adobename="Cacute",
2984  category="lu",
2985  contextname="Cacute",
2986  description="LATIN CAPITAL LETTER C WITH ACUTE",
2987  direction="l",
2988  lccode=0x107,
2989  linebreak="al",
2990  shcode=0x43,
2991  specials={ "char", 0x43, 0x301 },
2992  unicodeslot=0x106,
2993 },
2994 {
2995  adobename="cacute",
2996  category="ll",
2997  contextname="cacute",
2998  description="LATIN SMALL LETTER C WITH ACUTE",
2999  direction="l",
3000  linebreak="al",
3001  shcode=0x63,
3002  specials={ "char", 0x63, 0x301 },
3003  uccode=0x106,
3004  unicodeslot=0x107,
3005 },
3006 {
3007  adobename="Ccircumflex",
3008  category="lu",
3009  contextname="Ccircumflex",
3010  description="LATIN CAPITAL LETTER C WITH CIRCUMFLEX",
3011  direction="l",
3012  lccode=0x109,
3013  linebreak="al",
3014  shcode=0x43,
3015  specials={ "char", 0x43, 0x302 },
3016  unicodeslot=0x108,
3017 },
3018 {
3019  adobename="ccircumflex",
3020  category="ll",
3021  contextname="ccircumflex",
3022  description="LATIN SMALL LETTER C WITH CIRCUMFLEX",
3023  direction="l",
3024  linebreak="al",
3025  shcode=0x63,
3026  specials={ "char", 0x63, 0x302 },
3027  uccode=0x108,
3028  unicodeslot=0x109,
3029 },
3030 {
3031  adobename="Cdotaccent",
3032  category="lu",
3033  contextname="Cdotaccent",
3034  description="LATIN CAPITAL LETTER C WITH DOT ABOVE",
3035  direction="l",
3036  lccode=0x10B,
3037  linebreak="al",
3038  shcode=0x43,
3039  specials={ "char", 0x43, 0x307 },
3040  unicodeslot=0x10A,
3041 },
3042 {
3043  adobename="cdotaccent",
3044  category="ll",
3045  contextname="cdotaccent",
3046  description="LATIN SMALL LETTER C WITH DOT ABOVE",
3047  direction="l",
3048  linebreak="al",
3049  shcode=0x63,
3050  specials={ "char", 0x63, 0x307 },
3051  uccode=0x10A,
3052  unicodeslot=0x10B,
3053 },
3054 {
3055  adobename="Ccaron",
3056  category="lu",
3057  contextname="Ccaron",
3058  description="LATIN CAPITAL LETTER C WITH CARON",
3059  direction="l",
3060  lccode=0x10D,
3061  linebreak="al",
3062  shcode=0x43,
3063  specials={ "char", 0x43, 0x30C },
3064  unicodeslot=0x10C,
3065 },
3066 {
3067  adobename="ccaron",
3068  category="ll",
3069  contextname="ccaron",
3070  description="LATIN SMALL LETTER C WITH CARON",
3071  direction="l",
3072  linebreak="al",
3073  shcode=0x63,
3074  specials={ "char", 0x63, 0x30C },
3075  uccode=0x10C,
3076  unicodeslot=0x10D,
3077 },
3078 {
3079  adobename="Dcaron",
3080  category="lu",
3081  contextname="Dcaron",
3082  description="LATIN CAPITAL LETTER D WITH CARON",
3083  direction="l",
3084  lccode=0x10F,
3085  linebreak="al",
3086  shcode=0x44,
3087  specials={ "char", 0x44, 0x30C },
3088  unicodeslot=0x10E,
3089 },
3090 {
3091  adobename="dcaron",
3092  category="ll",
3093  contextname="dcaron",
3094  description="LATIN SMALL LETTER D WITH CARON",
3095  direction="l",
3096  linebreak="al",
3097  shcode=0x64,
3098  specials={ "char", 0x64, 0x30C },
3099  uccode=0x10E,
3100  unicodeslot=0x10F,
3101 },
3102 {
3103  adobename="Dslash",
3104  category="lu",
3105  contextname="Dstroke",
3106  description="LATIN CAPITAL LETTER D WITH STROKE",
3107  direction="l",
3108  lccode=0x111,
3109  linebreak="al",
3110  shcode=0x44,
3111  specials={ "with", 0x44, 0x2F },
3112  unicodeslot=0x110,
3113 },
3114 {
3115  adobename="dmacron",
3116  category="ll",
3117  cjkwd="a",
3118  contextname="dstroke",
3119  description="LATIN SMALL LETTER D WITH STROKE",
3120  direction="l",
3121  linebreak="al",
3122  shcode=0x64,
3123  specials={ "with", 0x64, 0x2F },
3124  uccode=0x110,
3125  unicodeslot=0x111,
3126 },
3127 {
3128  adobename="Emacron",
3129  category="lu",
3130  contextname="Emacron",
3131  description="LATIN CAPITAL LETTER E WITH MACRON",
3132  direction="l",
3133  lccode=0x113,
3134  linebreak="al",
3135  shcode=0x45,
3136  specials={ "char", 0x45, 0x304 },
3137  unicodeslot=0x112,
3138 },
3139 {
3140  adobename="emacron",
3141  category="ll",
3142  cjkwd="a",
3143  contextname="emacron",
3144  description="LATIN SMALL LETTER E WITH MACRON",
3145  direction="l",
3146  linebreak="al",
3147  shcode=0x65,
3148  specials={ "char", 0x65, 0x304 },
3149  uccode=0x112,
3150  unicodeslot=0x113,
3151 },
3152 {
3153  adobename="Ebreve",
3154  category="lu",
3155  contextname="Ebreve",
3156  description="LATIN CAPITAL LETTER E WITH BREVE",
3157  direction="l",
3158  lccode=0x115,
3159  linebreak="al",
3160  shcode=0x45,
3161  specials={ "char", 0x45, 0x306 },
3162  unicodeslot=0x114,
3163 },
3164 {
3165  adobename="ebreve",
3166  category="ll",
3167  contextname="ebreve",
3168  description="LATIN SMALL LETTER E WITH BREVE",
3169  direction="l",
3170  linebreak="al",
3171  shcode=0x65,
3172  specials={ "char", 0x65, 0x306 },
3173  uccode=0x114,
3174  unicodeslot=0x115,
3175 },
3176 {
3177  adobename="Edotaccent",
3178  category="lu",
3179  contextname="Edotaccent",
3180  description="LATIN CAPITAL LETTER E WITH DOT ABOVE",
3181  direction="l",
3182  lccode=0x117,
3183  linebreak="al",
3184  shcode=0x45,
3185  specials={ "char", 0x45, 0x307 },
3186  unicodeslot=0x116,
3187 },
3188 {
3189  adobename="edotaccent",
3190  category="ll",
3191  contextname="edotaccent",
3192  description="LATIN SMALL LETTER E WITH DOT ABOVE",
3193  direction="l",
3194  linebreak="al",
3195  shcode=0x65,
3196  specials={ "char", 0x65, 0x307 },
3197  uccode=0x116,
3198  unicodeslot=0x117,
3199 },
3200 {
3201  adobename="Eogonek",
3202  category="lu",
3203  contextname="Eogonek",
3204  description="LATIN CAPITAL LETTER E WITH OGONEK",
3205  direction="l",
3206  lccode=0x119,
3207  linebreak="al",
3208  shcode=0x45,
3209  specials={ "char", 0x45, 0x328 },
3210  unicodeslot=0x118,
3211 },
3212 {
3213  adobename="eogonek",
3214  category="ll",
3215  contextname="eogonek",
3216  description="LATIN SMALL LETTER E WITH OGONEK",
3217  direction="l",
3218  linebreak="al",
3219  shcode=0x65,
3220  specials={ "char", 0x65, 0x328 },
3221  uccode=0x118,
3222  unicodeslot=0x119,
3223 },
3224 {
3225  adobename="Ecaron",
3226  category="lu",
3227  contextname="Ecaron",
3228  description="LATIN CAPITAL LETTER E WITH CARON",
3229  direction="l",
3230  lccode=0x11B,
3231  linebreak="al",
3232  shcode=0x45,
3233  specials={ "char", 0x45, 0x30C },
3234  unicodeslot=0x11A,
3235 },
3236 {
3237  adobename="ecaron",
3238  category="ll",
3239  cjkwd="a",
3240  contextname="ecaron",
3241  description="LATIN SMALL LETTER E WITH CARON",
3242  direction="l",
3243  linebreak="al",
3244  shcode=0x65,
3245  specials={ "char", 0x65, 0x30C },
3246  uccode=0x11A,
3247  unicodeslot=0x11B,
3248 },
3249 {
3250  adobename="Gcircumflex",
3251  category="lu",
3252  contextname="Gcircumflex",
3253  description="LATIN CAPITAL LETTER G WITH CIRCUMFLEX",
3254  direction="l",
3255  lccode=0x11D,
3256  linebreak="al",
3257  shcode=0x47,
3258  specials={ "char", 0x47, 0x302 },
3259  unicodeslot=0x11C,
3260 },
3261 {
3262  adobename="gcircumflex",
3263  category="ll",
3264  contextname="gcircumflex",
3265  description="LATIN SMALL LETTER G WITH CIRCUMFLEX",
3266  direction="l",
3267  linebreak="al",
3268  shcode=0x67,
3269  specials={ "char", 0x67, 0x302 },
3270  uccode=0x11C,
3271  unicodeslot=0x11D,
3272 },
3273 {
3274  adobename="Gbreve",
3275  category="lu",
3276  contextname="Gbreve",
3277  description="LATIN CAPITAL LETTER G WITH BREVE",
3278  direction="l",
3279  lccode=0x11F,
3280  linebreak="al",
3281  shcode=0x47,
3282  specials={ "char", 0x47, 0x306 },
3283  unicodeslot=0x11E,
3284 },
3285 {
3286  adobename="gbreve",
3287  category="ll",
3288  contextname="gbreve",
3289  description="LATIN SMALL LETTER G WITH BREVE",
3290  direction="l",
3291  linebreak="al",
3292  shcode=0x67,
3293  specials={ "char", 0x67, 0x306 },
3294  uccode=0x11E,
3295  unicodeslot=0x11F,
3296 },
3297 {
3298  adobename="Gdotaccent",
3299  category="lu",
3300  contextname="Gdotaccent",
3301  description="LATIN CAPITAL LETTER G WITH DOT ABOVE",
3302  direction="l",
3303  lccode=0x121,
3304  linebreak="al",
3305  shcode=0x47,
3306  specials={ "char", 0x47, 0x307 },
3307  unicodeslot=0x120,
3308 },
3309 {
3310  adobename="gdotaccent",
3311  category="ll",
3312  contextname="gdotaccent",
3313  description="LATIN SMALL LETTER G WITH DOT ABOVE",
3314  direction="l",
3315  linebreak="al",
3316  shcode=0x67,
3317  specials={ "char", 0x67, 0x307 },
3318  uccode=0x120,
3319  unicodeslot=0x121,
3320 },
3321 {
3322  adobename="Gcommaaccent",
3323  category="lu",
3324  contextname="Gcommaaccent",
3325  description="LATIN CAPITAL LETTER G WITH CEDILLA",
3326  direction="l",
3327  lccode=0x123,
3328  linebreak="al",
3329  shcode=0x47,
3330  specials={ "char", 0x47, 0x327 },
3331  unicodeslot=0x122,
3332 },
3333 {
3334  adobename="gcommaaccent",
3335  category="ll",
3336  contextname="gcommaaccent",
3337  description="LATIN SMALL LETTER G WITH CEDILLA",
3338  direction="l",
3339  linebreak="al",
3340  shcode=0x67,
3341  specials={ "char", 0x67, 0x327 },
3342  uccode=0x122,
3343  unicodeslot=0x123,
3344 },
3345 {
3346  adobename="Hcircumflex",
3347  category="lu",
3348  contextname="Hcircumflex",
3349  description="LATIN CAPITAL LETTER H WITH CIRCUMFLEX",
3350  direction="l",
3351  lccode=0x125,
3352  linebreak="al",
3353  shcode=0x48,
3354  specials={ "char", 0x48, 0x302 },
3355  unicodeslot=0x124,
3356 },
3357 {
3358  adobename="hcircumflex",
3359  category="ll",
3360  contextname="hcircumflex",
3361  description="LATIN SMALL LETTER H WITH CIRCUMFLEX",
3362  direction="l",
3363  linebreak="al",
3364  shcode=0x68,
3365  specials={ "char", 0x68, 0x302 },
3366  uccode=0x124,
3367  unicodeslot=0x125,
3368 },
3369 {
3370  adobename="Hbar",
3371  category="lu",
3372  cjkwd="a",
3373  contextname="Hstroke",
3374  description="LATIN CAPITAL LETTER H WITH STROKE",
3375  direction="l",
3376  lccode=0x127,
3377  linebreak="al",
3378  shcode=0x48,
3379  specials={ "with", 0x48, 0x2F },
3380  unicodeslot=0x126,
3381 },
3382 {
3383  adobename="hbar",
3384  category="ll",
3385  cjkwd="a",
3386  contextname="hstroke",
3387  description="LATIN SMALL LETTER H WITH STROKE",
3388  direction="l",
3389  linebreak="al",
3390  shcode=0x68,
3391  specials={ "with", 0x68, 0x2F },
3392  uccode=0x126,
3393  unicodeslot=0x127,
3394 },
3395 {
3396  adobename="Itilde",
3397  category="lu",
3398  contextname="Itilde",
3399  description="LATIN CAPITAL LETTER I WITH TILDE",
3400  direction="l",
3401  lccode=0x129,
3402  linebreak="al",
3403  shcode=0x49,
3404  specials={ "char", 0x49, 0x303 },
3405  unicodeslot=0x128,
3406 },
3407 {
3408  adobename="itilde",
3409  category="ll",
3410  contextname="itilde",
3411  description="LATIN SMALL LETTER I WITH TILDE",
3412  direction="l",
3413  linebreak="al",
3414  shcode=0x69,
3415  specials={ "char", 0x69, 0x303 },
3416  uccode=0x128,
3417  unicodeslot=0x129,
3418 },
3419 {
3420  adobename="Imacron",
3421  category="lu",
3422  contextname="Imacron",
3423  description="LATIN CAPITAL LETTER I WITH MACRON",
3424  direction="l",
3425  lccode=0x12B,
3426  linebreak="al",
3427  shcode=0x49,
3428  specials={ "char", 0x49, 0x304 },
3429  unicodeslot=0x12A,
3430 },
3431 {
3432  adobename="imacron",
3433  category="ll",
3434  cjkwd="a",
3435  contextname="imacron",
3436  description="LATIN SMALL LETTER I WITH MACRON",
3437  direction="l",
3438  linebreak="al",
3439  shcode=0x69,
3440  specials={ "char", 0x69, 0x304 },
3441  uccode=0x12A,
3442  unicodeslot=0x12B,
3443 },
3444 {
3445  adobename="Ibreve",
3446  category="lu",
3447  contextname="Ibreve",
3448  description="LATIN CAPITAL LETTER I WITH BREVE",
3449  direction="l",
3450  lccode=0x12D,
3451  linebreak="al",
3452  shcode=0x49,
3453  specials={ "char", 0x49, 0x306 },
3454  unicodeslot=0x12C,
3455 },
3456 {
3457  adobename="ibreve",
3458  category="ll",
3459  contextname="ibreve",
3460  description="LATIN SMALL LETTER I WITH BREVE",
3461  direction="l",
3462  linebreak="al",
3463  shcode=0x69,
3464  specials={ "char", 0x69, 0x306 },
3465  uccode=0x12C,
3466  unicodeslot=0x12D,
3467 },
3468 {
3469  adobename="Iogonek",
3470  category="lu",
3471  contextname="Iogonek",
3472  description="LATIN CAPITAL LETTER I WITH OGONEK",
3473  direction="l",
3474  lccode=0x12F,
3475  linebreak="al",
3476  shcode=0x49,
3477  specials={ "char", 0x49, 0x328 },
3478  unicodeslot=0x12E,
3479 },
3480 {
3481  adobename="iogonek",
3482  category="ll",
3483  contextname="iogonek",
3484  description="LATIN SMALL LETTER I WITH OGONEK",
3485  direction="l",
3486  linebreak="al",
3487  shcode=0x69,
3488  specials={ "char", 0x69, 0x328 },
3489  uccode=0x12E,
3490  unicodeslot=0x12F,
3491 },
3492 {
3493  adobename="Idotaccent",
3494  category="lu",
3495  contextname="Idotaccent",
3496  description="LATIN CAPITAL LETTER I WITH DOT ABOVE",
3497  direction="l",
3498  lccode=0x69,
3499  linebreak="al",
3500  shcode=0x49,
3501  specials={ "char", 0x49, 0x307 },
3502  synonyms={ "latin capital letter i dot" },
3503  unicodeslot=0x130,
3504 },
3505 {
3506  adobename="dotlessi",
3507  category="ll",
3508  cjkwd="a",
3509  contextname="dotlessi",
3510  description="LATIN SMALL LETTER DOTLESS I",
3511  direction="l",
3512  linebreak="al",
3513  uccode=0x49,
3514  unicodeslot=0x131,
3515 },
3516 {
3517  adobename="IJ",
3518  category="lu",
3519  cjkwd="a",
3520  contextname="IJligature",
3521  description="LATIN CAPITAL LIGATURE IJ",
3522  direction="l",
3523  lccode=0x133,
3524  linebreak="al",
3525  shcode={ 0x49, 0x4A },
3526  specials={ "compat", 0x49, 0x4A },
3527  unicodeslot=0x132,
3528 },
3529 {
3530  adobename="ij",
3531  category="ll",
3532  cjkwd="a",
3533  contextname="ijligature",
3534  description="LATIN SMALL LIGATURE IJ",
3535  direction="l",
3536  linebreak="al",
3537  shcode={ 0x69, 0x6A },
3538  specials={ "compat", 0x69, 0x6A },
3539  uccode=0x132,
3540  unicodeslot=0x133,
3541 },
3542 {
3543  adobename="Jcircumflex",
3544  category="lu",
3545  contextname="Jcircumflex",
3546  description="LATIN CAPITAL LETTER J WITH CIRCUMFLEX",
3547  direction="l",
3548  lccode=0x135,
3549  linebreak="al",
3550  shcode=0x4A,
3551  specials={ "char", 0x4A, 0x302 },
3552  unicodeslot=0x134,
3553 },
3554 {
3555  adobename="jcircumflex",
3556  category="ll",
3557  contextname="jcircumflex",
3558  description="LATIN SMALL LETTER J WITH CIRCUMFLEX",
3559  direction="l",
3560  linebreak="al",
3561  shcode=0x6A,
3562  specials={ "char", 0x6A, 0x302 },
3563  uccode=0x134,
3564  unicodeslot=0x135,
3565 },
3566 {
3567  adobename="Kcommaaccent",
3568  category="lu",
3569  contextname="Kcommaaccent",
3570  description="LATIN CAPITAL LETTER K WITH CEDILLA",
3571  direction="l",
3572  lccode=0x137,
3573  linebreak="al",
3574  shcode=0x4B,
3575  specials={ "char", 0x4B, 0x327 },
3576  unicodeslot=0x136,
3577 },
3578 {
3579  adobename="kcommaaccent",
3580  category="ll",
3581  contextname="kcommaaccent",
3582  description="LATIN SMALL LETTER K WITH CEDILLA",
3583  direction="l",
3584  linebreak="al",
3585  shcode=0x6B,
3586  specials={ "char", 0x6B, 0x327 },
3587  uccode=0x136,
3588  unicodeslot=0x137,
3589 },
3590 {
3591  adobename="kgreenlandic",
3592  category="ll",
3593  cjkwd="a",
3594  contextname="kkra",
3595  description="LATIN SMALL LETTER KRA",
3596  direction="l",
3597  linebreak="al",
3598  unicodeslot=0x138,
3599 },
3600 {
3601  adobename="Lacute",
3602  category="lu",
3603  contextname="Lacute",
3604  description="LATIN CAPITAL LETTER L WITH ACUTE",
3605  direction="l",
3606  lccode=0x13A,
3607  linebreak="al",
3608  shcode=0x4C,
3609  specials={ "char", 0x4C, 0x301 },
3610  unicodeslot=0x139,
3611 },
3612 {
3613  adobename="lacute",
3614  category="ll",
3615  contextname="lacute",
3616  description="LATIN SMALL LETTER L WITH ACUTE",
3617  direction="l",
3618  linebreak="al",
3619  shcode=0x6C,
3620  specials={ "char", 0x6C, 0x301 },
3621  uccode=0x139,
3622  unicodeslot=0x13A,
3623 },
3624 {
3625  adobename="Lcommaaccent",
3626  category="lu",
3627  contextname="Lcommaaccent",
3628  description="LATIN CAPITAL LETTER L WITH CEDILLA",
3629  direction="l",
3630  lccode=0x13C,
3631  linebreak="al",
3632  shcode=0x4C,
3633  specials={ "char", 0x4C, 0x327 },
3634  unicodeslot=0x13B,
3635 },
3636 {
3637  adobename="lcommaaccent",
3638  category="ll",
3639  contextname="lcommaaccent",
3640  description="LATIN SMALL LETTER L WITH CEDILLA",
3641  direction="l",
3642  linebreak="al",
3643  shcode=0x6C,
3644  specials={ "char", 0x6C, 0x327 },
3645  uccode=0x13B,
3646  unicodeslot=0x13C,
3647 },
3648 {
3649  adobename="Lcaron",
3650  category="lu",
3651  contextname="Lcaron",
3652  description="LATIN CAPITAL LETTER L WITH CARON",
3653  direction="l",
3654  lccode=0x13E,
3655  linebreak="al",
3656  shcode=0x4C,
3657  specials={ "char", 0x4C, 0x30C },
3658  unicodeslot=0x13D,
3659 },
3660 {
3661  adobename="lcaron",
3662  category="ll",
3663  contextname="lcaron",
3664  description="LATIN SMALL LETTER L WITH CARON",
3665  direction="l",
3666  linebreak="al",
3667  shcode=0x6C,
3668  specials={ "char", 0x6C, 0x30C },
3669  uccode=0x13D,
3670  unicodeslot=0x13E,
3671 },
3672 {
3673  adobename="Ldotaccent",
3674  category="lu",
3675  cjkwd="a",
3676  contextname="Ldotmiddle",
3677  description="LATIN CAPITAL LETTER L WITH MIDDLE DOT",
3678  direction="l",
3679  lccode=0x140,
3680  linebreak="al",
3681  shcode=0x4C,
3682  specials={ "compat", 0x4C, 0xB7 },
3683  unicodeslot=0x13F,
3684 },
3685 {
3686  adobename="ldotaccent",
3687  category="ll",
3688  cjkwd="a",
3689  contextname="ldotmiddle",
3690  description="LATIN SMALL LETTER L WITH MIDDLE DOT",
3691  direction="l",
3692  linebreak="al",
3693  shcode=0x6C,
3694  specials={ "compat", 0x6C, 0xB7 },
3695  uccode=0x13F,
3696  unicodeslot=0x140,
3697 },
3698 {
3699  adobename="Lslash",
3700  category="lu",
3701  cjkwd="a",
3702  contextname="Lstroke",
3703  description="LATIN CAPITAL LETTER L WITH STROKE",
3704  direction="l",
3705  lccode=0x142,
3706  linebreak="al",
3707  shcode=0x4C,
3708  specials={ "with", 0x4C, 0x2F },
3709  unicodeslot=0x141,
3710 },
3711 {
3712  adobename="lslash",
3713  category="ll",
3714  cjkwd="a",
3715  contextname="lstroke",
3716  description="LATIN SMALL LETTER L WITH STROKE",
3717  direction="l",
3718  linebreak="al",
3719  shcode=0x6C,
3720  specials={ "with", 0x6C, 0x2F },
3721  uccode=0x141,
3722  unicodeslot=0x142,
3723 },
3724 {
3725  adobename="Nacute",
3726  category="lu",
3727  contextname="Nacute",
3728  description="LATIN CAPITAL LETTER N WITH ACUTE",
3729  direction="l",
3730  lccode=0x144,
3731  linebreak="al",
3732  shcode=0x4E,
3733  specials={ "char", 0x4E, 0x301 },
3734  unicodeslot=0x143,
3735 },
3736 {
3737  adobename="nacute",
3738  category="ll",
3739  cjkwd="a",
3740  contextname="nacute",
3741  description="LATIN SMALL LETTER N WITH ACUTE",
3742  direction="l",
3743  linebreak="al",
3744  shcode=0x6E,
3745  specials={ "char", 0x6E, 0x301 },
3746  uccode=0x143,
3747  unicodeslot=0x144,
3748 },
3749 {
3750  adobename="Ncommaaccent",
3751  category="lu",
3752  contextname="Ncommaaccent",
3753  description="LATIN CAPITAL LETTER N WITH CEDILLA",
3754  direction="l",
3755  lccode=0x146,
3756  linebreak="al",
3757  shcode=0x4E,
3758  specials={ "char", 0x4E, 0x327 },
3759  unicodeslot=0x145,
3760 },
3761 {
3762  adobename="ncommaaccent",
3763  category="ll",
3764  contextname="ncommaaccent",
3765  description="LATIN SMALL LETTER N WITH CEDILLA",
3766  direction="l",
3767  linebreak="al",
3768  shcode=0x6E,
3769  specials={ "char", 0x6E, 0x327 },
3770  uccode=0x145,
3771  unicodeslot=0x146,
3772 },
3773 {
3774  adobename="Ncaron",
3775  category="lu",
3776  contextname="Ncaron",
3777  description="LATIN CAPITAL LETTER N WITH CARON",
3778  direction="l",
3779  lccode=0x148,
3780  linebreak="al",
3781  shcode=0x4E,
3782  specials={ "char", 0x4E, 0x30C },
3783  unicodeslot=0x147,
3784 },
3785 {
3786  adobename="ncaron",
3787  category="ll",
3788  cjkwd="a",
3789  contextname="ncaron",
3790  description="LATIN SMALL LETTER N WITH CARON",
3791  direction="l",
3792  linebreak="al",
3793  shcode=0x6E,
3794  specials={ "char", 0x6E, 0x30C },
3795  uccode=0x147,
3796  unicodeslot=0x148,
3797 },
3798 {
3799  adobename="quoterightn",
3800  category="ll",
3801  cjkwd="a",
3802  contextname="napostrophe",
3803  description="LATIN SMALL LETTER N PRECEDED BY APOSTROPHE",
3804  direction="l",
3805  linebreak="al",
3806  specials={ "compat", 0x2BC, 0x6E },
3807  uccode={ 0x2BC, 0x6E },
3808  unicodeslot=0x149,
3809 },
3810 {
3811  adobename="Eng",
3812  category="lu",
3813  cjkwd="a",
3814  contextname="Neng",
3815  description="LATIN CAPITAL LETTER ENG",
3816  direction="l",
3817  lccode=0x14B,
3818  linebreak="al",
3819  unicodeslot=0x14A,
3820 },
3821 {
3822  adobename="eng",
3823  category="ll",
3824  cjkwd="a",
3825  contextname="neng",
3826  description="LATIN SMALL LETTER ENG",
3827  direction="l",
3828  linebreak="al",
3829  uccode=0x14A,
3830  unicodeslot=0x14B,
3831 },
3832 {
3833  adobename="Omacron",
3834  category="lu",
3835  contextname="Omacron",
3836  description="LATIN CAPITAL LETTER O WITH MACRON",
3837  direction="l",
3838  lccode=0x14D,
3839  linebreak="al",
3840  shcode=0x4F,
3841  specials={ "char", 0x4F, 0x304 },
3842  unicodeslot=0x14C,
3843 },
3844 {
3845  adobename="omacron",
3846  category="ll",
3847  cjkwd="a",
3848  contextname="omacron",
3849  description="LATIN SMALL LETTER O WITH MACRON",
3850  direction="l",
3851  linebreak="al",
3852  shcode=0x6F,
3853  specials={ "char", 0x6F, 0x304 },
3854  uccode=0x14C,
3855  unicodeslot=0x14D,
3856 },
3857 {
3858  adobename="Obreve",
3859  category="lu",
3860  contextname="Obreve",
3861  description="LATIN CAPITAL LETTER O WITH BREVE",
3862  direction="l",
3863  lccode=0x14F,
3864  linebreak="al",
3865  shcode=0x4F,
3866  specials={ "char", 0x4F, 0x306 },
3867  unicodeslot=0x14E,
3868 },
3869 {
3870  adobename="obreve",
3871  category="ll",
3872  contextname="obreve",
3873  description="LATIN SMALL LETTER O WITH BREVE",
3874  direction="l",
3875  linebreak="al",
3876  shcode=0x6F,
3877  specials={ "char", 0x6F, 0x306 },
3878  uccode=0x14E,
3879  unicodeslot=0x14F,
3880 },
3881 {
3882  adobename="Ohungarumlaut",
3883  category="lu",
3884  contextname="Ohungarumlaut",
3885  description="LATIN CAPITAL LETTER O WITH DOUBLE ACUTE",
3886  direction="l",
3887  lccode=0x151,
3888  linebreak="al",
3889  shcode=0x4F,
3890  specials={ "char", 0x4F, 0x30B },
3891  unicodeslot=0x150,
3892 },
3893 {
3894  adobename="ohungarumlaut",
3895  category="ll",
3896  contextname="ohungarumlaut",
3897  description="LATIN SMALL LETTER O WITH DOUBLE ACUTE",
3898  direction="l",
3899  linebreak="al",
3900  shcode=0x6F,
3901  specials={ "char", 0x6F, 0x30B },
3902  uccode=0x150,
3903  unicodeslot=0x151,
3904 },
3905 {
3906  adobename="OE",
3907  category="lu",
3908  cjkwd="a",
3909  contextname="OEligature",
3910  description="LATIN CAPITAL LIGATURE OE",
3911  direction="l",
3912  lccode=0x153,
3913  linebreak="al",
3914  shcode={ 0x4F, 0x45 },
3915  unicodeslot=0x152,
3916 },
3917 {
3918  adobename="oe",
3919  category="ll",
3920  cjkwd="a",
3921  contextname="oeligature",
3922  description="LATIN SMALL LIGATURE OE",
3923  direction="l",
3924  linebreak="al",
3925  shcode={ 0x6F, 0x65 },
3926  synonyms={ "ethel", "latin small letter o e" },
3927  uccode=0x152,
3928  unicodeslot=0x153,
3929 },
3930 {
3931  adobename="Racute",
3932  category="lu",
3933  contextname="Racute",
3934  description="LATIN CAPITAL LETTER R WITH ACUTE",
3935  direction="l",
3936  lccode=0x155,
3937  linebreak="al",
3938  shcode=0x52,
3939  specials={ "char", 0x52, 0x301 },
3940  unicodeslot=0x154,
3941 },
3942 {
3943  adobename="racute",
3944  category="ll",
3945  contextname="racute",
3946  description="LATIN SMALL LETTER R WITH ACUTE",
3947  direction="l",
3948  linebreak="al",
3949  shcode=0x72,
3950  specials={ "char", 0x72, 0x301 },
3951  uccode=0x154,
3952  unicodeslot=0x155,
3953 },
3954 {
3955  adobename="Rcommaaccent",
3956  category="lu",
3957  contextname="Rcommaaccent",
3958  description="LATIN CAPITAL LETTER R WITH CEDILLA",
3959  direction="l",
3960  lccode=0x157,
3961  linebreak="al",
3962  shcode=0x52,
3963  specials={ "char", 0x52, 0x327 },
3964  unicodeslot=0x156,
3965 },
3966 {
3967  adobename="rcommaaccent",
3968  category="ll",
3969  contextname="rcommaaccent",
3970  description="LATIN SMALL LETTER R WITH CEDILLA",
3971  direction="l",
3972  linebreak="al",
3973  shcode=0x72,
3974  specials={ "char", 0x72, 0x327 },
3975  uccode=0x156,
3976  unicodeslot=0x157,
3977 },
3978 {
3979  adobename="Rcaron",
3980  category="lu",
3981  contextname="Rcaron",
3982  description="LATIN CAPITAL LETTER R WITH CARON",
3983  direction="l",
3984  lccode=0x159,
3985  linebreak="al",
3986  shcode=0x52,
3987  specials={ "char", 0x52, 0x30C },
3988  unicodeslot=0x158,
3989 },
3990 {
3991  adobename="rcaron",
3992  category="ll",
3993  contextname="rcaron",
3994  description="LATIN SMALL LETTER R WITH CARON",
3995  direction="l",
3996  linebreak="al",
3997  shcode=0x72,
3998  specials={ "char", 0x72, 0x30C },
3999  uccode=0x158,
4000  unicodeslot=0x159,
4001 },
4002 {
4003  adobename="Sacute",
4004  category="lu",
4005  contextname="Sacute",
4006  description="LATIN CAPITAL LETTER S WITH ACUTE",
4007  direction="l",
4008  lccode=0x15B,
4009  linebreak="al",
4010  shcode=0x53,
4011  specials={ "char", 0x53, 0x301 },
4012  unicodeslot=0x15A,
4013 },
4014 {
4015  adobename="sacute",
4016  category="ll",
4017  contextname="sacute",
4018  description="LATIN SMALL LETTER S WITH ACUTE",
4019  direction="l",
4020  linebreak="al",
4021  shcode=0x73,
4022  specials={ "char", 0x73, 0x301 },
4023  uccode=0x15A,
4024  unicodeslot=0x15B,
4025 },
4026 {
4027  adobename="Scircumflex",
4028  category="lu",
4029  contextname="Scircumflex",
4030  description="LATIN CAPITAL LETTER S WITH CIRCUMFLEX",
4031  direction="l",
4032  lccode=0x15D,
4033  linebreak="al",
4034  shcode=0x53,
4035  specials={ "char", 0x53, 0x302 },
4036  unicodeslot=0x15C,
4037 },
4038 {
4039  adobename="scircumflex",
4040  category="ll",
4041  contextname="scircumflex",
4042  description="LATIN SMALL LETTER S WITH CIRCUMFLEX",
4043  direction="l",
4044  linebreak="al",
4045  shcode=0x73,
4046  specials={ "char", 0x73, 0x302 },
4047  uccode=0x15C,
4048  unicodeslot=0x15D,
4049 },
4050 {
4051  adobename="Scedilla",
4052  category="lu",
4053  contextname="Scedilla",
4054  description="LATIN CAPITAL LETTER S WITH CEDILLA",
4055  direction="l",
4056  lccode=0x15F,
4057  linebreak="al",
4058  shcode=0x53,
4059  specials={ "char", 0x53, 0x327 },
4060  unicodeslot=0x15E,
4061 },
4062 {
4063  adobename="scedilla",
4064  category="ll",
4065  contextname="scedilla",
4066  description="LATIN SMALL LETTER S WITH CEDILLA",
4067  direction="l",
4068  linebreak="al",
4069  shcode=0x73,
4070  specials={ "char", 0x73, 0x327 },
4071  uccode=0x15E,
4072  unicodeslot=0x15F,
4073 },
4074 {
4075  adobename="Scaron",
4076  category="lu",
4077  contextname="Scaron",
4078  description="LATIN CAPITAL LETTER S WITH CARON",
4079  direction="l",
4080  lccode=0x161,
4081  linebreak="al",
4082  shcode=0x53,
4083  specials={ "char", 0x53, 0x30C },
4084  unicodeslot=0x160,
4085 },
4086 {
4087  adobename="scaron",
4088  category="ll",
4089  contextname="scaron",
4090  description="LATIN SMALL LETTER S WITH CARON",
4091  direction="l",
4092  linebreak="al",
4093  shcode=0x73,
4094  specials={ "char", 0x73, 0x30C },
4095  uccode=0x160,
4096  unicodeslot=0x161,
4097 },
4098 {
4099  adobename="Tcommaaccent",
4100  category="lu",
4101  contextname="Tcedilla",
4102  description="LATIN CAPITAL LETTER T WITH CEDILLA",
4103  direction="l",
4104  lccode=0x163,
4105  linebreak="al",
4106  shcode=0x54,
4107  specials={ "char", 0x54, 0x327 },
4108  unicodeslot=0x162,
4109 },
4110 {
4111  adobename="tcommaaccent",
4112  category="ll",
4113  contextname="tcedilla",
4114  description="LATIN SMALL LETTER T WITH CEDILLA",
4115  direction="l",
4116  linebreak="al",
4117  shcode=0x74,
4118  specials={ "char", 0x74, 0x327 },
4119  uccode=0x162,
4120  unicodeslot=0x163,
4121 },
4122 {
4123  adobename="Tcaron",
4124  category="lu",
4125  contextname="Tcaron",
4126  description="LATIN CAPITAL LETTER T WITH CARON",
4127  direction="l",
4128  lccode=0x165,
4129  linebreak="al",
4130  shcode=0x54,
4131  specials={ "char", 0x54, 0x30C },
4132  unicodeslot=0x164,
4133 },
4134 {
4135  adobename="tcaron",
4136  category="ll",
4137  contextname="tcaron",
4138  description="LATIN SMALL LETTER T WITH CARON",
4139  direction="l",
4140  linebreak="al",
4141  shcode=0x74,
4142  specials={ "char", 0x74, 0x30C },
4143  uccode=0x164,
4144  unicodeslot=0x165,
4145 },
4146 {
4147  adobename="Tbar",
4148  category="lu",
4149  cjkwd="a",
4150  contextname="Tstroke",
4151  description="LATIN CAPITAL LETTER T WITH STROKE",
4152  direction="l",
4153  lccode=0x167,
4154  linebreak="al",
4155  shcode=0x54,
4156  specials={ "with", 0x54, 0x2F },
4157  unicodeslot=0x166,
4158 },
4159 {
4160  adobename="tbar",
4161  category="ll",
4162  cjkwd="a",
4163  contextname="tstroke",
4164  description="LATIN SMALL LETTER T WITH STROKE",
4165  direction="l",
4166  linebreak="al",
4167  shcode=0x74,
4168  specials={ "with", 0x74, 0x2F },
4169  uccode=0x166,
4170  unicodeslot=0x167,
4171 },
4172 {
4173  adobename="Utilde",
4174  category="lu",
4175  contextname="Utilde",
4176  description="LATIN CAPITAL LETTER U WITH TILDE",
4177  direction="l",
4178  lccode=0x169,
4179  linebreak="al",
4180  shcode=0x55,
4181  specials={ "char", 0x55, 0x303 },
4182  unicodeslot=0x168,
4183 },
4184 {
4185  adobename="utilde",
4186  category="ll",
4187  contextname="utilde",
4188  description="LATIN SMALL LETTER U WITH TILDE",
4189  direction="l",
4190  linebreak="al",
4191  shcode=0x75,
4192  specials={ "char", 0x75, 0x303 },
4193  uccode=0x168,
4194  unicodeslot=0x169,
4195 },
4196 {
4197  adobename="Umacron",
4198  category="lu",
4199  contextname="Umacron",
4200  description="LATIN CAPITAL LETTER U WITH MACRON",
4201  direction="l",
4202  lccode=0x16B,
4203  linebreak="al",
4204  shcode=0x55,
4205  specials={ "char", 0x55, 0x304 },
4206  unicodeslot=0x16A,
4207 },
4208 {
4209  adobename="umacron",
4210  category="ll",
4211  cjkwd="a",
4212  contextname="umacron",
4213  description="LATIN SMALL LETTER U WITH MACRON",
4214  direction="l",
4215  linebreak="al",
4216  shcode=0x75,
4217  specials={ "char", 0x75, 0x304 },
4218  uccode=0x16A,
4219  unicodeslot=0x16B,
4220 },
4221 {
4222  adobename="Ubreve",
4223  category="lu",
4224  contextname="Ubreve",
4225  description="LATIN CAPITAL LETTER U WITH BREVE",
4226  direction="l",
4227  lccode=0x16D,
4228  linebreak="al",
4229  shcode=0x55,
4230  specials={ "char", 0x55, 0x306 },
4231  unicodeslot=0x16C,
4232 },
4233 {
4234  adobename="ubreve",
4235  category="ll",
4236  contextname="ubreve",
4237  description="LATIN SMALL LETTER U WITH BREVE",
4238  direction="l",
4239  linebreak="al",
4240  shcode=0x75,
4241  specials={ "char", 0x75, 0x306 },
4242  uccode=0x16C,
4243  unicodeslot=0x16D,
4244 },
4245 {
4246  adobename="Uring",
4247  category="lu",
4248  contextname="Uring",
4249  description="LATIN CAPITAL LETTER U WITH RING ABOVE",
4250  direction="l",
4251  lccode=0x16F,
4252  linebreak="al",
4253  shcode=0x55,
4254  specials={ "char", 0x55, 0x30A },
4255  unicodeslot=0x16E,
4256 },
4257 {
4258  adobename="uring",
4259  category="ll",
4260  contextname="uring",
4261  description="LATIN SMALL LETTER U WITH RING ABOVE",
4262  direction="l",
4263  linebreak="al",
4264  shcode=0x75,
4265  specials={ "char", 0x75, 0x30A },
4266  uccode=0x16E,
4267  unicodeslot=0x16F,
4268 },
4269 {
4270  adobename="Uhungarumlaut",
4271  category="lu",
4272  contextname="Uhungarumlaut",
4273  description="LATIN CAPITAL LETTER U WITH DOUBLE ACUTE",
4274  direction="l",
4275  lccode=0x171,
4276  linebreak="al",
4277  shcode=0x55,
4278  specials={ "char", 0x55, 0x30B },
4279  unicodeslot=0x170,
4280 },
4281 {
4282  adobename="uhungarumlaut",
4283  category="ll",
4284  contextname="uhungarumlaut",
4285  description="LATIN SMALL LETTER U WITH DOUBLE ACUTE",
4286  direction="l",
4287  linebreak="al",
4288  shcode=0x75,
4289  specials={ "char", 0x75, 0x30B },
4290  uccode=0x170,
4291  unicodeslot=0x171,
4292 },
4293 {
4294  adobename="Uogonek",
4295  category="lu",
4296  contextname="Uogonek",
4297  description="LATIN CAPITAL LETTER U WITH OGONEK",
4298  direction="l",
4299  lccode=0x173,
4300  linebreak="al",
4301  shcode=0x55,
4302  specials={ "char", 0x55, 0x328 },
4303  unicodeslot=0x172,
4304 },
4305 {
4306  adobename="uogonek",
4307  category="ll",
4308  contextname="uogonek",
4309  description="LATIN SMALL LETTER U WITH OGONEK",
4310  direction="l",
4311  linebreak="al",
4312  shcode=0x75,
4313  specials={ "char", 0x75, 0x328 },
4314  uccode=0x172,
4315  unicodeslot=0x173,
4316 },
4317 {
4318  adobename="Wcircumflex",
4319  category="lu",
4320  contextname="Wcircumflex",
4321  description="LATIN CAPITAL LETTER W WITH CIRCUMFLEX",
4322  direction="l",
4323  lccode=0x175,
4324  linebreak="al",
4325  shcode=0x57,
4326  specials={ "char", 0x57, 0x302 },
4327  unicodeslot=0x174,
4328 },
4329 {
4330  adobename="wcircumflex",
4331  category="ll",
4332  contextname="wcircumflex",
4333  description="LATIN SMALL LETTER W WITH CIRCUMFLEX",
4334  direction="l",
4335  linebreak="al",
4336  shcode=0x77,
4337  specials={ "char", 0x77, 0x302 },
4338  uccode=0x174,
4339  unicodeslot=0x175,
4340 },
4341 {
4342  adobename="Ycircumflex",
4343  category="lu",
4344  contextname="Ycircumflex",
4345  description="LATIN CAPITAL LETTER Y WITH CIRCUMFLEX",
4346  direction="l",
4347  lccode=0x177,
4348  linebreak="al",
4349  shcode=0x59,
4350  specials={ "char", 0x59, 0x302 },
4351  unicodeslot=0x176,
4352 },
4353 {
4354  adobename="ycircumflex",
4355  category="ll",
4356  contextname="ycircumflex",
4357  description="LATIN SMALL LETTER Y WITH CIRCUMFLEX",
4358  direction="l",
4359  linebreak="al",
4360  shcode=0x79,
4361  specials={ "char", 0x79, 0x302 },
4362  uccode=0x176,
4363  unicodeslot=0x177,
4364 },
4365 {
4366  adobename="Ydieresis",
4367  category="lu",
4368  contextname="Ydiaeresis",
4369  description="LATIN CAPITAL LETTER Y WITH DIAERESIS",
4370  direction="l",
4371  lccode=0xFF,
4372  linebreak="al",
4373  shcode=0x59,
4374  specials={ "char", 0x59, 0x308 },
4375  unicodeslot=0x178,
4376 },
4377 {
4378  adobename="Zacute",
4379  category="lu",
4380  contextname="Zacute",
4381  description="LATIN CAPITAL LETTER Z WITH ACUTE",
4382  direction="l",
4383  lccode=0x17A,
4384  linebreak="al",
4385  shcode=0x5A,
4386  specials={ "char", 0x5A, 0x301 },
4387  unicodeslot=0x179,
4388 },
4389 {
4390  adobename="zacute",
4391  category="ll",
4392  contextname="zacute",
4393  description="LATIN SMALL LETTER Z WITH ACUTE",
4394  direction="l",
4395  linebreak="al",
4396  shcode=0x7A,
4397  specials={ "char", 0x7A, 0x301 },
4398  uccode=0x179,
4399  unicodeslot=0x17A,
4400 },
4401 {
4402  adobename="Zdotaccent",
4403  category="lu",
4404  contextname="Zdotaccent",
4405  description="LATIN CAPITAL LETTER Z WITH DOT ABOVE",
4406  direction="l",
4407  lccode=0x17C,
4408  linebreak="al",
4409  shcode=0x5A,
4410  specials={ "char", 0x5A, 0x307 },
4411  unicodeslot=0x17B,
4412 },
4413 {
4414  adobename="zdotaccent",
4415  category="ll",
4416  contextname="zdotaccent",
4417  description="LATIN SMALL LETTER Z WITH DOT ABOVE",
4418  direction="l",
4419  linebreak="al",
4420  shcode=0x7A,
4421  specials={ "char", 0x7A, 0x307 },
4422  uccode=0x17B,
4423  unicodeslot=0x17C,
4424 },
4425 {
4426  adobename="Zcaron",
4427  category="lu",
4428  contextname="Zcaron",
4429  description="LATIN CAPITAL LETTER Z WITH CARON",
4430  direction="l",
4431  lccode=0x17E,
4432  linebreak="al",
4433  shcode=0x5A,
4434  specials={ "char", 0x5A, 0x30C },
4435  unicodeslot=0x17D,
4436 },
4437 {
4438  adobename="zcaron",
4439  category="ll",
4440  contextname="zcaron",
4441  description="LATIN SMALL LETTER Z WITH CARON",
4442  direction="l",
4443  linebreak="al",
4444  shcode=0x7A,
4445  specials={ "char", 0x7A, 0x30C },
4446  uccode=0x17D,
4447  unicodeslot=0x17E,
4448 },
4449 {
4450  adobename="slong",
4451  category="ll",
4452  contextname="slong",
4453  description="LATIN SMALL LETTER LONG S",
4454  direction="l",
4455  linebreak="al",
4456  specials={ "compat", 0x73 },
4457  uccode=0x73,
4458  unicodeslot=0x17F,
4459 },
4460 {
4461  adobename="bstroke",
4462  category="ll",
4463  contextname="bstroke",
4464  description="LATIN SMALL LETTER B WITH STROKE",
4465  direction="l",
4466  linebreak="al",
4467  shcode=0x62,
4468  specials={ "with", 0x62, 0x2F },
4469  uccode=0x243,
4470  unicodeslot=0x180,
4471 },
4472 {
4473  adobename="Bhook",
4474  category="lu",
4475  contextname="Bhook",
4476  description="LATIN CAPITAL LETTER B WITH HOOK",
4477  direction="l",
4478  lccode=0x253,
4479  linebreak="al",
4480  shcode=0x42,
4481  specials={ "with", 0x42, 0x1FA9D },
4482  unicodeslot=0x181,
4483 },
4484 {
4485  adobename="Btopbar",
4486  category="lu",
4487  description="LATIN CAPITAL LETTER B WITH TOPBAR",
4488  direction="l",
4489  lccode=0x183,
4490  linebreak="al",
4491  shcode=0x42,
4492  unicodeslot=0x182,
4493 },
4494 {
4495  adobename="btopbar",
4496  category="ll",
4497  description="LATIN SMALL LETTER B WITH TOPBAR",
4498  direction="l",
4499  linebreak="al",
4500  shcode=0x62,
4501  uccode=0x182,
4502  unicodeslot=0x183,
4503 },
4504 {
4505  adobename="Tonesix",
4506  category="lu",
4507  description="LATIN CAPITAL LETTER TONE SIX",
4508  direction="l",
4509  lccode=0x185,
4510  linebreak="al",
4511  unicodeslot=0x184,
4512 },
4513 {
4514  adobename="tonesix",
4515  category="ll",
4516  description="LATIN SMALL LETTER TONE SIX",
4517  direction="l",
4518  linebreak="al",
4519  uccode=0x184,
4520  unicodeslot=0x185,
4521 },
4522 {
4523  adobename="Oopen",
4524  category="lu",
4525  description="LATIN CAPITAL LETTER OPEN O",
4526  direction="l",
4527  lccode=0x254,
4528  linebreak="al",
4529  unicodeslot=0x186,
4530 },
4531 {
4532  adobename="Chook",
4533  category="lu",
4534  contextname="Chook",
4535  description="LATIN CAPITAL LETTER C WITH HOOK",
4536  direction="l",
4537  lccode=0x188,
4538  linebreak="al",
4539  shcode=0x43,
4540  specials={ "with", 0x43, 0x1FA9D },
4541  unicodeslot=0x187,
4542 },
4543 {
4544  adobename="chook",
4545  category="ll",
4546  contextname="chook",
4547  description="LATIN SMALL LETTER C WITH HOOK",
4548  direction="l",
4549  linebreak="al",
4550  shcode=0x63,
4551  specials={ "with", 0x63, 0x1FA9D },
4552  uccode=0x187,
4553  unicodeslot=0x188,
4554 },
4555 {
4556  adobename="Dafrican",
4557  category="lu",
4558  contextname="Dafrican",
4559  description="LATIN CAPITAL LETTER AFRICAN D",
4560  direction="l",
4561  lccode=0x256,
4562  linebreak="al",
4563  unicodeslot=0x189,
4564 },
4565 {
4566  adobename="Dhook",
4567  category="lu",
4568  contextname="Dhook",
4569  description="LATIN CAPITAL LETTER D WITH HOOK",
4570  direction="l",
4571  lccode=0x257,
4572  linebreak="al",
4573  shcode=0x44,
4574  specials={ "with", 0x44, 0x1FA9D },
4575  unicodeslot=0x18A,
4576 },
4577 {
4578  adobename="Dtopbar",
4579  category="lu",
4580  description="LATIN CAPITAL LETTER D WITH TOPBAR",
4581  direction="l",
4582  lccode=0x18C,
4583  linebreak="al",
4584  shcode=0x44,
4585  unicodeslot=0x18B,
4586 },
4587 {
4588  adobename="dtopbar",
4589  category="ll",
4590  description="LATIN SMALL LETTER D WITH TOPBAR",
4591  direction="l",
4592  linebreak="al",
4593  shcode=0x64,
4594  uccode=0x18B,
4595  unicodeslot=0x18C,
4596 },
4597 {
4598  adobename="deltaturned",
4599  category="ll",
4600  description="LATIN SMALL LETTER TURNED DELTA",
4601  direction="l",
4602  linebreak="al",
4603  unicodeslot=0x18D,
4604 },
4605 {
4606  adobename="Ereversed",
4607  category="lu",
4608  description="LATIN CAPITAL LETTER REVERSED E",
4609  direction="l",
4610  lccode=0x1DD,
4611  linebreak="al",
4612  synonyms={ "latin capital letter turned e" },
4613  unicodeslot=0x18E,
4614 },
4615 {
4616  adobename="Schwa",
4617  category="lu",
4618  contextname="Schwa",
4619  description="LATIN CAPITAL LETTER SCHWA",
4620  direction="l",
4621  lccode=0x259,
4622  linebreak="al",
4623  unicodeslot=0x18F,
4624 },
4625 {
4626  adobename="Eopen",
4627  category="lu",
4628  description="LATIN CAPITAL LETTER OPEN E",
4629  direction="l",
4630  lccode=0x25B,
4631  linebreak="al",
4632  synonyms={ "latin capital letter epsilon" },
4633  unicodeslot=0x190,
4634 },
4635 {
4636  adobename="Fhook",
4637  category="lu",
4638  contextname="Fhook",
4639  description="LATIN CAPITAL LETTER F WITH HOOK",
4640  direction="l",
4641  lccode=0x192,
4642  linebreak="al",
4643  shcode=0x46,
4644  specials={ "with", 0x46, 0x1FA9D },
4645  unicodeslot=0x191,
4646 },
4647 {
4648  adobename="florin",
4649  category="ll",
4650  contextname="fhook",
4651  description="LATIN SMALL LETTER F WITH HOOK",
4652  direction="l",
4653  linebreak="al",
4654  shcode=0x66,
4655  specials={ "with", 0x66, 0x1FA9D },
4656  synonyms={ "florin currency symbol", "folder", "function symbol", "latin small letter script f" },
4657  uccode=0x191,
4658  unicodeslot=0x192,
4659 },
4660 {
4661  adobename="Ghook",
4662  category="lu",
4663  contextname="Ghook",
4664  description="LATIN CAPITAL LETTER G WITH HOOK",
4665  direction="l",
4666  lccode=0x260,
4667  linebreak="al",
4668  shcode=0x47,
4669  specials={ "with", 0x47, 0x1FA9D },
4670  unicodeslot=0x193,
4671 },
4672 {
4673  adobename="Gammaafrican",
4674  category="lu",
4675  description="LATIN CAPITAL LETTER GAMMA",
4676  direction="l",
4677  lccode=0x263,
4678  linebreak="al",
4679  unicodeslot=0x194,
4680 },
4681 {
4682  adobename="hv",
4683  category="ll",
4684  description="LATIN SMALL LETTER HV",
4685  direction="l",
4686  linebreak="al",
4687  uccode=0x1F6,
4688  unicodeslot=0x195,
4689 },
4690 {
4691  adobename="Iotaafrican",
4692  category="lu",
4693  description="LATIN CAPITAL LETTER IOTA",
4694  direction="l",
4695  lccode=0x269,
4696  linebreak="al",
4697  unicodeslot=0x196,
4698 },
4699 {
4700  adobename="Istroke",
4701  category="lu",
4702  contextname="Istroke",
4703  description="LATIN CAPITAL LETTER I WITH STROKE",
4704  direction="l",
4705  lccode=0x268,
4706  linebreak="al",
4707  shcode=0x49,
4708  specials={ "with", 0x49, 0x2F },
4709  synonyms={ "latin capital letter i bar" },
4710  unicodeslot=0x197,
4711 },
4712 {
4713  adobename="Khook",
4714  category="lu",
4715  contextname="Khook",
4716  description="LATIN CAPITAL LETTER K WITH HOOK",
4717  direction="l",
4718  lccode=0x199,
4719  linebreak="al",
4720  shcode=0x4B,
4721  specials={ "with", 0x4B, 0x1FA9D },
4722  unicodeslot=0x198,
4723 },
4724 {
4725  adobename="khook",
4726  category="ll",
4727  contextname="khook",
4728  description="LATIN SMALL LETTER K WITH HOOK",
4729  direction="l",
4730  linebreak="al",
4731  shcode=0x6B,
4732  specials={ "with", 0x6B, 0x1FA9D },
4733  uccode=0x198,
4734  unicodeslot=0x199,
4735 },
4736 {
4737  adobename="lbar",
4738  category="ll",
4739  contextname="lbar",
4740  description="LATIN SMALL LETTER L WITH BAR",
4741  direction="l",
4742  linebreak="al",
4743  shcode=0x6C,
4744  uccode=0x23D,
4745  unicodeslot=0x19A,
4746 },
4747 {
4748  adobename="lambdastroke",
4749  category="ll",
4750  description="LATIN SMALL LETTER LAMBDA WITH STROKE",
4751  direction="l",
4752  linebreak="al",
4753  mathname="lambdabar",
4754  synonyms={ "latin letter lambda bar" },
4755  unicodeslot=0x19B,
4756 },
4757 {
4758  adobename="Mturned",
4759  category="lu",
4760  description="LATIN CAPITAL LETTER TURNED M",
4761  direction="l",
4762  lccode=0x26F,
4763  linebreak="al",
4764  unicodeslot=0x19C,
4765 },
4766 {
4767  adobename="Nhookleft",
4768  category="lu",
4769  description="LATIN CAPITAL LETTER N WITH LEFT HOOK",
4770  direction="l",
4771  lccode=0x272,
4772  linebreak="al",
4773  shcode=0x4E,
4774  unicodeslot=0x19D,
4775 },
4776 {
4777  adobename="nlegrightlong",
4778  category="ll",
4779  description="LATIN SMALL LETTER N WITH LONG RIGHT LEG",
4780  direction="l",
4781  linebreak="al",
4782  shcode=0x6E,
4783  uccode=0x220,
4784  unicodeslot=0x19E,
4785 },
4786 {
4787  adobename="Ocenteredtilde",
4788  category="lu",
4789  description="LATIN CAPITAL LETTER O WITH MIDDLE TILDE",
4790  direction="l",
4791  lccode=0x275,
4792  linebreak="al",
4793  shcode=0x4F,
4794  synonyms={ "latin capital letter barred o", "latin capital letter o bar" },
4795  unicodeslot=0x19F,
4796 },
4797 {
4798  adobename="Ohorn",
4799  category="lu",
4800  contextname="Ohorn",
4801  description="LATIN CAPITAL LETTER O WITH HORN",
4802  direction="l",
4803  lccode=0x1A1,
4804  linebreak="al",
4805  shcode=0x4F,
4806  specials={ "char", 0x4F, 0x31B },
4807  unicodeslot=0x1A0,
4808 },
4809 {
4810  adobename="ohorn",
4811  category="ll",
4812  contextname="ohorn",
4813  description="LATIN SMALL LETTER O WITH HORN",
4814  direction="l",
4815  linebreak="al",
4816  shcode=0x6F,
4817  specials={ "char", 0x6F, 0x31B },
4818  uccode=0x1A0,
4819  unicodeslot=0x1A1,
4820 },
4821 {
4822  adobename="Oi",
4823  category="lu",
4824  description="LATIN CAPITAL LETTER OI",
4825  direction="l",
4826  lccode=0x1A3,
4827  linebreak="al",
4828  unicodeslot=0x1A2,
4829 },
4830 {
4831  adobename="oi",
4832  category="ll",
4833  description="LATIN SMALL LETTER OI",
4834  direction="l",
4835  linebreak="al",
4836  uccode=0x1A2,
4837  unicodeslot=0x1A3,
4838 },
4839 {
4840  adobename="Phook",
4841  category="lu",
4842  contextname="Phook",
4843  description="LATIN CAPITAL LETTER P WITH HOOK",
4844  direction="l",
4845  lccode=0x1A5,
4846  linebreak="al",
4847  shcode=0x50,
4848  specials={ "with", 0x50, 0x1FA9D },
4849  unicodeslot=0x1A4,
4850 },
4851 {
4852  adobename="phook",
4853  category="ll",
4854  contextname="phook",
4855  description="LATIN SMALL LETTER P WITH HOOK",
4856  direction="l",
4857  linebreak="al",
4858  shcode=0x70,
4859  specials={ "with", 0x70, 0x1FA9D },
4860  uccode=0x1A4,
4861  unicodeslot=0x1A5,
4862 },
4863 {
4864  adobename="yr",
4865  category="lu",
4866  description="LATIN LETTER YR",
4867  direction="l",
4868  lccode=0x280,
4869  linebreak="al",
4870  unicodeslot=0x1A6,
4871 },
4872 {
4873  adobename="Tonetwo",
4874  category="lu",
4875  description="LATIN CAPITAL LETTER TONE TWO",
4876  direction="l",
4877  lccode=0x1A8,
4878  linebreak="al",
4879  unicodeslot=0x1A7,
4880 },
4881 {
4882  adobename="tonetwo",
4883  category="ll",
4884  description="LATIN SMALL LETTER TONE TWO",
4885  direction="l",
4886  linebreak="al",
4887  uccode=0x1A7,
4888  unicodeslot=0x1A8,
4889 },
4890 {
4891  adobename="Esh",
4892  category="lu",
4893  description="LATIN CAPITAL LETTER ESH",
4894  direction="l",
4895  lccode=0x283,
4896  linebreak="al",
4897  unicodeslot=0x1A9,
4898 },
4899 {
4900  adobename="eshreversedloop",
4901  category="ll",
4902  description="LATIN LETTER REVERSED ESH LOOP",
4903  direction="l",
4904  linebreak="al",
4905  unicodeslot=0x1AA,
4906 },
4907 {
4908  adobename="tpalatalhook",
4909  category="ll",
4910  description="LATIN SMALL LETTER T WITH PALATAL HOOK",
4911  direction="l",
4912  linebreak="al",
4913  shcode=0x74,
4914  unicodeslot=0x1AB,
4915 },
4916 {
4917  adobename="Thook",
4918  category="lu",
4919  contextname="Thook",
4920  description="LATIN CAPITAL LETTER T WITH HOOK",
4921  direction="l",
4922  lccode=0x1AD,
4923  linebreak="al",
4924  shcode=0x54,
4925  specials={ "with", 0x54, 0x1FA9D },
4926  unicodeslot=0x1AC,
4927 },
4928 {
4929  adobename="thook",
4930  category="ll",
4931  contextname="thook",
4932  description="LATIN SMALL LETTER T WITH HOOK",
4933  direction="l",
4934  linebreak="al",
4935  shcode=0x74,
4936  specials={ "with", 0x74, 0x1FA9D },
4937  uccode=0x1AC,
4938  unicodeslot=0x1AD,
4939 },
4940 {
4941  adobename="Tretroflexhook",
4942  category="lu",
4943  description="LATIN CAPITAL LETTER T WITH RETROFLEX HOOK",
4944  direction="l",
4945  lccode=0x288,
4946  linebreak="al",
4947  shcode=0x54,
4948  unicodeslot=0x1AE,
4949 },
4950 {
4951  adobename="Uhorn",
4952  category="lu",
4953  contextname="Uhorn",
4954  description="LATIN CAPITAL LETTER U WITH HORN",
4955  direction="l",
4956  lccode=0x1B0,
4957  linebreak="al",
4958  shcode=0x55,
4959  specials={ "char", 0x55, 0x31B },
4960  unicodeslot=0x1AF,
4961 },
4962 {
4963  adobename="uhorn",
4964  category="ll",
4965  contextname="uhorn",
4966  description="LATIN SMALL LETTER U WITH HORN",
4967  direction="l",
4968  linebreak="al",
4969  shcode=0x75,
4970  specials={ "char", 0x75, 0x31B },
4971  uccode=0x1AF,
4972  unicodeslot=0x1B0,
4973 },
4974 {
4975  adobename="Upsilonafrican",
4976  category="lu",
4977  description="LATIN CAPITAL LETTER UPSILON",
4978  direction="l",
4979  lccode=0x28A,
4980  linebreak="al",
4981  unicodeslot=0x1B1,
4982 },
4983 {
4984  adobename="Vhook",
4985  category="lu",
4986  contextname="Vhook",
4987  description="LATIN CAPITAL LETTER V WITH HOOK",
4988  direction="l",
4989  lccode=0x28B,
4990  linebreak="al",
4991  shcode=0x56,
4992  specials={ "with", 0x56, 0x1FA9D },
4993  synonyms={ "latin capital letter script v" },
4994  unicodeslot=0x1B2,
4995 },
4996 {
4997  adobename="Yhook",
4998  category="lu",
4999  contextname="Yhook",
5000  description="LATIN CAPITAL LETTER Y WITH HOOK",
5001  direction="l",
5002  lccode=0x1B4,
5003  linebreak="al",
5004  shcode=0x59,
5005  specials={ "with", 0x59, 0x1FA9D },
5006  unicodeslot=0x1B3,
5007 },
5008 {
5009  adobename="yhook",
5010  category="ll",
5011  contextname="yhook",
5012  description="LATIN SMALL LETTER Y WITH HOOK",
5013  direction="l",
5014  linebreak="al",
5015  shcode=0x79,
5016  specials={ "with", 0x79, 0x1FA9D },
5017  uccode=0x1B3,
5018  unicodeslot=0x1B4,
5019 },
5020 {
5021  adobename="Zstroke",
5022  category="lu",
5023  contextname="Zstroke",
5024  description="LATIN CAPITAL LETTER Z WITH STROKE",
5025  direction="l",
5026  lccode=0x1B6,
5027  linebreak="al",
5028  shcode=0x5A,
5029  specials={ "with", 0x5A, 0x2F },
5030  unicodeslot=0x1B5,
5031 },
5032 {
5033  adobename="zstroke",
5034  category="ll",
5035  contextname="zstroke",
5036  description="LATIN SMALL LETTER Z WITH STROKE",
5037  direction="l",
5038  linebreak="al",
5039  shcode=0x7A,
5040  specials={ "with", 0x7A, 0x2F },
5041  synonyms={ "latin small letter z bar" },
5042  uccode=0x1B5,
5043  unicodeslot=0x1B6,
5044 },
5045 {
5046  adobename="Ezh",
5047  category="lu",
5048  description="LATIN CAPITAL LETTER EZH",
5049  direction="l",
5050  lccode=0x292,
5051  linebreak="al",
5052  unicodeslot=0x1B7,
5053 },
5054 {
5055  adobename="Ezhreversed",
5056  category="lu",
5057  description="LATIN CAPITAL LETTER EZH REVERSED",
5058  direction="l",
5059  lccode=0x1B9,
5060  linebreak="al",
5061  unicodeslot=0x1B8,
5062 },
5063 {
5064  adobename="ezhreversed",
5065  category="ll",
5066  description="LATIN SMALL LETTER EZH REVERSED",
5067  direction="l",
5068  linebreak="al",
5069  uccode=0x1B8,
5070  unicodeslot=0x1B9,
5071 },
5072 {
5073  adobename="ezhtail",
5074  category="ll",
5075  description="LATIN SMALL LETTER EZH WITH TAIL",
5076  direction="l",
5077  linebreak="al",
5078  shcode=0x292,
5079  unicodeslot=0x1BA,
5080 },
5081 {
5082  adobename="twostroke",
5083  category="lo",
5084  description="LATIN LETTER TWO WITH STROKE",
5085  direction="l",
5086  linebreak="al",
5087  unicodeslot=0x1BB,
5088 },
5089 {
5090  adobename="Tonefive",
5091  category="lu",
5092  description="LATIN CAPITAL LETTER TONE FIVE",
5093  direction="l",
5094  lccode=0x1BD,
5095  linebreak="al",
5096  unicodeslot=0x1BC,
5097 },
5098 {
5099  adobename="tonefive",
5100  category="ll",
5101  description="LATIN SMALL LETTER TONE FIVE",
5102  direction="l",
5103  linebreak="al",
5104  uccode=0x1BC,
5105  unicodeslot=0x1BD,
5106 },
5107 {
5108  adobename="glottalinvertedstroke",
5109  category="ll",
5110  description="LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE",
5111  direction="l",
5112  linebreak="al",
5113  specials={ "with", 0x296, 0x2F },
5114  unicodeslot=0x1BE,
5115 },
5116 {
5117  adobename="wynn",
5118  category="ll",
5119  description="LATIN LETTER WYNN",
5120  direction="l",
5121  linebreak="al",
5122  uccode=0x1F7,
5123  unicodeslot=0x1BF,
5124 },
5125 {
5126  adobename="clickdental",
5127  category="lo",
5128  description="LATIN LETTER DENTAL CLICK",
5129  direction="l",
5130  linebreak="al",
5131  synonyms={ "pipe" },
5132  unicodeslot=0x1C0,
5133 },
5134 {
5135  adobename="clicklateral",
5136  category="lo",
5137  description="LATIN LETTER LATERAL CLICK",
5138  direction="l",
5139  linebreak="al",
5140  synonyms={ "double pipe" },
5141  unicodeslot=0x1C1,
5142 },
5143 {
5144  adobename="clickalveolar",
5145  category="lo",
5146  description="LATIN LETTER ALVEOLAR CLICK",
5147  direction="l",
5148  linebreak="al",
5149  synonyms={ "double-barred pipe" },
5150  unicodeslot=0x1C2,
5151 },
5152 {
5153  adobename="clickretroflex",
5154  category="lo",
5155  description="LATIN LETTER RETROFLEX CLICK",
5156  direction="l",
5157  linebreak="al",
5158  synonyms={ "latin letter exclamation mark" },
5159  unicodeslot=0x1C3,
5160 },
5161 {
5162  adobename="DZcaron",
5163  category="lu",
5164  contextname="DZcaronligature",
5165  description="LATIN CAPITAL LETTER DZ WITH CARON",
5166  direction="l",
5167  lccode=0x1C6,
5168  linebreak="al",
5169  shcode=0x1F1,
5170  specials={ "compat", 0x44, 0x17D },
5171  uccode=0x1C5,
5172  unicodeslot=0x1C4,
5173 },
5174 {
5175  adobename="Dzcaron",
5176  category="lt",
5177  contextname="Dzcaronligature",
5178  description="LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON",
5179  direction="l",
5180  lccode=0x1C6,
5181  linebreak="al",
5182  shcode=0x1F2,
5183  specials={ "compat", 0x44, 0x17E },
5184  uccode=0x1C4,
5185  unicodeslot=0x1C5,
5186 },
5187 {
5188  adobename="dzcaron",
5189  category="ll",
5190  contextname="dzcaronligature",
5191  description="LATIN SMALL LETTER DZ WITH CARON",
5192  direction="l",
5193  linebreak="al",
5194  shcode=0x1F3,
5195  specials={ "compat", 0x64, 0x17E },
5196  uccode=0x1C4,
5197  unicodeslot=0x1C6,
5198 },
5199 {
5200  adobename="LJ",
5201  category="lu",
5202  contextname="LJligature",
5203  description="LATIN CAPITAL LETTER LJ",
5204  direction="l",
5205  lccode=0x1C9,
5206  linebreak="al",
5207  shcode={ 0x4C, 0x4A },
5208  specials={ "compat", 0x4C, 0x4A },
5209  uccode=0x1C8,
5210  unicodeslot=0x1C7,
5211 },
5212 {
5213  adobename="Lj",
5214  category="lt",
5215  contextname="Ljligature",
5216  description="LATIN CAPITAL LETTER L WITH SMALL LETTER J",
5217  direction="l",
5218  lccode=0x1C9,
5219  linebreak="al",
5220  shcode={ 0x4C, 0x6A },
5221  specials={ "compat", 0x4C, 0x6A },
5222  uccode=0x1C7,
5223  unicodeslot=0x1C8,
5224 },
5225 {
5226  adobename="lj",
5227  category="ll",
5228  contextname="ljligature",
5229  description="LATIN SMALL LETTER LJ",
5230  direction="l",
5231  linebreak="al",
5232  shcode={ 0x6C, 0x6A },
5233  specials={ "compat", 0x6C, 0x6A },
5234  uccode=0x1C7,
5235  unicodeslot=0x1C9,
5236 },
5237 {
5238  adobename="NJ",
5239  category="lu",
5240  contextname="NJligature",
5241  description="LATIN CAPITAL LETTER NJ",
5242  direction="l",
5243  lccode=0x1CC,
5244  linebreak="al",
5245  shcode={ 0x4E, 0x4A },
5246  specials={ "compat", 0x4E, 0x4A },
5247  uccode=0x1CB,
5248  unicodeslot=0x1CA,
5249 },
5250 {
5251  adobename="Nj",
5252  category="lt",
5253  contextname="Njligature",
5254  description="LATIN CAPITAL LETTER N WITH SMALL LETTER J",
5255  direction="l",
5256  lccode=0x1CC,
5257  linebreak="al",
5258  shcode=0x4E,
5259  specials={ "compat", 0x4E, 0x6A },
5260  uccode=0x1CA,
5261  unicodeslot=0x1CB,
5262 },
5263 {
5264  adobename="nj",
5265  category="ll",
5266  contextname="njligature",
5267  description="LATIN SMALL LETTER NJ",
5268  direction="l",
5269  linebreak="al",
5270  shcode={ 0x6E, 0x6A },
5271  specials={ "compat", 0x6E, 0x6A },
5272  uccode=0x1CA,
5273  unicodeslot=0x1CC,
5274 },
5275 {
5276  adobename="Acaron",
5277  category="lu",
5278  contextname="Acaron",
5279  description="LATIN CAPITAL LETTER A WITH CARON",
5280  direction="l",
5281  lccode=0x1CE,
5282  linebreak="al",
5283  shcode=0x41,
5284  specials={ "char", 0x41, 0x30C },
5285  unicodeslot=0x1CD,
5286 },
5287 {
5288  adobename="acaron",
5289  category="ll",
5290  cjkwd="a",
5291  contextname="acaron",
5292  description="LATIN SMALL LETTER A WITH CARON",
5293  direction="l",
5294  linebreak="al",
5295  shcode=0x61,
5296  specials={ "char", 0x61, 0x30C },
5297  uccode=0x1CD,
5298  unicodeslot=0x1CE,
5299 },
5300 {
5301  adobename="Icaron",
5302  category="lu",
5303  contextname="Icaron",
5304  description="LATIN CAPITAL LETTER I WITH CARON",
5305  direction="l",
5306  lccode=0x1D0,
5307  linebreak="al",
5308  shcode=0x49,
5309  specials={ "char", 0x49, 0x30C },
5310  unicodeslot=0x1CF,
5311 },
5312 {
5313  adobename="icaron",
5314  category="ll",
5315  cjkwd="a",
5316  contextname="icaron",
5317  description="LATIN SMALL LETTER I WITH CARON",
5318  direction="l",
5319  linebreak="al",
5320  shcode=0x69,
5321  specials={ "char", 0x69, 0x30C },
5322  uccode=0x1CF,
5323  unicodeslot=0x1D0,
5324 },
5325 {
5326  adobename="Ocaron",
5327  category="lu",
5328  contextname="Ocaron",
5329  description="LATIN CAPITAL LETTER O WITH CARON",
5330  direction="l",
5331  lccode=0x1D2,
5332  linebreak="al",
5333  shcode=0x4F,
5334  specials={ "char", 0x4F, 0x30C },
5335  unicodeslot=0x1D1,
5336 },
5337 {
5338  adobename="ocaron",
5339  category="ll",
5340  cjkwd="a",
5341  contextname="ocaron",
5342  description="LATIN SMALL LETTER O WITH CARON",
5343  direction="l",
5344  linebreak="al",
5345  shcode=0x6F,
5346  specials={ "char", 0x6F, 0x30C },
5347  uccode=0x1D1,
5348  unicodeslot=0x1D2,
5349 },
5350 {
5351  adobename="Ucaron",
5352  category="lu",
5353  contextname="Ucaron",
5354  description="LATIN CAPITAL LETTER U WITH CARON",
5355  direction="l",
5356  lccode=0x1D4,
5357  linebreak="al",
5358  shcode=0x55,
5359  specials={ "char", 0x55, 0x30C },
5360  unicodeslot=0x1D3,
5361 },
5362 {
5363  adobename="ucaron",
5364  category="ll",
5365  cjkwd="a",
5366  contextname="ucaron",
5367  description="LATIN SMALL LETTER U WITH CARON",
5368  direction="l",
5369  linebreak="al",
5370  shcode=0x75,
5371  specials={ "char", 0x75, 0x30C },
5372  uccode=0x1D3,
5373  unicodeslot=0x1D4,
5374 },
5375 {
5376  adobename="Udieresismacron",
5377  category="lu",
5378  contextname="Udiaeresismacron",
5379  description="LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON",
5380  direction="l",
5381  lccode=0x1D6,
5382  linebreak="al",
5383  shcode=0x55,
5384  specials={ "char", 0xDC, 0x304 },
5385  unicodeslot=0x1D5,
5386 },
5387 {
5388  adobename="udieresismacron",
5389  category="ll",
5390  cjkwd="a",
5391  contextname="udiaeresismacron",
5392  description="LATIN SMALL LETTER U WITH DIAERESIS AND MACRON",
5393  direction="l",
5394  linebreak="al",
5395  shcode=0x75,
5396  specials={ "char", 0xFC, 0x304 },
5397  uccode=0x1D5,
5398  unicodeslot=0x1D6,
5399 },
5400 {
5401  adobename="Udieresisacute",
5402  category="lu",
5403  contextname="Udiaeresisacute",
5404  description="LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE",
5405  direction="l",
5406  lccode=0x1D8,
5407  linebreak="al",
5408  shcode=0x55,
5409  specials={ "char", 0xDC, 0x301 },
5410  unicodeslot=0x1D7,
5411 },
5412 {
5413  adobename="udieresisacute",
5414  category="ll",
5415  cjkwd="a",
5416  contextname="udiaeresisacute",
5417  description="LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE",
5418  direction="l",
5419  linebreak="al",
5420  shcode=0x75,
5421  specials={ "char", 0xFC, 0x301 },
5422  uccode=0x1D7,
5423  unicodeslot=0x1D8,
5424 },
5425 {
5426  adobename="Udieresiscaron",
5427  category="lu",
5428  contextname="Udiaeresiscaron",
5429  description="LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON",
5430  direction="l",
5431  lccode=0x1DA,
5432  linebreak="al",
5433  shcode=0x55,
5434  specials={ "char", 0xDC, 0x30C },
5435  unicodeslot=0x1D9,
5436 },
5437 {
5438  adobename="udieresiscaron",
5439  category="ll",
5440  cjkwd="a",
5441  contextname="udiaeresiscaron",
5442  description="LATIN SMALL LETTER U WITH DIAERESIS AND CARON",
5443  direction="l",
5444  linebreak="al",
5445  shcode=0x75,
5446  specials={ "char", 0xFC, 0x30C },
5447  uccode=0x1D9,
5448  unicodeslot=0x1DA,
5449 },
5450 {
5451  adobename="Udieresisgrave",
5452  category="lu",
5453  contextname="Udiaeresisgrave",
5454  description="LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE",
5455  direction="l",
5456  lccode=0x1DC,
5457  linebreak="al",
5458  shcode=0x55,
5459  specials={ "char", 0xDC, 0x300 },
5460  unicodeslot=0x1DB,
5461 },
5462 {
5463  adobename="udieresisgrave",
5464  category="ll",
5465  cjkwd="a",
5466  contextname="udiaeresisgrave",
5467  description="LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE",
5468  direction="l",
5469  linebreak="al",
5470  shcode=0x75,
5471  specials={ "char", 0xFC, 0x300 },
5472  uccode=0x1DB,
5473  unicodeslot=0x1DC,
5474 },
5475 {
5476  adobename="eturned",
5477  category="ll",
5478  description="LATIN SMALL LETTER TURNED E",
5479  direction="l",
5480  linebreak="al",
5481  uccode=0x18E,
5482  unicodeslot=0x1DD,
5483 },
5484 {
5485  adobename="Adieresismacron",
5486  category="lu",
5487  contextname="Adiaeresismacron",
5488  description="LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON",
5489  direction="l",
5490  lccode=0x1DF,
5491  linebreak="al",
5492  shcode=0x41,
5493  specials={ "char", 0xC4, 0x304 },
5494  unicodeslot=0x1DE,
5495 },
5496 {
5497  adobename="adieresismacron",
5498  category="ll",
5499  contextname="adiaeresismacron",
5500  description="LATIN SMALL LETTER A WITH DIAERESIS AND MACRON",
5501  direction="l",
5502  linebreak="al",
5503  shcode=0x61,
5504  specials={ "char", 0xE4, 0x304 },
5505  uccode=0x1DE,
5506  unicodeslot=0x1DF,
5507 },
5508 {
5509  adobename="Adotmacron",
5510  category="lu",
5511  contextname="Adotaccentmacron",
5512  description="LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON",
5513  direction="l",
5514  lccode=0x1E1,
5515  linebreak="al",
5516  shcode=0x41,
5517  specials={ "char", 0x226, 0x304 },
5518  unicodeslot=0x1E0,
5519 },
5520 {
5521  adobename="adotmacron",
5522  category="ll",
5523  contextname="adotaccentmacron",
5524  description="LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON",
5525  direction="l",
5526  linebreak="al",
5527  shcode=0x61,
5528  specials={ "char", 0x227, 0x304 },
5529  uccode=0x1E0,
5530  unicodeslot=0x1E1,
5531 },
5532 {
5533  adobename="AEmacron",
5534  category="lu",
5535  contextname="AEmacron",
5536  description="LATIN CAPITAL LETTER AE WITH MACRON",
5537  direction="l",
5538  lccode=0x1E3,
5539  linebreak="al",
5540  shcode=0xC6,
5541  specials={ "char", 0xC6, 0x304 },
5542  unicodeslot=0x1E2,
5543 },
5544 {
5545  adobename="aemacron",
5546  category="ll",
5547  contextname="aemacron",
5548  description="LATIN SMALL LETTER AE WITH MACRON",
5549  direction="l",
5550  linebreak="al",
5551  shcode=0xE6,
5552  specials={ "char", 0xE6, 0x304 },
5553  uccode=0x1E2,
5554  unicodeslot=0x1E3,
5555 },
5556 {
5557  adobename="Gstroke",
5558  category="lu",
5559  contextname="Gstroke",
5560  description="LATIN CAPITAL LETTER G WITH STROKE",
5561  direction="l",
5562  lccode=0x1E5,
5563  linebreak="al",
5564  shcode=0x47,
5565  specials={ "with", 0x47, 0x2F },
5566  unicodeslot=0x1E4,
5567 },
5568 {
5569  adobename="gstroke",
5570  category="ll",
5571  contextname="gstroke",
5572  description="LATIN SMALL LETTER G WITH STROKE",
5573  direction="l",
5574  linebreak="al",
5575  shcode=0x67,
5576  specials={ "with", 0x67, 0x2F },
5577  uccode=0x1E4,
5578  unicodeslot=0x1E5,
5579 },
5580 {
5581  adobename="Gcaron",
5582  category="lu",
5583  contextname="Gcaron",
5584  description="LATIN CAPITAL LETTER G WITH CARON",
5585  direction="l",
5586  lccode=0x1E7,
5587  linebreak="al",
5588  shcode=0x47,
5589  specials={ "char", 0x47, 0x30C },
5590  unicodeslot=0x1E6,
5591 },
5592 {
5593  adobename="gcaron",
5594  category="ll",
5595  contextname="gcaron",
5596  description="LATIN SMALL LETTER G WITH CARON",
5597  direction="l",
5598  linebreak="al",
5599  shcode=0x67,
5600  specials={ "char", 0x67, 0x30C },
5601  uccode=0x1E6,
5602  unicodeslot=0x1E7,
5603 },
5604 {
5605  adobename="Kcaron",
5606  category="lu",
5607  contextname="Kcaron",
5608  description="LATIN CAPITAL LETTER K WITH CARON",
5609  direction="l",
5610  lccode=0x1E9,
5611  linebreak="al",
5612  shcode=0x4B,
5613  specials={ "char", 0x4B, 0x30C },
5614  unicodeslot=0x1E8,
5615 },
5616 {
5617  adobename="kcaron",
5618  category="ll",
5619  contextname="kcaron",
5620  description="LATIN SMALL LETTER K WITH CARON",
5621  direction="l",
5622  linebreak="al",
5623  shcode=0x6B,
5624  specials={ "char", 0x6B, 0x30C },
5625  uccode=0x1E8,
5626  unicodeslot=0x1E9,
5627 },
5628 {
5629  adobename="Oogonek",
5630  category="lu",
5631  contextname="Oogonek",
5632  description="LATIN CAPITAL LETTER O WITH OGONEK",
5633  direction="l",
5634  lccode=0x1EB,
5635  linebreak="al",
5636  shcode=0x4F,
5637  specials={ "char", 0x4F, 0x328 },
5638  unicodeslot=0x1EA,
5639 },
5640 {
5641  adobename="oogonek",
5642  category="ll",
5643  contextname="oogonek",
5644  description="LATIN SMALL LETTER O WITH OGONEK",
5645  direction="l",
5646  linebreak="al",
5647  shcode=0x6F,
5648  specials={ "char", 0x6F, 0x328 },
5649  uccode=0x1EA,
5650  unicodeslot=0x1EB,
5651 },
5652 {
5653  adobename="Oogonekmacron",
5654  category="lu",
5655  contextname="Oogonekmacron",
5656  description="LATIN CAPITAL LETTER O WITH OGONEK AND MACRON",
5657  direction="l",
5658  lccode=0x1ED,
5659  linebreak="al",
5660  shcode=0x4F,
5661  specials={ "char", 0x1EA, 0x304 },
5662  unicodeslot=0x1EC,
5663 },
5664 {
5665  adobename="oogonekmacron",
5666  category="ll",
5667  contextname="oogonekmacron",
5668  description="LATIN SMALL LETTER O WITH OGONEK AND MACRON",
5669  direction="l",
5670  linebreak="al",
5671  shcode=0x6F,
5672  specials={ "char", 0x1EB, 0x304 },
5673  uccode=0x1EC,
5674  unicodeslot=0x1ED,
5675 },
5676 {
5677  adobename="Ezhcaron",
5678  category="lu",
5679  description="LATIN CAPITAL LETTER EZH WITH CARON",
5680  direction="l",
5681  lccode=0x1EF,
5682  linebreak="al",
5683  shcode=0x1B7,
5684  specials={ "char", 0x1B7, 0x30C },
5685  unicodeslot=0x1EE,
5686 },
5687 {
5688  adobename="ezhcaron",
5689  category="ll",
5690  description="LATIN SMALL LETTER EZH WITH CARON",
5691  direction="l",
5692  linebreak="al",
5693  shcode=0x292,
5694  specials={ "char", 0x292, 0x30C },
5695  uccode=0x1EE,
5696  unicodeslot=0x1EF,
5697 },
5698 {
5699  adobename="jcaron",
5700  category="ll",
5701  contextname="jcaron",
5702  description="LATIN SMALL LETTER J WITH CARON",
5703  direction="l",
5704  linebreak="al",
5705  shcode=0x6A,
5706  specials={ "char", 0x6A, 0x30C },
5707  uccode={ 0x6A, 0x30C },
5708  unicodeslot=0x1F0,
5709 },
5710 {
5711  adobename="DZ",
5712  category="lu",
5713  contextname="DZligature",
5714  description="LATIN CAPITAL LETTER DZ",
5715  direction="l",
5716  lccode=0x1F3,
5717  linebreak="al",
5718  specials={ "compat", 0x44, 0x5A },
5719  uccode=0x1F2,
5720  unicodeslot=0x1F1,
5721 },
5722 {
5723  adobename="Dz",
5724  category="lt",
5725  contextname="Dzligature",
5726  description="LATIN CAPITAL LETTER D WITH SMALL LETTER Z",
5727  direction="l",
5728  lccode=0x1F3,
5729  linebreak="al",
5730  shcode=0x44,
5731  specials={ "compat", 0x44, 0x7A },
5732  uccode=0x1F1,
5733  unicodeslot=0x1F2,
5734 },
5735 {
5736  adobename="dz",
5737  category="ll",
5738  contextname="dzligature",
5739  description="LATIN SMALL LETTER DZ",
5740  direction="l",
5741  linebreak="al",
5742  specials={ "compat", 0x64, 0x7A },
5743  uccode=0x1F1,
5744  unicodeslot=0x1F3,
5745 },
5746 {
5747  adobename="Gacute",
5748  category="lu",
5749  contextname="Gacute",
5750  description="LATIN CAPITAL LETTER G WITH ACUTE",
5751  direction="l",
5752  lccode=0x1F5,
5753  linebreak="al",
5754  shcode=0x47,
5755  specials={ "char", 0x47, 0x301 },
5756  unicodeslot=0x1F4,
5757 },
5758 {
5759  adobename="gacute",
5760  category="ll",
5761  contextname="gacute",
5762  description="LATIN SMALL LETTER G WITH ACUTE",
5763  direction="l",
5764  linebreak="al",
5765  shcode=0x67,
5766  specials={ "char", 0x67, 0x301 },
5767  uccode=0x1F4,
5768  unicodeslot=0x1F5,
5769 },
5770 {
5771  category="lu",
5772  description="LATIN CAPITAL LETTER HWAIR",
5773  direction="l",
5774  lccode=0x195,
5775  linebreak="al",
5776  unicodeslot=0x1F6,
5777 },
5778 {
5779  category="lu",
5780  description="LATIN CAPITAL LETTER WYNN",
5781  direction="l",
5782  lccode=0x1BF,
5783  linebreak="al",
5784  unicodeslot=0x1F7,
5785 },
5786 {
5787  category="lu",
5788  contextname="Ngrave",
5789  description="LATIN CAPITAL LETTER N WITH GRAVE",
5790  direction="l",
5791  lccode=0x1F9,
5792  linebreak="al",
5793  shcode=0x4E,
5794  specials={ "char", 0x4E, 0x300 },
5795  unicodeslot=0x1F8,
5796 },
5797 {
5798  category="ll",
5799  contextname="ngrave",
5800  description="LATIN SMALL LETTER N WITH GRAVE",
5801  direction="l",
5802  linebreak="al",
5803  shcode=0x6E,
5804  specials={ "char", 0x6E, 0x300 },
5805  uccode=0x1F8,
5806  unicodeslot=0x1F9,
5807 },
5808 {
5809  adobename="Aringacute",
5810  category="lu",
5811  contextname="Aringacute",
5812  description="LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE",
5813  direction="l",
5814  lccode=0x1FB,
5815  linebreak="al",
5816  shcode=0x41,
5817  specials={ "char", 0xC5, 0x301 },
5818  unicodeslot=0x1FA,
5819 },
5820 {
5821  adobename="aringacute",
5822  category="ll",
5823  contextname="aringacute",
5824  description="LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE",
5825  direction="l",
5826  linebreak="al",
5827  shcode=0x61,
5828  specials={ "char", 0xE5, 0x301 },
5829  uccode=0x1FA,
5830  unicodeslot=0x1FB,
5831 },
5832 {
5833  adobename="AEacute",
5834  category="lu",
5835  contextname="AEacute",
5836  description="LATIN CAPITAL LETTER AE WITH ACUTE",
5837  direction="l",
5838  lccode=0x1FD,
5839  linebreak="al",
5840  shcode=0xC6,
5841  specials={ "char", 0xC6, 0x301 },
5842  unicodeslot=0x1FC,
5843 },
5844 {
5845  adobename="aeacute",
5846  category="ll",
5847  contextname="aeacute",
5848  description="LATIN SMALL LETTER AE WITH ACUTE",
5849  direction="l",
5850  linebreak="al",
5851  shcode=0xE6,
5852  specials={ "char", 0xE6, 0x301 },
5853  uccode=0x1FC,
5854  unicodeslot=0x1FD,
5855 },
5856 {
5857  adobename="Ostrokeacute",
5858  category="lu",
5859  contextname="Ostrokeacute",
5860  description="LATIN CAPITAL LETTER O WITH STROKE AND ACUTE",
5861  direction="l",
5862  lccode=0x1FF,
5863  linebreak="al",
5864  shcode=0x4F,
5865  specials={ "char", 0xD8, 0x301 },
5866  unicodeslot=0x1FE,
5867 },
5868 {
5869  adobename="ostrokeacute",
5870  category="ll",
5871  contextname="ostrokeacute",
5872  description="LATIN SMALL LETTER O WITH STROKE AND ACUTE",
5873  direction="l",
5874  linebreak="al",
5875  shcode=0x6F,
5876  specials={ "char", 0xF8, 0x301 },
5877  uccode=0x1FE,
5878  unicodeslot=0x1FF,
5879 },
5880 {
5881  adobename="Adblgrave",
5882  category="lu",
5883  contextname="Adoublegrave",
5884  description="LATIN CAPITAL LETTER A WITH DOUBLE GRAVE",
5885  direction="l",
5886  lccode=0x201,
5887  linebreak="al",
5888  shcode=0x41,
5889  specials={ "char", 0x41, 0x30F },
5890  unicodeslot=0x200,
5891 },
5892 {
5893  adobename="adblgrave",
5894  category="ll",
5895  contextname="adoublegrave",
5896  description="LATIN SMALL LETTER A WITH DOUBLE GRAVE",
5897  direction="l",
5898  linebreak="al",
5899  shcode=0x61,
5900  specials={ "char", 0x61, 0x30F },
5901  uccode=0x200,
5902  unicodeslot=0x201,
5903 },
5904 {
5905  adobename="Ainvertedbreve",
5906  category="lu",
5907  contextname="Ainvertedbreve",
5908  description="LATIN CAPITAL LETTER A WITH INVERTED BREVE",
5909  direction="l",
5910  lccode=0x203,
5911  linebreak="al",
5912  shcode=0x41,
5913  specials={ "char", 0x41, 0x311 },
5914  unicodeslot=0x202,
5915 },
5916 {
5917  adobename="ainvertedbreve",
5918  category="ll",
5919  contextname="ainvertedbreve",
5920  description="LATIN SMALL LETTER A WITH INVERTED BREVE",
5921  direction="l",
5922  linebreak="al",
5923  shcode=0x61,
5924  specials={ "char", 0x61, 0x311 },
5925  uccode=0x202,
5926  unicodeslot=0x203,
5927 },
5928 {
5929  adobename="Edblgrave",
5930  category="lu",
5931  contextname="Edoublegrave",
5932  description="LATIN CAPITAL LETTER E WITH DOUBLE GRAVE",
5933  direction="l",
5934  lccode=0x205,
5935  linebreak="al",
5936  shcode=0x45,
5937  specials={ "char", 0x45, 0x30F },
5938  unicodeslot=0x204,
5939 },
5940 {
5941  adobename="edblgrave",
5942  category="ll",
5943  contextname="edoublegrave",
5944  description="LATIN SMALL LETTER E WITH DOUBLE GRAVE",
5945  direction="l",
5946  linebreak="al",
5947  shcode=0x65,
5948  specials={ "char", 0x65, 0x30F },
5949  uccode=0x204,
5950  unicodeslot=0x205,
5951 },
5952 {
5953  adobename="Einvertedbreve",
5954  category="lu",
5955  contextname="Einvertedbreve",
5956  description="LATIN CAPITAL LETTER E WITH INVERTED BREVE",
5957  direction="l",
5958  lccode=0x207,
5959  linebreak="al",
5960  shcode=0x45,
5961  specials={ "char", 0x45, 0x311 },
5962  unicodeslot=0x206,
5963 },
5964 {
5965  adobename="einvertedbreve",
5966  category="ll",
5967  contextname="einvertedbreve",
5968  description="LATIN SMALL LETTER E WITH INVERTED BREVE",
5969  direction="l",
5970  linebreak="al",
5971  shcode=0x65,
5972  specials={ "char", 0x65, 0x311 },
5973  uccode=0x206,
5974  unicodeslot=0x207,
5975 },
5976 {
5977  adobename="Idblgrave",
5978  category="lu",
5979  contextname="Idoublegrave",
5980  description="LATIN CAPITAL LETTER I WITH DOUBLE GRAVE",
5981  direction="l",
5982  lccode=0x209,
5983  linebreak="al",
5984  shcode=0x49,
5985  specials={ "char", 0x49, 0x30F },
5986  unicodeslot=0x208,
5987 },
5988 {
5989  adobename="idblgrave",
5990  category="ll",
5991  contextname="idoublegrave",
5992  description="LATIN SMALL LETTER I WITH DOUBLE GRAVE",
5993  direction="l",
5994  linebreak="al",
5995  shcode=0x69,
5996  specials={ "char", 0x69, 0x30F },
5997  uccode=0x208,
5998  unicodeslot=0x209,
5999 },
6000 {
6001  adobename="Iinvertedbreve",
6002  category="lu",
6003  contextname="Iinvertedbreve",
6004  description="LATIN CAPITAL LETTER I WITH INVERTED BREVE",
6005  direction="l",
6006  lccode=0x20B,
6007  linebreak="al",
6008  shcode=0x49,
6009  specials={ "char", 0x49, 0x311 },
6010  unicodeslot=0x20A,
6011 },
6012 {
6013  adobename="iinvertedbreve",
6014  category="ll",
6015  contextname="iinvertedbreve",
6016  description="LATIN SMALL LETTER I WITH INVERTED BREVE",
6017  direction="l",
6018  linebreak="al",
6019  shcode=0x69,
6020  specials={ "char", 0x69, 0x311 },
6021  uccode=0x20A,
6022  unicodeslot=0x20B,
6023 },
6024 {
6025  adobename="Odblgrave",
6026  category="lu",
6027  contextname="Odoublegrave",
6028  description="LATIN CAPITAL LETTER O WITH DOUBLE GRAVE",
6029  direction="l",
6030  lccode=0x20D,
6031  linebreak="al",
6032  shcode=0x4F,
6033  specials={ "char", 0x4F, 0x30F },
6034  unicodeslot=0x20C,
6035 },
6036 {
6037  adobename="odblgrave",
6038  category="ll",
6039  contextname="odoublegrave",
6040  description="LATIN SMALL LETTER O WITH DOUBLE GRAVE",
6041  direction="l",
6042  linebreak="al",
6043  shcode=0x6F,
6044  specials={ "char", 0x6F, 0x30F },
6045  uccode=0x20C,
6046  unicodeslot=0x20D,
6047 },
6048 {
6049  adobename="Oinvertedbreve",
6050  category="lu",
6051  contextname="Oinvertedbreve",
6052  description="LATIN CAPITAL LETTER O WITH INVERTED BREVE",
6053  direction="l",
6054  lccode=0x20F,
6055  linebreak="al",
6056  shcode=0x4F,
6057  specials={ "char", 0x4F, 0x311 },
6058  unicodeslot=0x20E,
6059 },
6060 {
6061  adobename="oinvertedbreve",
6062  category="ll",
6063  contextname="oinvertedbreve",
6064  description="LATIN SMALL LETTER O WITH INVERTED BREVE",
6065  direction="l",
6066  linebreak="al",
6067  shcode=0x6F,
6068  specials={ "char", 0x6F, 0x311 },
6069  uccode=0x20E,
6070  unicodeslot=0x20F,
6071 },
6072 {
6073  adobename="Rdblgrave",
6074  category="lu",
6075  contextname="Rdoublegrave",
6076  description="LATIN CAPITAL LETTER R WITH DOUBLE GRAVE",
6077  direction="l",
6078  lccode=0x211,
6079  linebreak="al",
6080  shcode=0x52,
6081  specials={ "char", 0x52, 0x30F },
6082  unicodeslot=0x210,
6083 },
6084 {
6085  adobename="rdblgrave",
6086  category="ll",
6087  contextname="rdoublegrave",
6088  description="LATIN SMALL LETTER R WITH DOUBLE GRAVE",
6089  direction="l",
6090  linebreak="al",
6091  shcode=0x72,
6092  specials={ "char", 0x72, 0x30F },
6093  uccode=0x210,
6094  unicodeslot=0x211,
6095 },
6096 {
6097  adobename="Rinvertedbreve",
6098  category="lu",
6099  contextname="Rinvertedbreve",
6100  description="LATIN CAPITAL LETTER R WITH INVERTED BREVE",
6101  direction="l",
6102  lccode=0x213,
6103  linebreak="al",
6104  shcode=0x52,
6105  specials={ "char", 0x52, 0x311 },
6106  unicodeslot=0x212,
6107 },
6108 {
6109  adobename="rinvertedbreve",
6110  category="ll",
6111  contextname="rinvertedbreve",
6112  description="LATIN SMALL LETTER R WITH INVERTED BREVE",
6113  direction="l",
6114  linebreak="al",
6115  shcode=0x72,
6116  specials={ "char", 0x72, 0x311 },
6117  uccode=0x212,
6118  unicodeslot=0x213,
6119 },
6120 {
6121  adobename="Udblgrave",
6122  category="lu",
6123  contextname="Udoublegrave",
6124  description="LATIN CAPITAL LETTER U WITH DOUBLE GRAVE",
6125  direction="l",
6126  lccode=0x215,
6127  linebreak="al",
6128  shcode=0x55,
6129  specials={ "char", 0x55, 0x30F },
6130  unicodeslot=0x214,
6131 },
6132 {
6133  adobename="udblgrave",
6134  category="ll",
6135  contextname="udoublegrave",
6136  description="LATIN SMALL LETTER U WITH DOUBLE GRAVE",
6137  direction="l",
6138  linebreak="al",
6139  shcode=0x75,
6140  specials={ "char", 0x75, 0x30F },
6141  uccode=0x214,
6142  unicodeslot=0x215,
6143 },
6144 {
6145  adobename="Uinvertedbreve",
6146  category="lu",
6147  contextname="Uinvertedbreve",
6148  description="LATIN CAPITAL LETTER U WITH INVERTED BREVE",
6149  direction="l",
6150  lccode=0x217,
6151  linebreak="al",
6152  shcode=0x55,
6153  specials={ "char", 0x55, 0x311 },
6154  unicodeslot=0x216,
6155 },
6156 {
6157  adobename="uinvertedbreve",
6158  category="ll",
6159  contextname="uinvertedbreve",
6160  description="LATIN SMALL LETTER U WITH INVERTED BREVE",
6161  direction="l",
6162  linebreak="al",
6163  shcode=0x75,
6164  specials={ "char", 0x75, 0x311 },
6165  uccode=0x216,
6166  unicodeslot=0x217,
6167 },
6168 {
6169  adobename="Scommaaccent",
6170  category="lu",
6171  contextname="Scommaaccent",
6172  description="LATIN CAPITAL LETTER S WITH COMMA BELOW",
6173  direction="l",
6174  lccode=0x219,
6175  linebreak="al",
6176  shcode=0x53,
6177  specials={ "char", 0x53, 0x326 },
6178  unicodeslot=0x218,
6179 },
6180 {
6181  adobename="scommaaccent",
6182  category="ll",
6183  contextname="scommaaccent",
6184  description="LATIN SMALL LETTER S WITH COMMA BELOW",
6185  direction="l",
6186  linebreak="al",
6187  shcode=0x73,
6188  specials={ "char", 0x73, 0x326 },
6189  uccode=0x218,
6190  unicodeslot=0x219,
6191 },
6192 {
6193  category="lu",
6194  contextname="Tcommaaccent",
6195  description="LATIN CAPITAL LETTER T WITH COMMA BELOW",
6196  direction="l",
6197  lccode=0x21B,
6198  linebreak="al",
6199  shcode=0x54,
6200  specials={ "char", 0x54, 0x326 },
6201  unicodeslot=0x21A,
6202 },
6203 {
6204  category="ll",
6205  contextname="tcommaaccent",
6206  description="LATIN SMALL LETTER T WITH COMMA BELOW",
6207  direction="l",
6208  linebreak="al",
6209  shcode=0x74,
6210  specials={ "char", 0x74, 0x326 },
6211  uccode=0x21A,
6212  unicodeslot=0x21B,
6213 },
6214 {
6215  category="lu",
6216  description="LATIN CAPITAL LETTER YOGH",
6217  direction="l",
6218  lccode=0x21D,
6219  linebreak="al",
6220  unicodeslot=0x21C,
6221 },
6222 {
6223  category="ll",
6224  description="LATIN SMALL LETTER YOGH",
6225  direction="l",
6226  linebreak="al",
6227  uccode=0x21C,
6228  unicodeslot=0x21D,
6229 },
6230 {
6231  category="lu",
6232  contextname="Hcaron",
6233  description="LATIN CAPITAL LETTER H WITH CARON",
6234  direction="l",
6235  lccode=0x21F,
6236  linebreak="al",
6237  shcode=0x48,
6238  specials={ "char", 0x48, 0x30C },
6239  unicodeslot=0x21E,
6240 },
6241 {
6242  category="ll",
6243  contextname="hcaron",
6244  description="LATIN SMALL LETTER H WITH CARON",
6245  direction="l",
6246  linebreak="al",
6247  shcode=0x68,
6248  specials={ "char", 0x68, 0x30C },
6249  uccode=0x21E,
6250  unicodeslot=0x21F,
6251 },
6252 {
6253  category="lu",
6254  description="LATIN CAPITAL LETTER N WITH LONG RIGHT LEG",
6255  direction="l",
6256  lccode=0x19E,
6257  linebreak="al",
6258  shcode=0x4E,
6259  unicodeslot=0x220,
6260 },
6261 {
6262  category="ll",
6263  contextname="dcurl",
6264  description="LATIN SMALL LETTER D WITH CURL",
6265  direction="l",
6266  linebreak="al",
6267  shcode=0x64,
6268  unicodeslot=0x221,
6269 },
6270 {
6271  category="lu",
6272  description="LATIN CAPITAL LETTER OU",
6273  direction="l",
6274  lccode=0x223,
6275  linebreak="al",
6276  unicodeslot=0x222,
6277 },
6278 {
6279  category="ll",
6280  description="LATIN SMALL LETTER OU",
6281  direction="l",
6282  linebreak="al",
6283  uccode=0x222,
6284  unicodeslot=0x223,
6285 },
6286 {
6287  category="lu",
6288  contextname="Zhook",
6289  description="LATIN CAPITAL LETTER Z WITH HOOK",
6290  direction="l",
6291  lccode=0x225,
6292  linebreak="al",
6293  shcode=0x5A,
6294  specials={ "with", 0x5A, 0x1FA9D },
6295  unicodeslot=0x224,
6296 },
6297 {
6298  category="ll",
6299  contextname="zhook",
6300  description="LATIN SMALL LETTER Z WITH HOOK",
6301  direction="l",
6302  linebreak="al",
6303  shcode=0x7A,
6304  specials={ "with", 0x7A, 0x1FA9D },
6305  uccode=0x224,
6306  unicodeslot=0x225,
6307 },
6308 {
6309  category="lu",
6310  contextname="Adotaccent",
6311  description="LATIN CAPITAL LETTER A WITH DOT ABOVE",
6312  direction="l",
6313  lccode=0x227,
6314  linebreak="al",
6315  shcode=0x41,
6316  specials={ "char", 0x41, 0x307 },
6317  unicodeslot=0x226,
6318 },
6319 {
6320  category="ll",
6321  contextname="adotaccent",
6322  description="LATIN SMALL LETTER A WITH DOT ABOVE",
6323  direction="l",
6324  linebreak="al",
6325  shcode=0x61,
6326  specials={ "char", 0x61, 0x307 },
6327  uccode=0x226,
6328  unicodeslot=0x227,
6329 },
6330 {
6331  category="lu",
6332  contextname="Ecedilla",
6333  description="LATIN CAPITAL LETTER E WITH CEDILLA",
6334  direction="l",
6335  lccode=0x229,
6336  linebreak="al",
6337  shcode=0x45,
6338  specials={ "char", 0x45, 0x327 },
6339  unicodeslot=0x228,
6340 },
6341 {
6342  category="ll",
6343  contextname="ecedilla",
6344  description="LATIN SMALL LETTER E WITH CEDILLA",
6345  direction="l",
6346  linebreak="al",
6347  shcode=0x65,
6348  specials={ "char", 0x65, 0x327 },
6349  uccode=0x228,
6350  unicodeslot=0x229,
6351 },
6352 {
6353  category="lu",
6354  contextname="Odiaeresismacron",
6355  description="LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON",
6356  direction="l",
6357  lccode=0x22B,
6358  linebreak="al",
6359  shcode=0x4F,
6360  specials={ "char", 0xD6, 0x304 },
6361  unicodeslot=0x22A,
6362 },
6363 {
6364  category="ll",
6365  contextname="odiaeresismacron",
6366  description="LATIN SMALL LETTER O WITH DIAERESIS AND MACRON",
6367  direction="l",
6368  linebreak="al",
6369  shcode=0x6F,
6370  specials={ "char", 0xF6, 0x304 },
6371  uccode=0x22A,
6372  unicodeslot=0x22B,
6373 },
6374 {
6375  category="lu",
6376  contextname="Otildemacron",
6377  description="LATIN CAPITAL LETTER O WITH TILDE AND MACRON",
6378  direction="l",
6379  lccode=0x22D,
6380  linebreak="al",
6381  shcode=0x4F,
6382  specials={ "char", 0xD5, 0x304 },
6383  unicodeslot=0x22C,
6384 },
6385 {
6386  category="ll",
6387  contextname="otildemacron",
6388  description="LATIN SMALL LETTER O WITH TILDE AND MACRON",
6389  direction="l",
6390  linebreak="al",
6391  shcode=0x6F,
6392  specials={ "char", 0xF5, 0x304 },
6393  uccode=0x22C,
6394  unicodeslot=0x22D,
6395 },
6396 {
6397  category="lu",
6398  contextname="Odotaccent",
6399  description="LATIN CAPITAL LETTER O WITH DOT ABOVE",
6400  direction="l",
6401  lccode=0x22F,
6402  linebreak="al",
6403  shcode=0x4F,
6404  specials={ "char", 0x4F, 0x307 },
6405  unicodeslot=0x22E,
6406 },
6407 {
6408  category="ll",
6409  contextname="odotaccent",
6410  description="LATIN SMALL LETTER O WITH DOT ABOVE",
6411  direction="l",
6412  linebreak="al",
6413  shcode=0x6F,
6414  specials={ "char", 0x6F, 0x307 },
6415  uccode=0x22E,
6416  unicodeslot=0x22F,
6417 },
6418 {
6419  category="lu",
6420  contextname="Odotaccentmacron",
6421  description="LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON",
6422  direction="l",
6423  lccode=0x231,
6424  linebreak="al",
6425  shcode=0x4F,
6426  specials={ "char", 0x22E, 0x304 },
6427  unicodeslot=0x230,
6428 },
6429 {
6430  category="ll",
6431  contextname="odotaccentmacron",
6432  description="LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON",
6433  direction="l",
6434  linebreak="al",
6435  shcode=0x6F,
6436  specials={ "char", 0x22F, 0x304 },
6437  uccode=0x230,
6438  unicodeslot=0x231,
6439 },
6440 {
6441  category="lu",
6442  contextname="Ymacron",
6443  description="LATIN CAPITAL LETTER Y WITH MACRON",
6444  direction="l",
6445  lccode=0x233,
6446  linebreak="al",
6447  shcode=0x59,
6448  specials={ "char", 0x59, 0x304 },
6449  unicodeslot=0x232,
6450 },
6451 {
6452  category="ll",
6453  contextname="ymacron",
6454  description="LATIN SMALL LETTER Y WITH MACRON",
6455  direction="l",
6456  linebreak="al",
6457  shcode=0x79,
6458  specials={ "char", 0x79, 0x304 },
6459  uccode=0x232,
6460  unicodeslot=0x233,
6461 },
6462 {
6463  category="ll",
6464  contextname="lcurl",
6465  description="LATIN SMALL LETTER L WITH CURL",
6466  direction="l",
6467  linebreak="al",
6468  shcode=0x6C,
6469  unicodeslot=0x234,
6470 },
6471 {
6472  category="ll",
6473  contextname="ncurl",
6474  description="LATIN SMALL LETTER N WITH CURL",
6475  direction="l",
6476  linebreak="al",
6477  shcode=0x6E,
6478  unicodeslot=0x235,
6479 },
6480 {
6481  category="ll",
6482  contextname="tcurl",
6483  description="LATIN SMALL LETTER T WITH CURL",
6484  direction="l",
6485  linebreak="al",
6486  shcode=0x74,
6487  unicodeslot=0x236,
6488 },
6489 {
6490  category="ll",
6491  contextname="dotlessj",
6492  description="LATIN SMALL LETTER DOTLESS J",
6493  direction="l",
6494  linebreak="al",
6495  unicodeslot=0x237,
6496 },
6497 {
6498  category="ll",
6499  description="LATIN SMALL LETTER DB DIGRAPH",
6500  direction="l",
6501  linebreak="al",
6502  unicodeslot=0x238,
6503 },
6504 {
6505  category="ll",
6506  description="LATIN SMALL LETTER QP DIGRAPH",
6507  direction="l",
6508  linebreak="al",
6509  unicodeslot=0x239,
6510 },
6511 {
6512  category="lu",
6513  contextname="Astroke",
6514  description="LATIN CAPITAL LETTER A WITH STROKE",
6515  direction="l",
6516  lccode=0x2C65,
6517  linebreak="al",
6518  shcode=0x41,
6519  specials={ "with", 0x41, 0x2F },
6520  unicodeslot=0x23A,
6521 },
6522 {
6523  category="lu",
6524  contextname="Cstroke",
6525  description="LATIN CAPITAL LETTER C WITH STROKE",
6526  direction="l",
6527  lccode=0x23C,
6528  linebreak="al",
6529  shcode=0x43,
6530  specials={ "with", 0x43, 0x2F },
6531  unicodeslot=0x23B,
6532 },
6533 {
6534  category="ll",
6535  contextname="cstroke",
6536  description="LATIN SMALL LETTER C WITH STROKE",
6537  direction="l",
6538  linebreak="al",
6539  shcode=0x63,
6540  specials={ "with", 0x63, 0x2F },
6541  uccode=0x23B,
6542  unicodeslot=0x23C,
6543 },
6544 {
6545  category="lu",
6546  contextname="Lbar",
6547  description="LATIN CAPITAL LETTER L WITH BAR",
6548  direction="l",
6549  lccode=0x19A,
6550  linebreak="al",
6551  shcode=0x4C,
6552  unicodeslot=0x23D,
6553 },
6554 {
6555  category="lu",
6556  description="LATIN CAPITAL LETTER T WITH DIAGONAL STROKE",
6557  direction="l",
6558  lccode=0x2C66,
6559  linebreak="al",
6560  shcode=0x54,
6561  unicodeslot=0x23E,
6562 },
6563 {
6564  category="ll",
6565  description="LATIN SMALL LETTER S WITH SWASH TAIL",
6566  direction="l",
6567  linebreak="al",
6568  shcode=0x73,
6569  unicodeslot=0x23F,
6570 },
6571 {
6572  category="ll",
6573  description="LATIN SMALL LETTER Z WITH SWASH TAIL",
6574  direction="l",
6575  linebreak="al",
6576  shcode=0x7A,
6577  unicodeslot=0x240,
6578 },
6579 {
6580  category="lu",
6581  description="LATIN CAPITAL LETTER GLOTTAL STOP",
6582  direction="l",
6583  lccode=0x242,
6584  linebreak="al",
6585  unicodeslot=0x241,
6586 },
6587 {
6588  category="ll",
6589  description="LATIN SMALL LETTER GLOTTAL STOP",
6590  direction="l",
6591  linebreak="al",
6592  uccode=0x241,
6593  unicodeslot=0x242,
6594 },
6595 {
6596  category="lu",
6597  description="LATIN CAPITAL LETTER B WITH STROKE",
6598  direction="l",
6599  lccode=0x180,
6600  linebreak="al",
6601  shcode=0x42,
6602  specials={ "with", 0x42, 0x2F },
6603  unicodeslot=0x243,
6604 },
6605 {
6606  category="lu",
6607  description="LATIN CAPITAL LETTER U BAR",
6608  direction="l",
6609  lccode=0x289,
6610  linebreak="al",
6611  unicodeslot=0x244,
6612 },
6613 {
6614  category="lu",
6615  description="LATIN CAPITAL LETTER TURNED V",
6616  direction="l",
6617  lccode=0x28C,
6618  linebreak="al",
6619  unicodeslot=0x245,
6620 },
6621 {
6622  category="lu",
6623  description="LATIN CAPITAL LETTER E WITH STROKE",
6624  direction="l",
6625  lccode=0x247,
6626  linebreak="al",
6627  shcode=0x45,
6628  specials={ "with", 0x45, 0x2F },
6629  unicodeslot=0x246,
6630 },
6631 {
6632  category="ll",
6633  description="LATIN SMALL LETTER E WITH STROKE",
6634  direction="l",
6635  linebreak="al",
6636  shcode=0x65,
6637  specials={ "with", 0x65, 0x2F },
6638  uccode=0x246,
6639  unicodeslot=0x247,
6640 },
6641 {
6642  category="lu",
6643  description="LATIN CAPITAL LETTER J WITH STROKE",
6644  direction="l",
6645  lccode=0x249,
6646  linebreak="al",
6647  shcode=0x4A,
6648  specials={ "with", 0x4A, 0x2F },
6649  unicodeslot=0x248,
6650 },
6651 {
6652  category="ll",
6653  description="LATIN SMALL LETTER J WITH STROKE",
6654  direction="l",
6655  linebreak="al",
6656  shcode=0x6A,
6657  specials={ "with", 0x6A, 0x2F },
6658  uccode=0x248,
6659  unicodeslot=0x249,
6660 },
6661 {
6662  category="lu",
6663  description="LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL",
6664  direction="l",
6665  lccode=0x24B,
6666  linebreak="al",
6667  unicodeslot=0x24A,
6668 },
6669 {
6670  category="ll",
6671  description="LATIN SMALL LETTER Q WITH HOOK TAIL",
6672  direction="l",
6673  linebreak="al",
6674  shcode=0x71,
6675  uccode=0x24A,
6676  unicodeslot=0x24B,
6677 },
6678 {
6679  category="lu",
6680  description="LATIN CAPITAL LETTER R WITH STROKE",
6681  direction="l",
6682  lccode=0x24D,
6683  linebreak="al",
6684  shcode=0x52,
6685  specials={ "with", 0x52, 0x2F },
6686  unicodeslot=0x24C,
6687 },
6688 {
6689  category="ll",
6690  description="LATIN SMALL LETTER R WITH STROKE",
6691  direction="l",
6692  linebreak="al",
6693  shcode=0x72,
6694  specials={ "with", 0x72, 0x2F },
6695  uccode=0x24C,
6696  unicodeslot=0x24D,
6697 },
6698 {
6699  category="lu",
6700  description="LATIN CAPITAL LETTER Y WITH STROKE",
6701  direction="l",
6702  lccode=0x24F,
6703  linebreak="al",
6704  shcode=0x59,
6705  specials={ "with", 0x59, 0x2F },
6706  unicodeslot=0x24E,
6707 },
6708 {
6709  category="ll",
6710  description="LATIN SMALL LETTER Y WITH STROKE",
6711  direction="l",
6712  linebreak="al",
6713  shcode=0x79,
6714  specials={ "with", 0x79, 0x2F },
6715  uccode=0x24E,
6716  unicodeslot=0x24F,
6717 },
6718 {
6719  adobename="aturned",
6720  category="ll",
6721  description="LATIN SMALL LETTER TURNED A",
6722  direction="l",
6723  linebreak="al",
6724  unicodeslot=0x250,
6725 },
6726 {
6727  adobename="ascript",
6728  category="ll",
6729  cjkwd="a",
6730  description="LATIN SMALL LETTER ALPHA",
6731  direction="l",
6732  linebreak="al",
6733  synonyms={ "latin small letter script a" },
6734  unicodeslot=0x251,
6735 },
6736 {
6737  adobename="ascriptturned",
6738  category="ll",
6739  description="LATIN SMALL LETTER TURNED ALPHA",
6740  direction="l",
6741  linebreak="al",
6742  unicodeslot=0x252,
6743 },
6744 {
6745  adobename="bhook",
6746  category="ll",
6747  contextname="bhook",
6748  description="LATIN SMALL LETTER B WITH HOOK",
6749  direction="l",
6750  linebreak="al",
6751  shcode=0x62,
6752  specials={ "with", 0x62, 0x1FA9D },
6753  uccode=0x181,
6754  unicodeslot=0x253,
6755 },
6756 {
6757  adobename="oopen",
6758  category="ll",
6759  description="LATIN SMALL LETTER OPEN O",
6760  direction="l",
6761  linebreak="al",
6762  uccode=0x186,
6763  unicodeslot=0x254,
6764 },
6765 {
6766  adobename="ccurl",
6767  category="ll",
6768  contextname="ccurl",
6769  description="LATIN SMALL LETTER C WITH CURL",
6770  direction="l",
6771  linebreak="al",
6772  shcode=0x63,
6773  unicodeslot=0x255,
6774 },
6775 {
6776  adobename="dtail",
6777  category="ll",
6778  contextname="dtail",
6779  description="LATIN SMALL LETTER D WITH TAIL",
6780  direction="l",
6781  linebreak="al",
6782  shcode=0x64,
6783  synonyms={ "latin small letter d retroflex hook" },
6784  uccode=0x189,
6785  unicodeslot=0x256,
6786 },
6787 {
6788  adobename="dhook",
6789  category="ll",
6790  contextname="dhook",
6791  description="LATIN SMALL LETTER D WITH HOOK",
6792  direction="l",
6793  linebreak="al",
6794  shcode=0x64,
6795  specials={ "with", 0x64, 0x1FA9D },
6796  uccode=0x18A,
6797  unicodeslot=0x257,
6798 },
6799 {
6800  adobename="ereversed",
6801  category="ll",
6802  description="LATIN SMALL LETTER REVERSED E",
6803  direction="l",
6804  linebreak="al",
6805  unicodeslot=0x258,
6806 },
6807 {
6808  adobename="schwa",
6809  category="ll",
6810  contextname="schwa",
6811  description="LATIN SMALL LETTER SCHWA",
6812  direction="l",
6813  linebreak="al",
6814  uccode=0x18F,
6815  unicodeslot=0x259,
6816 },
6817 {
6818  adobename="schwahook",
6819  category="ll",
6820  contextname="schwahook",
6821  description="LATIN SMALL LETTER SCHWA WITH HOOK",
6822  direction="l",
6823  linebreak="al",
6824  shcode=0x259,
6825  specials={ "with", 0x259, 0x1FA9D },
6826  unicodeslot=0x25A,
6827 },
6828 {
6829  adobename="eopen",
6830  category="ll",
6831  description="LATIN SMALL LETTER OPEN E",
6832  direction="l",
6833  linebreak="al",
6834  synonyms={ "latin small letter epsilon" },
6835  uccode=0x190,
6836  unicodeslot=0x25B,
6837 },
6838 {
6839  adobename="eopenreversed",
6840  category="ll",
6841  description="LATIN SMALL LETTER REVERSED OPEN E",
6842  direction="l",
6843  linebreak="al",
6844  unicodeslot=0x25C,
6845 },
6846 {
6847  adobename="eopenreversedhook",
6848  category="ll",
6849  description="LATIN SMALL LETTER REVERSED OPEN E WITH HOOK",
6850  direction="l",
6851  linebreak="al",
6852  specials={ "with", 0x25C, 0x1FA9D },
6853  unicodeslot=0x25D,
6854 },
6855 {
6856  adobename="eopenreversedclosed",
6857  category="ll",
6858  description="LATIN SMALL LETTER CLOSED REVERSED OPEN E",
6859  direction="l",
6860  linebreak="al",
6861  synonyms={ "latin small letter closed reversed epsilon" },
6862  unicodeslot=0x25E,
6863 },
6864 {
6865  adobename="jdotlessstroke",
6866  category="ll",
6867  contextname="dotlessjstroke",
6868  description="LATIN SMALL LETTER DOTLESS J WITH STROKE",
6869  direction="l",
6870  linebreak="al",
6871  specials={ "with", 0x237, 0x2F },
6872  unicodeslot=0x25F,
6873 },
6874 {
6875  adobename="ghook",
6876  category="ll",
6877  description="LATIN SMALL LETTER G WITH HOOK",
6878  direction="l",
6879  linebreak="al",
6880  shcode=0x67,
6881  specials={ "with", 0x67, 0x1FA9D },
6882  uccode=0x193,
6883  unicodeslot=0x260,
6884 },
6885 {
6886  adobename="gscript",
6887  category="ll",
6888  cjkwd="a",
6889  description="LATIN SMALL LETTER SCRIPT G",
6890  direction="l",
6891  linebreak="al",
6892  unicodeslot=0x261,
6893 },
6894 {
6895  category="ll",
6896  description="LATIN LETTER SMALL CAPITAL G",
6897  direction="l",
6898  linebreak="al",
6899  unicodeslot=0x262,
6900 },
6901 {
6902  adobename="gammalatinsmall",
6903  category="ll",
6904  description="LATIN SMALL LETTER GAMMA",
6905  direction="l",
6906  linebreak="al",
6907  uccode=0x194,
6908  unicodeslot=0x263,
6909 },
6910 {
6911  adobename="ramshorn",
6912  category="ll",
6913  description="LATIN SMALL LETTER RAMS HORN",
6914  direction="l",
6915  linebreak="al",
6916  synonyms={ "latin small letter baby gamma" },
6917  unicodeslot=0x264,
6918 },
6919 {
6920  adobename="hturned",
6921  category="ll",
6922  description="LATIN SMALL LETTER TURNED H",
6923  direction="l",
6924  linebreak="al",
6925  unicodeslot=0x265,
6926 },
6927 {
6928  adobename="hhook",
6929  category="ll",
6930  description="LATIN SMALL LETTER H WITH HOOK",
6931  direction="l",
6932  linebreak="al",
6933  shcode=0x68,
6934  specials={ "with", 0x68, 0x1FA9D },
6935  unicodeslot=0x266,
6936 },
6937 {
6938  adobename="henghook",
6939  category="ll",
6940  description="LATIN SMALL LETTER HENG WITH HOOK",
6941  direction="l",
6942  linebreak="al",
6943  specials={ "with", 0xA727, 0x1FA9D },
6944  unicodeslot=0x267,
6945 },
6946 {
6947  adobename="istroke",
6948  category="ll",
6949  description="LATIN SMALL LETTER I WITH STROKE",
6950  direction="l",
6951  linebreak="al",
6952  shcode=0x69,
6953  specials={ "with", 0x69, 0x2F },
6954  uccode=0x197,
6955  unicodeslot=0x268,
6956 },
6957 {
6958  adobename="iotalatin",
6959  category="ll",
6960  description="LATIN SMALL LETTER IOTA",
6961  direction="l",
6962  linebreak="al",
6963  uccode=0x196,
6964  unicodeslot=0x269,
6965 },
6966 {
6967  category="ll",
6968  description="LATIN LETTER SMALL CAPITAL I",
6969  direction="l",
6970  linebreak="al",
6971  unicodeslot=0x26A,
6972 },
6973 {
6974  adobename="lmiddletilde",
6975  category="ll",
6976  description="LATIN SMALL LETTER L WITH MIDDLE TILDE",
6977  direction="l",
6978  linebreak="al",
6979  shcode=0x6C,
6980  uccode=0x2C62,
6981  unicodeslot=0x26B,
6982 },
6983 {
6984  adobename="lbelt",
6985  category="ll",
6986  description="LATIN SMALL LETTER L WITH BELT",
6987  direction="l",
6988  linebreak="al",
6989  shcode=0x6C,
6990  unicodeslot=0x26C,
6991 },
6992 {
6993  adobename="lhookretroflex",
6994  category="ll",
6995  description="LATIN SMALL LETTER L WITH RETROFLEX HOOK",
6996  direction="l",
6997  linebreak="al",
6998  shcode=0x6C,
6999  unicodeslot=0x26D,
7000 },
7001 {
7002  adobename="lezh",
7003  category="ll",
7004  description="LATIN SMALL LETTER LEZH",
7005  direction="l",
7006  linebreak="al",
7007  unicodeslot=0x26E,
7008 },
7009 {
7010  adobename="mturned",
7011  category="ll",
7012  description="LATIN SMALL LETTER TURNED M",
7013  direction="l",
7014  linebreak="al",
7015  uccode=0x19C,
7016  unicodeslot=0x26F,
7017 },
7018 {
7019  adobename="mlonglegturned",
7020  category="ll",
7021  description="LATIN SMALL LETTER TURNED M WITH LONG LEG",
7022  direction="l",
7023  linebreak="al",
7024  unicodeslot=0x270,
7025 },
7026 {
7027  adobename="mhook",
7028  category="ll",
7029  description="LATIN SMALL LETTER M WITH HOOK",
7030  direction="l",
7031  linebreak="al",
7032  shcode=0x6D,
7033  specials={ "with", 0x6D, 0x1FA9D },
7034  unicodeslot=0x271,
7035 },
7036 {
7037  adobename="nhookleft",
7038  category="ll",
7039  description="LATIN SMALL LETTER N WITH LEFT HOOK",
7040  direction="l",
7041  linebreak="al",
7042  shcode=0x6E,
7043  uccode=0x19D,
7044  unicodeslot=0x272,
7045 },
7046 {
7047  adobename="nhookretroflex",
7048  category="ll",
7049  description="LATIN SMALL LETTER N WITH RETROFLEX HOOK",
7050  direction="l",
7051  linebreak="al",
7052  shcode=0x6E,
7053  unicodeslot=0x273,
7054 },
7055 {
7056  category="ll",
7057  description="LATIN LETTER SMALL CAPITAL N",
7058  direction="l",
7059  linebreak="al",
7060  unicodeslot=0x274,
7061 },
7062 {
7063  adobename="obarred",
7064  category="ll",
7065  description="LATIN SMALL LETTER BARRED O",
7066  direction="l",
7067  linebreak="al",
7068  synonyms={ "latin small letter o bar" },
7069  uccode=0x19F,
7070  unicodeslot=0x275,
7071 },
7072 {
7073  category="ll",
7074  description="LATIN LETTER SMALL CAPITAL OE",
7075  direction="l",
7076  linebreak="al",
7077  unicodeslot=0x276,
7078 },
7079 {
7080  adobename="omegalatinclosed",
7081  category="ll",
7082  description="LATIN SMALL LETTER CLOSED OMEGA",
7083  direction="l",
7084  linebreak="al",
7085  unicodeslot=0x277,
7086 },
7087 {
7088  adobename="philatin",
7089  category="ll",
7090  description="LATIN SMALL LETTER PHI",
7091  direction="l",
7092  linebreak="al",
7093  unicodeslot=0x278,
7094 },
7095 {
7096  adobename="rturned",
7097  category="ll",
7098  description="LATIN SMALL LETTER TURNED R",
7099  direction="l",
7100  linebreak="al",
7101  unicodeslot=0x279,
7102 },
7103 {
7104  adobename="rlonglegturned",
7105  category="ll",
7106  description="LATIN SMALL LETTER TURNED R WITH LONG LEG",
7107  direction="l",
7108  linebreak="al",
7109  unicodeslot=0x27A,
7110 },
7111 {
7112  adobename="rhookturned",
7113  category="ll",
7114  description="LATIN SMALL LETTER TURNED R WITH HOOK",
7115  direction="l",
7116  linebreak="al",
7117  specials={ "with", 0x279, 0x1FA9D },
7118  unicodeslot=0x27B,
7119 },
7120 {
7121  adobename="rlongleg",
7122  category="ll",
7123  description="LATIN SMALL LETTER R WITH LONG LEG",
7124  direction="l",
7125  linebreak="al",
7126  shcode=0x72,
7127  unicodeslot=0x27C,
7128 },
7129 {
7130  adobename="rhook",
7131  category="ll",
7132  description="LATIN SMALL LETTER R WITH TAIL",
7133  direction="l",
7134  linebreak="al",
7135  shcode=0x72,
7136  uccode=0x2C64,
7137  unicodeslot=0x27D,
7138 },
7139 {
7140  adobename="rfishhook",
7141  category="ll",
7142  description="LATIN SMALL LETTER R WITH FISHHOOK",
7143  direction="l",
7144  linebreak="al",
7145  shcode=0x72,
7146  unicodeslot=0x27E,
7147 },
7148 {
7149  adobename="rfishhookreversed",
7150  category="ll",
7151  description="LATIN SMALL LETTER REVERSED R WITH FISHHOOK",
7152  direction="l",
7153  linebreak="al",
7154  unicodeslot=0x27F,
7155 },
7156 {
7157  category="ll",
7158  description="LATIN LETTER SMALL CAPITAL R",
7159  direction="l",
7160  linebreak="al",
7161  uccode=0x1A6,
7162  unicodeslot=0x280,
7163 },
7164 {
7165  adobename="Rsmallinverted",
7166  category="ll",
7167  description="LATIN LETTER SMALL CAPITAL INVERTED R",
7168  direction="l",
7169  linebreak="al",
7170  unicodeslot=0x281,
7171 },
7172 {
7173  adobename="shook",
7174  category="ll",
7175  description="LATIN SMALL LETTER S WITH HOOK",
7176  direction="l",
7177  linebreak="al",
7178  shcode=0x73,
7179  specials={ "with", 0x73, 0x1FA9D },
7180  unicodeslot=0x282,
7181 },
7182 {
7183  adobename="esh",
7184  category="ll",
7185  description="LATIN SMALL LETTER ESH",
7186  direction="l",
7187  linebreak="al",
7188  uccode=0x1A9,
7189  unicodeslot=0x283,
7190 },
7191 {
7192  adobename="dotlessjstrokehook",
7193  category="ll",
7194  description="LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK",
7195  direction="l",
7196  linebreak="al",
7197  unicodeslot=0x284,
7198 },
7199 {
7200  adobename="eshsquatreversed",
7201  category="ll",
7202  description="LATIN SMALL LETTER SQUAT REVERSED ESH",
7203  direction="l",
7204  linebreak="al",
7205  unicodeslot=0x285,
7206 },
7207 {
7208  adobename="eshcurl",
7209  category="ll",
7210  description="LATIN SMALL LETTER ESH WITH CURL",
7211  direction="l",
7212  linebreak="al",
7213  shcode=0x283,
7214  unicodeslot=0x286,
7215 },
7216 {
7217  adobename="tturned",
7218  category="ll",
7219  description="LATIN SMALL LETTER TURNED T",
7220  direction="l",
7221  linebreak="al",
7222  unicodeslot=0x287,
7223 },
7224 {
7225  adobename="tretroflexhook",
7226  category="ll",
7227  description="LATIN SMALL LETTER T WITH RETROFLEX HOOK",
7228  direction="l",
7229  linebreak="al",
7230  shcode=0x74,
7231  uccode=0x1AE,
7232  unicodeslot=0x288,
7233 },
7234 {
7235  adobename="ubar",
7236  category="ll",
7237  description="LATIN SMALL LETTER U BAR",
7238  direction="l",
7239  linebreak="al",
7240  uccode=0x244,
7241  unicodeslot=0x289,
7242 },
7243 {
7244  adobename="upsilonlatin",
7245  category="ll",
7246  description="LATIN SMALL LETTER UPSILON",
7247  direction="l",
7248  linebreak="al",
7249  uccode=0x1B1,
7250  unicodeslot=0x28A,
7251 },
7252 {
7253  adobename="vhook",
7254  category="ll",
7255  description="LATIN SMALL LETTER V WITH HOOK",
7256  direction="l",
7257  linebreak="al",
7258  shcode=0x76,
7259  specials={ "with", 0x76, 0x1FA9D },
7260  synonyms={ "latin small letter script v" },
7261  uccode=0x1B2,
7262  unicodeslot=0x28B,
7263 },
7264 {
7265  adobename="vturned",
7266  category="ll",
7267  description="LATIN SMALL LETTER TURNED V",
7268  direction="l",
7269  linebreak="al",
7270  synonyms={ "caret" },
7271  uccode=0x245,
7272  unicodeslot=0x28C,
7273 },
7274 {
7275  adobename="wturned",
7276  category="ll",
7277  description="LATIN SMALL LETTER TURNED W",
7278  direction="l",
7279  linebreak="al",
7280  unicodeslot=0x28D,
7281 },
7282 {
7283  adobename="yturned",
7284  category="ll",
7285  description="LATIN SMALL LETTER TURNED Y",
7286  direction="l",
7287  linebreak="al",
7288  unicodeslot=0x28E,
7289 },
7290 {
7291  category="ll",
7292  description="LATIN LETTER SMALL CAPITAL Y",
7293  direction="l",
7294  linebreak="al",
7295  unicodeslot=0x28F,
7296 },
7297 {
7298  adobename="zretroflexhook",
7299  category="ll",
7300  description="LATIN SMALL LETTER Z WITH RETROFLEX HOOK",
7301  direction="l",
7302  linebreak="al",
7303  shcode=0x7A,
7304  unicodeslot=0x290,
7305 },
7306 {
7307  adobename="zcurl",
7308  category="ll",
7309  description="LATIN SMALL LETTER Z WITH CURL",
7310  direction="l",
7311  linebreak="al",
7312  shcode=0x7A,
7313  unicodeslot=0x291,
7314 },
7315 {
7316  adobename="ezh",
7317  category="ll",
7318  description="LATIN SMALL LETTER EZH",
7319  direction="l",
7320  linebreak="al",
7321  synonyms={ "dram" },
7322  uccode=0x1B7,
7323  unicodeslot=0x292,
7324 },
7325 {
7326  adobename="ezhcurl",
7327  category="ll",
7328  description="LATIN SMALL LETTER EZH WITH CURL",
7329  direction="l",
7330  linebreak="al",
7331  shcode=0x292,
7332  unicodeslot=0x293,
7333 },
7334 {
7335  adobename="glottalstop",
7336  category="lo",
7337  description="LATIN LETTER GLOTTAL STOP",
7338  direction="l",
7339  linebreak="al",
7340  unicodeslot=0x294,
7341 },
7342 {
7343  adobename="glottalstopreversed",
7344  category="ll",
7345  description="LATIN LETTER PHARYNGEAL VOICED FRICATIVE",
7346  direction="l",
7347  linebreak="al",
7348  synonyms={ "latin letter reversed glottal stop" },
7349  unicodeslot=0x295,
7350 },
7351 {
7352  adobename="glottalstopinverted",
7353  category="ll",
7354  description="LATIN LETTER INVERTED GLOTTAL STOP",
7355  direction="l",
7356  linebreak="al",
7357  unicodeslot=0x296,
7358 },
7359 {
7360  adobename="cstretched",
7361  category="ll",
7362  description="LATIN LETTER STRETCHED C",
7363  direction="l",
7364  linebreak="al",
7365  unicodeslot=0x297,
7366 },
7367 {
7368  adobename="bilabialclick",
7369  category="ll",
7370  description="LATIN LETTER BILABIAL CLICK",
7371  direction="l",
7372  linebreak="al",
7373  synonyms={ "latin letter bullseye" },
7374  unicodeslot=0x298,
7375 },
7376 {
7377  category="ll",
7378  description="LATIN LETTER SMALL CAPITAL B",
7379  direction="l",
7380  linebreak="al",
7381  unicodeslot=0x299,
7382 },
7383 {
7384  adobename="eopenclosed",
7385  category="ll",
7386  description="LATIN SMALL LETTER CLOSED OPEN E",
7387  direction="l",
7388  linebreak="al",
7389  synonyms={ "latin small letter closed epsilon" },
7390  unicodeslot=0x29A,
7391 },
7392 {
7393  adobename="Gsmallhook",
7394  category="ll",
7395  description="LATIN LETTER SMALL CAPITAL G WITH HOOK",
7396  direction="l",
7397  linebreak="al",
7398  specials={ "with", 0x262, 0x1FA9D },
7399  unicodeslot=0x29B,
7400 },
7401 {
7402  category="ll",
7403  description="LATIN LETTER SMALL CAPITAL H",
7404  direction="l",
7405  linebreak="al",
7406  unicodeslot=0x29C,
7407 },
7408 {
7409  adobename="jcrossedtail",
7410  category="ll",
7411  description="LATIN SMALL LETTER J WITH CROSSED-TAIL",
7412  direction="l",
7413  linebreak="al",
7414  shcode=0x6A,
7415  unicodeslot=0x29D,
7416 },
7417 {
7418  adobename="kturned",
7419  category="ll",
7420  description="LATIN SMALL LETTER TURNED K",
7421  direction="l",
7422  linebreak="al",
7423  unicodeslot=0x29E,
7424 },
7425 {
7426  category="ll",
7427  description="LATIN LETTER SMALL CAPITAL L",
7428  direction="l",
7429  linebreak="al",
7430  unicodeslot=0x29F,
7431 },
7432 {
7433  adobename="qhook",
7434  category="ll",
7435  description="LATIN SMALL LETTER Q WITH HOOK",
7436  direction="l",
7437  linebreak="al",
7438  shcode=0x71,
7439  specials={ "with", 0x71, 0x1FA9D },
7440  unicodeslot=0x2A0,
7441 },
7442 {
7443  adobename="glottalstopstroke",
7444  category="ll",
7445  description="LATIN LETTER GLOTTAL STOP WITH STROKE",
7446  direction="l",
7447  linebreak="al",
7448  specials={ "with", 0x294, 0x2F },
7449  unicodeslot=0x2A1,
7450 },
7451 {
7452  adobename="glottalstopstrokereversed",
7453  category="ll",
7454  description="LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE",
7455  direction="l",
7456  linebreak="al",
7457  unicodeslot=0x2A2,
7458 },
7459 {
7460  adobename="dzaltone",
7461  category="ll",
7462  description="LATIN SMALL LETTER DZ DIGRAPH",
7463  direction="l",
7464  linebreak="al",
7465  unicodeslot=0x2A3,
7466 },
7467 {
7468  adobename="dezh",
7469  category="ll",
7470  description="LATIN SMALL LETTER DEZH DIGRAPH",
7471  direction="l",
7472  linebreak="al",
7473  unicodeslot=0x2A4,
7474 },
7475 {
7476  adobename="dzcurl",
7477  category="ll",
7478  description="LATIN SMALL LETTER DZ DIGRAPH WITH CURL",
7479  direction="l",
7480  linebreak="al",
7481  unicodeslot=0x2A5,
7482 },
7483 {
7484  adobename="ts",
7485  category="ll",
7486  description="LATIN SMALL LETTER TS DIGRAPH",
7487  direction="l",
7488  linebreak="al",
7489  unicodeslot=0x2A6,
7490 },
7491 {
7492  adobename="tesh",
7493  category="ll",
7494  description="LATIN SMALL LETTER TESH DIGRAPH",
7495  direction="l",
7496  linebreak="al",
7497  unicodeslot=0x2A7,
7498 },
7499 {
7500  adobename="tccurl",
7501  category="ll",
7502  description="LATIN SMALL LETTER TC DIGRAPH WITH CURL",
7503  direction="l",
7504  linebreak="al",
7505  unicodeslot=0x2A8,
7506 },
7507 {
7508  category="ll",
7509  description="LATIN SMALL LETTER FENG DIGRAPH",
7510  direction="l",
7511  linebreak="al",
7512  unicodeslot=0x2A9,
7513 },
7514 {
7515  category="ll",
7516  description="LATIN SMALL LETTER LS DIGRAPH",
7517  direction="l",
7518  linebreak="al",
7519  unicodeslot=0x2AA,
7520 },
7521 {
7522  category="ll",
7523  description="LATIN SMALL LETTER LZ DIGRAPH",
7524  direction="l",
7525  linebreak="al",
7526  unicodeslot=0x2AB,
7527 },
7528 {
7529  category="ll",
7530  description="LATIN LETTER BILABIAL PERCUSSIVE",
7531  direction="l",
7532  linebreak="al",
7533  unicodeslot=0x2AC,
7534 },
7535 {
7536  category="ll",
7537  description="LATIN LETTER BIDENTAL PERCUSSIVE",
7538  direction="l",
7539  linebreak="al",
7540  unicodeslot=0x2AD,
7541 },
7542 {
7543  category="ll",
7544  description="LATIN SMALL LETTER TURNED H WITH FISHHOOK",
7545  direction="l",
7546  linebreak="al",
7547  unicodeslot=0x2AE,
7548 },
7549 {
7550  category="ll",
7551  description="LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL",
7552  direction="l",
7553  linebreak="al",
7554  unicodeslot=0x2AF,
7555 },
7556 {
7557  adobename="hsuperior",
7558  category="lm",
7559  description="MODIFIER LETTER SMALL H",
7560  direction="l",
7561  linebreak="al",
7562  specials={ "super", 0x68 },
7563  unicodeslot=0x2B0,
7564 },
7565 {
7566  adobename="hhooksuperior",
7567  category="lm",
7568  description="MODIFIER LETTER SMALL H WITH HOOK",
7569  direction="l",
7570  linebreak="al",
7571  specials={ "super", 0x266 },
7572  unicodeslot=0x2B1,
7573 },
7574 {
7575  adobename="jsuperior",
7576  category="lm",
7577  description="MODIFIER LETTER SMALL J",
7578  direction="l",
7579  linebreak="al",
7580  specials={ "super", 0x6A },
7581  unicodeslot=0x2B2,
7582 },
7583 {
7584  category="lm",
7585  description="MODIFIER LETTER SMALL R",
7586  direction="l",
7587  linebreak="al",
7588  specials={ "super", 0x72 },
7589  unicodeslot=0x2B3,
7590 },
7591 {
7592  adobename="rturnedsuperior",
7593  category="lm",
7594  description="MODIFIER LETTER SMALL TURNED R",
7595  direction="l",
7596  linebreak="al",
7597  specials={ "super", 0x279 },
7598  unicodeslot=0x2B4,
7599 },
7600 {
7601  adobename="rhookturnedsuperior",
7602  category="lm",
7603  description="MODIFIER LETTER SMALL TURNED R WITH HOOK",
7604  direction="l",
7605  linebreak="al",
7606  specials={ "super", 0x27B },
7607  unicodeslot=0x2B5,
7608 },
7609 {
7610  adobename="Rsmallinvertedsuperior",
7611  category="lm",
7612  description="MODIFIER LETTER SMALL CAPITAL INVERTED R",
7613  direction="l",
7614  linebreak="al",
7615  specials={ "super", 0x281 },
7616  unicodeslot=0x2B6,
7617 },
7618 {
7619  adobename="wsuperior",
7620  category="lm",
7621  description="MODIFIER LETTER SMALL W",
7622  direction="l",
7623  linebreak="al",
7624  specials={ "super", 0x77 },
7625  unicodeslot=0x2B7,
7626 },
7627 {
7628  adobename="ysuperior",
7629  category="lm",
7630  description="MODIFIER LETTER SMALL Y",
7631  direction="l",
7632  linebreak="al",
7633  specials={ "super", 0x79 },
7634  unicodeslot=0x2B8,
7635 },
7636 {
7637  adobename="primemod",
7638  category="lm",
7639  description="MODIFIER LETTER PRIME",
7640  direction="on",
7641  linebreak="al",
7642  unicodeslot=0x2B9,
7643 },
7644 {
7645  adobename="dblprimemod",
7646  category="lm",
7647  description="MODIFIER LETTER DOUBLE PRIME",
7648  direction="on",
7649  linebreak="al",
7650  unicodeslot=0x2BA,
7651 },
7652 {
7653  adobename="commaturnedmod",
7654  category="lm",
7655  description="MODIFIER LETTER TURNED COMMA",
7656  direction="l",
7657  linebreak="al",
7658  unicodeslot=0x2BB,
7659 },
7660 {
7661  adobename="apostrophemod",
7662  category="lm",
7663  description="MODIFIER LETTER APOSTROPHE",
7664  direction="l",
7665  linebreak="al",
7666  synonyms={ "glottal stop", "neutral apostrophe" },
7667  unicodeslot=0x2BC,
7668 },
7669 {
7670  adobename="commareversedmod",
7671  category="lm",
7672  description="MODIFIER LETTER REVERSED COMMA",
7673  direction="l",
7674  linebreak="al",
7675  unicodeslot=0x2BD,
7676 },
7677 {
7678  adobename="ringhalfright",
7679  category="lm",
7680  description="MODIFIER LETTER RIGHT HALF RING",
7681  direction="l",
7682  linebreak="al",
7683  unicodeslot=0x2BE,
7684 },
7685 {
7686  adobename="ringhalfleft",
7687  category="lm",
7688  description="MODIFIER LETTER LEFT HALF RING",
7689  direction="l",
7690  linebreak="al",
7691  unicodeslot=0x2BF,
7692 },
7693 {
7694  adobename="glottalstopmod",
7695  category="lm",
7696  description="MODIFIER LETTER GLOTTAL STOP",
7697  direction="l",
7698  linebreak="al",
7699  unicodeslot=0x2C0,
7700 },
7701 {
7702  adobename="glottalstopreversedmod",
7703  category="lm",
7704  description="MODIFIER LETTER REVERSED GLOTTAL STOP",
7705  direction="l",
7706  linebreak="al",
7707  unicodeslot=0x2C1,
7708 },
7709 {
7710  adobename="arrowheadleftmod",
7711  category="sk",
7712  description="MODIFIER LETTER LEFT ARROWHEAD",
7713  direction="on",
7714  linebreak="al",
7715  unicodeslot=0x2C2,
7716 },
7717 {
7718  adobename="arrowheadrightmod",
7719  category="sk",
7720  description="MODIFIER LETTER RIGHT ARROWHEAD",
7721  direction="on",
7722  linebreak="al",
7723  unicodeslot=0x2C3,
7724 },
7725 {
7726  adobename="arrowheadupmod",
7727  category="sk",
7728  cjkwd="a",
7729  description="MODIFIER LETTER UP ARROWHEAD",
7730  direction="on",
7731  linebreak="al",
7732  unicodeslot=0x2C4,
7733 },
7734 {
7735  adobename="arrowheaddownmod",
7736  category="sk",
7737  description="MODIFIER LETTER DOWN ARROWHEAD",
7738  direction="on",
7739  linebreak="al",
7740  unicodeslot=0x2C5,
7741 },
7742 {
7743  adobename="circumflex",
7744  category="lm",
7745  comment="check special",
7746  contextname="textcircumflex",
7747  description="MODIFIER LETTER CIRCUMFLEX ACCENT",
7748  direction="on",
7749  linebreak="al",
7750  mathspec={
7751   {
7752    class="topaccent",
7753    name="hat",
7754   },
7755   {
7756    class="topaccent",
7757    name="widehat",
7758    stretch="h",
7759   },
7760  },
7761  specials={ "compat", 0x20, 0x302 },
7762  unicodeslot=0x2C6,
7763 },
7764 {
7765  adobename="caron",
7766  category="lm",
7767  cjkwd="a",
7768  comment="check special",
7769  contextname="textcaron",
7770  description="CARON",
7771  direction="on",
7772  linebreak="ai",
7773  mathspec={
7774   {
7775    class="topaccent",
7776    name="check",
7777   },
7778   {
7779    class="topaccent",
7780    name="widecheck",
7781    stretch="h",
7782   },
7783  },
7784  specials={ "compat", 0x20, 0x30C },
7785  synonyms={ "mandarin chinese third tone", "modifier letter hacek" },
7786  unicodeslot=0x2C7,
7787 },
7788 {
7789  adobename="verticallinemod",
7790  category="lm",
7791  description="MODIFIER LETTER VERTICAL LINE",
7792  direction="on",
7793  linebreak="bb",
7794  unicodeslot=0x2C8,
7795 },
7796 {
7797  adobename="firsttonechinese",
7798  category="lm",
7799  cjkwd="a",
7800  description="MODIFIER LETTER MACRON",
7801  direction="on",
7802  linebreak="ai",
7803  synonyms={ "mandarin chinese first tone" },
7804  unicodeslot=0x2C9,
7805 },
7806 {
7807  adobename="secondtonechinese",
7808  category="lm",
7809  cjkwd="a",
7810  description="MODIFIER LETTER ACUTE ACCENT",
7811  direction="on",
7812  linebreak="ai",
7813  synonyms={ "mandarin chinese second tone" },
7814  unicodeslot=0x2CA,
7815 },
7816 {
7817  adobename="fourthtonechinese",
7818  category="lm",
7819  cjkwd="a",
7820  description="MODIFIER LETTER GRAVE ACCENT",
7821  direction="on",
7822  linebreak="ai",
7823  synonyms={ "mandarin chinese fourth tone" },
7824  unicodeslot=0x2CB,
7825 },
7826 {
7827  adobename="verticallinelowmod",
7828  category="lm",
7829  description="MODIFIER LETTER LOW VERTICAL LINE",
7830  direction="on",
7831  linebreak="bb",
7832  unicodeslot=0x2CC,
7833 },
7834 {
7835  adobename="macronlowmod",
7836  category="lm",
7837  cjkwd="a",
7838  description="MODIFIER LETTER LOW MACRON",
7839  direction="on",
7840  linebreak="ai",
7841  unicodeslot=0x2CD,
7842 },
7843 {
7844  adobename="gravelowmod",
7845  category="lm",
7846  description="MODIFIER LETTER LOW GRAVE ACCENT",
7847  direction="on",
7848  linebreak="al",
7849  unicodeslot=0x2CE,
7850 },
7851 {
7852  adobename="acutelowmod",
7853  category="lm",
7854  description="MODIFIER LETTER LOW ACUTE ACCENT",
7855  direction="on",
7856  linebreak="al",
7857  unicodeslot=0x2CF,
7858 },
7859 {
7860  adobename="colontriangularmod",
7861  category="lm",
7862  cjkwd="a",
7863  description="MODIFIER LETTER TRIANGULAR COLON",
7864  direction="l",
7865  linebreak="ai",
7866  unicodeslot=0x2D0,
7867 },
7868 {
7869  adobename="colontriangularhalfmod",
7870  category="lm",
7871  description="MODIFIER LETTER HALF TRIANGULAR COLON",
7872  direction="l",
7873  linebreak="al",
7874  unicodeslot=0x2D1,
7875 },
7876 {
7877  adobename="ringhalfrightcentered",
7878  category="sk",
7879  description="MODIFIER LETTER CENTRED RIGHT HALF RING",
7880  direction="on",
7881  linebreak="al",
7882  unicodeslot=0x2D2,
7883 },
7884 {
7885  adobename="ringhalfleftcentered",
7886  category="sk",
7887  description="MODIFIER LETTER CENTRED LEFT HALF RING",
7888  direction="on",
7889  linebreak="al",
7890  unicodeslot=0x2D3,
7891 },
7892 {
7893  adobename="uptackmod",
7894  category="sk",
7895  description="MODIFIER LETTER UP TACK",
7896  direction="on",
7897  linebreak="al",
7898  unicodeslot=0x2D4,
7899 },
7900 {
7901  adobename="downtackmod",
7902  category="sk",
7903  description="MODIFIER LETTER DOWN TACK",
7904  direction="on",
7905  linebreak="al",
7906  unicodeslot=0x2D5,
7907 },
7908 {
7909  adobename="plusmod",
7910  category="sk",
7911  description="MODIFIER LETTER PLUS SIGN",
7912  direction="on",
7913  linebreak="al",
7914  unicodeslot=0x2D6,
7915 },
7916 {
7917  adobename="minusmod",
7918  category="sk",
7919  description="MODIFIER LETTER MINUS SIGN",
7920  direction="on",
7921  linebreak="al",
7922  unicodeslot=0x2D7,
7923 },
7924 {
7925  adobename="breve",
7926  category="sk",
7927  cjkwd="a",
7928  contextname="textbreve",
7929  description="BREVE",
7930  direction="on",
7931  linebreak="ai",
7932  mathspec={
7933   {
7934    class="topaccent",
7935    name="breve",
7936   },
7937   {
7938    class="topaccent",
7939    name="widebreve",
7940    stretch="h",
7941   },
7942  },
7943  specials={ "compat", 0x20, 0x306 },
7944  unicodeslot=0x2D8,
7945 },
7946 {
7947  adobename="dotaccent",
7948  category="sk",
7949  cjkwd="a",
7950  contextname="textdotaccent",
7951  description="DOT ABOVE",
7952  direction="on",
7953  linebreak="ai",
7954  mathspec={
7955   {
7956    class="topaccent",
7957    name="dot",
7958   },
7959   {
7960    class="topaccent",
7961    name="widedot",
7962    stretch="h",
7963   },
7964  },
7965  specials={ "compat", 0x20, 0x307 },
7966  synonyms={ "mandarin chinese fifth or neutral tone" },
7967  unicodeslot=0x2D9,
7968 },
7969 {
7970  adobename="ring",
7971  category="sk",
7972  cjkwd="a",
7973  contextname="textring",
7974  description="RING ABOVE",
7975  direction="on",
7976  linebreak="ai",
7977  mathspec={
7978   {
7979    class="topaccent",
7980    name="ring",
7981   },
7982   {
7983    class="topaccent",
7984    name="widering",
7985    stretch="h",
7986   },
7987  },
7988  specials={ "compat", 0x20, 0x30A },
7989  unicodeslot=0x2DA,
7990 },
7991 {
7992  adobename="ogonek",
7993  category="sk",
7994  cjkwd="a",
7995  contextname="textogonek",
7996  description="OGONEK",
7997  direction="on",
7998  linebreak="ai",
7999  specials={ "compat", 0x20, 0x328 },
8000  unicodeslot=0x2DB,
8001 },
8002 {
8003  adobename="tilde",
8004  category="sk",
8005  contextname="texttilde",
8006  description="SMALL TILDE",
8007  direction="on",
8008  linebreak="al",
8009  mathspec={
8010   {
8011    class="topaccent",
8012    name="tilde",
8013   },
8014   {
8015    class="topaccent",
8016    name="widetilde",
8017    stretch="h",
8018   },
8019  },
8020  specials={ "compat", 0x20, 0x303 },
8021  unicodeslot=0x2DC,
8022 },
8023 {
8024  adobename="hungarumlaut",
8025  category="sk",
8026  cjkwd="a",
8027  contextname="texthungarumlaut",
8028  description="DOUBLE ACUTE ACCENT",
8029  direction="on",
8030  linebreak="ai",
8031  specials={ "compat", 0x20, 0x30B },
8032  unicodeslot=0x2DD,
8033 },
8034 {
8035  adobename="rhotichookmod",
8036  category="sk",
8037  description="MODIFIER LETTER RHOTIC HOOK",
8038  direction="on",
8039  linebreak="al",
8040  unicodeslot=0x2DE,
8041 },
8042 {
8043  category="sk",
8044  cjkwd="a",
8045  description="MODIFIER LETTER CROSS ACCENT",
8046  direction="on",
8047  linebreak="bb",
8048  synonyms={ "swedish grave accent" },
8049  unicodeslot=0x2DF,
8050 },
8051 {
8052  adobename="gammasuperior",
8053  category="lm",
8054  description="MODIFIER LETTER SMALL GAMMA",
8055  direction="l",
8056  linebreak="al",
8057  specials={ "super", 0x263 },
8058  unicodeslot=0x2E0,
8059 },
8060 {
8061  category="lm",
8062  description="MODIFIER LETTER SMALL L",
8063  direction="l",
8064  linebreak="al",
8065  specials={ "super", 0x6C },
8066  unicodeslot=0x2E1,
8067 },
8068 {
8069  category="lm",
8070  description="MODIFIER LETTER SMALL S",
8071  direction="l",
8072  linebreak="al",
8073  specials={ "super", 0x73 },
8074  unicodeslot=0x2E2,
8075 },
8076 {
8077  adobename="xsuperior",
8078  category="lm",
8079  description="MODIFIER LETTER SMALL X",
8080  direction="l",
8081  linebreak="al",
8082  specials={ "super", 0x78 },
8083  unicodeslot=0x2E3,
8084 },
8085 {
8086  adobename="glottalstopreversedsuperior",
8087  category="lm",
8088  description="MODIFIER LETTER SMALL REVERSED GLOTTAL STOP",
8089  direction="l",
8090  linebreak="al",
8091  specials={ "super", 0x295 },
8092  unicodeslot=0x2E4,
8093 },
8094 {
8095  adobename="tonebarextrahighmod",
8096  category="sk",
8097  description="MODIFIER LETTER EXTRA-HIGH TONE BAR",
8098  direction="on",
8099  linebreak="al",
8100  unicodeslot=0x2E5,
8101 },
8102 {
8103  adobename="tonebarhighmod",
8104  category="sk",
8105  description="MODIFIER LETTER HIGH TONE BAR",
8106  direction="on",
8107  linebreak="al",
8108  unicodeslot=0x2E6,
8109 },
8110 {
8111  adobename="tonebarmidmod",
8112  category="sk",
8113  description="MODIFIER LETTER MID TONE BAR",
8114  direction="on",
8115  linebreak="al",
8116  unicodeslot=0x2E7,
8117 },
8118 {
8119  adobename="tonebarlowmod",
8120  category="sk",
8121  description="MODIFIER LETTER LOW TONE BAR",
8122  direction="on",
8123  linebreak="al",
8124  unicodeslot=0x2E8,
8125 },
8126 {
8127  adobename="tonebarextralowmod",
8128  category="sk",
8129  description="MODIFIER LETTER EXTRA-LOW TONE BAR",
8130  direction="on",
8131  linebreak="al",
8132  unicodeslot=0x2E9,
8133 },
8134 {
8135  category="sk",
8136  description="MODIFIER LETTER YIN DEPARTING TONE MARK",
8137  direction="on",
8138  linebreak="al",
8139  unicodeslot=0x2EA,
8140 },
8141 {
8142  category="sk",
8143  description="MODIFIER LETTER YANG DEPARTING TONE MARK",
8144  direction="on",
8145  linebreak="al",
8146  unicodeslot=0x2EB,
8147 },
8148 {
8149  category="sk",
8150  description="MODIFIER LETTER VOICING",
8151  direction="on",
8152  linebreak="al",
8153  unicodeslot=0x2EC,
8154 },
8155 {
8156  category="sk",
8157  description="MODIFIER LETTER UNASPIRATED",
8158  direction="on",
8159  linebreak="al",
8160  unicodeslot=0x2ED,
8161 },
8162 {
8163  category="lm",
8164  description="MODIFIER LETTER DOUBLE APOSTROPHE",
8165  direction="l",
8166  linebreak="al",
8167  unicodeslot=0x2EE,
8168 },
8169 {
8170  category="sk",
8171  description="MODIFIER LETTER LOW DOWN ARROWHEAD",
8172  direction="on",
8173  linebreak="al",
8174  unicodeslot=0x2EF,
8175 },
8176 {
8177  category="sk",
8178  description="MODIFIER LETTER LOW UP ARROWHEAD",
8179  direction="on",
8180  linebreak="al",
8181  unicodeslot=0x2F0,
8182 },
8183 {
8184  category="sk",
8185  description="MODIFIER LETTER LOW LEFT ARROWHEAD",
8186  direction="on",
8187  linebreak="al",
8188  unicodeslot=0x2F1,
8189 },
8190 {
8191  category="sk",
8192  description="MODIFIER LETTER LOW RIGHT ARROWHEAD",
8193  direction="on",
8194  linebreak="al",
8195  unicodeslot=0x2F2,
8196 },
8197 {
8198  category="sk",
8199  description="MODIFIER LETTER LOW RING",
8200  direction="on",
8201  linebreak="al",
8202  unicodeslot=0x2F3,
8203 },
8204 {
8205  category="sk",
8206  description="MODIFIER LETTER MIDDLE GRAVE ACCENT",
8207  direction="on",
8208  linebreak="al",
8209  unicodeslot=0x2F4,
8210 },
8211 {
8212  category="sk",
8213  description="MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT",
8214  direction="on",
8215  linebreak="al",
8216  unicodeslot=0x2F5,
8217 },
8218 {
8219  category="sk",
8220  description="MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT",
8221  direction="on",
8222  linebreak="al",
8223  unicodeslot=0x2F6,
8224 },
8225 {
8226  category="sk",
8227  description="MODIFIER LETTER LOW TILDE",
8228  direction="on",
8229  linebreak="al",
8230  unicodeslot=0x2F7,
8231 },
8232 {
8233  category="sk",
8234  description="MODIFIER LETTER RAISED COLON",
8235  direction="on",
8236  linebreak="al",
8237  unicodeslot=0x2F8,
8238 },
8239 {
8240  category="sk",
8241  description="MODIFIER LETTER BEGIN HIGH TONE",
8242  direction="on",
8243  linebreak="al",
8244  unicodeslot=0x2F9,
8245 },
8246 {
8247  category="sk",
8248  description="MODIFIER LETTER END HIGH TONE",
8249  direction="on",
8250  linebreak="al",
8251  unicodeslot=0x2FA,
8252 },
8253 {
8254  category="sk",
8255  description="MODIFIER LETTER BEGIN LOW TONE",
8256  direction="on",
8257  linebreak="al",
8258  unicodeslot=0x2FB,
8259 },
8260 {
8261  category="sk",
8262  description="MODIFIER LETTER END LOW TONE",
8263  direction="on",
8264  linebreak="al",
8265  unicodeslot=0x2FC,
8266 },
8267 {
8268  category="sk",
8269  description="MODIFIER LETTER SHELF",
8270  direction="on",
8271  linebreak="al",
8272  unicodeslot=0x2FD,
8273 },
8274 {
8275  category="sk",
8276  description="MODIFIER LETTER OPEN SHELF",
8277  direction="on",
8278  linebreak="al",
8279  unicodeslot=0x2FE,
8280 },
8281 {
8282  category="sk",
8283  description="MODIFIER LETTER LOW LEFT ARROW",
8284  direction="on",
8285  linebreak="al",
8286  unicodeslot=0x2FF,
8287 },
8288 {
8289  adobename="gravecomb",
8290  category="mn",
8291  cjkwd="a",
8292  combining=0xE6,
8293  description="COMBINING GRAVE ACCENT",
8294  direction="nsm",
8295  linebreak="cm",
8296  synonyms={ "greek varia" },
8297  unicodeslot=0x300,
8298 },
8299 {
8300  adobename="acutecomb",
8301  category="mn",
8302  cjkwd="a",
8303  combining=0xE6,
8304  description="COMBINING ACUTE ACCENT",
8305  direction="nsm",
8306  linebreak="cm",
8307  synonyms={ "greek oxia", "greek tonos", "stress mark" },
8308  unicodeslot=0x301,
8309 },
8310 {
8311  adobename="circumflexcmb",
8312  category="mn",
8313  cjkwd="a",
8314  combining=0xE6,
8315  description="COMBINING CIRCUMFLEX ACCENT",
8316  direction="nsm",
8317  linebreak="cm",
8318  unicodeslot=0x302,
8319 },
8320 {
8321  adobename="tildecomb",
8322  category="mn",
8323  cjkwd="a",
8324  combining=0xE6,
8325  description="COMBINING TILDE",
8326  direction="nsm",
8327  linebreak="cm",
8328  unicodeslot=0x303,
8329 },
8330 {
8331  adobename="macroncmb",
8332  category="mn",
8333  cjkwd="a",
8334  combining=0xE6,
8335  description="COMBINING MACRON",
8336  direction="nsm",
8337  linebreak="cm",
8338  synonyms={ "long" },
8339  unicodeslot=0x304,
8340 },
8341 {
8342  adobename="overlinecmb",
8343  category="mn",
8344  cjkwd="a",
8345  combining=0xE6,
8346  description="COMBINING OVERLINE",
8347  direction="nsm",
8348  linebreak="cm",
8349  synonyms={ "overscore", "vinculum" },
8350  unicodeslot=0x305,
8351 },
8352 {
8353  adobename="brevecmb",
8354  category="mn",
8355  cjkwd="a",
8356  combining=0xE6,
8357  description="COMBINING BREVE",
8358  direction="nsm",
8359  linebreak="cm",
8360  synonyms={ "greek vrachy", "short" },
8361  unicodeslot=0x306,
8362 },
8363 {
8364  adobename="dotaccentcmb",
8365  category="mn",
8366  cjkwd="a",
8367  combining=0xE6,
8368  description="COMBINING DOT ABOVE",
8369  direction="nsm",
8370  linebreak="cm",
8371  synonyms={ "derivative" },
8372  unicodeslot=0x307,
8373 },
8374 {
8375  adobename="dieresiscmb",
8376  category="mn",
8377  cjkwd="a",
8378  combining=0xE6,
8379  description="COMBINING DIAERESIS",
8380  direction="nsm",
8381  linebreak="cm",
8382  synonyms={ "double derivative", "double dot above", "greek dialytika", "umlaut" },
8383  unicodeslot=0x308,
8384 },
8385 {
8386  adobename="hookcmb",
8387  category="mn",
8388  cjkwd="a",
8389  combining=0xE6,
8390  description="COMBINING HOOK ABOVE",
8391  direction="nsm",
8392  linebreak="cm",
8393  unicodeslot=0x309,
8394 },
8395 {
8396  adobename="ringcmb",
8397  category="mn",
8398  cjkwd="a",
8399  combining=0xE6,
8400  description="COMBINING RING ABOVE",
8401  direction="nsm",
8402  linebreak="cm",
8403  unicodeslot=0x30A,
8404 },
8405 {
8406  adobename="hungarumlautcmb",
8407  category="mn",
8408  cjkwd="a",
8409  combining=0xE6,
8410  description="COMBINING DOUBLE ACUTE ACCENT",
8411  direction="nsm",
8412  linebreak="cm",
8413  unicodeslot=0x30B,
8414 },
8415 {
8416  adobename="caroncmb",
8417  category="mn",
8418  cjkwd="a",
8419  combining=0xE6,
8420  description="COMBINING CARON",
8421  direction="nsm",
8422  linebreak="cm",
8423  synonyms={ "combining hacek", "v above" },
8424  unicodeslot=0x30C,
8425 },
8426 {
8427  adobename="verticallineabovecmb",
8428  category="mn",
8429  cjkwd="a",
8430  combining=0xE6,
8431  description="COMBINING VERTICAL LINE ABOVE",
8432  direction="nsm",
8433  linebreak="cm",
8434  unicodeslot=0x30D,
8435 },
8436 {
8437  adobename="dblverticallineabovecmb",
8438  category="mn",
8439  cjkwd="a",
8440  combining=0xE6,
8441  description="COMBINING DOUBLE VERTICAL LINE ABOVE",
8442  direction="nsm",
8443  linebreak="cm",
8444  unicodeslot=0x30E,
8445 },
8446 {
8447  adobename="dblgravecmb",
8448  category="mn",
8449  cjkwd="a",
8450  combining=0xE6,
8451  description="COMBINING DOUBLE GRAVE ACCENT",
8452  direction="nsm",
8453  linebreak="cm",
8454  unicodeslot=0x30F,
8455 },
8456 {
8457  adobename="candrabinducmb",
8458  category="mn",
8459  cjkwd="a",
8460  combining=0xE6,
8461  description="COMBINING CANDRABINDU",
8462  direction="nsm",
8463  linebreak="cm",
8464  unicodeslot=0x310,
8465 },
8466 {
8467  adobename="breveinvertedcmb",
8468  category="mn",
8469  cjkwd="a",
8470  combining=0xE6,
8471  description="COMBINING INVERTED BREVE",
8472  direction="nsm",
8473  linebreak="cm",
8474  unicodeslot=0x311,
8475 },
8476 {
8477  adobename="commaturnedabovecmb",
8478  category="mn",
8479  cjkwd="a",
8480  combining=0xE6,
8481  description="COMBINING TURNED COMMA ABOVE",
8482  direction="nsm",
8483  linebreak="cm",
8484  synonyms={ "cedilla above" },
8485  unicodeslot=0x312,
8486 },
8487 {
8488  adobename="commaabovecmb",
8489  category="mn",
8490  cjkwd="a",
8491  combining=0xE6,
8492  description="COMBINING COMMA ABOVE",
8493  direction="nsm",
8494  linebreak="cm",
8495  synonyms={ "greek psili", "greek smooth breathing mark" },
8496  unicodeslot=0x313,
8497 },
8498 {
8499  adobename="commareversedabovecmb",
8500  category="mn",
8501  cjkwd="a",
8502  combining=0xE6,
8503  description="COMBINING REVERSED COMMA ABOVE",
8504  direction="nsm",
8505  linebreak="cm",
8506  synonyms={ "greek dasia", "greek rough breathing mark" },
8507  unicodeslot=0x314,
8508 },
8509 {
8510  adobename="commaaboverightcmb",
8511  category="mn",
8512  cjkwd="a",
8513  combining=0xE8,
8514  description="COMBINING COMMA ABOVE RIGHT",
8515  direction="nsm",
8516  linebreak="cm",
8517  unicodeslot=0x315,
8518 },
8519 {
8520  adobename="gravebelowcmb",
8521  category="mn",
8522  cjkwd="a",
8523  combining=0xDC,
8524  description="COMBINING GRAVE ACCENT BELOW",
8525  direction="nsm",
8526  linebreak="cm",
8527  unicodeslot=0x316,
8528 },
8529 {
8530  adobename="acutebelowcmb",
8531  category="mn",
8532  cjkwd="a",
8533  combining=0xDC,
8534  description="COMBINING ACUTE ACCENT BELOW",
8535  direction="nsm",
8536  linebreak="cm",
8537  unicodeslot=0x317,
8538 },
8539 {
8540  adobename="lefttackbelowcmb",
8541  category="mn",
8542  cjkwd="a",
8543  combining=0xDC,
8544  description="COMBINING LEFT TACK BELOW",
8545  direction="nsm",
8546  linebreak="cm",
8547  unicodeslot=0x318,
8548 },
8549 {
8550  adobename="righttackbelowcmb",
8551  category="mn",
8552  cjkwd="a",
8553  combining=0xDC,
8554  description="COMBINING RIGHT TACK BELOW",
8555  direction="nsm",
8556  linebreak="cm",
8557  unicodeslot=0x319,
8558 },
8559 {
8560  adobename="leftangleabovecmb",
8561  category="mn",
8562  cjkwd="a",
8563  combining=0xE8,
8564  description="COMBINING LEFT ANGLE ABOVE",
8565  direction="nsm",
8566  linebreak="cm",
8567  unicodeslot=0x31A,
8568 },
8569 {
8570  adobename="horncmb",
8571  category="mn",
8572  cjkwd="a",
8573  combining=0xD8,
8574  description="COMBINING HORN",
8575  direction="nsm",
8576  linebreak="cm",
8577  unicodeslot=0x31B,
8578 },
8579 {
8580  adobename="ringhalfleftbelowcmb",
8581  category="mn",
8582  cjkwd="a",
8583  combining=0xDC,
8584  description="COMBINING LEFT HALF RING BELOW",
8585  direction="nsm",
8586  linebreak="cm",
8587  unicodeslot=0x31C,
8588 },
8589 {
8590  adobename="uptackbelowcmb",
8591  category="mn",
8592  cjkwd="a",
8593  combining=0xDC,
8594  description="COMBINING UP TACK BELOW",
8595  direction="nsm",
8596  linebreak="cm",
8597  unicodeslot=0x31D,
8598 },
8599 {
8600  adobename="downtackbelowcmb",
8601  category="mn",
8602  cjkwd="a",
8603  combining=0xDC,
8604  description="COMBINING DOWN TACK BELOW",
8605  direction="nsm",
8606  linebreak="cm",
8607  unicodeslot=0x31E,
8608 },
8609 {
8610  adobename="plusbelowcmb",
8611  category="mn",
8612  cjkwd="a",
8613  combining=0xDC,
8614  description="COMBINING PLUS SIGN BELOW",
8615  direction="nsm",
8616  linebreak="cm",
8617  unicodeslot=0x31F,
8618 },
8619 {
8620  adobename="minusbelowcmb",
8621  category="mn",
8622  cjkwd="a",
8623  combining=0xDC,
8624  description="COMBINING MINUS SIGN BELOW",
8625  direction="nsm",
8626  linebreak="cm",
8627  unicodeslot=0x320,
8628 },
8629 {
8630  adobename="hookpalatalizedbelowcmb",
8631  category="mn",
8632  cjkwd="a",
8633  combining=0xCA,
8634  description="COMBINING PALATALIZED HOOK BELOW",
8635  direction="nsm",
8636  linebreak="cm",
8637  unicodeslot=0x321,
8638 },
8639 {
8640  adobename="hookretroflexbelowcmb",
8641  category="mn",
8642  cjkwd="a",
8643  combining=0xCA,
8644  description="COMBINING RETROFLEX HOOK BELOW",
8645  direction="nsm",
8646  linebreak="cm",
8647  unicodeslot=0x322,
8648 },
8649 {
8650  adobename="dotbelowcomb",
8651  category="mn",
8652  cjkwd="a",
8653  combining=0xDC,
8654  contextname="textbottomdot",
8655  description="COMBINING DOT BELOW",
8656  direction="nsm",
8657  linebreak="cm",
8658  unicodeslot=0x323,
8659 },
8660 {
8661  adobename="dieresisbelowcmb",
8662  category="mn",
8663  cjkwd="a",
8664  combining=0xDC,
8665  description="COMBINING DIAERESIS BELOW",
8666  direction="nsm",
8667  linebreak="cm",
8668  unicodeslot=0x324,
8669 },
8670 {
8671  adobename="ringbelowcmb",
8672  category="mn",
8673  cjkwd="a",
8674  combining=0xDC,
8675  description="COMBINING RING BELOW",
8676  direction="nsm",
8677  linebreak="cm",
8678  unicodeslot=0x325,
8679 },
8680 {
8681  category="mn",
8682  cjkwd="a",
8683  combining=0xDC,
8684  contextname="textbottomcomma",
8685  description="COMBINING COMMA BELOW",
8686  direction="nsm",
8687  linebreak="cm",
8688  unicodeslot=0x326,
8689 },
8690 {
8691  adobename="cedillacmb",
8692  category="mn",
8693  cjkwd="a",
8694  combining=0xCA,
8695  description="COMBINING CEDILLA",
8696  direction="nsm",
8697  linebreak="cm",
8698  unicodeslot=0x327,
8699 },
8700 {
8701  adobename="ogonekcmb",
8702  category="mn",
8703  cjkwd="a",
8704  combining=0xCA,
8705  description="COMBINING OGONEK",
8706  direction="nsm",
8707  linebreak="cm",
8708  synonyms={ "nasal hook" },
8709  unicodeslot=0x328,
8710 },
8711 {
8712  adobename="verticallinebelowcmb",
8713  category="mn",
8714  cjkwd="a",
8715  combining=0xDC,
8716  description="COMBINING VERTICAL LINE BELOW",
8717  direction="nsm",
8718  linebreak="cm",
8719  unicodeslot=0x329,
8720 },
8721 {
8722  adobename="bridgebelowcmb",
8723  category="mn",
8724  cjkwd="a",
8725  combining=0xDC,
8726  description="COMBINING BRIDGE BELOW",
8727  direction="nsm",
8728  linebreak="cm",
8729  unicodeslot=0x32A,
8730 },
8731 {
8732  adobename="dblarchinvertedbelowcmb",
8733  category="mn",
8734  cjkwd="a",
8735  combining=0xDC,
8736  description="COMBINING INVERTED DOUBLE ARCH BELOW",
8737  direction="nsm",
8738  linebreak="cm",
8739  unicodeslot=0x32B,
8740 },
8741 {
8742  adobename="caronbelowcmb",
8743  category="mn",
8744  cjkwd="a",
8745  combining=0xDC,
8746  description="COMBINING CARON BELOW",
8747  direction="nsm",
8748  linebreak="cm",
8749  unicodeslot=0x32C,
8750 },
8751 {
8752  adobename="circumflexbelowcmb",
8753  category="mn",
8754  cjkwd="a",
8755  combining=0xDC,
8756  description="COMBINING CIRCUMFLEX ACCENT BELOW",
8757  direction="nsm",
8758  linebreak="cm",
8759  unicodeslot=0x32D,
8760 },
8761 {
8762  adobename="brevebelowcmb",
8763  category="mn",
8764  cjkwd="a",
8765  combining=0xDC,
8766  description="COMBINING BREVE BELOW",
8767  direction="nsm",
8768  linebreak="cm",
8769  unicodeslot=0x32E,
8770 },
8771 {
8772  adobename="breveinvertedbelowcmb",
8773  category="mn",
8774  cjkwd="a",
8775  combining=0xDC,
8776  description="COMBINING INVERTED BREVE BELOW",
8777  direction="nsm",
8778  linebreak="cm",
8779  unicodeslot=0x32F,
8780 },
8781 {
8782  adobename="tildebelowcmb",
8783  category="mn",
8784  cjkwd="a",
8785  combining=0xDC,
8786  description="COMBINING TILDE BELOW",
8787  direction="nsm",
8788  linebreak="cm",
8789  unicodeslot=0x330,
8790 },
8791 {
8792  adobename="macronbelowcmb",
8793  category="mn",
8794  cjkwd="a",
8795  combining=0xDC,
8796  description="COMBINING MACRON BELOW",
8797  direction="nsm",
8798  linebreak="cm",
8799  unicodeslot=0x331,
8800 },
8801 {
8802  adobename="lowlinecmb",
8803  category="mn",
8804  cjkwd="a",
8805  combining=0xDC,
8806  description="COMBINING LOW LINE",
8807  direction="nsm",
8808  linebreak="cm",
8809  mathextensible="l",
8810  synonyms={ "underline", "underscore" },
8811  unicodeslot=0x332,
8812 },
8813 {
8814  adobename="dbllowlinecmb",
8815  category="mn",
8816  cjkwd="a",
8817  combining=0xDC,
8818  description="COMBINING DOUBLE LOW LINE",
8819  direction="nsm",
8820  linebreak="cm",
8821  synonyms={ "double underline", "double underscore" },
8822  unicodeslot=0x333,
8823 },
8824 {
8825  adobename="tildeoverlaycmb",
8826  category="mn",
8827  cjkwd="a",
8828  combining=0x1,
8829  description="COMBINING TILDE OVERLAY",
8830  direction="nsm",
8831  linebreak="cm",
8832  unicodeslot=0x334,
8833 },
8834 {
8835  adobename="strokeshortoverlaycmb",
8836  category="mn",
8837  cjkwd="a",
8838  combining=0x1,
8839  description="COMBINING SHORT STROKE OVERLAY",
8840  direction="nsm",
8841  linebreak="cm",
8842  unicodeslot=0x335,
8843 },
8844 {
8845  adobename="strokelongoverlaycmb",
8846  category="mn",
8847  cjkwd="a",
8848  combining=0x1,
8849  description="COMBINING LONG STROKE OVERLAY",
8850  direction="nsm",
8851  linebreak="cm",
8852  unicodeslot=0x336,
8853 },
8854 {
8855  adobename="solidusshortoverlaycmb",
8856  category="mn",
8857  cjkwd="a",
8858  combining=0x1,
8859  description="COMBINING SHORT SOLIDUS OVERLAY",
8860  direction="nsm",
8861  linebreak="cm",
8862  synonyms={ "short slash overlay" },
8863  unicodeslot=0x337,
8864 },
8865 {
8866  adobename="soliduslongoverlaycmb",
8867  category="mn",
8868  cjkwd="a",
8869  combining=0x1,
8870  description="COMBINING LONG SOLIDUS OVERLAY",
8871  direction="nsm",
8872  linebreak="cm",
8873  mathclass="relation",
8874  mathname="not",
8875  synonyms={ "long slash overlay" },
8876  unicodeslot=0x338,
8877 },
8878 {
8879  adobename="ringhalfrightbelowcmb",
8880  category="mn",
8881  cjkwd="a",
8882  combining=0xDC,
8883  description="COMBINING RIGHT HALF RING BELOW",
8884  direction="nsm",
8885  linebreak="cm",
8886  unicodeslot=0x339,
8887 },
8888 {
8889  adobename="bridgeinvertedbelowcmb",
8890  category="mn",
8891  cjkwd="a",
8892  combining=0xDC,
8893  description="COMBINING INVERTED BRIDGE BELOW",
8894  direction="nsm",
8895  linebreak="cm",
8896  unicodeslot=0x33A,
8897 },
8898 {
8899  adobename="squarebelowcmb",
8900  category="mn",
8901  cjkwd="a",
8902  combining=0xDC,
8903  description="COMBINING SQUARE BELOW",
8904  direction="nsm",
8905  linebreak="cm",
8906  unicodeslot=0x33B,
8907 },
8908 {
8909  adobename="seagullbelowcmb",
8910  category="mn",
8911  cjkwd="a",
8912  combining=0xDC,
8913  description="COMBINING SEAGULL BELOW",
8914  direction="nsm",
8915  linebreak="cm",
8916  unicodeslot=0x33C,
8917 },
8918 {
8919  adobename="xabovecmb",
8920  category="mn",
8921  cjkwd="a",
8922  combining=0xE6,
8923  description="COMBINING X ABOVE",
8924  direction="nsm",
8925  linebreak="cm",
8926  unicodeslot=0x33D,
8927 },
8928 {
8929  adobename="tildeverticalcmb",
8930  category="mn",
8931  cjkwd="a",
8932  combining=0xE6,
8933  description="COMBINING VERTICAL TILDE",
8934  direction="nsm",
8935  linebreak="cm",
8936  unicodeslot=0x33E,
8937 },
8938 {
8939  adobename="dbloverlinecmb",
8940  category="mn",
8941  cjkwd="a",
8942  combining=0xE6,
8943  description="COMBINING DOUBLE OVERLINE",
8944  direction="nsm",
8945  linebreak="cm",
8946  unicodeslot=0x33F,
8947 },
8948 {
8949  adobename="gravetonecmb",
8950  category="mn",
8951  cjkwd="a",
8952  combining=0xE6,
8953  description="COMBINING GRAVE TONE MARK",
8954  direction="nsm",
8955  linebreak="cm",
8956  specials={ "char", 0x300 },
8957  unicodeslot=0x340,
8958 },
8959 {
8960  adobename="acutetonecmb",
8961  category="mn",
8962  cjkwd="a",
8963  combining=0xE6,
8964  description="COMBINING ACUTE TONE MARK",
8965  direction="nsm",
8966  linebreak="cm",
8967  specials={ "char", 0x301 },
8968  unicodeslot=0x341,
8969 },
8970 {
8971  adobename="perispomenigreekcmb",
8972  category="mn",
8973  cjkwd="a",
8974  combining=0xE6,
8975  description="COMBINING GREEK PERISPOMENI",
8976  direction="nsm",
8977  linebreak="cm",
8978  unicodeslot=0x342,
8979 },
8980 {
8981  adobename="koroniscmb",
8982  category="mn",
8983  cjkwd="a",
8984  combining=0xE6,
8985  description="COMBINING GREEK KORONIS",
8986  direction="nsm",
8987  linebreak="cm",
8988  specials={ "char", 0x313 },
8989  unicodeslot=0x343,
8990 },
8991 {
8992  adobename="dialytikatonoscmb",
8993  category="mn",
8994  cjkwd="a",
8995  combining=0xE6,
8996  description="COMBINING GREEK DIALYTIKA TONOS",
8997  direction="nsm",
8998  linebreak="cm",
8999  specials={ "char", 0x308, 0x301 },
9000  unicodeslot=0x344,
9001 },
9002 {
9003  adobename="ypogegrammenigreekcmb",
9004  category="mn",
9005  cjkwd="a",
9006  combining=0xF0,
9007  description="COMBINING GREEK YPOGEGRAMMENI",
9008  direction="nsm",
9009  linebreak="cm",
9010  synonyms={ "greek iota subscript", "greek non-spacing iota below" },
9011  uccode=0x399,
9012  unicodeslot=0x345,
9013 },
9014 {
9015  category="mn",
9016  cjkwd="a",
9017  combining=0xE6,
9018  description="COMBINING BRIDGE ABOVE",
9019  direction="nsm",
9020  linebreak="cm",
9021  unicodeslot=0x346,
9022 },
9023 {
9024  category="mn",
9025  cjkwd="a",
9026  combining=0xDC,
9027  description="COMBINING EQUALS SIGN BELOW",
9028  direction="nsm",
9029  linebreak="cm",
9030  unicodeslot=0x347,
9031 },
9032 {
9033  category="mn",
9034  cjkwd="a",
9035  combining=0xDC,
9036  description="COMBINING DOUBLE VERTICAL LINE BELOW",
9037  direction="nsm",
9038  linebreak="cm",
9039  unicodeslot=0x348,
9040 },
9041 {
9042  category="mn",
9043  cjkwd="a",
9044  combining=0xDC,
9045  description="COMBINING LEFT ANGLE BELOW",
9046  direction="nsm",
9047  linebreak="cm",
9048  unicodeslot=0x349,
9049 },
9050 {
9051  category="mn",
9052  cjkwd="a",
9053  combining=0xE6,
9054  description="COMBINING NOT TILDE ABOVE",
9055  direction="nsm",
9056  linebreak="cm",
9057  unicodeslot=0x34A,
9058 },
9059 {
9060  category="mn",
9061  cjkwd="a",
9062  combining=0xE6,
9063  description="COMBINING HOMOTHETIC ABOVE",
9064  direction="nsm",
9065  linebreak="cm",
9066  unicodeslot=0x34B,
9067 },
9068 {
9069  category="mn",
9070  cjkwd="a",
9071  combining=0xE6,
9072  description="COMBINING ALMOST EQUAL TO ABOVE",
9073  direction="nsm",
9074  linebreak="cm",
9075  unicodeslot=0x34C,
9076 },
9077 {
9078  category="mn",
9079  cjkwd="a",
9080  combining=0xDC,
9081  description="COMBINING LEFT RIGHT ARROW BELOW",
9082  direction="nsm",
9083  linebreak="cm",
9084  unicodeslot=0x34D,
9085 },
9086 {
9087  category="mn",
9088  cjkwd="a",
9089  combining=0xDC,
9090  description="COMBINING UPWARDS ARROW BELOW",
9091  direction="nsm",
9092  linebreak="cm",
9093  unicodeslot=0x34E,
9094 },
9095 {
9096  category="mn",
9097  cjkwd="a",
9098  description="COMBINING GRAPHEME JOINER",
9099  direction="nsm",
9100  linebreak="gl",
9101  synonyms={ "cgj" },
9102  unicodeslot=0x34F,
9103 },
9104 {
9105  category="mn",
9106  cjkwd="a",
9107  combining=0xE6,
9108  description="COMBINING RIGHT ARROWHEAD ABOVE",
9109  direction="nsm",
9110  linebreak="cm",
9111  unicodeslot=0x350,
9112 },
9113 {
9114  category="mn",
9115  cjkwd="a",
9116  combining=0xE6,
9117  description="COMBINING LEFT HALF RING ABOVE",
9118  direction="nsm",
9119  linebreak="cm",
9120  unicodeslot=0x351,
9121 },
9122 {
9123  category="mn",
9124  cjkwd="a",
9125  combining=0xE6,
9126  description="COMBINING FERMATA",
9127  direction="nsm",
9128  linebreak="cm",
9129  unicodeslot=0x352,
9130 },
9131 {
9132  category="mn",
9133  cjkwd="a",
9134  combining=0xDC,
9135  description="COMBINING X BELOW",
9136  direction="nsm",
9137  linebreak="cm",
9138  unicodeslot=0x353,
9139 },
9140 {
9141  category="mn",
9142  cjkwd="a",
9143  combining=0xDC,
9144  description="COMBINING LEFT ARROWHEAD BELOW",
9145  direction="nsm",
9146  linebreak="cm",
9147  unicodeslot=0x354,
9148 },
9149 {
9150  category="mn",
9151  cjkwd="a",
9152  combining=0xDC,
9153  description="COMBINING RIGHT ARROWHEAD BELOW",
9154  direction="nsm",
9155  linebreak="cm",
9156  unicodeslot=0x355,
9157 },
9158 {
9159  category="mn",
9160  cjkwd="a",
9161  combining=0xDC,
9162  description="COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW",
9163  direction="nsm",
9164  linebreak="cm",
9165  unicodeslot=0x356,
9166 },
9167 {
9168  category="mn",
9169  cjkwd="a",
9170  combining=0xE6,
9171  description="COMBINING RIGHT HALF RING ABOVE",
9172  direction="nsm",
9173  linebreak="cm",
9174  unicodeslot=0x357,
9175 },
9176 {
9177  category="mn",
9178  cjkwd="a",
9179  combining=0xE8,
9180  description="COMBINING DOT ABOVE RIGHT",
9181  direction="nsm",
9182  linebreak="cm",
9183  unicodeslot=0x358,
9184 },
9185 {
9186  category="mn",
9187  cjkwd="a",
9188  combining=0xDC,
9189  description="COMBINING ASTERISK BELOW",
9190  direction="nsm",
9191  linebreak="cm",
9192  unicodeslot=0x359,
9193 },
9194 {
9195  category="mn",
9196  cjkwd="a",
9197  combining=0xDC,
9198  description="COMBINING DOUBLE RING BELOW",
9199  direction="nsm",
9200  linebreak="cm",
9201  unicodeslot=0x35A,
9202 },
9203 {
9204  category="mn",
9205  cjkwd="a",
9206  combining=0xE6,
9207  description="COMBINING ZIGZAG ABOVE",
9208  direction="nsm",
9209  linebreak="cm",
9210  unicodeslot=0x35B,
9211 },
9212 {
9213  category="mn",
9214  cjkwd="a",
9215  combining=0xE9,
9216  description="COMBINING DOUBLE BREVE BELOW",
9217  direction="nsm",
9218  linebreak="gl",
9219  synonyms={ "ligature tie below", "papyrological hyphen" },
9220  unicodeslot=0x35C,
9221 },
9222 {
9223  category="mn",
9224  cjkwd="a",
9225  combining=0xEA,
9226  description="COMBINING DOUBLE BREVE",
9227  direction="nsm",
9228  linebreak="gl",
9229  unicodeslot=0x35D,
9230 },
9231 {
9232  category="mn",
9233  cjkwd="a",
9234  combining=0xEA,
9235  description="COMBINING DOUBLE MACRON",
9236  direction="nsm",
9237  linebreak="gl",
9238  unicodeslot=0x35E,
9239 },
9240 {
9241  category="mn",
9242  cjkwd="a",
9243  combining=0xE9,
9244  description="COMBINING DOUBLE MACRON BELOW",
9245  direction="nsm",
9246  linebreak="gl",
9247  unicodeslot=0x35F,
9248 },
9249 {
9250  adobename="tildedoublecmb",
9251  category="mn",
9252  cjkwd="a",
9253  combining=0xEA,
9254  description="COMBINING DOUBLE TILDE",
9255  direction="nsm",
9256  linebreak="gl",
9257  unicodeslot=0x360,
9258 },
9259 {
9260  adobename="breveinverteddoublecmb",
9261  category="mn",
9262  cjkwd="a",
9263  combining=0xEA,
9264  description="COMBINING DOUBLE INVERTED BREVE",
9265  direction="nsm",
9266  linebreak="gl",
9267  synonyms={ "ligature tie" },
9268  unicodeslot=0x361,
9269 },
9270 {
9271  category="mn",
9272  cjkwd="a",
9273  combining=0xE9,
9274  description="COMBINING DOUBLE RIGHTWARDS ARROW BELOW",
9275  direction="nsm",
9276  linebreak="gl",
9277  unicodeslot=0x362,
9278 },
9279 {
9280  category="mn",
9281  cjkwd="a",
9282  combining=0xE6,
9283  description="COMBINING LATIN SMALL LETTER A",
9284  direction="nsm",
9285  linebreak="cm",
9286  unicodeslot=0x363,
9287 },
9288 {
9289  category="mn",
9290  cjkwd="a",
9291  combining=0xE6,
9292  description="COMBINING LATIN SMALL LETTER E",
9293  direction="nsm",
9294  linebreak="cm",
9295  unicodeslot=0x364,
9296 },
9297 {
9298  category="mn",
9299  cjkwd="a",
9300  combining=0xE6,
9301  description="COMBINING LATIN SMALL LETTER I",
9302  direction="nsm",
9303  linebreak="cm",
9304  unicodeslot=0x365,
9305 },
9306 {
9307  category="mn",
9308  cjkwd="a",
9309  combining=0xE6,
9310  description="COMBINING LATIN SMALL LETTER O",
9311  direction="nsm",
9312  linebreak="cm",
9313  unicodeslot=0x366,
9314 },
9315 {
9316  category="mn",
9317  cjkwd="a",
9318  combining=0xE6,
9319  description="COMBINING LATIN SMALL LETTER U",
9320  direction="nsm",
9321  linebreak="cm",
9322  unicodeslot=0x367,
9323 },
9324 {
9325  category="mn",
9326  cjkwd="a",
9327  combining=0xE6,
9328  description="COMBINING LATIN SMALL LETTER C",
9329  direction="nsm",
9330  linebreak="cm",
9331  unicodeslot=0x368,
9332 },
9333 {
9334  category="mn",
9335  cjkwd="a",
9336  combining=0xE6,
9337  description="COMBINING LATIN SMALL LETTER D",
9338  direction="nsm",
9339  linebreak="cm",
9340  unicodeslot=0x369,
9341 },
9342 {
9343  category="mn",
9344  cjkwd="a",
9345  combining=0xE6,
9346  description="COMBINING LATIN SMALL LETTER H",
9347  direction="nsm",
9348  linebreak="cm",
9349  unicodeslot=0x36A,
9350 },
9351 {
9352  category="mn",
9353  cjkwd="a",
9354  combining=0xE6,
9355  description="COMBINING LATIN SMALL LETTER M",
9356  direction="nsm",
9357  linebreak="cm",
9358  unicodeslot=0x36B,
9359 },
9360 {
9361  category="mn",
9362  cjkwd="a",
9363  combining=0xE6,
9364  description="COMBINING LATIN SMALL LETTER R",
9365  direction="nsm",
9366  linebreak="cm",
9367  unicodeslot=0x36C,
9368 },
9369 {
9370  category="mn",
9371  cjkwd="a",
9372  combining=0xE6,
9373  description="COMBINING LATIN SMALL LETTER T",
9374  direction="nsm",
9375  linebreak="cm",
9376  unicodeslot=0x36D,
9377 },
9378 {
9379  category="mn",
9380  cjkwd="a",
9381  combining=0xE6,
9382  description="COMBINING LATIN SMALL LETTER V",
9383  direction="nsm",
9384  linebreak="cm",
9385  unicodeslot=0x36E,
9386 },
9387 {
9388  category="mn",
9389  cjkwd="a",
9390  combining=0xE6,
9391  description="COMBINING LATIN SMALL LETTER X",
9392  direction="nsm",
9393  linebreak="cm",
9394  unicodeslot=0x36F,
9395 },
9396 {
9397  category="lu",
9398  description="GREEK CAPITAL LETTER HETA",
9399  direction="l",
9400  lccode=0x371,
9401  linebreak="al",
9402  unicodeslot=0x370,
9403 },
9404 {
9405  category="ll",
9406  description="GREEK SMALL LETTER HETA",
9407  direction="l",
9408  linebreak="al",
9409  unicodeslot=0x371,
9410 },
9411 {
9412  category="lu",
9413  description="GREEK CAPITAL LETTER ARCHAIC SAMPI",
9414  direction="l",
9415  lccode=0x373,
9416  linebreak="al",
9417  unicodeslot=0x372,
9418 },
9419 {
9420  category="ll",
9421  description="GREEK SMALL LETTER ARCHAIC SAMPI",
9422  direction="l",
9423  linebreak="al",
9424  unicodeslot=0x373,
9425 },
9426 {
9427  adobename="numeralsigngreek",
9428  category="sk",
9429  description="GREEK NUMERAL SIGN",
9430  direction="on",
9431  linebreak="al",
9432  specials={ "char", 0x2B9 },
9433  unicodeslot=0x374,
9434 },
9435 {
9436  adobename="numeralsignlowergreek",
9437  category="sk",
9438  description="GREEK LOWER NUMERAL SIGN",
9439  direction="on",
9440  linebreak="al",
9441  unicodeslot=0x375,
9442 },
9443 {
9444  category="lu",
9445  description="GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA",
9446  direction="l",
9447  lccode=0x377,
9448  linebreak="al",
9449  unicodeslot=0x376,
9450 },
9451 {
9452  category="ll",
9453  description="GREEK SMALL LETTER PAMPHYLIAN DIGAMMA",
9454  direction="l",
9455  linebreak="al",
9456  unicodeslot=0x377,
9457 },
9458 [0x37A]={
9459  adobename="ypogegrammeni",
9460  category="lm",
9461  description="GREEK YPOGEGRAMMENI",
9462  direction="l",
9463  linebreak="al",
9464  specials={ "compat", 0x20, 0x345 },
9465  unicodeslot=0x37A,
9466 },
9467 [0x37B]={
9468  category="ll",
9469  description="GREEK SMALL REVERSED LUNATE SIGMA SYMBOL",
9470  direction="l",
9471  linebreak="al",
9472  uccode=0x3FD,
9473  unicodeslot=0x37B,
9474 },
9475 [0x37C]={
9476  category="ll",
9477  description="GREEK SMALL DOTTED LUNATE SIGMA SYMBOL",
9478  direction="l",
9479  linebreak="al",
9480  uccode=0x3FE,
9481  unicodeslot=0x37C,
9482 },
9483 [0x37D]={
9484  category="ll",
9485  description="GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL",
9486  direction="l",
9487  linebreak="al",
9488  uccode=0x3FF,
9489  unicodeslot=0x37D,
9490 },
9491 [0x37E]={
9492  adobename="questiongreek",
9493  category="po",
9494  description="GREEK QUESTION MARK",
9495  direction="on",
9496  linebreak="is",
9497  specials={ "char", 0x3B },
9498  unicodeslot=0x37E,
9499 },
9500 [0x37F]={
9501  category="lu",
9502  description="GREEK CAPITAL LETTER YOT",
9503  direction="l",
9504  lccode=0x3F3,
9505  linebreak="al",
9506  unicodeslot=0x37F,
9507 },
9508 [0x384]={
9509  adobename="tonos",
9510  category="sk",
9511  contextname="greektonos",
9512  description="GREEK TONOS",
9513  direction="on",
9514  linebreak="al",
9515  specials={ "compat", 0x20, 0x301 },
9516  unicodeslot=0x384,
9517 },
9518 [0x385]={
9519  adobename="dieresistonos",
9520  category="sk",
9521  contextname="greekdialytikatonos",
9522  description="GREEK DIALYTIKA TONOS",
9523  direction="on",
9524  linebreak="al",
9525  specials={ "char", 0xA8, 0x301 },
9526  unicodeslot=0x385,
9527 },
9528 [0x386]={
9529  adobename="Alphatonos",
9530  category="lu",
9531  contextname="greekAlphatonos",
9532  description="GREEK CAPITAL LETTER ALPHA WITH TONOS",
9533  direction="l",
9534  lccode=0x3AC,
9535  linebreak="al",
9536  shcode=0x391,
9537  specials={ "char", 0x391, 0x301 },
9538  unicodeslot=0x386,
9539 },
9540 [0x387]={
9541  adobename="anoteleia",
9542  category="po",
9543  description="GREEK ANO TELEIA",
9544  direction="on",
9545  linebreak="al",
9546  specials={ "char", 0xB7 },
9547  unicodeslot=0x387,
9548 },
9549 [0x388]={
9550  adobename="Epsilontonos",
9551  category="lu",
9552  contextname="greekEpsilontonos",
9553  description="GREEK CAPITAL LETTER EPSILON WITH TONOS",
9554  direction="l",
9555  lccode=0x3AD,
9556  linebreak="al",
9557  shcode=0x395,
9558  specials={ "char", 0x395, 0x301 },
9559  unicodeslot=0x388,
9560 },
9561 [0x389]={
9562  adobename="Etatonos",
9563  category="lu",
9564  contextname="greekEtatonos",
9565  description="GREEK CAPITAL LETTER ETA WITH TONOS",
9566  direction="l",
9567  lccode=0x3AE,
9568  linebreak="al",
9569  shcode=0x397,
9570  specials={ "char", 0x397, 0x301 },
9571  unicodeslot=0x389,
9572 },
9573 [0x38A]={
9574  adobename="Iotatonos",
9575  category="lu",
9576  contextname="greekIotatonos",
9577  description="GREEK CAPITAL LETTER IOTA WITH TONOS",
9578  direction="l",
9579  lccode=0x3AF,
9580  linebreak="al",
9581  shcode=0x399,
9582  specials={ "char", 0x399, 0x301 },
9583  unicodeslot=0x38A,
9584 },
9585 [0x38C]={
9586  adobename="Omicrontonos",
9587  category="lu",
9588  contextname="greekOmicrontonos",
9589  description="GREEK CAPITAL LETTER OMICRON WITH TONOS",
9590  direction="l",
9591  lccode=0x3CC,
9592  linebreak="al",
9593  shcode=0x39F,
9594  specials={ "char", 0x39F, 0x301 },
9595  unicodeslot=0x38C,
9596 },
9597 [0x38E]={
9598  adobename="Upsilontonos",
9599  category="lu",
9600  contextname="greekUpsilontonos",
9601  description="GREEK CAPITAL LETTER UPSILON WITH TONOS",
9602  direction="l",
9603  lccode=0x3CD,
9604  linebreak="al",
9605  shcode=0x3A5,
9606  specials={ "char", 0x3A5, 0x301 },
9607  unicodeslot=0x38E,
9608 },
9609 [0x38F]={
9610  adobename="Omegatonos",
9611  category="lu",
9612  contextname="greekOmegatonos",
9613  description="GREEK CAPITAL LETTER OMEGA WITH TONOS",
9614  direction="l",
9615  lccode=0x3CE,
9616  linebreak="al",
9617  shcode=0x3A9,
9618  specials={ "char", 0x3A9, 0x301 },
9619  unicodeslot=0x38F,
9620 },
9621 [0x390]={
9622  adobename="iotadieresistonos",
9623  category="ll",
9624  contextname="greekiotadialytikatonos",
9625  description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS",
9626  direction="l",
9627  linebreak="al",
9628  shcode=0x3B9,
9629  specials={ "char", 0x3CA, 0x301 },
9630  uccode={ 0x3B9, 0x308, 0x301 },
9631  unicodeslot=0x390,
9632 },
9633 [0x391]={
9634  adobename="Alpha",
9635  category="lu",
9636  cjkwd="a",
9637  contextname="greekAlpha",
9638  description="GREEK CAPITAL LETTER ALPHA",
9639  direction="l",
9640  lccode=0x3B1,
9641  linebreak="al",
9642  mathname="Alpha",
9643  unicodeslot=0x391,
9644 },
9645 [0x392]={
9646  adobename="Beta",
9647  category="lu",
9648  cjkwd="a",
9649  contextname="greekBeta",
9650  description="GREEK CAPITAL LETTER BETA",
9651  direction="l",
9652  lccode=0x3B2,
9653  linebreak="al",
9654  mathname="Beta",
9655  unicodeslot=0x392,
9656 },
9657 [0x393]={
9658  adobename="Gamma",
9659  category="lu",
9660  cjkwd="a",
9661  contextname="greekGamma",
9662  description="GREEK CAPITAL LETTER GAMMA",
9663  direction="l",
9664  lccode=0x3B3,
9665  linebreak="al",
9666  mathname="Gamma",
9667  synonyms={ "gamma function" },
9668  unicodeslot=0x393,
9669 },
9670 [0x394]={
9671  adobename="Deltagreek",
9672  category="lu",
9673  cjkwd="a",
9674  contextname="greekDelta",
9675  description="GREEK CAPITAL LETTER DELTA",
9676  direction="l",
9677  lccode=0x3B4,
9678  linebreak="al",
9679  mathname="Delta",
9680  unicodeslot=0x394,
9681 },
9682 [0x395]={
9683  adobename="Epsilon",
9684  category="lu",
9685  cjkwd="a",
9686  contextname="greekEpsilon",
9687  description="GREEK CAPITAL LETTER EPSILON",
9688  direction="l",
9689  lccode=0x3B5,
9690  linebreak="al",
9691  mathname="Epsilon",
9692  unicodeslot=0x395,
9693 },
9694 [0x396]={
9695  adobename="Zeta",
9696  category="lu",
9697  cjkwd="a",
9698  contextname="greekZeta",
9699  description="GREEK CAPITAL LETTER ZETA",
9700  direction="l",
9701  lccode=0x3B6,
9702  linebreak="al",
9703  mathname="Zeta",
9704  unicodeslot=0x396,
9705 },
9706 [0x397]={
9707  adobename="Eta",
9708  category="lu",
9709  cjkwd="a",
9710  contextname="greekEta",
9711  description="GREEK CAPITAL LETTER ETA",
9712  direction="l",
9713  lccode=0x3B7,
9714  linebreak="al",
9715  mathname="Eta",
9716  unicodeslot=0x397,
9717 },
9718 [0x398]={
9719  adobename="Theta",
9720  category="lu",
9721  cjkwd="a",
9722  contextname="greekTheta",
9723  description="GREEK CAPITAL LETTER THETA",
9724  direction="l",
9725  lccode=0x3B8,
9726  linebreak="al",
9727  mathname="Theta",
9728  unicodeslot=0x398,
9729 },
9730 [0x399]={
9731  adobename="Iota",
9732  category="lu",
9733  cjkwd="a",
9734  contextname="greekIota",
9735  description="GREEK CAPITAL LETTER IOTA",
9736  direction="l",
9737  lccode=0x3B9,
9738  linebreak="al",
9739  mathname="Iota",
9740  unicodeslot=0x399,
9741 },
9742 [0x39A]={
9743  adobename="Kappa",
9744  category="lu",
9745  cjkwd="a",
9746  contextname="greekKappa",
9747  description="GREEK CAPITAL LETTER KAPPA",
9748  direction="l",
9749  lccode=0x3BA,
9750  linebreak="al",
9751  mathname="Kappa",
9752  unicodeslot=0x39A,
9753 },
9754 [0x39B]={
9755  adobename="Lambda",
9756  category="lu",
9757  cjkwd="a",
9758  contextname="greekLambda",
9759  description="GREEK CAPITAL LETTER LAMDA",
9760  direction="l",
9761  lccode=0x3BB,
9762  linebreak="al",
9763  mathname="Lambda",
9764  unicodeslot=0x39B,
9765 },
9766 [0x39C]={
9767  adobename="Mu",
9768  category="lu",
9769  cjkwd="a",
9770  contextname="greekMu",
9771  description="GREEK CAPITAL LETTER MU",
9772  direction="l",
9773  lccode=0x3BC,
9774  linebreak="al",
9775  mathname="Mu",
9776  unicodeslot=0x39C,
9777 },
9778 [0x39D]={
9779  adobename="Nu",
9780  category="lu",
9781  cjkwd="a",
9782  contextname="greekNu",
9783  description="GREEK CAPITAL LETTER NU",
9784  direction="l",
9785  lccode=0x3BD,
9786  linebreak="al",
9787  mathname="Nu",
9788  unicodeslot=0x39D,
9789 },
9790 [0x39E]={
9791  adobename="Xi",
9792  category="lu",
9793  cjkwd="a",
9794  contextname="greekXi",
9795  description="GREEK CAPITAL LETTER XI",
9796  direction="l",
9797  lccode=0x3BE,
9798  linebreak="al",
9799  mathname="Xi",
9800  unicodeslot=0x39E,
9801 },
9802 [0x39F]={
9803  adobename="Omicron",
9804  category="lu",
9805  cjkwd="a",
9806  contextname="greekOmicron",
9807  description="GREEK CAPITAL LETTER OMICRON",
9808  direction="l",
9809  lccode=0x3BF,
9810  linebreak="al",
9811  mathname="Omicron",
9812  unicodeslot=0x39F,
9813 },
9814 [0x3A0]={
9815  adobename="Pi",
9816  category="lu",
9817  cjkwd="a",
9818  contextname="greekPi",
9819  description="GREEK CAPITAL LETTER PI",
9820  direction="l",
9821  lccode=0x3C0,
9822  linebreak="al",
9823  mathname="Pi",
9824  unicodeslot=0x3A0,
9825 },
9826 [0x3A1]={
9827  adobename="Rho",
9828  category="lu",
9829  cjkwd="a",
9830  contextname="greekRho",
9831  description="GREEK CAPITAL LETTER RHO",
9832  direction="l",
9833  lccode=0x3C1,
9834  linebreak="al",
9835  mathname="Rho",
9836  unicodeslot=0x3A1,
9837 },
9838 [0x3A3]={
9839  adobename="Sigma",
9840  category="lu",
9841  cjkwd="a",
9842  contextname="greekSigma",
9843  description="GREEK CAPITAL LETTER SIGMA",
9844  direction="l",
9845  lccode=0x3C3,
9846  linebreak="al",
9847  mathname="Sigma",
9848  unicodeslot=0x3A3,
9849 },
9850 [0x3A4]={
9851  adobename="Tau",
9852  category="lu",
9853  cjkwd="a",
9854  contextname="greekTau",
9855  description="GREEK CAPITAL LETTER TAU",
9856  direction="l",
9857  lccode=0x3C4,
9858  linebreak="al",
9859  mathname="Tau",
9860  unicodeslot=0x3A4,
9861 },
9862 [0x3A5]={
9863  adobename="Upsilon",
9864  category="lu",
9865  cjkwd="a",
9866  contextname="greekUpsilon",
9867  description="GREEK CAPITAL LETTER UPSILON",
9868  direction="l",
9869  lccode=0x3C5,
9870  linebreak="al",
9871  mathname="Upsilon",
9872  unicodeslot=0x3A5,
9873 },
9874 [0x3A6]={
9875  adobename="Phi",
9876  category="lu",
9877  cjkwd="a",
9878  contextname="greekPhi",
9879  description="GREEK CAPITAL LETTER PHI",
9880  direction="l",
9881  lccode=0x3C6,
9882  linebreak="al",
9883  mathname="Phi",
9884  unicodeslot=0x3A6,
9885 },
9886 [0x3A7]={
9887  adobename="Chi",
9888  category="lu",
9889  cjkwd="a",
9890  contextname="greekChi",
9891  description="GREEK CAPITAL LETTER CHI",
9892  direction="l",
9893  lccode=0x3C7,
9894  linebreak="al",
9895  mathname="Chi",
9896  unicodeslot=0x3A7,
9897 },
9898 [0x3A8]={
9899  adobename="Psi",
9900  category="lu",
9901  cjkwd="a",
9902  contextname="greekPsi",
9903  description="GREEK CAPITAL LETTER PSI",
9904  direction="l",
9905  lccode=0x3C8,
9906  linebreak="al",
9907  mathname="Psi",
9908  unicodeslot=0x3A8,
9909 },
9910 [0x3A9]={
9911  adobename="Omegagreek",
9912  category="lu",
9913  cjkwd="a",
9914  contextname="greekOmega",
9915  description="GREEK CAPITAL LETTER OMEGA",
9916  direction="l",
9917  lccode=0x3C9,
9918  linebreak="al",
9919  mathname="Omega",
9920  unicodeslot=0x3A9,
9921 },
9922 [0x3AA]={
9923  adobename="Iotadieresis",
9924  category="lu",
9925  contextname="greekIotadialytika",
9926  description="GREEK CAPITAL LETTER IOTA WITH DIALYTIKA",
9927  direction="l",
9928  lccode=0x3CA,
9929  linebreak="al",
9930  shcode=0x399,
9931  specials={ "char", 0x399, 0x308 },
9932  unicodeslot=0x3AA,
9933 },
9934 [0x3AB]={
9935  adobename="Upsilondieresis",
9936  category="lu",
9937  contextname="greekUpsilondialytika",
9938  description="GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA",
9939  direction="l",
9940  lccode=0x3CB,
9941  linebreak="al",
9942  shcode=0x3A5,
9943  specials={ "char", 0x3A5, 0x308 },
9944  unicodeslot=0x3AB,
9945 },
9946 [0x3AC]={
9947  adobename="alphatonos",
9948  category="ll",
9949  contextname="greekalphatonos",
9950  description="GREEK SMALL LETTER ALPHA WITH TONOS",
9951  direction="l",
9952  linebreak="al",
9953  shcode=0x3B1,
9954  specials={ "char", 0x3B1, 0x301 },
9955  uccode=0x386,
9956  unicodeslot=0x3AC,
9957 },
9958 [0x3AD]={
9959  adobename="epsilontonos",
9960  category="ll",
9961  contextname="greekepsilontonos",
9962  description="GREEK SMALL LETTER EPSILON WITH TONOS",
9963  direction="l",
9964  linebreak="al",
9965  shcode=0x3B5,
9966  specials={ "char", 0x3B5, 0x301 },
9967  uccode=0x388,
9968  unicodeslot=0x3AD,
9969 },
9970 [0x3AE]={
9971  adobename="etatonos",
9972  category="ll",
9973  contextname="greeketatonos",
9974  description="GREEK SMALL LETTER ETA WITH TONOS",
9975  direction="l",
9976  linebreak="al",
9977  shcode=0x3B7,
9978  specials={ "char", 0x3B7, 0x301 },
9979  uccode=0x389,
9980  unicodeslot=0x3AE,
9981 },
9982 [0x3AF]={
9983  adobename="iotatonos",
9984  category="ll",
9985  contextname="greekiotatonos",
9986  description="GREEK SMALL LETTER IOTA WITH TONOS",
9987  direction="l",
9988  linebreak="al",
9989  shcode=0x3B9,
9990  specials={ "char", 0x3B9, 0x301 },
9991  uccode=0x38A,
9992  unicodeslot=0x3AF,
9993 },
9994 [0x3B0]={
9995  adobename="upsilondieresistonos",
9996  category="ll",
9997  contextname="greekupsilondialytikatonos",
9998  description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS",
9999  direction="l",
10000  linebreak="al",
10001  shcode=0x3C5,
10002  specials={ "char", 0x3CB, 0x301 },
10003  uccode={ 0x3C5, 0x308, 0x301 },
10004  unicodeslot=0x3B0,
10005 },
10006 [0x3B1]={
10007  adobename="alpha",
10008  category="ll",
10009  cjkwd="a",
10010  contextname="greekalpha",
10011  description="GREEK SMALL LETTER ALPHA",
10012  direction="l",
10013  linebreak="al",
10014  mathname="alpha",
10015  uccode=0x391,
10016  unicodeslot=0x3B1,
10017 },
10018 [0x3B2]={
10019  adobename="beta",
10020  category="ll",
10021  cjkwd="a",
10022  contextname="greekbeta",
10023  description="GREEK SMALL LETTER BETA",
10024  direction="l",
10025  linebreak="al",
10026  mathname="beta",
10027  uccode=0x392,
10028  unicodeslot=0x3B2,
10029 },
10030 [0x3B3]={
10031  adobename="gamma",
10032  category="ll",
10033  cjkwd="a",
10034  contextname="greekgamma",
10035  description="GREEK SMALL LETTER GAMMA",
10036  direction="l",
10037  linebreak="al",
10038  mathname="gamma",
10039  uccode=0x393,
10040  unicodeslot=0x3B3,
10041 },
10042 [0x3B4]={
10043  adobename="delta",
10044  category="ll",
10045  cjkwd="a",
10046  contextname="greekdelta",
10047  description="GREEK SMALL LETTER DELTA",
10048  direction="l",
10049  linebreak="al",
10050  mathname="delta",
10051  uccode=0x394,
10052  unicodeslot=0x3B4,
10053 },
10054 [0x3B5]={
10055  adobename="epsilon",
10056  category="ll",
10057  cjkwd="a",
10058  contextname="greekepsilon",
10059  description="GREEK SMALL LETTER EPSILON",
10060  direction="l",
10061  linebreak="al",
10062  mathname="varepsilon",
10063  uccode=0x395,
10064  unicodeslot=0x3B5,
10065 },
10066 [0x3B6]={
10067  adobename="zeta",
10068  category="ll",
10069  cjkwd="a",
10070  contextname="greekzeta",
10071  description="GREEK SMALL LETTER ZETA",
10072  direction="l",
10073  linebreak="al",
10074  mathname="zeta",
10075  uccode=0x396,
10076  unicodeslot=0x3B6,
10077 },
10078 [0x3B7]={
10079  adobename="eta",
10080  category="ll",
10081  cjkwd="a",
10082  contextname="greeketa",
10083  description="GREEK SMALL LETTER ETA",
10084  direction="l",
10085  linebreak="al",
10086  mathname="eta",
10087  uccode=0x397,
10088  unicodeslot=0x3B7,
10089 },
10090 [0x3B8]={
10091  adobename="theta",
10092  category="ll",
10093  cjkwd="a",
10094  contextname="greektheta",
10095  description="GREEK SMALL LETTER THETA",
10096  direction="l",
10097  linebreak="al",
10098  mathname="theta",
10099  uccode=0x398,
10100  unicodeslot=0x3B8,
10101 },
10102 [0x3B9]={
10103  adobename="iota",
10104  category="ll",
10105  cjkwd="a",
10106  contextname="greekiota",
10107  description="GREEK SMALL LETTER IOTA",
10108  direction="l",
10109  linebreak="al",
10110  mathname="iota",
10111  uccode=0x399,
10112  unicodeslot=0x3B9,
10113 },
10114 [0x3BA]={
10115  adobename="kappa",
10116  category="ll",
10117  cjkwd="a",
10118  contextname="greekkappa",
10119  description="GREEK SMALL LETTER KAPPA",
10120  direction="l",
10121  linebreak="al",
10122  mathname="kappa",
10123  uccode=0x39A,
10124  unicodeslot=0x3BA,
10125 },
10126 [0x3BB]={
10127  adobename="lambda",
10128  category="ll",
10129  cjkwd="a",
10130  contextname="greeklambda",
10131  description="GREEK SMALL LETTER LAMDA",
10132  direction="l",
10133  linebreak="al",
10134  mathname="lambda",
10135  uccode=0x39B,
10136  unicodeslot=0x3BB,
10137 },
10138 [0x3BC]={
10139  adobename="mugreek",
10140  category="ll",
10141  cjkwd="a",
10142  contextname="greekmu",
10143  description="GREEK SMALL LETTER MU",
10144  direction="l",
10145  linebreak="al",
10146  mathname="mu",
10147  uccode=0x39C,
10148  unicodeslot=0x3BC,
10149 },
10150 [0x3BD]={
10151  adobename="nu",
10152  category="ll",
10153  cjkwd="a",
10154  contextname="greeknu",
10155  description="GREEK SMALL LETTER NU",
10156  direction="l",
10157  linebreak="al",
10158  mathname="nu",
10159  uccode=0x39D,
10160  unicodeslot=0x3BD,
10161 },
10162 [0x3BE]={
10163  adobename="xi",
10164  category="ll",
10165  cjkwd="a",
10166  contextname="greekxi",
10167  description="GREEK SMALL LETTER XI",
10168  direction="l",
10169  linebreak="al",
10170  mathname="xi",
10171  uccode=0x39E,
10172  unicodeslot=0x3BE,
10173 },
10174 [0x3BF]={
10175  adobename="omicron",
10176  category="ll",
10177  cjkwd="a",
10178  contextname="greekomicron",
10179  description="GREEK SMALL LETTER OMICRON",
10180  direction="l",
10181  linebreak="al",
10182  mathname="omicron",
10183  uccode=0x39F,
10184  unicodeslot=0x3BF,
10185 },
10186 [0x3C0]={
10187  adobename="pi",
10188  category="ll",
10189  cjkwd="a",
10190  contextname="greekpi",
10191  description="GREEK SMALL LETTER PI",
10192  direction="l",
10193  linebreak="al",
10194  mathname="pi",
10195  synonyms={ "mathematical constant 3.141592... pi", "mathematical constant pi" },
10196  uccode=0x3A0,
10197  unicodeslot=0x3C0,
10198 },
10199 [0x3C1]={
10200  adobename="rho",
10201  category="ll",
10202  cjkwd="a",
10203  contextname="greekrho",
10204  description="GREEK SMALL LETTER RHO",
10205  direction="l",
10206  linebreak="al",
10207  mathname="rho",
10208  uccode=0x3A1,
10209  unicodeslot=0x3C1,
10210 },
10211 [0x3C2]={
10212  adobename="sigmafinal",
10213  category="ll",
10214  contextname="greekfinalsigma",
10215  description="GREEK SMALL LETTER FINAL SIGMA",
10216  direction="l",
10217  linebreak="al",
10218  mathname="varsigma",
10219  uccode=0x3C3,
10220  unicodeslot=0x3C2,
10221 },
10222 [0x3C3]={
10223  adobename="sigma",
10224  category="ll",
10225  cjkwd="a",
10226  contextname="greeksigma",
10227  description="GREEK SMALL LETTER SIGMA",
10228  direction="l",
10229  linebreak="al",
10230  mathname="sigma",
10231  uccode=0x3A3,
10232  unicodeslot=0x3C3,
10233 },
10234 [0x3C4]={
10235  adobename="tau",
10236  category="ll",
10237  cjkwd="a",
10238  contextname="greektau",
10239  description="GREEK SMALL LETTER TAU",
10240  direction="l",
10241  linebreak="al",
10242  mathname="tau",
10243  uccode=0x3A4,
10244  unicodeslot=0x3C4,
10245 },
10246 [0x3C5]={
10247  adobename="upsilon",
10248  category="ll",
10249  cjkwd="a",
10250  contextname="greekupsilon",
10251  description="GREEK SMALL LETTER UPSILON",
10252  direction="l",
10253  linebreak="al",
10254  mathname="upsilon",
10255  uccode=0x3A5,
10256  unicodeslot=0x3C5,
10257 },
10258 [0x3C6]={
10259  adobename="phi",
10260  category="ll",
10261  cjkwd="a",
10262  contextname="greekphi",
10263  description="GREEK SMALL LETTER PHI",
10264  direction="l",
10265  linebreak="al",
10266  mathname="varphi",
10267  uccode=0x3A6,
10268  unicodeslot=0x3C6,
10269 },
10270 [0x3C7]={
10271  adobename="chi",
10272  category="ll",
10273  cjkwd="a",
10274  contextname="greekchi",
10275  description="GREEK SMALL LETTER CHI",
10276  direction="l",
10277  linebreak="al",
10278  mathname="chi",
10279  uccode=0x3A7,
10280  unicodeslot=0x3C7,
10281 },
10282 [0x3C8]={
10283  adobename="psi",
10284  category="ll",
10285  cjkwd="a",
10286  contextname="greekpsi",
10287  description="GREEK SMALL LETTER PSI",
10288  direction="l",
10289  linebreak="al",
10290  mathname="psi",
10291  uccode=0x3A8,
10292  unicodeslot=0x3C8,
10293 },
10294 [0x3C9]={
10295  adobename="omega",
10296  category="ll",
10297  cjkwd="a",
10298  contextname="greekomega",
10299  description="GREEK SMALL LETTER OMEGA",
10300  direction="l",
10301  linebreak="al",
10302  mathname="omega",
10303  uccode=0x3A9,
10304  unicodeslot=0x3C9,
10305 },
10306 [0x3CA]={
10307  adobename="iotadieresis",
10308  category="ll",
10309  contextname="greekiotadialytika",
10310  description="GREEK SMALL LETTER IOTA WITH DIALYTIKA",
10311  direction="l",
10312  linebreak="al",
10313  shcode=0x3B9,
10314  specials={ "char", 0x3B9, 0x308 },
10315  uccode=0x3AA,
10316  unicodeslot=0x3CA,
10317 },
10318 [0x3CB]={
10319  adobename="upsilondieresis",
10320  category="ll",
10321  contextname="greekupsilondiaeresis",
10322  description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA",
10323  direction="l",
10324  linebreak="al",
10325  shcode=0x3C5,
10326  specials={ "char", 0x3C5, 0x308 },
10327  uccode=0x3AB,
10328  unicodeslot=0x3CB,
10329 },
10330 [0x3CC]={
10331  adobename="omicrontonos",
10332  category="ll",
10333  contextname="greekomicrontonos",
10334  description="GREEK SMALL LETTER OMICRON WITH TONOS",
10335  direction="l",
10336  linebreak="al",
10337  shcode=0x3BF,
10338  specials={ "char", 0x3BF, 0x301 },
10339  uccode=0x38C,
10340  unicodeslot=0x3CC,
10341 },
10342 [0x3CD]={
10343  adobename="upsilontonos",
10344  category="ll",
10345  contextname="greekupsilontonos",
10346  description="GREEK SMALL LETTER UPSILON WITH TONOS",
10347  direction="l",
10348  linebreak="al",
10349  shcode=0x3C5,
10350  specials={ "char", 0x3C5, 0x301 },
10351  uccode=0x38E,
10352  unicodeslot=0x3CD,
10353 },
10354 [0x3CE]={
10355  adobename="omegatonos",
10356  category="ll",
10357  contextname="greekomegatonos",
10358  description="GREEK SMALL LETTER OMEGA WITH TONOS",
10359  direction="l",
10360  linebreak="al",
10361  shcode=0x3C9,
10362  specials={ "char", 0x3C9, 0x301 },
10363  uccode=0x38F,
10364  unicodeslot=0x3CE,
10365 },
10366 [0x3CF]={
10367  category="lu",
10368  description="GREEK CAPITAL KAI SYMBOL",
10369  direction="l",
10370  lccode=0x3D7,
10371  linebreak="al",
10372  unicodeslot=0x3CF,
10373 },
10374 [0x3D0]={
10375  adobename="betasymbolgreek",
10376  category="ll",
10377  contextname="greekbetaalt",
10378  description="GREEK BETA SYMBOL",
10379  direction="l",
10380  linebreak="al",
10381  specials={ "compat", 0x3B2 },
10382  synonyms={ "curled beta" },
10383  uccode=0x3B2,
10384  unicodeslot=0x3D0,
10385 },
10386 [0x3D1]={
10387  adobename="thetasymbolgreek",
10388  category="ll",
10389  contextname="greekthetaalt",
10390  description="GREEK THETA SYMBOL",
10391  direction="l",
10392  linebreak="al",
10393  mathname="varTheta",
10394  specials={ "compat", 0x3B8 },
10395  synonyms={ "script theta" },
10396  uccode=0x3B8,
10397  unicodeslot=0x3D1,
10398 },
10399 [0x3D2]={
10400  adobename="Upsilonhooksymbol",
10401  category="lu",
10402  description="GREEK UPSILON WITH HOOK SYMBOL",
10403  direction="l",
10404  linebreak="al",
10405  specials={ "compat", 0x3A5 },
10406  unicodeslot=0x3D2,
10407 },
10408 [0x3D3]={
10409  adobename="Upsilonacutehooksymbolgreek",
10410  category="lu",
10411  description="GREEK UPSILON WITH ACUTE AND HOOK SYMBOL",
10412  direction="l",
10413  linebreak="al",
10414  specials={ "char", 0x3D2, 0x301 },
10415  unicodeslot=0x3D3,
10416 },
10417 [0x3D4]={
10418  adobename="Upsilondieresishooksymbolgreek",
10419  category="lu",
10420  description="GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL",
10421  direction="l",
10422  linebreak="al",
10423  specials={ "char", 0x3D2, 0x308 },
10424  unicodeslot=0x3D4,
10425 },
10426 [0x3D5]={
10427  adobename="phisymbolgreek",
10428  category="ll",
10429  contextname="greekphialt",
10430  description="GREEK PHI SYMBOL",
10431  direction="l",
10432  linebreak="al",
10433  mathname="phi",
10434  specials={ "compat", 0x3C6 },
10435  uccode=0x3C6,
10436  unicodeslot=0x3D5,
10437 },
10438 [0x3D6]={
10439  adobename="pisymbolgreek",
10440  category="ll",
10441  contextname="greekpialt",
10442  description="GREEK PI SYMBOL",
10443  direction="l",
10444  linebreak="al",
10445  mathname="varpi",
10446  specials={ "compat", 0x3C0 },
10447  synonyms={ "omega pi" },
10448  uccode=0x3C0,
10449  unicodeslot=0x3D6,
10450 },
10451 [0x3D7]={
10452  category="ll",
10453  description="GREEK KAI SYMBOL",
10454  direction="l",
10455  linebreak="al",
10456  unicodeslot=0x3D7,
10457 },
10458 [0x3D8]={
10459  category="lu",
10460  description="GREEK LETTER ARCHAIC KOPPA",
10461  direction="l",
10462  lccode=0x3D9,
10463  linebreak="al",
10464  unicodeslot=0x3D8,
10465 },
10466 [0x3D9]={
10467  category="ll",
10468  contextname="greekkoppa",
10469  description="GREEK SMALL LETTER ARCHAIC KOPPA",
10470  direction="l",
10471  linebreak="al",
10472  uccode=0x3D8,
10473  unicodeslot=0x3D9,
10474 },
10475 [0x3DA]={
10476  adobename="Stigmagreek",
10477  category="lu",
10478  description="GREEK LETTER STIGMA",
10479  direction="l",
10480  lccode=0x3DB,
10481  linebreak="al",
10482  unicodeslot=0x3DA,
10483 },
10484 [0x3DB]={
10485  category="ll",
10486  contextname="greekstigma",
10487  description="GREEK SMALL LETTER STIGMA",
10488  direction="l",
10489  linebreak="al",
10490  uccode=0x3DA,
10491  unicodeslot=0x3DB,
10492 },
10493 [0x3DC]={
10494  adobename="Digammagreek",
10495  category="lu",
10496  description="GREEK LETTER DIGAMMA",
10497  direction="l",
10498  lccode=0x3DD,
10499  linebreak="al",
10500  mathname="digamma",
10501  unicodeslot=0x3DC,
10502 },
10503 [0x3DD]={
10504  category="ll",
10505  contextname="greekdigamma",
10506  description="GREEK SMALL LETTER DIGAMMA",
10507  direction="l",
10508  linebreak="al",
10509  uccode=0x3DC,
10510  unicodeslot=0x3DD,
10511 },
10512 [0x3DE]={
10513  adobename="Koppagreek",
10514  category="lu",
10515  description="GREEK LETTER KOPPA",
10516  direction="l",
10517  lccode=0x3DF,
10518  linebreak="al",
10519  unicodeslot=0x3DE,
10520 },
10521 [0x3DF]={
10522  category="ll",
10523  contextname="greeknumkoppa",
10524  description="GREEK SMALL LETTER KOPPA",
10525  direction="l",
10526  linebreak="al",
10527  uccode=0x3DE,
10528  unicodeslot=0x3DF,
10529 },
10530 [0x3E0]={
10531  adobename="Sampigreek",
10532  category="lu",
10533  description="GREEK LETTER SAMPI",
10534  direction="l",
10535  lccode=0x3E1,
10536  linebreak="al",
10537  unicodeslot=0x3E0,
10538 },
10539 [0x3E1]={
10540  category="ll",
10541  contextname="greeksampi",
10542  description="GREEK SMALL LETTER SAMPI",
10543  direction="l",
10544  linebreak="al",
10545  uccode=0x3E0,
10546  unicodeslot=0x3E1,
10547 },
10548 [0x3E2]={
10549  adobename="Sheicoptic",
10550  category="lu",
10551  description="COPTIC CAPITAL LETTER SHEI",
10552  direction="l",
10553  lccode=0x3E3,
10554  linebreak="al",
10555  unicodeslot=0x3E2,
10556 },
10557 [0x3E3]={
10558  adobename="sheicoptic",
10559  category="ll",
10560  description="COPTIC SMALL LETTER SHEI",
10561  direction="l",
10562  linebreak="al",
10563  uccode=0x3E2,
10564  unicodeslot=0x3E3,
10565 },
10566 [0x3E4]={
10567  adobename="Feicoptic",
10568  category="lu",
10569  description="COPTIC CAPITAL LETTER FEI",
10570  direction="l",
10571  lccode=0x3E5,
10572  linebreak="al",
10573  unicodeslot=0x3E4,
10574 },
10575 [0x3E5]={
10576  adobename="feicoptic",
10577  category="ll",
10578  description="COPTIC SMALL LETTER FEI",
10579  direction="l",
10580  linebreak="al",
10581  uccode=0x3E4,
10582  unicodeslot=0x3E5,
10583 },
10584 [0x3E6]={
10585  adobename="Kheicoptic",
10586  category="lu",
10587  description="COPTIC CAPITAL LETTER KHEI",
10588  direction="l",
10589  lccode=0x3E7,
10590  linebreak="al",
10591  unicodeslot=0x3E6,
10592 },
10593 [0x3E7]={
10594  adobename="kheicoptic",
10595  category="ll",
10596  description="COPTIC SMALL LETTER KHEI",
10597  direction="l",
10598  linebreak="al",
10599  uccode=0x3E6,
10600  unicodeslot=0x3E7,
10601 },
10602 [0x3E8]={
10603  adobename="Horicoptic",
10604  category="lu",
10605  description="COPTIC CAPITAL LETTER HORI",
10606  direction="l",
10607  lccode=0x3E9,
10608  linebreak="al",
10609  unicodeslot=0x3E8,
10610 },
10611 [0x3E9]={
10612  adobename="horicoptic",
10613  category="ll",
10614  description="COPTIC SMALL LETTER HORI",
10615  direction="l",
10616  linebreak="al",
10617  uccode=0x3E8,
10618  unicodeslot=0x3E9,
10619 },
10620 [0x3EA]={
10621  adobename="Gangiacoptic",
10622  category="lu",
10623  description="COPTIC CAPITAL LETTER GANGIA",
10624  direction="l",
10625  lccode=0x3EB,
10626  linebreak="al",
10627  unicodeslot=0x3EA,
10628 },
10629 [0x3EB]={
10630  adobename="gangiacoptic",
10631  category="ll",
10632  description="COPTIC SMALL LETTER GANGIA",
10633  direction="l",
10634  linebreak="al",
10635  uccode=0x3EA,
10636  unicodeslot=0x3EB,
10637 },
10638 [0x3EC]={
10639  adobename="Shimacoptic",
10640  category="lu",
10641  description="COPTIC CAPITAL LETTER SHIMA",
10642  direction="l",
10643  lccode=0x3ED,
10644  linebreak="al",
10645  unicodeslot=0x3EC,
10646 },
10647 [0x3ED]={
10648  adobename="shimacoptic",
10649  category="ll",
10650  description="COPTIC SMALL LETTER SHIMA",
10651  direction="l",
10652  linebreak="al",
10653  uccode=0x3EC,
10654  unicodeslot=0x3ED,
10655 },
10656 [0x3EE]={
10657  adobename="Deicoptic",
10658  category="lu",
10659  description="COPTIC CAPITAL LETTER DEI",
10660  direction="l",
10661  lccode=0x3EF,
10662  linebreak="al",
10663  unicodeslot=0x3EE,
10664 },
10665 [0x3EF]={
10666  adobename="deicoptic",
10667  category="ll",
10668  description="COPTIC SMALL LETTER DEI",
10669  direction="l",
10670  linebreak="al",
10671  uccode=0x3EE,
10672  unicodeslot=0x3EF,
10673 },
10674 [0x3F0]={
10675  adobename="kappasymbolgreek",
10676  category="ll",
10677  description="GREEK KAPPA SYMBOL",
10678  direction="l",
10679  linebreak="al",
10680  mathclass="ordinary",
10681  specials={ "compat", 0x3BA },
10682  uccode=0x3BA,
10683  unicodeslot=0x3F0,
10684 },
10685 [0x3F1]={
10686  adobename="rhosymbolgreek",
10687  category="ll",
10688  contextname="greekrhoalt",
10689  description="GREEK RHO SYMBOL",
10690  direction="l",
10691  linebreak="al",
10692  specials={ "compat", 0x3C1 },
10693  uccode=0x3C1,
10694  unicodeslot=0x3F1,
10695 },
10696 [0x3F2]={
10697  adobename="sigmalunatesymbolgreek",
10698  category="ll",
10699  contextname="greeksigmalunate",
10700  description="GREEK LUNATE SIGMA SYMBOL",
10701  direction="l",
10702  linebreak="al",
10703  specials={ "compat", 0x3C2 },
10704  synonyms={ "greek small letter lunate sigma" },
10705  uccode=0x3F9,
10706  unicodeslot=0x3F2,
10707 },
10708 [0x3F3]={
10709  adobename="yotgreek",
10710  category="ll",
10711  description="GREEK LETTER YOT",
10712  direction="l",
10713  linebreak="al",
10714  unicodeslot=0x3F3,
10715 },
10716 [0x3F4]={
10717  category="lu",
10718  description="GREEK CAPITAL THETA SYMBOL",
10719  direction="l",
10720  lccode=0x3B8,
10721  linebreak="al",
10722  specials={ "compat", 0x398 },
10723  unicodeslot=0x3F4,
10724 },
10725 [0x3F5]={
10726  category="ll",
10727  contextname="greekepsilonalt",
10728  description="GREEK LUNATE EPSILON SYMBOL",
10729  direction="l",
10730  linebreak="al",
10731  mathname="epsilon",
10732  specials={ "compat", 0x3B5 },
10733  synonyms={ "straight epsilon" },
10734  uccode=0x3B5,
10735  unicodeslot=0x3F5,
10736 },
10737 [0x3F6]={
10738  category="sm",
10739  description="GREEK REVERSED LUNATE EPSILON SYMBOL",
10740  direction="on",
10741  linebreak="al",
10742  mathname="backepsilon",
10743  synonyms={ "reversed straight epsilon" },
10744  unicodeslot=0x3F6,
10745 },
10746 [0x3F7]={
10747  category="lu",
10748  description="GREEK CAPITAL LETTER SHO",
10749  direction="l",
10750  lccode=0x3F8,
10751  linebreak="al",
10752  unicodeslot=0x3F7,
10753 },
10754 [0x3F8]={
10755  category="ll",
10756  description="GREEK SMALL LETTER SHO",
10757  direction="l",
10758  linebreak="al",
10759  uccode=0x3F7,
10760  unicodeslot=0x3F8,
10761 },
10762 [0x3F9]={
10763  category="lu",
10764  contextname="greekSigmalunate",
10765  description="GREEK CAPITAL LUNATE SIGMA SYMBOL",
10766  direction="l",
10767  lccode=0x3F2,
10768  linebreak="al",
10769  specials={ "compat", 0x3A3 },
10770  unicodeslot=0x3F9,
10771 },
10772 [0x3FA]={
10773  category="lu",
10774  description="GREEK CAPITAL LETTER SAN",
10775  direction="l",
10776  lccode=0x3FB,
10777  linebreak="al",
10778  unicodeslot=0x3FA,
10779 },
10780 [0x3FB]={
10781  category="ll",
10782  description="GREEK SMALL LETTER SAN",
10783  direction="l",
10784  linebreak="al",
10785  uccode=0x3FA,
10786  unicodeslot=0x3FB,
10787 },
10788 [0x3FC]={
10789  category="ll",
10790  description="GREEK RHO WITH STROKE SYMBOL",
10791  direction="l",
10792  linebreak="al",
10793  unicodeslot=0x3FC,
10794 },
10795 [0x3FD]={
10796  category="lu",
10797  description="GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL",
10798  direction="l",
10799  lccode=0x37B,
10800  linebreak="al",
10801  unicodeslot=0x3FD,
10802 },
10803 [0x3FE]={
10804  category="lu",
10805  description="GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL",
10806  direction="l",
10807  lccode=0x37C,
10808  linebreak="al",
10809  unicodeslot=0x3FE,
10810 },
10811 [0x3FF]={
10812  category="lu",
10813  description="GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL",
10814  direction="l",
10815  lccode=0x37D,
10816  linebreak="al",
10817  unicodeslot=0x3FF,
10818 },
10819 [0x400]={
10820  category="lu",
10821  contextname="cyrillicEgrave",
10822  description="CYRILLIC CAPITAL LETTER IE WITH GRAVE",
10823  direction="l",
10824  lccode=0x450,
10825  linebreak="al",
10826  shcode=0x415,
10827  specials={ "char", 0x415, 0x300 },
10828  unicodeslot=0x400,
10829 },
10830 [0x401]={
10831  adobename="afii10023",
10832  category="lu",
10833  cjkwd="a",
10834  contextname="cyrillicYO",
10835  description="CYRILLIC CAPITAL LETTER IO",
10836  direction="l",
10837  lccode=0x451,
10838  linebreak="al",
10839  specials={ "char", 0x415, 0x308 },
10840  unicodeslot=0x401,
10841 },
10842 [0x402]={
10843  adobename="afii10051",
10844  category="lu",
10845  contextname="cyrillicDJE",
10846  description="CYRILLIC CAPITAL LETTER DJE",
10847  direction="l",
10848  lccode=0x452,
10849  linebreak="al",
10850  unicodeslot=0x402,
10851 },
10852 [0x403]={
10853  adobename="afii10052",
10854  category="lu",
10855  contextname="cyrillicGJE",
10856  description="CYRILLIC CAPITAL LETTER GJE",
10857  direction="l",
10858  lccode=0x453,
10859  linebreak="al",
10860  specials={ "char", 0x413, 0x301 },
10861  unicodeslot=0x403,
10862 },
10863 [0x404]={
10864  adobename="afii10053",
10865  category="lu",
10866  contextname="cyrillicIE",
10867  description="CYRILLIC CAPITAL LETTER UKRAINIAN IE",
10868  direction="l",
10869  lccode=0x454,
10870  linebreak="al",
10871  unicodeslot=0x404,
10872 },
10873 [0x405]={
10874  adobename="afii10054",
10875  category="lu",
10876  contextname="cyrillicDZE",
10877  description="CYRILLIC CAPITAL LETTER DZE",
10878  direction="l",
10879  lccode=0x455,
10880  linebreak="al",
10881  unicodeslot=0x405,
10882 },
10883 [0x406]={
10884  adobename="afii10055",
10885  category="lu",
10886  contextname="cyrillicII",
10887  description="CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I",
10888  direction="l",
10889  lccode=0x456,
10890  linebreak="al",
10891  unicodeslot=0x406,
10892 },
10893 [0x407]={
10894  adobename="afii10056",
10895  category="lu",
10896  contextname="cyrillicYI",
10897  description="CYRILLIC CAPITAL LETTER YI",
10898  direction="l",
10899  lccode=0x457,
10900  linebreak="al",
10901  specials={ "char", 0x406, 0x308 },
10902  unicodeslot=0x407,
10903 },
10904 [0x408]={
10905  adobename="afii10057",
10906  category="lu",
10907  contextname="cyrillicJE",
10908  description="CYRILLIC CAPITAL LETTER JE",
10909  direction="l",
10910  lccode=0x458,
10911  linebreak="al",
10912  unicodeslot=0x408,
10913 },
10914 [0x409]={
10915  adobename="afii10058",
10916  category="lu",
10917  contextname="cyrillicLJE",
10918  description="CYRILLIC CAPITAL LETTER LJE",
10919  direction="l",
10920  lccode=0x459,
10921  linebreak="al",
10922  unicodeslot=0x409,
10923 },
10924 [0x40A]={
10925  adobename="afii10059",
10926  category="lu",
10927  contextname="cyrillicNJE",
10928  description="CYRILLIC CAPITAL LETTER NJE",
10929  direction="l",
10930  lccode=0x45A,
10931  linebreak="al",
10932  unicodeslot=0x40A,
10933 },
10934 [0x40B]={
10935  adobename="afii10060",
10936  category="lu",
10937  contextname="cyrillicTSHE",
10938  description="CYRILLIC CAPITAL LETTER TSHE",
10939  direction="l",
10940  lccode=0x45B,
10941  linebreak="al",
10942  unicodeslot=0x40B,
10943 },
10944 [0x40C]={
10945  adobename="afii10061",
10946  category="lu",
10947  contextname="cyrillicKJE",
10948  description="CYRILLIC CAPITAL LETTER KJE",
10949  direction="l",
10950  lccode=0x45C,
10951  linebreak="al",
10952  specials={ "char", 0x41A, 0x301 },
10953  unicodeslot=0x40C,
10954 },
10955 [0x40D]={
10956  category="lu",
10957  contextname="cyrillicIgrave",
10958  description="CYRILLIC CAPITAL LETTER I WITH GRAVE",
10959  direction="l",
10960  lccode=0x45D,
10961  linebreak="al",
10962  shcode=0x418,
10963  specials={ "char", 0x418, 0x300 },
10964  unicodeslot=0x40D,
10965 },
10966 [0x40E]={
10967  adobename="afii10062",
10968  category="lu",
10969  contextname="cyrillicUSHRT",
10970  description="CYRILLIC CAPITAL LETTER SHORT U",
10971  direction="l",
10972  lccode=0x45E,
10973  linebreak="al",
10974  specials={ "char", 0x423, 0x306 },
10975  unicodeslot=0x40E,
10976 },
10977 [0x40F]={
10978  adobename="afii10145",
10979  category="lu",
10980  contextname="cyrillicDZHE",
10981  description="CYRILLIC CAPITAL LETTER DZHE",
10982  direction="l",
10983  lccode=0x45F,
10984  linebreak="al",
10985  unicodeslot=0x40F,
10986 },
10987 [0x410]={
10988  adobename="afii10017",
10989  category="lu",
10990  cjkwd="a",
10991  contextname="cyrillicA",
10992  description="CYRILLIC CAPITAL LETTER A",
10993  direction="l",
10994  lccode=0x430,
10995  linebreak="al",
10996  unicodeslot=0x410,
10997 },
10998 [0x411]={
10999  adobename="afii10018",
11000  category="lu",
11001  cjkwd="a",
11002  contextname="cyrillicB",
11003  description="CYRILLIC CAPITAL LETTER BE",
11004  direction="l",
11005  lccode=0x431,
11006  linebreak="al",
11007  unicodeslot=0x411,
11008 },
11009 [0x412]={
11010  adobename="afii10019",
11011  category="lu",
11012  cjkwd="a",
11013  contextname="cyrillicV",
11014  description="CYRILLIC CAPITAL LETTER VE",
11015  direction="l",
11016  lccode=0x432,
11017  linebreak="al",
11018  unicodeslot=0x412,
11019 },
11020 [0x413]={
11021  adobename="afii10020",
11022  category="lu",
11023  cjkwd="a",
11024  contextname="cyrillicG",
11025  description="CYRILLIC CAPITAL LETTER GHE",
11026  direction="l",
11027  lccode=0x433,
11028  linebreak="al",
11029  unicodeslot=0x413,
11030 },
11031 [0x414]={
11032  adobename="afii10021",
11033  category="lu",
11034  cjkwd="a",
11035  contextname="cyrillicD",
11036  description="CYRILLIC CAPITAL LETTER DE",
11037  direction="l",
11038  lccode=0x434,
11039  linebreak="al",
11040  unicodeslot=0x414,
11041 },
11042 [0x415]={
11043  adobename="afii10022",
11044  category="lu",
11045  cjkwd="a",
11046  contextname="cyrillicE",
11047  description="CYRILLIC CAPITAL LETTER IE",
11048  direction="l",
11049  lccode=0x435,
11050  linebreak="al",
11051  unicodeslot=0x415,
11052 },
11053 [0x416]={
11054  adobename="afii10024",
11055  category="lu",
11056  cjkwd="a",
11057  contextname="cyrillicZH",
11058  description="CYRILLIC CAPITAL LETTER ZHE",
11059  direction="l",
11060  lccode=0x436,
11061  linebreak="al",
11062  unicodeslot=0x416,
11063 },
11064 [0x417]={
11065  adobename="afii10025",
11066  category="lu",
11067  cjkwd="a",
11068  contextname="cyrillicZ",
11069  description="CYRILLIC CAPITAL LETTER ZE",
11070  direction="l",
11071  lccode=0x437,
11072  linebreak="al",
11073  unicodeslot=0x417,
11074 },
11075 [0x418]={
11076  adobename="afii10026",
11077  category="lu",
11078  cjkwd="a",
11079  contextname="cyrillicI",
11080  description="CYRILLIC CAPITAL LETTER I",
11081  direction="l",
11082  lccode=0x438,
11083  linebreak="al",
11084  unicodeslot=0x418,
11085 },
11086 [0x419]={
11087  adobename="afii10027",
11088  category="lu",
11089  cjkwd="a",
11090  contextname="cyrillicISHRT",
11091  description="CYRILLIC CAPITAL LETTER SHORT I",
11092  direction="l",
11093  lccode=0x439,
11094  linebreak="al",
11095  specials={ "char", 0x418, 0x306 },
11096  unicodeslot=0x419,
11097 },
11098 [0x41A]={
11099  adobename="afii10028",
11100  category="lu",
11101  cjkwd="a",
11102  contextname="cyrillicK",
11103  description="CYRILLIC CAPITAL LETTER KA",
11104  direction="l",
11105  lccode=0x43A,
11106  linebreak="al",
11107  unicodeslot=0x41A,
11108 },
11109 [0x41B]={
11110  adobename="afii10029",
11111  category="lu",
11112  cjkwd="a",
11113  contextname="cyrillicL",
11114  description="CYRILLIC CAPITAL LETTER EL",
11115  direction="l",
11116  lccode=0x43B,
11117  linebreak="al",
11118  unicodeslot=0x41B,
11119 },
11120 [0x41C]={
11121  adobename="afii10030",
11122  category="lu",
11123  cjkwd="a",
11124  contextname="cyrillicM",
11125  description="CYRILLIC CAPITAL LETTER EM",
11126  direction="l",
11127  lccode=0x43C,
11128  linebreak="al",
11129  unicodeslot=0x41C,
11130 },
11131 [0x41D]={
11132  adobename="afii10031",
11133  category="lu",
11134  cjkwd="a",
11135  contextname="cyrillicN",
11136  description="CYRILLIC CAPITAL LETTER EN",
11137  direction="l",
11138  lccode=0x43D,
11139  linebreak="al",
11140  unicodeslot=0x41D,
11141 },
11142 [0x41E]={
11143  adobename="afii10032",
11144  category="lu",
11145  cjkwd="a",
11146  contextname="cyrillicO",
11147  description="CYRILLIC CAPITAL LETTER O",
11148  direction="l",
11149  lccode=0x43E,
11150  linebreak="al",
11151  unicodeslot=0x41E,
11152 },
11153 [0x41F]={
11154  adobename="afii10033",
11155  category="lu",
11156  cjkwd="a",
11157  contextname="cyrillicP",
11158  description="CYRILLIC CAPITAL LETTER PE",
11159  direction="l",
11160  lccode=0x43F,
11161  linebreak="al",
11162  unicodeslot=0x41F,
11163 },
11164 [0x420]={
11165  adobename="afii10034",
11166  category="lu",
11167  cjkwd="a",
11168  contextname="cyrillicR",
11169  description="CYRILLIC CAPITAL LETTER ER",
11170  direction="l",
11171  lccode=0x440,
11172  linebreak="al",
11173  unicodeslot=0x420,
11174 },
11175 [0x421]={
11176  adobename="afii10035",
11177  category="lu",
11178  cjkwd="a",
11179  contextname="cyrillicS",
11180  description="CYRILLIC CAPITAL LETTER ES",
11181  direction="l",
11182  lccode=0x441,
11183  linebreak="al",
11184  unicodeslot=0x421,
11185 },
11186 [0x422]={
11187  adobename="afii10036",
11188  category="lu",
11189  cjkwd="a",
11190  contextname="cyrillicT",
11191  description="CYRILLIC CAPITAL LETTER TE",
11192  direction="l",
11193  lccode=0x442,
11194  linebreak="al",
11195  unicodeslot=0x422,
11196 },
11197 [0x423]={
11198  adobename="afii10037",
11199  category="lu",
11200  cjkwd="a",
11201  contextname="cyrillicU",
11202  description="CYRILLIC CAPITAL LETTER U",
11203  direction="l",
11204  lccode=0x443,
11205  linebreak="al",
11206  unicodeslot=0x423,
11207 },
11208 [0x424]={
11209  adobename="afii10038",
11210  category="lu",
11211  cjkwd="a",
11212  contextname="cyrillicF",
11213  description="CYRILLIC CAPITAL LETTER EF",
11214  direction="l",
11215  lccode=0x444,
11216  linebreak="al",
11217  unicodeslot=0x424,
11218 },
11219 [0x425]={
11220  adobename="afii10039",
11221  category="lu",
11222  cjkwd="a",
11223  contextname="cyrillicH",
11224  description="CYRILLIC CAPITAL LETTER HA",
11225  direction="l",
11226  lccode=0x445,
11227  linebreak="al",
11228  unicodeslot=0x425,
11229 },
11230 [0x426]={
11231  adobename="afii10040",
11232  category="lu",
11233  cjkwd="a",
11234  contextname="cyrillicC",
11235  description="CYRILLIC CAPITAL LETTER TSE",
11236  direction="l",
11237  lccode=0x446,
11238  linebreak="al",
11239  unicodeslot=0x426,
11240 },
11241 [0x427]={
11242  adobename="afii10041",
11243  category="lu",
11244  cjkwd="a",
11245  contextname="cyrillicCH",
11246  description="CYRILLIC CAPITAL LETTER CHE",
11247  direction="l",
11248  lccode=0x447,
11249  linebreak="al",
11250  unicodeslot=0x427,
11251 },
11252 [0x428]={
11253  adobename="afii10042",
11254  category="lu",
11255  cjkwd="a",
11256  contextname="cyrillicSH",
11257  description="CYRILLIC CAPITAL LETTER SHA",
11258  direction="l",
11259  lccode=0x448,
11260  linebreak="al",
11261  unicodeslot=0x428,
11262 },
11263 [0x429]={
11264  adobename="afii10043",
11265  category="lu",
11266  cjkwd="a",
11267  contextname="cyrillicSHCH",
11268  description="CYRILLIC CAPITAL LETTER SHCHA",
11269  direction="l",
11270  lccode=0x449,
11271  linebreak="al",
11272  unicodeslot=0x429,
11273 },
11274 [0x42A]={
11275  adobename="afii10044",
11276  category="lu",
11277  cjkwd="a",
11278  contextname="cyrillicHRDSN",
11279  description="CYRILLIC CAPITAL LETTER HARD SIGN",
11280  direction="l",
11281  lccode=0x44A,
11282  linebreak="al",
11283  unicodeslot=0x42A,
11284 },
11285 [0x42B]={
11286  adobename="afii10045",
11287  category="lu",
11288  cjkwd="a",
11289  contextname="cyrillicERY",
11290  description="CYRILLIC CAPITAL LETTER YERU",
11291  direction="l",
11292  lccode=0x44B,
11293  linebreak="al",
11294  unicodeslot=0x42B,
11295 },
11296 [0x42C]={
11297  adobename="afii10046",
11298  category="lu",
11299  cjkwd="a",
11300  contextname="cyrillicSFTSN",
11301  description="CYRILLIC CAPITAL LETTER SOFT SIGN",
11302  direction="l",
11303  lccode=0x44C,
11304  linebreak="al",
11305  unicodeslot=0x42C,
11306 },
11307 [0x42D]={
11308  adobename="afii10047",
11309  category="lu",
11310  cjkwd="a",
11311  contextname="cyrillicEREV",
11312  description="CYRILLIC CAPITAL LETTER E",
11313  direction="l",
11314  lccode=0x44D,
11315  linebreak="al",
11316  unicodeslot=0x42D,
11317 },
11318 [0x42E]={
11319  adobename="afii10048",
11320  category="lu",
11321  cjkwd="a",
11322  contextname="cyrillicYU",
11323  description="CYRILLIC CAPITAL LETTER YU",
11324  direction="l",
11325  lccode=0x44E,
11326  linebreak="al",
11327  unicodeslot=0x42E,
11328 },
11329 [0x42F]={
11330  adobename="afii10049",
11331  category="lu",
11332  cjkwd="a",
11333  contextname="cyrillicYA",
11334  description="CYRILLIC CAPITAL LETTER YA",
11335  direction="l",
11336  lccode=0x44F,
11337  linebreak="al",
11338  unicodeslot=0x42F,
11339 },
11340 [0x430]={
11341  adobename="afii10065",
11342  category="ll",
11343  cjkwd="a",
11344  contextname="cyrillica",
11345  description="CYRILLIC SMALL LETTER A",
11346  direction="l",
11347  linebreak="al",
11348  uccode=0x410,
11349  unicodeslot=0x430,
11350 },
11351 [0x431]={
11352  adobename="becyrillic",
11353  category="ll",
11354  cjkwd="a",
11355  contextname="cyrillicb",
11356  description="CYRILLIC SMALL LETTER BE",
11357  direction="l",
11358  linebreak="al",
11359  uccode=0x411,
11360  unicodeslot=0x431,
11361 },
11362 [0x432]={
11363  adobename="vecyrillic",
11364  category="ll",
11365  cjkwd="a",
11366  contextname="cyrillicv",
11367  description="CYRILLIC SMALL LETTER VE",
11368  direction="l",
11369  linebreak="al",
11370  uccode=0x412,
11371  unicodeslot=0x432,
11372 },
11373 [0x433]={
11374  adobename="gecyrillic",
11375  category="ll",
11376  cjkwd="a",
11377  contextname="cyrillicg",
11378  description="CYRILLIC SMALL LETTER GHE",
11379  direction="l",
11380  linebreak="al",
11381  uccode=0x413,
11382  unicodeslot=0x433,
11383 },
11384 [0x434]={
11385  adobename="decyrillic",
11386  category="ll",
11387  cjkwd="a",
11388  contextname="cyrillicd",
11389  description="CYRILLIC SMALL LETTER DE",
11390  direction="l",
11391  linebreak="al",
11392  uccode=0x414,
11393  unicodeslot=0x434,
11394 },
11395 [0x435]={
11396  adobename="iecyrillic",
11397  category="ll",
11398  cjkwd="a",
11399  contextname="cyrillice",
11400  description="CYRILLIC SMALL LETTER IE",
11401  direction="l",
11402  linebreak="al",
11403  uccode=0x415,
11404  unicodeslot=0x435,
11405 },
11406 [0x436]={
11407  adobename="zhecyrillic",
11408  category="ll",
11409  cjkwd="a",
11410  contextname="cyrilliczh",
11411  description="CYRILLIC SMALL LETTER ZHE",
11412  direction="l",
11413  linebreak="al",
11414  uccode=0x416,
11415  unicodeslot=0x436,
11416 },
11417 [0x437]={
11418  adobename="zecyrillic",
11419  category="ll",
11420  cjkwd="a",
11421  contextname="cyrillicz",
11422  description="CYRILLIC SMALL LETTER ZE",
11423  direction="l",
11424  linebreak="al",
11425  uccode=0x417,
11426  unicodeslot=0x437,
11427 },
11428 [0x438]={
11429  adobename="iicyrillic",
11430  category="ll",
11431  cjkwd="a",
11432  contextname="cyrillici",
11433  description="CYRILLIC SMALL LETTER I",
11434  direction="l",
11435  linebreak="al",
11436  uccode=0x418,
11437  unicodeslot=0x438,
11438 },
11439 [0x439]={
11440  adobename="iishortcyrillic",
11441  category="ll",
11442  cjkwd="a",
11443  contextname="cyrillicishrt",
11444  description="CYRILLIC SMALL LETTER SHORT I",
11445  direction="l",
11446  linebreak="al",
11447  specials={ "char", 0x438, 0x306 },
11448  uccode=0x419,
11449  unicodeslot=0x439,
11450 },
11451 [0x43A]={
11452  adobename="kacyrillic",
11453  category="ll",
11454  cjkwd="a",
11455  contextname="cyrillick",
11456  description="CYRILLIC SMALL LETTER KA",
11457  direction="l",
11458  linebreak="al",
11459  uccode=0x41A,
11460  unicodeslot=0x43A,
11461 },
11462 [0x43B]={
11463  adobename="elcyrillic",
11464  category="ll",
11465  cjkwd="a",
11466  contextname="cyrillicl",
11467  description="CYRILLIC SMALL LETTER EL",
11468  direction="l",
11469  linebreak="al",
11470  uccode=0x41B,
11471  unicodeslot=0x43B,
11472 },
11473 [0x43C]={
11474  adobename="emcyrillic",
11475  category="ll",
11476  cjkwd="a",
11477  contextname="cyrillicm",
11478  description="CYRILLIC SMALL LETTER EM",
11479  direction="l",
11480  linebreak="al",
11481  uccode=0x41C,
11482  unicodeslot=0x43C,
11483 },
11484 [0x43D]={
11485  adobename="encyrillic",
11486  category="ll",
11487  cjkwd="a",
11488  contextname="cyrillicn",
11489  description="CYRILLIC SMALL LETTER EN",
11490  direction="l",
11491  linebreak="al",
11492  uccode=0x41D,
11493  unicodeslot=0x43D,
11494 },
11495 [0x43E]={
11496  adobename="ocyrillic",
11497  category="ll",
11498  cjkwd="a",
11499  contextname="cyrillico",
11500  description="CYRILLIC SMALL LETTER O",
11501  direction="l",
11502  linebreak="al",
11503  uccode=0x41E,
11504  unicodeslot=0x43E,
11505 },
11506 [0x43F]={
11507  adobename="pecyrillic",
11508  category="ll",
11509  cjkwd="a",
11510  contextname="cyrillicp",
11511  description="CYRILLIC SMALL LETTER PE",
11512  direction="l",
11513  linebreak="al",
11514  uccode=0x41F,
11515  unicodeslot=0x43F,
11516 },
11517 [0x440]={
11518  adobename="ercyrillic",
11519  category="ll",
11520  cjkwd="a",
11521  contextname="cyrillicr",
11522  description="CYRILLIC SMALL LETTER ER",
11523  direction="l",
11524  linebreak="al",
11525  uccode=0x420,
11526  unicodeslot=0x440,
11527 },
11528 [0x441]={
11529  adobename="escyrillic",
11530  category="ll",
11531  cjkwd="a",
11532  contextname="cyrillics",
11533  description="CYRILLIC SMALL LETTER ES",
11534  direction="l",
11535  linebreak="al",
11536  uccode=0x421,
11537  unicodeslot=0x441,
11538 },
11539 [0x442]={
11540  adobename="tecyrillic",
11541  category="ll",
11542  cjkwd="a",
11543  contextname="cyrillict",
11544  description="CYRILLIC SMALL LETTER TE",
11545  direction="l",
11546  linebreak="al",
11547  uccode=0x422,
11548  unicodeslot=0x442,
11549 },
11550 [0x443]={
11551  adobename="ucyrillic",
11552  category="ll",
11553  cjkwd="a",
11554  contextname="cyrillicu",
11555  description="CYRILLIC SMALL LETTER U",
11556  direction="l",
11557  linebreak="al",
11558  uccode=0x423,
11559  unicodeslot=0x443,
11560 },
11561 [0x444]={
11562  adobename="efcyrillic",
11563  category="ll",
11564  cjkwd="a",
11565  contextname="cyrillicf",
11566  description="CYRILLIC SMALL LETTER EF",
11567  direction="l",
11568  linebreak="al",
11569  uccode=0x424,
11570  unicodeslot=0x444,
11571 },
11572 [0x445]={
11573  adobename="khacyrillic",
11574  category="ll",
11575  cjkwd="a",
11576  contextname="cyrillich",
11577  description="CYRILLIC SMALL LETTER HA",
11578  direction="l",
11579  linebreak="al",
11580  uccode=0x425,
11581  unicodeslot=0x445,
11582 },
11583 [0x446]={
11584  adobename="tsecyrillic",
11585  category="ll",
11586  cjkwd="a",
11587  contextname="cyrillicc",
11588  description="CYRILLIC SMALL LETTER TSE",
11589  direction="l",
11590  linebreak="al",
11591  uccode=0x426,
11592  unicodeslot=0x446,
11593 },
11594 [0x447]={
11595  adobename="checyrillic",
11596  category="ll",
11597  cjkwd="a",
11598  contextname="cyrillicch",
11599  description="CYRILLIC SMALL LETTER CHE",
11600  direction="l",
11601  linebreak="al",
11602  uccode=0x427,
11603  unicodeslot=0x447,
11604 },
11605 [0x448]={
11606  adobename="shacyrillic",
11607  category="ll",
11608  cjkwd="a",
11609  contextname="cyrillicsh",
11610  description="CYRILLIC SMALL LETTER SHA",
11611  direction="l",
11612  linebreak="al",
11613  uccode=0x428,
11614  unicodeslot=0x448,
11615 },
11616 [0x449]={
11617  adobename="shchacyrillic",
11618  category="ll",
11619  cjkwd="a",
11620  contextname="cyrillicshch",
11621  description="CYRILLIC SMALL LETTER SHCHA",
11622  direction="l",
11623  linebreak="al",
11624  uccode=0x429,
11625  unicodeslot=0x449,
11626 },
11627 [0x44A]={
11628  adobename="hardsigncyrillic",
11629  category="ll",
11630  cjkwd="a",
11631  contextname="cyrillichrdsn",
11632  description="CYRILLIC SMALL LETTER HARD SIGN",
11633  direction="l",
11634  linebreak="al",
11635  uccode=0x42A,
11636  unicodeslot=0x44A,
11637 },
11638 [0x44B]={
11639  adobename="yericyrillic",
11640  category="ll",
11641  cjkwd="a",
11642  contextname="cyrillicery",
11643  description="CYRILLIC SMALL LETTER YERU",
11644  direction="l",
11645  linebreak="al",
11646  uccode=0x42B,
11647  unicodeslot=0x44B,
11648 },
11649 [0x44C]={
11650  adobename="softsigncyrillic",
11651  category="ll",
11652  cjkwd="a",
11653  contextname="cyrillicsftsn",
11654  description="CYRILLIC SMALL LETTER SOFT SIGN",
11655  direction="l",
11656  linebreak="al",
11657  uccode=0x42C,
11658  unicodeslot=0x44C,
11659 },
11660 [0x44D]={
11661  adobename="ereversedcyrillic",
11662  category="ll",
11663  cjkwd="a",
11664  contextname="cyrillicerev",
11665  description="CYRILLIC SMALL LETTER E",
11666  direction="l",
11667  linebreak="al",
11668  uccode=0x42D,
11669  unicodeslot=0x44D,
11670 },
11671 [0x44E]={
11672  adobename="iucyrillic",
11673  category="ll",
11674  cjkwd="a",
11675  contextname="cyrillicyu",
11676  description="CYRILLIC SMALL LETTER YU",
11677  direction="l",
11678  linebreak="al",
11679  uccode=0x42E,
11680  unicodeslot=0x44E,
11681 },
11682 [0x44F]={
11683  adobename="iacyrillic",
11684  category="ll",
11685  cjkwd="a",
11686  contextname="cyrillicya",
11687  description="CYRILLIC SMALL LETTER YA",
11688  direction="l",
11689  linebreak="al",
11690  uccode=0x42F,
11691  unicodeslot=0x44F,
11692 },
11693 [0x450]={
11694  category="ll",
11695  contextname="cyrillicegrave",
11696  description="CYRILLIC SMALL LETTER IE WITH GRAVE",
11697  direction="l",
11698  linebreak="al",
11699  shcode=0x435,
11700  specials={ "char", 0x435, 0x300 },
11701  uccode=0x400,
11702  unicodeslot=0x450,
11703 },
11704 [0x451]={
11705  adobename="iocyrillic",
11706  category="ll",
11707  cjkwd="a",
11708  contextname="cyrillicyo",
11709  description="CYRILLIC SMALL LETTER IO",
11710  direction="l",
11711  linebreak="al",
11712  specials={ "char", 0x435, 0x308 },
11713  uccode=0x401,
11714  unicodeslot=0x451,
11715 },
11716 [0x452]={
11717  adobename="djecyrillic",
11718  category="ll",
11719  contextname="cyrillicdje",
11720  description="CYRILLIC SMALL LETTER DJE",
11721  direction="l",
11722  linebreak="al",
11723  uccode=0x402,
11724  unicodeslot=0x452,
11725 },
11726 [0x453]={
11727  adobename="gjecyrillic",
11728  category="ll",
11729  contextname="cyrillicgje",
11730  description="CYRILLIC SMALL LETTER GJE",
11731  direction="l",
11732  linebreak="al",
11733  specials={ "char", 0x433, 0x301 },
11734  uccode=0x403,
11735  unicodeslot=0x453,
11736 },
11737 [0x454]={
11738  adobename="ecyrillic",
11739  category="ll",
11740  contextname="cyrillicie",
11741  description="CYRILLIC SMALL LETTER UKRAINIAN IE",
11742  direction="l",
11743  linebreak="al",
11744  uccode=0x404,
11745  unicodeslot=0x454,
11746 },
11747 [0x455]={
11748  adobename="dzecyrillic",
11749  category="ll",
11750  contextname="cyrillicdze",
11751  description="CYRILLIC SMALL LETTER DZE",
11752  direction="l",
11753  linebreak="al",
11754  uccode=0x405,
11755  unicodeslot=0x455,
11756 },
11757 [0x456]={
11758  adobename="icyrillic",
11759  category="ll",
11760  contextname="cyrillicii",
11761  description="CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I",
11762  direction="l",
11763  linebreak="al",
11764  uccode=0x406,
11765  unicodeslot=0x456,
11766 },
11767 [0x457]={
11768  adobename="yicyrillic",
11769  category="ll",
11770  contextname="cyrillicyi",
11771  description="CYRILLIC SMALL LETTER YI",
11772  direction="l",
11773  linebreak="al",
11774  specials={ "char", 0x456, 0x308 },
11775  uccode=0x407,
11776  unicodeslot=0x457,
11777 },
11778 [0x458]={
11779  adobename="jecyrillic",
11780  category="ll",
11781  contextname="cyrillicje",
11782  description="CYRILLIC SMALL LETTER JE",
11783  direction="l",
11784  linebreak="al",
11785  uccode=0x408,
11786  unicodeslot=0x458,
11787 },
11788 [0x459]={
11789  adobename="ljecyrillic",
11790  category="ll",
11791  contextname="cyrilliclje",
11792  description="CYRILLIC SMALL LETTER LJE",
11793  direction="l",
11794  linebreak="al",
11795  uccode=0x409,
11796  unicodeslot=0x459,
11797 },
11798 [0x45A]={
11799  adobename="njecyrillic",
11800  category="ll",
11801  contextname="cyrillicnje",
11802  description="CYRILLIC SMALL LETTER NJE",
11803  direction="l",
11804  linebreak="al",
11805  uccode=0x40A,
11806  unicodeslot=0x45A,
11807 },
11808 [0x45B]={
11809  adobename="tshecyrillic",
11810  category="ll",
11811  contextname="cyrillictshe",
11812  description="CYRILLIC SMALL LETTER TSHE",
11813  direction="l",
11814  linebreak="al",
11815  uccode=0x40B,
11816  unicodeslot=0x45B,
11817 },
11818 [0x45C]={
11819  adobename="kjecyrillic",
11820  category="ll",
11821  contextname="cyrillickje",
11822  description="CYRILLIC SMALL LETTER KJE",
11823  direction="l",
11824  linebreak="al",
11825  specials={ "char", 0x43A, 0x301 },
11826  uccode=0x40C,
11827  unicodeslot=0x45C,
11828 },
11829 [0x45D]={
11830  category="ll",
11831  contextname="cyrillicigrave",
11832  description="CYRILLIC SMALL LETTER I WITH GRAVE",
11833  direction="l",
11834  linebreak="al",
11835  shcode=0x438,
11836  specials={ "char", 0x438, 0x300 },
11837  uccode=0x40D,
11838  unicodeslot=0x45D,
11839 },
11840 [0x45E]={
11841  adobename="ushortcyrillic",
11842  category="ll",
11843  contextname="cyrillicushrt",
11844  description="CYRILLIC SMALL LETTER SHORT U",
11845  direction="l",
11846  linebreak="al",
11847  specials={ "char", 0x443, 0x306 },
11848  uccode=0x40E,
11849  unicodeslot=0x45E,
11850 },
11851 [0x45F]={
11852  adobename="dzhecyrillic",
11853  category="ll",
11854  contextname="cyrillicdzhe",
11855  description="CYRILLIC SMALL LETTER DZHE",
11856  direction="l",
11857  linebreak="al",
11858  uccode=0x40F,
11859  unicodeslot=0x45F,
11860 },
11861 [0x460]={
11862  adobename="Omegacyrillic",
11863  category="lu",
11864  contextname="cyrillicOMEGA",
11865  description="CYRILLIC CAPITAL LETTER OMEGA",
11866  direction="l",
11867  lccode=0x461,
11868  linebreak="al",
11869  unicodeslot=0x460,
11870 },
11871 [0x461]={
11872  adobename="omegacyrillic",
11873  category="ll",
11874  contextname="cyrillicomega",
11875  description="CYRILLIC SMALL LETTER OMEGA",
11876  direction="l",
11877  linebreak="al",
11878  uccode=0x460,
11879  unicodeslot=0x461,
11880 },
11881 [0x462]={
11882  adobename="afii10146",
11883  category="lu",
11884  contextname="cyrillicYAT",
11885  description="CYRILLIC CAPITAL LETTER YAT",
11886  direction="l",
11887  lccode=0x463,
11888  linebreak="al",
11889  unicodeslot=0x462,
11890 },
11891 [0x463]={
11892  adobename="yatcyrillic",
11893  category="ll",
11894  contextname="cyrillicyat",
11895  description="CYRILLIC SMALL LETTER YAT",
11896  direction="l",
11897  linebreak="al",
11898  uccode=0x462,
11899  unicodeslot=0x463,
11900 },
11901 [0x464]={
11902  adobename="Eiotifiedcyrillic",
11903  category="lu",
11904  contextname="cyrillicEiotified",
11905  description="CYRILLIC CAPITAL LETTER IOTIFIED E",
11906  direction="l",
11907  lccode=0x465,
11908  linebreak="al",
11909  unicodeslot=0x464,
11910 },
11911 [0x465]={
11912  adobename="eiotifiedcyrillic",
11913  category="ll",
11914  contextname="cyrilliceiotified",
11915  description="CYRILLIC SMALL LETTER IOTIFIED E",
11916  direction="l",
11917  linebreak="al",
11918  uccode=0x464,
11919  unicodeslot=0x465,
11920 },
11921 [0x466]={
11922  adobename="Yuslittlecyrillic",
11923  category="lu",
11924  contextname="cyrillicLITTLEYUS",
11925  description="CYRILLIC CAPITAL LETTER LITTLE YUS",
11926  direction="l",
11927  lccode=0x467,
11928  linebreak="al",
11929  unicodeslot=0x466,
11930 },
11931 [0x467]={
11932  adobename="yuslittlecyrillic",
11933  category="ll",
11934  contextname="cyrilliclittleyus",
11935  description="CYRILLIC SMALL LETTER LITTLE YUS",
11936  direction="l",
11937  linebreak="al",
11938  uccode=0x466,
11939  unicodeslot=0x467,
11940 },
11941 [0x468]={
11942  adobename="Yuslittleiotifiedcyrillic",
11943  category="lu",
11944  contextname="cyrillicLITTLEYUSiotified",
11945  description="CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS",
11946  direction="l",
11947  lccode=0x469,
11948  linebreak="al",
11949  unicodeslot=0x468,
11950 },
11951 [0x469]={
11952  adobename="yuslittleiotifiedcyrillic",
11953  category="ll",
11954  contextname="cyrilliclittleyusiotified",
11955  description="CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS",
11956  direction="l",
11957  linebreak="al",
11958  uccode=0x468,
11959  unicodeslot=0x469,
11960 },
11961 [0x46A]={
11962  adobename="Yusbigcyrillic",
11963  category="lu",
11964  contextname="cyrillicBIGYUS",
11965  description="CYRILLIC CAPITAL LETTER BIG YUS",
11966  direction="l",
11967  lccode=0x46B,
11968  linebreak="al",
11969  unicodeslot=0x46A,
11970 },
11971 [0x46B]={
11972  adobename="yusbigcyrillic",
11973  category="ll",
11974  contextname="cyrillicbigyus",
11975  description="CYRILLIC SMALL LETTER BIG YUS",
11976  direction="l",
11977  linebreak="al",
11978  uccode=0x46A,
11979  unicodeslot=0x46B,
11980 },
11981 [0x46C]={
11982  adobename="Yusbigiotifiedcyrillic",
11983  category="lu",
11984  contextname="cyrillicBIGYUSiotified",
11985  description="CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS",
11986  direction="l",
11987  lccode=0x46D,
11988  linebreak="al",
11989  unicodeslot=0x46C,
11990 },
11991 [0x46D]={
11992  adobename="yusbigiotifiedcyrillic",
11993  category="ll",
11994  contextname="cyrillicbigyusiotified",
11995  description="CYRILLIC SMALL LETTER IOTIFIED BIG YUS",
11996  direction="l",
11997  linebreak="al",
11998  uccode=0x46C,
11999  unicodeslot=0x46D,
12000 },
12001 [0x46E]={
12002  adobename="Ksicyrillic",
12003  category="lu",
12004  contextname="cyrillicKSI",
12005  description="CYRILLIC CAPITAL LETTER KSI",
12006  direction="l",
12007  lccode=0x46F,
12008  linebreak="al",
12009  unicodeslot=0x46E,
12010 },
12011 [0x46F]={
12012  adobename="ksicyrillic",
12013  category="ll",
12014  contextname="cyrillicksi",
12015  description="CYRILLIC SMALL LETTER KSI",
12016  direction="l",
12017  linebreak="al",
12018  uccode=0x46E,
12019  unicodeslot=0x46F,
12020 },
12021 [0x470]={
12022  adobename="Psicyrillic",
12023  category="lu",
12024  contextname="cyrillicPSI",
12025  description="CYRILLIC CAPITAL LETTER PSI",
12026  direction="l",
12027  lccode=0x471,
12028  linebreak="al",
12029  unicodeslot=0x470,
12030 },
12031 [0x471]={
12032  adobename="psicyrillic",
12033  category="ll",
12034  contextname="cyrillicpsi",
12035  description="CYRILLIC SMALL LETTER PSI",
12036  direction="l",
12037  linebreak="al",
12038  uccode=0x470,
12039  unicodeslot=0x471,
12040 },
12041 [0x472]={
12042  adobename="afii10147",
12043  category="lu",
12044  contextname="cyrillicFITA",
12045  description="CYRILLIC CAPITAL LETTER FITA",
12046  direction="l",
12047  lccode=0x473,
12048  linebreak="al",
12049  unicodeslot=0x472,
12050 },
12051 [0x473]={
12052  adobename="fitacyrillic",
12053  category="ll",
12054  contextname="cyrillicfita",
12055  description="CYRILLIC SMALL LETTER FITA",
12056  direction="l",
12057  linebreak="al",
12058  uccode=0x472,
12059  unicodeslot=0x473,
12060 },
12061 [0x474]={
12062  adobename="afii10148",
12063  category="lu",
12064  contextname="cyrillicIZHITSA",
12065  description="CYRILLIC CAPITAL LETTER IZHITSA",
12066  direction="l",
12067  lccode=0x475,
12068  linebreak="al",
12069  unicodeslot=0x474,
12070 },
12071 [0x475]={
12072  adobename="izhitsacyrillic",
12073  category="ll",
12074  contextname="cyrillicizhitsa",
12075  description="CYRILLIC SMALL LETTER IZHITSA",
12076  direction="l",
12077  linebreak="al",
12078  uccode=0x474,
12079  unicodeslot=0x475,
12080 },
12081 [0x476]={
12082  adobename="Izhitsadblgravecyrillic",
12083  category="lu",
12084  contextname="cyrillicIZHITSAdoublegrave",
12085  description="CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT",
12086  direction="l",
12087  lccode=0x477,
12088  linebreak="al",
12089  shcode=0x474,
12090  specials={ "char", 0x474, 0x30F },
12091  unicodeslot=0x476,
12092 },
12093 [0x477]={
12094  adobename="izhitsadblgravecyrillic",
12095  category="ll",
12096  contextname="cyrillicizhitsadoublegrave",
12097  description="CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT",
12098  direction="l",
12099  linebreak="al",
12100  shcode=0x475,
12101  specials={ "char", 0x475, 0x30F },
12102  uccode=0x476,
12103  unicodeslot=0x477,
12104 },
12105 [0x478]={
12106  adobename="Ukcyrillic",
12107  category="lu",
12108  contextname="cyrillicUK",
12109  description="CYRILLIC CAPITAL LETTER UK",
12110  direction="l",
12111  lccode=0x479,
12112  linebreak="al",
12113  unicodeslot=0x478,
12114 },
12115 [0x479]={
12116  adobename="ukcyrillic",
12117  category="ll",
12118  contextname="cyrillicuk",
12119  description="CYRILLIC SMALL LETTER UK",
12120  direction="l",
12121  linebreak="al",
12122  uccode=0x478,
12123  unicodeslot=0x479,
12124 },
12125 [0x47A]={
12126  adobename="Omegaroundcyrillic",
12127  category="lu",
12128  contextname="cyrillicOMEGAround",
12129  description="CYRILLIC CAPITAL LETTER ROUND OMEGA",
12130  direction="l",
12131  lccode=0x47B,
12132  linebreak="al",
12133  unicodeslot=0x47A,
12134 },
12135 [0x47B]={
12136  adobename="omegaroundcyrillic",
12137  category="ll",
12138  contextname="cyrillicomegaround",
12139  description="CYRILLIC SMALL LETTER ROUND OMEGA",
12140  direction="l",
12141  linebreak="al",
12142  uccode=0x47A,
12143  unicodeslot=0x47B,
12144 },
12145 [0x47C]={
12146  adobename="Omegatitlocyrillic",
12147  category="lu",
12148  contextname="cyrillicOMEGAtitlo",
12149  description="CYRILLIC CAPITAL LETTER OMEGA WITH TITLO",
12150  direction="l",
12151  lccode=0x47D,
12152  linebreak="al",
12153  shcode=0x460,
12154  unicodeslot=0x47C,
12155 },
12156 [0x47D]={
12157  adobename="omegatitlocyrillic",
12158  category="ll",
12159  contextname="cyrillicomegatitlo",
12160  description="CYRILLIC SMALL LETTER OMEGA WITH TITLO",
12161  direction="l",
12162  linebreak="al",
12163  shcode=0x461,
12164  uccode=0x47C,
12165  unicodeslot=0x47D,
12166 },
12167 [0x47E]={
12168  adobename="Otcyrillic",
12169  category="lu",
12170  contextname="cyrillicOT",
12171  description="CYRILLIC CAPITAL LETTER OT",
12172  direction="l",
12173  lccode=0x47F,
12174  linebreak="al",
12175  unicodeslot=0x47E,
12176 },
12177 [0x47F]={
12178  adobename="otcyrillic",
12179  category="ll",
12180  contextname="cyrillicot",
12181  description="CYRILLIC SMALL LETTER OT",
12182  direction="l",
12183  linebreak="al",
12184  uccode=0x47E,
12185  unicodeslot=0x47F,
12186 },
12187 [0x480]={
12188  adobename="Koppacyrillic",
12189  category="lu",
12190  contextname="cyrillicKOPPA",
12191  description="CYRILLIC CAPITAL LETTER KOPPA",
12192  direction="l",
12193  lccode=0x481,
12194  linebreak="al",
12195  unicodeslot=0x480,
12196 },
12197 [0x481]={
12198  adobename="koppacyrillic",
12199  category="ll",
12200  contextname="cyrillickoppa",
12201  description="CYRILLIC SMALL LETTER KOPPA",
12202  direction="l",
12203  linebreak="al",
12204  uccode=0x480,
12205  unicodeslot=0x481,
12206 },
12207 [0x482]={
12208  adobename="thousandcyrillic",
12209  category="so",
12210  description="CYRILLIC THOUSANDS SIGN",
12211  direction="l",
12212  linebreak="al",
12213  unicodeslot=0x482,
12214 },
12215 [0x483]={
12216  adobename="titlocyrilliccmb",
12217  category="mn",
12218  combining=0xE6,
12219  contextname="cyrillicTITLO",
12220  description="COMBINING CYRILLIC TITLO",
12221  direction="nsm",
12222  linebreak="cm",
12223  unicodeslot=0x483,
12224 },
12225 [0x484]={
12226  adobename="palatalizationcyrilliccmb",
12227  category="mn",
12228  combining=0xE6,
12229  contextname="cyrillicPALATALIZATION",
12230  description="COMBINING CYRILLIC PALATALIZATION",
12231  direction="nsm",
12232  linebreak="cm",
12233  unicodeslot=0x484,
12234 },
12235 [0x485]={
12236  adobename="dasiapneumatacyrilliccmb",
12237  category="mn",
12238  combining=0xE6,
12239  contextname="cyrillicDASIAPNEUMATA",
12240  description="COMBINING CYRILLIC DASIA PNEUMATA",
12241  direction="nsm",
12242  linebreak="cm",
12243  unicodeslot=0x485,
12244 },
12245 [0x486]={
12246  adobename="psilipneumatacyrilliccmb",
12247  category="mn",
12248  combining=0xE6,
12249  contextname="cyrillicPSILIPNEUMATA",
12250  description="COMBINING CYRILLIC PSILI PNEUMATA",
12251  direction="nsm",
12252  linebreak="cm",
12253  unicodeslot=0x486,
12254 },
12255 [0x487]={
12256  category="mn",
12257  combining=0xE6,
12258  description="COMBINING CYRILLIC POKRYTIE",
12259  direction="nsm",
12260  linebreak="cm",
12261  unicodeslot=0x487,
12262 },
12263 [0x488]={
12264  category="me",
12265  description="COMBINING CYRILLIC HUNDRED THOUSANDS SIGN",
12266  direction="nsm",
12267  linebreak="cm",
12268  unicodeslot=0x488,
12269 },
12270 [0x489]={
12271  category="me",
12272  description="COMBINING CYRILLIC MILLIONS SIGN",
12273  direction="nsm",
12274  linebreak="cm",
12275  unicodeslot=0x489,
12276 },
12277 [0x48A]={
12278  category="lu",
12279  contextname="cyrillicISHRTtail",
12280  description="CYRILLIC CAPITAL LETTER SHORT I WITH TAIL",
12281  direction="l",
12282  lccode=0x48B,
12283  linebreak="al",
12284  unicodeslot=0x48A,
12285 },
12286 [0x48B]={
12287  category="ll",
12288  contextname="cyrillicishrttail",
12289  description="CYRILLIC SMALL LETTER SHORT I WITH TAIL",
12290  direction="l",
12291  linebreak="al",
12292  uccode=0x48A,
12293  unicodeslot=0x48B,
12294 },
12295 [0x48C]={
12296  category="lu",
12297  contextname="cyrillicSEMISOFT",
12298  description="CYRILLIC CAPITAL LETTER SEMISOFT SIGN",
12299  direction="l",
12300  lccode=0x48D,
12301  linebreak="al",
12302  unicodeslot=0x48C,
12303 },
12304 [0x48D]={
12305  category="ll",
12306  contextname="cyrillicsemisoft",
12307  description="CYRILLIC SMALL LETTER SEMISOFT SIGN",
12308  direction="l",
12309  linebreak="al",
12310  uccode=0x48C,
12311  unicodeslot=0x48D,
12312 },
12313 [0x48E]={
12314  category="lu",
12315  contextname="cyrillicERtick",
12316  description="CYRILLIC CAPITAL LETTER ER WITH TICK",
12317  direction="l",
12318  lccode=0x48F,
12319  linebreak="al",
12320  shcode=0x420,
12321  unicodeslot=0x48E,
12322 },
12323 [0x48F]={
12324  category="ll",
12325  contextname="cyrillicertick",
12326  description="CYRILLIC SMALL LETTER ER WITH TICK",
12327  direction="l",
12328  linebreak="al",
12329  shcode=0x440,
12330  uccode=0x48E,
12331  unicodeslot=0x48F,
12332 },
12333 [0x490]={
12334  adobename="afii10050",
12335  category="lu",
12336  contextname="cyrillicGHEupturn",
12337  description="CYRILLIC CAPITAL LETTER GHE WITH UPTURN",
12338  direction="l",
12339  lccode=0x491,
12340  linebreak="al",
12341  shcode=0x413,
12342  unicodeslot=0x490,
12343 },
12344 [0x491]={
12345  adobename="gheupturncyrillic",
12346  category="ll",
12347  contextname="cyrillicgheupturn",
12348  description="CYRILLIC SMALL LETTER GHE WITH UPTURN",
12349  direction="l",
12350  linebreak="al",
12351  shcode=0x433,
12352  uccode=0x490,
12353  unicodeslot=0x491,
12354 },
12355 [0x492]={
12356  adobename="Ghestrokecyrillic",
12357  category="lu",
12358  contextname="cyrillicGHEstroke",
12359  description="CYRILLIC CAPITAL LETTER GHE WITH STROKE",
12360  direction="l",
12361  lccode=0x493,
12362  linebreak="al",
12363  shcode=0x413,
12364  specials={ "with", 0x413, 0x2F },
12365  unicodeslot=0x492,
12366 },
12367 [0x493]={
12368  adobename="ghestrokecyrillic",
12369  category="ll",
12370  contextname="cyrillicghestroke",
12371  description="CYRILLIC SMALL LETTER GHE WITH STROKE",
12372  direction="l",
12373  linebreak="al",
12374  shcode=0x433,
12375  specials={ "with", 0x433, 0x2F },
12376  uccode=0x492,
12377  unicodeslot=0x493,
12378 },
12379 [0x494]={
12380  adobename="Ghemiddlehookcyrillic",
12381  category="lu",
12382  contextname="cyrillicGHEmidhook",
12383  description="CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK",
12384  direction="l",
12385  lccode=0x495,
12386  linebreak="al",
12387  shcode=0x413,
12388  unicodeslot=0x494,
12389 },
12390 [0x495]={
12391  adobename="ghemiddlehookcyrillic",
12392  category="ll",
12393  contextname="cyrillicghemidhook",
12394  description="CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK",
12395  direction="l",
12396  linebreak="al",
12397  shcode=0x433,
12398  uccode=0x494,
12399  unicodeslot=0x495,
12400 },
12401 [0x496]={
12402  adobename="Zhedescendercyrillic",
12403  category="lu",
12404  contextname="cyrillicZHEdescender",
12405  description="CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER",
12406  direction="l",
12407  lccode=0x497,
12408  linebreak="al",
12409  shcode=0x416,
12410  unicodeslot=0x496,
12411 },
12412 [0x497]={
12413  adobename="zhedescendercyrillic",
12414  category="ll",
12415  contextname="cyrilliczhedescender",
12416  description="CYRILLIC SMALL LETTER ZHE WITH DESCENDER",
12417  direction="l",
12418  linebreak="al",
12419  shcode=0x436,
12420  uccode=0x496,
12421  unicodeslot=0x497,
12422 },
12423 [0x498]={
12424  adobename="Zedescendercyrillic",
12425  category="lu",
12426  contextname="cyrillicZDSC",
12427  description="CYRILLIC CAPITAL LETTER ZE WITH DESCENDER",
12428  direction="l",
12429  lccode=0x499,
12430  linebreak="al",
12431  shcode=0x417,
12432  unicodeslot=0x498,
12433 },
12434 [0x499]={
12435  adobename="zedescendercyrillic",
12436  category="ll",
12437  contextname="cyrilliczdsc",
12438  description="CYRILLIC SMALL LETTER ZE WITH DESCENDER",
12439  direction="l",
12440  linebreak="al",
12441  shcode=0x437,
12442  uccode=0x498,
12443  unicodeslot=0x499,
12444 },
12445 [0x49A]={
12446  adobename="Kadescendercyrillic",
12447  category="lu",
12448  contextname="cyrillicKADC",
12449  description="CYRILLIC CAPITAL LETTER KA WITH DESCENDER",
12450  direction="l",
12451  lccode=0x49B,
12452  linebreak="al",
12453  shcode=0x41A,
12454  unicodeslot=0x49A,
12455 },
12456 [0x49B]={
12457  adobename="kadescendercyrillic",
12458  category="ll",
12459  contextname="cyrillickadc",
12460  description="CYRILLIC SMALL LETTER KA WITH DESCENDER",
12461  direction="l",
12462  linebreak="al",
12463  shcode=0x43A,
12464  uccode=0x49A,
12465  unicodeslot=0x49B,
12466 },
12467 [0x49C]={
12468  adobename="Kaverticalstrokecyrillic",
12469  category="lu",
12470  contextname="cyrillicKAvertstroke",
12471  description="CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE",
12472  direction="l",
12473  lccode=0x49D,
12474  linebreak="al",
12475  shcode=0x41A,
12476  unicodeslot=0x49C,
12477 },
12478 [0x49D]={
12479  adobename="kaverticalstrokecyrillic",
12480  category="ll",
12481  contextname="cyrillickavertstroke",
12482  description="CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE",
12483  direction="l",
12484  linebreak="al",
12485  shcode=0x43A,
12486  uccode=0x49C,
12487  unicodeslot=0x49D,
12488 },
12489 [0x49E]={
12490  adobename="Kastrokecyrillic",
12491  category="lu",
12492  contextname="cyrillicKAstroke",
12493  description="CYRILLIC CAPITAL LETTER KA WITH STROKE",
12494  direction="l",
12495  lccode=0x49F,
12496  linebreak="al",
12497  shcode=0x41A,
12498  specials={ "with", 0x41A, 0x2F },
12499  unicodeslot=0x49E,
12500 },
12501 [0x49F]={
12502  adobename="kastrokecyrillic",
12503  category="ll",
12504  contextname="cyrillickastroke",
12505  description="CYRILLIC SMALL LETTER KA WITH STROKE",
12506  direction="l",
12507  linebreak="al",
12508  shcode=0x43A,
12509  specials={ "with", 0x43A, 0x2F },
12510  uccode=0x49E,
12511  unicodeslot=0x49F,
12512 },
12513 [0x4A0]={
12514  adobename="Kabashkircyrillic",
12515  category="lu",
12516  contextname="cyrillicKAbashkir",
12517  description="CYRILLIC CAPITAL LETTER BASHKIR KA",
12518  direction="l",
12519  lccode=0x4A1,
12520  linebreak="al",
12521  unicodeslot=0x4A0,
12522 },
12523 [0x4A1]={
12524  adobename="kabashkircyrillic",
12525  category="ll",
12526  contextname="cyrillickabashkir",
12527  description="CYRILLIC SMALL LETTER BASHKIR KA",
12528  direction="l",
12529  linebreak="al",
12530  uccode=0x4A0,
12531  unicodeslot=0x4A1,
12532 },
12533 [0x4A2]={
12534  adobename="Endescendercyrillic",
12535  category="lu",
12536  contextname="cyrillicENDC",
12537  description="CYRILLIC CAPITAL LETTER EN WITH DESCENDER",
12538  direction="l",
12539  lccode=0x4A3,
12540  linebreak="al",
12541  shcode=0x41D,
12542  unicodeslot=0x4A2,
12543 },
12544 [0x4A3]={
12545  adobename="endescendercyrillic",
12546  category="ll",
12547  contextname="cyrillicendc",
12548  description="CYRILLIC SMALL LETTER EN WITH DESCENDER",
12549  direction="l",
12550  linebreak="al",
12551  shcode=0x43D,
12552  uccode=0x4A2,
12553  unicodeslot=0x4A3,
12554 },
12555 [0x4A4]={
12556  adobename="Enghecyrillic",
12557  category="lu",
12558  contextname="cyrillicENGHE",
12559  description="CYRILLIC CAPITAL LIGATURE EN GHE",
12560  direction="l",
12561  lccode=0x4A5,
12562  linebreak="al",
12563  unicodeslot=0x4A4,
12564 },
12565 [0x4A5]={
12566  adobename="enghecyrillic",
12567  category="ll",
12568  contextname="cyrillicenghe",
12569  description="CYRILLIC SMALL LIGATURE EN GHE",
12570  direction="l",
12571  linebreak="al",
12572  uccode=0x4A4,
12573  unicodeslot=0x4A5,
12574 },
12575 [0x4A6]={
12576  adobename="Pemiddlehookcyrillic",
12577  category="lu",
12578  contextname="cyrillicPEmidhook",
12579  description="CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK",
12580  direction="l",
12581  lccode=0x4A7,
12582  linebreak="al",
12583  shcode=0x41F,
12584  unicodeslot=0x4A6,
12585 },
12586 [0x4A7]={
12587  adobename="pemiddlehookcyrillic",
12588  category="ll",
12589  contextname="cyrillicpemidhook",
12590  description="CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK",
12591  direction="l",
12592  linebreak="al",
12593  shcode=0x43F,
12594  uccode=0x4A6,
12595  unicodeslot=0x4A7,
12596 },
12597 [0x4A8]={
12598  adobename="Haabkhasiancyrillic",
12599  category="lu",
12600  contextname="cyrillicHA",
12601  description="CYRILLIC CAPITAL LETTER ABKHASIAN HA",
12602  direction="l",
12603  lccode=0x4A9,
12604  linebreak="al",
12605  unicodeslot=0x4A8,
12606 },
12607 [0x4A9]={
12608  adobename="haabkhasiancyrillic",
12609  category="ll",
12610  contextname="cyrillicha",
12611  description="CYRILLIC SMALL LETTER ABKHASIAN HA",
12612  direction="l",
12613  linebreak="al",
12614  uccode=0x4A8,
12615  unicodeslot=0x4A9,
12616 },
12617 [0x4AA]={
12618  adobename="Esdescendercyrillic",
12619  category="lu",
12620  contextname="cyrillicSDSC",
12621  description="CYRILLIC CAPITAL LETTER ES WITH DESCENDER",
12622  direction="l",
12623  lccode=0x4AB,
12624  linebreak="al",
12625  shcode=0x421,
12626  unicodeslot=0x4AA,
12627 },
12628 [0x4AB]={
12629  adobename="esdescendercyrillic",
12630  category="ll",
12631  contextname="cyrillicsdsc",
12632  description="CYRILLIC SMALL LETTER ES WITH DESCENDER",
12633  direction="l",
12634  linebreak="al",
12635  shcode=0x441,
12636  uccode=0x4AA,
12637  unicodeslot=0x4AB,
12638 },
12639 [0x4AC]={
12640  adobename="Tedescendercyrillic",
12641  category="lu",
12642  contextname="cyrillicTEDC",
12643  description="CYRILLIC CAPITAL LETTER TE WITH DESCENDER",
12644  direction="l",
12645  lccode=0x4AD,
12646  linebreak="al",
12647  shcode=0x422,
12648  unicodeslot=0x4AC,
12649 },
12650 [0x4AD]={
12651  adobename="tedescendercyrillic",
12652  category="ll",
12653  contextname="cyrillictedc",
12654  description="CYRILLIC SMALL LETTER TE WITH DESCENDER",
12655  direction="l",
12656  linebreak="al",
12657  shcode=0x442,
12658  uccode=0x4AC,
12659  unicodeslot=0x4AD,
12660 },
12661 [0x4AE]={
12662  adobename="Ustraightcyrillic",
12663  category="lu",
12664  contextname="cyrillicYstr",
12665  description="CYRILLIC CAPITAL LETTER STRAIGHT U",
12666  direction="l",
12667  lccode=0x4AF,
12668  linebreak="al",
12669  unicodeslot=0x4AE,
12670 },
12671 [0x4AF]={
12672  adobename="ustraightcyrillic",
12673  category="ll",
12674  contextname="cyrillicystr",
12675  description="CYRILLIC SMALL LETTER STRAIGHT U",
12676  direction="l",
12677  linebreak="al",
12678  uccode=0x4AE,
12679  unicodeslot=0x4AF,
12680 },
12681 [0x4B0]={
12682  adobename="Ustraightstrokecyrillic",
12683  category="lu",
12684  contextname="cyrillicYstrstroke",
12685  description="CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE",
12686  direction="l",
12687  lccode=0x4B1,
12688  linebreak="al",
12689  specials={ "with", 0x4AE, 0x2F },
12690  unicodeslot=0x4B0,
12691 },
12692 [0x4B1]={
12693  adobename="ustraightstrokecyrillic",
12694  category="ll",
12695  contextname="cyrillicystrstroke",
12696  description="CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE",
12697  direction="l",
12698  linebreak="al",
12699  specials={ "with", 0x4AF, 0x2F },
12700  uccode=0x4B0,
12701  unicodeslot=0x4B1,
12702 },
12703 [0x4B2]={
12704  adobename="Hadescendercyrillic",
12705  category="lu",
12706  contextname="cyrillicHADC",
12707  description="CYRILLIC CAPITAL LETTER HA WITH DESCENDER",
12708  direction="l",
12709  lccode=0x4B3,
12710  linebreak="al",
12711  shcode=0x425,
12712  unicodeslot=0x4B2,
12713 },
12714 [0x4B3]={
12715  adobename="hadescendercyrillic",
12716  category="ll",
12717  contextname="cyrillichadc",
12718  description="CYRILLIC SMALL LETTER HA WITH DESCENDER",
12719  direction="l",
12720  linebreak="al",
12721  shcode=0x445,
12722  uccode=0x4B2,
12723  unicodeslot=0x4B3,
12724 },
12725 [0x4B4]={
12726  adobename="Tetsecyrillic",
12727  category="lu",
12728  contextname="cyrillicTETSE",
12729  description="CYRILLIC CAPITAL LIGATURE TE TSE",
12730  direction="l",
12731  lccode=0x4B5,
12732  linebreak="al",
12733  unicodeslot=0x4B4,
12734 },
12735 [0x4B5]={
12736  adobename="tetsecyrillic",
12737  category="ll",
12738  contextname="cyrillictetse",
12739  description="CYRILLIC SMALL LIGATURE TE TSE",
12740  direction="l",
12741  linebreak="al",
12742  uccode=0x4B4,
12743  unicodeslot=0x4B5,
12744 },
12745 [0x4B6]={
12746  adobename="Chedescendercyrillic",
12747  category="lu",
12748  contextname="cyrillicCHEDC",
12749  description="CYRILLIC CAPITAL LETTER CHE WITH DESCENDER",
12750  direction="l",
12751  lccode=0x4B7,
12752  linebreak="al",
12753  shcode=0x427,
12754  unicodeslot=0x4B6,
12755 },
12756 [0x4B7]={
12757  adobename="chedescendercyrillic",
12758  category="ll",
12759  contextname="cyrillicchedc",
12760  description="CYRILLIC SMALL LETTER CHE WITH DESCENDER",
12761  direction="l",
12762  linebreak="al",
12763  shcode=0x447,
12764  uccode=0x4B6,
12765  unicodeslot=0x4B7,
12766 },
12767 [0x4B8]={
12768  adobename="Cheverticalstrokecyrillic",
12769  category="lu",
12770  contextname="cyrillicCHEvertstroke",
12771  description="CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE",
12772  direction="l",
12773  lccode=0x4B9,
12774  linebreak="al",
12775  shcode=0x427,
12776  unicodeslot=0x4B8,
12777 },
12778 [0x4B9]={
12779  adobename="cheverticalstrokecyrillic",
12780  category="ll",
12781  contextname="cyrillicchevertstroke",
12782  description="CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE",
12783  direction="l",
12784  linebreak="al",
12785  shcode=0x447,
12786  uccode=0x4B8,
12787  unicodeslot=0x4B9,
12788 },
12789 [0x4BA]={
12790  adobename="Shhacyrillic",
12791  category="lu",
12792  contextname="cyrillicSHHA",
12793  description="CYRILLIC CAPITAL LETTER SHHA",
12794  direction="l",
12795  lccode=0x4BB,
12796  linebreak="al",
12797  unicodeslot=0x4BA,
12798 },
12799 [0x4BB]={
12800  adobename="shhacyrillic",
12801  category="ll",
12802  contextname="cyrillicshha",
12803  description="CYRILLIC SMALL LETTER SHHA",
12804  direction="l",
12805  linebreak="al",
12806  uccode=0x4BA,
12807  unicodeslot=0x4BB,
12808 },
12809 [0x4BC]={
12810  adobename="Cheabkhasiancyrillic",
12811  category="lu",
12812  contextname="cyrillicCHEabkhasian",
12813  description="CYRILLIC CAPITAL LETTER ABKHASIAN CHE",
12814  direction="l",
12815  lccode=0x4BD,
12816  linebreak="al",
12817  unicodeslot=0x4BC,
12818 },
12819 [0x4BD]={
12820  adobename="cheabkhasiancyrillic",
12821  category="ll",
12822  contextname="cyrilliccheabkhasian",
12823  description="CYRILLIC SMALL LETTER ABKHASIAN CHE",
12824  direction="l",
12825  linebreak="al",
12826  uccode=0x4BC,
12827  unicodeslot=0x4BD,
12828 },
12829 [0x4BE]={
12830  adobename="Chedescenderabkhasiancyrillic",
12831  category="lu",
12832  contextname="cyrillicCHEDCabkhasian",
12833  description="CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER",
12834  direction="l",
12835  lccode=0x4BF,
12836  linebreak="al",
12837  unicodeslot=0x4BE,
12838 },
12839 [0x4BF]={
12840  adobename="chedescenderabkhasiancyrillic",
12841  category="ll",
12842  contextname="cyrillicchedcabkhasian",
12843  description="CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER",
12844  direction="l",
12845  linebreak="al",
12846  uccode=0x4BE,
12847  unicodeslot=0x4BF,
12848 },
12849 [0x4C0]={
12850  adobename="palochkacyrillic",
12851  category="lu",
12852  contextname="cyrillicPALOCHKA",
12853  description="CYRILLIC LETTER PALOCHKA",
12854  direction="l",
12855  lccode=0x4CF,
12856  linebreak="al",
12857  unicodeslot=0x4C0,
12858 },
12859 [0x4C1]={
12860  adobename="Zhebrevecyrillic",
12861  category="lu",
12862  contextname="cyrillicZHEbreve",
12863  description="CYRILLIC CAPITAL LETTER ZHE WITH BREVE",
12864  direction="l",
12865  lccode=0x4C2,
12866  linebreak="al",
12867  shcode=0x416,
12868  specials={ "char", 0x416, 0x306 },
12869  unicodeslot=0x4C1,
12870 },
12871 [0x4C2]={
12872  adobename="zhebrevecyrillic",
12873  category="ll",
12874  contextname="cyrilliczhebreve",
12875  description="CYRILLIC SMALL LETTER ZHE WITH BREVE",
12876  direction="l",
12877  linebreak="al",
12878  shcode=0x436,
12879  specials={ "char", 0x436, 0x306 },
12880  uccode=0x4C1,
12881  unicodeslot=0x4C2,
12882 },
12883 [0x4C3]={
12884  adobename="Kahookcyrillic",
12885  category="lu",
12886  contextname="cyrillicKAhook",
12887  description="CYRILLIC CAPITAL LETTER KA WITH HOOK",
12888  direction="l",
12889  lccode=0x4C4,
12890  linebreak="al",
12891  shcode=0x41A,
12892  specials={ "with", 0x41A, 0x1FA9D },
12893  unicodeslot=0x4C3,
12894 },
12895 [0x4C4]={
12896  adobename="kahookcyrillic",
12897  category="ll",
12898  contextname="cyrillickahook",
12899  description="CYRILLIC SMALL LETTER KA WITH HOOK",
12900  direction="l",
12901  linebreak="al",
12902  shcode=0x43A,
12903  specials={ "with", 0x43A, 0x1FA9D },
12904  uccode=0x4C3,
12905  unicodeslot=0x4C4,
12906 },
12907 [0x4C5]={
12908  category="lu",
12909  contextname="cyrillicELtail",
12910  description="CYRILLIC CAPITAL LETTER EL WITH TAIL",
12911  direction="l",
12912  lccode=0x4C6,
12913  linebreak="al",
12914  shcode=0x41B,
12915  unicodeslot=0x4C5,
12916 },
12917 [0x4C6]={
12918  category="ll",
12919  contextname="cyrilliceltail",
12920  description="CYRILLIC SMALL LETTER EL WITH TAIL",
12921  direction="l",
12922  linebreak="al",
12923  shcode=0x43B,
12924  uccode=0x4C5,
12925  unicodeslot=0x4C6,
12926 },
12927 [0x4C7]={
12928  adobename="Enhookcyrillic",
12929  category="lu",
12930  contextname="cyrillicENhook",
12931  description="CYRILLIC CAPITAL LETTER EN WITH HOOK",
12932  direction="l",
12933  lccode=0x4C8,
12934  linebreak="al",
12935  shcode=0x41D,
12936  specials={ "with", 0x41D, 0x1FA9D },
12937  unicodeslot=0x4C7,
12938 },
12939 [0x4C8]={
12940  adobename="enhookcyrillic",
12941  category="ll",
12942  contextname="cyrillicenhook",
12943  description="CYRILLIC SMALL LETTER EN WITH HOOK",
12944  direction="l",
12945  linebreak="al",
12946  shcode=0x43D,
12947  specials={ "with", 0x43D, 0x1FA9D },
12948  uccode=0x4C7,
12949  unicodeslot=0x4C8,
12950 },
12951 [0x4C9]={
12952  category="lu",
12953  contextname="cyrillicENtail",
12954  description="CYRILLIC CAPITAL LETTER EN WITH TAIL",
12955  direction="l",
12956  lccode=0x4CA,
12957  linebreak="al",
12958  shcode=0x41D,
12959  unicodeslot=0x4C9,
12960 },
12961 [0x4CA]={
12962  category="ll",
12963  contextname="cyrillicentail",
12964  description="CYRILLIC SMALL LETTER EN WITH TAIL",
12965  direction="l",
12966  linebreak="al",
12967  shcode=0x43D,
12968  uccode=0x4C9,
12969  unicodeslot=0x4CA,
12970 },
12971 [0x4CB]={
12972  adobename="Chekhakassiancyrillic",
12973  category="lu",
12974  contextname="cyrillicCHEkhakassian",
12975  description="CYRILLIC CAPITAL LETTER KHAKASSIAN CHE",
12976  direction="l",
12977  lccode=0x4CC,
12978  linebreak="al",
12979  unicodeslot=0x4CB,
12980 },
12981 [0x4CC]={
12982  adobename="chekhakassiancyrillic",
12983  category="ll",
12984  contextname="cyrillicchekhakassian",
12985  description="CYRILLIC SMALL LETTER KHAKASSIAN CHE",
12986  direction="l",
12987  linebreak="al",
12988  uccode=0x4CB,
12989  unicodeslot=0x4CC,
12990 },
12991 [0x4CD]={
12992  category="lu",
12993  contextname="cyrillicEMtail",
12994  description="CYRILLIC CAPITAL LETTER EM WITH TAIL",
12995  direction="l",
12996  lccode=0x4CE,
12997  linebreak="al",
12998  shcode=0x41C,
12999  unicodeslot=0x4CD,
13000 },
13001 [0x4CE]={
13002  category="ll",
13003  contextname="cyrillicemtail",
13004  description="CYRILLIC SMALL LETTER EM WITH TAIL",
13005  direction="l",
13006  linebreak="al",
13007  shcode=0x43C,
13008  uccode=0x4CD,
13009  unicodeslot=0x4CE,
13010 },
13011 [0x4CF]={
13012  category="ll",
13013  description="CYRILLIC SMALL LETTER PALOCHKA",
13014  direction="l",
13015  linebreak="al",
13016  uccode=0x4C0,
13017  unicodeslot=0x4CF,
13018 },
13019 [0x4D0]={
13020  adobename="Abrevecyrillic",
13021  category="lu",
13022  contextname="cyrillicAbreve",
13023  description="CYRILLIC CAPITAL LETTER A WITH BREVE",
13024  direction="l",
13025  lccode=0x4D1,
13026  linebreak="al",
13027  shcode=0x410,
13028  specials={ "char", 0x410, 0x306 },
13029  unicodeslot=0x4D0,
13030 },
13031 [0x4D1]={
13032  adobename="abrevecyrillic",
13033  category="ll",
13034  contextname="cyrillicabreve",
13035  description="CYRILLIC SMALL LETTER A WITH BREVE",
13036  direction="l",
13037  linebreak="al",
13038  shcode=0x430,
13039  specials={ "char", 0x430, 0x306 },
13040  uccode=0x4D0,
13041  unicodeslot=0x4D1,
13042 },
13043 [0x4D2]={
13044  adobename="Adieresiscyrillic",
13045  category="lu",
13046  contextname="cyrillicAdiaeresis",
13047  description="CYRILLIC CAPITAL LETTER A WITH DIAERESIS",
13048  direction="l",
13049  lccode=0x4D3,
13050  linebreak="al",
13051  shcode=0x410,
13052  specials={ "char", 0x410, 0x308 },
13053  unicodeslot=0x4D2,
13054 },
13055 [0x4D3]={
13056  adobename="adieresiscyrillic",
13057  category="ll",
13058  contextname="cyrillicadiaeresis",
13059  description="CYRILLIC SMALL LETTER A WITH DIAERESIS",
13060  direction="l",
13061  linebreak="al",
13062  shcode=0x430,
13063  specials={ "char", 0x430, 0x308 },
13064  uccode=0x4D2,
13065  unicodeslot=0x4D3,
13066 },
13067 [0x4D4]={
13068  adobename="Aiecyrillic",
13069  category="lu",
13070  contextname="cyrillicAE",
13071  description="CYRILLIC CAPITAL LIGATURE A IE",
13072  direction="l",
13073  lccode=0x4D5,
13074  linebreak="al",
13075  unicodeslot=0x4D4,
13076 },
13077 [0x4D5]={
13078  adobename="aiecyrillic",
13079  category="ll",
13080  contextname="cyrillicae",
13081  description="CYRILLIC SMALL LIGATURE A IE",
13082  direction="l",
13083  linebreak="al",
13084  uccode=0x4D4,
13085  unicodeslot=0x4D5,
13086 },
13087 [0x4D6]={
13088  adobename="Iebrevecyrillic",
13089  category="lu",
13090  contextname="cyrillicEbreve",
13091  description="CYRILLIC CAPITAL LETTER IE WITH BREVE",
13092  direction="l",
13093  lccode=0x4D7,
13094  linebreak="al",
13095  shcode=0x415,
13096  specials={ "char", 0x415, 0x306 },
13097  unicodeslot=0x4D6,
13098 },
13099 [0x4D7]={
13100  adobename="iebrevecyrillic",
13101  category="ll",
13102  contextname="cyrillicebreve",
13103  description="CYRILLIC SMALL LETTER IE WITH BREVE",
13104  direction="l",
13105  linebreak="al",
13106  shcode=0x435,
13107  specials={ "char", 0x435, 0x306 },
13108  uccode=0x4D6,
13109  unicodeslot=0x4D7,
13110 },
13111 [0x4D8]={
13112  adobename="Schwacyrillic",
13113  category="lu",
13114  contextname="cyrillicSCHWA",
13115  description="CYRILLIC CAPITAL LETTER SCHWA",
13116  direction="l",
13117  lccode=0x4D9,
13118  linebreak="al",
13119  unicodeslot=0x4D8,
13120 },
13121 [0x4D9]={
13122  adobename="schwacyrillic",
13123  category="ll",
13124  contextname="cyrillicschwa",
13125  description="CYRILLIC SMALL LETTER SCHWA",
13126  direction="l",
13127  linebreak="al",
13128  uccode=0x4D8,
13129  unicodeslot=0x4D9,
13130 },
13131 [0x4DA]={
13132  adobename="Schwadieresiscyrillic",
13133  category="lu",
13134  contextname="cyrillicSCHWAdiaeresis",
13135  description="CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS",
13136  direction="l",
13137  lccode=0x4DB,
13138  linebreak="al",
13139  shcode=0x4D8,
13140  specials={ "char", 0x4D8, 0x308 },
13141  unicodeslot=0x4DA,
13142 },
13143 [0x4DB]={
13144  adobename="schwadieresiscyrillic",
13145  category="ll",
13146  contextname="cyrillicschwadiaeresis",
13147  description="CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS",
13148  direction="l",
13149  linebreak="al",
13150  shcode=0x4D9,
13151  specials={ "char", 0x4D9, 0x308 },
13152  uccode=0x4DA,
13153  unicodeslot=0x4DB,
13154 },
13155 [0x4DC]={
13156  adobename="Zhedieresiscyrillic",
13157  category="lu",
13158  contextname="cyrillicZHEdiaeresis",
13159  description="CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS",
13160  direction="l",
13161  lccode=0x4DD,
13162  linebreak="al",
13163  shcode=0x416,
13164  specials={ "char", 0x416, 0x308 },
13165  unicodeslot=0x4DC,
13166 },
13167 [0x4DD]={
13168  adobename="zhedieresiscyrillic",
13169  category="ll",
13170  contextname="cyrilliczhediaeresis",
13171  description="CYRILLIC SMALL LETTER ZHE WITH DIAERESIS",
13172  direction="l",
13173  linebreak="al",
13174  shcode=0x436,
13175  specials={ "char", 0x436, 0x308 },
13176  uccode=0x4DC,
13177  unicodeslot=0x4DD,
13178 },
13179 [0x4DE]={
13180  adobename="Zedieresiscyrillic",
13181  category="lu",
13182  contextname="cyrillicZEdiaeresis",
13183  description="CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS",
13184  direction="l",
13185  lccode=0x4DF,
13186  linebreak="al",
13187  shcode=0x417,
13188  specials={ "char", 0x417, 0x308 },
13189  unicodeslot=0x4DE,
13190 },
13191 [0x4DF]={
13192  adobename="zedieresiscyrillic",
13193  category="ll",
13194  contextname="cyrilliczediaeresis",
13195  description="CYRILLIC SMALL LETTER ZE WITH DIAERESIS",
13196  direction="l",
13197  linebreak="al",
13198  shcode=0x437,
13199  specials={ "char", 0x437, 0x308 },
13200  uccode=0x4DE,
13201  unicodeslot=0x4DF,
13202 },
13203 [0x4E0]={
13204  adobename="Dzeabkhasiancyrillic",
13205  category="lu",
13206  contextname="cyrillicDZEabkhasian",
13207  description="CYRILLIC CAPITAL LETTER ABKHASIAN DZE",
13208  direction="l",
13209  lccode=0x4E1,
13210  linebreak="al",
13211  unicodeslot=0x4E0,
13212 },
13213 [0x4E1]={
13214  adobename="dzeabkhasiancyrillic",
13215  category="ll",
13216  contextname="cyrillicdzeabkhasian",
13217  description="CYRILLIC SMALL LETTER ABKHASIAN DZE",
13218  direction="l",
13219  linebreak="al",
13220  uccode=0x4E0,
13221  unicodeslot=0x4E1,
13222 },
13223 [0x4E2]={
13224  adobename="Imacroncyrillic",
13225  category="lu",
13226  contextname="cyrillicImacron",
13227  description="CYRILLIC CAPITAL LETTER I WITH MACRON",
13228  direction="l",
13229  lccode=0x4E3,
13230  linebreak="al",
13231  shcode=0x418,
13232  specials={ "char", 0x418, 0x304 },
13233  unicodeslot=0x4E2,
13234 },
13235 [0x4E3]={
13236  adobename="imacroncyrillic",
13237  category="ll",
13238  contextname="cyrillicimacron",
13239  description="CYRILLIC SMALL LETTER I WITH MACRON",
13240  direction="l",
13241  linebreak="al",
13242  shcode=0x438,
13243  specials={ "char", 0x438, 0x304 },
13244  uccode=0x4E2,
13245  unicodeslot=0x4E3,
13246 },
13247 [0x4E4]={
13248  adobename="Idieresiscyrillic",
13249  category="lu",
13250  contextname="cyrillicIdiaeresis",
13251  description="CYRILLIC CAPITAL LETTER I WITH DIAERESIS",
13252  direction="l",
13253  lccode=0x4E5,
13254  linebreak="al",
13255  shcode=0x418,
13256  specials={ "char", 0x418, 0x308 },
13257  unicodeslot=0x4E4,
13258 },
13259 [0x4E5]={
13260  adobename="idieresiscyrillic",
13261  category="ll",
13262  contextname="cyrillicidiaeresis",
13263  description="CYRILLIC SMALL LETTER I WITH DIAERESIS",
13264  direction="l",
13265  linebreak="al",
13266  shcode=0x438,
13267  specials={ "char", 0x438, 0x308 },
13268  uccode=0x4E4,
13269  unicodeslot=0x4E5,
13270 },
13271 [0x4E6]={
13272  adobename="Odieresiscyrillic",
13273  category="lu",
13274  contextname="cyrillicOdiaeresis",
13275  description="CYRILLIC CAPITAL LETTER O WITH DIAERESIS",
13276  direction="l",
13277  lccode=0x4E7,
13278  linebreak="al",
13279  shcode=0x41E,
13280  specials={ "char", 0x41E, 0x308 },
13281  unicodeslot=0x4E6,
13282 },
13283 [0x4E7]={
13284  adobename="odieresiscyrillic",
13285  category="ll",
13286  contextname="cyrillicodiaeresis",
13287  description="CYRILLIC SMALL LETTER O WITH DIAERESIS",
13288  direction="l",
13289  linebreak="al",
13290  shcode=0x43E,
13291  specials={ "char", 0x43E, 0x308 },
13292  uccode=0x4E6,
13293  unicodeslot=0x4E7,
13294 },
13295 [0x4E8]={
13296  adobename="Obarredcyrillic",
13297  category="lu",
13298  contextname="cyrillicObarred",
13299  description="CYRILLIC CAPITAL LETTER BARRED O",
13300  direction="l",
13301  lccode=0x4E9,
13302  linebreak="al",
13303  unicodeslot=0x4E8,
13304 },
13305 [0x4E9]={
13306  adobename="obarredcyrillic",
13307  category="ll",
13308  contextname="cyrillicobarred",
13309  description="CYRILLIC SMALL LETTER BARRED O",
13310  direction="l",
13311  linebreak="al",
13312  uccode=0x4E8,
13313  unicodeslot=0x4E9,
13314 },
13315 [0x4EA]={
13316  adobename="Obarreddieresiscyrillic",
13317  category="lu",
13318  contextname="cyrillicObarreddiaeresis",
13319  description="CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS",
13320  direction="l",
13321  lccode=0x4EB,
13322  linebreak="al",
13323  specials={ "char", 0x4E8, 0x308 },
13324  unicodeslot=0x4EA,
13325 },
13326 [0x4EB]={
13327  adobename="obarreddieresiscyrillic",
13328  category="ll",
13329  contextname="cyrillicobarreddiaeresis",
13330  description="CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS",
13331  direction="l",
13332  linebreak="al",
13333  specials={ "char", 0x4E9, 0x308 },
13334  uccode=0x4EA,
13335  unicodeslot=0x4EB,
13336 },
13337 [0x4EC]={
13338  category="lu",
13339  contextname="cyrillicEdiaeresis",
13340  description="CYRILLIC CAPITAL LETTER E WITH DIAERESIS",
13341  direction="l",
13342  lccode=0x4ED,
13343  linebreak="al",
13344  shcode=0x42D,
13345  specials={ "char", 0x42D, 0x308 },
13346  unicodeslot=0x4EC,
13347 },
13348 [0x4ED]={
13349  category="ll",
13350  contextname="cyrillicediaeresis",
13351  description="CYRILLIC SMALL LETTER E WITH DIAERESIS",
13352  direction="l",
13353  linebreak="al",
13354  shcode=0x44D,
13355  specials={ "char", 0x44D, 0x308 },
13356  uccode=0x4EC,
13357  unicodeslot=0x4ED,
13358 },
13359 [0x4EE]={
13360  adobename="Umacroncyrillic",
13361  category="lu",
13362  contextname="cyrillicUmacron",
13363  description="CYRILLIC CAPITAL LETTER U WITH MACRON",
13364  direction="l",
13365  lccode=0x4EF,
13366  linebreak="al",
13367  shcode=0x423,
13368  specials={ "char", 0x423, 0x304 },
13369  unicodeslot=0x4EE,
13370 },
13371 [0x4EF]={
13372  adobename="umacroncyrillic",
13373  category="ll",
13374  contextname="cyrillicumacron",
13375  description="CYRILLIC SMALL LETTER U WITH MACRON",
13376  direction="l",
13377  linebreak="al",
13378  shcode=0x443,
13379  specials={ "char", 0x443, 0x304 },
13380  uccode=0x4EE,
13381  unicodeslot=0x4EF,
13382 },
13383 [0x4F0]={
13384  adobename="Udieresiscyrillic",
13385  category="lu",
13386  contextname="cyrillicUdiaeresis",
13387  description="CYRILLIC CAPITAL LETTER U WITH DIAERESIS",
13388  direction="l",
13389  lccode=0x4F1,
13390  linebreak="al",
13391  shcode=0x423,
13392  specials={ "char", 0x423, 0x308 },
13393  unicodeslot=0x4F0,
13394 },
13395 [0x4F1]={
13396  adobename="udieresiscyrillic",
13397  category="ll",
13398  contextname="cyrillicudiaeresis",
13399  description="CYRILLIC SMALL LETTER U WITH DIAERESIS",
13400  direction="l",
13401  linebreak="al",
13402  shcode=0x443,
13403  specials={ "char", 0x443, 0x308 },
13404  uccode=0x4F0,
13405  unicodeslot=0x4F1,
13406 },
13407 [0x4F2]={
13408  adobename="Uhungarumlautcyrillic",
13409  category="lu",
13410  contextname="cyrillicUdoubleacute",
13411  description="CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE",
13412  direction="l",
13413  lccode=0x4F3,
13414  linebreak="al",
13415  shcode=0x423,
13416  specials={ "char", 0x423, 0x30B },
13417  unicodeslot=0x4F2,
13418 },
13419 [0x4F3]={
13420  adobename="uhungarumlautcyrillic",
13421  category="ll",
13422  contextname="cyrillicudoubleacute",
13423  description="CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE",
13424  direction="l",
13425  linebreak="al",
13426  shcode=0x443,
13427  specials={ "char", 0x443, 0x30B },
13428  uccode=0x4F2,
13429  unicodeslot=0x4F3,
13430 },
13431 [0x4F4]={
13432  adobename="Chedieresiscyrillic",
13433  category="lu",
13434  contextname="cyrillicCHEdiaeresis",
13435  description="CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS",
13436  direction="l",
13437  lccode=0x4F5,
13438  linebreak="al",
13439  shcode=0x427,
13440  specials={ "char", 0x427, 0x308 },
13441  unicodeslot=0x4F4,
13442 },
13443 [0x4F5]={
13444  adobename="chedieresiscyrillic",
13445  category="ll",
13446  contextname="cyrillicchediaeresis",
13447  description="CYRILLIC SMALL LETTER CHE WITH DIAERESIS",
13448  direction="l",
13449  linebreak="al",
13450  shcode=0x447,
13451  specials={ "char", 0x447, 0x308 },
13452  uccode=0x4F4,
13453  unicodeslot=0x4F5,
13454 },
13455 [0x4F6]={
13456  category="lu",
13457  description="CYRILLIC CAPITAL LETTER GHE WITH DESCENDER",
13458  direction="l",
13459  lccode=0x4F7,
13460  linebreak="al",
13461  shcode=0x413,
13462  unicodeslot=0x4F6,
13463 },
13464 [0x4F7]={
13465  category="ll",
13466  description="CYRILLIC SMALL LETTER GHE WITH DESCENDER",
13467  direction="l",
13468  linebreak="al",
13469  shcode=0x433,
13470  uccode=0x4F6,
13471  unicodeslot=0x4F7,
13472 },
13473 [0x4F8]={
13474  adobename="Yerudieresiscyrillic",
13475  category="lu",
13476  contextname="cyrillicYERUdiaeresis",
13477  description="CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS",
13478  direction="l",
13479  lccode=0x4F9,
13480  linebreak="al",
13481  shcode=0x42B,
13482  specials={ "char", 0x42B, 0x308 },
13483  unicodeslot=0x4F8,
13484 },
13485 [0x4F9]={
13486  adobename="yerudieresiscyrillic",
13487  category="ll",
13488  contextname="cyrillicyerudiaeresis",
13489  description="CYRILLIC SMALL LETTER YERU WITH DIAERESIS",
13490  direction="l",
13491  linebreak="al",
13492  shcode=0x44B,
13493  specials={ "char", 0x44B, 0x308 },
13494  uccode=0x4F8,
13495  unicodeslot=0x4F9,
13496 },
13497 [0x4FA]={
13498  category="lu",
13499  description="CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK",
13500  direction="l",
13501  lccode=0x4FB,
13502  linebreak="al",
13503  shcode=0x413,
13504  unicodeslot=0x4FA,
13505 },
13506 [0x4FB]={
13507  category="ll",
13508  description="CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK",
13509  direction="l",
13510  linebreak="al",
13511  shcode=0x433,
13512  uccode=0x4FA,
13513  unicodeslot=0x4FB,
13514 },
13515 [0x4FC]={
13516  category="lu",
13517  description="CYRILLIC CAPITAL LETTER HA WITH HOOK",
13518  direction="l",
13519  lccode=0x4FD,
13520  linebreak="al",
13521  shcode=0x425,
13522  specials={ "with", 0x425, 0x1FA9D },
13523  unicodeslot=0x4FC,
13524 },
13525 [0x4FD]={
13526  category="ll",
13527  description="CYRILLIC SMALL LETTER HA WITH HOOK",
13528  direction="l",
13529  linebreak="al",
13530  shcode=0x445,
13531  specials={ "with", 0x445, 0x1FA9D },
13532  uccode=0x4FC,
13533  unicodeslot=0x4FD,
13534 },
13535 [0x4FE]={
13536  category="lu",
13537  description="CYRILLIC CAPITAL LETTER HA WITH STROKE",
13538  direction="l",
13539  lccode=0x4FF,
13540  linebreak="al",
13541  shcode=0x425,
13542  specials={ "with", 0x425, 0x2F },
13543  unicodeslot=0x4FE,
13544 },
13545 [0x4FF]={
13546  category="ll",
13547  description="CYRILLIC SMALL LETTER HA WITH STROKE",
13548  direction="l",
13549  linebreak="al",
13550  shcode=0x445,
13551  specials={ "with", 0x445, 0x2F },
13552  uccode=0x4FE,
13553  unicodeslot=0x4FF,
13554 },
13555 [0x500]={
13556  category="lu",
13557  description="CYRILLIC CAPITAL LETTER KOMI DE",
13558  direction="l",
13559  lccode=0x501,
13560  linebreak="al",
13561  unicodeslot=0x500,
13562 },
13563 [0x501]={
13564  category="ll",
13565  description="CYRILLIC SMALL LETTER KOMI DE",
13566  direction="l",
13567  linebreak="al",
13568  uccode=0x500,
13569  unicodeslot=0x501,
13570 },
13571 [0x502]={
13572  category="lu",
13573  description="CYRILLIC CAPITAL LETTER KOMI DJE",
13574  direction="l",
13575  lccode=0x503,
13576  linebreak="al",
13577  unicodeslot=0x502,
13578 },
13579 [0x503]={
13580  category="ll",
13581  description="CYRILLIC SMALL LETTER KOMI DJE",
13582  direction="l",
13583  linebreak="al",
13584  uccode=0x502,
13585  unicodeslot=0x503,
13586 },
13587 [0x504]={
13588  category="lu",
13589  description="CYRILLIC CAPITAL LETTER KOMI ZJE",
13590  direction="l",
13591  lccode=0x505,
13592  linebreak="al",
13593  unicodeslot=0x504,
13594 },
13595 [0x505]={
13596  category="ll",
13597  description="CYRILLIC SMALL LETTER KOMI ZJE",
13598  direction="l",
13599  linebreak="al",
13600  uccode=0x504,
13601  unicodeslot=0x505,
13602 },
13603 [0x506]={
13604  category="lu",
13605  description="CYRILLIC CAPITAL LETTER KOMI DZJE",
13606  direction="l",
13607  lccode=0x507,
13608  linebreak="al",
13609  unicodeslot=0x506,
13610 },
13611 [0x507]={
13612  category="ll",
13613  description="CYRILLIC SMALL LETTER KOMI DZJE",
13614  direction="l",
13615  linebreak="al",
13616  uccode=0x506,
13617  unicodeslot=0x507,
13618 },
13619 [0x508]={
13620  category="lu",
13621  description="CYRILLIC CAPITAL LETTER KOMI LJE",
13622  direction="l",
13623  lccode=0x509,
13624  linebreak="al",
13625  unicodeslot=0x508,
13626 },
13627 [0x509]={
13628  category="ll",
13629  description="CYRILLIC SMALL LETTER KOMI LJE",
13630  direction="l",
13631  linebreak="al",
13632  uccode=0x508,
13633  unicodeslot=0x509,
13634 },
13635 [0x50A]={
13636  category="lu",
13637  description="CYRILLIC CAPITAL LETTER KOMI NJE",
13638  direction="l",
13639  lccode=0x50B,
13640  linebreak="al",
13641  unicodeslot=0x50A,
13642 },
13643 [0x50B]={
13644  category="ll",
13645  description="CYRILLIC SMALL LETTER KOMI NJE",
13646  direction="l",
13647  linebreak="al",
13648  uccode=0x50A,
13649  unicodeslot=0x50B,
13650 },
13651 [0x50C]={
13652  category="lu",
13653  description="CYRILLIC CAPITAL LETTER KOMI SJE",
13654  direction="l",
13655  lccode=0x50D,
13656  linebreak="al",
13657  unicodeslot=0x50C,
13658 },
13659 [0x50D]={
13660  category="ll",
13661  description="CYRILLIC SMALL LETTER KOMI SJE",
13662  direction="l",
13663  linebreak="al",
13664  uccode=0x50C,
13665  unicodeslot=0x50D,
13666 },
13667 [0x50E]={
13668  category="lu",
13669  description="CYRILLIC CAPITAL LETTER KOMI TJE",
13670  direction="l",
13671  lccode=0x50F,
13672  linebreak="al",
13673  unicodeslot=0x50E,
13674 },
13675 [0x50F]={
13676  category="ll",
13677  description="CYRILLIC SMALL LETTER KOMI TJE",
13678  direction="l",
13679  linebreak="al",
13680  uccode=0x50E,
13681  unicodeslot=0x50F,
13682 },
13683 [0x510]={
13684  category="lu",
13685  description="CYRILLIC CAPITAL LETTER REVERSED ZE",
13686  direction="l",
13687  lccode=0x511,
13688  linebreak="al",
13689  unicodeslot=0x510,
13690 },
13691 [0x511]={
13692  category="ll",
13693  description="CYRILLIC SMALL LETTER REVERSED ZE",
13694  direction="l",
13695  linebreak="al",
13696  uccode=0x510,
13697  unicodeslot=0x511,
13698 },
13699 [0x512]={
13700  category="lu",
13701  description="CYRILLIC CAPITAL LETTER EL WITH HOOK",
13702  direction="l",
13703  lccode=0x513,
13704  linebreak="al",
13705  shcode=0x41B,
13706  specials={ "with", 0x41B, 0x1FA9D },
13707  unicodeslot=0x512,
13708 },
13709 [0x513]={
13710  category="ll",
13711  description="CYRILLIC SMALL LETTER EL WITH HOOK",
13712  direction="l",
13713  linebreak="al",
13714  shcode=0x43B,
13715  specials={ "with", 0x43B, 0x1FA9D },
13716  uccode=0x512,
13717  unicodeslot=0x513,
13718 },
13719 [0x514]={
13720  category="lu",
13721  description="CYRILLIC CAPITAL LETTER LHA",
13722  direction="l",
13723  lccode=0x515,
13724  linebreak="al",
13725  unicodeslot=0x514,
13726 },
13727 [0x515]={
13728  category="ll",
13729  description="CYRILLIC SMALL LETTER LHA",
13730  direction="l",
13731  linebreak="al",
13732  unicodeslot=0x515,
13733 },
13734 [0x516]={
13735  category="lu",
13736  description="CYRILLIC CAPITAL LETTER RHA",
13737  direction="l",
13738  lccode=0x517,
13739  linebreak="al",
13740  unicodeslot=0x516,
13741 },
13742 [0x517]={
13743  category="ll",
13744  description="CYRILLIC SMALL LETTER RHA",
13745  direction="l",
13746  linebreak="al",
13747  unicodeslot=0x517,
13748 },
13749 [0x518]={
13750  category="lu",
13751  description="CYRILLIC CAPITAL LETTER YAE",
13752  direction="l",
13753  lccode=0x519,
13754  linebreak="al",
13755  unicodeslot=0x518,
13756 },
13757 [0x519]={
13758  category="ll",
13759  description="CYRILLIC SMALL LETTER YAE",
13760  direction="l",
13761  linebreak="al",
13762  unicodeslot=0x519,
13763 },
13764 [0x51A]={
13765  category="lu",
13766  description="CYRILLIC CAPITAL LETTER QA",
13767  direction="l",
13768  lccode=0x51B,
13769  linebreak="al",
13770  unicodeslot=0x51A,
13771 },
13772 [0x51B]={
13773  category="ll",
13774  description="CYRILLIC SMALL LETTER QA",
13775  direction="l",
13776  linebreak="al",
13777  unicodeslot=0x51B,
13778 },
13779 [0x51C]={
13780  category="lu",
13781  description="CYRILLIC CAPITAL LETTER WE",
13782  direction="l",
13783  lccode=0x51D,
13784  linebreak="al",
13785  unicodeslot=0x51C,
13786 },
13787 [0x51D]={
13788  category="ll",
13789  description="CYRILLIC SMALL LETTER WE",
13790  direction="l",
13791  linebreak="al",
13792  unicodeslot=0x51D,
13793 },
13794 [0x51E]={
13795  category="lu",
13796  description="CYRILLIC CAPITAL LETTER ALEUT KA",
13797  direction="l",
13798  lccode=0x51F,
13799  linebreak="al",
13800  unicodeslot=0x51E,
13801 },
13802 [0x51F]={
13803  category="ll",
13804  description="CYRILLIC SMALL LETTER ALEUT KA",
13805  direction="l",
13806  linebreak="al",
13807  unicodeslot=0x51F,
13808 },
13809 [0x520]={
13810  category="lu",
13811  description="CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK",
13812  direction="l",
13813  lccode=0x521,
13814  linebreak="al",
13815  unicodeslot=0x520,
13816 },
13817 [0x521]={
13818  category="ll",
13819  description="CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK",
13820  direction="l",
13821  linebreak="al",
13822  unicodeslot=0x521,
13823 },
13824 [0x522]={
13825  category="lu",
13826  description="CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK",
13827  direction="l",
13828  lccode=0x523,
13829  linebreak="al",
13830  unicodeslot=0x522,
13831 },
13832 [0x523]={
13833  category="ll",
13834  description="CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK",
13835  direction="l",
13836  linebreak="al",
13837  unicodeslot=0x523,
13838 },
13839 [0x524]={
13840  category="lu",
13841  description="CYRILLIC CAPITAL LETTER PE WITH DESCENDER",
13842  direction="l",
13843  lccode=0x525,
13844  linebreak="al",
13845  unicodeslot=0x524,
13846 },
13847 [0x525]={
13848  category="ll",
13849  description="CYRILLIC SMALL LETTER PE WITH DESCENDER",
13850  direction="l",
13851  linebreak="al",
13852  unicodeslot=0x525,
13853 },
13854 [0x526]={
13855  category="lu",
13856  description="CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER",
13857  direction="l",
13858  lccode=0x527,
13859  linebreak="al",
13860  unicodeslot=0x526,
13861 },
13862 [0x527]={
13863  category="ll",
13864  description="CYRILLIC SMALL LETTER SHHA WITH DESCENDER",
13865  direction="l",
13866  linebreak="al",
13867  unicodeslot=0x527,
13868 },
13869 [0x528]={
13870  category="lu",
13871  description="CYRILLIC CAPITAL LETTER EN WITH LEFT HOOK",
13872  direction="l",
13873  lccode=0x529,
13874  linebreak="al",
13875  unicodeslot=0x528,
13876 },
13877 [0x529]={
13878  category="ll",
13879  description="CYRILLIC SMALL LETTER EN WITH LEFT HOOK",
13880  direction="l",
13881  linebreak="al",
13882  unicodeslot=0x529,
13883 },
13884 [0x52A]={
13885  category="lu",
13886  description="CYRILLIC CAPITAL LETTER DZZHE",
13887  direction="l",
13888  lccode=0x52B,
13889  linebreak="al",
13890  unicodeslot=0x52A,
13891 },
13892 [0x52B]={
13893  category="ll",
13894  description="CYRILLIC SMALL LETTER DZZHE",
13895  direction="l",
13896  linebreak="al",
13897  unicodeslot=0x52B,
13898 },
13899 [0x52C]={
13900  category="lu",
13901  description="CYRILLIC CAPITAL LETTER DCHE",
13902  direction="l",
13903  lccode=0x52D,
13904  linebreak="al",
13905  unicodeslot=0x52C,
13906 },
13907 [0x52D]={
13908  category="ll",
13909  description="CYRILLIC SMALL LETTER DCHE",
13910  direction="l",
13911  linebreak="al",
13912  unicodeslot=0x52D,
13913 },
13914 [0x52E]={
13915  category="lu",
13916  description="CYRILLIC CAPITAL LETTER EL WITH DESCENDER",
13917  direction="l",
13918  lccode=0x52F,
13919  linebreak="al",
13920  unicodeslot=0x52E,
13921 },
13922 [0x52F]={
13923  category="ll",
13924  description="CYRILLIC SMALL LETTER EL WITH DESCENDER",
13925  direction="l",
13926  linebreak="al",
13927  unicodeslot=0x52F,
13928 },
13929 [0x531]={
13930  adobename="Aybarmenian",
13931  category="lu",
13932  description="ARMENIAN CAPITAL LETTER AYB",
13933  direction="l",
13934  lccode=0x561,
13935  linebreak="al",
13936  unicodeslot=0x531,
13937 },
13938 [0x532]={
13939  adobename="Benarmenian",
13940  category="lu",
13941  description="ARMENIAN CAPITAL LETTER BEN",
13942  direction="l",
13943  lccode=0x562,
13944  linebreak="al",
13945  unicodeslot=0x532,
13946 },
13947 [0x533]={
13948  adobename="Gimarmenian",
13949  category="lu",
13950  description="ARMENIAN CAPITAL LETTER GIM",
13951  direction="l",
13952  lccode=0x563,
13953  linebreak="al",
13954  unicodeslot=0x533,
13955 },
13956 [0x534]={
13957  adobename="Daarmenian",
13958  category="lu",
13959  description="ARMENIAN CAPITAL LETTER DA",
13960  direction="l",
13961  lccode=0x564,
13962  linebreak="al",
13963  unicodeslot=0x534,
13964 },
13965 [0x535]={
13966  adobename="Echarmenian",
13967  category="lu",
13968  description="ARMENIAN CAPITAL LETTER ECH",
13969  direction="l",
13970  lccode=0x565,
13971  linebreak="al",
13972  unicodeslot=0x535,
13973 },
13974 [0x536]={
13975  adobename="Zaarmenian",
13976  category="lu",
13977  description="ARMENIAN CAPITAL LETTER ZA",
13978  direction="l",
13979  lccode=0x566,
13980  linebreak="al",
13981  unicodeslot=0x536,
13982 },
13983 [0x537]={
13984  adobename="Eharmenian",
13985  category="lu",
13986  description="ARMENIAN CAPITAL LETTER EH",
13987  direction="l",
13988  lccode=0x567,
13989  linebreak="al",
13990  unicodeslot=0x537,
13991 },
13992 [0x538]={
13993  adobename="Etarmenian",
13994  category="lu",
13995  description="ARMENIAN CAPITAL LETTER ET",
13996  direction="l",
13997  lccode=0x568,
13998  linebreak="al",
13999  unicodeslot=0x538,
14000 },
14001 [0x539]={
14002  adobename="Toarmenian",
14003  category="lu",
14004  description="ARMENIAN CAPITAL LETTER TO",
14005  direction="l",
14006  lccode=0x569,
14007  linebreak="al",
14008  unicodeslot=0x539,
14009 },
14010 [0x53A]={
14011  adobename="Zhearmenian",
14012  category="lu",
14013  description="ARMENIAN CAPITAL LETTER ZHE",
14014  direction="l",
14015  lccode=0x56A,
14016  linebreak="al",
14017  unicodeslot=0x53A,
14018 },
14019 [0x53B]={
14020  adobename="Iniarmenian",
14021  category="lu",
14022  description="ARMENIAN CAPITAL LETTER INI",
14023  direction="l",
14024  lccode=0x56B,
14025  linebreak="al",
14026  unicodeslot=0x53B,
14027 },
14028 [0x53C]={
14029  adobename="Liwnarmenian",
14030  category="lu",
14031  description="ARMENIAN CAPITAL LETTER LIWN",
14032  direction="l",
14033  lccode=0x56C,
14034  linebreak="al",
14035  unicodeslot=0x53C,
14036 },
14037 [0x53D]={
14038  adobename="Xeharmenian",
14039  category="lu",
14040  description="ARMENIAN CAPITAL LETTER XEH",
14041  direction="l",
14042  lccode=0x56D,
14043  linebreak="al",
14044  unicodeslot=0x53D,
14045 },
14046 [0x53E]={
14047  adobename="Caarmenian",
14048  category="lu",
14049  description="ARMENIAN CAPITAL LETTER CA",
14050  direction="l",
14051  lccode=0x56E,
14052  linebreak="al",
14053  unicodeslot=0x53E,
14054 },
14055 [0x53F]={
14056  adobename="Kenarmenian",
14057  category="lu",
14058  description="ARMENIAN CAPITAL LETTER KEN",
14059  direction="l",
14060  lccode=0x56F,
14061  linebreak="al",
14062  unicodeslot=0x53F,
14063 },
14064 [0x540]={
14065  adobename="Hoarmenian",
14066  category="lu",
14067  description="ARMENIAN CAPITAL LETTER HO",
14068  direction="l",
14069  lccode=0x570,
14070  linebreak="al",
14071  unicodeslot=0x540,
14072 },
14073 [0x541]={
14074  adobename="Jaarmenian",
14075  category="lu",
14076  description="ARMENIAN CAPITAL LETTER JA",
14077  direction="l",
14078  lccode=0x571,
14079  linebreak="al",
14080  unicodeslot=0x541,
14081 },
14082 [0x542]={
14083  adobename="Ghadarmenian",
14084  category="lu",
14085  description="ARMENIAN CAPITAL LETTER GHAD",
14086  direction="l",
14087  lccode=0x572,
14088  linebreak="al",
14089  unicodeslot=0x542,
14090 },
14091 [0x543]={
14092  adobename="Cheharmenian",
14093  category="lu",
14094  description="ARMENIAN CAPITAL LETTER CHEH",
14095  direction="l",
14096  lccode=0x573,
14097  linebreak="al",
14098  unicodeslot=0x543,
14099 },
14100 [0x544]={
14101  adobename="Menarmenian",
14102  category="lu",
14103  description="ARMENIAN CAPITAL LETTER MEN",
14104  direction="l",
14105  lccode=0x574,
14106  linebreak="al",
14107  unicodeslot=0x544,
14108 },
14109 [0x545]={
14110  adobename="Yiarmenian",
14111  category="lu",
14112  description="ARMENIAN CAPITAL LETTER YI",
14113  direction="l",
14114  lccode=0x575,
14115  linebreak="al",
14116  unicodeslot=0x545,
14117 },
14118 [0x546]={
14119  adobename="Nowarmenian",
14120  category="lu",
14121  description="ARMENIAN CAPITAL LETTER NOW",
14122  direction="l",
14123  lccode=0x576,
14124  linebreak="al",
14125  unicodeslot=0x546,
14126 },
14127 [0x547]={
14128  adobename="Shaarmenian",
14129  category="lu",
14130  description="ARMENIAN CAPITAL LETTER SHA",
14131  direction="l",
14132  lccode=0x577,
14133  linebreak="al",
14134  unicodeslot=0x547,
14135 },
14136 [0x548]={
14137  adobename="Voarmenian",
14138  category="lu",
14139  description="ARMENIAN CAPITAL LETTER VO",
14140  direction="l",
14141  lccode=0x578,
14142  linebreak="al",
14143  unicodeslot=0x548,
14144 },
14145 [0x549]={
14146  adobename="Chaarmenian",
14147  category="lu",
14148  description="ARMENIAN CAPITAL LETTER CHA",
14149  direction="l",
14150  lccode=0x579,
14151  linebreak="al",
14152  unicodeslot=0x549,
14153 },
14154 [0x54A]={
14155  adobename="Peharmenian",
14156  category="lu",
14157  description="ARMENIAN CAPITAL LETTER PEH",
14158  direction="l",
14159  lccode=0x57A,
14160  linebreak="al",
14161  unicodeslot=0x54A,
14162 },
14163 [0x54B]={
14164  adobename="Jheharmenian",
14165  category="lu",
14166  description="ARMENIAN CAPITAL LETTER JHEH",
14167  direction="l",
14168  lccode=0x57B,
14169  linebreak="al",
14170  unicodeslot=0x54B,
14171 },
14172 [0x54C]={
14173  adobename="Raarmenian",
14174  category="lu",
14175  description="ARMENIAN CAPITAL LETTER RA",
14176  direction="l",
14177  lccode=0x57C,
14178  linebreak="al",
14179  unicodeslot=0x54C,
14180 },
14181 [0x54D]={
14182  adobename="Seharmenian",
14183  category="lu",
14184  description="ARMENIAN CAPITAL LETTER SEH",
14185  direction="l",
14186  lccode=0x57D,
14187  linebreak="al",
14188  unicodeslot=0x54D,
14189 },
14190 [0x54E]={
14191  adobename="Vewarmenian",
14192  category="lu",
14193  description="ARMENIAN CAPITAL LETTER VEW",
14194  direction="l",
14195  lccode=0x57E,
14196  linebreak="al",
14197  unicodeslot=0x54E,
14198 },
14199 [0x54F]={
14200  adobename="Tiwnarmenian",
14201  category="lu",
14202  description="ARMENIAN CAPITAL LETTER TIWN",
14203  direction="l",
14204  lccode=0x57F,
14205  linebreak="al",
14206  unicodeslot=0x54F,
14207 },
14208 [0x550]={
14209  adobename="Reharmenian",
14210  category="lu",
14211  description="ARMENIAN CAPITAL LETTER REH",
14212  direction="l",
14213  lccode=0x580,
14214  linebreak="al",
14215  unicodeslot=0x550,
14216 },
14217 [0x551]={
14218  adobename="Coarmenian",
14219  category="lu",
14220  description="ARMENIAN CAPITAL LETTER CO",
14221  direction="l",
14222  lccode=0x581,
14223  linebreak="al",
14224  unicodeslot=0x551,
14225 },
14226 [0x552]={
14227  adobename="Yiwnarmenian",
14228  category="lu",
14229  description="ARMENIAN CAPITAL LETTER YIWN",
14230  direction="l",
14231  lccode=0x582,
14232  linebreak="al",
14233  unicodeslot=0x552,
14234 },
14235 [0x553]={
14236  adobename="Piwrarmenian",
14237  category="lu",
14238  description="ARMENIAN CAPITAL LETTER PIWR",
14239  direction="l",
14240  lccode=0x583,
14241  linebreak="al",
14242  unicodeslot=0x553,
14243 },
14244 [0x554]={
14245  adobename="Keharmenian",
14246  category="lu",
14247  description="ARMENIAN CAPITAL LETTER KEH",
14248  direction="l",
14249  lccode=0x584,
14250  linebreak="al",
14251  unicodeslot=0x554,
14252 },
14253 [0x555]={
14254  adobename="Oharmenian",
14255  category="lu",
14256  description="ARMENIAN CAPITAL LETTER OH",
14257  direction="l",
14258  lccode=0x585,
14259  linebreak="al",
14260  unicodeslot=0x555,
14261 },
14262 [0x556]={
14263  adobename="Feharmenian",
14264  category="lu",
14265  description="ARMENIAN CAPITAL LETTER FEH",
14266  direction="l",
14267  lccode=0x586,
14268  linebreak="al",
14269  unicodeslot=0x556,
14270 },
14271 [0x559]={
14272  adobename="ringhalfleftarmenian",
14273  category="lm",
14274  description="ARMENIAN MODIFIER LETTER LEFT HALF RING",
14275  direction="l",
14276  linebreak="al",
14277  unicodeslot=0x559,
14278 },
14279 [0x55A]={
14280  adobename="apostrophearmenian",
14281  category="po",
14282  description="ARMENIAN APOSTROPHE",
14283  direction="l",
14284  linebreak="al",
14285  synonyms={ "armenian modifier letter right half ring" },
14286  unicodeslot=0x55A,
14287 },
14288 [0x55B]={
14289  adobename="emphasismarkarmenian",
14290  category="po",
14291  description="ARMENIAN EMPHASIS MARK",
14292  direction="l",
14293  linebreak="al",
14294  synonyms={ "armenian shesht" },
14295  unicodeslot=0x55B,
14296 },
14297 [0x55C]={
14298  adobename="exclamarmenian",
14299  category="po",
14300  description="ARMENIAN EXCLAMATION MARK",
14301  direction="l",
14302  linebreak="al",
14303  synonyms={ "armenian batsaganchakan nshan" },
14304  unicodeslot=0x55C,
14305 },
14306 [0x55D]={
14307  adobename="commaarmenian",
14308  category="po",
14309  description="ARMENIAN COMMA",
14310  direction="l",
14311  linebreak="al",
14312  synonyms={ "armenian bowt" },
14313  unicodeslot=0x55D,
14314 },
14315 [0x55E]={
14316  adobename="questionarmenian",
14317  category="po",
14318  description="ARMENIAN QUESTION MARK",
14319  direction="l",
14320  linebreak="al",
14321  synonyms={ "armenian hartsakan nshan" },
14322  unicodeslot=0x55E,
14323 },
14324 [0x55F]={
14325  adobename="abbreviationmarkarmenian",
14326  category="po",
14327  description="ARMENIAN ABBREVIATION MARK",
14328  direction="l",
14329  linebreak="al",
14330  synonyms={ "armenian patiw" },
14331  unicodeslot=0x55F,
14332 },
14333 [0x560]={
14334  category="ll",
14335  description="ARMENIAN SMALL LETTER TURNED AYB",
14336  direction="l",
14337  linebreak="al",
14338  unicodeslot=0x560,
14339 },
14340 [0x561]={
14341  adobename="aybarmenian",
14342  category="ll",
14343  description="ARMENIAN SMALL LETTER AYB",
14344  direction="l",
14345  linebreak="al",
14346  uccode=0x531,
14347  unicodeslot=0x561,
14348 },
14349 [0x562]={
14350  adobename="benarmenian",
14351  category="ll",
14352  description="ARMENIAN SMALL LETTER BEN",
14353  direction="l",
14354  linebreak="al",
14355  uccode=0x532,
14356  unicodeslot=0x562,
14357 },
14358 [0x563]={
14359  adobename="gimarmenian",
14360  category="ll",
14361  description="ARMENIAN SMALL LETTER GIM",
14362  direction="l",
14363  linebreak="al",
14364  uccode=0x533,
14365  unicodeslot=0x563,
14366 },
14367 [0x564]={
14368  adobename="daarmenian",
14369  category="ll",
14370  description="ARMENIAN SMALL LETTER DA",
14371  direction="l",
14372  linebreak="al",
14373  uccode=0x534,
14374  unicodeslot=0x564,
14375 },
14376 [0x565]={
14377  adobename="echarmenian",
14378  category="ll",
14379  description="ARMENIAN SMALL LETTER ECH",
14380  direction="l",
14381  linebreak="al",
14382  uccode=0x535,
14383  unicodeslot=0x565,
14384 },
14385 [0x566]={
14386  adobename="zaarmenian",
14387  category="ll",
14388  description="ARMENIAN SMALL LETTER ZA",
14389  direction="l",
14390  linebreak="al",
14391  uccode=0x536,
14392  unicodeslot=0x566,
14393 },
14394 [0x567]={
14395  adobename="eharmenian",
14396  category="ll",
14397  description="ARMENIAN SMALL LETTER EH",
14398  direction="l",
14399  linebreak="al",
14400  uccode=0x537,
14401  unicodeslot=0x567,
14402 },
14403 [0x568]={
14404  adobename="etarmenian",
14405  category="ll",
14406  description="ARMENIAN SMALL LETTER ET",
14407  direction="l",
14408  linebreak="al",
14409  uccode=0x538,
14410  unicodeslot=0x568,
14411 },
14412 [0x569]={
14413  adobename="toarmenian",
14414  category="ll",
14415  description="ARMENIAN SMALL LETTER TO",
14416  direction="l",
14417  linebreak="al",
14418  uccode=0x539,
14419  unicodeslot=0x569,
14420 },
14421 [0x56A]={
14422  adobename="zhearmenian",
14423  category="ll",
14424  description="ARMENIAN SMALL LETTER ZHE",
14425  direction="l",
14426  linebreak="al",
14427  uccode=0x53A,
14428  unicodeslot=0x56A,
14429 },
14430 [0x56B]={
14431  adobename="iniarmenian",
14432  category="ll",
14433  description="ARMENIAN SMALL LETTER INI",
14434  direction="l",
14435  linebreak="al",
14436  uccode=0x53B,
14437  unicodeslot=0x56B,
14438 },
14439 [0x56C]={
14440  adobename="liwnarmenian",
14441  category="ll",
14442  description="ARMENIAN SMALL LETTER LIWN",
14443  direction="l",
14444  linebreak="al",
14445  uccode=0x53C,
14446  unicodeslot=0x56C,
14447 },
14448 [0x56D]={
14449  adobename="xeharmenian",
14450  category="ll",
14451  description="ARMENIAN SMALL LETTER XEH",
14452  direction="l",
14453  linebreak="al",
14454  uccode=0x53D,
14455  unicodeslot=0x56D,
14456 },
14457 [0x56E]={
14458  adobename="caarmenian",
14459  category="ll",
14460  description="ARMENIAN SMALL LETTER CA",
14461  direction="l",
14462  linebreak="al",
14463  uccode=0x53E,
14464  unicodeslot=0x56E,
14465 },
14466 [0x56F]={
14467  adobename="kenarmenian",
14468  category="ll",
14469  description="ARMENIAN SMALL LETTER KEN",
14470  direction="l",
14471  linebreak="al",
14472  uccode=0x53F,
14473  unicodeslot=0x56F,
14474 },
14475 [0x570]={
14476  adobename="hoarmenian",
14477  category="ll",
14478  description="ARMENIAN SMALL LETTER HO",
14479  direction="l",
14480  linebreak="al",
14481  uccode=0x540,
14482  unicodeslot=0x570,
14483 },
14484 [0x571]={
14485  adobename="jaarmenian",
14486  category="ll",
14487  description="ARMENIAN SMALL LETTER JA",
14488  direction="l",
14489  linebreak="al",
14490  uccode=0x541,
14491  unicodeslot=0x571,
14492 },
14493 [0x572]={
14494  adobename="ghadarmenian",
14495  category="ll",
14496  description="ARMENIAN SMALL LETTER GHAD",
14497  direction="l",
14498  linebreak="al",
14499  uccode=0x542,
14500  unicodeslot=0x572,
14501 },
14502 [0x573]={
14503  adobename="cheharmenian",
14504  category="ll",
14505  description="ARMENIAN SMALL LETTER CHEH",
14506  direction="l",
14507  linebreak="al",
14508  uccode=0x543,
14509  unicodeslot=0x573,
14510 },
14511 [0x574]={
14512  adobename="menarmenian",
14513  category="ll",
14514  description="ARMENIAN SMALL LETTER MEN",
14515  direction="l",
14516  linebreak="al",
14517  uccode=0x544,
14518  unicodeslot=0x574,
14519 },
14520 [0x575]={
14521  adobename="yiarmenian",
14522  category="ll",
14523  description="ARMENIAN SMALL LETTER YI",
14524  direction="l",
14525  linebreak="al",
14526  uccode=0x545,
14527  unicodeslot=0x575,
14528 },
14529 [0x576]={
14530  adobename="nowarmenian",
14531  category="ll",
14532  description="ARMENIAN SMALL LETTER NOW",
14533  direction="l",
14534  linebreak="al",
14535  uccode=0x546,
14536  unicodeslot=0x576,
14537 },
14538 [0x577]={
14539  adobename="shaarmenian",
14540  category="ll",
14541  description="ARMENIAN SMALL LETTER SHA",
14542  direction="l",
14543  linebreak="al",
14544  uccode=0x547,
14545  unicodeslot=0x577,
14546 },
14547 [0x578]={
14548  adobename="voarmenian",
14549  category="ll",
14550  description="ARMENIAN SMALL LETTER VO",
14551  direction="l",
14552  linebreak="al",
14553  uccode=0x548,
14554  unicodeslot=0x578,
14555 },
14556 [0x579]={
14557  adobename="chaarmenian",
14558  category="ll",
14559  description="ARMENIAN SMALL LETTER CHA",
14560  direction="l",
14561  linebreak="al",
14562  uccode=0x549,
14563  unicodeslot=0x579,
14564 },
14565 [0x57A]={
14566  adobename="peharmenian",
14567  category="ll",
14568  description="ARMENIAN SMALL LETTER PEH",
14569  direction="l",
14570  linebreak="al",
14571  uccode=0x54A,
14572  unicodeslot=0x57A,
14573 },
14574 [0x57B]={
14575  adobename="jheharmenian",
14576  category="ll",
14577  description="ARMENIAN SMALL LETTER JHEH",
14578  direction="l",
14579  linebreak="al",
14580  uccode=0x54B,
14581  unicodeslot=0x57B,
14582 },
14583 [0x57C]={
14584  adobename="raarmenian",
14585  category="ll",
14586  description="ARMENIAN SMALL LETTER RA",
14587  direction="l",
14588  linebreak="al",
14589  uccode=0x54C,
14590  unicodeslot=0x57C,
14591 },
14592 [0x57D]={
14593  adobename="seharmenian",
14594  category="ll",
14595  description="ARMENIAN SMALL LETTER SEH",
14596  direction="l",
14597  linebreak="al",
14598  uccode=0x54D,
14599  unicodeslot=0x57D,
14600 },
14601 [0x57E]={
14602  adobename="vewarmenian",
14603  category="ll",
14604  description="ARMENIAN SMALL LETTER VEW",
14605  direction="l",
14606  linebreak="al",
14607  uccode=0x54E,
14608  unicodeslot=0x57E,
14609 },
14610 [0x57F]={
14611  adobename="tiwnarmenian",
14612  category="ll",
14613  description="ARMENIAN SMALL LETTER TIWN",
14614  direction="l",
14615  linebreak="al",
14616  uccode=0x54F,
14617  unicodeslot=0x57F,
14618 },
14619 [0x580]={
14620  adobename="reharmenian",
14621  category="ll",
14622  description="ARMENIAN SMALL LETTER REH",
14623  direction="l",
14624  linebreak="al",
14625  uccode=0x550,
14626  unicodeslot=0x580,
14627 },
14628 [0x581]={
14629  adobename="coarmenian",
14630  category="ll",
14631  description="ARMENIAN SMALL LETTER CO",
14632  direction="l",
14633  linebreak="al",
14634  uccode=0x551,
14635  unicodeslot=0x581,
14636 },
14637 [0x582]={
14638  adobename="yiwnarmenian",
14639  category="ll",
14640  description="ARMENIAN SMALL LETTER YIWN",
14641  direction="l",
14642  linebreak="al",
14643  uccode=0x552,
14644  unicodeslot=0x582,
14645 },
14646 [0x583]={
14647  adobename="piwrarmenian",
14648  category="ll",
14649  description="ARMENIAN SMALL LETTER PIWR",
14650  direction="l",
14651  linebreak="al",
14652  uccode=0x553,
14653  unicodeslot=0x583,
14654 },
14655 [0x584]={
14656  adobename="keharmenian",
14657  category="ll",
14658  description="ARMENIAN SMALL LETTER KEH",
14659  direction="l",
14660  linebreak="al",
14661  uccode=0x554,
14662  unicodeslot=0x584,
14663 },
14664 [0x585]={
14665  adobename="oharmenian",
14666  category="ll",
14667  description="ARMENIAN SMALL LETTER OH",
14668  direction="l",
14669  linebreak="al",
14670  uccode=0x555,
14671  unicodeslot=0x585,
14672 },
14673 [0x586]={
14674  adobename="feharmenian",
14675  category="ll",
14676  description="ARMENIAN SMALL LETTER FEH",
14677  direction="l",
14678  linebreak="al",
14679  uccode=0x556,
14680  unicodeslot=0x586,
14681 },
14682 [0x587]={
14683  adobename="echyiwnarmenian",
14684  category="ll",
14685  description="ARMENIAN SMALL LIGATURE ECH YIWN",
14686  direction="l",
14687  linebreak="al",
14688  specials={ "compat", 0x565, 0x582 },
14689  uccode={ 0x565, 0x582 },
14690  unicodeslot=0x587,
14691 },
14692 [0x588]={
14693  category="ll",
14694  description="ARMENIAN SMALL LETTER YI WITH STROKE",
14695  direction="l",
14696  linebreak="al",
14697  unicodeslot=0x588,
14698 },
14699 [0x589]={
14700  adobename="periodarmenian",
14701  category="po",
14702  description="ARMENIAN FULL STOP",
14703  direction="l",
14704  linebreak="is",
14705  synonyms={ "armenian vertsaket", "georgian full stop" },
14706  unicodeslot=0x589,
14707 },
14708 [0x58A]={
14709  category="pd",
14710  description="ARMENIAN HYPHEN",
14711  direction="on",
14712  linebreak="ba",
14713  synonyms={ "armenian yentamna" },
14714  unicodeslot=0x58A,
14715 },
14716 [0x58D]={
14717  category="so",
14718  description="RIGHT-FACING ARMENIAN ETERNITY SIGN",
14719  direction="on",
14720  linebreak="al",
14721  unicodeslot=0x58D,
14722 },
14723 [0x58E]={
14724  category="so",
14725  description="LEFT-FACING ARMENIAN ETERNITY SIGN",
14726  direction="on",
14727  linebreak="al",
14728  unicodeslot=0x58E,
14729 },
14730 [0x58F]={
14731  category="sc",
14732  description="ARMENIAN DRAM SIGN",
14733  direction="et",
14734  linebreak="pr",
14735  synonyms={ "armenian currency" },
14736  unicodeslot=0x58F,
14737 },
14738 [0x591]={
14739  adobename="etnahtalefthebrew",
14740  category="mn",
14741  combining=0xDC,
14742  description="HEBREW ACCENT ETNAHTA",
14743  direction="nsm",
14744  linebreak="cm",
14745  unicodeslot=0x591,
14746 },
14747 [0x592]={
14748  adobename="segoltahebrew",
14749  category="mn",
14750  combining=0xE6,
14751  description="HEBREW ACCENT SEGOL",
14752  direction="nsm",
14753  linebreak="cm",
14754  unicodeslot=0x592,
14755 },
14756 [0x593]={
14757  adobename="shalshelethebrew",
14758  category="mn",
14759  combining=0xE6,
14760  description="HEBREW ACCENT SHALSHELET",
14761  direction="nsm",
14762  linebreak="cm",
14763  unicodeslot=0x593,
14764 },
14765 [0x594]={
14766  adobename="zaqefqatanhebrew",
14767  category="mn",
14768  combining=0xE6,
14769  description="HEBREW ACCENT ZAQEF QATAN",
14770  direction="nsm",
14771  linebreak="cm",
14772  unicodeslot=0x594,
14773 },
14774 [0x595]={
14775  adobename="zaqefgadolhebrew",
14776  category="mn",
14777  combining=0xE6,
14778  description="HEBREW ACCENT ZAQEF GADOL",
14779  direction="nsm",
14780  linebreak="cm",
14781  unicodeslot=0x595,
14782 },
14783 [0x596]={
14784  adobename="tipehalefthebrew",
14785  category="mn",
14786  combining=0xDC,
14787  description="HEBREW ACCENT TIPEHA",
14788  direction="nsm",
14789  linebreak="cm",
14790  unicodeslot=0x596,
14791 },
14792 [0x597]={
14793  adobename="reviamugrashhebrew",
14794  category="mn",
14795  combining=0xE6,
14796  description="HEBREW ACCENT REVIA",
14797  direction="nsm",
14798  linebreak="cm",
14799  unicodeslot=0x597,
14800 },
14801 [0x598]={
14802  adobename="zarqahebrew",
14803  category="mn",
14804  combining=0xE6,
14805  description="HEBREW ACCENT ZARQA",
14806  direction="nsm",
14807  linebreak="cm",
14808  unicodeslot=0x598,
14809 },
14810 [0x599]={
14811  adobename="pashtahebrew",
14812  category="mn",
14813  combining=0xE6,
14814  description="HEBREW ACCENT PASHTA",
14815  direction="nsm",
14816  linebreak="cm",
14817  unicodeslot=0x599,
14818 },
14819 [0x59A]={
14820  adobename="yetivhebrew",
14821  category="mn",
14822  combining=0xDE,
14823  description="HEBREW ACCENT YETIV",
14824  direction="nsm",
14825  linebreak="cm",
14826  unicodeslot=0x59A,
14827 },
14828 [0x59B]={
14829  adobename="tevirlefthebrew",
14830  category="mn",
14831  combining=0xDC,
14832  description="HEBREW ACCENT TEVIR",
14833  direction="nsm",
14834  linebreak="cm",
14835  unicodeslot=0x59B,
14836 },
14837 [0x59C]={
14838  adobename="gereshaccenthebrew",
14839  category="mn",
14840  combining=0xE6,
14841  description="HEBREW ACCENT GERESH",
14842  direction="nsm",
14843  linebreak="cm",
14844  unicodeslot=0x59C,
14845 },
14846 [0x59D]={
14847  adobename="gereshmuqdamhebrew",
14848  category="mn",
14849  combining=0xE6,
14850  description="HEBREW ACCENT GERESH MUQDAM",
14851  direction="nsm",
14852  linebreak="cm",
14853  unicodeslot=0x59D,
14854 },
14855 [0x59E]={
14856  adobename="gershayimaccenthebrew",
14857  category="mn",
14858  combining=0xE6,
14859  description="HEBREW ACCENT GERSHAYIM",
14860  direction="nsm",
14861  linebreak="cm",
14862  unicodeslot=0x59E,
14863 },
14864 [0x59F]={
14865  adobename="qarneyparahebrew",
14866  category="mn",
14867  combining=0xE6,
14868  description="HEBREW ACCENT QARNEY PARA",
14869  direction="nsm",
14870  linebreak="cm",
14871  unicodeslot=0x59F,
14872 },
14873 [0x5A0]={
14874  adobename="telishagedolahebrew",
14875  category="mn",
14876  combining=0xE6,
14877  description="HEBREW ACCENT TELISHA GEDOLA",
14878  direction="nsm",
14879  linebreak="cm",
14880  unicodeslot=0x5A0,
14881 },
14882 [0x5A1]={
14883  adobename="pazerhebrew",
14884  category="mn",
14885  combining=0xE6,
14886  description="HEBREW ACCENT PAZER",
14887  direction="nsm",
14888  linebreak="cm",
14889  unicodeslot=0x5A1,
14890 },
14891 [0x5A2]={
14892  category="mn",
14893  combining=0xDC,
14894  description="HEBREW ACCENT ATNAH HAFUKH",
14895  direction="nsm",
14896  linebreak="cm",
14897  unicodeslot=0x5A2,
14898 },
14899 [0x5A3]={
14900  adobename="munahlefthebrew",
14901  category="mn",
14902  combining=0xDC,
14903  description="HEBREW ACCENT MUNAH",
14904  direction="nsm",
14905  linebreak="cm",
14906  unicodeslot=0x5A3,
14907 },
14908 [0x5A4]={
14909  adobename="mahapakhlefthebrew",
14910  category="mn",
14911  combining=0xDC,
14912  description="HEBREW ACCENT MAHAPAKH",
14913  direction="nsm",
14914  linebreak="cm",
14915  unicodeslot=0x5A4,
14916 },
14917 [0x5A5]={
14918  adobename="merkhalefthebrew",
14919  category="mn",
14920  combining=0xDC,
14921  description="HEBREW ACCENT MERKHA",
14922  direction="nsm",
14923  linebreak="cm",
14924  unicodeslot=0x5A5,
14925 },
14926 [0x5A6]={
14927  adobename="merkhakefulalefthebrew",
14928  category="mn",
14929  combining=0xDC,
14930  description="HEBREW ACCENT MERKHA KEFULA",
14931  direction="nsm",
14932  linebreak="cm",
14933  unicodeslot=0x5A6,
14934 },
14935 [0x5A7]={
14936  adobename="dargalefthebrew",
14937  category="mn",
14938  combining=0xDC,
14939  description="HEBREW ACCENT DARGA",
14940  direction="nsm",
14941  linebreak="cm",
14942  unicodeslot=0x5A7,
14943 },
14944 [0x5A8]={
14945  adobename="qadmahebrew",
14946  category="mn",
14947  combining=0xE6,
14948  description="HEBREW ACCENT QADMA",
14949  direction="nsm",
14950  linebreak="cm",
14951  unicodeslot=0x5A8,
14952 },
14953 [0x5A9]={
14954  adobename="telishaqetanahebrew",
14955  category="mn",
14956  combining=0xE6,
14957  description="HEBREW ACCENT TELISHA QETANA",
14958  direction="nsm",
14959  linebreak="cm",
14960  unicodeslot=0x5A9,
14961 },
14962 [0x5AA]={
14963  adobename="yerahbenyomolefthebrew",
14964  category="mn",
14965  combining=0xDC,
14966  description="HEBREW ACCENT YERAH BEN YOMO",
14967  direction="nsm",
14968  linebreak="cm",
14969  unicodeslot=0x5AA,
14970 },
14971 [0x5AB]={
14972  adobename="olehebrew",
14973  category="mn",
14974  combining=0xE6,
14975  description="HEBREW ACCENT OLE",
14976  direction="nsm",
14977  linebreak="cm",
14978  unicodeslot=0x5AB,
14979 },
14980 [0x5AC]={
14981  adobename="iluyhebrew",
14982  category="mn",
14983  combining=0xE6,
14984  description="HEBREW ACCENT ILUY",
14985  direction="nsm",
14986  linebreak="cm",
14987  unicodeslot=0x5AC,
14988 },
14989 [0x5AD]={
14990  adobename="dehihebrew",
14991  category="mn",
14992  combining=0xDE,
14993  description="HEBREW ACCENT DEHI",
14994  direction="nsm",
14995  linebreak="cm",
14996  unicodeslot=0x5AD,
14997 },
14998 [0x5AE]={
14999  adobename="zinorhebrew",
15000  category="mn",
15001  combining=0xE4,
15002  description="HEBREW ACCENT ZINOR",
15003  direction="nsm",
15004  linebreak="cm",
15005  unicodeslot=0x5AE,
15006 },
15007 [0x5AF]={
15008  adobename="masoracirclehebrew",
15009  category="mn",
15010  combining=0xE6,
15011  description="HEBREW MARK MASORA CIRCLE",
15012  direction="nsm",
15013  linebreak="cm",
15014  unicodeslot=0x5AF,
15015 },
15016 [0x5B0]={
15017  adobename="shevawidehebrew",
15018  category="mn",
15019  combining=0xA,
15020  description="HEBREW POINT SHEVA",
15021  direction="nsm",
15022  linebreak="cm",
15023  unicodeslot=0x5B0,
15024 },
15025 [0x5B1]={
15026  adobename="hatafsegolwidehebrew",
15027  category="mn",
15028  combining=0xB,
15029  description="HEBREW POINT HATAF SEGOL",
15030  direction="nsm",
15031  linebreak="cm",
15032  unicodeslot=0x5B1,
15033 },
15034 [0x5B2]={
15035  adobename="hatafpatahwidehebrew",
15036  category="mn",
15037  combining=0xC,
15038  description="HEBREW POINT HATAF PATAH",
15039  direction="nsm",
15040  linebreak="cm",
15041  unicodeslot=0x5B2,
15042 },
15043 [0x5B3]={
15044  adobename="hatafqamatswidehebrew",
15045  category="mn",
15046  combining=0xD,
15047  description="HEBREW POINT HATAF QAMATS",
15048  direction="nsm",
15049  linebreak="cm",
15050  unicodeslot=0x5B3,
15051 },
15052 [0x5B4]={
15053  adobename="hiriqwidehebrew",
15054  category="mn",
15055  combining=0xE,
15056  description="HEBREW POINT HIRIQ",
15057  direction="nsm",
15058  linebreak="cm",
15059  unicodeslot=0x5B4,
15060 },
15061 [0x5B5]={
15062  adobename="tserewidehebrew",
15063  category="mn",
15064  combining=0xF,
15065  description="HEBREW POINT TSERE",
15066  direction="nsm",
15067  linebreak="cm",
15068  unicodeslot=0x5B5,
15069 },
15070 [0x5B6]={
15071  adobename="segolwidehebrew",
15072  category="mn",
15073  combining=0x10,
15074  description="HEBREW POINT SEGOL",
15075  direction="nsm",
15076  linebreak="cm",
15077  unicodeslot=0x5B6,
15078 },
15079 [0x5B7]={
15080  adobename="patahwidehebrew",
15081  category="mn",
15082  combining=0x11,
15083  description="HEBREW POINT PATAH",
15084  direction="nsm",
15085  linebreak="cm",
15086  unicodeslot=0x5B7,
15087 },
15088 [0x5B8]={
15089  adobename="qamatswidehebrew",
15090  category="mn",
15091  combining=0x12,
15092  description="HEBREW POINT QAMATS",
15093  direction="nsm",
15094  linebreak="cm",
15095  unicodeslot=0x5B8,
15096 },
15097 [0x5B9]={
15098  adobename="holamwidehebrew",
15099  category="mn",
15100  combining=0x13,
15101  description="HEBREW POINT HOLAM",
15102  direction="nsm",
15103  linebreak="cm",
15104  unicodeslot=0x5B9,
15105 },
15106 [0x5BA]={
15107  category="mn",
15108  combining=0x13,
15109  description="HEBREW POINT HOLAM HASER FOR VAV",
15110  direction="nsm",
15111  linebreak="cm",
15112  unicodeslot=0x5BA,
15113 },
15114 [0x5BB]={
15115  adobename="qubutswidehebrew",
15116  category="mn",
15117  combining=0x14,
15118  description="HEBREW POINT QUBUTS",
15119  direction="nsm",
15120  linebreak="cm",
15121  unicodeslot=0x5BB,
15122 },
15123 [0x5BC]={
15124  adobename="dageshhebrew",
15125  category="mn",
15126  combining=0x15,
15127  description="HEBREW POINT DAGESH OR MAPIQ",
15128  direction="nsm",
15129  linebreak="cm",
15130  unicodeslot=0x5BC,
15131 },
15132 [0x5BD]={
15133  adobename="siluqlefthebrew",
15134  category="mn",
15135  combining=0x16,
15136  description="HEBREW POINT METEG",
15137  direction="nsm",
15138  linebreak="cm",
15139  unicodeslot=0x5BD,
15140 },
15141 [0x5BE]={
15142  adobename="maqafhebrew",
15143  category="po",
15144  description="HEBREW PUNCTUATION MAQAF",
15145  direction="r",
15146  linebreak="ba",
15147  unicodeslot=0x5BE,
15148 },
15149 [0x5BF]={
15150  adobename="rafehebrew",
15151  category="mn",
15152  combining=0x17,
15153  description="HEBREW POINT RAFE",
15154  direction="nsm",
15155  linebreak="cm",
15156  unicodeslot=0x5BF,
15157 },
15158 [0x5C0]={
15159  adobename="paseqhebrew",
15160  category="po",
15161  description="HEBREW PUNCTUATION PASEQ",
15162  direction="r",
15163  linebreak="al",
15164  unicodeslot=0x5C0,
15165 },
15166 [0x5C1]={
15167  adobename="shindothebrew",
15168  category="mn",
15169  combining=0x18,
15170  description="HEBREW POINT SHIN DOT",
15171  direction="nsm",
15172  linebreak="cm",
15173  unicodeslot=0x5C1,
15174 },
15175 [0x5C2]={
15176  adobename="sindothebrew",
15177  category="mn",
15178  combining=0x19,
15179  description="HEBREW POINT SIN DOT",
15180  direction="nsm",
15181  linebreak="cm",
15182  unicodeslot=0x5C2,
15183 },
15184 [0x5C3]={
15185  adobename="sofpasuqhebrew",
15186  category="po",
15187  description="HEBREW PUNCTUATION SOF PASUQ",
15188  direction="r",
15189  linebreak="al",
15190  unicodeslot=0x5C3,
15191 },
15192 [0x5C4]={
15193  adobename="upperdothebrew",
15194  category="mn",
15195  combining=0xE6,
15196  description="HEBREW MARK UPPER DOT",
15197  direction="nsm",
15198  linebreak="cm",
15199  unicodeslot=0x5C4,
15200 },
15201 [0x5C5]={
15202  category="mn",
15203  combining=0xDC,
15204  description="HEBREW MARK LOWER DOT",
15205  direction="nsm",
15206  linebreak="cm",
15207  unicodeslot=0x5C5,
15208 },
15209 [0x5C6]={
15210  category="po",
15211  description="HEBREW PUNCTUATION NUN HAFUKHA",
15212  direction="r",
15213  linebreak="ex",
15214  unicodeslot=0x5C6,
15215 },
15216 [0x5C7]={
15217  category="mn",
15218  combining=0x12,
15219  description="HEBREW POINT QAMATS QATAN",
15220  direction="nsm",
15221  linebreak="cm",
15222  unicodeslot=0x5C7,
15223 },
15224 [0x5D0]={
15225  adobename="alefhebrew",
15226  category="lo",
15227  contextname="hebrewAlef",
15228  description="HEBREW LETTER ALEF",
15229  direction="r",
15230  linebreak="hl",
15231  unicodeslot=0x5D0,
15232 },
15233 [0x5D1]={
15234  adobename="bethebrew",
15235  category="lo",
15236  contextname="hebrewBet",
15237  description="HEBREW LETTER BET",
15238  direction="r",
15239  linebreak="hl",
15240  unicodeslot=0x5D1,
15241 },
15242 [0x5D2]={
15243  adobename="gimelhebrew",
15244  category="lo",
15245  contextname="hebrewGimel",
15246  description="HEBREW LETTER GIMEL",
15247  direction="r",
15248  linebreak="hl",
15249  unicodeslot=0x5D2,
15250 },
15251 [0x5D3]={
15252  adobename="dalettserehebrew",
15253  category="lo",
15254  contextname="hebrewDalet",
15255  description="HEBREW LETTER DALET",
15256  direction="r",
15257  linebreak="hl",
15258  unicodeslot=0x5D3,
15259 },
15260 [0x5D4]={
15261  adobename="hehebrew",
15262  category="lo",
15263  contextname="hebrewHe",
15264  description="HEBREW LETTER HE",
15265  direction="r",
15266  linebreak="hl",
15267  unicodeslot=0x5D4,
15268 },
15269 [0x5D5]={
15270  adobename="vavhebrew",
15271  category="lo",
15272  contextname="hebrewVav",
15273  description="HEBREW LETTER VAV",
15274  direction="r",
15275  linebreak="hl",
15276  unicodeslot=0x5D5,
15277 },
15278 [0x5D6]={
15279  adobename="zayinhebrew",
15280  category="lo",
15281  contextname="hebrewZayin",
15282  description="HEBREW LETTER ZAYIN",
15283  direction="r",
15284  linebreak="hl",
15285  unicodeslot=0x5D6,
15286 },
15287 [0x5D7]={
15288  adobename="hethebrew",
15289  category="lo",
15290  contextname="hebrewHet",
15291  description="HEBREW LETTER HET",
15292  direction="r",
15293  linebreak="hl",
15294  unicodeslot=0x5D7,
15295 },
15296 [0x5D8]={
15297  adobename="tethebrew",
15298  category="lo",
15299  contextname="hebrewTet",
15300  description="HEBREW LETTER TET",
15301  direction="r",
15302  linebreak="hl",
15303  unicodeslot=0x5D8,
15304 },
15305 [0x5D9]={
15306  adobename="yodhebrew",
15307  category="lo",
15308  contextname="hebrewYod",
15309  description="HEBREW LETTER YOD",
15310  direction="r",
15311  linebreak="hl",
15312  unicodeslot=0x5D9,
15313 },
15314 [0x5DA]={
15315  adobename="finalkafshevahebrew",
15316  category="lo",
15317  contextname="hebrewKaffinal",
15318  description="HEBREW LETTER FINAL KAF",
15319  direction="r",
15320  linebreak="hl",
15321  unicodeslot=0x5DA,
15322 },
15323 [0x5DB]={
15324  adobename="kafhebrew",
15325  category="lo",
15326  contextname="hebrewKaf",
15327  description="HEBREW LETTER KAF",
15328  direction="r",
15329  linebreak="hl",
15330  unicodeslot=0x5DB,
15331 },
15332 [0x5DC]={
15333  adobename="lamedholamhebrew",
15334  category="lo",
15335  contextname="hebrewLamed",
15336  description="HEBREW LETTER LAMED",
15337  direction="r",
15338  linebreak="hl",
15339  unicodeslot=0x5DC,
15340 },
15341 [0x5DD]={
15342  adobename="finalmemhebrew",
15343  category="lo",
15344  contextname="hebrewMemfinal",
15345  description="HEBREW LETTER FINAL MEM",
15346  direction="r",
15347  linebreak="hl",
15348  unicodeslot=0x5DD,
15349 },
15350 [0x5DE]={
15351  adobename="memhebrew",
15352  category="lo",
15353  contextname="hebrewMem",
15354  description="HEBREW LETTER MEM",
15355  direction="r",
15356  linebreak="hl",
15357  unicodeslot=0x5DE,
15358 },
15359 [0x5DF]={
15360  adobename="finalnunhebrew",
15361  category="lo",
15362  contextname="hebrewNunfinal",
15363  description="HEBREW LETTER FINAL NUN",
15364  direction="r",
15365  linebreak="hl",
15366  unicodeslot=0x5DF,
15367 },
15368 [0x5E0]={
15369  adobename="nunhebrew",
15370  category="lo",
15371  contextname="hebrewNun",
15372  description="HEBREW LETTER NUN",
15373  direction="r",
15374  linebreak="hl",
15375  unicodeslot=0x5E0,
15376 },
15377 [0x5E1]={
15378  adobename="samekhhebrew",
15379  category="lo",
15380  contextname="hebrewSamekh",
15381  description="HEBREW LETTER SAMEKH",
15382  direction="r",
15383  linebreak="hl",
15384  unicodeslot=0x5E1,
15385 },
15386 [0x5E2]={
15387  adobename="ayinhebrew",
15388  category="lo",
15389  contextname="hebrewAyin",
15390  description="HEBREW LETTER AYIN",
15391  direction="r",
15392  linebreak="hl",
15393  unicodeslot=0x5E2,
15394 },
15395 [0x5E3]={
15396  adobename="finalpehebrew",
15397  category="lo",
15398  contextname="hebrewPefinal",
15399  description="HEBREW LETTER FINAL PE",
15400  direction="r",
15401  linebreak="hl",
15402  unicodeslot=0x5E3,
15403 },
15404 [0x5E4]={
15405  adobename="pehebrew",
15406  category="lo",
15407  contextname="hebrewPe",
15408  description="HEBREW LETTER PE",
15409  direction="r",
15410  linebreak="hl",
15411  unicodeslot=0x5E4,
15412 },
15413 [0x5E5]={
15414  adobename="finaltsadihebrew",
15415  category="lo",
15416  contextname="hebrewTsadifinal",
15417  description="HEBREW LETTER FINAL TSADI",
15418  direction="r",
15419  linebreak="hl",
15420  unicodeslot=0x5E5,
15421 },
15422 [0x5E6]={
15423  adobename="tsadihebrew",
15424  category="lo",
15425  contextname="hebrewTsadi",
15426  description="HEBREW LETTER TSADI",
15427  direction="r",
15428  linebreak="hl",
15429  unicodeslot=0x5E6,
15430 },
15431 [0x5E7]={
15432  adobename="qoftserehebrew",
15433  category="lo",
15434  contextname="hebrewQof",
15435  description="HEBREW LETTER QOF",
15436  direction="r",
15437  linebreak="hl",
15438  unicodeslot=0x5E7,
15439 },
15440 [0x5E8]={
15441  adobename="reshtserehebrew",
15442  category="lo",
15443  contextname="hebrewResh",
15444  description="HEBREW LETTER RESH",
15445  direction="r",
15446  linebreak="hl",
15447  unicodeslot=0x5E8,
15448 },
15449 [0x5E9]={
15450  adobename="shinhebrew",
15451  category="lo",
15452  contextname="hebrewShin",
15453  description="HEBREW LETTER SHIN",
15454  direction="r",
15455  linebreak="hl",
15456  unicodeslot=0x5E9,
15457 },
15458 [0x5EA]={
15459  adobename="tavhebrew",
15460  category="lo",
15461  contextname="hebrewTav",
15462  description="HEBREW LETTER TAV",
15463  direction="r",
15464  linebreak="hl",
15465  unicodeslot=0x5EA,
15466 },
15467 [0x5EF]={
15468  category="lo",
15469  description="HEBREW YOD TRIANGLE",
15470  direction="r",
15471  linebreak="hl",
15472  unicodeslot=0x5EF,
15473 },
15474 [0x5F0]={
15475  adobename="vavvavhebrew",
15476  category="lo",
15477  description="HEBREW LIGATURE YIDDISH DOUBLE VAV",
15478  direction="r",
15479  linebreak="hl",
15480  unicodeslot=0x5F0,
15481 },
15482 [0x5F1]={
15483  adobename="vavyodhebrew",
15484  category="lo",
15485  description="HEBREW LIGATURE YIDDISH VAV YOD",
15486  direction="r",
15487  linebreak="hl",
15488  unicodeslot=0x5F1,
15489 },
15490 [0x5F2]={
15491  adobename="yodyodhebrew",
15492  category="lo",
15493  description="HEBREW LIGATURE YIDDISH DOUBLE YOD",
15494  direction="r",
15495  linebreak="hl",
15496  unicodeslot=0x5F2,
15497 },
15498 [0x5F3]={
15499  adobename="gereshhebrew",
15500  category="po",
15501  description="HEBREW PUNCTUATION GERESH",
15502  direction="r",
15503  linebreak="al",
15504  unicodeslot=0x5F3,
15505 },
15506 [0x5F4]={
15507  adobename="gershayimhebrew",
15508  category="po",
15509  description="HEBREW PUNCTUATION GERSHAYIM",
15510  direction="r",
15511  linebreak="al",
15512  unicodeslot=0x5F4,
15513 },
15514 [0x600]={
15515  arabic="u",
15516  category="cf",
15517  contextname="arabicnumber",
15518  description="ARABIC NUMBER SIGN",
15519  direction="an",
15520  linebreak="nu",
15521  unicodeslot=0x600,
15522  visible=true,
15523 },
15524 [0x601]={
15525  arabic="u",
15526  category="cf",
15527  contextname="arabicsanah",
15528  description="ARABIC SIGN SANAH",
15529  direction="an",
15530  linebreak="nu",
15531  unicodeslot=0x601,
15532  visible=true,
15533 },
15534 [0x602]={
15535  arabic="u",
15536  category="cf",
15537  contextname="arabicfootnotemarker",
15538  description="ARABIC FOOTNOTE MARKER",
15539  direction="an",
15540  linebreak="nu",
15541  unicodeslot=0x602,
15542  visible=true,
15543 },
15544 [0x603]={
15545  arabic="u",
15546  category="cf",
15547  contextname="arabicsafha",
15548  description="ARABIC SIGN SAFHA",
15549  direction="an",
15550  linebreak="nu",
15551  unicodeslot=0x603,
15552  visible=true,
15553 },
15554 [0x604]={
15555  arabic="u",
15556  category="cf",
15557  contextname="arabicsamvat",
15558  description="ARABIC SIGN SAMVAT",
15559  direction="an",
15560  linebreak="nu",
15561  unicodeslot=0x604,
15562 },
15563 [0x605]={
15564  arabic="u",
15565  category="cf",
15566  contextname="arabicnumberabove",
15567  description="ARABIC NUMBER MARK ABOVE",
15568  direction="an",
15569  linebreak="nu",
15570  unicodeslot=0x605,
15571 },
15572 [0x606]={
15573  category="sm",
15574  contextname="arabiccuberoot",
15575  description="ARABIC-INDIC CUBE ROOT",
15576  direction="on",
15577  linebreak="al",
15578  unicodeslot=0x606,
15579 },
15580 [0x607]={
15581  category="sm",
15582  contextname="arabicfourthroot",
15583  description="ARABIC-INDIC FOURTH ROOT",
15584  direction="on",
15585  linebreak="al",
15586  unicodeslot=0x607,
15587 },
15588 [0x608]={
15589  arabic="u",
15590  category="sm",
15591  contextname="arabicray",
15592  description="ARABIC RAY",
15593  direction="al",
15594  linebreak="al",
15595  unicodeslot=0x608,
15596 },
15597 [0x609]={
15598  category="po",
15599  contextname="arabicpermille",
15600  description="ARABIC-INDIC PER MILLE SIGN",
15601  direction="et",
15602  linebreak="po",
15603  unicodeslot=0x609,
15604 },
15605 [0x60A]={
15606  category="po",
15607  contextname="arabicpertenthousand",
15608  description="ARABIC-INDIC PER TEN THOUSAND SIGN",
15609  direction="et",
15610  linebreak="po",
15611  unicodeslot=0x60A,
15612 },
15613 [0x60B]={
15614  arabic="u",
15615  category="sc",
15616  contextname="afghanicurrency",
15617  description="AFGHANI SIGN",
15618  direction="al",
15619  linebreak="po",
15620  unicodeslot=0x60B,
15621 },
15622 [0x60C]={
15623  adobename="commaarabic",
15624  category="po",
15625  contextname="arabiccomma",
15626  description="ARABIC COMMA",
15627  direction="cs",
15628  linebreak="is",
15629  unicodeslot=0x60C,
15630 },
15631 [0x60D]={
15632  category="po",
15633  contextname="arabicdateseparator",
15634  description="ARABIC DATE SEPARATOR",
15635  direction="al",
15636  linebreak="is",
15637  unicodeslot=0x60D,
15638 },
15639 [0x60E]={
15640  category="so",
15641  contextname="arabicpoeticverse",
15642  description="ARABIC POETIC VERSE SIGN",
15643  direction="on",
15644  linebreak="al",
15645  unicodeslot=0x60E,
15646 },
15647 [0x60F]={
15648  category="so",
15649  contextname="arabicmisra",
15650  description="ARABIC SIGN MISRA",
15651  direction="on",
15652  linebreak="al",
15653  unicodeslot=0x60F,
15654 },
15655 [0x610]={
15656  category="mn",
15657  combining=0xE6,
15658  contextname="arabichighsallallahou",
15659  description="ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM",
15660  direction="nsm",
15661  linebreak="cm",
15662  unicodeslot=0x610,
15663 },
15664 [0x611]={
15665  category="mn",
15666  combining=0xE6,
15667  contextname="arabichighalayheassallam",
15668  description="ARABIC SIGN ALAYHE ASSALLAM",
15669  direction="nsm",
15670  linebreak="cm",
15671  unicodeslot=0x611,
15672 },
15673 [0x612]={
15674  category="mn",
15675  combining=0xE6,
15676  contextname="arabichighrahmatullahalayhe",
15677  description="ARABIC SIGN RAHMATULLAH ALAYHE",
15678  direction="nsm",
15679  linebreak="cm",
15680  unicodeslot=0x612,
15681 },
15682 [0x613]={
15683  category="mn",
15684  combining=0xE6,
15685  contextname="arabichighradiallahouanhu",
15686  description="ARABIC SIGN RADI ALLAHOU ANHU",
15687  direction="nsm",
15688  linebreak="cm",
15689  unicodeslot=0x613,
15690 },
15691 [0x614]={
15692  category="mn",
15693  combining=0xE6,
15694  contextname="arabichightakhallus",
15695  description="ARABIC SIGN TAKHALLUS",
15696  direction="nsm",
15697  linebreak="cm",
15698  unicodeslot=0x614,
15699 },
15700 [0x615]={
15701  category="mn",
15702  combining=0xE6,
15703  contextname="arabichightah",
15704  description="ARABIC SMALL HIGH TAH",
15705  direction="nsm",
15706  linebreak="cm",
15707  unicodeslot=0x615,
15708 },
15709 [0x616]={
15710  category="mn",
15711  combining=0xE6,
15712  description="ARABIC SMALL HIGH LIGATURE ALEF WITH LAM WITH YEH",
15713  direction="nsm",
15714  linebreak="cm",
15715  unicodeslot=0x616,
15716 },
15717 [0x617]={
15718  category="mn",
15719  combining=0xE6,
15720  contextname="arabichighzain",
15721  description="ARABIC SMALL HIGH ZAIN",
15722  direction="nsm",
15723  linebreak="cm",
15724  unicodeslot=0x617,
15725 },
15726 [0x618]={
15727  category="mn",
15728  combining=0x1E,
15729  description="ARABIC SMALL FATHA",
15730  direction="nsm",
15731  linebreak="cm",
15732  unicodeslot=0x618,
15733 },
15734 [0x619]={
15735  category="mn",
15736  combining=0x1F,
15737  description="ARABIC SMALL DAMMA",
15738  direction="nsm",
15739  linebreak="cm",
15740  unicodeslot=0x619,
15741 },
15742 [0x61A]={
15743  category="mn",
15744  combining=0x20,
15745  description="ARABIC SMALL KASRA",
15746  direction="nsm",
15747  linebreak="cm",
15748  unicodeslot=0x61A,
15749 },
15750 [0x61B]={
15751  adobename="semicolonarabic",
15752  category="po",
15753  contextname="arabicsemicolon",
15754  description="ARABIC SEMICOLON",
15755  direction="al",
15756  linebreak="ex",
15757  unicodeslot=0x61B,
15758 },
15759 [0x61C]={
15760  category="cf",
15761  contextname="arabiclettermark",
15762  description="ARABIC LETTER MARK",
15763  direction="al",
15764  linebreak="cm",
15765  unicodeslot=0x61C,
15766 },
15767 [0x61D]={
15768  category="po",
15769  description="ARABIC END OF TEXT MARK",
15770  direction="al",
15771  linebreak="ex",
15772  unicodeslot=0x61D,
15773 },
15774 [0x61E]={
15775  category="po",
15776  contextname="arabictripledot",
15777  description="ARABIC TRIPLE DOT PUNCTUATION MARK",
15778  direction="al",
15779  linebreak="ex",
15780  unicodeslot=0x61E,
15781 },
15782 [0x61F]={
15783  adobename="questionarabic",
15784  category="po",
15785  contextname="arabicquestion",
15786  description="ARABIC QUESTION MARK",
15787  direction="al",
15788  linebreak="ex",
15789  unicodeslot=0x61F,
15790 },
15791 [0x620]={
15792  arabic="d",
15793  category="lo",
15794  description="ARABIC LETTER KASHMIRI YEH",
15795  direction="al",
15796  linebreak="al",
15797  unicodeslot=0x620,
15798 },
15799 [0x621]={
15800  adobename="hamzasukunarabic",
15801  arabic="u",
15802  category="lo",
15803  description="ARABIC LETTER HAMZA",
15804  direction="al",
15805  linebreak="al",
15806  unicodeslot=0x621,
15807 },
15808 [0x622]={
15809  adobename="alefmaddaabovearabic",
15810  arabic="r",
15811  category="lo",
15812  description="ARABIC LETTER ALEF WITH MADDA ABOVE",
15813  direction="al",
15814  linebreak="al",
15815  shcode=0x627,
15816  specials={ "char", 0x627, 0x653 },
15817  unicodeslot=0x622,
15818 },
15819 [0x623]={
15820  adobename="alefhamzaabovearabic",
15821  arabic="r",
15822  category="lo",
15823  description="ARABIC LETTER ALEF WITH HAMZA ABOVE",
15824  direction="al",
15825  linebreak="al",
15826  shcode=0x627,
15827  specials={ "char", 0x627, 0x654 },
15828  unicodeslot=0x623,
15829 },
15830 [0x624]={
15831  adobename="wawhamzaabovearabic",
15832  arabic="r",
15833  category="lo",
15834  description="ARABIC LETTER WAW WITH HAMZA ABOVE",
15835  direction="al",
15836  linebreak="al",
15837  shcode=0x648,
15838  specials={ "char", 0x648, 0x654 },
15839  unicodeslot=0x624,
15840 },
15841 [0x625]={
15842  adobename="alefhamzabelowarabic",
15843  arabic="r",
15844  category="lo",
15845  description="ARABIC LETTER ALEF WITH HAMZA BELOW",
15846  direction="al",
15847  linebreak="al",
15848  shcode=0x627,
15849  specials={ "char", 0x627, 0x655 },
15850  unicodeslot=0x625,
15851 },
15852 [0x626]={
15853  adobename="yehhamzaabovearabic",
15854  arabic="d",
15855  category="lo",
15856  description="ARABIC LETTER YEH WITH HAMZA ABOVE",
15857  direction="al",
15858  linebreak="al",
15859  shcode=0x64A,
15860  specials={ "char", 0x64A, 0x654 },
15861  unicodeslot=0x626,
15862 },
15863 [0x627]={
15864  adobename="alefarabic",
15865  arabic="r",
15866  category="lo",
15867  description="ARABIC LETTER ALEF",
15868  direction="al",
15869  linebreak="al",
15870  unicodeslot=0x627,
15871 },
15872 [0x628]={
15873  adobename="beharabic",
15874  arabic="d",
15875  category="lo",
15876  description="ARABIC LETTER BEH",
15877  direction="al",
15878  linebreak="al",
15879  unicodeslot=0x628,
15880 },
15881 [0x629]={
15882  adobename="tehmarbutaarabic",
15883  arabic="r",
15884  category="lo",
15885  description="ARABIC LETTER TEH MARBUTA",
15886  direction="al",
15887  linebreak="al",
15888  unicodeslot=0x629,
15889 },
15890 [0x62A]={
15891  adobename="teharabic",
15892  arabic="d",
15893  category="lo",
15894  description="ARABIC LETTER TEH",
15895  direction="al",
15896  linebreak="al",
15897  unicodeslot=0x62A,
15898 },
15899 [0x62B]={
15900  adobename="theharabic",
15901  arabic="d",
15902  category="lo",
15903  description="ARABIC LETTER THEH",
15904  direction="al",
15905  linebreak="al",
15906  unicodeslot=0x62B,
15907 },
15908 [0x62C]={
15909  adobename="jeemarabic",
15910  arabic="d",
15911  category="lo",
15912  description="ARABIC LETTER JEEM",
15913  direction="al",
15914  linebreak="al",
15915  unicodeslot=0x62C,
15916 },
15917 [0x62D]={
15918  adobename="haharabic",
15919  arabic="d",
15920  category="lo",
15921  description="ARABIC LETTER HAH",
15922  direction="al",
15923  linebreak="al",
15924  unicodeslot=0x62D,
15925 },
15926 [0x62E]={
15927  adobename="khaharabic",
15928  arabic="d",
15929  category="lo",
15930  description="ARABIC LETTER KHAH",
15931  direction="al",
15932  linebreak="al",
15933  unicodeslot=0x62E,
15934 },
15935 [0x62F]={
15936  adobename="dalarabic",
15937  arabic="r",
15938  category="lo",
15939  description="ARABIC LETTER DAL",
15940  direction="al",
15941  linebreak="al",
15942  unicodeslot=0x62F,
15943 },
15944 [0x630]={
15945  adobename="thalarabic",
15946  arabic="r",
15947  category="lo",
15948  description="ARABIC LETTER THAL",
15949  direction="al",
15950  linebreak="al",
15951  unicodeslot=0x630,
15952 },
15953 [0x631]={
15954  adobename="rehyehaleflamarabic",
15955  arabic="r",
15956  category="lo",
15957  description="ARABIC LETTER REH",
15958  direction="al",
15959  linebreak="al",
15960  unicodeslot=0x631,
15961 },
15962 [0x632]={
15963  adobename="zainarabic",
15964  arabic="r",
15965  category="lo",
15966  description="ARABIC LETTER ZAIN",
15967  direction="al",
15968  linebreak="al",
15969  unicodeslot=0x632,
15970 },
15971 [0x633]={
15972  adobename="seenarabic",
15973  arabic="d",
15974  category="lo",
15975  description="ARABIC LETTER SEEN",
15976  direction="al",
15977  linebreak="al",
15978  unicodeslot=0x633,
15979 },
15980 [0x634]={
15981  adobename="sheenarabic",
15982  arabic="d",
15983  category="lo",
15984  description="ARABIC LETTER SHEEN",
15985  direction="al",
15986  linebreak="al",
15987  unicodeslot=0x634,
15988 },
15989 [0x635]={
15990  adobename="sadarabic",
15991  arabic="d",
15992  category="lo",
15993  description="ARABIC LETTER SAD",
15994  direction="al",
15995  linebreak="al",
15996  unicodeslot=0x635,
15997 },
15998 [0x636]={
15999  adobename="dadarabic",
16000  arabic="d",
16001  category="lo",
16002  description="ARABIC LETTER DAD",
16003  direction="al",
16004  linebreak="al",
16005  unicodeslot=0x636,
16006 },
16007 [0x637]={
16008  adobename="taharabic",
16009  arabic="d",
16010  category="lo",
16011  description="ARABIC LETTER TAH",
16012  direction="al",
16013  linebreak="al",
16014  unicodeslot=0x637,
16015 },
16016 [0x638]={
16017  adobename="zaharabic",
16018  arabic="d",
16019  category="lo",
16020  description="ARABIC LETTER ZAH",
16021  direction="al",
16022  linebreak="al",
16023  unicodeslot=0x638,
16024 },
16025 [0x639]={
16026  adobename="ainarabic",
16027  arabic="d",
16028  category="lo",
16029  description="ARABIC LETTER AIN",
16030  direction="al",
16031  linebreak="al",
16032  unicodeslot=0x639,
16033 },
16034 [0x63A]={
16035  adobename="ghainarabic",
16036  arabic="d",
16037  category="lo",
16038  description="ARABIC LETTER GHAIN",
16039  direction="al",
16040  linebreak="al",
16041  unicodeslot=0x63A,
16042 },
16043 [0x63B]={
16044  arabic="d",
16045  category="lo",
16046  description="ARABIC LETTER KEHEH WITH TWO DOTS ABOVE",
16047  direction="al",
16048  linebreak="al",
16049  unicodeslot=0x63B,
16050 },
16051 [0x63C]={
16052  arabic="d",
16053  category="lo",
16054  description="ARABIC LETTER KEHEH WITH THREE DOTS BELOW",
16055  direction="al",
16056  linebreak="al",
16057  unicodeslot=0x63C,
16058 },
16059 [0x63D]={
16060  arabic="d",
16061  category="lo",
16062  description="ARABIC LETTER FARSI YEH WITH INVERTED V",
16063  direction="al",
16064  linebreak="al",
16065  unicodeslot=0x63D,
16066 },
16067 [0x63E]={
16068  arabic="d",
16069  category="lo",
16070  description="ARABIC LETTER FARSI YEH WITH TWO DOTS ABOVE",
16071  direction="al",
16072  linebreak="al",
16073  unicodeslot=0x63E,
16074 },
16075 [0x63F]={
16076  arabic="d",
16077  category="lo",
16078  description="ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE",
16079  direction="al",
16080  linebreak="al",
16081  unicodeslot=0x63F,
16082 },
16083 [0x640]={
16084  adobename="tatweelarabic",
16085  arabic="c",
16086  category="lm",
16087  description="ARABIC TATWEEL",
16088  direction="al",
16089  linebreak="al",
16090  synonyms={ "arabic kashida" },
16091  unicodeslot=0x640,
16092 },
16093 [0x641]={
16094  adobename="feharabic",
16095  arabic="d",
16096  category="lo",
16097  description="ARABIC LETTER FEH",
16098  direction="al",
16099  linebreak="al",
16100  unicodeslot=0x641,
16101 },
16102 [0x642]={
16103  adobename="qafarabic",
16104  arabic="d",
16105  category="lo",
16106  description="ARABIC LETTER QAF",
16107  direction="al",
16108  linebreak="al",
16109  unicodeslot=0x642,
16110 },
16111 [0x643]={
16112  adobename="kafarabic",
16113  arabic="d",
16114  category="lo",
16115  description="ARABIC LETTER KAF",
16116  direction="al",
16117  linebreak="al",
16118  unicodeslot=0x643,
16119 },
16120 [0x644]={
16121  adobename="lamarabic",
16122  arabic="d",
16123  category="lo",
16124  description="ARABIC LETTER LAM",
16125  direction="al",
16126  linebreak="al",
16127  unicodeslot=0x644,
16128 },
16129 [0x645]={
16130  adobename="meemarabic",
16131  arabic="d",
16132  category="lo",
16133  description="ARABIC LETTER MEEM",
16134  direction="al",
16135  linebreak="al",
16136  unicodeslot=0x645,
16137 },
16138 [0x646]={
16139  adobename="noonarabic",
16140  arabic="d",
16141  category="lo",
16142  description="ARABIC LETTER NOON",
16143  direction="al",
16144  linebreak="al",
16145  unicodeslot=0x646,
16146 },
16147 [0x647]={
16148  adobename="heharabic",
16149  arabic="d",
16150  category="lo",
16151  description="ARABIC LETTER HEH",
16152  direction="al",
16153  linebreak="al",
16154  unicodeslot=0x647,
16155 },
16156 [0x648]={
16157  adobename="wawarabic",
16158  arabic="r",
16159  category="lo",
16160  description="ARABIC LETTER WAW",
16161  direction="al",
16162  linebreak="al",
16163  unicodeslot=0x648,
16164 },
16165 [0x649]={
16166  adobename="alefmaksuraarabic",
16167  arabic="d",
16168  category="lo",
16169  description="ARABIC LETTER ALEF MAKSURA",
16170  direction="al",
16171  linebreak="al",
16172  unicodeslot=0x649,
16173 },
16174 [0x64A]={
16175  adobename="yeharabic",
16176  arabic="d",
16177  category="lo",
16178  description="ARABIC LETTER YEH",
16179  direction="al",
16180  linebreak="al",
16181  unicodeslot=0x64A,
16182 },
16183 [0x64B]={
16184  adobename="fathatanarabic",
16185  category="mn",
16186  combining=0x1B,
16187  description="ARABIC FATHATAN",
16188  direction="nsm",
16189  linebreak="cm",
16190  unicodeslot=0x64B,
16191 },
16192 [0x64C]={
16193  adobename="dammatanarabic",
16194  category="mn",
16195  combining=0x1C,
16196  description="ARABIC DAMMATAN",
16197  direction="nsm",
16198  linebreak="cm",
16199  unicodeslot=0x64C,
16200 },
16201 [0x64D]={
16202  adobename="kasratanarabic",
16203  category="mn",
16204  combining=0x1D,
16205  description="ARABIC KASRATAN",
16206  direction="nsm",
16207  linebreak="cm",
16208  unicodeslot=0x64D,
16209 },
16210 [0x64E]={
16211  adobename="fathalowarabic",
16212  category="mn",
16213  combining=0x1E,
16214  description="ARABIC FATHA",
16215  direction="nsm",
16216  linebreak="cm",
16217  unicodeslot=0x64E,
16218 },
16219 [0x64F]={
16220  adobename="dammalowarabic",
16221  category="mn",
16222  combining=0x1F,
16223  description="ARABIC DAMMA",
16224  direction="nsm",
16225  linebreak="cm",
16226  unicodeslot=0x64F,
16227 },
16228 [0x650]={
16229  adobename="kasraarabic",
16230  category="mn",
16231  combining=0x20,
16232  description="ARABIC KASRA",
16233  direction="nsm",
16234  linebreak="cm",
16235  unicodeslot=0x650,
16236 },
16237 [0x651]={
16238  adobename="shaddafathatanarabic",
16239  category="mn",
16240  combining=0x21,
16241  description="ARABIC SHADDA",
16242  direction="nsm",
16243  linebreak="cm",
16244  unicodeslot=0x651,
16245 },
16246 [0x652]={
16247  adobename="sukunarabic",
16248  category="mn",
16249  combining=0x22,
16250  description="ARABIC SUKUN",
16251  direction="nsm",
16252  linebreak="cm",
16253  unicodeslot=0x652,
16254 },
16255 [0x653]={
16256  category="mn",
16257  combining=0xE6,
16258  description="ARABIC MADDAH ABOVE",
16259  direction="nsm",
16260  linebreak="cm",
16261  unicodeslot=0x653,
16262 },
16263 [0x654]={
16264  category="mn",
16265  combining=0xE6,
16266  description="ARABIC HAMZA ABOVE",
16267  direction="nsm",
16268  linebreak="cm",
16269  unicodeslot=0x654,
16270 },
16271 [0x655]={
16272  category="mn",
16273  combining=0xDC,
16274  description="ARABIC HAMZA BELOW",
16275  direction="nsm",
16276  linebreak="cm",
16277  unicodeslot=0x655,
16278 },
16279 [0x656]={
16280  category="mn",
16281  combining=0xDC,
16282  description="ARABIC SUBSCRIPT ALEF",
16283  direction="nsm",
16284  linebreak="cm",
16285  unicodeslot=0x656,
16286 },
16287 [0x657]={
16288  category="mn",
16289  combining=0xE6,
16290  description="ARABIC INVERTED DAMMA",
16291  direction="nsm",
16292  linebreak="cm",
16293  unicodeslot=0x657,
16294 },
16295 [0x658]={
16296  category="mn",
16297  combining=0xE6,
16298  description="ARABIC MARK NOON GHUNNA",
16299  direction="nsm",
16300  linebreak="cm",
16301  unicodeslot=0x658,
16302 },
16303 [0x659]={
16304  category="mn",
16305  combining=0xE6,
16306  description="ARABIC ZWARAKAY",
16307  direction="nsm",
16308  linebreak="cm",
16309  unicodeslot=0x659,
16310 },
16311 [0x65A]={
16312  category="mn",
16313  combining=0xE6,
16314  description="ARABIC VOWEL SIGN SMALL V ABOVE",
16315  direction="nsm",
16316  linebreak="cm",
16317  unicodeslot=0x65A,
16318 },
16319 [0x65B]={
16320  category="mn",
16321  combining=0xE6,
16322  description="ARABIC VOWEL SIGN INVERTED SMALL V ABOVE",
16323  direction="nsm",
16324  linebreak="cm",
16325  unicodeslot=0x65B,
16326 },
16327 [0x65C]={
16328  category="mn",
16329  combining=0xDC,
16330  description="ARABIC VOWEL SIGN DOT BELOW",
16331  direction="nsm",
16332  linebreak="cm",
16333  unicodeslot=0x65C,
16334 },
16335 [0x65D]={
16336  category="mn",
16337  combining=0xE6,
16338  description="ARABIC REVERSED DAMMA",
16339  direction="nsm",
16340  linebreak="cm",
16341  unicodeslot=0x65D,
16342 },
16343 [0x65E]={
16344  category="mn",
16345  combining=0xE6,
16346  description="ARABIC FATHA WITH TWO DOTS",
16347  direction="nsm",
16348  linebreak="cm",
16349  unicodeslot=0x65E,
16350 },
16351 [0x65F]={
16352  category="mn",
16353  combining=0xDC,
16354  description="ARABIC WAVY HAMZA BELOW",
16355  direction="nsm",
16356  linebreak="cm",
16357  unicodeslot=0x65F,
16358 },
16359 [0x660]={
16360  adobename="zerohackarabic",
16361  category="nd",
16362  description="ARABIC-INDIC DIGIT ZERO",
16363  direction="an",
16364  linebreak="nu",
16365  unicodeslot=0x660,
16366 },
16367 [0x661]={
16368  adobename="onehackarabic",
16369  category="nd",
16370  description="ARABIC-INDIC DIGIT ONE",
16371  direction="an",
16372  linebreak="nu",
16373  unicodeslot=0x661,
16374 },
16375 [0x662]={
16376  adobename="twohackarabic",
16377  category="nd",
16378  description="ARABIC-INDIC DIGIT TWO",
16379  direction="an",
16380  linebreak="nu",
16381  unicodeslot=0x662,
16382 },
16383 [0x663]={
16384  adobename="threehackarabic",
16385  category="nd",
16386  description="ARABIC-INDIC DIGIT THREE",
16387  direction="an",
16388  linebreak="nu",
16389  unicodeslot=0x663,
16390 },
16391 [0x664]={
16392  adobename="fourhackarabic",
16393  category="nd",
16394  description="ARABIC-INDIC DIGIT FOUR",
16395  direction="an",
16396  linebreak="nu",
16397  unicodeslot=0x664,
16398 },
16399 [0x665]={
16400  adobename="fivehackarabic",
16401  category="nd",
16402  description="ARABIC-INDIC DIGIT FIVE",
16403  direction="an",
16404  linebreak="nu",
16405  unicodeslot=0x665,
16406 },
16407 [0x666]={
16408  adobename="sixhackarabic",
16409  category="nd",
16410  description="ARABIC-INDIC DIGIT SIX",
16411  direction="an",
16412  linebreak="nu",
16413  unicodeslot=0x666,
16414 },
16415 [0x667]={
16416  adobename="sevenhackarabic",
16417  category="nd",
16418  description="ARABIC-INDIC DIGIT SEVEN",
16419  direction="an",
16420  linebreak="nu",
16421  unicodeslot=0x667,
16422 },
16423 [0x668]={
16424  adobename="eighthackarabic",
16425  category="nd",
16426  description="ARABIC-INDIC DIGIT EIGHT",
16427  direction="an",
16428  linebreak="nu",
16429  unicodeslot=0x668,
16430 },
16431 [0x669]={
16432  adobename="ninehackarabic",
16433  category="nd",
16434  description="ARABIC-INDIC DIGIT NINE",
16435  direction="an",
16436  linebreak="nu",
16437  unicodeslot=0x669,
16438 },
16439 [0x66A]={
16440  adobename="percentarabic",
16441  category="po",
16442  contextname="arabicpercent",
16443  description="ARABIC PERCENT SIGN",
16444  direction="et",
16445  linebreak="po",
16446  unicodeslot=0x66A,
16447 },
16448 [0x66B]={
16449  adobename="decimalseparatorpersian",
16450  category="po",
16451  contextname="persiandecimalseparator",
16452  description="ARABIC DECIMAL SEPARATOR",
16453  direction="an",
16454  linebreak="nu",
16455  unicodeslot=0x66B,
16456 },
16457 [0x66C]={
16458  adobename="thousandsseparatorpersian",
16459  category="po",
16460  contextname="persianthousandsseparator",
16461  description="ARABIC THOUSANDS SEPARATOR",
16462  direction="an",
16463  linebreak="nu",
16464  synonyms={ "arabic phrase separator" },
16465  unicodeslot=0x66C,
16466 },
16467 [0x66D]={
16468  adobename="asteriskarabic",
16469  category="po",
16470  contextname="arabicasterisk",
16471  description="ARABIC FIVE POINTED STAR",
16472  direction="al",
16473  linebreak="al",
16474  unicodeslot=0x66D,
16475 },
16476 [0x66E]={
16477  arabic="d",
16478  category="lo",
16479  description="ARABIC LETTER DOTLESS BEH",
16480  direction="al",
16481  linebreak="al",
16482  unicodeslot=0x66E,
16483 },
16484 [0x66F]={
16485  arabic="d",
16486  category="lo",
16487  description="ARABIC LETTER DOTLESS QAF",
16488  direction="al",
16489  linebreak="al",
16490  unicodeslot=0x66F,
16491 },
16492 [0x670]={
16493  category="mn",
16494  combining=0x23,
16495  description="ARABIC LETTER SUPERSCRIPT ALEF",
16496  direction="nsm",
16497  linebreak="cm",
16498  unicodeslot=0x670,
16499 },
16500 [0x671]={
16501  arabic="r",
16502  category="lo",
16503  description="ARABIC LETTER ALEF WASLA",
16504  direction="al",
16505  linebreak="al",
16506  unicodeslot=0x671,
16507 },
16508 [0x672]={
16509  arabic="r",
16510  category="lo",
16511  description="ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE",
16512  direction="al",
16513  linebreak="al",
16514  shcode=0x627,
16515  unicodeslot=0x672,
16516 },
16517 [0x673]={
16518  arabic="r",
16519  category="lo",
16520  description="ARABIC LETTER ALEF WITH WAVY HAMZA BELOW",
16521  direction="al",
16522  linebreak="al",
16523  shcode=0x627,
16524  unicodeslot=0x673,
16525 },
16526 [0x674]={
16527  arabic="u",
16528  category="lo",
16529  description="ARABIC LETTER HIGH HAMZA",
16530  direction="al",
16531  linebreak="al",
16532  unicodeslot=0x674,
16533 },
16534 [0x675]={
16535  arabic="r",
16536  category="lo",
16537  description="ARABIC LETTER HIGH HAMZA ALEF",
16538  direction="al",
16539  linebreak="al",
16540  specials={ "compat", 0x627, 0x674 },
16541  unicodeslot=0x675,
16542 },
16543 [0x676]={
16544  arabic="r",
16545  category="lo",
16546  description="ARABIC LETTER HIGH HAMZA WAW",
16547  direction="al",
16548  linebreak="al",
16549  specials={ "compat", 0x648, 0x674 },
16550  unicodeslot=0x676,
16551 },
16552 [0x677]={
16553  arabic="r",
16554  category="lo",
16555  description="ARABIC LETTER U WITH HAMZA ABOVE",
16556  direction="al",
16557  linebreak="al",
16558  shcode=0x6C7,
16559  specials={ "compat", 0x6C7, 0x674 },
16560  unicodeslot=0x677,
16561 },
16562 [0x678]={
16563  arabic="d",
16564  category="lo",
16565  description="ARABIC LETTER HIGH HAMZA YEH",
16566  direction="al",
16567  linebreak="al",
16568  specials={ "compat", 0x64A, 0x674 },
16569  unicodeslot=0x678,
16570 },
16571 [0x679]={
16572  adobename="tteharabic",
16573  arabic="d",
16574  category="lo",
16575  description="ARABIC LETTER TTEH",
16576  direction="al",
16577  linebreak="al",
16578  unicodeslot=0x679,
16579 },
16580 [0x67A]={
16581  arabic="d",
16582  category="lo",
16583  description="ARABIC LETTER TTEHEH",
16584  direction="al",
16585  linebreak="al",
16586  unicodeslot=0x67A,
16587 },
16588 [0x67B]={
16589  arabic="d",
16590  category="lo",
16591  description="ARABIC LETTER BEEH",
16592  direction="al",
16593  linebreak="al",
16594  unicodeslot=0x67B,
16595 },
16596 [0x67C]={
16597  arabic="d",
16598  category="lo",
16599  description="ARABIC LETTER TEH WITH RING",
16600  direction="al",
16601  linebreak="al",
16602  shcode=0x62A,
16603  unicodeslot=0x67C,
16604 },
16605 [0x67D]={
16606  arabic="d",
16607  category="lo",
16608  description="ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS",
16609  direction="al",
16610  linebreak="al",
16611  shcode=0x62A,
16612  unicodeslot=0x67D,
16613 },
16614 [0x67E]={
16615  adobename="peharabic",
16616  arabic="d",
16617  category="lo",
16618  description="ARABIC LETTER PEH",
16619  direction="al",
16620  linebreak="al",
16621  unicodeslot=0x67E,
16622 },
16623 [0x67F]={
16624  arabic="d",
16625  category="lo",
16626  description="ARABIC LETTER TEHEH",
16627  direction="al",
16628  linebreak="al",
16629  unicodeslot=0x67F,
16630 },
16631 [0x680]={
16632  arabic="d",
16633  category="lo",
16634  description="ARABIC LETTER BEHEH",
16635  direction="al",
16636  linebreak="al",
16637  unicodeslot=0x680,
16638 },
16639 [0x681]={
16640  arabic="d",
16641  category="lo",
16642  description="ARABIC LETTER HAH WITH HAMZA ABOVE",
16643  direction="al",
16644  linebreak="al",
16645  shcode=0x62D,
16646  unicodeslot=0x681,
16647 },
16648 [0x682]={
16649  arabic="d",
16650  category="lo",
16651  description="ARABIC LETTER HAH WITH TWO DOTS VERTICAL ABOVE",
16652  direction="al",
16653  linebreak="al",
16654  shcode=0x62D,
16655  unicodeslot=0x682,
16656 },
16657 [0x683]={
16658  arabic="d",
16659  category="lo",
16660  description="ARABIC LETTER NYEH",
16661  direction="al",
16662  linebreak="al",
16663  unicodeslot=0x683,
16664 },
16665 [0x684]={
16666  arabic="d",
16667  category="lo",
16668  description="ARABIC LETTER DYEH",
16669  direction="al",
16670  linebreak="al",
16671  unicodeslot=0x684,
16672 },
16673 [0x685]={
16674  arabic="d",
16675  category="lo",
16676  description="ARABIC LETTER HAH WITH THREE DOTS ABOVE",
16677  direction="al",
16678  linebreak="al",
16679  shcode=0x62D,
16680  unicodeslot=0x685,
16681 },
16682 [0x686]={
16683  adobename="tcheharabic",
16684  arabic="d",
16685  category="lo",
16686  description="ARABIC LETTER TCHEH",
16687  direction="al",
16688  linebreak="al",
16689  unicodeslot=0x686,
16690 },
16691 [0x687]={
16692  arabic="d",
16693  category="lo",
16694  description="ARABIC LETTER TCHEHEH",
16695  direction="al",
16696  linebreak="al",
16697  unicodeslot=0x687,
16698 },
16699 [0x688]={
16700  adobename="ddalarabic",
16701  arabic="r",
16702  category="lo",
16703  description="ARABIC LETTER DDAL",
16704  direction="al",
16705  linebreak="al",
16706  unicodeslot=0x688,
16707 },
16708 [0x689]={
16709  arabic="r",
16710  category="lo",
16711  description="ARABIC LETTER DAL WITH RING",
16712  direction="al",
16713  linebreak="al",
16714  shcode=0x62F,
16715  unicodeslot=0x689,
16716 },
16717 [0x68A]={
16718  arabic="r",
16719  category="lo",
16720  description="ARABIC LETTER DAL WITH DOT BELOW",
16721  direction="al",
16722  linebreak="al",
16723  shcode=0x62F,
16724  unicodeslot=0x68A,
16725 },
16726 [0x68B]={
16727  arabic="r",
16728  category="lo",
16729  description="ARABIC LETTER DAL WITH DOT BELOW AND SMALL TAH",
16730  direction="al",
16731  linebreak="al",
16732  shcode=0x62F,
16733  unicodeslot=0x68B,
16734 },
16735 [0x68C]={
16736  arabic="r",
16737  category="lo",
16738  description="ARABIC LETTER DAHAL",
16739  direction="al",
16740  linebreak="al",
16741  unicodeslot=0x68C,
16742 },
16743 [0x68D]={
16744  arabic="r",
16745  category="lo",
16746  description="ARABIC LETTER DDAHAL",
16747  direction="al",
16748  linebreak="al",
16749  unicodeslot=0x68D,
16750 },
16751 [0x68E]={
16752  arabic="r",
16753  category="lo",
16754  description="ARABIC LETTER DUL",
16755  direction="al",
16756  linebreak="al",
16757  unicodeslot=0x68E,
16758 },
16759 [0x68F]={
16760  arabic="r",
16761  category="lo",
16762  description="ARABIC LETTER DAL WITH THREE DOTS ABOVE DOWNWARDS",
16763  direction="al",
16764  linebreak="al",
16765  shcode=0x62F,
16766  unicodeslot=0x68F,
16767 },
16768 [0x690]={
16769  arabic="r",
16770  category="lo",
16771  description="ARABIC LETTER DAL WITH FOUR DOTS ABOVE",
16772  direction="al",
16773  linebreak="al",
16774  shcode=0x62F,
16775  unicodeslot=0x690,
16776 },
16777 [0x691]={
16778  adobename="rreharabic",
16779  arabic="r",
16780  category="lo",
16781  description="ARABIC LETTER RREH",
16782  direction="al",
16783  linebreak="al",
16784  unicodeslot=0x691,
16785 },
16786 [0x692]={
16787  arabic="r",
16788  category="lo",
16789  description="ARABIC LETTER REH WITH SMALL V",
16790  direction="al",
16791  linebreak="al",
16792  shcode=0x631,
16793  unicodeslot=0x692,
16794 },
16795 [0x693]={
16796  arabic="r",
16797  category="lo",
16798  description="ARABIC LETTER REH WITH RING",
16799  direction="al",
16800  linebreak="al",
16801  shcode=0x631,
16802  unicodeslot=0x693,
16803 },
16804 [0x694]={
16805  arabic="r",
16806  category="lo",
16807  description="ARABIC LETTER REH WITH DOT BELOW",
16808  direction="al",
16809  linebreak="al",
16810  shcode=0x631,
16811  unicodeslot=0x694,
16812 },
16813 [0x695]={
16814  arabic="r",
16815  category="lo",
16816  description="ARABIC LETTER REH WITH SMALL V BELOW",
16817  direction="al",
16818  linebreak="al",
16819  shcode=0x631,
16820  unicodeslot=0x695,
16821 },
16822 [0x696]={
16823  arabic="r",
16824  category="lo",
16825  description="ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE",
16826  direction="al",
16827  linebreak="al",
16828  shcode=0x631,
16829  unicodeslot=0x696,
16830 },
16831 [0x697]={
16832  arabic="r",
16833  category="lo",
16834  description="ARABIC LETTER REH WITH TWO DOTS ABOVE",
16835  direction="al",
16836  linebreak="al",
16837  shcode=0x631,
16838  unicodeslot=0x697,
16839 },
16840 [0x698]={
16841  adobename="jeharabic",
16842  arabic="r",
16843  category="lo",
16844  description="ARABIC LETTER JEH",
16845  direction="al",
16846  linebreak="al",
16847  unicodeslot=0x698,
16848 },
16849 [0x699]={
16850  arabic="r",
16851  category="lo",
16852  description="ARABIC LETTER REH WITH FOUR DOTS ABOVE",
16853  direction="al",
16854  linebreak="al",
16855  shcode=0x631,
16856  unicodeslot=0x699,
16857 },
16858 [0x69A]={
16859  arabic="d",
16860  category="lo",
16861  description="ARABIC LETTER SEEN WITH DOT BELOW AND DOT ABOVE",
16862  direction="al",
16863  linebreak="al",
16864  shcode=0x633,
16865  unicodeslot=0x69A,
16866 },
16867 [0x69B]={
16868  arabic="d",
16869  category="lo",
16870  description="ARABIC LETTER SEEN WITH THREE DOTS BELOW",
16871  direction="al",
16872  linebreak="al",
16873  shcode=0x633,
16874  unicodeslot=0x69B,
16875 },
16876 [0x69C]={
16877  arabic="d",
16878  category="lo",
16879  description="ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE",
16880  direction="al",
16881  linebreak="al",
16882  shcode=0x633,
16883  unicodeslot=0x69C,
16884 },
16885 [0x69D]={
16886  arabic="d",
16887  category="lo",
16888  description="ARABIC LETTER SAD WITH TWO DOTS BELOW",
16889  direction="al",
16890  linebreak="al",
16891  shcode=0x635,
16892  unicodeslot=0x69D,
16893 },
16894 [0x69E]={
16895  arabic="d",
16896  category="lo",
16897  description="ARABIC LETTER SAD WITH THREE DOTS ABOVE",
16898  direction="al",
16899  linebreak="al",
16900  shcode=0x635,
16901  unicodeslot=0x69E,
16902 },
16903 [0x69F]={
16904  arabic="d",
16905  category="lo",
16906  description="ARABIC LETTER TAH WITH THREE DOTS ABOVE",
16907  direction="al",
16908  linebreak="al",
16909  shcode=0x637,
16910  unicodeslot=0x69F,
16911 },
16912 [0x6A0]={
16913  arabic="d",
16914  category="lo",
16915  description="ARABIC LETTER AIN WITH THREE DOTS ABOVE",
16916  direction="al",
16917  linebreak="al",
16918  shcode=0x639,
16919  unicodeslot=0x6A0,
16920 },
16921 [0x6A1]={
16922  arabic="d",
16923  category="lo",
16924  description="ARABIC LETTER DOTLESS FEH",
16925  direction="al",
16926  linebreak="al",
16927  unicodeslot=0x6A1,
16928 },
16929 [0x6A2]={
16930  arabic="d",
16931  category="lo",
16932  description="ARABIC LETTER FEH WITH DOT MOVED BELOW",
16933  direction="al",
16934  linebreak="al",
16935  shcode=0x641,
16936  unicodeslot=0x6A2,
16937 },
16938 [0x6A3]={
16939  arabic="d",
16940  category="lo",
16941  description="ARABIC LETTER FEH WITH DOT BELOW",
16942  direction="al",
16943  linebreak="al",
16944  shcode=0x641,
16945  unicodeslot=0x6A3,
16946 },
16947 [0x6A4]={
16948  adobename="veharabic",
16949  arabic="d",
16950  category="lo",
16951  description="ARABIC LETTER VEH",
16952  direction="al",
16953  linebreak="al",
16954  unicodeslot=0x6A4,
16955 },
16956 [0x6A5]={
16957  arabic="d",
16958  category="lo",
16959  description="ARABIC LETTER FEH WITH THREE DOTS BELOW",
16960  direction="al",
16961  linebreak="al",
16962  shcode=0x641,
16963  unicodeslot=0x6A5,
16964 },
16965 [0x6A6]={
16966  arabic="d",
16967  category="lo",
16968  description="ARABIC LETTER PEHEH",
16969  direction="al",
16970  linebreak="al",
16971  unicodeslot=0x6A6,
16972 },
16973 [0x6A7]={
16974  arabic="d",
16975  category="lo",
16976  description="ARABIC LETTER QAF WITH DOT ABOVE",
16977  direction="al",
16978  linebreak="al",
16979  shcode=0x642,
16980  unicodeslot=0x6A7,
16981 },
16982 [0x6A8]={
16983  arabic="d",
16984  category="lo",
16985  description="ARABIC LETTER QAF WITH THREE DOTS ABOVE",
16986  direction="al",
16987  linebreak="al",
16988  shcode=0x642,
16989  unicodeslot=0x6A8,
16990 },
16991 [0x6A9]={
16992  arabic="d",
16993  category="lo",
16994  description="ARABIC LETTER KEHEH",
16995  direction="al",
16996  linebreak="al",
16997  unicodeslot=0x6A9,
16998 },
16999 [0x6AA]={
17000  arabic="d",
17001  category="lo",
17002  description="ARABIC LETTER SWASH KAF",
17003  direction="al",
17004  linebreak="al",
17005  unicodeslot=0x6AA,
17006 },
17007 [0x6AB]={
17008  arabic="d",
17009  category="lo",
17010  description="ARABIC LETTER KAF WITH RING",
17011  direction="al",
17012  linebreak="al",
17013  shcode=0x643,
17014  unicodeslot=0x6AB,
17015 },
17016 [0x6AC]={
17017  arabic="d",
17018  category="lo",
17019  description="ARABIC LETTER KAF WITH DOT ABOVE",
17020  direction="al",
17021  linebreak="al",
17022  shcode=0x643,
17023  unicodeslot=0x6AC,
17024 },
17025 [0x6AD]={
17026  arabic="d",
17027  category="lo",
17028  description="ARABIC LETTER NG",
17029  direction="al",
17030  linebreak="al",
17031  unicodeslot=0x6AD,
17032 },
17033 [0x6AE]={
17034  arabic="d",
17035  category="lo",
17036  description="ARABIC LETTER KAF WITH THREE DOTS BELOW",
17037  direction="al",
17038  linebreak="al",
17039  shcode=0x643,
17040  unicodeslot=0x6AE,
17041 },
17042 [0x6AF]={
17043  adobename="gafarabic",
17044  arabic="d",
17045  category="lo",
17046  description="ARABIC LETTER GAF",
17047  direction="al",
17048  linebreak="al",
17049  unicodeslot=0x6AF,
17050 },
17051 [0x6B0]={
17052  arabic="d",
17053  category="lo",
17054  description="ARABIC LETTER GAF WITH RING",
17055  direction="al",
17056  linebreak="al",
17057  shcode=0x6AF,
17058  unicodeslot=0x6B0,
17059 },
17060 [0x6B1]={
17061  arabic="d",
17062  category="lo",
17063  description="ARABIC LETTER NGOEH",
17064  direction="al",
17065  linebreak="al",
17066  unicodeslot=0x6B1,
17067 },
17068 [0x6B2]={
17069  arabic="d",
17070  category="lo",
17071  description="ARABIC LETTER GAF WITH TWO DOTS BELOW",
17072  direction="al",
17073  linebreak="al",
17074  shcode=0x6AF,
17075  unicodeslot=0x6B2,
17076 },
17077 [0x6B3]={
17078  arabic="d",
17079  category="lo",
17080  description="ARABIC LETTER GUEH",
17081  direction="al",
17082  linebreak="al",
17083  unicodeslot=0x6B3,
17084 },
17085 [0x6B4]={
17086  arabic="d",
17087  category="lo",
17088  description="ARABIC LETTER GAF WITH THREE DOTS ABOVE",
17089  direction="al",
17090  linebreak="al",
17091  shcode=0x6AF,
17092  unicodeslot=0x6B4,
17093 },
17094 [0x6B5]={
17095  arabic="d",
17096  category="lo",
17097  description="ARABIC LETTER LAM WITH SMALL V",
17098  direction="al",
17099  linebreak="al",
17100  shcode=0x644,
17101  unicodeslot=0x6B5,
17102 },
17103 [0x6B6]={
17104  arabic="d",
17105  category="lo",
17106  description="ARABIC LETTER LAM WITH DOT ABOVE",
17107  direction="al",
17108  linebreak="al",
17109  shcode=0x644,
17110  unicodeslot=0x6B6,
17111 },
17112 [0x6B7]={
17113  arabic="d",
17114  category="lo",
17115  description="ARABIC LETTER LAM WITH THREE DOTS ABOVE",
17116  direction="al",
17117  linebreak="al",
17118  shcode=0x644,
17119  unicodeslot=0x6B7,
17120 },
17121 [0x6B8]={
17122  arabic="d",
17123  category="lo",
17124  description="ARABIC LETTER LAM WITH THREE DOTS BELOW",
17125  direction="al",
17126  linebreak="al",
17127  shcode=0x644,
17128  unicodeslot=0x6B8,
17129 },
17130 [0x6B9]={
17131  arabic="d",
17132  category="lo",
17133  description="ARABIC LETTER NOON WITH DOT BELOW",
17134  direction="al",
17135  linebreak="al",
17136  shcode=0x646,
17137  unicodeslot=0x6B9,
17138 },
17139 [0x6BA]={
17140  adobename="noonghunnaarabic",
17141  arabic="d",
17142  category="lo",
17143  description="ARABIC LETTER NOON GHUNNA",
17144  direction="al",
17145  linebreak="al",
17146  unicodeslot=0x6BA,
17147 },
17148 [0x6BB]={
17149  arabic="d",
17150  category="lo",
17151  description="ARABIC LETTER RNOON",
17152  direction="al",
17153  linebreak="al",
17154  unicodeslot=0x6BB,
17155 },
17156 [0x6BC]={
17157  arabic="d",
17158  category="lo",
17159  description="ARABIC LETTER NOON WITH RING",
17160  direction="al",
17161  linebreak="al",
17162  shcode=0x646,
17163  unicodeslot=0x6BC,
17164 },
17165 [0x6BD]={
17166  arabic="d",
17167  category="lo",
17168  description="ARABIC LETTER NOON WITH THREE DOTS ABOVE",
17169  direction="al",
17170  linebreak="al",
17171  shcode=0x646,
17172  unicodeslot=0x6BD,
17173 },
17174 [0x6BE]={
17175  arabic="d",
17176  category="lo",
17177  description="ARABIC LETTER HEH DOACHASHMEE",
17178  direction="al",
17179  linebreak="al",
17180  unicodeslot=0x6BE,
17181 },
17182 [0x6BF]={
17183  arabic="d",
17184  category="lo",
17185  description="ARABIC LETTER TCHEH WITH DOT ABOVE",
17186  direction="al",
17187  linebreak="al",
17188  shcode=0x686,
17189  unicodeslot=0x6BF,
17190 },
17191 [0x6C0]={
17192  arabic="r",
17193  category="lo",
17194  description="ARABIC LETTER HEH WITH YEH ABOVE",
17195  direction="al",
17196  linebreak="al",
17197  shcode=0x647,
17198  specials={ "char", 0x6D5, 0x654 },
17199  synonyms={ "arabic letter hamzah on ha", "izafet" },
17200  unicodeslot=0x6C0,
17201 },
17202 [0x6C1]={
17203  adobename="hehaltonearabic",
17204  arabic="d",
17205  category="lo",
17206  description="ARABIC LETTER HEH GOAL",
17207  direction="al",
17208  linebreak="al",
17209  unicodeslot=0x6C1,
17210 },
17211 [0x6C2]={
17212  arabic="d",
17213  category="lo",
17214  description="ARABIC LETTER HEH GOAL WITH HAMZA ABOVE",
17215  direction="al",
17216  linebreak="al",
17217  specials={ "char", 0x6C1, 0x654 },
17218  unicodeslot=0x6C2,
17219 },
17220 [0x6C3]={
17221  arabic="r",
17222  category="lo",
17223  description="ARABIC LETTER TEH MARBUTA GOAL",
17224  direction="al",
17225  linebreak="al",
17226  unicodeslot=0x6C3,
17227 },
17228 [0x6C4]={
17229  arabic="r",
17230  category="lo",
17231  description="ARABIC LETTER WAW WITH RING",
17232  direction="al",
17233  linebreak="al",
17234  shcode=0x648,
17235  unicodeslot=0x6C4,
17236 },
17237 [0x6C5]={
17238  arabic="r",
17239  category="lo",
17240  description="ARABIC LETTER KIRGHIZ OE",
17241  direction="al",
17242  linebreak="al",
17243  unicodeslot=0x6C5,
17244 },
17245 [0x6C6]={
17246  arabic="r",
17247  category="lo",
17248  description="ARABIC LETTER OE",
17249  direction="al",
17250  linebreak="al",
17251  unicodeslot=0x6C6,
17252 },
17253 [0x6C7]={
17254  arabic="r",
17255  category="lo",
17256  description="ARABIC LETTER U",
17257  direction="al",
17258  linebreak="al",
17259  unicodeslot=0x6C7,
17260 },
17261 [0x6C8]={
17262  arabic="r",
17263  category="lo",
17264  description="ARABIC LETTER YU",
17265  direction="al",
17266  linebreak="al",
17267  unicodeslot=0x6C8,
17268 },
17269 [0x6C9]={
17270  arabic="r",
17271  category="lo",
17272  description="ARABIC LETTER KIRGHIZ YU",
17273  direction="al",
17274  linebreak="al",
17275  unicodeslot=0x6C9,
17276 },
17277 [0x6CA]={
17278  arabic="r",
17279  category="lo",
17280  description="ARABIC LETTER WAW WITH TWO DOTS ABOVE",
17281  direction="al",
17282  linebreak="al",
17283  shcode=0x648,
17284  unicodeslot=0x6CA,
17285 },
17286 [0x6CB]={
17287  arabic="r",
17288  category="lo",
17289  description="ARABIC LETTER VE",
17290  direction="al",
17291  linebreak="al",
17292  unicodeslot=0x6CB,
17293 },
17294 [0x6CC]={
17295  arabic="d",
17296  category="lo",
17297  description="ARABIC LETTER FARSI YEH",
17298  direction="al",
17299  linebreak="al",
17300  unicodeslot=0x6CC,
17301 },
17302 [0x6CD]={
17303  arabic="r",
17304  category="lo",
17305  description="ARABIC LETTER YEH WITH TAIL",
17306  direction="al",
17307  linebreak="al",
17308  shcode=0x64A,
17309  unicodeslot=0x6CD,
17310 },
17311 [0x6CE]={
17312  arabic="d",
17313  category="lo",
17314  description="ARABIC LETTER YEH WITH SMALL V",
17315  direction="al",
17316  linebreak="al",
17317  shcode=0x64A,
17318  unicodeslot=0x6CE,
17319 },
17320 [0x6CF]={
17321  arabic="r",
17322  category="lo",
17323  description="ARABIC LETTER WAW WITH DOT ABOVE",
17324  direction="al",
17325  linebreak="al",
17326  shcode=0x648,
17327  unicodeslot=0x6CF,
17328 },
17329 [0x6D0]={
17330  arabic="d",
17331  category="lo",
17332  description="ARABIC LETTER E",
17333  direction="al",
17334  linebreak="al",
17335  unicodeslot=0x6D0,
17336 },
17337 [0x6D1]={
17338  adobename="yehthreedotsbelowarabic",
17339  arabic="d",
17340  category="lo",
17341  description="ARABIC LETTER YEH WITH THREE DOTS BELOW",
17342  direction="al",
17343  linebreak="al",
17344  shcode=0x64A,
17345  unicodeslot=0x6D1,
17346 },
17347 [0x6D2]={
17348  adobename="yehbarreearabic",
17349  arabic="r",
17350  category="lo",
17351  description="ARABIC LETTER YEH BARREE",
17352  direction="al",
17353  linebreak="al",
17354  unicodeslot=0x6D2,
17355 },
17356 [0x6D3]={
17357  arabic="r",
17358  category="lo",
17359  description="ARABIC LETTER YEH BARREE WITH HAMZA ABOVE",
17360  direction="al",
17361  linebreak="al",
17362  specials={ "char", 0x6D2, 0x654 },
17363  unicodeslot=0x6D3,
17364 },
17365 [0x6D4]={
17366  category="po",
17367  contextname="arabicperiod",
17368  description="ARABIC FULL STOP",
17369  direction="al",
17370  linebreak="ex",
17371  unicodeslot=0x6D4,
17372 },
17373 [0x6D5]={
17374  adobename="afii57534",
17375  arabic="r",
17376  category="lo",
17377  description="ARABIC LETTER AE",
17378  direction="al",
17379  linebreak="al",
17380  unicodeslot=0x6D5,
17381 },
17382 [0x6D6]={
17383  category="mn",
17384  combining=0xE6,
17385  contextname="arabichighesala",
17386  description="ARABIC SMALL HIGH LIGATURE SAD WITH LAM WITH ALEF MAKSURA",
17387  direction="nsm",
17388  linebreak="cm",
17389  unicodeslot=0x6D6,
17390 },
17391 [0x6D7]={
17392  category="mn",
17393  combining=0xE6,
17394  contextname="arabichigheqala",
17395  description="ARABIC SMALL HIGH LIGATURE QAF WITH LAM WITH ALEF MAKSURA",
17396  direction="nsm",
17397  linebreak="cm",
17398  unicodeslot=0x6D7,
17399 },
17400 [0x6D8]={
17401  category="mn",
17402  combining=0xE6,
17403  contextname="arabichighmeemshort",
17404  description="ARABIC SMALL HIGH MEEM INITIAL FORM",
17405  direction="nsm",
17406  linebreak="cm",
17407  unicodeslot=0x6D8,
17408 },
17409 [0x6D9]={
17410  category="mn",
17411  combining=0xE6,
17412  contextname="arabichighlamalef",
17413  description="ARABIC SMALL HIGH LAM ALEF",
17414  direction="nsm",
17415  linebreak="cm",
17416  unicodeslot=0x6D9,
17417 },
17418 [0x6DA]={
17419  category="mn",
17420  combining=0xE6,
17421  contextname="arabichighjeem",
17422  description="ARABIC SMALL HIGH JEEM",
17423  direction="nsm",
17424  linebreak="cm",
17425  unicodeslot=0x6DA,
17426 },
17427 [0x6DB]={
17428  category="mn",
17429  combining=0xE6,
17430  contextname="arabicshighthreedots",
17431  description="ARABIC SMALL HIGH THREE DOTS",
17432  direction="nsm",
17433  linebreak="cm",
17434  unicodeslot=0x6DB,
17435 },
17436 [0x6DC]={
17437  category="mn",
17438  combining=0xE6,
17439  contextname="arabichighseen",
17440  description="ARABIC SMALL HIGH SEEN",
17441  direction="nsm",
17442  linebreak="cm",
17443  unicodeslot=0x6DC,
17444 },
17445 [0x6DD]={
17446  arabic="u",
17447  category="cf",
17448  contextname="arabicendofayah",
17449  description="ARABIC END OF AYAH",
17450  direction="an",
17451  linebreak="nu",
17452  unicodeslot=0x6DD,
17453  visible=true,
17454 },
17455 [0x6DE]={
17456  category="me",
17457  contextname="arabicstartofrubc",
17458  description="ARABIC START OF RUB EL HIZB",
17459  direction="on",
17460  linebreak="al",
17461  unicodeslot=0x6DE,
17462 },
17463 [0x6DF]={
17464  category="mn",
17465  combining=0xE6,
17466  description="ARABIC SMALL HIGH ROUNDED ZERO",
17467  direction="nsm",
17468  linebreak="cm",
17469  unicodeslot=0x6DF,
17470 },
17471 [0x6E0]={
17472  category="mn",
17473  combining=0xE6,
17474  description="ARABIC SMALL HIGH UPRIGHT RECTANGULAR ZERO",
17475  direction="nsm",
17476  linebreak="cm",
17477  unicodeslot=0x6E0,
17478 },
17479 [0x6E1]={
17480  category="mn",
17481  combining=0xE6,
17482  description="ARABIC SMALL HIGH DOTLESS HEAD OF KHAH",
17483  direction="nsm",
17484  linebreak="cm",
17485  unicodeslot=0x6E1,
17486 },
17487 [0x6E2]={
17488  category="mn",
17489  combining=0xE6,
17490  contextname="arabichighmeemlong",
17491  description="ARABIC SMALL HIGH MEEM ISOLATED FORM",
17492  direction="nsm",
17493  linebreak="cm",
17494  unicodeslot=0x6E2,
17495 },
17496 [0x6E3]={
17497  category="mn",
17498  combining=0xDC,
17499  contextname="arabiclowseen",
17500  description="ARABIC SMALL LOW SEEN",
17501  direction="nsm",
17502  linebreak="cm",
17503  unicodeslot=0x6E3,
17504 },
17505 [0x6E4]={
17506  category="mn",
17507  combining=0xE6,
17508  contextname="arabichighmadda",
17509  description="ARABIC SMALL HIGH MADDA",
17510  direction="nsm",
17511  linebreak="cm",
17512  unicodeslot=0x6E4,
17513 },
17514 [0x6E5]={
17515  category="lm",
17516  contextname="arabicvowelwaw",
17517  description="ARABIC SMALL WAW",
17518  direction="al",
17519  linebreak="al",
17520  unicodeslot=0x6E5,
17521 },
17522 [0x6E6]={
17523  category="lm",
17524  contextname="arabicvowelyeh",
17525  description="ARABIC SMALL YEH",
17526  direction="al",
17527  linebreak="al",
17528  unicodeslot=0x6E6,
17529 },
17530 [0x6E7]={
17531  category="mn",
17532  combining=0xE6,
17533  contextname="arabichighyeh",
17534  description="ARABIC SMALL HIGH YEH",
17535  direction="nsm",
17536  linebreak="cm",
17537  unicodeslot=0x6E7,
17538 },
17539 [0x6E8]={
17540  category="mn",
17541  combining=0xE6,
17542  contextname="arabichighnoon",
17543  description="ARABIC SMALL HIGH NOON",
17544  direction="nsm",
17545  linebreak="cm",
17546  unicodeslot=0x6E8,
17547 },
17548 [0x6E9]={
17549  category="so",
17550  contextname="arabicsajdah",
17551  description="ARABIC PLACE OF SAJDAH",
17552  direction="on",
17553  linebreak="al",
17554  unicodeslot=0x6E9,
17555 },
17556 [0x6EA]={
17557  category="mn",
17558  combining=0xDC,
17559  description="ARABIC EMPTY CENTRE LOW STOP",
17560  direction="nsm",
17561  linebreak="cm",
17562  unicodeslot=0x6EA,
17563 },
17564 [0x6EB]={
17565  category="mn",
17566  combining=0xE6,
17567  description="ARABIC EMPTY CENTRE HIGH STOP",
17568  direction="nsm",
17569  linebreak="cm",
17570  unicodeslot=0x6EB,
17571 },
17572 [0x6EC]={
17573  category="mn",
17574  combining=0xE6,
17575  description="ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE",
17576  direction="nsm",
17577  linebreak="cm",
17578  unicodeslot=0x6EC,
17579 },
17580 [0x6ED]={
17581  category="mn",
17582  combining=0xDC,
17583  contextname="arabiclowmeemlong",
17584  description="ARABIC SMALL LOW MEEM",
17585  direction="nsm",
17586  linebreak="cm",
17587  unicodeslot=0x6ED,
17588 },
17589 [0x6EE]={
17590  arabic="r",
17591  category="lo",
17592  description="ARABIC LETTER DAL WITH INVERTED V",
17593  direction="al",
17594  linebreak="al",
17595  shcode=0x62F,
17596  unicodeslot=0x6EE,
17597 },
17598 [0x6EF]={
17599  arabic="r",
17600  category="lo",
17601  description="ARABIC LETTER REH WITH INVERTED V",
17602  direction="al",
17603  linebreak="al",
17604  shcode=0x631,
17605  unicodeslot=0x6EF,
17606 },
17607 [0x6F0]={
17608  adobename="zeropersian",
17609  category="nd",
17610  description="EXTENDED ARABIC-INDIC DIGIT ZERO",
17611  direction="en",
17612  linebreak="nu",
17613  unicodeslot=0x6F0,
17614 },
17615 [0x6F1]={
17616  adobename="onepersian",
17617  category="nd",
17618  description="EXTENDED ARABIC-INDIC DIGIT ONE",
17619  direction="en",
17620  linebreak="nu",
17621  unicodeslot=0x6F1,
17622 },
17623 [0x6F2]={
17624  adobename="twopersian",
17625  category="nd",
17626  description="EXTENDED ARABIC-INDIC DIGIT TWO",
17627  direction="en",
17628  linebreak="nu",
17629  unicodeslot=0x6F2,
17630 },
17631 [0x6F3]={
17632  adobename="threepersian",
17633  category="nd",
17634  description="EXTENDED ARABIC-INDIC DIGIT THREE",
17635  direction="en",
17636  linebreak="nu",
17637  unicodeslot=0x6F3,
17638 },
17639 [0x6F4]={
17640  adobename="fourpersian",
17641  category="nd",
17642  description="EXTENDED ARABIC-INDIC DIGIT FOUR",
17643  direction="en",
17644  linebreak="nu",
17645  unicodeslot=0x6F4,
17646 },
17647 [0x6F5]={
17648  adobename="fivepersian",
17649  category="nd",
17650  description="EXTENDED ARABIC-INDIC DIGIT FIVE",
17651  direction="en",
17652  linebreak="nu",
17653  unicodeslot=0x6F5,
17654 },
17655 [0x6F6]={
17656  adobename="sixpersian",
17657  category="nd",
17658  description="EXTENDED ARABIC-INDIC DIGIT SIX",
17659  direction="en",
17660  linebreak="nu",
17661  unicodeslot=0x6F6,
17662 },
17663 [0x6F7]={
17664  adobename="sevenpersian",
17665  category="nd",
17666  description="EXTENDED ARABIC-INDIC DIGIT SEVEN",
17667  direction="en",
17668  linebreak="nu",
17669  unicodeslot=0x6F7,
17670 },
17671 [0x6F8]={
17672  adobename="eightpersian",
17673  category="nd",
17674  description="EXTENDED ARABIC-INDIC DIGIT EIGHT",
17675  direction="en",
17676  linebreak="nu",
17677  unicodeslot=0x6F8,
17678 },
17679 [0x6F9]={
17680  adobename="ninepersian",
17681  category="nd",
17682  description="EXTENDED ARABIC-INDIC DIGIT NINE",
17683  direction="en",
17684  linebreak="nu",
17685  unicodeslot=0x6F9,
17686 },
17687 [0x6FA]={
17688  arabic="d",
17689  category="lo",
17690  description="ARABIC LETTER SHEEN WITH DOT BELOW",
17691  direction="al",
17692  linebreak="al",
17693  shcode=0x634,
17694  unicodeslot=0x6FA,
17695 },
17696 [0x6FB]={
17697  arabic="d",
17698  category="lo",
17699  description="ARABIC LETTER DAD WITH DOT BELOW",
17700  direction="al",
17701  linebreak="al",
17702  shcode=0x636,
17703  unicodeslot=0x6FB,
17704 },
17705 [0x6FC]={
17706  arabic="d",
17707  category="lo",
17708  description="ARABIC LETTER GHAIN WITH DOT BELOW",
17709  direction="al",
17710  linebreak="al",
17711  shcode=0x63A,
17712  unicodeslot=0x6FC,
17713 },
17714 [0x6FD]={
17715  category="so",
17716  description="ARABIC SIGN SINDHI AMPERSAND",
17717  direction="al",
17718  linebreak="al",
17719  unicodeslot=0x6FD,
17720 },
17721 [0x6FE]={
17722  category="so",
17723  description="ARABIC SIGN SINDHI POSTPOSITION MEN",
17724  direction="al",
17725  linebreak="al",
17726  unicodeslot=0x6FE,
17727 },
17728 [0x6FF]={
17729  arabic="d",
17730  category="lo",
17731  description="ARABIC LETTER HEH WITH INVERTED V",
17732  direction="al",
17733  linebreak="al",
17734  shcode=0x647,
17735  unicodeslot=0x6FF,
17736 },
17737 [0x700]={
17738  category="po",
17739  description="SYRIAC END OF PARAGRAPH",
17740  direction="al",
17741  linebreak="al",
17742  unicodeslot=0x700,
17743 },
17744 [0x701]={
17745  category="po",
17746  description="SYRIAC SUPRALINEAR FULL STOP",
17747  direction="al",
17748  linebreak="al",
17749  unicodeslot=0x701,
17750 },
17751 [0x702]={
17752  category="po",
17753  description="SYRIAC SUBLINEAR FULL STOP",
17754  direction="al",
17755  linebreak="al",
17756  unicodeslot=0x702,
17757 },
17758 [0x703]={
17759  category="po",
17760  description="SYRIAC SUPRALINEAR COLON",
17761  direction="al",
17762  linebreak="al",
17763  unicodeslot=0x703,
17764 },
17765 [0x704]={
17766  category="po",
17767  description="SYRIAC SUBLINEAR COLON",
17768  direction="al",
17769  linebreak="al",
17770  unicodeslot=0x704,
17771 },
17772 [0x705]={
17773  category="po",
17774  description="SYRIAC HORIZONTAL COLON",
17775  direction="al",
17776  linebreak="al",
17777  unicodeslot=0x705,
17778 },
17779 [0x706]={
17780  category="po",
17781  description="SYRIAC COLON SKEWED LEFT",
17782  direction="al",
17783  linebreak="al",
17784  unicodeslot=0x706,
17785 },
17786 [0x707]={
17787  category="po",
17788  description="SYRIAC COLON SKEWED RIGHT",
17789  direction="al",
17790  linebreak="al",
17791  unicodeslot=0x707,
17792 },
17793 [0x708]={
17794  category="po",
17795  description="SYRIAC SUPRALINEAR COLON SKEWED LEFT",
17796  direction="al",
17797  linebreak="al",
17798  unicodeslot=0x708,
17799 },
17800 [0x709]={
17801  category="po",
17802  description="SYRIAC SUBLINEAR COLON SKEWED RIGHT",
17803  direction="al",
17804  linebreak="al",
17805  unicodeslot=0x709,
17806 },
17807 [0x70A]={
17808  category="po",
17809  description="SYRIAC CONTRACTION",
17810  direction="al",
17811  linebreak="al",
17812  unicodeslot=0x70A,
17813 },
17814 [0x70B]={
17815  category="po",
17816  description="SYRIAC HARKLEAN OBELUS",
17817  direction="al",
17818  linebreak="al",
17819  unicodeslot=0x70B,
17820 },
17821 [0x70C]={
17822  category="po",
17823  description="SYRIAC HARKLEAN METOBELUS",
17824  direction="al",
17825  linebreak="al",
17826  unicodeslot=0x70C,
17827 },
17828 [0x70D]={
17829  category="po",
17830  description="SYRIAC HARKLEAN ASTERISCUS",
17831  direction="al",
17832  linebreak="al",
17833  unicodeslot=0x70D,
17834 },
17835 [0x70F]={
17836  arabic="t",
17837  category="cf",
17838  description="SYRIAC ABBREVIATION MARK",
17839  direction="al",
17840  linebreak="al",
17841  synonyms={ "syriac sam" },
17842  unicodeslot=0x70F,
17843  visible=true,
17844 },
17845 [0x710]={
17846  arabic="r",
17847  category="lo",
17848  description="SYRIAC LETTER ALAPH",
17849  direction="al",
17850  linebreak="al",
17851  unicodeslot=0x710,
17852 },
17853 [0x711]={
17854  category="mn",
17855  combining=0x24,
17856  description="SYRIAC LETTER SUPERSCRIPT ALAPH",
17857  direction="nsm",
17858  linebreak="cm",
17859  unicodeslot=0x711,
17860 },
17861 [0x712]={
17862  arabic="d",
17863  category="lo",
17864  description="SYRIAC LETTER BETH",
17865  direction="al",
17866  linebreak="al",
17867  unicodeslot=0x712,
17868 },
17869 [0x713]={
17870  arabic="d",
17871  category="lo",
17872  description="SYRIAC LETTER GAMAL",
17873  direction="al",
17874  linebreak="al",
17875  unicodeslot=0x713,
17876 },
17877 [0x714]={
17878  arabic="d",
17879  category="lo",
17880  description="SYRIAC LETTER GAMAL GARSHUNI",
17881  direction="al",
17882  linebreak="al",
17883  unicodeslot=0x714,
17884 },
17885 [0x715]={
17886  arabic="r",
17887  category="lo",
17888  description="SYRIAC LETTER DALATH",
17889  direction="al",
17890  linebreak="al",
17891  unicodeslot=0x715,
17892 },
17893 [0x716]={
17894  arabic="r",
17895  category="lo",
17896  description="SYRIAC LETTER DOTLESS DALATH RISH",
17897  direction="al",
17898  linebreak="al",
17899  unicodeslot=0x716,
17900 },
17901 [0x717]={
17902  arabic="r",
17903  category="lo",
17904  description="SYRIAC LETTER HE",
17905  direction="al",
17906  linebreak="al",
17907  unicodeslot=0x717,
17908 },
17909 [0x718]={
17910  arabic="r",
17911  category="lo",
17912  description="SYRIAC LETTER WAW",
17913  direction="al",
17914  linebreak="al",
17915  unicodeslot=0x718,
17916 },
17917 [0x719]={
17918  arabic="r",
17919  category="lo",
17920  description="SYRIAC LETTER ZAIN",
17921  direction="al",
17922  linebreak="al",
17923  unicodeslot=0x719,
17924 },
17925 [0x71A]={
17926  arabic="d",
17927  category="lo",
17928  description="SYRIAC LETTER HETH",
17929  direction="al",
17930  linebreak="al",
17931  unicodeslot=0x71A,
17932 },
17933 [0x71B]={
17934  arabic="d",
17935  category="lo",
17936  description="SYRIAC LETTER TETH",
17937  direction="al",
17938  linebreak="al",
17939  unicodeslot=0x71B,
17940 },
17941 [0x71C]={
17942  arabic="d",
17943  category="lo",
17944  description="SYRIAC LETTER TETH GARSHUNI",
17945  direction="al",
17946  linebreak="al",
17947  unicodeslot=0x71C,
17948 },
17949 [0x71D]={
17950  arabic="d",
17951  category="lo",
17952  description="SYRIAC LETTER YUDH",
17953  direction="al",
17954  linebreak="al",
17955  unicodeslot=0x71D,
17956 },
17957 [0x71E]={
17958  arabic="r",
17959  category="lo",
17960  description="SYRIAC LETTER YUDH HE",
17961  direction="al",
17962  linebreak="al",
17963  unicodeslot=0x71E,
17964 },
17965 [0x71F]={
17966  arabic="d",
17967  category="lo",
17968  description="SYRIAC LETTER KAPH",
17969  direction="al",
17970  linebreak="al",
17971  unicodeslot=0x71F,
17972 },
17973 [0x720]={
17974  arabic="d",
17975  category="lo",
17976  description="SYRIAC LETTER LAMADH",
17977  direction="al",
17978  linebreak="al",
17979  unicodeslot=0x720,
17980 },
17981 [0x721]={
17982  arabic="d",
17983  category="lo",
17984  description="SYRIAC LETTER MIM",
17985  direction="al",
17986  linebreak="al",
17987  unicodeslot=0x721,
17988 },
17989 [0x722]={
17990  arabic="d",
17991  category="lo",
17992  description="SYRIAC LETTER NUN",
17993  direction="al",
17994  linebreak="al",
17995  unicodeslot=0x722,
17996 },
17997 [0x723]={
17998  arabic="d",
17999  category="lo",
18000  description="SYRIAC LETTER SEMKATH",
18001  direction="al",
18002  linebreak="al",
18003  unicodeslot=0x723,
18004 },
18005 [0x724]={
18006  arabic="d",
18007  category="lo",
18008  description="SYRIAC LETTER FINAL SEMKATH",
18009  direction="al",
18010  linebreak="al",
18011  unicodeslot=0x724,
18012 },
18013 [0x725]={
18014  arabic="d",
18015  category="lo",
18016  description="SYRIAC LETTER E",
18017  direction="al",
18018  linebreak="al",
18019  unicodeslot=0x725,
18020 },
18021 [0x726]={
18022  arabic="d",
18023  category="lo",
18024  description="SYRIAC LETTER PE",
18025  direction="al",
18026  linebreak="al",
18027  unicodeslot=0x726,
18028 },
18029 [0x727]={
18030  arabic="d",
18031  category="lo",
18032  description="SYRIAC LETTER REVERSED PE",
18033  direction="al",
18034  linebreak="al",
18035  unicodeslot=0x727,
18036 },
18037 [0x728]={
18038  arabic="r",
18039  category="lo",
18040  description="SYRIAC LETTER SADHE",
18041  direction="al",
18042  linebreak="al",
18043  unicodeslot=0x728,
18044 },
18045 [0x729]={
18046  arabic="d",
18047  category="lo",
18048  description="SYRIAC LETTER QAPH",
18049  direction="al",
18050  linebreak="al",
18051  unicodeslot=0x729,
18052 },
18053 [0x72A]={
18054  arabic="r",
18055  category="lo",
18056  description="SYRIAC LETTER RISH",
18057  direction="al",
18058  linebreak="al",
18059  unicodeslot=0x72A,
18060 },
18061 [0x72B]={
18062  arabic="d",
18063  category="lo",
18064  description="SYRIAC LETTER SHIN",
18065  direction="al",
18066  linebreak="al",
18067  unicodeslot=0x72B,
18068 },
18069 [0x72C]={
18070  arabic="r",
18071  category="lo",
18072  description="SYRIAC LETTER TAW",
18073  direction="al",
18074  linebreak="al",
18075  unicodeslot=0x72C,
18076 },
18077 [0x72D]={
18078  arabic="d",
18079  category="lo",
18080  description="SYRIAC LETTER PERSIAN BHETH",
18081  direction="al",
18082  linebreak="al",
18083  unicodeslot=0x72D,
18084 },
18085 [0x72E]={
18086  arabic="d",
18087  category="lo",
18088  description="SYRIAC LETTER PERSIAN GHAMAL",
18089  direction="al",
18090  linebreak="al",
18091  unicodeslot=0x72E,
18092 },
18093 [0x72F]={
18094  arabic="r",
18095  category="lo",
18096  description="SYRIAC LETTER PERSIAN DHALATH",
18097  direction="al",
18098  linebreak="al",
18099  unicodeslot=0x72F,
18100 },
18101 [0x730]={
18102  category="mn",
18103  combining=0xE6,
18104  description="SYRIAC PTHAHA ABOVE",
18105  direction="nsm",
18106  linebreak="cm",
18107  unicodeslot=0x730,
18108 },
18109 [0x731]={
18110  category="mn",
18111  combining=0xDC,
18112  description="SYRIAC PTHAHA BELOW",
18113  direction="nsm",
18114  linebreak="cm",
18115  unicodeslot=0x731,
18116 },
18117 [0x732]={
18118  category="mn",
18119  combining=0xE6,
18120  description="SYRIAC PTHAHA DOTTED",
18121  direction="nsm",
18122  linebreak="cm",
18123  unicodeslot=0x732,
18124 },
18125 [0x733]={
18126  category="mn",
18127  combining=0xE6,
18128  description="SYRIAC ZQAPHA ABOVE",
18129  direction="nsm",
18130  linebreak="cm",
18131  unicodeslot=0x733,
18132 },
18133 [0x734]={
18134  category="mn",
18135  combining=0xDC,
18136  description="SYRIAC ZQAPHA BELOW",
18137  direction="nsm",
18138  linebreak="cm",
18139  unicodeslot=0x734,
18140 },
18141 [0x735]={
18142  category="mn",
18143  combining=0xE6,
18144  description="SYRIAC ZQAPHA DOTTED",
18145  direction="nsm",
18146  linebreak="cm",
18147  unicodeslot=0x735,
18148 },
18149 [0x736]={
18150  category="mn",
18151  combining=0xE6,
18152  description="SYRIAC RBASA ABOVE",
18153  direction="nsm",
18154  linebreak="cm",
18155  unicodeslot=0x736,
18156 },
18157 [0x737]={
18158  category="mn",
18159  combining=0xDC,
18160  description="SYRIAC RBASA BELOW",
18161  direction="nsm",
18162  linebreak="cm",
18163  unicodeslot=0x737,
18164 },
18165 [0x738]={
18166  category="mn",
18167  combining=0xDC,
18168  description="SYRIAC DOTTED ZLAMA HORIZONTAL",
18169  direction="nsm",
18170  linebreak="cm",
18171  unicodeslot=0x738,
18172 },
18173 [0x739]={
18174  category="mn",
18175  combining=0xDC,
18176  description="SYRIAC DOTTED ZLAMA ANGULAR",
18177  direction="nsm",
18178  linebreak="cm",
18179  unicodeslot=0x739,
18180 },
18181 [0x73A]={
18182  category="mn",
18183  combining=0xE6,
18184  description="SYRIAC HBASA ABOVE",
18185  direction="nsm",
18186  linebreak="cm",
18187  unicodeslot=0x73A,
18188 },
18189 [0x73B]={
18190  category="mn",
18191  combining=0xDC,
18192  description="SYRIAC HBASA BELOW",
18193  direction="nsm",
18194  linebreak="cm",
18195  unicodeslot=0x73B,
18196 },
18197 [0x73C]={
18198  category="mn",
18199  combining=0xDC,
18200  description="SYRIAC HBASA-ESASA DOTTED",
18201  direction="nsm",
18202  linebreak="cm",
18203  unicodeslot=0x73C,
18204 },
18205 [0x73D]={
18206  category="mn",
18207  combining=0xE6,
18208  description="SYRIAC ESASA ABOVE",
18209  direction="nsm",
18210  linebreak="cm",
18211  unicodeslot=0x73D,
18212 },
18213 [0x73E]={
18214  category="mn",
18215  combining=0xDC,
18216  description="SYRIAC ESASA BELOW",
18217  direction="nsm",
18218  linebreak="cm",
18219  unicodeslot=0x73E,
18220 },
18221 [0x73F]={
18222  category="mn",
18223  combining=0xE6,
18224  description="SYRIAC RWAHA",
18225  direction="nsm",
18226  linebreak="cm",
18227  unicodeslot=0x73F,
18228 },
18229 [0x740]={
18230  category="mn",
18231  combining=0xE6,
18232  description="SYRIAC FEMININE DOT",
18233  direction="nsm",
18234  linebreak="cm",
18235  unicodeslot=0x740,
18236 },
18237 [0x741]={
18238  category="mn",
18239  combining=0xE6,
18240  description="SYRIAC QUSHSHAYA",
18241  direction="nsm",
18242  linebreak="cm",
18243  unicodeslot=0x741,
18244 },
18245 [0x742]={
18246  category="mn",
18247  combining=0xDC,
18248  description="SYRIAC RUKKAKHA",
18249  direction="nsm",
18250  linebreak="cm",
18251  unicodeslot=0x742,
18252 },
18253 [0x743]={
18254  category="mn",
18255  combining=0xE6,
18256  description="SYRIAC TWO VERTICAL DOTS ABOVE",
18257  direction="nsm",
18258  linebreak="cm",
18259  unicodeslot=0x743,
18260 },
18261 [0x744]={
18262  category="mn",
18263  combining=0xDC,
18264  description="SYRIAC TWO VERTICAL DOTS BELOW",
18265  direction="nsm",
18266  linebreak="cm",
18267  unicodeslot=0x744,
18268 },
18269 [0x745]={
18270  category="mn",
18271  combining=0xE6,
18272  description="SYRIAC THREE DOTS ABOVE",
18273  direction="nsm",
18274  linebreak="cm",
18275  unicodeslot=0x745,
18276 },
18277 [0x746]={
18278  category="mn",
18279  combining=0xDC,
18280  description="SYRIAC THREE DOTS BELOW",
18281  direction="nsm",
18282  linebreak="cm",
18283  unicodeslot=0x746,
18284 },
18285 [0x747]={
18286  category="mn",
18287  combining=0xE6,
18288  description="SYRIAC OBLIQUE LINE ABOVE",
18289  direction="nsm",
18290  linebreak="cm",
18291  unicodeslot=0x747,
18292 },
18293 [0x748]={
18294  category="mn",
18295  combining=0xDC,
18296  description="SYRIAC OBLIQUE LINE BELOW",
18297  direction="nsm",
18298  linebreak="cm",
18299  unicodeslot=0x748,
18300 },
18301 [0x749]={
18302  category="mn",
18303  combining=0xE6,
18304  description="SYRIAC MUSIC",
18305  direction="nsm",
18306  linebreak="cm",
18307  unicodeslot=0x749,
18308 },
18309 [0x74A]={
18310  category="mn",
18311  combining=0xE6,
18312  description="SYRIAC BARREKH",
18313  direction="nsm",
18314  linebreak="cm",
18315  unicodeslot=0x74A,
18316 },
18317 [0x74D]={
18318  arabic="r",
18319  category="lo",
18320  description="SYRIAC LETTER SOGDIAN ZHAIN",
18321  direction="al",
18322  linebreak="al",
18323  unicodeslot=0x74D,
18324 },
18325 [0x74E]={
18326  arabic="d",
18327  category="lo",
18328  description="SYRIAC LETTER SOGDIAN KHAPH",
18329  direction="al",
18330  linebreak="al",
18331  unicodeslot=0x74E,
18332 },
18333 [0x74F]={
18334  arabic="d",
18335  category="lo",
18336  description="SYRIAC LETTER SOGDIAN FE",
18337  direction="al",
18338  linebreak="al",
18339  unicodeslot=0x74F,
18340 },
18341 [0x750]={
18342  arabic="d",
18343  category="lo",
18344  description="ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW",
18345  direction="al",
18346  linebreak="al",
18347  shcode=0x628,
18348  unicodeslot=0x750,
18349 },
18350 [0x751]={
18351  arabic="d",
18352  category="lo",
18353  description="ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE",
18354  direction="al",
18355  linebreak="al",
18356  shcode=0x628,
18357  unicodeslot=0x751,
18358 },
18359 [0x752]={
18360  arabic="d",
18361  category="lo",
18362  description="ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW",
18363  direction="al",
18364  linebreak="al",
18365  shcode=0x628,
18366  unicodeslot=0x752,
18367 },
18368 [0x753]={
18369  arabic="d",
18370  category="lo",
18371  description="ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE",
18372  direction="al",
18373  linebreak="al",
18374  shcode=0x628,
18375  unicodeslot=0x753,
18376 },
18377 [0x754]={
18378  arabic="d",
18379  category="lo",
18380  description="ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE",
18381  direction="al",
18382  linebreak="al",
18383  shcode=0x628,
18384  unicodeslot=0x754,
18385 },
18386 [0x755]={
18387  arabic="d",
18388  category="lo",
18389  description="ARABIC LETTER BEH WITH INVERTED SMALL V BELOW",
18390  direction="al",
18391  linebreak="al",
18392  shcode=0x628,
18393  unicodeslot=0x755,
18394 },
18395 [0x756]={
18396  arabic="d",
18397  category="lo",
18398  description="ARABIC LETTER BEH WITH SMALL V",
18399  direction="al",
18400  linebreak="al",
18401  shcode=0x628,
18402  unicodeslot=0x756,
18403 },
18404 [0x757]={
18405  arabic="d",
18406  category="lo",
18407  description="ARABIC LETTER HAH WITH TWO DOTS ABOVE",
18408  direction="al",
18409  linebreak="al",
18410  shcode=0x62D,
18411  unicodeslot=0x757,
18412 },
18413 [0x758]={
18414  arabic="d",
18415  category="lo",
18416  description="ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW",
18417  direction="al",
18418  linebreak="al",
18419  shcode=0x62D,
18420  unicodeslot=0x758,
18421 },
18422 [0x759]={
18423  arabic="r",
18424  category="lo",
18425  description="ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH",
18426  direction="al",
18427  linebreak="al",
18428  shcode=0x62F,
18429  unicodeslot=0x759,
18430 },
18431 [0x75A]={
18432  arabic="r",
18433  category="lo",
18434  description="ARABIC LETTER DAL WITH INVERTED SMALL V BELOW",
18435  direction="al",
18436  linebreak="al",
18437  shcode=0x62F,
18438  unicodeslot=0x75A,
18439 },
18440 [0x75B]={
18441  arabic="r",
18442  category="lo",
18443  description="ARABIC LETTER REH WITH STROKE",
18444  direction="al",
18445  linebreak="al",
18446  shcode=0x631,
18447  unicodeslot=0x75B,
18448 },
18449 [0x75C]={
18450  arabic="d",
18451  category="lo",
18452  description="ARABIC LETTER SEEN WITH FOUR DOTS ABOVE",
18453  direction="al",
18454  linebreak="al",
18455  shcode=0x633,
18456  unicodeslot=0x75C,
18457 },
18458 [0x75D]={
18459  arabic="d",
18460  category="lo",
18461  description="ARABIC LETTER AIN WITH TWO DOTS ABOVE",
18462  direction="al",
18463  linebreak="al",
18464  shcode=0x639,
18465  unicodeslot=0x75D,
18466 },
18467 [0x75E]={
18468  arabic="d",
18469  category="lo",
18470  description="ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE",
18471  direction="al",
18472  linebreak="al",
18473  shcode=0x639,
18474  unicodeslot=0x75E,
18475 },
18476 [0x75F]={
18477  arabic="d",
18478  category="lo",
18479  description="ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE",
18480  direction="al",
18481  linebreak="al",
18482  shcode=0x639,
18483  unicodeslot=0x75F,
18484 },
18485 [0x760]={
18486  arabic="d",
18487  category="lo",
18488  description="ARABIC LETTER FEH WITH TWO DOTS BELOW",
18489  direction="al",
18490  linebreak="al",
18491  shcode=0x641,
18492  unicodeslot=0x760,
18493 },
18494 [0x761]={
18495  arabic="d",
18496  category="lo",
18497  description="ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW",
18498  direction="al",
18499  linebreak="al",
18500  shcode=0x641,
18501  unicodeslot=0x761,
18502 },
18503 [0x762]={
18504  arabic="d",
18505  category="lo",
18506  description="ARABIC LETTER KEHEH WITH DOT ABOVE",
18507  direction="al",
18508  linebreak="al",
18509  shcode=0x6A9,
18510  unicodeslot=0x762,
18511 },
18512 [0x763]={
18513  arabic="d",
18514  category="lo",
18515  description="ARABIC LETTER KEHEH WITH THREE DOTS ABOVE",
18516  direction="al",
18517  linebreak="al",
18518  shcode=0x6A9,
18519  unicodeslot=0x763,
18520 },
18521 [0x764]={
18522  arabic="d",
18523  category="lo",
18524  description="ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW",
18525  direction="al",
18526  linebreak="al",
18527  shcode=0x6A9,
18528  unicodeslot=0x764,
18529 },
18530 [0x765]={
18531  arabic="d",
18532  category="lo",
18533  description="ARABIC LETTER MEEM WITH DOT ABOVE",
18534  direction="al",
18535  linebreak="al",
18536  shcode=0x645,
18537  unicodeslot=0x765,
18538 },
18539 [0x766]={
18540  arabic="d",
18541  category="lo",
18542  description="ARABIC LETTER MEEM WITH DOT BELOW",
18543  direction="al",
18544  linebreak="al",
18545  shcode=0x645,
18546  unicodeslot=0x766,
18547 },
18548 [0x767]={
18549  arabic="d",
18550  category="lo",
18551  description="ARABIC LETTER NOON WITH TWO DOTS BELOW",
18552  direction="al",
18553  linebreak="al",
18554  shcode=0x646,
18555  unicodeslot=0x767,
18556 },
18557 [0x768]={
18558  arabic="d",
18559  category="lo",
18560  description="ARABIC LETTER NOON WITH SMALL TAH",
18561  direction="al",
18562  linebreak="al",
18563  shcode=0x646,
18564  unicodeslot=0x768,
18565 },
18566 [0x769]={
18567  arabic="d",
18568  category="lo",
18569  description="ARABIC LETTER NOON WITH SMALL V",
18570  direction="al",
18571  linebreak="al",
18572  shcode=0x646,
18573  unicodeslot=0x769,
18574 },
18575 [0x76A]={
18576  arabic="d",
18577  category="lo",
18578  description="ARABIC LETTER LAM WITH BAR",
18579  direction="al",
18580  linebreak="al",
18581  shcode=0x644,
18582  unicodeslot=0x76A,
18583 },
18584 [0x76B]={
18585  arabic="r",
18586  category="lo",
18587  description="ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE",
18588  direction="al",
18589  linebreak="al",
18590  shcode=0x631,
18591  unicodeslot=0x76B,
18592 },
18593 [0x76C]={
18594  arabic="r",
18595  category="lo",
18596  description="ARABIC LETTER REH WITH HAMZA ABOVE",
18597  direction="al",
18598  linebreak="al",
18599  shcode=0x631,
18600  unicodeslot=0x76C,
18601 },
18602 [0x76D]={
18603  arabic="d",
18604  category="lo",
18605  description="ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE",
18606  direction="al",
18607  linebreak="al",
18608  shcode=0x633,
18609  unicodeslot=0x76D,
18610 },
18611 [0x76E]={
18612  arabic="d",
18613  category="lo",
18614  description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH BELOW",
18615  direction="al",
18616  linebreak="al",
18617  unicodeslot=0x76E,
18618 },
18619 [0x76F]={
18620  arabic="d",
18621  category="lo",
18622  description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
18623  direction="al",
18624  linebreak="al",
18625  unicodeslot=0x76F,
18626 },
18627 [0x770]={
18628  arabic="d",
18629  category="lo",
18630  description="ARABIC LETTER SEEN WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
18631  direction="al",
18632  linebreak="al",
18633  unicodeslot=0x770,
18634 },
18635 [0x771]={
18636  arabic="r",
18637  category="lo",
18638  description="ARABIC LETTER REH WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
18639  direction="al",
18640  linebreak="al",
18641  unicodeslot=0x771,
18642 },
18643 [0x772]={
18644  arabic="d",
18645  category="lo",
18646  description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH ABOVE",
18647  direction="al",
18648  linebreak="al",
18649  unicodeslot=0x772,
18650 },
18651 [0x773]={
18652  arabic="r",
18653  category="lo",
18654  description="ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
18655  direction="al",
18656  linebreak="al",
18657  unicodeslot=0x773,
18658 },
18659 [0x774]={
18660  arabic="r",
18661  category="lo",
18662  description="ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
18663  direction="al",
18664  linebreak="al",
18665  unicodeslot=0x774,
18666 },
18667 [0x775]={
18668  arabic="d",
18669  category="lo",
18670  description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
18671  direction="al",
18672  linebreak="al",
18673  unicodeslot=0x775,
18674 },
18675 [0x776]={
18676  arabic="d",
18677  category="lo",
18678  description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
18679  direction="al",
18680  linebreak="al",
18681  unicodeslot=0x776,
18682 },
18683 [0x777]={
18684  arabic="d",
18685  category="lo",
18686  description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW",
18687  direction="al",
18688  linebreak="al",
18689  unicodeslot=0x777,
18690 },
18691 [0x778]={
18692  arabic="r",
18693  category="lo",
18694  description="ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
18695  direction="al",
18696  linebreak="al",
18697  unicodeslot=0x778,
18698 },
18699 [0x779]={
18700  arabic="r",
18701  category="lo",
18702  description="ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
18703  direction="al",
18704  linebreak="al",
18705  unicodeslot=0x779,
18706 },
18707 [0x77A]={
18708  arabic="d",
18709  category="lo",
18710  description="ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
18711  direction="al",
18712  linebreak="al",
18713  unicodeslot=0x77A,
18714 },
18715 [0x77B]={
18716  arabic="d",
18717  category="lo",
18718  description="ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
18719  direction="al",
18720  linebreak="al",
18721  unicodeslot=0x77B,
18722 },
18723 [0x77C]={
18724  arabic="d",
18725  category="lo",
18726  description="ARABIC LETTER HAH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW",
18727  direction="al",
18728  linebreak="al",
18729  unicodeslot=0x77C,
18730 },
18731 [0x77D]={
18732  arabic="d",
18733  category="lo",
18734  description="ARABIC LETTER SEEN WITH EXTENDED ARABIC-INDIC DIGIT FOUR ABOVE",
18735  direction="al",
18736  linebreak="al",
18737  unicodeslot=0x77D,
18738 },
18739 [0x77E]={
18740  arabic="d",
18741  category="lo",
18742  description="ARABIC LETTER SEEN WITH INVERTED V",
18743  direction="al",
18744  linebreak="al",
18745  unicodeslot=0x77E,
18746 },
18747 [0x77F]={
18748  arabic="d",
18749  category="lo",
18750  description="ARABIC LETTER KAF WITH TWO DOTS ABOVE",
18751  direction="al",
18752  linebreak="al",
18753  unicodeslot=0x77F,
18754 },
18755 [0x780]={
18756  category="lo",
18757  description="THAANA LETTER HAA",
18758  direction="al",
18759  linebreak="al",
18760  unicodeslot=0x780,
18761 },
18762 [0x781]={
18763  category="lo",
18764  description="THAANA LETTER SHAVIYANI",
18765  direction="al",
18766  linebreak="al",
18767  unicodeslot=0x781,
18768 },
18769 [0x782]={
18770  category="lo",
18771  description="THAANA LETTER NOONU",
18772  direction="al",
18773  linebreak="al",
18774  unicodeslot=0x782,
18775 },
18776 [0x783]={
18777  category="lo",
18778  description="THAANA LETTER RAA",
18779  direction="al",
18780  linebreak="al",
18781  unicodeslot=0x783,
18782 },
18783 [0x784]={
18784  category="lo",
18785  description="THAANA LETTER BAA",
18786  direction="al",
18787  linebreak="al",
18788  unicodeslot=0x784,
18789 },
18790 [0x785]={
18791  category="lo",
18792  description="THAANA LETTER LHAVIYANI",
18793  direction="al",
18794  linebreak="al",
18795  unicodeslot=0x785,
18796 },
18797 [0x786]={
18798  category="lo",
18799  description="THAANA LETTER KAAFU",
18800  direction="al",
18801  linebreak="al",
18802  unicodeslot=0x786,
18803 },
18804 [0x787]={
18805  category="lo",
18806  description="THAANA LETTER ALIFU",
18807  direction="al",
18808  linebreak="al",
18809  unicodeslot=0x787,
18810 },
18811 [0x788]={
18812  category="lo",
18813  description="THAANA LETTER VAAVU",
18814  direction="al",
18815  linebreak="al",
18816  unicodeslot=0x788,
18817 },
18818 [0x789]={
18819  category="lo",
18820  description="THAANA LETTER MEEMU",
18821  direction="al",
18822  linebreak="al",
18823  unicodeslot=0x789,
18824 },
18825 [0x78A]={
18826  category="lo",
18827  description="THAANA LETTER FAAFU",
18828  direction="al",
18829  linebreak="al",
18830  unicodeslot=0x78A,
18831 },
18832 [0x78B]={
18833  category="lo",
18834  description="THAANA LETTER DHAALU",
18835  direction="al",
18836  linebreak="al",
18837  unicodeslot=0x78B,
18838 },
18839 [0x78C]={
18840  category="lo",
18841  description="THAANA LETTER THAA",
18842  direction="al",
18843  linebreak="al",
18844  unicodeslot=0x78C,
18845 },
18846 [0x78D]={
18847  category="lo",
18848  description="THAANA LETTER LAAMU",
18849  direction="al",
18850  linebreak="al",
18851  unicodeslot=0x78D,
18852 },
18853 [0x78E]={
18854  category="lo",
18855  description="THAANA LETTER GAAFU",
18856  direction="al",
18857  linebreak="al",
18858  unicodeslot=0x78E,
18859 },
18860 [0x78F]={
18861  category="lo",
18862  description="THAANA LETTER GNAVIYANI",
18863  direction="al",
18864  linebreak="al",
18865  unicodeslot=0x78F,
18866 },
18867 [0x790]={
18868  category="lo",
18869  description="THAANA LETTER SEENU",
18870  direction="al",
18871  linebreak="al",
18872  unicodeslot=0x790,
18873 },
18874 [0x791]={
18875  category="lo",
18876  description="THAANA LETTER DAVIYANI",
18877  direction="al",
18878  linebreak="al",
18879  unicodeslot=0x791,
18880 },
18881 [0x792]={
18882  category="lo",
18883  description="THAANA LETTER ZAVIYANI",
18884  direction="al",
18885  linebreak="al",
18886  unicodeslot=0x792,
18887 },
18888 [0x793]={
18889  category="lo",
18890  description="THAANA LETTER TAVIYANI",
18891  direction="al",
18892  linebreak="al",
18893  unicodeslot=0x793,
18894 },
18895 [0x794]={
18896  category="lo",
18897  description="THAANA LETTER YAA",
18898  direction="al",
18899  linebreak="al",
18900  unicodeslot=0x794,
18901 },
18902 [0x795]={
18903  category="lo",
18904  description="THAANA LETTER PAVIYANI",
18905  direction="al",
18906  linebreak="al",
18907  unicodeslot=0x795,
18908 },
18909 [0x796]={
18910  category="lo",
18911  description="THAANA LETTER JAVIYANI",
18912  direction="al",
18913  linebreak="al",
18914  unicodeslot=0x796,
18915 },
18916 [0x797]={
18917  category="lo",
18918  description="THAANA LETTER CHAVIYANI",
18919  direction="al",
18920  linebreak="al",
18921  unicodeslot=0x797,
18922 },
18923 [0x798]={
18924  category="lo",
18925  description="THAANA LETTER TTAA",
18926  direction="al",
18927  linebreak="al",
18928  unicodeslot=0x798,
18929 },
18930 [0x799]={
18931  category="lo",
18932  description="THAANA LETTER HHAA",
18933  direction="al",
18934  linebreak="al",
18935  unicodeslot=0x799,
18936 },
18937 [0x79A]={
18938  category="lo",
18939  description="THAANA LETTER KHAA",
18940  direction="al",
18941  linebreak="al",
18942  unicodeslot=0x79A,
18943 },
18944 [0x79B]={
18945  category="lo",
18946  description="THAANA LETTER THAALU",
18947  direction="al",
18948  linebreak="al",
18949  unicodeslot=0x79B,
18950 },
18951 [0x79C]={
18952  category="lo",
18953  description="THAANA LETTER ZAA",
18954  direction="al",
18955  linebreak="al",
18956  unicodeslot=0x79C,
18957 },
18958 [0x79D]={
18959  category="lo",
18960  description="THAANA LETTER SHEENU",
18961  direction="al",
18962  linebreak="al",
18963  unicodeslot=0x79D,
18964 },
18965 [0x79E]={
18966  category="lo",
18967  description="THAANA LETTER SAADHU",
18968  direction="al",
18969  linebreak="al",
18970  unicodeslot=0x79E,
18971 },
18972 [0x79F]={
18973  category="lo",
18974  description="THAANA LETTER DAADHU",
18975  direction="al",
18976  linebreak="al",
18977  unicodeslot=0x79F,
18978 },
18979 [0x7A0]={
18980  category="lo",
18981  description="THAANA LETTER TO",
18982  direction="al",
18983  linebreak="al",
18984  unicodeslot=0x7A0,
18985 },
18986 [0x7A1]={
18987  category="lo",
18988  description="THAANA LETTER ZO",
18989  direction="al",
18990  linebreak="al",
18991  unicodeslot=0x7A1,
18992 },
18993 [0x7A2]={
18994  category="lo",
18995  description="THAANA LETTER AINU",
18996  direction="al",
18997  linebreak="al",
18998  unicodeslot=0x7A2,
18999 },
19000 [0x7A3]={
19001  category="lo",
19002  description="THAANA LETTER GHAINU",
19003  direction="al",
19004  linebreak="al",
19005  unicodeslot=0x7A3,
19006 },
19007 [0x7A4]={
19008  category="lo",
19009  description="THAANA LETTER QAAFU",
19010  direction="al",
19011  linebreak="al",
19012  unicodeslot=0x7A4,
19013 },
19014 [0x7A5]={
19015  category="lo",
19016  description="THAANA LETTER WAAVU",
19017  direction="al",
19018  linebreak="al",
19019  unicodeslot=0x7A5,
19020 },
19021 [0x7A6]={
19022  category="mn",
19023  description="THAANA ABAFILI",
19024  direction="nsm",
19025  linebreak="cm",
19026  unicodeslot=0x7A6,
19027 },
19028 [0x7A7]={
19029  category="mn",
19030  description="THAANA AABAAFILI",
19031  direction="nsm",
19032  linebreak="cm",
19033  unicodeslot=0x7A7,
19034 },
19035 [0x7A8]={
19036  category="mn",
19037  description="THAANA IBIFILI",
19038  direction="nsm",
19039  linebreak="cm",
19040  unicodeslot=0x7A8,
19041 },
19042 [0x7A9]={
19043  category="mn",
19044  description="THAANA EEBEEFILI",
19045  direction="nsm",
19046  linebreak="cm",
19047  unicodeslot=0x7A9,
19048 },
19049 [0x7AA]={
19050  category="mn",
19051  description="THAANA UBUFILI",
19052  direction="nsm",
19053  linebreak="cm",
19054  unicodeslot=0x7AA,
19055 },
19056 [0x7AB]={
19057  category="mn",
19058  description="THAANA OOBOOFILI",
19059  direction="nsm",
19060  linebreak="cm",
19061  unicodeslot=0x7AB,
19062 },
19063 [0x7AC]={
19064  category="mn",
19065  description="THAANA EBEFILI",
19066  direction="nsm",
19067  linebreak="cm",
19068  unicodeslot=0x7AC,
19069 },
19070 [0x7AD]={
19071  category="mn",
19072  description="THAANA EYBEYFILI",
19073  direction="nsm",
19074  linebreak="cm",
19075  unicodeslot=0x7AD,
19076 },
19077 [0x7AE]={
19078  category="mn",
19079  description="THAANA OBOFILI",
19080  direction="nsm",
19081  linebreak="cm",
19082  unicodeslot=0x7AE,
19083 },
19084 [0x7AF]={
19085  category="mn",
19086  description="THAANA OABOAFILI",
19087  direction="nsm",
19088  linebreak="cm",
19089  unicodeslot=0x7AF,
19090 },
19091 [0x7B0]={
19092  category="mn",
19093  description="THAANA SUKUN",
19094  direction="nsm",
19095  linebreak="cm",
19096  unicodeslot=0x7B0,
19097 },
19098 [0x7B1]={
19099  category="lo",
19100  description="THAANA LETTER NAA",
19101  direction="al",
19102  linebreak="al",
19103  unicodeslot=0x7B1,
19104 },
19105 [0x7C0]={
19106  category="nd",
19107  description="NKO DIGIT ZERO",
19108  direction="r",
19109  linebreak="nu",
19110  unicodeslot=0x7C0,
19111 },
19112 [0x7C1]={
19113  category="nd",
19114  description="NKO DIGIT ONE",
19115  direction="r",
19116  linebreak="nu",
19117  unicodeslot=0x7C1,
19118 },
19119 [0x7C2]={
19120  category="nd",
19121  description="NKO DIGIT TWO",
19122  direction="r",
19123  linebreak="nu",
19124  unicodeslot=0x7C2,
19125 },
19126 [0x7C3]={
19127  category="nd",
19128  description="NKO DIGIT THREE",
19129  direction="r",
19130  linebreak="nu",
19131  unicodeslot=0x7C3,
19132 },
19133 [0x7C4]={
19134  category="nd",
19135  description="NKO DIGIT FOUR",
19136  direction="r",
19137  linebreak="nu",
19138  unicodeslot=0x7C4,
19139 },
19140 [0x7C5]={
19141  category="nd",
19142  description="NKO DIGIT FIVE",
19143  direction="r",
19144  linebreak="nu",
19145  unicodeslot=0x7C5,
19146 },
19147 [0x7C6]={
19148  category="nd",
19149  description="NKO DIGIT SIX",
19150  direction="r",
19151  linebreak="nu",
19152  unicodeslot=0x7C6,
19153 },
19154 [0x7C7]={
19155  category="nd",
19156  description="NKO DIGIT SEVEN",
19157  direction="r",
19158  linebreak="nu",
19159  unicodeslot=0x7C7,
19160 },
19161 [0x7C8]={
19162  category="nd",
19163  description="NKO DIGIT EIGHT",
19164  direction="r",
19165  linebreak="nu",
19166  unicodeslot=0x7C8,
19167 },
19168 [0x7C9]={
19169  category="nd",
19170  description="NKO DIGIT NINE",
19171  direction="r",
19172  linebreak="nu",
19173  unicodeslot=0x7C9,
19174 },
19175 [0x7CA]={
19176  arabic="d",
19177  category="lo",
19178  description="NKO LETTER A",
19179  direction="r",
19180  linebreak="al",
19181  unicodeslot=0x7CA,
19182 },
19183 [0x7CB]={
19184  arabic="d",
19185  category="lo",
19186  description="NKO LETTER EE",
19187  direction="r",
19188  linebreak="al",
19189  unicodeslot=0x7CB,
19190 },
19191 [0x7CC]={
19192  arabic="d",
19193  category="lo",
19194  description="NKO LETTER I",
19195  direction="r",
19196  linebreak="al",
19197  unicodeslot=0x7CC,
19198 },
19199 [0x7CD]={
19200  arabic="d",
19201  category="lo",
19202  description="NKO LETTER E",
19203  direction="r",
19204  linebreak="al",
19205  unicodeslot=0x7CD,
19206 },
19207 [0x7CE]={
19208  arabic="d",
19209  category="lo",
19210  description="NKO LETTER U",
19211  direction="r",
19212  linebreak="al",
19213  unicodeslot=0x7CE,
19214 },
19215 [0x7CF]={
19216  arabic="d",
19217  category="lo",
19218  description="NKO LETTER OO",
19219  direction="r",
19220  linebreak="al",
19221  unicodeslot=0x7CF,
19222 },
19223 [0x7D0]={
19224  arabic="d",
19225  category="lo",
19226  description="NKO LETTER O",
19227  direction="r",
19228  linebreak="al",
19229  unicodeslot=0x7D0,
19230 },
19231 [0x7D1]={
19232  arabic="d",
19233  category="lo",
19234  description="NKO LETTER DAGBASINNA",
19235  direction="r",
19236  linebreak="al",
19237  unicodeslot=0x7D1,
19238 },
19239 [0x7D2]={
19240  arabic="d",
19241  category="lo",
19242  description="NKO LETTER N",
19243  direction="r",
19244  linebreak="al",
19245  unicodeslot=0x7D2,
19246 },
19247 [0x7D3]={
19248  arabic="d",
19249  category="lo",
19250  description="NKO LETTER BA",
19251  direction="r",
19252  linebreak="al",
19253  unicodeslot=0x7D3,
19254 },
19255 [0x7D4]={
19256  arabic="d",
19257  category="lo",
19258  description="NKO LETTER PA",
19259  direction="r",
19260  linebreak="al",
19261  unicodeslot=0x7D4,
19262 },
19263 [0x7D5]={
19264  arabic="d",
19265  category="lo",
19266  description="NKO LETTER TA",
19267  direction="r",
19268  linebreak="al",
19269  unicodeslot=0x7D5,
19270 },
19271 [0x7D6]={
19272  arabic="d",
19273  category="lo",
19274  description="NKO LETTER JA",
19275  direction="r",
19276  linebreak="al",
19277  unicodeslot=0x7D6,
19278 },
19279 [0x7D7]={
19280  arabic="d",
19281  category="lo",
19282  description="NKO LETTER CHA",
19283  direction="r",
19284  linebreak="al",
19285  unicodeslot=0x7D7,
19286 },
19287 [0x7D8]={
19288  arabic="d",
19289  category="lo",
19290  description="NKO LETTER DA",
19291  direction="r",
19292  linebreak="al",
19293  unicodeslot=0x7D8,
19294 },
19295 [0x7D9]={
19296  arabic="d",
19297  category="lo",
19298  description="NKO LETTER RA",
19299  direction="r",
19300  linebreak="al",
19301  unicodeslot=0x7D9,
19302 },
19303 [0x7DA]={
19304  arabic="d",
19305  category="lo",
19306  description="NKO LETTER RRA",
19307  direction="r",
19308  linebreak="al",
19309  unicodeslot=0x7DA,
19310 },
19311 [0x7DB]={
19312  arabic="d",
19313  category="lo",
19314  description="NKO LETTER SA",
19315  direction="r",
19316  linebreak="al",
19317  unicodeslot=0x7DB,
19318 },
19319 [0x7DC]={
19320  arabic="d",
19321  category="lo",
19322  description="NKO LETTER GBA",
19323  direction="r",
19324  linebreak="al",
19325  unicodeslot=0x7DC,
19326 },
19327 [0x7DD]={
19328  arabic="d",
19329  category="lo",
19330  description="NKO LETTER FA",
19331  direction="r",
19332  linebreak="al",
19333  unicodeslot=0x7DD,
19334 },
19335 [0x7DE]={
19336  arabic="d",
19337  category="lo",
19338  description="NKO LETTER KA",
19339  direction="r",
19340  linebreak="al",
19341  unicodeslot=0x7DE,
19342 },
19343 [0x7DF]={
19344  arabic="d",
19345  category="lo",
19346  description="NKO LETTER LA",
19347  direction="r",
19348  linebreak="al",
19349  unicodeslot=0x7DF,
19350 },
19351 [0x7E0]={
19352  arabic="d",
19353  category="lo",
19354  description="NKO LETTER NA WOLOSO",
19355  direction="r",
19356  linebreak="al",
19357  unicodeslot=0x7E0,
19358 },
19359 [0x7E1]={
19360  arabic="d",
19361  category="lo",
19362  description="NKO LETTER MA",
19363  direction="r",
19364  linebreak="al",
19365  unicodeslot=0x7E1,
19366 },
19367 [0x7E2]={
19368  arabic="d",
19369  category="lo",
19370  description="NKO LETTER NYA",
19371  direction="r",
19372  linebreak="al",
19373  unicodeslot=0x7E2,
19374 },
19375 [0x7E3]={
19376  arabic="d",
19377  category="lo",
19378  description="NKO LETTER NA",
19379  direction="r",
19380  linebreak="al",
19381  unicodeslot=0x7E3,
19382 },
19383 [0x7E4]={
19384  arabic="d",
19385  category="lo",
19386  description="NKO LETTER HA",
19387  direction="r",
19388  linebreak="al",
19389  unicodeslot=0x7E4,
19390 },
19391 [0x7E5]={
19392  arabic="d",
19393  category="lo",
19394  description="NKO LETTER WA",
19395  direction="r",
19396  linebreak="al",
19397  unicodeslot=0x7E5,
19398 },
19399 [0x7E6]={
19400  arabic="d",
19401  category="lo",
19402  description="NKO LETTER YA",
19403  direction="r",
19404  linebreak="al",
19405  unicodeslot=0x7E6,
19406 },
19407 [0x7E7]={
19408  arabic="d",
19409  category="lo",
19410  description="NKO LETTER NYA WOLOSO",
19411  direction="r",
19412  linebreak="al",
19413  unicodeslot=0x7E7,
19414 },
19415 [0x7E8]={
19416  arabic="d",
19417  category="lo",
19418  description="NKO LETTER JONA JA",
19419  direction="r",
19420  linebreak="al",
19421  unicodeslot=0x7E8,
19422 },
19423 [0x7E9]={
19424  arabic="d",
19425  category="lo",
19426  description="NKO LETTER JONA CHA",
19427  direction="r",
19428  linebreak="al",
19429  unicodeslot=0x7E9,
19430 },
19431 [0x7EA]={
19432  arabic="d",
19433  category="lo",
19434  description="NKO LETTER JONA RA",
19435  direction="r",
19436  linebreak="al",
19437  unicodeslot=0x7EA,
19438 },
19439 [0x7EB]={
19440  category="mn",
19441  combining=0xE6,
19442  description="NKO COMBINING SHORT HIGH TONE",
19443  direction="nsm",
19444  linebreak="cm",
19445  unicodeslot=0x7EB,
19446 },
19447 [0x7EC]={
19448  category="mn",
19449  combining=0xE6,
19450  description="NKO COMBINING SHORT LOW TONE",
19451  direction="nsm",
19452  linebreak="cm",
19453  unicodeslot=0x7EC,
19454 },
19455 [0x7ED]={
19456  category="mn",
19457  combining=0xE6,
19458  description="NKO COMBINING SHORT RISING TONE",
19459  direction="nsm",
19460  linebreak="cm",
19461  unicodeslot=0x7ED,
19462 },
19463 [0x7EE]={
19464  category="mn",
19465  combining=0xE6,
19466  description="NKO COMBINING LONG DESCENDING TONE",
19467  direction="nsm",
19468  linebreak="cm",
19469  unicodeslot=0x7EE,
19470 },
19471 [0x7EF]={
19472  category="mn",
19473  combining=0xE6,
19474  description="NKO COMBINING LONG HIGH TONE",
19475  direction="nsm",
19476  linebreak="cm",
19477  unicodeslot=0x7EF,
19478 },
19479 [0x7F0]={
19480  category="mn",
19481  combining=0xE6,
19482  description="NKO COMBINING LONG LOW TONE",
19483  direction="nsm",
19484  linebreak="cm",
19485  unicodeslot=0x7F0,
19486 },
19487 [0x7F1]={
19488  category="mn",
19489  combining=0xE6,
19490  description="NKO COMBINING LONG RISING TONE",
19491  direction="nsm",
19492  linebreak="cm",
19493  unicodeslot=0x7F1,
19494 },
19495 [0x7F2]={
19496  category="mn",
19497  combining=0xDC,
19498  description="NKO COMBINING NASALIZATION MARK",
19499  direction="nsm",
19500  linebreak="cm",
19501  unicodeslot=0x7F2,
19502 },
19503 [0x7F3]={
19504  category="mn",
19505  combining=0xE6,
19506  description="NKO COMBINING DOUBLE DOT ABOVE",
19507  direction="nsm",
19508  linebreak="cm",
19509  unicodeslot=0x7F3,
19510 },
19511 [0x7F4]={
19512  category="lm",
19513  description="NKO HIGH TONE APOSTROPHE",
19514  direction="r",
19515  linebreak="al",
19516  unicodeslot=0x7F4,
19517 },
19518 [0x7F5]={
19519  category="lm",
19520  description="NKO LOW TONE APOSTROPHE",
19521  direction="r",
19522  linebreak="al",
19523  unicodeslot=0x7F5,
19524 },
19525 [0x7F6]={
19526  category="so",
19527  description="NKO SYMBOL OO DENNEN",
19528  direction="on",
19529  linebreak="al",
19530  unicodeslot=0x7F6,
19531 },
19532 [0x7F7]={
19533  category="po",
19534  description="NKO SYMBOL GBAKURUNEN",
19535  direction="on",
19536  linebreak="al",
19537  unicodeslot=0x7F7,
19538 },
19539 [0x7F8]={
19540  category="po",
19541  description="NKO COMMA",
19542  direction="on",
19543  linebreak="is",
19544  unicodeslot=0x7F8,
19545 },
19546 [0x7F9]={
19547  category="po",
19548  description="NKO EXCLAMATION MARK",
19549  direction="on",
19550  linebreak="ex",
19551  unicodeslot=0x7F9,
19552 },
19553 [0x7FA]={
19554  arabic="c",
19555  category="lm",
19556  description="NKO LAJANYALAN",
19557  direction="r",
19558  linebreak="al",
19559  unicodeslot=0x7FA,
19560 },
19561 [0x7FD]={
19562  category="mn",
19563  combining=0xDC,
19564  description="NKO DANTAYALAN",
19565  direction="nsm",
19566  linebreak="cm",
19567  unicodeslot=0x7FD,
19568 },
19569 [0x7FE]={
19570  category="sc",
19571  description="NKO DOROME SIGN",
19572  direction="r",
19573  linebreak="pr",
19574  unicodeslot=0x7FE,
19575 },
19576 [0x7FF]={
19577  category="sc",
19578  description="NKO TAMAN SIGN",
19579  direction="r",
19580  linebreak="pr",
19581  unicodeslot=0x7FF,
19582 },
19583 [0x800]={
19584  category="lo",
19585  description="SAMARITAN LETTER ALAF",
19586  direction="r",
19587  linebreak="al",
19588  unicodeslot=0x800,
19589 },
19590 [0x801]={
19591  category="lo",
19592  description="SAMARITAN LETTER BIT",
19593  direction="r",
19594  linebreak="al",
19595  unicodeslot=0x801,
19596 },
19597 [0x802]={
19598  category="lo",
19599  description="SAMARITAN LETTER GAMAN",
19600  direction="r",
19601  linebreak="al",
19602  unicodeslot=0x802,
19603 },
19604 [0x803]={
19605  category="lo",
19606  description="SAMARITAN LETTER DALAT",
19607  direction="r",
19608  linebreak="al",
19609  unicodeslot=0x803,
19610 },
19611 [0x804]={
19612  category="lo",
19613  description="SAMARITAN LETTER IY",
19614  direction="r",
19615  linebreak="al",
19616  unicodeslot=0x804,
19617 },
19618 [0x805]={
19619  category="lo",
19620  description="SAMARITAN LETTER BAA",
19621  direction="r",
19622  linebreak="al",
19623  unicodeslot=0x805,
19624 },
19625 [0x806]={
19626  category="lo",
19627  description="SAMARITAN LETTER ZEN",
19628  direction="r",
19629  linebreak="al",
19630  unicodeslot=0x806,
19631 },
19632 [0x807]={
19633  category="lo",
19634  description="SAMARITAN LETTER IT",
19635  direction="r",
19636  linebreak="al",
19637  unicodeslot=0x807,
19638 },
19639 [0x808]={
19640  category="lo",
19641  description="SAMARITAN LETTER TIT",
19642  direction="r",
19643  linebreak="al",
19644  unicodeslot=0x808,
19645 },
19646 [0x809]={
19647  category="lo",
19648  description="SAMARITAN LETTER YUT",
19649  direction="r",
19650  linebreak="al",
19651  unicodeslot=0x809,
19652 },
19653 [0x80A]={
19654  category="lo",
19655  description="SAMARITAN LETTER KAAF",
19656  direction="r",
19657  linebreak="al",
19658  unicodeslot=0x80A,
19659 },
19660 [0x80B]={
19661  category="lo",
19662  description="SAMARITAN LETTER LABAT",
19663  direction="r",
19664  linebreak="al",
19665  unicodeslot=0x80B,
19666 },
19667 [0x80C]={
19668  category="lo",
19669  description="SAMARITAN LETTER MIM",
19670  direction="r",
19671  linebreak="al",
19672  unicodeslot=0x80C,
19673 },
19674 [0x80D]={
19675  category="lo",
19676  description="SAMARITAN LETTER NUN",
19677  direction="r",
19678  linebreak="al",
19679  unicodeslot=0x80D,
19680 },
19681 [0x80E]={
19682  category="lo",
19683  description="SAMARITAN LETTER SINGAAT",
19684  direction="r",
19685  linebreak="al",
19686  unicodeslot=0x80E,
19687 },
19688 [0x80F]={
19689  category="lo",
19690  description="SAMARITAN LETTER IN",
19691  direction="r",
19692  linebreak="al",
19693  unicodeslot=0x80F,
19694 },
19695 [0x810]={
19696  category="lo",
19697  description="SAMARITAN LETTER FI",
19698  direction="r",
19699  linebreak="al",
19700  unicodeslot=0x810,
19701 },
19702 [0x811]={
19703  category="lo",
19704  description="SAMARITAN LETTER TSAADIY",
19705  direction="r",
19706  linebreak="al",
19707  unicodeslot=0x811,
19708 },
19709 [0x812]={
19710  category="lo",
19711  description="SAMARITAN LETTER QUF",
19712  direction="r",
19713  linebreak="al",
19714  unicodeslot=0x812,
19715 },
19716 [0x813]={
19717  category="lo",
19718  description="SAMARITAN LETTER RISH",
19719  direction="r",
19720  linebreak="al",
19721  unicodeslot=0x813,
19722 },
19723 [0x814]={
19724  category="lo",
19725  description="SAMARITAN LETTER SHAN",
19726  direction="r",
19727  linebreak="al",
19728  unicodeslot=0x814,
19729 },
19730 [0x815]={
19731  category="lo",
19732  description="SAMARITAN LETTER TAAF",
19733  direction="r",
19734  linebreak="al",
19735  unicodeslot=0x815,
19736 },
19737 [0x816]={
19738  category="mn",
19739  combining=0xE6,
19740  description="SAMARITAN MARK IN",
19741  direction="nsm",
19742  linebreak="cm",
19743  unicodeslot=0x816,
19744 },
19745 [0x817]={
19746  category="mn",
19747  combining=0xE6,
19748  description="SAMARITAN MARK IN-ALAF",
19749  direction="nsm",
19750  linebreak="cm",
19751  unicodeslot=0x817,
19752 },
19753 [0x818]={
19754  category="mn",
19755  combining=0xE6,
19756  description="SAMARITAN MARK OCCLUSION",
19757  direction="nsm",
19758  linebreak="cm",
19759  unicodeslot=0x818,
19760 },
19761 [0x819]={
19762  category="mn",
19763  combining=0xE6,
19764  description="SAMARITAN MARK DAGESH",
19765  direction="nsm",
19766  linebreak="cm",
19767  unicodeslot=0x819,
19768 },
19769 [0x81A]={
19770  category="lm",
19771  description="SAMARITAN MODIFIER LETTER EPENTHETIC YUT",
19772  direction="r",
19773  linebreak="al",
19774  unicodeslot=0x81A,
19775 },
19776 [0x81B]={
19777  category="mn",
19778  combining=0xE6,
19779  description="SAMARITAN MARK EPENTHETIC YUT",
19780  direction="nsm",
19781  linebreak="cm",
19782  unicodeslot=0x81B,
19783 },
19784 [0x81C]={
19785  category="mn",
19786  combining=0xE6,
19787  description="SAMARITAN VOWEL SIGN LONG E",
19788  direction="nsm",
19789  linebreak="cm",
19790  unicodeslot=0x81C,
19791 },
19792 [0x81D]={
19793  category="mn",
19794  combining=0xE6,
19795  description="SAMARITAN VOWEL SIGN E",
19796  direction="nsm",
19797  linebreak="cm",
19798  unicodeslot=0x81D,
19799 },
19800 [0x81E]={
19801  category="mn",
19802  combining=0xE6,
19803  description="SAMARITAN VOWEL SIGN OVERLONG AA",
19804  direction="nsm",
19805  linebreak="cm",
19806  unicodeslot=0x81E,
19807 },
19808 [0x81F]={
19809  category="mn",
19810  combining=0xE6,
19811  description="SAMARITAN VOWEL SIGN LONG AA",
19812  direction="nsm",
19813  linebreak="cm",
19814  unicodeslot=0x81F,
19815 },
19816 [0x820]={
19817  category="mn",
19818  combining=0xE6,
19819  description="SAMARITAN VOWEL SIGN AA",
19820  direction="nsm",
19821  linebreak="cm",
19822  unicodeslot=0x820,
19823 },
19824 [0x821]={
19825  category="mn",
19826  combining=0xE6,
19827  description="SAMARITAN VOWEL SIGN OVERLONG A",
19828  direction="nsm",
19829  linebreak="cm",
19830  unicodeslot=0x821,
19831 },
19832 [0x822]={
19833  category="mn",
19834  combining=0xE6,
19835  description="SAMARITAN VOWEL SIGN LONG A",
19836  direction="nsm",
19837  linebreak="cm",
19838  unicodeslot=0x822,
19839 },
19840 [0x823]={
19841  category="mn",
19842  combining=0xE6,
19843  description="SAMARITAN VOWEL SIGN A",
19844  direction="nsm",
19845  linebreak="cm",
19846  unicodeslot=0x823,
19847 },
19848 [0x824]={
19849  category="lm",
19850  description="SAMARITAN MODIFIER LETTER SHORT A",
19851  direction="r",
19852  linebreak="al",
19853  unicodeslot=0x824,
19854 },
19855 [0x825]={
19856  category="mn",
19857  combining=0xE6,
19858  description="SAMARITAN VOWEL SIGN SHORT A",
19859  direction="nsm",
19860  linebreak="cm",
19861  unicodeslot=0x825,
19862 },
19863 [0x826]={
19864  category="mn",
19865  combining=0xE6,
19866  description="SAMARITAN VOWEL SIGN LONG U",
19867  direction="nsm",
19868  linebreak="cm",
19869  unicodeslot=0x826,
19870 },
19871 [0x827]={
19872  category="mn",
19873  combining=0xE6,
19874  description="SAMARITAN VOWEL SIGN U",
19875  direction="nsm",
19876  linebreak="cm",
19877  unicodeslot=0x827,
19878 },
19879 [0x828]={
19880  category="lm",
19881  description="SAMARITAN MODIFIER LETTER I",
19882  direction="r",
19883  linebreak="al",
19884  unicodeslot=0x828,
19885 },
19886 [0x829]={
19887  category="mn",
19888  combining=0xE6,
19889  description="SAMARITAN VOWEL SIGN LONG I",
19890  direction="nsm",
19891  linebreak="cm",
19892  unicodeslot=0x829,
19893 },
19894 [0x82A]={
19895  category="mn",
19896  combining=0xE6,
19897  description="SAMARITAN VOWEL SIGN I",
19898  direction="nsm",
19899  linebreak="cm",
19900  unicodeslot=0x82A,
19901 },
19902 [0x82B]={
19903  category="mn",
19904  combining=0xE6,
19905  description="SAMARITAN VOWEL SIGN O",
19906  direction="nsm",
19907  linebreak="cm",
19908  unicodeslot=0x82B,
19909 },
19910 [0x82C]={
19911  category="mn",
19912  combining=0xE6,
19913  description="SAMARITAN VOWEL SIGN SUKUN",
19914  direction="nsm",
19915  linebreak="cm",
19916  unicodeslot=0x82C,
19917 },
19918 [0x82D]={
19919  category="mn",
19920  combining=0xE6,
19921  description="SAMARITAN MARK NEQUDAA",
19922  direction="nsm",
19923  linebreak="cm",
19924  unicodeslot=0x82D,
19925 },
19926 [0x830]={
19927  category="po",
19928  description="SAMARITAN PUNCTUATION NEQUDAA",
19929  direction="r",
19930  linebreak="al",
19931  unicodeslot=0x830,
19932 },
19933 [0x831]={
19934  category="po",
19935  description="SAMARITAN PUNCTUATION AFSAAQ",
19936  direction="r",
19937  linebreak="al",
19938  unicodeslot=0x831,
19939 },
19940 [0x832]={
19941  category="po",
19942  description="SAMARITAN PUNCTUATION ANGED",
19943  direction="r",
19944  linebreak="al",
19945  unicodeslot=0x832,
19946 },
19947 [0x833]={
19948  category="po",
19949  description="SAMARITAN PUNCTUATION BAU",
19950  direction="r",
19951  linebreak="al",
19952  unicodeslot=0x833,
19953 },
19954 [0x834]={
19955  category="po",
19956  description="SAMARITAN PUNCTUATION ATMAAU",
19957  direction="r",
19958  linebreak="al",
19959  unicodeslot=0x834,
19960 },
19961 [0x835]={
19962  category="po",
19963  description="SAMARITAN PUNCTUATION SHIYYAALAA",
19964  direction="r",
19965  linebreak="al",
19966  unicodeslot=0x835,
19967 },
19968 [0x836]={
19969  category="po",
19970  description="SAMARITAN ABBREVIATION MARK",
19971  direction="r",
19972  linebreak="al",
19973  unicodeslot=0x836,
19974 },
19975 [0x837]={
19976  category="po",
19977  description="SAMARITAN PUNCTUATION MELODIC QITSA",
19978  direction="r",
19979  linebreak="al",
19980  unicodeslot=0x837,
19981 },
19982 [0x838]={
19983  category="po",
19984  description="SAMARITAN PUNCTUATION ZIQAA",
19985  direction="r",
19986  linebreak="al",
19987  unicodeslot=0x838,
19988 },
19989 [0x839]={
19990  category="po",
19991  description="SAMARITAN PUNCTUATION QITSA",
19992  direction="r",
19993  linebreak="al",
19994  unicodeslot=0x839,
19995 },
19996 [0x83A]={
19997  category="po",
19998  description="SAMARITAN PUNCTUATION ZAEF",
19999  direction="r",
20000  linebreak="al",
20001  unicodeslot=0x83A,
20002 },
20003 [0x83B]={
20004  category="po",
20005  description="SAMARITAN PUNCTUATION TURU",
20006  direction="r",
20007  linebreak="al",
20008  unicodeslot=0x83B,
20009 },
20010 [0x83C]={
20011  category="po",
20012  description="SAMARITAN PUNCTUATION ARKAANU",
20013  direction="r",
20014  linebreak="al",
20015  unicodeslot=0x83C,
20016 },
20017 [0x83D]={
20018  category="po",
20019  description="SAMARITAN PUNCTUATION SOF MASHFAAT",
20020  direction="r",
20021  linebreak="al",
20022  unicodeslot=0x83D,
20023 },
20024 [0x83E]={
20025  category="po",
20026  description="SAMARITAN PUNCTUATION ANNAAU",
20027  direction="r",
20028  linebreak="al",
20029  unicodeslot=0x83E,
20030 },
20031 [0x840]={
20032  arabic="r",
20033  category="lo",
20034  description="MANDAIC LETTER HALQA",
20035  direction="r",
20036  linebreak="al",
20037  unicodeslot=0x840,
20038 },
20039 [0x841]={
20040  arabic="d",
20041  category="lo",
20042  description="MANDAIC LETTER AB",
20043  direction="r",
20044  linebreak="al",
20045  unicodeslot=0x841,
20046 },
20047 [0x842]={
20048  arabic="d",
20049  category="lo",
20050  description="MANDAIC LETTER AG",
20051  direction="r",
20052  linebreak="al",
20053  unicodeslot=0x842,
20054 },
20055 [0x843]={
20056  arabic="d",
20057  category="lo",
20058  description="MANDAIC LETTER AD",
20059  direction="r",
20060  linebreak="al",
20061  unicodeslot=0x843,
20062 },
20063 [0x844]={
20064  arabic="d",
20065  category="lo",
20066  description="MANDAIC LETTER AH",
20067  direction="r",
20068  linebreak="al",
20069  unicodeslot=0x844,
20070 },
20071 [0x845]={
20072  arabic="d",
20073  category="lo",
20074  description="MANDAIC LETTER USHENNA",
20075  direction="r",
20076  linebreak="al",
20077  unicodeslot=0x845,
20078 },
20079 [0x846]={
20080  arabic="r",
20081  category="lo",
20082  description="MANDAIC LETTER AZ",
20083  direction="r",
20084  linebreak="al",
20085  unicodeslot=0x846,
20086 },
20087 [0x847]={
20088  arabic="r",
20089  category="lo",
20090  description="MANDAIC LETTER IT",
20091  direction="r",
20092  linebreak="al",
20093  unicodeslot=0x847,
20094 },
20095 [0x848]={
20096  arabic="d",
20097  category="lo",
20098  description="MANDAIC LETTER ATT",
20099  direction="r",
20100  linebreak="al",
20101  unicodeslot=0x848,
20102 },
20103 [0x849]={
20104  arabic="r",
20105  category="lo",
20106  description="MANDAIC LETTER AKSA",
20107  direction="r",
20108  linebreak="al",
20109  unicodeslot=0x849,
20110 },
20111 [0x84A]={
20112  arabic="d",
20113  category="lo",
20114  description="MANDAIC LETTER AK",
20115  direction="r",
20116  linebreak="al",
20117  unicodeslot=0x84A,
20118 },
20119 [0x84B]={
20120  arabic="d",
20121  category="lo",
20122  description="MANDAIC LETTER AL",
20123  direction="r",
20124  linebreak="al",
20125  unicodeslot=0x84B,
20126 },
20127 [0x84C]={
20128  arabic="d",
20129  category="lo",
20130  description="MANDAIC LETTER AM",
20131  direction="r",
20132  linebreak="al",
20133  unicodeslot=0x84C,
20134 },
20135 [0x84D]={
20136  arabic="d",
20137  category="lo",
20138  description="MANDAIC LETTER AN",
20139  direction="r",
20140  linebreak="al",
20141  unicodeslot=0x84D,
20142 },
20143 [0x84E]={
20144  arabic="d",
20145  category="lo",
20146  description="MANDAIC LETTER AS",
20147  direction="r",
20148  linebreak="al",
20149  unicodeslot=0x84E,
20150 },
20151 [0x84F]={
20152  arabic="d",
20153  category="lo",
20154  description="MANDAIC LETTER IN",
20155  direction="r",
20156  linebreak="al",
20157  unicodeslot=0x84F,
20158 },
20159 [0x850]={
20160  arabic="d",
20161  category="lo",
20162  description="MANDAIC LETTER AP",
20163  direction="r",
20164  linebreak="al",
20165  unicodeslot=0x850,
20166 },
20167 [0x851]={
20168  arabic="d",
20169  category="lo",
20170  description="MANDAIC LETTER ASZ",
20171  direction="r",
20172  linebreak="al",
20173  unicodeslot=0x851,
20174 },
20175 [0x852]={
20176  arabic="d",
20177  category="lo",
20178  description="MANDAIC LETTER AQ",
20179  direction="r",
20180  linebreak="al",
20181  unicodeslot=0x852,
20182 },
20183 [0x853]={
20184  arabic="d",
20185  category="lo",
20186  description="MANDAIC LETTER AR",
20187  direction="r",
20188  linebreak="al",
20189  unicodeslot=0x853,
20190 },
20191 [0x854]={
20192  arabic="r",
20193  category="lo",
20194  description="MANDAIC LETTER ASH",
20195  direction="r",
20196  linebreak="al",
20197  unicodeslot=0x854,
20198 },
20199 [0x855]={
20200  arabic="d",
20201  category="lo",
20202  description="MANDAIC LETTER AT",
20203  direction="r",
20204  linebreak="al",
20205  unicodeslot=0x855,
20206 },
20207 [0x856]={
20208  arabic="r",
20209  category="lo",
20210  description="MANDAIC LETTER DUSHENNA",
20211  direction="r",
20212  linebreak="al",
20213  unicodeslot=0x856,
20214 },
20215 [0x857]={
20216  arabic="r",
20217  category="lo",
20218  description="MANDAIC LETTER KAD",
20219  direction="r",
20220  linebreak="al",
20221  unicodeslot=0x857,
20222 },
20223 [0x858]={
20224  arabic="r",
20225  category="lo",
20226  description="MANDAIC LETTER AIN",
20227  direction="r",
20228  linebreak="al",
20229  unicodeslot=0x858,
20230 },
20231 [0x859]={
20232  category="mn",
20233  combining=0xDC,
20234  description="MANDAIC AFFRICATION MARK",
20235  direction="nsm",
20236  linebreak="cm",
20237  unicodeslot=0x859,
20238 },
20239 [0x85A]={
20240  category="mn",
20241  combining=0xDC,
20242  description="MANDAIC VOCALIZATION MARK",
20243  direction="nsm",
20244  linebreak="cm",
20245  unicodeslot=0x85A,
20246 },
20247 [0x85B]={
20248  category="mn",
20249  combining=0xDC,
20250  description="MANDAIC GEMINATION MARK",
20251  direction="nsm",
20252  linebreak="cm",
20253  unicodeslot=0x85B,
20254 },
20255 [0x85E]={
20256  category="po",
20257  description="MANDAIC PUNCTUATION",
20258  direction="r",
20259  linebreak="al",
20260  unicodeslot=0x85E,
20261 },
20262 [0x860]={
20263  arabic="d",
20264  category="lo",
20265  description="SYRIAC LETTER MALAYALAM NGA",
20266  direction="al",
20267  linebreak="al",
20268  unicodeslot=0x860,
20269 },
20270 [0x861]={
20271  arabic="u",
20272  category="lo",
20273  description="SYRIAC LETTER MALAYALAM JA",
20274  direction="al",
20275  linebreak="al",
20276  unicodeslot=0x861,
20277 },
20278 [0x862]={
20279  arabic="d",
20280  category="lo",
20281  description="SYRIAC LETTER MALAYALAM NYA",
20282  direction="al",
20283  linebreak="al",
20284  unicodeslot=0x862,
20285 },
20286 [0x863]={
20287  arabic="d",
20288  category="lo",
20289  description="SYRIAC LETTER MALAYALAM TTA",
20290  direction="al",
20291  linebreak="al",
20292  unicodeslot=0x863,
20293 },
20294 [0x864]={
20295  arabic="d",
20296  category="lo",
20297  description="SYRIAC LETTER MALAYALAM NNA",
20298  direction="al",
20299  linebreak="al",
20300  unicodeslot=0x864,
20301 },
20302 [0x865]={
20303  arabic="d",
20304  category="lo",
20305  description="SYRIAC LETTER MALAYALAM NNNA",
20306  direction="al",
20307  linebreak="al",
20308  unicodeslot=0x865,
20309 },
20310 [0x866]={
20311  arabic="u",
20312  category="lo",
20313  description="SYRIAC LETTER MALAYALAM BHA",
20314  direction="al",
20315  linebreak="al",
20316  unicodeslot=0x866,
20317 },
20318 [0x867]={
20319  arabic="r",
20320  category="lo",
20321  description="SYRIAC LETTER MALAYALAM RA",
20322  direction="al",
20323  linebreak="al",
20324  unicodeslot=0x867,
20325 },
20326 [0x868]={
20327  arabic="d",
20328  category="lo",
20329  description="SYRIAC LETTER MALAYALAM LLA",
20330  direction="al",
20331  linebreak="al",
20332  unicodeslot=0x868,
20333 },
20334 [0x869]={
20335  arabic="r",
20336  category="lo",
20337  description="SYRIAC LETTER MALAYALAM LLLA",
20338  direction="al",
20339  linebreak="al",
20340  unicodeslot=0x869,
20341 },
20342 [0x86A]={
20343  arabic="r",
20344  category="lo",
20345  description="SYRIAC LETTER MALAYALAM SSA",
20346  direction="al",
20347  linebreak="al",
20348  unicodeslot=0x86A,
20349 },
20350 [0x870]={
20351  arabic="r",
20352  category="lo",
20353  description="ARABIC LETTER ALEF WITH ATTACHED FATHA",
20354  direction="al",
20355  linebreak="al",
20356  unicodeslot=0x870,
20357 },
20358 [0x871]={
20359  arabic="r",
20360  category="lo",
20361  description="ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA",
20362  direction="al",
20363  linebreak="al",
20364  unicodeslot=0x871,
20365 },
20366 [0x872]={
20367  arabic="r",
20368  category="lo",
20369  description="ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE",
20370  direction="al",
20371  linebreak="al",
20372  unicodeslot=0x872,
20373 },
20374 [0x873]={
20375  arabic="r",
20376  category="lo",
20377  description="ARABIC LETTER ALEF WITH LEFT MIDDLE STROKE",
20378  direction="al",
20379  linebreak="al",
20380  unicodeslot=0x873,
20381 },
20382 [0x874]={
20383  arabic="r",
20384  category="lo",
20385  description="ARABIC LETTER ALEF WITH ATTACHED KASRA",
20386  direction="al",
20387  linebreak="al",
20388  unicodeslot=0x874,
20389 },
20390 [0x875]={
20391  arabic="r",
20392  category="lo",
20393  description="ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA",
20394  direction="al",
20395  linebreak="al",
20396  unicodeslot=0x875,
20397 },
20398 [0x876]={
20399  arabic="r",
20400  category="lo",
20401  description="ARABIC LETTER ALEF WITH ATTACHED ROUND DOT ABOVE",
20402  direction="al",
20403  linebreak="al",
20404  unicodeslot=0x876,
20405 },
20406 [0x877]={
20407  arabic="r",
20408  category="lo",
20409  description="ARABIC LETTER ALEF WITH ATTACHED RIGHT ROUND DOT",
20410  direction="al",
20411  linebreak="al",
20412  unicodeslot=0x877,
20413 },
20414 [0x878]={
20415  arabic="r",
20416  category="lo",
20417  description="ARABIC LETTER ALEF WITH ATTACHED LEFT ROUND DOT",
20418  direction="al",
20419  linebreak="al",
20420  unicodeslot=0x878,
20421 },
20422 [0x879]={
20423  arabic="r",
20424  category="lo",
20425  description="ARABIC LETTER ALEF WITH ATTACHED ROUND DOT BELOW",
20426  direction="al",
20427  linebreak="al",
20428  unicodeslot=0x879,
20429 },
20430 [0x87A]={
20431  arabic="r",
20432  category="lo",
20433  description="ARABIC LETTER ALEF WITH DOT ABOVE",
20434  direction="al",
20435  linebreak="al",
20436  unicodeslot=0x87A,
20437 },
20438 [0x87B]={
20439  arabic="r",
20440  category="lo",
20441  description="ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA AND DOT ABOVE",
20442  direction="al",
20443  linebreak="al",
20444  unicodeslot=0x87B,
20445 },
20446 [0x87C]={
20447  arabic="r",
20448  category="lo",
20449  description="ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE AND DOT ABOVE",
20450  direction="al",
20451  linebreak="al",
20452  unicodeslot=0x87C,
20453 },
20454 [0x87D]={
20455  arabic="r",
20456  category="lo",
20457  description="ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA AND DOT ABOVE",
20458  direction="al",
20459  linebreak="al",
20460  unicodeslot=0x87D,
20461 },
20462 [0x87E]={
20463  arabic="r",
20464  category="lo",
20465  description="ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA AND LEFT RING",
20466  direction="al",
20467  linebreak="al",
20468  unicodeslot=0x87E,
20469 },
20470 [0x87F]={
20471  arabic="r",
20472  category="lo",
20473  description="ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE AND LEFT RING",
20474  direction="al",
20475  linebreak="al",
20476  unicodeslot=0x87F,
20477 },
20478 [0x880]={
20479  arabic="r",
20480  category="lo",
20481  description="ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA AND LEFT RING",
20482  direction="al",
20483  linebreak="al",
20484  unicodeslot=0x880,
20485 },
20486 [0x881]={
20487  arabic="r",
20488  category="lo",
20489  description="ARABIC LETTER ALEF WITH ATTACHED RIGHT HAMZA",
20490  direction="al",
20491  linebreak="al",
20492  unicodeslot=0x881,
20493 },
20494 [0x882]={
20495  arabic="r",
20496  category="lo",
20497  description="ARABIC LETTER ALEF WITH ATTACHED LEFT HAMZA",
20498  direction="al",
20499  linebreak="al",
20500  unicodeslot=0x882,
20501 },
20502 [0x883]={
20503  arabic="c",
20504  category="lo",
20505  description="ARABIC TATWEEL WITH OVERSTRUCK HAMZA",
20506  direction="al",
20507  linebreak="al",
20508  unicodeslot=0x883,
20509 },
20510 [0x884]={
20511  arabic="c",
20512  category="lo",
20513  description="ARABIC TATWEEL WITH OVERSTRUCK WAW",
20514  direction="al",
20515  linebreak="al",
20516  unicodeslot=0x884,
20517 },
20518 [0x885]={
20519  arabic="c",
20520  category="lo",
20521  description="ARABIC TATWEEL WITH TWO DOTS BELOW",
20522  direction="al",
20523  linebreak="al",
20524  unicodeslot=0x885,
20525 },
20526 [0x886]={
20527  arabic="d",
20528  category="lo",
20529  description="ARABIC LETTER THIN YEH",
20530  direction="al",
20531  linebreak="al",
20532  unicodeslot=0x886,
20533 },
20534 [0x887]={
20535  arabic="u",
20536  category="lo",
20537  description="ARABIC BASELINE ROUND DOT",
20538  direction="al",
20539  linebreak="al",
20540  unicodeslot=0x887,
20541 },
20542 [0x888]={
20543  arabic="u",
20544  category="sk",
20545  description="ARABIC RAISED ROUND DOT",
20546  direction="al",
20547  linebreak="al",
20548  unicodeslot=0x888,
20549 },
20550 [0x889]={
20551  arabic="d",
20552  category="lo",
20553  description="ARABIC LETTER NOON WITH INVERTED SMALL V",
20554  direction="al",
20555  linebreak="al",
20556  unicodeslot=0x889,
20557 },
20558 [0x88A]={
20559  arabic="d",
20560  category="lo",
20561  description="ARABIC LETTER HAH WITH INVERTED SMALL V BELOW",
20562  direction="al",
20563  linebreak="al",
20564  unicodeslot=0x88A,
20565 },
20566 [0x88B]={
20567  arabic="d",
20568  category="lo",
20569  description="ARABIC LETTER TAH WITH DOT BELOW",
20570  direction="al",
20571  linebreak="al",
20572  unicodeslot=0x88B,
20573 },
20574 [0x88C]={
20575  arabic="d",
20576  category="lo",
20577  description="ARABIC LETTER TAH WITH THREE DOTS BELOW",
20578  direction="al",
20579  linebreak="al",
20580  unicodeslot=0x88C,
20581 },
20582 [0x88D]={
20583  arabic="d",
20584  category="lo",
20585  description="ARABIC LETTER KEHEH WITH TWO DOTS VERTICALLY BELOW",
20586  direction="al",
20587  linebreak="al",
20588  unicodeslot=0x88D,
20589 },
20590 [0x88E]={
20591  arabic="r",
20592  category="lo",
20593  description="ARABIC VERTICAL TAIL",
20594  direction="al",
20595  linebreak="al",
20596  unicodeslot=0x88E,
20597 },
20598 [0x890]={
20599  arabic="u",
20600  category="cf",
20601  description="ARABIC POUND MARK ABOVE",
20602  direction="an",
20603  linebreak="nu",
20604  unicodeslot=0x890,
20605 },
20606 [0x891]={
20607  arabic="u",
20608  category="cf",
20609  description="ARABIC PIASTRE MARK ABOVE",
20610  direction="an",
20611  linebreak="nu",
20612  unicodeslot=0x891,
20613 },
20614 [0x898]={
20615  category="mn",
20616  combining=0xE6,
20617  description="ARABIC SMALL HIGH WORD AL-JUZ",
20618  direction="nsm",
20619  linebreak="cm",
20620  unicodeslot=0x898,
20621 },
20622 [0x899]={
20623  category="mn",
20624  combining=0xDC,
20625  description="ARABIC SMALL LOW WORD ISHMAAM",
20626  direction="nsm",
20627  linebreak="cm",
20628  unicodeslot=0x899,
20629 },
20630 [0x89A]={
20631  category="mn",
20632  combining=0xDC,
20633  description="ARABIC SMALL LOW WORD IMAALA",
20634  direction="nsm",
20635  linebreak="cm",
20636  unicodeslot=0x89A,
20637 },
20638 [0x89B]={
20639  category="mn",
20640  combining=0xDC,
20641  description="ARABIC SMALL LOW WORD TASHEEL",
20642  direction="nsm",
20643  linebreak="cm",
20644  unicodeslot=0x89B,
20645 },
20646 [0x89C]={
20647  category="mn",
20648  combining=0xE6,
20649  description="ARABIC MADDA WAAJIB",
20650  direction="nsm",
20651  linebreak="cm",
20652  unicodeslot=0x89C,
20653 },
20654 [0x89D]={
20655  category="mn",
20656  combining=0xE6,
20657  description="ARABIC SUPERSCRIPT ALEF MOKHASSAS",
20658  direction="nsm",
20659  linebreak="cm",
20660  unicodeslot=0x89D,
20661 },
20662 [0x89E]={
20663  category="mn",
20664  combining=0xE6,
20665  description="ARABIC DOUBLED MADDA",
20666  direction="nsm",
20667  linebreak="cm",
20668  unicodeslot=0x89E,
20669 },
20670 [0x89F]={
20671  category="mn",
20672  combining=0xE6,
20673  description="ARABIC HALF MADDA OVER MADDA",
20674  direction="nsm",
20675  linebreak="cm",
20676  unicodeslot=0x89F,
20677 },
20678 [0x8A0]={
20679  arabic="d",
20680  category="lo",
20681  description="ARABIC LETTER BEH WITH SMALL V BELOW",
20682  direction="al",
20683  linebreak="al",
20684  unicodeslot=0x8A0,
20685 },
20686 [0x8A1]={
20687  arabic="d",
20688  category="lo",
20689  description="ARABIC LETTER BEH WITH HAMZA ABOVE",
20690  direction="al",
20691  linebreak="al",
20692  unicodeslot=0x8A1,
20693 },
20694 [0x8A2]={
20695  arabic="d",
20696  category="lo",
20697  description="ARABIC LETTER JEEM WITH TWO DOTS ABOVE",
20698  direction="al",
20699  linebreak="al",
20700  unicodeslot=0x8A2,
20701 },
20702 [0x8A3]={
20703  arabic="d",
20704  category="lo",
20705  description="ARABIC LETTER TAH WITH TWO DOTS ABOVE",
20706  direction="al",
20707  linebreak="al",
20708  unicodeslot=0x8A3,
20709 },
20710 [0x8A4]={
20711  arabic="d",
20712  category="lo",
20713  description="ARABIC LETTER FEH WITH DOT BELOW AND THREE DOTS ABOVE",
20714  direction="al",
20715  linebreak="al",
20716  unicodeslot=0x8A4,
20717 },
20718 [0x8A5]={
20719  arabic="d",
20720  category="lo",
20721  description="ARABIC LETTER QAF WITH DOT BELOW",
20722  direction="al",
20723  linebreak="al",
20724  unicodeslot=0x8A5,
20725 },
20726 [0x8A6]={
20727  arabic="d",
20728  category="lo",
20729  description="ARABIC LETTER LAM WITH DOUBLE BAR",
20730  direction="al",
20731  linebreak="al",
20732  unicodeslot=0x8A6,
20733 },
20734 [0x8A7]={
20735  arabic="d",
20736  category="lo",
20737  description="ARABIC LETTER MEEM WITH THREE DOTS ABOVE",
20738  direction="al",
20739  linebreak="al",
20740  unicodeslot=0x8A7,
20741 },
20742 [0x8A8]={
20743  arabic="d",
20744  category="lo",
20745  description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND HAMZA ABOVE",
20746  direction="al",
20747  linebreak="al",
20748  unicodeslot=0x8A8,
20749 },
20750 [0x8A9]={
20751  arabic="d",
20752  category="lo",
20753  description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND DOT ABOVE",
20754  direction="al",
20755  linebreak="al",
20756  unicodeslot=0x8A9,
20757 },
20758 [0x8AA]={
20759  arabic="r",
20760  category="lo",
20761  description="ARABIC LETTER REH WITH LOOP",
20762  direction="al",
20763  linebreak="al",
20764  unicodeslot=0x8AA,
20765 },
20766 [0x8AB]={
20767  arabic="r",
20768  category="lo",
20769  description="ARABIC LETTER WAW WITH DOT WITHIN",
20770  direction="al",
20771  linebreak="al",
20772  unicodeslot=0x8AB,
20773 },
20774 [0x8AC]={
20775  arabic="r",
20776  category="lo",
20777  description="ARABIC LETTER ROHINGYA YEH",
20778  direction="al",
20779  linebreak="al",
20780  unicodeslot=0x8AC,
20781 },
20782 [0x8AD]={
20783  arabic="u",
20784  category="lo",
20785  description="ARABIC LETTER LOW ALEF",
20786  direction="al",
20787  linebreak="al",
20788  unicodeslot=0x8AD,
20789 },
20790 [0x8AE]={
20791  arabic="r",
20792  category="lo",
20793  description="ARABIC LETTER DAL WITH THREE DOTS BELOW",
20794  direction="al",
20795  linebreak="al",
20796  unicodeslot=0x8AE,
20797 },
20798 [0x8AF]={
20799  arabic="d",
20800  category="lo",
20801  description="ARABIC LETTER SAD WITH THREE DOTS BELOW",
20802  direction="al",
20803  linebreak="al",
20804  unicodeslot=0x8AF,
20805 },
20806 [0x8B0]={
20807  arabic="d",
20808  category="lo",
20809  description="ARABIC LETTER GAF WITH INVERTED STROKE",
20810  direction="al",
20811  linebreak="al",
20812  unicodeslot=0x8B0,
20813 },
20814 [0x8B1]={
20815  arabic="r",
20816  category="lo",
20817  description="ARABIC LETTER STRAIGHT WAW",
20818  direction="al",
20819  linebreak="al",
20820  unicodeslot=0x8B1,
20821 },
20822 [0x8B2]={
20823  arabic="r",
20824  category="lo",
20825  description="ARABIC LETTER ZAIN WITH INVERTED V ABOVE",
20826  direction="al",
20827  linebreak="al",
20828  unicodeslot=0x8B2,
20829 },
20830 [0x8B3]={
20831  arabic="d",
20832  category="lo",
20833  description="ARABIC LETTER AIN WITH THREE DOTS BELOW",
20834  direction="al",
20835  linebreak="al",
20836  unicodeslot=0x8B3,
20837 },
20838 [0x8B4]={
20839  arabic="d",
20840  category="lo",
20841  description="ARABIC LETTER KAF WITH DOT BELOW",
20842  direction="al",
20843  linebreak="al",
20844  unicodeslot=0x8B4,
20845 },
20846 [0x8B5]={
20847  arabic="d",
20848  category="lo",
20849  description="ARABIC LETTER QAF WITH DOT BELOW AND NO DOTS ABOVE",
20850  direction="al",
20851  linebreak="al",
20852  unicodeslot=0x8B5,
20853 },
20854 [0x8B6]={
20855  arabic="d",
20856  category="lo",
20857  description="ARABIC LETTER BEH WITH SMALL MEEM ABOVE",
20858  direction="al",
20859  linebreak="al",
20860  unicodeslot=0x8B6,
20861 },
20862 [0x8B7]={
20863  arabic="d",
20864  category="lo",
20865  description="ARABIC LETTER PEH WITH SMALL MEEM ABOVE",
20866  direction="al",
20867  linebreak="al",
20868  unicodeslot=0x8B7,
20869 },
20870 [0x8B8]={
20871  arabic="d",
20872  category="lo",
20873  description="ARABIC LETTER TEH WITH SMALL TEH ABOVE",
20874  direction="al",
20875  linebreak="al",
20876  unicodeslot=0x8B8,
20877 },
20878 [0x8B9]={
20879  arabic="r",
20880  category="lo",
20881  description="ARABIC LETTER REH WITH SMALL NOON ABOVE",
20882  direction="al",
20883  linebreak="al",
20884  unicodeslot=0x8B9,
20885 },
20886 [0x8BA]={
20887  arabic="d",
20888  category="lo",
20889  description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND SMALL NOON ABOVE",
20890  direction="al",
20891  linebreak="al",
20892  unicodeslot=0x8BA,
20893 },
20894 [0x8BB]={
20895  arabic="d",
20896  category="lo",
20897  description="ARABIC LETTER AFRICAN FEH",
20898  direction="al",
20899  linebreak="al",
20900  unicodeslot=0x8BB,
20901 },
20902 [0x8BC]={
20903  arabic="d",
20904  category="lo",
20905  description="ARABIC LETTER AFRICAN QAF",
20906  direction="al",
20907  linebreak="al",
20908  unicodeslot=0x8BC,
20909 },
20910 [0x8BD]={
20911  arabic="d",
20912  category="lo",
20913  description="ARABIC LETTER AFRICAN NOON",
20914  direction="al",
20915  linebreak="al",
20916  unicodeslot=0x8BD,
20917 },
20918 [0x8BE]={
20919  arabic="d",
20920  category="lo",
20921  description="ARABIC LETTER PEH WITH SMALL V",
20922  direction="al",
20923  linebreak="al",
20924  unicodeslot=0x8BE,
20925 },
20926 [0x8BF]={
20927  arabic="d",
20928  category="lo",
20929  description="ARABIC LETTER TEH WITH SMALL V",
20930  direction="al",
20931  linebreak="al",
20932  unicodeslot=0x8BF,
20933 },
20934 [0x8C0]={
20935  arabic="d",
20936  category="lo",
20937  description="ARABIC LETTER TTEH WITH SMALL V",
20938  direction="al",
20939  linebreak="al",
20940  unicodeslot=0x8C0,
20941 },
20942 [0x8C1]={
20943  arabic="d",
20944  category="lo",
20945  description="ARABIC LETTER TCHEH WITH SMALL V",
20946  direction="al",
20947  linebreak="al",
20948  unicodeslot=0x8C1,
20949 },
20950 [0x8C2]={
20951  arabic="d",
20952  category="lo",
20953  description="ARABIC LETTER KEHEH WITH SMALL V",
20954  direction="al",
20955  linebreak="al",
20956  unicodeslot=0x8C2,
20957 },
20958 [0x8C3]={
20959  arabic="d",
20960  category="lo",
20961  description="ARABIC LETTER GHAIN WITH THREE DOTS ABOVE",
20962  direction="al",
20963  linebreak="al",
20964  unicodeslot=0x8C3,
20965 },
20966 [0x8C4]={
20967  arabic="d",
20968  category="lo",
20969  description="ARABIC LETTER AFRICAN QAF WITH THREE DOTS ABOVE",
20970  direction="al",
20971  linebreak="al",
20972  unicodeslot=0x8C4,
20973 },
20974 [0x8C5]={
20975  arabic="d",
20976  category="lo",
20977  description="ARABIC LETTER JEEM WITH THREE DOTS ABOVE",
20978  direction="al",
20979  linebreak="al",
20980  unicodeslot=0x8C5,
20981 },
20982 [0x8C6]={
20983  arabic="d",
20984  category="lo",
20985  description="ARABIC LETTER JEEM WITH THREE DOTS BELOW",
20986  direction="al",
20987  linebreak="al",
20988  unicodeslot=0x8C6,
20989 },
20990 [0x8C7]={
20991  arabic="d",
20992  category="lo",
20993  description="ARABIC LETTER LAM WITH SMALL ARABIC LETTER TAH ABOVE",
20994  direction="al",
20995  linebreak="al",
20996  unicodeslot=0x8C7,
20997 },
20998 [0x8C8]={
20999  arabic="d",
21000  category="lo",
21001  description="ARABIC LETTER GRAF",
21002  direction="al",
21003  linebreak="al",
21004  unicodeslot=0x8C8,
21005 },
21006 [0x8C9]={
21007  category="lm",
21008  description="ARABIC SMALL FARSI YEH",
21009  direction="al",
21010  linebreak="al",
21011  unicodeslot=0x8C9,
21012 },
21013 [0x8CA]={
21014  category="mn",
21015  combining=0xE6,
21016  description="ARABIC SMALL HIGH FARSI YEH",
21017  direction="nsm",
21018  linebreak="cm",
21019  unicodeslot=0x8CA,
21020 },
21021 [0x8CB]={
21022  category="mn",
21023  combining=0xE6,
21024  description="ARABIC SMALL HIGH YEH BARREE WITH TWO DOTS BELOW",
21025  direction="nsm",
21026  linebreak="cm",
21027  unicodeslot=0x8CB,
21028 },
21029 [0x8CC]={
21030  category="mn",
21031  combining=0xE6,
21032  description="ARABIC SMALL HIGH WORD SAH",
21033  direction="nsm",
21034  linebreak="cm",
21035  unicodeslot=0x8CC,
21036 },
21037 [0x8CD]={
21038  category="mn",
21039  combining=0xE6,
21040  description="ARABIC SMALL HIGH ZAH",
21041  direction="nsm",
21042  linebreak="cm",
21043  unicodeslot=0x8CD,
21044 },
21045 [0x8CE]={
21046  category="mn",
21047  combining=0xE6,
21048  description="ARABIC LARGE ROUND DOT ABOVE",
21049  direction="nsm",
21050  linebreak="cm",
21051  unicodeslot=0x8CE,
21052 },
21053 [0x8CF]={
21054  category="mn",
21055  combining=0xDC,
21056  description="ARABIC LARGE ROUND DOT BELOW",
21057  direction="nsm",
21058  linebreak="cm",
21059  unicodeslot=0x8CF,
21060 },
21061 [0x8D0]={
21062  category="mn",
21063  combining=0xDC,
21064  description="ARABIC SUKUN BELOW",
21065  direction="nsm",
21066  linebreak="cm",
21067  unicodeslot=0x8D0,
21068 },
21069 [0x8D1]={
21070  category="mn",
21071  combining=0xDC,
21072  description="ARABIC LARGE CIRCLE BELOW",
21073  direction="nsm",
21074  linebreak="cm",
21075  unicodeslot=0x8D1,
21076 },
21077 [0x8D2]={
21078  category="mn",
21079  combining=0xDC,
21080  description="ARABIC LARGE ROUND DOT INSIDE CIRCLE BELOW",
21081  direction="nsm",
21082  linebreak="cm",
21083  unicodeslot=0x8D2,
21084 },
21085 [0x8D3]={
21086  category="mn",
21087  combining=0xDC,
21088  description="ARABIC SMALL LOW WAW",
21089  direction="nsm",
21090  linebreak="cm",
21091  unicodeslot=0x8D3,
21092 },
21093 [0x8D4]={
21094  category="mn",
21095  combining=0xE6,
21096  contextname="arabichighrubc",
21097  description="ARABIC SMALL HIGH WORD AR-RUB",
21098  direction="nsm",
21099  linebreak="cm",
21100  unicodeslot=0x8D4,
21101 },
21102 [0x8D5]={
21103  category="mn",
21104  combining=0xE6,
21105  contextname="arabichighsad",
21106  description="ARABIC SMALL HIGH SAD",
21107  direction="nsm",
21108  linebreak="cm",
21109  unicodeslot=0x8D5,
21110 },
21111 [0x8D6]={
21112  category="mn",
21113  combining=0xE6,
21114  contextname="arabichighain",
21115  description="ARABIC SMALL HIGH AIN",
21116  direction="nsm",
21117  linebreak="cm",
21118  unicodeslot=0x8D6,
21119 },
21120 [0x8D7]={
21121  category="mn",
21122  combining=0xE6,
21123  contextname="arabichighqaf",
21124  description="ARABIC SMALL HIGH QAF",
21125  direction="nsm",
21126  linebreak="cm",
21127  unicodeslot=0x8D7,
21128 },
21129 [0x8D8]={
21130  category="mn",
21131  combining=0xE6,
21132  contextname="arabichighnoonkasra",
21133  description="ARABIC SMALL HIGH NOON WITH KASRA",
21134  direction="nsm",
21135  linebreak="cm",
21136  unicodeslot=0x8D8,
21137 },
21138 [0x8D9]={
21139  category="mn",
21140  combining=0xE6,
21141  contextname="arabiclownoonkasra",
21142  description="ARABIC SMALL LOW NOON WITH KASRA",
21143  direction="nsm",
21144  linebreak="cm",
21145  unicodeslot=0x8D9,
21146 },
21147 [0x8DA]={
21148  category="mn",
21149  combining=0xE6,
21150  contextname="arabichighthalatha",
21151  description="ARABIC SMALL HIGH WORD ATH-THALATHA",
21152  direction="nsm",
21153  linebreak="cm",
21154  unicodeslot=0x8DA,
21155 },
21156 [0x8DB]={
21157  category="mn",
21158  combining=0xE6,
21159  contextname="arabichighsajda",
21160  description="ARABIC SMALL HIGH WORD AS-SAJDA",
21161  direction="nsm",
21162  linebreak="cm",
21163  unicodeslot=0x8DB,
21164 },
21165 [0x8DC]={
21166  category="mn",
21167  combining=0xE6,
21168  contextname="arabichighnisf",
21169  description="ARABIC SMALL HIGH WORD AN-NISF",
21170  direction="nsm",
21171  linebreak="cm",
21172  unicodeslot=0x8DC,
21173 },
21174 [0x8DD]={
21175  category="mn",
21176  combining=0xE6,
21177  contextname="arabichighsakta",
21178  description="ARABIC SMALL HIGH WORD SAKTA",
21179  direction="nsm",
21180  linebreak="cm",
21181  unicodeslot=0x8DD,
21182 },
21183 [0x8DE]={
21184  category="mn",
21185  combining=0xE6,
21186  contextname="arabichighqif",
21187  description="ARABIC SMALL HIGH WORD QIF",
21188  direction="nsm",
21189  linebreak="cm",
21190  unicodeslot=0x8DE,
21191 },
21192 [0x8DF]={
21193  category="mn",
21194  combining=0xE6,
21195  contextname="arabichighwaqf",
21196  description="ARABIC SMALL HIGH WORD WAQFA",
21197  direction="nsm",
21198  linebreak="cm",
21199  unicodeslot=0x8DF,
21200 },
21201 [0x8E0]={
21202  category="mn",
21203  combining=0xE6,
21204  contextname="arabichighfootnotemarker",
21205  description="ARABIC SMALL HIGH FOOTNOTE MARKER",
21206  direction="nsm",
21207  linebreak="cm",
21208  unicodeslot=0x8E0,
21209 },
21210 [0x8E1]={
21211  category="mn",
21212  combining=0xE6,
21213  contextname="arabichighsmallsafha",
21214  description="ARABIC SMALL HIGH SIGN SAFHA",
21215  direction="nsm",
21216  linebreak="cm",
21217  unicodeslot=0x8E1,
21218 },
21219 [0x8E2]={
21220  arabic="u",
21221  category="cf",
21222  contextname="arabicdisputedendofayah",
21223  description="ARABIC DISPUTED END OF AYAH",
21224  direction="an",
21225  linebreak="nu",
21226  unicodeslot=0x8E2,
21227 },
21228 [0x8E3]={
21229  category="mn",
21230  combining=0xDC,
21231  description="ARABIC TURNED DAMMA BELOW",
21232  direction="nsm",
21233  linebreak="cm",
21234  unicodeslot=0x8E3,
21235 },
21236 [0x8E4]={
21237  category="mn",
21238  combining=0xE6,
21239  description="ARABIC CURLY FATHA",
21240  direction="nsm",
21241  linebreak="cm",
21242  unicodeslot=0x8E4,
21243 },
21244 [0x8E5]={
21245  category="mn",
21246  combining=0xE6,
21247  description="ARABIC CURLY DAMMA",
21248  direction="nsm",
21249  linebreak="cm",
21250  unicodeslot=0x8E5,
21251 },
21252 [0x8E6]={
21253  category="mn",
21254  combining=0xDC,
21255  description="ARABIC CURLY KASRA",
21256  direction="nsm",
21257  linebreak="cm",
21258  unicodeslot=0x8E6,
21259 },
21260 [0x8E7]={
21261  category="mn",
21262  combining=0xE6,
21263  description="ARABIC CURLY FATHATAN",
21264  direction="nsm",
21265  linebreak="cm",
21266  unicodeslot=0x8E7,
21267 },
21268 [0x8E8]={
21269  category="mn",
21270  combining=0xE6,
21271  description="ARABIC CURLY DAMMATAN",
21272  direction="nsm",
21273  linebreak="cm",
21274  unicodeslot=0x8E8,
21275 },
21276 [0x8E9]={
21277  category="mn",
21278  combining=0xDC,
21279  description="ARABIC CURLY KASRATAN",
21280  direction="nsm",
21281  linebreak="cm",
21282  unicodeslot=0x8E9,
21283 },
21284 [0x8EA]={
21285  category="mn",
21286  combining=0xE6,
21287  description="ARABIC TONE ONE DOT ABOVE",
21288  direction="nsm",
21289  linebreak="cm",
21290  unicodeslot=0x8EA,
21291 },
21292 [0x8EB]={
21293  category="mn",
21294  combining=0xE6,
21295  description="ARABIC TONE TWO DOTS ABOVE",
21296  direction="nsm",
21297  linebreak="cm",
21298  unicodeslot=0x8EB,
21299 },
21300 [0x8EC]={
21301  category="mn",
21302  combining=0xE6,
21303  description="ARABIC TONE LOOP ABOVE",
21304  direction="nsm",
21305  linebreak="cm",
21306  unicodeslot=0x8EC,
21307 },
21308 [0x8ED]={
21309  category="mn",
21310  combining=0xDC,
21311  description="ARABIC TONE ONE DOT BELOW",
21312  direction="nsm",
21313  linebreak="cm",
21314  unicodeslot=0x8ED,
21315 },
21316 [0x8EE]={
21317  category="mn",
21318  combining=0xDC,
21319  description="ARABIC TONE TWO DOTS BELOW",
21320  direction="nsm",
21321  linebreak="cm",
21322  unicodeslot=0x8EE,
21323 },
21324 [0x8EF]={
21325  category="mn",
21326  combining=0xDC,
21327  description="ARABIC TONE LOOP BELOW",
21328  direction="nsm",
21329  linebreak="cm",
21330  unicodeslot=0x8EF,
21331 },
21332 [0x8F0]={
21333  category="mn",
21334  combining=0x1B,
21335  description="ARABIC OPEN FATHATAN",
21336  direction="nsm",
21337  linebreak="cm",
21338  unicodeslot=0x8F0,
21339 },
21340 [0x8F1]={
21341  category="mn",
21342  combining=0x1C,
21343  description="ARABIC OPEN DAMMATAN",
21344  direction="nsm",
21345  linebreak="cm",
21346  unicodeslot=0x8F1,
21347 },
21348 [0x8F2]={
21349  category="mn",
21350  combining=0x1D,
21351  description="ARABIC OPEN KASRATAN",
21352  direction="nsm",
21353  linebreak="cm",
21354  unicodeslot=0x8F2,
21355 },
21356 [0x8F3]={
21357  category="mn",
21358  combining=0xE6,
21359  description="ARABIC SMALL HIGH WAW",
21360  direction="nsm",
21361  linebreak="cm",
21362  unicodeslot=0x8F3,
21363 },
21364 [0x8F4]={
21365  category="mn",
21366  combining=0xE6,
21367  description="ARABIC FATHA WITH RING",
21368  direction="nsm",
21369  linebreak="cm",
21370  unicodeslot=0x8F4,
21371 },
21372 [0x8F5]={
21373  category="mn",
21374  combining=0xE6,
21375  description="ARABIC FATHA WITH DOT ABOVE",
21376  direction="nsm",
21377  linebreak="cm",
21378  unicodeslot=0x8F5,
21379 },
21380 [0x8F6]={
21381  category="mn",
21382  combining=0xDC,
21383  description="ARABIC KASRA WITH DOT BELOW",
21384  direction="nsm",
21385  linebreak="cm",
21386  unicodeslot=0x8F6,
21387 },
21388 [0x8F7]={
21389  category="mn",
21390  combining=0xE6,
21391  description="ARABIC LEFT ARROWHEAD ABOVE",
21392  direction="nsm",
21393  linebreak="cm",
21394  unicodeslot=0x8F7,
21395 },
21396 [0x8F8]={
21397  category="mn",
21398  combining=0xE6,
21399  description="ARABIC RIGHT ARROWHEAD ABOVE",
21400  direction="nsm",
21401  linebreak="cm",
21402  unicodeslot=0x8F8,
21403 },
21404 [0x8F9]={
21405  category="mn",
21406  combining=0xDC,
21407  description="ARABIC LEFT ARROWHEAD BELOW",
21408  direction="nsm",
21409  linebreak="cm",
21410  unicodeslot=0x8F9,
21411 },
21412 [0x8FA]={
21413  category="mn",
21414  combining=0xDC,
21415  description="ARABIC RIGHT ARROWHEAD BELOW",
21416  direction="nsm",
21417  linebreak="cm",
21418  unicodeslot=0x8FA,
21419 },
21420 [0x8FB]={
21421  category="mn",
21422  combining=0xE6,
21423  description="ARABIC DOUBLE RIGHT ARROWHEAD ABOVE",
21424  direction="nsm",
21425  linebreak="cm",
21426  unicodeslot=0x8FB,
21427 },
21428 [0x8FC]={
21429  category="mn",
21430  combining=0xE6,
21431  description="ARABIC DOUBLE RIGHT ARROWHEAD ABOVE WITH DOT",
21432  direction="nsm",
21433  linebreak="cm",
21434  unicodeslot=0x8FC,
21435 },
21436 [0x8FD]={
21437  category="mn",
21438  combining=0xE6,
21439  description="ARABIC RIGHT ARROWHEAD ABOVE WITH DOT",
21440  direction="nsm",
21441  linebreak="cm",
21442  unicodeslot=0x8FD,
21443 },
21444 [0x8FE]={
21445  category="mn",
21446  combining=0xE6,
21447  description="ARABIC DAMMA WITH DOT",
21448  direction="nsm",
21449  linebreak="cm",
21450  unicodeslot=0x8FE,
21451 },
21452 [0x8FF]={
21453  category="mn",
21454  combining=0xE6,
21455  description="ARABIC MARK SIDEWAYS NOON GHUNNA",
21456  direction="nsm",
21457  linebreak="cm",
21458  unicodeslot=0x8FF,
21459 },
21460 [0x900]={
21461  category="mn",
21462  description="DEVANAGARI SIGN INVERTED CANDRABINDU",
21463  direction="nsm",
21464  indic="m",
21465  indicmark="t",
21466  linebreak="cm",
21467  unicodeslot=0x900,
21468 },
21469 [0x901]={
21470  adobename="candrabindudeva",
21471  category="mn",
21472  description="DEVANAGARI SIGN CANDRABINDU",
21473  direction="nsm",
21474  indic="m",
21475  indicmark="t",
21476  linebreak="cm",
21477  synonyms={ "devanagari anunasika" },
21478  unicodeslot=0x901,
21479 },
21480 [0x902]={
21481  adobename="anusvaradeva",
21482  category="mn",
21483  description="DEVANAGARI SIGN ANUSVARA",
21484  direction="nsm",
21485  indic="m",
21486  indicmark="t",
21487  linebreak="cm",
21488  synonyms={ "devanagari bindu" },
21489  unicodeslot=0x902,
21490 },
21491 [0x903]={
21492  adobename="visargadeva",
21493  category="mc",
21494  description="DEVANAGARI SIGN VISARGA",
21495  direction="l",
21496  indic="m",
21497  indicmark="r",
21498  linebreak="cm",
21499  unicodeslot=0x903,
21500 },
21501 [0x904]={
21502  category="lo",
21503  description="DEVANAGARI LETTER SHORT A",
21504  direction="l",
21505  indic="i",
21506  linebreak="al",
21507  unicodeslot=0x904,
21508 },
21509 [0x905]={
21510  adobename="adeva",
21511  category="lo",
21512  description="DEVANAGARI LETTER A",
21513  direction="l",
21514  indic="i",
21515  linebreak="al",
21516  unicodeslot=0x905,
21517 },
21518 [0x906]={
21519  adobename="aadeva",
21520  category="lo",
21521  description="DEVANAGARI LETTER AA",
21522  direction="l",
21523  indic="i",
21524  linebreak="al",
21525  unicodeslot=0x906,
21526 },
21527 [0x907]={
21528  adobename="ideva",
21529  category="lo",
21530  description="DEVANAGARI LETTER I",
21531  direction="l",
21532  indic="i",
21533  linebreak="al",
21534  unicodeslot=0x907,
21535 },
21536 [0x908]={
21537  adobename="iideva",
21538  category="lo",
21539  description="DEVANAGARI LETTER II",
21540  direction="l",
21541  indic="i",
21542  linebreak="al",
21543  unicodeslot=0x908,
21544 },
21545 [0x909]={
21546  adobename="udeva",
21547  category="lo",
21548  description="DEVANAGARI LETTER U",
21549  direction="l",
21550  indic="i",
21551  linebreak="al",
21552  unicodeslot=0x909,
21553 },
21554 [0x90A]={
21555  adobename="uudeva",
21556  category="lo",
21557  description="DEVANAGARI LETTER UU",
21558  direction="l",
21559  indic="i",
21560  linebreak="al",
21561  unicodeslot=0x90A,
21562 },
21563 [0x90B]={
21564  adobename="rvocalicdeva",
21565  category="lo",
21566  description="DEVANAGARI LETTER VOCALIC R",
21567  direction="l",
21568  indic="i",
21569  linebreak="al",
21570  unicodeslot=0x90B,
21571 },
21572 [0x90C]={
21573  adobename="lvocalicdeva",
21574  category="lo",
21575  description="DEVANAGARI LETTER VOCALIC L",
21576  direction="l",
21577  indic="i",
21578  linebreak="al",
21579  unicodeslot=0x90C,
21580 },
21581 [0x90D]={
21582  adobename="ecandradeva",
21583  category="lo",
21584  description="DEVANAGARI LETTER CANDRA E",
21585  direction="l",
21586  indic="i",
21587  linebreak="al",
21588  unicodeslot=0x90D,
21589 },
21590 [0x90E]={
21591  adobename="eshortdeva",
21592  category="lo",
21593  description="DEVANAGARI LETTER SHORT E",
21594  direction="l",
21595  indic="i",
21596  linebreak="al",
21597  unicodeslot=0x90E,
21598 },
21599 [0x90F]={
21600  adobename="edeva",
21601  category="lo",
21602  description="DEVANAGARI LETTER E",
21603  direction="l",
21604  indic="i",
21605  linebreak="al",
21606  unicodeslot=0x90F,
21607 },
21608 [0x910]={
21609  adobename="aideva",
21610  category="lo",
21611  description="DEVANAGARI LETTER AI",
21612  direction="l",
21613  indic="i",
21614  linebreak="al",
21615  unicodeslot=0x910,
21616 },
21617 [0x911]={
21618  adobename="ocandradeva",
21619  category="lo",
21620  description="DEVANAGARI LETTER CANDRA O",
21621  direction="l",
21622  indic="i",
21623  linebreak="al",
21624  unicodeslot=0x911,
21625 },
21626 [0x912]={
21627  adobename="oshortdeva",
21628  category="lo",
21629  description="DEVANAGARI LETTER SHORT O",
21630  direction="l",
21631  indic="i",
21632  linebreak="al",
21633  unicodeslot=0x912,
21634 },
21635 [0x913]={
21636  adobename="odeva",
21637  category="lo",
21638  description="DEVANAGARI LETTER O",
21639  direction="l",
21640  indic="i",
21641  linebreak="al",
21642  unicodeslot=0x913,
21643 },
21644 [0x914]={
21645  adobename="audeva",
21646  category="lo",
21647  description="DEVANAGARI LETTER AU",
21648  direction="l",
21649  indic="i",
21650  linebreak="al",
21651  unicodeslot=0x914,
21652 },
21653 [0x915]={
21654  adobename="kadeva",
21655  category="lo",
21656  description="DEVANAGARI LETTER KA",
21657  direction="l",
21658  indic="c",
21659  linebreak="al",
21660  unicodeslot=0x915,
21661 },
21662 [0x916]={
21663  adobename="khadeva",
21664  category="lo",
21665  description="DEVANAGARI LETTER KHA",
21666  direction="l",
21667  indic="c",
21668  linebreak="al",
21669  unicodeslot=0x916,
21670 },
21671 [0x917]={
21672  adobename="gadeva",
21673  category="lo",
21674  description="DEVANAGARI LETTER GA",
21675  direction="l",
21676  indic="c",
21677  linebreak="al",
21678  unicodeslot=0x917,
21679 },
21680 [0x918]={
21681  adobename="ghadeva",
21682  category="lo",
21683  description="DEVANAGARI LETTER GHA",
21684  direction="l",
21685  indic="c",
21686  linebreak="al",
21687  unicodeslot=0x918,
21688 },
21689 [0x919]={
21690  adobename="ngadeva",
21691  category="lo",
21692  description="DEVANAGARI LETTER NGA",
21693  direction="l",
21694  indic="c",
21695  linebreak="al",
21696  unicodeslot=0x919,
21697 },
21698 [0x91A]={
21699  adobename="cadeva",
21700  category="lo",
21701  description="DEVANAGARI LETTER CA",
21702  direction="l",
21703  indic="c",
21704  linebreak="al",
21705  unicodeslot=0x91A,
21706 },
21707 [0x91B]={
21708  adobename="chadeva",
21709  category="lo",
21710  description="DEVANAGARI LETTER CHA",
21711  direction="l",
21712  indic="c",
21713  linebreak="al",
21714  unicodeslot=0x91B,
21715 },
21716 [0x91C]={
21717  adobename="jadeva",
21718  category="lo",
21719  description="DEVANAGARI LETTER JA",
21720  direction="l",
21721  indic="c",
21722  linebreak="al",
21723  unicodeslot=0x91C,
21724 },
21725 [0x91D]={
21726  adobename="jhadeva",
21727  category="lo",
21728  description="DEVANAGARI LETTER JHA",
21729  direction="l",
21730  indic="c",
21731  linebreak="al",
21732  unicodeslot=0x91D,
21733 },
21734 [0x91E]={
21735  adobename="nyadeva",
21736  category="lo",
21737  description="DEVANAGARI LETTER NYA",
21738  direction="l",
21739  indic="c",
21740  linebreak="al",
21741  unicodeslot=0x91E,
21742 },
21743 [0x91F]={
21744  adobename="ttadeva",
21745  category="lo",
21746  description="DEVANAGARI LETTER TTA",
21747  direction="l",
21748  indic="c",
21749  linebreak="al",
21750  unicodeslot=0x91F,
21751 },
21752 [0x920]={
21753  adobename="tthadeva",
21754  category="lo",
21755  description="DEVANAGARI LETTER TTHA",
21756  direction="l",
21757  indic="c",
21758  linebreak="al",
21759  unicodeslot=0x920,
21760 },
21761 [0x921]={
21762  adobename="ddadeva",
21763  category="lo",
21764  description="DEVANAGARI LETTER DDA",
21765  direction="l",
21766  indic="c",
21767  linebreak="al",
21768  unicodeslot=0x921,
21769 },
21770 [0x922]={
21771  adobename="ddhadeva",
21772  category="lo",
21773  description="DEVANAGARI LETTER DDHA",
21774  direction="l",
21775  indic="c",
21776  linebreak="al",
21777  unicodeslot=0x922,
21778 },
21779 [0x923]={
21780  adobename="nnadeva",
21781  category="lo",
21782  description="DEVANAGARI LETTER NNA",
21783  direction="l",
21784  indic="c",
21785  linebreak="al",
21786  unicodeslot=0x923,
21787 },
21788 [0x924]={
21789  adobename="tadeva",
21790  category="lo",
21791  description="DEVANAGARI LETTER TA",
21792  direction="l",
21793  indic="c",
21794  linebreak="al",
21795  unicodeslot=0x924,
21796 },
21797 [0x925]={
21798  adobename="thadeva",
21799  category="lo",
21800  description="DEVANAGARI LETTER THA",
21801  direction="l",
21802  indic="c",
21803  linebreak="al",
21804  unicodeslot=0x925,
21805 },
21806 [0x926]={
21807  adobename="dadeva",
21808  category="lo",
21809  description="DEVANAGARI LETTER DA",
21810  direction="l",
21811  indic="c",
21812  linebreak="al",
21813  unicodeslot=0x926,
21814 },
21815 [0x927]={
21816  adobename="dhadeva",
21817  category="lo",
21818  description="DEVANAGARI LETTER DHA",
21819  direction="l",
21820  indic="c",
21821  linebreak="al",
21822  unicodeslot=0x927,
21823 },
21824 [0x928]={
21825  adobename="nadeva",
21826  category="lo",
21827  description="DEVANAGARI LETTER NA",
21828  direction="l",
21829  indic="c",
21830  linebreak="al",
21831  unicodeslot=0x928,
21832 },
21833 [0x929]={
21834  adobename="nnnadeva",
21835  category="lo",
21836  description="DEVANAGARI LETTER NNNA",
21837  direction="l",
21838  indic="c",
21839  linebreak="al",
21840  specials={ "char", 0x928, 0x93C },
21841  unicodeslot=0x929,
21842 },
21843 [0x92A]={
21844  adobename="padeva",
21845  category="lo",
21846  description="DEVANAGARI LETTER PA",
21847  direction="l",
21848  indic="c",
21849  linebreak="al",
21850  unicodeslot=0x92A,
21851 },
21852 [0x92B]={
21853  adobename="phadeva",
21854  category="lo",
21855  description="DEVANAGARI LETTER PHA",
21856  direction="l",
21857  indic="c",
21858  linebreak="al",
21859  unicodeslot=0x92B,
21860 },
21861 [0x92C]={
21862  adobename="badeva",
21863  category="lo",
21864  description="DEVANAGARI LETTER BA",
21865  direction="l",
21866  indic="c",
21867  linebreak="al",
21868  unicodeslot=0x92C,
21869 },
21870 [0x92D]={
21871  adobename="bhadeva",
21872  category="lo",
21873  description="DEVANAGARI LETTER BHA",
21874  direction="l",
21875  indic="c",
21876  linebreak="al",
21877  unicodeslot=0x92D,
21878 },
21879 [0x92E]={
21880  adobename="madeva",
21881  category="lo",
21882  description="DEVANAGARI LETTER MA",
21883  direction="l",
21884  indic="c",
21885  linebreak="al",
21886  unicodeslot=0x92E,
21887 },
21888 [0x92F]={
21889  adobename="yadeva",
21890  category="lo",
21891  description="DEVANAGARI LETTER YA",
21892  direction="l",
21893  indic="c",
21894  linebreak="al",
21895  unicodeslot=0x92F,
21896 },
21897 [0x930]={
21898  adobename="radeva",
21899  category="lo",
21900  description="DEVANAGARI LETTER RA",
21901  direction="l",
21902  indic="c",
21903  indicclass="ra",
21904  indicorder="bp",
21905  linebreak="al",
21906  unicodeslot=0x930,
21907 },
21908 [0x931]={
21909  adobename="rradeva",
21910  category="lo",
21911  description="DEVANAGARI LETTER RRA",
21912  direction="l",
21913  indic="c",
21914  linebreak="al",
21915  specials={ "char", 0x930, 0x93C },
21916  unicodeslot=0x931,
21917 },
21918 [0x932]={
21919  adobename="ladeva",
21920  category="lo",
21921  description="DEVANAGARI LETTER LA",
21922  direction="l",
21923  indic="c",
21924  linebreak="al",
21925  unicodeslot=0x932,
21926 },
21927 [0x933]={
21928  adobename="lladeva",
21929  category="lo",
21930  description="DEVANAGARI LETTER LLA",
21931  direction="l",
21932  indic="c",
21933  linebreak="al",
21934  unicodeslot=0x933,
21935 },
21936 [0x934]={
21937  adobename="llladeva",
21938  category="lo",
21939  description="DEVANAGARI LETTER LLLA",
21940  direction="l",
21941  indic="c",
21942  linebreak="al",
21943  specials={ "char", 0x933, 0x93C },
21944  unicodeslot=0x934,
21945 },
21946 [0x935]={
21947  adobename="vadeva",
21948  category="lo",
21949  description="DEVANAGARI LETTER VA",
21950  direction="l",
21951  indic="c",
21952  linebreak="al",
21953  unicodeslot=0x935,
21954 },
21955 [0x936]={
21956  adobename="shadeva",
21957  category="lo",
21958  description="DEVANAGARI LETTER SHA",
21959  direction="l",
21960  indic="c",
21961  linebreak="al",
21962  unicodeslot=0x936,
21963 },
21964 [0x937]={
21965  adobename="ssadeva",
21966  category="lo",
21967  description="DEVANAGARI LETTER SSA",
21968  direction="l",
21969  indic="c",
21970  linebreak="al",
21971  unicodeslot=0x937,
21972 },
21973 [0x938]={
21974  adobename="sadeva",
21975  category="lo",
21976  description="DEVANAGARI LETTER SA",
21977  direction="l",
21978  indic="c",
21979  linebreak="al",
21980  unicodeslot=0x938,
21981 },
21982 [0x939]={
21983  adobename="hadeva",
21984  category="lo",
21985  description="DEVANAGARI LETTER HA",
21986  direction="l",
21987  indic="c",
21988  linebreak="al",
21989  unicodeslot=0x939,
21990 },
21991 [0x93A]={
21992  category="mn",
21993  description="DEVANAGARI VOWEL SIGN OE",
21994  direction="nsm",
21995  indic="d",
21996  indicmark="t",
21997  linebreak="cm",
21998  unicodeslot=0x93A,
21999 },
22000 [0x93B]={
22001  category="mc",
22002  description="DEVANAGARI VOWEL SIGN OOE",
22003  direction="l",
22004  indic="d",
22005  indicmark="r",
22006  linebreak="cm",
22007  unicodeslot=0x93B,
22008 },
22009 [0x93C]={
22010  adobename="nuktadeva",
22011  category="mn",
22012  combining=0x7,
22013  description="DEVANAGARI SIGN NUKTA",
22014  direction="nsm",
22015  indic="o",
22016  indicclass="nukta",
22017  indicmark="b",
22018  linebreak="cm",
22019  unicodeslot=0x93C,
22020 },
22021 [0x93D]={
22022  adobename="avagrahadeva",
22023  category="lo",
22024  description="DEVANAGARI SIGN AVAGRAHA",
22025  direction="l",
22026  indic="o",
22027  linebreak="al",
22028  unicodeslot=0x93D,
22029 },
22030 [0x93E]={
22031  adobename="aavowelsigndeva",
22032  category="mc",
22033  description="DEVANAGARI VOWEL SIGN AA",
22034  direction="l",
22035  indic="d",
22036  indicmark="r",
22037  indicorder="as",
22038  linebreak="cm",
22039  unicodeslot=0x93E,
22040 },
22041 [0x93F]={
22042  adobename="ivowelsigndeva",
22043  category="mc",
22044  description="DEVANAGARI VOWEL SIGN I",
22045  direction="l",
22046  indic="d",
22047  indicmark="l",
22048  indicorder="bh",
22049  linebreak="cm",
22050  unicodeslot=0x93F,
22051 },
22052 [0x940]={
22053  adobename="iivowelsigndeva",
22054  category="mc",
22055  description="DEVANAGARI VOWEL SIGN II",
22056  direction="l",
22057  indic="d",
22058  indicmark="r",
22059  indicorder="as",
22060  linebreak="cm",
22061  unicodeslot=0x940,
22062 },
22063 [0x941]={
22064  adobename="uvowelsigndeva",
22065  category="mn",
22066  description="DEVANAGARI VOWEL SIGN U",
22067  direction="nsm",
22068  indic="d",
22069  indicmark="b",
22070  indicorder="as",
22071  linebreak="cm",
22072  unicodeslot=0x941,
22073 },
22074 [0x942]={
22075  adobename="uuvowelsigndeva",
22076  category="mn",
22077  description="DEVANAGARI VOWEL SIGN UU",
22078  direction="nsm",
22079  indic="d",
22080  indicmark="b",
22081  indicorder="as",
22082  linebreak="cm",
22083  unicodeslot=0x942,
22084 },
22085 [0x943]={
22086  adobename="rvocalicvowelsigndeva",
22087  category="mn",
22088  description="DEVANAGARI VOWEL SIGN VOCALIC R",
22089  direction="nsm",
22090  indic="d",
22091  indicmark="b",
22092  indicorder="as",
22093  linebreak="cm",
22094  unicodeslot=0x943,
22095 },
22096 [0x944]={
22097  adobename="rrvocalicvowelsigndeva",
22098  category="mn",
22099  description="DEVANAGARI VOWEL SIGN VOCALIC RR",
22100  direction="nsm",
22101  indic="d",
22102  indicmark="b",
22103  indicorder="as",
22104  linebreak="cm",
22105  unicodeslot=0x944,
22106 },
22107 [0x945]={
22108  adobename="ecandravowelsigndeva",
22109  category="mn",
22110  description="DEVANAGARI VOWEL SIGN CANDRA E",
22111  direction="nsm",
22112  indic="d",
22113  indicmark="t",
22114  indicorder="as",
22115  linebreak="cm",
22116  unicodeslot=0x945,
22117 },
22118 [0x946]={
22119  adobename="eshortvowelsigndeva",
22120  category="mn",
22121  description="DEVANAGARI VOWEL SIGN SHORT E",
22122  direction="nsm",
22123  indic="d",
22124  indicmark="t",
22125  indicorder="as",
22126  linebreak="cm",
22127  unicodeslot=0x946,
22128 },
22129 [0x947]={
22130  adobename="evowelsigndeva",
22131  category="mn",
22132  description="DEVANAGARI VOWEL SIGN E",
22133  direction="nsm",
22134  indic="d",
22135  indicmark="t",
22136  indicorder="as",
22137  linebreak="cm",
22138  unicodeslot=0x947,
22139 },
22140 [0x948]={
22141  adobename="aivowelsigndeva",
22142  category="mn",
22143  description="DEVANAGARI VOWEL SIGN AI",
22144  direction="nsm",
22145  indic="d",
22146  indicmark="t",
22147  indicorder="as",
22148  linebreak="cm",
22149  unicodeslot=0x948,
22150 },
22151 [0x949]={
22152  adobename="ocandravowelsigndeva",
22153  category="mc",
22154  description="DEVANAGARI VOWEL SIGN CANDRA O",
22155  direction="l",
22156  indic="d",
22157  indicmark="r",
22158  indicorder="as",
22159  linebreak="cm",
22160  unicodeslot=0x949,
22161 },
22162 [0x94A]={
22163  adobename="oshortvowelsigndeva",
22164  category="mc",
22165  description="DEVANAGARI VOWEL SIGN SHORT O",
22166  direction="l",
22167  indic="d",
22168  indicmark="r",
22169  indicorder="as",
22170  linebreak="cm",
22171  unicodeslot=0x94A,
22172 },
22173 [0x94B]={
22174  adobename="ovowelsigndeva",
22175  category="mc",
22176  description="DEVANAGARI VOWEL SIGN O",
22177  direction="l",
22178  indic="d",
22179  indicmark="r",
22180  indicorder="as",
22181  linebreak="cm",
22182  unicodeslot=0x94B,
22183 },
22184 [0x94C]={
22185  adobename="auvowelsigndeva",
22186  category="mc",
22187  description="DEVANAGARI VOWEL SIGN AU",
22188  direction="l",
22189  indic="d",
22190  indicmark="r",
22191  indicorder="as",
22192  linebreak="cm",
22193  unicodeslot=0x94C,
22194 },
22195 [0x94D]={
22196  adobename="viramadeva",
22197  category="mn",
22198  combining=0x9,
22199  description="DEVANAGARI SIGN VIRAMA",
22200  direction="nsm",
22201  indic="o",
22202  indicclass="halant",
22203  indicmark="b",
22204  linebreak="cm",
22205  synonyms={ "halant" },
22206  unicodeslot=0x94D,
22207 },
22208 [0x94E]={
22209  category="mc",
22210  description="DEVANAGARI VOWEL SIGN PRISHTHAMATRA E",
22211  direction="l",
22212  indic="d",
22213  indicmark="l",
22214  indicorder="bh",
22215  linebreak="cm",
22216  unicodeslot=0x94E,
22217 },
22218 [0x94F]={
22219  category="mc",
22220  description="DEVANAGARI VOWEL SIGN AW",
22221  direction="l",
22222  indic="d",
22223  indicmark="r",
22224  linebreak="cm",
22225  unicodeslot=0x94F,
22226 },
22227 [0x950]={
22228  adobename="omdeva",
22229  category="lo",
22230  description="DEVANAGARI OM",
22231  direction="l",
22232  indic="o",
22233  linebreak="al",
22234  unicodeslot=0x950,
22235 },
22236 [0x951]={
22237  adobename="udattadeva",
22238  category="mn",
22239  combining=0xE6,
22240  description="DEVANAGARI STRESS SIGN UDATTA",
22241  direction="nsm",
22242  indic="s",
22243  indicmark="t",
22244  linebreak="cm",
22245  unicodeslot=0x951,
22246 },
22247 [0x952]={
22248  adobename="anudattadeva",
22249  category="mn",
22250  combining=0xDC,
22251  description="DEVANAGARI STRESS SIGN ANUDATTA",
22252  direction="nsm",
22253  indic="s",
22254  indicclass="anudatta",
22255  indicmark="b",
22256  linebreak="cm",
22257  unicodeslot=0x952,
22258 },
22259 [0x953]={
22260  adobename="gravedeva",
22261  category="mn",
22262  combining=0xE6,
22263  description="DEVANAGARI GRAVE ACCENT",
22264  direction="nsm",
22265  indic="s",
22266  indicmark="t",
22267  linebreak="cm",
22268  unicodeslot=0x953,
22269 },
22270 [0x954]={
22271  adobename="acutedeva",
22272  category="mn",
22273  combining=0xE6,
22274  description="DEVANAGARI ACUTE ACCENT",
22275  direction="nsm",
22276  indic="s",
22277  indicmark="t",
22278  linebreak="cm",
22279  unicodeslot=0x954,
22280 },
22281 [0x955]={
22282  category="mn",
22283  description="DEVANAGARI VOWEL SIGN CANDRA LONG E",
22284  direction="nsm",
22285  indic="d",
22286  indicmark="t",
22287  linebreak="cm",
22288  unicodeslot=0x955,
22289 },
22290 [0x956]={
22291  category="mn",
22292  description="DEVANAGARI VOWEL SIGN UE",
22293  direction="nsm",
22294  indic="d",
22295  indicmark="b",
22296  linebreak="cm",
22297  unicodeslot=0x956,
22298 },
22299 [0x957]={
22300  category="mn",
22301  description="DEVANAGARI VOWEL SIGN UUE",
22302  direction="nsm",
22303  indic="d",
22304  indicmark="b",
22305  linebreak="cm",
22306  unicodeslot=0x957,
22307 },
22308 [0x958]={
22309  adobename="qadeva",
22310  category="lo",
22311  description="DEVANAGARI LETTER QA",
22312  direction="l",
22313  indic="c",
22314  linebreak="al",
22315  specials={ "char", 0x915, 0x93C },
22316  unicodeslot=0x958,
22317 },
22318 [0x959]={
22319  adobename="khhadeva",
22320  category="lo",
22321  description="DEVANAGARI LETTER KHHA",
22322  direction="l",
22323  indic="c",
22324  linebreak="al",
22325  specials={ "char", 0x916, 0x93C },
22326  unicodeslot=0x959,
22327 },
22328 [0x95A]={
22329  adobename="ghhadeva",
22330  category="lo",
22331  description="DEVANAGARI LETTER GHHA",
22332  direction="l",
22333  indic="c",
22334  linebreak="al",
22335  specials={ "char", 0x917, 0x93C },
22336  unicodeslot=0x95A,
22337 },
22338 [0x95B]={
22339  adobename="zadeva",
22340  category="lo",
22341  description="DEVANAGARI LETTER ZA",
22342  direction="l",
22343  indic="c",
22344  linebreak="al",
22345  specials={ "char", 0x91C, 0x93C },
22346  unicodeslot=0x95B,
22347 },
22348 [0x95C]={
22349  adobename="dddhadeva",
22350  category="lo",
22351  description="DEVANAGARI LETTER DDDHA",
22352  direction="l",
22353  indic="c",
22354  linebreak="al",
22355  specials={ "char", 0x921, 0x93C },
22356  unicodeslot=0x95C,
22357 },
22358 [0x95D]={
22359  adobename="rhadeva",
22360  category="lo",
22361  description="DEVANAGARI LETTER RHA",
22362  direction="l",
22363  indic="c",
22364  linebreak="al",
22365  specials={ "char", 0x922, 0x93C },
22366  unicodeslot=0x95D,
22367 },
22368 [0x95E]={
22369  adobename="fadeva",
22370  category="lo",
22371  description="DEVANAGARI LETTER FA",
22372  direction="l",
22373  indic="c",
22374  linebreak="al",
22375  specials={ "char", 0x92B, 0x93C },
22376  unicodeslot=0x95E,
22377 },
22378 [0x95F]={
22379  adobename="yyadeva",
22380  category="lo",
22381  description="DEVANAGARI LETTER YYA",
22382  direction="l",
22383  indic="c",
22384  linebreak="al",
22385  specials={ "char", 0x92F, 0x93C },
22386  unicodeslot=0x95F,
22387 },
22388 [0x960]={
22389  adobename="rrvocalicdeva",
22390  category="lo",
22391  description="DEVANAGARI LETTER VOCALIC RR",
22392  direction="l",
22393  indic="i",
22394  linebreak="al",
22395  unicodeslot=0x960,
22396 },
22397 [0x961]={
22398  adobename="llvocalicdeva",
22399  category="lo",
22400  description="DEVANAGARI LETTER VOCALIC LL",
22401  direction="l",
22402  indic="i",
22403  linebreak="al",
22404  unicodeslot=0x961,
22405 },
22406 [0x962]={
22407  adobename="lvocalicvowelsigndeva",
22408  category="mn",
22409  description="DEVANAGARI VOWEL SIGN VOCALIC L",
22410  direction="nsm",
22411  indic="d",
22412  indicmark="b",
22413  indicorder="as",
22414  linebreak="cm",
22415  unicodeslot=0x962,
22416 },
22417 [0x963]={
22418  adobename="llvocalicvowelsigndeva",
22419  category="mn",
22420  description="DEVANAGARI VOWEL SIGN VOCALIC LL",
22421  direction="nsm",
22422  indic="d",
22423  indicmark="b",
22424  indicorder="as",
22425  linebreak="cm",
22426  unicodeslot=0x963,
22427 },
22428 [0x964]={
22429  adobename="danda",
22430  category="po",
22431  description="DEVANAGARI DANDA",
22432  direction="l",
22433  indic="o",
22434  linebreak="ba",
22435  synonyms={ "devanagari phrase separator", "devanagari purna viram" },
22436  unicodeslot=0x964,
22437 },
22438 [0x965]={
22439  adobename="dbldanda",
22440  category="po",
22441  description="DEVANAGARI DOUBLE DANDA",
22442  direction="l",
22443  indic="o",
22444  linebreak="ba",
22445  synonyms={ "devanagari deergh viram" },
22446  unicodeslot=0x965,
22447 },
22448 [0x966]={
22449  adobename="zerodeva",
22450  category="nd",
22451  description="DEVANAGARI DIGIT ZERO",
22452  direction="l",
22453  indic="o",
22454  linebreak="nu",
22455  unicodeslot=0x966,
22456 },
22457 [0x967]={
22458  adobename="onedeva",
22459  category="nd",
22460  description="DEVANAGARI DIGIT ONE",
22461  direction="l",
22462  indic="o",
22463  linebreak="nu",
22464  unicodeslot=0x967,
22465 },
22466 [0x968]={
22467  adobename="twodeva",
22468  category="nd",
22469  description="DEVANAGARI DIGIT TWO",
22470  direction="l",
22471  indic="o",
22472  linebreak="nu",
22473  unicodeslot=0x968,
22474 },
22475 [0x969]={
22476  adobename="threedeva",
22477  category="nd",
22478  description="DEVANAGARI DIGIT THREE",
22479  direction="l",
22480  indic="o",
22481  linebreak="nu",
22482  unicodeslot=0x969,
22483 },
22484 [0x96A]={
22485  adobename="fourdeva",
22486  category="nd",
22487  description="DEVANAGARI DIGIT FOUR",
22488  direction="l",
22489  indic="o",
22490  linebreak="nu",
22491  unicodeslot=0x96A,
22492 },
22493 [0x96B]={
22494  adobename="fivedeva",
22495  category="nd",
22496  description="DEVANAGARI DIGIT FIVE",
22497  direction="l",
22498  indic="o",
22499  linebreak="nu",
22500  unicodeslot=0x96B,
22501 },
22502 [0x96C]={
22503  adobename="sixdeva",
22504  category="nd",
22505  description="DEVANAGARI DIGIT SIX",
22506  direction="l",
22507  indic="o",
22508  linebreak="nu",
22509  unicodeslot=0x96C,
22510 },
22511 [0x96D]={
22512  adobename="sevendeva",
22513  category="nd",
22514  description="DEVANAGARI DIGIT SEVEN",
22515  direction="l",
22516  indic="o",
22517  linebreak="nu",
22518  unicodeslot=0x96D,
22519 },
22520 [0x96E]={
22521  adobename="eightdeva",
22522  category="nd",
22523  description="DEVANAGARI DIGIT EIGHT",
22524  direction="l",
22525  indic="o",
22526  linebreak="nu",
22527  unicodeslot=0x96E,
22528 },
22529 [0x96F]={
22530  adobename="ninedeva",
22531  category="nd",
22532  description="DEVANAGARI DIGIT NINE",
22533  direction="l",
22534  indic="o",
22535  linebreak="nu",
22536  unicodeslot=0x96F,
22537 },
22538 [0x970]={
22539  adobename="abbreviationsigndeva",
22540  category="po",
22541  description="DEVANAGARI ABBREVIATION SIGN",
22542  direction="l",
22543  indic="o",
22544  linebreak="al",
22545  unicodeslot=0x970,
22546 },
22547 [0x971]={
22548  category="lm",
22549  description="DEVANAGARI SIGN HIGH SPACING DOT",
22550  direction="l",
22551  indic="o",
22552  linebreak="al",
22553  unicodeslot=0x971,
22554 },
22555 [0x972]={
22556  category="lo",
22557  description="DEVANAGARI LETTER CANDRA A",
22558  direction="l",
22559  indic="i",
22560  linebreak="al",
22561  unicodeslot=0x972,
22562 },
22563 [0x973]={
22564  category="lo",
22565  description="DEVANAGARI LETTER OE",
22566  direction="l",
22567  indic="i",
22568  linebreak="al",
22569  unicodeslot=0x973,
22570 },
22571 [0x974]={
22572  category="lo",
22573  description="DEVANAGARI LETTER OOE",
22574  direction="l",
22575  indic="i",
22576  linebreak="al",
22577  unicodeslot=0x974,
22578 },
22579 [0x975]={
22580  category="lo",
22581  description="DEVANAGARI LETTER AW",
22582  direction="l",
22583  indic="i",
22584  linebreak="al",
22585  unicodeslot=0x975,
22586 },
22587 [0x976]={
22588  category="lo",
22589  description="DEVANAGARI LETTER UE",
22590  direction="l",
22591  indic="i",
22592  linebreak="al",
22593  unicodeslot=0x976,
22594 },
22595 [0x977]={
22596  category="lo",
22597  description="DEVANAGARI LETTER UUE",
22598  direction="l",
22599  indic="i",
22600  linebreak="al",
22601  unicodeslot=0x977,
22602 },
22603 [0x978]={
22604  category="lo",
22605  description="DEVANAGARI LETTER MARWARI DDA",
22606  direction="l",
22607  indic="c",
22608  linebreak="al",
22609  unicodeslot=0x978,
22610 },
22611 [0x979]={
22612  category="lo",
22613  description="DEVANAGARI LETTER ZHA",
22614  direction="l",
22615  indic="c",
22616  linebreak="al",
22617  unicodeslot=0x979,
22618 },
22619 [0x97A]={
22620  category="lo",
22621  description="DEVANAGARI LETTER HEAVY YA",
22622  direction="l",
22623  indic="c",
22624  linebreak="al",
22625  unicodeslot=0x97A,
22626 },
22627 [0x97B]={
22628  category="lo",
22629  description="DEVANAGARI LETTER GGA",
22630  direction="l",
22631  indic="o",
22632  linebreak="al",
22633  unicodeslot=0x97B,
22634 },
22635 [0x97C]={
22636  category="lo",
22637  description="DEVANAGARI LETTER JJA",
22638  direction="l",
22639  indic="o",
22640  linebreak="al",
22641  unicodeslot=0x97C,
22642 },
22643 [0x97D]={
22644  category="lo",
22645  description="DEVANAGARI LETTER GLOTTAL STOP",
22646  direction="l",
22647  indic="o",
22648  linebreak="al",
22649  unicodeslot=0x97D,
22650 },
22651 [0x97E]={
22652  category="lo",
22653  description="DEVANAGARI LETTER DDDA",
22654  direction="l",
22655  indic="o",
22656  linebreak="al",
22657  unicodeslot=0x97E,
22658 },
22659 [0x97F]={
22660  category="lo",
22661  description="DEVANAGARI LETTER BBA",
22662  direction="l",
22663  indic="o",
22664  linebreak="al",
22665  unicodeslot=0x97F,
22666 },
22667 [0x980]={
22668  category="lo",
22669  description="BENGALI ANJI",
22670  direction="l",
22671  indic="o",
22672  linebreak="al",
22673  unicodeslot=0x980,
22674 },
22675 [0x981]={
22676  adobename="candrabindubengali",
22677  category="mn",
22678  description="BENGALI SIGN CANDRABINDU",
22679  direction="nsm",
22680  indic="m",
22681  indicorder="ap",
22682  linebreak="cm",
22683  unicodeslot=0x981,
22684 },
22685 [0x982]={
22686  adobename="anusvarabengali",
22687  category="mc",
22688  description="BENGALI SIGN ANUSVARA",
22689  direction="l",
22690  indic="o",
22691  linebreak="cm",
22692  unicodeslot=0x982,
22693 },
22694 [0x983]={
22695  adobename="visargabengali",
22696  category="mc",
22697  description="BENGALI SIGN VISARGA",
22698  direction="l",
22699  indic="o",
22700  linebreak="cm",
22701  unicodeslot=0x983,
22702 },
22703 [0x985]={
22704  adobename="abengali",
22705  category="lo",
22706  description="BENGALI LETTER A",
22707  direction="l",
22708  indic="i",
22709  linebreak="al",
22710  unicodeslot=0x985,
22711 },
22712 [0x986]={
22713  adobename="aabengali",
22714  category="lo",
22715  description="BENGALI LETTER AA",
22716  direction="l",
22717  indic="i",
22718  linebreak="al",
22719  unicodeslot=0x986,
22720 },
22721 [0x987]={
22722  adobename="ibengali",
22723  category="lo",
22724  description="BENGALI LETTER I",
22725  direction="l",
22726  indic="i",
22727  linebreak="al",
22728  unicodeslot=0x987,
22729 },
22730 [0x988]={
22731  adobename="iibengali",
22732  category="lo",
22733  description="BENGALI LETTER II",
22734  direction="l",
22735  indic="i",
22736  linebreak="al",
22737  unicodeslot=0x988,
22738 },
22739 [0x989]={
22740  adobename="ubengali",
22741  category="lo",
22742  description="BENGALI LETTER U",
22743  direction="l",
22744  indic="i",
22745  linebreak="al",
22746  unicodeslot=0x989,
22747 },
22748 [0x98A]={
22749  adobename="uubengali",
22750  category="lo",
22751  description="BENGALI LETTER UU",
22752  direction="l",
22753  indic="i",
22754  linebreak="al",
22755  unicodeslot=0x98A,
22756 },
22757 [0x98B]={
22758  adobename="rvocalicbengali",
22759  category="lo",
22760  description="BENGALI LETTER VOCALIC R",
22761  direction="l",
22762  indic="i",
22763  linebreak="al",
22764  unicodeslot=0x98B,
22765 },
22766 [0x98C]={
22767  adobename="lvocalicbengali",
22768  category="lo",
22769  description="BENGALI LETTER VOCALIC L",
22770  direction="l",
22771  indic="i",
22772  linebreak="al",
22773  unicodeslot=0x98C,
22774 },
22775 [0x98F]={
22776  adobename="ebengali",
22777  category="lo",
22778  description="BENGALI LETTER E",
22779  direction="l",
22780  indic="i",
22781  linebreak="al",
22782  unicodeslot=0x98F,
22783 },
22784 [0x990]={
22785  adobename="aibengali",
22786  category="lo",
22787  description="BENGALI LETTER AI",
22788  direction="l",
22789  indic="i",
22790  linebreak="al",
22791  unicodeslot=0x990,
22792 },
22793 [0x993]={
22794  adobename="obengali",
22795  category="lo",
22796  description="BENGALI LETTER O",
22797  direction="l",
22798  indic="i",
22799  linebreak="al",
22800  unicodeslot=0x993,
22801 },
22802 [0x994]={
22803  adobename="aubengali",
22804  category="lo",
22805  description="BENGALI LETTER AU",
22806  direction="l",
22807  indic="i",
22808  linebreak="al",
22809  unicodeslot=0x994,
22810 },
22811 [0x995]={
22812  adobename="kabengali",
22813  category="lo",
22814  description="BENGALI LETTER KA",
22815  direction="l",
22816  indic="c",
22817  linebreak="al",
22818  unicodeslot=0x995,
22819 },
22820 [0x996]={
22821  adobename="khabengali",
22822  category="lo",
22823  description="BENGALI LETTER KHA",
22824  direction="l",
22825  indic="c",
22826  linebreak="al",
22827  unicodeslot=0x996,
22828 },
22829 [0x997]={
22830  adobename="gabengali",
22831  category="lo",
22832  description="BENGALI LETTER GA",
22833  direction="l",
22834  indic="c",
22835  linebreak="al",
22836  unicodeslot=0x997,
22837 },
22838 [0x998]={
22839  adobename="ghabengali",
22840  category="lo",
22841  description="BENGALI LETTER GHA",
22842  direction="l",
22843  indic="c",
22844  linebreak="al",
22845  unicodeslot=0x998,
22846 },
22847 [0x999]={
22848  adobename="ngabengali",
22849  category="lo",
22850  description="BENGALI LETTER NGA",
22851  direction="l",
22852  indic="c",
22853  linebreak="al",
22854  unicodeslot=0x999,
22855 },
22856 [0x99A]={
22857  adobename="cabengali",
22858  category="lo",
22859  description="BENGALI LETTER CA",
22860  direction="l",
22861  indic="c",
22862  linebreak="al",
22863  unicodeslot=0x99A,
22864 },
22865 [0x99B]={
22866  adobename="chabengali",
22867  category="lo",
22868  description="BENGALI LETTER CHA",
22869  direction="l",
22870  indic="c",
22871  linebreak="al",
22872  unicodeslot=0x99B,
22873 },
22874 [0x99C]={
22875  adobename="jabengali",
22876  category="lo",
22877  description="BENGALI LETTER JA",
22878  direction="l",
22879  indic="c",
22880  linebreak="al",
22881  unicodeslot=0x99C,
22882 },
22883 [0x99D]={
22884  adobename="jhabengali",
22885  category="lo",
22886  description="BENGALI LETTER JHA",
22887  direction="l",
22888  indic="c",
22889  linebreak="al",
22890  unicodeslot=0x99D,
22891 },
22892 [0x99E]={
22893  adobename="nyabengali",
22894  category="lo",
22895  description="BENGALI LETTER NYA",
22896  direction="l",
22897  indic="c",
22898  linebreak="al",
22899  unicodeslot=0x99E,
22900 },
22901 [0x99F]={
22902  adobename="ttabengali",
22903  category="lo",
22904  description="BENGALI LETTER TTA",
22905  direction="l",
22906  indic="c",
22907  linebreak="al",
22908  unicodeslot=0x99F,
22909 },
22910 [0x9A0]={
22911  adobename="tthabengali",
22912  category="lo",
22913  description="BENGALI LETTER TTHA",
22914  direction="l",
22915  indic="c",
22916  linebreak="al",
22917  unicodeslot=0x9A0,
22918 },
22919 [0x9A1]={
22920  adobename="ddabengali",
22921  category="lo",
22922  description="BENGALI LETTER DDA",
22923  direction="l",
22924  indic="c",
22925  linebreak="al",
22926  unicodeslot=0x9A1,
22927 },
22928 [0x9A2]={
22929  adobename="ddhabengali",
22930  category="lo",
22931  description="BENGALI LETTER DDHA",
22932  direction="l",
22933  indic="c",
22934  linebreak="al",
22935  unicodeslot=0x9A2,
22936 },
22937 [0x9A3]={
22938  adobename="nnabengali",
22939  category="lo",
22940  description="BENGALI LETTER NNA",
22941  direction="l",
22942  indic="c",
22943  linebreak="al",
22944  unicodeslot=0x9A3,
22945 },
22946 [0x9A4]={
22947  adobename="tabengali",
22948  category="lo",
22949  description="BENGALI LETTER TA",
22950  direction="l",
22951  indic="c",
22952  linebreak="al",
22953  unicodeslot=0x9A4,
22954 },
22955 [0x9A5]={
22956  adobename="thabengali",
22957  category="lo",
22958  description="BENGALI LETTER THA",
22959  direction="l",
22960  indic="c",
22961  linebreak="al",
22962  unicodeslot=0x9A5,
22963 },
22964 [0x9A6]={
22965  adobename="dabengali",
22966  category="lo",
22967  description="BENGALI LETTER DA",
22968  direction="l",
22969  indic="c",
22970  linebreak="al",
22971  unicodeslot=0x9A6,
22972 },
22973 [0x9A7]={
22974  adobename="dhabengali",
22975  category="lo",
22976  description="BENGALI LETTER DHA",
22977  direction="l",
22978  indic="c",
22979  linebreak="al",
22980  unicodeslot=0x9A7,
22981 },
22982 [0x9A8]={
22983  adobename="nabengali",
22984  category="lo",
22985  description="BENGALI LETTER NA",
22986  direction="l",
22987  indic="c",
22988  linebreak="al",
22989  unicodeslot=0x9A8,
22990 },
22991 [0x9AA]={
22992  adobename="pabengali",
22993  category="lo",
22994  description="BENGALI LETTER PA",
22995  direction="l",
22996  indic="c",
22997  linebreak="al",
22998  unicodeslot=0x9AA,
22999 },
23000 [0x9AB]={
23001  adobename="phabengali",
23002  category="lo",
23003  description="BENGALI LETTER PHA",
23004  direction="l",
23005  indic="c",
23006  linebreak="al",
23007  unicodeslot=0x9AB,
23008 },
23009 [0x9AC]={
23010  adobename="babengali",
23011  category="lo",
23012  description="BENGALI LETTER BA",
23013  direction="l",
23014  indic="c",
23015  linebreak="al",
23016  unicodeslot=0x9AC,
23017 },
23018 [0x9AD]={
23019  adobename="bhabengali",
23020  category="lo",
23021  description="BENGALI LETTER BHA",
23022  direction="l",
23023  indic="c",
23024  linebreak="al",
23025  unicodeslot=0x9AD,
23026 },
23027 [0x9AE]={
23028  adobename="mabengali",
23029  category="lo",
23030  description="BENGALI LETTER MA",
23031  direction="l",
23032  indic="c",
23033  linebreak="al",
23034  unicodeslot=0x9AE,
23035 },
23036 [0x9AF]={
23037  adobename="yabengali",
23038  category="lo",
23039  description="BENGALI LETTER YA",
23040  direction="l",
23041  indic="c",
23042  linebreak="al",
23043  unicodeslot=0x9AF,
23044 },
23045 [0x9B0]={
23046  adobename="rabengali",
23047  category="lo",
23048  description="BENGALI LETTER RA",
23049  direction="l",
23050  indic="c",
23051  indicclass="ra",
23052  indicorder="as",
23053  linebreak="al",
23054  unicodeslot=0x9B0,
23055 },
23056 [0x9B2]={
23057  adobename="labengali",
23058  category="lo",
23059  description="BENGALI LETTER LA",
23060  direction="l",
23061  indic="c",
23062  linebreak="al",
23063  unicodeslot=0x9B2,
23064 },
23065 [0x9B6]={
23066  adobename="shabengali",
23067  category="lo",
23068  description="BENGALI LETTER SHA",
23069  direction="l",
23070  indic="c",
23071  linebreak="al",
23072  unicodeslot=0x9B6,
23073 },
23074 [0x9B7]={
23075  adobename="ssabengali",
23076  category="lo",
23077  description="BENGALI LETTER SSA",
23078  direction="l",
23079  indic="c",
23080  linebreak="al",
23081  unicodeslot=0x9B7,
23082 },
23083 [0x9B8]={
23084  adobename="sabengali",
23085  category="lo",
23086  description="BENGALI LETTER SA",
23087  direction="l",
23088  indic="c",
23089  linebreak="al",
23090  unicodeslot=0x9B8,
23091 },
23092 [0x9B9]={
23093  adobename="habengali",
23094  category="lo",
23095  description="BENGALI LETTER HA",
23096  direction="l",
23097  indic="c",
23098  linebreak="al",
23099  unicodeslot=0x9B9,
23100 },
23101 [0x9BC]={
23102  adobename="nuktabengali",
23103  category="mn",
23104  combining=0x7,
23105  description="BENGALI SIGN NUKTA",
23106  direction="nsm",
23107  indic="o",
23108  indicclass="nukta",
23109  indicmark="b",
23110  linebreak="cm",
23111  unicodeslot=0x9BC,
23112 },
23113 [0x9BD]={
23114  category="lo",
23115  description="BENGALI SIGN AVAGRAHA",
23116  direction="l",
23117  indic="o",
23118  linebreak="al",
23119  unicodeslot=0x9BD,
23120 },
23121 [0x9BE]={
23122  adobename="aavowelsignbengali",
23123  category="mc",
23124  description="BENGALI VOWEL SIGN AA",
23125  direction="l",
23126  indic="d",
23127  indicmark="r",
23128  indicorder="ap",
23129  linebreak="cm",
23130  unicodeslot=0x9BE,
23131 },
23132 [0x9BF]={
23133  adobename="ivowelsignbengali",
23134  category="mc",
23135  description="BENGALI VOWEL SIGN I",
23136  direction="l",
23137  indic="d",
23138  indicmark="l",
23139  indicorder="bh",
23140  linebreak="cm",
23141  unicodeslot=0x9BF,
23142 },
23143 [0x9C0]={
23144  adobename="iivowelsignbengali",
23145  category="mc",
23146  description="BENGALI VOWEL SIGN II",
23147  direction="l",
23148  indic="o",
23149  indicmark="r",
23150  indicorder="ap",
23151  linebreak="cm",
23152  unicodeslot=0x9C0,
23153 },
23154 [0x9C1]={
23155  adobename="uvowelsignbengali",
23156  category="mn",
23157  description="BENGALI VOWEL SIGN U",
23158  direction="nsm",
23159  indic="d",
23160  indicmark="b",
23161  indicorder="as",
23162  linebreak="cm",
23163  unicodeslot=0x9C1,
23164 },
23165 [0x9C2]={
23166  adobename="uuvowelsignbengali",
23167  category="mn",
23168  description="BENGALI VOWEL SIGN UU",
23169  direction="nsm",
23170  indic="d",
23171  indicmark="b",
23172  indicorder="as",
23173  linebreak="cm",
23174  unicodeslot=0x9C2,
23175 },
23176 [0x9C3]={
23177  adobename="rvocalicvowelsignbengali",
23178  category="mn",
23179  description="BENGALI VOWEL SIGN VOCALIC R",
23180  direction="nsm",
23181  indic="d",
23182  indicmark="b",
23183  indicorder="as",
23184  linebreak="cm",
23185  unicodeslot=0x9C3,
23186 },
23187 [0x9C4]={
23188  adobename="rrvocalicvowelsignbengali",
23189  category="mn",
23190  description="BENGALI VOWEL SIGN VOCALIC RR",
23191  direction="nsm",
23192  indic="d",
23193  indicmark="b",
23194  indicorder="as",
23195  linebreak="cm",
23196  unicodeslot=0x9C4,
23197 },
23198 [0x9C7]={
23199  adobename="evowelsignbengali",
23200  category="mc",
23201  description="BENGALI VOWEL SIGN E",
23202  direction="l",
23203  indic="d",
23204  indicmark="l",
23205  indicorder="bh",
23206  linebreak="cm",
23207  unicodeslot=0x9C7,
23208 },
23209 [0x9C8]={
23210  adobename="aivowelsignbengali",
23211  category="mc",
23212  description="BENGALI VOWEL SIGN AI",
23213  direction="l",
23214  indic="d",
23215  indicmark="l",
23216  linebreak="cm",
23217  unicodeslot=0x9C8,
23218 },
23219 [0x9CB]={
23220  adobename="ovowelsignbengali",
23221  category="mc",
23222  description="BENGALI VOWEL SIGN O",
23223  direction="l",
23224  indic="d",
23225  indicmark="s",
23226  linebreak="cm",
23227  specials={ "char", 0x9C7, 0x9BE },
23228  unicodeslot=0x9CB,
23229 },
23230 [0x9CC]={
23231  adobename="auvowelsignbengali",
23232  category="mc",
23233  description="BENGALI VOWEL SIGN AU",
23234  direction="l",
23235  indic="d",
23236  indicmark="s",
23237  linebreak="cm",
23238  specials={ "char", 0x9C7, 0x9D7 },
23239  unicodeslot=0x9CC,
23240 },
23241 [0x9CD]={
23242  adobename="viramabengali",
23243  category="mn",
23244  combining=0x9,
23245  description="BENGALI SIGN VIRAMA",
23246  direction="nsm",
23247  indic="o",
23248  indicclass="halant",
23249  indicmark="b",
23250  linebreak="cm",
23251  synonyms={ "bengali hasant" },
23252  unicodeslot=0x9CD,
23253 },
23254 [0x9CE]={
23255  category="lo",
23256  description="BENGALI LETTER KHANDA TA",
23257  direction="l",
23258  indic="c",
23259  linebreak="al",
23260  synonyms={ "bangla khanda ta" },
23261  unicodeslot=0x9CE,
23262 },
23263 [0x9D7]={
23264  adobename="aulengthmarkbengali",
23265  category="mc",
23266  description="BENGALI AU LENGTH MARK",
23267  direction="l",
23268  indic="d",
23269  indicmark="r",
23270  indicorder="ap",
23271  linebreak="cm",
23272  unicodeslot=0x9D7,
23273 },
23274 [0x9DC]={
23275  adobename="rrabengali",
23276  category="lo",
23277  description="BENGALI LETTER RRA",
23278  direction="l",
23279  indic="c",
23280  linebreak="al",
23281  specials={ "char", 0x9A1, 0x9BC },
23282  unicodeslot=0x9DC,
23283 },
23284 [0x9DD]={
23285  adobename="rhabengali",
23286  category="lo",
23287  description="BENGALI LETTER RHA",
23288  direction="l",
23289  indic="c",
23290  linebreak="al",
23291  specials={ "char", 0x9A2, 0x9BC },
23292  unicodeslot=0x9DD,
23293 },
23294 [0x9DF]={
23295  adobename="yyabengali",
23296  category="lo",
23297  description="BENGALI LETTER YYA",
23298  direction="l",
23299  indic="c",
23300  linebreak="al",
23301  specials={ "char", 0x9AF, 0x9BC },
23302  unicodeslot=0x9DF,
23303 },
23304 [0x9E0]={
23305  adobename="rrvocalicbengali",
23306  category="lo",
23307  description="BENGALI LETTER VOCALIC RR",
23308  direction="l",
23309  indic="i",
23310  linebreak="al",
23311  unicodeslot=0x9E0,
23312 },
23313 [0x9E1]={
23314  adobename="llvocalicbengali",
23315  category="lo",
23316  description="BENGALI LETTER VOCALIC LL",
23317  direction="l",
23318  indic="i",
23319  linebreak="al",
23320  unicodeslot=0x9E1,
23321 },
23322 [0x9E2]={
23323  adobename="lvocalicvowelsignbengali",
23324  category="mn",
23325  description="BENGALI VOWEL SIGN VOCALIC L",
23326  direction="nsm",
23327  indic="i",
23328  indicorder="as",
23329  linebreak="cm",
23330  unicodeslot=0x9E2,
23331 },
23332 [0x9E3]={
23333  adobename="llvocalicvowelsignbengali",
23334  category="mn",
23335  description="BENGALI VOWEL SIGN VOCALIC LL",
23336  direction="nsm",
23337  indic="i",
23338  indicorder="as",
23339  linebreak="cm",
23340  unicodeslot=0x9E3,
23341 },
23342 [0x9E6]={
23343  adobename="zerobengali",
23344  category="nd",
23345  description="BENGALI DIGIT ZERO",
23346  direction="l",
23347  indic="o",
23348  linebreak="nu",
23349  unicodeslot=0x9E6,
23350 },
23351 [0x9E7]={
23352  adobename="onebengali",
23353  category="nd",
23354  description="BENGALI DIGIT ONE",
23355  direction="l",
23356  indic="o",
23357  linebreak="nu",
23358  unicodeslot=0x9E7,
23359 },
23360 [0x9E8]={
23361  adobename="twobengali",
23362  category="nd",
23363  description="BENGALI DIGIT TWO",
23364  direction="l",
23365  indic="o",
23366  linebreak="nu",
23367  unicodeslot=0x9E8,
23368 },
23369 [0x9E9]={
23370  adobename="threebengali",
23371  category="nd",
23372  description="BENGALI DIGIT THREE",
23373  direction="l",
23374  indic="o",
23375  linebreak="nu",
23376  unicodeslot=0x9E9,
23377 },
23378 [0x9EA]={
23379  adobename="fourbengali",
23380  category="nd",
23381  description="BENGALI DIGIT FOUR",
23382  direction="l",
23383  indic="o",
23384  linebreak="nu",
23385  unicodeslot=0x9EA,
23386 },
23387 [0x9EB]={
23388  adobename="fivebengali",
23389  category="nd",
23390  description="BENGALI DIGIT FIVE",
23391  direction="l",
23392  indic="o",
23393  linebreak="nu",
23394  unicodeslot=0x9EB,
23395 },
23396 [0x9EC]={
23397  adobename="sixbengali",
23398  category="nd",
23399  description="BENGALI DIGIT SIX",
23400  direction="l",
23401  indic="o",
23402  linebreak="nu",
23403  unicodeslot=0x9EC,
23404 },
23405 [0x9ED]={
23406  adobename="sevenbengali",
23407  category="nd",
23408  description="BENGALI DIGIT SEVEN",
23409  direction="l",
23410  indic="o",
23411  linebreak="nu",
23412  unicodeslot=0x9ED,
23413 },
23414 [0x9EE]={
23415  adobename="eightbengali",
23416  category="nd",
23417  description="BENGALI DIGIT EIGHT",
23418  direction="l",
23419  indic="o",
23420  linebreak="nu",
23421  unicodeslot=0x9EE,
23422 },
23423 [0x9EF]={
23424  adobename="ninebengali",
23425  category="nd",
23426  description="BENGALI DIGIT NINE",
23427  direction="l",
23428  indic="o",
23429  linebreak="nu",
23430  unicodeslot=0x9EF,
23431 },
23432 [0x9F0]={
23433  adobename="ramiddlediagonalbengali",
23434  category="lo",
23435  description="BENGALI LETTER RA WITH MIDDLE DIAGONAL",
23436  direction="l",
23437  indic="o",
23438  indicclass="ra",
23439  indicorder="as",
23440  linebreak="al",
23441  shcode=0x9B0,
23442  unicodeslot=0x9F0,
23443 },
23444 [0x9F1]={
23445  adobename="ralowerdiagonalbengali",
23446  category="lo",
23447  description="BENGALI LETTER RA WITH LOWER DIAGONAL",
23448  direction="l",
23449  indic="o",
23450  linebreak="al",
23451  shcode=0x9B0,
23452  unicodeslot=0x9F1,
23453 },
23454 [0x9F2]={
23455  adobename="rupeemarkbengali",
23456  category="sc",
23457  description="BENGALI RUPEE MARK",
23458  direction="et",
23459  indic="o",
23460  linebreak="po",
23461  unicodeslot=0x9F2,
23462 },
23463 [0x9F3]={
23464  adobename="rupeesignbengali",
23465  category="sc",
23466  description="BENGALI RUPEE SIGN",
23467  direction="et",
23468  indic="o",
23469  linebreak="po",
23470  unicodeslot=0x9F3,
23471 },
23472 [0x9F4]={
23473  adobename="onenumeratorbengali",
23474  category="no",
23475  description="BENGALI CURRENCY NUMERATOR ONE",
23476  direction="l",
23477  indic="o",
23478  linebreak="al",
23479  unicodeslot=0x9F4,
23480 },
23481 [0x9F5]={
23482  adobename="twonumeratorbengali",
23483  category="no",
23484  description="BENGALI CURRENCY NUMERATOR TWO",
23485  direction="l",
23486  indic="o",
23487  linebreak="al",
23488  unicodeslot=0x9F5,
23489 },
23490 [0x9F6]={
23491  adobename="threenumeratorbengali",
23492  category="no",
23493  description="BENGALI CURRENCY NUMERATOR THREE",
23494  direction="l",
23495  indic="o",
23496  linebreak="al",
23497  unicodeslot=0x9F6,
23498 },
23499 [0x9F7]={
23500  adobename="fournumeratorbengali",
23501  category="no",
23502  description="BENGALI CURRENCY NUMERATOR FOUR",
23503  direction="l",
23504  indic="o",
23505  linebreak="al",
23506  unicodeslot=0x9F7,
23507 },
23508 [0x9F8]={
23509  adobename="denominatorminusonenumeratorbengali",
23510  category="no",
23511  description="BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR",
23512  direction="l",
23513  indic="o",
23514  linebreak="al",
23515  unicodeslot=0x9F8,
23516 },
23517 [0x9F9]={
23518  adobename="sixteencurrencydenominatorbengali",
23519  category="no",
23520  description="BENGALI CURRENCY DENOMINATOR SIXTEEN",
23521  direction="l",
23522  indic="o",
23523  linebreak="po",
23524  unicodeslot=0x9F9,
23525 },
23526 [0x9FA]={
23527  adobename="issharbengali",
23528  category="so",
23529  description="BENGALI ISSHAR",
23530  direction="l",
23531  indic="o",
23532  linebreak="al",
23533  unicodeslot=0x9FA,
23534 },
23535 [0x9FB]={
23536  category="sc",
23537  description="BENGALI GANDA MARK",
23538  direction="et",
23539  indic="o",
23540  linebreak="pr",
23541  unicodeslot=0x9FB,
23542 },
23543 [0x9FC]={
23544  category="lo",
23545  description="BENGALI LETTER VEDIC ANUSVARA",
23546  direction="l",
23547  indic="o",
23548  linebreak="al",
23549  unicodeslot=0x9FC,
23550 },
23551 [0x9FD]={
23552  category="po",
23553  description="BENGALI ABBREVIATION SIGN",
23554  direction="l",
23555  indic="o",
23556  linebreak="al",
23557  unicodeslot=0x9FD,
23558 },
23559 [0x9FE]={
23560  category="mn",
23561  combining=0xE6,
23562  description="BENGALI SANDHI MARK",
23563  direction="nsm",
23564  linebreak="cm",
23565  unicodeslot=0x9FE,
23566 },
23567 [0xA01]={
23568  category="mn",
23569  description="GURMUKHI SIGN ADAK BINDI",
23570  direction="nsm",
23571  indic="o",
23572  indicorder="ap",
23573  linebreak="cm",
23574  unicodeslot=0xA01,
23575 },
23576 [0xA02]={
23577  adobename="bindigurmukhi",
23578  category="mn",
23579  description="GURMUKHI SIGN BINDI",
23580  direction="nsm",
23581  indic="o",
23582  indicorder="ap",
23583  linebreak="cm",
23584  unicodeslot=0xA02,
23585 },
23586 [0xA03]={
23587  category="mc",
23588  description="GURMUKHI SIGN VISARGA",
23589  direction="l",
23590  indic="o",
23591  linebreak="cm",
23592  unicodeslot=0xA03,
23593 },
23594 [0xA05]={
23595  adobename="agurmukhi",
23596  category="lo",
23597  description="GURMUKHI LETTER A",
23598  direction="l",
23599  indic="i",
23600  linebreak="al",
23601  unicodeslot=0xA05,
23602 },
23603 [0xA06]={
23604  adobename="aagurmukhi",
23605  category="lo",
23606  description="GURMUKHI LETTER AA",
23607  direction="l",
23608  indic="i",
23609  linebreak="al",
23610  unicodeslot=0xA06,
23611 },
23612 [0xA07]={
23613  adobename="igurmukhi",
23614  category="lo",
23615  description="GURMUKHI LETTER I",
23616  direction="l",
23617  indic="i",
23618  linebreak="al",
23619  unicodeslot=0xA07,
23620 },
23621 [0xA08]={
23622  adobename="iigurmukhi",
23623  category="lo",
23624  description="GURMUKHI LETTER II",
23625  direction="l",
23626  indic="i",
23627  linebreak="al",
23628  unicodeslot=0xA08,
23629 },
23630 [0xA09]={
23631  adobename="ugurmukhi",
23632  category="lo",
23633  description="GURMUKHI LETTER U",
23634  direction="l",
23635  indic="i",
23636  linebreak="al",
23637  unicodeslot=0xA09,
23638 },
23639 [0xA0A]={
23640  adobename="uugurmukhi",
23641  category="lo",
23642  description="GURMUKHI LETTER UU",
23643  direction="l",
23644  indic="i",
23645  linebreak="al",
23646  unicodeslot=0xA0A,
23647 },
23648 [0xA0F]={
23649  adobename="eegurmukhi",
23650  category="lo",
23651  description="GURMUKHI LETTER EE",
23652  direction="l",
23653  indic="i",
23654  linebreak="al",
23655  unicodeslot=0xA0F,
23656 },
23657 [0xA10]={
23658  adobename="aigurmukhi",
23659  category="lo",
23660  description="GURMUKHI LETTER AI",
23661  direction="l",
23662  indic="i",
23663  linebreak="al",
23664  unicodeslot=0xA10,
23665 },
23666 [0xA13]={
23667  adobename="oogurmukhi",
23668  category="lo",
23669  description="GURMUKHI LETTER OO",
23670  direction="l",
23671  indic="i",
23672  linebreak="al",
23673  unicodeslot=0xA13,
23674 },
23675 [0xA14]={
23676  adobename="augurmukhi",
23677  category="lo",
23678  description="GURMUKHI LETTER AU",
23679  direction="l",
23680  indic="i",
23681  linebreak="al",
23682  unicodeslot=0xA14,
23683 },
23684 [0xA15]={
23685  adobename="kagurmukhi",
23686  category="lo",
23687  description="GURMUKHI LETTER KA",
23688  direction="l",
23689  indic="c",
23690  linebreak="al",
23691  unicodeslot=0xA15,
23692 },
23693 [0xA16]={
23694  adobename="khagurmukhi",
23695  category="lo",
23696  description="GURMUKHI LETTER KHA",
23697  direction="l",
23698  indic="c",
23699  linebreak="al",
23700  unicodeslot=0xA16,
23701 },
23702 [0xA17]={
23703  adobename="gagurmukhi",
23704  category="lo",
23705  description="GURMUKHI LETTER GA",
23706  direction="l",
23707  indic="c",
23708  linebreak="al",
23709  unicodeslot=0xA17,
23710 },
23711 [0xA18]={
23712  adobename="ghagurmukhi",
23713  category="lo",
23714  description="GURMUKHI LETTER GHA",
23715  direction="l",
23716  indic="c",
23717  linebreak="al",
23718  unicodeslot=0xA18,
23719 },
23720 [0xA19]={
23721  adobename="ngagurmukhi",
23722  category="lo",
23723  description="GURMUKHI LETTER NGA",
23724  direction="l",
23725  indic="c",
23726  linebreak="al",
23727  unicodeslot=0xA19,
23728 },
23729 [0xA1A]={
23730  adobename="cagurmukhi",
23731  category="lo",
23732  description="GURMUKHI LETTER CA",
23733  direction="l",
23734  indic="c",
23735  linebreak="al",
23736  unicodeslot=0xA1A,
23737 },
23738 [0xA1B]={
23739  adobename="chagurmukhi",
23740  category="lo",
23741  description="GURMUKHI LETTER CHA",
23742  direction="l",
23743  indic="c",
23744  linebreak="al",
23745  unicodeslot=0xA1B,
23746 },
23747 [0xA1C]={
23748  adobename="jagurmukhi",
23749  category="lo",
23750  description="GURMUKHI LETTER JA",
23751  direction="l",
23752  indic="c",
23753  linebreak="al",
23754  unicodeslot=0xA1C,
23755 },
23756 [0xA1D]={
23757  adobename="jhagurmukhi",
23758  category="lo",
23759  description="GURMUKHI LETTER JHA",
23760  direction="l",
23761  indic="c",
23762  linebreak="al",
23763  unicodeslot=0xA1D,
23764 },
23765 [0xA1E]={
23766  adobename="nyagurmukhi",
23767  category="lo",
23768  description="GURMUKHI LETTER NYA",
23769  direction="l",
23770  indic="c",
23771  linebreak="al",
23772  unicodeslot=0xA1E,
23773 },
23774 [0xA1F]={
23775  adobename="ttagurmukhi",
23776  category="lo",
23777  description="GURMUKHI LETTER TTA",
23778  direction="l",
23779  indic="c",
23780  linebreak="al",
23781  unicodeslot=0xA1F,
23782 },
23783 [0xA20]={
23784  adobename="tthagurmukhi",
23785  category="lo",
23786  description="GURMUKHI LETTER TTHA",
23787  direction="l",
23788  indic="c",
23789  linebreak="al",
23790  unicodeslot=0xA20,
23791 },
23792 [0xA21]={
23793  adobename="ddagurmukhi",
23794  category="lo",
23795  description="GURMUKHI LETTER DDA",
23796  direction="l",
23797  indic="c",
23798  linebreak="al",
23799  unicodeslot=0xA21,
23800 },
23801 [0xA22]={
23802  adobename="ddhagurmukhi",
23803  category="lo",
23804  description="GURMUKHI LETTER DDHA",
23805  direction="l",
23806  indic="c",
23807  linebreak="al",
23808  unicodeslot=0xA22,
23809 },
23810 [0xA23]={
23811  adobename="nnagurmukhi",
23812  category="lo",
23813  description="GURMUKHI LETTER NNA",
23814  direction="l",
23815  indic="c",
23816  linebreak="al",
23817  unicodeslot=0xA23,
23818 },
23819 [0xA24]={
23820  adobename="tagurmukhi",
23821  category="lo",
23822  description="GURMUKHI LETTER TA",
23823  direction="l",
23824  indic="c",
23825  linebreak="al",
23826  unicodeslot=0xA24,
23827 },
23828 [0xA25]={
23829  adobename="thagurmukhi",
23830  category="lo",
23831  description="GURMUKHI LETTER THA",
23832  direction="l",
23833  indic="c",
23834  linebreak="al",
23835  unicodeslot=0xA25,
23836 },
23837 [0xA26]={
23838  adobename="dagurmukhi",
23839  category="lo",
23840  description="GURMUKHI LETTER DA",
23841  direction="l",
23842  indic="c",
23843  linebreak="al",
23844  unicodeslot=0xA26,
23845 },
23846 [0xA27]={
23847  adobename="dhagurmukhi",
23848  category="lo",
23849  description="GURMUKHI LETTER DHA",
23850  direction="l",
23851  indic="c",
23852  linebreak="al",
23853  unicodeslot=0xA27,
23854 },
23855 [0xA28]={
23856  adobename="nagurmukhi",
23857  category="lo",
23858  description="GURMUKHI LETTER NA",
23859  direction="l",
23860  indic="c",
23861  linebreak="al",
23862  unicodeslot=0xA28,
23863 },
23864 [0xA2A]={
23865  adobename="pagurmukhi",
23866  category="lo",
23867  description="GURMUKHI LETTER PA",
23868  direction="l",
23869  indic="c",
23870  linebreak="al",
23871  unicodeslot=0xA2A,
23872 },
23873 [0xA2B]={
23874  adobename="phagurmukhi",
23875  category="lo",
23876  description="GURMUKHI LETTER PHA",
23877  direction="l",
23878  indic="c",
23879  linebreak="al",
23880  unicodeslot=0xA2B,
23881 },
23882 [0xA2C]={
23883  adobename="bagurmukhi",
23884  category="lo",
23885  description="GURMUKHI LETTER BA",
23886  direction="l",
23887  indic="c",
23888  linebreak="al",
23889  unicodeslot=0xA2C,
23890 },
23891 [0xA2D]={
23892  adobename="bhagurmukhi",
23893  category="lo",
23894  description="GURMUKHI LETTER BHA",
23895  direction="l",
23896  indic="c",
23897  linebreak="al",
23898  unicodeslot=0xA2D,
23899 },
23900 [0xA2E]={
23901  adobename="magurmukhi",
23902  category="lo",
23903  description="GURMUKHI LETTER MA",
23904  direction="l",
23905  indic="c",
23906  linebreak="al",
23907  unicodeslot=0xA2E,
23908 },
23909 [0xA2F]={
23910  adobename="yagurmukhi",
23911  category="lo",
23912  description="GURMUKHI LETTER YA",
23913  direction="l",
23914  indic="c",
23915  linebreak="al",
23916  unicodeslot=0xA2F,
23917 },
23918 [0xA30]={
23919  adobename="ragurmukhi",
23920  category="lo",
23921  description="GURMUKHI LETTER RA",
23922  direction="l",
23923  indic="c",
23924  indicclass="ra",
23925  indicorder="bs",
23926  linebreak="al",
23927  unicodeslot=0xA30,
23928 },
23929 [0xA32]={
23930  adobename="lagurmukhi",
23931  category="lo",
23932  description="GURMUKHI LETTER LA",
23933  direction="l",
23934  indic="c",
23935  linebreak="al",
23936  unicodeslot=0xA32,
23937 },
23938 [0xA33]={
23939  category="lo",
23940  description="GURMUKHI LETTER LLA",
23941  direction="l",
23942  indic="c",
23943  linebreak="al",
23944  specials={ "char", 0xA32, 0xA3C },
23945  unicodeslot=0xA33,
23946 },
23947 [0xA35]={
23948  adobename="vagurmukhi",
23949  category="lo",
23950  description="GURMUKHI LETTER VA",
23951  direction="l",
23952  indic="c",
23953  linebreak="al",
23954  unicodeslot=0xA35,
23955 },
23956 [0xA36]={
23957  adobename="shagurmukhi",
23958  category="lo",
23959  description="GURMUKHI LETTER SHA",
23960  direction="l",
23961  indic="c",
23962  linebreak="al",
23963  specials={ "char", 0xA38, 0xA3C },
23964  unicodeslot=0xA36,
23965 },
23966 [0xA38]={
23967  adobename="sagurmukhi",
23968  category="lo",
23969  description="GURMUKHI LETTER SA",
23970  direction="l",
23971  indic="c",
23972  linebreak="al",
23973  unicodeslot=0xA38,
23974 },
23975 [0xA39]={
23976  adobename="hagurmukhi",
23977  category="lo",
23978  description="GURMUKHI LETTER HA",
23979  direction="l",
23980  indic="c",
23981  linebreak="al",
23982  unicodeslot=0xA39,
23983 },
23984 [0xA3C]={
23985  adobename="nuktagurmukhi",
23986  category="mn",
23987  combining=0x7,
23988  description="GURMUKHI SIGN NUKTA",
23989  direction="nsm",
23990  indic="o",
23991  indicclass="nukta",
23992  indicmark="b",
23993  linebreak="cm",
23994  unicodeslot=0xA3C,
23995 },
23996 [0xA3E]={
23997  adobename="aamatragurmukhi",
23998  category="mc",
23999  description="GURMUKHI VOWEL SIGN AA",
24000  direction="l",
24001  indic="d",
24002  indicmark="r",
24003  indicorder="ap",
24004  linebreak="cm",
24005  unicodeslot=0xA3E,
24006 },
24007 [0xA3F]={
24008  adobename="imatragurmukhi",
24009  category="mc",
24010  description="GURMUKHI VOWEL SIGN I",
24011  direction="l",
24012  indic="d",
24013  indicmark="l",
24014  indicorder="bh",
24015  linebreak="cm",
24016  unicodeslot=0xA3F,
24017 },
24018 [0xA40]={
24019  adobename="iimatragurmukhi",
24020  category="mc",
24021  description="GURMUKHI VOWEL SIGN II",
24022  direction="l",
24023  indic="d",
24024  indicmark="r",
24025  indicorder="ap",
24026  linebreak="cm",
24027  unicodeslot=0xA40,
24028 },
24029 [0xA41]={
24030  adobename="umatragurmukhi",
24031  category="mn",
24032  description="GURMUKHI VOWEL SIGN U",
24033  direction="nsm",
24034  indic="d",
24035  indicmark="b",
24036  indicorder="ap",
24037  linebreak="cm",
24038  unicodeslot=0xA41,
24039 },
24040 [0xA42]={
24041  adobename="uumatragurmukhi",
24042  category="mn",
24043  description="GURMUKHI VOWEL SIGN UU",
24044  direction="nsm",
24045  indic="d",
24046  indicmark="b",
24047  indicorder="ap",
24048  linebreak="cm",
24049  unicodeslot=0xA42,
24050 },
24051 [0xA47]={
24052  adobename="eematragurmukhi",
24053  category="mn",
24054  description="GURMUKHI VOWEL SIGN EE",
24055  direction="nsm",
24056  indic="d",
24057  indicmark="t",
24058  indicorder="as",
24059  linebreak="cm",
24060  unicodeslot=0xA47,
24061 },
24062 [0xA48]={
24063  adobename="aimatragurmukhi",
24064  category="mn",
24065  description="GURMUKHI VOWEL SIGN AI",
24066  direction="nsm",
24067  indic="d",
24068  indicmark="t",
24069  indicorder="as",
24070  linebreak="cm",
24071  unicodeslot=0xA48,
24072 },
24073 [0xA4B]={
24074  adobename="oomatragurmukhi",
24075  category="mn",
24076  description="GURMUKHI VOWEL SIGN OO",
24077  direction="nsm",
24078  indic="d",
24079  indicmark="t",
24080  indicorder="as",
24081  linebreak="cm",
24082  unicodeslot=0xA4B,
24083 },
24084 [0xA4C]={
24085  adobename="aumatragurmukhi",
24086  category="mn",
24087  description="GURMUKHI VOWEL SIGN AU",
24088  direction="nsm",
24089  indic="d",
24090  indicmark="t",
24091  indicorder="as",
24092  linebreak="cm",
24093  unicodeslot=0xA4C,
24094 },
24095 [0xA4D]={
24096  adobename="halantgurmukhi",
24097  category="mn",
24098  combining=0x9,
24099  description="GURMUKHI SIGN VIRAMA",
24100  direction="nsm",
24101  indic="o",
24102  indicclass="halant",
24103  indicmark="b",
24104  linebreak="cm",
24105  unicodeslot=0xA4D,
24106 },
24107 [0xA51]={
24108  category="mn",
24109  description="GURMUKHI SIGN UDAAT",
24110  direction="nsm",
24111  indic="o",
24112  linebreak="cm",
24113  unicodeslot=0xA51,
24114 },
24115 [0xA59]={
24116  adobename="khhagurmukhi",
24117  category="lo",
24118  description="GURMUKHI LETTER KHHA",
24119  direction="l",
24120  indic="c",
24121  linebreak="al",
24122  specials={ "char", 0xA16, 0xA3C },
24123  unicodeslot=0xA59,
24124 },
24125 [0xA5A]={
24126  adobename="ghhagurmukhi",
24127  category="lo",
24128  description="GURMUKHI LETTER GHHA",
24129  direction="l",
24130  indic="c",
24131  linebreak="al",
24132  specials={ "char", 0xA17, 0xA3C },
24133  unicodeslot=0xA5A,
24134 },
24135 [0xA5B]={
24136  adobename="zagurmukhi",
24137  category="lo",
24138  description="GURMUKHI LETTER ZA",
24139  direction="l",
24140  indic="c",
24141  linebreak="al",
24142  specials={ "char", 0xA1C, 0xA3C },
24143  unicodeslot=0xA5B,
24144 },
24145 [0xA5C]={
24146  adobename="rragurmukhi",
24147  category="lo",
24148  description="GURMUKHI LETTER RRA",
24149  direction="l",
24150  indic="c",
24151  linebreak="al",
24152  unicodeslot=0xA5C,
24153 },
24154 [0xA5E]={
24155  adobename="fagurmukhi",
24156  category="lo",
24157  description="GURMUKHI LETTER FA",
24158  direction="l",
24159  indic="c",
24160  linebreak="al",
24161  specials={ "char", 0xA2B, 0xA3C },
24162  unicodeslot=0xA5E,
24163 },
24164 [0xA66]={
24165  adobename="zerogurmukhi",
24166  category="nd",
24167  description="GURMUKHI DIGIT ZERO",
24168  direction="l",
24169  indic="o",
24170  linebreak="nu",
24171  unicodeslot=0xA66,
24172 },
24173 [0xA67]={
24174  adobename="onegurmukhi",
24175  category="nd",
24176  description="GURMUKHI DIGIT ONE",
24177  direction="l",
24178  indic="o",
24179  linebreak="nu",
24180  unicodeslot=0xA67,
24181 },
24182 [0xA68]={
24183  adobename="twogurmukhi",
24184  category="nd",
24185  description="GURMUKHI DIGIT TWO",
24186  direction="l",
24187  indic="o",
24188  linebreak="nu",
24189  unicodeslot=0xA68,
24190 },
24191 [0xA69]={
24192  adobename="threegurmukhi",
24193  category="nd",
24194  description="GURMUKHI DIGIT THREE",
24195  direction="l",
24196  indic="o",
24197  linebreak="nu",
24198  unicodeslot=0xA69,
24199 },
24200 [0xA6A]={
24201  adobename="fourgurmukhi",
24202  category="nd",
24203  description="GURMUKHI DIGIT FOUR",
24204  direction="l",
24205  indic="o",
24206  linebreak="nu",
24207  unicodeslot=0xA6A,
24208 },
24209 [0xA6B]={
24210  adobename="fivegurmukhi",
24211  category="nd",
24212  description="GURMUKHI DIGIT FIVE",
24213  direction="l",
24214  indic="o",
24215  linebreak="nu",
24216  unicodeslot=0xA6B,
24217 },
24218 [0xA6C]={
24219  adobename="sixgurmukhi",
24220  category="nd",
24221  description="GURMUKHI DIGIT SIX",
24222  direction="l",
24223  indic="o",
24224  linebreak="nu",
24225  unicodeslot=0xA6C,
24226 },
24227 [0xA6D]={
24228  adobename="sevengurmukhi",
24229  category="nd",
24230  description="GURMUKHI DIGIT SEVEN",
24231  direction="l",
24232  indic="o",
24233  linebreak="nu",
24234  unicodeslot=0xA6D,
24235 },
24236 [0xA6E]={
24237  adobename="eightgurmukhi",
24238  category="nd",
24239  description="GURMUKHI DIGIT EIGHT",
24240  direction="l",
24241  indic="o",
24242  linebreak="nu",
24243  unicodeslot=0xA6E,
24244 },
24245 [0xA6F]={
24246  adobename="ninegurmukhi",
24247  category="nd",
24248  description="GURMUKHI DIGIT NINE",
24249  direction="l",
24250  indic="o",
24251  linebreak="nu",
24252  unicodeslot=0xA6F,
24253 },
24254 [0xA70]={
24255  adobename="tippigurmukhi",
24256  category="mn",
24257  description="GURMUKHI TIPPI",
24258  direction="nsm",
24259  indic="o",
24260  indicorder="ap",
24261  linebreak="cm",
24262  unicodeslot=0xA70,
24263 },
24264 [0xA71]={
24265  adobename="addakgurmukhi",
24266  category="mn",
24267  description="GURMUKHI ADDAK",
24268  direction="nsm",
24269  indic="o",
24270  indicorder="ap",
24271  linebreak="cm",
24272  unicodeslot=0xA71,
24273 },
24274 [0xA72]={
24275  adobename="irigurmukhi",
24276  category="lo",
24277  description="GURMUKHI IRI",
24278  direction="l",
24279  indic="o",
24280  linebreak="al",
24281  unicodeslot=0xA72,
24282 },
24283 [0xA73]={
24284  adobename="uragurmukhi",
24285  category="lo",
24286  description="GURMUKHI URA",
24287  direction="l",
24288  indic="o",
24289  linebreak="al",
24290  unicodeslot=0xA73,
24291 },
24292 [0xA74]={
24293  adobename="ekonkargurmukhi",
24294  category="lo",
24295  description="GURMUKHI EK ONKAR",
24296  direction="l",
24297  indic="o",
24298  linebreak="al",
24299  unicodeslot=0xA74,
24300 },
24301 [0xA75]={
24302  category="mn",
24303  description="GURMUKHI SIGN YAKASH",
24304  direction="nsm",
24305  indic="o",
24306  linebreak="cm",
24307  unicodeslot=0xA75,
24308 },
24309 [0xA76]={
24310  category="po",
24311  description="GURMUKHI ABBREVIATION SIGN",
24312  direction="l",
24313  linebreak="al",
24314  unicodeslot=0xA76,
24315 },
24316 [0xA81]={
24317  adobename="candrabindugujarati",
24318  category="mn",
24319  description="GUJARATI SIGN CANDRABINDU",
24320  direction="nsm",
24321  indic="o",
24322  linebreak="cm",
24323  unicodeslot=0xA81,
24324 },
24325 [0xA82]={
24326  adobename="anusvaragujarati",
24327  category="mn",
24328  description="GUJARATI SIGN ANUSVARA",
24329  direction="nsm",
24330  indic="o",
24331  indicmark="t",
24332  linebreak="cm",
24333  unicodeslot=0xA82,
24334 },
24335 [0xA83]={
24336  adobename="visargagujarati",
24337  category="mc",
24338  description="GUJARATI SIGN VISARGA",
24339  direction="l",
24340  indic="o",
24341  linebreak="cm",
24342  unicodeslot=0xA83,
24343 },
24344 [0xA85]={
24345  adobename="agujarati",
24346  category="lo",
24347  description="GUJARATI LETTER A",
24348  direction="l",
24349  indic="i",
24350  linebreak="al",
24351  unicodeslot=0xA85,
24352 },
24353 [0xA86]={
24354  adobename="aagujarati",
24355  category="lo",
24356  description="GUJARATI LETTER AA",
24357  direction="l",
24358  indic="i",
24359  linebreak="al",
24360  unicodeslot=0xA86,
24361 },
24362 [0xA87]={
24363  adobename="igujarati",
24364  category="lo",
24365  description="GUJARATI LETTER I",
24366  direction="l",
24367  indic="i",
24368  linebreak="al",
24369  unicodeslot=0xA87,
24370 },
24371 [0xA88]={
24372  adobename="iigujarati",
24373  category="lo",
24374  description="GUJARATI LETTER II",
24375  direction="l",
24376  indic="i",
24377  linebreak="al",
24378  unicodeslot=0xA88,
24379 },
24380 [0xA89]={
24381  adobename="ugujarati",
24382  category="lo",
24383  description="GUJARATI LETTER U",
24384  direction="l",
24385  indic="i",
24386  linebreak="al",
24387  unicodeslot=0xA89,
24388 },
24389 [0xA8A]={
24390  adobename="uugujarati",
24391  category="lo",
24392  description="GUJARATI LETTER UU",
24393  direction="l",
24394  indic="i",
24395  linebreak="al",
24396  unicodeslot=0xA8A,
24397 },
24398 [0xA8B]={
24399  adobename="rvocalicgujarati",
24400  category="lo",
24401  description="GUJARATI LETTER VOCALIC R",
24402  direction="l",
24403  indic="i",
24404  linebreak="al",
24405  unicodeslot=0xA8B,
24406 },
24407 [0xA8C]={
24408  category="lo",
24409  description="GUJARATI LETTER VOCALIC L",
24410  direction="l",
24411  indic="i",
24412  linebreak="al",
24413  unicodeslot=0xA8C,
24414 },
24415 [0xA8D]={
24416  adobename="ecandragujarati",
24417  category="lo",
24418  description="GUJARATI VOWEL CANDRA E",
24419  direction="l",
24420  indic="i",
24421  linebreak="al",
24422  unicodeslot=0xA8D,
24423 },
24424 [0xA8F]={
24425  adobename="egujarati",
24426  category="lo",
24427  description="GUJARATI LETTER E",
24428  direction="l",
24429  indic="i",
24430  linebreak="al",
24431  unicodeslot=0xA8F,
24432 },
24433 [0xA90]={
24434  adobename="aigujarati",
24435  category="lo",
24436  description="GUJARATI LETTER AI",
24437  direction="l",
24438  indic="i",
24439  linebreak="al",
24440  unicodeslot=0xA90,
24441 },
24442 [0xA91]={
24443  adobename="ocandragujarati",
24444  category="lo",
24445  description="GUJARATI VOWEL CANDRA O",
24446  direction="l",
24447  indic="i",
24448  linebreak="al",
24449  unicodeslot=0xA91,
24450 },
24451 [0xA93]={
24452  adobename="ogujarati",
24453  category="lo",
24454  description="GUJARATI LETTER O",
24455  direction="l",
24456  indic="i",
24457  linebreak="al",
24458  unicodeslot=0xA93,
24459 },
24460 [0xA94]={
24461  adobename="augujarati",
24462  category="lo",
24463  description="GUJARATI LETTER AU",
24464  direction="l",
24465  indic="i",
24466  linebreak="al",
24467  unicodeslot=0xA94,
24468 },
24469 [0xA95]={
24470  adobename="kagujarati",
24471  category="lo",
24472  description="GUJARATI LETTER KA",
24473  direction="l",
24474  indic="c",
24475  linebreak="al",
24476  unicodeslot=0xA95,
24477 },
24478 [0xA96]={
24479  adobename="khagujarati",
24480  category="lo",
24481  description="GUJARATI LETTER KHA",
24482  direction="l",
24483  indic="c",
24484  linebreak="al",
24485  unicodeslot=0xA96,
24486 },
24487 [0xA97]={
24488  adobename="gagujarati",
24489  category="lo",
24490  description="GUJARATI LETTER GA",
24491  direction="l",
24492  indic="c",
24493  linebreak="al",
24494  unicodeslot=0xA97,
24495 },
24496 [0xA98]={
24497  adobename="ghagujarati",
24498  category="lo",
24499  description="GUJARATI LETTER GHA",
24500  direction="l",
24501  indic="c",
24502  linebreak="al",
24503  unicodeslot=0xA98,
24504 },
24505 [0xA99]={
24506  adobename="ngagujarati",
24507  category="lo",
24508  description="GUJARATI LETTER NGA",
24509  direction="l",
24510  indic="c",
24511  linebreak="al",
24512  unicodeslot=0xA99,
24513 },
24514 [0xA9A]={
24515  adobename="cagujarati",
24516  category="lo",
24517  description="GUJARATI LETTER CA",
24518  direction="l",
24519  indic="c",
24520  linebreak="al",
24521  unicodeslot=0xA9A,
24522 },
24523 [0xA9B]={
24524  adobename="chagujarati",
24525  category="lo",
24526  description="GUJARATI LETTER CHA",
24527  direction="l",
24528  indic="c",
24529  linebreak="al",
24530  unicodeslot=0xA9B,
24531 },
24532 [0xA9C]={
24533  adobename="jagujarati",
24534  category="lo",
24535  description="GUJARATI LETTER JA",
24536  direction="l",
24537  indic="c",
24538  linebreak="al",
24539  unicodeslot=0xA9C,
24540 },
24541 [0xA9D]={
24542  adobename="jhagujarati",
24543  category="lo",
24544  description="GUJARATI LETTER JHA",
24545  direction="l",
24546  indic="c",
24547  linebreak="al",
24548  unicodeslot=0xA9D,
24549 },
24550 [0xA9E]={
24551  adobename="nyagujarati",
24552  category="lo",
24553  description="GUJARATI LETTER NYA",
24554  direction="l",
24555  indic="c",
24556  linebreak="al",
24557  unicodeslot=0xA9E,
24558 },
24559 [0xA9F]={
24560  adobename="ttagujarati",
24561  category="lo",
24562  description="GUJARATI LETTER TTA",
24563  direction="l",
24564  indic="c",
24565  linebreak="al",
24566  unicodeslot=0xA9F,
24567 },
24568 [0xAA0]={
24569  adobename="tthagujarati",
24570  category="lo",
24571  description="GUJARATI LETTER TTHA",
24572  direction="l",
24573  indic="c",
24574  linebreak="al",
24575  unicodeslot=0xAA0,
24576 },
24577 [0xAA1]={
24578  adobename="ddagujarati",
24579  category="lo",
24580  description="GUJARATI LETTER DDA",
24581  direction="l",
24582  indic="c",
24583  linebreak="al",
24584  unicodeslot=0xAA1,
24585 },
24586 [0xAA2]={
24587  adobename="ddhagujarati",
24588  category="lo",
24589  description="GUJARATI LETTER DDHA",
24590  direction="l",
24591  indic="c",
24592  linebreak="al",
24593  unicodeslot=0xAA2,
24594 },
24595 [0xAA3]={
24596  adobename="nnagujarati",
24597  category="lo",
24598  description="GUJARATI LETTER NNA",
24599  direction="l",
24600  indic="c",
24601  linebreak="al",
24602  unicodeslot=0xAA3,
24603 },
24604 [0xAA4]={
24605  adobename="tagujarati",
24606  category="lo",
24607  description="GUJARATI LETTER TA",
24608  direction="l",
24609  indic="c",
24610  linebreak="al",
24611  unicodeslot=0xAA4,
24612 },
24613 [0xAA5]={
24614  adobename="thagujarati",
24615  category="lo",
24616  description="GUJARATI LETTER THA",
24617  direction="l",
24618  indic="c",
24619  linebreak="al",
24620  unicodeslot=0xAA5,
24621 },
24622 [0xAA6]={
24623  adobename="dagujarati",
24624  category="lo",
24625  description="GUJARATI LETTER DA",
24626  direction="l",
24627  indic="c",
24628  linebreak="al",
24629  unicodeslot=0xAA6,
24630 },
24631 [0xAA7]={
24632  adobename="dhagujarati",
24633  category="lo",
24634  description="GUJARATI LETTER DHA",
24635  direction="l",
24636  indic="c",
24637  linebreak="al",
24638  unicodeslot=0xAA7,
24639 },
24640 [0xAA8]={
24641  adobename="nagujarati",
24642  category="lo",
24643  description="GUJARATI LETTER NA",
24644  direction="l",
24645  indic="c",
24646  linebreak="al",
24647  unicodeslot=0xAA8,
24648 },
24649 [0xAAA]={
24650  adobename="pagujarati",
24651  category="lo",
24652  description="GUJARATI LETTER PA",
24653  direction="l",
24654  indic="c",
24655  linebreak="al",
24656  unicodeslot=0xAAA,
24657 },
24658 [0xAAB]={
24659  adobename="phagujarati",
24660  category="lo",
24661  description="GUJARATI LETTER PHA",
24662  direction="l",
24663  indic="c",
24664  linebreak="al",
24665  unicodeslot=0xAAB,
24666 },
24667 [0xAAC]={
24668  adobename="bagujarati",
24669  category="lo",
24670  description="GUJARATI LETTER BA",
24671  direction="l",
24672  indic="c",
24673  linebreak="al",
24674  unicodeslot=0xAAC,
24675 },
24676 [0xAAD]={
24677  adobename="bhagujarati",
24678  category="lo",
24679  description="GUJARATI LETTER BHA",
24680  direction="l",
24681  indic="c",
24682  linebreak="al",
24683  unicodeslot=0xAAD,
24684 },
24685 [0xAAE]={
24686  adobename="magujarati",
24687  category="lo",
24688  description="GUJARATI LETTER MA",
24689  direction="l",
24690  indic="c",
24691  linebreak="al",
24692  unicodeslot=0xAAE,
24693 },
24694 [0xAAF]={
24695  adobename="yagujarati",
24696  category="lo",
24697  description="GUJARATI LETTER YA",
24698  direction="l",
24699  indic="c",
24700  indicorder="ap",
24701  linebreak="al",
24702  unicodeslot=0xAAF,
24703 },
24704 [0xAB0]={
24705  adobename="ragujarati",
24706  category="lo",
24707  description="GUJARATI LETTER RA",
24708  direction="l",
24709  indic="c",
24710  indicclass="ra",
24711  indicorder="bp",
24712  linebreak="al",
24713  unicodeslot=0xAB0,
24714 },
24715 [0xAB2]={
24716  adobename="lagujarati",
24717  category="lo",
24718  description="GUJARATI LETTER LA",
24719  direction="l",
24720  indic="c",
24721  linebreak="al",
24722  unicodeslot=0xAB2,
24723 },
24724 [0xAB3]={
24725  adobename="llagujarati",
24726  category="lo",
24727  description="GUJARATI LETTER LLA",
24728  direction="l",
24729  indic="c",
24730  linebreak="al",
24731  unicodeslot=0xAB3,
24732 },
24733 [0xAB5]={
24734  adobename="vagujarati",
24735  category="lo",
24736  description="GUJARATI LETTER VA",
24737  direction="l",
24738  indic="c",
24739  linebreak="al",
24740  unicodeslot=0xAB5,
24741 },
24742 [0xAB6]={
24743  adobename="shagujarati",
24744  category="lo",
24745  description="GUJARATI LETTER SHA",
24746  direction="l",
24747  indic="c",
24748  linebreak="al",
24749  unicodeslot=0xAB6,
24750 },
24751 [0xAB7]={
24752  adobename="ssagujarati",
24753  category="lo",
24754  description="GUJARATI LETTER SSA",
24755  direction="l",
24756  indic="c",
24757  linebreak="al",
24758  unicodeslot=0xAB7,
24759 },
24760 [0xAB8]={
24761  adobename="sagujarati",
24762  category="lo",
24763  description="GUJARATI LETTER SA",
24764  direction="l",
24765  indic="c",
24766  linebreak="al",
24767  unicodeslot=0xAB8,
24768 },
24769 [0xAB9]={
24770  adobename="hagujarati",
24771  category="lo",
24772  description="GUJARATI LETTER HA",
24773  direction="l",
24774  indic="c",
24775  linebreak="al",
24776  unicodeslot=0xAB9,
24777 },
24778 [0xABC]={
24779  adobename="nuktagujarati",
24780  category="mn",
24781  combining=0x7,
24782  description="GUJARATI SIGN NUKTA",
24783  direction="nsm",
24784  indic="o",
24785  indicclass="nukta",
24786  indicmark="b",
24787  linebreak="cm",
24788  unicodeslot=0xABC,
24789 },
24790 [0xABD]={
24791  category="lo",
24792  description="GUJARATI SIGN AVAGRAHA",
24793  direction="l",
24794  indic="o",
24795  linebreak="al",
24796  unicodeslot=0xABD,
24797 },
24798 [0xABE]={
24799  adobename="aavowelsigngujarati",
24800  category="mc",
24801  description="GUJARATI VOWEL SIGN AA",
24802  direction="l",
24803  indic="d",
24804  indicmark="r",
24805  indicorder="ap",
24806  linebreak="cm",
24807  unicodeslot=0xABE,
24808 },
24809 [0xABF]={
24810  adobename="ivowelsigngujarati",
24811  category="mc",
24812  description="GUJARATI VOWEL SIGN I",
24813  direction="l",
24814  indic="d",
24815  indicmark="l",
24816  indicorder="bh",
24817  linebreak="cm",
24818  unicodeslot=0xABF,
24819 },
24820 [0xAC0]={
24821  adobename="iivowelsigngujarati",
24822  category="mc",
24823  description="GUJARATI VOWEL SIGN II",
24824  direction="l",
24825  indic="d",
24826  indicmark="r",
24827  indicorder="ap",
24828  linebreak="cm",
24829  unicodeslot=0xAC0,
24830 },
24831 [0xAC1]={
24832  adobename="uvowelsigngujarati",
24833  category="mn",
24834  description="GUJARATI VOWEL SIGN U",
24835  direction="nsm",
24836  indic="d",
24837  indicmark="b",
24838  indicorder="ap",
24839  linebreak="cm",
24840  unicodeslot=0xAC1,
24841 },
24842 [0xAC2]={
24843  adobename="uuvowelsigngujarati",
24844  category="mn",
24845  description="GUJARATI VOWEL SIGN UU",
24846  direction="nsm",
24847  indic="d",
24848  indicmark="b",
24849  indicorder="ap",
24850  linebreak="cm",
24851  unicodeslot=0xAC2,
24852 },
24853 [0xAC3]={
24854  adobename="rvocalicvowelsigngujarati",
24855  category="mn",
24856  description="GUJARATI VOWEL SIGN VOCALIC R",
24857  direction="nsm",
24858  indic="d",
24859  indicmark="b",
24860  indicorder="ap",
24861  linebreak="cm",
24862  unicodeslot=0xAC3,
24863 },
24864 [0xAC4]={
24865  adobename="rrvocalicvowelsigngujarati",
24866  category="mn",
24867  description="GUJARATI VOWEL SIGN VOCALIC RR",
24868  direction="nsm",
24869  indic="d",
24870  indicmark="b",
24871  indicorder="ap",
24872  linebreak="cm",
24873  unicodeslot=0xAC4,
24874 },
24875 [0xAC5]={
24876  adobename="ecandravowelsigngujarati",
24877  category="mn",
24878  description="GUJARATI VOWEL SIGN CANDRA E",
24879  direction="nsm",
24880  indic="d",
24881  indicmark="t",
24882  indicorder="as",
24883  linebreak="cm",
24884  unicodeslot=0xAC5,
24885 },
24886 [0xAC7]={
24887  adobename="evowelsigngujarati",
24888  category="mn",
24889  description="GUJARATI VOWEL SIGN E",
24890  direction="nsm",
24891  indic="d",
24892  indicmark="t",
24893  indicorder="as",
24894  linebreak="cm",
24895  unicodeslot=0xAC7,
24896 },
24897 [0xAC8]={
24898  adobename="aivowelsigngujarati",
24899  category="mn",
24900  description="GUJARATI VOWEL SIGN AI",
24901  direction="nsm",
24902  indic="d",
24903  indicmark="t",
24904  indicorder="as",
24905  linebreak="cm",
24906  unicodeslot=0xAC8,
24907 },
24908 [0xAC9]={
24909  adobename="ocandravowelsigngujarati",
24910  category="mc",
24911  description="GUJARATI VOWEL SIGN CANDRA O",
24912  direction="l",
24913  indic="d",
24914  indicmark="r",
24915  indicorder="ap",
24916  linebreak="cm",
24917  unicodeslot=0xAC9,
24918 },
24919 [0xACB]={
24920  adobename="ovowelsigngujarati",
24921  category="mc",
24922  description="GUJARATI VOWEL SIGN O",
24923  direction="l",
24924  indic="d",
24925  indicmark="r",
24926  indicorder="ap",
24927  linebreak="cm",
24928  unicodeslot=0xACB,
24929 },
24930 [0xACC]={
24931  adobename="auvowelsigngujarati",
24932  category="mc",
24933  description="GUJARATI VOWEL SIGN AU",
24934  direction="l",
24935  indic="d",
24936  indicmark="r",
24937  indicorder="ap",
24938  linebreak="cm",
24939  unicodeslot=0xACC,
24940 },
24941 [0xACD]={
24942  adobename="viramagujarati",
24943  category="mn",
24944  combining=0x9,
24945  description="GUJARATI SIGN VIRAMA",
24946  direction="nsm",
24947  indic="o",
24948  indicclass="halant",
24949  indicmark="b",
24950  linebreak="cm",
24951  unicodeslot=0xACD,
24952 },
24953 [0xAD0]={
24954  adobename="omgujarati",
24955  category="lo",
24956  description="GUJARATI OM",
24957  direction="l",
24958  indic="o",
24959  linebreak="al",
24960  unicodeslot=0xAD0,
24961 },
24962 [0xAE0]={
24963  adobename="rrvocalicgujarati",
24964  category="lo",
24965  description="GUJARATI LETTER VOCALIC RR",
24966  direction="l",
24967  indic="i",
24968  linebreak="al",
24969  unicodeslot=0xAE0,
24970 },
24971 [0xAE1]={
24972  category="lo",
24973  description="GUJARATI LETTER VOCALIC LL",
24974  direction="l",
24975  indic="i",
24976  linebreak="al",
24977  unicodeslot=0xAE1,
24978 },
24979 [0xAE2]={
24980  category="mn",
24981  description="GUJARATI VOWEL SIGN VOCALIC L",
24982  direction="nsm",
24983  indic="i",
24984  indicorder="ap",
24985  linebreak="cm",
24986  unicodeslot=0xAE2,
24987 },
24988 [0xAE3]={
24989  category="mn",
24990  description="GUJARATI VOWEL SIGN VOCALIC LL",
24991  direction="nsm",
24992  indic="i",
24993  indicorder="ap",
24994  linebreak="cm",
24995  unicodeslot=0xAE3,
24996 },
24997 [0xAE6]={
24998  adobename="zerogujarati",
24999  category="nd",
25000  description="GUJARATI DIGIT ZERO",
25001  direction="l",
25002  indic="o",
25003  linebreak="nu",
25004  unicodeslot=0xAE6,
25005 },
25006 [0xAE7]={
25007  adobename="onegujarati",
25008  category="nd",
25009  description="GUJARATI DIGIT ONE",
25010  direction="l",
25011  indic="o",
25012  linebreak="nu",
25013  unicodeslot=0xAE7,
25014 },
25015 [0xAE8]={
25016  adobename="twogujarati",
25017  category="nd",
25018  description="GUJARATI DIGIT TWO",
25019  direction="l",
25020  indic="o",
25021  linebreak="nu",
25022  unicodeslot=0xAE8,
25023 },
25024 [0xAE9]={
25025  adobename="threegujarati",
25026  category="nd",
25027  description="GUJARATI DIGIT THREE",
25028  direction="l",
25029  indic="o",
25030  linebreak="nu",
25031  unicodeslot=0xAE9,
25032 },
25033 [0xAEA]={
25034  adobename="fourgujarati",
25035  category="nd",
25036  description="GUJARATI DIGIT FOUR",
25037  direction="l",
25038  indic="o",
25039  linebreak="nu",
25040  unicodeslot=0xAEA,
25041 },
25042 [0xAEB]={
25043  adobename="fivegujarati",
25044  category="nd",
25045  description="GUJARATI DIGIT FIVE",
25046  direction="l",
25047  indic="o",
25048  linebreak="nu",
25049  unicodeslot=0xAEB,
25050 },
25051 [0xAEC]={
25052  adobename="sixgujarati",
25053  category="nd",
25054  description="GUJARATI DIGIT SIX",
25055  direction="l",
25056  indic="o",
25057  linebreak="nu",
25058  unicodeslot=0xAEC,
25059 },
25060 [0xAED]={
25061  adobename="sevengujarati",
25062  category="nd",
25063  description="GUJARATI DIGIT SEVEN",
25064  direction="l",
25065  indic="o",
25066  linebreak="nu",
25067  unicodeslot=0xAED,
25068 },
25069 [0xAEE]={
25070  adobename="eightgujarati",
25071  category="nd",
25072  description="GUJARATI DIGIT EIGHT",
25073  direction="l",
25074  indic="o",
25075  linebreak="nu",
25076  unicodeslot=0xAEE,
25077 },
25078 [0xAEF]={
25079  adobename="ninegujarati",
25080  category="nd",
25081  description="GUJARATI DIGIT NINE",
25082  direction="l",
25083  indic="o",
25084  linebreak="nu",
25085  unicodeslot=0xAEF,
25086 },
25087 [0xAF0]={
25088  category="po",
25089  description="GUJARATI ABBREVIATION SIGN",
25090  direction="l",
25091  indic="o",
25092  linebreak="al",
25093  unicodeslot=0xAF0,
25094 },
25095 [0xAF1]={
25096  category="sc",
25097  description="GUJARATI RUPEE SIGN",
25098  direction="et",
25099  indic="o",
25100  linebreak="pr",
25101  unicodeslot=0xAF1,
25102 },
25103 [0xAF9]={
25104  category="lo",
25105  description="GUJARATI LETTER ZHA",
25106  direction="l",
25107  indic="o",
25108  linebreak="al",
25109  unicodeslot=0xAF9,
25110 },
25111 [0xAFA]={
25112  category="mn",
25113  description="GUJARATI SIGN SUKUN",
25114  direction="nsm",
25115  indic="o",
25116  linebreak="cm",
25117  unicodeslot=0xAFA,
25118 },
25119 [0xAFB]={
25120  category="mn",
25121  description="GUJARATI SIGN SHADDA",
25122  direction="nsm",
25123  indic="o",
25124  linebreak="cm",
25125  unicodeslot=0xAFB,
25126 },
25127 [0xAFC]={
25128  category="mn",
25129  description="GUJARATI SIGN MADDAH",
25130  direction="nsm",
25131  indic="o",
25132  linebreak="cm",
25133  unicodeslot=0xAFC,
25134 },
25135 [0xAFD]={
25136  category="mn",
25137  description="GUJARATI SIGN THREE-DOT NUKTA ABOVE",
25138  direction="nsm",
25139  indic="o",
25140  linebreak="cm",
25141  unicodeslot=0xAFD,
25142 },
25143 [0xAFE]={
25144  category="mn",
25145  description="GUJARATI SIGN CIRCLE NUKTA ABOVE",
25146  direction="nsm",
25147  indic="o",
25148  linebreak="cm",
25149  unicodeslot=0xAFE,
25150 },
25151 [0xAFF]={
25152  category="mn",
25153  description="GUJARATI SIGN TWO-CIRCLE NUKTA ABOVE",
25154  direction="nsm",
25155  indic="o",
25156  linebreak="cm",
25157  unicodeslot=0xAFF,
25158 },
25159 [0xB01]={
25160  category="mn",
25161  description="ORIYA SIGN CANDRABINDU",
25162  direction="nsm",
25163  indic="o",
25164  indicorder="bs",
25165  linebreak="cm",
25166  unicodeslot=0xB01,
25167 },
25168 [0xB02]={
25169  category="mc",
25170  description="ORIYA SIGN ANUSVARA",
25171  direction="l",
25172  indic="o",
25173  linebreak="cm",
25174  unicodeslot=0xB02,
25175 },
25176 [0xB03]={
25177  category="mc",
25178  description="ORIYA SIGN VISARGA",
25179  direction="l",
25180  indic="o",
25181  linebreak="cm",
25182  unicodeslot=0xB03,
25183 },
25184 [0xB05]={
25185  category="lo",
25186  description="ORIYA LETTER A",
25187  direction="l",
25188  indic="i",
25189  linebreak="al",
25190  unicodeslot=0xB05,
25191 },
25192 [0xB06]={
25193  category="lo",
25194  description="ORIYA LETTER AA",
25195  direction="l",
25196  indic="i",
25197  linebreak="al",
25198  unicodeslot=0xB06,
25199 },
25200 [0xB07]={
25201  category="lo",
25202  description="ORIYA LETTER I",
25203  direction="l",
25204  indic="i",
25205  linebreak="al",
25206  unicodeslot=0xB07,
25207 },
25208 [0xB08]={
25209  category="lo",
25210  description="ORIYA LETTER II",
25211  direction="l",
25212  indic="i",
25213  linebreak="al",
25214  unicodeslot=0xB08,
25215 },
25216 [0xB09]={
25217  category="lo",
25218  description="ORIYA LETTER U",
25219  direction="l",
25220  indic="i",
25221  linebreak="al",
25222  unicodeslot=0xB09,
25223 },
25224 [0xB0A]={
25225  category="lo",
25226  description="ORIYA LETTER UU",
25227  direction="l",
25228  indic="i",
25229  linebreak="al",
25230  unicodeslot=0xB0A,
25231 },
25232 [0xB0B]={
25233  category="lo",
25234  description="ORIYA LETTER VOCALIC R",
25235  direction="l",
25236  indic="i",
25237  linebreak="al",
25238  unicodeslot=0xB0B,
25239 },
25240 [0xB0C]={
25241  category="lo",
25242  description="ORIYA LETTER VOCALIC L",
25243  direction="l",
25244  indic="i",
25245  linebreak="al",
25246  unicodeslot=0xB0C,
25247 },
25248 [0xB0F]={
25249  category="lo",
25250  description="ORIYA LETTER E",
25251  direction="l",
25252  indic="i",
25253  linebreak="al",
25254  unicodeslot=0xB0F,
25255 },
25256 [0xB10]={
25257  category="lo",
25258  description="ORIYA LETTER AI",
25259  direction="l",
25260  indic="i",
25261  linebreak="al",
25262  unicodeslot=0xB10,
25263 },
25264 [0xB13]={
25265  category="lo",
25266  description="ORIYA LETTER O",
25267  direction="l",
25268  indic="i",
25269  linebreak="al",
25270  unicodeslot=0xB13,
25271 },
25272 [0xB14]={
25273  category="lo",
25274  description="ORIYA LETTER AU",
25275  direction="l",
25276  indic="i",
25277  linebreak="al",
25278  unicodeslot=0xB14,
25279 },
25280 [0xB15]={
25281  category="lo",
25282  description="ORIYA LETTER KA",
25283  direction="l",
25284  indic="c",
25285  linebreak="al",
25286  unicodeslot=0xB15,
25287 },
25288 [0xB16]={
25289  category="lo",
25290  description="ORIYA LETTER KHA",
25291  direction="l",
25292  indic="c",
25293  linebreak="al",
25294  unicodeslot=0xB16,
25295 },
25296 [0xB17]={
25297  category="lo",
25298  description="ORIYA LETTER GA",
25299  direction="l",
25300  indic="c",
25301  linebreak="al",
25302  unicodeslot=0xB17,
25303 },
25304 [0xB18]={
25305  category="lo",
25306  description="ORIYA LETTER GHA",
25307  direction="l",
25308  indic="c",
25309  linebreak="al",
25310  unicodeslot=0xB18,
25311 },
25312 [0xB19]={
25313  category="lo",
25314  description="ORIYA LETTER NGA",
25315  direction="l",
25316  indic="c",
25317  linebreak="al",
25318  unicodeslot=0xB19,
25319 },
25320 [0xB1A]={
25321  category="lo",
25322  description="ORIYA LETTER CA",
25323  direction="l",
25324  indic="c",
25325  linebreak="al",
25326  unicodeslot=0xB1A,
25327 },
25328 [0xB1B]={
25329  category="lo",
25330  description="ORIYA LETTER CHA",
25331  direction="l",
25332  indic="c",
25333  linebreak="al",
25334  unicodeslot=0xB1B,
25335 },
25336 [0xB1C]={
25337  category="lo",
25338  description="ORIYA LETTER JA",
25339  direction="l",
25340  indic="c",
25341  linebreak="al",
25342  unicodeslot=0xB1C,
25343 },
25344 [0xB1D]={
25345  category="lo",
25346  description="ORIYA LETTER JHA",
25347  direction="l",
25348  indic="c",
25349  linebreak="al",
25350  unicodeslot=0xB1D,
25351 },
25352 [0xB1E]={
25353  category="lo",
25354  description="ORIYA LETTER NYA",
25355  direction="l",
25356  indic="c",
25357  linebreak="al",
25358  unicodeslot=0xB1E,
25359 },
25360 [0xB1F]={
25361  category="lo",
25362  description="ORIYA LETTER TTA",
25363  direction="l",
25364  indic="c",
25365  linebreak="al",
25366  unicodeslot=0xB1F,
25367 },
25368 [0xB20]={
25369  category="lo",
25370  description="ORIYA LETTER TTHA",
25371  direction="l",
25372  indic="c",
25373  linebreak="al",
25374  unicodeslot=0xB20,
25375 },
25376 [0xB21]={
25377  category="lo",
25378  description="ORIYA LETTER DDA",
25379  direction="l",
25380  indic="c",
25381  linebreak="al",
25382  unicodeslot=0xB21,
25383 },
25384 [0xB22]={
25385  category="lo",
25386  description="ORIYA LETTER DDHA",
25387  direction="l",
25388  indic="c",
25389  linebreak="al",
25390  unicodeslot=0xB22,
25391 },
25392 [0xB23]={
25393  category="lo",
25394  description="ORIYA LETTER NNA",
25395  direction="l",
25396  indic="c",
25397  linebreak="al",
25398  unicodeslot=0xB23,
25399 },
25400 [0xB24]={
25401  category="lo",
25402  description="ORIYA LETTER TA",
25403  direction="l",
25404  indic="c",
25405  linebreak="al",
25406  unicodeslot=0xB24,
25407 },
25408 [0xB25]={
25409  category="lo",
25410  description="ORIYA LETTER THA",
25411  direction="l",
25412  indic="c",
25413  linebreak="al",
25414  unicodeslot=0xB25,
25415 },
25416 [0xB26]={
25417  category="lo",
25418  description="ORIYA LETTER DA",
25419  direction="l",
25420  indic="c",
25421  linebreak="al",
25422  unicodeslot=0xB26,
25423 },
25424 [0xB27]={
25425  category="lo",
25426  description="ORIYA LETTER DHA",
25427  direction="l",
25428  indic="c",
25429  linebreak="al",
25430  unicodeslot=0xB27,
25431 },
25432 [0xB28]={
25433  category="lo",
25434  description="ORIYA LETTER NA",
25435  direction="l",
25436  indic="c",
25437  linebreak="al",
25438  unicodeslot=0xB28,
25439 },
25440 [0xB2A]={
25441  category="lo",
25442  description="ORIYA LETTER PA",
25443  direction="l",
25444  indic="c",
25445  linebreak="al",
25446  unicodeslot=0xB2A,
25447 },
25448 [0xB2B]={
25449  category="lo",
25450  description="ORIYA LETTER PHA",
25451  direction="l",
25452  indic="c",
25453  linebreak="al",
25454  unicodeslot=0xB2B,
25455 },
25456 [0xB2C]={
25457  category="lo",
25458  description="ORIYA LETTER BA",
25459  direction="l",
25460  indic="c",
25461  linebreak="al",
25462  unicodeslot=0xB2C,
25463 },
25464 [0xB2D]={
25465  category="lo",
25466  description="ORIYA LETTER BHA",
25467  direction="l",
25468  indic="c",
25469  linebreak="al",
25470  unicodeslot=0xB2D,
25471 },
25472 [0xB2E]={
25473  category="lo",
25474  description="ORIYA LETTER MA",
25475  direction="l",
25476  indic="c",
25477  linebreak="al",
25478  unicodeslot=0xB2E,
25479 },
25480 [0xB2F]={
25481  category="lo",
25482  description="ORIYA LETTER YA",
25483  direction="l",
25484  indic="c",
25485  linebreak="al",
25486  unicodeslot=0xB2F,
25487 },
25488 [0xB30]={
25489  category="lo",
25490  description="ORIYA LETTER RA",
25491  direction="l",
25492  indic="c",
25493  indicclass="ra",
25494  indicorder="am",
25495  linebreak="al",
25496  unicodeslot=0xB30,
25497 },
25498 [0xB32]={
25499  category="lo",
25500  description="ORIYA LETTER LA",
25501  direction="l",
25502  indic="c",
25503  linebreak="al",
25504  unicodeslot=0xB32,
25505 },
25506 [0xB33]={
25507  category="lo",
25508  description="ORIYA LETTER LLA",
25509  direction="l",
25510  indic="c",
25511  linebreak="al",
25512  unicodeslot=0xB33,
25513 },
25514 [0xB35]={
25515  category="lo",
25516  description="ORIYA LETTER VA",
25517  direction="l",
25518  indic="c",
25519  linebreak="al",
25520  unicodeslot=0xB35,
25521 },
25522 [0xB36]={
25523  category="lo",
25524  description="ORIYA LETTER SHA",
25525  direction="l",
25526  indic="c",
25527  linebreak="al",
25528  unicodeslot=0xB36,
25529 },
25530 [0xB37]={
25531  category="lo",
25532  description="ORIYA LETTER SSA",
25533  direction="l",
25534  indic="c",
25535  linebreak="al",
25536  unicodeslot=0xB37,
25537 },
25538 [0xB38]={
25539  category="lo",
25540  description="ORIYA LETTER SA",
25541  direction="l",
25542  indic="c",
25543  linebreak="al",
25544  unicodeslot=0xB38,
25545 },
25546 [0xB39]={
25547  category="lo",
25548  description="ORIYA LETTER HA",
25549  direction="l",
25550  indic="c",
25551  linebreak="al",
25552  unicodeslot=0xB39,
25553 },
25554 [0xB3C]={
25555  category="mn",
25556  combining=0x7,
25557  description="ORIYA SIGN NUKTA",
25558  direction="nsm",
25559  indic="o",
25560  indicclass="nukta",
25561  indicmark="b",
25562  linebreak="cm",
25563  unicodeslot=0xB3C,
25564 },
25565 [0xB3D]={
25566  category="lo",
25567  description="ORIYA SIGN AVAGRAHA",
25568  direction="l",
25569  indic="o",
25570  linebreak="al",
25571  unicodeslot=0xB3D,
25572 },
25573 [0xB3E]={
25574  category="mc",
25575  description="ORIYA VOWEL SIGN AA",
25576  direction="l",
25577  indic="d",
25578  indicmark="r",
25579  indicorder="ap",
25580  linebreak="cm",
25581  unicodeslot=0xB3E,
25582 },
25583 [0xB3F]={
25584  category="mn",
25585  description="ORIYA VOWEL SIGN I",
25586  direction="nsm",
25587  indic="d",
25588  indicmark="t",
25589  indicorder="am",
25590  linebreak="cm",
25591  unicodeslot=0xB3F,
25592 },
25593 [0xB40]={
25594  category="mc",
25595  description="ORIYA VOWEL SIGN II",
25596  direction="l",
25597  indic="d",
25598  indicmark="r",
25599  indicorder="ap",
25600  linebreak="cm",
25601  unicodeslot=0xB40,
25602 },
25603 [0xB41]={
25604  category="mn",
25605  description="ORIYA VOWEL SIGN U",
25606  direction="nsm",
25607  indic="d",
25608  indicmark="b",
25609  indicorder="as",
25610  linebreak="cm",
25611  unicodeslot=0xB41,
25612 },
25613 [0xB42]={
25614  category="mn",
25615  description="ORIYA VOWEL SIGN UU",
25616  direction="nsm",
25617  indic="d",
25618  indicmark="b",
25619  indicorder="as",
25620  linebreak="cm",
25621  unicodeslot=0xB42,
25622 },
25623 [0xB43]={
25624  category="mn",
25625  description="ORIYA VOWEL SIGN VOCALIC R",
25626  direction="nsm",
25627  indic="d",
25628  indicmark="b",
25629  indicorder="as",
25630  linebreak="cm",
25631  unicodeslot=0xB43,
25632 },
25633 [0xB44]={
25634  category="mn",
25635  description="ORIYA VOWEL SIGN VOCALIC RR",
25636  direction="nsm",
25637  indic="d",
25638  indicmark="b",
25639  linebreak="cm",
25640  unicodeslot=0xB44,
25641 },
25642 [0xB47]={
25643  category="mc",
25644  description="ORIYA VOWEL SIGN E",
25645  direction="l",
25646  indic="d",
25647  indicmark="l",
25648  indicorder="bh",
25649  linebreak="cm",
25650  unicodeslot=0xB47,
25651 },
25652 [0xB48]={
25653  category="mc",
25654  description="ORIYA VOWEL SIGN AI",
25655  direction="l",
25656  indic="d",
25657  indicmark="s",
25658  linebreak="cm",
25659  specials={ "char", 0xB47, 0xB56 },
25660  unicodeslot=0xB48,
25661 },
25662 [0xB4B]={
25663  category="mc",
25664  description="ORIYA VOWEL SIGN O",
25665  direction="l",
25666  indic="d",
25667  indicmark="s",
25668  linebreak="cm",
25669  specials={ "char", 0xB47, 0xB3E },
25670  unicodeslot=0xB4B,
25671 },
25672 [0xB4C]={
25673  category="mc",
25674  description="ORIYA VOWEL SIGN AU",
25675  direction="l",
25676  indic="d",
25677  indicmark="s",
25678  linebreak="cm",
25679  specials={ "char", 0xB47, 0xB57 },
25680  unicodeslot=0xB4C,
25681 },
25682 [0xB4D]={
25683  category="mn",
25684  combining=0x9,
25685  description="ORIYA SIGN VIRAMA",
25686  direction="nsm",
25687  indic="o",
25688  indicclass="halant",
25689  indicmark="b",
25690  linebreak="cm",
25691  unicodeslot=0xB4D,
25692 },
25693 [0xB55]={
25694  category="mn",
25695  comment="todo: indic check",
25696  description="ORIYA SIGN OVERLINE",
25697  direction="nsm",
25698  linebreak="cm",
25699  unicodeslot=0xB55,
25700 },
25701 [0xB56]={
25702  category="mn",
25703  description="ORIYA AI LENGTH MARK",
25704  direction="nsm",
25705  indic="o",
25706  indicorder="am",
25707  linebreak="cm",
25708  unicodeslot=0xB56,
25709 },
25710 [0xB57]={
25711  category="mc",
25712  description="ORIYA AU LENGTH MARK",
25713  direction="l",
25714  indic="o",
25715  indicorder="ap",
25716  linebreak="cm",
25717  unicodeslot=0xB57,
25718 },
25719 [0xB5C]={
25720  category="lo",
25721  description="ORIYA LETTER RRA",
25722  direction="l",
25723  indic="c",
25724  linebreak="al",
25725  specials={ "char", 0xB21, 0xB3C },
25726  unicodeslot=0xB5C,
25727 },
25728 [0xB5D]={
25729  category="lo",
25730  description="ORIYA LETTER RHA",
25731  direction="l",
25732  indic="c",
25733  linebreak="al",
25734  specials={ "char", 0xB22, 0xB3C },
25735  unicodeslot=0xB5D,
25736 },
25737 [0xB5F]={
25738  category="lo",
25739  description="ORIYA LETTER YYA",
25740  direction="l",
25741  indic="o",
25742  linebreak="al",
25743  unicodeslot=0xB5F,
25744 },
25745 [0xB60]={
25746  category="lo",
25747  description="ORIYA LETTER VOCALIC RR",
25748  direction="l",
25749  indic="i",
25750  linebreak="al",
25751  unicodeslot=0xB60,
25752 },
25753 [0xB61]={
25754  category="lo",
25755  description="ORIYA LETTER VOCALIC LL",
25756  direction="l",
25757  indic="i",
25758  linebreak="al",
25759  unicodeslot=0xB61,
25760 },
25761 [0xB62]={
25762  category="mn",
25763  description="ORIYA VOWEL SIGN VOCALIC L",
25764  direction="nsm",
25765  indic="d",
25766  indicmark="b",
25767  linebreak="cm",
25768  unicodeslot=0xB62,
25769 },
25770 [0xB63]={
25771  category="mn",
25772  description="ORIYA VOWEL SIGN VOCALIC LL",
25773  direction="nsm",
25774  indic="d",
25775  indicmark="b",
25776  linebreak="cm",
25777  unicodeslot=0xB63,
25778 },
25779 [0xB66]={
25780  category="nd",
25781  description="ORIYA DIGIT ZERO",
25782  direction="l",
25783  indic="o",
25784  linebreak="nu",
25785  unicodeslot=0xB66,
25786 },
25787 [0xB67]={
25788  category="nd",
25789  description="ORIYA DIGIT ONE",
25790  direction="l",
25791  indic="o",
25792  linebreak="nu",
25793  unicodeslot=0xB67,
25794 },
25795 [0xB68]={
25796  category="nd",
25797  description="ORIYA DIGIT TWO",
25798  direction="l",
25799  indic="o",
25800  linebreak="nu",
25801  unicodeslot=0xB68,
25802 },
25803 [0xB69]={
25804  category="nd",
25805  description="ORIYA DIGIT THREE",
25806  direction="l",
25807  indic="o",
25808  linebreak="nu",
25809  unicodeslot=0xB69,
25810 },
25811 [0xB6A]={
25812  category="nd",
25813  description="ORIYA DIGIT FOUR",
25814  direction="l",
25815  indic="o",
25816  linebreak="nu",
25817  unicodeslot=0xB6A,
25818 },
25819 [0xB6B]={
25820  category="nd",
25821  description="ORIYA DIGIT FIVE",
25822  direction="l",
25823  indic="o",
25824  linebreak="nu",
25825  unicodeslot=0xB6B,
25826 },
25827 [0xB6C]={
25828  category="nd",
25829  description="ORIYA DIGIT SIX",
25830  direction="l",
25831  indic="o",
25832  linebreak="nu",
25833  unicodeslot=0xB6C,
25834 },
25835 [0xB6D]={
25836  category="nd",
25837  description="ORIYA DIGIT SEVEN",
25838  direction="l",
25839  indic="o",
25840  linebreak="nu",
25841  unicodeslot=0xB6D,
25842 },
25843 [0xB6E]={
25844  category="nd",
25845  description="ORIYA DIGIT EIGHT",
25846  direction="l",
25847  indic="o",
25848  linebreak="nu",
25849  unicodeslot=0xB6E,
25850 },
25851 [0xB6F]={
25852  category="nd",
25853  description="ORIYA DIGIT NINE",
25854  direction="l",
25855  indic="o",
25856  linebreak="nu",
25857  unicodeslot=0xB6F,
25858 },
25859 [0xB70]={
25860  category="so",
25861  description="ORIYA ISSHAR",
25862  direction="l",
25863  indic="o",
25864  linebreak="al",
25865  unicodeslot=0xB70,
25866 },
25867 [0xB71]={
25868  category="lo",
25869  description="ORIYA LETTER WA",
25870  direction="l",
25871  indic="c",
25872  linebreak="al",
25873  unicodeslot=0xB71,
25874 },
25875 [0xB72]={
25876  category="no",
25877  description="ORIYA FRACTION ONE QUARTER",
25878  direction="l",
25879  indic="o",
25880  linebreak="al",
25881  unicodeslot=0xB72,
25882 },
25883 [0xB73]={
25884  category="no",
25885  description="ORIYA FRACTION ONE HALF",
25886  direction="l",
25887  indic="o",
25888  linebreak="al",
25889  unicodeslot=0xB73,
25890 },
25891 [0xB74]={
25892  category="no",
25893  description="ORIYA FRACTION THREE QUARTERS",
25894  direction="l",
25895  indic="o",
25896  linebreak="al",
25897  unicodeslot=0xB74,
25898 },
25899 [0xB75]={
25900  category="no",
25901  description="ORIYA FRACTION ONE SIXTEENTH",
25902  direction="l",
25903  indic="o",
25904  linebreak="al",
25905  unicodeslot=0xB75,
25906 },
25907 [0xB76]={
25908  category="no",
25909  description="ORIYA FRACTION ONE EIGHTH",
25910  direction="l",
25911  indic="o",
25912  linebreak="al",
25913  unicodeslot=0xB76,
25914 },
25915 [0xB77]={
25916  category="no",
25917  description="ORIYA FRACTION THREE SIXTEENTHS",
25918  direction="l",
25919  indic="o",
25920  linebreak="al",
25921  unicodeslot=0xB77,
25922 },
25923 [0xB82]={
25924  category="mn",
25925  description="TAMIL SIGN ANUSVARA",
25926  direction="nsm",
25927  indic="o",
25928  linebreak="cm",
25929  unicodeslot=0xB82,
25930 },
25931 [0xB83]={
25932  category="lo",
25933  description="TAMIL SIGN VISARGA",
25934  direction="l",
25935  indic="o",
25936  linebreak="al",
25937  synonyms={ "tamil aytham" },
25938  unicodeslot=0xB83,
25939 },
25940 [0xB85]={
25941  category="lo",
25942  description="TAMIL LETTER A",
25943  direction="l",
25944  indic="i",
25945  linebreak="al",
25946  unicodeslot=0xB85,
25947 },
25948 [0xB86]={
25949  category="lo",
25950  description="TAMIL LETTER AA",
25951  direction="l",
25952  indic="i",
25953  linebreak="al",
25954  unicodeslot=0xB86,
25955 },
25956 [0xB87]={
25957  category="lo",
25958  description="TAMIL LETTER I",
25959  direction="l",
25960  indic="i",
25961  linebreak="al",
25962  unicodeslot=0xB87,
25963 },
25964 [0xB88]={
25965  category="lo",
25966  description="TAMIL LETTER II",
25967  direction="l",
25968  indic="i",
25969  linebreak="al",
25970  unicodeslot=0xB88,
25971 },
25972 [0xB89]={
25973  category="lo",
25974  description="TAMIL LETTER U",
25975  direction="l",
25976  indic="i",
25977  linebreak="al",
25978  unicodeslot=0xB89,
25979 },
25980 [0xB8A]={
25981  category="lo",
25982  description="TAMIL LETTER UU",
25983  direction="l",
25984  indic="i",
25985  linebreak="al",
25986  unicodeslot=0xB8A,
25987 },
25988 [0xB8E]={
25989  category="lo",
25990  description="TAMIL LETTER E",
25991  direction="l",
25992  indic="i",
25993  linebreak="al",
25994  unicodeslot=0xB8E,
25995 },
25996 [0xB8F]={
25997  category="lo",
25998  description="TAMIL LETTER EE",
25999  direction="l",
26000  indic="i",
26001  linebreak="al",
26002  unicodeslot=0xB8F,
26003 },
26004 [0xB90]={
26005  category="lo",
26006  description="TAMIL LETTER AI",
26007  direction="l",
26008  indic="i",
26009  linebreak="al",
26010  unicodeslot=0xB90,
26011 },
26012 [0xB92]={
26013  category="lo",
26014  description="TAMIL LETTER O",
26015  direction="l",
26016  indic="i",
26017  linebreak="al",
26018  unicodeslot=0xB92,
26019 },
26020 [0xB93]={
26021  category="lo",
26022  description="TAMIL LETTER OO",
26023  direction="l",
26024  indic="i",
26025  linebreak="al",
26026  unicodeslot=0xB93,
26027 },
26028 [0xB94]={
26029  category="lo",
26030  description="TAMIL LETTER AU",
26031  direction="l",
26032  indic="i",
26033  linebreak="al",
26034  specials={ "char", 0xB92, 0xBD7 },
26035  unicodeslot=0xB94,
26036 },
26037 [0xB95]={
26038  category="lo",
26039  description="TAMIL LETTER KA",
26040  direction="l",
26041  indic="c",
26042  linebreak="al",
26043  unicodeslot=0xB95,
26044 },
26045 [0xB99]={
26046  category="lo",
26047  description="TAMIL LETTER NGA",
26048  direction="l",
26049  indic="c",
26050  linebreak="al",
26051  unicodeslot=0xB99,
26052 },
26053 [0xB9A]={
26054  category="lo",
26055  description="TAMIL LETTER CA",
26056  direction="l",
26057  indic="c",
26058  linebreak="al",
26059  unicodeslot=0xB9A,
26060 },
26061 [0xB9C]={
26062  category="lo",
26063  description="TAMIL LETTER JA",
26064  direction="l",
26065  indic="c",
26066  linebreak="al",
26067  unicodeslot=0xB9C,
26068 },
26069 [0xB9E]={
26070  category="lo",
26071  description="TAMIL LETTER NYA",
26072  direction="l",
26073  indic="c",
26074  linebreak="al",
26075  unicodeslot=0xB9E,
26076 },
26077 [0xB9F]={
26078  category="lo",
26079  description="TAMIL LETTER TTA",
26080  direction="l",
26081  indic="c",
26082  linebreak="al",
26083  unicodeslot=0xB9F,
26084 },
26085 [0xBA3]={
26086  category="lo",
26087  description="TAMIL LETTER NNA",
26088  direction="l",
26089  indic="c",
26090  linebreak="al",
26091  unicodeslot=0xBA3,
26092 },
26093 [0xBA4]={
26094  category="lo",
26095  description="TAMIL LETTER TA",
26096  direction="l",
26097  indic="c",
26098  linebreak="al",
26099  unicodeslot=0xBA4,
26100 },
26101 [0xBA8]={
26102  category="lo",
26103  description="TAMIL LETTER NA",
26104  direction="l",
26105  indic="c",
26106  linebreak="al",
26107  unicodeslot=0xBA8,
26108 },
26109 [0xBA9]={
26110  category="lo",
26111  description="TAMIL LETTER NNNA",
26112  direction="l",
26113  indic="c",
26114  linebreak="al",
26115  unicodeslot=0xBA9,
26116 },
26117 [0xBAA]={
26118  category="lo",
26119  description="TAMIL LETTER PA",
26120  direction="l",
26121  indic="c",
26122  linebreak="al",
26123  unicodeslot=0xBAA,
26124 },
26125 [0xBAE]={
26126  category="lo",
26127  description="TAMIL LETTER MA",
26128  direction="l",
26129  indic="c",
26130  linebreak="al",
26131  unicodeslot=0xBAE,
26132 },
26133 [0xBAF]={
26134  category="lo",
26135  description="TAMIL LETTER YA",
26136  direction="l",
26137  indic="c",
26138  linebreak="al",
26139  unicodeslot=0xBAF,
26140 },
26141 [0xBB0]={
26142  category="lo",
26143  description="TAMIL LETTER RA",
26144  direction="l",
26145  indic="c",
26146  indicclass="ra",
26147  indicorder="ap",
26148  linebreak="al",
26149  unicodeslot=0xBB0,
26150 },
26151 [0xBB1]={
26152  category="lo",
26153  description="TAMIL LETTER RRA",
26154  direction="l",
26155  indic="c",
26156  linebreak="al",
26157  unicodeslot=0xBB1,
26158 },
26159 [0xBB2]={
26160  category="lo",
26161  description="TAMIL LETTER LA",
26162  direction="l",
26163  indic="c",
26164  linebreak="al",
26165  unicodeslot=0xBB2,
26166 },
26167 [0xBB3]={
26168  category="lo",
26169  description="TAMIL LETTER LLA",
26170  direction="l",
26171  indic="c",
26172  linebreak="al",
26173  unicodeslot=0xBB3,
26174 },
26175 [0xBB4]={
26176  category="lo",
26177  description="TAMIL LETTER LLLA",
26178  direction="l",
26179  indic="c",
26180  linebreak="al",
26181  unicodeslot=0xBB4,
26182 },
26183 [0xBB5]={
26184  category="lo",
26185  description="TAMIL LETTER VA",
26186  direction="l",
26187  indic="c",
26188  linebreak="al",
26189  unicodeslot=0xBB5,
26190 },
26191 [0xBB6]={
26192  category="lo",
26193  description="TAMIL LETTER SHA",
26194  direction="l",
26195  indic="c",
26196  linebreak="al",
26197  unicodeslot=0xBB6,
26198 },
26199 [0xBB7]={
26200  category="lo",
26201  description="TAMIL LETTER SSA",
26202  direction="l",
26203  indic="c",
26204  linebreak="al",
26205  unicodeslot=0xBB7,
26206 },
26207 [0xBB8]={
26208  category="lo",
26209  description="TAMIL LETTER SA",
26210  direction="l",
26211  indic="c",
26212  linebreak="al",
26213  unicodeslot=0xBB8,
26214 },
26215 [0xBB9]={
26216  category="lo",
26217  description="TAMIL LETTER HA",
26218  direction="l",
26219  indic="c",
26220  linebreak="al",
26221  unicodeslot=0xBB9,
26222 },
26223 [0xBBE]={
26224  category="mc",
26225  description="TAMIL VOWEL SIGN AA",
26226  direction="l",
26227  indic="d",
26228  indicmark="r",
26229  indicorder="ap",
26230  linebreak="cm",
26231  unicodeslot=0xBBE,
26232 },
26233 [0xBBF]={
26234  category="mc",
26235  description="TAMIL VOWEL SIGN I",
26236  direction="l",
26237  indic="d",
26238  indicmark="r",
26239  indicorder="ap",
26240  linebreak="cm",
26241  unicodeslot=0xBBF,
26242 },
26243 [0xBC0]={
26244  category="mn",
26245  description="TAMIL VOWEL SIGN II",
26246  direction="nsm",
26247  indic="d",
26248  indicmark="t",
26249  indicorder="as",
26250  linebreak="cm",
26251  unicodeslot=0xBC0,
26252 },
26253 [0xBC1]={
26254  category="mc",
26255  description="TAMIL VOWEL SIGN U",
26256  direction="l",
26257  indic="d",
26258  indicmark="b",
26259  indicorder="ap",
26260  linebreak="cm",
26261  unicodeslot=0xBC1,
26262 },
26263 [0xBC2]={
26264  category="mc",
26265  description="TAMIL VOWEL SIGN UU",
26266  direction="l",
26267  indic="d",
26268  indicmark="b",
26269  indicorder="ap",
26270  linebreak="cm",
26271  unicodeslot=0xBC2,
26272 },
26273 [0xBC6]={
26274  category="mc",
26275  description="TAMIL VOWEL SIGN E",
26276  direction="l",
26277  indic="d",
26278  indicmark="l",
26279  indicorder="bm",
26280  linebreak="cm",
26281  unicodeslot=0xBC6,
26282 },
26283 [0xBC7]={
26284  category="mc",
26285  description="TAMIL VOWEL SIGN EE",
26286  direction="l",
26287  indic="d",
26288  indicmark="l",
26289  indicorder="bm",
26290  linebreak="cm",
26291  unicodeslot=0xBC7,
26292 },
26293 [0xBC8]={
26294  category="mc",
26295  description="TAMIL VOWEL SIGN AI",
26296  direction="l",
26297  indic="d",
26298  indicmark="l",
26299  indicorder="bm",
26300  linebreak="cm",
26301  unicodeslot=0xBC8,
26302 },
26303 [0xBCA]={
26304  category="mc",
26305  description="TAMIL VOWEL SIGN O",
26306  direction="l",
26307  indic="d",
26308  indicmark="s",
26309  linebreak="cm",
26310  specials={ "char", 0xBC6, 0xBBE },
26311  unicodeslot=0xBCA,
26312 },
26313 [0xBCB]={
26314  category="mc",
26315  description="TAMIL VOWEL SIGN OO",
26316  direction="l",
26317  indic="d",
26318  indicmark="s",
26319  linebreak="cm",
26320  specials={ "char", 0xBC7, 0xBBE },
26321  unicodeslot=0xBCB,
26322 },
26323 [0xBCC]={
26324  category="mc",
26325  description="TAMIL VOWEL SIGN AU",
26326  direction="l",
26327  indic="d",
26328  indicmark="s",
26329  linebreak="cm",
26330  specials={ "char", 0xBC6, 0xBD7 },
26331  unicodeslot=0xBCC,
26332 },
26333 [0xBCD]={
26334  category="mn",
26335  combining=0x9,
26336  description="TAMIL SIGN VIRAMA",
26337  direction="nsm",
26338  indic="o",
26339  indicclass="halant",
26340  indicmark="t",
26341  linebreak="cm",
26342  unicodeslot=0xBCD,
26343 },
26344 [0xBD0]={
26345  category="lo",
26346  description="TAMIL OM",
26347  direction="l",
26348  indic="o",
26349  linebreak="al",
26350  unicodeslot=0xBD0,
26351 },
26352 [0xBD7]={
26353  category="mc",
26354  description="TAMIL AU LENGTH MARK",
26355  direction="l",
26356  indic="o",
26357  indicorder="ap",
26358  linebreak="cm",
26359  unicodeslot=0xBD7,
26360 },
26361 [0xBE6]={
26362  category="nd",
26363  description="TAMIL DIGIT ZERO",
26364  direction="l",
26365  indic="o",
26366  linebreak="nu",
26367  unicodeslot=0xBE6,
26368 },
26369 [0xBE7]={
26370  category="nd",
26371  description="TAMIL DIGIT ONE",
26372  direction="l",
26373  indic="o",
26374  linebreak="nu",
26375  unicodeslot=0xBE7,
26376 },
26377 [0xBE8]={
26378  category="nd",
26379  description="TAMIL DIGIT TWO",
26380  direction="l",
26381  indic="o",
26382  linebreak="nu",
26383  unicodeslot=0xBE8,
26384 },
26385 [0xBE9]={
26386  category="nd",
26387  description="TAMIL DIGIT THREE",
26388  direction="l",
26389  indic="o",
26390  linebreak="nu",
26391  unicodeslot=0xBE9,
26392 },
26393 [0xBEA]={
26394  category="nd",
26395  description="TAMIL DIGIT FOUR",
26396  direction="l",
26397  indic="o",
26398  linebreak="nu",
26399  unicodeslot=0xBEA,
26400 },
26401 [0xBEB]={
26402  category="nd",
26403  description="TAMIL DIGIT FIVE",
26404  direction="l",
26405  indic="o",
26406  linebreak="nu",
26407  unicodeslot=0xBEB,
26408 },
26409 [0xBEC]={
26410  category="nd",
26411  description="TAMIL DIGIT SIX",
26412  direction="l",
26413  indic="o",
26414  linebreak="nu",
26415  unicodeslot=0xBEC,
26416 },
26417 [0xBED]={
26418  category="nd",
26419  description="TAMIL DIGIT SEVEN",
26420  direction="l",
26421  indic="o",
26422  linebreak="nu",
26423  unicodeslot=0xBED,
26424 },
26425 [0xBEE]={
26426  category="nd",
26427  description="TAMIL DIGIT EIGHT",
26428  direction="l",
26429  indic="o",
26430  linebreak="nu",
26431  unicodeslot=0xBEE,
26432 },
26433 [0xBEF]={
26434  category="nd",
26435  description="TAMIL DIGIT NINE",
26436  direction="l",
26437  indic="o",
26438  linebreak="nu",
26439  unicodeslot=0xBEF,
26440 },
26441 [0xBF0]={
26442  category="no",
26443  description="TAMIL NUMBER TEN",
26444  direction="l",
26445  indic="o",
26446  linebreak="al",
26447  unicodeslot=0xBF0,
26448 },
26449 [0xBF1]={
26450  category="no",
26451  description="TAMIL NUMBER ONE HUNDRED",
26452  direction="l",
26453  indic="o",
26454  linebreak="al",
26455  unicodeslot=0xBF1,
26456 },
26457 [0xBF2]={
26458  category="no",
26459  description="TAMIL NUMBER ONE THOUSAND",
26460  direction="l",
26461  indic="o",
26462  linebreak="al",
26463  unicodeslot=0xBF2,
26464 },
26465 [0xBF3]={
26466  category="so",
26467  description="TAMIL DAY SIGN",
26468  direction="on",
26469  indic="o",
26470  linebreak="al",
26471  synonyms={ "tamil naal" },
26472  unicodeslot=0xBF3,
26473 },
26474 [0xBF4]={
26475  category="so",
26476  description="TAMIL MONTH SIGN",
26477  direction="on",
26478  indic="o",
26479  linebreak="al",
26480  synonyms={ "tamil maatham" },
26481  unicodeslot=0xBF4,
26482 },
26483 [0xBF5]={
26484  category="so",
26485  description="TAMIL YEAR SIGN",
26486  direction="on",
26487  indic="o",
26488  linebreak="al",
26489  synonyms={ "tamil varudam" },
26490  unicodeslot=0xBF5,
26491 },
26492 [0xBF6]={
26493  category="so",
26494  description="TAMIL DEBIT SIGN",
26495  direction="on",
26496  indic="o",
26497  linebreak="al",
26498  synonyms={ "tamil patru" },
26499  unicodeslot=0xBF6,
26500 },
26501 [0xBF7]={
26502  category="so",
26503  description="TAMIL CREDIT SIGN",
26504  direction="on",
26505  indic="o",
26506  linebreak="al",
26507  synonyms={ "tamil varavu" },
26508  unicodeslot=0xBF7,
26509 },
26510 [0xBF8]={
26511  category="so",
26512  description="TAMIL AS ABOVE SIGN",
26513  direction="on",
26514  indic="o",
26515  linebreak="al",
26516  synonyms={ "tamil merpadi" },
26517  unicodeslot=0xBF8,
26518 },
26519 [0xBF9]={
26520  category="sc",
26521  description="TAMIL RUPEE SIGN",
26522  direction="et",
26523  indic="o",
26524  linebreak="pr",
26525  synonyms={ "tamil rupai" },
26526  unicodeslot=0xBF9,
26527 },
26528 [0xBFA]={
26529  category="so",
26530  description="TAMIL NUMBER SIGN",
26531  direction="on",
26532  indic="o",
26533  linebreak="al",
26534  synonyms={ "tamil enn" },
26535  unicodeslot=0xBFA,
26536 },
26537 [0xC00]={
26538  category="mn",
26539  description="TELUGU SIGN COMBINING CANDRABINDU ABOVE",
26540  direction="nsm",
26541  indic="o",
26542  linebreak="cm",
26543  unicodeslot=0xC00,
26544 },
26545 [0xC01]={
26546  category="mc",
26547  description="TELUGU SIGN CANDRABINDU",
26548  direction="l",
26549  indic="o",
26550  linebreak="cm",
26551  unicodeslot=0xC01,
26552 },
26553 [0xC02]={
26554  category="mc",
26555  description="TELUGU SIGN ANUSVARA",
26556  direction="l",
26557  indic="o",
26558  linebreak="cm",
26559  synonyms={ "telugu sunna" },
26560  unicodeslot=0xC02,
26561 },
26562 [0xC03]={
26563  category="mc",
26564  description="TELUGU SIGN VISARGA",
26565  direction="l",
26566  indic="o",
26567  linebreak="cm",
26568  unicodeslot=0xC03,
26569 },
26570 [0xC04]={
26571  category="mn",
26572  description="TELUGU SIGN COMBINING ANUSVARA ABOVE",
26573  direction="nsm",
26574  linebreak="cm",
26575  unicodeslot=0xC04,
26576 },
26577 [0xC05]={
26578  category="lo",
26579  description="TELUGU LETTER A",
26580  direction="l",
26581  indic="i",
26582  linebreak="al",
26583  unicodeslot=0xC05,
26584 },
26585 [0xC06]={
26586  category="lo",
26587  description="TELUGU LETTER AA",
26588  direction="l",
26589  indic="i",
26590  linebreak="al",
26591  unicodeslot=0xC06,
26592 },
26593 [0xC07]={
26594  category="lo",
26595  description="TELUGU LETTER I",
26596  direction="l",
26597  indic="i",
26598  linebreak="al",
26599  unicodeslot=0xC07,
26600 },
26601 [0xC08]={
26602  category="lo",
26603  description="TELUGU LETTER II",
26604  direction="l",
26605  indic="i",
26606  linebreak="al",
26607  unicodeslot=0xC08,
26608 },
26609 [0xC09]={
26610  category="lo",
26611  description="TELUGU LETTER U",
26612  direction="l",
26613  indic="i",
26614  linebreak="al",
26615  unicodeslot=0xC09,
26616 },
26617 [0xC0A]={
26618  category="lo",
26619  description="TELUGU LETTER UU",
26620  direction="l",
26621  indic="i",
26622  linebreak="al",
26623  unicodeslot=0xC0A,
26624 },
26625 [0xC0B]={
26626  category="lo",
26627  description="TELUGU LETTER VOCALIC R",
26628  direction="l",
26629  indic="i",
26630  linebreak="al",
26631  unicodeslot=0xC0B,
26632 },
26633 [0xC0C]={
26634  category="lo",
26635  description="TELUGU LETTER VOCALIC L",
26636  direction="l",
26637  indic="i",
26638  linebreak="al",
26639  unicodeslot=0xC0C,
26640 },
26641 [0xC0E]={
26642  category="lo",
26643  description="TELUGU LETTER E",
26644  direction="l",
26645  indic="i",
26646  linebreak="al",
26647  unicodeslot=0xC0E,
26648 },
26649 [0xC0F]={
26650  category="lo",
26651  description="TELUGU LETTER EE",
26652  direction="l",
26653  indic="i",
26654  linebreak="al",
26655  unicodeslot=0xC0F,
26656 },
26657 [0xC10]={
26658  category="lo",
26659  description="TELUGU LETTER AI",
26660  direction="l",
26661  indic="i",
26662  linebreak="al",
26663  unicodeslot=0xC10,
26664 },
26665 [0xC12]={
26666  category="lo",
26667  description="TELUGU LETTER O",
26668  direction="l",
26669  indic="i",
26670  linebreak="al",
26671  unicodeslot=0xC12,
26672 },
26673 [0xC13]={
26674  category="lo",
26675  description="TELUGU LETTER OO",
26676  direction="l",
26677  indic="i",
26678  linebreak="al",
26679  unicodeslot=0xC13,
26680 },
26681 [0xC14]={
26682  category="lo",
26683  description="TELUGU LETTER AU",
26684  direction="l",
26685  indic="i",
26686  linebreak="al",
26687  unicodeslot=0xC14,
26688 },
26689 [0xC15]={
26690  category="lo",
26691  description="TELUGU LETTER KA",
26692  direction="l",
26693  indic="c",
26694  linebreak="al",
26695  unicodeslot=0xC15,
26696 },
26697 [0xC16]={
26698  category="lo",
26699  description="TELUGU LETTER KHA",
26700  direction="l",
26701  indic="c",
26702  linebreak="al",
26703  unicodeslot=0xC16,
26704 },
26705 [0xC17]={
26706  category="lo",
26707  description="TELUGU LETTER GA",
26708  direction="l",
26709  indic="c",
26710  linebreak="al",
26711  unicodeslot=0xC17,
26712 },
26713 [0xC18]={
26714  category="lo",
26715  description="TELUGU LETTER GHA",
26716  direction="l",
26717  indic="c",
26718  linebreak="al",
26719  unicodeslot=0xC18,
26720 },
26721 [0xC19]={
26722  category="lo",
26723  description="TELUGU LETTER NGA",
26724  direction="l",
26725  indic="c",
26726  linebreak="al",
26727  unicodeslot=0xC19,
26728 },
26729 [0xC1A]={
26730  category="lo",
26731  description="TELUGU LETTER CA",
26732  direction="l",
26733  indic="c",
26734  linebreak="al",
26735  unicodeslot=0xC1A,
26736 },
26737 [0xC1B]={
26738  category="lo",
26739  description="TELUGU LETTER CHA",
26740  direction="l",
26741  indic="c",
26742  linebreak="al",
26743  unicodeslot=0xC1B,
26744 },
26745 [0xC1C]={
26746  category="lo",
26747  description="TELUGU LETTER JA",
26748  direction="l",
26749  indic="c",
26750  linebreak="al",
26751  unicodeslot=0xC1C,
26752 },
26753 [0xC1D]={
26754  category="lo",
26755  description="TELUGU LETTER JHA",
26756  direction="l",
26757  indic="c",
26758  linebreak="al",
26759  unicodeslot=0xC1D,
26760 },
26761 [0xC1E]={
26762  category="lo",
26763  description="TELUGU LETTER NYA",
26764  direction="l",
26765  indic="c",
26766  linebreak="al",
26767  unicodeslot=0xC1E,
26768 },
26769 [0xC1F]={
26770  category="lo",
26771  description="TELUGU LETTER TTA",
26772  direction="l",
26773  indic="c",
26774  linebreak="al",
26775  unicodeslot=0xC1F,
26776 },
26777 [0xC20]={
26778  category="lo",
26779  description="TELUGU LETTER TTHA",
26780  direction="l",
26781  indic="c",
26782  linebreak="al",
26783  unicodeslot=0xC20,
26784 },
26785 [0xC21]={
26786  category="lo",
26787  description="TELUGU LETTER DDA",
26788  direction="l",
26789  indic="c",
26790  linebreak="al",
26791  unicodeslot=0xC21,
26792 },
26793 [0xC22]={
26794  category="lo",
26795  description="TELUGU LETTER DDHA",
26796  direction="l",
26797  indic="c",
26798  linebreak="al",
26799  unicodeslot=0xC22,
26800 },
26801 [0xC23]={
26802  category="lo",
26803  description="TELUGU LETTER NNA",
26804  direction="l",
26805  indic="c",
26806  linebreak="al",
26807  unicodeslot=0xC23,
26808 },
26809 [0xC24]={
26810  category="lo",
26811  description="TELUGU LETTER TA",
26812  direction="l",
26813  indic="c",
26814  linebreak="al",
26815  unicodeslot=0xC24,
26816 },
26817 [0xC25]={
26818  category="lo",
26819  description="TELUGU LETTER THA",
26820  direction="l",
26821  indic="c",
26822  linebreak="al",
26823  unicodeslot=0xC25,
26824 },
26825 [0xC26]={
26826  category="lo",
26827  description="TELUGU LETTER DA",
26828  direction="l",
26829  indic="c",
26830  linebreak="al",
26831  unicodeslot=0xC26,
26832 },
26833 [0xC27]={
26834  category="lo",
26835  description="TELUGU LETTER DHA",
26836  direction="l",
26837  indic="c",
26838  linebreak="al",
26839  unicodeslot=0xC27,
26840 },
26841 [0xC28]={
26842  category="lo",
26843  description="TELUGU LETTER NA",
26844  direction="l",
26845  indic="c",
26846  linebreak="al",
26847  unicodeslot=0xC28,
26848 },
26849 [0xC2A]={
26850  category="lo",
26851  description="TELUGU LETTER PA",
26852  direction="l",
26853  indic="c",
26854  linebreak="al",
26855  unicodeslot=0xC2A,
26856 },
26857 [0xC2B]={
26858  category="lo",
26859  description="TELUGU LETTER PHA",
26860  direction="l",
26861  indic="c",
26862  linebreak="al",
26863  unicodeslot=0xC2B,
26864 },
26865 [0xC2C]={
26866  category="lo",
26867  description="TELUGU LETTER BA",
26868  direction="l",
26869  indic="c",
26870  linebreak="al",
26871  unicodeslot=0xC2C,
26872 },
26873 [0xC2D]={
26874  category="lo",
26875  description="TELUGU LETTER BHA",
26876  direction="l",
26877  indic="c",
26878  linebreak="al",
26879  unicodeslot=0xC2D,
26880 },
26881 [0xC2E]={
26882  category="lo",
26883  description="TELUGU LETTER MA",
26884  direction="l",
26885  indic="c",
26886  linebreak="al",
26887  unicodeslot=0xC2E,
26888 },
26889 [0xC2F]={
26890  category="lo",
26891  description="TELUGU LETTER YA",
26892  direction="l",
26893  indic="c",
26894  linebreak="al",
26895  unicodeslot=0xC2F,
26896 },
26897 [0xC30]={
26898  category="lo",
26899  description="TELUGU LETTER RA",
26900  direction="l",
26901  indic="c",
26902  indicclass="ra",
26903  indicorder="ap",
26904  linebreak="al",
26905  unicodeslot=0xC30,
26906 },
26907 [0xC31]={
26908  category="lo",
26909  description="TELUGU LETTER RRA",
26910  direction="l",
26911  indic="c",
26912  linebreak="al",
26913  unicodeslot=0xC31,
26914 },
26915 [0xC32]={
26916  category="lo",
26917  description="TELUGU LETTER LA",
26918  direction="l",
26919  indic="c",
26920  linebreak="al",
26921  unicodeslot=0xC32,
26922 },
26923 [0xC33]={
26924  category="lo",
26925  description="TELUGU LETTER LLA",
26926  direction="l",
26927  indic="c",
26928  linebreak="al",
26929  unicodeslot=0xC33,
26930 },
26931 [0xC34]={
26932  category="lo",
26933  description="TELUGU LETTER LLLA",
26934  direction="l",
26935  indic="c",
26936  linebreak="al",
26937  unicodeslot=0xC34,
26938 },
26939 [0xC35]={
26940  category="lo",
26941  description="TELUGU LETTER VA",
26942  direction="l",
26943  indic="c",
26944  linebreak="al",
26945  unicodeslot=0xC35,
26946 },
26947 [0xC36]={
26948  category="lo",
26949  description="TELUGU LETTER SHA",
26950  direction="l",
26951  indic="c",
26952  linebreak="al",
26953  unicodeslot=0xC36,
26954 },
26955 [0xC37]={
26956  category="lo",
26957  description="TELUGU LETTER SSA",
26958  direction="l",
26959  indic="c",
26960  linebreak="al",
26961  unicodeslot=0xC37,
26962 },
26963 [0xC38]={
26964  category="lo",
26965  description="TELUGU LETTER SA",
26966  direction="l",
26967  indic="c",
26968  linebreak="al",
26969  unicodeslot=0xC38,
26970 },
26971 [0xC39]={
26972  category="lo",
26973  description="TELUGU LETTER HA",
26974  direction="l",
26975  indic="c",
26976  linebreak="al",
26977  unicodeslot=0xC39,
26978 },
26979 [0xC3C]={
26980  category="mn",
26981  combining=0x7,
26982  description="TELUGU SIGN NUKTA",
26983  direction="nsm",
26984  indic="o",
26985  indicclass="nukta",
26986  indicmark="b",
26987  linebreak="cm",
26988  unicodeslot=0xC3C,
26989 },
26990 [0xC3D]={
26991  category="lo",
26992  description="TELUGU SIGN AVAGRAHA",
26993  direction="l",
26994  indic="c",
26995  linebreak="al",
26996  unicodeslot=0xC3D,
26997 },
26998 [0xC3E]={
26999  category="mn",
27000  description="TELUGU VOWEL SIGN AA",
27001  direction="nsm",
27002  indic="d",
27003  indicmark="t",
27004  indicorder="bs",
27005  linebreak="cm",
27006  unicodeslot=0xC3E,
27007 },
27008 [0xC3F]={
27009  category="mn",
27010  description="TELUGU VOWEL SIGN I",
27011  direction="nsm",
27012  indic="d",
27013  indicmark="t",
27014  indicorder="bs",
27015  linebreak="cm",
27016  unicodeslot=0xC3F,
27017 },
27018 [0xC40]={
27019  category="mn",
27020  description="TELUGU VOWEL SIGN II",
27021  direction="nsm",
27022  indic="d",
27023  indicmark="t",
27024  indicorder="bs",
27025  linebreak="cm",
27026  unicodeslot=0xC40,
27027 },
27028 [0xC41]={
27029  category="mc",
27030  description="TELUGU VOWEL SIGN U",
27031  direction="l",
27032  indic="d",
27033  indicmark="r",
27034  indicorder="bs",
27035  linebreak="cm",
27036  unicodeslot=0xC41,
27037 },
27038 [0xC42]={
27039  category="mc",
27040  description="TELUGU VOWEL SIGN UU",
27041  direction="l",
27042  indic="d",
27043  indicmark="r",
27044  indicorder="bs",
27045  linebreak="cm",
27046  unicodeslot=0xC42,
27047 },
27048 [0xC43]={
27049  category="mc",
27050  description="TELUGU VOWEL SIGN VOCALIC R",
27051  direction="l",
27052  indic="d",
27053  indicmark="r",
27054  indicorder="as",
27055  linebreak="cm",
27056  unicodeslot=0xC43,
27057 },
27058 [0xC44]={
27059  category="mc",
27060  description="TELUGU VOWEL SIGN VOCALIC RR",
27061  direction="l",
27062  indic="d",
27063  indicmark="r",
27064  indicorder="as",
27065  linebreak="cm",
27066  unicodeslot=0xC44,
27067 },
27068 [0xC46]={
27069  category="mn",
27070  description="TELUGU VOWEL SIGN E",
27071  direction="nsm",
27072  indic="d",
27073  indicmark="t",
27074  indicorder="bs",
27075  linebreak="cm",
27076  unicodeslot=0xC46,
27077 },
27078 [0xC47]={
27079  category="mn",
27080  description="TELUGU VOWEL SIGN EE",
27081  direction="nsm",
27082  indic="d",
27083  indicmark="t",
27084  indicorder="bs",
27085  linebreak="cm",
27086  unicodeslot=0xC47,
27087 },
27088 [0xC48]={
27089  category="mn",
27090  description="TELUGU VOWEL SIGN AI",
27091  direction="nsm",
27092  indic="d",
27093  indicmark="s",
27094  linebreak="cm",
27095  specials={ "char", 0xC46, 0xC56 },
27096  unicodeslot=0xC48,
27097 },
27098 [0xC4A]={
27099  category="mn",
27100  description="TELUGU VOWEL SIGN O",
27101  direction="nsm",
27102  indic="d",
27103  indicmark="t",
27104  indicorder="bs",
27105  linebreak="cm",
27106  unicodeslot=0xC4A,
27107 },
27108 [0xC4B]={
27109  category="mn",
27110  description="TELUGU VOWEL SIGN OO",
27111  direction="nsm",
27112  indic="d",
27113  indicmark="t",
27114  indicorder="bs",
27115  linebreak="cm",
27116  unicodeslot=0xC4B,
27117 },
27118 [0xC4C]={
27119  category="mn",
27120  description="TELUGU VOWEL SIGN AU",
27121  direction="nsm",
27122  indic="d",
27123  indicmark="t",
27124  indicorder="bs",
27125  linebreak="cm",
27126  unicodeslot=0xC4C,
27127 },
27128 [0xC4D]={
27129  category="mn",
27130  combining=0x9,
27131  description="TELUGU SIGN VIRAMA",
27132  direction="nsm",
27133  indic="o",
27134  indicclass="halant",
27135  indicmark="t",
27136  linebreak="cm",
27137  unicodeslot=0xC4D,
27138 },
27139 [0xC55]={
27140  category="mn",
27141  combining=0x54,
27142  description="TELUGU LENGTH MARK",
27143  direction="nsm",
27144  indic="o",
27145  indicorder="bs",
27146  linebreak="cm",
27147  unicodeslot=0xC55,
27148 },
27149 [0xC56]={
27150  category="mn",
27151  combining=0x5B,
27152  description="TELUGU AI LENGTH MARK",
27153  direction="nsm",
27154  indic="o",
27155  indicorder="bs",
27156  linebreak="cm",
27157  unicodeslot=0xC56,
27158 },
27159 [0xC58]={
27160  category="lo",
27161  description="TELUGU LETTER TSA",
27162  direction="l",
27163  indic="o",
27164  linebreak="al",
27165  unicodeslot=0xC58,
27166 },
27167 [0xC59]={
27168  category="lo",
27169  description="TELUGU LETTER DZA",
27170  direction="l",
27171  indic="o",
27172  linebreak="al",
27173  unicodeslot=0xC59,
27174 },
27175 [0xC5A]={
27176  category="lo",
27177  description="TELUGU LETTER RRRA",
27178  direction="l",
27179  indic="o",
27180  linebreak="al",
27181  unicodeslot=0xC5A,
27182 },
27183 [0xC5D]={
27184  category="lo",
27185  comment="check indic",
27186  description="TELUGU LETTER NAKAARA POLLU",
27187  direction="l",
27188  indic="i",
27189  linebreak="al",
27190  unicodeslot=0xC5D,
27191 },
27192 [0xC60]={
27193  category="lo",
27194  description="TELUGU LETTER VOCALIC RR",
27195  direction="l",
27196  indic="i",
27197  linebreak="al",
27198  unicodeslot=0xC60,
27199 },
27200 [0xC61]={
27201  category="lo",
27202  description="TELUGU LETTER VOCALIC LL",
27203  direction="l",
27204  indic="i",
27205  linebreak="al",
27206  unicodeslot=0xC61,
27207 },
27208 [0xC62]={
27209  category="mn",
27210  description="TELUGU VOWEL SIGN VOCALIC L",
27211  direction="nsm",
27212  indic="d",
27213  indicmark="b",
27214  linebreak="cm",
27215  unicodeslot=0xC62,
27216 },
27217 [0xC63]={
27218  category="mn",
27219  description="TELUGU VOWEL SIGN VOCALIC LL",
27220  direction="nsm",
27221  indic="d",
27222  indicmark="b",
27223  linebreak="cm",
27224  unicodeslot=0xC63,
27225 },
27226 [0xC66]={
27227  category="nd",
27228  description="TELUGU DIGIT ZERO",
27229  direction="l",
27230  indic="o",
27231  linebreak="nu",
27232  unicodeslot=0xC66,
27233 },
27234 [0xC67]={
27235  category="nd",
27236  description="TELUGU DIGIT ONE",
27237  direction="l",
27238  indic="o",
27239  linebreak="nu",
27240  unicodeslot=0xC67,
27241 },
27242 [0xC68]={
27243  category="nd",
27244  description="TELUGU DIGIT TWO",
27245  direction="l",
27246  indic="o",
27247  linebreak="nu",
27248  unicodeslot=0xC68,
27249 },
27250 [0xC69]={
27251  category="nd",
27252  description="TELUGU DIGIT THREE",
27253  direction="l",
27254  indic="o",
27255  linebreak="nu",
27256  unicodeslot=0xC69,
27257 },
27258 [0xC6A]={
27259  category="nd",
27260  description="TELUGU DIGIT FOUR",
27261  direction="l",
27262  indic="o",
27263  linebreak="nu",
27264  unicodeslot=0xC6A,
27265 },
27266 [0xC6B]={
27267  category="nd",
27268  description="TELUGU DIGIT FIVE",
27269  direction="l",
27270  indic="o",
27271  linebreak="nu",
27272  unicodeslot=0xC6B,
27273 },
27274 [0xC6C]={
27275  category="nd",
27276  description="TELUGU DIGIT SIX",
27277  direction="l",
27278  indic="o",
27279  linebreak="nu",
27280  unicodeslot=0xC6C,
27281 },
27282 [0xC6D]={
27283  category="nd",
27284  description="TELUGU DIGIT SEVEN",
27285  direction="l",
27286  indic="o",
27287  linebreak="nu",
27288  unicodeslot=0xC6D,
27289 },
27290 [0xC6E]={
27291  category="nd",
27292  description="TELUGU DIGIT EIGHT",
27293  direction="l",
27294  indic="o",
27295  linebreak="nu",
27296  unicodeslot=0xC6E,
27297 },
27298 [0xC6F]={
27299  category="nd",
27300  description="TELUGU DIGIT NINE",
27301  direction="l",
27302  indic="o",
27303  linebreak="nu",
27304  unicodeslot=0xC6F,
27305 },
27306 [0xC77]={
27307  category="po",
27308  description="TELUGU SIGN SIDDHAM",
27309  direction="l",
27310  linebreak="bb",
27311  unicodeslot=0xC77,
27312 },
27313 [0xC78]={
27314  category="no",
27315  description="TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR",
27316  direction="on",
27317  indic="o",
27318  linebreak="al",
27319  unicodeslot=0xC78,
27320 },
27321 [0xC79]={
27322  category="no",
27323  description="TELUGU FRACTION DIGIT ONE FOR ODD POWERS OF FOUR",
27324  direction="on",
27325  indic="o",
27326  linebreak="al",
27327  unicodeslot=0xC79,
27328 },
27329 [0xC7A]={
27330  category="no",
27331  description="TELUGU FRACTION DIGIT TWO FOR ODD POWERS OF FOUR",
27332  direction="on",
27333  indic="o",
27334  linebreak="al",
27335  unicodeslot=0xC7A,
27336 },
27337 [0xC7B]={
27338  category="no",
27339  description="TELUGU FRACTION DIGIT THREE FOR ODD POWERS OF FOUR",
27340  direction="on",
27341  indic="o",
27342  linebreak="al",
27343  unicodeslot=0xC7B,
27344 },
27345 [0xC7C]={
27346  category="no",
27347  description="TELUGU FRACTION DIGIT ONE FOR EVEN POWERS OF FOUR",
27348  direction="on",
27349  indic="o",
27350  linebreak="al",
27351  unicodeslot=0xC7C,
27352 },
27353 [0xC7D]={
27354  category="no",
27355  description="TELUGU FRACTION DIGIT TWO FOR EVEN POWERS OF FOUR",
27356  direction="on",
27357  indic="o",
27358  linebreak="al",
27359  unicodeslot=0xC7D,
27360 },
27361 [0xC7E]={
27362  category="no",
27363  description="TELUGU FRACTION DIGIT THREE FOR EVEN POWERS OF FOUR",
27364  direction="on",
27365  indic="o",
27366  linebreak="al",
27367  unicodeslot=0xC7E,
27368 },
27369 [0xC7F]={
27370  category="so",
27371  description="TELUGU SIGN TUUMU",
27372  direction="l",
27373  indic="o",
27374  linebreak="al",
27375  unicodeslot=0xC7F,
27376 },
27377 [0xC80]={
27378  category="lo",
27379  description="KANNADA SIGN SPACING CANDRABINDU",
27380  direction="l",
27381  indic="o",
27382  linebreak="al",
27383  unicodeslot=0xC80,
27384 },
27385 [0xC81]={
27386  category="mn",
27387  description="KANNADA SIGN CANDRABINDU",
27388  direction="nsm",
27389  indic="o",
27390  linebreak="cm",
27391  unicodeslot=0xC81,
27392 },
27393 [0xC82]={
27394  category="mc",
27395  description="KANNADA SIGN ANUSVARA",
27396  direction="l",
27397  indic="o",
27398  linebreak="cm",
27399  unicodeslot=0xC82,
27400 },
27401 [0xC83]={
27402  category="mc",
27403  description="KANNADA SIGN VISARGA",
27404  direction="l",
27405  indic="o",
27406  linebreak="cm",
27407  unicodeslot=0xC83,
27408 },
27409 [0xC84]={
27410  category="po",
27411  description="KANNADA SIGN SIDDHAM",
27412  direction="l",
27413  linebreak="bb",
27414  unicodeslot=0xC84,
27415 },
27416 [0xC85]={
27417  category="lo",
27418  description="KANNADA LETTER A",
27419  direction="l",
27420  indic="i",
27421  linebreak="al",
27422  unicodeslot=0xC85,
27423 },
27424 [0xC86]={
27425  category="lo",
27426  description="KANNADA LETTER AA",
27427  direction="l",
27428  indic="i",
27429  linebreak="al",
27430  unicodeslot=0xC86,
27431 },
27432 [0xC87]={
27433  category="lo",
27434  description="KANNADA LETTER I",
27435  direction="l",
27436  indic="i",
27437  linebreak="al",
27438  unicodeslot=0xC87,
27439 },
27440 [0xC88]={
27441  category="lo",
27442  description="KANNADA LETTER II",
27443  direction="l",
27444  indic="i",
27445  linebreak="al",
27446  unicodeslot=0xC88,
27447 },
27448 [0xC89]={
27449  category="lo",
27450  description="KANNADA LETTER U",
27451  direction="l",
27452  indic="i",
27453  linebreak="al",
27454  unicodeslot=0xC89,
27455 },
27456 [0xC8A]={
27457  category="lo",
27458  description="KANNADA LETTER UU",
27459  direction="l",
27460  indic="i",
27461  linebreak="al",
27462  unicodeslot=0xC8A,
27463 },
27464 [0xC8B]={
27465  category="lo",
27466  description="KANNADA LETTER VOCALIC R",
27467  direction="l",
27468  indic="i",
27469  linebreak="al",
27470  unicodeslot=0xC8B,
27471 },
27472 [0xC8C]={
27473  category="lo",
27474  description="KANNADA LETTER VOCALIC L",
27475  direction="l",
27476  indic="i",
27477  linebreak="al",
27478  unicodeslot=0xC8C,
27479 },
27480 [0xC8E]={
27481  category="lo",
27482  description="KANNADA LETTER E",
27483  direction="l",
27484  indic="i",
27485  linebreak="al",
27486  unicodeslot=0xC8E,
27487 },
27488 [0xC8F]={
27489  category="lo",
27490  description="KANNADA LETTER EE",
27491  direction="l",
27492  indic="i",
27493  linebreak="al",
27494  unicodeslot=0xC8F,
27495 },
27496 [0xC90]={
27497  category="lo",
27498  description="KANNADA LETTER AI",
27499  direction="l",
27500  indic="i",
27501  linebreak="al",
27502  unicodeslot=0xC90,
27503 },
27504 [0xC92]={
27505  category="lo",
27506  description="KANNADA LETTER O",
27507  direction="l",
27508  indic="i",
27509  linebreak="al",
27510  unicodeslot=0xC92,
27511 },
27512 [0xC93]={
27513  category="lo",
27514  description="KANNADA LETTER OO",
27515  direction="l",
27516  indic="i",
27517  linebreak="al",
27518  unicodeslot=0xC93,
27519 },
27520 [0xC94]={
27521  category="lo",
27522  description="KANNADA LETTER AU",
27523  direction="l",
27524  indic="i",
27525  linebreak="al",
27526  unicodeslot=0xC94,
27527 },
27528 [0xC95]={
27529  category="lo",
27530  description="KANNADA LETTER KA",
27531  direction="l",
27532  indic="c",
27533  linebreak="al",
27534  unicodeslot=0xC95,
27535 },
27536 [0xC96]={
27537  category="lo",
27538  description="KANNADA LETTER KHA",
27539  direction="l",
27540  indic="c",
27541  linebreak="al",
27542  unicodeslot=0xC96,
27543 },
27544 [0xC97]={
27545  category="lo",
27546  description="KANNADA LETTER GA",
27547  direction="l",
27548  indic="c",
27549  linebreak="al",
27550  unicodeslot=0xC97,
27551 },
27552 [0xC98]={
27553  category="lo",
27554  description="KANNADA LETTER GHA",
27555  direction="l",
27556  indic="c",
27557  linebreak="al",
27558  unicodeslot=0xC98,
27559 },
27560 [0xC99]={
27561  category="lo",
27562  description="KANNADA LETTER NGA",
27563  direction="l",
27564  indic="c",
27565  linebreak="al",
27566  unicodeslot=0xC99,
27567 },
27568 [0xC9A]={
27569  category="lo",
27570  description="KANNADA LETTER CA",
27571  direction="l",
27572  indic="c",
27573  linebreak="al",
27574  unicodeslot=0xC9A,
27575 },
27576 [0xC9B]={
27577  category="lo",
27578  description="KANNADA LETTER CHA",
27579  direction="l",
27580  indic="c",
27581  linebreak="al",
27582  unicodeslot=0xC9B,
27583 },
27584 [0xC9C]={
27585  category="lo",
27586  description="KANNADA LETTER JA",
27587  direction="l",
27588  indic="c",
27589  linebreak="al",
27590  unicodeslot=0xC9C,
27591 },
27592 [0xC9D]={
27593  category="lo",
27594  description="KANNADA LETTER JHA",
27595  direction="l",
27596  indic="c",
27597  linebreak="al",
27598  unicodeslot=0xC9D,
27599 },
27600 [0xC9E]={
27601  category="lo",
27602  description="KANNADA LETTER NYA",
27603  direction="l",
27604  indic="c",
27605  linebreak="al",
27606  unicodeslot=0xC9E,
27607 },
27608 [0xC9F]={
27609  category="lo",
27610  description="KANNADA LETTER TTA",
27611  direction="l",
27612  indic="c",
27613  linebreak="al",
27614  unicodeslot=0xC9F,
27615 },
27616 [0xCA0]={
27617  category="lo",
27618  description="KANNADA LETTER TTHA",
27619  direction="l",
27620  indic="c",
27621  linebreak="al",
27622  unicodeslot=0xCA0,
27623 },
27624 [0xCA1]={
27625  category="lo",
27626  description="KANNADA LETTER DDA",
27627  direction="l",
27628  indic="c",
27629  linebreak="al",
27630  unicodeslot=0xCA1,
27631 },
27632 [0xCA2]={
27633  category="lo",
27634  description="KANNADA LETTER DDHA",
27635  direction="l",
27636  indic="c",
27637  linebreak="al",
27638  unicodeslot=0xCA2,
27639 },
27640 [0xCA3]={
27641  category="lo",
27642  description="KANNADA LETTER NNA",
27643  direction="l",
27644  indic="c",
27645  linebreak="al",
27646  unicodeslot=0xCA3,
27647 },
27648 [0xCA4]={
27649  category="lo",
27650  description="KANNADA LETTER TA",
27651  direction="l",
27652  indic="c",
27653  linebreak="al",
27654  unicodeslot=0xCA4,
27655 },
27656 [0xCA5]={
27657  category="lo",
27658  description="KANNADA LETTER THA",
27659  direction="l",
27660  indic="c",
27661  linebreak="al",
27662  unicodeslot=0xCA5,
27663 },
27664 [0xCA6]={
27665  category="lo",
27666  description="KANNADA LETTER DA",
27667  direction="l",
27668  indic="c",
27669  linebreak="al",
27670  unicodeslot=0xCA6,
27671 },
27672 [0xCA7]={
27673  category="lo",
27674  description="KANNADA LETTER DHA",
27675  direction="l",
27676  indic="c",
27677  linebreak="al",
27678  unicodeslot=0xCA7,
27679 },
27680 [0xCA8]={
27681  category="lo",
27682  description="KANNADA LETTER NA",
27683  direction="l",
27684  indic="c",
27685  linebreak="al",
27686  unicodeslot=0xCA8,
27687 },
27688 [0xCAA]={
27689  category="lo",
27690  description="KANNADA LETTER PA",
27691  direction="l",
27692  indic="c",
27693  linebreak="al",
27694  unicodeslot=0xCAA,
27695 },
27696 [0xCAB]={
27697  category="lo",
27698  description="KANNADA LETTER PHA",
27699  direction="l",
27700  indic="c",
27701  linebreak="al",
27702  unicodeslot=0xCAB,
27703 },
27704 [0xCAC]={
27705  category="lo",
27706  description="KANNADA LETTER BA",
27707  direction="l",
27708  indic="c",
27709  linebreak="al",
27710  unicodeslot=0xCAC,
27711 },
27712 [0xCAD]={
27713  category="lo",
27714  description="KANNADA LETTER BHA",
27715  direction="l",
27716  indic="c",
27717  linebreak="al",
27718  unicodeslot=0xCAD,
27719 },
27720 [0xCAE]={
27721  category="lo",
27722  description="KANNADA LETTER MA",
27723  direction="l",
27724  indic="c",
27725  linebreak="al",
27726  unicodeslot=0xCAE,
27727 },
27728 [0xCAF]={
27729  category="lo",
27730  description="KANNADA LETTER YA",
27731  direction="l",
27732  indic="c",
27733  linebreak="al",
27734  unicodeslot=0xCAF,
27735 },
27736 [0xCB0]={
27737  category="lo",
27738  description="KANNADA LETTER RA",
27739  direction="l",
27740  indic="c",
27741  indicclass="ra",
27742  indicorder="ap",
27743  linebreak="al",
27744  unicodeslot=0xCB0,
27745 },
27746 [0xCB1]={
27747  category="lo",
27748  description="KANNADA LETTER RRA",
27749  direction="l",
27750  indic="c",
27751  linebreak="al",
27752  unicodeslot=0xCB1,
27753 },
27754 [0xCB2]={
27755  category="lo",
27756  description="KANNADA LETTER LA",
27757  direction="l",
27758  indic="c",
27759  linebreak="al",
27760  unicodeslot=0xCB2,
27761 },
27762 [0xCB3]={
27763  category="lo",
27764  description="KANNADA LETTER LLA",
27765  direction="l",
27766  indic="c",
27767  linebreak="al",
27768  unicodeslot=0xCB3,
27769 },
27770 [0xCB5]={
27771  category="lo",
27772  description="KANNADA LETTER VA",
27773  direction="l",
27774  indic="c",
27775  linebreak="al",
27776  unicodeslot=0xCB5,
27777 },
27778 [0xCB6]={
27779  category="lo",
27780  description="KANNADA LETTER SHA",
27781  direction="l",
27782  indic="c",
27783  linebreak="al",
27784  unicodeslot=0xCB6,
27785 },
27786 [0xCB7]={
27787  category="lo",
27788  description="KANNADA LETTER SSA",
27789  direction="l",
27790  indic="c",
27791  linebreak="al",
27792  unicodeslot=0xCB7,
27793 },
27794 [0xCB8]={
27795  category="lo",
27796  description="KANNADA LETTER SA",
27797  direction="l",
27798  indic="c",
27799  linebreak="al",
27800  unicodeslot=0xCB8,
27801 },
27802 [0xCB9]={
27803  category="lo",
27804  description="KANNADA LETTER HA",
27805  direction="l",
27806  indic="c",
27807  linebreak="al",
27808  unicodeslot=0xCB9,
27809 },
27810 [0xCBC]={
27811  category="mn",
27812  combining=0x7,
27813  description="KANNADA SIGN NUKTA",
27814  direction="nsm",
27815  indic="o",
27816  indicclass="nukta",
27817  indicmark="b",
27818  linebreak="cm",
27819  unicodeslot=0xCBC,
27820 },
27821 [0xCBD]={
27822  category="lo",
27823  description="KANNADA SIGN AVAGRAHA",
27824  direction="l",
27825  indic="o",
27826  linebreak="al",
27827  unicodeslot=0xCBD,
27828 },
27829 [0xCBE]={
27830  category="mc",
27831  description="KANNADA VOWEL SIGN AA",
27832  direction="l",
27833  indic="d",
27834  indicmark="r",
27835  indicorder="bs",
27836  linebreak="cm",
27837  unicodeslot=0xCBE,
27838 },
27839 [0xCBF]={
27840  category="mn",
27841  description="KANNADA VOWEL SIGN I",
27842  direction="l",
27843  indic="d",
27844  indicmark="t",
27845  indicorder="bs",
27846  linebreak="cm",
27847  unicodeslot=0xCBF,
27848 },
27849 [0xCC0]={
27850  category="mc",
27851  description="KANNADA VOWEL SIGN II",
27852  direction="l",
27853  indic="d",
27854  indicmark="s",
27855  linebreak="cm",
27856  specials={ "char", 0xCBF, 0xCD5 },
27857  unicodeslot=0xCC0,
27858 },
27859 [0xCC1]={
27860  category="mc",
27861  description="KANNADA VOWEL SIGN U",
27862  direction="l",
27863  indic="d",
27864  indicmark="r",
27865  indicorder="bs",
27866  linebreak="cm",
27867  unicodeslot=0xCC1,
27868 },
27869 [0xCC2]={
27870  category="mc",
27871  description="KANNADA VOWEL SIGN UU",
27872  direction="l",
27873  indic="d",
27874  indicmark="r",
27875  indicorder="bs",
27876  linebreak="cm",
27877  unicodeslot=0xCC2,
27878 },
27879 [0xCC3]={
27880  category="mc",
27881  description="KANNADA VOWEL SIGN VOCALIC R",
27882  direction="l",
27883  indic="d",
27884  indicmark="r",
27885  indicorder="as",
27886  linebreak="cm",
27887  unicodeslot=0xCC3,
27888 },
27889 [0xCC4]={
27890  category="mc",
27891  description="KANNADA VOWEL SIGN VOCALIC RR",
27892  direction="l",
27893  indic="d",
27894  indicmark="r",
27895  indicorder="as",
27896  linebreak="cm",
27897  unicodeslot=0xCC4,
27898 },
27899 [0xCC6]={
27900  category="mn",
27901  description="KANNADA VOWEL SIGN E",
27902  direction="l",
27903  indic="d",
27904  indicmark="t",
27905  indicorder="bs",
27906  linebreak="cm",
27907  unicodeslot=0xCC6,
27908 },
27909 [0xCC7]={
27910  category="mc",
27911  description="KANNADA VOWEL SIGN EE",
27912  direction="l",
27913  indic="d",
27914  indicmark="s",
27915  linebreak="cm",
27916  specials={ "char", 0xCC6, 0xCD5 },
27917  unicodeslot=0xCC7,
27918 },
27919 [0xCC8]={
27920  category="mc",
27921  description="KANNADA VOWEL SIGN AI",
27922  direction="l",
27923  indic="d",
27924  indicmark="s",
27925  linebreak="cm",
27926  specials={ "char", 0xCC6, 0xCD6 },
27927  unicodeslot=0xCC8,
27928 },
27929 [0xCCA]={
27930  category="mc",
27931  description="KANNADA VOWEL SIGN O",
27932  direction="l",
27933  indic="d",
27934  indicmark="s",
27935  linebreak="cm",
27936  specials={ "char", 0xCC6, 0xCC2 },
27937  unicodeslot=0xCCA,
27938 },
27939 [0xCCB]={
27940  category="mc",
27941  description="KANNADA VOWEL SIGN OO",
27942  direction="l",
27943  indic="d",
27944  indicmark="s",
27945  linebreak="cm",
27946  specials={ "char", 0xCCA, 0xCD5 },
27947  unicodeslot=0xCCB,
27948 },
27949 [0xCCC]={
27950  category="mn",
27951  description="KANNADA VOWEL SIGN AU",
27952  direction="nsm",
27953  indic="d",
27954  indicmark="r",
27955  indicorder="bs",
27956  linebreak="cm",
27957  unicodeslot=0xCCC,
27958 },
27959 [0xCCD]={
27960  category="mn",
27961  combining=0x9,
27962  description="KANNADA SIGN VIRAMA",
27963  direction="nsm",
27964  indic="o",
27965  indicclass="halant",
27966  linebreak="cm",
27967  unicodeslot=0xCCD,
27968 },
27969 [0xCD5]={
27970  category="mc",
27971  description="KANNADA LENGTH MARK",
27972  direction="l",
27973  indic="d",
27974  indicmark="r",
27975  indicorder="as",
27976  linebreak="cm",
27977  unicodeslot=0xCD5,
27978 },
27979 [0xCD6]={
27980  category="mc",
27981  description="KANNADA AI LENGTH MARK",
27982  direction="l",
27983  indic="d",
27984  indicmark="b",
27985  indicorder="as",
27986  linebreak="cm",
27987  unicodeslot=0xCD6,
27988 },
27989 [0xCDD]={
27990  category="lo",
27991  comment="check indic",
27992  description="KANNADA LETTER NAKAARA POLLU",
27993  direction="l",
27994  indic="i",
27995  linebreak="al",
27996  unicodeslot=0xCDD,
27997 },
27998 [0xCDE]={
27999  category="lo",
28000  description="KANNADA LETTER FA",
28001  direction="l",
28002  indic="c",
28003  linebreak="al",
28004  unicodeslot=0xCDE,
28005 },
28006 [0xCE0]={
28007  category="lo",
28008  description="KANNADA LETTER VOCALIC RR",
28009  direction="l",
28010  indic="i",
28011  linebreak="al",
28012  unicodeslot=0xCE0,
28013 },
28014 [0xCE1]={
28015  category="lo",
28016  description="KANNADA LETTER VOCALIC LL",
28017  direction="l",
28018  indic="i",
28019  linebreak="al",
28020  unicodeslot=0xCE1,
28021 },
28022 [0xCE2]={
28023  category="mn",
28024  description="KANNADA VOWEL SIGN VOCALIC L",
28025  direction="nsm",
28026  indic="d",
28027  indicmark="b",
28028  indicorder="bs",
28029  linebreak="cm",
28030  unicodeslot=0xCE2,
28031 },
28032 [0xCE3]={
28033  category="mn",
28034  description="KANNADA VOWEL SIGN VOCALIC LL",
28035  direction="nsm",
28036  indic="d",
28037  indicmark="b",
28038  indicorder="bs",
28039  linebreak="cm",
28040  unicodeslot=0xCE3,
28041 },
28042 [0xCE6]={
28043  category="nd",
28044  description="KANNADA DIGIT ZERO",
28045  direction="l",
28046  indic="o",
28047  linebreak="nu",
28048  unicodeslot=0xCE6,
28049 },
28050 [0xCE7]={
28051  category="nd",
28052  description="KANNADA DIGIT ONE",
28053  direction="l",
28054  indic="o",
28055  linebreak="nu",
28056  unicodeslot=0xCE7,
28057 },
28058 [0xCE8]={
28059  category="nd",
28060  description="KANNADA DIGIT TWO",
28061  direction="l",
28062  indic="o",
28063  linebreak="nu",
28064  unicodeslot=0xCE8,
28065 },
28066 [0xCE9]={
28067  category="nd",
28068  description="KANNADA DIGIT THREE",
28069  direction="l",
28070  indic="o",
28071  linebreak="nu",
28072  unicodeslot=0xCE9,
28073 },
28074 [0xCEA]={
28075  category="nd",
28076  description="KANNADA DIGIT FOUR",
28077  direction="l",
28078  indic="o",
28079  linebreak="nu",
28080  unicodeslot=0xCEA,
28081 },
28082 [0xCEB]={
28083  category="nd",
28084  description="KANNADA DIGIT FIVE",
28085  direction="l",
28086  indic="o",
28087  linebreak="nu",
28088  unicodeslot=0xCEB,
28089 },
28090 [0xCEC]={
28091  category="nd",
28092  description="KANNADA DIGIT SIX",
28093  direction="l",
28094  indic="o",
28095  linebreak="nu",
28096  unicodeslot=0xCEC,
28097 },
28098 [0xCED]={
28099  category="nd",
28100  description="KANNADA DIGIT SEVEN",
28101  direction="l",
28102  indic="o",
28103  linebreak="nu",
28104  unicodeslot=0xCED,
28105 },
28106 [0xCEE]={
28107  category="nd",
28108  description="KANNADA DIGIT EIGHT",
28109  direction="l",
28110  indic="o",
28111  linebreak="nu",
28112  unicodeslot=0xCEE,
28113 },
28114 [0xCEF]={
28115  category="nd",
28116  description="KANNADA DIGIT NINE",
28117  direction="l",
28118  indic="o",
28119  linebreak="nu",
28120  unicodeslot=0xCEF,
28121 },
28122 [0xCF1]={
28123  category="so",
28124  description="KANNADA SIGN JIHVAMULIYA",
28125  direction="l",
28126  indic="o",
28127  linebreak="al",
28128  unicodeslot=0xCF1,
28129 },
28130 [0xCF2]={
28131  category="so",
28132  description="KANNADA SIGN UPADHMANIYA",
28133  direction="l",
28134  indic="o",
28135  linebreak="al",
28136  unicodeslot=0xCF2,
28137 },
28138 [0xCF3]={
28139  category="mc",
28140  description="KANNADA SIGN COMBINING ANUSVARA ABOVE RIGHT",
28141  direction="l",
28142  linebreak="cm",
28143  unicodeslot=0xCF3,
28144 },
28145 [0xD00]={
28146  category="mn",
28147  description="MALAYALAM SIGN COMBINING ANUSVARA ABOVE",
28148  direction="nsm",
28149  indic="o",
28150  linebreak="cm",
28151  unicodeslot=0xD00,
28152 },
28153 [0xD01]={
28154  category="mn",
28155  description="MALAYALAM SIGN CANDRABINDU",
28156  direction="nsm",
28157  indic="o",
28158  linebreak="cm",
28159  unicodeslot=0xD01,
28160 },
28161 [0xD02]={
28162  category="mc",
28163  description="MALAYALAM SIGN ANUSVARA",
28164  direction="l",
28165  indic="m",
28166  linebreak="cm",
28167  unicodeslot=0xD02,
28168 },
28169 [0xD03]={
28170  category="mc",
28171  description="MALAYALAM SIGN VISARGA",
28172  direction="l",
28173  indic="m",
28174  linebreak="cm",
28175  unicodeslot=0xD03,
28176 },
28177 [0xD04]={
28178  category="lo",
28179  comment="todo: indic check",
28180  description="MALAYALAM LETTER VEDIC ANUSVARA",
28181  direction="l",
28182  linebreak="al",
28183  unicodeslot=0xD04,
28184 },
28185 [0xD05]={
28186  category="lo",
28187  description="MALAYALAM LETTER A",
28188  direction="l",
28189  indic="i",
28190  linebreak="al",
28191  unicodeslot=0xD05,
28192 },
28193 [0xD06]={
28194  category="lo",
28195  description="MALAYALAM LETTER AA",
28196  direction="l",
28197  indic="i",
28198  linebreak="al",
28199  unicodeslot=0xD06,
28200 },
28201 [0xD07]={
28202  category="lo",
28203  description="MALAYALAM LETTER I",
28204  direction="l",
28205  indic="i",
28206  linebreak="al",
28207  unicodeslot=0xD07,
28208 },
28209 [0xD08]={
28210  category="lo",
28211  description="MALAYALAM LETTER II",
28212  direction="l",
28213  indic="i",
28214  linebreak="al",
28215  unicodeslot=0xD08,
28216 },
28217 [0xD09]={
28218  category="lo",
28219  description="MALAYALAM LETTER U",
28220  direction="l",
28221  indic="i",
28222  linebreak="al",
28223  unicodeslot=0xD09,
28224 },
28225 [0xD0A]={
28226  category="lo",
28227  description="MALAYALAM LETTER UU",
28228  direction="l",
28229  indic="i",
28230  linebreak="al",
28231  unicodeslot=0xD0A,
28232 },
28233 [0xD0B]={
28234  category="lo",
28235  description="MALAYALAM LETTER VOCALIC R",
28236  direction="l",
28237  indic="i",
28238  linebreak="al",
28239  unicodeslot=0xD0B,
28240 },
28241 [0xD0C]={
28242  category="lo",
28243  description="MALAYALAM LETTER VOCALIC L",
28244  direction="l",
28245  indic="i",
28246  linebreak="al",
28247  unicodeslot=0xD0C,
28248 },
28249 [0xD0E]={
28250  category="lo",
28251  description="MALAYALAM LETTER E",
28252  direction="l",
28253  indic="i",
28254  linebreak="al",
28255  unicodeslot=0xD0E,
28256 },
28257 [0xD0F]={
28258  category="lo",
28259  description="MALAYALAM LETTER EE",
28260  direction="l",
28261  indic="i",
28262  linebreak="al",
28263  unicodeslot=0xD0F,
28264 },
28265 [0xD10]={
28266  category="lo",
28267  description="MALAYALAM LETTER AI",
28268  direction="l",
28269  indic="i",
28270  linebreak="al",
28271  unicodeslot=0xD10,
28272 },
28273 [0xD12]={
28274  category="lo",
28275  description="MALAYALAM LETTER O",
28276  direction="l",
28277  indic="i",
28278  linebreak="al",
28279  unicodeslot=0xD12,
28280 },
28281 [0xD13]={
28282  category="lo",
28283  description="MALAYALAM LETTER OO",
28284  direction="l",
28285  indic="i",
28286  linebreak="al",
28287  unicodeslot=0xD13,
28288 },
28289 [0xD14]={
28290  category="lo",
28291  description="MALAYALAM LETTER AU",
28292  direction="l",
28293  indic="i",
28294  linebreak="al",
28295  unicodeslot=0xD14,
28296 },
28297 [0xD15]={
28298  category="lo",
28299  description="MALAYALAM LETTER KA",
28300  direction="l",
28301  indic="c",
28302  linebreak="al",
28303  unicodeslot=0xD15,
28304 },
28305 [0xD16]={
28306  category="lo",
28307  description="MALAYALAM LETTER KHA",
28308  direction="l",
28309  indic="c",
28310  linebreak="al",
28311  unicodeslot=0xD16,
28312 },
28313 [0xD17]={
28314  category="lo",
28315  description="MALAYALAM LETTER GA",
28316  direction="l",
28317  indic="c",
28318  linebreak="al",
28319  unicodeslot=0xD17,
28320 },
28321 [0xD18]={
28322  category="lo",
28323  description="MALAYALAM LETTER GHA",
28324  direction="l",
28325  indic="c",
28326  linebreak="al",
28327  unicodeslot=0xD18,
28328 },
28329 [0xD19]={
28330  category="lo",
28331  description="MALAYALAM LETTER NGA",
28332  direction="l",
28333  indic="c",
28334  linebreak="al",
28335  unicodeslot=0xD19,
28336 },
28337 [0xD1A]={
28338  category="lo",
28339  description="MALAYALAM LETTER CA",
28340  direction="l",
28341  indic="c",
28342  linebreak="al",
28343  unicodeslot=0xD1A,
28344 },
28345 [0xD1B]={
28346  category="lo",
28347  description="MALAYALAM LETTER CHA",
28348  direction="l",
28349  indic="c",
28350  linebreak="al",
28351  unicodeslot=0xD1B,
28352 },
28353 [0xD1C]={
28354  category="lo",
28355  description="MALAYALAM LETTER JA",
28356  direction="l",
28357  indic="c",
28358  linebreak="al",
28359  unicodeslot=0xD1C,
28360 },
28361 [0xD1D]={
28362  category="lo",
28363  description="MALAYALAM LETTER JHA",
28364  direction="l",
28365  indic="c",
28366  linebreak="al",
28367  unicodeslot=0xD1D,
28368 },
28369 [0xD1E]={
28370  category="lo",
28371  description="MALAYALAM LETTER NYA",
28372  direction="l",
28373  indic="c",
28374  linebreak="al",
28375  unicodeslot=0xD1E,
28376 },
28377 [0xD1F]={
28378  category="lo",
28379  description="MALAYALAM LETTER TTA",
28380  direction="l",
28381  indic="c",
28382  linebreak="al",
28383  unicodeslot=0xD1F,
28384 },
28385 [0xD20]={
28386  category="lo",
28387  description="MALAYALAM LETTER TTHA",
28388  direction="l",
28389  indic="c",
28390  linebreak="al",
28391  unicodeslot=0xD20,
28392 },
28393 [0xD21]={
28394  category="lo",
28395  description="MALAYALAM LETTER DDA",
28396  direction="l",
28397  indic="c",
28398  linebreak="al",
28399  unicodeslot=0xD21,
28400 },
28401 [0xD22]={
28402  category="lo",
28403  description="MALAYALAM LETTER DDHA",
28404  direction="l",
28405  indic="c",
28406  linebreak="al",
28407  unicodeslot=0xD22,
28408 },
28409 [0xD23]={
28410  category="lo",
28411  description="MALAYALAM LETTER NNA",
28412  direction="l",
28413  indic="c",
28414  linebreak="al",
28415  unicodeslot=0xD23,
28416 },
28417 [0xD24]={
28418  category="lo",
28419  description="MALAYALAM LETTER TA",
28420  direction="l",
28421  indic="c",
28422  linebreak="al",
28423  unicodeslot=0xD24,
28424 },
28425 [0xD25]={
28426  category="lo",
28427  description="MALAYALAM LETTER THA",
28428  direction="l",
28429  indic="c",
28430  linebreak="al",
28431  unicodeslot=0xD25,
28432 },
28433 [0xD26]={
28434  category="lo",
28435  description="MALAYALAM LETTER DA",
28436  direction="l",
28437  indic="c",
28438  linebreak="al",
28439  unicodeslot=0xD26,
28440 },
28441 [0xD27]={
28442  category="lo",
28443  description="MALAYALAM LETTER DHA",
28444  direction="l",
28445  indic="c",
28446  linebreak="al",
28447  unicodeslot=0xD27,
28448 },
28449 [0xD28]={
28450  category="lo",
28451  description="MALAYALAM LETTER NA",
28452  direction="l",
28453  indic="c",
28454  linebreak="al",
28455  unicodeslot=0xD28,
28456 },
28457 [0xD29]={
28458  category="lo",
28459  description="MALAYALAM LETTER NNNA",
28460  direction="l",
28461  indic="c",
28462  linebreak="al",
28463  unicodeslot=0xD29,
28464 },
28465 [0xD2A]={
28466  category="lo",
28467  description="MALAYALAM LETTER PA",
28468  direction="l",
28469  indic="c",
28470  linebreak="al",
28471  unicodeslot=0xD2A,
28472 },
28473 [0xD2B]={
28474  category="lo",
28475  description="MALAYALAM LETTER PHA",
28476  direction="l",
28477  indic="c",
28478  linebreak="al",
28479  unicodeslot=0xD2B,
28480 },
28481 [0xD2C]={
28482  category="lo",
28483  description="MALAYALAM LETTER BA",
28484  direction="l",
28485  indic="c",
28486  linebreak="al",
28487  unicodeslot=0xD2C,
28488 },
28489 [0xD2D]={
28490  category="lo",
28491  description="MALAYALAM LETTER BHA",
28492  direction="l",
28493  indic="c",
28494  linebreak="al",
28495  unicodeslot=0xD2D,
28496 },
28497 [0xD2E]={
28498  category="lo",
28499  description="MALAYALAM LETTER MA",
28500  direction="l",
28501  indic="c",
28502  linebreak="al",
28503  unicodeslot=0xD2E,
28504 },
28505 [0xD2F]={
28506  category="lo",
28507  description="MALAYALAM LETTER YA",
28508  direction="l",
28509  indic="c",
28510  linebreak="al",
28511  unicodeslot=0xD2F,
28512 },
28513 [0xD30]={
28514  category="lo",
28515  description="MALAYALAM LETTER RA",
28516  direction="l",
28517  indic="c",
28518  indicclass="ra",
28519  indicorder="am",
28520  linebreak="al",
28521  unicodeslot=0xD30,
28522 },
28523 [0xD31]={
28524  category="lo",
28525  description="MALAYALAM LETTER RRA",
28526  direction="l",
28527  indic="c",
28528  linebreak="al",
28529  unicodeslot=0xD31,
28530 },
28531 [0xD32]={
28532  category="lo",
28533  description="MALAYALAM LETTER LA",
28534  direction="l",
28535  indic="c",
28536  linebreak="al",
28537  unicodeslot=0xD32,
28538 },
28539 [0xD33]={
28540  category="lo",
28541  description="MALAYALAM LETTER LLA",
28542  direction="l",
28543  indic="c",
28544  linebreak="al",
28545  unicodeslot=0xD33,
28546 },
28547 [0xD34]={
28548  category="lo",
28549  description="MALAYALAM LETTER LLLA",
28550  direction="l",
28551  indic="c",
28552  linebreak="al",
28553  unicodeslot=0xD34,
28554 },
28555 [0xD35]={
28556  category="lo",
28557  description="MALAYALAM LETTER VA",
28558  direction="l",
28559  indic="c",
28560  linebreak="al",
28561  unicodeslot=0xD35,
28562 },
28563 [0xD36]={
28564  category="lo",
28565  description="MALAYALAM LETTER SHA",
28566  direction="l",
28567  indic="c",
28568  linebreak="al",
28569  unicodeslot=0xD36,
28570 },
28571 [0xD37]={
28572  category="lo",
28573  description="MALAYALAM LETTER SSA",
28574  direction="l",
28575  indic="c",
28576  linebreak="al",
28577  unicodeslot=0xD37,
28578 },
28579 [0xD38]={
28580  category="lo",
28581  description="MALAYALAM LETTER SA",
28582  direction="l",
28583  indic="c",
28584  linebreak="al",
28585  unicodeslot=0xD38,
28586 },
28587 [0xD39]={
28588  category="lo",
28589  description="MALAYALAM LETTER HA",
28590  direction="l",
28591  indic="c",
28592  linebreak="al",
28593  unicodeslot=0xD39,
28594 },
28595 [0xD3A]={
28596  category="lo",
28597  description="MALAYALAM LETTER TTTA",
28598  direction="l",
28599  indic="c",
28600  linebreak="al",
28601  unicodeslot=0xD3A,
28602 },
28603 [0xD3B]={
28604  category="mn",
28605  combining=0x9,
28606  description="MALAYALAM SIGN VERTICAL BAR VIRAMA",
28607  direction="nsm",
28608  indic="o",
28609  linebreak="cm",
28610  unicodeslot=0xD3B,
28611 },
28612 [0xD3C]={
28613  category="mn",
28614  combining=0x9,
28615  description="MALAYALAM SIGN CIRCULAR VIRAMA",
28616  direction="nsm",
28617  indic="o",
28618  linebreak="cm",
28619  unicodeslot=0xD3C,
28620 },
28621 [0xD3D]={
28622  category="lo",
28623  description="MALAYALAM SIGN AVAGRAHA",
28624  direction="l",
28625  indic="o",
28626  linebreak="al",
28627  unicodeslot=0xD3D,
28628 },
28629 [0xD3E]={
28630  category="mc",
28631  description="MALAYALAM VOWEL SIGN AA",
28632  direction="l",
28633  indic="d",
28634  indicmark="r",
28635  indicorder="ap",
28636  linebreak="cm",
28637  unicodeslot=0xD3E,
28638 },
28639 [0xD3F]={
28640  category="mc",
28641  description="MALAYALAM VOWEL SIGN I",
28642  direction="l",
28643  indic="d",
28644  indicmark="r",
28645  indicorder="ap",
28646  linebreak="cm",
28647  unicodeslot=0xD3F,
28648 },
28649 [0xD40]={
28650  category="mc",
28651  description="MALAYALAM VOWEL SIGN II",
28652  direction="l",
28653  indic="d",
28654  indicmark="r",
28655  indicorder="ap",
28656  linebreak="cm",
28657  unicodeslot=0xD40,
28658 },
28659 [0xD41]={
28660  category="mn",
28661  description="MALAYALAM VOWEL SIGN U",
28662  direction="nsm",
28663  indic="d",
28664  indicmark="r",
28665  indicorder="ap",
28666  linebreak="cm",
28667  unicodeslot=0xD41,
28668 },
28669 [0xD42]={
28670  category="mn",
28671  description="MALAYALAM VOWEL SIGN UU",
28672  direction="nsm",
28673  indic="d",
28674  indicmark="r",
28675  indicorder="ap",
28676  linebreak="cm",
28677  unicodeslot=0xD42,
28678 },
28679 [0xD43]={
28680  category="mn",
28681  description="MALAYALAM VOWEL SIGN VOCALIC R",
28682  direction="nsm",
28683  indic="d",
28684  indicmark="r",
28685  indicorder="ap",
28686  linebreak="cm",
28687  unicodeslot=0xD43,
28688 },
28689 [0xD44]={
28690  category="mn",
28691  description="MALAYALAM VOWEL SIGN VOCALIC RR",
28692  direction="nsm",
28693  indic="d",
28694  indicmark="r",
28695  linebreak="cm",
28696  unicodeslot=0xD44,
28697 },
28698 [0xD46]={
28699  category="mc",
28700  description="MALAYALAM VOWEL SIGN E",
28701  direction="l",
28702  indic="d",
28703  indicmark="l",
28704  indicorder="bm",
28705  linebreak="cm",
28706  unicodeslot=0xD46,
28707 },
28708 [0xD47]={
28709  category="mc",
28710  description="MALAYALAM VOWEL SIGN EE",
28711  direction="l",
28712  indic="d",
28713  indicmark="l",
28714  indicorder="bm",
28715  linebreak="cm",
28716  unicodeslot=0xD47,
28717 },
28718 [0xD48]={
28719  category="mc",
28720  description="MALAYALAM VOWEL SIGN AI",
28721  direction="l",
28722  indic="d",
28723  indicmark="l",
28724  indicorder="bm",
28725  linebreak="cm",
28726  unicodeslot=0xD48,
28727 },
28728 [0xD4A]={
28729  category="mc",
28730  description="MALAYALAM VOWEL SIGN O",
28731  direction="l",
28732  indic="d",
28733  indicmark="s",
28734  linebreak="cm",
28735  specials={ "char", 0xD46, 0xD3E },
28736  unicodeslot=0xD4A,
28737 },
28738 [0xD4B]={
28739  category="mc",
28740  description="MALAYALAM VOWEL SIGN OO",
28741  direction="l",
28742  indic="d",
28743  indicmark="s",
28744  linebreak="cm",
28745  specials={ "char", 0xD47, 0xD3E },
28746  unicodeslot=0xD4B,
28747 },
28748 [0xD4C]={
28749  category="mc",
28750  description="MALAYALAM VOWEL SIGN AU",
28751  direction="l",
28752  indic="d",
28753  indicmark="s",
28754  linebreak="cm",
28755  specials={ "char", 0xD46, 0xD57 },
28756  unicodeslot=0xD4C,
28757 },
28758 [0xD4D]={
28759  category="mn",
28760  combining=0x9,
28761  description="MALAYALAM SIGN VIRAMA",
28762  direction="nsm",
28763  indic="o",
28764  indicclass="halant",
28765  indicmark="r",
28766  linebreak="cm",
28767  synonyms={ "malayalam chandrakkala", "malayalam vowel half-u" },
28768  unicodeslot=0xD4D,
28769 },
28770 [0xD4E]={
28771  category="lo",
28772  description="MALAYALAM LETTER DOT REPH",
28773  direction="l",
28774  indic="o",
28775  indicmark="t",
28776  linebreak="al",
28777  unicodeslot=0xD4E,
28778 },
28779 [0xD4F]={
28780  category="so",
28781  description="MALAYALAM SIGN PARA",
28782  direction="l",
28783  indic="o",
28784  linebreak="al",
28785  unicodeslot=0xD4F,
28786 },
28787 [0xD54]={
28788  category="lo",
28789  description="MALAYALAM LETTER CHILLU M",
28790  direction="l",
28791  indic="o",
28792  linebreak="al",
28793  unicodeslot=0xD54,
28794 },
28795 [0xD55]={
28796  category="lo",
28797  description="MALAYALAM LETTER CHILLU Y",
28798  direction="l",
28799  indic="o",
28800  linebreak="al",
28801  unicodeslot=0xD55,
28802 },
28803 [0xD56]={
28804  category="lo",
28805  description="MALAYALAM LETTER CHILLU LLL",
28806  direction="l",
28807  indic="o",
28808  linebreak="al",
28809  unicodeslot=0xD56,
28810 },
28811 [0xD57]={
28812  category="mc",
28813  description="MALAYALAM AU LENGTH MARK",
28814  direction="l",
28815  indic="d",
28816  indicmark="r",
28817  indicorder="ap",
28818  linebreak="cm",
28819  unicodeslot=0xD57,
28820 },
28821 [0xD58]={
28822  category="no",
28823  description="MALAYALAM FRACTION ONE ONE-HUNDRED-AND-SIXTIETH",
28824  direction="l",
28825  indic="o",
28826  linebreak="al",
28827  unicodeslot=0xD58,
28828 },
28829 [0xD59]={
28830  category="no",
28831  description="MALAYALAM FRACTION ONE FORTIETH",
28832  direction="l",
28833  indic="o",
28834  linebreak="al",
28835  unicodeslot=0xD59,
28836 },
28837 [0xD5A]={
28838  category="no",
28839  description="MALAYALAM FRACTION THREE EIGHTIETHS",
28840  direction="l",
28841  indic="o",
28842  linebreak="al",
28843  unicodeslot=0xD5A,
28844 },
28845 [0xD5B]={
28846  category="no",
28847  description="MALAYALAM FRACTION ONE TWENTIETH",
28848  direction="l",
28849  indic="o",
28850  linebreak="al",
28851  unicodeslot=0xD5B,
28852 },
28853 [0xD5C]={
28854  category="no",
28855  description="MALAYALAM FRACTION ONE TENTH",
28856  direction="l",
28857  indic="o",
28858  linebreak="al",
28859  unicodeslot=0xD5C,
28860 },
28861 [0xD5D]={
28862  category="no",
28863  description="MALAYALAM FRACTION THREE TWENTIETHS",
28864  direction="l",
28865  indic="o",
28866  linebreak="al",
28867  unicodeslot=0xD5D,
28868 },
28869 [0xD5E]={
28870  category="no",
28871  description="MALAYALAM FRACTION ONE FIFTH",
28872  direction="l",
28873  indic="o",
28874  linebreak="al",
28875  unicodeslot=0xD5E,
28876 },
28877 [0xD5F]={
28878  category="lo",
28879  description="MALAYALAM LETTER ARCHAIC II",
28880  direction="l",
28881  indic="i",
28882  linebreak="al",
28883  unicodeslot=0xD5F,
28884 },
28885 [0xD60]={
28886  category="lo",
28887  description="MALAYALAM LETTER VOCALIC RR",
28888  direction="l",
28889  indic="i",
28890  linebreak="al",
28891  unicodeslot=0xD60,
28892 },
28893 [0xD61]={
28894  category="lo",
28895  description="MALAYALAM LETTER VOCALIC LL",
28896  direction="l",
28897  indic="i",
28898  linebreak="al",
28899  unicodeslot=0xD61,
28900 },
28901 [0xD62]={
28902  category="mn",
28903  description="MALAYALAM VOWEL SIGN VOCALIC L",
28904  direction="nsm",
28905  indic="d",
28906  indicmark="b",
28907  linebreak="cm",
28908  unicodeslot=0xD62,
28909 },
28910 [0xD63]={
28911  category="mn",
28912  description="MALAYALAM VOWEL SIGN VOCALIC LL",
28913  direction="nsm",
28914  indic="d",
28915  indicmark="b",
28916  linebreak="cm",
28917  unicodeslot=0xD63,
28918 },
28919 [0xD66]={
28920  category="nd",
28921  description="MALAYALAM DIGIT ZERO",
28922  direction="l",
28923  indic="o",
28924  linebreak="nu",
28925  unicodeslot=0xD66,
28926 },
28927 [0xD67]={
28928  category="nd",
28929  description="MALAYALAM DIGIT ONE",
28930  direction="l",
28931  indic="o",
28932  linebreak="nu",
28933  unicodeslot=0xD67,
28934 },
28935 [0xD68]={
28936  category="nd",
28937  description="MALAYALAM DIGIT TWO",
28938  direction="l",
28939  indic="o",
28940  linebreak="nu",
28941  unicodeslot=0xD68,
28942 },
28943 [0xD69]={
28944  category="nd",
28945  description="MALAYALAM DIGIT THREE",
28946  direction="l",
28947  indic="o",
28948  linebreak="nu",
28949  unicodeslot=0xD69,
28950 },
28951 [0xD6A]={
28952  category="nd",
28953  description="MALAYALAM DIGIT FOUR",
28954  direction="l",
28955  indic="o",
28956  linebreak="nu",
28957  unicodeslot=0xD6A,
28958 },
28959 [0xD6B]={
28960  category="nd",
28961  description="MALAYALAM DIGIT FIVE",
28962  direction="l",
28963  indic="o",
28964  linebreak="nu",
28965  unicodeslot=0xD6B,
28966 },
28967 [0xD6C]={
28968  category="nd",
28969  description="MALAYALAM DIGIT SIX",
28970  direction="l",
28971  indic="o",
28972  linebreak="nu",
28973  unicodeslot=0xD6C,
28974 },
28975 [0xD6D]={
28976  category="nd",
28977  description="MALAYALAM DIGIT SEVEN",
28978  direction="l",
28979  indic="o",
28980  linebreak="nu",
28981  unicodeslot=0xD6D,
28982 },
28983 [0xD6E]={
28984  category="nd",
28985  description="MALAYALAM DIGIT EIGHT",
28986  direction="l",
28987  indic="o",
28988  linebreak="nu",
28989  unicodeslot=0xD6E,
28990 },
28991 [0xD6F]={
28992  category="nd",
28993  description="MALAYALAM DIGIT NINE",
28994  direction="l",
28995  indic="o",
28996  linebreak="nu",
28997  unicodeslot=0xD6F,
28998 },
28999 [0xD70]={
29000  category="no",
29001  description="MALAYALAM NUMBER TEN",
29002  direction="l",
29003  indic="o",
29004  linebreak="al",
29005  unicodeslot=0xD70,
29006 },
29007 [0xD71]={
29008  category="no",
29009  description="MALAYALAM NUMBER ONE HUNDRED",
29010  direction="l",
29011  indic="o",
29012  linebreak="al",
29013  unicodeslot=0xD71,
29014 },
29015 [0xD72]={
29016  category="no",
29017  description="MALAYALAM NUMBER ONE THOUSAND",
29018  direction="l",
29019  indic="o",
29020  linebreak="al",
29021  unicodeslot=0xD72,
29022 },
29023 [0xD73]={
29024  category="no",
29025  description="MALAYALAM FRACTION ONE QUARTER",
29026  direction="l",
29027  indic="o",
29028  linebreak="al",
29029  unicodeslot=0xD73,
29030 },
29031 [0xD74]={
29032  category="no",
29033  description="MALAYALAM FRACTION ONE HALF",
29034  direction="l",
29035  indic="o",
29036  linebreak="al",
29037  unicodeslot=0xD74,
29038 },
29039 [0xD75]={
29040  category="no",
29041  description="MALAYALAM FRACTION THREE QUARTERS",
29042  direction="l",
29043  indic="o",
29044  linebreak="al",
29045  unicodeslot=0xD75,
29046 },
29047 [0xD76]={
29048  category="no",
29049  description="MALAYALAM FRACTION ONE SIXTEENTH",
29050  direction="l",
29051  indic="o",
29052  linebreak="al",
29053  unicodeslot=0xD76,
29054 },
29055 [0xD77]={
29056  category="no",
29057  description="MALAYALAM FRACTION ONE EIGHTH",
29058  direction="l",
29059  indic="o",
29060  linebreak="al",
29061  unicodeslot=0xD77,
29062 },
29063 [0xD78]={
29064  category="no",
29065  description="MALAYALAM FRACTION THREE SIXTEENTHS",
29066  direction="l",
29067  indic="o",
29068  linebreak="al",
29069  unicodeslot=0xD78,
29070 },
29071 [0xD79]={
29072  category="so",
29073  description="MALAYALAM DATE MARK",
29074  direction="l",
29075  indic="o",
29076  linebreak="po",
29077  unicodeslot=0xD79,
29078 },
29079 [0xD7A]={
29080  category="lo",
29081  description="MALAYALAM LETTER CHILLU NN",
29082  direction="l",
29083  indic="o",
29084  linebreak="al",
29085  unicodeslot=0xD7A,
29086 },
29087 [0xD7B]={
29088  category="lo",
29089  description="MALAYALAM LETTER CHILLU N",
29090  direction="l",
29091  indic="o",
29092  linebreak="al",
29093  unicodeslot=0xD7B,
29094 },
29095 [0xD7C]={
29096  category="lo",
29097  description="MALAYALAM LETTER CHILLU RR",
29098  direction="l",
29099  indic="o",
29100  linebreak="al",
29101  unicodeslot=0xD7C,
29102 },
29103 [0xD7D]={
29104  category="lo",
29105  description="MALAYALAM LETTER CHILLU L",
29106  direction="l",
29107  indic="o",
29108  linebreak="al",
29109  unicodeslot=0xD7D,
29110 },
29111 [0xD7E]={
29112  category="lo",
29113  description="MALAYALAM LETTER CHILLU LL",
29114  direction="l",
29115  indic="o",
29116  linebreak="al",
29117  unicodeslot=0xD7E,
29118 },
29119 [0xD7F]={
29120  category="lo",
29121  description="MALAYALAM LETTER CHILLU K",
29122  direction="l",
29123  indic="o",
29124  linebreak="al",
29125  unicodeslot=0xD7F,
29126 },
29127 [0xD81]={
29128  category="mn",
29129  description="SINHALA SIGN CANDRABINDU",
29130  direction="nsm",
29131  linebreak="cm",
29132  unicodeslot=0xD81,
29133 },
29134 [0xD82]={
29135  category="mc",
29136  description="SINHALA SIGN ANUSVARAYA",
29137  direction="l",
29138  linebreak="cm",
29139  unicodeslot=0xD82,
29140 },
29141 [0xD83]={
29142  category="mc",
29143  description="SINHALA SIGN VISARGAYA",
29144  direction="l",
29145  linebreak="cm",
29146  unicodeslot=0xD83,
29147 },
29148 [0xD85]={
29149  category="lo",
29150  description="SINHALA LETTER AYANNA",
29151  direction="l",
29152  linebreak="al",
29153  unicodeslot=0xD85,
29154 },
29155 [0xD86]={
29156  category="lo",
29157  description="SINHALA LETTER AAYANNA",
29158  direction="l",
29159  linebreak="al",
29160  unicodeslot=0xD86,
29161 },
29162 [0xD87]={
29163  category="lo",
29164  description="SINHALA LETTER AEYANNA",
29165  direction="l",
29166  linebreak="al",
29167  unicodeslot=0xD87,
29168 },
29169 [0xD88]={
29170  category="lo",
29171  description="SINHALA LETTER AEEYANNA",
29172  direction="l",
29173  linebreak="al",
29174  unicodeslot=0xD88,
29175 },
29176 [0xD89]={
29177  category="lo",
29178  description="SINHALA LETTER IYANNA",
29179  direction="l",
29180  linebreak="al",
29181  unicodeslot=0xD89,
29182 },
29183 [0xD8A]={
29184  category="lo",
29185  description="SINHALA LETTER IIYANNA",
29186  direction="l",
29187  linebreak="al",
29188  unicodeslot=0xD8A,
29189 },
29190 [0xD8B]={
29191  category="lo",
29192  description="SINHALA LETTER UYANNA",
29193  direction="l",
29194  linebreak="al",
29195  unicodeslot=0xD8B,
29196 },
29197 [0xD8C]={
29198  category="lo",
29199  description="SINHALA LETTER UUYANNA",
29200  direction="l",
29201  linebreak="al",
29202  unicodeslot=0xD8C,
29203 },
29204 [0xD8D]={
29205  category="lo",
29206  description="SINHALA LETTER IRUYANNA",
29207  direction="l",
29208  linebreak="al",
29209  unicodeslot=0xD8D,
29210 },
29211 [0xD8E]={
29212  category="lo",
29213  description="SINHALA LETTER IRUUYANNA",
29214  direction="l",
29215  linebreak="al",
29216  unicodeslot=0xD8E,
29217 },
29218 [0xD8F]={
29219  category="lo",
29220  description="SINHALA LETTER ILUYANNA",
29221  direction="l",
29222  linebreak="al",
29223  unicodeslot=0xD8F,
29224 },
29225 [0xD90]={
29226  category="lo",
29227  description="SINHALA LETTER ILUUYANNA",
29228  direction="l",
29229  linebreak="al",
29230  unicodeslot=0xD90,
29231 },
29232 [0xD91]={
29233  category="lo",
29234  description="SINHALA LETTER EYANNA",
29235  direction="l",
29236  linebreak="al",
29237  unicodeslot=0xD91,
29238 },
29239 [0xD92]={
29240  category="lo",
29241  description="SINHALA LETTER EEYANNA",
29242  direction="l",
29243  linebreak="al",
29244  unicodeslot=0xD92,
29245 },
29246 [0xD93]={
29247  category="lo",
29248  description="SINHALA LETTER AIYANNA",
29249  direction="l",
29250  linebreak="al",
29251  unicodeslot=0xD93,
29252 },
29253 [0xD94]={
29254  category="lo",
29255  description="SINHALA LETTER OYANNA",
29256  direction="l",
29257  linebreak="al",
29258  unicodeslot=0xD94,
29259 },
29260 [0xD95]={
29261  category="lo",
29262  description="SINHALA LETTER OOYANNA",
29263  direction="l",
29264  linebreak="al",
29265  unicodeslot=0xD95,
29266 },
29267 [0xD96]={
29268  category="lo",
29269  description="SINHALA LETTER AUYANNA",
29270  direction="l",
29271  linebreak="al",
29272  unicodeslot=0xD96,
29273 },
29274 [0xD9A]={
29275  category="lo",
29276  description="SINHALA LETTER ALPAPRAANA KAYANNA",
29277  direction="l",
29278  linebreak="al",
29279  unicodeslot=0xD9A,
29280 },
29281 [0xD9B]={
29282  category="lo",
29283  description="SINHALA LETTER MAHAAPRAANA KAYANNA",
29284  direction="l",
29285  linebreak="al",
29286  unicodeslot=0xD9B,
29287 },
29288 [0xD9C]={
29289  category="lo",
29290  description="SINHALA LETTER ALPAPRAANA GAYANNA",
29291  direction="l",
29292  linebreak="al",
29293  unicodeslot=0xD9C,
29294 },
29295 [0xD9D]={
29296  category="lo",
29297  description="SINHALA LETTER MAHAAPRAANA GAYANNA",
29298  direction="l",
29299  linebreak="al",
29300  unicodeslot=0xD9D,
29301 },
29302 [0xD9E]={
29303  category="lo",
29304  description="SINHALA LETTER KANTAJA NAASIKYAYA",
29305  direction="l",
29306  linebreak="al",
29307  unicodeslot=0xD9E,
29308 },
29309 [0xD9F]={
29310  category="lo",
29311  description="SINHALA LETTER SANYAKA GAYANNA",
29312  direction="l",
29313  linebreak="al",
29314  unicodeslot=0xD9F,
29315 },
29316 [0xDA0]={
29317  category="lo",
29318  description="SINHALA LETTER ALPAPRAANA CAYANNA",
29319  direction="l",
29320  linebreak="al",
29321  unicodeslot=0xDA0,
29322 },
29323 [0xDA1]={
29324  category="lo",
29325  description="SINHALA LETTER MAHAAPRAANA CAYANNA",
29326  direction="l",
29327  linebreak="al",
29328  unicodeslot=0xDA1,
29329 },
29330 [0xDA2]={
29331  category="lo",
29332  description="SINHALA LETTER ALPAPRAANA JAYANNA",
29333  direction="l",
29334  linebreak="al",
29335  unicodeslot=0xDA2,
29336 },
29337 [0xDA3]={
29338  category="lo",
29339  description="SINHALA LETTER MAHAAPRAANA JAYANNA",
29340  direction="l",
29341  linebreak="al",
29342  unicodeslot=0xDA3,
29343 },
29344 [0xDA4]={
29345  category="lo",
29346  description="SINHALA LETTER TAALUJA NAASIKYAYA",
29347  direction="l",
29348  linebreak="al",
29349  unicodeslot=0xDA4,
29350 },
29351 [0xDA5]={
29352  category="lo",
29353  description="SINHALA LETTER TAALUJA SANYOOGA NAAKSIKYAYA",
29354  direction="l",
29355  linebreak="al",
29356  unicodeslot=0xDA5,
29357 },
29358 [0xDA6]={
29359  category="lo",
29360  description="SINHALA LETTER SANYAKA JAYANNA",
29361  direction="l",
29362  linebreak="al",
29363  unicodeslot=0xDA6,
29364 },
29365 [0xDA7]={
29366  category="lo",
29367  description="SINHALA LETTER ALPAPRAANA TTAYANNA",
29368  direction="l",
29369  linebreak="al",
29370  unicodeslot=0xDA7,
29371 },
29372 [0xDA8]={
29373  category="lo",
29374  description="SINHALA LETTER MAHAAPRAANA TTAYANNA",
29375  direction="l",
29376  linebreak="al",
29377  unicodeslot=0xDA8,
29378 },
29379 [0xDA9]={
29380  category="lo",
29381  description="SINHALA LETTER ALPAPRAANA DDAYANNA",
29382  direction="l",
29383  linebreak="al",
29384  unicodeslot=0xDA9,
29385 },
29386 [0xDAA]={
29387  category="lo",
29388  description="SINHALA LETTER MAHAAPRAANA DDAYANNA",
29389  direction="l",
29390  linebreak="al",
29391  unicodeslot=0xDAA,
29392 },
29393 [0xDAB]={
29394  category="lo",
29395  description="SINHALA LETTER MUURDHAJA NAYANNA",
29396  direction="l",
29397  linebreak="al",
29398  unicodeslot=0xDAB,
29399 },
29400 [0xDAC]={
29401  category="lo",
29402  description="SINHALA LETTER SANYAKA DDAYANNA",
29403  direction="l",
29404  linebreak="al",
29405  unicodeslot=0xDAC,
29406 },
29407 [0xDAD]={
29408  category="lo",
29409  description="SINHALA LETTER ALPAPRAANA TAYANNA",
29410  direction="l",
29411  linebreak="al",
29412  unicodeslot=0xDAD,
29413 },
29414 [0xDAE]={
29415  category="lo",
29416  description="SINHALA LETTER MAHAAPRAANA TAYANNA",
29417  direction="l",
29418  linebreak="al",
29419  unicodeslot=0xDAE,
29420 },
29421 [0xDAF]={
29422  category="lo",
29423  description="SINHALA LETTER ALPAPRAANA DAYANNA",
29424  direction="l",
29425  linebreak="al",
29426  unicodeslot=0xDAF,
29427 },
29428 [0xDB0]={
29429  category="lo",
29430  description="SINHALA LETTER MAHAAPRAANA DAYANNA",
29431  direction="l",
29432  linebreak="al",
29433  unicodeslot=0xDB0,
29434 },
29435 [0xDB1]={
29436  category="lo",
29437  description="SINHALA LETTER DANTAJA NAYANNA",
29438  direction="l",
29439  linebreak="al",
29440  unicodeslot=0xDB1,
29441 },
29442 [0xDB3]={
29443  category="lo",
29444  description="SINHALA LETTER SANYAKA DAYANNA",
29445  direction="l",
29446  linebreak="al",
29447  unicodeslot=0xDB3,
29448 },
29449 [0xDB4]={
29450  category="lo",
29451  description="SINHALA LETTER ALPAPRAANA PAYANNA",
29452  direction="l",
29453  linebreak="al",
29454  unicodeslot=0xDB4,
29455 },
29456 [0xDB5]={
29457  category="lo",
29458  description="SINHALA LETTER MAHAAPRAANA PAYANNA",
29459  direction="l",
29460  linebreak="al",
29461  unicodeslot=0xDB5,
29462 },
29463 [0xDB6]={
29464  category="lo",
29465  description="SINHALA LETTER ALPAPRAANA BAYANNA",
29466  direction="l",
29467  linebreak="al",
29468  unicodeslot=0xDB6,
29469 },
29470 [0xDB7]={
29471  category="lo",
29472  description="SINHALA LETTER MAHAAPRAANA BAYANNA",
29473  direction="l",
29474  linebreak="al",
29475  unicodeslot=0xDB7,
29476 },
29477 [0xDB8]={
29478  category="lo",
29479  description="SINHALA LETTER MAYANNA",
29480  direction="l",
29481  linebreak="al",
29482  unicodeslot=0xDB8,
29483 },
29484 [0xDB9]={
29485  category="lo",
29486  description="SINHALA LETTER AMBA BAYANNA",
29487  direction="l",
29488  linebreak="al",
29489  unicodeslot=0xDB9,
29490 },
29491 [0xDBA]={
29492  category="lo",
29493  description="SINHALA LETTER YAYANNA",
29494  direction="l",
29495  linebreak="al",
29496  unicodeslot=0xDBA,
29497 },
29498 [0xDBB]={
29499  category="lo",
29500  description="SINHALA LETTER RAYANNA",
29501  direction="l",
29502  linebreak="al",
29503  unicodeslot=0xDBB,
29504 },
29505 [0xDBD]={
29506  category="lo",
29507  description="SINHALA LETTER DANTAJA LAYANNA",
29508  direction="l",
29509  linebreak="al",
29510  unicodeslot=0xDBD,
29511 },
29512 [0xDC0]={
29513  category="lo",
29514  description="SINHALA LETTER VAYANNA",
29515  direction="l",
29516  linebreak="al",
29517  unicodeslot=0xDC0,
29518 },
29519 [0xDC1]={
29520  category="lo",
29521  description="SINHALA LETTER TAALUJA SAYANNA",
29522  direction="l",
29523  linebreak="al",
29524  unicodeslot=0xDC1,
29525 },
29526 [0xDC2]={
29527  category="lo",
29528  description="SINHALA LETTER MUURDHAJA SAYANNA",
29529  direction="l",
29530  linebreak="al",
29531  unicodeslot=0xDC2,
29532 },
29533 [0xDC3]={
29534  category="lo",
29535  description="SINHALA LETTER DANTAJA SAYANNA",
29536  direction="l",
29537  linebreak="al",
29538  unicodeslot=0xDC3,
29539 },
29540 [0xDC4]={
29541  category="lo",
29542  description="SINHALA LETTER HAYANNA",
29543  direction="l",
29544  linebreak="al",
29545  unicodeslot=0xDC4,
29546 },
29547 [0xDC5]={
29548  category="lo",
29549  description="SINHALA LETTER MUURDHAJA LAYANNA",
29550  direction="l",
29551  linebreak="al",
29552  unicodeslot=0xDC5,
29553 },
29554 [0xDC6]={
29555  category="lo",
29556  description="SINHALA LETTER FAYANNA",
29557  direction="l",
29558  linebreak="al",
29559  unicodeslot=0xDC6,
29560 },
29561 [0xDCA]={
29562  category="mn",
29563  combining=0x9,
29564  description="SINHALA SIGN AL-LAKUNA",
29565  direction="nsm",
29566  linebreak="cm",
29567  synonyms={ "sinhala virama" },
29568  unicodeslot=0xDCA,
29569 },
29570 [0xDCF]={
29571  category="mc",
29572  description="SINHALA VOWEL SIGN AELA-PILLA",
29573  direction="l",
29574  linebreak="cm",
29575  unicodeslot=0xDCF,
29576 },
29577 [0xDD0]={
29578  category="mc",
29579  description="SINHALA VOWEL SIGN KETTI AEDA-PILLA",
29580  direction="l",
29581  linebreak="cm",
29582  unicodeslot=0xDD0,
29583 },
29584 [0xDD1]={
29585  category="mc",
29586  description="SINHALA VOWEL SIGN DIGA AEDA-PILLA",
29587  direction="l",
29588  linebreak="cm",
29589  unicodeslot=0xDD1,
29590 },
29591 [0xDD2]={
29592  category="mn",
29593  description="SINHALA VOWEL SIGN KETTI IS-PILLA",
29594  direction="nsm",
29595  linebreak="cm",
29596  unicodeslot=0xDD2,
29597 },
29598 [0xDD3]={
29599  category="mn",
29600  description="SINHALA VOWEL SIGN DIGA IS-PILLA",
29601  direction="nsm",
29602  linebreak="cm",
29603  unicodeslot=0xDD3,
29604 },
29605 [0xDD4]={
29606  category="mn",
29607  description="SINHALA VOWEL SIGN KETTI PAA-PILLA",
29608  direction="nsm",
29609  linebreak="cm",
29610  unicodeslot=0xDD4,
29611 },
29612 [0xDD6]={
29613  category="mn",
29614  description="SINHALA VOWEL SIGN DIGA PAA-PILLA",
29615  direction="nsm",
29616  linebreak="cm",
29617  unicodeslot=0xDD6,
29618 },
29619 [0xDD8]={
29620  category="mc",
29621  description="SINHALA VOWEL SIGN GAETTA-PILLA",
29622  direction="l",
29623  linebreak="cm",
29624  unicodeslot=0xDD8,
29625 },
29626 [0xDD9]={
29627  category="mc",
29628  description="SINHALA VOWEL SIGN KOMBUVA",
29629  direction="l",
29630  linebreak="cm",
29631  unicodeslot=0xDD9,
29632 },
29633 [0xDDA]={
29634  category="mc",
29635  description="SINHALA VOWEL SIGN DIGA KOMBUVA",
29636  direction="l",
29637  linebreak="cm",
29638  specials={ "char", 0xDD9, 0xDCA },
29639  unicodeslot=0xDDA,
29640 },
29641 [0xDDB]={
29642  category="mc",
29643  description="SINHALA VOWEL SIGN KOMBU DEKA",
29644  direction="l",
29645  linebreak="cm",
29646  unicodeslot=0xDDB,
29647 },
29648 [0xDDC]={
29649  category="mc",
29650  description="SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA",
29651  direction="l",
29652  linebreak="cm",
29653  specials={ "char", 0xDD9, 0xDCF },
29654  unicodeslot=0xDDC,
29655 },
29656 [0xDDD]={
29657  category="mc",
29658  description="SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA",
29659  direction="l",
29660  linebreak="cm",
29661  specials={ "char", 0xDDC, 0xDCA },
29662  unicodeslot=0xDDD,
29663 },
29664 [0xDDE]={
29665  category="mc",
29666  description="SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA",
29667  direction="l",
29668  linebreak="cm",
29669  specials={ "char", 0xDD9, 0xDDF },
29670  unicodeslot=0xDDE,
29671 },
29672 [0xDDF]={
29673  category="mc",
29674  description="SINHALA VOWEL SIGN GAYANUKITTA",
29675  direction="l",
29676  linebreak="cm",
29677  unicodeslot=0xDDF,
29678 },
29679 [0xDE6]={
29680  category="nd",
29681  description="SINHALA LITH DIGIT ZERO",
29682  direction="l",
29683  linebreak="nu",
29684  unicodeslot=0xDE6,
29685 },
29686 [0xDE7]={
29687  category="nd",
29688  description="SINHALA LITH DIGIT ONE",
29689  direction="l",
29690  linebreak="nu",
29691  unicodeslot=0xDE7,
29692 },
29693 [0xDE8]={
29694  category="nd",
29695  description="SINHALA LITH DIGIT TWO",
29696  direction="l",
29697  linebreak="nu",
29698  unicodeslot=0xDE8,
29699 },
29700 [0xDE9]={
29701  category="nd",
29702  description="SINHALA LITH DIGIT THREE",
29703  direction="l",
29704  linebreak="nu",
29705  unicodeslot=0xDE9,
29706 },
29707 [0xDEA]={
29708  category="nd",
29709  description="SINHALA LITH DIGIT FOUR",
29710  direction="l",
29711  linebreak="nu",
29712  unicodeslot=0xDEA,
29713 },
29714 [0xDEB]={
29715  category="nd",
29716  description="SINHALA LITH DIGIT FIVE",
29717  direction="l",
29718  linebreak="nu",
29719  unicodeslot=0xDEB,
29720 },
29721 [0xDEC]={
29722  category="nd",
29723  description="SINHALA LITH DIGIT SIX",
29724  direction="l",
29725  linebreak="nu",
29726  unicodeslot=0xDEC,
29727 },
29728 [0xDED]={
29729  category="nd",
29730  description="SINHALA LITH DIGIT SEVEN",
29731  direction="l",
29732  linebreak="nu",
29733  unicodeslot=0xDED,
29734 },
29735 [0xDEE]={
29736  category="nd",
29737  description="SINHALA LITH DIGIT EIGHT",
29738  direction="l",
29739  linebreak="nu",
29740  unicodeslot=0xDEE,
29741 },
29742 [0xDEF]={
29743  category="nd",
29744  description="SINHALA LITH DIGIT NINE",
29745  direction="l",
29746  linebreak="nu",
29747  unicodeslot=0xDEF,
29748 },
29749 [0xDF2]={
29750  category="mc",
29751  description="SINHALA VOWEL SIGN DIGA GAETTA-PILLA",
29752  direction="l",
29753  linebreak="cm",
29754  unicodeslot=0xDF2,
29755 },
29756 [0xDF3]={
29757  category="mc",
29758  description="SINHALA VOWEL SIGN DIGA GAYANUKITTA",
29759  direction="l",
29760  linebreak="cm",
29761  unicodeslot=0xDF3,
29762 },
29763 [0xDF4]={
29764  category="po",
29765  description="SINHALA PUNCTUATION KUNDDALIYA",
29766  direction="l",
29767  linebreak="al",
29768  unicodeslot=0xDF4,
29769 },
29770 [0xE01]={
29771  adobename="kokaithai",
29772  category="lo",
29773  description="THAI CHARACTER KO KAI",
29774  direction="l",
29775  linebreak="sa",
29776  unicodeslot=0xE01,
29777 },
29778 [0xE02]={
29779  adobename="khokhaithai",
29780  category="lo",
29781  description="THAI CHARACTER KHO KHAI",
29782  direction="l",
29783  linebreak="sa",
29784  unicodeslot=0xE02,
29785 },
29786 [0xE03]={
29787  adobename="khokhuatthai",
29788  category="lo",
29789  description="THAI CHARACTER KHO KHUAT",
29790  direction="l",
29791  linebreak="sa",
29792  unicodeslot=0xE03,
29793 },
29794 [0xE04]={
29795  adobename="khokhwaithai",
29796  category="lo",
29797  description="THAI CHARACTER KHO KHWAI",
29798  direction="l",
29799  linebreak="sa",
29800  unicodeslot=0xE04,
29801 },
29802 [0xE05]={
29803  adobename="khokhonthai",
29804  category="lo",
29805  description="THAI CHARACTER KHO KHON",
29806  direction="l",
29807  linebreak="sa",
29808  unicodeslot=0xE05,
29809 },
29810 [0xE06]={
29811  adobename="khorakhangthai",
29812  category="lo",
29813  description="THAI CHARACTER KHO RAKHANG",
29814  direction="l",
29815  linebreak="sa",
29816  unicodeslot=0xE06,
29817 },
29818 [0xE07]={
29819  adobename="ngonguthai",
29820  category="lo",
29821  description="THAI CHARACTER NGO NGU",
29822  direction="l",
29823  linebreak="sa",
29824  unicodeslot=0xE07,
29825 },
29826 [0xE08]={
29827  adobename="chochanthai",
29828  category="lo",
29829  description="THAI CHARACTER CHO CHAN",
29830  direction="l",
29831  linebreak="sa",
29832  unicodeslot=0xE08,
29833 },
29834 [0xE09]={
29835  adobename="chochingthai",
29836  category="lo",
29837  description="THAI CHARACTER CHO CHING",
29838  direction="l",
29839  linebreak="sa",
29840  unicodeslot=0xE09,
29841 },
29842 [0xE0A]={
29843  adobename="chochangthai",
29844  category="lo",
29845  description="THAI CHARACTER CHO CHANG",
29846  direction="l",
29847  linebreak="sa",
29848  unicodeslot=0xE0A,
29849 },
29850 [0xE0B]={
29851  adobename="sosothai",
29852  category="lo",
29853  description="THAI CHARACTER SO SO",
29854  direction="l",
29855  linebreak="sa",
29856  unicodeslot=0xE0B,
29857 },
29858 [0xE0C]={
29859  adobename="chochoethai",
29860  category="lo",
29861  description="THAI CHARACTER CHO CHOE",
29862  direction="l",
29863  linebreak="sa",
29864  unicodeslot=0xE0C,
29865 },
29866 [0xE0D]={
29867  adobename="yoyingthai",
29868  category="lo",
29869  description="THAI CHARACTER YO YING",
29870  direction="l",
29871  linebreak="sa",
29872  unicodeslot=0xE0D,
29873 },
29874 [0xE0E]={
29875  adobename="dochadathai",
29876  category="lo",
29877  description="THAI CHARACTER DO CHADA",
29878  direction="l",
29879  linebreak="sa",
29880  unicodeslot=0xE0E,
29881 },
29882 [0xE0F]={
29883  adobename="topatakthai",
29884  category="lo",
29885  description="THAI CHARACTER TO PATAK",
29886  direction="l",
29887  linebreak="sa",
29888  unicodeslot=0xE0F,
29889 },
29890 [0xE10]={
29891  adobename="thothanthai",
29892  category="lo",
29893  description="THAI CHARACTER THO THAN",
29894  direction="l",
29895  linebreak="sa",
29896  unicodeslot=0xE10,
29897 },
29898 [0xE11]={
29899  adobename="thonangmonthothai",
29900  category="lo",
29901  description="THAI CHARACTER THO NANGMONTHO",
29902  direction="l",
29903  linebreak="sa",
29904  unicodeslot=0xE11,
29905 },
29906 [0xE12]={
29907  adobename="thophuthaothai",
29908  category="lo",
29909  description="THAI CHARACTER THO PHUTHAO",
29910  direction="l",
29911  linebreak="sa",
29912  unicodeslot=0xE12,
29913 },
29914 [0xE13]={
29915  adobename="nonenthai",
29916  category="lo",
29917  description="THAI CHARACTER NO NEN",
29918  direction="l",
29919  linebreak="sa",
29920  unicodeslot=0xE13,
29921 },
29922 [0xE14]={
29923  adobename="dodekthai",
29924  category="lo",
29925  description="THAI CHARACTER DO DEK",
29926  direction="l",
29927  linebreak="sa",
29928  unicodeslot=0xE14,
29929 },
29930 [0xE15]={
29931  adobename="totaothai",
29932  category="lo",
29933  description="THAI CHARACTER TO TAO",
29934  direction="l",
29935  linebreak="sa",
29936  unicodeslot=0xE15,
29937 },
29938 [0xE16]={
29939  adobename="thothungthai",
29940  category="lo",
29941  description="THAI CHARACTER THO THUNG",
29942  direction="l",
29943  linebreak="sa",
29944  unicodeslot=0xE16,
29945 },
29946 [0xE17]={
29947  adobename="thothahanthai",
29948  category="lo",
29949  description="THAI CHARACTER THO THAHAN",
29950  direction="l",
29951  linebreak="sa",
29952  unicodeslot=0xE17,
29953 },
29954 [0xE18]={
29955  adobename="thothongthai",
29956  category="lo",
29957  description="THAI CHARACTER THO THONG",
29958  direction="l",
29959  linebreak="sa",
29960  unicodeslot=0xE18,
29961 },
29962 [0xE19]={
29963  adobename="nonuthai",
29964  category="lo",
29965  description="THAI CHARACTER NO NU",
29966  direction="l",
29967  linebreak="sa",
29968  unicodeslot=0xE19,
29969 },
29970 [0xE1A]={
29971  adobename="bobaimaithai",
29972  category="lo",
29973  description="THAI CHARACTER BO BAIMAI",
29974  direction="l",
29975  linebreak="sa",
29976  unicodeslot=0xE1A,
29977 },
29978 [0xE1B]={
29979  adobename="poplathai",
29980  category="lo",
29981  description="THAI CHARACTER PO PLA",
29982  direction="l",
29983  linebreak="sa",
29984  unicodeslot=0xE1B,
29985 },
29986 [0xE1C]={
29987  adobename="phophungthai",
29988  category="lo",
29989  description="THAI CHARACTER PHO PHUNG",
29990  direction="l",
29991  linebreak="sa",
29992  unicodeslot=0xE1C,
29993 },
29994 [0xE1D]={
29995  adobename="fofathai",
29996  category="lo",
29997  description="THAI CHARACTER FO FA",
29998  direction="l",
29999  linebreak="sa",
30000  unicodeslot=0xE1D,
30001 },
30002 [0xE1E]={
30003  adobename="phophanthai",
30004  category="lo",
30005  description="THAI CHARACTER PHO PHAN",
30006  direction="l",
30007  linebreak="sa",
30008  unicodeslot=0xE1E,
30009 },
30010 [0xE1F]={
30011  adobename="fofanthai",
30012  category="lo",
30013  description="THAI CHARACTER FO FAN",
30014  direction="l",
30015  linebreak="sa",
30016  unicodeslot=0xE1F,
30017 },
30018 [0xE20]={
30019  adobename="phosamphaothai",
30020  category="lo",
30021  description="THAI CHARACTER PHO SAMPHAO",
30022  direction="l",
30023  linebreak="sa",
30024  unicodeslot=0xE20,
30025 },
30026 [0xE21]={
30027  adobename="momathai",
30028  category="lo",
30029  description="THAI CHARACTER MO MA",
30030  direction="l",
30031  linebreak="sa",
30032  unicodeslot=0xE21,
30033 },
30034 [0xE22]={
30035  adobename="yoyakthai",
30036  category="lo",
30037  description="THAI CHARACTER YO YAK",
30038  direction="l",
30039  linebreak="sa",
30040  unicodeslot=0xE22,
30041 },
30042 [0xE23]={
30043  adobename="roruathai",
30044  category="lo",
30045  description="THAI CHARACTER RO RUA",
30046  direction="l",
30047  linebreak="sa",
30048  unicodeslot=0xE23,
30049 },
30050 [0xE24]={
30051  adobename="ruthai",
30052  category="lo",
30053  description="THAI CHARACTER RU",
30054  direction="l",
30055  linebreak="sa",
30056  unicodeslot=0xE24,
30057 },
30058 [0xE25]={
30059  adobename="lolingthai",
30060  category="lo",
30061  description="THAI CHARACTER LO LING",
30062  direction="l",
30063  linebreak="sa",
30064  unicodeslot=0xE25,
30065 },
30066 [0xE26]={
30067  adobename="luthai",
30068  category="lo",
30069  description="THAI CHARACTER LU",
30070  direction="l",
30071  linebreak="sa",
30072  unicodeslot=0xE26,
30073 },
30074 [0xE27]={
30075  adobename="wowaenthai",
30076  category="lo",
30077  description="THAI CHARACTER WO WAEN",
30078  direction="l",
30079  linebreak="sa",
30080  unicodeslot=0xE27,
30081 },
30082 [0xE28]={
30083  adobename="sosalathai",
30084  category="lo",
30085  description="THAI CHARACTER SO SALA",
30086  direction="l",
30087  linebreak="sa",
30088  unicodeslot=0xE28,
30089 },
30090 [0xE29]={
30091  adobename="sorusithai",
30092  category="lo",
30093  description="THAI CHARACTER SO RUSI",
30094  direction="l",
30095  linebreak="sa",
30096  unicodeslot=0xE29,
30097 },
30098 [0xE2A]={
30099  adobename="sosuathai",
30100  category="lo",
30101  description="THAI CHARACTER SO SUA",
30102  direction="l",
30103  linebreak="sa",
30104  unicodeslot=0xE2A,
30105 },
30106 [0xE2B]={
30107  adobename="hohipthai",
30108  category="lo",
30109  description="THAI CHARACTER HO HIP",
30110  direction="l",
30111  linebreak="sa",
30112  unicodeslot=0xE2B,
30113 },
30114 [0xE2C]={
30115  adobename="lochulathai",
30116  category="lo",
30117  description="THAI CHARACTER LO CHULA",
30118  direction="l",
30119  linebreak="sa",
30120  unicodeslot=0xE2C,
30121 },
30122 [0xE2D]={
30123  adobename="oangthai",
30124  category="lo",
30125  description="THAI CHARACTER O ANG",
30126  direction="l",
30127  linebreak="sa",
30128  unicodeslot=0xE2D,
30129 },
30130 [0xE2E]={
30131  adobename="honokhukthai",
30132  category="lo",
30133  description="THAI CHARACTER HO NOKHUK",
30134  direction="l",
30135  linebreak="sa",
30136  unicodeslot=0xE2E,
30137 },
30138 [0xE2F]={
30139  adobename="paiyannoithai",
30140  category="lo",
30141  description="THAI CHARACTER PAIYANNOI",
30142  direction="l",
30143  linebreak="sa",
30144  unicodeslot=0xE2F,
30145 },
30146 [0xE30]={
30147  adobename="saraathai",
30148  category="lo",
30149  description="THAI CHARACTER SARA A",
30150  direction="l",
30151  linebreak="sa",
30152  unicodeslot=0xE30,
30153 },
30154 [0xE31]={
30155  adobename="maihanakatthai",
30156  category="mn",
30157  description="THAI CHARACTER MAI HAN-AKAT",
30158  direction="nsm",
30159  linebreak="sa",
30160  unicodeslot=0xE31,
30161 },
30162 [0xE32]={
30163  adobename="saraaathai",
30164  category="lo",
30165  description="THAI CHARACTER SARA AA",
30166  direction="l",
30167  linebreak="sa",
30168  unicodeslot=0xE32,
30169 },
30170 [0xE33]={
30171  adobename="saraamthai",
30172  category="lo",
30173  description="THAI CHARACTER SARA AM",
30174  direction="l",
30175  linebreak="sa",
30176  specials={ "compat", 0xE4D, 0xE32 },
30177  unicodeslot=0xE33,
30178 },
30179 [0xE34]={
30180  adobename="saraithai",
30181  category="mn",
30182  description="THAI CHARACTER SARA I",
30183  direction="nsm",
30184  linebreak="sa",
30185  unicodeslot=0xE34,
30186 },
30187 [0xE35]={
30188  adobename="saraiithai",
30189  category="mn",
30190  description="THAI CHARACTER SARA II",
30191  direction="nsm",
30192  linebreak="sa",
30193  unicodeslot=0xE35,
30194 },
30195 [0xE36]={
30196  adobename="sarauethai",
30197  category="mn",
30198  description="THAI CHARACTER SARA UE",
30199  direction="nsm",
30200  linebreak="sa",
30201  unicodeslot=0xE36,
30202 },
30203 [0xE37]={
30204  adobename="saraueethai",
30205  category="mn",
30206  description="THAI CHARACTER SARA UEE",
30207  direction="nsm",
30208  linebreak="sa",
30209  unicodeslot=0xE37,
30210 },
30211 [0xE38]={
30212  adobename="sarauthai",
30213  category="mn",
30214  combining=0x67,
30215  description="THAI CHARACTER SARA U",
30216  direction="nsm",
30217  linebreak="sa",
30218  unicodeslot=0xE38,
30219 },
30220 [0xE39]={
30221  adobename="sarauuthai",
30222  category="mn",
30223  combining=0x67,
30224  description="THAI CHARACTER SARA UU",
30225  direction="nsm",
30226  linebreak="sa",
30227  unicodeslot=0xE39,
30228 },
30229 [0xE3A]={
30230  adobename="phinthuthai",
30231  category="mn",
30232  combining=0x9,
30233  description="THAI CHARACTER PHINTHU",
30234  direction="nsm",
30235  linebreak="sa",
30236  unicodeslot=0xE3A,
30237 },
30238 [0xE3F]={
30239  adobename="bahtthai",
30240  category="sc",
30241  description="THAI CURRENCY SYMBOL BAHT",
30242  direction="et",
30243  linebreak="pr",
30244  unicodeslot=0xE3F,
30245 },
30246 [0xE40]={
30247  adobename="saraethai",
30248  category="lo",
30249  description="THAI CHARACTER SARA E",
30250  direction="l",
30251  linebreak="sa",
30252  unicodeslot=0xE40,
30253 },
30254 [0xE41]={
30255  adobename="saraaethai",
30256  category="lo",
30257  description="THAI CHARACTER SARA AE",
30258  direction="l",
30259  linebreak="sa",
30260  unicodeslot=0xE41,
30261 },
30262 [0xE42]={
30263  adobename="saraothai",
30264  category="lo",
30265  description="THAI CHARACTER SARA O",
30266  direction="l",
30267  linebreak="sa",
30268  unicodeslot=0xE42,
30269 },
30270 [0xE43]={
30271  adobename="saraaimaimuanthai",
30272  category="lo",
30273  description="THAI CHARACTER SARA AI MAIMUAN",
30274  direction="l",
30275  linebreak="sa",
30276  unicodeslot=0xE43,
30277 },
30278 [0xE44]={
30279  adobename="saraaimaimalaithai",
30280  category="lo",
30281  description="THAI CHARACTER SARA AI MAIMALAI",
30282  direction="l",
30283  linebreak="sa",
30284  unicodeslot=0xE44,
30285 },
30286 [0xE45]={
30287  adobename="lakkhangyaothai",
30288  category="lo",
30289  description="THAI CHARACTER LAKKHANGYAO",
30290  direction="l",
30291  linebreak="sa",
30292  unicodeslot=0xE45,
30293 },
30294 [0xE46]={
30295  adobename="maiyamokthai",
30296  category="lm",
30297  description="THAI CHARACTER MAIYAMOK",
30298  direction="l",
30299  linebreak="sa",
30300  unicodeslot=0xE46,
30301 },
30302 [0xE47]={
30303  adobename="maitaikhuthai",
30304  category="mn",
30305  description="THAI CHARACTER MAITAIKHU",
30306  direction="nsm",
30307  linebreak="sa",
30308  unicodeslot=0xE47,
30309 },
30310 [0xE48]={
30311  adobename="maiekthai",
30312  category="mn",
30313  combining=0x6B,
30314  description="THAI CHARACTER MAI EK",
30315  direction="nsm",
30316  linebreak="sa",
30317  unicodeslot=0xE48,
30318 },
30319 [0xE49]={
30320  adobename="maithothai",
30321  category="mn",
30322  combining=0x6B,
30323  description="THAI CHARACTER MAI THO",
30324  direction="nsm",
30325  linebreak="sa",
30326  unicodeslot=0xE49,
30327 },
30328 [0xE4A]={
30329  adobename="maitrithai",
30330  category="mn",
30331  combining=0x6B,
30332  description="THAI CHARACTER MAI TRI",
30333  direction="nsm",
30334  linebreak="sa",
30335  unicodeslot=0xE4A,
30336 },
30337 [0xE4B]={
30338  adobename="maichattawathai",
30339  category="mn",
30340  combining=0x6B,
30341  description="THAI CHARACTER MAI CHATTAWA",
30342  direction="nsm",
30343  linebreak="sa",
30344  unicodeslot=0xE4B,
30345 },
30346 [0xE4C]={
30347  adobename="thanthakhatthai",
30348  category="mn",
30349  description="THAI CHARACTER THANTHAKHAT",
30350  direction="nsm",
30351  linebreak="sa",
30352  unicodeslot=0xE4C,
30353 },
30354 [0xE4D]={
30355  adobename="nikhahitthai",
30356  category="mn",
30357  description="THAI CHARACTER NIKHAHIT",
30358  direction="nsm",
30359  linebreak="sa",
30360  unicodeslot=0xE4D,
30361 },
30362 [0xE4E]={
30363  adobename="yamakkanthai",
30364  category="mn",
30365  description="THAI CHARACTER YAMAKKAN",
30366  direction="nsm",
30367  linebreak="sa",
30368  unicodeslot=0xE4E,
30369 },
30370 [0xE4F]={
30371  adobename="fongmanthai",
30372  category="po",
30373  description="THAI CHARACTER FONGMAN",
30374  direction="l",
30375  linebreak="al",
30376  unicodeslot=0xE4F,
30377 },
30378 [0xE50]={
30379  adobename="zerothai",
30380  category="nd",
30381  description="THAI DIGIT ZERO",
30382  direction="l",
30383  linebreak="nu",
30384  unicodeslot=0xE50,
30385 },
30386 [0xE51]={
30387  adobename="onethai",
30388  category="nd",
30389  description="THAI DIGIT ONE",
30390  direction="l",
30391  linebreak="nu",
30392  unicodeslot=0xE51,
30393 },
30394 [0xE52]={
30395  adobename="twothai",
30396  category="nd",
30397  description="THAI DIGIT TWO",
30398  direction="l",
30399  linebreak="nu",
30400  unicodeslot=0xE52,
30401 },
30402 [0xE53]={
30403  adobename="threethai",
30404  category="nd",
30405  description="THAI DIGIT THREE",
30406  direction="l",
30407  linebreak="nu",
30408  unicodeslot=0xE53,
30409 },
30410 [0xE54]={
30411  adobename="fourthai",
30412  category="nd",
30413  description="THAI DIGIT FOUR",
30414  direction="l",
30415  linebreak="nu",
30416  unicodeslot=0xE54,
30417 },
30418 [0xE55]={
30419  adobename="fivethai",
30420  category="nd",
30421  description="THAI DIGIT FIVE",
30422  direction="l",
30423  linebreak="nu",
30424  unicodeslot=0xE55,
30425 },
30426 [0xE56]={
30427  adobename="sixthai",
30428  category="nd",
30429  description="THAI DIGIT SIX",
30430  direction="l",
30431  linebreak="nu",
30432  unicodeslot=0xE56,
30433 },
30434 [0xE57]={
30435  adobename="seventhai",
30436  category="nd",
30437  description="THAI DIGIT SEVEN",
30438  direction="l",
30439  linebreak="nu",
30440  unicodeslot=0xE57,
30441 },
30442 [0xE58]={
30443  adobename="eightthai",
30444  category="nd",
30445  description="THAI DIGIT EIGHT",
30446  direction="l",
30447  linebreak="nu",
30448  unicodeslot=0xE58,
30449 },
30450 [0xE59]={
30451  adobename="ninethai",
30452  category="nd",
30453  description="THAI DIGIT NINE",
30454  direction="l",
30455  linebreak="nu",
30456  unicodeslot=0xE59,
30457 },
30458 [0xE5A]={
30459  adobename="angkhankhuthai",
30460  category="po",
30461  description="THAI CHARACTER ANGKHANKHU",
30462  direction="l",
30463  linebreak="ba",
30464  unicodeslot=0xE5A,
30465 },
30466 [0xE5B]={
30467  adobename="khomutthai",
30468  category="po",
30469  description="THAI CHARACTER KHOMUT",
30470  direction="l",
30471  linebreak="ba",
30472  unicodeslot=0xE5B,
30473 },
30474 [0xE81]={
30475  category="lo",
30476  description="LAO LETTER KO",
30477  direction="l",
30478  linebreak="sa",
30479  unicodeslot=0xE81,
30480 },
30481 [0xE82]={
30482  category="lo",
30483  description="LAO LETTER KHO SUNG",
30484  direction="l",
30485  linebreak="sa",
30486  unicodeslot=0xE82,
30487 },
30488 [0xE84]={
30489  category="lo",
30490  description="LAO LETTER KHO TAM",
30491  direction="l",
30492  linebreak="sa",
30493  unicodeslot=0xE84,
30494 },
30495 [0xE86]={
30496  category="lo",
30497  description="LAO LETTER PALI GHA",
30498  direction="l",
30499  linebreak="sa",
30500  unicodeslot=0xE86,
30501 },
30502 [0xE87]={
30503  category="lo",
30504  description="LAO LETTER NGO",
30505  direction="l",
30506  linebreak="sa",
30507  unicodeslot=0xE87,
30508 },
30509 [0xE88]={
30510  category="lo",
30511  description="LAO LETTER CO",
30512  direction="l",
30513  linebreak="sa",
30514  unicodeslot=0xE88,
30515 },
30516 [0xE89]={
30517  category="lo",
30518  description="LAO LETTER PALI CHA",
30519  direction="l",
30520  linebreak="sa",
30521  unicodeslot=0xE89,
30522 },
30523 [0xE8A]={
30524  category="lo",
30525  description="LAO LETTER SO TAM",
30526  direction="l",
30527  linebreak="sa",
30528  unicodeslot=0xE8A,
30529 },
30530 [0xE8C]={
30531  category="lo",
30532  description="LAO LETTER PALI JHA",
30533  direction="l",
30534  linebreak="sa",
30535  unicodeslot=0xE8C,
30536 },
30537 [0xE8D]={
30538  category="lo",
30539  description="LAO LETTER NYO",
30540  direction="l",
30541  linebreak="sa",
30542  unicodeslot=0xE8D,
30543 },
30544 [0xE8E]={
30545  category="lo",
30546  description="LAO LETTER PALI NYA",
30547  direction="l",
30548  linebreak="sa",
30549  unicodeslot=0xE8E,
30550 },
30551 [0xE8F]={
30552  category="lo",
30553  description="LAO LETTER PALI TTA",
30554  direction="l",
30555  linebreak="sa",
30556  unicodeslot=0xE8F,
30557 },
30558 [0xE90]={
30559  category="lo",
30560  description="LAO LETTER PALI TTHA",
30561  direction="l",
30562  linebreak="sa",
30563  unicodeslot=0xE90,
30564 },
30565 [0xE91]={
30566  category="lo",
30567  description="LAO LETTER PALI DDA",
30568  direction="l",
30569  linebreak="sa",
30570  unicodeslot=0xE91,
30571 },
30572 [0xE92]={
30573  category="lo",
30574  description="LAO LETTER PALI DDHA",
30575  direction="l",
30576  linebreak="sa",
30577  unicodeslot=0xE92,
30578 },
30579 [0xE93]={
30580  category="lo",
30581  description="LAO LETTER PALI NNA",
30582  direction="l",
30583  linebreak="sa",
30584  unicodeslot=0xE93,
30585 },
30586 [0xE94]={
30587  category="lo",
30588  description="LAO LETTER DO",
30589  direction="l",
30590  linebreak="sa",
30591  unicodeslot=0xE94,
30592 },
30593 [0xE95]={
30594  category="lo",
30595  description="LAO LETTER TO",
30596  direction="l",
30597  linebreak="sa",
30598  unicodeslot=0xE95,
30599 },
30600 [0xE96]={
30601  category="lo",
30602  description="LAO LETTER THO SUNG",
30603  direction="l",
30604  linebreak="sa",
30605  unicodeslot=0xE96,
30606 },
30607 [0xE97]={
30608  category="lo",
30609  description="LAO LETTER THO TAM",
30610  direction="l",
30611  linebreak="sa",
30612  unicodeslot=0xE97,
30613 },
30614 [0xE98]={
30615  category="lo",
30616  description="LAO LETTER PALI DHA",
30617  direction="l",
30618  linebreak="sa",
30619  unicodeslot=0xE98,
30620 },
30621 [0xE99]={
30622  category="lo",
30623  description="LAO LETTER NO",
30624  direction="l",
30625  linebreak="sa",
30626  unicodeslot=0xE99,
30627 },
30628 [0xE9A]={
30629  category="lo",
30630  description="LAO LETTER BO",
30631  direction="l",
30632  linebreak="sa",
30633  unicodeslot=0xE9A,
30634 },
30635 [0xE9B]={
30636  category="lo",
30637  description="LAO LETTER PO",
30638  direction="l",
30639  linebreak="sa",
30640  unicodeslot=0xE9B,
30641 },
30642 [0xE9C]={
30643  category="lo",
30644  description="LAO LETTER PHO SUNG",
30645  direction="l",
30646  linebreak="sa",
30647  unicodeslot=0xE9C,
30648 },
30649 [0xE9D]={
30650  category="lo",
30651  description="LAO LETTER FO TAM",
30652  direction="l",
30653  linebreak="sa",
30654  unicodeslot=0xE9D,
30655 },
30656 [0xE9E]={
30657  category="lo",
30658  description="LAO LETTER PHO TAM",
30659  direction="l",
30660  linebreak="sa",
30661  unicodeslot=0xE9E,
30662 },
30663 [0xE9F]={
30664  category="lo",
30665  description="LAO LETTER FO SUNG",
30666  direction="l",
30667  linebreak="sa",
30668  unicodeslot=0xE9F,
30669 },
30670 [0xEA0]={
30671  category="lo",
30672  description="LAO LETTER PALI BHA",
30673  direction="l",
30674  linebreak="sa",
30675  unicodeslot=0xEA0,
30676 },
30677 [0xEA1]={
30678  category="lo",
30679  description="LAO LETTER MO",
30680  direction="l",
30681  linebreak="sa",
30682  unicodeslot=0xEA1,
30683 },
30684 [0xEA2]={
30685  category="lo",
30686  description="LAO LETTER YO",
30687  direction="l",
30688  linebreak="sa",
30689  unicodeslot=0xEA2,
30690 },
30691 [0xEA3]={
30692  category="lo",
30693  description="LAO LETTER LO LING",
30694  direction="l",
30695  linebreak="sa",
30696  unicodeslot=0xEA3,
30697 },
30698 [0xEA5]={
30699  category="lo",
30700  description="LAO LETTER LO LOOT",
30701  direction="l",
30702  linebreak="sa",
30703  unicodeslot=0xEA5,
30704 },
30705 [0xEA7]={
30706  category="lo",
30707  description="LAO LETTER WO",
30708  direction="l",
30709  linebreak="sa",
30710  unicodeslot=0xEA7,
30711 },
30712 [0xEA8]={
30713  category="lo",
30714  description="LAO LETTER SANSKRIT SHA",
30715  direction="l",
30716  linebreak="sa",
30717  unicodeslot=0xEA8,
30718 },
30719 [0xEA9]={
30720  category="lo",
30721  description="LAO LETTER SANSKRIT SSA",
30722  direction="l",
30723  linebreak="sa",
30724  unicodeslot=0xEA9,
30725 },
30726 [0xEAA]={
30727  category="lo",
30728  description="LAO LETTER SO SUNG",
30729  direction="l",
30730  linebreak="sa",
30731  unicodeslot=0xEAA,
30732 },
30733 [0xEAB]={
30734  category="lo",
30735  description="LAO LETTER HO SUNG",
30736  direction="l",
30737  linebreak="sa",
30738  unicodeslot=0xEAB,
30739 },
30740 [0xEAC]={
30741  category="lo",
30742  description="LAO LETTER PALI LLA",
30743  direction="l",
30744  linebreak="sa",
30745  unicodeslot=0xEAC,
30746 },
30747 [0xEAD]={
30748  category="lo",
30749  description="LAO LETTER O",
30750  direction="l",
30751  linebreak="sa",
30752  unicodeslot=0xEAD,
30753 },
30754 [0xEAE]={
30755  category="lo",
30756  description="LAO LETTER HO TAM",
30757  direction="l",
30758  linebreak="sa",
30759  unicodeslot=0xEAE,
30760 },
30761 [0xEAF]={
30762  category="lo",
30763  description="LAO ELLIPSIS",
30764  direction="l",
30765  linebreak="sa",
30766  unicodeslot=0xEAF,
30767 },
30768 [0xEB0]={
30769  category="lo",
30770  description="LAO VOWEL SIGN A",
30771  direction="l",
30772  linebreak="sa",
30773  unicodeslot=0xEB0,
30774 },
30775 [0xEB1]={
30776  category="mn",
30777  description="LAO VOWEL SIGN MAI KAN",
30778  direction="nsm",
30779  linebreak="sa",
30780  unicodeslot=0xEB1,
30781 },
30782 [0xEB2]={
30783  category="lo",
30784  description="LAO VOWEL SIGN AA",
30785  direction="l",
30786  linebreak="sa",
30787  unicodeslot=0xEB2,
30788 },
30789 [0xEB3]={
30790  category="lo",
30791  description="LAO VOWEL SIGN AM",
30792  direction="l",
30793  linebreak="sa",
30794  specials={ "compat", 0xECD, 0xEB2 },
30795  unicodeslot=0xEB3,
30796 },
30797 [0xEB4]={
30798  category="mn",
30799  description="LAO VOWEL SIGN I",
30800  direction="nsm",
30801  linebreak="sa",
30802  unicodeslot=0xEB4,
30803 },
30804 [0xEB5]={
30805  category="mn",
30806  description="LAO VOWEL SIGN II",
30807  direction="nsm",
30808  linebreak="sa",
30809  unicodeslot=0xEB5,
30810 },
30811 [0xEB6]={
30812  category="mn",
30813  description="LAO VOWEL SIGN Y",
30814  direction="nsm",
30815  linebreak="sa",
30816  unicodeslot=0xEB6,
30817 },
30818 [0xEB7]={
30819  category="mn",
30820  description="LAO VOWEL SIGN YY",
30821  direction="nsm",
30822  linebreak="sa",
30823  unicodeslot=0xEB7,
30824 },
30825 [0xEB8]={
30826  category="mn",
30827  combining=0x76,
30828  description="LAO VOWEL SIGN U",
30829  direction="nsm",
30830  linebreak="sa",
30831  unicodeslot=0xEB8,
30832 },
30833 [0xEB9]={
30834  category="mn",
30835  combining=0x76,
30836  description="LAO VOWEL SIGN UU",
30837  direction="nsm",
30838  linebreak="sa",
30839  unicodeslot=0xEB9,
30840 },
30841 [0xEBA]={
30842  category="mn",
30843  combining=0x9,
30844  description="LAO SIGN PALI VIRAMA",
30845  direction="nsm",
30846  linebreak="sa",
30847  unicodeslot=0xEBA,
30848 },
30849 [0xEBB]={
30850  category="mn",
30851  description="LAO VOWEL SIGN MAI KON",
30852  direction="nsm",
30853  linebreak="sa",
30854  unicodeslot=0xEBB,
30855 },
30856 [0xEBC]={
30857  category="mn",
30858  description="LAO SEMIVOWEL SIGN LO",
30859  direction="nsm",
30860  linebreak="sa",
30861  unicodeslot=0xEBC,
30862 },
30863 [0xEBD]={
30864  category="lo",
30865  description="LAO SEMIVOWEL SIGN NYO",
30866  direction="l",
30867  linebreak="sa",
30868  unicodeslot=0xEBD,
30869 },
30870 [0xEC0]={
30871  category="lo",
30872  description="LAO VOWEL SIGN E",
30873  direction="l",
30874  linebreak="sa",
30875  unicodeslot=0xEC0,
30876 },
30877 [0xEC1]={
30878  category="lo",
30879  description="LAO VOWEL SIGN EI",
30880  direction="l",
30881  linebreak="sa",
30882  unicodeslot=0xEC1,
30883 },
30884 [0xEC2]={
30885  category="lo",
30886  description="LAO VOWEL SIGN O",
30887  direction="l",
30888  linebreak="sa",
30889  unicodeslot=0xEC2,
30890 },
30891 [0xEC3]={
30892  category="lo",
30893  description="LAO VOWEL SIGN AY",
30894  direction="l",
30895  linebreak="sa",
30896  unicodeslot=0xEC3,
30897 },
30898 [0xEC4]={
30899  category="lo",
30900  description="LAO VOWEL SIGN AI",
30901  direction="l",
30902  linebreak="sa",
30903  unicodeslot=0xEC4,
30904 },
30905 [0xEC6]={
30906  category="lm",
30907  description="LAO KO LA",
30908  direction="l",
30909  linebreak="sa",
30910  unicodeslot=0xEC6,
30911 },
30912 [0xEC8]={
30913  category="mn",
30914  combining=0x7A,
30915  description="LAO TONE MAI EK",
30916  direction="nsm",
30917  linebreak="sa",
30918  unicodeslot=0xEC8,
30919 },
30920 [0xEC9]={
30921  category="mn",
30922  combining=0x7A,
30923  description="LAO TONE MAI THO",
30924  direction="nsm",
30925  linebreak="sa",
30926  unicodeslot=0xEC9,
30927 },
30928 [0xECA]={
30929  category="mn",
30930  combining=0x7A,
30931  description="LAO TONE MAI TI",
30932  direction="nsm",
30933  linebreak="sa",
30934  unicodeslot=0xECA,
30935 },
30936 [0xECB]={
30937  category="mn",
30938  combining=0x7A,
30939  description="LAO TONE MAI CATAWA",
30940  direction="nsm",
30941  linebreak="sa",
30942  unicodeslot=0xECB,
30943 },
30944 [0xECC]={
30945  category="mn",
30946  description="LAO CANCELLATION MARK",
30947  direction="nsm",
30948  linebreak="sa",
30949  unicodeslot=0xECC,
30950 },
30951 [0xECD]={
30952  category="mn",
30953  description="LAO NIGGAHITA",
30954  direction="nsm",
30955  linebreak="sa",
30956  unicodeslot=0xECD,
30957 },
30958 [0xECE]={
30959  category="mn",
30960  description="LAO YAMAKKAN",
30961  direction="nsm",
30962  linebreak="sa",
30963  unicodeslot=0xECE,
30964 },
30965 [0xED0]={
30966  category="nd",
30967  description="LAO DIGIT ZERO",
30968  direction="l",
30969  linebreak="nu",
30970  unicodeslot=0xED0,
30971 },
30972 [0xED1]={
30973  category="nd",
30974  description="LAO DIGIT ONE",
30975  direction="l",
30976  linebreak="nu",
30977  unicodeslot=0xED1,
30978 },
30979 [0xED2]={
30980  category="nd",
30981  description="LAO DIGIT TWO",
30982  direction="l",
30983  linebreak="nu",
30984  unicodeslot=0xED2,
30985 },
30986 [0xED3]={
30987  category="nd",
30988  description="LAO DIGIT THREE",
30989  direction="l",
30990  linebreak="nu",
30991  unicodeslot=0xED3,
30992 },
30993 [0xED4]={
30994  category="nd",
30995  description="LAO DIGIT FOUR",
30996  direction="l",
30997  linebreak="nu",
30998  unicodeslot=0xED4,
30999 },
31000 [0xED5]={
31001  category="nd",
31002  description="LAO DIGIT FIVE",
31003  direction="l",
31004  linebreak="nu",
31005  unicodeslot=0xED5,
31006 },
31007 [0xED6]={
31008  category="nd",
31009  description="LAO DIGIT SIX",
31010  direction="l",
31011  linebreak="nu",
31012  unicodeslot=0xED6,
31013 },
31014 [0xED7]={
31015  category="nd",
31016  description="LAO DIGIT SEVEN",
31017  direction="l",
31018  linebreak="nu",
31019  unicodeslot=0xED7,
31020 },
31021 [0xED8]={
31022  category="nd",
31023  description="LAO DIGIT EIGHT",
31024  direction="l",
31025  linebreak="nu",
31026  unicodeslot=0xED8,
31027 },
31028 [0xED9]={
31029  category="nd",
31030  description="LAO DIGIT NINE",
31031  direction="l",
31032  linebreak="nu",
31033  unicodeslot=0xED9,
31034 },
31035 [0xEDC]={
31036  category="lo",
31037  description="LAO HO NO",
31038  direction="l",
31039  linebreak="sa",
31040  specials={ "compat", 0xEAB, 0xE99 },
31041  unicodeslot=0xEDC,
31042 },
31043 [0xEDD]={
31044  category="lo",
31045  description="LAO HO MO",
31046  direction="l",
31047  linebreak="sa",
31048  specials={ "compat", 0xEAB, 0xEA1 },
31049  unicodeslot=0xEDD,
31050 },
31051 [0xEDE]={
31052  category="lo",
31053  description="LAO LETTER KHMU GO",
31054  direction="l",
31055  linebreak="sa",
31056  unicodeslot=0xEDE,
31057 },
31058 [0xEDF]={
31059  category="lo",
31060  description="LAO LETTER KHMU NYO",
31061  direction="l",
31062  linebreak="sa",
31063  unicodeslot=0xEDF,
31064 },
31065 [0xF00]={
31066  category="lo",
31067  description="TIBETAN SYLLABLE OM",
31068  direction="l",
31069  linebreak="al",
31070  unicodeslot=0xF00,
31071 },
31072 [0xF01]={
31073  category="so",
31074  description="TIBETAN MARK GTER YIG MGO TRUNCATED A",
31075  direction="l",
31076  linebreak="bb",
31077  unicodeslot=0xF01,
31078 },
31079 [0xF02]={
31080  category="so",
31081  description="TIBETAN MARK GTER YIG MGO -UM RNAM BCAD MA",
31082  direction="l",
31083  linebreak="bb",
31084  unicodeslot=0xF02,
31085 },
31086 [0xF03]={
31087  category="so",
31088  description="TIBETAN MARK GTER YIG MGO -UM GTER TSHEG MA",
31089  direction="l",
31090  linebreak="bb",
31091  unicodeslot=0xF03,
31092 },
31093 [0xF04]={
31094  category="po",
31095  description="TIBETAN MARK INITIAL YIG MGO MDUN MA",
31096  direction="l",
31097  linebreak="bb",
31098  unicodeslot=0xF04,
31099 },
31100 [0xF05]={
31101  category="po",
31102  description="TIBETAN MARK CLOSING YIG MGO SGAB MA",
31103  direction="l",
31104  linebreak="al",
31105  unicodeslot=0xF05,
31106 },
31107 [0xF06]={
31108  category="po",
31109  description="TIBETAN MARK CARET YIG MGO PHUR SHAD MA",
31110  direction="l",
31111  linebreak="bb",
31112  unicodeslot=0xF06,
31113 },
31114 [0xF07]={
31115  category="po",
31116  description="TIBETAN MARK YIG MGO TSHEG SHAD MA",
31117  direction="l",
31118  linebreak="bb",
31119  unicodeslot=0xF07,
31120 },
31121 [0xF08]={
31122  category="po",
31123  description="TIBETAN MARK SBRUL SHAD",
31124  direction="l",
31125  linebreak="gl",
31126  unicodeslot=0xF08,
31127 },
31128 [0xF09]={
31129  category="po",
31130  description="TIBETAN MARK BSKUR YIG MGO",
31131  direction="l",
31132  linebreak="bb",
31133  unicodeslot=0xF09,
31134 },
31135 [0xF0A]={
31136  category="po",
31137  description="TIBETAN MARK BKA- SHOG YIG MGO",
31138  direction="l",
31139  linebreak="bb",
31140  unicodeslot=0xF0A,
31141 },
31142 [0xF0B]={
31143  category="po",
31144  description="TIBETAN MARK INTERSYLLABIC TSHEG",
31145  direction="l",
31146  linebreak="ba",
31147  unicodeslot=0xF0B,
31148 },
31149 [0xF0C]={
31150  category="po",
31151  description="TIBETAN MARK DELIMITER TSHEG BSTAR",
31152  direction="l",
31153  linebreak="gl",
31154  specials={ "nobreak", 0xF0B },
31155  unicodeslot=0xF0C,
31156 },
31157 [0xF0D]={
31158  category="po",
31159  description="TIBETAN MARK SHAD",
31160  direction="l",
31161  linebreak="ex",
31162  unicodeslot=0xF0D,
31163 },
31164 [0xF0E]={
31165  category="po",
31166  description="TIBETAN MARK NYIS SHAD",
31167  direction="l",
31168  linebreak="ex",
31169  unicodeslot=0xF0E,
31170 },
31171 [0xF0F]={
31172  category="po",
31173  description="TIBETAN MARK TSHEG SHAD",
31174  direction="l",
31175  linebreak="ex",
31176  unicodeslot=0xF0F,
31177 },
31178 [0xF10]={
31179  category="po",
31180  description="TIBETAN MARK NYIS TSHEG SHAD",
31181  direction="l",
31182  linebreak="ex",
31183  unicodeslot=0xF10,
31184 },
31185 [0xF11]={
31186  category="po",
31187  description="TIBETAN MARK RIN CHEN SPUNGS SHAD",
31188  direction="l",
31189  linebreak="ex",
31190  unicodeslot=0xF11,
31191 },
31192 [0xF12]={
31193  category="po",
31194  description="TIBETAN MARK RGYA GRAM SHAD",
31195  direction="l",
31196  linebreak="gl",
31197  unicodeslot=0xF12,
31198 },
31199 [0xF13]={
31200  category="so",
31201  description="TIBETAN MARK CARET -DZUD RTAGS ME LONG CAN",
31202  direction="l",
31203  linebreak="al",
31204  unicodeslot=0xF13,
31205 },
31206 [0xF14]={
31207  category="so",
31208  description="TIBETAN MARK GTER TSHEG",
31209  direction="l",
31210  linebreak="ex",
31211  unicodeslot=0xF14,
31212 },
31213 [0xF15]={
31214  category="so",
31215  description="TIBETAN LOGOTYPE SIGN CHAD RTAGS",
31216  direction="l",
31217  linebreak="al",
31218  unicodeslot=0xF15,
31219 },
31220 [0xF16]={
31221  category="so",
31222  description="TIBETAN LOGOTYPE SIGN LHAG RTAGS",
31223  direction="l",
31224  linebreak="al",
31225  unicodeslot=0xF16,
31226 },
31227 [0xF17]={
31228  category="so",
31229  description="TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS",
31230  direction="l",
31231  linebreak="al",
31232  unicodeslot=0xF17,
31233 },
31234 [0xF18]={
31235  category="mn",
31236  combining=0xDC,
31237  description="TIBETAN ASTROLOGICAL SIGN -KHYUD PA",
31238  direction="nsm",
31239  linebreak="cm",
31240  unicodeslot=0xF18,
31241 },
31242 [0xF19]={
31243  category="mn",
31244  combining=0xDC,
31245  description="TIBETAN ASTROLOGICAL SIGN SDONG TSHUGS",
31246  direction="nsm",
31247  linebreak="cm",
31248  unicodeslot=0xF19,
31249 },
31250 [0xF1A]={
31251  category="so",
31252  description="TIBETAN SIGN RDEL DKAR GCIG",
31253  direction="l",
31254  linebreak="al",
31255  unicodeslot=0xF1A,
31256 },
31257 [0xF1B]={
31258  category="so",
31259  description="TIBETAN SIGN RDEL DKAR GNYIS",
31260  direction="l",
31261  linebreak="al",
31262  unicodeslot=0xF1B,
31263 },
31264 [0xF1C]={
31265  category="so",
31266  description="TIBETAN SIGN RDEL DKAR GSUM",
31267  direction="l",
31268  linebreak="al",
31269  unicodeslot=0xF1C,
31270 },
31271 [0xF1D]={
31272  category="so",
31273  description="TIBETAN SIGN RDEL NAG GCIG",
31274  direction="l",
31275  linebreak="al",
31276  unicodeslot=0xF1D,
31277 },
31278 [0xF1E]={
31279  category="so",
31280  description="TIBETAN SIGN RDEL NAG GNYIS",
31281  direction="l",
31282  linebreak="al",
31283  unicodeslot=0xF1E,
31284 },
31285 [0xF1F]={
31286  category="so",
31287  description="TIBETAN SIGN RDEL DKAR RDEL NAG",
31288  direction="l",
31289  linebreak="al",
31290  unicodeslot=0xF1F,
31291 },
31292 [0xF20]={
31293  category="nd",
31294  description="TIBETAN DIGIT ZERO",
31295  direction="l",
31296  linebreak="nu",
31297  unicodeslot=0xF20,
31298 },
31299 [0xF21]={
31300  category="nd",
31301  description="TIBETAN DIGIT ONE",
31302  direction="l",
31303  linebreak="nu",
31304  unicodeslot=0xF21,
31305 },
31306 [0xF22]={
31307  category="nd",
31308  description="TIBETAN DIGIT TWO",
31309  direction="l",
31310  linebreak="nu",
31311  unicodeslot=0xF22,
31312 },
31313 [0xF23]={
31314  category="nd",
31315  description="TIBETAN DIGIT THREE",
31316  direction="l",
31317  linebreak="nu",
31318  unicodeslot=0xF23,
31319 },
31320 [0xF24]={
31321  category="nd",
31322  description="TIBETAN DIGIT FOUR",
31323  direction="l",
31324  linebreak="nu",
31325  unicodeslot=0xF24,
31326 },
31327 [0xF25]={
31328  category="nd",
31329  description="TIBETAN DIGIT FIVE",
31330  direction="l",
31331  linebreak="nu",
31332  unicodeslot=0xF25,
31333 },
31334 [0xF26]={
31335  category="nd",
31336  description="TIBETAN DIGIT SIX",
31337  direction="l",
31338  linebreak="nu",
31339  unicodeslot=0xF26,
31340 },
31341 [0xF27]={
31342  category="nd",
31343  description="TIBETAN DIGIT SEVEN",
31344  direction="l",
31345  linebreak="nu",
31346  unicodeslot=0xF27,
31347 },
31348 [0xF28]={
31349  category="nd",
31350  description="TIBETAN DIGIT EIGHT",
31351  direction="l",
31352  linebreak="nu",
31353  unicodeslot=0xF28,
31354 },
31355 [0xF29]={
31356  category="nd",
31357  description="TIBETAN DIGIT NINE",
31358  direction="l",
31359  linebreak="nu",
31360  unicodeslot=0xF29,
31361 },
31362 [0xF2A]={
31363  category="no",
31364  description="TIBETAN DIGIT HALF ONE",
31365  direction="l",
31366  linebreak="al",
31367  unicodeslot=0xF2A,
31368 },
31369 [0xF2B]={
31370  category="no",
31371  description="TIBETAN DIGIT HALF TWO",
31372  direction="l",
31373  linebreak="al",
31374  unicodeslot=0xF2B,
31375 },
31376 [0xF2C]={
31377  category="no",
31378  description="TIBETAN DIGIT HALF THREE",
31379  direction="l",
31380  linebreak="al",
31381  unicodeslot=0xF2C,
31382 },
31383 [0xF2D]={
31384  category="no",
31385  description="TIBETAN DIGIT HALF FOUR",
31386  direction="l",
31387  linebreak="al",
31388  unicodeslot=0xF2D,
31389 },
31390 [0xF2E]={
31391  category="no",
31392  description="TIBETAN DIGIT HALF FIVE",
31393  direction="l",
31394  linebreak="al",
31395  unicodeslot=0xF2E,
31396 },
31397 [0xF2F]={
31398  category="no",
31399  description="TIBETAN DIGIT HALF SIX",
31400  direction="l",
31401  linebreak="al",
31402  unicodeslot=0xF2F,
31403 },
31404 [0xF30]={
31405  category="no",
31406  description="TIBETAN DIGIT HALF SEVEN",
31407  direction="l",
31408  linebreak="al",
31409  unicodeslot=0xF30,
31410 },
31411 [0xF31]={
31412  category="no",
31413  description="TIBETAN DIGIT HALF EIGHT",
31414  direction="l",
31415  linebreak="al",
31416  unicodeslot=0xF31,
31417 },
31418 [0xF32]={
31419  category="no",
31420  description="TIBETAN DIGIT HALF NINE",
31421  direction="l",
31422  linebreak="al",
31423  unicodeslot=0xF32,
31424 },
31425 [0xF33]={
31426  category="no",
31427  description="TIBETAN DIGIT HALF ZERO",
31428  direction="l",
31429  linebreak="al",
31430  unicodeslot=0xF33,
31431 },
31432 [0xF34]={
31433  category="so",
31434  description="TIBETAN MARK BSDUS RTAGS",
31435  direction="l",
31436  linebreak="ba",
31437  unicodeslot=0xF34,
31438 },
31439 [0xF35]={
31440  category="mn",
31441  combining=0xDC,
31442  description="TIBETAN MARK NGAS BZUNG NYI ZLA",
31443  direction="nsm",
31444  linebreak="cm",
31445  unicodeslot=0xF35,
31446 },
31447 [0xF36]={
31448  category="so",
31449  description="TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN",
31450  direction="l",
31451  linebreak="al",
31452  unicodeslot=0xF36,
31453 },
31454 [0xF37]={
31455  category="mn",
31456  combining=0xDC,
31457  description="TIBETAN MARK NGAS BZUNG SGOR RTAGS",
31458  direction="nsm",
31459  linebreak="cm",
31460  unicodeslot=0xF37,
31461 },
31462 [0xF38]={
31463  category="so",
31464  description="TIBETAN MARK CHE MGO",
31465  direction="l",
31466  linebreak="al",
31467  unicodeslot=0xF38,
31468 },
31469 [0xF39]={
31470  category="mn",
31471  combining=0xD8,
31472  description="TIBETAN MARK TSA -PHRU",
31473  direction="nsm",
31474  linebreak="cm",
31475  unicodeslot=0xF39,
31476 },
31477 [0xF3A]={
31478  category="ps",
31479  description="TIBETAN MARK GUG RTAGS GYON",
31480  direction="on",
31481  linebreak="op",
31482  mirror=0xF3B,
31483  unicodeslot=0xF3A,
31484 },
31485 [0xF3B]={
31486  category="pe",
31487  description="TIBETAN MARK GUG RTAGS GYAS",
31488  direction="on",
31489  linebreak="cl",
31490  mirror=0xF3A,
31491  unicodeslot=0xF3B,
31492 },
31493 [0xF3C]={
31494  category="ps",
31495  description="TIBETAN MARK ANG KHANG GYON",
31496  direction="on",
31497  linebreak="op",
31498  mirror=0xF3D,
31499  unicodeslot=0xF3C,
31500 },
31501 [0xF3D]={
31502  category="pe",
31503  description="TIBETAN MARK ANG KHANG GYAS",
31504  direction="on",
31505  linebreak="cl",
31506  mirror=0xF3C,
31507  unicodeslot=0xF3D,
31508 },
31509 [0xF3E]={
31510  category="mc",
31511  description="TIBETAN SIGN YAR TSHES",
31512  direction="l",
31513  linebreak="cm",
31514  unicodeslot=0xF3E,
31515 },
31516 [0xF3F]={
31517  category="mc",
31518  description="TIBETAN SIGN MAR TSHES",
31519  direction="l",
31520  linebreak="cm",
31521  unicodeslot=0xF3F,
31522 },
31523 [0xF40]={
31524  category="lo",
31525  description="TIBETAN LETTER KA",
31526  direction="l",
31527  linebreak="al",
31528  unicodeslot=0xF40,
31529 },
31530 [0xF41]={
31531  category="lo",
31532  description="TIBETAN LETTER KHA",
31533  direction="l",
31534  linebreak="al",
31535  unicodeslot=0xF41,
31536 },
31537 [0xF42]={
31538  category="lo",
31539  description="TIBETAN LETTER GA",
31540  direction="l",
31541  linebreak="al",
31542  unicodeslot=0xF42,
31543 },
31544 [0xF43]={
31545  category="lo",
31546  description="TIBETAN LETTER GHA",
31547  direction="l",
31548  linebreak="al",
31549  specials={ "char", 0xF42, 0xFB7 },
31550  unicodeslot=0xF43,
31551 },
31552 [0xF44]={
31553  category="lo",
31554  description="TIBETAN LETTER NGA",
31555  direction="l",
31556  linebreak="al",
31557  unicodeslot=0xF44,
31558 },
31559 [0xF45]={
31560  category="lo",
31561  description="TIBETAN LETTER CA",
31562  direction="l",
31563  linebreak="al",
31564  unicodeslot=0xF45,
31565 },
31566 [0xF46]={
31567  category="lo",
31568  description="TIBETAN LETTER CHA",
31569  direction="l",
31570  linebreak="al",
31571  unicodeslot=0xF46,
31572 },
31573 [0xF47]={
31574  category="lo",
31575  description="TIBETAN LETTER JA",
31576  direction="l",
31577  linebreak="al",
31578  unicodeslot=0xF47,
31579 },
31580 [0xF49]={
31581  category="lo",
31582  description="TIBETAN LETTER NYA",
31583  direction="l",
31584  linebreak="al",
31585  unicodeslot=0xF49,
31586 },
31587 [0xF4A]={
31588  category="lo",
31589  description="TIBETAN LETTER TTA",
31590  direction="l",
31591  linebreak="al",
31592  unicodeslot=0xF4A,
31593 },
31594 [0xF4B]={
31595  category="lo",
31596  description="TIBETAN LETTER TTHA",
31597  direction="l",
31598  linebreak="al",
31599  unicodeslot=0xF4B,
31600 },
31601 [0xF4C]={
31602  category="lo",
31603  description="TIBETAN LETTER DDA",
31604  direction="l",
31605  linebreak="al",
31606  unicodeslot=0xF4C,
31607 },
31608 [0xF4D]={
31609  category="lo",
31610  description="TIBETAN LETTER DDHA",
31611  direction="l",
31612  linebreak="al",
31613  specials={ "char", 0xF4C, 0xFB7 },
31614  unicodeslot=0xF4D,
31615 },
31616 [0xF4E]={
31617  category="lo",
31618  description="TIBETAN LETTER NNA",
31619  direction="l",
31620  linebreak="al",
31621  unicodeslot=0xF4E,
31622 },
31623 [0xF4F]={
31624  category="lo",
31625  description="TIBETAN LETTER TA",
31626  direction="l",
31627  linebreak="al",
31628  unicodeslot=0xF4F,
31629 },
31630 [0xF50]={
31631  category="lo",
31632  description="TIBETAN LETTER THA",
31633  direction="l",
31634  linebreak="al",
31635  unicodeslot=0xF50,
31636 },
31637 [0xF51]={
31638  category="lo",
31639  description="TIBETAN LETTER DA",
31640  direction="l",
31641  linebreak="al",
31642  unicodeslot=0xF51,
31643 },
31644 [0xF52]={
31645  category="lo",
31646  description="TIBETAN LETTER DHA",
31647  direction="l",
31648  linebreak="al",
31649  specials={ "char", 0xF51, 0xFB7 },
31650  unicodeslot=0xF52,
31651 },
31652 [0xF53]={
31653  category="lo",
31654  description="TIBETAN LETTER NA",
31655  direction="l",
31656  linebreak="al",
31657  unicodeslot=0xF53,
31658 },
31659 [0xF54]={
31660  category="lo",
31661  description="TIBETAN LETTER PA",
31662  direction="l",
31663  linebreak="al",
31664  unicodeslot=0xF54,
31665 },
31666 [0xF55]={
31667  category="lo",
31668  description="TIBETAN LETTER PHA",
31669  direction="l",
31670  linebreak="al",
31671  unicodeslot=0xF55,
31672 },
31673 [0xF56]={
31674  category="lo",
31675  description="TIBETAN LETTER BA",
31676  direction="l",
31677  linebreak="al",
31678  unicodeslot=0xF56,
31679 },
31680 [0xF57]={
31681  category="lo",
31682  description="TIBETAN LETTER BHA",
31683  direction="l",
31684  linebreak="al",
31685  specials={ "char", 0xF56, 0xFB7 },
31686  unicodeslot=0xF57,
31687 },
31688 [0xF58]={
31689  category="lo",
31690  description="TIBETAN LETTER MA",
31691  direction="l",
31692  linebreak="al",
31693  unicodeslot=0xF58,
31694 },
31695 [0xF59]={
31696  category="lo",
31697  description="TIBETAN LETTER TSA",
31698  direction="l",
31699  linebreak="al",
31700  unicodeslot=0xF59,
31701 },
31702 [0xF5A]={
31703  category="lo",
31704  description="TIBETAN LETTER TSHA",
31705  direction="l",
31706  linebreak="al",
31707  unicodeslot=0xF5A,
31708 },
31709 [0xF5B]={
31710  category="lo",
31711  description="TIBETAN LETTER DZA",
31712  direction="l",
31713  linebreak="al",
31714  unicodeslot=0xF5B,
31715 },
31716 [0xF5C]={
31717  category="lo",
31718  description="TIBETAN LETTER DZHA",
31719  direction="l",
31720  linebreak="al",
31721  specials={ "char", 0xF5B, 0xFB7 },
31722  unicodeslot=0xF5C,
31723 },
31724 [0xF5D]={
31725  category="lo",
31726  description="TIBETAN LETTER WA",
31727  direction="l",
31728  linebreak="al",
31729  unicodeslot=0xF5D,
31730 },
31731 [0xF5E]={
31732  category="lo",
31733  description="TIBETAN LETTER ZHA",
31734  direction="l",
31735  linebreak="al",
31736  unicodeslot=0xF5E,
31737 },
31738 [0xF5F]={
31739  category="lo",
31740  description="TIBETAN LETTER ZA",
31741  direction="l",
31742  linebreak="al",
31743  unicodeslot=0xF5F,
31744 },
31745 [0xF60]={
31746  category="lo",
31747  description="TIBETAN LETTER -A",
31748  direction="l",
31749  linebreak="al",
31750  unicodeslot=0xF60,
31751 },
31752 [0xF61]={
31753  category="lo",
31754  description="TIBETAN LETTER YA",
31755  direction="l",
31756  linebreak="al",
31757  unicodeslot=0xF61,
31758 },
31759 [0xF62]={
31760  category="lo",
31761  description="TIBETAN LETTER RA",
31762  direction="l",
31763  linebreak="al",
31764  unicodeslot=0xF62,
31765 },
31766 [0xF63]={
31767  category="lo",
31768  description="TIBETAN LETTER LA",
31769  direction="l",
31770  linebreak="al",
31771  unicodeslot=0xF63,
31772 },
31773 [0xF64]={
31774  category="lo",
31775  description="TIBETAN LETTER SHA",
31776  direction="l",
31777  linebreak="al",
31778  unicodeslot=0xF64,
31779 },
31780 [0xF65]={
31781  category="lo",
31782  description="TIBETAN LETTER SSA",
31783  direction="l",
31784  linebreak="al",
31785  unicodeslot=0xF65,
31786 },
31787 [0xF66]={
31788  category="lo",
31789  description="TIBETAN LETTER SA",
31790  direction="l",
31791  linebreak="al",
31792  unicodeslot=0xF66,
31793 },
31794 [0xF67]={
31795  category="lo",
31796  description="TIBETAN LETTER HA",
31797  direction="l",
31798  linebreak="al",
31799  unicodeslot=0xF67,
31800 },
31801 [0xF68]={
31802  category="lo",
31803  description="TIBETAN LETTER A",
31804  direction="l",
31805  linebreak="al",
31806  unicodeslot=0xF68,
31807 },
31808 [0xF69]={
31809  category="lo",
31810  description="TIBETAN LETTER KSSA",
31811  direction="l",
31812  linebreak="al",
31813  specials={ "char", 0xF40, 0xFB5 },
31814  unicodeslot=0xF69,
31815 },
31816 [0xF6A]={
31817  category="lo",
31818  description="TIBETAN LETTER FIXED-FORM RA",
31819  direction="l",
31820  linebreak="al",
31821  unicodeslot=0xF6A,
31822 },
31823 [0xF6B]={
31824  category="lo",
31825  description="TIBETAN LETTER KKA",
31826  direction="l",
31827  linebreak="al",
31828  unicodeslot=0xF6B,
31829 },
31830 [0xF6C]={
31831  category="lo",
31832  description="TIBETAN LETTER RRA",
31833  direction="l",
31834  linebreak="al",
31835  unicodeslot=0xF6C,
31836 },
31837 [0xF71]={
31838  category="mn",
31839  combining=0x81,
31840  description="TIBETAN VOWEL SIGN AA",
31841  direction="nsm",
31842  linebreak="cm",
31843  unicodeslot=0xF71,
31844 },
31845 [0xF72]={
31846  category="mn",
31847  combining=0x82,
31848  description="TIBETAN VOWEL SIGN I",
31849  direction="nsm",
31850  linebreak="cm",
31851  unicodeslot=0xF72,
31852 },
31853 [0xF73]={
31854  category="mn",
31855  description="TIBETAN VOWEL SIGN II",
31856  direction="nsm",
31857  linebreak="cm",
31858  specials={ "char", 0xF71, 0xF72 },
31859  unicodeslot=0xF73,
31860 },
31861 [0xF74]={
31862  category="mn",
31863  combining=0x84,
31864  description="TIBETAN VOWEL SIGN U",
31865  direction="nsm",
31866  linebreak="cm",
31867  unicodeslot=0xF74,
31868 },
31869 [0xF75]={
31870  category="mn",
31871  description="TIBETAN VOWEL SIGN UU",
31872  direction="nsm",
31873  linebreak="cm",
31874  specials={ "char", 0xF71, 0xF74 },
31875  unicodeslot=0xF75,
31876 },
31877 [0xF76]={
31878  category="mn",
31879  description="TIBETAN VOWEL SIGN VOCALIC R",
31880  direction="nsm",
31881  linebreak="cm",
31882  specials={ "char", 0xFB2, 0xF80 },
31883  unicodeslot=0xF76,
31884 },
31885 [0xF77]={
31886  category="mn",
31887  description="TIBETAN VOWEL SIGN VOCALIC RR",
31888  direction="nsm",
31889  linebreak="cm",
31890  specials={ "compat", 0xFB2, 0xF81 },
31891  unicodeslot=0xF77,
31892 },
31893 [0xF78]={
31894  category="mn",
31895  description="TIBETAN VOWEL SIGN VOCALIC L",
31896  direction="nsm",
31897  linebreak="cm",
31898  specials={ "char", 0xFB3, 0xF80 },
31899  unicodeslot=0xF78,
31900 },
31901 [0xF79]={
31902  category="mn",
31903  description="TIBETAN VOWEL SIGN VOCALIC LL",
31904  direction="nsm",
31905  linebreak="cm",
31906  specials={ "compat", 0xFB3, 0xF81 },
31907  unicodeslot=0xF79,
31908 },
31909 [0xF7A]={
31910  category="mn",
31911  combining=0x82,
31912  description="TIBETAN VOWEL SIGN E",
31913  direction="nsm",
31914  linebreak="cm",
31915  unicodeslot=0xF7A,
31916 },
31917 [0xF7B]={
31918  category="mn",
31919  combining=0x82,
31920  description="TIBETAN VOWEL SIGN EE",
31921  direction="nsm",
31922  linebreak="cm",
31923  unicodeslot=0xF7B,
31924 },
31925 [0xF7C]={
31926  category="mn",
31927  combining=0x82,
31928  description="TIBETAN VOWEL SIGN O",
31929  direction="nsm",
31930  linebreak="cm",
31931  unicodeslot=0xF7C,
31932 },
31933 [0xF7D]={
31934  category="mn",
31935  combining=0x82,
31936  description="TIBETAN VOWEL SIGN OO",
31937  direction="nsm",
31938  linebreak="cm",
31939  unicodeslot=0xF7D,
31940 },
31941 [0xF7E]={
31942  category="mn",
31943  description="TIBETAN SIGN RJES SU NGA RO",
31944  direction="nsm",
31945  linebreak="cm",
31946  synonyms={ "tibetan anusvara" },
31947  unicodeslot=0xF7E,
31948 },
31949 [0xF7F]={
31950  category="mc",
31951  description="TIBETAN SIGN RNAM BCAD",
31952  direction="l",
31953  linebreak="ba",
31954  synonyms={ "tibetan visarga" },
31955  unicodeslot=0xF7F,
31956 },
31957 [0xF80]={
31958  category="mn",
31959  combining=0x82,
31960  description="TIBETAN VOWEL SIGN REVERSED I",
31961  direction="nsm",
31962  linebreak="cm",
31963  unicodeslot=0xF80,
31964 },
31965 [0xF81]={
31966  category="mn",
31967  description="TIBETAN VOWEL SIGN REVERSED II",
31968  direction="nsm",
31969  linebreak="cm",
31970  specials={ "char", 0xF71, 0xF80 },
31971  unicodeslot=0xF81,
31972 },
31973 [0xF82]={
31974  category="mn",
31975  combining=0xE6,
31976  description="TIBETAN SIGN NYI ZLA NAA DA",
31977  direction="nsm",
31978  linebreak="cm",
31979  unicodeslot=0xF82,
31980 },
31981 [0xF83]={
31982  category="mn",
31983  combining=0xE6,
31984  description="TIBETAN SIGN SNA LDAN",
31985  direction="nsm",
31986  linebreak="cm",
31987  unicodeslot=0xF83,
31988 },
31989 [0xF84]={
31990  category="mn",
31991  combining=0x9,
31992  description="TIBETAN MARK HALANTA",
31993  direction="nsm",
31994  linebreak="cm",
31995  synonyms={ "tibetan srog med" },
31996  unicodeslot=0xF84,
31997 },
31998 [0xF85]={
31999  category="po",
32000  description="TIBETAN MARK PALUTA",
32001  direction="l",
32002  linebreak="ba",
32003  unicodeslot=0xF85,
32004 },
32005 [0xF86]={
32006  category="mn",
32007  combining=0xE6,
32008  description="TIBETAN SIGN LCI RTAGS",
32009  direction="nsm",
32010  linebreak="cm",
32011  unicodeslot=0xF86,
32012 },
32013 [0xF87]={
32014  category="mn",
32015  combining=0xE6,
32016  description="TIBETAN SIGN YANG RTAGS",
32017  direction="nsm",
32018  linebreak="cm",
32019  unicodeslot=0xF87,
32020 },
32021 [0xF88]={
32022  category="lo",
32023  description="TIBETAN SIGN LCE TSA CAN",
32024  direction="l",
32025  linebreak="al",
32026  unicodeslot=0xF88,
32027 },
32028 [0xF89]={
32029  category="lo",
32030  description="TIBETAN SIGN MCHU CAN",
32031  direction="l",
32032  linebreak="al",
32033  unicodeslot=0xF89,
32034 },
32035 [0xF8A]={
32036  category="lo",
32037  description="TIBETAN SIGN GRU CAN RGYINGS",
32038  direction="l",
32039  linebreak="al",
32040  unicodeslot=0xF8A,
32041 },
32042 [0xF8B]={
32043  category="lo",
32044  description="TIBETAN SIGN GRU MED RGYINGS",
32045  direction="l",
32046  linebreak="al",
32047  unicodeslot=0xF8B,
32048 },
32049 [0xF8C]={
32050  category="lo",
32051  description="TIBETAN SIGN INVERTED MCHU CAN",
32052  direction="l",
32053  linebreak="al",
32054  unicodeslot=0xF8C,
32055 },
32056 [0xF8D]={
32057  category="mn",
32058  description="TIBETAN SUBJOINED SIGN LCE TSA CAN",
32059  direction="nsm",
32060  linebreak="cm",
32061  unicodeslot=0xF8D,
32062 },
32063 [0xF8E]={
32064  category="mn",
32065  description="TIBETAN SUBJOINED SIGN MCHU CAN",
32066  direction="nsm",
32067  linebreak="cm",
32068  unicodeslot=0xF8E,
32069 },
32070 [0xF8F]={
32071  category="mn",
32072  description="TIBETAN SUBJOINED SIGN INVERTED MCHU CAN",
32073  direction="nsm",
32074  linebreak="cm",
32075  unicodeslot=0xF8F,
32076 },
32077 [0xF90]={
32078  category="mn",
32079  description="TIBETAN SUBJOINED LETTER KA",
32080  direction="nsm",
32081  linebreak="cm",
32082  unicodeslot=0xF90,
32083 },
32084 [0xF91]={
32085  category="mn",
32086  description="TIBETAN SUBJOINED LETTER KHA",
32087  direction="nsm",
32088  linebreak="cm",
32089  unicodeslot=0xF91,
32090 },
32091 [0xF92]={
32092  category="mn",
32093  description="TIBETAN SUBJOINED LETTER GA",
32094  direction="nsm",
32095  linebreak="cm",
32096  unicodeslot=0xF92,
32097 },
32098 [0xF93]={
32099  category="mn",
32100  description="TIBETAN SUBJOINED LETTER GHA",
32101  direction="nsm",
32102  linebreak="cm",
32103  specials={ "char", 0xF92, 0xFB7 },
32104  unicodeslot=0xF93,
32105 },
32106 [0xF94]={
32107  category="mn",
32108  description="TIBETAN SUBJOINED LETTER NGA",
32109  direction="nsm",
32110  linebreak="cm",
32111  unicodeslot=0xF94,
32112 },
32113 [0xF95]={
32114  category="mn",
32115  description="TIBETAN SUBJOINED LETTER CA",
32116  direction="nsm",
32117  linebreak="cm",
32118  unicodeslot=0xF95,
32119 },
32120 [0xF96]={
32121  category="mn",
32122  description="TIBETAN SUBJOINED LETTER CHA",
32123  direction="nsm",
32124  linebreak="cm",
32125  unicodeslot=0xF96,
32126 },
32127 [0xF97]={
32128  category="mn",
32129  description="TIBETAN SUBJOINED LETTER JA",
32130  direction="nsm",
32131  linebreak="cm",
32132  unicodeslot=0xF97,
32133 },
32134 [0xF99]={
32135  category="mn",
32136  description="TIBETAN SUBJOINED LETTER NYA",
32137  direction="nsm",
32138  linebreak="cm",
32139  unicodeslot=0xF99,
32140 },
32141 [0xF9A]={
32142  category="mn",
32143  description="TIBETAN SUBJOINED LETTER TTA",
32144  direction="nsm",
32145  linebreak="cm",
32146  unicodeslot=0xF9A,
32147 },
32148 [0xF9B]={
32149  category="mn",
32150  description="TIBETAN SUBJOINED LETTER TTHA",
32151  direction="nsm",
32152  linebreak="cm",
32153  unicodeslot=0xF9B,
32154 },
32155 [0xF9C]={
32156  category="mn",
32157  description="TIBETAN SUBJOINED LETTER DDA",
32158  direction="nsm",
32159  linebreak="cm",
32160  unicodeslot=0xF9C,
32161 },
32162 [0xF9D]={
32163  category="mn",
32164  description="TIBETAN SUBJOINED LETTER DDHA",
32165  direction="nsm",
32166  linebreak="cm",
32167  specials={ "char", 0xF9C, 0xFB7 },
32168  unicodeslot=0xF9D,
32169 },
32170 [0xF9E]={
32171  category="mn",
32172  description="TIBETAN SUBJOINED LETTER NNA",
32173  direction="nsm",
32174  linebreak="cm",
32175  unicodeslot=0xF9E,
32176 },
32177 [0xF9F]={
32178  category="mn",
32179  description="TIBETAN SUBJOINED LETTER TA",
32180  direction="nsm",
32181  linebreak="cm",
32182  unicodeslot=0xF9F,
32183 },
32184 [0xFA0]={
32185  category="mn",
32186  description="TIBETAN SUBJOINED LETTER THA",
32187  direction="nsm",
32188  linebreak="cm",
32189  unicodeslot=0xFA0,
32190 },
32191 [0xFA1]={
32192  category="mn",
32193  description="TIBETAN SUBJOINED LETTER DA",
32194  direction="nsm",
32195  linebreak="cm",
32196  unicodeslot=0xFA1,
32197 },
32198 [0xFA2]={
32199  category="mn",
32200  description="TIBETAN SUBJOINED LETTER DHA",
32201  direction="nsm",
32202  linebreak="cm",
32203  specials={ "char", 0xFA1, 0xFB7 },
32204  unicodeslot=0xFA2,
32205 },
32206 [0xFA3]={
32207  category="mn",
32208  description="TIBETAN SUBJOINED LETTER NA",
32209  direction="nsm",
32210  linebreak="cm",
32211  unicodeslot=0xFA3,
32212 },
32213 [0xFA4]={
32214  category="mn",
32215  description="TIBETAN SUBJOINED LETTER PA",
32216  direction="nsm",
32217  linebreak="cm",
32218  unicodeslot=0xFA4,
32219 },
32220 [0xFA5]={
32221  category="mn",
32222  description="TIBETAN SUBJOINED LETTER PHA",
32223  direction="nsm",
32224  linebreak="cm",
32225  unicodeslot=0xFA5,
32226 },
32227 [0xFA6]={
32228  category="mn",
32229  description="TIBETAN SUBJOINED LETTER BA",
32230  direction="nsm",
32231  linebreak="cm",
32232  unicodeslot=0xFA6,
32233 },
32234 [0xFA7]={
32235  category="mn",
32236  description="TIBETAN SUBJOINED LETTER BHA",
32237  direction="nsm",
32238  linebreak="cm",
32239  specials={ "char", 0xFA6, 0xFB7 },
32240  unicodeslot=0xFA7,
32241 },
32242 [0xFA8]={
32243  category="mn",
32244  description="TIBETAN SUBJOINED LETTER MA",
32245  direction="nsm",
32246  linebreak="cm",
32247  unicodeslot=0xFA8,
32248 },
32249 [0xFA9]={
32250  category="mn",
32251  description="TIBETAN SUBJOINED LETTER TSA",
32252  direction="nsm",
32253  linebreak="cm",
32254  unicodeslot=0xFA9,
32255 },
32256 [0xFAA]={
32257  category="mn",
32258  description="TIBETAN SUBJOINED LETTER TSHA",
32259  direction="nsm",
32260  linebreak="cm",
32261  unicodeslot=0xFAA,
32262 },
32263 [0xFAB]={
32264  category="mn",
32265  description="TIBETAN SUBJOINED LETTER DZA",
32266  direction="nsm",
32267  linebreak="cm",
32268  unicodeslot=0xFAB,
32269 },
32270 [0xFAC]={
32271  category="mn",
32272  description="TIBETAN SUBJOINED LETTER DZHA",
32273  direction="nsm",
32274  linebreak="cm",
32275  specials={ "char", 0xFAB, 0xFB7 },
32276  unicodeslot=0xFAC,
32277 },
32278 [0xFAD]={
32279  category="mn",
32280  description="TIBETAN SUBJOINED LETTER WA",
32281  direction="nsm",
32282  linebreak="cm",
32283  unicodeslot=0xFAD,
32284 },
32285 [0xFAE]={
32286  category="mn",
32287  description="TIBETAN SUBJOINED LETTER ZHA",
32288  direction="nsm",
32289  linebreak="cm",
32290  unicodeslot=0xFAE,
32291 },
32292 [0xFAF]={
32293  category="mn",
32294  description="TIBETAN SUBJOINED LETTER ZA",
32295  direction="nsm",
32296  linebreak="cm",
32297  unicodeslot=0xFAF,
32298 },
32299 [0xFB0]={
32300  category="mn",
32301  description="TIBETAN SUBJOINED LETTER -A",
32302  direction="nsm",
32303  linebreak="cm",
32304  unicodeslot=0xFB0,
32305 },
32306 [0xFB1]={
32307  category="mn",
32308  description="TIBETAN SUBJOINED LETTER YA",
32309  direction="nsm",
32310  linebreak="cm",
32311  unicodeslot=0xFB1,
32312 },
32313 [0xFB2]={
32314  category="mn",
32315  description="TIBETAN SUBJOINED LETTER RA",
32316  direction="nsm",
32317  linebreak="cm",
32318  unicodeslot=0xFB2,
32319 },
32320 [0xFB3]={
32321  category="mn",
32322  description="TIBETAN SUBJOINED LETTER LA",
32323  direction="nsm",
32324  linebreak="cm",
32325  unicodeslot=0xFB3,
32326 },
32327 [0xFB4]={
32328  category="mn",
32329  description="TIBETAN SUBJOINED LETTER SHA",
32330  direction="nsm",
32331  linebreak="cm",
32332  unicodeslot=0xFB4,
32333 },
32334 [0xFB5]={
32335  category="mn",
32336  description="TIBETAN SUBJOINED LETTER SSA",
32337  direction="nsm",
32338  linebreak="cm",
32339  unicodeslot=0xFB5,
32340 },
32341 [0xFB6]={
32342  category="mn",
32343  description="TIBETAN SUBJOINED LETTER SA",
32344  direction="nsm",
32345  linebreak="cm",
32346  unicodeslot=0xFB6,
32347 },
32348 [0xFB7]={
32349  category="mn",
32350  description="TIBETAN SUBJOINED LETTER HA",
32351  direction="nsm",
32352  linebreak="cm",
32353  unicodeslot=0xFB7,
32354 },
32355 [0xFB8]={
32356  category="mn",
32357  description="TIBETAN SUBJOINED LETTER A",
32358  direction="nsm",
32359  linebreak="cm",
32360  unicodeslot=0xFB8,
32361 },
32362 [0xFB9]={
32363  category="mn",
32364  description="TIBETAN SUBJOINED LETTER KSSA",
32365  direction="nsm",
32366  linebreak="cm",
32367  specials={ "char", 0xF90, 0xFB5 },
32368  unicodeslot=0xFB9,
32369 },
32370 [0xFBA]={
32371  category="mn",
32372  description="TIBETAN SUBJOINED LETTER FIXED-FORM WA",
32373  direction="nsm",
32374  linebreak="cm",
32375  unicodeslot=0xFBA,
32376 },
32377 [0xFBB]={
32378  category="mn",
32379  description="TIBETAN SUBJOINED LETTER FIXED-FORM YA",
32380  direction="nsm",
32381  linebreak="cm",
32382  unicodeslot=0xFBB,
32383 },
32384 [0xFBC]={
32385  category="mn",
32386  description="TIBETAN SUBJOINED LETTER FIXED-FORM RA",
32387  direction="nsm",
32388  linebreak="cm",
32389  unicodeslot=0xFBC,
32390 },
32391 [0xFBE]={
32392  category="so",
32393  description="TIBETAN KU RU KHA",
32394  direction="l",
32395  linebreak="ba",
32396  unicodeslot=0xFBE,
32397 },
32398 [0xFBF]={
32399  category="so",
32400  description="TIBETAN KU RU KHA BZHI MIG CAN",
32401  direction="l",
32402  linebreak="ba",
32403  unicodeslot=0xFBF,
32404 },
32405 [0xFC0]={
32406  category="so",
32407  description="TIBETAN CANTILLATION SIGN HEAVY BEAT",
32408  direction="l",
32409  linebreak="al",
32410  unicodeslot=0xFC0,
32411 },
32412 [0xFC1]={
32413  category="so",
32414  description="TIBETAN CANTILLATION SIGN LIGHT BEAT",
32415  direction="l",
32416  linebreak="al",
32417  unicodeslot=0xFC1,
32418 },
32419 [0xFC2]={
32420  category="so",
32421  description="TIBETAN CANTILLATION SIGN CANG TE-U",
32422  direction="l",
32423  linebreak="al",
32424  unicodeslot=0xFC2,
32425 },
32426 [0xFC3]={
32427  category="so",
32428  description="TIBETAN CANTILLATION SIGN SBUB -CHAL",
32429  direction="l",
32430  linebreak="al",
32431  unicodeslot=0xFC3,
32432 },
32433 [0xFC4]={
32434  category="so",
32435  description="TIBETAN SYMBOL DRIL BU",
32436  direction="l",
32437  linebreak="al",
32438  unicodeslot=0xFC4,
32439 },
32440 [0xFC5]={
32441  category="so",
32442  description="TIBETAN SYMBOL RDO RJE",
32443  direction="l",
32444  linebreak="al",
32445  unicodeslot=0xFC5,
32446 },
32447 [0xFC6]={
32448  category="mn",
32449  combining=0xDC,
32450  description="TIBETAN SYMBOL PADMA GDAN",
32451  direction="nsm",
32452  linebreak="cm",
32453  unicodeslot=0xFC6,
32454 },
32455 [0xFC7]={
32456  category="so",
32457  description="TIBETAN SYMBOL RDO RJE RGYA GRAM",
32458  direction="l",
32459  linebreak="al",
32460  unicodeslot=0xFC7,
32461 },
32462 [0xFC8]={
32463  category="so",
32464  description="TIBETAN SYMBOL PHUR PA",
32465  direction="l",
32466  linebreak="al",
32467  unicodeslot=0xFC8,
32468 },
32469 [0xFC9]={
32470  category="so",
32471  description="TIBETAN SYMBOL NOR BU",
32472  direction="l",
32473  linebreak="al",
32474  unicodeslot=0xFC9,
32475 },
32476 [0xFCA]={
32477  category="so",
32478  description="TIBETAN SYMBOL NOR BU NYIS -KHYIL",
32479  direction="l",
32480  linebreak="al",
32481  unicodeslot=0xFCA,
32482 },
32483 [0xFCB]={
32484  category="so",
32485  description="TIBETAN SYMBOL NOR BU GSUM -KHYIL",
32486  direction="l",
32487  linebreak="al",
32488  unicodeslot=0xFCB,
32489 },
32490 [0xFCC]={
32491  category="so",
32492  description="TIBETAN SYMBOL NOR BU BZHI -KHYIL",
32493  direction="l",
32494  linebreak="al",
32495  unicodeslot=0xFCC,
32496 },
32497 [0xFCE]={
32498  category="so",
32499  description="TIBETAN SIGN RDEL NAG RDEL DKAR",
32500  direction="l",
32501  linebreak="al",
32502  unicodeslot=0xFCE,
32503 },
32504 [0xFCF]={
32505  category="so",
32506  description="TIBETAN SIGN RDEL NAG GSUM",
32507  direction="l",
32508  linebreak="al",
32509  unicodeslot=0xFCF,
32510 },
32511 [0xFD0]={
32512  category="po",
32513  description="TIBETAN MARK BSKA- SHOG GI MGO RGYAN",
32514  direction="l",
32515  linebreak="bb",
32516  unicodeslot=0xFD0,
32517 },
32518 [0xFD1]={
32519  category="po",
32520  description="TIBETAN MARK MNYAM YIG GI MGO RGYAN",
32521  direction="l",
32522  linebreak="bb",
32523  unicodeslot=0xFD1,
32524 },
32525 [0xFD2]={
32526  category="po",
32527  description="TIBETAN MARK NYIS TSHEG",
32528  direction="l",
32529  linebreak="ba",
32530  unicodeslot=0xFD2,
32531 },
32532 [0xFD3]={
32533  category="po",
32534  description="TIBETAN MARK INITIAL BRDA RNYING YIG MGO MDUN MA",
32535  direction="l",
32536  linebreak="bb",
32537  unicodeslot=0xFD3,
32538 },
32539 [0xFD4]={
32540  category="po",
32541  description="TIBETAN MARK CLOSING BRDA RNYING YIG MGO SGAB MA",
32542  direction="l",
32543  linebreak="al",
32544  unicodeslot=0xFD4,
32545 },
32546 [0xFD5]={
32547  category="so",
32548  description="RIGHT-FACING SVASTI SIGN",
32549  direction="l",
32550  linebreak="al",
32551  unicodeslot=0xFD5,
32552 },
32553 [0xFD6]={
32554  category="so",
32555  description="LEFT-FACING SVASTI SIGN",
32556  direction="l",
32557  linebreak="al",
32558  unicodeslot=0xFD6,
32559 },
32560 [0xFD7]={
32561  category="so",
32562  description="RIGHT-FACING SVASTI SIGN WITH DOTS",
32563  direction="l",
32564  linebreak="al",
32565  unicodeslot=0xFD7,
32566 },
32567 [0xFD8]={
32568  category="so",
32569  description="LEFT-FACING SVASTI SIGN WITH DOTS",
32570  direction="l",
32571  linebreak="al",
32572  unicodeslot=0xFD8,
32573 },
32574 [0xFD9]={
32575  category="po",
32576  description="TIBETAN MARK LEADING MCHAN RTAGS",
32577  direction="l",
32578  linebreak="gl",
32579  unicodeslot=0xFD9,
32580 },
32581 [0xFDA]={
32582  category="po",
32583  description="TIBETAN MARK TRAILING MCHAN RTAGS",
32584  direction="l",
32585  linebreak="gl",
32586  unicodeslot=0xFDA,
32587 },
32588 [0x1000]={
32589  category="lo",
32590  description="MYANMAR LETTER KA",
32591  direction="l",
32592  indic="c",
32593  linebreak="sa",
32594  unicodeslot=0x1000,
32595  variants=variants_dotted,
32596 },
32597 [0x1001]={
32598  category="lo",
32599  description="MYANMAR LETTER KHA",
32600  direction="l",
32601  indic="c",
32602  linebreak="sa",
32603  unicodeslot=0x1001,
32604 },
32605 [0x1002]={
32606  category="lo",
32607  description="MYANMAR LETTER GA",
32608  direction="l",
32609  indic="c",
32610  linebreak="sa",
32611  unicodeslot=0x1002,
32612  variants=variants_dotted,
32613 },
32614 [0x1003]={
32615  category="lo",
32616  description="MYANMAR LETTER GHA",
32617  direction="l",
32618  indic="c",
32619  linebreak="sa",
32620  unicodeslot=0x1003,
32621 },
32622 [0x1004]={
32623  category="lo",
32624  description="MYANMAR LETTER NGA",
32625  direction="l",
32626  indic="c",
32627  linebreak="sa",
32628  unicodeslot=0x1004,
32629  variants=variants_dotted,
32630 },
32631 [0x1005]={
32632  category="lo",
32633  description="MYANMAR LETTER CA",
32634  direction="l",
32635  indic="c",
32636  linebreak="sa",
32637  unicodeslot=0x1005,
32638 },
32639 [0x1006]={
32640  category="lo",
32641  description="MYANMAR LETTER CHA",
32642  direction="l",
32643  indic="c",
32644  linebreak="sa",
32645  unicodeslot=0x1006,
32646 },
32647 [0x1007]={
32648  category="lo",
32649  description="MYANMAR LETTER JA",
32650  direction="l",
32651  indic="c",
32652  linebreak="sa",
32653  unicodeslot=0x1007,
32654 },
32655 [0x1008]={
32656  category="lo",
32657  description="MYANMAR LETTER JHA",
32658  direction="l",
32659  indic="c",
32660  linebreak="sa",
32661  unicodeslot=0x1008,
32662 },
32663 [0x1009]={
32664  category="lo",
32665  description="MYANMAR LETTER NYA",
32666  direction="l",
32667  indic="c",
32668  linebreak="sa",
32669  unicodeslot=0x1009,
32670 },
32671 [0x100A]={
32672  category="lo",
32673  description="MYANMAR LETTER NNYA",
32674  direction="l",
32675  indic="c",
32676  linebreak="sa",
32677  unicodeslot=0x100A,
32678 },
32679 [0x100B]={
32680  category="lo",
32681  description="MYANMAR LETTER TTA",
32682  direction="l",
32683  indic="c",
32684  linebreak="sa",
32685  unicodeslot=0x100B,
32686 },
32687 [0x100C]={
32688  category="lo",
32689  description="MYANMAR LETTER TTHA",
32690  direction="l",
32691  indic="c",
32692  linebreak="sa",
32693  unicodeslot=0x100C,
32694 },
32695 [0x100D]={
32696  category="lo",
32697  description="MYANMAR LETTER DDA",
32698  direction="l",
32699  indic="c",
32700  linebreak="sa",
32701  unicodeslot=0x100D,
32702 },
32703 [0x100E]={
32704  category="lo",
32705  description="MYANMAR LETTER DDHA",
32706  direction="l",
32707  indic="c",
32708  linebreak="sa",
32709  unicodeslot=0x100E,
32710 },
32711 [0x100F]={
32712  category="lo",
32713  description="MYANMAR LETTER NNA",
32714  direction="l",
32715  indic="c",
32716  linebreak="sa",
32717  unicodeslot=0x100F,
32718 },
32719 [0x1010]={
32720  category="lo",
32721  description="MYANMAR LETTER TA",
32722  direction="l",
32723  indic="c",
32724  linebreak="sa",
32725  unicodeslot=0x1010,
32726  variants=variants_dotted,
32727 },
32728 [0x1011]={
32729  category="lo",
32730  description="MYANMAR LETTER THA",
32731  direction="l",
32732  indic="c",
32733  linebreak="sa",
32734  unicodeslot=0x1011,
32735  variants=variants_dotted,
32736 },
32737 [0x1012]={
32738  category="lo",
32739  description="MYANMAR LETTER DA",
32740  direction="l",
32741  indic="c",
32742  linebreak="sa",
32743  unicodeslot=0x1012,
32744 },
32745 [0x1013]={
32746  category="lo",
32747  description="MYANMAR LETTER DHA",
32748  direction="l",
32749  indic="c",
32750  linebreak="sa",
32751  unicodeslot=0x1013,
32752 },
32753 [0x1014]={
32754  category="lo",
32755  description="MYANMAR LETTER NA",
32756  direction="l",
32757  indic="c",
32758  linebreak="sa",
32759  unicodeslot=0x1014,
32760 },
32761 [0x1015]={
32762  category="lo",
32763  description="MYANMAR LETTER PA",
32764  direction="l",
32765  indic="c",
32766  linebreak="sa",
32767  unicodeslot=0x1015,
32768  variants=variants_dotted,
32769 },
32770 [0x1016]={
32771  category="lo",
32772  description="MYANMAR LETTER PHA",
32773  direction="l",
32774  indic="c",
32775  linebreak="sa",
32776  unicodeslot=0x1016,
32777 },
32778 [0x1017]={
32779  category="lo",
32780  description="MYANMAR LETTER BA",
32781  direction="l",
32782  indic="c",
32783  linebreak="sa",
32784  unicodeslot=0x1017,
32785 },
32786 [0x1018]={
32787  category="lo",
32788  description="MYANMAR LETTER BHA",
32789  direction="l",
32790  indic="c",
32791  linebreak="sa",
32792  unicodeslot=0x1018,
32793 },
32794 [0x1019]={
32795  category="lo",
32796  description="MYANMAR LETTER MA",
32797  direction="l",
32798  indic="c",
32799  linebreak="sa",
32800  unicodeslot=0x1019,
32801  variants=variants_dotted,
32802 },
32803 [0x101A]={
32804  category="lo",
32805  description="MYANMAR LETTER YA",
32806  direction="l",
32807  indic="c",
32808  linebreak="sa",
32809  unicodeslot=0x101A,
32810  variants=variants_dotted,
32811 },
32812 [0x101B]={
32813  category="lo",
32814  description="MYANMAR LETTER RA",
32815  direction="l",
32816  indic="c",
32817  linebreak="sa",
32818  unicodeslot=0x101B,
32819 },
32820 [0x101C]={
32821  category="lo",
32822  description="MYANMAR LETTER LA",
32823  direction="l",
32824  indic="c",
32825  linebreak="sa",
32826  unicodeslot=0x101C,
32827  variants=variants_dotted,
32828 },
32829 [0x101D]={
32830  category="lo",
32831  description="MYANMAR LETTER WA",
32832  direction="l",
32833  indic="c",
32834  linebreak="sa",
32835  unicodeslot=0x101D,
32836  variants=variants_dotted,
32837 },
32838 [0x101E]={
32839  category="lo",
32840  description="MYANMAR LETTER SA",
32841  direction="l",
32842  indic="c",
32843  linebreak="sa",
32844  unicodeslot=0x101E,
32845 },
32846 [0x101F]={
32847  category="lo",
32848  description="MYANMAR LETTER HA",
32849  direction="l",
32850  indic="c",
32851  linebreak="sa",
32852  unicodeslot=0x101F,
32853 },
32854 [0x1020]={
32855  category="lo",
32856  description="MYANMAR LETTER LLA",
32857  direction="l",
32858  indic="c",
32859  linebreak="sa",
32860  unicodeslot=0x1020,
32861 },
32862 [0x1021]={
32863  category="lo",
32864  description="MYANMAR LETTER A",
32865  direction="l",
32866  indic="i",
32867  linebreak="sa",
32868  unicodeslot=0x1021,
32869 },
32870 [0x1022]={
32871  category="lo",
32872  description="MYANMAR LETTER SHAN A",
32873  direction="l",
32874  indic="i",
32875  linebreak="sa",
32876  unicodeslot=0x1022,
32877  variants=variants_dotted,
32878 },
32879 [0x1023]={
32880  category="lo",
32881  description="MYANMAR LETTER I",
32882  direction="l",
32883  indic="i",
32884  linebreak="sa",
32885  unicodeslot=0x1023,
32886 },
32887 [0x1024]={
32888  category="lo",
32889  description="MYANMAR LETTER II",
32890  direction="l",
32891  indic="i",
32892  linebreak="sa",
32893  unicodeslot=0x1024,
32894 },
32895 [0x1025]={
32896  category="lo",
32897  description="MYANMAR LETTER U",
32898  direction="l",
32899  indic="i",
32900  linebreak="sa",
32901  unicodeslot=0x1025,
32902 },
32903 [0x1026]={
32904  category="lo",
32905  description="MYANMAR LETTER UU",
32906  direction="l",
32907  indic="i",
32908  linebreak="sa",
32909  specials={ "char", 0x1025, 0x102E },
32910  unicodeslot=0x1026,
32911 },
32912 [0x1027]={
32913  category="lo",
32914  description="MYANMAR LETTER E",
32915  direction="l",
32916  indic="i",
32917  linebreak="sa",
32918  unicodeslot=0x1027,
32919 },
32920 [0x1028]={
32921  category="lo",
32922  description="MYANMAR LETTER MON E",
32923  direction="l",
32924  indic="i",
32925  linebreak="sa",
32926  unicodeslot=0x1028,
32927 },
32928 [0x1029]={
32929  category="lo",
32930  description="MYANMAR LETTER O",
32931  direction="l",
32932  indic="i",
32933  linebreak="sa",
32934  unicodeslot=0x1029,
32935 },
32936 [0x102A]={
32937  category="lo",
32938  description="MYANMAR LETTER AU",
32939  direction="l",
32940  indic="i",
32941  linebreak="sa",
32942  unicodeslot=0x102A,
32943 },
32944 [0x102B]={
32945  category="mc",
32946  description="MYANMAR VOWEL SIGN TALL AA",
32947  direction="l",
32948  indic="d",
32949  indicmark="r",
32950  linebreak="sa",
32951  unicodeslot=0x102B,
32952 },
32953 [0x102C]={
32954  category="mc",
32955  description="MYANMAR VOWEL SIGN AA",
32956  direction="l",
32957  indic="d",
32958  indicmark="r",
32959  linebreak="sa",
32960  unicodeslot=0x102C,
32961 },
32962 [0x102D]={
32963  category="mn",
32964  description="MYANMAR VOWEL SIGN I",
32965  direction="nsm",
32966  indic="d",
32967  indicmark="t",
32968  linebreak="sa",
32969  unicodeslot=0x102D,
32970 },
32971 [0x102E]={
32972  category="mn",
32973  description="MYANMAR VOWEL SIGN II",
32974  direction="nsm",
32975  indic="d",
32976  indicmark="t",
32977  linebreak="sa",
32978  unicodeslot=0x102E,
32979 },
32980 [0x102F]={
32981  category="mn",
32982  description="MYANMAR VOWEL SIGN U",
32983  direction="nsm",
32984  indic="d",
32985  indicmark="b",
32986  linebreak="sa",
32987  unicodeslot=0x102F,
32988 },
32989 [0x1030]={
32990  category="mn",
32991  description="MYANMAR VOWEL SIGN UU",
32992  direction="nsm",
32993  indic="d",
32994  indicmark="b",
32995  linebreak="sa",
32996  unicodeslot=0x1030,
32997 },
32998 [0x1031]={
32999  category="mc",
33000  description="MYANMAR VOWEL SIGN E",
33001  direction="l",
33002  indic="d",
33003  indicmark="l",
33004  linebreak="sa",
33005  unicodeslot=0x1031,
33006  variants=variants_dotted,
33007 },
33008 [0x1032]={
33009  category="mn",
33010  description="MYANMAR VOWEL SIGN AI",
33011  direction="nsm",
33012  indic="d",
33013  indicmark="t",
33014  linebreak="sa",
33015  unicodeslot=0x1032,
33016 },
33017 [0x1033]={
33018  category="mn",
33019  description="MYANMAR VOWEL SIGN MON II",
33020  direction="nsm",
33021  indic="d",
33022  indicmark="t",
33023  linebreak="sa",
33024  unicodeslot=0x1033,
33025 },
33026 [0x1034]={
33027  category="mn",
33028  description="MYANMAR VOWEL SIGN MON O",
33029  direction="nsm",
33030  indic="d",
33031  indicmark="t",
33032  linebreak="sa",
33033  unicodeslot=0x1034,
33034 },
33035 [0x1035]={
33036  category="mn",
33037  description="MYANMAR VOWEL SIGN E ABOVE",
33038  direction="nsm",
33039  indic="d",
33040  indicmark="t",
33041  linebreak="sa",
33042  unicodeslot=0x1035,
33043 },
33044 [0x1036]={
33045  category="mn",
33046  description="MYANMAR SIGN ANUSVARA",
33047  direction="nsm",
33048  indic="m",
33049  indicmark="t",
33050  linebreak="sa",
33051  unicodeslot=0x1036,
33052 },
33053 [0x1037]={
33054  category="mn",
33055  combining=0x7,
33056  description="MYANMAR SIGN DOT BELOW",
33057  direction="nsm",
33058  indic="s",
33059  indicmark="b",
33060  linebreak="sa",
33061  unicodeslot=0x1037,
33062 },
33063 [0x1038]={
33064  category="mc",
33065  description="MYANMAR SIGN VISARGA",
33066  direction="l",
33067  indic="m",
33068  indicmark="r",
33069  linebreak="sa",
33070  unicodeslot=0x1038,
33071 },
33072 [0x1039]={
33073  category="mn",
33074  combining=0x9,
33075  description="MYANMAR SIGN VIRAMA",
33076  direction="nsm",
33077  indic="m",
33078  indicmark="b",
33079  linebreak="sa",
33080  synonyms={ "myanmar killer" },
33081  unicodeslot=0x1039,
33082 },
33083 [0x103A]={
33084  category="mn",
33085  combining=0x9,
33086  description="MYANMAR SIGN ASAT",
33087  direction="nsm",
33088  indic="m",
33089  indicmark="t",
33090  linebreak="sa",
33091  unicodeslot=0x103A,
33092 },
33093 [0x103B]={
33094  category="mc",
33095  description="MYANMAR CONSONANT SIGN MEDIAL YA",
33096  direction="l",
33097  indic="c",
33098  indicmark="r",
33099  linebreak="sa",
33100  unicodeslot=0x103B,
33101 },
33102 [0x103C]={
33103  category="mc",
33104  description="MYANMAR CONSONANT SIGN MEDIAL RA",
33105  direction="l",
33106  indic="c",
33107  linebreak="sa",
33108  unicodeslot=0x103C,
33109 },
33110 [0x103D]={
33111  category="mn",
33112  description="MYANMAR CONSONANT SIGN MEDIAL WA",
33113  direction="nsm",
33114  indic="c",
33115  indicmark="b",
33116  linebreak="sa",
33117  unicodeslot=0x103D,
33118 },
33119 [0x103E]={
33120  category="mn",
33121  description="MYANMAR CONSONANT SIGN MEDIAL HA",
33122  direction="nsm",
33123  indic="c",
33124  indicmark="b",
33125  linebreak="sa",
33126  unicodeslot=0x103E,
33127 },
33128 [0x103F]={
33129  category="lo",
33130  description="MYANMAR LETTER GREAT SA",
33131  direction="l",
33132  indic="c",
33133  linebreak="sa",
33134  unicodeslot=0x103F,
33135 },
33136 [0x1040]={
33137  category="nd",
33138  description="MYANMAR DIGIT ZERO",
33139  direction="l",
33140  indic="o",
33141  linebreak="nu",
33142  unicodeslot=0x1040,
33143 },
33144 [0x1041]={
33145  category="nd",
33146  description="MYANMAR DIGIT ONE",
33147  direction="l",
33148  indic="o",
33149  linebreak="nu",
33150  unicodeslot=0x1041,
33151 },
33152 [0x1042]={
33153  category="nd",
33154  description="MYANMAR DIGIT TWO",
33155  direction="l",
33156  indic="o",
33157  linebreak="nu",
33158  unicodeslot=0x1042,
33159 },
33160 [0x1043]={
33161  category="nd",
33162  description="MYANMAR DIGIT THREE",
33163  direction="l",
33164  indic="o",
33165  linebreak="nu",
33166  unicodeslot=0x1043,
33167 },
33168 [0x1044]={
33169  category="nd",
33170  description="MYANMAR DIGIT FOUR",
33171  direction="l",
33172  indic="o",
33173  linebreak="nu",
33174  unicodeslot=0x1044,
33175 },
33176 [0x1045]={
33177  category="nd",
33178  description="MYANMAR DIGIT FIVE",
33179  direction="l",
33180  indic="o",
33181  linebreak="nu",
33182  unicodeslot=0x1045,
33183 },
33184 [0x1046]={
33185  category="nd",
33186  description="MYANMAR DIGIT SIX",
33187  direction="l",
33188  indic="o",
33189  linebreak="nu",
33190  unicodeslot=0x1046,
33191 },
33192 [0x1047]={
33193  category="nd",
33194  description="MYANMAR DIGIT SEVEN",
33195  direction="l",
33196  indic="o",
33197  linebreak="nu",
33198  unicodeslot=0x1047,
33199 },
33200 [0x1048]={
33201  category="nd",
33202  description="MYANMAR DIGIT EIGHT",
33203  direction="l",
33204  indic="o",
33205  linebreak="nu",
33206  unicodeslot=0x1048,
33207 },
33208 [0x1049]={
33209  category="nd",
33210  description="MYANMAR DIGIT NINE",
33211  direction="l",
33212  indic="o",
33213  linebreak="nu",
33214  unicodeslot=0x1049,
33215 },
33216 [0x104A]={
33217  category="po",
33218  description="MYANMAR SIGN LITTLE SECTION",
33219  direction="l",
33220  indic="o",
33221  linebreak="ba",
33222  unicodeslot=0x104A,
33223 },
33224 [0x104B]={
33225  category="po",
33226  description="MYANMAR SIGN SECTION",
33227  direction="l",
33228  indic="o",
33229  linebreak="ba",
33230  unicodeslot=0x104B,
33231 },
33232 [0x104C]={
33233  category="po",
33234  description="MYANMAR SYMBOL LOCATIVE",
33235  direction="l",
33236  indic="o",
33237  linebreak="al",
33238  unicodeslot=0x104C,
33239 },
33240 [0x104D]={
33241  category="po",
33242  description="MYANMAR SYMBOL COMPLETED",
33243  direction="l",
33244  indic="o",
33245  linebreak="al",
33246  unicodeslot=0x104D,
33247 },
33248 [0x104E]={
33249  category="po",
33250  description="MYANMAR SYMBOL AFOREMENTIONED",
33251  direction="l",
33252  indic="o",
33253  linebreak="al",
33254  unicodeslot=0x104E,
33255 },
33256 [0x104F]={
33257  category="po",
33258  description="MYANMAR SYMBOL GENITIVE",
33259  direction="l",
33260  indic="o",
33261  linebreak="al",
33262  unicodeslot=0x104F,
33263 },
33264 [0x1050]={
33265  category="lo",
33266  description="MYANMAR LETTER SHA",
33267  direction="l",
33268  indic="c",
33269  linebreak="sa",
33270  unicodeslot=0x1050,
33271 },
33272 [0x1051]={
33273  category="lo",
33274  description="MYANMAR LETTER SSA",
33275  direction="l",
33276  indic="c",
33277  linebreak="sa",
33278  unicodeslot=0x1051,
33279 },
33280 [0x1052]={
33281  category="lo",
33282  description="MYANMAR LETTER VOCALIC R",
33283  direction="l",
33284  indic="i",
33285  linebreak="sa",
33286  unicodeslot=0x1052,
33287 },
33288 [0x1053]={
33289  category="lo",
33290  description="MYANMAR LETTER VOCALIC RR",
33291  direction="l",
33292  indic="i",
33293  linebreak="sa",
33294  unicodeslot=0x1053,
33295 },
33296 [0x1054]={
33297  category="lo",
33298  description="MYANMAR LETTER VOCALIC L",
33299  direction="l",
33300  indic="i",
33301  linebreak="sa",
33302  unicodeslot=0x1054,
33303 },
33304 [0x1055]={
33305  category="lo",
33306  description="MYANMAR LETTER VOCALIC LL",
33307  direction="l",
33308  indic="i",
33309  linebreak="sa",
33310  unicodeslot=0x1055,
33311 },
33312 [0x1056]={
33313  category="mc",
33314  description="MYANMAR VOWEL SIGN VOCALIC R",
33315  direction="l",
33316  indic="d",
33317  indicmark="r",
33318  linebreak="sa",
33319  unicodeslot=0x1056,
33320 },
33321 [0x1057]={
33322  category="mc",
33323  description="MYANMAR VOWEL SIGN VOCALIC RR",
33324  direction="l",
33325  indic="d",
33326  indicmark="r",
33327  linebreak="sa",
33328  unicodeslot=0x1057,
33329 },
33330 [0x1058]={
33331  category="mn",
33332  description="MYANMAR VOWEL SIGN VOCALIC L",
33333  direction="nsm",
33334  indic="d",
33335  indicmark="b",
33336  linebreak="sa",
33337  unicodeslot=0x1058,
33338 },
33339 [0x1059]={
33340  category="mn",
33341  description="MYANMAR VOWEL SIGN VOCALIC LL",
33342  direction="nsm",
33343  indic="d",
33344  indicmark="b",
33345  linebreak="sa",
33346  unicodeslot=0x1059,
33347 },
33348 [0x105A]={
33349  category="lo",
33350  description="MYANMAR LETTER MON NGA",
33351  direction="l",
33352  indic="c",
33353  linebreak="sa",
33354  unicodeslot=0x105A,
33355 },
33356 [0x105B]={
33357  category="lo",
33358  description="MYANMAR LETTER MON JHA",
33359  direction="l",
33360  indic="c",
33361  linebreak="sa",
33362  unicodeslot=0x105B,
33363 },
33364 [0x105C]={
33365  category="lo",
33366  description="MYANMAR LETTER MON BBA",
33367  direction="l",
33368  indic="c",
33369  linebreak="sa",
33370  unicodeslot=0x105C,
33371 },
33372 [0x105D]={
33373  category="lo",
33374  description="MYANMAR LETTER MON BBE",
33375  direction="l",
33376  indic="c",
33377  linebreak="sa",
33378  unicodeslot=0x105D,
33379 },
33380 [0x105E]={
33381  category="mn",
33382  description="MYANMAR CONSONANT SIGN MON MEDIAL NA",
33383  direction="nsm",
33384  indic="c",
33385  indicmark="b",
33386  linebreak="sa",
33387  unicodeslot=0x105E,
33388 },
33389 [0x105F]={
33390  category="mn",
33391  description="MYANMAR CONSONANT SIGN MON MEDIAL MA",
33392  direction="nsm",
33393  indic="c",
33394  indicmark="b",
33395  linebreak="sa",
33396  unicodeslot=0x105F,
33397 },
33398 [0x1060]={
33399  category="mn",
33400  description="MYANMAR CONSONANT SIGN MON MEDIAL LA",
33401  direction="nsm",
33402  indic="c",
33403  indicmark="b",
33404  linebreak="sa",
33405  unicodeslot=0x1060,
33406 },
33407 [0x1061]={
33408  category="lo",
33409  description="MYANMAR LETTER SGAW KAREN SHA",
33410  direction="l",
33411  indic="c",
33412  linebreak="sa",
33413  unicodeslot=0x1061,
33414 },
33415 [0x1062]={
33416  category="mc",
33417  description="MYANMAR VOWEL SIGN SGAW KAREN EU",
33418  direction="l",
33419  indic="d",
33420  indicmark="r",
33421  linebreak="sa",
33422  unicodeslot=0x1062,
33423 },
33424 [0x1063]={
33425  category="mc",
33426  description="MYANMAR TONE MARK SGAW KAREN HATHI",
33427  direction="l",
33428  indic="s",
33429  indicmark="r",
33430  linebreak="sa",
33431  unicodeslot=0x1063,
33432 },
33433 [0x1064]={
33434  category="mc",
33435  description="MYANMAR TONE MARK SGAW KAREN KE PHO",
33436  direction="l",
33437  indic="s",
33438  indicmark="r",
33439  linebreak="sa",
33440  unicodeslot=0x1064,
33441 },
33442 [0x1065]={
33443  category="lo",
33444  description="MYANMAR LETTER WESTERN PWO KAREN THA",
33445  direction="l",
33446  indic="c",
33447  linebreak="sa",
33448  unicodeslot=0x1065,
33449 },
33450 [0x1066]={
33451  category="lo",
33452  description="MYANMAR LETTER WESTERN PWO KAREN PWA",
33453  direction="l",
33454  indic="c",
33455  linebreak="sa",
33456  unicodeslot=0x1066,
33457 },
33458 [0x1067]={
33459  category="mc",
33460  description="MYANMAR VOWEL SIGN WESTERN PWO KAREN EU",
33461  direction="l",
33462  indic="d",
33463  indicmark="r",
33464  linebreak="sa",
33465  unicodeslot=0x1067,
33466 },
33467 [0x1068]={
33468  category="mc",
33469  description="MYANMAR VOWEL SIGN WESTERN PWO KAREN UE",
33470  direction="l",
33471  indic="d",
33472  indicmark="r",
33473  linebreak="sa",
33474  unicodeslot=0x1068,
33475 },
33476 [0x1069]={
33477  category="mc",
33478  description="MYANMAR SIGN WESTERN PWO KAREN TONE-1",
33479  direction="l",
33480  indic="s",
33481  indicmark="r",
33482  linebreak="sa",
33483  unicodeslot=0x1069,
33484 },
33485 [0x106A]={
33486  category="mc",
33487  description="MYANMAR SIGN WESTERN PWO KAREN TONE-2",
33488  direction="l",
33489  indic="s",
33490  indicmark="r",
33491  linebreak="sa",
33492  unicodeslot=0x106A,
33493 },
33494 [0x106B]={
33495  category="mc",
33496  description="MYANMAR SIGN WESTERN PWO KAREN TONE-3",
33497  direction="l",
33498  indic="s",
33499  indicmark="r",
33500  linebreak="sa",
33501  unicodeslot=0x106B,
33502 },
33503 [0x106C]={
33504  category="mc",
33505  description="MYANMAR SIGN WESTERN PWO KAREN TONE-4",
33506  direction="l",
33507  indic="s",
33508  indicmark="r",
33509  linebreak="sa",
33510  unicodeslot=0x106C,
33511 },
33512 [0x106D]={
33513  category="mc",
33514  description="MYANMAR SIGN WESTERN PWO KAREN TONE-5",
33515  direction="l",
33516  indic="s",
33517  indicmark="r",
33518  linebreak="sa",
33519  unicodeslot=0x106D,
33520 },
33521 [0x106E]={
33522  category="lo",
33523  description="MYANMAR LETTER EASTERN PWO KAREN NNA",
33524  direction="l",
33525  indic="c",
33526  linebreak="sa",
33527  unicodeslot=0x106E,
33528 },
33529 [0x106F]={
33530  category="lo",
33531  description="MYANMAR LETTER EASTERN PWO KAREN YWA",
33532  direction="l",
33533  indic="c",
33534  linebreak="sa",
33535  unicodeslot=0x106F,
33536 },
33537 [0x1070]={
33538  category="lo",
33539  description="MYANMAR LETTER EASTERN PWO KAREN GHWA",
33540  direction="l",
33541  indic="c",
33542  linebreak="sa",
33543  unicodeslot=0x1070,
33544 },
33545 [0x1071]={
33546  category="mn",
33547  description="MYANMAR VOWEL SIGN GEBA KAREN I",
33548  direction="nsm",
33549  indic="d",
33550  indicmark="t",
33551  linebreak="sa",
33552  unicodeslot=0x1071,
33553 },
33554 [0x1072]={
33555  category="mn",
33556  description="MYANMAR VOWEL SIGN KAYAH OE",
33557  direction="nsm",
33558  indic="d",
33559  indicmark="t",
33560  linebreak="sa",
33561  unicodeslot=0x1072,
33562 },
33563 [0x1073]={
33564  category="mn",
33565  description="MYANMAR VOWEL SIGN KAYAH U",
33566  direction="nsm",
33567  indic="d",
33568  indicmark="t",
33569  linebreak="sa",
33570  unicodeslot=0x1073,
33571 },
33572 [0x1074]={
33573  category="mn",
33574  description="MYANMAR VOWEL SIGN KAYAH EE",
33575  direction="nsm",
33576  indic="d",
33577  indicmark="t",
33578  linebreak="sa",
33579  unicodeslot=0x1074,
33580 },
33581 [0x1075]={
33582  category="lo",
33583  description="MYANMAR LETTER SHAN KA",
33584  direction="l",
33585  indic="c",
33586  linebreak="sa",
33587  unicodeslot=0x1075,
33588  variants=variants_dotted,
33589 },
33590 [0x1076]={
33591  category="lo",
33592  description="MYANMAR LETTER SHAN KHA",
33593  direction="l",
33594  indic="c",
33595  linebreak="sa",
33596  unicodeslot=0x1076,
33597 },
33598 [0x1077]={
33599  category="lo",
33600  description="MYANMAR LETTER SHAN GA",
33601  direction="l",
33602  indic="c",
33603  linebreak="sa",
33604  unicodeslot=0x1077,
33605 },
33606 [0x1078]={
33607  category="lo",
33608  description="MYANMAR LETTER SHAN CA",
33609  direction="l",
33610  indic="c",
33611  linebreak="sa",
33612  unicodeslot=0x1078,
33613  variants=variants_dotted,
33614 },
33615 [0x1079]={
33616  category="lo",
33617  description="MYANMAR LETTER SHAN ZA",
33618  direction="l",
33619  indic="c",
33620  linebreak="sa",
33621  unicodeslot=0x1079,
33622 },
33623 [0x107A]={
33624  category="lo",
33625  description="MYANMAR LETTER SHAN NYA",
33626  direction="l",
33627  indic="c",
33628  linebreak="sa",
33629  unicodeslot=0x107A,
33630  variants=variants_dotted,
33631 },
33632 [0x107B]={
33633  category="lo",
33634  description="MYANMAR LETTER SHAN DA",
33635  direction="l",
33636  indic="c",
33637  linebreak="sa",
33638  unicodeslot=0x107B,
33639 },
33640 [0x107C]={
33641  category="lo",
33642  description="MYANMAR LETTER SHAN NA",
33643  direction="l",
33644  indic="c",
33645  linebreak="sa",
33646  unicodeslot=0x107C,
33647 },
33648 [0x107D]={
33649  category="lo",
33650  description="MYANMAR LETTER SHAN PHA",
33651  direction="l",
33652  indic="c",
33653  linebreak="sa",
33654  unicodeslot=0x107D,
33655 },
33656 [0x107E]={
33657  category="lo",
33658  description="MYANMAR LETTER SHAN FA",
33659  direction="l",
33660  indic="c",
33661  linebreak="sa",
33662  unicodeslot=0x107E,
33663 },
33664 [0x107F]={
33665  category="lo",
33666  description="MYANMAR LETTER SHAN BA",
33667  direction="l",
33668  indic="c",
33669  linebreak="sa",
33670  unicodeslot=0x107F,
33671 },
33672 [0x1080]={
33673  category="lo",
33674  description="MYANMAR LETTER SHAN THA",
33675  direction="l",
33676  indic="c",
33677  linebreak="sa",
33678  unicodeslot=0x1080,
33679  variants=variants_dotted,
33680 },
33681 [0x1081]={
33682  category="lo",
33683  description="MYANMAR LETTER SHAN HA",
33684  direction="l",
33685  indic="c",
33686  linebreak="sa",
33687  unicodeslot=0x1081,
33688 },
33689 [0x1082]={
33690  category="mn",
33691  description="MYANMAR CONSONANT SIGN SHAN MEDIAL WA",
33692  direction="nsm",
33693  indic="c",
33694  indicmark="b",
33695  linebreak="sa",
33696  unicodeslot=0x1082,
33697 },
33698 [0x1083]={
33699  category="mc",
33700  description="MYANMAR VOWEL SIGN SHAN AA",
33701  direction="l",
33702  indic="d",
33703  indicmark="r",
33704  linebreak="sa",
33705  unicodeslot=0x1083,
33706 },
33707 [0x1084]={
33708  category="mc",
33709  description="MYANMAR VOWEL SIGN SHAN E",
33710  direction="l",
33711  indic="d",
33712  indicmark="l",
33713  linebreak="sa",
33714  unicodeslot=0x1084,
33715 },
33716 [0x1085]={
33717  category="mn",
33718  description="MYANMAR VOWEL SIGN SHAN E ABOVE",
33719  direction="nsm",
33720  indic="d",
33721  indicmark="t",
33722  linebreak="sa",
33723  unicodeslot=0x1085,
33724 },
33725 [0x1086]={
33726  category="mn",
33727  description="MYANMAR VOWEL SIGN SHAN FINAL Y",
33728  direction="nsm",
33729  indic="d",
33730  indicmark="t",
33731  linebreak="sa",
33732  unicodeslot=0x1086,
33733 },
33734 [0x1087]={
33735  category="mc",
33736  description="MYANMAR SIGN SHAN TONE-2",
33737  direction="l",
33738  indic="s",
33739  indicmark="r",
33740  linebreak="sa",
33741  unicodeslot=0x1087,
33742 },
33743 [0x1088]={
33744  category="mc",
33745  description="MYANMAR SIGN SHAN TONE-3",
33746  direction="l",
33747  indic="s",
33748  indicmark="r",
33749  linebreak="sa",
33750  unicodeslot=0x1088,
33751 },
33752 [0x1089]={
33753  category="mc",
33754  description="MYANMAR SIGN SHAN TONE-5",
33755  direction="l",
33756  indic="s",
33757  indicmark="r",
33758  linebreak="sa",
33759  unicodeslot=0x1089,
33760 },
33761 [0x108A]={
33762  category="mc",
33763  description="MYANMAR SIGN SHAN TONE-6",
33764  direction="l",
33765  indic="s",
33766  indicmark="r",
33767  linebreak="sa",
33768  unicodeslot=0x108A,
33769 },
33770 [0x108B]={
33771  category="mc",
33772  description="MYANMAR SIGN SHAN COUNCIL TONE-2",
33773  direction="l",
33774  indic="s",
33775  indicmark="r",
33776  linebreak="sa",
33777  unicodeslot=0x108B,
33778 },
33779 [0x108C]={
33780  category="mc",
33781  description="MYANMAR SIGN SHAN COUNCIL TONE-3",
33782  direction="l",
33783  indic="s",
33784  indicmark="r",
33785  linebreak="sa",
33786  unicodeslot=0x108C,
33787 },
33788 [0x108D]={
33789  category="mn",
33790  combining=0xDC,
33791  description="MYANMAR SIGN SHAN COUNCIL EMPHATIC TONE",
33792  direction="nsm",
33793  indic="s",
33794  indicmark="b",
33795  linebreak="sa",
33796  unicodeslot=0x108D,
33797 },
33798 [0x108E]={
33799  category="lo",
33800  description="MYANMAR LETTER RUMAI PALAUNG FA",
33801  direction="l",
33802  indic="c",
33803  linebreak="sa",
33804  unicodeslot=0x108E,
33805 },
33806 [0x108F]={
33807  category="mc",
33808  description="MYANMAR SIGN RUMAI PALAUNG TONE-5",
33809  direction="l",
33810  indic="s",
33811  indicmark="r",
33812  linebreak="sa",
33813  unicodeslot=0x108F,
33814 },
33815 [0x1090]={
33816  category="nd",
33817  description="MYANMAR SHAN DIGIT ZERO",
33818  direction="l",
33819  indic="o",
33820  linebreak="nu",
33821  unicodeslot=0x1090,
33822 },
33823 [0x1091]={
33824  category="nd",
33825  description="MYANMAR SHAN DIGIT ONE",
33826  direction="l",
33827  indic="o",
33828  linebreak="nu",
33829  unicodeslot=0x1091,
33830 },
33831 [0x1092]={
33832  category="nd",
33833  description="MYANMAR SHAN DIGIT TWO",
33834  direction="l",
33835  indic="o",
33836  linebreak="nu",
33837  unicodeslot=0x1092,
33838 },
33839 [0x1093]={
33840  category="nd",
33841  description="MYANMAR SHAN DIGIT THREE",
33842  direction="l",
33843  indic="o",
33844  linebreak="nu",
33845  unicodeslot=0x1093,
33846 },
33847 [0x1094]={
33848  category="nd",
33849  description="MYANMAR SHAN DIGIT FOUR",
33850  direction="l",
33851  indic="o",
33852  linebreak="nu",
33853  unicodeslot=0x1094,
33854 },
33855 [0x1095]={
33856  category="nd",
33857  description="MYANMAR SHAN DIGIT FIVE",
33858  direction="l",
33859  indic="o",
33860  linebreak="nu",
33861  unicodeslot=0x1095,
33862 },
33863 [0x1096]={
33864  category="nd",
33865  description="MYANMAR SHAN DIGIT SIX",
33866  direction="l",
33867  indic="o",
33868  linebreak="nu",
33869  unicodeslot=0x1096,
33870 },
33871 [0x1097]={
33872  category="nd",
33873  description="MYANMAR SHAN DIGIT SEVEN",
33874  direction="l",
33875  indic="o",
33876  linebreak="nu",
33877  unicodeslot=0x1097,
33878 },
33879 [0x1098]={
33880  category="nd",
33881  description="MYANMAR SHAN DIGIT EIGHT",
33882  direction="l",
33883  indic="o",
33884  linebreak="nu",
33885  unicodeslot=0x1098,
33886 },
33887 [0x1099]={
33888  category="nd",
33889  description="MYANMAR SHAN DIGIT NINE",
33890  direction="l",
33891  indic="o",
33892  linebreak="nu",
33893  unicodeslot=0x1099,
33894 },
33895 [0x109A]={
33896  category="mc",
33897  description="MYANMAR SIGN KHAMTI TONE-1",
33898  direction="l",
33899  indic="s",
33900  indicmark="r",
33901  linebreak="sa",
33902  unicodeslot=0x109A,
33903 },
33904 [0x109B]={
33905  category="mc",
33906  description="MYANMAR SIGN KHAMTI TONE-3",
33907  direction="l",
33908  indic="s",
33909  indicmark="r",
33910  linebreak="sa",
33911  unicodeslot=0x109B,
33912 },
33913 [0x109C]={
33914  category="mc",
33915  description="MYANMAR VOWEL SIGN AITON A",
33916  direction="l",
33917  indic="d",
33918  indicmark="r",
33919  linebreak="sa",
33920  unicodeslot=0x109C,
33921 },
33922 [0x109D]={
33923  category="mn",
33924  description="MYANMAR VOWEL SIGN AITON AI",
33925  direction="nsm",
33926  indic="d",
33927  indicmark="t",
33928  linebreak="sa",
33929  unicodeslot=0x109D,
33930 },
33931 [0x109E]={
33932  category="so",
33933  description="MYANMAR SYMBOL SHAN ONE",
33934  direction="l",
33935  indic="o",
33936  linebreak="sa",
33937  unicodeslot=0x109E,
33938 },
33939 [0x109F]={
33940  category="so",
33941  description="MYANMAR SYMBOL SHAN EXCLAMATION",
33942  direction="l",
33943  indic="o",
33944  linebreak="sa",
33945  unicodeslot=0x109F,
33946 },
33947 [0x10A0]={
33948  category="lu",
33949  description="GEORGIAN CAPITAL LETTER AN",
33950  direction="l",
33951  lccode=0x2D00,
33952  linebreak="al",
33953  unicodeslot=0x10A0,
33954 },
33955 [0x10A1]={
33956  category="lu",
33957  description="GEORGIAN CAPITAL LETTER BAN",
33958  direction="l",
33959  lccode=0x2D01,
33960  linebreak="al",
33961  unicodeslot=0x10A1,
33962 },
33963 [0x10A2]={
33964  category="lu",
33965  description="GEORGIAN CAPITAL LETTER GAN",
33966  direction="l",
33967  lccode=0x2D02,
33968  linebreak="al",
33969  unicodeslot=0x10A2,
33970 },
33971 [0x10A3]={
33972  category="lu",
33973  description="GEORGIAN CAPITAL LETTER DON",
33974  direction="l",
33975  lccode=0x2D03,
33976  linebreak="al",
33977  unicodeslot=0x10A3,
33978 },
33979 [0x10A4]={
33980  category="lu",
33981  description="GEORGIAN CAPITAL LETTER EN",
33982  direction="l",
33983  lccode=0x2D04,
33984  linebreak="al",
33985  unicodeslot=0x10A4,
33986 },
33987 [0x10A5]={
33988  category="lu",
33989  description="GEORGIAN CAPITAL LETTER VIN",
33990  direction="l",
33991  lccode=0x2D05,
33992  linebreak="al",
33993  unicodeslot=0x10A5,
33994 },
33995 [0x10A6]={
33996  category="lu",
33997  description="GEORGIAN CAPITAL LETTER ZEN",
33998  direction="l",
33999  lccode=0x2D06,
34000  linebreak="al",
34001  unicodeslot=0x10A6,
34002 },
34003 [0x10A7]={
34004  category="lu",
34005  description="GEORGIAN CAPITAL LETTER TAN",
34006  direction="l",
34007  lccode=0x2D07,
34008  linebreak="al",
34009  unicodeslot=0x10A7,
34010 },
34011 [0x10A8]={
34012  category="lu",
34013  description="GEORGIAN CAPITAL LETTER IN",
34014  direction="l",
34015  lccode=0x2D08,
34016  linebreak="al",
34017  unicodeslot=0x10A8,
34018 },
34019 [0x10A9]={
34020  category="lu",
34021  description="GEORGIAN CAPITAL LETTER KAN",
34022  direction="l",
34023  lccode=0x2D09,
34024  linebreak="al",
34025  unicodeslot=0x10A9,
34026 },
34027 [0x10AA]={
34028  category="lu",
34029  description="GEORGIAN CAPITAL LETTER LAS",
34030  direction="l",
34031  lccode=0x2D0A,
34032  linebreak="al",
34033  unicodeslot=0x10AA,
34034 },
34035 [0x10AB]={
34036  category="lu",
34037  description="GEORGIAN CAPITAL LETTER MAN",
34038  direction="l",
34039  lccode=0x2D0B,
34040  linebreak="al",
34041  unicodeslot=0x10AB,
34042 },
34043 [0x10AC]={
34044  category="lu",
34045  description="GEORGIAN CAPITAL LETTER NAR",
34046  direction="l",
34047  lccode=0x2D0C,
34048  linebreak="al",
34049  unicodeslot=0x10AC,
34050 },
34051 [0x10AD]={
34052  category="lu",
34053  description="GEORGIAN CAPITAL LETTER ON",
34054  direction="l",
34055  lccode=0x2D0D,
34056  linebreak="al",
34057  unicodeslot=0x10AD,
34058 },
34059 [0x10AE]={
34060  category="lu",
34061  description="GEORGIAN CAPITAL LETTER PAR",
34062  direction="l",
34063  lccode=0x2D0E,
34064  linebreak="al",
34065  unicodeslot=0x10AE,
34066 },
34067 [0x10AF]={
34068  category="lu",
34069  description="GEORGIAN CAPITAL LETTER ZHAR",
34070  direction="l",
34071  lccode=0x2D0F,
34072  linebreak="al",
34073  unicodeslot=0x10AF,
34074 },
34075 [0x10B0]={
34076  category="lu",
34077  description="GEORGIAN CAPITAL LETTER RAE",
34078  direction="l",
34079  lccode=0x2D10,
34080  linebreak="al",
34081  unicodeslot=0x10B0,
34082 },
34083 [0x10B1]={
34084  category="lu",
34085  description="GEORGIAN CAPITAL LETTER SAN",
34086  direction="l",
34087  lccode=0x2D11,
34088  linebreak="al",
34089  unicodeslot=0x10B1,
34090 },
34091 [0x10B2]={
34092  category="lu",
34093  description="GEORGIAN CAPITAL LETTER TAR",
34094  direction="l",
34095  lccode=0x2D12,
34096  linebreak="al",
34097  unicodeslot=0x10B2,
34098 },
34099 [0x10B3]={
34100  category="lu",
34101  description="GEORGIAN CAPITAL LETTER UN",
34102  direction="l",
34103  lccode=0x2D13,
34104  linebreak="al",
34105  unicodeslot=0x10B3,
34106 },
34107 [0x10B4]={
34108  category="lu",
34109  description="GEORGIAN CAPITAL LETTER PHAR",
34110  direction="l",
34111  lccode=0x2D14,
34112  linebreak="al",
34113  unicodeslot=0x10B4,
34114 },
34115 [0x10B5]={
34116  category="lu",
34117  description="GEORGIAN CAPITAL LETTER KHAR",
34118  direction="l",
34119  lccode=0x2D15,
34120  linebreak="al",
34121  unicodeslot=0x10B5,
34122 },
34123 [0x10B6]={
34124  category="lu",
34125  description="GEORGIAN CAPITAL LETTER GHAN",
34126  direction="l",
34127  lccode=0x2D16,
34128  linebreak="al",
34129  unicodeslot=0x10B6,
34130 },
34131 [0x10B7]={
34132  category="lu",
34133  description="GEORGIAN CAPITAL LETTER QAR",
34134  direction="l",
34135  lccode=0x2D17,
34136  linebreak="al",
34137  unicodeslot=0x10B7,
34138 },
34139 [0x10B8]={
34140  category="lu",
34141  description="GEORGIAN CAPITAL LETTER SHIN",
34142  direction="l",
34143  lccode=0x2D18,
34144  linebreak="al",
34145  unicodeslot=0x10B8,
34146 },
34147 [0x10B9]={
34148  category="lu",
34149  description="GEORGIAN CAPITAL LETTER CHIN",
34150  direction="l",
34151  lccode=0x2D19,
34152  linebreak="al",
34153  unicodeslot=0x10B9,
34154 },
34155 [0x10BA]={
34156  category="lu",
34157  description="GEORGIAN CAPITAL LETTER CAN",
34158  direction="l",
34159  lccode=0x2D1A,
34160  linebreak="al",
34161  unicodeslot=0x10BA,
34162 },
34163 [0x10BB]={
34164  category="lu",
34165  description="GEORGIAN CAPITAL LETTER JIL",
34166  direction="l",
34167  lccode=0x2D1B,
34168  linebreak="al",
34169  unicodeslot=0x10BB,
34170 },
34171 [0x10BC]={
34172  category="lu",
34173  description="GEORGIAN CAPITAL LETTER CIL",
34174  direction="l",
34175  lccode=0x2D1C,
34176  linebreak="al",
34177  unicodeslot=0x10BC,
34178 },
34179 [0x10BD]={
34180  category="lu",
34181  description="GEORGIAN CAPITAL LETTER CHAR",
34182  direction="l",
34183  lccode=0x2D1D,
34184  linebreak="al",
34185  unicodeslot=0x10BD,
34186 },
34187 [0x10BE]={
34188  category="lu",
34189  description="GEORGIAN CAPITAL LETTER XAN",
34190  direction="l",
34191  lccode=0x2D1E,
34192  linebreak="al",
34193  unicodeslot=0x10BE,
34194 },
34195 [0x10BF]={
34196  category="lu",
34197  description="GEORGIAN CAPITAL LETTER JHAN",
34198  direction="l",
34199  lccode=0x2D1F,
34200  linebreak="al",
34201  unicodeslot=0x10BF,
34202 },
34203 [0x10C0]={
34204  category="lu",
34205  description="GEORGIAN CAPITAL LETTER HAE",
34206  direction="l",
34207  lccode=0x2D20,
34208  linebreak="al",
34209  unicodeslot=0x10C0,
34210 },
34211 [0x10C1]={
34212  category="lu",
34213  description="GEORGIAN CAPITAL LETTER HE",
34214  direction="l",
34215  lccode=0x2D21,
34216  linebreak="al",
34217  unicodeslot=0x10C1,
34218 },
34219 [0x10C2]={
34220  category="lu",
34221  description="GEORGIAN CAPITAL LETTER HIE",
34222  direction="l",
34223  lccode=0x2D22,
34224  linebreak="al",
34225  unicodeslot=0x10C2,
34226 },
34227 [0x10C3]={
34228  category="lu",
34229  description="GEORGIAN CAPITAL LETTER WE",
34230  direction="l",
34231  lccode=0x2D23,
34232  linebreak="al",
34233  unicodeslot=0x10C3,
34234 },
34235 [0x10C4]={
34236  category="lu",
34237  description="GEORGIAN CAPITAL LETTER HAR",
34238  direction="l",
34239  lccode=0x2D24,
34240  linebreak="al",
34241  unicodeslot=0x10C4,
34242 },
34243 [0x10C5]={
34244  category="lu",
34245  description="GEORGIAN CAPITAL LETTER HOE",
34246  direction="l",
34247  lccode=0x2D25,
34248  linebreak="al",
34249  unicodeslot=0x10C5,
34250 },
34251 [0x10C7]={
34252  category="lu",
34253  description="GEORGIAN CAPITAL LETTER YN",
34254  direction="l",
34255  lccode=0x2D27,
34256  linebreak="al",
34257  unicodeslot=0x10C7,
34258 },
34259 [0x10CD]={
34260  category="lu",
34261  description="GEORGIAN CAPITAL LETTER AEN",
34262  direction="l",
34263  lccode=0x2D2D,
34264  linebreak="al",
34265  unicodeslot=0x10CD,
34266 },
34267 [0x10D0]={
34268  category="lo",
34269  description="GEORGIAN LETTER AN",
34270  direction="l",
34271  linebreak="al",
34272  unicodeslot=0x10D0,
34273 },
34274 [0x10D1]={
34275  category="lo",
34276  description="GEORGIAN LETTER BAN",
34277  direction="l",
34278  linebreak="al",
34279  unicodeslot=0x10D1,
34280 },
34281 [0x10D2]={
34282  category="lo",
34283  description="GEORGIAN LETTER GAN",
34284  direction="l",
34285  linebreak="al",
34286  unicodeslot=0x10D2,
34287 },
34288 [0x10D3]={
34289  category="lo",
34290  description="GEORGIAN LETTER DON",
34291  direction="l",
34292  linebreak="al",
34293  unicodeslot=0x10D3,
34294 },
34295 [0x10D4]={
34296  category="lo",
34297  description="GEORGIAN LETTER EN",
34298  direction="l",
34299  linebreak="al",
34300  unicodeslot=0x10D4,
34301 },
34302 [0x10D5]={
34303  category="lo",
34304  description="GEORGIAN LETTER VIN",
34305  direction="l",
34306  linebreak="al",
34307  unicodeslot=0x10D5,
34308 },
34309 [0x10D6]={
34310  category="lo",
34311  description="GEORGIAN LETTER ZEN",
34312  direction="l",
34313  linebreak="al",
34314  unicodeslot=0x10D6,
34315 },
34316 [0x10D7]={
34317  category="lo",
34318  description="GEORGIAN LETTER TAN",
34319  direction="l",
34320  linebreak="al",
34321  unicodeslot=0x10D7,
34322 },
34323 [0x10D8]={
34324  category="lo",
34325  description="GEORGIAN LETTER IN",
34326  direction="l",
34327  linebreak="al",
34328  unicodeslot=0x10D8,
34329 },
34330 [0x10D9]={
34331  category="lo",
34332  description="GEORGIAN LETTER KAN",
34333  direction="l",
34334  linebreak="al",
34335  unicodeslot=0x10D9,
34336 },
34337 [0x10DA]={
34338  category="lo",
34339  description="GEORGIAN LETTER LAS",
34340  direction="l",
34341  linebreak="al",
34342  unicodeslot=0x10DA,
34343 },
34344 [0x10DB]={
34345  category="lo",
34346  description="GEORGIAN LETTER MAN",
34347  direction="l",
34348  linebreak="al",
34349  unicodeslot=0x10DB,
34350 },
34351 [0x10DC]={
34352  category="lo",
34353  description="GEORGIAN LETTER NAR",
34354  direction="l",
34355  linebreak="al",
34356  unicodeslot=0x10DC,
34357 },
34358 [0x10DD]={
34359  category="lo",
34360  description="GEORGIAN LETTER ON",
34361  direction="l",
34362  linebreak="al",
34363  unicodeslot=0x10DD,
34364 },
34365 [0x10DE]={
34366  category="lo",
34367  description="GEORGIAN LETTER PAR",
34368  direction="l",
34369  linebreak="al",
34370  unicodeslot=0x10DE,
34371 },
34372 [0x10DF]={
34373  category="lo",
34374  description="GEORGIAN LETTER ZHAR",
34375  direction="l",
34376  linebreak="al",
34377  unicodeslot=0x10DF,
34378 },
34379 [0x10E0]={
34380  category="lo",
34381  description="GEORGIAN LETTER RAE",
34382  direction="l",
34383  linebreak="al",
34384  unicodeslot=0x10E0,
34385 },
34386 [0x10E1]={
34387  category="lo",
34388  description="GEORGIAN LETTER SAN",
34389  direction="l",
34390  linebreak="al",
34391  unicodeslot=0x10E1,
34392 },
34393 [0x10E2]={
34394  category="lo",
34395  description="GEORGIAN LETTER TAR",
34396  direction="l",
34397  linebreak="al",
34398  unicodeslot=0x10E2,
34399 },
34400 [0x10E3]={
34401  category="lo",
34402  description="GEORGIAN LETTER UN",
34403  direction="l",
34404  linebreak="al",
34405  unicodeslot=0x10E3,
34406 },
34407 [0x10E4]={
34408  category="lo",
34409  description="GEORGIAN LETTER PHAR",
34410  direction="l",
34411  linebreak="al",
34412  unicodeslot=0x10E4,
34413 },
34414 [0x10E5]={
34415  category="lo",
34416  description="GEORGIAN LETTER KHAR",
34417  direction="l",
34418  linebreak="al",
34419  unicodeslot=0x10E5,
34420 },
34421 [0x10E6]={
34422  category="lo",
34423  description="GEORGIAN LETTER GHAN",
34424  direction="l",
34425  linebreak="al",
34426  unicodeslot=0x10E6,
34427 },
34428 [0x10E7]={
34429  category="lo",
34430  description="GEORGIAN LETTER QAR",
34431  direction="l",
34432  linebreak="al",
34433  unicodeslot=0x10E7,
34434 },
34435 [0x10E8]={
34436  category="lo",
34437  description="GEORGIAN LETTER SHIN",
34438  direction="l",
34439  linebreak="al",
34440  unicodeslot=0x10E8,
34441 },
34442 [0x10E9]={
34443  category="lo",
34444  description="GEORGIAN LETTER CHIN",
34445  direction="l",
34446  linebreak="al",
34447  unicodeslot=0x10E9,
34448 },
34449 [0x10EA]={
34450  category="lo",
34451  description="GEORGIAN LETTER CAN",
34452  direction="l",
34453  linebreak="al",
34454  unicodeslot=0x10EA,
34455 },
34456 [0x10EB]={
34457  category="lo",
34458  description="GEORGIAN LETTER JIL",
34459  direction="l",
34460  linebreak="al",
34461  unicodeslot=0x10EB,
34462 },
34463 [0x10EC]={
34464  category="lo",
34465  description="GEORGIAN LETTER CIL",
34466  direction="l",
34467  linebreak="al",
34468  unicodeslot=0x10EC,
34469 },
34470 [0x10ED]={
34471  category="lo",
34472  description="GEORGIAN LETTER CHAR",
34473  direction="l",
34474  linebreak="al",
34475  unicodeslot=0x10ED,
34476 },
34477 [0x10EE]={
34478  category="lo",
34479  description="GEORGIAN LETTER XAN",
34480  direction="l",
34481  linebreak="al",
34482  unicodeslot=0x10EE,
34483 },
34484 [0x10EF]={
34485  category="lo",
34486  description="GEORGIAN LETTER JHAN",
34487  direction="l",
34488  linebreak="al",
34489  unicodeslot=0x10EF,
34490 },
34491 [0x10F0]={
34492  category="lo",
34493  description="GEORGIAN LETTER HAE",
34494  direction="l",
34495  linebreak="al",
34496  unicodeslot=0x10F0,
34497 },
34498 [0x10F1]={
34499  category="lo",
34500  description="GEORGIAN LETTER HE",
34501  direction="l",
34502  linebreak="al",
34503  unicodeslot=0x10F1,
34504 },
34505 [0x10F2]={
34506  category="lo",
34507  description="GEORGIAN LETTER HIE",
34508  direction="l",
34509  linebreak="al",
34510  unicodeslot=0x10F2,
34511 },
34512 [0x10F3]={
34513  category="lo",
34514  description="GEORGIAN LETTER WE",
34515  direction="l",
34516  linebreak="al",
34517  unicodeslot=0x10F3,
34518 },
34519 [0x10F4]={
34520  category="lo",
34521  description="GEORGIAN LETTER HAR",
34522  direction="l",
34523  linebreak="al",
34524  unicodeslot=0x10F4,
34525 },
34526 [0x10F5]={
34527  category="lo",
34528  description="GEORGIAN LETTER HOE",
34529  direction="l",
34530  linebreak="al",
34531  unicodeslot=0x10F5,
34532 },
34533 [0x10F6]={
34534  category="lo",
34535  description="GEORGIAN LETTER FI",
34536  direction="l",
34537  linebreak="al",
34538  unicodeslot=0x10F6,
34539 },
34540 [0x10F7]={
34541  category="lo",
34542  description="GEORGIAN LETTER YN",
34543  direction="l",
34544  linebreak="al",
34545  unicodeslot=0x10F7,
34546 },
34547 [0x10F8]={
34548  category="lo",
34549  description="GEORGIAN LETTER ELIFI",
34550  direction="l",
34551  linebreak="al",
34552  unicodeslot=0x10F8,
34553 },
34554 [0x10F9]={
34555  category="lo",
34556  description="GEORGIAN LETTER TURNED GAN",
34557  direction="l",
34558  linebreak="al",
34559  unicodeslot=0x10F9,
34560 },
34561 [0x10FA]={
34562  category="lo",
34563  description="GEORGIAN LETTER AIN",
34564  direction="l",
34565  linebreak="al",
34566  unicodeslot=0x10FA,
34567 },
34568 [0x10FB]={
34569  category="po",
34570  description="GEORGIAN PARAGRAPH SEPARATOR",
34571  direction="l",
34572  linebreak="al",
34573  unicodeslot=0x10FB,
34574 },
34575 [0x10FC]={
34576  category="lm",
34577  description="MODIFIER LETTER GEORGIAN NAR",
34578  direction="l",
34579  linebreak="al",
34580  specials={ "super", 0x10DC },
34581  unicodeslot=0x10FC,
34582 },
34583 [0x10FD]={
34584  category="lo",
34585  description="GEORGIAN LETTER AEN",
34586  direction="l",
34587  linebreak="al",
34588  unicodeslot=0x10FD,
34589 },
34590 [0x10FE]={
34591  category="lo",
34592  description="GEORGIAN LETTER HARD SIGN",
34593  direction="l",
34594  linebreak="al",
34595  unicodeslot=0x10FE,
34596 },
34597 [0x10FF]={
34598  category="lo",
34599  description="GEORGIAN LETTER LABIAL SIGN",
34600  direction="l",
34601  linebreak="al",
34602  unicodeslot=0x10FF,
34603 },
34604 [0x1100]={
34605  category="lo",
34606  cjkwd="w",
34607  description="HANGUL CHOSEONG KIYEOK",
34608  direction="l",
34609  linebreak="jl",
34610  unicodeslot=0x1100,
34611 },
34612 [0x1101]={
34613  category="lo",
34614  cjkwd="w",
34615  description="HANGUL CHOSEONG SSANGKIYEOK",
34616  direction="l",
34617  linebreak="jl",
34618  unicodeslot=0x1101,
34619 },
34620 [0x1102]={
34621  category="lo",
34622  cjkwd="w",
34623  description="HANGUL CHOSEONG NIEUN",
34624  direction="l",
34625  linebreak="jl",
34626  unicodeslot=0x1102,
34627 },
34628 [0x1103]={
34629  category="lo",
34630  cjkwd="w",
34631  description="HANGUL CHOSEONG TIKEUT",
34632  direction="l",
34633  linebreak="jl",
34634  unicodeslot=0x1103,
34635 },
34636 [0x1104]={
34637  category="lo",
34638  cjkwd="w",
34639  description="HANGUL CHOSEONG SSANGTIKEUT",
34640  direction="l",
34641  linebreak="jl",
34642  unicodeslot=0x1104,
34643 },
34644 [0x1105]={
34645  category="lo",
34646  cjkwd="w",
34647  description="HANGUL CHOSEONG RIEUL",
34648  direction="l",
34649  linebreak="jl",
34650  unicodeslot=0x1105,
34651 },
34652 [0x1106]={
34653  category="lo",
34654  cjkwd="w",
34655  description="HANGUL CHOSEONG MIEUM",
34656  direction="l",
34657  linebreak="jl",
34658  unicodeslot=0x1106,
34659 },
34660 [0x1107]={
34661  category="lo",
34662  cjkwd="w",
34663  description="HANGUL CHOSEONG PIEUP",
34664  direction="l",
34665  linebreak="jl",
34666  unicodeslot=0x1107,
34667 },
34668 [0x1108]={
34669  category="lo",
34670  cjkwd="w",
34671  description="HANGUL CHOSEONG SSANGPIEUP",
34672  direction="l",
34673  linebreak="jl",
34674  unicodeslot=0x1108,
34675 },
34676 [0x1109]={
34677  category="lo",
34678  cjkwd="w",
34679  description="HANGUL CHOSEONG SIOS",
34680  direction="l",
34681  linebreak="jl",
34682  unicodeslot=0x1109,
34683 },
34684 [0x110A]={
34685  category="lo",
34686  cjkwd="w",
34687  description="HANGUL CHOSEONG SSANGSIOS",
34688  direction="l",
34689  linebreak="jl",
34690  unicodeslot=0x110A,
34691 },
34692 [0x110B]={
34693  category="lo",
34694  cjkwd="w",
34695  description="HANGUL CHOSEONG IEUNG",
34696  direction="l",
34697  linebreak="jl",
34698  unicodeslot=0x110B,
34699 },
34700 [0x110C]={
34701  category="lo",
34702  cjkwd="w",
34703  description="HANGUL CHOSEONG CIEUC",
34704  direction="l",
34705  linebreak="jl",
34706  unicodeslot=0x110C,
34707 },
34708 [0x110D]={
34709  category="lo",
34710  cjkwd="w",
34711  description="HANGUL CHOSEONG SSANGCIEUC",
34712  direction="l",
34713  linebreak="jl",
34714  unicodeslot=0x110D,
34715 },
34716 [0x110E]={
34717  category="lo",
34718  cjkwd="w",
34719  description="HANGUL CHOSEONG CHIEUCH",
34720  direction="l",
34721  linebreak="jl",
34722  unicodeslot=0x110E,
34723 },
34724 [0x110F]={
34725  category="lo",
34726  cjkwd="w",
34727  description="HANGUL CHOSEONG KHIEUKH",
34728  direction="l",
34729  linebreak="jl",
34730  unicodeslot=0x110F,
34731 },
34732 [0x1110]={
34733  category="lo",
34734  cjkwd="w",
34735  description="HANGUL CHOSEONG THIEUTH",
34736  direction="l",
34737  linebreak="jl",
34738  unicodeslot=0x1110,
34739 },
34740 [0x1111]={
34741  category="lo",
34742  cjkwd="w",
34743  description="HANGUL CHOSEONG PHIEUPH",
34744  direction="l",
34745  linebreak="jl",
34746  unicodeslot=0x1111,
34747 },
34748 [0x1112]={
34749  category="lo",
34750  cjkwd="w",
34751  description="HANGUL CHOSEONG HIEUH",
34752  direction="l",
34753  linebreak="jl",
34754  unicodeslot=0x1112,
34755 },
34756 [0x1113]={
34757  category="lo",
34758  cjkwd="w",
34759  description="HANGUL CHOSEONG NIEUN-KIYEOK",
34760  direction="l",
34761  linebreak="jl",
34762  unicodeslot=0x1113,
34763 },
34764 [0x1114]={
34765  category="lo",
34766  cjkwd="w",
34767  description="HANGUL CHOSEONG SSANGNIEUN",
34768  direction="l",
34769  linebreak="jl",
34770  unicodeslot=0x1114,
34771 },
34772 [0x1115]={
34773  category="lo",
34774  cjkwd="w",
34775  description="HANGUL CHOSEONG NIEUN-TIKEUT",
34776  direction="l",
34777  linebreak="jl",
34778  unicodeslot=0x1115,
34779 },
34780 [0x1116]={
34781  category="lo",
34782  cjkwd="w",
34783  description="HANGUL CHOSEONG NIEUN-PIEUP",
34784  direction="l",
34785  linebreak="jl",
34786  unicodeslot=0x1116,
34787 },
34788 [0x1117]={
34789  category="lo",
34790  cjkwd="w",
34791  description="HANGUL CHOSEONG TIKEUT-KIYEOK",
34792  direction="l",
34793  linebreak="jl",
34794  unicodeslot=0x1117,
34795 },
34796 [0x1118]={
34797  category="lo",
34798  cjkwd="w",
34799  description="HANGUL CHOSEONG RIEUL-NIEUN",
34800  direction="l",
34801  linebreak="jl",
34802  unicodeslot=0x1118,
34803 },
34804 [0x1119]={
34805  category="lo",
34806  cjkwd="w",
34807  description="HANGUL CHOSEONG SSANGRIEUL",
34808  direction="l",
34809  linebreak="jl",
34810  unicodeslot=0x1119,
34811 },
34812 [0x111A]={
34813  category="lo",
34814  cjkwd="w",
34815  description="HANGUL CHOSEONG RIEUL-HIEUH",
34816  direction="l",
34817  linebreak="jl",
34818  unicodeslot=0x111A,
34819 },
34820 [0x111B]={
34821  category="lo",
34822  cjkwd="w",
34823  description="HANGUL CHOSEONG KAPYEOUNRIEUL",
34824  direction="l",
34825  linebreak="jl",
34826  unicodeslot=0x111B,
34827 },
34828 [0x111C]={
34829  category="lo",
34830  cjkwd="w",
34831  description="HANGUL CHOSEONG MIEUM-PIEUP",
34832  direction="l",
34833  linebreak="jl",
34834  unicodeslot=0x111C,
34835 },
34836 [0x111D]={
34837  category="lo",
34838  cjkwd="w",
34839  description="HANGUL CHOSEONG KAPYEOUNMIEUM",
34840  direction="l",
34841  linebreak="jl",
34842  unicodeslot=0x111D,
34843 },
34844 [0x111E]={
34845  category="lo",
34846  cjkwd="w",
34847  description="HANGUL CHOSEONG PIEUP-KIYEOK",
34848  direction="l",
34849  linebreak="jl",
34850  unicodeslot=0x111E,
34851 },
34852 [0x111F]={
34853  category="lo",
34854  cjkwd="w",
34855  description="HANGUL CHOSEONG PIEUP-NIEUN",
34856  direction="l",
34857  linebreak="jl",
34858  unicodeslot=0x111F,
34859 },
34860 [0x1120]={
34861  category="lo",
34862  cjkwd="w",
34863  description="HANGUL CHOSEONG PIEUP-TIKEUT",
34864  direction="l",
34865  linebreak="jl",
34866  unicodeslot=0x1120,
34867 },
34868 [0x1121]={
34869  category="lo",
34870  cjkwd="w",
34871  description="HANGUL CHOSEONG PIEUP-SIOS",
34872  direction="l",
34873  linebreak="jl",
34874  unicodeslot=0x1121,
34875 },
34876 [0x1122]={
34877  category="lo",
34878  cjkwd="w",
34879  description="HANGUL CHOSEONG PIEUP-SIOS-KIYEOK",
34880  direction="l",
34881  linebreak="jl",
34882  unicodeslot=0x1122,
34883 },
34884 [0x1123]={
34885  category="lo",
34886  cjkwd="w",
34887  description="HANGUL CHOSEONG PIEUP-SIOS-TIKEUT",
34888  direction="l",
34889  linebreak="jl",
34890  unicodeslot=0x1123,
34891 },
34892 [0x1124]={
34893  category="lo",
34894  cjkwd="w",
34895  description="HANGUL CHOSEONG PIEUP-SIOS-PIEUP",
34896  direction="l",
34897  linebreak="jl",
34898  unicodeslot=0x1124,
34899 },
34900 [0x1125]={
34901  category="lo",
34902  cjkwd="w",
34903  description="HANGUL CHOSEONG PIEUP-SSANGSIOS",
34904  direction="l",
34905  linebreak="jl",
34906  unicodeslot=0x1125,
34907 },
34908 [0x1126]={
34909  category="lo",
34910  cjkwd="w",
34911  description="HANGUL CHOSEONG PIEUP-SIOS-CIEUC",
34912  direction="l",
34913  linebreak="jl",
34914  unicodeslot=0x1126,
34915 },
34916 [0x1127]={
34917  category="lo",
34918  cjkwd="w",
34919  description="HANGUL CHOSEONG PIEUP-CIEUC",
34920  direction="l",
34921  linebreak="jl",
34922  unicodeslot=0x1127,
34923 },
34924 [0x1128]={
34925  category="lo",
34926  cjkwd="w",
34927  description="HANGUL CHOSEONG PIEUP-CHIEUCH",
34928  direction="l",
34929  linebreak="jl",
34930  unicodeslot=0x1128,
34931 },
34932 [0x1129]={
34933  category="lo",
34934  cjkwd="w",
34935  description="HANGUL CHOSEONG PIEUP-THIEUTH",
34936  direction="l",
34937  linebreak="jl",
34938  unicodeslot=0x1129,
34939 },
34940 [0x112A]={
34941  category="lo",
34942  cjkwd="w",
34943  description="HANGUL CHOSEONG PIEUP-PHIEUPH",
34944  direction="l",
34945  linebreak="jl",
34946  unicodeslot=0x112A,
34947 },
34948 [0x112B]={
34949  category="lo",
34950  cjkwd="w",
34951  description="HANGUL CHOSEONG KAPYEOUNPIEUP",
34952  direction="l",
34953  linebreak="jl",
34954  unicodeslot=0x112B,
34955 },
34956 [0x112C]={
34957  category="lo",
34958  cjkwd="w",
34959  description="HANGUL CHOSEONG KAPYEOUNSSANGPIEUP",
34960  direction="l",
34961  linebreak="jl",
34962  unicodeslot=0x112C,
34963 },
34964 [0x112D]={
34965  category="lo",
34966  cjkwd="w",
34967  description="HANGUL CHOSEONG SIOS-KIYEOK",
34968  direction="l",
34969  linebreak="jl",
34970  unicodeslot=0x112D,
34971 },
34972 [0x112E]={
34973  category="lo",
34974  cjkwd="w",
34975  description="HANGUL CHOSEONG SIOS-NIEUN",
34976  direction="l",
34977  linebreak="jl",
34978  unicodeslot=0x112E,
34979 },
34980 [0x112F]={
34981  category="lo",
34982  cjkwd="w",
34983  description="HANGUL CHOSEONG SIOS-TIKEUT",
34984  direction="l",
34985  linebreak="jl",
34986  unicodeslot=0x112F,
34987 },
34988 [0x1130]={
34989  category="lo",
34990  cjkwd="w",
34991  description="HANGUL CHOSEONG SIOS-RIEUL",
34992  direction="l",
34993  linebreak="jl",
34994  unicodeslot=0x1130,
34995 },
34996 [0x1131]={
34997  category="lo",
34998  cjkwd="w",
34999  description="HANGUL CHOSEONG SIOS-MIEUM",
35000  direction="l",
35001  linebreak="jl",
35002  unicodeslot=0x1131,
35003 },
35004 [0x1132]={
35005  category="lo",
35006  cjkwd="w",
35007  description="HANGUL CHOSEONG SIOS-PIEUP",
35008  direction="l",
35009  linebreak="jl",
35010  unicodeslot=0x1132,
35011 },
35012 [0x1133]={
35013  category="lo",
35014  cjkwd="w",
35015  description="HANGUL CHOSEONG SIOS-PIEUP-KIYEOK",
35016  direction="l",
35017  linebreak="jl",
35018  unicodeslot=0x1133,
35019 },
35020 [0x1134]={
35021  category="lo",
35022  cjkwd="w",
35023  description="HANGUL CHOSEONG SIOS-SSANGSIOS",
35024  direction="l",
35025  linebreak="jl",
35026  unicodeslot=0x1134,
35027 },
35028 [0x1135]={
35029  category="lo",
35030  cjkwd="w",
35031  description="HANGUL CHOSEONG SIOS-IEUNG",
35032  direction="l",
35033  linebreak="jl",
35034  unicodeslot=0x1135,
35035 },
35036 [0x1136]={
35037  category="lo",
35038  cjkwd="w",
35039  description="HANGUL CHOSEONG SIOS-CIEUC",
35040  direction="l",
35041  linebreak="jl",
35042  unicodeslot=0x1136,
35043 },
35044 [0x1137]={
35045  category="lo",
35046  cjkwd="w",
35047  description="HANGUL CHOSEONG SIOS-CHIEUCH",
35048  direction="l",
35049  linebreak="jl",
35050  unicodeslot=0x1137,
35051 },
35052 [0x1138]={
35053  category="lo",
35054  cjkwd="w",
35055  description="HANGUL CHOSEONG SIOS-KHIEUKH",
35056  direction="l",
35057  linebreak="jl",
35058  unicodeslot=0x1138,
35059 },
35060 [0x1139]={
35061  category="lo",
35062  cjkwd="w",
35063  description="HANGUL CHOSEONG SIOS-THIEUTH",
35064  direction="l",
35065  linebreak="jl",
35066  unicodeslot=0x1139,
35067 },
35068 [0x113A]={
35069  category="lo",
35070  cjkwd="w",
35071  description="HANGUL CHOSEONG SIOS-PHIEUPH",
35072  direction="l",
35073  linebreak="jl",
35074  unicodeslot=0x113A,
35075 },
35076 [0x113B]={
35077  category="lo",
35078  cjkwd="w",
35079  description="HANGUL CHOSEONG SIOS-HIEUH",
35080  direction="l",
35081  linebreak="jl",
35082  unicodeslot=0x113B,
35083 },
35084 [0x113C]={
35085  category="lo",
35086  cjkwd="w",
35087  description="HANGUL CHOSEONG CHITUEUMSIOS",
35088  direction="l",
35089  linebreak="jl",
35090  unicodeslot=0x113C,
35091 },
35092 [0x113D]={
35093  category="lo",
35094  cjkwd="w",
35095  description="HANGUL CHOSEONG CHITUEUMSSANGSIOS",
35096  direction="l",
35097  linebreak="jl",
35098  unicodeslot=0x113D,
35099 },
35100 [0x113E]={
35101  category="lo",
35102  cjkwd="w",
35103  description="HANGUL CHOSEONG CEONGCHIEUMSIOS",
35104  direction="l",
35105  linebreak="jl",
35106  unicodeslot=0x113E,
35107 },
35108 [0x113F]={
35109  category="lo",
35110  cjkwd="w",
35111  description="HANGUL CHOSEONG CEONGCHIEUMSSANGSIOS",
35112  direction="l",
35113  linebreak="jl",
35114  unicodeslot=0x113F,
35115 },
35116 [0x1140]={
35117  category="lo",
35118  cjkwd="w",
35119  description="HANGUL CHOSEONG PANSIOS",
35120  direction="l",
35121  linebreak="jl",
35122  unicodeslot=0x1140,
35123 },
35124 [0x1141]={
35125  category="lo",
35126  cjkwd="w",
35127  description="HANGUL CHOSEONG IEUNG-KIYEOK",
35128  direction="l",
35129  linebreak="jl",
35130  unicodeslot=0x1141,
35131 },
35132 [0x1142]={
35133  category="lo",
35134  cjkwd="w",
35135  description="HANGUL CHOSEONG IEUNG-TIKEUT",
35136  direction="l",
35137  linebreak="jl",
35138  unicodeslot=0x1142,
35139 },
35140 [0x1143]={
35141  category="lo",
35142  cjkwd="w",
35143  description="HANGUL CHOSEONG IEUNG-MIEUM",
35144  direction="l",
35145  linebreak="jl",
35146  unicodeslot=0x1143,
35147 },
35148 [0x1144]={
35149  category="lo",
35150  cjkwd="w",
35151  description="HANGUL CHOSEONG IEUNG-PIEUP",
35152  direction="l",
35153  linebreak="jl",
35154  unicodeslot=0x1144,
35155 },
35156 [0x1145]={
35157  category="lo",
35158  cjkwd="w",
35159  description="HANGUL CHOSEONG IEUNG-SIOS",
35160  direction="l",
35161  linebreak="jl",
35162  unicodeslot=0x1145,
35163 },
35164 [0x1146]={
35165  category="lo",
35166  cjkwd="w",
35167  description="HANGUL CHOSEONG IEUNG-PANSIOS",
35168  direction="l",
35169  linebreak="jl",
35170  unicodeslot=0x1146,
35171 },
35172 [0x1147]={
35173  category="lo",
35174  cjkwd="w",
35175  description="HANGUL CHOSEONG SSANGIEUNG",
35176  direction="l",
35177  linebreak="jl",
35178  unicodeslot=0x1147,
35179 },
35180 [0x1148]={
35181  category="lo",
35182  cjkwd="w",
35183  description="HANGUL CHOSEONG IEUNG-CIEUC",
35184  direction="l",
35185  linebreak="jl",
35186  unicodeslot=0x1148,
35187 },
35188 [0x1149]={
35189  category="lo",
35190  cjkwd="w",
35191  description="HANGUL CHOSEONG IEUNG-CHIEUCH",
35192  direction="l",
35193  linebreak="jl",
35194  unicodeslot=0x1149,
35195 },
35196 [0x114A]={
35197  category="lo",
35198  cjkwd="w",
35199  description="HANGUL CHOSEONG IEUNG-THIEUTH",
35200  direction="l",
35201  linebreak="jl",
35202  unicodeslot=0x114A,
35203 },
35204 [0x114B]={
35205  category="lo",
35206  cjkwd="w",
35207  description="HANGUL CHOSEONG IEUNG-PHIEUPH",
35208  direction="l",
35209  linebreak="jl",
35210  unicodeslot=0x114B,
35211 },
35212 [0x114C]={
35213  category="lo",
35214  cjkwd="w",
35215  description="HANGUL CHOSEONG YESIEUNG",
35216  direction="l",
35217  linebreak="jl",
35218  unicodeslot=0x114C,
35219 },
35220 [0x114D]={
35221  category="lo",
35222  cjkwd="w",
35223  description="HANGUL CHOSEONG CIEUC-IEUNG",
35224  direction="l",
35225  linebreak="jl",
35226  unicodeslot=0x114D,
35227 },
35228 [0x114E]={
35229  category="lo",
35230  cjkwd="w",
35231  description="HANGUL CHOSEONG CHITUEUMCIEUC",
35232  direction="l",
35233  linebreak="jl",
35234  unicodeslot=0x114E,
35235 },
35236 [0x114F]={
35237  category="lo",
35238  cjkwd="w",
35239  description="HANGUL CHOSEONG CHITUEUMSSANGCIEUC",
35240  direction="l",
35241  linebreak="jl",
35242  unicodeslot=0x114F,
35243 },
35244 [0x1150]={
35245  category="lo",
35246  cjkwd="w",
35247  description="HANGUL CHOSEONG CEONGCHIEUMCIEUC",
35248  direction="l",
35249  linebreak="jl",
35250  unicodeslot=0x1150,
35251 },
35252 [0x1151]={
35253  category="lo",
35254  cjkwd="w",
35255  description="HANGUL CHOSEONG CEONGCHIEUMSSANGCIEUC",
35256  direction="l",
35257  linebreak="jl",
35258  unicodeslot=0x1151,
35259 },
35260 [0x1152]={
35261  category="lo",
35262  cjkwd="w",
35263  description="HANGUL CHOSEONG CHIEUCH-KHIEUKH",
35264  direction="l",
35265  linebreak="jl",
35266  unicodeslot=0x1152,
35267 },
35268 [0x1153]={
35269  category="lo",
35270  cjkwd="w",
35271  description="HANGUL CHOSEONG CHIEUCH-HIEUH",
35272  direction="l",
35273  linebreak="jl",
35274  unicodeslot=0x1153,
35275 },
35276 [0x1154]={
35277  category="lo",
35278  cjkwd="w",
35279  description="HANGUL CHOSEONG CHITUEUMCHIEUCH",
35280  direction="l",
35281  linebreak="jl",
35282  unicodeslot=0x1154,
35283 },
35284 [0x1155]={
35285  category="lo",
35286  cjkwd="w",
35287  description="HANGUL CHOSEONG CEONGCHIEUMCHIEUCH",
35288  direction="l",
35289  linebreak="jl",
35290  unicodeslot=0x1155,
35291 },
35292 [0x1156]={
35293  category="lo",
35294  cjkwd="w",
35295  description="HANGUL CHOSEONG PHIEUPH-PIEUP",
35296  direction="l",
35297  linebreak="jl",
35298  unicodeslot=0x1156,
35299 },
35300 [0x1157]={
35301  category="lo",
35302  cjkwd="w",
35303  description="HANGUL CHOSEONG KAPYEOUNPHIEUPH",
35304  direction="l",
35305  linebreak="jl",
35306  unicodeslot=0x1157,
35307 },
35308 [0x1158]={
35309  category="lo",
35310  cjkwd="w",
35311  description="HANGUL CHOSEONG SSANGHIEUH",
35312  direction="l",
35313  linebreak="jl",
35314  unicodeslot=0x1158,
35315 },
35316 [0x1159]={
35317  category="lo",
35318  cjkwd="w",
35319  description="HANGUL CHOSEONG YEORINHIEUH",
35320  direction="l",
35321  linebreak="jl",
35322  unicodeslot=0x1159,
35323 },
35324 [0x115A]={
35325  category="lo",
35326  cjkwd="w",
35327  description="HANGUL CHOSEONG KIYEOK-TIKEUT",
35328  direction="l",
35329  linebreak="jl",
35330  unicodeslot=0x115A,
35331 },
35332 [0x115B]={
35333  category="lo",
35334  cjkwd="w",
35335  description="HANGUL CHOSEONG NIEUN-SIOS",
35336  direction="l",
35337  linebreak="jl",
35338  unicodeslot=0x115B,
35339 },
35340 [0x115C]={
35341  category="lo",
35342  cjkwd="w",
35343  description="HANGUL CHOSEONG NIEUN-CIEUC",
35344  direction="l",
35345  linebreak="jl",
35346  unicodeslot=0x115C,
35347 },
35348 [0x115D]={
35349  category="lo",
35350  cjkwd="w",
35351  description="HANGUL CHOSEONG NIEUN-HIEUH",
35352  direction="l",
35353  linebreak="jl",
35354  unicodeslot=0x115D,
35355 },
35356 [0x115E]={
35357  category="lo",
35358  cjkwd="w",
35359  description="HANGUL CHOSEONG TIKEUT-RIEUL",
35360  direction="l",
35361  linebreak="jl",
35362  unicodeslot=0x115E,
35363 },
35364 [0x115F]={
35365  category="lo",
35366  cjkwd="w",
35367  description="HANGUL CHOSEONG FILLER",
35368  direction="l",
35369  linebreak="jl",
35370  unicodeslot=0x115F,
35371 },
35372 [0x1160]={
35373  category="lo",
35374  description="HANGUL JUNGSEONG FILLER",
35375  direction="l",
35376  linebreak="jv",
35377  unicodeslot=0x1160,
35378 },
35379 [0x1161]={
35380  category="lo",
35381  description="HANGUL JUNGSEONG A",
35382  direction="l",
35383  linebreak="jv",
35384  unicodeslot=0x1161,
35385 },
35386 [0x1162]={
35387  category="lo",
35388  description="HANGUL JUNGSEONG AE",
35389  direction="l",
35390  linebreak="jv",
35391  unicodeslot=0x1162,
35392 },
35393 [0x1163]={
35394  category="lo",
35395  description="HANGUL JUNGSEONG YA",
35396  direction="l",
35397  linebreak="jv",
35398  unicodeslot=0x1163,
35399 },
35400 [0x1164]={
35401  category="lo",
35402  description="HANGUL JUNGSEONG YAE",
35403  direction="l",
35404  linebreak="jv",
35405  unicodeslot=0x1164,
35406 },
35407 [0x1165]={
35408  category="lo",
35409  description="HANGUL JUNGSEONG EO",
35410  direction="l",
35411  linebreak="jv",
35412  unicodeslot=0x1165,
35413 },
35414 [0x1166]={
35415  category="lo",
35416  description="HANGUL JUNGSEONG E",
35417  direction="l",
35418  linebreak="jv",
35419  unicodeslot=0x1166,
35420 },
35421 [0x1167]={
35422  category="lo",
35423  description="HANGUL JUNGSEONG YEO",
35424  direction="l",
35425  linebreak="jv",
35426  unicodeslot=0x1167,
35427 },
35428 [0x1168]={
35429  category="lo",
35430  description="HANGUL JUNGSEONG YE",
35431  direction="l",
35432  linebreak="jv",
35433  unicodeslot=0x1168,
35434 },
35435 [0x1169]={
35436  category="lo",
35437  description="HANGUL JUNGSEONG O",
35438  direction="l",
35439  linebreak="jv",
35440  unicodeslot=0x1169,
35441 },
35442 [0x116A]={
35443  category="lo",
35444  description="HANGUL JUNGSEONG WA",
35445  direction="l",
35446  linebreak="jv",
35447  unicodeslot=0x116A,
35448 },
35449 [0x116B]={
35450  category="lo",
35451  description="HANGUL JUNGSEONG WAE",
35452  direction="l",
35453  linebreak="jv",
35454  unicodeslot=0x116B,
35455 },
35456 [0x116C]={
35457  category="lo",
35458  description="HANGUL JUNGSEONG OE",
35459  direction="l",
35460  linebreak="jv",
35461  unicodeslot=0x116C,
35462 },
35463 [0x116D]={
35464  category="lo",
35465  description="HANGUL JUNGSEONG YO",
35466  direction="l",
35467  linebreak="jv",
35468  unicodeslot=0x116D,
35469 },
35470 [0x116E]={
35471  category="lo",
35472  description="HANGUL JUNGSEONG U",
35473  direction="l",
35474  linebreak="jv",
35475  unicodeslot=0x116E,
35476 },
35477 [0x116F]={
35478  category="lo",
35479  description="HANGUL JUNGSEONG WEO",
35480  direction="l",
35481  linebreak="jv",
35482  unicodeslot=0x116F,
35483 },
35484 [0x1170]={
35485  category="lo",
35486  description="HANGUL JUNGSEONG WE",
35487  direction="l",
35488  linebreak="jv",
35489  unicodeslot=0x1170,
35490 },
35491 [0x1171]={
35492  category="lo",
35493  description="HANGUL JUNGSEONG WI",
35494  direction="l",
35495  linebreak="jv",
35496  unicodeslot=0x1171,
35497 },
35498 [0x1172]={
35499  category="lo",
35500  description="HANGUL JUNGSEONG YU",
35501  direction="l",
35502  linebreak="jv",
35503  unicodeslot=0x1172,
35504 },
35505 [0x1173]={
35506  category="lo",
35507  description="HANGUL JUNGSEONG EU",
35508  direction="l",
35509  linebreak="jv",
35510  unicodeslot=0x1173,
35511 },
35512 [0x1174]={
35513  category="lo",
35514  description="HANGUL JUNGSEONG YI",
35515  direction="l",
35516  linebreak="jv",
35517  unicodeslot=0x1174,
35518 },
35519 [0x1175]={
35520  category="lo",
35521  description="HANGUL JUNGSEONG I",
35522  direction="l",
35523  linebreak="jv",
35524  unicodeslot=0x1175,
35525 },
35526 [0x1176]={
35527  category="lo",
35528  description="HANGUL JUNGSEONG A-O",
35529  direction="l",
35530  linebreak="jv",
35531  unicodeslot=0x1176,
35532 },
35533 [0x1177]={
35534  category="lo",
35535  description="HANGUL JUNGSEONG A-U",
35536  direction="l",
35537  linebreak="jv",
35538  unicodeslot=0x1177,
35539 },
35540 [0x1178]={
35541  category="lo",
35542  description="HANGUL JUNGSEONG YA-O",
35543  direction="l",
35544  linebreak="jv",
35545  unicodeslot=0x1178,
35546 },
35547 [0x1179]={
35548  category="lo",
35549  description="HANGUL JUNGSEONG YA-YO",
35550  direction="l",
35551  linebreak="jv",
35552  unicodeslot=0x1179,
35553 },
35554 [0x117A]={
35555  category="lo",
35556  description="HANGUL JUNGSEONG EO-O",
35557  direction="l",
35558  linebreak="jv",
35559  unicodeslot=0x117A,
35560 },
35561 [0x117B]={
35562  category="lo",
35563  description="HANGUL JUNGSEONG EO-U",
35564  direction="l",
35565  linebreak="jv",
35566  unicodeslot=0x117B,
35567 },
35568 [0x117C]={
35569  category="lo",
35570  description="HANGUL JUNGSEONG EO-EU",
35571  direction="l",
35572  linebreak="jv",
35573  unicodeslot=0x117C,
35574 },
35575 [0x117D]={
35576  category="lo",
35577  description="HANGUL JUNGSEONG YEO-O",
35578  direction="l",
35579  linebreak="jv",
35580  unicodeslot=0x117D,
35581 },
35582 [0x117E]={
35583  category="lo",
35584  description="HANGUL JUNGSEONG YEO-U",
35585  direction="l",
35586  linebreak="jv",
35587  unicodeslot=0x117E,
35588 },
35589 [0x117F]={
35590  category="lo",
35591  description="HANGUL JUNGSEONG O-EO",
35592  direction="l",
35593  linebreak="jv",
35594  unicodeslot=0x117F,
35595 },
35596 [0x1180]={
35597  category="lo",
35598  description="HANGUL JUNGSEONG O-E",
35599  direction="l",
35600  linebreak="jv",
35601  unicodeslot=0x1180,
35602 },
35603 [0x1181]={
35604  category="lo",
35605  description="HANGUL JUNGSEONG O-YE",
35606  direction="l",
35607  linebreak="jv",
35608  unicodeslot=0x1181,
35609 },
35610 [0x1182]={
35611  category="lo",
35612  description="HANGUL JUNGSEONG O-O",
35613  direction="l",
35614  linebreak="jv",
35615  unicodeslot=0x1182,
35616 },
35617 [0x1183]={
35618  category="lo",
35619  description="HANGUL JUNGSEONG O-U",
35620  direction="l",
35621  linebreak="jv",
35622  unicodeslot=0x1183,
35623 },
35624 [0x1184]={
35625  category="lo",
35626  description="HANGUL JUNGSEONG YO-YA",
35627  direction="l",
35628  linebreak="jv",
35629  unicodeslot=0x1184,
35630 },
35631 [0x1185]={
35632  category="lo",
35633  description="HANGUL JUNGSEONG YO-YAE",
35634  direction="l",
35635  linebreak="jv",
35636  unicodeslot=0x1185,
35637 },
35638 [0x1186]={
35639  category="lo",
35640  description="HANGUL JUNGSEONG YO-YEO",
35641  direction="l",
35642  linebreak="jv",
35643  unicodeslot=0x1186,
35644 },
35645 [0x1187]={
35646  category="lo",
35647  description="HANGUL JUNGSEONG YO-O",
35648  direction="l",
35649  linebreak="jv",
35650  unicodeslot=0x1187,
35651 },
35652 [0x1188]={
35653  category="lo",
35654  description="HANGUL JUNGSEONG YO-I",
35655  direction="l",
35656  linebreak="jv",
35657  unicodeslot=0x1188,
35658 },
35659 [0x1189]={
35660  category="lo",
35661  description="HANGUL JUNGSEONG U-A",
35662  direction="l",
35663  linebreak="jv",
35664  unicodeslot=0x1189,
35665 },
35666 [0x118A]={
35667  category="lo",
35668  description="HANGUL JUNGSEONG U-AE",
35669  direction="l",
35670  linebreak="jv",
35671  unicodeslot=0x118A,
35672 },
35673 [0x118B]={
35674  category="lo",
35675  description="HANGUL JUNGSEONG U-EO-EU",
35676  direction="l",
35677  linebreak="jv",
35678  unicodeslot=0x118B,
35679 },
35680 [0x118C]={
35681  category="lo",
35682  description="HANGUL JUNGSEONG U-YE",
35683  direction="l",
35684  linebreak="jv",
35685  unicodeslot=0x118C,
35686 },
35687 [0x118D]={
35688  category="lo",
35689  description="HANGUL JUNGSEONG U-U",
35690  direction="l",
35691  linebreak="jv",
35692  unicodeslot=0x118D,
35693 },
35694 [0x118E]={
35695  category="lo",
35696  description="HANGUL JUNGSEONG YU-A",
35697  direction="l",
35698  linebreak="jv",
35699  unicodeslot=0x118E,
35700 },
35701 [0x118F]={
35702  category="lo",
35703  description="HANGUL JUNGSEONG YU-EO",
35704  direction="l",
35705  linebreak="jv",
35706  unicodeslot=0x118F,
35707 },
35708 [0x1190]={
35709  category="lo",
35710  description="HANGUL JUNGSEONG YU-E",
35711  direction="l",
35712  linebreak="jv",
35713  unicodeslot=0x1190,
35714 },
35715 [0x1191]={
35716  category="lo",
35717  description="HANGUL JUNGSEONG YU-YEO",
35718  direction="l",
35719  linebreak="jv",
35720  unicodeslot=0x1191,
35721 },
35722 [0x1192]={
35723  category="lo",
35724  description="HANGUL JUNGSEONG YU-YE",
35725  direction="l",
35726  linebreak="jv",
35727  unicodeslot=0x1192,
35728 },
35729 [0x1193]={
35730  category="lo",
35731  description="HANGUL JUNGSEONG YU-U",
35732  direction="l",
35733  linebreak="jv",
35734  unicodeslot=0x1193,
35735 },
35736 [0x1194]={
35737  category="lo",
35738  description="HANGUL JUNGSEONG YU-I",
35739  direction="l",
35740  linebreak="jv",
35741  unicodeslot=0x1194,
35742 },
35743 [0x1195]={
35744  category="lo",
35745  description="HANGUL JUNGSEONG EU-U",
35746  direction="l",
35747  linebreak="jv",
35748  unicodeslot=0x1195,
35749 },
35750 [0x1196]={
35751  category="lo",
35752  description="HANGUL JUNGSEONG EU-EU",
35753  direction="l",
35754  linebreak="jv",
35755  unicodeslot=0x1196,
35756 },
35757 [0x1197]={
35758  category="lo",
35759  description="HANGUL JUNGSEONG YI-U",
35760  direction="l",
35761  linebreak="jv",
35762  unicodeslot=0x1197,
35763 },
35764 [0x1198]={
35765  category="lo",
35766  description="HANGUL JUNGSEONG I-A",
35767  direction="l",
35768  linebreak="jv",
35769  unicodeslot=0x1198,
35770 },
35771 [0x1199]={
35772  category="lo",
35773  description="HANGUL JUNGSEONG I-YA",
35774  direction="l",
35775  linebreak="jv",
35776  unicodeslot=0x1199,
35777 },
35778 [0x119A]={
35779  category="lo",
35780  description="HANGUL JUNGSEONG I-O",
35781  direction="l",
35782  linebreak="jv",
35783  unicodeslot=0x119A,
35784 },
35785 [0x119B]={
35786  category="lo",
35787  description="HANGUL JUNGSEONG I-U",
35788  direction="l",
35789  linebreak="jv",
35790  unicodeslot=0x119B,
35791 },
35792 [0x119C]={
35793  category="lo",
35794  description="HANGUL JUNGSEONG I-EU",
35795  direction="l",
35796  linebreak="jv",
35797  unicodeslot=0x119C,
35798 },
35799 [0x119D]={
35800  category="lo",
35801  description="HANGUL JUNGSEONG I-ARAEA",
35802  direction="l",
35803  linebreak="jv",
35804  unicodeslot=0x119D,
35805 },
35806 [0x119E]={
35807  category="lo",
35808  description="HANGUL JUNGSEONG ARAEA",
35809  direction="l",
35810  linebreak="jv",
35811  unicodeslot=0x119E,
35812 },
35813 [0x119F]={
35814  category="lo",
35815  description="HANGUL JUNGSEONG ARAEA-EO",
35816  direction="l",
35817  linebreak="jv",
35818  unicodeslot=0x119F,
35819 },
35820 [0x11A0]={
35821  category="lo",
35822  description="HANGUL JUNGSEONG ARAEA-U",
35823  direction="l",
35824  linebreak="jv",
35825  unicodeslot=0x11A0,
35826 },
35827 [0x11A1]={
35828  category="lo",
35829  description="HANGUL JUNGSEONG ARAEA-I",
35830  direction="l",
35831  linebreak="jv",
35832  unicodeslot=0x11A1,
35833 },
35834 [0x11A2]={
35835  category="lo",
35836  description="HANGUL JUNGSEONG SSANGARAEA",
35837  direction="l",
35838  linebreak="jv",
35839  unicodeslot=0x11A2,
35840 },
35841 [0x11A3]={
35842  category="lo",
35843  description="HANGUL JUNGSEONG A-EU",
35844  direction="l",
35845  linebreak="jv",
35846  unicodeslot=0x11A3,
35847 },
35848 [0x11A4]={
35849  category="lo",
35850  description="HANGUL JUNGSEONG YA-U",
35851  direction="l",
35852  linebreak="jv",
35853  unicodeslot=0x11A4,
35854 },
35855 [0x11A5]={
35856  category="lo",
35857  description="HANGUL JUNGSEONG YEO-YA",
35858  direction="l",
35859  linebreak="jv",
35860  unicodeslot=0x11A5,
35861 },
35862 [0x11A6]={
35863  category="lo",
35864  description="HANGUL JUNGSEONG O-YA",
35865  direction="l",
35866  linebreak="jv",
35867  unicodeslot=0x11A6,
35868 },
35869 [0x11A7]={
35870  category="lo",
35871  description="HANGUL JUNGSEONG O-YAE",
35872  direction="l",
35873  linebreak="jv",
35874  unicodeslot=0x11A7,
35875 },
35876 [0x11A8]={
35877  category="lo",
35878  description="HANGUL JONGSEONG KIYEOK",
35879  direction="l",
35880  linebreak="jt",
35881  unicodeslot=0x11A8,
35882 },
35883 [0x11A9]={
35884  category="lo",
35885  description="HANGUL JONGSEONG SSANGKIYEOK",
35886  direction="l",
35887  linebreak="jt",
35888  unicodeslot=0x11A9,
35889 },
35890 [0x11AA]={
35891  category="lo",
35892  description="HANGUL JONGSEONG KIYEOK-SIOS",
35893  direction="l",
35894  linebreak="jt",
35895  unicodeslot=0x11AA,
35896 },
35897 [0x11AB]={
35898  category="lo",
35899  description="HANGUL JONGSEONG NIEUN",
35900  direction="l",
35901  linebreak="jt",
35902  unicodeslot=0x11AB,
35903 },
35904 [0x11AC]={
35905  category="lo",
35906  description="HANGUL JONGSEONG NIEUN-CIEUC",
35907  direction="l",
35908  linebreak="jt",
35909  unicodeslot=0x11AC,
35910 },
35911 [0x11AD]={
35912  category="lo",
35913  description="HANGUL JONGSEONG NIEUN-HIEUH",
35914  direction="l",
35915  linebreak="jt",
35916  unicodeslot=0x11AD,
35917 },
35918 [0x11AE]={
35919  category="lo",
35920  description="HANGUL JONGSEONG TIKEUT",
35921  direction="l",
35922  linebreak="jt",
35923  unicodeslot=0x11AE,
35924 },
35925 [0x11AF]={
35926  category="lo",
35927  description="HANGUL JONGSEONG RIEUL",
35928  direction="l",
35929  linebreak="jt",
35930  unicodeslot=0x11AF,
35931 },
35932 [0x11B0]={
35933  category="lo",
35934  description="HANGUL JONGSEONG RIEUL-KIYEOK",
35935  direction="l",
35936  linebreak="jt",
35937  unicodeslot=0x11B0,
35938 },
35939 [0x11B1]={
35940  category="lo",
35941  description="HANGUL JONGSEONG RIEUL-MIEUM",
35942  direction="l",
35943  linebreak="jt",
35944  unicodeslot=0x11B1,
35945 },
35946 [0x11B2]={
35947  category="lo",
35948  description="HANGUL JONGSEONG RIEUL-PIEUP",
35949  direction="l",
35950  linebreak="jt",
35951  unicodeslot=0x11B2,
35952 },
35953 [0x11B3]={
35954  category="lo",
35955  description="HANGUL JONGSEONG RIEUL-SIOS",
35956  direction="l",
35957  linebreak="jt",
35958  unicodeslot=0x11B3,
35959 },
35960 [0x11B4]={
35961  category="lo",
35962  description="HANGUL JONGSEONG RIEUL-THIEUTH",
35963  direction="l",
35964  linebreak="jt",
35965  unicodeslot=0x11B4,
35966 },
35967 [0x11B5]={
35968  category="lo",
35969  description="HANGUL JONGSEONG RIEUL-PHIEUPH",
35970  direction="l",
35971  linebreak="jt",
35972  unicodeslot=0x11B5,
35973 },
35974 [0x11B6]={
35975  category="lo",
35976  description="HANGUL JONGSEONG RIEUL-HIEUH",
35977  direction="l",
35978  linebreak="jt",
35979  unicodeslot=0x11B6,
35980 },
35981 [0x11B7]={
35982  category="lo",
35983  description="HANGUL JONGSEONG MIEUM",
35984  direction="l",
35985  linebreak="jt",
35986  unicodeslot=0x11B7,
35987 },
35988 [0x11B8]={
35989  category="lo",
35990  description="HANGUL JONGSEONG PIEUP",
35991  direction="l",
35992  linebreak="jt",
35993  unicodeslot=0x11B8,
35994 },
35995 [0x11B9]={
35996  category="lo",
35997  description="HANGUL JONGSEONG PIEUP-SIOS",
35998  direction="l",
35999  linebreak="jt",
36000  unicodeslot=0x11B9,
36001 },
36002 [0x11BA]={
36003  category="lo",
36004  description="HANGUL JONGSEONG SIOS",
36005  direction="l",
36006  linebreak="jt",
36007  unicodeslot=0x11BA,
36008 },
36009 [0x11BB]={
36010  category="lo",
36011  description="HANGUL JONGSEONG SSANGSIOS",
36012  direction="l",
36013  linebreak="jt",
36014  unicodeslot=0x11BB,
36015 },
36016 [0x11BC]={
36017  category="lo",
36018  description="HANGUL JONGSEONG IEUNG",
36019  direction="l",
36020  linebreak="jt",
36021  unicodeslot=0x11BC,
36022 },
36023 [0x11BD]={
36024  category="lo",
36025  description="HANGUL JONGSEONG CIEUC",
36026  direction="l",
36027  linebreak="jt",
36028  unicodeslot=0x11BD,
36029 },
36030 [0x11BE]={
36031  category="lo",
36032  description="HANGUL JONGSEONG CHIEUCH",
36033  direction="l",
36034  linebreak="jt",
36035  unicodeslot=0x11BE,
36036 },
36037 [0x11BF]={
36038  category="lo",
36039  description="HANGUL JONGSEONG KHIEUKH",
36040  direction="l",
36041  linebreak="jt",
36042  unicodeslot=0x11BF,
36043 },
36044 [0x11C0]={
36045  category="lo",
36046  description="HANGUL JONGSEONG THIEUTH",
36047  direction="l",
36048  linebreak="jt",
36049  unicodeslot=0x11C0,
36050 },
36051 [0x11C1]={
36052  category="lo",
36053  description="HANGUL JONGSEONG PHIEUPH",
36054  direction="l",
36055  linebreak="jt",
36056  unicodeslot=0x11C1,
36057 },
36058 [0x11C2]={
36059  category="lo",
36060  description="HANGUL JONGSEONG HIEUH",
36061  direction="l",
36062  linebreak="jt",
36063  unicodeslot=0x11C2,
36064 },
36065 [0x11C3]={
36066  category="lo",
36067  description="HANGUL JONGSEONG KIYEOK-RIEUL",
36068  direction="l",
36069  linebreak="jt",
36070  unicodeslot=0x11C3,
36071 },
36072 [0x11C4]={
36073  category="lo",
36074  description="HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK",
36075  direction="l",
36076  linebreak="jt",
36077  unicodeslot=0x11C4,
36078 },
36079 [0x11C5]={
36080  category="lo",
36081  description="HANGUL JONGSEONG NIEUN-KIYEOK",
36082  direction="l",
36083  linebreak="jt",
36084  unicodeslot=0x11C5,
36085 },
36086 [0x11C6]={
36087  category="lo",
36088  description="HANGUL JONGSEONG NIEUN-TIKEUT",
36089  direction="l",
36090  linebreak="jt",
36091  unicodeslot=0x11C6,
36092 },
36093 [0x11C7]={
36094  category="lo",
36095  description="HANGUL JONGSEONG NIEUN-SIOS",
36096  direction="l",
36097  linebreak="jt",
36098  unicodeslot=0x11C7,
36099 },
36100 [0x11C8]={
36101  category="lo",
36102  description="HANGUL JONGSEONG NIEUN-PANSIOS",
36103  direction="l",
36104  linebreak="jt",
36105  unicodeslot=0x11C8,
36106 },
36107 [0x11C9]={
36108  category="lo",
36109  description="HANGUL JONGSEONG NIEUN-THIEUTH",
36110  direction="l",
36111  linebreak="jt",
36112  unicodeslot=0x11C9,
36113 },
36114 [0x11CA]={
36115  category="lo",
36116  description="HANGUL JONGSEONG TIKEUT-KIYEOK",
36117  direction="l",
36118  linebreak="jt",
36119  unicodeslot=0x11CA,
36120 },
36121 [0x11CB]={
36122  category="lo",
36123  description="HANGUL JONGSEONG TIKEUT-RIEUL",
36124  direction="l",
36125  linebreak="jt",
36126  unicodeslot=0x11CB,
36127 },
36128 [0x11CC]={
36129  category="lo",
36130  description="HANGUL JONGSEONG RIEUL-KIYEOK-SIOS",
36131  direction="l",
36132  linebreak="jt",
36133  unicodeslot=0x11CC,
36134 },
36135 [0x11CD]={
36136  category="lo",
36137  description="HANGUL JONGSEONG RIEUL-NIEUN",
36138  direction="l",
36139  linebreak="jt",
36140  unicodeslot=0x11CD,
36141 },
36142 [0x11CE]={
36143  category="lo",
36144  description="HANGUL JONGSEONG RIEUL-TIKEUT",
36145  direction="l",
36146  linebreak="jt",
36147  unicodeslot=0x11CE,
36148 },
36149 [0x11CF]={
36150  category="lo",
36151  description="HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH",
36152  direction="l",
36153  linebreak="jt",
36154  unicodeslot=0x11CF,
36155 },
36156 [0x11D0]={
36157  category="lo",
36158  description="HANGUL JONGSEONG SSANGRIEUL",
36159  direction="l",
36160  linebreak="jt",
36161  unicodeslot=0x11D0,
36162 },
36163 [0x11D1]={
36164  category="lo",
36165  description="HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK",
36166  direction="l",
36167  linebreak="jt",
36168  unicodeslot=0x11D1,
36169 },
36170 [0x11D2]={
36171  category="lo",
36172  description="HANGUL JONGSEONG RIEUL-MIEUM-SIOS",
36173  direction="l",
36174  linebreak="jt",
36175  unicodeslot=0x11D2,
36176 },
36177 [0x11D3]={
36178  category="lo",
36179  description="HANGUL JONGSEONG RIEUL-PIEUP-SIOS",
36180  direction="l",
36181  linebreak="jt",
36182  unicodeslot=0x11D3,
36183 },
36184 [0x11D4]={
36185  category="lo",
36186  description="HANGUL JONGSEONG RIEUL-PIEUP-HIEUH",
36187  direction="l",
36188  linebreak="jt",
36189  unicodeslot=0x11D4,
36190 },
36191 [0x11D5]={
36192  category="lo",
36193  description="HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP",
36194  direction="l",
36195  linebreak="jt",
36196  unicodeslot=0x11D5,
36197 },
36198 [0x11D6]={
36199  category="lo",
36200  description="HANGUL JONGSEONG RIEUL-SSANGSIOS",
36201  direction="l",
36202  linebreak="jt",
36203  unicodeslot=0x11D6,
36204 },
36205 [0x11D7]={
36206  category="lo",
36207  description="HANGUL JONGSEONG RIEUL-PANSIOS",
36208  direction="l",
36209  linebreak="jt",
36210  unicodeslot=0x11D7,
36211 },
36212 [0x11D8]={
36213  category="lo",
36214  description="HANGUL JONGSEONG RIEUL-KHIEUKH",
36215  direction="l",
36216  linebreak="jt",
36217  unicodeslot=0x11D8,
36218 },
36219 [0x11D9]={
36220  category="lo",
36221  description="HANGUL JONGSEONG RIEUL-YEORINHIEUH",
36222  direction="l",
36223  linebreak="jt",
36224  unicodeslot=0x11D9,
36225 },
36226 [0x11DA]={
36227  category="lo",
36228  description="HANGUL JONGSEONG MIEUM-KIYEOK",
36229  direction="l",
36230  linebreak="jt",
36231  unicodeslot=0x11DA,
36232 },
36233 [0x11DB]={
36234  category="lo",
36235  description="HANGUL JONGSEONG MIEUM-RIEUL",
36236  direction="l",
36237  linebreak="jt",
36238  unicodeslot=0x11DB,
36239 },
36240 [0x11DC]={
36241  category="lo",
36242  description="HANGUL JONGSEONG MIEUM-PIEUP",
36243  direction="l",
36244  linebreak="jt",
36245  unicodeslot=0x11DC,
36246 },
36247 [0x11DD]={
36248  category="lo",
36249  description="HANGUL JONGSEONG MIEUM-SIOS",
36250  direction="l",
36251  linebreak="jt",
36252  unicodeslot=0x11DD,
36253 },
36254 [0x11DE]={
36255  category="lo",
36256  description="HANGUL JONGSEONG MIEUM-SSANGSIOS",
36257  direction="l",
36258  linebreak="jt",
36259  unicodeslot=0x11DE,
36260 },
36261 [0x11DF]={
36262  category="lo",
36263  description="HANGUL JONGSEONG MIEUM-PANSIOS",
36264  direction="l",
36265  linebreak="jt",
36266  unicodeslot=0x11DF,
36267 },
36268 [0x11E0]={
36269  category="lo",
36270  description="HANGUL JONGSEONG MIEUM-CHIEUCH",
36271  direction="l",
36272  linebreak="jt",
36273  unicodeslot=0x11E0,
36274 },
36275 [0x11E1]={
36276  category="lo",
36277  description="HANGUL JONGSEONG MIEUM-HIEUH",
36278  direction="l",
36279  linebreak="jt",
36280  unicodeslot=0x11E1,
36281 },
36282 [0x11E2]={
36283  category="lo",
36284  description="HANGUL JONGSEONG KAPYEOUNMIEUM",
36285  direction="l",
36286  linebreak="jt",
36287  unicodeslot=0x11E2,
36288 },
36289 [0x11E3]={
36290  category="lo",
36291  description="HANGUL JONGSEONG PIEUP-RIEUL",
36292  direction="l",
36293  linebreak="jt",
36294  unicodeslot=0x11E3,
36295 },
36296 [0x11E4]={
36297  category="lo",
36298  description="HANGUL JONGSEONG PIEUP-PHIEUPH",
36299  direction="l",
36300  linebreak="jt",
36301  unicodeslot=0x11E4,
36302 },
36303 [0x11E5]={
36304  category="lo",
36305  description="HANGUL JONGSEONG PIEUP-HIEUH",
36306  direction="l",
36307  linebreak="jt",
36308  unicodeslot=0x11E5,
36309 },
36310 [0x11E6]={
36311  category="lo",
36312  description="HANGUL JONGSEONG KAPYEOUNPIEUP",
36313  direction="l",
36314  linebreak="jt",
36315  unicodeslot=0x11E6,
36316 },
36317 [0x11E7]={
36318  category="lo",
36319  description="HANGUL JONGSEONG SIOS-KIYEOK",
36320  direction="l",
36321  linebreak="jt",
36322  unicodeslot=0x11E7,
36323 },
36324 [0x11E8]={
36325  category="lo",
36326  description="HANGUL JONGSEONG SIOS-TIKEUT",
36327  direction="l",
36328  linebreak="jt",
36329  unicodeslot=0x11E8,
36330 },
36331 [0x11E9]={
36332  category="lo",
36333  description="HANGUL JONGSEONG SIOS-RIEUL",
36334  direction="l",
36335  linebreak="jt",
36336  unicodeslot=0x11E9,
36337 },
36338 [0x11EA]={
36339  category="lo",
36340  description="HANGUL JONGSEONG SIOS-PIEUP",
36341  direction="l",
36342  linebreak="jt",
36343  unicodeslot=0x11EA,
36344 },
36345 [0x11EB]={
36346  category="lo",
36347  description="HANGUL JONGSEONG PANSIOS",
36348  direction="l",
36349  linebreak="jt",
36350  unicodeslot=0x11EB,
36351 },
36352 [0x11EC]={
36353  category="lo",
36354  description="HANGUL JONGSEONG IEUNG-KIYEOK",
36355  direction="l",
36356  linebreak="jt",
36357  unicodeslot=0x11EC,
36358 },
36359 [0x11ED]={
36360  category="lo",
36361  description="HANGUL JONGSEONG IEUNG-SSANGKIYEOK",
36362  direction="l",
36363  linebreak="jt",
36364  unicodeslot=0x11ED,
36365 },
36366 [0x11EE]={
36367  category="lo",
36368  description="HANGUL JONGSEONG SSANGIEUNG",
36369  direction="l",
36370  linebreak="jt",
36371  unicodeslot=0x11EE,
36372 },
36373 [0x11EF]={
36374  category="lo",
36375  description="HANGUL JONGSEONG IEUNG-KHIEUKH",
36376  direction="l",
36377  linebreak="jt",
36378  unicodeslot=0x11EF,
36379 },
36380 [0x11F0]={
36381  category="lo",
36382  description="HANGUL JONGSEONG YESIEUNG",
36383  direction="l",
36384  linebreak="jt",
36385  unicodeslot=0x11F0,
36386 },
36387 [0x11F1]={
36388  category="lo",
36389  description="HANGUL JONGSEONG YESIEUNG-SIOS",
36390  direction="l",
36391  linebreak="jt",
36392  unicodeslot=0x11F1,
36393 },
36394 [0x11F2]={
36395  category="lo",
36396  description="HANGUL JONGSEONG YESIEUNG-PANSIOS",
36397  direction="l",
36398  linebreak="jt",
36399  unicodeslot=0x11F2,
36400 },
36401 [0x11F3]={
36402  category="lo",
36403  description="HANGUL JONGSEONG PHIEUPH-PIEUP",
36404  direction="l",
36405  linebreak="jt",
36406  unicodeslot=0x11F3,
36407 },
36408 [0x11F4]={
36409  category="lo",
36410  description="HANGUL JONGSEONG KAPYEOUNPHIEUPH",
36411  direction="l",
36412  linebreak="jt",
36413  unicodeslot=0x11F4,
36414 },
36415 [0x11F5]={
36416  category="lo",
36417  description="HANGUL JONGSEONG HIEUH-NIEUN",
36418  direction="l",
36419  linebreak="jt",
36420  unicodeslot=0x11F5,
36421 },
36422 [0x11F6]={
36423  category="lo",
36424  description="HANGUL JONGSEONG HIEUH-RIEUL",
36425  direction="l",
36426  linebreak="jt",
36427  unicodeslot=0x11F6,
36428 },
36429 [0x11F7]={
36430  category="lo",
36431  description="HANGUL JONGSEONG HIEUH-MIEUM",
36432  direction="l",
36433  linebreak="jt",
36434  unicodeslot=0x11F7,
36435 },
36436 [0x11F8]={
36437  category="lo",
36438  description="HANGUL JONGSEONG HIEUH-PIEUP",
36439  direction="l",
36440  linebreak="jt",
36441  unicodeslot=0x11F8,
36442 },
36443 [0x11F9]={
36444  category="lo",
36445  description="HANGUL JONGSEONG YEORINHIEUH",
36446  direction="l",
36447  linebreak="jt",
36448  unicodeslot=0x11F9,
36449 },
36450 [0x11FA]={
36451  category="lo",
36452  description="HANGUL JONGSEONG KIYEOK-NIEUN",
36453  direction="l",
36454  linebreak="jt",
36455  unicodeslot=0x11FA,
36456 },
36457 [0x11FB]={
36458  category="lo",
36459  description="HANGUL JONGSEONG KIYEOK-PIEUP",
36460  direction="l",
36461  linebreak="jt",
36462  unicodeslot=0x11FB,
36463 },
36464 [0x11FC]={
36465  category="lo",
36466  description="HANGUL JONGSEONG KIYEOK-CHIEUCH",
36467  direction="l",
36468  linebreak="jt",
36469  unicodeslot=0x11FC,
36470 },
36471 [0x11FD]={
36472  category="lo",
36473  description="HANGUL JONGSEONG KIYEOK-KHIEUKH",
36474  direction="l",
36475  linebreak="jt",
36476  unicodeslot=0x11FD,
36477 },
36478 [0x11FE]={
36479  category="lo",
36480  description="HANGUL JONGSEONG KIYEOK-HIEUH",
36481  direction="l",
36482  linebreak="jt",
36483  unicodeslot=0x11FE,
36484 },
36485 [0x11FF]={
36486  category="lo",
36487  description="HANGUL JONGSEONG SSANGNIEUN",
36488  direction="l",
36489  linebreak="jt",
36490  unicodeslot=0x11FF,
36491 },
36492 [0x1200]={
36493  category="lo",
36494  description="ETHIOPIC SYLLABLE HA",
36495  direction="l",
36496  linebreak="al",
36497  unicodeslot=0x1200,
36498 },
36499 [0x1201]={
36500  category="lo",
36501  description="ETHIOPIC SYLLABLE HU",
36502  direction="l",
36503  linebreak="al",
36504  unicodeslot=0x1201,
36505 },
36506 [0x1202]={
36507  category="lo",
36508  description="ETHIOPIC SYLLABLE HI",
36509  direction="l",
36510  linebreak="al",
36511  unicodeslot=0x1202,
36512 },
36513 [0x1203]={
36514  category="lo",
36515  description="ETHIOPIC SYLLABLE HAA",
36516  direction="l",
36517  linebreak="al",
36518  unicodeslot=0x1203,
36519 },
36520 [0x1204]={
36521  category="lo",
36522  description="ETHIOPIC SYLLABLE HEE",
36523  direction="l",
36524  linebreak="al",
36525  unicodeslot=0x1204,
36526 },
36527 [0x1205]={
36528  category="lo",
36529  description="ETHIOPIC SYLLABLE HE",
36530  direction="l",
36531  linebreak="al",
36532  unicodeslot=0x1205,
36533 },
36534 [0x1206]={
36535  category="lo",
36536  description="ETHIOPIC SYLLABLE HO",
36537  direction="l",
36538  linebreak="al",
36539  unicodeslot=0x1206,
36540 },
36541 [0x1207]={
36542  category="lo",
36543  description="ETHIOPIC SYLLABLE HOA",
36544  direction="l",
36545  linebreak="al",
36546  unicodeslot=0x1207,
36547 },
36548 [0x1208]={
36549  category="lo",
36550  description="ETHIOPIC SYLLABLE LA",
36551  direction="l",
36552  linebreak="al",
36553  unicodeslot=0x1208,
36554 },
36555 [0x1209]={
36556  category="lo",
36557  description="ETHIOPIC SYLLABLE LU",
36558  direction="l",
36559  linebreak="al",
36560  unicodeslot=0x1209,
36561 },
36562 [0x120A]={
36563  category="lo",
36564  description="ETHIOPIC SYLLABLE LI",
36565  direction="l",
36566  linebreak="al",
36567  unicodeslot=0x120A,
36568 },
36569 [0x120B]={
36570  category="lo",
36571  description="ETHIOPIC SYLLABLE LAA",
36572  direction="l",
36573  linebreak="al",
36574  unicodeslot=0x120B,
36575 },
36576 [0x120C]={
36577  category="lo",
36578  description="ETHIOPIC SYLLABLE LEE",
36579  direction="l",
36580  linebreak="al",
36581  unicodeslot=0x120C,
36582 },
36583 [0x120D]={
36584  category="lo",
36585  description="ETHIOPIC SYLLABLE LE",
36586  direction="l",
36587  linebreak="al",
36588  unicodeslot=0x120D,
36589 },
36590 [0x120E]={
36591  category="lo",
36592  description="ETHIOPIC SYLLABLE LO",
36593  direction="l",
36594  linebreak="al",
36595  unicodeslot=0x120E,
36596 },
36597 [0x120F]={
36598  category="lo",
36599  description="ETHIOPIC SYLLABLE LWA",
36600  direction="l",
36601  linebreak="al",
36602  unicodeslot=0x120F,
36603 },
36604 [0x1210]={
36605  category="lo",
36606  description="ETHIOPIC SYLLABLE HHA",
36607  direction="l",
36608  linebreak="al",
36609  unicodeslot=0x1210,
36610 },
36611 [0x1211]={
36612  category="lo",
36613  description="ETHIOPIC SYLLABLE HHU",
36614  direction="l",
36615  linebreak="al",
36616  unicodeslot=0x1211,
36617 },
36618 [0x1212]={
36619  category="lo",
36620  description="ETHIOPIC SYLLABLE HHI",
36621  direction="l",
36622  linebreak="al",
36623  unicodeslot=0x1212,
36624 },
36625 [0x1213]={
36626  category="lo",
36627  description="ETHIOPIC SYLLABLE HHAA",
36628  direction="l",
36629  linebreak="al",
36630  unicodeslot=0x1213,
36631 },
36632 [0x1214]={
36633  category="lo",
36634  description="ETHIOPIC SYLLABLE HHEE",
36635  direction="l",
36636  linebreak="al",
36637  unicodeslot=0x1214,
36638 },
36639 [0x1215]={
36640  category="lo",
36641  description="ETHIOPIC SYLLABLE HHE",
36642  direction="l",
36643  linebreak="al",
36644  unicodeslot=0x1215,
36645 },
36646 [0x1216]={
36647  category="lo",
36648  description="ETHIOPIC SYLLABLE HHO",
36649  direction="l",
36650  linebreak="al",
36651  unicodeslot=0x1216,
36652 },
36653 [0x1217]={
36654  category="lo",
36655  description="ETHIOPIC SYLLABLE HHWA",
36656  direction="l",
36657  linebreak="al",
36658  unicodeslot=0x1217,
36659 },
36660 [0x1218]={
36661  category="lo",
36662  description="ETHIOPIC SYLLABLE MA",
36663  direction="l",
36664  linebreak="al",
36665  unicodeslot=0x1218,
36666 },
36667 [0x1219]={
36668  category="lo",
36669  description="ETHIOPIC SYLLABLE MU",
36670  direction="l",
36671  linebreak="al",
36672  unicodeslot=0x1219,
36673 },
36674 [0x121A]={
36675  category="lo",
36676  description="ETHIOPIC SYLLABLE MI",
36677  direction="l",
36678  linebreak="al",
36679  unicodeslot=0x121A,
36680 },
36681 [0x121B]={
36682  category="lo",
36683  description="ETHIOPIC SYLLABLE MAA",
36684  direction="l",
36685  linebreak="al",
36686  unicodeslot=0x121B,
36687 },
36688 [0x121C]={
36689  category="lo",
36690  description="ETHIOPIC SYLLABLE MEE",
36691  direction="l",
36692  linebreak="al",
36693  unicodeslot=0x121C,
36694 },
36695 [0x121D]={
36696  category="lo",
36697  description="ETHIOPIC SYLLABLE ME",
36698  direction="l",
36699  linebreak="al",
36700  unicodeslot=0x121D,
36701 },
36702 [0x121E]={
36703  category="lo",
36704  description="ETHIOPIC SYLLABLE MO",
36705  direction="l",
36706  linebreak="al",
36707  unicodeslot=0x121E,
36708 },
36709 [0x121F]={
36710  category="lo",
36711  description="ETHIOPIC SYLLABLE MWA",
36712  direction="l",
36713  linebreak="al",
36714  unicodeslot=0x121F,
36715 },
36716 [0x1220]={
36717  category="lo",
36718  description="ETHIOPIC SYLLABLE SZA",
36719  direction="l",
36720  linebreak="al",
36721  unicodeslot=0x1220,
36722 },
36723 [0x1221]={
36724  category="lo",
36725  description="ETHIOPIC SYLLABLE SZU",
36726  direction="l",
36727  linebreak="al",
36728  unicodeslot=0x1221,
36729 },
36730 [0x1222]={
36731  category="lo",
36732  description="ETHIOPIC SYLLABLE SZI",
36733  direction="l",
36734  linebreak="al",
36735  unicodeslot=0x1222,
36736 },
36737 [0x1223]={
36738  category="lo",
36739  description="ETHIOPIC SYLLABLE SZAA",
36740  direction="l",
36741  linebreak="al",
36742  unicodeslot=0x1223,
36743 },
36744 [0x1224]={
36745  category="lo",
36746  description="ETHIOPIC SYLLABLE SZEE",
36747  direction="l",
36748  linebreak="al",
36749  unicodeslot=0x1224,
36750 },
36751 [0x1225]={
36752  category="lo",
36753  description="ETHIOPIC SYLLABLE SZE",
36754  direction="l",
36755  linebreak="al",
36756  unicodeslot=0x1225,
36757 },
36758 [0x1226]={
36759  category="lo",
36760  description="ETHIOPIC SYLLABLE SZO",
36761  direction="l",
36762  linebreak="al",
36763  unicodeslot=0x1226,
36764 },
36765 [0x1227]={
36766  category="lo",
36767  description="ETHIOPIC SYLLABLE SZWA",
36768  direction="l",
36769  linebreak="al",
36770  unicodeslot=0x1227,
36771 },
36772 [0x1228]={
36773  category="lo",
36774  description="ETHIOPIC SYLLABLE RA",
36775  direction="l",
36776  linebreak="al",
36777  unicodeslot=0x1228,
36778 },
36779 [0x1229]={
36780  category="lo",
36781  description="ETHIOPIC SYLLABLE RU",
36782  direction="l",
36783  linebreak="al",
36784  unicodeslot=0x1229,
36785 },
36786 [0x122A]={
36787  category="lo",
36788  description="ETHIOPIC SYLLABLE RI",
36789  direction="l",
36790  linebreak="al",
36791  unicodeslot=0x122A,
36792 },
36793 [0x122B]={
36794  category="lo",
36795  description="ETHIOPIC SYLLABLE RAA",
36796  direction="l",
36797  linebreak="al",
36798  unicodeslot=0x122B,
36799 },
36800 [0x122C]={
36801  category="lo",
36802  description="ETHIOPIC SYLLABLE REE",
36803  direction="l",
36804  linebreak="al",
36805  unicodeslot=0x122C,
36806 },
36807 [0x122D]={
36808  category="lo",
36809  description="ETHIOPIC SYLLABLE RE",
36810  direction="l",
36811  linebreak="al",
36812  unicodeslot=0x122D,
36813 },
36814 [0x122E]={
36815  category="lo",
36816  description="ETHIOPIC SYLLABLE RO",
36817  direction="l",
36818  linebreak="al",
36819  unicodeslot=0x122E,
36820 },
36821 [0x122F]={
36822  category="lo",
36823  description="ETHIOPIC SYLLABLE RWA",
36824  direction="l",
36825  linebreak="al",
36826  unicodeslot=0x122F,
36827 },
36828 [0x1230]={
36829  category="lo",
36830  description="ETHIOPIC SYLLABLE SA",
36831  direction="l",
36832  linebreak="al",
36833  unicodeslot=0x1230,
36834 },
36835 [0x1231]={
36836  category="lo",
36837  description="ETHIOPIC SYLLABLE SU",
36838  direction="l",
36839  linebreak="al",
36840  unicodeslot=0x1231,
36841 },
36842 [0x1232]={
36843  category="lo",
36844  description="ETHIOPIC SYLLABLE SI",
36845  direction="l",
36846  linebreak="al",
36847  unicodeslot=0x1232,
36848 },
36849 [0x1233]={
36850  category="lo",
36851  description="ETHIOPIC SYLLABLE SAA",
36852  direction="l",
36853  linebreak="al",
36854  unicodeslot=0x1233,
36855 },
36856 [0x1234]={
36857  category="lo",
36858  description="ETHIOPIC SYLLABLE SEE",
36859  direction="l",
36860  linebreak="al",
36861  unicodeslot=0x1234,
36862 },
36863 [0x1235]={
36864  category="lo",
36865  description="ETHIOPIC SYLLABLE SE",
36866  direction="l",
36867  linebreak="al",
36868  unicodeslot=0x1235,
36869 },
36870 [0x1236]={
36871  category="lo",
36872  description="ETHIOPIC SYLLABLE SO",
36873  direction="l",
36874  linebreak="al",
36875  unicodeslot=0x1236,
36876 },
36877 [0x1237]={
36878  category="lo",
36879  description="ETHIOPIC SYLLABLE SWA",
36880  direction="l",
36881  linebreak="al",
36882  unicodeslot=0x1237,
36883 },
36884 [0x1238]={
36885  category="lo",
36886  description="ETHIOPIC SYLLABLE SHA",
36887  direction="l",
36888  linebreak="al",
36889  unicodeslot=0x1238,
36890 },
36891 [0x1239]={
36892  category="lo",
36893  description="ETHIOPIC SYLLABLE SHU",
36894  direction="l",
36895  linebreak="al",
36896  unicodeslot=0x1239,
36897 },
36898 [0x123A]={
36899  category="lo",
36900  description="ETHIOPIC SYLLABLE SHI",
36901  direction="l",
36902  linebreak="al",
36903  unicodeslot=0x123A,
36904 },
36905 [0x123B]={
36906  category="lo",
36907  description="ETHIOPIC SYLLABLE SHAA",
36908  direction="l",
36909  linebreak="al",
36910  unicodeslot=0x123B,
36911 },
36912 [0x123C]={
36913  category="lo",
36914  description="ETHIOPIC SYLLABLE SHEE",
36915  direction="l",
36916  linebreak="al",
36917  unicodeslot=0x123C,
36918 },
36919 [0x123D]={
36920  category="lo",
36921  description="ETHIOPIC SYLLABLE SHE",
36922  direction="l",
36923  linebreak="al",
36924  unicodeslot=0x123D,
36925 },
36926 [0x123E]={
36927  category="lo",
36928  description="ETHIOPIC SYLLABLE SHO",
36929  direction="l",
36930  linebreak="al",
36931  unicodeslot=0x123E,
36932 },
36933 [0x123F]={
36934  category="lo",
36935  description="ETHIOPIC SYLLABLE SHWA",
36936  direction="l",
36937  linebreak="al",
36938  unicodeslot=0x123F,
36939 },
36940 [0x1240]={
36941  category="lo",
36942  description="ETHIOPIC SYLLABLE QA",
36943  direction="l",
36944  linebreak="al",
36945  unicodeslot=0x1240,
36946 },
36947 [0x1241]={
36948  category="lo",
36949  description="ETHIOPIC SYLLABLE QU",
36950  direction="l",
36951  linebreak="al",
36952  unicodeslot=0x1241,
36953 },
36954 [0x1242]={
36955  category="lo",
36956  description="ETHIOPIC SYLLABLE QI",
36957  direction="l",
36958  linebreak="al",
36959  unicodeslot=0x1242,
36960 },
36961 [0x1243]={
36962  category="lo",
36963  description="ETHIOPIC SYLLABLE QAA",
36964  direction="l",
36965  linebreak="al",
36966  unicodeslot=0x1243,
36967 },
36968 [0x1244]={
36969  category="lo",
36970  description="ETHIOPIC SYLLABLE QEE",
36971  direction="l",
36972  linebreak="al",
36973  unicodeslot=0x1244,
36974 },
36975 [0x1245]={
36976  category="lo",
36977  description="ETHIOPIC SYLLABLE QE",
36978  direction="l",
36979  linebreak="al",
36980  unicodeslot=0x1245,
36981 },
36982 [0x1246]={
36983  category="lo",
36984  description="ETHIOPIC SYLLABLE QO",
36985  direction="l",
36986  linebreak="al",
36987  unicodeslot=0x1246,
36988 },
36989 [0x1247]={
36990  category="lo",
36991  description="ETHIOPIC SYLLABLE QOA",
36992  direction="l",
36993  linebreak="al",
36994  unicodeslot=0x1247,
36995 },
36996 [0x1248]={
36997  category="lo",
36998  description="ETHIOPIC SYLLABLE QWA",
36999  direction="l",
37000  linebreak="al",
37001  unicodeslot=0x1248,
37002 },
37003 [0x124A]={
37004  category="lo",
37005  description="ETHIOPIC SYLLABLE QWI",
37006  direction="l",
37007  linebreak="al",
37008  unicodeslot=0x124A,
37009 },
37010 [0x124B]={
37011  category="lo",
37012  description="ETHIOPIC SYLLABLE QWAA",
37013  direction="l",
37014  linebreak="al",
37015  unicodeslot=0x124B,
37016 },
37017 [0x124C]={
37018  category="lo",
37019  description="ETHIOPIC SYLLABLE QWEE",
37020  direction="l",
37021  linebreak="al",
37022  unicodeslot=0x124C,
37023 },
37024 [0x124D]={
37025  category="lo",
37026  description="ETHIOPIC SYLLABLE QWE",
37027  direction="l",
37028  linebreak="al",
37029  unicodeslot=0x124D,
37030 },
37031 [0x1250]={
37032  category="lo",
37033  description="ETHIOPIC SYLLABLE QHA",
37034  direction="l",
37035  linebreak="al",
37036  unicodeslot=0x1250,
37037 },
37038 [0x1251]={
37039  category="lo",
37040  description="ETHIOPIC SYLLABLE QHU",
37041  direction="l",
37042  linebreak="al",
37043  unicodeslot=0x1251,
37044 },
37045 [0x1252]={
37046  category="lo",
37047  description="ETHIOPIC SYLLABLE QHI",
37048  direction="l",
37049  linebreak="al",
37050  unicodeslot=0x1252,
37051 },
37052 [0x1253]={
37053  category="lo",
37054  description="ETHIOPIC SYLLABLE QHAA",
37055  direction="l",
37056  linebreak="al",
37057  unicodeslot=0x1253,
37058 },
37059 [0x1254]={
37060  category="lo",
37061  description="ETHIOPIC SYLLABLE QHEE",
37062  direction="l",
37063  linebreak="al",
37064  unicodeslot=0x1254,
37065 },
37066 [0x1255]={
37067  category="lo",
37068  description="ETHIOPIC SYLLABLE QHE",
37069  direction="l",
37070  linebreak="al",
37071  unicodeslot=0x1255,
37072 },
37073 [0x1256]={
37074  category="lo",
37075  description="ETHIOPIC SYLLABLE QHO",
37076  direction="l",
37077  linebreak="al",
37078  unicodeslot=0x1256,
37079 },
37080 [0x1258]={
37081  category="lo",
37082  description="ETHIOPIC SYLLABLE QHWA",
37083  direction="l",
37084  linebreak="al",
37085  unicodeslot=0x1258,
37086 },
37087 [0x125A]={
37088  category="lo",
37089  description="ETHIOPIC SYLLABLE QHWI",
37090  direction="l",
37091  linebreak="al",
37092  unicodeslot=0x125A,
37093 },
37094 [0x125B]={
37095  category="lo",
37096  description="ETHIOPIC SYLLABLE QHWAA",
37097  direction="l",
37098  linebreak="al",
37099  unicodeslot=0x125B,
37100 },
37101 [0x125C]={
37102  category="lo",
37103  description="ETHIOPIC SYLLABLE QHWEE",
37104  direction="l",
37105  linebreak="al",
37106  unicodeslot=0x125C,
37107 },
37108 [0x125D]={
37109  category="lo",
37110  description="ETHIOPIC SYLLABLE QHWE",
37111  direction="l",
37112  linebreak="al",
37113  unicodeslot=0x125D,
37114 },
37115 [0x1260]={
37116  category="lo",
37117  description="ETHIOPIC SYLLABLE BA",
37118  direction="l",
37119  linebreak="al",
37120  unicodeslot=0x1260,
37121 },
37122 [0x1261]={
37123  category="lo",
37124  description="ETHIOPIC SYLLABLE BU",
37125  direction="l",
37126  linebreak="al",
37127  unicodeslot=0x1261,
37128 },
37129 [0x1262]={
37130  category="lo",
37131  description="ETHIOPIC SYLLABLE BI",
37132  direction="l",
37133  linebreak="al",
37134  unicodeslot=0x1262,
37135 },
37136 [0x1263]={
37137  category="lo",
37138  description="ETHIOPIC SYLLABLE BAA",
37139  direction="l",
37140  linebreak="al",
37141  unicodeslot=0x1263,
37142 },
37143 [0x1264]={
37144  category="lo",
37145  description="ETHIOPIC SYLLABLE BEE",
37146  direction="l",
37147  linebreak="al",
37148  unicodeslot=0x1264,
37149 },
37150 [0x1265]={
37151  category="lo",
37152  description="ETHIOPIC SYLLABLE BE",
37153  direction="l",
37154  linebreak="al",
37155  unicodeslot=0x1265,
37156 },
37157 [0x1266]={
37158  category="lo",
37159  description="ETHIOPIC SYLLABLE BO",
37160  direction="l",
37161  linebreak="al",
37162  unicodeslot=0x1266,
37163 },
37164 [0x1267]={
37165  category="lo",
37166  description="ETHIOPIC SYLLABLE BWA",
37167  direction="l",
37168  linebreak="al",
37169  unicodeslot=0x1267,
37170 },
37171 [0x1268]={
37172  category="lo",
37173  description="ETHIOPIC SYLLABLE VA",
37174  direction="l",
37175  linebreak="al",
37176  unicodeslot=0x1268,
37177 },
37178 [0x1269]={
37179  category="lo",
37180  description="ETHIOPIC SYLLABLE VU",
37181  direction="l",
37182  linebreak="al",
37183  unicodeslot=0x1269,
37184 },
37185 [0x126A]={
37186  category="lo",
37187  description="ETHIOPIC SYLLABLE VI",
37188  direction="l",
37189  linebreak="al",
37190  unicodeslot=0x126A,
37191 },
37192 [0x126B]={
37193  category="lo",
37194  description="ETHIOPIC SYLLABLE VAA",
37195  direction="l",
37196  linebreak="al",
37197  unicodeslot=0x126B,
37198 },
37199 [0x126C]={
37200  category="lo",
37201  description="ETHIOPIC SYLLABLE VEE",
37202  direction="l",
37203  linebreak="al",
37204  unicodeslot=0x126C,
37205 },
37206 [0x126D]={
37207  category="lo",
37208  description="ETHIOPIC SYLLABLE VE",
37209  direction="l",
37210  linebreak="al",
37211  unicodeslot=0x126D,
37212 },
37213 [0x126E]={
37214  category="lo",
37215  description="ETHIOPIC SYLLABLE VO",
37216  direction="l",
37217  linebreak="al",
37218  unicodeslot=0x126E,
37219 },
37220 [0x126F]={
37221  category="lo",
37222  description="ETHIOPIC SYLLABLE VWA",
37223  direction="l",
37224  linebreak="al",
37225  unicodeslot=0x126F,
37226 },
37227 [0x1270]={
37228  category="lo",
37229  description="ETHIOPIC SYLLABLE TA",
37230  direction="l",
37231  linebreak="al",
37232  unicodeslot=0x1270,
37233 },
37234 [0x1271]={
37235  category="lo",
37236  description="ETHIOPIC SYLLABLE TU",
37237  direction="l",
37238  linebreak="al",
37239  unicodeslot=0x1271,
37240 },
37241 [0x1272]={
37242  category="lo",
37243  description="ETHIOPIC SYLLABLE TI",
37244  direction="l",
37245  linebreak="al",
37246  unicodeslot=0x1272,
37247 },
37248 [0x1273]={
37249  category="lo",
37250  description="ETHIOPIC SYLLABLE TAA",
37251  direction="l",
37252  linebreak="al",
37253  unicodeslot=0x1273,
37254 },
37255 [0x1274]={
37256  category="lo",
37257  description="ETHIOPIC SYLLABLE TEE",
37258  direction="l",
37259  linebreak="al",
37260  unicodeslot=0x1274,
37261 },
37262 [0x1275]={
37263  category="lo",
37264  description="ETHIOPIC SYLLABLE TE",
37265  direction="l",
37266  linebreak="al",
37267  unicodeslot=0x1275,
37268 },
37269 [0x1276]={
37270  category="lo",
37271  description="ETHIOPIC SYLLABLE TO",
37272  direction="l",
37273  linebreak="al",
37274  unicodeslot=0x1276,
37275 },
37276 [0x1277]={
37277  category="lo",
37278  description="ETHIOPIC SYLLABLE TWA",
37279  direction="l",
37280  linebreak="al",
37281  unicodeslot=0x1277,
37282 },
37283 [0x1278]={
37284  category="lo",
37285  description="ETHIOPIC SYLLABLE CA",
37286  direction="l",
37287  linebreak="al",
37288  unicodeslot=0x1278,
37289 },
37290 [0x1279]={
37291  category="lo",
37292  description="ETHIOPIC SYLLABLE CU",
37293  direction="l",
37294  linebreak="al",
37295  unicodeslot=0x1279,
37296 },
37297 [0x127A]={
37298  category="lo",
37299  description="ETHIOPIC SYLLABLE CI",
37300  direction="l",
37301  linebreak="al",
37302  unicodeslot=0x127A,
37303 },
37304 [0x127B]={
37305  category="lo",
37306  description="ETHIOPIC SYLLABLE CAA",
37307  direction="l",
37308  linebreak="al",
37309  unicodeslot=0x127B,
37310 },
37311 [0x127C]={
37312  category="lo",
37313  description="ETHIOPIC SYLLABLE CEE",
37314  direction="l",
37315  linebreak="al",
37316  unicodeslot=0x127C,
37317 },
37318 [0x127D]={
37319  category="lo",
37320  description="ETHIOPIC SYLLABLE CE",
37321  direction="l",
37322  linebreak="al",
37323  unicodeslot=0x127D,
37324 },
37325 [0x127E]={
37326  category="lo",
37327  description="ETHIOPIC SYLLABLE CO",
37328  direction="l",
37329  linebreak="al",
37330  unicodeslot=0x127E,
37331 },
37332 [0x127F]={
37333  category="lo",
37334  description="ETHIOPIC SYLLABLE CWA",
37335  direction="l",
37336  linebreak="al",
37337  unicodeslot=0x127F,
37338 },
37339 [0x1280]={
37340  category="lo",
37341  description="ETHIOPIC SYLLABLE XA",
37342  direction="l",
37343  linebreak="al",
37344  unicodeslot=0x1280,
37345 },
37346 [0x1281]={
37347  category="lo",
37348  description="ETHIOPIC SYLLABLE XU",
37349  direction="l",
37350  linebreak="al",
37351  unicodeslot=0x1281,
37352 },
37353 [0x1282]={
37354  category="lo",
37355  description="ETHIOPIC SYLLABLE XI",
37356  direction="l",
37357  linebreak="al",
37358  unicodeslot=0x1282,
37359 },
37360 [0x1283]={
37361  category="lo",
37362  description="ETHIOPIC SYLLABLE XAA",
37363  direction="l",
37364  linebreak="al",
37365  unicodeslot=0x1283,
37366 },
37367 [0x1284]={
37368  category="lo",
37369  description="ETHIOPIC SYLLABLE XEE",
37370  direction="l",
37371  linebreak="al",
37372  unicodeslot=0x1284,
37373 },
37374 [0x1285]={
37375  category="lo",
37376  description="ETHIOPIC SYLLABLE XE",
37377  direction="l",
37378  linebreak="al",
37379  unicodeslot=0x1285,
37380 },
37381 [0x1286]={
37382  category="lo",
37383  description="ETHIOPIC SYLLABLE XO",
37384  direction="l",
37385  linebreak="al",
37386  unicodeslot=0x1286,
37387 },
37388 [0x1287]={
37389  category="lo",
37390  description="ETHIOPIC SYLLABLE XOA",
37391  direction="l",
37392  linebreak="al",
37393  unicodeslot=0x1287,
37394 },
37395 [0x1288]={
37396  category="lo",
37397  description="ETHIOPIC SYLLABLE XWA",
37398  direction="l",
37399  linebreak="al",
37400  unicodeslot=0x1288,
37401 },
37402 [0x128A]={
37403  category="lo",
37404  description="ETHIOPIC SYLLABLE XWI",
37405  direction="l",
37406  linebreak="al",
37407  unicodeslot=0x128A,
37408 },
37409 [0x128B]={
37410  category="lo",
37411  description="ETHIOPIC SYLLABLE XWAA",
37412  direction="l",
37413  linebreak="al",
37414  unicodeslot=0x128B,
37415 },
37416 [0x128C]={
37417  category="lo",
37418  description="ETHIOPIC SYLLABLE XWEE",
37419  direction="l",
37420  linebreak="al",
37421  unicodeslot=0x128C,
37422 },
37423 [0x128D]={
37424  category="lo",
37425  description="ETHIOPIC SYLLABLE XWE",
37426  direction="l",
37427  linebreak="al",
37428  unicodeslot=0x128D,
37429 },
37430 [0x1290]={
37431  category="lo",
37432  description="ETHIOPIC SYLLABLE NA",
37433  direction="l",
37434  linebreak="al",
37435  unicodeslot=0x1290,
37436 },
37437 [0x1291]={
37438  category="lo",
37439  description="ETHIOPIC SYLLABLE NU",
37440  direction="l",
37441  linebreak="al",
37442  unicodeslot=0x1291,
37443 },
37444 [0x1292]={
37445  category="lo",
37446  description="ETHIOPIC SYLLABLE NI",
37447  direction="l",
37448  linebreak="al",
37449  unicodeslot=0x1292,
37450 },
37451 [0x1293]={
37452  category="lo",
37453  description="ETHIOPIC SYLLABLE NAA",
37454  direction="l",
37455  linebreak="al",
37456  unicodeslot=0x1293,
37457 },
37458 [0x1294]={
37459  category="lo",
37460  description="ETHIOPIC SYLLABLE NEE",
37461  direction="l",
37462  linebreak="al",
37463  unicodeslot=0x1294,
37464 },
37465 [0x1295]={
37466  category="lo",
37467  description="ETHIOPIC SYLLABLE NE",
37468  direction="l",
37469  linebreak="al",
37470  unicodeslot=0x1295,
37471 },
37472 [0x1296]={
37473  category="lo",
37474  description="ETHIOPIC SYLLABLE NO",
37475  direction="l",
37476  linebreak="al",
37477  unicodeslot=0x1296,
37478 },
37479 [0x1297]={
37480  category="lo",
37481  description="ETHIOPIC SYLLABLE NWA",
37482  direction="l",
37483  linebreak="al",
37484  unicodeslot=0x1297,
37485 },
37486 [0x1298]={
37487  category="lo",
37488  description="ETHIOPIC SYLLABLE NYA",
37489  direction="l",
37490  linebreak="al",
37491  unicodeslot=0x1298,
37492 },
37493 [0x1299]={
37494  category="lo",
37495  description="ETHIOPIC SYLLABLE NYU",
37496  direction="l",
37497  linebreak="al",
37498  unicodeslot=0x1299,
37499 },
37500 [0x129A]={
37501  category="lo",
37502  description="ETHIOPIC SYLLABLE NYI",
37503  direction="l",
37504  linebreak="al",
37505  unicodeslot=0x129A,
37506 },
37507 [0x129B]={
37508  category="lo",
37509  description="ETHIOPIC SYLLABLE NYAA",
37510  direction="l",
37511  linebreak="al",
37512  unicodeslot=0x129B,
37513 },
37514 [0x129C]={
37515  category="lo",
37516  description="ETHIOPIC SYLLABLE NYEE",
37517  direction="l",
37518  linebreak="al",
37519  unicodeslot=0x129C,
37520 },
37521 [0x129D]={
37522  category="lo",
37523  description="ETHIOPIC SYLLABLE NYE",
37524  direction="l",
37525  linebreak="al",
37526  unicodeslot=0x129D,
37527 },
37528 [0x129E]={
37529  category="lo",
37530  description="ETHIOPIC SYLLABLE NYO",
37531  direction="l",
37532  linebreak="al",
37533  unicodeslot=0x129E,
37534 },
37535 [0x129F]={
37536  category="lo",
37537  description="ETHIOPIC SYLLABLE NYWA",
37538  direction="l",
37539  linebreak="al",
37540  unicodeslot=0x129F,
37541 },
37542 [0x12A0]={
37543  category="lo",
37544  description="ETHIOPIC SYLLABLE GLOTTAL A",
37545  direction="l",
37546  linebreak="al",
37547  unicodeslot=0x12A0,
37548 },
37549 [0x12A1]={
37550  category="lo",
37551  description="ETHIOPIC SYLLABLE GLOTTAL U",
37552  direction="l",
37553  linebreak="al",
37554  unicodeslot=0x12A1,
37555 },
37556 [0x12A2]={
37557  category="lo",
37558  description="ETHIOPIC SYLLABLE GLOTTAL I",
37559  direction="l",
37560  linebreak="al",
37561  unicodeslot=0x12A2,
37562 },
37563 [0x12A3]={
37564  category="lo",
37565  description="ETHIOPIC SYLLABLE GLOTTAL AA",
37566  direction="l",
37567  linebreak="al",
37568  unicodeslot=0x12A3,
37569 },
37570 [0x12A4]={
37571  category="lo",
37572  description="ETHIOPIC SYLLABLE GLOTTAL EE",
37573  direction="l",
37574  linebreak="al",
37575  unicodeslot=0x12A4,
37576 },
37577 [0x12A5]={
37578  category="lo",
37579  description="ETHIOPIC SYLLABLE GLOTTAL E",
37580  direction="l",
37581  linebreak="al",
37582  unicodeslot=0x12A5,
37583 },
37584 [0x12A6]={
37585  category="lo",
37586  description="ETHIOPIC SYLLABLE GLOTTAL O",
37587  direction="l",
37588  linebreak="al",
37589  unicodeslot=0x12A6,
37590 },
37591 [0x12A7]={
37592  category="lo",
37593  description="ETHIOPIC SYLLABLE GLOTTAL WA",
37594  direction="l",
37595  linebreak="al",
37596  unicodeslot=0x12A7,
37597 },
37598 [0x12A8]={
37599  category="lo",
37600  description="ETHIOPIC SYLLABLE KA",
37601  direction="l",
37602  linebreak="al",
37603  unicodeslot=0x12A8,
37604 },
37605 [0x12A9]={
37606  category="lo",
37607  description="ETHIOPIC SYLLABLE KU",
37608  direction="l",
37609  linebreak="al",
37610  unicodeslot=0x12A9,
37611 },
37612 [0x12AA]={
37613  category="lo",
37614  description="ETHIOPIC SYLLABLE KI",
37615  direction="l",
37616  linebreak="al",
37617  unicodeslot=0x12AA,
37618 },
37619 [0x12AB]={
37620  category="lo",
37621  description="ETHIOPIC SYLLABLE KAA",
37622  direction="l",
37623  linebreak="al",
37624  unicodeslot=0x12AB,
37625 },
37626 [0x12AC]={
37627  category="lo",
37628  description="ETHIOPIC SYLLABLE KEE",
37629  direction="l",
37630  linebreak="al",
37631  unicodeslot=0x12AC,
37632 },
37633 [0x12AD]={
37634  category="lo",
37635  description="ETHIOPIC SYLLABLE KE",
37636  direction="l",
37637  linebreak="al",
37638  unicodeslot=0x12AD,
37639 },
37640 [0x12AE]={
37641  category="lo",
37642  description="ETHIOPIC SYLLABLE KO",
37643  direction="l",
37644  linebreak="al",
37645  unicodeslot=0x12AE,
37646 },
37647 [0x12AF]={
37648  category="lo",
37649  description="ETHIOPIC SYLLABLE KOA",
37650  direction="l",
37651  linebreak="al",
37652  unicodeslot=0x12AF,
37653 },
37654 [0x12B0]={
37655  category="lo",
37656  description="ETHIOPIC SYLLABLE KWA",
37657  direction="l",
37658  linebreak="al",
37659  unicodeslot=0x12B0,
37660 },
37661 [0x12B2]={
37662  category="lo",
37663  description="ETHIOPIC SYLLABLE KWI",
37664  direction="l",
37665  linebreak="al",
37666  unicodeslot=0x12B2,
37667 },
37668 [0x12B3]={
37669  category="lo",
37670  description="ETHIOPIC SYLLABLE KWAA",
37671  direction="l",
37672  linebreak="al",
37673  unicodeslot=0x12B3,
37674 },
37675 [0x12B4]={
37676  category="lo",
37677  description="ETHIOPIC SYLLABLE KWEE",
37678  direction="l",
37679  linebreak="al",
37680  unicodeslot=0x12B4,
37681 },
37682 [0x12B5]={
37683  category="lo",
37684  description="ETHIOPIC SYLLABLE KWE",
37685  direction="l",
37686  linebreak="al",
37687  unicodeslot=0x12B5,
37688 },
37689 [0x12B8]={
37690  category="lo",
37691  description="ETHIOPIC SYLLABLE KXA",
37692  direction="l",
37693  linebreak="al",
37694  unicodeslot=0x12B8,
37695 },
37696 [0x12B9]={
37697  category="lo",
37698  description="ETHIOPIC SYLLABLE KXU",
37699  direction="l",
37700  linebreak="al",
37701  unicodeslot=0x12B9,
37702 },
37703 [0x12BA]={
37704  category="lo",
37705  description="ETHIOPIC SYLLABLE KXI",
37706  direction="l",
37707  linebreak="al",
37708  unicodeslot=0x12BA,
37709 },
37710 [0x12BB]={
37711  category="lo",
37712  description="ETHIOPIC SYLLABLE KXAA",
37713  direction="l",
37714  linebreak="al",
37715  unicodeslot=0x12BB,
37716 },
37717 [0x12BC]={
37718  category="lo",
37719  description="ETHIOPIC SYLLABLE KXEE",
37720  direction="l",
37721  linebreak="al",
37722  unicodeslot=0x12BC,
37723 },
37724 [0x12BD]={
37725  category="lo",
37726  description="ETHIOPIC SYLLABLE KXE",
37727  direction="l",
37728  linebreak="al",
37729  unicodeslot=0x12BD,
37730 },
37731 [0x12BE]={
37732  category="lo",
37733  description="ETHIOPIC SYLLABLE KXO",
37734  direction="l",
37735  linebreak="al",
37736  unicodeslot=0x12BE,
37737 },
37738 [0x12C0]={
37739  category="lo",
37740  description="ETHIOPIC SYLLABLE KXWA",
37741  direction="l",
37742  linebreak="al",
37743  unicodeslot=0x12C0,
37744 },
37745 [0x12C2]={
37746  category="lo",
37747  description="ETHIOPIC SYLLABLE KXWI",
37748  direction="l",
37749  linebreak="al",
37750  unicodeslot=0x12C2,
37751 },
37752 [0x12C3]={
37753  category="lo",
37754  description="ETHIOPIC SYLLABLE KXWAA",
37755  direction="l",
37756  linebreak="al",
37757  unicodeslot=0x12C3,
37758 },
37759 [0x12C4]={
37760  category="lo",
37761  description="ETHIOPIC SYLLABLE KXWEE",
37762  direction="l",
37763  linebreak="al",
37764  unicodeslot=0x12C4,
37765 },
37766 [0x12C5]={
37767  category="lo",
37768  description="ETHIOPIC SYLLABLE KXWE",
37769  direction="l",
37770  linebreak="al",
37771  unicodeslot=0x12C5,
37772 },
37773 [0x12C8]={
37774  category="lo",
37775  description="ETHIOPIC SYLLABLE WA",
37776  direction="l",
37777  linebreak="al",
37778  unicodeslot=0x12C8,
37779 },
37780 [0x12C9]={
37781  category="lo",
37782  description="ETHIOPIC SYLLABLE WU",
37783  direction="l",
37784  linebreak="al",
37785  unicodeslot=0x12C9,
37786 },
37787 [0x12CA]={
37788  category="lo",
37789  description="ETHIOPIC SYLLABLE WI",
37790  direction="l",
37791  linebreak="al",
37792  unicodeslot=0x12CA,
37793 },
37794 [0x12CB]={
37795  category="lo",
37796  description="ETHIOPIC SYLLABLE WAA",
37797  direction="l",
37798  linebreak="al",
37799  unicodeslot=0x12CB,
37800 },
37801 [0x12CC]={
37802  category="lo",
37803  description="ETHIOPIC SYLLABLE WEE",
37804  direction="l",
37805  linebreak="al",
37806  unicodeslot=0x12CC,
37807 },
37808 [0x12CD]={
37809  category="lo",
37810  description="ETHIOPIC SYLLABLE WE",
37811  direction="l",
37812  linebreak="al",
37813  unicodeslot=0x12CD,
37814 },
37815 [0x12CE]={
37816  category="lo",
37817  description="ETHIOPIC SYLLABLE WO",
37818  direction="l",
37819  linebreak="al",
37820  unicodeslot=0x12CE,
37821 },
37822 [0x12CF]={
37823  category="lo",
37824  description="ETHIOPIC SYLLABLE WOA",
37825  direction="l",
37826  linebreak="al",
37827  unicodeslot=0x12CF,
37828 },
37829 [0x12D0]={
37830  category="lo",
37831  description="ETHIOPIC SYLLABLE PHARYNGEAL A",
37832  direction="l",
37833  linebreak="al",
37834  unicodeslot=0x12D0,
37835 },
37836 [0x12D1]={
37837  category="lo",
37838  description="ETHIOPIC SYLLABLE PHARYNGEAL U",
37839  direction="l",
37840  linebreak="al",
37841  unicodeslot=0x12D1,
37842 },
37843 [0x12D2]={
37844  category="lo",
37845  description="ETHIOPIC SYLLABLE PHARYNGEAL I",
37846  direction="l",
37847  linebreak="al",
37848  unicodeslot=0x12D2,
37849 },
37850 [0x12D3]={
37851  category="lo",
37852  description="ETHIOPIC SYLLABLE PHARYNGEAL AA",
37853  direction="l",
37854  linebreak="al",
37855  unicodeslot=0x12D3,
37856 },
37857 [0x12D4]={
37858  category="lo",
37859  description="ETHIOPIC SYLLABLE PHARYNGEAL EE",
37860  direction="l",
37861  linebreak="al",
37862  unicodeslot=0x12D4,
37863 },
37864 [0x12D5]={
37865  category="lo",
37866  description="ETHIOPIC SYLLABLE PHARYNGEAL E",
37867  direction="l",
37868  linebreak="al",
37869  unicodeslot=0x12D5,
37870 },
37871 [0x12D6]={
37872  category="lo",
37873  description="ETHIOPIC SYLLABLE PHARYNGEAL O",
37874  direction="l",
37875  linebreak="al",
37876  unicodeslot=0x12D6,
37877 },
37878 [0x12D8]={
37879  category="lo",
37880  description="ETHIOPIC SYLLABLE ZA",
37881  direction="l",
37882  linebreak="al",
37883  unicodeslot=0x12D8,
37884 },
37885 [0x12D9]={
37886  category="lo",
37887  description="ETHIOPIC SYLLABLE ZU",
37888  direction="l",
37889  linebreak="al",
37890  unicodeslot=0x12D9,
37891 },
37892 [0x12DA]={
37893  category="lo",
37894  description="ETHIOPIC SYLLABLE ZI",
37895  direction="l",
37896  linebreak="al",
37897  unicodeslot=0x12DA,
37898 },
37899 [0x12DB]={
37900  category="lo",
37901  description="ETHIOPIC SYLLABLE ZAA",
37902  direction="l",
37903  linebreak="al",
37904  unicodeslot=0x12DB,
37905 },
37906 [0x12DC]={
37907  category="lo",
37908  description="ETHIOPIC SYLLABLE ZEE",
37909  direction="l",
37910  linebreak="al",
37911  unicodeslot=0x12DC,
37912 },
37913 [0x12DD]={
37914  category="lo",
37915  description="ETHIOPIC SYLLABLE ZE",
37916  direction="l",
37917  linebreak="al",
37918  unicodeslot=0x12DD,
37919 },
37920 [0x12DE]={
37921  category="lo",
37922  description="ETHIOPIC SYLLABLE ZO",
37923  direction="l",
37924  linebreak="al",
37925  unicodeslot=0x12DE,
37926 },
37927 [0x12DF]={
37928  category="lo",
37929  description="ETHIOPIC SYLLABLE ZWA",
37930  direction="l",
37931  linebreak="al",
37932  unicodeslot=0x12DF,
37933 },
37934 [0x12E0]={
37935  category="lo",
37936  description="ETHIOPIC SYLLABLE ZHA",
37937  direction="l",
37938  linebreak="al",
37939  unicodeslot=0x12E0,
37940 },
37941 [0x12E1]={
37942  category="lo",
37943  description="ETHIOPIC SYLLABLE ZHU",
37944  direction="l",
37945  linebreak="al",
37946  unicodeslot=0x12E1,
37947 },
37948 [0x12E2]={
37949  category="lo",
37950  description="ETHIOPIC SYLLABLE ZHI",
37951  direction="l",
37952  linebreak="al",
37953  unicodeslot=0x12E2,
37954 },
37955 [0x12E3]={
37956  category="lo",
37957  description="ETHIOPIC SYLLABLE ZHAA",
37958  direction="l",
37959  linebreak="al",
37960  unicodeslot=0x12E3,
37961 },
37962 [0x12E4]={
37963  category="lo",
37964  description="ETHIOPIC SYLLABLE ZHEE",
37965  direction="l",
37966  linebreak="al",
37967  unicodeslot=0x12E4,
37968 },
37969 [0x12E5]={
37970  category="lo",
37971  description="ETHIOPIC SYLLABLE ZHE",
37972  direction="l",
37973  linebreak="al",
37974  unicodeslot=0x12E5,
37975 },
37976 [0x12E6]={
37977  category="lo",
37978  description="ETHIOPIC SYLLABLE ZHO",
37979  direction="l",
37980  linebreak="al",
37981  unicodeslot=0x12E6,
37982 },
37983 [0x12E7]={
37984  category="lo",
37985  description="ETHIOPIC SYLLABLE ZHWA",
37986  direction="l",
37987  linebreak="al",
37988  unicodeslot=0x12E7,
37989 },
37990 [0x12E8]={
37991  category="lo",
37992  description="ETHIOPIC SYLLABLE YA",
37993  direction="l",
37994  linebreak="al",
37995  unicodeslot=0x12E8,
37996 },
37997 [0x12E9]={
37998  category="lo",
37999  description="ETHIOPIC SYLLABLE YU",
38000  direction="l",
38001  linebreak="al",
38002  unicodeslot=0x12E9,
38003 },
38004 [0x12EA]={
38005  category="lo",
38006  description="ETHIOPIC SYLLABLE YI",
38007  direction="l",
38008  linebreak="al",
38009  unicodeslot=0x12EA,
38010 },
38011 [0x12EB]={
38012  category="lo",
38013  description="ETHIOPIC SYLLABLE YAA",
38014  direction="l",
38015  linebreak="al",
38016  unicodeslot=0x12EB,
38017 },
38018 [0x12EC]={
38019  category="lo",
38020  description="ETHIOPIC SYLLABLE YEE",
38021  direction="l",
38022  linebreak="al",
38023  unicodeslot=0x12EC,
38024 },
38025 [0x12ED]={
38026  category="lo",
38027  description="ETHIOPIC SYLLABLE YE",
38028  direction="l",
38029  linebreak="al",
38030  unicodeslot=0x12ED,
38031 },
38032 [0x12EE]={
38033  category="lo",
38034  description="ETHIOPIC SYLLABLE YO",
38035  direction="l",
38036  linebreak="al",
38037  unicodeslot=0x12EE,
38038 },
38039 [0x12EF]={
38040  category="lo",
38041  description="ETHIOPIC SYLLABLE YOA",
38042  direction="l",
38043  linebreak="al",
38044  unicodeslot=0x12EF,
38045 },
38046 [0x12F0]={
38047  category="lo",
38048  description="ETHIOPIC SYLLABLE DA",
38049  direction="l",
38050  linebreak="al",
38051  unicodeslot=0x12F0,
38052 },
38053 [0x12F1]={
38054  category="lo",
38055  description="ETHIOPIC SYLLABLE DU",
38056  direction="l",
38057  linebreak="al",
38058  unicodeslot=0x12F1,
38059 },
38060 [0x12F2]={
38061  category="lo",
38062  description="ETHIOPIC SYLLABLE DI",
38063  direction="l",
38064  linebreak="al",
38065  unicodeslot=0x12F2,
38066 },
38067 [0x12F3]={
38068  category="lo",
38069  description="ETHIOPIC SYLLABLE DAA",
38070  direction="l",
38071  linebreak="al",
38072  unicodeslot=0x12F3,
38073 },
38074 [0x12F4]={
38075  category="lo",
38076  description="ETHIOPIC SYLLABLE DEE",
38077  direction="l",
38078  linebreak="al",
38079  unicodeslot=0x12F4,
38080 },
38081 [0x12F5]={
38082  category="lo",
38083  description="ETHIOPIC SYLLABLE DE",
38084  direction="l",
38085  linebreak="al",
38086  unicodeslot=0x12F5,
38087 },
38088 [0x12F6]={
38089  category="lo",
38090  description="ETHIOPIC SYLLABLE DO",
38091  direction="l",
38092  linebreak="al",
38093  unicodeslot=0x12F6,
38094 },
38095 [0x12F7]={
38096  category="lo",
38097  description="ETHIOPIC SYLLABLE DWA",
38098  direction="l",
38099  linebreak="al",
38100  unicodeslot=0x12F7,
38101 },
38102 [0x12F8]={
38103  category="lo",
38104  description="ETHIOPIC SYLLABLE DDA",
38105  direction="l",
38106  linebreak="al",
38107  unicodeslot=0x12F8,
38108 },
38109 [0x12F9]={
38110  category="lo",
38111  description="ETHIOPIC SYLLABLE DDU",
38112  direction="l",
38113  linebreak="al",
38114  unicodeslot=0x12F9,
38115 },
38116 [0x12FA]={
38117  category="lo",
38118  description="ETHIOPIC SYLLABLE DDI",
38119  direction="l",
38120  linebreak="al",
38121  unicodeslot=0x12FA,
38122 },
38123 [0x12FB]={
38124  category="lo",
38125  description="ETHIOPIC SYLLABLE DDAA",
38126  direction="l",
38127  linebreak="al",
38128  unicodeslot=0x12FB,
38129 },
38130 [0x12FC]={
38131  category="lo",
38132  description="ETHIOPIC SYLLABLE DDEE",
38133  direction="l",
38134  linebreak="al",
38135  unicodeslot=0x12FC,
38136 },
38137 [0x12FD]={
38138  category="lo",
38139  description="ETHIOPIC SYLLABLE DDE",
38140  direction="l",
38141  linebreak="al",
38142  unicodeslot=0x12FD,
38143 },
38144 [0x12FE]={
38145  category="lo",
38146  description="ETHIOPIC SYLLABLE DDO",
38147  direction="l",
38148  linebreak="al",
38149  unicodeslot=0x12FE,
38150 },
38151 [0x12FF]={
38152  category="lo",
38153  description="ETHIOPIC SYLLABLE DDWA",
38154  direction="l",
38155  linebreak="al",
38156  unicodeslot=0x12FF,
38157 },
38158 [0x1300]={
38159  category="lo",
38160  description="ETHIOPIC SYLLABLE JA",
38161  direction="l",
38162  linebreak="al",
38163  unicodeslot=0x1300,
38164 },
38165 [0x1301]={
38166  category="lo",
38167  description="ETHIOPIC SYLLABLE JU",
38168  direction="l",
38169  linebreak="al",
38170  unicodeslot=0x1301,
38171 },
38172 [0x1302]={
38173  category="lo",
38174  description="ETHIOPIC SYLLABLE JI",
38175  direction="l",
38176  linebreak="al",
38177  unicodeslot=0x1302,
38178 },
38179 [0x1303]={
38180  category="lo",
38181  description="ETHIOPIC SYLLABLE JAA",
38182  direction="l",
38183  linebreak="al",
38184  unicodeslot=0x1303,
38185 },
38186 [0x1304]={
38187  category="lo",
38188  description="ETHIOPIC SYLLABLE JEE",
38189  direction="l",
38190  linebreak="al",
38191  unicodeslot=0x1304,
38192 },
38193 [0x1305]={
38194  category="lo",
38195  description="ETHIOPIC SYLLABLE JE",
38196  direction="l",
38197  linebreak="al",
38198  unicodeslot=0x1305,
38199 },
38200 [0x1306]={
38201  category="lo",
38202  description="ETHIOPIC SYLLABLE JO",
38203  direction="l",
38204  linebreak="al",
38205  unicodeslot=0x1306,
38206 },
38207 [0x1307]={
38208  category="lo",
38209  description="ETHIOPIC SYLLABLE JWA",
38210  direction="l",
38211  linebreak="al",
38212  unicodeslot=0x1307,
38213 },
38214 [0x1308]={
38215  category="lo",
38216  description="ETHIOPIC SYLLABLE GA",
38217  direction="l",
38218  linebreak="al",
38219  unicodeslot=0x1308,
38220 },
38221 [0x1309]={
38222  category="lo",
38223  description="ETHIOPIC SYLLABLE GU",
38224  direction="l",
38225  linebreak="al",
38226  unicodeslot=0x1309,
38227 },
38228 [0x130A]={
38229  category="lo",
38230  description="ETHIOPIC SYLLABLE GI",
38231  direction="l",
38232  linebreak="al",
38233  unicodeslot=0x130A,
38234 },
38235 [0x130B]={
38236  category="lo",
38237  description="ETHIOPIC SYLLABLE GAA",
38238  direction="l",
38239  linebreak="al",
38240  unicodeslot=0x130B,
38241 },
38242 [0x130C]={
38243  category="lo",
38244  description="ETHIOPIC SYLLABLE GEE",
38245  direction="l",
38246  linebreak="al",
38247  unicodeslot=0x130C,
38248 },
38249 [0x130D]={
38250  category="lo",
38251  description="ETHIOPIC SYLLABLE GE",
38252  direction="l",
38253  linebreak="al",
38254  unicodeslot=0x130D,
38255 },
38256 [0x130E]={
38257  category="lo",
38258  description="ETHIOPIC SYLLABLE GO",
38259  direction="l",
38260  linebreak="al",
38261  unicodeslot=0x130E,
38262 },
38263 [0x130F]={
38264  category="lo",
38265  description="ETHIOPIC SYLLABLE GOA",
38266  direction="l",
38267  linebreak="al",
38268  unicodeslot=0x130F,
38269 },
38270 [0x1310]={
38271  category="lo",
38272  description="ETHIOPIC SYLLABLE GWA",
38273  direction="l",
38274  linebreak="al",
38275  unicodeslot=0x1310,
38276 },
38277 [0x1312]={
38278  category="lo",
38279  description="ETHIOPIC SYLLABLE GWI",
38280  direction="l",
38281  linebreak="al",
38282  unicodeslot=0x1312,
38283 },
38284 [0x1313]={
38285  category="lo",
38286  description="ETHIOPIC SYLLABLE GWAA",
38287  direction="l",
38288  linebreak="al",
38289  unicodeslot=0x1313,
38290 },
38291 [0x1314]={
38292  category="lo",
38293  description="ETHIOPIC SYLLABLE GWEE",
38294  direction="l",
38295  linebreak="al",
38296  unicodeslot=0x1314,
38297 },
38298 [0x1315]={
38299  category="lo",
38300  description="ETHIOPIC SYLLABLE GWE",
38301  direction="l",
38302  linebreak="al",
38303  unicodeslot=0x1315,
38304 },
38305 [0x1318]={
38306  category="lo",
38307  description="ETHIOPIC SYLLABLE GGA",
38308  direction="l",
38309  linebreak="al",
38310  unicodeslot=0x1318,
38311 },
38312 [0x1319]={
38313  category="lo",
38314  description="ETHIOPIC SYLLABLE GGU",
38315  direction="l",
38316  linebreak="al",
38317  unicodeslot=0x1319,
38318 },
38319 [0x131A]={
38320  category="lo",
38321  description="ETHIOPIC SYLLABLE GGI",
38322  direction="l",
38323  linebreak="al",
38324  unicodeslot=0x131A,
38325 },
38326 [0x131B]={
38327  category="lo",
38328  description="ETHIOPIC SYLLABLE GGAA",
38329  direction="l",
38330  linebreak="al",
38331  unicodeslot=0x131B,
38332 },
38333 [0x131C]={
38334  category="lo",
38335  description="ETHIOPIC SYLLABLE GGEE",
38336  direction="l",
38337  linebreak="al",
38338  unicodeslot=0x131C,
38339 },
38340 [0x131D]={
38341  category="lo",
38342  description="ETHIOPIC SYLLABLE GGE",
38343  direction="l",
38344  linebreak="al",
38345  unicodeslot=0x131D,
38346 },
38347 [0x131E]={
38348  category="lo",
38349  description="ETHIOPIC SYLLABLE GGO",
38350  direction="l",
38351  linebreak="al",
38352  unicodeslot=0x131E,
38353 },
38354 [0x131F]={
38355  category="lo",
38356  description="ETHIOPIC SYLLABLE GGWAA",
38357  direction="l",
38358  linebreak="al",
38359  unicodeslot=0x131F,
38360 },
38361 [0x1320]={
38362  category="lo",
38363  description="ETHIOPIC SYLLABLE THA",
38364  direction="l",
38365  linebreak="al",
38366  unicodeslot=0x1320,
38367 },
38368 [0x1321]={
38369  category="lo",
38370  description="ETHIOPIC SYLLABLE THU",
38371  direction="l",
38372  linebreak="al",
38373  unicodeslot=0x1321,
38374 },
38375 [0x1322]={
38376  category="lo",
38377  description="ETHIOPIC SYLLABLE THI",
38378  direction="l",
38379  linebreak="al",
38380  unicodeslot=0x1322,
38381 },
38382 [0x1323]={
38383  category="lo",
38384  description="ETHIOPIC SYLLABLE THAA",
38385  direction="l",
38386  linebreak="al",
38387  unicodeslot=0x1323,
38388 },
38389 [0x1324]={
38390  category="lo",
38391  description="ETHIOPIC SYLLABLE THEE",
38392  direction="l",
38393  linebreak="al",
38394  unicodeslot=0x1324,
38395 },
38396 [0x1325]={
38397  category="lo",
38398  description="ETHIOPIC SYLLABLE THE",
38399  direction="l",
38400  linebreak="al",
38401  unicodeslot=0x1325,
38402 },
38403 [0x1326]={
38404  category="lo",
38405  description="ETHIOPIC SYLLABLE THO",
38406  direction="l",
38407  linebreak="al",
38408  unicodeslot=0x1326,
38409 },
38410 [0x1327]={
38411  category="lo",
38412  description="ETHIOPIC SYLLABLE THWA",
38413  direction="l",
38414  linebreak="al",
38415  unicodeslot=0x1327,
38416 },
38417 [0x1328]={
38418  category="lo",
38419  description="ETHIOPIC SYLLABLE CHA",
38420  direction="l",
38421  linebreak="al",
38422  unicodeslot=0x1328,
38423 },
38424 [0x1329]={
38425  category="lo",
38426  description="ETHIOPIC SYLLABLE CHU",
38427  direction="l",
38428  linebreak="al",
38429  unicodeslot=0x1329,
38430 },
38431 [0x132A]={
38432  category="lo",
38433  description="ETHIOPIC SYLLABLE CHI",
38434  direction="l",
38435  linebreak="al",
38436  unicodeslot=0x132A,
38437 },
38438 [0x132B]={
38439  category="lo",
38440  description="ETHIOPIC SYLLABLE CHAA",
38441  direction="l",
38442  linebreak="al",
38443  unicodeslot=0x132B,
38444 },
38445 [0x132C]={
38446  category="lo",
38447  description="ETHIOPIC SYLLABLE CHEE",
38448  direction="l",
38449  linebreak="al",
38450  unicodeslot=0x132C,
38451 },
38452 [0x132D]={
38453  category="lo",
38454  description="ETHIOPIC SYLLABLE CHE",
38455  direction="l",
38456  linebreak="al",
38457  unicodeslot=0x132D,
38458 },
38459 [0x132E]={
38460  category="lo",
38461  description="ETHIOPIC SYLLABLE CHO",
38462  direction="l",
38463  linebreak="al",
38464  unicodeslot=0x132E,
38465 },
38466 [0x132F]={
38467  category="lo",
38468  description="ETHIOPIC SYLLABLE CHWA",
38469  direction="l",
38470  linebreak="al",
38471  unicodeslot=0x132F,
38472 },
38473 [0x1330]={
38474  category="lo",
38475  description="ETHIOPIC SYLLABLE PHA",
38476  direction="l",
38477  linebreak="al",
38478  unicodeslot=0x1330,
38479 },
38480 [0x1331]={
38481  category="lo",
38482  description="ETHIOPIC SYLLABLE PHU",
38483  direction="l",
38484  linebreak="al",
38485  unicodeslot=0x1331,
38486 },
38487 [0x1332]={
38488  category="lo",
38489  description="ETHIOPIC SYLLABLE PHI",
38490  direction="l",
38491  linebreak="al",
38492  unicodeslot=0x1332,
38493 },
38494 [0x1333]={
38495  category="lo",
38496  description="ETHIOPIC SYLLABLE PHAA",
38497  direction="l",
38498  linebreak="al",
38499  unicodeslot=0x1333,
38500 },
38501 [0x1334]={
38502  category="lo",
38503  description="ETHIOPIC SYLLABLE PHEE",
38504  direction="l",
38505  linebreak="al",
38506  unicodeslot=0x1334,
38507 },
38508 [0x1335]={
38509  category="lo",
38510  description="ETHIOPIC SYLLABLE PHE",
38511  direction="l",
38512  linebreak="al",
38513  unicodeslot=0x1335,
38514 },
38515 [0x1336]={
38516  category="lo",
38517  description="ETHIOPIC SYLLABLE PHO",
38518  direction="l",
38519  linebreak="al",
38520  unicodeslot=0x1336,
38521 },
38522 [0x1337]={
38523  category="lo",
38524  description="ETHIOPIC SYLLABLE PHWA",
38525  direction="l",
38526  linebreak="al",
38527  unicodeslot=0x1337,
38528 },
38529 [0x1338]={
38530  category="lo",
38531  description="ETHIOPIC SYLLABLE TSA",
38532  direction="l",
38533  linebreak="al",
38534  unicodeslot=0x1338,
38535 },
38536 [0x1339]={
38537  category="lo",
38538  description="ETHIOPIC SYLLABLE TSU",
38539  direction="l",
38540  linebreak="al",
38541  unicodeslot=0x1339,
38542 },
38543 [0x133A]={
38544  category="lo",
38545  description="ETHIOPIC SYLLABLE TSI",
38546  direction="l",
38547  linebreak="al",
38548  unicodeslot=0x133A,
38549 },
38550 [0x133B]={
38551  category="lo",
38552  description="ETHIOPIC SYLLABLE TSAA",
38553  direction="l",
38554  linebreak="al",
38555  unicodeslot=0x133B,
38556 },
38557 [0x133C]={
38558  category="lo",
38559  description="ETHIOPIC SYLLABLE TSEE",
38560  direction="l",
38561  linebreak="al",
38562  unicodeslot=0x133C,
38563 },
38564 [0x133D]={
38565  category="lo",
38566  description="ETHIOPIC SYLLABLE TSE",
38567  direction="l",
38568  linebreak="al",
38569  unicodeslot=0x133D,
38570 },
38571 [0x133E]={
38572  category="lo",
38573  description="ETHIOPIC SYLLABLE TSO",
38574  direction="l",
38575  linebreak="al",
38576  unicodeslot=0x133E,
38577 },
38578 [0x133F]={
38579  category="lo",
38580  description="ETHIOPIC SYLLABLE TSWA",
38581  direction="l",
38582  linebreak="al",
38583  unicodeslot=0x133F,
38584 },
38585 [0x1340]={
38586  category="lo",
38587  description="ETHIOPIC SYLLABLE TZA",
38588  direction="l",
38589  linebreak="al",
38590  unicodeslot=0x1340,
38591 },
38592 [0x1341]={
38593  category="lo",
38594  description="ETHIOPIC SYLLABLE TZU",
38595  direction="l",
38596  linebreak="al",
38597  unicodeslot=0x1341,
38598 },
38599 [0x1342]={
38600  category="lo",
38601  description="ETHIOPIC SYLLABLE TZI",
38602  direction="l",
38603  linebreak="al",
38604  unicodeslot=0x1342,
38605 },
38606 [0x1343]={
38607  category="lo",
38608  description="ETHIOPIC SYLLABLE TZAA",
38609  direction="l",
38610  linebreak="al",
38611  unicodeslot=0x1343,
38612 },
38613 [0x1344]={
38614  category="lo",
38615  description="ETHIOPIC SYLLABLE TZEE",
38616  direction="l",
38617  linebreak="al",
38618  unicodeslot=0x1344,
38619 },
38620 [0x1345]={
38621  category="lo",
38622  description="ETHIOPIC SYLLABLE TZE",
38623  direction="l",
38624  linebreak="al",
38625  unicodeslot=0x1345,
38626 },
38627 [0x1346]={
38628  category="lo",
38629  description="ETHIOPIC SYLLABLE TZO",
38630  direction="l",
38631  linebreak="al",
38632  unicodeslot=0x1346,
38633 },
38634 [0x1347]={
38635  category="lo",
38636  description="ETHIOPIC SYLLABLE TZOA",
38637  direction="l",
38638  linebreak="al",
38639  unicodeslot=0x1347,
38640 },
38641 [0x1348]={
38642  category="lo",
38643  description="ETHIOPIC SYLLABLE FA",
38644  direction="l",
38645  linebreak="al",
38646  unicodeslot=0x1348,
38647 },
38648 [0x1349]={
38649  category="lo",
38650  description="ETHIOPIC SYLLABLE FU",
38651  direction="l",
38652  linebreak="al",
38653  unicodeslot=0x1349,
38654 },
38655 [0x134A]={
38656  category="lo",
38657  description="ETHIOPIC SYLLABLE FI",
38658  direction="l",
38659  linebreak="al",
38660  unicodeslot=0x134A,
38661 },
38662 [0x134B]={
38663  category="lo",
38664  description="ETHIOPIC SYLLABLE FAA",
38665  direction="l",
38666  linebreak="al",
38667  unicodeslot=0x134B,
38668 },
38669 [0x134C]={
38670  category="lo",
38671  description="ETHIOPIC SYLLABLE FEE",
38672  direction="l",
38673  linebreak="al",
38674  unicodeslot=0x134C,
38675 },
38676 [0x134D]={
38677  category="lo",
38678  description="ETHIOPIC SYLLABLE FE",
38679  direction="l",
38680  linebreak="al",
38681  unicodeslot=0x134D,
38682 },
38683 [0x134E]={
38684  category="lo",
38685  description="ETHIOPIC SYLLABLE FO",
38686  direction="l",
38687  linebreak="al",
38688  unicodeslot=0x134E,
38689 },
38690 [0x134F]={
38691  category="lo",
38692  description="ETHIOPIC SYLLABLE FWA",
38693  direction="l",
38694  linebreak="al",
38695  unicodeslot=0x134F,
38696 },
38697 [0x1350]={
38698  category="lo",
38699  description="ETHIOPIC SYLLABLE PA",
38700  direction="l",
38701  linebreak="al",
38702  unicodeslot=0x1350,
38703 },
38704 [0x1351]={
38705  category="lo",
38706  description="ETHIOPIC SYLLABLE PU",
38707  direction="l",
38708  linebreak="al",
38709  unicodeslot=0x1351,
38710 },
38711 [0x1352]={
38712  category="lo",
38713  description="ETHIOPIC SYLLABLE PI",
38714  direction="l",
38715  linebreak="al",
38716  unicodeslot=0x1352,
38717 },
38718 [0x1353]={
38719  category="lo",
38720  description="ETHIOPIC SYLLABLE PAA",
38721  direction="l",
38722  linebreak="al",
38723  unicodeslot=0x1353,
38724 },
38725 [0x1354]={
38726  category="lo",
38727  description="ETHIOPIC SYLLABLE PEE",
38728  direction="l",
38729  linebreak="al",
38730  unicodeslot=0x1354,
38731 },
38732 [0x1355]={
38733  category="lo",
38734  description="ETHIOPIC SYLLABLE PE",
38735  direction="l",
38736  linebreak="al",
38737  unicodeslot=0x1355,
38738 },
38739 [0x1356]={
38740  category="lo",
38741  description="ETHIOPIC SYLLABLE PO",
38742  direction="l",
38743  linebreak="al",
38744  unicodeslot=0x1356,
38745 },
38746 [0x1357]={
38747  category="lo",
38748  description="ETHIOPIC SYLLABLE PWA",
38749  direction="l",
38750  linebreak="al",
38751  unicodeslot=0x1357,
38752 },
38753 [0x1358]={
38754  category="lo",
38755  description="ETHIOPIC SYLLABLE RYA",
38756  direction="l",
38757  linebreak="al",
38758  unicodeslot=0x1358,
38759 },
38760 [0x1359]={
38761  category="lo",
38762  description="ETHIOPIC SYLLABLE MYA",
38763  direction="l",
38764  linebreak="al",
38765  unicodeslot=0x1359,
38766 },
38767 [0x135A]={
38768  category="lo",
38769  description="ETHIOPIC SYLLABLE FYA",
38770  direction="l",
38771  linebreak="al",
38772  unicodeslot=0x135A,
38773 },
38774 [0x135D]={
38775  category="mn",
38776  combining=0xE6,
38777  description="ETHIOPIC COMBINING GEMINATION AND VOWEL LENGTH MARK",
38778  direction="nsm",
38779  linebreak="cm",
38780  unicodeslot=0x135D,
38781 },
38782 [0x135E]={
38783  category="mn",
38784  combining=0xE6,
38785  description="ETHIOPIC COMBINING VOWEL LENGTH MARK",
38786  direction="nsm",
38787  linebreak="cm",
38788  unicodeslot=0x135E,
38789 },
38790 [0x135F]={
38791  category="mn",
38792  combining=0xE6,
38793  description="ETHIOPIC COMBINING GEMINATION MARK",
38794  direction="nsm",
38795  linebreak="cm",
38796  unicodeslot=0x135F,
38797 },
38798 [0x1360]={
38799  category="so",
38800  description="ETHIOPIC SECTION MARK",
38801  direction="l",
38802  linebreak="al",
38803  unicodeslot=0x1360,
38804 },
38805 [0x1361]={
38806  category="po",
38807  description="ETHIOPIC WORDSPACE",
38808  direction="l",
38809  linebreak="ba",
38810  unicodeslot=0x1361,
38811 },
38812 [0x1362]={
38813  category="po",
38814  description="ETHIOPIC FULL STOP",
38815  direction="l",
38816  linebreak="al",
38817  unicodeslot=0x1362,
38818 },
38819 [0x1363]={
38820  category="po",
38821  description="ETHIOPIC COMMA",
38822  direction="l",
38823  linebreak="al",
38824  unicodeslot=0x1363,
38825 },
38826 [0x1364]={
38827  category="po",
38828  description="ETHIOPIC SEMICOLON",
38829  direction="l",
38830  linebreak="al",
38831  unicodeslot=0x1364,
38832 },
38833 [0x1365]={
38834  category="po",
38835  description="ETHIOPIC COLON",
38836  direction="l",
38837  linebreak="al",
38838  unicodeslot=0x1365,
38839 },
38840 [0x1366]={
38841  category="po",
38842  description="ETHIOPIC PREFACE COLON",
38843  direction="l",
38844  linebreak="al",
38845  unicodeslot=0x1366,
38846 },
38847 [0x1367]={
38848  category="po",
38849  description="ETHIOPIC QUESTION MARK",
38850  direction="l",
38851  linebreak="al",
38852  unicodeslot=0x1367,
38853 },
38854 [0x1368]={
38855  category="po",
38856  description="ETHIOPIC PARAGRAPH SEPARATOR",
38857  direction="l",
38858  linebreak="al",
38859  unicodeslot=0x1368,
38860 },
38861 [0x1369]={
38862  category="no",
38863  description="ETHIOPIC DIGIT ONE",
38864  direction="l",
38865  linebreak="al",
38866  unicodeslot=0x1369,
38867 },
38868 [0x136A]={
38869  category="no",
38870  description="ETHIOPIC DIGIT TWO",
38871  direction="l",
38872  linebreak="al",
38873  unicodeslot=0x136A,
38874 },
38875 [0x136B]={
38876  category="no",
38877  description="ETHIOPIC DIGIT THREE",
38878  direction="l",
38879  linebreak="al",
38880  unicodeslot=0x136B,
38881 },
38882 [0x136C]={
38883  category="no",
38884  description="ETHIOPIC DIGIT FOUR",
38885  direction="l",
38886  linebreak="al",
38887  unicodeslot=0x136C,
38888 },
38889 [0x136D]={
38890  category="no",
38891  description="ETHIOPIC DIGIT FIVE",
38892  direction="l",
38893  linebreak="al",
38894  unicodeslot=0x136D,
38895 },
38896 [0x136E]={
38897  category="no",
38898  description="ETHIOPIC DIGIT SIX",
38899  direction="l",
38900  linebreak="al",
38901  unicodeslot=0x136E,
38902 },
38903 [0x136F]={
38904  category="no",
38905  description="ETHIOPIC DIGIT SEVEN",
38906  direction="l",
38907  linebreak="al",
38908  unicodeslot=0x136F,
38909 },
38910 [0x1370]={
38911  category="no",
38912  description="ETHIOPIC DIGIT EIGHT",
38913  direction="l",
38914  linebreak="al",
38915  unicodeslot=0x1370,
38916 },
38917 [0x1371]={
38918  category="no",
38919  description="ETHIOPIC DIGIT NINE",
38920  direction="l",
38921  linebreak="al",
38922  unicodeslot=0x1371,
38923 },
38924 [0x1372]={
38925  category="no",
38926  description="ETHIOPIC NUMBER TEN",
38927  direction="l",
38928  linebreak="al",
38929  unicodeslot=0x1372,
38930 },
38931 [0x1373]={
38932  category="no",
38933  description="ETHIOPIC NUMBER TWENTY",
38934  direction="l",
38935  linebreak="al",
38936  unicodeslot=0x1373,
38937 },
38938 [0x1374]={
38939  category="no",
38940  description="ETHIOPIC NUMBER THIRTY",
38941  direction="l",
38942  linebreak="al",
38943  unicodeslot=0x1374,
38944 },
38945 [0x1375]={
38946  category="no",
38947  description="ETHIOPIC NUMBER FORTY",
38948  direction="l",
38949  linebreak="al",
38950  unicodeslot=0x1375,
38951 },
38952 [0x1376]={
38953  category="no",
38954  description="ETHIOPIC NUMBER FIFTY",
38955  direction="l",
38956  linebreak="al",
38957  unicodeslot=0x1376,
38958 },
38959 [0x1377]={
38960  category="no",
38961  description="ETHIOPIC NUMBER SIXTY",
38962  direction="l",
38963  linebreak="al",
38964  unicodeslot=0x1377,
38965 },
38966 [0x1378]={
38967  category="no",
38968  description="ETHIOPIC NUMBER SEVENTY",
38969  direction="l",
38970  linebreak="al",
38971  unicodeslot=0x1378,
38972 },
38973 [0x1379]={
38974  category="no",
38975  description="ETHIOPIC NUMBER EIGHTY",
38976  direction="l",
38977  linebreak="al",
38978  unicodeslot=0x1379,
38979 },
38980 [0x137A]={
38981  category="no",
38982  description="ETHIOPIC NUMBER NINETY",
38983  direction="l",
38984  linebreak="al",
38985  unicodeslot=0x137A,
38986 },
38987 [0x137B]={
38988  category="no",
38989  description="ETHIOPIC NUMBER HUNDRED",
38990  direction="l",
38991  linebreak="al",
38992  unicodeslot=0x137B,
38993 },
38994 [0x137C]={
38995  category="no",
38996  description="ETHIOPIC NUMBER TEN THOUSAND",
38997  direction="l",
38998  linebreak="al",
38999  unicodeslot=0x137C,
39000 },
39001 [0x1380]={
39002  category="lo",
39003  description="ETHIOPIC SYLLABLE SEBATBEIT MWA",
39004  direction="l",
39005  linebreak="al",
39006  unicodeslot=0x1380,
39007 },
39008 [0x1381]={
39009  category="lo",
39010  description="ETHIOPIC SYLLABLE MWI",
39011  direction="l",
39012  linebreak="al",
39013  unicodeslot=0x1381,
39014 },
39015 [0x1382]={
39016  category="lo",
39017  description="ETHIOPIC SYLLABLE MWEE",
39018  direction="l",
39019  linebreak="al",
39020  unicodeslot=0x1382,
39021 },
39022 [0x1383]={
39023  category="lo",
39024  description="ETHIOPIC SYLLABLE MWE",
39025  direction="l",
39026  linebreak="al",
39027  unicodeslot=0x1383,
39028 },
39029 [0x1384]={
39030  category="lo",
39031  description="ETHIOPIC SYLLABLE SEBATBEIT BWA",
39032  direction="l",
39033  linebreak="al",
39034  unicodeslot=0x1384,
39035 },
39036 [0x1385]={
39037  category="lo",
39038  description="ETHIOPIC SYLLABLE BWI",
39039  direction="l",
39040  linebreak="al",
39041  unicodeslot=0x1385,
39042 },
39043 [0x1386]={
39044  category="lo",
39045  description="ETHIOPIC SYLLABLE BWEE",
39046  direction="l",
39047  linebreak="al",
39048  unicodeslot=0x1386,
39049 },
39050 [0x1387]={
39051  category="lo",
39052  description="ETHIOPIC SYLLABLE BWE",
39053  direction="l",
39054  linebreak="al",
39055  unicodeslot=0x1387,
39056 },
39057 [0x1388]={
39058  category="lo",
39059  description="ETHIOPIC SYLLABLE SEBATBEIT FWA",
39060  direction="l",
39061  linebreak="al",
39062  unicodeslot=0x1388,
39063 },
39064 [0x1389]={
39065  category="lo",
39066  description="ETHIOPIC SYLLABLE FWI",
39067  direction="l",
39068  linebreak="al",
39069  unicodeslot=0x1389,
39070 },
39071 [0x138A]={
39072  category="lo",
39073  description="ETHIOPIC SYLLABLE FWEE",
39074  direction="l",
39075  linebreak="al",
39076  unicodeslot=0x138A,
39077 },
39078 [0x138B]={
39079  category="lo",
39080  description="ETHIOPIC SYLLABLE FWE",
39081  direction="l",
39082  linebreak="al",
39083  unicodeslot=0x138B,
39084 },
39085 [0x138C]={
39086  category="lo",
39087  description="ETHIOPIC SYLLABLE SEBATBEIT PWA",
39088  direction="l",
39089  linebreak="al",
39090  unicodeslot=0x138C,
39091 },
39092 [0x138D]={
39093  category="lo",
39094  description="ETHIOPIC SYLLABLE PWI",
39095  direction="l",
39096  linebreak="al",
39097  unicodeslot=0x138D,
39098 },
39099 [0x138E]={
39100  category="lo",
39101  description="ETHIOPIC SYLLABLE PWEE",
39102  direction="l",
39103  linebreak="al",
39104  unicodeslot=0x138E,
39105 },
39106 [0x138F]={
39107  category="lo",
39108  description="ETHIOPIC SYLLABLE PWE",
39109  direction="l",
39110  linebreak="al",
39111  unicodeslot=0x138F,
39112 },
39113 [0x1390]={
39114  category="so",
39115  description="ETHIOPIC TONAL MARK YIZET",
39116  direction="on",
39117  linebreak="al",
39118  unicodeslot=0x1390,
39119 },
39120 [0x1391]={
39121  category="so",
39122  description="ETHIOPIC TONAL MARK DERET",
39123  direction="on",
39124  linebreak="al",
39125  unicodeslot=0x1391,
39126 },
39127 [0x1392]={
39128  category="so",
39129  description="ETHIOPIC TONAL MARK RIKRIK",
39130  direction="on",
39131  linebreak="al",
39132  unicodeslot=0x1392,
39133 },
39134 [0x1393]={
39135  category="so",
39136  description="ETHIOPIC TONAL MARK SHORT RIKRIK",
39137  direction="on",
39138  linebreak="al",
39139  unicodeslot=0x1393,
39140 },
39141 [0x1394]={
39142  category="so",
39143  description="ETHIOPIC TONAL MARK DIFAT",
39144  direction="on",
39145  linebreak="al",
39146  unicodeslot=0x1394,
39147 },
39148 [0x1395]={
39149  category="so",
39150  description="ETHIOPIC TONAL MARK KENAT",
39151  direction="on",
39152  linebreak="al",
39153  unicodeslot=0x1395,
39154 },
39155 [0x1396]={
39156  category="so",
39157  description="ETHIOPIC TONAL MARK CHIRET",
39158  direction="on",
39159  linebreak="al",
39160  unicodeslot=0x1396,
39161 },
39162 [0x1397]={
39163  category="so",
39164  description="ETHIOPIC TONAL MARK HIDET",
39165  direction="on",
39166  linebreak="al",
39167  unicodeslot=0x1397,
39168 },
39169 [0x1398]={
39170  category="so",
39171  description="ETHIOPIC TONAL MARK DERET-HIDET",
39172  direction="on",
39173  linebreak="al",
39174  unicodeslot=0x1398,
39175 },
39176 [0x1399]={
39177  category="so",
39178  description="ETHIOPIC TONAL MARK KURT",
39179  direction="on",
39180  linebreak="al",
39181  unicodeslot=0x1399,
39182 },
39183 [0x13A0]={
39184  category="lo",
39185  description="CHEROKEE LETTER A",
39186  direction="l",
39187  linebreak="al",
39188  unicodeslot=0x13A0,
39189 },
39190 [0x13A1]={
39191  category="lo",
39192  description="CHEROKEE LETTER E",
39193  direction="l",
39194  linebreak="al",
39195  unicodeslot=0x13A1,
39196 },
39197 [0x13A2]={
39198  category="lo",
39199  description="CHEROKEE LETTER I",
39200  direction="l",
39201  linebreak="al",
39202  unicodeslot=0x13A2,
39203 },
39204 [0x13A3]={
39205  category="lo",
39206  description="CHEROKEE LETTER O",
39207  direction="l",
39208  linebreak="al",
39209  unicodeslot=0x13A3,
39210 },
39211 [0x13A4]={
39212  category="lo",
39213  description="CHEROKEE LETTER U",
39214  direction="l",
39215  linebreak="al",
39216  unicodeslot=0x13A4,
39217 },
39218 [0x13A5]={
39219  category="lo",
39220  description="CHEROKEE LETTER V",
39221  direction="l",
39222  linebreak="al",
39223  unicodeslot=0x13A5,
39224 },
39225 [0x13A6]={
39226  category="lo",
39227  description="CHEROKEE LETTER GA",
39228  direction="l",
39229  linebreak="al",
39230  unicodeslot=0x13A6,
39231 },
39232 [0x13A7]={
39233  category="lo",
39234  description="CHEROKEE LETTER KA",
39235  direction="l",
39236  linebreak="al",
39237  unicodeslot=0x13A7,
39238 },
39239 [0x13A8]={
39240  category="lo",
39241  description="CHEROKEE LETTER GE",
39242  direction="l",
39243  linebreak="al",
39244  unicodeslot=0x13A8,
39245 },
39246 [0x13A9]={
39247  category="lo",
39248  description="CHEROKEE LETTER GI",
39249  direction="l",
39250  linebreak="al",
39251  unicodeslot=0x13A9,
39252 },
39253 [0x13AA]={
39254  category="lo",
39255  description="CHEROKEE LETTER GO",
39256  direction="l",
39257  linebreak="al",
39258  unicodeslot=0x13AA,
39259 },
39260 [0x13AB]={
39261  category="lo",
39262  description="CHEROKEE LETTER GU",
39263  direction="l",
39264  linebreak="al",
39265  unicodeslot=0x13AB,
39266 },
39267 [0x13AC]={
39268  category="lo",
39269  description="CHEROKEE LETTER GV",
39270  direction="l",
39271  linebreak="al",
39272  unicodeslot=0x13AC,
39273 },
39274 [0x13AD]={
39275  category="lo",
39276  description="CHEROKEE LETTER HA",
39277  direction="l",
39278  linebreak="al",
39279  unicodeslot=0x13AD,
39280 },
39281 [0x13AE]={
39282  category="lo",
39283  description="CHEROKEE LETTER HE",
39284  direction="l",
39285  linebreak="al",
39286  unicodeslot=0x13AE,
39287 },
39288 [0x13AF]={
39289  category="lo",
39290  description="CHEROKEE LETTER HI",
39291  direction="l",
39292  linebreak="al",
39293  unicodeslot=0x13AF,
39294 },
39295 [0x13B0]={
39296  category="lo",
39297  description="CHEROKEE LETTER HO",
39298  direction="l",
39299  linebreak="al",
39300  unicodeslot=0x13B0,
39301 },
39302 [0x13B1]={
39303  category="lo",
39304  description="CHEROKEE LETTER HU",
39305  direction="l",
39306  linebreak="al",
39307  unicodeslot=0x13B1,
39308 },
39309 [0x13B2]={
39310  category="lo",
39311  description="CHEROKEE LETTER HV",
39312  direction="l",
39313  linebreak="al",
39314  unicodeslot=0x13B2,
39315 },
39316 [0x13B3]={
39317  category="lo",
39318  description="CHEROKEE LETTER LA",
39319  direction="l",
39320  linebreak="al",
39321  unicodeslot=0x13B3,
39322 },
39323 [0x13B4]={
39324  category="lo",
39325  description="CHEROKEE LETTER LE",
39326  direction="l",
39327  linebreak="al",
39328  unicodeslot=0x13B4,
39329 },
39330 [0x13B5]={
39331  category="lo",
39332  description="CHEROKEE LETTER LI",
39333  direction="l",
39334  linebreak="al",
39335  unicodeslot=0x13B5,
39336 },
39337 [0x13B6]={
39338  category="lo",
39339  description="CHEROKEE LETTER LO",
39340  direction="l",
39341  linebreak="al",
39342  unicodeslot=0x13B6,
39343 },
39344 [0x13B7]={
39345  category="lo",
39346  description="CHEROKEE LETTER LU",
39347  direction="l",
39348  linebreak="al",
39349  unicodeslot=0x13B7,
39350 },
39351 [0x13B8]={
39352  category="lo",
39353  description="CHEROKEE LETTER LV",
39354  direction="l",
39355  linebreak="al",
39356  unicodeslot=0x13B8,
39357 },
39358 [0x13B9]={
39359  category="lo",
39360  description="CHEROKEE LETTER MA",
39361  direction="l",
39362  linebreak="al",
39363  unicodeslot=0x13B9,
39364 },
39365 [0x13BA]={
39366  category="lo",
39367  description="CHEROKEE LETTER ME",
39368  direction="l",
39369  linebreak="al",
39370  unicodeslot=0x13BA,
39371 },
39372 [0x13BB]={
39373  category="lo",
39374  description="CHEROKEE LETTER MI",
39375  direction="l",
39376  linebreak="al",
39377  unicodeslot=0x13BB,
39378 },
39379 [0x13BC]={
39380  category="lo",
39381  description="CHEROKEE LETTER MO",
39382  direction="l",
39383  linebreak="al",
39384  unicodeslot=0x13BC,
39385 },
39386 [0x13BD]={
39387  category="lo",
39388  description="CHEROKEE LETTER MU",
39389  direction="l",
39390  linebreak="al",
39391  unicodeslot=0x13BD,
39392 },
39393 [0x13BE]={
39394  category="lo",
39395  description="CHEROKEE LETTER NA",
39396  direction="l",
39397  linebreak="al",
39398  unicodeslot=0x13BE,
39399 },
39400 [0x13BF]={
39401  category="lo",
39402  description="CHEROKEE LETTER HNA",
39403  direction="l",
39404  linebreak="al",
39405  unicodeslot=0x13BF,
39406 },
39407 [0x13C0]={
39408  category="lo",
39409  description="CHEROKEE LETTER NAH",
39410  direction="l",
39411  linebreak="al",
39412  unicodeslot=0x13C0,
39413 },
39414 [0x13C1]={
39415  category="lo",
39416  description="CHEROKEE LETTER NE",
39417  direction="l",
39418  linebreak="al",
39419  unicodeslot=0x13C1,
39420 },
39421 [0x13C2]={
39422  category="lo",
39423  description="CHEROKEE LETTER NI",
39424  direction="l",
39425  linebreak="al",
39426  unicodeslot=0x13C2,
39427 },
39428 [0x13C3]={
39429  category="lo",
39430  description="CHEROKEE LETTER NO",
39431  direction="l",
39432  linebreak="al",
39433  unicodeslot=0x13C3,
39434 },
39435 [0x13C4]={
39436  category="lo",
39437  description="CHEROKEE LETTER NU",
39438  direction="l",
39439  linebreak="al",
39440  unicodeslot=0x13C4,
39441 },
39442 [0x13C5]={
39443  category="lo",
39444  description="CHEROKEE LETTER NV",
39445  direction="l",
39446  linebreak="al",
39447  unicodeslot=0x13C5,
39448 },
39449 [0x13C6]={
39450  category="lo",
39451  description="CHEROKEE LETTER QUA",
39452  direction="l",
39453  linebreak="al",
39454  unicodeslot=0x13C6,
39455 },
39456 [0x13C7]={
39457  category="lo",
39458  description="CHEROKEE LETTER QUE",
39459  direction="l",
39460  linebreak="al",
39461  unicodeslot=0x13C7,
39462 },
39463 [0x13C8]={
39464  category="lo",
39465  description="CHEROKEE LETTER QUI",
39466  direction="l",
39467  linebreak="al",
39468  unicodeslot=0x13C8,
39469 },
39470 [0x13C9]={
39471  category="lo",
39472  description="CHEROKEE LETTER QUO",
39473  direction="l",
39474  linebreak="al",
39475  unicodeslot=0x13C9,
39476 },
39477 [0x13CA]={
39478  category="lo",
39479  description="CHEROKEE LETTER QUU",
39480  direction="l",
39481  linebreak="al",
39482  unicodeslot=0x13CA,
39483 },
39484 [0x13CB]={
39485  category="lo",
39486  description="CHEROKEE LETTER QUV",
39487  direction="l",
39488  linebreak="al",
39489  unicodeslot=0x13CB,
39490 },
39491 [0x13CC]={
39492  category="lo",
39493  description="CHEROKEE LETTER SA",
39494  direction="l",
39495  linebreak="al",
39496  unicodeslot=0x13CC,
39497 },
39498 [0x13CD]={
39499  category="lo",
39500  description="CHEROKEE LETTER S",
39501  direction="l",
39502  linebreak="al",
39503  unicodeslot=0x13CD,
39504 },
39505 [0x13CE]={
39506  category="lo",
39507  description="CHEROKEE LETTER SE",
39508  direction="l",
39509  linebreak="al",
39510  unicodeslot=0x13CE,
39511 },
39512 [0x13CF]={
39513  category="lo",
39514  description="CHEROKEE LETTER SI",
39515  direction="l",
39516  linebreak="al",
39517  unicodeslot=0x13CF,
39518 },
39519 [0x13D0]={
39520  category="lo",
39521  description="CHEROKEE LETTER SO",
39522  direction="l",
39523  linebreak="al",
39524  unicodeslot=0x13D0,
39525 },
39526 [0x13D1]={
39527  category="lo",
39528  description="CHEROKEE LETTER SU",
39529  direction="l",
39530  linebreak="al",
39531  unicodeslot=0x13D1,
39532 },
39533 [0x13D2]={
39534  category="lo",
39535  description="CHEROKEE LETTER SV",
39536  direction="l",
39537  linebreak="al",
39538  unicodeslot=0x13D2,
39539 },
39540 [0x13D3]={
39541  category="lo",
39542  description="CHEROKEE LETTER DA",
39543  direction="l",
39544  linebreak="al",
39545  unicodeslot=0x13D3,
39546 },
39547 [0x13D4]={
39548  category="lo",
39549  description="CHEROKEE LETTER TA",
39550  direction="l",
39551  linebreak="al",
39552  unicodeslot=0x13D4,
39553 },
39554 [0x13D5]={
39555  category="lo",
39556  description="CHEROKEE LETTER DE",
39557  direction="l",
39558  linebreak="al",
39559  unicodeslot=0x13D5,
39560 },
39561 [0x13D6]={
39562  category="lo",
39563  description="CHEROKEE LETTER TE",
39564  direction="l",
39565  linebreak="al",
39566  unicodeslot=0x13D6,
39567 },
39568 [0x13D7]={
39569  category="lo",
39570  description="CHEROKEE LETTER DI",
39571  direction="l",
39572  linebreak="al",
39573  unicodeslot=0x13D7,
39574 },
39575 [0x13D8]={
39576  category="lo",
39577  description="CHEROKEE LETTER TI",
39578  direction="l",
39579  linebreak="al",
39580  unicodeslot=0x13D8,
39581 },
39582 [0x13D9]={
39583  category="lo",
39584  description="CHEROKEE LETTER DO",
39585  direction="l",
39586  linebreak="al",
39587  unicodeslot=0x13D9,
39588 },
39589 [0x13DA]={
39590  category="lo",
39591  description="CHEROKEE LETTER DU",
39592  direction="l",
39593  linebreak="al",
39594  unicodeslot=0x13DA,
39595 },
39596 [0x13DB]={
39597  category="lo",
39598  description="CHEROKEE LETTER DV",
39599  direction="l",
39600  linebreak="al",
39601  unicodeslot=0x13DB,
39602 },
39603 [0x13DC]={
39604  category="lo",
39605  description="CHEROKEE LETTER DLA",
39606  direction="l",
39607  linebreak="al",
39608  unicodeslot=0x13DC,
39609 },
39610 [0x13DD]={
39611  category="lo",
39612  description="CHEROKEE LETTER TLA",
39613  direction="l",
39614  linebreak="al",
39615  unicodeslot=0x13DD,
39616 },
39617 [0x13DE]={
39618  category="lo",
39619  description="CHEROKEE LETTER TLE",
39620  direction="l",
39621  linebreak="al",
39622  unicodeslot=0x13DE,
39623 },
39624 [0x13DF]={
39625  category="lo",
39626  description="CHEROKEE LETTER TLI",
39627  direction="l",
39628  linebreak="al",
39629  unicodeslot=0x13DF,
39630 },
39631 [0x13E0]={
39632  category="lo",
39633  description="CHEROKEE LETTER TLO",
39634  direction="l",
39635  linebreak="al",
39636  unicodeslot=0x13E0,
39637 },
39638 [0x13E1]={
39639  category="lo",
39640  description="CHEROKEE LETTER TLU",
39641  direction="l",
39642  linebreak="al",
39643  unicodeslot=0x13E1,
39644 },
39645 [0x13E2]={
39646  category="lo",
39647  description="CHEROKEE LETTER TLV",
39648  direction="l",
39649  linebreak="al",
39650  unicodeslot=0x13E2,
39651 },
39652 [0x13E3]={
39653  category="lo",
39654  description="CHEROKEE LETTER TSA",
39655  direction="l",
39656  linebreak="al",
39657  unicodeslot=0x13E3,
39658 },
39659 [0x13E4]={
39660  category="lo",
39661  description="CHEROKEE LETTER TSE",
39662  direction="l",
39663  linebreak="al",
39664  unicodeslot=0x13E4,
39665 },
39666 [0x13E5]={
39667  category="lo",
39668  description="CHEROKEE LETTER TSI",
39669  direction="l",
39670  linebreak="al",
39671  unicodeslot=0x13E5,
39672 },
39673 [0x13E6]={
39674  category="lo",
39675  description="CHEROKEE LETTER TSO",
39676  direction="l",
39677  linebreak="al",
39678  unicodeslot=0x13E6,
39679 },
39680 [0x13E7]={
39681  category="lo",
39682  description="CHEROKEE LETTER TSU",
39683  direction="l",
39684  linebreak="al",
39685  unicodeslot=0x13E7,
39686 },
39687 [0x13E8]={
39688  category="lo",
39689  description="CHEROKEE LETTER TSV",
39690  direction="l",
39691  linebreak="al",
39692  unicodeslot=0x13E8,
39693 },
39694 [0x13E9]={
39695  category="lo",
39696  description="CHEROKEE LETTER WA",
39697  direction="l",
39698  linebreak="al",
39699  unicodeslot=0x13E9,
39700 },
39701 [0x13EA]={
39702  category="lo",
39703  description="CHEROKEE LETTER WE",
39704  direction="l",
39705  linebreak="al",
39706  unicodeslot=0x13EA,
39707 },
39708 [0x13EB]={
39709  category="lo",
39710  description="CHEROKEE LETTER WI",
39711  direction="l",
39712  linebreak="al",
39713  unicodeslot=0x13EB,
39714 },
39715 [0x13EC]={
39716  category="lo",
39717  description="CHEROKEE LETTER WO",
39718  direction="l",
39719  linebreak="al",
39720  unicodeslot=0x13EC,
39721 },
39722 [0x13ED]={
39723  category="lo",
39724  description="CHEROKEE LETTER WU",
39725  direction="l",
39726  linebreak="al",
39727  unicodeslot=0x13ED,
39728 },
39729 [0x13EE]={
39730  category="lo",
39731  description="CHEROKEE LETTER WV",
39732  direction="l",
39733  linebreak="al",
39734  unicodeslot=0x13EE,
39735 },
39736 [0x13EF]={
39737  category="lo",
39738  description="CHEROKEE LETTER YA",
39739  direction="l",
39740  linebreak="al",
39741  unicodeslot=0x13EF,
39742 },
39743 [0x13F0]={
39744  category="lo",
39745  description="CHEROKEE LETTER YE",
39746  direction="l",
39747  linebreak="al",
39748  unicodeslot=0x13F0,
39749 },
39750 [0x13F1]={
39751  category="lo",
39752  description="CHEROKEE LETTER YI",
39753  direction="l",
39754  linebreak="al",
39755  unicodeslot=0x13F1,
39756 },
39757 [0x13F2]={
39758  category="lo",
39759  description="CHEROKEE LETTER YO",
39760  direction="l",
39761  linebreak="al",
39762  unicodeslot=0x13F2,
39763 },
39764 [0x13F3]={
39765  category="lo",
39766  description="CHEROKEE LETTER YU",
39767  direction="l",
39768  linebreak="al",
39769  unicodeslot=0x13F3,
39770 },
39771 [0x13F4]={
39772  category="lo",
39773  description="CHEROKEE LETTER YV",
39774  direction="l",
39775  linebreak="al",
39776  unicodeslot=0x13F4,
39777 },
39778 [0x13F5]={
39779  category="lu",
39780  description="CHEROKEE LETTER MV",
39781  direction="l",
39782  linebreak="al",
39783  unicodeslot=0x13F5,
39784 },
39785 [0x13F8]={
39786  category="ll",
39787  description="CHEROKEE SMALL LETTER YE",
39788  direction="l",
39789  linebreak="al",
39790  uccode=0x13F0,
39791  unicodeslot=0x13F8,
39792 },
39793 [0x13F9]={
39794  category="ll",
39795  description="CHEROKEE SMALL LETTER YI",
39796  direction="l",
39797  linebreak="al",
39798  uccode=0x13F1,
39799  unicodeslot=0x13F9,
39800 },
39801 [0x13FA]={
39802  category="ll",
39803  description="CHEROKEE SMALL LETTER YO",
39804  direction="l",
39805  linebreak="al",
39806  uccode=0x13F2,
39807  unicodeslot=0x13FA,
39808 },
39809 [0x13FB]={
39810  category="ll",
39811  description="CHEROKEE SMALL LETTER YU",
39812  direction="l",
39813  linebreak="al",
39814  uccode=0x13F3,
39815  unicodeslot=0x13FB,
39816 },
39817 [0x13FC]={
39818  category="ll",
39819  description="CHEROKEE SMALL LETTER YV",
39820  direction="l",
39821  linebreak="al",
39822  uccode=0x13F4,
39823  unicodeslot=0x13FC,
39824 },
39825 [0x13FD]={
39826  category="ll",
39827  description="CHEROKEE SMALL LETTER MV",
39828  direction="l",
39829  linebreak="al",
39830  uccode=0x13F5,
39831  unicodeslot=0x13FD,
39832 },
39833 [0x1400]={
39834  category="pd",
39835  description="CANADIAN SYLLABICS HYPHEN",
39836  direction="on",
39837  linebreak="ba",
39838  unicodeslot=0x1400,
39839 },
39840 [0x1401]={
39841  category="lo",
39842  description="CANADIAN SYLLABICS E",
39843  direction="l",
39844  linebreak="al",
39845  unicodeslot=0x1401,
39846 },
39847 [0x1402]={
39848  category="lo",
39849  description="CANADIAN SYLLABICS AAI",
39850  direction="l",
39851  linebreak="al",
39852  unicodeslot=0x1402,
39853 },
39854 [0x1403]={
39855  category="lo",
39856  description="CANADIAN SYLLABICS I",
39857  direction="l",
39858  linebreak="al",
39859  unicodeslot=0x1403,
39860 },
39861 [0x1404]={
39862  category="lo",
39863  description="CANADIAN SYLLABICS II",
39864  direction="l",
39865  linebreak="al",
39866  unicodeslot=0x1404,
39867 },
39868 [0x1405]={
39869  category="lo",
39870  description="CANADIAN SYLLABICS O",
39871  direction="l",
39872  linebreak="al",
39873  unicodeslot=0x1405,
39874 },
39875 [0x1406]={
39876  category="lo",
39877  description="CANADIAN SYLLABICS OO",
39878  direction="l",
39879  linebreak="al",
39880  unicodeslot=0x1406,
39881 },
39882 [0x1407]={
39883  category="lo",
39884  description="CANADIAN SYLLABICS Y-CREE OO",
39885  direction="l",
39886  linebreak="al",
39887  unicodeslot=0x1407,
39888 },
39889 [0x1408]={
39890  category="lo",
39891  description="CANADIAN SYLLABICS CARRIER EE",
39892  direction="l",
39893  linebreak="al",
39894  unicodeslot=0x1408,
39895 },
39896 [0x1409]={
39897  category="lo",
39898  description="CANADIAN SYLLABICS CARRIER I",
39899  direction="l",
39900  linebreak="al",
39901  unicodeslot=0x1409,
39902 },
39903 [0x140A]={
39904  category="lo",
39905  description="CANADIAN SYLLABICS A",
39906  direction="l",
39907  linebreak="al",
39908  unicodeslot=0x140A,
39909 },
39910 [0x140B]={
39911  category="lo",
39912  description="CANADIAN SYLLABICS AA",
39913  direction="l",
39914  linebreak="al",
39915  unicodeslot=0x140B,
39916 },
39917 [0x140C]={
39918  category="lo",
39919  description="CANADIAN SYLLABICS WE",
39920  direction="l",
39921  linebreak="al",
39922  unicodeslot=0x140C,
39923 },
39924 [0x140D]={
39925  category="lo",
39926  description="CANADIAN SYLLABICS WEST-CREE WE",
39927  direction="l",
39928  linebreak="al",
39929  unicodeslot=0x140D,
39930 },
39931 [0x140E]={
39932  category="lo",
39933  description="CANADIAN SYLLABICS WI",
39934  direction="l",
39935  linebreak="al",
39936  unicodeslot=0x140E,
39937 },
39938 [0x140F]={
39939  category="lo",
39940  description="CANADIAN SYLLABICS WEST-CREE WI",
39941  direction="l",
39942  linebreak="al",
39943  unicodeslot=0x140F,
39944 },
39945 [0x1410]={
39946  category="lo",
39947  description="CANADIAN SYLLABICS WII",
39948  direction="l",
39949  linebreak="al",
39950  unicodeslot=0x1410,
39951 },
39952 [0x1411]={
39953  category="lo",
39954  description="CANADIAN SYLLABICS WEST-CREE WII",
39955  direction="l",
39956  linebreak="al",
39957  unicodeslot=0x1411,
39958 },
39959 [0x1412]={
39960  category="lo",
39961  description="CANADIAN SYLLABICS WO",
39962  direction="l",
39963  linebreak="al",
39964  unicodeslot=0x1412,
39965 },
39966 [0x1413]={
39967  category="lo",
39968  description="CANADIAN SYLLABICS WEST-CREE WO",
39969  direction="l",
39970  linebreak="al",
39971  unicodeslot=0x1413,
39972 },
39973 [0x1414]={
39974  category="lo",
39975  description="CANADIAN SYLLABICS WOO",
39976  direction="l",
39977  linebreak="al",
39978  unicodeslot=0x1414,
39979 },
39980 [0x1415]={
39981  category="lo",
39982  description="CANADIAN SYLLABICS WEST-CREE WOO",
39983  direction="l",
39984  linebreak="al",
39985  unicodeslot=0x1415,
39986 },
39987 [0x1416]={
39988  category="lo",
39989  description="CANADIAN SYLLABICS NASKAPI WOO",
39990  direction="l",
39991  linebreak="al",
39992  unicodeslot=0x1416,
39993 },
39994 [0x1417]={
39995  category="lo",
39996  description="CANADIAN SYLLABICS WA",
39997  direction="l",
39998  linebreak="al",
39999  unicodeslot=0x1417,
40000 },
40001 [0x1418]={
40002  category="lo",
40003  description="CANADIAN SYLLABICS WEST-CREE WA",
40004  direction="l",
40005  linebreak="al",
40006  unicodeslot=0x1418,
40007 },
40008 [0x1419]={
40009  category="lo",
40010  description="CANADIAN SYLLABICS WAA",
40011  direction="l",
40012  linebreak="al",
40013  unicodeslot=0x1419,
40014 },
40015 [0x141A]={
40016  category="lo",
40017  description="CANADIAN SYLLABICS WEST-CREE WAA",
40018  direction="l",
40019  linebreak="al",
40020  unicodeslot=0x141A,
40021 },
40022 [0x141B]={
40023  category="lo",
40024  description="CANADIAN SYLLABICS NASKAPI WAA",
40025  direction="l",
40026  linebreak="al",
40027  unicodeslot=0x141B,
40028 },
40029 [0x141C]={
40030  category="lo",
40031  description="CANADIAN SYLLABICS AI",
40032  direction="l",
40033  linebreak="al",
40034  unicodeslot=0x141C,
40035 },
40036 [0x141D]={
40037  category="lo",
40038  description="CANADIAN SYLLABICS Y-CREE W",
40039  direction="l",
40040  linebreak="al",
40041  unicodeslot=0x141D,
40042 },
40043 [0x141E]={
40044  category="lo",
40045  description="CANADIAN SYLLABICS GLOTTAL STOP",
40046  direction="l",
40047  linebreak="al",
40048  unicodeslot=0x141E,
40049 },
40050 [0x141F]={
40051  category="lo",
40052  description="CANADIAN SYLLABICS FINAL ACUTE",
40053  direction="l",
40054  linebreak="al",
40055  unicodeslot=0x141F,
40056 },
40057 [0x1420]={
40058  category="lo",
40059  description="CANADIAN SYLLABICS FINAL GRAVE",
40060  direction="l",
40061  linebreak="al",
40062  unicodeslot=0x1420,
40063 },
40064 [0x1421]={
40065  category="lo",
40066  description="CANADIAN SYLLABICS FINAL BOTTOM HALF RING",
40067  direction="l",
40068  linebreak="al",
40069  unicodeslot=0x1421,
40070 },
40071 [0x1422]={
40072  category="lo",
40073  description="CANADIAN SYLLABICS FINAL TOP HALF RING",
40074  direction="l",
40075  linebreak="al",
40076  unicodeslot=0x1422,
40077 },
40078 [0x1423]={
40079  category="lo",
40080  description="CANADIAN SYLLABICS FINAL RIGHT HALF RING",
40081  direction="l",
40082  linebreak="al",
40083  unicodeslot=0x1423,
40084 },
40085 [0x1424]={
40086  category="lo",
40087  description="CANADIAN SYLLABICS FINAL RING",
40088  direction="l",
40089  linebreak="al",
40090  unicodeslot=0x1424,
40091 },
40092 [0x1425]={
40093  category="lo",
40094  description="CANADIAN SYLLABICS FINAL DOUBLE ACUTE",
40095  direction="l",
40096  linebreak="al",
40097  unicodeslot=0x1425,
40098 },
40099 [0x1426]={
40100  category="lo",
40101  description="CANADIAN SYLLABICS FINAL DOUBLE SHORT VERTICAL STROKES",
40102  direction="l",
40103  linebreak="al",
40104  unicodeslot=0x1426,
40105 },
40106 [0x1427]={
40107  category="lo",
40108  description="CANADIAN SYLLABICS FINAL MIDDLE DOT",
40109  direction="l",
40110  linebreak="al",
40111  unicodeslot=0x1427,
40112 },
40113 [0x1428]={
40114  category="lo",
40115  description="CANADIAN SYLLABICS FINAL SHORT HORIZONTAL STROKE",
40116  direction="l",
40117  linebreak="al",
40118  unicodeslot=0x1428,
40119 },
40120 [0x1429]={
40121  category="lo",
40122  description="CANADIAN SYLLABICS FINAL PLUS",
40123  direction="l",
40124  linebreak="al",
40125  unicodeslot=0x1429,
40126 },
40127 [0x142A]={
40128  category="lo",
40129  description="CANADIAN SYLLABICS FINAL DOWN TACK",
40130  direction="l",
40131  linebreak="al",
40132  unicodeslot=0x142A,
40133 },
40134 [0x142B]={
40135  category="lo",
40136  description="CANADIAN SYLLABICS EN",
40137  direction="l",
40138  linebreak="al",
40139  unicodeslot=0x142B,
40140 },
40141 [0x142C]={
40142  category="lo",
40143  description="CANADIAN SYLLABICS IN",
40144  direction="l",
40145  linebreak="al",
40146  unicodeslot=0x142C,
40147 },
40148 [0x142D]={
40149  category="lo",
40150  description="CANADIAN SYLLABICS ON",
40151  direction="l",
40152  linebreak="al",
40153  unicodeslot=0x142D,
40154 },
40155 [0x142E]={
40156  category="lo",
40157  description="CANADIAN SYLLABICS AN",
40158  direction="l",
40159  linebreak="al",
40160  unicodeslot=0x142E,
40161 },
40162 [0x142F]={
40163  category="lo",
40164  description="CANADIAN SYLLABICS PE",
40165  direction="l",
40166  linebreak="al",
40167  unicodeslot=0x142F,
40168 },
40169 [0x1430]={
40170  category="lo",
40171  description="CANADIAN SYLLABICS PAAI",
40172  direction="l",
40173  linebreak="al",
40174  unicodeslot=0x1430,
40175 },
40176 [0x1431]={
40177  category="lo",
40178  description="CANADIAN SYLLABICS PI",
40179  direction="l",
40180  linebreak="al",
40181  unicodeslot=0x1431,
40182 },
40183 [0x1432]={
40184  category="lo",
40185  description="CANADIAN SYLLABICS PII",
40186  direction="l",
40187  linebreak="al",
40188  unicodeslot=0x1432,
40189 },
40190 [0x1433]={
40191  category="lo",
40192  description="CANADIAN SYLLABICS PO",
40193  direction="l",
40194  linebreak="al",
40195  unicodeslot=0x1433,
40196 },
40197 [0x1434]={
40198  category="lo",
40199  description="CANADIAN SYLLABICS POO",
40200  direction="l",
40201  linebreak="al",
40202  unicodeslot=0x1434,
40203 },
40204 [0x1435]={
40205  category="lo",
40206  description="CANADIAN SYLLABICS Y-CREE POO",
40207  direction="l",
40208  linebreak="al",
40209  unicodeslot=0x1435,
40210 },
40211 [0x1436]={
40212  category="lo",
40213  description="CANADIAN SYLLABICS CARRIER HEE",
40214  direction="l",
40215  linebreak="al",
40216  unicodeslot=0x1436,
40217 },
40218 [0x1437]={
40219  category="lo",
40220  description="CANADIAN SYLLABICS CARRIER HI",
40221  direction="l",
40222  linebreak="al",
40223  unicodeslot=0x1437,
40224 },
40225 [0x1438]={
40226  category="lo",
40227  description="CANADIAN SYLLABICS PA",
40228  direction="l",
40229  linebreak="al",
40230  unicodeslot=0x1438,
40231 },
40232 [0x1439]={
40233  category="lo",
40234  description="CANADIAN SYLLABICS PAA",
40235  direction="l",
40236  linebreak="al",
40237  unicodeslot=0x1439,
40238 },
40239 [0x143A]={
40240  category="lo",
40241  description="CANADIAN SYLLABICS PWE",
40242  direction="l",
40243  linebreak="al",
40244  unicodeslot=0x143A,
40245 },
40246 [0x143B]={
40247  category="lo",
40248  description="CANADIAN SYLLABICS WEST-CREE PWE",
40249  direction="l",
40250  linebreak="al",
40251  unicodeslot=0x143B,
40252 },
40253 [0x143C]={
40254  category="lo",
40255  description="CANADIAN SYLLABICS PWI",
40256  direction="l",
40257  linebreak="al",
40258  unicodeslot=0x143C,
40259 },
40260 [0x143D]={
40261  category="lo",
40262  description="CANADIAN SYLLABICS WEST-CREE PWI",
40263  direction="l",
40264  linebreak="al",
40265  unicodeslot=0x143D,
40266 },
40267 [0x143E]={
40268  category="lo",
40269  description="CANADIAN SYLLABICS PWII",
40270  direction="l",
40271  linebreak="al",
40272  unicodeslot=0x143E,
40273 },
40274 [0x143F]={
40275  category="lo",
40276  description="CANADIAN SYLLABICS WEST-CREE PWII",
40277  direction="l",
40278  linebreak="al",
40279  unicodeslot=0x143F,
40280 },
40281 [0x1440]={
40282  category="lo",
40283  description="CANADIAN SYLLABICS PWO",
40284  direction="l",
40285  linebreak="al",
40286  unicodeslot=0x1440,
40287 },
40288 [0x1441]={
40289  category="lo",
40290  description="CANADIAN SYLLABICS WEST-CREE PWO",
40291  direction="l",
40292  linebreak="al",
40293  unicodeslot=0x1441,
40294 },
40295 [0x1442]={
40296  category="lo",
40297  description="CANADIAN SYLLABICS PWOO",
40298  direction="l",
40299  linebreak="al",
40300  unicodeslot=0x1442,
40301 },
40302 [0x1443]={
40303  category="lo",
40304  description="CANADIAN SYLLABICS WEST-CREE PWOO",
40305  direction="l",
40306  linebreak="al",
40307  unicodeslot=0x1443,
40308 },
40309 [0x1444]={
40310  category="lo",
40311  description="CANADIAN SYLLABICS PWA",
40312  direction="l",
40313  linebreak="al",
40314  unicodeslot=0x1444,
40315 },
40316 [0x1445]={
40317  category="lo",
40318  description="CANADIAN SYLLABICS WEST-CREE PWA",
40319  direction="l",
40320  linebreak="al",
40321  unicodeslot=0x1445,
40322 },
40323 [0x1446]={
40324  category="lo",
40325  description="CANADIAN SYLLABICS PWAA",
40326  direction="l",
40327  linebreak="al",
40328  unicodeslot=0x1446,
40329 },
40330 [0x1447]={
40331  category="lo",
40332  description="CANADIAN SYLLABICS WEST-CREE PWAA",
40333  direction="l",
40334  linebreak="al",
40335  unicodeslot=0x1447,
40336 },
40337 [0x1448]={
40338  category="lo",
40339  description="CANADIAN SYLLABICS Y-CREE PWAA",
40340  direction="l",
40341  linebreak="al",
40342  unicodeslot=0x1448,
40343 },
40344 [0x1449]={
40345  category="lo",
40346  description="CANADIAN SYLLABICS P",
40347  direction="l",
40348  linebreak="al",
40349  unicodeslot=0x1449,
40350 },
40351 [0x144A]={
40352  category="lo",
40353  description="CANADIAN SYLLABICS WEST-CREE P",
40354  direction="l",
40355  linebreak="al",
40356  unicodeslot=0x144A,
40357 },
40358 [0x144B]={
40359  category="lo",
40360  description="CANADIAN SYLLABICS CARRIER H",
40361  direction="l",
40362  linebreak="al",
40363  unicodeslot=0x144B,
40364 },
40365 [0x144C]={
40366  category="lo",
40367  description="CANADIAN SYLLABICS TE",
40368  direction="l",
40369  linebreak="al",
40370  unicodeslot=0x144C,
40371 },
40372 [0x144D]={
40373  category="lo",
40374  description="CANADIAN SYLLABICS TAAI",
40375  direction="l",
40376  linebreak="al",
40377  unicodeslot=0x144D,
40378 },
40379 [0x144E]={
40380  category="lo",
40381  description="CANADIAN SYLLABICS TI",
40382  direction="l",
40383  linebreak="al",
40384  unicodeslot=0x144E,
40385 },
40386 [0x144F]={
40387  category="lo",
40388  description="CANADIAN SYLLABICS TII",
40389  direction="l",
40390  linebreak="al",
40391  unicodeslot=0x144F,
40392 },
40393 [0x1450]={
40394  category="lo",
40395  description="CANADIAN SYLLABICS TO",
40396  direction="l",
40397  linebreak="al",
40398  unicodeslot=0x1450,
40399 },
40400 [0x1451]={
40401  category="lo",
40402  description="CANADIAN SYLLABICS TOO",
40403  direction="l",
40404  linebreak="al",
40405  unicodeslot=0x1451,
40406 },
40407 [0x1452]={
40408  category="lo",
40409  description="CANADIAN SYLLABICS Y-CREE TOO",
40410  direction="l",
40411  linebreak="al",
40412  unicodeslot=0x1452,
40413 },
40414 [0x1453]={
40415  category="lo",
40416  description="CANADIAN SYLLABICS CARRIER DEE",
40417  direction="l",
40418  linebreak="al",
40419  unicodeslot=0x1453,
40420 },
40421 [0x1454]={
40422  category="lo",
40423  description="CANADIAN SYLLABICS CARRIER DI",
40424  direction="l",
40425  linebreak="al",
40426  unicodeslot=0x1454,
40427 },
40428 [0x1455]={
40429  category="lo",
40430  description="CANADIAN SYLLABICS TA",
40431  direction="l",
40432  linebreak="al",
40433  unicodeslot=0x1455,
40434 },
40435 [0x1456]={
40436  category="lo",
40437  description="CANADIAN SYLLABICS TAA",
40438  direction="l",
40439  linebreak="al",
40440  unicodeslot=0x1456,
40441 },
40442 [0x1457]={
40443  category="lo",
40444  description="CANADIAN SYLLABICS TWE",
40445  direction="l",
40446  linebreak="al",
40447  unicodeslot=0x1457,
40448 },
40449 [0x1458]={
40450  category="lo",
40451  description="CANADIAN SYLLABICS WEST-CREE TWE",
40452  direction="l",
40453  linebreak="al",
40454  unicodeslot=0x1458,
40455 },
40456 [0x1459]={
40457  category="lo",
40458  description="CANADIAN SYLLABICS TWI",
40459  direction="l",
40460  linebreak="al",
40461  unicodeslot=0x1459,
40462 },
40463 [0x145A]={
40464  category="lo",
40465  description="CANADIAN SYLLABICS WEST-CREE TWI",
40466  direction="l",
40467  linebreak="al",
40468  unicodeslot=0x145A,
40469 },
40470 [0x145B]={
40471  category="lo",
40472  description="CANADIAN SYLLABICS TWII",
40473  direction="l",
40474  linebreak="al",
40475  unicodeslot=0x145B,
40476 },
40477 [0x145C]={
40478  category="lo",
40479  description="CANADIAN SYLLABICS WEST-CREE TWII",
40480  direction="l",
40481  linebreak="al",
40482  unicodeslot=0x145C,
40483 },
40484 [0x145D]={
40485  category="lo",
40486  description="CANADIAN SYLLABICS TWO",
40487  direction="l",
40488  linebreak="al",
40489  unicodeslot=0x145D,
40490 },
40491 [0x145E]={
40492  category="lo",
40493  description="CANADIAN SYLLABICS WEST-CREE TWO",
40494  direction="l",
40495  linebreak="al",
40496  unicodeslot=0x145E,
40497 },
40498 [0x145F]={
40499  category="lo",
40500  description="CANADIAN SYLLABICS TWOO",
40501  direction="l",
40502  linebreak="al",
40503  unicodeslot=0x145F,
40504 },
40505 [0x1460]={
40506  category="lo",
40507  description="CANADIAN SYLLABICS WEST-CREE TWOO",
40508  direction="l",
40509  linebreak="al",
40510  unicodeslot=0x1460,
40511 },
40512 [0x1461]={
40513  category="lo",
40514  description="CANADIAN SYLLABICS TWA",
40515  direction="l",
40516  linebreak="al",
40517  unicodeslot=0x1461,
40518 },
40519 [0x1462]={
40520  category="lo",
40521  description="CANADIAN SYLLABICS WEST-CREE TWA",
40522  direction="l",
40523  linebreak="al",
40524  unicodeslot=0x1462,
40525 },
40526 [0x1463]={
40527  category="lo",
40528  description="CANADIAN SYLLABICS TWAA",
40529  direction="l",
40530  linebreak="al",
40531  unicodeslot=0x1463,
40532 },
40533 [0x1464]={
40534  category="lo",
40535  description="CANADIAN SYLLABICS WEST-CREE TWAA",
40536  direction="l",
40537  linebreak="al",
40538  unicodeslot=0x1464,
40539 },
40540 [0x1465]={
40541  category="lo",
40542  description="CANADIAN SYLLABICS NASKAPI TWAA",
40543  direction="l",
40544  linebreak="al",
40545  unicodeslot=0x1465,
40546 },
40547 [0x1466]={
40548  category="lo",
40549  description="CANADIAN SYLLABICS T",
40550  direction="l",
40551  linebreak="al",
40552  unicodeslot=0x1466,
40553 },
40554 [0x1467]={
40555  category="lo",
40556  description="CANADIAN SYLLABICS TTE",
40557  direction="l",
40558  linebreak="al",
40559  unicodeslot=0x1467,
40560 },
40561 [0x1468]={
40562  category="lo",
40563  description="CANADIAN SYLLABICS TTI",
40564  direction="l",
40565  linebreak="al",
40566  unicodeslot=0x1468,
40567 },
40568 [0x1469]={
40569  category="lo",
40570  description="CANADIAN SYLLABICS TTO",
40571  direction="l",
40572  linebreak="al",
40573  unicodeslot=0x1469,
40574 },
40575 [0x146A]={
40576  category="lo",
40577  description="CANADIAN SYLLABICS TTA",
40578  direction="l",
40579  linebreak="al",
40580  unicodeslot=0x146A,
40581 },
40582 [0x146B]={
40583  category="lo",
40584  description="CANADIAN SYLLABICS KE",
40585  direction="l",
40586  linebreak="al",
40587  unicodeslot=0x146B,
40588 },
40589 [0x146C]={
40590  category="lo",
40591  description="CANADIAN SYLLABICS KAAI",
40592  direction="l",
40593  linebreak="al",
40594  unicodeslot=0x146C,
40595 },
40596 [0x146D]={
40597  category="lo",
40598  description="CANADIAN SYLLABICS KI",
40599  direction="l",
40600  linebreak="al",
40601  unicodeslot=0x146D,
40602 },
40603 [0x146E]={
40604  category="lo",
40605  description="CANADIAN SYLLABICS KII",
40606  direction="l",
40607  linebreak="al",
40608  unicodeslot=0x146E,
40609 },
40610 [0x146F]={
40611  category="lo",
40612  description="CANADIAN SYLLABICS KO",
40613  direction="l",
40614  linebreak="al",
40615  unicodeslot=0x146F,
40616 },
40617 [0x1470]={
40618  category="lo",
40619  description="CANADIAN SYLLABICS KOO",
40620  direction="l",
40621  linebreak="al",
40622  unicodeslot=0x1470,
40623 },
40624 [0x1471]={
40625  category="lo",
40626  description="CANADIAN SYLLABICS Y-CREE KOO",
40627  direction="l",
40628  linebreak="al",
40629  unicodeslot=0x1471,
40630 },
40631 [0x1472]={
40632  category="lo",
40633  description="CANADIAN SYLLABICS KA",
40634  direction="l",
40635  linebreak="al",
40636  unicodeslot=0x1472,
40637 },
40638 [0x1473]={
40639  category="lo",
40640  description="CANADIAN SYLLABICS KAA",
40641  direction="l",
40642  linebreak="al",
40643  unicodeslot=0x1473,
40644 },
40645 [0x1474]={
40646  category="lo",
40647  description="CANADIAN SYLLABICS KWE",
40648  direction="l",
40649  linebreak="al",
40650  unicodeslot=0x1474,
40651 },
40652 [0x1475]={
40653  category="lo",
40654  description="CANADIAN SYLLABICS WEST-CREE KWE",
40655  direction="l",
40656  linebreak="al",
40657  unicodeslot=0x1475,
40658 },
40659 [0x1476]={
40660  category="lo",
40661  description="CANADIAN SYLLABICS KWI",
40662  direction="l",
40663  linebreak="al",
40664  unicodeslot=0x1476,
40665 },
40666 [0x1477]={
40667  category="lo",
40668  description="CANADIAN SYLLABICS WEST-CREE KWI",
40669  direction="l",
40670  linebreak="al",
40671  unicodeslot=0x1477,
40672 },
40673 [0x1478]={
40674  category="lo",
40675  description="CANADIAN SYLLABICS KWII",
40676  direction="l",
40677  linebreak="al",
40678  unicodeslot=0x1478,
40679 },
40680 [0x1479]={
40681  category="lo",
40682  description="CANADIAN SYLLABICS WEST-CREE KWII",
40683  direction="l",
40684  linebreak="al",
40685  unicodeslot=0x1479,
40686 },
40687 [0x147A]={
40688  category="lo",
40689  description="CANADIAN SYLLABICS KWO",
40690  direction="l",
40691  linebreak="al",
40692  unicodeslot=0x147A,
40693 },
40694 [0x147B]={
40695  category="lo",
40696  description="CANADIAN SYLLABICS WEST-CREE KWO",
40697  direction="l",
40698  linebreak="al",
40699  unicodeslot=0x147B,
40700 },
40701 [0x147C]={
40702  category="lo",
40703  description="CANADIAN SYLLABICS KWOO",
40704  direction="l",
40705  linebreak="al",
40706  unicodeslot=0x147C,
40707 },
40708 [0x147D]={
40709  category="lo",
40710  description="CANADIAN SYLLABICS WEST-CREE KWOO",
40711  direction="l",
40712  linebreak="al",
40713  unicodeslot=0x147D,
40714 },
40715 [0x147E]={
40716  category="lo",
40717  description="CANADIAN SYLLABICS KWA",
40718  direction="l",
40719  linebreak="al",
40720  unicodeslot=0x147E,
40721 },
40722 [0x147F]={
40723  category="lo",
40724  description="CANADIAN SYLLABICS WEST-CREE KWA",
40725  direction="l",
40726  linebreak="al",
40727  unicodeslot=0x147F,
40728 },
40729 [0x1480]={
40730  category="lo",
40731  description="CANADIAN SYLLABICS KWAA",
40732  direction="l",
40733  linebreak="al",
40734  unicodeslot=0x1480,
40735 },
40736 [0x1481]={
40737  category="lo",
40738  description="CANADIAN SYLLABICS WEST-CREE KWAA",
40739  direction="l",
40740  linebreak="al",
40741  unicodeslot=0x1481,
40742 },
40743 [0x1482]={
40744  category="lo",
40745  description="CANADIAN SYLLABICS NASKAPI KWAA",
40746  direction="l",
40747  linebreak="al",
40748  unicodeslot=0x1482,
40749 },
40750 [0x1483]={
40751  category="lo",
40752  description="CANADIAN SYLLABICS K",
40753  direction="l",
40754  linebreak="al",
40755  unicodeslot=0x1483,
40756 },
40757 [0x1484]={
40758  category="lo",
40759  description="CANADIAN SYLLABICS KW",
40760  direction="l",
40761  linebreak="al",
40762  unicodeslot=0x1484,
40763 },
40764 [0x1485]={
40765  category="lo",
40766  description="CANADIAN SYLLABICS SOUTH-SLAVEY KEH",
40767  direction="l",
40768  linebreak="al",
40769  unicodeslot=0x1485,
40770 },
40771 [0x1486]={
40772  category="lo",
40773  description="CANADIAN SYLLABICS SOUTH-SLAVEY KIH",
40774  direction="l",
40775  linebreak="al",
40776  unicodeslot=0x1486,
40777 },
40778 [0x1487]={
40779  category="lo",
40780  description="CANADIAN SYLLABICS SOUTH-SLAVEY KOH",
40781  direction="l",
40782  linebreak="al",
40783  unicodeslot=0x1487,
40784 },
40785 [0x1488]={
40786  category="lo",
40787  description="CANADIAN SYLLABICS SOUTH-SLAVEY KAH",
40788  direction="l",
40789  linebreak="al",
40790  unicodeslot=0x1488,
40791 },
40792 [0x1489]={
40793  category="lo",
40794  description="CANADIAN SYLLABICS CE",
40795  direction="l",
40796  linebreak="al",
40797  unicodeslot=0x1489,
40798 },
40799 [0x148A]={
40800  category="lo",
40801  description="CANADIAN SYLLABICS CAAI",
40802  direction="l",
40803  linebreak="al",
40804  unicodeslot=0x148A,
40805 },
40806 [0x148B]={
40807  category="lo",
40808  description="CANADIAN SYLLABICS CI",
40809  direction="l",
40810  linebreak="al",
40811  unicodeslot=0x148B,
40812 },
40813 [0x148C]={
40814  category="lo",
40815  description="CANADIAN SYLLABICS CII",
40816  direction="l",
40817  linebreak="al",
40818  unicodeslot=0x148C,
40819 },
40820 [0x148D]={
40821  category="lo",
40822  description="CANADIAN SYLLABICS CO",
40823  direction="l",
40824  linebreak="al",
40825  unicodeslot=0x148D,
40826 },
40827 [0x148E]={
40828  category="lo",
40829  description="CANADIAN SYLLABICS COO",
40830  direction="l",
40831  linebreak="al",
40832  unicodeslot=0x148E,
40833 },
40834 [0x148F]={
40835  category="lo",
40836  description="CANADIAN SYLLABICS Y-CREE COO",
40837  direction="l",
40838  linebreak="al",
40839  unicodeslot=0x148F,
40840 },
40841 [0x1490]={
40842  category="lo",
40843  description="CANADIAN SYLLABICS CA",
40844  direction="l",
40845  linebreak="al",
40846  unicodeslot=0x1490,
40847 },
40848 [0x1491]={
40849  category="lo",
40850  description="CANADIAN SYLLABICS CAA",
40851  direction="l",
40852  linebreak="al",
40853  unicodeslot=0x1491,
40854 },
40855 [0x1492]={
40856  category="lo",
40857  description="CANADIAN SYLLABICS CWE",
40858  direction="l",
40859  linebreak="al",
40860  unicodeslot=0x1492,
40861 },
40862 [0x1493]={
40863  category="lo",
40864  description="CANADIAN SYLLABICS WEST-CREE CWE",
40865  direction="l",
40866  linebreak="al",
40867  unicodeslot=0x1493,
40868 },
40869 [0x1494]={
40870  category="lo",
40871  description="CANADIAN SYLLABICS CWI",
40872  direction="l",
40873  linebreak="al",
40874  unicodeslot=0x1494,
40875 },
40876 [0x1495]={
40877  category="lo",
40878  description="CANADIAN SYLLABICS WEST-CREE CWI",
40879  direction="l",
40880  linebreak="al",
40881  unicodeslot=0x1495,
40882 },
40883 [0x1496]={
40884  category="lo",
40885  description="CANADIAN SYLLABICS CWII",
40886  direction="l",
40887  linebreak="al",
40888  unicodeslot=0x1496,
40889 },
40890 [0x1497]={
40891  category="lo",
40892  description="CANADIAN SYLLABICS WEST-CREE CWII",
40893  direction="l",
40894  linebreak="al",
40895  unicodeslot=0x1497,
40896 },
40897 [0x1498]={
40898  category="lo",
40899  description="CANADIAN SYLLABICS CWO",
40900  direction="l",
40901  linebreak="al",
40902  unicodeslot=0x1498,
40903 },
40904 [0x1499]={
40905  category="lo",
40906  description="CANADIAN SYLLABICS WEST-CREE CWO",
40907  direction="l",
40908  linebreak="al",
40909  unicodeslot=0x1499,
40910 },
40911 [0x149A]={
40912  category="lo",
40913  description="CANADIAN SYLLABICS CWOO",
40914  direction="l",
40915  linebreak="al",
40916  unicodeslot=0x149A,
40917 },
40918 [0x149B]={
40919  category="lo",
40920  description="CANADIAN SYLLABICS WEST-CREE CWOO",
40921  direction="l",
40922  linebreak="al",
40923  unicodeslot=0x149B,
40924 },
40925 [0x149C]={
40926  category="lo",
40927  description="CANADIAN SYLLABICS CWA",
40928  direction="l",
40929  linebreak="al",
40930  unicodeslot=0x149C,
40931 },
40932 [0x149D]={
40933  category="lo",
40934  description="CANADIAN SYLLABICS WEST-CREE CWA",
40935  direction="l",
40936  linebreak="al",
40937  unicodeslot=0x149D,
40938 },
40939 [0x149E]={
40940  category="lo",
40941  description="CANADIAN SYLLABICS CWAA",
40942  direction="l",
40943  linebreak="al",
40944  unicodeslot=0x149E,
40945 },
40946 [0x149F]={
40947  category="lo",
40948  description="CANADIAN SYLLABICS WEST-CREE CWAA",
40949  direction="l",
40950  linebreak="al",
40951  unicodeslot=0x149F,
40952 },
40953 [0x14A0]={
40954  category="lo",
40955  description="CANADIAN SYLLABICS NASKAPI CWAA",
40956  direction="l",
40957  linebreak="al",
40958  unicodeslot=0x14A0,
40959 },
40960 [0x14A1]={
40961  category="lo",
40962  description="CANADIAN SYLLABICS C",
40963  direction="l",
40964  linebreak="al",
40965  unicodeslot=0x14A1,
40966 },
40967 [0x14A2]={
40968  category="lo",
40969  description="CANADIAN SYLLABICS SAYISI TH",
40970  direction="l",
40971  linebreak="al",
40972  unicodeslot=0x14A2,
40973 },
40974 [0x14A3]={
40975  category="lo",
40976  description="CANADIAN SYLLABICS ME",
40977  direction="l",
40978  linebreak="al",
40979  unicodeslot=0x14A3,
40980 },
40981 [0x14A4]={
40982  category="lo",
40983  description="CANADIAN SYLLABICS MAAI",
40984  direction="l",
40985  linebreak="al",
40986  unicodeslot=0x14A4,
40987 },
40988 [0x14A5]={
40989  category="lo",
40990  description="CANADIAN SYLLABICS MI",
40991  direction="l",
40992  linebreak="al",
40993  unicodeslot=0x14A5,
40994 },
40995 [0x14A6]={
40996  category="lo",
40997  description="CANADIAN SYLLABICS MII",
40998  direction="l",
40999  linebreak="al",
41000  unicodeslot=0x14A6,
41001 },
41002 [0x14A7]={
41003  category="lo",
41004  description="CANADIAN SYLLABICS MO",
41005  direction="l",
41006  linebreak="al",
41007  unicodeslot=0x14A7,
41008 },
41009 [0x14A8]={
41010  category="lo",
41011  description="CANADIAN SYLLABICS MOO",
41012  direction="l",
41013  linebreak="al",
41014  unicodeslot=0x14A8,
41015 },
41016 [0x14A9]={
41017  category="lo",
41018  description="CANADIAN SYLLABICS Y-CREE MOO",
41019  direction="l",
41020  linebreak="al",
41021  unicodeslot=0x14A9,
41022 },
41023 [0x14AA]={
41024  category="lo",
41025  description="CANADIAN SYLLABICS MA",
41026  direction="l",
41027  linebreak="al",
41028  unicodeslot=0x14AA,
41029 },
41030 [0x14AB]={
41031  category="lo",
41032  description="CANADIAN SYLLABICS MAA",
41033  direction="l",
41034  linebreak="al",
41035  unicodeslot=0x14AB,
41036 },
41037 [0x14AC]={
41038  category="lo",
41039  description="CANADIAN SYLLABICS MWE",
41040  direction="l",
41041  linebreak="al",
41042  unicodeslot=0x14AC,
41043 },
41044 [0x14AD]={
41045  category="lo",
41046  description="CANADIAN SYLLABICS WEST-CREE MWE",
41047  direction="l",
41048  linebreak="al",
41049  unicodeslot=0x14AD,
41050 },
41051 [0x14AE]={
41052  category="lo",
41053  description="CANADIAN SYLLABICS MWI",
41054  direction="l",
41055  linebreak="al",
41056  unicodeslot=0x14AE,
41057 },
41058 [0x14AF]={
41059  category="lo",
41060  description="CANADIAN SYLLABICS WEST-CREE MWI",
41061  direction="l",
41062  linebreak="al",
41063  unicodeslot=0x14AF,
41064 },
41065 [0x14B0]={
41066  category="lo",
41067  description="CANADIAN SYLLABICS MWII",
41068  direction="l",
41069  linebreak="al",
41070  unicodeslot=0x14B0,
41071 },
41072 [0x14B1]={
41073  category="lo",
41074  description="CANADIAN SYLLABICS WEST-CREE MWII",
41075  direction="l",
41076  linebreak="al",
41077  unicodeslot=0x14B1,
41078 },
41079 [0x14B2]={
41080  category="lo",
41081  description="CANADIAN SYLLABICS MWO",
41082  direction="l",
41083  linebreak="al",
41084  unicodeslot=0x14B2,
41085 },
41086 [0x14B3]={
41087  category="lo",
41088  description="CANADIAN SYLLABICS WEST-CREE MWO",
41089  direction="l",
41090  linebreak="al",
41091  unicodeslot=0x14B3,
41092 },
41093 [0x14B4]={
41094  category="lo",
41095  description="CANADIAN SYLLABICS MWOO",
41096  direction="l",
41097  linebreak="al",
41098  unicodeslot=0x14B4,
41099 },
41100 [0x14B5]={
41101  category="lo",
41102  description="CANADIAN SYLLABICS WEST-CREE MWOO",
41103  direction="l",
41104  linebreak="al",
41105  unicodeslot=0x14B5,
41106 },
41107 [0x14B6]={
41108  category="lo",
41109  description="CANADIAN SYLLABICS MWA",
41110  direction="l",
41111  linebreak="al",
41112  unicodeslot=0x14B6,
41113 },
41114 [0x14B7]={
41115  category="lo",
41116  description="CANADIAN SYLLABICS WEST-CREE MWA",
41117  direction="l",
41118  linebreak="al",
41119  unicodeslot=0x14B7,
41120 },
41121 [0x14B8]={
41122  category="lo",
41123  description="CANADIAN SYLLABICS MWAA",
41124  direction="l",
41125  linebreak="al",
41126  unicodeslot=0x14B8,
41127 },
41128 [0x14B9]={
41129  category="lo",
41130  description="CANADIAN SYLLABICS WEST-CREE MWAA",
41131  direction="l",
41132  linebreak="al",
41133  unicodeslot=0x14B9,
41134 },
41135 [0x14BA]={
41136  category="lo",
41137  description="CANADIAN SYLLABICS NASKAPI MWAA",
41138  direction="l",
41139  linebreak="al",
41140  unicodeslot=0x14BA,
41141 },
41142 [0x14BB]={
41143  category="lo",
41144  description="CANADIAN SYLLABICS M",
41145  direction="l",
41146  linebreak="al",
41147  unicodeslot=0x14BB,
41148 },
41149 [0x14BC]={
41150  category="lo",
41151  description="CANADIAN SYLLABICS WEST-CREE M",
41152  direction="l",
41153  linebreak="al",
41154  unicodeslot=0x14BC,
41155 },
41156 [0x14BD]={
41157  category="lo",
41158  description="CANADIAN SYLLABICS MH",
41159  direction="l",
41160  linebreak="al",
41161  unicodeslot=0x14BD,
41162 },
41163 [0x14BE]={
41164  category="lo",
41165  description="CANADIAN SYLLABICS ATHAPASCAN M",
41166  direction="l",
41167  linebreak="al",
41168  unicodeslot=0x14BE,
41169 },
41170 [0x14BF]={
41171  category="lo",
41172  description="CANADIAN SYLLABICS SAYISI M",
41173  direction="l",
41174  linebreak="al",
41175  unicodeslot=0x14BF,
41176 },
41177 [0x14C0]={
41178  category="lo",
41179  description="CANADIAN SYLLABICS NE",
41180  direction="l",
41181  linebreak="al",
41182  unicodeslot=0x14C0,
41183 },
41184 [0x14C1]={
41185  category="lo",
41186  description="CANADIAN SYLLABICS NAAI",
41187  direction="l",
41188  linebreak="al",
41189  unicodeslot=0x14C1,
41190 },
41191 [0x14C2]={
41192  category="lo",
41193  description="CANADIAN SYLLABICS NI",
41194  direction="l",
41195  linebreak="al",
41196  unicodeslot=0x14C2,
41197 },
41198 [0x14C3]={
41199  category="lo",
41200  description="CANADIAN SYLLABICS NII",
41201  direction="l",
41202  linebreak="al",
41203  unicodeslot=0x14C3,
41204 },
41205 [0x14C4]={
41206  category="lo",
41207  description="CANADIAN SYLLABICS NO",
41208  direction="l",
41209  linebreak="al",
41210  unicodeslot=0x14C4,
41211 },
41212 [0x14C5]={
41213  category="lo",
41214  description="CANADIAN SYLLABICS NOO",
41215  direction="l",
41216  linebreak="al",
41217  unicodeslot=0x14C5,
41218 },
41219 [0x14C6]={
41220  category="lo",
41221  description="CANADIAN SYLLABICS Y-CREE NOO",
41222  direction="l",
41223  linebreak="al",
41224  unicodeslot=0x14C6,
41225 },
41226 [0x14C7]={
41227  category="lo",
41228  description="CANADIAN SYLLABICS NA",
41229  direction="l",
41230  linebreak="al",
41231  unicodeslot=0x14C7,
41232 },
41233 [0x14C8]={
41234  category="lo",
41235  description="CANADIAN SYLLABICS NAA",
41236  direction="l",
41237  linebreak="al",
41238  unicodeslot=0x14C8,
41239 },
41240 [0x14C9]={
41241  category="lo",
41242  description="CANADIAN SYLLABICS NWE",
41243  direction="l",
41244  linebreak="al",
41245  unicodeslot=0x14C9,
41246 },
41247 [0x14CA]={
41248  category="lo",
41249  description="CANADIAN SYLLABICS WEST-CREE NWE",
41250  direction="l",
41251  linebreak="al",
41252  unicodeslot=0x14CA,
41253 },
41254 [0x14CB]={
41255  category="lo",
41256  description="CANADIAN SYLLABICS NWA",
41257  direction="l",
41258  linebreak="al",
41259  unicodeslot=0x14CB,
41260 },
41261 [0x14CC]={
41262  category="lo",
41263  description="CANADIAN SYLLABICS WEST-CREE NWA",
41264  direction="l",
41265  linebreak="al",
41266  unicodeslot=0x14CC,
41267 },
41268 [0x14CD]={
41269  category="lo",
41270  description="CANADIAN SYLLABICS NWAA",
41271  direction="l",
41272  linebreak="al",
41273  unicodeslot=0x14CD,
41274 },
41275 [0x14CE]={
41276  category="lo",
41277  description="CANADIAN SYLLABICS WEST-CREE NWAA",
41278  direction="l",
41279  linebreak="al",
41280  unicodeslot=0x14CE,
41281 },
41282 [0x14CF]={
41283  category="lo",
41284  description="CANADIAN SYLLABICS NASKAPI NWAA",
41285  direction="l",
41286  linebreak="al",
41287  unicodeslot=0x14CF,
41288 },
41289 [0x14D0]={
41290  category="lo",
41291  description="CANADIAN SYLLABICS N",
41292  direction="l",
41293  linebreak="al",
41294  unicodeslot=0x14D0,
41295 },
41296 [0x14D1]={
41297  category="lo",
41298  description="CANADIAN SYLLABICS CARRIER NG",
41299  direction="l",
41300  linebreak="al",
41301  unicodeslot=0x14D1,
41302 },
41303 [0x14D2]={
41304  category="lo",
41305  description="CANADIAN SYLLABICS NH",
41306  direction="l",
41307  linebreak="al",
41308  unicodeslot=0x14D2,
41309 },
41310 [0x14D3]={
41311  category="lo",
41312  description="CANADIAN SYLLABICS LE",
41313  direction="l",
41314  linebreak="al",
41315  unicodeslot=0x14D3,
41316 },
41317 [0x14D4]={
41318  category="lo",
41319  description="CANADIAN SYLLABICS LAAI",
41320  direction="l",
41321  linebreak="al",
41322  unicodeslot=0x14D4,
41323 },
41324 [0x14D5]={
41325  category="lo",
41326  description="CANADIAN SYLLABICS LI",
41327  direction="l",
41328  linebreak="al",
41329  unicodeslot=0x14D5,
41330 },
41331 [0x14D6]={
41332  category="lo",
41333  description="CANADIAN SYLLABICS LII",
41334  direction="l",
41335  linebreak="al",
41336  unicodeslot=0x14D6,
41337 },
41338 [0x14D7]={
41339  category="lo",
41340  description="CANADIAN SYLLABICS LO",
41341  direction="l",
41342  linebreak="al",
41343  unicodeslot=0x14D7,
41344 },
41345 [0x14D8]={
41346  category="lo",
41347  description="CANADIAN SYLLABICS LOO",
41348  direction="l",
41349  linebreak="al",
41350  unicodeslot=0x14D8,
41351 },
41352 [0x14D9]={
41353  category="lo",
41354  description="CANADIAN SYLLABICS Y-CREE LOO",
41355  direction="l",
41356  linebreak="al",
41357  unicodeslot=0x14D9,
41358 },
41359 [0x14DA]={
41360  category="lo",
41361  description="CANADIAN SYLLABICS LA",
41362  direction="l",
41363  linebreak="al",
41364  unicodeslot=0x14DA,
41365 },
41366 [0x14DB]={
41367  category="lo",
41368  description="CANADIAN SYLLABICS LAA",
41369  direction="l",
41370  linebreak="al",
41371  unicodeslot=0x14DB,
41372 },
41373 [0x14DC]={
41374  category="lo",
41375  description="CANADIAN SYLLABICS LWE",
41376  direction="l",
41377  linebreak="al",
41378  unicodeslot=0x14DC,
41379 },
41380 [0x14DD]={
41381  category="lo",
41382  description="CANADIAN SYLLABICS WEST-CREE LWE",
41383  direction="l",
41384  linebreak="al",
41385  unicodeslot=0x14DD,
41386 },
41387 [0x14DE]={
41388  category="lo",
41389  description="CANADIAN SYLLABICS LWI",
41390  direction="l",
41391  linebreak="al",
41392  unicodeslot=0x14DE,
41393 },
41394 [0x14DF]={
41395  category="lo",
41396  description="CANADIAN SYLLABICS WEST-CREE LWI",
41397  direction="l",
41398  linebreak="al",
41399  unicodeslot=0x14DF,
41400 },
41401 [0x14E0]={
41402  category="lo",
41403  description="CANADIAN SYLLABICS LWII",
41404  direction="l",
41405  linebreak="al",
41406  unicodeslot=0x14E0,
41407 },
41408 [0x14E1]={
41409  category="lo",
41410  description="CANADIAN SYLLABICS WEST-CREE LWII",
41411  direction="l",
41412  linebreak="al",
41413  unicodeslot=0x14E1,
41414 },
41415 [0x14E2]={
41416  category="lo",
41417  description="CANADIAN SYLLABICS LWO",
41418  direction="l",
41419  linebreak="al",
41420  unicodeslot=0x14E2,
41421 },
41422 [0x14E3]={
41423  category="lo",
41424  description="CANADIAN SYLLABICS WEST-CREE LWO",
41425  direction="l",
41426  linebreak="al",
41427  unicodeslot=0x14E3,
41428 },
41429 [0x14E4]={
41430  category="lo",
41431  description="CANADIAN SYLLABICS LWOO",
41432  direction="l",
41433  linebreak="al",
41434  unicodeslot=0x14E4,
41435 },
41436 [0x14E5]={
41437  category="lo",
41438  description="CANADIAN SYLLABICS WEST-CREE LWOO",
41439  direction="l",
41440  linebreak="al",
41441  unicodeslot=0x14E5,
41442 },
41443 [0x14E6]={
41444  category="lo",
41445  description="CANADIAN SYLLABICS LWA",
41446  direction="l",
41447  linebreak="al",
41448  unicodeslot=0x14E6,
41449 },
41450 [0x14E7]={
41451  category="lo",
41452  description="CANADIAN SYLLABICS WEST-CREE LWA",
41453  direction="l",
41454  linebreak="al",
41455  unicodeslot=0x14E7,
41456 },
41457 [0x14E8]={
41458  category="lo",
41459  description="CANADIAN SYLLABICS LWAA",
41460  direction="l",
41461  linebreak="al",
41462  unicodeslot=0x14E8,
41463 },
41464 [0x14E9]={
41465  category="lo",
41466  description="CANADIAN SYLLABICS WEST-CREE LWAA",
41467  direction="l",
41468  linebreak="al",
41469  unicodeslot=0x14E9,
41470 },
41471 [0x14EA]={
41472  category="lo",
41473  description="CANADIAN SYLLABICS L",
41474  direction="l",
41475  linebreak="al",
41476  unicodeslot=0x14EA,
41477 },
41478 [0x14EB]={
41479  category="lo",
41480  description="CANADIAN SYLLABICS WEST-CREE L",
41481  direction="l",
41482  linebreak="al",
41483  unicodeslot=0x14EB,
41484 },
41485 [0x14EC]={
41486  category="lo",
41487  description="CANADIAN SYLLABICS MEDIAL L",
41488  direction="l",
41489  linebreak="al",
41490  unicodeslot=0x14EC,
41491 },
41492 [0x14ED]={
41493  category="lo",
41494  description="CANADIAN SYLLABICS SE",
41495  direction="l",
41496  linebreak="al",
41497  unicodeslot=0x14ED,
41498 },
41499 [0x14EE]={
41500  category="lo",
41501  description="CANADIAN SYLLABICS SAAI",
41502  direction="l",
41503  linebreak="al",
41504  unicodeslot=0x14EE,
41505 },
41506 [0x14EF]={
41507  category="lo",
41508  description="CANADIAN SYLLABICS SI",
41509  direction="l",
41510  linebreak="al",
41511  unicodeslot=0x14EF,
41512 },
41513 [0x14F0]={
41514  category="lo",
41515  description="CANADIAN SYLLABICS SII",
41516  direction="l",
41517  linebreak="al",
41518  unicodeslot=0x14F0,
41519 },
41520 [0x14F1]={
41521  category="lo",
41522  description="CANADIAN SYLLABICS SO",
41523  direction="l",
41524  linebreak="al",
41525  unicodeslot=0x14F1,
41526 },
41527 [0x14F2]={
41528  category="lo",
41529  description="CANADIAN SYLLABICS SOO",
41530  direction="l",
41531  linebreak="al",
41532  unicodeslot=0x14F2,
41533 },
41534 [0x14F3]={
41535  category="lo",
41536  description="CANADIAN SYLLABICS Y-CREE SOO",
41537  direction="l",
41538  linebreak="al",
41539  unicodeslot=0x14F3,
41540 },
41541 [0x14F4]={
41542  category="lo",
41543  description="CANADIAN SYLLABICS SA",
41544  direction="l",
41545  linebreak="al",
41546  unicodeslot=0x14F4,
41547 },
41548 [0x14F5]={
41549  category="lo",
41550  description="CANADIAN SYLLABICS SAA",
41551  direction="l",
41552  linebreak="al",
41553  unicodeslot=0x14F5,
41554 },
41555 [0x14F6]={
41556  category="lo",
41557  description="CANADIAN SYLLABICS SWE",
41558  direction="l",
41559  linebreak="al",
41560  unicodeslot=0x14F6,
41561 },
41562 [0x14F7]={
41563  category="lo",
41564  description="CANADIAN SYLLABICS WEST-CREE SWE",
41565  direction="l",
41566  linebreak="al",
41567  unicodeslot=0x14F7,
41568 },
41569 [0x14F8]={
41570  category="lo",
41571  description="CANADIAN SYLLABICS SWI",
41572  direction="l",
41573  linebreak="al",
41574  unicodeslot=0x14F8,
41575 },
41576 [0x14F9]={
41577  category="lo",
41578  description="CANADIAN SYLLABICS WEST-CREE SWI",
41579  direction="l",
41580  linebreak="al",
41581  unicodeslot=0x14F9,
41582 },
41583 [0x14FA]={
41584  category="lo",
41585  description="CANADIAN SYLLABICS SWII",
41586  direction="l",
41587  linebreak="al",
41588  unicodeslot=0x14FA,
41589 },
41590 [0x14FB]={
41591  category="lo",
41592  description="CANADIAN SYLLABICS WEST-CREE SWII",
41593  direction="l",
41594  linebreak="al",
41595  unicodeslot=0x14FB,
41596 },
41597 [0x14FC]={
41598  category="lo",
41599  description="CANADIAN SYLLABICS SWO",
41600  direction="l",
41601  linebreak="al",
41602  unicodeslot=0x14FC,
41603 },
41604 [0x14FD]={
41605  category="lo",
41606  description="CANADIAN SYLLABICS WEST-CREE SWO",
41607  direction="l",
41608  linebreak="al",
41609  unicodeslot=0x14FD,
41610 },
41611 [0x14FE]={
41612  category="lo",
41613  description="CANADIAN SYLLABICS SWOO",
41614  direction="l",
41615  linebreak="al",
41616  unicodeslot=0x14FE,
41617 },
41618 [0x14FF]={
41619  category="lo",
41620  description="CANADIAN SYLLABICS WEST-CREE SWOO",
41621  direction="l",
41622  linebreak="al",
41623  unicodeslot=0x14FF,
41624 },
41625 [0x1500]={
41626  category="lo",
41627  description="CANADIAN SYLLABICS SWA",
41628  direction="l",
41629  linebreak="al",
41630  unicodeslot=0x1500,
41631 },
41632 [0x1501]={
41633  category="lo",
41634  description="CANADIAN SYLLABICS WEST-CREE SWA",
41635  direction="l",
41636  linebreak="al",
41637  unicodeslot=0x1501,
41638 },
41639 [0x1502]={
41640  category="lo",
41641  description="CANADIAN SYLLABICS SWAA",
41642  direction="l",
41643  linebreak="al",
41644  unicodeslot=0x1502,
41645 },
41646 [0x1503]={
41647  category="lo",
41648  description="CANADIAN SYLLABICS WEST-CREE SWAA",
41649  direction="l",
41650  linebreak="al",
41651  unicodeslot=0x1503,
41652 },
41653 [0x1504]={
41654  category="lo",
41655  description="CANADIAN SYLLABICS NASKAPI SWAA",
41656  direction="l",
41657  linebreak="al",
41658  unicodeslot=0x1504,
41659 },
41660 [0x1505]={
41661  category="lo",
41662  description="CANADIAN SYLLABICS S",
41663  direction="l",
41664  linebreak="al",
41665  unicodeslot=0x1505,
41666 },
41667 [0x1506]={
41668  category="lo",
41669  description="CANADIAN SYLLABICS ATHAPASCAN S",
41670  direction="l",
41671  linebreak="al",
41672  unicodeslot=0x1506,
41673 },
41674 [0x1507]={
41675  category="lo",
41676  description="CANADIAN SYLLABICS SW",
41677  direction="l",
41678  linebreak="al",
41679  unicodeslot=0x1507,
41680 },
41681 [0x1508]={
41682  category="lo",
41683  description="CANADIAN SYLLABICS BLACKFOOT S",
41684  direction="l",
41685  linebreak="al",
41686  unicodeslot=0x1508,
41687 },
41688 [0x1509]={
41689  category="lo",
41690  description="CANADIAN SYLLABICS MOOSE-CREE SK",
41691  direction="l",
41692  linebreak="al",
41693  unicodeslot=0x1509,
41694 },
41695 [0x150A]={
41696  category="lo",
41697  description="CANADIAN SYLLABICS NASKAPI SKW",
41698  direction="l",
41699  linebreak="al",
41700  unicodeslot=0x150A,
41701 },
41702 [0x150B]={
41703  category="lo",
41704  description="CANADIAN SYLLABICS NASKAPI S-W",
41705  direction="l",
41706  linebreak="al",
41707  unicodeslot=0x150B,
41708 },
41709 [0x150C]={
41710  category="lo",
41711  description="CANADIAN SYLLABICS NASKAPI SPWA",
41712  direction="l",
41713  linebreak="al",
41714  unicodeslot=0x150C,
41715 },
41716 [0x150D]={
41717  category="lo",
41718  description="CANADIAN SYLLABICS NASKAPI STWA",
41719  direction="l",
41720  linebreak="al",
41721  unicodeslot=0x150D,
41722 },
41723 [0x150E]={
41724  category="lo",
41725  description="CANADIAN SYLLABICS NASKAPI SKWA",
41726  direction="l",
41727  linebreak="al",
41728  unicodeslot=0x150E,
41729 },
41730 [0x150F]={
41731  category="lo",
41732  description="CANADIAN SYLLABICS NASKAPI SCWA",
41733  direction="l",
41734  linebreak="al",
41735  unicodeslot=0x150F,
41736 },
41737 [0x1510]={
41738  category="lo",
41739  description="CANADIAN SYLLABICS SHE",
41740  direction="l",
41741  linebreak="al",
41742  unicodeslot=0x1510,
41743 },
41744 [0x1511]={
41745  category="lo",
41746  description="CANADIAN SYLLABICS SHI",
41747  direction="l",
41748  linebreak="al",
41749  unicodeslot=0x1511,
41750 },
41751 [0x1512]={
41752  category="lo",
41753  description="CANADIAN SYLLABICS SHII",
41754  direction="l",
41755  linebreak="al",
41756  unicodeslot=0x1512,
41757 },
41758 [0x1513]={
41759  category="lo",
41760  description="CANADIAN SYLLABICS SHO",
41761  direction="l",
41762  linebreak="al",
41763  unicodeslot=0x1513,
41764 },
41765 [0x1514]={
41766  category="lo",
41767  description="CANADIAN SYLLABICS SHOO",
41768  direction="l",
41769  linebreak="al",
41770  unicodeslot=0x1514,
41771 },
41772 [0x1515]={
41773  category="lo",
41774  description="CANADIAN SYLLABICS SHA",
41775  direction="l",
41776  linebreak="al",
41777  unicodeslot=0x1515,
41778 },
41779 [0x1516]={
41780  category="lo",
41781  description="CANADIAN SYLLABICS SHAA",
41782  direction="l",
41783  linebreak="al",
41784  unicodeslot=0x1516,
41785 },
41786 [0x1517]={
41787  category="lo",
41788  description="CANADIAN SYLLABICS SHWE",
41789  direction="l",
41790  linebreak="al",
41791  unicodeslot=0x1517,
41792 },
41793 [0x1518]={
41794  category="lo",
41795  description="CANADIAN SYLLABICS WEST-CREE SHWE",
41796  direction="l",
41797  linebreak="al",
41798  unicodeslot=0x1518,
41799 },
41800 [0x1519]={
41801  category="lo",
41802  description="CANADIAN SYLLABICS SHWI",
41803  direction="l",
41804  linebreak="al",
41805  unicodeslot=0x1519,
41806 },
41807 [0x151A]={
41808  category="lo",
41809  description="CANADIAN SYLLABICS WEST-CREE SHWI",
41810  direction="l",
41811  linebreak="al",
41812  unicodeslot=0x151A,
41813 },
41814 [0x151B]={
41815  category="lo",
41816  description="CANADIAN SYLLABICS SHWII",
41817  direction="l",
41818  linebreak="al",
41819  unicodeslot=0x151B,
41820 },
41821 [0x151C]={
41822  category="lo",
41823  description="CANADIAN SYLLABICS WEST-CREE SHWII",
41824  direction="l",
41825  linebreak="al",
41826  unicodeslot=0x151C,
41827 },
41828 [0x151D]={
41829  category="lo",
41830  description="CANADIAN SYLLABICS SHWO",
41831  direction="l",
41832  linebreak="al",
41833  unicodeslot=0x151D,
41834 },
41835 [0x151E]={
41836  category="lo",
41837  description="CANADIAN SYLLABICS WEST-CREE SHWO",
41838  direction="l",
41839  linebreak="al",
41840  unicodeslot=0x151E,
41841 },
41842 [0x151F]={
41843  category="lo",
41844  description="CANADIAN SYLLABICS SHWOO",
41845  direction="l",
41846  linebreak="al",
41847  unicodeslot=0x151F,
41848 },
41849 [0x1520]={
41850  category="lo",
41851  description="CANADIAN SYLLABICS WEST-CREE SHWOO",
41852  direction="l",
41853  linebreak="al",
41854  unicodeslot=0x1520,
41855 },
41856 [0x1521]={
41857  category="lo",
41858  description="CANADIAN SYLLABICS SHWA",
41859  direction="l",
41860  linebreak="al",
41861  unicodeslot=0x1521,
41862 },
41863 [0x1522]={
41864  category="lo",
41865  description="CANADIAN SYLLABICS WEST-CREE SHWA",
41866  direction="l",
41867  linebreak="al",
41868  unicodeslot=0x1522,
41869 },
41870 [0x1523]={
41871  category="lo",
41872  description="CANADIAN SYLLABICS SHWAA",
41873  direction="l",
41874  linebreak="al",
41875  unicodeslot=0x1523,
41876 },
41877 [0x1524]={
41878  category="lo",
41879  description="CANADIAN SYLLABICS WEST-CREE SHWAA",
41880  direction="l",
41881  linebreak="al",
41882  unicodeslot=0x1524,
41883 },
41884 [0x1525]={
41885  category="lo",
41886  description="CANADIAN SYLLABICS SH",
41887  direction="l",
41888  linebreak="al",
41889  unicodeslot=0x1525,
41890 },
41891 [0x1526]={
41892  category="lo",
41893  description="CANADIAN SYLLABICS YE",
41894  direction="l",
41895  linebreak="al",
41896  unicodeslot=0x1526,
41897 },
41898 [0x1527]={
41899  category="lo",
41900  description="CANADIAN SYLLABICS YAAI",
41901  direction="l",
41902  linebreak="al",
41903  unicodeslot=0x1527,
41904 },
41905 [0x1528]={
41906  category="lo",
41907  description="CANADIAN SYLLABICS YI",
41908  direction="l",
41909  linebreak="al",
41910  unicodeslot=0x1528,
41911 },
41912 [0x1529]={
41913  category="lo",
41914  description="CANADIAN SYLLABICS YII",
41915  direction="l",
41916  linebreak="al",
41917  unicodeslot=0x1529,
41918 },
41919 [0x152A]={
41920  category="lo",
41921  description="CANADIAN SYLLABICS YO",
41922  direction="l",
41923  linebreak="al",
41924  unicodeslot=0x152A,
41925 },
41926 [0x152B]={
41927  category="lo",
41928  description="CANADIAN SYLLABICS YOO",
41929  direction="l",
41930  linebreak="al",
41931  unicodeslot=0x152B,
41932 },
41933 [0x152C]={
41934  category="lo",
41935  description="CANADIAN SYLLABICS Y-CREE YOO",
41936  direction="l",
41937  linebreak="al",
41938  unicodeslot=0x152C,
41939 },
41940 [0x152D]={
41941  category="lo",
41942  description="CANADIAN SYLLABICS YA",
41943  direction="l",
41944  linebreak="al",
41945  unicodeslot=0x152D,
41946 },
41947 [0x152E]={
41948  category="lo",
41949  description="CANADIAN SYLLABICS YAA",
41950  direction="l",
41951  linebreak="al",
41952  unicodeslot=0x152E,
41953 },
41954 [0x152F]={
41955  category="lo",
41956  description="CANADIAN SYLLABICS YWE",
41957  direction="l",
41958  linebreak="al",
41959  unicodeslot=0x152F,
41960 },
41961 [0x1530]={
41962  category="lo",
41963  description="CANADIAN SYLLABICS WEST-CREE YWE",
41964  direction="l",
41965  linebreak="al",
41966  unicodeslot=0x1530,
41967 },
41968 [0x1531]={
41969  category="lo",
41970  description="CANADIAN SYLLABICS YWI",
41971  direction="l",
41972  linebreak="al",
41973  unicodeslot=0x1531,
41974 },
41975 [0x1532]={
41976  category="lo",
41977  description="CANADIAN SYLLABICS WEST-CREE YWI",
41978  direction="l",
41979  linebreak="al",
41980  unicodeslot=0x1532,
41981 },
41982 [0x1533]={
41983  category="lo",
41984  description="CANADIAN SYLLABICS YWII",
41985  direction="l",
41986  linebreak="al",
41987  unicodeslot=0x1533,
41988 },
41989 [0x1534]={
41990  category="lo",
41991  description="CANADIAN SYLLABICS WEST-CREE YWII",
41992  direction="l",
41993  linebreak="al",
41994  unicodeslot=0x1534,
41995 },
41996 [0x1535]={
41997  category="lo",
41998  description="CANADIAN SYLLABICS YWO",
41999  direction="l",
42000  linebreak="al",
42001  unicodeslot=0x1535,
42002 },
42003 [0x1536]={
42004  category="lo",
42005  description="CANADIAN SYLLABICS WEST-CREE YWO",
42006  direction="l",
42007  linebreak="al",
42008  unicodeslot=0x1536,
42009 },
42010 [0x1537]={
42011  category="lo",
42012  description="CANADIAN SYLLABICS YWOO",
42013  direction="l",
42014  linebreak="al",
42015  unicodeslot=0x1537,
42016 },
42017 [0x1538]={
42018  category="lo",
42019  description="CANADIAN SYLLABICS WEST-CREE YWOO",
42020  direction="l",
42021  linebreak="al",
42022  unicodeslot=0x1538,
42023 },
42024 [0x1539]={
42025  category="lo",
42026  description="CANADIAN SYLLABICS YWA",
42027  direction="l",
42028  linebreak="al",
42029  unicodeslot=0x1539,
42030 },
42031 [0x153A]={
42032  category="lo",
42033  description="CANADIAN SYLLABICS WEST-CREE YWA",
42034  direction="l",
42035  linebreak="al",
42036  unicodeslot=0x153A,
42037 },
42038 [0x153B]={
42039  category="lo",
42040  description="CANADIAN SYLLABICS YWAA",
42041  direction="l",
42042  linebreak="al",
42043  unicodeslot=0x153B,
42044 },
42045 [0x153C]={
42046  category="lo",
42047  description="CANADIAN SYLLABICS WEST-CREE YWAA",
42048  direction="l",
42049  linebreak="al",
42050  unicodeslot=0x153C,
42051 },
42052 [0x153D]={
42053  category="lo",
42054  description="CANADIAN SYLLABICS NASKAPI YWAA",
42055  direction="l",
42056  linebreak="al",
42057  unicodeslot=0x153D,
42058 },
42059 [0x153E]={
42060  category="lo",
42061  description="CANADIAN SYLLABICS Y",
42062  direction="l",
42063  linebreak="al",
42064  unicodeslot=0x153E,
42065 },
42066 [0x153F]={
42067  category="lo",
42068  description="CANADIAN SYLLABICS BIBLE-CREE Y",
42069  direction="l",
42070  linebreak="al",
42071  unicodeslot=0x153F,
42072 },
42073 [0x1540]={
42074  category="lo",
42075  description="CANADIAN SYLLABICS WEST-CREE Y",
42076  direction="l",
42077  linebreak="al",
42078  unicodeslot=0x1540,
42079 },
42080 [0x1541]={
42081  category="lo",
42082  description="CANADIAN SYLLABICS SAYISI YI",
42083  direction="l",
42084  linebreak="al",
42085  unicodeslot=0x1541,
42086 },
42087 [0x1542]={
42088  category="lo",
42089  description="CANADIAN SYLLABICS RE",
42090  direction="l",
42091  linebreak="al",
42092  unicodeslot=0x1542,
42093 },
42094 [0x1543]={
42095  category="lo",
42096  description="CANADIAN SYLLABICS R-CREE RE",
42097  direction="l",
42098  linebreak="al",
42099  unicodeslot=0x1543,
42100 },
42101 [0x1544]={
42102  category="lo",
42103  description="CANADIAN SYLLABICS WEST-CREE LE",
42104  direction="l",
42105  linebreak="al",
42106  unicodeslot=0x1544,
42107 },
42108 [0x1545]={
42109  category="lo",
42110  description="CANADIAN SYLLABICS RAAI",
42111  direction="l",
42112  linebreak="al",
42113  unicodeslot=0x1545,
42114 },
42115 [0x1546]={
42116  category="lo",
42117  description="CANADIAN SYLLABICS RI",
42118  direction="l",
42119  linebreak="al",
42120  unicodeslot=0x1546,
42121 },
42122 [0x1547]={
42123  category="lo",
42124  description="CANADIAN SYLLABICS RII",
42125  direction="l",
42126  linebreak="al",
42127  unicodeslot=0x1547,
42128 },
42129 [0x1548]={
42130  category="lo",
42131  description="CANADIAN SYLLABICS RO",
42132  direction="l",
42133  linebreak="al",
42134  unicodeslot=0x1548,
42135 },
42136 [0x1549]={
42137  category="lo",
42138  description="CANADIAN SYLLABICS ROO",
42139  direction="l",
42140  linebreak="al",
42141  unicodeslot=0x1549,
42142 },
42143 [0x154A]={
42144  category="lo",
42145  description="CANADIAN SYLLABICS WEST-CREE LO",
42146  direction="l",
42147  linebreak="al",
42148  unicodeslot=0x154A,
42149 },
42150 [0x154B]={
42151  category="lo",
42152  description="CANADIAN SYLLABICS RA",
42153  direction="l",
42154  linebreak="al",
42155  unicodeslot=0x154B,
42156 },
42157 [0x154C]={
42158  category="lo",
42159  description="CANADIAN SYLLABICS RAA",
42160  direction="l",
42161  linebreak="al",
42162  unicodeslot=0x154C,
42163 },
42164 [0x154D]={
42165  category="lo",
42166  description="CANADIAN SYLLABICS WEST-CREE LA",
42167  direction="l",
42168  linebreak="al",
42169  unicodeslot=0x154D,
42170 },
42171 [0x154E]={
42172  category="lo",
42173  description="CANADIAN SYLLABICS RWAA",
42174  direction="l",
42175  linebreak="al",
42176  unicodeslot=0x154E,
42177 },
42178 [0x154F]={
42179  category="lo",
42180  description="CANADIAN SYLLABICS WEST-CREE RWAA",
42181  direction="l",
42182  linebreak="al",
42183  unicodeslot=0x154F,
42184 },
42185 [0x1550]={
42186  category="lo",
42187  description="CANADIAN SYLLABICS R",
42188  direction="l",
42189  linebreak="al",
42190  unicodeslot=0x1550,
42191 },
42192 [0x1551]={
42193  category="lo",
42194  description="CANADIAN SYLLABICS WEST-CREE R",
42195  direction="l",
42196  linebreak="al",
42197  unicodeslot=0x1551,
42198 },
42199 [0x1552]={
42200  category="lo",
42201  description="CANADIAN SYLLABICS MEDIAL R",
42202  direction="l",
42203  linebreak="al",
42204  unicodeslot=0x1552,
42205 },
42206 [0x1553]={
42207  category="lo",
42208  description="CANADIAN SYLLABICS FE",
42209  direction="l",
42210  linebreak="al",
42211  unicodeslot=0x1553,
42212 },
42213 [0x1554]={
42214  category="lo",
42215  description="CANADIAN SYLLABICS FAAI",
42216  direction="l",
42217  linebreak="al",
42218  unicodeslot=0x1554,
42219 },
42220 [0x1555]={
42221  category="lo",
42222  description="CANADIAN SYLLABICS FI",
42223  direction="l",
42224  linebreak="al",
42225  unicodeslot=0x1555,
42226 },
42227 [0x1556]={
42228  category="lo",
42229  description="CANADIAN SYLLABICS FII",
42230  direction="l",
42231  linebreak="al",
42232  unicodeslot=0x1556,
42233 },
42234 [0x1557]={
42235  category="lo",
42236  description="CANADIAN SYLLABICS FO",
42237  direction="l",
42238  linebreak="al",
42239  unicodeslot=0x1557,
42240 },
42241 [0x1558]={
42242  category="lo",
42243  description="CANADIAN SYLLABICS FOO",
42244  direction="l",
42245  linebreak="al",
42246  unicodeslot=0x1558,
42247 },
42248 [0x1559]={
42249  category="lo",
42250  description="CANADIAN SYLLABICS FA",
42251  direction="l",
42252  linebreak="al",
42253  unicodeslot=0x1559,
42254 },
42255 [0x155A]={
42256  category="lo",
42257  description="CANADIAN SYLLABICS FAA",
42258  direction="l",
42259  linebreak="al",
42260  unicodeslot=0x155A,
42261 },
42262 [0x155B]={
42263  category="lo",
42264  description="CANADIAN SYLLABICS FWAA",
42265  direction="l",
42266  linebreak="al",
42267  unicodeslot=0x155B,
42268 },
42269 [0x155C]={
42270  category="lo",
42271  description="CANADIAN SYLLABICS WEST-CREE FWAA",
42272  direction="l",
42273  linebreak="al",
42274  unicodeslot=0x155C,
42275 },
42276 [0x155D]={
42277  category="lo",
42278  description="CANADIAN SYLLABICS F",
42279  direction="l",
42280  linebreak="al",
42281  unicodeslot=0x155D,
42282 },
42283 [0x155E]={
42284  category="lo",
42285  description="CANADIAN SYLLABICS THE",
42286  direction="l",
42287  linebreak="al",
42288  unicodeslot=0x155E,
42289 },
42290 [0x155F]={
42291  category="lo",
42292  description="CANADIAN SYLLABICS N-CREE THE",
42293  direction="l",
42294  linebreak="al",
42295  unicodeslot=0x155F,
42296 },
42297 [0x1560]={
42298  category="lo",
42299  description="CANADIAN SYLLABICS THI",
42300  direction="l",
42301  linebreak="al",
42302  unicodeslot=0x1560,
42303 },
42304 [0x1561]={
42305  category="lo",
42306  description="CANADIAN SYLLABICS N-CREE THI",
42307  direction="l",
42308  linebreak="al",
42309  unicodeslot=0x1561,
42310 },
42311 [0x1562]={
42312  category="lo",
42313  description="CANADIAN SYLLABICS THII",
42314  direction="l",
42315  linebreak="al",
42316  unicodeslot=0x1562,
42317 },
42318 [0x1563]={
42319  category="lo",
42320  description="CANADIAN SYLLABICS N-CREE THII",
42321  direction="l",
42322  linebreak="al",
42323  unicodeslot=0x1563,
42324 },
42325 [0x1564]={
42326  category="lo",
42327  description="CANADIAN SYLLABICS THO",
42328  direction="l",
42329  linebreak="al",
42330  unicodeslot=0x1564,
42331 },
42332 [0x1565]={
42333  category="lo",
42334  description="CANADIAN SYLLABICS THOO",
42335  direction="l",
42336  linebreak="al",
42337  unicodeslot=0x1565,
42338 },
42339 [0x1566]={
42340  category="lo",
42341  description="CANADIAN SYLLABICS THA",
42342  direction="l",
42343  linebreak="al",
42344  unicodeslot=0x1566,
42345 },
42346 [0x1567]={
42347  category="lo",
42348  description="CANADIAN SYLLABICS THAA",
42349  direction="l",
42350  linebreak="al",
42351  unicodeslot=0x1567,
42352 },
42353 [0x1568]={
42354  category="lo",
42355  description="CANADIAN SYLLABICS THWAA",
42356  direction="l",
42357  linebreak="al",
42358  unicodeslot=0x1568,
42359 },
42360 [0x1569]={
42361  category="lo",
42362  description="CANADIAN SYLLABICS WEST-CREE THWAA",
42363  direction="l",
42364  linebreak="al",
42365  unicodeslot=0x1569,
42366 },
42367 [0x156A]={
42368  category="lo",
42369  description="CANADIAN SYLLABICS TH",
42370  direction="l",
42371  linebreak="al",
42372  unicodeslot=0x156A,
42373 },
42374 [0x156B]={
42375  category="lo",
42376  description="CANADIAN SYLLABICS TTHE",
42377  direction="l",
42378  linebreak="al",
42379  unicodeslot=0x156B,
42380 },
42381 [0x156C]={
42382  category="lo",
42383  description="CANADIAN SYLLABICS TTHI",
42384  direction="l",
42385  linebreak="al",
42386  unicodeslot=0x156C,
42387 },
42388 [0x156D]={
42389  category="lo",
42390  description="CANADIAN SYLLABICS TTHO",
42391  direction="l",
42392  linebreak="al",
42393  unicodeslot=0x156D,
42394 },
42395 [0x156E]={
42396  category="lo",
42397  description="CANADIAN SYLLABICS TTHA",
42398  direction="l",
42399  linebreak="al",
42400  unicodeslot=0x156E,
42401 },
42402 [0x156F]={
42403  category="lo",
42404  description="CANADIAN SYLLABICS TTH",
42405  direction="l",
42406  linebreak="al",
42407  unicodeslot=0x156F,
42408 },
42409 [0x1570]={
42410  category="lo",
42411  description="CANADIAN SYLLABICS TYE",
42412  direction="l",
42413  linebreak="al",
42414  unicodeslot=0x1570,
42415 },
42416 [0x1571]={
42417  category="lo",
42418  description="CANADIAN SYLLABICS TYI",
42419  direction="l",
42420  linebreak="al",
42421  unicodeslot=0x1571,
42422 },
42423 [0x1572]={
42424  category="lo",
42425  description="CANADIAN SYLLABICS TYO",
42426  direction="l",
42427  linebreak="al",
42428  unicodeslot=0x1572,
42429 },
42430 [0x1573]={
42431  category="lo",
42432  description="CANADIAN SYLLABICS TYA",
42433  direction="l",
42434  linebreak="al",
42435  unicodeslot=0x1573,
42436 },
42437 [0x1574]={
42438  category="lo",
42439  description="CANADIAN SYLLABICS NUNAVIK HE",
42440  direction="l",
42441  linebreak="al",
42442  unicodeslot=0x1574,
42443 },
42444 [0x1575]={
42445  category="lo",
42446  description="CANADIAN SYLLABICS NUNAVIK HI",
42447  direction="l",
42448  linebreak="al",
42449  unicodeslot=0x1575,
42450 },
42451 [0x1576]={
42452  category="lo",
42453  description="CANADIAN SYLLABICS NUNAVIK HII",
42454  direction="l",
42455  linebreak="al",
42456  unicodeslot=0x1576,
42457 },
42458 [0x1577]={
42459  category="lo",
42460  description="CANADIAN SYLLABICS NUNAVIK HO",
42461  direction="l",
42462  linebreak="al",
42463  unicodeslot=0x1577,
42464 },
42465 [0x1578]={
42466  category="lo",
42467  description="CANADIAN SYLLABICS NUNAVIK HOO",
42468  direction="l",
42469  linebreak="al",
42470  unicodeslot=0x1578,
42471 },
42472 [0x1579]={
42473  category="lo",
42474  description="CANADIAN SYLLABICS NUNAVIK HA",
42475  direction="l",
42476  linebreak="al",
42477  unicodeslot=0x1579,
42478 },
42479 [0x157A]={
42480  category="lo",
42481  description="CANADIAN SYLLABICS NUNAVIK HAA",
42482  direction="l",
42483  linebreak="al",
42484  unicodeslot=0x157A,
42485 },
42486 [0x157B]={
42487  category="lo",
42488  description="CANADIAN SYLLABICS NUNAVIK H",
42489  direction="l",
42490  linebreak="al",
42491  unicodeslot=0x157B,
42492 },
42493 [0x157C]={
42494  category="lo",
42495  description="CANADIAN SYLLABICS NUNAVUT H",
42496  direction="l",
42497  linebreak="al",
42498  unicodeslot=0x157C,
42499 },
42500 [0x157D]={
42501  category="lo",
42502  description="CANADIAN SYLLABICS HK",
42503  direction="l",
42504  linebreak="al",
42505  unicodeslot=0x157D,
42506 },
42507 [0x157E]={
42508  category="lo",
42509  description="CANADIAN SYLLABICS QAAI",
42510  direction="l",
42511  linebreak="al",
42512  unicodeslot=0x157E,
42513 },
42514 [0x157F]={
42515  category="lo",
42516  description="CANADIAN SYLLABICS QI",
42517  direction="l",
42518  linebreak="al",
42519  unicodeslot=0x157F,
42520 },
42521 [0x1580]={
42522  category="lo",
42523  description="CANADIAN SYLLABICS QII",
42524  direction="l",
42525  linebreak="al",
42526  unicodeslot=0x1580,
42527 },
42528 [0x1581]={
42529  category="lo",
42530  description="CANADIAN SYLLABICS QO",
42531  direction="l",
42532  linebreak="al",
42533  unicodeslot=0x1581,
42534 },
42535 [0x1582]={
42536  category="lo",
42537  description="CANADIAN SYLLABICS QOO",
42538  direction="l",
42539  linebreak="al",
42540  unicodeslot=0x1582,
42541 },
42542 [0x1583]={
42543  category="lo",
42544  description="CANADIAN SYLLABICS QA",
42545  direction="l",
42546  linebreak="al",
42547  unicodeslot=0x1583,
42548 },
42549 [0x1584]={
42550  category="lo",
42551  description="CANADIAN SYLLABICS QAA",
42552  direction="l",
42553  linebreak="al",
42554  unicodeslot=0x1584,
42555 },
42556 [0x1585]={
42557  category="lo",
42558  description="CANADIAN SYLLABICS Q",
42559  direction="l",
42560  linebreak="al",
42561  unicodeslot=0x1585,
42562 },
42563 [0x1586]={
42564  category="lo",
42565  description="CANADIAN SYLLABICS TLHE",
42566  direction="l",
42567  linebreak="al",
42568  unicodeslot=0x1586,
42569 },
42570 [0x1587]={
42571  category="lo",
42572  description="CANADIAN SYLLABICS TLHI",
42573  direction="l",
42574  linebreak="al",
42575  unicodeslot=0x1587,
42576 },
42577 [0x1588]={
42578  category="lo",
42579  description="CANADIAN SYLLABICS TLHO",
42580  direction="l",
42581  linebreak="al",
42582  unicodeslot=0x1588,
42583 },
42584 [0x1589]={
42585  category="lo",
42586  description="CANADIAN SYLLABICS TLHA",
42587  direction="l",
42588  linebreak="al",
42589  unicodeslot=0x1589,
42590 },
42591 [0x158A]={
42592  category="lo",
42593  description="CANADIAN SYLLABICS WEST-CREE RE",
42594  direction="l",
42595  linebreak="al",
42596  unicodeslot=0x158A,
42597 },
42598 [0x158B]={
42599  category="lo",
42600  description="CANADIAN SYLLABICS WEST-CREE RI",
42601  direction="l",
42602  linebreak="al",
42603  unicodeslot=0x158B,
42604 },
42605 [0x158C]={
42606  category="lo",
42607  description="CANADIAN SYLLABICS WEST-CREE RO",
42608  direction="l",
42609  linebreak="al",
42610  unicodeslot=0x158C,
42611 },
42612 [0x158D]={
42613  category="lo",
42614  description="CANADIAN SYLLABICS WEST-CREE RA",
42615  direction="l",
42616  linebreak="al",
42617  unicodeslot=0x158D,
42618 },
42619 [0x158E]={
42620  category="lo",
42621  description="CANADIAN SYLLABICS NGAAI",
42622  direction="l",
42623  linebreak="al",
42624  unicodeslot=0x158E,
42625 },
42626 [0x158F]={
42627  category="lo",
42628  description="CANADIAN SYLLABICS NGI",
42629  direction="l",
42630  linebreak="al",
42631  unicodeslot=0x158F,
42632 },
42633 [0x1590]={
42634  category="lo",
42635  description="CANADIAN SYLLABICS NGII",
42636  direction="l",
42637  linebreak="al",
42638  unicodeslot=0x1590,
42639 },
42640 [0x1591]={
42641  category="lo",
42642  description="CANADIAN SYLLABICS NGO",
42643  direction="l",
42644  linebreak="al",
42645  unicodeslot=0x1591,
42646 },
42647 [0x1592]={
42648  category="lo",
42649  description="CANADIAN SYLLABICS NGOO",
42650  direction="l",
42651  linebreak="al",
42652  unicodeslot=0x1592,
42653 },
42654 [0x1593]={
42655  category="lo",
42656  description="CANADIAN SYLLABICS NGA",
42657  direction="l",
42658  linebreak="al",
42659  unicodeslot=0x1593,
42660 },
42661 [0x1594]={
42662  category="lo",
42663  description="CANADIAN SYLLABICS NGAA",
42664  direction="l",
42665  linebreak="al",
42666  unicodeslot=0x1594,
42667 },
42668 [0x1595]={
42669  category="lo",
42670  description="CANADIAN SYLLABICS NG",
42671  direction="l",
42672  linebreak="al",
42673  unicodeslot=0x1595,
42674 },
42675 [0x1596]={
42676  category="lo",
42677  description="CANADIAN SYLLABICS NNG",
42678  direction="l",
42679  linebreak="al",
42680  unicodeslot=0x1596,
42681 },
42682 [0x1597]={
42683  category="lo",
42684  description="CANADIAN SYLLABICS SAYISI SHE",
42685  direction="l",
42686  linebreak="al",
42687  unicodeslot=0x1597,
42688 },
42689 [0x1598]={
42690  category="lo",
42691  description="CANADIAN SYLLABICS SAYISI SHI",
42692  direction="l",
42693  linebreak="al",
42694  unicodeslot=0x1598,
42695 },
42696 [0x1599]={
42697  category="lo",
42698  description="CANADIAN SYLLABICS SAYISI SHO",
42699  direction="l",
42700  linebreak="al",
42701  unicodeslot=0x1599,
42702 },
42703 [0x159A]={
42704  category="lo",
42705  description="CANADIAN SYLLABICS SAYISI SHA",
42706  direction="l",
42707  linebreak="al",
42708  unicodeslot=0x159A,
42709 },
42710 [0x159B]={
42711  category="lo",
42712  description="CANADIAN SYLLABICS WOODS-CREE THE",
42713  direction="l",
42714  linebreak="al",
42715  unicodeslot=0x159B,
42716 },
42717 [0x159C]={
42718  category="lo",
42719  description="CANADIAN SYLLABICS WOODS-CREE THI",
42720  direction="l",
42721  linebreak="al",
42722  unicodeslot=0x159C,
42723 },
42724 [0x159D]={
42725  category="lo",
42726  description="CANADIAN SYLLABICS WOODS-CREE THO",
42727  direction="l",
42728  linebreak="al",
42729  unicodeslot=0x159D,
42730 },
42731 [0x159E]={
42732  category="lo",
42733  description="CANADIAN SYLLABICS WOODS-CREE THA",
42734  direction="l",
42735  linebreak="al",
42736  unicodeslot=0x159E,
42737 },
42738 [0x159F]={
42739  category="lo",
42740  description="CANADIAN SYLLABICS WOODS-CREE TH",
42741  direction="l",
42742  linebreak="al",
42743  unicodeslot=0x159F,
42744 },
42745 [0x15A0]={
42746  category="lo",
42747  description="CANADIAN SYLLABICS LHI",
42748  direction="l",
42749  linebreak="al",
42750  unicodeslot=0x15A0,
42751 },
42752 [0x15A1]={
42753  category="lo",
42754  description="CANADIAN SYLLABICS LHII",
42755  direction="l",
42756  linebreak="al",
42757  unicodeslot=0x15A1,
42758 },
42759 [0x15A2]={
42760  category="lo",
42761  description="CANADIAN SYLLABICS LHO",
42762  direction="l",
42763  linebreak="al",
42764  unicodeslot=0x15A2,
42765 },
42766 [0x15A3]={
42767  category="lo",
42768  description="CANADIAN SYLLABICS LHOO",
42769  direction="l",
42770  linebreak="al",
42771  unicodeslot=0x15A3,
42772 },
42773 [0x15A4]={
42774  category="lo",
42775  description="CANADIAN SYLLABICS LHA",
42776  direction="l",
42777  linebreak="al",
42778  unicodeslot=0x15A4,
42779 },
42780 [0x15A5]={
42781  category="lo",
42782  description="CANADIAN SYLLABICS LHAA",
42783  direction="l",
42784  linebreak="al",
42785  unicodeslot=0x15A5,
42786 },
42787 [0x15A6]={
42788  category="lo",
42789  description="CANADIAN SYLLABICS LH",
42790  direction="l",
42791  linebreak="al",
42792  unicodeslot=0x15A6,
42793 },
42794 [0x15A7]={
42795  category="lo",
42796  description="CANADIAN SYLLABICS TH-CREE THE",
42797  direction="l",
42798  linebreak="al",
42799  unicodeslot=0x15A7,
42800 },
42801 [0x15A8]={
42802  category="lo",
42803  description="CANADIAN SYLLABICS TH-CREE THI",
42804  direction="l",
42805  linebreak="al",
42806  unicodeslot=0x15A8,
42807 },
42808 [0x15A9]={
42809  category="lo",
42810  description="CANADIAN SYLLABICS TH-CREE THII",
42811  direction="l",
42812  linebreak="al",
42813  unicodeslot=0x15A9,
42814 },
42815 [0x15AA]={
42816  category="lo",
42817  description="CANADIAN SYLLABICS TH-CREE THO",
42818  direction="l",
42819  linebreak="al",
42820  unicodeslot=0x15AA,
42821 },
42822 [0x15AB]={
42823  category="lo",
42824  description="CANADIAN SYLLABICS TH-CREE THOO",
42825  direction="l",
42826  linebreak="al",
42827  unicodeslot=0x15AB,
42828 },
42829 [0x15AC]={
42830  category="lo",
42831  description="CANADIAN SYLLABICS TH-CREE THA",
42832  direction="l",
42833  linebreak="al",
42834  unicodeslot=0x15AC,
42835 },
42836 [0x15AD]={
42837  category="lo",
42838  description="CANADIAN SYLLABICS TH-CREE THAA",
42839  direction="l",
42840  linebreak="al",
42841  unicodeslot=0x15AD,
42842 },
42843 [0x15AE]={
42844  category="lo",
42845  description="CANADIAN SYLLABICS TH-CREE TH",
42846  direction="l",
42847  linebreak="al",
42848  unicodeslot=0x15AE,
42849 },
42850 [0x15AF]={
42851  category="lo",
42852  description="CANADIAN SYLLABICS AIVILIK B",
42853  direction="l",
42854  linebreak="al",
42855  unicodeslot=0x15AF,
42856 },
42857 [0x15B0]={
42858  category="lo",
42859  description="CANADIAN SYLLABICS BLACKFOOT E",
42860  direction="l",
42861  linebreak="al",
42862  unicodeslot=0x15B0,
42863 },
42864 [0x15B1]={
42865  category="lo",
42866  description="CANADIAN SYLLABICS BLACKFOOT I",
42867  direction="l",
42868  linebreak="al",
42869  unicodeslot=0x15B1,
42870 },
42871 [0x15B2]={
42872  category="lo",
42873  description="CANADIAN SYLLABICS BLACKFOOT O",
42874  direction="l",
42875  linebreak="al",
42876  unicodeslot=0x15B2,
42877 },
42878 [0x15B3]={
42879  category="lo",
42880  description="CANADIAN SYLLABICS BLACKFOOT A",
42881  direction="l",
42882  linebreak="al",
42883  unicodeslot=0x15B3,
42884 },
42885 [0x15B4]={
42886  category="lo",
42887  description="CANADIAN SYLLABICS BLACKFOOT WE",
42888  direction="l",
42889  linebreak="al",
42890  unicodeslot=0x15B4,
42891 },
42892 [0x15B5]={
42893  category="lo",
42894  description="CANADIAN SYLLABICS BLACKFOOT WI",
42895  direction="l",
42896  linebreak="al",
42897  unicodeslot=0x15B5,
42898 },
42899 [0x15B6]={
42900  category="lo",
42901  description="CANADIAN SYLLABICS BLACKFOOT WO",
42902  direction="l",
42903  linebreak="al",
42904  unicodeslot=0x15B6,
42905 },
42906 [0x15B7]={
42907  category="lo",
42908  description="CANADIAN SYLLABICS BLACKFOOT WA",
42909  direction="l",
42910  linebreak="al",
42911  unicodeslot=0x15B7,
42912 },
42913 [0x15B8]={
42914  category="lo",
42915  description="CANADIAN SYLLABICS BLACKFOOT NE",
42916  direction="l",
42917  linebreak="al",
42918  unicodeslot=0x15B8,
42919 },
42920 [0x15B9]={
42921  category="lo",
42922  description="CANADIAN SYLLABICS BLACKFOOT NI",
42923  direction="l",
42924  linebreak="al",
42925  unicodeslot=0x15B9,
42926 },
42927 [0x15BA]={
42928  category="lo",
42929  description="CANADIAN SYLLABICS BLACKFOOT NO",
42930  direction="l",
42931  linebreak="al",
42932  unicodeslot=0x15BA,
42933 },
42934 [0x15BB]={
42935  category="lo",
42936  description="CANADIAN SYLLABICS BLACKFOOT NA",
42937  direction="l",
42938  linebreak="al",
42939  unicodeslot=0x15BB,
42940 },
42941 [0x15BC]={
42942  category="lo",
42943  description="CANADIAN SYLLABICS BLACKFOOT KE",
42944  direction="l",
42945  linebreak="al",
42946  unicodeslot=0x15BC,
42947 },
42948 [0x15BD]={
42949  category="lo",
42950  description="CANADIAN SYLLABICS BLACKFOOT KI",
42951  direction="l",
42952  linebreak="al",
42953  unicodeslot=0x15BD,
42954 },
42955 [0x15BE]={
42956  category="lo",
42957  description="CANADIAN SYLLABICS BLACKFOOT KO",
42958  direction="l",
42959  linebreak="al",
42960  unicodeslot=0x15BE,
42961 },
42962 [0x15BF]={
42963  category="lo",
42964  description="CANADIAN SYLLABICS BLACKFOOT KA",
42965  direction="l",
42966  linebreak="al",
42967  unicodeslot=0x15BF,
42968 },
42969 [0x15C0]={
42970  category="lo",
42971  description="CANADIAN SYLLABICS SAYISI HE",
42972  direction="l",
42973  linebreak="al",
42974  unicodeslot=0x15C0,
42975 },
42976 [0x15C1]={
42977  category="lo",
42978  description="CANADIAN SYLLABICS SAYISI HI",
42979  direction="l",
42980  linebreak="al",
42981  unicodeslot=0x15C1,
42982 },
42983 [0x15C2]={
42984  category="lo",
42985  description="CANADIAN SYLLABICS SAYISI HO",
42986  direction="l",
42987  linebreak="al",
42988  unicodeslot=0x15C2,
42989 },
42990 [0x15C3]={
42991  category="lo",
42992  description="CANADIAN SYLLABICS SAYISI HA",
42993  direction="l",
42994  linebreak="al",
42995  unicodeslot=0x15C3,
42996 },
42997 [0x15C4]={
42998  category="lo",
42999  description="CANADIAN SYLLABICS CARRIER GHU",
43000  direction="l",
43001  linebreak="al",
43002  unicodeslot=0x15C4,
43003 },
43004 [0x15C5]={
43005  category="lo",
43006  description="CANADIAN SYLLABICS CARRIER GHO",
43007  direction="l",
43008  linebreak="al",
43009  unicodeslot=0x15C5,
43010 },
43011 [0x15C6]={
43012  category="lo",
43013  description="CANADIAN SYLLABICS CARRIER GHE",
43014  direction="l",
43015  linebreak="al",
43016  unicodeslot=0x15C6,
43017 },
43018 [0x15C7]={
43019  category="lo",
43020  description="CANADIAN SYLLABICS CARRIER GHEE",
43021  direction="l",
43022  linebreak="al",
43023  unicodeslot=0x15C7,
43024 },
43025 [0x15C8]={
43026  category="lo",
43027  description="CANADIAN SYLLABICS CARRIER GHI",
43028  direction="l",
43029  linebreak="al",
43030  unicodeslot=0x15C8,
43031 },
43032 [0x15C9]={
43033  category="lo",
43034  description="CANADIAN SYLLABICS CARRIER GHA",
43035  direction="l",
43036  linebreak="al",
43037  unicodeslot=0x15C9,
43038 },
43039 [0x15CA]={
43040  category="lo",
43041  description="CANADIAN SYLLABICS CARRIER RU",
43042  direction="l",
43043  linebreak="al",
43044  unicodeslot=0x15CA,
43045 },
43046 [0x15CB]={
43047  category="lo",
43048  description="CANADIAN SYLLABICS CARRIER RO",
43049  direction="l",
43050  linebreak="al",
43051  unicodeslot=0x15CB,
43052 },
43053 [0x15CC]={
43054  category="lo",
43055  description="CANADIAN SYLLABICS CARRIER RE",
43056  direction="l",
43057  linebreak="al",
43058  unicodeslot=0x15CC,
43059 },
43060 [0x15CD]={
43061  category="lo",
43062  description="CANADIAN SYLLABICS CARRIER REE",
43063  direction="l",
43064  linebreak="al",
43065  unicodeslot=0x15CD,
43066 },
43067 [0x15CE]={
43068  category="lo",
43069  description="CANADIAN SYLLABICS CARRIER RI",
43070  direction="l",
43071  linebreak="al",
43072  unicodeslot=0x15CE,
43073 },
43074 [0x15CF]={
43075  category="lo",
43076  description="CANADIAN SYLLABICS CARRIER RA",
43077  direction="l",
43078  linebreak="al",
43079  unicodeslot=0x15CF,
43080 },
43081 [0x15D0]={
43082  category="lo",
43083  description="CANADIAN SYLLABICS CARRIER WU",
43084  direction="l",
43085  linebreak="al",
43086  unicodeslot=0x15D0,
43087 },
43088 [0x15D1]={
43089  category="lo",
43090  description="CANADIAN SYLLABICS CARRIER WO",
43091  direction="l",
43092  linebreak="al",
43093  unicodeslot=0x15D1,
43094 },
43095 [0x15D2]={
43096  category="lo",
43097  description="CANADIAN SYLLABICS CARRIER WE",
43098  direction="l",
43099  linebreak="al",
43100  unicodeslot=0x15D2,
43101 },
43102 [0x15D3]={
43103  category="lo",
43104  description="CANADIAN SYLLABICS CARRIER WEE",
43105  direction="l",
43106  linebreak="al",
43107  unicodeslot=0x15D3,
43108 },
43109 [0x15D4]={
43110  category="lo",
43111  description="CANADIAN SYLLABICS CARRIER WI",
43112  direction="l",
43113  linebreak="al",
43114  unicodeslot=0x15D4,
43115 },
43116 [0x15D5]={
43117  category="lo",
43118  description="CANADIAN SYLLABICS CARRIER WA",
43119  direction="l",
43120  linebreak="al",
43121  unicodeslot=0x15D5,
43122 },
43123 [0x15D6]={
43124  category="lo",
43125  description="CANADIAN SYLLABICS CARRIER HWU",
43126  direction="l",
43127  linebreak="al",
43128  unicodeslot=0x15D6,
43129 },
43130 [0x15D7]={
43131  category="lo",
43132  description="CANADIAN SYLLABICS CARRIER HWO",
43133  direction="l",
43134  linebreak="al",
43135  unicodeslot=0x15D7,
43136 },
43137 [0x15D8]={
43138  category="lo",
43139  description="CANADIAN SYLLABICS CARRIER HWE",
43140  direction="l",
43141  linebreak="al",
43142  unicodeslot=0x15D8,
43143 },
43144 [0x15D9]={
43145  category="lo",
43146  description="CANADIAN SYLLABICS CARRIER HWEE",
43147  direction="l",
43148  linebreak="al",
43149  unicodeslot=0x15D9,
43150 },
43151 [0x15DA]={
43152  category="lo",
43153  description="CANADIAN SYLLABICS CARRIER HWI",
43154  direction="l",
43155  linebreak="al",
43156  unicodeslot=0x15DA,
43157 },
43158 [0x15DB]={
43159  category="lo",
43160  description="CANADIAN SYLLABICS CARRIER HWA",
43161  direction="l",
43162  linebreak="al",
43163  unicodeslot=0x15DB,
43164 },
43165 [0x15DC]={
43166  category="lo",
43167  description="CANADIAN SYLLABICS CARRIER THU",
43168  direction="l",
43169  linebreak="al",
43170  unicodeslot=0x15DC,
43171 },
43172 [0x15DD]={
43173  category="lo",
43174  description="CANADIAN SYLLABICS CARRIER THO",
43175  direction="l",
43176  linebreak="al",
43177  unicodeslot=0x15DD,
43178 },
43179 [0x15DE]={
43180  category="lo",
43181  description="CANADIAN SYLLABICS CARRIER THE",
43182  direction="l",
43183  linebreak="al",
43184  unicodeslot=0x15DE,
43185 },
43186 [0x15DF]={
43187  category="lo",
43188  description="CANADIAN SYLLABICS CARRIER THEE",
43189  direction="l",
43190  linebreak="al",
43191  unicodeslot=0x15DF,
43192 },
43193 [0x15E0]={
43194  category="lo",
43195  description="CANADIAN SYLLABICS CARRIER THI",
43196  direction="l",
43197  linebreak="al",
43198  unicodeslot=0x15E0,
43199 },
43200 [0x15E1]={
43201  category="lo",
43202  description="CANADIAN SYLLABICS CARRIER THA",
43203  direction="l",
43204  linebreak="al",
43205  unicodeslot=0x15E1,
43206 },
43207 [0x15E2]={
43208  category="lo",
43209  description="CANADIAN SYLLABICS CARRIER TTU",
43210  direction="l",
43211  linebreak="al",
43212  unicodeslot=0x15E2,
43213 },
43214 [0x15E3]={
43215  category="lo",
43216  description="CANADIAN SYLLABICS CARRIER TTO",
43217  direction="l",
43218  linebreak="al",
43219  unicodeslot=0x15E3,
43220 },
43221 [0x15E4]={
43222  category="lo",
43223  description="CANADIAN SYLLABICS CARRIER TTE",
43224  direction="l",
43225  linebreak="al",
43226  unicodeslot=0x15E4,
43227 },
43228 [0x15E5]={
43229  category="lo",
43230  description="CANADIAN SYLLABICS CARRIER TTEE",
43231  direction="l",
43232  linebreak="al",
43233  unicodeslot=0x15E5,
43234 },
43235 [0x15E6]={
43236  category="lo",
43237  description="CANADIAN SYLLABICS CARRIER TTI",
43238  direction="l",
43239  linebreak="al",
43240  unicodeslot=0x15E6,
43241 },
43242 [0x15E7]={
43243  category="lo",
43244  description="CANADIAN SYLLABICS CARRIER TTA",
43245  direction="l",
43246  linebreak="al",
43247  unicodeslot=0x15E7,
43248 },
43249 [0x15E8]={
43250  category="lo",
43251  description="CANADIAN SYLLABICS CARRIER PU",
43252  direction="l",
43253  linebreak="al",
43254  unicodeslot=0x15E8,
43255 },
43256 [0x15E9]={
43257  category="lo",
43258  description="CANADIAN SYLLABICS CARRIER PO",
43259  direction="l",
43260  linebreak="al",
43261  unicodeslot=0x15E9,
43262 },
43263 [0x15EA]={
43264  category="lo",
43265  description="CANADIAN SYLLABICS CARRIER PE",
43266  direction="l",
43267  linebreak="al",
43268  unicodeslot=0x15EA,
43269 },
43270 [0x15EB]={
43271  category="lo",
43272  description="CANADIAN SYLLABICS CARRIER PEE",
43273  direction="l",
43274  linebreak="al",
43275  unicodeslot=0x15EB,
43276 },
43277 [0x15EC]={
43278  category="lo",
43279  description="CANADIAN SYLLABICS CARRIER PI",
43280  direction="l",
43281  linebreak="al",
43282  unicodeslot=0x15EC,
43283 },
43284 [0x15ED]={
43285  category="lo",
43286  description="CANADIAN SYLLABICS CARRIER PA",
43287  direction="l",
43288  linebreak="al",
43289  unicodeslot=0x15ED,
43290 },
43291 [0x15EE]={
43292  category="lo",
43293  description="CANADIAN SYLLABICS CARRIER P",
43294  direction="l",
43295  linebreak="al",
43296  unicodeslot=0x15EE,
43297 },
43298 [0x15EF]={
43299  category="lo",
43300  description="CANADIAN SYLLABICS CARRIER GU",
43301  direction="l",
43302  linebreak="al",
43303  unicodeslot=0x15EF,
43304 },
43305 [0x15F0]={
43306  category="lo",
43307  description="CANADIAN SYLLABICS CARRIER GO",
43308  direction="l",
43309  linebreak="al",
43310  unicodeslot=0x15F0,
43311 },
43312 [0x15F1]={
43313  category="lo",
43314  description="CANADIAN SYLLABICS CARRIER GE",
43315  direction="l",
43316  linebreak="al",
43317  unicodeslot=0x15F1,
43318 },
43319 [0x15F2]={
43320  category="lo",
43321  description="CANADIAN SYLLABICS CARRIER GEE",
43322  direction="l",
43323  linebreak="al",
43324  unicodeslot=0x15F2,
43325 },
43326 [0x15F3]={
43327  category="lo",
43328  description="CANADIAN SYLLABICS CARRIER GI",
43329  direction="l",
43330  linebreak="al",
43331  unicodeslot=0x15F3,
43332 },
43333 [0x15F4]={
43334  category="lo",
43335  description="CANADIAN SYLLABICS CARRIER GA",
43336  direction="l",
43337  linebreak="al",
43338  unicodeslot=0x15F4,
43339 },
43340 [0x15F5]={
43341  category="lo",
43342  description="CANADIAN SYLLABICS CARRIER KHU",
43343  direction="l",
43344  linebreak="al",
43345  unicodeslot=0x15F5,
43346 },
43347 [0x15F6]={
43348  category="lo",
43349  description="CANADIAN SYLLABICS CARRIER KHO",
43350  direction="l",
43351  linebreak="al",
43352  unicodeslot=0x15F6,
43353 },
43354 [0x15F7]={
43355  category="lo",
43356  description="CANADIAN SYLLABICS CARRIER KHE",
43357  direction="l",
43358  linebreak="al",
43359  unicodeslot=0x15F7,
43360 },
43361 [0x15F8]={
43362  category="lo",
43363  description="CANADIAN SYLLABICS CARRIER KHEE",
43364  direction="l",
43365  linebreak="al",
43366  unicodeslot=0x15F8,
43367 },
43368 [0x15F9]={
43369  category="lo",
43370  description="CANADIAN SYLLABICS CARRIER KHI",
43371  direction="l",
43372  linebreak="al",
43373  unicodeslot=0x15F9,
43374 },
43375 [0x15FA]={
43376  category="lo",
43377  description="CANADIAN SYLLABICS CARRIER KHA",
43378  direction="l",
43379  linebreak="al",
43380  unicodeslot=0x15FA,
43381 },
43382 [0x15FB]={
43383  category="lo",
43384  description="CANADIAN SYLLABICS CARRIER KKU",
43385  direction="l",
43386  linebreak="al",
43387  unicodeslot=0x15FB,
43388 },
43389 [0x15FC]={
43390  category="lo",
43391  description="CANADIAN SYLLABICS CARRIER KKO",
43392  direction="l",
43393  linebreak="al",
43394  unicodeslot=0x15FC,
43395 },
43396 [0x15FD]={
43397  category="lo",
43398  description="CANADIAN SYLLABICS CARRIER KKE",
43399  direction="l",
43400  linebreak="al",
43401  unicodeslot=0x15FD,
43402 },
43403 [0x15FE]={
43404  category="lo",
43405  description="CANADIAN SYLLABICS CARRIER KKEE",
43406  direction="l",
43407  linebreak="al",
43408  unicodeslot=0x15FE,
43409 },
43410 [0x15FF]={
43411  category="lo",
43412  description="CANADIAN SYLLABICS CARRIER KKI",
43413  direction="l",
43414  linebreak="al",
43415  unicodeslot=0x15FF,
43416 },
43417 [0x1600]={
43418  category="lo",
43419  description="CANADIAN SYLLABICS CARRIER KKA",
43420  direction="l",
43421  linebreak="al",
43422  unicodeslot=0x1600,
43423 },
43424 [0x1601]={
43425  category="lo",
43426  description="CANADIAN SYLLABICS CARRIER KK",
43427  direction="l",
43428  linebreak="al",
43429  unicodeslot=0x1601,
43430 },
43431 [0x1602]={
43432  category="lo",
43433  description="CANADIAN SYLLABICS CARRIER NU",
43434  direction="l",
43435  linebreak="al",
43436  unicodeslot=0x1602,
43437 },
43438 [0x1603]={
43439  category="lo",
43440  description="CANADIAN SYLLABICS CARRIER NO",
43441  direction="l",
43442  linebreak="al",
43443  unicodeslot=0x1603,
43444 },
43445 [0x1604]={
43446  category="lo",
43447  description="CANADIAN SYLLABICS CARRIER NE",
43448  direction="l",
43449  linebreak="al",
43450  unicodeslot=0x1604,
43451 },
43452 [0x1605]={
43453  category="lo",
43454  description="CANADIAN SYLLABICS CARRIER NEE",
43455  direction="l",
43456  linebreak="al",
43457  unicodeslot=0x1605,
43458 },
43459 [0x1606]={
43460  category="lo",
43461  description="CANADIAN SYLLABICS CARRIER NI",
43462  direction="l",
43463  linebreak="al",
43464  unicodeslot=0x1606,
43465 },
43466 [0x1607]={
43467  category="lo",
43468  description="CANADIAN SYLLABICS CARRIER NA",
43469  direction="l",
43470  linebreak="al",
43471  unicodeslot=0x1607,
43472 },
43473 [0x1608]={
43474  category="lo",
43475  description="CANADIAN SYLLABICS CARRIER MU",
43476  direction="l",
43477  linebreak="al",
43478  unicodeslot=0x1608,
43479 },
43480 [0x1609]={
43481  category="lo",
43482  description="CANADIAN SYLLABICS CARRIER MO",
43483  direction="l",
43484  linebreak="al",
43485  unicodeslot=0x1609,
43486 },
43487 [0x160A]={
43488  category="lo",
43489  description="CANADIAN SYLLABICS CARRIER ME",
43490  direction="l",
43491  linebreak="al",
43492  unicodeslot=0x160A,
43493 },
43494 [0x160B]={
43495  category="lo",
43496  description="CANADIAN SYLLABICS CARRIER MEE",
43497  direction="l",
43498  linebreak="al",
43499  unicodeslot=0x160B,
43500 },
43501 [0x160C]={
43502  category="lo",
43503  description="CANADIAN SYLLABICS CARRIER MI",
43504  direction="l",
43505  linebreak="al",
43506  unicodeslot=0x160C,
43507 },
43508 [0x160D]={
43509  category="lo",
43510  description="CANADIAN SYLLABICS CARRIER MA",
43511  direction="l",
43512  linebreak="al",
43513  unicodeslot=0x160D,
43514 },
43515 [0x160E]={
43516  category="lo",
43517  description="CANADIAN SYLLABICS CARRIER YU",
43518  direction="l",
43519  linebreak="al",
43520  unicodeslot=0x160E,
43521 },
43522 [0x160F]={
43523  category="lo",
43524  description="CANADIAN SYLLABICS CARRIER YO",
43525  direction="l",
43526  linebreak="al",
43527  unicodeslot=0x160F,
43528 },
43529 [0x1610]={
43530  category="lo",
43531  description="CANADIAN SYLLABICS CARRIER YE",
43532  direction="l",
43533  linebreak="al",
43534  unicodeslot=0x1610,
43535 },
43536 [0x1611]={
43537  category="lo",
43538  description="CANADIAN SYLLABICS CARRIER YEE",
43539  direction="l",
43540  linebreak="al",
43541  unicodeslot=0x1611,
43542 },
43543 [0x1612]={
43544  category="lo",
43545  description="CANADIAN SYLLABICS CARRIER YI",
43546  direction="l",
43547  linebreak="al",
43548  unicodeslot=0x1612,
43549 },
43550 [0x1613]={
43551  category="lo",
43552  description="CANADIAN SYLLABICS CARRIER YA",
43553  direction="l",
43554  linebreak="al",
43555  unicodeslot=0x1613,
43556 },
43557 [0x1614]={
43558  category="lo",
43559  description="CANADIAN SYLLABICS CARRIER JU",
43560  direction="l",
43561  linebreak="al",
43562  unicodeslot=0x1614,
43563 },
43564 [0x1615]={
43565  category="lo",
43566  description="CANADIAN SYLLABICS SAYISI JU",
43567  direction="l",
43568  linebreak="al",
43569  unicodeslot=0x1615,
43570 },
43571 [0x1616]={
43572  category="lo",
43573  description="CANADIAN SYLLABICS CARRIER JO",
43574  direction="l",
43575  linebreak="al",
43576  unicodeslot=0x1616,
43577 },
43578 [0x1617]={
43579  category="lo",
43580  description="CANADIAN SYLLABICS CARRIER JE",
43581  direction="l",
43582  linebreak="al",
43583  unicodeslot=0x1617,
43584 },
43585 [0x1618]={
43586  category="lo",
43587  description="CANADIAN SYLLABICS CARRIER JEE",
43588  direction="l",
43589  linebreak="al",
43590  unicodeslot=0x1618,
43591 },
43592 [0x1619]={
43593  category="lo",
43594  description="CANADIAN SYLLABICS CARRIER JI",
43595  direction="l",
43596  linebreak="al",
43597  unicodeslot=0x1619,
43598 },
43599 [0x161A]={
43600  category="lo",
43601  description="CANADIAN SYLLABICS SAYISI JI",
43602  direction="l",
43603  linebreak="al",
43604  unicodeslot=0x161A,
43605 },
43606 [0x161B]={
43607  category="lo",
43608  description="CANADIAN SYLLABICS CARRIER JA",
43609  direction="l",
43610  linebreak="al",
43611  unicodeslot=0x161B,
43612 },
43613 [0x161C]={
43614  category="lo",
43615  description="CANADIAN SYLLABICS CARRIER JJU",
43616  direction="l",
43617  linebreak="al",
43618  unicodeslot=0x161C,
43619 },
43620 [0x161D]={
43621  category="lo",
43622  description="CANADIAN SYLLABICS CARRIER JJO",
43623  direction="l",
43624  linebreak="al",
43625  unicodeslot=0x161D,
43626 },
43627 [0x161E]={
43628  category="lo",
43629  description="CANADIAN SYLLABICS CARRIER JJE",
43630  direction="l",
43631  linebreak="al",
43632  unicodeslot=0x161E,
43633 },
43634 [0x161F]={
43635  category="lo",
43636  description="CANADIAN SYLLABICS CARRIER JJEE",
43637  direction="l",
43638  linebreak="al",
43639  unicodeslot=0x161F,
43640 },
43641 [0x1620]={
43642  category="lo",
43643  description="CANADIAN SYLLABICS CARRIER JJI",
43644  direction="l",
43645  linebreak="al",
43646  unicodeslot=0x1620,
43647 },
43648 [0x1621]={
43649  category="lo",
43650  description="CANADIAN SYLLABICS CARRIER JJA",
43651  direction="l",
43652  linebreak="al",
43653  unicodeslot=0x1621,
43654 },
43655 [0x1622]={
43656  category="lo",
43657  description="CANADIAN SYLLABICS CARRIER LU",
43658  direction="l",
43659  linebreak="al",
43660  unicodeslot=0x1622,
43661 },
43662 [0x1623]={
43663  category="lo",
43664  description="CANADIAN SYLLABICS CARRIER LO",
43665  direction="l",
43666  linebreak="al",
43667  unicodeslot=0x1623,
43668 },
43669 [0x1624]={
43670  category="lo",
43671  description="CANADIAN SYLLABICS CARRIER LE",
43672  direction="l",
43673  linebreak="al",
43674  unicodeslot=0x1624,
43675 },
43676 [0x1625]={
43677  category="lo",
43678  description="CANADIAN SYLLABICS CARRIER LEE",
43679  direction="l",
43680  linebreak="al",
43681  unicodeslot=0x1625,
43682 },
43683 [0x1626]={
43684  category="lo",
43685  description="CANADIAN SYLLABICS CARRIER LI",
43686  direction="l",
43687  linebreak="al",
43688  unicodeslot=0x1626,
43689 },
43690 [0x1627]={
43691  category="lo",
43692  description="CANADIAN SYLLABICS CARRIER LA",
43693  direction="l",
43694  linebreak="al",
43695  unicodeslot=0x1627,
43696 },
43697 [0x1628]={
43698  category="lo",
43699  description="CANADIAN SYLLABICS CARRIER DLU",
43700  direction="l",
43701  linebreak="al",
43702  unicodeslot=0x1628,
43703 },
43704 [0x1629]={
43705  category="lo",
43706  description="CANADIAN SYLLABICS CARRIER DLO",
43707  direction="l",
43708  linebreak="al",
43709  unicodeslot=0x1629,
43710 },
43711 [0x162A]={
43712  category="lo",
43713  description="CANADIAN SYLLABICS CARRIER DLE",
43714  direction="l",
43715  linebreak="al",
43716  unicodeslot=0x162A,
43717 },
43718 [0x162B]={
43719  category="lo",
43720  description="CANADIAN SYLLABICS CARRIER DLEE",
43721  direction="l",
43722  linebreak="al",
43723  unicodeslot=0x162B,
43724 },
43725 [0x162C]={
43726  category="lo",
43727  description="CANADIAN SYLLABICS CARRIER DLI",
43728  direction="l",
43729  linebreak="al",
43730  unicodeslot=0x162C,
43731 },
43732 [0x162D]={
43733  category="lo",
43734  description="CANADIAN SYLLABICS CARRIER DLA",
43735  direction="l",
43736  linebreak="al",
43737  unicodeslot=0x162D,
43738 },
43739 [0x162E]={
43740  category="lo",
43741  description="CANADIAN SYLLABICS CARRIER LHU",
43742  direction="l",
43743  linebreak="al",
43744  unicodeslot=0x162E,
43745 },
43746 [0x162F]={
43747  category="lo",
43748  description="CANADIAN SYLLABICS CARRIER LHO",
43749  direction="l",
43750  linebreak="al",
43751  unicodeslot=0x162F,
43752 },
43753 [0x1630]={
43754  category="lo",
43755  description="CANADIAN SYLLABICS CARRIER LHE",
43756  direction="l",
43757  linebreak="al",
43758  unicodeslot=0x1630,
43759 },
43760 [0x1631]={
43761  category="lo",
43762  description="CANADIAN SYLLABICS CARRIER LHEE",
43763  direction="l",
43764  linebreak="al",
43765  unicodeslot=0x1631,
43766 },
43767 [0x1632]={
43768  category="lo",
43769  description="CANADIAN SYLLABICS CARRIER LHI",
43770  direction="l",
43771  linebreak="al",
43772  unicodeslot=0x1632,
43773 },
43774 [0x1633]={
43775  category="lo",
43776  description="CANADIAN SYLLABICS CARRIER LHA",
43777  direction="l",
43778  linebreak="al",
43779  unicodeslot=0x1633,
43780 },
43781 [0x1634]={
43782  category="lo",
43783  description="CANADIAN SYLLABICS CARRIER TLHU",
43784  direction="l",
43785  linebreak="al",
43786  unicodeslot=0x1634,
43787 },
43788 [0x1635]={
43789  category="lo",
43790  description="CANADIAN SYLLABICS CARRIER TLHO",
43791  direction="l",
43792  linebreak="al",
43793  unicodeslot=0x1635,
43794 },
43795 [0x1636]={
43796  category="lo",
43797  description="CANADIAN SYLLABICS CARRIER TLHE",
43798  direction="l",
43799  linebreak="al",
43800  unicodeslot=0x1636,
43801 },
43802 [0x1637]={
43803  category="lo",
43804  description="CANADIAN SYLLABICS CARRIER TLHEE",
43805  direction="l",
43806  linebreak="al",
43807  unicodeslot=0x1637,
43808 },
43809 [0x1638]={
43810  category="lo",
43811  description="CANADIAN SYLLABICS CARRIER TLHI",
43812  direction="l",
43813  linebreak="al",
43814  unicodeslot=0x1638,
43815 },
43816 [0x1639]={
43817  category="lo",
43818  description="CANADIAN SYLLABICS CARRIER TLHA",
43819  direction="l",
43820  linebreak="al",
43821  unicodeslot=0x1639,
43822 },
43823 [0x163A]={
43824  category="lo",
43825  description="CANADIAN SYLLABICS CARRIER TLU",
43826  direction="l",
43827  linebreak="al",
43828  unicodeslot=0x163A,
43829 },
43830 [0x163B]={
43831  category="lo",
43832  description="CANADIAN SYLLABICS CARRIER TLO",
43833  direction="l",
43834  linebreak="al",
43835  unicodeslot=0x163B,
43836 },
43837 [0x163C]={
43838  category="lo",
43839  description="CANADIAN SYLLABICS CARRIER TLE",
43840  direction="l",
43841  linebreak="al",
43842  unicodeslot=0x163C,
43843 },
43844 [0x163D]={
43845  category="lo",
43846  description="CANADIAN SYLLABICS CARRIER TLEE",
43847  direction="l",
43848  linebreak="al",
43849  unicodeslot=0x163D,
43850 },
43851 [0x163E]={
43852  category="lo",
43853  description="CANADIAN SYLLABICS CARRIER TLI",
43854  direction="l",
43855  linebreak="al",
43856  unicodeslot=0x163E,
43857 },
43858 [0x163F]={
43859  category="lo",
43860  description="CANADIAN SYLLABICS CARRIER TLA",
43861  direction="l",
43862  linebreak="al",
43863  unicodeslot=0x163F,
43864 },
43865 [0x1640]={
43866  category="lo",
43867  description="CANADIAN SYLLABICS CARRIER ZU",
43868  direction="l",
43869  linebreak="al",
43870  unicodeslot=0x1640,
43871 },
43872 [0x1641]={
43873  category="lo",
43874  description="CANADIAN SYLLABICS CARRIER ZO",
43875  direction="l",
43876  linebreak="al",
43877  unicodeslot=0x1641,
43878 },
43879 [0x1642]={
43880  category="lo",
43881  description="CANADIAN SYLLABICS CARRIER ZE",
43882  direction="l",
43883  linebreak="al",
43884  unicodeslot=0x1642,
43885 },
43886 [0x1643]={
43887  category="lo",
43888  description="CANADIAN SYLLABICS CARRIER ZEE",
43889  direction="l",
43890  linebreak="al",
43891  unicodeslot=0x1643,
43892 },
43893 [0x1644]={
43894  category="lo",
43895  description="CANADIAN SYLLABICS CARRIER ZI",
43896  direction="l",
43897  linebreak="al",
43898  unicodeslot=0x1644,
43899 },
43900 [0x1645]={
43901  category="lo",
43902  description="CANADIAN SYLLABICS CARRIER ZA",
43903  direction="l",
43904  linebreak="al",
43905  unicodeslot=0x1645,
43906 },
43907 [0x1646]={
43908  category="lo",
43909  description="CANADIAN SYLLABICS CARRIER Z",
43910  direction="l",
43911  linebreak="al",
43912  unicodeslot=0x1646,
43913 },
43914 [0x1647]={
43915  category="lo",
43916  description="CANADIAN SYLLABICS CARRIER INITIAL Z",
43917  direction="l",
43918  linebreak="al",
43919  unicodeslot=0x1647,
43920 },
43921 [0x1648]={
43922  category="lo",
43923  description="CANADIAN SYLLABICS CARRIER DZU",
43924  direction="l",
43925  linebreak="al",
43926  unicodeslot=0x1648,
43927 },
43928 [0x1649]={
43929  category="lo",
43930  description="CANADIAN SYLLABICS CARRIER DZO",
43931  direction="l",
43932  linebreak="al",
43933  unicodeslot=0x1649,
43934 },
43935 [0x164A]={
43936  category="lo",
43937  description="CANADIAN SYLLABICS CARRIER DZE",
43938  direction="l",
43939  linebreak="al",
43940  unicodeslot=0x164A,
43941 },
43942 [0x164B]={
43943  category="lo",
43944  description="CANADIAN SYLLABICS CARRIER DZEE",
43945  direction="l",
43946  linebreak="al",
43947  unicodeslot=0x164B,
43948 },
43949 [0x164C]={
43950  category="lo",
43951  description="CANADIAN SYLLABICS CARRIER DZI",
43952  direction="l",
43953  linebreak="al",
43954  unicodeslot=0x164C,
43955 },
43956 [0x164D]={
43957  category="lo",
43958  description="CANADIAN SYLLABICS CARRIER DZA",
43959  direction="l",
43960  linebreak="al",
43961  unicodeslot=0x164D,
43962 },
43963 [0x164E]={
43964  category="lo",
43965  description="CANADIAN SYLLABICS CARRIER SU",
43966  direction="l",
43967  linebreak="al",
43968  unicodeslot=0x164E,
43969 },
43970 [0x164F]={
43971  category="lo",
43972  description="CANADIAN SYLLABICS CARRIER SO",
43973  direction="l",
43974  linebreak="al",
43975  unicodeslot=0x164F,
43976 },
43977 [0x1650]={
43978  category="lo",
43979  description="CANADIAN SYLLABICS CARRIER SE",
43980  direction="l",
43981  linebreak="al",
43982  unicodeslot=0x1650,
43983 },
43984 [0x1651]={
43985  category="lo",
43986  description="CANADIAN SYLLABICS CARRIER SEE",
43987  direction="l",
43988  linebreak="al",
43989  unicodeslot=0x1651,
43990 },
43991 [0x1652]={
43992  category="lo",
43993  description="CANADIAN SYLLABICS CARRIER SI",
43994  direction="l",
43995  linebreak="al",
43996  unicodeslot=0x1652,
43997 },
43998 [0x1653]={
43999  category="lo",
44000  description="CANADIAN SYLLABICS CARRIER SA",
44001  direction="l",
44002  linebreak="al",
44003  unicodeslot=0x1653,
44004 },
44005 [0x1654]={
44006  category="lo",
44007  description="CANADIAN SYLLABICS CARRIER SHU",
44008  direction="l",
44009  linebreak="al",
44010  unicodeslot=0x1654,
44011 },
44012 [0x1655]={
44013  category="lo",
44014  description="CANADIAN SYLLABICS CARRIER SHO",
44015  direction="l",
44016  linebreak="al",
44017  unicodeslot=0x1655,
44018 },
44019 [0x1656]={
44020  category="lo",
44021  description="CANADIAN SYLLABICS CARRIER SHE",
44022  direction="l",
44023  linebreak="al",
44024  unicodeslot=0x1656,
44025 },
44026 [0x1657]={
44027  category="lo",
44028  description="CANADIAN SYLLABICS CARRIER SHEE",
44029  direction="l",
44030  linebreak="al",
44031  unicodeslot=0x1657,
44032 },
44033 [0x1658]={
44034  category="lo",
44035  description="CANADIAN SYLLABICS CARRIER SHI",
44036  direction="l",
44037  linebreak="al",
44038  unicodeslot=0x1658,
44039 },
44040 [0x1659]={
44041  category="lo",
44042  description="CANADIAN SYLLABICS CARRIER SHA",
44043  direction="l",
44044  linebreak="al",
44045  unicodeslot=0x1659,
44046 },
44047 [0x165A]={
44048  category="lo",
44049  description="CANADIAN SYLLABICS CARRIER SH",
44050  direction="l",
44051  linebreak="al",
44052  unicodeslot=0x165A,
44053 },
44054 [0x165B]={
44055  category="lo",
44056  description="CANADIAN SYLLABICS CARRIER TSU",
44057  direction="l",
44058  linebreak="al",
44059  unicodeslot=0x165B,
44060 },
44061 [0x165C]={
44062  category="lo",
44063  description="CANADIAN SYLLABICS CARRIER TSO",
44064  direction="l",
44065  linebreak="al",
44066  unicodeslot=0x165C,
44067 },
44068 [0x165D]={
44069  category="lo",
44070  description="CANADIAN SYLLABICS CARRIER TSE",
44071  direction="l",
44072  linebreak="al",
44073  unicodeslot=0x165D,
44074 },
44075 [0x165E]={
44076  category="lo",
44077  description="CANADIAN SYLLABICS CARRIER TSEE",
44078  direction="l",
44079  linebreak="al",
44080  unicodeslot=0x165E,
44081 },
44082 [0x165F]={
44083  category="lo",
44084  description="CANADIAN SYLLABICS CARRIER TSI",
44085  direction="l",
44086  linebreak="al",
44087  unicodeslot=0x165F,
44088 },
44089 [0x1660]={
44090  category="lo",
44091  description="CANADIAN SYLLABICS CARRIER TSA",
44092  direction="l",
44093  linebreak="al",
44094  unicodeslot=0x1660,
44095 },
44096 [0x1661]={
44097  category="lo",
44098  description="CANADIAN SYLLABICS CARRIER CHU",
44099  direction="l",
44100  linebreak="al",
44101  unicodeslot=0x1661,
44102 },
44103 [0x1662]={
44104  category="lo",
44105  description="CANADIAN SYLLABICS CARRIER CHO",
44106  direction="l",
44107  linebreak="al",
44108  unicodeslot=0x1662,
44109 },
44110 [0x1663]={
44111  category="lo",
44112  description="CANADIAN SYLLABICS CARRIER CHE",
44113  direction="l",
44114  linebreak="al",
44115  unicodeslot=0x1663,
44116 },
44117 [0x1664]={
44118  category="lo",
44119  description="CANADIAN SYLLABICS CARRIER CHEE",
44120  direction="l",
44121  linebreak="al",
44122  unicodeslot=0x1664,
44123 },
44124 [0x1665]={
44125  category="lo",
44126  description="CANADIAN SYLLABICS CARRIER CHI",
44127  direction="l",
44128  linebreak="al",
44129  unicodeslot=0x1665,
44130 },
44131 [0x1666]={
44132  category="lo",
44133  description="CANADIAN SYLLABICS CARRIER CHA",
44134  direction="l",
44135  linebreak="al",
44136  unicodeslot=0x1666,
44137 },
44138 [0x1667]={
44139  category="lo",
44140  description="CANADIAN SYLLABICS CARRIER TTSU",
44141  direction="l",
44142  linebreak="al",
44143  unicodeslot=0x1667,
44144 },
44145 [0x1668]={
44146  category="lo",
44147  description="CANADIAN SYLLABICS CARRIER TTSO",
44148  direction="l",
44149  linebreak="al",
44150  unicodeslot=0x1668,
44151 },
44152 [0x1669]={
44153  category="lo",
44154  description="CANADIAN SYLLABICS CARRIER TTSE",
44155  direction="l",
44156  linebreak="al",
44157  unicodeslot=0x1669,
44158 },
44159 [0x166A]={
44160  category="lo",
44161  description="CANADIAN SYLLABICS CARRIER TTSEE",
44162  direction="l",
44163  linebreak="al",
44164  unicodeslot=0x166A,
44165 },
44166 [0x166B]={
44167  category="lo",
44168  description="CANADIAN SYLLABICS CARRIER TTSI",
44169  direction="l",
44170  linebreak="al",
44171  unicodeslot=0x166B,
44172 },
44173 [0x166C]={
44174  category="lo",
44175  description="CANADIAN SYLLABICS CARRIER TTSA",
44176  direction="l",
44177  linebreak="al",
44178  unicodeslot=0x166C,
44179 },
44180 [0x166D]={
44181  category="po",
44182  description="CANADIAN SYLLABICS CHI SIGN",
44183  direction="l",
44184  linebreak="al",
44185  unicodeslot=0x166D,
44186 },
44187 [0x166E]={
44188  category="po",
44189  description="CANADIAN SYLLABICS FULL STOP",
44190  direction="l",
44191  linebreak="al",
44192  unicodeslot=0x166E,
44193 },
44194 [0x166F]={
44195  category="lo",
44196  description="CANADIAN SYLLABICS QAI",
44197  direction="l",
44198  linebreak="al",
44199  unicodeslot=0x166F,
44200 },
44201 [0x1670]={
44202  category="lo",
44203  description="CANADIAN SYLLABICS NGAI",
44204  direction="l",
44205  linebreak="al",
44206  unicodeslot=0x1670,
44207 },
44208 [0x1671]={
44209  category="lo",
44210  description="CANADIAN SYLLABICS NNGI",
44211  direction="l",
44212  linebreak="al",
44213  unicodeslot=0x1671,
44214 },
44215 [0x1672]={
44216  category="lo",
44217  description="CANADIAN SYLLABICS NNGII",
44218  direction="l",
44219  linebreak="al",
44220  unicodeslot=0x1672,
44221 },
44222 [0x1673]={
44223  category="lo",
44224  description="CANADIAN SYLLABICS NNGO",
44225  direction="l",
44226  linebreak="al",
44227  unicodeslot=0x1673,
44228 },
44229 [0x1674]={
44230  category="lo",
44231  description="CANADIAN SYLLABICS NNGOO",
44232  direction="l",
44233  linebreak="al",
44234  unicodeslot=0x1674,
44235 },
44236 [0x1675]={
44237  category="lo",
44238  description="CANADIAN SYLLABICS NNGA",
44239  direction="l",
44240  linebreak="al",
44241  unicodeslot=0x1675,
44242 },
44243 [0x1676]={
44244  category="lo",
44245  description="CANADIAN SYLLABICS NNGAA",
44246  direction="l",
44247  linebreak="al",
44248  unicodeslot=0x1676,
44249 },
44250 [0x1677]={
44251  category="lo",
44252  description="CANADIAN SYLLABICS WOODS-CREE THWEE",
44253  direction="l",
44254  linebreak="al",
44255  unicodeslot=0x1677,
44256 },
44257 [0x1678]={
44258  category="lo",
44259  description="CANADIAN SYLLABICS WOODS-CREE THWI",
44260  direction="l",
44261  linebreak="al",
44262  unicodeslot=0x1678,
44263 },
44264 [0x1679]={
44265  category="lo",
44266  description="CANADIAN SYLLABICS WOODS-CREE THWII",
44267  direction="l",
44268  linebreak="al",
44269  unicodeslot=0x1679,
44270 },
44271 [0x167A]={
44272  category="lo",
44273  description="CANADIAN SYLLABICS WOODS-CREE THWO",
44274  direction="l",
44275  linebreak="al",
44276  unicodeslot=0x167A,
44277 },
44278 [0x167B]={
44279  category="lo",
44280  description="CANADIAN SYLLABICS WOODS-CREE THWOO",
44281  direction="l",
44282  linebreak="al",
44283  unicodeslot=0x167B,
44284 },
44285 [0x167C]={
44286  category="lo",
44287  description="CANADIAN SYLLABICS WOODS-CREE THWA",
44288  direction="l",
44289  linebreak="al",
44290  unicodeslot=0x167C,
44291 },
44292 [0x167D]={
44293  category="lo",
44294  description="CANADIAN SYLLABICS WOODS-CREE THWAA",
44295  direction="l",
44296  linebreak="al",
44297  unicodeslot=0x167D,
44298 },
44299 [0x167E]={
44300  category="lo",
44301  description="CANADIAN SYLLABICS WOODS-CREE FINAL TH",
44302  direction="l",
44303  linebreak="al",
44304  unicodeslot=0x167E,
44305 },
44306 [0x167F]={
44307  category="lo",
44308  description="CANADIAN SYLLABICS BLACKFOOT W",
44309  direction="l",
44310  linebreak="al",
44311  unicodeslot=0x167F,
44312 },
44313 [0x1680]={
44314  category="zs",
44315  description="OGHAM SPACE MARK",
44316  direction="ws",
44317  linebreak="ba",
44318  unicodeslot=0x1680,
44319 },
44320 [0x1681]={
44321  category="lo",
44322  description="OGHAM LETTER BEITH",
44323  direction="l",
44324  linebreak="al",
44325  unicodeslot=0x1681,
44326 },
44327 [0x1682]={
44328  category="lo",
44329  description="OGHAM LETTER LUIS",
44330  direction="l",
44331  linebreak="al",
44332  unicodeslot=0x1682,
44333 },
44334 [0x1683]={
44335  category="lo",
44336  description="OGHAM LETTER FEARN",
44337  direction="l",
44338  linebreak="al",
44339  unicodeslot=0x1683,
44340 },
44341 [0x1684]={
44342  category="lo",
44343  description="OGHAM LETTER SAIL",
44344  direction="l",
44345  linebreak="al",
44346  unicodeslot=0x1684,
44347 },
44348 [0x1685]={
44349  category="lo",
44350  description="OGHAM LETTER NION",
44351  direction="l",
44352  linebreak="al",
44353  unicodeslot=0x1685,
44354 },
44355 [0x1686]={
44356  category="lo",
44357  description="OGHAM LETTER UATH",
44358  direction="l",
44359  linebreak="al",
44360  unicodeslot=0x1686,
44361 },
44362 [0x1687]={
44363  category="lo",
44364  description="OGHAM LETTER DAIR",
44365  direction="l",
44366  linebreak="al",
44367  unicodeslot=0x1687,
44368 },
44369 [0x1688]={
44370  category="lo",
44371  description="OGHAM LETTER TINNE",
44372  direction="l",
44373  linebreak="al",
44374  unicodeslot=0x1688,
44375 },
44376 [0x1689]={
44377  category="lo",
44378  description="OGHAM LETTER COLL",
44379  direction="l",
44380  linebreak="al",
44381  unicodeslot=0x1689,
44382 },
44383 [0x168A]={
44384  category="lo",
44385  description="OGHAM LETTER CEIRT",
44386  direction="l",
44387  linebreak="al",
44388  unicodeslot=0x168A,
44389 },
44390 [0x168B]={
44391  category="lo",
44392  description="OGHAM LETTER MUIN",
44393  direction="l",
44394  linebreak="al",
44395  unicodeslot=0x168B,
44396 },
44397 [0x168C]={
44398  category="lo",
44399  description="OGHAM LETTER GORT",
44400  direction="l",
44401  linebreak="al",
44402  unicodeslot=0x168C,
44403 },
44404 [0x168D]={
44405  category="lo",
44406  description="OGHAM LETTER NGEADAL",
44407  direction="l",
44408  linebreak="al",
44409  unicodeslot=0x168D,
44410 },
44411 [0x168E]={
44412  category="lo",
44413  description="OGHAM LETTER STRAIF",
44414  direction="l",
44415  linebreak="al",
44416  unicodeslot=0x168E,
44417 },
44418 [0x168F]={
44419  category="lo",
44420  description="OGHAM LETTER RUIS",
44421  direction="l",
44422  linebreak="al",
44423  unicodeslot=0x168F,
44424 },
44425 [0x1690]={
44426  category="lo",
44427  description="OGHAM LETTER AILM",
44428  direction="l",
44429  linebreak="al",
44430  unicodeslot=0x1690,
44431 },
44432 [0x1691]={
44433  category="lo",
44434  description="OGHAM LETTER ONN",
44435  direction="l",
44436  linebreak="al",
44437  unicodeslot=0x1691,
44438 },
44439 [0x1692]={
44440  category="lo",
44441  description="OGHAM LETTER UR",
44442  direction="l",
44443  linebreak="al",
44444  unicodeslot=0x1692,
44445 },
44446 [0x1693]={
44447  category="lo",
44448  description="OGHAM LETTER EADHADH",
44449  direction="l",
44450  linebreak="al",
44451  unicodeslot=0x1693,
44452 },
44453 [0x1694]={
44454  category="lo",
44455  description="OGHAM LETTER IODHADH",
44456  direction="l",
44457  linebreak="al",
44458  unicodeslot=0x1694,
44459 },
44460 [0x1695]={
44461  category="lo",
44462  description="OGHAM LETTER EABHADH",
44463  direction="l",
44464  linebreak="al",
44465  unicodeslot=0x1695,
44466 },
44467 [0x1696]={
44468  category="lo",
44469  description="OGHAM LETTER OR",
44470  direction="l",
44471  linebreak="al",
44472  unicodeslot=0x1696,
44473 },
44474 [0x1697]={
44475  category="lo",
44476  description="OGHAM LETTER UILLEANN",
44477  direction="l",
44478  linebreak="al",
44479  unicodeslot=0x1697,
44480 },
44481 [0x1698]={
44482  category="lo",
44483  description="OGHAM LETTER IFIN",
44484  direction="l",
44485  linebreak="al",
44486  unicodeslot=0x1698,
44487 },
44488 [0x1699]={
44489  category="lo",
44490  description="OGHAM LETTER EAMHANCHOLL",
44491  direction="l",
44492  linebreak="al",
44493  unicodeslot=0x1699,
44494 },
44495 [0x169A]={
44496  category="lo",
44497  description="OGHAM LETTER PEITH",
44498  direction="l",
44499  linebreak="al",
44500  unicodeslot=0x169A,
44501 },
44502 [0x169B]={
44503  category="ps",
44504  description="OGHAM FEATHER MARK",
44505  direction="on",
44506  linebreak="op",
44507  mirror=0x169C,
44508  unicodeslot=0x169B,
44509 },
44510 [0x169C]={
44511  category="pe",
44512  description="OGHAM REVERSED FEATHER MARK",
44513  direction="on",
44514  linebreak="cl",
44515  mirror=0x169B,
44516  unicodeslot=0x169C,
44517 },
44518 [0x16A0]={
44519  category="lo",
44520  description="RUNIC LETTER FEHU FEOH FE F",
44521  direction="l",
44522  linebreak="al",
44523  unicodeslot=0x16A0,
44524 },
44525 [0x16A1]={
44526  category="lo",
44527  description="RUNIC LETTER V",
44528  direction="l",
44529  linebreak="al",
44530  unicodeslot=0x16A1,
44531 },
44532 [0x16A2]={
44533  category="lo",
44534  description="RUNIC LETTER URUZ UR U",
44535  direction="l",
44536  linebreak="al",
44537  unicodeslot=0x16A2,
44538 },
44539 [0x16A3]={
44540  category="lo",
44541  description="RUNIC LETTER YR",
44542  direction="l",
44543  linebreak="al",
44544  unicodeslot=0x16A3,
44545 },
44546 [0x16A4]={
44547  category="lo",
44548  description="RUNIC LETTER Y",
44549  direction="l",
44550  linebreak="al",
44551  unicodeslot=0x16A4,
44552 },
44553 [0x16A5]={
44554  category="lo",
44555  description="RUNIC LETTER W",
44556  direction="l",
44557  linebreak="al",
44558  unicodeslot=0x16A5,
44559 },
44560 [0x16A6]={
44561  category="lo",
44562  description="RUNIC LETTER THURISAZ THURS THORN",
44563  direction="l",
44564  linebreak="al",
44565  unicodeslot=0x16A6,
44566 },
44567 [0x16A7]={
44568  category="lo",
44569  description="RUNIC LETTER ETH",
44570  direction="l",
44571  linebreak="al",
44572  unicodeslot=0x16A7,
44573 },
44574 [0x16A8]={
44575  category="lo",
44576  description="RUNIC LETTER ANSUZ A",
44577  direction="l",
44578  linebreak="al",
44579  unicodeslot=0x16A8,
44580 },
44581 [0x16A9]={
44582  category="lo",
44583  description="RUNIC LETTER OS O",
44584  direction="l",
44585  linebreak="al",
44586  unicodeslot=0x16A9,
44587 },
44588 [0x16AA]={
44589  category="lo",
44590  description="RUNIC LETTER AC A",
44591  direction="l",
44592  linebreak="al",
44593  unicodeslot=0x16AA,
44594 },
44595 [0x16AB]={
44596  category="lo",
44597  description="RUNIC LETTER AESC",
44598  direction="l",
44599  linebreak="al",
44600  unicodeslot=0x16AB,
44601 },
44602 [0x16AC]={
44603  category="lo",
44604  description="RUNIC LETTER LONG-BRANCH-OSS O",
44605  direction="l",
44606  linebreak="al",
44607  unicodeslot=0x16AC,
44608 },
44609 [0x16AD]={
44610  category="lo",
44611  description="RUNIC LETTER SHORT-TWIG-OSS O",
44612  direction="l",
44613  linebreak="al",
44614  unicodeslot=0x16AD,
44615 },
44616 [0x16AE]={
44617  category="lo",
44618  description="RUNIC LETTER O",
44619  direction="l",
44620  linebreak="al",
44621  unicodeslot=0x16AE,
44622 },
44623 [0x16AF]={
44624  category="lo",
44625  description="RUNIC LETTER OE",
44626  direction="l",
44627  linebreak="al",
44628  unicodeslot=0x16AF,
44629 },
44630 [0x16B0]={
44631  category="lo",
44632  description="RUNIC LETTER ON",
44633  direction="l",
44634  linebreak="al",
44635  unicodeslot=0x16B0,
44636 },
44637 [0x16B1]={
44638  category="lo",
44639  description="RUNIC LETTER RAIDO RAD REID R",
44640  direction="l",
44641  linebreak="al",
44642  unicodeslot=0x16B1,
44643 },
44644 [0x16B2]={
44645  category="lo",
44646  description="RUNIC LETTER KAUNA",
44647  direction="l",
44648  linebreak="al",
44649  unicodeslot=0x16B2,
44650 },
44651 [0x16B3]={
44652  category="lo",
44653  description="RUNIC LETTER CEN",
44654  direction="l",
44655  linebreak="al",
44656  unicodeslot=0x16B3,
44657 },
44658 [0x16B4]={
44659  category="lo",
44660  description="RUNIC LETTER KAUN K",
44661  direction="l",
44662  linebreak="al",
44663  unicodeslot=0x16B4,
44664 },
44665 [0x16B5]={
44666  category="lo",
44667  description="RUNIC LETTER G",
44668  direction="l",
44669  linebreak="al",
44670  unicodeslot=0x16B5,
44671 },
44672 [0x16B6]={
44673  category="lo",
44674  description="RUNIC LETTER ENG",
44675  direction="l",
44676  linebreak="al",
44677  unicodeslot=0x16B6,
44678 },
44679 [0x16B7]={
44680  category="lo",
44681  description="RUNIC LETTER GEBO GYFU G",
44682  direction="l",
44683  linebreak="al",
44684  unicodeslot=0x16B7,
44685 },
44686 [0x16B8]={
44687  category="lo",
44688  description="RUNIC LETTER GAR",
44689  direction="l",
44690  linebreak="al",
44691  unicodeslot=0x16B8,
44692 },
44693 [0x16B9]={
44694  category="lo",
44695  description="RUNIC LETTER WUNJO WYNN W",
44696  direction="l",
44697  linebreak="al",
44698  unicodeslot=0x16B9,
44699 },
44700 [0x16BA]={
44701  category="lo",
44702  description="RUNIC LETTER HAGLAZ H",
44703  direction="l",
44704  linebreak="al",
44705  unicodeslot=0x16BA,
44706 },
44707 [0x16BB]={
44708  category="lo",
44709  description="RUNIC LETTER HAEGL H",
44710  direction="l",
44711  linebreak="al",
44712  unicodeslot=0x16BB,
44713 },
44714 [0x16BC]={
44715  category="lo",
44716  description="RUNIC LETTER LONG-BRANCH-HAGALL H",
44717  direction="l",
44718  linebreak="al",
44719  unicodeslot=0x16BC,
44720 },
44721 [0x16BD]={
44722  category="lo",
44723  description="RUNIC LETTER SHORT-TWIG-HAGALL H",
44724  direction="l",
44725  linebreak="al",
44726  unicodeslot=0x16BD,
44727 },
44728 [0x16BE]={
44729  category="lo",
44730  description="RUNIC LETTER NAUDIZ NYD NAUD N",
44731  direction="l",
44732  linebreak="al",
44733  unicodeslot=0x16BE,
44734 },
44735 [0x16BF]={
44736  category="lo",
44737  description="RUNIC LETTER SHORT-TWIG-NAUD N",
44738  direction="l",
44739  linebreak="al",
44740  unicodeslot=0x16BF,
44741 },
44742 [0x16C0]={
44743  category="lo",
44744  description="RUNIC LETTER DOTTED-N",
44745  direction="l",
44746  linebreak="al",
44747  unicodeslot=0x16C0,
44748 },
44749 [0x16C1]={
44750  category="lo",
44751  description="RUNIC LETTER ISAZ IS ISS I",
44752  direction="l",
44753  linebreak="al",
44754  unicodeslot=0x16C1,
44755 },
44756 [0x16C2]={
44757  category="lo",
44758  description="RUNIC LETTER E",
44759  direction="l",
44760  linebreak="al",
44761  unicodeslot=0x16C2,
44762 },
44763 [0x16C3]={
44764  category="lo",
44765  description="RUNIC LETTER JERAN J",
44766  direction="l",
44767  linebreak="al",
44768  unicodeslot=0x16C3,
44769 },
44770 [0x16C4]={
44771  category="lo",
44772  description="RUNIC LETTER GER",
44773  direction="l",
44774  linebreak="al",
44775  unicodeslot=0x16C4,
44776 },
44777 [0x16C5]={
44778  category="lo",
44779  description="RUNIC LETTER LONG-BRANCH-AR AE",
44780  direction="l",
44781  linebreak="al",
44782  unicodeslot=0x16C5,
44783 },
44784 [0x16C6]={
44785  category="lo",
44786  description="RUNIC LETTER SHORT-TWIG-AR A",
44787  direction="l",
44788  linebreak="al",
44789  unicodeslot=0x16C6,
44790 },
44791 [0x16C7]={
44792  category="lo",
44793  description="RUNIC LETTER IWAZ EOH",
44794  direction="l",
44795  linebreak="al",
44796  unicodeslot=0x16C7,
44797 },
44798 [0x16C8]={
44799  category="lo",
44800  description="RUNIC LETTER PERTHO PEORTH P",
44801  direction="l",
44802  linebreak="al",
44803  unicodeslot=0x16C8,
44804 },
44805 [0x16C9]={
44806  category="lo",
44807  description="RUNIC LETTER ALGIZ EOLHX",
44808  direction="l",
44809  linebreak="al",
44810  unicodeslot=0x16C9,
44811 },
44812 [0x16CA]={
44813  category="lo",
44814  description="RUNIC LETTER SOWILO S",
44815  direction="l",
44816  linebreak="al",
44817  unicodeslot=0x16CA,
44818 },
44819 [0x16CB]={
44820  category="lo",
44821  description="RUNIC LETTER SIGEL LONG-BRANCH-SOL S",
44822  direction="l",
44823  linebreak="al",
44824  unicodeslot=0x16CB,
44825 },
44826 [0x16CC]={
44827  category="lo",
44828  description="RUNIC LETTER SHORT-TWIG-SOL S",
44829  direction="l",
44830  linebreak="al",
44831  unicodeslot=0x16CC,
44832 },
44833 [0x16CD]={
44834  category="lo",
44835  description="RUNIC LETTER C",
44836  direction="l",
44837  linebreak="al",
44838  unicodeslot=0x16CD,
44839 },
44840 [0x16CE]={
44841  category="lo",
44842  description="RUNIC LETTER Z",
44843  direction="l",
44844  linebreak="al",
44845  unicodeslot=0x16CE,
44846 },
44847 [0x16CF]={
44848  category="lo",
44849  description="RUNIC LETTER TIWAZ TIR TYR T",
44850  direction="l",
44851  linebreak="al",
44852  unicodeslot=0x16CF,
44853 },
44854 [0x16D0]={
44855  category="lo",
44856  description="RUNIC LETTER SHORT-TWIG-TYR T",
44857  direction="l",
44858  linebreak="al",
44859  unicodeslot=0x16D0,
44860 },
44861 [0x16D1]={
44862  category="lo",
44863  description="RUNIC LETTER D",
44864  direction="l",
44865  linebreak="al",
44866  unicodeslot=0x16D1,
44867 },
44868 [0x16D2]={
44869  category="lo",
44870  description="RUNIC LETTER BERKANAN BEORC BJARKAN B",
44871  direction="l",
44872  linebreak="al",
44873  unicodeslot=0x16D2,
44874 },
44875 [0x16D3]={
44876  category="lo",
44877  description="RUNIC LETTER SHORT-TWIG-BJARKAN B",
44878  direction="l",
44879  linebreak="al",
44880  unicodeslot=0x16D3,
44881 },
44882 [0x16D4]={
44883  category="lo",
44884  description="RUNIC LETTER DOTTED-P",
44885  direction="l",
44886  linebreak="al",
44887  unicodeslot=0x16D4,
44888 },
44889 [0x16D5]={
44890  category="lo",
44891  description="RUNIC LETTER OPEN-P",
44892  direction="l",
44893  linebreak="al",
44894  unicodeslot=0x16D5,
44895 },
44896 [0x16D6]={
44897  category="lo",
44898  description="RUNIC LETTER EHWAZ EH E",
44899  direction="l",
44900  linebreak="al",
44901  unicodeslot=0x16D6,
44902 },
44903 [0x16D7]={
44904  category="lo",
44905  description="RUNIC LETTER MANNAZ MAN M",
44906  direction="l",
44907  linebreak="al",
44908  unicodeslot=0x16D7,
44909 },
44910 [0x16D8]={
44911  category="lo",
44912  description="RUNIC LETTER LONG-BRANCH-MADR M",
44913  direction="l",
44914  linebreak="al",
44915  unicodeslot=0x16D8,
44916 },
44917 [0x16D9]={
44918  category="lo",
44919  description="RUNIC LETTER SHORT-TWIG-MADR M",
44920  direction="l",
44921  linebreak="al",
44922  unicodeslot=0x16D9,
44923 },
44924 [0x16DA]={
44925  category="lo",
44926  description="RUNIC LETTER LAUKAZ LAGU LOGR L",
44927  direction="l",
44928  linebreak="al",
44929  unicodeslot=0x16DA,
44930 },
44931 [0x16DB]={
44932  category="lo",
44933  description="RUNIC LETTER DOTTED-L",
44934  direction="l",
44935  linebreak="al",
44936  unicodeslot=0x16DB,
44937 },
44938 [0x16DC]={
44939  category="lo",
44940  description="RUNIC LETTER INGWAZ",
44941  direction="l",
44942  linebreak="al",
44943  unicodeslot=0x16DC,
44944 },
44945 [0x16DD]={
44946  category="lo",
44947  description="RUNIC LETTER ING",
44948  direction="l",
44949  linebreak="al",
44950  unicodeslot=0x16DD,
44951 },
44952 [0x16DE]={
44953  category="lo",
44954  description="RUNIC LETTER DAGAZ DAEG D",
44955  direction="l",
44956  linebreak="al",
44957  unicodeslot=0x16DE,
44958 },
44959 [0x16DF]={
44960  category="lo",
44961  description="RUNIC LETTER OTHALAN ETHEL O",
44962  direction="l",
44963  linebreak="al",
44964  unicodeslot=0x16DF,
44965 },
44966 [0x16E0]={
44967  category="lo",
44968  description="RUNIC LETTER EAR",
44969  direction="l",
44970  linebreak="al",
44971  unicodeslot=0x16E0,
44972 },
44973 [0x16E1]={
44974  category="lo",
44975  description="RUNIC LETTER IOR",
44976  direction="l",
44977  linebreak="al",
44978  unicodeslot=0x16E1,
44979 },
44980 [0x16E2]={
44981  category="lo",
44982  description="RUNIC LETTER CWEORTH",
44983  direction="l",
44984  linebreak="al",
44985  unicodeslot=0x16E2,
44986 },
44987 [0x16E3]={
44988  category="lo",
44989  description="RUNIC LETTER CALC",
44990  direction="l",
44991  linebreak="al",
44992  unicodeslot=0x16E3,
44993 },
44994 [0x16E4]={
44995  category="lo",
44996  description="RUNIC LETTER CEALC",
44997  direction="l",
44998  linebreak="al",
44999  unicodeslot=0x16E4,
45000 },
45001 [0x16E5]={
45002  category="lo",
45003  description="RUNIC LETTER STAN",
45004  direction="l",
45005  linebreak="al",
45006  unicodeslot=0x16E5,
45007 },
45008 [0x16E6]={
45009  category="lo",
45010  description="RUNIC LETTER LONG-BRANCH-YR",
45011  direction="l",
45012  linebreak="al",
45013  unicodeslot=0x16E6,
45014 },
45015 [0x16E7]={
45016  category="lo",
45017  description="RUNIC LETTER SHORT-TWIG-YR",
45018  direction="l",
45019  linebreak="al",
45020  unicodeslot=0x16E7,
45021 },
45022 [0x16E8]={
45023  category="lo",
45024  description="RUNIC LETTER ICELANDIC-YR",
45025  direction="l",
45026  linebreak="al",
45027  unicodeslot=0x16E8,
45028 },
45029 [0x16E9]={
45030  category="lo",
45031  description="RUNIC LETTER Q",
45032  direction="l",
45033  linebreak="al",
45034  unicodeslot=0x16E9,
45035 },
45036 [0x16EA]={
45037  category="lo",
45038  description="RUNIC LETTER X",
45039  direction="l",
45040  linebreak="al",
45041  unicodeslot=0x16EA,
45042 },
45043 [0x16EB]={
45044  category="po",
45045  description="RUNIC SINGLE PUNCTUATION",
45046  direction="l",
45047  linebreak="ba",
45048  unicodeslot=0x16EB,
45049 },
45050 [0x16EC]={
45051  category="po",
45052  description="RUNIC MULTIPLE PUNCTUATION",
45053  direction="l",
45054  linebreak="ba",
45055  unicodeslot=0x16EC,
45056 },
45057 [0x16ED]={
45058  category="po",
45059  description="RUNIC CROSS PUNCTUATION",
45060  direction="l",
45061  linebreak="ba",
45062  unicodeslot=0x16ED,
45063 },
45064 [0x16EE]={
45065  category="nl",
45066  description="RUNIC ARLAUG SYMBOL",
45067  direction="l",
45068  linebreak="al",
45069  unicodeslot=0x16EE,
45070 },
45071 [0x16EF]={
45072  category="nl",
45073  description="RUNIC TVIMADUR SYMBOL",
45074  direction="l",
45075  linebreak="al",
45076  unicodeslot=0x16EF,
45077 },
45078 [0x16F0]={
45079  category="nl",
45080  description="RUNIC BELGTHOR SYMBOL",
45081  direction="l",
45082  linebreak="al",
45083  unicodeslot=0x16F0,
45084 },
45085 [0x16F1]={
45086  category="lo",
45087  description="RUNIC LETTER K",
45088  direction="l",
45089  linebreak="al",
45090  unicodeslot=0x16F1,
45091 },
45092 [0x16F2]={
45093  category="lo",
45094  description="RUNIC LETTER SH",
45095  direction="l",
45096  linebreak="al",
45097  unicodeslot=0x16F2,
45098 },
45099 [0x16F3]={
45100  category="lo",
45101  description="RUNIC LETTER OO",
45102  direction="l",
45103  linebreak="al",
45104  unicodeslot=0x16F3,
45105 },
45106 [0x16F4]={
45107  category="lo",
45108  description="RUNIC LETTER FRANKS CASKET OS",
45109  direction="l",
45110  linebreak="al",
45111  unicodeslot=0x16F4,
45112 },
45113 [0x16F5]={
45114  category="lo",
45115  description="RUNIC LETTER FRANKS CASKET IS",
45116  direction="l",
45117  linebreak="al",
45118  unicodeslot=0x16F5,
45119 },
45120 [0x16F6]={
45121  category="lo",
45122  description="RUNIC LETTER FRANKS CASKET EH",
45123  direction="l",
45124  linebreak="al",
45125  unicodeslot=0x16F6,
45126 },
45127 [0x16F7]={
45128  category="lo",
45129  description="RUNIC LETTER FRANKS CASKET AC",
45130  direction="l",
45131  linebreak="al",
45132  unicodeslot=0x16F7,
45133 },
45134 [0x16F8]={
45135  category="lo",
45136  description="RUNIC LETTER FRANKS CASKET AESC",
45137  direction="l",
45138  linebreak="al",
45139  unicodeslot=0x16F8,
45140 },
45141 [0x1700]={
45142  category="lo",
45143  description="TAGALOG LETTER A",
45144  direction="l",
45145  linebreak="al",
45146  unicodeslot=0x1700,
45147 },
45148 [0x1701]={
45149  category="lo",
45150  description="TAGALOG LETTER I",
45151  direction="l",
45152  linebreak="al",
45153  unicodeslot=0x1701,
45154 },
45155 [0x1702]={
45156  category="lo",
45157  description="TAGALOG LETTER U",
45158  direction="l",
45159  linebreak="al",
45160  unicodeslot=0x1702,
45161 },
45162 [0x1703]={
45163  category="lo",
45164  description="TAGALOG LETTER KA",
45165  direction="l",
45166  linebreak="al",
45167  unicodeslot=0x1703,
45168 },
45169 [0x1704]={
45170  category="lo",
45171  description="TAGALOG LETTER GA",
45172  direction="l",
45173  linebreak="al",
45174  unicodeslot=0x1704,
45175 },
45176 [0x1705]={
45177  category="lo",
45178  description="TAGALOG LETTER NGA",
45179  direction="l",
45180  linebreak="al",
45181  unicodeslot=0x1705,
45182 },
45183 [0x1706]={
45184  category="lo",
45185  description="TAGALOG LETTER TA",
45186  direction="l",
45187  linebreak="al",
45188  unicodeslot=0x1706,
45189 },
45190 [0x1707]={
45191  category="lo",
45192  description="TAGALOG LETTER DA",
45193  direction="l",
45194  linebreak="al",
45195  unicodeslot=0x1707,
45196 },
45197 [0x1708]={
45198  category="lo",
45199  description="TAGALOG LETTER NA",
45200  direction="l",
45201  linebreak="al",
45202  unicodeslot=0x1708,
45203 },
45204 [0x1709]={
45205  category="lo",
45206  description="TAGALOG LETTER PA",
45207  direction="l",
45208  linebreak="al",
45209  unicodeslot=0x1709,
45210 },
45211 [0x170A]={
45212  category="lo",
45213  description="TAGALOG LETTER BA",
45214  direction="l",
45215  linebreak="al",
45216  unicodeslot=0x170A,
45217 },
45218 [0x170B]={
45219  category="lo",
45220  description="TAGALOG LETTER MA",
45221  direction="l",
45222  linebreak="al",
45223  unicodeslot=0x170B,
45224 },
45225 [0x170C]={
45226  category="lo",
45227  description="TAGALOG LETTER YA",
45228  direction="l",
45229  linebreak="al",
45230  unicodeslot=0x170C,
45231 },
45232 [0x170D]={
45233  category="lo",
45234  comment="check indic",
45235  description="TAGALOG LETTER RA",
45236  direction="l",
45237  indic="c",
45238  indicclass="ra",
45239  indicorder="am",
45240  linebreak="al",
45241  unicodeslot=0x170D,
45242 },
45243 [0x170E]={
45244  category="lo",
45245  description="TAGALOG LETTER LA",
45246  direction="l",
45247  linebreak="al",
45248  unicodeslot=0x170E,
45249 },
45250 [0x170F]={
45251  category="lo",
45252  description="TAGALOG LETTER WA",
45253  direction="l",
45254  linebreak="al",
45255  unicodeslot=0x170F,
45256 },
45257 [0x1710]={
45258  category="lo",
45259  description="TAGALOG LETTER SA",
45260  direction="l",
45261  linebreak="al",
45262  unicodeslot=0x1710,
45263 },
45264 [0x1711]={
45265  category="lo",
45266  description="TAGALOG LETTER HA",
45267  direction="l",
45268  linebreak="al",
45269  unicodeslot=0x1711,
45270 },
45271 [0x1712]={
45272  category="mn",
45273  description="TAGALOG VOWEL SIGN I",
45274  direction="nsm",
45275  linebreak="cm",
45276  unicodeslot=0x1712,
45277 },
45278 [0x1713]={
45279  category="mn",
45280  description="TAGALOG VOWEL SIGN U",
45281  direction="nsm",
45282  linebreak="cm",
45283  unicodeslot=0x1713,
45284 },
45285 [0x1714]={
45286  category="mn",
45287  combining=0x9,
45288  description="TAGALOG SIGN VIRAMA",
45289  direction="nsm",
45290  linebreak="cm",
45291  unicodeslot=0x1714,
45292 },
45293 [0x1715]={
45294  category="mc",
45295  combining=0x9,
45296  description="TAGALOG SIGN PAMUDPOD",
45297  direction="l",
45298  linebreak="cm",
45299  unicodeslot=0x1715,
45300 },
45301 [0x171F]={
45302  category="lo",
45303  description="TAGALOG LETTER ARCHAIC RA",
45304  direction="l",
45305  linebreak="al",
45306  unicodeslot=0x171F,
45307 },
45308 [0x1720]={
45309  category="lo",
45310  description="HANUNOO LETTER A",
45311  direction="l",
45312  linebreak="al",
45313  unicodeslot=0x1720,
45314 },
45315 [0x1721]={
45316  category="lo",
45317  description="HANUNOO LETTER I",
45318  direction="l",
45319  linebreak="al",
45320  unicodeslot=0x1721,
45321 },
45322 [0x1722]={
45323  category="lo",
45324  description="HANUNOO LETTER U",
45325  direction="l",
45326  linebreak="al",
45327  unicodeslot=0x1722,
45328 },
45329 [0x1723]={
45330  category="lo",
45331  description="HANUNOO LETTER KA",
45332  direction="l",
45333  linebreak="al",
45334  unicodeslot=0x1723,
45335 },
45336 [0x1724]={
45337  category="lo",
45338  description="HANUNOO LETTER GA",
45339  direction="l",
45340  linebreak="al",
45341  unicodeslot=0x1724,
45342 },
45343 [0x1725]={
45344  category="lo",
45345  description="HANUNOO LETTER NGA",
45346  direction="l",
45347  linebreak="al",
45348  unicodeslot=0x1725,
45349 },
45350 [0x1726]={
45351  category="lo",
45352  description="HANUNOO LETTER TA",
45353  direction="l",
45354  linebreak="al",
45355  unicodeslot=0x1726,
45356 },
45357 [0x1727]={
45358  category="lo",
45359  description="HANUNOO LETTER DA",
45360  direction="l",
45361  linebreak="al",
45362  unicodeslot=0x1727,
45363 },
45364 [0x1728]={
45365  category="lo",
45366  description="HANUNOO LETTER NA",
45367  direction="l",
45368  linebreak="al",
45369  unicodeslot=0x1728,
45370 },
45371 [0x1729]={
45372  category="lo",
45373  description="HANUNOO LETTER PA",
45374  direction="l",
45375  linebreak="al",
45376  unicodeslot=0x1729,
45377 },
45378 [0x172A]={
45379  category="lo",
45380  description="HANUNOO LETTER BA",
45381  direction="l",
45382  linebreak="al",
45383  unicodeslot=0x172A,
45384 },
45385 [0x172B]={
45386  category="lo",
45387  description="HANUNOO LETTER MA",
45388  direction="l",
45389  linebreak="al",
45390  unicodeslot=0x172B,
45391 },
45392 [0x172C]={
45393  category="lo",
45394  description="HANUNOO LETTER YA",
45395  direction="l",
45396  linebreak="al",
45397  unicodeslot=0x172C,
45398 },
45399 [0x172D]={
45400  category="lo",
45401  description="HANUNOO LETTER RA",
45402  direction="l",
45403  linebreak="al",
45404  unicodeslot=0x172D,
45405 },
45406 [0x172E]={
45407  category="lo",
45408  description="HANUNOO LETTER LA",
45409  direction="l",
45410  linebreak="al",
45411  unicodeslot=0x172E,
45412 },
45413 [0x172F]={
45414  category="lo",
45415  description="HANUNOO LETTER WA",
45416  direction="l",
45417  linebreak="al",
45418  unicodeslot=0x172F,
45419 },
45420 [0x1730]={
45421  category="lo",
45422  description="HANUNOO LETTER SA",
45423  direction="l",
45424  linebreak="al",
45425  unicodeslot=0x1730,
45426 },
45427 [0x1731]={
45428  category="lo",
45429  description="HANUNOO LETTER HA",
45430  direction="l",
45431  linebreak="al",
45432  unicodeslot=0x1731,
45433 },
45434 [0x1732]={
45435  category="mn",
45436  description="HANUNOO VOWEL SIGN I",
45437  direction="nsm",
45438  linebreak="cm",
45439  unicodeslot=0x1732,
45440 },
45441 [0x1733]={
45442  category="mn",
45443  description="HANUNOO VOWEL SIGN U",
45444  direction="nsm",
45445  linebreak="cm",
45446  unicodeslot=0x1733,
45447 },
45448 [0x1734]={
45449  category="mn",
45450  combining=0x9,
45451  description="HANUNOO SIGN PAMUDPOD",
45452  direction="l",
45453  linebreak="cm",
45454  unicodeslot=0x1734,
45455 },
45456 [0x1735]={
45457  category="po",
45458  description="PHILIPPINE SINGLE PUNCTUATION",
45459  direction="l",
45460  linebreak="ba",
45461  unicodeslot=0x1735,
45462 },
45463 [0x1736]={
45464  category="po",
45465  description="PHILIPPINE DOUBLE PUNCTUATION",
45466  direction="l",
45467  linebreak="ba",
45468  unicodeslot=0x1736,
45469 },
45470 [0x1740]={
45471  category="lo",
45472  description="BUHID LETTER A",
45473  direction="l",
45474  linebreak="al",
45475  unicodeslot=0x1740,
45476 },
45477 [0x1741]={
45478  category="lo",
45479  description="BUHID LETTER I",
45480  direction="l",
45481  linebreak="al",
45482  unicodeslot=0x1741,
45483 },
45484 [0x1742]={
45485  category="lo",
45486  description="BUHID LETTER U",
45487  direction="l",
45488  linebreak="al",
45489  unicodeslot=0x1742,
45490 },
45491 [0x1743]={
45492  category="lo",
45493  description="BUHID LETTER KA",
45494  direction="l",
45495  linebreak="al",
45496  unicodeslot=0x1743,
45497 },
45498 [0x1744]={
45499  category="lo",
45500  description="BUHID LETTER GA",
45501  direction="l",
45502  linebreak="al",
45503  unicodeslot=0x1744,
45504 },
45505 [0x1745]={
45506  category="lo",
45507  description="BUHID LETTER NGA",
45508  direction="l",
45509  linebreak="al",
45510  unicodeslot=0x1745,
45511 },
45512 [0x1746]={
45513  category="lo",
45514  description="BUHID LETTER TA",
45515  direction="l",
45516  linebreak="al",
45517  unicodeslot=0x1746,
45518 },
45519 [0x1747]={
45520  category="lo",
45521  description="BUHID LETTER DA",
45522  direction="l",
45523  linebreak="al",
45524  unicodeslot=0x1747,
45525 },
45526 [0x1748]={
45527  category="lo",
45528  description="BUHID LETTER NA",
45529  direction="l",
45530  linebreak="al",
45531  unicodeslot=0x1748,
45532 },
45533 [0x1749]={
45534  category="lo",
45535  description="BUHID LETTER PA",
45536  direction="l",
45537  linebreak="al",
45538  unicodeslot=0x1749,
45539 },
45540 [0x174A]={
45541  category="lo",
45542  description="BUHID LETTER BA",
45543  direction="l",
45544  linebreak="al",
45545  unicodeslot=0x174A,
45546 },
45547 [0x174B]={
45548  category="lo",
45549  description="BUHID LETTER MA",
45550  direction="l",
45551  linebreak="al",
45552  unicodeslot=0x174B,
45553 },
45554 [0x174C]={
45555  category="lo",
45556  description="BUHID LETTER YA",
45557  direction="l",
45558  linebreak="al",
45559  unicodeslot=0x174C,
45560 },
45561 [0x174D]={
45562  category="lo",
45563  description="BUHID LETTER RA",
45564  direction="l",
45565  linebreak="al",
45566  unicodeslot=0x174D,
45567 },
45568 [0x174E]={
45569  category="lo",
45570  description="BUHID LETTER LA",
45571  direction="l",
45572  linebreak="al",
45573  unicodeslot=0x174E,
45574 },
45575 [0x174F]={
45576  category="lo",
45577  description="BUHID LETTER WA",
45578  direction="l",
45579  linebreak="al",
45580  unicodeslot=0x174F,
45581 },
45582 [0x1750]={
45583  category="lo",
45584  description="BUHID LETTER SA",
45585  direction="l",
45586  linebreak="al",
45587  unicodeslot=0x1750,
45588 },
45589 [0x1751]={
45590  category="lo",
45591  description="BUHID LETTER HA",
45592  direction="l",
45593  linebreak="al",
45594  unicodeslot=0x1751,
45595 },
45596 [0x1752]={
45597  category="mn",
45598  description="BUHID VOWEL SIGN I",
45599  direction="nsm",
45600  linebreak="cm",
45601  unicodeslot=0x1752,
45602 },
45603 [0x1753]={
45604  category="mn",
45605  description="BUHID VOWEL SIGN U",
45606  direction="nsm",
45607  linebreak="cm",
45608  unicodeslot=0x1753,
45609 },
45610 [0x1760]={
45611  category="lo",
45612  description="TAGBANWA LETTER A",
45613  direction="l",
45614  linebreak="al",
45615  unicodeslot=0x1760,
45616 },
45617 [0x1761]={
45618  category="lo",
45619  description="TAGBANWA LETTER I",
45620  direction="l",
45621  linebreak="al",
45622  unicodeslot=0x1761,
45623 },
45624 [0x1762]={
45625  category="lo",
45626  description="TAGBANWA LETTER U",
45627  direction="l",
45628  linebreak="al",
45629  unicodeslot=0x1762,
45630 },
45631 [0x1763]={
45632  category="lo",
45633  description="TAGBANWA LETTER KA",
45634  direction="l",
45635  linebreak="al",
45636  unicodeslot=0x1763,
45637 },
45638 [0x1764]={
45639  category="lo",
45640  description="TAGBANWA LETTER GA",
45641  direction="l",
45642  linebreak="al",
45643  unicodeslot=0x1764,
45644 },
45645 [0x1765]={
45646  category="lo",
45647  description="TAGBANWA LETTER NGA",
45648  direction="l",
45649  linebreak="al",
45650  unicodeslot=0x1765,
45651 },
45652 [0x1766]={
45653  category="lo",
45654  description="TAGBANWA LETTER TA",
45655  direction="l",
45656  linebreak="al",
45657  unicodeslot=0x1766,
45658 },
45659 [0x1767]={
45660  category="lo",
45661  description="TAGBANWA LETTER DA",
45662  direction="l",
45663  linebreak="al",
45664  unicodeslot=0x1767,
45665 },
45666 [0x1768]={
45667  category="lo",
45668  description="TAGBANWA LETTER NA",
45669  direction="l",
45670  linebreak="al",
45671  unicodeslot=0x1768,
45672 },
45673 [0x1769]={
45674  category="lo",
45675  description="TAGBANWA LETTER PA",
45676  direction="l",
45677  linebreak="al",
45678  unicodeslot=0x1769,
45679 },
45680 [0x176A]={
45681  category="lo",
45682  description="TAGBANWA LETTER BA",
45683  direction="l",
45684  linebreak="al",
45685  unicodeslot=0x176A,
45686 },
45687 [0x176B]={
45688  category="lo",
45689  description="TAGBANWA LETTER MA",
45690  direction="l",
45691  linebreak="al",
45692  unicodeslot=0x176B,
45693 },
45694 [0x176C]={
45695  category="lo",
45696  description="TAGBANWA LETTER YA",
45697  direction="l",
45698  linebreak="al",
45699  unicodeslot=0x176C,
45700 },
45701 [0x176E]={
45702  category="lo",
45703  description="TAGBANWA LETTER LA",
45704  direction="l",
45705  linebreak="al",
45706  unicodeslot=0x176E,
45707 },
45708 [0x176F]={
45709  category="lo",
45710  description="TAGBANWA LETTER WA",
45711  direction="l",
45712  linebreak="al",
45713  unicodeslot=0x176F,
45714 },
45715 [0x1770]={
45716  category="lo",
45717  description="TAGBANWA LETTER SA",
45718  direction="l",
45719  linebreak="al",
45720  unicodeslot=0x1770,
45721 },
45722 [0x1772]={
45723  category="mn",
45724  description="TAGBANWA VOWEL SIGN I",
45725  direction="nsm",
45726  linebreak="cm",
45727  unicodeslot=0x1772,
45728 },
45729 [0x1773]={
45730  category="mn",
45731  description="TAGBANWA VOWEL SIGN U",
45732  direction="nsm",
45733  linebreak="cm",
45734  unicodeslot=0x1773,
45735 },
45736 [0x1780]={
45737  category="lo",
45738  description="KHMER LETTER KA",
45739  direction="l",
45740  linebreak="sa",
45741  unicodeslot=0x1780,
45742 },
45743 [0x1781]={
45744  category="lo",
45745  description="KHMER LETTER KHA",
45746  direction="l",
45747  linebreak="sa",
45748  unicodeslot=0x1781,
45749 },
45750 [0x1782]={
45751  category="lo",
45752  description="KHMER LETTER KO",
45753  direction="l",
45754  linebreak="sa",
45755  unicodeslot=0x1782,
45756 },
45757 [0x1783]={
45758  category="lo",
45759  description="KHMER LETTER KHO",
45760  direction="l",
45761  linebreak="sa",
45762  unicodeslot=0x1783,
45763 },
45764 [0x1784]={
45765  category="lo",
45766  description="KHMER LETTER NGO",
45767  direction="l",
45768  linebreak="sa",
45769  unicodeslot=0x1784,
45770 },
45771 [0x1785]={
45772  category="lo",
45773  description="KHMER LETTER CA",
45774  direction="l",
45775  linebreak="sa",
45776  unicodeslot=0x1785,
45777 },
45778 [0x1786]={
45779  category="lo",
45780  description="KHMER LETTER CHA",
45781  direction="l",
45782  linebreak="sa",
45783  unicodeslot=0x1786,
45784 },
45785 [0x1787]={
45786  category="lo",
45787  description="KHMER LETTER CO",
45788  direction="l",
45789  linebreak="sa",
45790  unicodeslot=0x1787,
45791 },
45792 [0x1788]={
45793  category="lo",
45794  description="KHMER LETTER CHO",
45795  direction="l",
45796  linebreak="sa",
45797  unicodeslot=0x1788,
45798 },
45799 [0x1789]={
45800  category="lo",
45801  description="KHMER LETTER NYO",
45802  direction="l",
45803  linebreak="sa",
45804  unicodeslot=0x1789,
45805 },
45806 [0x178A]={
45807  category="lo",
45808  description="KHMER LETTER DA",
45809  direction="l",
45810  linebreak="sa",
45811  unicodeslot=0x178A,
45812 },
45813 [0x178B]={
45814  category="lo",
45815  description="KHMER LETTER TTHA",
45816  direction="l",
45817  linebreak="sa",
45818  unicodeslot=0x178B,
45819 },
45820 [0x178C]={
45821  category="lo",
45822  description="KHMER LETTER DO",
45823  direction="l",
45824  linebreak="sa",
45825  unicodeslot=0x178C,
45826 },
45827 [0x178D]={
45828  category="lo",
45829  description="KHMER LETTER TTHO",
45830  direction="l",
45831  linebreak="sa",
45832  unicodeslot=0x178D,
45833 },
45834 [0x178E]={
45835  category="lo",
45836  description="KHMER LETTER NNO",
45837  direction="l",
45838  linebreak="sa",
45839  unicodeslot=0x178E,
45840 },
45841 [0x178F]={
45842  category="lo",
45843  description="KHMER LETTER TA",
45844  direction="l",
45845  linebreak="sa",
45846  unicodeslot=0x178F,
45847 },
45848 [0x1790]={
45849  category="lo",
45850  description="KHMER LETTER THA",
45851  direction="l",
45852  linebreak="sa",
45853  unicodeslot=0x1790,
45854 },
45855 [0x1791]={
45856  category="lo",
45857  description="KHMER LETTER TO",
45858  direction="l",
45859  linebreak="sa",
45860  unicodeslot=0x1791,
45861 },
45862 [0x1792]={
45863  category="lo",
45864  description="KHMER LETTER THO",
45865  direction="l",
45866  linebreak="sa",
45867  unicodeslot=0x1792,
45868 },
45869 [0x1793]={
45870  category="lo",
45871  description="KHMER LETTER NO",
45872  direction="l",
45873  linebreak="sa",
45874  unicodeslot=0x1793,
45875 },
45876 [0x1794]={
45877  category="lo",
45878  description="KHMER LETTER BA",
45879  direction="l",
45880  linebreak="sa",
45881  unicodeslot=0x1794,
45882 },
45883 [0x1795]={
45884  category="lo",
45885  description="KHMER LETTER PHA",
45886  direction="l",
45887  linebreak="sa",
45888  unicodeslot=0x1795,
45889 },
45890 [0x1796]={
45891  category="lo",
45892  description="KHMER LETTER PO",
45893  direction="l",
45894  linebreak="sa",
45895  unicodeslot=0x1796,
45896 },
45897 [0x1797]={
45898  category="lo",
45899  description="KHMER LETTER PHO",
45900  direction="l",
45901  linebreak="sa",
45902  unicodeslot=0x1797,
45903 },
45904 [0x1798]={
45905  category="lo",
45906  description="KHMER LETTER MO",
45907  direction="l",
45908  linebreak="sa",
45909  unicodeslot=0x1798,
45910 },
45911 [0x1799]={
45912  category="lo",
45913  description="KHMER LETTER YO",
45914  direction="l",
45915  linebreak="sa",
45916  unicodeslot=0x1799,
45917 },
45918 [0x179A]={
45919  category="lo",
45920  description="KHMER LETTER RO",
45921  direction="l",
45922  linebreak="sa",
45923  unicodeslot=0x179A,
45924 },
45925 [0x179B]={
45926  category="lo",
45927  description="KHMER LETTER LO",
45928  direction="l",
45929  linebreak="sa",
45930  unicodeslot=0x179B,
45931 },
45932 [0x179C]={
45933  category="lo",
45934  description="KHMER LETTER VO",
45935  direction="l",
45936  linebreak="sa",
45937  unicodeslot=0x179C,
45938 },
45939 [0x179D]={
45940  category="lo",
45941  description="KHMER LETTER SHA",
45942  direction="l",
45943  linebreak="sa",
45944  unicodeslot=0x179D,
45945 },
45946 [0x179E]={
45947  category="lo",
45948  description="KHMER LETTER SSO",
45949  direction="l",
45950  linebreak="sa",
45951  unicodeslot=0x179E,
45952 },
45953 [0x179F]={
45954  category="lo",
45955  description="KHMER LETTER SA",
45956  direction="l",
45957  linebreak="sa",
45958  unicodeslot=0x179F,
45959 },
45960 [0x17A0]={
45961  category="lo",
45962  description="KHMER LETTER HA",
45963  direction="l",
45964  linebreak="sa",
45965  unicodeslot=0x17A0,
45966 },
45967 [0x17A1]={
45968  category="lo",
45969  description="KHMER LETTER LA",
45970  direction="l",
45971  linebreak="sa",
45972  unicodeslot=0x17A1,
45973 },
45974 [0x17A2]={
45975  category="lo",
45976  description="KHMER LETTER QA",
45977  direction="l",
45978  linebreak="sa",
45979  unicodeslot=0x17A2,
45980 },
45981 [0x17A3]={
45982  category="lo",
45983  description="KHMER INDEPENDENT VOWEL QAQ",
45984  direction="l",
45985  linebreak="sa",
45986  unicodeslot=0x17A3,
45987 },
45988 [0x17A4]={
45989  category="lo",
45990  description="KHMER INDEPENDENT VOWEL QAA",
45991  direction="l",
45992  linebreak="sa",
45993  unicodeslot=0x17A4,
45994 },
45995 [0x17A5]={
45996  category="lo",
45997  description="KHMER INDEPENDENT VOWEL QI",
45998  direction="l",
45999  linebreak="sa",
46000  unicodeslot=0x17A5,
46001 },
46002 [0x17A6]={
46003  category="lo",
46004  description="KHMER INDEPENDENT VOWEL QII",
46005  direction="l",
46006  linebreak="sa",
46007  unicodeslot=0x17A6,
46008 },
46009 [0x17A7]={
46010  category="lo",
46011  description="KHMER INDEPENDENT VOWEL QU",
46012  direction="l",
46013  linebreak="sa",
46014  unicodeslot=0x17A7,
46015 },
46016 [0x17A8]={
46017  category="lo",
46018  description="KHMER INDEPENDENT VOWEL QUK",
46019  direction="l",
46020  linebreak="sa",
46021  unicodeslot=0x17A8,
46022 },
46023 [0x17A9]={
46024  category="lo",
46025  description="KHMER INDEPENDENT VOWEL QUU",
46026  direction="l",
46027  linebreak="sa",
46028  unicodeslot=0x17A9,
46029 },
46030 [0x17AA]={
46031  category="lo",
46032  description="KHMER INDEPENDENT VOWEL QUUV",
46033  direction="l",
46034  linebreak="sa",
46035  unicodeslot=0x17AA,
46036 },
46037 [0x17AB]={
46038  category="lo",
46039  description="KHMER INDEPENDENT VOWEL RY",
46040  direction="l",
46041  linebreak="sa",
46042  unicodeslot=0x17AB,
46043 },
46044 [0x17AC]={
46045  category="lo",
46046  description="KHMER INDEPENDENT VOWEL RYY",
46047  direction="l",
46048  linebreak="sa",
46049  unicodeslot=0x17AC,
46050 },
46051 [0x17AD]={
46052  category="lo",
46053  description="KHMER INDEPENDENT VOWEL LY",
46054  direction="l",
46055  linebreak="sa",
46056  unicodeslot=0x17AD,
46057 },
46058 [0x17AE]={
46059  category="lo",
46060  description="KHMER INDEPENDENT VOWEL LYY",
46061  direction="l",
46062  linebreak="sa",
46063  unicodeslot=0x17AE,
46064 },
46065 [0x17AF]={
46066  category="lo",
46067  description="KHMER INDEPENDENT VOWEL QE",
46068  direction="l",
46069  linebreak="sa",
46070  unicodeslot=0x17AF,
46071 },
46072 [0x17B0]={
46073  category="lo",
46074  description="KHMER INDEPENDENT VOWEL QAI",
46075  direction="l",
46076  linebreak="sa",
46077  unicodeslot=0x17B0,
46078 },
46079 [0x17B1]={
46080  category="lo",
46081  description="KHMER INDEPENDENT VOWEL QOO TYPE ONE",
46082  direction="l",
46083  linebreak="sa",
46084  unicodeslot=0x17B1,
46085 },
46086 [0x17B2]={
46087  category="lo",
46088  description="KHMER INDEPENDENT VOWEL QOO TYPE TWO",
46089  direction="l",
46090  linebreak="sa",
46091  unicodeslot=0x17B2,
46092 },
46093 [0x17B3]={
46094  category="lo",
46095  description="KHMER INDEPENDENT VOWEL QAU",
46096  direction="l",
46097  linebreak="sa",
46098  unicodeslot=0x17B3,
46099 },
46100 [0x17B4]={
46101  category="cf",
46102  description="KHMER VOWEL INHERENT AQ",
46103  direction="nsm",
46104  linebreak="sa",
46105  unicodeslot=0x17B4,
46106 },
46107 [0x17B5]={
46108  category="cf",
46109  description="KHMER VOWEL INHERENT AA",
46110  direction="nsm",
46111  linebreak="sa",
46112  unicodeslot=0x17B5,
46113 },
46114 [0x17B6]={
46115  category="mc",
46116  description="KHMER VOWEL SIGN AA",
46117  direction="l",
46118  linebreak="sa",
46119  unicodeslot=0x17B6,
46120 },
46121 [0x17B7]={
46122  category="mn",
46123  description="KHMER VOWEL SIGN I",
46124  direction="nsm",
46125  linebreak="sa",
46126  unicodeslot=0x17B7,
46127 },
46128 [0x17B8]={
46129  category="mn",
46130  description="KHMER VOWEL SIGN II",
46131  direction="nsm",
46132  linebreak="sa",
46133  unicodeslot=0x17B8,
46134 },
46135 [0x17B9]={
46136  category="mn",
46137  description="KHMER VOWEL SIGN Y",
46138  direction="nsm",
46139  linebreak="sa",
46140  unicodeslot=0x17B9,
46141 },
46142 [0x17BA]={
46143  category="mn",
46144  description="KHMER VOWEL SIGN YY",
46145  direction="nsm",
46146  linebreak="sa",
46147  unicodeslot=0x17BA,
46148 },
46149 [0x17BB]={
46150  category="mn",
46151  description="KHMER VOWEL SIGN U",
46152  direction="nsm",
46153  linebreak="sa",
46154  unicodeslot=0x17BB,
46155 },
46156 [0x17BC]={
46157  category="mn",
46158  description="KHMER VOWEL SIGN UU",
46159  direction="nsm",
46160  linebreak="sa",
46161  unicodeslot=0x17BC,
46162 },
46163 [0x17BD]={
46164  category="mn",
46165  description="KHMER VOWEL SIGN UA",
46166  direction="nsm",
46167  linebreak="sa",
46168  unicodeslot=0x17BD,
46169 },
46170 [0x17BE]={
46171  category="mc",
46172  description="KHMER VOWEL SIGN OE",
46173  direction="l",
46174  linebreak="sa",
46175  unicodeslot=0x17BE,
46176 },
46177 [0x17BF]={
46178  category="mc",
46179  description="KHMER VOWEL SIGN YA",
46180  direction="l",
46181  linebreak="sa",
46182  unicodeslot=0x17BF,
46183 },
46184 [0x17C0]={
46185  category="mc",
46186  description="KHMER VOWEL SIGN IE",
46187  direction="l",
46188  linebreak="sa",
46189  unicodeslot=0x17C0,
46190 },
46191 [0x17C1]={
46192  category="mc",
46193  description="KHMER VOWEL SIGN E",
46194  direction="l",
46195  linebreak="sa",
46196  unicodeslot=0x17C1,
46197 },
46198 [0x17C2]={
46199  category="mc",
46200  description="KHMER VOWEL SIGN AE",
46201  direction="l",
46202  linebreak="sa",
46203  unicodeslot=0x17C2,
46204 },
46205 [0x17C3]={
46206  category="mc",
46207  description="KHMER VOWEL SIGN AI",
46208  direction="l",
46209  linebreak="sa",
46210  unicodeslot=0x17C3,
46211 },
46212 [0x17C4]={
46213  category="mc",
46214  description="KHMER VOWEL SIGN OO",
46215  direction="l",
46216  linebreak="sa",
46217  unicodeslot=0x17C4,
46218 },
46219 [0x17C5]={
46220  category="mc",
46221  description="KHMER VOWEL SIGN AU",
46222  direction="l",
46223  linebreak="sa",
46224  unicodeslot=0x17C5,
46225 },
46226 [0x17C6]={
46227  category="mn",
46228  description="KHMER SIGN NIKAHIT",
46229  direction="nsm",
46230  linebreak="sa",
46231  synonyms={ "khmer anusvara", "khmer srak am" },
46232  unicodeslot=0x17C6,
46233 },
46234 [0x17C7]={
46235  category="mc",
46236  description="KHMER SIGN REAHMUK",
46237  direction="l",
46238  linebreak="sa",
46239  synonyms={ "khmer srak ah", "khmer visarga" },
46240  unicodeslot=0x17C7,
46241 },
46242 [0x17C8]={
46243  category="mc",
46244  description="KHMER SIGN YUUKALEAPINTU",
46245  direction="l",
46246  linebreak="sa",
46247  unicodeslot=0x17C8,
46248 },
46249 [0x17C9]={
46250  category="mn",
46251  description="KHMER SIGN MUUSIKATOAN",
46252  direction="nsm",
46253  linebreak="sa",
46254  unicodeslot=0x17C9,
46255 },
46256 [0x17CA]={
46257  category="mn",
46258  description="KHMER SIGN TRIISAP",
46259  direction="nsm",
46260  linebreak="sa",
46261  unicodeslot=0x17CA,
46262 },
46263 [0x17CB]={
46264  category="mn",
46265  description="KHMER SIGN BANTOC",
46266  direction="nsm",
46267  linebreak="sa",
46268  unicodeslot=0x17CB,
46269 },
46270 [0x17CC]={
46271  category="mn",
46272  description="KHMER SIGN ROBAT",
46273  direction="nsm",
46274  linebreak="sa",
46275  unicodeslot=0x17CC,
46276 },
46277 [0x17CD]={
46278  category="mn",
46279  description="KHMER SIGN TOANDAKHIAT",
46280  direction="nsm",
46281  linebreak="sa",
46282  unicodeslot=0x17CD,
46283 },
46284 [0x17CE]={
46285  category="mn",
46286  description="KHMER SIGN KAKABAT",
46287  direction="nsm",
46288  linebreak="sa",
46289  unicodeslot=0x17CE,
46290 },
46291 [0x17CF]={
46292  category="mn",
46293  description="KHMER SIGN AHSDA",
46294  direction="nsm",
46295  linebreak="sa",
46296  unicodeslot=0x17CF,
46297 },
46298 [0x17D0]={
46299  category="mn",
46300  description="KHMER SIGN SAMYOK SANNYA",
46301  direction="nsm",
46302  linebreak="sa",
46303  unicodeslot=0x17D0,
46304 },
46305 [0x17D1]={
46306  category="mn",
46307  description="KHMER SIGN VIRIAM",
46308  direction="nsm",
46309  linebreak="sa",
46310  unicodeslot=0x17D1,
46311 },
46312 [0x17D2]={
46313  category="mn",
46314  combining=0x9,
46315  description="KHMER SIGN COENG",
46316  direction="nsm",
46317  linebreak="sa",
46318  unicodeslot=0x17D2,
46319 },
46320 [0x17D3]={
46321  category="mn",
46322  description="KHMER SIGN BATHAMASAT",
46323  direction="nsm",
46324  linebreak="sa",
46325  unicodeslot=0x17D3,
46326 },
46327 [0x17D4]={
46328  category="po",
46329  description="KHMER SIGN KHAN",
46330  direction="l",
46331  linebreak="ba",
46332  unicodeslot=0x17D4,
46333 },
46334 [0x17D5]={
46335  category="po",
46336  description="KHMER SIGN BARIYOOSAN",
46337  direction="l",
46338  linebreak="ba",
46339  unicodeslot=0x17D5,
46340 },
46341 [0x17D6]={
46342  category="po",
46343  description="KHMER SIGN CAMNUC PII KUUH",
46344  direction="l",
46345  linebreak="ns",
46346  unicodeslot=0x17D6,
46347 },
46348 [0x17D7]={
46349  category="lm",
46350  description="KHMER SIGN LEK TOO",
46351  direction="l",
46352  linebreak="sa",
46353  unicodeslot=0x17D7,
46354 },
46355 [0x17D8]={
46356  category="po",
46357  description="KHMER SIGN BEYYAL",
46358  direction="l",
46359  linebreak="ba",
46360  unicodeslot=0x17D8,
46361 },
46362 [0x17D9]={
46363  category="po",
46364  description="KHMER SIGN PHNAEK MUAN",
46365  direction="l",
46366  linebreak="al",
46367  unicodeslot=0x17D9,
46368 },
46369 [0x17DA]={
46370  category="po",
46371  description="KHMER SIGN KOOMUUT",
46372  direction="l",
46373  linebreak="ba",
46374  unicodeslot=0x17DA,
46375 },
46376 [0x17DB]={
46377  category="sc",
46378  description="KHMER CURRENCY SYMBOL RIEL",
46379  direction="et",
46380  linebreak="pr",
46381  unicodeslot=0x17DB,
46382 },
46383 [0x17DC]={
46384  category="lo",
46385  description="KHMER SIGN AVAKRAHASANYA",
46386  direction="l",
46387  linebreak="sa",
46388  unicodeslot=0x17DC,
46389 },
46390 [0x17DD]={
46391  category="mn",
46392  combining=0xE6,
46393  description="KHMER SIGN ATTHACAN",
46394  direction="nsm",
46395  linebreak="sa",
46396  unicodeslot=0x17DD,
46397 },
46398 [0x17E0]={
46399  category="nd",
46400  description="KHMER DIGIT ZERO",
46401  direction="l",
46402  linebreak="nu",
46403  unicodeslot=0x17E0,
46404 },
46405 [0x17E1]={
46406  category="nd",
46407  description="KHMER DIGIT ONE",
46408  direction="l",
46409  linebreak="nu",
46410  unicodeslot=0x17E1,
46411 },
46412 [0x17E2]={
46413  category="nd",
46414  description="KHMER DIGIT TWO",
46415  direction="l",
46416  linebreak="nu",
46417  unicodeslot=0x17E2,
46418 },
46419 [0x17E3]={
46420  category="nd",
46421  description="KHMER DIGIT THREE",
46422  direction="l",
46423  linebreak="nu",
46424  unicodeslot=0x17E3,
46425 },
46426 [0x17E4]={
46427  category="nd",
46428  description="KHMER DIGIT FOUR",
46429  direction="l",
46430  linebreak="nu",
46431  unicodeslot=0x17E4,
46432 },
46433 [0x17E5]={
46434  category="nd",
46435  description="KHMER DIGIT FIVE",
46436  direction="l",
46437  linebreak="nu",
46438  unicodeslot=0x17E5,
46439 },
46440 [0x17E6]={
46441  category="nd",
46442  description="KHMER DIGIT SIX",
46443  direction="l",
46444  linebreak="nu",
46445  unicodeslot=0x17E6,
46446 },
46447 [0x17E7]={
46448  category="nd",
46449  description="KHMER DIGIT SEVEN",
46450  direction="l",
46451  linebreak="nu",
46452  unicodeslot=0x17E7,
46453 },
46454 [0x17E8]={
46455  category="nd",
46456  description="KHMER DIGIT EIGHT",
46457  direction="l",
46458  linebreak="nu",
46459  unicodeslot=0x17E8,
46460 },
46461 [0x17E9]={
46462  category="nd",
46463  description="KHMER DIGIT NINE",
46464  direction="l",
46465  linebreak="nu",
46466  unicodeslot=0x17E9,
46467 },
46468 [0x17F0]={
46469  category="no",
46470  description="KHMER SYMBOL LEK ATTAK SON",
46471  direction="on",
46472  linebreak="al",
46473  unicodeslot=0x17F0,
46474 },
46475 [0x17F1]={
46476  category="no",
46477  description="KHMER SYMBOL LEK ATTAK MUOY",
46478  direction="on",
46479  linebreak="al",
46480  unicodeslot=0x17F1,
46481 },
46482 [0x17F2]={
46483  category="no",
46484  description="KHMER SYMBOL LEK ATTAK PII",
46485  direction="on",
46486  linebreak="al",
46487  unicodeslot=0x17F2,
46488 },
46489 [0x17F3]={
46490  category="no",
46491  description="KHMER SYMBOL LEK ATTAK BEI",
46492  direction="on",
46493  linebreak="al",
46494  unicodeslot=0x17F3,
46495 },
46496 [0x17F4]={
46497  category="no",
46498  description="KHMER SYMBOL LEK ATTAK BUON",
46499  direction="on",
46500  linebreak="al",
46501  unicodeslot=0x17F4,
46502 },
46503 [0x17F5]={
46504  category="no",
46505  description="KHMER SYMBOL LEK ATTAK PRAM",
46506  direction="on",
46507  linebreak="al",
46508  unicodeslot=0x17F5,
46509 },
46510 [0x17F6]={
46511  category="no",
46512  description="KHMER SYMBOL LEK ATTAK PRAM-MUOY",
46513  direction="on",
46514  linebreak="al",
46515  unicodeslot=0x17F6,
46516 },
46517 [0x17F7]={
46518  category="no",
46519  description="KHMER SYMBOL LEK ATTAK PRAM-PII",
46520  direction="on",
46521  linebreak="al",
46522  unicodeslot=0x17F7,
46523 },
46524 [0x17F8]={
46525  category="no",
46526  description="KHMER SYMBOL LEK ATTAK PRAM-BEI",
46527  direction="on",
46528  linebreak="al",
46529  unicodeslot=0x17F8,
46530 },
46531 [0x17F9]={
46532  category="no",
46533  description="KHMER SYMBOL LEK ATTAK PRAM-BUON",
46534  direction="on",
46535  linebreak="al",
46536  unicodeslot=0x17F9,
46537 },
46538 [0x1800]={
46539  category="po",
46540  description="MONGOLIAN BIRGA",
46541  direction="on",
46542  linebreak="al",
46543  mongolian="nj",
46544  unicodeslot=0x1800,
46545 },
46546 [0x1801]={
46547  category="po",
46548  description="MONGOLIAN ELLIPSIS",
46549  direction="on",
46550  linebreak="al",
46551  mongolian="nj",
46552  unicodeslot=0x1801,
46553 },
46554 [0x1802]={
46555  category="po",
46556  description="MONGOLIAN COMMA",
46557  direction="on",
46558  linebreak="ex",
46559  mongolian="nj",
46560  unicodeslot=0x1802,
46561 },
46562 [0x1803]={
46563  category="po",
46564  description="MONGOLIAN FULL STOP",
46565  direction="on",
46566  linebreak="ex",
46567  mongolian="nj",
46568  unicodeslot=0x1803,
46569 },
46570 [0x1804]={
46571  category="po",
46572  description="MONGOLIAN COLON",
46573  direction="on",
46574  linebreak="ba",
46575  mongolian="nj",
46576  unicodeslot=0x1804,
46577 },
46578 [0x1805]={
46579  category="po",
46580  description="MONGOLIAN FOUR DOTS",
46581  direction="on",
46582  linebreak="ba",
46583  mongolian="nj",
46584  unicodeslot=0x1805,
46585 },
46586 [0x1806]={
46587  arabic="u",
46588  category="pd",
46589  description="MONGOLIAN TODO SOFT HYPHEN",
46590  direction="on",
46591  linebreak="bb",
46592  mongolian="nj",
46593  unicodeslot=0x1806,
46594 },
46595 [0x1807]={
46596  arabic="d",
46597  category="po",
46598  description="MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER",
46599  direction="on",
46600  linebreak="al",
46601  mongolian="d",
46602  unicodeslot=0x1807,
46603 },
46604 [0x1808]={
46605  category="po",
46606  description="MONGOLIAN MANCHU COMMA",
46607  direction="on",
46608  linebreak="ex",
46609  mongolian="nj",
46610  unicodeslot=0x1808,
46611 },
46612 [0x1809]={
46613  category="po",
46614  description="MONGOLIAN MANCHU FULL STOP",
46615  direction="on",
46616  linebreak="ex",
46617  mongolian="nj",
46618  unicodeslot=0x1809,
46619 },
46620 [0x180A]={
46621  arabic="c",
46622  category="po",
46623  description="MONGOLIAN NIRUGU",
46624  direction="on",
46625  linebreak="al",
46626  mongolian="jc",
46627  unicodeslot=0x180A,
46628 },
46629 [0x180B]={
46630  category="mn",
46631  description="MONGOLIAN FREE VARIATION SELECTOR ONE",
46632  direction="nsm",
46633  linebreak="cm",
46634  mongolian="t",
46635  synonyms={ "fvs1" },
46636  unicodeslot=0x180B,
46637 },
46638 [0x180C]={
46639  category="mn",
46640  description="MONGOLIAN FREE VARIATION SELECTOR TWO",
46641  direction="nsm",
46642  linebreak="cm",
46643  mongolian="t",
46644  unicodeslot=0x180C,
46645 },
46646 [0x180D]={
46647  category="mn",
46648  description="MONGOLIAN FREE VARIATION SELECTOR THREE",
46649  direction="nsm",
46650  linebreak="cm",
46651  mongolian="t",
46652  unicodeslot=0x180D,
46653 },
46654 [0x180E]={
46655  arabic="u",
46656  category="zs",
46657  description="MONGOLIAN VOWEL SEPARATOR",
46658  direction="bn",
46659  linebreak="gl",
46660  mongolian="nj",
46661  unicodeslot=0x180E,
46662 },
46663 [0x180F]={
46664  category="mn",
46665  description="MONGOLIAN FREE VARIATION SELECTOR FOUR",
46666  direction="nsm",
46667  linebreak="cm",
46668  unicodeslot=0x180F,
46669 },
46670 [0x1810]={
46671  category="nd",
46672  description="MONGOLIAN DIGIT ZERO",
46673  direction="l",
46674  linebreak="nu",
46675  mongolian="nj",
46676  unicodeslot=0x1810,
46677 },
46678 [0x1811]={
46679  category="nd",
46680  description="MONGOLIAN DIGIT ONE",
46681  direction="l",
46682  linebreak="nu",
46683  mongolian="nj",
46684  unicodeslot=0x1811,
46685 },
46686 [0x1812]={
46687  category="nd",
46688  description="MONGOLIAN DIGIT TWO",
46689  direction="l",
46690  linebreak="nu",
46691  mongolian="nj",
46692  unicodeslot=0x1812,
46693 },
46694 [0x1813]={
46695  category="nd",
46696  description="MONGOLIAN DIGIT THREE",
46697  direction="l",
46698  linebreak="nu",
46699  mongolian="nj",
46700  unicodeslot=0x1813,
46701 },
46702 [0x1814]={
46703  category="nd",
46704  description="MONGOLIAN DIGIT FOUR",
46705  direction="l",
46706  linebreak="nu",
46707  mongolian="nj",
46708  unicodeslot=0x1814,
46709 },
46710 [0x1815]={
46711  category="nd",
46712  description="MONGOLIAN DIGIT FIVE",
46713  direction="l",
46714  linebreak="nu",
46715  mongolian="nj",
46716  unicodeslot=0x1815,
46717 },
46718 [0x1816]={
46719  category="nd",
46720  description="MONGOLIAN DIGIT SIX",
46721  direction="l",
46722  linebreak="nu",
46723  mongolian="nj",
46724  unicodeslot=0x1816,
46725 },
46726 [0x1817]={
46727  category="nd",
46728  description="MONGOLIAN DIGIT SEVEN",
46729  direction="l",
46730  linebreak="nu",
46731  mongolian="nj",
46732  unicodeslot=0x1817,
46733 },
46734 [0x1818]={
46735  category="nd",
46736  description="MONGOLIAN DIGIT EIGHT",
46737  direction="l",
46738  linebreak="nu",
46739  mongolian="nj",
46740  unicodeslot=0x1818,
46741 },
46742 [0x1819]={
46743  category="nd",
46744  description="MONGOLIAN DIGIT NINE",
46745  direction="l",
46746  linebreak="nu",
46747  mongolian="nj",
46748  unicodeslot=0x1819,
46749 },
46750 [0x1820]={
46751  arabic="d",
46752  category="lo",
46753  description="MONGOLIAN LETTER A",
46754  direction="l",
46755  linebreak="al",
46756  mongolian="d",
46757  unicodeslot=0x1820,
46758  variants={
46759   [0x180B]="second form",
46760   [0x180C]="third form",
46761  },
46762 },
46763 [0x1821]={
46764  arabic="d",
46765  category="lo",
46766  description="MONGOLIAN LETTER E",
46767  direction="l",
46768  linebreak="al",
46769  mongolian="d",
46770  unicodeslot=0x1821,
46771  variants={
46772   [0x180B]="second form",
46773  },
46774 },
46775 [0x1822]={
46776  arabic="d",
46777  category="lo",
46778  description="MONGOLIAN LETTER I",
46779  direction="l",
46780  linebreak="al",
46781  mongolian="d",
46782  unicodeslot=0x1822,
46783  variants={
46784   [0x180B]="second form",
46785  },
46786 },
46787 [0x1823]={
46788  arabic="d",
46789  category="lo",
46790  description="MONGOLIAN LETTER O",
46791  direction="l",
46792  linebreak="al",
46793  mongolian="d",
46794  unicodeslot=0x1823,
46795  variants={
46796   [0x180B]="second form",
46797  },
46798 },
46799 [0x1824]={
46800  arabic="d",
46801  category="lo",
46802  description="MONGOLIAN LETTER U",
46803  direction="l",
46804  linebreak="al",
46805  mongolian="d",
46806  unicodeslot=0x1824,
46807  variants={
46808   [0x180B]="second form",
46809  },
46810 },
46811 [0x1825]={
46812  arabic="d",
46813  category="lo",
46814  description="MONGOLIAN LETTER OE",
46815  direction="l",
46816  linebreak="al",
46817  mongolian="d",
46818  unicodeslot=0x1825,
46819  variants={
46820   [0x180B]="second form",
46821   [0x180C]="third form",
46822  },
46823 },
46824 [0x1826]={
46825  arabic="d",
46826  category="lo",
46827  description="MONGOLIAN LETTER UE",
46828  direction="l",
46829  linebreak="al",
46830  mongolian="d",
46831  unicodeslot=0x1826,
46832  variants={
46833   [0x180B]="second form",
46834   [0x180C]="third form",
46835  },
46836 },
46837 [0x1827]={
46838  arabic="d",
46839  category="lo",
46840  description="MONGOLIAN LETTER EE",
46841  direction="l",
46842  linebreak="al",
46843  mongolian="d",
46844  unicodeslot=0x1827,
46845 },
46846 [0x1828]={
46847  arabic="d",
46848  category="lo",
46849  description="MONGOLIAN LETTER NA",
46850  direction="l",
46851  linebreak="al",
46852  mongolian="d",
46853  unicodeslot=0x1828,
46854  variants={
46855   [0x180B]="second form",
46856   [0x180C]="third form",
46857   [0x180D]="separate form",
46858  },
46859 },
46860 [0x1829]={
46861  arabic="d",
46862  category="lo",
46863  description="MONGOLIAN LETTER ANG",
46864  direction="l",
46865  linebreak="al",
46866  mongolian="d",
46867  unicodeslot=0x1829,
46868 },
46869 [0x182A]={
46870  arabic="d",
46871  category="lo",
46872  description="MONGOLIAN LETTER BA",
46873  direction="l",
46874  linebreak="al",
46875  mongolian="d",
46876  unicodeslot=0x182A,
46877  variants={
46878   [0x180B]="alternative form",
46879  },
46880 },
46881 [0x182B]={
46882  arabic="d",
46883  category="lo",
46884  description="MONGOLIAN LETTER PA",
46885  direction="l",
46886  linebreak="al",
46887  mongolian="d",
46888  unicodeslot=0x182B,
46889 },
46890 [0x182C]={
46891  arabic="d",
46892  category="lo",
46893  description="MONGOLIAN LETTER QA",
46894  direction="l",
46895  linebreak="al",
46896  mongolian="d",
46897  unicodeslot=0x182C,
46898  variants={
46899   [0x180B]="second form",
46900   [0x180C]="third form",
46901   [0x180D]="fourth form",
46902  },
46903 },
46904 [0x182D]={
46905  arabic="d",
46906  category="lo",
46907  description="MONGOLIAN LETTER GA",
46908  direction="l",
46909  linebreak="al",
46910  mongolian="d",
46911  unicodeslot=0x182D,
46912  variants={
46913   [0x180B]="second form",
46914   [0x180C]="third form",
46915   [0x180D]="feminine form",
46916  },
46917 },
46918 [0x182E]={
46919  arabic="d",
46920  category="lo",
46921  description="MONGOLIAN LETTER MA",
46922  direction="l",
46923  linebreak="al",
46924  mongolian="d",
46925  unicodeslot=0x182E,
46926 },
46927 [0x182F]={
46928  arabic="d",
46929  category="lo",
46930  description="MONGOLIAN LETTER LA",
46931  direction="l",
46932  linebreak="al",
46933  mongolian="d",
46934  unicodeslot=0x182F,
46935 },
46936 [0x1830]={
46937  arabic="d",
46938  category="lo",
46939  description="MONGOLIAN LETTER SA",
46940  direction="l",
46941  linebreak="al",
46942  mongolian="d",
46943  unicodeslot=0x1830,
46944  variants={
46945   [0x180B]="second form",
46946   [0x180C]="third form",
46947  },
46948 },
46949 [0x1831]={
46950  arabic="d",
46951  category="lo",
46952  description="MONGOLIAN LETTER SHA",
46953  direction="l",
46954  linebreak="al",
46955  mongolian="d",
46956  unicodeslot=0x1831,
46957 },
46958 [0x1832]={
46959  arabic="d",
46960  category="lo",
46961  description="MONGOLIAN LETTER TA",
46962  direction="l",
46963  linebreak="al",
46964  mongolian="d",
46965  unicodeslot=0x1832,
46966  variants={
46967   [0x180B]="second form",
46968  },
46969 },
46970 [0x1833]={
46971  arabic="d",
46972  category="lo",
46973  description="MONGOLIAN LETTER DA",
46974  direction="l",
46975  linebreak="al",
46976  mongolian="d",
46977  unicodeslot=0x1833,
46978  variants={
46979   [0x180B]="second form",
46980  },
46981 },
46982 [0x1834]={
46983  arabic="d",
46984  category="lo",
46985  description="MONGOLIAN LETTER CHA",
46986  direction="l",
46987  linebreak="al",
46988  mongolian="d",
46989  unicodeslot=0x1834,
46990 },
46991 [0x1835]={
46992  arabic="d",
46993  category="lo",
46994  description="MONGOLIAN LETTER JA",
46995  direction="l",
46996  linebreak="al",
46997  mongolian="d",
46998  unicodeslot=0x1835,
46999  variants={
47000   [0x180B]="second form",
47001  },
47002 },
47003 [0x1836]={
47004  arabic="d",
47005  category="lo",
47006  description="MONGOLIAN LETTER YA",
47007  direction="l",
47008  linebreak="al",
47009  mongolian="d",
47010  unicodeslot=0x1836,
47011  variants={
47012   [0x180B]="second form",
47013   [0x180C]="third form",
47014  },
47015 },
47016 [0x1837]={
47017  arabic="d",
47018  category="lo",
47019  description="MONGOLIAN LETTER RA",
47020  direction="l",
47021  linebreak="al",
47022  mongolian="d",
47023  unicodeslot=0x1837,
47024 },
47025 [0x1838]={
47026  arabic="d",
47027  category="lo",
47028  description="MONGOLIAN LETTER WA",
47029  direction="l",
47030  linebreak="al",
47031  mongolian="d",
47032  unicodeslot=0x1838,
47033  variants={
47034   [0x180B]="second form",
47035  },
47036 },
47037 [0x1839]={
47038  arabic="d",
47039  category="lo",
47040  description="MONGOLIAN LETTER FA",
47041  direction="l",
47042  linebreak="al",
47043  mongolian="d",
47044  unicodeslot=0x1839,
47045 },
47046 [0x183A]={
47047  arabic="d",
47048  category="lo",
47049  description="MONGOLIAN LETTER KA",
47050  direction="l",
47051  linebreak="al",
47052  mongolian="d",
47053  unicodeslot=0x183A,
47054 },
47055 [0x183B]={
47056  arabic="d",
47057  category="lo",
47058  description="MONGOLIAN LETTER KHA",
47059  direction="l",
47060  linebreak="al",
47061  mongolian="d",
47062  unicodeslot=0x183B,
47063 },
47064 [0x183C]={
47065  arabic="d",
47066  category="lo",
47067  description="MONGOLIAN LETTER TSA",
47068  direction="l",
47069  linebreak="al",
47070  mongolian="d",
47071  unicodeslot=0x183C,
47072 },
47073 [0x183D]={
47074  arabic="d",
47075  category="lo",
47076  description="MONGOLIAN LETTER ZA",
47077  direction="l",
47078  linebreak="al",
47079  mongolian="d",
47080  unicodeslot=0x183D,
47081 },
47082 [0x183E]={
47083  arabic="d",
47084  category="lo",
47085  description="MONGOLIAN LETTER HAA",
47086  direction="l",
47087  linebreak="al",
47088  mongolian="d",
47089  unicodeslot=0x183E,
47090 },
47091 [0x183F]={
47092  arabic="d",
47093  category="lo",
47094  description="MONGOLIAN LETTER ZRA",
47095  direction="l",
47096  linebreak="al",
47097  mongolian="d",
47098  unicodeslot=0x183F,
47099 },
47100 [0x1840]={
47101  arabic="d",
47102  category="lo",
47103  description="MONGOLIAN LETTER LHA",
47104  direction="l",
47105  linebreak="al",
47106  mongolian="d",
47107  unicodeslot=0x1840,
47108 },
47109 [0x1841]={
47110  arabic="d",
47111  category="lo",
47112  description="MONGOLIAN LETTER ZHI",
47113  direction="l",
47114  linebreak="al",
47115  mongolian="d",
47116  unicodeslot=0x1841,
47117 },
47118 [0x1842]={
47119  arabic="d",
47120  category="lo",
47121  description="MONGOLIAN LETTER CHI",
47122  direction="l",
47123  linebreak="al",
47124  mongolian="d",
47125  unicodeslot=0x1842,
47126 },
47127 [0x1843]={
47128  arabic="d",
47129  category="lm",
47130  description="MONGOLIAN LETTER TODO LONG VOWEL SIGN",
47131  direction="l",
47132  linebreak="al",
47133  mongolian="d",
47134  unicodeslot=0x1843,
47135 },
47136 [0x1844]={
47137  arabic="d",
47138  category="lo",
47139  description="MONGOLIAN LETTER TODO E",
47140  direction="l",
47141  linebreak="al",
47142  mongolian="d",
47143  unicodeslot=0x1844,
47144  variants={
47145   [0x180B]="second form",
47146  },
47147 },
47148 [0x1845]={
47149  arabic="d",
47150  category="lo",
47151  description="MONGOLIAN LETTER TODO I",
47152  direction="l",
47153  linebreak="al",
47154  mongolian="d",
47155  unicodeslot=0x1845,
47156  variants={
47157   [0x180B]="second form",
47158  },
47159 },
47160 [0x1846]={
47161  arabic="d",
47162  category="lo",
47163  description="MONGOLIAN LETTER TODO O",
47164  direction="l",
47165  linebreak="al",
47166  mongolian="d",
47167  unicodeslot=0x1846,
47168  variants={
47169   [0x180B]="second form",
47170  },
47171 },
47172 [0x1847]={
47173  arabic="d",
47174  category="lo",
47175  description="MONGOLIAN LETTER TODO U",
47176  direction="l",
47177  linebreak="al",
47178  mongolian="d",
47179  unicodeslot=0x1847,
47180  variants={
47181   [0x180B]="second form",
47182   [0x180C]="third form",
47183  },
47184 },
47185 [0x1848]={
47186  arabic="d",
47187  category="lo",
47188  description="MONGOLIAN LETTER TODO OE",
47189  direction="l",
47190  linebreak="al",
47191  mongolian="d",
47192  unicodeslot=0x1848,
47193  variants={
47194   [0x180B]="second form",
47195  },
47196 },
47197 [0x1849]={
47198  arabic="d",
47199  category="lo",
47200  description="MONGOLIAN LETTER TODO UE",
47201  direction="l",
47202  linebreak="al",
47203  mongolian="d",
47204  unicodeslot=0x1849,
47205  variants={
47206   [0x180B]="second form",
47207  },
47208 },
47209 [0x184A]={
47210  arabic="d",
47211  category="lo",
47212  description="MONGOLIAN LETTER TODO ANG",
47213  direction="l",
47214  linebreak="al",
47215  mongolian="d",
47216  unicodeslot=0x184A,
47217 },
47218 [0x184B]={
47219  arabic="d",
47220  category="lo",
47221  description="MONGOLIAN LETTER TODO BA",
47222  direction="l",
47223  linebreak="al",
47224  mongolian="d",
47225  unicodeslot=0x184B,
47226 },
47227 [0x184C]={
47228  arabic="d",
47229  category="lo",
47230  description="MONGOLIAN LETTER TODO PA",
47231  direction="l",
47232  linebreak="al",
47233  mongolian="d",
47234  unicodeslot=0x184C,
47235 },
47236 [0x184D]={
47237  arabic="d",
47238  category="lo",
47239  description="MONGOLIAN LETTER TODO QA",
47240  direction="l",
47241  linebreak="al",
47242  mongolian="d",
47243  unicodeslot=0x184D,
47244  variants={
47245   [0x180B]="feminine form",
47246  },
47247 },
47248 [0x184E]={
47249  arabic="d",
47250  category="lo",
47251  description="MONGOLIAN LETTER TODO GA",
47252  direction="l",
47253  linebreak="al",
47254  mongolian="d",
47255  unicodeslot=0x184E,
47256  variants={
47257   [0x180B]="second form",
47258  },
47259 },
47260 [0x184F]={
47261  arabic="d",
47262  category="lo",
47263  description="MONGOLIAN LETTER TODO MA",
47264  direction="l",
47265  linebreak="al",
47266  mongolian="d",
47267  unicodeslot=0x184F,
47268 },
47269 [0x1850]={
47270  arabic="d",
47271  category="lo",
47272  description="MONGOLIAN LETTER TODO TA",
47273  direction="l",
47274  linebreak="al",
47275  mongolian="d",
47276  unicodeslot=0x1850,
47277 },
47278 [0x1851]={
47279  arabic="d",
47280  category="lo",
47281  description="MONGOLIAN LETTER TODO DA",
47282  direction="l",
47283  linebreak="al",
47284  mongolian="d",
47285  unicodeslot=0x1851,
47286 },
47287 [0x1852]={
47288  arabic="d",
47289  category="lo",
47290  description="MONGOLIAN LETTER TODO CHA",
47291  direction="l",
47292  linebreak="al",
47293  mongolian="d",
47294  unicodeslot=0x1852,
47295 },
47296 [0x1853]={
47297  arabic="d",
47298  category="lo",
47299  description="MONGOLIAN LETTER TODO JA",
47300  direction="l",
47301  linebreak="al",
47302  mongolian="d",
47303  unicodeslot=0x1853,
47304 },
47305 [0x1854]={
47306  arabic="d",
47307  category="lo",
47308  description="MONGOLIAN LETTER TODO TSA",
47309  direction="l",
47310  linebreak="al",
47311  mongolian="d",
47312  unicodeslot=0x1854,
47313 },
47314 [0x1855]={
47315  arabic="d",
47316  category="lo",
47317  description="MONGOLIAN LETTER TODO YA",
47318  direction="l",
47319  linebreak="al",
47320  mongolian="d",
47321  unicodeslot=0x1855,
47322 },
47323 [0x1856]={
47324  arabic="d",
47325  category="lo",
47326  description="MONGOLIAN LETTER TODO WA",
47327  direction="l",
47328  linebreak="al",
47329  mongolian="d",
47330  unicodeslot=0x1856,
47331 },
47332 [0x1857]={
47333  arabic="d",
47334  category="lo",
47335  description="MONGOLIAN LETTER TODO KA",
47336  direction="l",
47337  linebreak="al",
47338  mongolian="d",
47339  unicodeslot=0x1857,
47340 },
47341 [0x1858]={
47342  arabic="d",
47343  category="lo",
47344  description="MONGOLIAN LETTER TODO GAA",
47345  direction="l",
47346  linebreak="al",
47347  mongolian="d",
47348  unicodeslot=0x1858,
47349 },
47350 [0x1859]={
47351  arabic="d",
47352  category="lo",
47353  description="MONGOLIAN LETTER TODO HAA",
47354  direction="l",
47355  linebreak="al",
47356  mongolian="d",
47357  unicodeslot=0x1859,
47358 },
47359 [0x185A]={
47360  arabic="d",
47361  category="lo",
47362  description="MONGOLIAN LETTER TODO JIA",
47363  direction="l",
47364  linebreak="al",
47365  mongolian="d",
47366  unicodeslot=0x185A,
47367 },
47368 [0x185B]={
47369  arabic="d",
47370  category="lo",
47371  description="MONGOLIAN LETTER TODO NIA",
47372  direction="l",
47373  linebreak="al",
47374  mongolian="d",
47375  unicodeslot=0x185B,
47376 },
47377 [0x185C]={
47378  arabic="d",
47379  category="lo",
47380  description="MONGOLIAN LETTER TODO DZA",
47381  direction="l",
47382  linebreak="al",
47383  mongolian="d",
47384  unicodeslot=0x185C,
47385 },
47386 [0x185D]={
47387  arabic="d",
47388  category="lo",
47389  description="MONGOLIAN LETTER SIBE E",
47390  direction="l",
47391  linebreak="al",
47392  mongolian="d",
47393  unicodeslot=0x185D,
47394  variants={
47395   [0x180B]="second form",
47396  },
47397 },
47398 [0x185E]={
47399  arabic="d",
47400  category="lo",
47401  description="MONGOLIAN LETTER SIBE I",
47402  direction="l",
47403  linebreak="al",
47404  mongolian="d",
47405  unicodeslot=0x185E,
47406  variants={
47407   [0x180B]="second form",
47408   [0x180C]="third form",
47409  },
47410 },
47411 [0x185F]={
47412  arabic="d",
47413  category="lo",
47414  description="MONGOLIAN LETTER SIBE IY",
47415  direction="l",
47416  linebreak="al",
47417  mongolian="d",
47418  unicodeslot=0x185F,
47419 },
47420 [0x1860]={
47421  arabic="d",
47422  category="lo",
47423  description="MONGOLIAN LETTER SIBE UE",
47424  direction="l",
47425  linebreak="al",
47426  mongolian="d",
47427  unicodeslot=0x1860,
47428  variants={
47429   [0x180B]="second form",
47430  },
47431 },
47432 [0x1861]={
47433  arabic="d",
47434  category="lo",
47435  description="MONGOLIAN LETTER SIBE U",
47436  direction="l",
47437  linebreak="al",
47438  mongolian="d",
47439  unicodeslot=0x1861,
47440 },
47441 [0x1862]={
47442  arabic="d",
47443  category="lo",
47444  description="MONGOLIAN LETTER SIBE ANG",
47445  direction="l",
47446  linebreak="al",
47447  mongolian="d",
47448  unicodeslot=0x1862,
47449 },
47450 [0x1863]={
47451  arabic="d",
47452  category="lo",
47453  description="MONGOLIAN LETTER SIBE KA",
47454  direction="l",
47455  linebreak="al",
47456  mongolian="d",
47457  unicodeslot=0x1863,
47458  variants={
47459   [0x180B]="second form",
47460  },
47461 },
47462 [0x1864]={
47463  arabic="d",
47464  category="lo",
47465  description="MONGOLIAN LETTER SIBE GA",
47466  direction="l",
47467  linebreak="al",
47468  mongolian="d",
47469  unicodeslot=0x1864,
47470 },
47471 [0x1865]={
47472  arabic="d",
47473  category="lo",
47474  description="MONGOLIAN LETTER SIBE HA",
47475  direction="l",
47476  linebreak="al",
47477  mongolian="d",
47478  unicodeslot=0x1865,
47479 },
47480 [0x1866]={
47481  arabic="d",
47482  category="lo",
47483  description="MONGOLIAN LETTER SIBE PA",
47484  direction="l",
47485  linebreak="al",
47486  mongolian="d",
47487  unicodeslot=0x1866,
47488 },
47489 [0x1867]={
47490  arabic="d",
47491  category="lo",
47492  description="MONGOLIAN LETTER SIBE SHA",
47493  direction="l",
47494  linebreak="al",
47495  mongolian="d",
47496  unicodeslot=0x1867,
47497 },
47498 [0x1868]={
47499  arabic="d",
47500  category="lo",
47501  description="MONGOLIAN LETTER SIBE TA",
47502  direction="l",
47503  linebreak="al",
47504  mongolian="d",
47505  unicodeslot=0x1868,
47506  variants={
47507   [0x180B]="second form",
47508   [0x180C]="third form",
47509  },
47510 },
47511 [0x1869]={
47512  arabic="d",
47513  category="lo",
47514  description="MONGOLIAN LETTER SIBE DA",
47515  direction="l",
47516  linebreak="al",
47517  mongolian="d",
47518  unicodeslot=0x1869,
47519  variants={
47520   [0x180B]="second form",
47521  },
47522 },
47523 [0x186A]={
47524  arabic="d",
47525  category="lo",
47526  description="MONGOLIAN LETTER SIBE JA",
47527  direction="l",
47528  linebreak="al",
47529  mongolian="d",
47530  unicodeslot=0x186A,
47531 },
47532 [0x186B]={
47533  arabic="d",
47534  category="lo",
47535  description="MONGOLIAN LETTER SIBE FA",
47536  direction="l",
47537  linebreak="al",
47538  mongolian="d",
47539  unicodeslot=0x186B,
47540 },
47541 [0x186C]={
47542  arabic="d",
47543  category="lo",
47544  description="MONGOLIAN LETTER SIBE GAA",
47545  direction="l",
47546  linebreak="al",
47547  mongolian="d",
47548  unicodeslot=0x186C,
47549 },
47550 [0x186D]={
47551  arabic="d",
47552  category="lo",
47553  description="MONGOLIAN LETTER SIBE HAA",
47554  direction="l",
47555  linebreak="al",
47556  mongolian="d",
47557  unicodeslot=0x186D,
47558 },
47559 [0x186E]={
47560  arabic="d",
47561  category="lo",
47562  description="MONGOLIAN LETTER SIBE TSA",
47563  direction="l",
47564  linebreak="al",
47565  mongolian="d",
47566  unicodeslot=0x186E,
47567 },
47568 [0x186F]={
47569  arabic="d",
47570  category="lo",
47571  description="MONGOLIAN LETTER SIBE ZA",
47572  direction="l",
47573  linebreak="al",
47574  mongolian="d",
47575  unicodeslot=0x186F,
47576  variants={
47577   [0x180B]="second form",
47578  },
47579 },
47580 [0x1870]={
47581  arabic="d",
47582  category="lo",
47583  description="MONGOLIAN LETTER SIBE RAA",
47584  direction="l",
47585  linebreak="al",
47586  mongolian="d",
47587  unicodeslot=0x1870,
47588 },
47589 [0x1871]={
47590  arabic="d",
47591  category="lo",
47592  description="MONGOLIAN LETTER SIBE CHA",
47593  direction="l",
47594  linebreak="al",
47595  mongolian="d",
47596  unicodeslot=0x1871,
47597 },
47598 [0x1872]={
47599  arabic="d",
47600  category="lo",
47601  description="MONGOLIAN LETTER SIBE ZHA",
47602  direction="l",
47603  linebreak="al",
47604  mongolian="d",
47605  unicodeslot=0x1872,
47606 },
47607 [0x1873]={
47608  arabic="d",
47609  category="lo",
47610  description="MONGOLIAN LETTER MANCHU I",
47611  direction="l",
47612  linebreak="al",
47613  mongolian="d",
47614  unicodeslot=0x1873,
47615  variants={
47616   [0x180B]="second form",
47617   [0x180C]="third form",
47618   [0x180D]="fourth form",
47619  },
47620 },
47621 [0x1874]={
47622  arabic="d",
47623  category="lo",
47624  description="MONGOLIAN LETTER MANCHU KA",
47625  direction="l",
47626  linebreak="al",
47627  mongolian="d",
47628  unicodeslot=0x1874,
47629  variants={
47630   [0x180B]="second form",
47631   [0x180C]="feminine first medial form",
47632   [0x180D]="feminine second medial form",
47633  },
47634 },
47635 [0x1875]={
47636  arabic="d",
47637  category="lo",
47638  description="MONGOLIAN LETTER MANCHU RA",
47639  direction="l",
47640  linebreak="al",
47641  mongolian="d",
47642  unicodeslot=0x1875,
47643 },
47644 [0x1876]={
47645  arabic="d",
47646  category="lo",
47647  description="MONGOLIAN LETTER MANCHU FA",
47648  direction="l",
47649  linebreak="al",
47650  mongolian="d",
47651  unicodeslot=0x1876,
47652  variants={
47653   [0x180B]="second form",
47654  },
47655 },
47656 [0x1877]={
47657  arabic="d",
47658  category="lo",
47659  description="MONGOLIAN LETTER MANCHU ZHA",
47660  direction="l",
47661  linebreak="al",
47662  mongolian="d",
47663  unicodeslot=0x1877,
47664 },
47665 [0x1878]={
47666  arabic="d",
47667  category="lo",
47668  description="MONGOLIAN LETTER CHA WITH TWO DOTS",
47669  direction="l",
47670  linebreak="al",
47671  mongolian="d",
47672  unicodeslot=0x1878,
47673 },
47674 [0x1880]={
47675  arabic="u",
47676  category="lo",
47677  description="MONGOLIAN LETTER ALI GALI ANUSVARA ONE",
47678  direction="l",
47679  linebreak="al",
47680  mongolian="nj",
47681  unicodeslot=0x1880,
47682  variants={
47683   [0x180B]="second form",
47684  },
47685 },
47686 [0x1881]={
47687  arabic="u",
47688  category="lo",
47689  description="MONGOLIAN LETTER ALI GALI VISARGA ONE",
47690  direction="l",
47691  linebreak="al",
47692  mongolian="nj",
47693  unicodeslot=0x1881,
47694  variants={
47695   [0x180B]="second form",
47696  },
47697 },
47698 [0x1882]={
47699  arabic="u",
47700  category="lo",
47701  description="MONGOLIAN LETTER ALI GALI DAMARU",
47702  direction="l",
47703  linebreak="al",
47704  mongolian="nj",
47705  unicodeslot=0x1882,
47706 },
47707 [0x1883]={
47708  arabic="u",
47709  category="lo",
47710  description="MONGOLIAN LETTER ALI GALI UBADAMA",
47711  direction="l",
47712  linebreak="al",
47713  mongolian="nj",
47714  unicodeslot=0x1883,
47715 },
47716 [0x1884]={
47717  arabic="u",
47718  category="lo",
47719  description="MONGOLIAN LETTER ALI GALI INVERTED UBADAMA",
47720  direction="l",
47721  linebreak="al",
47722  mongolian="nj",
47723  unicodeslot=0x1884,
47724 },
47725 [0x1885]={
47726  arabic="t",
47727  category="lo",
47728  description="MONGOLIAN LETTER ALI GALI BALUDA",
47729  direction="nsm",
47730  linebreak="cm",
47731  mongolian="t",
47732  unicodeslot=0x1885,
47733 },
47734 [0x1886]={
47735  arabic="t",
47736  category="lo",
47737  description="MONGOLIAN LETTER ALI GALI THREE BALUDA",
47738  direction="nsm",
47739  linebreak="cm",
47740  mongolian="t",
47741  unicodeslot=0x1886,
47742 },
47743 [0x1887]={
47744  arabic="d",
47745  category="lo",
47746  description="MONGOLIAN LETTER ALI GALI A",
47747  direction="l",
47748  linebreak="al",
47749  mongolian="d",
47750  unicodeslot=0x1887,
47751  variants={
47752   [0x180B]="second form",
47753   [0x180C]="third form",
47754   [0x180D]="fourth form",
47755  },
47756 },
47757 [0x1888]={
47758  arabic="d",
47759  category="lo",
47760  description="MONGOLIAN LETTER ALI GALI I",
47761  direction="l",
47762  linebreak="al",
47763  mongolian="d",
47764  unicodeslot=0x1888,
47765  variants={
47766   [0x180B]="second form",
47767  },
47768 },
47769 [0x1889]={
47770  arabic="d",
47771  category="lo",
47772  description="MONGOLIAN LETTER ALI GALI KA",
47773  direction="l",
47774  linebreak="al",
47775  mongolian="d",
47776  unicodeslot=0x1889,
47777 },
47778 [0x188A]={
47779  arabic="d",
47780  category="lo",
47781  description="MONGOLIAN LETTER ALI GALI NGA",
47782  direction="l",
47783  linebreak="al",
47784  mongolian="d",
47785  unicodeslot=0x188A,
47786  variants={
47787   [0x180B]="second form",
47788  },
47789 },
47790 [0x188B]={
47791  arabic="d",
47792  category="lo",
47793  description="MONGOLIAN LETTER ALI GALI CA",
47794  direction="l",
47795  linebreak="al",
47796  mongolian="d",
47797  unicodeslot=0x188B,
47798 },
47799 [0x188C]={
47800  arabic="d",
47801  category="lo",
47802  description="MONGOLIAN LETTER ALI GALI TTA",
47803  direction="l",
47804  linebreak="al",
47805  mongolian="d",
47806  unicodeslot=0x188C,
47807 },
47808 [0x188D]={
47809  arabic="d",
47810  category="lo",
47811  description="MONGOLIAN LETTER ALI GALI TTHA",
47812  direction="l",
47813  linebreak="al",
47814  mongolian="d",
47815  unicodeslot=0x188D,
47816 },
47817 [0x188E]={
47818  arabic="d",
47819  category="lo",
47820  description="MONGOLIAN LETTER ALI GALI DDA",
47821  direction="l",
47822  linebreak="al",
47823  mongolian="d",
47824  unicodeslot=0x188E,
47825 },
47826 [0x188F]={
47827  arabic="d",
47828  category="lo",
47829  description="MONGOLIAN LETTER ALI GALI NNA",
47830  direction="l",
47831  linebreak="al",
47832  mongolian="d",
47833  unicodeslot=0x188F,
47834 },
47835 [0x1890]={
47836  arabic="d",
47837  category="lo",
47838  description="MONGOLIAN LETTER ALI GALI TA",
47839  direction="l",
47840  linebreak="al",
47841  mongolian="d",
47842  unicodeslot=0x1890,
47843 },
47844 [0x1891]={
47845  arabic="d",
47846  category="lo",
47847  description="MONGOLIAN LETTER ALI GALI DA",
47848  direction="l",
47849  linebreak="al",
47850  mongolian="d",
47851  unicodeslot=0x1891,
47852 },
47853 [0x1892]={
47854  arabic="d",
47855  category="lo",
47856  description="MONGOLIAN LETTER ALI GALI PA",
47857  direction="l",
47858  linebreak="al",
47859  mongolian="d",
47860  unicodeslot=0x1892,
47861 },
47862 [0x1893]={
47863  arabic="d",
47864  category="lo",
47865  description="MONGOLIAN LETTER ALI GALI PHA",
47866  direction="l",
47867  linebreak="al",
47868  mongolian="d",
47869  unicodeslot=0x1893,
47870 },
47871 [0x1894]={
47872  arabic="d",
47873  category="lo",
47874  description="MONGOLIAN LETTER ALI GALI SSA",
47875  direction="l",
47876  linebreak="al",
47877  mongolian="d",
47878  unicodeslot=0x1894,
47879 },
47880 [0x1895]={
47881  arabic="d",
47882  category="lo",
47883  description="MONGOLIAN LETTER ALI GALI ZHA",
47884  direction="l",
47885  linebreak="al",
47886  mongolian="d",
47887  unicodeslot=0x1895,
47888 },
47889 [0x1896]={
47890  arabic="d",
47891  category="lo",
47892  description="MONGOLIAN LETTER ALI GALI ZA",
47893  direction="l",
47894  linebreak="al",
47895  mongolian="d",
47896  unicodeslot=0x1896,
47897 },
47898 [0x1897]={
47899  arabic="d",
47900  category="lo",
47901  description="MONGOLIAN LETTER ALI GALI AH",
47902  direction="l",
47903  linebreak="al",
47904  mongolian="d",
47905  unicodeslot=0x1897,
47906 },
47907 [0x1898]={
47908  arabic="d",
47909  category="lo",
47910  description="MONGOLIAN LETTER TODO ALI GALI TA",
47911  direction="l",
47912  linebreak="al",
47913  mongolian="d",
47914  unicodeslot=0x1898,
47915 },
47916 [0x1899]={
47917  arabic="d",
47918  category="lo",
47919  description="MONGOLIAN LETTER TODO ALI GALI ZHA",
47920  direction="l",
47921  linebreak="al",
47922  mongolian="d",
47923  unicodeslot=0x1899,
47924 },
47925 [0x189A]={
47926  arabic="d",
47927  category="lo",
47928  description="MONGOLIAN LETTER MANCHU ALI GALI GHA",
47929  direction="l",
47930  linebreak="al",
47931  mongolian="d",
47932  unicodeslot=0x189A,
47933 },
47934 [0x189B]={
47935  arabic="d",
47936  category="lo",
47937  description="MONGOLIAN LETTER MANCHU ALI GALI NGA",
47938  direction="l",
47939  linebreak="al",
47940  mongolian="d",
47941  unicodeslot=0x189B,
47942 },
47943 [0x189C]={
47944  arabic="d",
47945  category="lo",
47946  description="MONGOLIAN LETTER MANCHU ALI GALI CA",
47947  direction="l",
47948  linebreak="al",
47949  mongolian="d",
47950  unicodeslot=0x189C,
47951 },
47952 [0x189D]={
47953  arabic="d",
47954  category="lo",
47955  description="MONGOLIAN LETTER MANCHU ALI GALI JHA",
47956  direction="l",
47957  linebreak="al",
47958  mongolian="d",
47959  unicodeslot=0x189D,
47960 },
47961 [0x189E]={
47962  arabic="d",
47963  category="lo",
47964  description="MONGOLIAN LETTER MANCHU ALI GALI TTA",
47965  direction="l",
47966  linebreak="al",
47967  mongolian="d",
47968  unicodeslot=0x189E,
47969 },
47970 [0x189F]={
47971  arabic="d",
47972  category="lo",
47973  description="MONGOLIAN LETTER MANCHU ALI GALI DDHA",
47974  direction="l",
47975  linebreak="al",
47976  mongolian="d",
47977  unicodeslot=0x189F,
47978 },
47979 [0x18A0]={
47980  arabic="d",
47981  category="lo",
47982  description="MONGOLIAN LETTER MANCHU ALI GALI TA",
47983  direction="l",
47984  linebreak="al",
47985  mongolian="d",
47986  unicodeslot=0x18A0,
47987 },
47988 [0x18A1]={
47989  arabic="d",
47990  category="lo",
47991  description="MONGOLIAN LETTER MANCHU ALI GALI DHA",
47992  direction="l",
47993  linebreak="al",
47994  mongolian="d",
47995  unicodeslot=0x18A1,
47996 },
47997 [0x18A2]={
47998  arabic="d",
47999  category="lo",
48000  description="MONGOLIAN LETTER MANCHU ALI GALI SSA",
48001  direction="l",
48002  linebreak="al",
48003  mongolian="d",
48004  unicodeslot=0x18A2,
48005 },
48006 [0x18A3]={
48007  arabic="d",
48008  category="lo",
48009  description="MONGOLIAN LETTER MANCHU ALI GALI CYA",
48010  direction="l",
48011  linebreak="al",
48012  mongolian="d",
48013  unicodeslot=0x18A3,
48014 },
48015 [0x18A4]={
48016  arabic="d",
48017  category="lo",
48018  description="MONGOLIAN LETTER MANCHU ALI GALI ZHA",
48019  direction="l",
48020  linebreak="al",
48021  mongolian="d",
48022  unicodeslot=0x18A4,
48023 },
48024 [0x18A5]={
48025  arabic="d",
48026  category="lo",
48027  description="MONGOLIAN LETTER MANCHU ALI GALI ZA",
48028  direction="l",
48029  linebreak="al",
48030  mongolian="d",
48031  unicodeslot=0x18A5,
48032 },
48033 [0x18A6]={
48034  arabic="d",
48035  category="lo",
48036  description="MONGOLIAN LETTER ALI GALI HALF U",
48037  direction="l",
48038  linebreak="al",
48039  mongolian="d",
48040  unicodeslot=0x18A6,
48041 },
48042 [0x18A7]={
48043  arabic="d",
48044  category="lo",
48045  description="MONGOLIAN LETTER ALI GALI HALF YA",
48046  direction="l",
48047  linebreak="al",
48048  mongolian="d",
48049  unicodeslot=0x18A7,
48050 },
48051 [0x18A8]={
48052  arabic="d",
48053  category="lo",
48054  description="MONGOLIAN LETTER MANCHU ALI GALI BHA",
48055  direction="l",
48056  linebreak="al",
48057  mongolian="d",
48058  unicodeslot=0x18A8,
48059 },
48060 [0x18A9]={
48061  category="mn",
48062  combining=0xE4,
48063  description="MONGOLIAN LETTER ALI GALI DAGALGA",
48064  direction="nsm",
48065  linebreak="cm",
48066  mongolian="t",
48067  unicodeslot=0x18A9,
48068 },
48069 [0x18AA]={
48070  arabic="d",
48071  category="lo",
48072  description="MONGOLIAN LETTER MANCHU ALI GALI LHA",
48073  direction="l",
48074  linebreak="al",
48075  mongolian="d",
48076  unicodeslot=0x18AA,
48077 },
48078 [0x18B0]={
48079  category="lo",
48080  description="CANADIAN SYLLABICS OY",
48081  direction="l",
48082  linebreak="al",
48083  unicodeslot=0x18B0,
48084 },
48085 [0x18B1]={
48086  category="lo",
48087  description="CANADIAN SYLLABICS AY",
48088  direction="l",
48089  linebreak="al",
48090  unicodeslot=0x18B1,
48091 },
48092 [0x18B2]={
48093  category="lo",
48094  description="CANADIAN SYLLABICS AAY",
48095  direction="l",
48096  linebreak="al",
48097  unicodeslot=0x18B2,
48098 },
48099 [0x18B3]={
48100  category="lo",
48101  description="CANADIAN SYLLABICS WAY",
48102  direction="l",
48103  linebreak="al",
48104  unicodeslot=0x18B3,
48105 },
48106 [0x18B4]={
48107  category="lo",
48108  description="CANADIAN SYLLABICS POY",
48109  direction="l",
48110  linebreak="al",
48111  unicodeslot=0x18B4,
48112 },
48113 [0x18B5]={
48114  category="lo",
48115  description="CANADIAN SYLLABICS PAY",
48116  direction="l",
48117  linebreak="al",
48118  unicodeslot=0x18B5,
48119 },
48120 [0x18B6]={
48121  category="lo",
48122  description="CANADIAN SYLLABICS PWOY",
48123  direction="l",
48124  linebreak="al",
48125  unicodeslot=0x18B6,
48126 },
48127 [0x18B7]={
48128  category="lo",
48129  description="CANADIAN SYLLABICS TAY",
48130  direction="l",
48131  linebreak="al",
48132  unicodeslot=0x18B7,
48133 },
48134 [0x18B8]={
48135  category="lo",
48136  description="CANADIAN SYLLABICS KAY",
48137  direction="l",
48138  linebreak="al",
48139  unicodeslot=0x18B8,
48140 },
48141 [0x18B9]={
48142  category="lo",
48143  description="CANADIAN SYLLABICS KWAY",
48144  direction="l",
48145  linebreak="al",
48146  unicodeslot=0x18B9,
48147 },
48148 [0x18BA]={
48149  category="lo",
48150  description="CANADIAN SYLLABICS MAY",
48151  direction="l",
48152  linebreak="al",
48153  unicodeslot=0x18BA,
48154 },
48155 [0x18BB]={
48156  category="lo",
48157  description="CANADIAN SYLLABICS NOY",
48158  direction="l",
48159  linebreak="al",
48160  unicodeslot=0x18BB,
48161 },
48162 [0x18BC]={
48163  category="lo",
48164  description="CANADIAN SYLLABICS NAY",
48165  direction="l",
48166  linebreak="al",
48167  unicodeslot=0x18BC,
48168 },
48169 [0x18BD]={
48170  category="lo",
48171  description="CANADIAN SYLLABICS LAY",
48172  direction="l",
48173  linebreak="al",
48174  unicodeslot=0x18BD,
48175 },
48176 [0x18BE]={
48177  category="lo",
48178  description="CANADIAN SYLLABICS SOY",
48179  direction="l",
48180  linebreak="al",
48181  unicodeslot=0x18BE,
48182 },
48183 [0x18BF]={
48184  category="lo",
48185  description="CANADIAN SYLLABICS SAY",
48186  direction="l",
48187  linebreak="al",
48188  unicodeslot=0x18BF,
48189 },
48190 [0x18C0]={
48191  category="lo",
48192  description="CANADIAN SYLLABICS SHOY",
48193  direction="l",
48194  linebreak="al",
48195  unicodeslot=0x18C0,
48196 },
48197 [0x18C1]={
48198  category="lo",
48199  description="CANADIAN SYLLABICS SHAY",
48200  direction="l",
48201  linebreak="al",
48202  unicodeslot=0x18C1,
48203 },
48204 [0x18C2]={
48205  category="lo",
48206  description="CANADIAN SYLLABICS SHWOY",
48207  direction="l",
48208  linebreak="al",
48209  unicodeslot=0x18C2,
48210 },
48211 [0x18C3]={
48212  category="lo",
48213  description="CANADIAN SYLLABICS YOY",
48214  direction="l",
48215  linebreak="al",
48216  unicodeslot=0x18C3,
48217 },
48218 [0x18C4]={
48219  category="lo",
48220  description="CANADIAN SYLLABICS YAY",
48221  direction="l",
48222  linebreak="al",
48223  unicodeslot=0x18C4,
48224 },
48225 [0x18C5]={
48226  category="lo",
48227  description="CANADIAN SYLLABICS RAY",
48228  direction="l",
48229  linebreak="al",
48230  unicodeslot=0x18C5,
48231 },
48232 [0x18C6]={
48233  category="lo",
48234  description="CANADIAN SYLLABICS NWI",
48235  direction="l",
48236  linebreak="al",
48237  unicodeslot=0x18C6,
48238 },
48239 [0x18C7]={
48240  category="lo",
48241  description="CANADIAN SYLLABICS OJIBWAY NWI",
48242  direction="l",
48243  linebreak="al",
48244  unicodeslot=0x18C7,
48245 },
48246 [0x18C8]={
48247  category="lo",
48248  description="CANADIAN SYLLABICS NWII",
48249  direction="l",
48250  linebreak="al",
48251  unicodeslot=0x18C8,
48252 },
48253 [0x18C9]={
48254  category="lo",
48255  description="CANADIAN SYLLABICS OJIBWAY NWII",
48256  direction="l",
48257  linebreak="al",
48258  unicodeslot=0x18C9,
48259 },
48260 [0x18CA]={
48261  category="lo",
48262  description="CANADIAN SYLLABICS NWO",
48263  direction="l",
48264  linebreak="al",
48265  unicodeslot=0x18CA,
48266 },
48267 [0x18CB]={
48268  category="lo",
48269  description="CANADIAN SYLLABICS OJIBWAY NWO",
48270  direction="l",
48271  linebreak="al",
48272  unicodeslot=0x18CB,
48273 },
48274 [0x18CC]={
48275  category="lo",
48276  description="CANADIAN SYLLABICS NWOO",
48277  direction="l",
48278  linebreak="al",
48279  unicodeslot=0x18CC,
48280 },
48281 [0x18CD]={
48282  category="lo",
48283  description="CANADIAN SYLLABICS OJIBWAY NWOO",
48284  direction="l",
48285  linebreak="al",
48286  unicodeslot=0x18CD,
48287 },
48288 [0x18CE]={
48289  category="lo",
48290  description="CANADIAN SYLLABICS RWEE",
48291  direction="l",
48292  linebreak="al",
48293  unicodeslot=0x18CE,
48294 },
48295 [0x18CF]={
48296  category="lo",
48297  description="CANADIAN SYLLABICS RWI",
48298  direction="l",
48299  linebreak="al",
48300  unicodeslot=0x18CF,
48301 },
48302 [0x18D0]={
48303  category="lo",
48304  description="CANADIAN SYLLABICS RWII",
48305  direction="l",
48306  linebreak="al",
48307  unicodeslot=0x18D0,
48308 },
48309 [0x18D1]={
48310  category="lo",
48311  description="CANADIAN SYLLABICS RWO",
48312  direction="l",
48313  linebreak="al",
48314  unicodeslot=0x18D1,
48315 },
48316 [0x18D2]={
48317  category="lo",
48318  description="CANADIAN SYLLABICS RWOO",
48319  direction="l",
48320  linebreak="al",
48321  unicodeslot=0x18D2,
48322 },
48323 [0x18D3]={
48324  category="lo",
48325  description="CANADIAN SYLLABICS RWA",
48326  direction="l",
48327  linebreak="al",
48328  unicodeslot=0x18D3,
48329 },
48330 [0x18D4]={
48331  category="lo",
48332  description="CANADIAN SYLLABICS OJIBWAY P",
48333  direction="l",
48334  linebreak="al",
48335  unicodeslot=0x18D4,
48336 },
48337 [0x18D5]={
48338  category="lo",
48339  description="CANADIAN SYLLABICS OJIBWAY T",
48340  direction="l",
48341  linebreak="al",
48342  unicodeslot=0x18D5,
48343 },
48344 [0x18D6]={
48345  category="lo",
48346  description="CANADIAN SYLLABICS OJIBWAY K",
48347  direction="l",
48348  linebreak="al",
48349  unicodeslot=0x18D6,
48350 },
48351 [0x18D7]={
48352  category="lo",
48353  description="CANADIAN SYLLABICS OJIBWAY C",
48354  direction="l",
48355  linebreak="al",
48356  unicodeslot=0x18D7,
48357 },
48358 [0x18D8]={
48359  category="lo",
48360  description="CANADIAN SYLLABICS OJIBWAY M",
48361  direction="l",
48362  linebreak="al",
48363  unicodeslot=0x18D8,
48364 },
48365 [0x18D9]={
48366  category="lo",
48367  description="CANADIAN SYLLABICS OJIBWAY N",
48368  direction="l",
48369  linebreak="al",
48370  unicodeslot=0x18D9,
48371 },
48372 [0x18DA]={
48373  category="lo",
48374  description="CANADIAN SYLLABICS OJIBWAY S",
48375  direction="l",
48376  linebreak="al",
48377  unicodeslot=0x18DA,
48378 },
48379 [0x18DB]={
48380  category="lo",
48381  description="CANADIAN SYLLABICS OJIBWAY SH",
48382  direction="l",
48383  linebreak="al",
48384  unicodeslot=0x18DB,
48385 },
48386 [0x18DC]={
48387  category="lo",
48388  description="CANADIAN SYLLABICS EASTERN W",
48389  direction="l",
48390  linebreak="al",
48391  unicodeslot=0x18DC,
48392 },
48393 [0x18DD]={
48394  category="lo",
48395  description="CANADIAN SYLLABICS WESTERN W",
48396  direction="l",
48397  linebreak="al",
48398  unicodeslot=0x18DD,
48399 },
48400 [0x18DE]={
48401  category="lo",
48402  description="CANADIAN SYLLABICS FINAL SMALL RING",
48403  direction="l",
48404  linebreak="al",
48405  unicodeslot=0x18DE,
48406 },
48407 [0x18DF]={
48408  category="lo",
48409  description="CANADIAN SYLLABICS FINAL RAISED DOT",
48410  direction="l",
48411  linebreak="al",
48412  unicodeslot=0x18DF,
48413 },
48414 [0x18E0]={
48415  category="lo",
48416  description="CANADIAN SYLLABICS R-CREE RWE",
48417  direction="l",
48418  linebreak="al",
48419  unicodeslot=0x18E0,
48420 },
48421 [0x18E1]={
48422  category="lo",
48423  description="CANADIAN SYLLABICS WEST-CREE LOO",
48424  direction="l",
48425  linebreak="al",
48426  unicodeslot=0x18E1,
48427 },
48428 [0x18E2]={
48429  category="lo",
48430  description="CANADIAN SYLLABICS WEST-CREE LAA",
48431  direction="l",
48432  linebreak="al",
48433  unicodeslot=0x18E2,
48434 },
48435 [0x18E3]={
48436  category="lo",
48437  description="CANADIAN SYLLABICS THWE",
48438  direction="l",
48439  linebreak="al",
48440  unicodeslot=0x18E3,
48441 },
48442 [0x18E4]={
48443  category="lo",
48444  description="CANADIAN SYLLABICS THWA",
48445  direction="l",
48446  linebreak="al",
48447  unicodeslot=0x18E4,
48448 },
48449 [0x18E5]={
48450  category="lo",
48451  description="CANADIAN SYLLABICS TTHWE",
48452  direction="l",
48453  linebreak="al",
48454  unicodeslot=0x18E5,
48455 },
48456 [0x18E6]={
48457  category="lo",
48458  description="CANADIAN SYLLABICS TTHOO",
48459  direction="l",
48460  linebreak="al",
48461  unicodeslot=0x18E6,
48462 },
48463 [0x18E7]={
48464  category="lo",
48465  description="CANADIAN SYLLABICS TTHAA",
48466  direction="l",
48467  linebreak="al",
48468  unicodeslot=0x18E7,
48469 },
48470 [0x18E8]={
48471  category="lo",
48472  description="CANADIAN SYLLABICS TLHWE",
48473  direction="l",
48474  linebreak="al",
48475  unicodeslot=0x18E8,
48476 },
48477 [0x18E9]={
48478  category="lo",
48479  description="CANADIAN SYLLABICS TLHOO",
48480  direction="l",
48481  linebreak="al",
48482  unicodeslot=0x18E9,
48483 },
48484 [0x18EA]={
48485  category="lo",
48486  description="CANADIAN SYLLABICS SAYISI SHWE",
48487  direction="l",
48488  linebreak="al",
48489  unicodeslot=0x18EA,
48490 },
48491 [0x18EB]={
48492  category="lo",
48493  description="CANADIAN SYLLABICS SAYISI SHOO",
48494  direction="l",
48495  linebreak="al",
48496  unicodeslot=0x18EB,
48497 },
48498 [0x18EC]={
48499  category="lo",
48500  description="CANADIAN SYLLABICS SAYISI HOO",
48501  direction="l",
48502  linebreak="al",
48503  unicodeslot=0x18EC,
48504 },
48505 [0x18ED]={
48506  category="lo",
48507  description="CANADIAN SYLLABICS CARRIER GWU",
48508  direction="l",
48509  linebreak="al",
48510  unicodeslot=0x18ED,
48511 },
48512 [0x18EE]={
48513  category="lo",
48514  description="CANADIAN SYLLABICS CARRIER DENE GEE",
48515  direction="l",
48516  linebreak="al",
48517  unicodeslot=0x18EE,
48518 },
48519 [0x18EF]={
48520  category="lo",
48521  description="CANADIAN SYLLABICS CARRIER GAA",
48522  direction="l",
48523  linebreak="al",
48524  unicodeslot=0x18EF,
48525 },
48526 [0x18F0]={
48527  category="lo",
48528  description="CANADIAN SYLLABICS CARRIER GWA",
48529  direction="l",
48530  linebreak="al",
48531  unicodeslot=0x18F0,
48532 },
48533 [0x18F1]={
48534  category="lo",
48535  description="CANADIAN SYLLABICS SAYISI JUU",
48536  direction="l",
48537  linebreak="al",
48538  unicodeslot=0x18F1,
48539 },
48540 [0x18F2]={
48541  category="lo",
48542  description="CANADIAN SYLLABICS CARRIER JWA",
48543  direction="l",
48544  linebreak="al",
48545  unicodeslot=0x18F2,
48546 },
48547 [0x18F3]={
48548  category="lo",
48549  description="CANADIAN SYLLABICS BEAVER DENE L",
48550  direction="l",
48551  linebreak="al",
48552  unicodeslot=0x18F3,
48553 },
48554 [0x18F4]={
48555  category="lo",
48556  description="CANADIAN SYLLABICS BEAVER DENE R",
48557  direction="l",
48558  linebreak="al",
48559  unicodeslot=0x18F4,
48560 },
48561 [0x18F5]={
48562  category="lo",
48563  description="CANADIAN SYLLABICS CARRIER DENTAL S",
48564  direction="l",
48565  linebreak="al",
48566  unicodeslot=0x18F5,
48567 },
48568 [0x1900]={
48569  category="lo",
48570  description="LIMBU VOWEL-CARRIER LETTER",
48571  direction="l",
48572  linebreak="al",
48573  unicodeslot=0x1900,
48574 },
48575 [0x1901]={
48576  category="lo",
48577  description="LIMBU LETTER KA",
48578  direction="l",
48579  linebreak="al",
48580  unicodeslot=0x1901,
48581 },
48582 [0x1902]={
48583  category="lo",
48584  description="LIMBU LETTER KHA",
48585  direction="l",
48586  linebreak="al",
48587  unicodeslot=0x1902,
48588 },
48589 [0x1903]={
48590  category="lo",
48591  description="LIMBU LETTER GA",
48592  direction="l",
48593  linebreak="al",
48594  unicodeslot=0x1903,
48595 },
48596 [0x1904]={
48597  category="lo",
48598  description="LIMBU LETTER GHA",
48599  direction="l",
48600  linebreak="al",
48601  unicodeslot=0x1904,
48602 },
48603 [0x1905]={
48604  category="lo",
48605  description="LIMBU LETTER NGA",
48606  direction="l",
48607  linebreak="al",
48608  unicodeslot=0x1905,
48609 },
48610 [0x1906]={
48611  category="lo",
48612  description="LIMBU LETTER CA",
48613  direction="l",
48614  linebreak="al",
48615  unicodeslot=0x1906,
48616 },
48617 [0x1907]={
48618  category="lo",
48619  description="LIMBU LETTER CHA",
48620  direction="l",
48621  linebreak="al",
48622  unicodeslot=0x1907,
48623 },
48624 [0x1908]={
48625  category="lo",
48626  description="LIMBU LETTER JA",
48627  direction="l",
48628  linebreak="al",
48629  unicodeslot=0x1908,
48630 },
48631 [0x1909]={
48632  category="lo",
48633  description="LIMBU LETTER JHA",
48634  direction="l",
48635  linebreak="al",
48636  unicodeslot=0x1909,
48637 },
48638 [0x190A]={
48639  category="lo",
48640  description="LIMBU LETTER YAN",
48641  direction="l",
48642  linebreak="al",
48643  unicodeslot=0x190A,
48644 },
48645 [0x190B]={
48646  category="lo",
48647  description="LIMBU LETTER TA",
48648  direction="l",
48649  linebreak="al",
48650  unicodeslot=0x190B,
48651 },
48652 [0x190C]={
48653  category="lo",
48654  description="LIMBU LETTER THA",
48655  direction="l",
48656  linebreak="al",
48657  unicodeslot=0x190C,
48658 },
48659 [0x190D]={
48660  category="lo",
48661  description="LIMBU LETTER DA",
48662  direction="l",
48663  linebreak="al",
48664  unicodeslot=0x190D,
48665 },
48666 [0x190E]={
48667  category="lo",
48668  description="LIMBU LETTER DHA",
48669  direction="l",
48670  linebreak="al",
48671  unicodeslot=0x190E,
48672 },
48673 [0x190F]={
48674  category="lo",
48675  description="LIMBU LETTER NA",
48676  direction="l",
48677  linebreak="al",
48678  unicodeslot=0x190F,
48679 },
48680 [0x1910]={
48681  category="lo",
48682  description="LIMBU LETTER PA",
48683  direction="l",
48684  linebreak="al",
48685  unicodeslot=0x1910,
48686 },
48687 [0x1911]={
48688  category="lo",
48689  description="LIMBU LETTER PHA",
48690  direction="l",
48691  linebreak="al",
48692  unicodeslot=0x1911,
48693 },
48694 [0x1912]={
48695  category="lo",
48696  description="LIMBU LETTER BA",
48697  direction="l",
48698  linebreak="al",
48699  unicodeslot=0x1912,
48700 },
48701 [0x1913]={
48702  category="lo",
48703  description="LIMBU LETTER BHA",
48704  direction="l",
48705  linebreak="al",
48706  unicodeslot=0x1913,
48707 },
48708 [0x1914]={
48709  category="lo",
48710  description="LIMBU LETTER MA",
48711  direction="l",
48712  linebreak="al",
48713  unicodeslot=0x1914,
48714 },
48715 [0x1915]={
48716  category="lo",
48717  description="LIMBU LETTER YA",
48718  direction="l",
48719  linebreak="al",
48720  unicodeslot=0x1915,
48721 },
48722 [0x1916]={
48723  category="lo",
48724  description="LIMBU LETTER RA",
48725  direction="l",
48726  linebreak="al",
48727  unicodeslot=0x1916,
48728 },
48729 [0x1917]={
48730  category="lo",
48731  description="LIMBU LETTER LA",
48732  direction="l",
48733  linebreak="al",
48734  unicodeslot=0x1917,
48735 },
48736 [0x1918]={
48737  category="lo",
48738  description="LIMBU LETTER WA",
48739  direction="l",
48740  linebreak="al",
48741  unicodeslot=0x1918,
48742 },
48743 [0x1919]={
48744  category="lo",
48745  description="LIMBU LETTER SHA",
48746  direction="l",
48747  linebreak="al",
48748  unicodeslot=0x1919,
48749 },
48750 [0x191A]={
48751  category="lo",
48752  description="LIMBU LETTER SSA",
48753  direction="l",
48754  linebreak="al",
48755  unicodeslot=0x191A,
48756 },
48757 [0x191B]={
48758  category="lo",
48759  description="LIMBU LETTER SA",
48760  direction="l",
48761  linebreak="al",
48762  unicodeslot=0x191B,
48763 },
48764 [0x191C]={
48765  category="lo",
48766  description="LIMBU LETTER HA",
48767  direction="l",
48768  linebreak="al",
48769  unicodeslot=0x191C,
48770 },
48771 [0x191D]={
48772  category="lo",
48773  description="LIMBU LETTER GYAN",
48774  direction="l",
48775  linebreak="al",
48776  unicodeslot=0x191D,
48777 },
48778 [0x191E]={
48779  category="lo",
48780  description="LIMBU LETTER TRA",
48781  direction="l",
48782  linebreak="al",
48783  unicodeslot=0x191E,
48784 },
48785 [0x1920]={
48786  category="mn",
48787  description="LIMBU VOWEL SIGN A",
48788  direction="nsm",
48789  linebreak="cm",
48790  unicodeslot=0x1920,
48791 },
48792 [0x1921]={
48793  category="mn",
48794  description="LIMBU VOWEL SIGN I",
48795  direction="nsm",
48796  linebreak="cm",
48797  unicodeslot=0x1921,
48798 },
48799 [0x1922]={
48800  category="mn",
48801  description="LIMBU VOWEL SIGN U",
48802  direction="nsm",
48803  linebreak="cm",
48804  unicodeslot=0x1922,
48805 },
48806 [0x1923]={
48807  category="mc",
48808  description="LIMBU VOWEL SIGN EE",
48809  direction="l",
48810  linebreak="cm",
48811  unicodeslot=0x1923,
48812 },
48813 [0x1924]={
48814  category="mc",
48815  description="LIMBU VOWEL SIGN AI",
48816  direction="l",
48817  linebreak="cm",
48818  unicodeslot=0x1924,
48819 },
48820 [0x1925]={
48821  category="mc",
48822  description="LIMBU VOWEL SIGN OO",
48823  direction="l",
48824  linebreak="cm",
48825  unicodeslot=0x1925,
48826 },
48827 [0x1926]={
48828  category="mc",
48829  description="LIMBU VOWEL SIGN AU",
48830  direction="l",
48831  linebreak="cm",
48832  unicodeslot=0x1926,
48833 },
48834 [0x1927]={
48835  category="mn",
48836  description="LIMBU VOWEL SIGN E",
48837  direction="nsm",
48838  linebreak="cm",
48839  unicodeslot=0x1927,
48840 },
48841 [0x1928]={
48842  category="mn",
48843  description="LIMBU VOWEL SIGN O",
48844  direction="nsm",
48845  linebreak="cm",
48846  unicodeslot=0x1928,
48847 },
48848 [0x1929]={
48849  category="mc",
48850  description="LIMBU SUBJOINED LETTER YA",
48851  direction="l",
48852  linebreak="cm",
48853  unicodeslot=0x1929,
48854 },
48855 [0x192A]={
48856  category="mc",
48857  description="LIMBU SUBJOINED LETTER RA",
48858  direction="l",
48859  linebreak="cm",
48860  unicodeslot=0x192A,
48861 },
48862 [0x192B]={
48863  category="mc",
48864  description="LIMBU SUBJOINED LETTER WA",
48865  direction="l",
48866  linebreak="cm",
48867  unicodeslot=0x192B,
48868 },
48869 [0x1930]={
48870  category="mc",
48871  description="LIMBU SMALL LETTER KA",
48872  direction="l",
48873  linebreak="cm",
48874  unicodeslot=0x1930,
48875 },
48876 [0x1931]={
48877  category="mc",
48878  description="LIMBU SMALL LETTER NGA",
48879  direction="l",
48880  linebreak="cm",
48881  unicodeslot=0x1931,
48882 },
48883 [0x1932]={
48884  category="mn",
48885  description="LIMBU SMALL LETTER ANUSVARA",
48886  direction="nsm",
48887  linebreak="cm",
48888  unicodeslot=0x1932,
48889 },
48890 [0x1933]={
48891  category="mc",
48892  description="LIMBU SMALL LETTER TA",
48893  direction="l",
48894  linebreak="cm",
48895  unicodeslot=0x1933,
48896 },
48897 [0x1934]={
48898  category="mc",
48899  description="LIMBU SMALL LETTER NA",
48900  direction="l",
48901  linebreak="cm",
48902  unicodeslot=0x1934,
48903 },
48904 [0x1935]={
48905  category="mc",
48906  description="LIMBU SMALL LETTER PA",
48907  direction="l",
48908  linebreak="cm",
48909  unicodeslot=0x1935,
48910 },
48911 [0x1936]={
48912  category="mc",
48913  description="LIMBU SMALL LETTER MA",
48914  direction="l",
48915  linebreak="cm",
48916  unicodeslot=0x1936,
48917 },
48918 [0x1937]={
48919  category="mc",
48920  description="LIMBU SMALL LETTER RA",
48921  direction="l",
48922  linebreak="cm",
48923  unicodeslot=0x1937,
48924 },
48925 [0x1938]={
48926  category="mc",
48927  description="LIMBU SMALL LETTER LA",
48928  direction="l",
48929  linebreak="cm",
48930  unicodeslot=0x1938,
48931 },
48932 [0x1939]={
48933  category="mn",
48934  combining=0xDE,
48935  description="LIMBU SIGN MUKPHRENG",
48936  direction="nsm",
48937  linebreak="cm",
48938  unicodeslot=0x1939,
48939 },
48940 [0x193A]={
48941  category="mn",
48942  combining=0xE6,
48943  description="LIMBU SIGN KEMPHRENG",
48944  direction="nsm",
48945  linebreak="cm",
48946  unicodeslot=0x193A,
48947 },
48948 [0x193B]={
48949  category="mn",
48950  combining=0xDC,
48951  description="LIMBU SIGN SA-I",
48952  direction="nsm",
48953  linebreak="cm",
48954  unicodeslot=0x193B,
48955 },
48956 [0x1940]={
48957  category="so",
48958  description="LIMBU SIGN LOO",
48959  direction="on",
48960  linebreak="al",
48961  unicodeslot=0x1940,
48962 },
48963 [0x1944]={
48964  category="po",
48965  description="LIMBU EXCLAMATION MARK",
48966  direction="on",
48967  linebreak="ex",
48968  unicodeslot=0x1944,
48969 },
48970 [0x1945]={
48971  category="po",
48972  description="LIMBU QUESTION MARK",
48973  direction="on",
48974  linebreak="ex",
48975  unicodeslot=0x1945,
48976 },
48977 [0x1946]={
48978  category="nd",
48979  description="LIMBU DIGIT ZERO",
48980  direction="l",
48981  linebreak="nu",
48982  unicodeslot=0x1946,
48983 },
48984 [0x1947]={
48985  category="nd",
48986  description="LIMBU DIGIT ONE",
48987  direction="l",
48988  linebreak="nu",
48989  unicodeslot=0x1947,
48990 },
48991 [0x1948]={
48992  category="nd",
48993  description="LIMBU DIGIT TWO",
48994  direction="l",
48995  linebreak="nu",
48996  unicodeslot=0x1948,
48997 },
48998 [0x1949]={
48999  category="nd",
49000  description="LIMBU DIGIT THREE",
49001  direction="l",
49002  linebreak="nu",
49003  unicodeslot=0x1949,
49004 },
49005 [0x194A]={
49006  category="nd",
49007  description="LIMBU DIGIT FOUR",
49008  direction="l",
49009  linebreak="nu",
49010  unicodeslot=0x194A,
49011 },
49012 [0x194B]={
49013  category="nd",
49014  description="LIMBU DIGIT FIVE",
49015  direction="l",
49016  linebreak="nu",
49017  unicodeslot=0x194B,
49018 },
49019 [0x194C]={
49020  category="nd",
49021  description="LIMBU DIGIT SIX",
49022  direction="l",
49023  linebreak="nu",
49024  unicodeslot=0x194C,
49025 },
49026 [0x194D]={
49027  category="nd",
49028  description="LIMBU DIGIT SEVEN",
49029  direction="l",
49030  linebreak="nu",
49031  unicodeslot=0x194D,
49032 },
49033 [0x194E]={
49034  category="nd",
49035  description="LIMBU DIGIT EIGHT",
49036  direction="l",
49037  linebreak="nu",
49038  unicodeslot=0x194E,
49039 },
49040 [0x194F]={
49041  category="nd",
49042  description="LIMBU DIGIT NINE",
49043  direction="l",
49044  linebreak="nu",
49045  unicodeslot=0x194F,
49046 },
49047 [0x1950]={
49048  category="lo",
49049  description="TAI LE LETTER KA",
49050  direction="l",
49051  linebreak="sa",
49052  unicodeslot=0x1950,
49053 },
49054 [0x1951]={
49055  category="lo",
49056  description="TAI LE LETTER XA",
49057  direction="l",
49058  linebreak="sa",
49059  unicodeslot=0x1951,
49060 },
49061 [0x1952]={
49062  category="lo",
49063  description="TAI LE LETTER NGA",
49064  direction="l",
49065  linebreak="sa",
49066  unicodeslot=0x1952,
49067 },
49068 [0x1953]={
49069  category="lo",
49070  description="TAI LE LETTER TSA",
49071  direction="l",
49072  linebreak="sa",
49073  unicodeslot=0x1953,
49074 },
49075 [0x1954]={
49076  category="lo",
49077  description="TAI LE LETTER SA",
49078  direction="l",
49079  linebreak="sa",
49080  unicodeslot=0x1954,
49081 },
49082 [0x1955]={
49083  category="lo",
49084  description="TAI LE LETTER YA",
49085  direction="l",
49086  linebreak="sa",
49087  unicodeslot=0x1955,
49088 },
49089 [0x1956]={
49090  category="lo",
49091  description="TAI LE LETTER TA",
49092  direction="l",
49093  linebreak="sa",
49094  unicodeslot=0x1956,
49095 },
49096 [0x1957]={
49097  category="lo",
49098  description="TAI LE LETTER THA",
49099  direction="l",
49100  linebreak="sa",
49101  unicodeslot=0x1957,
49102 },
49103 [0x1958]={
49104  category="lo",
49105  description="TAI LE LETTER LA",
49106  direction="l",
49107  linebreak="sa",
49108  unicodeslot=0x1958,
49109 },
49110 [0x1959]={
49111  category="lo",
49112  description="TAI LE LETTER PA",
49113  direction="l",
49114  linebreak="sa",
49115  unicodeslot=0x1959,
49116 },
49117 [0x195A]={
49118  category="lo",
49119  description="TAI LE LETTER PHA",
49120  direction="l",
49121  linebreak="sa",
49122  unicodeslot=0x195A,
49123 },
49124 [0x195B]={
49125  category="lo",
49126  description="TAI LE LETTER MA",
49127  direction="l",
49128  linebreak="sa",
49129  unicodeslot=0x195B,
49130 },
49131 [0x195C]={
49132  category="lo",
49133  description="TAI LE LETTER FA",
49134  direction="l",
49135  linebreak="sa",
49136  unicodeslot=0x195C,
49137 },
49138 [0x195D]={
49139  category="lo",
49140  description="TAI LE LETTER VA",
49141  direction="l",
49142  linebreak="sa",
49143  unicodeslot=0x195D,
49144 },
49145 [0x195E]={
49146  category="lo",
49147  description="TAI LE LETTER HA",
49148  direction="l",
49149  linebreak="sa",
49150  unicodeslot=0x195E,
49151 },
49152 [0x195F]={
49153  category="lo",
49154  description="TAI LE LETTER QA",
49155  direction="l",
49156  linebreak="sa",
49157  unicodeslot=0x195F,
49158 },
49159 [0x1960]={
49160  category="lo",
49161  description="TAI LE LETTER KHA",
49162  direction="l",
49163  linebreak="sa",
49164  unicodeslot=0x1960,
49165 },
49166 [0x1961]={
49167  category="lo",
49168  description="TAI LE LETTER TSHA",
49169  direction="l",
49170  linebreak="sa",
49171  unicodeslot=0x1961,
49172 },
49173 [0x1962]={
49174  category="lo",
49175  description="TAI LE LETTER NA",
49176  direction="l",
49177  linebreak="sa",
49178  unicodeslot=0x1962,
49179 },
49180 [0x1963]={
49181  category="lo",
49182  description="TAI LE LETTER A",
49183  direction="l",
49184  linebreak="sa",
49185  unicodeslot=0x1963,
49186 },
49187 [0x1964]={
49188  category="lo",
49189  description="TAI LE LETTER I",
49190  direction="l",
49191  linebreak="sa",
49192  unicodeslot=0x1964,
49193 },
49194 [0x1965]={
49195  category="lo",
49196  description="TAI LE LETTER EE",
49197  direction="l",
49198  linebreak="sa",
49199  unicodeslot=0x1965,
49200 },
49201 [0x1966]={
49202  category="lo",
49203  description="TAI LE LETTER EH",
49204  direction="l",
49205  linebreak="sa",
49206  unicodeslot=0x1966,
49207 },
49208 [0x1967]={
49209  category="lo",
49210  description="TAI LE LETTER U",
49211  direction="l",
49212  linebreak="sa",
49213  unicodeslot=0x1967,
49214 },
49215 [0x1968]={
49216  category="lo",
49217  description="TAI LE LETTER OO",
49218  direction="l",
49219  linebreak="sa",
49220  unicodeslot=0x1968,
49221 },
49222 [0x1969]={
49223  category="lo",
49224  description="TAI LE LETTER O",
49225  direction="l",
49226  linebreak="sa",
49227  unicodeslot=0x1969,
49228 },
49229 [0x196A]={
49230  category="lo",
49231  description="TAI LE LETTER UE",
49232  direction="l",
49233  linebreak="sa",
49234  unicodeslot=0x196A,
49235 },
49236 [0x196B]={
49237  category="lo",
49238  description="TAI LE LETTER E",
49239  direction="l",
49240  linebreak="sa",
49241  unicodeslot=0x196B,
49242 },
49243 [0x196C]={
49244  category="lo",
49245  description="TAI LE LETTER AUE",
49246  direction="l",
49247  linebreak="sa",
49248  unicodeslot=0x196C,
49249 },
49250 [0x196D]={
49251  category="lo",
49252  description="TAI LE LETTER AI",
49253  direction="l",
49254  linebreak="sa",
49255  unicodeslot=0x196D,
49256 },
49257 [0x1970]={
49258  category="lo",
49259  description="TAI LE LETTER TONE-0x0002",
49260  direction="l",
49261  linebreak="sa",
49262  unicodeslot=0x1970,
49263 },
49264 [0x1971]={
49265  category="lo",
49266  description="TAI LE LETTER TONE-0x0003",
49267  direction="l",
49268  linebreak="sa",
49269  unicodeslot=0x1971,
49270 },
49271 [0x1972]={
49272  category="lo",
49273  description="TAI LE LETTER TONE-0x0004",
49274  direction="l",
49275  linebreak="sa",
49276  unicodeslot=0x1972,
49277 },
49278 [0x1973]={
49279  category="lo",
49280  description="TAI LE LETTER TONE-0x0005",
49281  direction="l",
49282  linebreak="sa",
49283  unicodeslot=0x1973,
49284 },
49285 [0x1974]={
49286  category="lo",
49287  description="TAI LE LETTER TONE-0x0006",
49288  direction="l",
49289  linebreak="sa",
49290  unicodeslot=0x1974,
49291 },
49292 [0x1980]={
49293  category="lo",
49294  description="NEW TAI LUE LETTER HIGH QA",
49295  direction="l",
49296  linebreak="sa",
49297  unicodeslot=0x1980,
49298 },
49299 [0x1981]={
49300  category="lo",
49301  description="NEW TAI LUE LETTER LOW QA",
49302  direction="l",
49303  linebreak="sa",
49304  unicodeslot=0x1981,
49305 },
49306 [0x1982]={
49307  category="lo",
49308  description="NEW TAI LUE LETTER HIGH KA",
49309  direction="l",
49310  linebreak="sa",
49311  unicodeslot=0x1982,
49312 },
49313 [0x1983]={
49314  category="lo",
49315  description="NEW TAI LUE LETTER HIGH XA",
49316  direction="l",
49317  linebreak="sa",
49318  unicodeslot=0x1983,
49319 },
49320 [0x1984]={
49321  category="lo",
49322  description="NEW TAI LUE LETTER HIGH NGA",
49323  direction="l",
49324  linebreak="sa",
49325  unicodeslot=0x1984,
49326 },
49327 [0x1985]={
49328  category="lo",
49329  description="NEW TAI LUE LETTER LOW KA",
49330  direction="l",
49331  linebreak="sa",
49332  unicodeslot=0x1985,
49333 },
49334 [0x1986]={
49335  category="lo",
49336  description="NEW TAI LUE LETTER LOW XA",
49337  direction="l",
49338  linebreak="sa",
49339  unicodeslot=0x1986,
49340 },
49341 [0x1987]={
49342  category="lo",
49343  description="NEW TAI LUE LETTER LOW NGA",
49344  direction="l",
49345  linebreak="sa",
49346  unicodeslot=0x1987,
49347 },
49348 [0x1988]={
49349  category="lo",
49350  description="NEW TAI LUE LETTER HIGH TSA",
49351  direction="l",
49352  linebreak="sa",
49353  unicodeslot=0x1988,
49354 },
49355 [0x1989]={
49356  category="lo",
49357  description="NEW TAI LUE LETTER HIGH SA",
49358  direction="l",
49359  linebreak="sa",
49360  unicodeslot=0x1989,
49361 },
49362 [0x198A]={
49363  category="lo",
49364  description="NEW TAI LUE LETTER HIGH YA",
49365  direction="l",
49366  linebreak="sa",
49367  unicodeslot=0x198A,
49368 },
49369 [0x198B]={
49370  category="lo",
49371  description="NEW TAI LUE LETTER LOW TSA",
49372  direction="l",
49373  linebreak="sa",
49374  unicodeslot=0x198B,
49375 },
49376 [0x198C]={
49377  category="lo",
49378  description="NEW TAI LUE LETTER LOW SA",
49379  direction="l",
49380  linebreak="sa",
49381  unicodeslot=0x198C,
49382 },
49383 [0x198D]={
49384  category="lo",
49385  description="NEW TAI LUE LETTER LOW YA",
49386  direction="l",
49387  linebreak="sa",
49388  unicodeslot=0x198D,
49389 },
49390 [0x198E]={
49391  category="lo",
49392  description="NEW TAI LUE LETTER HIGH TA",
49393  direction="l",
49394  linebreak="sa",
49395  unicodeslot=0x198E,
49396 },
49397 [0x198F]={
49398  category="lo",
49399  description="NEW TAI LUE LETTER HIGH THA",
49400  direction="l",
49401  linebreak="sa",
49402  unicodeslot=0x198F,
49403 },
49404 [0x1990]={
49405  category="lo",
49406  description="NEW TAI LUE LETTER HIGH NA",
49407  direction="l",
49408  linebreak="sa",
49409  unicodeslot=0x1990,
49410 },
49411 [0x1991]={
49412  category="lo",
49413  description="NEW TAI LUE LETTER LOW TA",
49414  direction="l",
49415  linebreak="sa",
49416  unicodeslot=0x1991,
49417 },
49418 [0x1992]={
49419  category="lo",
49420  description="NEW TAI LUE LETTER LOW THA",
49421  direction="l",
49422  linebreak="sa",
49423  unicodeslot=0x1992,
49424 },
49425 [0x1993]={
49426  category="lo",
49427  description="NEW TAI LUE LETTER LOW NA",
49428  direction="l",
49429  linebreak="sa",
49430  unicodeslot=0x1993,
49431 },
49432 [0x1994]={
49433  category="lo",
49434  description="NEW TAI LUE LETTER HIGH PA",
49435  direction="l",
49436  linebreak="sa",
49437  unicodeslot=0x1994,
49438 },
49439 [0x1995]={
49440  category="lo",
49441  description="NEW TAI LUE LETTER HIGH PHA",
49442  direction="l",
49443  linebreak="sa",
49444  unicodeslot=0x1995,
49445 },
49446 [0x1996]={
49447  category="lo",
49448  description="NEW TAI LUE LETTER HIGH MA",
49449  direction="l",
49450  linebreak="sa",
49451  unicodeslot=0x1996,
49452 },
49453 [0x1997]={
49454  category="lo",
49455  description="NEW TAI LUE LETTER LOW PA",
49456  direction="l",
49457  linebreak="sa",
49458  unicodeslot=0x1997,
49459 },
49460 [0x1998]={
49461  category="lo",
49462  description="NEW TAI LUE LETTER LOW PHA",
49463  direction="l",
49464  linebreak="sa",
49465  unicodeslot=0x1998,
49466 },
49467 [0x1999]={
49468  category="lo",
49469  description="NEW TAI LUE LETTER LOW MA",
49470  direction="l",
49471  linebreak="sa",
49472  unicodeslot=0x1999,
49473 },
49474 [0x199A]={
49475  category="lo",
49476  description="NEW TAI LUE LETTER HIGH FA",
49477  direction="l",
49478  linebreak="sa",
49479  unicodeslot=0x199A,
49480 },
49481 [0x199B]={
49482  category="lo",
49483  description="NEW TAI LUE LETTER HIGH VA",
49484  direction="l",
49485  linebreak="sa",
49486  unicodeslot=0x199B,
49487 },
49488 [0x199C]={
49489  category="lo",
49490  description="NEW TAI LUE LETTER HIGH LA",
49491  direction="l",
49492  linebreak="sa",
49493  unicodeslot=0x199C,
49494 },
49495 [0x199D]={
49496  category="lo",
49497  description="NEW TAI LUE LETTER LOW FA",
49498  direction="l",
49499  linebreak="sa",
49500  unicodeslot=0x199D,
49501 },
49502 [0x199E]={
49503  category="lo",
49504  description="NEW TAI LUE LETTER LOW VA",
49505  direction="l",
49506  linebreak="sa",
49507  unicodeslot=0x199E,
49508 },
49509 [0x199F]={
49510  category="lo",
49511  description="NEW TAI LUE LETTER LOW LA",
49512  direction="l",
49513  linebreak="sa",
49514  unicodeslot=0x199F,
49515 },
49516 [0x19A0]={
49517  category="lo",
49518  description="NEW TAI LUE LETTER HIGH HA",
49519  direction="l",
49520  linebreak="sa",
49521  unicodeslot=0x19A0,
49522 },
49523 [0x19A1]={
49524  category="lo",
49525  description="NEW TAI LUE LETTER HIGH DA",
49526  direction="l",
49527  linebreak="sa",
49528  unicodeslot=0x19A1,
49529 },
49530 [0x19A2]={
49531  category="lo",
49532  description="NEW TAI LUE LETTER HIGH BA",
49533  direction="l",
49534  linebreak="sa",
49535  unicodeslot=0x19A2,
49536 },
49537 [0x19A3]={
49538  category="lo",
49539  description="NEW TAI LUE LETTER LOW HA",
49540  direction="l",
49541  linebreak="sa",
49542  unicodeslot=0x19A3,
49543 },
49544 [0x19A4]={
49545  category="lo",
49546  description="NEW TAI LUE LETTER LOW DA",
49547  direction="l",
49548  linebreak="sa",
49549  unicodeslot=0x19A4,
49550 },
49551 [0x19A5]={
49552  category="lo",
49553  description="NEW TAI LUE LETTER LOW BA",
49554  direction="l",
49555  linebreak="sa",
49556  unicodeslot=0x19A5,
49557 },
49558 [0x19A6]={
49559  category="lo",
49560  description="NEW TAI LUE LETTER HIGH KVA",
49561  direction="l",
49562  linebreak="sa",
49563  unicodeslot=0x19A6,
49564 },
49565 [0x19A7]={
49566  category="lo",
49567  description="NEW TAI LUE LETTER HIGH XVA",
49568  direction="l",
49569  linebreak="sa",
49570  unicodeslot=0x19A7,
49571 },
49572 [0x19A8]={
49573  category="lo",
49574  description="NEW TAI LUE LETTER LOW KVA",
49575  direction="l",
49576  linebreak="sa",
49577  unicodeslot=0x19A8,
49578 },
49579 [0x19A9]={
49580  category="lo",
49581  description="NEW TAI LUE LETTER LOW XVA",
49582  direction="l",
49583  linebreak="sa",
49584  unicodeslot=0x19A9,
49585 },
49586 [0x19AA]={
49587  category="lo",
49588  description="NEW TAI LUE LETTER HIGH SUA",
49589  direction="l",
49590  linebreak="sa",
49591  unicodeslot=0x19AA,
49592 },
49593 [0x19AB]={
49594  category="lo",
49595  description="NEW TAI LUE LETTER LOW SUA",
49596  direction="l",
49597  linebreak="sa",
49598  unicodeslot=0x19AB,
49599 },
49600 [0x19B0]={
49601  category="mc",
49602  description="NEW TAI LUE VOWEL SIGN VOWEL SHORTENER",
49603  direction="l",
49604  linebreak="sa",
49605  unicodeslot=0x19B0,
49606 },
49607 [0x19B1]={
49608  category="mc",
49609  description="NEW TAI LUE VOWEL SIGN AA",
49610  direction="l",
49611  linebreak="sa",
49612  unicodeslot=0x19B1,
49613 },
49614 [0x19B2]={
49615  category="mc",
49616  description="NEW TAI LUE VOWEL SIGN II",
49617  direction="l",
49618  linebreak="sa",
49619  unicodeslot=0x19B2,
49620 },
49621 [0x19B3]={
49622  category="mc",
49623  description="NEW TAI LUE VOWEL SIGN U",
49624  direction="l",
49625  linebreak="sa",
49626  unicodeslot=0x19B3,
49627 },
49628 [0x19B4]={
49629  category="mc",
49630  description="NEW TAI LUE VOWEL SIGN UU",
49631  direction="l",
49632  linebreak="sa",
49633  unicodeslot=0x19B4,
49634 },
49635 [0x19B5]={
49636  category="mc",
49637  description="NEW TAI LUE VOWEL SIGN E",
49638  direction="l",
49639  linebreak="sa",
49640  unicodeslot=0x19B5,
49641 },
49642 [0x19B6]={
49643  category="mc",
49644  description="NEW TAI LUE VOWEL SIGN AE",
49645  direction="l",
49646  linebreak="sa",
49647  unicodeslot=0x19B6,
49648 },
49649 [0x19B7]={
49650  category="mc",
49651  description="NEW TAI LUE VOWEL SIGN O",
49652  direction="l",
49653  linebreak="sa",
49654  unicodeslot=0x19B7,
49655 },
49656 [0x19B8]={
49657  category="mc",
49658  description="NEW TAI LUE VOWEL SIGN OA",
49659  direction="l",
49660  linebreak="sa",
49661  unicodeslot=0x19B8,
49662 },
49663 [0x19B9]={
49664  category="mc",
49665  description="NEW TAI LUE VOWEL SIGN UE",
49666  direction="l",
49667  linebreak="sa",
49668  unicodeslot=0x19B9,
49669 },
49670 [0x19BA]={
49671  category="mc",
49672  description="NEW TAI LUE VOWEL SIGN AY",
49673  direction="l",
49674  linebreak="sa",
49675  unicodeslot=0x19BA,
49676 },
49677 [0x19BB]={
49678  category="mc",
49679  description="NEW TAI LUE VOWEL SIGN AAY",
49680  direction="l",
49681  linebreak="sa",
49682  unicodeslot=0x19BB,
49683 },
49684 [0x19BC]={
49685  category="mc",
49686  description="NEW TAI LUE VOWEL SIGN UY",
49687  direction="l",
49688  linebreak="sa",
49689  unicodeslot=0x19BC,
49690 },
49691 [0x19BD]={
49692  category="mc",
49693  description="NEW TAI LUE VOWEL SIGN OY",
49694  direction="l",
49695  linebreak="sa",
49696  unicodeslot=0x19BD,
49697 },
49698 [0x19BE]={
49699  category="mc",
49700  description="NEW TAI LUE VOWEL SIGN OAY",
49701  direction="l",
49702  linebreak="sa",
49703  unicodeslot=0x19BE,
49704 },
49705 [0x19BF]={
49706  category="mc",
49707  description="NEW TAI LUE VOWEL SIGN UEY",
49708  direction="l",
49709  linebreak="sa",
49710  unicodeslot=0x19BF,
49711 },
49712 [0x19C0]={
49713  category="mc",
49714  description="NEW TAI LUE VOWEL SIGN IY",
49715  direction="l",
49716  linebreak="sa",
49717  unicodeslot=0x19C0,
49718 },
49719 [0x19C1]={
49720  category="lo",
49721  description="NEW TAI LUE LETTER FINAL V",
49722  direction="l",
49723  linebreak="sa",
49724  unicodeslot=0x19C1,
49725 },
49726 [0x19C2]={
49727  category="lo",
49728  description="NEW TAI LUE LETTER FINAL NG",
49729  direction="l",
49730  linebreak="sa",
49731  unicodeslot=0x19C2,
49732 },
49733 [0x19C3]={
49734  category="lo",
49735  description="NEW TAI LUE LETTER FINAL N",
49736  direction="l",
49737  linebreak="sa",
49738  unicodeslot=0x19C3,
49739 },
49740 [0x19C4]={
49741  category="lo",
49742  description="NEW TAI LUE LETTER FINAL M",
49743  direction="l",
49744  linebreak="sa",
49745  unicodeslot=0x19C4,
49746 },
49747 [0x19C5]={
49748  category="lo",
49749  description="NEW TAI LUE LETTER FINAL K",
49750  direction="l",
49751  linebreak="sa",
49752  unicodeslot=0x19C5,
49753 },
49754 [0x19C6]={
49755  category="lo",
49756  description="NEW TAI LUE LETTER FINAL D",
49757  direction="l",
49758  linebreak="sa",
49759  unicodeslot=0x19C6,
49760 },
49761 [0x19C7]={
49762  category="lo",
49763  description="NEW TAI LUE LETTER FINAL B",
49764  direction="l",
49765  linebreak="sa",
49766  unicodeslot=0x19C7,
49767 },
49768 [0x19C8]={
49769  category="mc",
49770  description="NEW TAI LUE TONE MARK-0x0001",
49771  direction="l",
49772  linebreak="sa",
49773  unicodeslot=0x19C8,
49774 },
49775 [0x19C9]={
49776  category="mc",
49777  description="NEW TAI LUE TONE MARK-0x0002",
49778  direction="l",
49779  linebreak="sa",
49780  unicodeslot=0x19C9,
49781 },
49782 [0x19D0]={
49783  category="nd",
49784  description="NEW TAI LUE DIGIT ZERO",
49785  direction="l",
49786  linebreak="nu",
49787  unicodeslot=0x19D0,
49788 },
49789 [0x19D1]={
49790  category="nd",
49791  description="NEW TAI LUE DIGIT ONE",
49792  direction="l",
49793  linebreak="nu",
49794  unicodeslot=0x19D1,
49795 },
49796 [0x19D2]={
49797  category="nd",
49798  description="NEW TAI LUE DIGIT TWO",
49799  direction="l",
49800  linebreak="nu",
49801  unicodeslot=0x19D2,
49802 },
49803 [0x19D3]={
49804  category="nd",
49805  description="NEW TAI LUE DIGIT THREE",
49806  direction="l",
49807  linebreak="nu",
49808  unicodeslot=0x19D3,
49809 },
49810 [0x19D4]={
49811  category="nd",
49812  description="NEW TAI LUE DIGIT FOUR",
49813  direction="l",
49814  linebreak="nu",
49815  unicodeslot=0x19D4,
49816 },
49817 [0x19D5]={
49818  category="nd",
49819  description="NEW TAI LUE DIGIT FIVE",
49820  direction="l",
49821  linebreak="nu",
49822  unicodeslot=0x19D5,
49823 },
49824 [0x19D6]={
49825  category="nd",
49826  description="NEW TAI LUE DIGIT SIX",
49827  direction="l",
49828  linebreak="nu",
49829  unicodeslot=0x19D6,
49830 },
49831 [0x19D7]={
49832  category="nd",
49833  description="NEW TAI LUE DIGIT SEVEN",
49834  direction="l",
49835  linebreak="nu",
49836  unicodeslot=0x19D7,
49837 },
49838 [0x19D8]={
49839  category="nd",
49840  description="NEW TAI LUE DIGIT EIGHT",
49841  direction="l",
49842  linebreak="nu",
49843  unicodeslot=0x19D8,
49844 },
49845 [0x19D9]={
49846  category="nd",
49847  description="NEW TAI LUE DIGIT NINE",
49848  direction="l",
49849  linebreak="nu",
49850  unicodeslot=0x19D9,
49851 },
49852 [0x19DA]={
49853  category="no",
49854  description="NEW TAI LUE THAM DIGIT ONE",
49855  direction="l",
49856  linebreak="sa",
49857  unicodeslot=0x19DA,
49858 },
49859 [0x19DE]={
49860  category="po",
49861  description="NEW TAI LUE SIGN LAE",
49862  direction="on",
49863  linebreak="sa",
49864  unicodeslot=0x19DE,
49865 },
49866 [0x19DF]={
49867  category="po",
49868  description="NEW TAI LUE SIGN LAEV",
49869  direction="on",
49870  linebreak="sa",
49871  unicodeslot=0x19DF,
49872 },
49873 [0x19E0]={
49874  category="so",
49875  description="KHMER SYMBOL PATHAMASAT",
49876  direction="on",
49877  linebreak="al",
49878  unicodeslot=0x19E0,
49879 },
49880 [0x19E1]={
49881  category="so",
49882  description="KHMER SYMBOL MUOY KOET",
49883  direction="on",
49884  linebreak="al",
49885  unicodeslot=0x19E1,
49886 },
49887 [0x19E2]={
49888  category="so",
49889  description="KHMER SYMBOL PII KOET",
49890  direction="on",
49891  linebreak="al",
49892  unicodeslot=0x19E2,
49893 },
49894 [0x19E3]={
49895  category="so",
49896  description="KHMER SYMBOL BEI KOET",
49897  direction="on",
49898  linebreak="al",
49899  unicodeslot=0x19E3,
49900 },
49901 [0x19E4]={
49902  category="so",
49903  description="KHMER SYMBOL BUON KOET",
49904  direction="on",
49905  linebreak="al",
49906  unicodeslot=0x19E4,
49907 },
49908 [0x19E5]={
49909  category="so",
49910  description="KHMER SYMBOL PRAM KOET",
49911  direction="on",
49912  linebreak="al",
49913  unicodeslot=0x19E5,
49914 },
49915 [0x19E6]={
49916  category="so",
49917  description="KHMER SYMBOL PRAM-MUOY KOET",
49918  direction="on",
49919  linebreak="al",
49920  unicodeslot=0x19E6,
49921 },
49922 [0x19E7]={
49923  category="so",
49924  description="KHMER SYMBOL PRAM-PII KOET",
49925  direction="on",
49926  linebreak="al",
49927  unicodeslot=0x19E7,
49928 },
49929 [0x19E8]={
49930  category="so",
49931  description="KHMER SYMBOL PRAM-BEI KOET",
49932  direction="on",
49933  linebreak="al",
49934  unicodeslot=0x19E8,
49935 },
49936 [0x19E9]={
49937  category="so",
49938  description="KHMER SYMBOL PRAM-BUON KOET",
49939  direction="on",
49940  linebreak="al",
49941  unicodeslot=0x19E9,
49942 },
49943 [0x19EA]={
49944  category="so",
49945  description="KHMER SYMBOL DAP KOET",
49946  direction="on",
49947  linebreak="al",
49948  unicodeslot=0x19EA,
49949 },
49950 [0x19EB]={
49951  category="so",
49952  description="KHMER SYMBOL DAP-MUOY KOET",
49953  direction="on",
49954  linebreak="al",
49955  unicodeslot=0x19EB,
49956 },
49957 [0x19EC]={
49958  category="so",
49959  description="KHMER SYMBOL DAP-PII KOET",
49960  direction="on",
49961  linebreak="al",
49962  unicodeslot=0x19EC,
49963 },
49964 [0x19ED]={
49965  category="so",
49966  description="KHMER SYMBOL DAP-BEI KOET",
49967  direction="on",
49968  linebreak="al",
49969  unicodeslot=0x19ED,
49970 },
49971 [0x19EE]={
49972  category="so",
49973  description="KHMER SYMBOL DAP-BUON KOET",
49974  direction="on",
49975  linebreak="al",
49976  unicodeslot=0x19EE,
49977 },
49978 [0x19EF]={
49979  category="so",
49980  description="KHMER SYMBOL DAP-PRAM KOET",
49981  direction="on",
49982  linebreak="al",
49983  unicodeslot=0x19EF,
49984 },
49985 [0x19F0]={
49986  category="so",
49987  description="KHMER SYMBOL TUTEYASAT",
49988  direction="on",
49989  linebreak="al",
49990  unicodeslot=0x19F0,
49991 },
49992 [0x19F1]={
49993  category="so",
49994  description="KHMER SYMBOL MUOY ROC",
49995  direction="on",
49996  linebreak="al",
49997  unicodeslot=0x19F1,
49998 },
49999 [0x19F2]={
50000  category="so",
50001  description="KHMER SYMBOL PII ROC",
50002  direction="on",
50003  linebreak="al",
50004  unicodeslot=0x19F2,
50005 },
50006 [0x19F3]={
50007  category="so",
50008  description="KHMER SYMBOL BEI ROC",
50009  direction="on",
50010  linebreak="al",
50011  unicodeslot=0x19F3,
50012 },
50013 [0x19F4]={
50014  category="so",
50015  description="KHMER SYMBOL BUON ROC",
50016  direction="on",
50017  linebreak="al",
50018  unicodeslot=0x19F4,
50019 },
50020 [0x19F5]={
50021  category="so",
50022  description="KHMER SYMBOL PRAM ROC",
50023  direction="on",
50024  linebreak="al",
50025  unicodeslot=0x19F5,
50026 },
50027 [0x19F6]={
50028  category="so",
50029  description="KHMER SYMBOL PRAM-MUOY ROC",
50030  direction="on",
50031  linebreak="al",
50032  unicodeslot=0x19F6,
50033 },
50034 [0x19F7]={
50035  category="so",
50036  description="KHMER SYMBOL PRAM-PII ROC",
50037  direction="on",
50038  linebreak="al",
50039  unicodeslot=0x19F7,
50040 },
50041 [0x19F8]={
50042  category="so",
50043  description="KHMER SYMBOL PRAM-BEI ROC",
50044  direction="on",
50045  linebreak="al",
50046  unicodeslot=0x19F8,
50047 },
50048 [0x19F9]={
50049  category="so",
50050  description="KHMER SYMBOL PRAM-BUON ROC",
50051  direction="on",
50052  linebreak="al",
50053  unicodeslot=0x19F9,
50054 },
50055 [0x19FA]={
50056  category="so",
50057  description="KHMER SYMBOL DAP ROC",
50058  direction="on",
50059  linebreak="al",
50060  unicodeslot=0x19FA,
50061 },
50062 [0x19FB]={
50063  category="so",
50064  description="KHMER SYMBOL DAP-MUOY ROC",
50065  direction="on",
50066  linebreak="al",
50067  unicodeslot=0x19FB,
50068 },
50069 [0x19FC]={
50070  category="so",
50071  description="KHMER SYMBOL DAP-PII ROC",
50072  direction="on",
50073  linebreak="al",
50074  unicodeslot=0x19FC,
50075 },
50076 [0x19FD]={
50077  category="so",
50078  description="KHMER SYMBOL DAP-BEI ROC",
50079  direction="on",
50080  linebreak="al",
50081  unicodeslot=0x19FD,
50082 },
50083 [0x19FE]={
50084  category="so",
50085  description="KHMER SYMBOL DAP-BUON ROC",
50086  direction="on",
50087  linebreak="al",
50088  unicodeslot=0x19FE,
50089 },
50090 [0x19FF]={
50091  category="so",
50092  description="KHMER SYMBOL DAP-PRAM ROC",
50093  direction="on",
50094  linebreak="al",
50095  unicodeslot=0x19FF,
50096 },
50097 [0x1A00]={
50098  category="lo",
50099  description="BUGINESE LETTER KA",
50100  direction="l",
50101  linebreak="al",
50102  unicodeslot=0x1A00,
50103 },
50104 [0x1A01]={
50105  category="lo",
50106  description="BUGINESE LETTER GA",
50107  direction="l",
50108  linebreak="al",
50109  unicodeslot=0x1A01,
50110 },
50111 [0x1A02]={
50112  category="lo",
50113  description="BUGINESE LETTER NGA",
50114  direction="l",
50115  linebreak="al",
50116  unicodeslot=0x1A02,
50117 },
50118 [0x1A03]={
50119  category="lo",
50120  description="BUGINESE LETTER NGKA",
50121  direction="l",
50122  linebreak="al",
50123  unicodeslot=0x1A03,
50124 },
50125 [0x1A04]={
50126  category="lo",
50127  description="BUGINESE LETTER PA",
50128  direction="l",
50129  linebreak="al",
50130  unicodeslot=0x1A04,
50131 },
50132 [0x1A05]={
50133  category="lo",
50134  description="BUGINESE LETTER BA",
50135  direction="l",
50136  linebreak="al",
50137  unicodeslot=0x1A05,
50138 },
50139 [0x1A06]={
50140  category="lo",
50141  description="BUGINESE LETTER MA",
50142  direction="l",
50143  linebreak="al",
50144  unicodeslot=0x1A06,
50145 },
50146 [0x1A07]={
50147  category="lo",
50148  description="BUGINESE LETTER MPA",
50149  direction="l",
50150  linebreak="al",
50151  unicodeslot=0x1A07,
50152 },
50153 [0x1A08]={
50154  category="lo",
50155  description="BUGINESE LETTER TA",
50156  direction="l",
50157  linebreak="al",
50158  unicodeslot=0x1A08,
50159 },
50160 [0x1A09]={
50161  category="lo",
50162  description="BUGINESE LETTER DA",
50163  direction="l",
50164  linebreak="al",
50165  unicodeslot=0x1A09,
50166 },
50167 [0x1A0A]={
50168  category="lo",
50169  description="BUGINESE LETTER NA",
50170  direction="l",
50171  linebreak="al",
50172  unicodeslot=0x1A0A,
50173 },
50174 [0x1A0B]={
50175  category="lo",
50176  description="BUGINESE LETTER NRA",
50177  direction="l",
50178  linebreak="al",
50179  unicodeslot=0x1A0B,
50180 },
50181 [0x1A0C]={
50182  category="lo",
50183  description="BUGINESE LETTER CA",
50184  direction="l",
50185  linebreak="al",
50186  unicodeslot=0x1A0C,
50187 },
50188 [0x1A0D]={
50189  category="lo",
50190  description="BUGINESE LETTER JA",
50191  direction="l",
50192  linebreak="al",
50193  unicodeslot=0x1A0D,
50194 },
50195 [0x1A0E]={
50196  category="lo",
50197  description="BUGINESE LETTER NYA",
50198  direction="l",
50199  linebreak="al",
50200  unicodeslot=0x1A0E,
50201 },
50202 [0x1A0F]={
50203  category="lo",
50204  description="BUGINESE LETTER NYCA",
50205  direction="l",
50206  linebreak="al",
50207  unicodeslot=0x1A0F,
50208 },
50209 [0x1A10]={
50210  category="lo",
50211  description="BUGINESE LETTER YA",
50212  direction="l",
50213  linebreak="al",
50214  unicodeslot=0x1A10,
50215 },
50216 [0x1A11]={
50217  category="lo",
50218  description="BUGINESE LETTER RA",
50219  direction="l",
50220  linebreak="al",
50221  unicodeslot=0x1A11,
50222 },
50223 [0x1A12]={
50224  category="lo",
50225  description="BUGINESE LETTER LA",
50226  direction="l",
50227  linebreak="al",
50228  unicodeslot=0x1A12,
50229 },
50230 [0x1A13]={
50231  category="lo",
50232  description="BUGINESE LETTER VA",
50233  direction="l",
50234  linebreak="al",
50235  unicodeslot=0x1A13,
50236 },
50237 [0x1A14]={
50238  category="lo",
50239  description="BUGINESE LETTER SA",
50240  direction="l",
50241  linebreak="al",
50242  unicodeslot=0x1A14,
50243 },
50244 [0x1A15]={
50245  category="lo",
50246  description="BUGINESE LETTER A",
50247  direction="l",
50248  linebreak="al",
50249  unicodeslot=0x1A15,
50250 },
50251 [0x1A16]={
50252  category="lo",
50253  description="BUGINESE LETTER HA",
50254  direction="l",
50255  linebreak="al",
50256  unicodeslot=0x1A16,
50257 },
50258 [0x1A17]={
50259  category="mn",
50260  combining=0xE6,
50261  description="BUGINESE VOWEL SIGN I",
50262  direction="nsm",
50263  linebreak="cm",
50264  unicodeslot=0x1A17,
50265 },
50266 [0x1A18]={
50267  category="mn",
50268  combining=0xDC,
50269  description="BUGINESE VOWEL SIGN U",
50270  direction="nsm",
50271  linebreak="cm",
50272  unicodeslot=0x1A18,
50273 },
50274 [0x1A19]={
50275  category="mc",
50276  description="BUGINESE VOWEL SIGN E",
50277  direction="l",
50278  linebreak="cm",
50279  unicodeslot=0x1A19,
50280 },
50281 [0x1A1A]={
50282  category="mc",
50283  description="BUGINESE VOWEL SIGN O",
50284  direction="l",
50285  linebreak="cm",
50286  unicodeslot=0x1A1A,
50287 },
50288 [0x1A1B]={
50289  category="mc",
50290  description="BUGINESE VOWEL SIGN AE",
50291  direction="nsm",
50292  linebreak="cm",
50293  unicodeslot=0x1A1B,
50294 },
50295 [0x1A1E]={
50296  category="po",
50297  description="BUGINESE PALLAWA",
50298  direction="l",
50299  linebreak="al",
50300  unicodeslot=0x1A1E,
50301 },
50302 [0x1A1F]={
50303  category="po",
50304  description="BUGINESE END OF SECTION",
50305  direction="l",
50306  linebreak="al",
50307  unicodeslot=0x1A1F,
50308 },
50309 [0x1A20]={
50310  category="lo",
50311  description="TAI THAM LETTER HIGH KA",
50312  direction="l",
50313  linebreak="sa",
50314  unicodeslot=0x1A20,
50315 },
50316 [0x1A21]={
50317  category="lo",
50318  description="TAI THAM LETTER HIGH KHA",
50319  direction="l",
50320  linebreak="sa",
50321  unicodeslot=0x1A21,
50322 },
50323 [0x1A22]={
50324  category="lo",
50325  description="TAI THAM LETTER HIGH KXA",
50326  direction="l",
50327  linebreak="sa",
50328  unicodeslot=0x1A22,
50329 },
50330 [0x1A23]={
50331  category="lo",
50332  description="TAI THAM LETTER LOW KA",
50333  direction="l",
50334  linebreak="sa",
50335  unicodeslot=0x1A23,
50336 },
50337 [0x1A24]={
50338  category="lo",
50339  description="TAI THAM LETTER LOW KXA",
50340  direction="l",
50341  linebreak="sa",
50342  unicodeslot=0x1A24,
50343 },
50344 [0x1A25]={
50345  category="lo",
50346  description="TAI THAM LETTER LOW KHA",
50347  direction="l",
50348  linebreak="sa",
50349  unicodeslot=0x1A25,
50350 },
50351 [0x1A26]={
50352  category="lo",
50353  description="TAI THAM LETTER NGA",
50354  direction="l",
50355  linebreak="sa",
50356  unicodeslot=0x1A26,
50357 },
50358 [0x1A27]={
50359  category="lo",
50360  description="TAI THAM LETTER HIGH CA",
50361  direction="l",
50362  linebreak="sa",
50363  unicodeslot=0x1A27,
50364 },
50365 [0x1A28]={
50366  category="lo",
50367  description="TAI THAM LETTER HIGH CHA",
50368  direction="l",
50369  linebreak="sa",
50370  unicodeslot=0x1A28,
50371 },
50372 [0x1A29]={
50373  category="lo",
50374  description="TAI THAM LETTER LOW CA",
50375  direction="l",
50376  linebreak="sa",
50377  unicodeslot=0x1A29,
50378 },
50379 [0x1A2A]={
50380  category="lo",
50381  description="TAI THAM LETTER LOW SA",
50382  direction="l",
50383  linebreak="sa",
50384  unicodeslot=0x1A2A,
50385 },
50386 [0x1A2B]={
50387  category="lo",
50388  description="TAI THAM LETTER LOW CHA",
50389  direction="l",
50390  linebreak="sa",
50391  unicodeslot=0x1A2B,
50392 },
50393 [0x1A2C]={
50394  category="lo",
50395  description="TAI THAM LETTER NYA",
50396  direction="l",
50397  linebreak="sa",
50398  unicodeslot=0x1A2C,
50399 },
50400 [0x1A2D]={
50401  category="lo",
50402  description="TAI THAM LETTER RATA",
50403  direction="l",
50404  linebreak="sa",
50405  unicodeslot=0x1A2D,
50406 },
50407 [0x1A2E]={
50408  category="lo",
50409  description="TAI THAM LETTER HIGH RATHA",
50410  direction="l",
50411  linebreak="sa",
50412  unicodeslot=0x1A2E,
50413 },
50414 [0x1A2F]={
50415  category="lo",
50416  description="TAI THAM LETTER DA",
50417  direction="l",
50418  linebreak="sa",
50419  unicodeslot=0x1A2F,
50420 },
50421 [0x1A30]={
50422  category="lo",
50423  description="TAI THAM LETTER LOW RATHA",
50424  direction="l",
50425  linebreak="sa",
50426  unicodeslot=0x1A30,
50427 },
50428 [0x1A31]={
50429  category="lo",
50430  description="TAI THAM LETTER RANA",
50431  direction="l",
50432  linebreak="sa",
50433  unicodeslot=0x1A31,
50434 },
50435 [0x1A32]={
50436  category="lo",
50437  description="TAI THAM LETTER HIGH TA",
50438  direction="l",
50439  linebreak="sa",
50440  unicodeslot=0x1A32,
50441 },
50442 [0x1A33]={
50443  category="lo",
50444  description="TAI THAM LETTER HIGH THA",
50445  direction="l",
50446  linebreak="sa",
50447  unicodeslot=0x1A33,
50448 },
50449 [0x1A34]={
50450  category="lo",
50451  description="TAI THAM LETTER LOW TA",
50452  direction="l",
50453  linebreak="sa",
50454  unicodeslot=0x1A34,
50455 },
50456 [0x1A35]={
50457  category="lo",
50458  description="TAI THAM LETTER LOW THA",
50459  direction="l",
50460  linebreak="sa",
50461  unicodeslot=0x1A35,
50462 },
50463 [0x1A36]={
50464  category="lo",
50465  description="TAI THAM LETTER NA",
50466  direction="l",
50467  linebreak="sa",
50468  unicodeslot=0x1A36,
50469 },
50470 [0x1A37]={
50471  category="lo",
50472  description="TAI THAM LETTER BA",
50473  direction="l",
50474  linebreak="sa",
50475  unicodeslot=0x1A37,
50476 },
50477 [0x1A38]={
50478  category="lo",
50479  description="TAI THAM LETTER HIGH PA",
50480  direction="l",
50481  linebreak="sa",
50482  unicodeslot=0x1A38,
50483 },
50484 [0x1A39]={
50485  category="lo",
50486  description="TAI THAM LETTER HIGH PHA",
50487  direction="l",
50488  linebreak="sa",
50489  unicodeslot=0x1A39,
50490 },
50491 [0x1A3A]={
50492  category="lo",
50493  description="TAI THAM LETTER HIGH FA",
50494  direction="l",
50495  linebreak="sa",
50496  unicodeslot=0x1A3A,
50497 },
50498 [0x1A3B]={
50499  category="lo",
50500  description="TAI THAM LETTER LOW PA",
50501  direction="l",
50502  linebreak="sa",
50503  unicodeslot=0x1A3B,
50504 },
50505 [0x1A3C]={
50506  category="lo",
50507  description="TAI THAM LETTER LOW FA",
50508  direction="l",
50509  linebreak="sa",
50510  unicodeslot=0x1A3C,
50511 },
50512 [0x1A3D]={
50513  category="lo",
50514  description="TAI THAM LETTER LOW PHA",
50515  direction="l",
50516  linebreak="sa",
50517  unicodeslot=0x1A3D,
50518 },
50519 [0x1A3E]={
50520  category="lo",
50521  description="TAI THAM LETTER MA",
50522  direction="l",
50523  linebreak="sa",
50524  unicodeslot=0x1A3E,
50525 },
50526 [0x1A3F]={
50527  category="lo",
50528  description="TAI THAM LETTER LOW YA",
50529  direction="l",
50530  linebreak="sa",
50531  unicodeslot=0x1A3F,
50532 },
50533 [0x1A40]={
50534  category="lo",
50535  description="TAI THAM LETTER HIGH YA",
50536  direction="l",
50537  linebreak="sa",
50538  unicodeslot=0x1A40,
50539 },
50540 [0x1A41]={
50541  category="lo",
50542  description="TAI THAM LETTER RA",
50543  direction="l",
50544  linebreak="sa",
50545  unicodeslot=0x1A41,
50546 },
50547 [0x1A42]={
50548  category="lo",
50549  description="TAI THAM LETTER RUE",
50550  direction="l",
50551  linebreak="sa",
50552  unicodeslot=0x1A42,
50553 },
50554 [0x1A43]={
50555  category="lo",
50556  description="TAI THAM LETTER LA",
50557  direction="l",
50558  linebreak="sa",
50559  unicodeslot=0x1A43,
50560 },
50561 [0x1A44]={
50562  category="lo",
50563  description="TAI THAM LETTER LUE",
50564  direction="l",
50565  linebreak="sa",
50566  unicodeslot=0x1A44,
50567 },
50568 [0x1A45]={
50569  category="lo",
50570  description="TAI THAM LETTER WA",
50571  direction="l",
50572  linebreak="sa",
50573  unicodeslot=0x1A45,
50574 },
50575 [0x1A46]={
50576  category="lo",
50577  description="TAI THAM LETTER HIGH SHA",
50578  direction="l",
50579  linebreak="sa",
50580  unicodeslot=0x1A46,
50581 },
50582 [0x1A47]={
50583  category="lo",
50584  description="TAI THAM LETTER HIGH SSA",
50585  direction="l",
50586  linebreak="sa",
50587  unicodeslot=0x1A47,
50588 },
50589 [0x1A48]={
50590  category="lo",
50591  description="TAI THAM LETTER HIGH SA",
50592  direction="l",
50593  linebreak="sa",
50594  unicodeslot=0x1A48,
50595 },
50596 [0x1A49]={
50597  category="lo",
50598  description="TAI THAM LETTER HIGH HA",
50599  direction="l",
50600  linebreak="sa",
50601  unicodeslot=0x1A49,
50602 },
50603 [0x1A4A]={
50604  category="lo",
50605  description="TAI THAM LETTER LLA",
50606  direction="l",
50607  linebreak="sa",
50608  unicodeslot=0x1A4A,
50609 },
50610 [0x1A4B]={
50611  category="lo",
50612  description="TAI THAM LETTER A",
50613  direction="l",
50614  linebreak="sa",
50615  unicodeslot=0x1A4B,
50616 },
50617 [0x1A4C]={
50618  category="lo",
50619  description="TAI THAM LETTER LOW HA",
50620  direction="l",
50621  linebreak="sa",
50622  unicodeslot=0x1A4C,
50623 },
50624 [0x1A4D]={
50625  category="lo",
50626  description="TAI THAM LETTER I",
50627  direction="l",
50628  linebreak="sa",
50629  unicodeslot=0x1A4D,
50630 },
50631 [0x1A4E]={
50632  category="lo",
50633  description="TAI THAM LETTER II",
50634  direction="l",
50635  linebreak="sa",
50636  unicodeslot=0x1A4E,
50637 },
50638 [0x1A4F]={
50639  category="lo",
50640  description="TAI THAM LETTER U",
50641  direction="l",
50642  linebreak="sa",
50643  unicodeslot=0x1A4F,
50644 },
50645 [0x1A50]={
50646  category="lo",
50647  description="TAI THAM LETTER UU",
50648  direction="l",
50649  linebreak="sa",
50650  unicodeslot=0x1A50,
50651 },
50652 [0x1A51]={
50653  category="lo",
50654  description="TAI THAM LETTER EE",
50655  direction="l",
50656  linebreak="sa",
50657  unicodeslot=0x1A51,
50658 },
50659 [0x1A52]={
50660  category="lo",
50661  description="TAI THAM LETTER OO",
50662  direction="l",
50663  linebreak="sa",
50664  unicodeslot=0x1A52,
50665 },
50666 [0x1A53]={
50667  category="lo",
50668  description="TAI THAM LETTER LAE",
50669  direction="l",
50670  linebreak="sa",
50671  unicodeslot=0x1A53,
50672 },
50673 [0x1A54]={
50674  category="lo",
50675  description="TAI THAM LETTER GREAT SA",
50676  direction="l",
50677  linebreak="sa",
50678  unicodeslot=0x1A54,
50679 },
50680 [0x1A55]={
50681  category="mc",
50682  description="TAI THAM CONSONANT SIGN MEDIAL RA",
50683  direction="l",
50684  linebreak="sa",
50685  unicodeslot=0x1A55,
50686 },
50687 [0x1A56]={
50688  category="mn",
50689  description="TAI THAM CONSONANT SIGN MEDIAL LA",
50690  direction="nsm",
50691  linebreak="sa",
50692  unicodeslot=0x1A56,
50693 },
50694 [0x1A57]={
50695  category="mc",
50696  description="TAI THAM CONSONANT SIGN LA TANG LAI",
50697  direction="l",
50698  linebreak="sa",
50699  unicodeslot=0x1A57,
50700 },
50701 [0x1A58]={
50702  category="mn",
50703  description="TAI THAM SIGN MAI KANG LAI",
50704  direction="nsm",
50705  linebreak="sa",
50706  unicodeslot=0x1A58,
50707 },
50708 [0x1A59]={
50709  category="mn",
50710  description="TAI THAM CONSONANT SIGN FINAL NGA",
50711  direction="nsm",
50712  linebreak="sa",
50713  unicodeslot=0x1A59,
50714 },
50715 [0x1A5A]={
50716  category="mn",
50717  description="TAI THAM CONSONANT SIGN LOW PA",
50718  direction="nsm",
50719  linebreak="sa",
50720  unicodeslot=0x1A5A,
50721 },
50722 [0x1A5B]={
50723  category="mn",
50724  description="TAI THAM CONSONANT SIGN HIGH RATHA OR LOW PA",
50725  direction="nsm",
50726  linebreak="sa",
50727  unicodeslot=0x1A5B,
50728 },
50729 [0x1A5C]={
50730  category="mn",
50731  description="TAI THAM CONSONANT SIGN MA",
50732  direction="nsm",
50733  linebreak="sa",
50734  unicodeslot=0x1A5C,
50735 },
50736 [0x1A5D]={
50737  category="mn",
50738  description="TAI THAM CONSONANT SIGN BA",
50739  direction="nsm",
50740  linebreak="sa",
50741  unicodeslot=0x1A5D,
50742 },
50743 [0x1A5E]={
50744  category="mn",
50745  description="TAI THAM CONSONANT SIGN SA",
50746  direction="nsm",
50747  linebreak="sa",
50748  unicodeslot=0x1A5E,
50749 },
50750 [0x1A60]={
50751  category="mn",
50752  combining=0x9,
50753  description="TAI THAM SIGN SAKOT",
50754  direction="nsm",
50755  linebreak="sa",
50756  unicodeslot=0x1A60,
50757 },
50758 [0x1A61]={
50759  category="mc",
50760  description="TAI THAM VOWEL SIGN A",
50761  direction="l",
50762  linebreak="sa",
50763  unicodeslot=0x1A61,
50764 },
50765 [0x1A62]={
50766  category="mn",
50767  description="TAI THAM VOWEL SIGN MAI SAT",
50768  direction="nsm",
50769  linebreak="sa",
50770  unicodeslot=0x1A62,
50771 },
50772 [0x1A63]={
50773  category="mc",
50774  description="TAI THAM VOWEL SIGN AA",
50775  direction="l",
50776  linebreak="sa",
50777  unicodeslot=0x1A63,
50778 },
50779 [0x1A64]={
50780  category="mc",
50781  description="TAI THAM VOWEL SIGN TALL AA",
50782  direction="l",
50783  linebreak="sa",
50784  unicodeslot=0x1A64,
50785 },
50786 [0x1A65]={
50787  category="mn",
50788  description="TAI THAM VOWEL SIGN I",
50789  direction="nsm",
50790  linebreak="sa",
50791  unicodeslot=0x1A65,
50792 },
50793 [0x1A66]={
50794  category="mn",
50795  description="TAI THAM VOWEL SIGN II",
50796  direction="nsm",
50797  linebreak="sa",
50798  unicodeslot=0x1A66,
50799 },
50800 [0x1A67]={
50801  category="mn",
50802  description="TAI THAM VOWEL SIGN UE",
50803  direction="nsm",
50804  linebreak="sa",
50805  unicodeslot=0x1A67,
50806 },
50807 [0x1A68]={
50808  category="mn",
50809  description="TAI THAM VOWEL SIGN UUE",
50810  direction="nsm",
50811  linebreak="sa",
50812  unicodeslot=0x1A68,
50813 },
50814 [0x1A69]={
50815  category="mn",
50816  description="TAI THAM VOWEL SIGN U",
50817  direction="nsm",
50818  linebreak="sa",
50819  unicodeslot=0x1A69,
50820 },
50821 [0x1A6A]={
50822  category="mn",
50823  description="TAI THAM VOWEL SIGN UU",
50824  direction="nsm",
50825  linebreak="sa",
50826  unicodeslot=0x1A6A,
50827 },
50828 [0x1A6B]={
50829  category="mn",
50830  description="TAI THAM VOWEL SIGN O",
50831  direction="nsm",
50832  linebreak="sa",
50833  unicodeslot=0x1A6B,
50834 },
50835 [0x1A6C]={
50836  category="mn",
50837  description="TAI THAM VOWEL SIGN OA BELOW",
50838  direction="nsm",
50839  linebreak="sa",
50840  unicodeslot=0x1A6C,
50841 },
50842 [0x1A6D]={
50843  category="mc",
50844  description="TAI THAM VOWEL SIGN OY",
50845  direction="l",
50846  linebreak="sa",
50847  unicodeslot=0x1A6D,
50848 },
50849 [0x1A6E]={
50850  category="mc",
50851  description="TAI THAM VOWEL SIGN E",
50852  direction="l",
50853  linebreak="sa",
50854  unicodeslot=0x1A6E,
50855 },
50856 [0x1A6F]={
50857  category="mc",
50858  description="TAI THAM VOWEL SIGN AE",
50859  direction="l",
50860  linebreak="sa",
50861  unicodeslot=0x1A6F,
50862 },
50863 [0x1A70]={
50864  category="mc",
50865  description="TAI THAM VOWEL SIGN OO",
50866  direction="l",
50867  linebreak="sa",
50868  unicodeslot=0x1A70,
50869 },
50870 [0x1A71]={
50871  category="mc",
50872  description="TAI THAM VOWEL SIGN AI",
50873  direction="l",
50874  linebreak="sa",
50875  unicodeslot=0x1A71,
50876 },
50877 [0x1A72]={
50878  category="mc",
50879  description="TAI THAM VOWEL SIGN THAM AI",
50880  direction="l",
50881  linebreak="sa",
50882  unicodeslot=0x1A72,
50883 },
50884 [0x1A73]={
50885  category="mn",
50886  description="TAI THAM VOWEL SIGN OA ABOVE",
50887  direction="nsm",
50888  linebreak="sa",
50889  unicodeslot=0x1A73,
50890 },
50891 [0x1A74]={
50892  category="mn",
50893  description="TAI THAM SIGN MAI KANG",
50894  direction="nsm",
50895  linebreak="sa",
50896  unicodeslot=0x1A74,
50897 },
50898 [0x1A75]={
50899  category="mn",
50900  combining=0xE6,
50901  description="TAI THAM SIGN TONE-1",
50902  direction="nsm",
50903  linebreak="sa",
50904  unicodeslot=0x1A75,
50905 },
50906 [0x1A76]={
50907  category="mn",
50908  combining=0xE6,
50909  description="TAI THAM SIGN TONE-2",
50910  direction="nsm",
50911  linebreak="sa",
50912  unicodeslot=0x1A76,
50913 },
50914 [0x1A77]={
50915  category="mn",
50916  combining=0xE6,
50917  description="TAI THAM SIGN KHUEN TONE-3",
50918  direction="nsm",
50919  linebreak="sa",
50920  unicodeslot=0x1A77,
50921 },
50922 [0x1A78]={
50923  category="mn",
50924  combining=0xE6,
50925  description="TAI THAM SIGN KHUEN TONE-4",
50926  direction="nsm",
50927  linebreak="sa",
50928  unicodeslot=0x1A78,
50929 },
50930 [0x1A79]={
50931  category="mn",
50932  combining=0xE6,
50933  description="TAI THAM SIGN KHUEN TONE-5",
50934  direction="nsm",
50935  linebreak="sa",
50936  unicodeslot=0x1A79,
50937 },
50938 [0x1A7A]={
50939  category="mn",
50940  combining=0xE6,
50941  description="TAI THAM SIGN RA HAAM",
50942  direction="nsm",
50943  linebreak="sa",
50944  unicodeslot=0x1A7A,
50945 },
50946 [0x1A7B]={
50947  category="mn",
50948  combining=0xE6,
50949  description="TAI THAM SIGN MAI SAM",
50950  direction="nsm",
50951  linebreak="sa",
50952  unicodeslot=0x1A7B,
50953 },
50954 [0x1A7C]={
50955  category="mn",
50956  combining=0xE6,
50957  description="TAI THAM SIGN KHUEN-LUE KARAN",
50958  direction="nsm",
50959  linebreak="sa",
50960  unicodeslot=0x1A7C,
50961 },
50962 [0x1A7F]={
50963  category="mn",
50964  combining=0xDC,
50965  description="TAI THAM COMBINING CRYPTOGRAMMIC DOT",
50966  direction="nsm",
50967  linebreak="cm",
50968  unicodeslot=0x1A7F,
50969 },
50970 [0x1A80]={
50971  category="nd",
50972  description="TAI THAM HORA DIGIT ZERO",
50973  direction="l",
50974  linebreak="nu",
50975  unicodeslot=0x1A80,
50976 },
50977 [0x1A81]={
50978  category="nd",
50979  description="TAI THAM HORA DIGIT ONE",
50980  direction="l",
50981  linebreak="nu",
50982  unicodeslot=0x1A81,
50983 },
50984 [0x1A82]={
50985  category="nd",
50986  description="TAI THAM HORA DIGIT TWO",
50987  direction="l",
50988  linebreak="nu",
50989  unicodeslot=0x1A82,
50990 },
50991 [0x1A83]={
50992  category="nd",
50993  description="TAI THAM HORA DIGIT THREE",
50994  direction="l",
50995  linebreak="nu",
50996  unicodeslot=0x1A83,
50997 },
50998 [0x1A84]={
50999  category="nd",
51000  description="TAI THAM HORA DIGIT FOUR",
51001  direction="l",
51002  linebreak="nu",
51003  unicodeslot=0x1A84,
51004 },
51005 [0x1A85]={
51006  category="nd",
51007  description="TAI THAM HORA DIGIT FIVE",
51008  direction="l",
51009  linebreak="nu",
51010  unicodeslot=0x1A85,
51011 },
51012 [0x1A86]={
51013  category="nd",
51014  description="TAI THAM HORA DIGIT SIX",
51015  direction="l",
51016  linebreak="nu",
51017  unicodeslot=0x1A86,
51018 },
51019 [0x1A87]={
51020  category="nd",
51021  description="TAI THAM HORA DIGIT SEVEN",
51022  direction="l",
51023  linebreak="nu",
51024  unicodeslot=0x1A87,
51025 },
51026 [0x1A88]={
51027  category="nd",
51028  description="TAI THAM HORA DIGIT EIGHT",
51029  direction="l",
51030  linebreak="nu",
51031  unicodeslot=0x1A88,
51032 },
51033 [0x1A89]={
51034  category="nd",
51035  description="TAI THAM HORA DIGIT NINE",
51036  direction="l",
51037  linebreak="nu",
51038  unicodeslot=0x1A89,
51039 },
51040 [0x1A90]={
51041  category="nd",
51042  description="TAI THAM THAM DIGIT ZERO",
51043  direction="l",
51044  linebreak="nu",
51045  unicodeslot=0x1A90,
51046 },
51047 [0x1A91]={
51048  category="nd",
51049  description="TAI THAM THAM DIGIT ONE",
51050  direction="l",
51051  linebreak="nu",
51052  unicodeslot=0x1A91,
51053 },
51054 [0x1A92]={
51055  category="nd",
51056  description="TAI THAM THAM DIGIT TWO",
51057  direction="l",
51058  linebreak="nu",
51059  unicodeslot=0x1A92,
51060 },
51061 [0x1A93]={
51062  category="nd",
51063  description="TAI THAM THAM DIGIT THREE",
51064  direction="l",
51065  linebreak="nu",
51066  unicodeslot=0x1A93,
51067 },
51068 [0x1A94]={
51069  category="nd",
51070  description="TAI THAM THAM DIGIT FOUR",
51071  direction="l",
51072  linebreak="nu",
51073  unicodeslot=0x1A94,
51074 },
51075 [0x1A95]={
51076  category="nd",
51077  description="TAI THAM THAM DIGIT FIVE",
51078  direction="l",
51079  linebreak="nu",
51080  unicodeslot=0x1A95,
51081 },
51082 [0x1A96]={
51083  category="nd",
51084  description="TAI THAM THAM DIGIT SIX",
51085  direction="l",
51086  linebreak="nu",
51087  unicodeslot=0x1A96,
51088 },
51089 [0x1A97]={
51090  category="nd",
51091  description="TAI THAM THAM DIGIT SEVEN",
51092  direction="l",
51093  linebreak="nu",
51094  unicodeslot=0x1A97,
51095 },
51096 [0x1A98]={
51097  category="nd",
51098  description="TAI THAM THAM DIGIT EIGHT",
51099  direction="l",
51100  linebreak="nu",
51101  unicodeslot=0x1A98,
51102 },
51103 [0x1A99]={
51104  category="nd",
51105  description="TAI THAM THAM DIGIT NINE",
51106  direction="l",
51107  linebreak="nu",
51108  unicodeslot=0x1A99,
51109 },
51110 [0x1AA0]={
51111  category="po",
51112  description="TAI THAM SIGN WIANG",
51113  direction="l",
51114  linebreak="sa",
51115  unicodeslot=0x1AA0,
51116 },
51117 [0x1AA1]={
51118  category="po",
51119  description="TAI THAM SIGN WIANGWAAK",
51120  direction="l",
51121  linebreak="sa",
51122  unicodeslot=0x1AA1,
51123 },
51124 [0x1AA2]={
51125  category="po",
51126  description="TAI THAM SIGN SAWAN",
51127  direction="l",
51128  linebreak="sa",
51129  unicodeslot=0x1AA2,
51130 },
51131 [0x1AA3]={
51132  category="po",
51133  description="TAI THAM SIGN KEOW",
51134  direction="l",
51135  linebreak="sa",
51136  unicodeslot=0x1AA3,
51137 },
51138 [0x1AA4]={
51139  category="po",
51140  description="TAI THAM SIGN HOY",
51141  direction="l",
51142  linebreak="sa",
51143  unicodeslot=0x1AA4,
51144 },
51145 [0x1AA5]={
51146  category="po",
51147  description="TAI THAM SIGN DOKMAI",
51148  direction="l",
51149  linebreak="sa",
51150  unicodeslot=0x1AA5,
51151 },
51152 [0x1AA6]={
51153  category="po",
51154  description="TAI THAM SIGN REVERSED ROTATED RANA",
51155  direction="l",
51156  linebreak="sa",
51157  unicodeslot=0x1AA6,
51158 },
51159 [0x1AA7]={
51160  category="lm",
51161  description="TAI THAM SIGN MAI YAMOK",
51162  direction="l",
51163  linebreak="sa",
51164  unicodeslot=0x1AA7,
51165 },
51166 [0x1AA8]={
51167  category="po",
51168  description="TAI THAM SIGN KAAN",
51169  direction="l",
51170  linebreak="sa",
51171  unicodeslot=0x1AA8,
51172 },
51173 [0x1AA9]={
51174  category="po",
51175  description="TAI THAM SIGN KAANKUU",
51176  direction="l",
51177  linebreak="sa",
51178  unicodeslot=0x1AA9,
51179 },
51180 [0x1AAA]={
51181  category="po",
51182  description="TAI THAM SIGN SATKAAN",
51183  direction="l",
51184  linebreak="sa",
51185  unicodeslot=0x1AAA,
51186 },
51187 [0x1AAB]={
51188  category="po",
51189  description="TAI THAM SIGN SATKAANKUU",
51190  direction="l",
51191  linebreak="sa",
51192  unicodeslot=0x1AAB,
51193 },
51194 [0x1AAC]={
51195  category="po",
51196  description="TAI THAM SIGN HANG",
51197  direction="l",
51198  linebreak="sa",
51199  unicodeslot=0x1AAC,
51200 },
51201 [0x1AAD]={
51202  category="po",
51203  description="TAI THAM SIGN CAANG",
51204  direction="l",
51205  linebreak="sa",
51206  unicodeslot=0x1AAD,
51207 },
51208 [0x1AB0]={
51209  category="mn",
51210  combining=0xE6,
51211  description="COMBINING DOUBLED CIRCUMFLEX ACCENT",
51212  direction="nsm",
51213  linebreak="cm",
51214  unicodeslot=0x1AB0,
51215 },
51216 [0x1AB1]={
51217  category="mn",
51218  combining=0xE6,
51219  description="COMBINING DIAERESIS-RING",
51220  direction="nsm",
51221  linebreak="cm",
51222  unicodeslot=0x1AB1,
51223 },
51224 [0x1AB2]={
51225  category="mn",
51226  combining=0xE6,
51227  description="COMBINING INFINITY",
51228  direction="nsm",
51229  linebreak="cm",
51230  unicodeslot=0x1AB2,
51231 },
51232 [0x1AB3]={
51233  category="mn",
51234  combining=0xE6,
51235  description="COMBINING DOWNWARDS ARROW",
51236  direction="nsm",
51237  linebreak="cm",
51238  unicodeslot=0x1AB3,
51239 },
51240 [0x1AB4]={
51241  category="mn",
51242  combining=0xE6,
51243  description="COMBINING TRIPLE DOT",
51244  direction="nsm",
51245  linebreak="cm",
51246  unicodeslot=0x1AB4,
51247 },
51248 [0x1AB5]={
51249  category="mn",
51250  combining=0xDC,
51251  description="COMBINING X-X BELOW",
51252  direction="nsm",
51253  linebreak="cm",
51254  unicodeslot=0x1AB5,
51255 },
51256 [0x1AB6]={
51257  category="mn",
51258  combining=0xDC,
51259  description="COMBINING WIGGLY LINE BELOW",
51260  direction="nsm",
51261  linebreak="cm",
51262  unicodeslot=0x1AB6,
51263 },
51264 [0x1AB7]={
51265  category="mn",
51266  combining=0xDC,
51267  description="COMBINING OPEN MARK BELOW",
51268  direction="nsm",
51269  linebreak="cm",
51270  unicodeslot=0x1AB7,
51271 },
51272 [0x1AB8]={
51273  category="mn",
51274  combining=0xDC,
51275  description="COMBINING DOUBLE OPEN MARK BELOW",
51276  direction="nsm",
51277  linebreak="cm",
51278  unicodeslot=0x1AB8,
51279 },
51280 [0x1AB9]={
51281  category="mn",
51282  combining=0xDC,
51283  description="COMBINING LIGHT CENTRALIZATION STROKE BELOW",
51284  direction="nsm",
51285  linebreak="cm",
51286  unicodeslot=0x1AB9,
51287 },
51288 [0x1ABA]={
51289  category="mn",
51290  combining=0xDC,
51291  description="COMBINING STRONG CENTRALIZATION STROKE BELOW",
51292  direction="nsm",
51293  linebreak="cm",
51294  unicodeslot=0x1ABA,
51295 },
51296 [0x1ABB]={
51297  category="mn",
51298  combining=0xE6,
51299  description="COMBINING PARENTHESES ABOVE",
51300  direction="nsm",
51301  linebreak="cm",
51302  unicodeslot=0x1ABB,
51303 },
51304 [0x1ABC]={
51305  category="mn",
51306  combining=0xE6,
51307  description="COMBINING DOUBLE PARENTHESES ABOVE",
51308  direction="nsm",
51309  linebreak="cm",
51310  unicodeslot=0x1ABC,
51311 },
51312 [0x1ABD]={
51313  category="mn",
51314  combining=0xDC,
51315  description="COMBINING PARENTHESES BELOW",
51316  direction="nsm",
51317  linebreak="cm",
51318  unicodeslot=0x1ABD,
51319 },
51320 [0x1ABE]={
51321  category="me",
51322  description="COMBINING PARENTHESES OVERLAY",
51323  direction="nsm",
51324  linebreak="cm",
51325  unicodeslot=0x1ABE,
51326 },
51327 [0x1ABF]={
51328  category="mn",
51329  combining=0xDC,
51330  description="COMBINING LATIN SMALL LETTER W BELOW",
51331  direction="nsm",
51332  linebreak="cm",
51333  unicodeslot=0x1ABF,
51334 },
51335 [0x1AC0]={
51336  category="mn",
51337  combining=0xDC,
51338  description="COMBINING LATIN SMALL LETTER TURNED W BELOW",
51339  direction="nsm",
51340  linebreak="cm",
51341  unicodeslot=0x1AC0,
51342 },
51343 [0x1AC1]={
51344  category="mn",
51345  combining=0xE6,
51346  description="COMBINING LEFT PARENTHESIS ABOVE LEFT",
51347  direction="nsm",
51348  linebreak="cm",
51349  unicodeslot=0x1AC1,
51350 },
51351 [0x1AC2]={
51352  category="mn",
51353  combining=0xE6,
51354  description="COMBINING RIGHT PARENTHESIS ABOVE RIGHT",
51355  direction="nsm",
51356  linebreak="cm",
51357  unicodeslot=0x1AC2,
51358 },
51359 [0x1AC3]={
51360  category="mn",
51361  combining=0xDC,
51362  description="COMBINING LEFT PARENTHESIS BELOW LEFT",
51363  direction="nsm",
51364  linebreak="cm",
51365  unicodeslot=0x1AC3,
51366 },
51367 [0x1AC4]={
51368  category="mn",
51369  combining=0xDC,
51370  description="COMBINING RIGHT PARENTHESIS BELOW RIGHT",
51371  direction="nsm",
51372  linebreak="cm",
51373  unicodeslot=0x1AC4,
51374 },
51375 [0x1AC5]={
51376  category="mn",
51377  combining=0xE6,
51378  description="COMBINING SQUARE BRACKETS ABOVE",
51379  direction="nsm",
51380  linebreak="cm",
51381  unicodeslot=0x1AC5,
51382 },
51383 [0x1AC6]={
51384  category="mn",
51385  combining=0xE6,
51386  description="COMBINING NUMBER SIGN ABOVE",
51387  direction="nsm",
51388  linebreak="cm",
51389  unicodeslot=0x1AC6,
51390 },
51391 [0x1AC7]={
51392  category="mn",
51393  combining=0xE6,
51394  description="COMBINING INVERTED DOUBLE ARCH ABOVE",
51395  direction="nsm",
51396  linebreak="cm",
51397  unicodeslot=0x1AC7,
51398 },
51399 [0x1AC8]={
51400  category="mn",
51401  combining=0xE6,
51402  description="COMBINING PLUS SIGN ABOVE",
51403  direction="nsm",
51404  linebreak="cm",
51405  unicodeslot=0x1AC8,
51406 },
51407 [0x1AC9]={
51408  category="mn",
51409  combining=0xE6,
51410  description="COMBINING DOUBLE PLUS SIGN ABOVE",
51411  direction="nsm",
51412  linebreak="cm",
51413  unicodeslot=0x1AC9,
51414 },
51415 [0x1ACA]={
51416  category="mn",
51417  combining=0xDC,
51418  description="COMBINING DOUBLE PLUS SIGN BELOW",
51419  direction="nsm",
51420  linebreak="cm",
51421  unicodeslot=0x1ACA,
51422 },
51423 [0x1ACB]={
51424  category="mn",
51425  combining=0xE6,
51426  description="COMBINING TRIPLE ACUTE ACCENT",
51427  direction="nsm",
51428  linebreak="cm",
51429  unicodeslot=0x1ACB,
51430 },
51431 [0x1ACC]={
51432  category="mn",
51433  combining=0xE6,
51434  description="COMBINING LATIN SMALL LETTER INSULAR G",
51435  direction="nsm",
51436  linebreak="cm",
51437  unicodeslot=0x1ACC,
51438 },
51439 [0x1ACD]={
51440  category="mn",
51441  combining=0xE6,
51442  description="COMBINING LATIN SMALL LETTER INSULAR R",
51443  direction="nsm",
51444  linebreak="cm",
51445  unicodeslot=0x1ACD,
51446 },
51447 [0x1ACE]={
51448  category="mn",
51449  combining=0xE6,
51450  description="COMBINING LATIN SMALL LETTER INSULAR T",
51451  direction="nsm",
51452  linebreak="cm",
51453  unicodeslot=0x1ACE,
51454 },
51455 [0x1B00]={
51456  category="mn",
51457  description="BALINESE SIGN ULU RICEM",
51458  direction="nsm",
51459  linebreak="cm",
51460  unicodeslot=0x1B00,
51461 },
51462 [0x1B01]={
51463  category="mn",
51464  description="BALINESE SIGN ULU CANDRA",
51465  direction="nsm",
51466  linebreak="cm",
51467  unicodeslot=0x1B01,
51468 },
51469 [0x1B02]={
51470  category="mn",
51471  description="BALINESE SIGN CECEK",
51472  direction="nsm",
51473  linebreak="cm",
51474  unicodeslot=0x1B02,
51475 },
51476 [0x1B03]={
51477  category="mn",
51478  description="BALINESE SIGN SURANG",
51479  direction="nsm",
51480  linebreak="cm",
51481  unicodeslot=0x1B03,
51482 },
51483 [0x1B04]={
51484  category="mc",
51485  description="BALINESE SIGN BISAH",
51486  direction="l",
51487  linebreak="cm",
51488  unicodeslot=0x1B04,
51489 },
51490 [0x1B05]={
51491  category="lo",
51492  description="BALINESE LETTER AKARA",
51493  direction="l",
51494  linebreak="ak",
51495  unicodeslot=0x1B05,
51496 },
51497 [0x1B06]={
51498  category="lo",
51499  description="BALINESE LETTER AKARA TEDUNG",
51500  direction="l",
51501  linebreak="ak",
51502  specials={ "char", 0x1B05, 0x1B35 },
51503  unicodeslot=0x1B06,
51504 },
51505 [0x1B07]={
51506  category="lo",
51507  description="BALINESE LETTER IKARA",
51508  direction="l",
51509  linebreak="ak",
51510  unicodeslot=0x1B07,
51511 },
51512 [0x1B08]={
51513  category="lo",
51514  description="BALINESE LETTER IKARA TEDUNG",
51515  direction="l",
51516  linebreak="ak",
51517  specials={ "char", 0x1B07, 0x1B35 },
51518  unicodeslot=0x1B08,
51519 },
51520 [0x1B09]={
51521  category="lo",
51522  description="BALINESE LETTER UKARA",
51523  direction="l",
51524  linebreak="ak",
51525  unicodeslot=0x1B09,
51526 },
51527 [0x1B0A]={
51528  category="lo",
51529  description="BALINESE LETTER UKARA TEDUNG",
51530  direction="l",
51531  linebreak="ak",
51532  specials={ "char", 0x1B09, 0x1B35 },
51533  unicodeslot=0x1B0A,
51534 },
51535 [0x1B0B]={
51536  category="lo",
51537  description="BALINESE LETTER RA REPA",
51538  direction="l",
51539  linebreak="ak",
51540  unicodeslot=0x1B0B,
51541 },
51542 [0x1B0C]={
51543  category="lo",
51544  description="BALINESE LETTER RA REPA TEDUNG",
51545  direction="l",
51546  linebreak="ak",
51547  specials={ "char", 0x1B0B, 0x1B35 },
51548  unicodeslot=0x1B0C,
51549 },
51550 [0x1B0D]={
51551  category="lo",
51552  description="BALINESE LETTER LA LENGA",
51553  direction="l",
51554  linebreak="ak",
51555  unicodeslot=0x1B0D,
51556 },
51557 [0x1B0E]={
51558  category="lo",
51559  description="BALINESE LETTER LA LENGA TEDUNG",
51560  direction="l",
51561  linebreak="ak",
51562  specials={ "char", 0x1B0D, 0x1B35 },
51563  unicodeslot=0x1B0E,
51564 },
51565 [0x1B0F]={
51566  category="lo",
51567  description="BALINESE LETTER EKARA",
51568  direction="l",
51569  linebreak="ak",
51570  unicodeslot=0x1B0F,
51571 },
51572 [0x1B10]={
51573  category="lo",
51574  description="BALINESE LETTER AIKARA",
51575  direction="l",
51576  linebreak="ak",
51577  unicodeslot=0x1B10,
51578 },
51579 [0x1B11]={
51580  category="lo",
51581  description="BALINESE LETTER OKARA",
51582  direction="l",
51583  linebreak="ak",
51584  unicodeslot=0x1B11,
51585 },
51586 [0x1B12]={
51587  category="lo",
51588  description="BALINESE LETTER OKARA TEDUNG",
51589  direction="l",
51590  linebreak="ak",
51591  specials={ "char", 0x1B11, 0x1B35 },
51592  unicodeslot=0x1B12,
51593 },
51594 [0x1B13]={
51595  category="lo",
51596  description="BALINESE LETTER KA",
51597  direction="l",
51598  linebreak="ak",
51599  unicodeslot=0x1B13,
51600 },
51601 [0x1B14]={
51602  category="lo",
51603  description="BALINESE LETTER KA MAHAPRANA",
51604  direction="l",
51605  linebreak="ak",
51606  unicodeslot=0x1B14,
51607 },
51608 [0x1B15]={
51609  category="lo",
51610  description="BALINESE LETTER GA",
51611  direction="l",
51612  linebreak="ak",
51613  unicodeslot=0x1B15,
51614 },
51615 [0x1B16]={
51616  category="lo",
51617  description="BALINESE LETTER GA GORA",
51618  direction="l",
51619  linebreak="ak",
51620  unicodeslot=0x1B16,
51621 },
51622 [0x1B17]={
51623  category="lo",
51624  description="BALINESE LETTER NGA",
51625  direction="l",
51626  linebreak="ak",
51627  unicodeslot=0x1B17,
51628 },
51629 [0x1B18]={
51630  category="lo",
51631  description="BALINESE LETTER CA",
51632  direction="l",
51633  linebreak="ak",
51634  unicodeslot=0x1B18,
51635 },
51636 [0x1B19]={
51637  category="lo",
51638  description="BALINESE LETTER CA LACA",
51639  direction="l",
51640  linebreak="ak",
51641  unicodeslot=0x1B19,
51642 },
51643 [0x1B1A]={
51644  category="lo",
51645  description="BALINESE LETTER JA",
51646  direction="l",
51647  linebreak="ak",
51648  unicodeslot=0x1B1A,
51649 },
51650 [0x1B1B]={
51651  category="lo",
51652  description="BALINESE LETTER JA JERA",
51653  direction="l",
51654  linebreak="ak",
51655  unicodeslot=0x1B1B,
51656 },
51657 [0x1B1C]={
51658  category="lo",
51659  description="BALINESE LETTER NYA",
51660  direction="l",
51661  linebreak="ak",
51662  unicodeslot=0x1B1C,
51663 },
51664 [0x1B1D]={
51665  category="lo",
51666  description="BALINESE LETTER TA LATIK",
51667  direction="l",
51668  linebreak="ak",
51669  unicodeslot=0x1B1D,
51670 },
51671 [0x1B1E]={
51672  category="lo",
51673  description="BALINESE LETTER TA MURDA MAHAPRANA",
51674  direction="l",
51675  linebreak="ak",
51676  unicodeslot=0x1B1E,
51677 },
51678 [0x1B1F]={
51679  category="lo",
51680  description="BALINESE LETTER DA MURDA ALPAPRANA",
51681  direction="l",
51682  linebreak="ak",
51683  unicodeslot=0x1B1F,
51684 },
51685 [0x1B20]={
51686  category="lo",
51687  description="BALINESE LETTER DA MURDA MAHAPRANA",
51688  direction="l",
51689  linebreak="ak",
51690  unicodeslot=0x1B20,
51691 },
51692 [0x1B21]={
51693  category="lo",
51694  description="BALINESE LETTER NA RAMBAT",
51695  direction="l",
51696  linebreak="ak",
51697  unicodeslot=0x1B21,
51698 },
51699 [0x1B22]={
51700  category="lo",
51701  description="BALINESE LETTER TA",
51702  direction="l",
51703  linebreak="ak",
51704  unicodeslot=0x1B22,
51705 },
51706 [0x1B23]={
51707  category="lo",
51708  description="BALINESE LETTER TA TAWA",
51709  direction="l",
51710  linebreak="ak",
51711  unicodeslot=0x1B23,
51712 },
51713 [0x1B24]={
51714  category="lo",
51715  description="BALINESE LETTER DA",
51716  direction="l",
51717  linebreak="ak",
51718  unicodeslot=0x1B24,
51719 },
51720 [0x1B25]={
51721  category="lo",
51722  description="BALINESE LETTER DA MADU",
51723  direction="l",
51724  linebreak="ak",
51725  unicodeslot=0x1B25,
51726 },
51727 [0x1B26]={
51728  category="lo",
51729  description="BALINESE LETTER NA",
51730  direction="l",
51731  linebreak="ak",
51732  unicodeslot=0x1B26,
51733 },
51734 [0x1B27]={
51735  category="lo",
51736  description="BALINESE LETTER PA",
51737  direction="l",
51738  linebreak="ak",
51739  unicodeslot=0x1B27,
51740 },
51741 [0x1B28]={
51742  category="lo",
51743  description="BALINESE LETTER PA KAPAL",
51744  direction="l",
51745  linebreak="ak",
51746  unicodeslot=0x1B28,
51747 },
51748 [0x1B29]={
51749  category="lo",
51750  description="BALINESE LETTER BA",
51751  direction="l",
51752  linebreak="ak",
51753  unicodeslot=0x1B29,
51754 },
51755 [0x1B2A]={
51756  category="lo",
51757  description="BALINESE LETTER BA KEMBANG",
51758  direction="l",
51759  linebreak="ak",
51760  unicodeslot=0x1B2A,
51761 },
51762 [0x1B2B]={
51763  category="lo",
51764  description="BALINESE LETTER MA",
51765  direction="l",
51766  linebreak="ak",
51767  unicodeslot=0x1B2B,
51768 },
51769 [0x1B2C]={
51770  category="lo",
51771  description="BALINESE LETTER YA",
51772  direction="l",
51773  linebreak="ak",
51774  unicodeslot=0x1B2C,
51775 },
51776 [0x1B2D]={
51777  category="lo",
51778  description="BALINESE LETTER RA",
51779  direction="l",
51780  linebreak="ak",
51781  unicodeslot=0x1B2D,
51782 },
51783 [0x1B2E]={
51784  category="lo",
51785  description="BALINESE LETTER LA",
51786  direction="l",
51787  linebreak="ak",
51788  unicodeslot=0x1B2E,
51789 },
51790 [0x1B2F]={
51791  category="lo",
51792  description="BALINESE LETTER WA",
51793  direction="l",
51794  linebreak="ak",
51795  unicodeslot=0x1B2F,
51796 },
51797 [0x1B30]={
51798  category="lo",
51799  description="BALINESE LETTER SA SAGA",
51800  direction="l",
51801  linebreak="ak",
51802  unicodeslot=0x1B30,
51803 },
51804 [0x1B31]={
51805  category="lo",
51806  description="BALINESE LETTER SA SAPA",
51807  direction="l",
51808  linebreak="ak",
51809  unicodeslot=0x1B31,
51810 },
51811 [0x1B32]={
51812  category="lo",
51813  description="BALINESE LETTER SA",
51814  direction="l",
51815  linebreak="ak",
51816  unicodeslot=0x1B32,
51817 },
51818 [0x1B33]={
51819  category="lo",
51820  description="BALINESE LETTER HA",
51821  direction="l",
51822  linebreak="ak",
51823  unicodeslot=0x1B33,
51824 },
51825 [0x1B34]={
51826  category="mn",
51827  combining=0x7,
51828  description="BALINESE SIGN REREKAN",
51829  direction="nsm",
51830  linebreak="cm",
51831  unicodeslot=0x1B34,
51832 },
51833 [0x1B35]={
51834  category="mc",
51835  description="BALINESE VOWEL SIGN TEDUNG",
51836  direction="l",
51837  linebreak="cm",
51838  unicodeslot=0x1B35,
51839 },
51840 [0x1B36]={
51841  category="mn",
51842  description="BALINESE VOWEL SIGN ULU",
51843  direction="nsm",
51844  linebreak="cm",
51845  unicodeslot=0x1B36,
51846 },
51847 [0x1B37]={
51848  category="mn",
51849  description="BALINESE VOWEL SIGN ULU SARI",
51850  direction="nsm",
51851  linebreak="cm",
51852  unicodeslot=0x1B37,
51853 },
51854 [0x1B38]={
51855  category="mn",
51856  description="BALINESE VOWEL SIGN SUKU",
51857  direction="nsm",
51858  linebreak="cm",
51859  unicodeslot=0x1B38,
51860 },
51861 [0x1B39]={
51862  category="mn",
51863  description="BALINESE VOWEL SIGN SUKU ILUT",
51864  direction="nsm",
51865  linebreak="cm",
51866  unicodeslot=0x1B39,
51867 },
51868 [0x1B3A]={
51869  category="mn",
51870  description="BALINESE VOWEL SIGN RA REPA",
51871  direction="nsm",
51872  linebreak="cm",
51873  unicodeslot=0x1B3A,
51874 },
51875 [0x1B3B]={
51876  category="mc",
51877  description="BALINESE VOWEL SIGN RA REPA TEDUNG",
51878  direction="l",
51879  linebreak="cm",
51880  specials={ "char", 0x1B3A, 0x1B35 },
51881  unicodeslot=0x1B3B,
51882 },
51883 [0x1B3C]={
51884  category="mn",
51885  description="BALINESE VOWEL SIGN LA LENGA",
51886  direction="nsm",
51887  linebreak="cm",
51888  unicodeslot=0x1B3C,
51889 },
51890 [0x1B3D]={
51891  category="mc",
51892  description="BALINESE VOWEL SIGN LA LENGA TEDUNG",
51893  direction="l",
51894  linebreak="cm",
51895  specials={ "char", 0x1B3C, 0x1B35 },
51896  unicodeslot=0x1B3D,
51897 },
51898 [0x1B3E]={
51899  category="mc",
51900  description="BALINESE VOWEL SIGN TALING",
51901  direction="l",
51902  linebreak="cm",
51903  unicodeslot=0x1B3E,
51904 },
51905 [0x1B3F]={
51906  category="mc",
51907  description="BALINESE VOWEL SIGN TALING REPA",
51908  direction="l",
51909  linebreak="cm",
51910  unicodeslot=0x1B3F,
51911 },
51912 [0x1B40]={
51913  category="mc",
51914  description="BALINESE VOWEL SIGN TALING TEDUNG",
51915  direction="l",
51916  linebreak="cm",
51917  specials={ "char", 0x1B3E, 0x1B35 },
51918  unicodeslot=0x1B40,
51919 },
51920 [0x1B41]={
51921  category="mc",
51922  description="BALINESE VOWEL SIGN TALING REPA TEDUNG",
51923  direction="l",
51924  linebreak="cm",
51925  specials={ "char", 0x1B3F, 0x1B35 },
51926  unicodeslot=0x1B41,
51927 },
51928 [0x1B42]={
51929  category="mn",
51930  description="BALINESE VOWEL SIGN PEPET",
51931  direction="nsm",
51932  linebreak="cm",
51933  unicodeslot=0x1B42,
51934 },
51935 [0x1B43]={
51936  category="mc",
51937  description="BALINESE VOWEL SIGN PEPET TEDUNG",
51938  direction="l",
51939  linebreak="cm",
51940  specials={ "char", 0x1B42, 0x1B35 },
51941  unicodeslot=0x1B43,
51942 },
51943 [0x1B44]={
51944  category="mc",
51945  combining=0x9,
51946  description="BALINESE ADEG ADEG",
51947  direction="l",
51948  linebreak="vi",
51949  unicodeslot=0x1B44,
51950 },
51951 [0x1B45]={
51952  category="lo",
51953  description="BALINESE LETTER KAF SASAK",
51954  direction="l",
51955  linebreak="ak",
51956  unicodeslot=0x1B45,
51957 },
51958 [0x1B46]={
51959  category="lo",
51960  description="BALINESE LETTER KHOT SASAK",
51961  direction="l",
51962  linebreak="ak",
51963  unicodeslot=0x1B46,
51964 },
51965 [0x1B47]={
51966  category="lo",
51967  description="BALINESE LETTER TZIR SASAK",
51968  direction="l",
51969  linebreak="ak",
51970  unicodeslot=0x1B47,
51971 },
51972 [0x1B48]={
51973  category="lo",
51974  description="BALINESE LETTER EF SASAK",
51975  direction="l",
51976  linebreak="ak",
51977  unicodeslot=0x1B48,
51978 },
51979 [0x1B49]={
51980  category="lo",
51981  description="BALINESE LETTER VE SASAK",
51982  direction="l",
51983  linebreak="ak",
51984  unicodeslot=0x1B49,
51985 },
51986 [0x1B4A]={
51987  category="lo",
51988  description="BALINESE LETTER ZAL SASAK",
51989  direction="l",
51990  linebreak="ak",
51991  unicodeslot=0x1B4A,
51992 },
51993 [0x1B4B]={
51994  category="lo",
51995  description="BALINESE LETTER ASYURA SASAK",
51996  direction="l",
51997  linebreak="ak",
51998  unicodeslot=0x1B4B,
51999 },
52000 [0x1B4C]={
52001  category="lo",
52002  description="BALINESE LETTER ARCHAIC JNYA",
52003  direction="l",
52004  linebreak="ak",
52005  unicodeslot=0x1B4C,
52006 },
52007 [0x1B50]={
52008  category="nd",
52009  description="BALINESE DIGIT ZERO",
52010  direction="l",
52011  linebreak="id",
52012  unicodeslot=0x1B50,
52013 },
52014 [0x1B51]={
52015  category="nd",
52016  description="BALINESE DIGIT ONE",
52017  direction="l",
52018  linebreak="id",
52019  unicodeslot=0x1B51,
52020 },
52021 [0x1B52]={
52022  category="nd",
52023  description="BALINESE DIGIT TWO",
52024  direction="l",
52025  linebreak="id",
52026  unicodeslot=0x1B52,
52027 },
52028 [0x1B53]={
52029  category="nd",
52030  description="BALINESE DIGIT THREE",
52031  direction="l",
52032  linebreak="id",
52033  unicodeslot=0x1B53,
52034 },
52035 [0x1B54]={
52036  category="nd",
52037  description="BALINESE DIGIT FOUR",
52038  direction="l",
52039  linebreak="id",
52040  unicodeslot=0x1B54,
52041 },
52042 [0x1B55]={
52043  category="nd",
52044  description="BALINESE DIGIT FIVE",
52045  direction="l",
52046  linebreak="id",
52047  unicodeslot=0x1B55,
52048 },
52049 [0x1B56]={
52050  category="nd",
52051  description="BALINESE DIGIT SIX",
52052  direction="l",
52053  linebreak="id",
52054  unicodeslot=0x1B56,
52055 },
52056 [0x1B57]={
52057  category="nd",
52058  description="BALINESE DIGIT SEVEN",
52059  direction="l",
52060  linebreak="id",
52061  unicodeslot=0x1B57,
52062 },
52063 [0x1B58]={
52064  category="nd",
52065  description="BALINESE DIGIT EIGHT",
52066  direction="l",
52067  linebreak="id",
52068  unicodeslot=0x1B58,
52069 },
52070 [0x1B59]={
52071  category="nd",
52072  description="BALINESE DIGIT NINE",
52073  direction="l",
52074  linebreak="id",
52075  unicodeslot=0x1B59,
52076 },
52077 [0x1B5A]={
52078  category="po",
52079  description="BALINESE PANTI",
52080  direction="l",
52081  linebreak="ba",
52082  unicodeslot=0x1B5A,
52083 },
52084 [0x1B5B]={
52085  category="po",
52086  description="BALINESE PAMADA",
52087  direction="l",
52088  linebreak="ba",
52089  unicodeslot=0x1B5B,
52090 },
52091 [0x1B5C]={
52092  category="po",
52093  description="BALINESE WINDU",
52094  direction="l",
52095  linebreak="id",
52096  unicodeslot=0x1B5C,
52097 },
52098 [0x1B5D]={
52099  category="po",
52100  description="BALINESE CARIK PAMUNGKAH",
52101  direction="l",
52102  linebreak="ba",
52103  unicodeslot=0x1B5D,
52104 },
52105 [0x1B5E]={
52106  category="po",
52107  description="BALINESE CARIK SIKI",
52108  direction="l",
52109  linebreak="ba",
52110  unicodeslot=0x1B5E,
52111 },
52112 [0x1B5F]={
52113  category="po",
52114  description="BALINESE CARIK PAREREN",
52115  direction="l",
52116  linebreak="ba",
52117  unicodeslot=0x1B5F,
52118 },
52119 [0x1B60]={
52120  category="po",
52121  description="BALINESE PAMENENG",
52122  direction="l",
52123  linebreak="ba",
52124  unicodeslot=0x1B60,
52125 },
52126 [0x1B61]={
52127  category="so",
52128  description="BALINESE MUSICAL SYMBOL DONG",
52129  direction="l",
52130  linebreak="id",
52131  unicodeslot=0x1B61,
52132 },
52133 [0x1B62]={
52134  category="so",
52135  description="BALINESE MUSICAL SYMBOL DENG",
52136  direction="l",
52137  linebreak="id",
52138  unicodeslot=0x1B62,
52139 },
52140 [0x1B63]={
52141  category="so",
52142  description="BALINESE MUSICAL SYMBOL DUNG",
52143  direction="l",
52144  linebreak="id",
52145  unicodeslot=0x1B63,
52146 },
52147 [0x1B64]={
52148  category="so",
52149  description="BALINESE MUSICAL SYMBOL DANG",
52150  direction="l",
52151  linebreak="id",
52152  unicodeslot=0x1B64,
52153 },
52154 [0x1B65]={
52155  category="so",
52156  description="BALINESE MUSICAL SYMBOL DANG SURANG",
52157  direction="l",
52158  linebreak="id",
52159  unicodeslot=0x1B65,
52160 },
52161 [0x1B66]={
52162  category="so",
52163  description="BALINESE MUSICAL SYMBOL DING",
52164  direction="l",
52165  linebreak="id",
52166  unicodeslot=0x1B66,
52167 },
52168 [0x1B67]={
52169  category="so",
52170  description="BALINESE MUSICAL SYMBOL DAENG",
52171  direction="l",
52172  linebreak="id",
52173  unicodeslot=0x1B67,
52174 },
52175 [0x1B68]={
52176  category="so",
52177  description="BALINESE MUSICAL SYMBOL DEUNG",
52178  direction="l",
52179  linebreak="id",
52180  unicodeslot=0x1B68,
52181 },
52182 [0x1B69]={
52183  category="so",
52184  description="BALINESE MUSICAL SYMBOL DAING",
52185  direction="l",
52186  linebreak="id",
52187  unicodeslot=0x1B69,
52188 },
52189 [0x1B6A]={
52190  category="so",
52191  description="BALINESE MUSICAL SYMBOL DANG GEDE",
52192  direction="l",
52193  linebreak="id",
52194  unicodeslot=0x1B6A,
52195 },
52196 [0x1B6B]={
52197  category="mn",
52198  combining=0xE6,
52199  description="BALINESE MUSICAL SYMBOL COMBINING TEGEH",
52200  direction="nsm",
52201  linebreak="cm",
52202  unicodeslot=0x1B6B,
52203 },
52204 [0x1B6C]={
52205  category="mn",
52206  combining=0xDC,
52207  description="BALINESE MUSICAL SYMBOL COMBINING ENDEP",
52208  direction="nsm",
52209  linebreak="cm",
52210  unicodeslot=0x1B6C,
52211 },
52212 [0x1B6D]={
52213  category="mn",
52214  combining=0xE6,
52215  description="BALINESE MUSICAL SYMBOL COMBINING KEMPUL",
52216  direction="nsm",
52217  linebreak="cm",
52218  unicodeslot=0x1B6D,
52219 },
52220 [0x1B6E]={
52221  category="mn",
52222  combining=0xE6,
52223  description="BALINESE MUSICAL SYMBOL COMBINING KEMPLI",
52224  direction="nsm",
52225  linebreak="cm",
52226  unicodeslot=0x1B6E,
52227 },
52228 [0x1B6F]={
52229  category="mn",
52230  combining=0xE6,
52231  description="BALINESE MUSICAL SYMBOL COMBINING JEGOGAN",
52232  direction="nsm",
52233  linebreak="cm",
52234  unicodeslot=0x1B6F,
52235 },
52236 [0x1B70]={
52237  category="mn",
52238  combining=0xE6,
52239  description="BALINESE MUSICAL SYMBOL COMBINING KEMPUL WITH JEGOGAN",
52240  direction="nsm",
52241  linebreak="cm",
52242  unicodeslot=0x1B70,
52243 },
52244 [0x1B71]={
52245  category="mn",
52246  combining=0xE6,
52247  description="BALINESE MUSICAL SYMBOL COMBINING KEMPLI WITH JEGOGAN",
52248  direction="nsm",
52249  linebreak="cm",
52250  unicodeslot=0x1B71,
52251 },
52252 [0x1B72]={
52253  category="mn",
52254  combining=0xE6,
52255  description="BALINESE MUSICAL SYMBOL COMBINING BENDE",
52256  direction="nsm",
52257  linebreak="cm",
52258  unicodeslot=0x1B72,
52259 },
52260 [0x1B73]={
52261  category="mn",
52262  combining=0xE6,
52263  description="BALINESE MUSICAL SYMBOL COMBINING GONG",
52264  direction="nsm",
52265  linebreak="cm",
52266  unicodeslot=0x1B73,
52267 },
52268 [0x1B74]={
52269  category="so",
52270  description="BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DUG",
52271  direction="l",
52272  linebreak="id",
52273  unicodeslot=0x1B74,
52274 },
52275 [0x1B75]={
52276  category="so",
52277  description="BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DAG",
52278  direction="l",
52279  linebreak="id",
52280  unicodeslot=0x1B75,
52281 },
52282 [0x1B76]={
52283  category="so",
52284  description="BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TUK",
52285  direction="l",
52286  linebreak="id",
52287  unicodeslot=0x1B76,
52288 },
52289 [0x1B77]={
52290  category="so",
52291  description="BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TAK",
52292  direction="l",
52293  linebreak="id",
52294  unicodeslot=0x1B77,
52295 },
52296 [0x1B78]={
52297  category="so",
52298  description="BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PANG",
52299  direction="l",
52300  linebreak="id",
52301  unicodeslot=0x1B78,
52302 },
52303 [0x1B79]={
52304  category="so",
52305  description="BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PUNG",
52306  direction="l",
52307  linebreak="id",
52308  unicodeslot=0x1B79,
52309 },
52310 [0x1B7A]={
52311  category="so",
52312  description="BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLAK",
52313  direction="l",
52314  linebreak="id",
52315  unicodeslot=0x1B7A,
52316 },
52317 [0x1B7B]={
52318  category="so",
52319  description="BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLUK",
52320  direction="l",
52321  linebreak="id",
52322  unicodeslot=0x1B7B,
52323 },
52324 [0x1B7C]={
52325  category="so",
52326  description="BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PING",
52327  direction="l",
52328  linebreak="id",
52329  unicodeslot=0x1B7C,
52330 },
52331 [0x1B7D]={
52332  category="po",
52333  description="BALINESE PANTI LANTANG",
52334  direction="l",
52335  linebreak="ba",
52336  unicodeslot=0x1B7D,
52337 },
52338 [0x1B7E]={
52339  category="po",
52340  description="BALINESE PAMADA LANTANG",
52341  direction="l",
52342  linebreak="ba",
52343  unicodeslot=0x1B7E,
52344 },
52345 [0x1B80]={
52346  category="mn",
52347  description="SUNDANESE SIGN PANYECEK",
52348  direction="nsm",
52349  linebreak="cm",
52350  unicodeslot=0x1B80,
52351 },
52352 [0x1B81]={
52353  category="mn",
52354  description="SUNDANESE SIGN PANGLAYAR",
52355  direction="nsm",
52356  linebreak="cm",
52357  unicodeslot=0x1B81,
52358 },
52359 [0x1B82]={
52360  category="mc",
52361  description="SUNDANESE SIGN PANGWISAD",
52362  direction="l",
52363  linebreak="cm",
52364  unicodeslot=0x1B82,
52365 },
52366 [0x1B83]={
52367  category="lo",
52368  description="SUNDANESE LETTER A",
52369  direction="l",
52370  linebreak="al",
52371  unicodeslot=0x1B83,
52372 },
52373 [0x1B84]={
52374  category="lo",
52375  description="SUNDANESE LETTER I",
52376  direction="l",
52377  linebreak="al",
52378  unicodeslot=0x1B84,
52379 },
52380 [0x1B85]={
52381  category="lo",
52382  description="SUNDANESE LETTER U",
52383  direction="l",
52384  linebreak="al",
52385  unicodeslot=0x1B85,
52386 },
52387 [0x1B86]={
52388  category="lo",
52389  description="SUNDANESE LETTER AE",
52390  direction="l",
52391  linebreak="al",
52392  unicodeslot=0x1B86,
52393 },
52394 [0x1B87]={
52395  category="lo",
52396  description="SUNDANESE LETTER O",
52397  direction="l",
52398  linebreak="al",
52399  unicodeslot=0x1B87,
52400 },
52401 [0x1B88]={
52402  category="lo",
52403  description="SUNDANESE LETTER E",
52404  direction="l",
52405  linebreak="al",
52406  unicodeslot=0x1B88,
52407 },
52408 [0x1B89]={
52409  category="lo",
52410  description="SUNDANESE LETTER EU",
52411  direction="l",
52412  linebreak="al",
52413  unicodeslot=0x1B89,
52414 },
52415 [0x1B8A]={
52416  category="lo",
52417  description="SUNDANESE LETTER KA",
52418  direction="l",
52419  linebreak="al",
52420  unicodeslot=0x1B8A,
52421 },
52422 [0x1B8B]={
52423  category="lo",
52424  description="SUNDANESE LETTER QA",
52425  direction="l",
52426  linebreak="al",
52427  unicodeslot=0x1B8B,
52428 },
52429 [0x1B8C]={
52430  category="lo",
52431  description="SUNDANESE LETTER GA",
52432  direction="l",
52433  linebreak="al",
52434  unicodeslot=0x1B8C,
52435 },
52436 [0x1B8D]={
52437  category="lo",
52438  description="SUNDANESE LETTER NGA",
52439  direction="l",
52440  linebreak="al",
52441  unicodeslot=0x1B8D,
52442 },
52443 [0x1B8E]={
52444  category="lo",
52445  description="SUNDANESE LETTER CA",
52446  direction="l",
52447  linebreak="al",
52448  unicodeslot=0x1B8E,
52449 },
52450 [0x1B8F]={
52451  category="lo",
52452  description="SUNDANESE LETTER JA",
52453  direction="l",
52454  linebreak="al",
52455  unicodeslot=0x1B8F,
52456 },
52457 [0x1B90]={
52458  category="lo",
52459  description="SUNDANESE LETTER ZA",
52460  direction="l",
52461  linebreak="al",
52462  unicodeslot=0x1B90,
52463 },
52464 [0x1B91]={
52465  category="lo",
52466  description="SUNDANESE LETTER NYA",
52467  direction="l",
52468  linebreak="al",
52469  unicodeslot=0x1B91,
52470 },
52471 [0x1B92]={
52472  category="lo",
52473  description="SUNDANESE LETTER TA",
52474  direction="l",
52475  linebreak="al",
52476  unicodeslot=0x1B92,
52477 },
52478 [0x1B93]={
52479  category="lo",
52480  description="SUNDANESE LETTER DA",
52481  direction="l",
52482  linebreak="al",
52483  unicodeslot=0x1B93,
52484 },
52485 [0x1B94]={
52486  category="lo",
52487  description="SUNDANESE LETTER NA",
52488  direction="l",
52489  linebreak="al",
52490  unicodeslot=0x1B94,
52491 },
52492 [0x1B95]={
52493  category="lo",
52494  description="SUNDANESE LETTER PA",
52495  direction="l",
52496  linebreak="al",
52497  unicodeslot=0x1B95,
52498 },
52499 [0x1B96]={
52500  category="lo",
52501  description="SUNDANESE LETTER FA",
52502  direction="l",
52503  linebreak="al",
52504  unicodeslot=0x1B96,
52505 },
52506 [0x1B97]={
52507  category="lo",
52508  description="SUNDANESE LETTER VA",
52509  direction="l",
52510  linebreak="al",
52511  unicodeslot=0x1B97,
52512 },
52513 [0x1B98]={
52514  category="lo",
52515  description="SUNDANESE LETTER BA",
52516  direction="l",
52517  linebreak="al",
52518  unicodeslot=0x1B98,
52519 },
52520 [0x1B99]={
52521  category="lo",
52522  description="SUNDANESE LETTER MA",
52523  direction="l",
52524  linebreak="al",
52525  unicodeslot=0x1B99,
52526 },
52527 [0x1B9A]={
52528  category="lo",
52529  description="SUNDANESE LETTER YA",
52530  direction="l",
52531  linebreak="al",
52532  unicodeslot=0x1B9A,
52533 },
52534 [0x1B9B]={
52535  category="lo",
52536  description="SUNDANESE LETTER RA",
52537  direction="l",
52538  linebreak="al",
52539  unicodeslot=0x1B9B,
52540 },
52541 [0x1B9C]={
52542  category="lo",
52543  description="SUNDANESE LETTER LA",
52544  direction="l",
52545  linebreak="al",
52546  unicodeslot=0x1B9C,
52547 },
52548 [0x1B9D]={
52549  category="lo",
52550  description="SUNDANESE LETTER WA",
52551  direction="l",
52552  linebreak="al",
52553  unicodeslot=0x1B9D,
52554 },
52555 [0x1B9E]={
52556  category="lo",
52557  description="SUNDANESE LETTER SA",
52558  direction="l",
52559  linebreak="al",
52560  unicodeslot=0x1B9E,
52561 },
52562 [0x1B9F]={
52563  category="lo",
52564  description="SUNDANESE LETTER XA",
52565  direction="l",
52566  linebreak="al",
52567  unicodeslot=0x1B9F,
52568 },
52569 [0x1BA0]={
52570  category="lo",
52571  description="SUNDANESE LETTER HA",
52572  direction="l",
52573  linebreak="al",
52574  unicodeslot=0x1BA0,
52575 },
52576 [0x1BA1]={
52577  category="mc",
52578  description="SUNDANESE CONSONANT SIGN PAMINGKAL",
52579  direction="l",
52580  linebreak="cm",
52581  unicodeslot=0x1BA1,
52582 },
52583 [0x1BA2]={
52584  category="mn",
52585  description="SUNDANESE CONSONANT SIGN PANYAKRA",
52586  direction="nsm",
52587  linebreak="cm",
52588  unicodeslot=0x1BA2,
52589 },
52590 [0x1BA3]={
52591  category="mn",
52592  description="SUNDANESE CONSONANT SIGN PANYIKU",
52593  direction="nsm",
52594  linebreak="cm",
52595  unicodeslot=0x1BA3,
52596 },
52597 [0x1BA4]={
52598  category="mn",
52599  description="SUNDANESE VOWEL SIGN PANGHULU",
52600  direction="nsm",
52601  linebreak="cm",
52602  unicodeslot=0x1BA4,
52603 },
52604 [0x1BA5]={
52605  category="mn",
52606  description="SUNDANESE VOWEL SIGN PANYUKU",
52607  direction="nsm",
52608  linebreak="cm",
52609  unicodeslot=0x1BA5,
52610 },
52611 [0x1BA6]={
52612  category="mc",
52613  description="SUNDANESE VOWEL SIGN PANAELAENG",
52614  direction="l",
52615  linebreak="cm",
52616  unicodeslot=0x1BA6,
52617 },
52618 [0x1BA7]={
52619  category="mc",
52620  description="SUNDANESE VOWEL SIGN PANOLONG",
52621  direction="l",
52622  linebreak="cm",
52623  unicodeslot=0x1BA7,
52624 },
52625 [0x1BA8]={
52626  category="mn",
52627  description="SUNDANESE VOWEL SIGN PAMEPET",
52628  direction="nsm",
52629  linebreak="cm",
52630  unicodeslot=0x1BA8,
52631 },
52632 [0x1BA9]={
52633  category="mn",
52634  description="SUNDANESE VOWEL SIGN PANEULEUNG",
52635  direction="nsm",
52636  linebreak="cm",
52637  unicodeslot=0x1BA9,
52638 },
52639 [0x1BAA]={
52640  category="mc",
52641  combining=0x9,
52642  description="SUNDANESE SIGN PAMAAEH",
52643  direction="l",
52644  linebreak="cm",
52645  unicodeslot=0x1BAA,
52646 },
52647 [0x1BAB]={
52648  category="mn",
52649  combining=0x9,
52650  description="SUNDANESE SIGN VIRAMA",
52651  direction="nsm",
52652  linebreak="cm",
52653  unicodeslot=0x1BAB,
52654 },
52655 [0x1BAC]={
52656  category="mc",
52657  description="SUNDANESE CONSONANT SIGN PASANGAN MA",
52658  direction="nsm",
52659  linebreak="cm",
52660  unicodeslot=0x1BAC,
52661 },
52662 [0x1BAD]={
52663  category="mc",
52664  description="SUNDANESE CONSONANT SIGN PASANGAN WA",
52665  direction="nsm",
52666  linebreak="cm",
52667  unicodeslot=0x1BAD,
52668 },
52669 [0x1BAE]={
52670  category="lo",
52671  description="SUNDANESE LETTER KHA",
52672  direction="l",
52673  linebreak="al",
52674  unicodeslot=0x1BAE,
52675 },
52676 [0x1BAF]={
52677  category="lo",
52678  description="SUNDANESE LETTER SYA",
52679  direction="l",
52680  linebreak="al",
52681  unicodeslot=0x1BAF,
52682 },
52683 [0x1BB0]={
52684  category="nd",
52685  description="SUNDANESE DIGIT ZERO",
52686  direction="l",
52687  linebreak="nu",
52688  unicodeslot=0x1BB0,
52689 },
52690 [0x1BB1]={
52691  category="nd",
52692  description="SUNDANESE DIGIT ONE",
52693  direction="l",
52694  linebreak="nu",
52695  unicodeslot=0x1BB1,
52696 },
52697 [0x1BB2]={
52698  category="nd",
52699  description="SUNDANESE DIGIT TWO",
52700  direction="l",
52701  linebreak="nu",
52702  unicodeslot=0x1BB2,
52703 },
52704 [0x1BB3]={
52705  category="nd",
52706  description="SUNDANESE DIGIT THREE",
52707  direction="l",
52708  linebreak="nu",
52709  unicodeslot=0x1BB3,
52710 },
52711 [0x1BB4]={
52712  category="nd",
52713  description="SUNDANESE DIGIT FOUR",
52714  direction="l",
52715  linebreak="nu",
52716  unicodeslot=0x1BB4,
52717 },
52718 [0x1BB5]={
52719  category="nd",
52720  description="SUNDANESE DIGIT FIVE",
52721  direction="l",
52722  linebreak="nu",
52723  unicodeslot=0x1BB5,
52724 },
52725 [0x1BB6]={
52726  category="nd",
52727  description="SUNDANESE DIGIT SIX",
52728  direction="l",
52729  linebreak="nu",
52730  unicodeslot=0x1BB6,
52731 },
52732 [0x1BB7]={
52733  category="nd",
52734  description="SUNDANESE DIGIT SEVEN",
52735  direction="l",
52736  linebreak="nu",
52737  unicodeslot=0x1BB7,
52738 },
52739 [0x1BB8]={
52740  category="nd",
52741  description="SUNDANESE DIGIT EIGHT",
52742  direction="l",
52743  linebreak="nu",
52744  unicodeslot=0x1BB8,
52745 },
52746 [0x1BB9]={
52747  category="nd",
52748  description="SUNDANESE DIGIT NINE",
52749  direction="l",
52750  linebreak="nu",
52751  unicodeslot=0x1BB9,
52752 },
52753 [0x1BBA]={
52754  category="lo",
52755  description="SUNDANESE AVAGRAHA",
52756  direction="l",
52757  linebreak="al",
52758  unicodeslot=0x1BBA,
52759 },
52760 [0x1BBB]={
52761  category="lo",
52762  description="SUNDANESE LETTER REU",
52763  direction="l",
52764  linebreak="al",
52765  unicodeslot=0x1BBB,
52766 },
52767 [0x1BBC]={
52768  category="lo",
52769  description="SUNDANESE LETTER LEU",
52770  direction="l",
52771  linebreak="al",
52772  unicodeslot=0x1BBC,
52773 },
52774 [0x1BBD]={
52775  category="lo",
52776  description="SUNDANESE LETTER BHA",
52777  direction="l",
52778  linebreak="al",
52779  unicodeslot=0x1BBD,
52780 },
52781 [0x1BBE]={
52782  category="lo",
52783  description="SUNDANESE LETTER FINAL K",
52784  direction="l",
52785  linebreak="al",
52786  unicodeslot=0x1BBE,
52787 },
52788 [0x1BBF]={
52789  category="lo",
52790  description="SUNDANESE LETTER FINAL M",
52791  direction="l",
52792  linebreak="al",
52793  unicodeslot=0x1BBF,
52794 },
52795 [0x1BC0]={
52796  category="lo",
52797  description="BATAK LETTER A",
52798  direction="l",
52799  linebreak="as",
52800  unicodeslot=0x1BC0,
52801 },
52802 [0x1BC1]={
52803  category="lo",
52804  description="BATAK LETTER SIMALUNGUN A",
52805  direction="l",
52806  linebreak="as",
52807  unicodeslot=0x1BC1,
52808 },
52809 [0x1BC2]={
52810  category="lo",
52811  description="BATAK LETTER HA",
52812  direction="l",
52813  linebreak="as",
52814  unicodeslot=0x1BC2,
52815 },
52816 [0x1BC3]={
52817  category="lo",
52818  description="BATAK LETTER SIMALUNGUN HA",
52819  direction="l",
52820  linebreak="as",
52821  unicodeslot=0x1BC3,
52822 },
52823 [0x1BC4]={
52824  category="lo",
52825  description="BATAK LETTER MANDAILING HA",
52826  direction="l",
52827  linebreak="as",
52828  unicodeslot=0x1BC4,
52829 },
52830 [0x1BC5]={
52831  category="lo",
52832  description="BATAK LETTER BA",
52833  direction="l",
52834  linebreak="as",
52835  unicodeslot=0x1BC5,
52836 },
52837 [0x1BC6]={
52838  category="lo",
52839  description="BATAK LETTER KARO BA",
52840  direction="l",
52841  linebreak="as",
52842  unicodeslot=0x1BC6,
52843 },
52844 [0x1BC7]={
52845  category="lo",
52846  description="BATAK LETTER PA",
52847  direction="l",
52848  linebreak="as",
52849  unicodeslot=0x1BC7,
52850 },
52851 [0x1BC8]={
52852  category="lo",
52853  description="BATAK LETTER SIMALUNGUN PA",
52854  direction="l",
52855  linebreak="as",
52856  unicodeslot=0x1BC8,
52857 },
52858 [0x1BC9]={
52859  category="lo",
52860  description="BATAK LETTER NA",
52861  direction="l",
52862  linebreak="as",
52863  unicodeslot=0x1BC9,
52864 },
52865 [0x1BCA]={
52866  category="lo",
52867  description="BATAK LETTER MANDAILING NA",
52868  direction="l",
52869  linebreak="as",
52870  unicodeslot=0x1BCA,
52871 },
52872 [0x1BCB]={
52873  category="lo",
52874  description="BATAK LETTER WA",
52875  direction="l",
52876  linebreak="as",
52877  unicodeslot=0x1BCB,
52878 },
52879 [0x1BCC]={
52880  category="lo",
52881  description="BATAK LETTER SIMALUNGUN WA",
52882  direction="l",
52883  linebreak="as",
52884  unicodeslot=0x1BCC,
52885 },
52886 [0x1BCD]={
52887  category="lo",
52888  description="BATAK LETTER PAKPAK WA",
52889  direction="l",
52890  linebreak="as",
52891  unicodeslot=0x1BCD,
52892 },
52893 [0x1BCE]={
52894  category="lo",
52895  description="BATAK LETTER GA",
52896  direction="l",
52897  linebreak="as",
52898  unicodeslot=0x1BCE,
52899 },
52900 [0x1BCF]={
52901  category="lo",
52902  description="BATAK LETTER SIMALUNGUN GA",
52903  direction="l",
52904  linebreak="as",
52905  unicodeslot=0x1BCF,
52906 },
52907 [0x1BD0]={
52908  category="lo",
52909  description="BATAK LETTER JA",
52910  direction="l",
52911  linebreak="as",
52912  unicodeslot=0x1BD0,
52913 },
52914 [0x1BD1]={
52915  category="lo",
52916  description="BATAK LETTER DA",
52917  direction="l",
52918  linebreak="as",
52919  unicodeslot=0x1BD1,
52920 },
52921 [0x1BD2]={
52922  category="lo",
52923  description="BATAK LETTER RA",
52924  direction="l",
52925  linebreak="as",
52926  unicodeslot=0x1BD2,
52927 },
52928 [0x1BD3]={
52929  category="lo",
52930  description="BATAK LETTER SIMALUNGUN RA",
52931  direction="l",
52932  linebreak="as",
52933  unicodeslot=0x1BD3,
52934 },
52935 [0x1BD4]={
52936  category="lo",
52937  description="BATAK LETTER MA",
52938  direction="l",
52939  linebreak="as",
52940  unicodeslot=0x1BD4,
52941 },
52942 [0x1BD5]={
52943  category="lo",
52944  description="BATAK LETTER SIMALUNGUN MA",
52945  direction="l",
52946  linebreak="as",
52947  unicodeslot=0x1BD5,
52948 },
52949 [0x1BD6]={
52950  category="lo",
52951  description="BATAK LETTER SOUTHERN TA",
52952  direction="l",
52953  linebreak="as",
52954  unicodeslot=0x1BD6,
52955 },
52956 [0x1BD7]={
52957  category="lo",
52958  description="BATAK LETTER NORTHERN TA",
52959  direction="l",
52960  linebreak="as",
52961  unicodeslot=0x1BD7,
52962 },
52963 [0x1BD8]={
52964  category="lo",
52965  description="BATAK LETTER SA",
52966  direction="l",
52967  linebreak="as",
52968  unicodeslot=0x1BD8,
52969 },
52970 [0x1BD9]={
52971  category="lo",
52972  description="BATAK LETTER SIMALUNGUN SA",
52973  direction="l",
52974  linebreak="as",
52975  unicodeslot=0x1BD9,
52976 },
52977 [0x1BDA]={
52978  category="lo",
52979  description="BATAK LETTER MANDAILING SA",
52980  direction="l",
52981  linebreak="as",
52982  unicodeslot=0x1BDA,
52983 },
52984 [0x1BDB]={
52985  category="lo",
52986  description="BATAK LETTER YA",
52987  direction="l",
52988  linebreak="as",
52989  unicodeslot=0x1BDB,
52990 },
52991 [0x1BDC]={
52992  category="lo",
52993  description="BATAK LETTER SIMALUNGUN YA",
52994  direction="l",
52995  linebreak="as",
52996  unicodeslot=0x1BDC,
52997 },
52998 [0x1BDD]={
52999  category="lo",
53000  description="BATAK LETTER NGA",
53001  direction="l",
53002  linebreak="as",
53003  unicodeslot=0x1BDD,
53004 },
53005 [0x1BDE]={
53006  category="lo",
53007  description="BATAK LETTER LA",
53008  direction="l",
53009  linebreak="as",
53010  unicodeslot=0x1BDE,
53011 },
53012 [0x1BDF]={
53013  category="lo",
53014  description="BATAK LETTER SIMALUNGUN LA",
53015  direction="l",
53016  linebreak="as",
53017  unicodeslot=0x1BDF,
53018 },
53019 [0x1BE0]={
53020  category="lo",
53021  description="BATAK LETTER NYA",
53022  direction="l",
53023  linebreak="as",
53024  unicodeslot=0x1BE0,
53025 },
53026 [0x1BE1]={
53027  category="lo",
53028  description="BATAK LETTER CA",
53029  direction="l",
53030  linebreak="as",
53031  unicodeslot=0x1BE1,
53032 },
53033 [0x1BE2]={
53034  category="lo",
53035  description="BATAK LETTER NDA",
53036  direction="l",
53037  linebreak="as",
53038  unicodeslot=0x1BE2,
53039 },
53040 [0x1BE3]={
53041  category="lo",
53042  description="BATAK LETTER MBA",
53043  direction="l",
53044  linebreak="as",
53045  unicodeslot=0x1BE3,
53046 },
53047 [0x1BE4]={
53048  category="lo",
53049  description="BATAK LETTER I",
53050  direction="l",
53051  linebreak="as",
53052  unicodeslot=0x1BE4,
53053 },
53054 [0x1BE5]={
53055  category="lo",
53056  description="BATAK LETTER U",
53057  direction="l",
53058  linebreak="as",
53059  unicodeslot=0x1BE5,
53060 },
53061 [0x1BE6]={
53062  category="mn",
53063  combining=0x7,
53064  description="BATAK SIGN TOMPI",
53065  direction="nsm",
53066  linebreak="cm",
53067  unicodeslot=0x1BE6,
53068 },
53069 [0x1BE7]={
53070  category="mc",
53071  description="BATAK VOWEL SIGN E",
53072  direction="l",
53073  linebreak="cm",
53074  unicodeslot=0x1BE7,
53075 },
53076 [0x1BE8]={
53077  category="mn",
53078  description="BATAK VOWEL SIGN PAKPAK E",
53079  direction="nsm",
53080  linebreak="cm",
53081  unicodeslot=0x1BE8,
53082 },
53083 [0x1BE9]={
53084  category="mn",
53085  description="BATAK VOWEL SIGN EE",
53086  direction="nsm",
53087  linebreak="cm",
53088  unicodeslot=0x1BE9,
53089 },
53090 [0x1BEA]={
53091  category="mc",
53092  description="BATAK VOWEL SIGN I",
53093  direction="l",
53094  linebreak="cm",
53095  unicodeslot=0x1BEA,
53096 },
53097 [0x1BEB]={
53098  category="mc",
53099  description="BATAK VOWEL SIGN KARO I",
53100  direction="l",
53101  linebreak="cm",
53102  unicodeslot=0x1BEB,
53103 },
53104 [0x1BEC]={
53105  category="mc",
53106  description="BATAK VOWEL SIGN O",
53107  direction="l",
53108  linebreak="cm",
53109  unicodeslot=0x1BEC,
53110 },
53111 [0x1BED]={
53112  category="mn",
53113  description="BATAK VOWEL SIGN KARO O",
53114  direction="nsm",
53115  linebreak="cm",
53116  unicodeslot=0x1BED,
53117 },
53118 [0x1BEE]={
53119  category="mc",
53120  description="BATAK VOWEL SIGN U",
53121  direction="l",
53122  linebreak="cm",
53123  unicodeslot=0x1BEE,
53124 },
53125 [0x1BEF]={
53126  category="mn",
53127  description="BATAK VOWEL SIGN U FOR SIMALUNGUN SA",
53128  direction="nsm",
53129  linebreak="cm",
53130  unicodeslot=0x1BEF,
53131 },
53132 [0x1BF0]={
53133  category="mn",
53134  description="BATAK CONSONANT SIGN NG",
53135  direction="nsm",
53136  linebreak="cm",
53137  unicodeslot=0x1BF0,
53138 },
53139 [0x1BF1]={
53140  category="mn",
53141  description="BATAK CONSONANT SIGN H",
53142  direction="nsm",
53143  linebreak="cm",
53144  unicodeslot=0x1BF1,
53145 },
53146 [0x1BF2]={
53147  category="mc",
53148  combining=0x9,
53149  description="BATAK PANGOLAT",
53150  direction="l",
53151  linebreak="vf",
53152  unicodeslot=0x1BF2,
53153 },
53154 [0x1BF3]={
53155  category="mc",
53156  combining=0x9,
53157  description="BATAK PANONGONAN",
53158  direction="l",
53159  linebreak="vf",
53160  unicodeslot=0x1BF3,
53161 },
53162 [0x1BFC]={
53163  category="po",
53164  description="BATAK SYMBOL BINDU NA METEK",
53165  direction="l",
53166  linebreak="al",
53167  unicodeslot=0x1BFC,
53168 },
53169 [0x1BFD]={
53170  category="po",
53171  description="BATAK SYMBOL BINDU PINARBORAS",
53172  direction="l",
53173  linebreak="al",
53174  unicodeslot=0x1BFD,
53175 },
53176 [0x1BFE]={
53177  category="po",
53178  description="BATAK SYMBOL BINDU JUDUL",
53179  direction="l",
53180  linebreak="al",
53181  unicodeslot=0x1BFE,
53182 },
53183 [0x1BFF]={
53184  category="po",
53185  description="BATAK SYMBOL BINDU PANGOLAT",
53186  direction="l",
53187  linebreak="al",
53188  unicodeslot=0x1BFF,
53189 },
53190 [0x1C00]={
53191  category="lo",
53192  description="LEPCHA LETTER KA",
53193  direction="l",
53194  linebreak="al",
53195  unicodeslot=0x1C00,
53196 },
53197 [0x1C01]={
53198  category="lo",
53199  description="LEPCHA LETTER KLA",
53200  direction="l",
53201  linebreak="al",
53202  unicodeslot=0x1C01,
53203 },
53204 [0x1C02]={
53205  category="lo",
53206  description="LEPCHA LETTER KHA",
53207  direction="l",
53208  linebreak="al",
53209  unicodeslot=0x1C02,
53210 },
53211 [0x1C03]={
53212  category="lo",
53213  description="LEPCHA LETTER GA",
53214  direction="l",
53215  linebreak="al",
53216  unicodeslot=0x1C03,
53217 },
53218 [0x1C04]={
53219  category="lo",
53220  description="LEPCHA LETTER GLA",
53221  direction="l",
53222  linebreak="al",
53223  unicodeslot=0x1C04,
53224 },
53225 [0x1C05]={
53226  category="lo",
53227  description="LEPCHA LETTER NGA",
53228  direction="l",
53229  linebreak="al",
53230  unicodeslot=0x1C05,
53231 },
53232 [0x1C06]={
53233  category="lo",
53234  description="LEPCHA LETTER CA",
53235  direction="l",
53236  linebreak="al",
53237  unicodeslot=0x1C06,
53238 },
53239 [0x1C07]={
53240  category="lo",
53241  description="LEPCHA LETTER CHA",
53242  direction="l",
53243  linebreak="al",
53244  unicodeslot=0x1C07,
53245 },
53246 [0x1C08]={
53247  category="lo",
53248  description="LEPCHA LETTER JA",
53249  direction="l",
53250  linebreak="al",
53251  unicodeslot=0x1C08,
53252 },
53253 [0x1C09]={
53254  category="lo",
53255  description="LEPCHA LETTER NYA",
53256  direction="l",
53257  linebreak="al",
53258  unicodeslot=0x1C09,
53259 },
53260 [0x1C0A]={
53261  category="lo",
53262  description="LEPCHA LETTER TA",
53263  direction="l",
53264  linebreak="al",
53265  unicodeslot=0x1C0A,
53266 },
53267 [0x1C0B]={
53268  category="lo",
53269  description="LEPCHA LETTER THA",
53270  direction="l",
53271  linebreak="al",
53272  unicodeslot=0x1C0B,
53273 },
53274 [0x1C0C]={
53275  category="lo",
53276  description="LEPCHA LETTER DA",
53277  direction="l",
53278  linebreak="al",
53279  unicodeslot=0x1C0C,
53280 },
53281 [0x1C0D]={
53282  category="lo",
53283  description="LEPCHA LETTER NA",
53284  direction="l",
53285  linebreak="al",
53286  unicodeslot=0x1C0D,
53287 },
53288 [0x1C0E]={
53289  category="lo",
53290  description="LEPCHA LETTER PA",
53291  direction="l",
53292  linebreak="al",
53293  unicodeslot=0x1C0E,
53294 },
53295 [0x1C0F]={
53296  category="lo",
53297  description="LEPCHA LETTER PLA",
53298  direction="l",
53299  linebreak="al",
53300  unicodeslot=0x1C0F,
53301 },
53302 [0x1C10]={
53303  category="lo",
53304  description="LEPCHA LETTER PHA",
53305  direction="l",
53306  linebreak="al",
53307  unicodeslot=0x1C10,
53308 },
53309 [0x1C11]={
53310  category="lo",
53311  description="LEPCHA LETTER FA",
53312  direction="l",
53313  linebreak="al",
53314  unicodeslot=0x1C11,
53315 },
53316 [0x1C12]={
53317  category="lo",
53318  description="LEPCHA LETTER FLA",
53319  direction="l",
53320  linebreak="al",
53321  unicodeslot=0x1C12,
53322 },
53323 [0x1C13]={
53324  category="lo",
53325  description="LEPCHA LETTER BA",
53326  direction="l",
53327  linebreak="al",
53328  unicodeslot=0x1C13,
53329 },
53330 [0x1C14]={
53331  category="lo",
53332  description="LEPCHA LETTER BLA",
53333  direction="l",
53334  linebreak="al",
53335  unicodeslot=0x1C14,
53336 },
53337 [0x1C15]={
53338  category="lo",
53339  description="LEPCHA LETTER MA",
53340  direction="l",
53341  linebreak="al",
53342  unicodeslot=0x1C15,
53343 },
53344 [0x1C16]={
53345  category="lo",
53346  description="LEPCHA LETTER MLA",
53347  direction="l",
53348  linebreak="al",
53349  unicodeslot=0x1C16,
53350 },
53351 [0x1C17]={
53352  category="lo",
53353  description="LEPCHA LETTER TSA",
53354  direction="l",
53355  linebreak="al",
53356  unicodeslot=0x1C17,
53357 },
53358 [0x1C18]={
53359  category="lo",
53360  description="LEPCHA LETTER TSHA",
53361  direction="l",
53362  linebreak="al",
53363  unicodeslot=0x1C18,
53364 },
53365 [0x1C19]={
53366  category="lo",
53367  description="LEPCHA LETTER DZA",
53368  direction="l",
53369  linebreak="al",
53370  unicodeslot=0x1C19,
53371 },
53372 [0x1C1A]={
53373  category="lo",
53374  description="LEPCHA LETTER YA",
53375  direction="l",
53376  linebreak="al",
53377  unicodeslot=0x1C1A,
53378 },
53379 [0x1C1B]={
53380  category="lo",
53381  description="LEPCHA LETTER RA",
53382  direction="l",
53383  linebreak="al",
53384  unicodeslot=0x1C1B,
53385 },
53386 [0x1C1C]={
53387  category="lo",
53388  description="LEPCHA LETTER LA",
53389  direction="l",
53390  linebreak="al",
53391  unicodeslot=0x1C1C,
53392 },
53393 [0x1C1D]={
53394  category="lo",
53395  description="LEPCHA LETTER HA",
53396  direction="l",
53397  linebreak="al",
53398  unicodeslot=0x1C1D,
53399 },
53400 [0x1C1E]={
53401  category="lo",
53402  description="LEPCHA LETTER HLA",
53403  direction="l",
53404  linebreak="al",
53405  unicodeslot=0x1C1E,
53406 },
53407 [0x1C1F]={
53408  category="lo",
53409  description="LEPCHA LETTER VA",
53410  direction="l",
53411  linebreak="al",
53412  unicodeslot=0x1C1F,
53413 },
53414 [0x1C20]={
53415  category="lo",
53416  description="LEPCHA LETTER SA",
53417  direction="l",
53418  linebreak="al",
53419  unicodeslot=0x1C20,
53420 },
53421 [0x1C21]={
53422  category="lo",
53423  description="LEPCHA LETTER SHA",
53424  direction="l",
53425  linebreak="al",
53426  unicodeslot=0x1C21,
53427 },
53428 [0x1C22]={
53429  category="lo",
53430  description="LEPCHA LETTER WA",
53431  direction="l",
53432  linebreak="al",
53433  unicodeslot=0x1C22,
53434 },
53435 [0x1C23]={
53436  category="lo",
53437  description="LEPCHA LETTER A",
53438  direction="l",
53439  linebreak="al",
53440  unicodeslot=0x1C23,
53441 },
53442 [0x1C24]={
53443  category="mc",
53444  description="LEPCHA SUBJOINED LETTER YA",
53445  direction="l",
53446  linebreak="cm",
53447  unicodeslot=0x1C24,
53448 },
53449 [0x1C25]={
53450  category="mc",
53451  description="LEPCHA SUBJOINED LETTER RA",
53452  direction="l",
53453  linebreak="cm",
53454  unicodeslot=0x1C25,
53455 },
53456 [0x1C26]={
53457  category="mc",
53458  description="LEPCHA VOWEL SIGN AA",
53459  direction="l",
53460  linebreak="cm",
53461  unicodeslot=0x1C26,
53462 },
53463 [0x1C27]={
53464  category="mc",
53465  description="LEPCHA VOWEL SIGN I",
53466  direction="l",
53467  linebreak="cm",
53468  unicodeslot=0x1C27,
53469 },
53470 [0x1C28]={
53471  category="mc",
53472  description="LEPCHA VOWEL SIGN O",
53473  direction="l",
53474  linebreak="cm",
53475  unicodeslot=0x1C28,
53476 },
53477 [0x1C29]={
53478  category="mc",
53479  description="LEPCHA VOWEL SIGN OO",
53480  direction="l",
53481  linebreak="cm",
53482  unicodeslot=0x1C29,
53483 },
53484 [0x1C2A]={
53485  category="mc",
53486  description="LEPCHA VOWEL SIGN U",
53487  direction="l",
53488  linebreak="cm",
53489  unicodeslot=0x1C2A,
53490 },
53491 [0x1C2B]={
53492  category="mc",
53493  description="LEPCHA VOWEL SIGN UU",
53494  direction="l",
53495  linebreak="cm",
53496  unicodeslot=0x1C2B,
53497 },
53498 [0x1C2C]={
53499  category="mn",
53500  description="LEPCHA VOWEL SIGN E",
53501  direction="nsm",
53502  linebreak="cm",
53503  unicodeslot=0x1C2C,
53504 },
53505 [0x1C2D]={
53506  category="mn",
53507  description="LEPCHA CONSONANT SIGN K",
53508  direction="nsm",
53509  linebreak="cm",
53510  unicodeslot=0x1C2D,
53511 },
53512 [0x1C2E]={
53513  category="mn",
53514  description="LEPCHA CONSONANT SIGN M",
53515  direction="nsm",
53516  linebreak="cm",
53517  unicodeslot=0x1C2E,
53518 },
53519 [0x1C2F]={
53520  category="mn",
53521  description="LEPCHA CONSONANT SIGN L",
53522  direction="nsm",
53523  linebreak="cm",
53524  unicodeslot=0x1C2F,
53525 },
53526 [0x1C30]={
53527  category="mn",
53528  description="LEPCHA CONSONANT SIGN N",
53529  direction="nsm",
53530  linebreak="cm",
53531  unicodeslot=0x1C30,
53532 },
53533 [0x1C31]={
53534  category="mn",
53535  description="LEPCHA CONSONANT SIGN P",
53536  direction="nsm",
53537  linebreak="cm",
53538  unicodeslot=0x1C31,
53539 },
53540 [0x1C32]={
53541  category="mn",
53542  description="LEPCHA CONSONANT SIGN R",
53543  direction="nsm",
53544  linebreak="cm",
53545  unicodeslot=0x1C32,
53546 },
53547 [0x1C33]={
53548  category="mn",
53549  description="LEPCHA CONSONANT SIGN T",
53550  direction="nsm",
53551  linebreak="cm",
53552  unicodeslot=0x1C33,
53553 },
53554 [0x1C34]={
53555  category="mc",
53556  description="LEPCHA CONSONANT SIGN NYIN-DO",
53557  direction="l",
53558  linebreak="cm",
53559  unicodeslot=0x1C34,
53560 },
53561 [0x1C35]={
53562  category="mc",
53563  description="LEPCHA CONSONANT SIGN KANG",
53564  direction="l",
53565  linebreak="cm",
53566  unicodeslot=0x1C35,
53567 },
53568 [0x1C36]={
53569  category="mn",
53570  description="LEPCHA SIGN RAN",
53571  direction="nsm",
53572  linebreak="cm",
53573  unicodeslot=0x1C36,
53574 },
53575 [0x1C37]={
53576  category="mn",
53577  combining=0x7,
53578  description="LEPCHA SIGN NUKTA",
53579  direction="nsm",
53580  linebreak="cm",
53581  unicodeslot=0x1C37,
53582 },
53583 [0x1C3B]={
53584  category="po",
53585  description="LEPCHA PUNCTUATION TA-ROL",
53586  direction="l",
53587  linebreak="ba",
53588  unicodeslot=0x1C3B,
53589 },
53590 [0x1C3C]={
53591  category="po",
53592  description="LEPCHA PUNCTUATION NYET THYOOM TA-ROL",
53593  direction="l",
53594  linebreak="ba",
53595  unicodeslot=0x1C3C,
53596 },
53597 [0x1C3D]={
53598  category="po",
53599  description="LEPCHA PUNCTUATION CER-WA",
53600  direction="l",
53601  linebreak="ba",
53602  unicodeslot=0x1C3D,
53603 },
53604 [0x1C3E]={
53605  category="po",
53606  description="LEPCHA PUNCTUATION TSHOOK CER-WA",
53607  direction="l",
53608  linebreak="ba",
53609  unicodeslot=0x1C3E,
53610 },
53611 [0x1C3F]={
53612  category="po",
53613  description="LEPCHA PUNCTUATION TSHOOK",
53614  direction="l",
53615  linebreak="ba",
53616  unicodeslot=0x1C3F,
53617 },
53618 [0x1C40]={
53619  category="nd",
53620  description="LEPCHA DIGIT ZERO",
53621  direction="l",
53622  linebreak="nu",
53623  unicodeslot=0x1C40,
53624 },
53625 [0x1C41]={
53626  category="nd",
53627  description="LEPCHA DIGIT ONE",
53628  direction="l",
53629  linebreak="nu",
53630  unicodeslot=0x1C41,
53631 },
53632 [0x1C42]={
53633  category="nd",
53634  description="LEPCHA DIGIT TWO",
53635  direction="l",
53636  linebreak="nu",
53637  unicodeslot=0x1C42,
53638 },
53639 [0x1C43]={
53640  category="nd",
53641  description="LEPCHA DIGIT THREE",
53642  direction="l",
53643  linebreak="nu",
53644  unicodeslot=0x1C43,
53645 },
53646 [0x1C44]={
53647  category="nd",
53648  description="LEPCHA DIGIT FOUR",
53649  direction="l",
53650  linebreak="nu",
53651  unicodeslot=0x1C44,
53652 },
53653 [0x1C45]={
53654  category="nd",
53655  description="LEPCHA DIGIT FIVE",
53656  direction="l",
53657  linebreak="nu",
53658  unicodeslot=0x1C45,
53659 },
53660 [0x1C46]={
53661  category="nd",
53662  description="LEPCHA DIGIT SIX",
53663  direction="l",
53664  linebreak="nu",
53665  unicodeslot=0x1C46,
53666 },
53667 [0x1C47]={
53668  category="nd",
53669  description="LEPCHA DIGIT SEVEN",
53670  direction="l",
53671  linebreak="nu",
53672  unicodeslot=0x1C47,
53673 },
53674 [0x1C48]={
53675  category="nd",
53676  description="LEPCHA DIGIT EIGHT",
53677  direction="l",
53678  linebreak="nu",
53679  unicodeslot=0x1C48,
53680 },
53681 [0x1C49]={
53682  category="nd",
53683  description="LEPCHA DIGIT NINE",
53684  direction="l",
53685  linebreak="nu",
53686  unicodeslot=0x1C49,
53687 },
53688 [0x1C4D]={
53689  category="lo",
53690  description="LEPCHA LETTER TTA",
53691  direction="l",
53692  linebreak="al",
53693  unicodeslot=0x1C4D,
53694 },
53695 [0x1C4E]={
53696  category="lo",
53697  description="LEPCHA LETTER TTHA",
53698  direction="l",
53699  linebreak="al",
53700  unicodeslot=0x1C4E,
53701 },
53702 [0x1C4F]={
53703  category="lo",
53704  description="LEPCHA LETTER DDA",
53705  direction="l",
53706  linebreak="al",
53707  unicodeslot=0x1C4F,
53708 },
53709 [0x1C50]={
53710  category="nd",
53711  description="OL CHIKI DIGIT ZERO",
53712  direction="l",
53713  linebreak="nu",
53714  unicodeslot=0x1C50,
53715 },
53716 [0x1C51]={
53717  category="nd",
53718  description="OL CHIKI DIGIT ONE",
53719  direction="l",
53720  linebreak="nu",
53721  unicodeslot=0x1C51,
53722 },
53723 [0x1C52]={
53724  category="nd",
53725  description="OL CHIKI DIGIT TWO",
53726  direction="l",
53727  linebreak="nu",
53728  unicodeslot=0x1C52,
53729 },
53730 [0x1C53]={
53731  category="nd",
53732  description="OL CHIKI DIGIT THREE",
53733  direction="l",
53734  linebreak="nu",
53735  unicodeslot=0x1C53,
53736 },
53737 [0x1C54]={
53738  category="nd",
53739  description="OL CHIKI DIGIT FOUR",
53740  direction="l",
53741  linebreak="nu",
53742  unicodeslot=0x1C54,
53743 },
53744 [0x1C55]={
53745  category="nd",
53746  description="OL CHIKI DIGIT FIVE",
53747  direction="l",
53748  linebreak="nu",
53749  unicodeslot=0x1C55,
53750 },
53751 [0x1C56]={
53752  category="nd",
53753  description="OL CHIKI DIGIT SIX",
53754  direction="l",
53755  linebreak="nu",
53756  unicodeslot=0x1C56,
53757 },
53758 [0x1C57]={
53759  category="nd",
53760  description="OL CHIKI DIGIT SEVEN",
53761  direction="l",
53762  linebreak="nu",
53763  unicodeslot=0x1C57,
53764 },
53765 [0x1C58]={
53766  category="nd",
53767  description="OL CHIKI DIGIT EIGHT",
53768  direction="l",
53769  linebreak="nu",
53770  unicodeslot=0x1C58,
53771 },
53772 [0x1C59]={
53773  category="nd",
53774  description="OL CHIKI DIGIT NINE",
53775  direction="l",
53776  linebreak="nu",
53777  unicodeslot=0x1C59,
53778 },
53779 [0x1C5A]={
53780  category="lo",
53781  description="OL CHIKI LETTER LA",
53782  direction="l",
53783  linebreak="al",
53784  unicodeslot=0x1C5A,
53785 },
53786 [0x1C5B]={
53787  category="lo",
53788  description="OL CHIKI LETTER AT",
53789  direction="l",
53790  linebreak="al",
53791  unicodeslot=0x1C5B,
53792 },
53793 [0x1C5C]={
53794  category="lo",
53795  description="OL CHIKI LETTER AG",
53796  direction="l",
53797  linebreak="al",
53798  unicodeslot=0x1C5C,
53799 },
53800 [0x1C5D]={
53801  category="lo",
53802  description="OL CHIKI LETTER ANG",
53803  direction="l",
53804  linebreak="al",
53805  unicodeslot=0x1C5D,
53806 },
53807 [0x1C5E]={
53808  category="lo",
53809  description="OL CHIKI LETTER AL",
53810  direction="l",
53811  linebreak="al",
53812  unicodeslot=0x1C5E,
53813 },
53814 [0x1C5F]={
53815  category="lo",
53816  description="OL CHIKI LETTER LAA",
53817  direction="l",
53818  linebreak="al",
53819  unicodeslot=0x1C5F,
53820 },
53821 [0x1C60]={
53822  category="lo",
53823  description="OL CHIKI LETTER AAK",
53824  direction="l",
53825  linebreak="al",
53826  unicodeslot=0x1C60,
53827 },
53828 [0x1C61]={
53829  category="lo",
53830  description="OL CHIKI LETTER AAJ",
53831  direction="l",
53832  linebreak="al",
53833  unicodeslot=0x1C61,
53834 },
53835 [0x1C62]={
53836  category="lo",
53837  description="OL CHIKI LETTER AAM",
53838  direction="l",
53839  linebreak="al",
53840  unicodeslot=0x1C62,
53841 },
53842 [0x1C63]={
53843  category="lo",
53844  description="OL CHIKI LETTER AAW",
53845  direction="l",
53846  linebreak="al",
53847  unicodeslot=0x1C63,
53848 },
53849 [0x1C64]={
53850  category="lo",
53851  description="OL CHIKI LETTER LI",
53852  direction="l",
53853  linebreak="al",
53854  unicodeslot=0x1C64,
53855 },
53856 [0x1C65]={
53857  category="lo",
53858  description="OL CHIKI LETTER IS",
53859  direction="l",
53860  linebreak="al",
53861  unicodeslot=0x1C65,
53862 },
53863 [0x1C66]={
53864  category="lo",
53865  description="OL CHIKI LETTER IH",
53866  direction="l",
53867  linebreak="al",
53868  unicodeslot=0x1C66,
53869 },
53870 [0x1C67]={
53871  category="lo",
53872  description="OL CHIKI LETTER INY",
53873  direction="l",
53874  linebreak="al",
53875  unicodeslot=0x1C67,
53876 },
53877 [0x1C68]={
53878  category="lo",
53879  description="OL CHIKI LETTER IR",
53880  direction="l",
53881  linebreak="al",
53882  unicodeslot=0x1C68,
53883 },
53884 [0x1C69]={
53885  category="lo",
53886  description="OL CHIKI LETTER LU",
53887  direction="l",
53888  linebreak="al",
53889  unicodeslot=0x1C69,
53890 },
53891 [0x1C6A]={
53892  category="lo",
53893  description="OL CHIKI LETTER UC",
53894  direction="l",
53895  linebreak="al",
53896  unicodeslot=0x1C6A,
53897 },
53898 [0x1C6B]={
53899  category="lo",
53900  description="OL CHIKI LETTER UD",
53901  direction="l",
53902  linebreak="al",
53903  unicodeslot=0x1C6B,
53904 },
53905 [0x1C6C]={
53906  category="lo",
53907  description="OL CHIKI LETTER UNN",
53908  direction="l",
53909  linebreak="al",
53910  unicodeslot=0x1C6C,
53911 },
53912 [0x1C6D]={
53913  category="lo",
53914  description="OL CHIKI LETTER UY",
53915  direction="l",
53916  linebreak="al",
53917  unicodeslot=0x1C6D,
53918 },
53919 [0x1C6E]={
53920  category="lo",
53921  description="OL CHIKI LETTER LE",
53922  direction="l",
53923  linebreak="al",
53924  unicodeslot=0x1C6E,
53925 },
53926 [0x1C6F]={
53927  category="lo",
53928  description="OL CHIKI LETTER EP",
53929  direction="l",
53930  linebreak="al",
53931  unicodeslot=0x1C6F,
53932 },
53933 [0x1C70]={
53934  category="lo",
53935  description="OL CHIKI LETTER EDD",
53936  direction="l",
53937  linebreak="al",
53938  unicodeslot=0x1C70,
53939 },
53940 [0x1C71]={
53941  category="lo",
53942  description="OL CHIKI LETTER EN",
53943  direction="l",
53944  linebreak="al",
53945  unicodeslot=0x1C71,
53946 },
53947 [0x1C72]={
53948  category="lo",
53949  description="OL CHIKI LETTER ERR",
53950  direction="l",
53951  linebreak="al",
53952  unicodeslot=0x1C72,
53953 },
53954 [0x1C73]={
53955  category="lo",
53956  description="OL CHIKI LETTER LO",
53957  direction="l",
53958  linebreak="al",
53959  unicodeslot=0x1C73,
53960 },
53961 [0x1C74]={
53962  category="lo",
53963  description="OL CHIKI LETTER OTT",
53964  direction="l",
53965  linebreak="al",
53966  unicodeslot=0x1C74,
53967 },
53968 [0x1C75]={
53969  category="lo",
53970  description="OL CHIKI LETTER OB",
53971  direction="l",
53972  linebreak="al",
53973  unicodeslot=0x1C75,
53974 },
53975 [0x1C76]={
53976  category="lo",
53977  description="OL CHIKI LETTER OV",
53978  direction="l",
53979  linebreak="al",
53980  unicodeslot=0x1C76,
53981 },
53982 [0x1C77]={
53983  category="lo",
53984  description="OL CHIKI LETTER OH",
53985  direction="l",
53986  linebreak="al",
53987  unicodeslot=0x1C77,
53988 },
53989 [0x1C78]={
53990  category="lm",
53991  description="OL CHIKI MU TTUDDAG",
53992  direction="l",
53993  linebreak="al",
53994  unicodeslot=0x1C78,
53995 },
53996 [0x1C79]={
53997  category="lm",
53998  description="OL CHIKI GAAHLAA TTUDDAAG",
53999  direction="l",
54000  linebreak="al",
54001  unicodeslot=0x1C79,
54002 },
54003 [0x1C7A]={
54004  category="lm",
54005  description="OL CHIKI MU-GAAHLAA TTUDDAAG",
54006  direction="l",
54007  linebreak="al",
54008  unicodeslot=0x1C7A,
54009 },
54010 [0x1C7B]={
54011  category="lm",
54012  description="OL CHIKI RELAA",
54013  direction="l",
54014  linebreak="al",
54015  unicodeslot=0x1C7B,
54016 },
54017 [0x1C7C]={
54018  category="lm",
54019  description="OL CHIKI PHAARKAA",
54020  direction="l",
54021  linebreak="al",
54022  unicodeslot=0x1C7C,
54023 },
54024 [0x1C7D]={
54025  category="lm",
54026  description="OL CHIKI AHAD",
54027  direction="l",
54028  linebreak="al",
54029  unicodeslot=0x1C7D,
54030 },
54031 [0x1C7E]={
54032  category="po",
54033  description="OL CHIKI PUNCTUATION MUCAAD",
54034  direction="l",
54035  linebreak="ba",
54036  unicodeslot=0x1C7E,
54037 },
54038 [0x1C7F]={
54039  category="po",
54040  description="OL CHIKI PUNCTUATION DOUBLE MUCAAD",
54041  direction="l",
54042  linebreak="ba",
54043  unicodeslot=0x1C7F,
54044 },
54045 [0x1C80]={
54046  category="ll",
54047  description="CYRILLIC SMALL LETTER ROUNDED VE",
54048  direction="l",
54049  linebreak="al",
54050  uccode=0x432,
54051  unicodeslot=0x1C80,
54052 },
54053 [0x1C81]={
54054  category="ll",
54055  description="CYRILLIC SMALL LETTER LONG-LEGGED DE",
54056  direction="l",
54057  linebreak="al",
54058  uccode=0x434,
54059  unicodeslot=0x1C81,
54060 },
54061 [0x1C82]={
54062  category="ll",
54063  description="CYRILLIC SMALL LETTER NARROW O",
54064  direction="l",
54065  linebreak="al",
54066  uccode=0x43E,
54067  unicodeslot=0x1C82,
54068 },
54069 [0x1C83]={
54070  category="ll",
54071  description="CYRILLIC SMALL LETTER WIDE ES",
54072  direction="l",
54073  linebreak="al",
54074  uccode=0x441,
54075  unicodeslot=0x1C83,
54076 },
54077 [0x1C84]={
54078  category="ll",
54079  description="CYRILLIC SMALL LETTER TALL TE",
54080  direction="l",
54081  linebreak="al",
54082  uccode=0x442,
54083  unicodeslot=0x1C84,
54084 },
54085 [0x1C85]={
54086  category="ll",
54087  description="CYRILLIC SMALL LETTER THREE-LEGGED TE",
54088  direction="l",
54089  linebreak="al",
54090  uccode=0x442,
54091  unicodeslot=0x1C85,
54092 },
54093 [0x1C86]={
54094  category="ll",
54095  description="CYRILLIC SMALL LETTER TALL HARD SIGN",
54096  direction="l",
54097  linebreak="al",
54098  uccode=0x44A,
54099  unicodeslot=0x1C86,
54100 },
54101 [0x1C87]={
54102  category="ll",
54103  description="CYRILLIC SMALL LETTER TALL YAT",
54104  direction="l",
54105  linebreak="al",
54106  uccode=0x463,
54107  unicodeslot=0x1C87,
54108 },
54109 [0x1C88]={
54110  category="ll",
54111  description="CYRILLIC SMALL LETTER UNBLENDED UK",
54112  direction="l",
54113  linebreak="al",
54114  uccode=0xA64B,
54115  unicodeslot=0x1C88,
54116 },
54117 [0x1C90]={
54118  category="lu",
54119  description="GEORGIAN MTAVRULI CAPITAL LETTER AN",
54120  direction="l",
54121  lccode=0x10D0,
54122  linebreak="al",
54123  unicodeslot=0x1C90,
54124 },
54125 [0x1C91]={
54126  category="lu",
54127  description="GEORGIAN MTAVRULI CAPITAL LETTER BAN",
54128  direction="l",
54129  lccode=0x10D1,
54130  linebreak="al",
54131  unicodeslot=0x1C91,
54132 },
54133 [0x1C92]={
54134  category="lu",
54135  description="GEORGIAN MTAVRULI CAPITAL LETTER GAN",
54136  direction="l",
54137  lccode=0x10D2,
54138  linebreak="al",
54139  unicodeslot=0x1C92,
54140 },
54141 [0x1C93]={
54142  category="lu",
54143  description="GEORGIAN MTAVRULI CAPITAL LETTER DON",
54144  direction="l",
54145  lccode=0x10D3,
54146  linebreak="al",
54147  unicodeslot=0x1C93,
54148 },
54149 [0x1C94]={
54150  category="lu",
54151  description="GEORGIAN MTAVRULI CAPITAL LETTER EN",
54152  direction="l",
54153  lccode=0x10D4,
54154  linebreak="al",
54155  unicodeslot=0x1C94,
54156 },
54157 [0x1C95]={
54158  category="lu",
54159  description="GEORGIAN MTAVRULI CAPITAL LETTER VIN",
54160  direction="l",
54161  lccode=0x10D5,
54162  linebreak="al",
54163  unicodeslot=0x1C95,
54164 },
54165 [0x1C96]={
54166  category="lu",
54167  description="GEORGIAN MTAVRULI CAPITAL LETTER ZEN",
54168  direction="l",
54169  lccode=0x10D6,
54170  linebreak="al",
54171  unicodeslot=0x1C96,
54172 },
54173 [0x1C97]={
54174  category="lu",
54175  description="GEORGIAN MTAVRULI CAPITAL LETTER TAN",
54176  direction="l",
54177  lccode=0x10D7,
54178  linebreak="al",
54179  unicodeslot=0x1C97,
54180 },
54181 [0x1C98]={
54182  category="lu",
54183  description="GEORGIAN MTAVRULI CAPITAL LETTER IN",
54184  direction="l",
54185  lccode=0x10D8,
54186  linebreak="al",
54187  unicodeslot=0x1C98,
54188 },
54189 [0x1C99]={
54190  category="lu",
54191  description="GEORGIAN MTAVRULI CAPITAL LETTER KAN",
54192  direction="l",
54193  lccode=0x10D9,
54194  linebreak="al",
54195  unicodeslot=0x1C99,
54196 },
54197 [0x1C9A]={
54198  category="lu",
54199  description="GEORGIAN MTAVRULI CAPITAL LETTER LAS",
54200  direction="l",
54201  lccode=0x10DA,
54202  linebreak="al",
54203  unicodeslot=0x1C9A,
54204 },
54205 [0x1C9B]={
54206  category="lu",
54207  description="GEORGIAN MTAVRULI CAPITAL LETTER MAN",
54208  direction="l",
54209  lccode=0x10DB,
54210  linebreak="al",
54211  unicodeslot=0x1C9B,
54212 },
54213 [0x1C9C]={
54214  category="lu",
54215  description="GEORGIAN MTAVRULI CAPITAL LETTER NAR",
54216  direction="l",
54217  lccode=0x10DC,
54218  linebreak="al",
54219  unicodeslot=0x1C9C,
54220 },
54221 [0x1C9D]={
54222  category="lu",
54223  description="GEORGIAN MTAVRULI CAPITAL LETTER ON",
54224  direction="l",
54225  lccode=0x10DD,
54226  linebreak="al",
54227  unicodeslot=0x1C9D,
54228 },
54229 [0x1C9E]={
54230  category="lu",
54231  description="GEORGIAN MTAVRULI CAPITAL LETTER PAR",
54232  direction="l",
54233  lccode=0x10DE,
54234  linebreak="al",
54235  unicodeslot=0x1C9E,
54236 },
54237 [0x1C9F]={
54238  category="lu",
54239  description="GEORGIAN MTAVRULI CAPITAL LETTER ZHAR",
54240  direction="l",
54241  lccode=0x10DF,
54242  linebreak="al",
54243  unicodeslot=0x1C9F,
54244 },
54245 [0x1CA0]={
54246  category="lu",
54247  description="GEORGIAN MTAVRULI CAPITAL LETTER RAE",
54248  direction="l",
54249  lccode=0x10E0,
54250  linebreak="al",
54251  unicodeslot=0x1CA0,
54252 },
54253 [0x1CA1]={
54254  category="lu",
54255  description="GEORGIAN MTAVRULI CAPITAL LETTER SAN",
54256  direction="l",
54257  lccode=0x10E1,
54258  linebreak="al",
54259  unicodeslot=0x1CA1,
54260 },
54261 [0x1CA2]={
54262  category="lu",
54263  description="GEORGIAN MTAVRULI CAPITAL LETTER TAR",
54264  direction="l",
54265  lccode=0x10E2,
54266  linebreak="al",
54267  unicodeslot=0x1CA2,
54268 },
54269 [0x1CA3]={
54270  category="lu",
54271  description="GEORGIAN MTAVRULI CAPITAL LETTER UN",
54272  direction="l",
54273  lccode=0x10E3,
54274  linebreak="al",
54275  unicodeslot=0x1CA3,
54276 },
54277 [0x1CA4]={
54278  category="lu",
54279  description="GEORGIAN MTAVRULI CAPITAL LETTER PHAR",
54280  direction="l",
54281  lccode=0x10E4,
54282  linebreak="al",
54283  unicodeslot=0x1CA4,
54284 },
54285 [0x1CA5]={
54286  category="lu",
54287  description="GEORGIAN MTAVRULI CAPITAL LETTER KHAR",
54288  direction="l",
54289  lccode=0x10E5,
54290  linebreak="al",
54291  unicodeslot=0x1CA5,
54292 },
54293 [0x1CA6]={
54294  category="lu",
54295  description="GEORGIAN MTAVRULI CAPITAL LETTER GHAN",
54296  direction="l",
54297  lccode=0x10E6,
54298  linebreak="al",
54299  unicodeslot=0x1CA6,
54300 },
54301 [0x1CA7]={
54302  category="lu",
54303  description="GEORGIAN MTAVRULI CAPITAL LETTER QAR",
54304  direction="l",
54305  lccode=0x10E7,
54306  linebreak="al",
54307  unicodeslot=0x1CA7,
54308 },
54309 [0x1CA8]={
54310  category="lu",
54311  description="GEORGIAN MTAVRULI CAPITAL LETTER SHIN",
54312  direction="l",
54313  lccode=0x10E8,
54314  linebreak="al",
54315  unicodeslot=0x1CA8,
54316 },
54317 [0x1CA9]={
54318  category="lu",
54319  description="GEORGIAN MTAVRULI CAPITAL LETTER CHIN",
54320  direction="l",
54321  lccode=0x10E9,
54322  linebreak="al",
54323  unicodeslot=0x1CA9,
54324 },
54325 [0x1CAA]={
54326  category="lu",
54327  description="GEORGIAN MTAVRULI CAPITAL LETTER CAN",
54328  direction="l",
54329  lccode=0x10EA,
54330  linebreak="al",
54331  unicodeslot=0x1CAA,
54332 },
54333 [0x1CAB]={
54334  category="lu",
54335  description="GEORGIAN MTAVRULI CAPITAL LETTER JIL",
54336  direction="l",
54337  lccode=0x10EB,
54338  linebreak="al",
54339  unicodeslot=0x1CAB,
54340 },
54341 [0x1CAC]={
54342  category="lu",
54343  description="GEORGIAN MTAVRULI CAPITAL LETTER CIL",
54344  direction="l",
54345  lccode=0x10EC,
54346  linebreak="al",
54347  unicodeslot=0x1CAC,
54348 },
54349 [0x1CAD]={
54350  category="lu",
54351  description="GEORGIAN MTAVRULI CAPITAL LETTER CHAR",
54352  direction="l",
54353  lccode=0x10ED,
54354  linebreak="al",
54355  unicodeslot=0x1CAD,
54356 },
54357 [0x1CAE]={
54358  category="lu",
54359  description="GEORGIAN MTAVRULI CAPITAL LETTER XAN",
54360  direction="l",
54361  lccode=0x10EE,
54362  linebreak="al",
54363  unicodeslot=0x1CAE,
54364 },
54365 [0x1CAF]={
54366  category="lu",
54367  description="GEORGIAN MTAVRULI CAPITAL LETTER JHAN",
54368  direction="l",
54369  lccode=0x10EF,
54370  linebreak="al",
54371  unicodeslot=0x1CAF,
54372 },
54373 [0x1CB0]={
54374  category="lu",
54375  description="GEORGIAN MTAVRULI CAPITAL LETTER HAE",
54376  direction="l",
54377  lccode=0x10F0,
54378  linebreak="al",
54379  unicodeslot=0x1CB0,
54380 },
54381 [0x1CB1]={
54382  category="lu",
54383  description="GEORGIAN MTAVRULI CAPITAL LETTER HE",
54384  direction="l",
54385  lccode=0x10F1,
54386  linebreak="al",
54387  unicodeslot=0x1CB1,
54388 },
54389 [0x1CB2]={
54390  category="lu",
54391  description="GEORGIAN MTAVRULI CAPITAL LETTER HIE",
54392  direction="l",
54393  lccode=0x10F2,
54394  linebreak="al",
54395  unicodeslot=0x1CB2,
54396 },
54397 [0x1CB3]={
54398  category="lu",
54399  description="GEORGIAN MTAVRULI CAPITAL LETTER WE",
54400  direction="l",
54401  lccode=0x10F3,
54402  linebreak="al",
54403  unicodeslot=0x1CB3,
54404 },
54405 [0x1CB4]={
54406  category="lu",
54407  description="GEORGIAN MTAVRULI CAPITAL LETTER HAR",
54408  direction="l",
54409  lccode=0x10F4,
54410  linebreak="al",
54411  unicodeslot=0x1CB4,
54412 },
54413 [0x1CB5]={
54414  category="lu",
54415  description="GEORGIAN MTAVRULI CAPITAL LETTER HOE",
54416  direction="l",
54417  lccode=0x10F5,
54418  linebreak="al",
54419  unicodeslot=0x1CB5,
54420 },
54421 [0x1CB6]={
54422  category="lu",
54423  description="GEORGIAN MTAVRULI CAPITAL LETTER FI",
54424  direction="l",
54425  lccode=0x10F6,
54426  linebreak="al",
54427  unicodeslot=0x1CB6,
54428 },
54429 [0x1CB7]={
54430  category="lu",
54431  description="GEORGIAN MTAVRULI CAPITAL LETTER YN",
54432  direction="l",
54433  lccode=0x10F7,
54434  linebreak="al",
54435  unicodeslot=0x1CB7,
54436 },
54437 [0x1CB8]={
54438  category="lu",
54439  description="GEORGIAN MTAVRULI CAPITAL LETTER ELIFI",
54440  direction="l",
54441  lccode=0x10F8,
54442  linebreak="al",
54443  unicodeslot=0x1CB8,
54444 },
54445 [0x1CB9]={
54446  category="lu",
54447  description="GEORGIAN MTAVRULI CAPITAL LETTER TURNED GAN",
54448  direction="l",
54449  lccode=0x10F9,
54450  linebreak="al",
54451  unicodeslot=0x1CB9,
54452 },
54453 [0x1CBA]={
54454  category="lu",
54455  description="GEORGIAN MTAVRULI CAPITAL LETTER AIN",
54456  direction="l",
54457  lccode=0x10FA,
54458  linebreak="al",
54459  unicodeslot=0x1CBA,
54460 },
54461 [0x1CBD]={
54462  category="lu",
54463  description="GEORGIAN MTAVRULI CAPITAL LETTER AEN",
54464  direction="l",
54465  lccode=0x10FD,
54466  linebreak="al",
54467  unicodeslot=0x1CBD,
54468 },
54469 [0x1CBE]={
54470  category="lu",
54471  description="GEORGIAN MTAVRULI CAPITAL LETTER HARD SIGN",
54472  direction="l",
54473  lccode=0x10FE,
54474  linebreak="al",
54475  unicodeslot=0x1CBE,
54476 },
54477 [0x1CBF]={
54478  category="lu",
54479  description="GEORGIAN MTAVRULI CAPITAL LETTER LABIAL SIGN",
54480  direction="l",
54481  lccode=0x10FF,
54482  linebreak="al",
54483  unicodeslot=0x1CBF,
54484 },
54485 [0x1CC0]={
54486  category="po",
54487  description="SUNDANESE PUNCTUATION BINDU SURYA",
54488  direction="l",
54489  linebreak="al",
54490  unicodeslot=0x1CC0,
54491 },
54492 [0x1CC1]={
54493  category="po",
54494  description="SUNDANESE PUNCTUATION BINDU PANGLONG",
54495  direction="l",
54496  linebreak="al",
54497  unicodeslot=0x1CC1,
54498 },
54499 [0x1CC2]={
54500  category="po",
54501  description="SUNDANESE PUNCTUATION BINDU PURNAMA",
54502  direction="l",
54503  linebreak="al",
54504  unicodeslot=0x1CC2,
54505 },
54506 [0x1CC3]={
54507  category="po",
54508  description="SUNDANESE PUNCTUATION BINDU CAKRA",
54509  direction="l",
54510  linebreak="al",
54511  unicodeslot=0x1CC3,
54512 },
54513 [0x1CC4]={
54514  category="po",
54515  description="SUNDANESE PUNCTUATION BINDU LEU SATANGA",
54516  direction="l",
54517  linebreak="al",
54518  unicodeslot=0x1CC4,
54519 },
54520 [0x1CC5]={
54521  category="po",
54522  description="SUNDANESE PUNCTUATION BINDU KA SATANGA",
54523  direction="l",
54524  linebreak="al",
54525  unicodeslot=0x1CC5,
54526 },
54527 [0x1CC6]={
54528  category="po",
54529  description="SUNDANESE PUNCTUATION BINDU DA SATANGA",
54530  direction="l",
54531  linebreak="al",
54532  unicodeslot=0x1CC6,
54533 },
54534 [0x1CC7]={
54535  category="po",
54536  description="SUNDANESE PUNCTUATION BINDU BA SATANGA",
54537  direction="l",
54538  linebreak="al",
54539  unicodeslot=0x1CC7,
54540 },
54541 [0x1CD0]={
54542  category="mn",
54543  combining=0xE6,
54544  description="VEDIC TONE KARSHANA",
54545  direction="nsm",
54546  linebreak="cm",
54547  unicodeslot=0x1CD0,
54548 },
54549 [0x1CD1]={
54550  category="mn",
54551  combining=0xE6,
54552  description="VEDIC TONE SHARA",
54553  direction="nsm",
54554  linebreak="cm",
54555  unicodeslot=0x1CD1,
54556 },
54557 [0x1CD2]={
54558  category="mn",
54559  combining=0xE6,
54560  description="VEDIC TONE PRENKHA",
54561  direction="nsm",
54562  linebreak="cm",
54563  unicodeslot=0x1CD2,
54564 },
54565 [0x1CD3]={
54566  category="po",
54567  description="VEDIC SIGN NIHSHVASA",
54568  direction="l",
54569  linebreak="al",
54570  unicodeslot=0x1CD3,
54571 },
54572 [0x1CD4]={
54573  category="mn",
54574  combining=0x1,
54575  description="VEDIC SIGN YAJURVEDIC MIDLINE SVARITA",
54576  direction="nsm",
54577  linebreak="cm",
54578  unicodeslot=0x1CD4,
54579 },
54580 [0x1CD5]={
54581  category="mn",
54582  combining=0xDC,
54583  description="VEDIC TONE YAJURVEDIC AGGRAVATED INDEPENDENT SVARITA",
54584  direction="nsm",
54585  linebreak="cm",
54586  unicodeslot=0x1CD5,
54587 },
54588 [0x1CD6]={
54589  category="mn",
54590  combining=0xDC,
54591  description="VEDIC TONE YAJURVEDIC INDEPENDENT SVARITA",
54592  direction="nsm",
54593  linebreak="cm",
54594  unicodeslot=0x1CD6,
54595 },
54596 [0x1CD7]={
54597  category="mn",
54598  combining=0xDC,
54599  description="VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA",
54600  direction="nsm",
54601  linebreak="cm",
54602  unicodeslot=0x1CD7,
54603 },
54604 [0x1CD8]={
54605  category="mn",
54606  combining=0xDC,
54607  description="VEDIC TONE CANDRA BELOW",
54608  direction="nsm",
54609  linebreak="cm",
54610  unicodeslot=0x1CD8,
54611 },
54612 [0x1CD9]={
54613  category="mn",
54614  combining=0xDC,
54615  description="VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA SCHROEDER",
54616  direction="nsm",
54617  linebreak="cm",
54618  unicodeslot=0x1CD9,
54619 },
54620 [0x1CDA]={
54621  category="mn",
54622  combining=0xE6,
54623  description="VEDIC TONE DOUBLE SVARITA",
54624  direction="nsm",
54625  linebreak="cm",
54626  unicodeslot=0x1CDA,
54627 },
54628 [0x1CDB]={
54629  category="mn",
54630  combining=0xE6,
54631  description="VEDIC TONE TRIPLE SVARITA",
54632  direction="nsm",
54633  linebreak="cm",
54634  unicodeslot=0x1CDB,
54635 },
54636 [0x1CDC]={
54637  category="mn",
54638  combining=0xDC,
54639  description="VEDIC TONE KATHAKA ANUDATTA",
54640  direction="nsm",
54641  linebreak="cm",
54642  unicodeslot=0x1CDC,
54643 },
54644 [0x1CDD]={
54645  category="mn",
54646  combining=0xDC,
54647  description="VEDIC TONE DOT BELOW",
54648  direction="nsm",
54649  linebreak="cm",
54650  unicodeslot=0x1CDD,
54651 },
54652 [0x1CDE]={
54653  category="mn",
54654  combining=0xDC,
54655  description="VEDIC TONE TWO DOTS BELOW",
54656  direction="nsm",
54657  linebreak="cm",
54658  unicodeslot=0x1CDE,
54659 },
54660 [0x1CDF]={
54661  category="mn",
54662  combining=0xDC,
54663  description="VEDIC TONE THREE DOTS BELOW",
54664  direction="nsm",
54665  linebreak="cm",
54666  unicodeslot=0x1CDF,
54667 },
54668 [0x1CE0]={
54669  category="mn",
54670  combining=0xE6,
54671  description="VEDIC TONE RIGVEDIC KASHMIRI INDEPENDENT SVARITA",
54672  direction="nsm",
54673  linebreak="cm",
54674  unicodeslot=0x1CE0,
54675 },
54676 [0x1CE1]={
54677  category="mc",
54678  description="VEDIC TONE ATHARVAVEDIC INDEPENDENT SVARITA",
54679  direction="l",
54680  linebreak="cm",
54681  unicodeslot=0x1CE1,
54682 },
54683 [0x1CE2]={
54684  category="mn",
54685  combining=0x1,
54686  description="VEDIC SIGN VISARGA SVARITA",
54687  direction="nsm",
54688  linebreak="cm",
54689  unicodeslot=0x1CE2,
54690 },
54691 [0x1CE3]={
54692  category="mn",
54693  combining=0x1,
54694  description="VEDIC SIGN VISARGA UDATTA",
54695  direction="nsm",
54696  linebreak="cm",
54697  unicodeslot=0x1CE3,
54698 },
54699 [0x1CE4]={
54700  category="mn",
54701  combining=0x1,
54702  description="VEDIC SIGN REVERSED VISARGA UDATTA",
54703  direction="nsm",
54704  linebreak="cm",
54705  unicodeslot=0x1CE4,
54706 },
54707 [0x1CE5]={
54708  category="mn",
54709  combining=0x1,
54710  description="VEDIC SIGN VISARGA ANUDATTA",
54711  direction="nsm",
54712  linebreak="cm",
54713  unicodeslot=0x1CE5,
54714 },
54715 [0x1CE6]={
54716  category="mn",
54717  combining=0x1,
54718  description="VEDIC SIGN REVERSED VISARGA ANUDATTA",
54719  direction="nsm",
54720  linebreak="cm",
54721  unicodeslot=0x1CE6,
54722 },
54723 [0x1CE7]={
54724  category="mn",
54725  combining=0x1,
54726  description="VEDIC SIGN VISARGA UDATTA WITH TAIL",
54727  direction="nsm",
54728  linebreak="cm",
54729  unicodeslot=0x1CE7,
54730 },
54731 [0x1CE8]={
54732  category="mn",
54733  combining=0x1,
54734  description="VEDIC SIGN VISARGA ANUDATTA WITH TAIL",
54735  direction="nsm",
54736  linebreak="cm",
54737  unicodeslot=0x1CE8,
54738 },
54739 [0x1CE9]={
54740  category="lo",
54741  description="VEDIC SIGN ANUSVARA ANTARGOMUKHA",
54742  direction="l",
54743  linebreak="al",
54744  unicodeslot=0x1CE9,
54745 },
54746 [0x1CEA]={
54747  category="lo",
54748  description="VEDIC SIGN ANUSVARA BAHIRGOMUKHA",
54749  direction="l",
54750  linebreak="al",
54751  unicodeslot=0x1CEA,
54752 },
54753 [0x1CEB]={
54754  category="lo",
54755  description="VEDIC SIGN ANUSVARA VAMAGOMUKHA",
54756  direction="l",
54757  linebreak="al",
54758  unicodeslot=0x1CEB,
54759 },
54760 [0x1CEC]={
54761  category="lo",
54762  description="VEDIC SIGN ANUSVARA VAMAGOMUKHA WITH TAIL",
54763  direction="l",
54764  linebreak="al",
54765  unicodeslot=0x1CEC,
54766 },
54767 [0x1CED]={
54768  category="mn",
54769  combining=0xDC,
54770  description="VEDIC SIGN TIRYAK",
54771  direction="nsm",
54772  linebreak="cm",
54773  unicodeslot=0x1CED,
54774 },
54775 [0x1CEE]={
54776  category="lo",
54777  description="VEDIC SIGN HEXIFORM LONG ANUSVARA",
54778  direction="l",
54779  linebreak="al",
54780  unicodeslot=0x1CEE,
54781 },
54782 [0x1CEF]={
54783  category="lo",
54784  description="VEDIC SIGN LONG ANUSVARA",
54785  direction="l",
54786  linebreak="al",
54787  unicodeslot=0x1CEF,
54788 },
54789 [0x1CF0]={
54790  category="lo",
54791  description="VEDIC SIGN RTHANG LONG ANUSVARA",
54792  direction="l",
54793  linebreak="al",
54794  unicodeslot=0x1CF0,
54795 },
54796 [0x1CF1]={
54797  category="lo",
54798  description="VEDIC SIGN ANUSVARA UBHAYATO MUKHA",
54799  direction="l",
54800  linebreak="al",
54801  unicodeslot=0x1CF1,
54802 },
54803 [0x1CF2]={
54804  category="mc",
54805  description="VEDIC SIGN ARDHAVISARGA",
54806  direction="l",
54807  linebreak="al",
54808  unicodeslot=0x1CF2,
54809 },
54810 [0x1CF3]={
54811  category="mc",
54812  description="VEDIC SIGN ROTATED ARDHAVISARGA",
54813  direction="l",
54814  linebreak="al",
54815  unicodeslot=0x1CF3,
54816 },
54817 [0x1CF4]={
54818  category="mn",
54819  combining=0xE6,
54820  description="VEDIC TONE CANDRA ABOVE",
54821  direction="nsm",
54822  linebreak="cm",
54823  unicodeslot=0x1CF4,
54824 },
54825 [0x1CF5]={
54826  category="lo",
54827  description="VEDIC SIGN JIHVAMULIYA",
54828  direction="l",
54829  linebreak="al",
54830  unicodeslot=0x1CF5,
54831 },
54832 [0x1CF6]={
54833  category="lo",
54834  description="VEDIC SIGN UPADHMANIYA",
54835  direction="l",
54836  linebreak="al",
54837  unicodeslot=0x1CF6,
54838 },
54839 [0x1CF7]={
54840  category="mc",
54841  description="VEDIC SIGN ATIKRAMA",
54842  direction="l",
54843  linebreak="cm",
54844  unicodeslot=0x1CF7,
54845 },
54846 [0x1CF8]={
54847  category="mn",
54848  combining=0xE6,
54849  description="VEDIC TONE RING ABOVE",
54850  direction="nsm",
54851  linebreak="cm",
54852  unicodeslot=0x1CF8,
54853 },
54854 [0x1CF9]={
54855  category="mn",
54856  combining=0xE6,
54857  description="VEDIC TONE DOUBLE RING ABOVE",
54858  direction="nsm",
54859  linebreak="cm",
54860  unicodeslot=0x1CF9,
54861 },
54862 [0x1CFA]={
54863  category="lo",
54864  description="VEDIC SIGN DOUBLE ANUSVARA ANTARGOMUKHA",
54865  direction="l",
54866  linebreak="al",
54867  unicodeslot=0x1CFA,
54868 },
54869 [0x1D00]={
54870  category="ll",
54871  description="LATIN LETTER SMALL CAPITAL A",
54872  direction="l",
54873  linebreak="al",
54874  unicodeslot=0x1D00,
54875 },
54876 [0x1D01]={
54877  category="ll",
54878  description="LATIN LETTER SMALL CAPITAL AE",
54879  direction="l",
54880  linebreak="al",
54881  unicodeslot=0x1D01,
54882 },
54883 [0x1D02]={
54884  category="ll",
54885  description="LATIN SMALL LETTER TURNED AE",
54886  direction="l",
54887  linebreak="al",
54888  unicodeslot=0x1D02,
54889 },
54890 [0x1D03]={
54891  category="ll",
54892  description="LATIN LETTER SMALL CAPITAL BARRED B",
54893  direction="l",
54894  linebreak="al",
54895  unicodeslot=0x1D03,
54896 },
54897 [0x1D04]={
54898  category="ll",
54899  description="LATIN LETTER SMALL CAPITAL C",
54900  direction="l",
54901  linebreak="al",
54902  unicodeslot=0x1D04,
54903 },
54904 [0x1D05]={
54905  category="ll",
54906  description="LATIN LETTER SMALL CAPITAL D",
54907  direction="l",
54908  linebreak="al",
54909  unicodeslot=0x1D05,
54910 },
54911 [0x1D06]={
54912  category="ll",
54913  description="LATIN LETTER SMALL CAPITAL ETH",
54914  direction="l",
54915  linebreak="al",
54916  unicodeslot=0x1D06,
54917 },
54918 [0x1D07]={
54919  category="ll",
54920  description="LATIN LETTER SMALL CAPITAL E",
54921  direction="l",
54922  linebreak="al",
54923  unicodeslot=0x1D07,
54924 },
54925 [0x1D08]={
54926  category="ll",
54927  description="LATIN SMALL LETTER TURNED OPEN E",
54928  direction="l",
54929  linebreak="al",
54930  unicodeslot=0x1D08,
54931 },
54932 [0x1D09]={
54933  category="ll",
54934  description="LATIN SMALL LETTER TURNED I",
54935  direction="l",
54936  linebreak="al",
54937  unicodeslot=0x1D09,
54938 },
54939 [0x1D0A]={
54940  category="ll",
54941  description="LATIN LETTER SMALL CAPITAL J",
54942  direction="l",
54943  linebreak="al",
54944  unicodeslot=0x1D0A,
54945 },
54946 [0x1D0B]={
54947  category="ll",
54948  description="LATIN LETTER SMALL CAPITAL K",
54949  direction="l",
54950  linebreak="al",
54951  unicodeslot=0x1D0B,
54952 },
54953 [0x1D0C]={
54954  category="ll",
54955  description="LATIN LETTER SMALL CAPITAL L WITH STROKE",
54956  direction="l",
54957  linebreak="al",
54958  specials={ "with", 0x29F, 0x2F },
54959  unicodeslot=0x1D0C,
54960 },
54961 [0x1D0D]={
54962  category="ll",
54963  description="LATIN LETTER SMALL CAPITAL M",
54964  direction="l",
54965  linebreak="al",
54966  unicodeslot=0x1D0D,
54967 },
54968 [0x1D0E]={
54969  category="ll",
54970  description="LATIN LETTER SMALL CAPITAL REVERSED N",
54971  direction="l",
54972  linebreak="al",
54973  unicodeslot=0x1D0E,
54974 },
54975 [0x1D0F]={
54976  category="ll",
54977  description="LATIN LETTER SMALL CAPITAL O",
54978  direction="l",
54979  linebreak="al",
54980  unicodeslot=0x1D0F,
54981 },
54982 [0x1D10]={
54983  category="ll",
54984  description="LATIN LETTER SMALL CAPITAL OPEN O",
54985  direction="l",
54986  linebreak="al",
54987  unicodeslot=0x1D10,
54988 },
54989 [0x1D11]={
54990  category="ll",
54991  description="LATIN SMALL LETTER SIDEWAYS O",
54992  direction="l",
54993  linebreak="al",
54994  unicodeslot=0x1D11,
54995 },
54996 [0x1D12]={
54997  category="ll",
54998  description="LATIN SMALL LETTER SIDEWAYS OPEN O",
54999  direction="l",
55000  linebreak="al",
55001  unicodeslot=0x1D12,
55002 },
55003 [0x1D13]={
55004  category="ll",
55005  description="LATIN SMALL LETTER SIDEWAYS O WITH STROKE",
55006  direction="l",
55007  linebreak="al",
55008  specials={ "with", 0x1D11, 0x2F },
55009  unicodeslot=0x1D13,
55010 },
55011 [0x1D14]={
55012  category="ll",
55013  description="LATIN SMALL LETTER TURNED OE",
55014  direction="l",
55015  linebreak="al",
55016  unicodeslot=0x1D14,
55017 },
55018 [0x1D15]={
55019  category="ll",
55020  description="LATIN LETTER SMALL CAPITAL OU",
55021  direction="l",
55022  linebreak="al",
55023  unicodeslot=0x1D15,
55024 },
55025 [0x1D16]={
55026  category="ll",
55027  description="LATIN SMALL LETTER TOP HALF O",
55028  direction="l",
55029  linebreak="al",
55030  unicodeslot=0x1D16,
55031 },
55032 [0x1D17]={
55033  category="ll",
55034  description="LATIN SMALL LETTER BOTTOM HALF O",
55035  direction="l",
55036  linebreak="al",
55037  unicodeslot=0x1D17,
55038 },
55039 [0x1D18]={
55040  category="ll",
55041  description="LATIN LETTER SMALL CAPITAL P",
55042  direction="l",
55043  linebreak="al",
55044  unicodeslot=0x1D18,
55045 },
55046 [0x1D19]={
55047  category="ll",
55048  description="LATIN LETTER SMALL CAPITAL REVERSED R",
55049  direction="l",
55050  linebreak="al",
55051  unicodeslot=0x1D19,
55052 },
55053 [0x1D1A]={
55054  category="ll",
55055  description="LATIN LETTER SMALL CAPITAL TURNED R",
55056  direction="l",
55057  linebreak="al",
55058  unicodeslot=0x1D1A,
55059 },
55060 [0x1D1B]={
55061  category="ll",
55062  description="LATIN LETTER SMALL CAPITAL T",
55063  direction="l",
55064  linebreak="al",
55065  unicodeslot=0x1D1B,
55066 },
55067 [0x1D1C]={
55068  category="ll",
55069  description="LATIN LETTER SMALL CAPITAL U",
55070  direction="l",
55071  linebreak="al",
55072  unicodeslot=0x1D1C,
55073 },
55074 [0x1D1D]={
55075  category="ll",
55076  description="LATIN SMALL LETTER SIDEWAYS U",
55077  direction="l",
55078  linebreak="al",
55079  unicodeslot=0x1D1D,
55080 },
55081 [0x1D1E]={
55082  category="ll",
55083  description="LATIN SMALL LETTER SIDEWAYS DIAERESIZED U",
55084  direction="l",
55085  linebreak="al",
55086  unicodeslot=0x1D1E,
55087 },
55088 [0x1D1F]={
55089  category="ll",
55090  description="LATIN SMALL LETTER SIDEWAYS TURNED M",
55091  direction="l",
55092  linebreak="al",
55093  unicodeslot=0x1D1F,
55094 },
55095 [0x1D20]={
55096  category="ll",
55097  description="LATIN LETTER SMALL CAPITAL V",
55098  direction="l",
55099  linebreak="al",
55100  unicodeslot=0x1D20,
55101 },
55102 [0x1D21]={
55103  category="ll",
55104  description="LATIN LETTER SMALL CAPITAL W",
55105  direction="l",
55106  linebreak="al",
55107  unicodeslot=0x1D21,
55108 },
55109 [0x1D22]={
55110  category="ll",
55111  description="LATIN LETTER SMALL CAPITAL Z",
55112  direction="l",
55113  linebreak="al",
55114  unicodeslot=0x1D22,
55115 },
55116 [0x1D23]={
55117  category="ll",
55118  description="LATIN LETTER SMALL CAPITAL EZH",
55119  direction="l",
55120  linebreak="al",
55121  unicodeslot=0x1D23,
55122 },
55123 [0x1D24]={
55124  category="ll",
55125  description="LATIN LETTER VOICED LARYNGEAL SPIRANT",
55126  direction="l",
55127  linebreak="al",
55128  unicodeslot=0x1D24,
55129 },
55130 [0x1D25]={
55131  category="ll",
55132  description="LATIN LETTER AIN",
55133  direction="l",
55134  linebreak="al",
55135  unicodeslot=0x1D25,
55136 },
55137 [0x1D26]={
55138  category="ll",
55139  description="GREEK LETTER SMALL CAPITAL GAMMA",
55140  direction="l",
55141  linebreak="al",
55142  unicodeslot=0x1D26,
55143 },
55144 [0x1D27]={
55145  category="ll",
55146  description="GREEK LETTER SMALL CAPITAL LAMDA",
55147  direction="l",
55148  linebreak="al",
55149  unicodeslot=0x1D27,
55150 },
55151 [0x1D28]={
55152  category="ll",
55153  description="GREEK LETTER SMALL CAPITAL PI",
55154  direction="l",
55155  linebreak="al",
55156  unicodeslot=0x1D28,
55157 },
55158 [0x1D29]={
55159  category="ll",
55160  description="GREEK LETTER SMALL CAPITAL RHO",
55161  direction="l",
55162  linebreak="al",
55163  unicodeslot=0x1D29,
55164 },
55165 [0x1D2A]={
55166  category="ll",
55167  description="GREEK LETTER SMALL CAPITAL PSI",
55168  direction="l",
55169  linebreak="al",
55170  unicodeslot=0x1D2A,
55171 },
55172 [0x1D2B]={
55173  category="ll",
55174  description="CYRILLIC LETTER SMALL CAPITAL EL",
55175  direction="l",
55176  linebreak="al",
55177  unicodeslot=0x1D2B,
55178 },
55179 [0x1D2C]={
55180  category="lm",
55181  description="MODIFIER LETTER CAPITAL A",
55182  direction="l",
55183  linebreak="al",
55184  specials={ "super", 0x41 },
55185  unicodeslot=0x1D2C,
55186 },
55187 [0x1D2D]={
55188  category="lm",
55189  description="MODIFIER LETTER CAPITAL AE",
55190  direction="l",
55191  linebreak="al",
55192  specials={ "super", 0xC6 },
55193  unicodeslot=0x1D2D,
55194 },
55195 [0x1D2E]={
55196  category="lm",
55197  description="MODIFIER LETTER CAPITAL B",
55198  direction="l",
55199  linebreak="al",
55200  specials={ "super", 0x42 },
55201  unicodeslot=0x1D2E,
55202 },
55203 [0x1D2F]={
55204  category="lm",
55205  description="MODIFIER LETTER CAPITAL BARRED B",
55206  direction="l",
55207  linebreak="al",
55208  unicodeslot=0x1D2F,
55209 },
55210 [0x1D30]={
55211  category="lm",
55212  description="MODIFIER LETTER CAPITAL D",
55213  direction="l",
55214  linebreak="al",
55215  specials={ "super", 0x44 },
55216  unicodeslot=0x1D30,
55217 },
55218 [0x1D31]={
55219  category="lm",
55220  description="MODIFIER LETTER CAPITAL E",
55221  direction="l",
55222  linebreak="al",
55223  specials={ "super", 0x45 },
55224  unicodeslot=0x1D31,
55225 },
55226 [0x1D32]={
55227  category="lm",
55228  description="MODIFIER LETTER CAPITAL REVERSED E",
55229  direction="l",
55230  linebreak="al",
55231  specials={ "super", 0x18E },
55232  unicodeslot=0x1D32,
55233 },
55234 [0x1D33]={
55235  category="lm",
55236  description="MODIFIER LETTER CAPITAL G",
55237  direction="l",
55238  linebreak="al",
55239  specials={ "super", 0x47 },
55240  unicodeslot=0x1D33,
55241 },
55242 [0x1D34]={
55243  category="lm",
55244  description="MODIFIER LETTER CAPITAL H",
55245  direction="l",
55246  linebreak="al",
55247  specials={ "super", 0x48 },
55248  unicodeslot=0x1D34,
55249 },
55250 [0x1D35]={
55251  category="lm",
55252  description="MODIFIER LETTER CAPITAL I",
55253  direction="l",
55254  linebreak="al",
55255  specials={ "super", 0x49 },
55256  unicodeslot=0x1D35,
55257 },
55258 [0x1D36]={
55259  category="lm",
55260  description="MODIFIER LETTER CAPITAL J",
55261  direction="l",
55262  linebreak="al",
55263  specials={ "super", 0x4A },
55264  unicodeslot=0x1D36,
55265 },
55266 [0x1D37]={
55267  category="lm",
55268  description="MODIFIER LETTER CAPITAL K",
55269  direction="l",
55270  linebreak="al",
55271  specials={ "super", 0x4B },
55272  unicodeslot=0x1D37,
55273 },
55274 [0x1D38]={
55275  category="lm",
55276  description="MODIFIER LETTER CAPITAL L",
55277  direction="l",
55278  linebreak="al",
55279  specials={ "super", 0x4C },
55280  unicodeslot=0x1D38,
55281 },
55282 [0x1D39]={
55283  category="lm",
55284  description="MODIFIER LETTER CAPITAL M",
55285  direction="l",
55286  linebreak="al",
55287  specials={ "super", 0x4D },
55288  unicodeslot=0x1D39,
55289 },
55290 [0x1D3A]={
55291  category="lm",
55292  description="MODIFIER LETTER CAPITAL N",
55293  direction="l",
55294  linebreak="al",
55295  specials={ "super", 0x4E },
55296  unicodeslot=0x1D3A,
55297 },
55298 [0x1D3B]={
55299  category="lm",
55300  description="MODIFIER LETTER CAPITAL REVERSED N",
55301  direction="l",
55302  linebreak="al",
55303  unicodeslot=0x1D3B,
55304 },
55305 [0x1D3C]={
55306  category="lm",
55307  description="MODIFIER LETTER CAPITAL O",
55308  direction="l",
55309  linebreak="al",
55310  specials={ "super", 0x4F },
55311  unicodeslot=0x1D3C,
55312 },
55313 [0x1D3D]={
55314  category="lm",
55315  description="MODIFIER LETTER CAPITAL OU",
55316  direction="l",
55317  linebreak="al",
55318  specials={ "super", 0x222 },
55319  unicodeslot=0x1D3D,
55320 },
55321 [0x1D3E]={
55322  category="lm",
55323  description="MODIFIER LETTER CAPITAL P",
55324  direction="l",
55325  linebreak="al",
55326  specials={ "super", 0x50 },
55327  unicodeslot=0x1D3E,
55328 },
55329 [0x1D3F]={
55330  category="lm",
55331  description="MODIFIER LETTER CAPITAL R",
55332  direction="l",
55333  linebreak="al",
55334  specials={ "super", 0x52 },
55335  unicodeslot=0x1D3F,
55336 },
55337 [0x1D40]={
55338  category="lm",
55339  description="MODIFIER LETTER CAPITAL T",
55340  direction="l",
55341  linebreak="al",
55342  specials={ "super", 0x54 },
55343  unicodeslot=0x1D40,
55344 },
55345 [0x1D41]={
55346  category="lm",
55347  description="MODIFIER LETTER CAPITAL U",
55348  direction="l",
55349  linebreak="al",
55350  specials={ "super", 0x55 },
55351  unicodeslot=0x1D41,
55352 },
55353 [0x1D42]={
55354  category="lm",
55355  description="MODIFIER LETTER CAPITAL W",
55356  direction="l",
55357  linebreak="al",
55358  specials={ "super", 0x57 },
55359  unicodeslot=0x1D42,
55360 },
55361 [0x1D43]={
55362  category="lm",
55363  description="MODIFIER LETTER SMALL A",
55364  direction="l",
55365  linebreak="al",
55366  specials={ "super", 0x61 },
55367  unicodeslot=0x1D43,
55368 },
55369 [0x1D44]={
55370  category="lm",
55371  description="MODIFIER LETTER SMALL TURNED A",
55372  direction="l",
55373  linebreak="al",
55374  specials={ "super", 0x250 },
55375  unicodeslot=0x1D44,
55376 },
55377 [0x1D45]={
55378  category="lm",
55379  description="MODIFIER LETTER SMALL ALPHA",
55380  direction="l",
55381  linebreak="al",
55382  specials={ "super", 0x251 },
55383  unicodeslot=0x1D45,
55384 },
55385 [0x1D46]={
55386  category="lm",
55387  description="MODIFIER LETTER SMALL TURNED AE",
55388  direction="l",
55389  linebreak="al",
55390  specials={ "super", 0x1D02 },
55391  unicodeslot=0x1D46,
55392 },
55393 [0x1D47]={
55394  category="lm",
55395  description="MODIFIER LETTER SMALL B",
55396  direction="l",
55397  linebreak="al",
55398  specials={ "super", 0x62 },
55399  unicodeslot=0x1D47,
55400 },
55401 [0x1D48]={
55402  category="lm",
55403  description="MODIFIER LETTER SMALL D",
55404  direction="l",
55405  linebreak="al",
55406  specials={ "super", 0x64 },
55407  unicodeslot=0x1D48,
55408 },
55409 [0x1D49]={
55410  category="lm",
55411  description="MODIFIER LETTER SMALL E",
55412  direction="l",
55413  linebreak="al",
55414  specials={ "super", 0x65 },
55415  unicodeslot=0x1D49,
55416 },
55417 [0x1D4A]={
55418  category="lm",
55419  description="MODIFIER LETTER SMALL SCHWA",
55420  direction="l",
55421  linebreak="al",
55422  specials={ "super", 0x259 },
55423  unicodeslot=0x1D4A,
55424 },
55425 [0x1D4B]={
55426  category="lm",
55427  description="MODIFIER LETTER SMALL OPEN E",
55428  direction="l",
55429  linebreak="al",
55430  specials={ "super", 0x25B },
55431  unicodeslot=0x1D4B,
55432 },
55433 [0x1D4C]={
55434  category="lm",
55435  description="MODIFIER LETTER SMALL TURNED OPEN E",
55436  direction="l",
55437  linebreak="al",
55438  specials={ "super", 0x25C },
55439  unicodeslot=0x1D4C,
55440 },
55441 [0x1D4D]={
55442  category="lm",
55443  description="MODIFIER LETTER SMALL G",
55444  direction="l",
55445  linebreak="al",
55446  specials={ "super", 0x67 },
55447  unicodeslot=0x1D4D,
55448 },
55449 [0x1D4E]={
55450  category="lm",
55451  description="MODIFIER LETTER SMALL TURNED I",
55452  direction="l",
55453  linebreak="al",
55454  unicodeslot=0x1D4E,
55455 },
55456 [0x1D4F]={
55457  category="lm",
55458  description="MODIFIER LETTER SMALL K",
55459  direction="l",
55460  linebreak="al",
55461  specials={ "super", 0x6B },
55462  unicodeslot=0x1D4F,
55463 },
55464 [0x1D50]={
55465  category="lm",
55466  description="MODIFIER LETTER SMALL M",
55467  direction="l",
55468  linebreak="al",
55469  specials={ "super", 0x6D },
55470  unicodeslot=0x1D50,
55471 },
55472 [0x1D51]={
55473  category="lm",
55474  description="MODIFIER LETTER SMALL ENG",
55475  direction="l",
55476  linebreak="al",
55477  specials={ "super", 0x14B },
55478  unicodeslot=0x1D51,
55479 },
55480 [0x1D52]={
55481  category="lm",
55482  description="MODIFIER LETTER SMALL O",
55483  direction="l",
55484  linebreak="al",
55485  specials={ "super", 0x6F },
55486  unicodeslot=0x1D52,
55487 },
55488 [0x1D53]={
55489  category="lm",
55490  description="MODIFIER LETTER SMALL OPEN O",
55491  direction="l",
55492  linebreak="al",
55493  specials={ "super", 0x254 },
55494  unicodeslot=0x1D53,
55495 },
55496 [0x1D54]={
55497  category="lm",
55498  description="MODIFIER LETTER SMALL TOP HALF O",
55499  direction="l",
55500  linebreak="al",
55501  specials={ "super", 0x1D16 },
55502  unicodeslot=0x1D54,
55503 },
55504 [0x1D55]={
55505  category="lm",
55506  description="MODIFIER LETTER SMALL BOTTOM HALF O",
55507  direction="l",
55508  linebreak="al",
55509  specials={ "super", 0x1D17 },
55510  unicodeslot=0x1D55,
55511 },
55512 [0x1D56]={
55513  category="lm",
55514  description="MODIFIER LETTER SMALL P",
55515  direction="l",
55516  linebreak="al",
55517  specials={ "super", 0x70 },
55518  unicodeslot=0x1D56,
55519 },
55520 [0x1D57]={
55521  category="lm",
55522  description="MODIFIER LETTER SMALL T",
55523  direction="l",
55524  linebreak="al",
55525  specials={ "super", 0x74 },
55526  unicodeslot=0x1D57,
55527 },
55528 [0x1D58]={
55529  category="lm",
55530  description="MODIFIER LETTER SMALL U",
55531  direction="l",
55532  linebreak="al",
55533  specials={ "super", 0x75 },
55534  unicodeslot=0x1D58,
55535 },
55536 [0x1D59]={
55537  category="lm",
55538  description="MODIFIER LETTER SMALL SIDEWAYS U",
55539  direction="l",
55540  linebreak="al",
55541  specials={ "super", 0x1D1D },
55542  unicodeslot=0x1D59,
55543 },
55544 [0x1D5A]={
55545  category="lm",
55546  description="MODIFIER LETTER SMALL TURNED M",
55547  direction="l",
55548  linebreak="al",
55549  specials={ "super", 0x26F },
55550  unicodeslot=0x1D5A,
55551 },
55552 [0x1D5B]={
55553  category="lm",
55554  description="MODIFIER LETTER SMALL V",
55555  direction="l",
55556  linebreak="al",
55557  specials={ "super", 0x76 },
55558  unicodeslot=0x1D5B,
55559 },
55560 [0x1D5C]={
55561  category="lm",
55562  description="MODIFIER LETTER SMALL AIN",
55563  direction="l",
55564  linebreak="al",
55565  specials={ "super", 0x1D25 },
55566  unicodeslot=0x1D5C,
55567 },
55568 [0x1D5D]={
55569  category="lm",
55570  description="MODIFIER LETTER SMALL BETA",
55571  direction="l",
55572  linebreak="al",
55573  specials={ "super", 0x3B2 },
55574  unicodeslot=0x1D5D,
55575 },
55576 [0x1D5E]={
55577  category="lm",
55578  description="MODIFIER LETTER SMALL GREEK GAMMA",
55579  direction="l",
55580  linebreak="al",
55581  specials={ "super", 0x3B3 },
55582  unicodeslot=0x1D5E,
55583 },
55584 [0x1D5F]={
55585  category="lm",
55586  description="MODIFIER LETTER SMALL DELTA",
55587  direction="l",
55588  linebreak="al",
55589  specials={ "super", 0x3B4 },
55590  unicodeslot=0x1D5F,
55591 },
55592 [0x1D60]={
55593  category="lm",
55594  description="MODIFIER LETTER SMALL GREEK PHI",
55595  direction="l",
55596  linebreak="al",
55597  specials={ "super", 0x3C6 },
55598  unicodeslot=0x1D60,
55599 },
55600 [0x1D61]={
55601  category="lm",
55602  description="MODIFIER LETTER SMALL CHI",
55603  direction="l",
55604  linebreak="al",
55605  specials={ "super", 0x3C7 },
55606  unicodeslot=0x1D61,
55607 },
55608 [0x1D62]={
55609  category="ll",
55610  description="LATIN SUBSCRIPT SMALL LETTER I",
55611  direction="l",
55612  linebreak="al",
55613  specials={ "sub", 0x69 },
55614  unicodeslot=0x1D62,
55615 },
55616 [0x1D63]={
55617  category="ll",
55618  description="LATIN SUBSCRIPT SMALL LETTER R",
55619  direction="l",
55620  linebreak="al",
55621  specials={ "sub", 0x72 },
55622  unicodeslot=0x1D63,
55623 },
55624 [0x1D64]={
55625  category="ll",
55626  description="LATIN SUBSCRIPT SMALL LETTER U",
55627  direction="l",
55628  linebreak="al",
55629  specials={ "sub", 0x75 },
55630  unicodeslot=0x1D64,
55631 },
55632 [0x1D65]={
55633  category="ll",
55634  description="LATIN SUBSCRIPT SMALL LETTER V",
55635  direction="l",
55636  linebreak="al",
55637  specials={ "sub", 0x76 },
55638  unicodeslot=0x1D65,
55639 },
55640 [0x1D66]={
55641  category="ll",
55642  description="GREEK SUBSCRIPT SMALL LETTER BETA",
55643  direction="l",
55644  linebreak="al",
55645  specials={ "sub", 0x3B2 },
55646  unicodeslot=0x1D66,
55647 },
55648 [0x1D67]={
55649  category="ll",
55650  description="GREEK SUBSCRIPT SMALL LETTER GAMMA",
55651  direction="l",
55652  linebreak="al",
55653  specials={ "sub", 0x3B3 },
55654  unicodeslot=0x1D67,
55655 },
55656 [0x1D68]={
55657  category="ll",
55658  description="GREEK SUBSCRIPT SMALL LETTER RHO",
55659  direction="l",
55660  linebreak="al",
55661  specials={ "sub", 0x3C1 },
55662  unicodeslot=0x1D68,
55663 },
55664 [0x1D69]={
55665  category="ll",
55666  description="GREEK SUBSCRIPT SMALL LETTER PHI",
55667  direction="l",
55668  linebreak="al",
55669  specials={ "sub", 0x3C6 },
55670  unicodeslot=0x1D69,
55671 },
55672 [0x1D6A]={
55673  category="ll",
55674  description="GREEK SUBSCRIPT SMALL LETTER CHI",
55675  direction="l",
55676  linebreak="al",
55677  specials={ "sub", 0x3C7 },
55678  unicodeslot=0x1D6A,
55679 },
55680 [0x1D6B]={
55681  category="ll",
55682  description="LATIN SMALL LETTER UE",
55683  direction="l",
55684  linebreak="al",
55685  unicodeslot=0x1D6B,
55686 },
55687 [0x1D6C]={
55688  category="ll",
55689  description="LATIN SMALL LETTER B WITH MIDDLE TILDE",
55690  direction="l",
55691  linebreak="al",
55692  shcode=0x62,
55693  unicodeslot=0x1D6C,
55694 },
55695 [0x1D6D]={
55696  category="ll",
55697  description="LATIN SMALL LETTER D WITH MIDDLE TILDE",
55698  direction="l",
55699  linebreak="al",
55700  shcode=0x64,
55701  unicodeslot=0x1D6D,
55702 },
55703 [0x1D6E]={
55704  category="ll",
55705  description="LATIN SMALL LETTER F WITH MIDDLE TILDE",
55706  direction="l",
55707  linebreak="al",
55708  shcode=0x66,
55709  unicodeslot=0x1D6E,
55710 },
55711 [0x1D6F]={
55712  category="ll",
55713  description="LATIN SMALL LETTER M WITH MIDDLE TILDE",
55714  direction="l",
55715  linebreak="al",
55716  shcode=0x6D,
55717  unicodeslot=0x1D6F,
55718 },
55719 [0x1D70]={
55720  category="ll",
55721  description="LATIN SMALL LETTER N WITH MIDDLE TILDE",
55722  direction="l",
55723  linebreak="al",
55724  shcode=0x6E,
55725  unicodeslot=0x1D70,
55726 },
55727 [0x1D71]={
55728  category="ll",
55729  description="LATIN SMALL LETTER P WITH MIDDLE TILDE",
55730  direction="l",
55731  linebreak="al",
55732  shcode=0x70,
55733  unicodeslot=0x1D71,
55734 },
55735 [0x1D72]={
55736  category="ll",
55737  description="LATIN SMALL LETTER R WITH MIDDLE TILDE",
55738  direction="l",
55739  linebreak="al",
55740  shcode=0x72,
55741  unicodeslot=0x1D72,
55742 },
55743 [0x1D73]={
55744  category="ll",
55745  description="LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE",
55746  direction="l",
55747  linebreak="al",
55748  shcode=0x72,
55749  unicodeslot=0x1D73,
55750 },
55751 [0x1D74]={
55752  category="ll",
55753  description="LATIN SMALL LETTER S WITH MIDDLE TILDE",
55754  direction="l",
55755  linebreak="al",
55756  shcode=0x73,
55757  unicodeslot=0x1D74,
55758 },
55759 [0x1D75]={
55760  category="ll",
55761  description="LATIN SMALL LETTER T WITH MIDDLE TILDE",
55762  direction="l",
55763  linebreak="al",
55764  shcode=0x74,
55765  unicodeslot=0x1D75,
55766 },
55767 [0x1D76]={
55768  category="ll",
55769  description="LATIN SMALL LETTER Z WITH MIDDLE TILDE",
55770  direction="l",
55771  linebreak="al",
55772  shcode=0x7A,
55773  unicodeslot=0x1D76,
55774 },
55775 [0x1D77]={
55776  category="ll",
55777  description="LATIN SMALL LETTER TURNED G",
55778  direction="l",
55779  linebreak="al",
55780  unicodeslot=0x1D77,
55781 },
55782 [0x1D78]={
55783  category="lm",
55784  description="MODIFIER LETTER CYRILLIC EN",
55785  direction="l",
55786  linebreak="al",
55787  specials={ "super", 0x43D },
55788  unicodeslot=0x1D78,
55789 },
55790 [0x1D79]={
55791  category="ll",
55792  description="LATIN SMALL LETTER INSULAR G",
55793  direction="l",
55794  linebreak="al",
55795  unicodeslot=0x1D79,
55796 },
55797 [0x1D7A]={
55798  category="ll",
55799  description="LATIN SMALL LETTER TH WITH STRIKETHROUGH",
55800  direction="l",
55801  linebreak="al",
55802  unicodeslot=0x1D7A,
55803 },
55804 [0x1D7B]={
55805  category="ll",
55806  description="LATIN SMALL CAPITAL LETTER I WITH STROKE",
55807  direction="l",
55808  linebreak="al",
55809  unicodeslot=0x1D7B,
55810 },
55811 [0x1D7C]={
55812  category="ll",
55813  description="LATIN SMALL LETTER IOTA WITH STROKE",
55814  direction="l",
55815  linebreak="al",
55816  shcode=0x269,
55817  specials={ "with", 0x269, 0x2F },
55818  unicodeslot=0x1D7C,
55819 },
55820 [0x1D7D]={
55821  category="ll",
55822  description="LATIN SMALL LETTER P WITH STROKE",
55823  direction="l",
55824  linebreak="al",
55825  shcode=0x70,
55826  specials={ "with", 0x70, 0x2F },
55827  uccode=0x2C63,
55828  unicodeslot=0x1D7D,
55829 },
55830 [0x1D7E]={
55831  category="ll",
55832  description="LATIN SMALL CAPITAL LETTER U WITH STROKE",
55833  direction="l",
55834  linebreak="al",
55835  unicodeslot=0x1D7E,
55836 },
55837 [0x1D7F]={
55838  category="ll",
55839  description="LATIN SMALL LETTER UPSILON WITH STROKE",
55840  direction="l",
55841  linebreak="al",
55842  shcode=0x28A,
55843  specials={ "with", 0x28A, 0x2F },
55844  unicodeslot=0x1D7F,
55845 },
55846 [0x1D80]={
55847  category="ll",
55848  description="LATIN SMALL LETTER B WITH PALATAL HOOK",
55849  direction="l",
55850  linebreak="al",
55851  shcode=0x62,
55852  unicodeslot=0x1D80,
55853 },
55854 [0x1D81]={
55855  category="ll",
55856  description="LATIN SMALL LETTER D WITH PALATAL HOOK",
55857  direction="l",
55858  linebreak="al",
55859  shcode=0x64,
55860  unicodeslot=0x1D81,
55861 },
55862 [0x1D82]={
55863  category="ll",
55864  description="LATIN SMALL LETTER F WITH PALATAL HOOK",
55865  direction="l",
55866  linebreak="al",
55867  shcode=0x66,
55868  unicodeslot=0x1D82,
55869 },
55870 [0x1D83]={
55871  category="ll",
55872  description="LATIN SMALL LETTER G WITH PALATAL HOOK",
55873  direction="l",
55874  linebreak="al",
55875  shcode=0x67,
55876  unicodeslot=0x1D83,
55877 },
55878 [0x1D84]={
55879  category="ll",
55880  description="LATIN SMALL LETTER K WITH PALATAL HOOK",
55881  direction="l",
55882  linebreak="al",
55883  shcode=0x6B,
55884  unicodeslot=0x1D84,
55885 },
55886 [0x1D85]={
55887  category="ll",
55888  description="LATIN SMALL LETTER L WITH PALATAL HOOK",
55889  direction="l",
55890  linebreak="al",
55891  shcode=0x6C,
55892  unicodeslot=0x1D85,
55893 },
55894 [0x1D86]={
55895  category="ll",
55896  description="LATIN SMALL LETTER M WITH PALATAL HOOK",
55897  direction="l",
55898  linebreak="al",
55899  shcode=0x6D,
55900  unicodeslot=0x1D86,
55901 },
55902 [0x1D87]={
55903  category="ll",
55904  description="LATIN SMALL LETTER N WITH PALATAL HOOK",
55905  direction="l",
55906  linebreak="al",
55907  shcode=0x6E,
55908  unicodeslot=0x1D87,
55909 },
55910 [0x1D88]={
55911  category="ll",
55912  description="LATIN SMALL LETTER P WITH PALATAL HOOK",
55913  direction="l",
55914  linebreak="al",
55915  shcode=0x70,
55916  unicodeslot=0x1D88,
55917 },
55918 [0x1D89]={
55919  category="ll",
55920  description="LATIN SMALL LETTER R WITH PALATAL HOOK",
55921  direction="l",
55922  linebreak="al",
55923  shcode=0x72,
55924  unicodeslot=0x1D89,
55925 },
55926 [0x1D8A]={
55927  category="ll",
55928  description="LATIN SMALL LETTER S WITH PALATAL HOOK",
55929  direction="l",
55930  linebreak="al",
55931  shcode=0x73,
55932  unicodeslot=0x1D8A,
55933 },
55934 [0x1D8B]={
55935  category="ll",
55936  description="LATIN SMALL LETTER ESH WITH PALATAL HOOK",
55937  direction="l",
55938  linebreak="al",
55939  shcode=0x283,
55940  unicodeslot=0x1D8B,
55941 },
55942 [0x1D8C]={
55943  category="ll",
55944  description="LATIN SMALL LETTER V WITH PALATAL HOOK",
55945  direction="l",
55946  linebreak="al",
55947  shcode=0x76,
55948  unicodeslot=0x1D8C,
55949 },
55950 [0x1D8D]={
55951  category="ll",
55952  description="LATIN SMALL LETTER X WITH PALATAL HOOK",
55953  direction="l",
55954  linebreak="al",
55955  shcode=0x78,
55956  unicodeslot=0x1D8D,
55957 },
55958 [0x1D8E]={
55959  category="ll",
55960  description="LATIN SMALL LETTER Z WITH PALATAL HOOK",
55961  direction="l",
55962  linebreak="al",
55963  shcode=0x7A,
55964  unicodeslot=0x1D8E,
55965 },
55966 [0x1D8F]={
55967  category="ll",
55968  description="LATIN SMALL LETTER A WITH RETROFLEX HOOK",
55969  direction="l",
55970  linebreak="al",
55971  shcode=0x61,
55972  unicodeslot=0x1D8F,
55973 },
55974 [0x1D90]={
55975  category="ll",
55976  description="LATIN SMALL LETTER ALPHA WITH RETROFLEX HOOK",
55977  direction="l",
55978  linebreak="al",
55979  shcode=0x251,
55980  unicodeslot=0x1D90,
55981 },
55982 [0x1D91]={
55983  category="ll",
55984  description="LATIN SMALL LETTER D WITH HOOK AND TAIL",
55985  direction="l",
55986  linebreak="al",
55987  shcode=0x64,
55988  unicodeslot=0x1D91,
55989 },
55990 [0x1D92]={
55991  category="ll",
55992  description="LATIN SMALL LETTER E WITH RETROFLEX HOOK",
55993  direction="l",
55994  linebreak="al",
55995  shcode=0x65,
55996  unicodeslot=0x1D92,
55997 },
55998 [0x1D93]={
55999  category="ll",
56000  description="LATIN SMALL LETTER OPEN E WITH RETROFLEX HOOK",
56001  direction="l",
56002  linebreak="al",
56003  unicodeslot=0x1D93,
56004 },
56005 [0x1D94]={
56006  category="ll",
56007  description="LATIN SMALL LETTER REVERSED OPEN E WITH RETROFLEX HOOK",
56008  direction="l",
56009  linebreak="al",
56010  unicodeslot=0x1D94,
56011 },
56012 [0x1D95]={
56013  category="ll",
56014  description="LATIN SMALL LETTER SCHWA WITH RETROFLEX HOOK",
56015  direction="l",
56016  linebreak="al",
56017  shcode=0x259,
56018  unicodeslot=0x1D95,
56019 },
56020 [0x1D96]={
56021  category="ll",
56022  description="LATIN SMALL LETTER I WITH RETROFLEX HOOK",
56023  direction="l",
56024  linebreak="al",
56025  shcode=0x69,
56026  unicodeslot=0x1D96,
56027 },
56028 [0x1D97]={
56029  category="ll",
56030  description="LATIN SMALL LETTER OPEN O WITH RETROFLEX HOOK",
56031  direction="l",
56032  linebreak="al",
56033  unicodeslot=0x1D97,
56034 },
56035 [0x1D98]={
56036  category="ll",
56037  description="LATIN SMALL LETTER ESH WITH RETROFLEX HOOK",
56038  direction="l",
56039  linebreak="al",
56040  shcode=0x283,
56041  unicodeslot=0x1D98,
56042 },
56043 [0x1D99]={
56044  category="ll",
56045  description="LATIN SMALL LETTER U WITH RETROFLEX HOOK",
56046  direction="l",
56047  linebreak="al",
56048  shcode=0x75,
56049  unicodeslot=0x1D99,
56050 },
56051 [0x1D9A]={
56052  category="ll",
56053  description="LATIN SMALL LETTER EZH WITH RETROFLEX HOOK",
56054  direction="l",
56055  linebreak="al",
56056  shcode=0x292,
56057  unicodeslot=0x1D9A,
56058 },
56059 [0x1D9B]={
56060  category="lm",
56061  description="MODIFIER LETTER SMALL TURNED ALPHA",
56062  direction="l",
56063  linebreak="al",
56064  specials={ "super", 0x252 },
56065  unicodeslot=0x1D9B,
56066 },
56067 [0x1D9C]={
56068  category="lm",
56069  description="MODIFIER LETTER SMALL C",
56070  direction="l",
56071  linebreak="al",
56072  specials={ "super", 0x63 },
56073  unicodeslot=0x1D9C,
56074 },
56075 [0x1D9D]={
56076  category="lm",
56077  description="MODIFIER LETTER SMALL C WITH CURL",
56078  direction="l",
56079  linebreak="al",
56080  specials={ "super", 0x255 },
56081  unicodeslot=0x1D9D,
56082 },
56083 [0x1D9E]={
56084  category="lm",
56085  description="MODIFIER LETTER SMALL ETH",
56086  direction="l",
56087  linebreak="al",
56088  specials={ "super", 0xF0 },
56089  unicodeslot=0x1D9E,
56090 },
56091 [0x1D9F]={
56092  category="lm",
56093  description="MODIFIER LETTER SMALL REVERSED OPEN E",
56094  direction="l",
56095  linebreak="al",
56096  specials={ "super", 0x25C },
56097  unicodeslot=0x1D9F,
56098 },
56099 [0x1DA0]={
56100  category="lm",
56101  description="MODIFIER LETTER SMALL F",
56102  direction="l",
56103  linebreak="al",
56104  specials={ "super", 0x66 },
56105  unicodeslot=0x1DA0,
56106 },
56107 [0x1DA1]={
56108  category="lm",
56109  description="MODIFIER LETTER SMALL DOTLESS J WITH STROKE",
56110  direction="l",
56111  linebreak="al",
56112  specials={ "super", 0x25F },
56113  unicodeslot=0x1DA1,
56114 },
56115 [0x1DA2]={
56116  category="lm",
56117  description="MODIFIER LETTER SMALL SCRIPT G",
56118  direction="l",
56119  linebreak="al",
56120  specials={ "super", 0x261 },
56121  unicodeslot=0x1DA2,
56122 },
56123 [0x1DA3]={
56124  category="lm",
56125  description="MODIFIER LETTER SMALL TURNED H",
56126  direction="l",
56127  linebreak="al",
56128  specials={ "super", 0x265 },
56129  unicodeslot=0x1DA3,
56130 },
56131 [0x1DA4]={
56132  category="lm",
56133  description="MODIFIER LETTER SMALL I WITH STROKE",
56134  direction="l",
56135  linebreak="al",
56136  specials={ "super", 0x268 },
56137  unicodeslot=0x1DA4,
56138 },
56139 [0x1DA5]={
56140  category="lm",
56141  description="MODIFIER LETTER SMALL IOTA",
56142  direction="l",
56143  linebreak="al",
56144  specials={ "super", 0x269 },
56145  unicodeslot=0x1DA5,
56146 },
56147 [0x1DA6]={
56148  category="lm",
56149  description="MODIFIER LETTER SMALL CAPITAL I",
56150  direction="l",
56151  linebreak="al",
56152  specials={ "super", 0x26A },
56153  unicodeslot=0x1DA6,
56154 },
56155 [0x1DA7]={
56156  category="lm",
56157  description="MODIFIER LETTER SMALL CAPITAL I WITH STROKE",
56158  direction="l",
56159  linebreak="al",
56160  specials={ "super", 0x1D7B },
56161  unicodeslot=0x1DA7,
56162 },
56163 [0x1DA8]={
56164  category="lm",
56165  description="MODIFIER LETTER SMALL J WITH CROSSED-TAIL",
56166  direction="l",
56167  linebreak="al",
56168  specials={ "super", 0x29D },
56169  unicodeslot=0x1DA8,
56170 },
56171 [0x1DA9]={
56172  category="lm",
56173  description="MODIFIER LETTER SMALL L WITH RETROFLEX HOOK",
56174  direction="l",
56175  linebreak="al",
56176  specials={ "super", 0x26D },
56177  unicodeslot=0x1DA9,
56178 },
56179 [0x1DAA]={
56180  category="lm",
56181  description="MODIFIER LETTER SMALL L WITH PALATAL HOOK",
56182  direction="l",
56183  linebreak="al",
56184  specials={ "super", 0x1D85 },
56185  unicodeslot=0x1DAA,
56186 },
56187 [0x1DAB]={
56188  category="lm",
56189  description="MODIFIER LETTER SMALL CAPITAL L",
56190  direction="l",
56191  linebreak="al",
56192  specials={ "super", 0x29F },
56193  unicodeslot=0x1DAB,
56194 },
56195 [0x1DAC]={
56196  category="lm",
56197  description="MODIFIER LETTER SMALL M WITH HOOK",
56198  direction="l",
56199  linebreak="al",
56200  specials={ "super", 0x271 },
56201  unicodeslot=0x1DAC,
56202 },
56203 [0x1DAD]={
56204  category="lm",
56205  description="MODIFIER LETTER SMALL TURNED M WITH LONG LEG",
56206  direction="l",
56207  linebreak="al",
56208  specials={ "super", 0x270 },
56209  unicodeslot=0x1DAD,
56210 },
56211 [0x1DAE]={
56212  category="lm",
56213  description="MODIFIER LETTER SMALL N WITH LEFT HOOK",
56214  direction="l",
56215  linebreak="al",
56216  specials={ "super", 0x272 },
56217  unicodeslot=0x1DAE,
56218 },
56219 [0x1DAF]={
56220  category="lm",
56221  description="MODIFIER LETTER SMALL N WITH RETROFLEX HOOK",
56222  direction="l",
56223  linebreak="al",
56224  specials={ "super", 0x273 },
56225  unicodeslot=0x1DAF,
56226 },
56227 [0x1DB0]={
56228  category="lm",
56229  description="MODIFIER LETTER SMALL CAPITAL N",
56230  direction="l",
56231  linebreak="al",
56232  specials={ "super", 0x274 },
56233  unicodeslot=0x1DB0,
56234 },
56235 [0x1DB1]={
56236  category="lm",
56237  description="MODIFIER LETTER SMALL BARRED O",
56238  direction="l",
56239  linebreak="al",
56240  specials={ "super", 0x275 },
56241  unicodeslot=0x1DB1,
56242 },
56243 [0x1DB2]={
56244  category="lm",
56245  description="MODIFIER LETTER SMALL PHI",
56246  direction="l",
56247  linebreak="al",
56248  specials={ "super", 0x278 },
56249  unicodeslot=0x1DB2,
56250 },
56251 [0x1DB3]={
56252  category="lm",
56253  description="MODIFIER LETTER SMALL S WITH HOOK",
56254  direction="l",
56255  linebreak="al",
56256  specials={ "super", 0x282 },
56257  unicodeslot=0x1DB3,
56258 },
56259 [0x1DB4]={
56260  category="lm",
56261  description="MODIFIER LETTER SMALL ESH",
56262  direction="l",
56263  linebreak="al",
56264  specials={ "super", 0x283 },
56265  unicodeslot=0x1DB4,
56266 },
56267 [0x1DB5]={
56268  category="lm",
56269  description="MODIFIER LETTER SMALL T WITH PALATAL HOOK",
56270  direction="l",
56271  linebreak="al",
56272  specials={ "super", 0x1AB },
56273  unicodeslot=0x1DB5,
56274 },
56275 [0x1DB6]={
56276  category="lm",
56277  description="MODIFIER LETTER SMALL U BAR",
56278  direction="l",
56279  linebreak="al",
56280  specials={ "super", 0x289 },
56281  unicodeslot=0x1DB6,
56282 },
56283 [0x1DB7]={
56284  category="lm",
56285  description="MODIFIER LETTER SMALL UPSILON",
56286  direction="l",
56287  linebreak="al",
56288  specials={ "super", 0x28A },
56289  unicodeslot=0x1DB7,
56290 },
56291 [0x1DB8]={
56292  category="lm",
56293  description="MODIFIER LETTER SMALL CAPITAL U",
56294  direction="l",
56295  linebreak="al",
56296  specials={ "super", 0x1D1C },
56297  unicodeslot=0x1DB8,
56298 },
56299 [0x1DB9]={
56300  category="lm",
56301  description="MODIFIER LETTER SMALL V WITH HOOK",
56302  direction="l",
56303  linebreak="al",
56304  specials={ "super", 0x28B },
56305  unicodeslot=0x1DB9,
56306 },
56307 [0x1DBA]={
56308  category="lm",
56309  description="MODIFIER LETTER SMALL TURNED V",
56310  direction="l",
56311  linebreak="al",
56312  specials={ "super", 0x28C },
56313  unicodeslot=0x1DBA,
56314 },
56315 [0x1DBB]={
56316  category="lm",
56317  description="MODIFIER LETTER SMALL Z",
56318  direction="l",
56319  linebreak="al",
56320  specials={ "super", 0x7A },
56321  unicodeslot=0x1DBB,
56322 },
56323 [0x1DBC]={
56324  category="lm",
56325  description="MODIFIER LETTER SMALL Z WITH RETROFLEX HOOK",
56326  direction="l",
56327  linebreak="al",
56328  specials={ "super", 0x290 },
56329  unicodeslot=0x1DBC,
56330 },
56331 [0x1DBD]={
56332  category="lm",
56333  description="MODIFIER LETTER SMALL Z WITH CURL",
56334  direction="l",
56335  linebreak="al",
56336  specials={ "super", 0x291 },
56337  unicodeslot=0x1DBD,
56338 },
56339 [0x1DBE]={
56340  category="lm",
56341  description="MODIFIER LETTER SMALL EZH",
56342  direction="l",
56343  linebreak="al",
56344  specials={ "super", 0x292 },
56345  unicodeslot=0x1DBE,
56346 },
56347 [0x1DBF]={
56348  category="lm",
56349  description="MODIFIER LETTER SMALL THETA",
56350  direction="l",
56351  linebreak="al",
56352  specials={ "super", 0x3B8 },
56353  unicodeslot=0x1DBF,
56354 },
56355 [0x1DC0]={
56356  category="mn",
56357  combining=0xE6,
56358  description="COMBINING DOTTED GRAVE ACCENT",
56359  direction="nsm",
56360  linebreak="cm",
56361  unicodeslot=0x1DC0,
56362 },
56363 [0x1DC1]={
56364  category="mn",
56365  combining=0xE6,
56366  description="COMBINING DOTTED ACUTE ACCENT",
56367  direction="nsm",
56368  linebreak="cm",
56369  unicodeslot=0x1DC1,
56370 },
56371 [0x1DC2]={
56372  category="mn",
56373  combining=0xDC,
56374  description="COMBINING SNAKE BELOW",
56375  direction="nsm",
56376  linebreak="cm",
56377  unicodeslot=0x1DC2,
56378 },
56379 [0x1DC3]={
56380  category="mn",
56381  combining=0xE6,
56382  description="COMBINING SUSPENSION MARK",
56383  direction="nsm",
56384  linebreak="cm",
56385  unicodeslot=0x1DC3,
56386 },
56387 [0x1DC4]={
56388  category="mn",
56389  combining=0xE6,
56390  description="COMBINING MACRON-ACUTE",
56391  direction="nsm",
56392  linebreak="cm",
56393  unicodeslot=0x1DC4,
56394 },
56395 [0x1DC5]={
56396  category="mn",
56397  combining=0xE6,
56398  description="COMBINING GRAVE-MACRON",
56399  direction="nsm",
56400  linebreak="cm",
56401  unicodeslot=0x1DC5,
56402 },
56403 [0x1DC6]={
56404  category="mn",
56405  combining=0xE6,
56406  description="COMBINING MACRON-GRAVE",
56407  direction="nsm",
56408  linebreak="cm",
56409  unicodeslot=0x1DC6,
56410 },
56411 [0x1DC7]={
56412  category="mn",
56413  combining=0xE6,
56414  description="COMBINING ACUTE-MACRON",
56415  direction="nsm",
56416  linebreak="cm",
56417  unicodeslot=0x1DC7,
56418 },
56419 [0x1DC8]={
56420  category="mn",
56421  combining=0xE6,
56422  description="COMBINING GRAVE-ACUTE-GRAVE",
56423  direction="nsm",
56424  linebreak="cm",
56425  unicodeslot=0x1DC8,
56426 },
56427 [0x1DC9]={
56428  category="mn",
56429  combining=0xE6,
56430  description="COMBINING ACUTE-GRAVE-ACUTE",
56431  direction="nsm",
56432  linebreak="cm",
56433  unicodeslot=0x1DC9,
56434 },
56435 [0x1DCA]={
56436  category="mn",
56437  combining=0xDC,
56438  description="COMBINING LATIN SMALL LETTER R BELOW",
56439  direction="nsm",
56440  linebreak="cm",
56441  unicodeslot=0x1DCA,
56442 },
56443 [0x1DCB]={
56444  category="mn",
56445  combining=0xE6,
56446  description="COMBINING BREVE-MACRON",
56447  direction="nsm",
56448  linebreak="cm",
56449  unicodeslot=0x1DCB,
56450 },
56451 [0x1DCC]={
56452  category="mn",
56453  combining=0xE6,
56454  description="COMBINING MACRON-BREVE",
56455  direction="nsm",
56456  linebreak="cm",
56457  unicodeslot=0x1DCC,
56458 },
56459 [0x1DCD]={
56460  category="mn",
56461  combining=0xEA,
56462  description="COMBINING DOUBLE CIRCUMFLEX ABOVE",
56463  direction="nsm",
56464  linebreak="gl",
56465  unicodeslot=0x1DCD,
56466 },
56467 [0x1DCE]={
56468  category="mn",
56469  combining=0xD6,
56470  description="COMBINING OGONEK ABOVE",
56471  direction="nsm",
56472  linebreak="cm",
56473  unicodeslot=0x1DCE,
56474 },
56475 [0x1DCF]={
56476  category="mn",
56477  combining=0xDC,
56478  description="COMBINING ZIGZAG BELOW",
56479  direction="nsm",
56480  linebreak="cm",
56481  unicodeslot=0x1DCF,
56482 },
56483 [0x1DD0]={
56484  category="mn",
56485  combining=0xCA,
56486  description="COMBINING IS BELOW",
56487  direction="nsm",
56488  linebreak="cm",
56489  unicodeslot=0x1DD0,
56490 },
56491 [0x1DD1]={
56492  category="mn",
56493  combining=0xE6,
56494  description="COMBINING UR ABOVE",
56495  direction="nsm",
56496  linebreak="cm",
56497  unicodeslot=0x1DD1,
56498 },
56499 [0x1DD2]={
56500  category="mn",
56501  combining=0xE6,
56502  description="COMBINING US ABOVE",
56503  direction="nsm",
56504  linebreak="cm",
56505  unicodeslot=0x1DD2,
56506 },
56507 [0x1DD3]={
56508  category="mn",
56509  combining=0xE6,
56510  description="COMBINING LATIN SMALL LETTER FLATTENED OPEN A ABOVE",
56511  direction="nsm",
56512  linebreak="cm",
56513  unicodeslot=0x1DD3,
56514 },
56515 [0x1DD4]={
56516  category="mn",
56517  combining=0xE6,
56518  description="COMBINING LATIN SMALL LETTER AE",
56519  direction="nsm",
56520  linebreak="cm",
56521  unicodeslot=0x1DD4,
56522 },
56523 [0x1DD5]={
56524  category="mn",
56525  combining=0xE6,
56526  description="COMBINING LATIN SMALL LETTER AO",
56527  direction="nsm",
56528  linebreak="cm",
56529  unicodeslot=0x1DD5,
56530 },
56531 [0x1DD6]={
56532  category="mn",
56533  combining=0xE6,
56534  description="COMBINING LATIN SMALL LETTER AV",
56535  direction="nsm",
56536  linebreak="cm",
56537  unicodeslot=0x1DD6,
56538 },
56539 [0x1DD7]={
56540  category="mn",
56541  combining=0xE6,
56542  description="COMBINING LATIN SMALL LETTER C CEDILLA",
56543  direction="nsm",
56544  linebreak="cm",
56545  unicodeslot=0x1DD7,
56546 },
56547 [0x1DD8]={
56548  category="mn",
56549  combining=0xE6,
56550  description="COMBINING LATIN SMALL LETTER INSULAR D",
56551  direction="nsm",
56552  linebreak="cm",
56553  unicodeslot=0x1DD8,
56554 },
56555 [0x1DD9]={
56556  category="mn",
56557  combining=0xE6,
56558  description="COMBINING LATIN SMALL LETTER ETH",
56559  direction="nsm",
56560  linebreak="cm",
56561  unicodeslot=0x1DD9,
56562 },
56563 [0x1DDA]={
56564  category="mn",
56565  combining=0xE6,
56566  description="COMBINING LATIN SMALL LETTER G",
56567  direction="nsm",
56568  linebreak="cm",
56569  unicodeslot=0x1DDA,
56570 },
56571 [0x1DDB]={
56572  category="mn",
56573  combining=0xE6,
56574  description="COMBINING LATIN LETTER SMALL CAPITAL G",
56575  direction="nsm",
56576  linebreak="cm",
56577  unicodeslot=0x1DDB,
56578 },
56579 [0x1DDC]={
56580  category="mn",
56581  combining=0xE6,
56582  description="COMBINING LATIN SMALL LETTER K",
56583  direction="nsm",
56584  linebreak="cm",
56585  unicodeslot=0x1DDC,
56586 },
56587 [0x1DDD]={
56588  category="mn",
56589  combining=0xE6,
56590  description="COMBINING LATIN SMALL LETTER L",
56591  direction="nsm",
56592  linebreak="cm",
56593  unicodeslot=0x1DDD,
56594 },
56595 [0x1DDE]={
56596  category="mn",
56597  combining=0xE6,
56598  description="COMBINING LATIN LETTER SMALL CAPITAL L",
56599  direction="nsm",
56600  linebreak="cm",
56601  unicodeslot=0x1DDE,
56602 },
56603 [0x1DDF]={
56604  category="mn",
56605  combining=0xE6,
56606  description="COMBINING LATIN LETTER SMALL CAPITAL M",
56607  direction="nsm",
56608  linebreak="cm",
56609  unicodeslot=0x1DDF,
56610 },
56611 [0x1DE0]={
56612  category="mn",
56613  combining=0xE6,
56614  description="COMBINING LATIN SMALL LETTER N",
56615  direction="nsm",
56616  linebreak="cm",
56617  unicodeslot=0x1DE0,
56618 },
56619 [0x1DE1]={
56620  category="mn",
56621  combining=0xE6,
56622  description="COMBINING LATIN LETTER SMALL CAPITAL N",
56623  direction="nsm",
56624  linebreak="cm",
56625  unicodeslot=0x1DE1,
56626 },
56627 [0x1DE2]={
56628  category="mn",
56629  combining=0xE6,
56630  description="COMBINING LATIN LETTER SMALL CAPITAL R",
56631  direction="nsm",
56632  linebreak="cm",
56633  unicodeslot=0x1DE2,
56634 },
56635 [0x1DE3]={
56636  category="mn",
56637  combining=0xE6,
56638  description="COMBINING LATIN SMALL LETTER R ROTUNDA",
56639  direction="nsm",
56640  linebreak="cm",
56641  unicodeslot=0x1DE3,
56642 },
56643 [0x1DE4]={
56644  category="mn",
56645  combining=0xE6,
56646  description="COMBINING LATIN SMALL LETTER S",
56647  direction="nsm",
56648  linebreak="cm",
56649  unicodeslot=0x1DE4,
56650 },
56651 [0x1DE5]={
56652  category="mn",
56653  combining=0xE6,
56654  description="COMBINING LATIN SMALL LETTER LONG S",
56655  direction="nsm",
56656  linebreak="cm",
56657  unicodeslot=0x1DE5,
56658 },
56659 [0x1DE6]={
56660  category="mn",
56661  combining=0xE6,
56662  description="COMBINING LATIN SMALL LETTER Z",
56663  direction="nsm",
56664  linebreak="cm",
56665  unicodeslot=0x1DE6,
56666 },
56667 [0x1DE7]={
56668  category="mn",
56669  combining=0xE6,
56670  description="COMBINING LATIN SMALL LETTER ALPHA",
56671  direction="nsm",
56672  linebreak="cm",
56673  unicodeslot=0x1DE7,
56674 },
56675 [0x1DE8]={
56676  category="mn",
56677  combining=0xE6,
56678  description="COMBINING LATIN SMALL LETTER B",
56679  direction="nsm",
56680  linebreak="cm",
56681  unicodeslot=0x1DE8,
56682 },
56683 [0x1DE9]={
56684  category="mn",
56685  combining=0xE6,
56686  description="COMBINING LATIN SMALL LETTER BETA",
56687  direction="nsm",
56688  linebreak="cm",
56689  unicodeslot=0x1DE9,
56690 },
56691 [0x1DEA]={
56692  category="mn",
56693  combining=0xE6,
56694  description="COMBINING LATIN SMALL LETTER SCHWA",
56695  direction="nsm",
56696  linebreak="cm",
56697  unicodeslot=0x1DEA,
56698 },
56699 [0x1DEB]={
56700  category="mn",
56701  combining=0xE6,
56702  description="COMBINING LATIN SMALL LETTER F",
56703  direction="nsm",
56704  linebreak="cm",
56705  unicodeslot=0x1DEB,
56706 },
56707 [0x1DEC]={
56708  category="mn",
56709  combining=0xE6,
56710  description="COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE",
56711  direction="nsm",
56712  linebreak="cm",
56713  unicodeslot=0x1DEC,
56714 },
56715 [0x1DED]={
56716  category="mn",
56717  combining=0xE6,
56718  description="COMBINING LATIN SMALL LETTER O WITH LIGHT CENTRALIZATION STROKE",
56719  direction="nsm",
56720  linebreak="cm",
56721  unicodeslot=0x1DED,
56722 },
56723 [0x1DEE]={
56724  category="mn",
56725  combining=0xE6,
56726  description="COMBINING LATIN SMALL LETTER P",
56727  direction="nsm",
56728  linebreak="cm",
56729  unicodeslot=0x1DEE,
56730 },
56731 [0x1DEF]={
56732  category="mn",
56733  combining=0xE6,
56734  description="COMBINING LATIN SMALL LETTER ESH",
56735  direction="nsm",
56736  linebreak="cm",
56737  unicodeslot=0x1DEF,
56738 },
56739 [0x1DF0]={
56740  category="mn",
56741  combining=0xE6,
56742  description="COMBINING LATIN SMALL LETTER U WITH LIGHT CENTRALIZATION STROKE",
56743  direction="nsm",
56744  linebreak="cm",
56745  unicodeslot=0x1DF0,
56746 },
56747 [0x1DF1]={
56748  category="mn",
56749  combining=0xE6,
56750  description="COMBINING LATIN SMALL LETTER W",
56751  direction="nsm",
56752  linebreak="cm",
56753  unicodeslot=0x1DF1,
56754 },
56755 [0x1DF2]={
56756  category="mn",
56757  combining=0xE6,
56758  description="COMBINING LATIN SMALL LETTER A WITH DIAERESIS",
56759  direction="nsm",
56760  linebreak="cm",
56761  unicodeslot=0x1DF2,
56762 },
56763 [0x1DF3]={
56764  category="mn",
56765  combining=0xE6,
56766  description="COMBINING LATIN SMALL LETTER O WITH DIAERESIS",
56767  direction="nsm",
56768  linebreak="cm",
56769  unicodeslot=0x1DF3,
56770 },
56771 [0x1DF4]={
56772  category="mn",
56773  combining=0xE6,
56774  description="COMBINING LATIN SMALL LETTER U WITH DIAERESIS",
56775  direction="nsm",
56776  linebreak="cm",
56777  unicodeslot=0x1DF4,
56778 },
56779 [0x1DF5]={
56780  category="mn",
56781  combining=0xE6,
56782  description="COMBINING UP TACK ABOVE",
56783  direction="nsm",
56784  linebreak="cm",
56785  unicodeslot=0x1DF5,
56786 },
56787 [0x1DF6]={
56788  category="mn",
56789  combining=0xE8,
56790  description="COMBINING KAVYKA ABOVE RIGHT",
56791  direction="nsm",
56792  linebreak="cm",
56793  unicodeslot=0x1DF6,
56794 },
56795 [0x1DF7]={
56796  category="mn",
56797  combining=0xE4,
56798  description="COMBINING KAVYKA ABOVE LEFT",
56799  direction="nsm",
56800  linebreak="cm",
56801  unicodeslot=0x1DF7,
56802 },
56803 [0x1DF8]={
56804  category="mn",
56805  combining=0xE4,
56806  description="COMBINING DOT ABOVE LEFT",
56807  direction="nsm",
56808  linebreak="cm",
56809  unicodeslot=0x1DF8,
56810 },
56811 [0x1DF9]={
56812  category="mn",
56813  combining=0xDC,
56814  description="COMBINING WIDE INVERTED BRIDGE BELOW",
56815  direction="nsm",
56816  linebreak="cm",
56817  unicodeslot=0x1DF9,
56818 },
56819 [0x1DFA]={
56820  category="mn",
56821  combining=0xDA,
56822  description="COMBINING DOT BELOW LEFT",
56823  direction="nsm",
56824  linebreak="cm",
56825  unicodeslot=0x1DFA,
56826 },
56827 [0x1DFB]={
56828  category="mn",
56829  combining=0xE6,
56830  description="COMBINING DELETION MARK",
56831  direction="nsm",
56832  linebreak="cm",
56833  unicodeslot=0x1DFB,
56834 },
56835 [0x1DFC]={
56836  category="mn",
56837  combining=0xE9,
56838  description="COMBINING DOUBLE INVERTED BREVE BELOW",
56839  direction="nsm",
56840  linebreak="gl",
56841  unicodeslot=0x1DFC,
56842 },
56843 [0x1DFD]={
56844  category="mn",
56845  combining=0xDC,
56846  description="COMBINING ALMOST EQUAL TO BELOW",
56847  direction="nsm",
56848  linebreak="cm",
56849  unicodeslot=0x1DFD,
56850 },
56851 [0x1DFE]={
56852  category="mn",
56853  combining=0xE6,
56854  description="COMBINING LEFT ARROWHEAD ABOVE",
56855  direction="nsm",
56856  linebreak="cm",
56857  unicodeslot=0x1DFE,
56858 },
56859 [0x1DFF]={
56860  category="mn",
56861  combining=0xDC,
56862  description="COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW",
56863  direction="nsm",
56864  linebreak="cm",
56865  unicodeslot=0x1DFF,
56866 },
56867 [0x1E00]={
56868  adobename="Aringbelow",
56869  category="lu",
56870  description="LATIN CAPITAL LETTER A WITH RING BELOW",
56871  direction="l",
56872  lccode=0x1E01,
56873  linebreak="al",
56874  shcode=0x41,
56875  specials={ "char", 0x41, 0x325 },
56876  unicodeslot=0x1E00,
56877 },
56878 [0x1E01]={
56879  adobename="aringbelow",
56880  category="ll",
56881  description="LATIN SMALL LETTER A WITH RING BELOW",
56882  direction="l",
56883  linebreak="al",
56884  shcode=0x61,
56885  specials={ "char", 0x61, 0x325 },
56886  uccode=0x1E00,
56887  unicodeslot=0x1E01,
56888 },
56889 [0x1E02]={
56890  adobename="Bdotaccent",
56891  category="lu",
56892  description="LATIN CAPITAL LETTER B WITH DOT ABOVE",
56893  direction="l",
56894  lccode=0x1E03,
56895  linebreak="al",
56896  shcode=0x42,
56897  specials={ "char", 0x42, 0x307 },
56898  unicodeslot=0x1E02,
56899 },
56900 [0x1E03]={
56901  adobename="bdotaccent",
56902  category="ll",
56903  description="LATIN SMALL LETTER B WITH DOT ABOVE",
56904  direction="l",
56905  linebreak="al",
56906  shcode=0x62,
56907  specials={ "char", 0x62, 0x307 },
56908  uccode=0x1E02,
56909  unicodeslot=0x1E03,
56910 },
56911 [0x1E04]={
56912  adobename="Bdotbelow",
56913  category="lu",
56914  description="LATIN CAPITAL LETTER B WITH DOT BELOW",
56915  direction="l",
56916  lccode=0x1E05,
56917  linebreak="al",
56918  shcode=0x42,
56919  specials={ "char", 0x42, 0x323 },
56920  unicodeslot=0x1E04,
56921 },
56922 [0x1E05]={
56923  adobename="bdotbelow",
56924  category="ll",
56925  description="LATIN SMALL LETTER B WITH DOT BELOW",
56926  direction="l",
56927  linebreak="al",
56928  shcode=0x62,
56929  specials={ "char", 0x62, 0x323 },
56930  uccode=0x1E04,
56931  unicodeslot=0x1E05,
56932 },
56933 [0x1E06]={
56934  adobename="Blinebelow",
56935  category="lu",
56936  description="LATIN CAPITAL LETTER B WITH LINE BELOW",
56937  direction="l",
56938  lccode=0x1E07,
56939  linebreak="al",
56940  shcode=0x42,
56941  specials={ "char", 0x42, 0x331 },
56942  unicodeslot=0x1E06,
56943 },
56944 [0x1E07]={
56945  adobename="blinebelow",
56946  category="ll",
56947  description="LATIN SMALL LETTER B WITH LINE BELOW",
56948  direction="l",
56949  linebreak="al",
56950  shcode=0x62,
56951  specials={ "char", 0x62, 0x331 },
56952  uccode=0x1E06,
56953  unicodeslot=0x1E07,
56954 },
56955 [0x1E08]={
56956  adobename="Ccedillaacute",
56957  category="lu",
56958  description="LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE",
56959  direction="l",
56960  lccode=0x1E09,
56961  linebreak="al",
56962  shcode=0x43,
56963  specials={ "char", 0xC7, 0x301 },
56964  unicodeslot=0x1E08,
56965 },
56966 [0x1E09]={
56967  adobename="ccedillaacute",
56968  category="ll",
56969  description="LATIN SMALL LETTER C WITH CEDILLA AND ACUTE",
56970  direction="l",
56971  linebreak="al",
56972  shcode=0x63,
56973  specials={ "char", 0xE7, 0x301 },
56974  uccode=0x1E08,
56975  unicodeslot=0x1E09,
56976 },
56977 [0x1E0A]={
56978  adobename="Ddotaccent",
56979  category="lu",
56980  description="LATIN CAPITAL LETTER D WITH DOT ABOVE",
56981  direction="l",
56982  lccode=0x1E0B,
56983  linebreak="al",
56984  shcode=0x44,
56985  specials={ "char", 0x44, 0x307 },
56986  unicodeslot=0x1E0A,
56987 },
56988 [0x1E0B]={
56989  adobename="ddotaccent",
56990  category="ll",
56991  description="LATIN SMALL LETTER D WITH DOT ABOVE",
56992  direction="l",
56993  linebreak="al",
56994  shcode=0x64,
56995  specials={ "char", 0x64, 0x307 },
56996  uccode=0x1E0A,
56997  unicodeslot=0x1E0B,
56998 },
56999 [0x1E0C]={
57000  adobename="Ddotbelow",
57001  category="lu",
57002  description="LATIN CAPITAL LETTER D WITH DOT BELOW",
57003  direction="l",
57004  lccode=0x1E0D,
57005  linebreak="al",
57006  shcode=0x44,
57007  specials={ "char", 0x44, 0x323 },
57008  unicodeslot=0x1E0C,
57009 },
57010 [0x1E0D]={
57011  adobename="ddotbelow",
57012  category="ll",
57013  description="LATIN SMALL LETTER D WITH DOT BELOW",
57014  direction="l",
57015  linebreak="al",
57016  shcode=0x64,
57017  specials={ "char", 0x64, 0x323 },
57018  uccode=0x1E0C,
57019  unicodeslot=0x1E0D,
57020 },
57021 [0x1E0E]={
57022  adobename="Dlinebelow",
57023  category="lu",
57024  description="LATIN CAPITAL LETTER D WITH LINE BELOW",
57025  direction="l",
57026  lccode=0x1E0F,
57027  linebreak="al",
57028  shcode=0x44,
57029  specials={ "char", 0x44, 0x331 },
57030  unicodeslot=0x1E0E,
57031 },
57032 [0x1E0F]={
57033  adobename="dlinebelow",
57034  category="ll",
57035  description="LATIN SMALL LETTER D WITH LINE BELOW",
57036  direction="l",
57037  linebreak="al",
57038  shcode=0x64,
57039  specials={ "char", 0x64, 0x331 },
57040  uccode=0x1E0E,
57041  unicodeslot=0x1E0F,
57042 },
57043 [0x1E10]={
57044  adobename="Dcedilla",
57045  category="lu",
57046  description="LATIN CAPITAL LETTER D WITH CEDILLA",
57047  direction="l",
57048  lccode=0x1E11,
57049  linebreak="al",
57050  shcode=0x44,
57051  specials={ "char", 0x44, 0x327 },
57052  unicodeslot=0x1E10,
57053 },
57054 [0x1E11]={
57055  adobename="dcedilla",
57056  category="ll",
57057  description="LATIN SMALL LETTER D WITH CEDILLA",
57058  direction="l",
57059  linebreak="al",
57060  shcode=0x64,
57061  specials={ "char", 0x64, 0x327 },
57062  uccode=0x1E10,
57063  unicodeslot=0x1E11,
57064 },
57065 [0x1E12]={
57066  adobename="Dcircumflexbelow",
57067  category="lu",
57068  description="LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW",
57069  direction="l",
57070  lccode=0x1E13,
57071  linebreak="al",
57072  shcode=0x44,
57073  specials={ "char", 0x44, 0x32D },
57074  unicodeslot=0x1E12,
57075 },
57076 [0x1E13]={
57077  adobename="dcircumflexbelow",
57078  category="ll",
57079  description="LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW",
57080  direction="l",
57081  linebreak="al",
57082  shcode=0x64,
57083  specials={ "char", 0x64, 0x32D },
57084  uccode=0x1E12,
57085  unicodeslot=0x1E13,
57086 },
57087 [0x1E14]={
57088  adobename="Emacrongrave",
57089  category="lu",
57090  description="LATIN CAPITAL LETTER E WITH MACRON AND GRAVE",
57091  direction="l",
57092  lccode=0x1E15,
57093  linebreak="al",
57094  shcode=0x45,
57095  specials={ "char", 0x112, 0x300 },
57096  unicodeslot=0x1E14,
57097 },
57098 [0x1E15]={
57099  adobename="emacrongrave",
57100  category="ll",
57101  description="LATIN SMALL LETTER E WITH MACRON AND GRAVE",
57102  direction="l",
57103  linebreak="al",
57104  shcode=0x65,
57105  specials={ "char", 0x113, 0x300 },
57106  uccode=0x1E14,
57107  unicodeslot=0x1E15,
57108 },
57109 [0x1E16]={
57110  adobename="Emacronacute",
57111  category="lu",
57112  description="LATIN CAPITAL LETTER E WITH MACRON AND ACUTE",
57113  direction="l",
57114  lccode=0x1E17,
57115  linebreak="al",
57116  shcode=0x45,
57117  specials={ "char", 0x112, 0x301 },
57118  unicodeslot=0x1E16,
57119 },
57120 [0x1E17]={
57121  adobename="emacronacute",
57122  category="ll",
57123  description="LATIN SMALL LETTER E WITH MACRON AND ACUTE",
57124  direction="l",
57125  linebreak="al",
57126  shcode=0x65,
57127  specials={ "char", 0x113, 0x301 },
57128  uccode=0x1E16,
57129  unicodeslot=0x1E17,
57130 },
57131 [0x1E18]={
57132  adobename="Ecircumflexbelow",
57133  category="lu",
57134  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW",
57135  direction="l",
57136  lccode=0x1E19,
57137  linebreak="al",
57138  shcode=0x45,
57139  specials={ "char", 0x45, 0x32D },
57140  unicodeslot=0x1E18,
57141 },
57142 [0x1E19]={
57143  adobename="ecircumflexbelow",
57144  category="ll",
57145  description="LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW",
57146  direction="l",
57147  linebreak="al",
57148  shcode=0x65,
57149  specials={ "char", 0x65, 0x32D },
57150  uccode=0x1E18,
57151  unicodeslot=0x1E19,
57152 },
57153 [0x1E1A]={
57154  adobename="Etildebelow",
57155  category="lu",
57156  description="LATIN CAPITAL LETTER E WITH TILDE BELOW",
57157  direction="l",
57158  lccode=0x1E1B,
57159  linebreak="al",
57160  shcode=0x45,
57161  specials={ "char", 0x45, 0x330 },
57162  unicodeslot=0x1E1A,
57163 },
57164 [0x1E1B]={
57165  adobename="etildebelow",
57166  category="ll",
57167  description="LATIN SMALL LETTER E WITH TILDE BELOW",
57168  direction="l",
57169  linebreak="al",
57170  shcode=0x65,
57171  specials={ "char", 0x65, 0x330 },
57172  uccode=0x1E1A,
57173  unicodeslot=0x1E1B,
57174 },
57175 [0x1E1C]={
57176  adobename="Ecedillabreve",
57177  category="lu",
57178  description="LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE",
57179  direction="l",
57180  lccode=0x1E1D,
57181  linebreak="al",
57182  shcode=0x45,
57183  specials={ "char", 0x228, 0x306 },
57184  unicodeslot=0x1E1C,
57185 },
57186 [0x1E1D]={
57187  adobename="ecedillabreve",
57188  category="ll",
57189  description="LATIN SMALL LETTER E WITH CEDILLA AND BREVE",
57190  direction="l",
57191  linebreak="al",
57192  shcode=0x65,
57193  specials={ "char", 0x229, 0x306 },
57194  uccode=0x1E1C,
57195  unicodeslot=0x1E1D,
57196 },
57197 [0x1E1E]={
57198  adobename="Fdotaccent",
57199  category="lu",
57200  description="LATIN CAPITAL LETTER F WITH DOT ABOVE",
57201  direction="l",
57202  lccode=0x1E1F,
57203  linebreak="al",
57204  shcode=0x46,
57205  specials={ "char", 0x46, 0x307 },
57206  unicodeslot=0x1E1E,
57207 },
57208 [0x1E1F]={
57209  adobename="fdotaccent",
57210  category="ll",
57211  description="LATIN SMALL LETTER F WITH DOT ABOVE",
57212  direction="l",
57213  linebreak="al",
57214  shcode=0x66,
57215  specials={ "char", 0x66, 0x307 },
57216  uccode=0x1E1E,
57217  unicodeslot=0x1E1F,
57218 },
57219 [0x1E20]={
57220  adobename="Gmacron",
57221  category="lu",
57222  description="LATIN CAPITAL LETTER G WITH MACRON",
57223  direction="l",
57224  lccode=0x1E21,
57225  linebreak="al",
57226  shcode=0x47,
57227  specials={ "char", 0x47, 0x304 },
57228  unicodeslot=0x1E20,
57229 },
57230 [0x1E21]={
57231  adobename="gmacron",
57232  category="ll",
57233  description="LATIN SMALL LETTER G WITH MACRON",
57234  direction="l",
57235  linebreak="al",
57236  shcode=0x67,
57237  specials={ "char", 0x67, 0x304 },
57238  uccode=0x1E20,
57239  unicodeslot=0x1E21,
57240 },
57241 [0x1E22]={
57242  adobename="Hdotaccent",
57243  category="lu",
57244  description="LATIN CAPITAL LETTER H WITH DOT ABOVE",
57245  direction="l",
57246  lccode=0x1E23,
57247  linebreak="al",
57248  shcode=0x48,
57249  specials={ "char", 0x48, 0x307 },
57250  unicodeslot=0x1E22,
57251 },
57252 [0x1E23]={
57253  adobename="hdotaccent",
57254  category="ll",
57255  description="LATIN SMALL LETTER H WITH DOT ABOVE",
57256  direction="l",
57257  linebreak="al",
57258  shcode=0x68,
57259  specials={ "char", 0x68, 0x307 },
57260  uccode=0x1E22,
57261  unicodeslot=0x1E23,
57262 },
57263 [0x1E24]={
57264  adobename="Hdotbelow",
57265  category="lu",
57266  description="LATIN CAPITAL LETTER H WITH DOT BELOW",
57267  direction="l",
57268  lccode=0x1E25,
57269  linebreak="al",
57270  shcode=0x48,
57271  specials={ "char", 0x48, 0x323 },
57272  unicodeslot=0x1E24,
57273 },
57274 [0x1E25]={
57275  adobename="hdotbelow",
57276  category="ll",
57277  description="LATIN SMALL LETTER H WITH DOT BELOW",
57278  direction="l",
57279  linebreak="al",
57280  shcode=0x68,
57281  specials={ "char", 0x68, 0x323 },
57282  uccode=0x1E24,
57283  unicodeslot=0x1E25,
57284 },
57285 [0x1E26]={
57286  adobename="Hdieresis",
57287  category="lu",
57288  description="LATIN CAPITAL LETTER H WITH DIAERESIS",
57289  direction="l",
57290  lccode=0x1E27,
57291  linebreak="al",
57292  shcode=0x48,
57293  specials={ "char", 0x48, 0x308 },
57294  unicodeslot=0x1E26,
57295 },
57296 [0x1E27]={
57297  adobename="hdieresis",
57298  category="ll",
57299  description="LATIN SMALL LETTER H WITH DIAERESIS",
57300  direction="l",
57301  linebreak="al",
57302  shcode=0x68,
57303  specials={ "char", 0x68, 0x308 },
57304  uccode=0x1E26,
57305  unicodeslot=0x1E27,
57306 },
57307 [0x1E28]={
57308  adobename="Hcedilla",
57309  category="lu",
57310  description="LATIN CAPITAL LETTER H WITH CEDILLA",
57311  direction="l",
57312  lccode=0x1E29,
57313  linebreak="al",
57314  shcode=0x48,
57315  specials={ "char", 0x48, 0x327 },
57316  unicodeslot=0x1E28,
57317 },
57318 [0x1E29]={
57319  adobename="hcedilla",
57320  category="ll",
57321  description="LATIN SMALL LETTER H WITH CEDILLA",
57322  direction="l",
57323  linebreak="al",
57324  shcode=0x68,
57325  specials={ "char", 0x68, 0x327 },
57326  uccode=0x1E28,
57327  unicodeslot=0x1E29,
57328 },
57329 [0x1E2A]={
57330  adobename="Hbrevebelow",
57331  category="lu",
57332  description="LATIN CAPITAL LETTER H WITH BREVE BELOW",
57333  direction="l",
57334  lccode=0x1E2B,
57335  linebreak="al",
57336  shcode=0x48,
57337  specials={ "char", 0x48, 0x32E },
57338  unicodeslot=0x1E2A,
57339 },
57340 [0x1E2B]={
57341  adobename="hbrevebelow",
57342  category="ll",
57343  description="LATIN SMALL LETTER H WITH BREVE BELOW",
57344  direction="l",
57345  linebreak="al",
57346  shcode=0x68,
57347  specials={ "char", 0x68, 0x32E },
57348  uccode=0x1E2A,
57349  unicodeslot=0x1E2B,
57350 },
57351 [0x1E2C]={
57352  adobename="Itildebelow",
57353  category="lu",
57354  description="LATIN CAPITAL LETTER I WITH TILDE BELOW",
57355  direction="l",
57356  lccode=0x1E2D,
57357  linebreak="al",
57358  shcode=0x49,
57359  specials={ "char", 0x49, 0x330 },
57360  unicodeslot=0x1E2C,
57361 },
57362 [0x1E2D]={
57363  adobename="itildebelow",
57364  category="ll",
57365  description="LATIN SMALL LETTER I WITH TILDE BELOW",
57366  direction="l",
57367  linebreak="al",
57368  shcode=0x69,
57369  specials={ "char", 0x69, 0x330 },
57370  uccode=0x1E2C,
57371  unicodeslot=0x1E2D,
57372 },
57373 [0x1E2E]={
57374  adobename="Idieresisacute",
57375  category="lu",
57376  description="LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE",
57377  direction="l",
57378  lccode=0x1E2F,
57379  linebreak="al",
57380  shcode=0x49,
57381  specials={ "char", 0xCF, 0x301 },
57382  unicodeslot=0x1E2E,
57383 },
57384 [0x1E2F]={
57385  adobename="idieresisacute",
57386  category="ll",
57387  description="LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE",
57388  direction="l",
57389  linebreak="al",
57390  shcode=0x69,
57391  specials={ "char", 0xEF, 0x301 },
57392  uccode=0x1E2E,
57393  unicodeslot=0x1E2F,
57394 },
57395 [0x1E30]={
57396  adobename="Kacute",
57397  category="lu",
57398  description="LATIN CAPITAL LETTER K WITH ACUTE",
57399  direction="l",
57400  lccode=0x1E31,
57401  linebreak="al",
57402  shcode=0x4B,
57403  specials={ "char", 0x4B, 0x301 },
57404  unicodeslot=0x1E30,
57405 },
57406 [0x1E31]={
57407  adobename="kacute",
57408  category="ll",
57409  description="LATIN SMALL LETTER K WITH ACUTE",
57410  direction="l",
57411  linebreak="al",
57412  shcode=0x6B,
57413  specials={ "char", 0x6B, 0x301 },
57414  uccode=0x1E30,
57415  unicodeslot=0x1E31,
57416 },
57417 [0x1E32]={
57418  adobename="Kdotbelow",
57419  category="lu",
57420  description="LATIN CAPITAL LETTER K WITH DOT BELOW",
57421  direction="l",
57422  lccode=0x1E33,
57423  linebreak="al",
57424  shcode=0x4B,
57425  specials={ "char", 0x4B, 0x323 },
57426  unicodeslot=0x1E32,
57427 },
57428 [0x1E33]={
57429  adobename="kdotbelow",
57430  category="ll",
57431  description="LATIN SMALL LETTER K WITH DOT BELOW",
57432  direction="l",
57433  linebreak="al",
57434  shcode=0x6B,
57435  specials={ "char", 0x6B, 0x323 },
57436  uccode=0x1E32,
57437  unicodeslot=0x1E33,
57438 },
57439 [0x1E34]={
57440  adobename="Klinebelow",
57441  category="lu",
57442  description="LATIN CAPITAL LETTER K WITH LINE BELOW",
57443  direction="l",
57444  lccode=0x1E35,
57445  linebreak="al",
57446  shcode=0x4B,
57447  specials={ "char", 0x4B, 0x331 },
57448  unicodeslot=0x1E34,
57449 },
57450 [0x1E35]={
57451  adobename="klinebelow",
57452  category="ll",
57453  description="LATIN SMALL LETTER K WITH LINE BELOW",
57454  direction="l",
57455  linebreak="al",
57456  shcode=0x6B,
57457  specials={ "char", 0x6B, 0x331 },
57458  uccode=0x1E34,
57459  unicodeslot=0x1E35,
57460 },
57461 [0x1E36]={
57462  adobename="Ldotbelow",
57463  category="lu",
57464  description="LATIN CAPITAL LETTER L WITH DOT BELOW",
57465  direction="l",
57466  lccode=0x1E37,
57467  linebreak="al",
57468  shcode=0x4C,
57469  specials={ "char", 0x4C, 0x323 },
57470  unicodeslot=0x1E36,
57471 },
57472 [0x1E37]={
57473  adobename="ldotbelow",
57474  category="ll",
57475  description="LATIN SMALL LETTER L WITH DOT BELOW",
57476  direction="l",
57477  linebreak="al",
57478  shcode=0x6C,
57479  specials={ "char", 0x6C, 0x323 },
57480  uccode=0x1E36,
57481  unicodeslot=0x1E37,
57482 },
57483 [0x1E38]={
57484  adobename="Ldotbelowmacron",
57485  category="lu",
57486  description="LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON",
57487  direction="l",
57488  lccode=0x1E39,
57489  linebreak="al",
57490  shcode=0x4C,
57491  specials={ "char", 0x1E36, 0x304 },
57492  unicodeslot=0x1E38,
57493 },
57494 [0x1E39]={
57495  adobename="ldotbelowmacron",
57496  category="ll",
57497  description="LATIN SMALL LETTER L WITH DOT BELOW AND MACRON",
57498  direction="l",
57499  linebreak="al",
57500  shcode=0x6C,
57501  specials={ "char", 0x1E37, 0x304 },
57502  uccode=0x1E38,
57503  unicodeslot=0x1E39,
57504 },
57505 [0x1E3A]={
57506  adobename="Llinebelow",
57507  category="lu",
57508  description="LATIN CAPITAL LETTER L WITH LINE BELOW",
57509  direction="l",
57510  lccode=0x1E3B,
57511  linebreak="al",
57512  shcode=0x4C,
57513  specials={ "char", 0x4C, 0x331 },
57514  unicodeslot=0x1E3A,
57515 },
57516 [0x1E3B]={
57517  adobename="llinebelow",
57518  category="ll",
57519  description="LATIN SMALL LETTER L WITH LINE BELOW",
57520  direction="l",
57521  linebreak="al",
57522  shcode=0x6C,
57523  specials={ "char", 0x6C, 0x331 },
57524  uccode=0x1E3A,
57525  unicodeslot=0x1E3B,
57526 },
57527 [0x1E3C]={
57528  adobename="Lcircumflexbelow",
57529  category="lu",
57530  description="LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW",
57531  direction="l",
57532  lccode=0x1E3D,
57533  linebreak="al",
57534  shcode=0x4C,
57535  specials={ "char", 0x4C, 0x32D },
57536  unicodeslot=0x1E3C,
57537 },
57538 [0x1E3D]={
57539  adobename="lcircumflexbelow",
57540  category="ll",
57541  description="LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW",
57542  direction="l",
57543  linebreak="al",
57544  shcode=0x6C,
57545  specials={ "char", 0x6C, 0x32D },
57546  uccode=0x1E3C,
57547  unicodeslot=0x1E3D,
57548 },
57549 [0x1E3E]={
57550  adobename="Macute",
57551  category="lu",
57552  description="LATIN CAPITAL LETTER M WITH ACUTE",
57553  direction="l",
57554  lccode=0x1E3F,
57555  linebreak="al",
57556  shcode=0x4D,
57557  specials={ "char", 0x4D, 0x301 },
57558  unicodeslot=0x1E3E,
57559 },
57560 [0x1E3F]={
57561  adobename="macute",
57562  category="ll",
57563  description="LATIN SMALL LETTER M WITH ACUTE",
57564  direction="l",
57565  linebreak="al",
57566  shcode=0x6D,
57567  specials={ "char", 0x6D, 0x301 },
57568  uccode=0x1E3E,
57569  unicodeslot=0x1E3F,
57570 },
57571 [0x1E40]={
57572  adobename="Mdotaccent",
57573  category="lu",
57574  description="LATIN CAPITAL LETTER M WITH DOT ABOVE",
57575  direction="l",
57576  lccode=0x1E41,
57577  linebreak="al",
57578  shcode=0x4D,
57579  specials={ "char", 0x4D, 0x307 },
57580  unicodeslot=0x1E40,
57581 },
57582 [0x1E41]={
57583  adobename="mdotaccent",
57584  category="ll",
57585  description="LATIN SMALL LETTER M WITH DOT ABOVE",
57586  direction="l",
57587  linebreak="al",
57588  shcode=0x6D,
57589  specials={ "char", 0x6D, 0x307 },
57590  uccode=0x1E40,
57591  unicodeslot=0x1E41,
57592 },
57593 [0x1E42]={
57594  adobename="Mdotbelow",
57595  category="lu",
57596  description="LATIN CAPITAL LETTER M WITH DOT BELOW",
57597  direction="l",
57598  lccode=0x1E43,
57599  linebreak="al",
57600  shcode=0x4D,
57601  specials={ "char", 0x4D, 0x323 },
57602  unicodeslot=0x1E42,
57603 },
57604 [0x1E43]={
57605  adobename="mdotbelow",
57606  category="ll",
57607  description="LATIN SMALL LETTER M WITH DOT BELOW",
57608  direction="l",
57609  linebreak="al",
57610  shcode=0x6D,
57611  specials={ "char", 0x6D, 0x323 },
57612  uccode=0x1E42,
57613  unicodeslot=0x1E43,
57614 },
57615 [0x1E44]={
57616  adobename="Ndotaccent",
57617  category="lu",
57618  description="LATIN CAPITAL LETTER N WITH DOT ABOVE",
57619  direction="l",
57620  lccode=0x1E45,
57621  linebreak="al",
57622  shcode=0x4E,
57623  specials={ "char", 0x4E, 0x307 },
57624  unicodeslot=0x1E44,
57625 },
57626 [0x1E45]={
57627  adobename="ndotaccent",
57628  category="ll",
57629  description="LATIN SMALL LETTER N WITH DOT ABOVE",
57630  direction="l",
57631  linebreak="al",
57632  shcode=0x6E,
57633  specials={ "char", 0x6E, 0x307 },
57634  uccode=0x1E44,
57635  unicodeslot=0x1E45,
57636 },
57637 [0x1E46]={
57638  adobename="Ndotbelow",
57639  category="lu",
57640  description="LATIN CAPITAL LETTER N WITH DOT BELOW",
57641  direction="l",
57642  lccode=0x1E47,
57643  linebreak="al",
57644  shcode=0x4E,
57645  specials={ "char", 0x4E, 0x323 },
57646  unicodeslot=0x1E46,
57647 },
57648 [0x1E47]={
57649  adobename="ndotbelow",
57650  category="ll",
57651  description="LATIN SMALL LETTER N WITH DOT BELOW",
57652  direction="l",
57653  linebreak="al",
57654  shcode=0x6E,
57655  specials={ "char", 0x6E, 0x323 },
57656  uccode=0x1E46,
57657  unicodeslot=0x1E47,
57658 },
57659 [0x1E48]={
57660  adobename="Nlinebelow",
57661  category="lu",
57662  description="LATIN CAPITAL LETTER N WITH LINE BELOW",
57663  direction="l",
57664  lccode=0x1E49,
57665  linebreak="al",
57666  shcode=0x4E,
57667  specials={ "char", 0x4E, 0x331 },
57668  unicodeslot=0x1E48,
57669 },
57670 [0x1E49]={
57671  adobename="nlinebelow",
57672  category="ll",
57673  description="LATIN SMALL LETTER N WITH LINE BELOW",
57674  direction="l",
57675  linebreak="al",
57676  shcode=0x6E,
57677  specials={ "char", 0x6E, 0x331 },
57678  uccode=0x1E48,
57679  unicodeslot=0x1E49,
57680 },
57681 [0x1E4A]={
57682  adobename="Ncircumflexbelow",
57683  category="lu",
57684  description="LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW",
57685  direction="l",
57686  lccode=0x1E4B,
57687  linebreak="al",
57688  shcode=0x4E,
57689  specials={ "char", 0x4E, 0x32D },
57690  unicodeslot=0x1E4A,
57691 },
57692 [0x1E4B]={
57693  adobename="ncircumflexbelow",
57694  category="ll",
57695  description="LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW",
57696  direction="l",
57697  linebreak="al",
57698  shcode=0x6E,
57699  specials={ "char", 0x6E, 0x32D },
57700  uccode=0x1E4A,
57701  unicodeslot=0x1E4B,
57702 },
57703 [0x1E4C]={
57704  adobename="Otildeacute",
57705  category="lu",
57706  description="LATIN CAPITAL LETTER O WITH TILDE AND ACUTE",
57707  direction="l",
57708  lccode=0x1E4D,
57709  linebreak="al",
57710  shcode=0x4F,
57711  specials={ "char", 0xD5, 0x301 },
57712  unicodeslot=0x1E4C,
57713 },
57714 [0x1E4D]={
57715  adobename="otildeacute",
57716  category="ll",
57717  description="LATIN SMALL LETTER O WITH TILDE AND ACUTE",
57718  direction="l",
57719  linebreak="al",
57720  shcode=0x6F,
57721  specials={ "char", 0xF5, 0x301 },
57722  uccode=0x1E4C,
57723  unicodeslot=0x1E4D,
57724 },
57725 [0x1E4E]={
57726  adobename="Otildedieresis",
57727  category="lu",
57728  description="LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS",
57729  direction="l",
57730  lccode=0x1E4F,
57731  linebreak="al",
57732  shcode=0x4F,
57733  specials={ "char", 0xD5, 0x308 },
57734  unicodeslot=0x1E4E,
57735 },
57736 [0x1E4F]={
57737  adobename="otildedieresis",
57738  category="ll",
57739  description="LATIN SMALL LETTER O WITH TILDE AND DIAERESIS",
57740  direction="l",
57741  linebreak="al",
57742  shcode=0x6F,
57743  specials={ "char", 0xF5, 0x308 },
57744  uccode=0x1E4E,
57745  unicodeslot=0x1E4F,
57746 },
57747 [0x1E50]={
57748  adobename="Omacrongrave",
57749  category="lu",
57750  description="LATIN CAPITAL LETTER O WITH MACRON AND GRAVE",
57751  direction="l",
57752  lccode=0x1E51,
57753  linebreak="al",
57754  shcode=0x4F,
57755  specials={ "char", 0x14C, 0x300 },
57756  unicodeslot=0x1E50,
57757 },
57758 [0x1E51]={
57759  adobename="omacrongrave",
57760  category="ll",
57761  description="LATIN SMALL LETTER O WITH MACRON AND GRAVE",
57762  direction="l",
57763  linebreak="al",
57764  shcode=0x6F,
57765  specials={ "char", 0x14D, 0x300 },
57766  uccode=0x1E50,
57767  unicodeslot=0x1E51,
57768 },
57769 [0x1E52]={
57770  adobename="Omacronacute",
57771  category="lu",
57772  description="LATIN CAPITAL LETTER O WITH MACRON AND ACUTE",
57773  direction="l",
57774  lccode=0x1E53,
57775  linebreak="al",
57776  shcode=0x4F,
57777  specials={ "char", 0x14C, 0x301 },
57778  unicodeslot=0x1E52,
57779 },
57780 [0x1E53]={
57781  adobename="omacronacute",
57782  category="ll",
57783  description="LATIN SMALL LETTER O WITH MACRON AND ACUTE",
57784  direction="l",
57785  linebreak="al",
57786  shcode=0x6F,
57787  specials={ "char", 0x14D, 0x301 },
57788  uccode=0x1E52,
57789  unicodeslot=0x1E53,
57790 },
57791 [0x1E54]={
57792  adobename="Pacute",
57793  category="lu",
57794  description="LATIN CAPITAL LETTER P WITH ACUTE",
57795  direction="l",
57796  lccode=0x1E55,
57797  linebreak="al",
57798  shcode=0x50,
57799  specials={ "char", 0x50, 0x301 },
57800  unicodeslot=0x1E54,
57801 },
57802 [0x1E55]={
57803  adobename="pacute",
57804  category="ll",
57805  description="LATIN SMALL LETTER P WITH ACUTE",
57806  direction="l",
57807  linebreak="al",
57808  shcode=0x70,
57809  specials={ "char", 0x70, 0x301 },
57810  uccode=0x1E54,
57811  unicodeslot=0x1E55,
57812 },
57813 [0x1E56]={
57814  adobename="Pdotaccent",
57815  category="lu",
57816  description="LATIN CAPITAL LETTER P WITH DOT ABOVE",
57817  direction="l",
57818  lccode=0x1E57,
57819  linebreak="al",
57820  shcode=0x50,
57821  specials={ "char", 0x50, 0x307 },
57822  unicodeslot=0x1E56,
57823 },
57824 [0x1E57]={
57825  adobename="pdotaccent",
57826  category="ll",
57827  description="LATIN SMALL LETTER P WITH DOT ABOVE",
57828  direction="l",
57829  linebreak="al",
57830  shcode=0x70,
57831  specials={ "char", 0x70, 0x307 },
57832  uccode=0x1E56,
57833  unicodeslot=0x1E57,
57834 },
57835 [0x1E58]={
57836  adobename="Rdotaccent",
57837  category="lu",
57838  description="LATIN CAPITAL LETTER R WITH DOT ABOVE",
57839  direction="l",
57840  lccode=0x1E59,
57841  linebreak="al",
57842  shcode=0x52,
57843  specials={ "char", 0x52, 0x307 },
57844  unicodeslot=0x1E58,
57845 },
57846 [0x1E59]={
57847  adobename="rdotaccent",
57848  category="ll",
57849  description="LATIN SMALL LETTER R WITH DOT ABOVE",
57850  direction="l",
57851  linebreak="al",
57852  shcode=0x72,
57853  specials={ "char", 0x72, 0x307 },
57854  uccode=0x1E58,
57855  unicodeslot=0x1E59,
57856 },
57857 [0x1E5A]={
57858  adobename="Rdotbelow",
57859  category="lu",
57860  description="LATIN CAPITAL LETTER R WITH DOT BELOW",
57861  direction="l",
57862  lccode=0x1E5B,
57863  linebreak="al",
57864  shcode=0x52,
57865  specials={ "char", 0x52, 0x323 },
57866  unicodeslot=0x1E5A,
57867 },
57868 [0x1E5B]={
57869  adobename="rdotbelow",
57870  category="ll",
57871  description="LATIN SMALL LETTER R WITH DOT BELOW",
57872  direction="l",
57873  linebreak="al",
57874  shcode=0x72,
57875  specials={ "char", 0x72, 0x323 },
57876  uccode=0x1E5A,
57877  unicodeslot=0x1E5B,
57878 },
57879 [0x1E5C]={
57880  adobename="Rdotbelowmacron",
57881  category="lu",
57882  description="LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON",
57883  direction="l",
57884  lccode=0x1E5D,
57885  linebreak="al",
57886  shcode=0x52,
57887  specials={ "char", 0x1E5A, 0x304 },
57888  unicodeslot=0x1E5C,
57889 },
57890 [0x1E5D]={
57891  adobename="rdotbelowmacron",
57892  category="ll",
57893  description="LATIN SMALL LETTER R WITH DOT BELOW AND MACRON",
57894  direction="l",
57895  linebreak="al",
57896  shcode=0x72,
57897  specials={ "char", 0x1E5B, 0x304 },
57898  uccode=0x1E5C,
57899  unicodeslot=0x1E5D,
57900 },
57901 [0x1E5E]={
57902  adobename="Rlinebelow",
57903  category="lu",
57904  description="LATIN CAPITAL LETTER R WITH LINE BELOW",
57905  direction="l",
57906  lccode=0x1E5F,
57907  linebreak="al",
57908  shcode=0x52,
57909  specials={ "char", 0x52, 0x331 },
57910  unicodeslot=0x1E5E,
57911 },
57912 [0x1E5F]={
57913  adobename="rlinebelow",
57914  category="ll",
57915  description="LATIN SMALL LETTER R WITH LINE BELOW",
57916  direction="l",
57917  linebreak="al",
57918  shcode=0x72,
57919  specials={ "char", 0x72, 0x331 },
57920  uccode=0x1E5E,
57921  unicodeslot=0x1E5F,
57922 },
57923 [0x1E60]={
57924  adobename="Sdotaccent",
57925  category="lu",
57926  description="LATIN CAPITAL LETTER S WITH DOT ABOVE",
57927  direction="l",
57928  lccode=0x1E61,
57929  linebreak="al",
57930  shcode=0x53,
57931  specials={ "char", 0x53, 0x307 },
57932  unicodeslot=0x1E60,
57933 },
57934 [0x1E61]={
57935  adobename="sdotaccent",
57936  category="ll",
57937  description="LATIN SMALL LETTER S WITH DOT ABOVE",
57938  direction="l",
57939  linebreak="al",
57940  shcode=0x73,
57941  specials={ "char", 0x73, 0x307 },
57942  uccode=0x1E60,
57943  unicodeslot=0x1E61,
57944 },
57945 [0x1E62]={
57946  adobename="Sdotbelow",
57947  category="lu",
57948  description="LATIN CAPITAL LETTER S WITH DOT BELOW",
57949  direction="l",
57950  lccode=0x1E63,
57951  linebreak="al",
57952  shcode=0x53,
57953  specials={ "char", 0x53, 0x323 },
57954  unicodeslot=0x1E62,
57955 },
57956 [0x1E63]={
57957  adobename="sdotbelow",
57958  category="ll",
57959  description="LATIN SMALL LETTER S WITH DOT BELOW",
57960  direction="l",
57961  linebreak="al",
57962  shcode=0x73,
57963  specials={ "char", 0x73, 0x323 },
57964  uccode=0x1E62,
57965  unicodeslot=0x1E63,
57966 },
57967 [0x1E64]={
57968  adobename="Sacutedotaccent",
57969  category="lu",
57970  description="LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE",
57971  direction="l",
57972  lccode=0x1E65,
57973  linebreak="al",
57974  shcode=0x53,
57975  specials={ "char", 0x15A, 0x307 },
57976  unicodeslot=0x1E64,
57977 },
57978 [0x1E65]={
57979  adobename="sacutedotaccent",
57980  category="ll",
57981  description="LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE",
57982  direction="l",
57983  linebreak="al",
57984  shcode=0x73,
57985  specials={ "char", 0x15B, 0x307 },
57986  uccode=0x1E64,
57987  unicodeslot=0x1E65,
57988 },
57989 [0x1E66]={
57990  adobename="Scarondotaccent",
57991  category="lu",
57992  description="LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE",
57993  direction="l",
57994  lccode=0x1E67,
57995  linebreak="al",
57996  shcode=0x53,
57997  specials={ "char", 0x160, 0x307 },
57998  unicodeslot=0x1E66,
57999 },
58000 [0x1E67]={
58001  adobename="scarondotaccent",
58002  category="ll",
58003  description="LATIN SMALL LETTER S WITH CARON AND DOT ABOVE",
58004  direction="l",
58005  linebreak="al",
58006  shcode=0x73,
58007  specials={ "char", 0x161, 0x307 },
58008  uccode=0x1E66,
58009  unicodeslot=0x1E67,
58010 },
58011 [0x1E68]={
58012  adobename="Sdotbelowdotaccent",
58013  category="lu",
58014  description="LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE",
58015  direction="l",
58016  lccode=0x1E69,
58017  linebreak="al",
58018  shcode=0x53,
58019  specials={ "char", 0x1E62, 0x307 },
58020  unicodeslot=0x1E68,
58021 },
58022 [0x1E69]={
58023  adobename="sdotbelowdotaccent",
58024  category="ll",
58025  description="LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE",
58026  direction="l",
58027  linebreak="al",
58028  shcode=0x73,
58029  specials={ "char", 0x1E63, 0x307 },
58030  uccode=0x1E68,
58031  unicodeslot=0x1E69,
58032 },
58033 [0x1E6A]={
58034  adobename="Tdotaccent",
58035  category="lu",
58036  description="LATIN CAPITAL LETTER T WITH DOT ABOVE",
58037  direction="l",
58038  lccode=0x1E6B,
58039  linebreak="al",
58040  shcode=0x54,
58041  specials={ "char", 0x54, 0x307 },
58042  unicodeslot=0x1E6A,
58043 },
58044 [0x1E6B]={
58045  adobename="tdotaccent",
58046  category="ll",
58047  description="LATIN SMALL LETTER T WITH DOT ABOVE",
58048  direction="l",
58049  linebreak="al",
58050  shcode=0x74,
58051  specials={ "char", 0x74, 0x307 },
58052  uccode=0x1E6A,
58053  unicodeslot=0x1E6B,
58054 },
58055 [0x1E6C]={
58056  adobename="Tdotbelow",
58057  category="lu",
58058  description="LATIN CAPITAL LETTER T WITH DOT BELOW",
58059  direction="l",
58060  lccode=0x1E6D,
58061  linebreak="al",
58062  shcode=0x54,
58063  specials={ "char", 0x54, 0x323 },
58064  unicodeslot=0x1E6C,
58065 },
58066 [0x1E6D]={
58067  adobename="tdotbelow",
58068  category="ll",
58069  description="LATIN SMALL LETTER T WITH DOT BELOW",
58070  direction="l",
58071  linebreak="al",
58072  shcode=0x74,
58073  specials={ "char", 0x74, 0x323 },
58074  uccode=0x1E6C,
58075  unicodeslot=0x1E6D,
58076 },
58077 [0x1E6E]={
58078  adobename="Tlinebelow",
58079  category="lu",
58080  description="LATIN CAPITAL LETTER T WITH LINE BELOW",
58081  direction="l",
58082  lccode=0x1E6F,
58083  linebreak="al",
58084  shcode=0x54,
58085  specials={ "char", 0x54, 0x331 },
58086  unicodeslot=0x1E6E,
58087 },
58088 [0x1E6F]={
58089  adobename="tlinebelow",
58090  category="ll",
58091  description="LATIN SMALL LETTER T WITH LINE BELOW",
58092  direction="l",
58093  linebreak="al",
58094  shcode=0x74,
58095  specials={ "char", 0x74, 0x331 },
58096  uccode=0x1E6E,
58097  unicodeslot=0x1E6F,
58098 },
58099 [0x1E70]={
58100  adobename="Tcircumflexbelow",
58101  category="lu",
58102  description="LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW",
58103  direction="l",
58104  lccode=0x1E71,
58105  linebreak="al",
58106  shcode=0x54,
58107  specials={ "char", 0x54, 0x32D },
58108  unicodeslot=0x1E70,
58109 },
58110 [0x1E71]={
58111  adobename="tcircumflexbelow",
58112  category="ll",
58113  description="LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW",
58114  direction="l",
58115  linebreak="al",
58116  shcode=0x74,
58117  specials={ "char", 0x74, 0x32D },
58118  uccode=0x1E70,
58119  unicodeslot=0x1E71,
58120 },
58121 [0x1E72]={
58122  adobename="Udieresisbelow",
58123  category="lu",
58124  description="LATIN CAPITAL LETTER U WITH DIAERESIS BELOW",
58125  direction="l",
58126  lccode=0x1E73,
58127  linebreak="al",
58128  shcode=0x55,
58129  specials={ "char", 0x55, 0x324 },
58130  unicodeslot=0x1E72,
58131 },
58132 [0x1E73]={
58133  adobename="udieresisbelow",
58134  category="ll",
58135  description="LATIN SMALL LETTER U WITH DIAERESIS BELOW",
58136  direction="l",
58137  linebreak="al",
58138  shcode=0x75,
58139  specials={ "char", 0x75, 0x324 },
58140  uccode=0x1E72,
58141  unicodeslot=0x1E73,
58142 },
58143 [0x1E74]={
58144  adobename="Utildebelow",
58145  category="lu",
58146  description="LATIN CAPITAL LETTER U WITH TILDE BELOW",
58147  direction="l",
58148  lccode=0x1E75,
58149  linebreak="al",
58150  shcode=0x55,
58151  specials={ "char", 0x55, 0x330 },
58152  unicodeslot=0x1E74,
58153 },
58154 [0x1E75]={
58155  adobename="utildebelow",
58156  category="ll",
58157  description="LATIN SMALL LETTER U WITH TILDE BELOW",
58158  direction="l",
58159  linebreak="al",
58160  shcode=0x75,
58161  specials={ "char", 0x75, 0x330 },
58162  uccode=0x1E74,
58163  unicodeslot=0x1E75,
58164 },
58165 [0x1E76]={
58166  adobename="Ucircumflexbelow",
58167  category="lu",
58168  description="LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW",
58169  direction="l",
58170  lccode=0x1E77,
58171  linebreak="al",
58172  shcode=0x55,
58173  specials={ "char", 0x55, 0x32D },
58174  unicodeslot=0x1E76,
58175 },
58176 [0x1E77]={
58177  adobename="ucircumflexbelow",
58178  category="ll",
58179  description="LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW",
58180  direction="l",
58181  linebreak="al",
58182  shcode=0x75,
58183  specials={ "char", 0x75, 0x32D },
58184  uccode=0x1E76,
58185  unicodeslot=0x1E77,
58186 },
58187 [0x1E78]={
58188  adobename="Utildeacute",
58189  category="lu",
58190  description="LATIN CAPITAL LETTER U WITH TILDE AND ACUTE",
58191  direction="l",
58192  lccode=0x1E79,
58193  linebreak="al",
58194  shcode=0x55,
58195  specials={ "char", 0x168, 0x301 },
58196  unicodeslot=0x1E78,
58197 },
58198 [0x1E79]={
58199  adobename="utildeacute",
58200  category="ll",
58201  description="LATIN SMALL LETTER U WITH TILDE AND ACUTE",
58202  direction="l",
58203  linebreak="al",
58204  shcode=0x75,
58205  specials={ "char", 0x169, 0x301 },
58206  uccode=0x1E78,
58207  unicodeslot=0x1E79,
58208 },
58209 [0x1E7A]={
58210  adobename="Umacrondieresis",
58211  category="lu",
58212  description="LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS",
58213  direction="l",
58214  lccode=0x1E7B,
58215  linebreak="al",
58216  shcode=0x55,
58217  specials={ "char", 0x16A, 0x308 },
58218  unicodeslot=0x1E7A,
58219 },
58220 [0x1E7B]={
58221  adobename="umacrondieresis",
58222  category="ll",
58223  description="LATIN SMALL LETTER U WITH MACRON AND DIAERESIS",
58224  direction="l",
58225  linebreak="al",
58226  shcode=0x75,
58227  specials={ "char", 0x16B, 0x308 },
58228  uccode=0x1E7A,
58229  unicodeslot=0x1E7B,
58230 },
58231 [0x1E7C]={
58232  adobename="Vtilde",
58233  category="lu",
58234  description="LATIN CAPITAL LETTER V WITH TILDE",
58235  direction="l",
58236  lccode=0x1E7D,
58237  linebreak="al",
58238  shcode=0x56,
58239  specials={ "char", 0x56, 0x303 },
58240  unicodeslot=0x1E7C,
58241 },
58242 [0x1E7D]={
58243  adobename="vtilde",
58244  category="ll",
58245  description="LATIN SMALL LETTER V WITH TILDE",
58246  direction="l",
58247  linebreak="al",
58248  shcode=0x76,
58249  specials={ "char", 0x76, 0x303 },
58250  uccode=0x1E7C,
58251  unicodeslot=0x1E7D,
58252 },
58253 [0x1E7E]={
58254  adobename="Vdotbelow",
58255  category="lu",
58256  description="LATIN CAPITAL LETTER V WITH DOT BELOW",
58257  direction="l",
58258  lccode=0x1E7F,
58259  linebreak="al",
58260  shcode=0x56,
58261  specials={ "char", 0x56, 0x323 },
58262  unicodeslot=0x1E7E,
58263 },
58264 [0x1E7F]={
58265  adobename="vdotbelow",
58266  category="ll",
58267  description="LATIN SMALL LETTER V WITH DOT BELOW",
58268  direction="l",
58269  linebreak="al",
58270  shcode=0x76,
58271  specials={ "char", 0x76, 0x323 },
58272  uccode=0x1E7E,
58273  unicodeslot=0x1E7F,
58274 },
58275 [0x1E80]={
58276  adobename="Wgrave",
58277  category="lu",
58278  description="LATIN CAPITAL LETTER W WITH GRAVE",
58279  direction="l",
58280  lccode=0x1E81,
58281  linebreak="al",
58282  shcode=0x57,
58283  specials={ "char", 0x57, 0x300 },
58284  unicodeslot=0x1E80,
58285 },
58286 [0x1E81]={
58287  adobename="wgrave",
58288  category="ll",
58289  description="LATIN SMALL LETTER W WITH GRAVE",
58290  direction="l",
58291  linebreak="al",
58292  shcode=0x77,
58293  specials={ "char", 0x77, 0x300 },
58294  uccode=0x1E80,
58295  unicodeslot=0x1E81,
58296 },
58297 [0x1E82]={
58298  adobename="Wacute",
58299  category="lu",
58300  description="LATIN CAPITAL LETTER W WITH ACUTE",
58301  direction="l",
58302  lccode=0x1E83,
58303  linebreak="al",
58304  shcode=0x57,
58305  specials={ "char", 0x57, 0x301 },
58306  unicodeslot=0x1E82,
58307 },
58308 [0x1E83]={
58309  adobename="wacute",
58310  category="ll",
58311  description="LATIN SMALL LETTER W WITH ACUTE",
58312  direction="l",
58313  linebreak="al",
58314  shcode=0x77,
58315  specials={ "char", 0x77, 0x301 },
58316  uccode=0x1E82,
58317  unicodeslot=0x1E83,
58318 },
58319 [0x1E84]={
58320  adobename="Wdieresis",
58321  category="lu",
58322  description="LATIN CAPITAL LETTER W WITH DIAERESIS",
58323  direction="l",
58324  lccode=0x1E85,
58325  linebreak="al",
58326  shcode=0x57,
58327  specials={ "char", 0x57, 0x308 },
58328  unicodeslot=0x1E84,
58329 },
58330 [0x1E85]={
58331  adobename="wdieresis",
58332  category="ll",
58333  description="LATIN SMALL LETTER W WITH DIAERESIS",
58334  direction="l",
58335  linebreak="al",
58336  shcode=0x77,
58337  specials={ "char", 0x77, 0x308 },
58338  uccode=0x1E84,
58339  unicodeslot=0x1E85,
58340 },
58341 [0x1E86]={
58342  adobename="Wdotaccent",
58343  category="lu",
58344  description="LATIN CAPITAL LETTER W WITH DOT ABOVE",
58345  direction="l",
58346  lccode=0x1E87,
58347  linebreak="al",
58348  shcode=0x57,
58349  specials={ "char", 0x57, 0x307 },
58350  unicodeslot=0x1E86,
58351 },
58352 [0x1E87]={
58353  adobename="wdotaccent",
58354  category="ll",
58355  description="LATIN SMALL LETTER W WITH DOT ABOVE",
58356  direction="l",
58357  linebreak="al",
58358  shcode=0x77,
58359  specials={ "char", 0x77, 0x307 },
58360  uccode=0x1E86,
58361  unicodeslot=0x1E87,
58362 },
58363 [0x1E88]={
58364  adobename="Wdotbelow",
58365  category="lu",
58366  description="LATIN CAPITAL LETTER W WITH DOT BELOW",
58367  direction="l",
58368  lccode=0x1E89,
58369  linebreak="al",
58370  shcode=0x57,
58371  specials={ "char", 0x57, 0x323 },
58372  unicodeslot=0x1E88,
58373 },
58374 [0x1E89]={
58375  adobename="wdotbelow",
58376  category="ll",
58377  description="LATIN SMALL LETTER W WITH DOT BELOW",
58378  direction="l",
58379  linebreak="al",
58380  shcode=0x77,
58381  specials={ "char", 0x77, 0x323 },
58382  uccode=0x1E88,
58383  unicodeslot=0x1E89,
58384 },
58385 [0x1E8A]={
58386  adobename="Xdotaccent",
58387  category="lu",
58388  description="LATIN CAPITAL LETTER X WITH DOT ABOVE",
58389  direction="l",
58390  lccode=0x1E8B,
58391  linebreak="al",
58392  shcode=0x58,
58393  specials={ "char", 0x58, 0x307 },
58394  unicodeslot=0x1E8A,
58395 },
58396 [0x1E8B]={
58397  adobename="xdotaccent",
58398  category="ll",
58399  description="LATIN SMALL LETTER X WITH DOT ABOVE",
58400  direction="l",
58401  linebreak="al",
58402  shcode=0x78,
58403  specials={ "char", 0x78, 0x307 },
58404  uccode=0x1E8A,
58405  unicodeslot=0x1E8B,
58406 },
58407 [0x1E8C]={
58408  adobename="Xdieresis",
58409  category="lu",
58410  description="LATIN CAPITAL LETTER X WITH DIAERESIS",
58411  direction="l",
58412  lccode=0x1E8D,
58413  linebreak="al",
58414  shcode=0x58,
58415  specials={ "char", 0x58, 0x308 },
58416  unicodeslot=0x1E8C,
58417 },
58418 [0x1E8D]={
58419  adobename="xdieresis",
58420  category="ll",
58421  description="LATIN SMALL LETTER X WITH DIAERESIS",
58422  direction="l",
58423  linebreak="al",
58424  shcode=0x78,
58425  specials={ "char", 0x78, 0x308 },
58426  uccode=0x1E8C,
58427  unicodeslot=0x1E8D,
58428 },
58429 [0x1E8E]={
58430  adobename="Ydotaccent",
58431  category="lu",
58432  description="LATIN CAPITAL LETTER Y WITH DOT ABOVE",
58433  direction="l",
58434  lccode=0x1E8F,
58435  linebreak="al",
58436  shcode=0x59,
58437  specials={ "char", 0x59, 0x307 },
58438  unicodeslot=0x1E8E,
58439 },
58440 [0x1E8F]={
58441  adobename="ydotaccent",
58442  category="ll",
58443  description="LATIN SMALL LETTER Y WITH DOT ABOVE",
58444  direction="l",
58445  linebreak="al",
58446  shcode=0x79,
58447  specials={ "char", 0x79, 0x307 },
58448  uccode=0x1E8E,
58449  unicodeslot=0x1E8F,
58450 },
58451 [0x1E90]={
58452  adobename="Zcircumflex",
58453  category="lu",
58454  description="LATIN CAPITAL LETTER Z WITH CIRCUMFLEX",
58455  direction="l",
58456  lccode=0x1E91,
58457  linebreak="al",
58458  shcode=0x5A,
58459  specials={ "char", 0x5A, 0x302 },
58460  unicodeslot=0x1E90,
58461 },
58462 [0x1E91]={
58463  adobename="zcircumflex",
58464  category="ll",
58465  description="LATIN SMALL LETTER Z WITH CIRCUMFLEX",
58466  direction="l",
58467  linebreak="al",
58468  shcode=0x7A,
58469  specials={ "char", 0x7A, 0x302 },
58470  uccode=0x1E90,
58471  unicodeslot=0x1E91,
58472 },
58473 [0x1E92]={
58474  adobename="Zdotbelow",
58475  category="lu",
58476  description="LATIN CAPITAL LETTER Z WITH DOT BELOW",
58477  direction="l",
58478  lccode=0x1E93,
58479  linebreak="al",
58480  shcode=0x5A,
58481  specials={ "char", 0x5A, 0x323 },
58482  unicodeslot=0x1E92,
58483 },
58484 [0x1E93]={
58485  adobename="zdotbelow",
58486  category="ll",
58487  description="LATIN SMALL LETTER Z WITH DOT BELOW",
58488  direction="l",
58489  linebreak="al",
58490  shcode=0x7A,
58491  specials={ "char", 0x7A, 0x323 },
58492  uccode=0x1E92,
58493  unicodeslot=0x1E93,
58494 },
58495 [0x1E94]={
58496  adobename="Zlinebelow",
58497  category="lu",
58498  description="LATIN CAPITAL LETTER Z WITH LINE BELOW",
58499  direction="l",
58500  lccode=0x1E95,
58501  linebreak="al",
58502  shcode=0x5A,
58503  specials={ "char", 0x5A, 0x331 },
58504  unicodeslot=0x1E94,
58505 },
58506 [0x1E95]={
58507  adobename="zlinebelow",
58508  category="ll",
58509  description="LATIN SMALL LETTER Z WITH LINE BELOW",
58510  direction="l",
58511  linebreak="al",
58512  shcode=0x7A,
58513  specials={ "char", 0x7A, 0x331 },
58514  uccode=0x1E94,
58515  unicodeslot=0x1E95,
58516 },
58517 [0x1E96]={
58518  adobename="hlinebelow",
58519  category="ll",
58520  description="LATIN SMALL LETTER H WITH LINE BELOW",
58521  direction="l",
58522  linebreak="al",
58523  shcode=0x68,
58524  specials={ "char", 0x68, 0x331 },
58525  uccode={ 0x68, 0x331 },
58526  unicodeslot=0x1E96,
58527 },
58528 [0x1E97]={
58529  adobename="tdieresis",
58530  category="ll",
58531  description="LATIN SMALL LETTER T WITH DIAERESIS",
58532  direction="l",
58533  linebreak="al",
58534  shcode=0x74,
58535  specials={ "char", 0x74, 0x308 },
58536  uccode={ 0x74, 0x308 },
58537  unicodeslot=0x1E97,
58538 },
58539 [0x1E98]={
58540  adobename="wring",
58541  category="ll",
58542  description="LATIN SMALL LETTER W WITH RING ABOVE",
58543  direction="l",
58544  linebreak="al",
58545  shcode=0x77,
58546  specials={ "char", 0x77, 0x30A },
58547  uccode={ 0x77, 0x30A },
58548  unicodeslot=0x1E98,
58549 },
58550 [0x1E99]={
58551  adobename="yring",
58552  category="ll",
58553  description="LATIN SMALL LETTER Y WITH RING ABOVE",
58554  direction="l",
58555  linebreak="al",
58556  shcode=0x79,
58557  specials={ "char", 0x79, 0x30A },
58558  uccode={ 0x79, 0x30A },
58559  unicodeslot=0x1E99,
58560 },
58561 [0x1E9A]={
58562  adobename="arighthalfring",
58563  category="ll",
58564  description="LATIN SMALL LETTER A WITH RIGHT HALF RING",
58565  direction="l",
58566  linebreak="al",
58567  shcode=0x61,
58568  specials={ "compat", 0x61, 0x2BE },
58569  uccode={ 0x61, 0x2BE },
58570  unicodeslot=0x1E9A,
58571 },
58572 [0x1E9B]={
58573  adobename="slongdotaccent",
58574  category="ll",
58575  description="LATIN SMALL LETTER LONG S WITH DOT ABOVE",
58576  direction="l",
58577  linebreak="al",
58578  specials={ "char", 0x17F, 0x307 },
58579  uccode=0x1E61,
58580  unicodeslot=0x1E9B,
58581 },
58582 [0x1E9C]={
58583  category="ll",
58584  description="LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE",
58585  direction="l",
58586  linebreak="al",
58587  unicodeslot=0x1E9C,
58588 },
58589 [0x1E9D]={
58590  category="ll",
58591  description="LATIN SMALL LETTER LONG S WITH HIGH STROKE",
58592  direction="l",
58593  linebreak="al",
58594  unicodeslot=0x1E9D,
58595 },
58596 [0x1E9E]={
58597  category="lu",
58598  description="LATIN CAPITAL LETTER SHARP S",
58599  direction="l",
58600  lccode=0xDF,
58601  linebreak="al",
58602  shcode={ 0x53, 0x53 },
58603  unicodeslot=0x1E9E,
58604 },
58605 [0x1E9F]={
58606  category="ll",
58607  description="LATIN SMALL LETTER DELTA",
58608  direction="l",
58609  linebreak="al",
58610  unicodeslot=0x1E9F,
58611 },
58612 [0x1EA0]={
58613  adobename="Adotbelow",
58614  category="lu",
58615  contextname="Adotbelow",
58616  description="LATIN CAPITAL LETTER A WITH DOT BELOW",
58617  direction="l",
58618  lccode=0x1EA1,
58619  linebreak="al",
58620  shcode=0x41,
58621  specials={ "char", 0x41, 0x323 },
58622  unicodeslot=0x1EA0,
58623 },
58624 [0x1EA1]={
58625  adobename="adotbelow",
58626  category="ll",
58627  contextname="adotbelow",
58628  description="LATIN SMALL LETTER A WITH DOT BELOW",
58629  direction="l",
58630  linebreak="al",
58631  shcode=0x61,
58632  specials={ "char", 0x61, 0x323 },
58633  uccode=0x1EA0,
58634  unicodeslot=0x1EA1,
58635 },
58636 [0x1EA2]={
58637  adobename="Ahookabove",
58638  category="lu",
58639  contextname="Ahook",
58640  description="LATIN CAPITAL LETTER A WITH HOOK ABOVE",
58641  direction="l",
58642  lccode=0x1EA3,
58643  linebreak="al",
58644  shcode=0x41,
58645  specials={ "char", 0x41, 0x309 },
58646  unicodeslot=0x1EA2,
58647 },
58648 [0x1EA3]={
58649  adobename="ahookabove",
58650  category="ll",
58651  contextname="ahook",
58652  description="LATIN SMALL LETTER A WITH HOOK ABOVE",
58653  direction="l",
58654  linebreak="al",
58655  shcode=0x61,
58656  specials={ "char", 0x61, 0x309 },
58657  uccode=0x1EA2,
58658  unicodeslot=0x1EA3,
58659 },
58660 [0x1EA4]={
58661  adobename="Acircumflexacute",
58662  category="lu",
58663  contextname="Acircumflexacute",
58664  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE",
58665  direction="l",
58666  lccode=0x1EA5,
58667  linebreak="al",
58668  shcode=0x41,
58669  specials={ "char", 0xC2, 0x301 },
58670  unicodeslot=0x1EA4,
58671 },
58672 [0x1EA5]={
58673  adobename="acircumflexacute",
58674  category="ll",
58675  contextname="acircumflexacute",
58676  description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE",
58677  direction="l",
58678  linebreak="al",
58679  shcode=0x61,
58680  specials={ "char", 0xE2, 0x301 },
58681  uccode=0x1EA4,
58682  unicodeslot=0x1EA5,
58683 },
58684 [0x1EA6]={
58685  adobename="Acircumflexgrave",
58686  category="lu",
58687  contextname="Acircumflexgrave",
58688  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE",
58689  direction="l",
58690  lccode=0x1EA7,
58691  linebreak="al",
58692  shcode=0x41,
58693  specials={ "char", 0xC2, 0x300 },
58694  unicodeslot=0x1EA6,
58695 },
58696 [0x1EA7]={
58697  adobename="acircumflexgrave",
58698  category="ll",
58699  contextname="acircumflexgrave",
58700  description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE",
58701  direction="l",
58702  linebreak="al",
58703  shcode=0x61,
58704  specials={ "char", 0xE2, 0x300 },
58705  uccode=0x1EA6,
58706  unicodeslot=0x1EA7,
58707 },
58708 [0x1EA8]={
58709  adobename="Acircumflexhookabove",
58710  category="lu",
58711  contextname="Acircumflexhook",
58712  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE",
58713  direction="l",
58714  lccode=0x1EA9,
58715  linebreak="al",
58716  shcode=0x41,
58717  specials={ "char", 0xC2, 0x309 },
58718  unicodeslot=0x1EA8,
58719 },
58720 [0x1EA9]={
58721  adobename="acircumflexhookabove",
58722  category="ll",
58723  contextname="acircumflexhook",
58724  description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE",
58725  direction="l",
58726  linebreak="al",
58727  shcode=0x61,
58728  specials={ "char", 0xE2, 0x309 },
58729  uccode=0x1EA8,
58730  unicodeslot=0x1EA9,
58731 },
58732 [0x1EAA]={
58733  adobename="Acircumflextilde",
58734  category="lu",
58735  contextname="Acircumflextilde",
58736  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE",
58737  direction="l",
58738  lccode=0x1EAB,
58739  linebreak="al",
58740  shcode=0x41,
58741  specials={ "char", 0xC2, 0x303 },
58742  unicodeslot=0x1EAA,
58743 },
58744 [0x1EAB]={
58745  adobename="acircumflextilde",
58746  category="ll",
58747  contextname="acircumflextilde",
58748  description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE",
58749  direction="l",
58750  linebreak="al",
58751  shcode=0x61,
58752  specials={ "char", 0xE2, 0x303 },
58753  uccode=0x1EAA,
58754  unicodeslot=0x1EAB,
58755 },
58756 [0x1EAC]={
58757  adobename="Acircumflexdotbelow",
58758  category="lu",
58759  contextname="Acircumflexdotbelow",
58760  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW",
58761  direction="l",
58762  lccode=0x1EAD,
58763  linebreak="al",
58764  shcode=0x41,
58765  specials={ "char", 0x1EA0, 0x302 },
58766  unicodeslot=0x1EAC,
58767 },
58768 [0x1EAD]={
58769  adobename="acircumflexdotbelow",
58770  category="ll",
58771  contextname="acircumflexdotbelow",
58772  description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW",
58773  direction="l",
58774  linebreak="al",
58775  shcode=0x61,
58776  specials={ "char", 0x1EA1, 0x302 },
58777  uccode=0x1EAC,
58778  unicodeslot=0x1EAD,
58779 },
58780 [0x1EAE]={
58781  adobename="Abreveacute",
58782  category="lu",
58783  contextname="Abreveacute",
58784  description="LATIN CAPITAL LETTER A WITH BREVE AND ACUTE",
58785  direction="l",
58786  lccode=0x1EAF,
58787  linebreak="al",
58788  shcode=0x41,
58789  specials={ "char", 0x102, 0x301 },
58790  unicodeslot=0x1EAE,
58791 },
58792 [0x1EAF]={
58793  adobename="abreveacute",
58794  category="ll",
58795  contextname="abreveacute",
58796  description="LATIN SMALL LETTER A WITH BREVE AND ACUTE",
58797  direction="l",
58798  linebreak="al",
58799  shcode=0x61,
58800  specials={ "char", 0x103, 0x301 },
58801  uccode=0x1EAE,
58802  unicodeslot=0x1EAF,
58803 },
58804 [0x1EB0]={
58805  adobename="Abrevegrave",
58806  category="lu",
58807  contextname="Abrevegrave",
58808  description="LATIN CAPITAL LETTER A WITH BREVE AND GRAVE",
58809  direction="l",
58810  lccode=0x1EB1,
58811  linebreak="al",
58812  shcode=0x41,
58813  specials={ "char", 0x102, 0x300 },
58814  unicodeslot=0x1EB0,
58815 },
58816 [0x1EB1]={
58817  adobename="abrevegrave",
58818  category="ll",
58819  contextname="abrevegrave",
58820  description="LATIN SMALL LETTER A WITH BREVE AND GRAVE",
58821  direction="l",
58822  linebreak="al",
58823  shcode=0x61,
58824  specials={ "char", 0x103, 0x300 },
58825  uccode=0x1EB0,
58826  unicodeslot=0x1EB1,
58827 },
58828 [0x1EB2]={
58829  adobename="Abrevehookabove",
58830  category="lu",
58831  contextname="Abrevehook",
58832  description="LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE",
58833  direction="l",
58834  lccode=0x1EB3,
58835  linebreak="al",
58836  shcode=0x41,
58837  specials={ "char", 0x102, 0x309 },
58838  unicodeslot=0x1EB2,
58839 },
58840 [0x1EB3]={
58841  adobename="abrevehookabove",
58842  category="ll",
58843  contextname="abrevehook",
58844  description="LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE",
58845  direction="l",
58846  linebreak="al",
58847  shcode=0x61,
58848  specials={ "char", 0x103, 0x309 },
58849  uccode=0x1EB2,
58850  unicodeslot=0x1EB3,
58851 },
58852 [0x1EB4]={
58853  adobename="Abrevetilde",
58854  category="lu",
58855  contextname="Abrevetilde",
58856  description="LATIN CAPITAL LETTER A WITH BREVE AND TILDE",
58857  direction="l",
58858  lccode=0x1EB5,
58859  linebreak="al",
58860  shcode=0x41,
58861  specials={ "char", 0x102, 0x303 },
58862  unicodeslot=0x1EB4,
58863 },
58864 [0x1EB5]={
58865  adobename="abrevetilde",
58866  category="ll",
58867  contextname="abrevetilde",
58868  description="LATIN SMALL LETTER A WITH BREVE AND TILDE",
58869  direction="l",
58870  linebreak="al",
58871  shcode=0x61,
58872  specials={ "char", 0x103, 0x303 },
58873  uccode=0x1EB4,
58874  unicodeslot=0x1EB5,
58875 },
58876 [0x1EB6]={
58877  adobename="Abrevedotbelow",
58878  category="lu",
58879  contextname="Abrevedotbelow",
58880  description="LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW",
58881  direction="l",
58882  lccode=0x1EB7,
58883  linebreak="al",
58884  shcode=0x41,
58885  specials={ "char", 0x1EA0, 0x306 },
58886  unicodeslot=0x1EB6,
58887 },
58888 [0x1EB7]={
58889  adobename="abrevedotbelow",
58890  category="ll",
58891  contextname="abrevedotbelow",
58892  description="LATIN SMALL LETTER A WITH BREVE AND DOT BELOW",
58893  direction="l",
58894  linebreak="al",
58895  shcode=0x61,
58896  specials={ "char", 0x1EA1, 0x306 },
58897  uccode=0x1EB6,
58898  unicodeslot=0x1EB7,
58899 },
58900 [0x1EB8]={
58901  adobename="Edotbelow",
58902  category="lu",
58903  contextname="Edotbelow",
58904  description="LATIN CAPITAL LETTER E WITH DOT BELOW",
58905  direction="l",
58906  lccode=0x1EB9,
58907  linebreak="al",
58908  shcode=0x45,
58909  specials={ "char", 0x45, 0x323 },
58910  unicodeslot=0x1EB8,
58911 },
58912 [0x1EB9]={
58913  adobename="edotbelow",
58914  category="ll",
58915  contextname="edotbelow",
58916  description="LATIN SMALL LETTER E WITH DOT BELOW",
58917  direction="l",
58918  linebreak="al",
58919  shcode=0x65,
58920  specials={ "char", 0x65, 0x323 },
58921  uccode=0x1EB8,
58922  unicodeslot=0x1EB9,
58923 },
58924 [0x1EBA]={
58925  adobename="Ehookabove",
58926  category="lu",
58927  contextname="Ehook",
58928  description="LATIN CAPITAL LETTER E WITH HOOK ABOVE",
58929  direction="l",
58930  lccode=0x1EBB,
58931  linebreak="al",
58932  shcode=0x45,
58933  specials={ "char", 0x45, 0x309 },
58934  unicodeslot=0x1EBA,
58935 },
58936 [0x1EBB]={
58937  adobename="ehookabove",
58938  category="ll",
58939  contextname="ehook",
58940  description="LATIN SMALL LETTER E WITH HOOK ABOVE",
58941  direction="l",
58942  linebreak="al",
58943  shcode=0x65,
58944  specials={ "char", 0x65, 0x309 },
58945  uccode=0x1EBA,
58946  unicodeslot=0x1EBB,
58947 },
58948 [0x1EBC]={
58949  adobename="Etilde",
58950  category="lu",
58951  contextname="Etilde",
58952  description="LATIN CAPITAL LETTER E WITH TILDE",
58953  direction="l",
58954  lccode=0x1EBD,
58955  linebreak="al",
58956  shcode=0x45,
58957  specials={ "char", 0x45, 0x303 },
58958  unicodeslot=0x1EBC,
58959 },
58960 [0x1EBD]={
58961  adobename="etilde",
58962  category="ll",
58963  contextname="etilde",
58964  description="LATIN SMALL LETTER E WITH TILDE",
58965  direction="l",
58966  linebreak="al",
58967  shcode=0x65,
58968  specials={ "char", 0x65, 0x303 },
58969  uccode=0x1EBC,
58970  unicodeslot=0x1EBD,
58971 },
58972 [0x1EBE]={
58973  adobename="Ecircumflexacute",
58974  category="lu",
58975  contextname="Ecircumflexacute",
58976  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE",
58977  direction="l",
58978  lccode=0x1EBF,
58979  linebreak="al",
58980  shcode=0x45,
58981  specials={ "char", 0xCA, 0x301 },
58982  unicodeslot=0x1EBE,
58983 },
58984 [0x1EBF]={
58985  adobename="ecircumflexacute",
58986  category="ll",
58987  contextname="ecircumflexacute",
58988  description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE",
58989  direction="l",
58990  linebreak="al",
58991  shcode=0x65,
58992  specials={ "char", 0xEA, 0x301 },
58993  uccode=0x1EBE,
58994  unicodeslot=0x1EBF,
58995 },
58996 [0x1EC0]={
58997  adobename="Ecircumflexgrave",
58998  category="lu",
58999  contextname="Ecircumflexgrave",
59000  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE",
59001  direction="l",
59002  lccode=0x1EC1,
59003  linebreak="al",
59004  shcode=0x45,
59005  specials={ "char", 0xCA, 0x300 },
59006  unicodeslot=0x1EC0,
59007 },
59008 [0x1EC1]={
59009  adobename="ecircumflexgrave",
59010  category="ll",
59011  contextname="ecircumflexgrave",
59012  description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE",
59013  direction="l",
59014  linebreak="al",
59015  shcode=0x65,
59016  specials={ "char", 0xEA, 0x300 },
59017  uccode=0x1EC0,
59018  unicodeslot=0x1EC1,
59019 },
59020 [0x1EC2]={
59021  adobename="Ecircumflexhookabove",
59022  category="lu",
59023  contextname="Ecircumflexhook",
59024  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE",
59025  direction="l",
59026  lccode=0x1EC3,
59027  linebreak="al",
59028  shcode=0x45,
59029  specials={ "char", 0xCA, 0x309 },
59030  unicodeslot=0x1EC2,
59031 },
59032 [0x1EC3]={
59033  adobename="ecircumflexhookabove",
59034  category="ll",
59035  contextname="ecircumflexhook",
59036  description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE",
59037  direction="l",
59038  linebreak="al",
59039  shcode=0x65,
59040  specials={ "char", 0xEA, 0x309 },
59041  uccode=0x1EC2,
59042  unicodeslot=0x1EC3,
59043 },
59044 [0x1EC4]={
59045  adobename="Ecircumflextilde",
59046  category="lu",
59047  contextname="Ecircumflextilde",
59048  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE",
59049  direction="l",
59050  lccode=0x1EC5,
59051  linebreak="al",
59052  shcode=0x45,
59053  specials={ "char", 0xCA, 0x303 },
59054  unicodeslot=0x1EC4,
59055 },
59056 [0x1EC5]={
59057  adobename="ecircumflextilde",
59058  category="ll",
59059  contextname="ecircumflextilde",
59060  description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE",
59061  direction="l",
59062  linebreak="al",
59063  shcode=0x65,
59064  specials={ "char", 0xEA, 0x303 },
59065  uccode=0x1EC4,
59066  unicodeslot=0x1EC5,
59067 },
59068 [0x1EC6]={
59069  adobename="Ecircumflexdotbelow",
59070  category="lu",
59071  contextname="Ecircumflexdotbelow",
59072  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW",
59073  direction="l",
59074  lccode=0x1EC7,
59075  linebreak="al",
59076  shcode=0x45,
59077  specials={ "char", 0x1EB8, 0x302 },
59078  unicodeslot=0x1EC6,
59079 },
59080 [0x1EC7]={
59081  adobename="ecircumflexdotbelow",
59082  category="ll",
59083  contextname="ecircumflexdotbelow",
59084  description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW",
59085  direction="l",
59086  linebreak="al",
59087  shcode=0x65,
59088  specials={ "char", 0x1EB9, 0x302 },
59089  uccode=0x1EC6,
59090  unicodeslot=0x1EC7,
59091 },
59092 [0x1EC8]={
59093  adobename="Ihookabove",
59094  category="lu",
59095  contextname="Ihook",
59096  description="LATIN CAPITAL LETTER I WITH HOOK ABOVE",
59097  direction="l",
59098  lccode=0x1EC9,
59099  linebreak="al",
59100  shcode=0x49,
59101  specials={ "char", 0x49, 0x309 },
59102  unicodeslot=0x1EC8,
59103 },
59104 [0x1EC9]={
59105  adobename="ihookabove",
59106  category="ll",
59107  contextname="ihook",
59108  description="LATIN SMALL LETTER I WITH HOOK ABOVE",
59109  direction="l",
59110  linebreak="al",
59111  shcode=0x69,
59112  specials={ "char", 0x69, 0x309 },
59113  uccode=0x1EC8,
59114  unicodeslot=0x1EC9,
59115 },
59116 [0x1ECA]={
59117  adobename="Idotbelow",
59118  category="lu",
59119  contextname="Idotbelow",
59120  description="LATIN CAPITAL LETTER I WITH DOT BELOW",
59121  direction="l",
59122  lccode=0x1ECB,
59123  linebreak="al",
59124  shcode=0x49,
59125  specials={ "char", 0x49, 0x323 },
59126  unicodeslot=0x1ECA,
59127 },
59128 [0x1ECB]={
59129  adobename="idotbelow",
59130  category="ll",
59131  contextname="idotbelow",
59132  description="LATIN SMALL LETTER I WITH DOT BELOW",
59133  direction="l",
59134  linebreak="al",
59135  shcode=0x69,
59136  specials={ "char", 0x69, 0x323 },
59137  uccode=0x1ECA,
59138  unicodeslot=0x1ECB,
59139 },
59140 [0x1ECC]={
59141  adobename="Odotbelow",
59142  category="lu",
59143  contextname="Odotbelow",
59144  description="LATIN CAPITAL LETTER O WITH DOT BELOW",
59145  direction="l",
59146  lccode=0x1ECD,
59147  linebreak="al",
59148  shcode=0x4F,
59149  specials={ "char", 0x4F, 0x323 },
59150  unicodeslot=0x1ECC,
59151 },
59152 [0x1ECD]={
59153  adobename="odotbelow",
59154  category="ll",
59155  contextname="odotbelow",
59156  description="LATIN SMALL LETTER O WITH DOT BELOW",
59157  direction="l",
59158  linebreak="al",
59159  shcode=0x6F,
59160  specials={ "char", 0x6F, 0x323 },
59161  uccode=0x1ECC,
59162  unicodeslot=0x1ECD,
59163 },
59164 [0x1ECE]={
59165  adobename="Ohookabove",
59166  category="lu",
59167  contextname="Ohook",
59168  description="LATIN CAPITAL LETTER O WITH HOOK ABOVE",
59169  direction="l",
59170  lccode=0x1ECF,
59171  linebreak="al",
59172  shcode=0x4F,
59173  specials={ "char", 0x4F, 0x309 },
59174  unicodeslot=0x1ECE,
59175 },
59176 [0x1ECF]={
59177  adobename="ohookabove",
59178  category="ll",
59179  contextname="ohook",
59180  description="LATIN SMALL LETTER O WITH HOOK ABOVE",
59181  direction="l",
59182  linebreak="al",
59183  shcode=0x6F,
59184  specials={ "char", 0x6F, 0x309 },
59185  uccode=0x1ECE,
59186  unicodeslot=0x1ECF,
59187 },
59188 [0x1ED0]={
59189  adobename="Ocircumflexacute",
59190  category="lu",
59191  contextname="Ocircumflexacute",
59192  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE",
59193  direction="l",
59194  lccode=0x1ED1,
59195  linebreak="al",
59196  shcode=0x4F,
59197  specials={ "char", 0xD4, 0x301 },
59198  unicodeslot=0x1ED0,
59199 },
59200 [0x1ED1]={
59201  adobename="ocircumflexacute",
59202  category="ll",
59203  contextname="ocircumflexacute",
59204  description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE",
59205  direction="l",
59206  linebreak="al",
59207  shcode=0x6F,
59208  specials={ "char", 0xF4, 0x301 },
59209  uccode=0x1ED0,
59210  unicodeslot=0x1ED1,
59211 },
59212 [0x1ED2]={
59213  adobename="Ocircumflexgrave",
59214  category="lu",
59215  contextname="Ocircumflexgrave",
59216  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE",
59217  direction="l",
59218  lccode=0x1ED3,
59219  linebreak="al",
59220  shcode=0x4F,
59221  specials={ "char", 0xD4, 0x300 },
59222  unicodeslot=0x1ED2,
59223 },
59224 [0x1ED3]={
59225  adobename="ocircumflexgrave",
59226  category="ll",
59227  contextname="ocircumflexgrave",
59228  description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE",
59229  direction="l",
59230  linebreak="al",
59231  shcode=0x6F,
59232  specials={ "char", 0xF4, 0x300 },
59233  uccode=0x1ED2,
59234  unicodeslot=0x1ED3,
59235 },
59236 [0x1ED4]={
59237  adobename="Ocircumflexhookabove",
59238  category="lu",
59239  contextname="Ocircumflexhook",
59240  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE",
59241  direction="l",
59242  lccode=0x1ED5,
59243  linebreak="al",
59244  shcode=0x4F,
59245  specials={ "char", 0xD4, 0x309 },
59246  unicodeslot=0x1ED4,
59247 },
59248 [0x1ED5]={
59249  adobename="ocircumflexhookabove",
59250  category="ll",
59251  contextname="ocircumflexhook",
59252  description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE",
59253  direction="l",
59254  linebreak="al",
59255  shcode=0x6F,
59256  specials={ "char", 0xF4, 0x309 },
59257  uccode=0x1ED4,
59258  unicodeslot=0x1ED5,
59259 },
59260 [0x1ED6]={
59261  adobename="Ocircumflextilde",
59262  category="lu",
59263  contextname="Ocircumflextilde",
59264  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE",
59265  direction="l",
59266  lccode=0x1ED7,
59267  linebreak="al",
59268  shcode=0x4F,
59269  specials={ "char", 0xD4, 0x303 },
59270  unicodeslot=0x1ED6,
59271 },
59272 [0x1ED7]={
59273  adobename="ocircumflextilde",
59274  category="ll",
59275  contextname="ocircumflextilde",
59276  description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE",
59277  direction="l",
59278  linebreak="al",
59279  shcode=0x6F,
59280  specials={ "char", 0xF4, 0x303 },
59281  uccode=0x1ED6,
59282  unicodeslot=0x1ED7,
59283 },
59284 [0x1ED8]={
59285  adobename="Ocircumflexdotbelow",
59286  category="lu",
59287  contextname="Ocircumflexdotbelow",
59288  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW",
59289  direction="l",
59290  lccode=0x1ED9,
59291  linebreak="al",
59292  shcode=0x4F,
59293  specials={ "char", 0x1ECC, 0x302 },
59294  unicodeslot=0x1ED8,
59295 },
59296 [0x1ED9]={
59297  adobename="ocircumflexdotbelow",
59298  category="ll",
59299  contextname="ocircumflexdotbelow",
59300  description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW",
59301  direction="l",
59302  linebreak="al",
59303  shcode=0x6F,
59304  specials={ "char", 0x1ECD, 0x302 },
59305  uccode=0x1ED8,
59306  unicodeslot=0x1ED9,
59307 },
59308 [0x1EDA]={
59309  adobename="Ohornacute",
59310  category="lu",
59311  contextname="Ohornacute",
59312  description="LATIN CAPITAL LETTER O WITH HORN AND ACUTE",
59313  direction="l",
59314  lccode=0x1EDB,
59315  linebreak="al",
59316  shcode=0x4F,
59317  specials={ "char", 0x1A0, 0x301 },
59318  unicodeslot=0x1EDA,
59319 },
59320 [0x1EDB]={
59321  adobename="ohornacute",
59322  category="ll",
59323  contextname="ohornacute",
59324  description="LATIN SMALL LETTER O WITH HORN AND ACUTE",
59325  direction="l",
59326  linebreak="al",
59327  shcode=0x6F,
59328  specials={ "char", 0x1A1, 0x301 },
59329  uccode=0x1EDA,
59330  unicodeslot=0x1EDB,
59331 },
59332 [0x1EDC]={
59333  adobename="Ohorngrave",
59334  category="lu",
59335  contextname="Ohorngrave",
59336  description="LATIN CAPITAL LETTER O WITH HORN AND GRAVE",
59337  direction="l",
59338  lccode=0x1EDD,
59339  linebreak="al",
59340  shcode=0x4F,
59341  specials={ "char", 0x1A0, 0x300 },
59342  unicodeslot=0x1EDC,
59343 },
59344 [0x1EDD]={
59345  adobename="ohorngrave",
59346  category="ll",
59347  contextname="ohorngrave",
59348  description="LATIN SMALL LETTER O WITH HORN AND GRAVE",
59349  direction="l",
59350  linebreak="al",
59351  shcode=0x6F,
59352  specials={ "char", 0x1A1, 0x300 },
59353  uccode=0x1EDC,
59354  unicodeslot=0x1EDD,
59355 },
59356 [0x1EDE]={
59357  adobename="Ohornhookabove",
59358  category="lu",
59359  contextname="Ohornhook",
59360  description="LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE",
59361  direction="l",
59362  lccode=0x1EDF,
59363  linebreak="al",
59364  shcode=0x4F,
59365  specials={ "char", 0x1A0, 0x309 },
59366  unicodeslot=0x1EDE,
59367 },
59368 [0x1EDF]={
59369  adobename="ohornhookabove",
59370  category="ll",
59371  contextname="ohornhook",
59372  description="LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE",
59373  direction="l",
59374  linebreak="al",
59375  shcode=0x6F,
59376  specials={ "char", 0x1A1, 0x309 },
59377  uccode=0x1EDE,
59378  unicodeslot=0x1EDF,
59379 },
59380 [0x1EE0]={
59381  adobename="Ohorntilde",
59382  category="lu",
59383  contextname="Ohorntilde",
59384  description="LATIN CAPITAL LETTER O WITH HORN AND TILDE",
59385  direction="l",
59386  lccode=0x1EE1,
59387  linebreak="al",
59388  shcode=0x4F,
59389  specials={ "char", 0x1A0, 0x303 },
59390  unicodeslot=0x1EE0,
59391 },
59392 [0x1EE1]={
59393  adobename="ohorntilde",
59394  category="ll",
59395  contextname="ohorntilde",
59396  description="LATIN SMALL LETTER O WITH HORN AND TILDE",
59397  direction="l",
59398  linebreak="al",
59399  shcode=0x6F,
59400  specials={ "char", 0x1A1, 0x303 },
59401  uccode=0x1EE0,
59402  unicodeslot=0x1EE1,
59403 },
59404 [0x1EE2]={
59405  adobename="Ohorndotbelow",
59406  category="lu",
59407  contextname="Ohorndotbelow",
59408  description="LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW",
59409  direction="l",
59410  lccode=0x1EE3,
59411  linebreak="al",
59412  shcode=0x4F,
59413  specials={ "char", 0x1A0, 0x323 },
59414  unicodeslot=0x1EE2,
59415 },
59416 [0x1EE3]={
59417  adobename="ohorndotbelow",
59418  category="ll",
59419  contextname="ohorndotbelow",
59420  description="LATIN SMALL LETTER O WITH HORN AND DOT BELOW",
59421  direction="l",
59422  linebreak="al",
59423  shcode=0x6F,
59424  specials={ "char", 0x1A1, 0x323 },
59425  uccode=0x1EE2,
59426  unicodeslot=0x1EE3,
59427 },
59428 [0x1EE4]={
59429  adobename="Udotbelow",
59430  category="lu",
59431  contextname="Udotbelow",
59432  description="LATIN CAPITAL LETTER U WITH DOT BELOW",
59433  direction="l",
59434  lccode=0x1EE5,
59435  linebreak="al",
59436  shcode=0x55,
59437  specials={ "char", 0x55, 0x323 },
59438  unicodeslot=0x1EE4,
59439 },
59440 [0x1EE5]={
59441  adobename="udotbelow",
59442  category="ll",
59443  contextname="udotbelow",
59444  description="LATIN SMALL LETTER U WITH DOT BELOW",
59445  direction="l",
59446  linebreak="al",
59447  shcode=0x75,
59448  specials={ "char", 0x75, 0x323 },
59449  uccode=0x1EE4,
59450  unicodeslot=0x1EE5,
59451 },
59452 [0x1EE6]={
59453  adobename="Uhookabove",
59454  category="lu",
59455  contextname="Uhook",
59456  description="LATIN CAPITAL LETTER U WITH HOOK ABOVE",
59457  direction="l",
59458  lccode=0x1EE7,
59459  linebreak="al",
59460  shcode=0x55,
59461  specials={ "char", 0x55, 0x309 },
59462  unicodeslot=0x1EE6,
59463 },
59464 [0x1EE7]={
59465  adobename="uhookabove",
59466  category="ll",
59467  contextname="uhook",
59468  description="LATIN SMALL LETTER U WITH HOOK ABOVE",
59469  direction="l",
59470  linebreak="al",
59471  shcode=0x75,
59472  specials={ "char", 0x75, 0x309 },
59473  uccode=0x1EE6,
59474  unicodeslot=0x1EE7,
59475 },
59476 [0x1EE8]={
59477  adobename="Uhornacute",
59478  category="lu",
59479  contextname="Uhornacute",
59480  description="LATIN CAPITAL LETTER U WITH HORN AND ACUTE",
59481  direction="l",
59482  lccode=0x1EE9,
59483  linebreak="al",
59484  shcode=0x55,
59485  specials={ "char", 0x1AF, 0x301 },
59486  unicodeslot=0x1EE8,
59487 },
59488 [0x1EE9]={
59489  adobename="uhornacute",
59490  category="ll",
59491  contextname="uhornacute",
59492  description="LATIN SMALL LETTER U WITH HORN AND ACUTE",
59493  direction="l",
59494  linebreak="al",
59495  shcode=0x75,
59496  specials={ "char", 0x1B0, 0x301 },
59497  uccode=0x1EE8,
59498  unicodeslot=0x1EE9,
59499 },
59500 [0x1EEA]={
59501  adobename="Uhorngrave",
59502  category="lu",
59503  contextname="Uhorngrave",
59504  description="LATIN CAPITAL LETTER U WITH HORN AND GRAVE",
59505  direction="l",
59506  lccode=0x1EEB,
59507  linebreak="al",
59508  shcode=0x55,
59509  specials={ "char", 0x1AF, 0x300 },
59510  unicodeslot=0x1EEA,
59511 },
59512 [0x1EEB]={
59513  adobename="uhorngrave",
59514  category="ll",
59515  contextname="uhorngrave",
59516  description="LATIN SMALL LETTER U WITH HORN AND GRAVE",
59517  direction="l",
59518  linebreak="al",
59519  shcode=0x75,
59520  specials={ "char", 0x1B0, 0x300 },
59521  uccode=0x1EEA,
59522  unicodeslot=0x1EEB,
59523 },
59524 [0x1EEC]={
59525  adobename="Uhornhookabove",
59526  category="lu",
59527  contextname="Uhornhook",
59528  description="LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE",
59529  direction="l",
59530  lccode=0x1EED,
59531  linebreak="al",
59532  shcode=0x55,
59533  specials={ "char", 0x1AF, 0x309 },
59534  unicodeslot=0x1EEC,
59535 },
59536 [0x1EED]={
59537  adobename="uhornhookabove",
59538  category="ll",
59539  contextname="uhornhook",
59540  description="LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE",
59541  direction="l",
59542  linebreak="al",
59543  shcode=0x75,
59544  specials={ "char", 0x1B0, 0x309 },
59545  uccode=0x1EEC,
59546  unicodeslot=0x1EED,
59547 },
59548 [0x1EEE]={
59549  adobename="Uhorntilde",
59550  category="lu",
59551  contextname="Uhorntilde",
59552  description="LATIN CAPITAL LETTER U WITH HORN AND TILDE",
59553  direction="l",
59554  lccode=0x1EEF,
59555  linebreak="al",
59556  shcode=0x55,
59557  specials={ "char", 0x1AF, 0x303 },
59558  unicodeslot=0x1EEE,
59559 },
59560 [0x1EEF]={
59561  adobename="uhorntilde",
59562  category="ll",
59563  contextname="uhorntilde",
59564  description="LATIN SMALL LETTER U WITH HORN AND TILDE",
59565  direction="l",
59566  linebreak="al",
59567  shcode=0x75,
59568  specials={ "char", 0x1B0, 0x303 },
59569  uccode=0x1EEE,
59570  unicodeslot=0x1EEF,
59571 },
59572 [0x1EF0]={
59573  adobename="Uhorndotbelow",
59574  category="lu",
59575  contextname="Uhorndotbelow",
59576  description="LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW",
59577  direction="l",
59578  lccode=0x1EF1,
59579  linebreak="al",
59580  shcode=0x55,
59581  specials={ "char", 0x1AF, 0x323 },
59582  unicodeslot=0x1EF0,
59583 },
59584 [0x1EF1]={
59585  adobename="uhorndotbelow",
59586  category="ll",
59587  contextname="uhorndotbelow",
59588  description="LATIN SMALL LETTER U WITH HORN AND DOT BELOW",
59589  direction="l",
59590  linebreak="al",
59591  shcode=0x75,
59592  specials={ "char", 0x1B0, 0x323 },
59593  uccode=0x1EF0,
59594  unicodeslot=0x1EF1,
59595 },
59596 [0x1EF2]={
59597  adobename="Ygrave",
59598  category="lu",
59599  contextname="Ygrave",
59600  description="LATIN CAPITAL LETTER Y WITH GRAVE",
59601  direction="l",
59602  lccode=0x1EF3,
59603  linebreak="al",
59604  shcode=0x59,
59605  specials={ "char", 0x59, 0x300 },
59606  unicodeslot=0x1EF2,
59607 },
59608 [0x1EF3]={
59609  adobename="ygrave",
59610  category="ll",
59611  contextname="ygrave",
59612  description="LATIN SMALL LETTER Y WITH GRAVE",
59613  direction="l",
59614  linebreak="al",
59615  shcode=0x79,
59616  specials={ "char", 0x79, 0x300 },
59617  uccode=0x1EF2,
59618  unicodeslot=0x1EF3,
59619 },
59620 [0x1EF4]={
59621  adobename="Ydotbelow",
59622  category="lu",
59623  contextname="Ydotbelow",
59624  description="LATIN CAPITAL LETTER Y WITH DOT BELOW",
59625  direction="l",
59626  lccode=0x1EF5,
59627  linebreak="al",
59628  shcode=0x59,
59629  specials={ "char", 0x59, 0x323 },
59630  unicodeslot=0x1EF4,
59631 },
59632 [0x1EF5]={
59633  adobename="ydotbelow",
59634  category="ll",
59635  contextname="ydotbelow",
59636  description="LATIN SMALL LETTER Y WITH DOT BELOW",
59637  direction="l",
59638  linebreak="al",
59639  shcode=0x79,
59640  specials={ "char", 0x79, 0x323 },
59641  uccode=0x1EF4,
59642  unicodeslot=0x1EF5,
59643 },
59644 [0x1EF6]={
59645  adobename="Yhookabove",
59646  category="lu",
59647  description="LATIN CAPITAL LETTER Y WITH HOOK ABOVE",
59648  direction="l",
59649  lccode=0x1EF7,
59650  linebreak="al",
59651  shcode=0x59,
59652  specials={ "char", 0x59, 0x309 },
59653  unicodeslot=0x1EF6,
59654 },
59655 [0x1EF7]={
59656  adobename="yhookabove",
59657  category="ll",
59658  description="LATIN SMALL LETTER Y WITH HOOK ABOVE",
59659  direction="l",
59660  linebreak="al",
59661  shcode=0x79,
59662  specials={ "char", 0x79, 0x309 },
59663  uccode=0x1EF6,
59664  unicodeslot=0x1EF7,
59665 },
59666 [0x1EF8]={
59667  adobename="Ytilde",
59668  category="lu",
59669  contextname="Ytilde",
59670  description="LATIN CAPITAL LETTER Y WITH TILDE",
59671  direction="l",
59672  lccode=0x1EF9,
59673  linebreak="al",
59674  shcode=0x59,
59675  specials={ "char", 0x59, 0x303 },
59676  unicodeslot=0x1EF8,
59677 },
59678 [0x1EF9]={
59679  adobename="ytilde",
59680  category="ll",
59681  contextname="ytilde",
59682  description="LATIN SMALL LETTER Y WITH TILDE",
59683  direction="l",
59684  linebreak="al",
59685  shcode=0x79,
59686  specials={ "char", 0x79, 0x303 },
59687  uccode=0x1EF8,
59688  unicodeslot=0x1EF9,
59689 },
59690 [0x1EFA]={
59691  category="lu",
59692  description="LATIN CAPITAL LETTER MIDDLE-WELSH LL",
59693  direction="l",
59694  lccode=0x1EFB,
59695  linebreak="al",
59696  unicodeslot=0x1EFA,
59697 },
59698 [0x1EFB]={
59699  category="ll",
59700  description="LATIN SMALL LETTER MIDDLE-WELSH LL",
59701  direction="l",
59702  linebreak="al",
59703  unicodeslot=0x1EFB,
59704 },
59705 [0x1EFC]={
59706  category="lu",
59707  description="LATIN CAPITAL LETTER MIDDLE-WELSH V",
59708  direction="l",
59709  lccode=0x1EFD,
59710  linebreak="al",
59711  unicodeslot=0x1EFC,
59712 },
59713 [0x1EFD]={
59714  category="ll",
59715  description="LATIN SMALL LETTER MIDDLE-WELSH V",
59716  direction="l",
59717  linebreak="al",
59718  unicodeslot=0x1EFD,
59719 },
59720 [0x1EFE]={
59721  category="lu",
59722  description="LATIN CAPITAL LETTER Y WITH LOOP",
59723  direction="l",
59724  lccode=0x1EFF,
59725  linebreak="al",
59726  unicodeslot=0x1EFE,
59727 },
59728 [0x1EFF]={
59729  category="ll",
59730  description="LATIN SMALL LETTER Y WITH LOOP",
59731  direction="l",
59732  linebreak="al",
59733  unicodeslot=0x1EFF,
59734 },
59735 [0x1F00]={
59736  category="ll",
59737  contextname="greekalphapsili",
59738  description="GREEK SMALL LETTER ALPHA WITH PSILI",
59739  direction="l",
59740  linebreak="al",
59741  shcode=0x3B1,
59742  specials={ "char", 0x3B1, 0x313 },
59743  uccode=0x1F08,
59744  unicodeslot=0x1F00,
59745 },
59746 [0x1F01]={
59747  category="ll",
59748  contextname="greekalphadasia",
59749  description="GREEK SMALL LETTER ALPHA WITH DASIA",
59750  direction="l",
59751  linebreak="al",
59752  shcode=0x3B1,
59753  specials={ "char", 0x3B1, 0x314 },
59754  uccode=0x1F09,
59755  unicodeslot=0x1F01,
59756 },
59757 [0x1F02]={
59758  category="ll",
59759  contextname="greekalphapsilivaria",
59760  description="GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA",
59761  direction="l",
59762  linebreak="al",
59763  shcode=0x3B1,
59764  specials={ "char", 0x1F00, 0x300 },
59765  uccode=0x1F0A,
59766  unicodeslot=0x1F02,
59767 },
59768 [0x1F03]={
59769  category="ll",
59770  contextname="greekalphadasiavaria",
59771  description="GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA",
59772  direction="l",
59773  linebreak="al",
59774  shcode=0x3B1,
59775  specials={ "char", 0x1F01, 0x300 },
59776  uccode=0x1F0B,
59777  unicodeslot=0x1F03,
59778 },
59779 [0x1F04]={
59780  category="ll",
59781  contextname="greekalphapsilitonos",
59782  description="GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA",
59783  direction="l",
59784  linebreak="al",
59785  shcode=0x3B1,
59786  specials={ "char", 0x1F00, 0x301 },
59787  uccode=0x1F0C,
59788  unicodeslot=0x1F04,
59789 },
59790 [0x1F05]={
59791  category="ll",
59792  contextname="greekalphadasiatonos",
59793  description="GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA",
59794  direction="l",
59795  linebreak="al",
59796  shcode=0x3B1,
59797  specials={ "char", 0x1F01, 0x301 },
59798  uccode=0x1F0D,
59799  unicodeslot=0x1F05,
59800 },
59801 [0x1F06]={
59802  category="ll",
59803  contextname="greekalphapsiliperispomeni",
59804  description="GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI",
59805  direction="l",
59806  linebreak="al",
59807  shcode=0x3B1,
59808  specials={ "char", 0x1F00, 0x342 },
59809  uccode=0x1F0E,
59810  unicodeslot=0x1F06,
59811 },
59812 [0x1F07]={
59813  category="ll",
59814  contextname="greekalphadasiaperispomeni",
59815  description="GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI",
59816  direction="l",
59817  linebreak="al",
59818  shcode=0x3B1,
59819  specials={ "char", 0x1F01, 0x342 },
59820  uccode=0x1F0F,
59821  unicodeslot=0x1F07,
59822 },
59823 [0x1F08]={
59824  category="lu",
59825  contextname="greekAlphapsili",
59826  description="GREEK CAPITAL LETTER ALPHA WITH PSILI",
59827  direction="l",
59828  lccode=0x1F00,
59829  linebreak="al",
59830  shcode=0x391,
59831  specials={ "char", 0x391, 0x313 },
59832  unicodeslot=0x1F08,
59833 },
59834 [0x1F09]={
59835  category="lu",
59836  contextname="greekAlphadasia",
59837  description="GREEK CAPITAL LETTER ALPHA WITH DASIA",
59838  direction="l",
59839  lccode=0x1F01,
59840  linebreak="al",
59841  shcode=0x391,
59842  specials={ "char", 0x391, 0x314 },
59843  unicodeslot=0x1F09,
59844 },
59845 [0x1F0A]={
59846  category="lu",
59847  contextname="greekAlphapsilivaria",
59848  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA",
59849  direction="l",
59850  lccode=0x1F02,
59851  linebreak="al",
59852  shcode=0x391,
59853  specials={ "char", 0x1F08, 0x300 },
59854  unicodeslot=0x1F0A,
59855 },
59856 [0x1F0B]={
59857  category="lu",
59858  contextname="greekAlphadasiavaria",
59859  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA",
59860  direction="l",
59861  lccode=0x1F03,
59862  linebreak="al",
59863  shcode=0x391,
59864  specials={ "char", 0x1F09, 0x300 },
59865  unicodeslot=0x1F0B,
59866 },
59867 [0x1F0C]={
59868  category="lu",
59869  contextname="greekAlphapsilitonos",
59870  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA",
59871  direction="l",
59872  lccode=0x1F04,
59873  linebreak="al",
59874  shcode=0x391,
59875  specials={ "char", 0x1F08, 0x301 },
59876  unicodeslot=0x1F0C,
59877 },
59878 [0x1F0D]={
59879  category="lu",
59880  contextname="greekAlphadasiatonos",
59881  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA",
59882  direction="l",
59883  lccode=0x1F05,
59884  linebreak="al",
59885  shcode=0x391,
59886  specials={ "char", 0x1F09, 0x301 },
59887  unicodeslot=0x1F0D,
59888 },
59889 [0x1F0E]={
59890  category="lu",
59891  contextname="greekAlphapsiliperispomeni",
59892  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI",
59893  direction="l",
59894  lccode=0x1F06,
59895  linebreak="al",
59896  shcode=0x391,
59897  specials={ "char", 0x1F08, 0x342 },
59898  unicodeslot=0x1F0E,
59899 },
59900 [0x1F0F]={
59901  category="lu",
59902  contextname="greekAlphadasiaperispomeni",
59903  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI",
59904  direction="l",
59905  lccode=0x1F07,
59906  linebreak="al",
59907  shcode=0x391,
59908  specials={ "char", 0x1F09, 0x342 },
59909  unicodeslot=0x1F0F,
59910 },
59911 [0x1F10]={
59912  category="ll",
59913  contextname="greekepsilonpsili",
59914  description="GREEK SMALL LETTER EPSILON WITH PSILI",
59915  direction="l",
59916  linebreak="al",
59917  shcode=0x3B5,
59918  specials={ "char", 0x3B5, 0x313 },
59919  uccode=0x1F18,
59920  unicodeslot=0x1F10,
59921 },
59922 [0x1F11]={
59923  category="ll",
59924  contextname="greekepsilondasia",
59925  description="GREEK SMALL LETTER EPSILON WITH DASIA",
59926  direction="l",
59927  linebreak="al",
59928  shcode=0x3B5,
59929  specials={ "char", 0x3B5, 0x314 },
59930  uccode=0x1F19,
59931  unicodeslot=0x1F11,
59932 },
59933 [0x1F12]={
59934  category="ll",
59935  contextname="greekepsilonpsilivaria",
59936  description="GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA",
59937  direction="l",
59938  linebreak="al",
59939  shcode=0x3B5,
59940  specials={ "char", 0x1F10, 0x300 },
59941  uccode=0x1F1A,
59942  unicodeslot=0x1F12,
59943 },
59944 [0x1F13]={
59945  category="ll",
59946  contextname="greekepsilondasiavaria",
59947  description="GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA",
59948  direction="l",
59949  linebreak="al",
59950  shcode=0x3B5,
59951  specials={ "char", 0x1F11, 0x300 },
59952  uccode=0x1F1B,
59953  unicodeslot=0x1F13,
59954 },
59955 [0x1F14]={
59956  category="ll",
59957  contextname="greekepsilonpsilitonos",
59958  description="GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA",
59959  direction="l",
59960  linebreak="al",
59961  shcode=0x3B5,
59962  specials={ "char", 0x1F10, 0x301 },
59963  uccode=0x1F1C,
59964  unicodeslot=0x1F14,
59965 },
59966 [0x1F15]={
59967  category="ll",
59968  contextname="greekepsilondasiatonos",
59969  description="GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA",
59970  direction="l",
59971  linebreak="al",
59972  shcode=0x3B5,
59973  specials={ "char", 0x1F11, 0x301 },
59974  uccode=0x1F1D,
59975  unicodeslot=0x1F15,
59976 },
59977 [0x1F18]={
59978  category="lu",
59979  contextname="greekEpsilonpsili",
59980  description="GREEK CAPITAL LETTER EPSILON WITH PSILI",
59981  direction="l",
59982  lccode=0x1F10,
59983  linebreak="al",
59984  shcode=0x395,
59985  specials={ "char", 0x395, 0x313 },
59986  unicodeslot=0x1F18,
59987 },
59988 [0x1F19]={
59989  category="lu",
59990  contextname="greekEpsilondasia",
59991  description="GREEK CAPITAL LETTER EPSILON WITH DASIA",
59992  direction="l",
59993  lccode=0x1F11,
59994  linebreak="al",
59995  shcode=0x395,
59996  specials={ "char", 0x395, 0x314 },
59997  unicodeslot=0x1F19,
59998 },
59999 [0x1F1A]={
60000  category="lu",
60001  contextname="greekEpsilonpsilivaria",
60002  description="GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA",
60003  direction="l",
60004  lccode=0x1F12,
60005  linebreak="al",
60006  shcode=0x395,
60007  specials={ "char", 0x1F18, 0x300 },
60008  unicodeslot=0x1F1A,
60009 },
60010 [0x1F1B]={
60011  category="lu",
60012  contextname="greekEpsilondasiavaria",
60013  description="GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA",
60014  direction="l",
60015  lccode=0x1F13,
60016  linebreak="al",
60017  shcode=0x395,
60018  specials={ "char", 0x1F19, 0x300 },
60019  unicodeslot=0x1F1B,
60020 },
60021 [0x1F1C]={
60022  category="lu",
60023  contextname="greekEpsilonpsilitonos",
60024  description="GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA",
60025  direction="l",
60026  lccode=0x1F14,
60027  linebreak="al",
60028  shcode=0x395,
60029  specials={ "char", 0x1F18, 0x301 },
60030  unicodeslot=0x1F1C,
60031 },
60032 [0x1F1D]={
60033  category="lu",
60034  contextname="greekEpsilondasiatonos",
60035  description="GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA",
60036  direction="l",
60037  lccode=0x1F15,
60038  linebreak="al",
60039  shcode=0x395,
60040  specials={ "char", 0x1F19, 0x301 },
60041  unicodeslot=0x1F1D,
60042 },
60043 [0x1F20]={
60044  category="ll",
60045  contextname="greeketapsili",
60046  description="GREEK SMALL LETTER ETA WITH PSILI",
60047  direction="l",
60048  linebreak="al",
60049  shcode=0x3B7,
60050  specials={ "char", 0x3B7, 0x313 },
60051  uccode=0x1F28,
60052  unicodeslot=0x1F20,
60053 },
60054 [0x1F21]={
60055  category="ll",
60056  contextname="greeketadasia",
60057  description="GREEK SMALL LETTER ETA WITH DASIA",
60058  direction="l",
60059  linebreak="al",
60060  shcode=0x3B7,
60061  specials={ "char", 0x3B7, 0x314 },
60062  uccode=0x1F29,
60063  unicodeslot=0x1F21,
60064 },
60065 [0x1F22]={
60066  category="ll",
60067  contextname="greeketapsilivaria",
60068  description="GREEK SMALL LETTER ETA WITH PSILI AND VARIA",
60069  direction="l",
60070  linebreak="al",
60071  shcode=0x3B7,
60072  specials={ "char", 0x1F20, 0x300 },
60073  uccode=0x1F2A,
60074  unicodeslot=0x1F22,
60075 },
60076 [0x1F23]={
60077  category="ll",
60078  contextname="greeketadasiavaria",
60079  description="GREEK SMALL LETTER ETA WITH DASIA AND VARIA",
60080  direction="l",
60081  linebreak="al",
60082  shcode=0x3B7,
60083  specials={ "char", 0x1F21, 0x300 },
60084  uccode=0x1F2B,
60085  unicodeslot=0x1F23,
60086 },
60087 [0x1F24]={
60088  category="ll",
60089  contextname="greeketapsilitonos",
60090  description="GREEK SMALL LETTER ETA WITH PSILI AND OXIA",
60091  direction="l",
60092  linebreak="al",
60093  shcode=0x3B7,
60094  specials={ "char", 0x1F20, 0x301 },
60095  uccode=0x1F2C,
60096  unicodeslot=0x1F24,
60097 },
60098 [0x1F25]={
60099  category="ll",
60100  contextname="greeketadasiatonos",
60101  description="GREEK SMALL LETTER ETA WITH DASIA AND OXIA",
60102  direction="l",
60103  linebreak="al",
60104  shcode=0x3B7,
60105  specials={ "char", 0x1F21, 0x301 },
60106  uccode=0x1F2D,
60107  unicodeslot=0x1F25,
60108 },
60109 [0x1F26]={
60110  category="ll",
60111  contextname="greeketapsiliperispomeni",
60112  description="GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI",
60113  direction="l",
60114  linebreak="al",
60115  shcode=0x3B7,
60116  specials={ "char", 0x1F20, 0x342 },
60117  uccode=0x1F2E,
60118  unicodeslot=0x1F26,
60119 },
60120 [0x1F27]={
60121  category="ll",
60122  contextname="greeketadasiaperispomeni",
60123  description="GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI",
60124  direction="l",
60125  linebreak="al",
60126  shcode=0x3B7,
60127  specials={ "char", 0x1F21, 0x342 },
60128  uccode=0x1F2F,
60129  unicodeslot=0x1F27,
60130 },
60131 [0x1F28]={
60132  category="lu",
60133  contextname="greekEtapsili",
60134  description="GREEK CAPITAL LETTER ETA WITH PSILI",
60135  direction="l",
60136  lccode=0x1F20,
60137  linebreak="al",
60138  shcode=0x397,
60139  specials={ "char", 0x397, 0x313 },
60140  unicodeslot=0x1F28,
60141 },
60142 [0x1F29]={
60143  category="lu",
60144  contextname="greekEtadasia",
60145  description="GREEK CAPITAL LETTER ETA WITH DASIA",
60146  direction="l",
60147  lccode=0x1F21,
60148  linebreak="al",
60149  shcode=0x397,
60150  specials={ "char", 0x397, 0x314 },
60151  unicodeslot=0x1F29,
60152 },
60153 [0x1F2A]={
60154  category="lu",
60155  contextname="greekEtapsilivaria",
60156  description="GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA",
60157  direction="l",
60158  lccode=0x1F22,
60159  linebreak="al",
60160  shcode=0x397,
60161  specials={ "char", 0x1F28, 0x300 },
60162  unicodeslot=0x1F2A,
60163 },
60164 [0x1F2B]={
60165  category="lu",
60166  contextname="greekEtadasiavaria",
60167  description="GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA",
60168  direction="l",
60169  lccode=0x1F23,
60170  linebreak="al",
60171  shcode=0x397,
60172  specials={ "char", 0x1F29, 0x300 },
60173  unicodeslot=0x1F2B,
60174 },
60175 [0x1F2C]={
60176  category="lu",
60177  contextname="greekEtapsilitonos",
60178  description="GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA",
60179  direction="l",
60180  lccode=0x1F24,
60181  linebreak="al",
60182  shcode=0x397,
60183  specials={ "char", 0x1F28, 0x301 },
60184  unicodeslot=0x1F2C,
60185 },
60186 [0x1F2D]={
60187  category="lu",
60188  contextname="greekEtadasiatonos",
60189  description="GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA",
60190  direction="l",
60191  lccode=0x1F25,
60192  linebreak="al",
60193  shcode=0x397,
60194  specials={ "char", 0x1F29, 0x301 },
60195  unicodeslot=0x1F2D,
60196 },
60197 [0x1F2E]={
60198  category="lu",
60199  contextname="greekEtapsiliperispomeni",
60200  description="GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI",
60201  direction="l",
60202  lccode=0x1F26,
60203  linebreak="al",
60204  shcode=0x397,
60205  specials={ "char", 0x1F28, 0x342 },
60206  unicodeslot=0x1F2E,
60207 },
60208 [0x1F2F]={
60209  category="lu",
60210  contextname="greekEtadasiaperispomeni",
60211  description="GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI",
60212  direction="l",
60213  lccode=0x1F27,
60214  linebreak="al",
60215  shcode=0x397,
60216  specials={ "char", 0x1F29, 0x342 },
60217  unicodeslot=0x1F2F,
60218 },
60219 [0x1F30]={
60220  category="ll",
60221  contextname="greekiotapsili",
60222  description="GREEK SMALL LETTER IOTA WITH PSILI",
60223  direction="l",
60224  linebreak="al",
60225  shcode=0x3B9,
60226  specials={ "char", 0x3B9, 0x313 },
60227  uccode=0x1F38,
60228  unicodeslot=0x1F30,
60229 },
60230 [0x1F31]={
60231  category="ll",
60232  contextname="greekiotadasia",
60233  description="GREEK SMALL LETTER IOTA WITH DASIA",
60234  direction="l",
60235  linebreak="al",
60236  shcode=0x3B9,
60237  specials={ "char", 0x3B9, 0x314 },
60238  uccode=0x1F39,
60239  unicodeslot=0x1F31,
60240 },
60241 [0x1F32]={
60242  category="ll",
60243  contextname="greekiotapsilivaria",
60244  description="GREEK SMALL LETTER IOTA WITH PSILI AND VARIA",
60245  direction="l",
60246  linebreak="al",
60247  shcode=0x3B9,
60248  specials={ "char", 0x1F30, 0x300 },
60249  uccode=0x1F3A,
60250  unicodeslot=0x1F32,
60251 },
60252 [0x1F33]={
60253  category="ll",
60254  contextname="greekiotadasiavaria",
60255  description="GREEK SMALL LETTER IOTA WITH DASIA AND VARIA",
60256  direction="l",
60257  linebreak="al",
60258  shcode=0x3B9,
60259  specials={ "char", 0x1F31, 0x300 },
60260  uccode=0x1F3B,
60261  unicodeslot=0x1F33,
60262 },
60263 [0x1F34]={
60264  category="ll",
60265  contextname="greekiotapsilitonos",
60266  description="GREEK SMALL LETTER IOTA WITH PSILI AND OXIA",
60267  direction="l",
60268  linebreak="al",
60269  shcode=0x3B9,
60270  specials={ "char", 0x1F30, 0x301 },
60271  uccode=0x1F3C,
60272  unicodeslot=0x1F34,
60273 },
60274 [0x1F35]={
60275  category="ll",
60276  contextname="greekiotadasiatonos",
60277  description="GREEK SMALL LETTER IOTA WITH DASIA AND OXIA",
60278  direction="l",
60279  linebreak="al",
60280  shcode=0x3B9,
60281  specials={ "char", 0x1F31, 0x301 },
60282  uccode=0x1F3D,
60283  unicodeslot=0x1F35,
60284 },
60285 [0x1F36]={
60286  category="ll",
60287  contextname="greekiotapsiliperispomeni",
60288  description="GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI",
60289  direction="l",
60290  linebreak="al",
60291  shcode=0x3B9,
60292  specials={ "char", 0x1F30, 0x342 },
60293  uccode=0x1F3E,
60294  unicodeslot=0x1F36,
60295 },
60296 [0x1F37]={
60297  category="ll",
60298  contextname="greekiotadasiaperispomeni",
60299  description="GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI",
60300  direction="l",
60301  linebreak="al",
60302  shcode=0x3B9,
60303  specials={ "char", 0x1F31, 0x342 },
60304  uccode=0x1F3F,
60305  unicodeslot=0x1F37,
60306 },
60307 [0x1F38]={
60308  category="lu",
60309  contextname="greekIotapsili",
60310  description="GREEK CAPITAL LETTER IOTA WITH PSILI",
60311  direction="l",
60312  lccode=0x1F30,
60313  linebreak="al",
60314  shcode=0x399,
60315  specials={ "char", 0x399, 0x313 },
60316  unicodeslot=0x1F38,
60317 },
60318 [0x1F39]={
60319  category="lu",
60320  contextname="greekIotadasia",
60321  description="GREEK CAPITAL LETTER IOTA WITH DASIA",
60322  direction="l",
60323  lccode=0x1F31,
60324  linebreak="al",
60325  shcode=0x399,
60326  specials={ "char", 0x399, 0x314 },
60327  unicodeslot=0x1F39,
60328 },
60329 [0x1F3A]={
60330  category="lu",
60331  contextname="greekIotapsilivaria",
60332  description="GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA",
60333  direction="l",
60334  lccode=0x1F32,
60335  linebreak="al",
60336  shcode=0x399,
60337  specials={ "char", 0x1F38, 0x300 },
60338  unicodeslot=0x1F3A,
60339 },
60340 [0x1F3B]={
60341  category="lu",
60342  contextname="greekIotadasiavaria",
60343  description="GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA",
60344  direction="l",
60345  lccode=0x1F33,
60346  linebreak="al",
60347  shcode=0x399,
60348  specials={ "char", 0x1F39, 0x300 },
60349  unicodeslot=0x1F3B,
60350 },
60351 [0x1F3C]={
60352  category="lu",
60353  contextname="greekIotapsilitonos",
60354  description="GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA",
60355  direction="l",
60356  lccode=0x1F34,
60357  linebreak="al",
60358  shcode=0x399,
60359  specials={ "char", 0x1F38, 0x301 },
60360  unicodeslot=0x1F3C,
60361 },
60362 [0x1F3D]={
60363  category="lu",
60364  contextname="greekIotadasiatonos",
60365  description="GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA",
60366  direction="l",
60367  lccode=0x1F35,
60368  linebreak="al",
60369  shcode=0x399,
60370  specials={ "char", 0x1F39, 0x301 },
60371  unicodeslot=0x1F3D,
60372 },
60373 [0x1F3E]={
60374  category="lu",
60375  contextname="greekIotapsiliperispomeni",
60376  description="GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI",
60377  direction="l",
60378  lccode=0x1F36,
60379  linebreak="al",
60380  shcode=0x399,
60381  specials={ "char", 0x1F38, 0x342 },
60382  unicodeslot=0x1F3E,
60383 },
60384 [0x1F3F]={
60385  category="lu",
60386  contextname="greekIotadasiaperispomeni",
60387  description="GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI",
60388  direction="l",
60389  lccode=0x1F37,
60390  linebreak="al",
60391  shcode=0x399,
60392  specials={ "char", 0x1F39, 0x342 },
60393  unicodeslot=0x1F3F,
60394 },
60395 [0x1F40]={
60396  category="ll",
60397  contextname="greekomicronpsili",
60398  description="GREEK SMALL LETTER OMICRON WITH PSILI",
60399  direction="l",
60400  linebreak="al",
60401  shcode=0x3BF,
60402  specials={ "char", 0x3BF, 0x313 },
60403  uccode=0x1F48,
60404  unicodeslot=0x1F40,
60405 },
60406 [0x1F41]={
60407  category="ll",
60408  contextname="greekomicrondasia",
60409  description="GREEK SMALL LETTER OMICRON WITH DASIA",
60410  direction="l",
60411  linebreak="al",
60412  shcode=0x3BF,
60413  specials={ "char", 0x3BF, 0x314 },
60414  uccode=0x1F49,
60415  unicodeslot=0x1F41,
60416 },
60417 [0x1F42]={
60418  category="ll",
60419  contextname="greekomicronpsilivaria",
60420  description="GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA",
60421  direction="l",
60422  linebreak="al",
60423  shcode=0x3BF,
60424  specials={ "char", 0x1F40, 0x300 },
60425  uccode=0x1F4A,
60426  unicodeslot=0x1F42,
60427 },
60428 [0x1F43]={
60429  category="ll",
60430  contextname="greekomicrondasiavaria",
60431  description="GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA",
60432  direction="l",
60433  linebreak="al",
60434  shcode=0x3BF,
60435  specials={ "char", 0x1F41, 0x300 },
60436  uccode=0x1F4B,
60437  unicodeslot=0x1F43,
60438 },
60439 [0x1F44]={
60440  category="ll",
60441  contextname="greekomicronpsilitonos",
60442  description="GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA",
60443  direction="l",
60444  linebreak="al",
60445  shcode=0x3BF,
60446  specials={ "char", 0x1F40, 0x301 },
60447  uccode=0x1F4C,
60448  unicodeslot=0x1F44,
60449 },
60450 [0x1F45]={
60451  category="ll",
60452  contextname="greekomicrondasiatonos",
60453  description="GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA",
60454  direction="l",
60455  linebreak="al",
60456  shcode=0x3BF,
60457  specials={ "char", 0x1F41, 0x301 },
60458  uccode=0x1F4D,
60459  unicodeslot=0x1F45,
60460 },
60461 [0x1F48]={
60462  category="lu",
60463  contextname="greekOmicronpsili",
60464  description="GREEK CAPITAL LETTER OMICRON WITH PSILI",
60465  direction="l",
60466  lccode=0x1F40,
60467  linebreak="al",
60468  shcode=0x39F,
60469  specials={ "char", 0x39F, 0x313 },
60470  unicodeslot=0x1F48,
60471 },
60472 [0x1F49]={
60473  category="lu",
60474  contextname="greekOmicrondasia",
60475  description="GREEK CAPITAL LETTER OMICRON WITH DASIA",
60476  direction="l",
60477  lccode=0x1F41,
60478  linebreak="al",
60479  shcode=0x39F,
60480  specials={ "char", 0x39F, 0x314 },
60481  unicodeslot=0x1F49,
60482 },
60483 [0x1F4A]={
60484  category="lu",
60485  contextname="greekOmicronpsilivaria",
60486  description="GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA",
60487  direction="l",
60488  lccode=0x1F42,
60489  linebreak="al",
60490  shcode=0x39F,
60491  specials={ "char", 0x1F48, 0x300 },
60492  unicodeslot=0x1F4A,
60493 },
60494 [0x1F4B]={
60495  category="lu",
60496  contextname="greekOmicrondasiavaria",
60497  description="GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA",
60498  direction="l",
60499  lccode=0x1F43,
60500  linebreak="al",
60501  shcode=0x39F,
60502  specials={ "char", 0x1F49, 0x300 },
60503  unicodeslot=0x1F4B,
60504 },
60505 [0x1F4C]={
60506  category="lu",
60507  contextname="greekOmicronpsilitonos",
60508  description="GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA",
60509  direction="l",
60510  lccode=0x1F44,
60511  linebreak="al",
60512  shcode=0x39F,
60513  specials={ "char", 0x1F48, 0x301 },
60514  unicodeslot=0x1F4C,
60515 },
60516 [0x1F4D]={
60517  category="lu",
60518  contextname="greekOmicrondasiatonos",
60519  description="GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA",
60520  direction="l",
60521  lccode=0x1F45,
60522  linebreak="al",
60523  shcode=0x39F,
60524  specials={ "char", 0x1F49, 0x301 },
60525  unicodeslot=0x1F4D,
60526 },
60527 [0x1F50]={
60528  category="ll",
60529  contextname="greekupsilonpsili",
60530  description="GREEK SMALL LETTER UPSILON WITH PSILI",
60531  direction="l",
60532  linebreak="al",
60533  shcode=0x3C5,
60534  specials={ "char", 0x3C5, 0x313 },
60535  uccode={ 0x3C5, 0x313 },
60536  unicodeslot=0x1F50,
60537 },
60538 [0x1F51]={
60539  category="ll",
60540  contextname="greekupsilondasia",
60541  description="GREEK SMALL LETTER UPSILON WITH DASIA",
60542  direction="l",
60543  linebreak="al",
60544  shcode=0x3C5,
60545  specials={ "char", 0x3C5, 0x314 },
60546  uccode=0x1F59,
60547  unicodeslot=0x1F51,
60548 },
60549 [0x1F52]={
60550  category="ll",
60551  contextname="greekupsilonpsilivaria",
60552  description="GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA",
60553  direction="l",
60554  linebreak="al",
60555  shcode=0x3C5,
60556  specials={ "char", 0x1F50, 0x300 },
60557  uccode={ 0x3C5, 0x313, 0x300 },
60558  unicodeslot=0x1F52,
60559 },
60560 [0x1F53]={
60561  category="ll",
60562  contextname="greekupsilondasiavaria",
60563  description="GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA",
60564  direction="l",
60565  linebreak="al",
60566  shcode=0x3C5,
60567  specials={ "char", 0x1F51, 0x300 },
60568  uccode=0x1F5B,
60569  unicodeslot=0x1F53,
60570 },
60571 [0x1F54]={
60572  category="ll",
60573  contextname="greekupsilonpsilitonos",
60574  description="GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA",
60575  direction="l",
60576  linebreak="al",
60577  shcode=0x3C5,
60578  specials={ "char", 0x1F50, 0x301 },
60579  uccode={ 0x3C5, 0x313, 0x301 },
60580  unicodeslot=0x1F54,
60581 },
60582 [0x1F55]={
60583  category="ll",
60584  contextname="greekupsilondasiatonos",
60585  description="GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA",
60586  direction="l",
60587  linebreak="al",
60588  shcode=0x3C5,
60589  specials={ "char", 0x1F51, 0x301 },
60590  uccode=0x1F5D,
60591  unicodeslot=0x1F55,
60592 },
60593 [0x1F56]={
60594  category="ll",
60595  contextname="greekupsilonpsiliperispomeni",
60596  description="GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI",
60597  direction="l",
60598  linebreak="al",
60599  shcode=0x3C5,
60600  specials={ "char", 0x1F50, 0x342 },
60601  uccode={ 0x3C5, 0x313, 0x342 },
60602  unicodeslot=0x1F56,
60603 },
60604 [0x1F57]={
60605  category="ll",
60606  contextname="greekupsilondasiaperispomeni",
60607  description="GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI",
60608  direction="l",
60609  linebreak="al",
60610  shcode=0x3C5,
60611  specials={ "char", 0x1F51, 0x342 },
60612  uccode=0x1F5F,
60613  unicodeslot=0x1F57,
60614 },
60615 [0x1F59]={
60616  category="lu",
60617  contextname="greekUpsilondasia",
60618  description="GREEK CAPITAL LETTER UPSILON WITH DASIA",
60619  direction="l",
60620  lccode=0x1F51,
60621  linebreak="al",
60622  shcode=0x3A5,
60623  specials={ "char", 0x3A5, 0x314 },
60624  unicodeslot=0x1F59,
60625 },
60626 [0x1F5B]={
60627  category="lu",
60628  contextname="greekUpsilondasiavaria",
60629  description="GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA",
60630  direction="l",
60631  lccode=0x1F53,
60632  linebreak="al",
60633  shcode=0x3A5,
60634  specials={ "char", 0x1F59, 0x300 },
60635  unicodeslot=0x1F5B,
60636 },
60637 [0x1F5D]={
60638  category="lu",
60639  contextname="greekUpsilondasiatonos",
60640  description="GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA",
60641  direction="l",
60642  lccode=0x1F55,
60643  linebreak="al",
60644  shcode=0x3A5,
60645  specials={ "char", 0x1F59, 0x301 },
60646  unicodeslot=0x1F5D,
60647 },
60648 [0x1F5F]={
60649  category="lu",
60650  contextname="greekUpsilondasiaperispomeni",
60651  description="GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI",
60652  direction="l",
60653  lccode=0x1F57,
60654  linebreak="al",
60655  shcode=0x3A5,
60656  specials={ "char", 0x1F59, 0x342 },
60657  unicodeslot=0x1F5F,
60658 },
60659 [0x1F60]={
60660  category="ll",
60661  contextname="greekomegapsili",
60662  description="GREEK SMALL LETTER OMEGA WITH PSILI",
60663  direction="l",
60664  linebreak="al",
60665  shcode=0x3C9,
60666  specials={ "char", 0x3C9, 0x313 },
60667  uccode=0x1F68,
60668  unicodeslot=0x1F60,
60669 },
60670 [0x1F61]={
60671  category="ll",
60672  contextname="greekomegadasia",
60673  description="GREEK SMALL LETTER OMEGA WITH DASIA",
60674  direction="l",
60675  linebreak="al",
60676  shcode=0x3C9,
60677  specials={ "char", 0x3C9, 0x314 },
60678  uccode=0x1F69,
60679  unicodeslot=0x1F61,
60680 },
60681 [0x1F62]={
60682  category="ll",
60683  contextname="greekomegapsilivaria",
60684  description="GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA",
60685  direction="l",
60686  linebreak="al",
60687  shcode=0x3C9,
60688  specials={ "char", 0x1F60, 0x300 },
60689  uccode=0x1F6A,
60690  unicodeslot=0x1F62,
60691 },
60692 [0x1F63]={
60693  category="ll",
60694  contextname="greekomegadasiavaria",
60695  description="GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA",
60696  direction="l",
60697  linebreak="al",
60698  shcode=0x3C9,
60699  specials={ "char", 0x1F61, 0x300 },
60700  uccode=0x1F6B,
60701  unicodeslot=0x1F63,
60702 },
60703 [0x1F64]={
60704  category="ll",
60705  contextname="greekomegapsilitonos",
60706  description="GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA",
60707  direction="l",
60708  linebreak="al",
60709  shcode=0x3C9,
60710  specials={ "char", 0x1F60, 0x301 },
60711  uccode=0x1F6C,
60712  unicodeslot=0x1F64,
60713 },
60714 [0x1F65]={
60715  category="ll",
60716  contextname="greekomegadasiatonos",
60717  description="GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA",
60718  direction="l",
60719  linebreak="al",
60720  shcode=0x3C9,
60721  specials={ "char", 0x1F61, 0x301 },
60722  uccode=0x1F6D,
60723  unicodeslot=0x1F65,
60724 },
60725 [0x1F66]={
60726  category="ll",
60727  contextname="greekomegapsiliperispomeni",
60728  description="GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI",
60729  direction="l",
60730  linebreak="al",
60731  shcode=0x3C9,
60732  specials={ "char", 0x1F60, 0x342 },
60733  uccode=0x1F6E,
60734  unicodeslot=0x1F66,
60735 },
60736 [0x1F67]={
60737  category="ll",
60738  contextname="greekomegadasiaperispomeni",
60739  description="GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI",
60740  direction="l",
60741  linebreak="al",
60742  shcode=0x3C9,
60743  specials={ "char", 0x1F61, 0x342 },
60744  uccode=0x1F6F,
60745  unicodeslot=0x1F67,
60746 },
60747 [0x1F68]={
60748  category="lu",
60749  contextname="greekOmegapsili",
60750  description="GREEK CAPITAL LETTER OMEGA WITH PSILI",
60751  direction="l",
60752  lccode=0x1F60,
60753  linebreak="al",
60754  shcode=0x3A9,
60755  specials={ "char", 0x3A9, 0x313 },
60756  unicodeslot=0x1F68,
60757 },
60758 [0x1F69]={
60759  category="lu",
60760  contextname="greekOmegadasia",
60761  description="GREEK CAPITAL LETTER OMEGA WITH DASIA",
60762  direction="l",
60763  lccode=0x1F61,
60764  linebreak="al",
60765  shcode=0x3A9,
60766  specials={ "char", 0x3A9, 0x314 },
60767  unicodeslot=0x1F69,
60768 },
60769 [0x1F6A]={
60770  category="lu",
60771  contextname="greekOmegapsilivaria",
60772  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA",
60773  direction="l",
60774  lccode=0x1F62,
60775  linebreak="al",
60776  shcode=0x3A9,
60777  specials={ "char", 0x1F68, 0x300 },
60778  unicodeslot=0x1F6A,
60779 },
60780 [0x1F6B]={
60781  category="lu",
60782  contextname="greekOmegadasiavaria",
60783  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA",
60784  direction="l",
60785  lccode=0x1F63,
60786  linebreak="al",
60787  shcode=0x3A9,
60788  specials={ "char", 0x1F69, 0x300 },
60789  unicodeslot=0x1F6B,
60790 },
60791 [0x1F6C]={
60792  category="lu",
60793  contextname="greekOmegapsilitonos",
60794  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA",
60795  direction="l",
60796  lccode=0x1F64,
60797  linebreak="al",
60798  shcode=0x3A9,
60799  specials={ "char", 0x1F68, 0x301 },
60800  unicodeslot=0x1F6C,
60801 },
60802 [0x1F6D]={
60803  category="lu",
60804  contextname="greekOmegadasiatonos",
60805  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA",
60806  direction="l",
60807  lccode=0x1F65,
60808  linebreak="al",
60809  shcode=0x3A9,
60810  specials={ "char", 0x1F69, 0x301 },
60811  unicodeslot=0x1F6D,
60812 },
60813 [0x1F6E]={
60814  category="lu",
60815  contextname="greekOmegapsiliperispomeni",
60816  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI",
60817  direction="l",
60818  lccode=0x1F66,
60819  linebreak="al",
60820  shcode=0x3A9,
60821  specials={ "char", 0x1F68, 0x342 },
60822  unicodeslot=0x1F6E,
60823 },
60824 [0x1F6F]={
60825  category="lu",
60826  contextname="greekOmegadasiaperispomeni",
60827  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI",
60828  direction="l",
60829  lccode=0x1F67,
60830  linebreak="al",
60831  shcode=0x3A9,
60832  specials={ "char", 0x1F69, 0x342 },
60833  unicodeslot=0x1F6F,
60834 },
60835 [0x1F70]={
60836  category="ll",
60837  contextname="greekalphavaria",
60838  description="GREEK SMALL LETTER ALPHA WITH VARIA",
60839  direction="l",
60840  linebreak="al",
60841  shcode=0x3B1,
60842  specials={ "char", 0x3B1, 0x300 },
60843  uccode=0x1FBA,
60844  unicodeslot=0x1F70,
60845 },
60846 [0x1F71]={
60847  category="ll",
60848  contextname="greekalphaoxia",
60849  description="GREEK SMALL LETTER ALPHA WITH OXIA",
60850  direction="l",
60851  linebreak="al",
60852  shcode=0x3B1,
60853  specials={ "char", 0x3AC },
60854  uccode=0x1FBB,
60855  unicodeslot=0x1F71,
60856 },
60857 [0x1F72]={
60858  category="ll",
60859  contextname="greekepsilonvaria",
60860  description="GREEK SMALL LETTER EPSILON WITH VARIA",
60861  direction="l",
60862  linebreak="al",
60863  shcode=0x3B5,
60864  specials={ "char", 0x3B5, 0x300 },
60865  uccode=0x1FC8,
60866  unicodeslot=0x1F72,
60867 },
60868 [0x1F73]={
60869  category="ll",
60870  contextname="greekepsilonoxia",
60871  description="GREEK SMALL LETTER EPSILON WITH OXIA",
60872  direction="l",
60873  linebreak="al",
60874  shcode=0x3B5,
60875  specials={ "char", 0x3AD },
60876  uccode=0x1FC9,
60877  unicodeslot=0x1F73,
60878 },
60879 [0x1F74]={
60880  category="ll",
60881  contextname="greeketavaria",
60882  description="GREEK SMALL LETTER ETA WITH VARIA",
60883  direction="l",
60884  linebreak="al",
60885  shcode=0x3B7,
60886  specials={ "char", 0x3B7, 0x300 },
60887  uccode=0x1FCA,
60888  unicodeslot=0x1F74,
60889 },
60890 [0x1F75]={
60891  category="ll",
60892  contextname="greeketaoxia",
60893  description="GREEK SMALL LETTER ETA WITH OXIA",
60894  direction="l",
60895  linebreak="al",
60896  shcode=0x3B7,
60897  specials={ "char", 0x3AE },
60898  uccode=0x1FCB,
60899  unicodeslot=0x1F75,
60900 },
60901 [0x1F76]={
60902  category="ll",
60903  contextname="greekiotavaria",
60904  description="GREEK SMALL LETTER IOTA WITH VARIA",
60905  direction="l",
60906  linebreak="al",
60907  shcode=0x3B9,
60908  specials={ "char", 0x3B9, 0x300 },
60909  uccode=0x1FDA,
60910  unicodeslot=0x1F76,
60911 },
60912 [0x1F77]={
60913  category="ll",
60914  contextname="greekiotaoxia",
60915  description="GREEK SMALL LETTER IOTA WITH OXIA",
60916  direction="l",
60917  linebreak="al",
60918  shcode=0x3B9,
60919  specials={ "char", 0x3AF },
60920  uccode=0x1FDB,
60921  unicodeslot=0x1F77,
60922 },
60923 [0x1F78]={
60924  category="ll",
60925  contextname="greekomicronvaria",
60926  description="GREEK SMALL LETTER OMICRON WITH VARIA",
60927  direction="l",
60928  linebreak="al",
60929  shcode=0x3BF,
60930  specials={ "char", 0x3BF, 0x300 },
60931  uccode=0x1FF8,
60932  unicodeslot=0x1F78,
60933 },
60934 [0x1F79]={
60935  category="ll",
60936  contextname="greekomicronoxia",
60937  description="GREEK SMALL LETTER OMICRON WITH OXIA",
60938  direction="l",
60939  linebreak="al",
60940  shcode=0x3BF,
60941  specials={ "char", 0x3CC },
60942  uccode=0x1FF9,
60943  unicodeslot=0x1F79,
60944 },
60945 [0x1F7A]={
60946  category="ll",
60947  contextname="greekupsilonvaria",
60948  description="GREEK SMALL LETTER UPSILON WITH VARIA",
60949  direction="l",
60950  linebreak="al",
60951  shcode=0x3C5,
60952  specials={ "char", 0x3C5, 0x300 },
60953  uccode=0x1FEA,
60954  unicodeslot=0x1F7A,
60955 },
60956 [0x1F7B]={
60957  category="ll",
60958  contextname="greekupsilonoxia",
60959  description="GREEK SMALL LETTER UPSILON WITH OXIA",
60960  direction="l",
60961  linebreak="al",
60962  shcode=0x3C5,
60963  specials={ "char", 0x3CD },
60964  uccode=0x1FEB,
60965  unicodeslot=0x1F7B,
60966 },
60967 [0x1F7C]={
60968  category="ll",
60969  contextname="greekomegavaria",
60970  description="GREEK SMALL LETTER OMEGA WITH VARIA",
60971  direction="l",
60972  linebreak="al",
60973  shcode=0x3C9,
60974  specials={ "char", 0x3C9, 0x300 },
60975  uccode=0x1FFA,
60976  unicodeslot=0x1F7C,
60977 },
60978 [0x1F7D]={
60979  category="ll",
60980  contextname="greekomegaoxia",
60981  description="GREEK SMALL LETTER OMEGA WITH OXIA",
60982  direction="l",
60983  linebreak="al",
60984  shcode=0x3C9,
60985  specials={ "char", 0x3CE },
60986  uccode=0x1FFB,
60987  unicodeslot=0x1F7D,
60988 },
60989 [0x1F80]={
60990  category="ll",
60991  contextname="greekalphaiotasubpsili",
60992  description="GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI",
60993  direction="l",
60994  linebreak="al",
60995  shcode=0x3B1,
60996  specials={ "char", 0x1F00, 0x345 },
60997  uccode={ 0x1F00, 0x3B9 },
60998  unicodeslot=0x1F80,
60999 },
61000 [0x1F81]={
61001  category="ll",
61002  contextname="greekalphaiotasubdasia",
61003  description="GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI",
61004  direction="l",
61005  linebreak="al",
61006  shcode=0x3B1,
61007  specials={ "char", 0x1F01, 0x345 },
61008  uccode={ 0x1F01, 0x3B9 },
61009  unicodeslot=0x1F81,
61010 },
61011 [0x1F82]={
61012  category="ll",
61013  contextname="greekalphaiotasubpsilivaria",
61014  description="GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
61015  direction="l",
61016  linebreak="al",
61017  shcode=0x3B1,
61018  specials={ "char", 0x1F02, 0x345 },
61019  uccode={ 0x1F02, 0x3B9 },
61020  unicodeslot=0x1F82,
61021 },
61022 [0x1F83]={
61023  category="ll",
61024  contextname="greekalphaiotasubdasiavaria",
61025  description="GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
61026  direction="l",
61027  linebreak="al",
61028  shcode=0x3B1,
61029  specials={ "char", 0x1F03, 0x345 },
61030  uccode={ 0x1F03, 0x3B9 },
61031  unicodeslot=0x1F83,
61032 },
61033 [0x1F84]={
61034  category="ll",
61035  contextname="greekalphaiotasubpsilitonos",
61036  description="GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
61037  direction="l",
61038  linebreak="al",
61039  shcode=0x3B1,
61040  specials={ "char", 0x1F04, 0x345 },
61041  uccode={ 0x1F04, 0x3B9 },
61042  unicodeslot=0x1F84,
61043 },
61044 [0x1F85]={
61045  category="ll",
61046  contextname="greekalphaiotasubdasiatonos",
61047  description="GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
61048  direction="l",
61049  linebreak="al",
61050  shcode=0x3B1,
61051  specials={ "char", 0x1F05, 0x345 },
61052  uccode={ 0x1F05, 0x3B9 },
61053  unicodeslot=0x1F85,
61054 },
61055 [0x1F86]={
61056  category="ll",
61057  contextname="greekalphaiotasubpsiliperispomeni",
61058  description="GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
61059  direction="l",
61060  linebreak="al",
61061  shcode=0x3B1,
61062  specials={ "char", 0x1F06, 0x345 },
61063  uccode={ 0x1F06, 0x3B9 },
61064  unicodeslot=0x1F86,
61065 },
61066 [0x1F87]={
61067  category="ll",
61068  contextname="greekalphaiotasubdasiaperispomeni",
61069  description="GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
61070  direction="l",
61071  linebreak="al",
61072  shcode=0x3B1,
61073  specials={ "char", 0x1F07, 0x345 },
61074  uccode={ 0x1F07, 0x3B9 },
61075  unicodeslot=0x1F87,
61076 },
61077 [0x1F88]={
61078  category="lt",
61079  contextname="greekAlphaiotasubpsili",
61080  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI",
61081  direction="l",
61082  lccode=0x1F80,
61083  linebreak="al",
61084  shcode=0x391,
61085  specials={ "char", 0x1F08, 0x345 },
61086  unicodeslot=0x1F88,
61087 },
61088 [0x1F89]={
61089  category="lt",
61090  contextname="greekAlphaiotasubdasia",
61091  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI",
61092  direction="l",
61093  lccode=0x1F81,
61094  linebreak="al",
61095  shcode=0x391,
61096  specials={ "char", 0x1F09, 0x345 },
61097  unicodeslot=0x1F89,
61098 },
61099 [0x1F8A]={
61100  category="lt",
61101  contextname="greekAlphaiotasubpsilivaria",
61102  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
61103  direction="l",
61104  lccode=0x1F82,
61105  linebreak="al",
61106  shcode=0x391,
61107  specials={ "char", 0x1F0A, 0x345 },
61108  unicodeslot=0x1F8A,
61109 },
61110 [0x1F8B]={
61111  category="lt",
61112  contextname="greekAlphaiotasubdasiavaria",
61113  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
61114  direction="l",
61115  lccode=0x1F83,
61116  linebreak="al",
61117  shcode=0x391,
61118  specials={ "char", 0x1F0B, 0x345 },
61119  unicodeslot=0x1F8B,
61120 },
61121 [0x1F8C]={
61122  category="lt",
61123  contextname="greekAlphaiotasubpsilitonos",
61124  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
61125  direction="l",
61126  lccode=0x1F84,
61127  linebreak="al",
61128  shcode=0x391,
61129  specials={ "char", 0x1F0C, 0x345 },
61130  unicodeslot=0x1F8C,
61131 },
61132 [0x1F8D]={
61133  category="lt",
61134  contextname="greekAlphaiotasubdasiatonos",
61135  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
61136  direction="l",
61137  lccode=0x1F85,
61138  linebreak="al",
61139  shcode=0x391,
61140  specials={ "char", 0x1F0D, 0x345 },
61141  unicodeslot=0x1F8D,
61142 },
61143 [0x1F8E]={
61144  category="lt",
61145  contextname="greekAlphaiotasubpsiliperispomeni",
61146  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
61147  direction="l",
61148  lccode=0x1F86,
61149  linebreak="al",
61150  shcode=0x391,
61151  specials={ "char", 0x1F0E, 0x345 },
61152  unicodeslot=0x1F8E,
61153 },
61154 [0x1F8F]={
61155  category="lt",
61156  contextname="greekAlphaiotasubdasiaperispomeni",
61157  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
61158  direction="l",
61159  lccode=0x1F87,
61160  linebreak="al",
61161  shcode=0x391,
61162  specials={ "char", 0x1F0F, 0x345 },
61163  unicodeslot=0x1F8F,
61164 },
61165 [0x1F90]={
61166  category="ll",
61167  contextname="greeketaiotasubpsili",
61168  description="GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI",
61169  direction="l",
61170  linebreak="al",
61171  shcode=0x3B7,
61172  specials={ "char", 0x1F20, 0x345 },
61173  uccode={ 0x1F20, 0x3B9 },
61174  unicodeslot=0x1F90,
61175 },
61176 [0x1F91]={
61177  category="ll",
61178  contextname="greeketaiotasubdasia",
61179  description="GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI",
61180  direction="l",
61181  linebreak="al",
61182  shcode=0x3B7,
61183  specials={ "char", 0x1F21, 0x345 },
61184  uccode={ 0x1F21, 0x3B9 },
61185  unicodeslot=0x1F91,
61186 },
61187 [0x1F92]={
61188  category="ll",
61189  contextname="greeketaiotasubpsilivaria",
61190  description="GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
61191  direction="l",
61192  linebreak="al",
61193  shcode=0x3B7,
61194  specials={ "char", 0x1F22, 0x345 },
61195  uccode={ 0x1F22, 0x3B9 },
61196  unicodeslot=0x1F92,
61197 },
61198 [0x1F93]={
61199  category="ll",
61200  contextname="greeketaiotasubdasiavaria",
61201  description="GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
61202  direction="l",
61203  linebreak="al",
61204  shcode=0x3B7,
61205  specials={ "char", 0x1F23, 0x345 },
61206  uccode={ 0x1F23, 0x3B9 },
61207  unicodeslot=0x1F93,
61208 },
61209 [0x1F94]={
61210  category="ll",
61211  contextname="greeketaiotasubpsilitonos",
61212  description="GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
61213  direction="l",
61214  linebreak="al",
61215  shcode=0x3B7,
61216  specials={ "char", 0x1F24, 0x345 },
61217  uccode={ 0x1F24, 0x3B9 },
61218  unicodeslot=0x1F94,
61219 },
61220 [0x1F95]={
61221  category="ll",
61222  contextname="greeketaiotasubdasiatonos",
61223  description="GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
61224  direction="l",
61225  linebreak="al",
61226  shcode=0x3B7,
61227  specials={ "char", 0x1F25, 0x345 },
61228  uccode={ 0x1F25, 0x3B9 },
61229  unicodeslot=0x1F95,
61230 },
61231 [0x1F96]={
61232  category="ll",
61233  contextname="greeketaiotasubpsiliperispomeni",
61234  description="GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
61235  direction="l",
61236  linebreak="al",
61237  shcode=0x3B7,
61238  specials={ "char", 0x1F26, 0x345 },
61239  uccode={ 0x1F26, 0x3B9 },
61240  unicodeslot=0x1F96,
61241 },
61242 [0x1F97]={
61243  category="ll",
61244  contextname="greeketaiotasubdasiaperispomeni",
61245  description="GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
61246  direction="l",
61247  linebreak="al",
61248  shcode=0x3B7,
61249  specials={ "char", 0x1F27, 0x345 },
61250  uccode={ 0x1F27, 0x3B9 },
61251  unicodeslot=0x1F97,
61252 },
61253 [0x1F98]={
61254  category="lt",
61255  contextname="greekEtaiotasubpsili",
61256  description="GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI",
61257  direction="l",
61258  lccode=0x1F90,
61259  linebreak="al",
61260  shcode=0x397,
61261  specials={ "char", 0x1F28, 0x345 },
61262  unicodeslot=0x1F98,
61263 },
61264 [0x1F99]={
61265  category="lt",
61266  contextname="greekEtaiotasubdasia",
61267  description="GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI",
61268  direction="l",
61269  lccode=0x1F91,
61270  linebreak="al",
61271  shcode=0x397,
61272  specials={ "char", 0x1F29, 0x345 },
61273  unicodeslot=0x1F99,
61274 },
61275 [0x1F9A]={
61276  category="lt",
61277  contextname="greekEtaiotasubpsilivaria",
61278  description="GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
61279  direction="l",
61280  lccode=0x1F92,
61281  linebreak="al",
61282  shcode=0x397,
61283  specials={ "char", 0x1F2A, 0x345 },
61284  unicodeslot=0x1F9A,
61285 },
61286 [0x1F9B]={
61287  category="lt",
61288  contextname="greekEtaiotasubdasiavaria",
61289  description="GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
61290  direction="l",
61291  lccode=0x1F93,
61292  linebreak="al",
61293  shcode=0x397,
61294  specials={ "char", 0x1F2B, 0x345 },
61295  unicodeslot=0x1F9B,
61296 },
61297 [0x1F9C]={
61298  category="lt",
61299  contextname="greekEtaiotasubpsilitonos",
61300  description="GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
61301  direction="l",
61302  lccode=0x1F94,
61303  linebreak="al",
61304  shcode=0x397,
61305  specials={ "char", 0x1F2C, 0x345 },
61306  unicodeslot=0x1F9C,
61307 },
61308 [0x1F9D]={
61309  category="lt",
61310  contextname="greekEtaiotasubdasiatonos",
61311  description="GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
61312  direction="l",
61313  lccode=0x1F95,
61314  linebreak="al",
61315  shcode=0x397,
61316  specials={ "char", 0x1F2D, 0x345 },
61317  unicodeslot=0x1F9D,
61318 },
61319 [0x1F9E]={
61320  category="lt",
61321  contextname="greekEtaiotasubpsiliperispomeni",
61322  description="GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
61323  direction="l",
61324  lccode=0x1F96,
61325  linebreak="al",
61326  shcode=0x397,
61327  specials={ "char", 0x1F2E, 0x345 },
61328  unicodeslot=0x1F9E,
61329 },
61330 [0x1F9F]={
61331  category="lt",
61332  contextname="greekEtaiotasubdasiaperispomeni",
61333  description="GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
61334  direction="l",
61335  lccode=0x1F97,
61336  linebreak="al",
61337  shcode=0x397,
61338  specials={ "char", 0x1F2F, 0x345 },
61339  unicodeslot=0x1F9F,
61340 },
61341 [0x1FA0]={
61342  category="ll",
61343  contextname="greekomegaiotasubpsili",
61344  description="GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI",
61345  direction="l",
61346  linebreak="al",
61347  shcode=0x3C9,
61348  specials={ "char", 0x1F60, 0x345 },
61349  uccode={ 0x1F60, 0x3B9 },
61350  unicodeslot=0x1FA0,
61351 },
61352 [0x1FA1]={
61353  category="ll",
61354  contextname="greekomegaiotasubdasia",
61355  description="GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI",
61356  direction="l",
61357  linebreak="al",
61358  shcode=0x3C9,
61359  specials={ "char", 0x1F61, 0x345 },
61360  uccode={ 0x1F61, 0x3B9 },
61361  unicodeslot=0x1FA1,
61362 },
61363 [0x1FA2]={
61364  category="ll",
61365  contextname="greekomegaiotasubpsilivaria",
61366  description="GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
61367  direction="l",
61368  linebreak="al",
61369  shcode=0x3C9,
61370  specials={ "char", 0x1F62, 0x345 },
61371  uccode={ 0x1F62, 0x3B9 },
61372  unicodeslot=0x1FA2,
61373 },
61374 [0x1FA3]={
61375  category="ll",
61376  contextname="greekomegaiotasubdasiavaria",
61377  description="GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
61378  direction="l",
61379  linebreak="al",
61380  shcode=0x3C9,
61381  specials={ "char", 0x1F63, 0x345 },
61382  uccode={ 0x1F63, 0x3B9 },
61383  unicodeslot=0x1FA3,
61384 },
61385 [0x1FA4]={
61386  category="ll",
61387  contextname="greekomegaiotasubpsilitonos",
61388  description="GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
61389  direction="l",
61390  linebreak="al",
61391  shcode=0x3C9,
61392  specials={ "char", 0x1F64, 0x345 },
61393  uccode={ 0x1F64, 0x3B9 },
61394  unicodeslot=0x1FA4,
61395 },
61396 [0x1FA5]={
61397  category="ll",
61398  contextname="greekomegaiotasubdasiatonos",
61399  description="GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
61400  direction="l",
61401  linebreak="al",
61402  shcode=0x3C9,
61403  specials={ "char", 0x1F65, 0x345 },
61404  uccode={ 0x1F65, 0x3B9 },
61405  unicodeslot=0x1FA5,
61406 },
61407 [0x1FA6]={
61408  category="ll",
61409  contextname="greekomegaiotasubpsiliperispomeni",
61410  description="GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
61411  direction="l",
61412  linebreak="al",
61413  shcode=0x3C9,
61414  specials={ "char", 0x1F66, 0x345 },
61415  uccode={ 0x1F66, 0x3B9 },
61416  unicodeslot=0x1FA6,
61417 },
61418 [0x1FA7]={
61419  category="ll",
61420  contextname="greekomegaiotasubdasiaperispomeni",
61421  description="GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
61422  direction="l",
61423  linebreak="al",
61424  shcode=0x3C9,
61425  specials={ "char", 0x1F67, 0x345 },
61426  uccode={ 0x1F67, 0x3B9 },
61427  unicodeslot=0x1FA7,
61428 },
61429 [0x1FA8]={
61430  category="lt",
61431  contextname="greekOmegaiotasubpsili",
61432  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI",
61433  direction="l",
61434  lccode=0x1FA0,
61435  linebreak="al",
61436  shcode=0x3A9,
61437  specials={ "char", 0x1F68, 0x345 },
61438  unicodeslot=0x1FA8,
61439 },
61440 [0x1FA9]={
61441  category="lt",
61442  contextname="greekOmegaiotasubdasia",
61443  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI",
61444  direction="l",
61445  lccode=0x1FA1,
61446  linebreak="al",
61447  shcode=0x3A9,
61448  specials={ "char", 0x1F69, 0x345 },
61449  unicodeslot=0x1FA9,
61450 },
61451 [0x1FAA]={
61452  category="lt",
61453  contextname="greekOmegaiotasubpsilivaria",
61454  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
61455  direction="l",
61456  lccode=0x1FA2,
61457  linebreak="al",
61458  shcode=0x3A9,
61459  specials={ "char", 0x1F6A, 0x345 },
61460  unicodeslot=0x1FAA,
61461 },
61462 [0x1FAB]={
61463  category="lt",
61464  contextname="greekOmegaiotasubdasiavaria",
61465  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
61466  direction="l",
61467  lccode=0x1FA3,
61468  linebreak="al",
61469  shcode=0x3A9,
61470  specials={ "char", 0x1F6B, 0x345 },
61471  unicodeslot=0x1FAB,
61472 },
61473 [0x1FAC]={
61474  category="lt",
61475  contextname="greekOmegaiotasubpsilitonos",
61476  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
61477  direction="l",
61478  lccode=0x1FA4,
61479  linebreak="al",
61480  shcode=0x3A9,
61481  specials={ "char", 0x1F6C, 0x345 },
61482  unicodeslot=0x1FAC,
61483 },
61484 [0x1FAD]={
61485  category="lt",
61486  contextname="greekOmegaiotasubdasiatonos",
61487  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
61488  direction="l",
61489  lccode=0x1FA5,
61490  linebreak="al",
61491  shcode=0x3A9,
61492  specials={ "char", 0x1F6D, 0x345 },
61493  unicodeslot=0x1FAD,
61494 },
61495 [0x1FAE]={
61496  category="lt",
61497  contextname="greekOmegaiotasubpsiliperispomeni",
61498  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
61499  direction="l",
61500  lccode=0x1FA6,
61501  linebreak="al",
61502  shcode=0x3A9,
61503  specials={ "char", 0x1F6E, 0x345 },
61504  unicodeslot=0x1FAE,
61505 },
61506 [0x1FAF]={
61507  category="lt",
61508  contextname="greekOmegaiotasubdasiaperispomeni",
61509  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
61510  direction="l",
61511  lccode=0x1FA7,
61512  linebreak="al",
61513  shcode=0x3A9,
61514  specials={ "char", 0x1F6F, 0x345 },
61515  unicodeslot=0x1FAF,
61516 },
61517 [0x1FB0]={
61518  category="ll",
61519  contextname="greekalphavrachy",
61520  description="GREEK SMALL LETTER ALPHA WITH VRACHY",
61521  direction="l",
61522  linebreak="al",
61523  shcode=0x3B1,
61524  specials={ "char", 0x3B1, 0x306 },
61525  uccode=0x1FB8,
61526  unicodeslot=0x1FB0,
61527 },
61528 [0x1FB1]={
61529  category="ll",
61530  contextname="greekalphamacron",
61531  description="GREEK SMALL LETTER ALPHA WITH MACRON",
61532  direction="l",
61533  linebreak="al",
61534  shcode=0x3B1,
61535  specials={ "char", 0x3B1, 0x304 },
61536  uccode=0x1FB9,
61537  unicodeslot=0x1FB1,
61538 },
61539 [0x1FB2]={
61540  category="ll",
61541  contextname="greekalphaiotasubvaria",
61542  description="GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI",
61543  direction="l",
61544  linebreak="al",
61545  shcode=0x3B1,
61546  specials={ "char", 0x1F70, 0x345 },
61547  uccode={ 0x1F70, 0x3B9 },
61548  unicodeslot=0x1FB2,
61549 },
61550 [0x1FB3]={
61551  category="ll",
61552  contextname="greekalphaiotasub",
61553  description="GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI",
61554  direction="l",
61555  linebreak="al",
61556  shcode=0x3B1,
61557  specials={ "char", 0x3B1, 0x345 },
61558  uccode={ 0x3B1, 0x3B9 },
61559  unicodeslot=0x1FB3,
61560 },
61561 [0x1FB4]={
61562  category="ll",
61563  contextname="greekalphaiotasubtonos",
61564  description="GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI",
61565  direction="l",
61566  linebreak="al",
61567  shcode=0x3B1,
61568  specials={ "char", 0x3AC, 0x345 },
61569  uccode={ 0x3AC, 0x3B9 },
61570  unicodeslot=0x1FB4,
61571 },
61572 [0x1FB6]={
61573  category="ll",
61574  contextname="greekalphaperispomeni",
61575  description="GREEK SMALL LETTER ALPHA WITH PERISPOMENI",
61576  direction="l",
61577  linebreak="al",
61578  shcode=0x3B1,
61579  specials={ "char", 0x3B1, 0x342 },
61580  uccode={ 0x3B1, 0x342 },
61581  unicodeslot=0x1FB6,
61582 },
61583 [0x1FB7]={
61584  category="ll",
61585  contextname="greekalphaiotasubperispomeni",
61586  description="GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI",
61587  direction="l",
61588  linebreak="al",
61589  shcode=0x3B1,
61590  specials={ "char", 0x1FB6, 0x345 },
61591  uccode={ 0x3B1, 0x342, 0x3B9 },
61592  unicodeslot=0x1FB7,
61593 },
61594 [0x1FB8]={
61595  category="lu",
61596  contextname="greekAlphavrachy",
61597  description="GREEK CAPITAL LETTER ALPHA WITH VRACHY",
61598  direction="l",
61599  lccode=0x1FB0,
61600  linebreak="al",
61601  shcode=0x391,
61602  specials={ "char", 0x391, 0x306 },
61603  unicodeslot=0x1FB8,
61604 },
61605 [0x1FB9]={
61606  category="lu",
61607  contextname="greekAlphamacron",
61608  description="GREEK CAPITAL LETTER ALPHA WITH MACRON",
61609  direction="l",
61610  lccode=0x1FB1,
61611  linebreak="al",
61612  shcode=0x391,
61613  specials={ "char", 0x391, 0x304 },
61614  unicodeslot=0x1FB9,
61615 },
61616 [0x1FBA]={
61617  category="lu",
61618  contextname="greekAlphavaria",
61619  description="GREEK CAPITAL LETTER ALPHA WITH VARIA",
61620  direction="l",
61621  lccode=0x1F70,
61622  linebreak="al",
61623  shcode=0x391,
61624  specials={ "char", 0x391, 0x300 },
61625  unicodeslot=0x1FBA,
61626 },
61627 [0x1FBB]={
61628  category="lu",
61629  comment="conflict: greekAlphatonos",
61630  description="GREEK CAPITAL LETTER ALPHA WITH OXIA",
61631  direction="l",
61632  lccode=0x1F71,
61633  linebreak="al",
61634  shcode=0x391,
61635  specials={ "char", 0x386 },
61636  unicodeslot=0x1FBB,
61637 },
61638 [0x1FBC]={
61639  category="lt",
61640  contextname="greekAlphaiotasub",
61641  description="GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI",
61642  direction="l",
61643  lccode=0x1FB3,
61644  linebreak="al",
61645  shcode=0x391,
61646  specials={ "char", 0x391, 0x345 },
61647  unicodeslot=0x1FBC,
61648 },
61649 [0x1FBD]={
61650  category="sk",
61651  contextname="greekCoronis",
61652  description="GREEK KORONIS",
61653  direction="on",
61654  linebreak="al",
61655  specials={ "compat", 0x20, 0x313 },
61656  unicodeslot=0x1FBD,
61657 },
61658 [0x1FBE]={
61659  category="ll",
61660  contextname="greekprosgegrammeni",
61661  description="GREEK PROSGEGRAMMENI",
61662  direction="l",
61663  linebreak="al",
61664  specials={ "char", 0x3B9 },
61665  uccode=0x3B9,
61666  unicodeslot=0x1FBE,
61667 },
61668 [0x1FBF]={
61669  category="sk",
61670  contextname="greekpsili",
61671  description="GREEK PSILI",
61672  direction="on",
61673  linebreak="al",
61674  specials={ "compat", 0x20, 0x313 },
61675  unicodeslot=0x1FBF,
61676 },
61677 [0x1FC0]={
61678  category="sk",
61679  contextname="greekperispomeni",
61680  description="GREEK PERISPOMENI",
61681  direction="on",
61682  linebreak="al",
61683  specials={ "compat", 0x20, 0x342 },
61684  unicodeslot=0x1FC0,
61685 },
61686 [0x1FC1]={
61687  category="sk",
61688  contextname="greekdialytikaperispomeni",
61689  description="GREEK DIALYTIKA AND PERISPOMENI",
61690  direction="on",
61691  linebreak="al",
61692  specials={ "char", 0xA8, 0x342 },
61693  unicodeslot=0x1FC1,
61694 },
61695 [0x1FC2]={
61696  category="ll",
61697  contextname="greeketaiotasubvaria",
61698  description="GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI",
61699  direction="l",
61700  linebreak="al",
61701  shcode=0x3B7,
61702  specials={ "char", 0x1F74, 0x345 },
61703  uccode={ 0x1F74, 0x3B9 },
61704  unicodeslot=0x1FC2,
61705 },
61706 [0x1FC3]={
61707  category="ll",
61708  contextname="greeketaiotasub",
61709  description="GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI",
61710  direction="l",
61711  linebreak="al",
61712  shcode=0x3B7,
61713  specials={ "char", 0x3B7, 0x345 },
61714  uccode={ 0x3B7, 0x3B9 },
61715  unicodeslot=0x1FC3,
61716 },
61717 [0x1FC4]={
61718  category="ll",
61719  contextname="greeketaiotasubtonos",
61720  description="GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI",
61721  direction="l",
61722  linebreak="al",
61723  shcode=0x3B7,
61724  specials={ "char", 0x3AE, 0x345 },
61725  uccode={ 0x3AE, 0x3B9 },
61726  unicodeslot=0x1FC4,
61727 },
61728 [0x1FC6]={
61729  category="ll",
61730  contextname="greeketaperispomeni",
61731  description="GREEK SMALL LETTER ETA WITH PERISPOMENI",
61732  direction="l",
61733  linebreak="al",
61734  shcode=0x3B7,
61735  specials={ "char", 0x3B7, 0x342 },
61736  uccode={ 0x3B7, 0x342 },
61737  unicodeslot=0x1FC6,
61738 },
61739 [0x1FC7]={
61740  category="ll",
61741  contextname="greeketaiotasubperispomeni",
61742  description="GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI",
61743  direction="l",
61744  linebreak="al",
61745  shcode=0x3B7,
61746  specials={ "char", 0x1FC6, 0x345 },
61747  uccode={ 0x3B7, 0x342, 0x3B9 },
61748  unicodeslot=0x1FC7,
61749 },
61750 [0x1FC8]={
61751  category="lu",
61752  contextname="greekEpsilonvaria",
61753  description="GREEK CAPITAL LETTER EPSILON WITH VARIA",
61754  direction="l",
61755  lccode=0x1F72,
61756  linebreak="al",
61757  shcode=0x395,
61758  specials={ "char", 0x395, 0x300 },
61759  unicodeslot=0x1FC8,
61760 },
61761 [0x1FC9]={
61762  category="lu",
61763  comment="conflict: greekEpsilontonos",
61764  description="GREEK CAPITAL LETTER EPSILON WITH OXIA",
61765  direction="l",
61766  lccode=0x1F73,
61767  linebreak="al",
61768  shcode=0x395,
61769  specials={ "char", 0x388 },
61770  unicodeslot=0x1FC9,
61771 },
61772 [0x1FCA]={
61773  category="lu",
61774  contextname="greekEtavaria",
61775  description="GREEK CAPITAL LETTER ETA WITH VARIA",
61776  direction="l",
61777  lccode=0x1F74,
61778  linebreak="al",
61779  shcode=0x397,
61780  specials={ "char", 0x397, 0x300 },
61781  unicodeslot=0x1FCA,
61782 },
61783 [0x1FCB]={
61784  category="lu",
61785  comment="conflict: greekEtatonos",
61786  description="GREEK CAPITAL LETTER ETA WITH OXIA",
61787  direction="l",
61788  lccode=0x1F75,
61789  linebreak="al",
61790  shcode=0x397,
61791  specials={ "char", 0x389 },
61792  unicodeslot=0x1FCB,
61793 },
61794 [0x1FCC]={
61795  category="lt",
61796  contextname="greekEtaiotasub",
61797  description="GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI",
61798  direction="l",
61799  lccode=0x1FC3,
61800  linebreak="al",
61801  shcode=0x397,
61802  specials={ "char", 0x397, 0x345 },
61803  unicodeslot=0x1FCC,
61804 },
61805 [0x1FCD]={
61806  category="sk",
61807  contextname="greekpsilivaria",
61808  description="GREEK PSILI AND VARIA",
61809  direction="on",
61810  linebreak="al",
61811  specials={ "char", 0x1FBF, 0x300 },
61812  unicodeslot=0x1FCD,
61813 },
61814 [0x1FCE]={
61815  category="sk",
61816  comment="conflict: greekpsilitonos",
61817  description="GREEK PSILI AND OXIA",
61818  direction="on",
61819  linebreak="al",
61820  specials={ "char", 0x1FBF, 0x301 },
61821  unicodeslot=0x1FCE,
61822 },
61823 [0x1FCF]={
61824  category="sk",
61825  contextname="greekpsiliperispomeni",
61826  description="GREEK PSILI AND PERISPOMENI",
61827  direction="on",
61828  linebreak="al",
61829  specials={ "char", 0x1FBF, 0x342 },
61830  unicodeslot=0x1FCF,
61831 },
61832 [0x1FD0]={
61833  category="ll",
61834  contextname="greekiotavrachy",
61835  description="GREEK SMALL LETTER IOTA WITH VRACHY",
61836  direction="l",
61837  linebreak="al",
61838  shcode=0x3B9,
61839  specials={ "char", 0x3B9, 0x306 },
61840  uccode=0x1FD8,
61841  unicodeslot=0x1FD0,
61842 },
61843 [0x1FD1]={
61844  category="ll",
61845  contextname="greekiotamacron",
61846  description="GREEK SMALL LETTER IOTA WITH MACRON",
61847  direction="l",
61848  linebreak="al",
61849  shcode=0x3B9,
61850  specials={ "char", 0x3B9, 0x304 },
61851  uccode=0x1FD9,
61852  unicodeslot=0x1FD1,
61853 },
61854 [0x1FD2]={
61855  category="ll",
61856  contextname="greekiotadialytikavaria",
61857  description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA",
61858  direction="l",
61859  linebreak="al",
61860  shcode=0x3B9,
61861  specials={ "char", 0x3CA, 0x300 },
61862  uccode={ 0x3B9, 0x308, 0x300 },
61863  unicodeslot=0x1FD2,
61864 },
61865 [0x1FD3]={
61866  category="ll",
61867  comment="conflict: greekiotadialytikatonos",
61868  description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA",
61869  direction="l",
61870  linebreak="al",
61871  shcode=0x3B9,
61872  specials={ "char", 0x390 },
61873  uccode={ 0x3B9, 0x308, 0x301 },
61874  unicodeslot=0x1FD3,
61875 },
61876 [0x1FD6]={
61877  category="ll",
61878  contextname="greekiotaperispomeni",
61879  description="GREEK SMALL LETTER IOTA WITH PERISPOMENI",
61880  direction="l",
61881  linebreak="al",
61882  shcode=0x3B9,
61883  specials={ "char", 0x3B9, 0x342 },
61884  uccode={ 0x3B9, 0x342 },
61885  unicodeslot=0x1FD6,
61886 },
61887 [0x1FD7]={
61888  category="ll",
61889  contextname="greekiotadialytikaperispomeni",
61890  description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI",
61891  direction="l",
61892  linebreak="al",
61893  shcode=0x3B9,
61894  specials={ "char", 0x3CA, 0x342 },
61895  uccode={ 0x3B9, 0x308, 0x342 },
61896  unicodeslot=0x1FD7,
61897 },
61898 [0x1FD8]={
61899  category="lu",
61900  contextname="greekIotavrachy",
61901  description="GREEK CAPITAL LETTER IOTA WITH VRACHY",
61902  direction="l",
61903  lccode=0x1FD0,
61904  linebreak="al",
61905  shcode=0x399,
61906  specials={ "char", 0x399, 0x306 },
61907  unicodeslot=0x1FD8,
61908 },
61909 [0x1FD9]={
61910  category="lu",
61911  contextname="greekIotamacron",
61912  description="GREEK CAPITAL LETTER IOTA WITH MACRON",
61913  direction="l",
61914  lccode=0x1FD1,
61915  linebreak="al",
61916  shcode=0x399,
61917  specials={ "char", 0x399, 0x304 },
61918  unicodeslot=0x1FD9,
61919 },
61920 [0x1FDA]={
61921  category="lu",
61922  contextname="greekIotavaria",
61923  description="GREEK CAPITAL LETTER IOTA WITH VARIA",
61924  direction="l",
61925  lccode=0x1F76,
61926  linebreak="al",
61927  shcode=0x399,
61928  specials={ "char", 0x399, 0x300 },
61929  unicodeslot=0x1FDA,
61930 },
61931 [0x1FDB]={
61932  category="lu",
61933  comment="conflict: greekIotatonos",
61934  description="GREEK CAPITAL LETTER IOTA WITH OXIA",
61935  direction="l",
61936  lccode=0x1F77,
61937  linebreak="al",
61938  shcode=0x399,
61939  specials={ "char", 0x38A },
61940  unicodeslot=0x1FDB,
61941 },
61942 [0x1FDD]={
61943  category="sk",
61944  contextname="greekdasiavaria",
61945  description="GREEK DASIA AND VARIA",
61946  direction="on",
61947  linebreak="al",
61948  specials={ "char", 0x1FFE, 0x300 },
61949  unicodeslot=0x1FDD,
61950 },
61951 [0x1FDE]={
61952  category="sk",
61953  comment="conflict: greekdasiatonos",
61954  description="GREEK DASIA AND OXIA",
61955  direction="on",
61956  linebreak="al",
61957  specials={ "char", 0x1FFE, 0x301 },
61958  unicodeslot=0x1FDE,
61959 },
61960 [0x1FDF]={
61961  category="sk",
61962  contextname="greekdasiaperispomeni",
61963  description="GREEK DASIA AND PERISPOMENI",
61964  direction="on",
61965  linebreak="al",
61966  specials={ "char", 0x1FFE, 0x342 },
61967  unicodeslot=0x1FDF,
61968 },
61969 [0x1FE0]={
61970  category="ll",
61971  contextname="greekupsilonvrachy",
61972  description="GREEK SMALL LETTER UPSILON WITH VRACHY",
61973  direction="l",
61974  linebreak="al",
61975  shcode=0x3C5,
61976  specials={ "char", 0x3C5, 0x306 },
61977  uccode=0x1FE8,
61978  unicodeslot=0x1FE0,
61979 },
61980 [0x1FE1]={
61981  category="ll",
61982  contextname="greekupsilonmacron",
61983  description="GREEK SMALL LETTER UPSILON WITH MACRON",
61984  direction="l",
61985  linebreak="al",
61986  shcode=0x3C5,
61987  specials={ "char", 0x3C5, 0x304 },
61988  uccode=0x1FE9,
61989  unicodeslot=0x1FE1,
61990 },
61991 [0x1FE2]={
61992  category="ll",
61993  contextname="greekupsilondialytikavaria",
61994  description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA",
61995  direction="l",
61996  linebreak="al",
61997  shcode=0x3C5,
61998  specials={ "char", 0x3CB, 0x300 },
61999  uccode={ 0x3C5, 0x308, 0x300 },
62000  unicodeslot=0x1FE2,
62001 },
62002 [0x1FE3]={
62003  category="ll",
62004  comment="conflict: greekupsilondialytikatonos",
62005  description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA",
62006  direction="l",
62007  linebreak="al",
62008  shcode=0x3C5,
62009  specials={ "char", 0x3B0 },
62010  uccode={ 0x3C5, 0x308, 0x301 },
62011  unicodeslot=0x1FE3,
62012 },
62013 [0x1FE4]={
62014  category="ll",
62015  contextname="greekrhopsili",
62016  description="GREEK SMALL LETTER RHO WITH PSILI",
62017  direction="l",
62018  linebreak="al",
62019  shcode=0x3C1,
62020  specials={ "char", 0x3C1, 0x313 },
62021  uccode={ 0x3C1, 0x313 },
62022  unicodeslot=0x1FE4,
62023 },
62024 [0x1FE5]={
62025  category="ll",
62026  contextname="greekrhodasia",
62027  description="GREEK SMALL LETTER RHO WITH DASIA",
62028  direction="l",
62029  linebreak="al",
62030  shcode=0x3C1,
62031  specials={ "char", 0x3C1, 0x314 },
62032  uccode=0x1FEC,
62033  unicodeslot=0x1FE5,
62034 },
62035 [0x1FE6]={
62036  category="ll",
62037  contextname="greekupsilonperispomeni",
62038  description="GREEK SMALL LETTER UPSILON WITH PERISPOMENI",
62039  direction="l",
62040  linebreak="al",
62041  shcode=0x3C5,
62042  specials={ "char", 0x3C5, 0x342 },
62043  uccode={ 0x3C5, 0x342 },
62044  unicodeslot=0x1FE6,
62045 },
62046 [0x1FE7]={
62047  category="ll",
62048  contextname="greekupsilondialytikaperispomeni",
62049  description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI",
62050  direction="l",
62051  linebreak="al",
62052  shcode=0x3C5,
62053  specials={ "char", 0x3CB, 0x342 },
62054  uccode={ 0x3C5, 0x308, 0x342 },
62055  unicodeslot=0x1FE7,
62056 },
62057 [0x1FE8]={
62058  category="lu",
62059  contextname="greekUpsilonvrachy",
62060  description="GREEK CAPITAL LETTER UPSILON WITH VRACHY",
62061  direction="l",
62062  lccode=0x1FE0,
62063  linebreak="al",
62064  shcode=0x3A5,
62065  specials={ "char", 0x3A5, 0x306 },
62066  unicodeslot=0x1FE8,
62067 },
62068 [0x1FE9]={
62069  category="lu",
62070  contextname="greekUpsilonmacron",
62071  description="GREEK CAPITAL LETTER UPSILON WITH MACRON",
62072  direction="l",
62073  lccode=0x1FE1,
62074  linebreak="al",
62075  shcode=0x3A5,
62076  specials={ "char", 0x3A5, 0x304 },
62077  unicodeslot=0x1FE9,
62078 },
62079 [0x1FEA]={
62080  category="lu",
62081  contextname="greekUpsilonvaria",
62082  description="GREEK CAPITAL LETTER UPSILON WITH VARIA",
62083  direction="l",
62084  lccode=0x1F7A,
62085  linebreak="al",
62086  shcode=0x3A5,
62087  specials={ "char", 0x3A5, 0x300 },
62088  unicodeslot=0x1FEA,
62089 },
62090 [0x1FEB]={
62091  category="lu",
62092  comment="conflict: greekUpsilontonos",
62093  description="GREEK CAPITAL LETTER UPSILON WITH OXIA",
62094  direction="l",
62095  lccode=0x1F7B,
62096  linebreak="al",
62097  shcode=0x3A5,
62098  specials={ "char", 0x38E },
62099  unicodeslot=0x1FEB,
62100 },
62101 [0x1FEC]={
62102  category="lu",
62103  contextname="greekRhodasia",
62104  description="GREEK CAPITAL LETTER RHO WITH DASIA",
62105  direction="l",
62106  lccode=0x1FE5,
62107  linebreak="al",
62108  shcode=0x3A1,
62109  specials={ "char", 0x3A1, 0x314 },
62110  unicodeslot=0x1FEC,
62111 },
62112 [0x1FED]={
62113  category="sk",
62114  contextname="greekdialytikavaria",
62115  description="GREEK DIALYTIKA AND VARIA",
62116  direction="on",
62117  linebreak="al",
62118  specials={ "char", 0xA8, 0x300 },
62119  unicodeslot=0x1FED,
62120 },
62121 [0x1FEE]={
62122  category="sk",
62123  comment="conflict: greekdialytikatonos",
62124  description="GREEK DIALYTIKA AND OXIA",
62125  direction="on",
62126  linebreak="al",
62127  specials={ "char", 0x385 },
62128  unicodeslot=0x1FEE,
62129 },
62130 [0x1FEF]={
62131  category="sk",
62132  contextname="greekvaria",
62133  description="GREEK VARIA",
62134  direction="on",
62135  linebreak="al",
62136  specials={ "char", 0x60 },
62137  unicodeslot=0x1FEF,
62138 },
62139 [0x1FF2]={
62140  category="ll",
62141  contextname="greekomegaiotasubvaria",
62142  description="GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI",
62143  direction="l",
62144  linebreak="al",
62145  shcode=0x3C9,
62146  specials={ "char", 0x1F7C, 0x345 },
62147  uccode={ 0x1F7C, 0x3B9 },
62148  unicodeslot=0x1FF2,
62149 },
62150 [0x1FF3]={
62151  category="ll",
62152  contextname="greekomegaiotasub",
62153  description="GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI",
62154  direction="l",
62155  linebreak="al",
62156  shcode=0x3C9,
62157  specials={ "char", 0x3C9, 0x345 },
62158  uccode={ 0x3C9, 0x3B9 },
62159  unicodeslot=0x1FF3,
62160 },
62161 [0x1FF4]={
62162  category="ll",
62163  contextname="greekomegaiotasubtonos",
62164  description="GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI",
62165  direction="l",
62166  linebreak="al",
62167  shcode=0x3C9,
62168  specials={ "char", 0x3CE, 0x345 },
62169  uccode={ 0x3CE, 0x3B9 },
62170  unicodeslot=0x1FF4,
62171 },
62172 [0x1FF6]={
62173  category="ll",
62174  contextname="greekomegaperispomeni",
62175  description="GREEK SMALL LETTER OMEGA WITH PERISPOMENI",
62176  direction="l",
62177  linebreak="al",
62178  shcode=0x3C9,
62179  specials={ "char", 0x3C9, 0x342 },
62180  uccode={ 0x3C9, 0x342 },
62181  unicodeslot=0x1FF6,
62182 },
62183 [0x1FF7]={
62184  category="ll",
62185  contextname="greekomegaiotasubperispomeni",
62186  description="GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI",
62187  direction="l",
62188  linebreak="al",
62189  shcode=0x3C9,
62190  specials={ "char", 0x1FF6, 0x345 },
62191  uccode={ 0x3C9, 0x342, 0x3B9 },
62192  unicodeslot=0x1FF7,
62193 },
62194 [0x1FF8]={
62195  category="lu",
62196  contextname="greekOmicronvaria",
62197  description="GREEK CAPITAL LETTER OMICRON WITH VARIA",
62198  direction="l",
62199  lccode=0x1F78,
62200  linebreak="al",
62201  shcode=0x39F,
62202  specials={ "char", 0x39F, 0x300 },
62203  unicodeslot=0x1FF8,
62204 },
62205 [0x1FF9]={
62206  category="lu",
62207  comment="conflict: greekOmicrontonos",
62208  description="GREEK CAPITAL LETTER OMICRON WITH OXIA",
62209  direction="l",
62210  lccode=0x1F79,
62211  linebreak="al",
62212  shcode=0x39F,
62213  specials={ "char", 0x38C },
62214  unicodeslot=0x1FF9,
62215 },
62216 [0x1FFA]={
62217  category="lu",
62218  contextname="greekOmegavaria",
62219  description="GREEK CAPITAL LETTER OMEGA WITH VARIA",
62220  direction="l",
62221  lccode=0x1F7C,
62222  linebreak="al",
62223  shcode=0x3A9,
62224  specials={ "char", 0x3A9, 0x300 },
62225  unicodeslot=0x1FFA,
62226 },
62227 [0x1FFB]={
62228  category="lu",
62229  comment="conflict: greekOmegatonos",
62230  description="GREEK CAPITAL LETTER OMEGA WITH OXIA",
62231  direction="l",
62232  lccode=0x1F7D,
62233  linebreak="al",
62234  shcode=0x3A9,
62235  specials={ "char", 0x38F },
62236  unicodeslot=0x1FFB,
62237 },
62238 [0x1FFC]={
62239  category="lt",
62240  contextname="greekOmegaiotasub",
62241  description="GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI",
62242  direction="l",
62243  lccode=0x1FF3,
62244  linebreak="al",
62245  shcode=0x3A9,
62246  specials={ "char", 0x3A9, 0x345 },
62247  unicodeslot=0x1FFC,
62248 },
62249 [0x1FFD]={
62250  category="sk",
62251  contextname="greekoxia",
62252  description="GREEK OXIA",
62253  direction="on",
62254  linebreak="bb",
62255  specials={ "char", 0xB4 },
62256  unicodeslot=0x1FFD,
62257 },
62258 [0x1FFE]={
62259  category="sk",
62260  contextname="greekdasia",
62261  description="GREEK DASIA",
62262  direction="on",
62263  linebreak="al",
62264  specials={ "compat", 0x20, 0x314 },
62265  unicodeslot=0x1FFE,
62266 },
62267 [0x2000]={
62268  category="zs",
62269  contextname="enquad",
62270  description="EN QUAD",
62271  direction="ws",
62272  linebreak="ba",
62273  specials={ "char", 0x2002 },
62274  unicodeslot=0x2000,
62275 },
62276 [0x2001]={
62277  category="zs",
62278  contextname="emquad",
62279  description="EM QUAD",
62280  direction="ws",
62281  linebreak="ba",
62282  specials={ "char", 0x2003 },
62283  synonyms={ "mutton quad" },
62284  unicodeslot=0x2001,
62285 },
62286 [0x2002]={
62287  adobename="enspace",
62288  category="zs",
62289  contextname="enspace",
62290  description="EN SPACE",
62291  direction="ws",
62292  linebreak="ba",
62293  specials={ "compat", 0x20 },
62294  synonyms={ "nut" },
62295  unicodeslot=0x2002,
62296 },
62297 [0x2003]={
62298  category="zs",
62299  contextname="emspace",
62300  description="EM SPACE",
62301  direction="ws",
62302  linebreak="ba",
62303  specials={ "compat", 0x20 },
62304  synonyms={ "mutton" },
62305  unicodeslot=0x2003,
62306 },
62307 [0x2004]={
62308  category="zs",
62309  contextname="threeperemspace",
62310  description="THREE-PER-EM SPACE",
62311  direction="ws",
62312  linebreak="ba",
62313  specials={ "compat", 0x20 },
62314  synonyms={ "thick space" },
62315  unicodeslot=0x2004,
62316 },
62317 [0x2005]={
62318  category="zs",
62319  contextname="fourperemspace",
62320  description="FOUR-PER-EM SPACE",
62321  direction="ws",
62322  linebreak="ba",
62323  specials={ "compat", 0x20 },
62324  synonyms={ "mid space" },
62325  unicodeslot=0x2005,
62326 },
62327 [0x2006]={
62328  category="zs",
62329  contextname="sixperemspace",
62330  description="SIX-PER-EM SPACE",
62331  direction="ws",
62332  linebreak="ba",
62333  specials={ "compat", 0x20 },
62334  unicodeslot=0x2006,
62335 },
62336 [0x2007]={
62337  category="zs",
62338  contextname="figurespace",
62339  description="FIGURE SPACE",
62340  direction="ws",
62341  linebreak="gl",
62342  specials={ "nobreak", 0x20 },
62343  unicodeslot=0x2007,
62344 },
62345 [0x2008]={
62346  category="zs",
62347  contextname="punctuationspace",
62348  description="PUNCTUATION SPACE",
62349  direction="ws",
62350  linebreak="ba",
62351  specials={ "compat", 0x20 },
62352  unicodeslot=0x2008,
62353 },
62354 [0x2009]={
62355  category="zs",
62356  contextname="breakablethinspace",
62357  description="THIN SPACE",
62358  direction="ws",
62359  linebreak="ba",
62360  specials={ "compat", 0x20 },
62361  unicodeslot=0x2009,
62362 },
62363 [0x200A]={
62364  category="zs",
62365  contextname="hairspace",
62366  description="HAIR SPACE",
62367  direction="ws",
62368  linebreak="ba",
62369  specials={ "compat", 0x20 },
62370  unicodeslot=0x200A,
62371 },
62372 [0x200B]={
62373  adobename="zerowidthspace",
62374  category="cf",
62375  contextname="zerowidthspace",
62376  description="ZERO WIDTH SPACE",
62377  direction="bn",
62378  linebreak="zw",
62379  synonyms={ "zwsp" },
62380  unicodeslot=0x200B,
62381 },
62382 [0x200C]={
62383  adobename="zerowidthnonjoiner",
62384  arabic="u",
62385  category="cf",
62386  contextname="zwnj",
62387  description="ZERO WIDTH NON-JOINER",
62388  direction="bn",
62389  linebreak="cm",
62390  mongolian="nj",
62391  synonyms={ "zwnj" },
62392  unicodeslot=0x200C,
62393 },
62394 [0x200D]={
62395  adobename="afii301",
62396  arabic="c",
62397  category="cf",
62398  contextname="zwj",
62399  description="ZERO WIDTH JOINER",
62400  direction="bn",
62401  linebreak="zwj",
62402  mongolian="nj",
62403  synonyms={ "zwj" },
62404  unicodeslot=0x200D,
62405 },
62406 [0x200E]={
62407  adobename="afii299",
62408  category="cf",
62409  description="LEFT-TO-RIGHT MARK",
62410  direction="l",
62411  linebreak="cm",
62412  synonyms={ "lrm" },
62413  unicodeslot=0x200E,
62414 },
62415 [0x200F]={
62416  adobename="afii300",
62417  category="cf",
62418  description="RIGHT-TO-LEFT MARK",
62419  direction="r",
62420  linebreak="cm",
62421  synonyms={ "rlm" },
62422  unicodeslot=0x200F,
62423 },
62424 [0x2010]={
62425  adobename="hyphentwo",
62426  category="pd",
62427  cjkwd="a",
62428  description="HYPHEN",
62429  direction="on",
62430  linebreak="ba",
62431  mongolian="nj",
62432  unicodeslot=0x2010,
62433 },
62434 [0x2011]={
62435  category="pd",
62436  description="NON-BREAKING HYPHEN",
62437  direction="on",
62438  linebreak="gl",
62439  mongolian="nj",
62440  specials={ "nobreak", 0x2010 },
62441  unicodeslot=0x2011,
62442 },
62443 [0x2012]={
62444  adobename="figuredash",
62445  category="pd",
62446  contextname="figuredash",
62447  contextspec={ "textminus" },
62448  description="FIGURE DASH",
62449  direction="on",
62450  linebreak="ba",
62451  mongolian="nj",
62452  unicodeslot=0x2012,
62453 },
62454 [0x2013]={
62455  adobename="endash",
62456  category="pd",
62457  cjkwd="a",
62458  contextname="endash",
62459  description="EN DASH",
62460  direction="on",
62461  linebreak="ba",
62462  mongolian="nj",
62463  unicodeslot=0x2013,
62464 },
62465 [0x2014]={
62466  adobename="emdash",
62467  category="pd",
62468  cjkwd="a",
62469  contextname="emdash",
62470  description="EM DASH",
62471  direction="on",
62472  linebreak="b2",
62473  mongolian="nj",
62474  unicodeslot=0x2014,
62475 },
62476 [0x2015]={
62477  adobename="horizontalbar",
62478  category="pd",
62479  cjkwd="a",
62480  contextname="texthorizontalbar",
62481  description="HORIZONTAL BAR",
62482  direction="on",
62483  linebreak="ai",
62484  synonyms={ "quotation dash" },
62485  unicodeslot=0x2015,
62486 },
62487 [0x2016]={
62488  adobename="dblverticalbar",
62489  category="po",
62490  cjkwd="a",
62491  description="DOUBLE VERTICAL LINE",
62492  direction="on",
62493  linebreak="ai",
62494  mathlist={ 0x7C, 0x7C },
62495  mathspec={
62496   {
62497    class="delimiter",
62498    name="Vert",
62499   },
62500   {
62501    class="ordinary",
62502    name="Arrowvert",
62503   },
62504   {
62505    class="open",
62506    name="lVert",
62507   },
62508   {
62509    class="middle",
62510    name="mVert",
62511   },
62512   {
62513    class="close",
62514    name="rVert",
62515   },
62516   {
62517    class="delimiter",
62518    name="doubleverticalbar",
62519   },
62520  },
62521  unicodeslot=0x2016,
62522 },
62523 [0x2017]={
62524  adobename="underscoredbl",
62525  category="po",
62526  description="DOUBLE LOW LINE",
62527  direction="on",
62528  linebreak="al",
62529  specials={ "compat", 0x20, 0x333 },
62530  synonyms={ "spacing double underscore" },
62531  unicodeslot=0x2017,
62532 },
62533 [0x2018]={
62534  adobename="quoteleft",
62535  category="pi",
62536  cjkwd="a",
62537  contextname="quoteleft",
62538  description="LEFT SINGLE QUOTATION MARK",
62539  direction="on",
62540  linebreak="qu",
62541  synonyms={ "single turned comma quotation mark" },
62542  unicodeslot=0x2018,
62543 },
62544 [0x2019]={
62545  adobename="quoteright",
62546  category="pf",
62547  cjkwd="a",
62548  contextname="quoteright",
62549  description="RIGHT SINGLE QUOTATION MARK",
62550  direction="on",
62551  linebreak="qu",
62552  synonyms={ "apostrophe", "single comma quotation mark" },
62553  unicodeslot=0x2019,
62554 },
62555 [0x201A]={
62556  adobename="quotesinglbase",
62557  category="ps",
62558  contextname="quotesinglebase",
62559  description="SINGLE LOW-0x0009 QUOTATION MARK",
62560  direction="on",
62561  linebreak="op",
62562  synonyms={ "low single comma quotation mark" },
62563  unicodeslot=0x201A,
62564 },
62565 [0x201B]={
62566  adobename="quotereversed",
62567  category="pi",
62568  description="SINGLE HIGH-REVERSED-0x0009 QUOTATION MARK",
62569  direction="on",
62570  linebreak="qu",
62571  synonyms={ "single reversed comma quotation mark" },
62572  unicodeslot=0x201B,
62573 },
62574 [0x201C]={
62575  adobename="quotedblleft",
62576  category="pi",
62577  cjkwd="a",
62578  contextname="quotedblleft",
62579  description="LEFT DOUBLE QUOTATION MARK",
62580  direction="on",
62581  linebreak="qu",
62582  synonyms={ "double turned comma quotation mark" },
62583  unicodeslot=0x201C,
62584 },
62585 [0x201D]={
62586  adobename="quotedblright",
62587  category="pf",
62588  cjkwd="a",
62589  contextname="quotedblright",
62590  description="RIGHT DOUBLE QUOTATION MARK",
62591  direction="on",
62592  linebreak="qu",
62593  synonyms={ "double comma quotation mark" },
62594  unicodeslot=0x201D,
62595 },
62596 [0x201E]={
62597  adobename="quotedblbase",
62598  category="ps",
62599  contextname="quotedblbase",
62600  description="DOUBLE LOW-0x0009 QUOTATION MARK",
62601  direction="on",
62602  linebreak="op",
62603  synonyms={ "low double comma quotation mark" },
62604  unicodeslot=0x201E,
62605 },
62606 [0x201F]={
62607  category="pi",
62608  description="DOUBLE HIGH-REVERSED-0x0009 QUOTATION MARK",
62609  direction="on",
62610  linebreak="qu",
62611  synonyms={ "double reversed comma quotation mark" },
62612  unicodeslot=0x201F,
62613 },
62614 [0x2020]={
62615  adobename="dagger",
62616  category="po",
62617  cjkwd="a",
62618  contextname="textdag",
62619  description="DAGGER",
62620  direction="on",
62621  linebreak="ai",
62622  mathspec={
62623   {
62624    class="binary",
62625    name="dagger",
62626   },
62627   {
62628    class="ordinary",
62629    name="dag",
62630   },
62631  },
62632  synonyms={ "long cross" },
62633  unicodeslot=0x2020,
62634 },
62635 [0x2021]={
62636  adobename="daggerdbl",
62637  category="po",
62638  cjkwd="a",
62639  contextname="textddag",
62640  description="DOUBLE DAGGER",
62641  direction="on",
62642  linebreak="ai",
62643  mathspec={
62644   {
62645    class="binary",
62646    name="ddagger",
62647   },
62648   {
62649    class="ordinary",
62650    name="ddag",
62651   },
62652  },
62653  synonyms={ "diesis" },
62654  unicodeslot=0x2021,
62655 },
62656 [0x2022]={
62657  adobename="bullet",
62658  category="po",
62659  cjkwd="a",
62660  contextname="textbullet",
62661  description="BULLET",
62662  direction="on",
62663  linebreak="al",
62664  mathclass="binary",
62665  mathname="bullet",
62666  synonyms={ "black small circle" },
62667  unicodeslot=0x2022,
62668 },
62669 [0x2023]={
62670  category="po",
62671  description="TRIANGULAR BULLET",
62672  direction="on",
62673  linebreak="al",
62674  unicodeslot=0x2023,
62675 },
62676 [0x2024]={
62677  adobename="onedotenleader",
62678  category="po",
62679  cjkwd="a",
62680  description="ONE DOT LEADER",
62681  direction="on",
62682  linebreak="in",
62683  specials={ "compat", 0x2E },
62684  unicodeslot=0x2024,
62685 },
62686 [0x2025]={
62687  adobename="twodotleader",
62688  category="po",
62689  cjkwd="a",
62690  description="TWO DOT LEADER",
62691  direction="on",
62692  linebreak="in",
62693  specials={ "compat", 0x2E, 0x2E },
62694  unicodeslot=0x2025,
62695 },
62696 [0x2026]={
62697  adobename="ellipsis",
62698  category="po",
62699  cjkwd="a",
62700  contextname="textellipsis",
62701  description="HORIZONTAL ELLIPSIS",
62702  direction="on",
62703  linebreak="in",
62704  mathspec={
62705   {
62706    class="ellipsis",
62707    name="ldots",
62708   },
62709   {
62710    class="ellipsis",
62711    name="dots",
62712   },
62713  },
62714  specials={ "compat", 0x2E, 0x2E, 0x2E },
62715  synonyms={ "three dot leader" },
62716  unicodeslot=0x2026,
62717 },
62718 [0x2027]={
62719  category="po",
62720  cjkwd="a",
62721  description="HYPHENATION POINT",
62722  direction="on",
62723  linebreak="ba",
62724  unicodeslot=0x2027,
62725 },
62726 [0x2028]={
62727  category="zl",
62728  description="LINE SEPARATOR",
62729  direction="ws",
62730  linebreak="bk",
62731  unicodeslot=0x2028,
62732 },
62733 [0x2029]={
62734  category="zp",
62735  description="PARAGRAPH SEPARATOR",
62736  direction="b",
62737  linebreak="bk",
62738  unicodeslot=0x2029,
62739 },
62740 [0x202A]={
62741  category="cf",
62742  description="LEFT-TO-RIGHT EMBEDDING",
62743  direction="lre",
62744  linebreak="cm",
62745  synonyms={ "lre" },
62746  unicodeslot=0x202A,
62747 },
62748 [0x202B]={
62749  category="cf",
62750  description="RIGHT-TO-LEFT EMBEDDING",
62751  direction="rle",
62752  linebreak="cm",
62753  synonyms={ "rle" },
62754  unicodeslot=0x202B,
62755 },
62756 [0x202C]={
62757  adobename="afii61573",
62758  category="cf",
62759  description="POP DIRECTIONAL FORMATTING",
62760  direction="pdf",
62761  linebreak="cm",
62762  synonyms={ "pdf" },
62763  unicodeslot=0x202C,
62764 },
62765 [0x202D]={
62766  adobename="afii61574",
62767  category="cf",
62768  description="LEFT-TO-RIGHT OVERRIDE",
62769  direction="lro",
62770  linebreak="cm",
62771  synonyms={ "lro" },
62772  unicodeslot=0x202D,
62773 },
62774 [0x202E]={
62775  adobename="afii61575",
62776  category="cf",
62777  description="RIGHT-TO-LEFT OVERRIDE",
62778  direction="rlo",
62779  linebreak="cm",
62780  synonyms={ "rlo" },
62781  unicodeslot=0x202E,
62782 },
62783 [0x202F]={
62784  arabic="u",
62785  category="zs",
62786  contextname="narrownobreakspace",
62787  description="NARROW NO-BREAK SPACE",
62788  direction="cs",
62789  linebreak="gl",
62790  mongolian="nj",
62791  specials={ "nobreak", 0x20 },
62792  synonyms={ "nnbsp" },
62793  unicodeslot=0x202F,
62794 },
62795 [0x2030]={
62796  adobename="perthousand",
62797  category="po",
62798  cjkwd="a",
62799  contextname="perthousand",
62800  description="PER MILLE SIGN",
62801  direction="et",
62802  linebreak="po",
62803  synonyms={ "per thousand" },
62804  unicodeslot=0x2030,
62805 },
62806 [0x2031]={
62807  category="po",
62808  description="PER TEN THOUSAND SIGN",
62809  direction="et",
62810  linebreak="po",
62811  unicodeslot=0x2031,
62812 },
62813 [0x2032]={
62814  adobename="minute",
62815  category="po",
62816  cjkwd="a",
62817  description="PRIME",
62818  direction="et",
62819  linebreak="po",
62820  mathclass="prime",
62821  mathname="prime",
62822  synonyms={ "feet", "minutes" },
62823  unicodeslot=0x2032,
62824 },
62825 [0x2033]={
62826  adobename="second",
62827  category="po",
62828  cjkwd="a",
62829  description="DOUBLE PRIME",
62830  direction="et",
62831  linebreak="po",
62832  mathclass="prime",
62833  mathname="doubleprime",
62834  specials={ "compat", 0x2032, 0x2032 },
62835  synonyms={ "inches", "seconds" },
62836  unicodeslot=0x2033,
62837 },
62838 [0x2034]={
62839  category="po",
62840  description="TRIPLE PRIME",
62841  direction="et",
62842  linebreak="po",
62843  mathclass="prime",
62844  mathname="tripleprime",
62845  specials={ "compat", 0x2032, 0x2032, 0x2032 },
62846  unicodeslot=0x2034,
62847 },
62848 [0x2035]={
62849  adobename="primereversed",
62850  category="po",
62851  cjkwd="a",
62852  description="REVERSED PRIME",
62853  direction="on",
62854  linebreak="po",
62855  mathclass="prime",
62856  mathname="reversedprime",
62857  unicodeslot=0x2035,
62858 },
62859 [0x2036]={
62860  category="po",
62861  description="REVERSED DOUBLE PRIME",
62862  direction="on",
62863  linebreak="po",
62864  mathclass="prime",
62865  mathname="reverseddoubleprime",
62866  specials={ "compat", 0x2035, 0x2035 },
62867  unicodeslot=0x2036,
62868 },
62869 [0x2037]={
62870  category="po",
62871  description="REVERSED TRIPLE PRIME",
62872  direction="on",
62873  linebreak="po",
62874  mathclass="prime",
62875  mathname="reversedtripleprime",
62876  specials={ "compat", 0x2035, 0x2035, 0x2035 },
62877  unicodeslot=0x2037,
62878 },
62879 [0x2038]={
62880  category="po",
62881  description="CARET",
62882  direction="on",
62883  linebreak="al",
62884  unicodeslot=0x2038,
62885 },
62886 [0x2039]={
62887  adobename="guilsinglleft",
62888  category="pi",
62889  contextname="guilsingleleft",
62890  description="SINGLE LEFT-POINTING ANGLE QUOTATION MARK",
62891  direction="on",
62892  linebreak="qu",
62893  mirror=0x203A,
62894  synonyms={ "left pointing single guillemet" },
62895  textclass="open",
62896  unicodeslot=0x2039,
62897 },
62898 [0x203A]={
62899  adobename="guilsinglright",
62900  category="pf",
62901  contextname="guilsingleright",
62902  description="SINGLE RIGHT-POINTING ANGLE QUOTATION MARK",
62903  direction="on",
62904  linebreak="qu",
62905  mirror=0x2039,
62906  synonyms={ "right pointing single guillemet" },
62907  textclass="close",
62908  unicodeslot=0x203A,
62909 },
62910 [0x203B]={
62911  adobename="referencemark",
62912  category="po",
62913  cjkwd="a",
62914  description="REFERENCE MARK",
62915  direction="on",
62916  linebreak="ai",
62917  synonyms={ "japanese kome", "urdu paragraph separator" },
62918  unicodeslot=0x203B,
62919 },
62920 [0x203C]={
62921  adobename="exclamdbl",
62922  category="po",
62923  description="DOUBLE EXCLAMATION MARK",
62924  direction="on",
62925  linebreak="ns",
62926  specials={ "compat", 0x21, 0x21 },
62927  unicodeslot=0x203C,
62928  variants=variants_emoji,
62929 },
62930 [0x203D]={
62931  category="po",
62932  description="INTERROBANG",
62933  direction="on",
62934  linebreak="ns",
62935  unicodeslot=0x203D,
62936 },
62937 [0x203E]={
62938  adobename="overline",
62939  category="po",
62940  cjkwd="a",
62941  comment="mathspec={ { class=\"topaccent\", name=\"overbar\" }, { class=\"botaccent\", name=\"underbar\" } }\"",
62942  description="OVERLINE",
62943  direction="on",
62944  linebreak="al",
62945  mathextensible="l",
62946  mathfiller="barfill",
62947  mathspec={
62948   {
62949    class="under",
62950    name="underbar",
62951   },
62952   {
62953    class="over",
62954    name="overbar",
62955   },
62956  },
62957  mathstretch="h",
62958  specials={ "compat", 0x20, 0x305 },
62959  synonyms={ "spacing overscore" },
62960  unicodeslot=0x203E,
62961 },
62962 [0x203F]={
62963  category="pc",
62964  description="UNDERTIE",
62965  direction="on",
62966  linebreak="al",
62967  synonyms={ "greek enotikon" },
62968  unicodeslot=0x203F,
62969 },
62970 [0x2040]={
62971  category="pc",
62972  description="CHARACTER TIE",
62973  direction="on",
62974  linebreak="al",
62975  synonyms={ "sequence concatenation" },
62976  unicodeslot=0x2040,
62977 },
62978 [0x2041]={
62979  category="po",
62980  description="CARET INSERTION POINT",
62981  direction="on",
62982  linebreak="al",
62983  unicodeslot=0x2041,
62984 },
62985 [0x2042]={
62986  adobename="asterism",
62987  category="po",
62988  description="ASTERISM",
62989  direction="on",
62990  linebreak="al",
62991  unicodeslot=0x2042,
62992 },
62993 [0x2043]={
62994  category="po",
62995  description="HYPHEN BULLET",
62996  direction="on",
62997  linebreak="al",
62998  unicodeslot=0x2043,
62999 },
63000 [0x2044]={
63001  adobename="fraction",
63002  category="sm",
63003  contextname="textfraction",
63004  description="FRACTION SLASH",
63005  direction="cs",
63006  linebreak="is",
63007  synonyms={ "solidus" },
63008  unicodeslot=0x2044,
63009 },
63010 [0x2045]={
63011  category="ps",
63012  description="LEFT SQUARE BRACKET WITH QUILL",
63013  direction="on",
63014  linebreak="op",
63015  mirror=0x2046,
63016  unicodeslot=0x2045,
63017 },
63018 [0x2046]={
63019  category="pe",
63020  description="RIGHT SQUARE BRACKET WITH QUILL",
63021  direction="on",
63022  linebreak="cl",
63023  mirror=0x2045,
63024  unicodeslot=0x2046,
63025 },
63026 [0x2047]={
63027  category="po",
63028  description="DOUBLE QUESTION MARK",
63029  direction="on",
63030  linebreak="ns",
63031  specials={ "compat", 0x3F, 0x3F },
63032  unicodeslot=0x2047,
63033 },
63034 [0x2048]={
63035  category="po",
63036  description="QUESTION EXCLAMATION MARK",
63037  direction="on",
63038  linebreak="ns",
63039  specials={ "compat", 0x3F, 0x21 },
63040  unicodeslot=0x2048,
63041 },
63042 [0x2049]={
63043  category="po",
63044  description="EXCLAMATION QUESTION MARK",
63045  direction="on",
63046  linebreak="ns",
63047  specials={ "compat", 0x21, 0x3F },
63048  unicodeslot=0x2049,
63049  variants=variants_emoji,
63050 },
63051 [0x204A]={
63052  category="po",
63053  description="TIRONIAN SIGN ET",
63054  direction="on",
63055  linebreak="al",
63056  unicodeslot=0x204A,
63057 },
63058 [0x204B]={
63059  category="po",
63060  description="REVERSED PILCROW SIGN",
63061  direction="on",
63062  linebreak="al",
63063  unicodeslot=0x204B,
63064 },
63065 [0x204C]={
63066  category="po",
63067  description="BLACK LEFTWARDS BULLET",
63068  direction="on",
63069  linebreak="al",
63070  unicodeslot=0x204C,
63071 },
63072 [0x204D]={
63073  category="po",
63074  description="BLACK RIGHTWARDS BULLET",
63075  direction="on",
63076  linebreak="al",
63077  unicodeslot=0x204D,
63078 },
63079 [0x204E]={
63080  category="po",
63081  description="LOW ASTERISK",
63082  direction="on",
63083  linebreak="al",
63084  unicodeslot=0x204E,
63085 },
63086 [0x204F]={
63087  category="po",
63088  description="REVERSED SEMICOLON",
63089  direction="on",
63090  linebreak="al",
63091  unicodeslot=0x204F,
63092 },
63093 [0x2050]={
63094  category="po",
63095  description="CLOSE UP",
63096  direction="on",
63097  linebreak="al",
63098  unicodeslot=0x2050,
63099 },
63100 [0x2051]={
63101  category="po",
63102  description="TWO ASTERISKS ALIGNED VERTICALLY",
63103  direction="on",
63104  linebreak="al",
63105  unicodeslot=0x2051,
63106 },
63107 [0x2052]={
63108  category="sm",
63109  description="COMMERCIAL MINUS SIGN",
63110  direction="on",
63111  linebreak="al",
63112  synonyms={ "med avdrag av", "piska" },
63113  unicodeslot=0x2052,
63114 },
63115 [0x2053]={
63116  category="po",
63117  description="SWUNG DASH",
63118  direction="on",
63119  linebreak="al",
63120  unicodeslot=0x2053,
63121 },
63122 [0x2054]={
63123  category="pc",
63124  description="INVERTED UNDERTIE",
63125  direction="on",
63126  linebreak="al",
63127  unicodeslot=0x2054,
63128 },
63129 [0x2055]={
63130  category="po",
63131  description="FLOWER PUNCTUATION MARK",
63132  direction="on",
63133  linebreak="al",
63134  synonyms={ "phul", "puspika" },
63135  unicodeslot=0x2055,
63136 },
63137 [0x2056]={
63138  category="po",
63139  description="THREE DOT PUNCTUATION",
63140  direction="on",
63141  linebreak="ba",
63142  unicodeslot=0x2056,
63143 },
63144 [0x2057]={
63145  category="po",
63146  description="QUADRUPLE PRIME",
63147  direction="on",
63148  linebreak="po",
63149  mathclass="prime",
63150  mathname="quadrupleprime",
63151  specials={ "compat", 0x2032, 0x2032, 0x2032, 0x2032 },
63152  unicodeslot=0x2057,
63153 },
63154 [0x2058]={
63155  category="po",
63156  description="FOUR DOT PUNCTUATION",
63157  direction="on",
63158  linebreak="ba",
63159  unicodeslot=0x2058,
63160 },
63161 [0x2059]={
63162  category="po",
63163  description="FIVE DOT PUNCTUATION",
63164  direction="on",
63165  linebreak="ba",
63166  synonyms={ "greek pentonkion" },
63167  unicodeslot=0x2059,
63168 },
63169 [0x205A]={
63170  category="po",
63171  description="TWO DOT PUNCTUATION",
63172  direction="on",
63173  linebreak="ba",
63174  unicodeslot=0x205A,
63175 },
63176 [0x205B]={
63177  category="po",
63178  description="FOUR DOT MARK",
63179  direction="on",
63180  linebreak="ba",
63181  unicodeslot=0x205B,
63182 },
63183 [0x205C]={
63184  category="po",
63185  description="DOTTED CROSS",
63186  direction="on",
63187  linebreak="al",
63188  unicodeslot=0x205C,
63189 },
63190 [0x205D]={
63191  category="po",
63192  description="TRICOLON",
63193  direction="on",
63194  linebreak="ba",
63195  synonyms={ "epidaurean acrophonic symbol three" },
63196  unicodeslot=0x205D,
63197 },
63198 [0x205E]={
63199  category="po",
63200  description="VERTICAL FOUR DOTS",
63201  direction="on",
63202  linebreak="ba",
63203  unicodeslot=0x205E,
63204 },
63205 [0x205F]={
63206  category="zs",
63207  contextname="medspace",
63208  description="MEDIUM MATHEMATICAL SPACE",
63209  direction="ws",
63210  linebreak="ba",
63211  specials={ "compat", 0x20 },
63212  synonyms={ "mmsp" },
63213  unicodeslot=0x205F,
63214 },
63215 [0x2060]={
63216  category="cf",
63217  description="WORD JOINER",
63218  direction="bn",
63219  linebreak="wj",
63220  synonyms={ "wj" },
63221  unicodeslot=0x2060,
63222 },
63223 [0x2061]={
63224  category="cf",
63225  comment="ordinary",
63226  description="FUNCTION APPLICATION",
63227  direction="bn",
63228  linebreak="al",
63229  mathclass="ghost",
63230  mathname="applyfunction",
63231  unicodeslot=0x2061,
63232 },
63233 [0x2062]={
63234  category="cf",
63235  comment="binary",
63236  description="INVISIBLE TIMES",
63237  direction="bn",
63238  linebreak="al",
63239  mathclass="ghost",
63240  mathname="invisibletimes",
63241  unicodeslot=0x2062,
63242 },
63243 [0x2063]={
63244  category="cf",
63245  comment="punctuation",
63246  description="INVISIBLE SEPARATOR",
63247  direction="bn",
63248  linebreak="al",
63249  mathclass="ghost",
63250  mathname="invisiblecomma",
63251  synonyms={ "invisible comma" },
63252  unicodeslot=0x2063,
63253 },
63254 [0x2064]={
63255  category="cf",
63256  comment="binary",
63257  description="INVISIBLE PLUS",
63258  direction="bn",
63259  linebreak="al",
63260  mathclass="ghost",
63261  mathname="invisibleplus",
63262  unicodeslot=0x2064,
63263 },
63264 [0x2066]={
63265  arabic="u",
63266  category="cf",
63267  description="LEFT-TO-RIGHT ISOLATE",
63268  direction="lri",
63269  linebreak="cm",
63270  unicodeslot=0x2066,
63271 },
63272 [0x2067]={
63273  arabic="u",
63274  category="cf",
63275  description="RIGHT-TO-LEFT ISOLATE",
63276  direction="rli",
63277  linebreak="cm",
63278  unicodeslot=0x2067,
63279 },
63280 [0x2068]={
63281  arabic="u",
63282  category="cf",
63283  description="FIRST STRONG ISOLATE",
63284  direction="fsi",
63285  linebreak="cm",
63286  unicodeslot=0x2068,
63287 },
63288 [0x2069]={
63289  arabic="u",
63290  category="cf",
63291  description="POP DIRECTIONAL ISOLATE",
63292  direction="pdi",
63293  linebreak="cm",
63294  unicodeslot=0x2069,
63295 },
63296 [0x206A]={
63297  category="cf",
63298  description="INHIBIT SYMMETRIC SWAPPING",
63299  direction="bn",
63300  linebreak="cm",
63301  unicodeslot=0x206A,
63302 },
63303 [0x206B]={
63304  category="cf",
63305  description="ACTIVATE SYMMETRIC SWAPPING",
63306  direction="bn",
63307  linebreak="cm",
63308  unicodeslot=0x206B,
63309 },
63310 [0x206C]={
63311  category="cf",
63312  description="INHIBIT ARABIC FORM SHAPING",
63313  direction="bn",
63314  linebreak="cm",
63315  unicodeslot=0x206C,
63316 },
63317 [0x206D]={
63318  category="cf",
63319  description="ACTIVATE ARABIC FORM SHAPING",
63320  direction="bn",
63321  linebreak="cm",
63322  unicodeslot=0x206D,
63323 },
63324 [0x206E]={
63325  category="cf",
63326  description="NATIONAL DIGIT SHAPES",
63327  direction="bn",
63328  linebreak="cm",
63329  unicodeslot=0x206E,
63330 },
63331 [0x206F]={
63332  category="cf",
63333  description="NOMINAL DIGIT SHAPES",
63334  direction="bn",
63335  linebreak="cm",
63336  unicodeslot=0x206F,
63337 },
63338 [0x2070]={
63339  adobename="zerosuperior",
63340  category="no",
63341  description="SUPERSCRIPT ZERO",
63342  direction="en",
63343  linebreak="al",
63344  specials={ "super", 0x30 },
63345  unicodeslot=0x2070,
63346 },
63347 [0x2071]={
63348  category="ll",
63349  description="SUPERSCRIPT LATIN SMALL LETTER I",
63350  direction="l",
63351  linebreak="al",
63352  specials={ "super", 0x69 },
63353  unicodeslot=0x2071,
63354 },
63355 [0x2074]={
63356  adobename="foursuperior",
63357  category="no",
63358  cjkwd="a",
63359  description="SUPERSCRIPT FOUR",
63360  direction="en",
63361  linebreak="ai",
63362  specials={ "super", 0x34 },
63363  unicodeslot=0x2074,
63364 },
63365 [0x2075]={
63366  adobename="fivesuperior",
63367  category="no",
63368  description="SUPERSCRIPT FIVE",
63369  direction="en",
63370  linebreak="al",
63371  specials={ "super", 0x35 },
63372  unicodeslot=0x2075,
63373 },
63374 [0x2076]={
63375  adobename="sixsuperior",
63376  category="no",
63377  description="SUPERSCRIPT SIX",
63378  direction="en",
63379  linebreak="al",
63380  specials={ "super", 0x36 },
63381  unicodeslot=0x2076,
63382 },
63383 [0x2077]={
63384  adobename="sevensuperior",
63385  category="no",
63386  description="SUPERSCRIPT SEVEN",
63387  direction="en",
63388  linebreak="al",
63389  specials={ "super", 0x37 },
63390  unicodeslot=0x2077,
63391 },
63392 [0x2078]={
63393  adobename="eightsuperior",
63394  category="no",
63395  description="SUPERSCRIPT EIGHT",
63396  direction="en",
63397  linebreak="al",
63398  specials={ "super", 0x38 },
63399  unicodeslot=0x2078,
63400 },
63401 [0x2079]={
63402  adobename="ninesuperior",
63403  category="no",
63404  description="SUPERSCRIPT NINE",
63405  direction="en",
63406  linebreak="al",
63407  specials={ "super", 0x39 },
63408  unicodeslot=0x2079,
63409 },
63410 [0x207A]={
63411  adobename="plussuperior",
63412  category="sm",
63413  description="SUPERSCRIPT PLUS SIGN",
63414  direction="es",
63415  linebreak="al",
63416  mathclass="binary",
63417  mathname="positivesign",
63418  specials={ "super", 0x2B },
63419  unicodeslot=0x207A,
63420 },
63421 [0x207B]={
63422  category="sm",
63423  description="SUPERSCRIPT MINUS",
63424  direction="es",
63425  linebreak="al",
63426  mathclass="binary",
63427  mathname="negativesign",
63428  specials={ "super", 0x2212 },
63429  unicodeslot=0x207B,
63430 },
63431 [0x207C]={
63432  adobename="equalsuperior",
63433  category="sm",
63434  description="SUPERSCRIPT EQUALS SIGN",
63435  direction="on",
63436  linebreak="al",
63437  specials={ "super", 0x3D },
63438  unicodeslot=0x207C,
63439 },
63440 [0x207D]={
63441  adobename="parenleftsuperior",
63442  category="ps",
63443  description="SUPERSCRIPT LEFT PARENTHESIS",
63444  direction="on",
63445  linebreak="op",
63446  mirror=0x207E,
63447  specials={ "super", 0x28 },
63448  textclass="open",
63449  unicodeslot=0x207D,
63450 },
63451 [0x207E]={
63452  adobename="parenrightsuperior",
63453  category="pe",
63454  description="SUPERSCRIPT RIGHT PARENTHESIS",
63455  direction="on",
63456  linebreak="cl",
63457  mirror=0x207D,
63458  specials={ "super", 0x29 },
63459  textclass="close",
63460  unicodeslot=0x207E,
63461 },
63462 [0x207F]={
63463  adobename="nsuperior",
63464  category="ll",
63465  cjkwd="a",
63466  description="SUPERSCRIPT LATIN SMALL LETTER N",
63467  direction="l",
63468  linebreak="ai",
63469  specials={ "super", 0x6E },
63470  unicodeslot=0x207F,
63471 },
63472 [0x2080]={
63473  adobename="zeroinferior",
63474  category="no",
63475  description="SUBSCRIPT ZERO",
63476  direction="en",
63477  linebreak="al",
63478  specials={ "sub", 0x30 },
63479  unicodeslot=0x2080,
63480 },
63481 [0x2081]={
63482  adobename="oneinferior",
63483  category="no",
63484  cjkwd="a",
63485  description="SUBSCRIPT ONE",
63486  direction="en",
63487  linebreak="ai",
63488  specials={ "sub", 0x31 },
63489  unicodeslot=0x2081,
63490 },
63491 [0x2082]={
63492  adobename="twoinferior",
63493  category="no",
63494  cjkwd="a",
63495  description="SUBSCRIPT TWO",
63496  direction="en",
63497  linebreak="ai",
63498  specials={ "sub", 0x32 },
63499  unicodeslot=0x2082,
63500 },
63501 [0x2083]={
63502  adobename="threeinferior",
63503  category="no",
63504  cjkwd="a",
63505  description="SUBSCRIPT THREE",
63506  direction="en",
63507  linebreak="ai",
63508  specials={ "sub", 0x33 },
63509  unicodeslot=0x2083,
63510 },
63511 [0x2084]={
63512  adobename="fourinferior",
63513  category="no",
63514  cjkwd="a",
63515  description="SUBSCRIPT FOUR",
63516  direction="en",
63517  linebreak="ai",
63518  specials={ "sub", 0x34 },
63519  unicodeslot=0x2084,
63520 },
63521 [0x2085]={
63522  adobename="fiveinferior",
63523  category="no",
63524  description="SUBSCRIPT FIVE",
63525  direction="en",
63526  linebreak="al",
63527  specials={ "sub", 0x35 },
63528  unicodeslot=0x2085,
63529 },
63530 [0x2086]={
63531  adobename="sixinferior",
63532  category="no",
63533  description="SUBSCRIPT SIX",
63534  direction="en",
63535  linebreak="al",
63536  specials={ "sub", 0x36 },
63537  unicodeslot=0x2086,
63538 },
63539 [0x2087]={
63540  adobename="seveninferior",
63541  category="no",
63542  description="SUBSCRIPT SEVEN",
63543  direction="en",
63544  linebreak="al",
63545  specials={ "sub", 0x37 },
63546  unicodeslot=0x2087,
63547 },
63548 [0x2088]={
63549  adobename="eightinferior",
63550  category="no",
63551  description="SUBSCRIPT EIGHT",
63552  direction="en",
63553  linebreak="al",
63554  specials={ "sub", 0x38 },
63555  unicodeslot=0x2088,
63556 },
63557 [0x2089]={
63558  adobename="nineinferior",
63559  category="no",
63560  description="SUBSCRIPT NINE",
63561  direction="en",
63562  linebreak="al",
63563  specials={ "sub", 0x39 },
63564  unicodeslot=0x2089,
63565 },
63566 [0x208A]={
63567  category="sm",
63568  description="SUBSCRIPT PLUS SIGN",
63569  direction="es",
63570  linebreak="al",
63571  specials={ "sub", 0x2B },
63572  unicodeslot=0x208A,
63573 },
63574 [0x208B]={
63575  category="sm",
63576  description="SUBSCRIPT MINUS",
63577  direction="es",
63578  linebreak="al",
63579  specials={ "sub", 0x2212 },
63580  unicodeslot=0x208B,
63581 },
63582 [0x208C]={
63583  category="sm",
63584  description="SUBSCRIPT EQUALS SIGN",
63585  direction="on",
63586  linebreak="al",
63587  specials={ "sub", 0x3D },
63588  unicodeslot=0x208C,
63589 },
63590 [0x208D]={
63591  adobename="parenleftinferior",
63592  category="ps",
63593  description="SUBSCRIPT LEFT PARENTHESIS",
63594  direction="on",
63595  linebreak="op",
63596  mirror=0x208E,
63597  specials={ "sub", 0x28 },
63598  textclass="open",
63599  unicodeslot=0x208D,
63600 },
63601 [0x208E]={
63602  adobename="parenrightinferior",
63603  category="pe",
63604  description="SUBSCRIPT RIGHT PARENTHESIS",
63605  direction="on",
63606  linebreak="cl",
63607  mirror=0x208D,
63608  specials={ "sub", 0x29 },
63609  textclass="close",
63610  unicodeslot=0x208E,
63611 },
63612 [0x2090]={
63613  category="lm",
63614  description="LATIN SUBSCRIPT SMALL LETTER A",
63615  direction="l",
63616  linebreak="al",
63617  specials={ "sub", 0x61 },
63618  unicodeslot=0x2090,
63619 },
63620 [0x2091]={
63621  category="lm",
63622  description="LATIN SUBSCRIPT SMALL LETTER E",
63623  direction="l",
63624  linebreak="al",
63625  specials={ "sub", 0x65 },
63626  unicodeslot=0x2091,
63627 },
63628 [0x2092]={
63629  category="lm",
63630  description="LATIN SUBSCRIPT SMALL LETTER O",
63631  direction="l",
63632  linebreak="al",
63633  specials={ "sub", 0x6F },
63634  unicodeslot=0x2092,
63635 },
63636 [0x2093]={
63637  category="lm",
63638  description="LATIN SUBSCRIPT SMALL LETTER X",
63639  direction="l",
63640  linebreak="al",
63641  specials={ "sub", 0x78 },
63642  unicodeslot=0x2093,
63643 },
63644 [0x2094]={
63645  category="lm",
63646  description="LATIN SUBSCRIPT SMALL LETTER SCHWA",
63647  direction="l",
63648  linebreak="al",
63649  specials={ "sub", 0x259 },
63650  unicodeslot=0x2094,
63651 },
63652 [0x2095]={
63653  category="lm",
63654  description="LATIN SUBSCRIPT SMALL LETTER H",
63655  direction="l",
63656  linebreak="al",
63657  specials={ "sub", 0x68 },
63658  unicodeslot=0x2095,
63659 },
63660 [0x2096]={
63661  category="lm",
63662  description="LATIN SUBSCRIPT SMALL LETTER K",
63663  direction="l",
63664  linebreak="al",
63665  specials={ "sub", 0x6B },
63666  unicodeslot=0x2096,
63667 },
63668 [0x2097]={
63669  category="lm",
63670  description="LATIN SUBSCRIPT SMALL LETTER L",
63671  direction="l",
63672  linebreak="al",
63673  specials={ "sub", 0x6C },
63674  unicodeslot=0x2097,
63675 },
63676 [0x2098]={
63677  category="lm",
63678  description="LATIN SUBSCRIPT SMALL LETTER M",
63679  direction="l",
63680  linebreak="al",
63681  specials={ "sub", 0x6D },
63682  unicodeslot=0x2098,
63683 },
63684 [0x2099]={
63685  category="lm",
63686  description="LATIN SUBSCRIPT SMALL LETTER N",
63687  direction="l",
63688  linebreak="al",
63689  specials={ "sub", 0x6E },
63690  unicodeslot=0x2099,
63691 },
63692 [0x209A]={
63693  category="lm",
63694  description="LATIN SUBSCRIPT SMALL LETTER P",
63695  direction="l",
63696  linebreak="al",
63697  specials={ "sub", 0x70 },
63698  unicodeslot=0x209A,
63699 },
63700 [0x209B]={
63701  category="lm",
63702  description="LATIN SUBSCRIPT SMALL LETTER S",
63703  direction="l",
63704  linebreak="al",
63705  specials={ "sub", 0x73 },
63706  unicodeslot=0x209B,
63707 },
63708 [0x209C]={
63709  category="lm",
63710  description="LATIN SUBSCRIPT SMALL LETTER T",
63711  direction="l",
63712  linebreak="al",
63713  specials={ "sub", 0x74 },
63714  unicodeslot=0x209C,
63715 },
63716 [0x20A0]={
63717  category="sc",
63718  description="EURO-CURRENCY SIGN",
63719  direction="et",
63720  linebreak="pr",
63721  unicodeslot=0x20A0,
63722 },
63723 [0x20A1]={
63724  adobename="colonsign",
63725  category="sc",
63726  description="COLON SIGN",
63727  direction="et",
63728  linebreak="pr",
63729  synonyms={ "costa rican currency", "el salvadorian currency" },
63730  unicodeslot=0x20A1,
63731 },
63732 [0x20A2]={
63733  adobename="cruzeiro",
63734  category="sc",
63735  description="CRUZEIRO SIGN",
63736  direction="et",
63737  linebreak="pr",
63738  synonyms={ "brazilian currency" },
63739  unicodeslot=0x20A2,
63740 },
63741 [0x20A3]={
63742  adobename="franc",
63743  category="sc",
63744  description="FRENCH FRANC SIGN",
63745  direction="et",
63746  linebreak="pr",
63747  synonyms={ "french currency" },
63748  unicodeslot=0x20A3,
63749 },
63750 [0x20A4]={
63751  adobename="lira",
63752  category="sc",
63753  description="LIRA SIGN",
63754  direction="et",
63755  linebreak="pr",
63756  synonyms={ "italian currency", "turkish currency" },
63757  unicodeslot=0x20A4,
63758 },
63759 [0x20A5]={
63760  category="sc",
63761  description="MILL SIGN",
63762  direction="et",
63763  linebreak="pr",
63764  unicodeslot=0x20A5,
63765 },
63766 [0x20A6]={
63767  category="sc",
63768  description="NAIRA SIGN",
63769  direction="et",
63770  linebreak="pr",
63771  synonyms={ "nigerian currency" },
63772  unicodeslot=0x20A6,
63773 },
63774 [0x20A7]={
63775  adobename="peseta",
63776  category="sc",
63777  description="PESETA SIGN",
63778  direction="et",
63779  linebreak="po",
63780  synonyms={ "spanish currency" },
63781  unicodeslot=0x20A7,
63782 },
63783 [0x20A8]={
63784  category="sc",
63785  description="RUPEE SIGN",
63786  direction="et",
63787  linebreak="pr",
63788  specials={ "compat", 0x52, 0x73 },
63789  synonyms={ "indian currency" },
63790  unicodeslot=0x20A8,
63791 },
63792 [0x20A9]={
63793  adobename="won",
63794  category="sc",
63795  cjkwd="h",
63796  description="WON SIGN",
63797  direction="et",
63798  linebreak="pr",
63799  synonyms={ "korean currency" },
63800  unicodeslot=0x20A9,
63801 },
63802 [0x20AA]={
63803  adobename="sheqelhebrew",
63804  category="sc",
63805  description="NEW SHEQEL SIGN",
63806  direction="et",
63807  linebreak="pr",
63808  synonyms={ "israeli currency" },
63809  unicodeslot=0x20AA,
63810 },
63811 [0x20AB]={
63812  adobename="dong",
63813  category="sc",
63814  contextname="textdong",
63815  description="DONG SIGN",
63816  direction="et",
63817  linebreak="pr",
63818  synonyms={ "vietnamese currency" },
63819  unicodeslot=0x20AB,
63820 },
63821 [0x20AC]={
63822  adobename="euro",
63823  category="sc",
63824  cjkwd="a",
63825  contextname="texteuro",
63826  description="EURO SIGN",
63827  direction="et",
63828  linebreak="pr",
63829  synonyms={ "euro european currency" },
63830  unicodeslot=0x20AC,
63831 },
63832 [0x20AD]={
63833  category="sc",
63834  description="KIP SIGN",
63835  direction="et",
63836  linebreak="pr",
63837  synonyms={ "laotian currency" },
63838  unicodeslot=0x20AD,
63839 },
63840 [0x20AE]={
63841  category="sc",
63842  description="TUGRIK SIGN",
63843  direction="et",
63844  linebreak="pr",
63845  synonyms={ "mongolian currency" },
63846  unicodeslot=0x20AE,
63847 },
63848 [0x20AF]={
63849  category="sc",
63850  description="DRACHMA SIGN",
63851  direction="et",
63852  linebreak="pr",
63853  synonyms={ "greek currency" },
63854  unicodeslot=0x20AF,
63855 },
63856 [0x20B0]={
63857  category="sc",
63858  description="GERMAN PENNY SIGN",
63859  direction="et",
63860  linebreak="pr",
63861  unicodeslot=0x20B0,
63862 },
63863 [0x20B1]={
63864  category="sc",
63865  description="PESO SIGN",
63866  direction="et",
63867  linebreak="pr",
63868  synonyms={ "phillipine currency" },
63869  unicodeslot=0x20B1,
63870 },
63871 [0x20B2]={
63872  category="sc",
63873  description="GUARANI SIGN",
63874  direction="et",
63875  linebreak="pr",
63876  synonyms={ "paraguayan currency" },
63877  unicodeslot=0x20B2,
63878 },
63879 [0x20B3]={
63880  category="sc",
63881  description="AUSTRAL SIGN",
63882  direction="et",
63883  linebreak="pr",
63884  synonyms={ "argentinian former currency" },
63885  unicodeslot=0x20B3,
63886 },
63887 [0x20B4]={
63888  category="sc",
63889  description="HRYVNIA SIGN",
63890  direction="et",
63891  linebreak="pr",
63892  synonyms={ "ukrainian currency" },
63893  unicodeslot=0x20B4,
63894 },
63895 [0x20B5]={
63896  category="sc",
63897  description="CEDI SIGN",
63898  direction="et",
63899  linebreak="pr",
63900  synonyms={ "ghana currency" },
63901  unicodeslot=0x20B5,
63902 },
63903 [0x20B6]={
63904  category="sc",
63905  description="LIVRE TOURNOIS SIGN",
63906  direction="et",
63907  linebreak="po",
63908  unicodeslot=0x20B6,
63909 },
63910 [0x20B7]={
63911  category="sc",
63912  description="SPESMILO SIGN",
63913  direction="et",
63914  linebreak="pr",
63915  unicodeslot=0x20B7,
63916 },
63917 [0x20B8]={
63918  category="sc",
63919  description="TENGE SIGN",
63920  direction="et",
63921  linebreak="pr",
63922  unicodeslot=0x20B8,
63923 },
63924 [0x20B9]={
63925  category="sc",
63926  description="INDIAN RUPEE SIGN",
63927  direction="et",
63928  linebreak="pr",
63929  unicodeslot=0x20B9,
63930 },
63931 [0x20BA]={
63932  category="sc",
63933  description="TURKISH LIRA SIGN",
63934  direction="et",
63935  linebreak="pr",
63936  unicodeslot=0x20BA,
63937 },
63938 [0x20BB]={
63939  category="sc",
63940  description="NORDIC MARK SIGN",
63941  direction="et",
63942  linebreak="po",
63943  unicodeslot=0x20BB,
63944 },
63945 [0x20BC]={
63946  category="sc",
63947  description="MANAT SIGN",
63948  direction="et",
63949  linebreak="pr",
63950  synonyms={ "azerbaijani currency" },
63951  unicodeslot=0x20BC,
63952 },
63953 [0x20BD]={
63954  category="sc",
63955  description="RUBLE SIGN",
63956  direction="et",
63957  linebreak="pr",
63958  synonyms={ "russian currency" },
63959  unicodeslot=0x20BD,
63960 },
63961 [0x20BE]={
63962  category="sc",
63963  description="LARI SIGN",
63964  direction="et",
63965  linebreak="po",
63966  synonyms={ "georgian currency" },
63967  unicodeslot=0x20BE,
63968 },
63969 [0x20BF]={
63970  category="sc",
63971  description="BITCOIN SIGN",
63972  direction="et",
63973  linebreak="pr",
63974  unicodeslot=0x20BF,
63975 },
63976 [0x20C0]={
63977  category="sc",
63978  description="SOM SIGN",
63979  direction="et",
63980  linebreak="po",
63981  unicodeslot=0x20C0,
63982 },
63983 [0x20D0]={
63984  category="mn",
63985  combining=0xE6,
63986  description="COMBINING LEFT HARPOON ABOVE",
63987  direction="nsm",
63988  linebreak="cm",
63989  unicodeslot=0x20D0,
63990 },
63991 [0x20D1]={
63992  category="mn",
63993  combining=0xE6,
63994  description="COMBINING RIGHT HARPOON ABOVE",
63995  direction="nsm",
63996  linebreak="cm",
63997  unicodeslot=0x20D1,
63998 },
63999 [0x20D2]={
64000  category="mn",
64001  combining=0x1,
64002  description="COMBINING LONG VERTICAL LINE OVERLAY",
64003  direction="nsm",
64004  linebreak="cm",
64005  unicodeslot=0x20D2,
64006 },
64007 [0x20D3]={
64008  category="mn",
64009  combining=0x1,
64010  description="COMBINING SHORT VERTICAL LINE OVERLAY",
64011  direction="nsm",
64012  linebreak="cm",
64013  unicodeslot=0x20D3,
64014 },
64015 [0x20D4]={
64016  category="mn",
64017  combining=0xE6,
64018  description="COMBINING ANTICLOCKWISE ARROW ABOVE",
64019  direction="nsm",
64020  linebreak="cm",
64021  synonyms={ "combining counterclockwise arrow above" },
64022  unicodeslot=0x20D4,
64023 },
64024 [0x20D5]={
64025  category="mn",
64026  combining=0xE6,
64027  description="COMBINING CLOCKWISE ARROW ABOVE",
64028  direction="nsm",
64029  linebreak="cm",
64030  unicodeslot=0x20D5,
64031 },
64032 [0x20D6]={
64033  category="mn",
64034  combining=0xE6,
64035  description="COMBINING LEFT ARROW ABOVE",
64036  direction="nsm",
64037  linebreak="cm",
64038  mathclass="topaccent",
64039  mathstretch="h",
64040  unicodeslot=0x20D6,
64041 },
64042 [0x20D7]={
64043  category="mn",
64044  combining=0xE6,
64045  description="COMBINING RIGHT ARROW ABOVE",
64046  direction="nsm",
64047  linebreak="cm",
64048  mathclass="topaccent",
64049  mathname="vec",
64050  mathstretch="h",
64051  synonyms={ "vector" },
64052  unicodeslot=0x20D7,
64053 },
64054 [0x20D8]={
64055  category="mn",
64056  combining=0x1,
64057  description="COMBINING RING OVERLAY",
64058  direction="nsm",
64059  linebreak="cm",
64060  unicodeslot=0x20D8,
64061 },
64062 [0x20D9]={
64063  category="mn",
64064  combining=0x1,
64065  description="COMBINING CLOCKWISE RING OVERLAY",
64066  direction="nsm",
64067  linebreak="cm",
64068  unicodeslot=0x20D9,
64069 },
64070 [0x20DA]={
64071  category="mn",
64072  combining=0x1,
64073  description="COMBINING ANTICLOCKWISE RING OVERLAY",
64074  direction="nsm",
64075  linebreak="cm",
64076  synonyms={ "combining counterclockwise ring overlay" },
64077  unicodeslot=0x20DA,
64078 },
64079 [0x20DB]={
64080  category="mn",
64081  combining=0xE6,
64082  description="COMBINING THREE DOTS ABOVE",
64083  direction="nsm",
64084  linebreak="cm",
64085  mathclass="topaccent",
64086  mathname="dddot",
64087  synonyms={ "third derivative" },
64088  unicodeslot=0x20DB,
64089 },
64090 [0x20DC]={
64091  category="mn",
64092  combining=0xE6,
64093  description="COMBINING FOUR DOTS ABOVE",
64094  direction="nsm",
64095  linebreak="cm",
64096  synonyms={ "fourth derivative" },
64097  unicodeslot=0x20DC,
64098 },
64099 [0x20DD]={
64100  category="me",
64101  description="COMBINING ENCLOSING CIRCLE",
64102  direction="nsm",
64103  linebreak="cm",
64104  mathspec={
64105   {
64106    class="binary",
64107    name="bigcircle",
64108   },
64109  },
64110  synonyms={ "jis composition circle" },
64111  unicodeslot=0x20DD,
64112 },
64113 [0x20DE]={
64114  category="me",
64115  description="COMBINING ENCLOSING SQUARE",
64116  direction="nsm",
64117  linebreak="cm",
64118  mathclass="ordinary",
64119  mathname="bigsquare",
64120  unicodeslot=0x20DE,
64121 },
64122 [0x20DF]={
64123  category="me",
64124  description="COMBINING ENCLOSING DIAMOND",
64125  direction="nsm",
64126  linebreak="cm",
64127  mathclass="ordinary",
64128  mathname="bigdiamond",
64129  unicodeslot=0x20DF,
64130 },
64131 [0x20E0]={
64132  category="me",
64133  description="COMBINING ENCLOSING CIRCLE BACKSLASH",
64134  direction="nsm",
64135  linebreak="cm",
64136  synonyms={ "no", "prohibition" },
64137  unicodeslot=0x20E0,
64138 },
64139 [0x20E1]={
64140  category="mn",
64141  combining=0xE6,
64142  description="COMBINING LEFT RIGHT ARROW ABOVE",
64143  direction="nsm",
64144  linebreak="cm",
64145  unicodeslot=0x20E1,
64146 },
64147 [0x20E2]={
64148  category="me",
64149  description="COMBINING ENCLOSING SCREEN",
64150  direction="nsm",
64151  linebreak="cm",
64152  unicodeslot=0x20E2,
64153 },
64154 [0x20E3]={
64155  category="me",
64156  description="COMBINING ENCLOSING KEYCAP",
64157  direction="nsm",
64158  linebreak="cm",
64159  unicodeslot=0x20E3,
64160 },
64161 [0x20E4]={
64162  category="me",
64163  description="COMBINING ENCLOSING UPWARD POINTING TRIANGLE",
64164  direction="nsm",
64165  linebreak="cm",
64166  unicodeslot=0x20E4,
64167 },
64168 [0x20E5]={
64169  category="mn",
64170  combining=0x1,
64171  description="COMBINING REVERSE SOLIDUS OVERLAY",
64172  direction="nsm",
64173  linebreak="cm",
64174  unicodeslot=0x20E5,
64175 },
64176 [0x20E6]={
64177  category="mn",
64178  combining=0x1,
64179  description="COMBINING DOUBLE VERTICAL STROKE OVERLAY",
64180  direction="nsm",
64181  linebreak="cm",
64182  synonyms={ "finite function diacritic" },
64183  unicodeslot=0x20E6,
64184 },
64185 [0x20E7]={
64186  category="mn",
64187  combining=0xE6,
64188  description="COMBINING ANNUITY SYMBOL",
64189  direction="nsm",
64190  linebreak="cm",
64191  mathclass="topaccent",
64192  mathname="actuarial",
64193  synonyms={ "actuarial bend" },
64194  unicodeslot=0x20E7,
64195 },
64196 [0x20E8]={
64197  category="mn",
64198  combining=0xDC,
64199  description="COMBINING TRIPLE UNDERDOT",
64200  direction="nsm",
64201  linebreak="cm",
64202  unicodeslot=0x20E8,
64203 },
64204 [0x20E9]={
64205  category="mn",
64206  combining=0xE6,
64207  description="COMBINING WIDE BRIDGE ABOVE",
64208  direction="nsm",
64209  linebreak="cm",
64210  mathclass="topaccent",
64211  synonyms={ "contraction operator" },
64212  unicodeslot=0x20E9,
64213 },
64214 [0x20EA]={
64215  category="mn",
64216  combining=0x1,
64217  description="COMBINING LEFTWARDS ARROW OVERLAY",
64218  direction="nsm",
64219  linebreak="cm",
64220  unicodeslot=0x20EA,
64221 },
64222 [0x20EB]={
64223  category="mn",
64224  combining=0x1,
64225  description="COMBINING LONG DOUBLE SOLIDUS OVERLAY",
64226  direction="nsm",
64227  linebreak="cm",
64228  synonyms={ "long double slash overlay" },
64229  unicodeslot=0x20EB,
64230 },
64231 [0x20EC]={
64232  category="mn",
64233  combining=0xDC,
64234  description="COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS",
64235  direction="nsm",
64236  linebreak="cm",
64237  unicodeslot=0x20EC,
64238 },
64239 [0x20ED]={
64240  category="mn",
64241  combining=0xDC,
64242  description="COMBINING LEFTWARDS HARPOON WITH BARB DOWNWARDS",
64243  direction="nsm",
64244  linebreak="cm",
64245  unicodeslot=0x20ED,
64246 },
64247 [0x20EE]={
64248  category="mn",
64249  combining=0xDC,
64250  description="COMBINING LEFT ARROW BELOW",
64251  direction="nsm",
64252  linebreak="cm",
64253  mathclass="bottomaccent",
64254  mathstretch="h",
64255  unicodeslot=0x20EE,
64256 },
64257 [0x20EF]={
64258  category="mn",
64259  combining=0xDC,
64260  description="COMBINING RIGHT ARROW BELOW",
64261  direction="nsm",
64262  linebreak="cm",
64263  mathclass="bottomaccent",
64264  mathstretch="h",
64265  unicodeslot=0x20EF,
64266 },
64267 [0x20F0]={
64268  category="mn",
64269  combining=0xE6,
64270  description="COMBINING ASTERISK ABOVE",
64271  direction="nsm",
64272  linebreak="cm",
64273  unicodeslot=0x20F0,
64274 },
64275 [0x2100]={
64276  category="so",
64277  description="ACCOUNT OF",
64278  direction="on",
64279  linebreak="al",
64280  specials={ "compat", 0x61, 0x2F, 0x63 },
64281  unicodeslot=0x2100,
64282 },
64283 [0x2101]={
64284  category="so",
64285  description="ADDRESSED TO THE SUBJECT",
64286  direction="on",
64287  linebreak="al",
64288  specials={ "compat", 0x61, 0x2F, 0x73 },
64289  unicodeslot=0x2101,
64290 },
64291 [0x2102]={
64292  category="lu",
64293  description="DOUBLE-STRUCK CAPITAL C",
64294  direction="l",
64295  linebreak="al",
64296  mathgroup="constant set",
64297  mathname="complexes",
64298  specials={ "font", 0x43 },
64299  synonyms={ "complex numbers", "the set of complex numbers" },
64300  unicodeslot=0x2102,
64301 },
64302 [0x2103]={
64303  adobename="centigrade",
64304  category="so",
64305  cjkwd="a",
64306  contextname="textcelsius",
64307  description="DEGREE CELSIUS",
64308  direction="on",
64309  linebreak="po",
64310  specials={ "compat", 0xB0, 0x43 },
64311  synonyms={ "degrees centigrade" },
64312  unicodeslot=0x2103,
64313 },
64314 [0x2104]={
64315  category="so",
64316  description="CENTRE LINE SYMBOL",
64317  direction="on",
64318  linebreak="al",
64319  synonyms={ "clone" },
64320  unicodeslot=0x2104,
64321 },
64322 [0x2105]={
64323  adobename="careof",
64324  category="so",
64325  cjkwd="a",
64326  description="CARE OF",
64327  direction="on",
64328  linebreak="ai",
64329  specials={ "compat", 0x63, 0x2F, 0x6F },
64330  unicodeslot=0x2105,
64331 },
64332 [0x2106]={
64333  category="so",
64334  description="CADA UNA",
64335  direction="on",
64336  linebreak="al",
64337  specials={ "compat", 0x63, 0x2F, 0x75 },
64338  unicodeslot=0x2106,
64339 },
64340 [0x2107]={
64341  category="lu",
64342  description="EULER CONSTANT",
64343  direction="l",
64344  linebreak="al",
64345  mathname="Eulerconst",
64346  specials={ "compat", 0x190 },
64347  unicodeslot=0x2107,
64348 },
64349 [0x2108]={
64350  category="so",
64351  description="SCRUPLE",
64352  direction="on",
64353  linebreak="al",
64354  unicodeslot=0x2108,
64355 },
64356 [0x2109]={
64357  adobename="fahrenheit",
64358  category="so",
64359  cjkwd="a",
64360  description="DEGREE FAHRENHEIT",
64361  direction="on",
64362  linebreak="po",
64363  specials={ "compat", 0xB0, 0x46 },
64364  unicodeslot=0x2109,
64365 },
64366 [0x210A]={
64367  category="ll",
64368  description="SCRIPT SMALL G",
64369  direction="l",
64370  linebreak="al",
64371  specials={ "font", 0x67 },
64372  synonyms={ "real number symbol" },
64373  unicodeslot=0x210A,
64374  visual="it",
64375 },
64376 [0x210B]={
64377  category="lu",
64378  description="SCRIPT CAPITAL H",
64379  direction="l",
64380  linebreak="al",
64381  specials={ "font", 0x48 },
64382  unicodeslot=0x210B,
64383  variants=variants_style,
64384  visual="it",
64385 },
64386 [0x210C]={
64387  category="lu",
64388  description="BLACK-LETTER CAPITAL H",
64389  direction="l",
64390  linebreak="al",
64391  specials={ "font", 0x48 },
64392  synonyms={ "hilbert space" },
64393  unicodeslot=0x210C,
64394 },
64395 [0x210D]={
64396  category="lu",
64397  description="DOUBLE-STRUCK CAPITAL H",
64398  direction="l",
64399  linebreak="al",
64400  specials={ "font", 0x48 },
64401  unicodeslot=0x210D,
64402 },
64403 [0x210E]={
64404  category="ll",
64405  description="PLANCK CONSTANT",
64406  direction="l",
64407  linebreak="al",
64408  mathname="Plankconst",
64409  specials={ "font", 0x68 },
64410  unicodeslot=0x210E,
64411 },
64412 [0x210F]={
64413  category="ll",
64414  description="PLANCK CONSTANT OVER TWO PI",
64415  direction="l",
64416  linebreak="al",
64417  mathspec={
64418   {
64419    class="ordinary",
64420    name="hslash",
64421   },
64422   {
64423    class="ordinary",
64424    name="hbar",
64425   },
64426  },
64427  specials={ "font", 0x127 },
64428  unicodeslot=0x210F,
64429 },
64430 [0x2110]={
64431  category="lu",
64432  description="SCRIPT CAPITAL I",
64433  direction="l",
64434  linebreak="al",
64435  specials={ "font", 0x49 },
64436  unicodeslot=0x2110,
64437  variants=variants_style,
64438  visual="it",
64439 },
64440 [0x2111]={
64441  adobename="Ifraktur",
64442  category="lu",
64443  description="BLACK-LETTER CAPITAL I",
64444  direction="l",
64445  linebreak="al",
64446  mathname="Im",
64447  specials={ "font", 0x49 },
64448  synonyms={ "imaginary part" },
64449  unicodeslot=0x2111,
64450 },
64451 [0x2112]={
64452  category="lu",
64453  description="SCRIPT CAPITAL L",
64454  direction="l",
64455  linebreak="al",
64456  specials={ "font", 0x4C },
64457  synonyms={ "laplace transform" },
64458  unicodeslot=0x2112,
64459  variants=variants_style,
64460  visual="it",
64461 },
64462 [0x2113]={
64463  adobename="lsquare",
64464  category="ll",
64465  cjkwd="a",
64466  comment="not: MATHEMATICAL SCRIPT SMALL L",
64467  description="SCRIPT SMALL L",
64468  direction="l",
64469  linebreak="ai",
64470  mathclass="ordinary",
64471  mathname="ell",
64472  specials={ "font", 0x6C },
64473  synonyms={ "liter" },
64474  unicodeslot=0x2113,
64475 },
64476 [0x2114]={
64477  category="so",
64478  description="L B BAR SYMBOL",
64479  direction="on",
64480  linebreak="al",
64481  synonyms={ "pounds" },
64482  unicodeslot=0x2114,
64483 },
64484 [0x2115]={
64485  category="lu",
64486  description="DOUBLE-STRUCK CAPITAL N",
64487  direction="l",
64488  linebreak="al",
64489  mathgroup="constant set",
64490  mathname="naturalnumbers",
64491  specials={ "font", 0x4E },
64492  synonyms={ "natural number" },
64493  unicodeslot=0x2115,
64494 },
64495 [0x2116]={
64496  adobename="numero",
64497  category="so",
64498  cjkwd="a",
64499  contextname="textnumero",
64500  description="NUMERO SIGN",
64501  direction="on",
64502  linebreak="pr",
64503  specials={ "compat", 0x4E, 0x6F },
64504  unicodeslot=0x2116,
64505 },
64506 [0x2117]={
64507  category="so",
64508  contextname="textcircledP",
64509  description="SOUND RECORDING COPYRIGHT",
64510  direction="on",
64511  linebreak="al",
64512  synonyms={ "phonorecord sign", "published" },
64513  unicodeslot=0x2117,
64514 },
64515 [0x2118]={
64516  adobename="weierstrass",
64517  category="so",
64518  description="SCRIPT CAPITAL P",
64519  direction="on",
64520  linebreak="al",
64521  mathname="wp",
64522  synonyms={ "weierstrass elliptic function" },
64523  unicodeslot=0x2118,
64524 },
64525 [0x2119]={
64526  category="lu",
64527  description="DOUBLE-STRUCK CAPITAL P",
64528  direction="l",
64529  linebreak="al",
64530  mathgroup="constant set",
64531  mathname="primes",
64532  specials={ "font", 0x50 },
64533  unicodeslot=0x2119,
64534 },
64535 [0x211A]={
64536  category="lu",
64537  description="DOUBLE-STRUCK CAPITAL Q",
64538  direction="l",
64539  linebreak="al",
64540  mathgroup="constant set",
64541  mathname="rationals",
64542  specials={ "font", 0x51 },
64543  synonyms={ "rational numbers", "the set of rational numbers" },
64544  unicodeslot=0x211A,
64545 },
64546 [0x211B]={
64547  category="lu",
64548  description="SCRIPT CAPITAL R",
64549  direction="l",
64550  linebreak="al",
64551  specials={ "font", 0x52 },
64552  synonyms={ "riemann integral" },
64553  unicodeslot=0x211B,
64554  variants=variants_style,
64555  visual="it",
64556 },
64557 [0x211C]={
64558  adobename="Rfraktur",
64559  category="lu",
64560  description="BLACK-LETTER CAPITAL R",
64561  direction="l",
64562  linebreak="al",
64563  mathname="Re",
64564  specials={ "font", 0x52 },
64565  synonyms={ "real part" },
64566  unicodeslot=0x211C,
64567 },
64568 [0x211D]={
64569  category="lu",
64570  description="DOUBLE-STRUCK CAPITAL R",
64571  direction="l",
64572  linebreak="al",
64573  mathgroup="constant set",
64574  mathname="reals",
64575  specials={ "font", 0x52 },
64576  synonyms={ "real numbers", "the set of real numbers" },
64577  unicodeslot=0x211D,
64578 },
64579 [0x211E]={
64580  adobename="prescription",
64581  category="so",
64582  description="PRESCRIPTION TAKE",
64583  direction="on",
64584  linebreak="al",
64585  synonyms={ "cross ratio", "recipe" },
64586  unicodeslot=0x211E,
64587 },
64588 [0x211F]={
64589  category="so",
64590  description="RESPONSE",
64591  direction="on",
64592  linebreak="al",
64593  unicodeslot=0x211F,
64594 },
64595 [0x2120]={
64596  category="so",
64597  description="SERVICE MARK",
64598  direction="on",
64599  linebreak="al",
64600  specials={ "super", 0x53, 0x4D },
64601  unicodeslot=0x2120,
64602 },
64603 [0x2121]={
64604  adobename="telephone",
64605  category="so",
64606  cjkwd="a",
64607  description="TELEPHONE SIGN",
64608  direction="on",
64609  linebreak="ai",
64610  specials={ "compat", 0x54, 0x45, 0x4C },
64611  unicodeslot=0x2121,
64612 },
64613 [0x2122]={
64614  adobename="trademark",
64615  category="so",
64616  cjkwd="a",
64617  contextname="trademark",
64618  description="TRADE MARK SIGN",
64619  direction="on",
64620  linebreak="ai",
64621  specials={ "super", 0x54, 0x4D },
64622  unicodeslot=0x2122,
64623  variants=variants_emoji,
64624 },
64625 [0x2123]={
64626  category="so",
64627  description="VERSICLE",
64628  direction="on",
64629  linebreak="al",
64630  unicodeslot=0x2123,
64631 },
64632 [0x2124]={
64633  category="lu",
64634  description="DOUBLE-STRUCK CAPITAL Z",
64635  direction="l",
64636  linebreak="al",
64637  mathgroup="constant set",
64638  mathname="integers",
64639  specials={ "font", 0x5A },
64640  synonyms={ "integers", "the set of integers" },
64641  unicodeslot=0x2124,
64642 },
64643 [0x2125]={
64644  category="so",
64645  contextname="textounce",
64646  description="OUNCE SIGN",
64647  direction="on",
64648  linebreak="al",
64649  unicodeslot=0x2125,
64650 },
64651 [0x2126]={
64652  adobename="Omega",
64653  category="lu",
64654  cjkwd="a",
64655  contextname="textohm",
64656  description="OHM SIGN",
64657  direction="l",
64658  lccode=0x3C9,
64659  linebreak="al",
64660  mathname="ohm",
64661  specials={ "char", 0x3A9 },
64662  unicodeslot=0x2126,
64663 },
64664 [0x2127]={
64665  category="so",
64666  contextname="textmho",
64667  description="INVERTED OHM SIGN",
64668  direction="on",
64669  linebreak="al",
64670  mathname="mho",
64671  synonyms={ "mho" },
64672  unicodeslot=0x2127,
64673 },
64674 [0x2128]={
64675  category="lu",
64676  description="BLACK-LETTER CAPITAL Z",
64677  direction="l",
64678  linebreak="al",
64679  specials={ "font", 0x5A },
64680  unicodeslot=0x2128,
64681 },
64682 [0x2129]={
64683  category="so",
64684  description="TURNED GREEK SMALL LETTER IOTA",
64685  direction="on",
64686  linebreak="al",
64687  mathname="turnediota",
64688  synonyms={ "unique element" },
64689  unicodeslot=0x2129,
64690 },
64691 [0x212A]={
64692  category="lu",
64693  contextname="textkelvin",
64694  description="KELVIN SIGN",
64695  direction="l",
64696  lccode=0x6B,
64697  linebreak="al",
64698  specials={ "char", 0x4B },
64699  unicodeslot=0x212A,
64700 },
64701 [0x212B]={
64702  adobename="angstrom",
64703  category="lu",
64704  cjkwd="a",
64705  contextname="textAngstrom",
64706  description="ANGSTROM SIGN",
64707  direction="l",
64708  lccode=0xE5,
64709  linebreak="ai",
64710  mathname="Angstrom",
64711  specials={ "char", 0xC5 },
64712  unicodeslot=0x212B,
64713 },
64714 [0x212C]={
64715  category="lu",
64716  description="SCRIPT CAPITAL B",
64717  direction="l",
64718  linebreak="al",
64719  specials={ "font", 0x42 },
64720  synonyms={ "bernoulli function" },
64721  unicodeslot=0x212C,
64722  variants=variants_style,
64723  visual="it",
64724 },
64725 [0x212D]={
64726  category="lu",
64727  description="BLACK-LETTER CAPITAL C",
64728  direction="l",
64729  linebreak="al",
64730  specials={ "font", 0x43 },
64731  unicodeslot=0x212D,
64732 },
64733 [0x212E]={
64734  adobename="estimated",
64735  category="so",
64736  description="ESTIMATED SYMBOL",
64737  direction="et",
64738  linebreak="al",
64739  unicodeslot=0x212E,
64740 },
64741 [0x212F]={
64742  category="ll",
64743  description="SCRIPT SMALL E",
64744  direction="l",
64745  linebreak="al",
64746  specials={ "font", 0x65 },
64747  synonyms={ "error", "natural exponent" },
64748  unicodeslot=0x212F,
64749  visual="it",
64750 },
64751 [0x2130]={
64752  category="lu",
64753  description="SCRIPT CAPITAL E",
64754  direction="l",
64755  linebreak="al",
64756  specials={ "font", 0x45 },
64757  synonyms={ "electromotive force", "emf" },
64758  unicodeslot=0x2130,
64759  variants=variants_style,
64760  visual="it",
64761 },
64762 [0x2131]={
64763  category="lu",
64764  description="SCRIPT CAPITAL F",
64765  direction="l",
64766  linebreak="al",
64767  specials={ "font", 0x46 },
64768  synonyms={ "fourier transform" },
64769  unicodeslot=0x2131,
64770  variants=variants_style,
64771  visual="it",
64772 },
64773 [0x2132]={
64774  category="lu",
64775  description="TURNED CAPITAL F",
64776  direction="l",
64777  lccode=0x214E,
64778  linebreak="al",
64779  mathclass="ordinary",
64780  mathname="Finv",
64781  synonyms={ "claudian digamma inversum" },
64782  unicodeslot=0x2132,
64783 },
64784 [0x2133]={
64785  category="lu",
64786  description="SCRIPT CAPITAL M",
64787  direction="l",
64788  linebreak="al",
64789  specials={ "font", 0x4D },
64790  synonyms={ "german mark pre-wwii", "m-matrix" },
64791  unicodeslot=0x2133,
64792  variants=variants_style,
64793  visual="it",
64794 },
64795 [0x2134]={
64796  category="ll",
64797  description="SCRIPT SMALL O",
64798  direction="l",
64799  linebreak="al",
64800  specials={ "font", 0x6F },
64801  synonyms={ "order" },
64802  unicodeslot=0x2134,
64803  visual="it",
64804 },
64805 [0x2135]={
64806  adobename="aleph",
64807  category="lo",
64808  description="ALEF SYMBOL",
64809  direction="l",
64810  linebreak="al",
64811  mathclass="ordinary",
64812  mathname="aleph",
64813  specials={ "compat", 0x5D0 },
64814  synonyms={ "first transfinite cardinal", "first transfinite cardinal countable" },
64815  unicodeslot=0x2135,
64816 },
64817 [0x2136]={
64818  category="lo",
64819  description="BET SYMBOL",
64820  direction="l",
64821  linebreak="al",
64822  mathclass="ordinary",
64823  mathname="beth",
64824  specials={ "compat", 0x5D1 },
64825  synonyms={ "second transfinite cardinal", "second transfinite cardinal continuum" },
64826  unicodeslot=0x2136,
64827 },
64828 [0x2137]={
64829  category="lo",
64830  description="GIMEL SYMBOL",
64831  direction="l",
64832  linebreak="al",
64833  mathclass="ordinary",
64834  mathname="gimel",
64835  specials={ "compat", 0x5D2 },
64836  synonyms={ "third transfinite cardinal" },
64837  unicodeslot=0x2137,
64838 },
64839 [0x2138]={
64840  category="lo",
64841  description="DALET SYMBOL",
64842  direction="l",
64843  linebreak="al",
64844  mathclass="ordinary",
64845  mathname="daleth",
64846  specials={ "compat", 0x5D3 },
64847  synonyms={ "fourth transfinite cardinal" },
64848  unicodeslot=0x2138,
64849 },
64850 [0x2139]={
64851  category="ll",
64852  description="INFORMATION SOURCE",
64853  direction="l",
64854  linebreak="al",
64855  specials={ "font", 0x69 },
64856  unicodeslot=0x2139,
64857  variants=variants_emoji,
64858 },
64859 [0x213A]={
64860  category="so",
64861  description="ROTATED CAPITAL Q",
64862  direction="on",
64863  linebreak="al",
64864  unicodeslot=0x213A,
64865 },
64866 [0x213B]={
64867  category="so",
64868  description="FACSIMILE SIGN",
64869  direction="on",
64870  linebreak="al",
64871  specials={ "compat", 0x46, 0x41, 0x58 },
64872  unicodeslot=0x213B,
64873 },
64874 [0x213C]={
64875  category="ll",
64876  description="DOUBLE-STRUCK SMALL PI",
64877  direction="l",
64878  linebreak="al",
64879  specials={ "font", 0x3C0 },
64880  unicodeslot=0x213C,
64881 },
64882 [0x213D]={
64883  category="ll",
64884  description="DOUBLE-STRUCK SMALL GAMMA",
64885  direction="l",
64886  linebreak="al",
64887  specials={ "font", 0x3B3 },
64888  unicodeslot=0x213D,
64889 },
64890 [0x213E]={
64891  category="lu",
64892  description="DOUBLE-STRUCK CAPITAL GAMMA",
64893  direction="l",
64894  linebreak="al",
64895  specials={ "font", 0x393 },
64896  unicodeslot=0x213E,
64897 },
64898 [0x213F]={
64899  category="lu",
64900  description="DOUBLE-STRUCK CAPITAL PI",
64901  direction="l",
64902  linebreak="al",
64903  specials={ "font", 0x3A0 },
64904  unicodeslot=0x213F,
64905 },
64906 [0x2140]={
64907  category="sm",
64908  description="DOUBLE-STRUCK N-ARY SUMMATION",
64909  direction="on",
64910  linebreak="al",
64911  specials={ "font", 0x2211 },
64912  unicodeslot=0x2140,
64913 },
64914 [0x2141]={
64915  category="sm",
64916  description="TURNED SANS-SERIF CAPITAL G",
64917  direction="on",
64918  linebreak="al",
64919  mathclass="ordinary",
64920  mathname="Game",
64921  synonyms={ "game" },
64922  unicodeslot=0x2141,
64923 },
64924 [0x2142]={
64925  category="sm",
64926  comment="mathname=sansLturned",
64927  description="TURNED SANS-SERIF CAPITAL L",
64928  direction="on",
64929  linebreak="al",
64930  mathclass="ordinary",
64931  unicodeslot=0x2142,
64932 },
64933 [0x2143]={
64934  category="sm",
64935  comment="mathname=sansLmirrored",
64936  description="REVERSED SANS-SERIF CAPITAL L",
64937  direction="on",
64938  linebreak="al",
64939  mathclass="ordinary",
64940  unicodeslot=0x2143,
64941 },
64942 [0x2144]={
64943  category="sm",
64944  comment="mathname=Yup",
64945  description="TURNED SANS-SERIF CAPITAL Y",
64946  direction="on",
64947  linebreak="al",
64948  mathclass="ordinary",
64949  unicodeslot=0x2144,
64950 },
64951 [0x2145]={
64952  category="lu",
64953  description="DOUBLE-STRUCK ITALIC CAPITAL D",
64954  direction="l",
64955  linebreak="al",
64956  mathclass="differential",
64957  mathname="differentialD",
64958  specials={ "font", 0x44 },
64959  unicodeslot=0x2145,
64960 },
64961 [0x2146]={
64962  category="ll",
64963  description="DOUBLE-STRUCK ITALIC SMALL D",
64964  direction="l",
64965  linebreak="al",
64966  mathclass="differential",
64967  mathname="differentiald",
64968  specials={ "font", 0x64 },
64969  unicodeslot=0x2146,
64970 },
64971 [0x2147]={
64972  category="ll",
64973  description="DOUBLE-STRUCK ITALIC SMALL E",
64974  direction="l",
64975  linebreak="al",
64976  mathclass="exponential",
64977  mathname="exponentiale",
64978  specials={ "font", 0x65 },
64979  unicodeslot=0x2147,
64980 },
64981 [0x2148]={
64982  category="ll",
64983  description="DOUBLE-STRUCK ITALIC SMALL I",
64984  direction="l",
64985  linebreak="al",
64986  mathclass="ordinary",
64987  mathname="imaginaryi",
64988  specials={ "font", 0x69 },
64989  unicodeslot=0x2148,
64990 },
64991 [0x2149]={
64992  category="ll",
64993  description="DOUBLE-STRUCK ITALIC SMALL J",
64994  direction="l",
64995  linebreak="al",
64996  mathclass="ordinary",
64997  mathname="imaginaryj",
64998  specials={ "font", 0x6A },
64999  unicodeslot=0x2149,
65000 },
65001 [0x214A]={
65002  category="so",
65003  description="PROPERTY LINE",
65004  direction="on",
65005  linebreak="al",
65006  mathclass="ordinary",
65007  mathname="PropertyLine",
65008  unicodeslot=0x214A,
65009 },
65010 [0x214B]={
65011  category="sm",
65012  description="TURNED AMPERSAND",
65013  direction="on",
65014  linebreak="al",
65015  mathclass="binary",
65016  mathname="upand",
65017  unicodeslot=0x214B,
65018 },
65019 [0x214C]={
65020  category="so",
65021  description="PER SIGN",
65022  direction="on",
65023  linebreak="al",
65024  unicodeslot=0x214C,
65025 },
65026 [0x214D]={
65027  category="so",
65028  description="AKTIESELSKAB",
65029  direction="on",
65030  linebreak="al",
65031  unicodeslot=0x214D,
65032 },
65033 [0x214E]={
65034  category="ll",
65035  description="TURNED SMALL F",
65036  direction="l",
65037  linebreak="al",
65038  uccode=0x2132,
65039  unicodeslot=0x214E,
65040 },
65041 [0x214F]={
65042  category="so",
65043  description="SYMBOL FOR SAMARITAN SOURCE",
65044  direction="l",
65045  linebreak="al",
65046  unicodeslot=0x214F,
65047 },
65048 [0x2150]={
65049  category="no",
65050  description="VULGAR FRACTION ONE SEVENTH",
65051  direction="on",
65052  linebreak="al",
65053  specials={ "fraction", 0x31, 0x2044, 0x37 },
65054  unicodeslot=0x2150,
65055 },
65056 [0x2151]={
65057  category="no",
65058  description="VULGAR FRACTION ONE NINTH",
65059  direction="on",
65060  linebreak="al",
65061  specials={ "fraction", 0x31, 0x2044, 0x39 },
65062  unicodeslot=0x2151,
65063 },
65064 [0x2152]={
65065  category="no",
65066  description="VULGAR FRACTION ONE TENTH",
65067  direction="on",
65068  linebreak="al",
65069  specials={ "fraction", 0x31, 0x2044, 0x31, 0x30 },
65070  unicodeslot=0x2152,
65071 },
65072 [0x2153]={
65073  adobename="onethird",
65074  category="no",
65075  cjkwd="a",
65076  contextname="onethird",
65077  description="VULGAR FRACTION ONE THIRD",
65078  direction="on",
65079  linebreak="al",
65080  specials={ "fraction", 0x31, 0x2044, 0x33 },
65081  unicodeslot=0x2153,
65082 },
65083 [0x2154]={
65084  adobename="twothirds",
65085  category="no",
65086  cjkwd="a",
65087  contextname="twothirds",
65088  description="VULGAR FRACTION TWO THIRDS",
65089  direction="on",
65090  linebreak="ai",
65091  specials={ "fraction", 0x32, 0x2044, 0x33 },
65092  unicodeslot=0x2154,
65093 },
65094 [0x2155]={
65095  category="no",
65096  contextname="onefifth",
65097  description="VULGAR FRACTION ONE FIFTH",
65098  direction="on",
65099  linebreak="ai",
65100  specials={ "fraction", 0x31, 0x2044, 0x35 },
65101  unicodeslot=0x2155,
65102 },
65103 [0x2156]={
65104  category="no",
65105  contextname="twofifths",
65106  description="VULGAR FRACTION TWO FIFTHS",
65107  direction="on",
65108  linebreak="al",
65109  specials={ "fraction", 0x32, 0x2044, 0x35 },
65110  unicodeslot=0x2156,
65111 },
65112 [0x2157]={
65113  category="no",
65114  contextname="threefifths",
65115  description="VULGAR FRACTION THREE FIFTHS",
65116  direction="on",
65117  linebreak="al",
65118  specials={ "fraction", 0x33, 0x2044, 0x35 },
65119  unicodeslot=0x2157,
65120 },
65121 [0x2158]={
65122  category="no",
65123  contextname="fourfifths",
65124  description="VULGAR FRACTION FOUR FIFTHS",
65125  direction="on",
65126  linebreak="al",
65127  specials={ "fraction", 0x34, 0x2044, 0x35 },
65128  unicodeslot=0x2158,
65129 },
65130 [0x2159]={
65131  category="no",
65132  contextname="onesixth",
65133  description="VULGAR FRACTION ONE SIXTH",
65134  direction="on",
65135  linebreak="al",
65136  specials={ "fraction", 0x31, 0x2044, 0x36 },
65137  unicodeslot=0x2159,
65138 },
65139 [0x215A]={
65140  category="no",
65141  contextname="fivesixths",
65142  description="VULGAR FRACTION FIVE SIXTHS",
65143  direction="on",
65144  linebreak="al",
65145  specials={ "fraction", 0x35, 0x2044, 0x36 },
65146  unicodeslot=0x215A,
65147 },
65148 [0x215B]={
65149  adobename="oneeighth",
65150  category="no",
65151  cjkwd="a",
65152  contextname="oneeighth",
65153  description="VULGAR FRACTION ONE EIGHTH",
65154  direction="on",
65155  linebreak="ai",
65156  specials={ "fraction", 0x31, 0x2044, 0x38 },
65157  unicodeslot=0x215B,
65158 },
65159 [0x215C]={
65160  adobename="threeeighths",
65161  category="no",
65162  cjkwd="a",
65163  contextname="threeeighths",
65164  description="VULGAR FRACTION THREE EIGHTHS",
65165  direction="on",
65166  linebreak="al",
65167  specials={ "fraction", 0x33, 0x2044, 0x38 },
65168  unicodeslot=0x215C,
65169 },
65170 [0x215D]={
65171  adobename="fiveeighths",
65172  category="no",
65173  cjkwd="a",
65174  contextname="fiveeighths",
65175  description="VULGAR FRACTION FIVE EIGHTHS",
65176  direction="on",
65177  linebreak="al",
65178  specials={ "fraction", 0x35, 0x2044, 0x38 },
65179  unicodeslot=0x215D,
65180 },
65181 [0x215E]={
65182  adobename="seveneighths",
65183  category="no",
65184  cjkwd="a",
65185  contextname="seveneighths",
65186  description="VULGAR FRACTION SEVEN EIGHTHS",
65187  direction="on",
65188  linebreak="ai",
65189  specials={ "fraction", 0x37, 0x2044, 0x38 },
65190  unicodeslot=0x215E,
65191 },
65192 [0x215F]={
65193  category="no",
65194  description="FRACTION NUMERATOR ONE",
65195  direction="on",
65196  linebreak="al",
65197  specials={ "fraction", 0x31, 0x2044 },
65198  unicodeslot=0x215F,
65199 },
65200 [0x2160]={
65201  adobename="Oneroman",
65202  category="nl",
65203  cjkwd="a",
65204  contextname="romanI",
65205  description="ROMAN NUMERAL ONE",
65206  direction="l",
65207  lccode=0x2170,
65208  linebreak="ai",
65209  specials={ "compat", 0x49 },
65210  unicodeslot=0x2160,
65211 },
65212 [0x2161]={
65213  adobename="Tworoman",
65214  category="nl",
65215  cjkwd="a",
65216  contextname="romanII",
65217  description="ROMAN NUMERAL TWO",
65218  direction="l",
65219  lccode=0x2171,
65220  linebreak="ai",
65221  specials={ "compat", 0x49, 0x49 },
65222  unicodeslot=0x2161,
65223 },
65224 [0x2162]={
65225  adobename="Threeroman",
65226  category="nl",
65227  cjkwd="a",
65228  contextname="romanIII",
65229  description="ROMAN NUMERAL THREE",
65230  direction="l",
65231  lccode=0x2172,
65232  linebreak="ai",
65233  specials={ "compat", 0x49, 0x49, 0x49 },
65234  unicodeslot=0x2162,
65235 },
65236 [0x2163]={
65237  adobename="Fourroman",
65238  category="nl",
65239  cjkwd="a",
65240  contextname="romanIV",
65241  description="ROMAN NUMERAL FOUR",
65242  direction="l",
65243  lccode=0x2173,
65244  linebreak="ai",
65245  specials={ "compat", 0x49, 0x56 },
65246  unicodeslot=0x2163,
65247 },
65248 [0x2164]={
65249  adobename="Fiveroman",
65250  category="nl",
65251  cjkwd="a",
65252  contextname="romanV",
65253  description="ROMAN NUMERAL FIVE",
65254  direction="l",
65255  lccode=0x2174,
65256  linebreak="ai",
65257  specials={ "compat", 0x56 },
65258  unicodeslot=0x2164,
65259 },
65260 [0x2165]={
65261  adobename="Sixroman",
65262  category="nl",
65263  cjkwd="a",
65264  contextname="romanVI",
65265  description="ROMAN NUMERAL SIX",
65266  direction="l",
65267  lccode=0x2175,
65268  linebreak="ai",
65269  specials={ "compat", 0x56, 0x49 },
65270  unicodeslot=0x2165,
65271 },
65272 [0x2166]={
65273  adobename="Sevenroman",
65274  category="nl",
65275  cjkwd="a",
65276  contextname="romanVII",
65277  description="ROMAN NUMERAL SEVEN",
65278  direction="l",
65279  lccode=0x2176,
65280  linebreak="ai",
65281  specials={ "compat", 0x56, 0x49, 0x49 },
65282  unicodeslot=0x2166,
65283 },
65284 [0x2167]={
65285  adobename="Eightroman",
65286  category="nl",
65287  cjkwd="a",
65288  contextname="romanVIII",
65289  description="ROMAN NUMERAL EIGHT",
65290  direction="l",
65291  lccode=0x2177,
65292  linebreak="ai",
65293  specials={ "compat", 0x56, 0x49, 0x49, 0x49 },
65294  unicodeslot=0x2167,
65295 },
65296 [0x2168]={
65297  adobename="Nineroman",
65298  category="nl",
65299  cjkwd="a",
65300  contextname="romanIX",
65301  description="ROMAN NUMERAL NINE",
65302  direction="l",
65303  lccode=0x2178,
65304  linebreak="ai",
65305  specials={ "compat", 0x49, 0x58 },
65306  unicodeslot=0x2168,
65307 },
65308 [0x2169]={
65309  adobename="Tenroman",
65310  category="nl",
65311  cjkwd="a",
65312  contextname="romanX",
65313  description="ROMAN NUMERAL TEN",
65314  direction="l",
65315  lccode=0x2179,
65316  linebreak="ai",
65317  specials={ "compat", 0x58 },
65318  unicodeslot=0x2169,
65319 },
65320 [0x216A]={
65321  adobename="Elevenroman",
65322  category="nl",
65323  cjkwd="a",
65324  contextname="romanXI",
65325  description="ROMAN NUMERAL ELEVEN",
65326  direction="l",
65327  lccode=0x217A,
65328  linebreak="ai",
65329  specials={ "compat", 0x58, 0x49 },
65330  unicodeslot=0x216A,
65331 },
65332 [0x216B]={
65333  adobename="Twelveroman",
65334  category="nl",
65335  cjkwd="a",
65336  contextname="romanXII",
65337  description="ROMAN NUMERAL TWELVE",
65338  direction="l",
65339  lccode=0x217B,
65340  linebreak="ai",
65341  specials={ "compat", 0x58, 0x49, 0x49 },
65342  unicodeslot=0x216B,
65343 },
65344 [0x216C]={
65345  category="nl",
65346  contextname="romanL",
65347  description="ROMAN NUMERAL FIFTY",
65348  direction="l",
65349  lccode=0x217C,
65350  linebreak="al",
65351  specials={ "compat", 0x4C },
65352  unicodeslot=0x216C,
65353 },
65354 [0x216D]={
65355  category="nl",
65356  contextname="romanC",
65357  description="ROMAN NUMERAL ONE HUNDRED",
65358  direction="l",
65359  lccode=0x217D,
65360  linebreak="al",
65361  specials={ "compat", 0x43 },
65362  unicodeslot=0x216D,
65363 },
65364 [0x216E]={
65365  category="nl",
65366  contextname="romanD",
65367  description="ROMAN NUMERAL FIVE HUNDRED",
65368  direction="l",
65369  lccode=0x217E,
65370  linebreak="al",
65371  specials={ "compat", 0x44 },
65372  unicodeslot=0x216E,
65373 },
65374 [0x216F]={
65375  category="nl",
65376  contextname="romanM",
65377  description="ROMAN NUMERAL ONE THOUSAND",
65378  direction="l",
65379  lccode=0x217F,
65380  linebreak="al",
65381  specials={ "compat", 0x4D },
65382  unicodeslot=0x216F,
65383 },
65384 [0x2170]={
65385  adobename="oneroman",
65386  category="nl",
65387  cjkwd="a",
65388  contextname="romani",
65389  description="SMALL ROMAN NUMERAL ONE",
65390  direction="l",
65391  linebreak="ai",
65392  specials={ "compat", 0x69 },
65393  uccode=0x2160,
65394  unicodeslot=0x2170,
65395 },
65396 [0x2171]={
65397  adobename="tworoman",
65398  category="nl",
65399  cjkwd="a",
65400  contextname="romanii",
65401  description="SMALL ROMAN NUMERAL TWO",
65402  direction="l",
65403  linebreak="ai",
65404  specials={ "compat", 0x69, 0x69 },
65405  uccode=0x2161,
65406  unicodeslot=0x2171,
65407 },
65408 [0x2172]={
65409  adobename="threeroman",
65410  category="nl",
65411  cjkwd="a",
65412  contextname="romaniii",
65413  description="SMALL ROMAN NUMERAL THREE",
65414  direction="l",
65415  linebreak="ai",
65416  specials={ "compat", 0x69, 0x69, 0x69 },
65417  uccode=0x2162,
65418  unicodeslot=0x2172,
65419 },
65420 [0x2173]={
65421  adobename="fourroman",
65422  category="nl",
65423  cjkwd="a",
65424  contextname="romaniv",
65425  description="SMALL ROMAN NUMERAL FOUR",
65426  direction="l",
65427  linebreak="ai",
65428  specials={ "compat", 0x69, 0x76 },
65429  uccode=0x2163,
65430  unicodeslot=0x2173,
65431 },
65432 [0x2174]={
65433  adobename="fiveroman",
65434  category="nl",
65435  cjkwd="a",
65436  contextname="romanv",
65437  description="SMALL ROMAN NUMERAL FIVE",
65438  direction="l",
65439  linebreak="ai",
65440  specials={ "compat", 0x76 },
65441  uccode=0x2164,
65442  unicodeslot=0x2174,
65443 },
65444 [0x2175]={
65445  adobename="sixroman",
65446  category="nl",
65447  cjkwd="a",
65448  contextname="romanvi",
65449  description="SMALL ROMAN NUMERAL SIX",
65450  direction="l",
65451  linebreak="ai",
65452  specials={ "compat", 0x76, 0x69 },
65453  uccode=0x2165,
65454  unicodeslot=0x2175,
65455 },
65456 [0x2176]={
65457  adobename="sevenroman",
65458  category="nl",
65459  cjkwd="a",
65460  contextname="romanvii",
65461  description="SMALL ROMAN NUMERAL SEVEN",
65462  direction="l",
65463  linebreak="ai",
65464  specials={ "compat", 0x76, 0x69, 0x69 },
65465  uccode=0x2166,
65466  unicodeslot=0x2176,
65467 },
65468 [0x2177]={
65469  adobename="eightroman",
65470  category="nl",
65471  cjkwd="a",
65472  contextname="romanviii",
65473  description="SMALL ROMAN NUMERAL EIGHT",
65474  direction="l",
65475  linebreak="ai",
65476  specials={ "compat", 0x76, 0x69, 0x69, 0x69 },
65477  uccode=0x2167,
65478  unicodeslot=0x2177,
65479 },
65480 [0x2178]={
65481  adobename="nineroman",
65482  category="nl",
65483  cjkwd="a",
65484  contextname="romanix",
65485  description="SMALL ROMAN NUMERAL NINE",
65486  direction="l",
65487  linebreak="ai",
65488  specials={ "compat", 0x69, 0x78 },
65489  uccode=0x2168,
65490  unicodeslot=0x2178,
65491 },
65492 [0x2179]={
65493  adobename="tenroman",
65494  category="nl",
65495  cjkwd="a",
65496  contextname="romanx",
65497  description="SMALL ROMAN NUMERAL TEN",
65498  direction="l",
65499  linebreak="ai",
65500  specials={ "compat", 0x78 },
65501  uccode=0x2169,
65502  unicodeslot=0x2179,
65503 },
65504 [0x217A]={
65505  adobename="elevenroman",
65506  category="nl",
65507  contextname="romanxi",
65508  description="SMALL ROMAN NUMERAL ELEVEN",
65509  direction="l",
65510  linebreak="al",
65511  specials={ "compat", 0x78, 0x69 },
65512  uccode=0x216A,
65513  unicodeslot=0x217A,
65514 },
65515 [0x217B]={
65516  adobename="twelveroman",
65517  category="nl",
65518  contextname="romanxii",
65519  description="SMALL ROMAN NUMERAL TWELVE",
65520  direction="l",
65521  linebreak="al",
65522  specials={ "compat", 0x78, 0x69, 0x69 },
65523  uccode=0x216B,
65524  unicodeslot=0x217B,
65525 },
65526 [0x217C]={
65527  category="nl",
65528  contextname="romanl",
65529  description="SMALL ROMAN NUMERAL FIFTY",
65530  direction="l",
65531  linebreak="al",
65532  specials={ "compat", 0x6C },
65533  uccode=0x216C,
65534  unicodeslot=0x217C,
65535 },
65536 [0x217D]={
65537  category="nl",
65538  contextname="romanc",
65539  description="SMALL ROMAN NUMERAL ONE HUNDRED",
65540  direction="l",
65541  linebreak="al",
65542  specials={ "compat", 0x63 },
65543  uccode=0x216D,
65544  unicodeslot=0x217D,
65545 },
65546 [0x217E]={
65547  category="nl",
65548  contextname="romand",
65549  description="SMALL ROMAN NUMERAL FIVE HUNDRED",
65550  direction="l",
65551  linebreak="al",
65552  specials={ "compat", 0x64 },
65553  uccode=0x216E,
65554  unicodeslot=0x217E,
65555 },
65556 [0x217F]={
65557  category="nl",
65558  contextname="romanm",
65559  description="SMALL ROMAN NUMERAL ONE THOUSAND",
65560  direction="l",
65561  linebreak="al",
65562  specials={ "compat", 0x6D },
65563  uccode=0x216F,
65564  unicodeslot=0x217F,
65565 },
65566 [0x2180]={
65567  category="nl",
65568  description="ROMAN NUMERAL ONE THOUSAND C D",
65569  direction="l",
65570  linebreak="al",
65571  unicodeslot=0x2180,
65572 },
65573 [0x2181]={
65574  category="nl",
65575  description="ROMAN NUMERAL FIVE THOUSAND",
65576  direction="l",
65577  linebreak="al",
65578  unicodeslot=0x2181,
65579 },
65580 [0x2182]={
65581  category="nl",
65582  description="ROMAN NUMERAL TEN THOUSAND",
65583  direction="l",
65584  linebreak="al",
65585  unicodeslot=0x2182,
65586 },
65587 [0x2183]={
65588  category="lu",
65589  description="ROMAN NUMERAL REVERSED ONE HUNDRED",
65590  direction="l",
65591  lccode=0x2184,
65592  linebreak="al",
65593  synonyms={ "apostrophic c", "claudian antisigma" },
65594  unicodeslot=0x2183,
65595 },
65596 [0x2184]={
65597  category="ll",
65598  description="LATIN SMALL LETTER REVERSED C",
65599  direction="l",
65600  linebreak="al",
65601  uccode=0x2183,
65602  unicodeslot=0x2184,
65603 },
65604 [0x2185]={
65605  category="nl",
65606  description="ROMAN NUMERAL SIX LATE FORM",
65607  direction="l",
65608  linebreak="al",
65609  unicodeslot=0x2185,
65610 },
65611 [0x2186]={
65612  category="nl",
65613  description="ROMAN NUMERAL FIFTY EARLY FORM",
65614  direction="l",
65615  linebreak="al",
65616  unicodeslot=0x2186,
65617 },
65618 [0x2187]={
65619  category="nl",
65620  description="ROMAN NUMERAL FIFTY THOUSAND",
65621  direction="l",
65622  linebreak="al",
65623  unicodeslot=0x2187,
65624 },
65625 [0x2188]={
65626  category="nl",
65627  description="ROMAN NUMERAL ONE HUNDRED THOUSAND",
65628  direction="l",
65629  linebreak="al",
65630  unicodeslot=0x2188,
65631 },
65632 [0x2189]={
65633  category="no",
65634  cjkwd="a",
65635  description="VULGAR FRACTION ZERO THIRDS",
65636  direction="on",
65637  linebreak="ai",
65638  specials={ "fraction", 0x30, 0x2044, 0x33 },
65639  unicodeslot=0x2189,
65640 },
65641 [0x218A]={
65642  category="so",
65643  description="TURNED DIGIT TWO",
65644  direction="on",
65645  linebreak="al",
65646  unicodeslot=0x218A,
65647 },
65648 [0x218B]={
65649  category="so",
65650  description="TURNED DIGIT THREE",
65651  direction="on",
65652  linebreak="al",
65653  unicodeslot=0x218B,
65654 },
65655 [0x2190]={
65656  adobename="arrowleft",
65657  category="sm",
65658  cjkwd="a",
65659  description="LEFTWARDS ARROW",
65660  direction="on",
65661  linebreak="ai",
65662  mathextensible="l",
65663  mathfiller="leftarrowfill",
65664  mathlist={ 0x3C, 0x2212 },
65665  mathspec={
65666   {
65667    class="relation",
65668    name="leftarrow",
65669   },
65670   {
65671    class="relation",
65672    name="gets",
65673   },
65674   {
65675    class="under",
65676    name="underleftarrow",
65677   },
65678   {
65679    class="over",
65680    name="overleftarrow",
65681   },
65682  },
65683  mathstretch="h",
65684  unicodeslot=0x2190,
65685 },
65686 [0x2191]={
65687  adobename="arrowup",
65688  category="sm",
65689  cjkwd="a",
65690  description="UPWARDS ARROW",
65691  direction="on",
65692  linebreak="ai",
65693  mathclass="relation",
65694  mathextensible="u",
65695  mathname="uparrow",
65696  synonyms={ "egressive airflow" },
65697  unicodeslot=0x2191,
65698 },
65699 [0x2192]={
65700  adobename="arrowright",
65701  category="sm",
65702  cjkwd="a",
65703  description="RIGHTWARDS ARROW",
65704  direction="on",
65705  linebreak="ai",
65706  mathextensible="r",
65707  mathfiller="rightarrowfill",
65708  mathlist={ 0x2212, 0x3E },
65709  mathspec={
65710   {
65711    class="relation",
65712    name="rightarrow",
65713   },
65714   {
65715    class="relation",
65716    name="to",
65717   },
65718   {
65719    class="under",
65720    name="underrightarrow",
65721   },
65722   {
65723    class="over",
65724    name="overrightarrow",
65725   },
65726  },
65727  mathstretch="h",
65728  synonyms={ "total function" },
65729  unicodeslot=0x2192,
65730 },
65731 [0x2193]={
65732  adobename="arrowdown",
65733  category="sm",
65734  cjkwd="a",
65735  description="DOWNWARDS ARROW",
65736  direction="on",
65737  linebreak="ai",
65738  mathclass="relation",
65739  mathextensible="d",
65740  mathname="downarrow",
65741  synonyms={ "ingressive airflow" },
65742  unicodeslot=0x2193,
65743 },
65744 [0x2194]={
65745  adobename="arrowboth",
65746  category="sm",
65747  cjkwd="a",
65748  description="LEFT RIGHT ARROW",
65749  direction="on",
65750  linebreak="ai",
65751  mathclass="relation",
65752  mathextensible="h",
65753  mathlist={ 0x3C, 0x2212, 0x3E },
65754  mathname="leftrightarrow",
65755  synonyms={ "relation" },
65756  unicodeslot=0x2194,
65757  variants=variants_emoji,
65758 },
65759 [0x2195]={
65760  adobename="arrowupdn",
65761  category="so",
65762  cjkwd="a",
65763  description="UP DOWN ARROW",
65764  direction="on",
65765  linebreak="ai",
65766  mathclass="relation",
65767  mathextensible="v",
65768  mathname="updownarrow",
65769  unicodeslot=0x2195,
65770  variants=variants_emoji,
65771 },
65772 [0x2196]={
65773  adobename="arrowupleft",
65774  category="so",
65775  cjkwd="a",
65776  description="NORTH WEST ARROW",
65777  direction="on",
65778  linebreak="ai",
65779  mathclass="relation",
65780  mathname="nwarrow",
65781  unicodeslot=0x2196,
65782  variants=variants_emoji,
65783 },
65784 [0x2197]={
65785  adobename="arrowupright",
65786  category="so",
65787  cjkwd="a",
65788  description="NORTH EAST ARROW",
65789  direction="on",
65790  linebreak="ai",
65791  mathclass="relation",
65792  mathname="nearrow",
65793  unicodeslot=0x2197,
65794  variants=variants_emoji,
65795 },
65796 [0x2198]={
65797  adobename="arrowdownright",
65798  category="so",
65799  cjkwd="a",
65800  description="SOUTH EAST ARROW",
65801  direction="on",
65802  linebreak="ai",
65803  mathclass="relation",
65804  mathname="searrow",
65805  unicodeslot=0x2198,
65806  variants=variants_emoji,
65807 },
65808 [0x2199]={
65809  adobename="arrowdownleft",
65810  category="so",
65811  cjkwd="a",
65812  description="SOUTH WEST ARROW",
65813  direction="on",
65814  linebreak="ai",
65815  mathclass="relation",
65816  mathname="swarrow",
65817  unicodeslot=0x2199,
65818  variants=variants_emoji,
65819 },
65820 [0x219A]={
65821  category="sm",
65822  description="LEFTWARDS ARROW WITH STROKE",
65823  direction="on",
65824  linebreak="al",
65825  mathclass="relation",
65826  mathextensible="l",
65827  mathname="nleftarrow",
65828  specials={ "char", 0x2190, 0x338 },
65829  unicodeslot=0x219A,
65830 },
65831 [0x219B]={
65832  category="sm",
65833  description="RIGHTWARDS ARROW WITH STROKE",
65834  direction="on",
65835  linebreak="al",
65836  mathclass="relation",
65837  mathextensible="r",
65838  mathname="nrightarrow",
65839  specials={ "char", 0x2192, 0x338 },
65840  unicodeslot=0x219B,
65841 },
65842 [0x219C]={
65843  category="so",
65844  description="LEFTWARDS WAVE ARROW",
65845  direction="on",
65846  linebreak="al",
65847  mathclass="relation",
65848  mathextensible="l",
65849  mathname="leftwavearrow",
65850  unicodeslot=0x219C,
65851 },
65852 [0x219D]={
65853  category="so",
65854  description="RIGHTWARDS WAVE ARROW",
65855  direction="on",
65856  linebreak="al",
65857  mathclass="relation",
65858  mathextensible="r",
65859  mathname="rightwavearrow",
65860  unicodeslot=0x219D,
65861 },
65862 [0x219E]={
65863  category="so",
65864  description="LEFTWARDS TWO HEADED ARROW",
65865  direction="on",
65866  linebreak="al",
65867  mathclass="relation",
65868  mathextensible="l",
65869  mathfiller="twoheadleftarrowfill",
65870  mathname="twoheadleftarrow",
65871  synonyms={ "fast cursor left" },
65872  unicodeslot=0x219E,
65873 },
65874 [0x219F]={
65875  category="so",
65876  description="UPWARDS TWO HEADED ARROW",
65877  direction="on",
65878  linebreak="al",
65879  mathclass="relation",
65880  mathextensible="u",
65881  mathname="twoheaduparrow",
65882  synonyms={ "fast cursor up" },
65883  unicodeslot=0x219F,
65884 },
65885 [0x21A0]={
65886  category="sm",
65887  description="RIGHTWARDS TWO HEADED ARROW",
65888  direction="on",
65889  linebreak="al",
65890  mathclass="relation",
65891  mathextensible="r",
65892  mathfiller="twoheadrightarrowfill",
65893  mathname="twoheadrightarrow",
65894  synonyms={ "fast cursor right", "total surjection" },
65895  unicodeslot=0x21A0,
65896 },
65897 [0x21A1]={
65898  category="so",
65899  description="DOWNWARDS TWO HEADED ARROW",
65900  direction="on",
65901  linebreak="al",
65902  mathclass="relation",
65903  mathextensible="d",
65904  mathname="twoheaddownarrow",
65905  synonyms={ "fast cursor down", "form feed" },
65906  unicodeslot=0x21A1,
65907 },
65908 [0x21A2]={
65909  category="so",
65910  description="LEFTWARDS ARROW WITH TAIL",
65911  direction="on",
65912  linebreak="al",
65913  mathclass="relation",
65914  mathextensible="l",
65915  mathname="leftarrowtail",
65916  unicodeslot=0x21A2,
65917 },
65918 [0x21A3]={
65919  category="sm",
65920  description="RIGHTWARDS ARROW WITH TAIL",
65921  direction="on",
65922  linebreak="al",
65923  mathclass="relation",
65924  mathextensible="r",
65925  mathname="rightarrowtail",
65926  synonyms={ "total injection" },
65927  unicodeslot=0x21A3,
65928 },
65929 [0x21A4]={
65930  category="so",
65931  description="LEFTWARDS ARROW FROM BAR",
65932  direction="on",
65933  linebreak="al",
65934  mathclass="relation",
65935  mathextensible="l",
65936  mathname="mapsfrom",
65937  unicodeslot=0x21A4,
65938 },
65939 [0x21A5]={
65940  category="so",
65941  description="UPWARDS ARROW FROM BAR",
65942  direction="on",
65943  linebreak="al",
65944  mathclass="relation",
65945  mathextensible="u",
65946  mathname="mapsup",
65947  unicodeslot=0x21A5,
65948 },
65949 [0x21A6]={
65950  category="sm",
65951  description="RIGHTWARDS ARROW FROM BAR",
65952  direction="on",
65953  linebreak="al",
65954  mathclass="relation",
65955  mathextensible="r",
65956  mathfiller="mapstofill",
65957  mathname="mapsto",
65958  synonyms={ "maplet" },
65959  unicodeslot=0x21A6,
65960 },
65961 [0x21A7]={
65962  category="so",
65963  description="DOWNWARDS ARROW FROM BAR",
65964  direction="on",
65965  linebreak="al",
65966  mathclass="relation",
65967  mathextensible="d",
65968  mathname="mapsdown",
65969  synonyms={ "depth symbol" },
65970  unicodeslot=0x21A7,
65971 },
65972 [0x21A8]={
65973  adobename="arrowupdownbase",
65974  category="so",
65975  description="UP DOWN ARROW WITH BASE",
65976  direction="on",
65977  linebreak="al",
65978  mathclass="ordinary",
65979  mathextensible="v",
65980  mathname="updownarrowbar",
65981  unicodeslot=0x21A8,
65982 },
65983 [0x21A9]={
65984  category="so",
65985  description="LEFTWARDS ARROW WITH HOOK",
65986  direction="on",
65987  linebreak="al",
65988  mathclass="relation",
65989  mathextensible="l",
65990  mathfiller="hookleftarrowfill",
65991  mathname="hookleftarrow",
65992  unicodeslot=0x21A9,
65993  variants=variants_emoji,
65994 },
65995 [0x21AA]={
65996  category="so",
65997  description="RIGHTWARDS ARROW WITH HOOK",
65998  direction="on",
65999  linebreak="al",
66000  mathclass="relation",
66001  mathextensible="r",
66002  mathfiller="hookrightarrowfill",
66003  mathname="hookrightarrow",
66004  unicodeslot=0x21AA,
66005  variants=variants_emoji,
66006 },
66007 [0x21AB]={
66008  category="so",
66009  description="LEFTWARDS ARROW WITH LOOP",
66010  direction="on",
66011  linebreak="al",
66012  mathclass="relation",
66013  mathextensible="l",
66014  mathname="looparrowleft",
66015  unicodeslot=0x21AB,
66016 },
66017 [0x21AC]={
66018  category="so",
66019  description="RIGHTWARDS ARROW WITH LOOP",
66020  direction="on",
66021  linebreak="al",
66022  mathclass="relation",
66023  mathextensible="r",
66024  mathname="looparrowright",
66025  unicodeslot=0x21AC,
66026 },
66027 [0x21AD]={
66028  category="so",
66029  description="LEFT RIGHT WAVE ARROW",
66030  direction="on",
66031  linebreak="al",
66032  mathclass="relation",
66033  mathextensible="h",
66034  mathname="leftrightsquigarrow",
66035  unicodeslot=0x21AD,
66036 },
66037 [0x21AE]={
66038  category="sm",
66039  description="LEFT RIGHT ARROW WITH STROKE",
66040  direction="on",
66041  linebreak="al",
66042  mathclass="relation",
66043  mathextensible="h",
66044  mathname="nleftrightarrow",
66045  specials={ "char", 0x2194, 0x338 },
66046  unicodeslot=0x21AE,
66047 },
66048 [0x21AF]={
66049  category="so",
66050  description="DOWNWARDS ZIGZAG ARROW",
66051  direction="on",
66052  linebreak="al",
66053  mathclass="relation",
66054  mathextensible="d",
66055  mathname="downzigzagarrow",
66056  synonyms={ "electrolysis" },
66057  unicodeslot=0x21AF,
66058 },
66059 [0x21B0]={
66060  category="so",
66061  description="UPWARDS ARROW WITH TIP LEFTWARDS",
66062  direction="on",
66063  linebreak="al",
66064  mathclass="relation",
66065  mathextensible="m",
66066  mathname="Lsh",
66067  unicodeslot=0x21B0,
66068 },
66069 [0x21B1]={
66070  category="so",
66071  description="UPWARDS ARROW WITH TIP RIGHTWARDS",
66072  direction="on",
66073  linebreak="al",
66074  mathclass="relation",
66075  mathextensible="m",
66076  mathname="Rsh",
66077  unicodeslot=0x21B1,
66078 },
66079 [0x21B2]={
66080  category="so",
66081  description="DOWNWARDS ARROW WITH TIP LEFTWARDS",
66082  direction="on",
66083  linebreak="al",
66084  mathclass="relation",
66085  mathextensible="m",
66086  mathname="Ldsh",
66087  unicodeslot=0x21B2,
66088 },
66089 [0x21B3]={
66090  category="so",
66091  description="DOWNWARDS ARROW WITH TIP RIGHTWARDS",
66092  direction="on",
66093  linebreak="al",
66094  mathclass="relation",
66095  mathextensible="m",
66096  mathname="Rdsh",
66097  unicodeslot=0x21B3,
66098 },
66099 [0x21B4]={
66100  category="so",
66101  description="RIGHTWARDS ARROW WITH CORNER DOWNWARDS",
66102  direction="on",
66103  linebreak="al",
66104  mathclass="ordinary",
66105  mathextensible="m",
66106  mathname="linefeed",
66107  synonyms={ "line feed" },
66108  unicodeslot=0x21B4,
66109 },
66110 [0x21B5]={
66111  adobename="carriagereturn",
66112  category="so",
66113  comment="conflict: carriagereturn",
66114  description="DOWNWARDS ARROW WITH CORNER LEFTWARDS",
66115  direction="on",
66116  linebreak="al",
66117  mathclass="ordinary",
66118  mathextensible="m",
66119  mathname="carriagereturn",
66120  unicodeslot=0x21B5,
66121 },
66122 [0x21B6]={
66123  category="so",
66124  description="ANTICLOCKWISE TOP SEMICIRCLE ARROW",
66125  direction="on",
66126  linebreak="al",
66127  mathclass="relation",
66128  mathname="curvearrowleft",
66129  unicodeslot=0x21B6,
66130 },
66131 [0x21B7]={
66132  category="so",
66133  description="CLOCKWISE TOP SEMICIRCLE ARROW",
66134  direction="on",
66135  linebreak="al",
66136  mathclass="relation",
66137  mathname="curvearrowright",
66138  unicodeslot=0x21B7,
66139 },
66140 [0x21B8]={
66141  category="so",
66142  cjkwd="a",
66143  description="NORTH WEST ARROW TO LONG BAR",
66144  direction="on",
66145  linebreak="al",
66146  mathclass="relation",
66147  mathname="barovernorthwestarrow",
66148  unicodeslot=0x21B8,
66149 },
66150 [0x21B9]={
66151  category="so",
66152  cjkwd="a",
66153  description="LEFTWARDS ARROW TO BAR OVER RIGHTWARDS ARROW TO BAR",
66154  direction="on",
66155  linebreak="al",
66156  mathclass="relation",
66157  mathextensible="h",
66158  mathname="barleftarrowrightarrowbar",
66159  synonyms={ "tab with shift tab" },
66160  unicodeslot=0x21B9,
66161 },
66162 [0x21BA]={
66163  category="so",
66164  description="ANTICLOCKWISE OPEN CIRCLE ARROW",
66165  direction="on",
66166  linebreak="al",
66167  mathspec={
66168   {
66169    class="relation",
66170    name="circlearrowright",
66171   },
66172   {
66173    class="relation",
66174    name="acwopencirclearrow",
66175   },
66176  },
66177  unicodeslot=0x21BA,
66178 },
66179 [0x21BB]={
66180  category="so",
66181  description="CLOCKWISE OPEN CIRCLE ARROW",
66182  direction="on",
66183  linebreak="al",
66184  mathspec={
66185   {
66186    class="relation",
66187    name="circlearrowleft",
66188   },
66189   {
66190    class="relation",
66191    name="cwopencirclearrow",
66192   },
66193  },
66194  unicodeslot=0x21BB,
66195 },
66196 [0x21BC]={
66197  adobename="harpoonleftbarbup",
66198  category="so",
66199  description="LEFTWARDS HARPOON WITH BARB UPWARDS",
66200  direction="on",
66201  linebreak="al",
66202  mathclass="relation",
66203  mathextensible="l",
66204  mathfiller="leftharpoonupfill",
66205  mathname="leftharpoonup",
66206  unicodeslot=0x21BC,
66207 },
66208 [0x21BD]={
66209  category="so",
66210  description="LEFTWARDS HARPOON WITH BARB DOWNWARDS",
66211  direction="on",
66212  linebreak="al",
66213  mathclass="relation",
66214  mathextensible="l",
66215  mathfiller="leftharpoondownfill",
66216  mathname="leftharpoondown",
66217  unicodeslot=0x21BD,
66218 },
66219 [0x21BE]={
66220  category="so",
66221  description="UPWARDS HARPOON WITH BARB RIGHTWARDS",
66222  direction="on",
66223  linebreak="al",
66224  mathspec={
66225   {
66226    class="relation",
66227    name="upharpoonright",
66228   },
66229   {
66230    class="relation",
66231    name="restriction",
66232   },
66233  },
66234  unicodeslot=0x21BE,
66235 },
66236 [0x21BF]={
66237  category="so",
66238  description="UPWARDS HARPOON WITH BARB LEFTWARDS",
66239  direction="on",
66240  linebreak="al",
66241  mathclass="relation",
66242  mathname="upharpoonleft",
66243  unicodeslot=0x21BF,
66244 },
66245 [0x21C0]={
66246  adobename="harpoonrightbarbup",
66247  category="so",
66248  description="RIGHTWARDS HARPOON WITH BARB UPWARDS",
66249  direction="on",
66250  linebreak="al",
66251  mathclass="relation",
66252  mathextensible="r",
66253  mathfiller="rightharpoonupfill",
66254  mathname="rightharpoonup",
66255  unicodeslot=0x21C0,
66256 },
66257 [0x21C1]={
66258  category="so",
66259  description="RIGHTWARDS HARPOON WITH BARB DOWNWARDS",
66260  direction="on",
66261  linebreak="al",
66262  mathclass="relation",
66263  mathextensible="r",
66264  mathfiller="rightharpoondownfill",
66265  mathname="rightharpoondown",
66266  unicodeslot=0x21C1,
66267 },
66268 [0x21C2]={
66269  category="so",
66270  description="DOWNWARDS HARPOON WITH BARB RIGHTWARDS",
66271  direction="on",
66272  linebreak="al",
66273  mathclass="relation",
66274  mathname="downharpoonright",
66275  unicodeslot=0x21C2,
66276 },
66277 [0x21C3]={
66278  category="so",
66279  description="DOWNWARDS HARPOON WITH BARB LEFTWARDS",
66280  direction="on",
66281  linebreak="al",
66282  mathclass="relation",
66283  mathname="downharpoonleft",
66284  unicodeslot=0x21C3,
66285 },
66286 [0x21C4]={
66287  adobename="arrowrightoverleft",
66288  category="so",
66289  description="RIGHTWARDS ARROW OVER LEFTWARDS ARROW",
66290  direction="on",
66291  linebreak="al",
66292  mathclass="relation",
66293  mathextensible="h",
66294  mathfiller="rightoverleftarrowfill",
66295  mathname="rightleftarrows",
66296  unicodeslot=0x21C4,
66297 },
66298 [0x21C5]={
66299  adobename="arrowupleftofdown",
66300  category="so",
66301  description="UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW",
66302  direction="on",
66303  linebreak="al",
66304  mathclass="relation",
66305  mathextensible="m",
66306  mathname="updownarrows",
66307  unicodeslot=0x21C5,
66308 },
66309 [0x21C6]={
66310  adobename="arrowleftoverright",
66311  category="so",
66312  description="LEFTWARDS ARROW OVER RIGHTWARDS ARROW",
66313  direction="on",
66314  linebreak="al",
66315  mathclass="relation",
66316  mathextensible="h",
66317  mathfiller="lefgtoverrightarrowfill",
66318  mathname="leftrightarrows",
66319  unicodeslot=0x21C6,
66320 },
66321 [0x21C7]={
66322  category="so",
66323  description="LEFTWARDS PAIRED ARROWS",
66324  direction="on",
66325  linebreak="al",
66326  mathclass="relation",
66327  mathextensible="l",
66328  mathname="leftleftarrows",
66329  unicodeslot=0x21C7,
66330 },
66331 [0x21C8]={
66332  category="so",
66333  description="UPWARDS PAIRED ARROWS",
66334  direction="on",
66335  linebreak="al",
66336  mathclass="relation",
66337  mathextensible="u",
66338  mathname="upuparrows",
66339  unicodeslot=0x21C8,
66340 },
66341 [0x21C9]={
66342  category="so",
66343  description="RIGHTWARDS PAIRED ARROWS",
66344  direction="on",
66345  linebreak="al",
66346  mathclass="relation",
66347  mathextensible="r",
66348  mathname="rightrightarrows",
66349  unicodeslot=0x21C9,
66350 },
66351 [0x21CA]={
66352  category="so",
66353  description="DOWNWARDS PAIRED ARROWS",
66354  direction="on",
66355  linebreak="al",
66356  mathclass="relation",
66357  mathextensible="d",
66358  mathname="downdownarrows",
66359  unicodeslot=0x21CA,
66360 },
66361 [0x21CB]={
66362  category="so",
66363  description="LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON",
66364  direction="on",
66365  linebreak="al",
66366  mathclass="relation",
66367  mathextensible="h",
66368  mathfiller="leftrightharpoonsfill",
66369  mathname="leftrightharpoons",
66370  unicodeslot=0x21CB,
66371 },
66372 [0x21CC]={
66373  category="so",
66374  description="RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON",
66375  direction="on",
66376  linebreak="al",
66377  mathclass="relation",
66378  mathextensible="h",
66379  mathfiller="rightleftharpoonsfill",
66380  mathname="rightleftharpoons",
66381  unicodeslot=0x21CC,
66382 },
66383 [0x21CD]={
66384  adobename="arrowleftdblstroke",
66385  category="so",
66386  description="LEFTWARDS DOUBLE ARROW WITH STROKE",
66387  direction="on",
66388  linebreak="al",
66389  mathclass="relation",
66390  mathextensible="l",
66391  mathname="nLeftarrow",
66392  specials={ "char", 0x21D0, 0x338 },
66393  unicodeslot=0x21CD,
66394 },
66395 [0x21CE]={
66396  category="sm",
66397  description="LEFT RIGHT DOUBLE ARROW WITH STROKE",
66398  direction="on",
66399  linebreak="al",
66400  mathclass="relation",
66401  mathextensible="h",
66402  mathname="nLeftrightarrow",
66403  specials={ "char", 0x21D4, 0x338 },
66404  unicodeslot=0x21CE,
66405 },
66406 [0x21CF]={
66407  adobename="arrowrightdblstroke",
66408  category="sm",
66409  description="RIGHTWARDS DOUBLE ARROW WITH STROKE",
66410  direction="on",
66411  linebreak="al",
66412  mathclass="relation",
66413  mathextensible="r",
66414  mathname="nRightarrow",
66415  specials={ "char", 0x21D2, 0x338 },
66416  unicodeslot=0x21CF,
66417 },
66418 [0x21D0]={
66419  adobename="arrowleftdbl",
66420  category="so",
66421  description="LEFTWARDS DOUBLE ARROW",
66422  direction="on",
66423  linebreak="al",
66424  mathclass="relation",
66425  mathextensible="l",
66426  mathlist={ 0x3C, 0x3D, 0x3D },
66427  mathname="Leftarrow",
66428  unicodeslot=0x21D0,
66429 },
66430 [0x21D1]={
66431  adobename="arrowdblup",
66432  category="so",
66433  description="UPWARDS DOUBLE ARROW",
66434  direction="on",
66435  linebreak="al",
66436  mathclass="relation",
66437  mathextensible="u",
66438  mathname="Uparrow",
66439  unicodeslot=0x21D1,
66440 },
66441 [0x21D2]={
66442  adobename="dblarrowright",
66443  category="sm",
66444  cjkwd="a",
66445  description="RIGHTWARDS DOUBLE ARROW",
66446  direction="on",
66447  linebreak="ai",
66448  mathextensible="r",
66449  mathlist={ 0x3D, 0x3D, 0x3E },
66450  mathspec={
66451   {
66452    class="relation",
66453    name="Rightarrow",
66454   },
66455   {
66456    class="relation",
66457    name="imply",
66458   },
66459  },
66460  unicodeslot=0x21D2,
66461 },
66462 [0x21D3]={
66463  adobename="arrowdbldown",
66464  category="so",
66465  description="DOWNWARDS DOUBLE ARROW",
66466  direction="on",
66467  linebreak="al",
66468  mathclass="relation",
66469  mathextensible="d",
66470  mathname="Downarrow",
66471  unicodeslot=0x21D3,
66472 },
66473 [0x21D4]={
66474  adobename="dblarrowleft",
66475  category="sm",
66476  cjkwd="a",
66477  description="LEFT RIGHT DOUBLE ARROW",
66478  direction="on",
66479  linebreak="ai",
66480  mathclass="relation",
66481  mathextensible="h",
66482  mathlist={ 0x3C, 0x3D, 0x3D, 0x3E },
66483  mathname="Leftrightarrow",
66484  unicodeslot=0x21D4,
66485 },
66486 [0x21D5]={
66487  category="so",
66488  description="UP DOWN DOUBLE ARROW",
66489  direction="on",
66490  linebreak="al",
66491  mathclass="relation",
66492  mathextensible="v",
66493  mathname="Updownarrow",
66494  unicodeslot=0x21D5,
66495 },
66496 [0x21D6]={
66497  category="so",
66498  description="NORTH WEST DOUBLE ARROW",
66499  direction="on",
66500  linebreak="al",
66501  mathclass="relation",
66502  mathname="Nwarrow",
66503  unicodeslot=0x21D6,
66504 },
66505 [0x21D7]={
66506  category="so",
66507  description="NORTH EAST DOUBLE ARROW",
66508  direction="on",
66509  linebreak="al",
66510  mathclass="relation",
66511  mathname="Nearrow",
66512  unicodeslot=0x21D7,
66513 },
66514 [0x21D8]={
66515  category="so",
66516  description="SOUTH EAST DOUBLE ARROW",
66517  direction="on",
66518  linebreak="al",
66519  mathclass="relation",
66520  mathname="Searrow",
66521  unicodeslot=0x21D8,
66522 },
66523 [0x21D9]={
66524  category="so",
66525  description="SOUTH WEST DOUBLE ARROW",
66526  direction="on",
66527  linebreak="al",
66528  mathclass="relation",
66529  mathname="Swarrow",
66530  unicodeslot=0x21D9,
66531 },
66532 [0x21DA]={
66533  category="so",
66534  description="LEFTWARDS TRIPLE ARROW",
66535  direction="on",
66536  linebreak="al",
66537  mathclass="relation",
66538  mathextensible="l",
66539  mathname="Lleftarrow",
66540  unicodeslot=0x21DA,
66541 },
66542 [0x21DB]={
66543  category="so",
66544  description="RIGHTWARDS TRIPLE ARROW",
66545  direction="on",
66546  linebreak="al",
66547  mathclass="relation",
66548  mathextensible="r",
66549  mathname="Rrightarrow",
66550  unicodeslot=0x21DB,
66551 },
66552 [0x21DC]={
66553  category="so",
66554  description="LEFTWARDS SQUIGGLE ARROW",
66555  direction="on",
66556  linebreak="al",
66557  mathclass="relation",
66558  mathextensible="l",
66559  mathname="leftsquigarrow",
66560  unicodeslot=0x21DC,
66561 },
66562 [0x21DD]={
66563  category="so",
66564  description="RIGHTWARDS SQUIGGLE ARROW",
66565  direction="on",
66566  linebreak="al",
66567  mathspec={
66568   {
66569    class="relation",
66570    name="rightsquigarrow",
66571   },
66572   {
66573    class="relation",
66574    name="leadsto",
66575   },
66576  },
66577  unicodeslot=0x21DD,
66578 },
66579 [0x21DE]={
66580  adobename="pageup",
66581  category="so",
66582  description="UPWARDS ARROW WITH DOUBLE STROKE",
66583  direction="on",
66584  linebreak="al",
66585  mathclass="relation",
66586  mathextensible="u",
66587  mathname="nHuparrow",
66588  synonyms={ "page up" },
66589  unicodeslot=0x21DE,
66590 },
66591 [0x21DF]={
66592  adobename="pagedown",
66593  category="so",
66594  description="DOWNWARDS ARROW WITH DOUBLE STROKE",
66595  direction="on",
66596  linebreak="al",
66597  mathclass="relation",
66598  mathextensible="d",
66599  mathname="nHdownarrow",
66600  unicodeslot=0x21DF,
66601 },
66602 [0x21E0]={
66603  adobename="arrowdashleft",
66604  category="so",
66605  description="LEFTWARDS DASHED ARROW",
66606  direction="on",
66607  linebreak="al",
66608  mathclass="relation",
66609  mathextensible="l",
66610  mathname="leftdasharrow",
66611  unicodeslot=0x21E0,
66612 },
66613 [0x21E1]={
66614  adobename="arrowdashup",
66615  category="so",
66616  description="UPWARDS DASHED ARROW",
66617  direction="on",
66618  linebreak="al",
66619  mathclass="relation",
66620  mathextensible="u",
66621  mathname="updasharrow",
66622  unicodeslot=0x21E1,
66623 },
66624 [0x21E2]={
66625  adobename="arrowdashright",
66626  category="so",
66627  description="RIGHTWARDS DASHED ARROW",
66628  direction="on",
66629  linebreak="al",
66630  mathspec={
66631   {
66632    class="relation",
66633    name="rightdasharrow",
66634   },
66635   {
66636    class="relation",
66637    name="dasharrow",
66638   },
66639  },
66640  unicodeslot=0x21E2,
66641 },
66642 [0x21E3]={
66643  adobename="arrowdashdown",
66644  category="so",
66645  description="DOWNWARDS DASHED ARROW",
66646  direction="on",
66647  linebreak="al",
66648  mathclass="relation",
66649  mathextensible="d",
66650  mathname="downdasharrow",
66651  unicodeslot=0x21E3,
66652 },
66653 [0x21E4]={
66654  adobename="arrowtableft",
66655  category="so",
66656  description="LEFTWARDS ARROW TO BAR",
66657  direction="on",
66658  linebreak="al",
66659  mathclass="relation",
66660  mathextensible="l",
66661  mathname="barleftarrow",
66662  synonyms={ "leftward tab" },
66663  unicodeslot=0x21E4,
66664 },
66665 [0x21E5]={
66666  adobename="arrowtabright",
66667  category="so",
66668  description="RIGHTWARDS ARROW TO BAR",
66669  direction="on",
66670  linebreak="al",
66671  mathclass="relation",
66672  mathextensible="r",
66673  mathname="rightarrowbar",
66674  synonyms={ "rightward tab" },
66675  unicodeslot=0x21E5,
66676 },
66677 [0x21E6]={
66678  adobename="arrowleftwhite",
66679  category="so",
66680  description="LEFTWARDS WHITE ARROW",
66681  direction="on",
66682  linebreak="al",
66683  mathclass="ordinary",
66684  mathextensible="l",
66685  mathname="leftwhitearrow",
66686  unicodeslot=0x21E6,
66687 },
66688 [0x21E7]={
66689  adobename="arrowupwhite",
66690  category="so",
66691  cjkwd="a",
66692  description="UPWARDS WHITE ARROW",
66693  direction="on",
66694  linebreak="al",
66695  mathclass="ordinary",
66696  mathextensible="u",
66697  mathname="upwhitearrow",
66698  synonyms={ "shift" },
66699  unicodeslot=0x21E7,
66700 },
66701 [0x21E8]={
66702  adobename="arrowrightwhite",
66703  category="so",
66704  description="RIGHTWARDS WHITE ARROW",
66705  direction="on",
66706  linebreak="al",
66707  mathclass="ordinary",
66708  mathextensible="r",
66709  mathname="rightwhitearrow",
66710  unicodeslot=0x21E8,
66711 },
66712 [0x21E9]={
66713  adobename="arrowdownwhite",
66714  category="so",
66715  description="DOWNWARDS WHITE ARROW",
66716  direction="on",
66717  linebreak="al",
66718  mathclass="ordinary",
66719  mathextensible="d",
66720  mathname="downwhitearrow",
66721  unicodeslot=0x21E9,
66722 },
66723 [0x21EA]={
66724  adobename="capslock",
66725  category="so",
66726  description="UPWARDS WHITE ARROW FROM BAR",
66727  direction="on",
66728  linebreak="al",
66729  unicodeslot=0x21EA,
66730 },
66731 [0x21EB]={
66732  category="so",
66733  description="UPWARDS WHITE ARROW ON PEDESTAL",
66734  direction="on",
66735  linebreak="al",
66736  mathclass="ordinary",
66737  mathextensible="u",
66738  mathname="whitearrowupfrombar",
66739  synonyms={ "level 2 lock" },
66740  unicodeslot=0x21EB,
66741 },
66742 [0x21EC]={
66743  category="so",
66744  description="UPWARDS WHITE ARROW ON PEDESTAL WITH HORIZONTAL BAR",
66745  direction="on",
66746  linebreak="al",
66747  synonyms={ "caps lock" },
66748  unicodeslot=0x21EC,
66749 },
66750 [0x21ED]={
66751  category="so",
66752  description="UPWARDS WHITE ARROW ON PEDESTAL WITH VERTICAL BAR",
66753  direction="on",
66754  linebreak="al",
66755  synonyms={ "numerics lock" },
66756  unicodeslot=0x21ED,
66757 },
66758 [0x21EE]={
66759  category="so",
66760  description="UPWARDS WHITE DOUBLE ARROW",
66761  direction="on",
66762  linebreak="al",
66763  synonyms={ "level 3 select" },
66764  unicodeslot=0x21EE,
66765 },
66766 [0x21EF]={
66767  category="so",
66768  description="UPWARDS WHITE DOUBLE ARROW ON PEDESTAL",
66769  direction="on",
66770  linebreak="al",
66771  synonyms={ "level 3 lock" },
66772  unicodeslot=0x21EF,
66773 },
66774 [0x21F0]={
66775  category="so",
66776  description="RIGHTWARDS WHITE ARROW FROM WALL",
66777  direction="on",
66778  linebreak="al",
66779  synonyms={ "group lock" },
66780  unicodeslot=0x21F0,
66781 },
66782 [0x21F1]={
66783  category="so",
66784  description="NORTH WEST ARROW TO CORNER",
66785  direction="on",
66786  linebreak="al",
66787  synonyms={ "home" },
66788  unicodeslot=0x21F1,
66789 },
66790 [0x21F2]={
66791  category="so",
66792  description="SOUTH EAST ARROW TO CORNER",
66793  direction="on",
66794  linebreak="al",
66795  synonyms={ "end" },
66796  unicodeslot=0x21F2,
66797 },
66798 [0x21F3]={
66799  category="so",
66800  description="UP DOWN WHITE ARROW",
66801  direction="on",
66802  linebreak="al",
66803  synonyms={ "scrolling" },
66804  unicodeslot=0x21F3,
66805 },
66806 [0x21F4]={
66807  category="sm",
66808  description="RIGHT ARROW WITH SMALL CIRCLE",
66809  direction="on",
66810  linebreak="al",
66811  mathclass="relation",
66812  mathextensible="r",
66813  mathname="circleonrightarrow",
66814  unicodeslot=0x21F4,
66815 },
66816 [0x21F5]={
66817  category="sm",
66818  description="DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW",
66819  direction="on",
66820  linebreak="al",
66821  mathclass="relation",
66822  mathextensible="m",
66823  mathname="downuparrows",
66824  unicodeslot=0x21F5,
66825 },
66826 [0x21F6]={
66827  category="sm",
66828  description="THREE RIGHTWARDS ARROWS",
66829  direction="on",
66830  linebreak="al",
66831  mathclass="relation",
66832  mathextensible="r",
66833  mathname="rightthreearrows",
66834  unicodeslot=0x21F6,
66835 },
66836 [0x21F7]={
66837  category="sm",
66838  description="LEFTWARDS ARROW WITH VERTICAL STROKE",
66839  direction="on",
66840  linebreak="al",
66841  mathclass="relation",
66842  mathextensible="l",
66843  mathname="nvleftarrow",
66844  unicodeslot=0x21F7,
66845 },
66846 [0x21F8]={
66847  category="sm",
66848  description="RIGHTWARDS ARROW WITH VERTICAL STROKE",
66849  direction="on",
66850  linebreak="al",
66851  mathclass="relation",
66852  mathextensible="r",
66853  mathname="nvrightarrow",
66854  synonyms={ "partial function" },
66855  unicodeslot=0x21F8,
66856 },
66857 [0x21F9]={
66858  category="sm",
66859  description="LEFT RIGHT ARROW WITH VERTICAL STROKE",
66860  direction="on",
66861  linebreak="al",
66862  mathclass="relation",
66863  mathextensible="h",
66864  mathname="nvleftrightarrow",
66865  synonyms={ "partial relation" },
66866  unicodeslot=0x21F9,
66867 },
66868 [0x21FA]={
66869  category="sm",
66870  description="LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE",
66871  direction="on",
66872  linebreak="al",
66873  mathclass="relation",
66874  mathextensible="l",
66875  mathname="nVleftarrow",
66876  unicodeslot=0x21FA,
66877 },
66878 [0x21FB]={
66879  category="sm",
66880  description="RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE",
66881  direction="on",
66882  linebreak="al",
66883  mathclass="relation",
66884  mathextensible="r",
66885  mathname="nVrightarrow",
66886  synonyms={ "finite function" },
66887  unicodeslot=0x21FB,
66888 },
66889 [0x21FC]={
66890  category="sm",
66891  description="LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE",
66892  direction="on",
66893  linebreak="al",
66894  mathclass="relation",
66895  mathextensible="h",
66896  mathname="nVleftrightarrow",
66897  synonyms={ "finite relation" },
66898  unicodeslot=0x21FC,
66899 },
66900 [0x21FD]={
66901  category="sm",
66902  description="LEFTWARDS OPEN-HEADED ARROW",
66903  direction="on",
66904  linebreak="al",
66905  mathclass="relation",
66906  mathextensible="l",
66907  mathname="leftarrowtriangle",
66908  unicodeslot=0x21FD,
66909 },
66910 [0x21FE]={
66911  category="sm",
66912  description="RIGHTWARDS OPEN-HEADED ARROW",
66913  direction="on",
66914  linebreak="al",
66915  mathclass="relation",
66916  mathextensible="r",
66917  mathname="rightarrowtriangle",
66918  unicodeslot=0x21FE,
66919 },
66920 [0x21FF]={
66921  category="sm",
66922  description="LEFT RIGHT OPEN-HEADED ARROW",
66923  direction="on",
66924  linebreak="al",
66925  mathclass="relation",
66926  mathextensible="h",
66927  mathname="leftrightarrowtriangle",
66928  unicodeslot=0x21FF,
66929 },
66930 [0x2200]={
66931  adobename="universal",
66932  category="sm",
66933  cjkwd="a",
66934  description="FOR ALL",
66935  direction="on",
66936  linebreak="ai",
66937  mathclass="ordinary",
66938  mathname="forall",
66939  synonyms={ "universal quantifier" },
66940  unicodeslot=0x2200,
66941 },
66942 [0x2201]={
66943  category="sm",
66944  description="COMPLEMENT",
66945  direction="on",
66946  linebreak="al",
66947  mathclass="ordinary",
66948  mathname="complement",
66949  unicodeslot=0x2201,
66950 },
66951 [0x2202]={
66952  adobename="partialdiff",
66953  category="sm",
66954  cjkwd="a",
66955  description="PARTIAL DIFFERENTIAL",
66956  direction="on",
66957  linebreak="ai",
66958  mathclass="differential",
66959  mathname="partial",
66960  unicodeslot=0x2202,
66961 },
66962 [0x2203]={
66963  adobename="thereexists",
66964  category="sm",
66965  cjkwd="a",
66966  description="THERE EXISTS",
66967  direction="on",
66968  linebreak="ai",
66969  mathclass="ordinary",
66970  mathname="exists",
66971  synonyms={ "existential quantifier" },
66972  unicodeslot=0x2203,
66973 },
66974 [0x2204]={
66975  category="sm",
66976  description="THERE DOES NOT EXIST",
66977  direction="on",
66978  linebreak="al",
66979  mathclass="ordinary",
66980  mathname="nexists",
66981  specials={ "char", 0x2203, 0x338 },
66982  unicodeslot=0x2204,
66983 },
66984 [0x2205]={
66985  adobename="emptyset",
66986  category="sm",
66987  description="EMPTY SET",
66988  direction="on",
66989  linebreak="al",
66990  mathclass="ordinary",
66991  mathgroup="constant set",
66992  mathname="emptyset",
66993  synonyms={ "null set" },
66994  unicodeslot=0x2205,
66995  variants={
66996   [0xFE00]="zero with long diagonal stroke overlay form",
66997  },
66998 },
66999 [0x2206]={
67000  adobename="increment",
67001  category="sm",
67002  description="INCREMENT",
67003  direction="on",
67004  linebreak="al",
67005  mathclass="differential",
67006  mathname="laplace",
67007  synonyms={ "forward difference", "laplace operator" },
67008  unicodeslot=0x2206,
67009 },
67010 [0x2207]={
67011  adobename="nabla",
67012  category="sm",
67013  cjkwd="a",
67014  description="NABLA",
67015  direction="on",
67016  linebreak="ai",
67017  mathclass="differential",
67018  mathname="nabla",
67019  synonyms={ "backward difference", "del" },
67020  unicodeslot=0x2207,
67021 },
67022 [0x2208]={
67023  adobename="element",
67024  category="sm",
67025  cjkwd="a",
67026  description="ELEMENT OF",
67027  direction="on",
67028  linebreak="ai",
67029  mathclass="relation",
67030  mathname="in",
67031  mirror=0x220B,
67032  unicodeslot=0x2208,
67033 },
67034 [0x2209]={
67035  adobename="notelementof",
67036  category="sm",
67037  description="NOT AN ELEMENT OF",
67038  direction="on",
67039  linebreak="al",
67040  mathspec={
67041   {
67042    class="relation",
67043    name="notin",
67044   },
67045   {
67046    class="relation",
67047    name="nin",
67048   },
67049  },
67050  mirror=0x220C,
67051  specials={ "char", 0x2208, 0x338 },
67052  unicodeslot=0x2209,
67053 },
67054 [0x220A]={
67055  category="sm",
67056  description="SMALL ELEMENT OF",
67057  direction="on",
67058  linebreak="al",
67059  mirror=0x220D,
67060  unicodeslot=0x220A,
67061 },
67062 [0x220B]={
67063  adobename="suchthat",
67064  category="sm",
67065  cjkwd="a",
67066  description="CONTAINS AS MEMBER",
67067  direction="on",
67068  linebreak="ai",
67069  mathspec={
67070   {
67071    class="relation",
67072    name="ni",
67073   },
67074   {
67075    class="relation",
67076    name="owns",
67077   },
67078  },
67079  mirror=0x2208,
67080  unicodeslot=0x220B,
67081 },
67082 [0x220C]={
67083  adobename="notcontains",
67084  category="sm",
67085  description="DOES NOT CONTAIN AS MEMBER",
67086  direction="on",
67087  linebreak="al",
67088  mathspec={
67089   {
67090    class="relation",
67091    name="nni",
67092   },
67093   {
67094    class="relation",
67095    name="nowns",
67096   },
67097  },
67098  mirror=0x2209,
67099  specials={ "char", 0x220B, 0x338 },
67100  unicodeslot=0x220C,
67101 },
67102 [0x220D]={
67103  category="sm",
67104  description="SMALL CONTAINS AS MEMBER",
67105  direction="on",
67106  linebreak="al",
67107  mirror=0x220A,
67108  unicodeslot=0x220D,
67109 },
67110 [0x220E]={
67111  category="sm",
67112  description="END OF PROOF",
67113  direction="on",
67114  linebreak="al",
67115  synonyms={ "q.e.d." },
67116  unicodeslot=0x220E,
67117 },
67118 [0x220F]={
67119  adobename="product",
67120  category="sm",
67121  cjkwd="a",
67122  description="N-ARY PRODUCT",
67123  direction="on",
67124  linebreak="ai",
67125  mathclass="operator",
67126  mathname="prod",
67127  synonyms={ "product sign" },
67128  unicodeslot=0x220F,
67129 },
67130 [0x2210]={
67131  category="sm",
67132  description="N-ARY COPRODUCT",
67133  direction="on",
67134  linebreak="al",
67135  mathclass="operator",
67136  mathname="coprod",
67137  synonyms={ "coproduct sign" },
67138  unicodeslot=0x2210,
67139 },
67140 [0x2211]={
67141  adobename="summation",
67142  category="sm",
67143  cjkwd="a",
67144  description="N-ARY SUMMATION",
67145  direction="on",
67146  linebreak="ai",
67147  mathclass="operator",
67148  mathname="sum",
67149  synonyms={ "summation sign" },
67150  unicodeslot=0x2211,
67151 },
67152 [0x2212]={
67153  adobename="minus",
67154  category="sm",
67155  description="MINUS SIGN",
67156  direction="es",
67157  linebreak="pr",
67158  mathextensible="h",
67159  mathgroup="binary arithmetic",
67160  mathspec={
67161   {
67162    class="binary",
67163    name="minus",
67164   },
67165   {
67166    class="relation",
67167    comment="useless",
67168    name="relbar",
67169   },
67170  },
67171  unicodeslot=0x2212,
67172 },
67173 [0x2213]={
67174  adobename="minusplus",
67175  category="sm",
67176  contextname="textmp",
67177  description="MINUS-OR-PLUS SIGN",
67178  direction="et",
67179  linebreak="pr",
67180  mathclass="binary",
67181  mathname="mp",
67182  unicodeslot=0x2213,
67183 },
67184 [0x2214]={
67185  category="sm",
67186  description="DOT PLUS",
67187  direction="on",
67188  linebreak="al",
67189  mathclass="binary",
67190  mathname="dotplus",
67191  unicodeslot=0x2214,
67192 },
67193 [0x2215]={
67194  adobename="divisionslash",
67195  category="sm",
67196  cjkwd="a",
67197  comment="mathclass=ordinary,mathname=diagup",
67198  description="DIVISION SLASH",
67199  direction="on",
67200  linebreak="ai",
67201  mirror=0x29F5,
67202  unicodeslot=0x2215,
67203 },
67204 [0x2216]={
67205  category="sm",
67206  comment="mathclass=ordinary,mathname=diagdown",
67207  description="SET MINUS",
67208  direction="on",
67209  linebreak="al",
67210  mathspec={
67211   {
67212    class="binary",
67213    name="setminus",
67214   },
67215  },
67216  unicodeslot=0x2216,
67217 },
67218 [0x2217]={
67219  adobename="asteriskmath",
67220  category="sm",
67221  description="ASTERISK OPERATOR",
67222  direction="on",
67223  linebreak="al",
67224  mathclass="binary",
67225  mathname="ast",
67226  unicodeslot=0x2217,
67227 },
67228 [0x2218]={
67229  category="sm",
67230  description="RING OPERATOR",
67231  direction="on",
67232  linebreak="al",
67233  mathclass="binary",
67234  mathname="circ",
67235  synonyms={ "apl jot", "composite function" },
67236  unicodeslot=0x2218,
67237 },
67238 [0x2219]={
67239  adobename="bulletoperator",
67240  category="sm",
67241  description="BULLET OPERATOR",
67242  direction="on",
67243  linebreak="al",
67244  mathclass="binary",
67245  unicodeslot=0x2219,
67246 },
67247 [0x221A]={
67248  adobename="radical",
67249  category="sm",
67250  cjkwd="a",
67251  description="SQUARE ROOT",
67252  direction="on",
67253  linebreak="ai",
67254  mathspec={
67255   {
67256    class="root",
67257    name="rootradical",
67258   },
67259   {
67260    class="radical",
67261    name="surdradical",
67262   },
67263   {
67264    class="ordinary",
67265    name="surd",
67266   },
67267  },
67268  synonyms={ "radical sign" },
67269  unicodeslot=0x221A,
67270 },
67271 [0x221B]={
67272  category="sm",
67273  description="CUBE ROOT",
67274  direction="on",
67275  linebreak="al",
67276  unicodeslot=0x221B,
67277 },
67278 [0x221C]={
67279  category="sm",
67280  description="FOURTH ROOT",
67281  direction="on",
67282  linebreak="al",
67283  unicodeslot=0x221C,
67284 },
67285 [0x221D]={
67286  adobename="proportional",
67287  category="sm",
67288  cjkwd="a",
67289  description="PROPORTIONAL TO",
67290  direction="on",
67291  linebreak="ai",
67292  mathclass="relation",
67293  mathname="propto",
67294  unicodeslot=0x221D,
67295 },
67296 [0x221E]={
67297  adobename="infinity",
67298  category="sm",
67299  cjkwd="a",
67300  description="INFINITY",
67301  direction="on",
67302  linebreak="ai",
67303  mathclass="ordinary",
67304  mathname="infty",
67305  unicodeslot=0x221E,
67306 },
67307 [0x221F]={
67308  adobename="rightangle",
67309  category="sm",
67310  cjkwd="a",
67311  description="RIGHT ANGLE",
67312  direction="on",
67313  linebreak="ai",
67314  mathclass="ordinary",
67315  mathname="rightangle",
67316  mirror=0x2BFE,
67317  unicodeslot=0x221F,
67318 },
67319 [0x2220]={
67320  adobename="angle",
67321  category="sm",
67322  cjkwd="a",
67323  description="ANGLE",
67324  direction="on",
67325  linebreak="ai",
67326  mathclass="ordinary",
67327  mathname="angle",
67328  mirror=0x29A3,
67329  unicodeslot=0x2220,
67330 },
67331 [0x2221]={
67332  category="sm",
67333  description="MEASURED ANGLE",
67334  direction="on",
67335  linebreak="al",
67336  mathclass="ordinary",
67337  mathname="measuredangle",
67338  mirror=0x299B,
67339  unicodeslot=0x2221,
67340 },
67341 [0x2222]={
67342  category="sm",
67343  description="SPHERICAL ANGLE",
67344  direction="on",
67345  linebreak="al",
67346  mathclass="ordinary",
67347  mathname="sphericalangle",
67348  mirror=0x29A0,
67349  synonyms={ "angle arc" },
67350  unicodeslot=0x2222,
67351 },
67352 [0x2223]={
67353  adobename="divides",
67354  category="sm",
67355  cjkwd="a",
67356  description="DIVIDES",
67357  direction="on",
67358  linebreak="ai",
67359  mathspec={
67360   {
67361 -- class="binary",
67362    class="ordinary",
67363    name="divides",
67364   },
67365   {
67366    class="relation",
67367    name="mid",
67368   },
67369  },
67370  synonyms={ "apl stile", "such that" },
67371  unicodeslot=0x2223,
67372 },
67373 [0x2224]={
67374  category="sm",
67375  description="DOES NOT DIVIDE",
67376  direction="on",
67377  linebreak="al",
67378  mathspec={
67379   {
67380 -- class="binary",
67381    class="ordinary",
67382    name="ndivides",
67383   },
67384   {
67385    class="relation",
67386    name="nmid",
67387   },
67388  },
67389  mirror=0x2AEE,
67390  specials={ "char", 0x2223, 0x338 },
67391  unicodeslot=0x2224,
67392 },
67393 [0x2225]={
67394  adobename="parallel",
67395  category="sm",
67396  cjkwd="a",
67397  description="PARALLEL TO",
67398  direction="on",
67399  linebreak="ai",
67400  mathspec={
67401   {
67402    class="relation",
67403    name="parallel",
67404   },
67405  },
67406  unicodeslot=0x2225,
67407 },
67408 [0x2226]={
67409  adobename="notparallel",
67410  category="sm",
67411  description="NOT PARALLEL TO",
67412  direction="on",
67413  linebreak="al",
67414  mathclass="relation",
67415  mathname="nparallel",
67416  specials={ "char", 0x2225, 0x338 },
67417  unicodeslot=0x2226,
67418 },
67419 [0x2227]={
67420  adobename="logicaland",
67421  category="sm",
67422  cjkwd="a",
67423  description="LOGICAL AND",
67424  direction="on",
67425  linebreak="ai",
67426  mathspec={
67427   {
67428    class="binary",
67429    name="wedge",
67430   },
67431   {
67432    class="binary",
67433    name="land",
67434   },
67435  },
67436  synonyms={ "conjunction", "wedge" },
67437  unicodeslot=0x2227,
67438 },
67439 [0x2228]={
67440  adobename="logicalor",
67441  category="sm",
67442  cjkwd="a",
67443  description="LOGICAL OR",
67444  direction="on",
67445  linebreak="ai",
67446  mathspec={
67447   {
67448    class="binary",
67449    name="vee",
67450   },
67451   {
67452    class="binary",
67453    name="lor",
67454   },
67455  },
67456  synonyms={ "disjunction", "vee" },
67457  unicodeslot=0x2228,
67458 },
67459 [0x2229]={
67460  adobename="intersection",
67461  category="sm",
67462  cjkwd="a",
67463  description="INTERSECTION",
67464  direction="on",
67465  linebreak="ai",
67466  mathclass="binary",
67467  mathname="cap",
67468  synonyms={ "cap", "hat" },
67469  unicodeslot=0x2229,
67470  variants={
67471   [0xFE00]="with serifs",
67472  },
67473 },
67474 [0x222A]={
67475  adobename="union",
67476  category="sm",
67477  cjkwd="a",
67478  description="UNION",
67479  direction="on",
67480  linebreak="ai",
67481  mathclass="binary",
67482  mathname="cup",
67483  synonyms={ "cup" },
67484  unicodeslot=0x222A,
67485  variants={
67486   [0xFE00]="with serifs",
67487  },
67488 },
67489 [0x222B]={
67490  adobename="integral",
67491  category="sm",
67492  cjkwd="a",
67493  description="INTEGRAL",
67494  direction="on",
67495  linebreak="ai",
67496  mathclass="integral",
67497  mathspec={
67498   {
67499    class="integral",
67500    name="int",
67501   },
67502   {
67503    class="ordinary",
67504    name="intop",
67505   },
67506  },
67507  unicodeslot=0x222B,
67508 },
67509 [0x222C]={
67510  adobename="dblintegral",
67511  category="sm",
67512  cjkwd="a",
67513  description="DOUBLE INTEGRAL",
67514  direction="on",
67515  linebreak="ai",
67516  mathclass="integral",
67517  mathspec={
67518   {
67519    class="integral",
67520    name="iint",
67521   },
67522   {
67523    class="ordinary",
67524    name="iintop",
67525   },
67526  },
67527  specials={ "compat", 0x222B, 0x222B },
67528  unicodeslot=0x222C,
67529 },
67530 [0x222D]={
67531  category="sm",
67532  description="TRIPLE INTEGRAL",
67533  direction="on",
67534  linebreak="al",
67535  mathclass="integral",
67536  mathspec={
67537   {
67538    class="integral",
67539    name="iiint",
67540   },
67541   {
67542    class="ordinary",
67543    name="iiintop",
67544   },
67545  },
67546  specials={ "compat", 0x222B, 0x222B, 0x222B },
67547  unicodeslot=0x222D,
67548 },
67549 [0x222E]={
67550  adobename="contourintegral",
67551  category="sm",
67552  cjkwd="a",
67553  description="CONTOUR INTEGRAL",
67554  direction="on",
67555  linebreak="ai",
67556  mathclass="integral",
67557  mathname="oint",
67558  unicodeslot=0x222E,
67559 },
67560 [0x222F]={
67561  category="sm",
67562  description="SURFACE INTEGRAL",
67563  direction="on",
67564  linebreak="al",
67565  mathclass="integral",
67566  mathname="oiint",
67567  specials={ "compat", 0x222E, 0x222E },
67568  unicodeslot=0x222F,
67569 },
67570 [0x2230]={
67571  category="sm",
67572  description="VOLUME INTEGRAL",
67573  direction="on",
67574  linebreak="al",
67575  mathclass="integral",
67576  mathname="oiiint",
67577  specials={ "compat", 0x222E, 0x222E, 0x222E },
67578  unicodeslot=0x2230,
67579 },
67580 [0x2231]={
67581  category="sm",
67582  description="CLOCKWISE INTEGRAL",
67583  direction="on",
67584  linebreak="al",
67585  mathclass="integral",
67586  mathname="intclockwise",
67587  unicodeslot=0x2231,
67588 },
67589 [0x2232]={
67590  category="sm",
67591  description="CLOCKWISE CONTOUR INTEGRAL",
67592  direction="on",
67593  linebreak="al",
67594  mathclass="integral",
67595  mathname="ointclockwise",
67596  unicodeslot=0x2232,
67597 },
67598 [0x2233]={
67599  category="sm",
67600  description="ANTICLOCKWISE CONTOUR INTEGRAL",
67601  direction="on",
67602  linebreak="al",
67603  mathclass="integral",
67604  mathname="ointctrclockwise",
67605  synonyms={ "counterclockwise contour integral" },
67606  unicodeslot=0x2233,
67607 },
67608 [0x2234]={
67609  adobename="therefore",
67610  category="sm",
67611  cjkwd="a",
67612  description="THEREFORE",
67613  direction="on",
67614  linebreak="ai",
67615  mathclass="relation",
67616  mathname="therefore",
67617  unicodeslot=0x2234,
67618 },
67619 [0x2235]={
67620  adobename="because",
67621  category="sm",
67622  cjkwd="a",
67623  description="BECAUSE",
67624  direction="on",
67625  linebreak="ai",
67626  mathclass="relation",
67627  mathname="because",
67628  unicodeslot=0x2235,
67629 },
67630 [0x2236]={
67631  adobename="ratio",
67632  category="sm",
67633  cjkwd="a",
67634  description="RATIO",
67635  direction="on",
67636  linebreak="ai",
67637  mathclass="punctuation",
67638  mathname="colon",
67639  unicodeslot=0x2236,
67640 },
67641 [0x2237]={
67642  adobename="proportion",
67643  category="sm",
67644  cjkwd="a",
67645  description="PROPORTION",
67646  direction="on",
67647  linebreak="ai",
67648  mathclass="relation",
67649  mathlist={ 0x3A, 0x3A },
67650  mathname="squaredots",
67651  unicodeslot=0x2237,
67652 },
67653 [0x2238]={
67654  category="sm",
67655  description="DOT MINUS",
67656  direction="on",
67657  linebreak="al",
67658  mathclass="binary",
67659  mathname="dotminus",
67660  synonyms={ "saturating subtraction" },
67661  unicodeslot=0x2238,
67662 },
67663 [0x2239]={
67664  category="sm",
67665  description="EXCESS",
67666  direction="on",
67667  linebreak="al",
67668  mathclass="relation",
67669  mathlist={ 0x2212, 0x3A },
67670  mathname="minuscolon",
67671  unicodeslot=0x2239,
67672 },
67673 [0x223A]={
67674  category="sm",
67675  description="GEOMETRIC PROPORTION",
67676  direction="on",
67677  linebreak="al",
67678  unicodeslot=0x223A,
67679 },
67680 [0x223B]={
67681  category="sm",
67682  description="HOMOTHETIC",
67683  direction="on",
67684  linebreak="al",
67685  unicodeslot=0x223B,
67686 },
67687 [0x223C]={
67688  adobename="tildeoperator",
67689  category="sm",
67690  cjkwd="a",
67691  description="TILDE OPERATOR",
67692  direction="on",
67693  linebreak="ai",
67694  mathclass="relation",
67695  mathname="sim",
67696  mirror=0x223D,
67697  synonyms={ "apl tilde", "cycle", "difference between", "not", "proportional to", "similar to", "varies with" },
67698  unicodeslot=0x223C,
67699 },
67700 [0x223D]={
67701  adobename="reversedtilde",
67702  category="sm",
67703  cjkwd="a",
67704  description="REVERSED TILDE",
67705  direction="on",
67706  linebreak="ai",
67707  mathclass="relation",
67708  mathname="backsim",
67709  mirror=0x223C,
67710  synonyms={ "lazy s" },
67711  unicodeslot=0x223D,
67712 },
67713 [0x223E]={
67714  category="sm",
67715  description="INVERTED LAZY S",
67716  direction="on",
67717  linebreak="al",
67718  synonyms={ "most positive" },
67719  unicodeslot=0x223E,
67720 },
67721 [0x223F]={
67722  category="sm",
67723  description="SINE WAVE",
67724  direction="on",
67725  linebreak="al",
67726  synonyms={ "alternating current" },
67727  unicodeslot=0x223F,
67728 },
67729 [0x2240]={
67730  category="sm",
67731  description="WREATH PRODUCT",
67732  direction="on",
67733  linebreak="al",
67734  mathclass="binary",
67735  mathname="wr",
67736  unicodeslot=0x2240,
67737 },
67738 [0x2241]={
67739  category="sm",
67740  description="NOT TILDE",
67741  direction="on",
67742  linebreak="al",
67743  mathclass="relation",
67744  mathname="nsim",
67745  specials={ "char", 0x223C, 0x338 },
67746  unicodeslot=0x2241,
67747 },
67748 [0x2242]={
67749  category="sm",
67750  description="MINUS TILDE",
67751  direction="on",
67752  linebreak="al",
67753  mathclass="relation",
67754  mathname="eqsim",
67755  unicodeslot=0x2242,
67756 },
67757 [0x2243]={
67758  adobename="asymptoticallyequal",
67759  category="sm",
67760  description="ASYMPTOTICALLY EQUAL TO",
67761  direction="on",
67762  linebreak="al",
67763  mathclass="relation",
67764  mathname="simeq",
67765  mirror=0x22CD,
67766  unicodeslot=0x2243,
67767 },
67768 [0x2244]={
67769  category="sm",
67770  description="NOT ASYMPTOTICALLY EQUAL TO",
67771  direction="on",
67772  linebreak="al",
67773  mathclass="relation",
67774  mathname="nsimeq",
67775  specials={ "char", 0x2243, 0x338 },
67776  unicodeslot=0x2244,
67777 },
67778 [0x2245]={
67779  adobename="congruent",
67780  category="sm",
67781  description="APPROXIMATELY EQUAL TO",
67782  direction="on",
67783  linebreak="al",
67784  mathspec={
67785   {
67786    class="relation",
67787    name="approxEq",
67788   },
67789   {
67790    class="relation",
67791    name="cong",
67792   },
67793  },
67794  mirror=0x224C,
67795  unicodeslot=0x2245,
67796 },
67797 [0x2246]={
67798  category="sm",
67799  description="APPROXIMATELY BUT NOT ACTUALLY EQUAL TO",
67800  direction="on",
67801  linebreak="al",
67802  mathspec={
67803   {
67804    class="relation",
67805    name="napproxEq",
67806   },
67807   {
67808    class="relation",
67809    name="ncong",
67810   },
67811  },
67812  unicodeslot=0x2246,
67813 },
67814 [0x2247]={
67815  category="sm",
67816  description="NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO",
67817  direction="on",
67818  linebreak="al",
67819  mathclass="relation",
67820  mathname="approxnEq",
67821  specials={ "char", 0x2245, 0x338 },
67822  unicodeslot=0x2247,
67823 },
67824 [0x2248]={
67825  adobename="approxequal",
67826  category="sm",
67827  cjkwd="a",
67828  description="ALMOST EQUAL TO",
67829  direction="on",
67830  linebreak="ai",
67831  mathclass="relation",
67832  mathname="approx",
67833  synonyms={ "asymptotic to" },
67834  unicodeslot=0x2248,
67835 },
67836 [0x2249]={
67837  category="sm",
67838  description="NOT ALMOST EQUAL TO",
67839  direction="on",
67840  linebreak="al",
67841  mathclass="relation",
67842  mathname="napprox",
67843  specials={ "char", 0x2248, 0x338 },
67844  unicodeslot=0x2249,
67845 },
67846 [0x224A]={
67847  category="sm",
67848  description="ALMOST EQUAL OR EQUAL TO",
67849  direction="on",
67850  linebreak="al",
67851  mathclass="relation",
67852  mathname="approxeq",
67853  unicodeslot=0x224A,
67854 },
67855 [0x224B]={
67856  category="sm",
67857  description="TRIPLE TILDE",
67858  direction="on",
67859  linebreak="al",
67860  unicodeslot=0x224B,
67861 },
67862 [0x224C]={
67863  adobename="allequal",
67864  category="sm",
67865  cjkwd="a",
67866  description="ALL EQUAL TO",
67867  direction="on",
67868  linebreak="ai",
67869  mathclass="relation",
67870  mirror=0x2245,
67871  unicodeslot=0x224C,
67872 },
67873 [0x224D]={
67874  category="sm",
67875  description="EQUIVALENT TO",
67876  direction="on",
67877  linebreak="al",
67878  mathclass="relation",
67879  mathname="asymp",
67880  unicodeslot=0x224D,
67881 },
67882 [0x224E]={
67883  category="sm",
67884  description="GEOMETRICALLY EQUIVALENT TO",
67885  direction="on",
67886  linebreak="al",
67887  mathclass="relation",
67888  mathname="Bumpeq",
67889  unicodeslot=0x224E,
67890 },
67891 [0x224F]={
67892  category="sm",
67893  description="DIFFERENCE BETWEEN",
67894  direction="on",
67895  linebreak="al",
67896  unicodeslot=0x224F,
67897 },
67898 [0x2250]={
67899  adobename="approaches",
67900  category="sm",
67901  description="APPROACHES THE LIMIT",
67902  direction="on",
67903  linebreak="al",
67904  mathclass="relation",
67905  mathname="doteq",
67906  unicodeslot=0x2250,
67907 },
67908 [0x2251]={
67909  adobename="geometricallyequal",
67910  category="sm",
67911  description="GEOMETRICALLY EQUAL TO",
67912  direction="on",
67913  linebreak="al",
67914  mathspec={
67915   {
67916    class="relation",
67917    name="doteqdot",
67918   },
67919   {
67920    class="relation",
67921    name="Doteq",
67922   },
67923  },
67924  unicodeslot=0x2251,
67925 },
67926 [0x2252]={
67927  adobename="approxequalorimage",
67928  category="sm",
67929  cjkwd="a",
67930  description="APPROXIMATELY EQUAL TO OR THE IMAGE OF",
67931  direction="on",
67932  linebreak="ai",
67933  mathclass="relation",
67934  mathname="fallingdotseq",
67935  mirror=0x2253,
67936  synonyms={ "nearly equals" },
67937  unicodeslot=0x2252,
67938 },
67939 [0x2253]={
67940  adobename="imageorapproximatelyequal",
67941  category="sm",
67942  description="IMAGE OF OR APPROXIMATELY EQUAL TO",
67943  direction="on",
67944  linebreak="al",
67945  mathclass="relation",
67946  mathname="risingdotseq",
67947  mirror=0x2252,
67948  unicodeslot=0x2253,
67949 },
67950 [0x2254]={
67951  category="sm",
67952  description="COLON EQUALS",
67953  direction="on",
67954  linebreak="al",
67955  mathclass="relation",
67956  mathlist={ 0x3A, 0x3D },
67957  mathname="colonequals",
67958  mirror=0x2255,
67959  unicodeslot=0x2254,
67960 },
67961 [0x2255]={
67962  category="sm",
67963  description="EQUALS COLON",
67964  direction="on",
67965  linebreak="al",
67966  mathclass="relation",
67967  mathlist={ 0x3D, 0x3A },
67968  mathname="equalscolon",
67969  mirror=0x2254,
67970  unicodeslot=0x2255,
67971 },
67972 [0x2256]={
67973  category="sm",
67974  description="RING IN EQUAL TO",
67975  direction="on",
67976  linebreak="al",
67977  mathclass="relation",
67978  mathname="eqcirc",
67979  unicodeslot=0x2256,
67980 },
67981 [0x2257]={
67982  category="sm",
67983  description="RING EQUAL TO",
67984  direction="on",
67985  linebreak="al",
67986  mathclass="relation",
67987  mathname="circeq",
67988  synonyms={ "approximately equal to" },
67989  unicodeslot=0x2257,
67990 },
67991 [0x2258]={
67992  category="sm",
67993  description="CORRESPONDS TO",
67994  direction="on",
67995  linebreak="al",
67996  unicodeslot=0x2258,
67997 },
67998 [0x2259]={
67999  category="sm",
68000  description="ESTIMATES",
68001  direction="on",
68002  linebreak="al",
68003  mathclass="relation",
68004  mathname="wedgeeq",
68005  synonyms={ "corresponds to" },
68006  unicodeslot=0x2259,
68007 },
68008 [0x225A]={
68009  category="sm",
68010  description="EQUIANGULAR TO",
68011  direction="on",
68012  linebreak="al",
68013  mathclass="relation",
68014  mathname="veeeq",
68015  unicodeslot=0x225A,
68016 },
68017 [0x225B]={
68018  category="sm",
68019  description="STAR EQUALS",
68020  direction="on",
68021  linebreak="al",
68022  mathclass="relation",
68023  mathname="stareq",
68024  unicodeslot=0x225B,
68025 },
68026 [0x225C]={
68027  category="sm",
68028  description="DELTA EQUAL TO",
68029  direction="on",
68030  linebreak="al",
68031  mathclass="relation",
68032  mathname="triangleq",
68033  synonyms={ "equal to by definition", "equiangular" },
68034  unicodeslot=0x225C,
68035 },
68036 [0x225D]={
68037  category="sm",
68038  description="EQUAL TO BY DEFINITION",
68039  direction="on",
68040  linebreak="al",
68041  mathclass="relation",
68042  mathname="definedeq",
68043  unicodeslot=0x225D,
68044 },
68045 [0x225E]={
68046  category="sm",
68047  description="MEASURED BY",
68048  direction="on",
68049  linebreak="al",
68050  mathclass="relation",
68051  mathname="measuredeq",
68052  unicodeslot=0x225E,
68053 },
68054 [0x225F]={
68055  category="sm",
68056  description="QUESTIONED EQUAL TO",
68057  direction="on",
68058  linebreak="al",
68059  mathclass="relation",
68060  mathname="questionedeq",
68061  unicodeslot=0x225F,
68062 },
68063 [0x2260]={
68064  adobename="notequal",
68065  category="sm",
68066  cjkwd="a",
68067  description="NOT EQUAL TO",
68068  direction="on",
68069  linebreak="ai",
68070  mathlist={ 0x2F, 0x3D },
68071  mathspec={
68072   {
68073    class="relation",
68074    name="neq",
68075   },
68076   {
68077    class="relation",
68078    name="ne",
68079   },
68080  },
68081  specials={ "char", 0x3D, 0x338 },
68082  unicodeslot=0x2260,
68083 },
68084 [0x2261]={
68085  adobename="equivalence",
68086  category="sm",
68087  cjkwd="a",
68088  description="IDENTICAL TO",
68089  direction="on",
68090  linebreak="ai",
68091  mathclass="relation",
68092  mathextensible="h",
68093  mathlist={ 0x3D, 0x3D },
68094  mathname="equiv",
68095  unicodeslot=0x2261,
68096 },
68097 [0x2262]={
68098  adobename="notidentical",
68099  category="sm",
68100  description="NOT IDENTICAL TO",
68101  direction="on",
68102  linebreak="al",
68103  mathclass="relation",
68104  mathextensible="h",
68105  mathfiller="triplerelfill",
68106  mathlist={ 0x2F, 0x3D, 0x3D },
68107  mathname="nequiv",
68108  specials={ "char", 0x2261, 0x338 },
68109  unicodeslot=0x2262,
68110 },
68111 [0x2263]={
68112  category="sm",
68113  description="STRICTLY EQUIVALENT TO",
68114  direction="on",
68115  linebreak="al",
68116  mathclass="relation",
68117  mathextensible="h",
68118  unicodeslot=0x2263,
68119 },
68120 [0x2264]={
68121  adobename="lessequal",
68122  category="sm",
68123  cjkwd="a",
68124  description="LESS-THAN OR EQUAL TO",
68125  direction="on",
68126  linebreak="ai",
68127  mathgroup="nary relation",
68128  mathlist={ 0x3C, 0x3D },
68129  mathspec={
68130   {
68131    class="relation",
68132    name="leq",
68133   },
68134   {
68135    class="relation",
68136    name="le",
68137   },
68138  },
68139  mirror=0x2265,
68140  unicodeslot=0x2264,
68141 },
68142 [0x2265]={
68143  adobename="greaterequal",
68144  category="sm",
68145  cjkwd="a",
68146  description="GREATER-THAN OR EQUAL TO",
68147  direction="on",
68148  linebreak="ai",
68149  mathgroup="nary relation",
68150  mathlist={ 0x3E, 0x3D },
68151  mathspec={
68152   {
68153    class="relation",
68154    name="geq",
68155   },
68156   {
68157    class="relation",
68158    name="ge",
68159   },
68160  },
68161  mirror=0x2264,
68162  unicodeslot=0x2265,
68163 },
68164 [0x2266]={
68165  adobename="lessoverequal",
68166  category="sm",
68167  cjkwd="a",
68168  description="LESS-THAN OVER EQUAL TO",
68169  direction="on",
68170  linebreak="ai",
68171  mathclass="relation",
68172  mathname="leqq",
68173  mirror=0x2267,
68174  unicodeslot=0x2266,
68175 },
68176 [0x2267]={
68177  adobename="greateroverequal",
68178  category="sm",
68179  cjkwd="a",
68180  description="GREATER-THAN OVER EQUAL TO",
68181  direction="on",
68182  linebreak="ai",
68183  mathclass="relation",
68184  mathname="geqq",
68185  mirror=0x2266,
68186  unicodeslot=0x2267,
68187 },
68188 [0x2268]={
68189  category="sm",
68190  description="LESS-THAN BUT NOT EQUAL TO",
68191  direction="on",
68192  linebreak="al",
68193  mathclass="relation",
68194  mathname="lneqq",
68195  mirror=0x2269,
68196  unicodeslot=0x2268,
68197  variants={
68198   [0xFE00]="with vertical stroke",
68199  },
68200 },
68201 [0x2269]={
68202  category="sm",
68203  description="GREATER-THAN BUT NOT EQUAL TO",
68204  direction="on",
68205  linebreak="al",
68206  mathclass="relation",
68207  mathname="gneqq",
68208  mirror=0x2268,
68209  unicodeslot=0x2269,
68210  variants={
68211   [0xFE00]="with vertical stroke",
68212  },
68213 },
68214 [0x226A]={
68215  adobename="muchless",
68216  category="sm",
68217  cjkwd="a",
68218  description="MUCH LESS-THAN",
68219  direction="on",
68220  linebreak="ai",
68221  mathclass="relation",
68222  mathlist={ 0x3C, 0x3C },
68223  mathname="ll",
68224  mirror=0x226B,
68225  unicodeslot=0x226A,
68226 },
68227 [0x226B]={
68228  adobename="muchgreater",
68229  category="sm",
68230  cjkwd="a",
68231  description="MUCH GREATER-THAN",
68232  direction="on",
68233  linebreak="ai",
68234  mathclass="relation",
68235  mathlist={ 0x3E, 0x3E },
68236  mathname="gg",
68237  mirror=0x226A,
68238  unicodeslot=0x226B,
68239 },
68240 [0x226C]={
68241  category="sm",
68242  description="BETWEEN",
68243  direction="on",
68244  linebreak="al",
68245  mathclass="relation",
68246  mathname="between",
68247  synonyms={ "plaintiff", "quantic" },
68248  unicodeslot=0x226C,
68249 },
68250 [0x226D]={
68251  category="sm",
68252  description="NOT EQUIVALENT TO",
68253  direction="on",
68254  linebreak="al",
68255  mathclass="relation",
68256  mathlist={ 0x2F, 0x224D },
68257  mathname="nasymp",
68258  specials={ "char", 0x224D, 0x338 },
68259  unicodeslot=0x226D,
68260 },
68261 [0x226E]={
68262  adobename="notless",
68263  category="sm",
68264  cjkwd="a",
68265  description="NOT LESS-THAN",
68266  direction="on",
68267  linebreak="ai",
68268  mathclass="relation",
68269  mathlist={ 0x2F, 0x3C },
68270  mathname="nless",
68271  mirror=0x226F,
68272  specials={ "char", 0x3C, 0x338 },
68273  unicodeslot=0x226E,
68274 },
68275 [0x226F]={
68276  adobename="notgreater",
68277  category="sm",
68278  cjkwd="a",
68279  description="NOT GREATER-THAN",
68280  direction="on",
68281  linebreak="ai",
68282  mathclass="relation",
68283  mathlist={ 0x2F, 0x3E },
68284  mathname="ngtr",
68285  mirror=0x226E,
68286  specials={ "char", 0x3E, 0x338 },
68287  unicodeslot=0x226F,
68288 },
68289 [0x2270]={
68290  adobename="notlessnorequal",
68291  category="sm",
68292  description="NEITHER LESS-THAN NOR EQUAL TO",
68293  direction="on",
68294  linebreak="al",
68295  mathclass="relation",
68296  mathlist={ 0x2F, 0x3C, 0x3D },
68297  mathname="nleq",
68298  mirror=0x2271,
68299  specials={ "char", 0x2264, 0x338 },
68300  unicodeslot=0x2270,
68301 },
68302 [0x2271]={
68303  adobename="notgreaternorequal",
68304  category="sm",
68305  description="NEITHER GREATER-THAN NOR EQUAL TO",
68306  direction="on",
68307  linebreak="al",
68308  mathclass="relation",
68309  mathlist={ 0x2F, 0x3E, 0x3D },
68310  mathname="ngeq",
68311  mirror=0x2270,
68312  specials={ "char", 0x2265, 0x338 },
68313  unicodeslot=0x2271,
68314 },
68315 [0x2272]={
68316  adobename="lessorequivalent",
68317  category="sm",
68318  description="LESS-THAN OR EQUIVALENT TO",
68319  direction="on",
68320  linebreak="al",
68321  mathclass="relation",
68322  mathname="lesssim",
68323  mirror=0x2273,
68324  unicodeslot=0x2272,
68325  variants={
68326   [0xFE00]="following the slant of the lower leg",
68327  },
68328 },
68329 [0x2273]={
68330  adobename="greaterorequivalent",
68331  category="sm",
68332  description="GREATER-THAN OR EQUIVALENT TO",
68333  direction="on",
68334  linebreak="al",
68335  mathclass="relation",
68336  mathname="gtrsim",
68337  mirror=0x2272,
68338  unicodeslot=0x2273,
68339  variants={
68340   [0xFE00]="following the slant of the lower leg",
68341  },
68342 },
68343 [0x2274]={
68344  category="sm",
68345  description="NEITHER LESS-THAN NOR EQUIVALENT TO",
68346  direction="on",
68347  linebreak="al",
68348  mathclass="relation",
68349  mathname="nlesssim",
68350  mirror=0x2275,
68351  specials={ "char", 0x2272, 0x338 },
68352  unicodeslot=0x2274,
68353 },
68354 [0x2275]={
68355  category="sm",
68356  description="NEITHER GREATER-THAN NOR EQUIVALENT TO",
68357  direction="on",
68358  linebreak="al",
68359  mathclass="relation",
68360  mathname="ngtrsim",
68361  mirror=0x2274,
68362  specials={ "char", 0x2273, 0x338 },
68363  unicodeslot=0x2275,
68364 },
68365 [0x2276]={
68366  adobename="lessorgreater",
68367  category="sm",
68368  description="LESS-THAN OR GREATER-THAN",
68369  direction="on",
68370  linebreak="al",
68371  mathclass="relation",
68372  mathname="lessgtr",
68373  mirror=0x2277,
68374  unicodeslot=0x2276,
68375 },
68376 [0x2277]={
68377  adobename="greaterorless",
68378  category="sm",
68379  description="GREATER-THAN OR LESS-THAN",
68380  direction="on",
68381  linebreak="al",
68382  mathclass="relation",
68383  mathname="gtrless",
68384  mirror=0x2276,
68385  unicodeslot=0x2277,
68386 },
68387 [0x2278]={
68388  category="sm",
68389  description="NEITHER LESS-THAN NOR GREATER-THAN",
68390  direction="on",
68391  linebreak="al",
68392  mathclass="relation",
68393  mathname="nlessgtr",
68394  mirror=0x2279,
68395  specials={ "char", 0x2276, 0x338 },
68396  unicodeslot=0x2278,
68397 },
68398 [0x2279]={
68399  adobename="notgreaternorless",
68400  category="sm",
68401  description="NEITHER GREATER-THAN NOR LESS-THAN",
68402  direction="on",
68403  linebreak="al",
68404  mathclass="relation",
68405  mathname="ngtrless",
68406  mirror=0x2278,
68407  specials={ "char", 0x2277, 0x338 },
68408  unicodeslot=0x2279,
68409 },
68410 [0x227A]={
68411  adobename="precedes",
68412  category="sm",
68413  description="PRECEDES",
68414  direction="on",
68415  linebreak="al",
68416  mathclass="relation",
68417  mathname="prec",
68418  mirror=0x227B,
68419  synonyms={ "lower rank than" },
68420  unicodeslot=0x227A,
68421 },
68422 [0x227B]={
68423  adobename="succeeds",
68424  category="sm",
68425  description="SUCCEEDS",
68426  direction="on",
68427  linebreak="al",
68428  mathclass="relation",
68429  mathname="succ",
68430  mirror=0x227A,
68431  synonyms={ "higher rank than" },
68432  unicodeslot=0x227B,
68433 },
68434 [0x227C]={
68435  category="sm",
68436  description="PRECEDES OR EQUAL TO",
68437  direction="on",
68438  linebreak="al",
68439  mathclass="relation",
68440  mathname="preccurlyeq",
68441  mirror=0x227D,
68442  unicodeslot=0x227C,
68443 },
68444 [0x227D]={
68445  category="sm",
68446  description="SUCCEEDS OR EQUAL TO",
68447  direction="on",
68448  linebreak="al",
68449  mathclass="relation",
68450  mathname="succcurlyeq",
68451  mirror=0x227C,
68452  unicodeslot=0x227D,
68453 },
68454 [0x227E]={
68455  category="sm",
68456  description="PRECEDES OR EQUIVALENT TO",
68457  direction="on",
68458  linebreak="al",
68459  mathclass="relation",
68460  mathname="precsim",
68461  mirror=0x227F,
68462  unicodeslot=0x227E,
68463 },
68464 [0x227F]={
68465  category="sm",
68466  description="SUCCEEDS OR EQUIVALENT TO",
68467  direction="on",
68468  linebreak="al",
68469  mathclass="relation",
68470  mathname="succsim",
68471  mirror=0x227E,
68472  unicodeslot=0x227F,
68473 },
68474 [0x2280]={
68475  adobename="notprecedes",
68476  category="sm",
68477  description="DOES NOT PRECEDE",
68478  direction="on",
68479  linebreak="al",
68480  mathclass="relation",
68481  mathname="nprec",
68482  mirror=0x2281,
68483  specials={ "char", 0x227A, 0x338 },
68484  unicodeslot=0x2280,
68485 },
68486 [0x2281]={
68487  adobename="notsucceeds",
68488  category="sm",
68489  description="DOES NOT SUCCEED",
68490  direction="on",
68491  linebreak="al",
68492  mathclass="relation",
68493  mathname="nsucc",
68494  mirror=0x2280,
68495  specials={ "char", 0x227B, 0x338 },
68496  unicodeslot=0x2281,
68497 },
68498 [0x2282]={
68499  adobename="subset",
68500  category="sm",
68501  cjkwd="a",
68502  description="SUBSET OF",
68503  direction="on",
68504  linebreak="ai",
68505  mathclass="relation",
68506  mathname="subset",
68507  mirror=0x2283,
68508  synonyms={ "included in set" },
68509  unicodeslot=0x2282,
68510 },
68511 [0x2283]={
68512  adobename="superset",
68513  category="sm",
68514  cjkwd="a",
68515  description="SUPERSET OF",
68516  direction="on",
68517  linebreak="ai",
68518  mathclass="relation",
68519  mathname="supset",
68520  mirror=0x2282,
68521  synonyms={ "includes in set" },
68522  unicodeslot=0x2283,
68523 },
68524 [0x2284]={
68525  adobename="notsubset",
68526  category="sm",
68527  description="NOT A SUBSET OF",
68528  direction="on",
68529  linebreak="al",
68530  mathclass="relation",
68531  mathname="nsubset",
68532  mirror=0x2285,
68533  specials={ "char", 0x2282, 0x338 },
68534  unicodeslot=0x2284,
68535 },
68536 [0x2285]={
68537  adobename="notsuperset",
68538  category="sm",
68539  description="NOT A SUPERSET OF",
68540  direction="on",
68541  linebreak="al",
68542  mathclass="relation",
68543  mathname="nsupset",
68544  mirror=0x2284,
68545  specials={ "char", 0x2283, 0x338 },
68546  unicodeslot=0x2285,
68547 },
68548 [0x2286]={
68549  adobename="subsetorequal",
68550  category="sm",
68551  cjkwd="a",
68552  description="SUBSET OF OR EQUAL TO",
68553  direction="on",
68554  linebreak="ai",
68555  mathclass="relation",
68556  mathname="subseteq",
68557  mirror=0x2287,
68558  unicodeslot=0x2286,
68559 },
68560 [0x2287]={
68561  adobename="supersetorequal",
68562  category="sm",
68563  cjkwd="a",
68564  description="SUPERSET OF OR EQUAL TO",
68565  direction="on",
68566  linebreak="ai",
68567  mathclass="relation",
68568  mathname="supseteq",
68569  mirror=0x2286,
68570  unicodeslot=0x2287,
68571 },
68572 [0x2288]={
68573  category="sm",
68574  description="NEITHER A SUBSET OF NOR EQUAL TO",
68575  direction="on",
68576  linebreak="al",
68577  mathclass="relation",
68578  mathname="nsubseteq",
68579  mirror=0x2289,
68580  specials={ "char", 0x2286, 0x338 },
68581  unicodeslot=0x2288,
68582 },
68583 [0x2289]={
68584  category="sm",
68585  description="NEITHER A SUPERSET OF NOR EQUAL TO",
68586  direction="on",
68587  linebreak="al",
68588  mathclass="relation",
68589  mathname="nsupseteq",
68590  mirror=0x2288,
68591  specials={ "char", 0x2287, 0x338 },
68592  unicodeslot=0x2289,
68593 },
68594 [0x228A]={
68595  adobename="subsetnotequal",
68596  category="sm",
68597  description="SUBSET OF WITH NOT EQUAL TO",
68598  direction="on",
68599  linebreak="al",
68600  mathclass="relation",
68601  mathname="subsetneq",
68602  mirror=0x228B,
68603  unicodeslot=0x228A,
68604  variants={
68605   [0xFE00]="with stroke through bottom members",
68606  },
68607 },
68608 [0x228B]={
68609  adobename="supersetnotequal",
68610  category="sm",
68611  description="SUPERSET OF WITH NOT EQUAL TO",
68612  direction="on",
68613  linebreak="al",
68614  mathclass="relation",
68615  mathname="supsetneq",
68616  mirror=0x228A,
68617  unicodeslot=0x228B,
68618  variants={
68619   [0xFE00]="with stroke through bottom members",
68620  },
68621 },
68622 [0x228C]={
68623  category="sm",
68624  description="MULTISET",
68625  direction="on",
68626  linebreak="al",
68627  unicodeslot=0x228C,
68628 },
68629 [0x228D]={
68630  category="sm",
68631  description="MULTISET MULTIPLICATION",
68632  direction="on",
68633  linebreak="al",
68634  unicodeslot=0x228D,
68635 },
68636 [0x228E]={
68637  category="sm",
68638  description="MULTISET UNION",
68639  direction="on",
68640  linebreak="al",
68641  mathclass="binary",
68642  mathname="uplus",
68643  synonyms={ "bag addition" },
68644  unicodeslot=0x228E,
68645 },
68646 [0x228F]={
68647  category="sm",
68648  description="SQUARE IMAGE OF",
68649  direction="on",
68650  linebreak="al",
68651  mathclass="relation",
68652  mathname="sqsubset",
68653  mirror=0x2290,
68654  unicodeslot=0x228F,
68655 },
68656 [0x2290]={
68657  category="sm",
68658  description="SQUARE ORIGINAL OF",
68659  direction="on",
68660  linebreak="al",
68661  mathclass="relation",
68662  mathname="sqsupset",
68663  mirror=0x228F,
68664  unicodeslot=0x2290,
68665 },
68666 [0x2291]={
68667  category="sm",
68668  description="SQUARE IMAGE OF OR EQUAL TO",
68669  direction="on",
68670  linebreak="al",
68671  mathclass="binary",
68672  mathname="sqsubseteq",
68673  mirror=0x2292,
68674  unicodeslot=0x2291,
68675 },
68676 [0x2292]={
68677  category="sm",
68678  description="SQUARE ORIGINAL OF OR EQUAL TO",
68679  direction="on",
68680  linebreak="al",
68681  mathclass="binary",
68682  mathname="sqsupseteq",
68683  mirror=0x2291,
68684  unicodeslot=0x2292,
68685 },
68686 [0x2293]={
68687  category="sm",
68688  description="SQUARE CAP",
68689  direction="on",
68690  linebreak="al",
68691  mathclass="binary",
68692  mathname="sqcap",
68693  unicodeslot=0x2293,
68694  variants={
68695   [0xFE00]="with serifs",
68696  },
68697 },
68698 [0x2294]={
68699  category="sm",
68700  description="SQUARE CUP",
68701  direction="on",
68702  linebreak="al",
68703  mathclass="binary",
68704  mathname="sqcup",
68705  unicodeslot=0x2294,
68706  variants={
68707   [0xFE00]="with serifs",
68708  },
68709 },
68710 [0x2295]={
68711  adobename="pluscircle",
68712  category="sm",
68713  cjkwd="a",
68714  description="CIRCLED PLUS",
68715  direction="on",
68716  linebreak="ai",
68717  mathclass="binary",
68718  mathname="oplus",
68719  synonyms={ "direct sum" },
68720  unicodeslot=0x2295,
68721  variants={
68722   [0xFE00]="with white rim",
68723  },
68724 },
68725 [0x2296]={
68726  adobename="minuscircle",
68727  category="sm",
68728  description="CIRCLED MINUS",
68729  direction="on",
68730  linebreak="al",
68731  mathclass="binary",
68732  mathname="ominus",
68733  synonyms={ "symmetric difference" },
68734  unicodeslot=0x2296,
68735 },
68736 [0x2297]={
68737  adobename="timescircle",
68738  category="sm",
68739  description="CIRCLED TIMES",
68740  direction="on",
68741  linebreak="al",
68742  mathclass="binary",
68743  mathname="otimes",
68744  synonyms={ "tensor product", "vector pointing into page" },
68745  unicodeslot=0x2297,
68746  variants={
68747   [0xFE00]="with white rim",
68748  },
68749 },
68750 [0x2298]={
68751  category="sm",
68752  description="CIRCLED DIVISION SLASH",
68753  direction="on",
68754  linebreak="al",
68755  mathclass="binary",
68756  mathname="oslash",
68757  mirror=0x29B8,
68758  unicodeslot=0x2298,
68759 },
68760 [0x2299]={
68761  adobename="circleot",
68762  category="sm",
68763  cjkwd="a",
68764  description="CIRCLED DOT OPERATOR",
68765  direction="on",
68766  linebreak="ai",
68767  mathclass="binary",
68768  mathname="odot",
68769  synonyms={ "direct product", "vector pointing out of page" },
68770  unicodeslot=0x2299,
68771 },
68772 [0x229A]={
68773  category="sm",
68774  description="CIRCLED RING OPERATOR",
68775  direction="on",
68776  linebreak="al",
68777  mathclass="binary",
68778  mathname="circledcirc",
68779  unicodeslot=0x229A,
68780 },
68781 [0x229B]={
68782  category="sm",
68783  description="CIRCLED ASTERISK OPERATOR",
68784  direction="on",
68785  linebreak="al",
68786  mathclass="binary",
68787  mathname="circledast",
68788  unicodeslot=0x229B,
68789 },
68790 [0x229C]={
68791  category="sm",
68792  description="CIRCLED EQUALS",
68793  direction="on",
68794  linebreak="al",
68795  mathclass="binary",
68796  mathname="circledequals",
68797  unicodeslot=0x229C,
68798  variants={
68799   [0xFE00]="with equal sign touching the circle",
68800  },
68801 },
68802 [0x229D]={
68803  category="sm",
68804  description="CIRCLED DASH",
68805  direction="on",
68806  linebreak="al",
68807  mathclass="binary",
68808  mathname="circleddash",
68809  unicodeslot=0x229D,
68810 },
68811 [0x229E]={
68812  category="sm",
68813  description="SQUARED PLUS",
68814  direction="on",
68815  linebreak="al",
68816  mathclass="binary",
68817  mathname="boxplus",
68818  unicodeslot=0x229E,
68819 },
68820 [0x229F]={
68821  category="sm",
68822  description="SQUARED MINUS",
68823  direction="on",
68824  linebreak="al",
68825  mathclass="binary",
68826  mathname="boxminus",
68827  unicodeslot=0x229F,
68828 },
68829 [0x22A0]={
68830  category="sm",
68831  description="SQUARED TIMES",
68832  direction="on",
68833  linebreak="al",
68834  mathclass="binary",
68835  mathname="boxtimes",
68836  unicodeslot=0x22A0,
68837 },
68838 [0x22A1]={
68839  category="sm",
68840  description="SQUARED DOT OPERATOR",
68841  direction="on",
68842  linebreak="al",
68843  mathclass="binary",
68844  mathname="boxdot",
68845  unicodeslot=0x22A1,
68846 },
68847 [0x22A2]={
68848  category="sm",
68849  description="RIGHT TACK",
68850  direction="on",
68851  linebreak="al",
68852  mathclass="relation",
68853  mathname="vdash",
68854  mirror=0x22A3,
68855  synonyms={ "implies", "proves", "reducible", "turnstile", "yields" },
68856  unicodeslot=0x22A2,
68857 },
68858 [0x22A3]={
68859  adobename="tackleft",
68860  category="sm",
68861  description="LEFT TACK",
68862  direction="on",
68863  linebreak="al",
68864  mathclass="relation",
68865  mathname="dashv",
68866  mirror=0x22A2,
68867  synonyms={ "does not yield", "non-theorem", "reverse turnstile" },
68868  unicodeslot=0x22A3,
68869 },
68870 [0x22A4]={
68871  adobename="tackdown",
68872  category="sm",
68873  description="DOWN TACK",
68874  direction="on",
68875  linebreak="al",
68876  mathclass="ordinary",
68877  mathname="top",
68878  synonyms={ "top" },
68879  unicodeslot=0x22A4,
68880 },
68881 [0x22A5]={
68882  adobename="perpendicular",
68883  category="sm",
68884  cjkwd="a",
68885  description="UP TACK",
68886  direction="on",
68887  linebreak="ai",
68888  mathspec={
68889   {
68890    class="ordinary",
68891    name="bot",
68892   },
68893   {
68894    class="relation",
68895    name="perp",
68896   },
68897  },
68898  synonyms={ "base", "bottom", "orthogonal to", "perpendicular" },
68899  unicodeslot=0x22A5,
68900 },
68901 [0x22A6]={
68902  category="sm",
68903  description="ASSERTION",
68904  direction="on",
68905  linebreak="al",
68906  mirror=0x2ADE,
68907  synonyms={ "reduces to" },
68908  unicodeslot=0x22A6,
68909 },
68910 [0x22A7]={
68911  category="sm",
68912  description="MODELS",
68913  direction="on",
68914  linebreak="al",
68915  mathclass="relation",
68916  mathname="models",
68917  unicodeslot=0x22A7,
68918 },
68919 [0x22A8]={
68920  category="sm",
68921  description="TRUE",
68922  direction="on",
68923  linebreak="al",
68924  mathclass="relation",
68925  mathname="vDash",
68926  mirror=0x2AE4,
68927  synonyms={ "results in", "satisfies", "statement is true", "tautology", "valid" },
68928  unicodeslot=0x22A8,
68929 },
68930 [0x22A9]={
68931  category="sm",
68932  description="FORCES",
68933  direction="on",
68934  linebreak="al",
68935  mathclass="relation",
68936  mathname="Vdash",
68937  mirror=0x2AE3,
68938  unicodeslot=0x22A9,
68939 },
68940 [0x22AA]={
68941  category="sm",
68942  description="TRIPLE VERTICAL BAR RIGHT TURNSTILE",
68943  direction="on",
68944  linebreak="al",
68945  mathclass="relation",
68946  mathname="Vvdash",
68947  unicodeslot=0x22AA,
68948 },
68949 [0x22AB]={
68950  category="sm",
68951  description="DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE",
68952  direction="on",
68953  linebreak="al",
68954  mathclass="relation",
68955  mathname="VDash",
68956  mirror=0x2AE5,
68957  unicodeslot=0x22AB,
68958 },
68959 [0x22AC]={
68960  category="sm",
68961  description="DOES NOT PROVE",
68962  direction="on",
68963  linebreak="al",
68964  mathclass="relation",
68965  mathname="nvdash",
68966  specials={ "char", 0x22A2, 0x338 },
68967  unicodeslot=0x22AC,
68968 },
68969 [0x22AD]={
68970  category="sm",
68971  description="NOT TRUE",
68972  direction="on",
68973  linebreak="al",
68974  mathclass="relation",
68975  mathname="nvDash",
68976  specials={ "char", 0x22A8, 0x338 },
68977  unicodeslot=0x22AD,
68978 },
68979 [0x22AE]={
68980  category="sm",
68981  description="DOES NOT FORCE",
68982  direction="on",
68983  linebreak="al",
68984  mathclass="relation",
68985  mathname="nVdash",
68986  specials={ "char", 0x22A9, 0x338 },
68987  unicodeslot=0x22AE,
68988 },
68989 [0x22AF]={
68990  category="sm",
68991  description="NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE",
68992  direction="on",
68993  linebreak="al",
68994  mathclass="relation",
68995  mathname="nVDash",
68996  specials={ "char", 0x22AB, 0x338 },
68997  unicodeslot=0x22AF,
68998 },
68999 [0x22B0]={
69000  category="sm",
69001  description="PRECEDES UNDER RELATION",
69002  direction="on",
69003  linebreak="al",
69004  mirror=0x22B1,
69005  unicodeslot=0x22B0,
69006 },
69007 [0x22B1]={
69008  category="sm",
69009  description="SUCCEEDS UNDER RELATION",
69010  direction="on",
69011  linebreak="al",
69012  mirror=0x22B0,
69013  unicodeslot=0x22B1,
69014 },
69015 [0x22B2]={
69016  category="sm",
69017  comment="cramped triangleleft",
69018  description="NORMAL SUBGROUP OF",
69019  direction="on",
69020  linebreak="al",
69021  mathclass="binary",
69022  mirror=0x22B3,
69023  unicodeslot=0x22B2,
69024 },
69025 [0x22B3]={
69026  category="sm",
69027  comment="cramped triangleright",
69028  description="CONTAINS AS NORMAL SUBGROUP",
69029  direction="on",
69030  linebreak="al",
69031  mathclass="binary",
69032  mirror=0x22B2,
69033  unicodeslot=0x22B3,
69034 },
69035 [0x22B4]={
69036  category="sm",
69037  description="NORMAL SUBGROUP OF OR EQUAL TO",
69038  direction="on",
69039  linebreak="al",
69040  mirror=0x22B5,
69041  unicodeslot=0x22B4,
69042 },
69043 [0x22B5]={
69044  category="sm",
69045  description="CONTAINS AS NORMAL SUBGROUP OR EQUAL TO",
69046  direction="on",
69047  linebreak="al",
69048  mirror=0x22B4,
69049  unicodeslot=0x22B5,
69050 },
69051 [0x22B6]={
69052  category="sm",
69053  description="ORIGINAL OF",
69054  direction="on",
69055  linebreak="al",
69056  mirror=0x22B7,
69057  unicodeslot=0x22B6,
69058 },
69059 [0x22B7]={
69060  category="sm",
69061  description="IMAGE OF",
69062  direction="on",
69063  linebreak="al",
69064  mirror=0x22B6,
69065  unicodeslot=0x22B7,
69066 },
69067 [0x22B8]={
69068  category="sm",
69069  description="MULTIMAP",
69070  direction="on",
69071  linebreak="al",
69072  mathclass="relation",
69073  mathname="multimap",
69074  mirror=0x27DC,
69075  unicodeslot=0x22B8,
69076 },
69077 [0x22B9]={
69078  category="sm",
69079  description="HERMITIAN CONJUGATE MATRIX",
69080  direction="on",
69081  linebreak="al",
69082  unicodeslot=0x22B9,
69083 },
69084 [0x22BA]={
69085  category="sm",
69086  description="INTERCALATE",
69087  direction="on",
69088  linebreak="al",
69089  mathclass="binary",
69090  mathname="intercal",
69091  unicodeslot=0x22BA,
69092 },
69093 [0x22BB]={
69094  category="sm",
69095  description="XOR",
69096  direction="on",
69097  linebreak="al",
69098  mathclass="binary",
69099  mathname="veebar",
69100  unicodeslot=0x22BB,
69101 },
69102 [0x22BC]={
69103  category="sm",
69104  description="NAND",
69105  direction="on",
69106  linebreak="al",
69107  mathclass="binary",
69108  mathname="barwedge",
69109  unicodeslot=0x22BC,
69110 },
69111 [0x22BD]={
69112  category="sm",
69113  description="NOR",
69114  direction="on",
69115  linebreak="al",
69116  unicodeslot=0x22BD,
69117 },
69118 [0x22BE]={
69119  category="sm",
69120  description="RIGHT ANGLE WITH ARC",
69121  direction="on",
69122  linebreak="al",
69123  unicodeslot=0x22BE,
69124 },
69125 [0x22BF]={
69126  adobename="righttriangle",
69127  category="sm",
69128  cjkwd="a",
69129  description="RIGHT TRIANGLE",
69130  direction="on",
69131  linebreak="ai",
69132  unicodeslot=0x22BF,
69133 },
69134 [0x22C0]={
69135  category="sm",
69136  description="N-ARY LOGICAL AND",
69137  direction="on",
69138  linebreak="al",
69139  mathclass="operator",
69140  mathname="bigwedge",
69141  unicodeslot=0x22C0,
69142 },
69143 [0x22C1]={
69144  category="sm",
69145  description="N-ARY LOGICAL OR",
69146  direction="on",
69147  linebreak="al",
69148  mathclass="operator",
69149  mathname="bigvee",
69150  unicodeslot=0x22C1,
69151 },
69152 [0x22C2]={
69153  category="sm",
69154  description="N-ARY INTERSECTION",
69155  direction="on",
69156  linebreak="al",
69157  mathclass="operator",
69158  mathname="bigcap",
69159  synonyms={ "generalized intersection" },
69160  unicodeslot=0x22C2,
69161 },
69162 [0x22C3]={
69163  category="sm",
69164  description="N-ARY UNION",
69165  direction="on",
69166  linebreak="al",
69167  mathclass="operator",
69168  mathname="bigcup",
69169  synonyms={ "generalized union" },
69170  unicodeslot=0x22C3,
69171 },
69172 [0x22C4]={
69173  category="sm",
69174  description="DIAMOND OPERATOR",
69175  direction="on",
69176  linebreak="al",
69177  mathclass="binary",
69178  mathname="diamond",
69179  unicodeslot=0x22C4,
69180 },
69181 [0x22C5]={
69182  adobename="dotmath",
69183  category="sm",
69184  description="DOT OPERATOR",
69185  direction="on",
69186  linebreak="al",
69187  mathspec={
69188   {
69189    class="binary",
69190    name="cdot",
69191   },
69192   {
69193    class="punctuation",
69194    name="cdotp",
69195   },
69196  },
69197  unicodeslot=0x22C5,
69198 },
69199 [0x22C6]={
69200  category="sm",
69201  description="STAR OPERATOR",
69202  direction="on",
69203  linebreak="al",
69204  mathclass="binary",
69205  mathname="star",
69206  unicodeslot=0x22C6,
69207 },
69208 [0x22C7]={
69209  category="sm",
69210  description="DIVISION TIMES",
69211  direction="on",
69212  linebreak="al",
69213  mathclass="binary",
69214  mathname="divideontimes",
69215  unicodeslot=0x22C7,
69216 },
69217 [0x22C8]={
69218  category="sm",
69219  description="BOWTIE",
69220  direction="on",
69221  linebreak="al",
69222  mathspec={
69223   {
69224    class="relation",
69225    name="bowtie",
69226   },
69227   {
69228    class="relation",
69229    name="Join",
69230   },
69231  },
69232  unicodeslot=0x22C8,
69233 },
69234 [0x22C9]={
69235  category="sm",
69236  description="LEFT NORMAL FACTOR SEMIDIRECT PRODUCT",
69237  direction="on",
69238  linebreak="al",
69239  mathclass="binary",
69240  mathname="ltimes",
69241  mirror=0x22CA,
69242  unicodeslot=0x22C9,
69243 },
69244 [0x22CA]={
69245  category="sm",
69246  description="RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT",
69247  direction="on",
69248  linebreak="al",
69249  mathclass="binary",
69250  mathname="rtimes",
69251  mirror=0x22C9,
69252  unicodeslot=0x22CA,
69253 },
69254 [0x22CB]={
69255  category="sm",
69256  description="LEFT SEMIDIRECT PRODUCT",
69257  direction="on",
69258  linebreak="al",
69259  mathclass="binary",
69260  mathname="leftthreetimes",
69261  mirror=0x22CC,
69262  unicodeslot=0x22CB,
69263 },
69264 [0x22CC]={
69265  category="sm",
69266  description="RIGHT SEMIDIRECT PRODUCT",
69267  direction="on",
69268  linebreak="al",
69269  mathclass="binary",
69270  mathname="rightthreetimes",
69271  mirror=0x22CB,
69272  unicodeslot=0x22CC,
69273 },
69274 [0x22CD]={
69275  category="sm",
69276  description="REVERSED TILDE EQUALS",
69277  direction="on",
69278  linebreak="al",
69279  mirror=0x2243,
69280  unicodeslot=0x22CD,
69281 },
69282 [0x22CE]={
69283  adobename="curlyor",
69284  category="sm",
69285  description="CURLY LOGICAL OR",
69286  direction="on",
69287  linebreak="al",
69288  mathclass="binary",
69289  mathname="curlyvee",
69290  unicodeslot=0x22CE,
69291 },
69292 [0x22CF]={
69293  adobename="curlyand",
69294  category="sm",
69295  description="CURLY LOGICAL AND",
69296  direction="on",
69297  linebreak="al",
69298  mathclass="binary",
69299  mathname="curlywedge",
69300  unicodeslot=0x22CF,
69301 },
69302 [0x22D0]={
69303  category="sm",
69304  description="DOUBLE SUBSET",
69305  direction="on",
69306  linebreak="al",
69307  mathclass="relation",
69308  mathname="Subset",
69309  mirror=0x22D1,
69310  unicodeslot=0x22D0,
69311 },
69312 [0x22D1]={
69313  category="sm",
69314  description="DOUBLE SUPERSET",
69315  direction="on",
69316  linebreak="al",
69317  mathclass="relation",
69318  mathname="Supset",
69319  mirror=0x22D0,
69320  unicodeslot=0x22D1,
69321 },
69322 [0x22D2]={
69323  category="sm",
69324  description="DOUBLE INTERSECTION",
69325  direction="on",
69326  linebreak="al",
69327  mathspec={
69328   {
69329    class="binary",
69330    name="Cap",
69331   },
69332   {
69333    class="binary",
69334    name="doublecap",
69335   },
69336  },
69337  unicodeslot=0x22D2,
69338 },
69339 [0x22D3]={
69340  category="sm",
69341  description="DOUBLE UNION",
69342  direction="on",
69343  linebreak="al",
69344  mathspec={
69345   {
69346    class="binary",
69347    name="Cup",
69348   },
69349   {
69350    class="binary",
69351    name="doublecup",
69352   },
69353  },
69354  unicodeslot=0x22D3,
69355 },
69356 [0x22D4]={
69357  category="sm",
69358  description="PITCHFORK",
69359  direction="on",
69360  linebreak="al",
69361  mathclass="relation",
69362  mathname="pitchfork",
69363  synonyms={ "proper intersection" },
69364  unicodeslot=0x22D4,
69365 },
69366 [0x22D5]={
69367  category="sm",
69368  description="EQUAL AND PARALLEL TO",
69369  direction="on",
69370  linebreak="al",
69371  unicodeslot=0x22D5,
69372 },
69373 [0x22D6]={
69374  category="sm",
69375  description="LESS-THAN WITH DOT",
69376  direction="on",
69377  linebreak="al",
69378  mathclass="binary",
69379  mathname="lessdot",
69380  mirror=0x22D7,
69381  unicodeslot=0x22D6,
69382 },
69383 [0x22D7]={
69384  category="sm",
69385  description="GREATER-THAN WITH DOT",
69386  direction="on",
69387  linebreak="al",
69388  mathclass="binary",
69389  mathname="gtrdot",
69390  mirror=0x22D6,
69391  unicodeslot=0x22D7,
69392 },
69393 [0x22D8]={
69394  category="sm",
69395  description="VERY MUCH LESS-THAN",
69396  direction="on",
69397  linebreak="al",
69398  mathlist={ 0x3C, 0x3C, 0x3C },
69399  mathspec={
69400   {
69401    class="relation",
69402    name="lll",
69403   },
69404   {
69405    class="relation",
69406    name="llless",
69407   },
69408  },
69409  mirror=0x22D9,
69410  unicodeslot=0x22D8,
69411 },
69412 [0x22D9]={
69413  category="sm",
69414  description="VERY MUCH GREATER-THAN",
69415  direction="on",
69416  linebreak="al",
69417  mathlist={ 0x3E, 0x3E, 0x3E },
69418  mathspec={
69419   {
69420    class="relation",
69421    name="ggg",
69422   },
69423   {
69424    class="relation",
69425    name="gggtr",
69426   },
69427  },
69428  mirror=0x22D8,
69429  unicodeslot=0x22D9,
69430 },
69431 [0x22DA]={
69432  adobename="lessequalorgreater",
69433  category="sm",
69434  description="LESS-THAN EQUAL TO OR GREATER-THAN",
69435  direction="on",
69436  linebreak="al",
69437  mathclass="relation",
69438  mathname="lesseqgtr",
69439  mirror=0x22DB,
69440  unicodeslot=0x22DA,
69441  variants={
69442   [0xFE00]="with slanted equal",
69443  },
69444 },
69445 [0x22DB]={
69446  adobename="greaterequalorless",
69447  category="sm",
69448  description="GREATER-THAN EQUAL TO OR LESS-THAN",
69449  direction="on",
69450  linebreak="al",
69451  mathclass="relation",
69452  mathname="gtreqless",
69453  mirror=0x22DA,
69454  unicodeslot=0x22DB,
69455  variants={
69456   [0xFE00]="with slanted equal",
69457  },
69458 },
69459 [0x22DC]={
69460  category="sm",
69461  description="EQUAL TO OR LESS-THAN",
69462  direction="on",
69463  linebreak="al",
69464  mathclass="relation",
69465  mathlist={ 0x3D, 0x3C },
69466  mathname="eqless",
69467  mirror=0x22DD,
69468  unicodeslot=0x22DC,
69469 },
69470 [0x22DD]={
69471  category="sm",
69472  description="EQUAL TO OR GREATER-THAN",
69473  direction="on",
69474  linebreak="al",
69475  mathclass="relation",
69476  mathlist={ 0x3D, 0x3E },
69477  mathname="eqgtr",
69478  mirror=0x22DC,
69479  unicodeslot=0x22DD,
69480 },
69481 [0x22DE]={
69482  category="sm",
69483  description="EQUAL TO OR PRECEDES",
69484  direction="on",
69485  linebreak="al",
69486  mathclass="relation",
69487  mathname="curlyeqprec",
69488  mirror=0x22DF,
69489  unicodeslot=0x22DE,
69490 },
69491 [0x22DF]={
69492  category="sm",
69493  description="EQUAL TO OR SUCCEEDS",
69494  direction="on",
69495  linebreak="al",
69496  mathclass="relation",
69497  mathname="curlyeqsucc",
69498  mirror=0x22DE,
69499  unicodeslot=0x22DF,
69500 },
69501 [0x22E0]={
69502  category="sm",
69503  description="DOES NOT PRECEDE OR EQUAL",
69504  direction="on",
69505  linebreak="al",
69506  mathclass="relation",
69507  mathname="npreccurlyeq",
69508  mirror=0x22E1,
69509  specials={ "char", 0x227C, 0x338 },
69510  unicodeslot=0x22E0,
69511 },
69512 [0x22E1]={
69513  category="sm",
69514  description="DOES NOT SUCCEED OR EQUAL",
69515  direction="on",
69516  linebreak="al",
69517  mathclass="relation",
69518  mathname="nsucccurlyeq",
69519  mirror=0x22E0,
69520  specials={ "char", 0x227D, 0x338 },
69521  unicodeslot=0x22E1,
69522 },
69523 [0x22E2]={
69524  category="sm",
69525  description="NOT SQUARE IMAGE OF OR EQUAL TO",
69526  direction="on",
69527  linebreak="al",
69528  mathclass="relation",
69529  mathname="nsqsubseteq",
69530  mirror=0x22E3,
69531  specials={ "char", 0x2291, 0x338 },
69532  unicodeslot=0x22E2,
69533 },
69534 [0x22E3]={
69535  category="sm",
69536  description="NOT SQUARE ORIGINAL OF OR EQUAL TO",
69537  direction="on",
69538  linebreak="al",
69539  mathclass="relation",
69540  mathname="nsqsupseteq",
69541  mirror=0x22E2,
69542  specials={ "char", 0x2292, 0x338 },
69543  unicodeslot=0x22E3,
69544 },
69545 [0x22E4]={
69546  category="sm",
69547  description="SQUARE IMAGE OF OR NOT EQUAL TO",
69548  direction="on",
69549  linebreak="al",
69550  mathclass="relation",
69551  mathname="sqsubsetneq",
69552  mirror=0x22E5,
69553  unicodeslot=0x22E4,
69554 },
69555 [0x22E5]={
69556  category="sm",
69557  description="SQUARE ORIGINAL OF OR NOT EQUAL TO",
69558  direction="on",
69559  linebreak="al",
69560  mathclass="relation",
69561  mathname="sqsupsetneq",
69562  mirror=0x22E4,
69563  unicodeslot=0x22E5,
69564 },
69565 [0x22E6]={
69566  category="sm",
69567  description="LESS-THAN BUT NOT EQUIVALENT TO",
69568  direction="on",
69569  linebreak="al",
69570  mathclass="relation",
69571  mathname="lnsim",
69572  mirror=0x22E7,
69573  unicodeslot=0x22E6,
69574 },
69575 [0x22E7]={
69576  category="sm",
69577  description="GREATER-THAN BUT NOT EQUIVALENT TO",
69578  direction="on",
69579  linebreak="al",
69580  mathclass="relation",
69581  mathname="gnsim",
69582  mirror=0x22E6,
69583  unicodeslot=0x22E7,
69584 },
69585 [0x22E8]={
69586  category="sm",
69587  description="PRECEDES BUT NOT EQUIVALENT TO",
69588  direction="on",
69589  linebreak="al",
69590  mathclass="relation",
69591  mathname="precnsim",
69592  mirror=0x22E9,
69593  unicodeslot=0x22E8,
69594 },
69595 [0x22E9]={
69596  category="sm",
69597  description="SUCCEEDS BUT NOT EQUIVALENT TO",
69598  direction="on",
69599  linebreak="al",
69600  mathclass="relation",
69601  mathname="succnsim",
69602  mirror=0x22E8,
69603  unicodeslot=0x22E9,
69604 },
69605 [0x22EA]={
69606  category="sm",
69607  description="NOT NORMAL SUBGROUP OF",
69608  direction="on",
69609  linebreak="al",
69610  mathclass="relation",
69611  mathname="ntriangleright",
69612  mirror=0x22EB,
69613  specials={ "char", 0x22B2, 0x338 },
69614  unicodeslot=0x22EA,
69615 },
69616 [0x22EB]={
69617  category="sm",
69618  description="DOES NOT CONTAIN AS NORMAL SUBGROUP",
69619  direction="on",
69620  linebreak="al",
69621  mathclass="relation",
69622  mathname="ntriangleleft",
69623  mirror=0x22EA,
69624  specials={ "char", 0x22B3, 0x338 },
69625  unicodeslot=0x22EB,
69626 },
69627 [0x22EC]={
69628  category="sm",
69629  description="NOT NORMAL SUBGROUP OF OR EQUAL TO",
69630  direction="on",
69631  linebreak="al",
69632  mathclass="relation",
69633  mathname="ntrianglelefteq",
69634  mirror=0x22ED,
69635  specials={ "char", 0x22B4, 0x338 },
69636  unicodeslot=0x22EC,
69637 },
69638 [0x22ED]={
69639  category="sm",
69640  description="DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL",
69641  direction="on",
69642  linebreak="al",
69643  mathclass="relation",
69644  mathname="ntrianglerighteq",
69645  mirror=0x22EC,
69646  specials={ "char", 0x22B5, 0x338 },
69647  unicodeslot=0x22ED,
69648 },
69649 [0x22EE]={
69650  adobename="ellipsisvertical",
69651  category="sm",
69652  description="VERTICAL ELLIPSIS",
69653  direction="on",
69654  linebreak="al",
69655  mathclass="ellipsis",
69656  mathname="vdots",
69657  unicodeslot=0x22EE,
69658 },
69659 [0x22EF]={
69660  category="sm",
69661  description="MIDLINE HORIZONTAL ELLIPSIS",
69662  direction="on",
69663  linebreak="in",
69664  mathclass="ellipsis",
69665  mathname="cdots",
69666  unicodeslot=0x22EF,
69667 },
69668 [0x22F0]={
69669  category="sm",
69670  description="UP RIGHT DIAGONAL ELLIPSIS",
69671  direction="on",
69672  linebreak="al",
69673  mathclass="ellipsis",
69674  mathname="udots",
69675  mirror=0x22F1,
69676  unicodeslot=0x22F0,
69677 },
69678 [0x22F1]={
69679  category="sm",
69680  description="DOWN RIGHT DIAGONAL ELLIPSIS",
69681  direction="on",
69682  linebreak="al",
69683  mathclass="ellipsis",
69684  mathname="ddots",
69685  mirror=0x22F0,
69686  unicodeslot=0x22F1,
69687 },
69688 [0x22F2]={
69689  category="sm",
69690  description="ELEMENT OF WITH LONG HORIZONTAL STROKE",
69691  direction="on",
69692  linebreak="al",
69693  mirror=0x22FA,
69694  unicodeslot=0x22F2,
69695 },
69696 [0x22F3]={
69697  category="sm",
69698  description="ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
69699  direction="on",
69700  linebreak="al",
69701  mirror=0x22FB,
69702  unicodeslot=0x22F3,
69703 },
69704 [0x22F4]={
69705  category="sm",
69706  description="SMALL ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
69707  direction="on",
69708  linebreak="al",
69709  mirror=0x22FC,
69710  unicodeslot=0x22F4,
69711 },
69712 [0x22F5]={
69713  category="sm",
69714  description="ELEMENT OF WITH DOT ABOVE",
69715  direction="on",
69716  linebreak="al",
69717  unicodeslot=0x22F5,
69718 },
69719 [0x22F6]={
69720  category="sm",
69721  description="ELEMENT OF WITH OVERBAR",
69722  direction="on",
69723  linebreak="al",
69724  mirror=0x22FD,
69725  unicodeslot=0x22F6,
69726 },
69727 [0x22F7]={
69728  category="sm",
69729  description="SMALL ELEMENT OF WITH OVERBAR",
69730  direction="on",
69731  linebreak="al",
69732  mirror=0x22FE,
69733  unicodeslot=0x22F7,
69734 },
69735 [0x22F8]={
69736  category="sm",
69737  description="ELEMENT OF WITH UNDERBAR",
69738  direction="on",
69739  linebreak="al",
69740  unicodeslot=0x22F8,
69741 },
69742 [0x22F9]={
69743  category="sm",
69744  description="ELEMENT OF WITH TWO HORIZONTAL STROKES",
69745  direction="on",
69746  linebreak="al",
69747  unicodeslot=0x22F9,
69748 },
69749 [0x22FA]={
69750  category="sm",
69751  description="CONTAINS WITH LONG HORIZONTAL STROKE",
69752  direction="on",
69753  linebreak="al",
69754  mirror=0x22F2,
69755  unicodeslot=0x22FA,
69756 },
69757 [0x22FB]={
69758  category="sm",
69759  description="CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
69760  direction="on",
69761  linebreak="al",
69762  mirror=0x22F3,
69763  unicodeslot=0x22FB,
69764 },
69765 [0x22FC]={
69766  category="sm",
69767  description="SMALL CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
69768  direction="on",
69769  linebreak="al",
69770  mirror=0x22F4,
69771  unicodeslot=0x22FC,
69772 },
69773 [0x22FD]={
69774  category="sm",
69775  description="CONTAINS WITH OVERBAR",
69776  direction="on",
69777  linebreak="al",
69778  mirror=0x22F6,
69779  unicodeslot=0x22FD,
69780 },
69781 [0x22FE]={
69782  category="sm",
69783  description="SMALL CONTAINS WITH OVERBAR",
69784  direction="on",
69785  linebreak="al",
69786  mirror=0x22F7,
69787  unicodeslot=0x22FE,
69788 },
69789 [0x22FF]={
69790  category="sm",
69791  description="Z NOTATION BAG MEMBERSHIP",
69792  direction="on",
69793  linebreak="al",
69794  unicodeslot=0x22FF,
69795 },
69796 [0x2300]={
69797  category="so",
69798  description="DIAMETER SIGN",
69799  direction="on",
69800  linebreak="al",
69801  mathspec={
69802   {
69803    class="ordinary",
69804    name="varnothing",
69805   },
69806   {
69807    class="ordinary",
69808    name="diameter",
69809   },
69810  },
69811  unicodeslot=0x2300,
69812 },
69813 [0x2301]={
69814  category="so",
69815  description="ELECTRIC ARROW",
69816  direction="on",
69817  linebreak="al",
69818  synonyms={ "end of transmission symbol" },
69819  unicodeslot=0x2301,
69820 },
69821 [0x2302]={
69822  adobename="house",
69823  category="so",
69824  description="HOUSE",
69825  direction="on",
69826  linebreak="al",
69827  unicodeslot=0x2302,
69828 },
69829 [0x2303]={
69830  adobename="control",
69831  category="so",
69832  description="UP ARROWHEAD",
69833  direction="on",
69834  linebreak="al",
69835  unicodeslot=0x2303,
69836 },
69837 [0x2304]={
69838  category="so",
69839  description="DOWN ARROWHEAD",
69840  direction="on",
69841  linebreak="al",
69842  unicodeslot=0x2304,
69843 },
69844 [0x2305]={
69845  adobename="projective",
69846  category="so",
69847  description="PROJECTIVE",
69848  direction="on",
69849  linebreak="al",
69850  unicodeslot=0x2305,
69851 },
69852 [0x2306]={
69853  category="so",
69854  description="PERSPECTIVE",
69855  direction="on",
69856  linebreak="al",
69857  unicodeslot=0x2306,
69858 },
69859 [0x2307]={
69860  category="so",
69861  description="WAVY LINE",
69862  direction="on",
69863  linebreak="al",
69864  unicodeslot=0x2307,
69865 },
69866 [0x2308]={
69867  category="sm",
69868  description="LEFT CEILING",
69869  direction="on",
69870  linebreak="op",
69871  mathclass="open",
69872  mathname="lceil",
69873  mirror=0x2309,
69874  synonyms={ "apl upstile" },
69875  unicodeslot=0x2308,
69876 },
69877 [0x2309]={
69878  category="sm",
69879  description="RIGHT CEILING",
69880  direction="on",
69881  linebreak="cl",
69882  mathclass="close",
69883  mathname="rceil",
69884  mirror=0x2308,
69885  unicodeslot=0x2309,
69886 },
69887 [0x230A]={
69888  category="sm",
69889  description="LEFT FLOOR",
69890  direction="on",
69891  linebreak="op",
69892  mathclass="open",
69893  mathname="lfloor",
69894  mirror=0x230B,
69895  synonyms={ "apl downstile" },
69896  unicodeslot=0x230A,
69897 },
69898 [0x230B]={
69899  category="sm",
69900  description="RIGHT FLOOR",
69901  direction="on",
69902  linebreak="cl",
69903  mathclass="close",
69904  mathname="rfloor",
69905  mirror=0x230A,
69906  unicodeslot=0x230B,
69907 },
69908 [0x230C]={
69909  category="so",
69910  description="BOTTOM RIGHT CROP",
69911  direction="on",
69912  linebreak="al",
69913  unicodeslot=0x230C,
69914 },
69915 [0x230D]={
69916  category="so",
69917  description="BOTTOM LEFT CROP",
69918  direction="on",
69919  linebreak="al",
69920  unicodeslot=0x230D,
69921 },
69922 [0x230E]={
69923  category="so",
69924  description="TOP RIGHT CROP",
69925  direction="on",
69926  linebreak="al",
69927  unicodeslot=0x230E,
69928 },
69929 [0x230F]={
69930  category="so",
69931  description="TOP LEFT CROP",
69932  direction="on",
69933  linebreak="al",
69934  unicodeslot=0x230F,
69935 },
69936 [0x2310]={
69937  adobename="revlogicalnot",
69938  category="so",
69939  description="REVERSED NOT SIGN",
69940  direction="on",
69941  linebreak="al",
69942  synonyms={ "beginning of line" },
69943  unicodeslot=0x2310,
69944 },
69945 [0x2311]={
69946  category="so",
69947  description="SQUARE LOZENGE",
69948  direction="on",
69949  linebreak="al",
69950  synonyms={ "kissen", "pillow" },
69951  unicodeslot=0x2311,
69952 },
69953 [0x2312]={
69954  adobename="arc",
69955  category="so",
69956  cjkwd="a",
69957  description="ARC",
69958  direction="on",
69959  linebreak="ai",
69960  unicodeslot=0x2312,
69961 },
69962 [0x2313]={
69963  category="so",
69964  description="SEGMENT",
69965  direction="on",
69966  linebreak="al",
69967  unicodeslot=0x2313,
69968 },
69969 [0x2314]={
69970  category="so",
69971  description="SECTOR",
69972  direction="on",
69973  linebreak="al",
69974  unicodeslot=0x2314,
69975 },
69976 [0x2315]={
69977  category="so",
69978  description="TELEPHONE RECORDER",
69979  direction="on",
69980  linebreak="al",
69981  unicodeslot=0x2315,
69982 },
69983 [0x2316]={
69984  category="so",
69985  description="POSITION INDICATOR",
69986  direction="on",
69987  linebreak="al",
69988  unicodeslot=0x2316,
69989 },
69990 [0x2317]={
69991  category="so",
69992  description="VIEWDATA SQUARE",
69993  direction="on",
69994  linebreak="al",
69995  unicodeslot=0x2317,
69996 },
69997 [0x2318]={
69998  adobename="propellor",
69999  category="so",
70000  description="PLACE OF INTEREST SIGN",
70001  direction="on",
70002  linebreak="al",
70003  synonyms={ "command key" },
70004  unicodeslot=0x2318,
70005 },
70006 [0x2319]={
70007  category="so",
70008  description="TURNED NOT SIGN",
70009  direction="on",
70010  linebreak="al",
70011  synonyms={ "line marker" },
70012  unicodeslot=0x2319,
70013 },
70014 [0x231A]={
70015  category="so",
70016  cjkwd="w",
70017  description="WATCH",
70018  direction="on",
70019  linebreak="id",
70020  unicodeslot=0x231A,
70021  variants=variants_emoji,
70022 },
70023 [0x231B]={
70024  category="so",
70025  cjkwd="w",
70026  description="HOURGLASS",
70027  direction="on",
70028  linebreak="id",
70029  unicodeslot=0x231B,
70030  variants=variants_emoji,
70031 },
70032 [0x231C]={
70033  category="so",
70034  description="TOP LEFT CORNER",
70035  direction="on",
70036  linebreak="al",
70037  mathclass="open",
70038  mathname="ulcorner",
70039  unicodeslot=0x231C,
70040 },
70041 [0x231D]={
70042  category="so",
70043  description="TOP RIGHT CORNER",
70044  direction="on",
70045  linebreak="al",
70046  mathclass="close",
70047  mathname="urcorner",
70048  unicodeslot=0x231D,
70049 },
70050 [0x231E]={
70051  category="so",
70052  description="BOTTOM LEFT CORNER",
70053  direction="on",
70054  linebreak="al",
70055  mathclass="open",
70056  mathname="llcorner",
70057  unicodeslot=0x231E,
70058 },
70059 [0x231F]={
70060  category="so",
70061  description="BOTTOM RIGHT CORNER",
70062  direction="on",
70063  linebreak="al",
70064  mathclass="close",
70065  mathname="lrcorner",
70066  unicodeslot=0x231F,
70067 },
70068 [0x2320]={
70069  adobename="integraltp",
70070  category="sm",
70071  description="TOP HALF INTEGRAL",
70072  direction="on",
70073  linebreak="al",
70074  unicodeslot=0x2320,
70075 },
70076 [0x2321]={
70077  adobename="integralbt",
70078  category="sm",
70079  description="BOTTOM HALF INTEGRAL",
70080  direction="on",
70081  linebreak="al",
70082  unicodeslot=0x2321,
70083 },
70084 [0x2322]={
70085  category="so",
70086  description="FROWN",
70087  direction="on",
70088  linebreak="al",
70089  mathclass="relation",
70090  mathname="frown",
70091  unicodeslot=0x2322,
70092 },
70093 [0x2323]={
70094  category="so",
70095  description="SMILE",
70096  direction="on",
70097  linebreak="al",
70098  mathclass="relation",
70099  mathname="smile",
70100  unicodeslot=0x2323,
70101 },
70102 [0x2324]={
70103  category="so",
70104  description="UP ARROWHEAD BETWEEN TWO HORIZONTAL BARS",
70105  direction="on",
70106  linebreak="al",
70107  synonyms={ "enter key" },
70108  unicodeslot=0x2324,
70109 },
70110 [0x2325]={
70111  adobename="option",
70112  category="so",
70113  description="OPTION KEY",
70114  direction="on",
70115  linebreak="al",
70116  unicodeslot=0x2325,
70117 },
70118 [0x2326]={
70119  adobename="deleteright",
70120  category="so",
70121  description="ERASE TO THE RIGHT",
70122  direction="on",
70123  linebreak="al",
70124  synonyms={ "delete to the right key" },
70125  unicodeslot=0x2326,
70126 },
70127 [0x2327]={
70128  adobename="clear",
70129  category="so",
70130  description="X IN A RECTANGLE BOX",
70131  direction="on",
70132  linebreak="al",
70133  synonyms={ "clear key" },
70134  unicodeslot=0x2327,
70135 },
70136 [0x2328]={
70137  category="so",
70138  description="KEYBOARD",
70139  direction="on",
70140  linebreak="al",
70141  unicodeslot=0x2328,
70142  variants=variants_emoji,
70143 },
70144 [0x2329]={
70145  adobename="angleleft",
70146  category="ps",
70147  cjkwd="w",
70148  description="LEFT-POINTING ANGLE BRACKET",
70149  direction="on",
70150  linebreak="op",
70151  mirror=0x232A,
70152  specials={ "char", 0x3008 },
70153  unicodeslot=0x2329,
70154 },
70155 [0x232A]={
70156  adobename="angleright",
70157  category="pe",
70158  cjkwd="w",
70159  description="RIGHT-POINTING ANGLE BRACKET",
70160  direction="on",
70161  linebreak="cl",
70162  mirror=0x2329,
70163  specials={ "char", 0x3009 },
70164  unicodeslot=0x232A,
70165 },
70166 [0x232B]={
70167  adobename="deleteleft",
70168  category="so",
70169  description="ERASE TO THE LEFT",
70170  direction="on",
70171  linebreak="al",
70172  synonyms={ "delete to the left key" },
70173  unicodeslot=0x232B,
70174 },
70175 [0x232C]={
70176  category="so",
70177  description="BENZENE RING",
70178  direction="on",
70179  linebreak="al",
70180  unicodeslot=0x232C,
70181 },
70182 [0x232D]={
70183  category="so",
70184  description="CYLINDRICITY",
70185  direction="on",
70186  linebreak="al",
70187  unicodeslot=0x232D,
70188 },
70189 [0x232E]={
70190  category="so",
70191  description="ALL AROUND-PROFILE",
70192  direction="on",
70193  linebreak="al",
70194  unicodeslot=0x232E,
70195 },
70196 [0x232F]={
70197  category="so",
70198  description="SYMMETRY",
70199  direction="on",
70200  linebreak="al",
70201  unicodeslot=0x232F,
70202 },
70203 [0x2330]={
70204  category="so",
70205  description="TOTAL RUNOUT",
70206  direction="on",
70207  linebreak="al",
70208  unicodeslot=0x2330,
70209 },
70210 [0x2331]={
70211  category="so",
70212  description="DIMENSION ORIGIN",
70213  direction="on",
70214  linebreak="al",
70215  unicodeslot=0x2331,
70216 },
70217 [0x2332]={
70218  category="so",
70219  description="CONICAL TAPER",
70220  direction="on",
70221  linebreak="al",
70222  unicodeslot=0x2332,
70223 },
70224 [0x2333]={
70225  category="so",
70226  description="SLOPE",
70227  direction="on",
70228  linebreak="al",
70229  unicodeslot=0x2333,
70230 },
70231 [0x2334]={
70232  category="so",
70233  description="COUNTERBORE",
70234  direction="on",
70235  linebreak="al",
70236  unicodeslot=0x2334,
70237 },
70238 [0x2335]={
70239  category="so",
70240  description="COUNTERSINK",
70241  direction="on",
70242  linebreak="al",
70243  unicodeslot=0x2335,
70244 },
70245 [0x2336]={
70246  category="so",
70247  description="APL FUNCTIONAL SYMBOL I-BEAM",
70248  direction="l",
70249  linebreak="al",
70250  unicodeslot=0x2336,
70251 },
70252 [0x2337]={
70253  category="so",
70254  description="APL FUNCTIONAL SYMBOL SQUISH QUAD",
70255  direction="l",
70256  linebreak="al",
70257  unicodeslot=0x2337,
70258 },
70259 [0x2338]={
70260  category="so",
70261  description="APL FUNCTIONAL SYMBOL QUAD EQUAL",
70262  direction="l",
70263  linebreak="al",
70264  unicodeslot=0x2338,
70265 },
70266 [0x2339]={
70267  category="so",
70268  description="APL FUNCTIONAL SYMBOL QUAD DIVIDE",
70269  direction="l",
70270  linebreak="al",
70271  unicodeslot=0x2339,
70272 },
70273 [0x233A]={
70274  category="so",
70275  description="APL FUNCTIONAL SYMBOL QUAD DIAMOND",
70276  direction="l",
70277  linebreak="al",
70278  unicodeslot=0x233A,
70279 },
70280 [0x233B]={
70281  category="so",
70282  description="APL FUNCTIONAL SYMBOL QUAD JOT",
70283  direction="l",
70284  linebreak="al",
70285  unicodeslot=0x233B,
70286 },
70287 [0x233C]={
70288  category="so",
70289  description="APL FUNCTIONAL SYMBOL QUAD CIRCLE",
70290  direction="l",
70291  linebreak="al",
70292  unicodeslot=0x233C,
70293 },
70294 [0x233D]={
70295  category="so",
70296  description="APL FUNCTIONAL SYMBOL CIRCLE STILE",
70297  direction="l",
70298  linebreak="al",
70299  unicodeslot=0x233D,
70300 },
70301 [0x233E]={
70302  category="so",
70303  description="APL FUNCTIONAL SYMBOL CIRCLE JOT",
70304  direction="l",
70305  linebreak="al",
70306  unicodeslot=0x233E,
70307 },
70308 [0x233F]={
70309  category="so",
70310  description="APL FUNCTIONAL SYMBOL SLASH BAR",
70311  direction="l",
70312  linebreak="al",
70313  unicodeslot=0x233F,
70314 },
70315 [0x2340]={
70316  category="so",
70317  description="APL FUNCTIONAL SYMBOL BACKSLASH BAR",
70318  direction="l",
70319  linebreak="al",
70320  unicodeslot=0x2340,
70321 },
70322 [0x2341]={
70323  category="so",
70324  description="APL FUNCTIONAL SYMBOL QUAD SLASH",
70325  direction="l",
70326  linebreak="al",
70327  unicodeslot=0x2341,
70328 },
70329 [0x2342]={
70330  category="so",
70331  description="APL FUNCTIONAL SYMBOL QUAD BACKSLASH",
70332  direction="l",
70333  linebreak="al",
70334  unicodeslot=0x2342,
70335 },
70336 [0x2343]={
70337  category="so",
70338  description="APL FUNCTIONAL SYMBOL QUAD LESS-THAN",
70339  direction="l",
70340  linebreak="al",
70341  unicodeslot=0x2343,
70342 },
70343 [0x2344]={
70344  category="so",
70345  description="APL FUNCTIONAL SYMBOL QUAD GREATER-THAN",
70346  direction="l",
70347  linebreak="al",
70348  unicodeslot=0x2344,
70349 },
70350 [0x2345]={
70351  category="so",
70352  description="APL FUNCTIONAL SYMBOL LEFTWARDS VANE",
70353  direction="l",
70354  linebreak="al",
70355  unicodeslot=0x2345,
70356 },
70357 [0x2346]={
70358  category="so",
70359  description="APL FUNCTIONAL SYMBOL RIGHTWARDS VANE",
70360  direction="l",
70361  linebreak="al",
70362  unicodeslot=0x2346,
70363 },
70364 [0x2347]={
70365  category="so",
70366  description="APL FUNCTIONAL SYMBOL QUAD LEFTWARDS ARROW",
70367  direction="l",
70368  linebreak="al",
70369  unicodeslot=0x2347,
70370 },
70371 [0x2348]={
70372  category="so",
70373  description="APL FUNCTIONAL SYMBOL QUAD RIGHTWARDS ARROW",
70374  direction="l",
70375  linebreak="al",
70376  unicodeslot=0x2348,
70377 },
70378 [0x2349]={
70379  category="so",
70380  description="APL FUNCTIONAL SYMBOL CIRCLE BACKSLASH",
70381  direction="l",
70382  linebreak="al",
70383  unicodeslot=0x2349,
70384 },
70385 [0x234A]={
70386  category="so",
70387  description="APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR",
70388  direction="l",
70389  linebreak="al",
70390  unicodeslot=0x234A,
70391 },
70392 [0x234B]={
70393  category="so",
70394  description="APL FUNCTIONAL SYMBOL DELTA STILE",
70395  direction="l",
70396  linebreak="al",
70397  unicodeslot=0x234B,
70398 },
70399 [0x234C]={
70400  category="so",
70401  description="APL FUNCTIONAL SYMBOL QUAD DOWN CARET",
70402  direction="l",
70403  linebreak="al",
70404  unicodeslot=0x234C,
70405 },
70406 [0x234D]={
70407  category="so",
70408  description="APL FUNCTIONAL SYMBOL QUAD DELTA",
70409  direction="l",
70410  linebreak="al",
70411  unicodeslot=0x234D,
70412 },
70413 [0x234E]={
70414  category="so",
70415  description="APL FUNCTIONAL SYMBOL DOWN TACK JOT",
70416  direction="l",
70417  linebreak="al",
70418  unicodeslot=0x234E,
70419 },
70420 [0x234F]={
70421  category="so",
70422  description="APL FUNCTIONAL SYMBOL UPWARDS VANE",
70423  direction="l",
70424  linebreak="al",
70425  unicodeslot=0x234F,
70426 },
70427 [0x2350]={
70428  category="so",
70429  description="APL FUNCTIONAL SYMBOL QUAD UPWARDS ARROW",
70430  direction="l",
70431  linebreak="al",
70432  unicodeslot=0x2350,
70433 },
70434 [0x2351]={
70435  category="so",
70436  description="APL FUNCTIONAL SYMBOL UP TACK OVERBAR",
70437  direction="l",
70438  linebreak="al",
70439  unicodeslot=0x2351,
70440 },
70441 [0x2352]={
70442  category="so",
70443  description="APL FUNCTIONAL SYMBOL DEL STILE",
70444  direction="l",
70445  linebreak="al",
70446  unicodeslot=0x2352,
70447 },
70448 [0x2353]={
70449  category="so",
70450  description="APL FUNCTIONAL SYMBOL QUAD UP CARET",
70451  direction="l",
70452  linebreak="al",
70453  unicodeslot=0x2353,
70454 },
70455 [0x2354]={
70456  category="so",
70457  description="APL FUNCTIONAL SYMBOL QUAD DEL",
70458  direction="l",
70459  linebreak="al",
70460  unicodeslot=0x2354,
70461 },
70462 [0x2355]={
70463  category="so",
70464  description="APL FUNCTIONAL SYMBOL UP TACK JOT",
70465  direction="l",
70466  linebreak="al",
70467  unicodeslot=0x2355,
70468 },
70469 [0x2356]={
70470  category="so",
70471  description="APL FUNCTIONAL SYMBOL DOWNWARDS VANE",
70472  direction="l",
70473  linebreak="al",
70474  unicodeslot=0x2356,
70475 },
70476 [0x2357]={
70477  category="so",
70478  description="APL FUNCTIONAL SYMBOL QUAD DOWNWARDS ARROW",
70479  direction="l",
70480  linebreak="al",
70481  unicodeslot=0x2357,
70482 },
70483 [0x2358]={
70484  category="so",
70485  description="APL FUNCTIONAL SYMBOL QUOTE UNDERBAR",
70486  direction="l",
70487  linebreak="al",
70488  unicodeslot=0x2358,
70489 },
70490 [0x2359]={
70491  category="so",
70492  description="APL FUNCTIONAL SYMBOL DELTA UNDERBAR",
70493  direction="l",
70494  linebreak="al",
70495  unicodeslot=0x2359,
70496 },
70497 [0x235A]={
70498  category="so",
70499  description="APL FUNCTIONAL SYMBOL DIAMOND UNDERBAR",
70500  direction="l",
70501  linebreak="al",
70502  unicodeslot=0x235A,
70503 },
70504 [0x235B]={
70505  category="so",
70506  description="APL FUNCTIONAL SYMBOL JOT UNDERBAR",
70507  direction="l",
70508  linebreak="al",
70509  unicodeslot=0x235B,
70510 },
70511 [0x235C]={
70512  category="so",
70513  description="APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR",
70514  direction="l",
70515  linebreak="al",
70516  unicodeslot=0x235C,
70517 },
70518 [0x235D]={
70519  category="so",
70520  description="APL FUNCTIONAL SYMBOL UP SHOE JOT",
70521  direction="l",
70522  linebreak="al",
70523  unicodeslot=0x235D,
70524 },
70525 [0x235E]={
70526  category="so",
70527  description="APL FUNCTIONAL SYMBOL QUOTE QUAD",
70528  direction="l",
70529  linebreak="al",
70530  unicodeslot=0x235E,
70531 },
70532 [0x235F]={
70533  category="so",
70534  description="APL FUNCTIONAL SYMBOL CIRCLE STAR",
70535  direction="l",
70536  linebreak="al",
70537  unicodeslot=0x235F,
70538 },
70539 [0x2360]={
70540  category="so",
70541  description="APL FUNCTIONAL SYMBOL QUAD COLON",
70542  direction="l",
70543  linebreak="al",
70544  unicodeslot=0x2360,
70545 },
70546 [0x2361]={
70547  category="so",
70548  description="APL FUNCTIONAL SYMBOL UP TACK DIAERESIS",
70549  direction="l",
70550  linebreak="al",
70551  unicodeslot=0x2361,
70552 },
70553 [0x2362]={
70554  category="so",
70555  description="APL FUNCTIONAL SYMBOL DEL DIAERESIS",
70556  direction="l",
70557  linebreak="al",
70558  unicodeslot=0x2362,
70559 },
70560 [0x2363]={
70561  category="so",
70562  description="APL FUNCTIONAL SYMBOL STAR DIAERESIS",
70563  direction="l",
70564  linebreak="al",
70565  unicodeslot=0x2363,
70566 },
70567 [0x2364]={
70568  category="so",
70569  description="APL FUNCTIONAL SYMBOL JOT DIAERESIS",
70570  direction="l",
70571  linebreak="al",
70572  synonyms={ "hoot" },
70573  unicodeslot=0x2364,
70574 },
70575 [0x2365]={
70576  category="so",
70577  description="APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS",
70578  direction="l",
70579  linebreak="al",
70580  synonyms={ "holler" },
70581  unicodeslot=0x2365,
70582 },
70583 [0x2366]={
70584  category="so",
70585  description="APL FUNCTIONAL SYMBOL DOWN SHOE STILE",
70586  direction="l",
70587  linebreak="al",
70588  unicodeslot=0x2366,
70589 },
70590 [0x2367]={
70591  category="so",
70592  description="APL FUNCTIONAL SYMBOL LEFT SHOE STILE",
70593  direction="l",
70594  linebreak="al",
70595  unicodeslot=0x2367,
70596 },
70597 [0x2368]={
70598  category="so",
70599  description="APL FUNCTIONAL SYMBOL TILDE DIAERESIS",
70600  direction="l",
70601  linebreak="al",
70602  synonyms={ "smirk" },
70603  unicodeslot=0x2368,
70604 },
70605 [0x2369]={
70606  category="so",
70607  description="APL FUNCTIONAL SYMBOL GREATER-THAN DIAERESIS",
70608  direction="l",
70609  linebreak="al",
70610  unicodeslot=0x2369,
70611 },
70612 [0x236A]={
70613  category="so",
70614  description="APL FUNCTIONAL SYMBOL COMMA BAR",
70615  direction="l",
70616  linebreak="al",
70617  unicodeslot=0x236A,
70618 },
70619 [0x236B]={
70620  category="so",
70621  description="APL FUNCTIONAL SYMBOL DEL TILDE",
70622  direction="l",
70623  linebreak="al",
70624  unicodeslot=0x236B,
70625 },
70626 [0x236C]={
70627  category="so",
70628  description="APL FUNCTIONAL SYMBOL ZILDE",
70629  direction="l",
70630  linebreak="al",
70631  unicodeslot=0x236C,
70632 },
70633 [0x236D]={
70634  category="so",
70635  description="APL FUNCTIONAL SYMBOL STILE TILDE",
70636  direction="l",
70637  linebreak="al",
70638  unicodeslot=0x236D,
70639 },
70640 [0x236E]={
70641  category="so",
70642  description="APL FUNCTIONAL SYMBOL SEMICOLON UNDERBAR",
70643  direction="l",
70644  linebreak="al",
70645  unicodeslot=0x236E,
70646 },
70647 [0x236F]={
70648  category="so",
70649  description="APL FUNCTIONAL SYMBOL QUAD NOT EQUAL",
70650  direction="l",
70651  linebreak="al",
70652  unicodeslot=0x236F,
70653 },
70654 [0x2370]={
70655  category="so",
70656  description="APL FUNCTIONAL SYMBOL QUAD QUESTION",
70657  direction="l",
70658  linebreak="al",
70659  unicodeslot=0x2370,
70660 },
70661 [0x2371]={
70662  category="so",
70663  description="APL FUNCTIONAL SYMBOL DOWN CARET TILDE",
70664  direction="l",
70665  linebreak="al",
70666  unicodeslot=0x2371,
70667 },
70668 [0x2372]={
70669  category="so",
70670  description="APL FUNCTIONAL SYMBOL UP CARET TILDE",
70671  direction="l",
70672  linebreak="al",
70673  unicodeslot=0x2372,
70674 },
70675 [0x2373]={
70676  category="so",
70677  description="APL FUNCTIONAL SYMBOL IOTA",
70678  direction="l",
70679  linebreak="al",
70680  unicodeslot=0x2373,
70681 },
70682 [0x2374]={
70683  category="so",
70684  description="APL FUNCTIONAL SYMBOL RHO",
70685  direction="l",
70686  linebreak="al",
70687  unicodeslot=0x2374,
70688 },
70689 [0x2375]={
70690  category="so",
70691  description="APL FUNCTIONAL SYMBOL OMEGA",
70692  direction="l",
70693  linebreak="al",
70694  unicodeslot=0x2375,
70695 },
70696 [0x2376]={
70697  category="so",
70698  description="APL FUNCTIONAL SYMBOL ALPHA UNDERBAR",
70699  direction="l",
70700  linebreak="al",
70701  unicodeslot=0x2376,
70702 },
70703 [0x2377]={
70704  category="so",
70705  description="APL FUNCTIONAL SYMBOL EPSILON UNDERBAR",
70706  direction="l",
70707  linebreak="al",
70708  unicodeslot=0x2377,
70709 },
70710 [0x2378]={
70711  category="so",
70712  description="APL FUNCTIONAL SYMBOL IOTA UNDERBAR",
70713  direction="l",
70714  linebreak="al",
70715  unicodeslot=0x2378,
70716 },
70717 [0x2379]={
70718  category="so",
70719  description="APL FUNCTIONAL SYMBOL OMEGA UNDERBAR",
70720  direction="l",
70721  linebreak="al",
70722  unicodeslot=0x2379,
70723 },
70724 [0x237A]={
70725  category="so",
70726  description="APL FUNCTIONAL SYMBOL ALPHA",
70727  direction="l",
70728  linebreak="al",
70729  unicodeslot=0x237A,
70730 },
70731 [0x237B]={
70732  category="so",
70733  description="NOT CHECK MARK",
70734  direction="on",
70735  linebreak="al",
70736  unicodeslot=0x237B,
70737 },
70738 [0x237C]={
70739  category="sm",
70740  description="RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW",
70741  direction="on",
70742  linebreak="al",
70743  unicodeslot=0x237C,
70744 },
70745 [0x237D]={
70746  category="so",
70747  description="SHOULDERED OPEN BOX",
70748  direction="on",
70749  linebreak="al",
70750  synonyms={ "keyboard symbol for no break space" },
70751  unicodeslot=0x237D,
70752 },
70753 [0x237E]={
70754  category="so",
70755  description="BELL SYMBOL",
70756  direction="on",
70757  linebreak="al",
70758  unicodeslot=0x237E,
70759 },
70760 [0x237F]={
70761  category="so",
70762  description="VERTICAL LINE WITH MIDDLE DOT",
70763  direction="on",
70764  linebreak="al",
70765  synonyms={ "symbol for end of medium" },
70766  unicodeslot=0x237F,
70767 },
70768 [0x2380]={
70769  category="so",
70770  description="INSERTION SYMBOL",
70771  direction="on",
70772  linebreak="al",
70773  unicodeslot=0x2380,
70774 },
70775 [0x2381]={
70776  category="so",
70777  description="CONTINUOUS UNDERLINE SYMBOL",
70778  direction="on",
70779  linebreak="al",
70780  unicodeslot=0x2381,
70781 },
70782 [0x2382]={
70783  category="so",
70784  description="DISCONTINUOUS UNDERLINE SYMBOL",
70785  direction="on",
70786  linebreak="al",
70787  unicodeslot=0x2382,
70788 },
70789 [0x2383]={
70790  category="so",
70791  description="EMPHASIS SYMBOL",
70792  direction="on",
70793  linebreak="al",
70794  unicodeslot=0x2383,
70795 },
70796 [0x2384]={
70797  category="so",
70798  description="COMPOSITION SYMBOL",
70799  direction="on",
70800  linebreak="al",
70801  unicodeslot=0x2384,
70802 },
70803 [0x2385]={
70804  category="so",
70805  description="WHITE SQUARE WITH CENTRE VERTICAL LINE",
70806  direction="on",
70807  linebreak="al",
70808  synonyms={ "center" },
70809  unicodeslot=0x2385,
70810 },
70811 [0x2386]={
70812  category="so",
70813  description="ENTER SYMBOL",
70814  direction="on",
70815  linebreak="al",
70816  unicodeslot=0x2386,
70817 },
70818 [0x2387]={
70819  category="so",
70820  description="ALTERNATIVE KEY SYMBOL",
70821  direction="on",
70822  linebreak="al",
70823  unicodeslot=0x2387,
70824 },
70825 [0x2388]={
70826  category="so",
70827  description="HELM SYMBOL",
70828  direction="on",
70829  linebreak="al",
70830  synonyms={ "control" },
70831  unicodeslot=0x2388,
70832 },
70833 [0x2389]={
70834  category="so",
70835  description="CIRCLED HORIZONTAL BAR WITH NOTCH",
70836  direction="on",
70837  linebreak="al",
70838  synonyms={ "pause" },
70839  unicodeslot=0x2389,
70840 },
70841 [0x238A]={
70842  category="so",
70843  description="CIRCLED TRIANGLE DOWN",
70844  direction="on",
70845  linebreak="al",
70846  synonyms={ "interrupt" },
70847  unicodeslot=0x238A,
70848 },
70849 [0x238B]={
70850  category="so",
70851  description="BROKEN CIRCLE WITH NORTHWEST ARROW",
70852  direction="on",
70853  linebreak="al",
70854  unicodeslot=0x238B,
70855 },
70856 [0x238C]={
70857  category="so",
70858  description="UNDO SYMBOL",
70859  direction="on",
70860  linebreak="al",
70861  unicodeslot=0x238C,
70862 },
70863 [0x238D]={
70864  category="so",
70865  description="MONOSTABLE SYMBOL",
70866  direction="on",
70867  linebreak="al",
70868  unicodeslot=0x238D,
70869 },
70870 [0x238E]={
70871  category="so",
70872  description="HYSTERESIS SYMBOL",
70873  direction="on",
70874  linebreak="al",
70875  unicodeslot=0x238E,
70876 },
70877 [0x238F]={
70878  category="so",
70879  description="OPEN-CIRCUIT-OUTPUT H-TYPE SYMBOL",
70880  direction="on",
70881  linebreak="al",
70882  unicodeslot=0x238F,
70883 },
70884 [0x2390]={
70885  category="so",
70886  description="OPEN-CIRCUIT-OUTPUT L-TYPE SYMBOL",
70887  direction="on",
70888  linebreak="al",
70889  unicodeslot=0x2390,
70890 },
70891 [0x2391]={
70892  category="so",
70893  description="PASSIVE-PULL-DOWN-OUTPUT SYMBOL",
70894  direction="on",
70895  linebreak="al",
70896  unicodeslot=0x2391,
70897 },
70898 [0x2392]={
70899  category="so",
70900  description="PASSIVE-PULL-UP-OUTPUT SYMBOL",
70901  direction="on",
70902  linebreak="al",
70903  unicodeslot=0x2392,
70904 },
70905 [0x2393]={
70906  category="so",
70907  description="DIRECT CURRENT SYMBOL FORM TWO",
70908  direction="on",
70909  linebreak="al",
70910  unicodeslot=0x2393,
70911 },
70912 [0x2394]={
70913  category="so",
70914  description="SOFTWARE-FUNCTION SYMBOL",
70915  direction="on",
70916  linebreak="al",
70917  unicodeslot=0x2394,
70918 },
70919 [0x2395]={
70920  category="so",
70921  description="APL FUNCTIONAL SYMBOL QUAD",
70922  direction="l",
70923  linebreak="al",
70924  unicodeslot=0x2395,
70925 },
70926 [0x2396]={
70927  category="so",
70928  description="DECIMAL SEPARATOR KEY SYMBOL",
70929  direction="on",
70930  linebreak="al",
70931  unicodeslot=0x2396,
70932 },
70933 [0x2397]={
70934  category="so",
70935  description="PREVIOUS PAGE",
70936  direction="on",
70937  linebreak="al",
70938  unicodeslot=0x2397,
70939 },
70940 [0x2398]={
70941  category="so",
70942  description="NEXT PAGE",
70943  direction="on",
70944  linebreak="al",
70945  unicodeslot=0x2398,
70946 },
70947 [0x2399]={
70948  category="so",
70949  description="PRINT SCREEN SYMBOL",
70950  direction="on",
70951  linebreak="al",
70952  unicodeslot=0x2399,
70953 },
70954 [0x239A]={
70955  category="so",
70956  description="CLEAR SCREEN SYMBOL",
70957  direction="on",
70958  linebreak="al",
70959  unicodeslot=0x239A,
70960 },
70961 [0x239B]={
70962  category="sm",
70963  description="LEFT PARENTHESIS UPPER HOOK",
70964  direction="on",
70965  linebreak="al",
70966  unicodeslot=0x239B,
70967 },
70968 [0x239C]={
70969  category="sm",
70970  description="LEFT PARENTHESIS EXTENSION",
70971  direction="on",
70972  linebreak="al",
70973  unicodeslot=0x239C,
70974 },
70975 [0x239D]={
70976  category="sm",
70977  description="LEFT PARENTHESIS LOWER HOOK",
70978  direction="on",
70979  linebreak="al",
70980  unicodeslot=0x239D,
70981 },
70982 [0x239E]={
70983  category="sm",
70984  description="RIGHT PARENTHESIS UPPER HOOK",
70985  direction="on",
70986  linebreak="al",
70987  unicodeslot=0x239E,
70988 },
70989 [0x239F]={
70990  category="sm",
70991  description="RIGHT PARENTHESIS EXTENSION",
70992  direction="on",
70993  linebreak="al",
70994  unicodeslot=0x239F,
70995 },
70996 [0x23A0]={
70997  category="sm",
70998  description="RIGHT PARENTHESIS LOWER HOOK",
70999  direction="on",
71000  linebreak="al",
71001  unicodeslot=0x23A0,
71002 },
71003 [0x23A1]={
71004  category="sm",
71005  description="LEFT SQUARE BRACKET UPPER CORNER",
71006  direction="on",
71007  linebreak="al",
71008  unicodeslot=0x23A1,
71009 },
71010 [0x23A2]={
71011  category="sm",
71012  description="LEFT SQUARE BRACKET EXTENSION",
71013  direction="on",
71014  linebreak="al",
71015  unicodeslot=0x23A2,
71016 },
71017 [0x23A3]={
71018  category="sm",
71019  description="LEFT SQUARE BRACKET LOWER CORNER",
71020  direction="on",
71021  linebreak="al",
71022  unicodeslot=0x23A3,
71023 },
71024 [0x23A4]={
71025  category="sm",
71026  description="RIGHT SQUARE BRACKET UPPER CORNER",
71027  direction="on",
71028  linebreak="al",
71029  unicodeslot=0x23A4,
71030 },
71031 [0x23A5]={
71032  category="sm",
71033  description="RIGHT SQUARE BRACKET EXTENSION",
71034  direction="on",
71035  linebreak="al",
71036  unicodeslot=0x23A5,
71037 },
71038 [0x23A6]={
71039  category="sm",
71040  description="RIGHT SQUARE BRACKET LOWER CORNER",
71041  direction="on",
71042  linebreak="al",
71043  unicodeslot=0x23A6,
71044 },
71045 [0x23A7]={
71046  category="sm",
71047  description="LEFT CURLY BRACKET UPPER HOOK",
71048  direction="on",
71049  linebreak="al",
71050  unicodeslot=0x23A7,
71051 },
71052 [0x23A8]={
71053  category="sm",
71054  description="LEFT CURLY BRACKET MIDDLE PIECE",
71055  direction="on",
71056  linebreak="al",
71057  unicodeslot=0x23A8,
71058 },
71059 [0x23A9]={
71060  category="sm",
71061  description="LEFT CURLY BRACKET LOWER HOOK",
71062  direction="on",
71063  linebreak="al",
71064  unicodeslot=0x23A9,
71065 },
71066 [0x23AA]={
71067  category="sm",
71068  description="CURLY BRACKET EXTENSION",
71069  direction="on",
71070  linebreak="al",
71071  unicodeslot=0x23AA,
71072 },
71073 [0x23AB]={
71074  category="sm",
71075  description="RIGHT CURLY BRACKET UPPER HOOK",
71076  direction="on",
71077  linebreak="al",
71078  unicodeslot=0x23AB,
71079 },
71080 [0x23AC]={
71081  category="sm",
71082  description="RIGHT CURLY BRACKET MIDDLE PIECE",
71083  direction="on",
71084  linebreak="al",
71085  unicodeslot=0x23AC,
71086 },
71087 [0x23AD]={
71088  category="sm",
71089  description="RIGHT CURLY BRACKET LOWER HOOK",
71090  direction="on",
71091  linebreak="al",
71092  unicodeslot=0x23AD,
71093 },
71094 [0x23AE]={
71095  category="sm",
71096  description="INTEGRAL EXTENSION",
71097  direction="on",
71098  linebreak="al",
71099  unicodeslot=0x23AE,
71100 },
71101 [0x23AF]={
71102  category="sm",
71103  description="HORIZONTAL LINE EXTENSION",
71104  direction="on",
71105  linebreak="al",
71106  unicodeslot=0x23AF,
71107 },
71108 [0x23B0]={
71109  category="sm",
71110  description="UPPER LEFT OR LOWER RIGHT CURLY BRACKET SECTION",
71111  direction="on",
71112  linebreak="al",
71113  mathclass="open",
71114  mathname="lmoustache",
71115  synonyms={ "left moustache" },
71116  unicodeslot=0x23B0,
71117 },
71118 [0x23B1]={
71119  category="sm",
71120  description="UPPER RIGHT OR LOWER LEFT CURLY BRACKET SECTION",
71121  direction="on",
71122  linebreak="al",
71123  mathclass="close",
71124  mathname="rmoustache",
71125  synonyms={ "right moustache" },
71126  unicodeslot=0x23B1,
71127 },
71128 [0x23B2]={
71129  category="sm",
71130  description="SUMMATION TOP",
71131  direction="on",
71132  linebreak="al",
71133  unicodeslot=0x23B2,
71134 },
71135 [0x23B3]={
71136  category="sm",
71137  description="SUMMATION BOTTOM",
71138  direction="on",
71139  linebreak="al",
71140  unicodeslot=0x23B3,
71141 },
71142 [0x23B4]={
71143  category="so",
71144  description="TOP SQUARE BRACKET",
71145  direction="on",
71146  linebreak="al",
71147  mathclass="topaccent",
71148  mathextensible="h",
71149  mathfiller="overbracketfill",
71150  mathname="overbracket",
71151  unicodeslot=0x23B4,
71152 },
71153 [0x23B5]={
71154  category="so",
71155  description="BOTTOM SQUARE BRACKET",
71156  direction="on",
71157  linebreak="al",
71158  mathclass="botaccent",
71159  mathextensible="h",
71160  mathfiller="underbracketfill",
71161  mathname="underbracket",
71162  unicodeslot=0x23B5,
71163 },
71164 [0x23B6]={
71165  category="so",
71166  description="BOTTOM SQUARE BRACKET OVER TOP SQUARE BRACKET",
71167  direction="on",
71168  linebreak="al",
71169  unicodeslot=0x23B6,
71170 },
71171 [0x23B7]={
71172  category="so",
71173  description="RADICAL SYMBOL BOTTOM",
71174  direction="on",
71175  linebreak="al",
71176  unicodeslot=0x23B7,
71177 },
71178 [0x23B8]={
71179  category="so",
71180  description="LEFT VERTICAL BOX LINE",
71181  direction="on",
71182  linebreak="al",
71183  unicodeslot=0x23B8,
71184 },
71185 [0x23B9]={
71186  category="so",
71187  description="RIGHT VERTICAL BOX LINE",
71188  direction="on",
71189  linebreak="al",
71190  unicodeslot=0x23B9,
71191 },
71192 [0x23BA]={
71193  category="so",
71194  description="HORIZONTAL SCAN LINE-0x0001",
71195  direction="on",
71196  linebreak="al",
71197  unicodeslot=0x23BA,
71198 },
71199 [0x23BB]={
71200  category="so",
71201  description="HORIZONTAL SCAN LINE-0x0003",
71202  direction="on",
71203  linebreak="al",
71204  unicodeslot=0x23BB,
71205 },
71206 [0x23BC]={
71207  category="so",
71208  description="HORIZONTAL SCAN LINE-0x0007",
71209  direction="on",
71210  linebreak="al",
71211  unicodeslot=0x23BC,
71212 },
71213 [0x23BD]={
71214  category="so",
71215  description="HORIZONTAL SCAN LINE-0x0009",
71216  direction="on",
71217  linebreak="al",
71218  unicodeslot=0x23BD,
71219 },
71220 [0x23BE]={
71221  category="so",
71222  description="DENTISTRY SYMBOL LIGHT VERTICAL AND TOP RIGHT",
71223  direction="on",
71224  linebreak="al",
71225  unicodeslot=0x23BE,
71226 },
71227 [0x23BF]={
71228  category="so",
71229  description="DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM RIGHT",
71230  direction="on",
71231  linebreak="al",
71232  unicodeslot=0x23BF,
71233 },
71234 [0x23C0]={
71235  category="so",
71236  description="DENTISTRY SYMBOL LIGHT VERTICAL WITH CIRCLE",
71237  direction="on",
71238  linebreak="al",
71239  unicodeslot=0x23C0,
71240 },
71241 [0x23C1]={
71242  category="so",
71243  description="DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH CIRCLE",
71244  direction="on",
71245  linebreak="al",
71246  unicodeslot=0x23C1,
71247 },
71248 [0x23C2]={
71249  category="so",
71250  description="DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH CIRCLE",
71251  direction="on",
71252  linebreak="al",
71253  unicodeslot=0x23C2,
71254 },
71255 [0x23C3]={
71256  category="so",
71257  description="DENTISTRY SYMBOL LIGHT VERTICAL WITH TRIANGLE",
71258  direction="on",
71259  linebreak="al",
71260  unicodeslot=0x23C3,
71261 },
71262 [0x23C4]={
71263  category="so",
71264  description="DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH TRIANGLE",
71265  direction="on",
71266  linebreak="al",
71267  unicodeslot=0x23C4,
71268 },
71269 [0x23C5]={
71270  category="so",
71271  description="DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH TRIANGLE",
71272  direction="on",
71273  linebreak="al",
71274  unicodeslot=0x23C5,
71275 },
71276 [0x23C6]={
71277  category="so",
71278  description="DENTISTRY SYMBOL LIGHT VERTICAL AND WAVE",
71279  direction="on",
71280  linebreak="al",
71281  unicodeslot=0x23C6,
71282 },
71283 [0x23C7]={
71284  category="so",
71285  description="DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH WAVE",
71286  direction="on",
71287  linebreak="al",
71288  unicodeslot=0x23C7,
71289 },
71290 [0x23C8]={
71291  category="so",
71292  description="DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH WAVE",
71293  direction="on",
71294  linebreak="al",
71295  unicodeslot=0x23C8,
71296 },
71297 [0x23C9]={
71298  category="so",
71299  description="DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL",
71300  direction="on",
71301  linebreak="al",
71302  unicodeslot=0x23C9,
71303 },
71304 [0x23CA]={
71305  category="so",
71306  description="DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL",
71307  direction="on",
71308  linebreak="al",
71309  unicodeslot=0x23CA,
71310 },
71311 [0x23CB]={
71312  category="so",
71313  description="DENTISTRY SYMBOL LIGHT VERTICAL AND TOP LEFT",
71314  direction="on",
71315  linebreak="al",
71316  unicodeslot=0x23CB,
71317 },
71318 [0x23CC]={
71319  category="so",
71320  description="DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM LEFT",
71321  direction="on",
71322  linebreak="al",
71323  unicodeslot=0x23CC,
71324 },
71325 [0x23CD]={
71326  category="so",
71327  description="SQUARE FOOT",
71328  direction="on",
71329  linebreak="al",
71330  unicodeslot=0x23CD,
71331 },
71332 [0x23CE]={
71333  category="so",
71334  description="RETURN SYMBOL",
71335  direction="on",
71336  linebreak="al",
71337  unicodeslot=0x23CE,
71338 },
71339 [0x23CF]={
71340  category="so",
71341  description="EJECT SYMBOL",
71342  direction="on",
71343  linebreak="al",
71344  synonyms={ "eject media" },
71345  unicodeslot=0x23CF,
71346  variants=variants_emoji,
71347 },
71348 [0x23D0]={
71349  category="so",
71350  description="VERTICAL LINE EXTENSION",
71351  direction="on",
71352  linebreak="al",
71353  unicodeslot=0x23D0,
71354 },
71355 [0x23D1]={
71356  category="so",
71357  description="METRICAL BREVE",
71358  direction="on",
71359  linebreak="al",
71360  unicodeslot=0x23D1,
71361 },
71362 [0x23D2]={
71363  category="so",
71364  description="METRICAL LONG OVER SHORT",
71365  direction="on",
71366  linebreak="al",
71367  unicodeslot=0x23D2,
71368 },
71369 [0x23D3]={
71370  category="so",
71371  description="METRICAL SHORT OVER LONG",
71372  direction="on",
71373  linebreak="al",
71374  unicodeslot=0x23D3,
71375 },
71376 [0x23D4]={
71377  category="so",
71378  description="METRICAL LONG OVER TWO SHORTS",
71379  direction="on",
71380  linebreak="al",
71381  unicodeslot=0x23D4,
71382 },
71383 [0x23D5]={
71384  category="so",
71385  description="METRICAL TWO SHORTS OVER LONG",
71386  direction="on",
71387  linebreak="al",
71388  unicodeslot=0x23D5,
71389 },
71390 [0x23D6]={
71391  category="so",
71392  description="METRICAL TWO SHORTS JOINED",
71393  direction="on",
71394  linebreak="al",
71395  unicodeslot=0x23D6,
71396 },
71397 [0x23D7]={
71398  category="so",
71399  description="METRICAL TRISEME",
71400  direction="on",
71401  linebreak="al",
71402  unicodeslot=0x23D7,
71403 },
71404 [0x23D8]={
71405  category="so",
71406  description="METRICAL TETRASEME",
71407  direction="on",
71408  linebreak="al",
71409  unicodeslot=0x23D8,
71410 },
71411 [0x23D9]={
71412  category="so",
71413  description="METRICAL PENTASEME",
71414  direction="on",
71415  linebreak="al",
71416  unicodeslot=0x23D9,
71417 },
71418 [0x23DA]={
71419  category="so",
71420  description="EARTH GROUND",
71421  direction="on",
71422  linebreak="al",
71423  unicodeslot=0x23DA,
71424 },
71425 [0x23DB]={
71426  category="so",
71427  description="FUSE",
71428  direction="on",
71429  linebreak="al",
71430  unicodeslot=0x23DB,
71431 },
71432 [0x23DC]={
71433  category="sm",
71434  description="TOP PARENTHESIS",
71435  direction="on",
71436  linebreak="al",
71437  mathclass="topaccent",
71438  mathextensible="h",
71439  mathfiller="overparentfill",
71440  mathname="overparent",
71441  unicodeslot=0x23DC,
71442 },
71443 [0x23DD]={
71444  category="sm",
71445  description="BOTTOM PARENTHESIS",
71446  direction="on",
71447  linebreak="al",
71448  mathclass="botaccent",
71449  mathextensible="h",
71450  mathfiller="underparentfill",
71451  mathname="underparent",
71452  unicodeslot=0x23DD,
71453 },
71454 [0x23DE]={
71455  category="sm",
71456  description="TOP CURLY BRACKET",
71457  direction="on",
71458  linebreak="al",
71459  mathclass="topaccent",
71460  mathextensible="h",
71461  mathfiller="overbracefill",
71462  mathname="overbrace",
71463  unicodeslot=0x23DE,
71464 },
71465 [0x23DF]={
71466  category="sm",
71467  description="BOTTOM CURLY BRACKET",
71468  direction="on",
71469  linebreak="al",
71470  mathclass="botaccent",
71471  mathextensible="h",
71472  mathfiller="underbracefill",
71473  mathname="underbrace",
71474  unicodeslot=0x23DF,
71475 },
71476 [0x23E0]={
71477  category="sm",
71478  description="TOP TORTOISE SHELL BRACKET",
71479  direction="on",
71480  linebreak="al",
71481  mathclass="topaccent",
71482  unicodeslot=0x23E0,
71483 },
71484 [0x23E1]={
71485  category="sm",
71486  description="BOTTOM TORTOISE SHELL BRACKET",
71487  direction="on",
71488  linebreak="al",
71489  mathclass="botaccent",
71490  unicodeslot=0x23E1,
71491 },
71492 [0x23E2]={
71493  category="so",
71494  description="WHITE TRAPEZIUM",
71495  direction="on",
71496  linebreak="al",
71497  unicodeslot=0x23E2,
71498 },
71499 [0x23E3]={
71500  category="so",
71501  description="BENZENE RING WITH CIRCLE",
71502  direction="on",
71503  linebreak="al",
71504  unicodeslot=0x23E3,
71505 },
71506 [0x23E4]={
71507  category="so",
71508  description="STRAIGHTNESS",
71509  direction="on",
71510  linebreak="al",
71511  unicodeslot=0x23E4,
71512 },
71513 [0x23E5]={
71514  category="so",
71515  description="FLATNESS",
71516  direction="on",
71517  linebreak="al",
71518  unicodeslot=0x23E5,
71519 },
71520 [0x23E6]={
71521  category="so",
71522  description="AC CURRENT",
71523  direction="on",
71524  linebreak="al",
71525  unicodeslot=0x23E6,
71526 },
71527 [0x23E7]={
71528  category="so",
71529  description="ELECTRICAL INTERSECTION",
71530  direction="on",
71531  linebreak="al",
71532  unicodeslot=0x23E7,
71533 },
71534 [0x23E8]={
71535  category="so",
71536  description="DECIMAL EXPONENT SYMBOL",
71537  direction="on",
71538  linebreak="al",
71539  unicodeslot=0x23E8,
71540 },
71541 [0x23E9]={
71542  category="so",
71543  cjkwd="w",
71544  description="BLACK RIGHT-POINTING DOUBLE TRIANGLE",
71545  direction="on",
71546  linebreak="al",
71547  synonyms={ "fast forward" },
71548  unicodeslot=0x23E9,
71549 },
71550 [0x23EA]={
71551  category="so",
71552  cjkwd="w",
71553  description="BLACK LEFT-POINTING DOUBLE TRIANGLE",
71554  direction="on",
71555  linebreak="al",
71556  synonyms={ "fast rewind" },
71557  unicodeslot=0x23EA,
71558 },
71559 [0x23EB]={
71560  category="so",
71561  cjkwd="w",
71562  description="BLACK UP-POINTING DOUBLE TRIANGLE",
71563  direction="on",
71564  linebreak="al",
71565  unicodeslot=0x23EB,
71566 },
71567 [0x23EC]={
71568  category="so",
71569  cjkwd="w",
71570  description="BLACK DOWN-POINTING DOUBLE TRIANGLE",
71571  direction="on",
71572  linebreak="al",
71573  unicodeslot=0x23EC,
71574 },
71575 [0x23ED]={
71576  category="so",
71577  description="BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR",
71578  direction="on",
71579  linebreak="al",
71580  unicodeslot=0x23ED,
71581  variants=variants_emoji,
71582 },
71583 [0x23EE]={
71584  category="so",
71585  description="BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR",
71586  direction="on",
71587  linebreak="al",
71588  unicodeslot=0x23EE,
71589  variants=variants_emoji,
71590 },
71591 [0x23EF]={
71592  category="so",
71593  description="BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR",
71594  direction="on",
71595  linebreak="al",
71596  unicodeslot=0x23EF,
71597  variants=variants_emoji,
71598 },
71599 [0x23F0]={
71600  category="so",
71601  cjkwd="w",
71602  description="ALARM CLOCK",
71603  direction="on",
71604  linebreak="id",
71605  unicodeslot=0x23F0,
71606 },
71607 [0x23F1]={
71608  category="so",
71609  description="STOPWATCH",
71610  direction="on",
71611  linebreak="id",
71612  unicodeslot=0x23F1,
71613  variants=variants_emoji,
71614 },
71615 [0x23F2]={
71616  category="so",
71617  description="TIMER CLOCK",
71618  direction="on",
71619  linebreak="id",
71620  unicodeslot=0x23F2,
71621  variants=variants_emoji,
71622 },
71623 [0x23F3]={
71624  category="so",
71625  cjkwd="w",
71626  description="HOURGLASS WITH FLOWING SAND",
71627  direction="on",
71628  linebreak="id",
71629  unicodeslot=0x23F3,
71630 },
71631 [0x23F4]={
71632  category="so",
71633  description="BLACK MEDIUM LEFT-POINTING TRIANGLE",
71634  direction="on",
71635  linebreak="al",
71636  synonyms={ "reverse play" },
71637  unicodeslot=0x23F4,
71638 },
71639 [0x23F5]={
71640  category="so",
71641  description="BLACK MEDIUM RIGHT-POINTING TRIANGLE",
71642  direction="on",
71643  linebreak="al",
71644  synonyms={ "forward play" },
71645  unicodeslot=0x23F5,
71646 },
71647 [0x23F6]={
71648  category="so",
71649  description="BLACK MEDIUM UP-POINTING TRIANGLE",
71650  direction="on",
71651  linebreak="al",
71652  synonyms={ "increase" },
71653  unicodeslot=0x23F6,
71654 },
71655 [0x23F7]={
71656  category="so",
71657  description="BLACK MEDIUM DOWN-POINTING TRIANGLE",
71658  direction="on",
71659  linebreak="al",
71660  synonyms={ "decrease" },
71661  unicodeslot=0x23F7,
71662 },
71663 [0x23F8]={
71664  category="so",
71665  description="DOUBLE VERTICAL BAR",
71666  direction="on",
71667  linebreak="al",
71668  synonyms={ "pause play" },
71669  unicodeslot=0x23F8,
71670  variants=variants_emoji,
71671 },
71672 [0x23F9]={
71673  category="so",
71674  description="BLACK SQUARE FOR STOP",
71675  direction="on",
71676  linebreak="al",
71677  synonyms={ "stop play" },
71678  unicodeslot=0x23F9,
71679  variants=variants_emoji,
71680 },
71681 [0x23FA]={
71682  category="so",
71683  description="BLACK CIRCLE FOR RECORD",
71684  direction="on",
71685  linebreak="al",
71686  synonyms={ "record" },
71687  unicodeslot=0x23FA,
71688  variants=variants_emoji,
71689 },
71690 [0x23FB]={
71691  category="so",
71692  description="POWER SYMBOL",
71693  direction="on",
71694  linebreak="al",
71695  unicodeslot=0x23FB,
71696 },
71697 [0x23FC]={
71698  category="so",
71699  description="POWER ON-OFF SYMBOL",
71700  direction="on",
71701  linebreak="al",
71702  unicodeslot=0x23FC,
71703 },
71704 [0x23FD]={
71705  category="so",
71706  description="POWER ON SYMBOL",
71707  direction="on",
71708  linebreak="al",
71709  unicodeslot=0x23FD,
71710 },
71711 [0x23FE]={
71712  category="so",
71713  description="POWER SLEEP SYMBOL",
71714  direction="on",
71715  linebreak="al",
71716  unicodeslot=0x23FE,
71717 },
71718 [0x23FF]={
71719  category="so",
71720  description="OBSERVER EYE SYMBOL",
71721  direction="on",
71722  linebreak="al",
71723  unicodeslot=0x23FF,
71724 },
71725 [0x2400]={
71726  category="so",
71727  description="SYMBOL FOR NULL",
71728  direction="on",
71729  linebreak="al",
71730  unicodeslot=0x2400,
71731 },
71732 [0x2401]={
71733  category="so",
71734  description="SYMBOL FOR START OF HEADING",
71735  direction="on",
71736  linebreak="al",
71737  unicodeslot=0x2401,
71738 },
71739 [0x2402]={
71740  category="so",
71741  description="SYMBOL FOR START OF TEXT",
71742  direction="on",
71743  linebreak="al",
71744  unicodeslot=0x2402,
71745 },
71746 [0x2403]={
71747  category="so",
71748  description="SYMBOL FOR END OF TEXT",
71749  direction="on",
71750  linebreak="al",
71751  unicodeslot=0x2403,
71752 },
71753 [0x2404]={
71754  category="so",
71755  description="SYMBOL FOR END OF TRANSMISSION",
71756  direction="on",
71757  linebreak="al",
71758  unicodeslot=0x2404,
71759 },
71760 [0x2405]={
71761  category="so",
71762  description="SYMBOL FOR ENQUIRY",
71763  direction="on",
71764  linebreak="al",
71765  unicodeslot=0x2405,
71766 },
71767 [0x2406]={
71768  category="so",
71769  description="SYMBOL FOR ACKNOWLEDGE",
71770  direction="on",
71771  linebreak="al",
71772  unicodeslot=0x2406,
71773 },
71774 [0x2407]={
71775  category="so",
71776  description="SYMBOL FOR BELL",
71777  direction="on",
71778  linebreak="al",
71779  unicodeslot=0x2407,
71780 },
71781 [0x2408]={
71782  category="so",
71783  description="SYMBOL FOR BACKSPACE",
71784  direction="on",
71785  linebreak="al",
71786  unicodeslot=0x2408,
71787 },
71788 [0x2409]={
71789  category="so",
71790  description="SYMBOL FOR HORIZONTAL TABULATION",
71791  direction="on",
71792  linebreak="al",
71793  unicodeslot=0x2409,
71794 },
71795 [0x240A]={
71796  category="so",
71797  description="SYMBOL FOR LINE FEED",
71798  direction="on",
71799  linebreak="al",
71800  unicodeslot=0x240A,
71801 },
71802 [0x240B]={
71803  category="so",
71804  description="SYMBOL FOR VERTICAL TABULATION",
71805  direction="on",
71806  linebreak="al",
71807  unicodeslot=0x240B,
71808 },
71809 [0x240C]={
71810  category="so",
71811  description="SYMBOL FOR FORM FEED",
71812  direction="on",
71813  linebreak="al",
71814  unicodeslot=0x240C,
71815 },
71816 [0x240D]={
71817  category="so",
71818  description="SYMBOL FOR CARRIAGE RETURN",
71819  direction="on",
71820  linebreak="al",
71821  unicodeslot=0x240D,
71822 },
71823 [0x240E]={
71824  category="so",
71825  description="SYMBOL FOR SHIFT OUT",
71826  direction="on",
71827  linebreak="al",
71828  unicodeslot=0x240E,
71829 },
71830 [0x240F]={
71831  category="so",
71832  description="SYMBOL FOR SHIFT IN",
71833  direction="on",
71834  linebreak="al",
71835  unicodeslot=0x240F,
71836 },
71837 [0x2410]={
71838  category="so",
71839  description="SYMBOL FOR DATA LINK ESCAPE",
71840  direction="on",
71841  linebreak="al",
71842  unicodeslot=0x2410,
71843 },
71844 [0x2411]={
71845  category="so",
71846  description="SYMBOL FOR DEVICE CONTROL ONE",
71847  direction="on",
71848  linebreak="al",
71849  unicodeslot=0x2411,
71850 },
71851 [0x2412]={
71852  category="so",
71853  description="SYMBOL FOR DEVICE CONTROL TWO",
71854  direction="on",
71855  linebreak="al",
71856  unicodeslot=0x2412,
71857 },
71858 [0x2413]={
71859  category="so",
71860  description="SYMBOL FOR DEVICE CONTROL THREE",
71861  direction="on",
71862  linebreak="al",
71863  unicodeslot=0x2413,
71864 },
71865 [0x2414]={
71866  category="so",
71867  description="SYMBOL FOR DEVICE CONTROL FOUR",
71868  direction="on",
71869  linebreak="al",
71870  unicodeslot=0x2414,
71871 },
71872 [0x2415]={
71873  category="so",
71874  description="SYMBOL FOR NEGATIVE ACKNOWLEDGE",
71875  direction="on",
71876  linebreak="al",
71877  unicodeslot=0x2415,
71878 },
71879 [0x2416]={
71880  category="so",
71881  description="SYMBOL FOR SYNCHRONOUS IDLE",
71882  direction="on",
71883  linebreak="al",
71884  unicodeslot=0x2416,
71885 },
71886 [0x2417]={
71887  category="so",
71888  description="SYMBOL FOR END OF TRANSMISSION BLOCK",
71889  direction="on",
71890  linebreak="al",
71891  unicodeslot=0x2417,
71892 },
71893 [0x2418]={
71894  category="so",
71895  description="SYMBOL FOR CANCEL",
71896  direction="on",
71897  linebreak="al",
71898  unicodeslot=0x2418,
71899 },
71900 [0x2419]={
71901  category="so",
71902  description="SYMBOL FOR END OF MEDIUM",
71903  direction="on",
71904  linebreak="al",
71905  unicodeslot=0x2419,
71906 },
71907 [0x241A]={
71908  category="so",
71909  description="SYMBOL FOR SUBSTITUTE",
71910  direction="on",
71911  linebreak="al",
71912  unicodeslot=0x241A,
71913 },
71914 [0x241B]={
71915  category="so",
71916  description="SYMBOL FOR ESCAPE",
71917  direction="on",
71918  linebreak="al",
71919  unicodeslot=0x241B,
71920 },
71921 [0x241C]={
71922  category="so",
71923  description="SYMBOL FOR FILE SEPARATOR",
71924  direction="on",
71925  linebreak="al",
71926  unicodeslot=0x241C,
71927 },
71928 [0x241D]={
71929  category="so",
71930  description="SYMBOL FOR GROUP SEPARATOR",
71931  direction="on",
71932  linebreak="al",
71933  unicodeslot=0x241D,
71934 },
71935 [0x241E]={
71936  category="so",
71937  description="SYMBOL FOR RECORD SEPARATOR",
71938  direction="on",
71939  linebreak="al",
71940  unicodeslot=0x241E,
71941 },
71942 [0x241F]={
71943  category="so",
71944  description="SYMBOL FOR UNIT SEPARATOR",
71945  direction="on",
71946  linebreak="al",
71947  unicodeslot=0x241F,
71948 },
71949 [0x2420]={
71950  category="so",
71951  description="SYMBOL FOR SPACE",
71952  direction="on",
71953  linebreak="al",
71954  unicodeslot=0x2420,
71955 },
71956 [0x2421]={
71957  category="so",
71958  description="SYMBOL FOR DELETE",
71959  direction="on",
71960  linebreak="al",
71961  unicodeslot=0x2421,
71962 },
71963 [0x2422]={
71964  category="so",
71965  description="BLANK SYMBOL",
71966  direction="on",
71967  linebreak="al",
71968  unicodeslot=0x2422,
71969 },
71970 [0x2423]={
71971  adobename="blank",
71972  category="so",
71973  contextname="textcontrolspace",
71974  description="OPEN BOX",
71975  direction="on",
71976  linebreak="al",
71977  synonyms={ "graphic for space" },
71978  unicodeslot=0x2423,
71979 },
71980 [0x2424]={
71981  category="so",
71982  description="SYMBOL FOR NEWLINE",
71983  direction="on",
71984  linebreak="al",
71985  unicodeslot=0x2424,
71986 },
71987 [0x2425]={
71988  category="so",
71989  description="SYMBOL FOR DELETE FORM TWO",
71990  direction="on",
71991  linebreak="al",
71992  unicodeslot=0x2425,
71993 },
71994 [0x2426]={
71995  category="so",
71996  description="SYMBOL FOR SUBSTITUTE FORM TWO",
71997  direction="on",
71998  linebreak="al",
71999  unicodeslot=0x2426,
72000 },
72001 [0x2440]={
72002  category="so",
72003  description="OCR HOOK",
72004  direction="on",
72005  linebreak="al",
72006  unicodeslot=0x2440,
72007 },
72008 [0x2441]={
72009  category="so",
72010  description="OCR CHAIR",
72011  direction="on",
72012  linebreak="al",
72013  unicodeslot=0x2441,
72014 },
72015 [0x2442]={
72016  category="so",
72017  description="OCR FORK",
72018  direction="on",
72019  linebreak="al",
72020  unicodeslot=0x2442,
72021 },
72022 [0x2443]={
72023  category="so",
72024  description="OCR INVERTED FORK",
72025  direction="on",
72026  linebreak="al",
72027  unicodeslot=0x2443,
72028 },
72029 [0x2444]={
72030  category="so",
72031  description="OCR BELT BUCKLE",
72032  direction="on",
72033  linebreak="al",
72034  unicodeslot=0x2444,
72035 },
72036 [0x2445]={
72037  category="so",
72038  description="OCR BOW TIE",
72039  direction="on",
72040  linebreak="al",
72041  unicodeslot=0x2445,
72042 },
72043 [0x2446]={
72044  category="so",
72045  description="OCR BRANCH BANK IDENTIFICATION",
72046  direction="on",
72047  linebreak="al",
72048  unicodeslot=0x2446,
72049 },
72050 [0x2447]={
72051  category="so",
72052  description="OCR AMOUNT OF CHECK",
72053  direction="on",
72054  linebreak="al",
72055  unicodeslot=0x2447,
72056 },
72057 [0x2448]={
72058  category="so",
72059  description="OCR DASH",
72060  direction="on",
72061  linebreak="al",
72062  unicodeslot=0x2448,
72063 },
72064 [0x2449]={
72065  category="so",
72066  description="OCR CUSTOMER ACCOUNT NUMBER",
72067  direction="on",
72068  linebreak="al",
72069  unicodeslot=0x2449,
72070 },
72071 [0x244A]={
72072  category="so",
72073  description="OCR DOUBLE BACKSLASH",
72074  direction="on",
72075  linebreak="al",
72076  unicodeslot=0x244A,
72077 },
72078 [0x2460]={
72079  adobename="onecircle",
72080  category="no",
72081  cjkwd="a",
72082  description="CIRCLED DIGIT ONE",
72083  direction="on",
72084  linebreak="ai",
72085  specials={ "circle", 0x31 },
72086  unicodeslot=0x2460,
72087 },
72088 [0x2461]={
72089  adobename="twocircle",
72090  category="no",
72091  cjkwd="a",
72092  description="CIRCLED DIGIT TWO",
72093  direction="on",
72094  linebreak="ai",
72095  specials={ "circle", 0x32 },
72096  unicodeslot=0x2461,
72097 },
72098 [0x2462]={
72099  adobename="threecircle",
72100  category="no",
72101  cjkwd="a",
72102  description="CIRCLED DIGIT THREE",
72103  direction="on",
72104  linebreak="ai",
72105  specials={ "circle", 0x33 },
72106  unicodeslot=0x2462,
72107 },
72108 [0x2463]={
72109  adobename="fourcircle",
72110  category="no",
72111  cjkwd="a",
72112  description="CIRCLED DIGIT FOUR",
72113  direction="on",
72114  linebreak="ai",
72115  specials={ "circle", 0x34 },
72116  unicodeslot=0x2463,
72117 },
72118 [0x2464]={
72119  adobename="fivecircle",
72120  category="no",
72121  cjkwd="a",
72122  description="CIRCLED DIGIT FIVE",
72123  direction="on",
72124  linebreak="ai",
72125  specials={ "circle", 0x35 },
72126  unicodeslot=0x2464,
72127 },
72128 [0x2465]={
72129  adobename="sixcircle",
72130  category="no",
72131  cjkwd="a",
72132  description="CIRCLED DIGIT SIX",
72133  direction="on",
72134  linebreak="ai",
72135  specials={ "circle", 0x36 },
72136  unicodeslot=0x2465,
72137 },
72138 [0x2466]={
72139  adobename="sevencircle",
72140  category="no",
72141  cjkwd="a",
72142  description="CIRCLED DIGIT SEVEN",
72143  direction="on",
72144  linebreak="ai",
72145  specials={ "circle", 0x37 },
72146  unicodeslot=0x2466,
72147 },
72148 [0x2467]={
72149  adobename="eightcircle",
72150  category="no",
72151  cjkwd="a",
72152  description="CIRCLED DIGIT EIGHT",
72153  direction="on",
72154  linebreak="ai",
72155  specials={ "circle", 0x38 },
72156  unicodeslot=0x2467,
72157 },
72158 [0x2468]={
72159  adobename="ninecircle",
72160  category="no",
72161  cjkwd="a",
72162  description="CIRCLED DIGIT NINE",
72163  direction="on",
72164  linebreak="ai",
72165  specials={ "circle", 0x39 },
72166  unicodeslot=0x2468,
72167 },
72168 [0x2469]={
72169  adobename="tencircle",
72170  category="no",
72171  cjkwd="a",
72172  description="CIRCLED NUMBER TEN",
72173  direction="on",
72174  linebreak="ai",
72175  specials={ "circle", 0x31, 0x30 },
72176  unicodeslot=0x2469,
72177 },
72178 [0x246A]={
72179  adobename="elevencircle",
72180  category="no",
72181  cjkwd="a",
72182  description="CIRCLED NUMBER ELEVEN",
72183  direction="on",
72184  linebreak="ai",
72185  specials={ "circle", 0x31, 0x31 },
72186  unicodeslot=0x246A,
72187 },
72188 [0x246B]={
72189  adobename="twelvecircle",
72190  category="no",
72191  cjkwd="a",
72192  description="CIRCLED NUMBER TWELVE",
72193  direction="on",
72194  linebreak="ai",
72195  specials={ "circle", 0x31, 0x32 },
72196  unicodeslot=0x246B,
72197 },
72198 [0x246C]={
72199  adobename="thirteencircle",
72200  category="no",
72201  cjkwd="a",
72202  description="CIRCLED NUMBER THIRTEEN",
72203  direction="on",
72204  linebreak="ai",
72205  specials={ "circle", 0x31, 0x33 },
72206  unicodeslot=0x246C,
72207 },
72208 [0x246D]={
72209  adobename="fourteencircle",
72210  category="no",
72211  cjkwd="a",
72212  description="CIRCLED NUMBER FOURTEEN",
72213  direction="on",
72214  linebreak="ai",
72215  specials={ "circle", 0x31, 0x34 },
72216  unicodeslot=0x246D,
72217 },
72218 [0x246E]={
72219  adobename="fifteencircle",
72220  category="no",
72221  cjkwd="a",
72222  description="CIRCLED NUMBER FIFTEEN",
72223  direction="on",
72224  linebreak="ai",
72225  specials={ "circle", 0x31, 0x35 },
72226  unicodeslot=0x246E,
72227 },
72228 [0x246F]={
72229  adobename="sixteencircle",
72230  category="no",
72231  cjkwd="a",
72232  description="CIRCLED NUMBER SIXTEEN",
72233  direction="on",
72234  linebreak="ai",
72235  specials={ "circle", 0x31, 0x36 },
72236  unicodeslot=0x246F,
72237 },
72238 [0x2470]={
72239  adobename="seventeencircle",
72240  category="no",
72241  cjkwd="a",
72242  description="CIRCLED NUMBER SEVENTEEN",
72243  direction="on",
72244  linebreak="ai",
72245  specials={ "circle", 0x31, 0x37 },
72246  unicodeslot=0x2470,
72247 },
72248 [0x2471]={
72249  adobename="eighteencircle",
72250  category="no",
72251  cjkwd="a",
72252  description="CIRCLED NUMBER EIGHTEEN",
72253  direction="on",
72254  linebreak="ai",
72255  specials={ "circle", 0x31, 0x38 },
72256  unicodeslot=0x2471,
72257 },
72258 [0x2472]={
72259  adobename="nineteencircle",
72260  category="no",
72261  cjkwd="a",
72262  description="CIRCLED NUMBER NINETEEN",
72263  direction="on",
72264  linebreak="ai",
72265  specials={ "circle", 0x31, 0x39 },
72266  unicodeslot=0x2472,
72267 },
72268 [0x2473]={
72269  adobename="twentycircle",
72270  category="no",
72271  cjkwd="a",
72272  description="CIRCLED NUMBER TWENTY",
72273  direction="on",
72274  linebreak="ai",
72275  specials={ "circle", 0x32, 0x30 },
72276  unicodeslot=0x2473,
72277 },
72278 [0x2474]={
72279  adobename="oneparen",
72280  category="no",
72281  cjkwd="a",
72282  description="PARENTHESIZED DIGIT ONE",
72283  direction="on",
72284  linebreak="ai",
72285  specials={ "compat", 0x28, 0x31, 0x29 },
72286  unicodeslot=0x2474,
72287 },
72288 [0x2475]={
72289  adobename="twoparen",
72290  category="no",
72291  cjkwd="a",
72292  description="PARENTHESIZED DIGIT TWO",
72293  direction="on",
72294  linebreak="ai",
72295  specials={ "compat", 0x28, 0x32, 0x29 },
72296  unicodeslot=0x2475,
72297 },
72298 [0x2476]={
72299  adobename="threeparen",
72300  category="no",
72301  cjkwd="a",
72302  description="PARENTHESIZED DIGIT THREE",
72303  direction="on",
72304  linebreak="ai",
72305  specials={ "compat", 0x28, 0x33, 0x29 },
72306  unicodeslot=0x2476,
72307 },
72308 [0x2477]={
72309  adobename="fourparen",
72310  category="no",
72311  cjkwd="a",
72312  description="PARENTHESIZED DIGIT FOUR",
72313  direction="on",
72314  linebreak="ai",
72315  specials={ "compat", 0x28, 0x34, 0x29 },
72316  unicodeslot=0x2477,
72317 },
72318 [0x2478]={
72319  adobename="fiveparen",
72320  category="no",
72321  cjkwd="a",
72322  description="PARENTHESIZED DIGIT FIVE",
72323  direction="on",
72324  linebreak="ai",
72325  specials={ "compat", 0x28, 0x35, 0x29 },
72326  unicodeslot=0x2478,
72327 },
72328 [0x2479]={
72329  adobename="sixparen",
72330  category="no",
72331  cjkwd="a",
72332  description="PARENTHESIZED DIGIT SIX",
72333  direction="on",
72334  linebreak="ai",
72335  specials={ "compat", 0x28, 0x36, 0x29 },
72336  unicodeslot=0x2479,
72337 },
72338 [0x247A]={
72339  adobename="sevenparen",
72340  category="no",
72341  cjkwd="a",
72342  description="PARENTHESIZED DIGIT SEVEN",
72343  direction="on",
72344  linebreak="ai",
72345  specials={ "compat", 0x28, 0x37, 0x29 },
72346  unicodeslot=0x247A,
72347 },
72348 [0x247B]={
72349  adobename="eightparen",
72350  category="no",
72351  cjkwd="a",
72352  description="PARENTHESIZED DIGIT EIGHT",
72353  direction="on",
72354  linebreak="ai",
72355  specials={ "compat", 0x28, 0x38, 0x29 },
72356  unicodeslot=0x247B,
72357 },
72358 [0x247C]={
72359  adobename="nineparen",
72360  category="no",
72361  cjkwd="a",
72362  description="PARENTHESIZED DIGIT NINE",
72363  direction="on",
72364  linebreak="ai",
72365  specials={ "compat", 0x28, 0x39, 0x29 },
72366  unicodeslot=0x247C,
72367 },
72368 [0x247D]={
72369  adobename="tenparen",
72370  category="no",
72371  cjkwd="a",
72372  description="PARENTHESIZED NUMBER TEN",
72373  direction="on",
72374  linebreak="ai",
72375  specials={ "compat", 0x28, 0x31, 0x30, 0x29 },
72376  unicodeslot=0x247D,
72377 },
72378 [0x247E]={
72379  adobename="elevenparen",
72380  category="no",
72381  cjkwd="a",
72382  description="PARENTHESIZED NUMBER ELEVEN",
72383  direction="on",
72384  linebreak="ai",
72385  specials={ "compat", 0x28, 0x31, 0x31, 0x29 },
72386  unicodeslot=0x247E,
72387 },
72388 [0x247F]={
72389  adobename="twelveparen",
72390  category="no",
72391  cjkwd="a",
72392  description="PARENTHESIZED NUMBER TWELVE",
72393  direction="on",
72394  linebreak="ai",
72395  specials={ "compat", 0x28, 0x31, 0x32, 0x29 },
72396  unicodeslot=0x247F,
72397 },
72398 [0x2480]={
72399  adobename="thirteenparen",
72400  category="no",
72401  cjkwd="a",
72402  description="PARENTHESIZED NUMBER THIRTEEN",
72403  direction="on",
72404  linebreak="ai",
72405  specials={ "compat", 0x28, 0x31, 0x33, 0x29 },
72406  unicodeslot=0x2480,
72407 },
72408 [0x2481]={
72409  adobename="fourteenparen",
72410  category="no",
72411  cjkwd="a",
72412  description="PARENTHESIZED NUMBER FOURTEEN",
72413  direction="on",
72414  linebreak="ai",
72415  specials={ "compat", 0x28, 0x31, 0x34, 0x29 },
72416  unicodeslot=0x2481,
72417 },
72418 [0x2482]={
72419  adobename="fifteenparen",
72420  category="no",
72421  cjkwd="a",
72422  description="PARENTHESIZED NUMBER FIFTEEN",
72423  direction="on",
72424  linebreak="ai",
72425  specials={ "compat", 0x28, 0x31, 0x35, 0x29 },
72426  unicodeslot=0x2482,
72427 },
72428 [0x2483]={
72429  adobename="sixteenparen",
72430  category="no",
72431  cjkwd="a",
72432  description="PARENTHESIZED NUMBER SIXTEEN",
72433  direction="on",
72434  linebreak="ai",
72435  specials={ "compat", 0x28, 0x31, 0x36, 0x29 },
72436  unicodeslot=0x2483,
72437 },
72438 [0x2484]={
72439  adobename="seventeenparen",
72440  category="no",
72441  cjkwd="a",
72442  description="PARENTHESIZED NUMBER SEVENTEEN",
72443  direction="on",
72444  linebreak="ai",
72445  specials={ "compat", 0x28, 0x31, 0x37, 0x29 },
72446  unicodeslot=0x2484,
72447 },
72448 [0x2485]={
72449  adobename="eighteenparen",
72450  category="no",
72451  cjkwd="a",
72452  description="PARENTHESIZED NUMBER EIGHTEEN",
72453  direction="on",
72454  linebreak="ai",
72455  specials={ "compat", 0x28, 0x31, 0x38, 0x29 },
72456  unicodeslot=0x2485,
72457 },
72458 [0x2486]={
72459  adobename="nineteenparen",
72460  category="no",
72461  cjkwd="a",
72462  description="PARENTHESIZED NUMBER NINETEEN",
72463  direction="on",
72464  linebreak="ai",
72465  specials={ "compat", 0x28, 0x31, 0x39, 0x29 },
72466  unicodeslot=0x2486,
72467 },
72468 [0x2487]={
72469  adobename="twentyparen",
72470  category="no",
72471  cjkwd="a",
72472  description="PARENTHESIZED NUMBER TWENTY",
72473  direction="on",
72474  linebreak="ai",
72475  specials={ "compat", 0x28, 0x32, 0x30, 0x29 },
72476  unicodeslot=0x2487,
72477 },
72478 [0x2488]={
72479  adobename="oneperiod",
72480  category="no",
72481  cjkwd="a",
72482  description="DIGIT ONE FULL STOP",
72483  direction="en",
72484  linebreak="ai",
72485  specials={ "compat", 0x31, 0x2E },
72486  unicodeslot=0x2488,
72487 },
72488 [0x2489]={
72489  adobename="twoperiod",
72490  category="no",
72491  cjkwd="a",
72492  description="DIGIT TWO FULL STOP",
72493  direction="en",
72494  linebreak="ai",
72495  specials={ "compat", 0x32, 0x2E },
72496  unicodeslot=0x2489,
72497 },
72498 [0x248A]={
72499  adobename="threeperiod",
72500  category="no",
72501  cjkwd="a",
72502  description="DIGIT THREE FULL STOP",
72503  direction="en",
72504  linebreak="ai",
72505  specials={ "compat", 0x33, 0x2E },
72506  unicodeslot=0x248A,
72507 },
72508 [0x248B]={
72509  adobename="fourperiod",
72510  category="no",
72511  cjkwd="a",
72512  description="DIGIT FOUR FULL STOP",
72513  direction="en",
72514  linebreak="ai",
72515  specials={ "compat", 0x34, 0x2E },
72516  unicodeslot=0x248B,
72517 },
72518 [0x248C]={
72519  adobename="fiveperiod",
72520  category="no",
72521  cjkwd="a",
72522  description="DIGIT FIVE FULL STOP",
72523  direction="en",
72524  linebreak="ai",
72525  specials={ "compat", 0x35, 0x2E },
72526  unicodeslot=0x248C,
72527 },
72528 [0x248D]={
72529  adobename="sixperiod",
72530  category="no",
72531  cjkwd="a",
72532  description="DIGIT SIX FULL STOP",
72533  direction="en",
72534  linebreak="ai",
72535  specials={ "compat", 0x36, 0x2E },
72536  unicodeslot=0x248D,
72537 },
72538 [0x248E]={
72539  adobename="sevenperiod",
72540  category="no",
72541  cjkwd="a",
72542  description="DIGIT SEVEN FULL STOP",
72543  direction="en",
72544  linebreak="ai",
72545  specials={ "compat", 0x37, 0x2E },
72546  unicodeslot=0x248E,
72547 },
72548 [0x248F]={
72549  adobename="eightperiod",
72550  category="no",
72551  cjkwd="a",
72552  description="DIGIT EIGHT FULL STOP",
72553  direction="en",
72554  linebreak="ai",
72555  specials={ "compat", 0x38, 0x2E },
72556  unicodeslot=0x248F,
72557 },
72558 [0x2490]={
72559  adobename="nineperiod",
72560  category="no",
72561  cjkwd="a",
72562  description="DIGIT NINE FULL STOP",
72563  direction="en",
72564  linebreak="ai",
72565  specials={ "compat", 0x39, 0x2E },
72566  unicodeslot=0x2490,
72567 },
72568 [0x2491]={
72569  adobename="tenperiod",
72570  category="no",
72571  cjkwd="a",
72572  description="NUMBER TEN FULL STOP",
72573  direction="en",
72574  linebreak="ai",
72575  specials={ "compat", 0x31, 0x30, 0x2E },
72576  unicodeslot=0x2491,
72577 },
72578 [0x2492]={
72579  adobename="elevenperiod",
72580  category="no",
72581  cjkwd="a",
72582  description="NUMBER ELEVEN FULL STOP",
72583  direction="en",
72584  linebreak="ai",
72585  specials={ "compat", 0x31, 0x31, 0x2E },
72586  unicodeslot=0x2492,
72587 },
72588 [0x2493]={
72589  adobename="twelveperiod",
72590  category="no",
72591  cjkwd="a",
72592  description="NUMBER TWELVE FULL STOP",
72593  direction="en",
72594  linebreak="ai",
72595  specials={ "compat", 0x31, 0x32, 0x2E },
72596  unicodeslot=0x2493,
72597 },
72598 [0x2494]={
72599  adobename="thirteenperiod",
72600  category="no",
72601  cjkwd="a",
72602  description="NUMBER THIRTEEN FULL STOP",
72603  direction="en",
72604  linebreak="ai",
72605  specials={ "compat", 0x31, 0x33, 0x2E },
72606  unicodeslot=0x2494,
72607 },
72608 [0x2495]={
72609  adobename="fourteenperiod",
72610  category="no",
72611  cjkwd="a",
72612  description="NUMBER FOURTEEN FULL STOP",
72613  direction="en",
72614  linebreak="ai",
72615  specials={ "compat", 0x31, 0x34, 0x2E },
72616  unicodeslot=0x2495,
72617 },
72618 [0x2496]={
72619  adobename="fifteenperiod",
72620  category="no",
72621  cjkwd="a",
72622  description="NUMBER FIFTEEN FULL STOP",
72623  direction="en",
72624  linebreak="ai",
72625  specials={ "compat", 0x31, 0x35, 0x2E },
72626  unicodeslot=0x2496,
72627 },
72628 [0x2497]={
72629  adobename="sixteenperiod",
72630  category="no",
72631  cjkwd="a",
72632  description="NUMBER SIXTEEN FULL STOP",
72633  direction="en",
72634  linebreak="ai",
72635  specials={ "compat", 0x31, 0x36, 0x2E },
72636  unicodeslot=0x2497,
72637 },
72638 [0x2498]={
72639  adobename="seventeenperiod",
72640  category="no",
72641  cjkwd="a",
72642  description="NUMBER SEVENTEEN FULL STOP",
72643  direction="en",
72644  linebreak="ai",
72645  specials={ "compat", 0x31, 0x37, 0x2E },
72646  unicodeslot=0x2498,
72647 },
72648 [0x2499]={
72649  adobename="eighteenperiod",
72650  category="no",
72651  cjkwd="a",
72652  description="NUMBER EIGHTEEN FULL STOP",
72653  direction="en",
72654  linebreak="ai",
72655  specials={ "compat", 0x31, 0x38, 0x2E },
72656  unicodeslot=0x2499,
72657 },
72658 [0x249A]={
72659  adobename="nineteenperiod",
72660  category="no",
72661  cjkwd="a",
72662  description="NUMBER NINETEEN FULL STOP",
72663  direction="en",
72664  linebreak="ai",
72665  specials={ "compat", 0x31, 0x39, 0x2E },
72666  unicodeslot=0x249A,
72667 },
72668 [0x249B]={
72669  adobename="twentyperiod",
72670  category="no",
72671  cjkwd="a",
72672  description="NUMBER TWENTY FULL STOP",
72673  direction="en",
72674  linebreak="ai",
72675  specials={ "compat", 0x32, 0x30, 0x2E },
72676  unicodeslot=0x249B,
72677 },
72678 [0x249C]={
72679  adobename="aparen",
72680  category="so",
72681  cjkwd="a",
72682  description="PARENTHESIZED LATIN SMALL LETTER A",
72683  direction="l",
72684  linebreak="ai",
72685  specials={ "compat", 0x28, 0x61, 0x29 },
72686  unicodeslot=0x249C,
72687 },
72688 [0x249D]={
72689  adobename="bparen",
72690  category="so",
72691  cjkwd="a",
72692  description="PARENTHESIZED LATIN SMALL LETTER B",
72693  direction="l",
72694  linebreak="ai",
72695  specials={ "compat", 0x28, 0x62, 0x29 },
72696  unicodeslot=0x249D,
72697 },
72698 [0x249E]={
72699  adobename="cparen",
72700  category="so",
72701  cjkwd="a",
72702  description="PARENTHESIZED LATIN SMALL LETTER C",
72703  direction="l",
72704  linebreak="ai",
72705  specials={ "compat", 0x28, 0x63, 0x29 },
72706  unicodeslot=0x249E,
72707 },
72708 [0x249F]={
72709  adobename="dparen",
72710  category="so",
72711  cjkwd="a",
72712  description="PARENTHESIZED LATIN SMALL LETTER D",
72713  direction="l",
72714  linebreak="ai",
72715  specials={ "compat", 0x28, 0x64, 0x29 },
72716  unicodeslot=0x249F,
72717 },
72718 [0x24A0]={
72719  adobename="eparen",
72720  category="so",
72721  cjkwd="a",
72722  description="PARENTHESIZED LATIN SMALL LETTER E",
72723  direction="l",
72724  linebreak="ai",
72725  specials={ "compat", 0x28, 0x65, 0x29 },
72726  unicodeslot=0x24A0,
72727 },
72728 [0x24A1]={
72729  adobename="fparen",
72730  category="so",
72731  cjkwd="a",
72732  description="PARENTHESIZED LATIN SMALL LETTER F",
72733  direction="l",
72734  linebreak="ai",
72735  specials={ "compat", 0x28, 0x66, 0x29 },
72736  unicodeslot=0x24A1,
72737 },
72738 [0x24A2]={
72739  adobename="gparen",
72740  category="so",
72741  cjkwd="a",
72742  description="PARENTHESIZED LATIN SMALL LETTER G",
72743  direction="l",
72744  linebreak="ai",
72745  specials={ "compat", 0x28, 0x67, 0x29 },
72746  unicodeslot=0x24A2,
72747 },
72748 [0x24A3]={
72749  adobename="hparen",
72750  category="so",
72751  cjkwd="a",
72752  description="PARENTHESIZED LATIN SMALL LETTER H",
72753  direction="l",
72754  linebreak="ai",
72755  specials={ "compat", 0x28, 0x68, 0x29 },
72756  unicodeslot=0x24A3,
72757 },
72758 [0x24A4]={
72759  adobename="iparen",
72760  category="so",
72761  cjkwd="a",
72762  description="PARENTHESIZED LATIN SMALL LETTER I",
72763  direction="l",
72764  linebreak="ai",
72765  specials={ "compat", 0x28, 0x69, 0x29 },
72766  unicodeslot=0x24A4,
72767 },
72768 [0x24A5]={
72769  adobename="jparen",
72770  category="so",
72771  cjkwd="a",
72772  description="PARENTHESIZED LATIN SMALL LETTER J",
72773  direction="l",
72774  linebreak="ai",
72775  specials={ "compat", 0x28, 0x6A, 0x29 },
72776  unicodeslot=0x24A5,
72777 },
72778 [0x24A6]={
72779  adobename="kparen",
72780  category="so",
72781  cjkwd="a",
72782  description="PARENTHESIZED LATIN SMALL LETTER K",
72783  direction="l",
72784  linebreak="ai",
72785  specials={ "compat", 0x28, 0x6B, 0x29 },
72786  unicodeslot=0x24A6,
72787 },
72788 [0x24A7]={
72789  adobename="lparen",
72790  category="so",
72791  cjkwd="a",
72792  description="PARENTHESIZED LATIN SMALL LETTER L",
72793  direction="l",
72794  linebreak="ai",
72795  specials={ "compat", 0x28, 0x6C, 0x29 },
72796  unicodeslot=0x24A7,
72797 },
72798 [0x24A8]={
72799  adobename="mparen",
72800  category="so",
72801  cjkwd="a",
72802  description="PARENTHESIZED LATIN SMALL LETTER M",
72803  direction="l",
72804  linebreak="ai",
72805  specials={ "compat", 0x28, 0x6D, 0x29 },
72806  unicodeslot=0x24A8,
72807 },
72808 [0x24A9]={
72809  adobename="nparen",
72810  category="so",
72811  cjkwd="a",
72812  description="PARENTHESIZED LATIN SMALL LETTER N",
72813  direction="l",
72814  linebreak="ai",
72815  specials={ "compat", 0x28, 0x6E, 0x29 },
72816  unicodeslot=0x24A9,
72817 },
72818 [0x24AA]={
72819  adobename="oparen",
72820  category="so",
72821  cjkwd="a",
72822  description="PARENTHESIZED LATIN SMALL LETTER O",
72823  direction="l",
72824  linebreak="ai",
72825  specials={ "compat", 0x28, 0x6F, 0x29 },
72826  unicodeslot=0x24AA,
72827 },
72828 [0x24AB]={
72829  adobename="pparen",
72830  category="so",
72831  cjkwd="a",
72832  description="PARENTHESIZED LATIN SMALL LETTER P",
72833  direction="l",
72834  linebreak="ai",
72835  specials={ "compat", 0x28, 0x70, 0x29 },
72836  unicodeslot=0x24AB,
72837 },
72838 [0x24AC]={
72839  adobename="qparen",
72840  category="so",
72841  cjkwd="a",
72842  description="PARENTHESIZED LATIN SMALL LETTER Q",
72843  direction="l",
72844  linebreak="ai",
72845  specials={ "compat", 0x28, 0x71, 0x29 },
72846  unicodeslot=0x24AC,
72847 },
72848 [0x24AD]={
72849  adobename="rparen",
72850  category="so",
72851  cjkwd="a",
72852  description="PARENTHESIZED LATIN SMALL LETTER R",
72853  direction="l",
72854  linebreak="ai",
72855  specials={ "compat", 0x28, 0x72, 0x29 },
72856  unicodeslot=0x24AD,
72857 },
72858 [0x24AE]={
72859  adobename="sparen",
72860  category="so",
72861  cjkwd="a",
72862  description="PARENTHESIZED LATIN SMALL LETTER S",
72863  direction="l",
72864  linebreak="ai",
72865  specials={ "compat", 0x28, 0x73, 0x29 },
72866  unicodeslot=0x24AE,
72867 },
72868 [0x24AF]={
72869  adobename="tparen",
72870  category="so",
72871  cjkwd="a",
72872  description="PARENTHESIZED LATIN SMALL LETTER T",
72873  direction="l",
72874  linebreak="ai",
72875  specials={ "compat", 0x28, 0x74, 0x29 },
72876  unicodeslot=0x24AF,
72877 },
72878 [0x24B0]={
72879  adobename="uparen",
72880  category="so",
72881  cjkwd="a",
72882  description="PARENTHESIZED LATIN SMALL LETTER U",
72883  direction="l",
72884  linebreak="ai",
72885  specials={ "compat", 0x28, 0x75, 0x29 },
72886  unicodeslot=0x24B0,
72887 },
72888 [0x24B1]={
72889  adobename="vparen",
72890  category="so",
72891  cjkwd="a",
72892  description="PARENTHESIZED LATIN SMALL LETTER V",
72893  direction="l",
72894  linebreak="ai",
72895  specials={ "compat", 0x28, 0x76, 0x29 },
72896  unicodeslot=0x24B1,
72897 },
72898 [0x24B2]={
72899  adobename="wparen",
72900  category="so",
72901  cjkwd="a",
72902  description="PARENTHESIZED LATIN SMALL LETTER W",
72903  direction="l",
72904  linebreak="ai",
72905  specials={ "compat", 0x28, 0x77, 0x29 },
72906  unicodeslot=0x24B2,
72907 },
72908 [0x24B3]={
72909  adobename="xparen",
72910  category="so",
72911  cjkwd="a",
72912  description="PARENTHESIZED LATIN SMALL LETTER X",
72913  direction="l",
72914  linebreak="ai",
72915  specials={ "compat", 0x28, 0x78, 0x29 },
72916  unicodeslot=0x24B3,
72917 },
72918 [0x24B4]={
72919  adobename="yparen",
72920  category="so",
72921  cjkwd="a",
72922  description="PARENTHESIZED LATIN SMALL LETTER Y",
72923  direction="l",
72924  linebreak="ai",
72925  specials={ "compat", 0x28, 0x79, 0x29 },
72926  unicodeslot=0x24B4,
72927 },
72928 [0x24B5]={
72929  adobename="zparen",
72930  category="so",
72931  cjkwd="a",
72932  description="PARENTHESIZED LATIN SMALL LETTER Z",
72933  direction="l",
72934  linebreak="ai",
72935  specials={ "compat", 0x28, 0x7A, 0x29 },
72936  unicodeslot=0x24B5,
72937 },
72938 [0x24B6]={
72939  adobename="Acircle",
72940  category="so",
72941  cjkwd="a",
72942  description="CIRCLED LATIN CAPITAL LETTER A",
72943  direction="l",
72944  lccode=0x24D0,
72945  linebreak="ai",
72946  specials={ "circle", 0x41 },
72947  unicodeslot=0x24B6,
72948 },
72949 [0x24B7]={
72950  adobename="Bcircle",
72951  category="so",
72952  cjkwd="a",
72953  description="CIRCLED LATIN CAPITAL LETTER B",
72954  direction="l",
72955  lccode=0x24D1,
72956  linebreak="ai",
72957  specials={ "circle", 0x42 },
72958  unicodeslot=0x24B7,
72959 },
72960 [0x24B8]={
72961  adobename="Ccircle",
72962  category="so",
72963  cjkwd="a",
72964  description="CIRCLED LATIN CAPITAL LETTER C",
72965  direction="l",
72966  lccode=0x24D2,
72967  linebreak="ai",
72968  specials={ "circle", 0x43 },
72969  unicodeslot=0x24B8,
72970 },
72971 [0x24B9]={
72972  adobename="Dcircle",
72973  category="so",
72974  cjkwd="a",
72975  description="CIRCLED LATIN CAPITAL LETTER D",
72976  direction="l",
72977  lccode=0x24D3,
72978  linebreak="ai",
72979  specials={ "circle", 0x44 },
72980  unicodeslot=0x24B9,
72981 },
72982 [0x24BA]={
72983  adobename="Ecircle",
72984  category="so",
72985  cjkwd="a",
72986  description="CIRCLED LATIN CAPITAL LETTER E",
72987  direction="l",
72988  lccode=0x24D4,
72989  linebreak="ai",
72990  specials={ "circle", 0x45 },
72991  unicodeslot=0x24BA,
72992 },
72993 [0x24BB]={
72994  adobename="Fcircle",
72995  category="so",
72996  cjkwd="a",
72997  description="CIRCLED LATIN CAPITAL LETTER F",
72998  direction="l",
72999  lccode=0x24D5,
73000  linebreak="ai",
73001  specials={ "circle", 0x46 },
73002  unicodeslot=0x24BB,
73003 },
73004 [0x24BC]={
73005  adobename="Gcircle",
73006  category="so",
73007  cjkwd="a",
73008  description="CIRCLED LATIN CAPITAL LETTER G",
73009  direction="l",
73010  lccode=0x24D6,
73011  linebreak="ai",
73012  specials={ "circle", 0x47 },
73013  unicodeslot=0x24BC,
73014 },
73015 [0x24BD]={
73016  adobename="Hcircle",
73017  category="so",
73018  cjkwd="a",
73019  description="CIRCLED LATIN CAPITAL LETTER H",
73020  direction="l",
73021  lccode=0x24D7,
73022  linebreak="ai",
73023  specials={ "circle", 0x48 },
73024  unicodeslot=0x24BD,
73025 },
73026 [0x24BE]={
73027  adobename="Icircle",
73028  category="so",
73029  cjkwd="a",
73030  description="CIRCLED LATIN CAPITAL LETTER I",
73031  direction="l",
73032  lccode=0x24D8,
73033  linebreak="ai",
73034  specials={ "circle", 0x49 },
73035  unicodeslot=0x24BE,
73036 },
73037 [0x24BF]={
73038  adobename="Jcircle",
73039  category="so",
73040  cjkwd="a",
73041  description="CIRCLED LATIN CAPITAL LETTER J",
73042  direction="l",
73043  lccode=0x24D9,
73044  linebreak="ai",
73045  specials={ "circle", 0x4A },
73046  unicodeslot=0x24BF,
73047 },
73048 [0x24C0]={
73049  adobename="Kcircle",
73050  category="so",
73051  cjkwd="a",
73052  description="CIRCLED LATIN CAPITAL LETTER K",
73053  direction="l",
73054  lccode=0x24DA,
73055  linebreak="ai",
73056  specials={ "circle", 0x4B },
73057  unicodeslot=0x24C0,
73058 },
73059 [0x24C1]={
73060  adobename="Lcircle",
73061  category="so",
73062  cjkwd="a",
73063  description="CIRCLED LATIN CAPITAL LETTER L",
73064  direction="l",
73065  lccode=0x24DB,
73066  linebreak="ai",
73067  specials={ "circle", 0x4C },
73068  unicodeslot=0x24C1,
73069 },
73070 [0x24C2]={
73071  adobename="Mcircle",
73072  category="so",
73073  cjkwd="a",
73074  description="CIRCLED LATIN CAPITAL LETTER M",
73075  direction="l",
73076  lccode=0x24DC,
73077  linebreak="ai",
73078  specials={ "circle", 0x4D },
73079  unicodeslot=0x24C2,
73080  variants=variants_emoji,
73081 },
73082 [0x24C3]={
73083  adobename="Ncircle",
73084  category="so",
73085  cjkwd="a",
73086  description="CIRCLED LATIN CAPITAL LETTER N",
73087  direction="l",
73088  lccode=0x24DD,
73089  linebreak="ai",
73090  specials={ "circle", 0x4E },
73091  unicodeslot=0x24C3,
73092 },
73093 [0x24C4]={
73094  adobename="Ocircle",
73095  category="so",
73096  cjkwd="a",
73097  description="CIRCLED LATIN CAPITAL LETTER O",
73098  direction="l",
73099  lccode=0x24DE,
73100  linebreak="ai",
73101  specials={ "circle", 0x4F },
73102  unicodeslot=0x24C4,
73103 },
73104 [0x24C5]={
73105  adobename="Pcircle",
73106  category="so",
73107  cjkwd="a",
73108  description="CIRCLED LATIN CAPITAL LETTER P",
73109  direction="l",
73110  lccode=0x24DF,
73111  linebreak="ai",
73112  specials={ "circle", 0x50 },
73113  unicodeslot=0x24C5,
73114 },
73115 [0x24C6]={
73116  adobename="Qcircle",
73117  category="so",
73118  cjkwd="a",
73119  description="CIRCLED LATIN CAPITAL LETTER Q",
73120  direction="l",
73121  lccode=0x24E0,
73122  linebreak="ai",
73123  specials={ "circle", 0x51 },
73124  unicodeslot=0x24C6,
73125 },
73126 [0x24C7]={
73127  adobename="Rcircle",
73128  category="so",
73129  cjkwd="a",
73130  description="CIRCLED LATIN CAPITAL LETTER R",
73131  direction="l",
73132  lccode=0x24E1,
73133  linebreak="ai",
73134  mathclass="ordinary",
73135  mathname="circledR",
73136  specials={ "circle", 0x52 },
73137  unicodeslot=0x24C7,
73138 },
73139 [0x24C8]={
73140  adobename="Scircle",
73141  category="so",
73142  cjkwd="a",
73143  description="CIRCLED LATIN CAPITAL LETTER S",
73144  direction="l",
73145  lccode=0x24E2,
73146  linebreak="ai",
73147  mathclass="ordinary",
73148  mathname="circledS",
73149  specials={ "circle", 0x53 },
73150  unicodeslot=0x24C8,
73151 },
73152 [0x24C9]={
73153  adobename="Tcircle",
73154  category="so",
73155  cjkwd="a",
73156  description="CIRCLED LATIN CAPITAL LETTER T",
73157  direction="l",
73158  lccode=0x24E3,
73159  linebreak="ai",
73160  specials={ "circle", 0x54 },
73161  unicodeslot=0x24C9,
73162 },
73163 [0x24CA]={
73164  adobename="Ucircle",
73165  category="so",
73166  cjkwd="a",
73167  description="CIRCLED LATIN CAPITAL LETTER U",
73168  direction="l",
73169  lccode=0x24E4,
73170  linebreak="ai",
73171  specials={ "circle", 0x55 },
73172  unicodeslot=0x24CA,
73173 },
73174 [0x24CB]={
73175  adobename="Vcircle",
73176  category="so",
73177  cjkwd="a",
73178  description="CIRCLED LATIN CAPITAL LETTER V",
73179  direction="l",
73180  lccode=0x24E5,
73181  linebreak="ai",
73182  specials={ "circle", 0x56 },
73183  unicodeslot=0x24CB,
73184 },
73185 [0x24CC]={
73186  adobename="Wcircle",
73187  category="so",
73188  cjkwd="a",
73189  description="CIRCLED LATIN CAPITAL LETTER W",
73190  direction="l",
73191  lccode=0x24E6,
73192  linebreak="ai",
73193  specials={ "circle", 0x57 },
73194  unicodeslot=0x24CC,
73195 },
73196 [0x24CD]={
73197  adobename="Xcircle",
73198  category="so",
73199  cjkwd="a",
73200  description="CIRCLED LATIN CAPITAL LETTER X",
73201  direction="l",
73202  lccode=0x24E7,
73203  linebreak="ai",
73204  specials={ "circle", 0x58 },
73205  unicodeslot=0x24CD,
73206 },
73207 [0x24CE]={
73208  adobename="Ycircle",
73209  category="so",
73210  cjkwd="a",
73211  description="CIRCLED LATIN CAPITAL LETTER Y",
73212  direction="l",
73213  lccode=0x24E8,
73214  linebreak="ai",
73215  specials={ "circle", 0x59 },
73216  unicodeslot=0x24CE,
73217 },
73218 [0x24CF]={
73219  adobename="Zcircle",
73220  category="so",
73221  cjkwd="a",
73222  description="CIRCLED LATIN CAPITAL LETTER Z",
73223  direction="l",
73224  lccode=0x24E9,
73225  linebreak="ai",
73226  specials={ "circle", 0x5A },
73227  unicodeslot=0x24CF,
73228 },
73229 [0x24D0]={
73230  adobename="acircle",
73231  category="so",
73232  cjkwd="a",
73233  description="CIRCLED LATIN SMALL LETTER A",
73234  direction="l",
73235  linebreak="ai",
73236  specials={ "circle", 0x61 },
73237  uccode=0x24B6,
73238  unicodeslot=0x24D0,
73239 },
73240 [0x24D1]={
73241  adobename="bcircle",
73242  category="so",
73243  cjkwd="a",
73244  description="CIRCLED LATIN SMALL LETTER B",
73245  direction="l",
73246  linebreak="ai",
73247  specials={ "circle", 0x62 },
73248  uccode=0x24B7,
73249  unicodeslot=0x24D1,
73250 },
73251 [0x24D2]={
73252  adobename="ccircle",
73253  category="so",
73254  cjkwd="a",
73255  description="CIRCLED LATIN SMALL LETTER C",
73256  direction="l",
73257  linebreak="ai",
73258  specials={ "circle", 0x63 },
73259  uccode=0x24B8,
73260  unicodeslot=0x24D2,
73261 },
73262 [0x24D3]={
73263  adobename="dcircle",
73264  category="so",
73265  cjkwd="a",
73266  description="CIRCLED LATIN SMALL LETTER D",
73267  direction="l",
73268  linebreak="ai",
73269  specials={ "circle", 0x64 },
73270  uccode=0x24B9,
73271  unicodeslot=0x24D3,
73272 },
73273 [0x24D4]={
73274  adobename="ecircle",
73275  category="so",
73276  cjkwd="a",
73277  description="CIRCLED LATIN SMALL LETTER E",
73278  direction="l",
73279  linebreak="ai",
73280  specials={ "circle", 0x65 },
73281  uccode=0x24BA,
73282  unicodeslot=0x24D4,
73283 },
73284 [0x24D5]={
73285  adobename="fcircle",
73286  category="so",
73287  cjkwd="a",
73288  description="CIRCLED LATIN SMALL LETTER F",
73289  direction="l",
73290  linebreak="ai",
73291  specials={ "circle", 0x66 },
73292  uccode=0x24BB,
73293  unicodeslot=0x24D5,
73294 },
73295 [0x24D6]={
73296  adobename="gcircle",
73297  category="so",
73298  cjkwd="a",
73299  description="CIRCLED LATIN SMALL LETTER G",
73300  direction="l",
73301  linebreak="ai",
73302  specials={ "circle", 0x67 },
73303  uccode=0x24BC,
73304  unicodeslot=0x24D6,
73305 },
73306 [0x24D7]={
73307  adobename="hcircle",
73308  category="so",
73309  cjkwd="a",
73310  description="CIRCLED LATIN SMALL LETTER H",
73311  direction="l",
73312  linebreak="ai",
73313  specials={ "circle", 0x68 },
73314  uccode=0x24BD,
73315  unicodeslot=0x24D7,
73316 },
73317 [0x24D8]={
73318  adobename="icircle",
73319  category="so",
73320  cjkwd="a",
73321  description="CIRCLED LATIN SMALL LETTER I",
73322  direction="l",
73323  linebreak="ai",
73324  specials={ "circle", 0x69 },
73325  uccode=0x24BE,
73326  unicodeslot=0x24D8,
73327 },
73328 [0x24D9]={
73329  adobename="jcircle",
73330  category="so",
73331  cjkwd="a",
73332  description="CIRCLED LATIN SMALL LETTER J",
73333  direction="l",
73334  linebreak="ai",
73335  specials={ "circle", 0x6A },
73336  uccode=0x24BF,
73337  unicodeslot=0x24D9,
73338 },
73339 [0x24DA]={
73340  adobename="kcircle",
73341  category="so",
73342  cjkwd="a",
73343  description="CIRCLED LATIN SMALL LETTER K",
73344  direction="l",
73345  linebreak="ai",
73346  specials={ "circle", 0x6B },
73347  uccode=0x24C0,
73348  unicodeslot=0x24DA,
73349 },
73350 [0x24DB]={
73351  adobename="lcircle",
73352  category="so",
73353  cjkwd="a",
73354  description="CIRCLED LATIN SMALL LETTER L",
73355  direction="l",
73356  linebreak="ai",
73357  specials={ "circle", 0x6C },
73358  uccode=0x24C1,
73359  unicodeslot=0x24DB,
73360 },
73361 [0x24DC]={
73362  adobename="mcircle",
73363  category="so",
73364  cjkwd="a",
73365  description="CIRCLED LATIN SMALL LETTER M",
73366  direction="l",
73367  linebreak="ai",
73368  specials={ "circle", 0x6D },
73369  uccode=0x24C2,
73370  unicodeslot=0x24DC,
73371 },
73372 [0x24DD]={
73373  adobename="ncircle",
73374  category="so",
73375  cjkwd="a",
73376  description="CIRCLED LATIN SMALL LETTER N",
73377  direction="l",
73378  linebreak="ai",
73379  specials={ "circle", 0x6E },
73380  uccode=0x24C3,
73381  unicodeslot=0x24DD,
73382 },
73383 [0x24DE]={
73384  adobename="ocircle",
73385  category="so",
73386  cjkwd="a",
73387  description="CIRCLED LATIN SMALL LETTER O",
73388  direction="l",
73389  linebreak="ai",
73390  specials={ "circle", 0x6F },
73391  uccode=0x24C4,
73392  unicodeslot=0x24DE,
73393 },
73394 [0x24DF]={
73395  adobename="pcircle",
73396  category="so",
73397  cjkwd="a",
73398  description="CIRCLED LATIN SMALL LETTER P",
73399  direction="l",
73400  linebreak="ai",
73401  specials={ "circle", 0x70 },
73402  uccode=0x24C5,
73403  unicodeslot=0x24DF,
73404 },
73405 [0x24E0]={
73406  adobename="qcircle",
73407  category="so",
73408  cjkwd="a",
73409  description="CIRCLED LATIN SMALL LETTER Q",
73410  direction="l",
73411  linebreak="ai",
73412  specials={ "circle", 0x71 },
73413  uccode=0x24C6,
73414  unicodeslot=0x24E0,
73415 },
73416 [0x24E1]={
73417  adobename="rcircle",
73418  category="so",
73419  cjkwd="a",
73420  description="CIRCLED LATIN SMALL LETTER R",
73421  direction="l",
73422  linebreak="ai",
73423  specials={ "circle", 0x72 },
73424  uccode=0x24C7,
73425  unicodeslot=0x24E1,
73426 },
73427 [0x24E2]={
73428  adobename="scircle",
73429  category="so",
73430  cjkwd="a",
73431  description="CIRCLED LATIN SMALL LETTER S",
73432  direction="l",
73433  linebreak="ai",
73434  specials={ "circle", 0x73 },
73435  uccode=0x24C8,
73436  unicodeslot=0x24E2,
73437 },
73438 [0x24E3]={
73439  adobename="tcircle",
73440  category="so",
73441  cjkwd="a",
73442  description="CIRCLED LATIN SMALL LETTER T",
73443  direction="l",
73444  linebreak="ai",
73445  specials={ "circle", 0x74 },
73446  uccode=0x24C9,
73447  unicodeslot=0x24E3,
73448 },
73449 [0x24E4]={
73450  adobename="ucircle",
73451  category="so",
73452  cjkwd="a",
73453  description="CIRCLED LATIN SMALL LETTER U",
73454  direction="l",
73455  linebreak="ai",
73456  specials={ "circle", 0x75 },
73457  uccode=0x24CA,
73458  unicodeslot=0x24E4,
73459 },
73460 [0x24E5]={
73461  adobename="vcircle",
73462  category="so",
73463  cjkwd="a",
73464  description="CIRCLED LATIN SMALL LETTER V",
73465  direction="l",
73466  linebreak="ai",
73467  specials={ "circle", 0x76 },
73468  uccode=0x24CB,
73469  unicodeslot=0x24E5,
73470 },
73471 [0x24E6]={
73472  adobename="wcircle",
73473  category="so",
73474  cjkwd="a",
73475  description="CIRCLED LATIN SMALL LETTER W",
73476  direction="l",
73477  linebreak="ai",
73478  specials={ "circle", 0x77 },
73479  uccode=0x24CC,
73480  unicodeslot=0x24E6,
73481 },
73482 [0x24E7]={
73483  adobename="xcircle",
73484  category="so",
73485  cjkwd="a",
73486  description="CIRCLED LATIN SMALL LETTER X",
73487  direction="l",
73488  linebreak="ai",
73489  specials={ "circle", 0x78 },
73490  uccode=0x24CD,
73491  unicodeslot=0x24E7,
73492 },
73493 [0x24E8]={
73494  adobename="ycircle",
73495  category="so",
73496  cjkwd="a",
73497  description="CIRCLED LATIN SMALL LETTER Y",
73498  direction="l",
73499  linebreak="ai",
73500  specials={ "circle", 0x79 },
73501  uccode=0x24CE,
73502  unicodeslot=0x24E8,
73503 },
73504 [0x24E9]={
73505  adobename="zcircle",
73506  category="so",
73507  cjkwd="a",
73508  description="CIRCLED LATIN SMALL LETTER Z",
73509  direction="l",
73510  linebreak="ai",
73511  specials={ "circle", 0x7A },
73512  uccode=0x24CF,
73513  unicodeslot=0x24E9,
73514 },
73515 [0x24EA]={
73516  category="no",
73517  description="CIRCLED DIGIT ZERO",
73518  direction="on",
73519  linebreak="ai",
73520  specials={ "circle", 0x30 },
73521  unicodeslot=0x24EA,
73522 },
73523 [0x24EB]={
73524  category="no",
73525  cjkwd="a",
73526  description="NEGATIVE CIRCLED NUMBER ELEVEN",
73527  direction="on",
73528  linebreak="ai",
73529  unicodeslot=0x24EB,
73530 },
73531 [0x24EC]={
73532  category="no",
73533  cjkwd="a",
73534  description="NEGATIVE CIRCLED NUMBER TWELVE",
73535  direction="on",
73536  linebreak="ai",
73537  unicodeslot=0x24EC,
73538 },
73539 [0x24ED]={
73540  category="no",
73541  cjkwd="a",
73542  description="NEGATIVE CIRCLED NUMBER THIRTEEN",
73543  direction="on",
73544  linebreak="ai",
73545  unicodeslot=0x24ED,
73546 },
73547 [0x24EE]={
73548  category="no",
73549  cjkwd="a",
73550  description="NEGATIVE CIRCLED NUMBER FOURTEEN",
73551  direction="on",
73552  linebreak="ai",
73553  unicodeslot=0x24EE,
73554 },
73555 [0x24EF]={
73556  category="no",
73557  cjkwd="a",
73558  description="NEGATIVE CIRCLED NUMBER FIFTEEN",
73559  direction="on",
73560  linebreak="ai",
73561  unicodeslot=0x24EF,
73562 },
73563 [0x24F0]={
73564  category="no",
73565  cjkwd="a",
73566  description="NEGATIVE CIRCLED NUMBER SIXTEEN",
73567  direction="on",
73568  linebreak="ai",
73569  unicodeslot=0x24F0,
73570 },
73571 [0x24F1]={
73572  category="no",
73573  cjkwd="a",
73574  description="NEGATIVE CIRCLED NUMBER SEVENTEEN",
73575  direction="on",
73576  linebreak="ai",
73577  unicodeslot=0x24F1,
73578 },
73579 [0x24F2]={
73580  category="no",
73581  cjkwd="a",
73582  description="NEGATIVE CIRCLED NUMBER EIGHTEEN",
73583  direction="on",
73584  linebreak="ai",
73585  unicodeslot=0x24F2,
73586 },
73587 [0x24F3]={
73588  category="no",
73589  cjkwd="a",
73590  description="NEGATIVE CIRCLED NUMBER NINETEEN",
73591  direction="on",
73592  linebreak="ai",
73593  unicodeslot=0x24F3,
73594 },
73595 [0x24F4]={
73596  category="no",
73597  cjkwd="a",
73598  description="NEGATIVE CIRCLED NUMBER TWENTY",
73599  direction="on",
73600  linebreak="ai",
73601  unicodeslot=0x24F4,
73602 },
73603 [0x24F5]={
73604  category="no",
73605  cjkwd="a",
73606  description="DOUBLE CIRCLED DIGIT ONE",
73607  direction="on",
73608  linebreak="ai",
73609  unicodeslot=0x24F5,
73610 },
73611 [0x24F6]={
73612  category="no",
73613  cjkwd="a",
73614  description="DOUBLE CIRCLED DIGIT TWO",
73615  direction="on",
73616  linebreak="ai",
73617  unicodeslot=0x24F6,
73618 },
73619 [0x24F7]={
73620  category="no",
73621  cjkwd="a",
73622  description="DOUBLE CIRCLED DIGIT THREE",
73623  direction="on",
73624  linebreak="ai",
73625  unicodeslot=0x24F7,
73626 },
73627 [0x24F8]={
73628  category="no",
73629  cjkwd="a",
73630  description="DOUBLE CIRCLED DIGIT FOUR",
73631  direction="on",
73632  linebreak="ai",
73633  unicodeslot=0x24F8,
73634 },
73635 [0x24F9]={
73636  category="no",
73637  cjkwd="a",
73638  description="DOUBLE CIRCLED DIGIT FIVE",
73639  direction="on",
73640  linebreak="ai",
73641  unicodeslot=0x24F9,
73642 },
73643 [0x24FA]={
73644  category="no",
73645  cjkwd="a",
73646  description="DOUBLE CIRCLED DIGIT SIX",
73647  direction="on",
73648  linebreak="ai",
73649  unicodeslot=0x24FA,
73650 },
73651 [0x24FB]={
73652  category="no",
73653  cjkwd="a",
73654  description="DOUBLE CIRCLED DIGIT SEVEN",
73655  direction="on",
73656  linebreak="ai",
73657  unicodeslot=0x24FB,
73658 },
73659 [0x24FC]={
73660  category="no",
73661  cjkwd="a",
73662  description="DOUBLE CIRCLED DIGIT EIGHT",
73663  direction="on",
73664  linebreak="ai",
73665  unicodeslot=0x24FC,
73666 },
73667 [0x24FD]={
73668  category="no",
73669  cjkwd="a",
73670  description="DOUBLE CIRCLED DIGIT NINE",
73671  direction="on",
73672  linebreak="ai",
73673  unicodeslot=0x24FD,
73674 },
73675 [0x24FE]={
73676  category="no",
73677  cjkwd="a",
73678  description="DOUBLE CIRCLED NUMBER TEN",
73679  direction="on",
73680  linebreak="ai",
73681  unicodeslot=0x24FE,
73682 },
73683 [0x24FF]={
73684  category="no",
73685  cjkwd="a",
73686  description="NEGATIVE CIRCLED DIGIT ZERO",
73687  direction="on",
73688  linebreak="al",
73689  unicodeslot=0x24FF,
73690 },
73691 [0x2500]={
73692  adobename="SF100000",
73693  category="so",
73694  cjkwd="a",
73695  description="BOX DRAWINGS LIGHT HORIZONTAL",
73696  direction="on",
73697  linebreak="ai",
73698  unicodeslot=0x2500,
73699 },
73700 [0x2501]={
73701  category="so",
73702  cjkwd="a",
73703  description="BOX DRAWINGS HEAVY HORIZONTAL",
73704  direction="on",
73705  linebreak="ai",
73706  unicodeslot=0x2501,
73707 },
73708 [0x2502]={
73709  adobename="SF110000",
73710  category="so",
73711  cjkwd="a",
73712  description="BOX DRAWINGS LIGHT VERTICAL",
73713  direction="on",
73714  linebreak="ai",
73715  unicodeslot=0x2502,
73716 },
73717 [0x2503]={
73718  category="so",
73719  cjkwd="a",
73720  description="BOX DRAWINGS HEAVY VERTICAL",
73721  direction="on",
73722  linebreak="ai",
73723  unicodeslot=0x2503,
73724 },
73725 [0x2504]={
73726  category="so",
73727  cjkwd="a",
73728  description="BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL",
73729  direction="on",
73730  linebreak="ai",
73731  unicodeslot=0x2504,
73732 },
73733 [0x2505]={
73734  category="so",
73735  cjkwd="a",
73736  description="BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL",
73737  direction="on",
73738  linebreak="ai",
73739  unicodeslot=0x2505,
73740 },
73741 [0x2506]={
73742  category="so",
73743  cjkwd="a",
73744  description="BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL",
73745  direction="on",
73746  linebreak="ai",
73747  unicodeslot=0x2506,
73748 },
73749 [0x2507]={
73750  category="so",
73751  cjkwd="a",
73752  description="BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL",
73753  direction="on",
73754  linebreak="ai",
73755  unicodeslot=0x2507,
73756 },
73757 [0x2508]={
73758  category="so",
73759  cjkwd="a",
73760  description="BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL",
73761  direction="on",
73762  linebreak="ai",
73763  unicodeslot=0x2508,
73764 },
73765 [0x2509]={
73766  category="so",
73767  cjkwd="a",
73768  description="BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL",
73769  direction="on",
73770  linebreak="ai",
73771  unicodeslot=0x2509,
73772 },
73773 [0x250A]={
73774  category="so",
73775  cjkwd="a",
73776  description="BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL",
73777  direction="on",
73778  linebreak="ai",
73779  unicodeslot=0x250A,
73780 },
73781 [0x250B]={
73782  category="so",
73783  cjkwd="a",
73784  description="BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL",
73785  direction="on",
73786  linebreak="ai",
73787  unicodeslot=0x250B,
73788 },
73789 [0x250C]={
73790  adobename="SF010000",
73791  category="so",
73792  cjkwd="a",
73793  description="BOX DRAWINGS LIGHT DOWN AND RIGHT",
73794  direction="on",
73795  linebreak="ai",
73796  unicodeslot=0x250C,
73797 },
73798 [0x250D]={
73799  category="so",
73800  cjkwd="a",
73801  description="BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY",
73802  direction="on",
73803  linebreak="ai",
73804  unicodeslot=0x250D,
73805 },
73806 [0x250E]={
73807  category="so",
73808  cjkwd="a",
73809  description="BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT",
73810  direction="on",
73811  linebreak="ai",
73812  unicodeslot=0x250E,
73813 },
73814 [0x250F]={
73815  category="so",
73816  cjkwd="a",
73817  description="BOX DRAWINGS HEAVY DOWN AND RIGHT",
73818  direction="on",
73819  linebreak="ai",
73820  unicodeslot=0x250F,
73821 },
73822 [0x2510]={
73823  adobename="SF030000",
73824  category="so",
73825  cjkwd="a",
73826  description="BOX DRAWINGS LIGHT DOWN AND LEFT",
73827  direction="on",
73828  linebreak="ai",
73829  unicodeslot=0x2510,
73830 },
73831 [0x2511]={
73832  category="so",
73833  cjkwd="a",
73834  description="BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY",
73835  direction="on",
73836  linebreak="ai",
73837  unicodeslot=0x2511,
73838 },
73839 [0x2512]={
73840  category="so",
73841  cjkwd="a",
73842  description="BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT",
73843  direction="on",
73844  linebreak="ai",
73845  unicodeslot=0x2512,
73846 },
73847 [0x2513]={
73848  category="so",
73849  cjkwd="a",
73850  description="BOX DRAWINGS HEAVY DOWN AND LEFT",
73851  direction="on",
73852  linebreak="ai",
73853  unicodeslot=0x2513,
73854 },
73855 [0x2514]={
73856  adobename="SF020000",
73857  category="so",
73858  cjkwd="a",
73859  description="BOX DRAWINGS LIGHT UP AND RIGHT",
73860  direction="on",
73861  linebreak="ai",
73862  unicodeslot=0x2514,
73863 },
73864 [0x2515]={
73865  category="so",
73866  cjkwd="a",
73867  description="BOX DRAWINGS UP LIGHT AND RIGHT HEAVY",
73868  direction="on",
73869  linebreak="ai",
73870  unicodeslot=0x2515,
73871 },
73872 [0x2516]={
73873  category="so",
73874  cjkwd="a",
73875  description="BOX DRAWINGS UP HEAVY AND RIGHT LIGHT",
73876  direction="on",
73877  linebreak="ai",
73878  unicodeslot=0x2516,
73879 },
73880 [0x2517]={
73881  category="so",
73882  cjkwd="a",
73883  description="BOX DRAWINGS HEAVY UP AND RIGHT",
73884  direction="on",
73885  linebreak="ai",
73886  unicodeslot=0x2517,
73887 },
73888 [0x2518]={
73889  adobename="SF040000",
73890  category="so",
73891  cjkwd="a",
73892  description="BOX DRAWINGS LIGHT UP AND LEFT",
73893  direction="on",
73894  linebreak="ai",
73895  unicodeslot=0x2518,
73896 },
73897 [0x2519]={
73898  category="so",
73899  cjkwd="a",
73900  description="BOX DRAWINGS UP LIGHT AND LEFT HEAVY",
73901  direction="on",
73902  linebreak="ai",
73903  unicodeslot=0x2519,
73904 },
73905 [0x251A]={
73906  category="so",
73907  cjkwd="a",
73908  description="BOX DRAWINGS UP HEAVY AND LEFT LIGHT",
73909  direction="on",
73910  linebreak="ai",
73911  unicodeslot=0x251A,
73912 },
73913 [0x251B]={
73914  category="so",
73915  cjkwd="a",
73916  description="BOX DRAWINGS HEAVY UP AND LEFT",
73917  direction="on",
73918  linebreak="ai",
73919  unicodeslot=0x251B,
73920 },
73921 [0x251C]={
73922  adobename="SF080000",
73923  category="so",
73924  cjkwd="a",
73925  description="BOX DRAWINGS LIGHT VERTICAL AND RIGHT",
73926  direction="on",
73927  linebreak="ai",
73928  unicodeslot=0x251C,
73929 },
73930 [0x251D]={
73931  category="so",
73932  cjkwd="a",
73933  description="BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY",
73934  direction="on",
73935  linebreak="ai",
73936  unicodeslot=0x251D,
73937 },
73938 [0x251E]={
73939  category="so",
73940  cjkwd="a",
73941  description="BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT",
73942  direction="on",
73943  linebreak="ai",
73944  unicodeslot=0x251E,
73945 },
73946 [0x251F]={
73947  category="so",
73948  cjkwd="a",
73949  description="BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT",
73950  direction="on",
73951  linebreak="ai",
73952  unicodeslot=0x251F,
73953 },
73954 [0x2520]={
73955  category="so",
73956  cjkwd="a",
73957  description="BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT",
73958  direction="on",
73959  linebreak="ai",
73960  unicodeslot=0x2520,
73961 },
73962 [0x2521]={
73963  category="so",
73964  cjkwd="a",
73965  description="BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY",
73966  direction="on",
73967  linebreak="ai",
73968  unicodeslot=0x2521,
73969 },
73970 [0x2522]={
73971  category="so",
73972  cjkwd="a",
73973  description="BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY",
73974  direction="on",
73975  linebreak="ai",
73976  unicodeslot=0x2522,
73977 },
73978 [0x2523]={
73979  category="so",
73980  cjkwd="a",
73981  description="BOX DRAWINGS HEAVY VERTICAL AND RIGHT",
73982  direction="on",
73983  linebreak="ai",
73984  unicodeslot=0x2523,
73985 },
73986 [0x2524]={
73987  adobename="SF090000",
73988  category="so",
73989  cjkwd="a",
73990  description="BOX DRAWINGS LIGHT VERTICAL AND LEFT",
73991  direction="on",
73992  linebreak="ai",
73993  unicodeslot=0x2524,
73994 },
73995 [0x2525]={
73996  category="so",
73997  cjkwd="a",
73998  description="BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY",
73999  direction="on",
74000  linebreak="ai",
74001  unicodeslot=0x2525,
74002 },
74003 [0x2526]={
74004  category="so",
74005  cjkwd="a",
74006  description="BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT",
74007  direction="on",
74008  linebreak="ai",
74009  unicodeslot=0x2526,
74010 },
74011 [0x2527]={
74012  category="so",
74013  cjkwd="a",
74014  description="BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT",
74015  direction="on",
74016  linebreak="ai",
74017  unicodeslot=0x2527,
74018 },
74019 [0x2528]={
74020  category="so",
74021  cjkwd="a",
74022  description="BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT",
74023  direction="on",
74024  linebreak="ai",
74025  unicodeslot=0x2528,
74026 },
74027 [0x2529]={
74028  category="so",
74029  cjkwd="a",
74030  description="BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY",
74031  direction="on",
74032  linebreak="ai",
74033  unicodeslot=0x2529,
74034 },
74035 [0x252A]={
74036  category="so",
74037  cjkwd="a",
74038  description="BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY",
74039  direction="on",
74040  linebreak="ai",
74041  unicodeslot=0x252A,
74042 },
74043 [0x252B]={
74044  category="so",
74045  cjkwd="a",
74046  description="BOX DRAWINGS HEAVY VERTICAL AND LEFT",
74047  direction="on",
74048  linebreak="ai",
74049  unicodeslot=0x252B,
74050 },
74051 [0x252C]={
74052  adobename="SF060000",
74053  category="so",
74054  cjkwd="a",
74055  description="BOX DRAWINGS LIGHT DOWN AND HORIZONTAL",
74056  direction="on",
74057  linebreak="ai",
74058  unicodeslot=0x252C,
74059 },
74060 [0x252D]={
74061  category="so",
74062  cjkwd="a",
74063  description="BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT",
74064  direction="on",
74065  linebreak="ai",
74066  unicodeslot=0x252D,
74067 },
74068 [0x252E]={
74069  category="so",
74070  cjkwd="a",
74071  description="BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT",
74072  direction="on",
74073  linebreak="ai",
74074  unicodeslot=0x252E,
74075 },
74076 [0x252F]={
74077  category="so",
74078  cjkwd="a",
74079  description="BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY",
74080  direction="on",
74081  linebreak="ai",
74082  unicodeslot=0x252F,
74083 },
74084 [0x2530]={
74085  category="so",
74086  cjkwd="a",
74087  description="BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT",
74088  direction="on",
74089  linebreak="ai",
74090  unicodeslot=0x2530,
74091 },
74092 [0x2531]={
74093  category="so",
74094  cjkwd="a",
74095  description="BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY",
74096  direction="on",
74097  linebreak="ai",
74098  unicodeslot=0x2531,
74099 },
74100 [0x2532]={
74101  category="so",
74102  cjkwd="a",
74103  description="BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY",
74104  direction="on",
74105  linebreak="ai",
74106  unicodeslot=0x2532,
74107 },
74108 [0x2533]={
74109  category="so",
74110  cjkwd="a",
74111  description="BOX DRAWINGS HEAVY DOWN AND HORIZONTAL",
74112  direction="on",
74113  linebreak="ai",
74114  unicodeslot=0x2533,
74115 },
74116 [0x2534]={
74117  adobename="SF070000",
74118  category="so",
74119  cjkwd="a",
74120  description="BOX DRAWINGS LIGHT UP AND HORIZONTAL",
74121  direction="on",
74122  linebreak="ai",
74123  unicodeslot=0x2534,
74124 },
74125 [0x2535]={
74126  category="so",
74127  cjkwd="a",
74128  description="BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT",
74129  direction="on",
74130  linebreak="ai",
74131  unicodeslot=0x2535,
74132 },
74133 [0x2536]={
74134  category="so",
74135  cjkwd="a",
74136  description="BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT",
74137  direction="on",
74138  linebreak="ai",
74139  unicodeslot=0x2536,
74140 },
74141 [0x2537]={
74142  category="so",
74143  cjkwd="a",
74144  description="BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY",
74145  direction="on",
74146  linebreak="ai",
74147  unicodeslot=0x2537,
74148 },
74149 [0x2538]={
74150  category="so",
74151  cjkwd="a",
74152  description="BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT",
74153  direction="on",
74154  linebreak="ai",
74155  unicodeslot=0x2538,
74156 },
74157 [0x2539]={
74158  category="so",
74159  cjkwd="a",
74160  description="BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY",
74161  direction="on",
74162  linebreak="ai",
74163  unicodeslot=0x2539,
74164 },
74165 [0x253A]={
74166  category="so",
74167  cjkwd="a",
74168  description="BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY",
74169  direction="on",
74170  linebreak="ai",
74171  unicodeslot=0x253A,
74172 },
74173 [0x253B]={
74174  category="so",
74175  cjkwd="a",
74176  description="BOX DRAWINGS HEAVY UP AND HORIZONTAL",
74177  direction="on",
74178  linebreak="ai",
74179  unicodeslot=0x253B,
74180 },
74181 [0x253C]={
74182  adobename="SF050000",
74183  category="so",
74184  cjkwd="a",
74185  description="BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL",
74186  direction="on",
74187  linebreak="ai",
74188  unicodeslot=0x253C,
74189 },
74190 [0x253D]={
74191  category="so",
74192  cjkwd="a",
74193  description="BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT",
74194  direction="on",
74195  linebreak="ai",
74196  unicodeslot=0x253D,
74197 },
74198 [0x253E]={
74199  category="so",
74200  cjkwd="a",
74201  description="BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT",
74202  direction="on",
74203  linebreak="ai",
74204  unicodeslot=0x253E,
74205 },
74206 [0x253F]={
74207  category="so",
74208  cjkwd="a",
74209  description="BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY",
74210  direction="on",
74211  linebreak="ai",
74212  unicodeslot=0x253F,
74213 },
74214 [0x2540]={
74215  category="so",
74216  cjkwd="a",
74217  description="BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT",
74218  direction="on",
74219  linebreak="ai",
74220  unicodeslot=0x2540,
74221 },
74222 [0x2541]={
74223  category="so",
74224  cjkwd="a",
74225  description="BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT",
74226  direction="on",
74227  linebreak="ai",
74228  unicodeslot=0x2541,
74229 },
74230 [0x2542]={
74231  category="so",
74232  cjkwd="a",
74233  description="BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT",
74234  direction="on",
74235  linebreak="ai",
74236  unicodeslot=0x2542,
74237 },
74238 [0x2543]={
74239  category="so",
74240  cjkwd="a",
74241  description="BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT",
74242  direction="on",
74243  linebreak="ai",
74244  unicodeslot=0x2543,
74245 },
74246 [0x2544]={
74247  category="so",
74248  cjkwd="a",
74249  description="BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT",
74250  direction="on",
74251  linebreak="ai",
74252  unicodeslot=0x2544,
74253 },
74254 [0x2545]={
74255  category="so",
74256  cjkwd="a",
74257  description="BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT",
74258  direction="on",
74259  linebreak="ai",
74260  unicodeslot=0x2545,
74261 },
74262 [0x2546]={
74263  category="so",
74264  cjkwd="a",
74265  description="BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT",
74266  direction="on",
74267  linebreak="ai",
74268  unicodeslot=0x2546,
74269 },
74270 [0x2547]={
74271  category="so",
74272  cjkwd="a",
74273  description="BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY",
74274  direction="on",
74275  linebreak="ai",
74276  unicodeslot=0x2547,
74277 },
74278 [0x2548]={
74279  category="so",
74280  cjkwd="a",
74281  description="BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY",
74282  direction="on",
74283  linebreak="ai",
74284  unicodeslot=0x2548,
74285 },
74286 [0x2549]={
74287  category="so",
74288  cjkwd="a",
74289  description="BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY",
74290  direction="on",
74291  linebreak="ai",
74292  unicodeslot=0x2549,
74293 },
74294 [0x254A]={
74295  category="so",
74296  cjkwd="a",
74297  description="BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY",
74298  direction="on",
74299  linebreak="ai",
74300  unicodeslot=0x254A,
74301 },
74302 [0x254B]={
74303  category="so",
74304  cjkwd="a",
74305  description="BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL",
74306  direction="on",
74307  linebreak="ai",
74308  unicodeslot=0x254B,
74309 },
74310 [0x254C]={
74311  category="so",
74312  description="BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL",
74313  direction="on",
74314  linebreak="al",
74315  unicodeslot=0x254C,
74316 },
74317 [0x254D]={
74318  category="so",
74319  description="BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL",
74320  direction="on",
74321  linebreak="al",
74322  unicodeslot=0x254D,
74323 },
74324 [0x254E]={
74325  category="so",
74326  description="BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL",
74327  direction="on",
74328  linebreak="al",
74329  unicodeslot=0x254E,
74330 },
74331 [0x254F]={
74332  category="so",
74333  description="BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL",
74334  direction="on",
74335  linebreak="al",
74336  unicodeslot=0x254F,
74337 },
74338 [0x2550]={
74339  adobename="SF430000",
74340  category="so",
74341  cjkwd="a",
74342  description="BOX DRAWINGS DOUBLE HORIZONTAL",
74343  direction="on",
74344  linebreak="ai",
74345  unicodeslot=0x2550,
74346 },
74347 [0x2551]={
74348  adobename="SF240000",
74349  category="so",
74350  cjkwd="a",
74351  description="BOX DRAWINGS DOUBLE VERTICAL",
74352  direction="on",
74353  linebreak="ai",
74354  unicodeslot=0x2551,
74355 },
74356 [0x2552]={
74357  adobename="SF510000",
74358  category="so",
74359  cjkwd="a",
74360  description="BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE",
74361  direction="on",
74362  linebreak="ai",
74363  unicodeslot=0x2552,
74364 },
74365 [0x2553]={
74366  adobename="SF520000",
74367  category="so",
74368  cjkwd="a",
74369  description="BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE",
74370  direction="on",
74371  linebreak="ai",
74372  unicodeslot=0x2553,
74373 },
74374 [0x2554]={
74375  adobename="SF390000",
74376  category="so",
74377  cjkwd="a",
74378  description="BOX DRAWINGS DOUBLE DOWN AND RIGHT",
74379  direction="on",
74380  linebreak="ai",
74381  unicodeslot=0x2554,
74382 },
74383 [0x2555]={
74384  adobename="SF220000",
74385  category="so",
74386  cjkwd="a",
74387  description="BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE",
74388  direction="on",
74389  linebreak="ai",
74390  unicodeslot=0x2555,
74391 },
74392 [0x2556]={
74393  adobename="SF210000",
74394  category="so",
74395  cjkwd="a",
74396  description="BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE",
74397  direction="on",
74398  linebreak="ai",
74399  unicodeslot=0x2556,
74400 },
74401 [0x2557]={
74402  adobename="SF250000",
74403  category="so",
74404  cjkwd="a",
74405  description="BOX DRAWINGS DOUBLE DOWN AND LEFT",
74406  direction="on",
74407  linebreak="ai",
74408  unicodeslot=0x2557,
74409 },
74410 [0x2558]={
74411  adobename="SF500000",
74412  category="so",
74413  cjkwd="a",
74414  description="BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE",
74415  direction="on",
74416  linebreak="ai",
74417  unicodeslot=0x2558,
74418 },
74419 [0x2559]={
74420  adobename="SF490000",
74421  category="so",
74422  cjkwd="a",
74423  description="BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE",
74424  direction="on",
74425  linebreak="ai",
74426  unicodeslot=0x2559,
74427 },
74428 [0x255A]={
74429  adobename="SF380000",
74430  category="so",
74431  cjkwd="a",
74432  description="BOX DRAWINGS DOUBLE UP AND RIGHT",
74433  direction="on",
74434  linebreak="ai",
74435  unicodeslot=0x255A,
74436 },
74437 [0x255B]={
74438  adobename="SF280000",
74439  category="so",
74440  cjkwd="a",
74441  description="BOX DRAWINGS UP SINGLE AND LEFT DOUBLE",
74442  direction="on",
74443  linebreak="ai",
74444  unicodeslot=0x255B,
74445 },
74446 [0x255C]={
74447  adobename="SF270000",
74448  category="so",
74449  cjkwd="a",
74450  description="BOX DRAWINGS UP DOUBLE AND LEFT SINGLE",
74451  direction="on",
74452  linebreak="ai",
74453  unicodeslot=0x255C,
74454 },
74455 [0x255D]={
74456  adobename="SF260000",
74457  category="so",
74458  cjkwd="a",
74459  description="BOX DRAWINGS DOUBLE UP AND LEFT",
74460  direction="on",
74461  linebreak="ai",
74462  unicodeslot=0x255D,
74463 },
74464 [0x255E]={
74465  adobename="SF360000",
74466  category="so",
74467  cjkwd="a",
74468  description="BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE",
74469  direction="on",
74470  linebreak="ai",
74471  unicodeslot=0x255E,
74472 },
74473 [0x255F]={
74474  adobename="SF370000",
74475  category="so",
74476  cjkwd="a",
74477  description="BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE",
74478  direction="on",
74479  linebreak="ai",
74480  unicodeslot=0x255F,
74481 },
74482 [0x2560]={
74483  adobename="SF420000",
74484  category="so",
74485  cjkwd="a",
74486  description="BOX DRAWINGS DOUBLE VERTICAL AND RIGHT",
74487  direction="on",
74488  linebreak="ai",
74489  unicodeslot=0x2560,
74490 },
74491 [0x2561]={
74492  adobename="SF190000",
74493  category="so",
74494  cjkwd="a",
74495  description="BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE",
74496  direction="on",
74497  linebreak="ai",
74498  unicodeslot=0x2561,
74499 },
74500 [0x2562]={
74501  adobename="SF200000",
74502  category="so",
74503  cjkwd="a",
74504  description="BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE",
74505  direction="on",
74506  linebreak="ai",
74507  unicodeslot=0x2562,
74508 },
74509 [0x2563]={
74510  adobename="SF230000",
74511  category="so",
74512  cjkwd="a",
74513  description="BOX DRAWINGS DOUBLE VERTICAL AND LEFT",
74514  direction="on",
74515  linebreak="ai",
74516  unicodeslot=0x2563,
74517 },
74518 [0x2564]={
74519  adobename="SF470000",
74520  category="so",
74521  cjkwd="a",
74522  description="BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE",
74523  direction="on",
74524  linebreak="ai",
74525  unicodeslot=0x2564,
74526 },
74527 [0x2565]={
74528  adobename="SF480000",
74529  category="so",
74530  cjkwd="a",
74531  description="BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE",
74532  direction="on",
74533  linebreak="ai",
74534  unicodeslot=0x2565,
74535 },
74536 [0x2566]={
74537  adobename="SF410000",
74538  category="so",
74539  cjkwd="a",
74540  description="BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL",
74541  direction="on",
74542  linebreak="ai",
74543  unicodeslot=0x2566,
74544 },
74545 [0x2567]={
74546  adobename="SF450000",
74547  category="so",
74548  cjkwd="a",
74549  description="BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE",
74550  direction="on",
74551  linebreak="ai",
74552  unicodeslot=0x2567,
74553 },
74554 [0x2568]={
74555  adobename="SF460000",
74556  category="so",
74557  cjkwd="a",
74558  description="BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE",
74559  direction="on",
74560  linebreak="ai",
74561  unicodeslot=0x2568,
74562 },
74563 [0x2569]={
74564  adobename="SF400000",
74565  category="so",
74566  cjkwd="a",
74567  description="BOX DRAWINGS DOUBLE UP AND HORIZONTAL",
74568  direction="on",
74569  linebreak="ai",
74570  unicodeslot=0x2569,
74571 },
74572 [0x256A]={
74573  adobename="SF540000",
74574  category="so",
74575  cjkwd="a",
74576  description="BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE",
74577  direction="on",
74578  linebreak="ai",
74579  unicodeslot=0x256A,
74580 },
74581 [0x256B]={
74582  adobename="SF530000",
74583  category="so",
74584  cjkwd="a",
74585  description="BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE",
74586  direction="on",
74587  linebreak="ai",
74588  unicodeslot=0x256B,
74589 },
74590 [0x256C]={
74591  adobename="SF440000",
74592  category="so",
74593  cjkwd="a",
74594  description="BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL",
74595  direction="on",
74596  linebreak="ai",
74597  unicodeslot=0x256C,
74598 },
74599 [0x256D]={
74600  category="so",
74601  cjkwd="a",
74602  description="BOX DRAWINGS LIGHT ARC DOWN AND RIGHT",
74603  direction="on",
74604  linebreak="ai",
74605  unicodeslot=0x256D,
74606 },
74607 [0x256E]={
74608  category="so",
74609  cjkwd="a",
74610  description="BOX DRAWINGS LIGHT ARC DOWN AND LEFT",
74611  direction="on",
74612  linebreak="ai",
74613  unicodeslot=0x256E,
74614 },
74615 [0x256F]={
74616  category="so",
74617  cjkwd="a",
74618  description="BOX DRAWINGS LIGHT ARC UP AND LEFT",
74619  direction="on",
74620  linebreak="ai",
74621  unicodeslot=0x256F,
74622 },
74623 [0x2570]={
74624  category="so",
74625  cjkwd="a",
74626  description="BOX DRAWINGS LIGHT ARC UP AND RIGHT",
74627  direction="on",
74628  linebreak="ai",
74629  unicodeslot=0x2570,
74630 },
74631 [0x2571]={
74632  category="so",
74633  cjkwd="a",
74634  description="BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT",
74635  direction="on",
74636  linebreak="ai",
74637  unicodeslot=0x2571,
74638 },
74639 [0x2572]={
74640  category="so",
74641  cjkwd="a",
74642  description="BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT",
74643  direction="on",
74644  linebreak="ai",
74645  unicodeslot=0x2572,
74646 },
74647 [0x2573]={
74648  category="so",
74649  cjkwd="a",
74650  description="BOX DRAWINGS LIGHT DIAGONAL CROSS",
74651  direction="on",
74652  linebreak="ai",
74653  unicodeslot=0x2573,
74654 },
74655 [0x2574]={
74656  category="so",
74657  description="BOX DRAWINGS LIGHT LEFT",
74658  direction="on",
74659  linebreak="ai",
74660  unicodeslot=0x2574,
74661 },
74662 [0x2575]={
74663  category="so",
74664  description="BOX DRAWINGS LIGHT UP",
74665  direction="on",
74666  linebreak="al",
74667  unicodeslot=0x2575,
74668 },
74669 [0x2576]={
74670  category="so",
74671  description="BOX DRAWINGS LIGHT RIGHT",
74672  direction="on",
74673  linebreak="al",
74674  unicodeslot=0x2576,
74675 },
74676 [0x2577]={
74677  category="so",
74678  description="BOX DRAWINGS LIGHT DOWN",
74679  direction="on",
74680  linebreak="al",
74681  unicodeslot=0x2577,
74682 },
74683 [0x2578]={
74684  category="so",
74685  description="BOX DRAWINGS HEAVY LEFT",
74686  direction="on",
74687  linebreak="al",
74688  unicodeslot=0x2578,
74689 },
74690 [0x2579]={
74691  category="so",
74692  description="BOX DRAWINGS HEAVY UP",
74693  direction="on",
74694  linebreak="al",
74695  unicodeslot=0x2579,
74696 },
74697 [0x257A]={
74698  category="so",
74699  description="BOX DRAWINGS HEAVY RIGHT",
74700  direction="on",
74701  linebreak="al",
74702  unicodeslot=0x257A,
74703 },
74704 [0x257B]={
74705  category="so",
74706  description="BOX DRAWINGS HEAVY DOWN",
74707  direction="on",
74708  linebreak="al",
74709  unicodeslot=0x257B,
74710 },
74711 [0x257C]={
74712  category="so",
74713  description="BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT",
74714  direction="on",
74715  linebreak="al",
74716  unicodeslot=0x257C,
74717 },
74718 [0x257D]={
74719  category="so",
74720  description="BOX DRAWINGS LIGHT UP AND HEAVY DOWN",
74721  direction="on",
74722  linebreak="al",
74723  unicodeslot=0x257D,
74724 },
74725 [0x257E]={
74726  category="so",
74727  description="BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT",
74728  direction="on",
74729  linebreak="al",
74730  unicodeslot=0x257E,
74731 },
74732 [0x257F]={
74733  category="so",
74734  description="BOX DRAWINGS HEAVY UP AND LIGHT DOWN",
74735  direction="on",
74736  linebreak="al",
74737  unicodeslot=0x257F,
74738 },
74739 [0x2580]={
74740  adobename="upblock",
74741  category="so",
74742  cjkwd="a",
74743  description="UPPER HALF BLOCK",
74744  direction="on",
74745  linebreak="ai",
74746  unicodeslot=0x2580,
74747 },
74748 [0x2581]={
74749  category="so",
74750  cjkwd="a",
74751  description="LOWER ONE EIGHTH BLOCK",
74752  direction="on",
74753  linebreak="ai",
74754  unicodeslot=0x2581,
74755 },
74756 [0x2582]={
74757  category="so",
74758  cjkwd="a",
74759  description="LOWER ONE QUARTER BLOCK",
74760  direction="on",
74761  linebreak="ai",
74762  unicodeslot=0x2582,
74763 },
74764 [0x2583]={
74765  category="so",
74766  cjkwd="a",
74767  description="LOWER THREE EIGHTHS BLOCK",
74768  direction="on",
74769  linebreak="ai",
74770  unicodeslot=0x2583,
74771 },
74772 [0x2584]={
74773  adobename="dnblock",
74774  category="so",
74775  cjkwd="a",
74776  description="LOWER HALF BLOCK",
74777  direction="on",
74778  linebreak="ai",
74779  unicodeslot=0x2584,
74780 },
74781 [0x2585]={
74782  category="so",
74783  cjkwd="a",
74784  description="LOWER FIVE EIGHTHS BLOCK",
74785  direction="on",
74786  linebreak="ai",
74787  unicodeslot=0x2585,
74788 },
74789 [0x2586]={
74790  category="so",
74791  cjkwd="a",
74792  description="LOWER THREE QUARTERS BLOCK",
74793  direction="on",
74794  linebreak="ai",
74795  unicodeslot=0x2586,
74796 },
74797 [0x2587]={
74798  category="so",
74799  cjkwd="a",
74800  description="LOWER SEVEN EIGHTHS BLOCK",
74801  direction="on",
74802  linebreak="ai",
74803  unicodeslot=0x2587,
74804 },
74805 [0x2588]={
74806  adobename="block",
74807  category="so",
74808  cjkwd="a",
74809  description="FULL BLOCK",
74810  direction="on",
74811  linebreak="ai",
74812  synonyms={ "solid" },
74813  unicodeslot=0x2588,
74814 },
74815 [0x2589]={
74816  category="so",
74817  cjkwd="a",
74818  description="LEFT SEVEN EIGHTHS BLOCK",
74819  direction="on",
74820  linebreak="ai",
74821  unicodeslot=0x2589,
74822 },
74823 [0x258A]={
74824  category="so",
74825  cjkwd="a",
74826  description="LEFT THREE QUARTERS BLOCK",
74827  direction="on",
74828  linebreak="ai",
74829  unicodeslot=0x258A,
74830 },
74831 [0x258B]={
74832  category="so",
74833  cjkwd="a",
74834  description="LEFT FIVE EIGHTHS BLOCK",
74835  direction="on",
74836  linebreak="ai",
74837  unicodeslot=0x258B,
74838 },
74839 [0x258C]={
74840  adobename="lfblock",
74841  category="so",
74842  cjkwd="a",
74843  description="LEFT HALF BLOCK",
74844  direction="on",
74845  linebreak="ai",
74846  unicodeslot=0x258C,
74847 },
74848 [0x258D]={
74849  category="so",
74850  cjkwd="a",
74851  description="LEFT THREE EIGHTHS BLOCK",
74852  direction="on",
74853  linebreak="ai",
74854  unicodeslot=0x258D,
74855 },
74856 [0x258E]={
74857  category="so",
74858  cjkwd="a",
74859  description="LEFT ONE QUARTER BLOCK",
74860  direction="on",
74861  linebreak="ai",
74862  unicodeslot=0x258E,
74863 },
74864 [0x258F]={
74865  category="so",
74866  cjkwd="a",
74867  description="LEFT ONE EIGHTH BLOCK",
74868  direction="on",
74869  linebreak="ai",
74870  unicodeslot=0x258F,
74871 },
74872 [0x2590]={
74873  adobename="rtblock",
74874  category="so",
74875  description="RIGHT HALF BLOCK",
74876  direction="on",
74877  linebreak="al",
74878  unicodeslot=0x2590,
74879 },
74880 [0x2591]={
74881  adobename="shadelight",
74882  category="so",
74883  description="LIGHT SHADE",
74884  direction="on",
74885  linebreak="al",
74886  unicodeslot=0x2591,
74887 },
74888 [0x2592]={
74889  adobename="shademedium",
74890  category="so",
74891  cjkwd="a",
74892  description="MEDIUM SHADE",
74893  direction="on",
74894  linebreak="ai",
74895  unicodeslot=0x2592,
74896 },
74897 [0x2593]={
74898  adobename="shadedark",
74899  category="so",
74900  cjkwd="a",
74901  description="DARK SHADE",
74902  direction="on",
74903  linebreak="ai",
74904  unicodeslot=0x2593,
74905 },
74906 [0x2594]={
74907  category="so",
74908  cjkwd="a",
74909  description="UPPER ONE EIGHTH BLOCK",
74910  direction="on",
74911  linebreak="ai",
74912  unicodeslot=0x2594,
74913 },
74914 [0x2595]={
74915  category="so",
74916  cjkwd="a",
74917  description="RIGHT ONE EIGHTH BLOCK",
74918  direction="on",
74919  linebreak="ai",
74920  unicodeslot=0x2595,
74921 },
74922 [0x2596]={
74923  category="so",
74924  description="QUADRANT LOWER LEFT",
74925  direction="on",
74926  linebreak="al",
74927  unicodeslot=0x2596,
74928 },
74929 [0x2597]={
74930  category="so",
74931  description="QUADRANT LOWER RIGHT",
74932  direction="on",
74933  linebreak="al",
74934  unicodeslot=0x2597,
74935 },
74936 [0x2598]={
74937  category="so",
74938  description="QUADRANT UPPER LEFT",
74939  direction="on",
74940  linebreak="al",
74941  unicodeslot=0x2598,
74942 },
74943 [0x2599]={
74944  category="so",
74945  description="QUADRANT UPPER LEFT AND LOWER LEFT AND LOWER RIGHT",
74946  direction="on",
74947  linebreak="al",
74948  unicodeslot=0x2599,
74949 },
74950 [0x259A]={
74951  category="so",
74952  description="QUADRANT UPPER LEFT AND LOWER RIGHT",
74953  direction="on",
74954  linebreak="al",
74955  unicodeslot=0x259A,
74956 },
74957 [0x259B]={
74958  category="so",
74959  description="QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER LEFT",
74960  direction="on",
74961  linebreak="al",
74962  unicodeslot=0x259B,
74963 },
74964 [0x259C]={
74965  category="so",
74966  description="QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER RIGHT",
74967  direction="on",
74968  linebreak="al",
74969  unicodeslot=0x259C,
74970 },
74971 [0x259D]={
74972  category="so",
74973  description="QUADRANT UPPER RIGHT",
74974  direction="on",
74975  linebreak="al",
74976  unicodeslot=0x259D,
74977 },
74978 [0x259E]={
74979  category="so",
74980  description="QUADRANT UPPER RIGHT AND LOWER LEFT",
74981  direction="on",
74982  linebreak="al",
74983  unicodeslot=0x259E,
74984 },
74985 [0x259F]={
74986  category="so",
74987  description="QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT",
74988  direction="on",
74989  linebreak="al",
74990  unicodeslot=0x259F,
74991 },
74992 [0x25A0]={
74993  adobename="filledbox",
74994  category="so",
74995  cjkwd="a",
74996  description="BLACK SQUARE",
74997  direction="on",
74998  linebreak="ai",
74999  mathclass="ordinary",
75000  mathname="blacksquare",
75001  unicodeslot=0x25A0,
75002 },
75003 [0x25A1]={
75004  adobename="whitesquare",
75005  category="so",
75006  cjkwd="a",
75007  description="WHITE SQUARE",
75008  direction="on",
75009  linebreak="ai",
75010  mathspec={
75011   {
75012    class="ordinary",
75013    name="square",
75014   },
75015   {
75016    class="ordinary",
75017    name="Box",
75018   },
75019  },
75020  synonyms={ "quadrature" },
75021  unicodeslot=0x25A1,
75022 },
75023 [0x25A2]={
75024  category="so",
75025  description="WHITE SQUARE WITH ROUNDED CORNERS",
75026  direction="on",
75027  linebreak="al",
75028  mathclass="ordinary",
75029  unicodeslot=0x25A2,
75030 },
75031 [0x25A3]={
75032  adobename="squarewhitewithsmallblack",
75033  category="so",
75034  cjkwd="a",
75035  description="WHITE SQUARE CONTAINING BLACK SMALL SQUARE",
75036  direction="on",
75037  linebreak="ai",
75038  unicodeslot=0x25A3,
75039 },
75040 [0x25A4]={
75041  adobename="squarehorizontalfill",
75042  category="so",
75043  cjkwd="a",
75044  description="SQUARE WITH HORIZONTAL FILL",
75045  direction="on",
75046  linebreak="ai",
75047  unicodeslot=0x25A4,
75048 },
75049 [0x25A5]={
75050  adobename="squareverticalfill",
75051  category="so",
75052  cjkwd="a",
75053  description="SQUARE WITH VERTICAL FILL",
75054  direction="on",
75055  linebreak="ai",
75056  unicodeslot=0x25A5,
75057 },
75058 [0x25A6]={
75059  adobename="squareorthogonalcrosshatchfill",
75060  category="so",
75061  cjkwd="a",
75062  description="SQUARE WITH ORTHOGONAL CROSSHATCH FILL",
75063  direction="on",
75064  linebreak="ai",
75065  unicodeslot=0x25A6,
75066 },
75067 [0x25A7]={
75068  adobename="squareupperlefttolowerrightfill",
75069  category="so",
75070  cjkwd="a",
75071  description="SQUARE WITH UPPER LEFT TO LOWER RIGHT FILL",
75072  direction="on",
75073  linebreak="ai",
75074  unicodeslot=0x25A7,
75075 },
75076 [0x25A8]={
75077  adobename="squareupperrighttolowerleftfill",
75078  category="so",
75079  cjkwd="a",
75080  description="SQUARE WITH UPPER RIGHT TO LOWER LEFT FILL",
75081  direction="on",
75082  linebreak="ai",
75083  unicodeslot=0x25A8,
75084 },
75085 [0x25A9]={
75086  adobename="squarediagonalcrosshatchfill",
75087  category="so",
75088  cjkwd="a",
75089  description="SQUARE WITH DIAGONAL CROSSHATCH FILL",
75090  direction="on",
75091  linebreak="ai",
75092  unicodeslot=0x25A9,
75093 },
75094 [0x25AA]={
75095  adobename="blacksmallsquare",
75096  category="so",
75097  description="BLACK SMALL SQUARE",
75098  direction="on",
75099  linebreak="al",
75100  unicodeslot=0x25AA,
75101  variants=variants_emoji,
75102 },
75103 [0x25AB]={
75104  adobename="whitesmallsquare",
75105  category="so",
75106  description="WHITE SMALL SQUARE",
75107  direction="on",
75108  linebreak="al",
75109  unicodeslot=0x25AB,
75110  variants=variants_emoji,
75111 },
75112 [0x25AC]={
75113  adobename="filledrect",
75114  category="so",
75115  description="BLACK RECTANGLE",
75116  direction="on",
75117  linebreak="al",
75118  unicodeslot=0x25AC,
75119 },
75120 [0x25AD]={
75121  category="so",
75122  description="WHITE RECTANGLE",
75123  direction="on",
75124  linebreak="al",
75125  unicodeslot=0x25AD,
75126 },
75127 [0x25AE]={
75128  category="so",
75129  description="BLACK VERTICAL RECTANGLE",
75130  direction="on",
75131  linebreak="al",
75132  synonyms={ "histogram marker" },
75133  unicodeslot=0x25AE,
75134 },
75135 [0x25AF]={
75136  category="so",
75137  description="WHITE VERTICAL RECTANGLE",
75138  direction="on",
75139  linebreak="al",
75140  unicodeslot=0x25AF,
75141 },
75142 [0x25B0]={
75143  category="so",
75144  description="BLACK PARALLELOGRAM",
75145  direction="on",
75146  linebreak="al",
75147  unicodeslot=0x25B0,
75148 },
75149 [0x25B1]={
75150  category="so",
75151  description="WHITE PARALLELOGRAM",
75152  direction="on",
75153  linebreak="al",
75154  unicodeslot=0x25B1,
75155 },
75156 [0x25B2]={
75157  adobename="triagup",
75158  category="so",
75159  cjkwd="a",
75160  description="BLACK UP-POINTING TRIANGLE",
75161  direction="on",
75162  linebreak="ai",
75163  mathclass="binary",
75164  mathname="blacktriangle",
75165  unicodeslot=0x25B2,
75166 },
75167 [0x25B3]={
75168  adobename="whiteuppointingtriangle",
75169  category="so",
75170  cjkwd="a",
75171  description="WHITE UP-POINTING TRIANGLE",
75172  direction="on",
75173  linebreak="ai",
75174  mathspec={
75175   {
75176    class="ordinary",
75177    name="triangle",
75178   },
75179   {
75180    class="binary",
75181    name="bigtriangleup",
75182   },
75183  },
75184  synonyms={ "trine" },
75185  unicodeslot=0x25B3,
75186 },
75187 [0x25B4]={
75188  adobename="blackuppointingsmalltriangle",
75189  category="so",
75190  description="BLACK UP-POINTING SMALL TRIANGLE",
75191  direction="on",
75192  linebreak="al",
75193  unicodeslot=0x25B4,
75194 },
75195 [0x25B5]={
75196  adobename="whiteuppointingsmalltriangle",
75197  category="so",
75198  description="WHITE UP-POINTING SMALL TRIANGLE",
75199  direction="on",
75200  linebreak="al",
75201  unicodeslot=0x25B5,
75202 },
75203 [0x25B6]={
75204  adobename="blackrightpointingtriangle",
75205  category="so",
75206  cjkwd="a",
75207  description="BLACK RIGHT-POINTING TRIANGLE",
75208  direction="on",
75209  linebreak="ai",
75210  mathclass="binary",
75211  mathname="blacktriangleright",
75212  unicodeslot=0x25B6,
75213  variants=variants_emoji,
75214 },
75215 [0x25B7]={
75216  adobename="whiterightpointingtriangle",
75217  category="sm",
75218  cjkwd="a",
75219  description="WHITE RIGHT-POINTING TRIANGLE",
75220  direction="on",
75221  linebreak="ai",
75222  mathclass="binary",
75223  mathname="triangleright",
75224  synonyms={ "range restriction" },
75225  unicodeslot=0x25B7,
75226 },
75227 [0x25B8]={
75228  category="so",
75229  description="BLACK RIGHT-POINTING SMALL TRIANGLE",
75230  direction="on",
75231  linebreak="al",
75232  unicodeslot=0x25B8,
75233 },
75234 [0x25B9]={
75235  adobename="whiterightpointingsmalltriangle",
75236  category="so",
75237  description="WHITE RIGHT-POINTING SMALL TRIANGLE",
75238  direction="on",
75239  linebreak="al",
75240  unicodeslot=0x25B9,
75241 },
75242 [0x25BA]={
75243  adobename="triagrt",
75244  category="so",
75245  description="BLACK RIGHT-POINTING POINTER",
75246  direction="on",
75247  linebreak="al",
75248  unicodeslot=0x25BA,
75249 },
75250 [0x25BB]={
75251  category="so",
75252  description="WHITE RIGHT-POINTING POINTER",
75253  direction="on",
75254  linebreak="al",
75255  synonyms={ "forward arrow indicator" },
75256  unicodeslot=0x25BB,
75257 },
75258 [0x25BC]={
75259  adobename="triagdn",
75260  category="so",
75261  cjkwd="a",
75262  description="BLACK DOWN-POINTING TRIANGLE",
75263  direction="on",
75264  linebreak="ai",
75265  mathclass="binary",
75266  mathname="blacktriangledown",
75267  unicodeslot=0x25BC,
75268 },
75269 [0x25BD]={
75270  adobename="whitedownpointingtriangle",
75271  category="so",
75272  cjkwd="a",
75273  description="WHITE DOWN-POINTING TRIANGLE",
75274  direction="on",
75275  linebreak="ai",
75276  mathspec={
75277   {
75278    class="binary",
75279    name="triangledown",
75280   },
75281   {
75282    class="binary",
75283    name="bigtriangledown",
75284   },
75285  },
75286  synonyms={ "hamilton operator" },
75287  unicodeslot=0x25BD,
75288 },
75289 [0x25BE]={
75290  category="so",
75291  description="BLACK DOWN-POINTING SMALL TRIANGLE",
75292  direction="on",
75293  linebreak="al",
75294  unicodeslot=0x25BE,
75295 },
75296 [0x25BF]={
75297  adobename="whitedownpointingsmalltriangle",
75298  category="so",
75299  description="WHITE DOWN-POINTING SMALL TRIANGLE",
75300  direction="on",
75301  linebreak="al",
75302  unicodeslot=0x25BF,
75303 },
75304 [0x25C0]={
75305  adobename="blackleftpointingtriangle",
75306  category="so",
75307  cjkwd="a",
75308  description="BLACK LEFT-POINTING TRIANGLE",
75309  direction="on",
75310  linebreak="ai",
75311  mathclass="binary",
75312  mathname="blacktriangleleft",
75313  unicodeslot=0x25C0,
75314  variants=variants_emoji,
75315 },
75316 [0x25C1]={
75317  adobename="whiteleftpointingtriangle",
75318  category="sm",
75319  cjkwd="a",
75320  description="WHITE LEFT-POINTING TRIANGLE",
75321  direction="on",
75322  linebreak="ai",
75323  mathclass="binary",
75324  mathname="triangleleft",
75325  synonyms={ "domain restriction" },
75326  unicodeslot=0x25C1,
75327 },
75328 [0x25C2]={
75329  category="so",
75330  description="BLACK LEFT-POINTING SMALL TRIANGLE",
75331  direction="on",
75332  linebreak="al",
75333  unicodeslot=0x25C2,
75334 },
75335 [0x25C3]={
75336  adobename="whiteleftpointingsmalltriangle",
75337  category="so",
75338  description="WHITE LEFT-POINTING SMALL TRIANGLE",
75339  direction="on",
75340  linebreak="al",
75341  unicodeslot=0x25C3,
75342 },
75343 [0x25C4]={
75344  adobename="triaglf",
75345  category="so",
75346  description="BLACK LEFT-POINTING POINTER",
75347  direction="on",
75348  linebreak="al",
75349  unicodeslot=0x25C4,
75350 },
75351 [0x25C5]={
75352  category="so",
75353  description="WHITE LEFT-POINTING POINTER",
75354  direction="on",
75355  linebreak="al",
75356  synonyms={ "backward arrow indicator" },
75357  unicodeslot=0x25C5,
75358 },
75359 [0x25C6]={
75360  adobename="blackdiamond",
75361  category="so",
75362  cjkwd="a",
75363  description="BLACK DIAMOND",
75364  direction="on",
75365  linebreak="ai",
75366  unicodeslot=0x25C6,
75367 },
75368 [0x25C7]={
75369  adobename="whitediamond",
75370  category="so",
75371  cjkwd="a",
75372  description="WHITE DIAMOND",
75373  direction="on",
75374  linebreak="ai",
75375  unicodeslot=0x25C7,
75376 },
75377 [0x25C8]={
75378  adobename="whitediamondcontainingblacksmalldiamond",
75379  category="so",
75380  cjkwd="a",
75381  description="WHITE DIAMOND CONTAINING BLACK SMALL DIAMOND",
75382  direction="on",
75383  linebreak="ai",
75384  unicodeslot=0x25C8,
75385 },
75386 [0x25C9]={
75387  adobename="fisheye",
75388  category="so",
75389  description="FISHEYE",
75390  direction="on",
75391  linebreak="al",
75392  synonyms={ "tainome japanese bullet" },
75393  unicodeslot=0x25C9,
75394 },
75395 [0x25CA]={
75396  adobename="lozenge",
75397  category="so",
75398  description="LOZENGE",
75399  direction="on",
75400  linebreak="al",
75401  mathclass="ordinary",
75402  mathname="lozenge",
75403  unicodeslot=0x25CA,
75404 },
75405 [0x25CB]={
75406  adobename="whitecircle",
75407  category="so",
75408  cjkwd="a",
75409  description="WHITE CIRCLE",
75410  direction="on",
75411  linebreak="ai",
75412  unicodeslot=0x25CB,
75413 },
75414 [0x25CC]={
75415  adobename="dottedcircle",
75416  category="so",
75417  contextname="dottedcircle",
75418  description="DOTTED CIRCLE",
75419  direction="on",
75420  linebreak="al",
75421  mongolian="nj",
75422  unicodeslot=0x25CC,
75423 },
75424 [0x25CD]={
75425  category="so",
75426  description="CIRCLE WITH VERTICAL FILL",
75427  direction="on",
75428  linebreak="al",
75429  unicodeslot=0x25CD,
75430 },
75431 [0x25CE]={
75432  adobename="bullseye",
75433  category="so",
75434  cjkwd="a",
75435  description="BULLSEYE",
75436  direction="on",
75437  linebreak="ai",
75438  unicodeslot=0x25CE,
75439 },
75440 [0x25CF]={
75441  adobename="blackcircle",
75442  category="so",
75443  cjkwd="a",
75444  description="BLACK CIRCLE",
75445  direction="on",
75446  linebreak="ai",
75447  unicodeslot=0x25CF,
75448 },
75449 [0x25D0]={
75450  adobename="circlewithlefthalfblack",
75451  category="so",
75452  cjkwd="a",
75453  description="CIRCLE WITH LEFT HALF BLACK",
75454  direction="on",
75455  linebreak="ai",
75456  unicodeslot=0x25D0,
75457 },
75458 [0x25D1]={
75459  adobename="circlewithrighthalfblack",
75460  category="so",
75461  cjkwd="a",
75462  description="CIRCLE WITH RIGHT HALF BLACK",
75463  direction="on",
75464  linebreak="ai",
75465  unicodeslot=0x25D1,
75466 },
75467 [0x25D2]={
75468  category="so",
75469  description="CIRCLE WITH LOWER HALF BLACK",
75470  direction="on",
75471  linebreak="al",
75472  unicodeslot=0x25D2,
75473 },
75474 [0x25D3]={
75475  category="so",
75476  description="CIRCLE WITH UPPER HALF BLACK",
75477  direction="on",
75478  linebreak="al",
75479  unicodeslot=0x25D3,
75480 },
75481 [0x25D4]={
75482  category="so",
75483  description="CIRCLE WITH UPPER RIGHT QUADRANT BLACK",
75484  direction="on",
75485  linebreak="al",
75486  unicodeslot=0x25D4,
75487 },
75488 [0x25D5]={
75489  category="so",
75490  description="CIRCLE WITH ALL BUT UPPER LEFT QUADRANT BLACK",
75491  direction="on",
75492  linebreak="al",
75493  unicodeslot=0x25D5,
75494 },
75495 [0x25D6]={
75496  category="so",
75497  description="LEFT HALF BLACK CIRCLE",
75498  direction="on",
75499  linebreak="al",
75500  unicodeslot=0x25D6,
75501 },
75502 [0x25D7]={
75503  category="so",
75504  description="RIGHT HALF BLACK CIRCLE",
75505  direction="on",
75506  linebreak="al",
75507  unicodeslot=0x25D7,
75508 },
75509 [0x25D8]={
75510  adobename="invbullet",
75511  category="so",
75512  description="INVERSE BULLET",
75513  direction="on",
75514  linebreak="al",
75515  unicodeslot=0x25D8,
75516 },
75517 [0x25D9]={
75518  adobename="whitecircleinverse",
75519  category="so",
75520  description="INVERSE WHITE CIRCLE",
75521  direction="on",
75522  linebreak="al",
75523  unicodeslot=0x25D9,
75524 },
75525 [0x25DA]={
75526  category="so",
75527  description="UPPER HALF INVERSE WHITE CIRCLE",
75528  direction="on",
75529  linebreak="al",
75530  unicodeslot=0x25DA,
75531 },
75532 [0x25DB]={
75533  category="so",
75534  description="LOWER HALF INVERSE WHITE CIRCLE",
75535  direction="on",
75536  linebreak="al",
75537  unicodeslot=0x25DB,
75538 },
75539 [0x25DC]={
75540  category="so",
75541  description="UPPER LEFT QUADRANT CIRCULAR ARC",
75542  direction="on",
75543  linebreak="al",
75544  unicodeslot=0x25DC,
75545 },
75546 [0x25DD]={
75547  category="so",
75548  description="UPPER RIGHT QUADRANT CIRCULAR ARC",
75549  direction="on",
75550  linebreak="al",
75551  unicodeslot=0x25DD,
75552 },
75553 [0x25DE]={
75554  category="so",
75555  description="LOWER RIGHT QUADRANT CIRCULAR ARC",
75556  direction="on",
75557  linebreak="al",
75558  unicodeslot=0x25DE,
75559 },
75560 [0x25DF]={
75561  category="so",
75562  description="LOWER LEFT QUADRANT CIRCULAR ARC",
75563  direction="on",
75564  linebreak="al",
75565  unicodeslot=0x25DF,
75566 },
75567 [0x25E0]={
75568  category="so",
75569  description="UPPER HALF CIRCLE",
75570  direction="on",
75571  linebreak="al",
75572  unicodeslot=0x25E0,
75573 },
75574 [0x25E1]={
75575  category="so",
75576  description="LOWER HALF CIRCLE",
75577  direction="on",
75578  linebreak="al",
75579  unicodeslot=0x25E1,
75580 },
75581 [0x25E2]={
75582  adobename="blacklowerrighttriangle",
75583  category="so",
75584  cjkwd="a",
75585  description="BLACK LOWER RIGHT TRIANGLE",
75586  direction="on",
75587  linebreak="ai",
75588  unicodeslot=0x25E2,
75589 },
75590 [0x25E3]={
75591  adobename="blacklowerlefttriangle",
75592  category="so",
75593  cjkwd="a",
75594  description="BLACK LOWER LEFT TRIANGLE",
75595  direction="on",
75596  linebreak="ai",
75597  unicodeslot=0x25E3,
75598 },
75599 [0x25E4]={
75600  adobename="blackupperlefttriangle",
75601  category="so",
75602  cjkwd="a",
75603  description="BLACK UPPER LEFT TRIANGLE",
75604  direction="on",
75605  linebreak="ai",
75606  unicodeslot=0x25E4,
75607 },
75608 [0x25E5]={
75609  adobename="blackupperrighttriangle",
75610  category="so",
75611  cjkwd="a",
75612  description="BLACK UPPER RIGHT TRIANGLE",
75613  direction="on",
75614  linebreak="ai",
75615  unicodeslot=0x25E5,
75616 },
75617 [0x25E6]={
75618  adobename="whitebullet",
75619  category="so",
75620  description="WHITE BULLET",
75621  direction="on",
75622  linebreak="al",
75623  unicodeslot=0x25E6,
75624 },
75625 [0x25E7]={
75626  category="so",
75627  description="SQUARE WITH LEFT HALF BLACK",
75628  direction="on",
75629  linebreak="al",
75630  unicodeslot=0x25E7,
75631 },
75632 [0x25E8]={
75633  category="so",
75634  description="SQUARE WITH RIGHT HALF BLACK",
75635  direction="on",
75636  linebreak="al",
75637  unicodeslot=0x25E8,
75638 },
75639 [0x25E9]={
75640  category="so",
75641  description="SQUARE WITH UPPER LEFT DIAGONAL HALF BLACK",
75642  direction="on",
75643  linebreak="al",
75644  unicodeslot=0x25E9,
75645 },
75646 [0x25EA]={
75647  category="so",
75648  description="SQUARE WITH LOWER RIGHT DIAGONAL HALF BLACK",
75649  direction="on",
75650  linebreak="al",
75651  unicodeslot=0x25EA,
75652 },
75653 [0x25EB]={
75654  category="so",
75655  description="WHITE SQUARE WITH VERTICAL BISECTING LINE",
75656  direction="on",
75657  linebreak="al",
75658  unicodeslot=0x25EB,
75659 },
75660 [0x25EC]={
75661  category="so",
75662  description="WHITE UP-POINTING TRIANGLE WITH DOT",
75663  direction="on",
75664  linebreak="al",
75665  unicodeslot=0x25EC,
75666 },
75667 [0x25ED]={
75668  category="so",
75669  description="UP-POINTING TRIANGLE WITH LEFT HALF BLACK",
75670  direction="on",
75671  linebreak="al",
75672  unicodeslot=0x25ED,
75673 },
75674 [0x25EE]={
75675  category="so",
75676  description="UP-POINTING TRIANGLE WITH RIGHT HALF BLACK",
75677  direction="on",
75678  linebreak="al",
75679  unicodeslot=0x25EE,
75680 },
75681 [0x25EF]={
75682  adobename="largecircle",
75683  category="so",
75684  cjkwd="a",
75685  description="LARGE CIRCLE",
75686  direction="on",
75687  linebreak="ai",
75688  mathclass="binary",
75689  mathname="bigcirc",
75690  unicodeslot=0x25EF,
75691 },
75692 [0x25F0]={
75693  category="so",
75694  description="WHITE SQUARE WITH UPPER LEFT QUADRANT",
75695  direction="on",
75696  linebreak="al",
75697  unicodeslot=0x25F0,
75698 },
75699 [0x25F1]={
75700  category="so",
75701  description="WHITE SQUARE WITH LOWER LEFT QUADRANT",
75702  direction="on",
75703  linebreak="al",
75704  unicodeslot=0x25F1,
75705 },
75706 [0x25F2]={
75707  category="so",
75708  description="WHITE SQUARE WITH LOWER RIGHT QUADRANT",
75709  direction="on",
75710  linebreak="al",
75711  unicodeslot=0x25F2,
75712 },
75713 [0x25F3]={
75714  category="so",
75715  description="WHITE SQUARE WITH UPPER RIGHT QUADRANT",
75716  direction="on",
75717  linebreak="al",
75718  unicodeslot=0x25F3,
75719 },
75720 [0x25F4]={
75721  category="so",
75722  description="WHITE CIRCLE WITH UPPER LEFT QUADRANT",
75723  direction="on",
75724  linebreak="al",
75725  unicodeslot=0x25F4,
75726 },
75727 [0x25F5]={
75728  category="so",
75729  description="WHITE CIRCLE WITH LOWER LEFT QUADRANT",
75730  direction="on",
75731  linebreak="al",
75732  unicodeslot=0x25F5,
75733 },
75734 [0x25F6]={
75735  category="so",
75736  description="WHITE CIRCLE WITH LOWER RIGHT QUADRANT",
75737  direction="on",
75738  linebreak="al",
75739  unicodeslot=0x25F6,
75740 },
75741 [0x25F7]={
75742  category="so",
75743  description="WHITE CIRCLE WITH UPPER RIGHT QUADRANT",
75744  direction="on",
75745  linebreak="al",
75746  unicodeslot=0x25F7,
75747 },
75748 [0x25F8]={
75749  category="sm",
75750  description="UPPER LEFT TRIANGLE",
75751  direction="on",
75752  linebreak="al",
75753  unicodeslot=0x25F8,
75754 },
75755 [0x25F9]={
75756  category="sm",
75757  description="UPPER RIGHT TRIANGLE",
75758  direction="on",
75759  linebreak="al",
75760  unicodeslot=0x25F9,
75761 },
75762 [0x25FA]={
75763  category="sm",
75764  description="LOWER LEFT TRIANGLE",
75765  direction="on",
75766  linebreak="al",
75767  unicodeslot=0x25FA,
75768 },
75769 [0x25FB]={
75770  category="sm",
75771  description="WHITE MEDIUM SQUARE",
75772  direction="on",
75773  linebreak="al",
75774  synonyms={ "always" },
75775  unicodeslot=0x25FB,
75776  variants=variants_emoji,
75777 },
75778 [0x25FC]={
75779  category="sm",
75780  description="BLACK MEDIUM SQUARE",
75781  direction="on",
75782  linebreak="al",
75783  unicodeslot=0x25FC,
75784  variants=variants_emoji,
75785 },
75786 [0x25FD]={
75787  category="sm",
75788  cjkwd="w",
75789  description="WHITE MEDIUM SMALL SQUARE",
75790  direction="on",
75791  linebreak="al",
75792  unicodeslot=0x25FD,
75793  variants=variants_emoji,
75794 },
75795 [0x25FE]={
75796  category="sm",
75797  cjkwd="w",
75798  description="BLACK MEDIUM SMALL SQUARE",
75799  direction="on",
75800  linebreak="al",
75801  unicodeslot=0x25FE,
75802  variants=variants_emoji,
75803 },
75804 [0x25FF]={
75805  category="sm",
75806  description="LOWER RIGHT TRIANGLE",
75807  direction="on",
75808  linebreak="al",
75809  unicodeslot=0x25FF,
75810 },
75811 [0x2600]={
75812  category="so",
75813  description="BLACK SUN WITH RAYS",
75814  direction="on",
75815  linebreak="id",
75816  synonyms={ "clear weather" },
75817  unicodeslot=0x2600,
75818  variants=variants_emoji,
75819 },
75820 [0x2601]={
75821  category="so",
75822  description="CLOUD",
75823  direction="on",
75824  linebreak="id",
75825  synonyms={ "cloudy weather" },
75826  unicodeslot=0x2601,
75827  variants=variants_emoji,
75828 },
75829 [0x2602]={
75830  category="so",
75831  description="UMBRELLA",
75832  direction="on",
75833  linebreak="id",
75834  synonyms={ "rainy weather" },
75835  unicodeslot=0x2602,
75836  variants=variants_emoji,
75837 },
75838 [0x2603]={
75839  category="so",
75840  description="SNOWMAN",
75841  direction="on",
75842  linebreak="id",
75843  synonyms={ "snowy weather" },
75844  unicodeslot=0x2603,
75845  variants=variants_emoji,
75846 },
75847 [0x2604]={
75848  category="so",
75849  description="COMET",
75850  direction="on",
75851  linebreak="al",
75852  unicodeslot=0x2604,
75853  variants=variants_emoji,
75854 },
75855 [0x2605]={
75856  adobename="blackstar",
75857  category="so",
75858  cjkwd="a",
75859  description="BLACK STAR",
75860  direction="on",
75861  linebreak="ai",
75862  mathclass="ordinary",
75863  mathname="bigstar",
75864  unicodeslot=0x2605,
75865 },
75866 [0x2606]={
75867  adobename="whitestar",
75868  category="so",
75869  cjkwd="a",
75870  description="WHITE STAR",
75871  direction="on",
75872  linebreak="ai",
75873  unicodeslot=0x2606,
75874 },
75875 [0x2607]={
75876  category="so",
75877  description="LIGHTNING",
75878  direction="on",
75879  linebreak="al",
75880  unicodeslot=0x2607,
75881 },
75882 [0x2608]={
75883  category="so",
75884  description="THUNDERSTORM",
75885  direction="on",
75886  linebreak="al",
75887  unicodeslot=0x2608,
75888 },
75889 [0x2609]={
75890  category="so",
75891  cjkwd="a",
75892  description="SUN",
75893  direction="on",
75894  linebreak="ai",
75895  unicodeslot=0x2609,
75896 },
75897 [0x260A]={
75898  category="so",
75899  description="ASCENDING NODE",
75900  direction="on",
75901  linebreak="al",
75902  unicodeslot=0x260A,
75903 },
75904 [0x260B]={
75905  category="so",
75906  description="DESCENDING NODE",
75907  direction="on",
75908  linebreak="al",
75909  unicodeslot=0x260B,
75910 },
75911 [0x260C]={
75912  category="so",
75913  description="CONJUNCTION",
75914  direction="on",
75915  linebreak="al",
75916  unicodeslot=0x260C,
75917 },
75918 [0x260D]={
75919  category="so",
75920  description="OPPOSITION",
75921  direction="on",
75922  linebreak="al",
75923  unicodeslot=0x260D,
75924 },
75925 [0x260E]={
75926  adobename="telephoneblack",
75927  category="so",
75928  cjkwd="a",
75929  description="BLACK TELEPHONE",
75930  direction="on",
75931  linebreak="ai",
75932  unicodeslot=0x260E,
75933  variants=variants_emoji,
75934 },
75935 [0x260F]={
75936  adobename="whitetelephone",
75937  category="so",
75938  cjkwd="a",
75939  description="WHITE TELEPHONE",
75940  direction="on",
75941  linebreak="ai",
75942  unicodeslot=0x260F,
75943 },
75944 [0x2610]={
75945  category="so",
75946  description="BALLOT BOX",
75947  direction="on",
75948  linebreak="al",
75949  unicodeslot=0x2610,
75950 },
75951 [0x2611]={
75952  category="so",
75953  description="BALLOT BOX WITH CHECK",
75954  direction="on",
75955  linebreak="al",
75956  unicodeslot=0x2611,
75957  variants=variants_emoji,
75958 },
75959 [0x2612]={
75960  category="so",
75961  description="BALLOT BOX WITH X",
75962  direction="on",
75963  linebreak="al",
75964  unicodeslot=0x2612,
75965 },
75966 [0x2613]={
75967  category="so",
75968  description="SALTIRE",
75969  direction="on",
75970  linebreak="al",
75971  synonyms={ "st. andrew's cross" },
75972  unicodeslot=0x2613,
75973 },
75974 [0x2614]={
75975  category="so",
75976  cjkwd="w",
75977  description="UMBRELLA WITH RAIN DROPS",
75978  direction="on",
75979  linebreak="id",
75980  synonyms={ "showery weather" },
75981  unicodeslot=0x2614,
75982  variants=variants_emoji,
75983 },
75984 [0x2615]={
75985  category="so",
75986  cjkwd="w",
75987  description="HOT BEVERAGE",
75988  direction="on",
75989  linebreak="id",
75990  synonyms={ "cup of coffee", "cup of tea" },
75991  unicodeslot=0x2615,
75992  variants=variants_emoji,
75993 },
75994 [0x2616]={
75995  category="so",
75996  description="WHITE SHOGI PIECE",
75997  direction="on",
75998  linebreak="ai",
75999  unicodeslot=0x2616,
76000 },
76001 [0x2617]={
76002  category="so",
76003  description="BLACK SHOGI PIECE",
76004  direction="on",
76005  linebreak="ai",
76006  unicodeslot=0x2617,
76007 },
76008 [0x2618]={
76009  category="so",
76010  description="SHAMROCK",
76011  direction="on",
76012  linebreak="id",
76013  unicodeslot=0x2618,
76014  variants=variants_emoji,
76015 },
76016 [0x2619]={
76017  category="so",
76018  description="REVERSED ROTATED FLORAL HEART BULLET",
76019  direction="on",
76020  linebreak="al",
76021  unicodeslot=0x2619,
76022 },
76023 [0x261A]={
76024  category="so",
76025  description="BLACK LEFT POINTING INDEX",
76026  direction="on",
76027  linebreak="id",
76028  unicodeslot=0x261A,
76029 },
76030 [0x261B]={
76031  category="so",
76032  description="BLACK RIGHT POINTING INDEX",
76033  direction="on",
76034  linebreak="id",
76035  unicodeslot=0x261B,
76036 },
76037 [0x261C]={
76038  adobename="pointingindexleftwhite",
76039  category="so",
76040  cjkwd="a",
76041  description="WHITE LEFT POINTING INDEX",
76042  direction="on",
76043  linebreak="id",
76044  unicodeslot=0x261C,
76045 },
76046 [0x261D]={
76047  adobename="pointingindexupwhite",
76048  category="so",
76049  description="WHITE UP POINTING INDEX",
76050  direction="on",
76051  linebreak="eb",
76052  unicodeslot=0x261D,
76053  variants=variants_emoji,
76054 },
76055 [0x261E]={
76056  adobename="pointingindexrightwhite",
76057  category="so",
76058  cjkwd="a",
76059  description="WHITE RIGHT POINTING INDEX",
76060  direction="on",
76061  linebreak="id",
76062  synonyms={ "fist" },
76063  unicodeslot=0x261E,
76064 },
76065 [0x261F]={
76066  adobename="pointingindexdownwhite",
76067  category="so",
76068  description="WHITE DOWN POINTING INDEX",
76069  direction="on",
76070  linebreak="id",
76071  unicodeslot=0x261F,
76072 },
76073 [0x2620]={
76074  category="so",
76075  description="SKULL AND CROSSBONES",
76076  direction="on",
76077  linebreak="al",
76078  synonyms={ "jolly roger", "poison" },
76079  unicodeslot=0x2620,
76080  variants=variants_emoji,
76081 },
76082 [0x2621]={
76083  category="so",
76084  description="CAUTION SIGN",
76085  direction="on",
76086  linebreak="al",
76087  unicodeslot=0x2621,
76088 },
76089 [0x2622]={
76090  category="so",
76091  description="RADIOACTIVE SIGN",
76092  direction="on",
76093  linebreak="al",
76094  unicodeslot=0x2622,
76095  variants=variants_emoji,
76096 },
76097 [0x2623]={
76098  category="so",
76099  description="BIOHAZARD SIGN",
76100  direction="on",
76101  linebreak="al",
76102  unicodeslot=0x2623,
76103  variants=variants_emoji,
76104 },
76105 [0x2624]={
76106  category="so",
76107  description="CADUCEUS",
76108  direction="on",
76109  linebreak="al",
76110  unicodeslot=0x2624,
76111 },
76112 [0x2625]={
76113  category="so",
76114  description="ANKH",
76115  direction="on",
76116  linebreak="al",
76117  unicodeslot=0x2625,
76118 },
76119 [0x2626]={
76120  category="so",
76121  description="ORTHODOX CROSS",
76122  direction="on",
76123  linebreak="al",
76124  unicodeslot=0x2626,
76125  variants=variants_emoji,
76126 },
76127 [0x2627]={
76128  category="so",
76129  description="CHI RHO",
76130  direction="on",
76131  linebreak="al",
76132  synonyms={ "christogram", "constantine's cross" },
76133  unicodeslot=0x2627,
76134 },
76135 [0x2628]={
76136  category="so",
76137  description="CROSS OF LORRAINE",
76138  direction="on",
76139  linebreak="al",
76140  unicodeslot=0x2628,
76141 },
76142 [0x2629]={
76143  category="so",
76144  description="CROSS OF JERUSALEM",
76145  direction="on",
76146  linebreak="al",
76147  unicodeslot=0x2629,
76148 },
76149 [0x262A]={
76150  category="so",
76151  description="STAR AND CRESCENT",
76152  direction="on",
76153  linebreak="al",
76154  unicodeslot=0x262A,
76155  variants=variants_emoji,
76156 },
76157 [0x262B]={
76158  category="so",
76159  description="FARSI SYMBOL",
76160  direction="on",
76161  linebreak="al",
76162  unicodeslot=0x262B,
76163 },
76164 [0x262C]={
76165  category="so",
76166  description="ADI SHAKTI",
76167  direction="on",
76168  linebreak="al",
76169  synonyms={ "gurmukhi khanda" },
76170  unicodeslot=0x262C,
76171 },
76172 [0x262D]={
76173  category="so",
76174  description="HAMMER AND SICKLE",
76175  direction="on",
76176  linebreak="al",
76177  unicodeslot=0x262D,
76178 },
76179 [0x262E]={
76180  category="so",
76181  description="PEACE SYMBOL",
76182  direction="on",
76183  linebreak="al",
76184  unicodeslot=0x262E,
76185  variants=variants_emoji,
76186 },
76187 [0x262F]={
76188  adobename="yinyang",
76189  category="so",
76190  description="YIN YANG",
76191  direction="on",
76192  linebreak="al",
76193  unicodeslot=0x262F,
76194  variants=variants_emoji,
76195 },
76196 [0x2630]={
76197  category="so",
76198  description="TRIGRAM FOR HEAVEN",
76199  direction="on",
76200  linebreak="al",
76201  unicodeslot=0x2630,
76202 },
76203 [0x2631]={
76204  category="so",
76205  description="TRIGRAM FOR LAKE",
76206  direction="on",
76207  linebreak="al",
76208  unicodeslot=0x2631,
76209 },
76210 [0x2632]={
76211  category="so",
76212  description="TRIGRAM FOR FIRE",
76213  direction="on",
76214  linebreak="al",
76215  unicodeslot=0x2632,
76216 },
76217 [0x2633]={
76218  category="so",
76219  description="TRIGRAM FOR THUNDER",
76220  direction="on",
76221  linebreak="al",
76222  unicodeslot=0x2633,
76223 },
76224 [0x2634]={
76225  category="so",
76226  description="TRIGRAM FOR WIND",
76227  direction="on",
76228  linebreak="al",
76229  unicodeslot=0x2634,
76230 },
76231 [0x2635]={
76232  category="so",
76233  description="TRIGRAM FOR WATER",
76234  direction="on",
76235  linebreak="al",
76236  unicodeslot=0x2635,
76237 },
76238 [0x2636]={
76239  category="so",
76240  description="TRIGRAM FOR MOUNTAIN",
76241  direction="on",
76242  linebreak="al",
76243  unicodeslot=0x2636,
76244 },
76245 [0x2637]={
76246  category="so",
76247  description="TRIGRAM FOR EARTH",
76248  direction="on",
76249  linebreak="al",
76250  unicodeslot=0x2637,
76251 },
76252 [0x2638]={
76253  category="so",
76254  description="WHEEL OF DHARMA",
76255  direction="on",
76256  linebreak="al",
76257  unicodeslot=0x2638,
76258  variants=variants_emoji,
76259 },
76260 [0x2639]={
76261  category="so",
76262  description="WHITE FROWNING FACE",
76263  direction="on",
76264  linebreak="id",
76265  unicodeslot=0x2639,
76266  variants=variants_emoji,
76267 },
76268 [0x263A]={
76269  adobename="whitesmilingface",
76270  category="so",
76271  description="WHITE SMILING FACE",
76272  direction="on",
76273  linebreak="id",
76274  synonyms={ "have a nice day!" },
76275  unicodeslot=0x263A,
76276  variants=variants_emoji,
76277 },
76278 [0x263B]={
76279  adobename="invsmileface",
76280  category="so",
76281  description="BLACK SMILING FACE",
76282  direction="on",
76283  linebreak="id",
76284  unicodeslot=0x263B,
76285 },
76286 [0x263C]={
76287  adobename="sun",
76288  category="so",
76289  description="WHITE SUN WITH RAYS",
76290  direction="on",
76291  linebreak="al",
76292  synonyms={ "compass" },
76293  unicodeslot=0x263C,
76294 },
76295 [0x263D]={
76296  category="so",
76297  description="FIRST QUARTER MOON",
76298  direction="on",
76299  linebreak="al",
76300  unicodeslot=0x263D,
76301 },
76302 [0x263E]={
76303  category="so",
76304  description="LAST QUARTER MOON",
76305  direction="on",
76306  linebreak="al",
76307  unicodeslot=0x263E,
76308 },
76309 [0x263F]={
76310  category="so",
76311  description="MERCURY",
76312  direction="on",
76313  linebreak="al",
76314  unicodeslot=0x263F,
76315 },
76316 [0x2640]={
76317  adobename="venus",
76318  category="so",
76319  cjkwd="a",
76320  description="FEMALE SIGN",
76321  direction="on",
76322  linebreak="ai",
76323  synonyms={ "venus" },
76324  unicodeslot=0x2640,
76325 },
76326 [0x2641]={
76327  adobename="earth",
76328  category="so",
76329  description="EARTH",
76330  direction="on",
76331  linebreak="al",
76332  unicodeslot=0x2641,
76333 },
76334 [0x2642]={
76335  adobename="mars",
76336  category="so",
76337  cjkwd="a",
76338  description="MALE SIGN",
76339  direction="on",
76340  linebreak="ai",
76341  synonyms={ "mars" },
76342  unicodeslot=0x2642,
76343 },
76344 [0x2643]={
76345  category="so",
76346  description="JUPITER",
76347  direction="on",
76348  linebreak="al",
76349  unicodeslot=0x2643,
76350 },
76351 [0x2644]={
76352  category="so",
76353  description="SATURN",
76354  direction="on",
76355  linebreak="al",
76356  unicodeslot=0x2644,
76357 },
76358 [0x2645]={
76359  category="so",
76360  description="URANUS",
76361  direction="on",
76362  linebreak="al",
76363  unicodeslot=0x2645,
76364 },
76365 [0x2646]={
76366  category="so",
76367  description="NEPTUNE",
76368  direction="on",
76369  linebreak="al",
76370  unicodeslot=0x2646,
76371 },
76372 [0x2647]={
76373  category="so",
76374  description="PLUTO",
76375  direction="on",
76376  linebreak="al",
76377  unicodeslot=0x2647,
76378 },
76379 [0x2648]={
76380  category="so",
76381  cjkwd="w",
76382  description="ARIES",
76383  direction="on",
76384  linebreak="al",
76385  unicodeslot=0x2648,
76386  variants=variants_emoji,
76387 },
76388 [0x2649]={
76389  category="so",
76390  cjkwd="w",
76391  description="TAURUS",
76392  direction="on",
76393  linebreak="al",
76394  unicodeslot=0x2649,
76395  variants=variants_emoji,
76396 },
76397 [0x264A]={
76398  category="so",
76399  cjkwd="w",
76400  description="GEMINI",
76401  direction="on",
76402  linebreak="al",
76403  unicodeslot=0x264A,
76404  variants=variants_emoji,
76405 },
76406 [0x264B]={
76407  category="so",
76408  cjkwd="w",
76409  description="CANCER",
76410  direction="on",
76411  linebreak="al",
76412  unicodeslot=0x264B,
76413  variants=variants_emoji,
76414 },
76415 [0x264C]={
76416  category="so",
76417  cjkwd="w",
76418  description="LEO",
76419  direction="on",
76420  linebreak="al",
76421  unicodeslot=0x264C,
76422  variants=variants_emoji,
76423 },
76424 [0x264D]={
76425  category="so",
76426  cjkwd="w",
76427  description="VIRGO",
76428  direction="on",
76429  linebreak="al",
76430  synonyms={ "minim alternate glyph" },
76431  unicodeslot=0x264D,
76432  variants=variants_emoji,
76433 },
76434 [0x264E]={
76435  category="so",
76436  cjkwd="w",
76437  description="LIBRA",
76438  direction="on",
76439  linebreak="al",
76440  unicodeslot=0x264E,
76441  variants=variants_emoji,
76442 },
76443 [0x264F]={
76444  category="so",
76445  cjkwd="w",
76446  description="SCORPIUS",
76447  direction="on",
76448  linebreak="al",
76449  synonyms={ "drop", "minim" },
76450  unicodeslot=0x264F,
76451  variants=variants_emoji,
76452 },
76453 [0x2650]={
76454  category="so",
76455  cjkwd="w",
76456  description="SAGITTARIUS",
76457  direction="on",
76458  linebreak="al",
76459  unicodeslot=0x2650,
76460  variants=variants_emoji,
76461 },
76462 [0x2651]={
76463  category="so",
76464  cjkwd="w",
76465  description="CAPRICORN",
76466  direction="on",
76467  linebreak="al",
76468  unicodeslot=0x2651,
76469  variants=variants_emoji,
76470 },
76471 [0x2652]={
76472  category="so",
76473  cjkwd="w",
76474  description="AQUARIUS",
76475  direction="on",
76476  linebreak="al",
76477  unicodeslot=0x2652,
76478  variants=variants_emoji,
76479 },
76480 [0x2653]={
76481  category="so",
76482  cjkwd="w",
76483  description="PISCES",
76484  direction="on",
76485  linebreak="al",
76486  unicodeslot=0x2653,
76487  variants=variants_emoji,
76488 },
76489 [0x2654]={
76490  category="so",
76491  description="WHITE CHESS KING",
76492  direction="on",
76493  linebreak="al",
76494  unicodeslot=0x2654,
76495 },
76496 [0x2655]={
76497  category="so",
76498  description="WHITE CHESS QUEEN",
76499  direction="on",
76500  linebreak="al",
76501  unicodeslot=0x2655,
76502 },
76503 [0x2656]={
76504  category="so",
76505  description="WHITE CHESS ROOK",
76506  direction="on",
76507  linebreak="al",
76508  unicodeslot=0x2656,
76509 },
76510 [0x2657]={
76511  category="so",
76512  description="WHITE CHESS BISHOP",
76513  direction="on",
76514  linebreak="al",
76515  unicodeslot=0x2657,
76516 },
76517 [0x2658]={
76518  category="so",
76519  description="WHITE CHESS KNIGHT",
76520  direction="on",
76521  linebreak="al",
76522  unicodeslot=0x2658,
76523 },
76524 [0x2659]={
76525  category="so",
76526  description="WHITE CHESS PAWN",
76527  direction="on",
76528  linebreak="al",
76529  unicodeslot=0x2659,
76530 },
76531 [0x265A]={
76532  category="so",
76533  description="BLACK CHESS KING",
76534  direction="on",
76535  linebreak="al",
76536  unicodeslot=0x265A,
76537 },
76538 [0x265B]={
76539  category="so",
76540  description="BLACK CHESS QUEEN",
76541  direction="on",
76542  linebreak="al",
76543  unicodeslot=0x265B,
76544 },
76545 [0x265C]={
76546  category="so",
76547  description="BLACK CHESS ROOK",
76548  direction="on",
76549  linebreak="al",
76550  unicodeslot=0x265C,
76551 },
76552 [0x265D]={
76553  category="so",
76554  description="BLACK CHESS BISHOP",
76555  direction="on",
76556  linebreak="al",
76557  unicodeslot=0x265D,
76558 },
76559 [0x265E]={
76560  category="so",
76561  description="BLACK CHESS KNIGHT",
76562  direction="on",
76563  linebreak="al",
76564  unicodeslot=0x265E,
76565 },
76566 [0x265F]={
76567  category="so",
76568  description="BLACK CHESS PAWN",
76569  direction="on",
76570  linebreak="al",
76571  unicodeslot=0x265F,
76572 },
76573 [0x2660]={
76574  adobename="spadesuitblack",
76575  category="so",
76576  cjkwd="a",
76577  description="BLACK SPADE SUIT",
76578  direction="on",
76579  linebreak="ai",
76580  mathclass="ordinary",
76581  mathname="spadesuit",
76582  unicodeslot=0x2660,
76583  variants=variants_emoji,
76584 },
76585 [0x2661]={
76586  adobename="heartsuitwhite",
76587  category="so",
76588  cjkwd="a",
76589  description="WHITE HEART SUIT",
76590  direction="on",
76591  linebreak="ai",
76592  mathclass="ordinary",
76593  mathname="heartsuit",
76594  unicodeslot=0x2661,
76595 },
76596 [0x2662]={
76597  adobename="diamondsuitwhite",
76598  category="so",
76599  description="WHITE DIAMOND SUIT",
76600  direction="on",
76601  linebreak="al",
76602  mathclass="ordinary",
76603  mathname="diamondsuit",
76604  unicodeslot=0x2662,
76605 },
76606 [0x2663]={
76607  adobename="clubsuitblack",
76608  category="so",
76609  cjkwd="a",
76610  description="BLACK CLUB SUIT",
76611  direction="on",
76612  linebreak="ai",
76613  mathclass="ordinary",
76614  mathname="clubsuit",
76615  synonyms={ "shamrock" },
76616  unicodeslot=0x2663,
76617  variants=variants_emoji,
76618 },
76619 [0x2664]={
76620  adobename="spadesuitwhite",
76621  category="so",
76622  cjkwd="a",
76623  description="WHITE SPADE SUIT",
76624  direction="on",
76625  linebreak="ai",
76626  unicodeslot=0x2664,
76627 },
76628 [0x2665]={
76629  adobename="heartsuitblack",
76630  category="so",
76631  cjkwd="a",
76632  description="BLACK HEART SUIT",
76633  direction="on",
76634  linebreak="ai",
76635  synonyms={ "valentine" },
76636  unicodeslot=0x2665,
76637  variants=variants_emoji,
76638 },
76639 [0x2666]={
76640  adobename="diamond",
76641  category="so",
76642  description="BLACK DIAMOND SUIT",
76643  direction="on",
76644  linebreak="al",
76645  mathclass="ordinary",
76646  mathname="blacklozenge",
76647  unicodeslot=0x2666,
76648  variants=variants_emoji,
76649 },
76650 [0x2667]={
76651  adobename="clubsuitwhite",
76652  category="so",
76653  cjkwd="a",
76654  description="WHITE CLUB SUIT",
76655  direction="on",
76656  linebreak="ai",
76657  unicodeslot=0x2667,
76658 },
76659 [0x2668]={
76660  adobename="hotsprings",
76661  category="so",
76662  cjkwd="a",
76663  description="HOT SPRINGS",
76664  direction="on",
76665  linebreak="id",
76666  unicodeslot=0x2668,
76667  variants=variants_emoji,
76668 },
76669 [0x2669]={
76670  adobename="quarternote",
76671  category="so",
76672  cjkwd="a",
76673  description="QUARTER NOTE",
76674  direction="on",
76675  linebreak="ai",
76676  synonyms={ "crotchet" },
76677  unicodeslot=0x2669,
76678 },
76679 [0x266A]={
76680  adobename="musicalnote",
76681  category="so",
76682  cjkwd="a",
76683  description="EIGHTH NOTE",
76684  direction="on",
76685  linebreak="ai",
76686  synonyms={ "quaver" },
76687  unicodeslot=0x266A,
76688 },
76689 [0x266B]={
76690  adobename="musicalnotedbl",
76691  category="so",
76692  description="BEAMED EIGHTH NOTES",
76693  direction="on",
76694  linebreak="al",
76695  synonyms={ "beamed quavers" },
76696  unicodeslot=0x266B,
76697 },
76698 [0x266C]={
76699  adobename="beamedsixteenthnotes",
76700  category="so",
76701  cjkwd="a",
76702  description="BEAMED SIXTEENTH NOTES",
76703  direction="on",
76704  linebreak="ai",
76705  synonyms={ "beamed semiquavers" },
76706  unicodeslot=0x266C,
76707 },
76708 [0x266D]={
76709  adobename="musicflatsign",
76710  category="so",
76711  cjkwd="a",
76712  description="MUSIC FLAT SIGN",
76713  direction="on",
76714  linebreak="ai",
76715  mathclass="ordinary",
76716  mathname="flat",
76717  unicodeslot=0x266D,
76718 },
76719 [0x266E]={
76720  category="so",
76721  description="MUSIC NATURAL SIGN",
76722  direction="on",
76723  linebreak="al",
76724  mathclass="ordinary",
76725  mathname="natural",
76726  unicodeslot=0x266E,
76727 },
76728 [0x266F]={
76729  adobename="musicsharpsign",
76730  category="sm",
76731  cjkwd="a",
76732  description="MUSIC SHARP SIGN",
76733  direction="on",
76734  linebreak="ai",
76735  mathclass="ordinary",
76736  mathname="sharp",
76737  synonyms={ "infix bag count" },
76738  unicodeslot=0x266F,
76739 },
76740 [0x2670]={
76741  category="so",
76742  description="WEST SYRIAC CROSS",
76743  direction="on",
76744  linebreak="al",
76745  unicodeslot=0x2670,
76746 },
76747 [0x2671]={
76748  category="so",
76749  description="EAST SYRIAC CROSS",
76750  direction="on",
76751  linebreak="al",
76752  unicodeslot=0x2671,
76753 },
76754 [0x2672]={
76755  category="so",
76756  description="UNIVERSAL RECYCLING SYMBOL",
76757  direction="on",
76758  linebreak="al",
76759  unicodeslot=0x2672,
76760 },
76761 [0x2673]={
76762  category="so",
76763  description="RECYCLING SYMBOL FOR TYPE-0x0001 PLASTICS",
76764  direction="on",
76765  linebreak="al",
76766  unicodeslot=0x2673,
76767 },
76768 [0x2674]={
76769  category="so",
76770  description="RECYCLING SYMBOL FOR TYPE-0x0002 PLASTICS",
76771  direction="on",
76772  linebreak="al",
76773  unicodeslot=0x2674,
76774 },
76775 [0x2675]={
76776  category="so",
76777  description="RECYCLING SYMBOL FOR TYPE-0x0003 PLASTICS",
76778  direction="on",
76779  linebreak="al",
76780  unicodeslot=0x2675,
76781 },
76782 [0x2676]={
76783  category="so",
76784  description="RECYCLING SYMBOL FOR TYPE-0x0004 PLASTICS",
76785  direction="on",
76786  linebreak="al",
76787  unicodeslot=0x2676,
76788 },
76789 [0x2677]={
76790  category="so",
76791  description="RECYCLING SYMBOL FOR TYPE-0x0005 PLASTICS",
76792  direction="on",
76793  linebreak="al",
76794  unicodeslot=0x2677,
76795 },
76796 [0x2678]={
76797  category="so",
76798  description="RECYCLING SYMBOL FOR TYPE-0x0006 PLASTICS",
76799  direction="on",
76800  linebreak="al",
76801  unicodeslot=0x2678,
76802 },
76803 [0x2679]={
76804  category="so",
76805  description="RECYCLING SYMBOL FOR TYPE-0x0007 PLASTICS",
76806  direction="on",
76807  linebreak="al",
76808  unicodeslot=0x2679,
76809 },
76810 [0x267A]={
76811  category="so",
76812  description="RECYCLING SYMBOL FOR GENERIC MATERIALS",
76813  direction="on",
76814  linebreak="al",
76815  unicodeslot=0x267A,
76816 },
76817 [0x267B]={
76818  category="so",
76819  description="BLACK UNIVERSAL RECYCLING SYMBOL",
76820  direction="on",
76821  linebreak="al",
76822  unicodeslot=0x267B,
76823  variants=variants_emoji,
76824 },
76825 [0x267C]={
76826  category="so",
76827  description="RECYCLED PAPER SYMBOL",
76828  direction="on",
76829  linebreak="al",
76830  unicodeslot=0x267C,
76831 },
76832 [0x267D]={
76833  category="so",
76834  description="PARTIALLY-RECYCLED PAPER SYMBOL",
76835  direction="on",
76836  linebreak="al",
76837  unicodeslot=0x267D,
76838 },
76839 [0x267E]={
76840  category="so",
76841  description="PERMANENT PAPER SIGN",
76842  direction="on",
76843  linebreak="al",
76844  unicodeslot=0x267E,
76845 },
76846 [0x267F]={
76847  category="so",
76848  cjkwd="w",
76849  description="WHEELCHAIR SYMBOL",
76850  direction="on",
76851  linebreak="id",
76852  unicodeslot=0x267F,
76853  variants=variants_emoji,
76854 },
76855 [0x2680]={
76856  category="so",
76857  description="DIE FACE-0x0001",
76858  direction="on",
76859  linebreak="al",
76860  unicodeslot=0x2680,
76861 },
76862 [0x2681]={
76863  category="so",
76864  description="DIE FACE-0x0002",
76865  direction="on",
76866  linebreak="al",
76867  unicodeslot=0x2681,
76868 },
76869 [0x2682]={
76870  category="so",
76871  description="DIE FACE-0x0003",
76872  direction="on",
76873  linebreak="al",
76874  unicodeslot=0x2682,
76875 },
76876 [0x2683]={
76877  category="so",
76878  description="DIE FACE-0x0004",
76879  direction="on",
76880  linebreak="al",
76881  unicodeslot=0x2683,
76882 },
76883 [0x2684]={
76884  category="so",
76885  description="DIE FACE-0x0005",
76886  direction="on",
76887  linebreak="al",
76888  unicodeslot=0x2684,
76889 },
76890 [0x2685]={
76891  category="so",
76892  description="DIE FACE-0x0006",
76893  direction="on",
76894  linebreak="al",
76895  unicodeslot=0x2685,
76896 },
76897 [0x2686]={
76898  category="so",
76899  description="WHITE CIRCLE WITH DOT RIGHT",
76900  direction="on",
76901  linebreak="al",
76902  unicodeslot=0x2686,
76903 },
76904 [0x2687]={
76905  category="so",
76906  description="WHITE CIRCLE WITH TWO DOTS",
76907  direction="on",
76908  linebreak="al",
76909  unicodeslot=0x2687,
76910 },
76911 [0x2688]={
76912  category="so",
76913  description="BLACK CIRCLE WITH WHITE DOT RIGHT",
76914  direction="on",
76915  linebreak="al",
76916  unicodeslot=0x2688,
76917 },
76918 [0x2689]={
76919  category="so",
76920  description="BLACK CIRCLE WITH TWO WHITE DOTS",
76921  direction="on",
76922  linebreak="al",
76923  unicodeslot=0x2689,
76924 },
76925 [0x268A]={
76926  category="so",
76927  description="MONOGRAM FOR YANG",
76928  direction="on",
76929  linebreak="al",
76930  unicodeslot=0x268A,
76931 },
76932 [0x268B]={
76933  category="so",
76934  description="MONOGRAM FOR YIN",
76935  direction="on",
76936  linebreak="al",
76937  unicodeslot=0x268B,
76938 },
76939 [0x268C]={
76940  category="so",
76941  description="DIGRAM FOR GREATER YANG",
76942  direction="on",
76943  linebreak="al",
76944  unicodeslot=0x268C,
76945 },
76946 [0x268D]={
76947  category="so",
76948  description="DIGRAM FOR LESSER YIN",
76949  direction="on",
76950  linebreak="al",
76951  unicodeslot=0x268D,
76952 },
76953 [0x268E]={
76954  category="so",
76955  description="DIGRAM FOR LESSER YANG",
76956  direction="on",
76957  linebreak="al",
76958  unicodeslot=0x268E,
76959 },
76960 [0x268F]={
76961  category="so",
76962  description="DIGRAM FOR GREATER YIN",
76963  direction="on",
76964  linebreak="al",
76965  unicodeslot=0x268F,
76966 },
76967 [0x2690]={
76968  category="so",
76969  description="WHITE FLAG",
76970  direction="on",
76971  linebreak="al",
76972  unicodeslot=0x2690,
76973 },
76974 [0x2691]={
76975  category="so",
76976  description="BLACK FLAG",
76977  direction="on",
76978  linebreak="al",
76979  unicodeslot=0x2691,
76980 },
76981 [0x2692]={
76982  category="so",
76983  description="HAMMER AND PICK",
76984  direction="on",
76985  linebreak="al",
76986  synonyms={ "mining symbol", "working day symbol" },
76987  unicodeslot=0x2692,
76988  variants=variants_emoji,
76989 },
76990 [0x2693]={
76991  category="so",
76992  cjkwd="w",
76993  description="ANCHOR",
76994  direction="on",
76995  linebreak="al",
76996  synonyms={ "harbor symbol" },
76997  unicodeslot=0x2693,
76998  variants=variants_emoji,
76999 },
77000 [0x2694]={
77001  category="so",
77002  description="CROSSED SWORDS",
77003  direction="on",
77004  linebreak="al",
77005  synonyms={ "battleground symbol" },
77006  unicodeslot=0x2694,
77007  variants=variants_emoji,
77008 },
77009 [0x2695]={
77010  category="so",
77011  description="STAFF OF AESCULAPIUS",
77012  direction="on",
77013  linebreak="al",
77014  unicodeslot=0x2695,
77015 },
77016 [0x2696]={
77017  category="so",
77018  description="SCALES",
77019  direction="on",
77020  linebreak="al",
77021  synonyms={ "jurisprudence symbol" },
77022  unicodeslot=0x2696,
77023  variants=variants_emoji,
77024 },
77025 [0x2697]={
77026  category="so",
77027  description="ALEMBIC",
77028  direction="on",
77029  linebreak="al",
77030  unicodeslot=0x2697,
77031  variants=variants_emoji,
77032 },
77033 [0x2698]={
77034  category="so",
77035  description="FLOWER",
77036  direction="on",
77037  linebreak="al",
77038  unicodeslot=0x2698,
77039 },
77040 [0x2699]={
77041  category="so",
77042  description="GEAR",
77043  direction="on",
77044  linebreak="al",
77045  unicodeslot=0x2699,
77046  variants=variants_emoji,
77047 },
77048 [0x269A]={
77049  category="so",
77050  description="STAFF OF HERMES",
77051  direction="on",
77052  linebreak="al",
77053  unicodeslot=0x269A,
77054 },
77055 [0x269B]={
77056  category="so",
77057  description="ATOM SYMBOL",
77058  direction="on",
77059  linebreak="al",
77060  unicodeslot=0x269B,
77061  variants=variants_emoji,
77062 },
77063 [0x269C]={
77064  category="so",
77065  description="FLEUR-DE-LIS",
77066  direction="on",
77067  linebreak="al",
77068  unicodeslot=0x269C,
77069  variants=variants_emoji,
77070 },
77071 [0x269D]={
77072  category="so",
77073  description="OUTLINED WHITE STAR",
77074  direction="on",
77075  linebreak="al",
77076  unicodeslot=0x269D,
77077 },
77078 [0x269E]={
77079  category="so",
77080  cjkwd="a",
77081  description="THREE LINES CONVERGING RIGHT",
77082  direction="on",
77083  linebreak="ai",
77084  unicodeslot=0x269E,
77085 },
77086 [0x269F]={
77087  category="so",
77088  cjkwd="a",
77089  description="THREE LINES CONVERGING LEFT",
77090  direction="on",
77091  linebreak="ai",
77092  unicodeslot=0x269F,
77093 },
77094 [0x26A0]={
77095  category="so",
77096  description="WARNING SIGN",
77097  direction="on",
77098  linebreak="al",
77099  unicodeslot=0x26A0,
77100  variants=variants_emoji,
77101 },
77102 [0x26A1]={
77103  category="so",
77104  cjkwd="w",
77105  description="HIGH VOLTAGE SIGN",
77106  direction="on",
77107  linebreak="al",
77108  synonyms={ "lightning", "thunder" },
77109  unicodeslot=0x26A1,
77110  variants=variants_emoji,
77111 },
77112 [0x26A2]={
77113  category="so",
77114  description="DOUBLED FEMALE SIGN",
77115  direction="on",
77116  linebreak="al",
77117  unicodeslot=0x26A2,
77118 },
77119 [0x26A3]={
77120  category="so",
77121  description="DOUBLED MALE SIGN",
77122  direction="on",
77123  linebreak="al",
77124  unicodeslot=0x26A3,
77125 },
77126 [0x26A4]={
77127  category="so",
77128  description="INTERLOCKED FEMALE AND MALE SIGN",
77129  direction="on",
77130  linebreak="al",
77131  unicodeslot=0x26A4,
77132 },
77133 [0x26A5]={
77134  category="so",
77135  description="MALE AND FEMALE SIGN",
77136  direction="on",
77137  linebreak="al",
77138  unicodeslot=0x26A5,
77139 },
77140 [0x26A6]={
77141  category="so",
77142  description="MALE WITH STROKE SIGN",
77143  direction="on",
77144  linebreak="al",
77145  unicodeslot=0x26A6,
77146 },
77147 [0x26A7]={
77148  category="so",
77149  description="MALE WITH STROKE AND MALE AND FEMALE SIGN",
77150  direction="on",
77151  linebreak="al",
77152  unicodeslot=0x26A7,
77153 },
77154 [0x26A8]={
77155  category="so",
77156  description="VERTICAL MALE WITH STROKE SIGN",
77157  direction="on",
77158  linebreak="al",
77159  unicodeslot=0x26A8,
77160 },
77161 [0x26A9]={
77162  category="so",
77163  description="HORIZONTAL MALE WITH STROKE SIGN",
77164  direction="on",
77165  linebreak="al",
77166  unicodeslot=0x26A9,
77167 },
77168 [0x26AA]={
77169  category="so",
77170  cjkwd="w",
77171  description="MEDIUM WHITE CIRCLE",
77172  direction="on",
77173  linebreak="al",
77174  unicodeslot=0x26AA,
77175  variants=variants_emoji,
77176 },
77177 [0x26AB]={
77178  category="so",
77179  cjkwd="w",
77180  description="MEDIUM BLACK CIRCLE",
77181  direction="on",
77182  linebreak="al",
77183  unicodeslot=0x26AB,
77184  variants=variants_emoji,
77185 },
77186 [0x26AC]={
77187  category="so",
77188  description="MEDIUM SMALL WHITE CIRCLE",
77189  direction="l",
77190  linebreak="al",
77191  unicodeslot=0x26AC,
77192 },
77193 [0x26AD]={
77194  category="so",
77195  description="MARRIAGE SYMBOL",
77196  direction="on",
77197  linebreak="al",
77198  unicodeslot=0x26AD,
77199 },
77200 [0x26AE]={
77201  category="so",
77202  description="DIVORCE SYMBOL",
77203  direction="on",
77204  linebreak="al",
77205  unicodeslot=0x26AE,
77206 },
77207 [0x26AF]={
77208  category="so",
77209  description="UNMARRIED PARTNERSHIP SYMBOL",
77210  direction="on",
77211  linebreak="al",
77212  unicodeslot=0x26AF,
77213 },
77214 [0x26B0]={
77215  category="so",
77216  description="COFFIN",
77217  direction="on",
77218  linebreak="al",
77219  synonyms={ "buried symbol" },
77220  unicodeslot=0x26B0,
77221  variants=variants_emoji,
77222 },
77223 [0x26B1]={
77224  category="so",
77225  description="FUNERAL URN",
77226  direction="on",
77227  linebreak="al",
77228  synonyms={ "cremated symbol" },
77229  unicodeslot=0x26B1,
77230  variants=variants_emoji,
77231 },
77232 [0x26B2]={
77233  category="so",
77234  description="NEUTER",
77235  direction="on",
77236  linebreak="al",
77237  unicodeslot=0x26B2,
77238 },
77239 [0x26B3]={
77240  category="so",
77241  description="CERES",
77242  direction="on",
77243  linebreak="al",
77244  unicodeslot=0x26B3,
77245 },
77246 [0x26B4]={
77247  category="so",
77248  description="PALLAS",
77249  direction="on",
77250  linebreak="al",
77251  unicodeslot=0x26B4,
77252 },
77253 [0x26B5]={
77254  category="so",
77255  description="JUNO",
77256  direction="on",
77257  linebreak="al",
77258  unicodeslot=0x26B5,
77259 },
77260 [0x26B6]={
77261  category="so",
77262  description="VESTA",
77263  direction="on",
77264  linebreak="al",
77265  unicodeslot=0x26B6,
77266 },
77267 [0x26B7]={
77268  category="so",
77269  description="CHIRON",
77270  direction="on",
77271  linebreak="al",
77272  unicodeslot=0x26B7,
77273 },
77274 [0x26B8]={
77275  category="so",
77276  description="BLACK MOON LILITH",
77277  direction="on",
77278  linebreak="al",
77279  unicodeslot=0x26B8,
77280 },
77281 [0x26B9]={
77282  category="so",
77283  description="SEXTILE",
77284  direction="on",
77285  linebreak="al",
77286  unicodeslot=0x26B9,
77287 },
77288 [0x26BA]={
77289  category="so",
77290  description="SEMISEXTILE",
77291  direction="on",
77292  linebreak="al",
77293  unicodeslot=0x26BA,
77294 },
77295 [0x26BB]={
77296  category="so",
77297  description="QUINCUNX",
77298  direction="on",
77299  linebreak="al",
77300  unicodeslot=0x26BB,
77301 },
77302 [0x26BC]={
77303  category="so",
77304  description="SESQUIQUADRATE",
77305  direction="on",
77306  linebreak="al",
77307  unicodeslot=0x26BC,
77308 },
77309 [0x26BD]={
77310  category="so",
77311  cjkwd="w",
77312  description="SOCCER BALL",
77313  direction="on",
77314  linebreak="id",
77315  unicodeslot=0x26BD,
77316  variants=variants_emoji,
77317 },
77318 [0x26BE]={
77319  category="so",
77320  cjkwd="w",
77321  description="BASEBALL",
77322  direction="on",
77323  linebreak="id",
77324  unicodeslot=0x26BE,
77325  variants=variants_emoji,
77326 },
77327 [0x26BF]={
77328  category="so",
77329  cjkwd="a",
77330  description="SQUARED KEY",
77331  direction="on",
77332  linebreak="id",
77333  synonyms={ "parental lock" },
77334  unicodeslot=0x26BF,
77335 },
77336 [0x26C0]={
77337  category="so",
77338  description="WHITE DRAUGHTS MAN",
77339  direction="on",
77340  linebreak="id",
77341  unicodeslot=0x26C0,
77342 },
77343 [0x26C1]={
77344  category="so",
77345  description="WHITE DRAUGHTS KING",
77346  direction="on",
77347  linebreak="id",
77348  unicodeslot=0x26C1,
77349 },
77350 [0x26C2]={
77351  category="so",
77352  description="BLACK DRAUGHTS MAN",
77353  direction="on",
77354  linebreak="id",
77355  unicodeslot=0x26C2,
77356 },
77357 [0x26C3]={
77358  category="so",
77359  description="BLACK DRAUGHTS KING",
77360  direction="on",
77361  linebreak="id",
77362  unicodeslot=0x26C3,
77363 },
77364 [0x26C4]={
77365  category="so",
77366  cjkwd="w",
77367  description="SNOWMAN WITHOUT SNOW",
77368  direction="on",
77369  linebreak="id",
77370  synonyms={ "light snow" },
77371  unicodeslot=0x26C4,
77372  variants=variants_emoji,
77373 },
77374 [0x26C5]={
77375  category="so",
77376  cjkwd="w",
77377  description="SUN BEHIND CLOUD",
77378  direction="on",
77379  linebreak="id",
77380  synonyms={ "partly cloudy" },
77381  unicodeslot=0x26C5,
77382  variants=variants_emoji,
77383 },
77384 [0x26C6]={
77385  category="so",
77386  cjkwd="a",
77387  description="RAIN",
77388  direction="on",
77389  linebreak="id",
77390  unicodeslot=0x26C6,
77391 },
77392 [0x26C7]={
77393  category="so",
77394  cjkwd="a",
77395  description="BLACK SNOWMAN",
77396  direction="on",
77397  linebreak="id",
77398  synonyms={ "heavy snow" },
77399  unicodeslot=0x26C7,
77400 },
77401 [0x26C8]={
77402  category="so",
77403  cjkwd="a",
77404  description="THUNDER CLOUD AND RAIN",
77405  direction="on",
77406  linebreak="id",
77407  synonyms={ "thunderstorm" },
77408  unicodeslot=0x26C8,
77409  variants=variants_emoji,
77410 },
77411 [0x26C9]={
77412  category="so",
77413  cjkwd="a",
77414  description="TURNED WHITE SHOGI PIECE",
77415  direction="on",
77416  linebreak="ai",
77417  unicodeslot=0x26C9,
77418 },
77419 [0x26CA]={
77420  category="so",
77421  cjkwd="a",
77422  description="TURNED BLACK SHOGI PIECE",
77423  direction="on",
77424  linebreak="ai",
77425  unicodeslot=0x26CA,
77426 },
77427 [0x26CB]={
77428  category="so",
77429  cjkwd="a",
77430  description="WHITE DIAMOND IN SQUARE",
77431  direction="on",
77432  linebreak="ai",
77433  unicodeslot=0x26CB,
77434 },
77435 [0x26CC]={
77436  category="so",
77437  cjkwd="a",
77438  description="CROSSING LANES",
77439  direction="on",
77440  linebreak="ai",
77441  synonyms={ "accident" },
77442  unicodeslot=0x26CC,
77443 },
77444 [0x26CD]={
77445  category="so",
77446  cjkwd="a",
77447  description="DISABLED CAR",
77448  direction="on",
77449  linebreak="id",
77450  unicodeslot=0x26CD,
77451 },
77452 [0x26CE]={
77453  category="so",
77454  cjkwd="w",
77455  description="OPHIUCHUS",
77456  direction="on",
77457  linebreak="al",
77458  unicodeslot=0x26CE,
77459 },
77460 [0x26CF]={
77461  category="so",
77462  cjkwd="a",
77463  description="PICK",
77464  direction="on",
77465  linebreak="id",
77466  synonyms={ "construction" },
77467  unicodeslot=0x26CF,
77468  variants=variants_emoji,
77469 },
77470 [0x26D0]={
77471  category="so",
77472  cjkwd="a",
77473  description="CAR SLIDING",
77474  direction="on",
77475  linebreak="id",
77476  synonyms={ "icy road" },
77477  unicodeslot=0x26D0,
77478 },
77479 [0x26D1]={
77480  category="so",
77481  cjkwd="a",
77482  description="HELMET WITH WHITE CROSS",
77483  direction="on",
77484  linebreak="id",
77485  unicodeslot=0x26D1,
77486  variants=variants_emoji,
77487 },
77488 [0x26D2]={
77489  category="so",
77490  cjkwd="a",
77491  description="CIRCLED CROSSING LANES",
77492  direction="on",
77493  linebreak="ai",
77494  synonyms={ "road closed" },
77495  unicodeslot=0x26D2,
77496 },
77497 [0x26D3]={
77498  category="so",
77499  cjkwd="a",
77500  description="CHAINS",
77501  direction="on",
77502  linebreak="id",
77503  unicodeslot=0x26D3,
77504  variants=variants_emoji,
77505 },
77506 [0x26D4]={
77507  category="so",
77508  cjkwd="w",
77509  description="NO ENTRY",
77510  direction="on",
77511  linebreak="id",
77512  synonyms={ "do not enter" },
77513  unicodeslot=0x26D4,
77514  variants=variants_emoji,
77515 },
77516 [0x26D5]={
77517  category="so",
77518  cjkwd="a",
77519  description="ALTERNATE ONE-WAY LEFT WAY TRAFFIC",
77520  direction="on",
77521  linebreak="ai",
77522  unicodeslot=0x26D5,
77523 },
77524 [0x26D6]={
77525  category="so",
77526  cjkwd="a",
77527  description="BLACK TWO-WAY LEFT WAY TRAFFIC",
77528  direction="on",
77529  linebreak="ai",
77530  unicodeslot=0x26D6,
77531 },
77532 [0x26D7]={
77533  category="so",
77534  cjkwd="a",
77535  description="WHITE TWO-WAY LEFT WAY TRAFFIC",
77536  direction="on",
77537  linebreak="ai",
77538  unicodeslot=0x26D7,
77539 },
77540 [0x26D8]={
77541  category="so",
77542  cjkwd="a",
77543  description="BLACK LEFT LANE MERGE",
77544  direction="on",
77545  linebreak="id",
77546  unicodeslot=0x26D8,
77547 },
77548 [0x26D9]={
77549  category="so",
77550  cjkwd="a",
77551  description="WHITE LEFT LANE MERGE",
77552  direction="on",
77553  linebreak="id",
77554  unicodeslot=0x26D9,
77555 },
77556 [0x26DA]={
77557  category="so",
77558  cjkwd="a",
77559  description="DRIVE SLOW SIGN",
77560  direction="on",
77561  linebreak="ai",
77562  unicodeslot=0x26DA,
77563 },
77564 [0x26DB]={
77565  category="so",
77566  cjkwd="a",
77567  description="HEAVY WHITE DOWN-POINTING TRIANGLE",
77568  direction="on",
77569  linebreak="ai",
77570  synonyms={ "yield" },
77571  unicodeslot=0x26DB,
77572 },
77573 [0x26DC]={
77574  category="so",
77575  cjkwd="a",
77576  description="LEFT CLOSED ENTRY",
77577  direction="on",
77578  linebreak="id",
77579  unicodeslot=0x26DC,
77580 },
77581 [0x26DD]={
77582  category="so",
77583  cjkwd="a",
77584  description="SQUARED SALTIRE",
77585  direction="on",
77586  linebreak="ai",
77587  unicodeslot=0x26DD,
77588 },
77589 [0x26DE]={
77590  category="so",
77591  cjkwd="a",
77592  description="FALLING DIAGONAL IN WHITE CIRCLE IN BLACK SQUARE",
77593  direction="on",
77594  linebreak="ai",
77595  unicodeslot=0x26DE,
77596 },
77597 [0x26DF]={
77598  category="so",
77599  cjkwd="a",
77600  description="BLACK TRUCK",
77601  direction="on",
77602  linebreak="id",
77603  synonyms={ "black lorry" },
77604  unicodeslot=0x26DF,
77605 },
77606 [0x26E0]={
77607  category="so",
77608  cjkwd="a",
77609  description="RESTRICTED LEFT ENTRY-1",
77610  direction="on",
77611  linebreak="id",
77612  unicodeslot=0x26E0,
77613 },
77614 [0x26E1]={
77615  category="so",
77616  cjkwd="a",
77617  description="RESTRICTED LEFT ENTRY-2",
77618  direction="on",
77619  linebreak="id",
77620  unicodeslot=0x26E1,
77621 },
77622 [0x26E2]={
77623  category="so",
77624  description="ASTRONOMICAL SYMBOL FOR URANUS",
77625  direction="on",
77626  linebreak="al",
77627  synonyms={ "uranus" },
77628  unicodeslot=0x26E2,
77629 },
77630 [0x26E3]={
77631  category="so",
77632  cjkwd="a",
77633  description="HEAVY CIRCLE WITH STROKE AND TWO DOTS ABOVE",
77634  direction="on",
77635  linebreak="ai",
77636  unicodeslot=0x26E3,
77637 },
77638 [0x26E4]={
77639  category="so",
77640  description="PENTAGRAM",
77641  direction="on",
77642  linebreak="al",
77643  synonyms={ "pentangle pentalpha" },
77644  unicodeslot=0x26E4,
77645 },
77646 [0x26E5]={
77647  category="so",
77648  description="RIGHT-HANDED INTERLACED PENTAGRAM",
77649  direction="on",
77650  linebreak="al",
77651  unicodeslot=0x26E5,
77652 },
77653 [0x26E6]={
77654  category="so",
77655  description="LEFT-HANDED INTERLACED PENTAGRAM",
77656  direction="on",
77657  linebreak="al",
77658  unicodeslot=0x26E6,
77659 },
77660 [0x26E7]={
77661  category="so",
77662  description="INVERTED PENTAGRAM",
77663  direction="on",
77664  linebreak="al",
77665  unicodeslot=0x26E7,
77666 },
77667 [0x26E8]={
77668  category="so",
77669  cjkwd="a",
77670  description="BLACK CROSS ON SHIELD",
77671  direction="on",
77672  linebreak="ai",
77673  synonyms={ "hospital" },
77674  unicodeslot=0x26E8,
77675 },
77676 [0x26E9]={
77677  category="so",
77678  cjkwd="a",
77679  description="SHINTO SHRINE",
77680  direction="on",
77681  linebreak="ai",
77682  synonyms={ "torii" },
77683  unicodeslot=0x26E9,
77684  variants=variants_emoji,
77685 },
77686 [0x26EA]={
77687  category="so",
77688  cjkwd="w",
77689  description="CHURCH",
77690  direction="on",
77691  linebreak="id",
77692  unicodeslot=0x26EA,
77693  variants=variants_emoji,
77694 },
77695 [0x26EB]={
77696  category="so",
77697  cjkwd="a",
77698  description="CASTLE",
77699  direction="on",
77700  linebreak="ai",
77701  unicodeslot=0x26EB,
77702 },
77703 [0x26EC]={
77704  category="so",
77705  cjkwd="a",
77706  description="HISTORIC SITE",
77707  direction="on",
77708  linebreak="ai",
77709  unicodeslot=0x26EC,
77710 },
77711 [0x26ED]={
77712  category="so",
77713  cjkwd="a",
77714  description="GEAR WITHOUT HUB",
77715  direction="on",
77716  linebreak="ai",
77717  synonyms={ "factory" },
77718  unicodeslot=0x26ED,
77719 },
77720 [0x26EE]={
77721  category="so",
77722  cjkwd="a",
77723  description="GEAR WITH HANDLES",
77724  direction="on",
77725  linebreak="ai",
77726  synonyms={ "power plant" },
77727  unicodeslot=0x26EE,
77728 },
77729 [0x26EF]={
77730  category="so",
77731  cjkwd="a",
77732  description="MAP SYMBOL FOR LIGHTHOUSE",
77733  direction="on",
77734  linebreak="ai",
77735  unicodeslot=0x26EF,
77736 },
77737 [0x26F0]={
77738  category="so",
77739  cjkwd="a",
77740  description="MOUNTAIN",
77741  direction="on",
77742  linebreak="ai",
77743  unicodeslot=0x26F0,
77744  variants=variants_emoji,
77745 },
77746 [0x26F1]={
77747  category="so",
77748  cjkwd="a",
77749  description="UMBRELLA ON GROUND",
77750  direction="on",
77751  linebreak="id",
77752  synonyms={ "bathing beach" },
77753  unicodeslot=0x26F1,
77754  variants=variants_emoji,
77755 },
77756 [0x26F2]={
77757  category="so",
77758  cjkwd="w",
77759  description="FOUNTAIN",
77760  direction="on",
77761  linebreak="id",
77762  synonyms={ "park" },
77763  unicodeslot=0x26F2,
77764  variants=variants_emoji,
77765 },
77766 [0x26F3]={
77767  category="so",
77768  cjkwd="w",
77769  description="FLAG IN HOLE",
77770  direction="on",
77771  linebreak="id",
77772  synonyms={ "golf course" },
77773  unicodeslot=0x26F3,
77774  variants=variants_emoji,
77775 },
77776 [0x26F4]={
77777  category="so",
77778  cjkwd="a",
77779  description="FERRY",
77780  direction="on",
77781  linebreak="id",
77782  synonyms={ "boat terminal", "marina or yacht harbour" },
77783  unicodeslot=0x26F4,
77784  variants=variants_emoji,
77785 },
77786 [0x26F5]={
77787  category="so",
77788  cjkwd="w",
77789  description="SAILBOAT",
77790  direction="on",
77791  linebreak="id",
77792  unicodeslot=0x26F5,
77793  variants=variants_emoji,
77794 },
77795 [0x26F6]={
77796  category="so",
77797  cjkwd="a",
77798  description="SQUARE FOUR CORNERS",
77799  direction="on",
77800  linebreak="ai",
77801  unicodeslot=0x26F6,
77802 },
77803 [0x26F7]={
77804  category="so",
77805  cjkwd="a",
77806  description="SKIER",
77807  direction="on",
77808  linebreak="id",
77809  unicodeslot=0x26F7,
77810  variants=variants_emoji,
77811 },
77812 [0x26F8]={
77813  category="so",
77814  cjkwd="a",
77815  description="ICE SKATE",
77816  direction="on",
77817  linebreak="id",
77818  unicodeslot=0x26F8,
77819  variants=variants_emoji,
77820 },
77821 [0x26F9]={
77822  category="so",
77823  cjkwd="a",
77824  description="PERSON WITH BALL",
77825  direction="on",
77826  linebreak="eb",
77827  unicodeslot=0x26F9,
77828  variants=variants_emoji,
77829 },
77830 [0x26FA]={
77831  category="so",
77832  cjkwd="w",
77833  description="TENT",
77834  direction="on",
77835  linebreak="id",
77836  synonyms={ "camping site" },
77837  unicodeslot=0x26FA,
77838  variants=variants_emoji,
77839 },
77840 [0x26FB]={
77841  category="so",
77842  cjkwd="a",
77843  description="JAPANESE BANK SYMBOL",
77844  direction="on",
77845  linebreak="ai",
77846  unicodeslot=0x26FB,
77847 },
77848 [0x26FC]={
77849  category="so",
77850  cjkwd="a",
77851  description="HEADSTONE GRAVEYARD SYMBOL",
77852  direction="on",
77853  linebreak="ai",
77854  synonyms={ "cemetery", "graveyard" },
77855  unicodeslot=0x26FC,
77856 },
77857 [0x26FD]={
77858  category="so",
77859  cjkwd="w",
77860  description="FUEL PUMP",
77861  direction="on",
77862  linebreak="id",
77863  synonyms={ "gas station", "petrol station" },
77864  unicodeslot=0x26FD,
77865  variants=variants_emoji,
77866 },
77867 [0x26FE]={
77868  category="so",
77869  cjkwd="a",
77870  description="CUP ON BLACK SQUARE",
77871  direction="on",
77872  linebreak="id",
77873  synonyms={ "drive-in restaurant" },
77874  unicodeslot=0x26FE,
77875 },
77876 [0x26FF]={
77877  category="so",
77878  cjkwd="a",
77879  description="WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE",
77880  direction="on",
77881  linebreak="id",
77882  unicodeslot=0x26FF,
77883 },
77884 [0x2700]={
77885  category="so",
77886  description="BLACK SAFETY SCISSORS",
77887  direction="on",
77888  linebreak="id",
77889  unicodeslot=0x2700,
77890 },
77891 [0x2701]={
77892  category="so",
77893  description="UPPER BLADE SCISSORS",
77894  direction="on",
77895  linebreak="id",
77896  unicodeslot=0x2701,
77897 },
77898 [0x2702]={
77899  category="so",
77900  description="BLACK SCISSORS",
77901  direction="on",
77902  linebreak="id",
77903  unicodeslot=0x2702,
77904  variants=variants_emoji,
77905 },
77906 [0x2703]={
77907  category="so",
77908  description="LOWER BLADE SCISSORS",
77909  direction="on",
77910  linebreak="id",
77911  unicodeslot=0x2703,
77912 },
77913 [0x2704]={
77914  category="so",
77915  description="WHITE SCISSORS",
77916  direction="on",
77917  linebreak="id",
77918  unicodeslot=0x2704,
77919 },
77920 [0x2705]={
77921  category="so",
77922  cjkwd="w",
77923  description="WHITE HEAVY CHECK MARK",
77924  direction="on",
77925  linebreak="al",
77926  unicodeslot=0x2705,
77927 },
77928 [0x2706]={
77929  category="so",
77930  description="TELEPHONE LOCATION SIGN",
77931  direction="on",
77932  linebreak="al",
77933  unicodeslot=0x2706,
77934 },
77935 [0x2707]={
77936  category="so",
77937  description="TAPE DRIVE",
77938  direction="on",
77939  linebreak="al",
77940  unicodeslot=0x2707,
77941 },
77942 [0x2708]={
77943  category="so",
77944  description="AIRPLANE",
77945  direction="on",
77946  linebreak="id",
77947  unicodeslot=0x2708,
77948  variants=variants_emoji,
77949 },
77950 [0x2709]={
77951  category="so",
77952  description="ENVELOPE",
77953  direction="on",
77954  linebreak="id",
77955  unicodeslot=0x2709,
77956  variants=variants_emoji,
77957 },
77958 [0x270A]={
77959  category="so",
77960  cjkwd="w",
77961  description="RAISED FIST",
77962  direction="on",
77963  linebreak="eb",
77964  synonyms={ "paper, scissors game rock in rock" },
77965  unicodeslot=0x270A,
77966 },
77967 [0x270B]={
77968  category="so",
77969  cjkwd="w",
77970  description="RAISED HAND",
77971  direction="on",
77972  linebreak="eb",
77973  synonyms={ "paper, scissors game paper in rock" },
77974  unicodeslot=0x270B,
77975 },
77976 [0x270C]={
77977  category="so",
77978  description="VICTORY HAND",
77979  direction="on",
77980  linebreak="eb",
77981  synonyms={ "paper, scissors game scissors in rock" },
77982  unicodeslot=0x270C,
77983  variants=variants_emoji,
77984 },
77985 [0x270D]={
77986  category="so",
77987  description="WRITING HAND",
77988  direction="on",
77989  linebreak="eb",
77990  unicodeslot=0x270D,
77991  variants=variants_emoji,
77992 },
77993 [0x270E]={
77994  category="so",
77995  description="LOWER RIGHT PENCIL",
77996  direction="on",
77997  linebreak="al",
77998  unicodeslot=0x270E,
77999 },
78000 [0x270F]={
78001  category="so",
78002  description="PENCIL",
78003  direction="on",
78004  linebreak="al",
78005  unicodeslot=0x270F,
78006  variants=variants_emoji,
78007 },
78008 [0x2710]={
78009  category="so",
78010  description="UPPER RIGHT PENCIL",
78011  direction="on",
78012  linebreak="al",
78013  unicodeslot=0x2710,
78014 },
78015 [0x2711]={
78016  category="so",
78017  description="WHITE NIB",
78018  direction="on",
78019  linebreak="al",
78020  unicodeslot=0x2711,
78021 },
78022 [0x2712]={
78023  category="so",
78024  description="BLACK NIB",
78025  direction="on",
78026  linebreak="al",
78027  unicodeslot=0x2712,
78028  variants=variants_emoji,
78029 },
78030 [0x2713]={
78031  adobename="checkmark",
78032  category="so",
78033  description="CHECK MARK",
78034  direction="on",
78035  linebreak="al",
78036  mathclass="ordinary",
78037  mathname="checkmark",
78038  unicodeslot=0x2713,
78039 },
78040 [0x2714]={
78041  category="so",
78042  description="HEAVY CHECK MARK",
78043  direction="on",
78044  linebreak="al",
78045  unicodeslot=0x2714,
78046  variants=variants_emoji,
78047 },
78048 [0x2715]={
78049  category="so",
78050  description="MULTIPLICATION X",
78051  direction="on",
78052  linebreak="al",
78053  unicodeslot=0x2715,
78054 },
78055 [0x2716]={
78056  category="so",
78057  description="HEAVY MULTIPLICATION X",
78058  direction="on",
78059  linebreak="al",
78060  unicodeslot=0x2716,
78061  variants=variants_emoji,
78062 },
78063 [0x2717]={
78064  category="so",
78065  description="BALLOT X",
78066  direction="on",
78067  linebreak="al",
78068  unicodeslot=0x2717,
78069 },
78070 [0x2718]={
78071  category="so",
78072  description="HEAVY BALLOT X",
78073  direction="on",
78074  linebreak="al",
78075  unicodeslot=0x2718,
78076 },
78077 [0x2719]={
78078  category="so",
78079  description="OUTLINED GREEK CROSS",
78080  direction="on",
78081  linebreak="al",
78082  unicodeslot=0x2719,
78083 },
78084 [0x271A]={
78085  category="so",
78086  description="HEAVY GREEK CROSS",
78087  direction="on",
78088  linebreak="al",
78089  unicodeslot=0x271A,
78090 },
78091 [0x271B]={
78092  category="so",
78093  description="OPEN CENTRE CROSS",
78094  direction="on",
78095  linebreak="al",
78096  unicodeslot=0x271B,
78097 },
78098 [0x271C]={
78099  category="so",
78100  description="HEAVY OPEN CENTRE CROSS",
78101  direction="on",
78102  linebreak="al",
78103  unicodeslot=0x271C,
78104 },
78105 [0x271D]={
78106  category="so",
78107  description="LATIN CROSS",
78108  direction="on",
78109  linebreak="al",
78110  unicodeslot=0x271D,
78111  variants=variants_emoji,
78112 },
78113 [0x271E]={
78114  category="so",
78115  description="SHADOWED WHITE LATIN CROSS",
78116  direction="on",
78117  linebreak="al",
78118  unicodeslot=0x271E,
78119 },
78120 [0x271F]={
78121  category="so",
78122  description="OUTLINED LATIN CROSS",
78123  direction="on",
78124  linebreak="al",
78125  unicodeslot=0x271F,
78126 },
78127 [0x2720]={
78128  category="so",
78129  description="MALTESE CROSS",
78130  direction="on",
78131  linebreak="al",
78132  mathclass="ordinary",
78133  mathname="maltese",
78134  unicodeslot=0x2720,
78135 },
78136 [0x2721]={
78137  category="so",
78138  description="STAR OF DAVID",
78139  direction="on",
78140  linebreak="al",
78141  unicodeslot=0x2721,
78142  variants=variants_emoji,
78143 },
78144 [0x2722]={
78145  category="so",
78146  description="FOUR TEARDROP-SPOKED ASTERISK",
78147  direction="on",
78148  linebreak="al",
78149  unicodeslot=0x2722,
78150 },
78151 [0x2723]={
78152  category="so",
78153  description="FOUR BALLOON-SPOKED ASTERISK",
78154  direction="on",
78155  linebreak="al",
78156  unicodeslot=0x2723,
78157 },
78158 [0x2724]={
78159  category="so",
78160  description="HEAVY FOUR BALLOON-SPOKED ASTERISK",
78161  direction="on",
78162  linebreak="al",
78163  unicodeslot=0x2724,
78164 },
78165 [0x2725]={
78166  category="so",
78167  description="FOUR CLUB-SPOKED ASTERISK",
78168  direction="on",
78169  linebreak="al",
78170  unicodeslot=0x2725,
78171 },
78172 [0x2726]={
78173  category="so",
78174  description="BLACK FOUR POINTED STAR",
78175  direction="on",
78176  linebreak="al",
78177  unicodeslot=0x2726,
78178 },
78179 [0x2727]={
78180  category="so",
78181  description="WHITE FOUR POINTED STAR",
78182  direction="on",
78183  linebreak="al",
78184  unicodeslot=0x2727,
78185 },
78186 [0x2728]={
78187  category="so",
78188  cjkwd="w",
78189  description="SPARKLES",
78190  direction="on",
78191  linebreak="al",
78192  unicodeslot=0x2728,
78193 },
78194 [0x2729]={
78195  category="so",
78196  description="STRESS OUTLINED WHITE STAR",
78197  direction="on",
78198  linebreak="al",
78199  unicodeslot=0x2729,
78200 },
78201 [0x272A]={
78202  category="so",
78203  description="CIRCLED WHITE STAR",
78204  direction="on",
78205  linebreak="al",
78206  unicodeslot=0x272A,
78207 },
78208 [0x272B]={
78209  category="so",
78210  description="OPEN CENTRE BLACK STAR",
78211  direction="on",
78212  linebreak="al",
78213  unicodeslot=0x272B,
78214 },
78215 [0x272C]={
78216  category="so",
78217  description="BLACK CENTRE WHITE STAR",
78218  direction="on",
78219  linebreak="al",
78220  unicodeslot=0x272C,
78221 },
78222 [0x272D]={
78223  category="so",
78224  description="OUTLINED BLACK STAR",
78225  direction="on",
78226  linebreak="al",
78227  unicodeslot=0x272D,
78228 },
78229 [0x272E]={
78230  category="so",
78231  description="HEAVY OUTLINED BLACK STAR",
78232  direction="on",
78233  linebreak="al",
78234  unicodeslot=0x272E,
78235 },
78236 [0x272F]={
78237  category="so",
78238  description="PINWHEEL STAR",
78239  direction="on",
78240  linebreak="al",
78241  unicodeslot=0x272F,
78242 },
78243 [0x2730]={
78244  category="so",
78245  description="SHADOWED WHITE STAR",
78246  direction="on",
78247  linebreak="al",
78248  unicodeslot=0x2730,
78249 },
78250 [0x2731]={
78251  category="so",
78252  description="HEAVY ASTERISK",
78253  direction="on",
78254  linebreak="al",
78255  unicodeslot=0x2731,
78256 },
78257 [0x2732]={
78258  category="so",
78259  description="OPEN CENTRE ASTERISK",
78260  direction="on",
78261  linebreak="al",
78262  unicodeslot=0x2732,
78263 },
78264 [0x2733]={
78265  category="so",
78266  description="EIGHT SPOKED ASTERISK",
78267  direction="on",
78268  linebreak="al",
78269  unicodeslot=0x2733,
78270  variants=variants_emoji,
78271 },
78272 [0x2734]={
78273  category="so",
78274  description="EIGHT POINTED BLACK STAR",
78275  direction="on",
78276  linebreak="al",
78277  unicodeslot=0x2734,
78278  variants=variants_emoji,
78279 },
78280 [0x2735]={
78281  category="so",
78282  description="EIGHT POINTED PINWHEEL STAR",
78283  direction="on",
78284  linebreak="al",
78285  unicodeslot=0x2735,
78286 },
78287 [0x2736]={
78288  category="so",
78289  description="SIX POINTED BLACK STAR",
78290  direction="on",
78291  linebreak="al",
78292  synonyms={ "sextile" },
78293  unicodeslot=0x2736,
78294 },
78295 [0x2737]={
78296  category="so",
78297  description="EIGHT POINTED RECTILINEAR BLACK STAR",
78298  direction="on",
78299  linebreak="al",
78300  unicodeslot=0x2737,
78301 },
78302 [0x2738]={
78303  category="so",
78304  description="HEAVY EIGHT POINTED RECTILINEAR BLACK STAR",
78305  direction="on",
78306  linebreak="al",
78307  unicodeslot=0x2738,
78308 },
78309 [0x2739]={
78310  category="so",
78311  description="TWELVE POINTED BLACK STAR",
78312  direction="on",
78313  linebreak="al",
78314  unicodeslot=0x2739,
78315 },
78316 [0x273A]={
78317  category="so",
78318  description="SIXTEEN POINTED ASTERISK",
78319  direction="on",
78320  linebreak="al",
78321  synonyms={ "starburst" },
78322  unicodeslot=0x273A,
78323 },
78324 [0x273B]={
78325  category="so",
78326  description="TEARDROP-SPOKED ASTERISK",
78327  direction="on",
78328  linebreak="al",
78329  unicodeslot=0x273B,
78330 },
78331 [0x273C]={
78332  category="so",
78333  description="OPEN CENTRE TEARDROP-SPOKED ASTERISK",
78334  direction="on",
78335  linebreak="al",
78336  unicodeslot=0x273C,
78337 },
78338 [0x273D]={
78339  category="so",
78340  cjkwd="a",
78341  description="HEAVY TEARDROP-SPOKED ASTERISK",
78342  direction="on",
78343  linebreak="al",
78344  unicodeslot=0x273D,
78345 },
78346 [0x273E]={
78347  category="so",
78348  description="SIX PETALLED BLACK AND WHITE FLORETTE",
78349  direction="on",
78350  linebreak="al",
78351  unicodeslot=0x273E,
78352 },
78353 [0x273F]={
78354  category="so",
78355  description="BLACK FLORETTE",
78356  direction="on",
78357  linebreak="al",
78358  unicodeslot=0x273F,
78359 },
78360 [0x2740]={
78361  category="so",
78362  description="WHITE FLORETTE",
78363  direction="on",
78364  linebreak="al",
78365  unicodeslot=0x2740,
78366 },
78367 [0x2741]={
78368  category="so",
78369  description="EIGHT PETALLED OUTLINED BLACK FLORETTE",
78370  direction="on",
78371  linebreak="al",
78372  unicodeslot=0x2741,
78373 },
78374 [0x2742]={
78375  category="so",
78376  description="CIRCLED OPEN CENTRE EIGHT POINTED STAR",
78377  direction="on",
78378  linebreak="al",
78379  unicodeslot=0x2742,
78380 },
78381 [0x2743]={
78382  category="so",
78383  description="HEAVY TEARDROP-SPOKED PINWHEEL ASTERISK",
78384  direction="on",
78385  linebreak="al",
78386  unicodeslot=0x2743,
78387 },
78388 [0x2744]={
78389  category="so",
78390  description="SNOWFLAKE",
78391  direction="on",
78392  linebreak="al",
78393  unicodeslot=0x2744,
78394  variants=variants_emoji,
78395 },
78396 [0x2745]={
78397  category="so",
78398  description="TIGHT TRIFOLIATE SNOWFLAKE",
78399  direction="on",
78400  linebreak="al",
78401  unicodeslot=0x2745,
78402 },
78403 [0x2746]={
78404  category="so",
78405  description="HEAVY CHEVRON SNOWFLAKE",
78406  direction="on",
78407  linebreak="al",
78408  unicodeslot=0x2746,
78409 },
78410 [0x2747]={
78411  category="so",
78412  description="SPARKLE",
78413  direction="on",
78414  linebreak="al",
78415  unicodeslot=0x2747,
78416  variants=variants_emoji,
78417 },
78418 [0x2748]={
78419  category="so",
78420  description="HEAVY SPARKLE",
78421  direction="on",
78422  linebreak="al",
78423  unicodeslot=0x2748,
78424 },
78425 [0x2749]={
78426  category="so",
78427  description="BALLOON-SPOKED ASTERISK",
78428  direction="on",
78429  linebreak="al",
78430  synonyms={ "jack" },
78431  unicodeslot=0x2749,
78432 },
78433 [0x274A]={
78434  category="so",
78435  description="EIGHT TEARDROP-SPOKED PROPELLER ASTERISK",
78436  direction="on",
78437  linebreak="al",
78438  unicodeslot=0x274A,
78439 },
78440 [0x274B]={
78441  category="so",
78442  description="HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK",
78443  direction="on",
78444  linebreak="al",
78445  synonyms={ "turbofan" },
78446  unicodeslot=0x274B,
78447 },
78448 [0x274C]={
78449  category="so",
78450  cjkwd="w",
78451  description="CROSS MARK",
78452  direction="on",
78453  linebreak="al",
78454  unicodeslot=0x274C,
78455 },
78456 [0x274D]={
78457  category="so",
78458  description="SHADOWED WHITE CIRCLE",
78459  direction="on",
78460  linebreak="al",
78461  unicodeslot=0x274D,
78462 },
78463 [0x274E]={
78464  category="so",
78465  cjkwd="w",
78466  description="NEGATIVE SQUARED CROSS MARK",
78467  direction="on",
78468  linebreak="al",
78469  unicodeslot=0x274E,
78470 },
78471 [0x274F]={
78472  category="so",
78473  description="LOWER RIGHT DROP-SHADOWED WHITE SQUARE",
78474  direction="on",
78475  linebreak="al",
78476  unicodeslot=0x274F,
78477 },
78478 [0x2750]={
78479  category="so",
78480  description="UPPER RIGHT DROP-SHADOWED WHITE SQUARE",
78481  direction="on",
78482  linebreak="al",
78483  unicodeslot=0x2750,
78484 },
78485 [0x2751]={
78486  category="so",
78487  description="LOWER RIGHT SHADOWED WHITE SQUARE",
78488  direction="on",
78489  linebreak="al",
78490  unicodeslot=0x2751,
78491 },
78492 [0x2752]={
78493  category="so",
78494  description="UPPER RIGHT SHADOWED WHITE SQUARE",
78495  direction="on",
78496  linebreak="al",
78497  unicodeslot=0x2752,
78498 },
78499 [0x2753]={
78500  category="so",
78501  cjkwd="w",
78502  description="BLACK QUESTION MARK ORNAMENT",
78503  direction="on",
78504  linebreak="al",
78505  unicodeslot=0x2753,
78506 },
78507 [0x2754]={
78508  category="so",
78509  cjkwd="w",
78510  description="WHITE QUESTION MARK ORNAMENT",
78511  direction="on",
78512  linebreak="al",
78513  unicodeslot=0x2754,
78514 },
78515 [0x2755]={
78516  category="so",
78517  cjkwd="w",
78518  description="WHITE EXCLAMATION MARK ORNAMENT",
78519  direction="on",
78520  linebreak="al",
78521  unicodeslot=0x2755,
78522 },
78523 [0x2756]={
78524  category="so",
78525  description="BLACK DIAMOND MINUS WHITE X",
78526  direction="on",
78527  linebreak="al",
78528  unicodeslot=0x2756,
78529 },
78530 [0x2757]={
78531  category="so",
78532  cjkwd="w",
78533  description="HEAVY EXCLAMATION MARK SYMBOL",
78534  direction="on",
78535  linebreak="ai",
78536  unicodeslot=0x2757,
78537  variants=variants_emoji,
78538 },
78539 [0x2758]={
78540  category="so",
78541  description="LIGHT VERTICAL BAR",
78542  direction="on",
78543  linebreak="al",
78544  unicodeslot=0x2758,
78545 },
78546 [0x2759]={
78547  category="so",
78548  description="MEDIUM VERTICAL BAR",
78549  direction="on",
78550  linebreak="al",
78551  unicodeslot=0x2759,
78552 },
78553 [0x275A]={
78554  category="so",
78555  description="HEAVY VERTICAL BAR",
78556  direction="on",
78557  linebreak="al",
78558  unicodeslot=0x275A,
78559 },
78560 [0x275B]={
78561  category="so",
78562  description="HEAVY SINGLE TURNED COMMA QUOTATION MARK ORNAMENT",
78563  direction="on",
78564  linebreak="qu",
78565  unicodeslot=0x275B,
78566 },
78567 [0x275C]={
78568  category="so",
78569  description="HEAVY SINGLE COMMA QUOTATION MARK ORNAMENT",
78570  direction="on",
78571  linebreak="qu",
78572  unicodeslot=0x275C,
78573 },
78574 [0x275D]={
78575  category="so",
78576  description="HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT",
78577  direction="on",
78578  linebreak="qu",
78579  unicodeslot=0x275D,
78580 },
78581 [0x275E]={
78582  category="so",
78583  description="HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT",
78584  direction="on",
78585  linebreak="qu",
78586  unicodeslot=0x275E,
78587 },
78588 [0x275F]={
78589  category="so",
78590  description="HEAVY LOW SINGLE COMMA QUOTATION MARK ORNAMENT",
78591  direction="on",
78592  linebreak="qu",
78593  unicodeslot=0x275F,
78594 },
78595 [0x2760]={
78596  category="so",
78597  description="HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT",
78598  direction="on",
78599  linebreak="qu",
78600  unicodeslot=0x2760,
78601 },
78602 [0x2761]={
78603  category="so",
78604  description="CURVED STEM PARAGRAPH SIGN ORNAMENT",
78605  direction="on",
78606  linebreak="al",
78607  unicodeslot=0x2761,
78608 },
78609 [0x2762]={
78610  category="so",
78611  description="HEAVY EXCLAMATION MARK ORNAMENT",
78612  direction="on",
78613  linebreak="ex",
78614  unicodeslot=0x2762,
78615 },
78616 [0x2763]={
78617  category="so",
78618  description="HEAVY HEART EXCLAMATION MARK ORNAMENT",
78619  direction="on",
78620  linebreak="ex",
78621  unicodeslot=0x2763,
78622  variants=variants_emoji,
78623 },
78624 [0x2764]={
78625  category="so",
78626  description="HEAVY BLACK HEART",
78627  direction="on",
78628  linebreak="id",
78629  unicodeslot=0x2764,
78630  variants=variants_emoji,
78631 },
78632 [0x2765]={
78633  category="so",
78634  description="ROTATED HEAVY BLACK HEART BULLET",
78635  direction="on",
78636  linebreak="al",
78637  unicodeslot=0x2765,
78638 },
78639 [0x2766]={
78640  category="so",
78641  description="FLORAL HEART",
78642  direction="on",
78643  linebreak="al",
78644  synonyms={ "aldus leaf" },
78645  unicodeslot=0x2766,
78646 },
78647 [0x2767]={
78648  category="so",
78649  description="ROTATED FLORAL HEART BULLET",
78650  direction="on",
78651  linebreak="al",
78652  synonyms={ "hedera", "ivy leaf" },
78653  unicodeslot=0x2767,
78654 },
78655 [0x2768]={
78656  category="ps",
78657  description="MEDIUM LEFT PARENTHESIS ORNAMENT",
78658  direction="on",
78659  linebreak="op",
78660  mirror=0x2769,
78661  unicodeslot=0x2768,
78662 },
78663 [0x2769]={
78664  category="pe",
78665  description="MEDIUM RIGHT PARENTHESIS ORNAMENT",
78666  direction="on",
78667  linebreak="cl",
78668  mirror=0x2768,
78669  unicodeslot=0x2769,
78670 },
78671 [0x276A]={
78672  category="ps",
78673  description="MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT",
78674  direction="on",
78675  linebreak="op",
78676  mirror=0x276B,
78677  unicodeslot=0x276A,
78678 },
78679 [0x276B]={
78680  category="pe",
78681  description="MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT",
78682  direction="on",
78683  linebreak="cl",
78684  mirror=0x276A,
78685  unicodeslot=0x276B,
78686 },
78687 [0x276C]={
78688  category="ps",
78689  description="MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT",
78690  direction="on",
78691  linebreak="op",
78692  mirror=0x276D,
78693  unicodeslot=0x276C,
78694 },
78695 [0x276D]={
78696  category="pe",
78697  description="MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT",
78698  direction="on",
78699  linebreak="cl",
78700  mirror=0x276C,
78701  unicodeslot=0x276D,
78702 },
78703 [0x276E]={
78704  category="ps",
78705  description="HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT",
78706  direction="on",
78707  linebreak="op",
78708  mirror=0x276F,
78709  unicodeslot=0x276E,
78710 },
78711 [0x276F]={
78712  category="pe",
78713  description="HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT",
78714  direction="on",
78715  linebreak="cl",
78716  mirror=0x276E,
78717  unicodeslot=0x276F,
78718 },
78719 [0x2770]={
78720  category="ps",
78721  description="HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT",
78722  direction="on",
78723  linebreak="op",
78724  mirror=0x2771,
78725  unicodeslot=0x2770,
78726 },
78727 [0x2771]={
78728  category="pe",
78729  description="HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT",
78730  direction="on",
78731  linebreak="cl",
78732  mirror=0x2770,
78733  unicodeslot=0x2771,
78734 },
78735 [0x2772]={
78736  category="ps",
78737  description="LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT",
78738  direction="on",
78739  linebreak="op",
78740  mirror=0x2773,
78741  unicodeslot=0x2772,
78742 },
78743 [0x2773]={
78744  category="pe",
78745  description="LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT",
78746  direction="on",
78747  linebreak="cl",
78748  mirror=0x2772,
78749  unicodeslot=0x2773,
78750 },
78751 [0x2774]={
78752  category="ps",
78753  description="MEDIUM LEFT CURLY BRACKET ORNAMENT",
78754  direction="on",
78755  linebreak="op",
78756  mirror=0x2775,
78757  unicodeslot=0x2774,
78758 },
78759 [0x2775]={
78760  category="pe",
78761  description="MEDIUM RIGHT CURLY BRACKET ORNAMENT",
78762  direction="on",
78763  linebreak="cl",
78764  mirror=0x2774,
78765  unicodeslot=0x2775,
78766 },
78767 [0x2776]={
78768  category="no",
78769  cjkwd="a",
78770  description="DINGBAT NEGATIVE CIRCLED DIGIT ONE",
78771  direction="on",
78772  linebreak="ai",
78773  unicodeslot=0x2776,
78774 },
78775 [0x2777]={
78776  category="no",
78777  cjkwd="a",
78778  description="DINGBAT NEGATIVE CIRCLED DIGIT TWO",
78779  direction="on",
78780  linebreak="ai",
78781  unicodeslot=0x2777,
78782 },
78783 [0x2778]={
78784  category="no",
78785  cjkwd="a",
78786  description="DINGBAT NEGATIVE CIRCLED DIGIT THREE",
78787  direction="on",
78788  linebreak="ai",
78789  unicodeslot=0x2778,
78790 },
78791 [0x2779]={
78792  category="no",
78793  cjkwd="a",
78794  description="DINGBAT NEGATIVE CIRCLED DIGIT FOUR",
78795  direction="on",
78796  linebreak="ai",
78797  unicodeslot=0x2779,
78798 },
78799 [0x277A]={
78800  category="no",
78801  cjkwd="a",
78802  description="DINGBAT NEGATIVE CIRCLED DIGIT FIVE",
78803  direction="on",
78804  linebreak="ai",
78805  unicodeslot=0x277A,
78806 },
78807 [0x277B]={
78808  category="no",
78809  cjkwd="a",
78810  description="DINGBAT NEGATIVE CIRCLED DIGIT SIX",
78811  direction="on",
78812  linebreak="ai",
78813  unicodeslot=0x277B,
78814 },
78815 [0x277C]={
78816  category="no",
78817  cjkwd="a",
78818  description="DINGBAT NEGATIVE CIRCLED DIGIT SEVEN",
78819  direction="on",
78820  linebreak="ai",
78821  unicodeslot=0x277C,
78822 },
78823 [0x277D]={
78824  category="no",
78825  cjkwd="a",
78826  description="DINGBAT NEGATIVE CIRCLED DIGIT EIGHT",
78827  direction="on",
78828  linebreak="ai",
78829  unicodeslot=0x277D,
78830 },
78831 [0x277E]={
78832  category="no",
78833  cjkwd="a",
78834  description="DINGBAT NEGATIVE CIRCLED DIGIT NINE",
78835  direction="on",
78836  linebreak="ai",
78837  unicodeslot=0x277E,
78838 },
78839 [0x277F]={
78840  category="no",
78841  cjkwd="a",
78842  description="DINGBAT NEGATIVE CIRCLED NUMBER TEN",
78843  direction="on",
78844  linebreak="ai",
78845  unicodeslot=0x277F,
78846 },
78847 [0x2780]={
78848  category="no",
78849  description="DINGBAT CIRCLED SANS-SERIF DIGIT ONE",
78850  direction="on",
78851  linebreak="ai",
78852  unicodeslot=0x2780,
78853 },
78854 [0x2781]={
78855  category="no",
78856  description="DINGBAT CIRCLED SANS-SERIF DIGIT TWO",
78857  direction="on",
78858  linebreak="ai",
78859  unicodeslot=0x2781,
78860 },
78861 [0x2782]={
78862  category="no",
78863  description="DINGBAT CIRCLED SANS-SERIF DIGIT THREE",
78864  direction="on",
78865  linebreak="ai",
78866  unicodeslot=0x2782,
78867 },
78868 [0x2783]={
78869  category="no",
78870  description="DINGBAT CIRCLED SANS-SERIF DIGIT FOUR",
78871  direction="on",
78872  linebreak="ai",
78873  unicodeslot=0x2783,
78874 },
78875 [0x2784]={
78876  category="no",
78877  description="DINGBAT CIRCLED SANS-SERIF DIGIT FIVE",
78878  direction="on",
78879  linebreak="ai",
78880  unicodeslot=0x2784,
78881 },
78882 [0x2785]={
78883  category="no",
78884  description="DINGBAT CIRCLED SANS-SERIF DIGIT SIX",
78885  direction="on",
78886  linebreak="ai",
78887  unicodeslot=0x2785,
78888 },
78889 [0x2786]={
78890  category="no",
78891  description="DINGBAT CIRCLED SANS-SERIF DIGIT SEVEN",
78892  direction="on",
78893  linebreak="ai",
78894  unicodeslot=0x2786,
78895 },
78896 [0x2787]={
78897  category="no",
78898  description="DINGBAT CIRCLED SANS-SERIF DIGIT EIGHT",
78899  direction="on",
78900  linebreak="ai",
78901  unicodeslot=0x2787,
78902 },
78903 [0x2788]={
78904  category="no",
78905  description="DINGBAT CIRCLED SANS-SERIF DIGIT NINE",
78906  direction="on",
78907  linebreak="ai",
78908  unicodeslot=0x2788,
78909 },
78910 [0x2789]={
78911  category="no",
78912  description="DINGBAT CIRCLED SANS-SERIF NUMBER TEN",
78913  direction="on",
78914  linebreak="ai",
78915  unicodeslot=0x2789,
78916 },
78917 [0x278A]={
78918  adobename="onecircleinversesansserif",
78919  category="no",
78920  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ONE",
78921  direction="on",
78922  linebreak="ai",
78923  unicodeslot=0x278A,
78924 },
78925 [0x278B]={
78926  adobename="twocircleinversesansserif",
78927  category="no",
78928  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT TWO",
78929  direction="on",
78930  linebreak="ai",
78931  unicodeslot=0x278B,
78932 },
78933 [0x278C]={
78934  adobename="threecircleinversesansserif",
78935  category="no",
78936  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT THREE",
78937  direction="on",
78938  linebreak="ai",
78939  unicodeslot=0x278C,
78940 },
78941 [0x278D]={
78942  adobename="fourcircleinversesansserif",
78943  category="no",
78944  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FOUR",
78945  direction="on",
78946  linebreak="ai",
78947  unicodeslot=0x278D,
78948 },
78949 [0x278E]={
78950  adobename="fivecircleinversesansserif",
78951  category="no",
78952  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FIVE",
78953  direction="on",
78954  linebreak="ai",
78955  unicodeslot=0x278E,
78956 },
78957 [0x278F]={
78958  adobename="sixcircleinversesansserif",
78959  category="no",
78960  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SIX",
78961  direction="on",
78962  linebreak="ai",
78963  unicodeslot=0x278F,
78964 },
78965 [0x2790]={
78966  adobename="sevencircleinversesansserif",
78967  category="no",
78968  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SEVEN",
78969  direction="on",
78970  linebreak="ai",
78971  unicodeslot=0x2790,
78972 },
78973 [0x2791]={
78974  adobename="eightcircleinversesansserif",
78975  category="no",
78976  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT EIGHT",
78977  direction="on",
78978  linebreak="ai",
78979  unicodeslot=0x2791,
78980 },
78981 [0x2792]={
78982  adobename="ninecircleinversesansserif",
78983  category="no",
78984  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT NINE",
78985  direction="on",
78986  linebreak="ai",
78987  unicodeslot=0x2792,
78988 },
78989 [0x2793]={
78990  category="no",
78991  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF NUMBER TEN",
78992  direction="on",
78993  linebreak="ai",
78994  unicodeslot=0x2793,
78995 },
78996 [0x2794]={
78997  category="so",
78998  description="HEAVY WIDE-HEADED RIGHTWARDS ARROW",
78999  direction="on",
79000  linebreak="al",
79001  unicodeslot=0x2794,
79002 },
79003 [0x2795]={
79004  category="so",
79005  cjkwd="w",
79006  description="HEAVY PLUS SIGN",
79007  direction="on",
79008  linebreak="al",
79009  unicodeslot=0x2795,
79010 },
79011 [0x2796]={
79012  category="so",
79013  cjkwd="w",
79014  description="HEAVY MINUS SIGN",
79015  direction="on",
79016  linebreak="al",
79017  unicodeslot=0x2796,
79018 },
79019 [0x2797]={
79020  category="so",
79021  cjkwd="w",
79022  description="HEAVY DIVISION SIGN",
79023  direction="on",
79024  linebreak="al",
79025  unicodeslot=0x2797,
79026 },
79027 [0x2798]={
79028  category="so",
79029  description="HEAVY SOUTH EAST ARROW",
79030  direction="on",
79031  linebreak="al",
79032  unicodeslot=0x2798,
79033 },
79034 [0x2799]={
79035  category="so",
79036  description="HEAVY RIGHTWARDS ARROW",
79037  direction="on",
79038  linebreak="al",
79039  unicodeslot=0x2799,
79040 },
79041 [0x279A]={
79042  category="so",
79043  description="HEAVY NORTH EAST ARROW",
79044  direction="on",
79045  linebreak="al",
79046  unicodeslot=0x279A,
79047 },
79048 [0x279B]={
79049  category="so",
79050  description="DRAFTING POINT RIGHTWARDS ARROW",
79051  direction="on",
79052  linebreak="al",
79053  unicodeslot=0x279B,
79054 },
79055 [0x279C]={
79056  category="so",
79057  description="HEAVY ROUND-TIPPED RIGHTWARDS ARROW",
79058  direction="on",
79059  linebreak="al",
79060  unicodeslot=0x279C,
79061 },
79062 [0x279D]={
79063  category="so",
79064  description="TRIANGLE-HEADED RIGHTWARDS ARROW",
79065  direction="on",
79066  linebreak="al",
79067  unicodeslot=0x279D,
79068 },
79069 [0x279E]={
79070  adobename="arrowrightheavy",
79071  category="so",
79072  description="HEAVY TRIANGLE-HEADED RIGHTWARDS ARROW",
79073  direction="on",
79074  linebreak="al",
79075  unicodeslot=0x279E,
79076 },
79077 [0x279F]={
79078  category="so",
79079  description="DASHED TRIANGLE-HEADED RIGHTWARDS ARROW",
79080  direction="on",
79081  linebreak="al",
79082  unicodeslot=0x279F,
79083 },
79084 [0x27A0]={
79085  category="so",
79086  description="HEAVY DASHED TRIANGLE-HEADED RIGHTWARDS ARROW",
79087  direction="on",
79088  linebreak="al",
79089  unicodeslot=0x27A0,
79090 },
79091 [0x27A1]={
79092  category="so",
79093  description="BLACK RIGHTWARDS ARROW",
79094  direction="on",
79095  linebreak="al",
79096  unicodeslot=0x27A1,
79097  variants=variants_emoji,
79098 },
79099 [0x27A2]={
79100  category="so",
79101  description="THREE-D TOP-LIGHTED RIGHTWARDS ARROWHEAD",
79102  direction="on",
79103  linebreak="al",
79104  unicodeslot=0x27A2,
79105 },
79106 [0x27A3]={
79107  category="so",
79108  description="THREE-D BOTTOM-LIGHTED RIGHTWARDS ARROWHEAD",
79109  direction="on",
79110  linebreak="al",
79111  unicodeslot=0x27A3,
79112 },
79113 [0x27A4]={
79114  category="so",
79115  description="BLACK RIGHTWARDS ARROWHEAD",
79116  direction="on",
79117  linebreak="al",
79118  unicodeslot=0x27A4,
79119 },
79120 [0x27A5]={
79121  category="so",
79122  description="HEAVY BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW",
79123  direction="on",
79124  linebreak="al",
79125  unicodeslot=0x27A5,
79126 },
79127 [0x27A6]={
79128  category="so",
79129  description="HEAVY BLACK CURVED UPWARDS AND RIGHTWARDS ARROW",
79130  direction="on",
79131  linebreak="al",
79132  unicodeslot=0x27A6,
79133 },
79134 [0x27A7]={
79135  category="so",
79136  description="SQUAT BLACK RIGHTWARDS ARROW",
79137  direction="on",
79138  linebreak="al",
79139  unicodeslot=0x27A7,
79140 },
79141 [0x27A8]={
79142  category="so",
79143  description="HEAVY CONCAVE-POINTED BLACK RIGHTWARDS ARROW",
79144  direction="on",
79145  linebreak="al",
79146  unicodeslot=0x27A8,
79147 },
79148 [0x27A9]={
79149  category="so",
79150  description="RIGHT-SHADED WHITE RIGHTWARDS ARROW",
79151  direction="on",
79152  linebreak="al",
79153  unicodeslot=0x27A9,
79154 },
79155 [0x27AA]={
79156  category="so",
79157  description="LEFT-SHADED WHITE RIGHTWARDS ARROW",
79158  direction="on",
79159  linebreak="al",
79160  unicodeslot=0x27AA,
79161 },
79162 [0x27AB]={
79163  category="so",
79164  description="BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW",
79165  direction="on",
79166  linebreak="al",
79167  unicodeslot=0x27AB,
79168 },
79169 [0x27AC]={
79170  category="so",
79171  description="FRONT-TILTED SHADOWED WHITE RIGHTWARDS ARROW",
79172  direction="on",
79173  linebreak="al",
79174  unicodeslot=0x27AC,
79175 },
79176 [0x27AD]={
79177  category="so",
79178  description="HEAVY LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
79179  direction="on",
79180  linebreak="al",
79181  unicodeslot=0x27AD,
79182 },
79183 [0x27AE]={
79184  category="so",
79185  description="HEAVY UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
79186  direction="on",
79187  linebreak="al",
79188  unicodeslot=0x27AE,
79189 },
79190 [0x27AF]={
79191  category="so",
79192  description="NOTCHED LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
79193  direction="on",
79194  linebreak="al",
79195  unicodeslot=0x27AF,
79196 },
79197 [0x27B0]={
79198  category="so",
79199  cjkwd="w",
79200  description="CURLY LOOP",
79201  direction="on",
79202  linebreak="al",
79203  unicodeslot=0x27B0,
79204 },
79205 [0x27B1]={
79206  category="so",
79207  description="NOTCHED UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
79208  direction="on",
79209  linebreak="al",
79210  unicodeslot=0x27B1,
79211 },
79212 [0x27B2]={
79213  category="so",
79214  description="CIRCLED HEAVY WHITE RIGHTWARDS ARROW",
79215  direction="on",
79216  linebreak="al",
79217  unicodeslot=0x27B2,
79218 },
79219 [0x27B3]={
79220  category="so",
79221  description="WHITE-FEATHERED RIGHTWARDS ARROW",
79222  direction="on",
79223  linebreak="al",
79224  unicodeslot=0x27B3,
79225 },
79226 [0x27B4]={
79227  category="so",
79228  description="BLACK-FEATHERED SOUTH EAST ARROW",
79229  direction="on",
79230  linebreak="al",
79231  unicodeslot=0x27B4,
79232 },
79233 [0x27B5]={
79234  category="so",
79235  description="BLACK-FEATHERED RIGHTWARDS ARROW",
79236  direction="on",
79237  linebreak="al",
79238  unicodeslot=0x27B5,
79239 },
79240 [0x27B6]={
79241  category="so",
79242  description="BLACK-FEATHERED NORTH EAST ARROW",
79243  direction="on",
79244  linebreak="al",
79245  unicodeslot=0x27B6,
79246 },
79247 [0x27B7]={
79248  category="so",
79249  description="HEAVY BLACK-FEATHERED SOUTH EAST ARROW",
79250  direction="on",
79251  linebreak="al",
79252  unicodeslot=0x27B7,
79253 },
79254 [0x27B8]={
79255  category="so",
79256  description="HEAVY BLACK-FEATHERED RIGHTWARDS ARROW",
79257  direction="on",
79258  linebreak="al",
79259  unicodeslot=0x27B8,
79260 },
79261 [0x27B9]={
79262  category="so",
79263  description="HEAVY BLACK-FEATHERED NORTH EAST ARROW",
79264  direction="on",
79265  linebreak="al",
79266  unicodeslot=0x27B9,
79267 },
79268 [0x27BA]={
79269  category="so",
79270  description="TEARDROP-BARBED RIGHTWARDS ARROW",
79271  direction="on",
79272  linebreak="al",
79273  unicodeslot=0x27BA,
79274 },
79275 [0x27BB]={
79276  category="so",
79277  description="HEAVY TEARDROP-SHANKED RIGHTWARDS ARROW",
79278  direction="on",
79279  linebreak="al",
79280  unicodeslot=0x27BB,
79281 },
79282 [0x27BC]={
79283  category="so",
79284  description="WEDGE-TAILED RIGHTWARDS ARROW",
79285  direction="on",
79286  linebreak="al",
79287  unicodeslot=0x27BC,
79288 },
79289 [0x27BD]={
79290  category="so",
79291  description="HEAVY WEDGE-TAILED RIGHTWARDS ARROW",
79292  direction="on",
79293  linebreak="al",
79294  unicodeslot=0x27BD,
79295 },
79296 [0x27BE]={
79297  category="so",
79298  description="OPEN-OUTLINED RIGHTWARDS ARROW",
79299  direction="on",
79300  linebreak="al",
79301  unicodeslot=0x27BE,
79302 },
79303 [0x27BF]={
79304  category="so",
79305  cjkwd="w",
79306  description="DOUBLE CURLY LOOP",
79307  direction="on",
79308  linebreak="al",
79309  unicodeslot=0x27BF,
79310 },
79311 [0x27C0]={
79312  category="sm",
79313  description="THREE DIMENSIONAL ANGLE",
79314  direction="on",
79315  linebreak="al",
79316  unicodeslot=0x27C0,
79317 },
79318 [0x27C1]={
79319  category="sm",
79320  description="WHITE TRIANGLE CONTAINING SMALL WHITE TRIANGLE",
79321  direction="on",
79322  linebreak="al",
79323  unicodeslot=0x27C1,
79324 },
79325 [0x27C2]={
79326  category="sm",
79327  description="PERPENDICULAR",
79328  direction="on",
79329  linebreak="al",
79330  unicodeslot=0x27C2,
79331 },
79332 [0x27C3]={
79333  category="sm",
79334  description="OPEN SUBSET",
79335  direction="on",
79336  linebreak="al",
79337  mirror=0x27C4,
79338  unicodeslot=0x27C3,
79339 },
79340 [0x27C4]={
79341  category="sm",
79342  description="OPEN SUPERSET",
79343  direction="on",
79344  linebreak="al",
79345  mirror=0x27C3,
79346  unicodeslot=0x27C4,
79347 },
79348 [0x27C5]={
79349  category="ps",
79350  description="LEFT S-SHAPED BAG DELIMITER",
79351  direction="on",
79352  linebreak="op",
79353  mirror=0x27C6,
79354  unicodeslot=0x27C5,
79355 },
79356 [0x27C6]={
79357  category="pe",
79358  description="RIGHT S-SHAPED BAG DELIMITER",
79359  direction="on",
79360  linebreak="cl",
79361  mirror=0x27C5,
79362  unicodeslot=0x27C6,
79363 },
79364 [0x27C7]={
79365  category="sm",
79366  description="OR WITH DOT INSIDE",
79367  direction="on",
79368  linebreak="al",
79369  unicodeslot=0x27C7,
79370 },
79371 [0x27C8]={
79372  category="sm",
79373  description="REVERSE SOLIDUS PRECEDING SUBSET",
79374  direction="on",
79375  linebreak="al",
79376  mirror=0x27C9,
79377  unicodeslot=0x27C8,
79378 },
79379 [0x27C9]={
79380  category="sm",
79381  description="SUPERSET PRECEDING SOLIDUS",
79382  direction="on",
79383  linebreak="al",
79384  mirror=0x27C8,
79385  unicodeslot=0x27C9,
79386 },
79387 [0x27CA]={
79388  category="sm",
79389  description="VERTICAL BAR WITH HORIZONTAL STROKE",
79390  direction="on",
79391  linebreak="al",
79392  unicodeslot=0x27CA,
79393 },
79394 [0x27CB]={
79395  category="sm",
79396  comment="check math properties",
79397  description="MATHEMATICAL RISING DIAGONAL",
79398  direction="on",
79399  linebreak="al",
79400  mirror=0x27CD,
79401  unicodeslot=0x27CB,
79402 },
79403 [0x27CC]={
79404  category="sm",
79405  description="LONG DIVISION",
79406  direction="on",
79407  linebreak="al",
79408  unicodeslot=0x27CC,
79409 },
79410 [0x27CD]={
79411  category="sm",
79412  comment="check math properties",
79413  description="MATHEMATICAL FALLING DIAGONAL",
79414  direction="on",
79415  linebreak="al",
79416  mirror=0x27CB,
79417  unicodeslot=0x27CD,
79418 },
79419 [0x27CE]={
79420  category="sm",
79421  description="SQUARED LOGICAL AND",
79422  direction="on",
79423  linebreak="al",
79424  unicodeslot=0x27CE,
79425 },
79426 [0x27CF]={
79427  category="sm",
79428  description="SQUARED LOGICAL OR",
79429  direction="on",
79430  linebreak="al",
79431  unicodeslot=0x27CF,
79432 },
79433 [0x27D0]={
79434  category="sm",
79435  description="WHITE DIAMOND WITH CENTRED DOT",
79436  direction="on",
79437  linebreak="al",
79438  unicodeslot=0x27D0,
79439 },
79440 [0x27D1]={
79441  category="sm",
79442  description="AND WITH DOT",
79443  direction="on",
79444  linebreak="al",
79445  unicodeslot=0x27D1,
79446 },
79447 [0x27D2]={
79448  category="sm",
79449  description="ELEMENT OF OPENING UPWARDS",
79450  direction="on",
79451  linebreak="al",
79452  unicodeslot=0x27D2,
79453 },
79454 [0x27D3]={
79455  category="sm",
79456  description="LOWER RIGHT CORNER WITH DOT",
79457  direction="on",
79458  linebreak="al",
79459  synonyms={ "pullback" },
79460  unicodeslot=0x27D3,
79461 },
79462 [0x27D4]={
79463  category="sm",
79464  description="UPPER LEFT CORNER WITH DOT",
79465  direction="on",
79466  linebreak="al",
79467  synonyms={ "pushout" },
79468  unicodeslot=0x27D4,
79469 },
79470 [0x27D5]={
79471  category="sm",
79472  description="LEFT OUTER JOIN",
79473  direction="on",
79474  linebreak="al",
79475  mirror=0x27D6,
79476  unicodeslot=0x27D5,
79477 },
79478 [0x27D6]={
79479  category="sm",
79480  description="RIGHT OUTER JOIN",
79481  direction="on",
79482  linebreak="al",
79483  mirror=0x27D5,
79484  unicodeslot=0x27D6,
79485 },
79486 [0x27D7]={
79487  category="sm",
79488  description="FULL OUTER JOIN",
79489  direction="on",
79490  linebreak="al",
79491  unicodeslot=0x27D7,
79492 },
79493 [0x27D8]={
79494  category="sm",
79495  description="LARGE UP TACK",
79496  direction="on",
79497  linebreak="al",
79498  unicodeslot=0x27D8,
79499 },
79500 [0x27D9]={
79501  category="sm",
79502  description="LARGE DOWN TACK",
79503  direction="on",
79504  linebreak="al",
79505  unicodeslot=0x27D9,
79506 },
79507 [0x27DA]={
79508  category="sm",
79509  description="LEFT AND RIGHT DOUBLE TURNSTILE",
79510  direction="on",
79511  linebreak="al",
79512  unicodeslot=0x27DA,
79513 },
79514 [0x27DB]={
79515  category="sm",
79516  description="LEFT AND RIGHT TACK",
79517  direction="on",
79518  linebreak="al",
79519  unicodeslot=0x27DB,
79520 },
79521 [0x27DC]={
79522  category="sm",
79523  description="LEFT MULTIMAP",
79524  direction="on",
79525  linebreak="al",
79526  mirror=0x22B8,
79527  unicodeslot=0x27DC,
79528 },
79529 [0x27DD]={
79530  category="sm",
79531  description="LONG RIGHT TACK",
79532  direction="on",
79533  linebreak="al",
79534  mirror=0x27DE,
79535  unicodeslot=0x27DD,
79536 },
79537 [0x27DE]={
79538  category="sm",
79539  description="LONG LEFT TACK",
79540  direction="on",
79541  linebreak="al",
79542  mirror=0x27DD,
79543  unicodeslot=0x27DE,
79544 },
79545 [0x27DF]={
79546  category="sm",
79547  description="UP TACK WITH CIRCLE ABOVE",
79548  direction="on",
79549  linebreak="al",
79550  synonyms={ "radial component" },
79551  unicodeslot=0x27DF,
79552 },
79553 [0x27E0]={
79554  category="sm",
79555  description="LOZENGE DIVIDED BY HORIZONTAL RULE",
79556  direction="on",
79557  linebreak="al",
79558  unicodeslot=0x27E0,
79559 },
79560 [0x27E1]={
79561  category="sm",
79562  description="WHITE CONCAVE-SIDED DIAMOND",
79563  direction="on",
79564  linebreak="al",
79565  unicodeslot=0x27E1,
79566 },
79567 [0x27E2]={
79568  category="sm",
79569  description="WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK",
79570  direction="on",
79571  linebreak="al",
79572  mirror=0x27E3,
79573  unicodeslot=0x27E2,
79574 },
79575 [0x27E3]={
79576  category="sm",
79577  description="WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK",
79578  direction="on",
79579  linebreak="al",
79580  mirror=0x27E2,
79581  unicodeslot=0x27E3,
79582 },
79583 [0x27E4]={
79584  category="sm",
79585  description="WHITE SQUARE WITH LEFTWARDS TICK",
79586  direction="on",
79587  linebreak="al",
79588  mirror=0x27E5,
79589  unicodeslot=0x27E4,
79590 },
79591 [0x27E5]={
79592  category="sm",
79593  description="WHITE SQUARE WITH RIGHTWARDS TICK",
79594  direction="on",
79595  linebreak="al",
79596  mirror=0x27E4,
79597  unicodeslot=0x27E5,
79598 },
79599 [0x27E6]={
79600  category="ps",
79601  cjkwd="na",
79602  description="MATHEMATICAL LEFT WHITE SQUARE BRACKET",
79603  direction="on",
79604  linebreak="op",
79605  mathclass="open",
79606  mathname="llbracket",
79607  mirror=0x27E7,
79608  synonyms={ "left bag bracket" },
79609  unicodeslot=0x27E6,
79610 },
79611 [0x27E7]={
79612  category="pe",
79613  cjkwd="na",
79614  description="MATHEMATICAL RIGHT WHITE SQUARE BRACKET",
79615  direction="on",
79616  linebreak="cl",
79617  mathclass="close",
79618  mathname="rrbracket",
79619  mirror=0x27E6,
79620  synonyms={ "right bag bracket" },
79621  unicodeslot=0x27E7,
79622 },
79623 [0x27E8]={
79624  category="ps",
79625  cjkwd="na",
79626  description="MATHEMATICAL LEFT ANGLE BRACKET",
79627  direction="on",
79628  linebreak="op",
79629  mathclass="open",
79630  mathname="langle",
79631  mirror=0x27E9,
79632  synonyms={ "bra", "left sequence bracket" },
79633  unicodeslot=0x27E8,
79634 },
79635 [0x27E9]={
79636  category="pe",
79637  cjkwd="na",
79638  description="MATHEMATICAL RIGHT ANGLE BRACKET",
79639  direction="on",
79640  linebreak="cl",
79641  mathclass="close",
79642  mathname="rangle",
79643  mirror=0x27E8,
79644  synonyms={ "ket", "right sequence bracket" },
79645  unicodeslot=0x27E9,
79646 },
79647 [0x27EA]={
79648  category="ps",
79649  cjkwd="na",
79650  description="MATHEMATICAL LEFT DOUBLE ANGLE BRACKET",
79651  direction="on",
79652  linebreak="op",
79653  mathclass="open",
79654  mathname="llangle",
79655  mirror=0x27EB,
79656  synonyms={ "left chevron bracket" },
79657  unicodeslot=0x27EA,
79658 },
79659 [0x27EB]={
79660  category="pe",
79661  cjkwd="na",
79662  description="MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET",
79663  direction="on",
79664  linebreak="cl",
79665  mathclass="close",
79666  mathname="rrangle",
79667  mirror=0x27EA,
79668  synonyms={ "right chevron bracket" },
79669  unicodeslot=0x27EB,
79670 },
79671 [0x27EC]={
79672  category="ps",
79673  cjkwd="na",
79674  description="MATHEMATICAL LEFT WHITE TORTOISE SHELL BRACKET",
79675  direction="on",
79676  linebreak="op",
79677  mirror=0x27ED,
79678  unicodeslot=0x27EC,
79679 },
79680 [0x27ED]={
79681  category="pe",
79682  cjkwd="na",
79683  description="MATHEMATICAL RIGHT WHITE TORTOISE SHELL BRACKET",
79684  direction="on",
79685  linebreak="cl",
79686  mirror=0x27EC,
79687  unicodeslot=0x27ED,
79688 },
79689 [0x27EE]={
79690  category="ps",
79691  description="MATHEMATICAL LEFT FLATTENED PARENTHESIS",
79692  direction="on",
79693  linebreak="op",
79694  mathclass="open",
79695  mathname="lgroup",
79696  mirror=0x27EF,
79697  synonyms={ "lgroup" },
79698  unicodeslot=0x27EE,
79699 },
79700 [0x27EF]={
79701  category="pe",
79702  description="MATHEMATICAL RIGHT FLATTENED PARENTHESIS",
79703  direction="on",
79704  linebreak="cl",
79705  mathclass="close",
79706  mathname="rgroup",
79707  mirror=0x27EE,
79708  synonyms={ "rgroup" },
79709  unicodeslot=0x27EF,
79710 },
79711 [0x27F0]={
79712  category="sm",
79713  description="UPWARDS QUADRUPLE ARROW",
79714  direction="on",
79715  linebreak="al",
79716  mathextensible="u",
79717  unicodeslot=0x27F0,
79718 },
79719 [0x27F1]={
79720  category="sm",
79721  description="DOWNWARDS QUADRUPLE ARROW",
79722  direction="on",
79723  linebreak="al",
79724  mathextensible="v",
79725  unicodeslot=0x27F1,
79726 },
79727 [0x27F2]={
79728  category="sm",
79729  description="ANTICLOCKWISE GAPPED CIRCLE ARROW",
79730  direction="on",
79731  linebreak="al",
79732  unicodeslot=0x27F2,
79733 },
79734 [0x27F3]={
79735  category="sm",
79736  description="CLOCKWISE GAPPED CIRCLE ARROW",
79737  direction="on",
79738  linebreak="al",
79739  unicodeslot=0x27F3,
79740 },
79741 [0x27F4]={
79742  category="sm",
79743  description="RIGHT ARROW WITH CIRCLED PLUS",
79744  direction="on",
79745  linebreak="al",
79746  mathextensible="r",
79747  unicodeslot=0x27F4,
79748 },
79749 [0x27F5]={
79750  category="sm",
79751  description="LONG LEFTWARDS ARROW",
79752  direction="on",
79753  linebreak="al",
79754  mathclass="relation",
79755  mathextensible="l",
79756  mathlist={ 0x3C, 0x2212, 0x2212 },
79757  mathname="longleftarrow",
79758  unicodeslot=0x27F5,
79759 },
79760 [0x27F6]={
79761  category="sm",
79762  comment="the parent hack is needed for mathml",
79763  description="LONG RIGHTWARDS ARROW",
79764  direction="on",
79765  linebreak="al",
79766  mathclass="relation",
79767  mathextensible="r",
79768  mathfiller="rightarrowfill",
79769  mathlist={ 0x2212, 0x2212, 0x3E },
79770  mathname="longrightarrow",
79771  mathparent=0x2192,
79772  unicodeslot=0x27F6,
79773 },
79774 [0x27F7]={
79775  category="sm",
79776  comment="the parent hack is needed for mathml",
79777  description="LONG LEFT RIGHT ARROW",
79778  direction="on",
79779  linebreak="al",
79780  mathclass="relation",
79781  mathextensible="h",
79782  mathfiller="leftrightarrowfill",
79783  mathlist={ 0x3C, 0x2212, 0x2212, 0x3E },
79784  mathname="longleftrightarrow",
79785  mathparent=0x2190,
79786  unicodeslot=0x27F7,
79787 },
79788 [0x27F8]={
79789  category="sm",
79790  description="LONG LEFTWARDS DOUBLE ARROW",
79791  direction="on",
79792  linebreak="al",
79793  mathclass="relation",
79794  mathextensible="l",
79795  mathfiller="Leftarrowfill",
79796  mathlist={ 0x3C, 0x3D, 0x3D, 0x3D },
79797  mathname="Longleftarrow",
79798  unicodeslot=0x27F8,
79799 },
79800 [0x27F9]={
79801  category="sm",
79802  comment="watch the virtual mathpair",
79803  description="LONG RIGHTWARDS DOUBLE ARROW",
79804  direction="on",
79805  linebreak="al",
79806  mathclass="relation",
79807  mathextensible="r",
79808  mathfiller="Rightarrowfill",
79809  mathlist={ 0x3D, 0x3D, 0x3D, 0x3E },
79810  mathname="Longrightarrow",
79811  unicodeslot=0x27F9,
79812 },
79813 [0x27FA]={
79814  category="sm",
79815  description="LONG LEFT RIGHT DOUBLE ARROW",
79816  direction="on",
79817  linebreak="al",
79818  mathclass="relation",
79819  mathextensible="h",
79820  mathfiller="Leftrightarrowfill",
79821  mathlist={ 0x3C, 0x3D, 0x3D, 0x3D, 0x3E },
79822  mathname="Longleftrightarrow",
79823  unicodeslot=0x27FA,
79824 },
79825 [0x27FB]={
79826  category="sm",
79827  description="LONG LEFTWARDS ARROW FROM BAR",
79828  direction="on",
79829  linebreak="al",
79830  mathclass="relation",
79831  mathextensible="l",
79832  mathname="longmapsfrom",
79833  unicodeslot=0x27FB,
79834 },
79835 [0x27FC]={
79836  category="sm",
79837  description="LONG RIGHTWARDS ARROW FROM BAR",
79838  direction="on",
79839  linebreak="al",
79840  mathclass="relation",
79841  mathextensible="r",
79842  mathname="longmapsto",
79843  unicodeslot=0x27FC,
79844 },
79845 [0x27FD]={
79846  category="sm",
79847  description="LONG LEFTWARDS DOUBLE ARROW FROM BAR",
79848  direction="on",
79849  linebreak="al",
79850  mathclass="relation",
79851  mathextensible="l",
79852  mathname="Longmapsfrom",
79853  unicodeslot=0x27FD,
79854 },
79855 [0x27FE]={
79856  category="sm",
79857  description="LONG RIGHTWARDS DOUBLE ARROW FROM BAR",
79858  direction="on",
79859  linebreak="al",
79860  mathclass="relation",
79861  mathextensible="r",
79862  mathname="Longmapsto",
79863  unicodeslot=0x27FE,
79864 },
79865 [0x27FF]={
79866  category="sm",
79867  description="LONG RIGHTWARDS SQUIGGLE ARROW",
79868  direction="on",
79869  linebreak="al",
79870  mathclass="relation",
79871  mathextensible="r",
79872  mathname="longrightsquigarrow",
79873  unicodeslot=0x27FF,
79874 },
79875 [0x2800]={
79876  category="so",
79877  description="BRAILLE PATTERN BLANK",
79878  direction="l",
79879  linebreak="al",
79880  unicodeslot=0x2800,
79881 },
79882 [0x2801]={
79883  category="so",
79884  description="BRAILLE PATTERN DOTS-0x0001",
79885  direction="l",
79886  linebreak="al",
79887  unicodeslot=0x2801,
79888 },
79889 [0x2802]={
79890  category="so",
79891  description="BRAILLE PATTERN DOTS-0x0002",
79892  direction="l",
79893  linebreak="al",
79894  unicodeslot=0x2802,
79895 },
79896 [0x2803]={
79897  category="so",
79898  description="BRAILLE PATTERN DOTS-0x000C",
79899  direction="l",
79900  linebreak="al",
79901  unicodeslot=0x2803,
79902 },
79903 [0x2804]={
79904  category="so",
79905  description="BRAILLE PATTERN DOTS-0x0003",
79906  direction="l",
79907  linebreak="al",
79908  unicodeslot=0x2804,
79909 },
79910 [0x2805]={
79911  category="so",
79912  description="BRAILLE PATTERN DOTS-0x000D",
79913  direction="l",
79914  linebreak="al",
79915  unicodeslot=0x2805,
79916 },
79917 [0x2806]={
79918  category="so",
79919  description="BRAILLE PATTERN DOTS-0x0017",
79920  direction="l",
79921  linebreak="al",
79922  unicodeslot=0x2806,
79923 },
79924 [0x2807]={
79925  category="so",
79926  description="BRAILLE PATTERN DOTS-0x007B",
79927  direction="l",
79928  linebreak="al",
79929  unicodeslot=0x2807,
79930 },
79931 [0x2808]={
79932  category="so",
79933  description="BRAILLE PATTERN DOTS-0x0004",
79934  direction="l",
79935  linebreak="al",
79936  unicodeslot=0x2808,
79937 },
79938 [0x2809]={
79939  category="so",
79940  description="BRAILLE PATTERN DOTS-0x000E",
79941  direction="l",
79942  linebreak="al",
79943  unicodeslot=0x2809,
79944 },
79945 [0x280A]={
79946  category="so",
79947  description="BRAILLE PATTERN DOTS-0x0018",
79948  direction="l",
79949  linebreak="al",
79950  unicodeslot=0x280A,
79951 },
79952 [0x280B]={
79953  category="so",
79954  description="BRAILLE PATTERN DOTS-0x007C",
79955  direction="l",
79956  linebreak="al",
79957  unicodeslot=0x280B,
79958 },
79959 [0x280C]={
79960  category="so",
79961  description="BRAILLE PATTERN DOTS-0x0022",
79962  direction="l",
79963  linebreak="al",
79964  unicodeslot=0x280C,
79965 },
79966 [0x280D]={
79967  category="so",
79968  description="BRAILLE PATTERN DOTS-0x0086",
79969  direction="l",
79970  linebreak="al",
79971  unicodeslot=0x280D,
79972 },
79973 [0x280E]={
79974  category="so",
79975  description="BRAILLE PATTERN DOTS-0x00EA",
79976  direction="l",
79977  linebreak="al",
79978  unicodeslot=0x280E,
79979 },
79980 [0x280F]={
79981  category="so",
79982  description="BRAILLE PATTERN DOTS-0x04D2",
79983  direction="l",
79984  linebreak="al",
79985  unicodeslot=0x280F,
79986 },
79987 [0x2810]={
79988  category="so",
79989  description="BRAILLE PATTERN DOTS-0x0005",
79990  direction="l",
79991  linebreak="al",
79992  unicodeslot=0x2810,
79993 },
79994 [0x2811]={
79995  category="so",
79996  description="BRAILLE PATTERN DOTS-0x000F",
79997  direction="l",
79998  linebreak="al",
79999  unicodeslot=0x2811,
80000 },
80001 [0x2812]={
80002  category="so",
80003  description="BRAILLE PATTERN DOTS-0x0019",
80004  direction="l",
80005  linebreak="al",
80006  unicodeslot=0x2812,
80007 },
80008 [0x2813]={
80009  category="so",
80010  description="BRAILLE PATTERN DOTS-0x007D",
80011  direction="l",
80012  linebreak="al",
80013  unicodeslot=0x2813,
80014 },
80015 [0x2814]={
80016  category="so",
80017  description="BRAILLE PATTERN DOTS-0x0023",
80018  direction="l",
80019  linebreak="al",
80020  unicodeslot=0x2814,
80021 },
80022 [0x2815]={
80023  category="so",
80024  description="BRAILLE PATTERN DOTS-0x0087",
80025  direction="l",
80026  linebreak="al",
80027  unicodeslot=0x2815,
80028 },
80029 [0x2816]={
80030  category="so",
80031  description="BRAILLE PATTERN DOTS-0x00EB",
80032  direction="l",
80033  linebreak="al",
80034  unicodeslot=0x2816,
80035 },
80036 [0x2817]={
80037  category="so",
80038  description="BRAILLE PATTERN DOTS-0x04D3",
80039  direction="l",
80040  linebreak="al",
80041  unicodeslot=0x2817,
80042 },
80043 [0x2818]={
80044  category="so",
80045  description="BRAILLE PATTERN DOTS-0x002D",
80046  direction="l",
80047  linebreak="al",
80048  unicodeslot=0x2818,
80049 },
80050 [0x2819]={
80051  category="so",
80052  description="BRAILLE PATTERN DOTS-0x0091",
80053  direction="l",
80054  linebreak="al",
80055  unicodeslot=0x2819,
80056 },
80057 [0x281A]={
80058  category="so",
80059  description="BRAILLE PATTERN DOTS-0x00F5",
80060  direction="l",
80061  linebreak="al",
80062  unicodeslot=0x281A,
80063 },
80064 [0x281B]={
80065  category="so",
80066  description="BRAILLE PATTERN DOTS-0x04DD",
80067  direction="l",
80068  linebreak="al",
80069  unicodeslot=0x281B,
80070 },
80071 [0x281C]={
80072  category="so",
80073  description="BRAILLE PATTERN DOTS-0x0159",
80074  direction="l",
80075  linebreak="al",
80076  unicodeslot=0x281C,
80077 },
80078 [0x281D]={
80079  category="so",
80080  description="BRAILLE PATTERN DOTS-0x0541",
80081  direction="l",
80082  linebreak="al",
80083  unicodeslot=0x281D,
80084 },
80085 [0x281E]={
80086  category="so",
80087  description="BRAILLE PATTERN DOTS-0x0929",
80088  direction="l",
80089  linebreak="al",
80090  unicodeslot=0x281E,
80091 },
80092 [0x281F]={
80093  category="so",
80094  description="BRAILLE PATTERN DOTS-0x3039",
80095  direction="l",
80096  linebreak="al",
80097  unicodeslot=0x281F,
80098 },
80099 [0x2820]={
80100  category="so",
80101  description="BRAILLE PATTERN DOTS-0x0006",
80102  direction="l",
80103  linebreak="al",
80104  unicodeslot=0x2820,
80105 },
80106 [0x2821]={
80107  category="so",
80108  description="BRAILLE PATTERN DOTS-0x0010",
80109  direction="l",
80110  linebreak="al",
80111  unicodeslot=0x2821,
80112 },
80113 [0x2822]={
80114  category="so",
80115  description="BRAILLE PATTERN DOTS-0x001A",
80116  direction="l",
80117  linebreak="al",
80118  unicodeslot=0x2822,
80119 },
80120 [0x2823]={
80121  category="so",
80122  description="BRAILLE PATTERN DOTS-0x007E",
80123  direction="l",
80124  linebreak="al",
80125  unicodeslot=0x2823,
80126 },
80127 [0x2824]={
80128  category="so",
80129  description="BRAILLE PATTERN DOTS-0x0024",
80130  direction="l",
80131  linebreak="al",
80132  unicodeslot=0x2824,
80133 },
80134 [0x2825]={
80135  category="so",
80136  description="BRAILLE PATTERN DOTS-0x0088",
80137  direction="l",
80138  linebreak="al",
80139  unicodeslot=0x2825,
80140 },
80141 [0x2826]={
80142  category="so",
80143  description="BRAILLE PATTERN DOTS-0x00EC",
80144  direction="l",
80145  linebreak="al",
80146  unicodeslot=0x2826,
80147 },
80148 [0x2827]={
80149  category="so",
80150  description="BRAILLE PATTERN DOTS-0x04D4",
80151  direction="l",
80152  linebreak="al",
80153  unicodeslot=0x2827,
80154 },
80155 [0x2828]={
80156  category="so",
80157  description="BRAILLE PATTERN DOTS-0x002E",
80158  direction="l",
80159  linebreak="al",
80160  unicodeslot=0x2828,
80161 },
80162 [0x2829]={
80163  category="so",
80164  description="BRAILLE PATTERN DOTS-0x0092",
80165  direction="l",
80166  linebreak="al",
80167  unicodeslot=0x2829,
80168 },
80169 [0x282A]={
80170  category="so",
80171  description="BRAILLE PATTERN DOTS-0x00F6",
80172  direction="l",
80173  linebreak="al",
80174  unicodeslot=0x282A,
80175 },
80176 [0x282B]={
80177  category="so",
80178  description="BRAILLE PATTERN DOTS-0x04DE",
80179  direction="l",
80180  linebreak="al",
80181  unicodeslot=0x282B,
80182 },
80183 [0x282C]={
80184  category="so",
80185  description="BRAILLE PATTERN DOTS-0x015A",
80186  direction="l",
80187  linebreak="al",
80188  unicodeslot=0x282C,
80189 },
80190 [0x282D]={
80191  category="so",
80192  description="BRAILLE PATTERN DOTS-0x0542",
80193  direction="l",
80194  linebreak="al",
80195  unicodeslot=0x282D,
80196 },
80197 [0x282E]={
80198  category="so",
80199  description="BRAILLE PATTERN DOTS-0x092A",
80200  direction="l",
80201  linebreak="al",
80202  unicodeslot=0x282E,
80203 },
80204 [0x282F]={
80205  category="so",
80206  description="BRAILLE PATTERN DOTS-0x303A",
80207  direction="l",
80208  linebreak="al",
80209  unicodeslot=0x282F,
80210 },
80211 [0x2830]={
80212  category="so",
80213  description="BRAILLE PATTERN DOTS-0x0038",
80214  direction="l",
80215  linebreak="al",
80216  unicodeslot=0x2830,
80217 },
80218 [0x2831]={
80219  category="so",
80220  description="BRAILLE PATTERN DOTS-0x009C",
80221  direction="l",
80222  linebreak="al",
80223  unicodeslot=0x2831,
80224 },
80225 [0x2832]={
80226  category="so",
80227  description="BRAILLE PATTERN DOTS-0x0100",
80228  direction="l",
80229  linebreak="al",
80230  unicodeslot=0x2832,
80231 },
80232 [0x2833]={
80233  category="so",
80234  description="BRAILLE PATTERN DOTS-0x04E8",
80235  direction="l",
80236  linebreak="al",
80237  unicodeslot=0x2833,
80238 },
80239 [0x2834]={
80240  category="so",
80241  description="BRAILLE PATTERN DOTS-0x0164",
80242  direction="l",
80243  linebreak="al",
80244  unicodeslot=0x2834,
80245 },
80246 [0x2835]={
80247  category="so",
80248  description="BRAILLE PATTERN DOTS-0x054C",
80249  direction="l",
80250  linebreak="al",
80251  unicodeslot=0x2835,
80252 },
80253 [0x2836]={
80254  category="so",
80255  description="BRAILLE PATTERN DOTS-0x0934",
80256  direction="l",
80257  linebreak="al",
80258  unicodeslot=0x2836,
80259 },
80260 [0x2837]={
80261  category="so",
80262  description="BRAILLE PATTERN DOTS-0x3044",
80263  direction="l",
80264  linebreak="al",
80265  unicodeslot=0x2837,
80266 },
80267 [0x2838]={
80268  category="so",
80269  description="BRAILLE PATTERN DOTS-0x01C8",
80270  direction="l",
80271  linebreak="al",
80272  unicodeslot=0x2838,
80273 },
80274 [0x2839]={
80275  category="so",
80276  description="BRAILLE PATTERN DOTS-0x05B0",
80277  direction="l",
80278  linebreak="al",
80279  unicodeslot=0x2839,
80280 },
80281 [0x283A]={
80282  category="so",
80283  description="BRAILLE PATTERN DOTS-0x0998",
80284  direction="l",
80285  linebreak="al",
80286  unicodeslot=0x283A,
80287 },
80288 [0x283B]={
80289  category="so",
80290  description="BRAILLE PATTERN DOTS-0x30A8",
80291  direction="l",
80292  linebreak="al",
80293  unicodeslot=0x283B,
80294 },
80295 [0x283C]={
80296  category="so",
80297  description="BRAILLE PATTERN DOTS-0x0D80",
80298  direction="l",
80299  linebreak="al",
80300  unicodeslot=0x283C,
80301 },
80302 [0x283D]={
80303  category="so",
80304  description="BRAILLE PATTERN DOTS-0x3490",
80305  direction="l",
80306  linebreak="al",
80307  unicodeslot=0x283D,
80308 },
80309 [0x283E]={
80310  category="so",
80311  description="BRAILLE PATTERN DOTS-0x5BA0",
80312  direction="l",
80313  linebreak="al",
80314  unicodeslot=0x283E,
80315 },
80316 [0x283F]={
80317  category="so",
80318  description="BRAILLE PATTERN DOTS-0x1E240",
80319  direction="l",
80320  linebreak="al",
80321  unicodeslot=0x283F,
80322 },
80323 [0x2840]={
80324  category="so",
80325  description="BRAILLE PATTERN DOTS-0x0007",
80326  direction="l",
80327  linebreak="al",
80328  unicodeslot=0x2840,
80329 },
80330 [0x2841]={
80331  category="so",
80332  description="BRAILLE PATTERN DOTS-0x0011",
80333  direction="l",
80334  linebreak="al",
80335  unicodeslot=0x2841,
80336 },
80337 [0x2842]={
80338  category="so",
80339  description="BRAILLE PATTERN DOTS-0x001B",
80340  direction="l",
80341  linebreak="al",
80342  unicodeslot=0x2842,
80343 },
80344 [0x2843]={
80345  category="so",
80346  description="BRAILLE PATTERN DOTS-0x007F",
80347  direction="l",
80348  linebreak="al",
80349  unicodeslot=0x2843,
80350 },
80351 [0x2844]={
80352  category="so",
80353  description="BRAILLE PATTERN DOTS-0x0025",
80354  direction="l",
80355  linebreak="al",
80356  unicodeslot=0x2844,
80357 },
80358 [0x2845]={
80359  category="so",
80360  description="BRAILLE PATTERN DOTS-0x0089",
80361  direction="l",
80362  linebreak="al",
80363  unicodeslot=0x2845,
80364 },
80365 [0x2846]={
80366  category="so",
80367  description="BRAILLE PATTERN DOTS-0x00ED",
80368  direction="l",
80369  linebreak="al",
80370  unicodeslot=0x2846,
80371 },
80372 [0x2847]={
80373  category="so",
80374  description="BRAILLE PATTERN DOTS-0x04D5",
80375  direction="l",
80376  linebreak="al",
80377  unicodeslot=0x2847,
80378 },
80379 [0x2848]={
80380  category="so",
80381  description="BRAILLE PATTERN DOTS-0x002F",
80382  direction="l",
80383  linebreak="al",
80384  unicodeslot=0x2848,
80385 },
80386 [0x2849]={
80387  category="so",
80388  description="BRAILLE PATTERN DOTS-0x0093",
80389  direction="l",
80390  linebreak="al",
80391  unicodeslot=0x2849,
80392 },
80393 [0x284A]={
80394  category="so",
80395  description="BRAILLE PATTERN DOTS-0x00F7",
80396  direction="l",
80397  linebreak="al",
80398  unicodeslot=0x284A,
80399 },
80400 [0x284B]={
80401  category="so",
80402  description="BRAILLE PATTERN DOTS-0x04DF",
80403  direction="l",
80404  linebreak="al",
80405  unicodeslot=0x284B,
80406 },
80407 [0x284C]={
80408  category="so",
80409  description="BRAILLE PATTERN DOTS-0x015B",
80410  direction="l",
80411  linebreak="al",
80412  unicodeslot=0x284C,
80413 },
80414 [0x284D]={
80415  category="so",
80416  description="BRAILLE PATTERN DOTS-0x0543",
80417  direction="l",
80418  linebreak="al",
80419  unicodeslot=0x284D,
80420 },
80421 [0x284E]={
80422  category="so",
80423  description="BRAILLE PATTERN DOTS-0x092B",
80424  direction="l",
80425  linebreak="al",
80426  unicodeslot=0x284E,
80427 },
80428 [0x284F]={
80429  category="so",
80430  description="BRAILLE PATTERN DOTS-0x303B",
80431  direction="l",
80432  linebreak="al",
80433  unicodeslot=0x284F,
80434 },
80435 [0x2850]={
80436  category="so",
80437  description="BRAILLE PATTERN DOTS-0x0039",
80438  direction="l",
80439  linebreak="al",
80440  unicodeslot=0x2850,
80441 },
80442 [0x2851]={
80443  category="so",
80444  description="BRAILLE PATTERN DOTS-0x009D",
80445  direction="l",
80446  linebreak="al",
80447  unicodeslot=0x2851,
80448 },
80449 [0x2852]={
80450  category="so",
80451  description="BRAILLE PATTERN DOTS-0x0101",
80452  direction="l",
80453  linebreak="al",
80454  unicodeslot=0x2852,
80455 },
80456 [0x2853]={
80457  category="so",
80458  description="BRAILLE PATTERN DOTS-0x04E9",
80459  direction="l",
80460  linebreak="al",
80461  unicodeslot=0x2853,
80462 },
80463 [0x2854]={
80464  category="so",
80465  description="BRAILLE PATTERN DOTS-0x0165",
80466  direction="l",
80467  linebreak="al",
80468  unicodeslot=0x2854,
80469 },
80470 [0x2855]={
80471  category="so",
80472  description="BRAILLE PATTERN DOTS-0x054D",
80473  direction="l",
80474  linebreak="al",
80475  unicodeslot=0x2855,
80476 },
80477 [0x2856]={
80478  category="so",
80479  description="BRAILLE PATTERN DOTS-0x0935",
80480  direction="l",
80481  linebreak="al",
80482  unicodeslot=0x2856,
80483 },
80484 [0x2857]={
80485  category="so",
80486  description="BRAILLE PATTERN DOTS-0x3045",
80487  direction="l",
80488  linebreak="al",
80489  unicodeslot=0x2857,
80490 },
80491 [0x2858]={
80492  category="so",
80493  description="BRAILLE PATTERN DOTS-0x01C9",
80494  direction="l",
80495  linebreak="al",
80496  unicodeslot=0x2858,
80497 },
80498 [0x2859]={
80499  category="so",
80500  description="BRAILLE PATTERN DOTS-0x05B1",
80501  direction="l",
80502  linebreak="al",
80503  unicodeslot=0x2859,
80504 },
80505 [0x285A]={
80506  category="so",
80507  description="BRAILLE PATTERN DOTS-0x0999",
80508  direction="l",
80509  linebreak="al",
80510  unicodeslot=0x285A,
80511 },
80512 [0x285B]={
80513  category="so",
80514  description="BRAILLE PATTERN DOTS-0x30A9",
80515  direction="l",
80516  linebreak="al",
80517  unicodeslot=0x285B,
80518 },
80519 [0x285C]={
80520  category="so",
80521  description="BRAILLE PATTERN DOTS-0x0D81",
80522  direction="l",
80523  linebreak="al",
80524  unicodeslot=0x285C,
80525 },
80526 [0x285D]={
80527  category="so",
80528  description="BRAILLE PATTERN DOTS-0x3491",
80529  direction="l",
80530  linebreak="al",
80531  unicodeslot=0x285D,
80532 },
80533 [0x285E]={
80534  category="so",
80535  description="BRAILLE PATTERN DOTS-0x5BA1",
80536  direction="l",
80537  linebreak="al",
80538  unicodeslot=0x285E,
80539 },
80540 [0x285F]={
80541  category="so",
80542  description="BRAILLE PATTERN DOTS-0x1E241",
80543  direction="l",
80544  linebreak="al",
80545  unicodeslot=0x285F,
80546 },
80547 [0x2860]={
80548  category="so",
80549  description="BRAILLE PATTERN DOTS-0x0043",
80550  direction="l",
80551  linebreak="al",
80552  unicodeslot=0x2860,
80553 },
80554 [0x2861]={
80555  category="so",
80556  description="BRAILLE PATTERN DOTS-0x00A7",
80557  direction="l",
80558  linebreak="al",
80559  unicodeslot=0x2861,
80560 },
80561 [0x2862]={
80562  category="so",
80563  description="BRAILLE PATTERN DOTS-0x010B",
80564  direction="l",
80565  linebreak="al",
80566  unicodeslot=0x2862,
80567 },
80568 [0x2863]={
80569  category="so",
80570  description="BRAILLE PATTERN DOTS-0x04F3",
80571  direction="l",
80572  linebreak="al",
80573  unicodeslot=0x2863,
80574 },
80575 [0x2864]={
80576  category="so",
80577  description="BRAILLE PATTERN DOTS-0x016F",
80578  direction="l",
80579  linebreak="al",
80580  unicodeslot=0x2864,
80581 },
80582 [0x2865]={
80583  category="so",
80584  description="BRAILLE PATTERN DOTS-0x0557",
80585  direction="l",
80586  linebreak="al",
80587  unicodeslot=0x2865,
80588 },
80589 [0x2866]={
80590  category="so",
80591  description="BRAILLE PATTERN DOTS-0x093F",
80592  direction="l",
80593  linebreak="al",
80594  unicodeslot=0x2866,
80595 },
80596 [0x2867]={
80597  category="so",
80598  description="BRAILLE PATTERN DOTS-0x304F",
80599  direction="l",
80600  linebreak="al",
80601  unicodeslot=0x2867,
80602 },
80603 [0x2868]={
80604  category="so",
80605  description="BRAILLE PATTERN DOTS-0x01D3",
80606  direction="l",
80607  linebreak="al",
80608  unicodeslot=0x2868,
80609 },
80610 [0x2869]={
80611  category="so",
80612  description="BRAILLE PATTERN DOTS-0x05BB",
80613  direction="l",
80614  linebreak="al",
80615  unicodeslot=0x2869,
80616 },
80617 [0x286A]={
80618  category="so",
80619  description="BRAILLE PATTERN DOTS-0x09A3",
80620  direction="l",
80621  linebreak="al",
80622  unicodeslot=0x286A,
80623 },
80624 [0x286B]={
80625  category="so",
80626  description="BRAILLE PATTERN DOTS-0x30B3",
80627  direction="l",
80628  linebreak="al",
80629  unicodeslot=0x286B,
80630 },
80631 [0x286C]={
80632  category="so",
80633  description="BRAILLE PATTERN DOTS-0x0D8B",
80634  direction="l",
80635  linebreak="al",
80636  unicodeslot=0x286C,
80637 },
80638 [0x286D]={
80639  category="so",
80640  description="BRAILLE PATTERN DOTS-0x349B",
80641  direction="l",
80642  linebreak="al",
80643  unicodeslot=0x286D,
80644 },
80645 [0x286E]={
80646  category="so",
80647  description="BRAILLE PATTERN DOTS-0x5BAB",
80648  direction="l",
80649  linebreak="al",
80650  unicodeslot=0x286E,
80651 },
80652 [0x286F]={
80653  category="so",
80654  description="BRAILLE PATTERN DOTS-0x1E24B",
80655  direction="l",
80656  linebreak="al",
80657  unicodeslot=0x286F,
80658 },
80659 [0x2870]={
80660  category="so",
80661  description="BRAILLE PATTERN DOTS-0x0237",
80662  direction="l",
80663  linebreak="al",
80664  unicodeslot=0x2870,
80665 },
80666 [0x2871]={
80667  category="so",
80668  description="BRAILLE PATTERN DOTS-0x061F",
80669  direction="l",
80670  linebreak="al",
80671  unicodeslot=0x2871,
80672 },
80673 [0x2872]={
80674  category="so",
80675  description="BRAILLE PATTERN DOTS-0x0A07",
80676  direction="l",
80677  linebreak="al",
80678  unicodeslot=0x2872,
80679 },
80680 [0x2873]={
80681  category="so",
80682  description="BRAILLE PATTERN DOTS-0x3117",
80683  direction="l",
80684  linebreak="al",
80685  unicodeslot=0x2873,
80686 },
80687 [0x2874]={
80688  category="so",
80689  description="BRAILLE PATTERN DOTS-0x0DEF",
80690  direction="l",
80691  linebreak="al",
80692  unicodeslot=0x2874,
80693 },
80694 [0x2875]={
80695  category="so",
80696  description="BRAILLE PATTERN DOTS-0x34FF",
80697  direction="l",
80698  linebreak="al",
80699  unicodeslot=0x2875,
80700 },
80701 [0x2876]={
80702  category="so",
80703  description="BRAILLE PATTERN DOTS-0x5C0F",
80704  direction="l",
80705  linebreak="al",
80706  unicodeslot=0x2876,
80707 },
80708 [0x2877]={
80709  category="so",
80710  description="BRAILLE PATTERN DOTS-0x1E2AF",
80711  direction="l",
80712  linebreak="al",
80713  unicodeslot=0x2877,
80714 },
80715 [0x2878]={
80716  category="so",
80717  description="BRAILLE PATTERN DOTS-0x11D7",
80718  direction="l",
80719  linebreak="al",
80720  unicodeslot=0x2878,
80721 },
80722 [0x2879]={
80723  category="so",
80724  description="BRAILLE PATTERN DOTS-0x38E7",
80725  direction="l",
80726  linebreak="al",
80727  unicodeslot=0x2879,
80728 },
80729 [0x287A]={
80730  category="so",
80731  description="BRAILLE PATTERN DOTS-0x5FF7",
80732  direction="l",
80733  linebreak="al",
80734  unicodeslot=0x287A,
80735 },
80736 [0x287B]={
80737  category="so",
80738  description="BRAILLE PATTERN DOTS-0x1E697",
80739  direction="l",
80740  linebreak="al",
80741  unicodeslot=0x287B,
80742 },
80743 [0x287C]={
80744  category="so",
80745  description="BRAILLE PATTERN DOTS-0x8707",
80746  direction="l",
80747  linebreak="al",
80748  unicodeslot=0x287C,
80749 },
80750 [0x287D]={
80751  category="so",
80752  description="BRAILLE PATTERN DOTS-0x20DA7",
80753  direction="l",
80754  linebreak="al",
80755  unicodeslot=0x287D,
80756 },
80757 [0x287E]={
80758  category="so",
80759  description="BRAILLE PATTERN DOTS-0x39447",
80760  direction="l",
80761  linebreak="al",
80762  unicodeslot=0x287E,
80763 },
80764 [0x287F]={
80765  category="so",
80766  description="BRAILLE PATTERN DOTS-0x12D687",
80767  direction="l",
80768  linebreak="al",
80769  unicodeslot=0x287F,
80770 },
80771 [0x2880]={
80772  category="so",
80773  description="BRAILLE PATTERN DOTS-0x0008",
80774  direction="l",
80775  linebreak="al",
80776  unicodeslot=0x2880,
80777 },
80778 [0x2881]={
80779  category="so",
80780  description="BRAILLE PATTERN DOTS-0x0012",
80781  direction="l",
80782  linebreak="al",
80783  unicodeslot=0x2881,
80784 },
80785 [0x2882]={
80786  category="so",
80787  description="BRAILLE PATTERN DOTS-0x001C",
80788  direction="l",
80789  linebreak="al",
80790  unicodeslot=0x2882,
80791 },
80792 [0x2883]={
80793  category="so",
80794  description="BRAILLE PATTERN DOTS-0x0080",
80795  direction="l",
80796  linebreak="al",
80797  unicodeslot=0x2883,
80798 },
80799 [0x2884]={
80800  category="so",
80801  description="BRAILLE PATTERN DOTS-0x0026",
80802  direction="l",
80803  linebreak="al",
80804  unicodeslot=0x2884,
80805 },
80806 [0x2885]={
80807  category="so",
80808  description="BRAILLE PATTERN DOTS-0x008A",
80809  direction="l",
80810  linebreak="al",
80811  unicodeslot=0x2885,
80812 },
80813 [0x2886]={
80814  category="so",
80815  description="BRAILLE PATTERN DOTS-0x00EE",
80816  direction="l",
80817  linebreak="al",
80818  unicodeslot=0x2886,
80819 },
80820 [0x2887]={
80821  category="so",
80822  description="BRAILLE PATTERN DOTS-0x04D6",
80823  direction="l",
80824  linebreak="al",
80825  unicodeslot=0x2887,
80826 },
80827 [0x2888]={
80828  category="so",
80829  description="BRAILLE PATTERN DOTS-0x0030",
80830  direction="l",
80831  linebreak="al",
80832  unicodeslot=0x2888,
80833 },
80834 [0x2889]={
80835  category="so",
80836  description="BRAILLE PATTERN DOTS-0x0094",
80837  direction="l",
80838  linebreak="al",
80839  unicodeslot=0x2889,
80840 },
80841 [0x288A]={
80842  category="so",
80843  description="BRAILLE PATTERN DOTS-0x00F8",
80844  direction="l",
80845  linebreak="al",
80846  unicodeslot=0x288A,
80847 },
80848 [0x288B]={
80849  category="so",
80850  description="BRAILLE PATTERN DOTS-0x04E0",
80851  direction="l",
80852  linebreak="al",
80853  unicodeslot=0x288B,
80854 },
80855 [0x288C]={
80856  category="so",
80857  description="BRAILLE PATTERN DOTS-0x015C",
80858  direction="l",
80859  linebreak="al",
80860  unicodeslot=0x288C,
80861 },
80862 [0x288D]={
80863  category="so",
80864  description="BRAILLE PATTERN DOTS-0x0544",
80865  direction="l",
80866  linebreak="al",
80867  unicodeslot=0x288D,
80868 },
80869 [0x288E]={
80870  category="so",
80871  description="BRAILLE PATTERN DOTS-0x092C",
80872  direction="l",
80873  linebreak="al",
80874  unicodeslot=0x288E,
80875 },
80876 [0x288F]={
80877  category="so",
80878  description="BRAILLE PATTERN DOTS-0x303C",
80879  direction="l",
80880  linebreak="al",
80881  unicodeslot=0x288F,
80882 },
80883 [0x2890]={
80884  category="so",
80885  description="BRAILLE PATTERN DOTS-0x003A",
80886  direction="l",
80887  linebreak="al",
80888  unicodeslot=0x2890,
80889 },
80890 [0x2891]={
80891  category="so",
80892  description="BRAILLE PATTERN DOTS-0x009E",
80893  direction="l",
80894  linebreak="al",
80895  unicodeslot=0x2891,
80896 },
80897 [0x2892]={
80898  category="so",
80899  description="BRAILLE PATTERN DOTS-0x0102",
80900  direction="l",
80901  linebreak="al",
80902  unicodeslot=0x2892,
80903 },
80904 [0x2893]={
80905  category="so",
80906  description="BRAILLE PATTERN DOTS-0x04EA",
80907  direction="l",
80908  linebreak="al",
80909  unicodeslot=0x2893,
80910 },
80911 [0x2894]={
80912  category="so",
80913  description="BRAILLE PATTERN DOTS-0x0166",
80914  direction="l",
80915  linebreak="al",
80916  unicodeslot=0x2894,
80917 },
80918 [0x2895]={
80919  category="so",
80920  description="BRAILLE PATTERN DOTS-0x054E",
80921  direction="l",
80922  linebreak="al",
80923  unicodeslot=0x2895,
80924 },
80925 [0x2896]={
80926  category="so",
80927  description="BRAILLE PATTERN DOTS-0x0936",
80928  direction="l",
80929  linebreak="al",
80930  unicodeslot=0x2896,
80931 },
80932 [0x2897]={
80933  category="so",
80934  description="BRAILLE PATTERN DOTS-0x3046",
80935  direction="l",
80936  linebreak="al",
80937  unicodeslot=0x2897,
80938 },
80939 [0x2898]={
80940  category="so",
80941  description="BRAILLE PATTERN DOTS-0x01CA",
80942  direction="l",
80943  linebreak="al",
80944  unicodeslot=0x2898,
80945 },
80946 [0x2899]={
80947  category="so",
80948  description="BRAILLE PATTERN DOTS-0x05B2",
80949  direction="l",
80950  linebreak="al",
80951  unicodeslot=0x2899,
80952 },
80953 [0x289A]={
80954  category="so",
80955  description="BRAILLE PATTERN DOTS-0x099A",
80956  direction="l",
80957  linebreak="al",
80958  unicodeslot=0x289A,
80959 },
80960 [0x289B]={
80961  category="so",
80962  description="BRAILLE PATTERN DOTS-0x30AA",
80963  direction="l",
80964  linebreak="al",
80965  unicodeslot=0x289B,
80966 },
80967 [0x289C]={
80968  category="so",
80969  description="BRAILLE PATTERN DOTS-0x0D82",
80970  direction="l",
80971  linebreak="al",
80972  unicodeslot=0x289C,
80973 },
80974 [0x289D]={
80975  category="so",
80976  description="BRAILLE PATTERN DOTS-0x3492",
80977  direction="l",
80978  linebreak="al",
80979  unicodeslot=0x289D,
80980 },
80981 [0x289E]={
80982  category="so",
80983  description="BRAILLE PATTERN DOTS-0x5BA2",
80984  direction="l",
80985  linebreak="al",
80986  unicodeslot=0x289E,
80987 },
80988 [0x289F]={
80989  category="so",
80990  description="BRAILLE PATTERN DOTS-0x1E242",
80991  direction="l",
80992  linebreak="al",
80993  unicodeslot=0x289F,
80994 },
80995 [0x28A0]={
80996  category="so",
80997  description="BRAILLE PATTERN DOTS-0x0044",
80998  direction="l",
80999  linebreak="al",
81000  unicodeslot=0x28A0,
81001 },
81002 [0x28A1]={
81003  category="so",
81004  description="BRAILLE PATTERN DOTS-0x00A8",
81005  direction="l",
81006  linebreak="al",
81007  unicodeslot=0x28A1,
81008 },
81009 [0x28A2]={
81010  category="so",
81011  description="BRAILLE PATTERN DOTS-0x010C",
81012  direction="l",
81013  linebreak="al",
81014  unicodeslot=0x28A2,
81015 },
81016 [0x28A3]={
81017  category="so",
81018  description="BRAILLE PATTERN DOTS-0x04F4",
81019  direction="l",
81020  linebreak="al",
81021  unicodeslot=0x28A3,
81022 },
81023 [0x28A4]={
81024  category="so",
81025  description="BRAILLE PATTERN DOTS-0x0170",
81026  direction="l",
81027  linebreak="al",
81028  unicodeslot=0x28A4,
81029 },
81030 [0x28A5]={
81031  category="so",
81032  description="BRAILLE PATTERN DOTS-0x0558",
81033  direction="l",
81034  linebreak="al",
81035  unicodeslot=0x28A5,
81036 },
81037 [0x28A6]={
81038  category="so",
81039  description="BRAILLE PATTERN DOTS-0x0940",
81040  direction="l",
81041  linebreak="al",
81042  unicodeslot=0x28A6,
81043 },
81044 [0x28A7]={
81045  category="so",
81046  description="BRAILLE PATTERN DOTS-0x3050",
81047  direction="l",
81048  linebreak="al",
81049  unicodeslot=0x28A7,
81050 },
81051 [0x28A8]={
81052  category="so",
81053  description="BRAILLE PATTERN DOTS-0x01D4",
81054  direction="l",
81055  linebreak="al",
81056  unicodeslot=0x28A8,
81057 },
81058 [0x28A9]={
81059  category="so",
81060  description="BRAILLE PATTERN DOTS-0x05BC",
81061  direction="l",
81062  linebreak="al",
81063  unicodeslot=0x28A9,
81064 },
81065 [0x28AA]={
81066  category="so",
81067  description="BRAILLE PATTERN DOTS-0x09A4",
81068  direction="l",
81069  linebreak="al",
81070  unicodeslot=0x28AA,
81071 },
81072 [0x28AB]={
81073  category="so",
81074  description="BRAILLE PATTERN DOTS-0x30B4",
81075  direction="l",
81076  linebreak="al",
81077  unicodeslot=0x28AB,
81078 },
81079 [0x28AC]={
81080  category="so",
81081  description="BRAILLE PATTERN DOTS-0x0D8C",
81082  direction="l",
81083  linebreak="al",
81084  unicodeslot=0x28AC,
81085 },
81086 [0x28AD]={
81087  category="so",
81088  description="BRAILLE PATTERN DOTS-0x349C",
81089  direction="l",
81090  linebreak="al",
81091  unicodeslot=0x28AD,
81092 },
81093 [0x28AE]={
81094  category="so",
81095  description="BRAILLE PATTERN DOTS-0x5BAC",
81096  direction="l",
81097  linebreak="al",
81098  unicodeslot=0x28AE,
81099 },
81100 [0x28AF]={
81101  category="so",
81102  description="BRAILLE PATTERN DOTS-0x1E24C",
81103  direction="l",
81104  linebreak="al",
81105  unicodeslot=0x28AF,
81106 },
81107 [0x28B0]={
81108  category="so",
81109  description="BRAILLE PATTERN DOTS-0x0238",
81110  direction="l",
81111  linebreak="al",
81112  unicodeslot=0x28B0,
81113 },
81114 [0x28B1]={
81115  category="so",
81116  description="BRAILLE PATTERN DOTS-0x0620",
81117  direction="l",
81118  linebreak="al",
81119  unicodeslot=0x28B1,
81120 },
81121 [0x28B2]={
81122  category="so",
81123  description="BRAILLE PATTERN DOTS-0x0A08",
81124  direction="l",
81125  linebreak="al",
81126  unicodeslot=0x28B2,
81127 },
81128 [0x28B3]={
81129  category="so",
81130  description="BRAILLE PATTERN DOTS-0x3118",
81131  direction="l",
81132  linebreak="al",
81133  unicodeslot=0x28B3,
81134 },
81135 [0x28B4]={
81136  category="so",
81137  description="BRAILLE PATTERN DOTS-0x0DF0",
81138  direction="l",
81139  linebreak="al",
81140  unicodeslot=0x28B4,
81141 },
81142 [0x28B5]={
81143  category="so",
81144  description="BRAILLE PATTERN DOTS-0x3500",
81145  direction="l",
81146  linebreak="al",
81147  unicodeslot=0x28B5,
81148 },
81149 [0x28B6]={
81150  category="so",
81151  description="BRAILLE PATTERN DOTS-0x5C10",
81152  direction="l",
81153  linebreak="al",
81154  unicodeslot=0x28B6,
81155 },
81156 [0x28B7]={
81157  category="so",
81158  description="BRAILLE PATTERN DOTS-0x1E2B0",
81159  direction="l",
81160  linebreak="al",
81161  unicodeslot=0x28B7,
81162 },
81163 [0x28B8]={
81164  category="so",
81165  description="BRAILLE PATTERN DOTS-0x11D8",
81166  direction="l",
81167  linebreak="al",
81168  unicodeslot=0x28B8,
81169 },
81170 [0x28B9]={
81171  category="so",
81172  description="BRAILLE PATTERN DOTS-0x38E8",
81173  direction="l",
81174  linebreak="al",
81175  unicodeslot=0x28B9,
81176 },
81177 [0x28BA]={
81178  category="so",
81179  description="BRAILLE PATTERN DOTS-0x5FF8",
81180  direction="l",
81181  linebreak="al",
81182  unicodeslot=0x28BA,
81183 },
81184 [0x28BB]={
81185  category="so",
81186  description="BRAILLE PATTERN DOTS-0x1E698",
81187  direction="l",
81188  linebreak="al",
81189  unicodeslot=0x28BB,
81190 },
81191 [0x28BC]={
81192  category="so",
81193  description="BRAILLE PATTERN DOTS-0x8708",
81194  direction="l",
81195  linebreak="al",
81196  unicodeslot=0x28BC,
81197 },
81198 [0x28BD]={
81199  category="so",
81200  description="BRAILLE PATTERN DOTS-0x20DA8",
81201  direction="l",
81202  linebreak="al",
81203  unicodeslot=0x28BD,
81204 },
81205 [0x28BE]={
81206  category="so",
81207  description="BRAILLE PATTERN DOTS-0x39448",
81208  direction="l",
81209  linebreak="al",
81210  unicodeslot=0x28BE,
81211 },
81212 [0x28BF]={
81213  category="so",
81214  description="BRAILLE PATTERN DOTS-0x12D688",
81215  direction="l",
81216  linebreak="al",
81217  unicodeslot=0x28BF,
81218 },
81219 [0x28C0]={
81220  category="so",
81221  description="BRAILLE PATTERN DOTS-0x004E",
81222  direction="l",
81223  linebreak="al",
81224  unicodeslot=0x28C0,
81225 },
81226 [0x28C1]={
81227  category="so",
81228  description="BRAILLE PATTERN DOTS-0x00B2",
81229  direction="l",
81230  linebreak="al",
81231  unicodeslot=0x28C1,
81232 },
81233 [0x28C2]={
81234  category="so",
81235  description="BRAILLE PATTERN DOTS-0x0116",
81236  direction="l",
81237  linebreak="al",
81238  unicodeslot=0x28C2,
81239 },
81240 [0x28C3]={
81241  category="so",
81242  description="BRAILLE PATTERN DOTS-0x04FE",
81243  direction="l",
81244  linebreak="al",
81245  unicodeslot=0x28C3,
81246 },
81247 [0x28C4]={
81248  category="so",
81249  description="BRAILLE PATTERN DOTS-0x017A",
81250  direction="l",
81251  linebreak="al",
81252  unicodeslot=0x28C4,
81253 },
81254 [0x28C5]={
81255  category="so",
81256  description="BRAILLE PATTERN DOTS-0x0562",
81257  direction="l",
81258  linebreak="al",
81259  unicodeslot=0x28C5,
81260 },
81261 [0x28C6]={
81262  category="so",
81263  description="BRAILLE PATTERN DOTS-0x094A",
81264  direction="l",
81265  linebreak="al",
81266  unicodeslot=0x28C6,
81267 },
81268 [0x28C7]={
81269  category="so",
81270  description="BRAILLE PATTERN DOTS-0x305A",
81271  direction="l",
81272  linebreak="al",
81273  unicodeslot=0x28C7,
81274 },
81275 [0x28C8]={
81276  category="so",
81277  description="BRAILLE PATTERN DOTS-0x01DE",
81278  direction="l",
81279  linebreak="al",
81280  unicodeslot=0x28C8,
81281 },
81282 [0x28C9]={
81283  category="so",
81284  description="BRAILLE PATTERN DOTS-0x05C6",
81285  direction="l",
81286  linebreak="al",
81287  unicodeslot=0x28C9,
81288 },
81289 [0x28CA]={
81290  category="so",
81291  description="BRAILLE PATTERN DOTS-0x09AE",
81292  direction="l",
81293  linebreak="al",
81294  unicodeslot=0x28CA,
81295 },
81296 [0x28CB]={
81297  category="so",
81298  description="BRAILLE PATTERN DOTS-0x30BE",
81299  direction="l",
81300  linebreak="al",
81301  unicodeslot=0x28CB,
81302 },
81303 [0x28CC]={
81304  category="so",
81305  description="BRAILLE PATTERN DOTS-0x0D96",
81306  direction="l",
81307  linebreak="al",
81308  unicodeslot=0x28CC,
81309 },
81310 [0x28CD]={
81311  category="so",
81312  description="BRAILLE PATTERN DOTS-0x34A6",
81313  direction="l",
81314  linebreak="al",
81315  unicodeslot=0x28CD,
81316 },
81317 [0x28CE]={
81318  category="so",
81319  description="BRAILLE PATTERN DOTS-0x5BB6",
81320  direction="l",
81321  linebreak="al",
81322  unicodeslot=0x28CE,
81323 },
81324 [0x28CF]={
81325  category="so",
81326  description="BRAILLE PATTERN DOTS-0x1E256",
81327  direction="l",
81328  linebreak="al",
81329  unicodeslot=0x28CF,
81330 },
81331 [0x28D0]={
81332  category="so",
81333  description="BRAILLE PATTERN DOTS-0x0242",
81334  direction="l",
81335  linebreak="al",
81336  unicodeslot=0x28D0,
81337 },
81338 [0x28D1]={
81339  category="so",
81340  description="BRAILLE PATTERN DOTS-0x062A",
81341  direction="l",
81342  linebreak="al",
81343  unicodeslot=0x28D1,
81344 },
81345 [0x28D2]={
81346  category="so",
81347  description="BRAILLE PATTERN DOTS-0x0A12",
81348  direction="l",
81349  linebreak="al",
81350  unicodeslot=0x28D2,
81351 },
81352 [0x28D3]={
81353  category="so",
81354  description="BRAILLE PATTERN DOTS-0x3122",
81355  direction="l",
81356  linebreak="al",
81357  unicodeslot=0x28D3,
81358 },
81359 [0x28D4]={
81360  category="so",
81361  description="BRAILLE PATTERN DOTS-0x0DFA",
81362  direction="l",
81363  linebreak="al",
81364  unicodeslot=0x28D4,
81365 },
81366 [0x28D5]={
81367  category="so",
81368  description="BRAILLE PATTERN DOTS-0x350A",
81369  direction="l",
81370  linebreak="al",
81371  unicodeslot=0x28D5,
81372 },
81373 [0x28D6]={
81374  category="so",
81375  description="BRAILLE PATTERN DOTS-0x5C1A",
81376  direction="l",
81377  linebreak="al",
81378  unicodeslot=0x28D6,
81379 },
81380 [0x28D7]={
81381  category="so",
81382  description="BRAILLE PATTERN DOTS-0x1E2BA",
81383  direction="l",
81384  linebreak="al",
81385  unicodeslot=0x28D7,
81386 },
81387 [0x28D8]={
81388  category="so",
81389  description="BRAILLE PATTERN DOTS-0x11E2",
81390  direction="l",
81391  linebreak="al",
81392  unicodeslot=0x28D8,
81393 },
81394 [0x28D9]={
81395  category="so",
81396  description="BRAILLE PATTERN DOTS-0x38F2",
81397  direction="l",
81398  linebreak="al",
81399  unicodeslot=0x28D9,
81400 },
81401 [0x28DA]={
81402  category="so",
81403  description="BRAILLE PATTERN DOTS-0x6002",
81404  direction="l",
81405  linebreak="al",
81406  unicodeslot=0x28DA,
81407 },
81408 [0x28DB]={
81409  category="so",
81410  description="BRAILLE PATTERN DOTS-0x1E6A2",
81411  direction="l",
81412  linebreak="al",
81413  unicodeslot=0x28DB,
81414 },
81415 [0x28DC]={
81416  category="so",
81417  description="BRAILLE PATTERN DOTS-0x8712",
81418  direction="l",
81419  linebreak="al",
81420  unicodeslot=0x28DC,
81421 },
81422 [0x28DD]={
81423  category="so",
81424  description="BRAILLE PATTERN DOTS-0x20DB2",
81425  direction="l",
81426  linebreak="al",
81427  unicodeslot=0x28DD,
81428 },
81429 [0x28DE]={
81430  category="so",
81431  description="BRAILLE PATTERN DOTS-0x39452",
81432  direction="l",
81433  linebreak="al",
81434  unicodeslot=0x28DE,
81435 },
81436 [0x28DF]={
81437  category="so",
81438  description="BRAILLE PATTERN DOTS-0x12D692",
81439  direction="l",
81440  linebreak="al",
81441  unicodeslot=0x28DF,
81442 },
81443 [0x28E0]={
81444  category="so",
81445  description="BRAILLE PATTERN DOTS-0x02A6",
81446  direction="l",
81447  linebreak="al",
81448  unicodeslot=0x28E0,
81449 },
81450 [0x28E1]={
81451  category="so",
81452  description="BRAILLE PATTERN DOTS-0x068E",
81453  direction="l",
81454  linebreak="al",
81455  unicodeslot=0x28E1,
81456 },
81457 [0x28E2]={
81458  category="so",
81459  description="BRAILLE PATTERN DOTS-0x0A76",
81460  direction="l",
81461  linebreak="al",
81462  unicodeslot=0x28E2,
81463 },
81464 [0x28E3]={
81465  category="so",
81466  description="BRAILLE PATTERN DOTS-0x3186",
81467  direction="l",
81468  linebreak="al",
81469  unicodeslot=0x28E3,
81470 },
81471 [0x28E4]={
81472  category="so",
81473  description="BRAILLE PATTERN DOTS-0x0E5E",
81474  direction="l",
81475  linebreak="al",
81476  unicodeslot=0x28E4,
81477 },
81478 [0x28E5]={
81479  category="so",
81480  description="BRAILLE PATTERN DOTS-0x356E",
81481  direction="l",
81482  linebreak="al",
81483  unicodeslot=0x28E5,
81484 },
81485 [0x28E6]={
81486  category="so",
81487  description="BRAILLE PATTERN DOTS-0x5C7E",
81488  direction="l",
81489  linebreak="al",
81490  unicodeslot=0x28E6,
81491 },
81492 [0x28E7]={
81493  category="so",
81494  description="BRAILLE PATTERN DOTS-0x1E31E",
81495  direction="l",
81496  linebreak="al",
81497  unicodeslot=0x28E7,
81498 },
81499 [0x28E8]={
81500  category="so",
81501  description="BRAILLE PATTERN DOTS-0x1246",
81502  direction="l",
81503  linebreak="al",
81504  unicodeslot=0x28E8,
81505 },
81506 [0x28E9]={
81507  category="so",
81508  description="BRAILLE PATTERN DOTS-0x3956",
81509  direction="l",
81510  linebreak="al",
81511  unicodeslot=0x28E9,
81512 },
81513 [0x28EA]={
81514  category="so",
81515  description="BRAILLE PATTERN DOTS-0x6066",
81516  direction="l",
81517  linebreak="al",
81518  unicodeslot=0x28EA,
81519 },
81520 [0x28EB]={
81521  category="so",
81522  description="BRAILLE PATTERN DOTS-0x1E706",
81523  direction="l",
81524  linebreak="al",
81525  unicodeslot=0x28EB,
81526 },
81527 [0x28EC]={
81528  category="so",
81529  description="BRAILLE PATTERN DOTS-0x8776",
81530  direction="l",
81531  linebreak="al",
81532  unicodeslot=0x28EC,
81533 },
81534 [0x28ED]={
81535  category="so",
81536  description="BRAILLE PATTERN DOTS-0x20E16",
81537  direction="l",
81538  linebreak="al",
81539  unicodeslot=0x28ED,
81540 },
81541 [0x28EE]={
81542  category="so",
81543  description="BRAILLE PATTERN DOTS-0x394B6",
81544  direction="l",
81545  linebreak="al",
81546  unicodeslot=0x28EE,
81547 },
81548 [0x28EF]={
81549  category="so",
81550  description="BRAILLE PATTERN DOTS-0x12D6F6",
81551  direction="l",
81552  linebreak="al",
81553  unicodeslot=0x28EF,
81554 },
81555 [0x28F0]={
81556  category="so",
81557  description="BRAILLE PATTERN DOTS-0x162E",
81558  direction="l",
81559  linebreak="al",
81560  unicodeslot=0x28F0,
81561 },
81562 [0x28F1]={
81563  category="so",
81564  description="BRAILLE PATTERN DOTS-0x3D3E",
81565  direction="l",
81566  linebreak="al",
81567  unicodeslot=0x28F1,
81568 },
81569 [0x28F2]={
81570  category="so",
81571  description="BRAILLE PATTERN DOTS-0x644E",
81572  direction="l",
81573  linebreak="al",
81574  unicodeslot=0x28F2,
81575 },
81576 [0x28F3]={
81577  category="so",
81578  description="BRAILLE PATTERN DOTS-0x1EAEE",
81579  direction="l",
81580  linebreak="al",
81581  unicodeslot=0x28F3,
81582 },
81583 [0x28F4]={
81584  category="so",
81585  description="BRAILLE PATTERN DOTS-0x8B5E",
81586  direction="l",
81587  linebreak="al",
81588  unicodeslot=0x28F4,
81589 },
81590 [0x28F5]={
81591  category="so",
81592  description="BRAILLE PATTERN DOTS-0x211FE",
81593  direction="l",
81594  linebreak="al",
81595  unicodeslot=0x28F5,
81596 },
81597 [0x28F6]={
81598  category="so",
81599  description="BRAILLE PATTERN DOTS-0x3989E",
81600  direction="l",
81601  linebreak="al",
81602  unicodeslot=0x28F6,
81603 },
81604 [0x28F7]={
81605  category="so",
81606  description="BRAILLE PATTERN DOTS-0x12DADE",
81607  direction="l",
81608  linebreak="al",
81609  unicodeslot=0x28F7,
81610 },
81611 [0x28F8]={
81612  category="so",
81613  description="BRAILLE PATTERN DOTS-0xB26E",
81614  direction="l",
81615  linebreak="al",
81616  unicodeslot=0x28F8,
81617 },
81618 [0x28F9]={
81619  category="so",
81620  description="BRAILLE PATTERN DOTS-0x2390E",
81621  direction="l",
81622  linebreak="al",
81623  unicodeslot=0x28F9,
81624 },
81625 [0x28FA]={
81626  category="so",
81627  description="BRAILLE PATTERN DOTS-0x3BFAE",
81628  direction="l",
81629  linebreak="al",
81630  unicodeslot=0x28FA,
81631 },
81632 [0x28FB]={
81633  category="so",
81634  description="BRAILLE PATTERN DOTS-0x1301EE",
81635  direction="l",
81636  linebreak="al",
81637  unicodeslot=0x28FB,
81638 },
81639 [0x28FC]={
81640  category="so",
81641  description="BRAILLE PATTERN DOTS-0x5464E",
81642  direction="l",
81643  linebreak="al",
81644  unicodeslot=0x28FC,
81645 },
81646 [0x28FD]={
81647  category="so",
81648  description="BRAILLE PATTERN DOTS-0x14888E",
81649  direction="l",
81650  linebreak="al",
81651  unicodeslot=0x28FD,
81652 },
81653 [0x28FE]={
81654  category="so",
81655  description="BRAILLE PATTERN DOTS-0x23CACE",
81656  direction="l",
81657  linebreak="al",
81658  unicodeslot=0x28FE,
81659 },
81660 [0x28FF]={
81661  category="so",
81662  description="BRAILLE PATTERN DOTS-0xBC614E",
81663  direction="l",
81664  linebreak="al",
81665  unicodeslot=0x28FF,
81666 },
81667 [0x2900]={
81668  category="sm",
81669  description="RIGHTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE",
81670  direction="on",
81671  linebreak="al",
81672  mathextensible="r",
81673  synonyms={ "partial surjection" },
81674  unicodeslot=0x2900,
81675 },
81676 [0x2901]={
81677  category="sm",
81678  description="RIGHTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE",
81679  direction="on",
81680  linebreak="al",
81681  mathextensible="r",
81682  synonyms={ "finite surjection" },
81683  unicodeslot=0x2901,
81684 },
81685 [0x2902]={
81686  category="sm",
81687  description="LEFTWARDS DOUBLE ARROW WITH VERTICAL STROKE",
81688  direction="on",
81689  linebreak="al",
81690  mathextensible="l",
81691  unicodeslot=0x2902,
81692 },
81693 [0x2903]={
81694  category="sm",
81695  description="RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE",
81696  direction="on",
81697  linebreak="al",
81698  mathextensible="r",
81699  unicodeslot=0x2903,
81700 },
81701 [0x2904]={
81702  category="sm",
81703  description="LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE",
81704  direction="on",
81705  linebreak="al",
81706  mathextensible="h",
81707  unicodeslot=0x2904,
81708 },
81709 [0x2905]={
81710  category="sm",
81711  description="RIGHTWARDS TWO-HEADED ARROW FROM BAR",
81712  direction="on",
81713  linebreak="al",
81714  mathextensible="r",
81715  unicodeslot=0x2905,
81716 },
81717 [0x2906]={
81718  category="sm",
81719  description="LEFTWARDS DOUBLE ARROW FROM BAR",
81720  direction="on",
81721  linebreak="al",
81722  mathclass="relation",
81723  mathextensible="l",
81724  mathname="Mapsfrom",
81725  synonyms={ "maps from" },
81726  unicodeslot=0x2906,
81727 },
81728 [0x2907]={
81729  category="sm",
81730  description="RIGHTWARDS DOUBLE ARROW FROM BAR",
81731  direction="on",
81732  linebreak="al",
81733  mathclass="relation",
81734  mathextensible="r",
81735  mathname="Mapsto",
81736  synonyms={ "maps to" },
81737  unicodeslot=0x2907,
81738 },
81739 [0x2908]={
81740  category="sm",
81741  description="DOWNWARDS ARROW WITH HORIZONTAL STROKE",
81742  direction="on",
81743  linebreak="al",
81744  mathextensible="d",
81745  unicodeslot=0x2908,
81746 },
81747 [0x2909]={
81748  category="sm",
81749  description="UPWARDS ARROW WITH HORIZONTAL STROKE",
81750  direction="on",
81751  linebreak="al",
81752  mathextensible="u",
81753  unicodeslot=0x2909,
81754 },
81755 [0x290A]={
81756  category="sm",
81757  description="UPWARDS TRIPLE ARROW",
81758  direction="on",
81759  linebreak="al",
81760  mathclass="relation",
81761  mathextensible="u",
81762  mathname="Uuparrow",
81763  unicodeslot=0x290A,
81764 },
81765 [0x290B]={
81766  category="sm",
81767  description="DOWNWARDS TRIPLE ARROW",
81768  direction="on",
81769  linebreak="al",
81770  mathclass="relation",
81771  mathextensible="d",
81772  mathname="Ddownarrow",
81773  unicodeslot=0x290B,
81774 },
81775 [0x290C]={
81776  category="sm",
81777  description="LEFTWARDS DOUBLE DASH ARROW",
81778  direction="on",
81779  linebreak="al",
81780  mathclass="relation",
81781  mathextensible="l",
81782  mathname="dashedleftarrow",
81783  unicodeslot=0x290C,
81784 },
81785 [0x290D]={
81786  category="sm",
81787  description="RIGHTWARDS DOUBLE DASH ARROW",
81788  direction="on",
81789  linebreak="al",
81790  mathclass="relation",
81791  mathextensible="r",
81792  mathname="dashedrightarrow",
81793  unicodeslot=0x290D,
81794 },
81795 [0x290E]={
81796  category="sm",
81797  description="LEFTWARDS TRIPLE DASH ARROW",
81798  direction="on",
81799  linebreak="al",
81800  mathextensible="l",
81801  unicodeslot=0x290E,
81802 },
81803 [0x290F]={
81804  category="sm",
81805  description="RIGHTWARDS TRIPLE DASH ARROW",
81806  direction="on",
81807  linebreak="al",
81808  mathextensible="r",
81809  unicodeslot=0x290F,
81810 },
81811 [0x2910]={
81812  category="sm",
81813  description="RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW",
81814  direction="on",
81815  linebreak="al",
81816  mathextensible="r",
81817  unicodeslot=0x2910,
81818 },
81819 [0x2911]={
81820  category="sm",
81821  description="RIGHTWARDS ARROW WITH DOTTED STEM",
81822  direction="on",
81823  linebreak="al",
81824  mathclass="relation",
81825  mathextensible="r",
81826  mathname="dottedrightarrow",
81827  unicodeslot=0x2911,
81828 },
81829 [0x2912]={
81830  category="sm",
81831  description="UPWARDS ARROW TO BAR",
81832  direction="on",
81833  linebreak="al",
81834  mathextensible="u",
81835  unicodeslot=0x2912,
81836 },
81837 [0x2913]={
81838  category="sm",
81839  description="DOWNWARDS ARROW TO BAR",
81840  direction="on",
81841  linebreak="al",
81842  mathextensible="d",
81843  unicodeslot=0x2913,
81844 },
81845 [0x2914]={
81846  category="sm",
81847  description="RIGHTWARDS ARROW WITH TAIL WITH VERTICAL STROKE",
81848  direction="on",
81849  linebreak="al",
81850  mathextensible="r",
81851  synonyms={ "partial injection" },
81852  unicodeslot=0x2914,
81853 },
81854 [0x2915]={
81855  category="sm",
81856  description="RIGHTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
81857  direction="on",
81858  linebreak="al",
81859  mathextensible="r",
81860  synonyms={ "finite injection" },
81861  unicodeslot=0x2915,
81862 },
81863 [0x2916]={
81864  category="sm",
81865  description="RIGHTWARDS TWO-HEADED ARROW WITH TAIL",
81866  direction="on",
81867  linebreak="al",
81868  mathclass="relation",
81869  mathextensible="r",
81870  mathname="twoheadrightarrowtail",
81871  synonyms={ "bijection" },
81872  unicodeslot=0x2916,
81873 },
81874 [0x2917]={
81875  category="sm",
81876  description="RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE",
81877  direction="on",
81878  linebreak="al",
81879  mathclass="relation",
81880  mathextensible="r",
81881  synonyms={ "surjective injection" },
81882  unicodeslot=0x2917,
81883 },
81884 [0x2918]={
81885  category="sm",
81886  description="RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
81887  direction="on",
81888  linebreak="al",
81889  mathextensible="r",
81890  synonyms={ "finite surjective injection" },
81891  unicodeslot=0x2918,
81892 },
81893 [0x2919]={
81894  category="sm",
81895  description="LEFTWARDS ARROW-TAIL",
81896  direction="on",
81897  linebreak="al",
81898  mathextensible="l",
81899  unicodeslot=0x2919,
81900 },
81901 [0x291A]={
81902  category="sm",
81903  description="RIGHTWARDS ARROW-TAIL",
81904  direction="on",
81905  linebreak="al",
81906  mathextensible="r",
81907  unicodeslot=0x291A,
81908 },
81909 [0x291B]={
81910  category="sm",
81911  description="LEFTWARDS DOUBLE ARROW-TAIL",
81912  direction="on",
81913  linebreak="al",
81914  mathextensible="l",
81915  unicodeslot=0x291B,
81916 },
81917 [0x291C]={
81918  category="sm",
81919  description="RIGHTWARDS DOUBLE ARROW-TAIL",
81920  direction="on",
81921  linebreak="al",
81922  mathextensible="r",
81923  unicodeslot=0x291C,
81924 },
81925 [0x291D]={
81926  category="sm",
81927  description="LEFTWARDS ARROW TO BLACK DIAMOND",
81928  direction="on",
81929  linebreak="al",
81930  mathextensible="l",
81931  unicodeslot=0x291D,
81932 },
81933 [0x291E]={
81934  category="sm",
81935  description="RIGHTWARDS ARROW TO BLACK DIAMOND",
81936  direction="on",
81937  linebreak="al",
81938  mathextensible="r",
81939  unicodeslot=0x291E,
81940 },
81941 [0x291F]={
81942  category="sm",
81943  description="LEFTWARDS ARROW FROM BAR TO BLACK DIAMOND",
81944  direction="on",
81945  linebreak="al",
81946  mathextensible="l",
81947  unicodeslot=0x291F,
81948 },
81949 [0x2920]={
81950  category="sm",
81951  description="RIGHTWARDS ARROW FROM BAR TO BLACK DIAMOND",
81952  direction="on",
81953  linebreak="al",
81954  mathextensible="r",
81955  unicodeslot=0x2920,
81956 },
81957 [0x2921]={
81958  category="sm",
81959  description="NORTH WEST AND SOUTH EAST ARROW",
81960  direction="on",
81961  linebreak="al",
81962  mathclass="relation",
81963  mathname="nwsearrow",
81964  unicodeslot=0x2921,
81965 },
81966 [0x2922]={
81967  category="sm",
81968  description="NORTH EAST AND SOUTH WEST ARROW",
81969  direction="on",
81970  linebreak="al",
81971  mathclass="relation",
81972  mathname="neswarrow",
81973  unicodeslot=0x2922,
81974 },
81975 [0x2923]={
81976  category="sm",
81977  description="NORTH WEST ARROW WITH HOOK",
81978  direction="on",
81979  linebreak="al",
81980  mathclass="relation",
81981  mathname="lhooknwarrow",
81982  unicodeslot=0x2923,
81983 },
81984 [0x2924]={
81985  category="sm",
81986  description="NORTH EAST ARROW WITH HOOK",
81987  direction="on",
81988  linebreak="al",
81989  mathclass="relation",
81990  mathname="rhooknearrow",
81991  unicodeslot=0x2924,
81992 },
81993 [0x2925]={
81994  category="sm",
81995  description="SOUTH EAST ARROW WITH HOOK",
81996  direction="on",
81997  linebreak="al",
81998  mathclass="relation",
81999  mathname="lhooksearrow",
82000  unicodeslot=0x2925,
82001 },
82002 [0x2926]={
82003  category="sm",
82004  description="SOUTH WEST ARROW WITH HOOK",
82005  direction="on",
82006  linebreak="al",
82007  mathclass="relation",
82008  mathname="rhookswarrow",
82009  unicodeslot=0x2926,
82010 },
82011 [0x2927]={
82012  category="sm",
82013  description="NORTH WEST ARROW AND NORTH EAST ARROW",
82014  direction="on",
82015  linebreak="al",
82016  unicodeslot=0x2927,
82017 },
82018 [0x2928]={
82019  category="sm",
82020  description="NORTH EAST ARROW AND SOUTH EAST ARROW",
82021  direction="on",
82022  linebreak="al",
82023  unicodeslot=0x2928,
82024 },
82025 [0x2929]={
82026  category="sm",
82027  description="SOUTH EAST ARROW AND SOUTH WEST ARROW",
82028  direction="on",
82029  linebreak="al",
82030  unicodeslot=0x2929,
82031 },
82032 [0x292A]={
82033  category="sm",
82034  description="SOUTH WEST ARROW AND NORTH WEST ARROW",
82035  direction="on",
82036  linebreak="al",
82037  unicodeslot=0x292A,
82038 },
82039 [0x292B]={
82040  category="sm",
82041  description="RISING DIAGONAL CROSSING FALLING DIAGONAL",
82042  direction="on",
82043  linebreak="al",
82044  unicodeslot=0x292B,
82045 },
82046 [0x292C]={
82047  category="sm",
82048  description="FALLING DIAGONAL CROSSING RISING DIAGONAL",
82049  direction="on",
82050  linebreak="al",
82051  unicodeslot=0x292C,
82052 },
82053 [0x292D]={
82054  category="sm",
82055  description="SOUTH EAST ARROW CROSSING NORTH EAST ARROW",
82056  direction="on",
82057  linebreak="al",
82058  unicodeslot=0x292D,
82059 },
82060 [0x292E]={
82061  category="sm",
82062  description="NORTH EAST ARROW CROSSING SOUTH EAST ARROW",
82063  direction="on",
82064  linebreak="al",
82065  unicodeslot=0x292E,
82066 },
82067 [0x292F]={
82068  category="sm",
82069  description="FALLING DIAGONAL CROSSING NORTH EAST ARROW",
82070  direction="on",
82071  linebreak="al",
82072  unicodeslot=0x292F,
82073 },
82074 [0x2930]={
82075  category="sm",
82076  description="RISING DIAGONAL CROSSING SOUTH EAST ARROW",
82077  direction="on",
82078  linebreak="al",
82079  unicodeslot=0x2930,
82080 },
82081 [0x2931]={
82082  category="sm",
82083  description="NORTH EAST ARROW CROSSING NORTH WEST ARROW",
82084  direction="on",
82085  linebreak="al",
82086  unicodeslot=0x2931,
82087 },
82088 [0x2932]={
82089  category="sm",
82090  description="NORTH WEST ARROW CROSSING NORTH EAST ARROW",
82091  direction="on",
82092  linebreak="al",
82093  unicodeslot=0x2932,
82094 },
82095 [0x2933]={
82096  category="sm",
82097  description="WAVE ARROW POINTING DIRECTLY RIGHT",
82098  direction="on",
82099  linebreak="al",
82100  mathextensible="r",
82101  unicodeslot=0x2933,
82102 },
82103 [0x2934]={
82104  category="sm",
82105  description="ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS",
82106  direction="on",
82107  linebreak="al",
82108  mathextensible="m",
82109  unicodeslot=0x2934,
82110  variants=variants_emoji,
82111 },
82112 [0x2935]={
82113  category="sm",
82114  description="ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS",
82115  direction="on",
82116  linebreak="al",
82117  mathextensible="m",
82118  unicodeslot=0x2935,
82119  variants=variants_emoji,
82120 },
82121 [0x2936]={
82122  category="sm",
82123  description="ARROW POINTING DOWNWARDS THEN CURVING LEFTWARDS",
82124  direction="on",
82125  linebreak="al",
82126  mathextensible="m",
82127  unicodeslot=0x2936,
82128 },
82129 [0x2937]={
82130  category="sm",
82131  description="ARROW POINTING DOWNWARDS THEN CURVING RIGHTWARDS",
82132  direction="on",
82133  linebreak="al",
82134  mathextensible="m",
82135  unicodeslot=0x2937,
82136 },
82137 [0x2938]={
82138  category="sm",
82139  description="RIGHT-SIDE ARC CLOCKWISE ARROW",
82140  direction="on",
82141  linebreak="al",
82142  mathextensible="r",
82143  unicodeslot=0x2938,
82144 },
82145 [0x2939]={
82146  category="sm",
82147  description="LEFT-SIDE ARC ANTICLOCKWISE ARROW",
82148  direction="on",
82149  linebreak="al",
82150  mathextensible="l",
82151  unicodeslot=0x2939,
82152 },
82153 [0x293A]={
82154  category="sm",
82155  description="TOP ARC ANTICLOCKWISE ARROW",
82156  direction="on",
82157  linebreak="al",
82158  unicodeslot=0x293A,
82159 },
82160 [0x293B]={
82161  category="sm",
82162  description="BOTTOM ARC ANTICLOCKWISE ARROW",
82163  direction="on",
82164  linebreak="al",
82165  unicodeslot=0x293B,
82166 },
82167 [0x293C]={
82168  category="sm",
82169  description="TOP ARC CLOCKWISE ARROW WITH MINUS",
82170  direction="on",
82171  linebreak="al",
82172  unicodeslot=0x293C,
82173 },
82174 [0x293D]={
82175  category="sm",
82176  description="TOP ARC ANTICLOCKWISE ARROW WITH PLUS",
82177  direction="on",
82178  linebreak="al",
82179  unicodeslot=0x293D,
82180 },
82181 [0x293E]={
82182  category="sm",
82183  description="LOWER RIGHT SEMICIRCULAR CLOCKWISE ARROW",
82184  direction="on",
82185  linebreak="al",
82186  mathextensible="r",
82187  unicodeslot=0x293E,
82188 },
82189 [0x293F]={
82190  category="sm",
82191  description="LOWER LEFT SEMICIRCULAR ANTICLOCKWISE ARROW",
82192  direction="on",
82193  linebreak="al",
82194  mathextensible="l",
82195  unicodeslot=0x293F,
82196 },
82197 [0x2940]={
82198  category="sm",
82199  description="ANTICLOCKWISE CLOSED CIRCLE ARROW",
82200  direction="on",
82201  linebreak="al",
82202  unicodeslot=0x2940,
82203 },
82204 [0x2941]={
82205  category="sm",
82206  description="CLOCKWISE CLOSED CIRCLE ARROW",
82207  direction="on",
82208  linebreak="al",
82209  unicodeslot=0x2941,
82210 },
82211 [0x2942]={
82212  category="sm",
82213  description="RIGHTWARDS ARROW ABOVE SHORT LEFTWARDS ARROW",
82214  direction="on",
82215  linebreak="al",
82216  unicodeslot=0x2942,
82217 },
82218 [0x2943]={
82219  category="sm",
82220  description="LEFTWARDS ARROW ABOVE SHORT RIGHTWARDS ARROW",
82221  direction="on",
82222  linebreak="al",
82223  unicodeslot=0x2943,
82224 },
82225 [0x2944]={
82226  category="sm",
82227  description="SHORT RIGHTWARDS ARROW ABOVE LEFTWARDS ARROW",
82228  direction="on",
82229  linebreak="al",
82230  unicodeslot=0x2944,
82231 },
82232 [0x2945]={
82233  category="sm",
82234  description="RIGHTWARDS ARROW WITH PLUS BELOW",
82235  direction="on",
82236  linebreak="al",
82237  mathextensible="r",
82238  unicodeslot=0x2945,
82239 },
82240 [0x2946]={
82241  category="sm",
82242  description="LEFTWARDS ARROW WITH PLUS BELOW",
82243  direction="on",
82244  linebreak="al",
82245  mathextensible="l",
82246  unicodeslot=0x2946,
82247 },
82248 [0x2947]={
82249  category="sm",
82250  description="RIGHTWARDS ARROW THROUGH X",
82251  direction="on",
82252  linebreak="al",
82253  unicodeslot=0x2947,
82254 },
82255 [0x2948]={
82256  category="sm",
82257  description="LEFT RIGHT ARROW THROUGH SMALL CIRCLE",
82258  direction="on",
82259  linebreak="al",
82260  unicodeslot=0x2948,
82261 },
82262 [0x2949]={
82263  category="sm",
82264  description="UPWARDS TWO-HEADED ARROW FROM SMALL CIRCLE",
82265  direction="on",
82266  linebreak="al",
82267  mathextensible="u",
82268  unicodeslot=0x2949,
82269 },
82270 [0x294A]={
82271  category="sm",
82272  description="LEFT BARB UP RIGHT BARB DOWN HARPOON",
82273  direction="on",
82274  linebreak="al",
82275  unicodeslot=0x294A,
82276 },
82277 [0x294B]={
82278  category="sm",
82279  description="LEFT BARB DOWN RIGHT BARB UP HARPOON",
82280  direction="on",
82281  linebreak="al",
82282  unicodeslot=0x294B,
82283 },
82284 [0x294C]={
82285  category="sm",
82286  description="UP BARB RIGHT DOWN BARB LEFT HARPOON",
82287  direction="on",
82288  linebreak="al",
82289  unicodeslot=0x294C,
82290 },
82291 [0x294D]={
82292  category="sm",
82293  description="UP BARB LEFT DOWN BARB RIGHT HARPOON",
82294  direction="on",
82295  linebreak="al",
82296  unicodeslot=0x294D,
82297 },
82298 [0x294E]={
82299  category="sm",
82300  description="LEFT BARB UP RIGHT BARB UP HARPOON",
82301  direction="on",
82302  linebreak="al",
82303  unicodeslot=0x294E,
82304 },
82305 [0x294F]={
82306  category="sm",
82307  description="UP BARB RIGHT DOWN BARB RIGHT HARPOON",
82308  direction="on",
82309  linebreak="al",
82310  unicodeslot=0x294F,
82311 },
82312 [0x2950]={
82313  category="sm",
82314  description="LEFT BARB DOWN RIGHT BARB DOWN HARPOON",
82315  direction="on",
82316  linebreak="al",
82317  unicodeslot=0x2950,
82318 },
82319 [0x2951]={
82320  category="sm",
82321  description="UP BARB LEFT DOWN BARB LEFT HARPOON",
82322  direction="on",
82323  linebreak="al",
82324  unicodeslot=0x2951,
82325 },
82326 [0x2952]={
82327  category="sm",
82328  description="LEFTWARDS HARPOON WITH BARB UP TO BAR",
82329  direction="on",
82330  linebreak="al",
82331  unicodeslot=0x2952,
82332 },
82333 [0x2953]={
82334  category="sm",
82335  description="RIGHTWARDS HARPOON WITH BARB UP TO BAR",
82336  direction="on",
82337  linebreak="al",
82338  unicodeslot=0x2953,
82339 },
82340 [0x2954]={
82341  category="sm",
82342  description="UPWARDS HARPOON WITH BARB RIGHT TO BAR",
82343  direction="on",
82344  linebreak="al",
82345  unicodeslot=0x2954,
82346 },
82347 [0x2955]={
82348  category="sm",
82349  description="DOWNWARDS HARPOON WITH BARB RIGHT TO BAR",
82350  direction="on",
82351  linebreak="al",
82352  unicodeslot=0x2955,
82353 },
82354 [0x2956]={
82355  category="sm",
82356  description="LEFTWARDS HARPOON WITH BARB DOWN TO BAR",
82357  direction="on",
82358  linebreak="al",
82359  unicodeslot=0x2956,
82360 },
82361 [0x2957]={
82362  category="sm",
82363  description="RIGHTWARDS HARPOON WITH BARB DOWN TO BAR",
82364  direction="on",
82365  linebreak="al",
82366  unicodeslot=0x2957,
82367 },
82368 [0x2958]={
82369  category="sm",
82370  description="UPWARDS HARPOON WITH BARB LEFT TO BAR",
82371  direction="on",
82372  linebreak="al",
82373  unicodeslot=0x2958,
82374 },
82375 [0x2959]={
82376  category="sm",
82377  description="DOWNWARDS HARPOON WITH BARB LEFT TO BAR",
82378  direction="on",
82379  linebreak="al",
82380  unicodeslot=0x2959,
82381 },
82382 [0x295A]={
82383  category="sm",
82384  description="LEFTWARDS HARPOON WITH BARB UP FROM BAR",
82385  direction="on",
82386  linebreak="al",
82387  unicodeslot=0x295A,
82388 },
82389 [0x295B]={
82390  category="sm",
82391  description="RIGHTWARDS HARPOON WITH BARB UP FROM BAR",
82392  direction="on",
82393  linebreak="al",
82394  unicodeslot=0x295B,
82395 },
82396 [0x295C]={
82397  category="sm",
82398  description="UPWARDS HARPOON WITH BARB RIGHT FROM BAR",
82399  direction="on",
82400  linebreak="al",
82401  unicodeslot=0x295C,
82402 },
82403 [0x295D]={
82404  category="sm",
82405  description="DOWNWARDS HARPOON WITH BARB RIGHT FROM BAR",
82406  direction="on",
82407  linebreak="al",
82408  unicodeslot=0x295D,
82409 },
82410 [0x295E]={
82411  category="sm",
82412  description="LEFTWARDS HARPOON WITH BARB DOWN FROM BAR",
82413  direction="on",
82414  linebreak="al",
82415  unicodeslot=0x295E,
82416 },
82417 [0x295F]={
82418  category="sm",
82419  description="RIGHTWARDS HARPOON WITH BARB DOWN FROM BAR",
82420  direction="on",
82421  linebreak="al",
82422  unicodeslot=0x295F,
82423 },
82424 [0x2960]={
82425  category="sm",
82426  description="UPWARDS HARPOON WITH BARB LEFT FROM BAR",
82427  direction="on",
82428  linebreak="al",
82429  unicodeslot=0x2960,
82430 },
82431 [0x2961]={
82432  category="sm",
82433  description="DOWNWARDS HARPOON WITH BARB LEFT FROM BAR",
82434  direction="on",
82435  linebreak="al",
82436  unicodeslot=0x2961,
82437 },
82438 [0x2962]={
82439  category="sm",
82440  description="LEFTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB DOWN",
82441  direction="on",
82442  linebreak="al",
82443  unicodeslot=0x2962,
82444 },
82445 [0x2963]={
82446  category="sm",
82447  description="UPWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT",
82448  direction="on",
82449  linebreak="al",
82450  unicodeslot=0x2963,
82451 },
82452 [0x2964]={
82453  category="sm",
82454  description="RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN",
82455  direction="on",
82456  linebreak="al",
82457  unicodeslot=0x2964,
82458 },
82459 [0x2965]={
82460  category="sm",
82461  description="DOWNWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT",
82462  direction="on",
82463  linebreak="al",
82464  unicodeslot=0x2965,
82465 },
82466 [0x2966]={
82467  category="sm",
82468  description="LEFTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB UP",
82469  direction="on",
82470  linebreak="al",
82471  unicodeslot=0x2966,
82472 },
82473 [0x2967]={
82474  category="sm",
82475  description="LEFTWARDS HARPOON WITH BARB DOWN ABOVE RIGHTWARDS HARPOON WITH BARB DOWN",
82476  direction="on",
82477  linebreak="al",
82478  unicodeslot=0x2967,
82479 },
82480 [0x2968]={
82481  category="sm",
82482  description="RIGHTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB UP",
82483  direction="on",
82484  linebreak="al",
82485  unicodeslot=0x2968,
82486 },
82487 [0x2969]={
82488  category="sm",
82489  description="RIGHTWARDS HARPOON WITH BARB DOWN ABOVE LEFTWARDS HARPOON WITH BARB DOWN",
82490  direction="on",
82491  linebreak="al",
82492  unicodeslot=0x2969,
82493 },
82494 [0x296A]={
82495  category="sm",
82496  description="LEFTWARDS HARPOON WITH BARB UP ABOVE LONG DASH",
82497  direction="on",
82498  linebreak="al",
82499  unicodeslot=0x296A,
82500 },
82501 [0x296B]={
82502  category="sm",
82503  description="LEFTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH",
82504  direction="on",
82505  linebreak="al",
82506  unicodeslot=0x296B,
82507 },
82508 [0x296C]={
82509  category="sm",
82510  description="RIGHTWARDS HARPOON WITH BARB UP ABOVE LONG DASH",
82511  direction="on",
82512  linebreak="al",
82513  unicodeslot=0x296C,
82514 },
82515 [0x296D]={
82516  category="sm",
82517  description="RIGHTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH",
82518  direction="on",
82519  linebreak="al",
82520  unicodeslot=0x296D,
82521 },
82522 [0x296E]={
82523  category="sm",
82524  description="UPWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT",
82525  direction="on",
82526  linebreak="al",
82527  unicodeslot=0x296E,
82528 },
82529 [0x296F]={
82530  category="sm",
82531  description="DOWNWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT",
82532  direction="on",
82533  linebreak="al",
82534  unicodeslot=0x296F,
82535 },
82536 [0x2970]={
82537  category="sm",
82538  description="RIGHT DOUBLE ARROW WITH ROUNDED HEAD",
82539  direction="on",
82540  linebreak="al",
82541  mathextensible="r",
82542  unicodeslot=0x2970,
82543 },
82544 [0x2971]={
82545  category="sm",
82546  description="EQUALS SIGN ABOVE RIGHTWARDS ARROW",
82547  direction="on",
82548  linebreak="al",
82549  unicodeslot=0x2971,
82550 },
82551 [0x2972]={
82552  category="sm",
82553  description="TILDE OPERATOR ABOVE RIGHTWARDS ARROW",
82554  direction="on",
82555  linebreak="al",
82556  unicodeslot=0x2972,
82557 },
82558 [0x2973]={
82559  category="sm",
82560  description="LEFTWARDS ARROW ABOVE TILDE OPERATOR",
82561  direction="on",
82562  linebreak="al",
82563  unicodeslot=0x2973,
82564 },
82565 [0x2974]={
82566  category="sm",
82567  description="RIGHTWARDS ARROW ABOVE TILDE OPERATOR",
82568  direction="on",
82569  linebreak="al",
82570  unicodeslot=0x2974,
82571 },
82572 [0x2975]={
82573  category="sm",
82574  description="RIGHTWARDS ARROW ABOVE ALMOST EQUAL TO",
82575  direction="on",
82576  linebreak="al",
82577  unicodeslot=0x2975,
82578 },
82579 [0x2976]={
82580  category="sm",
82581  description="LESS-THAN ABOVE LEFTWARDS ARROW",
82582  direction="on",
82583  linebreak="al",
82584  unicodeslot=0x2976,
82585 },
82586 [0x2977]={
82587  category="sm",
82588  description="LEFTWARDS ARROW THROUGH LESS-THAN",
82589  direction="on",
82590  linebreak="al",
82591  unicodeslot=0x2977,
82592 },
82593 [0x2978]={
82594  category="sm",
82595  description="GREATER-THAN ABOVE RIGHTWARDS ARROW",
82596  direction="on",
82597  linebreak="al",
82598  unicodeslot=0x2978,
82599 },
82600 [0x2979]={
82601  category="sm",
82602  description="SUBSET ABOVE RIGHTWARDS ARROW",
82603  direction="on",
82604  linebreak="al",
82605  unicodeslot=0x2979,
82606 },
82607 [0x297A]={
82608  category="sm",
82609  description="LEFTWARDS ARROW THROUGH SUBSET",
82610  direction="on",
82611  linebreak="al",
82612  unicodeslot=0x297A,
82613 },
82614 [0x297B]={
82615  category="sm",
82616  description="SUPERSET ABOVE LEFTWARDS ARROW",
82617  direction="on",
82618  linebreak="al",
82619  unicodeslot=0x297B,
82620 },
82621 [0x297C]={
82622  category="sm",
82623  description="LEFT FISH TAIL",
82624  direction="on",
82625  linebreak="al",
82626  unicodeslot=0x297C,
82627 },
82628 [0x297D]={
82629  category="sm",
82630  description="RIGHT FISH TAIL",
82631  direction="on",
82632  linebreak="al",
82633  unicodeslot=0x297D,
82634 },
82635 [0x297E]={
82636  category="sm",
82637  description="UP FISH TAIL",
82638  direction="on",
82639  linebreak="al",
82640  unicodeslot=0x297E,
82641 },
82642 [0x297F]={
82643  category="sm",
82644  description="DOWN FISH TAIL",
82645  direction="on",
82646  linebreak="al",
82647  unicodeslot=0x297F,
82648 },
82649 [0x2980]={
82650  category="sm",
82651  description="TRIPLE VERTICAL BAR DELIMITER",
82652  direction="on",
82653  linebreak="al",
82654  mathlist={ 0x7C, 0x7C, 0x7C },
82655  mathspec={
82656   {
82657    class="delimiter",
82658    name="tripleverticalbar",
82659   },
82660  },
82661  unicodeslot=0x2980,
82662 },
82663 [0x2981]={
82664  category="sm",
82665  description="Z NOTATION SPOT",
82666  direction="on",
82667  linebreak="al",
82668  unicodeslot=0x2981,
82669 },
82670 [0x2982]={
82671  category="sm",
82672  description="Z NOTATION TYPE COLON",
82673  direction="on",
82674  linebreak="al",
82675  unicodeslot=0x2982,
82676 },
82677 [0x2983]={
82678  category="ps",
82679  description="LEFT WHITE CURLY BRACKET",
82680  direction="on",
82681  linebreak="op",
82682  mirror=0x2984,
82683  unicodeslot=0x2983,
82684 },
82685 [0x2984]={
82686  category="pe",
82687  description="RIGHT WHITE CURLY BRACKET",
82688  direction="on",
82689  linebreak="cl",
82690  mirror=0x2983,
82691  unicodeslot=0x2984,
82692 },
82693 [0x2985]={
82694  category="ps",
82695  cjkwd="na",
82696  description="LEFT WHITE PARENTHESIS",
82697  direction="on",
82698  linebreak="op",
82699  mirror=0x2986,
82700  unicodeslot=0x2985,
82701 },
82702 [0x2986]={
82703  category="pe",
82704  cjkwd="na",
82705  description="RIGHT WHITE PARENTHESIS",
82706  direction="on",
82707  linebreak="cl",
82708  mirror=0x2985,
82709  unicodeslot=0x2986,
82710 },
82711 [0x2987]={
82712  category="ps",
82713  description="Z NOTATION LEFT IMAGE BRACKET",
82714  direction="on",
82715  linebreak="op",
82716  mirror=0x2988,
82717  unicodeslot=0x2987,
82718 },
82719 [0x2988]={
82720  category="pe",
82721  description="Z NOTATION RIGHT IMAGE BRACKET",
82722  direction="on",
82723  linebreak="cl",
82724  mirror=0x2987,
82725  unicodeslot=0x2988,
82726 },
82727 [0x2989]={
82728  category="ps",
82729  description="Z NOTATION LEFT BINDING BRACKET",
82730  direction="on",
82731  linebreak="op",
82732  mirror=0x298A,
82733  unicodeslot=0x2989,
82734 },
82735 [0x298A]={
82736  category="pe",
82737  description="Z NOTATION RIGHT BINDING BRACKET",
82738  direction="on",
82739  linebreak="cl",
82740  mirror=0x2989,
82741  unicodeslot=0x298A,
82742 },
82743 [0x298B]={
82744  category="ps",
82745  description="LEFT SQUARE BRACKET WITH UNDERBAR",
82746  direction="on",
82747  linebreak="op",
82748  mirror=0x298C,
82749  unicodeslot=0x298B,
82750 },
82751 [0x298C]={
82752  category="pe",
82753  description="RIGHT SQUARE BRACKET WITH UNDERBAR",
82754  direction="on",
82755  linebreak="cl",
82756  mirror=0x298B,
82757  unicodeslot=0x298C,
82758 },
82759 [0x298D]={
82760  category="ps",
82761  description="LEFT SQUARE BRACKET WITH TICK IN TOP CORNER",
82762  direction="on",
82763  linebreak="op",
82764  mirror=0x2990,
82765  unicodeslot=0x298D,
82766 },
82767 [0x298E]={
82768  category="pe",
82769  description="RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER",
82770  direction="on",
82771  linebreak="cl",
82772  mirror=0x298F,
82773  unicodeslot=0x298E,
82774 },
82775 [0x298F]={
82776  category="ps",
82777  description="LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER",
82778  direction="on",
82779  linebreak="op",
82780  mirror=0x298E,
82781  unicodeslot=0x298F,
82782 },
82783 [0x2990]={
82784  category="pe",
82785  description="RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER",
82786  direction="on",
82787  linebreak="cl",
82788  mirror=0x298D,
82789  unicodeslot=0x2990,
82790 },
82791 [0x2991]={
82792  category="ps",
82793  description="LEFT ANGLE BRACKET WITH DOT",
82794  direction="on",
82795  linebreak="op",
82796  mirror=0x2992,
82797  unicodeslot=0x2991,
82798 },
82799 [0x2992]={
82800  category="pe",
82801  description="RIGHT ANGLE BRACKET WITH DOT",
82802  direction="on",
82803  linebreak="cl",
82804  mirror=0x2991,
82805  unicodeslot=0x2992,
82806 },
82807 [0x2993]={
82808  category="ps",
82809  description="LEFT ARC LESS-THAN BRACKET",
82810  direction="on",
82811  linebreak="op",
82812  mirror=0x2994,
82813  unicodeslot=0x2993,
82814 },
82815 [0x2994]={
82816  category="pe",
82817  description="RIGHT ARC GREATER-THAN BRACKET",
82818  direction="on",
82819  linebreak="cl",
82820  mirror=0x2993,
82821  unicodeslot=0x2994,
82822 },
82823 [0x2995]={
82824  category="ps",
82825  description="DOUBLE LEFT ARC GREATER-THAN BRACKET",
82826  direction="on",
82827  linebreak="op",
82828  mirror=0x2996,
82829  unicodeslot=0x2995,
82830 },
82831 [0x2996]={
82832  category="pe",
82833  description="DOUBLE RIGHT ARC LESS-THAN BRACKET",
82834  direction="on",
82835  linebreak="cl",
82836  mirror=0x2995,
82837  unicodeslot=0x2996,
82838 },
82839 [0x2997]={
82840  category="ps",
82841  description="LEFT BLACK TORTOISE SHELL BRACKET",
82842  direction="on",
82843  linebreak="op",
82844  mathspec={
82845   {
82846    class="open",
82847    name="linterval",
82848   },
82849   {
82850    class="close",
82851    name="rointerval",
82852   },
82853   {
82854    class="open",
82855    name="llointerval",
82856   },
82857   {
82858    class="close",
82859    name="rlointerval",
82860   },
82861  },
82862  mirror=0x2998,
82863  textclass="open",
82864  unicodeslot=0x2997,
82865 },
82866 [0x2998]={
82867  category="pe",
82868  description="RIGHT BLACK TORTOISE SHELL BRACKET",
82869  direction="on",
82870  linebreak="cl",
82871  mathspec={
82872   {
82873    class="close",
82874    name="rinterval",
82875   },
82876   {
82877    class="open",
82878    name="lointerval",
82879   },
82880   {
82881    class="open",
82882    name="lrointerval",
82883   },
82884   {
82885    class="close",
82886    name="rrointerval",
82887   },
82888  },
82889  mirror=0x2997,
82890  textclass="close",
82891  unicodeslot=0x2998,
82892 },
82893 [0x2999]={
82894  category="sm",
82895  description="DOTTED FENCE",
82896  direction="on",
82897  linebreak="al",
82898  unicodeslot=0x2999,
82899 },
82900 [0x299A]={
82901  category="sm",
82902  description="VERTICAL ZIGZAG LINE",
82903  direction="on",
82904  linebreak="al",
82905  unicodeslot=0x299A,
82906 },
82907 [0x299B]={
82908  category="sm",
82909  description="MEASURED ANGLE OPENING LEFT",
82910  direction="on",
82911  linebreak="al",
82912  mirror=0x2221,
82913  unicodeslot=0x299B,
82914 },
82915 [0x299C]={
82916  category="sm",
82917  description="RIGHT ANGLE VARIANT WITH SQUARE",
82918  direction="on",
82919  linebreak="al",
82920  unicodeslot=0x299C,
82921 },
82922 [0x299D]={
82923  category="sm",
82924  description="MEASURED RIGHT ANGLE WITH DOT",
82925  direction="on",
82926  linebreak="al",
82927  unicodeslot=0x299D,
82928 },
82929 [0x299E]={
82930  category="sm",
82931  description="ANGLE WITH S INSIDE",
82932  direction="on",
82933  linebreak="al",
82934  unicodeslot=0x299E,
82935 },
82936 [0x299F]={
82937  category="sm",
82938  description="ACUTE ANGLE",
82939  direction="on",
82940  linebreak="al",
82941  unicodeslot=0x299F,
82942 },
82943 [0x29A0]={
82944  category="sm",
82945  description="SPHERICAL ANGLE OPENING LEFT",
82946  direction="on",
82947  linebreak="al",
82948  mirror=0x2222,
82949  unicodeslot=0x29A0,
82950 },
82951 [0x29A1]={
82952  category="sm",
82953  description="SPHERICAL ANGLE OPENING UP",
82954  direction="on",
82955  linebreak="al",
82956  unicodeslot=0x29A1,
82957 },
82958 [0x29A2]={
82959  category="sm",
82960  description="TURNED ANGLE",
82961  direction="on",
82962  linebreak="al",
82963  unicodeslot=0x29A2,
82964 },
82965 [0x29A3]={
82966  category="sm",
82967  description="REVERSED ANGLE",
82968  direction="on",
82969  linebreak="al",
82970  mirror=0x2220,
82971  unicodeslot=0x29A3,
82972 },
82973 [0x29A4]={
82974  category="sm",
82975  description="ANGLE WITH UNDERBAR",
82976  direction="on",
82977  linebreak="al",
82978  mirror=0x29A5,
82979  unicodeslot=0x29A4,
82980 },
82981 [0x29A5]={
82982  category="sm",
82983  description="REVERSED ANGLE WITH UNDERBAR",
82984  direction="on",
82985  linebreak="al",
82986  mirror=0x29A4,
82987  unicodeslot=0x29A5,
82988 },
82989 [0x29A6]={
82990  category="sm",
82991  description="OBLIQUE ANGLE OPENING UP",
82992  direction="on",
82993  linebreak="al",
82994  unicodeslot=0x29A6,
82995 },
82996 [0x29A7]={
82997  category="sm",
82998  description="OBLIQUE ANGLE OPENING DOWN",
82999  direction="on",
83000  linebreak="al",
83001  unicodeslot=0x29A7,
83002 },
83003 [0x29A8]={
83004  category="sm",
83005  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND RIGHT",
83006  direction="on",
83007  linebreak="al",
83008  mirror=0x29A9,
83009  unicodeslot=0x29A8,
83010 },
83011 [0x29A9]={
83012  category="sm",
83013  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND LEFT",
83014  direction="on",
83015  linebreak="al",
83016  mirror=0x29A8,
83017  unicodeslot=0x29A9,
83018 },
83019 [0x29AA]={
83020  category="sm",
83021  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND RIGHT",
83022  direction="on",
83023  linebreak="al",
83024  mirror=0x29AB,
83025  unicodeslot=0x29AA,
83026 },
83027 [0x29AB]={
83028  category="sm",
83029  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT",
83030  direction="on",
83031  linebreak="al",
83032  mirror=0x29AA,
83033  unicodeslot=0x29AB,
83034 },
83035 [0x29AC]={
83036  category="sm",
83037  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND UP",
83038  direction="on",
83039  linebreak="al",
83040  mirror=0x29AD,
83041  unicodeslot=0x29AC,
83042 },
83043 [0x29AD]={
83044  category="sm",
83045  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND UP",
83046  direction="on",
83047  linebreak="al",
83048  mirror=0x29AC,
83049  unicodeslot=0x29AD,
83050 },
83051 [0x29AE]={
83052  category="sm",
83053  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND DOWN",
83054  direction="on",
83055  linebreak="al",
83056  mirror=0x29AF,
83057  unicodeslot=0x29AE,
83058 },
83059 [0x29AF]={
83060  category="sm",
83061  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND DOWN",
83062  direction="on",
83063  linebreak="al",
83064  mirror=0x29AE,
83065  unicodeslot=0x29AF,
83066 },
83067 [0x29B0]={
83068  category="sm",
83069  description="REVERSED EMPTY SET",
83070  direction="on",
83071  linebreak="al",
83072  unicodeslot=0x29B0,
83073 },
83074 [0x29B1]={
83075  category="sm",
83076  description="EMPTY SET WITH OVERBAR",
83077  direction="on",
83078  linebreak="al",
83079  unicodeslot=0x29B1,
83080 },
83081 [0x29B2]={
83082  category="sm",
83083  description="EMPTY SET WITH SMALL CIRCLE ABOVE",
83084  direction="on",
83085  linebreak="al",
83086  unicodeslot=0x29B2,
83087 },
83088 [0x29B3]={
83089  category="sm",
83090  description="EMPTY SET WITH RIGHT ARROW ABOVE",
83091  direction="on",
83092  linebreak="al",
83093  unicodeslot=0x29B3,
83094 },
83095 [0x29B4]={
83096  category="sm",
83097  description="EMPTY SET WITH LEFT ARROW ABOVE",
83098  direction="on",
83099  linebreak="al",
83100  unicodeslot=0x29B4,
83101 },
83102 [0x29B5]={
83103  category="sm",
83104  description="CIRCLE WITH HORIZONTAL BAR",
83105  direction="on",
83106  linebreak="al",
83107  unicodeslot=0x29B5,
83108 },
83109 [0x29B6]={
83110  category="sm",
83111  description="CIRCLED VERTICAL BAR",
83112  direction="on",
83113  linebreak="al",
83114  unicodeslot=0x29B6,
83115 },
83116 [0x29B7]={
83117  category="sm",
83118  description="CIRCLED PARALLEL",
83119  direction="on",
83120  linebreak="al",
83121  unicodeslot=0x29B7,
83122 },
83123 [0x29B8]={
83124  category="sm",
83125  description="CIRCLED REVERSE SOLIDUS",
83126  direction="on",
83127  linebreak="al",
83128  mirror=0x2298,
83129  unicodeslot=0x29B8,
83130 },
83131 [0x29B9]={
83132  category="sm",
83133  description="CIRCLED PERPENDICULAR",
83134  direction="on",
83135  linebreak="al",
83136  unicodeslot=0x29B9,
83137 },
83138 [0x29BA]={
83139  category="sm",
83140  description="CIRCLE DIVIDED BY HORIZONTAL BAR AND TOP HALF DIVIDED BY VERTICAL BAR",
83141  direction="on",
83142  linebreak="al",
83143  unicodeslot=0x29BA,
83144 },
83145 [0x29BB]={
83146  category="sm",
83147  description="CIRCLE WITH SUPERIMPOSED X",
83148  direction="on",
83149  linebreak="al",
83150  unicodeslot=0x29BB,
83151 },
83152 [0x29BC]={
83153  category="sm",
83154  description="CIRCLED ANTICLOCKWISE-ROTATED DIVISION SIGN",
83155  direction="on",
83156  linebreak="al",
83157  unicodeslot=0x29BC,
83158 },
83159 [0x29BD]={
83160  category="sm",
83161  description="UP ARROW THROUGH CIRCLE",
83162  direction="on",
83163  linebreak="al",
83164  unicodeslot=0x29BD,
83165 },
83166 [0x29BE]={
83167  category="sm",
83168  description="CIRCLED WHITE BULLET",
83169  direction="on",
83170  linebreak="al",
83171  unicodeslot=0x29BE,
83172 },
83173 [0x29BF]={
83174  category="sm",
83175  description="CIRCLED BULLET",
83176  direction="on",
83177  linebreak="al",
83178  unicodeslot=0x29BF,
83179 },
83180 [0x29C0]={
83181  category="sm",
83182  description="CIRCLED LESS-THAN",
83183  direction="on",
83184  linebreak="al",
83185  mirror=0x29C1,
83186  unicodeslot=0x29C0,
83187 },
83188 [0x29C1]={
83189  category="sm",
83190  description="CIRCLED GREATER-THAN",
83191  direction="on",
83192  linebreak="al",
83193  mirror=0x29C0,
83194  unicodeslot=0x29C1,
83195 },
83196 [0x29C2]={
83197  category="sm",
83198  description="CIRCLE WITH SMALL CIRCLE TO THE RIGHT",
83199  direction="on",
83200  linebreak="al",
83201  unicodeslot=0x29C2,
83202 },
83203 [0x29C3]={
83204  category="sm",
83205  description="CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT",
83206  direction="on",
83207  linebreak="al",
83208  unicodeslot=0x29C3,
83209 },
83210 [0x29C4]={
83211  category="sm",
83212  description="SQUARED RISING DIAGONAL SLASH",
83213  direction="on",
83214  linebreak="al",
83215  mirror=0x29C5,
83216  unicodeslot=0x29C4,
83217 },
83218 [0x29C5]={
83219  category="sm",
83220  description="SQUARED FALLING DIAGONAL SLASH",
83221  direction="on",
83222  linebreak="al",
83223  mirror=0x29C4,
83224  unicodeslot=0x29C5,
83225 },
83226 [0x29C6]={
83227  category="sm",
83228  description="SQUARED ASTERISK",
83229  direction="on",
83230  linebreak="al",
83231  unicodeslot=0x29C6,
83232 },
83233 [0x29C7]={
83234  category="sm",
83235  description="SQUARED SMALL CIRCLE",
83236  direction="on",
83237  linebreak="al",
83238  unicodeslot=0x29C7,
83239 },
83240 [0x29C8]={
83241  category="sm",
83242  description="SQUARED SQUARE",
83243  direction="on",
83244  linebreak="al",
83245  unicodeslot=0x29C8,
83246 },
83247 [0x29C9]={
83248  category="sm",
83249  description="TWO JOINED SQUARES",
83250  direction="on",
83251  linebreak="al",
83252  unicodeslot=0x29C9,
83253 },
83254 [0x29CA]={
83255  category="sm",
83256  description="TRIANGLE WITH DOT ABOVE",
83257  direction="on",
83258  linebreak="al",
83259  unicodeslot=0x29CA,
83260 },
83261 [0x29CB]={
83262  category="sm",
83263  description="TRIANGLE WITH UNDERBAR",
83264  direction="on",
83265  linebreak="al",
83266  unicodeslot=0x29CB,
83267 },
83268 [0x29CC]={
83269  category="sm",
83270  description="S IN TRIANGLE",
83271  direction="on",
83272  linebreak="al",
83273  unicodeslot=0x29CC,
83274 },
83275 [0x29CD]={
83276  category="sm",
83277  description="TRIANGLE WITH SERIFS AT BOTTOM",
83278  direction="on",
83279  linebreak="al",
83280  unicodeslot=0x29CD,
83281 },
83282 [0x29CE]={
83283  category="sm",
83284  description="RIGHT TRIANGLE ABOVE LEFT TRIANGLE",
83285  direction="on",
83286  linebreak="al",
83287  unicodeslot=0x29CE,
83288 },
83289 [0x29CF]={
83290  category="sm",
83291  description="LEFT TRIANGLE BESIDE VERTICAL BAR",
83292  direction="on",
83293  linebreak="al",
83294  mirror=0x29D0,
83295  unicodeslot=0x29CF,
83296 },
83297 [0x29D0]={
83298  category="sm",
83299  description="VERTICAL BAR BESIDE RIGHT TRIANGLE",
83300  direction="on",
83301  linebreak="al",
83302  mirror=0x29CF,
83303  unicodeslot=0x29D0,
83304 },
83305 [0x29D1]={
83306  category="sm",
83307  description="BOWTIE WITH LEFT HALF BLACK",
83308  direction="on",
83309  linebreak="al",
83310  mirror=0x29D2,
83311  unicodeslot=0x29D1,
83312 },
83313 [0x29D2]={
83314  category="sm",
83315  description="BOWTIE WITH RIGHT HALF BLACK",
83316  direction="on",
83317  linebreak="al",
83318  mirror=0x29D1,
83319  unicodeslot=0x29D2,
83320 },
83321 [0x29D3]={
83322  category="sm",
83323  description="BLACK BOWTIE",
83324  direction="on",
83325  linebreak="al",
83326  unicodeslot=0x29D3,
83327 },
83328 [0x29D4]={
83329  category="sm",
83330  description="TIMES WITH LEFT HALF BLACK",
83331  direction="on",
83332  linebreak="al",
83333  mirror=0x29D5,
83334  unicodeslot=0x29D4,
83335 },
83336 [0x29D5]={
83337  category="sm",
83338  description="TIMES WITH RIGHT HALF BLACK",
83339  direction="on",
83340  linebreak="al",
83341  mirror=0x29D4,
83342  unicodeslot=0x29D5,
83343 },
83344 [0x29D6]={
83345  category="sm",
83346  description="WHITE HOURGLASS",
83347  direction="on",
83348  linebreak="al",
83349  synonyms={ "vertical bowtie", "white framus" },
83350  unicodeslot=0x29D6,
83351 },
83352 [0x29D7]={
83353  category="sm",
83354  description="BLACK HOURGLASS",
83355  direction="on",
83356  linebreak="al",
83357  unicodeslot=0x29D7,
83358 },
83359 [0x29D8]={
83360  category="ps",
83361  description="LEFT WIGGLY FENCE",
83362  direction="on",
83363  linebreak="op",
83364  mirror=0x29D9,
83365  unicodeslot=0x29D8,
83366 },
83367 [0x29D9]={
83368  category="pe",
83369  description="RIGHT WIGGLY FENCE",
83370  direction="on",
83371  linebreak="cl",
83372  mirror=0x29D8,
83373  unicodeslot=0x29D9,
83374 },
83375 [0x29DA]={
83376  category="ps",
83377  description="LEFT DOUBLE WIGGLY FENCE",
83378  direction="on",
83379  linebreak="op",
83380  mirror=0x29DB,
83381  unicodeslot=0x29DA,
83382 },
83383 [0x29DB]={
83384  category="pe",
83385  description="RIGHT DOUBLE WIGGLY FENCE",
83386  direction="on",
83387  linebreak="cl",
83388  mirror=0x29DA,
83389  unicodeslot=0x29DB,
83390 },
83391 [0x29DC]={
83392  category="sm",
83393  description="INCOMPLETE INFINITY",
83394  direction="on",
83395  linebreak="al",
83396  synonyms={ "isotech entity ⧜" },
83397  unicodeslot=0x29DC,
83398 },
83399 [0x29DD]={
83400  category="sm",
83401  description="TIE OVER INFINITY",
83402  direction="on",
83403  linebreak="al",
83404  unicodeslot=0x29DD,
83405 },
83406 [0x29DE]={
83407  category="sm",
83408  description="INFINITY NEGATED WITH VERTICAL BAR",
83409  direction="on",
83410  linebreak="al",
83411  unicodeslot=0x29DE,
83412 },
83413 [0x29DF]={
83414  category="sm",
83415  description="DOUBLE-ENDED MULTIMAP",
83416  direction="on",
83417  linebreak="al",
83418  unicodeslot=0x29DF,
83419 },
83420 [0x29E0]={
83421  category="sm",
83422  description="SQUARE WITH CONTOURED OUTLINE",
83423  direction="on",
83424  linebreak="al",
83425  synonyms={ "d'alembertian" },
83426  unicodeslot=0x29E0,
83427 },
83428 [0x29E1]={
83429  category="sm",
83430  description="INCREASES AS",
83431  direction="on",
83432  linebreak="al",
83433  unicodeslot=0x29E1,
83434 },
83435 [0x29E2]={
83436  category="sm",
83437  description="SHUFFLE PRODUCT",
83438  direction="on",
83439  linebreak="al",
83440  unicodeslot=0x29E2,
83441 },
83442 [0x29E3]={
83443  category="sm",
83444  description="EQUALS SIGN AND SLANTED PARALLEL",
83445  direction="on",
83446  linebreak="al",
83447  unicodeslot=0x29E3,
83448 },
83449 [0x29E4]={
83450  category="sm",
83451  description="EQUALS SIGN AND SLANTED PARALLEL WITH TILDE ABOVE",
83452  direction="on",
83453  linebreak="al",
83454  unicodeslot=0x29E4,
83455 },
83456 [0x29E5]={
83457  category="sm",
83458  description="IDENTICAL TO AND SLANTED PARALLEL",
83459  direction="on",
83460  linebreak="al",
83461  unicodeslot=0x29E5,
83462 },
83463 [0x29E6]={
83464  category="sm",
83465  description="GLEICH STARK",
83466  direction="on",
83467  linebreak="al",
83468  synonyms={ "tautological equivalent" },
83469  unicodeslot=0x29E6,
83470 },
83471 [0x29E7]={
83472  category="sm",
83473  description="THERMODYNAMIC",
83474  direction="on",
83475  linebreak="al",
83476  unicodeslot=0x29E7,
83477 },
83478 [0x29E8]={
83479  category="sm",
83480  description="DOWN-POINTING TRIANGLE WITH LEFT HALF BLACK",
83481  direction="on",
83482  linebreak="al",
83483  mirror=0x29E9,
83484  unicodeslot=0x29E8,
83485 },
83486 [0x29E9]={
83487  category="sm",
83488  description="DOWN-POINTING TRIANGLE WITH RIGHT HALF BLACK",
83489  direction="on",
83490  linebreak="al",
83491  mirror=0x29E8,
83492  unicodeslot=0x29E9,
83493 },
83494 [0x29EA]={
83495  category="sm",
83496  description="BLACK DIAMOND WITH DOWN ARROW",
83497  direction="on",
83498  linebreak="al",
83499  mathextensible="d",
83500  unicodeslot=0x29EA,
83501 },
83502 [0x29EB]={
83503  category="sm",
83504  description="BLACK LOZENGE",
83505  direction="on",
83506  linebreak="al",
83507  unicodeslot=0x29EB,
83508 },
83509 [0x29EC]={
83510  category="sm",
83511  description="WHITE CIRCLE WITH DOWN ARROW",
83512  direction="on",
83513  linebreak="al",
83514  mathextensible="d",
83515  unicodeslot=0x29EC,
83516 },
83517 [0x29ED]={
83518  category="sm",
83519  description="BLACK CIRCLE WITH DOWN ARROW",
83520  direction="on",
83521  linebreak="al",
83522  mathextensible="d",
83523  unicodeslot=0x29ED,
83524 },
83525 [0x29EE]={
83526  category="sm",
83527  description="ERROR-BARRED WHITE SQUARE",
83528  direction="on",
83529  linebreak="al",
83530  unicodeslot=0x29EE,
83531 },
83532 [0x29EF]={
83533  category="sm",
83534  description="ERROR-BARRED BLACK SQUARE",
83535  direction="on",
83536  linebreak="al",
83537  unicodeslot=0x29EF,
83538 },
83539 [0x29F0]={
83540  category="sm",
83541  description="ERROR-BARRED WHITE DIAMOND",
83542  direction="on",
83543  linebreak="al",
83544  unicodeslot=0x29F0,
83545 },
83546 [0x29F1]={
83547  category="sm",
83548  description="ERROR-BARRED BLACK DIAMOND",
83549  direction="on",
83550  linebreak="al",
83551  unicodeslot=0x29F1,
83552 },
83553 [0x29F2]={
83554  category="sm",
83555  description="ERROR-BARRED WHITE CIRCLE",
83556  direction="on",
83557  linebreak="al",
83558  unicodeslot=0x29F2,
83559 },
83560 [0x29F3]={
83561  category="sm",
83562  description="ERROR-BARRED BLACK CIRCLE",
83563  direction="on",
83564  linebreak="al",
83565  unicodeslot=0x29F3,
83566 },
83567 [0x29F4]={
83568  category="sm",
83569  description="RULE-DELAYED",
83570  direction="on",
83571  linebreak="al",
83572  synonyms={ "colon right arrow" },
83573  unicodeslot=0x29F4,
83574 },
83575 [0x29F5]={
83576  category="sm",
83577  description="REVERSE SOLIDUS OPERATOR",
83578  direction="on",
83579  linebreak="al",
83580  mirror=0x2215,
83581  unicodeslot=0x29F5,
83582 },
83583 [0x29F6]={
83584  category="sm",
83585  description="SOLIDUS WITH OVERBAR",
83586  direction="on",
83587  linebreak="al",
83588  unicodeslot=0x29F6,
83589 },
83590 [0x29F7]={
83591  category="sm",
83592  description="REVERSE SOLIDUS WITH HORIZONTAL STROKE",
83593  direction="on",
83594  linebreak="al",
83595  unicodeslot=0x29F7,
83596 },
83597 [0x29F8]={
83598  category="sm",
83599  description="BIG SOLIDUS",
83600  direction="on",
83601  linebreak="al",
83602  mirror=0x29F9,
83603  unicodeslot=0x29F8,
83604 },
83605 [0x29F9]={
83606  category="sm",
83607  description="BIG REVERSE SOLIDUS",
83608  direction="on",
83609  linebreak="al",
83610  mirror=0x29F8,
83611  synonyms={ "schema hiding" },
83612  unicodeslot=0x29F9,
83613 },
83614 [0x29FA]={
83615  category="sm",
83616  description="DOUBLE PLUS",
83617  direction="on",
83618  linebreak="al",
83619  unicodeslot=0x29FA,
83620 },
83621 [0x29FB]={
83622  category="sm",
83623  description="TRIPLE PLUS",
83624  direction="on",
83625  linebreak="al",
83626  unicodeslot=0x29FB,
83627 },
83628 [0x29FC]={
83629  category="ps",
83630  description="LEFT-POINTING CURVED ANGLE BRACKET",
83631  direction="on",
83632  linebreak="op",
83633  mirror=0x29FD,
83634  unicodeslot=0x29FC,
83635 },
83636 [0x29FD]={
83637  category="pe",
83638  description="RIGHT-POINTING CURVED ANGLE BRACKET",
83639  direction="on",
83640  linebreak="cl",
83641  mirror=0x29FC,
83642  unicodeslot=0x29FD,
83643 },
83644 [0x29FE]={
83645  category="sm",
83646  description="TINY",
83647  direction="on",
83648  linebreak="al",
83649  unicodeslot=0x29FE,
83650 },
83651 [0x29FF]={
83652  category="sm",
83653  description="MINY",
83654  direction="on",
83655  linebreak="al",
83656  unicodeslot=0x29FF,
83657 },
83658 [0x2A00]={
83659  category="sm",
83660  description="N-ARY CIRCLED DOT OPERATOR",
83661  direction="on",
83662  linebreak="al",
83663  mathclass="operator",
83664  mathname="bigodot",
83665  unicodeslot=0x2A00,
83666 },
83667 [0x2A01]={
83668  category="sm",
83669  description="N-ARY CIRCLED PLUS OPERATOR",
83670  direction="on",
83671  linebreak="al",
83672  mathclass="operator",
83673  mathname="bigoplus",
83674  unicodeslot=0x2A01,
83675 },
83676 [0x2A02]={
83677  category="sm",
83678  description="N-ARY CIRCLED TIMES OPERATOR",
83679  direction="on",
83680  linebreak="al",
83681  mathclass="operator",
83682  mathname="bigotimes",
83683  unicodeslot=0x2A02,
83684 },
83685 [0x2A03]={
83686  category="sm",
83687  description="N-ARY UNION OPERATOR WITH DOT",
83688  direction="on",
83689  linebreak="al",
83690  mathclass="operator",
83691  mathname="bigudot",
83692  unicodeslot=0x2A03,
83693 },
83694 [0x2A04]={
83695  category="sm",
83696  description="N-ARY UNION OPERATOR WITH PLUS",
83697  direction="on",
83698  linebreak="al",
83699  mathclass="operator",
83700  mathname="biguplus",
83701  unicodeslot=0x2A04,
83702 },
83703 [0x2A05]={
83704  category="sm",
83705  description="N-ARY SQUARE INTERSECTION OPERATOR",
83706  direction="on",
83707  linebreak="al",
83708  mathclass="operator",
83709  mathname="bigsqcap",
83710  unicodeslot=0x2A05,
83711 },
83712 [0x2A06]={
83713  category="sm",
83714  description="N-ARY SQUARE UNION OPERATOR",
83715  direction="on",
83716  linebreak="al",
83717  mathclass="operator",
83718  mathname="bigsqcup",
83719  unicodeslot=0x2A06,
83720 },
83721 [0x2A07]={
83722  category="sm",
83723  description="TWO LOGICAL AND OPERATOR",
83724  direction="on",
83725  linebreak="al",
83726  synonyms={ "merge" },
83727  unicodeslot=0x2A07,
83728 },
83729 [0x2A08]={
83730  category="sm",
83731  description="TWO LOGICAL OR OPERATOR",
83732  direction="on",
83733  linebreak="al",
83734  unicodeslot=0x2A08,
83735 },
83736 [0x2A09]={
83737  category="sm",
83738  description="N-ARY TIMES OPERATOR",
83739  direction="on",
83740  linebreak="al",
83741  mathclass="operator",
83742  mathname="bigtimes",
83743  unicodeslot=0x2A09,
83744 },
83745 [0x2A0A]={
83746  category="sm",
83747  description="MODULO TWO SUM",
83748  direction="on",
83749  linebreak="al",
83750  unicodeslot=0x2A0A,
83751 },
83752 [0x2A0B]={
83753  category="sm",
83754  description="SUMMATION WITH INTEGRAL",
83755  direction="on",
83756  linebreak="al",
83757  unicodeslot=0x2A0B,
83758 },
83759 [0x2A0C]={
83760  category="sm",
83761  description="QUADRUPLE INTEGRAL OPERATOR",
83762  direction="on",
83763  linebreak="al",
83764  mathclass="integral",
83765  mathspec={
83766   {
83767    class="integral",
83768    name="iiiint",
83769   },
83770   {
83771    class="ordinary",
83772    name="iiiintop",
83773   },
83774  },
83775  specials={ "compat", 0x222B, 0x222B, 0x222B, 0x222B },
83776  unicodeslot=0x2A0C,
83777 },
83778 [0x2A0D]={
83779  category="sm",
83780  description="FINITE PART INTEGRAL",
83781  direction="on",
83782  linebreak="al",
83783  unicodeslot=0x2A0D,
83784 },
83785 [0x2A0E]={
83786  category="sm",
83787  description="INTEGRAL WITH DOUBLE STROKE",
83788  direction="on",
83789  linebreak="al",
83790  unicodeslot=0x2A0E,
83791 },
83792 [0x2A0F]={
83793  category="sm",
83794  description="INTEGRAL AVERAGE WITH SLASH",
83795  direction="on",
83796  linebreak="al",
83797  unicodeslot=0x2A0F,
83798 },
83799 [0x2A10]={
83800  category="sm",
83801  description="CIRCULATION FUNCTION",
83802  direction="on",
83803  linebreak="al",
83804  unicodeslot=0x2A10,
83805 },
83806 [0x2A11]={
83807  category="sm",
83808  description="ANTICLOCKWISE INTEGRATION",
83809  direction="on",
83810  linebreak="al",
83811  synonyms={ "counterclockwise integration" },
83812  unicodeslot=0x2A11,
83813 },
83814 [0x2A12]={
83815  category="sm",
83816  description="LINE INTEGRATION WITH RECTANGULAR PATH AROUND POLE",
83817  direction="on",
83818  linebreak="al",
83819  unicodeslot=0x2A12,
83820 },
83821 [0x2A13]={
83822  category="sm",
83823  description="LINE INTEGRATION WITH SEMICIRCULAR PATH AROUND POLE",
83824  direction="on",
83825  linebreak="al",
83826  unicodeslot=0x2A13,
83827 },
83828 [0x2A14]={
83829  category="sm",
83830  description="LINE INTEGRATION NOT INCLUDING THE POLE",
83831  direction="on",
83832  linebreak="al",
83833  unicodeslot=0x2A14,
83834 },
83835 [0x2A15]={
83836  category="sm",
83837  description="INTEGRAL AROUND A POINT OPERATOR",
83838  direction="on",
83839  linebreak="al",
83840  unicodeslot=0x2A15,
83841 },
83842 [0x2A16]={
83843  category="sm",
83844  description="QUATERNION INTEGRAL OPERATOR",
83845  direction="on",
83846  linebreak="al",
83847  unicodeslot=0x2A16,
83848 },
83849 [0x2A17]={
83850  category="sm",
83851  description="INTEGRAL WITH LEFTWARDS ARROW WITH HOOK",
83852  direction="on",
83853  linebreak="al",
83854  mathextensible="l",
83855  unicodeslot=0x2A17,
83856 },
83857 [0x2A18]={
83858  category="sm",
83859  description="INTEGRAL WITH TIMES SIGN",
83860  direction="on",
83861  linebreak="al",
83862  unicodeslot=0x2A18,
83863 },
83864 [0x2A19]={
83865  category="sm",
83866  description="INTEGRAL WITH INTERSECTION",
83867  direction="on",
83868  linebreak="al",
83869  unicodeslot=0x2A19,
83870 },
83871 [0x2A1A]={
83872  category="sm",
83873  description="INTEGRAL WITH UNION",
83874  direction="on",
83875  linebreak="al",
83876  unicodeslot=0x2A1A,
83877 },
83878 [0x2A1B]={
83879  category="sm",
83880  description="INTEGRAL WITH OVERBAR",
83881  direction="on",
83882  linebreak="al",
83883  synonyms={ "upper integral" },
83884  unicodeslot=0x2A1B,
83885 },
83886 [0x2A1C]={
83887  category="sm",
83888  description="INTEGRAL WITH UNDERBAR",
83889  direction="on",
83890  linebreak="al",
83891  synonyms={ "lower integral" },
83892  unicodeslot=0x2A1C,
83893 },
83894 [0x2A1D]={
83895  category="sm",
83896  description="JOIN",
83897  direction="on",
83898  linebreak="al",
83899  synonyms={ "large bowtie" },
83900  unicodeslot=0x2A1D,
83901 },
83902 [0x2A1E]={
83903  category="sm",
83904  description="LARGE LEFT TRIANGLE OPERATOR",
83905  direction="on",
83906  linebreak="al",
83907  unicodeslot=0x2A1E,
83908 },
83909 [0x2A1F]={
83910  category="sm",
83911  description="Z NOTATION SCHEMA COMPOSITION",
83912  direction="on",
83913  linebreak="al",
83914  unicodeslot=0x2A1F,
83915 },
83916 [0x2A20]={
83917  category="sm",
83918  description="Z NOTATION SCHEMA PIPING",
83919  direction="on",
83920  linebreak="al",
83921  unicodeslot=0x2A20,
83922 },
83923 [0x2A21]={
83924  category="sm",
83925  description="Z NOTATION SCHEMA PROJECTION",
83926  direction="on",
83927  linebreak="al",
83928  unicodeslot=0x2A21,
83929 },
83930 [0x2A22]={
83931  category="sm",
83932  description="PLUS SIGN WITH SMALL CIRCLE ABOVE",
83933  direction="on",
83934  linebreak="al",
83935  unicodeslot=0x2A22,
83936 },
83937 [0x2A23]={
83938  category="sm",
83939  description="PLUS SIGN WITH CIRCUMFLEX ACCENT ABOVE",
83940  direction="on",
83941  linebreak="al",
83942  unicodeslot=0x2A23,
83943 },
83944 [0x2A24]={
83945  category="sm",
83946  description="PLUS SIGN WITH TILDE ABOVE",
83947  direction="on",
83948  linebreak="al",
83949  synonyms={ "positive difference or sum" },
83950  unicodeslot=0x2A24,
83951 },
83952 [0x2A25]={
83953  category="sm",
83954  description="PLUS SIGN WITH DOT BELOW",
83955  direction="on",
83956  linebreak="al",
83957  unicodeslot=0x2A25,
83958 },
83959 [0x2A26]={
83960  category="sm",
83961  description="PLUS SIGN WITH TILDE BELOW",
83962  direction="on",
83963  linebreak="al",
83964  synonyms={ "sum or positive difference" },
83965  unicodeslot=0x2A26,
83966 },
83967 [0x2A27]={
83968  category="sm",
83969  description="PLUS SIGN WITH SUBSCRIPT TWO",
83970  direction="on",
83971  linebreak="al",
83972  synonyms={ "nim-addition" },
83973  unicodeslot=0x2A27,
83974 },
83975 [0x2A28]={
83976  category="sm",
83977  description="PLUS SIGN WITH BLACK TRIANGLE",
83978  direction="on",
83979  linebreak="al",
83980  unicodeslot=0x2A28,
83981 },
83982 [0x2A29]={
83983  category="sm",
83984  description="MINUS SIGN WITH COMMA ABOVE",
83985  direction="on",
83986  linebreak="al",
83987  unicodeslot=0x2A29,
83988 },
83989 [0x2A2A]={
83990  category="sm",
83991  description="MINUS SIGN WITH DOT BELOW",
83992  direction="on",
83993  linebreak="al",
83994  unicodeslot=0x2A2A,
83995 },
83996 [0x2A2B]={
83997  category="sm",
83998  description="MINUS SIGN WITH FALLING DOTS",
83999  direction="on",
84000  linebreak="al",
84001  mirror=0x2A2C,
84002  unicodeslot=0x2A2B,
84003 },
84004 [0x2A2C]={
84005  category="sm",
84006  description="MINUS SIGN WITH RISING DOTS",
84007  direction="on",
84008  linebreak="al",
84009  mirror=0x2A2B,
84010  unicodeslot=0x2A2C,
84011 },
84012 [0x2A2D]={
84013  category="sm",
84014  description="PLUS SIGN IN LEFT HALF CIRCLE",
84015  direction="on",
84016  linebreak="al",
84017  mirror=0x2A2E,
84018  unicodeslot=0x2A2D,
84019 },
84020 [0x2A2E]={
84021  category="sm",
84022  description="PLUS SIGN IN RIGHT HALF CIRCLE",
84023  direction="on",
84024  linebreak="al",
84025  mirror=0x2A2D,
84026  unicodeslot=0x2A2E,
84027 },
84028 [0x2A2F]={
84029  category="sm",
84030  description="VECTOR OR CROSS PRODUCT",
84031  direction="on",
84032  linebreak="al",
84033  unicodeslot=0x2A2F,
84034 },
84035 [0x2A30]={
84036  category="sm",
84037  description="MULTIPLICATION SIGN WITH DOT ABOVE",
84038  direction="on",
84039  linebreak="al",
84040  unicodeslot=0x2A30,
84041 },
84042 [0x2A31]={
84043  category="sm",
84044  description="MULTIPLICATION SIGN WITH UNDERBAR",
84045  direction="on",
84046  linebreak="al",
84047  unicodeslot=0x2A31,
84048 },
84049 [0x2A32]={
84050  category="sm",
84051  description="SEMIDIRECT PRODUCT WITH BOTTOM CLOSED",
84052  direction="on",
84053  linebreak="al",
84054  unicodeslot=0x2A32,
84055 },
84056 [0x2A33]={
84057  category="sm",
84058  description="SMASH PRODUCT",
84059  direction="on",
84060  linebreak="al",
84061  unicodeslot=0x2A33,
84062 },
84063 [0x2A34]={
84064  category="sm",
84065  description="MULTIPLICATION SIGN IN LEFT HALF CIRCLE",
84066  direction="on",
84067  linebreak="al",
84068  mirror=0x2A35,
84069  unicodeslot=0x2A34,
84070 },
84071 [0x2A35]={
84072  category="sm",
84073  description="MULTIPLICATION SIGN IN RIGHT HALF CIRCLE",
84074  direction="on",
84075  linebreak="al",
84076  mirror=0x2A34,
84077  unicodeslot=0x2A35,
84078 },
84079 [0x2A36]={
84080  category="sm",
84081  description="CIRCLED MULTIPLICATION SIGN WITH CIRCUMFLEX ACCENT",
84082  direction="on",
84083  linebreak="al",
84084  unicodeslot=0x2A36,
84085 },
84086 [0x2A37]={
84087  category="sm",
84088  description="MULTIPLICATION SIGN IN DOUBLE CIRCLE",
84089  direction="on",
84090  linebreak="al",
84091  unicodeslot=0x2A37,
84092 },
84093 [0x2A38]={
84094  category="sm",
84095  description="CIRCLED DIVISION SIGN",
84096  direction="on",
84097  linebreak="al",
84098  unicodeslot=0x2A38,
84099 },
84100 [0x2A39]={
84101  category="sm",
84102  description="PLUS SIGN IN TRIANGLE",
84103  direction="on",
84104  linebreak="al",
84105  unicodeslot=0x2A39,
84106 },
84107 [0x2A3A]={
84108  category="sm",
84109  description="MINUS SIGN IN TRIANGLE",
84110  direction="on",
84111  linebreak="al",
84112  unicodeslot=0x2A3A,
84113 },
84114 [0x2A3B]={
84115  category="sm",
84116  description="MULTIPLICATION SIGN IN TRIANGLE",
84117  direction="on",
84118  linebreak="al",
84119  unicodeslot=0x2A3B,
84120 },
84121 [0x2A3C]={
84122  category="sm",
84123  description="INTERIOR PRODUCT",
84124  direction="on",
84125  linebreak="al",
84126  mirror=0x2A3D,
84127  unicodeslot=0x2A3C,
84128  variants={
84129   [0xFE00]="tall variant with narrow foot",
84130  },
84131 },
84132 [0x2A3D]={
84133  category="sm",
84134  description="RIGHTHAND INTERIOR PRODUCT",
84135  direction="on",
84136  linebreak="al",
84137  mirror=0x2A3C,
84138  unicodeslot=0x2A3D,
84139  variants={
84140   [0xFE00]="tall variant with narrow foot",
84141  },
84142 },
84143 [0x2A3E]={
84144  category="sm",
84145  description="Z NOTATION RELATIONAL COMPOSITION",
84146  direction="on",
84147  linebreak="al",
84148  unicodeslot=0x2A3E,
84149 },
84150 [0x2A3F]={
84151  category="sm",
84152  description="AMALGAMATION OR COPRODUCT",
84153  direction="on",
84154  linebreak="al",
84155  mathclass="binary",
84156  mathname="amalg",
84157  unicodeslot=0x2A3F,
84158 },
84159 [0x2A40]={
84160  category="sm",
84161  description="INTERSECTION WITH DOT",
84162  direction="on",
84163  linebreak="al",
84164  unicodeslot=0x2A40,
84165 },
84166 [0x2A41]={
84167  category="sm",
84168  description="UNION WITH MINUS SIGN",
84169  direction="on",
84170  linebreak="al",
84171  synonyms={ "bag subtraction" },
84172  unicodeslot=0x2A41,
84173 },
84174 [0x2A42]={
84175  category="sm",
84176  description="UNION WITH OVERBAR",
84177  direction="on",
84178  linebreak="al",
84179  unicodeslot=0x2A42,
84180 },
84181 [0x2A43]={
84182  category="sm",
84183  description="INTERSECTION WITH OVERBAR",
84184  direction="on",
84185  linebreak="al",
84186  unicodeslot=0x2A43,
84187 },
84188 [0x2A44]={
84189  category="sm",
84190  description="INTERSECTION WITH LOGICAL AND",
84191  direction="on",
84192  linebreak="al",
84193  unicodeslot=0x2A44,
84194 },
84195 [0x2A45]={
84196  category="sm",
84197  description="UNION WITH LOGICAL OR",
84198  direction="on",
84199  linebreak="al",
84200  unicodeslot=0x2A45,
84201 },
84202 [0x2A46]={
84203  category="sm",
84204  description="UNION ABOVE INTERSECTION",
84205  direction="on",
84206  linebreak="al",
84207  unicodeslot=0x2A46,
84208 },
84209 [0x2A47]={
84210  category="sm",
84211  description="INTERSECTION ABOVE UNION",
84212  direction="on",
84213  linebreak="al",
84214  unicodeslot=0x2A47,
84215 },
84216 [0x2A48]={
84217  category="sm",
84218  description="UNION ABOVE BAR ABOVE INTERSECTION",
84219  direction="on",
84220  linebreak="al",
84221  unicodeslot=0x2A48,
84222 },
84223 [0x2A49]={
84224  category="sm",
84225  description="INTERSECTION ABOVE BAR ABOVE UNION",
84226  direction="on",
84227  linebreak="al",
84228  unicodeslot=0x2A49,
84229 },
84230 [0x2A4A]={
84231  category="sm",
84232  description="UNION BESIDE AND JOINED WITH UNION",
84233  direction="on",
84234  linebreak="al",
84235  unicodeslot=0x2A4A,
84236 },
84237 [0x2A4B]={
84238  category="sm",
84239  description="INTERSECTION BESIDE AND JOINED WITH INTERSECTION",
84240  direction="on",
84241  linebreak="al",
84242  unicodeslot=0x2A4B,
84243 },
84244 [0x2A4C]={
84245  category="sm",
84246  description="CLOSED UNION WITH SERIFS",
84247  direction="on",
84248  linebreak="al",
84249  unicodeslot=0x2A4C,
84250 },
84251 [0x2A4D]={
84252  category="sm",
84253  description="CLOSED INTERSECTION WITH SERIFS",
84254  direction="on",
84255  linebreak="al",
84256  unicodeslot=0x2A4D,
84257 },
84258 [0x2A4E]={
84259  category="sm",
84260  description="DOUBLE SQUARE INTERSECTION",
84261  direction="on",
84262  linebreak="al",
84263  unicodeslot=0x2A4E,
84264 },
84265 [0x2A4F]={
84266  category="sm",
84267  description="DOUBLE SQUARE UNION",
84268  direction="on",
84269  linebreak="al",
84270  unicodeslot=0x2A4F,
84271 },
84272 [0x2A50]={
84273  category="sm",
84274  description="CLOSED UNION WITH SERIFS AND SMASH PRODUCT",
84275  direction="on",
84276  linebreak="al",
84277  unicodeslot=0x2A50,
84278 },
84279 [0x2A51]={
84280  category="sm",
84281  description="LOGICAL AND WITH DOT ABOVE",
84282  direction="on",
84283  linebreak="al",
84284  unicodeslot=0x2A51,
84285 },
84286 [0x2A52]={
84287  category="sm",
84288  description="LOGICAL OR WITH DOT ABOVE",
84289  direction="on",
84290  linebreak="al",
84291  unicodeslot=0x2A52,
84292 },
84293 [0x2A53]={
84294  category="sm",
84295  description="DOUBLE LOGICAL AND",
84296  direction="on",
84297  linebreak="al",
84298  unicodeslot=0x2A53,
84299 },
84300 [0x2A54]={
84301  category="sm",
84302  description="DOUBLE LOGICAL OR",
84303  direction="on",
84304  linebreak="al",
84305  unicodeslot=0x2A54,
84306 },
84307 [0x2A55]={
84308  category="sm",
84309  description="TWO INTERSECTING LOGICAL AND",
84310  direction="on",
84311  linebreak="al",
84312  unicodeslot=0x2A55,
84313 },
84314 [0x2A56]={
84315  category="sm",
84316  description="TWO INTERSECTING LOGICAL OR",
84317  direction="on",
84318  linebreak="al",
84319  unicodeslot=0x2A56,
84320 },
84321 [0x2A57]={
84322  category="sm",
84323  description="SLOPING LARGE OR",
84324  direction="on",
84325  linebreak="al",
84326  unicodeslot=0x2A57,
84327 },
84328 [0x2A58]={
84329  category="sm",
84330  description="SLOPING LARGE AND",
84331  direction="on",
84332  linebreak="al",
84333  unicodeslot=0x2A58,
84334 },
84335 [0x2A59]={
84336  category="sm",
84337  description="LOGICAL OR OVERLAPPING LOGICAL AND",
84338  direction="on",
84339  linebreak="al",
84340  unicodeslot=0x2A59,
84341 },
84342 [0x2A5A]={
84343  category="sm",
84344  description="LOGICAL AND WITH MIDDLE STEM",
84345  direction="on",
84346  linebreak="al",
84347  unicodeslot=0x2A5A,
84348 },
84349 [0x2A5B]={
84350  category="sm",
84351  description="LOGICAL OR WITH MIDDLE STEM",
84352  direction="on",
84353  linebreak="al",
84354  unicodeslot=0x2A5B,
84355 },
84356 [0x2A5C]={
84357  category="sm",
84358  description="LOGICAL AND WITH HORIZONTAL DASH",
84359  direction="on",
84360  linebreak="al",
84361  unicodeslot=0x2A5C,
84362 },
84363 [0x2A5D]={
84364  category="sm",
84365  description="LOGICAL OR WITH HORIZONTAL DASH",
84366  direction="on",
84367  linebreak="al",
84368  unicodeslot=0x2A5D,
84369 },
84370 [0x2A5E]={
84371  category="sm",
84372  description="LOGICAL AND WITH DOUBLE OVERBAR",
84373  direction="on",
84374  linebreak="al",
84375  unicodeslot=0x2A5E,
84376 },
84377 [0x2A5F]={
84378  category="sm",
84379  description="LOGICAL AND WITH UNDERBAR",
84380  direction="on",
84381  linebreak="al",
84382  unicodeslot=0x2A5F,
84383 },
84384 [0x2A60]={
84385  category="sm",
84386  description="LOGICAL AND WITH DOUBLE UNDERBAR",
84387  direction="on",
84388  linebreak="al",
84389  unicodeslot=0x2A60,
84390 },
84391 [0x2A61]={
84392  category="sm",
84393  description="SMALL VEE WITH UNDERBAR",
84394  direction="on",
84395  linebreak="al",
84396  unicodeslot=0x2A61,
84397 },
84398 [0x2A62]={
84399  category="sm",
84400  description="LOGICAL OR WITH DOUBLE OVERBAR",
84401  direction="on",
84402  linebreak="al",
84403  unicodeslot=0x2A62,
84404 },
84405 [0x2A63]={
84406  category="sm",
84407  description="LOGICAL OR WITH DOUBLE UNDERBAR",
84408  direction="on",
84409  linebreak="al",
84410  unicodeslot=0x2A63,
84411 },
84412 [0x2A64]={
84413  category="sm",
84414  description="Z NOTATION DOMAIN ANTIRESTRICTION",
84415  direction="on",
84416  linebreak="al",
84417  mirror=0x2A65,
84418  unicodeslot=0x2A64,
84419 },
84420 [0x2A65]={
84421  category="sm",
84422  description="Z NOTATION RANGE ANTIRESTRICTION",
84423  direction="on",
84424  linebreak="al",
84425  mirror=0x2A64,
84426  unicodeslot=0x2A65,
84427 },
84428 [0x2A66]={
84429  category="sm",
84430  description="EQUALS SIGN WITH DOT BELOW",
84431  direction="on",
84432  linebreak="al",
84433  unicodeslot=0x2A66,
84434 },
84435 [0x2A67]={
84436  category="sm",
84437  description="IDENTICAL WITH DOT ABOVE",
84438  direction="on",
84439  linebreak="al",
84440  unicodeslot=0x2A67,
84441 },
84442 [0x2A68]={
84443  category="sm",
84444  description="TRIPLE HORIZONTAL BAR WITH DOUBLE VERTICAL STROKE",
84445  direction="on",
84446  linebreak="al",
84447  unicodeslot=0x2A68,
84448 },
84449 [0x2A69]={
84450  category="sm",
84451  description="TRIPLE HORIZONTAL BAR WITH TRIPLE VERTICAL STROKE",
84452  direction="on",
84453  linebreak="al",
84454  unicodeslot=0x2A69,
84455 },
84456 [0x2A6A]={
84457  category="sm",
84458  description="TILDE OPERATOR WITH DOT ABOVE",
84459  direction="on",
84460  linebreak="al",
84461  unicodeslot=0x2A6A,
84462 },
84463 [0x2A6B]={
84464  category="sm",
84465  description="TILDE OPERATOR WITH RISING DOTS",
84466  direction="on",
84467  linebreak="al",
84468  unicodeslot=0x2A6B,
84469 },
84470 [0x2A6C]={
84471  category="sm",
84472  description="SIMILAR MINUS SIMILAR",
84473  direction="on",
84474  linebreak="al",
84475  unicodeslot=0x2A6C,
84476 },
84477 [0x2A6D]={
84478  category="sm",
84479  description="CONGRUENT WITH DOT ABOVE",
84480  direction="on",
84481  linebreak="al",
84482  unicodeslot=0x2A6D,
84483 },
84484 [0x2A6E]={
84485  category="sm",
84486  description="EQUALS WITH ASTERISK",
84487  direction="on",
84488  linebreak="al",
84489  unicodeslot=0x2A6E,
84490 },
84491 [0x2A6F]={
84492  category="sm",
84493  description="ALMOST EQUAL TO WITH CIRCUMFLEX ACCENT",
84494  direction="on",
84495  linebreak="al",
84496  unicodeslot=0x2A6F,
84497 },
84498 [0x2A70]={
84499  category="sm",
84500  description="APPROXIMATELY EQUAL OR EQUAL TO",
84501  direction="on",
84502  linebreak="al",
84503  unicodeslot=0x2A70,
84504 },
84505 [0x2A71]={
84506  category="sm",
84507  description="EQUALS SIGN ABOVE PLUS SIGN",
84508  direction="on",
84509  linebreak="al",
84510  unicodeslot=0x2A71,
84511 },
84512 [0x2A72]={
84513  category="sm",
84514  description="PLUS SIGN ABOVE EQUALS SIGN",
84515  direction="on",
84516  linebreak="al",
84517  unicodeslot=0x2A72,
84518 },
84519 [0x2A73]={
84520  category="sm",
84521  description="EQUALS SIGN ABOVE TILDE OPERATOR",
84522  direction="on",
84523  linebreak="al",
84524  unicodeslot=0x2A73,
84525 },
84526 [0x2A74]={
84527  category="sm",
84528  description="DOUBLE COLON EQUAL",
84529  direction="on",
84530  linebreak="al",
84531  mathclass="relation",
84532  mathname="coloncolonequals",
84533  specials={ "compat", 0x3A, 0x3A, 0x3D },
84534  unicodeslot=0x2A74,
84535 },
84536 [0x2A75]={
84537  category="sm",
84538  description="TWO CONSECUTIVE EQUALS SIGNS",
84539  direction="on",
84540  linebreak="al",
84541  mathclass="relation",
84542  mathname="eqeq",
84543  specials={ "compat", 0x3D, 0x3D },
84544  unicodeslot=0x2A75,
84545 },
84546 [0x2A76]={
84547  category="sm",
84548  description="THREE CONSECUTIVE EQUALS SIGNS",
84549  direction="on",
84550  linebreak="al",
84551  mathclass="relation",
84552  mathname="eqeqeq",
84553  specials={ "compat", 0x3D, 0x3D, 0x3D },
84554  unicodeslot=0x2A76,
84555 },
84556 [0x2A77]={
84557  category="sm",
84558  description="EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW",
84559  direction="on",
84560  linebreak="al",
84561  unicodeslot=0x2A77,
84562 },
84563 [0x2A78]={
84564  category="sm",
84565  description="EQUIVALENT WITH FOUR DOTS ABOVE",
84566  direction="on",
84567  linebreak="al",
84568  unicodeslot=0x2A78,
84569 },
84570 [0x2A79]={
84571  category="sm",
84572  description="LESS-THAN WITH CIRCLE INSIDE",
84573  direction="on",
84574  linebreak="al",
84575  mirror=0x2A7A,
84576  unicodeslot=0x2A79,
84577 },
84578 [0x2A7A]={
84579  category="sm",
84580  description="GREATER-THAN WITH CIRCLE INSIDE",
84581  direction="on",
84582  linebreak="al",
84583  mirror=0x2A79,
84584  unicodeslot=0x2A7A,
84585 },
84586 [0x2A7B]={
84587  category="sm",
84588  description="LESS-THAN WITH QUESTION MARK ABOVE",
84589  direction="on",
84590  linebreak="al",
84591  mirror=0x2A7C,
84592  unicodeslot=0x2A7B,
84593 },
84594 [0x2A7C]={
84595  category="sm",
84596  description="GREATER-THAN WITH QUESTION MARK ABOVE",
84597  direction="on",
84598  linebreak="al",
84599  mirror=0x2A7B,
84600  unicodeslot=0x2A7C,
84601 },
84602 [0x2A7D]={
84603  category="sm",
84604  description="LESS-THAN OR SLANTED EQUAL TO",
84605  direction="on",
84606  linebreak="al",
84607  mathclass="relation",
84608  mathname="leqslant",
84609  mirror=0x2A7E,
84610  unicodeslot=0x2A7D,
84611 },
84612 [0x2A7E]={
84613  category="sm",
84614  description="GREATER-THAN OR SLANTED EQUAL TO",
84615  direction="on",
84616  linebreak="al",
84617  mathclass="relation",
84618  mathname="geqslant",
84619  mirror=0x2A7D,
84620  unicodeslot=0x2A7E,
84621 },
84622 [0x2A7F]={
84623  category="sm",
84624  description="LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE",
84625  direction="on",
84626  linebreak="al",
84627  mirror=0x2A80,
84628  unicodeslot=0x2A7F,
84629 },
84630 [0x2A80]={
84631  category="sm",
84632  description="GREATER-THAN OR SLANTED EQUAL TO WITH DOT INSIDE",
84633  direction="on",
84634  linebreak="al",
84635  mirror=0x2A7F,
84636  unicodeslot=0x2A80,
84637 },
84638 [0x2A81]={
84639  category="sm",
84640  description="LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE",
84641  direction="on",
84642  linebreak="al",
84643  mirror=0x2A82,
84644  unicodeslot=0x2A81,
84645 },
84646 [0x2A82]={
84647  category="sm",
84648  description="GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE",
84649  direction="on",
84650  linebreak="al",
84651  mirror=0x2A81,
84652  unicodeslot=0x2A82,
84653 },
84654 [0x2A83]={
84655  category="sm",
84656  description="LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE RIGHT",
84657  direction="on",
84658  linebreak="al",
84659  mirror=0x2A84,
84660  unicodeslot=0x2A83,
84661 },
84662 [0x2A84]={
84663  category="sm",
84664  description="GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE LEFT",
84665  direction="on",
84666  linebreak="al",
84667  mirror=0x2A83,
84668  unicodeslot=0x2A84,
84669 },
84670 [0x2A85]={
84671  category="sm",
84672  description="LESS-THAN OR APPROXIMATE",
84673  direction="on",
84674  linebreak="al",
84675  mathclass="relation",
84676  mathname="lessapprox",
84677  mirror=0x2A86,
84678  unicodeslot=0x2A85,
84679 },
84680 [0x2A86]={
84681  category="sm",
84682  description="GREATER-THAN OR APPROXIMATE",
84683  direction="on",
84684  linebreak="al",
84685  mathclass="relation",
84686  mathname="gtrapprox",
84687  mirror=0x2A85,
84688  unicodeslot=0x2A86,
84689 },
84690 [0x2A87]={
84691  category="sm",
84692  description="LESS-THAN AND SINGLE-LINE NOT EQUAL TO",
84693  direction="on",
84694  linebreak="al",
84695  mathclass="relation",
84696  mathname="lneq",
84697  mirror=0x2A88,
84698  unicodeslot=0x2A87,
84699 },
84700 [0x2A88]={
84701  category="sm",
84702  description="GREATER-THAN AND SINGLE-LINE NOT EQUAL TO",
84703  direction="on",
84704  linebreak="al",
84705  mathclass="relation",
84706  mathname="rneq",
84707  mirror=0x2A87,
84708  unicodeslot=0x2A88,
84709 },
84710 [0x2A89]={
84711  category="sm",
84712  description="LESS-THAN AND NOT APPROXIMATE",
84713  direction="on",
84714  linebreak="al",
84715  mathclass="relation",
84716  mathname="lnapprox",
84717  mirror=0x2A8A,
84718  unicodeslot=0x2A89,
84719 },
84720 [0x2A8A]={
84721  category="sm",
84722  description="GREATER-THAN AND NOT APPROXIMATE",
84723  direction="on",
84724  linebreak="al",
84725  mathclass="relation",
84726  mathname="gnapprox",
84727  mirror=0x2A89,
84728  unicodeslot=0x2A8A,
84729 },
84730 [0x2A8B]={
84731  category="sm",
84732  description="LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN",
84733  direction="on",
84734  linebreak="al",
84735  mathclass="relation",
84736  mathlist={ 0x3C, 0x3D, 0x3E },
84737  mathname="lesseqqgtr",
84738  mirror=0x2A8C,
84739  unicodeslot=0x2A8B,
84740 },
84741 [0x2A8C]={
84742  category="sm",
84743  description="GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN",
84744  direction="on",
84745  linebreak="al",
84746  mathclass="relation",
84747  mathlist={ 0x3E, 0x3D, 0x3C },
84748  mathname="gtreqqless",
84749  mirror=0x2A8B,
84750  unicodeslot=0x2A8C,
84751 },
84752 [0x2A8D]={
84753  category="sm",
84754  description="LESS-THAN ABOVE SIMILAR OR EQUAL",
84755  direction="on",
84756  linebreak="al",
84757  mirror=0x2A8E,
84758  unicodeslot=0x2A8D,
84759 },
84760 [0x2A8E]={
84761  category="sm",
84762  description="GREATER-THAN ABOVE SIMILAR OR EQUAL",
84763  direction="on",
84764  linebreak="al",
84765  mirror=0x2A8D,
84766  unicodeslot=0x2A8E,
84767 },
84768 [0x2A8F]={
84769  category="sm",
84770  description="LESS-THAN ABOVE SIMILAR ABOVE GREATER-THAN",
84771  direction="on",
84772  linebreak="al",
84773  mirror=0x2A90,
84774  unicodeslot=0x2A8F,
84775 },
84776 [0x2A90]={
84777  category="sm",
84778  description="GREATER-THAN ABOVE SIMILAR ABOVE LESS-THAN",
84779  direction="on",
84780  linebreak="al",
84781  mirror=0x2A8F,
84782  unicodeslot=0x2A90,
84783 },
84784 [0x2A91]={
84785  category="sm",
84786  description="LESS-THAN ABOVE GREATER-THAN ABOVE DOUBLE-LINE EQUAL",
84787  direction="on",
84788  linebreak="al",
84789  mirror=0x2A92,
84790  unicodeslot=0x2A91,
84791 },
84792 [0x2A92]={
84793  category="sm",
84794  description="GREATER-THAN ABOVE LESS-THAN ABOVE DOUBLE-LINE EQUAL",
84795  direction="on",
84796  linebreak="al",
84797  mirror=0x2A91,
84798  unicodeslot=0x2A92,
84799 },
84800 [0x2A93]={
84801  category="sm",
84802  description="LESS-THAN ABOVE SLANTED EQUAL ABOVE GREATER-THAN ABOVE SLANTED EQUAL",
84803  direction="on",
84804  linebreak="al",
84805  mirror=0x2A94,
84806  unicodeslot=0x2A93,
84807 },
84808 [0x2A94]={
84809  category="sm",
84810  description="GREATER-THAN ABOVE SLANTED EQUAL ABOVE LESS-THAN ABOVE SLANTED EQUAL",
84811  direction="on",
84812  linebreak="al",
84813  mirror=0x2A93,
84814  unicodeslot=0x2A94,
84815 },
84816 [0x2A95]={
84817  category="sm",
84818  description="SLANTED EQUAL TO OR LESS-THAN",
84819  direction="on",
84820  linebreak="al",
84821  mathclass="relation",
84822  mathname="eqslantless",
84823  mirror=0x2A96,
84824  unicodeslot=0x2A95,
84825 },
84826 [0x2A96]={
84827  category="sm",
84828  description="SLANTED EQUAL TO OR GREATER-THAN",
84829  direction="on",
84830  linebreak="al",
84831  mathclass="relation",
84832  mathname="eqslantgtr",
84833  mirror=0x2A95,
84834  unicodeslot=0x2A96,
84835 },
84836 [0x2A97]={
84837  category="sm",
84838  description="SLANTED EQUAL TO OR LESS-THAN WITH DOT INSIDE",
84839  direction="on",
84840  linebreak="al",
84841  mirror=0x2A98,
84842  unicodeslot=0x2A97,
84843 },
84844 [0x2A98]={
84845  category="sm",
84846  description="SLANTED EQUAL TO OR GREATER-THAN WITH DOT INSIDE",
84847  direction="on",
84848  linebreak="al",
84849  mirror=0x2A97,
84850  unicodeslot=0x2A98,
84851 },
84852 [0x2A99]={
84853  category="sm",
84854  description="DOUBLE-LINE EQUAL TO OR LESS-THAN",
84855  direction="on",
84856  linebreak="al",
84857  mirror=0x2A9A,
84858  unicodeslot=0x2A99,
84859 },
84860 [0x2A9A]={
84861  category="sm",
84862  description="DOUBLE-LINE EQUAL TO OR GREATER-THAN",
84863  direction="on",
84864  linebreak="al",
84865  mirror=0x2A99,
84866  unicodeslot=0x2A9A,
84867 },
84868 [0x2A9B]={
84869  category="sm",
84870  description="DOUBLE-LINE SLANTED EQUAL TO OR LESS-THAN",
84871  direction="on",
84872  linebreak="al",
84873  mirror=0x2A9C,
84874  unicodeslot=0x2A9B,
84875 },
84876 [0x2A9C]={
84877  category="sm",
84878  description="DOUBLE-LINE SLANTED EQUAL TO OR GREATER-THAN",
84879  direction="on",
84880  linebreak="al",
84881  mirror=0x2A9B,
84882  unicodeslot=0x2A9C,
84883 },
84884 [0x2A9D]={
84885  category="sm",
84886  description="SIMILAR OR LESS-THAN",
84887  direction="on",
84888  linebreak="al",
84889  mirror=0x2A9E,
84890  unicodeslot=0x2A9D,
84891  variants={
84892   [0xFE00]="with similar following the slant of the upper leg",
84893  },
84894 },
84895 [0x2A9E]={
84896  category="sm",
84897  description="SIMILAR OR GREATER-THAN",
84898  direction="on",
84899  linebreak="al",
84900  mirror=0x2A9D,
84901  unicodeslot=0x2A9E,
84902  variants={
84903   [0xFE00]="with similar following the slant of the upper leg",
84904  },
84905 },
84906 [0x2A9F]={
84907  category="sm",
84908  description="SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN",
84909  direction="on",
84910  linebreak="al",
84911  mirror=0x2AA0,
84912  unicodeslot=0x2A9F,
84913 },
84914 [0x2AA0]={
84915  category="sm",
84916  description="SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN",
84917  direction="on",
84918  linebreak="al",
84919  mirror=0x2A9F,
84920  unicodeslot=0x2AA0,
84921 },
84922 [0x2AA1]={
84923  category="sm",
84924  description="DOUBLE NESTED LESS-THAN",
84925  direction="on",
84926  linebreak="al",
84927  mirror=0x2AA2,
84928  synonyms={ "absolute continuity" },
84929  unicodeslot=0x2AA1,
84930 },
84931 [0x2AA2]={
84932  category="sm",
84933  description="DOUBLE NESTED GREATER-THAN",
84934  direction="on",
84935  linebreak="al",
84936  mirror=0x2AA1,
84937  unicodeslot=0x2AA2,
84938 },
84939 [0x2AA3]={
84940  category="sm",
84941  description="DOUBLE NESTED LESS-THAN WITH UNDERBAR",
84942  direction="on",
84943  linebreak="al",
84944  unicodeslot=0x2AA3,
84945 },
84946 [0x2AA4]={
84947  category="sm",
84948  description="GREATER-THAN OVERLAPPING LESS-THAN",
84949  direction="on",
84950  linebreak="al",
84951  unicodeslot=0x2AA4,
84952 },
84953 [0x2AA5]={
84954  category="sm",
84955  description="GREATER-THAN BESIDE LESS-THAN",
84956  direction="on",
84957  linebreak="al",
84958  unicodeslot=0x2AA5,
84959 },
84960 [0x2AA6]={
84961  category="sm",
84962  description="LESS-THAN CLOSED BY CURVE",
84963  direction="on",
84964  linebreak="al",
84965  mirror=0x2AA7,
84966  unicodeslot=0x2AA6,
84967 },
84968 [0x2AA7]={
84969  category="sm",
84970  description="GREATER-THAN CLOSED BY CURVE",
84971  direction="on",
84972  linebreak="al",
84973  mirror=0x2AA6,
84974  unicodeslot=0x2AA7,
84975 },
84976 [0x2AA8]={
84977  category="sm",
84978  description="LESS-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL",
84979  direction="on",
84980  linebreak="al",
84981  mirror=0x2AA9,
84982  unicodeslot=0x2AA8,
84983 },
84984 [0x2AA9]={
84985  category="sm",
84986  description="GREATER-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL",
84987  direction="on",
84988  linebreak="al",
84989  mirror=0x2AA8,
84990  unicodeslot=0x2AA9,
84991 },
84992 [0x2AAA]={
84993  category="sm",
84994  description="SMALLER THAN",
84995  direction="on",
84996  linebreak="al",
84997  mirror=0x2AAB,
84998  unicodeslot=0x2AAA,
84999 },
85000 [0x2AAB]={
85001  category="sm",
85002  description="LARGER THAN",
85003  direction="on",
85004  linebreak="al",
85005  mirror=0x2AAA,
85006  unicodeslot=0x2AAB,
85007 },
85008 [0x2AAC]={
85009  category="sm",
85010  description="SMALLER THAN OR EQUAL TO",
85011  direction="on",
85012  linebreak="al",
85013  mirror=0x2AAD,
85014  unicodeslot=0x2AAC,
85015  variants={
85016   [0xFE00]="with slanted equal",
85017  },
85018 },
85019 [0x2AAD]={
85020  category="sm",
85021  description="LARGER THAN OR EQUAL TO",
85022  direction="on",
85023  linebreak="al",
85024  mirror=0x2AAC,
85025  unicodeslot=0x2AAD,
85026  variants={
85027   [0xFE00]="with slanted equal",
85028  },
85029 },
85030 [0x2AAE]={
85031  category="sm",
85032  description="EQUALS SIGN WITH BUMPY ABOVE",
85033  direction="on",
85034  linebreak="al",
85035  unicodeslot=0x2AAE,
85036 },
85037 [0x2AAF]={
85038  category="sm",
85039  description="PRECEDES ABOVE SINGLE-LINE EQUALS SIGN",
85040  direction="on",
85041  linebreak="al",
85042  mathclass="relation",
85043  mathname="preceq",
85044  mirror=0x2AB0,
85045  unicodeslot=0x2AAF,
85046 },
85047 [0x2AB0]={
85048  category="sm",
85049  description="SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN",
85050  direction="on",
85051  linebreak="al",
85052  mathclass="relation",
85053  mathname="succeq",
85054  mirror=0x2AAF,
85055  unicodeslot=0x2AB0,
85056 },
85057 [0x2AB1]={
85058  category="sm",
85059  description="PRECEDES ABOVE SINGLE-LINE NOT EQUAL TO",
85060  direction="on",
85061  linebreak="al",
85062  mathclass="relation",
85063  mathname="precneq",
85064  mirror=0x2AB2,
85065  unicodeslot=0x2AB1,
85066 },
85067 [0x2AB2]={
85068  category="sm",
85069  description="SUCCEEDS ABOVE SINGLE-LINE NOT EQUAL TO",
85070  direction="on",
85071  linebreak="al",
85072  mathclass="relation",
85073  mathname="succneq",
85074  mirror=0x2AB1,
85075  unicodeslot=0x2AB2,
85076 },
85077 [0x2AB3]={
85078  category="sm",
85079  description="PRECEDES ABOVE EQUALS SIGN",
85080  direction="on",
85081  linebreak="al",
85082  mathclass="relation",
85083  mathname="preceqq",
85084  mirror=0x2AB4,
85085  unicodeslot=0x2AB3,
85086 },
85087 [0x2AB4]={
85088  category="sm",
85089  description="SUCCEEDS ABOVE EQUALS SIGN",
85090  direction="on",
85091  linebreak="al",
85092  mathclass="relation",
85093  mathname="succeqq",
85094  mirror=0x2AB3,
85095  unicodeslot=0x2AB4,
85096 },
85097 [0x2AB5]={
85098  category="sm",
85099  description="PRECEDES ABOVE NOT EQUAL TO",
85100  direction="on",
85101  linebreak="al",
85102  mathclass="relation",
85103  mathname="precneqq",
85104  mirror=0x2AB6,
85105  unicodeslot=0x2AB5,
85106 },
85107 [0x2AB6]={
85108  category="sm",
85109  description="SUCCEEDS ABOVE NOT EQUAL TO",
85110  direction="on",
85111  linebreak="al",
85112  mathclass="relation",
85113  mathname="succneqq",
85114  mirror=0x2AB5,
85115  unicodeslot=0x2AB6,
85116 },
85117 [0x2AB7]={
85118  category="sm",
85119  description="PRECEDES ABOVE ALMOST EQUAL TO",
85120  direction="on",
85121  linebreak="al",
85122  mathclass="relation",
85123  mathname="precapprox",
85124  mirror=0x2AB8,
85125  unicodeslot=0x2AB7,
85126 },
85127 [0x2AB8]={
85128  category="sm",
85129  description="SUCCEEDS ABOVE ALMOST EQUAL TO",
85130  direction="on",
85131  linebreak="al",
85132  mathclass="relation",
85133  mathname="succapprox",
85134  mirror=0x2AB7,
85135  unicodeslot=0x2AB8,
85136 },
85137 [0x2AB9]={
85138  category="sm",
85139  description="PRECEDES ABOVE NOT ALMOST EQUAL TO",
85140  direction="on",
85141  linebreak="al",
85142  mathclass="relation",
85143  mathname="precnapprox",
85144  mirror=0x2ABA,
85145  unicodeslot=0x2AB9,
85146 },
85147 [0x2ABA]={
85148  category="sm",
85149  description="SUCCEEDS ABOVE NOT ALMOST EQUAL TO",
85150  direction="on",
85151  linebreak="al",
85152  mathclass="relation",
85153  mathname="succnapprox",
85154  mirror=0x2AB9,
85155  unicodeslot=0x2ABA,
85156 },
85157 [0x2ABB]={
85158  category="sm",
85159  description="DOUBLE PRECEDES",
85160  direction="on",
85161  linebreak="al",
85162  mirror=0x2ABC,
85163  unicodeslot=0x2ABB,
85164 },
85165 [0x2ABC]={
85166  category="sm",
85167  description="DOUBLE SUCCEEDS",
85168  direction="on",
85169  linebreak="al",
85170  mirror=0x2ABB,
85171  unicodeslot=0x2ABC,
85172 },
85173 [0x2ABD]={
85174  category="sm",
85175  description="SUBSET WITH DOT",
85176  direction="on",
85177  linebreak="al",
85178  mirror=0x2ABE,
85179  unicodeslot=0x2ABD,
85180 },
85181 [0x2ABE]={
85182  category="sm",
85183  description="SUPERSET WITH DOT",
85184  direction="on",
85185  linebreak="al",
85186  mirror=0x2ABD,
85187  unicodeslot=0x2ABE,
85188 },
85189 [0x2ABF]={
85190  category="sm",
85191  description="SUBSET WITH PLUS SIGN BELOW",
85192  direction="on",
85193  linebreak="al",
85194  mirror=0x2AC0,
85195  unicodeslot=0x2ABF,
85196 },
85197 [0x2AC0]={
85198  category="sm",
85199  description="SUPERSET WITH PLUS SIGN BELOW",
85200  direction="on",
85201  linebreak="al",
85202  mirror=0x2ABF,
85203  unicodeslot=0x2AC0,
85204 },
85205 [0x2AC1]={
85206  category="sm",
85207  description="SUBSET WITH MULTIPLICATION SIGN BELOW",
85208  direction="on",
85209  linebreak="al",
85210  mirror=0x2AC2,
85211  unicodeslot=0x2AC1,
85212 },
85213 [0x2AC2]={
85214  category="sm",
85215  description="SUPERSET WITH MULTIPLICATION SIGN BELOW",
85216  direction="on",
85217  linebreak="al",
85218  mirror=0x2AC1,
85219  unicodeslot=0x2AC2,
85220 },
85221 [0x2AC3]={
85222  category="sm",
85223  description="SUBSET OF OR EQUAL TO WITH DOT ABOVE",
85224  direction="on",
85225  linebreak="al",
85226  mirror=0x2AC4,
85227  unicodeslot=0x2AC3,
85228 },
85229 [0x2AC4]={
85230  category="sm",
85231  description="SUPERSET OF OR EQUAL TO WITH DOT ABOVE",
85232  direction="on",
85233  linebreak="al",
85234  mirror=0x2AC3,
85235  unicodeslot=0x2AC4,
85236 },
85237 [0x2AC5]={
85238  category="sm",
85239  description="SUBSET OF ABOVE EQUALS SIGN",
85240  direction="on",
85241  linebreak="al",
85242  mathclass="relation",
85243  mathname="subseteqq",
85244  mirror=0x2AC6,
85245  unicodeslot=0x2AC5,
85246 },
85247 [0x2AC6]={
85248  category="sm",
85249  description="SUPERSET OF ABOVE EQUALS SIGN",
85250  direction="on",
85251  linebreak="al",
85252  mathclass="relation",
85253  mathname="supseteqq",
85254  mirror=0x2AC5,
85255  unicodeslot=0x2AC6,
85256 },
85257 [0x2AC7]={
85258  category="sm",
85259  description="SUBSET OF ABOVE TILDE OPERATOR",
85260  direction="on",
85261  linebreak="al",
85262  mirror=0x2AC8,
85263  unicodeslot=0x2AC7,
85264 },
85265 [0x2AC8]={
85266  category="sm",
85267  description="SUPERSET OF ABOVE TILDE OPERATOR",
85268  direction="on",
85269  linebreak="al",
85270  mirror=0x2AC7,
85271  unicodeslot=0x2AC8,
85272 },
85273 [0x2AC9]={
85274  category="sm",
85275  description="SUBSET OF ABOVE ALMOST EQUAL TO",
85276  direction="on",
85277  linebreak="al",
85278  mirror=0x2ACA,
85279  unicodeslot=0x2AC9,
85280 },
85281 [0x2ACA]={
85282  category="sm",
85283  description="SUPERSET OF ABOVE ALMOST EQUAL TO",
85284  direction="on",
85285  linebreak="al",
85286  mirror=0x2AC9,
85287  unicodeslot=0x2ACA,
85288 },
85289 [0x2ACB]={
85290  category="sm",
85291  description="SUBSET OF ABOVE NOT EQUAL TO",
85292  direction="on",
85293  linebreak="al",
85294  mathclass="relation",
85295  mathname="subsetneqq",
85296  mirror=0x2ACC,
85297  unicodeslot=0x2ACB,
85298  variants={
85299   [0xFE00]="with stroke through bottom members",
85300  },
85301 },
85302 [0x2ACC]={
85303  category="sm",
85304  description="SUPERSET OF ABOVE NOT EQUAL TO",
85305  direction="on",
85306  linebreak="al",
85307  mathclass="relation",
85308  mathname="supsetneqq",
85309  mirror=0x2ACB,
85310  unicodeslot=0x2ACC,
85311  variants={
85312   [0xFE00]="with stroke through bottom members",
85313  },
85314 },
85315 [0x2ACD]={
85316  category="sm",
85317  description="SQUARE LEFT OPEN BOX OPERATOR",
85318  direction="on",
85319  linebreak="al",
85320  mirror=0x2ACE,
85321  unicodeslot=0x2ACD,
85322 },
85323 [0x2ACE]={
85324  category="sm",
85325  description="SQUARE RIGHT OPEN BOX OPERATOR",
85326  direction="on",
85327  linebreak="al",
85328  mirror=0x2ACD,
85329  unicodeslot=0x2ACE,
85330 },
85331 [0x2ACF]={
85332  category="sm",
85333  description="CLOSED SUBSET",
85334  direction="on",
85335  linebreak="al",
85336  mirror=0x2AD0,
85337  unicodeslot=0x2ACF,
85338 },
85339 [0x2AD0]={
85340  category="sm",
85341  description="CLOSED SUPERSET",
85342  direction="on",
85343  linebreak="al",
85344  mirror=0x2ACF,
85345  unicodeslot=0x2AD0,
85346 },
85347 [0x2AD1]={
85348  category="sm",
85349  description="CLOSED SUBSET OR EQUAL TO",
85350  direction="on",
85351  linebreak="al",
85352  mirror=0x2AD2,
85353  unicodeslot=0x2AD1,
85354 },
85355 [0x2AD2]={
85356  category="sm",
85357  description="CLOSED SUPERSET OR EQUAL TO",
85358  direction="on",
85359  linebreak="al",
85360  mirror=0x2AD1,
85361  unicodeslot=0x2AD2,
85362 },
85363 [0x2AD3]={
85364  category="sm",
85365  description="SUBSET ABOVE SUPERSET",
85366  direction="on",
85367  linebreak="al",
85368  mirror=0x2AD4,
85369  unicodeslot=0x2AD3,
85370 },
85371 [0x2AD4]={
85372  category="sm",
85373  description="SUPERSET ABOVE SUBSET",
85374  direction="on",
85375  linebreak="al",
85376  mirror=0x2AD3,
85377  unicodeslot=0x2AD4,
85378 },
85379 [0x2AD5]={
85380  category="sm",
85381  description="SUBSET ABOVE SUBSET",
85382  direction="on",
85383  linebreak="al",
85384  mirror=0x2AD6,
85385  unicodeslot=0x2AD5,
85386 },
85387 [0x2AD6]={
85388  category="sm",
85389  description="SUPERSET ABOVE SUPERSET",
85390  direction="on",
85391  linebreak="al",
85392  mirror=0x2AD5,
85393  unicodeslot=0x2AD6,
85394 },
85395 [0x2AD7]={
85396  category="sm",
85397  description="SUPERSET BESIDE SUBSET",
85398  direction="on",
85399  linebreak="al",
85400  unicodeslot=0x2AD7,
85401 },
85402 [0x2AD8]={
85403  category="sm",
85404  description="SUPERSET BESIDE AND JOINED BY DASH WITH SUBSET",
85405  direction="on",
85406  linebreak="al",
85407  unicodeslot=0x2AD8,
85408 },
85409 [0x2AD9]={
85410  category="sm",
85411  description="ELEMENT OF OPENING DOWNWARDS",
85412  direction="on",
85413  linebreak="al",
85414  unicodeslot=0x2AD9,
85415 },
85416 [0x2ADA]={
85417  category="sm",
85418  description="PITCHFORK WITH TEE TOP",
85419  direction="on",
85420  linebreak="al",
85421  unicodeslot=0x2ADA,
85422 },
85423 [0x2ADB]={
85424  category="sm",
85425  description="TRANSVERSAL INTERSECTION",
85426  direction="on",
85427  linebreak="al",
85428  unicodeslot=0x2ADB,
85429 },
85430 [0x2ADC]={
85431  category="sm",
85432  description="FORKING",
85433  direction="on",
85434  linebreak="al",
85435  specials={ "char", 0x2ADD, 0x338 },
85436  synonyms={ "not independent" },
85437  unicodeslot=0x2ADC,
85438 },
85439 [0x2ADD]={
85440  category="sm",
85441  description="NONFORKING",
85442  direction="on",
85443  linebreak="al",
85444  synonyms={ "independent" },
85445  unicodeslot=0x2ADD,
85446 },
85447 [0x2ADE]={
85448  category="sm",
85449  description="SHORT LEFT TACK",
85450  direction="on",
85451  linebreak="al",
85452  mirror=0x22A6,
85453  unicodeslot=0x2ADE,
85454 },
85455 [0x2ADF]={
85456  category="sm",
85457  description="SHORT DOWN TACK",
85458  direction="on",
85459  linebreak="al",
85460  unicodeslot=0x2ADF,
85461 },
85462 [0x2AE0]={
85463  category="sm",
85464  description="SHORT UP TACK",
85465  direction="on",
85466  linebreak="al",
85467  unicodeslot=0x2AE0,
85468 },
85469 [0x2AE1]={
85470  category="sm",
85471  description="PERPENDICULAR WITH S",
85472  direction="on",
85473  linebreak="al",
85474  unicodeslot=0x2AE1,
85475 },
85476 [0x2AE2]={
85477  category="sm",
85478  description="VERTICAL BAR TRIPLE RIGHT TURNSTILE",
85479  direction="on",
85480  linebreak="al",
85481  synonyms={ "ordinarily satisfies" },
85482  unicodeslot=0x2AE2,
85483 },
85484 [0x2AE3]={
85485  category="sm",
85486  description="DOUBLE VERTICAL BAR LEFT TURNSTILE",
85487  direction="on",
85488  linebreak="al",
85489  mirror=0x22A9,
85490  unicodeslot=0x2AE3,
85491 },
85492 [0x2AE4]={
85493  category="sm",
85494  description="VERTICAL BAR DOUBLE LEFT TURNSTILE",
85495  direction="on",
85496  linebreak="al",
85497  mirror=0x22A8,
85498  unicodeslot=0x2AE4,
85499 },
85500 [0x2AE5]={
85501  category="sm",
85502  description="DOUBLE VERTICAL BAR DOUBLE LEFT TURNSTILE",
85503  direction="on",
85504  linebreak="al",
85505  mirror=0x22AB,
85506  unicodeslot=0x2AE5,
85507 },
85508 [0x2AE6]={
85509  category="sm",
85510  description="LONG DASH FROM LEFT MEMBER OF DOUBLE VERTICAL",
85511  direction="on",
85512  linebreak="al",
85513  unicodeslot=0x2AE6,
85514 },
85515 [0x2AE7]={
85516  category="sm",
85517  description="SHORT DOWN TACK WITH OVERBAR",
85518  direction="on",
85519  linebreak="al",
85520  unicodeslot=0x2AE7,
85521 },
85522 [0x2AE8]={
85523  category="sm",
85524  description="SHORT UP TACK WITH UNDERBAR",
85525  direction="on",
85526  linebreak="al",
85527  unicodeslot=0x2AE8,
85528 },
85529 [0x2AE9]={
85530  category="sm",
85531  description="SHORT UP TACK ABOVE SHORT DOWN TACK",
85532  direction="on",
85533  linebreak="al",
85534  unicodeslot=0x2AE9,
85535 },
85536 [0x2AEA]={
85537  category="sm",
85538  description="DOUBLE DOWN TACK",
85539  direction="on",
85540  linebreak="al",
85541  unicodeslot=0x2AEA,
85542 },
85543 [0x2AEB]={
85544  category="sm",
85545  description="DOUBLE UP TACK",
85546  direction="on",
85547  linebreak="al",
85548  synonyms={ "independence" },
85549  unicodeslot=0x2AEB,
85550 },
85551 [0x2AEC]={
85552  category="sm",
85553  description="DOUBLE STROKE NOT SIGN",
85554  direction="on",
85555  linebreak="al",
85556  mirror=0x2AED,
85557  unicodeslot=0x2AEC,
85558 },
85559 [0x2AED]={
85560  category="sm",
85561  description="REVERSED DOUBLE STROKE NOT SIGN",
85562  direction="on",
85563  linebreak="al",
85564  mirror=0x2AEC,
85565  unicodeslot=0x2AED,
85566 },
85567 [0x2AEE]={
85568  category="sm",
85569  description="DOES NOT DIVIDE WITH REVERSED NEGATION SLASH",
85570  direction="on",
85571  linebreak="al",
85572  mirror=0x2224,
85573  unicodeslot=0x2AEE,
85574 },
85575 [0x2AEF]={
85576  category="sm",
85577  description="VERTICAL LINE WITH CIRCLE ABOVE",
85578  direction="on",
85579  linebreak="al",
85580  unicodeslot=0x2AEF,
85581 },
85582 [0x2AF0]={
85583  category="sm",
85584  description="VERTICAL LINE WITH CIRCLE BELOW",
85585  direction="on",
85586  linebreak="al",
85587  unicodeslot=0x2AF0,
85588 },
85589 [0x2AF1]={
85590  category="sm",
85591  description="DOWN TACK WITH CIRCLE BELOW",
85592  direction="on",
85593  linebreak="al",
85594  synonyms={ "necessarily satisfies" },
85595  unicodeslot=0x2AF1,
85596 },
85597 [0x2AF2]={
85598  category="sm",
85599  description="PARALLEL WITH HORIZONTAL STROKE",
85600  direction="on",
85601  linebreak="al",
85602  unicodeslot=0x2AF2,
85603 },
85604 [0x2AF3]={
85605  category="sm",
85606  description="PARALLEL WITH TILDE OPERATOR",
85607  direction="on",
85608  linebreak="al",
85609  unicodeslot=0x2AF3,
85610 },
85611 [0x2AF4]={
85612  category="sm",
85613  description="TRIPLE VERTICAL BAR BINARY RELATION",
85614  direction="on",
85615  linebreak="al",
85616  synonyms={ "interleave" },
85617  unicodeslot=0x2AF4,
85618 },
85619 [0x2AF5]={
85620  category="sm",
85621  description="TRIPLE VERTICAL BAR WITH HORIZONTAL STROKE",
85622  direction="on",
85623  linebreak="al",
85624  unicodeslot=0x2AF5,
85625 },
85626 [0x2AF6]={
85627  category="sm",
85628  description="TRIPLE COLON OPERATOR",
85629  direction="on",
85630  linebreak="al",
85631  unicodeslot=0x2AF6,
85632 },
85633 [0x2AF7]={
85634  category="sm",
85635  description="TRIPLE NESTED LESS-THAN",
85636  direction="on",
85637  linebreak="al",
85638  mirror=0x2AF8,
85639  unicodeslot=0x2AF7,
85640 },
85641 [0x2AF8]={
85642  category="sm",
85643  description="TRIPLE NESTED GREATER-THAN",
85644  direction="on",
85645  linebreak="al",
85646  mirror=0x2AF7,
85647  unicodeslot=0x2AF8,
85648 },
85649 [0x2AF9]={
85650  category="sm",
85651  description="DOUBLE-LINE SLANTED LESS-THAN OR EQUAL TO",
85652  direction="on",
85653  linebreak="al",
85654  mirror=0x2AFA,
85655  unicodeslot=0x2AF9,
85656 },
85657 [0x2AFA]={
85658  category="sm",
85659  description="DOUBLE-LINE SLANTED GREATER-THAN OR EQUAL TO",
85660  direction="on",
85661  linebreak="al",
85662  mirror=0x2AF9,
85663  unicodeslot=0x2AFA,
85664 },
85665 [0x2AFB]={
85666  category="sm",
85667  description="TRIPLE SOLIDUS BINARY RELATION",
85668  direction="on",
85669  linebreak="al",
85670  unicodeslot=0x2AFB,
85671 },
85672 [0x2AFC]={
85673  category="sm",
85674  description="LARGE TRIPLE VERTICAL BAR OPERATOR",
85675  direction="on",
85676  linebreak="al",
85677  unicodeslot=0x2AFC,
85678 },
85679 [0x2AFD]={
85680  category="sm",
85681  description="DOUBLE SOLIDUS OPERATOR",
85682  direction="on",
85683  linebreak="al",
85684  unicodeslot=0x2AFD,
85685 },
85686 [0x2AFE]={
85687  category="sm",
85688  description="WHITE VERTICAL BAR",
85689  direction="on",
85690  linebreak="al",
85691  synonyms={ "dijkstra choice" },
85692  unicodeslot=0x2AFE,
85693 },
85694 [0x2AFF]={
85695  category="sm",
85696  description="N-ARY WHITE VERTICAL BAR",
85697  direction="on",
85698  linebreak="al",
85699  synonyms={ "n-ary dijkstra choice" },
85700  unicodeslot=0x2AFF,
85701 },
85702 [0x2B00]={
85703  category="so",
85704  description="NORTH EAST WHITE ARROW",
85705  direction="on",
85706  linebreak="al",
85707  unicodeslot=0x2B00,
85708 },
85709 [0x2B01]={
85710  category="so",
85711  description="NORTH WEST WHITE ARROW",
85712  direction="on",
85713  linebreak="al",
85714  unicodeslot=0x2B01,
85715 },
85716 [0x2B02]={
85717  category="so",
85718  description="SOUTH EAST WHITE ARROW",
85719  direction="on",
85720  linebreak="al",
85721  unicodeslot=0x2B02,
85722 },
85723 [0x2B03]={
85724  category="so",
85725  description="SOUTH WEST WHITE ARROW",
85726  direction="on",
85727  linebreak="al",
85728  unicodeslot=0x2B03,
85729 },
85730 [0x2B04]={
85731  category="so",
85732  description="LEFT RIGHT WHITE ARROW",
85733  direction="on",
85734  linebreak="al",
85735  unicodeslot=0x2B04,
85736 },
85737 [0x2B05]={
85738  category="so",
85739  description="LEFTWARDS BLACK ARROW",
85740  direction="on",
85741  linebreak="al",
85742  unicodeslot=0x2B05,
85743  variants=variants_emoji,
85744 },
85745 [0x2B06]={
85746  category="so",
85747  description="UPWARDS BLACK ARROW",
85748  direction="on",
85749  linebreak="al",
85750  unicodeslot=0x2B06,
85751  variants=variants_emoji,
85752 },
85753 [0x2B07]={
85754  category="so",
85755  description="DOWNWARDS BLACK ARROW",
85756  direction="on",
85757  linebreak="al",
85758  unicodeslot=0x2B07,
85759  variants=variants_emoji,
85760 },
85761 [0x2B08]={
85762  category="so",
85763  description="NORTH EAST BLACK ARROW",
85764  direction="on",
85765  linebreak="al",
85766  unicodeslot=0x2B08,
85767 },
85768 [0x2B09]={
85769  category="so",
85770  description="NORTH WEST BLACK ARROW",
85771  direction="on",
85772  linebreak="al",
85773  unicodeslot=0x2B09,
85774 },
85775 [0x2B0A]={
85776  category="so",
85777  description="SOUTH EAST BLACK ARROW",
85778  direction="on",
85779  linebreak="al",
85780  unicodeslot=0x2B0A,
85781 },
85782 [0x2B0B]={
85783  category="so",
85784  description="SOUTH WEST BLACK ARROW",
85785  direction="on",
85786  linebreak="al",
85787  unicodeslot=0x2B0B,
85788 },
85789 [0x2B0C]={
85790  category="so",
85791  description="LEFT RIGHT BLACK ARROW",
85792  direction="on",
85793  linebreak="al",
85794  unicodeslot=0x2B0C,
85795 },
85796 [0x2B0D]={
85797  category="so",
85798  description="UP DOWN BLACK ARROW",
85799  direction="on",
85800  linebreak="al",
85801  unicodeslot=0x2B0D,
85802 },
85803 [0x2B0E]={
85804  category="so",
85805  description="RIGHTWARDS ARROW WITH TIP DOWNWARDS",
85806  direction="on",
85807  linebreak="al",
85808  unicodeslot=0x2B0E,
85809 },
85810 [0x2B0F]={
85811  category="so",
85812  description="RIGHTWARDS ARROW WITH TIP UPWARDS",
85813  direction="on",
85814  linebreak="al",
85815  unicodeslot=0x2B0F,
85816 },
85817 [0x2B10]={
85818  category="so",
85819  description="LEFTWARDS ARROW WITH TIP DOWNWARDS",
85820  direction="on",
85821  linebreak="al",
85822  unicodeslot=0x2B10,
85823 },
85824 [0x2B11]={
85825  category="so",
85826  description="LEFTWARDS ARROW WITH TIP UPWARDS",
85827  direction="on",
85828  linebreak="al",
85829  unicodeslot=0x2B11,
85830 },
85831 [0x2B12]={
85832  category="so",
85833  description="SQUARE WITH TOP HALF BLACK",
85834  direction="on",
85835  linebreak="al",
85836  unicodeslot=0x2B12,
85837 },
85838 [0x2B13]={
85839  category="so",
85840  description="SQUARE WITH BOTTOM HALF BLACK",
85841  direction="on",
85842  linebreak="al",
85843  unicodeslot=0x2B13,
85844 },
85845 [0x2B14]={
85846  category="so",
85847  description="SQUARE WITH UPPER RIGHT DIAGONAL HALF BLACK",
85848  direction="on",
85849  linebreak="al",
85850  unicodeslot=0x2B14,
85851 },
85852 [0x2B15]={
85853  category="so",
85854  description="SQUARE WITH LOWER LEFT DIAGONAL HALF BLACK",
85855  direction="on",
85856  linebreak="al",
85857  unicodeslot=0x2B15,
85858 },
85859 [0x2B16]={
85860  category="so",
85861  description="DIAMOND WITH LEFT HALF BLACK",
85862  direction="on",
85863  linebreak="al",
85864  unicodeslot=0x2B16,
85865 },
85866 [0x2B17]={
85867  category="so",
85868  description="DIAMOND WITH RIGHT HALF BLACK",
85869  direction="on",
85870  linebreak="al",
85871  unicodeslot=0x2B17,
85872 },
85873 [0x2B18]={
85874  category="so",
85875  description="DIAMOND WITH TOP HALF BLACK",
85876  direction="on",
85877  linebreak="al",
85878  unicodeslot=0x2B18,
85879 },
85880 [0x2B19]={
85881  category="so",
85882  description="DIAMOND WITH BOTTOM HALF BLACK",
85883  direction="on",
85884  linebreak="al",
85885  unicodeslot=0x2B19,
85886 },
85887 [0x2B1A]={
85888  category="so",
85889  description="DOTTED SQUARE",
85890  direction="on",
85891  linebreak="al",
85892  unicodeslot=0x2B1A,
85893 },
85894 [0x2B1B]={
85895  category="so",
85896  cjkwd="w",
85897  description="BLACK LARGE SQUARE",
85898  direction="on",
85899  linebreak="al",
85900  unicodeslot=0x2B1B,
85901  variants=variants_emoji,
85902 },
85903 [0x2B1C]={
85904  category="so",
85905  cjkwd="w",
85906  description="WHITE LARGE SQUARE",
85907  direction="on",
85908  linebreak="al",
85909  unicodeslot=0x2B1C,
85910  variants=variants_emoji,
85911 },
85912 [0x2B1D]={
85913  category="so",
85914  description="BLACK VERY SMALL SQUARE",
85915  direction="on",
85916  linebreak="al",
85917  unicodeslot=0x2B1D,
85918 },
85919 [0x2B1E]={
85920  category="so",
85921  description="WHITE VERY SMALL SQUARE",
85922  direction="on",
85923  linebreak="al",
85924  unicodeslot=0x2B1E,
85925 },
85926 [0x2B1F]={
85927  category="so",
85928  description="BLACK PENTAGON",
85929  direction="on",
85930  linebreak="al",
85931  unicodeslot=0x2B1F,
85932 },
85933 [0x2B20]={
85934  category="so",
85935  description="WHITE PENTAGON",
85936  direction="on",
85937  linebreak="al",
85938  unicodeslot=0x2B20,
85939 },
85940 [0x2B21]={
85941  category="so",
85942  description="WHITE HEXAGON",
85943  direction="on",
85944  linebreak="al",
85945  unicodeslot=0x2B21,
85946 },
85947 [0x2B22]={
85948  category="so",
85949  description="BLACK HEXAGON",
85950  direction="on",
85951  linebreak="al",
85952  unicodeslot=0x2B22,
85953 },
85954 [0x2B23]={
85955  category="so",
85956  description="HORIZONTAL BLACK HEXAGON",
85957  direction="on",
85958  linebreak="al",
85959  unicodeslot=0x2B23,
85960 },
85961 [0x2B24]={
85962  category="so",
85963  description="BLACK LARGE CIRCLE",
85964  direction="on",
85965  linebreak="al",
85966  unicodeslot=0x2B24,
85967 },
85968 [0x2B25]={
85969  category="so",
85970  description="BLACK MEDIUM DIAMOND",
85971  direction="on",
85972  linebreak="al",
85973  unicodeslot=0x2B25,
85974 },
85975 [0x2B26]={
85976  category="so",
85977  description="WHITE MEDIUM DIAMOND",
85978  direction="on",
85979  linebreak="al",
85980  unicodeslot=0x2B26,
85981 },
85982 [0x2B27]={
85983  category="so",
85984  description="BLACK MEDIUM LOZENGE",
85985  direction="on",
85986  linebreak="al",
85987  unicodeslot=0x2B27,
85988 },
85989 [0x2B28]={
85990  category="so",
85991  description="WHITE MEDIUM LOZENGE",
85992  direction="on",
85993  linebreak="al",
85994  unicodeslot=0x2B28,
85995 },
85996 [0x2B29]={
85997  category="so",
85998  description="BLACK SMALL DIAMOND",
85999  direction="on",
86000  linebreak="al",
86001  unicodeslot=0x2B29,
86002 },
86003 [0x2B2A]={
86004  category="so",
86005  description="BLACK SMALL LOZENGE",
86006  direction="on",
86007  linebreak="al",
86008  unicodeslot=0x2B2A,
86009 },
86010 [0x2B2B]={
86011  category="so",
86012  description="WHITE SMALL LOZENGE",
86013  direction="on",
86014  linebreak="al",
86015  unicodeslot=0x2B2B,
86016 },
86017 [0x2B2C]={
86018  category="so",
86019  description="BLACK HORIZONTAL ELLIPSE",
86020  direction="on",
86021  linebreak="al",
86022  unicodeslot=0x2B2C,
86023 },
86024 [0x2B2D]={
86025  category="so",
86026  description="WHITE HORIZONTAL ELLIPSE",
86027  direction="on",
86028  linebreak="al",
86029  unicodeslot=0x2B2D,
86030 },
86031 [0x2B2E]={
86032  category="so",
86033  description="BLACK VERTICAL ELLIPSE",
86034  direction="on",
86035  linebreak="al",
86036  unicodeslot=0x2B2E,
86037 },
86038 [0x2B2F]={
86039  category="so",
86040  description="WHITE VERTICAL ELLIPSE",
86041  direction="on",
86042  linebreak="al",
86043  unicodeslot=0x2B2F,
86044 },
86045 [0x2B30]={
86046  category="sm",
86047  description="LEFT ARROW WITH SMALL CIRCLE",
86048  direction="on",
86049  linebreak="al",
86050  mathextensible="l",
86051  unicodeslot=0x2B30,
86052 },
86053 [0x2B31]={
86054  category="sm",
86055  description="THREE LEFTWARDS ARROWS",
86056  direction="on",
86057  linebreak="al",
86058  mathextensible="l",
86059  unicodeslot=0x2B31,
86060 },
86061 [0x2B32]={
86062  category="sm",
86063  description="LEFT ARROW WITH CIRCLED PLUS",
86064  direction="on",
86065  linebreak="al",
86066  mathextensible="l",
86067  unicodeslot=0x2B32,
86068 },
86069 [0x2B33]={
86070  category="sm",
86071  description="LONG LEFTWARDS SQUIGGLE ARROW",
86072  direction="on",
86073  linebreak="al",
86074  mathextensible="l",
86075  unicodeslot=0x2B33,
86076 },
86077 [0x2B34]={
86078  category="sm",
86079  description="LEFTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE",
86080  direction="on",
86081  linebreak="al",
86082  mathextensible="l",
86083  unicodeslot=0x2B34,
86084 },
86085 [0x2B35]={
86086  category="sm",
86087  description="LEFTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE",
86088  direction="on",
86089  linebreak="al",
86090  mathextensible="l",
86091  unicodeslot=0x2B35,
86092 },
86093 [0x2B36]={
86094  category="sm",
86095  description="LEFTWARDS TWO-HEADED ARROW FROM BAR",
86096  direction="on",
86097  linebreak="al",
86098  mathextensible="l",
86099  unicodeslot=0x2B36,
86100 },
86101 [0x2B37]={
86102  category="sm",
86103  description="LEFTWARDS TWO-HEADED TRIPLE DASH ARROW",
86104  direction="on",
86105  linebreak="al",
86106  mathextensible="l",
86107  unicodeslot=0x2B37,
86108 },
86109 [0x2B38]={
86110  category="sm",
86111  description="LEFTWARDS ARROW WITH DOTTED STEM",
86112  direction="on",
86113  linebreak="al",
86114  mathextensible="l",
86115  unicodeslot=0x2B38,
86116 },
86117 [0x2B39]={
86118  category="sm",
86119  description="LEFTWARDS ARROW WITH TAIL WITH VERTICAL STROKE",
86120  direction="on",
86121  linebreak="al",
86122  mathextensible="l",
86123  unicodeslot=0x2B39,
86124 },
86125 [0x2B3A]={
86126  category="sm",
86127  description="LEFTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
86128  direction="on",
86129  linebreak="al",
86130  mathextensible="l",
86131  unicodeslot=0x2B3A,
86132 },
86133 [0x2B3B]={
86134  category="sm",
86135  description="LEFTWARDS TWO-HEADED ARROW WITH TAIL",
86136  direction="on",
86137  linebreak="al",
86138  mathextensible="l",
86139  unicodeslot=0x2B3B,
86140 },
86141 [0x2B3C]={
86142  category="sm",
86143  description="LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE",
86144  direction="on",
86145  linebreak="al",
86146  mathextensible="l",
86147  unicodeslot=0x2B3C,
86148 },
86149 [0x2B3D]={
86150  category="sm",
86151  description="LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
86152  direction="on",
86153  linebreak="al",
86154  mathextensible="l",
86155  unicodeslot=0x2B3D,
86156 },
86157 [0x2B3E]={
86158  category="sm",
86159  description="LEFTWARDS ARROW THROUGH X",
86160  direction="on",
86161  linebreak="al",
86162  unicodeslot=0x2B3E,
86163 },
86164 [0x2B3F]={
86165  category="sm",
86166  description="WAVE ARROW POINTING DIRECTLY LEFT",
86167  direction="on",
86168  linebreak="al",
86169  mathextensible="l",
86170  unicodeslot=0x2B3F,
86171 },
86172 [0x2B40]={
86173  category="sm",
86174  description="EQUALS SIGN ABOVE LEFTWARDS ARROW",
86175  direction="on",
86176  linebreak="al",
86177  unicodeslot=0x2B40,
86178 },
86179 [0x2B41]={
86180  category="sm",
86181  description="REVERSE TILDE OPERATOR ABOVE LEFTWARDS ARROW",
86182  direction="on",
86183  linebreak="al",
86184  unicodeslot=0x2B41,
86185 },
86186 [0x2B42]={
86187  category="sm",
86188  description="LEFTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO",
86189  direction="on",
86190  linebreak="al",
86191  unicodeslot=0x2B42,
86192 },
86193 [0x2B43]={
86194  category="sm",
86195  description="RIGHTWARDS ARROW THROUGH GREATER-THAN",
86196  direction="on",
86197  linebreak="al",
86198  unicodeslot=0x2B43,
86199 },
86200 [0x2B44]={
86201  category="sm",
86202  description="RIGHTWARDS ARROW THROUGH SUPERSET",
86203  direction="on",
86204  linebreak="al",
86205  unicodeslot=0x2B44,
86206 },
86207 [0x2B45]={
86208  category="so",
86209  description="LEFTWARDS QUADRUPLE ARROW",
86210  direction="on",
86211  linebreak="al",
86212  unicodeslot=0x2B45,
86213 },
86214 [0x2B46]={
86215  category="so",
86216  description="RIGHTWARDS QUADRUPLE ARROW",
86217  direction="on",
86218  linebreak="al",
86219  unicodeslot=0x2B46,
86220 },
86221 [0x2B47]={
86222  category="sm",
86223  description="REVERSE TILDE OPERATOR ABOVE RIGHTWARDS ARROW",
86224  direction="on",
86225  linebreak="al",
86226  unicodeslot=0x2B47,
86227 },
86228 [0x2B48]={
86229  category="sm",
86230  description="RIGHTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO",
86231  direction="on",
86232  linebreak="al",
86233  unicodeslot=0x2B48,
86234 },
86235 [0x2B49]={
86236  category="sm",
86237  description="TILDE OPERATOR ABOVE LEFTWARDS ARROW",
86238  direction="on",
86239  linebreak="al",
86240  unicodeslot=0x2B49,
86241 },
86242 [0x2B4A]={
86243  category="sm",
86244  description="LEFTWARDS ARROW ABOVE ALMOST EQUAL TO",
86245  direction="on",
86246  linebreak="al",
86247  unicodeslot=0x2B4A,
86248 },
86249 [0x2B4B]={
86250  category="sm",
86251  description="LEFTWARDS ARROW ABOVE REVERSE TILDE OPERATOR",
86252  direction="on",
86253  linebreak="al",
86254  unicodeslot=0x2B4B,
86255 },
86256 [0x2B4C]={
86257  category="sm",
86258  description="RIGHTWARDS ARROW ABOVE REVERSE TILDE OPERATOR",
86259  direction="on",
86260  linebreak="al",
86261  unicodeslot=0x2B4C,
86262 },
86263 [0x2B4D]={
86264  category="so",
86265  description="DOWNWARDS TRIANGLE-HEADED ZIGZAG ARROW",
86266  direction="on",
86267  linebreak="al",
86268  unicodeslot=0x2B4D,
86269 },
86270 [0x2B4E]={
86271  category="so",
86272  description="SHORT SLANTED NORTH ARROW",
86273  direction="on",
86274  linebreak="al",
86275  unicodeslot=0x2B4E,
86276 },
86277 [0x2B4F]={
86278  category="so",
86279  description="SHORT BACKSLANTED SOUTH ARROW",
86280  direction="on",
86281  linebreak="al",
86282  unicodeslot=0x2B4F,
86283 },
86284 [0x2B50]={
86285  category="so",
86286  cjkwd="w",
86287  description="WHITE MEDIUM STAR",
86288  direction="on",
86289  linebreak="al",
86290  unicodeslot=0x2B50,
86291  variants=variants_emoji,
86292 },
86293 [0x2B51]={
86294  category="so",
86295  description="BLACK SMALL STAR",
86296  direction="on",
86297  linebreak="al",
86298  unicodeslot=0x2B51,
86299 },
86300 [0x2B52]={
86301  category="so",
86302  description="WHITE SMALL STAR",
86303  direction="on",
86304  linebreak="al",
86305  unicodeslot=0x2B52,
86306 },
86307 [0x2B53]={
86308  category="so",
86309  description="BLACK RIGHT-POINTING PENTAGON",
86310  direction="on",
86311  linebreak="al",
86312  unicodeslot=0x2B53,
86313 },
86314 [0x2B54]={
86315  category="so",
86316  description="WHITE RIGHT-POINTING PENTAGON",
86317  direction="on",
86318  linebreak="al",
86319  unicodeslot=0x2B54,
86320 },
86321 [0x2B55]={
86322  category="so",
86323  cjkwd="w",
86324  description="HEAVY LARGE CIRCLE",
86325  direction="on",
86326  linebreak="ai",
86327  unicodeslot=0x2B55,
86328  variants=variants_emoji,
86329 },
86330 [0x2B56]={
86331  category="so",
86332  cjkwd="a",
86333  description="HEAVY OVAL WITH OVAL INSIDE",
86334  direction="on",
86335  linebreak="ai",
86336  unicodeslot=0x2B56,
86337 },
86338 [0x2B57]={
86339  category="so",
86340  cjkwd="a",
86341  description="HEAVY CIRCLE WITH CIRCLE INSIDE",
86342  direction="on",
86343  linebreak="ai",
86344  unicodeslot=0x2B57,
86345 },
86346 [0x2B58]={
86347  category="so",
86348  cjkwd="a",
86349  description="HEAVY CIRCLE",
86350  direction="on",
86351  linebreak="ai",
86352  unicodeslot=0x2B58,
86353 },
86354 [0x2B59]={
86355  category="so",
86356  cjkwd="a",
86357  description="HEAVY CIRCLED SALTIRE",
86358  direction="on",
86359  linebreak="ai",
86360  unicodeslot=0x2B59,
86361 },
86362 [0x2B5A]={
86363  category="so",
86364  description="SLANTED NORTH ARROW WITH HOOKED HEAD",
86365  direction="on",
86366  linebreak="al",
86367  unicodeslot=0x2B5A,
86368 },
86369 [0x2B5B]={
86370  category="so",
86371  description="BACKSLANTED SOUTH ARROW WITH HOOKED TAIL",
86372  direction="on",
86373  linebreak="al",
86374  unicodeslot=0x2B5B,
86375 },
86376 [0x2B5C]={
86377  category="so",
86378  description="SLANTED NORTH ARROW WITH HORIZONTAL TAIL",
86379  direction="on",
86380  linebreak="al",
86381  unicodeslot=0x2B5C,
86382 },
86383 [0x2B5D]={
86384  category="so",
86385  description="BACKSLANTED SOUTH ARROW WITH HORIZONTAL TAIL",
86386  direction="on",
86387  linebreak="al",
86388  unicodeslot=0x2B5D,
86389 },
86390 [0x2B5E]={
86391  category="so",
86392  description="BENT ARROW POINTING DOWNWARDS THEN NORTH EAST",
86393  direction="on",
86394  linebreak="al",
86395  unicodeslot=0x2B5E,
86396 },
86397 [0x2B5F]={
86398  category="so",
86399  description="SHORT BENT ARROW POINTING DOWNWARDS THEN NORTH EAST",
86400  direction="on",
86401  linebreak="al",
86402  unicodeslot=0x2B5F,
86403 },
86404 [0x2B60]={
86405  category="so",
86406  description="LEFTWARDS TRIANGLE-HEADED ARROW",
86407  direction="on",
86408  linebreak="al",
86409  unicodeslot=0x2B60,
86410 },
86411 [0x2B61]={
86412  category="so",
86413  description="UPWARDS TRIANGLE-HEADED ARROW",
86414  direction="on",
86415  linebreak="al",
86416  unicodeslot=0x2B61,
86417 },
86418 [0x2B62]={
86419  category="so",
86420  description="RIGHTWARDS TRIANGLE-HEADED ARROW",
86421  direction="on",
86422  linebreak="al",
86423  unicodeslot=0x2B62,
86424 },
86425 [0x2B63]={
86426  category="so",
86427  description="DOWNWARDS TRIANGLE-HEADED ARROW",
86428  direction="on",
86429  linebreak="al",
86430  unicodeslot=0x2B63,
86431 },
86432 [0x2B64]={
86433  category="so",
86434  description="LEFT RIGHT TRIANGLE-HEADED ARROW",
86435  direction="on",
86436  linebreak="al",
86437  unicodeslot=0x2B64,
86438 },
86439 [0x2B65]={
86440  category="so",
86441  description="UP DOWN TRIANGLE-HEADED ARROW",
86442  direction="on",
86443  linebreak="al",
86444  unicodeslot=0x2B65,
86445 },
86446 [0x2B66]={
86447  category="so",
86448  description="NORTH WEST TRIANGLE-HEADED ARROW",
86449  direction="on",
86450  linebreak="al",
86451  unicodeslot=0x2B66,
86452 },
86453 [0x2B67]={
86454  category="so",
86455  description="NORTH EAST TRIANGLE-HEADED ARROW",
86456  direction="on",
86457  linebreak="al",
86458  unicodeslot=0x2B67,
86459 },
86460 [0x2B68]={
86461  category="so",
86462  description="SOUTH EAST TRIANGLE-HEADED ARROW",
86463  direction="on",
86464  linebreak="al",
86465  unicodeslot=0x2B68,
86466 },
86467 [0x2B69]={
86468  category="so",
86469  description="SOUTH WEST TRIANGLE-HEADED ARROW",
86470  direction="on",
86471  linebreak="al",
86472  unicodeslot=0x2B69,
86473 },
86474 [0x2B6A]={
86475  category="so",
86476  description="LEFTWARDS TRIANGLE-HEADED DASHED ARROW",
86477  direction="on",
86478  linebreak="al",
86479  unicodeslot=0x2B6A,
86480 },
86481 [0x2B6B]={
86482  category="so",
86483  description="UPWARDS TRIANGLE-HEADED DASHED ARROW",
86484  direction="on",
86485  linebreak="al",
86486  unicodeslot=0x2B6B,
86487 },
86488 [0x2B6C]={
86489  category="so",
86490  description="RIGHTWARDS TRIANGLE-HEADED DASHED ARROW",
86491  direction="on",
86492  linebreak="al",
86493  unicodeslot=0x2B6C,
86494 },
86495 [0x2B6D]={
86496  category="so",
86497  description="DOWNWARDS TRIANGLE-HEADED DASHED ARROW",
86498  direction="on",
86499  linebreak="al",
86500  unicodeslot=0x2B6D,
86501 },
86502 [0x2B6E]={
86503  category="so",
86504  description="CLOCKWISE TRIANGLE-HEADED OPEN CIRCLE ARROW",
86505  direction="on",
86506  linebreak="al",
86507  unicodeslot=0x2B6E,
86508 },
86509 [0x2B6F]={
86510  category="so",
86511  description="ANTICLOCKWISE TRIANGLE-HEADED OPEN CIRCLE ARROW",
86512  direction="on",
86513  linebreak="al",
86514  unicodeslot=0x2B6F,
86515 },
86516 [0x2B70]={
86517  category="so",
86518  description="LEFTWARDS TRIANGLE-HEADED ARROW TO BAR",
86519  direction="on",
86520  linebreak="al",
86521  synonyms={ "left tab" },
86522  unicodeslot=0x2B70,
86523 },
86524 [0x2B71]={
86525  category="so",
86526  description="UPWARDS TRIANGLE-HEADED ARROW TO BAR",
86527  direction="on",
86528  linebreak="al",
86529  synonyms={ "up tab" },
86530  unicodeslot=0x2B71,
86531 },
86532 [0x2B72]={
86533  category="so",
86534  description="RIGHTWARDS TRIANGLE-HEADED ARROW TO BAR",
86535  direction="on",
86536  linebreak="al",
86537  synonyms={ "right tab" },
86538  unicodeslot=0x2B72,
86539 },
86540 [0x2B73]={
86541  category="so",
86542  description="DOWNWARDS TRIANGLE-HEADED ARROW TO BAR",
86543  direction="on",
86544  linebreak="al",
86545  synonyms={ "down tab" },
86546  unicodeslot=0x2B73,
86547 },
86548 [0x2B76]={
86549  category="so",
86550  description="NORTH WEST TRIANGLE-HEADED ARROW TO BAR",
86551  direction="on",
86552  linebreak="al",
86553  unicodeslot=0x2B76,
86554 },
86555 [0x2B77]={
86556  category="so",
86557  description="NORTH EAST TRIANGLE-HEADED ARROW TO BAR",
86558  direction="on",
86559  linebreak="al",
86560  unicodeslot=0x2B77,
86561 },
86562 [0x2B78]={
86563  category="so",
86564  description="SOUTH EAST TRIANGLE-HEADED ARROW TO BAR",
86565  direction="on",
86566  linebreak="al",
86567  unicodeslot=0x2B78,
86568 },
86569 [0x2B79]={
86570  category="so",
86571  description="SOUTH WEST TRIANGLE-HEADED ARROW TO BAR",
86572  direction="on",
86573  linebreak="al",
86574  unicodeslot=0x2B79,
86575 },
86576 [0x2B7A]={
86577  category="so",
86578  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
86579  direction="on",
86580  linebreak="al",
86581  unicodeslot=0x2B7A,
86582 },
86583 [0x2B7B]={
86584  category="so",
86585  description="UPWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
86586  direction="on",
86587  linebreak="al",
86588  unicodeslot=0x2B7B,
86589 },
86590 [0x2B7C]={
86591  category="so",
86592  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
86593  direction="on",
86594  linebreak="al",
86595  unicodeslot=0x2B7C,
86596 },
86597 [0x2B7D]={
86598  category="so",
86599  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
86600  direction="on",
86601  linebreak="al",
86602  synonyms={ "page down" },
86603  unicodeslot=0x2B7D,
86604 },
86605 [0x2B7E]={
86606  category="so",
86607  description="HORIZONTAL TAB KEY",
86608  direction="on",
86609  linebreak="al",
86610  unicodeslot=0x2B7E,
86611 },
86612 [0x2B7F]={
86613  category="so",
86614  description="VERTICAL TAB KEY",
86615  direction="on",
86616  linebreak="al",
86617  unicodeslot=0x2B7F,
86618 },
86619 [0x2B80]={
86620  category="so",
86621  description="LEFTWARDS TRIANGLE-HEADED ARROW OVER RIGHTWARDS TRIANGLE-HEADED ARROW",
86622  direction="on",
86623  linebreak="al",
86624  unicodeslot=0x2B80,
86625 },
86626 [0x2B81]={
86627  category="so",
86628  description="UPWARDS TRIANGLE-HEADED ARROW LEFTWARDS OF DOWNWARDS TRIANGLE-HEADED ARROW",
86629  direction="on",
86630  linebreak="al",
86631  unicodeslot=0x2B81,
86632 },
86633 [0x2B82]={
86634  category="so",
86635  description="RIGHTWARDS TRIANGLE-HEADED ARROW OVER LEFTWARDS TRIANGLE-HEADED ARROW",
86636  direction="on",
86637  linebreak="al",
86638  unicodeslot=0x2B82,
86639 },
86640 [0x2B83]={
86641  category="so",
86642  description="DOWNWARDS TRIANGLE-HEADED ARROW LEFTWARDS OF UPWARDS TRIANGLE-HEADED ARROW",
86643  direction="on",
86644  linebreak="al",
86645  unicodeslot=0x2B83,
86646 },
86647 [0x2B84]={
86648  category="so",
86649  description="LEFTWARDS TRIANGLE-HEADED PAIRED ARROWS",
86650  direction="on",
86651  linebreak="al",
86652  unicodeslot=0x2B84,
86653 },
86654 [0x2B85]={
86655  category="so",
86656  description="UPWARDS TRIANGLE-HEADED PAIRED ARROWS",
86657  direction="on",
86658  linebreak="al",
86659  unicodeslot=0x2B85,
86660 },
86661 [0x2B86]={
86662  category="so",
86663  description="RIGHTWARDS TRIANGLE-HEADED PAIRED ARROWS",
86664  direction="on",
86665  linebreak="al",
86666  unicodeslot=0x2B86,
86667 },
86668 [0x2B87]={
86669  category="so",
86670  description="DOWNWARDS TRIANGLE-HEADED PAIRED ARROWS",
86671  direction="on",
86672  linebreak="al",
86673  unicodeslot=0x2B87,
86674 },
86675 [0x2B88]={
86676  category="so",
86677  description="LEFTWARDS BLACK CIRCLED WHITE ARROW",
86678  direction="on",
86679  linebreak="al",
86680  unicodeslot=0x2B88,
86681 },
86682 [0x2B89]={
86683  category="so",
86684  description="UPWARDS BLACK CIRCLED WHITE ARROW",
86685  direction="on",
86686  linebreak="al",
86687  unicodeslot=0x2B89,
86688 },
86689 [0x2B8A]={
86690  category="so",
86691  description="RIGHTWARDS BLACK CIRCLED WHITE ARROW",
86692  direction="on",
86693  linebreak="al",
86694  unicodeslot=0x2B8A,
86695 },
86696 [0x2B8B]={
86697  category="so",
86698  description="DOWNWARDS BLACK CIRCLED WHITE ARROW",
86699  direction="on",
86700  linebreak="al",
86701  unicodeslot=0x2B8B,
86702 },
86703 [0x2B8C]={
86704  category="so",
86705  description="ANTICLOCKWISE TRIANGLE-HEADED RIGHT U-SHAPED ARROW",
86706  direction="on",
86707  linebreak="al",
86708  unicodeslot=0x2B8C,
86709 },
86710 [0x2B8D]={
86711  category="so",
86712  description="ANTICLOCKWISE TRIANGLE-HEADED BOTTOM U-SHAPED ARROW",
86713  direction="on",
86714  linebreak="al",
86715  unicodeslot=0x2B8D,
86716 },
86717 [0x2B8E]={
86718  category="so",
86719  description="ANTICLOCKWISE TRIANGLE-HEADED LEFT U-SHAPED ARROW",
86720  direction="on",
86721  linebreak="al",
86722  unicodeslot=0x2B8E,
86723 },
86724 [0x2B8F]={
86725  category="so",
86726  description="ANTICLOCKWISE TRIANGLE-HEADED TOP U-SHAPED ARROW",
86727  direction="on",
86728  linebreak="al",
86729  unicodeslot=0x2B8F,
86730 },
86731 [0x2B90]={
86732  category="so",
86733  description="RETURN LEFT",
86734  direction="on",
86735  linebreak="al",
86736  unicodeslot=0x2B90,
86737 },
86738 [0x2B91]={
86739  category="so",
86740  description="RETURN RIGHT",
86741  direction="on",
86742  linebreak="al",
86743  unicodeslot=0x2B91,
86744 },
86745 [0x2B92]={
86746  category="so",
86747  description="NEWLINE LEFT",
86748  direction="on",
86749  linebreak="al",
86750  unicodeslot=0x2B92,
86751 },
86752 [0x2B93]={
86753  category="so",
86754  description="NEWLINE RIGHT",
86755  direction="on",
86756  linebreak="al",
86757  unicodeslot=0x2B93,
86758 },
86759 [0x2B94]={
86760  category="so",
86761  description="FOUR CORNER ARROWS CIRCLING ANTICLOCKWISE",
86762  direction="on",
86763  linebreak="al",
86764  unicodeslot=0x2B94,
86765 },
86766 [0x2B95]={
86767  category="so",
86768  description="RIGHTWARDS BLACK ARROW",
86769  direction="on",
86770  linebreak="al",
86771  unicodeslot=0x2B95,
86772 },
86773 [0x2B97]={
86774  category="so",
86775  description="SYMBOL FOR TYPE A ELECTRONICS",
86776  direction="on",
86777  linebreak="al",
86778  unicodeslot=0x2B97,
86779 },
86780 [0x2B98]={
86781  category="so",
86782  description="THREE-D TOP-LIGHTED LEFTWARDS EQUILATERAL ARROWHEAD",
86783  direction="on",
86784  linebreak="al",
86785  unicodeslot=0x2B98,
86786 },
86787 [0x2B99]={
86788  category="so",
86789  description="THREE-D RIGHT-LIGHTED UPWARDS EQUILATERAL ARROWHEAD",
86790  direction="on",
86791  linebreak="al",
86792  unicodeslot=0x2B99,
86793 },
86794 [0x2B9A]={
86795  category="so",
86796  description="THREE-D TOP-LIGHTED RIGHTWARDS EQUILATERAL ARROWHEAD",
86797  direction="on",
86798  linebreak="al",
86799  unicodeslot=0x2B9A,
86800 },
86801 [0x2B9B]={
86802  category="so",
86803  description="THREE-D LEFT-LIGHTED DOWNWARDS EQUILATERAL ARROWHEAD",
86804  direction="on",
86805  linebreak="al",
86806  unicodeslot=0x2B9B,
86807 },
86808 [0x2B9C]={
86809  category="so",
86810  description="BLACK LEFTWARDS EQUILATERAL ARROWHEAD",
86811  direction="on",
86812  linebreak="al",
86813  unicodeslot=0x2B9C,
86814 },
86815 [0x2B9D]={
86816  category="so",
86817  description="BLACK UPWARDS EQUILATERAL ARROWHEAD",
86818  direction="on",
86819  linebreak="al",
86820  unicodeslot=0x2B9D,
86821 },
86822 [0x2B9E]={
86823  category="so",
86824  description="BLACK RIGHTWARDS EQUILATERAL ARROWHEAD",
86825  direction="on",
86826  linebreak="al",
86827  unicodeslot=0x2B9E,
86828 },
86829 [0x2B9F]={
86830  category="so",
86831  description="BLACK DOWNWARDS EQUILATERAL ARROWHEAD",
86832  direction="on",
86833  linebreak="al",
86834  unicodeslot=0x2B9F,
86835 },
86836 [0x2BA0]={
86837  category="so",
86838  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP LEFTWARDS",
86839  direction="on",
86840  linebreak="al",
86841  unicodeslot=0x2BA0,
86842 },
86843 [0x2BA1]={
86844  category="so",
86845  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP RIGHTWARDS",
86846  direction="on",
86847  linebreak="al",
86848  unicodeslot=0x2BA1,
86849 },
86850 [0x2BA2]={
86851  category="so",
86852  description="UPWARDS TRIANGLE-HEADED ARROW WITH LONG TIP LEFTWARDS",
86853  direction="on",
86854  linebreak="al",
86855  unicodeslot=0x2BA2,
86856 },
86857 [0x2BA3]={
86858  category="so",
86859  description="UPWARDS TRIANGLE-HEADED ARROW WITH LONG TIP RIGHTWARDS",
86860  direction="on",
86861  linebreak="al",
86862  unicodeslot=0x2BA3,
86863 },
86864 [0x2BA4]={
86865  category="so",
86866  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP UPWARDS",
86867  direction="on",
86868  linebreak="al",
86869  unicodeslot=0x2BA4,
86870 },
86871 [0x2BA5]={
86872  category="so",
86873  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP UPWARDS",
86874  direction="on",
86875  linebreak="al",
86876  unicodeslot=0x2BA5,
86877 },
86878 [0x2BA6]={
86879  category="so",
86880  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP DOWNWARDS",
86881  direction="on",
86882  linebreak="al",
86883  unicodeslot=0x2BA6,
86884 },
86885 [0x2BA7]={
86886  category="so",
86887  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP DOWNWARDS",
86888  direction="on",
86889  linebreak="al",
86890  unicodeslot=0x2BA7,
86891 },
86892 [0x2BA8]={
86893  category="so",
86894  description="BLACK CURVED DOWNWARDS AND LEFTWARDS ARROW",
86895  direction="on",
86896  linebreak="al",
86897  unicodeslot=0x2BA8,
86898 },
86899 [0x2BA9]={
86900  category="so",
86901  description="BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW",
86902  direction="on",
86903  linebreak="al",
86904  unicodeslot=0x2BA9,
86905 },
86906 [0x2BAA]={
86907  category="so",
86908  description="BLACK CURVED UPWARDS AND LEFTWARDS ARROW",
86909  direction="on",
86910  linebreak="al",
86911  unicodeslot=0x2BAA,
86912 },
86913 [0x2BAB]={
86914  category="so",
86915  description="BLACK CURVED UPWARDS AND RIGHTWARDS ARROW",
86916  direction="on",
86917  linebreak="al",
86918  unicodeslot=0x2BAB,
86919 },
86920 [0x2BAC]={
86921  category="so",
86922  description="BLACK CURVED LEFTWARDS AND UPWARDS ARROW",
86923  direction="on",
86924  linebreak="al",
86925  unicodeslot=0x2BAC,
86926 },
86927 [0x2BAD]={
86928  category="so",
86929  description="BLACK CURVED RIGHTWARDS AND UPWARDS ARROW",
86930  direction="on",
86931  linebreak="al",
86932  unicodeslot=0x2BAD,
86933 },
86934 [0x2BAE]={
86935  category="so",
86936  description="BLACK CURVED LEFTWARDS AND DOWNWARDS ARROW",
86937  direction="on",
86938  linebreak="al",
86939  unicodeslot=0x2BAE,
86940 },
86941 [0x2BAF]={
86942  category="so",
86943  description="BLACK CURVED RIGHTWARDS AND DOWNWARDS ARROW",
86944  direction="on",
86945  linebreak="al",
86946  unicodeslot=0x2BAF,
86947 },
86948 [0x2BB0]={
86949  category="so",
86950  description="RIBBON ARROW DOWN LEFT",
86951  direction="on",
86952  linebreak="al",
86953  unicodeslot=0x2BB0,
86954 },
86955 [0x2BB1]={
86956  category="so",
86957  description="RIBBON ARROW DOWN RIGHT",
86958  direction="on",
86959  linebreak="al",
86960  unicodeslot=0x2BB1,
86961 },
86962 [0x2BB2]={
86963  category="so",
86964  description="RIBBON ARROW UP LEFT",
86965  direction="on",
86966  linebreak="al",
86967  unicodeslot=0x2BB2,
86968 },
86969 [0x2BB3]={
86970  category="so",
86971  description="RIBBON ARROW UP RIGHT",
86972  direction="on",
86973  linebreak="al",
86974  unicodeslot=0x2BB3,
86975 },
86976 [0x2BB4]={
86977  category="so",
86978  description="RIBBON ARROW LEFT UP",
86979  direction="on",
86980  linebreak="al",
86981  unicodeslot=0x2BB4,
86982 },
86983 [0x2BB5]={
86984  category="so",
86985  description="RIBBON ARROW RIGHT UP",
86986  direction="on",
86987  linebreak="al",
86988  unicodeslot=0x2BB5,
86989 },
86990 [0x2BB6]={
86991  category="so",
86992  description="RIBBON ARROW LEFT DOWN",
86993  direction="on",
86994  linebreak="al",
86995  unicodeslot=0x2BB6,
86996 },
86997 [0x2BB7]={
86998  category="so",
86999  description="RIBBON ARROW RIGHT DOWN",
87000  direction="on",
87001  linebreak="al",
87002  unicodeslot=0x2BB7,
87003 },
87004 [0x2BB8]={
87005  category="so",
87006  description="UPWARDS WHITE ARROW FROM BAR WITH HORIZONTAL BAR",
87007  direction="on",
87008  linebreak="al",
87009  unicodeslot=0x2BB8,
87010 },
87011 [0x2BB9]={
87012  category="so",
87013  description="UP ARROWHEAD IN A RECTANGLE BOX",
87014  direction="on",
87015  linebreak="al",
87016  synonyms={ "escape" },
87017  unicodeslot=0x2BB9,
87018 },
87019 [0x2BBA]={
87020  category="so",
87021  description="OVERLAPPING WHITE SQUARES",
87022  direction="on",
87023  linebreak="al",
87024  unicodeslot=0x2BBA,
87025 },
87026 [0x2BBB]={
87027  category="so",
87028  description="OVERLAPPING WHITE AND BLACK SQUARES",
87029  direction="on",
87030  linebreak="al",
87031  unicodeslot=0x2BBB,
87032 },
87033 [0x2BBC]={
87034  category="so",
87035  description="OVERLAPPING BLACK SQUARES",
87036  direction="on",
87037  linebreak="al",
87038  unicodeslot=0x2BBC,
87039 },
87040 [0x2BBD]={
87041  category="so",
87042  description="BALLOT BOX WITH LIGHT X",
87043  direction="on",
87044  linebreak="al",
87045  unicodeslot=0x2BBD,
87046 },
87047 [0x2BBE]={
87048  category="so",
87049  description="CIRCLED X",
87050  direction="on",
87051  linebreak="al",
87052  unicodeslot=0x2BBE,
87053 },
87054 [0x2BBF]={
87055  category="so",
87056  description="CIRCLED BOLD X",
87057  direction="on",
87058  linebreak="al",
87059  unicodeslot=0x2BBF,
87060 },
87061 [0x2BC0]={
87062  category="so",
87063  description="BLACK SQUARE CENTRED",
87064  direction="on",
87065  linebreak="al",
87066  unicodeslot=0x2BC0,
87067 },
87068 [0x2BC1]={
87069  category="so",
87070  description="BLACK DIAMOND CENTRED",
87071  direction="on",
87072  linebreak="al",
87073  unicodeslot=0x2BC1,
87074 },
87075 [0x2BC2]={
87076  category="so",
87077  description="TURNED BLACK PENTAGON",
87078  direction="on",
87079  linebreak="al",
87080  unicodeslot=0x2BC2,
87081 },
87082 [0x2BC3]={
87083  category="so",
87084  description="HORIZONTAL BLACK OCTAGON",
87085  direction="on",
87086  linebreak="al",
87087  unicodeslot=0x2BC3,
87088 },
87089 [0x2BC4]={
87090  category="so",
87091  description="BLACK OCTAGON",
87092  direction="on",
87093  linebreak="al",
87094  unicodeslot=0x2BC4,
87095 },
87096 [0x2BC5]={
87097  category="so",
87098  description="BLACK MEDIUM UP-POINTING TRIANGLE CENTRED",
87099  direction="on",
87100  linebreak="al",
87101  unicodeslot=0x2BC5,
87102 },
87103 [0x2BC6]={
87104  category="so",
87105  description="BLACK MEDIUM DOWN-POINTING TRIANGLE CENTRED",
87106  direction="on",
87107  linebreak="al",
87108  unicodeslot=0x2BC6,
87109 },
87110 [0x2BC7]={
87111  category="so",
87112  description="BLACK MEDIUM LEFT-POINTING TRIANGLE CENTRED",
87113  direction="on",
87114  linebreak="al",
87115  unicodeslot=0x2BC7,
87116 },
87117 [0x2BC8]={
87118  category="so",
87119  description="BLACK MEDIUM RIGHT-POINTING TRIANGLE CENTRED",
87120  direction="on",
87121  linebreak="al",
87122  unicodeslot=0x2BC8,
87123 },
87124 [0x2BC9]={
87125  category="so",
87126  description="NEPTUNE FORM TWO",
87127  direction="on",
87128  linebreak="al",
87129  unicodeslot=0x2BC9,
87130 },
87131 [0x2BCA]={
87132  category="so",
87133  description="TOP HALF BLACK CIRCLE",
87134  direction="on",
87135  linebreak="al",
87136  unicodeslot=0x2BCA,
87137 },
87138 [0x2BCB]={
87139  category="so",
87140  description="BOTTOM HALF BLACK CIRCLE",
87141  direction="on",
87142  linebreak="al",
87143  unicodeslot=0x2BCB,
87144 },
87145 [0x2BCC]={
87146  category="so",
87147  description="LIGHT FOUR POINTED BLACK CUSP",
87148  direction="on",
87149  linebreak="al",
87150  unicodeslot=0x2BCC,
87151 },
87152 [0x2BCD]={
87153  category="so",
87154  description="ROTATED LIGHT FOUR POINTED BLACK CUSP",
87155  direction="on",
87156  linebreak="al",
87157  unicodeslot=0x2BCD,
87158 },
87159 [0x2BCE]={
87160  category="so",
87161  description="WHITE FOUR POINTED CUSP",
87162  direction="on",
87163  linebreak="al",
87164  unicodeslot=0x2BCE,
87165 },
87166 [0x2BCF]={
87167  category="so",
87168  description="ROTATED WHITE FOUR POINTED CUSP",
87169  direction="on",
87170  linebreak="al",
87171  unicodeslot=0x2BCF,
87172 },
87173 [0x2BD0]={
87174  category="so",
87175  description="SQUARE POSITION INDICATOR",
87176  direction="on",
87177  linebreak="al",
87178  unicodeslot=0x2BD0,
87179 },
87180 [0x2BD1]={
87181  category="so",
87182  description="UNCERTAINTY SIGN",
87183  direction="on",
87184  linebreak="al",
87185  unicodeslot=0x2BD1,
87186 },
87187 [0x2BD2]={
87188  category="so",
87189  description="GROUP MARK",
87190  direction="on",
87191  linebreak="al",
87192  unicodeslot=0x2BD2,
87193 },
87194 [0x2BD3]={
87195  category="so",
87196  description="PLUTO FORM TWO",
87197  direction="on",
87198  linebreak="al",
87199  unicodeslot=0x2BD3,
87200 },
87201 [0x2BD4]={
87202  category="so",
87203  description="PLUTO FORM THREE",
87204  direction="on",
87205  linebreak="al",
87206  unicodeslot=0x2BD4,
87207 },
87208 [0x2BD5]={
87209  category="so",
87210  description="PLUTO FORM FOUR",
87211  direction="on",
87212  linebreak="al",
87213  unicodeslot=0x2BD5,
87214 },
87215 [0x2BD6]={
87216  category="so",
87217  description="PLUTO FORM FIVE",
87218  direction="on",
87219  linebreak="al",
87220  unicodeslot=0x2BD6,
87221 },
87222 [0x2BD7]={
87223  category="so",
87224  description="TRANSPLUTO",
87225  direction="on",
87226  linebreak="al",
87227  unicodeslot=0x2BD7,
87228 },
87229 [0x2BD8]={
87230  category="so",
87231  description="PROSERPINA",
87232  direction="on",
87233  linebreak="al",
87234  unicodeslot=0x2BD8,
87235 },
87236 [0x2BD9]={
87237  category="so",
87238  description="ASTRAEA",
87239  direction="on",
87240  linebreak="al",
87241  unicodeslot=0x2BD9,
87242 },
87243 [0x2BDA]={
87244  category="so",
87245  description="HYGIEA",
87246  direction="on",
87247  linebreak="al",
87248  unicodeslot=0x2BDA,
87249 },
87250 [0x2BDB]={
87251  category="so",
87252  description="PHOLUS",
87253  direction="on",
87254  linebreak="al",
87255  unicodeslot=0x2BDB,
87256 },
87257 [0x2BDC]={
87258  category="so",
87259  description="NESSUS",
87260  direction="on",
87261  linebreak="al",
87262  unicodeslot=0x2BDC,
87263 },
87264 [0x2BDD]={
87265  category="so",
87266  description="WHITE MOON SELENA",
87267  direction="on",
87268  linebreak="al",
87269  unicodeslot=0x2BDD,
87270 },
87271 [0x2BDE]={
87272  category="so",
87273  description="BLACK DIAMOND ON CROSS",
87274  direction="on",
87275  linebreak="al",
87276  unicodeslot=0x2BDE,
87277 },
87278 [0x2BDF]={
87279  category="so",
87280  description="TRUE LIGHT MOON ARTA",
87281  direction="on",
87282  linebreak="al",
87283  unicodeslot=0x2BDF,
87284 },
87285 [0x2BE0]={
87286  category="so",
87287  description="CUPIDO",
87288  direction="on",
87289  linebreak="al",
87290  unicodeslot=0x2BE0,
87291 },
87292 [0x2BE1]={
87293  category="so",
87294  description="HADES",
87295  direction="on",
87296  linebreak="al",
87297  unicodeslot=0x2BE1,
87298 },
87299 [0x2BE2]={
87300  category="so",
87301  description="ZEUS",
87302  direction="on",
87303  linebreak="al",
87304  unicodeslot=0x2BE2,
87305 },
87306 [0x2BE3]={
87307  category="so",
87308  description="KRONOS",
87309  direction="on",
87310  linebreak="al",
87311  unicodeslot=0x2BE3,
87312 },
87313 [0x2BE4]={
87314  category="so",
87315  description="APOLLON",
87316  direction="on",
87317  linebreak="al",
87318  unicodeslot=0x2BE4,
87319 },
87320 [0x2BE5]={
87321  category="so",
87322  description="ADMETOS",
87323  direction="on",
87324  linebreak="al",
87325  unicodeslot=0x2BE5,
87326 },
87327 [0x2BE6]={
87328  category="so",
87329  description="VULCANUS",
87330  direction="on",
87331  linebreak="al",
87332  unicodeslot=0x2BE6,
87333 },
87334 [0x2BE7]={
87335  category="so",
87336  description="POSEIDON",
87337  direction="on",
87338  linebreak="al",
87339  unicodeslot=0x2BE7,
87340 },
87341 [0x2BE8]={
87342  category="so",
87343  description="LEFT HALF BLACK STAR",
87344  direction="on",
87345  linebreak="al",
87346  unicodeslot=0x2BE8,
87347 },
87348 [0x2BE9]={
87349  category="so",
87350  description="RIGHT HALF BLACK STAR",
87351  direction="on",
87352  linebreak="al",
87353  unicodeslot=0x2BE9,
87354 },
87355 [0x2BEA]={
87356  category="so",
87357  description="STAR WITH LEFT HALF BLACK",
87358  direction="on",
87359  linebreak="al",
87360  unicodeslot=0x2BEA,
87361 },
87362 [0x2BEB]={
87363  category="so",
87364  description="STAR WITH RIGHT HALF BLACK",
87365  direction="on",
87366  linebreak="al",
87367  unicodeslot=0x2BEB,
87368 },
87369 [0x2BEC]={
87370  category="so",
87371  description="LEFTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
87372  direction="on",
87373  linebreak="al",
87374  unicodeslot=0x2BEC,
87375 },
87376 [0x2BED]={
87377  category="so",
87378  description="UPWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
87379  direction="on",
87380  linebreak="al",
87381  unicodeslot=0x2BED,
87382 },
87383 [0x2BEE]={
87384  category="so",
87385  description="RIGHTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
87386  direction="on",
87387  linebreak="al",
87388  unicodeslot=0x2BEE,
87389 },
87390 [0x2BEF]={
87391  category="so",
87392  description="DOWNWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
87393  direction="on",
87394  linebreak="al",
87395  unicodeslot=0x2BEF,
87396 },
87397 [0x2BF0]={
87398  category="so",
87399  description="ERIS FORM ONE",
87400  direction="on",
87401  linebreak="al",
87402  unicodeslot=0x2BF0,
87403 },
87404 [0x2BF1]={
87405  category="so",
87406  description="ERIS FORM TWO",
87407  direction="on",
87408  linebreak="al",
87409  unicodeslot=0x2BF1,
87410 },
87411 [0x2BF2]={
87412  category="so",
87413  description="SEDNA",
87414  direction="on",
87415  linebreak="al",
87416  unicodeslot=0x2BF2,
87417 },
87418 [0x2BF3]={
87419  category="so",
87420  description="RUSSIAN ASTROLOGICAL SYMBOL VIGINTILE",
87421  direction="on",
87422  linebreak="al",
87423  unicodeslot=0x2BF3,
87424 },
87425 [0x2BF4]={
87426  category="so",
87427  description="RUSSIAN ASTROLOGICAL SYMBOL NOVILE",
87428  direction="on",
87429  linebreak="al",
87430  unicodeslot=0x2BF4,
87431 },
87432 [0x2BF5]={
87433  category="so",
87434  description="RUSSIAN ASTROLOGICAL SYMBOL QUINTILE",
87435  direction="on",
87436  linebreak="al",
87437  unicodeslot=0x2BF5,
87438 },
87439 [0x2BF6]={
87440  category="so",
87441  description="RUSSIAN ASTROLOGICAL SYMBOL BINOVILE",
87442  direction="on",
87443  linebreak="al",
87444  unicodeslot=0x2BF6,
87445 },
87446 [0x2BF7]={
87447  category="so",
87448  description="RUSSIAN ASTROLOGICAL SYMBOL SENTAGON",
87449  direction="on",
87450  linebreak="al",
87451  unicodeslot=0x2BF7,
87452 },
87453 [0x2BF8]={
87454  category="so",
87455  description="RUSSIAN ASTROLOGICAL SYMBOL TREDECILE",
87456  direction="on",
87457  linebreak="al",
87458  unicodeslot=0x2BF8,
87459 },
87460 [0x2BF9]={
87461  category="so",
87462  description="EQUALS SIGN WITH INFINITY BELOW",
87463  direction="on",
87464  linebreak="al",
87465  unicodeslot=0x2BF9,
87466 },
87467 [0x2BFA]={
87468  category="so",
87469  description="UNITED SYMBOL",
87470  direction="on",
87471  linebreak="al",
87472  unicodeslot=0x2BFA,
87473 },
87474 [0x2BFB]={
87475  category="so",
87476  description="SEPARATED SYMBOL",
87477  direction="on",
87478  linebreak="al",
87479  unicodeslot=0x2BFB,
87480 },
87481 [0x2BFC]={
87482  category="so",
87483  description="DOUBLED SYMBOL",
87484  direction="on",
87485  linebreak="al",
87486  unicodeslot=0x2BFC,
87487 },
87488 [0x2BFD]={
87489  category="so",
87490  description="PASSED SYMBOL",
87491  direction="on",
87492  linebreak="al",
87493  unicodeslot=0x2BFD,
87494 },
87495 [0x2BFE]={
87496  category="so",
87497  description="REVERSED RIGHT ANGLE",
87498  direction="on",
87499  linebreak="al",
87500  mirror=0x221F,
87501  unicodeslot=0x2BFE,
87502 },
87503 [0x2BFF]={
87504  category="so",
87505  description="HELLSCHREIBER PAUSE SYMBOL",
87506  direction="on",
87507  linebreak="al",
87508  unicodeslot=0x2BFF,
87509 },
87510 [0x2C00]={
87511  category="lu",
87512  description="GLAGOLITIC CAPITAL LETTER AZU",
87513  direction="l",
87514  lccode=0x2C30,
87515  linebreak="al",
87516  unicodeslot=0x2C00,
87517 },
87518 [0x2C01]={
87519  category="lu",
87520  description="GLAGOLITIC CAPITAL LETTER BUKY",
87521  direction="l",
87522  lccode=0x2C31,
87523  linebreak="al",
87524  unicodeslot=0x2C01,
87525 },
87526 [0x2C02]={
87527  category="lu",
87528  description="GLAGOLITIC CAPITAL LETTER VEDE",
87529  direction="l",
87530  lccode=0x2C32,
87531  linebreak="al",
87532  unicodeslot=0x2C02,
87533 },
87534 [0x2C03]={
87535  category="lu",
87536  description="GLAGOLITIC CAPITAL LETTER GLAGOLI",
87537  direction="l",
87538  lccode=0x2C33,
87539  linebreak="al",
87540  unicodeslot=0x2C03,
87541 },
87542 [0x2C04]={
87543  category="lu",
87544  description="GLAGOLITIC CAPITAL LETTER DOBRO",
87545  direction="l",
87546  lccode=0x2C34,
87547  linebreak="al",
87548  unicodeslot=0x2C04,
87549 },
87550 [0x2C05]={
87551  category="lu",
87552  description="GLAGOLITIC CAPITAL LETTER YESTU",
87553  direction="l",
87554  lccode=0x2C35,
87555  linebreak="al",
87556  unicodeslot=0x2C05,
87557 },
87558 [0x2C06]={
87559  category="lu",
87560  description="GLAGOLITIC CAPITAL LETTER ZHIVETE",
87561  direction="l",
87562  lccode=0x2C36,
87563  linebreak="al",
87564  unicodeslot=0x2C06,
87565 },
87566 [0x2C07]={
87567  category="lu",
87568  description="GLAGOLITIC CAPITAL LETTER DZELO",
87569  direction="l",
87570  lccode=0x2C37,
87571  linebreak="al",
87572  unicodeslot=0x2C07,
87573 },
87574 [0x2C08]={
87575  category="lu",
87576  description="GLAGOLITIC CAPITAL LETTER ZEMLJA",
87577  direction="l",
87578  lccode=0x2C38,
87579  linebreak="al",
87580  unicodeslot=0x2C08,
87581 },
87582 [0x2C09]={
87583  category="lu",
87584  description="GLAGOLITIC CAPITAL LETTER IZHE",
87585  direction="l",
87586  lccode=0x2C39,
87587  linebreak="al",
87588  unicodeslot=0x2C09,
87589 },
87590 [0x2C0A]={
87591  category="lu",
87592  description="GLAGOLITIC CAPITAL LETTER INITIAL IZHE",
87593  direction="l",
87594  lccode=0x2C3A,
87595  linebreak="al",
87596  unicodeslot=0x2C0A,
87597 },
87598 [0x2C0B]={
87599  category="lu",
87600  description="GLAGOLITIC CAPITAL LETTER I",
87601  direction="l",
87602  lccode=0x2C3B,
87603  linebreak="al",
87604  unicodeslot=0x2C0B,
87605 },
87606 [0x2C0C]={
87607  category="lu",
87608  description="GLAGOLITIC CAPITAL LETTER DJERVI",
87609  direction="l",
87610  lccode=0x2C3C,
87611  linebreak="al",
87612  unicodeslot=0x2C0C,
87613 },
87614 [0x2C0D]={
87615  category="lu",
87616  description="GLAGOLITIC CAPITAL LETTER KAKO",
87617  direction="l",
87618  lccode=0x2C3D,
87619  linebreak="al",
87620  unicodeslot=0x2C0D,
87621 },
87622 [0x2C0E]={
87623  category="lu",
87624  description="GLAGOLITIC CAPITAL LETTER LJUDIJE",
87625  direction="l",
87626  lccode=0x2C3E,
87627  linebreak="al",
87628  unicodeslot=0x2C0E,
87629 },
87630 [0x2C0F]={
87631  category="lu",
87632  description="GLAGOLITIC CAPITAL LETTER MYSLITE",
87633  direction="l",
87634  lccode=0x2C3F,
87635  linebreak="al",
87636  unicodeslot=0x2C0F,
87637 },
87638 [0x2C10]={
87639  category="lu",
87640  description="GLAGOLITIC CAPITAL LETTER NASHI",
87641  direction="l",
87642  lccode=0x2C40,
87643  linebreak="al",
87644  unicodeslot=0x2C10,
87645 },
87646 [0x2C11]={
87647  category="lu",
87648  description="GLAGOLITIC CAPITAL LETTER ONU",
87649  direction="l",
87650  lccode=0x2C41,
87651  linebreak="al",
87652  unicodeslot=0x2C11,
87653 },
87654 [0x2C12]={
87655  category="lu",
87656  description="GLAGOLITIC CAPITAL LETTER POKOJI",
87657  direction="l",
87658  lccode=0x2C42,
87659  linebreak="al",
87660  unicodeslot=0x2C12,
87661 },
87662 [0x2C13]={
87663  category="lu",
87664  description="GLAGOLITIC CAPITAL LETTER RITSI",
87665  direction="l",
87666  lccode=0x2C43,
87667  linebreak="al",
87668  unicodeslot=0x2C13,
87669 },
87670 [0x2C14]={
87671  category="lu",
87672  description="GLAGOLITIC CAPITAL LETTER SLOVO",
87673  direction="l",
87674  lccode=0x2C44,
87675  linebreak="al",
87676  unicodeslot=0x2C14,
87677 },
87678 [0x2C15]={
87679  category="lu",
87680  description="GLAGOLITIC CAPITAL LETTER TVRIDO",
87681  direction="l",
87682  lccode=0x2C45,
87683  linebreak="al",
87684  unicodeslot=0x2C15,
87685 },
87686 [0x2C16]={
87687  category="lu",
87688  description="GLAGOLITIC CAPITAL LETTER UKU",
87689  direction="l",
87690  lccode=0x2C46,
87691  linebreak="al",
87692  unicodeslot=0x2C16,
87693 },
87694 [0x2C17]={
87695  category="lu",
87696  description="GLAGOLITIC CAPITAL LETTER FRITU",
87697  direction="l",
87698  lccode=0x2C47,
87699  linebreak="al",
87700  unicodeslot=0x2C17,
87701 },
87702 [0x2C18]={
87703  category="lu",
87704  description="GLAGOLITIC CAPITAL LETTER HERU",
87705  direction="l",
87706  lccode=0x2C48,
87707  linebreak="al",
87708  unicodeslot=0x2C18,
87709 },
87710 [0x2C19]={
87711  category="lu",
87712  description="GLAGOLITIC CAPITAL LETTER OTU",
87713  direction="l",
87714  lccode=0x2C49,
87715  linebreak="al",
87716  unicodeslot=0x2C19,
87717 },
87718 [0x2C1A]={
87719  category="lu",
87720  description="GLAGOLITIC CAPITAL LETTER PE",
87721  direction="l",
87722  lccode=0x2C4A,
87723  linebreak="al",
87724  unicodeslot=0x2C1A,
87725 },
87726 [0x2C1B]={
87727  category="lu",
87728  description="GLAGOLITIC CAPITAL LETTER SHTA",
87729  direction="l",
87730  lccode=0x2C4B,
87731  linebreak="al",
87732  unicodeslot=0x2C1B,
87733 },
87734 [0x2C1C]={
87735  category="lu",
87736  description="GLAGOLITIC CAPITAL LETTER TSI",
87737  direction="l",
87738  lccode=0x2C4C,
87739  linebreak="al",
87740  unicodeslot=0x2C1C,
87741 },
87742 [0x2C1D]={
87743  category="lu",
87744  description="GLAGOLITIC CAPITAL LETTER CHRIVI",
87745  direction="l",
87746  lccode=0x2C4D,
87747  linebreak="al",
87748  unicodeslot=0x2C1D,
87749 },
87750 [0x2C1E]={
87751  category="lu",
87752  description="GLAGOLITIC CAPITAL LETTER SHA",
87753  direction="l",
87754  lccode=0x2C4E,
87755  linebreak="al",
87756  unicodeslot=0x2C1E,
87757 },
87758 [0x2C1F]={
87759  category="lu",
87760  description="GLAGOLITIC CAPITAL LETTER YERU",
87761  direction="l",
87762  lccode=0x2C4F,
87763  linebreak="al",
87764  unicodeslot=0x2C1F,
87765 },
87766 [0x2C20]={
87767  category="lu",
87768  description="GLAGOLITIC CAPITAL LETTER YERI",
87769  direction="l",
87770  lccode=0x2C50,
87771  linebreak="al",
87772  unicodeslot=0x2C20,
87773 },
87774 [0x2C21]={
87775  category="lu",
87776  description="GLAGOLITIC CAPITAL LETTER YATI",
87777  direction="l",
87778  lccode=0x2C51,
87779  linebreak="al",
87780  unicodeslot=0x2C21,
87781 },
87782 [0x2C22]={
87783  category="lu",
87784  description="GLAGOLITIC CAPITAL LETTER SPIDERY HA",
87785  direction="l",
87786  lccode=0x2C52,
87787  linebreak="al",
87788  unicodeslot=0x2C22,
87789 },
87790 [0x2C23]={
87791  category="lu",
87792  description="GLAGOLITIC CAPITAL LETTER YU",
87793  direction="l",
87794  lccode=0x2C53,
87795  linebreak="al",
87796  unicodeslot=0x2C23,
87797 },
87798 [0x2C24]={
87799  category="lu",
87800  description="GLAGOLITIC CAPITAL LETTER SMALL YUS",
87801  direction="l",
87802  lccode=0x2C54,
87803  linebreak="al",
87804  unicodeslot=0x2C24,
87805 },
87806 [0x2C25]={
87807  category="lu",
87808  description="GLAGOLITIC CAPITAL LETTER SMALL YUS WITH TAIL",
87809  direction="l",
87810  lccode=0x2C55,
87811  linebreak="al",
87812  unicodeslot=0x2C25,
87813 },
87814 [0x2C26]={
87815  category="lu",
87816  description="GLAGOLITIC CAPITAL LETTER YO",
87817  direction="l",
87818  lccode=0x2C56,
87819  linebreak="al",
87820  unicodeslot=0x2C26,
87821 },
87822 [0x2C27]={
87823  category="lu",
87824  description="GLAGOLITIC CAPITAL LETTER IOTATED SMALL YUS",
87825  direction="l",
87826  lccode=0x2C57,
87827  linebreak="al",
87828  unicodeslot=0x2C27,
87829 },
87830 [0x2C28]={
87831  category="lu",
87832  description="GLAGOLITIC CAPITAL LETTER BIG YUS",
87833  direction="l",
87834  lccode=0x2C58,
87835  linebreak="al",
87836  unicodeslot=0x2C28,
87837 },
87838 [0x2C29]={
87839  category="lu",
87840  description="GLAGOLITIC CAPITAL LETTER IOTATED BIG YUS",
87841  direction="l",
87842  lccode=0x2C59,
87843  linebreak="al",
87844  unicodeslot=0x2C29,
87845 },
87846 [0x2C2A]={
87847  category="lu",
87848  description="GLAGOLITIC CAPITAL LETTER FITA",
87849  direction="l",
87850  lccode=0x2C5A,
87851  linebreak="al",
87852  unicodeslot=0x2C2A,
87853 },
87854 [0x2C2B]={
87855  category="lu",
87856  description="GLAGOLITIC CAPITAL LETTER IZHITSA",
87857  direction="l",
87858  lccode=0x2C5B,
87859  linebreak="al",
87860  unicodeslot=0x2C2B,
87861 },
87862 [0x2C2C]={
87863  category="lu",
87864  description="GLAGOLITIC CAPITAL LETTER SHTAPIC",
87865  direction="l",
87866  lccode=0x2C5C,
87867  linebreak="al",
87868  unicodeslot=0x2C2C,
87869 },
87870 [0x2C2D]={
87871  category="lu",
87872  description="GLAGOLITIC CAPITAL LETTER TROKUTASTI A",
87873  direction="l",
87874  lccode=0x2C5D,
87875  linebreak="al",
87876  unicodeslot=0x2C2D,
87877 },
87878 [0x2C2E]={
87879  category="lu",
87880  description="GLAGOLITIC CAPITAL LETTER LATINATE MYSLITE",
87881  direction="l",
87882  lccode=0x2C5E,
87883  linebreak="al",
87884  unicodeslot=0x2C2E,
87885 },
87886 [0x2C2F]={
87887  category="lu",
87888  description="GLAGOLITIC CAPITAL LETTER CAUDATE CHRIVI",
87889  direction="l",
87890  lccode=0x2C5F,
87891  linebreak="al",
87892  unicodeslot=0x2C2F,
87893 },
87894 [0x2C30]={
87895  category="ll",
87896  description="GLAGOLITIC SMALL LETTER AZU",
87897  direction="l",
87898  linebreak="al",
87899  uccode=0x2C00,
87900  unicodeslot=0x2C30,
87901 },
87902 [0x2C31]={
87903  category="ll",
87904  description="GLAGOLITIC SMALL LETTER BUKY",
87905  direction="l",
87906  linebreak="al",
87907  uccode=0x2C01,
87908  unicodeslot=0x2C31,
87909 },
87910 [0x2C32]={
87911  category="ll",
87912  description="GLAGOLITIC SMALL LETTER VEDE",
87913  direction="l",
87914  linebreak="al",
87915  uccode=0x2C02,
87916  unicodeslot=0x2C32,
87917 },
87918 [0x2C33]={
87919  category="ll",
87920  description="GLAGOLITIC SMALL LETTER GLAGOLI",
87921  direction="l",
87922  linebreak="al",
87923  uccode=0x2C03,
87924  unicodeslot=0x2C33,
87925 },
87926 [0x2C34]={
87927  category="ll",
87928  description="GLAGOLITIC SMALL LETTER DOBRO",
87929  direction="l",
87930  linebreak="al",
87931  uccode=0x2C04,
87932  unicodeslot=0x2C34,
87933 },
87934 [0x2C35]={
87935  category="ll",
87936  description="GLAGOLITIC SMALL LETTER YESTU",
87937  direction="l",
87938  linebreak="al",
87939  uccode=0x2C05,
87940  unicodeslot=0x2C35,
87941 },
87942 [0x2C36]={
87943  category="ll",
87944  description="GLAGOLITIC SMALL LETTER ZHIVETE",
87945  direction="l",
87946  linebreak="al",
87947  uccode=0x2C06,
87948  unicodeslot=0x2C36,
87949 },
87950 [0x2C37]={
87951  category="ll",
87952  description="GLAGOLITIC SMALL LETTER DZELO",
87953  direction="l",
87954  linebreak="al",
87955  uccode=0x2C07,
87956  unicodeslot=0x2C37,
87957 },
87958 [0x2C38]={
87959  category="ll",
87960  description="GLAGOLITIC SMALL LETTER ZEMLJA",
87961  direction="l",
87962  linebreak="al",
87963  uccode=0x2C08,
87964  unicodeslot=0x2C38,
87965 },
87966 [0x2C39]={
87967  category="ll",
87968  description="GLAGOLITIC SMALL LETTER IZHE",
87969  direction="l",
87970  linebreak="al",
87971  uccode=0x2C09,
87972  unicodeslot=0x2C39,
87973 },
87974 [0x2C3A]={
87975  category="ll",
87976  description="GLAGOLITIC SMALL LETTER INITIAL IZHE",
87977  direction="l",
87978  linebreak="al",
87979  uccode=0x2C0A,
87980  unicodeslot=0x2C3A,
87981 },
87982 [0x2C3B]={
87983  category="ll",
87984  description="GLAGOLITIC SMALL LETTER I",
87985  direction="l",
87986  linebreak="al",
87987  uccode=0x2C0B,
87988  unicodeslot=0x2C3B,
87989 },
87990 [0x2C3C]={
87991  category="ll",
87992  description="GLAGOLITIC SMALL LETTER DJERVI",
87993  direction="l",
87994  linebreak="al",
87995  uccode=0x2C0C,
87996  unicodeslot=0x2C3C,
87997 },
87998 [0x2C3D]={
87999  category="ll",
88000  description="GLAGOLITIC SMALL LETTER KAKO",
88001  direction="l",
88002  linebreak="al",
88003  uccode=0x2C0D,
88004  unicodeslot=0x2C3D,
88005 },
88006 [0x2C3E]={
88007  category="ll",
88008  description="GLAGOLITIC SMALL LETTER LJUDIJE",
88009  direction="l",
88010  linebreak="al",
88011  uccode=0x2C0E,
88012  unicodeslot=0x2C3E,
88013 },
88014 [0x2C3F]={
88015  category="ll",
88016  description="GLAGOLITIC SMALL LETTER MYSLITE",
88017  direction="l",
88018  linebreak="al",
88019  uccode=0x2C0F,
88020  unicodeslot=0x2C3F,
88021 },
88022 [0x2C40]={
88023  category="ll",
88024  description="GLAGOLITIC SMALL LETTER NASHI",
88025  direction="l",
88026  linebreak="al",
88027  uccode=0x2C10,
88028  unicodeslot=0x2C40,
88029 },
88030 [0x2C41]={
88031  category="ll",
88032  description="GLAGOLITIC SMALL LETTER ONU",
88033  direction="l",
88034  linebreak="al",
88035  uccode=0x2C11,
88036  unicodeslot=0x2C41,
88037 },
88038 [0x2C42]={
88039  category="ll",
88040  description="GLAGOLITIC SMALL LETTER POKOJI",
88041  direction="l",
88042  linebreak="al",
88043  uccode=0x2C12,
88044  unicodeslot=0x2C42,
88045 },
88046 [0x2C43]={
88047  category="ll",
88048  description="GLAGOLITIC SMALL LETTER RITSI",
88049  direction="l",
88050  linebreak="al",
88051  uccode=0x2C13,
88052  unicodeslot=0x2C43,
88053 },
88054 [0x2C44]={
88055  category="ll",
88056  description="GLAGOLITIC SMALL LETTER SLOVO",
88057  direction="l",
88058  linebreak="al",
88059  uccode=0x2C14,
88060  unicodeslot=0x2C44,
88061 },
88062 [0x2C45]={
88063  category="ll",
88064  description="GLAGOLITIC SMALL LETTER TVRIDO",
88065  direction="l",
88066  linebreak="al",
88067  uccode=0x2C15,
88068  unicodeslot=0x2C45,
88069 },
88070 [0x2C46]={
88071  category="ll",
88072  description="GLAGOLITIC SMALL LETTER UKU",
88073  direction="l",
88074  linebreak="al",
88075  uccode=0x2C16,
88076  unicodeslot=0x2C46,
88077 },
88078 [0x2C47]={
88079  category="ll",
88080  description="GLAGOLITIC SMALL LETTER FRITU",
88081  direction="l",
88082  linebreak="al",
88083  uccode=0x2C17,
88084  unicodeslot=0x2C47,
88085 },
88086 [0x2C48]={
88087  category="ll",
88088  description="GLAGOLITIC SMALL LETTER HERU",
88089  direction="l",
88090  linebreak="al",
88091  uccode=0x2C18,
88092  unicodeslot=0x2C48,
88093 },
88094 [0x2C49]={
88095  category="ll",
88096  description="GLAGOLITIC SMALL LETTER OTU",
88097  direction="l",
88098  linebreak="al",
88099  uccode=0x2C19,
88100  unicodeslot=0x2C49,
88101 },
88102 [0x2C4A]={
88103  category="ll",
88104  description="GLAGOLITIC SMALL LETTER PE",
88105  direction="l",
88106  linebreak="al",
88107  uccode=0x2C1A,
88108  unicodeslot=0x2C4A,
88109 },
88110 [0x2C4B]={
88111  category="ll",
88112  description="GLAGOLITIC SMALL LETTER SHTA",
88113  direction="l",
88114  linebreak="al",
88115  uccode=0x2C1B,
88116  unicodeslot=0x2C4B,
88117 },
88118 [0x2C4C]={
88119  category="ll",
88120  description="GLAGOLITIC SMALL LETTER TSI",
88121  direction="l",
88122  linebreak="al",
88123  uccode=0x2C1C,
88124  unicodeslot=0x2C4C,
88125 },
88126 [0x2C4D]={
88127  category="ll",
88128  description="GLAGOLITIC SMALL LETTER CHRIVI",
88129  direction="l",
88130  linebreak="al",
88131  uccode=0x2C1D,
88132  unicodeslot=0x2C4D,
88133 },
88134 [0x2C4E]={
88135  category="ll",
88136  description="GLAGOLITIC SMALL LETTER SHA",
88137  direction="l",
88138  linebreak="al",
88139  uccode=0x2C1E,
88140  unicodeslot=0x2C4E,
88141 },
88142 [0x2C4F]={
88143  category="ll",
88144  description="GLAGOLITIC SMALL LETTER YERU",
88145  direction="l",
88146  linebreak="al",
88147  uccode=0x2C1F,
88148  unicodeslot=0x2C4F,
88149 },
88150 [0x2C50]={
88151  category="ll",
88152  description="GLAGOLITIC SMALL LETTER YERI",
88153  direction="l",
88154  linebreak="al",
88155  uccode=0x2C20,
88156  unicodeslot=0x2C50,
88157 },
88158 [0x2C51]={
88159  category="ll",
88160  description="GLAGOLITIC SMALL LETTER YATI",
88161  direction="l",
88162  linebreak="al",
88163  uccode=0x2C21,
88164  unicodeslot=0x2C51,
88165 },
88166 [0x2C52]={
88167  category="ll",
88168  description="GLAGOLITIC SMALL LETTER SPIDERY HA",
88169  direction="l",
88170  linebreak="al",
88171  uccode=0x2C22,
88172  unicodeslot=0x2C52,
88173 },
88174 [0x2C53]={
88175  category="ll",
88176  description="GLAGOLITIC SMALL LETTER YU",
88177  direction="l",
88178  linebreak="al",
88179  uccode=0x2C23,
88180  unicodeslot=0x2C53,
88181 },
88182 [0x2C54]={
88183  category="ll",
88184  description="GLAGOLITIC SMALL LETTER SMALL YUS",
88185  direction="l",
88186  linebreak="al",
88187  uccode=0x2C24,
88188  unicodeslot=0x2C54,
88189 },
88190 [0x2C55]={
88191  category="ll",
88192  description="GLAGOLITIC SMALL LETTER SMALL YUS WITH TAIL",
88193  direction="l",
88194  linebreak="al",
88195  uccode=0x2C25,
88196  unicodeslot=0x2C55,
88197 },
88198 [0x2C56]={
88199  category="ll",
88200  description="GLAGOLITIC SMALL LETTER YO",
88201  direction="l",
88202  linebreak="al",
88203  uccode=0x2C26,
88204  unicodeslot=0x2C56,
88205 },
88206 [0x2C57]={
88207  category="ll",
88208  description="GLAGOLITIC SMALL LETTER IOTATED SMALL YUS",
88209  direction="l",
88210  linebreak="al",
88211  uccode=0x2C27,
88212  unicodeslot=0x2C57,
88213 },
88214 [0x2C58]={
88215  category="ll",
88216  description="GLAGOLITIC SMALL LETTER BIG YUS",
88217  direction="l",
88218  linebreak="al",
88219  uccode=0x2C28,
88220  unicodeslot=0x2C58,
88221 },
88222 [0x2C59]={
88223  category="ll",
88224  description="GLAGOLITIC SMALL LETTER IOTATED BIG YUS",
88225  direction="l",
88226  linebreak="al",
88227  uccode=0x2C29,
88228  unicodeslot=0x2C59,
88229 },
88230 [0x2C5A]={
88231  category="ll",
88232  description="GLAGOLITIC SMALL LETTER FITA",
88233  direction="l",
88234  linebreak="al",
88235  uccode=0x2C2A,
88236  unicodeslot=0x2C5A,
88237 },
88238 [0x2C5B]={
88239  category="ll",
88240  description="GLAGOLITIC SMALL LETTER IZHITSA",
88241  direction="l",
88242  linebreak="al",
88243  uccode=0x2C2B,
88244  unicodeslot=0x2C5B,
88245 },
88246 [0x2C5C]={
88247  category="ll",
88248  description="GLAGOLITIC SMALL LETTER SHTAPIC",
88249  direction="l",
88250  linebreak="al",
88251  uccode=0x2C2C,
88252  unicodeslot=0x2C5C,
88253 },
88254 [0x2C5D]={
88255  category="ll",
88256  description="GLAGOLITIC SMALL LETTER TROKUTASTI A",
88257  direction="l",
88258  linebreak="al",
88259  uccode=0x2C2D,
88260  unicodeslot=0x2C5D,
88261 },
88262 [0x2C5E]={
88263  category="ll",
88264  description="GLAGOLITIC SMALL LETTER LATINATE MYSLITE",
88265  direction="l",
88266  linebreak="al",
88267  uccode=0x2C2E,
88268  unicodeslot=0x2C5E,
88269 },
88270 [0x2C5F]={
88271  category="ll",
88272  description="GLAGOLITIC SMALL LETTER CAUDATE CHRIVI",
88273  direction="l",
88274  linebreak="al",
88275  unicodeslot=0x2C5F,
88276 },
88277 [0x2C60]={
88278  category="lu",
88279  description="LATIN CAPITAL LETTER L WITH DOUBLE BAR",
88280  direction="l",
88281  lccode=0x2C61,
88282  linebreak="al",
88283  shcode=0x4C,
88284  unicodeslot=0x2C60,
88285 },
88286 [0x2C61]={
88287  category="ll",
88288  description="LATIN SMALL LETTER L WITH DOUBLE BAR",
88289  direction="l",
88290  linebreak="al",
88291  shcode=0x6C,
88292  uccode=0x2C60,
88293  unicodeslot=0x2C61,
88294 },
88295 [0x2C62]={
88296  category="lu",
88297  description="LATIN CAPITAL LETTER L WITH MIDDLE TILDE",
88298  direction="l",
88299  lccode=0x26B,
88300  linebreak="al",
88301  shcode=0x4C,
88302  unicodeslot=0x2C62,
88303 },
88304 [0x2C63]={
88305  category="lu",
88306  description="LATIN CAPITAL LETTER P WITH STROKE",
88307  direction="l",
88308  lccode=0x1D7D,
88309  linebreak="al",
88310  shcode=0x50,
88311  specials={ "with", 0x50, 0x2F },
88312  unicodeslot=0x2C63,
88313 },
88314 [0x2C64]={
88315  category="lu",
88316  description="LATIN CAPITAL LETTER R WITH TAIL",
88317  direction="l",
88318  lccode=0x27D,
88319  linebreak="al",
88320  shcode=0x52,
88321  unicodeslot=0x2C64,
88322 },
88323 [0x2C65]={
88324  category="ll",
88325  description="LATIN SMALL LETTER A WITH STROKE",
88326  direction="l",
88327  linebreak="al",
88328  shcode=0x61,
88329  specials={ "with", 0x61, 0x2F },
88330  uccode=0x23A,
88331  unicodeslot=0x2C65,
88332 },
88333 [0x2C66]={
88334  category="ll",
88335  description="LATIN SMALL LETTER T WITH DIAGONAL STROKE",
88336  direction="l",
88337  linebreak="al",
88338  shcode=0x74,
88339  uccode=0x23E,
88340  unicodeslot=0x2C66,
88341 },
88342 [0x2C67]={
88343  category="lu",
88344  description="LATIN CAPITAL LETTER H WITH DESCENDER",
88345  direction="l",
88346  lccode=0x2C68,
88347  linebreak="al",
88348  shcode=0x48,
88349  unicodeslot=0x2C67,
88350 },
88351 [0x2C68]={
88352  category="ll",
88353  description="LATIN SMALL LETTER H WITH DESCENDER",
88354  direction="l",
88355  linebreak="al",
88356  shcode=0x68,
88357  uccode=0x2C67,
88358  unicodeslot=0x2C68,
88359 },
88360 [0x2C69]={
88361  category="lu",
88362  description="LATIN CAPITAL LETTER K WITH DESCENDER",
88363  direction="l",
88364  lccode=0x2C6A,
88365  linebreak="al",
88366  shcode=0x4B,
88367  unicodeslot=0x2C69,
88368 },
88369 [0x2C6A]={
88370  category="ll",
88371  description="LATIN SMALL LETTER K WITH DESCENDER",
88372  direction="l",
88373  linebreak="al",
88374  shcode=0x6B,
88375  uccode=0x2C69,
88376  unicodeslot=0x2C6A,
88377 },
88378 [0x2C6B]={
88379  category="lu",
88380  description="LATIN CAPITAL LETTER Z WITH DESCENDER",
88381  direction="l",
88382  lccode=0x2C6C,
88383  linebreak="al",
88384  shcode=0x5A,
88385  unicodeslot=0x2C6B,
88386 },
88387 [0x2C6C]={
88388  category="ll",
88389  description="LATIN SMALL LETTER Z WITH DESCENDER",
88390  direction="l",
88391  linebreak="al",
88392  shcode=0x7A,
88393  uccode=0x2C6B,
88394  unicodeslot=0x2C6C,
88395 },
88396 [0x2C6D]={
88397  category="lu",
88398  description="LATIN CAPITAL LETTER ALPHA",
88399  direction="l",
88400  lccode=0x251,
88401  linebreak="al",
88402  unicodeslot=0x2C6D,
88403 },
88404 [0x2C6E]={
88405  category="lu",
88406  description="LATIN CAPITAL LETTER M WITH HOOK",
88407  direction="l",
88408  lccode=0x271,
88409  linebreak="al",
88410  specials={ "with", 0x4D, 0x1FA9D },
88411  unicodeslot=0x2C6E,
88412 },
88413 [0x2C6F]={
88414  category="lu",
88415  description="LATIN CAPITAL LETTER TURNED A",
88416  direction="l",
88417  lccode=0x250,
88418  linebreak="al",
88419  unicodeslot=0x2C6F,
88420 },
88421 [0x2C70]={
88422  category="lu",
88423  description="LATIN CAPITAL LETTER TURNED ALPHA",
88424  direction="l",
88425  lccode=0x252,
88426  linebreak="al",
88427  unicodeslot=0x2C70,
88428 },
88429 [0x2C71]={
88430  category="ll",
88431  description="LATIN SMALL LETTER V WITH RIGHT HOOK",
88432  direction="l",
88433  linebreak="al",
88434  unicodeslot=0x2C71,
88435 },
88436 [0x2C72]={
88437  category="lu",
88438  description="LATIN CAPITAL LETTER W WITH HOOK",
88439  direction="l",
88440  lccode=0x2C73,
88441  linebreak="al",
88442  specials={ "with", 0x57, 0x1FA9D },
88443  unicodeslot=0x2C72,
88444 },
88445 [0x2C73]={
88446  category="ll",
88447  description="LATIN SMALL LETTER W WITH HOOK",
88448  direction="l",
88449  linebreak="al",
88450  specials={ "with", 0x77, 0x1FA9D },
88451  unicodeslot=0x2C73,
88452 },
88453 [0x2C74]={
88454  category="ll",
88455  description="LATIN SMALL LETTER V WITH CURL",
88456  direction="l",
88457  linebreak="al",
88458  shcode=0x76,
88459  unicodeslot=0x2C74,
88460 },
88461 [0x2C75]={
88462  category="lu",
88463  description="LATIN CAPITAL LETTER HALF H",
88464  direction="l",
88465  lccode=0x2C76,
88466  linebreak="al",
88467  unicodeslot=0x2C75,
88468 },
88469 [0x2C76]={
88470  category="ll",
88471  description="LATIN SMALL LETTER HALF H",
88472  direction="l",
88473  linebreak="al",
88474  uccode=0x2C75,
88475  unicodeslot=0x2C76,
88476 },
88477 [0x2C77]={
88478  category="ll",
88479  description="LATIN SMALL LETTER TAILLESS PHI",
88480  direction="l",
88481  linebreak="al",
88482  unicodeslot=0x2C77,
88483 },
88484 [0x2C78]={
88485  category="ll",
88486  description="LATIN SMALL LETTER E WITH NOTCH",
88487  direction="l",
88488  linebreak="al",
88489  unicodeslot=0x2C78,
88490 },
88491 [0x2C79]={
88492  category="ll",
88493  description="LATIN SMALL LETTER TURNED R WITH TAIL",
88494  direction="l",
88495  linebreak="al",
88496  unicodeslot=0x2C79,
88497 },
88498 [0x2C7A]={
88499  category="ll",
88500  description="LATIN SMALL LETTER O WITH LOW RING INSIDE",
88501  direction="l",
88502  linebreak="al",
88503  unicodeslot=0x2C7A,
88504 },
88505 [0x2C7B]={
88506  category="ll",
88507  description="LATIN LETTER SMALL CAPITAL TURNED E",
88508  direction="l",
88509  linebreak="al",
88510  unicodeslot=0x2C7B,
88511 },
88512 [0x2C7C]={
88513  category="ll",
88514  description="LATIN SUBSCRIPT SMALL LETTER J",
88515  direction="l",
88516  linebreak="al",
88517  specials={ "sub", 0x6A },
88518  unicodeslot=0x2C7C,
88519 },
88520 [0x2C7D]={
88521  category="lm",
88522  description="MODIFIER LETTER CAPITAL V",
88523  direction="l",
88524  linebreak="al",
88525  specials={ "super", 0x56 },
88526  unicodeslot=0x2C7D,
88527 },
88528 [0x2C7E]={
88529  category="lu",
88530  description="LATIN CAPITAL LETTER S WITH SWASH TAIL",
88531  direction="l",
88532  lccode=0x23F,
88533  linebreak="al",
88534  unicodeslot=0x2C7E,
88535 },
88536 [0x2C7F]={
88537  category="lu",
88538  description="LATIN CAPITAL LETTER Z WITH SWASH TAIL",
88539  direction="l",
88540  lccode=0x240,
88541  linebreak="al",
88542  unicodeslot=0x2C7F,
88543 },
88544 [0x2C80]={
88545  category="lu",
88546  description="COPTIC CAPITAL LETTER ALFA",
88547  direction="l",
88548  lccode=0x2C81,
88549  linebreak="al",
88550  unicodeslot=0x2C80,
88551 },
88552 [0x2C81]={
88553  category="ll",
88554  description="COPTIC SMALL LETTER ALFA",
88555  direction="l",
88556  linebreak="al",
88557  uccode=0x2C80,
88558  unicodeslot=0x2C81,
88559 },
88560 [0x2C82]={
88561  category="lu",
88562  description="COPTIC CAPITAL LETTER VIDA",
88563  direction="l",
88564  lccode=0x2C83,
88565  linebreak="al",
88566  unicodeslot=0x2C82,
88567 },
88568 [0x2C83]={
88569  category="ll",
88570  description="COPTIC SMALL LETTER VIDA",
88571  direction="l",
88572  linebreak="al",
88573  uccode=0x2C82,
88574  unicodeslot=0x2C83,
88575 },
88576 [0x2C84]={
88577  category="lu",
88578  description="COPTIC CAPITAL LETTER GAMMA",
88579  direction="l",
88580  lccode=0x2C85,
88581  linebreak="al",
88582  unicodeslot=0x2C84,
88583 },
88584 [0x2C85]={
88585  category="ll",
88586  description="COPTIC SMALL LETTER GAMMA",
88587  direction="l",
88588  linebreak="al",
88589  uccode=0x2C84,
88590  unicodeslot=0x2C85,
88591 },
88592 [0x2C86]={
88593  category="lu",
88594  description="COPTIC CAPITAL LETTER DALDA",
88595  direction="l",
88596  lccode=0x2C87,
88597  linebreak="al",
88598  unicodeslot=0x2C86,
88599 },
88600 [0x2C87]={
88601  category="ll",
88602  description="COPTIC SMALL LETTER DALDA",
88603  direction="l",
88604  linebreak="al",
88605  uccode=0x2C86,
88606  unicodeslot=0x2C87,
88607 },
88608 [0x2C88]={
88609  category="lu",
88610  description="COPTIC CAPITAL LETTER EIE",
88611  direction="l",
88612  lccode=0x2C89,
88613  linebreak="al",
88614  unicodeslot=0x2C88,
88615 },
88616 [0x2C89]={
88617  category="ll",
88618  description="COPTIC SMALL LETTER EIE",
88619  direction="l",
88620  linebreak="al",
88621  uccode=0x2C88,
88622  unicodeslot=0x2C89,
88623 },
88624 [0x2C8A]={
88625  category="lu",
88626  description="COPTIC CAPITAL LETTER SOU",
88627  direction="l",
88628  lccode=0x2C8B,
88629  linebreak="al",
88630  unicodeslot=0x2C8A,
88631 },
88632 [0x2C8B]={
88633  category="ll",
88634  description="COPTIC SMALL LETTER SOU",
88635  direction="l",
88636  linebreak="al",
88637  uccode=0x2C8A,
88638  unicodeslot=0x2C8B,
88639 },
88640 [0x2C8C]={
88641  category="lu",
88642  description="COPTIC CAPITAL LETTER ZATA",
88643  direction="l",
88644  lccode=0x2C8D,
88645  linebreak="al",
88646  unicodeslot=0x2C8C,
88647 },
88648 [0x2C8D]={
88649  category="ll",
88650  description="COPTIC SMALL LETTER ZATA",
88651  direction="l",
88652  linebreak="al",
88653  uccode=0x2C8C,
88654  unicodeslot=0x2C8D,
88655 },
88656 [0x2C8E]={
88657  category="lu",
88658  description="COPTIC CAPITAL LETTER HATE",
88659  direction="l",
88660  lccode=0x2C8F,
88661  linebreak="al",
88662  unicodeslot=0x2C8E,
88663 },
88664 [0x2C8F]={
88665  category="ll",
88666  description="COPTIC SMALL LETTER HATE",
88667  direction="l",
88668  linebreak="al",
88669  uccode=0x2C8E,
88670  unicodeslot=0x2C8F,
88671 },
88672 [0x2C90]={
88673  category="lu",
88674  description="COPTIC CAPITAL LETTER THETHE",
88675  direction="l",
88676  lccode=0x2C91,
88677  linebreak="al",
88678  unicodeslot=0x2C90,
88679 },
88680 [0x2C91]={
88681  category="ll",
88682  description="COPTIC SMALL LETTER THETHE",
88683  direction="l",
88684  linebreak="al",
88685  uccode=0x2C90,
88686  unicodeslot=0x2C91,
88687 },
88688 [0x2C92]={
88689  category="lu",
88690  description="COPTIC CAPITAL LETTER IAUDA",
88691  direction="l",
88692  lccode=0x2C93,
88693  linebreak="al",
88694  unicodeslot=0x2C92,
88695 },
88696 [0x2C93]={
88697  category="ll",
88698  description="COPTIC SMALL LETTER IAUDA",
88699  direction="l",
88700  linebreak="al",
88701  uccode=0x2C92,
88702  unicodeslot=0x2C93,
88703 },
88704 [0x2C94]={
88705  category="lu",
88706  description="COPTIC CAPITAL LETTER KAPA",
88707  direction="l",
88708  lccode=0x2C95,
88709  linebreak="al",
88710  unicodeslot=0x2C94,
88711 },
88712 [0x2C95]={
88713  category="ll",
88714  description="COPTIC SMALL LETTER KAPA",
88715  direction="l",
88716  linebreak="al",
88717  uccode=0x2C94,
88718  unicodeslot=0x2C95,
88719 },
88720 [0x2C96]={
88721  category="lu",
88722  description="COPTIC CAPITAL LETTER LAULA",
88723  direction="l",
88724  lccode=0x2C97,
88725  linebreak="al",
88726  unicodeslot=0x2C96,
88727 },
88728 [0x2C97]={
88729  category="ll",
88730  description="COPTIC SMALL LETTER LAULA",
88731  direction="l",
88732  linebreak="al",
88733  uccode=0x2C96,
88734  unicodeslot=0x2C97,
88735 },
88736 [0x2C98]={
88737  category="lu",
88738  description="COPTIC CAPITAL LETTER MI",
88739  direction="l",
88740  lccode=0x2C99,
88741  linebreak="al",
88742  unicodeslot=0x2C98,
88743 },
88744 [0x2C99]={
88745  category="ll",
88746  description="COPTIC SMALL LETTER MI",
88747  direction="l",
88748  linebreak="al",
88749  uccode=0x2C98,
88750  unicodeslot=0x2C99,
88751 },
88752 [0x2C9A]={
88753  category="lu",
88754  description="COPTIC CAPITAL LETTER NI",
88755  direction="l",
88756  lccode=0x2C9B,
88757  linebreak="al",
88758  unicodeslot=0x2C9A,
88759 },
88760 [0x2C9B]={
88761  category="ll",
88762  description="COPTIC SMALL LETTER NI",
88763  direction="l",
88764  linebreak="al",
88765  uccode=0x2C9A,
88766  unicodeslot=0x2C9B,
88767 },
88768 [0x2C9C]={
88769  category="lu",
88770  description="COPTIC CAPITAL LETTER KSI",
88771  direction="l",
88772  lccode=0x2C9D,
88773  linebreak="al",
88774  unicodeslot=0x2C9C,
88775 },
88776 [0x2C9D]={
88777  category="ll",
88778  description="COPTIC SMALL LETTER KSI",
88779  direction="l",
88780  linebreak="al",
88781  uccode=0x2C9C,
88782  unicodeslot=0x2C9D,
88783 },
88784 [0x2C9E]={
88785  category="lu",
88786  description="COPTIC CAPITAL LETTER O",
88787  direction="l",
88788  lccode=0x2C9F,
88789  linebreak="al",
88790  unicodeslot=0x2C9E,
88791 },
88792 [0x2C9F]={
88793  category="ll",
88794  description="COPTIC SMALL LETTER O",
88795  direction="l",
88796  linebreak="al",
88797  uccode=0x2C9E,
88798  unicodeslot=0x2C9F,
88799 },
88800 [0x2CA0]={
88801  category="lu",
88802  description="COPTIC CAPITAL LETTER PI",
88803  direction="l",
88804  lccode=0x2CA1,
88805  linebreak="al",
88806  unicodeslot=0x2CA0,
88807 },
88808 [0x2CA1]={
88809  category="ll",
88810  description="COPTIC SMALL LETTER PI",
88811  direction="l",
88812  linebreak="al",
88813  uccode=0x2CA0,
88814  unicodeslot=0x2CA1,
88815 },
88816 [0x2CA2]={
88817  category="lu",
88818  description="COPTIC CAPITAL LETTER RO",
88819  direction="l",
88820  lccode=0x2CA3,
88821  linebreak="al",
88822  unicodeslot=0x2CA2,
88823 },
88824 [0x2CA3]={
88825  category="ll",
88826  description="COPTIC SMALL LETTER RO",
88827  direction="l",
88828  linebreak="al",
88829  uccode=0x2CA2,
88830  unicodeslot=0x2CA3,
88831 },
88832 [0x2CA4]={
88833  category="lu",
88834  description="COPTIC CAPITAL LETTER SIMA",
88835  direction="l",
88836  lccode=0x2CA5,
88837  linebreak="al",
88838  unicodeslot=0x2CA4,
88839 },
88840 [0x2CA5]={
88841  category="ll",
88842  description="COPTIC SMALL LETTER SIMA",
88843  direction="l",
88844  linebreak="al",
88845  uccode=0x2CA4,
88846  unicodeslot=0x2CA5,
88847 },
88848 [0x2CA6]={
88849  category="lu",
88850  description="COPTIC CAPITAL LETTER TAU",
88851  direction="l",
88852  lccode=0x2CA7,
88853  linebreak="al",
88854  unicodeslot=0x2CA6,
88855 },
88856 [0x2CA7]={
88857  category="ll",
88858  description="COPTIC SMALL LETTER TAU",
88859  direction="l",
88860  linebreak="al",
88861  uccode=0x2CA6,
88862  unicodeslot=0x2CA7,
88863 },
88864 [0x2CA8]={
88865  category="lu",
88866  description="COPTIC CAPITAL LETTER UA",
88867  direction="l",
88868  lccode=0x2CA9,
88869  linebreak="al",
88870  unicodeslot=0x2CA8,
88871 },
88872 [0x2CA9]={
88873  category="ll",
88874  description="COPTIC SMALL LETTER UA",
88875  direction="l",
88876  linebreak="al",
88877  uccode=0x2CA8,
88878  unicodeslot=0x2CA9,
88879 },
88880 [0x2CAA]={
88881  category="lu",
88882  description="COPTIC CAPITAL LETTER FI",
88883  direction="l",
88884  lccode=0x2CAB,
88885  linebreak="al",
88886  unicodeslot=0x2CAA,
88887 },
88888 [0x2CAB]={
88889  category="ll",
88890  description="COPTIC SMALL LETTER FI",
88891  direction="l",
88892  linebreak="al",
88893  uccode=0x2CAA,
88894  unicodeslot=0x2CAB,
88895 },
88896 [0x2CAC]={
88897  category="lu",
88898  description="COPTIC CAPITAL LETTER KHI",
88899  direction="l",
88900  lccode=0x2CAD,
88901  linebreak="al",
88902  unicodeslot=0x2CAC,
88903 },
88904 [0x2CAD]={
88905  category="ll",
88906  description="COPTIC SMALL LETTER KHI",
88907  direction="l",
88908  linebreak="al",
88909  uccode=0x2CAC,
88910  unicodeslot=0x2CAD,
88911 },
88912 [0x2CAE]={
88913  category="lu",
88914  description="COPTIC CAPITAL LETTER PSI",
88915  direction="l",
88916  lccode=0x2CAF,
88917  linebreak="al",
88918  unicodeslot=0x2CAE,
88919 },
88920 [0x2CAF]={
88921  category="ll",
88922  description="COPTIC SMALL LETTER PSI",
88923  direction="l",
88924  linebreak="al",
88925  uccode=0x2CAE,
88926  unicodeslot=0x2CAF,
88927 },
88928 [0x2CB0]={
88929  category="lu",
88930  description="COPTIC CAPITAL LETTER OOU",
88931  direction="l",
88932  lccode=0x2CB1,
88933  linebreak="al",
88934  unicodeslot=0x2CB0,
88935 },
88936 [0x2CB1]={
88937  category="ll",
88938  description="COPTIC SMALL LETTER OOU",
88939  direction="l",
88940  linebreak="al",
88941  uccode=0x2CB0,
88942  unicodeslot=0x2CB1,
88943 },
88944 [0x2CB2]={
88945  category="lu",
88946  description="COPTIC CAPITAL LETTER DIALECT-P ALEF",
88947  direction="l",
88948  lccode=0x2CB3,
88949  linebreak="al",
88950  unicodeslot=0x2CB2,
88951 },
88952 [0x2CB3]={
88953  category="ll",
88954  description="COPTIC SMALL LETTER DIALECT-P ALEF",
88955  direction="l",
88956  linebreak="al",
88957  uccode=0x2CB2,
88958  unicodeslot=0x2CB3,
88959 },
88960 [0x2CB4]={
88961  category="lu",
88962  description="COPTIC CAPITAL LETTER OLD COPTIC AIN",
88963  direction="l",
88964  lccode=0x2CB5,
88965  linebreak="al",
88966  unicodeslot=0x2CB4,
88967 },
88968 [0x2CB5]={
88969  category="ll",
88970  description="COPTIC SMALL LETTER OLD COPTIC AIN",
88971  direction="l",
88972  linebreak="al",
88973  uccode=0x2CB4,
88974  unicodeslot=0x2CB5,
88975 },
88976 [0x2CB6]={
88977  category="lu",
88978  description="COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE",
88979  direction="l",
88980  lccode=0x2CB7,
88981  linebreak="al",
88982  unicodeslot=0x2CB6,
88983 },
88984 [0x2CB7]={
88985  category="ll",
88986  description="COPTIC SMALL LETTER CRYPTOGRAMMIC EIE",
88987  direction="l",
88988  linebreak="al",
88989  uccode=0x2CB6,
88990  unicodeslot=0x2CB7,
88991 },
88992 [0x2CB8]={
88993  category="lu",
88994  description="COPTIC CAPITAL LETTER DIALECT-P KAPA",
88995  direction="l",
88996  lccode=0x2CB9,
88997  linebreak="al",
88998  unicodeslot=0x2CB8,
88999 },
89000 [0x2CB9]={
89001  category="ll",
89002  description="COPTIC SMALL LETTER DIALECT-P KAPA",
89003  direction="l",
89004  linebreak="al",
89005  uccode=0x2CB8,
89006  unicodeslot=0x2CB9,
89007 },
89008 [0x2CBA]={
89009  category="lu",
89010  description="COPTIC CAPITAL LETTER DIALECT-P NI",
89011  direction="l",
89012  lccode=0x2CBB,
89013  linebreak="al",
89014  unicodeslot=0x2CBA,
89015 },
89016 [0x2CBB]={
89017  category="ll",
89018  description="COPTIC SMALL LETTER DIALECT-P NI",
89019  direction="l",
89020  linebreak="al",
89021  uccode=0x2CBA,
89022  unicodeslot=0x2CBB,
89023 },
89024 [0x2CBC]={
89025  category="lu",
89026  description="COPTIC CAPITAL LETTER CRYPTOGRAMMIC NI",
89027  direction="l",
89028  lccode=0x2CBD,
89029  linebreak="al",
89030  unicodeslot=0x2CBC,
89031 },
89032 [0x2CBD]={
89033  category="ll",
89034  description="COPTIC SMALL LETTER CRYPTOGRAMMIC NI",
89035  direction="l",
89036  linebreak="al",
89037  uccode=0x2CBC,
89038  unicodeslot=0x2CBD,
89039 },
89040 [0x2CBE]={
89041  category="lu",
89042  description="COPTIC CAPITAL LETTER OLD COPTIC OOU",
89043  direction="l",
89044  lccode=0x2CBF,
89045  linebreak="al",
89046  unicodeslot=0x2CBE,
89047 },
89048 [0x2CBF]={
89049  category="ll",
89050  description="COPTIC SMALL LETTER OLD COPTIC OOU",
89051  direction="l",
89052  linebreak="al",
89053  uccode=0x2CBE,
89054  unicodeslot=0x2CBF,
89055 },
89056 [0x2CC0]={
89057  category="lu",
89058  description="COPTIC CAPITAL LETTER SAMPI",
89059  direction="l",
89060  lccode=0x2CC1,
89061  linebreak="al",
89062  unicodeslot=0x2CC0,
89063 },
89064 [0x2CC1]={
89065  category="ll",
89066  description="COPTIC SMALL LETTER SAMPI",
89067  direction="l",
89068  linebreak="al",
89069  uccode=0x2CC0,
89070  unicodeslot=0x2CC1,
89071 },
89072 [0x2CC2]={
89073  category="lu",
89074  description="COPTIC CAPITAL LETTER CROSSED SHEI",
89075  direction="l",
89076  lccode=0x2CC3,
89077  linebreak="al",
89078  unicodeslot=0x2CC2,
89079 },
89080 [0x2CC3]={
89081  category="ll",
89082  description="COPTIC SMALL LETTER CROSSED SHEI",
89083  direction="l",
89084  linebreak="al",
89085  uccode=0x2CC2,
89086  unicodeslot=0x2CC3,
89087 },
89088 [0x2CC4]={
89089  category="lu",
89090  description="COPTIC CAPITAL LETTER OLD COPTIC SHEI",
89091  direction="l",
89092  lccode=0x2CC5,
89093  linebreak="al",
89094  unicodeslot=0x2CC4,
89095 },
89096 [0x2CC5]={
89097  category="ll",
89098  description="COPTIC SMALL LETTER OLD COPTIC SHEI",
89099  direction="l",
89100  linebreak="al",
89101  uccode=0x2CC4,
89102  unicodeslot=0x2CC5,
89103 },
89104 [0x2CC6]={
89105  category="lu",
89106  description="COPTIC CAPITAL LETTER OLD COPTIC ESH",
89107  direction="l",
89108  lccode=0x2CC7,
89109  linebreak="al",
89110  unicodeslot=0x2CC6,
89111 },
89112 [0x2CC7]={
89113  category="ll",
89114  description="COPTIC SMALL LETTER OLD COPTIC ESH",
89115  direction="l",
89116  linebreak="al",
89117  uccode=0x2CC6,
89118  unicodeslot=0x2CC7,
89119 },
89120 [0x2CC8]={
89121  category="lu",
89122  description="COPTIC CAPITAL LETTER AKHMIMIC KHEI",
89123  direction="l",
89124  lccode=0x2CC9,
89125  linebreak="al",
89126  unicodeslot=0x2CC8,
89127 },
89128 [0x2CC9]={
89129  category="ll",
89130  description="COPTIC SMALL LETTER AKHMIMIC KHEI",
89131  direction="l",
89132  linebreak="al",
89133  uccode=0x2CC8,
89134  unicodeslot=0x2CC9,
89135 },
89136 [0x2CCA]={
89137  category="lu",
89138  description="COPTIC CAPITAL LETTER DIALECT-P HORI",
89139  direction="l",
89140  lccode=0x2CCB,
89141  linebreak="al",
89142  unicodeslot=0x2CCA,
89143 },
89144 [0x2CCB]={
89145  category="ll",
89146  description="COPTIC SMALL LETTER DIALECT-P HORI",
89147  direction="l",
89148  linebreak="al",
89149  uccode=0x2CCA,
89150  unicodeslot=0x2CCB,
89151 },
89152 [0x2CCC]={
89153  category="lu",
89154  description="COPTIC CAPITAL LETTER OLD COPTIC HORI",
89155  direction="l",
89156  lccode=0x2CCD,
89157  linebreak="al",
89158  unicodeslot=0x2CCC,
89159 },
89160 [0x2CCD]={
89161  category="ll",
89162  description="COPTIC SMALL LETTER OLD COPTIC HORI",
89163  direction="l",
89164  linebreak="al",
89165  uccode=0x2CCC,
89166  unicodeslot=0x2CCD,
89167 },
89168 [0x2CCE]={
89169  category="lu",
89170  description="COPTIC CAPITAL LETTER OLD COPTIC HA",
89171  direction="l",
89172  lccode=0x2CCF,
89173  linebreak="al",
89174  unicodeslot=0x2CCE,
89175 },
89176 [0x2CCF]={
89177  category="ll",
89178  description="COPTIC SMALL LETTER OLD COPTIC HA",
89179  direction="l",
89180  linebreak="al",
89181  uccode=0x2CCE,
89182  unicodeslot=0x2CCF,
89183 },
89184 [0x2CD0]={
89185  category="lu",
89186  description="COPTIC CAPITAL LETTER L-SHAPED HA",
89187  direction="l",
89188  lccode=0x2CD1,
89189  linebreak="al",
89190  unicodeslot=0x2CD0,
89191 },
89192 [0x2CD1]={
89193  category="ll",
89194  description="COPTIC SMALL LETTER L-SHAPED HA",
89195  direction="l",
89196  linebreak="al",
89197  uccode=0x2CD0,
89198  unicodeslot=0x2CD1,
89199 },
89200 [0x2CD2]={
89201  category="lu",
89202  description="COPTIC CAPITAL LETTER OLD COPTIC HEI",
89203  direction="l",
89204  lccode=0x2CD3,
89205  linebreak="al",
89206  unicodeslot=0x2CD2,
89207 },
89208 [0x2CD3]={
89209  category="ll",
89210  description="COPTIC SMALL LETTER OLD COPTIC HEI",
89211  direction="l",
89212  linebreak="al",
89213  uccode=0x2CD2,
89214  unicodeslot=0x2CD3,
89215 },
89216 [0x2CD4]={
89217  category="lu",
89218  description="COPTIC CAPITAL LETTER OLD COPTIC HAT",
89219  direction="l",
89220  lccode=0x2CD5,
89221  linebreak="al",
89222  unicodeslot=0x2CD4,
89223 },
89224 [0x2CD5]={
89225  category="ll",
89226  description="COPTIC SMALL LETTER OLD COPTIC HAT",
89227  direction="l",
89228  linebreak="al",
89229  uccode=0x2CD4,
89230  unicodeslot=0x2CD5,
89231 },
89232 [0x2CD6]={
89233  category="lu",
89234  description="COPTIC CAPITAL LETTER OLD COPTIC GANGIA",
89235  direction="l",
89236  lccode=0x2CD7,
89237  linebreak="al",
89238  unicodeslot=0x2CD6,
89239 },
89240 [0x2CD7]={
89241  category="ll",
89242  description="COPTIC SMALL LETTER OLD COPTIC GANGIA",
89243  direction="l",
89244  linebreak="al",
89245  uccode=0x2CD6,
89246  unicodeslot=0x2CD7,
89247 },
89248 [0x2CD8]={
89249  category="lu",
89250  description="COPTIC CAPITAL LETTER OLD COPTIC DJA",
89251  direction="l",
89252  lccode=0x2CD9,
89253  linebreak="al",
89254  unicodeslot=0x2CD8,
89255 },
89256 [0x2CD9]={
89257  category="ll",
89258  description="COPTIC SMALL LETTER OLD COPTIC DJA",
89259  direction="l",
89260  linebreak="al",
89261  uccode=0x2CD8,
89262  unicodeslot=0x2CD9,
89263 },
89264 [0x2CDA]={
89265  category="lu",
89266  description="COPTIC CAPITAL LETTER OLD COPTIC SHIMA",
89267  direction="l",
89268  lccode=0x2CDB,
89269  linebreak="al",
89270  unicodeslot=0x2CDA,
89271 },
89272 [0x2CDB]={
89273  category="ll",
89274  description="COPTIC SMALL LETTER OLD COPTIC SHIMA",
89275  direction="l",
89276  linebreak="al",
89277  uccode=0x2CDA,
89278  unicodeslot=0x2CDB,
89279 },
89280 [0x2CDC]={
89281  category="lu",
89282  description="COPTIC CAPITAL LETTER OLD NUBIAN SHIMA",
89283  direction="l",
89284  lccode=0x2CDD,
89285  linebreak="al",
89286  unicodeslot=0x2CDC,
89287 },
89288 [0x2CDD]={
89289  category="ll",
89290  description="COPTIC SMALL LETTER OLD NUBIAN SHIMA",
89291  direction="l",
89292  linebreak="al",
89293  uccode=0x2CDC,
89294  unicodeslot=0x2CDD,
89295 },
89296 [0x2CDE]={
89297  category="lu",
89298  description="COPTIC CAPITAL LETTER OLD NUBIAN NGI",
89299  direction="l",
89300  lccode=0x2CDF,
89301  linebreak="al",
89302  unicodeslot=0x2CDE,
89303 },
89304 [0x2CDF]={
89305  category="ll",
89306  description="COPTIC SMALL LETTER OLD NUBIAN NGI",
89307  direction="l",
89308  linebreak="al",
89309  uccode=0x2CDE,
89310  unicodeslot=0x2CDF,
89311 },
89312 [0x2CE0]={
89313  category="lu",
89314  description="COPTIC CAPITAL LETTER OLD NUBIAN NYI",
89315  direction="l",
89316  lccode=0x2CE1,
89317  linebreak="al",
89318  unicodeslot=0x2CE0,
89319 },
89320 [0x2CE1]={
89321  category="ll",
89322  description="COPTIC SMALL LETTER OLD NUBIAN NYI",
89323  direction="l",
89324  linebreak="al",
89325  uccode=0x2CE0,
89326  unicodeslot=0x2CE1,
89327 },
89328 [0x2CE2]={
89329  category="lu",
89330  description="COPTIC CAPITAL LETTER OLD NUBIAN WAU",
89331  direction="l",
89332  lccode=0x2CE3,
89333  linebreak="al",
89334  unicodeslot=0x2CE2,
89335 },
89336 [0x2CE3]={
89337  category="ll",
89338  description="COPTIC SMALL LETTER OLD NUBIAN WAU",
89339  direction="l",
89340  linebreak="al",
89341  uccode=0x2CE2,
89342  unicodeslot=0x2CE3,
89343 },
89344 [0x2CE4]={
89345  category="ll",
89346  description="COPTIC SYMBOL KAI",
89347  direction="l",
89348  linebreak="al",
89349  unicodeslot=0x2CE4,
89350 },
89351 [0x2CE5]={
89352  category="so",
89353  description="COPTIC SYMBOL MI RO",
89354  direction="on",
89355  linebreak="al",
89356  unicodeslot=0x2CE5,
89357 },
89358 [0x2CE6]={
89359  category="so",
89360  description="COPTIC SYMBOL PI RO",
89361  direction="on",
89362  linebreak="al",
89363  unicodeslot=0x2CE6,
89364 },
89365 [0x2CE7]={
89366  category="so",
89367  description="COPTIC SYMBOL STAUROS",
89368  direction="on",
89369  linebreak="al",
89370  unicodeslot=0x2CE7,
89371 },
89372 [0x2CE8]={
89373  category="so",
89374  description="COPTIC SYMBOL TAU RO",
89375  direction="on",
89376  linebreak="al",
89377  unicodeslot=0x2CE8,
89378 },
89379 [0x2CE9]={
89380  category="so",
89381  description="COPTIC SYMBOL KHI RO",
89382  direction="on",
89383  linebreak="al",
89384  unicodeslot=0x2CE9,
89385 },
89386 [0x2CEA]={
89387  category="so",
89388  description="COPTIC SYMBOL SHIMA SIMA",
89389  direction="on",
89390  linebreak="al",
89391  unicodeslot=0x2CEA,
89392 },
89393 [0x2CEB]={
89394  category="lu",
89395  description="COPTIC CAPITAL LETTER CRYPTOGRAMMIC SHEI",
89396  direction="l",
89397  lccode=0x2CEC,
89398  linebreak="al",
89399  unicodeslot=0x2CEB,
89400 },
89401 [0x2CEC]={
89402  category="ll",
89403  description="COPTIC SMALL LETTER CRYPTOGRAMMIC SHEI",
89404  direction="l",
89405  linebreak="al",
89406  unicodeslot=0x2CEC,
89407 },
89408 [0x2CED]={
89409  category="lu",
89410  description="COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA",
89411  direction="l",
89412  lccode=0x2CEE,
89413  linebreak="al",
89414  unicodeslot=0x2CED,
89415 },
89416 [0x2CEE]={
89417  category="ll",
89418  description="COPTIC SMALL LETTER CRYPTOGRAMMIC GANGIA",
89419  direction="l",
89420  linebreak="al",
89421  unicodeslot=0x2CEE,
89422 },
89423 [0x2CEF]={
89424  category="mn",
89425  combining=0xE6,
89426  description="COPTIC COMBINING NI ABOVE",
89427  direction="nsm",
89428  linebreak="cm",
89429  unicodeslot=0x2CEF,
89430 },
89431 [0x2CF0]={
89432  category="mn",
89433  combining=0xE6,
89434  description="COPTIC COMBINING SPIRITUS ASPER",
89435  direction="nsm",
89436  linebreak="cm",
89437  unicodeslot=0x2CF0,
89438 },
89439 [0x2CF1]={
89440  category="mn",
89441  combining=0xE6,
89442  description="COPTIC COMBINING SPIRITUS LENIS",
89443  direction="nsm",
89444  linebreak="cm",
89445  unicodeslot=0x2CF1,
89446 },
89447 [0x2CF2]={
89448  category="lu",
89449  description="COPTIC CAPITAL LETTER BOHAIRIC KHEI",
89450  direction="l",
89451  lccode=0x2CF3,
89452  linebreak="al",
89453  unicodeslot=0x2CF2,
89454 },
89455 [0x2CF3]={
89456  category="ll",
89457  description="COPTIC SMALL LETTER BOHAIRIC KHEI",
89458  direction="l",
89459  linebreak="al",
89460  unicodeslot=0x2CF3,
89461 },
89462 [0x2CF9]={
89463  category="po",
89464  description="COPTIC OLD NUBIAN FULL STOP",
89465  direction="on",
89466  linebreak="ex",
89467  unicodeslot=0x2CF9,
89468 },
89469 [0x2CFA]={
89470  category="po",
89471  description="COPTIC OLD NUBIAN DIRECT QUESTION MARK",
89472  direction="on",
89473  linebreak="ba",
89474  unicodeslot=0x2CFA,
89475 },
89476 [0x2CFB]={
89477  category="po",
89478  description="COPTIC OLD NUBIAN INDIRECT QUESTION MARK",
89479  direction="on",
89480  linebreak="ba",
89481  unicodeslot=0x2CFB,
89482 },
89483 [0x2CFC]={
89484  category="po",
89485  description="COPTIC OLD NUBIAN VERSE DIVIDER",
89486  direction="on",
89487  linebreak="ba",
89488  unicodeslot=0x2CFC,
89489 },
89490 [0x2CFD]={
89491  category="no",
89492  description="COPTIC FRACTION ONE HALF",
89493  direction="on",
89494  linebreak="al",
89495  unicodeslot=0x2CFD,
89496 },
89497 [0x2CFE]={
89498  category="po",
89499  description="COPTIC FULL STOP",
89500  direction="on",
89501  linebreak="ex",
89502  unicodeslot=0x2CFE,
89503 },
89504 [0x2CFF]={
89505  category="po",
89506  description="COPTIC MORPHOLOGICAL DIVIDER",
89507  direction="on",
89508  linebreak="ba",
89509  unicodeslot=0x2CFF,
89510 },
89511 [0x2D00]={
89512  category="ll",
89513  description="GEORGIAN SMALL LETTER AN",
89514  direction="l",
89515  linebreak="al",
89516  uccode=0x10A0,
89517  unicodeslot=0x2D00,
89518 },
89519 [0x2D01]={
89520  category="ll",
89521  description="GEORGIAN SMALL LETTER BAN",
89522  direction="l",
89523  linebreak="al",
89524  uccode=0x10A1,
89525  unicodeslot=0x2D01,
89526 },
89527 [0x2D02]={
89528  category="ll",
89529  description="GEORGIAN SMALL LETTER GAN",
89530  direction="l",
89531  linebreak="al",
89532  uccode=0x10A2,
89533  unicodeslot=0x2D02,
89534 },
89535 [0x2D03]={
89536  category="ll",
89537  description="GEORGIAN SMALL LETTER DON",
89538  direction="l",
89539  linebreak="al",
89540  uccode=0x10A3,
89541  unicodeslot=0x2D03,
89542 },
89543 [0x2D04]={
89544  category="ll",
89545  description="GEORGIAN SMALL LETTER EN",
89546  direction="l",
89547  linebreak="al",
89548  uccode=0x10A4,
89549  unicodeslot=0x2D04,
89550 },
89551 [0x2D05]={
89552  category="ll",
89553  description="GEORGIAN SMALL LETTER VIN",
89554  direction="l",
89555  linebreak="al",
89556  uccode=0x10A5,
89557  unicodeslot=0x2D05,
89558 },
89559 [0x2D06]={
89560  category="ll",
89561  description="GEORGIAN SMALL LETTER ZEN",
89562  direction="l",
89563  linebreak="al",
89564  uccode=0x10A6,
89565  unicodeslot=0x2D06,
89566 },
89567 [0x2D07]={
89568  category="ll",
89569  description="GEORGIAN SMALL LETTER TAN",
89570  direction="l",
89571  linebreak="al",
89572  uccode=0x10A7,
89573  unicodeslot=0x2D07,
89574 },
89575 [0x2D08]={
89576  category="ll",
89577  description="GEORGIAN SMALL LETTER IN",
89578  direction="l",
89579  linebreak="al",
89580  uccode=0x10A8,
89581  unicodeslot=0x2D08,
89582 },
89583 [0x2D09]={
89584  category="ll",
89585  description="GEORGIAN SMALL LETTER KAN",
89586  direction="l",
89587  linebreak="al",
89588  uccode=0x10A9,
89589  unicodeslot=0x2D09,
89590 },
89591 [0x2D0A]={
89592  category="ll",
89593  description="GEORGIAN SMALL LETTER LAS",
89594  direction="l",
89595  linebreak="al",
89596  uccode=0x10AA,
89597  unicodeslot=0x2D0A,
89598 },
89599 [0x2D0B]={
89600  category="ll",
89601  description="GEORGIAN SMALL LETTER MAN",
89602  direction="l",
89603  linebreak="al",
89604  uccode=0x10AB,
89605  unicodeslot=0x2D0B,
89606 },
89607 [0x2D0C]={
89608  category="ll",
89609  description="GEORGIAN SMALL LETTER NAR",
89610  direction="l",
89611  linebreak="al",
89612  uccode=0x10AC,
89613  unicodeslot=0x2D0C,
89614 },
89615 [0x2D0D]={
89616  category="ll",
89617  description="GEORGIAN SMALL LETTER ON",
89618  direction="l",
89619  linebreak="al",
89620  uccode=0x10AD,
89621  unicodeslot=0x2D0D,
89622 },
89623 [0x2D0E]={
89624  category="ll",
89625  description="GEORGIAN SMALL LETTER PAR",
89626  direction="l",
89627  linebreak="al",
89628  uccode=0x10AE,
89629  unicodeslot=0x2D0E,
89630 },
89631 [0x2D0F]={
89632  category="ll",
89633  description="GEORGIAN SMALL LETTER ZHAR",
89634  direction="l",
89635  linebreak="al",
89636  uccode=0x10AF,
89637  unicodeslot=0x2D0F,
89638 },
89639 [0x2D10]={
89640  category="ll",
89641  description="GEORGIAN SMALL LETTER RAE",
89642  direction="l",
89643  linebreak="al",
89644  uccode=0x10B0,
89645  unicodeslot=0x2D10,
89646 },
89647 [0x2D11]={
89648  category="ll",
89649  description="GEORGIAN SMALL LETTER SAN",
89650  direction="l",
89651  linebreak="al",
89652  uccode=0x10B1,
89653  unicodeslot=0x2D11,
89654 },
89655 [0x2D12]={
89656  category="ll",
89657  description="GEORGIAN SMALL LETTER TAR",
89658  direction="l",
89659  linebreak="al",
89660  uccode=0x10B2,
89661  unicodeslot=0x2D12,
89662 },
89663 [0x2D13]={
89664  category="ll",
89665  description="GEORGIAN SMALL LETTER UN",
89666  direction="l",
89667  linebreak="al",
89668  uccode=0x10B3,
89669  unicodeslot=0x2D13,
89670 },
89671 [0x2D14]={
89672  category="ll",
89673  description="GEORGIAN SMALL LETTER PHAR",
89674  direction="l",
89675  linebreak="al",
89676  uccode=0x10B4,
89677  unicodeslot=0x2D14,
89678 },
89679 [0x2D15]={
89680  category="ll",
89681  description="GEORGIAN SMALL LETTER KHAR",
89682  direction="l",
89683  linebreak="al",
89684  uccode=0x10B5,
89685  unicodeslot=0x2D15,
89686 },
89687 [0x2D16]={
89688  category="ll",
89689  description="GEORGIAN SMALL LETTER GHAN",
89690  direction="l",
89691  linebreak="al",
89692  uccode=0x10B6,
89693  unicodeslot=0x2D16,
89694 },
89695 [0x2D17]={
89696  category="ll",
89697  description="GEORGIAN SMALL LETTER QAR",
89698  direction="l",
89699  linebreak="al",
89700  uccode=0x10B7,
89701  unicodeslot=0x2D17,
89702 },
89703 [0x2D18]={
89704  category="ll",
89705  description="GEORGIAN SMALL LETTER SHIN",
89706  direction="l",
89707  linebreak="al",
89708  uccode=0x10B8,
89709  unicodeslot=0x2D18,
89710 },
89711 [0x2D19]={
89712  category="ll",
89713  description="GEORGIAN SMALL LETTER CHIN",
89714  direction="l",
89715  linebreak="al",
89716  uccode=0x10B9,
89717  unicodeslot=0x2D19,
89718 },
89719 [0x2D1A]={
89720  category="ll",
89721  description="GEORGIAN SMALL LETTER CAN",
89722  direction="l",
89723  linebreak="al",
89724  uccode=0x10BA,
89725  unicodeslot=0x2D1A,
89726 },
89727 [0x2D1B]={
89728  category="ll",
89729  description="GEORGIAN SMALL LETTER JIL",
89730  direction="l",
89731  linebreak="al",
89732  uccode=0x10BB,
89733  unicodeslot=0x2D1B,
89734 },
89735 [0x2D1C]={
89736  category="ll",
89737  description="GEORGIAN SMALL LETTER CIL",
89738  direction="l",
89739  linebreak="al",
89740  uccode=0x10BC,
89741  unicodeslot=0x2D1C,
89742 },
89743 [0x2D1D]={
89744  category="ll",
89745  description="GEORGIAN SMALL LETTER CHAR",
89746  direction="l",
89747  linebreak="al",
89748  uccode=0x10BD,
89749  unicodeslot=0x2D1D,
89750 },
89751 [0x2D1E]={
89752  category="ll",
89753  description="GEORGIAN SMALL LETTER XAN",
89754  direction="l",
89755  linebreak="al",
89756  uccode=0x10BE,
89757  unicodeslot=0x2D1E,
89758 },
89759 [0x2D1F]={
89760  category="ll",
89761  description="GEORGIAN SMALL LETTER JHAN",
89762  direction="l",
89763  linebreak="al",
89764  uccode=0x10BF,
89765  unicodeslot=0x2D1F,
89766 },
89767 [0x2D20]={
89768  category="ll",
89769  description="GEORGIAN SMALL LETTER HAE",
89770  direction="l",
89771  linebreak="al",
89772  uccode=0x10C0,
89773  unicodeslot=0x2D20,
89774 },
89775 [0x2D21]={
89776  category="ll",
89777  description="GEORGIAN SMALL LETTER HE",
89778  direction="l",
89779  linebreak="al",
89780  uccode=0x10C1,
89781  unicodeslot=0x2D21,
89782 },
89783 [0x2D22]={
89784  category="ll",
89785  description="GEORGIAN SMALL LETTER HIE",
89786  direction="l",
89787  linebreak="al",
89788  uccode=0x10C2,
89789  unicodeslot=0x2D22,
89790 },
89791 [0x2D23]={
89792  category="ll",
89793  description="GEORGIAN SMALL LETTER WE",
89794  direction="l",
89795  linebreak="al",
89796  uccode=0x10C3,
89797  unicodeslot=0x2D23,
89798 },
89799 [0x2D24]={
89800  category="ll",
89801  description="GEORGIAN SMALL LETTER HAR",
89802  direction="l",
89803  linebreak="al",
89804  uccode=0x10C4,
89805  unicodeslot=0x2D24,
89806 },
89807 [0x2D25]={
89808  category="ll",
89809  description="GEORGIAN SMALL LETTER HOE",
89810  direction="l",
89811  linebreak="al",
89812  uccode=0x10C5,
89813  unicodeslot=0x2D25,
89814 },
89815 [0x2D27]={
89816  category="ll",
89817  description="GEORGIAN SMALL LETTER YN",
89818  direction="l",
89819  linebreak="al",
89820  unicodeslot=0x2D27,
89821 },
89822 [0x2D2D]={
89823  category="ll",
89824  description="GEORGIAN SMALL LETTER AEN",
89825  direction="l",
89826  linebreak="al",
89827  unicodeslot=0x2D2D,
89828 },
89829 [0x2D30]={
89830  category="lo",
89831  description="TIFINAGH LETTER YA",
89832  direction="l",
89833  linebreak="al",
89834  unicodeslot=0x2D30,
89835 },
89836 [0x2D31]={
89837  category="lo",
89838  description="TIFINAGH LETTER YAB",
89839  direction="l",
89840  linebreak="al",
89841  unicodeslot=0x2D31,
89842 },
89843 [0x2D32]={
89844  category="lo",
89845  description="TIFINAGH LETTER YABH",
89846  direction="l",
89847  linebreak="al",
89848  unicodeslot=0x2D32,
89849 },
89850 [0x2D33]={
89851  category="lo",
89852  description="TIFINAGH LETTER YAG",
89853  direction="l",
89854  linebreak="al",
89855  unicodeslot=0x2D33,
89856 },
89857 [0x2D34]={
89858  category="lo",
89859  description="TIFINAGH LETTER YAGHH",
89860  direction="l",
89861  linebreak="al",
89862  unicodeslot=0x2D34,
89863 },
89864 [0x2D35]={
89865  category="lo",
89866  description="TIFINAGH LETTER BERBER ACADEMY YAJ",
89867  direction="l",
89868  linebreak="al",
89869  unicodeslot=0x2D35,
89870 },
89871 [0x2D36]={
89872  category="lo",
89873  description="TIFINAGH LETTER YAJ",
89874  direction="l",
89875  linebreak="al",
89876  unicodeslot=0x2D36,
89877 },
89878 [0x2D37]={
89879  category="lo",
89880  description="TIFINAGH LETTER YAD",
89881  direction="l",
89882  linebreak="al",
89883  unicodeslot=0x2D37,
89884 },
89885 [0x2D38]={
89886  category="lo",
89887  description="TIFINAGH LETTER YADH",
89888  direction="l",
89889  linebreak="al",
89890  unicodeslot=0x2D38,
89891 },
89892 [0x2D39]={
89893  category="lo",
89894  description="TIFINAGH LETTER YADD",
89895  direction="l",
89896  linebreak="al",
89897  unicodeslot=0x2D39,
89898 },
89899 [0x2D3A]={
89900  category="lo",
89901  description="TIFINAGH LETTER YADDH",
89902  direction="l",
89903  linebreak="al",
89904  unicodeslot=0x2D3A,
89905 },
89906 [0x2D3B]={
89907  category="lo",
89908  description="TIFINAGH LETTER YEY",
89909  direction="l",
89910  linebreak="al",
89911  unicodeslot=0x2D3B,
89912 },
89913 [0x2D3C]={
89914  category="lo",
89915  description="TIFINAGH LETTER YAF",
89916  direction="l",
89917  linebreak="al",
89918  unicodeslot=0x2D3C,
89919 },
89920 [0x2D3D]={
89921  category="lo",
89922  description="TIFINAGH LETTER YAK",
89923  direction="l",
89924  linebreak="al",
89925  unicodeslot=0x2D3D,
89926 },
89927 [0x2D3E]={
89928  category="lo",
89929  description="TIFINAGH LETTER TUAREG YAK",
89930  direction="l",
89931  linebreak="al",
89932  unicodeslot=0x2D3E,
89933 },
89934 [0x2D3F]={
89935  category="lo",
89936  description="TIFINAGH LETTER YAKHH",
89937  direction="l",
89938  linebreak="al",
89939  unicodeslot=0x2D3F,
89940 },
89941 [0x2D40]={
89942  category="lo",
89943  description="TIFINAGH LETTER YAH",
89944  direction="l",
89945  linebreak="al",
89946  unicodeslot=0x2D40,
89947 },
89948 [0x2D41]={
89949  category="lo",
89950  description="TIFINAGH LETTER BERBER ACADEMY YAH",
89951  direction="l",
89952  linebreak="al",
89953  unicodeslot=0x2D41,
89954 },
89955 [0x2D42]={
89956  category="lo",
89957  description="TIFINAGH LETTER TUAREG YAH",
89958  direction="l",
89959  linebreak="al",
89960  unicodeslot=0x2D42,
89961 },
89962 [0x2D43]={
89963  category="lo",
89964  description="TIFINAGH LETTER YAHH",
89965  direction="l",
89966  linebreak="al",
89967  unicodeslot=0x2D43,
89968 },
89969 [0x2D44]={
89970  category="lo",
89971  description="TIFINAGH LETTER YAA",
89972  direction="l",
89973  linebreak="al",
89974  unicodeslot=0x2D44,
89975 },
89976 [0x2D45]={
89977  category="lo",
89978  description="TIFINAGH LETTER YAKH",
89979  direction="l",
89980  linebreak="al",
89981  unicodeslot=0x2D45,
89982 },
89983 [0x2D46]={
89984  category="lo",
89985  description="TIFINAGH LETTER TUAREG YAKH",
89986  direction="l",
89987  linebreak="al",
89988  unicodeslot=0x2D46,
89989 },
89990 [0x2D47]={
89991  category="lo",
89992  description="TIFINAGH LETTER YAQ",
89993  direction="l",
89994  linebreak="al",
89995  unicodeslot=0x2D47,
89996 },
89997 [0x2D48]={
89998  category="lo",
89999  description="TIFINAGH LETTER TUAREG YAQ",
90000  direction="l",
90001  linebreak="al",
90002  unicodeslot=0x2D48,
90003 },
90004 [0x2D49]={
90005  category="lo",
90006  description="TIFINAGH LETTER YI",
90007  direction="l",
90008  linebreak="al",
90009  unicodeslot=0x2D49,
90010 },
90011 [0x2D4A]={
90012  category="lo",
90013  description="TIFINAGH LETTER YAZH",
90014  direction="l",
90015  linebreak="al",
90016  unicodeslot=0x2D4A,
90017 },
90018 [0x2D4B]={
90019  category="lo",
90020  description="TIFINAGH LETTER AHAGGAR YAZH",
90021  direction="l",
90022  linebreak="al",
90023  unicodeslot=0x2D4B,
90024 },
90025 [0x2D4C]={
90026  category="lo",
90027  description="TIFINAGH LETTER TUAREG YAZH",
90028  direction="l",
90029  linebreak="al",
90030  unicodeslot=0x2D4C,
90031 },
90032 [0x2D4D]={
90033  category="lo",
90034  description="TIFINAGH LETTER YAL",
90035  direction="l",
90036  linebreak="al",
90037  unicodeslot=0x2D4D,
90038 },
90039 [0x2D4E]={
90040  category="lo",
90041  description="TIFINAGH LETTER YAM",
90042  direction="l",
90043  linebreak="al",
90044  unicodeslot=0x2D4E,
90045 },
90046 [0x2D4F]={
90047  category="lo",
90048  description="TIFINAGH LETTER YAN",
90049  direction="l",
90050  linebreak="al",
90051  unicodeslot=0x2D4F,
90052 },
90053 [0x2D50]={
90054  category="lo",
90055  description="TIFINAGH LETTER TUAREG YAGN",
90056  direction="l",
90057  linebreak="al",
90058  unicodeslot=0x2D50,
90059 },
90060 [0x2D51]={
90061  category="lo",
90062  description="TIFINAGH LETTER TUAREG YANG",
90063  direction="l",
90064  linebreak="al",
90065  unicodeslot=0x2D51,
90066 },
90067 [0x2D52]={
90068  category="lo",
90069  description="TIFINAGH LETTER YAP",
90070  direction="l",
90071  linebreak="al",
90072  unicodeslot=0x2D52,
90073 },
90074 [0x2D53]={
90075  category="lo",
90076  description="TIFINAGH LETTER YU",
90077  direction="l",
90078  linebreak="al",
90079  unicodeslot=0x2D53,
90080 },
90081 [0x2D54]={
90082  category="lo",
90083  description="TIFINAGH LETTER YAR",
90084  direction="l",
90085  linebreak="al",
90086  unicodeslot=0x2D54,
90087 },
90088 [0x2D55]={
90089  category="lo",
90090  description="TIFINAGH LETTER YARR",
90091  direction="l",
90092  linebreak="al",
90093  unicodeslot=0x2D55,
90094 },
90095 [0x2D56]={
90096  category="lo",
90097  description="TIFINAGH LETTER YAGH",
90098  direction="l",
90099  linebreak="al",
90100  unicodeslot=0x2D56,
90101 },
90102 [0x2D57]={
90103  category="lo",
90104  description="TIFINAGH LETTER TUAREG YAGH",
90105  direction="l",
90106  linebreak="al",
90107  unicodeslot=0x2D57,
90108 },
90109 [0x2D58]={
90110  category="lo",
90111  description="TIFINAGH LETTER AYER YAGH",
90112  direction="l",
90113  linebreak="al",
90114  unicodeslot=0x2D58,
90115 },
90116 [0x2D59]={
90117  category="lo",
90118  description="TIFINAGH LETTER YAS",
90119  direction="l",
90120  linebreak="al",
90121  unicodeslot=0x2D59,
90122 },
90123 [0x2D5A]={
90124  category="lo",
90125  description="TIFINAGH LETTER YASS",
90126  direction="l",
90127  linebreak="al",
90128  unicodeslot=0x2D5A,
90129 },
90130 [0x2D5B]={
90131  category="lo",
90132  description="TIFINAGH LETTER YASH",
90133  direction="l",
90134  linebreak="al",
90135  unicodeslot=0x2D5B,
90136 },
90137 [0x2D5C]={
90138  category="lo",
90139  description="TIFINAGH LETTER YAT",
90140  direction="l",
90141  linebreak="al",
90142  unicodeslot=0x2D5C,
90143 },
90144 [0x2D5D]={
90145  category="lo",
90146  description="TIFINAGH LETTER YATH",
90147  direction="l",
90148  linebreak="al",
90149  unicodeslot=0x2D5D,
90150 },
90151 [0x2D5E]={
90152  category="lo",
90153  description="TIFINAGH LETTER YACH",
90154  direction="l",
90155  linebreak="al",
90156  unicodeslot=0x2D5E,
90157 },
90158 [0x2D5F]={
90159  category="lo",
90160  description="TIFINAGH LETTER YATT",
90161  direction="l",
90162  linebreak="al",
90163  unicodeslot=0x2D5F,
90164 },
90165 [0x2D60]={
90166  category="lo",
90167  description="TIFINAGH LETTER YAV",
90168  direction="l",
90169  linebreak="al",
90170  unicodeslot=0x2D60,
90171 },
90172 [0x2D61]={
90173  category="lo",
90174  description="TIFINAGH LETTER YAW",
90175  direction="l",
90176  linebreak="al",
90177  unicodeslot=0x2D61,
90178 },
90179 [0x2D62]={
90180  category="lo",
90181  description="TIFINAGH LETTER YAY",
90182  direction="l",
90183  linebreak="al",
90184  unicodeslot=0x2D62,
90185 },
90186 [0x2D63]={
90187  category="lo",
90188  description="TIFINAGH LETTER YAZ",
90189  direction="l",
90190  linebreak="al",
90191  unicodeslot=0x2D63,
90192 },
90193 [0x2D64]={
90194  category="lo",
90195  description="TIFINAGH LETTER TAWELLEMET YAZ",
90196  direction="l",
90197  linebreak="al",
90198  unicodeslot=0x2D64,
90199 },
90200 [0x2D65]={
90201  category="lo",
90202  description="TIFINAGH LETTER YAZZ",
90203  direction="l",
90204  linebreak="al",
90205  unicodeslot=0x2D65,
90206 },
90207 [0x2D66]={
90208  category="lo",
90209  description="TIFINAGH LETTER YE",
90210  direction="l",
90211  linebreak="al",
90212  unicodeslot=0x2D66,
90213 },
90214 [0x2D67]={
90215  category="lo",
90216  description="TIFINAGH LETTER YO",
90217  direction="l",
90218  linebreak="al",
90219  unicodeslot=0x2D67,
90220 },
90221 [0x2D6F]={
90222  category="lm",
90223  description="TIFINAGH MODIFIER LETTER LABIALIZATION MARK",
90224  direction="l",
90225  linebreak="al",
90226  specials={ "super", 0x2D61 },
90227  unicodeslot=0x2D6F,
90228 },
90229 [0x2D70]={
90230  category="po",
90231  description="TIFINAGH SEPARATOR MARK",
90232  direction="l",
90233  linebreak="ba",
90234  unicodeslot=0x2D70,
90235 },
90236 [0x2D7F]={
90237  category="mn",
90238  combining=0x9,
90239  description="TIFINAGH CONSONANT JOINER",
90240  direction="nsm",
90241  linebreak="cm",
90242  unicodeslot=0x2D7F,
90243 },
90244 [0x2D80]={
90245  category="lo",
90246  description="ETHIOPIC SYLLABLE LOA",
90247  direction="l",
90248  linebreak="al",
90249  unicodeslot=0x2D80,
90250 },
90251 [0x2D81]={
90252  category="lo",
90253  description="ETHIOPIC SYLLABLE MOA",
90254  direction="l",
90255  linebreak="al",
90256  unicodeslot=0x2D81,
90257 },
90258 [0x2D82]={
90259  category="lo",
90260  description="ETHIOPIC SYLLABLE ROA",
90261  direction="l",
90262  linebreak="al",
90263  unicodeslot=0x2D82,
90264 },
90265 [0x2D83]={
90266  category="lo",
90267  description="ETHIOPIC SYLLABLE SOA",
90268  direction="l",
90269  linebreak="al",
90270  unicodeslot=0x2D83,
90271 },
90272 [0x2D84]={
90273  category="lo",
90274  description="ETHIOPIC SYLLABLE SHOA",
90275  direction="l",
90276  linebreak="al",
90277  unicodeslot=0x2D84,
90278 },
90279 [0x2D85]={
90280  category="lo",
90281  description="ETHIOPIC SYLLABLE BOA",
90282  direction="l",
90283  linebreak="al",
90284  unicodeslot=0x2D85,
90285 },
90286 [0x2D86]={
90287  category="lo",
90288  description="ETHIOPIC SYLLABLE TOA",
90289  direction="l",
90290  linebreak="al",
90291  unicodeslot=0x2D86,
90292 },
90293 [0x2D87]={
90294  category="lo",
90295  description="ETHIOPIC SYLLABLE COA",
90296  direction="l",
90297  linebreak="al",
90298  unicodeslot=0x2D87,
90299 },
90300 [0x2D88]={
90301  category="lo",
90302  description="ETHIOPIC SYLLABLE NOA",
90303  direction="l",
90304  linebreak="al",
90305  unicodeslot=0x2D88,
90306 },
90307 [0x2D89]={
90308  category="lo",
90309  description="ETHIOPIC SYLLABLE NYOA",
90310  direction="l",
90311  linebreak="al",
90312  unicodeslot=0x2D89,
90313 },
90314 [0x2D8A]={
90315  category="lo",
90316  description="ETHIOPIC SYLLABLE GLOTTAL OA",
90317  direction="l",
90318  linebreak="al",
90319  unicodeslot=0x2D8A,
90320 },
90321 [0x2D8B]={
90322  category="lo",
90323  description="ETHIOPIC SYLLABLE ZOA",
90324  direction="l",
90325  linebreak="al",
90326  unicodeslot=0x2D8B,
90327 },
90328 [0x2D8C]={
90329  category="lo",
90330  description="ETHIOPIC SYLLABLE DOA",
90331  direction="l",
90332  linebreak="al",
90333  unicodeslot=0x2D8C,
90334 },
90335 [0x2D8D]={
90336  category="lo",
90337  description="ETHIOPIC SYLLABLE DDOA",
90338  direction="l",
90339  linebreak="al",
90340  unicodeslot=0x2D8D,
90341 },
90342 [0x2D8E]={
90343  category="lo",
90344  description="ETHIOPIC SYLLABLE JOA",
90345  direction="l",
90346  linebreak="al",
90347  unicodeslot=0x2D8E,
90348 },
90349 [0x2D8F]={
90350  category="lo",
90351  description="ETHIOPIC SYLLABLE THOA",
90352  direction="l",
90353  linebreak="al",
90354  unicodeslot=0x2D8F,
90355 },
90356 [0x2D90]={
90357  category="lo",
90358  description="ETHIOPIC SYLLABLE CHOA",
90359  direction="l",
90360  linebreak="al",
90361  unicodeslot=0x2D90,
90362 },
90363 [0x2D91]={
90364  category="lo",
90365  description="ETHIOPIC SYLLABLE PHOA",
90366  direction="l",
90367  linebreak="al",
90368  unicodeslot=0x2D91,
90369 },
90370 [0x2D92]={
90371  category="lo",
90372  description="ETHIOPIC SYLLABLE POA",
90373  direction="l",
90374  linebreak="al",
90375  unicodeslot=0x2D92,
90376 },
90377 [0x2D93]={
90378  category="lo",
90379  description="ETHIOPIC SYLLABLE GGWA",
90380  direction="l",
90381  linebreak="al",
90382  unicodeslot=0x2D93,
90383 },
90384 [0x2D94]={
90385  category="lo",
90386  description="ETHIOPIC SYLLABLE GGWI",
90387  direction="l",
90388  linebreak="al",
90389  unicodeslot=0x2D94,
90390 },
90391 [0x2D95]={
90392  category="lo",
90393  description="ETHIOPIC SYLLABLE GGWEE",
90394  direction="l",
90395  linebreak="al",
90396  unicodeslot=0x2D95,
90397 },
90398 [0x2D96]={
90399  category="lo",
90400  description="ETHIOPIC SYLLABLE GGWE",
90401  direction="l",
90402  linebreak="al",
90403  unicodeslot=0x2D96,
90404 },
90405 [0x2DA0]={
90406  category="lo",
90407  description="ETHIOPIC SYLLABLE SSA",
90408  direction="l",
90409  linebreak="al",
90410  unicodeslot=0x2DA0,
90411 },
90412 [0x2DA1]={
90413  category="lo",
90414  description="ETHIOPIC SYLLABLE SSU",
90415  direction="l",
90416  linebreak="al",
90417  unicodeslot=0x2DA1,
90418 },
90419 [0x2DA2]={
90420  category="lo",
90421  description="ETHIOPIC SYLLABLE SSI",
90422  direction="l",
90423  linebreak="al",
90424  unicodeslot=0x2DA2,
90425 },
90426 [0x2DA3]={
90427  category="lo",
90428  description="ETHIOPIC SYLLABLE SSAA",
90429  direction="l",
90430  linebreak="al",
90431  unicodeslot=0x2DA3,
90432 },
90433 [0x2DA4]={
90434  category="lo",
90435  description="ETHIOPIC SYLLABLE SSEE",
90436  direction="l",
90437  linebreak="al",
90438  unicodeslot=0x2DA4,
90439 },
90440 [0x2DA5]={
90441  category="lo",
90442  description="ETHIOPIC SYLLABLE SSE",
90443  direction="l",
90444  linebreak="al",
90445  unicodeslot=0x2DA5,
90446 },
90447 [0x2DA6]={
90448  category="lo",
90449  description="ETHIOPIC SYLLABLE SSO",
90450  direction="l",
90451  linebreak="al",
90452  unicodeslot=0x2DA6,
90453 },
90454 [0x2DA8]={
90455  category="lo",
90456  description="ETHIOPIC SYLLABLE CCA",
90457  direction="l",
90458  linebreak="al",
90459  unicodeslot=0x2DA8,
90460 },
90461 [0x2DA9]={
90462  category="lo",
90463  description="ETHIOPIC SYLLABLE CCU",
90464  direction="l",
90465  linebreak="al",
90466  unicodeslot=0x2DA9,
90467 },
90468 [0x2DAA]={
90469  category="lo",
90470  description="ETHIOPIC SYLLABLE CCI",
90471  direction="l",
90472  linebreak="al",
90473  unicodeslot=0x2DAA,
90474 },
90475 [0x2DAB]={
90476  category="lo",
90477  description="ETHIOPIC SYLLABLE CCAA",
90478  direction="l",
90479  linebreak="al",
90480  unicodeslot=0x2DAB,
90481 },
90482 [0x2DAC]={
90483  category="lo",
90484  description="ETHIOPIC SYLLABLE CCEE",
90485  direction="l",
90486  linebreak="al",
90487  unicodeslot=0x2DAC,
90488 },
90489 [0x2DAD]={
90490  category="lo",
90491  description="ETHIOPIC SYLLABLE CCE",
90492  direction="l",
90493  linebreak="al",
90494  unicodeslot=0x2DAD,
90495 },
90496 [0x2DAE]={
90497  category="lo",
90498  description="ETHIOPIC SYLLABLE CCO",
90499  direction="l",
90500  linebreak="al",
90501  unicodeslot=0x2DAE,
90502 },
90503 [0x2DB0]={
90504  category="lo",
90505  description="ETHIOPIC SYLLABLE ZZA",
90506  direction="l",
90507  linebreak="al",
90508  unicodeslot=0x2DB0,
90509 },
90510 [0x2DB1]={
90511  category="lo",
90512  description="ETHIOPIC SYLLABLE ZZU",
90513  direction="l",
90514  linebreak="al",
90515  unicodeslot=0x2DB1,
90516 },
90517 [0x2DB2]={
90518  category="lo",
90519  description="ETHIOPIC SYLLABLE ZZI",
90520  direction="l",
90521  linebreak="al",
90522  unicodeslot=0x2DB2,
90523 },
90524 [0x2DB3]={
90525  category="lo",
90526  description="ETHIOPIC SYLLABLE ZZAA",
90527  direction="l",
90528  linebreak="al",
90529  unicodeslot=0x2DB3,
90530 },
90531 [0x2DB4]={
90532  category="lo",
90533  description="ETHIOPIC SYLLABLE ZZEE",
90534  direction="l",
90535  linebreak="al",
90536  unicodeslot=0x2DB4,
90537 },
90538 [0x2DB5]={
90539  category="lo",
90540  description="ETHIOPIC SYLLABLE ZZE",
90541  direction="l",
90542  linebreak="al",
90543  unicodeslot=0x2DB5,
90544 },
90545 [0x2DB6]={
90546  category="lo",
90547  description="ETHIOPIC SYLLABLE ZZO",
90548  direction="l",
90549  linebreak="al",
90550  unicodeslot=0x2DB6,
90551 },
90552 [0x2DB8]={
90553  category="lo",
90554  description="ETHIOPIC SYLLABLE CCHA",
90555  direction="l",
90556  linebreak="al",
90557  unicodeslot=0x2DB8,
90558 },
90559 [0x2DB9]={
90560  category="lo",
90561  description="ETHIOPIC SYLLABLE CCHU",
90562  direction="l",
90563  linebreak="al",
90564  unicodeslot=0x2DB9,
90565 },
90566 [0x2DBA]={
90567  category="lo",
90568  description="ETHIOPIC SYLLABLE CCHI",
90569  direction="l",
90570  linebreak="al",
90571  unicodeslot=0x2DBA,
90572 },
90573 [0x2DBB]={
90574  category="lo",
90575  description="ETHIOPIC SYLLABLE CCHAA",
90576  direction="l",
90577  linebreak="al",
90578  unicodeslot=0x2DBB,
90579 },
90580 [0x2DBC]={
90581  category="lo",
90582  description="ETHIOPIC SYLLABLE CCHEE",
90583  direction="l",
90584  linebreak="al",
90585  unicodeslot=0x2DBC,
90586 },
90587 [0x2DBD]={
90588  category="lo",
90589  description="ETHIOPIC SYLLABLE CCHE",
90590  direction="l",
90591  linebreak="al",
90592  unicodeslot=0x2DBD,
90593 },
90594 [0x2DBE]={
90595  category="lo",
90596  description="ETHIOPIC SYLLABLE CCHO",
90597  direction="l",
90598  linebreak="al",
90599  unicodeslot=0x2DBE,
90600 },
90601 [0x2DC0]={
90602  category="lo",
90603  description="ETHIOPIC SYLLABLE QYA",
90604  direction="l",
90605  linebreak="al",
90606  unicodeslot=0x2DC0,
90607 },
90608 [0x2DC1]={
90609  category="lo",
90610  description="ETHIOPIC SYLLABLE QYU",
90611  direction="l",
90612  linebreak="al",
90613  unicodeslot=0x2DC1,
90614 },
90615 [0x2DC2]={
90616  category="lo",
90617  description="ETHIOPIC SYLLABLE QYI",
90618  direction="l",
90619  linebreak="al",
90620  unicodeslot=0x2DC2,
90621 },
90622 [0x2DC3]={
90623  category="lo",
90624  description="ETHIOPIC SYLLABLE QYAA",
90625  direction="l",
90626  linebreak="al",
90627  unicodeslot=0x2DC3,
90628 },
90629 [0x2DC4]={
90630  category="lo",
90631  description="ETHIOPIC SYLLABLE QYEE",
90632  direction="l",
90633  linebreak="al",
90634  unicodeslot=0x2DC4,
90635 },
90636 [0x2DC5]={
90637  category="lo",
90638  description="ETHIOPIC SYLLABLE QYE",
90639  direction="l",
90640  linebreak="al",
90641  unicodeslot=0x2DC5,
90642 },
90643 [0x2DC6]={
90644  category="lo",
90645  description="ETHIOPIC SYLLABLE QYO",
90646  direction="l",
90647  linebreak="al",
90648  unicodeslot=0x2DC6,
90649 },
90650 [0x2DC8]={
90651  category="lo",
90652  description="ETHIOPIC SYLLABLE KYA",
90653  direction="l",
90654  linebreak="al",
90655  unicodeslot=0x2DC8,
90656 },
90657 [0x2DC9]={
90658  category="lo",
90659  description="ETHIOPIC SYLLABLE KYU",
90660  direction="l",
90661  linebreak="al",
90662  unicodeslot=0x2DC9,
90663 },
90664 [0x2DCA]={
90665  category="lo",
90666  description="ETHIOPIC SYLLABLE KYI",
90667  direction="l",
90668  linebreak="al",
90669  unicodeslot=0x2DCA,
90670 },
90671 [0x2DCB]={
90672  category="lo",
90673  description="ETHIOPIC SYLLABLE KYAA",
90674  direction="l",
90675  linebreak="al",
90676  unicodeslot=0x2DCB,
90677 },
90678 [0x2DCC]={
90679  category="lo",
90680  description="ETHIOPIC SYLLABLE KYEE",
90681  direction="l",
90682  linebreak="al",
90683  unicodeslot=0x2DCC,
90684 },
90685 [0x2DCD]={
90686  category="lo",
90687  description="ETHIOPIC SYLLABLE KYE",
90688  direction="l",
90689  linebreak="al",
90690  unicodeslot=0x2DCD,
90691 },
90692 [0x2DCE]={
90693  category="lo",
90694  description="ETHIOPIC SYLLABLE KYO",
90695  direction="l",
90696  linebreak="al",
90697  unicodeslot=0x2DCE,
90698 },
90699 [0x2DD0]={
90700  category="lo",
90701  description="ETHIOPIC SYLLABLE XYA",
90702  direction="l",
90703  linebreak="al",
90704  unicodeslot=0x2DD0,
90705 },
90706 [0x2DD1]={
90707  category="lo",
90708  description="ETHIOPIC SYLLABLE XYU",
90709  direction="l",
90710  linebreak="al",
90711  unicodeslot=0x2DD1,
90712 },
90713 [0x2DD2]={
90714  category="lo",
90715  description="ETHIOPIC SYLLABLE XYI",
90716  direction="l",
90717  linebreak="al",
90718  unicodeslot=0x2DD2,
90719 },
90720 [0x2DD3]={
90721  category="lo",
90722  description="ETHIOPIC SYLLABLE XYAA",
90723  direction="l",
90724  linebreak="al",
90725  unicodeslot=0x2DD3,
90726 },
90727 [0x2DD4]={
90728  category="lo",
90729  description="ETHIOPIC SYLLABLE XYEE",
90730  direction="l",
90731  linebreak="al",
90732  unicodeslot=0x2DD4,
90733 },
90734 [0x2DD5]={
90735  category="lo",
90736  description="ETHIOPIC SYLLABLE XYE",
90737  direction="l",
90738  linebreak="al",
90739  unicodeslot=0x2DD5,
90740 },
90741 [0x2DD6]={
90742  category="lo",
90743  description="ETHIOPIC SYLLABLE XYO",
90744  direction="l",
90745  linebreak="al",
90746  unicodeslot=0x2DD6,
90747 },
90748 [0x2DD8]={
90749  category="lo",
90750  description="ETHIOPIC SYLLABLE GYA",
90751  direction="l",
90752  linebreak="al",
90753  unicodeslot=0x2DD8,
90754 },
90755 [0x2DD9]={
90756  category="lo",
90757  description="ETHIOPIC SYLLABLE GYU",
90758  direction="l",
90759  linebreak="al",
90760  unicodeslot=0x2DD9,
90761 },
90762 [0x2DDA]={
90763  category="lo",
90764  description="ETHIOPIC SYLLABLE GYI",
90765  direction="l",
90766  linebreak="al",
90767  unicodeslot=0x2DDA,
90768 },
90769 [0x2DDB]={
90770  category="lo",
90771  description="ETHIOPIC SYLLABLE GYAA",
90772  direction="l",
90773  linebreak="al",
90774  unicodeslot=0x2DDB,
90775 },
90776 [0x2DDC]={
90777  category="lo",
90778  description="ETHIOPIC SYLLABLE GYEE",
90779  direction="l",
90780  linebreak="al",
90781  unicodeslot=0x2DDC,
90782 },
90783 [0x2DDD]={
90784  category="lo",
90785  description="ETHIOPIC SYLLABLE GYE",
90786  direction="l",
90787  linebreak="al",
90788  unicodeslot=0x2DDD,
90789 },
90790 [0x2DDE]={
90791  category="lo",
90792  description="ETHIOPIC SYLLABLE GYO",
90793  direction="l",
90794  linebreak="al",
90795  unicodeslot=0x2DDE,
90796 },
90797 [0x2DE0]={
90798  category="mn",
90799  combining=0xE6,
90800  description="COMBINING CYRILLIC LETTER BE",
90801  direction="nsm",
90802  linebreak="cm",
90803  unicodeslot=0x2DE0,
90804 },
90805 [0x2DE1]={
90806  category="mn",
90807  combining=0xE6,
90808  description="COMBINING CYRILLIC LETTER VE",
90809  direction="nsm",
90810  linebreak="cm",
90811  unicodeslot=0x2DE1,
90812 },
90813 [0x2DE2]={
90814  category="mn",
90815  combining=0xE6,
90816  description="COMBINING CYRILLIC LETTER GHE",
90817  direction="nsm",
90818  linebreak="cm",
90819  unicodeslot=0x2DE2,
90820 },
90821 [0x2DE3]={
90822  category="mn",
90823  combining=0xE6,
90824  description="COMBINING CYRILLIC LETTER DE",
90825  direction="nsm",
90826  linebreak="cm",
90827  unicodeslot=0x2DE3,
90828 },
90829 [0x2DE4]={
90830  category="mn",
90831  combining=0xE6,
90832  description="COMBINING CYRILLIC LETTER ZHE",
90833  direction="nsm",
90834  linebreak="cm",
90835  unicodeslot=0x2DE4,
90836 },
90837 [0x2DE5]={
90838  category="mn",
90839  combining=0xE6,
90840  description="COMBINING CYRILLIC LETTER ZE",
90841  direction="nsm",
90842  linebreak="cm",
90843  unicodeslot=0x2DE5,
90844 },
90845 [0x2DE6]={
90846  category="mn",
90847  combining=0xE6,
90848  description="COMBINING CYRILLIC LETTER KA",
90849  direction="nsm",
90850  linebreak="cm",
90851  unicodeslot=0x2DE6,
90852 },
90853 [0x2DE7]={
90854  category="mn",
90855  combining=0xE6,
90856  description="COMBINING CYRILLIC LETTER EL",
90857  direction="nsm",
90858  linebreak="cm",
90859  unicodeslot=0x2DE7,
90860 },
90861 [0x2DE8]={
90862  category="mn",
90863  combining=0xE6,
90864  description="COMBINING CYRILLIC LETTER EM",
90865  direction="nsm",
90866  linebreak="cm",
90867  unicodeslot=0x2DE8,
90868 },
90869 [0x2DE9]={
90870  category="mn",
90871  combining=0xE6,
90872  description="COMBINING CYRILLIC LETTER EN",
90873  direction="nsm",
90874  linebreak="cm",
90875  unicodeslot=0x2DE9,
90876 },
90877 [0x2DEA]={
90878  category="mn",
90879  combining=0xE6,
90880  description="COMBINING CYRILLIC LETTER O",
90881  direction="nsm",
90882  linebreak="cm",
90883  unicodeslot=0x2DEA,
90884 },
90885 [0x2DEB]={
90886  category="mn",
90887  combining=0xE6,
90888  description="COMBINING CYRILLIC LETTER PE",
90889  direction="nsm",
90890  linebreak="cm",
90891  unicodeslot=0x2DEB,
90892 },
90893 [0x2DEC]={
90894  category="mn",
90895  combining=0xE6,
90896  description="COMBINING CYRILLIC LETTER ER",
90897  direction="nsm",
90898  linebreak="cm",
90899  unicodeslot=0x2DEC,
90900 },
90901 [0x2DED]={
90902  category="mn",
90903  combining=0xE6,
90904  description="COMBINING CYRILLIC LETTER ES",
90905  direction="nsm",
90906  linebreak="cm",
90907  unicodeslot=0x2DED,
90908 },
90909 [0x2DEE]={
90910  category="mn",
90911  combining=0xE6,
90912  description="COMBINING CYRILLIC LETTER TE",
90913  direction="nsm",
90914  linebreak="cm",
90915  unicodeslot=0x2DEE,
90916 },
90917 [0x2DEF]={
90918  category="mn",
90919  combining=0xE6,
90920  description="COMBINING CYRILLIC LETTER HA",
90921  direction="nsm",
90922  linebreak="cm",
90923  unicodeslot=0x2DEF,
90924 },
90925 [0x2DF0]={
90926  category="mn",
90927  combining=0xE6,
90928  description="COMBINING CYRILLIC LETTER TSE",
90929  direction="nsm",
90930  linebreak="cm",
90931  unicodeslot=0x2DF0,
90932 },
90933 [0x2DF1]={
90934  category="mn",
90935  combining=0xE6,
90936  description="COMBINING CYRILLIC LETTER CHE",
90937  direction="nsm",
90938  linebreak="cm",
90939  unicodeslot=0x2DF1,
90940 },
90941 [0x2DF2]={
90942  category="mn",
90943  combining=0xE6,
90944  description="COMBINING CYRILLIC LETTER SHA",
90945  direction="nsm",
90946  linebreak="cm",
90947  unicodeslot=0x2DF2,
90948 },
90949 [0x2DF3]={
90950  category="mn",
90951  combining=0xE6,
90952  description="COMBINING CYRILLIC LETTER SHCHA",
90953  direction="nsm",
90954  linebreak="cm",
90955  unicodeslot=0x2DF3,
90956 },
90957 [0x2DF4]={
90958  category="mn",
90959  combining=0xE6,
90960  description="COMBINING CYRILLIC LETTER FITA",
90961  direction="nsm",
90962  linebreak="cm",
90963  unicodeslot=0x2DF4,
90964 },
90965 [0x2DF5]={
90966  category="mn",
90967  combining=0xE6,
90968  description="COMBINING CYRILLIC LETTER ES-TE",
90969  direction="nsm",
90970  linebreak="cm",
90971  unicodeslot=0x2DF5,
90972 },
90973 [0x2DF6]={
90974  category="mn",
90975  combining=0xE6,
90976  description="COMBINING CYRILLIC LETTER A",
90977  direction="nsm",
90978  linebreak="cm",
90979  unicodeslot=0x2DF6,
90980 },
90981 [0x2DF7]={
90982  category="mn",
90983  combining=0xE6,
90984  description="COMBINING CYRILLIC LETTER IE",
90985  direction="nsm",
90986  linebreak="cm",
90987  unicodeslot=0x2DF7,
90988 },
90989 [0x2DF8]={
90990  category="mn",
90991  combining=0xE6,
90992  description="COMBINING CYRILLIC LETTER DJERV",
90993  direction="nsm",
90994  linebreak="cm",
90995  unicodeslot=0x2DF8,
90996 },
90997 [0x2DF9]={
90998  category="mn",
90999  combining=0xE6,
91000  description="COMBINING CYRILLIC LETTER MONOGRAPH UK",
91001  direction="nsm",
91002  linebreak="cm",
91003  unicodeslot=0x2DF9,
91004 },
91005 [0x2DFA]={
91006  category="mn",
91007  combining=0xE6,
91008  description="COMBINING CYRILLIC LETTER YAT",
91009  direction="nsm",
91010  linebreak="cm",
91011  unicodeslot=0x2DFA,
91012 },
91013 [0x2DFB]={
91014  category="mn",
91015  combining=0xE6,
91016  description="COMBINING CYRILLIC LETTER YU",
91017  direction="nsm",
91018  linebreak="cm",
91019  unicodeslot=0x2DFB,
91020 },
91021 [0x2DFC]={
91022  category="mn",
91023  combining=0xE6,
91024  description="COMBINING CYRILLIC LETTER IOTIFIED A",
91025  direction="nsm",
91026  linebreak="cm",
91027  unicodeslot=0x2DFC,
91028 },
91029 [0x2DFD]={
91030  category="mn",
91031  combining=0xE6,
91032  description="COMBINING CYRILLIC LETTER LITTLE YUS",
91033  direction="nsm",
91034  linebreak="cm",
91035  unicodeslot=0x2DFD,
91036 },
91037 [0x2DFE]={
91038  category="mn",
91039  combining=0xE6,
91040  description="COMBINING CYRILLIC LETTER BIG YUS",
91041  direction="nsm",
91042  linebreak="cm",
91043  unicodeslot=0x2DFE,
91044 },
91045 [0x2DFF]={
91046  category="mn",
91047  combining=0xE6,
91048  description="COMBINING CYRILLIC LETTER IOTIFIED BIG YUS",
91049  direction="nsm",
91050  linebreak="cm",
91051  unicodeslot=0x2DFF,
91052 },
91053 [0x2E00]={
91054  category="po",
91055  description="RIGHT ANGLE SUBSTITUTION MARKER",
91056  direction="on",
91057  linebreak="qu",
91058  unicodeslot=0x2E00,
91059 },
91060 [0x2E01]={
91061  category="po",
91062  description="RIGHT ANGLE DOTTED SUBSTITUTION MARKER",
91063  direction="on",
91064  linebreak="qu",
91065  unicodeslot=0x2E01,
91066 },
91067 [0x2E02]={
91068  category="pi",
91069  description="LEFT SUBSTITUTION BRACKET",
91070  direction="on",
91071  linebreak="qu",
91072  mirror=0x2E03,
91073  unicodeslot=0x2E02,
91074 },
91075 [0x2E03]={
91076  category="pf",
91077  description="RIGHT SUBSTITUTION BRACKET",
91078  direction="on",
91079  linebreak="qu",
91080  mirror=0x2E02,
91081  unicodeslot=0x2E03,
91082 },
91083 [0x2E04]={
91084  category="pi",
91085  description="LEFT DOTTED SUBSTITUTION BRACKET",
91086  direction="on",
91087  linebreak="qu",
91088  mirror=0x2E05,
91089  unicodeslot=0x2E04,
91090 },
91091 [0x2E05]={
91092  category="pf",
91093  description="RIGHT DOTTED SUBSTITUTION BRACKET",
91094  direction="on",
91095  linebreak="qu",
91096  mirror=0x2E04,
91097  unicodeslot=0x2E05,
91098 },
91099 [0x2E06]={
91100  category="po",
91101  description="RAISED INTERPOLATION MARKER",
91102  direction="on",
91103  linebreak="qu",
91104  unicodeslot=0x2E06,
91105 },
91106 [0x2E07]={
91107  category="po",
91108  description="RAISED DOTTED INTERPOLATION MARKER",
91109  direction="on",
91110  linebreak="qu",
91111  unicodeslot=0x2E07,
91112 },
91113 [0x2E08]={
91114  category="po",
91115  description="DOTTED TRANSPOSITION MARKER",
91116  direction="on",
91117  linebreak="qu",
91118  unicodeslot=0x2E08,
91119 },
91120 [0x2E09]={
91121  category="pi",
91122  description="LEFT TRANSPOSITION BRACKET",
91123  direction="on",
91124  linebreak="qu",
91125  mirror=0x2E0A,
91126  unicodeslot=0x2E09,
91127 },
91128 [0x2E0A]={
91129  category="pf",
91130  description="RIGHT TRANSPOSITION BRACKET",
91131  direction="on",
91132  linebreak="qu",
91133  mirror=0x2E09,
91134  unicodeslot=0x2E0A,
91135 },
91136 [0x2E0B]={
91137  category="po",
91138  description="RAISED SQUARE",
91139  direction="on",
91140  linebreak="qu",
91141  unicodeslot=0x2E0B,
91142 },
91143 [0x2E0C]={
91144  category="pi",
91145  description="LEFT RAISED OMISSION BRACKET",
91146  direction="on",
91147  linebreak="qu",
91148  mirror=0x2E0D,
91149  unicodeslot=0x2E0C,
91150 },
91151 [0x2E0D]={
91152  category="pf",
91153  description="RIGHT RAISED OMISSION BRACKET",
91154  direction="on",
91155  linebreak="qu",
91156  mirror=0x2E0C,
91157  unicodeslot=0x2E0D,
91158 },
91159 [0x2E0E]={
91160  category="po",
91161  description="EDITORIAL CORONIS",
91162  direction="on",
91163  linebreak="ba",
91164  unicodeslot=0x2E0E,
91165 },
91166 [0x2E0F]={
91167  category="po",
91168  description="PARAGRAPHOS",
91169  direction="on",
91170  linebreak="ba",
91171  unicodeslot=0x2E0F,
91172 },
91173 [0x2E10]={
91174  category="po",
91175  description="FORKED PARAGRAPHOS",
91176  direction="on",
91177  linebreak="ba",
91178  unicodeslot=0x2E10,
91179 },
91180 [0x2E11]={
91181  category="po",
91182  description="REVERSED FORKED PARAGRAPHOS",
91183  direction="on",
91184  linebreak="ba",
91185  unicodeslot=0x2E11,
91186 },
91187 [0x2E12]={
91188  category="po",
91189  description="HYPODIASTOLE",
91190  direction="on",
91191  linebreak="ba",
91192  unicodeslot=0x2E12,
91193 },
91194 [0x2E13]={
91195  category="po",
91196  description="DOTTED OBELOS",
91197  direction="on",
91198  linebreak="ba",
91199  unicodeslot=0x2E13,
91200 },
91201 [0x2E14]={
91202  category="po",
91203  description="DOWNWARDS ANCORA",
91204  direction="on",
91205  linebreak="ba",
91206  unicodeslot=0x2E14,
91207 },
91208 [0x2E15]={
91209  category="po",
91210  description="UPWARDS ANCORA",
91211  direction="on",
91212  linebreak="ba",
91213  unicodeslot=0x2E15,
91214 },
91215 [0x2E16]={
91216  category="po",
91217  description="DOTTED RIGHT-POINTING ANGLE",
91218  direction="on",
91219  linebreak="al",
91220  unicodeslot=0x2E16,
91221 },
91222 [0x2E17]={
91223  category="pd",
91224  description="DOUBLE OBLIQUE HYPHEN",
91225  direction="on",
91226  linebreak="ba",
91227  unicodeslot=0x2E17,
91228 },
91229 [0x2E18]={
91230  category="po",
91231  description="INVERTED INTERROBANG",
91232  direction="on",
91233  linebreak="op",
91234  synonyms={ "gnaborretni" },
91235  unicodeslot=0x2E18,
91236 },
91237 [0x2E19]={
91238  category="po",
91239  description="PALM BRANCH",
91240  direction="on",
91241  linebreak="ba",
91242  unicodeslot=0x2E19,
91243 },
91244 [0x2E1A]={
91245  category="pd",
91246  description="HYPHEN WITH DIAERESIS",
91247  direction="on",
91248  linebreak="al",
91249  unicodeslot=0x2E1A,
91250 },
91251 [0x2E1B]={
91252  category="po",
91253  description="TILDE WITH RING ABOVE",
91254  direction="on",
91255  linebreak="al",
91256  unicodeslot=0x2E1B,
91257 },
91258 [0x2E1C]={
91259  category="pi",
91260  description="LEFT LOW PARAPHRASE BRACKET",
91261  direction="on",
91262  linebreak="qu",
91263  mirror=0x2E1D,
91264  unicodeslot=0x2E1C,
91265 },
91266 [0x2E1D]={
91267  category="pf",
91268  description="RIGHT LOW PARAPHRASE BRACKET",
91269  direction="on",
91270  linebreak="qu",
91271  mirror=0x2E1C,
91272  unicodeslot=0x2E1D,
91273 },
91274 [0x2E1E]={
91275  category="po",
91276  description="TILDE WITH DOT ABOVE",
91277  direction="on",
91278  linebreak="al",
91279  unicodeslot=0x2E1E,
91280 },
91281 [0x2E1F]={
91282  category="po",
91283  description="TILDE WITH DOT BELOW",
91284  direction="on",
91285  linebreak="al",
91286  unicodeslot=0x2E1F,
91287 },
91288 [0x2E20]={
91289  category="pi",
91290  description="LEFT VERTICAL BAR WITH QUILL",
91291  direction="on",
91292  linebreak="qu",
91293  mirror=0x2E21,
91294  unicodeslot=0x2E20,
91295 },
91296 [0x2E21]={
91297  category="pf",
91298  description="RIGHT VERTICAL BAR WITH QUILL",
91299  direction="on",
91300  linebreak="qu",
91301  mirror=0x2E20,
91302  unicodeslot=0x2E21,
91303 },
91304 [0x2E22]={
91305  category="ps",
91306  description="TOP LEFT HALF BRACKET",
91307  direction="on",
91308  linebreak="op",
91309  mirror=0x2E23,
91310  unicodeslot=0x2E22,
91311 },
91312 [0x2E23]={
91313  category="pe",
91314  description="TOP RIGHT HALF BRACKET",
91315  direction="on",
91316  linebreak="cl",
91317  mirror=0x2E22,
91318  unicodeslot=0x2E23,
91319 },
91320 [0x2E24]={
91321  category="ps",
91322  description="BOTTOM LEFT HALF BRACKET",
91323  direction="on",
91324  linebreak="op",
91325  mirror=0x2E25,
91326  unicodeslot=0x2E24,
91327 },
91328 [0x2E25]={
91329  category="pe",
91330  description="BOTTOM RIGHT HALF BRACKET",
91331  direction="on",
91332  linebreak="cl",
91333  mirror=0x2E24,
91334  unicodeslot=0x2E25,
91335 },
91336 [0x2E26]={
91337  category="ps",
91338  description="LEFT SIDEWAYS U BRACKET",
91339  direction="on",
91340  linebreak="op",
91341  mirror=0x2E27,
91342  unicodeslot=0x2E26,
91343 },
91344 [0x2E27]={
91345  category="pe",
91346  description="RIGHT SIDEWAYS U BRACKET",
91347  direction="on",
91348  linebreak="cl",
91349  mirror=0x2E26,
91350  unicodeslot=0x2E27,
91351 },
91352 [0x2E28]={
91353  category="ps",
91354  description="LEFT DOUBLE PARENTHESIS",
91355  direction="on",
91356  linebreak="op",
91357  mirror=0x2E29,
91358  unicodeslot=0x2E28,
91359 },
91360 [0x2E29]={
91361  category="pe",
91362  description="RIGHT DOUBLE PARENTHESIS",
91363  direction="on",
91364  linebreak="cl",
91365  mirror=0x2E28,
91366  unicodeslot=0x2E29,
91367 },
91368 [0x2E2A]={
91369  category="po",
91370  description="TWO DOTS OVER ONE DOT PUNCTUATION",
91371  direction="on",
91372  linebreak="ba",
91373  unicodeslot=0x2E2A,
91374 },
91375 [0x2E2B]={
91376  category="po",
91377  description="ONE DOT OVER TWO DOTS PUNCTUATION",
91378  direction="on",
91379  linebreak="ba",
91380  unicodeslot=0x2E2B,
91381 },
91382 [0x2E2C]={
91383  category="po",
91384  description="SQUARED FOUR DOT PUNCTUATION",
91385  direction="on",
91386  linebreak="ba",
91387  unicodeslot=0x2E2C,
91388 },
91389 [0x2E2D]={
91390  category="po",
91391  description="FIVE DOT MARK",
91392  direction="on",
91393  linebreak="ba",
91394  unicodeslot=0x2E2D,
91395 },
91396 [0x2E2E]={
91397  category="po",
91398  description="REVERSED QUESTION MARK",
91399  direction="on",
91400  linebreak="ex",
91401  unicodeslot=0x2E2E,
91402 },
91403 [0x2E2F]={
91404  category="lm",
91405  description="VERTICAL TILDE",
91406  direction="on",
91407  linebreak="al",
91408  unicodeslot=0x2E2F,
91409 },
91410 [0x2E30]={
91411  category="po",
91412  description="RING POINT",
91413  direction="on",
91414  linebreak="ba",
91415  unicodeslot=0x2E30,
91416 },
91417 [0x2E31]={
91418  category="po",
91419  description="WORD SEPARATOR MIDDLE DOT",
91420  direction="on",
91421  linebreak="ba",
91422  unicodeslot=0x2E31,
91423 },
91424 [0x2E32]={
91425  category="po",
91426  description="TURNED COMMA",
91427  direction="on",
91428  linebreak="al",
91429  unicodeslot=0x2E32,
91430 },
91431 [0x2E33]={
91432  category="po",
91433  description="RAISED DOT",
91434  direction="on",
91435  linebreak="ba",
91436  unicodeslot=0x2E33,
91437 },
91438 [0x2E34]={
91439  category="po",
91440  description="RAISED COMMA",
91441  direction="on",
91442  linebreak="ba",
91443  unicodeslot=0x2E34,
91444 },
91445 [0x2E35]={
91446  category="po",
91447  description="TURNED SEMICOLON",
91448  direction="on",
91449  linebreak="al",
91450  unicodeslot=0x2E35,
91451 },
91452 [0x2E36]={
91453  category="po",
91454  description="DAGGER WITH LEFT GUARD",
91455  direction="on",
91456  linebreak="al",
91457  unicodeslot=0x2E36,
91458 },
91459 [0x2E37]={
91460  category="po",
91461  description="DAGGER WITH RIGHT GUARD",
91462  direction="on",
91463  linebreak="al",
91464  unicodeslot=0x2E37,
91465 },
91466 [0x2E38]={
91467  category="po",
91468  description="TURNED DAGGER",
91469  direction="on",
91470  linebreak="al",
91471  unicodeslot=0x2E38,
91472 },
91473 [0x2E39]={
91474  category="po",
91475  description="TOP HALF SECTION SIGN",
91476  direction="on",
91477  linebreak="al",
91478  unicodeslot=0x2E39,
91479 },
91480 [0x2E3A]={
91481  category="pd",
91482  description="TWO-EM DASH",
91483  direction="on",
91484  linebreak="b2",
91485  synonyms={ "omission dash" },
91486  unicodeslot=0x2E3A,
91487 },
91488 [0x2E3B]={
91489  category="pd",
91490  description="THREE-EM DASH",
91491  direction="on",
91492  linebreak="b2",
91493  unicodeslot=0x2E3B,
91494 },
91495 [0x2E3C]={
91496  category="po",
91497  description="STENOGRAPHIC FULL STOP",
91498  direction="on",
91499  linebreak="ba",
91500  unicodeslot=0x2E3C,
91501 },
91502 [0x2E3D]={
91503  category="po",
91504  description="VERTICAL SIX DOTS",
91505  direction="on",
91506  linebreak="ba",
91507  unicodeslot=0x2E3D,
91508 },
91509 [0x2E3E]={
91510  category="po",
91511  description="WIGGLY VERTICAL LINE",
91512  direction="on",
91513  linebreak="ba",
91514  unicodeslot=0x2E3E,
91515 },
91516 [0x2E3F]={
91517  category="po",
91518  description="CAPITULUM",
91519  direction="on",
91520  linebreak="al",
91521  unicodeslot=0x2E3F,
91522 },
91523 [0x2E40]={
91524  category="pd",
91525  description="DOUBLE HYPHEN",
91526  direction="on",
91527  linebreak="ba",
91528  unicodeslot=0x2E40,
91529 },
91530 [0x2E41]={
91531  category="po",
91532  description="REVERSED COMMA",
91533  direction="on",
91534  linebreak="ba",
91535  unicodeslot=0x2E41,
91536 },
91537 [0x2E42]={
91538  category="ps",
91539  description="DOUBLE LOW-REVERSED-9 QUOTATION MARK",
91540  direction="on",
91541  linebreak="op",
91542  unicodeslot=0x2E42,
91543 },
91544 [0x2E43]={
91545  category="po",
91546  description="DASH WITH LEFT UPTURN",
91547  direction="on",
91548  linebreak="ba",
91549  unicodeslot=0x2E43,
91550 },
91551 [0x2E44]={
91552  category="po",
91553  description="DOUBLE SUSPENSION MARK",
91554  direction="on",
91555  linebreak="ba",
91556  unicodeslot=0x2E44,
91557 },
91558 [0x2E45]={
91559  category="po",
91560  description="INVERTED LOW KAVYKA",
91561  direction="on",
91562  linebreak="ba",
91563  unicodeslot=0x2E45,
91564 },
91565 [0x2E46]={
91566  category="po",
91567  description="INVERTED LOW KAVYKA WITH KAVYKA ABOVE",
91568  direction="on",
91569  linebreak="ba",
91570  unicodeslot=0x2E46,
91571 },
91572 [0x2E47]={
91573  category="po",
91574  description="LOW KAVYKA",
91575  direction="on",
91576  linebreak="ba",
91577  unicodeslot=0x2E47,
91578 },
91579 [0x2E48]={
91580  category="po",
91581  description="LOW KAVYKA WITH DOT",
91582  direction="on",
91583  linebreak="ba",
91584  unicodeslot=0x2E48,
91585 },
91586 [0x2E49]={
91587  category="po",
91588  description="DOUBLE STACKED COMMA",
91589  direction="on",
91590  linebreak="ba",
91591  unicodeslot=0x2E49,
91592 },
91593 [0x2E4A]={
91594  category="po",
91595  description="DOTTED SOLIDUS",
91596  direction="on",
91597  linebreak="ba",
91598  unicodeslot=0x2E4A,
91599 },
91600 [0x2E4B]={
91601  category="po",
91602  description="TRIPLE DAGGER",
91603  direction="on",
91604  linebreak="al",
91605  unicodeslot=0x2E4B,
91606 },
91607 [0x2E4C]={
91608  category="po",
91609  description="MEDIEVAL COMMA",
91610  direction="on",
91611  linebreak="ba",
91612  unicodeslot=0x2E4C,
91613 },
91614 [0x2E4D]={
91615  category="po",
91616  description="PARAGRAPHUS MARK",
91617  direction="on",
91618  linebreak="al",
91619  unicodeslot=0x2E4D,
91620 },
91621 [0x2E4E]={
91622  category="po",
91623  description="PUNCTUS ELEVATUS MARK",
91624  direction="on",
91625  linebreak="ba",
91626  unicodeslot=0x2E4E,
91627 },
91628 [0x2E4F]={
91629  category="po",
91630  description="CORNISH VERSE DIVIDER",
91631  direction="on",
91632  linebreak="ba",
91633  unicodeslot=0x2E4F,
91634 },
91635 [0x2E50]={
91636  category="so",
91637  description="CROSS PATTY WITH RIGHT CROSSBAR",
91638  direction="on",
91639  linebreak="al",
91640  unicodeslot=0x2E50,
91641 },
91642 [0x2E51]={
91643  category="so",
91644  description="CROSS PATTY WITH LEFT CROSSBAR",
91645  direction="on",
91646  linebreak="al",
91647  unicodeslot=0x2E51,
91648 },
91649 [0x2E52]={
91650  category="po",
91651  description="TIRONIAN SIGN CAPITAL ET",
91652  direction="on",
91653  linebreak="al",
91654  unicodeslot=0x2E52,
91655 },
91656 [0x2E53]={
91657  category="po",
91658  description="MEDIEVAL EXCLAMATION MARK",
91659  direction="on",
91660  linebreak="ex",
91661  unicodeslot=0x2E53,
91662 },
91663 [0x2E54]={
91664  category="po",
91665  description="MEDIEVAL QUESTION MARK",
91666  direction="on",
91667  linebreak="ex",
91668  unicodeslot=0x2E54,
91669 },
91670 [0x2E55]={
91671  category="ps",
91672  description="LEFT SQUARE BRACKET WITH STROKE",
91673  direction="on",
91674  linebreak="op",
91675  mirror=0x2E56,
91676  unicodeslot=0x2E55,
91677 },
91678 [0x2E56]={
91679  category="pe",
91680  description="RIGHT SQUARE BRACKET WITH STROKE",
91681  direction="on",
91682  linebreak="cl",
91683  mirror=0x2E55,
91684  unicodeslot=0x2E56,
91685 },
91686 [0x2E57]={
91687  category="ps",
91688  description="LEFT SQUARE BRACKET WITH DOUBLE STROKE",
91689  direction="on",
91690  linebreak="op",
91691  mirror=0x2E58,
91692  unicodeslot=0x2E57,
91693 },
91694 [0x2E58]={
91695  category="pe",
91696  description="RIGHT SQUARE BRACKET WITH DOUBLE STROKE",
91697  direction="on",
91698  linebreak="cl",
91699  mirror=0x2E57,
91700  unicodeslot=0x2E58,
91701 },
91702 [0x2E59]={
91703  category="ps",
91704  description="TOP HALF LEFT PARENTHESIS",
91705  direction="on",
91706  linebreak="op",
91707  mirror=0x2E5A,
91708  unicodeslot=0x2E59,
91709 },
91710 [0x2E5A]={
91711  category="pe",
91712  description="TOP HALF RIGHT PARENTHESIS",
91713  direction="on",
91714  linebreak="cl",
91715  mirror=0x2E59,
91716  unicodeslot=0x2E5A,
91717 },
91718 [0x2E5B]={
91719  category="ps",
91720  description="BOTTOM HALF LEFT PARENTHESIS",
91721  direction="on",
91722  linebreak="op",
91723  mirror=0x2E5C,
91724  unicodeslot=0x2E5B,
91725 },
91726 [0x2E5C]={
91727  category="pe",
91728  description="BOTTOM HALF RIGHT PARENTHESIS",
91729  direction="on",
91730  linebreak="cl",
91731  mirror=0x2E5B,
91732  unicodeslot=0x2E5C,
91733 },
91734 [0x2E5D]={
91735  category="pd",
91736  description="OBLIQUE HYPHEN",
91737  direction="on",
91738  linebreak="ba",
91739  unicodeslot=0x2E5D,
91740 },
91741 [0x2E80]={
91742  category="so",
91743  cjkwd="w",
91744  description="CJK RADICAL REPEAT",
91745  direction="on",
91746  linebreak="id",
91747  unicodeslot=0x2E80,
91748 },
91749 [0x2E81]={
91750  category="so",
91751  cjkwd="w",
91752  description="CJK RADICAL CLIFF",
91753  direction="on",
91754  linebreak="id",
91755  unicodeslot=0x2E81,
91756 },
91757 [0x2E82]={
91758  category="so",
91759  cjkwd="w",
91760  description="CJK RADICAL SECOND ONE",
91761  direction="on",
91762  linebreak="id",
91763  unicodeslot=0x2E82,
91764 },
91765 [0x2E83]={
91766  category="so",
91767  cjkwd="w",
91768  description="CJK RADICAL SECOND TWO",
91769  direction="on",
91770  linebreak="id",
91771  unicodeslot=0x2E83,
91772 },
91773 [0x2E84]={
91774  category="so",
91775  cjkwd="w",
91776  description="CJK RADICAL SECOND THREE",
91777  direction="on",
91778  linebreak="id",
91779  unicodeslot=0x2E84,
91780 },
91781 [0x2E85]={
91782  category="so",
91783  cjkwd="w",
91784  description="CJK RADICAL PERSON",
91785  direction="on",
91786  linebreak="id",
91787  unicodeslot=0x2E85,
91788 },
91789 [0x2E86]={
91790  category="so",
91791  cjkwd="w",
91792  description="CJK RADICAL BOX",
91793  direction="on",
91794  linebreak="id",
91795  unicodeslot=0x2E86,
91796 },
91797 [0x2E87]={
91798  category="so",
91799  cjkwd="w",
91800  description="CJK RADICAL TABLE",
91801  direction="on",
91802  linebreak="id",
91803  unicodeslot=0x2E87,
91804 },
91805 [0x2E88]={
91806  category="so",
91807  cjkwd="w",
91808  description="CJK RADICAL KNIFE ONE",
91809  direction="on",
91810  linebreak="id",
91811  unicodeslot=0x2E88,
91812 },
91813 [0x2E89]={
91814  category="so",
91815  cjkwd="w",
91816  description="CJK RADICAL KNIFE TWO",
91817  direction="on",
91818  linebreak="id",
91819  unicodeslot=0x2E89,
91820 },
91821 [0x2E8A]={
91822  category="so",
91823  cjkwd="w",
91824  description="CJK RADICAL DIVINATION",
91825  direction="on",
91826  linebreak="id",
91827  unicodeslot=0x2E8A,
91828 },
91829 [0x2E8B]={
91830  category="so",
91831  cjkwd="w",
91832  description="CJK RADICAL SEAL",
91833  direction="on",
91834  linebreak="id",
91835  unicodeslot=0x2E8B,
91836 },
91837 [0x2E8C]={
91838  category="so",
91839  cjkwd="w",
91840  description="CJK RADICAL SMALL ONE",
91841  direction="on",
91842  linebreak="id",
91843  unicodeslot=0x2E8C,
91844 },
91845 [0x2E8D]={
91846  category="so",
91847  cjkwd="w",
91848  description="CJK RADICAL SMALL TWO",
91849  direction="on",
91850  linebreak="id",
91851  unicodeslot=0x2E8D,
91852 },
91853 [0x2E8E]={
91854  category="so",
91855  cjkwd="w",
91856  description="CJK RADICAL LAME ONE",
91857  direction="on",
91858  linebreak="id",
91859  unicodeslot=0x2E8E,
91860 },
91861 [0x2E8F]={
91862  category="so",
91863  cjkwd="w",
91864  description="CJK RADICAL LAME TWO",
91865  direction="on",
91866  linebreak="id",
91867  unicodeslot=0x2E8F,
91868 },
91869 [0x2E90]={
91870  category="so",
91871  cjkwd="w",
91872  description="CJK RADICAL LAME THREE",
91873  direction="on",
91874  linebreak="id",
91875  unicodeslot=0x2E90,
91876 },
91877 [0x2E91]={
91878  category="so",
91879  cjkwd="w",
91880  description="CJK RADICAL LAME FOUR",
91881  direction="on",
91882  linebreak="id",
91883  unicodeslot=0x2E91,
91884 },
91885 [0x2E92]={
91886  category="so",
91887  cjkwd="w",
91888  description="CJK RADICAL SNAKE",
91889  direction="on",
91890  linebreak="id",
91891  unicodeslot=0x2E92,
91892 },
91893 [0x2E93]={
91894  category="so",
91895  cjkwd="w",
91896  description="CJK RADICAL THREAD",
91897  direction="on",
91898  linebreak="id",
91899  unicodeslot=0x2E93,
91900 },
91901 [0x2E94]={
91902  category="so",
91903  cjkwd="w",
91904  description="CJK RADICAL SNOUT ONE",
91905  direction="on",
91906  linebreak="id",
91907  unicodeslot=0x2E94,
91908 },
91909 [0x2E95]={
91910  category="so",
91911  cjkwd="w",
91912  description="CJK RADICAL SNOUT TWO",
91913  direction="on",
91914  linebreak="id",
91915  unicodeslot=0x2E95,
91916 },
91917 [0x2E96]={
91918  category="so",
91919  cjkwd="w",
91920  description="CJK RADICAL HEART ONE",
91921  direction="on",
91922  linebreak="id",
91923  unicodeslot=0x2E96,
91924 },
91925 [0x2E97]={
91926  category="so",
91927  cjkwd="w",
91928  description="CJK RADICAL HEART TWO",
91929  direction="on",
91930  linebreak="id",
91931  unicodeslot=0x2E97,
91932 },
91933 [0x2E98]={
91934  category="so",
91935  cjkwd="w",
91936  description="CJK RADICAL HAND",
91937  direction="on",
91938  linebreak="id",
91939  unicodeslot=0x2E98,
91940 },
91941 [0x2E99]={
91942  category="so",
91943  cjkwd="w",
91944  description="CJK RADICAL RAP",
91945  direction="on",
91946  linebreak="id",
91947  unicodeslot=0x2E99,
91948 },
91949 [0x2E9B]={
91950  category="so",
91951  cjkwd="w",
91952  description="CJK RADICAL CHOKE",
91953  direction="on",
91954  linebreak="id",
91955  unicodeslot=0x2E9B,
91956 },
91957 [0x2E9C]={
91958  category="so",
91959  cjkwd="w",
91960  description="CJK RADICAL SUN",
91961  direction="on",
91962  linebreak="id",
91963  unicodeslot=0x2E9C,
91964 },
91965 [0x2E9D]={
91966  category="so",
91967  cjkwd="w",
91968  description="CJK RADICAL MOON",
91969  direction="on",
91970  linebreak="id",
91971  unicodeslot=0x2E9D,
91972 },
91973 [0x2E9E]={
91974  category="so",
91975  cjkwd="w",
91976  description="CJK RADICAL DEATH",
91977  direction="on",
91978  linebreak="id",
91979  unicodeslot=0x2E9E,
91980 },
91981 [0x2E9F]={
91982  category="so",
91983  cjkwd="w",
91984  description="CJK RADICAL MOTHER",
91985  direction="on",
91986  linebreak="id",
91987  specials={ "compat", 0x6BCD },
91988  unicodeslot=0x2E9F,
91989 },
91990 [0x2EA0]={
91991  category="so",
91992  cjkwd="w",
91993  description="CJK RADICAL CIVILIAN",
91994  direction="on",
91995  linebreak="id",
91996  unicodeslot=0x2EA0,
91997 },
91998 [0x2EA1]={
91999  category="so",
92000  cjkwd="w",
92001  description="CJK RADICAL WATER ONE",
92002  direction="on",
92003  linebreak="id",
92004  unicodeslot=0x2EA1,
92005 },
92006 [0x2EA2]={
92007  category="so",
92008  cjkwd="w",
92009  description="CJK RADICAL WATER TWO",
92010  direction="on",
92011  linebreak="id",
92012  unicodeslot=0x2EA2,
92013 },
92014 [0x2EA3]={
92015  category="so",
92016  cjkwd="w",
92017  description="CJK RADICAL FIRE",
92018  direction="on",
92019  linebreak="id",
92020  unicodeslot=0x2EA3,
92021 },
92022 [0x2EA4]={
92023  category="so",
92024  cjkwd="w",
92025  description="CJK RADICAL PAW ONE",
92026  direction="on",
92027  linebreak="id",
92028  unicodeslot=0x2EA4,
92029 },
92030 [0x2EA5]={
92031  category="so",
92032  cjkwd="w",
92033  description="CJK RADICAL PAW TWO",
92034  direction="on",
92035  linebreak="id",
92036  unicodeslot=0x2EA5,
92037 },
92038 [0x2EA6]={
92039  category="so",
92040  cjkwd="w",
92041  description="CJK RADICAL SIMPLIFIED HALF TREE TRUNK",
92042  direction="on",
92043  linebreak="id",
92044  unicodeslot=0x2EA6,
92045 },
92046 [0x2EA7]={
92047  category="so",
92048  cjkwd="w",
92049  description="CJK RADICAL COW",
92050  direction="on",
92051  linebreak="id",
92052  unicodeslot=0x2EA7,
92053 },
92054 [0x2EA8]={
92055  category="so",
92056  cjkwd="w",
92057  description="CJK RADICAL DOG",
92058  direction="on",
92059  linebreak="id",
92060  unicodeslot=0x2EA8,
92061 },
92062 [0x2EA9]={
92063  category="so",
92064  cjkwd="w",
92065  description="CJK RADICAL JADE",
92066  direction="on",
92067  linebreak="id",
92068  unicodeslot=0x2EA9,
92069 },
92070 [0x2EAA]={
92071  category="so",
92072  cjkwd="w",
92073  description="CJK RADICAL BOLT OF CLOTH",
92074  direction="on",
92075  linebreak="id",
92076  unicodeslot=0x2EAA,
92077 },
92078 [0x2EAB]={
92079  category="so",
92080  cjkwd="w",
92081  description="CJK RADICAL EYE",
92082  direction="on",
92083  linebreak="id",
92084  unicodeslot=0x2EAB,
92085 },
92086 [0x2EAC]={
92087  category="so",
92088  cjkwd="w",
92089  description="CJK RADICAL SPIRIT ONE",
92090  direction="on",
92091  linebreak="id",
92092  unicodeslot=0x2EAC,
92093 },
92094 [0x2EAD]={
92095  category="so",
92096  cjkwd="w",
92097  description="CJK RADICAL SPIRIT TWO",
92098  direction="on",
92099  linebreak="id",
92100  unicodeslot=0x2EAD,
92101 },
92102 [0x2EAE]={
92103  category="so",
92104  cjkwd="w",
92105  description="CJK RADICAL BAMBOO",
92106  direction="on",
92107  linebreak="id",
92108  unicodeslot=0x2EAE,
92109 },
92110 [0x2EAF]={
92111  category="so",
92112  cjkwd="w",
92113  description="CJK RADICAL SILK",
92114  direction="on",
92115  linebreak="id",
92116  unicodeslot=0x2EAF,
92117 },
92118 [0x2EB0]={
92119  category="so",
92120  cjkwd="w",
92121  description="CJK RADICAL C-SIMPLIFIED SILK",
92122  direction="on",
92123  linebreak="id",
92124  unicodeslot=0x2EB0,
92125 },
92126 [0x2EB1]={
92127  category="so",
92128  cjkwd="w",
92129  description="CJK RADICAL NET ONE",
92130  direction="on",
92131  linebreak="id",
92132  unicodeslot=0x2EB1,
92133 },
92134 [0x2EB2]={
92135  category="so",
92136  cjkwd="w",
92137  description="CJK RADICAL NET TWO",
92138  direction="on",
92139  linebreak="id",
92140  unicodeslot=0x2EB2,
92141 },
92142 [0x2EB3]={
92143  category="so",
92144  cjkwd="w",
92145  description="CJK RADICAL NET THREE",
92146  direction="on",
92147  linebreak="id",
92148  unicodeslot=0x2EB3,
92149 },
92150 [0x2EB4]={
92151  category="so",
92152  cjkwd="w",
92153  description="CJK RADICAL NET FOUR",
92154  direction="on",
92155  linebreak="id",
92156  unicodeslot=0x2EB4,
92157 },
92158 [0x2EB5]={
92159  category="so",
92160  cjkwd="w",
92161  description="CJK RADICAL MESH",
92162  direction="on",
92163  linebreak="id",
92164  unicodeslot=0x2EB5,
92165 },
92166 [0x2EB6]={
92167  category="so",
92168  cjkwd="w",
92169  description="CJK RADICAL SHEEP",
92170  direction="on",
92171  linebreak="id",
92172  unicodeslot=0x2EB6,
92173 },
92174 [0x2EB7]={
92175  category="so",
92176  cjkwd="w",
92177  description="CJK RADICAL RAM",
92178  direction="on",
92179  linebreak="id",
92180  unicodeslot=0x2EB7,
92181 },
92182 [0x2EB8]={
92183  category="so",
92184  cjkwd="w",
92185  description="CJK RADICAL EWE",
92186  direction="on",
92187  linebreak="id",
92188  unicodeslot=0x2EB8,
92189 },
92190 [0x2EB9]={
92191  category="so",
92192  cjkwd="w",
92193  description="CJK RADICAL OLD",
92194  direction="on",
92195  linebreak="id",
92196  unicodeslot=0x2EB9,
92197 },
92198 [0x2EBA]={
92199  category="so",
92200  cjkwd="w",
92201  description="CJK RADICAL BRUSH ONE",
92202  direction="on",
92203  linebreak="id",
92204  unicodeslot=0x2EBA,
92205 },
92206 [0x2EBB]={
92207  category="so",
92208  cjkwd="w",
92209  description="CJK RADICAL BRUSH TWO",
92210  direction="on",
92211  linebreak="id",
92212  unicodeslot=0x2EBB,
92213 },
92214 [0x2EBC]={
92215  category="so",
92216  cjkwd="w",
92217  description="CJK RADICAL MEAT",
92218  direction="on",
92219  linebreak="id",
92220  unicodeslot=0x2EBC,
92221 },
92222 [0x2EBD]={
92223  category="so",
92224  cjkwd="w",
92225  description="CJK RADICAL MORTAR",
92226  direction="on",
92227  linebreak="id",
92228  unicodeslot=0x2EBD,
92229 },
92230 [0x2EBE]={
92231  category="so",
92232  cjkwd="w",
92233  description="CJK RADICAL GRASS ONE",
92234  direction="on",
92235  linebreak="id",
92236  unicodeslot=0x2EBE,
92237 },
92238 [0x2EBF]={
92239  category="so",
92240  cjkwd="w",
92241  description="CJK RADICAL GRASS TWO",
92242  direction="on",
92243  linebreak="id",
92244  unicodeslot=0x2EBF,
92245 },
92246 [0x2EC0]={
92247  category="so",
92248  cjkwd="w",
92249  description="CJK RADICAL GRASS THREE",
92250  direction="on",
92251  linebreak="id",
92252  unicodeslot=0x2EC0,
92253 },
92254 [0x2EC1]={
92255  category="so",
92256  cjkwd="w",
92257  description="CJK RADICAL TIGER",
92258  direction="on",
92259  linebreak="id",
92260  unicodeslot=0x2EC1,
92261 },
92262 [0x2EC2]={
92263  category="so",
92264  cjkwd="w",
92265  description="CJK RADICAL CLOTHES",
92266  direction="on",
92267  linebreak="id",
92268  unicodeslot=0x2EC2,
92269 },
92270 [0x2EC3]={
92271  category="so",
92272  cjkwd="w",
92273  description="CJK RADICAL WEST ONE",
92274  direction="on",
92275  linebreak="id",
92276  unicodeslot=0x2EC3,
92277 },
92278 [0x2EC4]={
92279  category="so",
92280  cjkwd="w",
92281  description="CJK RADICAL WEST TWO",
92282  direction="on",
92283  linebreak="id",
92284  unicodeslot=0x2EC4,
92285 },
92286 [0x2EC5]={
92287  category="so",
92288  cjkwd="w",
92289  description="CJK RADICAL C-SIMPLIFIED SEE",
92290  direction="on",
92291  linebreak="id",
92292  unicodeslot=0x2EC5,
92293 },
92294 [0x2EC6]={
92295  category="so",
92296  cjkwd="w",
92297  description="CJK RADICAL SIMPLIFIED HORN",
92298  direction="on",
92299  linebreak="id",
92300  unicodeslot=0x2EC6,
92301 },
92302 [0x2EC7]={
92303  category="so",
92304  cjkwd="w",
92305  description="CJK RADICAL HORN",
92306  direction="on",
92307  linebreak="id",
92308  unicodeslot=0x2EC7,
92309 },
92310 [0x2EC8]={
92311  category="so",
92312  cjkwd="w",
92313  description="CJK RADICAL C-SIMPLIFIED SPEECH",
92314  direction="on",
92315  linebreak="id",
92316  unicodeslot=0x2EC8,
92317 },
92318 [0x2EC9]={
92319  category="so",
92320  cjkwd="w",
92321  description="CJK RADICAL C-SIMPLIFIED SHELL",
92322  direction="on",
92323  linebreak="id",
92324  unicodeslot=0x2EC9,
92325 },
92326 [0x2ECA]={
92327  category="so",
92328  cjkwd="w",
92329  description="CJK RADICAL FOOT",
92330  direction="on",
92331  linebreak="id",
92332  unicodeslot=0x2ECA,
92333 },
92334 [0x2ECB]={
92335  category="so",
92336  cjkwd="w",
92337  description="CJK RADICAL C-SIMPLIFIED CART",
92338  direction="on",
92339  linebreak="id",
92340  unicodeslot=0x2ECB,
92341 },
92342 [0x2ECC]={
92343  category="so",
92344  cjkwd="w",
92345  description="CJK RADICAL SIMPLIFIED WALK",
92346  direction="on",
92347  linebreak="id",
92348  unicodeslot=0x2ECC,
92349 },
92350 [0x2ECD]={
92351  category="so",
92352  cjkwd="w",
92353  description="CJK RADICAL WALK ONE",
92354  direction="on",
92355  linebreak="id",
92356  unicodeslot=0x2ECD,
92357 },
92358 [0x2ECE]={
92359  category="so",
92360  cjkwd="w",
92361  description="CJK RADICAL WALK TWO",
92362  direction="on",
92363  linebreak="id",
92364  unicodeslot=0x2ECE,
92365 },
92366 [0x2ECF]={
92367  category="so",
92368  cjkwd="w",
92369  description="CJK RADICAL CITY",
92370  direction="on",
92371  linebreak="id",
92372  unicodeslot=0x2ECF,
92373 },
92374 [0x2ED0]={
92375  category="so",
92376  cjkwd="w",
92377  description="CJK RADICAL C-SIMPLIFIED GOLD",
92378  direction="on",
92379  linebreak="id",
92380  unicodeslot=0x2ED0,
92381 },
92382 [0x2ED1]={
92383  category="so",
92384  cjkwd="w",
92385  description="CJK RADICAL LONG ONE",
92386  direction="on",
92387  linebreak="id",
92388  unicodeslot=0x2ED1,
92389 },
92390 [0x2ED2]={
92391  category="so",
92392  cjkwd="w",
92393  description="CJK RADICAL LONG TWO",
92394  direction="on",
92395  linebreak="id",
92396  unicodeslot=0x2ED2,
92397 },
92398 [0x2ED3]={
92399  category="so",
92400  cjkwd="w",
92401  description="CJK RADICAL C-SIMPLIFIED LONG",
92402  direction="on",
92403  linebreak="id",
92404  unicodeslot=0x2ED3,
92405 },
92406 [0x2ED4]={
92407  category="so",
92408  cjkwd="w",
92409  description="CJK RADICAL C-SIMPLIFIED GATE",
92410  direction="on",
92411  linebreak="id",
92412  unicodeslot=0x2ED4,
92413 },
92414 [0x2ED5]={
92415  category="so",
92416  cjkwd="w",
92417  description="CJK RADICAL MOUND ONE",
92418  direction="on",
92419  linebreak="id",
92420  unicodeslot=0x2ED5,
92421 },
92422 [0x2ED6]={
92423  category="so",
92424  cjkwd="w",
92425  description="CJK RADICAL MOUND TWO",
92426  direction="on",
92427  linebreak="id",
92428  unicodeslot=0x2ED6,
92429 },
92430 [0x2ED7]={
92431  category="so",
92432  cjkwd="w",
92433  description="CJK RADICAL RAIN",
92434  direction="on",
92435  linebreak="id",
92436  unicodeslot=0x2ED7,
92437 },
92438 [0x2ED8]={
92439  category="so",
92440  cjkwd="w",
92441  description="CJK RADICAL BLUE",
92442  direction="on",
92443  linebreak="id",
92444  unicodeslot=0x2ED8,
92445 },
92446 [0x2ED9]={
92447  category="so",
92448  cjkwd="w",
92449  description="CJK RADICAL C-SIMPLIFIED TANNED LEATHER",
92450  direction="on",
92451  linebreak="id",
92452  unicodeslot=0x2ED9,
92453 },
92454 [0x2EDA]={
92455  category="so",
92456  cjkwd="w",
92457  description="CJK RADICAL C-SIMPLIFIED LEAF",
92458  direction="on",
92459  linebreak="id",
92460  unicodeslot=0x2EDA,
92461 },
92462 [0x2EDB]={
92463  category="so",
92464  cjkwd="w",
92465  description="CJK RADICAL C-SIMPLIFIED WIND",
92466  direction="on",
92467  linebreak="id",
92468  unicodeslot=0x2EDB,
92469 },
92470 [0x2EDC]={
92471  category="so",
92472  cjkwd="w",
92473  description="CJK RADICAL C-SIMPLIFIED FLY",
92474  direction="on",
92475  linebreak="id",
92476  unicodeslot=0x2EDC,
92477 },
92478 [0x2EDD]={
92479  category="so",
92480  cjkwd="w",
92481  description="CJK RADICAL EAT ONE",
92482  direction="on",
92483  linebreak="id",
92484  unicodeslot=0x2EDD,
92485 },
92486 [0x2EDE]={
92487  category="so",
92488  cjkwd="w",
92489  description="CJK RADICAL EAT TWO",
92490  direction="on",
92491  linebreak="id",
92492  unicodeslot=0x2EDE,
92493 },
92494 [0x2EDF]={
92495  category="so",
92496  cjkwd="w",
92497  description="CJK RADICAL EAT THREE",
92498  direction="on",
92499  linebreak="id",
92500  unicodeslot=0x2EDF,
92501 },
92502 [0x2EE0]={
92503  category="so",
92504  cjkwd="w",
92505  description="CJK RADICAL C-SIMPLIFIED EAT",
92506  direction="on",
92507  linebreak="id",
92508  unicodeslot=0x2EE0,
92509 },
92510 [0x2EE1]={
92511  category="so",
92512  cjkwd="w",
92513  description="CJK RADICAL HEAD",
92514  direction="on",
92515  linebreak="id",
92516  unicodeslot=0x2EE1,
92517 },
92518 [0x2EE2]={
92519  category="so",
92520  cjkwd="w",
92521  description="CJK RADICAL C-SIMPLIFIED HORSE",
92522  direction="on",
92523  linebreak="id",
92524  unicodeslot=0x2EE2,
92525 },
92526 [0x2EE3]={
92527  category="so",
92528  cjkwd="w",
92529  description="CJK RADICAL BONE",
92530  direction="on",
92531  linebreak="id",
92532  unicodeslot=0x2EE3,
92533 },
92534 [0x2EE4]={
92535  category="so",
92536  cjkwd="w",
92537  description="CJK RADICAL GHOST",
92538  direction="on",
92539  linebreak="id",
92540  unicodeslot=0x2EE4,
92541 },
92542 [0x2EE5]={
92543  category="so",
92544  cjkwd="w",
92545  description="CJK RADICAL C-SIMPLIFIED FISH",
92546  direction="on",
92547  linebreak="id",
92548  unicodeslot=0x2EE5,
92549 },
92550 [0x2EE6]={
92551  category="so",
92552  cjkwd="w",
92553  description="CJK RADICAL C-SIMPLIFIED BIRD",
92554  direction="on",
92555  linebreak="id",
92556  unicodeslot=0x2EE6,
92557 },
92558 [0x2EE7]={
92559  category="so",
92560  cjkwd="w",
92561  description="CJK RADICAL C-SIMPLIFIED SALT",
92562  direction="on",
92563  linebreak="id",
92564  unicodeslot=0x2EE7,
92565 },
92566 [0x2EE8]={
92567  category="so",
92568  cjkwd="w",
92569  description="CJK RADICAL SIMPLIFIED WHEAT",
92570  direction="on",
92571  linebreak="id",
92572  unicodeslot=0x2EE8,
92573 },
92574 [0x2EE9]={
92575  category="so",
92576  cjkwd="w",
92577  description="CJK RADICAL SIMPLIFIED YELLOW",
92578  direction="on",
92579  linebreak="id",
92580  unicodeslot=0x2EE9,
92581 },
92582 [0x2EEA]={
92583  category="so",
92584  cjkwd="w",
92585  description="CJK RADICAL C-SIMPLIFIED FROG",
92586  direction="on",
92587  linebreak="id",
92588  unicodeslot=0x2EEA,
92589 },
92590 [0x2EEB]={
92591  category="so",
92592  cjkwd="w",
92593  description="CJK RADICAL J-SIMPLIFIED EVEN",
92594  direction="on",
92595  linebreak="id",
92596  unicodeslot=0x2EEB,
92597 },
92598 [0x2EEC]={
92599  category="so",
92600  cjkwd="w",
92601  description="CJK RADICAL C-SIMPLIFIED EVEN",
92602  direction="on",
92603  linebreak="id",
92604  unicodeslot=0x2EEC,
92605 },
92606 [0x2EED]={
92607  category="so",
92608  cjkwd="w",
92609  description="CJK RADICAL J-SIMPLIFIED TOOTH",
92610  direction="on",
92611  linebreak="id",
92612  unicodeslot=0x2EED,
92613 },
92614 [0x2EEE]={
92615  category="so",
92616  cjkwd="w",
92617  description="CJK RADICAL C-SIMPLIFIED TOOTH",
92618  direction="on",
92619  linebreak="id",
92620  unicodeslot=0x2EEE,
92621 },
92622 [0x2EEF]={
92623  category="so",
92624  cjkwd="w",
92625  description="CJK RADICAL J-SIMPLIFIED DRAGON",
92626  direction="on",
92627  linebreak="id",
92628  unicodeslot=0x2EEF,
92629 },
92630 [0x2EF0]={
92631  category="so",
92632  cjkwd="w",
92633  description="CJK RADICAL C-SIMPLIFIED DRAGON",
92634  direction="on",
92635  linebreak="id",
92636  unicodeslot=0x2EF0,
92637 },
92638 [0x2EF1]={
92639  category="so",
92640  cjkwd="w",
92641  description="CJK RADICAL TURTLE",
92642  direction="on",
92643  linebreak="id",
92644  unicodeslot=0x2EF1,
92645 },
92646 [0x2EF2]={
92647  category="so",
92648  cjkwd="w",
92649  description="CJK RADICAL J-SIMPLIFIED TURTLE",
92650  direction="on",
92651  linebreak="id",
92652  unicodeslot=0x2EF2,
92653 },
92654 [0x2EF3]={
92655  category="so",
92656  cjkwd="w",
92657  description="CJK RADICAL C-SIMPLIFIED TURTLE",
92658  direction="on",
92659  linebreak="id",
92660  specials={ "compat", 0x9F9F },
92661  unicodeslot=0x2EF3,
92662 },
92663 [0x2F00]={
92664  category="so",
92665  cjkwd="w",
92666  description="KANGXI RADICAL ONE",
92667  direction="on",
92668  linebreak="id",
92669  specials={ "compat", 0x4E00 },
92670  unicodeslot=0x2F00,
92671 },
92672 [0x2F01]={
92673  category="so",
92674  cjkwd="w",
92675  description="KANGXI RADICAL LINE",
92676  direction="on",
92677  linebreak="id",
92678  specials={ "compat", 0x4E28 },
92679  unicodeslot=0x2F01,
92680 },
92681 [0x2F02]={
92682  category="so",
92683  cjkwd="w",
92684  description="KANGXI RADICAL DOT",
92685  direction="on",
92686  linebreak="id",
92687  specials={ "compat", 0x4E36 },
92688  unicodeslot=0x2F02,
92689 },
92690 [0x2F03]={
92691  category="so",
92692  cjkwd="w",
92693  description="KANGXI RADICAL SLASH",
92694  direction="on",
92695  linebreak="id",
92696  specials={ "compat", 0x4E3F },
92697  unicodeslot=0x2F03,
92698 },
92699 [0x2F04]={
92700  category="so",
92701  cjkwd="w",
92702  description="KANGXI RADICAL SECOND",
92703  direction="on",
92704  linebreak="id",
92705  specials={ "compat", 0x4E59 },
92706  unicodeslot=0x2F04,
92707 },
92708 [0x2F05]={
92709  category="so",
92710  cjkwd="w",
92711  description="KANGXI RADICAL HOOK",
92712  direction="on",
92713  linebreak="id",
92714  specials={ "compat", 0x4E85 },
92715  unicodeslot=0x2F05,
92716 },
92717 [0x2F06]={
92718  category="so",
92719  cjkwd="w",
92720  description="KANGXI RADICAL TWO",
92721  direction="on",
92722  linebreak="id",
92723  specials={ "compat", 0x4E8C },
92724  unicodeslot=0x2F06,
92725 },
92726 [0x2F07]={
92727  category="so",
92728  cjkwd="w",
92729  description="KANGXI RADICAL LID",
92730  direction="on",
92731  linebreak="id",
92732  specials={ "compat", 0x4EA0 },
92733  unicodeslot=0x2F07,
92734 },
92735 [0x2F08]={
92736  category="so",
92737  cjkwd="w",
92738  description="KANGXI RADICAL MAN",
92739  direction="on",
92740  linebreak="id",
92741  specials={ "compat", 0x4EBA },
92742  unicodeslot=0x2F08,
92743 },
92744 [0x2F09]={
92745  category="so",
92746  cjkwd="w",
92747  description="KANGXI RADICAL LEGS",
92748  direction="on",
92749  linebreak="id",
92750  specials={ "compat", 0x513F },
92751  unicodeslot=0x2F09,
92752 },
92753 [0x2F0A]={
92754  category="so",
92755  cjkwd="w",
92756  description="KANGXI RADICAL ENTER",
92757  direction="on",
92758  linebreak="id",
92759  specials={ "compat", 0x5165 },
92760  unicodeslot=0x2F0A,
92761 },
92762 [0x2F0B]={
92763  category="so",
92764  cjkwd="w",
92765  description="KANGXI RADICAL EIGHT",
92766  direction="on",
92767  linebreak="id",
92768  specials={ "compat", 0x516B },
92769  unicodeslot=0x2F0B,
92770 },
92771 [0x2F0C]={
92772  category="so",
92773  cjkwd="w",
92774  description="KANGXI RADICAL DOWN BOX",
92775  direction="on",
92776  linebreak="id",
92777  specials={ "compat", 0x5182 },
92778  unicodeslot=0x2F0C,
92779 },
92780 [0x2F0D]={
92781  category="so",
92782  cjkwd="w",
92783  description="KANGXI RADICAL COVER",
92784  direction="on",
92785  linebreak="id",
92786  specials={ "compat", 0x5196 },
92787  unicodeslot=0x2F0D,
92788 },
92789 [0x2F0E]={
92790  category="so",
92791  cjkwd="w",
92792  description="KANGXI RADICAL ICE",
92793  direction="on",
92794  linebreak="id",
92795  specials={ "compat", 0x51AB },
92796  unicodeslot=0x2F0E,
92797 },
92798 [0x2F0F]={
92799  category="so",
92800  cjkwd="w",
92801  description="KANGXI RADICAL TABLE",
92802  direction="on",
92803  linebreak="id",
92804  specials={ "compat", 0x51E0 },
92805  unicodeslot=0x2F0F,
92806 },
92807 [0x2F10]={
92808  category="so",
92809  cjkwd="w",
92810  description="KANGXI RADICAL OPEN BOX",
92811  direction="on",
92812  linebreak="id",
92813  specials={ "compat", 0x51F5 },
92814  unicodeslot=0x2F10,
92815 },
92816 [0x2F11]={
92817  category="so",
92818  cjkwd="w",
92819  description="KANGXI RADICAL KNIFE",
92820  direction="on",
92821  linebreak="id",
92822  specials={ "compat", 0x5200 },
92823  unicodeslot=0x2F11,
92824 },
92825 [0x2F12]={
92826  category="so",
92827  cjkwd="w",
92828  description="KANGXI RADICAL POWER",
92829  direction="on",
92830  linebreak="id",
92831  specials={ "compat", 0x529B },
92832  unicodeslot=0x2F12,
92833 },
92834 [0x2F13]={
92835  category="so",
92836  cjkwd="w",
92837  description="KANGXI RADICAL WRAP",
92838  direction="on",
92839  linebreak="id",
92840  specials={ "compat", 0x52F9 },
92841  unicodeslot=0x2F13,
92842 },
92843 [0x2F14]={
92844  category="so",
92845  cjkwd="w",
92846  description="KANGXI RADICAL SPOON",
92847  direction="on",
92848  linebreak="id",
92849  specials={ "compat", 0x5315 },
92850  unicodeslot=0x2F14,
92851 },
92852 [0x2F15]={
92853  category="so",
92854  cjkwd="w",
92855  description="KANGXI RADICAL RIGHT OPEN BOX",
92856  direction="on",
92857  linebreak="id",
92858  specials={ "compat", 0x531A },
92859  unicodeslot=0x2F15,
92860 },
92861 [0x2F16]={
92862  category="so",
92863  cjkwd="w",
92864  description="KANGXI RADICAL HIDING ENCLOSURE",
92865  direction="on",
92866  linebreak="id",
92867  specials={ "compat", 0x5338 },
92868  unicodeslot=0x2F16,
92869 },
92870 [0x2F17]={
92871  category="so",
92872  cjkwd="w",
92873  description="KANGXI RADICAL TEN",
92874  direction="on",
92875  linebreak="id",
92876  specials={ "compat", 0x5341 },
92877  unicodeslot=0x2F17,
92878 },
92879 [0x2F18]={
92880  category="so",
92881  cjkwd="w",
92882  description="KANGXI RADICAL DIVINATION",
92883  direction="on",
92884  linebreak="id",
92885  specials={ "compat", 0x535C },
92886  unicodeslot=0x2F18,
92887 },
92888 [0x2F19]={
92889  category="so",
92890  cjkwd="w",
92891  description="KANGXI RADICAL SEAL",
92892  direction="on",
92893  linebreak="id",
92894  specials={ "compat", 0x5369 },
92895  unicodeslot=0x2F19,
92896 },
92897 [0x2F1A]={
92898  category="so",
92899  cjkwd="w",
92900  description="KANGXI RADICAL CLIFF",
92901  direction="on",
92902  linebreak="id",
92903  specials={ "compat", 0x5382 },
92904  unicodeslot=0x2F1A,
92905 },
92906 [0x2F1B]={
92907  category="so",
92908  cjkwd="w",
92909  description="KANGXI RADICAL PRIVATE",
92910  direction="on",
92911  linebreak="id",
92912  specials={ "compat", 0x53B6 },
92913  unicodeslot=0x2F1B,
92914 },
92915 [0x2F1C]={
92916  category="so",
92917  cjkwd="w",
92918  description="KANGXI RADICAL AGAIN",
92919  direction="on",
92920  linebreak="id",
92921  specials={ "compat", 0x53C8 },
92922  unicodeslot=0x2F1C,
92923 },
92924 [0x2F1D]={
92925  category="so",
92926  cjkwd="w",
92927  description="KANGXI RADICAL MOUTH",
92928  direction="on",
92929  linebreak="id",
92930  specials={ "compat", 0x53E3 },
92931  unicodeslot=0x2F1D,
92932 },
92933 [0x2F1E]={
92934  category="so",
92935  cjkwd="w",
92936  description="KANGXI RADICAL ENCLOSURE",
92937  direction="on",
92938  linebreak="id",
92939  specials={ "compat", 0x56D7 },
92940  unicodeslot=0x2F1E,
92941 },
92942 [0x2F1F]={
92943  category="so",
92944  cjkwd="w",
92945  description="KANGXI RADICAL EARTH",
92946  direction="on",
92947  linebreak="id",
92948  specials={ "compat", 0x571F },
92949  unicodeslot=0x2F1F,
92950 },
92951 [0x2F20]={
92952  category="so",
92953  cjkwd="w",
92954  description="KANGXI RADICAL SCHOLAR",
92955  direction="on",
92956  linebreak="id",
92957  specials={ "compat", 0x58EB },
92958  unicodeslot=0x2F20,
92959 },
92960 [0x2F21]={
92961  category="so",
92962  cjkwd="w",
92963  description="KANGXI RADICAL GO",
92964  direction="on",
92965  linebreak="id",
92966  specials={ "compat", 0x5902 },
92967  unicodeslot=0x2F21,
92968 },
92969 [0x2F22]={
92970  category="so",
92971  cjkwd="w",
92972  description="KANGXI RADICAL GO SLOWLY",
92973  direction="on",
92974  linebreak="id",
92975  specials={ "compat", 0x590A },
92976  unicodeslot=0x2F22,
92977 },
92978 [0x2F23]={
92979  category="so",
92980  cjkwd="w",
92981  description="KANGXI RADICAL EVENING",
92982  direction="on",
92983  linebreak="id",
92984  specials={ "compat", 0x5915 },
92985  unicodeslot=0x2F23,
92986 },
92987 [0x2F24]={
92988  category="so",
92989  cjkwd="w",
92990  description="KANGXI RADICAL BIG",
92991  direction="on",
92992  linebreak="id",
92993  specials={ "compat", 0x5927 },
92994  unicodeslot=0x2F24,
92995 },
92996 [0x2F25]={
92997  category="so",
92998  cjkwd="w",
92999  description="KANGXI RADICAL WOMAN",
93000  direction="on",
93001  linebreak="id",
93002  specials={ "compat", 0x5973 },
93003  unicodeslot=0x2F25,
93004 },
93005 [0x2F26]={
93006  category="so",
93007  cjkwd="w",
93008  description="KANGXI RADICAL CHILD",
93009  direction="on",
93010  linebreak="id",
93011  specials={ "compat", 0x5B50 },
93012  unicodeslot=0x2F26,
93013 },
93014 [0x2F27]={
93015  category="so",
93016  cjkwd="w",
93017  description="KANGXI RADICAL ROOF",
93018  direction="on",
93019  linebreak="id",
93020  specials={ "compat", 0x5B80 },
93021  unicodeslot=0x2F27,
93022 },
93023 [0x2F28]={
93024  category="so",
93025  cjkwd="w",
93026  description="KANGXI RADICAL INCH",
93027  direction="on",
93028  linebreak="id",
93029  specials={ "compat", 0x5BF8 },
93030  unicodeslot=0x2F28,
93031 },
93032 [0x2F29]={
93033  category="so",
93034  cjkwd="w",
93035  description="KANGXI RADICAL SMALL",
93036  direction="on",
93037  linebreak="id",
93038  specials={ "compat", 0x5C0F },
93039  unicodeslot=0x2F29,
93040 },
93041 [0x2F2A]={
93042  category="so",
93043  cjkwd="w",
93044  description="KANGXI RADICAL LAME",
93045  direction="on",
93046  linebreak="id",
93047  specials={ "compat", 0x5C22 },
93048  unicodeslot=0x2F2A,
93049 },
93050 [0x2F2B]={
93051  category="so",
93052  cjkwd="w",
93053  description="KANGXI RADICAL CORPSE",
93054  direction="on",
93055  linebreak="id",
93056  specials={ "compat", 0x5C38 },
93057  unicodeslot=0x2F2B,
93058 },
93059 [0x2F2C]={
93060  category="so",
93061  cjkwd="w",
93062  description="KANGXI RADICAL SPROUT",
93063  direction="on",
93064  linebreak="id",
93065  specials={ "compat", 0x5C6E },
93066  unicodeslot=0x2F2C,
93067 },
93068 [0x2F2D]={
93069  category="so",
93070  cjkwd="w",
93071  description="KANGXI RADICAL MOUNTAIN",
93072  direction="on",
93073  linebreak="id",
93074  specials={ "compat", 0x5C71 },
93075  unicodeslot=0x2F2D,
93076 },
93077 [0x2F2E]={
93078  category="so",
93079  cjkwd="w",
93080  description="KANGXI RADICAL RIVER",
93081  direction="on",
93082  linebreak="id",
93083  specials={ "compat", 0x5DDB },
93084  unicodeslot=0x2F2E,
93085 },
93086 [0x2F2F]={
93087  category="so",
93088  cjkwd="w",
93089  description="KANGXI RADICAL WORK",
93090  direction="on",
93091  linebreak="id",
93092  specials={ "compat", 0x5DE5 },
93093  unicodeslot=0x2F2F,
93094 },
93095 [0x2F30]={
93096  category="so",
93097  cjkwd="w",
93098  description="KANGXI RADICAL ONESELF",
93099  direction="on",
93100  linebreak="id",
93101  specials={ "compat", 0x5DF1 },
93102  unicodeslot=0x2F30,
93103 },
93104 [0x2F31]={
93105  category="so",
93106  cjkwd="w",
93107  description="KANGXI RADICAL TURBAN",
93108  direction="on",
93109  linebreak="id",
93110  specials={ "compat", 0x5DFE },
93111  unicodeslot=0x2F31,
93112 },
93113 [0x2F32]={
93114  category="so",
93115  cjkwd="w",
93116  description="KANGXI RADICAL DRY",
93117  direction="on",
93118  linebreak="id",
93119  specials={ "compat", 0x5E72 },
93120  unicodeslot=0x2F32,
93121 },
93122 [0x2F33]={
93123  category="so",
93124  cjkwd="w",
93125  description="KANGXI RADICAL SHORT THREAD",
93126  direction="on",
93127  linebreak="id",
93128  specials={ "compat", 0x5E7A },
93129  unicodeslot=0x2F33,
93130 },
93131 [0x2F34]={
93132  category="so",
93133  cjkwd="w",
93134  description="KANGXI RADICAL DOTTED CLIFF",
93135  direction="on",
93136  linebreak="id",
93137  specials={ "compat", 0x5E7F },
93138  unicodeslot=0x2F34,
93139 },
93140 [0x2F35]={
93141  category="so",
93142  cjkwd="w",
93143  description="KANGXI RADICAL LONG STRIDE",
93144  direction="on",
93145  linebreak="id",
93146  specials={ "compat", 0x5EF4 },
93147  unicodeslot=0x2F35,
93148 },
93149 [0x2F36]={
93150  category="so",
93151  cjkwd="w",
93152  description="KANGXI RADICAL TWO HANDS",
93153  direction="on",
93154  linebreak="id",
93155  specials={ "compat", 0x5EFE },
93156  unicodeslot=0x2F36,
93157 },
93158 [0x2F37]={
93159  category="so",
93160  cjkwd="w",
93161  description="KANGXI RADICAL SHOOT",
93162  direction="on",
93163  linebreak="id",
93164  specials={ "compat", 0x5F0B },
93165  unicodeslot=0x2F37,
93166 },
93167 [0x2F38]={
93168  category="so",
93169  cjkwd="w",
93170  description="KANGXI RADICAL BOW",
93171  direction="on",
93172  linebreak="id",
93173  specials={ "compat", 0x5F13 },
93174  unicodeslot=0x2F38,
93175 },
93176 [0x2F39]={
93177  category="so",
93178  cjkwd="w",
93179  description="KANGXI RADICAL SNOUT",
93180  direction="on",
93181  linebreak="id",
93182  specials={ "compat", 0x5F50 },
93183  unicodeslot=0x2F39,
93184 },
93185 [0x2F3A]={
93186  category="so",
93187  cjkwd="w",
93188  description="KANGXI RADICAL BRISTLE",
93189  direction="on",
93190  linebreak="id",
93191  specials={ "compat", 0x5F61 },
93192  unicodeslot=0x2F3A,
93193 },
93194 [0x2F3B]={
93195  category="so",
93196  cjkwd="w",
93197  description="KANGXI RADICAL STEP",
93198  direction="on",
93199  linebreak="id",
93200  specials={ "compat", 0x5F73 },
93201  unicodeslot=0x2F3B,
93202 },
93203 [0x2F3C]={
93204  category="so",
93205  cjkwd="w",
93206  description="KANGXI RADICAL HEART",
93207  direction="on",
93208  linebreak="id",
93209  specials={ "compat", 0x5FC3 },
93210  unicodeslot=0x2F3C,
93211 },
93212 [0x2F3D]={
93213  category="so",
93214  cjkwd="w",
93215  description="KANGXI RADICAL HALBERD",
93216  direction="on",
93217  linebreak="id",
93218  specials={ "compat", 0x6208 },
93219  unicodeslot=0x2F3D,
93220 },
93221 [0x2F3E]={
93222  category="so",
93223  cjkwd="w",
93224  description="KANGXI RADICAL DOOR",
93225  direction="on",
93226  linebreak="id",
93227  specials={ "compat", 0x6236 },
93228  unicodeslot=0x2F3E,
93229 },
93230 [0x2F3F]={
93231  category="so",
93232  cjkwd="w",
93233  description="KANGXI RADICAL HAND",
93234  direction="on",
93235  linebreak="id",
93236  specials={ "compat", 0x624B },
93237  unicodeslot=0x2F3F,
93238 },
93239 [0x2F40]={
93240  category="so",
93241  cjkwd="w",
93242  description="KANGXI RADICAL BRANCH",
93243  direction="on",
93244  linebreak="id",
93245  specials={ "compat", 0x652F },
93246  unicodeslot=0x2F40,
93247 },
93248 [0x2F41]={
93249  category="so",
93250  cjkwd="w",
93251  description="KANGXI RADICAL RAP",
93252  direction="on",
93253  linebreak="id",
93254  specials={ "compat", 0x6534 },
93255  unicodeslot=0x2F41,
93256 },
93257 [0x2F42]={
93258  category="so",
93259  cjkwd="w",
93260  description="KANGXI RADICAL SCRIPT",
93261  direction="on",
93262  linebreak="id",
93263  specials={ "compat", 0x6587 },
93264  unicodeslot=0x2F42,
93265 },
93266 [0x2F43]={
93267  category="so",
93268  cjkwd="w",
93269  description="KANGXI RADICAL DIPPER",
93270  direction="on",
93271  linebreak="id",
93272  specials={ "compat", 0x6597 },
93273  unicodeslot=0x2F43,
93274 },
93275 [0x2F44]={
93276  category="so",
93277  cjkwd="w",
93278  description="KANGXI RADICAL AXE",
93279  direction="on",
93280  linebreak="id",
93281  specials={ "compat", 0x65A4 },
93282  unicodeslot=0x2F44,
93283 },
93284 [0x2F45]={
93285  category="so",
93286  cjkwd="w",
93287  description="KANGXI RADICAL SQUARE",
93288  direction="on",
93289  linebreak="id",
93290  specials={ "compat", 0x65B9 },
93291  unicodeslot=0x2F45,
93292 },
93293 [0x2F46]={
93294  category="so",
93295  cjkwd="w",
93296  description="KANGXI RADICAL NOT",
93297  direction="on",
93298  linebreak="id",
93299  specials={ "compat", 0x65E0 },
93300  unicodeslot=0x2F46,
93301 },
93302 [0x2F47]={
93303  category="so",
93304  cjkwd="w",
93305  description="KANGXI RADICAL SUN",
93306  direction="on",
93307  linebreak="id",
93308  specials={ "compat", 0x65E5 },
93309  unicodeslot=0x2F47,
93310 },
93311 [0x2F48]={
93312  category="so",
93313  cjkwd="w",
93314  description="KANGXI RADICAL SAY",
93315  direction="on",
93316  linebreak="id",
93317  specials={ "compat", 0x66F0 },
93318  unicodeslot=0x2F48,
93319 },
93320 [0x2F49]={
93321  category="so",
93322  cjkwd="w",
93323  description="KANGXI RADICAL MOON",
93324  direction="on",
93325  linebreak="id",
93326  specials={ "compat", 0x6708 },
93327  unicodeslot=0x2F49,
93328 },
93329 [0x2F4A]={
93330  category="so",
93331  cjkwd="w",
93332  description="KANGXI RADICAL TREE",
93333  direction="on",
93334  linebreak="id",
93335  specials={ "compat", 0x6728 },
93336  unicodeslot=0x2F4A,
93337 },
93338 [0x2F4B]={
93339  category="so",
93340  cjkwd="w",
93341  description="KANGXI RADICAL LACK",
93342  direction="on",
93343  linebreak="id",
93344  specials={ "compat", 0x6B20 },
93345  unicodeslot=0x2F4B,
93346 },
93347 [0x2F4C]={
93348  category="so",
93349  cjkwd="w",
93350  description="KANGXI RADICAL STOP",
93351  direction="on",
93352  linebreak="id",
93353  specials={ "compat", 0x6B62 },
93354  unicodeslot=0x2F4C,
93355 },
93356 [0x2F4D]={
93357  category="so",
93358  cjkwd="w",
93359  description="KANGXI RADICAL DEATH",
93360  direction="on",
93361  linebreak="id",
93362  specials={ "compat", 0x6B79 },
93363  unicodeslot=0x2F4D,
93364 },
93365 [0x2F4E]={
93366  category="so",
93367  cjkwd="w",
93368  description="KANGXI RADICAL WEAPON",
93369  direction="on",
93370  linebreak="id",
93371  specials={ "compat", 0x6BB3 },
93372  unicodeslot=0x2F4E,
93373 },
93374 [0x2F4F]={
93375  category="so",
93376  cjkwd="w",
93377  description="KANGXI RADICAL DO NOT",
93378  direction="on",
93379  linebreak="id",
93380  specials={ "compat", 0x6BCB },
93381  unicodeslot=0x2F4F,
93382 },
93383 [0x2F50]={
93384  category="so",
93385  cjkwd="w",
93386  description="KANGXI RADICAL COMPARE",
93387  direction="on",
93388  linebreak="id",
93389  specials={ "compat", 0x6BD4 },
93390  unicodeslot=0x2F50,
93391 },
93392 [0x2F51]={
93393  category="so",
93394  cjkwd="w",
93395  description="KANGXI RADICAL FUR",
93396  direction="on",
93397  linebreak="id",
93398  specials={ "compat", 0x6BDB },
93399  unicodeslot=0x2F51,
93400 },
93401 [0x2F52]={
93402  category="so",
93403  cjkwd="w",
93404  description="KANGXI RADICAL CLAN",
93405  direction="on",
93406  linebreak="id",
93407  specials={ "compat", 0x6C0F },
93408  unicodeslot=0x2F52,
93409 },
93410 [0x2F53]={
93411  category="so",
93412  cjkwd="w",
93413  description="KANGXI RADICAL STEAM",
93414  direction="on",
93415  linebreak="id",
93416  specials={ "compat", 0x6C14 },
93417  unicodeslot=0x2F53,
93418 },
93419 [0x2F54]={
93420  category="so",
93421  cjkwd="w",
93422  description="KANGXI RADICAL WATER",
93423  direction="on",
93424  linebreak="id",
93425  specials={ "compat", 0x6C34 },
93426  unicodeslot=0x2F54,
93427 },
93428 [0x2F55]={
93429  category="so",
93430  cjkwd="w",
93431  description="KANGXI RADICAL FIRE",
93432  direction="on",
93433  linebreak="id",
93434  specials={ "compat", 0x706B },
93435  unicodeslot=0x2F55,
93436 },
93437 [0x2F56]={
93438  category="so",
93439  cjkwd="w",
93440  description="KANGXI RADICAL CLAW",
93441  direction="on",
93442  linebreak="id",
93443  specials={ "compat", 0x722A },
93444  unicodeslot=0x2F56,
93445 },
93446 [0x2F57]={
93447  category="so",
93448  cjkwd="w",
93449  description="KANGXI RADICAL FATHER",
93450  direction="on",
93451  linebreak="id",
93452  specials={ "compat", 0x7236 },
93453  unicodeslot=0x2F57,
93454 },
93455 [0x2F58]={
93456  category="so",
93457  cjkwd="w",
93458  description="KANGXI RADICAL DOUBLE X",
93459  direction="on",
93460  linebreak="id",
93461  specials={ "compat", 0x723B },
93462  unicodeslot=0x2F58,
93463 },
93464 [0x2F59]={
93465  category="so",
93466  cjkwd="w",
93467  description="KANGXI RADICAL HALF TREE TRUNK",
93468  direction="on",
93469  linebreak="id",
93470  specials={ "compat", 0x723F },
93471  unicodeslot=0x2F59,
93472 },
93473 [0x2F5A]={
93474  category="so",
93475  cjkwd="w",
93476  description="KANGXI RADICAL SLICE",
93477  direction="on",
93478  linebreak="id",
93479  specials={ "compat", 0x7247 },
93480  unicodeslot=0x2F5A,
93481 },
93482 [0x2F5B]={
93483  category="so",
93484  cjkwd="w",
93485  description="KANGXI RADICAL FANG",
93486  direction="on",
93487  linebreak="id",
93488  specials={ "compat", 0x7259 },
93489  unicodeslot=0x2F5B,
93490 },
93491 [0x2F5C]={
93492  category="so",
93493  cjkwd="w",
93494  description="KANGXI RADICAL COW",
93495  direction="on",
93496  linebreak="id",
93497  specials={ "compat", 0x725B },
93498  unicodeslot=0x2F5C,
93499 },
93500 [0x2F5D]={
93501  category="so",
93502  cjkwd="w",
93503  description="KANGXI RADICAL DOG",
93504  direction="on",
93505  linebreak="id",
93506  specials={ "compat", 0x72AC },
93507  unicodeslot=0x2F5D,
93508 },
93509 [0x2F5E]={
93510  category="so",
93511  cjkwd="w",
93512  description="KANGXI RADICAL PROFOUND",
93513  direction="on",
93514  linebreak="id",
93515  specials={ "compat", 0x7384 },
93516  unicodeslot=0x2F5E,
93517 },
93518 [0x2F5F]={
93519  category="so",
93520  cjkwd="w",
93521  description="KANGXI RADICAL JADE",
93522  direction="on",
93523  linebreak="id",
93524  specials={ "compat", 0x7389 },
93525  unicodeslot=0x2F5F,
93526 },
93527 [0x2F60]={
93528  category="so",
93529  cjkwd="w",
93530  description="KANGXI RADICAL MELON",
93531  direction="on",
93532  linebreak="id",
93533  specials={ "compat", 0x74DC },
93534  unicodeslot=0x2F60,
93535 },
93536 [0x2F61]={
93537  category="so",
93538  cjkwd="w",
93539  description="KANGXI RADICAL TILE",
93540  direction="on",
93541  linebreak="id",
93542  specials={ "compat", 0x74E6 },
93543  unicodeslot=0x2F61,
93544 },
93545 [0x2F62]={
93546  category="so",
93547  cjkwd="w",
93548  description="KANGXI RADICAL SWEET",
93549  direction="on",
93550  linebreak="id",
93551  specials={ "compat", 0x7518 },
93552  unicodeslot=0x2F62,
93553 },
93554 [0x2F63]={
93555  category="so",
93556  cjkwd="w",
93557  description="KANGXI RADICAL LIFE",
93558  direction="on",
93559  linebreak="id",
93560  specials={ "compat", 0x751F },
93561  unicodeslot=0x2F63,
93562 },
93563 [0x2F64]={
93564  category="so",
93565  cjkwd="w",
93566  description="KANGXI RADICAL USE",
93567  direction="on",
93568  linebreak="id",
93569  specials={ "compat", 0x7528 },
93570  unicodeslot=0x2F64,
93571 },
93572 [0x2F65]={
93573  category="so",
93574  cjkwd="w",
93575  description="KANGXI RADICAL FIELD",
93576  direction="on",
93577  linebreak="id",
93578  specials={ "compat", 0x7530 },
93579  unicodeslot=0x2F65,
93580 },
93581 [0x2F66]={
93582  category="so",
93583  cjkwd="w",
93584  description="KANGXI RADICAL BOLT OF CLOTH",
93585  direction="on",
93586  linebreak="id",
93587  specials={ "compat", 0x758B },
93588  unicodeslot=0x2F66,
93589 },
93590 [0x2F67]={
93591  category="so",
93592  cjkwd="w",
93593  description="KANGXI RADICAL SICKNESS",
93594  direction="on",
93595  linebreak="id",
93596  specials={ "compat", 0x7592 },
93597  unicodeslot=0x2F67,
93598 },
93599 [0x2F68]={
93600  category="so",
93601  cjkwd="w",
93602  description="KANGXI RADICAL DOTTED TENT",
93603  direction="on",
93604  linebreak="id",
93605  specials={ "compat", 0x7676 },
93606  unicodeslot=0x2F68,
93607 },
93608 [0x2F69]={
93609  category="so",
93610  cjkwd="w",
93611  description="KANGXI RADICAL WHITE",
93612  direction="on",
93613  linebreak="id",
93614  specials={ "compat", 0x767D },
93615  unicodeslot=0x2F69,
93616 },
93617 [0x2F6A]={
93618  category="so",
93619  cjkwd="w",
93620  description="KANGXI RADICAL SKIN",
93621  direction="on",
93622  linebreak="id",
93623  specials={ "compat", 0x76AE },
93624  unicodeslot=0x2F6A,
93625 },
93626 [0x2F6B]={
93627  category="so",
93628  cjkwd="w",
93629  description="KANGXI RADICAL DISH",
93630  direction="on",
93631  linebreak="id",
93632  specials={ "compat", 0x76BF },
93633  unicodeslot=0x2F6B,
93634 },
93635 [0x2F6C]={
93636  category="so",
93637  cjkwd="w",
93638  description="KANGXI RADICAL EYE",
93639  direction="on",
93640  linebreak="id",
93641  specials={ "compat", 0x76EE },
93642  unicodeslot=0x2F6C,
93643 },
93644 [0x2F6D]={
93645  category="so",
93646  cjkwd="w",
93647  description="KANGXI RADICAL SPEAR",
93648  direction="on",
93649  linebreak="id",
93650  specials={ "compat", 0x77DB },
93651  unicodeslot=0x2F6D,
93652 },
93653 [0x2F6E]={
93654  category="so",
93655  cjkwd="w",
93656  description="KANGXI RADICAL ARROW",
93657  direction="on",
93658  linebreak="id",
93659  specials={ "compat", 0x77E2 },
93660  unicodeslot=0x2F6E,
93661 },
93662 [0x2F6F]={
93663  category="so",
93664  cjkwd="w",
93665  description="KANGXI RADICAL STONE",
93666  direction="on",
93667  linebreak="id",
93668  specials={ "compat", 0x77F3 },
93669  unicodeslot=0x2F6F,
93670 },
93671 [0x2F70]={
93672  category="so",
93673  cjkwd="w",
93674  description="KANGXI RADICAL SPIRIT",
93675  direction="on",
93676  linebreak="id",
93677  specials={ "compat", 0x793A },
93678  unicodeslot=0x2F70,
93679 },
93680 [0x2F71]={
93681  category="so",
93682  cjkwd="w",
93683  description="KANGXI RADICAL TRACK",
93684  direction="on",
93685  linebreak="id",
93686  specials={ "compat", 0x79B8 },
93687  unicodeslot=0x2F71,
93688 },
93689 [0x2F72]={
93690  category="so",
93691  cjkwd="w",
93692  description="KANGXI RADICAL GRAIN",
93693  direction="on",
93694  linebreak="id",
93695  specials={ "compat", 0x79BE },
93696  unicodeslot=0x2F72,
93697 },
93698 [0x2F73]={
93699  category="so",
93700  cjkwd="w",
93701  description="KANGXI RADICAL CAVE",
93702  direction="on",
93703  linebreak="id",
93704  specials={ "compat", 0x7A74 },
93705  unicodeslot=0x2F73,
93706 },
93707 [0x2F74]={
93708  category="so",
93709  cjkwd="w",
93710  description="KANGXI RADICAL STAND",
93711  direction="on",
93712  linebreak="id",
93713  specials={ "compat", 0x7ACB },
93714  unicodeslot=0x2F74,
93715 },
93716 [0x2F75]={
93717  category="so",
93718  cjkwd="w",
93719  description="KANGXI RADICAL BAMBOO",
93720  direction="on",
93721  linebreak="id",
93722  specials={ "compat", 0x7AF9 },
93723  unicodeslot=0x2F75,
93724 },
93725 [0x2F76]={
93726  category="so",
93727  cjkwd="w",
93728  description="KANGXI RADICAL RICE",
93729  direction="on",
93730  linebreak="id",
93731  specials={ "compat", 0x7C73 },
93732  unicodeslot=0x2F76,
93733 },
93734 [0x2F77]={
93735  category="so",
93736  cjkwd="w",
93737  description="KANGXI RADICAL SILK",
93738  direction="on",
93739  linebreak="id",
93740  specials={ "compat", 0x7CF8 },
93741  unicodeslot=0x2F77,
93742 },
93743 [0x2F78]={
93744  category="so",
93745  cjkwd="w",
93746  description="KANGXI RADICAL JAR",
93747  direction="on",
93748  linebreak="id",
93749  specials={ "compat", 0x7F36 },
93750  unicodeslot=0x2F78,
93751 },
93752 [0x2F79]={
93753  category="so",
93754  cjkwd="w",
93755  description="KANGXI RADICAL NET",
93756  direction="on",
93757  linebreak="id",
93758  specials={ "compat", 0x7F51 },
93759  unicodeslot=0x2F79,
93760 },
93761 [0x2F7A]={
93762  category="so",
93763  cjkwd="w",
93764  description="KANGXI RADICAL SHEEP",
93765  direction="on",
93766  linebreak="id",
93767  specials={ "compat", 0x7F8A },
93768  unicodeslot=0x2F7A,
93769 },
93770 [0x2F7B]={
93771  category="so",
93772  cjkwd="w",
93773  description="KANGXI RADICAL FEATHER",
93774  direction="on",
93775  linebreak="id",
93776  specials={ "compat", 0x7FBD },
93777  unicodeslot=0x2F7B,
93778 },
93779 [0x2F7C]={
93780  category="so",
93781  cjkwd="w",
93782  description="KANGXI RADICAL OLD",
93783  direction="on",
93784  linebreak="id",
93785  specials={ "compat", 0x8001 },
93786  unicodeslot=0x2F7C,
93787 },
93788 [0x2F7D]={
93789  category="so",
93790  cjkwd="w",
93791  description="KANGXI RADICAL AND",
93792  direction="on",
93793  linebreak="id",
93794  specials={ "compat", 0x800C },
93795  unicodeslot=0x2F7D,
93796 },
93797 [0x2F7E]={
93798  category="so",
93799  cjkwd="w",
93800  description="KANGXI RADICAL PLOW",
93801  direction="on",
93802  linebreak="id",
93803  specials={ "compat", 0x8012 },
93804  unicodeslot=0x2F7E,
93805 },
93806 [0x2F7F]={
93807  category="so",
93808  cjkwd="w",
93809  description="KANGXI RADICAL EAR",
93810  direction="on",
93811  linebreak="id",
93812  specials={ "compat", 0x8033 },
93813  unicodeslot=0x2F7F,
93814 },
93815 [0x2F80]={
93816  category="so",
93817  cjkwd="w",
93818  description="KANGXI RADICAL BRUSH",
93819  direction="on",
93820  linebreak="id",
93821  specials={ "compat", 0x807F },
93822  unicodeslot=0x2F80,
93823 },
93824 [0x2F81]={
93825  category="so",
93826  cjkwd="w",
93827  description="KANGXI RADICAL MEAT",
93828  direction="on",
93829  linebreak="id",
93830  specials={ "compat", 0x8089 },
93831  unicodeslot=0x2F81,
93832 },
93833 [0x2F82]={
93834  category="so",
93835  cjkwd="w",
93836  description="KANGXI RADICAL MINISTER",
93837  direction="on",
93838  linebreak="id",
93839  specials={ "compat", 0x81E3 },
93840  unicodeslot=0x2F82,
93841 },
93842 [0x2F83]={
93843  category="so",
93844  cjkwd="w",
93845  description="KANGXI RADICAL SELF",
93846  direction="on",
93847  linebreak="id",
93848  specials={ "compat", 0x81EA },
93849  unicodeslot=0x2F83,
93850 },
93851 [0x2F84]={
93852  category="so",
93853  cjkwd="w",
93854  description="KANGXI RADICAL ARRIVE",
93855  direction="on",
93856  linebreak="id",
93857  specials={ "compat", 0x81F3 },
93858  unicodeslot=0x2F84,
93859 },
93860 [0x2F85]={
93861  category="so",
93862  cjkwd="w",
93863  description="KANGXI RADICAL MORTAR",
93864  direction="on",
93865  linebreak="id",
93866  specials={ "compat", 0x81FC },
93867  unicodeslot=0x2F85,
93868 },
93869 [0x2F86]={
93870  category="so",
93871  cjkwd="w",
93872  description="KANGXI RADICAL TONGUE",
93873  direction="on",
93874  linebreak="id",
93875  specials={ "compat", 0x820C },
93876  unicodeslot=0x2F86,
93877 },
93878 [0x2F87]={
93879  category="so",
93880  cjkwd="w",
93881  description="KANGXI RADICAL OPPOSE",
93882  direction="on",
93883  linebreak="id",
93884  specials={ "compat", 0x821B },
93885  unicodeslot=0x2F87,
93886 },
93887 [0x2F88]={
93888  category="so",
93889  cjkwd="w",
93890  description="KANGXI RADICAL BOAT",
93891  direction="on",
93892  linebreak="id",
93893  specials={ "compat", 0x821F },
93894  unicodeslot=0x2F88,
93895 },
93896 [0x2F89]={
93897  category="so",
93898  cjkwd="w",
93899  description="KANGXI RADICAL STOPPING",
93900  direction="on",
93901  linebreak="id",
93902  specials={ "compat", 0x826E },
93903  unicodeslot=0x2F89,
93904 },
93905 [0x2F8A]={
93906  category="so",
93907  cjkwd="w",
93908  description="KANGXI RADICAL COLOR",
93909  direction="on",
93910  linebreak="id",
93911  specials={ "compat", 0x8272 },
93912  unicodeslot=0x2F8A,
93913 },
93914 [0x2F8B]={
93915  category="so",
93916  cjkwd="w",
93917  description="KANGXI RADICAL GRASS",
93918  direction="on",
93919  linebreak="id",
93920  specials={ "compat", 0x8278 },
93921  unicodeslot=0x2F8B,
93922 },
93923 [0x2F8C]={
93924  category="so",
93925  cjkwd="w",
93926  description="KANGXI RADICAL TIGER",
93927  direction="on",
93928  linebreak="id",
93929  specials={ "compat", 0x864D },
93930  unicodeslot=0x2F8C,
93931 },
93932 [0x2F8D]={
93933  category="so",
93934  cjkwd="w",
93935  description="KANGXI RADICAL INSECT",
93936  direction="on",
93937  linebreak="id",
93938  specials={ "compat", 0x866B },
93939  unicodeslot=0x2F8D,
93940 },
93941 [0x2F8E]={
93942  category="so",
93943  cjkwd="w",
93944  description="KANGXI RADICAL BLOOD",
93945  direction="on",
93946  linebreak="id",
93947  specials={ "compat", 0x8840 },
93948  unicodeslot=0x2F8E,
93949 },
93950 [0x2F8F]={
93951  category="so",
93952  cjkwd="w",
93953  description="KANGXI RADICAL WALK ENCLOSURE",
93954  direction="on",
93955  linebreak="id",
93956  specials={ "compat", 0x884C },
93957  unicodeslot=0x2F8F,
93958 },
93959 [0x2F90]={
93960  category="so",
93961  cjkwd="w",
93962  description="KANGXI RADICAL CLOTHES",
93963  direction="on",
93964  linebreak="id",
93965  specials={ "compat", 0x8863 },
93966  unicodeslot=0x2F90,
93967 },
93968 [0x2F91]={
93969  category="so",
93970  cjkwd="w",
93971  description="KANGXI RADICAL WEST",
93972  direction="on",
93973  linebreak="id",
93974  specials={ "compat", 0x897E },
93975  unicodeslot=0x2F91,
93976 },
93977 [0x2F92]={
93978  category="so",
93979  cjkwd="w",
93980  description="KANGXI RADICAL SEE",
93981  direction="on",
93982  linebreak="id",
93983  specials={ "compat", 0x898B },
93984  unicodeslot=0x2F92,
93985 },
93986 [0x2F93]={
93987  category="so",
93988  cjkwd="w",
93989  description="KANGXI RADICAL HORN",
93990  direction="on",
93991  linebreak="id",
93992  specials={ "compat", 0x89D2 },
93993  unicodeslot=0x2F93,
93994 },
93995 [0x2F94]={
93996  category="so",
93997  cjkwd="w",
93998  description="KANGXI RADICAL SPEECH",
93999  direction="on",
94000  linebreak="id",
94001  specials={ "compat", 0x8A00 },
94002  unicodeslot=0x2F94,
94003 },
94004 [0x2F95]={
94005  category="so",
94006  cjkwd="w",
94007  description="KANGXI RADICAL VALLEY",
94008  direction="on",
94009  linebreak="id",
94010  specials={ "compat", 0x8C37 },
94011  unicodeslot=0x2F95,
94012 },
94013 [0x2F96]={
94014  category="so",
94015  cjkwd="w",
94016  description="KANGXI RADICAL BEAN",
94017  direction="on",
94018  linebreak="id",
94019  specials={ "compat", 0x8C46 },
94020  unicodeslot=0x2F96,
94021 },
94022 [0x2F97]={
94023  category="so",
94024  cjkwd="w",
94025  description="KANGXI RADICAL PIG",
94026  direction="on",
94027  linebreak="id",
94028  specials={ "compat", 0x8C55 },
94029  unicodeslot=0x2F97,
94030 },
94031 [0x2F98]={
94032  category="so",
94033  cjkwd="w",
94034  description="KANGXI RADICAL BADGER",
94035  direction="on",
94036  linebreak="id",
94037  specials={ "compat", 0x8C78 },
94038  unicodeslot=0x2F98,
94039 },
94040 [0x2F99]={
94041  category="so",
94042  cjkwd="w",
94043  description="KANGXI RADICAL SHELL",
94044  direction="on",
94045  linebreak="id",
94046  specials={ "compat", 0x8C9D },
94047  unicodeslot=0x2F99,
94048 },
94049 [0x2F9A]={
94050  category="so",
94051  cjkwd="w",
94052  description="KANGXI RADICAL RED",
94053  direction="on",
94054  linebreak="id",
94055  specials={ "compat", 0x8D64 },
94056  unicodeslot=0x2F9A,
94057 },
94058 [0x2F9B]={
94059  category="so",
94060  cjkwd="w",
94061  description="KANGXI RADICAL RUN",
94062  direction="on",
94063  linebreak="id",
94064  specials={ "compat", 0x8D70 },
94065  unicodeslot=0x2F9B,
94066 },
94067 [0x2F9C]={
94068  category="so",
94069  cjkwd="w",
94070  description="KANGXI RADICAL FOOT",
94071  direction="on",
94072  linebreak="id",
94073  specials={ "compat", 0x8DB3 },
94074  unicodeslot=0x2F9C,
94075 },
94076 [0x2F9D]={
94077  category="so",
94078  cjkwd="w",
94079  description="KANGXI RADICAL BODY",
94080  direction="on",
94081  linebreak="id",
94082  specials={ "compat", 0x8EAB },
94083  unicodeslot=0x2F9D,
94084 },
94085 [0x2F9E]={
94086  category="so",
94087  cjkwd="w",
94088  description="KANGXI RADICAL CART",
94089  direction="on",
94090  linebreak="id",
94091  specials={ "compat", 0x8ECA },
94092  unicodeslot=0x2F9E,
94093 },
94094 [0x2F9F]={
94095  category="so",
94096  cjkwd="w",
94097  description="KANGXI RADICAL BITTER",
94098  direction="on",
94099  linebreak="id",
94100  specials={ "compat", 0x8F9B },
94101  unicodeslot=0x2F9F,
94102 },
94103 [0x2FA0]={
94104  category="so",
94105  cjkwd="w",
94106  description="KANGXI RADICAL MORNING",
94107  direction="on",
94108  linebreak="id",
94109  specials={ "compat", 0x8FB0 },
94110  unicodeslot=0x2FA0,
94111 },
94112 [0x2FA1]={
94113  category="so",
94114  cjkwd="w",
94115  description="KANGXI RADICAL WALK",
94116  direction="on",
94117  linebreak="id",
94118  specials={ "compat", 0x8FB5 },
94119  unicodeslot=0x2FA1,
94120 },
94121 [0x2FA2]={
94122  category="so",
94123  cjkwd="w",
94124  description="KANGXI RADICAL CITY",
94125  direction="on",
94126  linebreak="id",
94127  specials={ "compat", 0x9091 },
94128  unicodeslot=0x2FA2,
94129 },
94130 [0x2FA3]={
94131  category="so",
94132  cjkwd="w",
94133  description="KANGXI RADICAL WINE",
94134  direction="on",
94135  linebreak="id",
94136  specials={ "compat", 0x9149 },
94137  unicodeslot=0x2FA3,
94138 },
94139 [0x2FA4]={
94140  category="so",
94141  cjkwd="w",
94142  description="KANGXI RADICAL DISTINGUISH",
94143  direction="on",
94144  linebreak="id",
94145  specials={ "compat", 0x91C6 },
94146  unicodeslot=0x2FA4,
94147 },
94148 [0x2FA5]={
94149  category="so",
94150  cjkwd="w",
94151  description="KANGXI RADICAL VILLAGE",
94152  direction="on",
94153  linebreak="id",
94154  specials={ "compat", 0x91CC },
94155  unicodeslot=0x2FA5,
94156 },
94157 [0x2FA6]={
94158  category="so",
94159  cjkwd="w",
94160  description="KANGXI RADICAL GOLD",
94161  direction="on",
94162  linebreak="id",
94163  specials={ "compat", 0x91D1 },
94164  unicodeslot=0x2FA6,
94165 },
94166 [0x2FA7]={
94167  category="so",
94168  cjkwd="w",
94169  description="KANGXI RADICAL LONG",
94170  direction="on",
94171  linebreak="id",
94172  specials={ "compat", 0x9577 },
94173  unicodeslot=0x2FA7,
94174 },
94175 [0x2FA8]={
94176  category="so",
94177  cjkwd="w",
94178  description="KANGXI RADICAL GATE",
94179  direction="on",
94180  linebreak="id",
94181  specials={ "compat", 0x9580 },
94182  unicodeslot=0x2FA8,
94183 },
94184 [0x2FA9]={
94185  category="so",
94186  cjkwd="w",
94187  description="KANGXI RADICAL MOUND",
94188  direction="on",
94189  linebreak="id",
94190  specials={ "compat", 0x961C },
94191  unicodeslot=0x2FA9,
94192 },
94193 [0x2FAA]={
94194  category="so",
94195  cjkwd="w",
94196  description="KANGXI RADICAL SLAVE",
94197  direction="on",
94198  linebreak="id",
94199  specials={ "compat", 0x96B6 },
94200  unicodeslot=0x2FAA,
94201 },
94202 [0x2FAB]={
94203  category="so",
94204  cjkwd="w",
94205  description="KANGXI RADICAL SHORT TAILED BIRD",
94206  direction="on",
94207  linebreak="id",
94208  specials={ "compat", 0x96B9 },
94209  unicodeslot=0x2FAB,
94210 },
94211 [0x2FAC]={
94212  category="so",
94213  cjkwd="w",
94214  description="KANGXI RADICAL RAIN",
94215  direction="on",
94216  linebreak="id",
94217  specials={ "compat", 0x96E8 },
94218  unicodeslot=0x2FAC,
94219 },
94220 [0x2FAD]={
94221  category="so",
94222  cjkwd="w",
94223  description="KANGXI RADICAL BLUE",
94224  direction="on",
94225  linebreak="id",
94226  specials={ "compat", 0x9751 },
94227  unicodeslot=0x2FAD,
94228 },
94229 [0x2FAE]={
94230  category="so",
94231  cjkwd="w",
94232  description="KANGXI RADICAL WRONG",
94233  direction="on",
94234  linebreak="id",
94235  specials={ "compat", 0x975E },
94236  unicodeslot=0x2FAE,
94237 },
94238 [0x2FAF]={
94239  category="so",
94240  cjkwd="w",
94241  description="KANGXI RADICAL FACE",
94242  direction="on",
94243  linebreak="id",
94244  specials={ "compat", 0x9762 },
94245  unicodeslot=0x2FAF,
94246 },
94247 [0x2FB0]={
94248  category="so",
94249  cjkwd="w",
94250  description="KANGXI RADICAL LEATHER",
94251  direction="on",
94252  linebreak="id",
94253  specials={ "compat", 0x9769 },
94254  unicodeslot=0x2FB0,
94255 },
94256 [0x2FB1]={
94257  category="so",
94258  cjkwd="w",
94259  description="KANGXI RADICAL TANNED LEATHER",
94260  direction="on",
94261  linebreak="id",
94262  specials={ "compat", 0x97CB },
94263  unicodeslot=0x2FB1,
94264 },
94265 [0x2FB2]={
94266  category="so",
94267  cjkwd="w",
94268  description="KANGXI RADICAL LEEK",
94269  direction="on",
94270  linebreak="id",
94271  specials={ "compat", 0x97ED },
94272  unicodeslot=0x2FB2,
94273 },
94274 [0x2FB3]={
94275  category="so",
94276  cjkwd="w",
94277  description="KANGXI RADICAL SOUND",
94278  direction="on",
94279  linebreak="id",
94280  specials={ "compat", 0x97F3 },
94281  unicodeslot=0x2FB3,
94282 },
94283 [0x2FB4]={
94284  category="so",
94285  cjkwd="w",
94286  description="KANGXI RADICAL LEAF",
94287  direction="on",
94288  linebreak="id",
94289  specials={ "compat", 0x9801 },
94290  unicodeslot=0x2FB4,
94291 },
94292 [0x2FB5]={
94293  category="so",
94294  cjkwd="w",
94295  description="KANGXI RADICAL WIND",
94296  direction="on",
94297  linebreak="id",
94298  specials={ "compat", 0x98A8 },
94299  unicodeslot=0x2FB5,
94300 },
94301 [0x2FB6]={
94302  category="so",
94303  cjkwd="w",
94304  description="KANGXI RADICAL FLY",
94305  direction="on",
94306  linebreak="id",
94307  specials={ "compat", 0x98DB },
94308  unicodeslot=0x2FB6,
94309 },
94310 [0x2FB7]={
94311  category="so",
94312  cjkwd="w",
94313  description="KANGXI RADICAL EAT",
94314  direction="on",
94315  linebreak="id",
94316  specials={ "compat", 0x98DF },
94317  unicodeslot=0x2FB7,
94318 },
94319 [0x2FB8]={
94320  category="so",
94321  cjkwd="w",
94322  description="KANGXI RADICAL HEAD",
94323  direction="on",
94324  linebreak="id",
94325  specials={ "compat", 0x9996 },
94326  unicodeslot=0x2FB8,
94327 },
94328 [0x2FB9]={
94329  category="so",
94330  cjkwd="w",
94331  description="KANGXI RADICAL FRAGRANT",
94332  direction="on",
94333  linebreak="id",
94334  specials={ "compat", 0x9999 },
94335  unicodeslot=0x2FB9,
94336 },
94337 [0x2FBA]={
94338  category="so",
94339  cjkwd="w",
94340  description="KANGXI RADICAL HORSE",
94341  direction="on",
94342  linebreak="id",
94343  specials={ "compat", 0x99AC },
94344  unicodeslot=0x2FBA,
94345 },
94346 [0x2FBB]={
94347  category="so",
94348  cjkwd="w",
94349  description="KANGXI RADICAL BONE",
94350  direction="on",
94351  linebreak="id",
94352  specials={ "compat", 0x9AA8 },
94353  unicodeslot=0x2FBB,
94354 },
94355 [0x2FBC]={
94356  category="so",
94357  cjkwd="w",
94358  description="KANGXI RADICAL TALL",
94359  direction="on",
94360  linebreak="id",
94361  specials={ "compat", 0x9AD8 },
94362  unicodeslot=0x2FBC,
94363 },
94364 [0x2FBD]={
94365  category="so",
94366  cjkwd="w",
94367  description="KANGXI RADICAL HAIR",
94368  direction="on",
94369  linebreak="id",
94370  specials={ "compat", 0x9ADF },
94371  unicodeslot=0x2FBD,
94372 },
94373 [0x2FBE]={
94374  category="so",
94375  cjkwd="w",
94376  description="KANGXI RADICAL FIGHT",
94377  direction="on",
94378  linebreak="id",
94379  specials={ "compat", 0x9B25 },
94380  unicodeslot=0x2FBE,
94381 },
94382 [0x2FBF]={
94383  category="so",
94384  cjkwd="w",
94385  description="KANGXI RADICAL SACRIFICIAL WINE",
94386  direction="on",
94387  linebreak="id",
94388  specials={ "compat", 0x9B2F },
94389  unicodeslot=0x2FBF,
94390 },
94391 [0x2FC0]={
94392  category="so",
94393  cjkwd="w",
94394  description="KANGXI RADICAL CAULDRON",
94395  direction="on",
94396  linebreak="id",
94397  specials={ "compat", 0x9B32 },
94398  unicodeslot=0x2FC0,
94399 },
94400 [0x2FC1]={
94401  category="so",
94402  cjkwd="w",
94403  description="KANGXI RADICAL GHOST",
94404  direction="on",
94405  linebreak="id",
94406  specials={ "compat", 0x9B3C },
94407  unicodeslot=0x2FC1,
94408 },
94409 [0x2FC2]={
94410  category="so",
94411  cjkwd="w",
94412  description="KANGXI RADICAL FISH",
94413  direction="on",
94414  linebreak="id",
94415  specials={ "compat", 0x9B5A },
94416  unicodeslot=0x2FC2,
94417 },
94418 [0x2FC3]={
94419  category="so",
94420  cjkwd="w",
94421  description="KANGXI RADICAL BIRD",
94422  direction="on",
94423  linebreak="id",
94424  specials={ "compat", 0x9CE5 },
94425  unicodeslot=0x2FC3,
94426 },
94427 [0x2FC4]={
94428  category="so",
94429  cjkwd="w",
94430  description="KANGXI RADICAL SALT",
94431  direction="on",
94432  linebreak="id",
94433  specials={ "compat", 0x9E75 },
94434  unicodeslot=0x2FC4,
94435 },
94436 [0x2FC5]={
94437  category="so",
94438  cjkwd="w",
94439  description="KANGXI RADICAL DEER",
94440  direction="on",
94441  linebreak="id",
94442  specials={ "compat", 0x9E7F },
94443  unicodeslot=0x2FC5,
94444 },
94445 [0x2FC6]={
94446  category="so",
94447  cjkwd="w",
94448  description="KANGXI RADICAL WHEAT",
94449  direction="on",
94450  linebreak="id",
94451  specials={ "compat", 0x9EA5 },
94452  unicodeslot=0x2FC6,
94453 },
94454 [0x2FC7]={
94455  category="so",
94456  cjkwd="w",
94457  description="KANGXI RADICAL HEMP",
94458  direction="on",
94459  linebreak="id",
94460  specials={ "compat", 0x9EBB },
94461  unicodeslot=0x2FC7,
94462 },
94463 [0x2FC8]={
94464  category="so",
94465  cjkwd="w",
94466  description="KANGXI RADICAL YELLOW",
94467  direction="on",
94468  linebreak="id",
94469  specials={ "compat", 0x9EC3 },
94470  unicodeslot=0x2FC8,
94471 },
94472 [0x2FC9]={
94473  category="so",
94474  cjkwd="w",
94475  description="KANGXI RADICAL MILLET",
94476  direction="on",
94477  linebreak="id",
94478  specials={ "compat", 0x9ECD },
94479  unicodeslot=0x2FC9,
94480 },
94481 [0x2FCA]={
94482  category="so",
94483  cjkwd="w",
94484  description="KANGXI RADICAL BLACK",
94485  direction="on",
94486  linebreak="id",
94487  specials={ "compat", 0x9ED1 },
94488  unicodeslot=0x2FCA,
94489 },
94490 [0x2FCB]={
94491  category="so",
94492  cjkwd="w",
94493  description="KANGXI RADICAL EMBROIDERY",
94494  direction="on",
94495  linebreak="id",
94496  specials={ "compat", 0x9EF9 },
94497  unicodeslot=0x2FCB,
94498 },
94499 [0x2FCC]={
94500  category="so",
94501  cjkwd="w",
94502  description="KANGXI RADICAL FROG",
94503  direction="on",
94504  linebreak="id",
94505  specials={ "compat", 0x9EFD },
94506  unicodeslot=0x2FCC,
94507 },
94508 [0x2FCD]={
94509  category="so",
94510  cjkwd="w",
94511  description="KANGXI RADICAL TRIPOD",
94512  direction="on",
94513  linebreak="id",
94514  specials={ "compat", 0x9F0E },
94515  unicodeslot=0x2FCD,
94516 },
94517 [0x2FCE]={
94518  category="so",
94519  cjkwd="w",
94520  description="KANGXI RADICAL DRUM",
94521  direction="on",
94522  linebreak="id",
94523  specials={ "compat", 0x9F13 },
94524  unicodeslot=0x2FCE,
94525 },
94526 [0x2FCF]={
94527  category="so",
94528  cjkwd="w",
94529  description="KANGXI RADICAL RAT",
94530  direction="on",
94531  linebreak="id",
94532  specials={ "compat", 0x9F20 },
94533  unicodeslot=0x2FCF,
94534 },
94535 [0x2FD0]={
94536  category="so",
94537  cjkwd="w",
94538  description="KANGXI RADICAL NOSE",
94539  direction="on",
94540  linebreak="id",
94541  specials={ "compat", 0x9F3B },
94542  unicodeslot=0x2FD0,
94543 },
94544 [0x2FD1]={
94545  category="so",
94546  cjkwd="w",
94547  description="KANGXI RADICAL EVEN",
94548  direction="on",
94549  linebreak="id",
94550  specials={ "compat", 0x9F4A },
94551  unicodeslot=0x2FD1,
94552 },
94553 [0x2FD2]={
94554  category="so",
94555  cjkwd="w",
94556  description="KANGXI RADICAL TOOTH",
94557  direction="on",
94558  linebreak="id",
94559  specials={ "compat", 0x9F52 },
94560  unicodeslot=0x2FD2,
94561 },
94562 [0x2FD3]={
94563  category="so",
94564  cjkwd="w",
94565  description="KANGXI RADICAL DRAGON",
94566  direction="on",
94567  linebreak="id",
94568  specials={ "compat", 0x9F8D },
94569  unicodeslot=0x2FD3,
94570 },
94571 [0x2FD4]={
94572  category="so",
94573  cjkwd="w",
94574  description="KANGXI RADICAL TURTLE",
94575  direction="on",
94576  linebreak="id",
94577  specials={ "compat", 0x9F9C },
94578  unicodeslot=0x2FD4,
94579 },
94580 [0x2FD5]={
94581  category="so",
94582  cjkwd="w",
94583  description="KANGXI RADICAL FLUTE",
94584  direction="on",
94585  linebreak="id",
94586  specials={ "compat", 0x9FA0 },
94587  unicodeslot=0x2FD5,
94588 },
94589 [0x2FF0]={
94590  category="so",
94591  cjkwd="w",
94592  description="IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT",
94593  direction="on",
94594  linebreak="id",
94595  unicodeslot=0x2FF0,
94596 },
94597 [0x2FF1]={
94598  category="so",
94599  cjkwd="w",
94600  description="IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO BELOW",
94601  direction="on",
94602  linebreak="id",
94603  unicodeslot=0x2FF1,
94604 },
94605 [0x2FF2]={
94606  category="so",
94607  cjkwd="w",
94608  description="IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO MIDDLE AND RIGHT",
94609  direction="on",
94610  linebreak="id",
94611  unicodeslot=0x2FF2,
94612 },
94613 [0x2FF3]={
94614  category="so",
94615  cjkwd="w",
94616  description="IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO MIDDLE AND BELOW",
94617  direction="on",
94618  linebreak="id",
94619  unicodeslot=0x2FF3,
94620 },
94621 [0x2FF4]={
94622  category="so",
94623  cjkwd="w",
94624  description="IDEOGRAPHIC DESCRIPTION CHARACTER FULL SURROUND",
94625  direction="on",
94626  linebreak="id",
94627  unicodeslot=0x2FF4,
94628 },
94629 [0x2FF5]={
94630  category="so",
94631  cjkwd="w",
94632  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM ABOVE",
94633  direction="on",
94634  linebreak="id",
94635  unicodeslot=0x2FF5,
94636 },
94637 [0x2FF6]={
94638  category="so",
94639  cjkwd="w",
94640  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM BELOW",
94641  direction="on",
94642  linebreak="id",
94643  unicodeslot=0x2FF6,
94644 },
94645 [0x2FF7]={
94646  category="so",
94647  cjkwd="w",
94648  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LEFT",
94649  direction="on",
94650  linebreak="id",
94651  unicodeslot=0x2FF7,
94652 },
94653 [0x2FF8]={
94654  category="so",
94655  cjkwd="w",
94656  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER LEFT",
94657  direction="on",
94658  linebreak="id",
94659  unicodeslot=0x2FF8,
94660 },
94661 [0x2FF9]={
94662  category="so",
94663  cjkwd="w",
94664  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER RIGHT",
94665  direction="on",
94666  linebreak="id",
94667  unicodeslot=0x2FF9,
94668 },
94669 [0x2FFA]={
94670  category="so",
94671  cjkwd="w",
94672  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LOWER LEFT",
94673  direction="on",
94674  linebreak="id",
94675  unicodeslot=0x2FFA,
94676 },
94677 [0x2FFB]={
94678  category="so",
94679  cjkwd="w",
94680  description="IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID",
94681  direction="on",
94682  linebreak="id",
94683  unicodeslot=0x2FFB,
94684 },
94685 [0x2FFC]={
94686  category="so",
94687  cjkwd="w",
94688  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM RIGHT",
94689  direction="on",
94690  linebreak="id",
94691  unicodeslot=0x2FFC,
94692 },
94693 [0x2FFD]={
94694  category="so",
94695  cjkwd="w",
94696  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LOWER RIGHT",
94697  direction="on",
94698  linebreak="id",
94699  unicodeslot=0x2FFD,
94700 },
94701 [0x2FFE]={
94702  category="so",
94703  cjkwd="w",
94704  description="IDEOGRAPHIC DESCRIPTION CHARACTER HORIZONTAL REFLECTION",
94705  direction="on",
94706  linebreak="id",
94707  unicodeslot=0x2FFE,
94708 },
94709 [0x2FFF]={
94710  category="so",
94711  cjkwd="w",
94712  description="IDEOGRAPHIC DESCRIPTION CHARACTER ROTATION",
94713  direction="on",
94714  linebreak="id",
94715  unicodeslot=0x2FFF,
94716 },
94717 [0x3000]={
94718  adobename="ideographicspace",
94719  category="zs",
94720  cjkwd="f",
94721  contextname="ideographicspace",
94722  description="IDEOGRAPHIC SPACE",
94723  direction="ws",
94724  linebreak="ba",
94725  specials={ "wide", 0x20 },
94726  unicodeslot=0x3000,
94727 },
94728 [0x3001]={
94729  adobename="ideographiccomma",
94730  category="po",
94731  cjkwd="w",
94732  description="IDEOGRAPHIC COMMA",
94733  direction="on",
94734  linebreak="cl",
94735  unicodeslot=0x3001,
94736  variants=variants_forms,
94737 },
94738 [0x3002]={
94739  adobename="ideographicperiod",
94740  category="po",
94741  cjkwd="w",
94742  description="IDEOGRAPHIC FULL STOP",
94743  direction="on",
94744  linebreak="cl",
94745  unicodeslot=0x3002,
94746  variants=variants_forms,
94747 },
94748 [0x3003]={
94749  adobename="dittomark",
94750  category="po",
94751  cjkwd="w",
94752  description="DITTO MARK",
94753  direction="on",
94754  linebreak="id",
94755  unicodeslot=0x3003,
94756 },
94757 [0x3004]={
94758  adobename="jis",
94759  category="so",
94760  cjkwd="w",
94761  description="JAPANESE INDUSTRIAL STANDARD SYMBOL",
94762  direction="on",
94763  linebreak="id",
94764  unicodeslot=0x3004,
94765 },
94766 [0x3005]={
94767  adobename="ideographiciterationmark",
94768  category="lm",
94769  cjkwd="w",
94770  description="IDEOGRAPHIC ITERATION MARK",
94771  direction="l",
94772  linebreak="ns",
94773  unicodeslot=0x3005,
94774 },
94775 [0x3006]={
94776  adobename="ideographicclose",
94777  category="lo",
94778  cjkwd="w",
94779  description="IDEOGRAPHIC CLOSING MARK",
94780  direction="l",
94781  linebreak="id",
94782  unicodeslot=0x3006,
94783 },
94784 [0x3007]={
94785  adobename="ideographiczero",
94786  category="nl",
94787  cjkwd="w",
94788  description="IDEOGRAPHIC NUMBER ZERO",
94789  direction="l",
94790  linebreak="id",
94791  unicodeslot=0x3007,
94792 },
94793 [0x3008]={
94794  adobename="anglebracketleft",
94795  category="ps",
94796  cjkwd="w",
94797  description="LEFT ANGLE BRACKET",
94798  direction="on",
94799  linebreak="op",
94800  mirror=0x3009,
94801  unicodeslot=0x3008,
94802 },
94803 [0x3009]={
94804  adobename="anglebracketright",
94805  category="pe",
94806  cjkwd="w",
94807  description="RIGHT ANGLE BRACKET",
94808  direction="on",
94809  linebreak="cl",
94810  mirror=0x3008,
94811  unicodeslot=0x3009,
94812 },
94813 [0x300A]={
94814  adobename="dblanglebracketleft",
94815  category="ps",
94816  cjkwd="w",
94817  description="LEFT DOUBLE ANGLE BRACKET",
94818  direction="on",
94819  linebreak="op",
94820  mirror=0x300B,
94821  unicodeslot=0x300A,
94822 },
94823 [0x300B]={
94824  adobename="dblanglebracketright",
94825  category="pe",
94826  cjkwd="w",
94827  description="RIGHT DOUBLE ANGLE BRACKET",
94828  direction="on",
94829  linebreak="cl",
94830  mirror=0x300A,
94831  unicodeslot=0x300B,
94832 },
94833 [0x300C]={
94834  adobename="cornerbracketleft",
94835  category="ps",
94836  cjkwd="w",
94837  description="LEFT CORNER BRACKET",
94838  direction="on",
94839  linebreak="op",
94840  mirror=0x300D,
94841  unicodeslot=0x300C,
94842 },
94843 [0x300D]={
94844  adobename="cornerbracketright",
94845  category="pe",
94846  cjkwd="w",
94847  description="RIGHT CORNER BRACKET",
94848  direction="on",
94849  linebreak="cl",
94850  mirror=0x300C,
94851  unicodeslot=0x300D,
94852 },
94853 [0x300E]={
94854  adobename="whitecornerbracketleft",
94855  category="ps",
94856  cjkwd="w",
94857  description="LEFT WHITE CORNER BRACKET",
94858  direction="on",
94859  linebreak="op",
94860  mirror=0x300F,
94861  unicodeslot=0x300E,
94862 },
94863 [0x300F]={
94864  adobename="whitecornerbracketright",
94865  category="pe",
94866  cjkwd="w",
94867  description="RIGHT WHITE CORNER BRACKET",
94868  direction="on",
94869  linebreak="cl",
94870  mirror=0x300E,
94871  unicodeslot=0x300F,
94872 },
94873 [0x3010]={
94874  adobename="blacklenticularbracketleft",
94875  category="ps",
94876  cjkwd="w",
94877  description="LEFT BLACK LENTICULAR BRACKET",
94878  direction="on",
94879  linebreak="op",
94880  mirror=0x3011,
94881  unicodeslot=0x3010,
94882 },
94883 [0x3011]={
94884  adobename="blacklenticularbracketright",
94885  category="pe",
94886  cjkwd="w",
94887  description="RIGHT BLACK LENTICULAR BRACKET",
94888  direction="on",
94889  linebreak="cl",
94890  mirror=0x3010,
94891  unicodeslot=0x3011,
94892 },
94893 [0x3012]={
94894  adobename="postalmark",
94895  category="so",
94896  cjkwd="w",
94897  description="POSTAL MARK",
94898  direction="on",
94899  linebreak="id",
94900  unicodeslot=0x3012,
94901 },
94902 [0x3013]={
94903  adobename="getamark",
94904  category="so",
94905  cjkwd="w",
94906  description="GETA MARK",
94907  direction="on",
94908  linebreak="id",
94909  unicodeslot=0x3013,
94910 },
94911 [0x3014]={
94912  adobename="tortoiseshellbracketleft",
94913  category="ps",
94914  cjkwd="w",
94915  description="LEFT TORTOISE SHELL BRACKET",
94916  direction="on",
94917  linebreak="op",
94918  mirror=0x3015,
94919  unicodeslot=0x3014,
94920 },
94921 [0x3015]={
94922  adobename="tortoiseshellbracketright",
94923  category="pe",
94924  cjkwd="w",
94925  description="RIGHT TORTOISE SHELL BRACKET",
94926  direction="on",
94927  linebreak="cl",
94928  mirror=0x3014,
94929  unicodeslot=0x3015,
94930 },
94931 [0x3016]={
94932  adobename="whitelenticularbracketleft",
94933  category="ps",
94934  cjkwd="w",
94935  description="LEFT WHITE LENTICULAR BRACKET",
94936  direction="on",
94937  linebreak="op",
94938  mirror=0x3017,
94939  unicodeslot=0x3016,
94940 },
94941 [0x3017]={
94942  adobename="whitelenticularbracketright",
94943  category="pe",
94944  cjkwd="w",
94945  description="RIGHT WHITE LENTICULAR BRACKET",
94946  direction="on",
94947  linebreak="cl",
94948  mirror=0x3016,
94949  unicodeslot=0x3017,
94950 },
94951 [0x3018]={
94952  adobename="whitetortoiseshellbracketleft",
94953  category="ps",
94954  cjkwd="w",
94955  description="LEFT WHITE TORTOISE SHELL BRACKET",
94956  direction="on",
94957  linebreak="op",
94958  mirror=0x3019,
94959  unicodeslot=0x3018,
94960 },
94961 [0x3019]={
94962  adobename="whitetortoiseshellbracketright",
94963  category="pe",
94964  cjkwd="w",
94965  description="RIGHT WHITE TORTOISE SHELL BRACKET",
94966  direction="on",
94967  linebreak="cl",
94968  mirror=0x3018,
94969  unicodeslot=0x3019,
94970 },
94971 [0x301A]={
94972  category="ps",
94973  cjkwd="w",
94974  description="LEFT WHITE SQUARE BRACKET",
94975  direction="on",
94976  linebreak="op",
94977  mirror=0x301B,
94978  synonyms={ "left abstract syntax bracket" },
94979  unicodeslot=0x301A,
94980 },
94981 [0x301B]={
94982  category="pe",
94983  cjkwd="w",
94984  description="RIGHT WHITE SQUARE BRACKET",
94985  direction="on",
94986  linebreak="cl",
94987  mirror=0x301A,
94988  synonyms={ "right abstract syntax bracket" },
94989  unicodeslot=0x301B,
94990 },
94991 [0x301C]={
94992  adobename="wavedash",
94993  category="pd",
94994  cjkwd="w",
94995  description="WAVE DASH",
94996  direction="on",
94997  linebreak="ns",
94998  unicodeslot=0x301C,
94999 },
95000 [0x301D]={
95001  adobename="quotedblprimereversed",
95002  category="ps",
95003  cjkwd="w",
95004  description="REVERSED DOUBLE PRIME QUOTATION MARK",
95005  direction="on",
95006  linebreak="op",
95007  unicodeslot=0x301D,
95008 },
95009 [0x301E]={
95010  adobename="quotedblprime",
95011  category="pe",
95012  cjkwd="w",
95013  description="DOUBLE PRIME QUOTATION MARK",
95014  direction="on",
95015  linebreak="cl",
95016  unicodeslot=0x301E,
95017 },
95018 [0x301F]={
95019  category="pe",
95020  cjkwd="w",
95021  description="LOW DOUBLE PRIME QUOTATION MARK",
95022  direction="on",
95023  linebreak="cl",
95024  unicodeslot=0x301F,
95025 },
95026 [0x3020]={
95027  adobename="postalmarkface",
95028  category="so",
95029  cjkwd="w",
95030  description="POSTAL MARK FACE",
95031  direction="on",
95032  linebreak="id",
95033  unicodeslot=0x3020,
95034 },
95035 [0x3021]={
95036  adobename="onehangzhou",
95037  category="nl",
95038  cjkwd="w",
95039  description="HANGZHOU NUMERAL ONE",
95040  direction="l",
95041  linebreak="id",
95042  unicodeslot=0x3021,
95043 },
95044 [0x3022]={
95045  adobename="twohangzhou",
95046  category="nl",
95047  cjkwd="w",
95048  description="HANGZHOU NUMERAL TWO",
95049  direction="l",
95050  linebreak="id",
95051  unicodeslot=0x3022,
95052 },
95053 [0x3023]={
95054  adobename="threehangzhou",
95055  category="nl",
95056  cjkwd="w",
95057  description="HANGZHOU NUMERAL THREE",
95058  direction="l",
95059  linebreak="id",
95060  unicodeslot=0x3023,
95061 },
95062 [0x3024]={
95063  adobename="fourhangzhou",
95064  category="nl",
95065  cjkwd="w",
95066  description="HANGZHOU NUMERAL FOUR",
95067  direction="l",
95068  linebreak="id",
95069  unicodeslot=0x3024,
95070 },
95071 [0x3025]={
95072  adobename="fivehangzhou",
95073  category="nl",
95074  cjkwd="w",
95075  description="HANGZHOU NUMERAL FIVE",
95076  direction="l",
95077  linebreak="id",
95078  unicodeslot=0x3025,
95079 },
95080 [0x3026]={
95081  adobename="sixhangzhou",
95082  category="nl",
95083  cjkwd="w",
95084  description="HANGZHOU NUMERAL SIX",
95085  direction="l",
95086  linebreak="id",
95087  unicodeslot=0x3026,
95088 },
95089 [0x3027]={
95090  adobename="sevenhangzhou",
95091  category="nl",
95092  cjkwd="w",
95093  description="HANGZHOU NUMERAL SEVEN",
95094  direction="l",
95095  linebreak="id",
95096  unicodeslot=0x3027,
95097 },
95098 [0x3028]={
95099  adobename="eighthangzhou",
95100  category="nl",
95101  cjkwd="w",
95102  description="HANGZHOU NUMERAL EIGHT",
95103  direction="l",
95104  linebreak="id",
95105  unicodeslot=0x3028,
95106 },
95107 [0x3029]={
95108  adobename="ninehangzhou",
95109  category="nl",
95110  cjkwd="w",
95111  description="HANGZHOU NUMERAL NINE",
95112  direction="l",
95113  linebreak="id",
95114  unicodeslot=0x3029,
95115 },
95116 [0x302A]={
95117  category="mn",
95118  cjkwd="w",
95119  combining=0xDA,
95120  description="IDEOGRAPHIC LEVEL TONE MARK",
95121  direction="nsm",
95122  linebreak="cm",
95123  unicodeslot=0x302A,
95124 },
95125 [0x302B]={
95126  category="mn",
95127  cjkwd="w",
95128  combining=0xE4,
95129  description="IDEOGRAPHIC RISING TONE MARK",
95130  direction="nsm",
95131  linebreak="cm",
95132  unicodeslot=0x302B,
95133 },
95134 [0x302C]={
95135  category="mn",
95136  cjkwd="w",
95137  combining=0xE8,
95138  description="IDEOGRAPHIC DEPARTING TONE MARK",
95139  direction="nsm",
95140  linebreak="cm",
95141  unicodeslot=0x302C,
95142 },
95143 [0x302D]={
95144  category="mn",
95145  cjkwd="w",
95146  combining=0xDE,
95147  description="IDEOGRAPHIC ENTERING TONE MARK",
95148  direction="nsm",
95149  linebreak="cm",
95150  unicodeslot=0x302D,
95151 },
95152 [0x302E]={
95153  category="mn",
95154  cjkwd="w",
95155  combining=0xE0,
95156  description="HANGUL SINGLE DOT TONE MARK",
95157  direction="l",
95158  linebreak="cm",
95159  unicodeslot=0x302E,
95160 },
95161 [0x302F]={
95162  category="mn",
95163  cjkwd="w",
95164  combining=0xE0,
95165  description="HANGUL DOUBLE DOT TONE MARK",
95166  direction="l",
95167  linebreak="cm",
95168  unicodeslot=0x302F,
95169 },
95170 [0x3030]={
95171  category="pd",
95172  cjkwd="w",
95173  description="WAVY DASH",
95174  direction="on",
95175  linebreak="id",
95176  unicodeslot=0x3030,
95177  variants=variants_emoji,
95178 },
95179 [0x3031]={
95180  category="lm",
95181  cjkwd="w",
95182  description="VERTICAL KANA REPEAT MARK",
95183  direction="l",
95184  linebreak="id",
95185  unicodeslot=0x3031,
95186 },
95187 [0x3032]={
95188  category="lm",
95189  cjkwd="w",
95190  description="VERTICAL KANA REPEAT WITH VOICED SOUND MARK",
95191  direction="l",
95192  linebreak="id",
95193  unicodeslot=0x3032,
95194 },
95195 [0x3033]={
95196  category="lm",
95197  cjkwd="w",
95198  description="VERTICAL KANA REPEAT MARK UPPER HALF",
95199  direction="l",
95200  linebreak="id",
95201  unicodeslot=0x3033,
95202 },
95203 [0x3034]={
95204  category="lm",
95205  cjkwd="w",
95206  description="VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF",
95207  direction="l",
95208  linebreak="id",
95209  unicodeslot=0x3034,
95210 },
95211 [0x3035]={
95212  category="lm",
95213  cjkwd="w",
95214  description="VERTICAL KANA REPEAT MARK LOWER HALF",
95215  direction="l",
95216  linebreak="cm",
95217  unicodeslot=0x3035,
95218 },
95219 [0x3036]={
95220  adobename="circlepostalmark",
95221  category="so",
95222  cjkwd="w",
95223  description="CIRCLED POSTAL MARK",
95224  direction="on",
95225  linebreak="id",
95226  specials={ "compat", 0x3012 },
95227  unicodeslot=0x3036,
95228 },
95229 [0x3037]={
95230  category="so",
95231  cjkwd="w",
95232  description="IDEOGRAPHIC TELEGRAPH LINE FEED SEPARATOR SYMBOL",
95233  direction="on",
95234  linebreak="id",
95235  unicodeslot=0x3037,
95236 },
95237 [0x3038]={
95238  category="nl",
95239  cjkwd="w",
95240  description="HANGZHOU NUMERAL TEN",
95241  direction="l",
95242  linebreak="id",
95243  specials={ "compat", 0x5341 },
95244  unicodeslot=0x3038,
95245 },
95246 [0x3039]={
95247  category="nl",
95248  cjkwd="w",
95249  description="HANGZHOU NUMERAL TWENTY",
95250  direction="l",
95251  linebreak="id",
95252  specials={ "compat", 0x5344 },
95253  unicodeslot=0x3039,
95254 },
95255 [0x303A]={
95256  category="nl",
95257  cjkwd="w",
95258  description="HANGZHOU NUMERAL THIRTY",
95259  direction="l",
95260  linebreak="id",
95261  specials={ "compat", 0x5345 },
95262  unicodeslot=0x303A,
95263 },
95264 [0x303B]={
95265  category="lm",
95266  cjkwd="w",
95267  description="VERTICAL IDEOGRAPHIC ITERATION MARK",
95268  direction="l",
95269  linebreak="ns",
95270  unicodeslot=0x303B,
95271 },
95272 [0x303C]={
95273  category="lo",
95274  cjkwd="w",
95275  description="MASU MARK",
95276  direction="l",
95277  linebreak="ns",
95278  unicodeslot=0x303C,
95279 },
95280 [0x303D]={
95281  category="po",
95282  cjkwd="w",
95283  description="PART ALTERNATION MARK",
95284  direction="on",
95285  linebreak="id",
95286  unicodeslot=0x303D,
95287  variants=variants_emoji,
95288 },
95289 [0x303E]={
95290  category="so",
95291  cjkwd="w",
95292  description="IDEOGRAPHIC VARIATION INDICATOR",
95293  direction="on",
95294  linebreak="id",
95295  unicodeslot=0x303E,
95296 },
95297 [0x303F]={
95298  category="so",
95299  contextname="ideographichalffillspace",
95300  description="IDEOGRAPHIC HALF FILL SPACE",
95301  direction="on",
95302  linebreak="id",
95303  unicodeslot=0x303F,
95304 },
95305 [0x3041]={
95306  adobename="asmallhiragana",
95307  category="lo",
95308  cjkwd="w",
95309  description="HIRAGANA LETTER SMALL A",
95310  detail="sl",
95311  direction="l",
95312  linebreak="cj",
95313  shcode=0x3042,
95314  sound="unvoiced",
95315  unicodeslot=0x3041,
95316 },
95317 [0x3042]={
95318  adobename="ahiragana",
95319  category="lo",
95320  cjkwd="w",
95321  description="HIRAGANA LETTER A",
95322  detail="bl",
95323  direction="l",
95324  linebreak="id",
95325  shcode=0x3042,
95326  sound="unvoiced",
95327  unicodeslot=0x3042,
95328 },
95329 [0x3043]={
95330  adobename="ismallhiragana",
95331  category="lo",
95332  cjkwd="w",
95333  description="HIRAGANA LETTER SMALL I",
95334  detail="sl",
95335  direction="l",
95336  linebreak="cj",
95337  shcode=0x3044,
95338  sound="unvoiced",
95339  unicodeslot=0x3043,
95340 },
95341 [0x3044]={
95342  adobename="ihiragana",
95343  category="lo",
95344  cjkwd="w",
95345  description="HIRAGANA LETTER I",
95346  detail="bl",
95347  direction="l",
95348  linebreak="id",
95349  shcode=0x3044,
95350  sound="unvoiced",
95351  unicodeslot=0x3044,
95352 },
95353 [0x3045]={
95354  adobename="usmallhiragana",
95355  category="lo",
95356  cjkwd="w",
95357  description="HIRAGANA LETTER SMALL U",
95358  detail="sl",
95359  direction="l",
95360  linebreak="cj",
95361  shcode=0x3046,
95362  sound="unvoiced",
95363  unicodeslot=0x3045,
95364 },
95365 [0x3046]={
95366  adobename="uhiragana",
95367  category="lo",
95368  cjkwd="w",
95369  description="HIRAGANA LETTER U",
95370  detail="bl",
95371  direction="l",
95372  linebreak="id",
95373  shcode=0x3046,
95374  sound="unvoiced",
95375  unicodeslot=0x3046,
95376 },
95377 [0x3047]={
95378  adobename="esmallhiragana",
95379  category="lo",
95380  cjkwd="w",
95381  description="HIRAGANA LETTER SMALL E",
95382  detail="sl",
95383  direction="l",
95384  linebreak="cj",
95385  shcode=0x3048,
95386  sound="unvoiced",
95387  unicodeslot=0x3047,
95388 },
95389 [0x3048]={
95390  adobename="ehiragana",
95391  category="lo",
95392  cjkwd="w",
95393  description="HIRAGANA LETTER E",
95394  detail="bl",
95395  direction="l",
95396  linebreak="id",
95397  shcode=0x3048,
95398  sound="unvoiced",
95399  unicodeslot=0x3048,
95400 },
95401 [0x3049]={
95402  adobename="osmallhiragana",
95403  category="lo",
95404  cjkwd="w",
95405  description="HIRAGANA LETTER SMALL O",
95406  detail="sl",
95407  direction="l",
95408  linebreak="cj",
95409  shcode=0x304A,
95410  sound="unvoiced",
95411  unicodeslot=0x3049,
95412 },
95413 [0x304A]={
95414  adobename="ohiragana",
95415  category="lo",
95416  cjkwd="w",
95417  description="HIRAGANA LETTER O",
95418  detail="bl",
95419  direction="l",
95420  linebreak="id",
95421  shcode=0x304A,
95422  sound="unvoiced",
95423  unicodeslot=0x304A,
95424 },
95425 [0x304B]={
95426  adobename="kahiragana",
95427  category="lo",
95428  cjkwd="w",
95429  description="HIRAGANA LETTER KA",
95430  detail="bl",
95431  direction="l",
95432  linebreak="id",
95433  shcode=0x304B,
95434  sound="unvoiced",
95435  unicodeslot=0x304B,
95436 },
95437 [0x304C]={
95438  adobename="gahiragana",
95439  category="lo",
95440  cjkwd="w",
95441  description="HIRAGANA LETTER GA",
95442  detail="bl",
95443  direction="l",
95444  linebreak="id",
95445  shcode=0x304B,
95446  sound="voiced",
95447  specials={ "char", 0x304B, 0x3099 },
95448  unicodeslot=0x304C,
95449 },
95450 [0x304D]={
95451  adobename="kihiragana",
95452  category="lo",
95453  cjkwd="w",
95454  description="HIRAGANA LETTER KI",
95455  detail="bl",
95456  direction="l",
95457  linebreak="id",
95458  shcode=0x304D,
95459  sound="unvoiced",
95460  unicodeslot=0x304D,
95461 },
95462 [0x304E]={
95463  adobename="gihiragana",
95464  category="lo",
95465  cjkwd="w",
95466  description="HIRAGANA LETTER GI",
95467  detail="bl",
95468  direction="l",
95469  linebreak="id",
95470  shcode=0x304D,
95471  sound="voiced",
95472  specials={ "char", 0x304D, 0x3099 },
95473  unicodeslot=0x304E,
95474 },
95475 [0x304F]={
95476  adobename="kuhiragana",
95477  category="lo",
95478  cjkwd="w",
95479  description="HIRAGANA LETTER KU",
95480  detail="bl",
95481  direction="l",
95482  linebreak="id",
95483  shcode=0x304F,
95484  sound="unvoiced",
95485  unicodeslot=0x304F,
95486 },
95487 [0x3050]={
95488  adobename="guhiragana",
95489  category="lo",
95490  cjkwd="w",
95491  description="HIRAGANA LETTER GU",
95492  detail="bl",
95493  direction="l",
95494  linebreak="id",
95495  shcode=0x304F,
95496  sound="voiced",
95497  specials={ "char", 0x304F, 0x3099 },
95498  unicodeslot=0x3050,
95499 },
95500 [0x3051]={
95501  adobename="kehiragana",
95502  category="lo",
95503  cjkwd="w",
95504  description="HIRAGANA LETTER KE",
95505  detail="bl",
95506  direction="l",
95507  linebreak="id",
95508  shcode=0x3051,
95509  sound="unvoiced",
95510  unicodeslot=0x3051,
95511 },
95512 [0x3052]={
95513  adobename="gehiragana",
95514  category="lo",
95515  cjkwd="w",
95516  description="HIRAGANA LETTER GE",
95517  detail="bl",
95518  direction="l",
95519  linebreak="id",
95520  shcode=0x3051,
95521  sound="voiced",
95522  specials={ "char", 0x3051, 0x3099 },
95523  unicodeslot=0x3052,
95524 },
95525 [0x3053]={
95526  adobename="kohiragana",
95527  category="lo",
95528  cjkwd="w",
95529  description="HIRAGANA LETTER KO",
95530  detail="bl",
95531  direction="l",
95532  linebreak="id",
95533  shcode=0x3053,
95534  sound="unvoiced",
95535  unicodeslot=0x3053,
95536 },
95537 [0x3054]={
95538  adobename="gohiragana",
95539  category="lo",
95540  cjkwd="w",
95541  description="HIRAGANA LETTER GO",
95542  detail="bl",
95543  direction="l",
95544  linebreak="id",
95545  shcode=0x3053,
95546  sound="voiced",
95547  specials={ "char", 0x3053, 0x3099 },
95548  unicodeslot=0x3054,
95549 },
95550 [0x3055]={
95551  adobename="sahiragana",
95552  category="lo",
95553  cjkwd="w",
95554  description="HIRAGANA LETTER SA",
95555  detail="bl",
95556  direction="l",
95557  linebreak="id",
95558  shcode=0x3055,
95559  sound="unvoiced",
95560  unicodeslot=0x3055,
95561 },
95562 [0x3056]={
95563  adobename="zahiragana",
95564  category="lo",
95565  cjkwd="w",
95566  description="HIRAGANA LETTER ZA",
95567  detail="bl",
95568  direction="l",
95569  linebreak="id",
95570  shcode=0x3055,
95571  sound="voiced",
95572  specials={ "char", 0x3055, 0x3099 },
95573  unicodeslot=0x3056,
95574 },
95575 [0x3057]={
95576  adobename="sihiragana",
95577  category="lo",
95578  cjkwd="w",
95579  description="HIRAGANA LETTER SI",
95580  detail="bl",
95581  direction="l",
95582  linebreak="id",
95583  shcode=0x3057,
95584  sound="unvoiced",
95585  unicodeslot=0x3057,
95586 },
95587 [0x3058]={
95588  adobename="zihiragana",
95589  category="lo",
95590  cjkwd="w",
95591  description="HIRAGANA LETTER ZI",
95592  detail="bl",
95593  direction="l",
95594  linebreak="id",
95595  shcode=0x3057,
95596  sound="voiced",
95597  specials={ "char", 0x3057, 0x3099 },
95598  unicodeslot=0x3058,
95599 },
95600 [0x3059]={
95601  adobename="suhiragana",
95602  category="lo",
95603  cjkwd="w",
95604  description="HIRAGANA LETTER SU",
95605  detail="bl",
95606  direction="l",
95607  linebreak="id",
95608  shcode=0x3059,
95609  sound="unvoiced",
95610  unicodeslot=0x3059,
95611 },
95612 [0x305A]={
95613  adobename="zuhiragana",
95614  category="lo",
95615  cjkwd="w",
95616  description="HIRAGANA LETTER ZU",
95617  detail="bl",
95618  direction="l",
95619  linebreak="id",
95620  shcode=0x3059,
95621  sound="voiced",
95622  specials={ "char", 0x3059, 0x3099 },
95623  unicodeslot=0x305A,
95624 },
95625 [0x305B]={
95626  adobename="sehiragana",
95627  category="lo",
95628  cjkwd="w",
95629  description="HIRAGANA LETTER SE",
95630  detail="bl",
95631  direction="l",
95632  linebreak="id",
95633  shcode=0x305B,
95634  sound="unvoiced",
95635  unicodeslot=0x305B,
95636 },
95637 [0x305C]={
95638  adobename="zehiragana",
95639  category="lo",
95640  cjkwd="w",
95641  description="HIRAGANA LETTER ZE",
95642  detail="bl",
95643  direction="l",
95644  linebreak="id",
95645  shcode=0x305B,
95646  sound="voiced",
95647  specials={ "char", 0x305B, 0x3099 },
95648  unicodeslot=0x305C,
95649 },
95650 [0x305D]={
95651  adobename="sohiragana",
95652  category="lo",
95653  cjkwd="w",
95654  description="HIRAGANA LETTER SO",
95655  detail="bl",
95656  direction="l",
95657  linebreak="id",
95658  shcode=0x305D,
95659  sound="unvoiced",
95660  unicodeslot=0x305D,
95661 },
95662 [0x305E]={
95663  adobename="zohiragana",
95664  category="lo",
95665  cjkwd="w",
95666  description="HIRAGANA LETTER ZO",
95667  detail="bl",
95668  direction="l",
95669  linebreak="id",
95670  shcode=0x305D,
95671  sound="voiced",
95672  specials={ "char", 0x305D, 0x3099 },
95673  unicodeslot=0x305E,
95674 },
95675 [0x305F]={
95676  adobename="tahiragana",
95677  category="lo",
95678  cjkwd="w",
95679  description="HIRAGANA LETTER TA",
95680  detail="bl",
95681  direction="l",
95682  linebreak="id",
95683  shcode=0x305F,
95684  sound="unvoiced",
95685  unicodeslot=0x305F,
95686 },
95687 [0x3060]={
95688  adobename="dahiragana",
95689  category="lo",
95690  cjkwd="w",
95691  description="HIRAGANA LETTER DA",
95692  detail="bl",
95693  direction="l",
95694  linebreak="id",
95695  shcode=0x305F,
95696  sound="voiced",
95697  specials={ "char", 0x305F, 0x3099 },
95698  unicodeslot=0x3060,
95699 },
95700 [0x3061]={
95701  adobename="tihiragana",
95702  category="lo",
95703  cjkwd="w",
95704  description="HIRAGANA LETTER TI",
95705  detail="bl",
95706  direction="l",
95707  linebreak="id",
95708  shcode=0x3061,
95709  sound="unvoiced",
95710  unicodeslot=0x3061,
95711 },
95712 [0x3062]={
95713  adobename="dihiragana",
95714  category="lo",
95715  cjkwd="w",
95716  description="HIRAGANA LETTER DI",
95717  detail="bl",
95718  direction="l",
95719  linebreak="id",
95720  shcode=0x3061,
95721  sound="voiced",
95722  specials={ "char", 0x3061, 0x3099 },
95723  unicodeslot=0x3062,
95724 },
95725 [0x3063]={
95726  adobename="tusmallhiragana",
95727  category="lo",
95728  cjkwd="w",
95729  description="HIRAGANA LETTER SMALL TU",
95730  detail="sl",
95731  direction="l",
95732  linebreak="cj",
95733  shcode=0x3064,
95734  sound="unvoiced",
95735  unicodeslot=0x3063,
95736 },
95737 [0x3064]={
95738  adobename="tuhiragana",
95739  category="lo",
95740  cjkwd="w",
95741  description="HIRAGANA LETTER TU",
95742  detail="bl",
95743  direction="l",
95744  linebreak="id",
95745  shcode=0x3064,
95746  sound="unvoiced",
95747  unicodeslot=0x3064,
95748 },
95749 [0x3065]={
95750  adobename="duhiragana",
95751  category="lo",
95752  cjkwd="w",
95753  description="HIRAGANA LETTER DU",
95754  detail="bl",
95755  direction="l",
95756  linebreak="id",
95757  shcode=0x3064,
95758  sound="voiced",
95759  specials={ "char", 0x3064, 0x3099 },
95760  unicodeslot=0x3065,
95761 },
95762 [0x3066]={
95763  adobename="tehiragana",
95764  category="lo",
95765  cjkwd="w",
95766  description="HIRAGANA LETTER TE",
95767  detail="bl",
95768  direction="l",
95769  linebreak="id",
95770  shcode=0x3066,
95771  sound="unvoiced",
95772  unicodeslot=0x3066,
95773 },
95774 [0x3067]={
95775  adobename="dehiragana",
95776  category="lo",
95777  cjkwd="w",
95778  description="HIRAGANA LETTER DE",
95779  detail="bl",
95780  direction="l",
95781  linebreak="id",
95782  shcode=0x3066,
95783  sound="voiced",
95784  specials={ "char", 0x3066, 0x3099 },
95785  unicodeslot=0x3067,
95786 },
95787 [0x3068]={
95788  adobename="tohiragana",
95789  category="lo",
95790  cjkwd="w",
95791  description="HIRAGANA LETTER TO",
95792  detail="bl",
95793  direction="l",
95794  linebreak="id",
95795  shcode=0x3068,
95796  sound="unvoiced",
95797  unicodeslot=0x3068,
95798 },
95799 [0x3069]={
95800  adobename="dohiragana",
95801  category="lo",
95802  cjkwd="w",
95803  description="HIRAGANA LETTER DO",
95804  detail="bl",
95805  direction="l",
95806  linebreak="id",
95807  shcode=0x3068,
95808  sound="voiced",
95809  specials={ "char", 0x3068, 0x3099 },
95810  unicodeslot=0x3069,
95811 },
95812 [0x306A]={
95813  adobename="nahiragana",
95814  category="lo",
95815  cjkwd="w",
95816  description="HIRAGANA LETTER NA",
95817  detail="bl",
95818  direction="l",
95819  linebreak="id",
95820  shcode=0x306A,
95821  sound="unvoiced",
95822  unicodeslot=0x306A,
95823 },
95824 [0x306B]={
95825  adobename="nihiragana",
95826  category="lo",
95827  cjkwd="w",
95828  description="HIRAGANA LETTER NI",
95829  detail="bl",
95830  direction="l",
95831  linebreak="id",
95832  shcode=0x306B,
95833  sound="unvoiced",
95834  unicodeslot=0x306B,
95835 },
95836 [0x306C]={
95837  adobename="nuhiragana",
95838  category="lo",
95839  cjkwd="w",
95840  description="HIRAGANA LETTER NU",
95841  detail="bl",
95842  direction="l",
95843  linebreak="id",
95844  shcode=0x306C,
95845  sound="unvoiced",
95846  unicodeslot=0x306C,
95847 },
95848 [0x306D]={
95849  adobename="nehiragana",
95850  category="lo",
95851  cjkwd="w",
95852  description="HIRAGANA LETTER NE",
95853  detail="bl",
95854  direction="l",
95855  linebreak="id",
95856  shcode=0x306D,
95857  sound="unvoiced",
95858  unicodeslot=0x306D,
95859 },
95860 [0x306E]={
95861  adobename="nohiragana",
95862  category="lo",
95863  cjkwd="w",
95864  description="HIRAGANA LETTER NO",
95865  detail="bl",
95866  direction="l",
95867  linebreak="id",
95868  shcode=0x306E,
95869  sound="unvoiced",
95870  unicodeslot=0x306E,
95871 },
95872 [0x306F]={
95873  adobename="hahiragana",
95874  category="lo",
95875  cjkwd="w",
95876  description="HIRAGANA LETTER HA",
95877  detail="bl",
95878  direction="l",
95879  linebreak="id",
95880  shcode=0x306F,
95881  sound="unvoiced",
95882  unicodeslot=0x306F,
95883 },
95884 [0x3070]={
95885  adobename="bahiragana",
95886  category="lo",
95887  cjkwd="w",
95888  description="HIRAGANA LETTER BA",
95889  detail="bl",
95890  direction="l",
95891  linebreak="id",
95892  shcode=0x306F,
95893  sound="voiced",
95894  specials={ "char", 0x306F, 0x3099 },
95895  unicodeslot=0x3070,
95896 },
95897 [0x3071]={
95898  adobename="pahiragana",
95899  category="lo",
95900  cjkwd="w",
95901  description="HIRAGANA LETTER PA",
95902  detail="bl",
95903  direction="l",
95904  linebreak="id",
95905  shcode=0x306F,
95906  sound="semivoiced",
95907  specials={ "char", 0x306F, 0x309A },
95908  unicodeslot=0x3071,
95909 },
95910 [0x3072]={
95911  adobename="hihiragana",
95912  category="lo",
95913  cjkwd="w",
95914  description="HIRAGANA LETTER HI",
95915  detail="bl",
95916  direction="l",
95917  linebreak="id",
95918  shcode=0x3072,
95919  sound="unvoiced",
95920  unicodeslot=0x3072,
95921 },
95922 [0x3073]={
95923  adobename="bihiragana",
95924  category="lo",
95925  cjkwd="w",
95926  description="HIRAGANA LETTER BI",
95927  detail="bl",
95928  direction="l",
95929  linebreak="id",
95930  shcode=0x3072,
95931  sound="voiced",
95932  specials={ "char", 0x3072, 0x3099 },
95933  unicodeslot=0x3073,
95934 },
95935 [0x3074]={
95936  adobename="pihiragana",
95937  category="lo",
95938  cjkwd="w",
95939  description="HIRAGANA LETTER PI",
95940  detail="bl",
95941  direction="l",
95942  linebreak="id",
95943  shcode=0x3072,
95944  sound="semivoiced",
95945  specials={ "char", 0x3072, 0x309A },
95946  unicodeslot=0x3074,
95947 },
95948 [0x3075]={
95949  adobename="huhiragana",
95950  category="lo",
95951  cjkwd="w",
95952  description="HIRAGANA LETTER HU",
95953  detail="bl",
95954  direction="l",
95955  linebreak="id",
95956  shcode=0x3075,
95957  sound="unvoiced",
95958  unicodeslot=0x3075,
95959 },
95960 [0x3076]={
95961  adobename="buhiragana",
95962  category="lo",
95963  cjkwd="w",
95964  description="HIRAGANA LETTER BU",
95965  detail="bl",
95966  direction="l",
95967  linebreak="id",
95968  shcode=0x3075,
95969  sound="voiced",
95970  specials={ "char", 0x3075, 0x3099 },
95971  unicodeslot=0x3076,
95972 },
95973 [0x3077]={
95974  adobename="puhiragana",
95975  category="lo",
95976  cjkwd="w",
95977  description="HIRAGANA LETTER PU",
95978  detail="bl",
95979  direction="l",
95980  linebreak="id",
95981  shcode=0x3075,
95982  sound="semivoiced",
95983  specials={ "char", 0x3075, 0x309A },
95984  unicodeslot=0x3077,
95985 },
95986 [0x3078]={
95987  adobename="hehiragana",
95988  category="lo",
95989  cjkwd="w",
95990  description="HIRAGANA LETTER HE",
95991  detail="bl",
95992  direction="l",
95993  linebreak="id",
95994  shcode=0x3078,
95995  sound="unvoiced",
95996  unicodeslot=0x3078,
95997 },
95998 [0x3079]={
95999  adobename="behiragana",
96000  category="lo",
96001  cjkwd="w",
96002  description="HIRAGANA LETTER BE",
96003  detail="bl",
96004  direction="l",
96005  linebreak="id",
96006  shcode=0x3078,
96007  sound="voiced",
96008  specials={ "char", 0x3078, 0x3099 },
96009  unicodeslot=0x3079,
96010 },
96011 [0x307A]={
96012  adobename="pehiragana",
96013  category="lo",
96014  cjkwd="w",
96015  description="HIRAGANA LETTER PE",
96016  detail="bl",
96017  direction="l",
96018  linebreak="id",
96019  shcode=0x3078,
96020  sound="semivoiced",
96021  specials={ "char", 0x3078, 0x309A },
96022  unicodeslot=0x307A,
96023 },
96024 [0x307B]={
96025  adobename="hohiragana",
96026  category="lo",
96027  cjkwd="w",
96028  description="HIRAGANA LETTER HO",
96029  detail="bl",
96030  direction="l",
96031  linebreak="id",
96032  shcode=0x307B,
96033  sound="unvoiced",
96034  unicodeslot=0x307B,
96035 },
96036 [0x307C]={
96037  adobename="bohiragana",
96038  category="lo",
96039  cjkwd="w",
96040  description="HIRAGANA LETTER BO",
96041  detail="bl",
96042  direction="l",
96043  linebreak="id",
96044  shcode=0x307B,
96045  sound="voiced",
96046  specials={ "char", 0x307B, 0x3099 },
96047  unicodeslot=0x307C,
96048 },
96049 [0x307D]={
96050  adobename="pohiragana",
96051  category="lo",
96052  cjkwd="w",
96053  description="HIRAGANA LETTER PO",
96054  detail="bl",
96055  direction="l",
96056  linebreak="id",
96057  shcode=0x307B,
96058  sound="semivoiced",
96059  specials={ "char", 0x307B, 0x309A },
96060  unicodeslot=0x307D,
96061 },
96062 [0x307E]={
96063  adobename="mahiragana",
96064  category="lo",
96065  cjkwd="w",
96066  description="HIRAGANA LETTER MA",
96067  detail="bl",
96068  direction="l",
96069  linebreak="id",
96070  shcode=0x307E,
96071  sound="unvoiced",
96072  unicodeslot=0x307E,
96073 },
96074 [0x307F]={
96075  adobename="mihiragana",
96076  category="lo",
96077  cjkwd="w",
96078  description="HIRAGANA LETTER MI",
96079  detail="bl",
96080  direction="l",
96081  linebreak="id",
96082  shcode=0x307F,
96083  sound="unvoiced",
96084  unicodeslot=0x307F,
96085 },
96086 [0x3080]={
96087  adobename="muhiragana",
96088  category="lo",
96089  cjkwd="w",
96090  description="HIRAGANA LETTER MU",
96091  detail="bl",
96092  direction="l",
96093  linebreak="id",
96094  shcode=0x3080,
96095  sound="unvoiced",
96096  unicodeslot=0x3080,
96097 },
96098 [0x3081]={
96099  adobename="mehiragana",
96100  category="lo",
96101  cjkwd="w",
96102  description="HIRAGANA LETTER ME",
96103  detail="bl",
96104  direction="l",
96105  linebreak="id",
96106  shcode=0x3081,
96107  sound="unvoiced",
96108  unicodeslot=0x3081,
96109 },
96110 [0x3082]={
96111  adobename="mohiragana",
96112  category="lo",
96113  cjkwd="w",
96114  description="HIRAGANA LETTER MO",
96115  detail="bl",
96116  direction="l",
96117  linebreak="id",
96118  shcode=0x3082,
96119  sound="unvoiced",
96120  unicodeslot=0x3082,
96121 },
96122 [0x3083]={
96123  adobename="yasmallhiragana",
96124  category="lo",
96125  cjkwd="w",
96126  description="HIRAGANA LETTER SMALL YA",
96127  detail="sl",
96128  direction="l",
96129  linebreak="cj",
96130  shcode=0x3084,
96131  sound="unvoiced",
96132  unicodeslot=0x3083,
96133 },
96134 [0x3084]={
96135  adobename="yahiragana",
96136  category="lo",
96137  cjkwd="w",
96138  description="HIRAGANA LETTER YA",
96139  detail="bl",
96140  direction="l",
96141  linebreak="id",
96142  shcode=0x3084,
96143  sound="unvoiced",
96144  unicodeslot=0x3084,
96145 },
96146 [0x3085]={
96147  adobename="yusmallhiragana",
96148  category="lo",
96149  cjkwd="w",
96150  description="HIRAGANA LETTER SMALL YU",
96151  detail="sl",
96152  direction="l",
96153  linebreak="cj",
96154  shcode=0x3086,
96155  sound="unvoiced",
96156  unicodeslot=0x3085,
96157 },
96158 [0x3086]={
96159  adobename="yuhiragana",
96160  category="lo",
96161  cjkwd="w",
96162  description="HIRAGANA LETTER YU",
96163  detail="bl",
96164  direction="l",
96165  linebreak="id",
96166  shcode=0x3086,
96167  sound="unvoiced",
96168  unicodeslot=0x3086,
96169 },
96170 [0x3087]={
96171  adobename="yosmallhiragana",
96172  category="lo",
96173  cjkwd="w",
96174  description="HIRAGANA LETTER SMALL YO",
96175  detail="sl",
96176  direction="l",
96177  linebreak="cj",
96178  shcode=0x3088,
96179  sound="unvoiced",
96180  unicodeslot=0x3087,
96181 },
96182 [0x3088]={
96183  adobename="yohiragana",
96184  category="lo",
96185  cjkwd="w",
96186  description="HIRAGANA LETTER YO",
96187  detail="bl",
96188  direction="l",
96189  linebreak="id",
96190  shcode=0x3088,
96191  sound="unvoiced",
96192  unicodeslot=0x3088,
96193 },
96194 [0x3089]={
96195  adobename="rahiragana",
96196  category="lo",
96197  cjkwd="w",
96198  description="HIRAGANA LETTER RA",
96199  detail="bl",
96200  direction="l",
96201  linebreak="id",
96202  shcode=0x3089,
96203  sound="unvoiced",
96204  unicodeslot=0x3089,
96205 },
96206 [0x308A]={
96207  adobename="rihiragana",
96208  category="lo",
96209  cjkwd="w",
96210  description="HIRAGANA LETTER RI",
96211  detail="bl",
96212  direction="l",
96213  linebreak="id",
96214  shcode=0x308A,
96215  sound="unvoiced",
96216  unicodeslot=0x308A,
96217 },
96218 [0x308B]={
96219  adobename="ruhiragana",
96220  category="lo",
96221  cjkwd="w",
96222  description="HIRAGANA LETTER RU",
96223  detail="bl",
96224  direction="l",
96225  linebreak="id",
96226  shcode=0x308B,
96227  sound="unvoiced",
96228  unicodeslot=0x308B,
96229 },
96230 [0x308C]={
96231  adobename="rehiragana",
96232  category="lo",
96233  cjkwd="w",
96234  description="HIRAGANA LETTER RE",
96235  detail="bl",
96236  direction="l",
96237  linebreak="id",
96238  shcode=0x308C,
96239  sound="unvoiced",
96240  unicodeslot=0x308C,
96241 },
96242 [0x308D]={
96243  adobename="rohiragana",
96244  category="lo",
96245  cjkwd="w",
96246  description="HIRAGANA LETTER RO",
96247  detail="bl",
96248  direction="l",
96249  linebreak="id",
96250  shcode=0x308D,
96251  sound="unvoiced",
96252  unicodeslot=0x308D,
96253 },
96254 [0x308E]={
96255  adobename="wasmallhiragana",
96256  category="lo",
96257  cjkwd="w",
96258  description="HIRAGANA LETTER SMALL WA",
96259  detail="sl",
96260  direction="l",
96261  linebreak="cj",
96262  shcode=0x308F,
96263  sound="unvoiced",
96264  unicodeslot=0x308E,
96265 },
96266 [0x308F]={
96267  adobename="wahiragana",
96268  category="lo",
96269  cjkwd="w",
96270  description="HIRAGANA LETTER WA",
96271  detail="bl",
96272  direction="l",
96273  linebreak="id",
96274  shcode=0x308F,
96275  sound="unvoiced",
96276  unicodeslot=0x308F,
96277 },
96278 [0x3090]={
96279  adobename="wihiragana",
96280  category="lo",
96281  cjkwd="w",
96282  description="HIRAGANA LETTER WI",
96283  detail="bl",
96284  direction="l",
96285  linebreak="id",
96286  shcode=0x3090,
96287  sound="unvoiced",
96288  unicodeslot=0x3090,
96289 },
96290 [0x3091]={
96291  adobename="wehiragana",
96292  category="lo",
96293  cjkwd="w",
96294  description="HIRAGANA LETTER WE",
96295  detail="bl",
96296  direction="l",
96297  linebreak="id",
96298  shcode=0x3091,
96299  sound="unvoiced",
96300  unicodeslot=0x3091,
96301 },
96302 [0x3092]={
96303  adobename="wohiragana",
96304  category="lo",
96305  cjkwd="w",
96306  description="HIRAGANA LETTER WO",
96307  detail="bl",
96308  direction="l",
96309  linebreak="id",
96310  shcode=0x3092,
96311  sound="unvoiced",
96312  unicodeslot=0x3092,
96313 },
96314 [0x3093]={
96315  adobename="nhiragana",
96316  category="lo",
96317  cjkwd="w",
96318  description="HIRAGANA LETTER N",
96319  detail="bl",
96320  direction="l",
96321  linebreak="id",
96322  shcode=0x3093,
96323  sound="unvoiced",
96324  unicodeslot=0x3093,
96325 },
96326 [0x3094]={
96327  adobename="vuhiragana",
96328  category="lo",
96329  cjkwd="w",
96330  description="HIRAGANA LETTER VU",
96331  detail="bl",
96332  direction="l",
96333  linebreak="id",
96334  shcode=0x3046,
96335  sound="voiced",
96336  specials={ "char", 0x3046, 0x3099 },
96337  unicodeslot=0x3094,
96338 },
96339 [0x3095]={
96340  category="lo",
96341  cjkwd="w",
96342  description="HIRAGANA LETTER SMALL KA",
96343  detail="sl",
96344  direction="l",
96345  linebreak="cj",
96346  shcode=0x304B,
96347  sound="unvoiced",
96348  unicodeslot=0x3095,
96349 },
96350 [0x3096]={
96351  category="lo",
96352  cjkwd="w",
96353  description="HIRAGANA LETTER SMALL KE",
96354  detail="sl",
96355  direction="l",
96356  linebreak="cj",
96357  shcode=0x3051,
96358  sound="unvoiced",
96359  unicodeslot=0x3096,
96360 },
96361 [0x3099]={
96362  category="mn",
96363  cjkwd="w",
96364  combining=0x8,
96365  description="COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK",
96366  direction="nsm",
96367  linebreak="cm",
96368  sound="voiced",
96369  synonyms={ "combining japanese daku-on" },
96370  unicodeslot=0x3099,
96371 },
96372 [0x309A]={
96373  category="mn",
96374  cjkwd="w",
96375  combining=0x8,
96376  description="COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK",
96377  direction="nsm",
96378  linebreak="cm",
96379  sound="semivoiced",
96380  synonyms={ "combining japanese han-daku-on" },
96381  unicodeslot=0x309A,
96382 },
96383 [0x309B]={
96384  adobename="voicedmarkkana",
96385  category="sk",
96386  cjkwd="w",
96387  description="KATAKANA-HIRAGANA VOICED SOUND MARK",
96388  direction="on",
96389  linebreak="ns",
96390  sound="voiced",
96391  specials={ "compat", 0x20, 0x3099 },
96392  synonyms={ "japanese daku-on" },
96393  unicodeslot=0x309B,
96394 },
96395 [0x309C]={
96396  adobename="semivoicedmarkkana",
96397  category="sk",
96398  cjkwd="w",
96399  description="KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK",
96400  direction="on",
96401  linebreak="ns",
96402  sound="semivoiced",
96403  specials={ "compat", 0x20, 0x309A },
96404  synonyms={ "japanese han-daku-on" },
96405  unicodeslot=0x309C,
96406 },
96407 [0x309D]={
96408  adobename="iterationhiragana",
96409  category="lm",
96410  cjkwd="w",
96411  description="HIRAGANA ITERATION MARK",
96412  detail="im",
96413  direction="l",
96414  linebreak="ns",
96415  shcode=0x309D,
96416  sound="unvoiced",
96417  unicodeslot=0x309D,
96418 },
96419 [0x309E]={
96420  adobename="voicediterationhiragana",
96421  category="lm",
96422  cjkwd="w",
96423  description="HIRAGANA VOICED ITERATION MARK",
96424  detail="im",
96425  direction="l",
96426  linebreak="ns",
96427  shcode=0x309D,
96428  sound="voiced",
96429  specials={ "char", 0x309D, 0x3099 },
96430  unicodeslot=0x309E,
96431 },
96432 [0x309F]={
96433  category="lo",
96434  cjkwd="w",
96435  description="HIRAGANA DIGRAPH YORI",
96436  direction="l",
96437  linebreak="id",
96438  specials={ "vertical", 0x3088, 0x308A },
96439  unicodeslot=0x309F,
96440 },
96441 [0x30A0]={
96442  category="pd",
96443  cjkwd="w",
96444  description="KATAKANA-HIRAGANA DOUBLE HYPHEN",
96445  direction="on",
96446  linebreak="ns",
96447  unicodeslot=0x30A0,
96448 },
96449 [0x30A1]={
96450  adobename="asmallkatakana",
96451  category="lo",
96452  cjkwd="w",
96453  description="KATAKANA LETTER SMALL A",
96454  detail="sl",
96455  direction="l",
96456  linebreak="cj",
96457  shcode=0x3042,
96458  sound="unvoiced",
96459  unicodeslot=0x30A1,
96460 },
96461 [0x30A2]={
96462  adobename="akatakana",
96463  category="lo",
96464  cjkwd="w",
96465  description="KATAKANA LETTER A",
96466  detail="bl",
96467  direction="l",
96468  linebreak="id",
96469  shcode=0x3042,
96470  sound="unvoiced",
96471  unicodeslot=0x30A2,
96472 },
96473 [0x30A3]={
96474  adobename="ismallkatakana",
96475  category="lo",
96476  cjkwd="w",
96477  description="KATAKANA LETTER SMALL I",
96478  detail="sl",
96479  direction="l",
96480  linebreak="cj",
96481  shcode=0x3044,
96482  sound="unvoiced",
96483  unicodeslot=0x30A3,
96484 },
96485 [0x30A4]={
96486  adobename="ikatakana",
96487  category="lo",
96488  cjkwd="w",
96489  description="KATAKANA LETTER I",
96490  detail="bl",
96491  direction="l",
96492  linebreak="id",
96493  shcode=0x3044,
96494  sound="unvoiced",
96495  unicodeslot=0x30A4,
96496 },
96497 [0x30A5]={
96498  adobename="usmallkatakana",
96499  category="lo",
96500  cjkwd="w",
96501  description="KATAKANA LETTER SMALL U",
96502  detail="sl",
96503  direction="l",
96504  linebreak="cj",
96505  shcode=0x3046,
96506  sound="unvoiced",
96507  unicodeslot=0x30A5,
96508 },
96509 [0x30A6]={
96510  adobename="ukatakana",
96511  category="lo",
96512  cjkwd="w",
96513  description="KATAKANA LETTER U",
96514  detail="bl",
96515  direction="l",
96516  linebreak="id",
96517  shcode=0x3046,
96518  sound="unvoiced",
96519  unicodeslot=0x30A6,
96520 },
96521 [0x30A7]={
96522  adobename="esmallkatakana",
96523  category="lo",
96524  cjkwd="w",
96525  description="KATAKANA LETTER SMALL E",
96526  detail="sl",
96527  direction="l",
96528  linebreak="cj",
96529  shcode=0x3048,
96530  sound="unvoiced",
96531  unicodeslot=0x30A7,
96532 },
96533 [0x30A8]={
96534  adobename="ekatakana",
96535  category="lo",
96536  cjkwd="w",
96537  description="KATAKANA LETTER E",
96538  detail="bl",
96539  direction="l",
96540  linebreak="id",
96541  shcode=0x3048,
96542  sound="unvoiced",
96543  unicodeslot=0x30A8,
96544 },
96545 [0x30A9]={
96546  adobename="osmallkatakana",
96547  category="lo",
96548  cjkwd="w",
96549  description="KATAKANA LETTER SMALL O",
96550  detail="sl",
96551  direction="l",
96552  linebreak="cj",
96553  shcode=0x304A,
96554  sound="unvoiced",
96555  unicodeslot=0x30A9,
96556 },
96557 [0x30AA]={
96558  adobename="okatakana",
96559  category="lo",
96560  cjkwd="w",
96561  description="KATAKANA LETTER O",
96562  detail="bl",
96563  direction="l",
96564  linebreak="id",
96565  shcode=0x304A,
96566  sound="unvoiced",
96567  unicodeslot=0x30AA,
96568 },
96569 [0x30AB]={
96570  adobename="kakatakana",
96571  category="lo",
96572  cjkwd="w",
96573  description="KATAKANA LETTER KA",
96574  detail="bl",
96575  direction="l",
96576  linebreak="id",
96577  shcode=0x304B,
96578  sound="unvoiced",
96579  unicodeslot=0x30AB,
96580 },
96581 [0x30AC]={
96582  adobename="gakatakana",
96583  category="lo",
96584  cjkwd="w",
96585  description="KATAKANA LETTER GA",
96586  detail="bl",
96587  direction="l",
96588  linebreak="id",
96589  shcode=0x304B,
96590  sound="voiced",
96591  specials={ "char", 0x30AB, 0x3099 },
96592  unicodeslot=0x30AC,
96593 },
96594 [0x30AD]={
96595  adobename="kikatakana",
96596  category="lo",
96597  cjkwd="w",
96598  description="KATAKANA LETTER KI",
96599  detail="bl",
96600  direction="l",
96601  linebreak="id",
96602  shcode=0x304D,
96603  sound="unvoiced",
96604  unicodeslot=0x30AD,
96605 },
96606 [0x30AE]={
96607  adobename="gikatakana",
96608  category="lo",
96609  cjkwd="w",
96610  description="KATAKANA LETTER GI",
96611  detail="bl",
96612  direction="l",
96613  linebreak="id",
96614  shcode=0x304D,
96615  sound="voiced",
96616  specials={ "char", 0x30AD, 0x3099 },
96617  unicodeslot=0x30AE,
96618 },
96619 [0x30AF]={
96620  adobename="kukatakana",
96621  category="lo",
96622  cjkwd="w",
96623  description="KATAKANA LETTER KU",
96624  detail="bl",
96625  direction="l",
96626  linebreak="id",
96627  shcode=0x304F,
96628  sound="unvoiced",
96629  unicodeslot=0x30AF,
96630 },
96631 [0x30B0]={
96632  adobename="gukatakana",
96633  category="lo",
96634  cjkwd="w",
96635  description="KATAKANA LETTER GU",
96636  detail="bl",
96637  direction="l",
96638  linebreak="id",
96639  shcode=0x304F,
96640  sound="voiced",
96641  specials={ "char", 0x30AF, 0x3099 },
96642  unicodeslot=0x30B0,
96643 },
96644 [0x30B1]={
96645  adobename="kekatakana",
96646  category="lo",
96647  cjkwd="w",
96648  description="KATAKANA LETTER KE",
96649  detail="bl",
96650  direction="l",
96651  linebreak="id",
96652  shcode=0x3051,
96653  sound="unvoiced",
96654  unicodeslot=0x30B1,
96655 },
96656 [0x30B2]={
96657  adobename="gekatakana",
96658  category="lo",
96659  cjkwd="w",
96660  description="KATAKANA LETTER GE",
96661  detail="bl",
96662  direction="l",
96663  linebreak="id",
96664  shcode=0x3051,
96665  sound="voiced",
96666  specials={ "char", 0x30B1, 0x3099 },
96667  unicodeslot=0x30B2,
96668 },
96669 [0x30B3]={
96670  adobename="kokatakana",
96671  category="lo",
96672  cjkwd="w",
96673  description="KATAKANA LETTER KO",
96674  detail="bl",
96675  direction="l",
96676  linebreak="id",
96677  shcode=0x3053,
96678  sound="unvoiced",
96679  unicodeslot=0x30B3,
96680 },
96681 [0x30B4]={
96682  adobename="gokatakana",
96683  category="lo",
96684  cjkwd="w",
96685  description="KATAKANA LETTER GO",
96686  detail="bl",
96687  direction="l",
96688  linebreak="id",
96689  shcode=0x3053,
96690  sound="voiced",
96691  specials={ "char", 0x30B3, 0x3099 },
96692  unicodeslot=0x30B4,
96693 },
96694 [0x30B5]={
96695  adobename="sakatakana",
96696  category="lo",
96697  cjkwd="w",
96698  description="KATAKANA LETTER SA",
96699  detail="bl",
96700  direction="l",
96701  linebreak="id",
96702  shcode=0x3055,
96703  sound="unvoiced",
96704  unicodeslot=0x30B5,
96705 },
96706 [0x30B6]={
96707  adobename="zakatakana",
96708  category="lo",
96709  cjkwd="w",
96710  description="KATAKANA LETTER ZA",
96711  detail="bl",
96712  direction="l",
96713  linebreak="id",
96714  shcode=0x3055,
96715  sound="voiced",
96716  specials={ "char", 0x30B5, 0x3099 },
96717  unicodeslot=0x30B6,
96718 },
96719 [0x30B7]={
96720  adobename="sikatakana",
96721  category="lo",
96722  cjkwd="w",
96723  description="KATAKANA LETTER SI",
96724  detail="bl",
96725  direction="l",
96726  linebreak="id",
96727  shcode=0x3057,
96728  sound="unvoiced",
96729  unicodeslot=0x30B7,
96730 },
96731 [0x30B8]={
96732  adobename="zikatakana",
96733  category="lo",
96734  cjkwd="w",
96735  description="KATAKANA LETTER ZI",
96736  detail="bl",
96737  direction="l",
96738  linebreak="id",
96739  shcode=0x3057,
96740  sound="voiced",
96741  specials={ "char", 0x30B7, 0x3099 },
96742  unicodeslot=0x30B8,
96743 },
96744 [0x30B9]={
96745  adobename="sukatakana",
96746  category="lo",
96747  cjkwd="w",
96748  description="KATAKANA LETTER SU",
96749  detail="bl",
96750  direction="l",
96751  linebreak="id",
96752  shcode=0x3059,
96753  sound="unvoiced",
96754  unicodeslot=0x30B9,
96755 },
96756 [0x30BA]={
96757  adobename="zukatakana",
96758  category="lo",
96759  cjkwd="w",
96760  description="KATAKANA LETTER ZU",
96761  detail="bl",
96762  direction="l",
96763  linebreak="id",
96764  shcode=0x3059,
96765  sound="voiced",
96766  specials={ "char", 0x30B9, 0x3099 },
96767  unicodeslot=0x30BA,
96768 },
96769 [0x30BB]={
96770  adobename="sekatakana",
96771  category="lo",
96772  cjkwd="w",
96773  description="KATAKANA LETTER SE",
96774  detail="bl",
96775  direction="l",
96776  linebreak="id",
96777  shcode=0x305B,
96778  sound="unvoiced",
96779  unicodeslot=0x30BB,
96780 },
96781 [0x30BC]={
96782  adobename="zekatakana",
96783  category="lo",
96784  cjkwd="w",
96785  description="KATAKANA LETTER ZE",
96786  detail="bl",
96787  direction="l",
96788  linebreak="id",
96789  shcode=0x305B,
96790  sound="voiced",
96791  specials={ "char", 0x30BB, 0x3099 },
96792  unicodeslot=0x30BC,
96793 },
96794 [0x30BD]={
96795  adobename="sokatakana",
96796  category="lo",
96797  cjkwd="w",
96798  description="KATAKANA LETTER SO",
96799  detail="bl",
96800  direction="l",
96801  linebreak="id",
96802  shcode=0x305D,
96803  sound="unvoiced",
96804  unicodeslot=0x30BD,
96805 },
96806 [0x30BE]={
96807  adobename="zokatakana",
96808  category="lo",
96809  cjkwd="w",
96810  description="KATAKANA LETTER ZO",
96811  detail="bl",
96812  direction="l",
96813  linebreak="id",
96814  shcode=0x305D,
96815  sound="voiced",
96816  specials={ "char", 0x30BD, 0x3099 },
96817  unicodeslot=0x30BE,
96818 },
96819 [0x30BF]={
96820  adobename="takatakana",
96821  category="lo",
96822  cjkwd="w",
96823  description="KATAKANA LETTER TA",
96824  detail="bl",
96825  direction="l",
96826  linebreak="id",
96827  shcode=0x305F,
96828  sound="unvoiced",
96829  unicodeslot=0x30BF,
96830 },
96831 [0x30C0]={
96832  adobename="dakatakana",
96833  category="lo",
96834  cjkwd="w",
96835  description="KATAKANA LETTER DA",
96836  detail="bl",
96837  direction="l",
96838  linebreak="id",
96839  shcode=0x305F,
96840  sound="voiced",
96841  specials={ "char", 0x30BF, 0x3099 },
96842  unicodeslot=0x30C0,
96843 },
96844 [0x30C1]={
96845  adobename="tikatakana",
96846  category="lo",
96847  cjkwd="w",
96848  description="KATAKANA LETTER TI",
96849  detail="bl",
96850  direction="l",
96851  linebreak="id",
96852  shcode=0x3061,
96853  sound="unvoiced",
96854  unicodeslot=0x30C1,
96855 },
96856 [0x30C2]={
96857  adobename="dikatakana",
96858  category="lo",
96859  cjkwd="w",
96860  description="KATAKANA LETTER DI",
96861  detail="bl",
96862  direction="l",
96863  linebreak="id",
96864  shcode=0x3061,
96865  sound="voiced",
96866  specials={ "char", 0x30C1, 0x3099 },
96867  unicodeslot=0x30C2,
96868 },
96869 [0x30C3]={
96870  adobename="tusmallkatakana",
96871  category="lo",
96872  cjkwd="w",
96873  description="KATAKANA LETTER SMALL TU",
96874  detail="sl",
96875  direction="l",
96876  linebreak="cj",
96877  shcode=0x3064,
96878  sound="unvoiced",
96879  unicodeslot=0x30C3,
96880 },
96881 [0x30C4]={
96882  adobename="tukatakana",
96883  category="lo",
96884  cjkwd="w",
96885  description="KATAKANA LETTER TU",
96886  detail="bl",
96887  direction="l",
96888  linebreak="id",
96889  shcode=0x3064,
96890  sound="unvoiced",
96891  unicodeslot=0x30C4,
96892 },
96893 [0x30C5]={
96894  adobename="dukatakana",
96895  category="lo",
96896  cjkwd="w",
96897  description="KATAKANA LETTER DU",
96898  detail="bl",
96899  direction="l",
96900  linebreak="id",
96901  shcode=0x3064,
96902  sound="voiced",
96903  specials={ "char", 0x30C4, 0x3099 },
96904  unicodeslot=0x30C5,
96905 },
96906 [0x30C6]={
96907  adobename="tekatakana",
96908  category="lo",
96909  cjkwd="w",
96910  description="KATAKANA LETTER TE",
96911  detail="bl",
96912  direction="l",
96913  linebreak="id",
96914  shcode=0x3066,
96915  sound="unvoiced",
96916  unicodeslot=0x30C6,
96917 },
96918 [0x30C7]={
96919  adobename="dekatakana",
96920  category="lo",
96921  cjkwd="w",
96922  description="KATAKANA LETTER DE",
96923  detail="bl",
96924  direction="l",
96925  linebreak="id",
96926  shcode=0x3066,
96927  sound="voiced",
96928  specials={ "char", 0x30C6, 0x3099 },
96929  unicodeslot=0x30C7,
96930 },
96931 [0x30C8]={
96932  adobename="tokatakana",
96933  category="lo",
96934  cjkwd="w",
96935  description="KATAKANA LETTER TO",
96936  detail="bl",
96937  direction="l",
96938  linebreak="id",
96939  shcode=0x3068,
96940  sound="unvoiced",
96941  unicodeslot=0x30C8,
96942 },
96943 [0x30C9]={
96944  adobename="dokatakana",
96945  category="lo",
96946  cjkwd="w",
96947  description="KATAKANA LETTER DO",
96948  detail="bl",
96949  direction="l",
96950  linebreak="id",
96951  shcode=0x3068,
96952  sound="voiced",
96953  specials={ "char", 0x30C8, 0x3099 },
96954  unicodeslot=0x30C9,
96955 },
96956 [0x30CA]={
96957  adobename="nakatakana",
96958  category="lo",
96959  cjkwd="w",
96960  description="KATAKANA LETTER NA",
96961  detail="bl",
96962  direction="l",
96963  linebreak="id",
96964  shcode=0x306A,
96965  sound="unvoiced",
96966  unicodeslot=0x30CA,
96967 },
96968 [0x30CB]={
96969  adobename="nikatakana",
96970  category="lo",
96971  cjkwd="w",
96972  description="KATAKANA LETTER NI",
96973  detail="bl",
96974  direction="l",
96975  linebreak="id",
96976  shcode=0x306B,
96977  sound="unvoiced",
96978  unicodeslot=0x30CB,
96979 },
96980 [0x30CC]={
96981  adobename="nukatakana",
96982  category="lo",
96983  cjkwd="w",
96984  description="KATAKANA LETTER NU",
96985  detail="bl",
96986  direction="l",
96987  linebreak="id",
96988  shcode=0x306C,
96989  sound="unvoiced",
96990  unicodeslot=0x30CC,
96991 },
96992 [0x30CD]={
96993  adobename="nekatakana",
96994  category="lo",
96995  cjkwd="w",
96996  description="KATAKANA LETTER NE",
96997  detail="bl",
96998  direction="l",
96999  linebreak="id",
97000  shcode=0x306D,
97001  sound="unvoiced",
97002  unicodeslot=0x30CD,
97003 },
97004 [0x30CE]={
97005  adobename="nokatakana",
97006  category="lo",
97007  cjkwd="w",
97008  description="KATAKANA LETTER NO",
97009  detail="bl",
97010  direction="l",
97011  linebreak="id",
97012  shcode=0x306E,
97013  sound="unvoiced",
97014  unicodeslot=0x30CE,
97015 },
97016 [0x30CF]={
97017  adobename="hakatakana",
97018  category="lo",
97019  cjkwd="w",
97020  description="KATAKANA LETTER HA",
97021  detail="bl",
97022  direction="l",
97023  linebreak="id",
97024  shcode=0x306F,
97025  sound="unvoiced",
97026  unicodeslot=0x30CF,
97027 },
97028 [0x30D0]={
97029  adobename="bakatakana",
97030  category="lo",
97031  cjkwd="w",
97032  description="KATAKANA LETTER BA",
97033  detail="bl",
97034  direction="l",
97035  linebreak="id",
97036  shcode=0x306F,
97037  sound="voiced",
97038  specials={ "char", 0x30CF, 0x3099 },
97039  unicodeslot=0x30D0,
97040 },
97041 [0x30D1]={
97042  adobename="pakatakana",
97043  category="lo",
97044  cjkwd="w",
97045  description="KATAKANA LETTER PA",
97046  detail="bl",
97047  direction="l",
97048  linebreak="id",
97049  shcode=0x306F,
97050  sound="semivoiced",
97051  specials={ "char", 0x30CF, 0x309A },
97052  unicodeslot=0x30D1,
97053 },
97054 [0x30D2]={
97055  adobename="hikatakana",
97056  category="lo",
97057  cjkwd="w",
97058  description="KATAKANA LETTER HI",
97059  detail="bl",
97060  direction="l",
97061  linebreak="id",
97062  shcode=0x3072,
97063  sound="unvoiced",
97064  unicodeslot=0x30D2,
97065 },
97066 [0x30D3]={
97067  adobename="bikatakana",
97068  category="lo",
97069  cjkwd="w",
97070  description="KATAKANA LETTER BI",
97071  detail="bl",
97072  direction="l",
97073  linebreak="id",
97074  shcode=0x3072,
97075  sound="voiced",
97076  specials={ "char", 0x30D2, 0x3099 },
97077  unicodeslot=0x30D3,
97078 },
97079 [0x30D4]={
97080  adobename="pikatakana",
97081  category="lo",
97082  cjkwd="w",
97083  description="KATAKANA LETTER PI",
97084  detail="bl",
97085  direction="l",
97086  linebreak="id",
97087  shcode=0x3072,
97088  sound="semivoiced",
97089  specials={ "char", 0x30D2, 0x309A },
97090  unicodeslot=0x30D4,
97091 },
97092 [0x30D5]={
97093  adobename="hukatakana",
97094  category="lo",
97095  cjkwd="w",
97096  description="KATAKANA LETTER HU",
97097  detail="bl",
97098  direction="l",
97099  linebreak="id",
97100  shcode=0x3075,
97101  sound="unvoiced",
97102  unicodeslot=0x30D5,
97103 },
97104 [0x30D6]={
97105  adobename="bukatakana",
97106  category="lo",
97107  cjkwd="w",
97108  description="KATAKANA LETTER BU",
97109  detail="bl",
97110  direction="l",
97111  linebreak="id",
97112  shcode=0x3075,
97113  sound="voiced",
97114  specials={ "char", 0x30D5, 0x3099 },
97115  unicodeslot=0x30D6,
97116 },
97117 [0x30D7]={
97118  adobename="pukatakana",
97119  category="lo",
97120  cjkwd="w",
97121  description="KATAKANA LETTER PU",
97122  detail="bl",
97123  direction="l",
97124  linebreak="id",
97125  shcode=0x3075,
97126  sound="semivoiced",
97127  specials={ "char", 0x30D5, 0x309A },
97128  unicodeslot=0x30D7,
97129 },
97130 [0x30D8]={
97131  adobename="hekatakana",
97132  category="lo",
97133  cjkwd="w",
97134  description="KATAKANA LETTER HE",
97135  detail="bl",
97136  direction="l",
97137  linebreak="id",
97138  shcode=0x3078,
97139  sound="unvoiced",
97140  unicodeslot=0x30D8,
97141 },
97142 [0x30D9]={
97143  adobename="bekatakana",
97144  category="lo",
97145  cjkwd="w",
97146  description="KATAKANA LETTER BE",
97147  detail="bl",
97148  direction="l",
97149  linebreak="id",
97150  shcode=0x3078,
97151  sound="voiced",
97152  specials={ "char", 0x30D8, 0x3099 },
97153  unicodeslot=0x30D9,
97154 },
97155 [0x30DA]={
97156  adobename="pekatakana",
97157  category="lo",
97158  cjkwd="w",
97159  description="KATAKANA LETTER PE",
97160  detail="bl",
97161  direction="l",
97162  linebreak="id",
97163  shcode=0x3078,
97164  sound="semivoiced",
97165  specials={ "char", 0x30D8, 0x309A },
97166  unicodeslot=0x30DA,
97167 },
97168 [0x30DB]={
97169  adobename="hokatakana",
97170  category="lo",
97171  cjkwd="w",
97172  description="KATAKANA LETTER HO",
97173  detail="bl",
97174  direction="l",
97175  linebreak="id",
97176  shcode=0x307B,
97177  sound="unvoiced",
97178  unicodeslot=0x30DB,
97179 },
97180 [0x30DC]={
97181  adobename="bokatakana",
97182  category="lo",
97183  cjkwd="w",
97184  description="KATAKANA LETTER BO",
97185  detail="bl",
97186  direction="l",
97187  linebreak="id",
97188  shcode=0x307B,
97189  sound="voiced",
97190  specials={ "char", 0x30DB, 0x3099 },
97191  unicodeslot=0x30DC,
97192 },
97193 [0x30DD]={
97194  adobename="pokatakana",
97195  category="lo",
97196  cjkwd="w",
97197  description="KATAKANA LETTER PO",
97198  detail="bl",
97199  direction="l",
97200  linebreak="id",
97201  shcode=0x307B,
97202  sound="semivoiced",
97203  specials={ "char", 0x30DB, 0x309A },
97204  unicodeslot=0x30DD,
97205 },
97206 [0x30DE]={
97207  adobename="makatakana",
97208  category="lo",
97209  cjkwd="w",
97210  description="KATAKANA LETTER MA",
97211  detail="bl",
97212  direction="l",
97213  linebreak="id",
97214  shcode=0x307E,
97215  sound="unvoiced",
97216  unicodeslot=0x30DE,
97217 },
97218 [0x30DF]={
97219  adobename="mikatakana",
97220  category="lo",
97221  cjkwd="w",
97222  description="KATAKANA LETTER MI",
97223  detail="bl",
97224  direction="l",
97225  linebreak="id",
97226  shcode=0x307F,
97227  sound="unvoiced",
97228  unicodeslot=0x30DF,
97229 },
97230 [0x30E0]={
97231  adobename="mukatakana",
97232  category="lo",
97233  cjkwd="w",
97234  description="KATAKANA LETTER MU",
97235  detail="bl",
97236  direction="l",
97237  linebreak="id",
97238  shcode=0x3080,
97239  sound="unvoiced",
97240  unicodeslot=0x30E0,
97241 },
97242 [0x30E1]={
97243  adobename="mekatakana",
97244  category="lo",
97245  cjkwd="w",
97246  description="KATAKANA LETTER ME",
97247  detail="bl",
97248  direction="l",
97249  linebreak="id",
97250  shcode=0x3081,
97251  sound="unvoiced",
97252  unicodeslot=0x30E1,
97253 },
97254 [0x30E2]={
97255  adobename="mokatakana",
97256  category="lo",
97257  cjkwd="w",
97258  description="KATAKANA LETTER MO",
97259  detail="bl",
97260  direction="l",
97261  linebreak="id",
97262  shcode=0x3082,
97263  sound="unvoiced",
97264  unicodeslot=0x30E2,
97265 },
97266 [0x30E3]={
97267  adobename="yasmallkatakana",
97268  category="lo",
97269  cjkwd="w",
97270  description="KATAKANA LETTER SMALL YA",
97271  detail="sl",
97272  direction="l",
97273  linebreak="cj",
97274  shcode=0x3084,
97275  sound="unvoiced",
97276  unicodeslot=0x30E3,
97277 },
97278 [0x30E4]={
97279  adobename="yakatakana",
97280  category="lo",
97281  cjkwd="w",
97282  description="KATAKANA LETTER YA",
97283  detail="bl",
97284  direction="l",
97285  linebreak="id",
97286  shcode=0x3084,
97287  sound="unvoiced",
97288  unicodeslot=0x30E4,
97289 },
97290 [0x30E5]={
97291  adobename="yusmallkatakana",
97292  category="lo",
97293  cjkwd="w",
97294  description="KATAKANA LETTER SMALL YU",
97295  detail="sl",
97296  direction="l",
97297  linebreak="cj",
97298  shcode=0x3086,
97299  sound="unvoiced",
97300  unicodeslot=0x30E5,
97301 },
97302 [0x30E6]={
97303  adobename="yukatakana",
97304  category="lo",
97305  cjkwd="w",
97306  description="KATAKANA LETTER YU",
97307  detail="bl",
97308  direction="l",
97309  linebreak="id",
97310  shcode=0x3086,
97311  sound="unvoiced",
97312  unicodeslot=0x30E6,
97313 },
97314 [0x30E7]={
97315  adobename="yosmallkatakana",
97316  category="lo",
97317  cjkwd="w",
97318  description="KATAKANA LETTER SMALL YO",
97319  detail="sl",
97320  direction="l",
97321  linebreak="cj",
97322  shcode=0x3088,
97323  sound="unvoiced",
97324  unicodeslot=0x30E7,
97325 },
97326 [0x30E8]={
97327  adobename="yokatakana",
97328  category="lo",
97329  cjkwd="w",
97330  description="KATAKANA LETTER YO",
97331  detail="bl",
97332  direction="l",
97333  linebreak="id",
97334  shcode=0x3088,
97335  sound="unvoiced",
97336  unicodeslot=0x30E8,
97337 },
97338 [0x30E9]={
97339  adobename="rakatakana",
97340  category="lo",
97341  cjkwd="w",
97342  description="KATAKANA LETTER RA",
97343  detail="bl",
97344  direction="l",
97345  linebreak="id",
97346  shcode=0x3089,
97347  sound="unvoiced",
97348  unicodeslot=0x30E9,
97349 },
97350 [0x30EA]={
97351  adobename="rikatakana",
97352  category="lo",
97353  cjkwd="w",
97354  description="KATAKANA LETTER RI",
97355  detail="bl",
97356  direction="l",
97357  linebreak="id",
97358  shcode=0x308A,
97359  sound="unvoiced",
97360  unicodeslot=0x30EA,
97361 },
97362 [0x30EB]={
97363  adobename="rukatakana",
97364  category="lo",
97365  cjkwd="w",
97366  description="KATAKANA LETTER RU",
97367  detail="bl",
97368  direction="l",
97369  linebreak="id",
97370  shcode=0x308B,
97371  sound="unvoiced",
97372  unicodeslot=0x30EB,
97373 },
97374 [0x30EC]={
97375  adobename="rekatakana",
97376  category="lo",
97377  cjkwd="w",
97378  description="KATAKANA LETTER RE",
97379  detail="bl",
97380  direction="l",
97381  linebreak="id",
97382  shcode=0x308C,
97383  sound="unvoiced",
97384  unicodeslot=0x30EC,
97385 },
97386 [0x30ED]={
97387  adobename="rokatakana",
97388  category="lo",
97389  cjkwd="w",
97390  description="KATAKANA LETTER RO",
97391  detail="bl",
97392  direction="l",
97393  linebreak="id",
97394  shcode=0x308D,
97395  sound="unvoiced",
97396  unicodeslot=0x30ED,
97397 },
97398 [0x30EE]={
97399  adobename="wasmallkatakana",
97400  category="lo",
97401  cjkwd="w",
97402  description="KATAKANA LETTER SMALL WA",
97403  detail="sl",
97404  direction="l",
97405  linebreak="cj",
97406  shcode=0x308F,
97407  sound="unvoiced",
97408  unicodeslot=0x30EE,
97409 },
97410 [0x30EF]={
97411  adobename="wakatakana",
97412  category="lo",
97413  cjkwd="w",
97414  description="KATAKANA LETTER WA",
97415  detail="bl",
97416  direction="l",
97417  linebreak="id",
97418  shcode=0x308F,
97419  sound="unvoiced",
97420  unicodeslot=0x30EF,
97421 },
97422 [0x30F0]={
97423  adobename="wikatakana",
97424  category="lo",
97425  cjkwd="w",
97426  description="KATAKANA LETTER WI",
97427  detail="bl",
97428  direction="l",
97429  linebreak="id",
97430  shcode=0x3090,
97431  sound="unvoiced",
97432  unicodeslot=0x30F0,
97433 },
97434 [0x30F1]={
97435  adobename="wekatakana",
97436  category="lo",
97437  cjkwd="w",
97438  description="KATAKANA LETTER WE",
97439  detail="bl",
97440  direction="l",
97441  linebreak="id",
97442  shcode=0x3091,
97443  sound="unvoiced",
97444  unicodeslot=0x30F1,
97445 },
97446 [0x30F2]={
97447  adobename="wokatakana",
97448  category="lo",
97449  cjkwd="w",
97450  description="KATAKANA LETTER WO",
97451  detail="bl",
97452  direction="l",
97453  linebreak="id",
97454  shcode=0x3092,
97455  sound="unvoiced",
97456  unicodeslot=0x30F2,
97457 },
97458 [0x30F3]={
97459  adobename="nkatakana",
97460  category="lo",
97461  cjkwd="w",
97462  description="KATAKANA LETTER N",
97463  detail="bl",
97464  direction="l",
97465  linebreak="id",
97466  shcode=0x3093,
97467  sound="unvoiced",
97468  unicodeslot=0x30F3,
97469 },
97470 [0x30F4]={
97471  adobename="vukatakana",
97472  category="lo",
97473  cjkwd="w",
97474  description="KATAKANA LETTER VU",
97475  detail="bl",
97476  direction="l",
97477  linebreak="id",
97478  shcode=0x3046,
97479  sound="voiced",
97480  specials={ "char", 0x30A6, 0x3099 },
97481  unicodeslot=0x30F4,
97482 },
97483 [0x30F5]={
97484  adobename="kasmallkatakana",
97485  category="lo",
97486  cjkwd="w",
97487  description="KATAKANA LETTER SMALL KA",
97488  detail="sl",
97489  direction="l",
97490  linebreak="cj",
97491  shcode=0x304B,
97492  sound="unvoiced",
97493  unicodeslot=0x30F5,
97494 },
97495 [0x30F6]={
97496  adobename="kesmallkatakana",
97497  category="lo",
97498  cjkwd="w",
97499  description="KATAKANA LETTER SMALL KE",
97500  detail="sl",
97501  direction="l",
97502  linebreak="cj",
97503  shcode=0x3051,
97504  sound="unvoiced",
97505  unicodeslot=0x30F6,
97506 },
97507 [0x30F7]={
97508  adobename="vakatakana",
97509  category="lo",
97510  cjkwd="w",
97511  description="KATAKANA LETTER VA",
97512  direction="l",
97513  linebreak="id",
97514  shcode=0x308F,
97515  sound="voiced",
97516  specials={ "char", 0x30EF, 0x3099 },
97517  unicodeslot=0x30F7,
97518 },
97519 [0x30F8]={
97520  adobename="vikatakana",
97521  category="lo",
97522  cjkwd="w",
97523  description="KATAKANA LETTER VI",
97524  direction="l",
97525  linebreak="id",
97526  shcode=0x3090,
97527  sound="voiced",
97528  specials={ "char", 0x30F0, 0x3099 },
97529  unicodeslot=0x30F8,
97530 },
97531 [0x30F9]={
97532  adobename="vekatakana",
97533  category="lo",
97534  cjkwd="w",
97535  description="KATAKANA LETTER VE",
97536  direction="l",
97537  linebreak="id",
97538  shcode=0x3091,
97539  sound="voiced",
97540  specials={ "char", 0x30F1, 0x3099 },
97541  unicodeslot=0x30F9,
97542 },
97543 [0x30FA]={
97544  adobename="vokatakana",
97545  category="lo",
97546  cjkwd="w",
97547  description="KATAKANA LETTER VO",
97548  direction="l",
97549  linebreak="id",
97550  shcode=0x3092,
97551  sound="voiced",
97552  specials={ "char", 0x30F2, 0x3099 },
97553  unicodeslot=0x30FA,
97554 },
97555 [0x30FB]={
97556  adobename="dotkatakana",
97557  category="po",
97558  cjkwd="w",
97559  description="KATAKANA MIDDLE DOT",
97560  direction="on",
97561  linebreak="ns",
97562  unicodeslot=0x30FB,
97563 },
97564 [0x30FC]={
97565  adobename="prolongedkana",
97566  category="lm",
97567  cjkwd="w",
97568  description="KATAKANA-HIRAGANA PROLONGED SOUND MARK",
97569  detail="pm",
97570  direction="l",
97571  linebreak="cj",
97572  shcode=0x30FC,
97573  sound="unvoiced",
97574  unicodeslot=0x30FC,
97575 },
97576 [0x30FD]={
97577  adobename="iterationkatakana",
97578  category="lm",
97579  cjkwd="w",
97580  description="KATAKANA ITERATION MARK",
97581  detail="im",
97582  direction="l",
97583  linebreak="ns",
97584  shcode=0x309D,
97585  sound="unvoiced",
97586  unicodeslot=0x30FD,
97587 },
97588 [0x30FE]={
97589  adobename="voicediterationkatakana",
97590  category="lm",
97591  cjkwd="w",
97592  description="KATAKANA VOICED ITERATION MARK",
97593  detail="im",
97594  direction="l",
97595  linebreak="ns",
97596  shcode=0x309D,
97597  sound="voiced",
97598  specials={ "char", 0x30FD, 0x3099 },
97599  unicodeslot=0x30FE,
97600 },
97601 [0x30FF]={
97602  category="lo",
97603  cjkwd="w",
97604  description="KATAKANA DIGRAPH KOTO",
97605  direction="l",
97606  linebreak="id",
97607  specials={ "vertical", 0x30B3, 0x30C8 },
97608  unicodeslot=0x30FF,
97609 },
97610 [0x3105]={
97611  adobename="bbopomofo",
97612  category="lo",
97613  cjkwd="w",
97614  description="BOPOMOFO LETTER B",
97615  direction="l",
97616  linebreak="id",
97617  unicodeslot=0x3105,
97618 },
97619 [0x3106]={
97620  adobename="pbopomofo",
97621  category="lo",
97622  cjkwd="w",
97623  description="BOPOMOFO LETTER P",
97624  direction="l",
97625  linebreak="id",
97626  unicodeslot=0x3106,
97627 },
97628 [0x3107]={
97629  adobename="mbopomofo",
97630  category="lo",
97631  cjkwd="w",
97632  description="BOPOMOFO LETTER M",
97633  direction="l",
97634  linebreak="id",
97635  unicodeslot=0x3107,
97636 },
97637 [0x3108]={
97638  adobename="fbopomofo",
97639  category="lo",
97640  cjkwd="w",
97641  description="BOPOMOFO LETTER F",
97642  direction="l",
97643  linebreak="id",
97644  unicodeslot=0x3108,
97645 },
97646 [0x3109]={
97647  adobename="dbopomofo",
97648  category="lo",
97649  cjkwd="w",
97650  description="BOPOMOFO LETTER D",
97651  direction="l",
97652  linebreak="id",
97653  unicodeslot=0x3109,
97654 },
97655 [0x310A]={
97656  adobename="tbopomofo",
97657  category="lo",
97658  cjkwd="w",
97659  description="BOPOMOFO LETTER T",
97660  direction="l",
97661  linebreak="id",
97662  unicodeslot=0x310A,
97663 },
97664 [0x310B]={
97665  adobename="nbopomofo",
97666  category="lo",
97667  cjkwd="w",
97668  description="BOPOMOFO LETTER N",
97669  direction="l",
97670  linebreak="id",
97671  unicodeslot=0x310B,
97672 },
97673 [0x310C]={
97674  adobename="lbopomofo",
97675  category="lo",
97676  cjkwd="w",
97677  description="BOPOMOFO LETTER L",
97678  direction="l",
97679  linebreak="id",
97680  unicodeslot=0x310C,
97681 },
97682 [0x310D]={
97683  adobename="gbopomofo",
97684  category="lo",
97685  cjkwd="w",
97686  description="BOPOMOFO LETTER G",
97687  direction="l",
97688  linebreak="id",
97689  unicodeslot=0x310D,
97690 },
97691 [0x310E]={
97692  adobename="kbopomofo",
97693  category="lo",
97694  cjkwd="w",
97695  description="BOPOMOFO LETTER K",
97696  direction="l",
97697  linebreak="id",
97698  unicodeslot=0x310E,
97699 },
97700 [0x310F]={
97701  adobename="hbopomofo",
97702  category="lo",
97703  cjkwd="w",
97704  description="BOPOMOFO LETTER H",
97705  direction="l",
97706  linebreak="id",
97707  unicodeslot=0x310F,
97708 },
97709 [0x3110]={
97710  adobename="jbopomofo",
97711  category="lo",
97712  cjkwd="w",
97713  description="BOPOMOFO LETTER J",
97714  direction="l",
97715  linebreak="id",
97716  unicodeslot=0x3110,
97717 },
97718 [0x3111]={
97719  adobename="qbopomofo",
97720  category="lo",
97721  cjkwd="w",
97722  description="BOPOMOFO LETTER Q",
97723  direction="l",
97724  linebreak="id",
97725  unicodeslot=0x3111,
97726 },
97727 [0x3112]={
97728  adobename="xbopomofo",
97729  category="lo",
97730  cjkwd="w",
97731  description="BOPOMOFO LETTER X",
97732  direction="l",
97733  linebreak="id",
97734  unicodeslot=0x3112,
97735 },
97736 [0x3113]={
97737  adobename="zhbopomofo",
97738  category="lo",
97739  cjkwd="w",
97740  description="BOPOMOFO LETTER ZH",
97741  direction="l",
97742  linebreak="id",
97743  unicodeslot=0x3113,
97744 },
97745 [0x3114]={
97746  adobename="chbopomofo",
97747  category="lo",
97748  cjkwd="w",
97749  description="BOPOMOFO LETTER CH",
97750  direction="l",
97751  linebreak="id",
97752  unicodeslot=0x3114,
97753 },
97754 [0x3115]={
97755  adobename="shbopomofo",
97756  category="lo",
97757  cjkwd="w",
97758  description="BOPOMOFO LETTER SH",
97759  direction="l",
97760  linebreak="id",
97761  unicodeslot=0x3115,
97762 },
97763 [0x3116]={
97764  adobename="rbopomofo",
97765  category="lo",
97766  cjkwd="w",
97767  description="BOPOMOFO LETTER R",
97768  direction="l",
97769  linebreak="id",
97770  unicodeslot=0x3116,
97771 },
97772 [0x3117]={
97773  adobename="zbopomofo",
97774  category="lo",
97775  cjkwd="w",
97776  description="BOPOMOFO LETTER Z",
97777  direction="l",
97778  linebreak="id",
97779  unicodeslot=0x3117,
97780 },
97781 [0x3118]={
97782  adobename="cbopomofo",
97783  category="lo",
97784  cjkwd="w",
97785  description="BOPOMOFO LETTER C",
97786  direction="l",
97787  linebreak="id",
97788  unicodeslot=0x3118,
97789 },
97790 [0x3119]={
97791  adobename="sbopomofo",
97792  category="lo",
97793  cjkwd="w",
97794  description="BOPOMOFO LETTER S",
97795  direction="l",
97796  linebreak="id",
97797  unicodeslot=0x3119,
97798 },
97799 [0x311A]={
97800  adobename="abopomofo",
97801  category="lo",
97802  cjkwd="w",
97803  description="BOPOMOFO LETTER A",
97804  direction="l",
97805  linebreak="id",
97806  unicodeslot=0x311A,
97807 },
97808 [0x311B]={
97809  adobename="obopomofo",
97810  category="lo",
97811  cjkwd="w",
97812  description="BOPOMOFO LETTER O",
97813  direction="l",
97814  linebreak="id",
97815  unicodeslot=0x311B,
97816 },
97817 [0x311C]={
97818  adobename="ebopomofo",
97819  category="lo",
97820  cjkwd="w",
97821  description="BOPOMOFO LETTER E",
97822  direction="l",
97823  linebreak="id",
97824  unicodeslot=0x311C,
97825 },
97826 [0x311D]={
97827  adobename="ehbopomofo",
97828  category="lo",
97829  cjkwd="w",
97830  description="BOPOMOFO LETTER EH",
97831  direction="l",
97832  linebreak="id",
97833  unicodeslot=0x311D,
97834 },
97835 [0x311E]={
97836  adobename="aibopomofo",
97837  category="lo",
97838  cjkwd="w",
97839  description="BOPOMOFO LETTER AI",
97840  direction="l",
97841  linebreak="id",
97842  unicodeslot=0x311E,
97843 },
97844 [0x311F]={
97845  adobename="eibopomofo",
97846  category="lo",
97847  cjkwd="w",
97848  description="BOPOMOFO LETTER EI",
97849  direction="l",
97850  linebreak="id",
97851  unicodeslot=0x311F,
97852 },
97853 [0x3120]={
97854  adobename="aubopomofo",
97855  category="lo",
97856  cjkwd="w",
97857  description="BOPOMOFO LETTER AU",
97858  direction="l",
97859  linebreak="id",
97860  unicodeslot=0x3120,
97861 },
97862 [0x3121]={
97863  adobename="oubopomofo",
97864  category="lo",
97865  cjkwd="w",
97866  description="BOPOMOFO LETTER OU",
97867  direction="l",
97868  linebreak="id",
97869  unicodeslot=0x3121,
97870 },
97871 [0x3122]={
97872  adobename="anbopomofo",
97873  category="lo",
97874  cjkwd="w",
97875  description="BOPOMOFO LETTER AN",
97876  direction="l",
97877  linebreak="id",
97878  unicodeslot=0x3122,
97879 },
97880 [0x3123]={
97881  adobename="enbopomofo",
97882  category="lo",
97883  cjkwd="w",
97884  description="BOPOMOFO LETTER EN",
97885  direction="l",
97886  linebreak="id",
97887  unicodeslot=0x3123,
97888 },
97889 [0x3124]={
97890  adobename="angbopomofo",
97891  category="lo",
97892  cjkwd="w",
97893  description="BOPOMOFO LETTER ANG",
97894  direction="l",
97895  linebreak="id",
97896  unicodeslot=0x3124,
97897 },
97898 [0x3125]={
97899  adobename="engbopomofo",
97900  category="lo",
97901  cjkwd="w",
97902  description="BOPOMOFO LETTER ENG",
97903  direction="l",
97904  linebreak="id",
97905  unicodeslot=0x3125,
97906 },
97907 [0x3126]={
97908  adobename="erbopomofo",
97909  category="lo",
97910  cjkwd="w",
97911  description="BOPOMOFO LETTER ER",
97912  direction="l",
97913  linebreak="id",
97914  unicodeslot=0x3126,
97915 },
97916 [0x3127]={
97917  adobename="ibopomofo",
97918  category="lo",
97919  cjkwd="w",
97920  description="BOPOMOFO LETTER I",
97921  direction="l",
97922  linebreak="id",
97923  unicodeslot=0x3127,
97924 },
97925 [0x3128]={
97926  adobename="ubopomofo",
97927  category="lo",
97928  cjkwd="w",
97929  description="BOPOMOFO LETTER U",
97930  direction="l",
97931  linebreak="id",
97932  unicodeslot=0x3128,
97933 },
97934 [0x3129]={
97935  adobename="iubopomofo",
97936  category="lo",
97937  cjkwd="w",
97938  description="BOPOMOFO LETTER IU",
97939  direction="l",
97940  linebreak="id",
97941  unicodeslot=0x3129,
97942 },
97943 [0x312A]={
97944  category="lo",
97945  cjkwd="w",
97946  description="BOPOMOFO LETTER V",
97947  direction="l",
97948  linebreak="id",
97949  unicodeslot=0x312A,
97950 },
97951 [0x312B]={
97952  category="lo",
97953  cjkwd="w",
97954  description="BOPOMOFO LETTER NG",
97955  direction="l",
97956  linebreak="id",
97957  unicodeslot=0x312B,
97958 },
97959 [0x312C]={
97960  category="lo",
97961  cjkwd="w",
97962  description="BOPOMOFO LETTER GN",
97963  direction="l",
97964  linebreak="id",
97965  unicodeslot=0x312C,
97966 },
97967 [0x312D]={
97968  category="lo",
97969  cjkwd="w",
97970  description="BOPOMOFO LETTER IH",
97971  direction="l",
97972  linebreak="id",
97973  unicodeslot=0x312D,
97974 },
97975 [0x312E]={
97976  category="lo",
97977  cjkwd="w",
97978  description="BOPOMOFO LETTER O WITH DOT ABOVE",
97979  direction="l",
97980  linebreak="id",
97981  unicodeslot=0x312E,
97982 },
97983 [0x312F]={
97984  category="lo",
97985  cjkwd="w",
97986  description="BOPOMOFO LETTER NN",
97987  direction="l",
97988  linebreak="id",
97989  unicodeslot=0x312F,
97990 },
97991 [0x3131]={
97992  adobename="kiyeokkorean",
97993  category="lo",
97994  cjkwd="w",
97995  description="HANGUL LETTER KIYEOK",
97996  direction="l",
97997  linebreak="id",
97998  specials={ "compat", 0x1100 },
97999  unicodeslot=0x3131,
98000 },
98001 [0x3132]={
98002  adobename="ssangkiyeokkorean",
98003  category="lo",
98004  cjkwd="w",
98005  description="HANGUL LETTER SSANGKIYEOK",
98006  direction="l",
98007  linebreak="id",
98008  specials={ "compat", 0x1101 },
98009  unicodeslot=0x3132,
98010 },
98011 [0x3133]={
98012  adobename="kiyeoksioskorean",
98013  category="lo",
98014  cjkwd="w",
98015  description="HANGUL LETTER KIYEOK-SIOS",
98016  direction="l",
98017  linebreak="id",
98018  specials={ "compat", 0x11AA },
98019  unicodeslot=0x3133,
98020 },
98021 [0x3134]={
98022  adobename="nieunkorean",
98023  category="lo",
98024  cjkwd="w",
98025  description="HANGUL LETTER NIEUN",
98026  direction="l",
98027  linebreak="id",
98028  specials={ "compat", 0x1102 },
98029  unicodeslot=0x3134,
98030 },
98031 [0x3135]={
98032  adobename="nieuncieuckorean",
98033  category="lo",
98034  cjkwd="w",
98035  description="HANGUL LETTER NIEUN-CIEUC",
98036  direction="l",
98037  linebreak="id",
98038  specials={ "compat", 0x11AC },
98039  unicodeslot=0x3135,
98040 },
98041 [0x3136]={
98042  adobename="nieunhieuhkorean",
98043  category="lo",
98044  cjkwd="w",
98045  description="HANGUL LETTER NIEUN-HIEUH",
98046  direction="l",
98047  linebreak="id",
98048  specials={ "compat", 0x11AD },
98049  unicodeslot=0x3136,
98050 },
98051 [0x3137]={
98052  adobename="tikeutkorean",
98053  category="lo",
98054  cjkwd="w",
98055  description="HANGUL LETTER TIKEUT",
98056  direction="l",
98057  linebreak="id",
98058  specials={ "compat", 0x1103 },
98059  unicodeslot=0x3137,
98060 },
98061 [0x3138]={
98062  adobename="ssangtikeutkorean",
98063  category="lo",
98064  cjkwd="w",
98065  description="HANGUL LETTER SSANGTIKEUT",
98066  direction="l",
98067  linebreak="id",
98068  specials={ "compat", 0x1104 },
98069  unicodeslot=0x3138,
98070 },
98071 [0x3139]={
98072  adobename="rieulkorean",
98073  category="lo",
98074  cjkwd="w",
98075  description="HANGUL LETTER RIEUL",
98076  direction="l",
98077  linebreak="id",
98078  specials={ "compat", 0x1105 },
98079  unicodeslot=0x3139,
98080 },
98081 [0x313A]={
98082  adobename="rieulkiyeokkorean",
98083  category="lo",
98084  cjkwd="w",
98085  description="HANGUL LETTER RIEUL-KIYEOK",
98086  direction="l",
98087  linebreak="id",
98088  specials={ "compat", 0x11B0 },
98089  unicodeslot=0x313A,
98090 },
98091 [0x313B]={
98092  adobename="rieulmieumkorean",
98093  category="lo",
98094  cjkwd="w",
98095  description="HANGUL LETTER RIEUL-MIEUM",
98096  direction="l",
98097  linebreak="id",
98098  specials={ "compat", 0x11B1 },
98099  unicodeslot=0x313B,
98100 },
98101 [0x313C]={
98102  adobename="rieulpieupkorean",
98103  category="lo",
98104  cjkwd="w",
98105  description="HANGUL LETTER RIEUL-PIEUP",
98106  direction="l",
98107  linebreak="id",
98108  specials={ "compat", 0x11B2 },
98109  unicodeslot=0x313C,
98110 },
98111 [0x313D]={
98112  adobename="rieulsioskorean",
98113  category="lo",
98114  cjkwd="w",
98115  description="HANGUL LETTER RIEUL-SIOS",
98116  direction="l",
98117  linebreak="id",
98118  specials={ "compat", 0x11B3 },
98119  unicodeslot=0x313D,
98120 },
98121 [0x313E]={
98122  adobename="rieulthieuthkorean",
98123  category="lo",
98124  cjkwd="w",
98125  description="HANGUL LETTER RIEUL-THIEUTH",
98126  direction="l",
98127  linebreak="id",
98128  specials={ "compat", 0x11B4 },
98129  unicodeslot=0x313E,
98130 },
98131 [0x313F]={
98132  adobename="rieulphieuphkorean",
98133  category="lo",
98134  cjkwd="w",
98135  description="HANGUL LETTER RIEUL-PHIEUPH",
98136  direction="l",
98137  linebreak="id",
98138  specials={ "compat", 0x11B5 },
98139  unicodeslot=0x313F,
98140 },
98141 [0x3140]={
98142  adobename="rieulhieuhkorean",
98143  category="lo",
98144  cjkwd="w",
98145  description="HANGUL LETTER RIEUL-HIEUH",
98146  direction="l",
98147  linebreak="id",
98148  specials={ "compat", 0x111A },
98149  unicodeslot=0x3140,
98150 },
98151 [0x3141]={
98152  adobename="mieumkorean",
98153  category="lo",
98154  cjkwd="w",
98155  description="HANGUL LETTER MIEUM",
98156  direction="l",
98157  linebreak="id",
98158  specials={ "compat", 0x1106 },
98159  unicodeslot=0x3141,
98160 },
98161 [0x3142]={
98162  adobename="pieupkorean",
98163  category="lo",
98164  cjkwd="w",
98165  description="HANGUL LETTER PIEUP",
98166  direction="l",
98167  linebreak="id",
98168  specials={ "compat", 0x1107 },
98169  unicodeslot=0x3142,
98170 },
98171 [0x3143]={
98172  adobename="ssangpieupkorean",
98173  category="lo",
98174  cjkwd="w",
98175  description="HANGUL LETTER SSANGPIEUP",
98176  direction="l",
98177  linebreak="id",
98178  specials={ "compat", 0x1108 },
98179  unicodeslot=0x3143,
98180 },
98181 [0x3144]={
98182  adobename="pieupsioskorean",
98183  category="lo",
98184  cjkwd="w",
98185  description="HANGUL LETTER PIEUP-SIOS",
98186  direction="l",
98187  linebreak="id",
98188  specials={ "compat", 0x1121 },
98189  unicodeslot=0x3144,
98190 },
98191 [0x3145]={
98192  adobename="sioskorean",
98193  category="lo",
98194  cjkwd="w",
98195  description="HANGUL LETTER SIOS",
98196  direction="l",
98197  linebreak="id",
98198  specials={ "compat", 0x1109 },
98199  unicodeslot=0x3145,
98200 },
98201 [0x3146]={
98202  adobename="ssangsioskorean",
98203  category="lo",
98204  cjkwd="w",
98205  description="HANGUL LETTER SSANGSIOS",
98206  direction="l",
98207  linebreak="id",
98208  specials={ "compat", 0x110A },
98209  unicodeslot=0x3146,
98210 },
98211 [0x3147]={
98212  adobename="ieungkorean",
98213  category="lo",
98214  cjkwd="w",
98215  description="HANGUL LETTER IEUNG",
98216  direction="l",
98217  linebreak="id",
98218  specials={ "compat", 0x110B },
98219  unicodeslot=0x3147,
98220 },
98221 [0x3148]={
98222  adobename="cieuckorean",
98223  category="lo",
98224  cjkwd="w",
98225  description="HANGUL LETTER CIEUC",
98226  direction="l",
98227  linebreak="id",
98228  specials={ "compat", 0x110C },
98229  unicodeslot=0x3148,
98230 },
98231 [0x3149]={
98232  adobename="ssangcieuckorean",
98233  category="lo",
98234  cjkwd="w",
98235  description="HANGUL LETTER SSANGCIEUC",
98236  direction="l",
98237  linebreak="id",
98238  specials={ "compat", 0x110D },
98239  unicodeslot=0x3149,
98240 },
98241 [0x314A]={
98242  adobename="chieuchkorean",
98243  category="lo",
98244  cjkwd="w",
98245  description="HANGUL LETTER CHIEUCH",
98246  direction="l",
98247  linebreak="id",
98248  specials={ "compat", 0x110E },
98249  unicodeslot=0x314A,
98250 },
98251 [0x314B]={
98252  adobename="khieukhkorean",
98253  category="lo",
98254  cjkwd="w",
98255  description="HANGUL LETTER KHIEUKH",
98256  direction="l",
98257  linebreak="id",
98258  specials={ "compat", 0x110F },
98259  unicodeslot=0x314B,
98260 },
98261 [0x314C]={
98262  adobename="thieuthkorean",
98263  category="lo",
98264  cjkwd="w",
98265  description="HANGUL LETTER THIEUTH",
98266  direction="l",
98267  linebreak="id",
98268  specials={ "compat", 0x1110 },
98269  unicodeslot=0x314C,
98270 },
98271 [0x314D]={
98272  adobename="phieuphkorean",
98273  category="lo",
98274  cjkwd="w",
98275  description="HANGUL LETTER PHIEUPH",
98276  direction="l",
98277  linebreak="id",
98278  specials={ "compat", 0x1111 },
98279  unicodeslot=0x314D,
98280 },
98281 [0x314E]={
98282  adobename="hieuhkorean",
98283  category="lo",
98284  cjkwd="w",
98285  description="HANGUL LETTER HIEUH",
98286  direction="l",
98287  linebreak="id",
98288  specials={ "compat", 0x1112 },
98289  unicodeslot=0x314E,
98290 },
98291 [0x314F]={
98292  adobename="akorean",
98293  category="lo",
98294  cjkwd="w",
98295  description="HANGUL LETTER A",
98296  direction="l",
98297  linebreak="id",
98298  specials={ "compat", 0x1161 },
98299  unicodeslot=0x314F,
98300 },
98301 [0x3150]={
98302  adobename="aekorean",
98303  category="lo",
98304  cjkwd="w",
98305  description="HANGUL LETTER AE",
98306  direction="l",
98307  linebreak="id",
98308  specials={ "compat", 0x1162 },
98309  unicodeslot=0x3150,
98310 },
98311 [0x3151]={
98312  adobename="yakorean",
98313  category="lo",
98314  cjkwd="w",
98315  description="HANGUL LETTER YA",
98316  direction="l",
98317  linebreak="id",
98318  specials={ "compat", 0x1163 },
98319  unicodeslot=0x3151,
98320 },
98321 [0x3152]={
98322  adobename="yaekorean",
98323  category="lo",
98324  cjkwd="w",
98325  description="HANGUL LETTER YAE",
98326  direction="l",
98327  linebreak="id",
98328  specials={ "compat", 0x1164 },
98329  unicodeslot=0x3152,
98330 },
98331 [0x3153]={
98332  adobename="eokorean",
98333  category="lo",
98334  cjkwd="w",
98335  description="HANGUL LETTER EO",
98336  direction="l",
98337  linebreak="id",
98338  specials={ "compat", 0x1165 },
98339  unicodeslot=0x3153,
98340 },
98341 [0x3154]={
98342  adobename="ekorean",
98343  category="lo",
98344  cjkwd="w",
98345  description="HANGUL LETTER E",
98346  direction="l",
98347  linebreak="id",
98348  specials={ "compat", 0x1166 },
98349  unicodeslot=0x3154,
98350 },
98351 [0x3155]={
98352  adobename="yeokorean",
98353  category="lo",
98354  cjkwd="w",
98355  description="HANGUL LETTER YEO",
98356  direction="l",
98357  linebreak="id",
98358  specials={ "compat", 0x1167 },
98359  unicodeslot=0x3155,
98360 },
98361 [0x3156]={
98362  adobename="yekorean",
98363  category="lo",
98364  cjkwd="w",
98365  description="HANGUL LETTER YE",
98366  direction="l",
98367  linebreak="id",
98368  specials={ "compat", 0x1168 },
98369  unicodeslot=0x3156,
98370 },
98371 [0x3157]={
98372  adobename="okorean",
98373  category="lo",
98374  cjkwd="w",
98375  description="HANGUL LETTER O",
98376  direction="l",
98377  linebreak="id",
98378  specials={ "compat", 0x1169 },
98379  unicodeslot=0x3157,
98380 },
98381 [0x3158]={
98382  adobename="wakorean",
98383  category="lo",
98384  cjkwd="w",
98385  description="HANGUL LETTER WA",
98386  direction="l",
98387  linebreak="id",
98388  specials={ "compat", 0x116A },
98389  unicodeslot=0x3158,
98390 },
98391 [0x3159]={
98392  adobename="waekorean",
98393  category="lo",
98394  cjkwd="w",
98395  description="HANGUL LETTER WAE",
98396  direction="l",
98397  linebreak="id",
98398  specials={ "compat", 0x116B },
98399  unicodeslot=0x3159,
98400 },
98401 [0x315A]={
98402  adobename="oekorean",
98403  category="lo",
98404  cjkwd="w",
98405  description="HANGUL LETTER OE",
98406  direction="l",
98407  linebreak="id",
98408  specials={ "compat", 0x116C },
98409  unicodeslot=0x315A,
98410 },
98411 [0x315B]={
98412  adobename="yokorean",
98413  category="lo",
98414  cjkwd="w",
98415  description="HANGUL LETTER YO",
98416  direction="l",
98417  linebreak="id",
98418  specials={ "compat", 0x116D },
98419  unicodeslot=0x315B,
98420 },
98421 [0x315C]={
98422  adobename="ukorean",
98423  category="lo",
98424  cjkwd="w",
98425  description="HANGUL LETTER U",
98426  direction="l",
98427  linebreak="id",
98428  specials={ "compat", 0x116E },
98429  unicodeslot=0x315C,
98430 },
98431 [0x315D]={
98432  adobename="weokorean",
98433  category="lo",
98434  cjkwd="w",
98435  description="HANGUL LETTER WEO",
98436  direction="l",
98437  linebreak="id",
98438  specials={ "compat", 0x116F },
98439  unicodeslot=0x315D,
98440 },
98441 [0x315E]={
98442  adobename="wekorean",
98443  category="lo",
98444  cjkwd="w",
98445  description="HANGUL LETTER WE",
98446  direction="l",
98447  linebreak="id",
98448  specials={ "compat", 0x1170 },
98449  unicodeslot=0x315E,
98450 },
98451 [0x315F]={
98452  adobename="wikorean",
98453  category="lo",
98454  cjkwd="w",
98455  description="HANGUL LETTER WI",
98456  direction="l",
98457  linebreak="id",
98458  specials={ "compat", 0x1171 },
98459  unicodeslot=0x315F,
98460 },
98461 [0x3160]={
98462  adobename="yukorean",
98463  category="lo",
98464  cjkwd="w",
98465  description="HANGUL LETTER YU",
98466  direction="l",
98467  linebreak="id",
98468  specials={ "compat", 0x1172 },
98469  unicodeslot=0x3160,
98470 },
98471 [0x3161]={
98472  adobename="eukorean",
98473  category="lo",
98474  cjkwd="w",
98475  description="HANGUL LETTER EU",
98476  direction="l",
98477  linebreak="id",
98478  specials={ "compat", 0x1173 },
98479  unicodeslot=0x3161,
98480 },
98481 [0x3162]={
98482  adobename="yikorean",
98483  category="lo",
98484  cjkwd="w",
98485  description="HANGUL LETTER YI",
98486  direction="l",
98487  linebreak="id",
98488  specials={ "compat", 0x1174 },
98489  unicodeslot=0x3162,
98490 },
98491 [0x3163]={
98492  adobename="ikorean",
98493  category="lo",
98494  cjkwd="w",
98495  description="HANGUL LETTER I",
98496  direction="l",
98497  linebreak="id",
98498  specials={ "compat", 0x1175 },
98499  unicodeslot=0x3163,
98500 },
98501 [0x3164]={
98502  adobename="hangulfiller",
98503  category="lo",
98504  cjkwd="w",
98505  description="HANGUL FILLER",
98506  direction="l",
98507  linebreak="id",
98508  specials={ "compat", 0x1160 },
98509  unicodeslot=0x3164,
98510 },
98511 [0x3165]={
98512  adobename="ssangnieunkorean",
98513  category="lo",
98514  cjkwd="w",
98515  description="HANGUL LETTER SSANGNIEUN",
98516  direction="l",
98517  linebreak="id",
98518  specials={ "compat", 0x1114 },
98519  unicodeslot=0x3165,
98520 },
98521 [0x3166]={
98522  adobename="nieuntikeutkorean",
98523  category="lo",
98524  cjkwd="w",
98525  description="HANGUL LETTER NIEUN-TIKEUT",
98526  direction="l",
98527  linebreak="id",
98528  specials={ "compat", 0x1115 },
98529  unicodeslot=0x3166,
98530 },
98531 [0x3167]={
98532  adobename="nieunsioskorean",
98533  category="lo",
98534  cjkwd="w",
98535  description="HANGUL LETTER NIEUN-SIOS",
98536  direction="l",
98537  linebreak="id",
98538  specials={ "compat", 0x11C7 },
98539  unicodeslot=0x3167,
98540 },
98541 [0x3168]={
98542  adobename="nieunpansioskorean",
98543  category="lo",
98544  cjkwd="w",
98545  description="HANGUL LETTER NIEUN-PANSIOS",
98546  direction="l",
98547  linebreak="id",
98548  specials={ "compat", 0x11C8 },
98549  unicodeslot=0x3168,
98550 },
98551 [0x3169]={
98552  adobename="rieulkiyeoksioskorean",
98553  category="lo",
98554  cjkwd="w",
98555  description="HANGUL LETTER RIEUL-KIYEOK-SIOS",
98556  direction="l",
98557  linebreak="id",
98558  specials={ "compat", 0x11CC },
98559  unicodeslot=0x3169,
98560 },
98561 [0x316A]={
98562  adobename="rieultikeutkorean",
98563  category="lo",
98564  cjkwd="w",
98565  description="HANGUL LETTER RIEUL-TIKEUT",
98566  direction="l",
98567  linebreak="id",
98568  specials={ "compat", 0x11CE },
98569  unicodeslot=0x316A,
98570 },
98571 [0x316B]={
98572  adobename="rieulpieupsioskorean",
98573  category="lo",
98574  cjkwd="w",
98575  description="HANGUL LETTER RIEUL-PIEUP-SIOS",
98576  direction="l",
98577  linebreak="id",
98578  specials={ "compat", 0x11D3 },
98579  unicodeslot=0x316B,
98580 },
98581 [0x316C]={
98582  adobename="rieulpansioskorean",
98583  category="lo",
98584  cjkwd="w",
98585  description="HANGUL LETTER RIEUL-PANSIOS",
98586  direction="l",
98587  linebreak="id",
98588  specials={ "compat", 0x11D7 },
98589  unicodeslot=0x316C,
98590 },
98591 [0x316D]={
98592  adobename="rieulyeorinhieuhkorean",
98593  category="lo",
98594  cjkwd="w",
98595  description="HANGUL LETTER RIEUL-YEORINHIEUH",
98596  direction="l",
98597  linebreak="id",
98598  specials={ "compat", 0x11D9 },
98599  unicodeslot=0x316D,
98600 },
98601 [0x316E]={
98602  adobename="mieumpieupkorean",
98603  category="lo",
98604  cjkwd="w",
98605  description="HANGUL LETTER MIEUM-PIEUP",
98606  direction="l",
98607  linebreak="id",
98608  specials={ "compat", 0x111C },
98609  unicodeslot=0x316E,
98610 },
98611 [0x316F]={
98612  adobename="mieumsioskorean",
98613  category="lo",
98614  cjkwd="w",
98615  description="HANGUL LETTER MIEUM-SIOS",
98616  direction="l",
98617  linebreak="id",
98618  specials={ "compat", 0x11DD },
98619  unicodeslot=0x316F,
98620 },
98621 [0x3170]={
98622  adobename="mieumpansioskorean",
98623  category="lo",
98624  cjkwd="w",
98625  description="HANGUL LETTER MIEUM-PANSIOS",
98626  direction="l",
98627  linebreak="id",
98628  specials={ "compat", 0x11DF },
98629  unicodeslot=0x3170,
98630 },
98631 [0x3171]={
98632  adobename="kapyeounmieumkorean",
98633  category="lo",
98634  cjkwd="w",
98635  description="HANGUL LETTER KAPYEOUNMIEUM",
98636  direction="l",
98637  linebreak="id",
98638  specials={ "compat", 0x111D },
98639  unicodeslot=0x3171,
98640 },
98641 [0x3172]={
98642  adobename="pieupkiyeokkorean",
98643  category="lo",
98644  cjkwd="w",
98645  description="HANGUL LETTER PIEUP-KIYEOK",
98646  direction="l",
98647  linebreak="id",
98648  specials={ "compat", 0x111E },
98649  unicodeslot=0x3172,
98650 },
98651 [0x3173]={
98652  adobename="pieuptikeutkorean",
98653  category="lo",
98654  cjkwd="w",
98655  description="HANGUL LETTER PIEUP-TIKEUT",
98656  direction="l",
98657  linebreak="id",
98658  specials={ "compat", 0x1120 },
98659  unicodeslot=0x3173,
98660 },
98661 [0x3174]={
98662  adobename="pieupsioskiyeokkorean",
98663  category="lo",
98664  cjkwd="w",
98665  description="HANGUL LETTER PIEUP-SIOS-KIYEOK",
98666  direction="l",
98667  linebreak="id",
98668  specials={ "compat", 0x1122 },
98669  unicodeslot=0x3174,
98670 },
98671 [0x3175]={
98672  adobename="pieupsiostikeutkorean",
98673  category="lo",
98674  cjkwd="w",
98675  description="HANGUL LETTER PIEUP-SIOS-TIKEUT",
98676  direction="l",
98677  linebreak="id",
98678  specials={ "compat", 0x1123 },
98679  unicodeslot=0x3175,
98680 },
98681 [0x3176]={
98682  adobename="pieupcieuckorean",
98683  category="lo",
98684  cjkwd="w",
98685  description="HANGUL LETTER PIEUP-CIEUC",
98686  direction="l",
98687  linebreak="id",
98688  specials={ "compat", 0x1127 },
98689  unicodeslot=0x3176,
98690 },
98691 [0x3177]={
98692  adobename="pieupthieuthkorean",
98693  category="lo",
98694  cjkwd="w",
98695  description="HANGUL LETTER PIEUP-THIEUTH",
98696  direction="l",
98697  linebreak="id",
98698  specials={ "compat", 0x1129 },
98699  unicodeslot=0x3177,
98700 },
98701 [0x3178]={
98702  adobename="kapyeounpieupkorean",
98703  category="lo",
98704  cjkwd="w",
98705  description="HANGUL LETTER KAPYEOUNPIEUP",
98706  direction="l",
98707  linebreak="id",
98708  specials={ "compat", 0x112B },
98709  unicodeslot=0x3178,
98710 },
98711 [0x3179]={
98712  adobename="kapyeounssangpieupkorean",
98713  category="lo",
98714  cjkwd="w",
98715  description="HANGUL LETTER KAPYEOUNSSANGPIEUP",
98716  direction="l",
98717  linebreak="id",
98718  specials={ "compat", 0x112C },
98719  unicodeslot=0x3179,
98720 },
98721 [0x317A]={
98722  adobename="sioskiyeokkorean",
98723  category="lo",
98724  cjkwd="w",
98725  description="HANGUL LETTER SIOS-KIYEOK",
98726  direction="l",
98727  linebreak="id",
98728  specials={ "compat", 0x112D },
98729  unicodeslot=0x317A,
98730 },
98731 [0x317B]={
98732  adobename="siosnieunkorean",
98733  category="lo",
98734  cjkwd="w",
98735  description="HANGUL LETTER SIOS-NIEUN",
98736  direction="l",
98737  linebreak="id",
98738  specials={ "compat", 0x112E },
98739  unicodeslot=0x317B,
98740 },
98741 [0x317C]={
98742  adobename="siostikeutkorean",
98743  category="lo",
98744  cjkwd="w",
98745  description="HANGUL LETTER SIOS-TIKEUT",
98746  direction="l",
98747  linebreak="id",
98748  specials={ "compat", 0x112F },
98749  unicodeslot=0x317C,
98750 },
98751 [0x317D]={
98752  adobename="siospieupkorean",
98753  category="lo",
98754  cjkwd="w",
98755  description="HANGUL LETTER SIOS-PIEUP",
98756  direction="l",
98757  linebreak="id",
98758  specials={ "compat", 0x1132 },
98759  unicodeslot=0x317D,
98760 },
98761 [0x317E]={
98762  adobename="sioscieuckorean",
98763  category="lo",
98764  cjkwd="w",
98765  description="HANGUL LETTER SIOS-CIEUC",
98766  direction="l",
98767  linebreak="id",
98768  specials={ "compat", 0x1136 },
98769  unicodeslot=0x317E,
98770 },
98771 [0x317F]={
98772  adobename="pansioskorean",
98773  category="lo",
98774  cjkwd="w",
98775  description="HANGUL LETTER PANSIOS",
98776  direction="l",
98777  linebreak="id",
98778  specials={ "compat", 0x1140 },
98779  unicodeslot=0x317F,
98780 },
98781 [0x3180]={
98782  adobename="ssangieungkorean",
98783  category="lo",
98784  cjkwd="w",
98785  description="HANGUL LETTER SSANGIEUNG",
98786  direction="l",
98787  linebreak="id",
98788  specials={ "compat", 0x1147 },
98789  unicodeslot=0x3180,
98790 },
98791 [0x3181]={
98792  adobename="yesieungkorean",
98793  category="lo",
98794  cjkwd="w",
98795  description="HANGUL LETTER YESIEUNG",
98796  direction="l",
98797  linebreak="id",
98798  specials={ "compat", 0x114C },
98799  unicodeslot=0x3181,
98800 },
98801 [0x3182]={
98802  adobename="yesieungsioskorean",
98803  category="lo",
98804  cjkwd="w",
98805  description="HANGUL LETTER YESIEUNG-SIOS",
98806  direction="l",
98807  linebreak="id",
98808  specials={ "compat", 0x11F1 },
98809  unicodeslot=0x3182,
98810 },
98811 [0x3183]={
98812  adobename="yesieungpansioskorean",
98813  category="lo",
98814  cjkwd="w",
98815  description="HANGUL LETTER YESIEUNG-PANSIOS",
98816  direction="l",
98817  linebreak="id",
98818  specials={ "compat", 0x11F2 },
98819  unicodeslot=0x3183,
98820 },
98821 [0x3184]={
98822  adobename="kapyeounphieuphkorean",
98823  category="lo",
98824  cjkwd="w",
98825  description="HANGUL LETTER KAPYEOUNPHIEUPH",
98826  direction="l",
98827  linebreak="id",
98828  specials={ "compat", 0x1157 },
98829  unicodeslot=0x3184,
98830 },
98831 [0x3185]={
98832  adobename="ssanghieuhkorean",
98833  category="lo",
98834  cjkwd="w",
98835  description="HANGUL LETTER SSANGHIEUH",
98836  direction="l",
98837  linebreak="id",
98838  specials={ "compat", 0x1158 },
98839  unicodeslot=0x3185,
98840 },
98841 [0x3186]={
98842  adobename="yeorinhieuhkorean",
98843  category="lo",
98844  cjkwd="w",
98845  description="HANGUL LETTER YEORINHIEUH",
98846  direction="l",
98847  linebreak="id",
98848  specials={ "compat", 0x1159 },
98849  unicodeslot=0x3186,
98850 },
98851 [0x3187]={
98852  adobename="yoyakorean",
98853  category="lo",
98854  cjkwd="w",
98855  description="HANGUL LETTER YO-YA",
98856  direction="l",
98857  linebreak="id",
98858  specials={ "compat", 0x1184 },
98859  unicodeslot=0x3187,
98860 },
98861 [0x3188]={
98862  adobename="yoyaekorean",
98863  category="lo",
98864  cjkwd="w",
98865  description="HANGUL LETTER YO-YAE",
98866  direction="l",
98867  linebreak="id",
98868  specials={ "compat", 0x1185 },
98869  unicodeslot=0x3188,
98870 },
98871 [0x3189]={
98872  adobename="yoikorean",
98873  category="lo",
98874  cjkwd="w",
98875  description="HANGUL LETTER YO-I",
98876  direction="l",
98877  linebreak="id",
98878  specials={ "compat", 0x1188 },
98879  unicodeslot=0x3189,
98880 },
98881 [0x318A]={
98882  adobename="yuyeokorean",
98883  category="lo",
98884  cjkwd="w",
98885  description="HANGUL LETTER YU-YEO",
98886  direction="l",
98887  linebreak="id",
98888  specials={ "compat", 0x1191 },
98889  unicodeslot=0x318A,
98890 },
98891 [0x318B]={
98892  adobename="yuyekorean",
98893  category="lo",
98894  cjkwd="w",
98895  description="HANGUL LETTER YU-YE",
98896  direction="l",
98897  linebreak="id",
98898  specials={ "compat", 0x1192 },
98899  unicodeslot=0x318B,
98900 },
98901 [0x318C]={
98902  adobename="yuikorean",
98903  category="lo",
98904  cjkwd="w",
98905  description="HANGUL LETTER YU-I",
98906  direction="l",
98907  linebreak="id",
98908  specials={ "compat", 0x1194 },
98909  unicodeslot=0x318C,
98910 },
98911 [0x318D]={
98912  adobename="araeakorean",
98913  category="lo",
98914  cjkwd="w",
98915  description="HANGUL LETTER ARAEA",
98916  direction="l",
98917  linebreak="id",
98918  specials={ "compat", 0x119E },
98919  unicodeslot=0x318D,
98920 },
98921 [0x318E]={
98922  adobename="araeaekorean",
98923  category="lo",
98924  cjkwd="w",
98925  description="HANGUL LETTER ARAEAE",
98926  direction="l",
98927  linebreak="id",
98928  specials={ "compat", 0x11A1 },
98929  unicodeslot=0x318E,
98930 },
98931 [0x3190]={
98932  category="so",
98933  cjkwd="w",
98934  description="IDEOGRAPHIC ANNOTATION LINKING MARK",
98935  direction="l",
98936  linebreak="id",
98937  unicodeslot=0x3190,
98938 },
98939 [0x3191]={
98940  category="so",
98941  cjkwd="w",
98942  description="IDEOGRAPHIC ANNOTATION REVERSE MARK",
98943  direction="l",
98944  linebreak="id",
98945  unicodeslot=0x3191,
98946 },
98947 [0x3192]={
98948  category="no",
98949  cjkwd="w",
98950  description="IDEOGRAPHIC ANNOTATION ONE MARK",
98951  direction="l",
98952  linebreak="id",
98953  specials={ "super", 0x4E00 },
98954  unicodeslot=0x3192,
98955 },
98956 [0x3193]={
98957  category="no",
98958  cjkwd="w",
98959  description="IDEOGRAPHIC ANNOTATION TWO MARK",
98960  direction="l",
98961  linebreak="id",
98962  specials={ "super", 0x4E8C },
98963  unicodeslot=0x3193,
98964 },
98965 [0x3194]={
98966  category="no",
98967  cjkwd="w",
98968  description="IDEOGRAPHIC ANNOTATION THREE MARK",
98969  direction="l",
98970  linebreak="id",
98971  specials={ "super", 0x4E09 },
98972  unicodeslot=0x3194,
98973 },
98974 [0x3195]={
98975  category="no",
98976  cjkwd="w",
98977  description="IDEOGRAPHIC ANNOTATION FOUR MARK",
98978  direction="l",
98979  linebreak="id",
98980  specials={ "super", 0x56DB },
98981  unicodeslot=0x3195,
98982 },
98983 [0x3196]={
98984  category="so",
98985  cjkwd="w",
98986  description="IDEOGRAPHIC ANNOTATION TOP MARK",
98987  direction="l",
98988  linebreak="id",
98989  specials={ "super", 0x4E0A },
98990  unicodeslot=0x3196,
98991 },
98992 [0x3197]={
98993  category="so",
98994  cjkwd="w",
98995  description="IDEOGRAPHIC ANNOTATION MIDDLE MARK",
98996  direction="l",
98997  linebreak="id",
98998  specials={ "super", 0x4E2D },
98999  unicodeslot=0x3197,
99000 },
99001 [0x3198]={
99002  category="so",
99003  cjkwd="w",
99004  description="IDEOGRAPHIC ANNOTATION BOTTOM MARK",
99005  direction="l",
99006  linebreak="id",
99007  specials={ "super", 0x4E0B },
99008  unicodeslot=0x3198,
99009 },
99010 [0x3199]={
99011  category="so",
99012  cjkwd="w",
99013  description="IDEOGRAPHIC ANNOTATION FIRST MARK",
99014  direction="l",
99015  linebreak="id",
99016  specials={ "super", 0x7532 },
99017  unicodeslot=0x3199,
99018 },
99019 [0x319A]={
99020  category="so",
99021  cjkwd="w",
99022  description="IDEOGRAPHIC ANNOTATION SECOND MARK",
99023  direction="l",
99024  linebreak="id",
99025  specials={ "super", 0x4E59 },
99026  unicodeslot=0x319A,
99027 },
99028 [0x319B]={
99029  category="so",
99030  cjkwd="w",
99031  description="IDEOGRAPHIC ANNOTATION THIRD MARK",
99032  direction="l",
99033  linebreak="id",
99034  specials={ "super", 0x4E19 },
99035  unicodeslot=0x319B,
99036 },
99037 [0x319C]={
99038  category="so",
99039  cjkwd="w",
99040  description="IDEOGRAPHIC ANNOTATION FOURTH MARK",
99041  direction="l",
99042  linebreak="id",
99043  specials={ "super", 0x4E01 },
99044  unicodeslot=0x319C,
99045 },
99046 [0x319D]={
99047  category="so",
99048  cjkwd="w",
99049  description="IDEOGRAPHIC ANNOTATION HEAVEN MARK",
99050  direction="l",
99051  linebreak="id",
99052  specials={ "super", 0x5929 },
99053  unicodeslot=0x319D,
99054 },
99055 [0x319E]={
99056  category="so",
99057  cjkwd="w",
99058  description="IDEOGRAPHIC ANNOTATION EARTH MARK",
99059  direction="l",
99060  linebreak="id",
99061  specials={ "super", 0x5730 },
99062  unicodeslot=0x319E,
99063 },
99064 [0x319F]={
99065  category="so",
99066  cjkwd="w",
99067  description="IDEOGRAPHIC ANNOTATION MAN MARK",
99068  direction="l",
99069  linebreak="id",
99070  specials={ "super", 0x4EBA },
99071  unicodeslot=0x319F,
99072 },
99073 [0x31A0]={
99074  category="lo",
99075  cjkwd="w",
99076  description="BOPOMOFO LETTER BU",
99077  direction="l",
99078  linebreak="id",
99079  unicodeslot=0x31A0,
99080 },
99081 [0x31A1]={
99082  category="lo",
99083  cjkwd="w",
99084  description="BOPOMOFO LETTER ZI",
99085  direction="l",
99086  linebreak="id",
99087  unicodeslot=0x31A1,
99088 },
99089 [0x31A2]={
99090  category="lo",
99091  cjkwd="w",
99092  description="BOPOMOFO LETTER JI",
99093  direction="l",
99094  linebreak="id",
99095  unicodeslot=0x31A2,
99096 },
99097 [0x31A3]={
99098  category="lo",
99099  cjkwd="w",
99100  description="BOPOMOFO LETTER GU",
99101  direction="l",
99102  linebreak="id",
99103  unicodeslot=0x31A3,
99104 },
99105 [0x31A4]={
99106  category="lo",
99107  cjkwd="w",
99108  description="BOPOMOFO LETTER EE",
99109  direction="l",
99110  linebreak="id",
99111  unicodeslot=0x31A4,
99112 },
99113 [0x31A5]={
99114  category="lo",
99115  cjkwd="w",
99116  description="BOPOMOFO LETTER ENN",
99117  direction="l",
99118  linebreak="id",
99119  unicodeslot=0x31A5,
99120 },
99121 [0x31A6]={
99122  category="lo",
99123  cjkwd="w",
99124  description="BOPOMOFO LETTER OO",
99125  direction="l",
99126  linebreak="id",
99127  unicodeslot=0x31A6,
99128 },
99129 [0x31A7]={
99130  category="lo",
99131  cjkwd="w",
99132  description="BOPOMOFO LETTER ONN",
99133  direction="l",
99134  linebreak="id",
99135  unicodeslot=0x31A7,
99136 },
99137 [0x31A8]={
99138  category="lo",
99139  cjkwd="w",
99140  description="BOPOMOFO LETTER IR",
99141  direction="l",
99142  linebreak="id",
99143  unicodeslot=0x31A8,
99144 },
99145 [0x31A9]={
99146  category="lo",
99147  cjkwd="w",
99148  description="BOPOMOFO LETTER ANN",
99149  direction="l",
99150  linebreak="id",
99151  unicodeslot=0x31A9,
99152 },
99153 [0x31AA]={
99154  category="lo",
99155  cjkwd="w",
99156  description="BOPOMOFO LETTER INN",
99157  direction="l",
99158  linebreak="id",
99159  unicodeslot=0x31AA,
99160 },
99161 [0x31AB]={
99162  category="lo",
99163  cjkwd="w",
99164  description="BOPOMOFO LETTER UNN",
99165  direction="l",
99166  linebreak="id",
99167  unicodeslot=0x31AB,
99168 },
99169 [0x31AC]={
99170  category="lo",
99171  cjkwd="w",
99172  description="BOPOMOFO LETTER IM",
99173  direction="l",
99174  linebreak="id",
99175  unicodeslot=0x31AC,
99176 },
99177 [0x31AD]={
99178  category="lo",
99179  cjkwd="w",
99180  description="BOPOMOFO LETTER NGG",
99181  direction="l",
99182  linebreak="id",
99183  unicodeslot=0x31AD,
99184 },
99185 [0x31AE]={
99186  category="lo",
99187  cjkwd="w",
99188  description="BOPOMOFO LETTER AINN",
99189  direction="l",
99190  linebreak="id",
99191  unicodeslot=0x31AE,
99192 },
99193 [0x31AF]={
99194  category="lo",
99195  cjkwd="w",
99196  description="BOPOMOFO LETTER AUNN",
99197  direction="l",
99198  linebreak="id",
99199  unicodeslot=0x31AF,
99200 },
99201 [0x31B0]={
99202  category="lo",
99203  cjkwd="w",
99204  description="BOPOMOFO LETTER AM",
99205  direction="l",
99206  linebreak="id",
99207  unicodeslot=0x31B0,
99208 },
99209 [0x31B1]={
99210  category="lo",
99211  cjkwd="w",
99212  description="BOPOMOFO LETTER OM",
99213  direction="l",
99214  linebreak="id",
99215  unicodeslot=0x31B1,
99216 },
99217 [0x31B2]={
99218  category="lo",
99219  cjkwd="w",
99220  description="BOPOMOFO LETTER ONG",
99221  direction="l",
99222  linebreak="id",
99223  unicodeslot=0x31B2,
99224 },
99225 [0x31B3]={
99226  category="lo",
99227  cjkwd="w",
99228  description="BOPOMOFO LETTER INNN",
99229  direction="l",
99230  linebreak="id",
99231  unicodeslot=0x31B3,
99232 },
99233 [0x31B4]={
99234  category="lo",
99235  cjkwd="w",
99236  description="BOPOMOFO FINAL LETTER P",
99237  direction="l",
99238  linebreak="id",
99239  unicodeslot=0x31B4,
99240 },
99241 [0x31B5]={
99242  category="lo",
99243  cjkwd="w",
99244  description="BOPOMOFO FINAL LETTER T",
99245  direction="l",
99246  linebreak="id",
99247  unicodeslot=0x31B5,
99248 },
99249 [0x31B6]={
99250  category="lo",
99251  cjkwd="w",
99252  description="BOPOMOFO FINAL LETTER K",
99253  direction="l",
99254  linebreak="id",
99255  unicodeslot=0x31B6,
99256 },
99257 [0x31B7]={
99258  category="lo",
99259  cjkwd="w",
99260  description="BOPOMOFO FINAL LETTER H",
99261  direction="l",
99262  linebreak="id",
99263  unicodeslot=0x31B7,
99264 },
99265 [0x31B8]={
99266  category="lo",
99267  cjkwd="w",
99268  description="BOPOMOFO LETTER GH",
99269  direction="l",
99270  linebreak="id",
99271  unicodeslot=0x31B8,
99272 },
99273 [0x31B9]={
99274  category="lo",
99275  cjkwd="w",
99276  description="BOPOMOFO LETTER LH",
99277  direction="l",
99278  linebreak="id",
99279  unicodeslot=0x31B9,
99280 },
99281 [0x31BA]={
99282  category="lo",
99283  cjkwd="w",
99284  description="BOPOMOFO LETTER ZY",
99285  direction="l",
99286  linebreak="id",
99287  unicodeslot=0x31BA,
99288 },
99289 [0x31BB]={
99290  category="lo",
99291  cjkwd="w",
99292  description="BOPOMOFO FINAL LETTER G",
99293  direction="l",
99294  linebreak="id",
99295  unicodeslot=0x31BB,
99296 },
99297 [0x31BC]={
99298  category="lo",
99299  cjkwd="w",
99300  description="BOPOMOFO LETTER GW",
99301  direction="l",
99302  linebreak="id",
99303  unicodeslot=0x31BC,
99304 },
99305 [0x31BD]={
99306  category="lo",
99307  cjkwd="w",
99308  description="BOPOMOFO LETTER KW",
99309  direction="l",
99310  linebreak="id",
99311  unicodeslot=0x31BD,
99312 },
99313 [0x31BE]={
99314  category="lo",
99315  cjkwd="w",
99316  description="BOPOMOFO LETTER OE",
99317  direction="l",
99318  linebreak="id",
99319  unicodeslot=0x31BE,
99320 },
99321 [0x31BF]={
99322  category="lo",
99323  cjkwd="w",
99324  description="BOPOMOFO LETTER AH",
99325  direction="l",
99326  linebreak="id",
99327  unicodeslot=0x31BF,
99328 },
99329 [0x31C0]={
99330  category="so",
99331  cjkwd="w",
99332  description="CJK STROKE T",
99333  direction="on",
99334  linebreak="id",
99335  unicodeslot=0x31C0,
99336 },
99337 [0x31C1]={
99338  category="so",
99339  cjkwd="w",
99340  description="CJK STROKE WG",
99341  direction="on",
99342  linebreak="id",
99343  unicodeslot=0x31C1,
99344 },
99345 [0x31C2]={
99346  category="so",
99347  cjkwd="w",
99348  description="CJK STROKE XG",
99349  direction="on",
99350  linebreak="id",
99351  unicodeslot=0x31C2,
99352 },
99353 [0x31C3]={
99354  category="so",
99355  cjkwd="w",
99356  description="CJK STROKE BXG",
99357  direction="on",
99358  linebreak="id",
99359  unicodeslot=0x31C3,
99360 },
99361 [0x31C4]={
99362  category="so",
99363  cjkwd="w",
99364  description="CJK STROKE SW",
99365  direction="on",
99366  linebreak="id",
99367  unicodeslot=0x31C4,
99368 },
99369 [0x31C5]={
99370  category="so",
99371  cjkwd="w",
99372  description="CJK STROKE HZZ",
99373  direction="on",
99374  linebreak="id",
99375  unicodeslot=0x31C5,
99376 },
99377 [0x31C6]={
99378  category="so",
99379  cjkwd="w",
99380  description="CJK STROKE HZG",
99381  direction="on",
99382  linebreak="id",
99383  unicodeslot=0x31C6,
99384 },
99385 [0x31C7]={
99386  category="so",
99387  cjkwd="w",
99388  description="CJK STROKE HP",
99389  direction="on",
99390  linebreak="id",
99391  unicodeslot=0x31C7,
99392 },
99393 [0x31C8]={
99394  category="so",
99395  cjkwd="w",
99396  description="CJK STROKE HZWG",
99397  direction="on",
99398  linebreak="id",
99399  unicodeslot=0x31C8,
99400 },
99401 [0x31C9]={
99402  category="so",
99403  cjkwd="w",
99404  description="CJK STROKE SZWG",
99405  direction="on",
99406  linebreak="id",
99407  unicodeslot=0x31C9,
99408 },
99409 [0x31CA]={
99410  category="so",
99411  cjkwd="w",
99412  description="CJK STROKE HZT",
99413  direction="on",
99414  linebreak="id",
99415  unicodeslot=0x31CA,
99416 },
99417 [0x31CB]={
99418  category="so",
99419  cjkwd="w",
99420  description="CJK STROKE HZZP",
99421  direction="on",
99422  linebreak="id",
99423  unicodeslot=0x31CB,
99424 },
99425 [0x31CC]={
99426  category="so",
99427  cjkwd="w",
99428  description="CJK STROKE HPWG",
99429  direction="on",
99430  linebreak="id",
99431  unicodeslot=0x31CC,
99432 },
99433 [0x31CD]={
99434  category="so",
99435  cjkwd="w",
99436  description="CJK STROKE HZW",
99437  direction="on",
99438  linebreak="id",
99439  unicodeslot=0x31CD,
99440 },
99441 [0x31CE]={
99442  category="so",
99443  cjkwd="w",
99444  description="CJK STROKE HZZZ",
99445  direction="on",
99446  linebreak="id",
99447  unicodeslot=0x31CE,
99448 },
99449 [0x31CF]={
99450  category="so",
99451  cjkwd="w",
99452  description="CJK STROKE N",
99453  direction="on",
99454  linebreak="id",
99455  unicodeslot=0x31CF,
99456 },
99457 [0x31D0]={
99458  category="so",
99459  cjkwd="w",
99460  description="CJK STROKE H",
99461  direction="on",
99462  linebreak="id",
99463  unicodeslot=0x31D0,
99464 },
99465 [0x31D1]={
99466  category="so",
99467  cjkwd="w",
99468  description="CJK STROKE S",
99469  direction="on",
99470  linebreak="id",
99471  unicodeslot=0x31D1,
99472 },
99473 [0x31D2]={
99474  category="so",
99475  cjkwd="w",
99476  description="CJK STROKE P",
99477  direction="on",
99478  linebreak="id",
99479  unicodeslot=0x31D2,
99480 },
99481 [0x31D3]={
99482  category="so",
99483  cjkwd="w",
99484  description="CJK STROKE SP",
99485  direction="on",
99486  linebreak="id",
99487  unicodeslot=0x31D3,
99488 },
99489 [0x31D4]={
99490  category="so",
99491  cjkwd="w",
99492  description="CJK STROKE D",
99493  direction="on",
99494  linebreak="id",
99495  unicodeslot=0x31D4,
99496 },
99497 [0x31D5]={
99498  category="so",
99499  cjkwd="w",
99500  description="CJK STROKE HZ",
99501  direction="on",
99502  linebreak="id",
99503  unicodeslot=0x31D5,
99504 },
99505 [0x31D6]={
99506  category="so",
99507  cjkwd="w",
99508  description="CJK STROKE HG",
99509  direction="on",
99510  linebreak="id",
99511  unicodeslot=0x31D6,
99512 },
99513 [0x31D7]={
99514  category="so",
99515  cjkwd="w",
99516  description="CJK STROKE SZ",
99517  direction="on",
99518  linebreak="id",
99519  unicodeslot=0x31D7,
99520 },
99521 [0x31D8]={
99522  category="so",
99523  cjkwd="w",
99524  description="CJK STROKE SWZ",
99525  direction="on",
99526  linebreak="id",
99527  unicodeslot=0x31D8,
99528 },
99529 [0x31D9]={
99530  category="so",
99531  cjkwd="w",
99532  description="CJK STROKE ST",
99533  direction="on",
99534  linebreak="id",
99535  unicodeslot=0x31D9,
99536 },
99537 [0x31DA]={
99538  category="so",
99539  cjkwd="w",
99540  description="CJK STROKE SG",
99541  direction="on",
99542  linebreak="id",
99543  unicodeslot=0x31DA,
99544 },
99545 [0x31DB]={
99546  category="so",
99547  cjkwd="w",
99548  description="CJK STROKE PD",
99549  direction="on",
99550  linebreak="id",
99551  unicodeslot=0x31DB,
99552 },
99553 [0x31DC]={
99554  category="so",
99555  cjkwd="w",
99556  description="CJK STROKE PZ",
99557  direction="on",
99558  linebreak="id",
99559  unicodeslot=0x31DC,
99560 },
99561 [0x31DD]={
99562  category="so",
99563  cjkwd="w",
99564  description="CJK STROKE TN",
99565  direction="on",
99566  linebreak="id",
99567  unicodeslot=0x31DD,
99568 },
99569 [0x31DE]={
99570  category="so",
99571  cjkwd="w",
99572  description="CJK STROKE SZZ",
99573  direction="on",
99574  linebreak="id",
99575  unicodeslot=0x31DE,
99576 },
99577 [0x31DF]={
99578  category="so",
99579  cjkwd="w",
99580  description="CJK STROKE SWG",
99581  direction="on",
99582  linebreak="id",
99583  unicodeslot=0x31DF,
99584 },
99585 [0x31E0]={
99586  category="so",
99587  cjkwd="w",
99588  description="CJK STROKE HXWG",
99589  direction="on",
99590  linebreak="id",
99591  unicodeslot=0x31E0,
99592 },
99593 [0x31E1]={
99594  category="so",
99595  cjkwd="w",
99596  description="CJK STROKE HZZZG",
99597  direction="on",
99598  linebreak="id",
99599  unicodeslot=0x31E1,
99600 },
99601 [0x31E2]={
99602  category="so",
99603  cjkwd="w",
99604  description="CJK STROKE PG",
99605  direction="on",
99606  linebreak="id",
99607  unicodeslot=0x31E2,
99608 },
99609 [0x31E3]={
99610  category="so",
99611  cjkwd="w",
99612  description="CJK STROKE Q",
99613  direction="on",
99614  linebreak="id",
99615  unicodeslot=0x31E3,
99616 },
99617 [0x31EF]={
99618  category="so",
99619  cjkwd="w",
99620  description="IDEOGRAPHIC DESCRIPTION CHARACTER SUBTRACTION",
99621  direction="on",
99622  linebreak="id",
99623  unicodeslot=0x31EF,
99624 },
99625 [0x31F0]={
99626  category="lo",
99627  cjkwd="w",
99628  description="KATAKANA LETTER SMALL KU",
99629  direction="l",
99630  linebreak="cj",
99631  shcode=0x304F,
99632  sound="unvoiced",
99633  unicodeslot=0x31F0,
99634 },
99635 [0x31F1]={
99636  category="lo",
99637  cjkwd="w",
99638  description="KATAKANA LETTER SMALL SI",
99639  direction="l",
99640  linebreak="cj",
99641  shcode=0x3057,
99642  sound="unvoiced",
99643  unicodeslot=0x31F1,
99644 },
99645 [0x31F2]={
99646  category="lo",
99647  cjkwd="w",
99648  description="KATAKANA LETTER SMALL SU",
99649  direction="l",
99650  linebreak="cj",
99651  shcode=0x3059,
99652  sound="unvoiced",
99653  unicodeslot=0x31F2,
99654 },
99655 [0x31F3]={
99656  category="lo",
99657  cjkwd="w",
99658  description="KATAKANA LETTER SMALL TO",
99659  direction="l",
99660  linebreak="cj",
99661  shcode=0x3068,
99662  sound="unvoiced",
99663  unicodeslot=0x31F3,
99664 },
99665 [0x31F4]={
99666  category="lo",
99667  cjkwd="w",
99668  description="KATAKANA LETTER SMALL NU",
99669  direction="l",
99670  linebreak="cj",
99671  shcode=0x306C,
99672  sound="unvoiced",
99673  unicodeslot=0x31F4,
99674 },
99675 [0x31F5]={
99676  category="lo",
99677  cjkwd="w",
99678  description="KATAKANA LETTER SMALL HA",
99679  direction="l",
99680  linebreak="cj",
99681  shcode=0x306F,
99682  sound="unvoiced",
99683  unicodeslot=0x31F5,
99684 },
99685 [0x31F6]={
99686  category="lo",
99687  cjkwd="w",
99688  description="KATAKANA LETTER SMALL HI",
99689  direction="l",
99690  linebreak="cj",
99691  shcode=0x3072,
99692  sound="unvoiced",
99693  unicodeslot=0x31F6,
99694 },
99695 [0x31F7]={
99696  category="lo",
99697  cjkwd="w",
99698  description="KATAKANA LETTER SMALL HU",
99699  direction="l",
99700  linebreak="cj",
99701  shcode=0x3075,
99702  sound="unvoiced",
99703  unicodeslot=0x31F7,
99704 },
99705 [0x31F8]={
99706  category="lo",
99707  cjkwd="w",
99708  description="KATAKANA LETTER SMALL HE",
99709  direction="l",
99710  linebreak="cj",
99711  shcode=0x3078,
99712  sound="unvoiced",
99713  unicodeslot=0x31F8,
99714 },
99715 [0x31F9]={
99716  category="lo",
99717  cjkwd="w",
99718  description="KATAKANA LETTER SMALL HO",
99719  direction="l",
99720  linebreak="cj",
99721  shcode=0x307B,
99722  sound="unvoiced",
99723  unicodeslot=0x31F9,
99724 },
99725 [0x31FA]={
99726  category="lo",
99727  cjkwd="w",
99728  description="KATAKANA LETTER SMALL MU",
99729  direction="l",
99730  linebreak="cj",
99731  shcode=0x3080,
99732  sound="unvoiced",
99733  unicodeslot=0x31FA,
99734 },
99735 [0x31FB]={
99736  category="lo",
99737  cjkwd="w",
99738  description="KATAKANA LETTER SMALL RA",
99739  direction="l",
99740  linebreak="cj",
99741  shcode=0x3089,
99742  sound="unvoiced",
99743  unicodeslot=0x31FB,
99744 },
99745 [0x31FC]={
99746  category="lo",
99747  cjkwd="w",
99748  description="KATAKANA LETTER SMALL RI",
99749  direction="l",
99750  linebreak="cj",
99751  sound="unvoiced",
99752  unicodeslot=0x31FC,
99753 },
99754 [0x31FD]={
99755  category="lo",
99756  cjkwd="w",
99757  description="KATAKANA LETTER SMALL RU",
99758  direction="l",
99759  linebreak="cj",
99760  shcode=0x308B,
99761  sound="unvoiced",
99762  unicodeslot=0x31FD,
99763 },
99764 [0x31FE]={
99765  category="lo",
99766  cjkwd="w",
99767  description="KATAKANA LETTER SMALL RE",
99768  direction="l",
99769  linebreak="cj",
99770  shcode=0x308C,
99771  sound="unvoiced",
99772  unicodeslot=0x31FE,
99773 },
99774 [0x31FF]={
99775  category="lo",
99776  cjkwd="w",
99777  description="KATAKANA LETTER SMALL RO",
99778  direction="l",
99779  linebreak="cj",
99780  shcode=0x308D,
99781  sound="unvoiced",
99782  unicodeslot=0x31FF,
99783 },
99784 [0x3200]={
99785  adobename="kiyeokparenkorean",
99786  category="so",
99787  cjkwd="w",
99788  description="PARENTHESIZED HANGUL KIYEOK",
99789  direction="l",
99790  linebreak="id",
99791  specials={ "compat", 0x28, 0x1100, 0x29 },
99792  unicodeslot=0x3200,
99793 },
99794 [0x3201]={
99795  adobename="nieunparenkorean",
99796  category="so",
99797  cjkwd="w",
99798  description="PARENTHESIZED HANGUL NIEUN",
99799  direction="l",
99800  linebreak="id",
99801  specials={ "compat", 0x28, 0x1102, 0x29 },
99802  unicodeslot=0x3201,
99803 },
99804 [0x3202]={
99805  adobename="tikeutparenkorean",
99806  category="so",
99807  cjkwd="w",
99808  description="PARENTHESIZED HANGUL TIKEUT",
99809  direction="l",
99810  linebreak="id",
99811  specials={ "compat", 0x28, 0x1103, 0x29 },
99812  unicodeslot=0x3202,
99813 },
99814 [0x3203]={
99815  adobename="rieulparenkorean",
99816  category="so",
99817  cjkwd="w",
99818  description="PARENTHESIZED HANGUL RIEUL",
99819  direction="l",
99820  linebreak="id",
99821  specials={ "compat", 0x28, 0x1105, 0x29 },
99822  unicodeslot=0x3203,
99823 },
99824 [0x3204]={
99825  adobename="mieumparenkorean",
99826  category="so",
99827  cjkwd="w",
99828  description="PARENTHESIZED HANGUL MIEUM",
99829  direction="l",
99830  linebreak="id",
99831  specials={ "compat", 0x28, 0x1106, 0x29 },
99832  unicodeslot=0x3204,
99833 },
99834 [0x3205]={
99835  adobename="pieupparenkorean",
99836  category="so",
99837  cjkwd="w",
99838  description="PARENTHESIZED HANGUL PIEUP",
99839  direction="l",
99840  linebreak="id",
99841  specials={ "compat", 0x28, 0x1107, 0x29 },
99842  unicodeslot=0x3205,
99843 },
99844 [0x3206]={
99845  adobename="siosparenkorean",
99846  category="so",
99847  cjkwd="w",
99848  description="PARENTHESIZED HANGUL SIOS",
99849  direction="l",
99850  linebreak="id",
99851  specials={ "compat", 0x28, 0x1109, 0x29 },
99852  unicodeslot=0x3206,
99853 },
99854 [0x3207]={
99855  adobename="ieungparenkorean",
99856  category="so",
99857  cjkwd="w",
99858  description="PARENTHESIZED HANGUL IEUNG",
99859  direction="l",
99860  linebreak="id",
99861  specials={ "compat", 0x28, 0x110B, 0x29 },
99862  unicodeslot=0x3207,
99863 },
99864 [0x3208]={
99865  adobename="cieucparenkorean",
99866  category="so",
99867  cjkwd="w",
99868  description="PARENTHESIZED HANGUL CIEUC",
99869  direction="l",
99870  linebreak="id",
99871  specials={ "compat", 0x28, 0x110C, 0x29 },
99872  unicodeslot=0x3208,
99873 },
99874 [0x3209]={
99875  adobename="chieuchparenkorean",
99876  category="so",
99877  cjkwd="w",
99878  description="PARENTHESIZED HANGUL CHIEUCH",
99879  direction="l",
99880  linebreak="id",
99881  specials={ "compat", 0x28, 0x110E, 0x29 },
99882  unicodeslot=0x3209,
99883 },
99884 [0x320A]={
99885  adobename="khieukhparenkorean",
99886  category="so",
99887  cjkwd="w",
99888  description="PARENTHESIZED HANGUL KHIEUKH",
99889  direction="l",
99890  linebreak="id",
99891  specials={ "compat", 0x28, 0x110F, 0x29 },
99892  unicodeslot=0x320A,
99893 },
99894 [0x320B]={
99895  adobename="thieuthparenkorean",
99896  category="so",
99897  cjkwd="w",
99898  description="PARENTHESIZED HANGUL THIEUTH",
99899  direction="l",
99900  linebreak="id",
99901  specials={ "compat", 0x28, 0x1110, 0x29 },
99902  unicodeslot=0x320B,
99903 },
99904 [0x320C]={
99905  adobename="phieuphparenkorean",
99906  category="so",
99907  cjkwd="w",
99908  description="PARENTHESIZED HANGUL PHIEUPH",
99909  direction="l",
99910  linebreak="id",
99911  specials={ "compat", 0x28, 0x1111, 0x29 },
99912  unicodeslot=0x320C,
99913 },
99914 [0x320D]={
99915  adobename="hieuhparenkorean",
99916  category="so",
99917  cjkwd="w",
99918  description="PARENTHESIZED HANGUL HIEUH",
99919  direction="l",
99920  linebreak="id",
99921  specials={ "compat", 0x28, 0x1112, 0x29 },
99922  unicodeslot=0x320D,
99923 },
99924 [0x320E]={
99925  adobename="kiyeokaparenkorean",
99926  category="so",
99927  cjkwd="w",
99928  description="PARENTHESIZED HANGUL KIYEOK A",
99929  direction="l",
99930  linebreak="id",
99931  specials={ "compat", 0x28, 0x1100, 0x1161, 0x29 },
99932  unicodeslot=0x320E,
99933 },
99934 [0x320F]={
99935  adobename="nieunaparenkorean",
99936  category="so",
99937  cjkwd="w",
99938  description="PARENTHESIZED HANGUL NIEUN A",
99939  direction="l",
99940  linebreak="id",
99941  specials={ "compat", 0x28, 0x1102, 0x1161, 0x29 },
99942  unicodeslot=0x320F,
99943 },
99944 [0x3210]={
99945  adobename="tikeutaparenkorean",
99946  category="so",
99947  cjkwd="w",
99948  description="PARENTHESIZED HANGUL TIKEUT A",
99949  direction="l",
99950  linebreak="id",
99951  specials={ "compat", 0x28, 0x1103, 0x1161, 0x29 },
99952  unicodeslot=0x3210,
99953 },
99954 [0x3211]={
99955  adobename="rieulaparenkorean",
99956  category="so",
99957  cjkwd="w",
99958  description="PARENTHESIZED HANGUL RIEUL A",
99959  direction="l",
99960  linebreak="id",
99961  specials={ "compat", 0x28, 0x1105, 0x1161, 0x29 },
99962  unicodeslot=0x3211,
99963 },
99964 [0x3212]={
99965  adobename="mieumaparenkorean",
99966  category="so",
99967  cjkwd="w",
99968  description="PARENTHESIZED HANGUL MIEUM A",
99969  direction="l",
99970  linebreak="id",
99971  specials={ "compat", 0x28, 0x1106, 0x1161, 0x29 },
99972  unicodeslot=0x3212,
99973 },
99974 [0x3213]={
99975  adobename="pieupaparenkorean",
99976  category="so",
99977  cjkwd="w",
99978  description="PARENTHESIZED HANGUL PIEUP A",
99979  direction="l",
99980  linebreak="id",
99981  specials={ "compat", 0x28, 0x1107, 0x1161, 0x29 },
99982  unicodeslot=0x3213,
99983 },
99984 [0x3214]={
99985  adobename="siosaparenkorean",
99986  category="so",
99987  cjkwd="w",
99988  description="PARENTHESIZED HANGUL SIOS A",
99989  direction="l",
99990  linebreak="id",
99991  specials={ "compat", 0x28, 0x1109, 0x1161, 0x29 },
99992  unicodeslot=0x3214,
99993 },
99994 [0x3215]={
99995  adobename="ieungaparenkorean",
99996  category="so",
99997  cjkwd="w",
99998  description="PARENTHESIZED HANGUL IEUNG A",
99999  direction="l",
100000  linebreak="id",
100001  specials={ "compat", 0x28, 0x110B, 0x1161, 0x29 },
100002  unicodeslot=0x3215,
100003 },
100004 [0x3216]={
100005  adobename="cieucaparenkorean",
100006  category="so",
100007  cjkwd="w",
100008  description="PARENTHESIZED HANGUL CIEUC A",
100009  direction="l",
100010  linebreak="id",
100011  specials={ "compat", 0x28, 0x110C, 0x1161, 0x29 },
100012  unicodeslot=0x3216,
100013 },
100014 [0x3217]={
100015  adobename="chieuchaparenkorean",
100016  category="so",
100017  cjkwd="w",
100018  description="PARENTHESIZED HANGUL CHIEUCH A",
100019  direction="l",
100020  linebreak="id",
100021  specials={ "compat", 0x28, 0x110E, 0x1161, 0x29 },
100022  unicodeslot=0x3217,
100023 },
100024 [0x3218]={
100025  adobename="khieukhaparenkorean",
100026  category="so",
100027  cjkwd="w",
100028  description="PARENTHESIZED HANGUL KHIEUKH A",
100029  direction="l",
100030  linebreak="id",
100031  specials={ "compat", 0x28, 0x110F, 0x1161, 0x29 },
100032  unicodeslot=0x3218,
100033 },
100034 [0x3219]={
100035  adobename="thieuthaparenkorean",
100036  category="so",
100037  cjkwd="w",
100038  description="PARENTHESIZED HANGUL THIEUTH A",
100039  direction="l",
100040  linebreak="id",
100041  specials={ "compat", 0x28, 0x1110, 0x1161, 0x29 },
100042  unicodeslot=0x3219,
100043 },
100044 [0x321A]={
100045  adobename="phieuphaparenkorean",
100046  category="so",
100047  cjkwd="w",
100048  description="PARENTHESIZED HANGUL PHIEUPH A",
100049  direction="l",
100050  linebreak="id",
100051  specials={ "compat", 0x28, 0x1111, 0x1161, 0x29 },
100052  unicodeslot=0x321A,
100053 },
100054 [0x321B]={
100055  adobename="hieuhaparenkorean",
100056  category="so",
100057  cjkwd="w",
100058  description="PARENTHESIZED HANGUL HIEUH A",
100059  direction="l",
100060  linebreak="id",
100061  specials={ "compat", 0x28, 0x1112, 0x1161, 0x29 },
100062  unicodeslot=0x321B,
100063 },
100064 [0x321C]={
100065  adobename="cieucuparenkorean",
100066  category="so",
100067  cjkwd="w",
100068  description="PARENTHESIZED HANGUL CIEUC U",
100069  direction="l",
100070  linebreak="id",
100071  specials={ "compat", 0x28, 0x110C, 0x116E, 0x29 },
100072  unicodeslot=0x321C,
100073 },
100074 [0x321D]={
100075  category="so",
100076  cjkwd="w",
100077  description="PARENTHESIZED KOREAN CHARACTER OJEON",
100078  direction="on",
100079  linebreak="id",
100080  specials={ "compat", 0x28, 0x110B, 0x1169, 0x110C, 0x1165, 0x11AB, 0x29 },
100081  unicodeslot=0x321D,
100082 },
100083 [0x321E]={
100084  category="so",
100085  cjkwd="w",
100086  description="PARENTHESIZED KOREAN CHARACTER O HU",
100087  direction="on",
100088  linebreak="id",
100089  specials={ "compat", 0x28, 0x110B, 0x1169, 0x1112, 0x116E, 0x29 },
100090  unicodeslot=0x321E,
100091 },
100092 [0x3220]={
100093  adobename="oneideographicparen",
100094  category="no",
100095  cjkwd="w",
100096  description="PARENTHESIZED IDEOGRAPH ONE",
100097  direction="l",
100098  linebreak="id",
100099  specials={ "compat", 0x28, 0x4E00, 0x29 },
100100  unicodeslot=0x3220,
100101 },
100102 [0x3221]={
100103  adobename="twoideographicparen",
100104  category="no",
100105  cjkwd="w",
100106  description="PARENTHESIZED IDEOGRAPH TWO",
100107  direction="l",
100108  linebreak="id",
100109  specials={ "compat", 0x28, 0x4E8C, 0x29 },
100110  unicodeslot=0x3221,
100111 },
100112 [0x3222]={
100113  adobename="threeideographicparen",
100114  category="no",
100115  cjkwd="w",
100116  description="PARENTHESIZED IDEOGRAPH THREE",
100117  direction="l",
100118  linebreak="id",
100119  specials={ "compat", 0x28, 0x4E09, 0x29 },
100120  unicodeslot=0x3222,
100121 },
100122 [0x3223]={
100123  adobename="fourideographicparen",
100124  category="no",
100125  cjkwd="w",
100126  description="PARENTHESIZED IDEOGRAPH FOUR",
100127  direction="l",
100128  linebreak="id",
100129  specials={ "compat", 0x28, 0x56DB, 0x29 },
100130  unicodeslot=0x3223,
100131 },
100132 [0x3224]={
100133  adobename="fiveideographicparen",
100134  category="no",
100135  cjkwd="w",
100136  description="PARENTHESIZED IDEOGRAPH FIVE",
100137  direction="l",
100138  linebreak="id",
100139  specials={ "compat", 0x28, 0x4E94, 0x29 },
100140  unicodeslot=0x3224,
100141 },
100142 [0x3225]={
100143  adobename="sixideographicparen",
100144  category="no",
100145  cjkwd="w",
100146  description="PARENTHESIZED IDEOGRAPH SIX",
100147  direction="l",
100148  linebreak="id",
100149  specials={ "compat", 0x28, 0x516D, 0x29 },
100150  unicodeslot=0x3225,
100151 },
100152 [0x3226]={
100153  adobename="sevenideographicparen",
100154  category="no",
100155  cjkwd="w",
100156  description="PARENTHESIZED IDEOGRAPH SEVEN",
100157  direction="l",
100158  linebreak="id",
100159  specials={ "compat", 0x28, 0x4E03, 0x29 },
100160  unicodeslot=0x3226,
100161 },
100162 [0x3227]={
100163  adobename="eightideographicparen",
100164  category="no",
100165  cjkwd="w",
100166  description="PARENTHESIZED IDEOGRAPH EIGHT",
100167  direction="l",
100168  linebreak="id",
100169  specials={ "compat", 0x28, 0x516B, 0x29 },
100170  unicodeslot=0x3227,
100171 },
100172 [0x3228]={
100173  adobename="nineideographicparen",
100174  category="no",
100175  cjkwd="w",
100176  description="PARENTHESIZED IDEOGRAPH NINE",
100177  direction="l",
100178  linebreak="id",
100179  specials={ "compat", 0x28, 0x4E5D, 0x29 },
100180  unicodeslot=0x3228,
100181 },
100182 [0x3229]={
100183  adobename="tenideographicparen",
100184  category="no",
100185  cjkwd="w",
100186  description="PARENTHESIZED IDEOGRAPH TEN",
100187  direction="l",
100188  linebreak="id",
100189  specials={ "compat", 0x28, 0x5341, 0x29 },
100190  unicodeslot=0x3229,
100191 },
100192 [0x322A]={
100193  adobename="ideographicmoonparen",
100194  category="so",
100195  cjkwd="w",
100196  description="PARENTHESIZED IDEOGRAPH MOON",
100197  direction="l",
100198  linebreak="id",
100199  specials={ "compat", 0x28, 0x6708, 0x29 },
100200  unicodeslot=0x322A,
100201 },
100202 [0x322B]={
100203  adobename="ideographicfireparen",
100204  category="so",
100205  cjkwd="w",
100206  description="PARENTHESIZED IDEOGRAPH FIRE",
100207  direction="l",
100208  linebreak="id",
100209  specials={ "compat", 0x28, 0x706B, 0x29 },
100210  unicodeslot=0x322B,
100211 },
100212 [0x322C]={
100213  adobename="ideographicwaterparen",
100214  category="so",
100215  cjkwd="w",
100216  description="PARENTHESIZED IDEOGRAPH WATER",
100217  direction="l",
100218  linebreak="id",
100219  specials={ "compat", 0x28, 0x6C34, 0x29 },
100220  unicodeslot=0x322C,
100221 },
100222 [0x322D]={
100223  adobename="ideographicwoodparen",
100224  category="so",
100225  cjkwd="w",
100226  description="PARENTHESIZED IDEOGRAPH WOOD",
100227  direction="l",
100228  linebreak="id",
100229  specials={ "compat", 0x28, 0x6728, 0x29 },
100230  unicodeslot=0x322D,
100231 },
100232 [0x322E]={
100233  adobename="ideographicmetalparen",
100234  category="so",
100235  cjkwd="w",
100236  description="PARENTHESIZED IDEOGRAPH METAL",
100237  direction="l",
100238  linebreak="id",
100239  specials={ "compat", 0x28, 0x91D1, 0x29 },
100240  unicodeslot=0x322E,
100241 },
100242 [0x322F]={
100243  adobename="ideographicearthparen",
100244  category="so",
100245  cjkwd="w",
100246  description="PARENTHESIZED IDEOGRAPH EARTH",
100247  direction="l",
100248  linebreak="id",
100249  specials={ "compat", 0x28, 0x571F, 0x29 },
100250  unicodeslot=0x322F,
100251 },
100252 [0x3230]={
100253  adobename="ideographicsunparen",
100254  category="so",
100255  cjkwd="w",
100256  description="PARENTHESIZED IDEOGRAPH SUN",
100257  direction="l",
100258  linebreak="id",
100259  specials={ "compat", 0x28, 0x65E5, 0x29 },
100260  unicodeslot=0x3230,
100261 },
100262 [0x3231]={
100263  adobename="ideographicstockparen",
100264  category="so",
100265  cjkwd="w",
100266  description="PARENTHESIZED IDEOGRAPH STOCK",
100267  direction="l",
100268  linebreak="id",
100269  specials={ "compat", 0x28, 0x682A, 0x29 },
100270  unicodeslot=0x3231,
100271 },
100272 [0x3232]={
100273  adobename="ideographichaveparen",
100274  category="so",
100275  cjkwd="w",
100276  description="PARENTHESIZED IDEOGRAPH HAVE",
100277  direction="l",
100278  linebreak="id",
100279  specials={ "compat", 0x28, 0x6709, 0x29 },
100280  unicodeslot=0x3232,
100281 },
100282 [0x3233]={
100283  adobename="ideographicsocietyparen",
100284  category="so",
100285  cjkwd="w",
100286  description="PARENTHESIZED IDEOGRAPH SOCIETY",
100287  direction="l",
100288  linebreak="id",
100289  specials={ "compat", 0x28, 0x793E, 0x29 },
100290  unicodeslot=0x3233,
100291 },
100292 [0x3234]={
100293  adobename="ideographicnameparen",
100294  category="so",
100295  cjkwd="w",
100296  description="PARENTHESIZED IDEOGRAPH NAME",
100297  direction="l",
100298  linebreak="id",
100299  specials={ "compat", 0x28, 0x540D, 0x29 },
100300  unicodeslot=0x3234,
100301 },
100302 [0x3235]={
100303  adobename="ideographicspecialparen",
100304  category="so",
100305  cjkwd="w",
100306  description="PARENTHESIZED IDEOGRAPH SPECIAL",
100307  direction="l",
100308  linebreak="id",
100309  specials={ "compat", 0x28, 0x7279, 0x29 },
100310  unicodeslot=0x3235,
100311 },
100312 [0x3236]={
100313  adobename="ideographicfinancialparen",
100314  category="so",
100315  cjkwd="w",
100316  description="PARENTHESIZED IDEOGRAPH FINANCIAL",
100317  direction="l",
100318  linebreak="id",
100319  specials={ "compat", 0x28, 0x8CA1, 0x29 },
100320  unicodeslot=0x3236,
100321 },
100322 [0x3237]={
100323  adobename="ideographiccongratulationparen",
100324  category="so",
100325  cjkwd="w",
100326  description="PARENTHESIZED IDEOGRAPH CONGRATULATION",
100327  direction="l",
100328  linebreak="id",
100329  specials={ "compat", 0x28, 0x795D, 0x29 },
100330  unicodeslot=0x3237,
100331 },
100332 [0x3238]={
100333  adobename="ideographiclaborparen",
100334  category="so",
100335  cjkwd="w",
100336  description="PARENTHESIZED IDEOGRAPH LABOR",
100337  direction="l",
100338  linebreak="id",
100339  specials={ "compat", 0x28, 0x52B4, 0x29 },
100340  unicodeslot=0x3238,
100341 },
100342 [0x3239]={
100343  adobename="ideographicrepresentparen",
100344  category="so",
100345  cjkwd="w",
100346  description="PARENTHESIZED IDEOGRAPH REPRESENT",
100347  direction="l",
100348  linebreak="id",
100349  specials={ "compat", 0x28, 0x4EE3, 0x29 },
100350  unicodeslot=0x3239,
100351 },
100352 [0x323A]={
100353  adobename="ideographiccallparen",
100354  category="so",
100355  cjkwd="w",
100356  description="PARENTHESIZED IDEOGRAPH CALL",
100357  direction="l",
100358  linebreak="id",
100359  specials={ "compat", 0x28, 0x547C, 0x29 },
100360  unicodeslot=0x323A,
100361 },
100362 [0x323B]={
100363  adobename="ideographicstudyparen",
100364  category="so",
100365  cjkwd="w",
100366  description="PARENTHESIZED IDEOGRAPH STUDY",
100367  direction="l",
100368  linebreak="id",
100369  specials={ "compat", 0x28, 0x5B66, 0x29 },
100370  unicodeslot=0x323B,
100371 },
100372 [0x323C]={
100373  adobename="ideographicsuperviseparen",
100374  category="so",
100375  cjkwd="w",
100376  description="PARENTHESIZED IDEOGRAPH SUPERVISE",
100377  direction="l",
100378  linebreak="id",
100379  specials={ "compat", 0x28, 0x76E3, 0x29 },
100380  unicodeslot=0x323C,
100381 },
100382 [0x323D]={
100383  adobename="ideographicenterpriseparen",
100384  category="so",
100385  cjkwd="w",
100386  description="PARENTHESIZED IDEOGRAPH ENTERPRISE",
100387  direction="l",
100388  linebreak="id",
100389  specials={ "compat", 0x28, 0x4F01, 0x29 },
100390  unicodeslot=0x323D,
100391 },
100392 [0x323E]={
100393  adobename="ideographicresourceparen",
100394  category="so",
100395  cjkwd="w",
100396  description="PARENTHESIZED IDEOGRAPH RESOURCE",
100397  direction="l",
100398  linebreak="id",
100399  specials={ "compat", 0x28, 0x8CC7, 0x29 },
100400  unicodeslot=0x323E,
100401 },
100402 [0x323F]={
100403  adobename="ideographicallianceparen",
100404  category="so",
100405  cjkwd="w",
100406  description="PARENTHESIZED IDEOGRAPH ALLIANCE",
100407  direction="l",
100408  linebreak="id",
100409  specials={ "compat", 0x28, 0x5354, 0x29 },
100410  unicodeslot=0x323F,
100411 },
100412 [0x3240]={
100413  adobename="ideographicfestivalparen",
100414  category="so",
100415  cjkwd="w",
100416  description="PARENTHESIZED IDEOGRAPH FESTIVAL",
100417  direction="l",
100418  linebreak="id",
100419  specials={ "compat", 0x28, 0x796D, 0x29 },
100420  unicodeslot=0x3240,
100421 },
100422 [0x3241]={
100423  category="so",
100424  cjkwd="w",
100425  description="PARENTHESIZED IDEOGRAPH REST",
100426  direction="l",
100427  linebreak="id",
100428  specials={ "compat", 0x28, 0x4F11, 0x29 },
100429  unicodeslot=0x3241,
100430 },
100431 [0x3242]={
100432  adobename="ideographicselfparen",
100433  category="so",
100434  cjkwd="w",
100435  description="PARENTHESIZED IDEOGRAPH SELF",
100436  direction="l",
100437  linebreak="id",
100438  specials={ "compat", 0x28, 0x81EA, 0x29 },
100439  unicodeslot=0x3242,
100440 },
100441 [0x3243]={
100442  adobename="ideographicreachparen",
100443  category="so",
100444  cjkwd="w",
100445  description="PARENTHESIZED IDEOGRAPH REACH",
100446  direction="l",
100447  linebreak="id",
100448  specials={ "compat", 0x28, 0x81F3, 0x29 },
100449  unicodeslot=0x3243,
100450 },
100451 [0x3244]={
100452  category="so",
100453  cjkwd="w",
100454  description="CIRCLED IDEOGRAPH QUESTION",
100455  direction="l",
100456  linebreak="id",
100457  specials={ "circle", 0x554F },
100458  unicodeslot=0x3244,
100459 },
100460 [0x3245]={
100461  category="so",
100462  cjkwd="w",
100463  description="CIRCLED IDEOGRAPH KINDERGARTEN",
100464  direction="l",
100465  linebreak="id",
100466  specials={ "circle", 0x5E7C },
100467  unicodeslot=0x3245,
100468 },
100469 [0x3246]={
100470  category="so",
100471  cjkwd="w",
100472  description="CIRCLED IDEOGRAPH SCHOOL",
100473  direction="l",
100474  linebreak="id",
100475  specials={ "circle", 0x6587 },
100476  unicodeslot=0x3246,
100477 },
100478 [0x3247]={
100479  category="so",
100480  cjkwd="w",
100481  description="CIRCLED IDEOGRAPH KOTO",
100482  direction="l",
100483  linebreak="id",
100484  specials={ "circle", 0x7B8F },
100485  unicodeslot=0x3247,
100486 },
100487 [0x3248]={
100488  category="so",
100489  cjkwd="a",
100490  description="CIRCLED NUMBER TEN ON BLACK SQUARE",
100491  direction="l",
100492  linebreak="ai",
100493  unicodeslot=0x3248,
100494 },
100495 [0x3249]={
100496  category="so",
100497  cjkwd="a",
100498  description="CIRCLED NUMBER TWENTY ON BLACK SQUARE",
100499  direction="l",
100500  linebreak="ai",
100501  unicodeslot=0x3249,
100502 },
100503 [0x324A]={
100504  category="so",
100505  cjkwd="a",
100506  description="CIRCLED NUMBER THIRTY ON BLACK SQUARE",
100507  direction="l",
100508  linebreak="ai",
100509  unicodeslot=0x324A,
100510 },
100511 [0x324B]={
100512  category="so",
100513  cjkwd="a",
100514  description="CIRCLED NUMBER FORTY ON BLACK SQUARE",
100515  direction="l",
100516  linebreak="ai",
100517  unicodeslot=0x324B,
100518 },
100519 [0x324C]={
100520  category="so",
100521  cjkwd="a",
100522  description="CIRCLED NUMBER FIFTY ON BLACK SQUARE",
100523  direction="l",
100524  linebreak="ai",
100525  unicodeslot=0x324C,
100526 },
100527 [0x324D]={
100528  category="so",
100529  cjkwd="a",
100530  description="CIRCLED NUMBER SIXTY ON BLACK SQUARE",
100531  direction="l",
100532  linebreak="ai",
100533  unicodeslot=0x324D,
100534 },
100535 [0x324E]={
100536  category="so",
100537  cjkwd="a",
100538  description="CIRCLED NUMBER SEVENTY ON BLACK SQUARE",
100539  direction="l",
100540  linebreak="ai",
100541  unicodeslot=0x324E,
100542 },
100543 [0x324F]={
100544  category="so",
100545  cjkwd="a",
100546  description="CIRCLED NUMBER EIGHTY ON BLACK SQUARE",
100547  direction="l",
100548  linebreak="ai",
100549  unicodeslot=0x324F,
100550 },
100551 [0x3250]={
100552  category="so",
100553  cjkwd="w",
100554  description="PARTNERSHIP SIGN",
100555  direction="on",
100556  linebreak="id",
100557  specials={ "square", 0x50, 0x54, 0x45 },
100558  unicodeslot=0x3250,
100559 },
100560 [0x3251]={
100561  category="no",
100562  cjkwd="w",
100563  description="CIRCLED NUMBER TWENTY ONE",
100564  direction="on",
100565  linebreak="id",
100566  specials={ "circle", 0x32, 0x31 },
100567  unicodeslot=0x3251,
100568 },
100569 [0x3252]={
100570  category="no",
100571  cjkwd="w",
100572  description="CIRCLED NUMBER TWENTY TWO",
100573  direction="on",
100574  linebreak="id",
100575  specials={ "circle", 0x32, 0x32 },
100576  unicodeslot=0x3252,
100577 },
100578 [0x3253]={
100579  category="no",
100580  cjkwd="w",
100581  description="CIRCLED NUMBER TWENTY THREE",
100582  direction="on",
100583  linebreak="id",
100584  specials={ "circle", 0x32, 0x33 },
100585  unicodeslot=0x3253,
100586 },
100587 [0x3254]={
100588  category="no",
100589  cjkwd="w",
100590  description="CIRCLED NUMBER TWENTY FOUR",
100591  direction="on",
100592  linebreak="id",
100593  specials={ "circle", 0x32, 0x34 },
100594  unicodeslot=0x3254,
100595 },
100596 [0x3255]={
100597  category="no",
100598  cjkwd="w",
100599  description="CIRCLED NUMBER TWENTY FIVE",
100600  direction="on",
100601  linebreak="id",
100602  specials={ "circle", 0x32, 0x35 },
100603  unicodeslot=0x3255,
100604 },
100605 [0x3256]={
100606  category="no",
100607  cjkwd="w",
100608  description="CIRCLED NUMBER TWENTY SIX",
100609  direction="on",
100610  linebreak="id",
100611  specials={ "circle", 0x32, 0x36 },
100612  unicodeslot=0x3256,
100613 },
100614 [0x3257]={
100615  category="no",
100616  cjkwd="w",
100617  description="CIRCLED NUMBER TWENTY SEVEN",
100618  direction="on",
100619  linebreak="id",
100620  specials={ "circle", 0x32, 0x37 },
100621  unicodeslot=0x3257,
100622 },
100623 [0x3258]={
100624  category="no",
100625  cjkwd="w",
100626  description="CIRCLED NUMBER TWENTY EIGHT",
100627  direction="on",
100628  linebreak="id",
100629  specials={ "circle", 0x32, 0x38 },
100630  unicodeslot=0x3258,
100631 },
100632 [0x3259]={
100633  category="no",
100634  cjkwd="w",
100635  description="CIRCLED NUMBER TWENTY NINE",
100636  direction="on",
100637  linebreak="id",
100638  specials={ "circle", 0x32, 0x39 },
100639  unicodeslot=0x3259,
100640 },
100641 [0x325A]={
100642  category="no",
100643  cjkwd="w",
100644  description="CIRCLED NUMBER THIRTY",
100645  direction="on",
100646  linebreak="id",
100647  specials={ "circle", 0x33, 0x30 },
100648  unicodeslot=0x325A,
100649 },
100650 [0x325B]={
100651  category="no",
100652  cjkwd="w",
100653  description="CIRCLED NUMBER THIRTY ONE",
100654  direction="on",
100655  linebreak="id",
100656  specials={ "circle", 0x33, 0x31 },
100657  unicodeslot=0x325B,
100658 },
100659 [0x325C]={
100660  category="no",
100661  cjkwd="w",
100662  description="CIRCLED NUMBER THIRTY TWO",
100663  direction="on",
100664  linebreak="id",
100665  specials={ "circle", 0x33, 0x32 },
100666  unicodeslot=0x325C,
100667 },
100668 [0x325D]={
100669  category="no",
100670  cjkwd="w",
100671  description="CIRCLED NUMBER THIRTY THREE",
100672  direction="on",
100673  linebreak="id",
100674  specials={ "circle", 0x33, 0x33 },
100675  unicodeslot=0x325D,
100676 },
100677 [0x325E]={
100678  category="no",
100679  cjkwd="w",
100680  description="CIRCLED NUMBER THIRTY FOUR",
100681  direction="on",
100682  linebreak="id",
100683  specials={ "circle", 0x33, 0x34 },
100684  unicodeslot=0x325E,
100685 },
100686 [0x325F]={
100687  category="no",
100688  cjkwd="w",
100689  description="CIRCLED NUMBER THIRTY FIVE",
100690  direction="on",
100691  linebreak="id",
100692  specials={ "circle", 0x33, 0x35 },
100693  unicodeslot=0x325F,
100694 },
100695 [0x3260]={
100696  adobename="kiyeokcirclekorean",
100697  category="so",
100698  cjkwd="w",
100699  description="CIRCLED HANGUL KIYEOK",
100700  direction="l",
100701  linebreak="id",
100702  specials={ "circle", 0x1100 },
100703  unicodeslot=0x3260,
100704 },
100705 [0x3261]={
100706  adobename="nieuncirclekorean",
100707  category="so",
100708  cjkwd="w",
100709  description="CIRCLED HANGUL NIEUN",
100710  direction="l",
100711  linebreak="id",
100712  specials={ "circle", 0x1102 },
100713  unicodeslot=0x3261,
100714 },
100715 [0x3262]={
100716  adobename="tikeutcirclekorean",
100717  category="so",
100718  cjkwd="w",
100719  description="CIRCLED HANGUL TIKEUT",
100720  direction="l",
100721  linebreak="id",
100722  specials={ "circle", 0x1103 },
100723  unicodeslot=0x3262,
100724 },
100725 [0x3263]={
100726  adobename="rieulcirclekorean",
100727  category="so",
100728  cjkwd="w",
100729  description="CIRCLED HANGUL RIEUL",
100730  direction="l",
100731  linebreak="id",
100732  specials={ "circle", 0x1105 },
100733  unicodeslot=0x3263,
100734 },
100735 [0x3264]={
100736  adobename="mieumcirclekorean",
100737  category="so",
100738  cjkwd="w",
100739  description="CIRCLED HANGUL MIEUM",
100740  direction="l",
100741  linebreak="id",
100742  specials={ "circle", 0x1106 },
100743  unicodeslot=0x3264,
100744 },
100745 [0x3265]={
100746  adobename="pieupcirclekorean",
100747  category="so",
100748  cjkwd="w",
100749  description="CIRCLED HANGUL PIEUP",
100750  direction="l",
100751  linebreak="id",
100752  specials={ "circle", 0x1107 },
100753  unicodeslot=0x3265,
100754 },
100755 [0x3266]={
100756  adobename="sioscirclekorean",
100757  category="so",
100758  cjkwd="w",
100759  description="CIRCLED HANGUL SIOS",
100760  direction="l",
100761  linebreak="id",
100762  specials={ "circle", 0x1109 },
100763  unicodeslot=0x3266,
100764 },
100765 [0x3267]={
100766  adobename="ieungcirclekorean",
100767  category="so",
100768  cjkwd="w",
100769  description="CIRCLED HANGUL IEUNG",
100770  direction="l",
100771  linebreak="id",
100772  specials={ "circle", 0x110B },
100773  unicodeslot=0x3267,
100774 },
100775 [0x3268]={
100776  adobename="cieuccirclekorean",
100777  category="so",
100778  cjkwd="w",
100779  description="CIRCLED HANGUL CIEUC",
100780  direction="l",
100781  linebreak="id",
100782  specials={ "circle", 0x110C },
100783  unicodeslot=0x3268,
100784 },
100785 [0x3269]={
100786  adobename="chieuchcirclekorean",
100787  category="so",
100788  cjkwd="w",
100789  description="CIRCLED HANGUL CHIEUCH",
100790  direction="l",
100791  linebreak="id",
100792  specials={ "circle", 0x110E },
100793  unicodeslot=0x3269,
100794 },
100795 [0x326A]={
100796  adobename="khieukhcirclekorean",
100797  category="so",
100798  cjkwd="w",
100799  description="CIRCLED HANGUL KHIEUKH",
100800  direction="l",
100801  linebreak="id",
100802  specials={ "circle", 0x110F },
100803  unicodeslot=0x326A,
100804 },
100805 [0x326B]={
100806  adobename="thieuthcirclekorean",
100807  category="so",
100808  cjkwd="w",
100809  description="CIRCLED HANGUL THIEUTH",
100810  direction="l",
100811  linebreak="id",
100812  specials={ "circle", 0x1110 },
100813  unicodeslot=0x326B,
100814 },
100815 [0x326C]={
100816  adobename="phieuphcirclekorean",
100817  category="so",
100818  cjkwd="w",
100819  description="CIRCLED HANGUL PHIEUPH",
100820  direction="l",
100821  linebreak="id",
100822  specials={ "circle", 0x1111 },
100823  unicodeslot=0x326C,
100824 },
100825 [0x326D]={
100826  adobename="hieuhcirclekorean",
100827  category="so",
100828  cjkwd="w",
100829  description="CIRCLED HANGUL HIEUH",
100830  direction="l",
100831  linebreak="id",
100832  specials={ "circle", 0x1112 },
100833  unicodeslot=0x326D,
100834 },
100835 [0x326E]={
100836  adobename="kiyeokacirclekorean",
100837  category="so",
100838  cjkwd="w",
100839  description="CIRCLED HANGUL KIYEOK A",
100840  direction="l",
100841  linebreak="id",
100842  specials={ "circle", 0x1100, 0x1161 },
100843  unicodeslot=0x326E,
100844 },
100845 [0x326F]={
100846  adobename="nieunacirclekorean",
100847  category="so",
100848  cjkwd="w",
100849  description="CIRCLED HANGUL NIEUN A",
100850  direction="l",
100851  linebreak="id",
100852  specials={ "circle", 0x1102, 0x1161 },
100853  unicodeslot=0x326F,
100854 },
100855 [0x3270]={
100856  adobename="tikeutacirclekorean",
100857  category="so",
100858  cjkwd="w",
100859  description="CIRCLED HANGUL TIKEUT A",
100860  direction="l",
100861  linebreak="id",
100862  specials={ "circle", 0x1103, 0x1161 },
100863  unicodeslot=0x3270,
100864 },
100865 [0x3271]={
100866  adobename="rieulacirclekorean",
100867  category="so",
100868  cjkwd="w",
100869  description="CIRCLED HANGUL RIEUL A",
100870  direction="l",
100871  linebreak="id",
100872  specials={ "circle", 0x1105, 0x1161 },
100873  unicodeslot=0x3271,
100874 },
100875 [0x3272]={
100876  adobename="mieumacirclekorean",
100877  category="so",
100878  cjkwd="w",
100879  description="CIRCLED HANGUL MIEUM A",
100880  direction="l",
100881  linebreak="id",
100882  specials={ "circle", 0x1106, 0x1161 },
100883  unicodeslot=0x3272,
100884 },
100885 [0x3273]={
100886  adobename="pieupacirclekorean",
100887  category="so",
100888  cjkwd="w",
100889  description="CIRCLED HANGUL PIEUP A",
100890  direction="l",
100891  linebreak="id",
100892  specials={ "circle", 0x1107, 0x1161 },
100893  unicodeslot=0x3273,
100894 },
100895 [0x3274]={
100896  adobename="siosacirclekorean",
100897  category="so",
100898  cjkwd="w",
100899  description="CIRCLED HANGUL SIOS A",
100900  direction="l",
100901  linebreak="id",
100902  specials={ "circle", 0x1109, 0x1161 },
100903  unicodeslot=0x3274,
100904 },
100905 [0x3275]={
100906  adobename="ieungacirclekorean",
100907  category="so",
100908  cjkwd="w",
100909  description="CIRCLED HANGUL IEUNG A",
100910  direction="l",
100911  linebreak="id",
100912  specials={ "circle", 0x110B, 0x1161 },
100913  unicodeslot=0x3275,
100914 },
100915 [0x3276]={
100916  adobename="cieucacirclekorean",
100917  category="so",
100918  cjkwd="w",
100919  description="CIRCLED HANGUL CIEUC A",
100920  direction="l",
100921  linebreak="id",
100922  specials={ "circle", 0x110C, 0x1161 },
100923  unicodeslot=0x3276,
100924 },
100925 [0x3277]={
100926  adobename="chieuchacirclekorean",
100927  category="so",
100928  cjkwd="w",
100929  description="CIRCLED HANGUL CHIEUCH A",
100930  direction="l",
100931  linebreak="id",
100932  specials={ "circle", 0x110E, 0x1161 },
100933  unicodeslot=0x3277,
100934 },
100935 [0x3278]={
100936  adobename="khieukhacirclekorean",
100937  category="so",
100938  cjkwd="w",
100939  description="CIRCLED HANGUL KHIEUKH A",
100940  direction="l",
100941  linebreak="id",
100942  specials={ "circle", 0x110F, 0x1161 },
100943  unicodeslot=0x3278,
100944 },
100945 [0x3279]={
100946  adobename="thieuthacirclekorean",
100947  category="so",
100948  cjkwd="w",
100949  description="CIRCLED HANGUL THIEUTH A",
100950  direction="l",
100951  linebreak="id",
100952  specials={ "circle", 0x1110, 0x1161 },
100953  unicodeslot=0x3279,
100954 },
100955 [0x327A]={
100956  adobename="phieuphacirclekorean",
100957  category="so",
100958  cjkwd="w",
100959  description="CIRCLED HANGUL PHIEUPH A",
100960  direction="l",
100961  linebreak="id",
100962  specials={ "circle", 0x1111, 0x1161 },
100963  unicodeslot=0x327A,
100964 },
100965 [0x327B]={
100966  adobename="hieuhacirclekorean",
100967  category="so",
100968  cjkwd="w",
100969  description="CIRCLED HANGUL HIEUH A",
100970  direction="l",
100971  linebreak="id",
100972  specials={ "circle", 0x1112, 0x1161 },
100973  unicodeslot=0x327B,
100974 },
100975 [0x327C]={
100976  category="so",
100977  cjkwd="w",
100978  description="CIRCLED KOREAN CHARACTER CHAMKO",
100979  direction="on",
100980  linebreak="id",
100981  specials={ "circle", 0x110E, 0x1161, 0x11B7, 0x1100, 0x1169 },
100982  unicodeslot=0x327C,
100983 },
100984 [0x327D]={
100985  category="so",
100986  cjkwd="w",
100987  description="CIRCLED KOREAN CHARACTER JUEUI",
100988  direction="on",
100989  linebreak="id",
100990  specials={ "circle", 0x110C, 0x116E, 0x110B, 0x1174 },
100991  unicodeslot=0x327D,
100992 },
100993 [0x327E]={
100994  category="so",
100995  cjkwd="w",
100996  description="CIRCLED HANGUL IEUNG U",
100997  direction="on",
100998  linebreak="id",
100999  specials={ "circle", 0x110B, 0x116E },
101000  unicodeslot=0x327E,
101001 },
101002 [0x327F]={
101003  adobename="koreanstandardsymbol",
101004  category="so",
101005  cjkwd="w",
101006  description="KOREAN STANDARD SYMBOL",
101007  direction="l",
101008  linebreak="id",
101009  unicodeslot=0x327F,
101010 },
101011 [0x3280]={
101012  category="no",
101013  cjkwd="w",
101014  description="CIRCLED IDEOGRAPH ONE",
101015  direction="l",
101016  linebreak="id",
101017  specials={ "circle", 0x4E00 },
101018  unicodeslot=0x3280,
101019 },
101020 [0x3281]={
101021  category="no",
101022  cjkwd="w",
101023  description="CIRCLED IDEOGRAPH TWO",
101024  direction="l",
101025  linebreak="id",
101026  specials={ "circle", 0x4E8C },
101027  unicodeslot=0x3281,
101028 },
101029 [0x3282]={
101030  category="no",
101031  cjkwd="w",
101032  description="CIRCLED IDEOGRAPH THREE",
101033  direction="l",
101034  linebreak="id",
101035  specials={ "circle", 0x4E09 },
101036  unicodeslot=0x3282,
101037 },
101038 [0x3283]={
101039  category="no",
101040  cjkwd="w",
101041  description="CIRCLED IDEOGRAPH FOUR",
101042  direction="l",
101043  linebreak="id",
101044  specials={ "circle", 0x56DB },
101045  unicodeslot=0x3283,
101046 },
101047 [0x3284]={
101048  category="no",
101049  cjkwd="w",
101050  description="CIRCLED IDEOGRAPH FIVE",
101051  direction="l",
101052  linebreak="id",
101053  specials={ "circle", 0x4E94 },
101054  unicodeslot=0x3284,
101055 },
101056 [0x3285]={
101057  category="no",
101058  cjkwd="w",
101059  description="CIRCLED IDEOGRAPH SIX",
101060  direction="l",
101061  linebreak="id",
101062  specials={ "circle", 0x516D },
101063  unicodeslot=0x3285,
101064 },
101065 [0x3286]={
101066  category="no",
101067  cjkwd="w",
101068  description="CIRCLED IDEOGRAPH SEVEN",
101069  direction="l",
101070  linebreak="id",
101071  specials={ "circle", 0x4E03 },
101072  unicodeslot=0x3286,
101073 },
101074 [0x3287]={
101075  category="no",
101076  cjkwd="w",
101077  description="CIRCLED IDEOGRAPH EIGHT",
101078  direction="l",
101079  linebreak="id",
101080  specials={ "circle", 0x516B },
101081  unicodeslot=0x3287,
101082 },
101083 [0x3288]={
101084  category="no",
101085  cjkwd="w",
101086  description="CIRCLED IDEOGRAPH NINE",
101087  direction="l",
101088  linebreak="id",
101089  specials={ "circle", 0x4E5D },
101090  unicodeslot=0x3288,
101091 },
101092 [0x3289]={
101093  category="no",
101094  cjkwd="w",
101095  description="CIRCLED IDEOGRAPH TEN",
101096  direction="l",
101097  linebreak="id",
101098  specials={ "circle", 0x5341 },
101099  unicodeslot=0x3289,
101100 },
101101 [0x328A]={
101102  adobename="ideographmooncircle",
101103  category="so",
101104  cjkwd="w",
101105  description="CIRCLED IDEOGRAPH MOON",
101106  direction="l",
101107  linebreak="id",
101108  specials={ "circle", 0x6708 },
101109  unicodeslot=0x328A,
101110 },
101111 [0x328B]={
101112  adobename="ideographfirecircle",
101113  category="so",
101114  cjkwd="w",
101115  description="CIRCLED IDEOGRAPH FIRE",
101116  direction="l",
101117  linebreak="id",
101118  specials={ "circle", 0x706B },
101119  unicodeslot=0x328B,
101120 },
101121 [0x328C]={
101122  adobename="ideographwatercircle",
101123  category="so",
101124  cjkwd="w",
101125  description="CIRCLED IDEOGRAPH WATER",
101126  direction="l",
101127  linebreak="id",
101128  specials={ "circle", 0x6C34 },
101129  unicodeslot=0x328C,
101130 },
101131 [0x328D]={
101132  adobename="ideographwoodcircle",
101133  category="so",
101134  cjkwd="w",
101135  description="CIRCLED IDEOGRAPH WOOD",
101136  direction="l",
101137  linebreak="id",
101138  specials={ "circle", 0x6728 },
101139  unicodeslot=0x328D,
101140 },
101141 [0x328E]={
101142  adobename="ideographmetalcircle",
101143  category="so",
101144  cjkwd="w",
101145  description="CIRCLED IDEOGRAPH METAL",
101146  direction="l",
101147  linebreak="id",
101148  specials={ "circle", 0x91D1 },
101149  unicodeslot=0x328E,
101150 },
101151 [0x328F]={
101152  adobename="ideographearthcircle",
101153  category="so",
101154  cjkwd="w",
101155  description="CIRCLED IDEOGRAPH EARTH",
101156  direction="l",
101157  linebreak="id",
101158  specials={ "circle", 0x571F },
101159  unicodeslot=0x328F,
101160 },
101161 [0x3290]={
101162  adobename="ideographsuncircle",
101163  category="so",
101164  cjkwd="w",
101165  description="CIRCLED IDEOGRAPH SUN",
101166  direction="l",
101167  linebreak="id",
101168  specials={ "circle", 0x65E5 },
101169  unicodeslot=0x3290,
101170 },
101171 [0x3291]={
101172  category="so",
101173  cjkwd="w",
101174  description="CIRCLED IDEOGRAPH STOCK",
101175  direction="l",
101176  linebreak="id",
101177  specials={ "circle", 0x682A },
101178  unicodeslot=0x3291,
101179 },
101180 [0x3292]={
101181  category="so",
101182  cjkwd="w",
101183  description="CIRCLED IDEOGRAPH HAVE",
101184  direction="l",
101185  linebreak="id",
101186  specials={ "circle", 0x6709 },
101187  unicodeslot=0x3292,
101188 },
101189 [0x3293]={
101190  category="so",
101191  cjkwd="w",
101192  description="CIRCLED IDEOGRAPH SOCIETY",
101193  direction="l",
101194  linebreak="id",
101195  specials={ "circle", 0x793E },
101196  unicodeslot=0x3293,
101197 },
101198 [0x3294]={
101199  adobename="ideographnamecircle",
101200  category="so",
101201  cjkwd="w",
101202  description="CIRCLED IDEOGRAPH NAME",
101203  direction="l",
101204  linebreak="id",
101205  specials={ "circle", 0x540D },
101206  unicodeslot=0x3294,
101207 },
101208 [0x3295]={
101209  category="so",
101210  cjkwd="w",
101211  description="CIRCLED IDEOGRAPH SPECIAL",
101212  direction="l",
101213  linebreak="id",
101214  specials={ "circle", 0x7279 },
101215  unicodeslot=0x3295,
101216 },
101217 [0x3296]={
101218  adobename="ideographicfinancialcircle",
101219  category="so",
101220  cjkwd="w",
101221  description="CIRCLED IDEOGRAPH FINANCIAL",
101222  direction="l",
101223  linebreak="id",
101224  specials={ "circle", 0x8CA1 },
101225  unicodeslot=0x3296,
101226 },
101227 [0x3297]={
101228  category="so",
101229  cjkwd="w",
101230  description="CIRCLED IDEOGRAPH CONGRATULATION",
101231  direction="l",
101232  linebreak="id",
101233  specials={ "circle", 0x795D },
101234  unicodeslot=0x3297,
101235  variants=variants_emoji,
101236 },
101237 [0x3298]={
101238  adobename="ideographiclaborcircle",
101239  category="so",
101240  cjkwd="w",
101241  description="CIRCLED IDEOGRAPH LABOR",
101242  direction="l",
101243  linebreak="id",
101244  specials={ "circle", 0x52B4 },
101245  unicodeslot=0x3298,
101246 },
101247 [0x3299]={
101248  adobename="ideographicsecretcircle",
101249  category="so",
101250  cjkwd="w",
101251  description="CIRCLED IDEOGRAPH SECRET",
101252  direction="l",
101253  linebreak="id",
101254  specials={ "circle", 0x79D8 },
101255  unicodeslot=0x3299,
101256  variants=variants_emoji,
101257 },
101258 [0x329A]={
101259  category="so",
101260  cjkwd="w",
101261  description="CIRCLED IDEOGRAPH MALE",
101262  direction="l",
101263  linebreak="id",
101264  specials={ "circle", 0x7537 },
101265  unicodeslot=0x329A,
101266 },
101267 [0x329B]={
101268  category="so",
101269  cjkwd="w",
101270  description="CIRCLED IDEOGRAPH FEMALE",
101271  direction="l",
101272  linebreak="id",
101273  specials={ "circle", 0x5973 },
101274  unicodeslot=0x329B,
101275 },
101276 [0x329C]={
101277  category="so",
101278  cjkwd="w",
101279  description="CIRCLED IDEOGRAPH SUITABLE",
101280  direction="l",
101281  linebreak="id",
101282  specials={ "circle", 0x9069 },
101283  unicodeslot=0x329C,
101284 },
101285 [0x329D]={
101286  adobename="ideographicexcellentcircle",
101287  category="so",
101288  cjkwd="w",
101289  description="CIRCLED IDEOGRAPH EXCELLENT",
101290  direction="l",
101291  linebreak="id",
101292  specials={ "circle", 0x512A },
101293  unicodeslot=0x329D,
101294 },
101295 [0x329E]={
101296  adobename="ideographicprintcircle",
101297  category="so",
101298  cjkwd="w",
101299  description="CIRCLED IDEOGRAPH PRINT",
101300  direction="l",
101301  linebreak="id",
101302  specials={ "circle", 0x5370 },
101303  unicodeslot=0x329E,
101304 },
101305 [0x329F]={
101306  category="so",
101307  cjkwd="w",
101308  description="CIRCLED IDEOGRAPH ATTENTION",
101309  direction="l",
101310  linebreak="id",
101311  specials={ "circle", 0x6CE8 },
101312  unicodeslot=0x329F,
101313 },
101314 [0x32A0]={
101315  category="so",
101316  cjkwd="w",
101317  description="CIRCLED IDEOGRAPH ITEM",
101318  direction="l",
101319  linebreak="id",
101320  specials={ "circle", 0x9805 },
101321  unicodeslot=0x32A0,
101322 },
101323 [0x32A1]={
101324  category="so",
101325  cjkwd="w",
101326  description="CIRCLED IDEOGRAPH REST",
101327  direction="l",
101328  linebreak="id",
101329  specials={ "circle", 0x4F11 },
101330  unicodeslot=0x32A1,
101331 },
101332 [0x32A2]={
101333  category="so",
101334  cjkwd="w",
101335  description="CIRCLED IDEOGRAPH COPY",
101336  direction="l",
101337  linebreak="id",
101338  specials={ "circle", 0x5199 },
101339  unicodeslot=0x32A2,
101340 },
101341 [0x32A3]={
101342  adobename="ideographiccorrectcircle",
101343  category="so",
101344  cjkwd="w",
101345  description="CIRCLED IDEOGRAPH CORRECT",
101346  direction="l",
101347  linebreak="id",
101348  specials={ "circle", 0x6B63 },
101349  unicodeslot=0x32A3,
101350 },
101351 [0x32A4]={
101352  adobename="ideographichighcircle",
101353  category="so",
101354  cjkwd="w",
101355  description="CIRCLED IDEOGRAPH HIGH",
101356  direction="l",
101357  linebreak="id",
101358  specials={ "circle", 0x4E0A },
101359  unicodeslot=0x32A4,
101360 },
101361 [0x32A5]={
101362  adobename="ideographiccentrecircle",
101363  category="so",
101364  cjkwd="w",
101365  description="CIRCLED IDEOGRAPH CENTRE",
101366  direction="l",
101367  linebreak="id",
101368  specials={ "circle", 0x4E2D },
101369  unicodeslot=0x32A5,
101370 },
101371 [0x32A6]={
101372  adobename="ideographiclowcircle",
101373  category="so",
101374  cjkwd="w",
101375  description="CIRCLED IDEOGRAPH LOW",
101376  direction="l",
101377  linebreak="id",
101378  specials={ "circle", 0x4E0B },
101379  unicodeslot=0x32A6,
101380 },
101381 [0x32A7]={
101382  adobename="ideographicleftcircle",
101383  category="so",
101384  cjkwd="w",
101385  description="CIRCLED IDEOGRAPH LEFT",
101386  direction="l",
101387  linebreak="id",
101388  specials={ "circle", 0x5DE6 },
101389  unicodeslot=0x32A7,
101390 },
101391 [0x32A8]={
101392  adobename="ideographicrightcircle",
101393  category="so",
101394  cjkwd="w",
101395  description="CIRCLED IDEOGRAPH RIGHT",
101396  direction="l",
101397  linebreak="id",
101398  specials={ "circle", 0x53F3 },
101399  unicodeslot=0x32A8,
101400 },
101401 [0x32A9]={
101402  adobename="ideographicmedicinecircle",
101403  category="so",
101404  cjkwd="w",
101405  description="CIRCLED IDEOGRAPH MEDICINE",
101406  direction="l",
101407  linebreak="id",
101408  specials={ "circle", 0x533B },
101409  unicodeslot=0x32A9,
101410 },
101411 [0x32AA]={
101412  category="so",
101413  cjkwd="w",
101414  description="CIRCLED IDEOGRAPH RELIGION",
101415  direction="l",
101416  linebreak="id",
101417  specials={ "circle", 0x5B97 },
101418  unicodeslot=0x32AA,
101419 },
101420 [0x32AB]={
101421  category="so",
101422  cjkwd="w",
101423  description="CIRCLED IDEOGRAPH STUDY",
101424  direction="l",
101425  linebreak="id",
101426  specials={ "circle", 0x5B66 },
101427  unicodeslot=0x32AB,
101428 },
101429 [0x32AC]={
101430  category="so",
101431  cjkwd="w",
101432  description="CIRCLED IDEOGRAPH SUPERVISE",
101433  direction="l",
101434  linebreak="id",
101435  specials={ "circle", 0x76E3 },
101436  unicodeslot=0x32AC,
101437 },
101438 [0x32AD]={
101439  category="so",
101440  cjkwd="w",
101441  description="CIRCLED IDEOGRAPH ENTERPRISE",
101442  direction="l",
101443  linebreak="id",
101444  specials={ "circle", 0x4F01 },
101445  unicodeslot=0x32AD,
101446 },
101447 [0x32AE]={
101448  category="so",
101449  cjkwd="w",
101450  description="CIRCLED IDEOGRAPH RESOURCE",
101451  direction="l",
101452  linebreak="id",
101453  specials={ "circle", 0x8CC7 },
101454  unicodeslot=0x32AE,
101455 },
101456 [0x32AF]={
101457  category="so",
101458  cjkwd="w",
101459  description="CIRCLED IDEOGRAPH ALLIANCE",
101460  direction="l",
101461  linebreak="id",
101462  specials={ "circle", 0x5354 },
101463  unicodeslot=0x32AF,
101464 },
101465 [0x32B0]={
101466  category="so",
101467  cjkwd="w",
101468  description="CIRCLED IDEOGRAPH NIGHT",
101469  direction="l",
101470  linebreak="id",
101471  specials={ "circle", 0x591C },
101472  unicodeslot=0x32B0,
101473 },
101474 [0x32B1]={
101475  category="no",
101476  cjkwd="w",
101477  description="CIRCLED NUMBER THIRTY SIX",
101478  direction="on",
101479  linebreak="id",
101480  specials={ "circle", 0x33, 0x36 },
101481  unicodeslot=0x32B1,
101482 },
101483 [0x32B2]={
101484  category="no",
101485  cjkwd="w",
101486  description="CIRCLED NUMBER THIRTY SEVEN",
101487  direction="on",
101488  linebreak="id",
101489  specials={ "circle", 0x33, 0x37 },
101490  unicodeslot=0x32B2,
101491 },
101492 [0x32B3]={
101493  category="no",
101494  cjkwd="w",
101495  description="CIRCLED NUMBER THIRTY EIGHT",
101496  direction="on",
101497  linebreak="id",
101498  specials={ "circle", 0x33, 0x38 },
101499  unicodeslot=0x32B3,
101500 },
101501 [0x32B4]={
101502  category="no",
101503  cjkwd="w",
101504  description="CIRCLED NUMBER THIRTY NINE",
101505  direction="on",
101506  linebreak="id",
101507  specials={ "circle", 0x33, 0x39 },
101508  unicodeslot=0x32B4,
101509 },
101510 [0x32B5]={
101511  category="no",
101512  cjkwd="w",
101513  description="CIRCLED NUMBER FORTY",
101514  direction="on",
101515  linebreak="id",
101516  specials={ "circle", 0x34, 0x30 },
101517  unicodeslot=0x32B5,
101518 },
101519 [0x32B6]={
101520  category="no",
101521  cjkwd="w",
101522  description="CIRCLED NUMBER FORTY ONE",
101523  direction="on",
101524  linebreak="id",
101525  specials={ "circle", 0x34, 0x31 },
101526  unicodeslot=0x32B6,
101527 },
101528 [0x32B7]={
101529  category="no",
101530  cjkwd="w",
101531  description="CIRCLED NUMBER FORTY TWO",
101532  direction="on",
101533  linebreak="id",
101534  specials={ "circle", 0x34, 0x32 },
101535  unicodeslot=0x32B7,
101536 },
101537 [0x32B8]={
101538  category="no",
101539  cjkwd="w",
101540  description="CIRCLED NUMBER FORTY THREE",
101541  direction="on",
101542  linebreak="id",
101543  specials={ "circle", 0x34, 0x33 },
101544  unicodeslot=0x32B8,
101545 },
101546 [0x32B9]={
101547  category="no",
101548  cjkwd="w",
101549  description="CIRCLED NUMBER FORTY FOUR",
101550  direction="on",
101551  linebreak="id",
101552  specials={ "circle", 0x34, 0x34 },
101553  unicodeslot=0x32B9,
101554 },
101555 [0x32BA]={
101556  category="no",
101557  cjkwd="w",
101558  description="CIRCLED NUMBER FORTY FIVE",
101559  direction="on",
101560  linebreak="id",
101561  specials={ "circle", 0x34, 0x35 },
101562  unicodeslot=0x32BA,
101563 },
101564 [0x32BB]={
101565  category="no",
101566  cjkwd="w",
101567  description="CIRCLED NUMBER FORTY SIX",
101568  direction="on",
101569  linebreak="id",
101570  specials={ "circle", 0x34, 0x36 },
101571  unicodeslot=0x32BB,
101572 },
101573 [0x32BC]={
101574  category="no",
101575  cjkwd="w",
101576  description="CIRCLED NUMBER FORTY SEVEN",
101577  direction="on",
101578  linebreak="id",
101579  specials={ "circle", 0x34, 0x37 },
101580  unicodeslot=0x32BC,
101581 },
101582 [0x32BD]={
101583  category="no",
101584  cjkwd="w",
101585  description="CIRCLED NUMBER FORTY EIGHT",
101586  direction="on",
101587  linebreak="id",
101588  specials={ "circle", 0x34, 0x38 },
101589  unicodeslot=0x32BD,
101590 },
101591 [0x32BE]={
101592  category="no",
101593  cjkwd="w",
101594  description="CIRCLED NUMBER FORTY NINE",
101595  direction="on",
101596  linebreak="id",
101597  specials={ "circle", 0x34, 0x39 },
101598  unicodeslot=0x32BE,
101599 },
101600 [0x32BF]={
101601  category="no",
101602  cjkwd="w",
101603  description="CIRCLED NUMBER FIFTY",
101604  direction="on",
101605  linebreak="id",
101606  specials={ "circle", 0x35, 0x30 },
101607  unicodeslot=0x32BF,
101608 },
101609 [0x32C0]={
101610  category="so",
101611  cjkwd="w",
101612  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY",
101613  direction="l",
101614  linebreak="id",
101615  specials={ "compat", 0x31, 0x6708 },
101616  unicodeslot=0x32C0,
101617 },
101618 [0x32C1]={
101619  category="so",
101620  cjkwd="w",
101621  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY",
101622  direction="l",
101623  linebreak="id",
101624  specials={ "compat", 0x32, 0x6708 },
101625  unicodeslot=0x32C1,
101626 },
101627 [0x32C2]={
101628  category="so",
101629  cjkwd="w",
101630  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR MARCH",
101631  direction="l",
101632  linebreak="id",
101633  specials={ "compat", 0x33, 0x6708 },
101634  unicodeslot=0x32C2,
101635 },
101636 [0x32C3]={
101637  category="so",
101638  cjkwd="w",
101639  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR APRIL",
101640  direction="l",
101641  linebreak="id",
101642  specials={ "compat", 0x34, 0x6708 },
101643  unicodeslot=0x32C3,
101644 },
101645 [0x32C4]={
101646  category="so",
101647  cjkwd="w",
101648  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR MAY",
101649  direction="l",
101650  linebreak="id",
101651  specials={ "compat", 0x35, 0x6708 },
101652  unicodeslot=0x32C4,
101653 },
101654 [0x32C5]={
101655  category="so",
101656  cjkwd="w",
101657  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR JUNE",
101658  direction="l",
101659  linebreak="id",
101660  specials={ "compat", 0x36, 0x6708 },
101661  unicodeslot=0x32C5,
101662 },
101663 [0x32C6]={
101664  category="so",
101665  cjkwd="w",
101666  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR JULY",
101667  direction="l",
101668  linebreak="id",
101669  specials={ "compat", 0x37, 0x6708 },
101670  unicodeslot=0x32C6,
101671 },
101672 [0x32C7]={
101673  category="so",
101674  cjkwd="w",
101675  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR AUGUST",
101676  direction="l",
101677  linebreak="id",
101678  specials={ "compat", 0x38, 0x6708 },
101679  unicodeslot=0x32C7,
101680 },
101681 [0x32C8]={
101682  category="so",
101683  cjkwd="w",
101684  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR SEPTEMBER",
101685  direction="l",
101686  linebreak="id",
101687  specials={ "compat", 0x39, 0x6708 },
101688  unicodeslot=0x32C8,
101689 },
101690 [0x32C9]={
101691  category="so",
101692  cjkwd="w",
101693  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR OCTOBER",
101694  direction="l",
101695  linebreak="id",
101696  specials={ "compat", 0x31, 0x30, 0x6708 },
101697  unicodeslot=0x32C9,
101698 },
101699 [0x32CA]={
101700  category="so",
101701  cjkwd="w",
101702  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR NOVEMBER",
101703  direction="l",
101704  linebreak="id",
101705  specials={ "compat", 0x31, 0x31, 0x6708 },
101706  unicodeslot=0x32CA,
101707 },
101708 [0x32CB]={
101709  category="so",
101710  cjkwd="w",
101711  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DECEMBER",
101712  direction="l",
101713  linebreak="id",
101714  specials={ "compat", 0x31, 0x32, 0x6708 },
101715  unicodeslot=0x32CB,
101716 },
101717 [0x32CC]={
101718  category="so",
101719  cjkwd="w",
101720  description="SQUARE HG",
101721  direction="on",
101722  linebreak="id",
101723  specials={ "square", 0x48, 0x67 },
101724  unicodeslot=0x32CC,
101725 },
101726 [0x32CD]={
101727  category="so",
101728  cjkwd="w",
101729  description="SQUARE ERG",
101730  direction="on",
101731  linebreak="id",
101732  specials={ "square", 0x65, 0x72, 0x67 },
101733  unicodeslot=0x32CD,
101734 },
101735 [0x32CE]={
101736  category="so",
101737  cjkwd="w",
101738  description="SQUARE EV",
101739  direction="on",
101740  linebreak="id",
101741  specials={ "square", 0x65, 0x56 },
101742  unicodeslot=0x32CE,
101743 },
101744 [0x32CF]={
101745  category="so",
101746  cjkwd="w",
101747  description="LIMITED LIABILITY SIGN",
101748  direction="on",
101749  linebreak="id",
101750  specials={ "square", 0x4C, 0x54, 0x44 },
101751  unicodeslot=0x32CF,
101752 },
101753 [0x32D0]={
101754  category="so",
101755  cjkwd="w",
101756  description="CIRCLED KATAKANA A",
101757  direction="l",
101758  linebreak="id",
101759  specials={ "circle", 0x30A2 },
101760  unicodeslot=0x32D0,
101761 },
101762 [0x32D1]={
101763  category="so",
101764  cjkwd="w",
101765  description="CIRCLED KATAKANA I",
101766  direction="l",
101767  linebreak="id",
101768  specials={ "circle", 0x30A4 },
101769  unicodeslot=0x32D1,
101770 },
101771 [0x32D2]={
101772  category="so",
101773  cjkwd="w",
101774  description="CIRCLED KATAKANA U",
101775  direction="l",
101776  linebreak="id",
101777  specials={ "circle", 0x30A6 },
101778  unicodeslot=0x32D2,
101779 },
101780 [0x32D3]={
101781  category="so",
101782  cjkwd="w",
101783  description="CIRCLED KATAKANA E",
101784  direction="l",
101785  linebreak="id",
101786  specials={ "circle", 0x30A8 },
101787  unicodeslot=0x32D3,
101788 },
101789 [0x32D4]={
101790  category="so",
101791  cjkwd="w",
101792  description="CIRCLED KATAKANA O",
101793  direction="l",
101794  linebreak="id",
101795  specials={ "circle", 0x30AA },
101796  unicodeslot=0x32D4,
101797 },
101798 [0x32D5]={
101799  category="so",
101800  cjkwd="w",
101801  description="CIRCLED KATAKANA KA",
101802  direction="l",
101803  linebreak="id",
101804  specials={ "circle", 0x30AB },
101805  unicodeslot=0x32D5,
101806 },
101807 [0x32D6]={
101808  category="so",
101809  cjkwd="w",
101810  description="CIRCLED KATAKANA KI",
101811  direction="l",
101812  linebreak="id",
101813  specials={ "circle", 0x30AD },
101814  unicodeslot=0x32D6,
101815 },
101816 [0x32D7]={
101817  category="so",
101818  cjkwd="w",
101819  description="CIRCLED KATAKANA KU",
101820  direction="l",
101821  linebreak="id",
101822  specials={ "circle", 0x30AF },
101823  unicodeslot=0x32D7,
101824 },
101825 [0x32D8]={
101826  category="so",
101827  cjkwd="w",
101828  description="CIRCLED KATAKANA KE",
101829  direction="l",
101830  linebreak="id",
101831  specials={ "circle", 0x30B1 },
101832  unicodeslot=0x32D8,
101833 },
101834 [0x32D9]={
101835  category="so",
101836  cjkwd="w",
101837  description="CIRCLED KATAKANA KO",
101838  direction="l",
101839  linebreak="id",
101840  specials={ "circle", 0x30B3 },
101841  unicodeslot=0x32D9,
101842 },
101843 [0x32DA]={
101844  category="so",
101845  cjkwd="w",
101846  description="CIRCLED KATAKANA SA",
101847  direction="l",
101848  linebreak="id",
101849  specials={ "circle", 0x30B5 },
101850  unicodeslot=0x32DA,
101851 },
101852 [0x32DB]={
101853  category="so",
101854  cjkwd="w",
101855  description="CIRCLED KATAKANA SI",
101856  direction="l",
101857  linebreak="id",
101858  specials={ "circle", 0x30B7 },
101859  unicodeslot=0x32DB,
101860 },
101861 [0x32DC]={
101862  category="so",
101863  cjkwd="w",
101864  description="CIRCLED KATAKANA SU",
101865  direction="l",
101866  linebreak="id",
101867  specials={ "circle", 0x30B9 },
101868  unicodeslot=0x32DC,
101869 },
101870 [0x32DD]={
101871  category="so",
101872  cjkwd="w",
101873  description="CIRCLED KATAKANA SE",
101874  direction="l",
101875  linebreak="id",
101876  specials={ "circle", 0x30BB },
101877  unicodeslot=0x32DD,
101878 },
101879 [0x32DE]={
101880  category="so",
101881  cjkwd="w",
101882  description="CIRCLED KATAKANA SO",
101883  direction="l",
101884  linebreak="id",
101885  specials={ "circle", 0x30BD },
101886  unicodeslot=0x32DE,
101887 },
101888 [0x32DF]={
101889  category="so",
101890  cjkwd="w",
101891  description="CIRCLED KATAKANA TA",
101892  direction="l",
101893  linebreak="id",
101894  specials={ "circle", 0x30BF },
101895  unicodeslot=0x32DF,
101896 },
101897 [0x32E0]={
101898  category="so",
101899  cjkwd="w",
101900  description="CIRCLED KATAKANA TI",
101901  direction="l",
101902  linebreak="id",
101903  specials={ "circle", 0x30C1 },
101904  unicodeslot=0x32E0,
101905 },
101906 [0x32E1]={
101907  category="so",
101908  cjkwd="w",
101909  description="CIRCLED KATAKANA TU",
101910  direction="l",
101911  linebreak="id",
101912  specials={ "circle", 0x30C4 },
101913  unicodeslot=0x32E1,
101914 },
101915 [0x32E2]={
101916  category="so",
101917  cjkwd="w",
101918  description="CIRCLED KATAKANA TE",
101919  direction="l",
101920  linebreak="id",
101921  specials={ "circle", 0x30C6 },
101922  unicodeslot=0x32E2,
101923 },
101924 [0x32E3]={
101925  category="so",
101926  cjkwd="w",
101927  description="CIRCLED KATAKANA TO",
101928  direction="l",
101929  linebreak="id",
101930  specials={ "circle", 0x30C8 },
101931  unicodeslot=0x32E3,
101932 },
101933 [0x32E4]={
101934  category="so",
101935  cjkwd="w",
101936  description="CIRCLED KATAKANA NA",
101937  direction="l",
101938  linebreak="id",
101939  specials={ "circle", 0x30CA },
101940  unicodeslot=0x32E4,
101941 },
101942 [0x32E5]={
101943  category="so",
101944  cjkwd="w",
101945  description="CIRCLED KATAKANA NI",
101946  direction="l",
101947  linebreak="id",
101948  specials={ "circle", 0x30CB },
101949  unicodeslot=0x32E5,
101950 },
101951 [0x32E6]={
101952  category="so",
101953  cjkwd="w",
101954  description="CIRCLED KATAKANA NU",
101955  direction="l",
101956  linebreak="id",
101957  specials={ "circle", 0x30CC },
101958  unicodeslot=0x32E6,
101959 },
101960 [0x32E7]={
101961  category="so",
101962  cjkwd="w",
101963  description="CIRCLED KATAKANA NE",
101964  direction="l",
101965  linebreak="id",
101966  specials={ "circle", 0x30CD },
101967  unicodeslot=0x32E7,
101968 },
101969 [0x32E8]={
101970  category="so",
101971  cjkwd="w",
101972  description="CIRCLED KATAKANA NO",
101973  direction="l",
101974  linebreak="id",
101975  specials={ "circle", 0x30CE },
101976  unicodeslot=0x32E8,
101977 },
101978 [0x32E9]={
101979  category="so",
101980  cjkwd="w",
101981  description="CIRCLED KATAKANA HA",
101982  direction="l",
101983  linebreak="id",
101984  specials={ "circle", 0x30CF },
101985  unicodeslot=0x32E9,
101986 },
101987 [0x32EA]={
101988  category="so",
101989  cjkwd="w",
101990  description="CIRCLED KATAKANA HI",
101991  direction="l",
101992  linebreak="id",
101993  specials={ "circle", 0x30D2 },
101994  unicodeslot=0x32EA,
101995 },
101996 [0x32EB]={
101997  category="so",
101998  cjkwd="w",
101999  description="CIRCLED KATAKANA HU",
102000  direction="l",
102001  linebreak="id",
102002  specials={ "circle", 0x30D5 },
102003  unicodeslot=0x32EB,
102004 },
102005 [0x32EC]={
102006  category="so",
102007  cjkwd="w",
102008  description="CIRCLED KATAKANA HE",
102009  direction="l",
102010  linebreak="id",
102011  specials={ "circle", 0x30D8 },
102012  unicodeslot=0x32EC,
102013 },
102014 [0x32ED]={
102015  category="so",
102016  cjkwd="w",
102017  description="CIRCLED KATAKANA HO",
102018  direction="l",
102019  linebreak="id",
102020  specials={ "circle", 0x30DB },
102021  unicodeslot=0x32ED,
102022 },
102023 [0x32EE]={
102024  category="so",
102025  cjkwd="w",
102026  description="CIRCLED KATAKANA MA",
102027  direction="l",
102028  linebreak="id",
102029  specials={ "circle", 0x30DE },
102030  unicodeslot=0x32EE,
102031 },
102032 [0x32EF]={
102033  category="so",
102034  cjkwd="w",
102035  description="CIRCLED KATAKANA MI",
102036  direction="l",
102037  linebreak="id",
102038  specials={ "circle", 0x30DF },
102039  unicodeslot=0x32EF,
102040 },
102041 [0x32F0]={
102042  category="so",
102043  cjkwd="w",
102044  description="CIRCLED KATAKANA MU",
102045  direction="l",
102046  linebreak="id",
102047  specials={ "circle", 0x30E0 },
102048  unicodeslot=0x32F0,
102049 },
102050 [0x32F1]={
102051  category="so",
102052  cjkwd="w",
102053  description="CIRCLED KATAKANA ME",
102054  direction="l",
102055  linebreak="id",
102056  specials={ "circle", 0x30E1 },
102057  unicodeslot=0x32F1,
102058 },
102059 [0x32F2]={
102060  category="so",
102061  cjkwd="w",
102062  description="CIRCLED KATAKANA MO",
102063  direction="l",
102064  linebreak="id",
102065  specials={ "circle", 0x30E2 },
102066  unicodeslot=0x32F2,
102067 },
102068 [0x32F3]={
102069  category="so",
102070  cjkwd="w",
102071  description="CIRCLED KATAKANA YA",
102072  direction="l",
102073  linebreak="id",
102074  specials={ "circle", 0x30E4 },
102075  unicodeslot=0x32F3,
102076 },
102077 [0x32F4]={
102078  category="so",
102079  cjkwd="w",
102080  description="CIRCLED KATAKANA YU",
102081  direction="l",
102082  linebreak="id",
102083  specials={ "circle", 0x30E6 },
102084  unicodeslot=0x32F4,
102085 },
102086 [0x32F5]={
102087  category="so",
102088  cjkwd="w",
102089  description="CIRCLED KATAKANA YO",
102090  direction="l",
102091  linebreak="id",
102092  specials={ "circle", 0x30E8 },
102093  unicodeslot=0x32F5,
102094 },
102095 [0x32F6]={
102096  category="so",
102097  cjkwd="w",
102098  description="CIRCLED KATAKANA RA",
102099  direction="l",
102100  linebreak="id",
102101  specials={ "circle", 0x30E9 },
102102  unicodeslot=0x32F6,
102103 },
102104 [0x32F7]={
102105  category="so",
102106  cjkwd="w",
102107  description="CIRCLED KATAKANA RI",
102108  direction="l",
102109  linebreak="id",
102110  specials={ "circle", 0x30EA },
102111  unicodeslot=0x32F7,
102112 },
102113 [0x32F8]={
102114  category="so",
102115  cjkwd="w",
102116  description="CIRCLED KATAKANA RU",
102117  direction="l",
102118  linebreak="id",
102119  specials={ "circle", 0x30EB },
102120  unicodeslot=0x32F8,
102121 },
102122 [0x32F9]={
102123  category="so",
102124  cjkwd="w",
102125  description="CIRCLED KATAKANA RE",
102126  direction="l",
102127  linebreak="id",
102128  specials={ "circle", 0x30EC },
102129  unicodeslot=0x32F9,
102130 },
102131 [0x32FA]={
102132  category="so",
102133  cjkwd="w",
102134  description="CIRCLED KATAKANA RO",
102135  direction="l",
102136  linebreak="id",
102137  specials={ "circle", 0x30ED },
102138  unicodeslot=0x32FA,
102139 },
102140 [0x32FB]={
102141  category="so",
102142  cjkwd="w",
102143  description="CIRCLED KATAKANA WA",
102144  direction="l",
102145  linebreak="id",
102146  specials={ "circle", 0x30EF },
102147  unicodeslot=0x32FB,
102148 },
102149 [0x32FC]={
102150  category="so",
102151  cjkwd="w",
102152  description="CIRCLED KATAKANA WI",
102153  direction="l",
102154  linebreak="id",
102155  specials={ "circle", 0x30F0 },
102156  unicodeslot=0x32FC,
102157 },
102158 [0x32FD]={
102159  category="so",
102160  cjkwd="w",
102161  description="CIRCLED KATAKANA WE",
102162  direction="l",
102163  linebreak="id",
102164  specials={ "circle", 0x30F1 },
102165  unicodeslot=0x32FD,
102166 },
102167 [0x32FE]={
102168  category="so",
102169  cjkwd="w",
102170  description="CIRCLED KATAKANA WO",
102171  direction="l",
102172  linebreak="id",
102173  specials={ "circle", 0x30F2 },
102174  unicodeslot=0x32FE,
102175 },
102176 [0x32FF]={
102177  category="so",
102178  cjkwd="w",
102179  description="SQUARE ERA NAME REIWA",
102180  direction="l",
102181  linebreak="id",
102182  specials={ "square", 0x4EE4, 0x548C },
102183  unicodeslot=0x32FF,
102184 },
102185 [0x3300]={
102186  adobename="apaatosquare",
102187  category="so",
102188  cjkwd="w",
102189  description="SQUARE APAATO",
102190  direction="l",
102191  linebreak="id",
102192  specials={ "square", 0x30A2, 0x30D1, 0x30FC, 0x30C8 },
102193  unicodeslot=0x3300,
102194 },
102195 [0x3301]={
102196  category="so",
102197  cjkwd="w",
102198  description="SQUARE ARUHUA",
102199  direction="l",
102200  linebreak="id",
102201  specials={ "square", 0x30A2, 0x30EB, 0x30D5, 0x30A1 },
102202  unicodeslot=0x3301,
102203 },
102204 [0x3302]={
102205  category="so",
102206  cjkwd="w",
102207  description="SQUARE ANPEA",
102208  direction="l",
102209  linebreak="id",
102210  specials={ "square", 0x30A2, 0x30F3, 0x30DA, 0x30A2 },
102211  unicodeslot=0x3302,
102212 },
102213 [0x3303]={
102214  adobename="aarusquare",
102215  category="so",
102216  cjkwd="w",
102217  description="SQUARE AARU",
102218  direction="l",
102219  linebreak="id",
102220  specials={ "square", 0x30A2, 0x30FC, 0x30EB },
102221  unicodeslot=0x3303,
102222 },
102223 [0x3304]={
102224  category="so",
102225  cjkwd="w",
102226  description="SQUARE ININGU",
102227  direction="l",
102228  linebreak="id",
102229  specials={ "square", 0x30A4, 0x30CB, 0x30F3, 0x30B0 },
102230  unicodeslot=0x3304,
102231 },
102232 [0x3305]={
102233  adobename="intisquare",
102234  category="so",
102235  cjkwd="w",
102236  description="SQUARE INTI",
102237  direction="l",
102238  linebreak="id",
102239  specials={ "square", 0x30A4, 0x30F3, 0x30C1 },
102240  unicodeslot=0x3305,
102241 },
102242 [0x3306]={
102243  category="so",
102244  cjkwd="w",
102245  description="SQUARE UON",
102246  direction="l",
102247  linebreak="id",
102248  specials={ "square", 0x30A6, 0x30A9, 0x30F3 },
102249  unicodeslot=0x3306,
102250 },
102251 [0x3307]={
102252  category="so",
102253  cjkwd="w",
102254  description="SQUARE ESUKUUDO",
102255  direction="l",
102256  linebreak="id",
102257  specials={ "square", 0x30A8, 0x30B9, 0x30AF, 0x30FC, 0x30C9 },
102258  unicodeslot=0x3307,
102259 },
102260 [0x3308]={
102261  category="so",
102262  cjkwd="w",
102263  description="SQUARE EEKAA",
102264  direction="l",
102265  linebreak="id",
102266  specials={ "square", 0x30A8, 0x30FC, 0x30AB, 0x30FC },
102267  unicodeslot=0x3308,
102268 },
102269 [0x3309]={
102270  category="so",
102271  cjkwd="w",
102272  description="SQUARE ONSU",
102273  direction="l",
102274  linebreak="id",
102275  specials={ "square", 0x30AA, 0x30F3, 0x30B9 },
102276  unicodeslot=0x3309,
102277 },
102278 [0x330A]={
102279  category="so",
102280  cjkwd="w",
102281  description="SQUARE OOMU",
102282  direction="l",
102283  linebreak="id",
102284  specials={ "square", 0x30AA, 0x30FC, 0x30E0 },
102285  unicodeslot=0x330A,
102286 },
102287 [0x330B]={
102288  category="so",
102289  cjkwd="w",
102290  description="SQUARE KAIRI",
102291  direction="l",
102292  linebreak="id",
102293  specials={ "square", 0x30AB, 0x30A4, 0x30EA },
102294  unicodeslot=0x330B,
102295 },
102296 [0x330C]={
102297  category="so",
102298  cjkwd="w",
102299  description="SQUARE KARATTO",
102300  direction="l",
102301  linebreak="id",
102302  specials={ "square", 0x30AB, 0x30E9, 0x30C3, 0x30C8 },
102303  unicodeslot=0x330C,
102304 },
102305 [0x330D]={
102306  adobename="karoriisquare",
102307  category="so",
102308  cjkwd="w",
102309  description="SQUARE KARORII",
102310  direction="l",
102311  linebreak="id",
102312  specials={ "square", 0x30AB, 0x30ED, 0x30EA, 0x30FC },
102313  unicodeslot=0x330D,
102314 },
102315 [0x330E]={
102316  category="so",
102317  cjkwd="w",
102318  description="SQUARE GARON",
102319  direction="l",
102320  linebreak="id",
102321  specials={ "square", 0x30AC, 0x30ED, 0x30F3 },
102322  unicodeslot=0x330E,
102323 },
102324 [0x330F]={
102325  category="so",
102326  cjkwd="w",
102327  description="SQUARE GANMA",
102328  direction="l",
102329  linebreak="id",
102330  specials={ "square", 0x30AC, 0x30F3, 0x30DE },
102331  unicodeslot=0x330F,
102332 },
102333 [0x3310]={
102334  category="so",
102335  cjkwd="w",
102336  description="SQUARE GIGA",
102337  direction="l",
102338  linebreak="id",
102339  specials={ "square", 0x30AE, 0x30AC },
102340  unicodeslot=0x3310,
102341 },
102342 [0x3311]={
102343  category="so",
102344  cjkwd="w",
102345  description="SQUARE GINII",
102346  direction="l",
102347  linebreak="id",
102348  specials={ "square", 0x30AE, 0x30CB, 0x30FC },
102349  unicodeslot=0x3311,
102350 },
102351 [0x3312]={
102352  category="so",
102353  cjkwd="w",
102354  description="SQUARE KYURII",
102355  direction="l",
102356  linebreak="id",
102357  specials={ "square", 0x30AD, 0x30E5, 0x30EA, 0x30FC },
102358  unicodeslot=0x3312,
102359 },
102360 [0x3313]={
102361  category="so",
102362  cjkwd="w",
102363  description="SQUARE GIRUDAA",
102364  direction="l",
102365  linebreak="id",
102366  specials={ "square", 0x30AE, 0x30EB, 0x30C0, 0x30FC },
102367  unicodeslot=0x3313,
102368 },
102369 [0x3314]={
102370  adobename="kirosquare",
102371  category="so",
102372  cjkwd="w",
102373  description="SQUARE KIRO",
102374  direction="l",
102375  linebreak="id",
102376  specials={ "square", 0x30AD, 0x30ED },
102377  unicodeslot=0x3314,
102378 },
102379 [0x3315]={
102380  adobename="kiroguramusquare",
102381  category="so",
102382  cjkwd="w",
102383  description="SQUARE KIROGURAMU",
102384  direction="l",
102385  linebreak="id",
102386  specials={ "square", 0x30AD, 0x30ED, 0x30B0, 0x30E9, 0x30E0 },
102387  unicodeslot=0x3315,
102388 },
102389 [0x3316]={
102390  adobename="kiromeetorusquare",
102391  category="so",
102392  cjkwd="w",
102393  description="SQUARE KIROMEETORU",
102394  direction="l",
102395  linebreak="id",
102396  specials={ "square", 0x30AD, 0x30ED, 0x30E1, 0x30FC, 0x30C8, 0x30EB },
102397  unicodeslot=0x3316,
102398 },
102399 [0x3317]={
102400  category="so",
102401  cjkwd="w",
102402  description="SQUARE KIROWATTO",
102403  direction="l",
102404  linebreak="id",
102405  specials={ "square", 0x30AD, 0x30ED, 0x30EF, 0x30C3, 0x30C8 },
102406  unicodeslot=0x3317,
102407 },
102408 [0x3318]={
102409  adobename="guramusquare",
102410  category="so",
102411  cjkwd="w",
102412  description="SQUARE GURAMU",
102413  direction="l",
102414  linebreak="id",
102415  specials={ "square", 0x30B0, 0x30E9, 0x30E0 },
102416  unicodeslot=0x3318,
102417 },
102418 [0x3319]={
102419  category="so",
102420  cjkwd="w",
102421  description="SQUARE GURAMUTON",
102422  direction="l",
102423  linebreak="id",
102424  specials={ "square", 0x30B0, 0x30E9, 0x30E0, 0x30C8, 0x30F3 },
102425  unicodeslot=0x3319,
102426 },
102427 [0x331A]={
102428  category="so",
102429  cjkwd="w",
102430  description="SQUARE KURUZEIRO",
102431  direction="l",
102432  linebreak="id",
102433  specials={ "square", 0x30AF, 0x30EB, 0x30BC, 0x30A4, 0x30ED },
102434  unicodeslot=0x331A,
102435 },
102436 [0x331B]={
102437  category="so",
102438  cjkwd="w",
102439  description="SQUARE KUROONE",
102440  direction="l",
102441  linebreak="id",
102442  specials={ "square", 0x30AF, 0x30ED, 0x30FC, 0x30CD },
102443  unicodeslot=0x331B,
102444 },
102445 [0x331C]={
102446  category="so",
102447  cjkwd="w",
102448  description="SQUARE KEESU",
102449  direction="l",
102450  linebreak="id",
102451  specials={ "square", 0x30B1, 0x30FC, 0x30B9 },
102452  unicodeslot=0x331C,
102453 },
102454 [0x331D]={
102455  category="so",
102456  cjkwd="w",
102457  description="SQUARE KORUNA",
102458  direction="l",
102459  linebreak="id",
102460  specials={ "square", 0x30B3, 0x30EB, 0x30CA },
102461  unicodeslot=0x331D,
102462 },
102463 [0x331E]={
102464  adobename="kooposquare",
102465  category="so",
102466  cjkwd="w",
102467  description="SQUARE KOOPO",
102468  direction="l",
102469  linebreak="id",
102470  specials={ "square", 0x30B3, 0x30FC, 0x30DD },
102471  unicodeslot=0x331E,
102472 },
102473 [0x331F]={
102474  category="so",
102475  cjkwd="w",
102476  description="SQUARE SAIKURU",
102477  direction="l",
102478  linebreak="id",
102479  specials={ "square", 0x30B5, 0x30A4, 0x30AF, 0x30EB },
102480  unicodeslot=0x331F,
102481 },
102482 [0x3320]={
102483  category="so",
102484  cjkwd="w",
102485  description="SQUARE SANTIIMU",
102486  direction="l",
102487  linebreak="id",
102488  specials={ "square", 0x30B5, 0x30F3, 0x30C1, 0x30FC, 0x30E0 },
102489  unicodeslot=0x3320,
102490 },
102491 [0x3321]={
102492  category="so",
102493  cjkwd="w",
102494  description="SQUARE SIRINGU",
102495  direction="l",
102496  linebreak="id",
102497  specials={ "square", 0x30B7, 0x30EA, 0x30F3, 0x30B0 },
102498  unicodeslot=0x3321,
102499 },
102500 [0x3322]={
102501  adobename="sentisquare",
102502  category="so",
102503  cjkwd="w",
102504  description="SQUARE SENTI",
102505  direction="l",
102506  linebreak="id",
102507  specials={ "square", 0x30BB, 0x30F3, 0x30C1 },
102508  unicodeslot=0x3322,
102509 },
102510 [0x3323]={
102511  adobename="sentosquare",
102512  category="so",
102513  cjkwd="w",
102514  description="SQUARE SENTO",
102515  direction="l",
102516  linebreak="id",
102517  specials={ "square", 0x30BB, 0x30F3, 0x30C8 },
102518  unicodeslot=0x3323,
102519 },
102520 [0x3324]={
102521  category="so",
102522  cjkwd="w",
102523  description="SQUARE DAASU",
102524  direction="l",
102525  linebreak="id",
102526  specials={ "square", 0x30C0, 0x30FC, 0x30B9 },
102527  unicodeslot=0x3324,
102528 },
102529 [0x3325]={
102530  category="so",
102531  cjkwd="w",
102532  description="SQUARE DESI",
102533  direction="l",
102534  linebreak="id",
102535  specials={ "square", 0x30C7, 0x30B7 },
102536  unicodeslot=0x3325,
102537 },
102538 [0x3326]={
102539  adobename="dorusquare",
102540  category="so",
102541  cjkwd="w",
102542  description="SQUARE DORU",
102543  direction="l",
102544  linebreak="id",
102545  specials={ "square", 0x30C9, 0x30EB },
102546  unicodeslot=0x3326,
102547 },
102548 [0x3327]={
102549  adobename="tonsquare",
102550  category="so",
102551  cjkwd="w",
102552  description="SQUARE TON",
102553  direction="l",
102554  linebreak="id",
102555  specials={ "square", 0x30C8, 0x30F3 },
102556  unicodeslot=0x3327,
102557 },
102558 [0x3328]={
102559  category="so",
102560  cjkwd="w",
102561  description="SQUARE NANO",
102562  direction="l",
102563  linebreak="id",
102564  specials={ "square", 0x30CA, 0x30CE },
102565  unicodeslot=0x3328,
102566 },
102567 [0x3329]={
102568  category="so",
102569  cjkwd="w",
102570  description="SQUARE NOTTO",
102571  direction="l",
102572  linebreak="id",
102573  specials={ "square", 0x30CE, 0x30C3, 0x30C8 },
102574  unicodeslot=0x3329,
102575 },
102576 [0x332A]={
102577  adobename="haitusquare",
102578  category="so",
102579  cjkwd="w",
102580  description="SQUARE HAITU",
102581  direction="l",
102582  linebreak="id",
102583  specials={ "square", 0x30CF, 0x30A4, 0x30C4 },
102584  unicodeslot=0x332A,
102585 },
102586 [0x332B]={
102587  adobename="paasentosquare",
102588  category="so",
102589  cjkwd="w",
102590  description="SQUARE PAASENTO",
102591  direction="l",
102592  linebreak="id",
102593  specials={ "square", 0x30D1, 0x30FC, 0x30BB, 0x30F3, 0x30C8 },
102594  unicodeslot=0x332B,
102595 },
102596 [0x332C]={
102597  category="so",
102598  cjkwd="w",
102599  description="SQUARE PAATU",
102600  direction="l",
102601  linebreak="id",
102602  specials={ "square", 0x30D1, 0x30FC, 0x30C4 },
102603  unicodeslot=0x332C,
102604 },
102605 [0x332D]={
102606  category="so",
102607  cjkwd="w",
102608  description="SQUARE BAARERU",
102609  direction="l",
102610  linebreak="id",
102611  specials={ "square", 0x30D0, 0x30FC, 0x30EC, 0x30EB },
102612  unicodeslot=0x332D,
102613 },
102614 [0x332E]={
102615  category="so",
102616  cjkwd="w",
102617  description="SQUARE PIASUTORU",
102618  direction="l",
102619  linebreak="id",
102620  specials={ "square", 0x30D4, 0x30A2, 0x30B9, 0x30C8, 0x30EB },
102621  unicodeslot=0x332E,
102622 },
102623 [0x332F]={
102624  category="so",
102625  cjkwd="w",
102626  description="SQUARE PIKURU",
102627  direction="l",
102628  linebreak="id",
102629  specials={ "square", 0x30D4, 0x30AF, 0x30EB },
102630  unicodeslot=0x332F,
102631 },
102632 [0x3330]={
102633  category="so",
102634  cjkwd="w",
102635  description="SQUARE PIKO",
102636  direction="l",
102637  linebreak="id",
102638  specials={ "square", 0x30D4, 0x30B3 },
102639  unicodeslot=0x3330,
102640 },
102641 [0x3331]={
102642  adobename="birusquare",
102643  category="so",
102644  cjkwd="w",
102645  description="SQUARE BIRU",
102646  direction="l",
102647  linebreak="id",
102648  specials={ "square", 0x30D3, 0x30EB },
102649  unicodeslot=0x3331,
102650 },
102651 [0x3332]={
102652  category="so",
102653  cjkwd="w",
102654  description="SQUARE HUARADDO",
102655  direction="l",
102656  linebreak="id",
102657  specials={ "square", 0x30D5, 0x30A1, 0x30E9, 0x30C3, 0x30C9 },
102658  unicodeslot=0x3332,
102659 },
102660 [0x3333]={
102661  adobename="huiitosquare",
102662  category="so",
102663  cjkwd="w",
102664  description="SQUARE HUIITO",
102665  direction="l",
102666  linebreak="id",
102667  specials={ "square", 0x30D5, 0x30A3, 0x30FC, 0x30C8 },
102668  unicodeslot=0x3333,
102669 },
102670 [0x3334]={
102671  category="so",
102672  cjkwd="w",
102673  description="SQUARE BUSSYERU",
102674  direction="l",
102675  linebreak="id",
102676  specials={ "square", 0x30D6, 0x30C3, 0x30B7, 0x30A7, 0x30EB },
102677  unicodeslot=0x3334,
102678 },
102679 [0x3335]={
102680  category="so",
102681  cjkwd="w",
102682  description="SQUARE HURAN",
102683  direction="l",
102684  linebreak="id",
102685  specials={ "square", 0x30D5, 0x30E9, 0x30F3 },
102686  unicodeslot=0x3335,
102687 },
102688 [0x3336]={
102689  adobename="hekutaarusquare",
102690  category="so",
102691  cjkwd="w",
102692  description="SQUARE HEKUTAARU",
102693  direction="l",
102694  linebreak="id",
102695  specials={ "square", 0x30D8, 0x30AF, 0x30BF, 0x30FC, 0x30EB },
102696  unicodeslot=0x3336,
102697 },
102698 [0x3337]={
102699  category="so",
102700  cjkwd="w",
102701  description="SQUARE PESO",
102702  direction="l",
102703  linebreak="id",
102704  specials={ "square", 0x30DA, 0x30BD },
102705  unicodeslot=0x3337,
102706 },
102707 [0x3338]={
102708  category="so",
102709  cjkwd="w",
102710  description="SQUARE PENIHI",
102711  direction="l",
102712  linebreak="id",
102713  specials={ "square", 0x30DA, 0x30CB, 0x30D2 },
102714  unicodeslot=0x3338,
102715 },
102716 [0x3339]={
102717  adobename="herutusquare",
102718  category="so",
102719  cjkwd="w",
102720  description="SQUARE HERUTU",
102721  direction="l",
102722  linebreak="id",
102723  specials={ "square", 0x30D8, 0x30EB, 0x30C4 },
102724  unicodeslot=0x3339,
102725 },
102726 [0x333A]={
102727  category="so",
102728  cjkwd="w",
102729  description="SQUARE PENSU",
102730  direction="l",
102731  linebreak="id",
102732  specials={ "square", 0x30DA, 0x30F3, 0x30B9 },
102733  unicodeslot=0x333A,
102734 },
102735 [0x333B]={
102736  adobename="peezisquare",
102737  category="so",
102738  cjkwd="w",
102739  description="SQUARE PEEZI",
102740  direction="l",
102741  linebreak="id",
102742  specials={ "square", 0x30DA, 0x30FC, 0x30B8 },
102743  unicodeslot=0x333B,
102744 },
102745 [0x333C]={
102746  category="so",
102747  cjkwd="w",
102748  description="SQUARE BEETA",
102749  direction="l",
102750  linebreak="id",
102751  specials={ "square", 0x30D9, 0x30FC, 0x30BF },
102752  unicodeslot=0x333C,
102753 },
102754 [0x333D]={
102755  category="so",
102756  cjkwd="w",
102757  description="SQUARE POINTO",
102758  direction="l",
102759  linebreak="id",
102760  specials={ "square", 0x30DD, 0x30A4, 0x30F3, 0x30C8 },
102761  unicodeslot=0x333D,
102762 },
102763 [0x333E]={
102764  category="so",
102765  cjkwd="w",
102766  description="SQUARE BORUTO",
102767  direction="l",
102768  linebreak="id",
102769  specials={ "square", 0x30DC, 0x30EB, 0x30C8 },
102770  unicodeslot=0x333E,
102771 },
102772 [0x333F]={
102773  category="so",
102774  cjkwd="w",
102775  description="SQUARE HON",
102776  direction="l",
102777  linebreak="id",
102778  specials={ "square", 0x30DB, 0x30F3 },
102779  unicodeslot=0x333F,
102780 },
102781 [0x3340]={
102782  category="so",
102783  cjkwd="w",
102784  description="SQUARE PONDO",
102785  direction="l",
102786  linebreak="id",
102787  specials={ "square", 0x30DD, 0x30F3, 0x30C9 },
102788  unicodeslot=0x3340,
102789 },
102790 [0x3341]={
102791  category="so",
102792  cjkwd="w",
102793  description="SQUARE HOORU",
102794  direction="l",
102795  linebreak="id",
102796  specials={ "square", 0x30DB, 0x30FC, 0x30EB },
102797  unicodeslot=0x3341,
102798 },
102799 [0x3342]={
102800  adobename="hoonsquare",
102801  category="so",
102802  cjkwd="w",
102803  description="SQUARE HOON",
102804  direction="l",
102805  linebreak="id",
102806  specials={ "square", 0x30DB, 0x30FC, 0x30F3 },
102807  unicodeslot=0x3342,
102808 },
102809 [0x3343]={
102810  category="so",
102811  cjkwd="w",
102812  description="SQUARE MAIKURO",
102813  direction="l",
102814  linebreak="id",
102815  specials={ "square", 0x30DE, 0x30A4, 0x30AF, 0x30ED },
102816  unicodeslot=0x3343,
102817 },
102818 [0x3344]={
102819  category="so",
102820  cjkwd="w",
102821  description="SQUARE MAIRU",
102822  direction="l",
102823  linebreak="id",
102824  specials={ "square", 0x30DE, 0x30A4, 0x30EB },
102825  unicodeslot=0x3344,
102826 },
102827 [0x3345]={
102828  category="so",
102829  cjkwd="w",
102830  description="SQUARE MAHHA",
102831  direction="l",
102832  linebreak="id",
102833  specials={ "square", 0x30DE, 0x30C3, 0x30CF },
102834  unicodeslot=0x3345,
102835 },
102836 [0x3346]={
102837  category="so",
102838  cjkwd="w",
102839  description="SQUARE MARUKU",
102840  direction="l",
102841  linebreak="id",
102842  specials={ "square", 0x30DE, 0x30EB, 0x30AF },
102843  unicodeslot=0x3346,
102844 },
102845 [0x3347]={
102846  adobename="mansyonsquare",
102847  category="so",
102848  cjkwd="w",
102849  description="SQUARE MANSYON",
102850  direction="l",
102851  linebreak="id",
102852  specials={ "square", 0x30DE, 0x30F3, 0x30B7, 0x30E7, 0x30F3 },
102853  unicodeslot=0x3347,
102854 },
102855 [0x3348]={
102856  category="so",
102857  cjkwd="w",
102858  description="SQUARE MIKURON",
102859  direction="l",
102860  linebreak="id",
102861  specials={ "square", 0x30DF, 0x30AF, 0x30ED, 0x30F3 },
102862  unicodeslot=0x3348,
102863 },
102864 [0x3349]={
102865  adobename="mirisquare",
102866  category="so",
102867  cjkwd="w",
102868  description="SQUARE MIRI",
102869  direction="l",
102870  linebreak="id",
102871  specials={ "square", 0x30DF, 0x30EA },
102872  unicodeslot=0x3349,
102873 },
102874 [0x334A]={
102875  adobename="miribaarusquare",
102876  category="so",
102877  cjkwd="w",
102878  description="SQUARE MIRIBAARU",
102879  direction="l",
102880  linebreak="id",
102881  specials={ "square", 0x30DF, 0x30EA, 0x30D0, 0x30FC, 0x30EB },
102882  unicodeslot=0x334A,
102883 },
102884 [0x334B]={
102885  category="so",
102886  cjkwd="w",
102887  description="SQUARE MEGA",
102888  direction="l",
102889  linebreak="id",
102890  specials={ "square", 0x30E1, 0x30AC },
102891  unicodeslot=0x334B,
102892 },
102893 [0x334C]={
102894  category="so",
102895  cjkwd="w",
102896  description="SQUARE MEGATON",
102897  direction="l",
102898  linebreak="id",
102899  specials={ "square", 0x30E1, 0x30AC, 0x30C8, 0x30F3 },
102900  unicodeslot=0x334C,
102901 },
102902 [0x334D]={
102903  adobename="meetorusquare",
102904  category="so",
102905  cjkwd="w",
102906  description="SQUARE MEETORU",
102907  direction="l",
102908  linebreak="id",
102909  specials={ "square", 0x30E1, 0x30FC, 0x30C8, 0x30EB },
102910  unicodeslot=0x334D,
102911 },
102912 [0x334E]={
102913  adobename="yaadosquare",
102914  category="so",
102915  cjkwd="w",
102916  description="SQUARE YAADO",
102917  direction="l",
102918  linebreak="id",
102919  specials={ "square", 0x30E4, 0x30FC, 0x30C9 },
102920  unicodeslot=0x334E,
102921 },
102922 [0x334F]={
102923  category="so",
102924  cjkwd="w",
102925  description="SQUARE YAARU",
102926  direction="l",
102927  linebreak="id",
102928  specials={ "square", 0x30E4, 0x30FC, 0x30EB },
102929  unicodeslot=0x334F,
102930 },
102931 [0x3350]={
102932  category="so",
102933  cjkwd="w",
102934  description="SQUARE YUAN",
102935  direction="l",
102936  linebreak="id",
102937  specials={ "square", 0x30E6, 0x30A2, 0x30F3 },
102938  unicodeslot=0x3350,
102939 },
102940 [0x3351]={
102941  adobename="rittorusquare",
102942  category="so",
102943  cjkwd="w",
102944  description="SQUARE RITTORU",
102945  direction="l",
102946  linebreak="id",
102947  specials={ "square", 0x30EA, 0x30C3, 0x30C8, 0x30EB },
102948  unicodeslot=0x3351,
102949 },
102950 [0x3352]={
102951  category="so",
102952  cjkwd="w",
102953  description="SQUARE RIRA",
102954  direction="l",
102955  linebreak="id",
102956  specials={ "square", 0x30EA, 0x30E9 },
102957  unicodeslot=0x3352,
102958 },
102959 [0x3353]={
102960  category="so",
102961  cjkwd="w",
102962  description="SQUARE RUPII",
102963  direction="l",
102964  linebreak="id",
102965  specials={ "square", 0x30EB, 0x30D4, 0x30FC },
102966  unicodeslot=0x3353,
102967 },
102968 [0x3354]={
102969  category="so",
102970  cjkwd="w",
102971  description="SQUARE RUUBURU",
102972  direction="l",
102973  linebreak="id",
102974  specials={ "square", 0x30EB, 0x30FC, 0x30D6, 0x30EB },
102975  unicodeslot=0x3354,
102976 },
102977 [0x3355]={
102978  category="so",
102979  cjkwd="w",
102980  description="SQUARE REMU",
102981  direction="l",
102982  linebreak="id",
102983  specials={ "square", 0x30EC, 0x30E0 },
102984  unicodeslot=0x3355,
102985 },
102986 [0x3356]={
102987  category="so",
102988  cjkwd="w",
102989  description="SQUARE RENTOGEN",
102990  direction="l",
102991  linebreak="id",
102992  specials={ "square", 0x30EC, 0x30F3, 0x30C8, 0x30B2, 0x30F3 },
102993  unicodeslot=0x3356,
102994 },
102995 [0x3357]={
102996  adobename="wattosquare",
102997  category="so",
102998  cjkwd="w",
102999  description="SQUARE WATTO",
103000  direction="l",
103001  linebreak="id",
103002  specials={ "square", 0x30EF, 0x30C3, 0x30C8 },
103003  unicodeslot=0x3357,
103004 },
103005 [0x3358]={
103006  category="so",
103007  cjkwd="w",
103008  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ZERO",
103009  direction="l",
103010  linebreak="id",
103011  specials={ "compat", 0x30, 0x70B9 },
103012  unicodeslot=0x3358,
103013 },
103014 [0x3359]={
103015  category="so",
103016  cjkwd="w",
103017  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ONE",
103018  direction="l",
103019  linebreak="id",
103020  specials={ "compat", 0x31, 0x70B9 },
103021  unicodeslot=0x3359,
103022 },
103023 [0x335A]={
103024  category="so",
103025  cjkwd="w",
103026  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWO",
103027  direction="l",
103028  linebreak="id",
103029  specials={ "compat", 0x32, 0x70B9 },
103030  unicodeslot=0x335A,
103031 },
103032 [0x335B]={
103033  category="so",
103034  cjkwd="w",
103035  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THREE",
103036  direction="l",
103037  linebreak="id",
103038  specials={ "compat", 0x33, 0x70B9 },
103039  unicodeslot=0x335B,
103040 },
103041 [0x335C]={
103042  category="so",
103043  cjkwd="w",
103044  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOUR",
103045  direction="l",
103046  linebreak="id",
103047  specials={ "compat", 0x34, 0x70B9 },
103048  unicodeslot=0x335C,
103049 },
103050 [0x335D]={
103051  category="so",
103052  cjkwd="w",
103053  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIVE",
103054  direction="l",
103055  linebreak="id",
103056  specials={ "compat", 0x35, 0x70B9 },
103057  unicodeslot=0x335D,
103058 },
103059 [0x335E]={
103060  category="so",
103061  cjkwd="w",
103062  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIX",
103063  direction="l",
103064  linebreak="id",
103065  specials={ "compat", 0x36, 0x70B9 },
103066  unicodeslot=0x335E,
103067 },
103068 [0x335F]={
103069  category="so",
103070  cjkwd="w",
103071  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVEN",
103072  direction="l",
103073  linebreak="id",
103074  specials={ "compat", 0x37, 0x70B9 },
103075  unicodeslot=0x335F,
103076 },
103077 [0x3360]={
103078  category="so",
103079  cjkwd="w",
103080  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHT",
103081  direction="l",
103082  linebreak="id",
103083  specials={ "compat", 0x38, 0x70B9 },
103084  unicodeslot=0x3360,
103085 },
103086 [0x3361]={
103087  category="so",
103088  cjkwd="w",
103089  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINE",
103090  direction="l",
103091  linebreak="id",
103092  specials={ "compat", 0x39, 0x70B9 },
103093  unicodeslot=0x3361,
103094 },
103095 [0x3362]={
103096  category="so",
103097  cjkwd="w",
103098  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TEN",
103099  direction="l",
103100  linebreak="id",
103101  specials={ "compat", 0x31, 0x30, 0x70B9 },
103102  unicodeslot=0x3362,
103103 },
103104 [0x3363]={
103105  category="so",
103106  cjkwd="w",
103107  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ELEVEN",
103108  direction="l",
103109  linebreak="id",
103110  specials={ "compat", 0x31, 0x31, 0x70B9 },
103111  unicodeslot=0x3363,
103112 },
103113 [0x3364]={
103114  category="so",
103115  cjkwd="w",
103116  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWELVE",
103117  direction="l",
103118  linebreak="id",
103119  specials={ "compat", 0x31, 0x32, 0x70B9 },
103120  unicodeslot=0x3364,
103121 },
103122 [0x3365]={
103123  category="so",
103124  cjkwd="w",
103125  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THIRTEEN",
103126  direction="l",
103127  linebreak="id",
103128  specials={ "compat", 0x31, 0x33, 0x70B9 },
103129  unicodeslot=0x3365,
103130 },
103131 [0x3366]={
103132  category="so",
103133  cjkwd="w",
103134  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOURTEEN",
103135  direction="l",
103136  linebreak="id",
103137  specials={ "compat", 0x31, 0x34, 0x70B9 },
103138  unicodeslot=0x3366,
103139 },
103140 [0x3367]={
103141  category="so",
103142  cjkwd="w",
103143  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIFTEEN",
103144  direction="l",
103145  linebreak="id",
103146  specials={ "compat", 0x31, 0x35, 0x70B9 },
103147  unicodeslot=0x3367,
103148 },
103149 [0x3368]={
103150  category="so",
103151  cjkwd="w",
103152  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIXTEEN",
103153  direction="l",
103154  linebreak="id",
103155  specials={ "compat", 0x31, 0x36, 0x70B9 },
103156  unicodeslot=0x3368,
103157 },
103158 [0x3369]={
103159  category="so",
103160  cjkwd="w",
103161  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVENTEEN",
103162  direction="l",
103163  linebreak="id",
103164  specials={ "compat", 0x31, 0x37, 0x70B9 },
103165  unicodeslot=0x3369,
103166 },
103167 [0x336A]={
103168  category="so",
103169  cjkwd="w",
103170  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHTEEN",
103171  direction="l",
103172  linebreak="id",
103173  specials={ "compat", 0x31, 0x38, 0x70B9 },
103174  unicodeslot=0x336A,
103175 },
103176 [0x336B]={
103177  category="so",
103178  cjkwd="w",
103179  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINETEEN",
103180  direction="l",
103181  linebreak="id",
103182  specials={ "compat", 0x31, 0x39, 0x70B9 },
103183  unicodeslot=0x336B,
103184 },
103185 [0x336C]={
103186  category="so",
103187  cjkwd="w",
103188  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY",
103189  direction="l",
103190  linebreak="id",
103191  specials={ "compat", 0x32, 0x30, 0x70B9 },
103192  unicodeslot=0x336C,
103193 },
103194 [0x336D]={
103195  category="so",
103196  cjkwd="w",
103197  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-ONE",
103198  direction="l",
103199  linebreak="id",
103200  specials={ "compat", 0x32, 0x31, 0x70B9 },
103201  unicodeslot=0x336D,
103202 },
103203 [0x336E]={
103204  category="so",
103205  cjkwd="w",
103206  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-TWO",
103207  direction="l",
103208  linebreak="id",
103209  specials={ "compat", 0x32, 0x32, 0x70B9 },
103210  unicodeslot=0x336E,
103211 },
103212 [0x336F]={
103213  category="so",
103214  cjkwd="w",
103215  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-THREE",
103216  direction="l",
103217  linebreak="id",
103218  specials={ "compat", 0x32, 0x33, 0x70B9 },
103219  unicodeslot=0x336F,
103220 },
103221 [0x3370]={
103222  category="so",
103223  cjkwd="w",
103224  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-FOUR",
103225  direction="l",
103226  linebreak="id",
103227  specials={ "compat", 0x32, 0x34, 0x70B9 },
103228  unicodeslot=0x3370,
103229 },
103230 [0x3371]={
103231  category="so",
103232  cjkwd="w",
103233  description="SQUARE HPA",
103234  direction="l",
103235  linebreak="id",
103236  specials={ "square", 0x68, 0x50, 0x61 },
103237  unicodeslot=0x3371,
103238 },
103239 [0x3372]={
103240  category="so",
103241  cjkwd="w",
103242  description="SQUARE DA",
103243  direction="l",
103244  linebreak="id",
103245  specials={ "square", 0x64, 0x61 },
103246  unicodeslot=0x3372,
103247 },
103248 [0x3373]={
103249  category="so",
103250  cjkwd="w",
103251  description="SQUARE AU",
103252  direction="l",
103253  linebreak="id",
103254  specials={ "square", 0x41, 0x55 },
103255  unicodeslot=0x3373,
103256 },
103257 [0x3374]={
103258  category="so",
103259  cjkwd="w",
103260  description="SQUARE BAR",
103261  direction="l",
103262  linebreak="id",
103263  specials={ "square", 0x62, 0x61, 0x72 },
103264  unicodeslot=0x3374,
103265 },
103266 [0x3375]={
103267  category="so",
103268  cjkwd="w",
103269  description="SQUARE OV",
103270  direction="l",
103271  linebreak="id",
103272  specials={ "square", 0x6F, 0x56 },
103273  unicodeslot=0x3375,
103274 },
103275 [0x3376]={
103276  category="so",
103277  cjkwd="w",
103278  description="SQUARE PC",
103279  direction="l",
103280  linebreak="id",
103281  specials={ "square", 0x70, 0x63 },
103282  unicodeslot=0x3376,
103283 },
103284 [0x3377]={
103285  category="so",
103286  cjkwd="w",
103287  description="SQUARE DM",
103288  direction="on",
103289  linebreak="id",
103290  specials={ "square", 0x64, 0x6D },
103291  unicodeslot=0x3377,
103292 },
103293 [0x3378]={
103294  category="so",
103295  cjkwd="w",
103296  description="SQUARE DM SQUARED",
103297  direction="on",
103298  linebreak="id",
103299  specials={ "square", 0x64, 0x6D, 0xB2 },
103300  unicodeslot=0x3378,
103301 },
103302 [0x3379]={
103303  category="so",
103304  cjkwd="w",
103305  description="SQUARE DM CUBED",
103306  direction="on",
103307  linebreak="id",
103308  specials={ "square", 0x64, 0x6D, 0xB3 },
103309  unicodeslot=0x3379,
103310 },
103311 [0x337A]={
103312  category="so",
103313  cjkwd="w",
103314  description="SQUARE IU",
103315  direction="on",
103316  linebreak="id",
103317  specials={ "square", 0x49, 0x55 },
103318  unicodeslot=0x337A,
103319 },
103320 [0x337B]={
103321  adobename="heiseierasquare",
103322  category="so",
103323  cjkwd="w",
103324  description="SQUARE ERA NAME HEISEI",
103325  direction="l",
103326  linebreak="id",
103327  specials={ "square", 0x5E73, 0x6210 },
103328  unicodeslot=0x337B,
103329 },
103330 [0x337C]={
103331  adobename="syouwaerasquare",
103332  category="so",
103333  cjkwd="w",
103334  description="SQUARE ERA NAME SYOUWA",
103335  direction="l",
103336  linebreak="id",
103337  specials={ "square", 0x662D, 0x548C },
103338  unicodeslot=0x337C,
103339 },
103340 [0x337D]={
103341  adobename="taisyouerasquare",
103342  category="so",
103343  cjkwd="w",
103344  description="SQUARE ERA NAME TAISYOU",
103345  direction="l",
103346  linebreak="id",
103347  specials={ "square", 0x5927, 0x6B63 },
103348  unicodeslot=0x337D,
103349 },
103350 [0x337E]={
103351  adobename="meizierasquare",
103352  category="so",
103353  cjkwd="w",
103354  description="SQUARE ERA NAME MEIZI",
103355  direction="l",
103356  linebreak="id",
103357  specials={ "square", 0x660E, 0x6CBB },
103358  unicodeslot=0x337E,
103359 },
103360 [0x337F]={
103361  adobename="corporationsquare",
103362  category="so",
103363  cjkwd="w",
103364  description="SQUARE CORPORATION",
103365  direction="l",
103366  linebreak="id",
103367  specials={ "square", 0x682A, 0x5F0F, 0x4F1A, 0x793E },
103368  synonyms={ "japanese incorporated", "kabusiki-gaisya" },
103369  unicodeslot=0x337F,
103370 },
103371 [0x3380]={
103372  adobename="paampssquare",
103373  category="so",
103374  cjkwd="w",
103375  description="SQUARE PA AMPS",
103376  direction="l",
103377  linebreak="id",
103378  specials={ "square", 0x70, 0x41 },
103379  unicodeslot=0x3380,
103380 },
103381 [0x3381]={
103382  adobename="nasquare",
103383  category="so",
103384  cjkwd="w",
103385  description="SQUARE NA",
103386  direction="l",
103387  linebreak="id",
103388  specials={ "square", 0x6E, 0x41 },
103389  unicodeslot=0x3381,
103390 },
103391 [0x3382]={
103392  adobename="muasquare",
103393  category="so",
103394  cjkwd="w",
103395  description="SQUARE MU A",
103396  direction="l",
103397  linebreak="id",
103398  specials={ "square", 0x3BC, 0x41 },
103399  unicodeslot=0x3382,
103400 },
103401 [0x3383]={
103402  adobename="masquare",
103403  category="so",
103404  cjkwd="w",
103405  description="SQUARE MA",
103406  direction="l",
103407  linebreak="id",
103408  specials={ "square", 0x6D, 0x41 },
103409  unicodeslot=0x3383,
103410 },
103411 [0x3384]={
103412  adobename="kasquare",
103413  category="so",
103414  cjkwd="w",
103415  description="SQUARE KA",
103416  direction="l",
103417  linebreak="id",
103418  specials={ "square", 0x6B, 0x41 },
103419  unicodeslot=0x3384,
103420 },
103421 [0x3385]={
103422  adobename="KBsquare",
103423  category="so",
103424  cjkwd="w",
103425  description="SQUARE KB",
103426  direction="l",
103427  linebreak="id",
103428  specials={ "square", 0x4B, 0x42 },
103429  unicodeslot=0x3385,
103430 },
103431 [0x3386]={
103432  adobename="MBsquare",
103433  category="so",
103434  cjkwd="w",
103435  description="SQUARE MB",
103436  direction="l",
103437  linebreak="id",
103438  specials={ "square", 0x4D, 0x42 },
103439  unicodeslot=0x3386,
103440 },
103441 [0x3387]={
103442  adobename="GBsquare",
103443  category="so",
103444  cjkwd="w",
103445  description="SQUARE GB",
103446  direction="l",
103447  linebreak="id",
103448  specials={ "square", 0x47, 0x42 },
103449  unicodeslot=0x3387,
103450 },
103451 [0x3388]={
103452  adobename="calsquare",
103453  category="so",
103454  cjkwd="w",
103455  description="SQUARE CAL",
103456  direction="l",
103457  linebreak="id",
103458  specials={ "square", 0x63, 0x61, 0x6C },
103459  unicodeslot=0x3388,
103460 },
103461 [0x3389]={
103462  adobename="kcalsquare",
103463  category="so",
103464  cjkwd="w",
103465  description="SQUARE KCAL",
103466  direction="l",
103467  linebreak="id",
103468  specials={ "square", 0x6B, 0x63, 0x61, 0x6C },
103469  unicodeslot=0x3389,
103470 },
103471 [0x338A]={
103472  adobename="pfsquare",
103473  category="so",
103474  cjkwd="w",
103475  description="SQUARE PF",
103476  direction="l",
103477  linebreak="id",
103478  specials={ "square", 0x70, 0x46 },
103479  unicodeslot=0x338A,
103480 },
103481 [0x338B]={
103482  adobename="nfsquare",
103483  category="so",
103484  cjkwd="w",
103485  description="SQUARE NF",
103486  direction="l",
103487  linebreak="id",
103488  specials={ "square", 0x6E, 0x46 },
103489  unicodeslot=0x338B,
103490 },
103491 [0x338C]={
103492  adobename="mufsquare",
103493  category="so",
103494  cjkwd="w",
103495  description="SQUARE MU F",
103496  direction="l",
103497  linebreak="id",
103498  specials={ "square", 0x3BC, 0x46 },
103499  unicodeslot=0x338C,
103500 },
103501 [0x338D]={
103502  adobename="mugsquare",
103503  category="so",
103504  cjkwd="w",
103505  description="SQUARE MU G",
103506  direction="l",
103507  linebreak="id",
103508  specials={ "square", 0x3BC, 0x67 },
103509  unicodeslot=0x338D,
103510 },
103511 [0x338E]={
103512  adobename="squaremg",
103513  category="so",
103514  cjkwd="w",
103515  description="SQUARE MG",
103516  direction="l",
103517  linebreak="id",
103518  specials={ "square", 0x6D, 0x67 },
103519  unicodeslot=0x338E,
103520 },
103521 [0x338F]={
103522  adobename="squarekg",
103523  category="so",
103524  cjkwd="w",
103525  description="SQUARE KG",
103526  direction="l",
103527  linebreak="id",
103528  specials={ "square", 0x6B, 0x67 },
103529  unicodeslot=0x338F,
103530 },
103531 [0x3390]={
103532  adobename="Hzsquare",
103533  category="so",
103534  cjkwd="w",
103535  description="SQUARE HZ",
103536  direction="l",
103537  linebreak="id",
103538  specials={ "square", 0x48, 0x7A },
103539  unicodeslot=0x3390,
103540 },
103541 [0x3391]={
103542  adobename="khzsquare",
103543  category="so",
103544  cjkwd="w",
103545  description="SQUARE KHZ",
103546  direction="l",
103547  linebreak="id",
103548  specials={ "square", 0x6B, 0x48, 0x7A },
103549  unicodeslot=0x3391,
103550 },
103551 [0x3392]={
103552  adobename="mhzsquare",
103553  category="so",
103554  cjkwd="w",
103555  description="SQUARE MHZ",
103556  direction="l",
103557  linebreak="id",
103558  specials={ "square", 0x4D, 0x48, 0x7A },
103559  unicodeslot=0x3392,
103560 },
103561 [0x3393]={
103562  adobename="ghzsquare",
103563  category="so",
103564  cjkwd="w",
103565  description="SQUARE GHZ",
103566  direction="l",
103567  linebreak="id",
103568  specials={ "square", 0x47, 0x48, 0x7A },
103569  unicodeslot=0x3393,
103570 },
103571 [0x3394]={
103572  adobename="thzsquare",
103573  category="so",
103574  cjkwd="w",
103575  description="SQUARE THZ",
103576  direction="l",
103577  linebreak="id",
103578  specials={ "square", 0x54, 0x48, 0x7A },
103579  unicodeslot=0x3394,
103580 },
103581 [0x3395]={
103582  adobename="mulsquare",
103583  category="so",
103584  cjkwd="w",
103585  description="SQUARE MU L",
103586  direction="l",
103587  linebreak="id",
103588  specials={ "square", 0x3BC, 0x2113 },
103589  unicodeslot=0x3395,
103590 },
103591 [0x3396]={
103592  adobename="mlsquare",
103593  category="so",
103594  cjkwd="w",
103595  description="SQUARE ML",
103596  direction="l",
103597  linebreak="id",
103598  specials={ "square", 0x6D, 0x2113 },
103599  unicodeslot=0x3396,
103600 },
103601 [0x3397]={
103602  adobename="dlsquare",
103603  category="so",
103604  cjkwd="w",
103605  description="SQUARE DL",
103606  direction="l",
103607  linebreak="id",
103608  specials={ "square", 0x64, 0x2113 },
103609  unicodeslot=0x3397,
103610 },
103611 [0x3398]={
103612  adobename="klsquare",
103613  category="so",
103614  cjkwd="w",
103615  description="SQUARE KL",
103616  direction="l",
103617  linebreak="id",
103618  specials={ "square", 0x6B, 0x2113 },
103619  unicodeslot=0x3398,
103620 },
103621 [0x3399]={
103622  adobename="fmsquare",
103623  category="so",
103624  cjkwd="w",
103625  description="SQUARE FM",
103626  direction="l",
103627  linebreak="id",
103628  specials={ "square", 0x66, 0x6D },
103629  unicodeslot=0x3399,
103630 },
103631 [0x339A]={
103632  adobename="nmsquare",
103633  category="so",
103634  cjkwd="w",
103635  description="SQUARE NM",
103636  direction="l",
103637  linebreak="id",
103638  specials={ "square", 0x6E, 0x6D },
103639  unicodeslot=0x339A,
103640 },
103641 [0x339B]={
103642  adobename="mumsquare",
103643  category="so",
103644  cjkwd="w",
103645  description="SQUARE MU M",
103646  direction="l",
103647  linebreak="id",
103648  specials={ "square", 0x3BC, 0x6D },
103649  unicodeslot=0x339B,
103650 },
103651 [0x339C]={
103652  adobename="squaremm",
103653  category="so",
103654  cjkwd="w",
103655  description="SQUARE MM",
103656  direction="l",
103657  linebreak="id",
103658  specials={ "square", 0x6D, 0x6D },
103659  unicodeslot=0x339C,
103660 },
103661 [0x339D]={
103662  adobename="squarecm",
103663  category="so",
103664  cjkwd="w",
103665  description="SQUARE CM",
103666  direction="l",
103667  linebreak="id",
103668  specials={ "square", 0x63, 0x6D },
103669  unicodeslot=0x339D,
103670 },
103671 [0x339E]={
103672  adobename="squarekm",
103673  category="so",
103674  cjkwd="w",
103675  description="SQUARE KM",
103676  direction="l",
103677  linebreak="id",
103678  specials={ "square", 0x6B, 0x6D },
103679  unicodeslot=0x339E,
103680 },
103681 [0x339F]={
103682  adobename="mmsquaredsquare",
103683  category="so",
103684  cjkwd="w",
103685  description="SQUARE MM SQUARED",
103686  direction="l",
103687  linebreak="id",
103688  specials={ "square", 0x6D, 0x6D, 0xB2 },
103689  unicodeslot=0x339F,
103690 },
103691 [0x33A0]={
103692  adobename="cmsquaredsquare",
103693  category="so",
103694  cjkwd="w",
103695  description="SQUARE CM SQUARED",
103696  direction="l",
103697  linebreak="id",
103698  specials={ "square", 0x63, 0x6D, 0xB2 },
103699  unicodeslot=0x33A0,
103700 },
103701 [0x33A1]={
103702  adobename="squaremsquared",
103703  category="so",
103704  cjkwd="w",
103705  description="SQUARE M SQUARED",
103706  direction="l",
103707  linebreak="id",
103708  specials={ "square", 0x6D, 0xB2 },
103709  unicodeslot=0x33A1,
103710 },
103711 [0x33A2]={
103712  adobename="kmsquaredsquare",
103713  category="so",
103714  cjkwd="w",
103715  description="SQUARE KM SQUARED",
103716  direction="l",
103717  linebreak="id",
103718  specials={ "square", 0x6B, 0x6D, 0xB2 },
103719  unicodeslot=0x33A2,
103720 },
103721 [0x33A3]={
103722  adobename="mmcubedsquare",
103723  category="so",
103724  cjkwd="w",
103725  description="SQUARE MM CUBED",
103726  direction="l",
103727  linebreak="id",
103728  specials={ "square", 0x6D, 0x6D, 0xB3 },
103729  unicodeslot=0x33A3,
103730 },
103731 [0x33A4]={
103732  adobename="cmcubedsquare",
103733  category="so",
103734  cjkwd="w",
103735  description="SQUARE CM CUBED",
103736  direction="l",
103737  linebreak="id",
103738  specials={ "square", 0x63, 0x6D, 0xB3 },
103739  unicodeslot=0x33A4,
103740 },
103741 [0x33A5]={
103742  adobename="mcubedsquare",
103743  category="so",
103744  cjkwd="w",
103745  description="SQUARE M CUBED",
103746  direction="l",
103747  linebreak="id",
103748  specials={ "square", 0x6D, 0xB3 },
103749  unicodeslot=0x33A5,
103750 },
103751 [0x33A6]={
103752  adobename="kmcubedsquare",
103753  category="so",
103754  cjkwd="w",
103755  description="SQUARE KM CUBED",
103756  direction="l",
103757  linebreak="id",
103758  specials={ "square", 0x6B, 0x6D, 0xB3 },
103759  unicodeslot=0x33A6,
103760 },
103761 [0x33A7]={
103762  adobename="moverssquare",
103763  category="so",
103764  cjkwd="w",
103765  description="SQUARE M OVER S",
103766  direction="l",
103767  linebreak="id",
103768  specials={ "square", 0x6D, 0x2215, 0x73 },
103769  unicodeslot=0x33A7,
103770 },
103771 [0x33A8]={
103772  adobename="moverssquaredsquare",
103773  category="so",
103774  cjkwd="w",
103775  description="SQUARE M OVER S SQUARED",
103776  direction="l",
103777  linebreak="id",
103778  specials={ "square", 0x6D, 0x2215, 0x73, 0xB2 },
103779  unicodeslot=0x33A8,
103780 },
103781 [0x33A9]={
103782  adobename="pasquare",
103783  category="so",
103784  cjkwd="w",
103785  description="SQUARE PA",
103786  direction="l",
103787  linebreak="id",
103788  specials={ "square", 0x50, 0x61 },
103789  unicodeslot=0x33A9,
103790 },
103791 [0x33AA]={
103792  adobename="kpasquare",
103793  category="so",
103794  cjkwd="w",
103795  description="SQUARE KPA",
103796  direction="l",
103797  linebreak="id",
103798  specials={ "square", 0x6B, 0x50, 0x61 },
103799  unicodeslot=0x33AA,
103800 },
103801 [0x33AB]={
103802  adobename="mpasquare",
103803  category="so",
103804  cjkwd="w",
103805  description="SQUARE MPA",
103806  direction="l",
103807  linebreak="id",
103808  specials={ "square", 0x4D, 0x50, 0x61 },
103809  unicodeslot=0x33AB,
103810 },
103811 [0x33AC]={
103812  adobename="gpasquare",
103813  category="so",
103814  cjkwd="w",
103815  description="SQUARE GPA",
103816  direction="l",
103817  linebreak="id",
103818  specials={ "square", 0x47, 0x50, 0x61 },
103819  unicodeslot=0x33AC,
103820 },
103821 [0x33AD]={
103822  adobename="radsquare",
103823  category="so",
103824  cjkwd="w",
103825  description="SQUARE RAD",
103826  direction="l",
103827  linebreak="id",
103828  specials={ "square", 0x72, 0x61, 0x64 },
103829  unicodeslot=0x33AD,
103830 },
103831 [0x33AE]={
103832  adobename="radoverssquare",
103833  category="so",
103834  cjkwd="w",
103835  description="SQUARE RAD OVER S",
103836  direction="l",
103837  linebreak="id",
103838  specials={ "square", 0x72, 0x61, 0x64, 0x2215, 0x73 },
103839  unicodeslot=0x33AE,
103840 },
103841 [0x33AF]={
103842  adobename="radoverssquaredsquare",
103843  category="so",
103844  cjkwd="w",
103845  description="SQUARE RAD OVER S SQUARED",
103846  direction="l",
103847  linebreak="id",
103848  specials={ "square", 0x72, 0x61, 0x64, 0x2215, 0x73, 0xB2 },
103849  unicodeslot=0x33AF,
103850 },
103851 [0x33B0]={
103852  adobename="pssquare",
103853  category="so",
103854  cjkwd="w",
103855  description="SQUARE PS",
103856  direction="l",
103857  linebreak="id",
103858  specials={ "square", 0x70, 0x73 },
103859  unicodeslot=0x33B0,
103860 },
103861 [0x33B1]={
103862  adobename="nssquare",
103863  category="so",
103864  cjkwd="w",
103865  description="SQUARE NS",
103866  direction="l",
103867  linebreak="id",
103868  specials={ "square", 0x6E, 0x73 },
103869  unicodeslot=0x33B1,
103870 },
103871 [0x33B2]={
103872  adobename="mussquare",
103873  category="so",
103874  cjkwd="w",
103875  description="SQUARE MU S",
103876  direction="l",
103877  linebreak="id",
103878  specials={ "square", 0x3BC, 0x73 },
103879  unicodeslot=0x33B2,
103880 },
103881 [0x33B3]={
103882  adobename="mssquare",
103883  category="so",
103884  cjkwd="w",
103885  description="SQUARE MS",
103886  direction="l",
103887  linebreak="id",
103888  specials={ "square", 0x6D, 0x73 },
103889  unicodeslot=0x33B3,
103890 },
103891 [0x33B4]={
103892  adobename="pvsquare",
103893  category="so",
103894  cjkwd="w",
103895  description="SQUARE PV",
103896  direction="l",
103897  linebreak="id",
103898  specials={ "square", 0x70, 0x56 },
103899  unicodeslot=0x33B4,
103900 },
103901 [0x33B5]={
103902  adobename="nvsquare",
103903  category="so",
103904  cjkwd="w",
103905  description="SQUARE NV",
103906  direction="l",
103907  linebreak="id",
103908  specials={ "square", 0x6E, 0x56 },
103909  unicodeslot=0x33B5,
103910 },
103911 [0x33B6]={
103912  adobename="muvsquare",
103913  category="so",
103914  cjkwd="w",
103915  description="SQUARE MU V",
103916  direction="l",
103917  linebreak="id",
103918  specials={ "square", 0x3BC, 0x56 },
103919  unicodeslot=0x33B6,
103920 },
103921 [0x33B7]={
103922  adobename="mvsquare",
103923  category="so",
103924  cjkwd="w",
103925  description="SQUARE MV",
103926  direction="l",
103927  linebreak="id",
103928  specials={ "square", 0x6D, 0x56 },
103929  unicodeslot=0x33B7,
103930 },
103931 [0x33B8]={
103932  adobename="kvsquare",
103933  category="so",
103934  cjkwd="w",
103935  description="SQUARE KV",
103936  direction="l",
103937  linebreak="id",
103938  specials={ "square", 0x6B, 0x56 },
103939  unicodeslot=0x33B8,
103940 },
103941 [0x33B9]={
103942  adobename="mvmegasquare",
103943  category="so",
103944  cjkwd="w",
103945  description="SQUARE MV MEGA",
103946  direction="l",
103947  linebreak="id",
103948  specials={ "square", 0x4D, 0x56 },
103949  unicodeslot=0x33B9,
103950 },
103951 [0x33BA]={
103952  adobename="pwsquare",
103953  category="so",
103954  cjkwd="w",
103955  description="SQUARE PW",
103956  direction="l",
103957  linebreak="id",
103958  specials={ "square", 0x70, 0x57 },
103959  unicodeslot=0x33BA,
103960 },
103961 [0x33BB]={
103962  adobename="nwsquare",
103963  category="so",
103964  cjkwd="w",
103965  description="SQUARE NW",
103966  direction="l",
103967  linebreak="id",
103968  specials={ "square", 0x6E, 0x57 },
103969  unicodeslot=0x33BB,
103970 },
103971 [0x33BC]={
103972  adobename="muwsquare",
103973  category="so",
103974  cjkwd="w",
103975  description="SQUARE MU W",
103976  direction="l",
103977  linebreak="id",
103978  specials={ "square", 0x3BC, 0x57 },
103979  unicodeslot=0x33BC,
103980 },
103981 [0x33BD]={
103982  adobename="mwsquare",
103983  category="so",
103984  cjkwd="w",
103985  description="SQUARE MW",
103986  direction="l",
103987  linebreak="id",
103988  specials={ "square", 0x6D, 0x57 },
103989  unicodeslot=0x33BD,
103990 },
103991 [0x33BE]={
103992  adobename="kwsquare",
103993  category="so",
103994  cjkwd="w",
103995  description="SQUARE KW",
103996  direction="l",
103997  linebreak="id",
103998  specials={ "square", 0x6B, 0x57 },
103999  unicodeslot=0x33BE,
104000 },
104001 [0x33BF]={
104002  adobename="mwmegasquare",
104003  category="so",
104004  cjkwd="w",
104005  description="SQUARE MW MEGA",
104006  direction="l",
104007  linebreak="id",
104008  specials={ "square", 0x4D, 0x57 },
104009  unicodeslot=0x33BF,
104010 },
104011 [0x33C0]={
104012  adobename="kohmsquare",
104013  category="so",
104014  cjkwd="w",
104015  description="SQUARE K OHM",
104016  direction="l",
104017  linebreak="id",
104018  specials={ "square", 0x6B, 0x3A9 },
104019  unicodeslot=0x33C0,
104020 },
104021 [0x33C1]={
104022  adobename="mohmsquare",
104023  category="so",
104024  cjkwd="w",
104025  description="SQUARE M OHM",
104026  direction="l",
104027  linebreak="id",
104028  specials={ "square", 0x4D, 0x3A9 },
104029  unicodeslot=0x33C1,
104030 },
104031 [0x33C2]={
104032  adobename="amsquare",
104033  category="so",
104034  cjkwd="w",
104035  description="SQUARE AM",
104036  direction="l",
104037  linebreak="id",
104038  specials={ "square", 0x61, 0x2E, 0x6D, 0x2E },
104039  unicodeslot=0x33C2,
104040 },
104041 [0x33C3]={
104042  adobename="bqsquare",
104043  category="so",
104044  cjkwd="w",
104045  description="SQUARE BQ",
104046  direction="l",
104047  linebreak="id",
104048  specials={ "square", 0x42, 0x71 },
104049  unicodeslot=0x33C3,
104050 },
104051 [0x33C4]={
104052  adobename="squarecc",
104053  category="so",
104054  cjkwd="w",
104055  description="SQUARE CC",
104056  direction="l",
104057  linebreak="id",
104058  specials={ "square", 0x63, 0x63 },
104059  unicodeslot=0x33C4,
104060 },
104061 [0x33C5]={
104062  adobename="cdsquare",
104063  category="so",
104064  cjkwd="w",
104065  description="SQUARE CD",
104066  direction="l",
104067  linebreak="id",
104068  specials={ "square", 0x63, 0x64 },
104069  unicodeslot=0x33C5,
104070 },
104071 [0x33C6]={
104072  adobename="coverkgsquare",
104073  category="so",
104074  cjkwd="w",
104075  description="SQUARE C OVER KG",
104076  direction="l",
104077  linebreak="id",
104078  specials={ "square", 0x43, 0x2215, 0x6B, 0x67 },
104079  unicodeslot=0x33C6,
104080 },
104081 [0x33C7]={
104082  adobename="cosquare",
104083  category="so",
104084  cjkwd="w",
104085  description="SQUARE CO",
104086  direction="l",
104087  linebreak="id",
104088  specials={ "square", 0x43, 0x6F, 0x2E },
104089  unicodeslot=0x33C7,
104090 },
104091 [0x33C8]={
104092  adobename="dbsquare",
104093  category="so",
104094  cjkwd="w",
104095  description="SQUARE DB",
104096  direction="l",
104097  linebreak="id",
104098  specials={ "square", 0x64, 0x42 },
104099  unicodeslot=0x33C8,
104100 },
104101 [0x33C9]={
104102  adobename="gysquare",
104103  category="so",
104104  cjkwd="w",
104105  description="SQUARE GY",
104106  direction="l",
104107  linebreak="id",
104108  specials={ "square", 0x47, 0x79 },
104109  unicodeslot=0x33C9,
104110 },
104111 [0x33CA]={
104112  adobename="hasquare",
104113  category="so",
104114  cjkwd="w",
104115  description="SQUARE HA",
104116  direction="l",
104117  linebreak="id",
104118  specials={ "square", 0x68, 0x61 },
104119  unicodeslot=0x33CA,
104120 },
104121 [0x33CB]={
104122  adobename="HPsquare",
104123  category="so",
104124  cjkwd="w",
104125  description="SQUARE HP",
104126  direction="l",
104127  linebreak="id",
104128  specials={ "square", 0x48, 0x50 },
104129  unicodeslot=0x33CB,
104130 },
104131 [0x33CC]={
104132  category="so",
104133  cjkwd="w",
104134  description="SQUARE IN",
104135  direction="l",
104136  linebreak="id",
104137  specials={ "square", 0x69, 0x6E },
104138  unicodeslot=0x33CC,
104139 },
104140 [0x33CD]={
104141  adobename="KKsquare",
104142  category="so",
104143  cjkwd="w",
104144  description="SQUARE KK",
104145  direction="l",
104146  linebreak="id",
104147  specials={ "square", 0x4B, 0x4B },
104148  unicodeslot=0x33CD,
104149 },
104150 [0x33CE]={
104151  adobename="squarekmcapital",
104152  category="so",
104153  cjkwd="w",
104154  description="SQUARE KM CAPITAL",
104155  direction="l",
104156  linebreak="id",
104157  specials={ "square", 0x4B, 0x4D },
104158  unicodeslot=0x33CE,
104159 },
104160 [0x33CF]={
104161  adobename="ktsquare",
104162  category="so",
104163  cjkwd="w",
104164  description="SQUARE KT",
104165  direction="l",
104166  linebreak="id",
104167  specials={ "square", 0x6B, 0x74 },
104168  unicodeslot=0x33CF,
104169 },
104170 [0x33D0]={
104171  adobename="lmsquare",
104172  category="so",
104173  cjkwd="w",
104174  description="SQUARE LM",
104175  direction="l",
104176  linebreak="id",
104177  specials={ "square", 0x6C, 0x6D },
104178  unicodeslot=0x33D0,
104179 },
104180 [0x33D1]={
104181  adobename="squareln",
104182  category="so",
104183  cjkwd="w",
104184  description="SQUARE LN",
104185  direction="l",
104186  linebreak="id",
104187  specials={ "square", 0x6C, 0x6E },
104188  unicodeslot=0x33D1,
104189 },
104190 [0x33D2]={
104191  adobename="squarelog",
104192  category="so",
104193  cjkwd="w",
104194  description="SQUARE LOG",
104195  direction="l",
104196  linebreak="id",
104197  specials={ "square", 0x6C, 0x6F, 0x67 },
104198  unicodeslot=0x33D2,
104199 },
104200 [0x33D3]={
104201  adobename="lxsquare",
104202  category="so",
104203  cjkwd="w",
104204  description="SQUARE LX",
104205  direction="l",
104206  linebreak="id",
104207  specials={ "square", 0x6C, 0x78 },
104208  unicodeslot=0x33D3,
104209 },
104210 [0x33D4]={
104211  adobename="mbsquare",
104212  category="so",
104213  cjkwd="w",
104214  description="SQUARE MB SMALL",
104215  direction="l",
104216  linebreak="id",
104217  specials={ "square", 0x6D, 0x62 },
104218  unicodeslot=0x33D4,
104219 },
104220 [0x33D5]={
104221  adobename="squaremil",
104222  category="so",
104223  cjkwd="w",
104224  description="SQUARE MIL",
104225  direction="l",
104226  linebreak="id",
104227  specials={ "square", 0x6D, 0x69, 0x6C },
104228  unicodeslot=0x33D5,
104229 },
104230 [0x33D6]={
104231  adobename="molsquare",
104232  category="so",
104233  cjkwd="w",
104234  description="SQUARE MOL",
104235  direction="l",
104236  linebreak="id",
104237  specials={ "square", 0x6D, 0x6F, 0x6C },
104238  unicodeslot=0x33D6,
104239 },
104240 [0x33D7]={
104241  category="so",
104242  cjkwd="w",
104243  description="SQUARE PH",
104244  direction="l",
104245  linebreak="id",
104246  specials={ "square", 0x50, 0x48 },
104247  unicodeslot=0x33D7,
104248 },
104249 [0x33D8]={
104250  adobename="pmsquare",
104251  category="so",
104252  cjkwd="w",
104253  description="SQUARE PM",
104254  direction="l",
104255  linebreak="id",
104256  specials={ "square", 0x70, 0x2E, 0x6D, 0x2E },
104257  unicodeslot=0x33D8,
104258 },
104259 [0x33D9]={
104260  category="so",
104261  cjkwd="w",
104262  description="SQUARE PPM",
104263  direction="l",
104264  linebreak="id",
104265  specials={ "square", 0x50, 0x50, 0x4D },
104266  unicodeslot=0x33D9,
104267 },
104268 [0x33DA]={
104269  category="so",
104270  cjkwd="w",
104271  description="SQUARE PR",
104272  direction="l",
104273  linebreak="id",
104274  specials={ "square", 0x50, 0x52 },
104275  unicodeslot=0x33DA,
104276 },
104277 [0x33DB]={
104278  adobename="srsquare",
104279  category="so",
104280  cjkwd="w",
104281  description="SQUARE SR",
104282  direction="l",
104283  linebreak="id",
104284  specials={ "square", 0x73, 0x72 },
104285  unicodeslot=0x33DB,
104286 },
104287 [0x33DC]={
104288  adobename="svsquare",
104289  category="so",
104290  cjkwd="w",
104291  description="SQUARE SV",
104292  direction="l",
104293  linebreak="id",
104294  specials={ "square", 0x53, 0x76 },
104295  unicodeslot=0x33DC,
104296 },
104297 [0x33DD]={
104298  adobename="wbsquare",
104299  category="so",
104300  cjkwd="w",
104301  description="SQUARE WB",
104302  direction="l",
104303  linebreak="id",
104304  specials={ "square", 0x57, 0x62 },
104305  unicodeslot=0x33DD,
104306 },
104307 [0x33DE]={
104308  category="so",
104309  cjkwd="w",
104310  description="SQUARE V OVER M",
104311  direction="on",
104312  linebreak="id",
104313  specials={ "square", 0x56, 0x2215, 0x6D },
104314  unicodeslot=0x33DE,
104315 },
104316 [0x33DF]={
104317  category="so",
104318  cjkwd="w",
104319  description="SQUARE A OVER M",
104320  direction="on",
104321  linebreak="id",
104322  specials={ "square", 0x41, 0x2215, 0x6D },
104323  unicodeslot=0x33DF,
104324 },
104325 [0x33E0]={
104326  category="so",
104327  cjkwd="w",
104328  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ONE",
104329  direction="l",
104330  linebreak="id",
104331  specials={ "compat", 0x31, 0x65E5 },
104332  unicodeslot=0x33E0,
104333 },
104334 [0x33E1]={
104335  category="so",
104336  cjkwd="w",
104337  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWO",
104338  direction="l",
104339  linebreak="id",
104340  specials={ "compat", 0x32, 0x65E5 },
104341  unicodeslot=0x33E1,
104342 },
104343 [0x33E2]={
104344  category="so",
104345  cjkwd="w",
104346  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THREE",
104347  direction="l",
104348  linebreak="id",
104349  specials={ "compat", 0x33, 0x65E5 },
104350  unicodeslot=0x33E2,
104351 },
104352 [0x33E3]={
104353  category="so",
104354  cjkwd="w",
104355  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOUR",
104356  direction="l",
104357  linebreak="id",
104358  specials={ "compat", 0x34, 0x65E5 },
104359  unicodeslot=0x33E3,
104360 },
104361 [0x33E4]={
104362  category="so",
104363  cjkwd="w",
104364  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIVE",
104365  direction="l",
104366  linebreak="id",
104367  specials={ "compat", 0x35, 0x65E5 },
104368  unicodeslot=0x33E4,
104369 },
104370 [0x33E5]={
104371  category="so",
104372  cjkwd="w",
104373  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIX",
104374  direction="l",
104375  linebreak="id",
104376  specials={ "compat", 0x36, 0x65E5 },
104377  unicodeslot=0x33E5,
104378 },
104379 [0x33E6]={
104380  category="so",
104381  cjkwd="w",
104382  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVEN",
104383  direction="l",
104384  linebreak="id",
104385  specials={ "compat", 0x37, 0x65E5 },
104386  unicodeslot=0x33E6,
104387 },
104388 [0x33E7]={
104389  category="so",
104390  cjkwd="w",
104391  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHT",
104392  direction="l",
104393  linebreak="id",
104394  specials={ "compat", 0x38, 0x65E5 },
104395  unicodeslot=0x33E7,
104396 },
104397 [0x33E8]={
104398  category="so",
104399  cjkwd="w",
104400  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINE",
104401  direction="l",
104402  linebreak="id",
104403  specials={ "compat", 0x39, 0x65E5 },
104404  unicodeslot=0x33E8,
104405 },
104406 [0x33E9]={
104407  category="so",
104408  cjkwd="w",
104409  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TEN",
104410  direction="l",
104411  linebreak="id",
104412  specials={ "compat", 0x31, 0x30, 0x65E5 },
104413  unicodeslot=0x33E9,
104414 },
104415 [0x33EA]={
104416  category="so",
104417  cjkwd="w",
104418  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ELEVEN",
104419  direction="l",
104420  linebreak="id",
104421  specials={ "compat", 0x31, 0x31, 0x65E5 },
104422  unicodeslot=0x33EA,
104423 },
104424 [0x33EB]={
104425  category="so",
104426  cjkwd="w",
104427  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWELVE",
104428  direction="l",
104429  linebreak="id",
104430  specials={ "compat", 0x31, 0x32, 0x65E5 },
104431  unicodeslot=0x33EB,
104432 },
104433 [0x33EC]={
104434  category="so",
104435  cjkwd="w",
104436  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTEEN",
104437  direction="l",
104438  linebreak="id",
104439  specials={ "compat", 0x31, 0x33, 0x65E5 },
104440  unicodeslot=0x33EC,
104441 },
104442 [0x33ED]={
104443  category="so",
104444  cjkwd="w",
104445  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOURTEEN",
104446  direction="l",
104447  linebreak="id",
104448  specials={ "compat", 0x31, 0x34, 0x65E5 },
104449  unicodeslot=0x33ED,
104450 },
104451 [0x33EE]={
104452  category="so",
104453  cjkwd="w",
104454  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIFTEEN",
104455  direction="l",
104456  linebreak="id",
104457  specials={ "compat", 0x31, 0x35, 0x65E5 },
104458  unicodeslot=0x33EE,
104459 },
104460 [0x33EF]={
104461  category="so",
104462  cjkwd="w",
104463  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIXTEEN",
104464  direction="l",
104465  linebreak="id",
104466  specials={ "compat", 0x31, 0x36, 0x65E5 },
104467  unicodeslot=0x33EF,
104468 },
104469 [0x33F0]={
104470  category="so",
104471  cjkwd="w",
104472  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVENTEEN",
104473  direction="l",
104474  linebreak="id",
104475  specials={ "compat", 0x31, 0x37, 0x65E5 },
104476  unicodeslot=0x33F0,
104477 },
104478 [0x33F1]={
104479  category="so",
104480  cjkwd="w",
104481  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHTEEN",
104482  direction="l",
104483  linebreak="id",
104484  specials={ "compat", 0x31, 0x38, 0x65E5 },
104485  unicodeslot=0x33F1,
104486 },
104487 [0x33F2]={
104488  category="so",
104489  cjkwd="w",
104490  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINETEEN",
104491  direction="l",
104492  linebreak="id",
104493  specials={ "compat", 0x31, 0x39, 0x65E5 },
104494  unicodeslot=0x33F2,
104495 },
104496 [0x33F3]={
104497  category="so",
104498  cjkwd="w",
104499  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY",
104500  direction="l",
104501  linebreak="id",
104502  specials={ "compat", 0x32, 0x30, 0x65E5 },
104503  unicodeslot=0x33F3,
104504 },
104505 [0x33F4]={
104506  category="so",
104507  cjkwd="w",
104508  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-ONE",
104509  direction="l",
104510  linebreak="id",
104511  specials={ "compat", 0x32, 0x31, 0x65E5 },
104512  unicodeslot=0x33F4,
104513 },
104514 [0x33F5]={
104515  category="so",
104516  cjkwd="w",
104517  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-TWO",
104518  direction="l",
104519  linebreak="id",
104520  specials={ "compat", 0x32, 0x32, 0x65E5 },
104521  unicodeslot=0x33F5,
104522 },
104523 [0x33F6]={
104524  category="so",
104525  cjkwd="w",
104526  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-THREE",
104527  direction="l",
104528  linebreak="id",
104529  specials={ "compat", 0x32, 0x33, 0x65E5 },
104530  unicodeslot=0x33F6,
104531 },
104532 [0x33F7]={
104533  category="so",
104534  cjkwd="w",
104535  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FOUR",
104536  direction="l",
104537  linebreak="id",
104538  specials={ "compat", 0x32, 0x34, 0x65E5 },
104539  unicodeslot=0x33F7,
104540 },
104541 [0x33F8]={
104542  category="so",
104543  cjkwd="w",
104544  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FIVE",
104545  direction="l",
104546  linebreak="id",
104547  specials={ "compat", 0x32, 0x35, 0x65E5 },
104548  unicodeslot=0x33F8,
104549 },
104550 [0x33F9]={
104551  category="so",
104552  cjkwd="w",
104553  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SIX",
104554  direction="l",
104555  linebreak="id",
104556  specials={ "compat", 0x32, 0x36, 0x65E5 },
104557  unicodeslot=0x33F9,
104558 },
104559 [0x33FA]={
104560  category="so",
104561  cjkwd="w",
104562  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SEVEN",
104563  direction="l",
104564  linebreak="id",
104565  specials={ "compat", 0x32, 0x37, 0x65E5 },
104566  unicodeslot=0x33FA,
104567 },
104568 [0x33FB]={
104569  category="so",
104570  cjkwd="w",
104571  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-EIGHT",
104572  direction="l",
104573  linebreak="id",
104574  specials={ "compat", 0x32, 0x38, 0x65E5 },
104575  unicodeslot=0x33FB,
104576 },
104577 [0x33FC]={
104578  category="so",
104579  cjkwd="w",
104580  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-NINE",
104581  direction="l",
104582  linebreak="id",
104583  specials={ "compat", 0x32, 0x39, 0x65E5 },
104584  unicodeslot=0x33FC,
104585 },
104586 [0x33FD]={
104587  category="so",
104588  cjkwd="w",
104589  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY",
104590  direction="l",
104591  linebreak="id",
104592  specials={ "compat", 0x33, 0x30, 0x65E5 },
104593  unicodeslot=0x33FD,
104594 },
104595 [0x33FE]={
104596  category="so",
104597  cjkwd="w",
104598  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE",
104599  direction="l",
104600  linebreak="id",
104601  specials={ "compat", 0x33, 0x31, 0x65E5 },
104602  unicodeslot=0x33FE,
104603 },
104604 [0x33FF]={
104605  category="so",
104606  cjkwd="w",
104607  description="SQUARE GAL",
104608  direction="on",
104609  linebreak="id",
104610  specials={ "square", 0x67, 0x61, 0x6C },
104611  unicodeslot=0x33FF,
104612 },
104613 [0x4DC0]={
104614  category="so",
104615  description="HEXAGRAM FOR THE CREATIVE HEAVEN",
104616  direction="on",
104617  linebreak="al",
104618  unicodeslot=0x4DC0,
104619 },
104620 [0x4DC1]={
104621  category="so",
104622  description="HEXAGRAM FOR THE RECEPTIVE EARTH",
104623  direction="on",
104624  linebreak="al",
104625  unicodeslot=0x4DC1,
104626 },
104627 [0x4DC2]={
104628  category="so",
104629  description="HEXAGRAM FOR DIFFICULTY AT THE BEGINNING",
104630  direction="on",
104631  linebreak="al",
104632  unicodeslot=0x4DC2,
104633 },
104634 [0x4DC3]={
104635  category="so",
104636  description="HEXAGRAM FOR YOUTHFUL FOLLY",
104637  direction="on",
104638  linebreak="al",
104639  unicodeslot=0x4DC3,
104640 },
104641 [0x4DC4]={
104642  category="so",
104643  description="HEXAGRAM FOR WAITING",
104644  direction="on",
104645  linebreak="al",
104646  unicodeslot=0x4DC4,
104647 },
104648 [0x4DC5]={
104649  category="so",
104650  description="HEXAGRAM FOR CONFLICT",
104651  direction="on",
104652  linebreak="al",
104653  unicodeslot=0x4DC5,
104654 },
104655 [0x4DC6]={
104656  category="so",
104657  description="HEXAGRAM FOR THE ARMY",
104658  direction="on",
104659  linebreak="al",
104660  unicodeslot=0x4DC6,
104661 },
104662 [0x4DC7]={
104663  category="so",
104664  description="HEXAGRAM FOR HOLDING TOGETHER",
104665  direction="on",
104666  linebreak="al",
104667  unicodeslot=0x4DC7,
104668 },
104669 [0x4DC8]={
104670  category="so",
104671  description="HEXAGRAM FOR SMALL TAMING",
104672  direction="on",
104673  linebreak="al",
104674  unicodeslot=0x4DC8,
104675 },
104676 [0x4DC9]={
104677  category="so",
104678  description="HEXAGRAM FOR TREADING",
104679  direction="on",
104680  linebreak="al",
104681  unicodeslot=0x4DC9,
104682 },
104683 [0x4DCA]={
104684  category="so",
104685  description="HEXAGRAM FOR PEACE",
104686  direction="on",
104687  linebreak="al",
104688  unicodeslot=0x4DCA,
104689 },
104690 [0x4DCB]={
104691  category="so",
104692  description="HEXAGRAM FOR STANDSTILL",
104693  direction="on",
104694  linebreak="al",
104695  unicodeslot=0x4DCB,
104696 },
104697 [0x4DCC]={
104698  category="so",
104699  description="HEXAGRAM FOR FELLOWSHIP",
104700  direction="on",
104701  linebreak="al",
104702  unicodeslot=0x4DCC,
104703 },
104704 [0x4DCD]={
104705  category="so",
104706  description="HEXAGRAM FOR GREAT POSSESSION",
104707  direction="on",
104708  linebreak="al",
104709  unicodeslot=0x4DCD,
104710 },
104711 [0x4DCE]={
104712  category="so",
104713  description="HEXAGRAM FOR MODESTY",
104714  direction="on",
104715  linebreak="al",
104716  unicodeslot=0x4DCE,
104717 },
104718 [0x4DCF]={
104719  category="so",
104720  description="HEXAGRAM FOR ENTHUSIASM",
104721  direction="on",
104722  linebreak="al",
104723  unicodeslot=0x4DCF,
104724 },
104725 [0x4DD0]={
104726  category="so",
104727  description="HEXAGRAM FOR FOLLOWING",
104728  direction="on",
104729  linebreak="al",
104730  unicodeslot=0x4DD0,
104731 },
104732 [0x4DD1]={
104733  category="so",
104734  description="HEXAGRAM FOR WORK ON THE DECAYED",
104735  direction="on",
104736  linebreak="al",
104737  unicodeslot=0x4DD1,
104738 },
104739 [0x4DD2]={
104740  category="so",
104741  description="HEXAGRAM FOR APPROACH",
104742  direction="on",
104743  linebreak="al",
104744  unicodeslot=0x4DD2,
104745 },
104746 [0x4DD3]={
104747  category="so",
104748  description="HEXAGRAM FOR CONTEMPLATION",
104749  direction="on",
104750  linebreak="al",
104751  unicodeslot=0x4DD3,
104752 },
104753 [0x4DD4]={
104754  category="so",
104755  description="HEXAGRAM FOR BITING THROUGH",
104756  direction="on",
104757  linebreak="al",
104758  unicodeslot=0x4DD4,
104759 },
104760 [0x4DD5]={
104761  category="so",
104762  description="HEXAGRAM FOR GRACE",
104763  direction="on",
104764  linebreak="al",
104765  unicodeslot=0x4DD5,
104766 },
104767 [0x4DD6]={
104768  category="so",
104769  description="HEXAGRAM FOR SPLITTING APART",
104770  direction="on",
104771  linebreak="al",
104772  unicodeslot=0x4DD6,
104773 },
104774 [0x4DD7]={
104775  category="so",
104776  description="HEXAGRAM FOR RETURN",
104777  direction="on",
104778  linebreak="al",
104779  unicodeslot=0x4DD7,
104780 },
104781 [0x4DD8]={
104782  category="so",
104783  description="HEXAGRAM FOR INNOCENCE",
104784  direction="on",
104785  linebreak="al",
104786  unicodeslot=0x4DD8,
104787 },
104788 [0x4DD9]={
104789  category="so",
104790  description="HEXAGRAM FOR GREAT TAMING",
104791  direction="on",
104792  linebreak="al",
104793  unicodeslot=0x4DD9,
104794 },
104795 [0x4DDA]={
104796  category="so",
104797  description="HEXAGRAM FOR MOUTH CORNERS",
104798  direction="on",
104799  linebreak="al",
104800  unicodeslot=0x4DDA,
104801 },
104802 [0x4DDB]={
104803  category="so",
104804  description="HEXAGRAM FOR GREAT PREPONDERANCE",
104805  direction="on",
104806  linebreak="al",
104807  unicodeslot=0x4DDB,
104808 },
104809 [0x4DDC]={
104810  category="so",
104811  description="HEXAGRAM FOR THE ABYSMAL WATER",
104812  direction="on",
104813  linebreak="al",
104814  unicodeslot=0x4DDC,
104815 },
104816 [0x4DDD]={
104817  category="so",
104818  description="HEXAGRAM FOR THE CLINGING FIRE",
104819  direction="on",
104820  linebreak="al",
104821  unicodeslot=0x4DDD,
104822 },
104823 [0x4DDE]={
104824  category="so",
104825  description="HEXAGRAM FOR INFLUENCE",
104826  direction="on",
104827  linebreak="al",
104828  unicodeslot=0x4DDE,
104829 },
104830 [0x4DDF]={
104831  category="so",
104832  description="HEXAGRAM FOR DURATION",
104833  direction="on",
104834  linebreak="al",
104835  unicodeslot=0x4DDF,
104836 },
104837 [0x4DE0]={
104838  category="so",
104839  description="HEXAGRAM FOR RETREAT",
104840  direction="on",
104841  linebreak="al",
104842  unicodeslot=0x4DE0,
104843 },
104844 [0x4DE1]={
104845  category="so",
104846  description="HEXAGRAM FOR GREAT POWER",
104847  direction="on",
104848  linebreak="al",
104849  unicodeslot=0x4DE1,
104850 },
104851 [0x4DE2]={
104852  category="so",
104853  description="HEXAGRAM FOR PROGRESS",
104854  direction="on",
104855  linebreak="al",
104856  unicodeslot=0x4DE2,
104857 },
104858 [0x4DE3]={
104859  category="so",
104860  description="HEXAGRAM FOR DARKENING OF THE LIGHT",
104861  direction="on",
104862  linebreak="al",
104863  unicodeslot=0x4DE3,
104864 },
104865 [0x4DE4]={
104866  category="so",
104867  description="HEXAGRAM FOR THE FAMILY",
104868  direction="on",
104869  linebreak="al",
104870  unicodeslot=0x4DE4,
104871 },
104872 [0x4DE5]={
104873  category="so",
104874  description="HEXAGRAM FOR OPPOSITION",
104875  direction="on",
104876  linebreak="al",
104877  unicodeslot=0x4DE5,
104878 },
104879 [0x4DE6]={
104880  category="so",
104881  description="HEXAGRAM FOR OBSTRUCTION",
104882  direction="on",
104883  linebreak="al",
104884  unicodeslot=0x4DE6,
104885 },
104886 [0x4DE7]={
104887  category="so",
104888  description="HEXAGRAM FOR DELIVERANCE",
104889  direction="on",
104890  linebreak="al",
104891  unicodeslot=0x4DE7,
104892 },
104893 [0x4DE8]={
104894  category="so",
104895  description="HEXAGRAM FOR DECREASE",
104896  direction="on",
104897  linebreak="al",
104898  unicodeslot=0x4DE8,
104899 },
104900 [0x4DE9]={
104901  category="so",
104902  description="HEXAGRAM FOR INCREASE",
104903  direction="on",
104904  linebreak="al",
104905  unicodeslot=0x4DE9,
104906 },
104907 [0x4DEA]={
104908  category="so",
104909  description="HEXAGRAM FOR BREAKTHROUGH",
104910  direction="on",
104911  linebreak="al",
104912  unicodeslot=0x4DEA,
104913 },
104914 [0x4DEB]={
104915  category="so",
104916  description="HEXAGRAM FOR COMING TO MEET",
104917  direction="on",
104918  linebreak="al",
104919  unicodeslot=0x4DEB,
104920 },
104921 [0x4DEC]={
104922  category="so",
104923  description="HEXAGRAM FOR GATHERING TOGETHER",
104924  direction="on",
104925  linebreak="al",
104926  unicodeslot=0x4DEC,
104927 },
104928 [0x4DED]={
104929  category="so",
104930  description="HEXAGRAM FOR PUSHING UPWARD",
104931  direction="on",
104932  linebreak="al",
104933  unicodeslot=0x4DED,
104934 },
104935 [0x4DEE]={
104936  category="so",
104937  description="HEXAGRAM FOR OPPRESSION",
104938  direction="on",
104939  linebreak="al",
104940  unicodeslot=0x4DEE,
104941 },
104942 [0x4DEF]={
104943  category="so",
104944  description="HEXAGRAM FOR THE WELL",
104945  direction="on",
104946  linebreak="al",
104947  unicodeslot=0x4DEF,
104948 },
104949 [0x4DF0]={
104950  category="so",
104951  description="HEXAGRAM FOR REVOLUTION",
104952  direction="on",
104953  linebreak="al",
104954  unicodeslot=0x4DF0,
104955 },
104956 [0x4DF1]={
104957  category="so",
104958  description="HEXAGRAM FOR THE CAULDRON",
104959  direction="on",
104960  linebreak="al",
104961  unicodeslot=0x4DF1,
104962 },
104963 [0x4DF2]={
104964  category="so",
104965  description="HEXAGRAM FOR THE AROUSING THUNDER",
104966  direction="on",
104967  linebreak="al",
104968  unicodeslot=0x4DF2,
104969 },
104970 [0x4DF3]={
104971  category="so",
104972  description="HEXAGRAM FOR THE KEEPING STILL MOUNTAIN",
104973  direction="on",
104974  linebreak="al",
104975  unicodeslot=0x4DF3,
104976 },
104977 [0x4DF4]={
104978  category="so",
104979  description="HEXAGRAM FOR DEVELOPMENT",
104980  direction="on",
104981  linebreak="al",
104982  unicodeslot=0x4DF4,
104983 },
104984 [0x4DF5]={
104985  category="so",
104986  description="HEXAGRAM FOR THE MARRYING MAIDEN",
104987  direction="on",
104988  linebreak="al",
104989  unicodeslot=0x4DF5,
104990 },
104991 [0x4DF6]={
104992  category="so",
104993  description="HEXAGRAM FOR ABUNDANCE",
104994  direction="on",
104995  linebreak="al",
104996  unicodeslot=0x4DF6,
104997 },
104998 [0x4DF7]={
104999  category="so",
105000  description="HEXAGRAM FOR THE WANDERER",
105001  direction="on",
105002  linebreak="al",
105003  unicodeslot=0x4DF7,
105004 },
105005 [0x4DF8]={
105006  category="so",
105007  description="HEXAGRAM FOR THE GENTLE WIND",
105008  direction="on",
105009  linebreak="al",
105010  unicodeslot=0x4DF8,
105011 },
105012 [0x4DF9]={
105013  category="so",
105014  description="HEXAGRAM FOR THE JOYOUS LAKE",
105015  direction="on",
105016  linebreak="al",
105017  unicodeslot=0x4DF9,
105018 },
105019 [0x4DFA]={
105020  category="so",
105021  description="HEXAGRAM FOR DISPERSION",
105022  direction="on",
105023  linebreak="al",
105024  unicodeslot=0x4DFA,
105025 },
105026 [0x4DFB]={
105027  category="so",
105028  description="HEXAGRAM FOR LIMITATION",
105029  direction="on",
105030  linebreak="al",
105031  unicodeslot=0x4DFB,
105032 },
105033 [0x4DFC]={
105034  category="so",
105035  description="HEXAGRAM FOR INNER TRUTH",
105036  direction="on",
105037  linebreak="al",
105038  unicodeslot=0x4DFC,
105039 },
105040 [0x4DFD]={
105041  category="so",
105042  description="HEXAGRAM FOR SMALL PREPONDERANCE",
105043  direction="on",
105044  linebreak="al",
105045  unicodeslot=0x4DFD,
105046 },
105047 [0x4DFE]={
105048  category="so",
105049  description="HEXAGRAM FOR AFTER COMPLETION",
105050  direction="on",
105051  linebreak="al",
105052  unicodeslot=0x4DFE,
105053 },
105054 [0x4DFF]={
105055  category="so",
105056  description="HEXAGRAM FOR BEFORE COMPLETION",
105057  direction="on",
105058  linebreak="al",
105059  unicodeslot=0x4DFF,
105060 },
105061 [0xA000]={
105062  category="lo",
105063  cjkwd="w",
105064  description="YI SYLLABLE IT",
105065  direction="l",
105066  linebreak="id",
105067  unicodeslot=0xA000,
105068 },
105069 [0xA001]={
105070  category="lo",
105071  cjkwd="w",
105072  description="YI SYLLABLE IX",
105073  direction="l",
105074  linebreak="id",
105075  unicodeslot=0xA001,
105076 },
105077 [0xA002]={
105078  category="lo",
105079  cjkwd="w",
105080  description="YI SYLLABLE I",
105081  direction="l",
105082  linebreak="id",
105083  unicodeslot=0xA002,
105084 },
105085 [0xA003]={
105086  category="lo",
105087  cjkwd="w",
105088  description="YI SYLLABLE IP",
105089  direction="l",
105090  linebreak="id",
105091  unicodeslot=0xA003,
105092 },
105093 [0xA004]={
105094  category="lo",
105095  cjkwd="w",
105096  description="YI SYLLABLE IET",
105097  direction="l",
105098  linebreak="id",
105099  unicodeslot=0xA004,
105100 },
105101 [0xA005]={
105102  category="lo",
105103  cjkwd="w",
105104  description="YI SYLLABLE IEX",
105105  direction="l",
105106  linebreak="id",
105107  unicodeslot=0xA005,
105108 },
105109 [0xA006]={
105110  category="lo",
105111  cjkwd="w",
105112  description="YI SYLLABLE IE",
105113  direction="l",
105114  linebreak="id",
105115  unicodeslot=0xA006,
105116 },
105117 [0xA007]={
105118  category="lo",
105119  cjkwd="w",
105120  description="YI SYLLABLE IEP",
105121  direction="l",
105122  linebreak="id",
105123  unicodeslot=0xA007,
105124 },
105125 [0xA008]={
105126  category="lo",
105127  cjkwd="w",
105128  description="YI SYLLABLE AT",
105129  direction="l",
105130  linebreak="id",
105131  unicodeslot=0xA008,
105132 },
105133 [0xA009]={
105134  category="lo",
105135  cjkwd="w",
105136  description="YI SYLLABLE AX",
105137  direction="l",
105138  linebreak="id",
105139  unicodeslot=0xA009,
105140 },
105141 [0xA00A]={
105142  category="lo",
105143  cjkwd="w",
105144  description="YI SYLLABLE A",
105145  direction="l",
105146  linebreak="id",
105147  unicodeslot=0xA00A,
105148 },
105149 [0xA00B]={
105150  category="lo",
105151  cjkwd="w",
105152  description="YI SYLLABLE AP",
105153  direction="l",
105154  linebreak="id",
105155  unicodeslot=0xA00B,
105156 },
105157 [0xA00C]={
105158  category="lo",
105159  cjkwd="w",
105160  description="YI SYLLABLE UOX",
105161  direction="l",
105162  linebreak="id",
105163  unicodeslot=0xA00C,
105164 },
105165 [0xA00D]={
105166  category="lo",
105167  cjkwd="w",
105168  description="YI SYLLABLE UO",
105169  direction="l",
105170  linebreak="id",
105171  unicodeslot=0xA00D,
105172 },
105173 [0xA00E]={
105174  category="lo",
105175  cjkwd="w",
105176  description="YI SYLLABLE UOP",
105177  direction="l",
105178  linebreak="id",
105179  unicodeslot=0xA00E,
105180 },
105181 [0xA00F]={
105182  category="lo",
105183  cjkwd="w",
105184  description="YI SYLLABLE OT",
105185  direction="l",
105186  linebreak="id",
105187  unicodeslot=0xA00F,
105188 },
105189 [0xA010]={
105190  category="lo",
105191  cjkwd="w",
105192  description="YI SYLLABLE OX",
105193  direction="l",
105194  linebreak="id",
105195  unicodeslot=0xA010,
105196 },
105197 [0xA011]={
105198  category="lo",
105199  cjkwd="w",
105200  description="YI SYLLABLE O",
105201  direction="l",
105202  linebreak="id",
105203  unicodeslot=0xA011,
105204 },
105205 [0xA012]={
105206  category="lo",
105207  cjkwd="w",
105208  description="YI SYLLABLE OP",
105209  direction="l",
105210  linebreak="id",
105211  unicodeslot=0xA012,
105212 },
105213 [0xA013]={
105214  category="lo",
105215  cjkwd="w",
105216  description="YI SYLLABLE EX",
105217  direction="l",
105218  linebreak="id",
105219  unicodeslot=0xA013,
105220 },
105221 [0xA014]={
105222  category="lo",
105223  cjkwd="w",
105224  description="YI SYLLABLE E",
105225  direction="l",
105226  linebreak="id",
105227  unicodeslot=0xA014,
105228 },
105229 [0xA015]={
105230  category="lm",
105231  cjkwd="w",
105232  description="YI SYLLABLE WU",
105233  direction="l",
105234  linebreak="ns",
105235  unicodeslot=0xA015,
105236 },
105237 [0xA016]={
105238  category="lo",
105239  cjkwd="w",
105240  description="YI SYLLABLE BIT",
105241  direction="l",
105242  linebreak="id",
105243  unicodeslot=0xA016,
105244 },
105245 [0xA017]={
105246  category="lo",
105247  cjkwd="w",
105248  description="YI SYLLABLE BIX",
105249  direction="l",
105250  linebreak="id",
105251  unicodeslot=0xA017,
105252 },
105253 [0xA018]={
105254  category="lo",
105255  cjkwd="w",
105256  description="YI SYLLABLE BI",
105257  direction="l",
105258  linebreak="id",
105259  unicodeslot=0xA018,
105260 },
105261 [0xA019]={
105262  category="lo",
105263  cjkwd="w",
105264  description="YI SYLLABLE BIP",
105265  direction="l",
105266  linebreak="id",
105267  unicodeslot=0xA019,
105268 },
105269 [0xA01A]={
105270  category="lo",
105271  cjkwd="w",
105272  description="YI SYLLABLE BIET",
105273  direction="l",
105274  linebreak="id",
105275  unicodeslot=0xA01A,
105276 },
105277 [0xA01B]={
105278  category="lo",
105279  cjkwd="w",
105280  description="YI SYLLABLE BIEX",
105281  direction="l",
105282  linebreak="id",
105283  unicodeslot=0xA01B,
105284 },
105285 [0xA01C]={
105286  category="lo",
105287  cjkwd="w",
105288  description="YI SYLLABLE BIE",
105289  direction="l",
105290  linebreak="id",
105291  unicodeslot=0xA01C,
105292 },
105293 [0xA01D]={
105294  category="lo",
105295  cjkwd="w",
105296  description="YI SYLLABLE BIEP",
105297  direction="l",
105298  linebreak="id",
105299  unicodeslot=0xA01D,
105300 },
105301 [0xA01E]={
105302  category="lo",
105303  cjkwd="w",
105304  description="YI SYLLABLE BAT",
105305  direction="l",
105306  linebreak="id",
105307  unicodeslot=0xA01E,
105308 },
105309 [0xA01F]={
105310  category="lo",
105311  cjkwd="w",
105312  description="YI SYLLABLE BAX",
105313  direction="l",
105314  linebreak="id",
105315  unicodeslot=0xA01F,
105316 },
105317 [0xA020]={
105318  category="lo",
105319  cjkwd="w",
105320  description="YI SYLLABLE BA",
105321  direction="l",
105322  linebreak="id",
105323  unicodeslot=0xA020,
105324 },
105325 [0xA021]={
105326  category="lo",
105327  cjkwd="w",
105328  description="YI SYLLABLE BAP",
105329  direction="l",
105330  linebreak="id",
105331  unicodeslot=0xA021,
105332 },
105333 [0xA022]={
105334  category="lo",
105335  cjkwd="w",
105336  description="YI SYLLABLE BUOX",
105337  direction="l",
105338  linebreak="id",
105339  unicodeslot=0xA022,
105340 },
105341 [0xA023]={
105342  category="lo",
105343  cjkwd="w",
105344  description="YI SYLLABLE BUO",
105345  direction="l",
105346  linebreak="id",
105347  unicodeslot=0xA023,
105348 },
105349 [0xA024]={
105350  category="lo",
105351  cjkwd="w",
105352  description="YI SYLLABLE BUOP",
105353  direction="l",
105354  linebreak="id",
105355  unicodeslot=0xA024,
105356 },
105357 [0xA025]={
105358  category="lo",
105359  cjkwd="w",
105360  description="YI SYLLABLE BOT",
105361  direction="l",
105362  linebreak="id",
105363  unicodeslot=0xA025,
105364 },
105365 [0xA026]={
105366  category="lo",
105367  cjkwd="w",
105368  description="YI SYLLABLE BOX",
105369  direction="l",
105370  linebreak="id",
105371  unicodeslot=0xA026,
105372 },
105373 [0xA027]={
105374  category="lo",
105375  cjkwd="w",
105376  description="YI SYLLABLE BO",
105377  direction="l",
105378  linebreak="id",
105379  unicodeslot=0xA027,
105380 },
105381 [0xA028]={
105382  category="lo",
105383  cjkwd="w",
105384  description="YI SYLLABLE BOP",
105385  direction="l",
105386  linebreak="id",
105387  unicodeslot=0xA028,
105388 },
105389 [0xA029]={
105390  category="lo",
105391  cjkwd="w",
105392  description="YI SYLLABLE BEX",
105393  direction="l",
105394  linebreak="id",
105395  unicodeslot=0xA029,
105396 },
105397 [0xA02A]={
105398  category="lo",
105399  cjkwd="w",
105400  description="YI SYLLABLE BE",
105401  direction="l",
105402  linebreak="id",
105403  unicodeslot=0xA02A,
105404 },
105405 [0xA02B]={
105406  category="lo",
105407  cjkwd="w",
105408  description="YI SYLLABLE BEP",
105409  direction="l",
105410  linebreak="id",
105411  unicodeslot=0xA02B,
105412 },
105413 [0xA02C]={
105414  category="lo",
105415  cjkwd="w",
105416  description="YI SYLLABLE BUT",
105417  direction="l",
105418  linebreak="id",
105419  unicodeslot=0xA02C,
105420 },
105421 [0xA02D]={
105422  category="lo",
105423  cjkwd="w",
105424  description="YI SYLLABLE BUX",
105425  direction="l",
105426  linebreak="id",
105427  unicodeslot=0xA02D,
105428 },
105429 [0xA02E]={
105430  category="lo",
105431  cjkwd="w",
105432  description="YI SYLLABLE BU",
105433  direction="l",
105434  linebreak="id",
105435  unicodeslot=0xA02E,
105436 },
105437 [0xA02F]={
105438  category="lo",
105439  cjkwd="w",
105440  description="YI SYLLABLE BUP",
105441  direction="l",
105442  linebreak="id",
105443  unicodeslot=0xA02F,
105444 },
105445 [0xA030]={
105446  category="lo",
105447  cjkwd="w",
105448  description="YI SYLLABLE BURX",
105449  direction="l",
105450  linebreak="id",
105451  unicodeslot=0xA030,
105452 },
105453 [0xA031]={
105454  category="lo",
105455  cjkwd="w",
105456  description="YI SYLLABLE BUR",
105457  direction="l",
105458  linebreak="id",
105459  unicodeslot=0xA031,
105460 },
105461 [0xA032]={
105462  category="lo",
105463  cjkwd="w",
105464  description="YI SYLLABLE BYT",
105465  direction="l",
105466  linebreak="id",
105467  unicodeslot=0xA032,
105468 },
105469 [0xA033]={
105470  category="lo",
105471  cjkwd="w",
105472  description="YI SYLLABLE BYX",
105473  direction="l",
105474  linebreak="id",
105475  unicodeslot=0xA033,
105476 },
105477 [0xA034]={
105478  category="lo",
105479  cjkwd="w",
105480  description="YI SYLLABLE BY",
105481  direction="l",
105482  linebreak="id",
105483  unicodeslot=0xA034,
105484 },
105485 [0xA035]={
105486  category="lo",
105487  cjkwd="w",
105488  description="YI SYLLABLE BYP",
105489  direction="l",
105490  linebreak="id",
105491  unicodeslot=0xA035,
105492 },
105493 [0xA036]={
105494  category="lo",
105495  cjkwd="w",
105496  description="YI SYLLABLE BYRX",
105497  direction="l",
105498  linebreak="id",
105499  unicodeslot=0xA036,
105500 },
105501 [0xA037]={
105502  category="lo",
105503  cjkwd="w",
105504  description="YI SYLLABLE BYR",
105505  direction="l",
105506  linebreak="id",
105507  unicodeslot=0xA037,
105508 },
105509 [0xA038]={
105510  category="lo",
105511  cjkwd="w",
105512  description="YI SYLLABLE PIT",
105513  direction="l",
105514  linebreak="id",
105515  unicodeslot=0xA038,
105516 },
105517 [0xA039]={
105518  category="lo",
105519  cjkwd="w",
105520  description="YI SYLLABLE PIX",
105521  direction="l",
105522  linebreak="id",
105523  unicodeslot=0xA039,
105524 },
105525 [0xA03A]={
105526  category="lo",
105527  cjkwd="w",
105528  description="YI SYLLABLE PI",
105529  direction="l",
105530  linebreak="id",
105531  unicodeslot=0xA03A,
105532 },
105533 [0xA03B]={
105534  category="lo",
105535  cjkwd="w",
105536  description="YI SYLLABLE PIP",
105537  direction="l",
105538  linebreak="id",
105539  unicodeslot=0xA03B,
105540 },
105541 [0xA03C]={
105542  category="lo",
105543  cjkwd="w",
105544  description="YI SYLLABLE PIEX",
105545  direction="l",
105546  linebreak="id",
105547  unicodeslot=0xA03C,
105548 },
105549 [0xA03D]={
105550  category="lo",
105551  cjkwd="w",
105552  description="YI SYLLABLE PIE",
105553  direction="l",
105554  linebreak="id",
105555  unicodeslot=0xA03D,
105556 },
105557 [0xA03E]={
105558  category="lo",
105559  cjkwd="w",
105560  description="YI SYLLABLE PIEP",
105561  direction="l",
105562  linebreak="id",
105563  unicodeslot=0xA03E,
105564 },
105565 [0xA03F]={
105566  category="lo",
105567  cjkwd="w",
105568  description="YI SYLLABLE PAT",
105569  direction="l",
105570  linebreak="id",
105571  unicodeslot=0xA03F,
105572 },
105573 [0xA040]={
105574  category="lo",
105575  cjkwd="w",
105576  description="YI SYLLABLE PAX",
105577  direction="l",
105578  linebreak="id",
105579  unicodeslot=0xA040,
105580 },
105581 [0xA041]={
105582  category="lo",
105583  cjkwd="w",
105584  description="YI SYLLABLE PA",
105585  direction="l",
105586  linebreak="id",
105587  unicodeslot=0xA041,
105588 },
105589 [0xA042]={
105590  category="lo",
105591  cjkwd="w",
105592  description="YI SYLLABLE PAP",
105593  direction="l",
105594  linebreak="id",
105595  unicodeslot=0xA042,
105596 },
105597 [0xA043]={
105598  category="lo",
105599  cjkwd="w",
105600  description="YI SYLLABLE PUOX",
105601  direction="l",
105602  linebreak="id",
105603  unicodeslot=0xA043,
105604 },
105605 [0xA044]={
105606  category="lo",
105607  cjkwd="w",
105608  description="YI SYLLABLE PUO",
105609  direction="l",
105610  linebreak="id",
105611  unicodeslot=0xA044,
105612 },
105613 [0xA045]={
105614  category="lo",
105615  cjkwd="w",
105616  description="YI SYLLABLE PUOP",
105617  direction="l",
105618  linebreak="id",
105619  unicodeslot=0xA045,
105620 },
105621 [0xA046]={
105622  category="lo",
105623  cjkwd="w",
105624  description="YI SYLLABLE POT",
105625  direction="l",
105626  linebreak="id",
105627  unicodeslot=0xA046,
105628 },
105629 [0xA047]={
105630  category="lo",
105631  cjkwd="w",
105632  description="YI SYLLABLE POX",
105633  direction="l",
105634  linebreak="id",
105635  unicodeslot=0xA047,
105636 },
105637 [0xA048]={
105638  category="lo",
105639  cjkwd="w",
105640  description="YI SYLLABLE PO",
105641  direction="l",
105642  linebreak="id",
105643  unicodeslot=0xA048,
105644 },
105645 [0xA049]={
105646  category="lo",
105647  cjkwd="w",
105648  description="YI SYLLABLE POP",
105649  direction="l",
105650  linebreak="id",
105651  unicodeslot=0xA049,
105652 },
105653 [0xA04A]={
105654  category="lo",
105655  cjkwd="w",
105656  description="YI SYLLABLE PUT",
105657  direction="l",
105658  linebreak="id",
105659  unicodeslot=0xA04A,
105660 },
105661 [0xA04B]={
105662  category="lo",
105663  cjkwd="w",
105664  description="YI SYLLABLE PUX",
105665  direction="l",
105666  linebreak="id",
105667  unicodeslot=0xA04B,
105668 },
105669 [0xA04C]={
105670  category="lo",
105671  cjkwd="w",
105672  description="YI SYLLABLE PU",
105673  direction="l",
105674  linebreak="id",
105675  unicodeslot=0xA04C,
105676 },
105677 [0xA04D]={
105678  category="lo",
105679  cjkwd="w",
105680  description="YI SYLLABLE PUP",
105681  direction="l",
105682  linebreak="id",
105683  unicodeslot=0xA04D,
105684 },
105685 [0xA04E]={
105686  category="lo",
105687  cjkwd="w",
105688  description="YI SYLLABLE PURX",
105689  direction="l",
105690  linebreak="id",
105691  unicodeslot=0xA04E,
105692 },
105693 [0xA04F]={
105694  category="lo",
105695  cjkwd="w",
105696  description="YI SYLLABLE PUR",
105697  direction="l",
105698  linebreak="id",
105699  unicodeslot=0xA04F,
105700 },
105701 [0xA050]={
105702  category="lo",
105703  cjkwd="w",
105704  description="YI SYLLABLE PYT",
105705  direction="l",
105706  linebreak="id",
105707  unicodeslot=0xA050,
105708 },
105709 [0xA051]={
105710  category="lo",
105711  cjkwd="w",
105712  description="YI SYLLABLE PYX",
105713  direction="l",
105714  linebreak="id",
105715  unicodeslot=0xA051,
105716 },
105717 [0xA052]={
105718  category="lo",
105719  cjkwd="w",
105720  description="YI SYLLABLE PY",
105721  direction="l",
105722  linebreak="id",
105723  unicodeslot=0xA052,
105724 },
105725 [0xA053]={
105726  category="lo",
105727  cjkwd="w",
105728  description="YI SYLLABLE PYP",
105729  direction="l",
105730  linebreak="id",
105731  unicodeslot=0xA053,
105732 },
105733 [0xA054]={
105734  category="lo",
105735  cjkwd="w",
105736  description="YI SYLLABLE PYRX",
105737  direction="l",
105738  linebreak="id",
105739  unicodeslot=0xA054,
105740 },
105741 [0xA055]={
105742  category="lo",
105743  cjkwd="w",
105744  description="YI SYLLABLE PYR",
105745  direction="l",
105746  linebreak="id",
105747  unicodeslot=0xA055,
105748 },
105749 [0xA056]={
105750  category="lo",
105751  cjkwd="w",
105752  description="YI SYLLABLE BBIT",
105753  direction="l",
105754  linebreak="id",
105755  unicodeslot=0xA056,
105756 },
105757 [0xA057]={
105758  category="lo",
105759  cjkwd="w",
105760  description="YI SYLLABLE BBIX",
105761  direction="l",
105762  linebreak="id",
105763  unicodeslot=0xA057,
105764 },
105765 [0xA058]={
105766  category="lo",
105767  cjkwd="w",
105768  description="YI SYLLABLE BBI",
105769  direction="l",
105770  linebreak="id",
105771  unicodeslot=0xA058,
105772 },
105773 [0xA059]={
105774  category="lo",
105775  cjkwd="w",
105776  description="YI SYLLABLE BBIP",
105777  direction="l",
105778  linebreak="id",
105779  unicodeslot=0xA059,
105780 },
105781 [0xA05A]={
105782  category="lo",
105783  cjkwd="w",
105784  description="YI SYLLABLE BBIET",
105785  direction="l",
105786  linebreak="id",
105787  unicodeslot=0xA05A,
105788 },
105789 [0xA05B]={
105790  category="lo",
105791  cjkwd="w",
105792  description="YI SYLLABLE BBIEX",
105793  direction="l",
105794  linebreak="id",
105795  unicodeslot=0xA05B,
105796 },
105797 [0xA05C]={
105798  category="lo",
105799  cjkwd="w",
105800  description="YI SYLLABLE BBIE",
105801  direction="l",
105802  linebreak="id",
105803  unicodeslot=0xA05C,
105804 },
105805 [0xA05D]={
105806  category="lo",
105807  cjkwd="w",
105808  description="YI SYLLABLE BBIEP",
105809  direction="l",
105810  linebreak="id",
105811  unicodeslot=0xA05D,
105812 },
105813 [0xA05E]={
105814  category="lo",
105815  cjkwd="w",
105816  description="YI SYLLABLE BBAT",
105817  direction="l",
105818  linebreak="id",
105819  unicodeslot=0xA05E,
105820 },
105821 [0xA05F]={
105822  category="lo",
105823  cjkwd="w",
105824  description="YI SYLLABLE BBAX",
105825  direction="l",
105826  linebreak="id",
105827  unicodeslot=0xA05F,
105828 },
105829 [0xA060]={
105830  category="lo",
105831  cjkwd="w",
105832  description="YI SYLLABLE BBA",
105833  direction="l",
105834  linebreak="id",
105835  unicodeslot=0xA060,
105836 },
105837 [0xA061]={
105838  category="lo",
105839  cjkwd="w",
105840  description="YI SYLLABLE BBAP",
105841  direction="l",
105842  linebreak="id",
105843  unicodeslot=0xA061,
105844 },
105845 [0xA062]={
105846  category="lo",
105847  cjkwd="w",
105848  description="YI SYLLABLE BBUOX",
105849  direction="l",
105850  linebreak="id",
105851  unicodeslot=0xA062,
105852 },
105853 [0xA063]={
105854  category="lo",
105855  cjkwd="w",
105856  description="YI SYLLABLE BBUO",
105857  direction="l",
105858  linebreak="id",
105859  unicodeslot=0xA063,
105860 },
105861 [0xA064]={
105862  category="lo",
105863  cjkwd="w",
105864  description="YI SYLLABLE BBUOP",
105865  direction="l",
105866  linebreak="id",
105867  unicodeslot=0xA064,
105868 },
105869 [0xA065]={
105870  category="lo",
105871  cjkwd="w",
105872  description="YI SYLLABLE BBOT",
105873  direction="l",
105874  linebreak="id",
105875  unicodeslot=0xA065,
105876 },
105877 [0xA066]={
105878  category="lo",
105879  cjkwd="w",
105880  description="YI SYLLABLE BBOX",
105881  direction="l",
105882  linebreak="id",
105883  unicodeslot=0xA066,
105884 },
105885 [0xA067]={
105886  category="lo",
105887  cjkwd="w",
105888  description="YI SYLLABLE BBO",
105889  direction="l",
105890  linebreak="id",
105891  unicodeslot=0xA067,
105892 },
105893 [0xA068]={
105894  category="lo",
105895  cjkwd="w",
105896  description="YI SYLLABLE BBOP",
105897  direction="l",
105898  linebreak="id",
105899  unicodeslot=0xA068,
105900 },
105901 [0xA069]={
105902  category="lo",
105903  cjkwd="w",
105904  description="YI SYLLABLE BBEX",
105905  direction="l",
105906  linebreak="id",
105907  unicodeslot=0xA069,
105908 },
105909 [0xA06A]={
105910  category="lo",
105911  cjkwd="w",
105912  description="YI SYLLABLE BBE",
105913  direction="l",
105914  linebreak="id",
105915  unicodeslot=0xA06A,
105916 },
105917 [0xA06B]={
105918  category="lo",
105919  cjkwd="w",
105920  description="YI SYLLABLE BBEP",
105921  direction="l",
105922  linebreak="id",
105923  unicodeslot=0xA06B,
105924 },
105925 [0xA06C]={
105926  category="lo",
105927  cjkwd="w",
105928  description="YI SYLLABLE BBUT",
105929  direction="l",
105930  linebreak="id",
105931  unicodeslot=0xA06C,
105932 },
105933 [0xA06D]={
105934  category="lo",
105935  cjkwd="w",
105936  description="YI SYLLABLE BBUX",
105937  direction="l",
105938  linebreak="id",
105939  unicodeslot=0xA06D,
105940 },
105941 [0xA06E]={
105942  category="lo",
105943  cjkwd="w",
105944  description="YI SYLLABLE BBU",
105945  direction="l",
105946  linebreak="id",
105947  unicodeslot=0xA06E,
105948 },
105949 [0xA06F]={
105950  category="lo",
105951  cjkwd="w",
105952  description="YI SYLLABLE BBUP",
105953  direction="l",
105954  linebreak="id",
105955  unicodeslot=0xA06F,
105956 },
105957 [0xA070]={
105958  category="lo",
105959  cjkwd="w",
105960  description="YI SYLLABLE BBURX",
105961  direction="l",
105962  linebreak="id",
105963  unicodeslot=0xA070,
105964 },
105965 [0xA071]={
105966  category="lo",
105967  cjkwd="w",
105968  description="YI SYLLABLE BBUR",
105969  direction="l",
105970  linebreak="id",
105971  unicodeslot=0xA071,
105972 },
105973 [0xA072]={
105974  category="lo",
105975  cjkwd="w",
105976  description="YI SYLLABLE BBYT",
105977  direction="l",
105978  linebreak="id",
105979  unicodeslot=0xA072,
105980 },
105981 [0xA073]={
105982  category="lo",
105983  cjkwd="w",
105984  description="YI SYLLABLE BBYX",
105985  direction="l",
105986  linebreak="id",
105987  unicodeslot=0xA073,
105988 },
105989 [0xA074]={
105990  category="lo",
105991  cjkwd="w",
105992  description="YI SYLLABLE BBY",
105993  direction="l",
105994  linebreak="id",
105995  unicodeslot=0xA074,
105996 },
105997 [0xA075]={
105998  category="lo",
105999  cjkwd="w",
106000  description="YI SYLLABLE BBYP",
106001  direction="l",
106002  linebreak="id",
106003  unicodeslot=0xA075,
106004 },
106005 [0xA076]={
106006  category="lo",
106007  cjkwd="w",
106008  description="YI SYLLABLE NBIT",
106009  direction="l",
106010  linebreak="id",
106011  unicodeslot=0xA076,
106012 },
106013 [0xA077]={
106014  category="lo",
106015  cjkwd="w",
106016  description="YI SYLLABLE NBIX",
106017  direction="l",
106018  linebreak="id",
106019  unicodeslot=0xA077,
106020 },
106021 [0xA078]={
106022  category="lo",
106023  cjkwd="w",
106024  description="YI SYLLABLE NBI",
106025  direction="l",
106026  linebreak="id",
106027  unicodeslot=0xA078,
106028 },
106029 [0xA079]={
106030  category="lo",
106031  cjkwd="w",
106032  description="YI SYLLABLE NBIP",
106033  direction="l",
106034  linebreak="id",
106035  unicodeslot=0xA079,
106036 },
106037 [0xA07A]={
106038  category="lo",
106039  cjkwd="w",
106040  description="YI SYLLABLE NBIEX",
106041  direction="l",
106042  linebreak="id",
106043  unicodeslot=0xA07A,
106044 },
106045 [0xA07B]={
106046  category="lo",
106047  cjkwd="w",
106048  description="YI SYLLABLE NBIE",
106049  direction="l",
106050  linebreak="id",
106051  unicodeslot=0xA07B,
106052 },
106053 [0xA07C]={
106054  category="lo",
106055  cjkwd="w",
106056  description="YI SYLLABLE NBIEP",
106057  direction="l",
106058  linebreak="id",
106059  unicodeslot=0xA07C,
106060 },
106061 [0xA07D]={
106062  category="lo",
106063  cjkwd="w",
106064  description="YI SYLLABLE NBAT",
106065  direction="l",
106066  linebreak="id",
106067  unicodeslot=0xA07D,
106068 },
106069 [0xA07E]={
106070  category="lo",
106071  cjkwd="w",
106072  description="YI SYLLABLE NBAX",
106073  direction="l",
106074  linebreak="id",
106075  unicodeslot=0xA07E,
106076 },
106077 [0xA07F]={
106078  category="lo",
106079  cjkwd="w",
106080  description="YI SYLLABLE NBA",
106081  direction="l",
106082  linebreak="id",
106083  unicodeslot=0xA07F,
106084 },
106085 [0xA080]={
106086  category="lo",
106087  cjkwd="w",
106088  description="YI SYLLABLE NBAP",
106089  direction="l",
106090  linebreak="id",
106091  unicodeslot=0xA080,
106092 },
106093 [0xA081]={
106094  category="lo",
106095  cjkwd="w",
106096  description="YI SYLLABLE NBOT",
106097  direction="l",
106098  linebreak="id",
106099  unicodeslot=0xA081,
106100 },
106101 [0xA082]={
106102  category="lo",
106103  cjkwd="w",
106104  description="YI SYLLABLE NBOX",
106105  direction="l",
106106  linebreak="id",
106107  unicodeslot=0xA082,
106108 },
106109 [0xA083]={
106110  category="lo",
106111  cjkwd="w",
106112  description="YI SYLLABLE NBO",
106113  direction="l",
106114  linebreak="id",
106115  unicodeslot=0xA083,
106116 },
106117 [0xA084]={
106118  category="lo",
106119  cjkwd="w",
106120  description="YI SYLLABLE NBOP",
106121  direction="l",
106122  linebreak="id",
106123  unicodeslot=0xA084,
106124 },
106125 [0xA085]={
106126  category="lo",
106127  cjkwd="w",
106128  description="YI SYLLABLE NBUT",
106129  direction="l",
106130  linebreak="id",
106131  unicodeslot=0xA085,
106132 },
106133 [0xA086]={
106134  category="lo",
106135  cjkwd="w",
106136  description="YI SYLLABLE NBUX",
106137  direction="l",
106138  linebreak="id",
106139  unicodeslot=0xA086,
106140 },
106141 [0xA087]={
106142  category="lo",
106143  cjkwd="w",
106144  description="YI SYLLABLE NBU",
106145  direction="l",
106146  linebreak="id",
106147  unicodeslot=0xA087,
106148 },
106149 [0xA088]={
106150  category="lo",
106151  cjkwd="w",
106152  description="YI SYLLABLE NBUP",
106153  direction="l",
106154  linebreak="id",
106155  unicodeslot=0xA088,
106156 },
106157 [0xA089]={
106158  category="lo",
106159  cjkwd="w",
106160  description="YI SYLLABLE NBURX",
106161  direction="l",
106162  linebreak="id",
106163  unicodeslot=0xA089,
106164 },
106165 [0xA08A]={
106166  category="lo",
106167  cjkwd="w",
106168  description="YI SYLLABLE NBUR",
106169  direction="l",
106170  linebreak="id",
106171  unicodeslot=0xA08A,
106172 },
106173 [0xA08B]={
106174  category="lo",
106175  cjkwd="w",
106176  description="YI SYLLABLE NBYT",
106177  direction="l",
106178  linebreak="id",
106179  unicodeslot=0xA08B,
106180 },
106181 [0xA08C]={
106182  category="lo",
106183  cjkwd="w",
106184  description="YI SYLLABLE NBYX",
106185  direction="l",
106186  linebreak="id",
106187  unicodeslot=0xA08C,
106188 },
106189 [0xA08D]={
106190  category="lo",
106191  cjkwd="w",
106192  description="YI SYLLABLE NBY",
106193  direction="l",
106194  linebreak="id",
106195  unicodeslot=0xA08D,
106196 },
106197 [0xA08E]={
106198  category="lo",
106199  cjkwd="w",
106200  description="YI SYLLABLE NBYP",
106201  direction="l",
106202  linebreak="id",
106203  unicodeslot=0xA08E,
106204 },
106205 [0xA08F]={
106206  category="lo",
106207  cjkwd="w",
106208  description="YI SYLLABLE NBYRX",
106209  direction="l",
106210  linebreak="id",
106211  unicodeslot=0xA08F,
106212 },
106213 [0xA090]={
106214  category="lo",
106215  cjkwd="w",
106216  description="YI SYLLABLE NBYR",
106217  direction="l",
106218  linebreak="id",
106219  unicodeslot=0xA090,
106220 },
106221 [0xA091]={
106222  category="lo",
106223  cjkwd="w",
106224  description="YI SYLLABLE HMIT",
106225  direction="l",
106226  linebreak="id",
106227  unicodeslot=0xA091,
106228 },
106229 [0xA092]={
106230  category="lo",
106231  cjkwd="w",
106232  description="YI SYLLABLE HMIX",
106233  direction="l",
106234  linebreak="id",
106235  unicodeslot=0xA092,
106236 },
106237 [0xA093]={
106238  category="lo",
106239  cjkwd="w",
106240  description="YI SYLLABLE HMI",
106241  direction="l",
106242  linebreak="id",
106243  unicodeslot=0xA093,
106244 },
106245 [0xA094]={
106246  category="lo",
106247  cjkwd="w",
106248  description="YI SYLLABLE HMIP",
106249  direction="l",
106250  linebreak="id",
106251  unicodeslot=0xA094,
106252 },
106253 [0xA095]={
106254  category="lo",
106255  cjkwd="w",
106256  description="YI SYLLABLE HMIEX",
106257  direction="l",
106258  linebreak="id",
106259  unicodeslot=0xA095,
106260 },
106261 [0xA096]={
106262  category="lo",
106263  cjkwd="w",
106264  description="YI SYLLABLE HMIE",
106265  direction="l",
106266  linebreak="id",
106267  unicodeslot=0xA096,
106268 },
106269 [0xA097]={
106270  category="lo",
106271  cjkwd="w",
106272  description="YI SYLLABLE HMIEP",
106273  direction="l",
106274  linebreak="id",
106275  unicodeslot=0xA097,
106276 },
106277 [0xA098]={
106278  category="lo",
106279  cjkwd="w",
106280  description="YI SYLLABLE HMAT",
106281  direction="l",
106282  linebreak="id",
106283  unicodeslot=0xA098,
106284 },
106285 [0xA099]={
106286  category="lo",
106287  cjkwd="w",
106288  description="YI SYLLABLE HMAX",
106289  direction="l",
106290  linebreak="id",
106291  unicodeslot=0xA099,
106292 },
106293 [0xA09A]={
106294  category="lo",
106295  cjkwd="w",
106296  description="YI SYLLABLE HMA",
106297  direction="l",
106298  linebreak="id",
106299  unicodeslot=0xA09A,
106300 },
106301 [0xA09B]={
106302  category="lo",
106303  cjkwd="w",
106304  description="YI SYLLABLE HMAP",
106305  direction="l",
106306  linebreak="id",
106307  unicodeslot=0xA09B,
106308 },
106309 [0xA09C]={
106310  category="lo",
106311  cjkwd="w",
106312  description="YI SYLLABLE HMUOX",
106313  direction="l",
106314  linebreak="id",
106315  unicodeslot=0xA09C,
106316 },
106317 [0xA09D]={
106318  category="lo",
106319  cjkwd="w",
106320  description="YI SYLLABLE HMUO",
106321  direction="l",
106322  linebreak="id",
106323  unicodeslot=0xA09D,
106324 },
106325 [0xA09E]={
106326  category="lo",
106327  cjkwd="w",
106328  description="YI SYLLABLE HMUOP",
106329  direction="l",
106330  linebreak="id",
106331  unicodeslot=0xA09E,
106332 },
106333 [0xA09F]={
106334  category="lo",
106335  cjkwd="w",
106336  description="YI SYLLABLE HMOT",
106337  direction="l",
106338  linebreak="id",
106339  unicodeslot=0xA09F,
106340 },
106341 [0xA0A0]={
106342  category="lo",
106343  cjkwd="w",
106344  description="YI SYLLABLE HMOX",
106345  direction="l",
106346  linebreak="id",
106347  unicodeslot=0xA0A0,
106348 },
106349 [0xA0A1]={
106350  category="lo",
106351  cjkwd="w",
106352  description="YI SYLLABLE HMO",
106353  direction="l",
106354  linebreak="id",
106355  unicodeslot=0xA0A1,
106356 },
106357 [0xA0A2]={
106358  category="lo",
106359  cjkwd="w",
106360  description="YI SYLLABLE HMOP",
106361  direction="l",
106362  linebreak="id",
106363  unicodeslot=0xA0A2,
106364 },
106365 [0xA0A3]={
106366  category="lo",
106367  cjkwd="w",
106368  description="YI SYLLABLE HMUT",
106369  direction="l",
106370  linebreak="id",
106371  unicodeslot=0xA0A3,
106372 },
106373 [0xA0A4]={
106374  category="lo",
106375  cjkwd="w",
106376  description="YI SYLLABLE HMUX",
106377  direction="l",
106378  linebreak="id",
106379  unicodeslot=0xA0A4,
106380 },
106381 [0xA0A5]={
106382  category="lo",
106383  cjkwd="w",
106384  description="YI SYLLABLE HMU",
106385  direction="l",
106386  linebreak="id",
106387  unicodeslot=0xA0A5,
106388 },
106389 [0xA0A6]={
106390  category="lo",
106391  cjkwd="w",
106392  description="YI SYLLABLE HMUP",
106393  direction="l",
106394  linebreak="id",
106395  unicodeslot=0xA0A6,
106396 },
106397 [0xA0A7]={
106398  category="lo",
106399  cjkwd="w",
106400  description="YI SYLLABLE HMURX",
106401  direction="l",
106402  linebreak="id",
106403  unicodeslot=0xA0A7,
106404 },
106405 [0xA0A8]={
106406  category="lo",
106407  cjkwd="w",
106408  description="YI SYLLABLE HMUR",
106409  direction="l",
106410  linebreak="id",
106411  unicodeslot=0xA0A8,
106412 },
106413 [0xA0A9]={
106414  category="lo",
106415  cjkwd="w",
106416  description="YI SYLLABLE HMYX",
106417  direction="l",
106418  linebreak="id",
106419  unicodeslot=0xA0A9,
106420 },
106421 [0xA0AA]={
106422  category="lo",
106423  cjkwd="w",
106424  description="YI SYLLABLE HMY",
106425  direction="l",
106426  linebreak="id",
106427  unicodeslot=0xA0AA,
106428 },
106429 [0xA0AB]={
106430  category="lo",
106431  cjkwd="w",
106432  description="YI SYLLABLE HMYP",
106433  direction="l",
106434  linebreak="id",
106435  unicodeslot=0xA0AB,
106436 },
106437 [0xA0AC]={
106438  category="lo",
106439  cjkwd="w",
106440  description="YI SYLLABLE HMYRX",
106441  direction="l",
106442  linebreak="id",
106443  unicodeslot=0xA0AC,
106444 },
106445 [0xA0AD]={
106446  category="lo",
106447  cjkwd="w",
106448  description="YI SYLLABLE HMYR",
106449  direction="l",
106450  linebreak="id",
106451  unicodeslot=0xA0AD,
106452 },
106453 [0xA0AE]={
106454  category="lo",
106455  cjkwd="w",
106456  description="YI SYLLABLE MIT",
106457  direction="l",
106458  linebreak="id",
106459  unicodeslot=0xA0AE,
106460 },
106461 [0xA0AF]={
106462  category="lo",
106463  cjkwd="w",
106464  description="YI SYLLABLE MIX",
106465  direction="l",
106466  linebreak="id",
106467  unicodeslot=0xA0AF,
106468 },
106469 [0xA0B0]={
106470  category="lo",
106471  cjkwd="w",
106472  description="YI SYLLABLE MI",
106473  direction="l",
106474  linebreak="id",
106475  unicodeslot=0xA0B0,
106476 },
106477 [0xA0B1]={
106478  category="lo",
106479  cjkwd="w",
106480  description="YI SYLLABLE MIP",
106481  direction="l",
106482  linebreak="id",
106483  unicodeslot=0xA0B1,
106484 },
106485 [0xA0B2]={
106486  category="lo",
106487  cjkwd="w",
106488  description="YI SYLLABLE MIEX",
106489  direction="l",
106490  linebreak="id",
106491  unicodeslot=0xA0B2,
106492 },
106493 [0xA0B3]={
106494  category="lo",
106495  cjkwd="w",
106496  description="YI SYLLABLE MIE",
106497  direction="l",
106498  linebreak="id",
106499  unicodeslot=0xA0B3,
106500 },
106501 [0xA0B4]={
106502  category="lo",
106503  cjkwd="w",
106504  description="YI SYLLABLE MIEP",
106505  direction="l",
106506  linebreak="id",
106507  unicodeslot=0xA0B4,
106508 },
106509 [0xA0B5]={
106510  category="lo",
106511  cjkwd="w",
106512  description="YI SYLLABLE MAT",
106513  direction="l",
106514  linebreak="id",
106515  unicodeslot=0xA0B5,
106516 },
106517 [0xA0B6]={
106518  category="lo",
106519  cjkwd="w",
106520  description="YI SYLLABLE MAX",
106521  direction="l",
106522  linebreak="id",
106523  unicodeslot=0xA0B6,
106524 },
106525 [0xA0B7]={
106526  category="lo",
106527  cjkwd="w",
106528  description="YI SYLLABLE MA",
106529  direction="l",
106530  linebreak="id",
106531  unicodeslot=0xA0B7,
106532 },
106533 [0xA0B8]={
106534  category="lo",
106535  cjkwd="w",
106536  description="YI SYLLABLE MAP",
106537  direction="l",
106538  linebreak="id",
106539  unicodeslot=0xA0B8,
106540 },
106541 [0xA0B9]={
106542  category="lo",
106543  cjkwd="w",
106544  description="YI SYLLABLE MUOT",
106545  direction="l",
106546  linebreak="id",
106547  unicodeslot=0xA0B9,
106548 },
106549 [0xA0BA]={
106550  category="lo",
106551  cjkwd="w",
106552  description="YI SYLLABLE MUOX",
106553  direction="l",
106554  linebreak="id",
106555  unicodeslot=0xA0BA,
106556 },
106557 [0xA0BB]={
106558  category="lo",
106559  cjkwd="w",
106560  description="YI SYLLABLE MUO",
106561  direction="l",
106562  linebreak="id",
106563  unicodeslot=0xA0BB,
106564 },
106565 [0xA0BC]={
106566  category="lo",
106567  cjkwd="w",
106568  description="YI SYLLABLE MUOP",
106569  direction="l",
106570  linebreak="id",
106571  unicodeslot=0xA0BC,
106572 },
106573 [0xA0BD]={
106574  category="lo",
106575  cjkwd="w",
106576  description="YI SYLLABLE MOT",
106577  direction="l",
106578  linebreak="id",
106579  unicodeslot=0xA0BD,
106580 },
106581 [0xA0BE]={
106582  category="lo",
106583  cjkwd="w",
106584  description="YI SYLLABLE MOX",
106585  direction="l",
106586  linebreak="id",
106587  unicodeslot=0xA0BE,
106588 },
106589 [0xA0BF]={
106590  category="lo",
106591  cjkwd="w",
106592  description="YI SYLLABLE MO",
106593  direction="l",
106594  linebreak="id",
106595  unicodeslot=0xA0BF,
106596 },
106597 [0xA0C0]={
106598  category="lo",
106599  cjkwd="w",
106600  description="YI SYLLABLE MOP",
106601  direction="l",
106602  linebreak="id",
106603  unicodeslot=0xA0C0,
106604 },
106605 [0xA0C1]={
106606  category="lo",
106607  cjkwd="w",
106608  description="YI SYLLABLE MEX",
106609  direction="l",
106610  linebreak="id",
106611  unicodeslot=0xA0C1,
106612 },
106613 [0xA0C2]={
106614  category="lo",
106615  cjkwd="w",
106616  description="YI SYLLABLE ME",
106617  direction="l",
106618  linebreak="id",
106619  unicodeslot=0xA0C2,
106620 },
106621 [0xA0C3]={
106622  category="lo",
106623  cjkwd="w",
106624  description="YI SYLLABLE MUT",
106625  direction="l",
106626  linebreak="id",
106627  unicodeslot=0xA0C3,
106628 },
106629 [0xA0C4]={
106630  category="lo",
106631  cjkwd="w",
106632  description="YI SYLLABLE MUX",
106633  direction="l",
106634  linebreak="id",
106635  unicodeslot=0xA0C4,
106636 },
106637 [0xA0C5]={
106638  category="lo",
106639  cjkwd="w",
106640  description="YI SYLLABLE MU",
106641  direction="l",
106642  linebreak="id",
106643  unicodeslot=0xA0C5,
106644 },
106645 [0xA0C6]={
106646  category="lo",
106647  cjkwd="w",
106648  description="YI SYLLABLE MUP",
106649  direction="l",
106650  linebreak="id",
106651  unicodeslot=0xA0C6,
106652 },
106653 [0xA0C7]={
106654  category="lo",
106655  cjkwd="w",
106656  description="YI SYLLABLE MURX",
106657  direction="l",
106658  linebreak="id",
106659  unicodeslot=0xA0C7,
106660 },
106661 [0xA0C8]={
106662  category="lo",
106663  cjkwd="w",
106664  description="YI SYLLABLE MUR",
106665  direction="l",
106666  linebreak="id",
106667  unicodeslot=0xA0C8,
106668 },
106669 [0xA0C9]={
106670  category="lo",
106671  cjkwd="w",
106672  description="YI SYLLABLE MYT",
106673  direction="l",
106674  linebreak="id",
106675  unicodeslot=0xA0C9,
106676 },
106677 [0xA0CA]={
106678  category="lo",
106679  cjkwd="w",
106680  description="YI SYLLABLE MYX",
106681  direction="l",
106682  linebreak="id",
106683  unicodeslot=0xA0CA,
106684 },
106685 [0xA0CB]={
106686  category="lo",
106687  cjkwd="w",
106688  description="YI SYLLABLE MY",
106689  direction="l",
106690  linebreak="id",
106691  unicodeslot=0xA0CB,
106692 },
106693 [0xA0CC]={
106694  category="lo",
106695  cjkwd="w",
106696  description="YI SYLLABLE MYP",
106697  direction="l",
106698  linebreak="id",
106699  unicodeslot=0xA0CC,
106700 },
106701 [0xA0CD]={
106702  category="lo",
106703  cjkwd="w",
106704  description="YI SYLLABLE FIT",
106705  direction="l",
106706  linebreak="id",
106707  unicodeslot=0xA0CD,
106708 },
106709 [0xA0CE]={
106710  category="lo",
106711  cjkwd="w",
106712  description="YI SYLLABLE FIX",
106713  direction="l",
106714  linebreak="id",
106715  unicodeslot=0xA0CE,
106716 },
106717 [0xA0CF]={
106718  category="lo",
106719  cjkwd="w",
106720  description="YI SYLLABLE FI",
106721  direction="l",
106722  linebreak="id",
106723  unicodeslot=0xA0CF,
106724 },
106725 [0xA0D0]={
106726  category="lo",
106727  cjkwd="w",
106728  description="YI SYLLABLE FIP",
106729  direction="l",
106730  linebreak="id",
106731  unicodeslot=0xA0D0,
106732 },
106733 [0xA0D1]={
106734  category="lo",
106735  cjkwd="w",
106736  description="YI SYLLABLE FAT",
106737  direction="l",
106738  linebreak="id",
106739  unicodeslot=0xA0D1,
106740 },
106741 [0xA0D2]={
106742  category="lo",
106743  cjkwd="w",
106744  description="YI SYLLABLE FAX",
106745  direction="l",
106746  linebreak="id",
106747  unicodeslot=0xA0D2,
106748 },
106749 [0xA0D3]={
106750  category="lo",
106751  cjkwd="w",
106752  description="YI SYLLABLE FA",
106753  direction="l",
106754  linebreak="id",
106755  unicodeslot=0xA0D3,
106756 },
106757 [0xA0D4]={
106758  category="lo",
106759  cjkwd="w",
106760  description="YI SYLLABLE FAP",
106761  direction="l",
106762  linebreak="id",
106763  unicodeslot=0xA0D4,
106764 },
106765 [0xA0D5]={
106766  category="lo",
106767  cjkwd="w",
106768  description="YI SYLLABLE FOX",
106769  direction="l",
106770  linebreak="id",
106771  unicodeslot=0xA0D5,
106772 },
106773 [0xA0D6]={
106774  category="lo",
106775  cjkwd="w",
106776  description="YI SYLLABLE FO",
106777  direction="l",
106778  linebreak="id",
106779  unicodeslot=0xA0D6,
106780 },
106781 [0xA0D7]={
106782  category="lo",
106783  cjkwd="w",
106784  description="YI SYLLABLE FOP",
106785  direction="l",
106786  linebreak="id",
106787  unicodeslot=0xA0D7,
106788 },
106789 [0xA0D8]={
106790  category="lo",
106791  cjkwd="w",
106792  description="YI SYLLABLE FUT",
106793  direction="l",
106794  linebreak="id",
106795  unicodeslot=0xA0D8,
106796 },
106797 [0xA0D9]={
106798  category="lo",
106799  cjkwd="w",
106800  description="YI SYLLABLE FUX",
106801  direction="l",
106802  linebreak="id",
106803  unicodeslot=0xA0D9,
106804 },
106805 [0xA0DA]={
106806  category="lo",
106807  cjkwd="w",
106808  description="YI SYLLABLE FU",
106809  direction="l",
106810  linebreak="id",
106811  unicodeslot=0xA0DA,
106812 },
106813 [0xA0DB]={
106814  category="lo",
106815  cjkwd="w",
106816  description="YI SYLLABLE FUP",
106817  direction="l",
106818  linebreak="id",
106819  unicodeslot=0xA0DB,
106820 },
106821 [0xA0DC]={
106822  category="lo",
106823  cjkwd="w",
106824  description="YI SYLLABLE FURX",
106825  direction="l",
106826  linebreak="id",
106827  unicodeslot=0xA0DC,
106828 },
106829 [0xA0DD]={
106830  category="lo",
106831  cjkwd="w",
106832  description="YI SYLLABLE FUR",
106833  direction="l",
106834  linebreak="id",
106835  unicodeslot=0xA0DD,
106836 },
106837 [0xA0DE]={
106838  category="lo",
106839  cjkwd="w",
106840  description="YI SYLLABLE FYT",
106841  direction="l",
106842  linebreak="id",
106843  unicodeslot=0xA0DE,
106844 },
106845 [0xA0DF]={
106846  category="lo",
106847  cjkwd="w",
106848  description="YI SYLLABLE FYX",
106849  direction="l",
106850  linebreak="id",
106851  unicodeslot=0xA0DF,
106852 },
106853 [0xA0E0]={
106854  category="lo",
106855  cjkwd="w",
106856  description="YI SYLLABLE FY",
106857  direction="l",
106858  linebreak="id",
106859  unicodeslot=0xA0E0,
106860 },
106861 [0xA0E1]={
106862  category="lo",
106863  cjkwd="w",
106864  description="YI SYLLABLE FYP",
106865  direction="l",
106866  linebreak="id",
106867  unicodeslot=0xA0E1,
106868 },
106869 [0xA0E2]={
106870  category="lo",
106871  cjkwd="w",
106872  description="YI SYLLABLE VIT",
106873  direction="l",
106874  linebreak="id",
106875  unicodeslot=0xA0E2,
106876 },
106877 [0xA0E3]={
106878  category="lo",
106879  cjkwd="w",
106880  description="YI SYLLABLE VIX",
106881  direction="l",
106882  linebreak="id",
106883  unicodeslot=0xA0E3,
106884 },
106885 [0xA0E4]={
106886  category="lo",
106887  cjkwd="w",
106888  description="YI SYLLABLE VI",
106889  direction="l",
106890  linebreak="id",
106891  unicodeslot=0xA0E4,
106892 },
106893 [0xA0E5]={
106894  category="lo",
106895  cjkwd="w",
106896  description="YI SYLLABLE VIP",
106897  direction="l",
106898  linebreak="id",
106899  unicodeslot=0xA0E5,
106900 },
106901 [0xA0E6]={
106902  category="lo",
106903  cjkwd="w",
106904  description="YI SYLLABLE VIET",
106905  direction="l",
106906  linebreak="id",
106907  unicodeslot=0xA0E6,
106908 },
106909 [0xA0E7]={
106910  category="lo",
106911  cjkwd="w",
106912  description="YI SYLLABLE VIEX",
106913  direction="l",
106914  linebreak="id",
106915  unicodeslot=0xA0E7,
106916 },
106917 [0xA0E8]={
106918  category="lo",
106919  cjkwd="w",
106920  description="YI SYLLABLE VIE",
106921  direction="l",
106922  linebreak="id",
106923  unicodeslot=0xA0E8,
106924 },
106925 [0xA0E9]={
106926  category="lo",
106927  cjkwd="w",
106928  description="YI SYLLABLE VIEP",
106929  direction="l",
106930  linebreak="id",
106931  unicodeslot=0xA0E9,
106932 },
106933 [0xA0EA]={
106934  category="lo",
106935  cjkwd="w",
106936  description="YI SYLLABLE VAT",
106937  direction="l",
106938  linebreak="id",
106939  unicodeslot=0xA0EA,
106940 },
106941 [0xA0EB]={
106942  category="lo",
106943  cjkwd="w",
106944  description="YI SYLLABLE VAX",
106945  direction="l",
106946  linebreak="id",
106947  unicodeslot=0xA0EB,
106948 },
106949 [0xA0EC]={
106950  category="lo",
106951  cjkwd="w",
106952  description="YI SYLLABLE VA",
106953  direction="l",
106954  linebreak="id",
106955  unicodeslot=0xA0EC,
106956 },
106957 [0xA0ED]={
106958  category="lo",
106959  cjkwd="w",
106960  description="YI SYLLABLE VAP",
106961  direction="l",
106962  linebreak="id",
106963  unicodeslot=0xA0ED,
106964 },
106965 [0xA0EE]={
106966  category="lo",
106967  cjkwd="w",
106968  description="YI SYLLABLE VOT",
106969  direction="l",
106970  linebreak="id",
106971  unicodeslot=0xA0EE,
106972 },
106973 [0xA0EF]={
106974  category="lo",
106975  cjkwd="w",
106976  description="YI SYLLABLE VOX",
106977  direction="l",
106978  linebreak="id",
106979  unicodeslot=0xA0EF,
106980 },
106981 [0xA0F0]={
106982  category="lo",
106983  cjkwd="w",
106984  description="YI SYLLABLE VO",
106985  direction="l",
106986  linebreak="id",
106987  unicodeslot=0xA0F0,
106988 },
106989 [0xA0F1]={
106990  category="lo",
106991  cjkwd="w",
106992  description="YI SYLLABLE VOP",
106993  direction="l",
106994  linebreak="id",
106995  unicodeslot=0xA0F1,
106996 },
106997 [0xA0F2]={
106998  category="lo",
106999  cjkwd="w",
107000  description="YI SYLLABLE VEX",
107001  direction="l",
107002  linebreak="id",
107003  unicodeslot=0xA0F2,
107004 },
107005 [0xA0F3]={
107006  category="lo",
107007  cjkwd="w",
107008  description="YI SYLLABLE VEP",
107009  direction="l",
107010  linebreak="id",
107011  unicodeslot=0xA0F3,
107012 },
107013 [0xA0F4]={
107014  category="lo",
107015  cjkwd="w",
107016  description="YI SYLLABLE VUT",
107017  direction="l",
107018  linebreak="id",
107019  unicodeslot=0xA0F4,
107020 },
107021 [0xA0F5]={
107022  category="lo",
107023  cjkwd="w",
107024  description="YI SYLLABLE VUX",
107025  direction="l",
107026  linebreak="id",
107027  unicodeslot=0xA0F5,
107028 },
107029 [0xA0F6]={
107030  category="lo",
107031  cjkwd="w",
107032  description="YI SYLLABLE VU",
107033  direction="l",
107034  linebreak="id",
107035  unicodeslot=0xA0F6,
107036 },
107037 [0xA0F7]={
107038  category="lo",
107039  cjkwd="w",
107040  description="YI SYLLABLE VUP",
107041  direction="l",
107042  linebreak="id",
107043  unicodeslot=0xA0F7,
107044 },
107045 [0xA0F8]={
107046  category="lo",
107047  cjkwd="w",
107048  description="YI SYLLABLE VURX",
107049  direction="l",
107050  linebreak="id",
107051  unicodeslot=0xA0F8,
107052 },
107053 [0xA0F9]={
107054  category="lo",
107055  cjkwd="w",
107056  description="YI SYLLABLE VUR",
107057  direction="l",
107058  linebreak="id",
107059  unicodeslot=0xA0F9,
107060 },
107061 [0xA0FA]={
107062  category="lo",
107063  cjkwd="w",
107064  description="YI SYLLABLE VYT",
107065  direction="l",
107066  linebreak="id",
107067  unicodeslot=0xA0FA,
107068 },
107069 [0xA0FB]={
107070  category="lo",
107071  cjkwd="w",
107072  description="YI SYLLABLE VYX",
107073  direction="l",
107074  linebreak="id",
107075  unicodeslot=0xA0FB,
107076 },
107077 [0xA0FC]={
107078  category="lo",
107079  cjkwd="w",
107080  description="YI SYLLABLE VY",
107081  direction="l",
107082  linebreak="id",
107083  unicodeslot=0xA0FC,
107084 },
107085 [0xA0FD]={
107086  category="lo",
107087  cjkwd="w",
107088  description="YI SYLLABLE VYP",
107089  direction="l",
107090  linebreak="id",
107091  unicodeslot=0xA0FD,
107092 },
107093 [0xA0FE]={
107094  category="lo",
107095  cjkwd="w",
107096  description="YI SYLLABLE VYRX",
107097  direction="l",
107098  linebreak="id",
107099  unicodeslot=0xA0FE,
107100 },
107101 [0xA0FF]={
107102  category="lo",
107103  cjkwd="w",
107104  description="YI SYLLABLE VYR",
107105  direction="l",
107106  linebreak="id",
107107  unicodeslot=0xA0FF,
107108 },
107109 [0xA100]={
107110  category="lo",
107111  cjkwd="w",
107112  description="YI SYLLABLE DIT",
107113  direction="l",
107114  linebreak="id",
107115  unicodeslot=0xA100,
107116 },
107117 [0xA101]={
107118  category="lo",
107119  cjkwd="w",
107120  description="YI SYLLABLE DIX",
107121  direction="l",
107122  linebreak="id",
107123  unicodeslot=0xA101,
107124 },
107125 [0xA102]={
107126  category="lo",
107127  cjkwd="w",
107128  description="YI SYLLABLE DI",
107129  direction="l",
107130  linebreak="id",
107131  unicodeslot=0xA102,
107132 },
107133 [0xA103]={
107134  category="lo",
107135  cjkwd="w",
107136  description="YI SYLLABLE DIP",
107137  direction="l",
107138  linebreak="id",
107139  unicodeslot=0xA103,
107140 },
107141 [0xA104]={
107142  category="lo",
107143  cjkwd="w",
107144  description="YI SYLLABLE DIEX",
107145  direction="l",
107146  linebreak="id",
107147  unicodeslot=0xA104,
107148 },
107149 [0xA105]={
107150  category="lo",
107151  cjkwd="w",
107152  description="YI SYLLABLE DIE",
107153  direction="l",
107154  linebreak="id",
107155  unicodeslot=0xA105,
107156 },
107157 [0xA106]={
107158  category="lo",
107159  cjkwd="w",
107160  description="YI SYLLABLE DIEP",
107161  direction="l",
107162  linebreak="id",
107163  unicodeslot=0xA106,
107164 },
107165 [0xA107]={
107166  category="lo",
107167  cjkwd="w",
107168  description="YI SYLLABLE DAT",
107169  direction="l",
107170  linebreak="id",
107171  unicodeslot=0xA107,
107172 },
107173 [0xA108]={
107174  category="lo",
107175  cjkwd="w",
107176  description="YI SYLLABLE DAX",
107177  direction="l",
107178  linebreak="id",
107179  unicodeslot=0xA108,
107180 },
107181 [0xA109]={
107182  category="lo",
107183  cjkwd="w",
107184  description="YI SYLLABLE DA",
107185  direction="l",
107186  linebreak="id",
107187  unicodeslot=0xA109,
107188 },
107189 [0xA10A]={
107190  category="lo",
107191  cjkwd="w",
107192  description="YI SYLLABLE DAP",
107193  direction="l",
107194  linebreak="id",
107195  unicodeslot=0xA10A,
107196 },
107197 [0xA10B]={
107198  category="lo",
107199  cjkwd="w",
107200  description="YI SYLLABLE DUOX",
107201  direction="l",
107202  linebreak="id",
107203  unicodeslot=0xA10B,
107204 },
107205 [0xA10C]={
107206  category="lo",
107207  cjkwd="w",
107208  description="YI SYLLABLE DUO",
107209  direction="l",
107210  linebreak="id",
107211  unicodeslot=0xA10C,
107212 },
107213 [0xA10D]={
107214  category="lo",
107215  cjkwd="w",
107216  description="YI SYLLABLE DOT",
107217  direction="l",
107218  linebreak="id",
107219  unicodeslot=0xA10D,
107220 },
107221 [0xA10E]={
107222  category="lo",
107223  cjkwd="w",
107224  description="YI SYLLABLE DOX",
107225  direction="l",
107226  linebreak="id",
107227  unicodeslot=0xA10E,
107228 },
107229 [0xA10F]={
107230  category="lo",
107231  cjkwd="w",
107232  description="YI SYLLABLE DO",
107233  direction="l",
107234  linebreak="id",
107235  unicodeslot=0xA10F,
107236 },
107237 [0xA110]={
107238  category="lo",
107239  cjkwd="w",
107240  description="YI SYLLABLE DOP",
107241  direction="l",
107242  linebreak="id",
107243  unicodeslot=0xA110,
107244 },
107245 [0xA111]={
107246  category="lo",
107247  cjkwd="w",
107248  description="YI SYLLABLE DEX",
107249  direction="l",
107250  linebreak="id",
107251  unicodeslot=0xA111,
107252 },
107253 [0xA112]={
107254  category="lo",
107255  cjkwd="w",
107256  description="YI SYLLABLE DE",
107257  direction="l",
107258  linebreak="id",
107259  unicodeslot=0xA112,
107260 },
107261 [0xA113]={
107262  category="lo",
107263  cjkwd="w",
107264  description="YI SYLLABLE DEP",
107265  direction="l",
107266  linebreak="id",
107267  unicodeslot=0xA113,
107268 },
107269 [0xA114]={
107270  category="lo",
107271  cjkwd="w",
107272  description="YI SYLLABLE DUT",
107273  direction="l",
107274  linebreak="id",
107275  unicodeslot=0xA114,
107276 },
107277 [0xA115]={
107278  category="lo",
107279  cjkwd="w",
107280  description="YI SYLLABLE DUX",
107281  direction="l",
107282  linebreak="id",
107283  unicodeslot=0xA115,
107284 },
107285 [0xA116]={
107286  category="lo",
107287  cjkwd="w",
107288  description="YI SYLLABLE DU",
107289  direction="l",
107290  linebreak="id",
107291  unicodeslot=0xA116,
107292 },
107293 [0xA117]={
107294  category="lo",
107295  cjkwd="w",
107296  description="YI SYLLABLE DUP",
107297  direction="l",
107298  linebreak="id",
107299  unicodeslot=0xA117,
107300 },
107301 [0xA118]={
107302  category="lo",
107303  cjkwd="w",
107304  description="YI SYLLABLE DURX",
107305  direction="l",
107306  linebreak="id",
107307  unicodeslot=0xA118,
107308 },
107309 [0xA119]={
107310  category="lo",
107311  cjkwd="w",
107312  description="YI SYLLABLE DUR",
107313  direction="l",
107314  linebreak="id",
107315  unicodeslot=0xA119,
107316 },
107317 [0xA11A]={
107318  category="lo",
107319  cjkwd="w",
107320  description="YI SYLLABLE TIT",
107321  direction="l",
107322  linebreak="id",
107323  unicodeslot=0xA11A,
107324 },
107325 [0xA11B]={
107326  category="lo",
107327  cjkwd="w",
107328  description="YI SYLLABLE TIX",
107329  direction="l",
107330  linebreak="id",
107331  unicodeslot=0xA11B,
107332 },
107333 [0xA11C]={
107334  category="lo",
107335  cjkwd="w",
107336  description="YI SYLLABLE TI",
107337  direction="l",
107338  linebreak="id",
107339  unicodeslot=0xA11C,
107340 },
107341 [0xA11D]={
107342  category="lo",
107343  cjkwd="w",
107344  description="YI SYLLABLE TIP",
107345  direction="l",
107346  linebreak="id",
107347  unicodeslot=0xA11D,
107348 },
107349 [0xA11E]={
107350  category="lo",
107351  cjkwd="w",
107352  description="YI SYLLABLE TIEX",
107353  direction="l",
107354  linebreak="id",
107355  unicodeslot=0xA11E,
107356 },
107357 [0xA11F]={
107358  category="lo",
107359  cjkwd="w",
107360  description="YI SYLLABLE TIE",
107361  direction="l",
107362  linebreak="id",
107363  unicodeslot=0xA11F,
107364 },
107365 [0xA120]={
107366  category="lo",
107367  cjkwd="w",
107368  description="YI SYLLABLE TIEP",
107369  direction="l",
107370  linebreak="id",
107371  unicodeslot=0xA120,
107372 },
107373 [0xA121]={
107374  category="lo",
107375  cjkwd="w",
107376  description="YI SYLLABLE TAT",
107377  direction="l",
107378  linebreak="id",
107379  unicodeslot=0xA121,
107380 },
107381 [0xA122]={
107382  category="lo",
107383  cjkwd="w",
107384  description="YI SYLLABLE TAX",
107385  direction="l",
107386  linebreak="id",
107387  unicodeslot=0xA122,
107388 },
107389 [0xA123]={
107390  category="lo",
107391  cjkwd="w",
107392  description="YI SYLLABLE TA",
107393  direction="l",
107394  linebreak="id",
107395  unicodeslot=0xA123,
107396 },
107397 [0xA124]={
107398  category="lo",
107399  cjkwd="w",
107400  description="YI SYLLABLE TAP",
107401  direction="l",
107402  linebreak="id",
107403  unicodeslot=0xA124,
107404 },
107405 [0xA125]={
107406  category="lo",
107407  cjkwd="w",
107408  description="YI SYLLABLE TUOT",
107409  direction="l",
107410  linebreak="id",
107411  unicodeslot=0xA125,
107412 },
107413 [0xA126]={
107414  category="lo",
107415  cjkwd="w",
107416  description="YI SYLLABLE TUOX",
107417  direction="l",
107418  linebreak="id",
107419  unicodeslot=0xA126,
107420 },
107421 [0xA127]={
107422  category="lo",
107423  cjkwd="w",
107424  description="YI SYLLABLE TUO",
107425  direction="l",
107426  linebreak="id",
107427  unicodeslot=0xA127,
107428 },
107429 [0xA128]={
107430  category="lo",
107431  cjkwd="w",
107432  description="YI SYLLABLE TUOP",
107433  direction="l",
107434  linebreak="id",
107435  unicodeslot=0xA128,
107436 },
107437 [0xA129]={
107438  category="lo",
107439  cjkwd="w",
107440  description="YI SYLLABLE TOT",
107441  direction="l",
107442  linebreak="id",
107443  unicodeslot=0xA129,
107444 },
107445 [0xA12A]={
107446  category="lo",
107447  cjkwd="w",
107448  description="YI SYLLABLE TOX",
107449  direction="l",
107450  linebreak="id",
107451  unicodeslot=0xA12A,
107452 },
107453 [0xA12B]={
107454  category="lo",
107455  cjkwd="w",
107456  description="YI SYLLABLE TO",
107457  direction="l",
107458  linebreak="id",
107459  unicodeslot=0xA12B,
107460 },
107461 [0xA12C]={
107462  category="lo",
107463  cjkwd="w",
107464  description="YI SYLLABLE TOP",
107465  direction="l",
107466  linebreak="id",
107467  unicodeslot=0xA12C,
107468 },
107469 [0xA12D]={
107470  category="lo",
107471  cjkwd="w",
107472  description="YI SYLLABLE TEX",
107473  direction="l",
107474  linebreak="id",
107475  unicodeslot=0xA12D,
107476 },
107477 [0xA12E]={
107478  category="lo",
107479  cjkwd="w",
107480  description="YI SYLLABLE TE",
107481  direction="l",
107482  linebreak="id",
107483  unicodeslot=0xA12E,
107484 },
107485 [0xA12F]={
107486  category="lo",
107487  cjkwd="w",
107488  description="YI SYLLABLE TEP",
107489  direction="l",
107490  linebreak="id",
107491  unicodeslot=0xA12F,
107492 },
107493 [0xA130]={
107494  category="lo",
107495  cjkwd="w",
107496  description="YI SYLLABLE TUT",
107497  direction="l",
107498  linebreak="id",
107499  unicodeslot=0xA130,
107500 },
107501 [0xA131]={
107502  category="lo",
107503  cjkwd="w",
107504  description="YI SYLLABLE TUX",
107505  direction="l",
107506  linebreak="id",
107507  unicodeslot=0xA131,
107508 },
107509 [0xA132]={
107510  category="lo",
107511  cjkwd="w",
107512  description="YI SYLLABLE TU",
107513  direction="l",
107514  linebreak="id",
107515  unicodeslot=0xA132,
107516 },
107517 [0xA133]={
107518  category="lo",
107519  cjkwd="w",
107520  description="YI SYLLABLE TUP",
107521  direction="l",
107522  linebreak="id",
107523  unicodeslot=0xA133,
107524 },
107525 [0xA134]={
107526  category="lo",
107527  cjkwd="w",
107528  description="YI SYLLABLE TURX",
107529  direction="l",
107530  linebreak="id",
107531  unicodeslot=0xA134,
107532 },
107533 [0xA135]={
107534  category="lo",
107535  cjkwd="w",
107536  description="YI SYLLABLE TUR",
107537  direction="l",
107538  linebreak="id",
107539  unicodeslot=0xA135,
107540 },
107541 [0xA136]={
107542  category="lo",
107543  cjkwd="w",
107544  description="YI SYLLABLE DDIT",
107545  direction="l",
107546  linebreak="id",
107547  unicodeslot=0xA136,
107548 },
107549 [0xA137]={
107550  category="lo",
107551  cjkwd="w",
107552  description="YI SYLLABLE DDIX",
107553  direction="l",
107554  linebreak="id",
107555  unicodeslot=0xA137,
107556 },
107557 [0xA138]={
107558  category="lo",
107559  cjkwd="w",
107560  description="YI SYLLABLE DDI",
107561  direction="l",
107562  linebreak="id",
107563  unicodeslot=0xA138,
107564 },
107565 [0xA139]={
107566  category="lo",
107567  cjkwd="w",
107568  description="YI SYLLABLE DDIP",
107569  direction="l",
107570  linebreak="id",
107571  unicodeslot=0xA139,
107572 },
107573 [0xA13A]={
107574  category="lo",
107575  cjkwd="w",
107576  description="YI SYLLABLE DDIEX",
107577  direction="l",
107578  linebreak="id",
107579  unicodeslot=0xA13A,
107580 },
107581 [0xA13B]={
107582  category="lo",
107583  cjkwd="w",
107584  description="YI SYLLABLE DDIE",
107585  direction="l",
107586  linebreak="id",
107587  unicodeslot=0xA13B,
107588 },
107589 [0xA13C]={
107590  category="lo",
107591  cjkwd="w",
107592  description="YI SYLLABLE DDIEP",
107593  direction="l",
107594  linebreak="id",
107595  unicodeslot=0xA13C,
107596 },
107597 [0xA13D]={
107598  category="lo",
107599  cjkwd="w",
107600  description="YI SYLLABLE DDAT",
107601  direction="l",
107602  linebreak="id",
107603  unicodeslot=0xA13D,
107604 },
107605 [0xA13E]={
107606  category="lo",
107607  cjkwd="w",
107608  description="YI SYLLABLE DDAX",
107609  direction="l",
107610  linebreak="id",
107611  unicodeslot=0xA13E,
107612 },
107613 [0xA13F]={
107614  category="lo",
107615  cjkwd="w",
107616  description="YI SYLLABLE DDA",
107617  direction="l",
107618  linebreak="id",
107619  unicodeslot=0xA13F,
107620 },
107621 [0xA140]={
107622  category="lo",
107623  cjkwd="w",
107624  description="YI SYLLABLE DDAP",
107625  direction="l",
107626  linebreak="id",
107627  unicodeslot=0xA140,
107628 },
107629 [0xA141]={
107630  category="lo",
107631  cjkwd="w",
107632  description="YI SYLLABLE DDUOX",
107633  direction="l",
107634  linebreak="id",
107635  unicodeslot=0xA141,
107636 },
107637 [0xA142]={
107638  category="lo",
107639  cjkwd="w",
107640  description="YI SYLLABLE DDUO",
107641  direction="l",
107642  linebreak="id",
107643  unicodeslot=0xA142,
107644 },
107645 [0xA143]={
107646  category="lo",
107647  cjkwd="w",
107648  description="YI SYLLABLE DDUOP",
107649  direction="l",
107650  linebreak="id",
107651  unicodeslot=0xA143,
107652 },
107653 [0xA144]={
107654  category="lo",
107655  cjkwd="w",
107656  description="YI SYLLABLE DDOT",
107657  direction="l",
107658  linebreak="id",
107659  unicodeslot=0xA144,
107660 },
107661 [0xA145]={
107662  category="lo",
107663  cjkwd="w",
107664  description="YI SYLLABLE DDOX",
107665  direction="l",
107666  linebreak="id",
107667  unicodeslot=0xA145,
107668 },
107669 [0xA146]={
107670  category="lo",
107671  cjkwd="w",
107672  description="YI SYLLABLE DDO",
107673  direction="l",
107674  linebreak="id",
107675  unicodeslot=0xA146,
107676 },
107677 [0xA147]={
107678  category="lo",
107679  cjkwd="w",
107680  description="YI SYLLABLE DDOP",
107681  direction="l",
107682  linebreak="id",
107683  unicodeslot=0xA147,
107684 },
107685 [0xA148]={
107686  category="lo",
107687  cjkwd="w",
107688  description="YI SYLLABLE DDEX",
107689  direction="l",
107690  linebreak="id",
107691  unicodeslot=0xA148,
107692 },
107693 [0xA149]={
107694  category="lo",
107695  cjkwd="w",
107696  description="YI SYLLABLE DDE",
107697  direction="l",
107698  linebreak="id",
107699  unicodeslot=0xA149,
107700 },
107701 [0xA14A]={
107702  category="lo",
107703  cjkwd="w",
107704  description="YI SYLLABLE DDEP",
107705  direction="l",
107706  linebreak="id",
107707  unicodeslot=0xA14A,
107708 },
107709 [0xA14B]={
107710  category="lo",
107711  cjkwd="w",
107712  description="YI SYLLABLE DDUT",
107713  direction="l",
107714  linebreak="id",
107715  unicodeslot=0xA14B,
107716 },
107717 [0xA14C]={
107718  category="lo",
107719  cjkwd="w",
107720  description="YI SYLLABLE DDUX",
107721  direction="l",
107722  linebreak="id",
107723  unicodeslot=0xA14C,
107724 },
107725 [0xA14D]={
107726  category="lo",
107727  cjkwd="w",
107728  description="YI SYLLABLE DDU",
107729  direction="l",
107730  linebreak="id",
107731  unicodeslot=0xA14D,
107732 },
107733 [0xA14E]={
107734  category="lo",
107735  cjkwd="w",
107736  description="YI SYLLABLE DDUP",
107737  direction="l",
107738  linebreak="id",
107739  unicodeslot=0xA14E,
107740 },
107741 [0xA14F]={
107742  category="lo",
107743  cjkwd="w",
107744  description="YI SYLLABLE DDURX",
107745  direction="l",
107746  linebreak="id",
107747  unicodeslot=0xA14F,
107748 },
107749 [0xA150]={
107750  category="lo",
107751  cjkwd="w",
107752  description="YI SYLLABLE DDUR",
107753  direction="l",
107754  linebreak="id",
107755  unicodeslot=0xA150,
107756 },
107757 [0xA151]={
107758  category="lo",
107759  cjkwd="w",
107760  description="YI SYLLABLE NDIT",
107761  direction="l",
107762  linebreak="id",
107763  unicodeslot=0xA151,
107764 },
107765 [0xA152]={
107766  category="lo",
107767  cjkwd="w",
107768  description="YI SYLLABLE NDIX",
107769  direction="l",
107770  linebreak="id",
107771  unicodeslot=0xA152,
107772 },
107773 [0xA153]={
107774  category="lo",
107775  cjkwd="w",
107776  description="YI SYLLABLE NDI",
107777  direction="l",
107778  linebreak="id",
107779  unicodeslot=0xA153,
107780 },
107781 [0xA154]={
107782  category="lo",
107783  cjkwd="w",
107784  description="YI SYLLABLE NDIP",
107785  direction="l",
107786  linebreak="id",
107787  unicodeslot=0xA154,
107788 },
107789 [0xA155]={
107790  category="lo",
107791  cjkwd="w",
107792  description="YI SYLLABLE NDIEX",
107793  direction="l",
107794  linebreak="id",
107795  unicodeslot=0xA155,
107796 },
107797 [0xA156]={
107798  category="lo",
107799  cjkwd="w",
107800  description="YI SYLLABLE NDIE",
107801  direction="l",
107802  linebreak="id",
107803  unicodeslot=0xA156,
107804 },
107805 [0xA157]={
107806  category="lo",
107807  cjkwd="w",
107808  description="YI SYLLABLE NDAT",
107809  direction="l",
107810  linebreak="id",
107811  unicodeslot=0xA157,
107812 },
107813 [0xA158]={
107814  category="lo",
107815  cjkwd="w",
107816  description="YI SYLLABLE NDAX",
107817  direction="l",
107818  linebreak="id",
107819  unicodeslot=0xA158,
107820 },
107821 [0xA159]={
107822  category="lo",
107823  cjkwd="w",
107824  description="YI SYLLABLE NDA",
107825  direction="l",
107826  linebreak="id",
107827  unicodeslot=0xA159,
107828 },
107829 [0xA15A]={
107830  category="lo",
107831  cjkwd="w",
107832  description="YI SYLLABLE NDAP",
107833  direction="l",
107834  linebreak="id",
107835  unicodeslot=0xA15A,
107836 },
107837 [0xA15B]={
107838  category="lo",
107839  cjkwd="w",
107840  description="YI SYLLABLE NDOT",
107841  direction="l",
107842  linebreak="id",
107843  unicodeslot=0xA15B,
107844 },
107845 [0xA15C]={
107846  category="lo",
107847  cjkwd="w",
107848  description="YI SYLLABLE NDOX",
107849  direction="l",
107850  linebreak="id",
107851  unicodeslot=0xA15C,
107852 },
107853 [0xA15D]={
107854  category="lo",
107855  cjkwd="w",
107856  description="YI SYLLABLE NDO",
107857  direction="l",
107858  linebreak="id",
107859  unicodeslot=0xA15D,
107860 },
107861 [0xA15E]={
107862  category="lo",
107863  cjkwd="w",
107864  description="YI SYLLABLE NDOP",
107865  direction="l",
107866  linebreak="id",
107867  unicodeslot=0xA15E,
107868 },
107869 [0xA15F]={
107870  category="lo",
107871  cjkwd="w",
107872  description="YI SYLLABLE NDEX",
107873  direction="l",
107874  linebreak="id",
107875  unicodeslot=0xA15F,
107876 },
107877 [0xA160]={
107878  category="lo",
107879  cjkwd="w",
107880  description="YI SYLLABLE NDE",
107881  direction="l",
107882  linebreak="id",
107883  unicodeslot=0xA160,
107884 },
107885 [0xA161]={
107886  category="lo",
107887  cjkwd="w",
107888  description="YI SYLLABLE NDEP",
107889  direction="l",
107890  linebreak="id",
107891  unicodeslot=0xA161,
107892 },
107893 [0xA162]={
107894  category="lo",
107895  cjkwd="w",
107896  description="YI SYLLABLE NDUT",
107897  direction="l",
107898  linebreak="id",
107899  unicodeslot=0xA162,
107900 },
107901 [0xA163]={
107902  category="lo",
107903  cjkwd="w",
107904  description="YI SYLLABLE NDUX",
107905  direction="l",
107906  linebreak="id",
107907  unicodeslot=0xA163,
107908 },
107909 [0xA164]={
107910  category="lo",
107911  cjkwd="w",
107912  description="YI SYLLABLE NDU",
107913  direction="l",
107914  linebreak="id",
107915  unicodeslot=0xA164,
107916 },
107917 [0xA165]={
107918  category="lo",
107919  cjkwd="w",
107920  description="YI SYLLABLE NDUP",
107921  direction="l",
107922  linebreak="id",
107923  unicodeslot=0xA165,
107924 },
107925 [0xA166]={
107926  category="lo",
107927  cjkwd="w",
107928  description="YI SYLLABLE NDURX",
107929  direction="l",
107930  linebreak="id",
107931  unicodeslot=0xA166,
107932 },
107933 [0xA167]={
107934  category="lo",
107935  cjkwd="w",
107936  description="YI SYLLABLE NDUR",
107937  direction="l",
107938  linebreak="id",
107939  unicodeslot=0xA167,
107940 },
107941 [0xA168]={
107942  category="lo",
107943  cjkwd="w",
107944  description="YI SYLLABLE HNIT",
107945  direction="l",
107946  linebreak="id",
107947  unicodeslot=0xA168,
107948 },
107949 [0xA169]={
107950  category="lo",
107951  cjkwd="w",
107952  description="YI SYLLABLE HNIX",
107953  direction="l",
107954  linebreak="id",
107955  unicodeslot=0xA169,
107956 },
107957 [0xA16A]={
107958  category="lo",
107959  cjkwd="w",
107960  description="YI SYLLABLE HNI",
107961  direction="l",
107962  linebreak="id",
107963  unicodeslot=0xA16A,
107964 },
107965 [0xA16B]={
107966  category="lo",
107967  cjkwd="w",
107968  description="YI SYLLABLE HNIP",
107969  direction="l",
107970  linebreak="id",
107971  unicodeslot=0xA16B,
107972 },
107973 [0xA16C]={
107974  category="lo",
107975  cjkwd="w",
107976  description="YI SYLLABLE HNIET",
107977  direction="l",
107978  linebreak="id",
107979  unicodeslot=0xA16C,
107980 },
107981 [0xA16D]={
107982  category="lo",
107983  cjkwd="w",
107984  description="YI SYLLABLE HNIEX",
107985  direction="l",
107986  linebreak="id",
107987  unicodeslot=0xA16D,
107988 },
107989 [0xA16E]={
107990  category="lo",
107991  cjkwd="w",
107992  description="YI SYLLABLE HNIE",
107993  direction="l",
107994  linebreak="id",
107995  unicodeslot=0xA16E,
107996 },
107997 [0xA16F]={
107998  category="lo",
107999  cjkwd="w",
108000  description="YI SYLLABLE HNIEP",
108001  direction="l",
108002  linebreak="id",
108003  unicodeslot=0xA16F,
108004 },
108005 [0xA170]={
108006  category="lo",
108007  cjkwd="w",
108008  description="YI SYLLABLE HNAT",
108009  direction="l",
108010  linebreak="id",
108011  unicodeslot=0xA170,
108012 },
108013 [0xA171]={
108014  category="lo",
108015  cjkwd="w",
108016  description="YI SYLLABLE HNAX",
108017  direction="l",
108018  linebreak="id",
108019  unicodeslot=0xA171,
108020 },
108021 [0xA172]={
108022  category="lo",
108023  cjkwd="w",
108024  description="YI SYLLABLE HNA",
108025  direction="l",
108026  linebreak="id",
108027  unicodeslot=0xA172,
108028 },
108029 [0xA173]={
108030  category="lo",
108031  cjkwd="w",
108032  description="YI SYLLABLE HNAP",
108033  direction="l",
108034  linebreak="id",
108035  unicodeslot=0xA173,
108036 },
108037 [0xA174]={
108038  category="lo",
108039  cjkwd="w",
108040  description="YI SYLLABLE HNUOX",
108041  direction="l",
108042  linebreak="id",
108043  unicodeslot=0xA174,
108044 },
108045 [0xA175]={
108046  category="lo",
108047  cjkwd="w",
108048  description="YI SYLLABLE HNUO",
108049  direction="l",
108050  linebreak="id",
108051  unicodeslot=0xA175,
108052 },
108053 [0xA176]={
108054  category="lo",
108055  cjkwd="w",
108056  description="YI SYLLABLE HNOT",
108057  direction="l",
108058  linebreak="id",
108059  unicodeslot=0xA176,
108060 },
108061 [0xA177]={
108062  category="lo",
108063  cjkwd="w",
108064  description="YI SYLLABLE HNOX",
108065  direction="l",
108066  linebreak="id",
108067  unicodeslot=0xA177,
108068 },
108069 [0xA178]={
108070  category="lo",
108071  cjkwd="w",
108072  description="YI SYLLABLE HNOP",
108073  direction="l",
108074  linebreak="id",
108075  unicodeslot=0xA178,
108076 },
108077 [0xA179]={
108078  category="lo",
108079  cjkwd="w",
108080  description="YI SYLLABLE HNEX",
108081  direction="l",
108082  linebreak="id",
108083  unicodeslot=0xA179,
108084 },
108085 [0xA17A]={
108086  category="lo",
108087  cjkwd="w",
108088  description="YI SYLLABLE HNE",
108089  direction="l",
108090  linebreak="id",
108091  unicodeslot=0xA17A,
108092 },
108093 [0xA17B]={
108094  category="lo",
108095  cjkwd="w",
108096  description="YI SYLLABLE HNEP",
108097  direction="l",
108098  linebreak="id",
108099  unicodeslot=0xA17B,
108100 },
108101 [0xA17C]={
108102  category="lo",
108103  cjkwd="w",
108104  description="YI SYLLABLE HNUT",
108105  direction="l",
108106  linebreak="id",
108107  unicodeslot=0xA17C,
108108 },
108109 [0xA17D]={
108110  category="lo",
108111  cjkwd="w",
108112  description="YI SYLLABLE NIT",
108113  direction="l",
108114  linebreak="id",
108115  unicodeslot=0xA17D,
108116 },
108117 [0xA17E]={
108118  category="lo",
108119  cjkwd="w",
108120  description="YI SYLLABLE NIX",
108121  direction="l",
108122  linebreak="id",
108123  unicodeslot=0xA17E,
108124 },
108125 [0xA17F]={
108126  category="lo",
108127  cjkwd="w",
108128  description="YI SYLLABLE NI",
108129  direction="l",
108130  linebreak="id",
108131  unicodeslot=0xA17F,
108132 },
108133 [0xA180]={
108134  category="lo",
108135  cjkwd="w",
108136  description="YI SYLLABLE NIP",
108137  direction="l",
108138  linebreak="id",
108139  unicodeslot=0xA180,
108140 },
108141 [0xA181]={
108142  category="lo",
108143  cjkwd="w",
108144  description="YI SYLLABLE NIEX",
108145  direction="l",
108146  linebreak="id",
108147  unicodeslot=0xA181,
108148 },
108149 [0xA182]={
108150  category="lo",
108151  cjkwd="w",
108152  description="YI SYLLABLE NIE",
108153  direction="l",
108154  linebreak="id",
108155  unicodeslot=0xA182,
108156 },
108157 [0xA183]={
108158  category="lo",
108159  cjkwd="w",
108160  description="YI SYLLABLE NIEP",
108161  direction="l",
108162  linebreak="id",
108163  unicodeslot=0xA183,
108164 },
108165 [0xA184]={
108166  category="lo",
108167  cjkwd="w",
108168  description="YI SYLLABLE NAX",
108169  direction="l",
108170  linebreak="id",
108171  unicodeslot=0xA184,
108172 },
108173 [0xA185]={
108174  category="lo",
108175  cjkwd="w",
108176  description="YI SYLLABLE NA",
108177  direction="l",
108178  linebreak="id",
108179  unicodeslot=0xA185,
108180 },
108181 [0xA186]={
108182  category="lo",
108183  cjkwd="w",
108184  description="YI SYLLABLE NAP",
108185  direction="l",
108186  linebreak="id",
108187  unicodeslot=0xA186,
108188 },
108189 [0xA187]={
108190  category="lo",
108191  cjkwd="w",
108192  description="YI SYLLABLE NUOX",
108193  direction="l",
108194  linebreak="id",
108195  unicodeslot=0xA187,
108196 },
108197 [0xA188]={
108198  category="lo",
108199  cjkwd="w",
108200  description="YI SYLLABLE NUO",
108201  direction="l",
108202  linebreak="id",
108203  unicodeslot=0xA188,
108204 },
108205 [0xA189]={
108206  category="lo",
108207  cjkwd="w",
108208  description="YI SYLLABLE NUOP",
108209  direction="l",
108210  linebreak="id",
108211  unicodeslot=0xA189,
108212 },
108213 [0xA18A]={
108214  category="lo",
108215  cjkwd="w",
108216  description="YI SYLLABLE NOT",
108217  direction="l",
108218  linebreak="id",
108219  unicodeslot=0xA18A,
108220 },
108221 [0xA18B]={
108222  category="lo",
108223  cjkwd="w",
108224  description="YI SYLLABLE NOX",
108225  direction="l",
108226  linebreak="id",
108227  unicodeslot=0xA18B,
108228 },
108229 [0xA18C]={
108230  category="lo",
108231  cjkwd="w",
108232  description="YI SYLLABLE NO",
108233  direction="l",
108234  linebreak="id",
108235  unicodeslot=0xA18C,
108236 },
108237 [0xA18D]={
108238  category="lo",
108239  cjkwd="w",
108240  description="YI SYLLABLE NOP",
108241  direction="l",
108242  linebreak="id",
108243  unicodeslot=0xA18D,
108244 },
108245 [0xA18E]={
108246  category="lo",
108247  cjkwd="w",
108248  description="YI SYLLABLE NEX",
108249  direction="l",
108250  linebreak="id",
108251  unicodeslot=0xA18E,
108252 },
108253 [0xA18F]={
108254  category="lo",
108255  cjkwd="w",
108256  description="YI SYLLABLE NE",
108257  direction="l",
108258  linebreak="id",
108259  unicodeslot=0xA18F,
108260 },
108261 [0xA190]={
108262  category="lo",
108263  cjkwd="w",
108264  description="YI SYLLABLE NEP",
108265  direction="l",
108266  linebreak="id",
108267  unicodeslot=0xA190,
108268 },
108269 [0xA191]={
108270  category="lo",
108271  cjkwd="w",
108272  description="YI SYLLABLE NUT",
108273  direction="l",
108274  linebreak="id",
108275  unicodeslot=0xA191,
108276 },
108277 [0xA192]={
108278  category="lo",
108279  cjkwd="w",
108280  description="YI SYLLABLE NUX",
108281  direction="l",
108282  linebreak="id",
108283  unicodeslot=0xA192,
108284 },
108285 [0xA193]={
108286  category="lo",
108287  cjkwd="w",
108288  description="YI SYLLABLE NU",
108289  direction="l",
108290  linebreak="id",
108291  unicodeslot=0xA193,
108292 },
108293 [0xA194]={
108294  category="lo",
108295  cjkwd="w",
108296  description="YI SYLLABLE NUP",
108297  direction="l",
108298  linebreak="id",
108299  unicodeslot=0xA194,
108300 },
108301 [0xA195]={
108302  category="lo",
108303  cjkwd="w",
108304  description="YI SYLLABLE NURX",
108305  direction="l",
108306  linebreak="id",
108307  unicodeslot=0xA195,
108308 },
108309 [0xA196]={
108310  category="lo",
108311  cjkwd="w",
108312  description="YI SYLLABLE NUR",
108313  direction="l",
108314  linebreak="id",
108315  unicodeslot=0xA196,
108316 },
108317 [0xA197]={
108318  category="lo",
108319  cjkwd="w",
108320  description="YI SYLLABLE HLIT",
108321  direction="l",
108322  linebreak="id",
108323  unicodeslot=0xA197,
108324 },
108325 [0xA198]={
108326  category="lo",
108327  cjkwd="w",
108328  description="YI SYLLABLE HLIX",
108329  direction="l",
108330  linebreak="id",
108331  unicodeslot=0xA198,
108332 },
108333 [0xA199]={
108334  category="lo",
108335  cjkwd="w",
108336  description="YI SYLLABLE HLI",
108337  direction="l",
108338  linebreak="id",
108339  unicodeslot=0xA199,
108340 },
108341 [0xA19A]={
108342  category="lo",
108343  cjkwd="w",
108344  description="YI SYLLABLE HLIP",
108345  direction="l",
108346  linebreak="id",
108347  unicodeslot=0xA19A,
108348 },
108349 [0xA19B]={
108350  category="lo",
108351  cjkwd="w",
108352  description="YI SYLLABLE HLIEX",
108353  direction="l",
108354  linebreak="id",
108355  unicodeslot=0xA19B,
108356 },
108357 [0xA19C]={
108358  category="lo",
108359  cjkwd="w",
108360  description="YI SYLLABLE HLIE",
108361  direction="l",
108362  linebreak="id",
108363  unicodeslot=0xA19C,
108364 },
108365 [0xA19D]={
108366  category="lo",
108367  cjkwd="w",
108368  description="YI SYLLABLE HLIEP",
108369  direction="l",
108370  linebreak="id",
108371  unicodeslot=0xA19D,
108372 },
108373 [0xA19E]={
108374  category="lo",
108375  cjkwd="w",
108376  description="YI SYLLABLE HLAT",
108377  direction="l",
108378  linebreak="id",
108379  unicodeslot=0xA19E,
108380 },
108381 [0xA19F]={
108382  category="lo",
108383  cjkwd="w",
108384  description="YI SYLLABLE HLAX",
108385  direction="l",
108386  linebreak="id",
108387  unicodeslot=0xA19F,
108388 },
108389 [0xA1A0]={
108390  category="lo",
108391  cjkwd="w",
108392  description="YI SYLLABLE HLA",
108393  direction="l",
108394  linebreak="id",
108395  unicodeslot=0xA1A0,
108396 },
108397 [0xA1A1]={
108398  category="lo",
108399  cjkwd="w",
108400  description="YI SYLLABLE HLAP",
108401  direction="l",
108402  linebreak="id",
108403  unicodeslot=0xA1A1,
108404 },
108405 [0xA1A2]={
108406  category="lo",
108407  cjkwd="w",
108408  description="YI SYLLABLE HLUOX",
108409  direction="l",
108410  linebreak="id",
108411  unicodeslot=0xA1A2,
108412 },
108413 [0xA1A3]={
108414  category="lo",
108415  cjkwd="w",
108416  description="YI SYLLABLE HLUO",
108417  direction="l",
108418  linebreak="id",
108419  unicodeslot=0xA1A3,
108420 },
108421 [0xA1A4]={
108422  category="lo",
108423  cjkwd="w",
108424  description="YI SYLLABLE HLUOP",
108425  direction="l",
108426  linebreak="id",
108427  unicodeslot=0xA1A4,
108428 },
108429 [0xA1A5]={
108430  category="lo",
108431  cjkwd="w",
108432  description="YI SYLLABLE HLOX",
108433  direction="l",
108434  linebreak="id",
108435  unicodeslot=0xA1A5,
108436 },
108437 [0xA1A6]={
108438  category="lo",
108439  cjkwd="w",
108440  description="YI SYLLABLE HLO",
108441  direction="l",
108442  linebreak="id",
108443  unicodeslot=0xA1A6,
108444 },
108445 [0xA1A7]={
108446  category="lo",
108447  cjkwd="w",
108448  description="YI SYLLABLE HLOP",
108449  direction="l",
108450  linebreak="id",
108451  unicodeslot=0xA1A7,
108452 },
108453 [0xA1A8]={
108454  category="lo",
108455  cjkwd="w",
108456  description="YI SYLLABLE HLEX",
108457  direction="l",
108458  linebreak="id",
108459  unicodeslot=0xA1A8,
108460 },
108461 [0xA1A9]={
108462  category="lo",
108463  cjkwd="w",
108464  description="YI SYLLABLE HLE",
108465  direction="l",
108466  linebreak="id",
108467  unicodeslot=0xA1A9,
108468 },
108469 [0xA1AA]={
108470  category="lo",
108471  cjkwd="w",
108472  description="YI SYLLABLE HLEP",
108473  direction="l",
108474  linebreak="id",
108475  unicodeslot=0xA1AA,
108476 },
108477 [0xA1AB]={
108478  category="lo",
108479  cjkwd="w",
108480  description="YI SYLLABLE HLUT",
108481  direction="l",
108482  linebreak="id",
108483  unicodeslot=0xA1AB,
108484 },
108485 [0xA1AC]={
108486  category="lo",
108487  cjkwd="w",
108488  description="YI SYLLABLE HLUX",
108489  direction="l",
108490  linebreak="id",
108491  unicodeslot=0xA1AC,
108492 },
108493 [0xA1AD]={
108494  category="lo",
108495  cjkwd="w",
108496  description="YI SYLLABLE HLU",
108497  direction="l",
108498  linebreak="id",
108499  unicodeslot=0xA1AD,
108500 },
108501 [0xA1AE]={
108502  category="lo",
108503  cjkwd="w",
108504  description="YI SYLLABLE HLUP",
108505  direction="l",
108506  linebreak="id",
108507  unicodeslot=0xA1AE,
108508 },
108509 [0xA1AF]={
108510  category="lo",
108511  cjkwd="w",
108512  description="YI SYLLABLE HLURX",
108513  direction="l",
108514  linebreak="id",
108515  unicodeslot=0xA1AF,
108516 },
108517 [0xA1B0]={
108518  category="lo",
108519  cjkwd="w",
108520  description="YI SYLLABLE HLUR",
108521  direction="l",
108522  linebreak="id",
108523  unicodeslot=0xA1B0,
108524 },
108525 [0xA1B1]={
108526  category="lo",
108527  cjkwd="w",
108528  description="YI SYLLABLE HLYT",
108529  direction="l",
108530  linebreak="id",
108531  unicodeslot=0xA1B1,
108532 },
108533 [0xA1B2]={
108534  category="lo",
108535  cjkwd="w",
108536  description="YI SYLLABLE HLYX",
108537  direction="l",
108538  linebreak="id",
108539  unicodeslot=0xA1B2,
108540 },
108541 [0xA1B3]={
108542  category="lo",
108543  cjkwd="w",
108544  description="YI SYLLABLE HLY",
108545  direction="l",
108546  linebreak="id",
108547  unicodeslot=0xA1B3,
108548 },
108549 [0xA1B4]={
108550  category="lo",
108551  cjkwd="w",
108552  description="YI SYLLABLE HLYP",
108553  direction="l",
108554  linebreak="id",
108555  unicodeslot=0xA1B4,
108556 },
108557 [0xA1B5]={
108558  category="lo",
108559  cjkwd="w",
108560  description="YI SYLLABLE HLYRX",
108561  direction="l",
108562  linebreak="id",
108563  unicodeslot=0xA1B5,
108564 },
108565 [0xA1B6]={
108566  category="lo",
108567  cjkwd="w",
108568  description="YI SYLLABLE HLYR",
108569  direction="l",
108570  linebreak="id",
108571  unicodeslot=0xA1B6,
108572 },
108573 [0xA1B7]={
108574  category="lo",
108575  cjkwd="w",
108576  description="YI SYLLABLE LIT",
108577  direction="l",
108578  linebreak="id",
108579  unicodeslot=0xA1B7,
108580 },
108581 [0xA1B8]={
108582  category="lo",
108583  cjkwd="w",
108584  description="YI SYLLABLE LIX",
108585  direction="l",
108586  linebreak="id",
108587  unicodeslot=0xA1B8,
108588 },
108589 [0xA1B9]={
108590  category="lo",
108591  cjkwd="w",
108592  description="YI SYLLABLE LI",
108593  direction="l",
108594  linebreak="id",
108595  unicodeslot=0xA1B9,
108596 },
108597 [0xA1BA]={
108598  category="lo",
108599  cjkwd="w",
108600  description="YI SYLLABLE LIP",
108601  direction="l",
108602  linebreak="id",
108603  unicodeslot=0xA1BA,
108604 },
108605 [0xA1BB]={
108606  category="lo",
108607  cjkwd="w",
108608  description="YI SYLLABLE LIET",
108609  direction="l",
108610  linebreak="id",
108611  unicodeslot=0xA1BB,
108612 },
108613 [0xA1BC]={
108614  category="lo",
108615  cjkwd="w",
108616  description="YI SYLLABLE LIEX",
108617  direction="l",
108618  linebreak="id",
108619  unicodeslot=0xA1BC,
108620 },
108621 [0xA1BD]={
108622  category="lo",
108623  cjkwd="w",
108624  description="YI SYLLABLE LIE",
108625  direction="l",
108626  linebreak="id",
108627  unicodeslot=0xA1BD,
108628 },
108629 [0xA1BE]={
108630  category="lo",
108631  cjkwd="w",
108632  description="YI SYLLABLE LIEP",
108633  direction="l",
108634  linebreak="id",
108635  unicodeslot=0xA1BE,
108636 },
108637 [0xA1BF]={
108638  category="lo",
108639  cjkwd="w",
108640  description="YI SYLLABLE LAT",
108641  direction="l",
108642  linebreak="id",
108643  unicodeslot=0xA1BF,
108644 },
108645 [0xA1C0]={
108646  category="lo",
108647  cjkwd="w",
108648  description="YI SYLLABLE LAX",
108649  direction="l",
108650  linebreak="id",
108651  unicodeslot=0xA1C0,
108652 },
108653 [0xA1C1]={
108654  category="lo",
108655  cjkwd="w",
108656  description="YI SYLLABLE LA",
108657  direction="l",
108658  linebreak="id",
108659  unicodeslot=0xA1C1,
108660 },
108661 [0xA1C2]={
108662  category="lo",
108663  cjkwd="w",
108664  description="YI SYLLABLE LAP",
108665  direction="l",
108666  linebreak="id",
108667  unicodeslot=0xA1C2,
108668 },
108669 [0xA1C3]={
108670  category="lo",
108671  cjkwd="w",
108672  description="YI SYLLABLE LUOT",
108673  direction="l",
108674  linebreak="id",
108675  unicodeslot=0xA1C3,
108676 },
108677 [0xA1C4]={
108678  category="lo",
108679  cjkwd="w",
108680  description="YI SYLLABLE LUOX",
108681  direction="l",
108682  linebreak="id",
108683  unicodeslot=0xA1C4,
108684 },
108685 [0xA1C5]={
108686  category="lo",
108687  cjkwd="w",
108688  description="YI SYLLABLE LUO",
108689  direction="l",
108690  linebreak="id",
108691  unicodeslot=0xA1C5,
108692 },
108693 [0xA1C6]={
108694  category="lo",
108695  cjkwd="w",
108696  description="YI SYLLABLE LUOP",
108697  direction="l",
108698  linebreak="id",
108699  unicodeslot=0xA1C6,
108700 },
108701 [0xA1C7]={
108702  category="lo",
108703  cjkwd="w",
108704  description="YI SYLLABLE LOT",
108705  direction="l",
108706  linebreak="id",
108707  unicodeslot=0xA1C7,
108708 },
108709 [0xA1C8]={
108710  category="lo",
108711  cjkwd="w",
108712  description="YI SYLLABLE LOX",
108713  direction="l",
108714  linebreak="id",
108715  unicodeslot=0xA1C8,
108716 },
108717 [0xA1C9]={
108718  category="lo",
108719  cjkwd="w",
108720  description="YI SYLLABLE LO",
108721  direction="l",
108722  linebreak="id",
108723  unicodeslot=0xA1C9,
108724 },
108725 [0xA1CA]={
108726  category="lo",
108727  cjkwd="w",
108728  description="YI SYLLABLE LOP",
108729  direction="l",
108730  linebreak="id",
108731  unicodeslot=0xA1CA,
108732 },
108733 [0xA1CB]={
108734  category="lo",
108735  cjkwd="w",
108736  description="YI SYLLABLE LEX",
108737  direction="l",
108738  linebreak="id",
108739  unicodeslot=0xA1CB,
108740 },
108741 [0xA1CC]={
108742  category="lo",
108743  cjkwd="w",
108744  description="YI SYLLABLE LE",
108745  direction="l",
108746  linebreak="id",
108747  unicodeslot=0xA1CC,
108748 },
108749 [0xA1CD]={
108750  category="lo",
108751  cjkwd="w",
108752  description="YI SYLLABLE LEP",
108753  direction="l",
108754  linebreak="id",
108755  unicodeslot=0xA1CD,
108756 },
108757 [0xA1CE]={
108758  category="lo",
108759  cjkwd="w",
108760  description="YI SYLLABLE LUT",
108761  direction="l",
108762  linebreak="id",
108763  unicodeslot=0xA1CE,
108764 },
108765 [0xA1CF]={
108766  category="lo",
108767  cjkwd="w",
108768  description="YI SYLLABLE LUX",
108769  direction="l",
108770  linebreak="id",
108771  unicodeslot=0xA1CF,
108772 },
108773 [0xA1D0]={
108774  category="lo",
108775  cjkwd="w",
108776  description="YI SYLLABLE LU",
108777  direction="l",
108778  linebreak="id",
108779  unicodeslot=0xA1D0,
108780 },
108781 [0xA1D1]={
108782  category="lo",
108783  cjkwd="w",
108784  description="YI SYLLABLE LUP",
108785  direction="l",
108786  linebreak="id",
108787  unicodeslot=0xA1D1,
108788 },
108789 [0xA1D2]={
108790  category="lo",
108791  cjkwd="w",
108792  description="YI SYLLABLE LURX",
108793  direction="l",
108794  linebreak="id",
108795  unicodeslot=0xA1D2,
108796 },
108797 [0xA1D3]={
108798  category="lo",
108799  cjkwd="w",
108800  description="YI SYLLABLE LUR",
108801  direction="l",
108802  linebreak="id",
108803  unicodeslot=0xA1D3,
108804 },
108805 [0xA1D4]={
108806  category="lo",
108807  cjkwd="w",
108808  description="YI SYLLABLE LYT",
108809  direction="l",
108810  linebreak="id",
108811  unicodeslot=0xA1D4,
108812 },
108813 [0xA1D5]={
108814  category="lo",
108815  cjkwd="w",
108816  description="YI SYLLABLE LYX",
108817  direction="l",
108818  linebreak="id",
108819  unicodeslot=0xA1D5,
108820 },
108821 [0xA1D6]={
108822  category="lo",
108823  cjkwd="w",
108824  description="YI SYLLABLE LY",
108825  direction="l",
108826  linebreak="id",
108827  unicodeslot=0xA1D6,
108828 },
108829 [0xA1D7]={
108830  category="lo",
108831  cjkwd="w",
108832  description="YI SYLLABLE LYP",
108833  direction="l",
108834  linebreak="id",
108835  unicodeslot=0xA1D7,
108836 },
108837 [0xA1D8]={
108838  category="lo",
108839  cjkwd="w",
108840  description="YI SYLLABLE LYRX",
108841  direction="l",
108842  linebreak="id",
108843  unicodeslot=0xA1D8,
108844 },
108845 [0xA1D9]={
108846  category="lo",
108847  cjkwd="w",
108848  description="YI SYLLABLE LYR",
108849  direction="l",
108850  linebreak="id",
108851  unicodeslot=0xA1D9,
108852 },
108853 [0xA1DA]={
108854  category="lo",
108855  cjkwd="w",
108856  description="YI SYLLABLE GIT",
108857  direction="l",
108858  linebreak="id",
108859  unicodeslot=0xA1DA,
108860 },
108861 [0xA1DB]={
108862  category="lo",
108863  cjkwd="w",
108864  description="YI SYLLABLE GIX",
108865  direction="l",
108866  linebreak="id",
108867  unicodeslot=0xA1DB,
108868 },
108869 [0xA1DC]={
108870  category="lo",
108871  cjkwd="w",
108872  description="YI SYLLABLE GI",
108873  direction="l",
108874  linebreak="id",
108875  unicodeslot=0xA1DC,
108876 },
108877 [0xA1DD]={
108878  category="lo",
108879  cjkwd="w",
108880  description="YI SYLLABLE GIP",
108881  direction="l",
108882  linebreak="id",
108883  unicodeslot=0xA1DD,
108884 },
108885 [0xA1DE]={
108886  category="lo",
108887  cjkwd="w",
108888  description="YI SYLLABLE GIET",
108889  direction="l",
108890  linebreak="id",
108891  unicodeslot=0xA1DE,
108892 },
108893 [0xA1DF]={
108894  category="lo",
108895  cjkwd="w",
108896  description="YI SYLLABLE GIEX",
108897  direction="l",
108898  linebreak="id",
108899  unicodeslot=0xA1DF,
108900 },
108901 [0xA1E0]={
108902  category="lo",
108903  cjkwd="w",
108904  description="YI SYLLABLE GIE",
108905  direction="l",
108906  linebreak="id",
108907  unicodeslot=0xA1E0,
108908 },
108909 [0xA1E1]={
108910  category="lo",
108911  cjkwd="w",
108912  description="YI SYLLABLE GIEP",
108913  direction="l",
108914  linebreak="id",
108915  unicodeslot=0xA1E1,
108916 },
108917 [0xA1E2]={
108918  category="lo",
108919  cjkwd="w",
108920  description="YI SYLLABLE GAT",
108921  direction="l",
108922  linebreak="id",
108923  unicodeslot=0xA1E2,
108924 },
108925 [0xA1E3]={
108926  category="lo",
108927  cjkwd="w",
108928  description="YI SYLLABLE GAX",
108929  direction="l",
108930  linebreak="id",
108931  unicodeslot=0xA1E3,
108932 },
108933 [0xA1E4]={
108934  category="lo",
108935  cjkwd="w",
108936  description="YI SYLLABLE GA",
108937  direction="l",
108938  linebreak="id",
108939  unicodeslot=0xA1E4,
108940 },
108941 [0xA1E5]={
108942  category="lo",
108943  cjkwd="w",
108944  description="YI SYLLABLE GAP",
108945  direction="l",
108946  linebreak="id",
108947  unicodeslot=0xA1E5,
108948 },
108949 [0xA1E6]={
108950  category="lo",
108951  cjkwd="w",
108952  description="YI SYLLABLE GUOT",
108953  direction="l",
108954  linebreak="id",
108955  unicodeslot=0xA1E6,
108956 },
108957 [0xA1E7]={
108958  category="lo",
108959  cjkwd="w",
108960  description="YI SYLLABLE GUOX",
108961  direction="l",
108962  linebreak="id",
108963  unicodeslot=0xA1E7,
108964 },
108965 [0xA1E8]={
108966  category="lo",
108967  cjkwd="w",
108968  description="YI SYLLABLE GUO",
108969  direction="l",
108970  linebreak="id",
108971  unicodeslot=0xA1E8,
108972 },
108973 [0xA1E9]={
108974  category="lo",
108975  cjkwd="w",
108976  description="YI SYLLABLE GUOP",
108977  direction="l",
108978  linebreak="id",
108979  unicodeslot=0xA1E9,
108980 },
108981 [0xA1EA]={
108982  category="lo",
108983  cjkwd="w",
108984  description="YI SYLLABLE GOT",
108985  direction="l",
108986  linebreak="id",
108987  unicodeslot=0xA1EA,
108988 },
108989 [0xA1EB]={
108990  category="lo",
108991  cjkwd="w",
108992  description="YI SYLLABLE GOX",
108993  direction="l",
108994  linebreak="id",
108995  unicodeslot=0xA1EB,
108996 },
108997 [0xA1EC]={
108998  category="lo",
108999  cjkwd="w",
109000  description="YI SYLLABLE GO",
109001  direction="l",
109002  linebreak="id",
109003  unicodeslot=0xA1EC,
109004 },
109005 [0xA1ED]={
109006  category="lo",
109007  cjkwd="w",
109008  description="YI SYLLABLE GOP",
109009  direction="l",
109010  linebreak="id",
109011  unicodeslot=0xA1ED,
109012 },
109013 [0xA1EE]={
109014  category="lo",
109015  cjkwd="w",
109016  description="YI SYLLABLE GET",
109017  direction="l",
109018  linebreak="id",
109019  unicodeslot=0xA1EE,
109020 },
109021 [0xA1EF]={
109022  category="lo",
109023  cjkwd="w",
109024  description="YI SYLLABLE GEX",
109025  direction="l",
109026  linebreak="id",
109027  unicodeslot=0xA1EF,
109028 },
109029 [0xA1F0]={
109030  category="lo",
109031  cjkwd="w",
109032  description="YI SYLLABLE GE",
109033  direction="l",
109034  linebreak="id",
109035  unicodeslot=0xA1F0,
109036 },
109037 [0xA1F1]={
109038  category="lo",
109039  cjkwd="w",
109040  description="YI SYLLABLE GEP",
109041  direction="l",
109042  linebreak="id",
109043  unicodeslot=0xA1F1,
109044 },
109045 [0xA1F2]={
109046  category="lo",
109047  cjkwd="w",
109048  description="YI SYLLABLE GUT",
109049  direction="l",
109050  linebreak="id",
109051  unicodeslot=0xA1F2,
109052 },
109053 [0xA1F3]={
109054  category="lo",
109055  cjkwd="w",
109056  description="YI SYLLABLE GUX",
109057  direction="l",
109058  linebreak="id",
109059  unicodeslot=0xA1F3,
109060 },
109061 [0xA1F4]={
109062  category="lo",
109063  cjkwd="w",
109064  description="YI SYLLABLE GU",
109065  direction="l",
109066  linebreak="id",
109067  unicodeslot=0xA1F4,
109068 },
109069 [0xA1F5]={
109070  category="lo",
109071  cjkwd="w",
109072  description="YI SYLLABLE GUP",
109073  direction="l",
109074  linebreak="id",
109075  unicodeslot=0xA1F5,
109076 },
109077 [0xA1F6]={
109078  category="lo",
109079  cjkwd="w",
109080  description="YI SYLLABLE GURX",
109081  direction="l",
109082  linebreak="id",
109083  unicodeslot=0xA1F6,
109084 },
109085 [0xA1F7]={
109086  category="lo",
109087  cjkwd="w",
109088  description="YI SYLLABLE GUR",
109089  direction="l",
109090  linebreak="id",
109091  unicodeslot=0xA1F7,
109092 },
109093 [0xA1F8]={
109094  category="lo",
109095  cjkwd="w",
109096  description="YI SYLLABLE KIT",
109097  direction="l",
109098  linebreak="id",
109099  unicodeslot=0xA1F8,
109100 },
109101 [0xA1F9]={
109102  category="lo",
109103  cjkwd="w",
109104  description="YI SYLLABLE KIX",
109105  direction="l",
109106  linebreak="id",
109107  unicodeslot=0xA1F9,
109108 },
109109 [0xA1FA]={
109110  category="lo",
109111  cjkwd="w",
109112  description="YI SYLLABLE KI",
109113  direction="l",
109114  linebreak="id",
109115  unicodeslot=0xA1FA,
109116 },
109117 [0xA1FB]={
109118  category="lo",
109119  cjkwd="w",
109120  description="YI SYLLABLE KIP",
109121  direction="l",
109122  linebreak="id",
109123  unicodeslot=0xA1FB,
109124 },
109125 [0xA1FC]={
109126  category="lo",
109127  cjkwd="w",
109128  description="YI SYLLABLE KIEX",
109129  direction="l",
109130  linebreak="id",
109131  unicodeslot=0xA1FC,
109132 },
109133 [0xA1FD]={
109134  category="lo",
109135  cjkwd="w",
109136  description="YI SYLLABLE KIE",
109137  direction="l",
109138  linebreak="id",
109139  unicodeslot=0xA1FD,
109140 },
109141 [0xA1FE]={
109142  category="lo",
109143  cjkwd="w",
109144  description="YI SYLLABLE KIEP",
109145  direction="l",
109146  linebreak="id",
109147  unicodeslot=0xA1FE,
109148 },
109149 [0xA1FF]={
109150  category="lo",
109151  cjkwd="w",
109152  description="YI SYLLABLE KAT",
109153  direction="l",
109154  linebreak="id",
109155  unicodeslot=0xA1FF,
109156 },
109157 [0xA200]={
109158  category="lo",
109159  cjkwd="w",
109160  description="YI SYLLABLE KAX",
109161  direction="l",
109162  linebreak="id",
109163  unicodeslot=0xA200,
109164 },
109165 [0xA201]={
109166  category="lo",
109167  cjkwd="w",
109168  description="YI SYLLABLE KA",
109169  direction="l",
109170  linebreak="id",
109171  unicodeslot=0xA201,
109172 },
109173 [0xA202]={
109174  category="lo",
109175  cjkwd="w",
109176  description="YI SYLLABLE KAP",
109177  direction="l",
109178  linebreak="id",
109179  unicodeslot=0xA202,
109180 },
109181 [0xA203]={
109182  category="lo",
109183  cjkwd="w",
109184  description="YI SYLLABLE KUOX",
109185  direction="l",
109186  linebreak="id",
109187  unicodeslot=0xA203,
109188 },
109189 [0xA204]={
109190  category="lo",
109191  cjkwd="w",
109192  description="YI SYLLABLE KUO",
109193  direction="l",
109194  linebreak="id",
109195  unicodeslot=0xA204,
109196 },
109197 [0xA205]={
109198  category="lo",
109199  cjkwd="w",
109200  description="YI SYLLABLE KUOP",
109201  direction="l",
109202  linebreak="id",
109203  unicodeslot=0xA205,
109204 },
109205 [0xA206]={
109206  category="lo",
109207  cjkwd="w",
109208  description="YI SYLLABLE KOT",
109209  direction="l",
109210  linebreak="id",
109211  unicodeslot=0xA206,
109212 },
109213 [0xA207]={
109214  category="lo",
109215  cjkwd="w",
109216  description="YI SYLLABLE KOX",
109217  direction="l",
109218  linebreak="id",
109219  unicodeslot=0xA207,
109220 },
109221 [0xA208]={
109222  category="lo",
109223  cjkwd="w",
109224  description="YI SYLLABLE KO",
109225  direction="l",
109226  linebreak="id",
109227  unicodeslot=0xA208,
109228 },
109229 [0xA209]={
109230  category="lo",
109231  cjkwd="w",
109232  description="YI SYLLABLE KOP",
109233  direction="l",
109234  linebreak="id",
109235  unicodeslot=0xA209,
109236 },
109237 [0xA20A]={
109238  category="lo",
109239  cjkwd="w",
109240  description="YI SYLLABLE KET",
109241  direction="l",
109242  linebreak="id",
109243  unicodeslot=0xA20A,
109244 },
109245 [0xA20B]={
109246  category="lo",
109247  cjkwd="w",
109248  description="YI SYLLABLE KEX",
109249  direction="l",
109250  linebreak="id",
109251  unicodeslot=0xA20B,
109252 },
109253 [0xA20C]={
109254  category="lo",
109255  cjkwd="w",
109256  description="YI SYLLABLE KE",
109257  direction="l",
109258  linebreak="id",
109259  unicodeslot=0xA20C,
109260 },
109261 [0xA20D]={
109262  category="lo",
109263  cjkwd="w",
109264  description="YI SYLLABLE KEP",
109265  direction="l",
109266  linebreak="id",
109267  unicodeslot=0xA20D,
109268 },
109269 [0xA20E]={
109270  category="lo",
109271  cjkwd="w",
109272  description="YI SYLLABLE KUT",
109273  direction="l",
109274  linebreak="id",
109275  unicodeslot=0xA20E,
109276 },
109277 [0xA20F]={
109278  category="lo",
109279  cjkwd="w",
109280  description="YI SYLLABLE KUX",
109281  direction="l",
109282  linebreak="id",
109283  unicodeslot=0xA20F,
109284 },
109285 [0xA210]={
109286  category="lo",
109287  cjkwd="w",
109288  description="YI SYLLABLE KU",
109289  direction="l",
109290  linebreak="id",
109291  unicodeslot=0xA210,
109292 },
109293 [0xA211]={
109294  category="lo",
109295  cjkwd="w",
109296  description="YI SYLLABLE KUP",
109297  direction="l",
109298  linebreak="id",
109299  unicodeslot=0xA211,
109300 },
109301 [0xA212]={
109302  category="lo",
109303  cjkwd="w",
109304  description="YI SYLLABLE KURX",
109305  direction="l",
109306  linebreak="id",
109307  unicodeslot=0xA212,
109308 },
109309 [0xA213]={
109310  category="lo",
109311  cjkwd="w",
109312  description="YI SYLLABLE KUR",
109313  direction="l",
109314  linebreak="id",
109315  unicodeslot=0xA213,
109316 },
109317 [0xA214]={
109318  category="lo",
109319  cjkwd="w",
109320  description="YI SYLLABLE GGIT",
109321  direction="l",
109322  linebreak="id",
109323  unicodeslot=0xA214,
109324 },
109325 [0xA215]={
109326  category="lo",
109327  cjkwd="w",
109328  description="YI SYLLABLE GGIX",
109329  direction="l",
109330  linebreak="id",
109331  unicodeslot=0xA215,
109332 },
109333 [0xA216]={
109334  category="lo",
109335  cjkwd="w",
109336  description="YI SYLLABLE GGI",
109337  direction="l",
109338  linebreak="id",
109339  unicodeslot=0xA216,
109340 },
109341 [0xA217]={
109342  category="lo",
109343  cjkwd="w",
109344  description="YI SYLLABLE GGIEX",
109345  direction="l",
109346  linebreak="id",
109347  unicodeslot=0xA217,
109348 },
109349 [0xA218]={
109350  category="lo",
109351  cjkwd="w",
109352  description="YI SYLLABLE GGIE",
109353  direction="l",
109354  linebreak="id",
109355  unicodeslot=0xA218,
109356 },
109357 [0xA219]={
109358  category="lo",
109359  cjkwd="w",
109360  description="YI SYLLABLE GGIEP",
109361  direction="l",
109362  linebreak="id",
109363  unicodeslot=0xA219,
109364 },
109365 [0xA21A]={
109366  category="lo",
109367  cjkwd="w",
109368  description="YI SYLLABLE GGAT",
109369  direction="l",
109370  linebreak="id",
109371  unicodeslot=0xA21A,
109372 },
109373 [0xA21B]={
109374  category="lo",
109375  cjkwd="w",
109376  description="YI SYLLABLE GGAX",
109377  direction="l",
109378  linebreak="id",
109379  unicodeslot=0xA21B,
109380 },
109381 [0xA21C]={
109382  category="lo",
109383  cjkwd="w",
109384  description="YI SYLLABLE GGA",
109385  direction="l",
109386  linebreak="id",
109387  unicodeslot=0xA21C,
109388 },
109389 [0xA21D]={
109390  category="lo",
109391  cjkwd="w",
109392  description="YI SYLLABLE GGAP",
109393  direction="l",
109394  linebreak="id",
109395  unicodeslot=0xA21D,
109396 },
109397 [0xA21E]={
109398  category="lo",
109399  cjkwd="w",
109400  description="YI SYLLABLE GGUOT",
109401  direction="l",
109402  linebreak="id",
109403  unicodeslot=0xA21E,
109404 },
109405 [0xA21F]={
109406  category="lo",
109407  cjkwd="w",
109408  description="YI SYLLABLE GGUOX",
109409  direction="l",
109410  linebreak="id",
109411  unicodeslot=0xA21F,
109412 },
109413 [0xA220]={
109414  category="lo",
109415  cjkwd="w",
109416  description="YI SYLLABLE GGUO",
109417  direction="l",
109418  linebreak="id",
109419  unicodeslot=0xA220,
109420 },
109421 [0xA221]={
109422  category="lo",
109423  cjkwd="w",
109424  description="YI SYLLABLE GGUOP",
109425  direction="l",
109426  linebreak="id",
109427  unicodeslot=0xA221,
109428 },
109429 [0xA222]={
109430  category="lo",
109431  cjkwd="w",
109432  description="YI SYLLABLE GGOT",
109433  direction="l",
109434  linebreak="id",
109435  unicodeslot=0xA222,
109436 },
109437 [0xA223]={
109438  category="lo",
109439  cjkwd="w",
109440  description="YI SYLLABLE GGOX",
109441  direction="l",
109442  linebreak="id",
109443  unicodeslot=0xA223,
109444 },
109445 [0xA224]={
109446  category="lo",
109447  cjkwd="w",
109448  description="YI SYLLABLE GGO",
109449  direction="l",
109450  linebreak="id",
109451  unicodeslot=0xA224,
109452 },
109453 [0xA225]={
109454  category="lo",
109455  cjkwd="w",
109456  description="YI SYLLABLE GGOP",
109457  direction="l",
109458  linebreak="id",
109459  unicodeslot=0xA225,
109460 },
109461 [0xA226]={
109462  category="lo",
109463  cjkwd="w",
109464  description="YI SYLLABLE GGET",
109465  direction="l",
109466  linebreak="id",
109467  unicodeslot=0xA226,
109468 },
109469 [0xA227]={
109470  category="lo",
109471  cjkwd="w",
109472  description="YI SYLLABLE GGEX",
109473  direction="l",
109474  linebreak="id",
109475  unicodeslot=0xA227,
109476 },
109477 [0xA228]={
109478  category="lo",
109479  cjkwd="w",
109480  description="YI SYLLABLE GGE",
109481  direction="l",
109482  linebreak="id",
109483  unicodeslot=0xA228,
109484 },
109485 [0xA229]={
109486  category="lo",
109487  cjkwd="w",
109488  description="YI SYLLABLE GGEP",
109489  direction="l",
109490  linebreak="id",
109491  unicodeslot=0xA229,
109492 },
109493 [0xA22A]={
109494  category="lo",
109495  cjkwd="w",
109496  description="YI SYLLABLE GGUT",
109497  direction="l",
109498  linebreak="id",
109499  unicodeslot=0xA22A,
109500 },
109501 [0xA22B]={
109502  category="lo",
109503  cjkwd="w",
109504  description="YI SYLLABLE GGUX",
109505  direction="l",
109506  linebreak="id",
109507  unicodeslot=0xA22B,
109508 },
109509 [0xA22C]={
109510  category="lo",
109511  cjkwd="w",
109512  description="YI SYLLABLE GGU",
109513  direction="l",
109514  linebreak="id",
109515  unicodeslot=0xA22C,
109516 },
109517 [0xA22D]={
109518  category="lo",
109519  cjkwd="w",
109520  description="YI SYLLABLE GGUP",
109521  direction="l",
109522  linebreak="id",
109523  unicodeslot=0xA22D,
109524 },
109525 [0xA22E]={
109526  category="lo",
109527  cjkwd="w",
109528  description="YI SYLLABLE GGURX",
109529  direction="l",
109530  linebreak="id",
109531  unicodeslot=0xA22E,
109532 },
109533 [0xA22F]={
109534  category="lo",
109535  cjkwd="w",
109536  description="YI SYLLABLE GGUR",
109537  direction="l",
109538  linebreak="id",
109539  unicodeslot=0xA22F,
109540 },
109541 [0xA230]={
109542  category="lo",
109543  cjkwd="w",
109544  description="YI SYLLABLE MGIEX",
109545  direction="l",
109546  linebreak="id",
109547  unicodeslot=0xA230,
109548 },
109549 [0xA231]={
109550  category="lo",
109551  cjkwd="w",
109552  description="YI SYLLABLE MGIE",
109553  direction="l",
109554  linebreak="id",
109555  unicodeslot=0xA231,
109556 },
109557 [0xA232]={
109558  category="lo",
109559  cjkwd="w",
109560  description="YI SYLLABLE MGAT",
109561  direction="l",
109562  linebreak="id",
109563  unicodeslot=0xA232,
109564 },
109565 [0xA233]={
109566  category="lo",
109567  cjkwd="w",
109568  description="YI SYLLABLE MGAX",
109569  direction="l",
109570  linebreak="id",
109571  unicodeslot=0xA233,
109572 },
109573 [0xA234]={
109574  category="lo",
109575  cjkwd="w",
109576  description="YI SYLLABLE MGA",
109577  direction="l",
109578  linebreak="id",
109579  unicodeslot=0xA234,
109580 },
109581 [0xA235]={
109582  category="lo",
109583  cjkwd="w",
109584  description="YI SYLLABLE MGAP",
109585  direction="l",
109586  linebreak="id",
109587  unicodeslot=0xA235,
109588 },
109589 [0xA236]={
109590  category="lo",
109591  cjkwd="w",
109592  description="YI SYLLABLE MGUOX",
109593  direction="l",
109594  linebreak="id",
109595  unicodeslot=0xA236,
109596 },
109597 [0xA237]={
109598  category="lo",
109599  cjkwd="w",
109600  description="YI SYLLABLE MGUO",
109601  direction="l",
109602  linebreak="id",
109603  unicodeslot=0xA237,
109604 },
109605 [0xA238]={
109606  category="lo",
109607  cjkwd="w",
109608  description="YI SYLLABLE MGUOP",
109609  direction="l",
109610  linebreak="id",
109611  unicodeslot=0xA238,
109612 },
109613 [0xA239]={
109614  category="lo",
109615  cjkwd="w",
109616  description="YI SYLLABLE MGOT",
109617  direction="l",
109618  linebreak="id",
109619  unicodeslot=0xA239,
109620 },
109621 [0xA23A]={
109622  category="lo",
109623  cjkwd="w",
109624  description="YI SYLLABLE MGOX",
109625  direction="l",
109626  linebreak="id",
109627  unicodeslot=0xA23A,
109628 },
109629 [0xA23B]={
109630  category="lo",
109631  cjkwd="w",
109632  description="YI SYLLABLE MGO",
109633  direction="l",
109634  linebreak="id",
109635  unicodeslot=0xA23B,
109636 },
109637 [0xA23C]={
109638  category="lo",
109639  cjkwd="w",
109640  description="YI SYLLABLE MGOP",
109641  direction="l",
109642  linebreak="id",
109643  unicodeslot=0xA23C,
109644 },
109645 [0xA23D]={
109646  category="lo",
109647  cjkwd="w",
109648  description="YI SYLLABLE MGEX",
109649  direction="l",
109650  linebreak="id",
109651  unicodeslot=0xA23D,
109652 },
109653 [0xA23E]={
109654  category="lo",
109655  cjkwd="w",
109656  description="YI SYLLABLE MGE",
109657  direction="l",
109658  linebreak="id",
109659  unicodeslot=0xA23E,
109660 },
109661 [0xA23F]={
109662  category="lo",
109663  cjkwd="w",
109664  description="YI SYLLABLE MGEP",
109665  direction="l",
109666  linebreak="id",
109667  unicodeslot=0xA23F,
109668 },
109669 [0xA240]={
109670  category="lo",
109671  cjkwd="w",
109672  description="YI SYLLABLE MGUT",
109673  direction="l",
109674  linebreak="id",
109675  unicodeslot=0xA240,
109676 },
109677 [0xA241]={
109678  category="lo",
109679  cjkwd="w",
109680  description="YI SYLLABLE MGUX",
109681  direction="l",
109682  linebreak="id",
109683  unicodeslot=0xA241,
109684 },
109685 [0xA242]={
109686  category="lo",
109687  cjkwd="w",
109688  description="YI SYLLABLE MGU",
109689  direction="l",
109690  linebreak="id",
109691  unicodeslot=0xA242,
109692 },
109693 [0xA243]={
109694  category="lo",
109695  cjkwd="w",
109696  description="YI SYLLABLE MGUP",
109697  direction="l",
109698  linebreak="id",
109699  unicodeslot=0xA243,
109700 },
109701 [0xA244]={
109702  category="lo",
109703  cjkwd="w",
109704  description="YI SYLLABLE MGURX",
109705  direction="l",
109706  linebreak="id",
109707  unicodeslot=0xA244,
109708 },
109709 [0xA245]={
109710  category="lo",
109711  cjkwd="w",
109712  description="YI SYLLABLE MGUR",
109713  direction="l",
109714  linebreak="id",
109715  unicodeslot=0xA245,
109716 },
109717 [0xA246]={
109718  category="lo",
109719  cjkwd="w",
109720  description="YI SYLLABLE HXIT",
109721  direction="l",
109722  linebreak="id",
109723  unicodeslot=0xA246,
109724 },
109725 [0xA247]={
109726  category="lo",
109727  cjkwd="w",
109728  description="YI SYLLABLE HXIX",
109729  direction="l",
109730  linebreak="id",
109731  unicodeslot=0xA247,
109732 },
109733 [0xA248]={
109734  category="lo",
109735  cjkwd="w",
109736  description="YI SYLLABLE HXI",
109737  direction="l",
109738  linebreak="id",
109739  unicodeslot=0xA248,
109740 },
109741 [0xA249]={
109742  category="lo",
109743  cjkwd="w",
109744  description="YI SYLLABLE HXIP",
109745  direction="l",
109746  linebreak="id",
109747  unicodeslot=0xA249,
109748 },
109749 [0xA24A]={
109750  category="lo",
109751  cjkwd="w",
109752  description="YI SYLLABLE HXIET",
109753  direction="l",
109754  linebreak="id",
109755  unicodeslot=0xA24A,
109756 },
109757 [0xA24B]={
109758  category="lo",
109759  cjkwd="w",
109760  description="YI SYLLABLE HXIEX",
109761  direction="l",
109762  linebreak="id",
109763  unicodeslot=0xA24B,
109764 },
109765 [0xA24C]={
109766  category="lo",
109767  cjkwd="w",
109768  description="YI SYLLABLE HXIE",
109769  direction="l",
109770  linebreak="id",
109771  unicodeslot=0xA24C,
109772 },
109773 [0xA24D]={
109774  category="lo",
109775  cjkwd="w",
109776  description="YI SYLLABLE HXIEP",
109777  direction="l",
109778  linebreak="id",
109779  unicodeslot=0xA24D,
109780 },
109781 [0xA24E]={
109782  category="lo",
109783  cjkwd="w",
109784  description="YI SYLLABLE HXAT",
109785  direction="l",
109786  linebreak="id",
109787  unicodeslot=0xA24E,
109788 },
109789 [0xA24F]={
109790  category="lo",
109791  cjkwd="w",
109792  description="YI SYLLABLE HXAX",
109793  direction="l",
109794  linebreak="id",
109795  unicodeslot=0xA24F,
109796 },
109797 [0xA250]={
109798  category="lo",
109799  cjkwd="w",
109800  description="YI SYLLABLE HXA",
109801  direction="l",
109802  linebreak="id",
109803  unicodeslot=0xA250,
109804 },
109805 [0xA251]={
109806  category="lo",
109807  cjkwd="w",
109808  description="YI SYLLABLE HXAP",
109809  direction="l",
109810  linebreak="id",
109811  unicodeslot=0xA251,
109812 },
109813 [0xA252]={
109814  category="lo",
109815  cjkwd="w",
109816  description="YI SYLLABLE HXUOT",
109817  direction="l",
109818  linebreak="id",
109819  unicodeslot=0xA252,
109820 },
109821 [0xA253]={
109822  category="lo",
109823  cjkwd="w",
109824  description="YI SYLLABLE HXUOX",
109825  direction="l",
109826  linebreak="id",
109827  unicodeslot=0xA253,
109828 },
109829 [0xA254]={
109830  category="lo",
109831  cjkwd="w",
109832  description="YI SYLLABLE HXUO",
109833  direction="l",
109834  linebreak="id",
109835  unicodeslot=0xA254,
109836 },
109837 [0xA255]={
109838  category="lo",
109839  cjkwd="w",
109840  description="YI SYLLABLE HXUOP",
109841  direction="l",
109842  linebreak="id",
109843  unicodeslot=0xA255,
109844 },
109845 [0xA256]={
109846  category="lo",
109847  cjkwd="w",
109848  description="YI SYLLABLE HXOT",
109849  direction="l",
109850  linebreak="id",
109851  unicodeslot=0xA256,
109852 },
109853 [0xA257]={
109854  category="lo",
109855  cjkwd="w",
109856  description="YI SYLLABLE HXOX",
109857  direction="l",
109858  linebreak="id",
109859  unicodeslot=0xA257,
109860 },
109861 [0xA258]={
109862  category="lo",
109863  cjkwd="w",
109864  description="YI SYLLABLE HXO",
109865  direction="l",
109866  linebreak="id",
109867  unicodeslot=0xA258,
109868 },
109869 [0xA259]={
109870  category="lo",
109871  cjkwd="w",
109872  description="YI SYLLABLE HXOP",
109873  direction="l",
109874  linebreak="id",
109875  unicodeslot=0xA259,
109876 },
109877 [0xA25A]={
109878  category="lo",
109879  cjkwd="w",
109880  description="YI SYLLABLE HXEX",
109881  direction="l",
109882  linebreak="id",
109883  unicodeslot=0xA25A,
109884 },
109885 [0xA25B]={
109886  category="lo",
109887  cjkwd="w",
109888  description="YI SYLLABLE HXE",
109889  direction="l",
109890  linebreak="id",
109891  unicodeslot=0xA25B,
109892 },
109893 [0xA25C]={
109894  category="lo",
109895  cjkwd="w",
109896  description="YI SYLLABLE HXEP",
109897  direction="l",
109898  linebreak="id",
109899  unicodeslot=0xA25C,
109900 },
109901 [0xA25D]={
109902  category="lo",
109903  cjkwd="w",
109904  description="YI SYLLABLE NGIEX",
109905  direction="l",
109906  linebreak="id",
109907  unicodeslot=0xA25D,
109908 },
109909 [0xA25E]={
109910  category="lo",
109911  cjkwd="w",
109912  description="YI SYLLABLE NGIE",
109913  direction="l",
109914  linebreak="id",
109915  unicodeslot=0xA25E,
109916 },
109917 [0xA25F]={
109918  category="lo",
109919  cjkwd="w",
109920  description="YI SYLLABLE NGIEP",
109921  direction="l",
109922  linebreak="id",
109923  unicodeslot=0xA25F,
109924 },
109925 [0xA260]={
109926  category="lo",
109927  cjkwd="w",
109928  description="YI SYLLABLE NGAT",
109929  direction="l",
109930  linebreak="id",
109931  unicodeslot=0xA260,
109932 },
109933 [0xA261]={
109934  category="lo",
109935  cjkwd="w",
109936  description="YI SYLLABLE NGAX",
109937  direction="l",
109938  linebreak="id",
109939  unicodeslot=0xA261,
109940 },
109941 [0xA262]={
109942  category="lo",
109943  cjkwd="w",
109944  description="YI SYLLABLE NGA",
109945  direction="l",
109946  linebreak="id",
109947  unicodeslot=0xA262,
109948 },
109949 [0xA263]={
109950  category="lo",
109951  cjkwd="w",
109952  description="YI SYLLABLE NGAP",
109953  direction="l",
109954  linebreak="id",
109955  unicodeslot=0xA263,
109956 },
109957 [0xA264]={
109958  category="lo",
109959  cjkwd="w",
109960  description="YI SYLLABLE NGUOT",
109961  direction="l",
109962  linebreak="id",
109963  unicodeslot=0xA264,
109964 },
109965 [0xA265]={
109966  category="lo",
109967  cjkwd="w",
109968  description="YI SYLLABLE NGUOX",
109969  direction="l",
109970  linebreak="id",
109971  unicodeslot=0xA265,
109972 },
109973 [0xA266]={
109974  category="lo",
109975  cjkwd="w",
109976  description="YI SYLLABLE NGUO",
109977  direction="l",
109978  linebreak="id",
109979  unicodeslot=0xA266,
109980 },
109981 [0xA267]={
109982  category="lo",
109983  cjkwd="w",
109984  description="YI SYLLABLE NGOT",
109985  direction="l",
109986  linebreak="id",
109987  unicodeslot=0xA267,
109988 },
109989 [0xA268]={
109990  category="lo",
109991  cjkwd="w",
109992  description="YI SYLLABLE NGOX",
109993  direction="l",
109994  linebreak="id",
109995  unicodeslot=0xA268,
109996 },
109997 [0xA269]={
109998  category="lo",
109999  cjkwd="w",
110000  description="YI SYLLABLE NGO",
110001  direction="l",
110002  linebreak="id",
110003  unicodeslot=0xA269,
110004 },
110005 [0xA26A]={
110006  category="lo",
110007  cjkwd="w",
110008  description="YI SYLLABLE NGOP",
110009  direction="l",
110010  linebreak="id",
110011  unicodeslot=0xA26A,
110012 },
110013 [0xA26B]={
110014  category="lo",
110015  cjkwd="w",
110016  description="YI SYLLABLE NGEX",
110017  direction="l",
110018  linebreak="id",
110019  unicodeslot=0xA26B,
110020 },
110021 [0xA26C]={
110022  category="lo",
110023  cjkwd="w",
110024  description="YI SYLLABLE NGE",
110025  direction="l",
110026  linebreak="id",
110027  unicodeslot=0xA26C,
110028 },
110029 [0xA26D]={
110030  category="lo",
110031  cjkwd="w",
110032  description="YI SYLLABLE NGEP",
110033  direction="l",
110034  linebreak="id",
110035  unicodeslot=0xA26D,
110036 },
110037 [0xA26E]={
110038  category="lo",
110039  cjkwd="w",
110040  description="YI SYLLABLE HIT",
110041  direction="l",
110042  linebreak="id",
110043  unicodeslot=0xA26E,
110044 },
110045 [0xA26F]={
110046  category="lo",
110047  cjkwd="w",
110048  description="YI SYLLABLE HIEX",
110049  direction="l",
110050  linebreak="id",
110051  unicodeslot=0xA26F,
110052 },
110053 [0xA270]={
110054  category="lo",
110055  cjkwd="w",
110056  description="YI SYLLABLE HIE",
110057  direction="l",
110058  linebreak="id",
110059  unicodeslot=0xA270,
110060 },
110061 [0xA271]={
110062  category="lo",
110063  cjkwd="w",
110064  description="YI SYLLABLE HAT",
110065  direction="l",
110066  linebreak="id",
110067  unicodeslot=0xA271,
110068 },
110069 [0xA272]={
110070  category="lo",
110071  cjkwd="w",
110072  description="YI SYLLABLE HAX",
110073  direction="l",
110074  linebreak="id",
110075  unicodeslot=0xA272,
110076 },
110077 [0xA273]={
110078  category="lo",
110079  cjkwd="w",
110080  description="YI SYLLABLE HA",
110081  direction="l",
110082  linebreak="id",
110083  unicodeslot=0xA273,
110084 },
110085 [0xA274]={
110086  category="lo",
110087  cjkwd="w",
110088  description="YI SYLLABLE HAP",
110089  direction="l",
110090  linebreak="id",
110091  unicodeslot=0xA274,
110092 },
110093 [0xA275]={
110094  category="lo",
110095  cjkwd="w",
110096  description="YI SYLLABLE HUOT",
110097  direction="l",
110098  linebreak="id",
110099  unicodeslot=0xA275,
110100 },
110101 [0xA276]={
110102  category="lo",
110103  cjkwd="w",
110104  description="YI SYLLABLE HUOX",
110105  direction="l",
110106  linebreak="id",
110107  unicodeslot=0xA276,
110108 },
110109 [0xA277]={
110110  category="lo",
110111  cjkwd="w",
110112  description="YI SYLLABLE HUO",
110113  direction="l",
110114  linebreak="id",
110115  unicodeslot=0xA277,
110116 },
110117 [0xA278]={
110118  category="lo",
110119  cjkwd="w",
110120  description="YI SYLLABLE HUOP",
110121  direction="l",
110122  linebreak="id",
110123  unicodeslot=0xA278,
110124 },
110125 [0xA279]={
110126  category="lo",
110127  cjkwd="w",
110128  description="YI SYLLABLE HOT",
110129  direction="l",
110130  linebreak="id",
110131  unicodeslot=0xA279,
110132 },
110133 [0xA27A]={
110134  category="lo",
110135  cjkwd="w",
110136  description="YI SYLLABLE HOX",
110137  direction="l",
110138  linebreak="id",
110139  unicodeslot=0xA27A,
110140 },
110141 [0xA27B]={
110142  category="lo",
110143  cjkwd="w",
110144  description="YI SYLLABLE HO",
110145  direction="l",
110146  linebreak="id",
110147  unicodeslot=0xA27B,
110148 },
110149 [0xA27C]={
110150  category="lo",
110151  cjkwd="w",
110152  description="YI SYLLABLE HOP",
110153  direction="l",
110154  linebreak="id",
110155  unicodeslot=0xA27C,
110156 },
110157 [0xA27D]={
110158  category="lo",
110159  cjkwd="w",
110160  description="YI SYLLABLE HEX",
110161  direction="l",
110162  linebreak="id",
110163  unicodeslot=0xA27D,
110164 },
110165 [0xA27E]={
110166  category="lo",
110167  cjkwd="w",
110168  description="YI SYLLABLE HE",
110169  direction="l",
110170  linebreak="id",
110171  unicodeslot=0xA27E,
110172 },
110173 [0xA27F]={
110174  category="lo",
110175  cjkwd="w",
110176  description="YI SYLLABLE HEP",
110177  direction="l",
110178  linebreak="id",
110179  unicodeslot=0xA27F,
110180 },
110181 [0xA280]={
110182  category="lo",
110183  cjkwd="w",
110184  description="YI SYLLABLE WAT",
110185  direction="l",
110186  linebreak="id",
110187  unicodeslot=0xA280,
110188 },
110189 [0xA281]={
110190  category="lo",
110191  cjkwd="w",
110192  description="YI SYLLABLE WAX",
110193  direction="l",
110194  linebreak="id",
110195  unicodeslot=0xA281,
110196 },
110197 [0xA282]={
110198  category="lo",
110199  cjkwd="w",
110200  description="YI SYLLABLE WA",
110201  direction="l",
110202  linebreak="id",
110203  unicodeslot=0xA282,
110204 },
110205 [0xA283]={
110206  category="lo",
110207  cjkwd="w",
110208  description="YI SYLLABLE WAP",
110209  direction="l",
110210  linebreak="id",
110211  unicodeslot=0xA283,
110212 },
110213 [0xA284]={
110214  category="lo",
110215  cjkwd="w",
110216  description="YI SYLLABLE WUOX",
110217  direction="l",
110218  linebreak="id",
110219  unicodeslot=0xA284,
110220 },
110221 [0xA285]={
110222  category="lo",
110223  cjkwd="w",
110224  description="YI SYLLABLE WUO",
110225  direction="l",
110226  linebreak="id",
110227  unicodeslot=0xA285,
110228 },
110229 [0xA286]={
110230  category="lo",
110231  cjkwd="w",
110232  description="YI SYLLABLE WUOP",
110233  direction="l",
110234  linebreak="id",
110235  unicodeslot=0xA286,
110236 },
110237 [0xA287]={
110238  category="lo",
110239  cjkwd="w",
110240  description="YI SYLLABLE WOX",
110241  direction="l",
110242  linebreak="id",
110243  unicodeslot=0xA287,
110244 },
110245 [0xA288]={
110246  category="lo",
110247  cjkwd="w",
110248  description="YI SYLLABLE WO",
110249  direction="l",
110250  linebreak="id",
110251  unicodeslot=0xA288,
110252 },
110253 [0xA289]={
110254  category="lo",
110255  cjkwd="w",
110256  description="YI SYLLABLE WOP",
110257  direction="l",
110258  linebreak="id",
110259  unicodeslot=0xA289,
110260 },
110261 [0xA28A]={
110262  category="lo",
110263  cjkwd="w",
110264  description="YI SYLLABLE WEX",
110265  direction="l",
110266  linebreak="id",
110267  unicodeslot=0xA28A,
110268 },
110269 [0xA28B]={
110270  category="lo",
110271  cjkwd="w",
110272  description="YI SYLLABLE WE",
110273  direction="l",
110274  linebreak="id",
110275  unicodeslot=0xA28B,
110276 },
110277 [0xA28C]={
110278  category="lo",
110279  cjkwd="w",
110280  description="YI SYLLABLE WEP",
110281  direction="l",
110282  linebreak="id",
110283  unicodeslot=0xA28C,
110284 },
110285 [0xA28D]={
110286  category="lo",
110287  cjkwd="w",
110288  description="YI SYLLABLE ZIT",
110289  direction="l",
110290  linebreak="id",
110291  unicodeslot=0xA28D,
110292 },
110293 [0xA28E]={
110294  category="lo",
110295  cjkwd="w",
110296  description="YI SYLLABLE ZIX",
110297  direction="l",
110298  linebreak="id",
110299  unicodeslot=0xA28E,
110300 },
110301 [0xA28F]={
110302  category="lo",
110303  cjkwd="w",
110304  description="YI SYLLABLE ZI",
110305  direction="l",
110306  linebreak="id",
110307  unicodeslot=0xA28F,
110308 },
110309 [0xA290]={
110310  category="lo",
110311  cjkwd="w",
110312  description="YI SYLLABLE ZIP",
110313  direction="l",
110314  linebreak="id",
110315  unicodeslot=0xA290,
110316 },
110317 [0xA291]={
110318  category="lo",
110319  cjkwd="w",
110320  description="YI SYLLABLE ZIEX",
110321  direction="l",
110322  linebreak="id",
110323  unicodeslot=0xA291,
110324 },
110325 [0xA292]={
110326  category="lo",
110327  cjkwd="w",
110328  description="YI SYLLABLE ZIE",
110329  direction="l",
110330  linebreak="id",
110331  unicodeslot=0xA292,
110332 },
110333 [0xA293]={
110334  category="lo",
110335  cjkwd="w",
110336  description="YI SYLLABLE ZIEP",
110337  direction="l",
110338  linebreak="id",
110339  unicodeslot=0xA293,
110340 },
110341 [0xA294]={
110342  category="lo",
110343  cjkwd="w",
110344  description="YI SYLLABLE ZAT",
110345  direction="l",
110346  linebreak="id",
110347  unicodeslot=0xA294,
110348 },
110349 [0xA295]={
110350  category="lo",
110351  cjkwd="w",
110352  description="YI SYLLABLE ZAX",
110353  direction="l",
110354  linebreak="id",
110355  unicodeslot=0xA295,
110356 },
110357 [0xA296]={
110358  category="lo",
110359  cjkwd="w",
110360  description="YI SYLLABLE ZA",
110361  direction="l",
110362  linebreak="id",
110363  unicodeslot=0xA296,
110364 },
110365 [0xA297]={
110366  category="lo",
110367  cjkwd="w",
110368  description="YI SYLLABLE ZAP",
110369  direction="l",
110370  linebreak="id",
110371  unicodeslot=0xA297,
110372 },
110373 [0xA298]={
110374  category="lo",
110375  cjkwd="w",
110376  description="YI SYLLABLE ZUOX",
110377  direction="l",
110378  linebreak="id",
110379  unicodeslot=0xA298,
110380 },
110381 [0xA299]={
110382  category="lo",
110383  cjkwd="w",
110384  description="YI SYLLABLE ZUO",
110385  direction="l",
110386  linebreak="id",
110387  unicodeslot=0xA299,
110388 },
110389 [0xA29A]={
110390  category="lo",
110391  cjkwd="w",
110392  description="YI SYLLABLE ZUOP",
110393  direction="l",
110394  linebreak="id",
110395  unicodeslot=0xA29A,
110396 },
110397 [0xA29B]={
110398  category="lo",
110399  cjkwd="w",
110400  description="YI SYLLABLE ZOT",
110401  direction="l",
110402  linebreak="id",
110403  unicodeslot=0xA29B,
110404 },
110405 [0xA29C]={
110406  category="lo",
110407  cjkwd="w",
110408  description="YI SYLLABLE ZOX",
110409  direction="l",
110410  linebreak="id",
110411  unicodeslot=0xA29C,
110412 },
110413 [0xA29D]={
110414  category="lo",
110415  cjkwd="w",
110416  description="YI SYLLABLE ZO",
110417  direction="l",
110418  linebreak="id",
110419  unicodeslot=0xA29D,
110420 },
110421 [0xA29E]={
110422  category="lo",
110423  cjkwd="w",
110424  description="YI SYLLABLE ZOP",
110425  direction="l",
110426  linebreak="id",
110427  unicodeslot=0xA29E,
110428 },
110429 [0xA29F]={
110430  category="lo",
110431  cjkwd="w",
110432  description="YI SYLLABLE ZEX",
110433  direction="l",
110434  linebreak="id",
110435  unicodeslot=0xA29F,
110436 },
110437 [0xA2A0]={
110438  category="lo",
110439  cjkwd="w",
110440  description="YI SYLLABLE ZE",
110441  direction="l",
110442  linebreak="id",
110443  unicodeslot=0xA2A0,
110444 },
110445 [0xA2A1]={
110446  category="lo",
110447  cjkwd="w",
110448  description="YI SYLLABLE ZEP",
110449  direction="l",
110450  linebreak="id",
110451  unicodeslot=0xA2A1,
110452 },
110453 [0xA2A2]={
110454  category="lo",
110455  cjkwd="w",
110456  description="YI SYLLABLE ZUT",
110457  direction="l",
110458  linebreak="id",
110459  unicodeslot=0xA2A2,
110460 },
110461 [0xA2A3]={
110462  category="lo",
110463  cjkwd="w",
110464  description="YI SYLLABLE ZUX",
110465  direction="l",
110466  linebreak="id",
110467  unicodeslot=0xA2A3,
110468 },
110469 [0xA2A4]={
110470  category="lo",
110471  cjkwd="w",
110472  description="YI SYLLABLE ZU",
110473  direction="l",
110474  linebreak="id",
110475  unicodeslot=0xA2A4,
110476 },
110477 [0xA2A5]={
110478  category="lo",
110479  cjkwd="w",
110480  description="YI SYLLABLE ZUP",
110481  direction="l",
110482  linebreak="id",
110483  unicodeslot=0xA2A5,
110484 },
110485 [0xA2A6]={
110486  category="lo",
110487  cjkwd="w",
110488  description="YI SYLLABLE ZURX",
110489  direction="l",
110490  linebreak="id",
110491  unicodeslot=0xA2A6,
110492 },
110493 [0xA2A7]={
110494  category="lo",
110495  cjkwd="w",
110496  description="YI SYLLABLE ZUR",
110497  direction="l",
110498  linebreak="id",
110499  unicodeslot=0xA2A7,
110500 },
110501 [0xA2A8]={
110502  category="lo",
110503  cjkwd="w",
110504  description="YI SYLLABLE ZYT",
110505  direction="l",
110506  linebreak="id",
110507  unicodeslot=0xA2A8,
110508 },
110509 [0xA2A9]={
110510  category="lo",
110511  cjkwd="w",
110512  description="YI SYLLABLE ZYX",
110513  direction="l",
110514  linebreak="id",
110515  unicodeslot=0xA2A9,
110516 },
110517 [0xA2AA]={
110518  category="lo",
110519  cjkwd="w",
110520  description="YI SYLLABLE ZY",
110521  direction="l",
110522  linebreak="id",
110523  unicodeslot=0xA2AA,
110524 },
110525 [0xA2AB]={
110526  category="lo",
110527  cjkwd="w",
110528  description="YI SYLLABLE ZYP",
110529  direction="l",
110530  linebreak="id",
110531  unicodeslot=0xA2AB,
110532 },
110533 [0xA2AC]={
110534  category="lo",
110535  cjkwd="w",
110536  description="YI SYLLABLE ZYRX",
110537  direction="l",
110538  linebreak="id",
110539  unicodeslot=0xA2AC,
110540 },
110541 [0xA2AD]={
110542  category="lo",
110543  cjkwd="w",
110544  description="YI SYLLABLE ZYR",
110545  direction="l",
110546  linebreak="id",
110547  unicodeslot=0xA2AD,
110548 },
110549 [0xA2AE]={
110550  category="lo",
110551  cjkwd="w",
110552  description="YI SYLLABLE CIT",
110553  direction="l",
110554  linebreak="id",
110555  unicodeslot=0xA2AE,
110556 },
110557 [0xA2AF]={
110558  category="lo",
110559  cjkwd="w",
110560  description="YI SYLLABLE CIX",
110561  direction="l",
110562  linebreak="id",
110563  unicodeslot=0xA2AF,
110564 },
110565 [0xA2B0]={
110566  category="lo",
110567  cjkwd="w",
110568  description="YI SYLLABLE CI",
110569  direction="l",
110570  linebreak="id",
110571  unicodeslot=0xA2B0,
110572 },
110573 [0xA2B1]={
110574  category="lo",
110575  cjkwd="w",
110576  description="YI SYLLABLE CIP",
110577  direction="l",
110578  linebreak="id",
110579  unicodeslot=0xA2B1,
110580 },
110581 [0xA2B2]={
110582  category="lo",
110583  cjkwd="w",
110584  description="YI SYLLABLE CIET",
110585  direction="l",
110586  linebreak="id",
110587  unicodeslot=0xA2B2,
110588 },
110589 [0xA2B3]={
110590  category="lo",
110591  cjkwd="w",
110592  description="YI SYLLABLE CIEX",
110593  direction="l",
110594  linebreak="id",
110595  unicodeslot=0xA2B3,
110596 },
110597 [0xA2B4]={
110598  category="lo",
110599  cjkwd="w",
110600  description="YI SYLLABLE CIE",
110601  direction="l",
110602  linebreak="id",
110603  unicodeslot=0xA2B4,
110604 },
110605 [0xA2B5]={
110606  category="lo",
110607  cjkwd="w",
110608  description="YI SYLLABLE CIEP",
110609  direction="l",
110610  linebreak="id",
110611  unicodeslot=0xA2B5,
110612 },
110613 [0xA2B6]={
110614  category="lo",
110615  cjkwd="w",
110616  description="YI SYLLABLE CAT",
110617  direction="l",
110618  linebreak="id",
110619  unicodeslot=0xA2B6,
110620 },
110621 [0xA2B7]={
110622  category="lo",
110623  cjkwd="w",
110624  description="YI SYLLABLE CAX",
110625  direction="l",
110626  linebreak="id",
110627  unicodeslot=0xA2B7,
110628 },
110629 [0xA2B8]={
110630  category="lo",
110631  cjkwd="w",
110632  description="YI SYLLABLE CA",
110633  direction="l",
110634  linebreak="id",
110635  unicodeslot=0xA2B8,
110636 },
110637 [0xA2B9]={
110638  category="lo",
110639  cjkwd="w",
110640  description="YI SYLLABLE CAP",
110641  direction="l",
110642  linebreak="id",
110643  unicodeslot=0xA2B9,
110644 },
110645 [0xA2BA]={
110646  category="lo",
110647  cjkwd="w",
110648  description="YI SYLLABLE CUOX",
110649  direction="l",
110650  linebreak="id",
110651  unicodeslot=0xA2BA,
110652 },
110653 [0xA2BB]={
110654  category="lo",
110655  cjkwd="w",
110656  description="YI SYLLABLE CUO",
110657  direction="l",
110658  linebreak="id",
110659  unicodeslot=0xA2BB,
110660 },
110661 [0xA2BC]={
110662  category="lo",
110663  cjkwd="w",
110664  description="YI SYLLABLE CUOP",
110665  direction="l",
110666  linebreak="id",
110667  unicodeslot=0xA2BC,
110668 },
110669 [0xA2BD]={
110670  category="lo",
110671  cjkwd="w",
110672  description="YI SYLLABLE COT",
110673  direction="l",
110674  linebreak="id",
110675  unicodeslot=0xA2BD,
110676 },
110677 [0xA2BE]={
110678  category="lo",
110679  cjkwd="w",
110680  description="YI SYLLABLE COX",
110681  direction="l",
110682  linebreak="id",
110683  unicodeslot=0xA2BE,
110684 },
110685 [0xA2BF]={
110686  category="lo",
110687  cjkwd="w",
110688  description="YI SYLLABLE CO",
110689  direction="l",
110690  linebreak="id",
110691  unicodeslot=0xA2BF,
110692 },
110693 [0xA2C0]={
110694  category="lo",
110695  cjkwd="w",
110696  description="YI SYLLABLE COP",
110697  direction="l",
110698  linebreak="id",
110699  unicodeslot=0xA2C0,
110700 },
110701 [0xA2C1]={
110702  category="lo",
110703  cjkwd="w",
110704  description="YI SYLLABLE CEX",
110705  direction="l",
110706  linebreak="id",
110707  unicodeslot=0xA2C1,
110708 },
110709 [0xA2C2]={
110710  category="lo",
110711  cjkwd="w",
110712  description="YI SYLLABLE CE",
110713  direction="l",
110714  linebreak="id",
110715  unicodeslot=0xA2C2,
110716 },
110717 [0xA2C3]={
110718  category="lo",
110719  cjkwd="w",
110720  description="YI SYLLABLE CEP",
110721  direction="l",
110722  linebreak="id",
110723  unicodeslot=0xA2C3,
110724 },
110725 [0xA2C4]={
110726  category="lo",
110727  cjkwd="w",
110728  description="YI SYLLABLE CUT",
110729  direction="l",
110730  linebreak="id",
110731  unicodeslot=0xA2C4,
110732 },
110733 [0xA2C5]={
110734  category="lo",
110735  cjkwd="w",
110736  description="YI SYLLABLE CUX",
110737  direction="l",
110738  linebreak="id",
110739  unicodeslot=0xA2C5,
110740 },
110741 [0xA2C6]={
110742  category="lo",
110743  cjkwd="w",
110744  description="YI SYLLABLE CU",
110745  direction="l",
110746  linebreak="id",
110747  unicodeslot=0xA2C6,
110748 },
110749 [0xA2C7]={
110750  category="lo",
110751  cjkwd="w",
110752  description="YI SYLLABLE CUP",
110753  direction="l",
110754  linebreak="id",
110755  unicodeslot=0xA2C7,
110756 },
110757 [0xA2C8]={
110758  category="lo",
110759  cjkwd="w",
110760  description="YI SYLLABLE CURX",
110761  direction="l",
110762  linebreak="id",
110763  unicodeslot=0xA2C8,
110764 },
110765 [0xA2C9]={
110766  category="lo",
110767  cjkwd="w",
110768  description="YI SYLLABLE CUR",
110769  direction="l",
110770  linebreak="id",
110771  unicodeslot=0xA2C9,
110772 },
110773 [0xA2CA]={
110774  category="lo",
110775  cjkwd="w",
110776  description="YI SYLLABLE CYT",
110777  direction="l",
110778  linebreak="id",
110779  unicodeslot=0xA2CA,
110780 },
110781 [0xA2CB]={
110782  category="lo",
110783  cjkwd="w",
110784  description="YI SYLLABLE CYX",
110785  direction="l",
110786  linebreak="id",
110787  unicodeslot=0xA2CB,
110788 },
110789 [0xA2CC]={
110790  category="lo",
110791  cjkwd="w",
110792  description="YI SYLLABLE CY",
110793  direction="l",
110794  linebreak="id",
110795  unicodeslot=0xA2CC,
110796 },
110797 [0xA2CD]={
110798  category="lo",
110799  cjkwd="w",
110800  description="YI SYLLABLE CYP",
110801  direction="l",
110802  linebreak="id",
110803  unicodeslot=0xA2CD,
110804 },
110805 [0xA2CE]={
110806  category="lo",
110807  cjkwd="w",
110808  description="YI SYLLABLE CYRX",
110809  direction="l",
110810  linebreak="id",
110811  unicodeslot=0xA2CE,
110812 },
110813 [0xA2CF]={
110814  category="lo",
110815  cjkwd="w",
110816  description="YI SYLLABLE CYR",
110817  direction="l",
110818  linebreak="id",
110819  unicodeslot=0xA2CF,
110820 },
110821 [0xA2D0]={
110822  category="lo",
110823  cjkwd="w",
110824  description="YI SYLLABLE ZZIT",
110825  direction="l",
110826  linebreak="id",
110827  unicodeslot=0xA2D0,
110828 },
110829 [0xA2D1]={
110830  category="lo",
110831  cjkwd="w",
110832  description="YI SYLLABLE ZZIX",
110833  direction="l",
110834  linebreak="id",
110835  unicodeslot=0xA2D1,
110836 },
110837 [0xA2D2]={
110838  category="lo",
110839  cjkwd="w",
110840  description="YI SYLLABLE ZZI",
110841  direction="l",
110842  linebreak="id",
110843  unicodeslot=0xA2D2,
110844 },
110845 [0xA2D3]={
110846  category="lo",
110847  cjkwd="w",
110848  description="YI SYLLABLE ZZIP",
110849  direction="l",
110850  linebreak="id",
110851  unicodeslot=0xA2D3,
110852 },
110853 [0xA2D4]={
110854  category="lo",
110855  cjkwd="w",
110856  description="YI SYLLABLE ZZIET",
110857  direction="l",
110858  linebreak="id",
110859  unicodeslot=0xA2D4,
110860 },
110861 [0xA2D5]={
110862  category="lo",
110863  cjkwd="w",
110864  description="YI SYLLABLE ZZIEX",
110865  direction="l",
110866  linebreak="id",
110867  unicodeslot=0xA2D5,
110868 },
110869 [0xA2D6]={
110870  category="lo",
110871  cjkwd="w",
110872  description="YI SYLLABLE ZZIE",
110873  direction="l",
110874  linebreak="id",
110875  unicodeslot=0xA2D6,
110876 },
110877 [0xA2D7]={
110878  category="lo",
110879  cjkwd="w",
110880  description="YI SYLLABLE ZZIEP",
110881  direction="l",
110882  linebreak="id",
110883  unicodeslot=0xA2D7,
110884 },
110885 [0xA2D8]={
110886  category="lo",
110887  cjkwd="w",
110888  description="YI SYLLABLE ZZAT",
110889  direction="l",
110890  linebreak="id",
110891  unicodeslot=0xA2D8,
110892 },
110893 [0xA2D9]={
110894  category="lo",
110895  cjkwd="w",
110896  description="YI SYLLABLE ZZAX",
110897  direction="l",
110898  linebreak="id",
110899  unicodeslot=0xA2D9,
110900 },
110901 [0xA2DA]={
110902  category="lo",
110903  cjkwd="w",
110904  description="YI SYLLABLE ZZA",
110905  direction="l",
110906  linebreak="id",
110907  unicodeslot=0xA2DA,
110908 },
110909 [0xA2DB]={
110910  category="lo",
110911  cjkwd="w",
110912  description="YI SYLLABLE ZZAP",
110913  direction="l",
110914  linebreak="id",
110915  unicodeslot=0xA2DB,
110916 },
110917 [0xA2DC]={
110918  category="lo",
110919  cjkwd="w",
110920  description="YI SYLLABLE ZZOX",
110921  direction="l",
110922  linebreak="id",
110923  unicodeslot=0xA2DC,
110924 },
110925 [0xA2DD]={
110926  category="lo",
110927  cjkwd="w",
110928  description="YI SYLLABLE ZZO",
110929  direction="l",
110930  linebreak="id",
110931  unicodeslot=0xA2DD,
110932 },
110933 [0xA2DE]={
110934  category="lo",
110935  cjkwd="w",
110936  description="YI SYLLABLE ZZOP",
110937  direction="l",
110938  linebreak="id",
110939  unicodeslot=0xA2DE,
110940 },
110941 [0xA2DF]={
110942  category="lo",
110943  cjkwd="w",
110944  description="YI SYLLABLE ZZEX",
110945  direction="l",
110946  linebreak="id",
110947  unicodeslot=0xA2DF,
110948 },
110949 [0xA2E0]={
110950  category="lo",
110951  cjkwd="w",
110952  description="YI SYLLABLE ZZE",
110953  direction="l",
110954  linebreak="id",
110955  unicodeslot=0xA2E0,
110956 },
110957 [0xA2E1]={
110958  category="lo",
110959  cjkwd="w",
110960  description="YI SYLLABLE ZZEP",
110961  direction="l",
110962  linebreak="id",
110963  unicodeslot=0xA2E1,
110964 },
110965 [0xA2E2]={
110966  category="lo",
110967  cjkwd="w",
110968  description="YI SYLLABLE ZZUX",
110969  direction="l",
110970  linebreak="id",
110971  unicodeslot=0xA2E2,
110972 },
110973 [0xA2E3]={
110974  category="lo",
110975  cjkwd="w",
110976  description="YI SYLLABLE ZZU",
110977  direction="l",
110978  linebreak="id",
110979  unicodeslot=0xA2E3,
110980 },
110981 [0xA2E4]={
110982  category="lo",
110983  cjkwd="w",
110984  description="YI SYLLABLE ZZUP",
110985  direction="l",
110986  linebreak="id",
110987  unicodeslot=0xA2E4,
110988 },
110989 [0xA2E5]={
110990  category="lo",
110991  cjkwd="w",
110992  description="YI SYLLABLE ZZURX",
110993  direction="l",
110994  linebreak="id",
110995  unicodeslot=0xA2E5,
110996 },
110997 [0xA2E6]={
110998  category="lo",
110999  cjkwd="w",
111000  description="YI SYLLABLE ZZUR",
111001  direction="l",
111002  linebreak="id",
111003  unicodeslot=0xA2E6,
111004 },
111005 [0xA2E7]={
111006  category="lo",
111007  cjkwd="w",
111008  description="YI SYLLABLE ZZYT",
111009  direction="l",
111010  linebreak="id",
111011  unicodeslot=0xA2E7,
111012 },
111013 [0xA2E8]={
111014  category="lo",
111015  cjkwd="w",
111016  description="YI SYLLABLE ZZYX",
111017  direction="l",
111018  linebreak="id",
111019  unicodeslot=0xA2E8,
111020 },
111021 [0xA2E9]={
111022  category="lo",
111023  cjkwd="w",
111024  description="YI SYLLABLE ZZY",
111025  direction="l",
111026  linebreak="id",
111027  unicodeslot=0xA2E9,
111028 },
111029 [0xA2EA]={
111030  category="lo",
111031  cjkwd="w",
111032  description="YI SYLLABLE ZZYP",
111033  direction="l",
111034  linebreak="id",
111035  unicodeslot=0xA2EA,
111036 },
111037 [0xA2EB]={
111038  category="lo",
111039  cjkwd="w",
111040  description="YI SYLLABLE ZZYRX",
111041  direction="l",
111042  linebreak="id",
111043  unicodeslot=0xA2EB,
111044 },
111045 [0xA2EC]={
111046  category="lo",
111047  cjkwd="w",
111048  description="YI SYLLABLE ZZYR",
111049  direction="l",
111050  linebreak="id",
111051  unicodeslot=0xA2EC,
111052 },
111053 [0xA2ED]={
111054  category="lo",
111055  cjkwd="w",
111056  description="YI SYLLABLE NZIT",
111057  direction="l",
111058  linebreak="id",
111059  unicodeslot=0xA2ED,
111060 },
111061 [0xA2EE]={
111062  category="lo",
111063  cjkwd="w",
111064  description="YI SYLLABLE NZIX",
111065  direction="l",
111066  linebreak="id",
111067  unicodeslot=0xA2EE,
111068 },
111069 [0xA2EF]={
111070  category="lo",
111071  cjkwd="w",
111072  description="YI SYLLABLE NZI",
111073  direction="l",
111074  linebreak="id",
111075  unicodeslot=0xA2EF,
111076 },
111077 [0xA2F0]={
111078  category="lo",
111079  cjkwd="w",
111080  description="YI SYLLABLE NZIP",
111081  direction="l",
111082  linebreak="id",
111083  unicodeslot=0xA2F0,
111084 },
111085 [0xA2F1]={
111086  category="lo",
111087  cjkwd="w",
111088  description="YI SYLLABLE NZIEX",
111089  direction="l",
111090  linebreak="id",
111091  unicodeslot=0xA2F1,
111092 },
111093 [0xA2F2]={
111094  category="lo",
111095  cjkwd="w",
111096  description="YI SYLLABLE NZIE",
111097  direction="l",
111098  linebreak="id",
111099  unicodeslot=0xA2F2,
111100 },
111101 [0xA2F3]={
111102  category="lo",
111103  cjkwd="w",
111104  description="YI SYLLABLE NZIEP",
111105  direction="l",
111106  linebreak="id",
111107  unicodeslot=0xA2F3,
111108 },
111109 [0xA2F4]={
111110  category="lo",
111111  cjkwd="w",
111112  description="YI SYLLABLE NZAT",
111113  direction="l",
111114  linebreak="id",
111115  unicodeslot=0xA2F4,
111116 },
111117 [0xA2F5]={
111118  category="lo",
111119  cjkwd="w",
111120  description="YI SYLLABLE NZAX",
111121  direction="l",
111122  linebreak="id",
111123  unicodeslot=0xA2F5,
111124 },
111125 [0xA2F6]={
111126  category="lo",
111127  cjkwd="w",
111128  description="YI SYLLABLE NZA",
111129  direction="l",
111130  linebreak="id",
111131  unicodeslot=0xA2F6,
111132 },
111133 [0xA2F7]={
111134  category="lo",
111135  cjkwd="w",
111136  description="YI SYLLABLE NZAP",
111137  direction="l",
111138  linebreak="id",
111139  unicodeslot=0xA2F7,
111140 },
111141 [0xA2F8]={
111142  category="lo",
111143  cjkwd="w",
111144  description="YI SYLLABLE NZUOX",
111145  direction="l",
111146  linebreak="id",
111147  unicodeslot=0xA2F8,
111148 },
111149 [0xA2F9]={
111150  category="lo",
111151  cjkwd="w",
111152  description="YI SYLLABLE NZUO",
111153  direction="l",
111154  linebreak="id",
111155  unicodeslot=0xA2F9,
111156 },
111157 [0xA2FA]={
111158  category="lo",
111159  cjkwd="w",
111160  description="YI SYLLABLE NZOX",
111161  direction="l",
111162  linebreak="id",
111163  unicodeslot=0xA2FA,
111164 },
111165 [0xA2FB]={
111166  category="lo",
111167  cjkwd="w",
111168  description="YI SYLLABLE NZOP",
111169  direction="l",
111170  linebreak="id",
111171  unicodeslot=0xA2FB,
111172 },
111173 [0xA2FC]={
111174  category="lo",
111175  cjkwd="w",
111176  description="YI SYLLABLE NZEX",
111177  direction="l",
111178  linebreak="id",
111179  unicodeslot=0xA2FC,
111180 },
111181 [0xA2FD]={
111182  category="lo",
111183  cjkwd="w",
111184  description="YI SYLLABLE NZE",
111185  direction="l",
111186  linebreak="id",
111187  unicodeslot=0xA2FD,
111188 },
111189 [0xA2FE]={
111190  category="lo",
111191  cjkwd="w",
111192  description="YI SYLLABLE NZUX",
111193  direction="l",
111194  linebreak="id",
111195  unicodeslot=0xA2FE,
111196 },
111197 [0xA2FF]={
111198  category="lo",
111199  cjkwd="w",
111200  description="YI SYLLABLE NZU",
111201  direction="l",
111202  linebreak="id",
111203  unicodeslot=0xA2FF,
111204 },
111205 [0xA300]={
111206  category="lo",
111207  cjkwd="w",
111208  description="YI SYLLABLE NZUP",
111209  direction="l",
111210  linebreak="id",
111211  unicodeslot=0xA300,
111212 },
111213 [0xA301]={
111214  category="lo",
111215  cjkwd="w",
111216  description="YI SYLLABLE NZURX",
111217  direction="l",
111218  linebreak="id",
111219  unicodeslot=0xA301,
111220 },
111221 [0xA302]={
111222  category="lo",
111223  cjkwd="w",
111224  description="YI SYLLABLE NZUR",
111225  direction="l",
111226  linebreak="id",
111227  unicodeslot=0xA302,
111228 },
111229 [0xA303]={
111230  category="lo",
111231  cjkwd="w",
111232  description="YI SYLLABLE NZYT",
111233  direction="l",
111234  linebreak="id",
111235  unicodeslot=0xA303,
111236 },
111237 [0xA304]={
111238  category="lo",
111239  cjkwd="w",
111240  description="YI SYLLABLE NZYX",
111241  direction="l",
111242  linebreak="id",
111243  unicodeslot=0xA304,
111244 },
111245 [0xA305]={
111246  category="lo",
111247  cjkwd="w",
111248  description="YI SYLLABLE NZY",
111249  direction="l",
111250  linebreak="id",
111251  unicodeslot=0xA305,
111252 },
111253 [0xA306]={
111254  category="lo",
111255  cjkwd="w",
111256  description="YI SYLLABLE NZYP",
111257  direction="l",
111258  linebreak="id",
111259  unicodeslot=0xA306,
111260 },
111261 [0xA307]={
111262  category="lo",
111263  cjkwd="w",
111264  description="YI SYLLABLE NZYRX",
111265  direction="l",
111266  linebreak="id",
111267  unicodeslot=0xA307,
111268 },
111269 [0xA308]={
111270  category="lo",
111271  cjkwd="w",
111272  description="YI SYLLABLE NZYR",
111273  direction="l",
111274  linebreak="id",
111275  unicodeslot=0xA308,
111276 },
111277 [0xA309]={
111278  category="lo",
111279  cjkwd="w",
111280  description="YI SYLLABLE SIT",
111281  direction="l",
111282  linebreak="id",
111283  unicodeslot=0xA309,
111284 },
111285 [0xA30A]={
111286  category="lo",
111287  cjkwd="w",
111288  description="YI SYLLABLE SIX",
111289  direction="l",
111290  linebreak="id",
111291  unicodeslot=0xA30A,
111292 },
111293 [0xA30B]={
111294  category="lo",
111295  cjkwd="w",
111296  description="YI SYLLABLE SI",
111297  direction="l",
111298  linebreak="id",
111299  unicodeslot=0xA30B,
111300 },
111301 [0xA30C]={
111302  category="lo",
111303  cjkwd="w",
111304  description="YI SYLLABLE SIP",
111305  direction="l",
111306  linebreak="id",
111307  unicodeslot=0xA30C,
111308 },
111309 [0xA30D]={
111310  category="lo",
111311  cjkwd="w",
111312  description="YI SYLLABLE SIEX",
111313  direction="l",
111314  linebreak="id",
111315  unicodeslot=0xA30D,
111316 },
111317 [0xA30E]={
111318  category="lo",
111319  cjkwd="w",
111320  description="YI SYLLABLE SIE",
111321  direction="l",
111322  linebreak="id",
111323  unicodeslot=0xA30E,
111324 },
111325 [0xA30F]={
111326  category="lo",
111327  cjkwd="w",
111328  description="YI SYLLABLE SIEP",
111329  direction="l",
111330  linebreak="id",
111331  unicodeslot=0xA30F,
111332 },
111333 [0xA310]={
111334  category="lo",
111335  cjkwd="w",
111336  description="YI SYLLABLE SAT",
111337  direction="l",
111338  linebreak="id",
111339  unicodeslot=0xA310,
111340 },
111341 [0xA311]={
111342  category="lo",
111343  cjkwd="w",
111344  description="YI SYLLABLE SAX",
111345  direction="l",
111346  linebreak="id",
111347  unicodeslot=0xA311,
111348 },
111349 [0xA312]={
111350  category="lo",
111351  cjkwd="w",
111352  description="YI SYLLABLE SA",
111353  direction="l",
111354  linebreak="id",
111355  unicodeslot=0xA312,
111356 },
111357 [0xA313]={
111358  category="lo",
111359  cjkwd="w",
111360  description="YI SYLLABLE SAP",
111361  direction="l",
111362  linebreak="id",
111363  unicodeslot=0xA313,
111364 },
111365 [0xA314]={
111366  category="lo",
111367  cjkwd="w",
111368  description="YI SYLLABLE SUOX",
111369  direction="l",
111370  linebreak="id",
111371  unicodeslot=0xA314,
111372 },
111373 [0xA315]={
111374  category="lo",
111375  cjkwd="w",
111376  description="YI SYLLABLE SUO",
111377  direction="l",
111378  linebreak="id",
111379  unicodeslot=0xA315,
111380 },
111381 [0xA316]={
111382  category="lo",
111383  cjkwd="w",
111384  description="YI SYLLABLE SUOP",
111385  direction="l",
111386  linebreak="id",
111387  unicodeslot=0xA316,
111388 },
111389 [0xA317]={
111390  category="lo",
111391  cjkwd="w",
111392  description="YI SYLLABLE SOT",
111393  direction="l",
111394  linebreak="id",
111395  unicodeslot=0xA317,
111396 },
111397 [0xA318]={
111398  category="lo",
111399  cjkwd="w",
111400  description="YI SYLLABLE SOX",
111401  direction="l",
111402  linebreak="id",
111403  unicodeslot=0xA318,
111404 },
111405 [0xA319]={
111406  category="lo",
111407  cjkwd="w",
111408  description="YI SYLLABLE SO",
111409  direction="l",
111410  linebreak="id",
111411  unicodeslot=0xA319,
111412 },
111413 [0xA31A]={
111414  category="lo",
111415  cjkwd="w",
111416  description="YI SYLLABLE SOP",
111417  direction="l",
111418  linebreak="id",
111419  unicodeslot=0xA31A,
111420 },
111421 [0xA31B]={
111422  category="lo",
111423  cjkwd="w",
111424  description="YI SYLLABLE SEX",
111425  direction="l",
111426  linebreak="id",
111427  unicodeslot=0xA31B,
111428 },
111429 [0xA31C]={
111430  category="lo",
111431  cjkwd="w",
111432  description="YI SYLLABLE SE",
111433  direction="l",
111434  linebreak="id",
111435  unicodeslot=0xA31C,
111436 },
111437 [0xA31D]={
111438  category="lo",
111439  cjkwd="w",
111440  description="YI SYLLABLE SEP",
111441  direction="l",
111442  linebreak="id",
111443  unicodeslot=0xA31D,
111444 },
111445 [0xA31E]={
111446  category="lo",
111447  cjkwd="w",
111448  description="YI SYLLABLE SUT",
111449  direction="l",
111450  linebreak="id",
111451  unicodeslot=0xA31E,
111452 },
111453 [0xA31F]={
111454  category="lo",
111455  cjkwd="w",
111456  description="YI SYLLABLE SUX",
111457  direction="l",
111458  linebreak="id",
111459  unicodeslot=0xA31F,
111460 },
111461 [0xA320]={
111462  category="lo",
111463  cjkwd="w",
111464  description="YI SYLLABLE SU",
111465  direction="l",
111466  linebreak="id",
111467  unicodeslot=0xA320,
111468 },
111469 [0xA321]={
111470  category="lo",
111471  cjkwd="w",
111472  description="YI SYLLABLE SUP",
111473  direction="l",
111474  linebreak="id",
111475  unicodeslot=0xA321,
111476 },
111477 [0xA322]={
111478  category="lo",
111479  cjkwd="w",
111480  description="YI SYLLABLE SURX",
111481  direction="l",
111482  linebreak="id",
111483  unicodeslot=0xA322,
111484 },
111485 [0xA323]={
111486  category="lo",
111487  cjkwd="w",
111488  description="YI SYLLABLE SUR",
111489  direction="l",
111490  linebreak="id",
111491  unicodeslot=0xA323,
111492 },
111493 [0xA324]={
111494  category="lo",
111495  cjkwd="w",
111496  description="YI SYLLABLE SYT",
111497  direction="l",
111498  linebreak="id",
111499  unicodeslot=0xA324,
111500 },
111501 [0xA325]={
111502  category="lo",
111503  cjkwd="w",
111504  description="YI SYLLABLE SYX",
111505  direction="l",
111506  linebreak="id",
111507  unicodeslot=0xA325,
111508 },
111509 [0xA326]={
111510  category="lo",
111511  cjkwd="w",
111512  description="YI SYLLABLE SY",
111513  direction="l",
111514  linebreak="id",
111515  unicodeslot=0xA326,
111516 },
111517 [0xA327]={
111518  category="lo",
111519  cjkwd="w",
111520  description="YI SYLLABLE SYP",
111521  direction="l",
111522  linebreak="id",
111523  unicodeslot=0xA327,
111524 },
111525 [0xA328]={
111526  category="lo",
111527  cjkwd="w",
111528  description="YI SYLLABLE SYRX",
111529  direction="l",
111530  linebreak="id",
111531  unicodeslot=0xA328,
111532 },
111533 [0xA329]={
111534  category="lo",
111535  cjkwd="w",
111536  description="YI SYLLABLE SYR",
111537  direction="l",
111538  linebreak="id",
111539  unicodeslot=0xA329,
111540 },
111541 [0xA32A]={
111542  category="lo",
111543  cjkwd="w",
111544  description="YI SYLLABLE SSIT",
111545  direction="l",
111546  linebreak="id",
111547  unicodeslot=0xA32A,
111548 },
111549 [0xA32B]={
111550  category="lo",
111551  cjkwd="w",
111552  description="YI SYLLABLE SSIX",
111553  direction="l",
111554  linebreak="id",
111555  unicodeslot=0xA32B,
111556 },
111557 [0xA32C]={
111558  category="lo",
111559  cjkwd="w",
111560  description="YI SYLLABLE SSI",
111561  direction="l",
111562  linebreak="id",
111563  unicodeslot=0xA32C,
111564 },
111565 [0xA32D]={
111566  category="lo",
111567  cjkwd="w",
111568  description="YI SYLLABLE SSIP",
111569  direction="l",
111570  linebreak="id",
111571  unicodeslot=0xA32D,
111572 },
111573 [0xA32E]={
111574  category="lo",
111575  cjkwd="w",
111576  description="YI SYLLABLE SSIEX",
111577  direction="l",
111578  linebreak="id",
111579  unicodeslot=0xA32E,
111580 },
111581 [0xA32F]={
111582  category="lo",
111583  cjkwd="w",
111584  description="YI SYLLABLE SSIE",
111585  direction="l",
111586  linebreak="id",
111587  unicodeslot=0xA32F,
111588 },
111589 [0xA330]={
111590  category="lo",
111591  cjkwd="w",
111592  description="YI SYLLABLE SSIEP",
111593  direction="l",
111594  linebreak="id",
111595  unicodeslot=0xA330,
111596 },
111597 [0xA331]={
111598  category="lo",
111599  cjkwd="w",
111600  description="YI SYLLABLE SSAT",
111601  direction="l",
111602  linebreak="id",
111603  unicodeslot=0xA331,
111604 },
111605 [0xA332]={
111606  category="lo",
111607  cjkwd="w",
111608  description="YI SYLLABLE SSAX",
111609  direction="l",
111610  linebreak="id",
111611  unicodeslot=0xA332,
111612 },
111613 [0xA333]={
111614  category="lo",
111615  cjkwd="w",
111616  description="YI SYLLABLE SSA",
111617  direction="l",
111618  linebreak="id",
111619  unicodeslot=0xA333,
111620 },
111621 [0xA334]={
111622  category="lo",
111623  cjkwd="w",
111624  description="YI SYLLABLE SSAP",
111625  direction="l",
111626  linebreak="id",
111627  unicodeslot=0xA334,
111628 },
111629 [0xA335]={
111630  category="lo",
111631  cjkwd="w",
111632  description="YI SYLLABLE SSOT",
111633  direction="l",
111634  linebreak="id",
111635  unicodeslot=0xA335,
111636 },
111637 [0xA336]={
111638  category="lo",
111639  cjkwd="w",
111640  description="YI SYLLABLE SSOX",
111641  direction="l",
111642  linebreak="id",
111643  unicodeslot=0xA336,
111644 },
111645 [0xA337]={
111646  category="lo",
111647  cjkwd="w",
111648  description="YI SYLLABLE SSO",
111649  direction="l",
111650  linebreak="id",
111651  unicodeslot=0xA337,
111652 },
111653 [0xA338]={
111654  category="lo",
111655  cjkwd="w",
111656  description="YI SYLLABLE SSOP",
111657  direction="l",
111658  linebreak="id",
111659  unicodeslot=0xA338,
111660 },
111661 [0xA339]={
111662  category="lo",
111663  cjkwd="w",
111664  description="YI SYLLABLE SSEX",
111665  direction="l",
111666  linebreak="id",
111667  unicodeslot=0xA339,
111668 },
111669 [0xA33A]={
111670  category="lo",
111671  cjkwd="w",
111672  description="YI SYLLABLE SSE",
111673  direction="l",
111674  linebreak="id",
111675  unicodeslot=0xA33A,
111676 },
111677 [0xA33B]={
111678  category="lo",
111679  cjkwd="w",
111680  description="YI SYLLABLE SSEP",
111681  direction="l",
111682  linebreak="id",
111683  unicodeslot=0xA33B,
111684 },
111685 [0xA33C]={
111686  category="lo",
111687  cjkwd="w",
111688  description="YI SYLLABLE SSUT",
111689  direction="l",
111690  linebreak="id",
111691  unicodeslot=0xA33C,
111692 },
111693 [0xA33D]={
111694  category="lo",
111695  cjkwd="w",
111696  description="YI SYLLABLE SSUX",
111697  direction="l",
111698  linebreak="id",
111699  unicodeslot=0xA33D,
111700 },
111701 [0xA33E]={
111702  category="lo",
111703  cjkwd="w",
111704  description="YI SYLLABLE SSU",
111705  direction="l",
111706  linebreak="id",
111707  unicodeslot=0xA33E,
111708 },
111709 [0xA33F]={
111710  category="lo",
111711  cjkwd="w",
111712  description="YI SYLLABLE SSUP",
111713  direction="l",
111714  linebreak="id",
111715  unicodeslot=0xA33F,
111716 },
111717 [0xA340]={
111718  category="lo",
111719  cjkwd="w",
111720  description="YI SYLLABLE SSYT",
111721  direction="l",
111722  linebreak="id",
111723  unicodeslot=0xA340,
111724 },
111725 [0xA341]={
111726  category="lo",
111727  cjkwd="w",
111728  description="YI SYLLABLE SSYX",
111729  direction="l",
111730  linebreak="id",
111731  unicodeslot=0xA341,
111732 },
111733 [0xA342]={
111734  category="lo",
111735  cjkwd="w",
111736  description="YI SYLLABLE SSY",
111737  direction="l",
111738  linebreak="id",
111739  unicodeslot=0xA342,
111740 },
111741 [0xA343]={
111742  category="lo",
111743  cjkwd="w",
111744  description="YI SYLLABLE SSYP",
111745  direction="l",
111746  linebreak="id",
111747  unicodeslot=0xA343,
111748 },
111749 [0xA344]={
111750  category="lo",
111751  cjkwd="w",
111752  description="YI SYLLABLE SSYRX",
111753  direction="l",
111754  linebreak="id",
111755  unicodeslot=0xA344,
111756 },
111757 [0xA345]={
111758  category="lo",
111759  cjkwd="w",
111760  description="YI SYLLABLE SSYR",
111761  direction="l",
111762  linebreak="id",
111763  unicodeslot=0xA345,
111764 },
111765 [0xA346]={
111766  category="lo",
111767  cjkwd="w",
111768  description="YI SYLLABLE ZHAT",
111769  direction="l",
111770  linebreak="id",
111771  unicodeslot=0xA346,
111772 },
111773 [0xA347]={
111774  category="lo",
111775  cjkwd="w",
111776  description="YI SYLLABLE ZHAX",
111777  direction="l",
111778  linebreak="id",
111779  unicodeslot=0xA347,
111780 },
111781 [0xA348]={
111782  category="lo",
111783  cjkwd="w",
111784  description="YI SYLLABLE ZHA",
111785  direction="l",
111786  linebreak="id",
111787  unicodeslot=0xA348,
111788 },
111789 [0xA349]={
111790  category="lo",
111791  cjkwd="w",
111792  description="YI SYLLABLE ZHAP",
111793  direction="l",
111794  linebreak="id",
111795  unicodeslot=0xA349,
111796 },
111797 [0xA34A]={
111798  category="lo",
111799  cjkwd="w",
111800  description="YI SYLLABLE ZHUOX",
111801  direction="l",
111802  linebreak="id",
111803  unicodeslot=0xA34A,
111804 },
111805 [0xA34B]={
111806  category="lo",
111807  cjkwd="w",
111808  description="YI SYLLABLE ZHUO",
111809  direction="l",
111810  linebreak="id",
111811  unicodeslot=0xA34B,
111812 },
111813 [0xA34C]={
111814  category="lo",
111815  cjkwd="w",
111816  description="YI SYLLABLE ZHUOP",
111817  direction="l",
111818  linebreak="id",
111819  unicodeslot=0xA34C,
111820 },
111821 [0xA34D]={
111822  category="lo",
111823  cjkwd="w",
111824  description="YI SYLLABLE ZHOT",
111825  direction="l",
111826  linebreak="id",
111827  unicodeslot=0xA34D,
111828 },
111829 [0xA34E]={
111830  category="lo",
111831  cjkwd="w",
111832  description="YI SYLLABLE ZHOX",
111833  direction="l",
111834  linebreak="id",
111835  unicodeslot=0xA34E,
111836 },
111837 [0xA34F]={
111838  category="lo",
111839  cjkwd="w",
111840  description="YI SYLLABLE ZHO",
111841  direction="l",
111842  linebreak="id",
111843  unicodeslot=0xA34F,
111844 },
111845 [0xA350]={
111846  category="lo",
111847  cjkwd="w",
111848  description="YI SYLLABLE ZHOP",
111849  direction="l",
111850  linebreak="id",
111851  unicodeslot=0xA350,
111852 },
111853 [0xA351]={
111854  category="lo",
111855  cjkwd="w",
111856  description="YI SYLLABLE ZHET",
111857  direction="l",
111858  linebreak="id",
111859  unicodeslot=0xA351,
111860 },
111861 [0xA352]={
111862  category="lo",
111863  cjkwd="w",
111864  description="YI SYLLABLE ZHEX",
111865  direction="l",
111866  linebreak="id",
111867  unicodeslot=0xA352,
111868 },
111869 [0xA353]={
111870  category="lo",
111871  cjkwd="w",
111872  description="YI SYLLABLE ZHE",
111873  direction="l",
111874  linebreak="id",
111875  unicodeslot=0xA353,
111876 },
111877 [0xA354]={
111878  category="lo",
111879  cjkwd="w",
111880  description="YI SYLLABLE ZHEP",
111881  direction="l",
111882  linebreak="id",
111883  unicodeslot=0xA354,
111884 },
111885 [0xA355]={
111886  category="lo",
111887  cjkwd="w",
111888  description="YI SYLLABLE ZHUT",
111889  direction="l",
111890  linebreak="id",
111891  unicodeslot=0xA355,
111892 },
111893 [0xA356]={
111894  category="lo",
111895  cjkwd="w",
111896  description="YI SYLLABLE ZHUX",
111897  direction="l",
111898  linebreak="id",
111899  unicodeslot=0xA356,
111900 },
111901 [0xA357]={
111902  category="lo",
111903  cjkwd="w",
111904  description="YI SYLLABLE ZHU",
111905  direction="l",
111906  linebreak="id",
111907  unicodeslot=0xA357,
111908 },
111909 [0xA358]={
111910  category="lo",
111911  cjkwd="w",
111912  description="YI SYLLABLE ZHUP",
111913  direction="l",
111914  linebreak="id",
111915  unicodeslot=0xA358,
111916 },
111917 [0xA359]={
111918  category="lo",
111919  cjkwd="w",
111920  description="YI SYLLABLE ZHURX",
111921  direction="l",
111922  linebreak="id",
111923  unicodeslot=0xA359,
111924 },
111925 [0xA35A]={
111926  category="lo",
111927  cjkwd="w",
111928  description="YI SYLLABLE ZHUR",
111929  direction="l",
111930  linebreak="id",
111931  unicodeslot=0xA35A,
111932 },
111933 [0xA35B]={
111934  category="lo",
111935  cjkwd="w",
111936  description="YI SYLLABLE ZHYT",
111937  direction="l",
111938  linebreak="id",
111939  unicodeslot=0xA35B,
111940 },
111941 [0xA35C]={
111942  category="lo",
111943  cjkwd="w",
111944  description="YI SYLLABLE ZHYX",
111945  direction="l",
111946  linebreak="id",
111947  unicodeslot=0xA35C,
111948 },
111949 [0xA35D]={
111950  category="lo",
111951  cjkwd="w",
111952  description="YI SYLLABLE ZHY",
111953  direction="l",
111954  linebreak="id",
111955  unicodeslot=0xA35D,
111956 },
111957 [0xA35E]={
111958  category="lo",
111959  cjkwd="w",
111960  description="YI SYLLABLE ZHYP",
111961  direction="l",
111962  linebreak="id",
111963  unicodeslot=0xA35E,
111964 },
111965 [0xA35F]={
111966  category="lo",
111967  cjkwd="w",
111968  description="YI SYLLABLE ZHYRX",
111969  direction="l",
111970  linebreak="id",
111971  unicodeslot=0xA35F,
111972 },
111973 [0xA360]={
111974  category="lo",
111975  cjkwd="w",
111976  description="YI SYLLABLE ZHYR",
111977  direction="l",
111978  linebreak="id",
111979  unicodeslot=0xA360,
111980 },
111981 [0xA361]={
111982  category="lo",
111983  cjkwd="w",
111984  description="YI SYLLABLE CHAT",
111985  direction="l",
111986  linebreak="id",
111987  unicodeslot=0xA361,
111988 },
111989 [0xA362]={
111990  category="lo",
111991  cjkwd="w",
111992  description="YI SYLLABLE CHAX",
111993  direction="l",
111994  linebreak="id",
111995  unicodeslot=0xA362,
111996 },
111997 [0xA363]={
111998  category="lo",
111999  cjkwd="w",
112000  description="YI SYLLABLE CHA",
112001  direction="l",
112002  linebreak="id",
112003  unicodeslot=0xA363,
112004 },
112005 [0xA364]={
112006  category="lo",
112007  cjkwd="w",
112008  description="YI SYLLABLE CHAP",
112009  direction="l",
112010  linebreak="id",
112011  unicodeslot=0xA364,
112012 },
112013 [0xA365]={
112014  category="lo",
112015  cjkwd="w",
112016  description="YI SYLLABLE CHUOT",
112017  direction="l",
112018  linebreak="id",
112019  unicodeslot=0xA365,
112020 },
112021 [0xA366]={
112022  category="lo",
112023  cjkwd="w",
112024  description="YI SYLLABLE CHUOX",
112025  direction="l",
112026  linebreak="id",
112027  unicodeslot=0xA366,
112028 },
112029 [0xA367]={
112030  category="lo",
112031  cjkwd="w",
112032  description="YI SYLLABLE CHUO",
112033  direction="l",
112034  linebreak="id",
112035  unicodeslot=0xA367,
112036 },
112037 [0xA368]={
112038  category="lo",
112039  cjkwd="w",
112040  description="YI SYLLABLE CHUOP",
112041  direction="l",
112042  linebreak="id",
112043  unicodeslot=0xA368,
112044 },
112045 [0xA369]={
112046  category="lo",
112047  cjkwd="w",
112048  description="YI SYLLABLE CHOT",
112049  direction="l",
112050  linebreak="id",
112051  unicodeslot=0xA369,
112052 },
112053 [0xA36A]={
112054  category="lo",
112055  cjkwd="w",
112056  description="YI SYLLABLE CHOX",
112057  direction="l",
112058  linebreak="id",
112059  unicodeslot=0xA36A,
112060 },
112061 [0xA36B]={
112062  category="lo",
112063  cjkwd="w",
112064  description="YI SYLLABLE CHO",
112065  direction="l",
112066  linebreak="id",
112067  unicodeslot=0xA36B,
112068 },
112069 [0xA36C]={
112070  category="lo",
112071  cjkwd="w",
112072  description="YI SYLLABLE CHOP",
112073  direction="l",
112074  linebreak="id",
112075  unicodeslot=0xA36C,
112076 },
112077 [0xA36D]={
112078  category="lo",
112079  cjkwd="w",
112080  description="YI SYLLABLE CHET",
112081  direction="l",
112082  linebreak="id",
112083  unicodeslot=0xA36D,
112084 },
112085 [0xA36E]={
112086  category="lo",
112087  cjkwd="w",
112088  description="YI SYLLABLE CHEX",
112089  direction="l",
112090  linebreak="id",
112091  unicodeslot=0xA36E,
112092 },
112093 [0xA36F]={
112094  category="lo",
112095  cjkwd="w",
112096  description="YI SYLLABLE CHE",
112097  direction="l",
112098  linebreak="id",
112099  unicodeslot=0xA36F,
112100 },
112101 [0xA370]={
112102  category="lo",
112103  cjkwd="w",
112104  description="YI SYLLABLE CHEP",
112105  direction="l",
112106  linebreak="id",
112107  unicodeslot=0xA370,
112108 },
112109 [0xA371]={
112110  category="lo",
112111  cjkwd="w",
112112  description="YI SYLLABLE CHUX",
112113  direction="l",
112114  linebreak="id",
112115  unicodeslot=0xA371,
112116 },
112117 [0xA372]={
112118  category="lo",
112119  cjkwd="w",
112120  description="YI SYLLABLE CHU",
112121  direction="l",
112122  linebreak="id",
112123  unicodeslot=0xA372,
112124 },
112125 [0xA373]={
112126  category="lo",
112127  cjkwd="w",
112128  description="YI SYLLABLE CHUP",
112129  direction="l",
112130  linebreak="id",
112131  unicodeslot=0xA373,
112132 },
112133 [0xA374]={
112134  category="lo",
112135  cjkwd="w",
112136  description="YI SYLLABLE CHURX",
112137  direction="l",
112138  linebreak="id",
112139  unicodeslot=0xA374,
112140 },
112141 [0xA375]={
112142  category="lo",
112143  cjkwd="w",
112144  description="YI SYLLABLE CHUR",
112145  direction="l",
112146  linebreak="id",
112147  unicodeslot=0xA375,
112148 },
112149 [0xA376]={
112150  category="lo",
112151  cjkwd="w",
112152  description="YI SYLLABLE CHYT",
112153  direction="l",
112154  linebreak="id",
112155  unicodeslot=0xA376,
112156 },
112157 [0xA377]={
112158  category="lo",
112159  cjkwd="w",
112160  description="YI SYLLABLE CHYX",
112161  direction="l",
112162  linebreak="id",
112163  unicodeslot=0xA377,
112164 },
112165 [0xA378]={
112166  category="lo",
112167  cjkwd="w",
112168  description="YI SYLLABLE CHY",
112169  direction="l",
112170  linebreak="id",
112171  unicodeslot=0xA378,
112172 },
112173 [0xA379]={
112174  category="lo",
112175  cjkwd="w",
112176  description="YI SYLLABLE CHYP",
112177  direction="l",
112178  linebreak="id",
112179  unicodeslot=0xA379,
112180 },
112181 [0xA37A]={
112182  category="lo",
112183  cjkwd="w",
112184  description="YI SYLLABLE CHYRX",
112185  direction="l",
112186  linebreak="id",
112187  unicodeslot=0xA37A,
112188 },
112189 [0xA37B]={
112190  category="lo",
112191  cjkwd="w",
112192  description="YI SYLLABLE CHYR",
112193  direction="l",
112194  linebreak="id",
112195  unicodeslot=0xA37B,
112196 },
112197 [0xA37C]={
112198  category="lo",
112199  cjkwd="w",
112200  description="YI SYLLABLE RRAX",
112201  direction="l",
112202  linebreak="id",
112203  unicodeslot=0xA37C,
112204 },
112205 [0xA37D]={
112206  category="lo",
112207  cjkwd="w",
112208  description="YI SYLLABLE RRA",
112209  direction="l",
112210  linebreak="id",
112211  unicodeslot=0xA37D,
112212 },
112213 [0xA37E]={
112214  category="lo",
112215  cjkwd="w",
112216  description="YI SYLLABLE RRUOX",
112217  direction="l",
112218  linebreak="id",
112219  unicodeslot=0xA37E,
112220 },
112221 [0xA37F]={
112222  category="lo",
112223  cjkwd="w",
112224  description="YI SYLLABLE RRUO",
112225  direction="l",
112226  linebreak="id",
112227  unicodeslot=0xA37F,
112228 },
112229 [0xA380]={
112230  category="lo",
112231  cjkwd="w",
112232  description="YI SYLLABLE RROT",
112233  direction="l",
112234  linebreak="id",
112235  unicodeslot=0xA380,
112236 },
112237 [0xA381]={
112238  category="lo",
112239  cjkwd="w",
112240  description="YI SYLLABLE RROX",
112241  direction="l",
112242  linebreak="id",
112243  unicodeslot=0xA381,
112244 },
112245 [0xA382]={
112246  category="lo",
112247  cjkwd="w",
112248  description="YI SYLLABLE RRO",
112249  direction="l",
112250  linebreak="id",
112251  unicodeslot=0xA382,
112252 },
112253 [0xA383]={
112254  category="lo",
112255  cjkwd="w",
112256  description="YI SYLLABLE RROP",
112257  direction="l",
112258  linebreak="id",
112259  unicodeslot=0xA383,
112260 },
112261 [0xA384]={
112262  category="lo",
112263  cjkwd="w",
112264  description="YI SYLLABLE RRET",
112265  direction="l",
112266  linebreak="id",
112267  unicodeslot=0xA384,
112268 },
112269 [0xA385]={
112270  category="lo",
112271  cjkwd="w",
112272  description="YI SYLLABLE RREX",
112273  direction="l",
112274  linebreak="id",
112275  unicodeslot=0xA385,
112276 },
112277 [0xA386]={
112278  category="lo",
112279  cjkwd="w",
112280  description="YI SYLLABLE RRE",
112281  direction="l",
112282  linebreak="id",
112283  unicodeslot=0xA386,
112284 },
112285 [0xA387]={
112286  category="lo",
112287  cjkwd="w",
112288  description="YI SYLLABLE RREP",
112289  direction="l",
112290  linebreak="id",
112291  unicodeslot=0xA387,
112292 },
112293 [0xA388]={
112294  category="lo",
112295  cjkwd="w",
112296  description="YI SYLLABLE RRUT",
112297  direction="l",
112298  linebreak="id",
112299  unicodeslot=0xA388,
112300 },
112301 [0xA389]={
112302  category="lo",
112303  cjkwd="w",
112304  description="YI SYLLABLE RRUX",
112305  direction="l",
112306  linebreak="id",
112307  unicodeslot=0xA389,
112308 },
112309 [0xA38A]={
112310  category="lo",
112311  cjkwd="w",
112312  description="YI SYLLABLE RRU",
112313  direction="l",
112314  linebreak="id",
112315  unicodeslot=0xA38A,
112316 },
112317 [0xA38B]={
112318  category="lo",
112319  cjkwd="w",
112320  description="YI SYLLABLE RRUP",
112321  direction="l",
112322  linebreak="id",
112323  unicodeslot=0xA38B,
112324 },
112325 [0xA38C]={
112326  category="lo",
112327  cjkwd="w",
112328  description="YI SYLLABLE RRURX",
112329  direction="l",
112330  linebreak="id",
112331  unicodeslot=0xA38C,
112332 },
112333 [0xA38D]={
112334  category="lo",
112335  cjkwd="w",
112336  description="YI SYLLABLE RRUR",
112337  direction="l",
112338  linebreak="id",
112339  unicodeslot=0xA38D,
112340 },
112341 [0xA38E]={
112342  category="lo",
112343  cjkwd="w",
112344  description="YI SYLLABLE RRYT",
112345  direction="l",
112346  linebreak="id",
112347  unicodeslot=0xA38E,
112348 },
112349 [0xA38F]={
112350  category="lo",
112351  cjkwd="w",
112352  description="YI SYLLABLE RRYX",
112353  direction="l",
112354  linebreak="id",
112355  unicodeslot=0xA38F,
112356 },
112357 [0xA390]={
112358  category="lo",
112359  cjkwd="w",
112360  description="YI SYLLABLE RRY",
112361  direction="l",
112362  linebreak="id",
112363  unicodeslot=0xA390,
112364 },
112365 [0xA391]={
112366  category="lo",
112367  cjkwd="w",
112368  description="YI SYLLABLE RRYP",
112369  direction="l",
112370  linebreak="id",
112371  unicodeslot=0xA391,
112372 },
112373 [0xA392]={
112374  category="lo",
112375  cjkwd="w",
112376  description="YI SYLLABLE RRYRX",
112377  direction="l",
112378  linebreak="id",
112379  unicodeslot=0xA392,
112380 },
112381 [0xA393]={
112382  category="lo",
112383  cjkwd="w",
112384  description="YI SYLLABLE RRYR",
112385  direction="l",
112386  linebreak="id",
112387  unicodeslot=0xA393,
112388 },
112389 [0xA394]={
112390  category="lo",
112391  cjkwd="w",
112392  description="YI SYLLABLE NRAT",
112393  direction="l",
112394  linebreak="id",
112395  unicodeslot=0xA394,
112396 },
112397 [0xA395]={
112398  category="lo",
112399  cjkwd="w",
112400  description="YI SYLLABLE NRAX",
112401  direction="l",
112402  linebreak="id",
112403  unicodeslot=0xA395,
112404 },
112405 [0xA396]={
112406  category="lo",
112407  cjkwd="w",
112408  description="YI SYLLABLE NRA",
112409  direction="l",
112410  linebreak="id",
112411  unicodeslot=0xA396,
112412 },
112413 [0xA397]={
112414  category="lo",
112415  cjkwd="w",
112416  description="YI SYLLABLE NRAP",
112417  direction="l",
112418  linebreak="id",
112419  unicodeslot=0xA397,
112420 },
112421 [0xA398]={
112422  category="lo",
112423  cjkwd="w",
112424  description="YI SYLLABLE NROX",
112425  direction="l",
112426  linebreak="id",
112427  unicodeslot=0xA398,
112428 },
112429 [0xA399]={
112430  category="lo",
112431  cjkwd="w",
112432  description="YI SYLLABLE NRO",
112433  direction="l",
112434  linebreak="id",
112435  unicodeslot=0xA399,
112436 },
112437 [0xA39A]={
112438  category="lo",
112439  cjkwd="w",
112440  description="YI SYLLABLE NROP",
112441  direction="l",
112442  linebreak="id",
112443  unicodeslot=0xA39A,
112444 },
112445 [0xA39B]={
112446  category="lo",
112447  cjkwd="w",
112448  description="YI SYLLABLE NRET",
112449  direction="l",
112450  linebreak="id",
112451  unicodeslot=0xA39B,
112452 },
112453 [0xA39C]={
112454  category="lo",
112455  cjkwd="w",
112456  description="YI SYLLABLE NREX",
112457  direction="l",
112458  linebreak="id",
112459  unicodeslot=0xA39C,
112460 },
112461 [0xA39D]={
112462  category="lo",
112463  cjkwd="w",
112464  description="YI SYLLABLE NRE",
112465  direction="l",
112466  linebreak="id",
112467  unicodeslot=0xA39D,
112468 },
112469 [0xA39E]={
112470  category="lo",
112471  cjkwd="w",
112472  description="YI SYLLABLE NREP",
112473  direction="l",
112474  linebreak="id",
112475  unicodeslot=0xA39E,
112476 },
112477 [0xA39F]={
112478  category="lo",
112479  cjkwd="w",
112480  description="YI SYLLABLE NRUT",
112481  direction="l",
112482  linebreak="id",
112483  unicodeslot=0xA39F,
112484 },
112485 [0xA3A0]={
112486  category="lo",
112487  cjkwd="w",
112488  description="YI SYLLABLE NRUX",
112489  direction="l",
112490  linebreak="id",
112491  unicodeslot=0xA3A0,
112492 },
112493 [0xA3A1]={
112494  category="lo",
112495  cjkwd="w",
112496  description="YI SYLLABLE NRU",
112497  direction="l",
112498  linebreak="id",
112499  unicodeslot=0xA3A1,
112500 },
112501 [0xA3A2]={
112502  category="lo",
112503  cjkwd="w",
112504  description="YI SYLLABLE NRUP",
112505  direction="l",
112506  linebreak="id",
112507  unicodeslot=0xA3A2,
112508 },
112509 [0xA3A3]={
112510  category="lo",
112511  cjkwd="w",
112512  description="YI SYLLABLE NRURX",
112513  direction="l",
112514  linebreak="id",
112515  unicodeslot=0xA3A3,
112516 },
112517 [0xA3A4]={
112518  category="lo",
112519  cjkwd="w",
112520  description="YI SYLLABLE NRUR",
112521  direction="l",
112522  linebreak="id",
112523  unicodeslot=0xA3A4,
112524 },
112525 [0xA3A5]={
112526  category="lo",
112527  cjkwd="w",
112528  description="YI SYLLABLE NRYT",
112529  direction="l",
112530  linebreak="id",
112531  unicodeslot=0xA3A5,
112532 },
112533 [0xA3A6]={
112534  category="lo",
112535  cjkwd="w",
112536  description="YI SYLLABLE NRYX",
112537  direction="l",
112538  linebreak="id",
112539  unicodeslot=0xA3A6,
112540 },
112541 [0xA3A7]={
112542  category="lo",
112543  cjkwd="w",
112544  description="YI SYLLABLE NRY",
112545  direction="l",
112546  linebreak="id",
112547  unicodeslot=0xA3A7,
112548 },
112549 [0xA3A8]={
112550  category="lo",
112551  cjkwd="w",
112552  description="YI SYLLABLE NRYP",
112553  direction="l",
112554  linebreak="id",
112555  unicodeslot=0xA3A8,
112556 },
112557 [0xA3A9]={
112558  category="lo",
112559  cjkwd="w",
112560  description="YI SYLLABLE NRYRX",
112561  direction="l",
112562  linebreak="id",
112563  unicodeslot=0xA3A9,
112564 },
112565 [0xA3AA]={
112566  category="lo",
112567  cjkwd="w",
112568  description="YI SYLLABLE NRYR",
112569  direction="l",
112570  linebreak="id",
112571  unicodeslot=0xA3AA,
112572 },
112573 [0xA3AB]={
112574  category="lo",
112575  cjkwd="w",
112576  description="YI SYLLABLE SHAT",
112577  direction="l",
112578  linebreak="id",
112579  unicodeslot=0xA3AB,
112580 },
112581 [0xA3AC]={
112582  category="lo",
112583  cjkwd="w",
112584  description="YI SYLLABLE SHAX",
112585  direction="l",
112586  linebreak="id",
112587  unicodeslot=0xA3AC,
112588 },
112589 [0xA3AD]={
112590  category="lo",
112591  cjkwd="w",
112592  description="YI SYLLABLE SHA",
112593  direction="l",
112594  linebreak="id",
112595  unicodeslot=0xA3AD,
112596 },
112597 [0xA3AE]={
112598  category="lo",
112599  cjkwd="w",
112600  description="YI SYLLABLE SHAP",
112601  direction="l",
112602  linebreak="id",
112603  unicodeslot=0xA3AE,
112604 },
112605 [0xA3AF]={
112606  category="lo",
112607  cjkwd="w",
112608  description="YI SYLLABLE SHUOX",
112609  direction="l",
112610  linebreak="id",
112611  unicodeslot=0xA3AF,
112612 },
112613 [0xA3B0]={
112614  category="lo",
112615  cjkwd="w",
112616  description="YI SYLLABLE SHUO",
112617  direction="l",
112618  linebreak="id",
112619  unicodeslot=0xA3B0,
112620 },
112621 [0xA3B1]={
112622  category="lo",
112623  cjkwd="w",
112624  description="YI SYLLABLE SHUOP",
112625  direction="l",
112626  linebreak="id",
112627  unicodeslot=0xA3B1,
112628 },
112629 [0xA3B2]={
112630  category="lo",
112631  cjkwd="w",
112632  description="YI SYLLABLE SHOT",
112633  direction="l",
112634  linebreak="id",
112635  unicodeslot=0xA3B2,
112636 },
112637 [0xA3B3]={
112638  category="lo",
112639  cjkwd="w",
112640  description="YI SYLLABLE SHOX",
112641  direction="l",
112642  linebreak="id",
112643  unicodeslot=0xA3B3,
112644 },
112645 [0xA3B4]={
112646  category="lo",
112647  cjkwd="w",
112648  description="YI SYLLABLE SHO",
112649  direction="l",
112650  linebreak="id",
112651  unicodeslot=0xA3B4,
112652 },
112653 [0xA3B5]={
112654  category="lo",
112655  cjkwd="w",
112656  description="YI SYLLABLE SHOP",
112657  direction="l",
112658  linebreak="id",
112659  unicodeslot=0xA3B5,
112660 },
112661 [0xA3B6]={
112662  category="lo",
112663  cjkwd="w",
112664  description="YI SYLLABLE SHET",
112665  direction="l",
112666  linebreak="id",
112667  unicodeslot=0xA3B6,
112668 },
112669 [0xA3B7]={
112670  category="lo",
112671  cjkwd="w",
112672  description="YI SYLLABLE SHEX",
112673  direction="l",
112674  linebreak="id",
112675  unicodeslot=0xA3B7,
112676 },
112677 [0xA3B8]={
112678  category="lo",
112679  cjkwd="w",
112680  description="YI SYLLABLE SHE",
112681  direction="l",
112682  linebreak="id",
112683  unicodeslot=0xA3B8,
112684 },
112685 [0xA3B9]={
112686  category="lo",
112687  cjkwd="w",
112688  description="YI SYLLABLE SHEP",
112689  direction="l",
112690  linebreak="id",
112691  unicodeslot=0xA3B9,
112692 },
112693 [0xA3BA]={
112694  category="lo",
112695  cjkwd="w",
112696  description="YI SYLLABLE SHUT",
112697  direction="l",
112698  linebreak="id",
112699  unicodeslot=0xA3BA,
112700 },
112701 [0xA3BB]={
112702  category="lo",
112703  cjkwd="w",
112704  description="YI SYLLABLE SHUX",
112705  direction="l",
112706  linebreak="id",
112707  unicodeslot=0xA3BB,
112708 },
112709 [0xA3BC]={
112710  category="lo",
112711  cjkwd="w",
112712  description="YI SYLLABLE SHU",
112713  direction="l",
112714  linebreak="id",
112715  unicodeslot=0xA3BC,
112716 },
112717 [0xA3BD]={
112718  category="lo",
112719  cjkwd="w",
112720  description="YI SYLLABLE SHUP",
112721  direction="l",
112722  linebreak="id",
112723  unicodeslot=0xA3BD,
112724 },
112725 [0xA3BE]={
112726  category="lo",
112727  cjkwd="w",
112728  description="YI SYLLABLE SHURX",
112729  direction="l",
112730  linebreak="id",
112731  unicodeslot=0xA3BE,
112732 },
112733 [0xA3BF]={
112734  category="lo",
112735  cjkwd="w",
112736  description="YI SYLLABLE SHUR",
112737  direction="l",
112738  linebreak="id",
112739  unicodeslot=0xA3BF,
112740 },
112741 [0xA3C0]={
112742  category="lo",
112743  cjkwd="w",
112744  description="YI SYLLABLE SHYT",
112745  direction="l",
112746  linebreak="id",
112747  unicodeslot=0xA3C0,
112748 },
112749 [0xA3C1]={
112750  category="lo",
112751  cjkwd="w",
112752  description="YI SYLLABLE SHYX",
112753  direction="l",
112754  linebreak="id",
112755  unicodeslot=0xA3C1,
112756 },
112757 [0xA3C2]={
112758  category="lo",
112759  cjkwd="w",
112760  description="YI SYLLABLE SHY",
112761  direction="l",
112762  linebreak="id",
112763  unicodeslot=0xA3C2,
112764 },
112765 [0xA3C3]={
112766  category="lo",
112767  cjkwd="w",
112768  description="YI SYLLABLE SHYP",
112769  direction="l",
112770  linebreak="id",
112771  unicodeslot=0xA3C3,
112772 },
112773 [0xA3C4]={
112774  category="lo",
112775  cjkwd="w",
112776  description="YI SYLLABLE SHYRX",
112777  direction="l",
112778  linebreak="id",
112779  unicodeslot=0xA3C4,
112780 },
112781 [0xA3C5]={
112782  category="lo",
112783  cjkwd="w",
112784  description="YI SYLLABLE SHYR",
112785  direction="l",
112786  linebreak="id",
112787  unicodeslot=0xA3C5,
112788 },
112789 [0xA3C6]={
112790  category="lo",
112791  cjkwd="w",
112792  description="YI SYLLABLE RAT",
112793  direction="l",
112794  linebreak="id",
112795  unicodeslot=0xA3C6,
112796 },
112797 [0xA3C7]={
112798  category="lo",
112799  cjkwd="w",
112800  description="YI SYLLABLE RAX",
112801  direction="l",
112802  linebreak="id",
112803  unicodeslot=0xA3C7,
112804 },
112805 [0xA3C8]={
112806  category="lo",
112807  cjkwd="w",
112808  description="YI SYLLABLE RA",
112809  direction="l",
112810  linebreak="id",
112811  unicodeslot=0xA3C8,
112812 },
112813 [0xA3C9]={
112814  category="lo",
112815  cjkwd="w",
112816  description="YI SYLLABLE RAP",
112817  direction="l",
112818  linebreak="id",
112819  unicodeslot=0xA3C9,
112820 },
112821 [0xA3CA]={
112822  category="lo",
112823  cjkwd="w",
112824  description="YI SYLLABLE RUOX",
112825  direction="l",
112826  linebreak="id",
112827  unicodeslot=0xA3CA,
112828 },
112829 [0xA3CB]={
112830  category="lo",
112831  cjkwd="w",
112832  description="YI SYLLABLE RUO",
112833  direction="l",
112834  linebreak="id",
112835  unicodeslot=0xA3CB,
112836 },
112837 [0xA3CC]={
112838  category="lo",
112839  cjkwd="w",
112840  description="YI SYLLABLE RUOP",
112841  direction="l",
112842  linebreak="id",
112843  unicodeslot=0xA3CC,
112844 },
112845 [0xA3CD]={
112846  category="lo",
112847  cjkwd="w",
112848  description="YI SYLLABLE ROT",
112849  direction="l",
112850  linebreak="id",
112851  unicodeslot=0xA3CD,
112852 },
112853 [0xA3CE]={
112854  category="lo",
112855  cjkwd="w",
112856  description="YI SYLLABLE ROX",
112857  direction="l",
112858  linebreak="id",
112859  unicodeslot=0xA3CE,
112860 },
112861 [0xA3CF]={
112862  category="lo",
112863  cjkwd="w",
112864  description="YI SYLLABLE RO",
112865  direction="l",
112866  linebreak="id",
112867  unicodeslot=0xA3CF,
112868 },
112869 [0xA3D0]={
112870  category="lo",
112871  cjkwd="w",
112872  description="YI SYLLABLE ROP",
112873  direction="l",
112874  linebreak="id",
112875  unicodeslot=0xA3D0,
112876 },
112877 [0xA3D1]={
112878  category="lo",
112879  cjkwd="w",
112880  description="YI SYLLABLE REX",
112881  direction="l",
112882  linebreak="id",
112883  unicodeslot=0xA3D1,
112884 },
112885 [0xA3D2]={
112886  category="lo",
112887  cjkwd="w",
112888  description="YI SYLLABLE RE",
112889  direction="l",
112890  linebreak="id",
112891  unicodeslot=0xA3D2,
112892 },
112893 [0xA3D3]={
112894  category="lo",
112895  cjkwd="w",
112896  description="YI SYLLABLE REP",
112897  direction="l",
112898  linebreak="id",
112899  unicodeslot=0xA3D3,
112900 },
112901 [0xA3D4]={
112902  category="lo",
112903  cjkwd="w",
112904  description="YI SYLLABLE RUT",
112905  direction="l",
112906  linebreak="id",
112907  unicodeslot=0xA3D4,
112908 },
112909 [0xA3D5]={
112910  category="lo",
112911  cjkwd="w",
112912  description="YI SYLLABLE RUX",
112913  direction="l",
112914  linebreak="id",
112915  unicodeslot=0xA3D5,
112916 },
112917 [0xA3D6]={
112918  category="lo",
112919  cjkwd="w",
112920  description="YI SYLLABLE RU",
112921  direction="l",
112922  linebreak="id",
112923  unicodeslot=0xA3D6,
112924 },
112925 [0xA3D7]={
112926  category="lo",
112927  cjkwd="w",
112928  description="YI SYLLABLE RUP",
112929  direction="l",
112930  linebreak="id",
112931  unicodeslot=0xA3D7,
112932 },
112933 [0xA3D8]={
112934  category="lo",
112935  cjkwd="w",
112936  description="YI SYLLABLE RURX",
112937  direction="l",
112938  linebreak="id",
112939  unicodeslot=0xA3D8,
112940 },
112941 [0xA3D9]={
112942  category="lo",
112943  cjkwd="w",
112944  description="YI SYLLABLE RUR",
112945  direction="l",
112946  linebreak="id",
112947  unicodeslot=0xA3D9,
112948 },
112949 [0xA3DA]={
112950  category="lo",
112951  cjkwd="w",
112952  description="YI SYLLABLE RYT",
112953  direction="l",
112954  linebreak="id",
112955  unicodeslot=0xA3DA,
112956 },
112957 [0xA3DB]={
112958  category="lo",
112959  cjkwd="w",
112960  description="YI SYLLABLE RYX",
112961  direction="l",
112962  linebreak="id",
112963  unicodeslot=0xA3DB,
112964 },
112965 [0xA3DC]={
112966  category="lo",
112967  cjkwd="w",
112968  description="YI SYLLABLE RY",
112969  direction="l",
112970  linebreak="id",
112971  unicodeslot=0xA3DC,
112972 },
112973 [0xA3DD]={
112974  category="lo",
112975  cjkwd="w",
112976  description="YI SYLLABLE RYP",
112977  direction="l",
112978  linebreak="id",
112979  unicodeslot=0xA3DD,
112980 },
112981 [0xA3DE]={
112982  category="lo",
112983  cjkwd="w",
112984  description="YI SYLLABLE RYRX",
112985  direction="l",
112986  linebreak="id",
112987  unicodeslot=0xA3DE,
112988 },
112989 [0xA3DF]={
112990  category="lo",
112991  cjkwd="w",
112992  description="YI SYLLABLE RYR",
112993  direction="l",
112994  linebreak="id",
112995  unicodeslot=0xA3DF,
112996 },
112997 [0xA3E0]={
112998  category="lo",
112999  cjkwd="w",
113000  description="YI SYLLABLE JIT",
113001  direction="l",
113002  linebreak="id",
113003  unicodeslot=0xA3E0,
113004 },
113005 [0xA3E1]={
113006  category="lo",
113007  cjkwd="w",
113008  description="YI SYLLABLE JIX",
113009  direction="l",
113010  linebreak="id",
113011  unicodeslot=0xA3E1,
113012 },
113013 [0xA3E2]={
113014  category="lo",
113015  cjkwd="w",
113016  description="YI SYLLABLE JI",
113017  direction="l",
113018  linebreak="id",
113019  unicodeslot=0xA3E2,
113020 },
113021 [0xA3E3]={
113022  category="lo",
113023  cjkwd="w",
113024  description="YI SYLLABLE JIP",
113025  direction="l",
113026  linebreak="id",
113027  unicodeslot=0xA3E3,
113028 },
113029 [0xA3E4]={
113030  category="lo",
113031  cjkwd="w",
113032  description="YI SYLLABLE JIET",
113033  direction="l",
113034  linebreak="id",
113035  unicodeslot=0xA3E4,
113036 },
113037 [0xA3E5]={
113038  category="lo",
113039  cjkwd="w",
113040  description="YI SYLLABLE JIEX",
113041  direction="l",
113042  linebreak="id",
113043  unicodeslot=0xA3E5,
113044 },
113045 [0xA3E6]={
113046  category="lo",
113047  cjkwd="w",
113048  description="YI SYLLABLE JIE",
113049  direction="l",
113050  linebreak="id",
113051  unicodeslot=0xA3E6,
113052 },
113053 [0xA3E7]={
113054  category="lo",
113055  cjkwd="w",
113056  description="YI SYLLABLE JIEP",
113057  direction="l",
113058  linebreak="id",
113059  unicodeslot=0xA3E7,
113060 },
113061 [0xA3E8]={
113062  category="lo",
113063  cjkwd="w",
113064  description="YI SYLLABLE JUOT",
113065  direction="l",
113066  linebreak="id",
113067  unicodeslot=0xA3E8,
113068 },
113069 [0xA3E9]={
113070  category="lo",
113071  cjkwd="w",
113072  description="YI SYLLABLE JUOX",
113073  direction="l",
113074  linebreak="id",
113075  unicodeslot=0xA3E9,
113076 },
113077 [0xA3EA]={
113078  category="lo",
113079  cjkwd="w",
113080  description="YI SYLLABLE JUO",
113081  direction="l",
113082  linebreak="id",
113083  unicodeslot=0xA3EA,
113084 },
113085 [0xA3EB]={
113086  category="lo",
113087  cjkwd="w",
113088  description="YI SYLLABLE JUOP",
113089  direction="l",
113090  linebreak="id",
113091  unicodeslot=0xA3EB,
113092 },
113093 [0xA3EC]={
113094  category="lo",
113095  cjkwd="w",
113096  description="YI SYLLABLE JOT",
113097  direction="l",
113098  linebreak="id",
113099  unicodeslot=0xA3EC,
113100 },
113101 [0xA3ED]={
113102  category="lo",
113103  cjkwd="w",
113104  description="YI SYLLABLE JOX",
113105  direction="l",
113106  linebreak="id",
113107  unicodeslot=0xA3ED,
113108 },
113109 [0xA3EE]={
113110  category="lo",
113111  cjkwd="w",
113112  description="YI SYLLABLE JO",
113113  direction="l",
113114  linebreak="id",
113115  unicodeslot=0xA3EE,
113116 },
113117 [0xA3EF]={
113118  category="lo",
113119  cjkwd="w",
113120  description="YI SYLLABLE JOP",
113121  direction="l",
113122  linebreak="id",
113123  unicodeslot=0xA3EF,
113124 },
113125 [0xA3F0]={
113126  category="lo",
113127  cjkwd="w",
113128  description="YI SYLLABLE JUT",
113129  direction="l",
113130  linebreak="id",
113131  unicodeslot=0xA3F0,
113132 },
113133 [0xA3F1]={
113134  category="lo",
113135  cjkwd="w",
113136  description="YI SYLLABLE JUX",
113137  direction="l",
113138  linebreak="id",
113139  unicodeslot=0xA3F1,
113140 },
113141 [0xA3F2]={
113142  category="lo",
113143  cjkwd="w",
113144  description="YI SYLLABLE JU",
113145  direction="l",
113146  linebreak="id",
113147  unicodeslot=0xA3F2,
113148 },
113149 [0xA3F3]={
113150  category="lo",
113151  cjkwd="w",
113152  description="YI SYLLABLE JUP",
113153  direction="l",
113154  linebreak="id",
113155  unicodeslot=0xA3F3,
113156 },
113157 [0xA3F4]={
113158  category="lo",
113159  cjkwd="w",
113160  description="YI SYLLABLE JURX",
113161  direction="l",
113162  linebreak="id",
113163  unicodeslot=0xA3F4,
113164 },
113165 [0xA3F5]={
113166  category="lo",
113167  cjkwd="w",
113168  description="YI SYLLABLE JUR",
113169  direction="l",
113170  linebreak="id",
113171  unicodeslot=0xA3F5,
113172 },
113173 [0xA3F6]={
113174  category="lo",
113175  cjkwd="w",
113176  description="YI SYLLABLE JYT",
113177  direction="l",
113178  linebreak="id",
113179  unicodeslot=0xA3F6,
113180 },
113181 [0xA3F7]={
113182  category="lo",
113183  cjkwd="w",
113184  description="YI SYLLABLE JYX",
113185  direction="l",
113186  linebreak="id",
113187  unicodeslot=0xA3F7,
113188 },
113189 [0xA3F8]={
113190  category="lo",
113191  cjkwd="w",
113192  description="YI SYLLABLE JY",
113193  direction="l",
113194  linebreak="id",
113195  unicodeslot=0xA3F8,
113196 },
113197 [0xA3F9]={
113198  category="lo",
113199  cjkwd="w",
113200  description="YI SYLLABLE JYP",
113201  direction="l",
113202  linebreak="id",
113203  unicodeslot=0xA3F9,
113204 },
113205 [0xA3FA]={
113206  category="lo",
113207  cjkwd="w",
113208  description="YI SYLLABLE JYRX",
113209  direction="l",
113210  linebreak="id",
113211  unicodeslot=0xA3FA,
113212 },
113213 [0xA3FB]={
113214  category="lo",
113215  cjkwd="w",
113216  description="YI SYLLABLE JYR",
113217  direction="l",
113218  linebreak="id",
113219  unicodeslot=0xA3FB,
113220 },
113221 [0xA3FC]={
113222  category="lo",
113223  cjkwd="w",
113224  description="YI SYLLABLE QIT",
113225  direction="l",
113226  linebreak="id",
113227  unicodeslot=0xA3FC,
113228 },
113229 [0xA3FD]={
113230  category="lo",
113231  cjkwd="w",
113232  description="YI SYLLABLE QIX",
113233  direction="l",
113234  linebreak="id",
113235  unicodeslot=0xA3FD,
113236 },
113237 [0xA3FE]={
113238  category="lo",
113239  cjkwd="w",
113240  description="YI SYLLABLE QI",
113241  direction="l",
113242  linebreak="id",
113243  unicodeslot=0xA3FE,
113244 },
113245 [0xA3FF]={
113246  category="lo",
113247  cjkwd="w",
113248  description="YI SYLLABLE QIP",
113249  direction="l",
113250  linebreak="id",
113251  unicodeslot=0xA3FF,
113252 },
113253 [0xA400]={
113254  category="lo",
113255  cjkwd="w",
113256  description="YI SYLLABLE QIET",
113257  direction="l",
113258  linebreak="id",
113259  unicodeslot=0xA400,
113260 },
113261 [0xA401]={
113262  category="lo",
113263  cjkwd="w",
113264  description="YI SYLLABLE QIEX",
113265  direction="l",
113266  linebreak="id",
113267  unicodeslot=0xA401,
113268 },
113269 [0xA402]={
113270  category="lo",
113271  cjkwd="w",
113272  description="YI SYLLABLE QIE",
113273  direction="l",
113274  linebreak="id",
113275  unicodeslot=0xA402,
113276 },
113277 [0xA403]={
113278  category="lo",
113279  cjkwd="w",
113280  description="YI SYLLABLE QIEP",
113281  direction="l",
113282  linebreak="id",
113283  unicodeslot=0xA403,
113284 },
113285 [0xA404]={
113286  category="lo",
113287  cjkwd="w",
113288  description="YI SYLLABLE QUOT",
113289  direction="l",
113290  linebreak="id",
113291  unicodeslot=0xA404,
113292 },
113293 [0xA405]={
113294  category="lo",
113295  cjkwd="w",
113296  description="YI SYLLABLE QUOX",
113297  direction="l",
113298  linebreak="id",
113299  unicodeslot=0xA405,
113300 },
113301 [0xA406]={
113302  category="lo",
113303  cjkwd="w",
113304  description="YI SYLLABLE QUO",
113305  direction="l",
113306  linebreak="id",
113307  unicodeslot=0xA406,
113308 },
113309 [0xA407]={
113310  category="lo",
113311  cjkwd="w",
113312  description="YI SYLLABLE QUOP",
113313  direction="l",
113314  linebreak="id",
113315  unicodeslot=0xA407,
113316 },
113317 [0xA408]={
113318  category="lo",
113319  cjkwd="w",
113320  description="YI SYLLABLE QOT",
113321  direction="l",
113322  linebreak="id",
113323  unicodeslot=0xA408,
113324 },
113325 [0xA409]={
113326  category="lo",
113327  cjkwd="w",
113328  description="YI SYLLABLE QOX",
113329  direction="l",
113330  linebreak="id",
113331  unicodeslot=0xA409,
113332 },
113333 [0xA40A]={
113334  category="lo",
113335  cjkwd="w",
113336  description="YI SYLLABLE QO",
113337  direction="l",
113338  linebreak="id",
113339  unicodeslot=0xA40A,
113340 },
113341 [0xA40B]={
113342  category="lo",
113343  cjkwd="w",
113344  description="YI SYLLABLE QOP",
113345  direction="l",
113346  linebreak="id",
113347  unicodeslot=0xA40B,
113348 },
113349 [0xA40C]={
113350  category="lo",
113351  cjkwd="w",
113352  description="YI SYLLABLE QUT",
113353  direction="l",
113354  linebreak="id",
113355  unicodeslot=0xA40C,
113356 },
113357 [0xA40D]={
113358  category="lo",
113359  cjkwd="w",
113360  description="YI SYLLABLE QUX",
113361  direction="l",
113362  linebreak="id",
113363  unicodeslot=0xA40D,
113364 },
113365 [0xA40E]={
113366  category="lo",
113367  cjkwd="w",
113368  description="YI SYLLABLE QU",
113369  direction="l",
113370  linebreak="id",
113371  unicodeslot=0xA40E,
113372 },
113373 [0xA40F]={
113374  category="lo",
113375  cjkwd="w",
113376  description="YI SYLLABLE QUP",
113377  direction="l",
113378  linebreak="id",
113379  unicodeslot=0xA40F,
113380 },
113381 [0xA410]={
113382  category="lo",
113383  cjkwd="w",
113384  description="YI SYLLABLE QURX",
113385  direction="l",
113386  linebreak="id",
113387  unicodeslot=0xA410,
113388 },
113389 [0xA411]={
113390  category="lo",
113391  cjkwd="w",
113392  description="YI SYLLABLE QUR",
113393  direction="l",
113394  linebreak="id",
113395  unicodeslot=0xA411,
113396 },
113397 [0xA412]={
113398  category="lo",
113399  cjkwd="w",
113400  description="YI SYLLABLE QYT",
113401  direction="l",
113402  linebreak="id",
113403  unicodeslot=0xA412,
113404 },
113405 [0xA413]={
113406  category="lo",
113407  cjkwd="w",
113408  description="YI SYLLABLE QYX",
113409  direction="l",
113410  linebreak="id",
113411  unicodeslot=0xA413,
113412 },
113413 [0xA414]={
113414  category="lo",
113415  cjkwd="w",
113416  description="YI SYLLABLE QY",
113417  direction="l",
113418  linebreak="id",
113419  unicodeslot=0xA414,
113420 },
113421 [0xA415]={
113422  category="lo",
113423  cjkwd="w",
113424  description="YI SYLLABLE QYP",
113425  direction="l",
113426  linebreak="id",
113427  unicodeslot=0xA415,
113428 },
113429 [0xA416]={
113430  category="lo",
113431  cjkwd="w",
113432  description="YI SYLLABLE QYRX",
113433  direction="l",
113434  linebreak="id",
113435  unicodeslot=0xA416,
113436 },
113437 [0xA417]={
113438  category="lo",
113439  cjkwd="w",
113440  description="YI SYLLABLE QYR",
113441  direction="l",
113442  linebreak="id",
113443  unicodeslot=0xA417,
113444 },
113445 [0xA418]={
113446  category="lo",
113447  cjkwd="w",
113448  description="YI SYLLABLE JJIT",
113449  direction="l",
113450  linebreak="id",
113451  unicodeslot=0xA418,
113452 },
113453 [0xA419]={
113454  category="lo",
113455  cjkwd="w",
113456  description="YI SYLLABLE JJIX",
113457  direction="l",
113458  linebreak="id",
113459  unicodeslot=0xA419,
113460 },
113461 [0xA41A]={
113462  category="lo",
113463  cjkwd="w",
113464  description="YI SYLLABLE JJI",
113465  direction="l",
113466  linebreak="id",
113467  unicodeslot=0xA41A,
113468 },
113469 [0xA41B]={
113470  category="lo",
113471  cjkwd="w",
113472  description="YI SYLLABLE JJIP",
113473  direction="l",
113474  linebreak="id",
113475  unicodeslot=0xA41B,
113476 },
113477 [0xA41C]={
113478  category="lo",
113479  cjkwd="w",
113480  description="YI SYLLABLE JJIET",
113481  direction="l",
113482  linebreak="id",
113483  unicodeslot=0xA41C,
113484 },
113485 [0xA41D]={
113486  category="lo",
113487  cjkwd="w",
113488  description="YI SYLLABLE JJIEX",
113489  direction="l",
113490  linebreak="id",
113491  unicodeslot=0xA41D,
113492 },
113493 [0xA41E]={
113494  category="lo",
113495  cjkwd="w",
113496  description="YI SYLLABLE JJIE",
113497  direction="l",
113498  linebreak="id",
113499  unicodeslot=0xA41E,
113500 },
113501 [0xA41F]={
113502  category="lo",
113503  cjkwd="w",
113504  description="YI SYLLABLE JJIEP",
113505  direction="l",
113506  linebreak="id",
113507  unicodeslot=0xA41F,
113508 },
113509 [0xA420]={
113510  category="lo",
113511  cjkwd="w",
113512  description="YI SYLLABLE JJUOX",
113513  direction="l",
113514  linebreak="id",
113515  unicodeslot=0xA420,
113516 },
113517 [0xA421]={
113518  category="lo",
113519  cjkwd="w",
113520  description="YI SYLLABLE JJUO",
113521  direction="l",
113522  linebreak="id",
113523  unicodeslot=0xA421,
113524 },
113525 [0xA422]={
113526  category="lo",
113527  cjkwd="w",
113528  description="YI SYLLABLE JJUOP",
113529  direction="l",
113530  linebreak="id",
113531  unicodeslot=0xA422,
113532 },
113533 [0xA423]={
113534  category="lo",
113535  cjkwd="w",
113536  description="YI SYLLABLE JJOT",
113537  direction="l",
113538  linebreak="id",
113539  unicodeslot=0xA423,
113540 },
113541 [0xA424]={
113542  category="lo",
113543  cjkwd="w",
113544  description="YI SYLLABLE JJOX",
113545  direction="l",
113546  linebreak="id",
113547  unicodeslot=0xA424,
113548 },
113549 [0xA425]={
113550  category="lo",
113551  cjkwd="w",
113552  description="YI SYLLABLE JJO",
113553  direction="l",
113554  linebreak="id",
113555  unicodeslot=0xA425,
113556 },
113557 [0xA426]={
113558  category="lo",
113559  cjkwd="w",
113560  description="YI SYLLABLE JJOP",
113561  direction="l",
113562  linebreak="id",
113563  unicodeslot=0xA426,
113564 },
113565 [0xA427]={
113566  category="lo",
113567  cjkwd="w",
113568  description="YI SYLLABLE JJUT",
113569  direction="l",
113570  linebreak="id",
113571  unicodeslot=0xA427,
113572 },
113573 [0xA428]={
113574  category="lo",
113575  cjkwd="w",
113576  description="YI SYLLABLE JJUX",
113577  direction="l",
113578  linebreak="id",
113579  unicodeslot=0xA428,
113580 },
113581 [0xA429]={
113582  category="lo",
113583  cjkwd="w",
113584  description="YI SYLLABLE JJU",
113585  direction="l",
113586  linebreak="id",
113587  unicodeslot=0xA429,
113588 },
113589 [0xA42A]={
113590  category="lo",
113591  cjkwd="w",
113592  description="YI SYLLABLE JJUP",
113593  direction="l",
113594  linebreak="id",
113595  unicodeslot=0xA42A,
113596 },
113597 [0xA42B]={
113598  category="lo",
113599  cjkwd="w",
113600  description="YI SYLLABLE JJURX",
113601  direction="l",
113602  linebreak="id",
113603  unicodeslot=0xA42B,
113604 },
113605 [0xA42C]={
113606  category="lo",
113607  cjkwd="w",
113608  description="YI SYLLABLE JJUR",
113609  direction="l",
113610  linebreak="id",
113611  unicodeslot=0xA42C,
113612 },
113613 [0xA42D]={
113614  category="lo",
113615  cjkwd="w",
113616  description="YI SYLLABLE JJYT",
113617  direction="l",
113618  linebreak="id",
113619  unicodeslot=0xA42D,
113620 },
113621 [0xA42E]={
113622  category="lo",
113623  cjkwd="w",
113624  description="YI SYLLABLE JJYX",
113625  direction="l",
113626  linebreak="id",
113627  unicodeslot=0xA42E,
113628 },
113629 [0xA42F]={
113630  category="lo",
113631  cjkwd="w",
113632  description="YI SYLLABLE JJY",
113633  direction="l",
113634  linebreak="id",
113635  unicodeslot=0xA42F,
113636 },
113637 [0xA430]={
113638  category="lo",
113639  cjkwd="w",
113640  description="YI SYLLABLE JJYP",
113641  direction="l",
113642  linebreak="id",
113643  unicodeslot=0xA430,
113644 },
113645 [0xA431]={
113646  category="lo",
113647  cjkwd="w",
113648  description="YI SYLLABLE NJIT",
113649  direction="l",
113650  linebreak="id",
113651  unicodeslot=0xA431,
113652 },
113653 [0xA432]={
113654  category="lo",
113655  cjkwd="w",
113656  description="YI SYLLABLE NJIX",
113657  direction="l",
113658  linebreak="id",
113659  unicodeslot=0xA432,
113660 },
113661 [0xA433]={
113662  category="lo",
113663  cjkwd="w",
113664  description="YI SYLLABLE NJI",
113665  direction="l",
113666  linebreak="id",
113667  unicodeslot=0xA433,
113668 },
113669 [0xA434]={
113670  category="lo",
113671  cjkwd="w",
113672  description="YI SYLLABLE NJIP",
113673  direction="l",
113674  linebreak="id",
113675  unicodeslot=0xA434,
113676 },
113677 [0xA435]={
113678  category="lo",
113679  cjkwd="w",
113680  description="YI SYLLABLE NJIET",
113681  direction="l",
113682  linebreak="id",
113683  unicodeslot=0xA435,
113684 },
113685 [0xA436]={
113686  category="lo",
113687  cjkwd="w",
113688  description="YI SYLLABLE NJIEX",
113689  direction="l",
113690  linebreak="id",
113691  unicodeslot=0xA436,
113692 },
113693 [0xA437]={
113694  category="lo",
113695  cjkwd="w",
113696  description="YI SYLLABLE NJIE",
113697  direction="l",
113698  linebreak="id",
113699  unicodeslot=0xA437,
113700 },
113701 [0xA438]={
113702  category="lo",
113703  cjkwd="w",
113704  description="YI SYLLABLE NJIEP",
113705  direction="l",
113706  linebreak="id",
113707  unicodeslot=0xA438,
113708 },
113709 [0xA439]={
113710  category="lo",
113711  cjkwd="w",
113712  description="YI SYLLABLE NJUOX",
113713  direction="l",
113714  linebreak="id",
113715  unicodeslot=0xA439,
113716 },
113717 [0xA43A]={
113718  category="lo",
113719  cjkwd="w",
113720  description="YI SYLLABLE NJUO",
113721  direction="l",
113722  linebreak="id",
113723  unicodeslot=0xA43A,
113724 },
113725 [0xA43B]={
113726  category="lo",
113727  cjkwd="w",
113728  description="YI SYLLABLE NJOT",
113729  direction="l",
113730  linebreak="id",
113731  unicodeslot=0xA43B,
113732 },
113733 [0xA43C]={
113734  category="lo",
113735  cjkwd="w",
113736  description="YI SYLLABLE NJOX",
113737  direction="l",
113738  linebreak="id",
113739  unicodeslot=0xA43C,
113740 },
113741 [0xA43D]={
113742  category="lo",
113743  cjkwd="w",
113744  description="YI SYLLABLE NJO",
113745  direction="l",
113746  linebreak="id",
113747  unicodeslot=0xA43D,
113748 },
113749 [0xA43E]={
113750  category="lo",
113751  cjkwd="w",
113752  description="YI SYLLABLE NJOP",
113753  direction="l",
113754  linebreak="id",
113755  unicodeslot=0xA43E,
113756 },
113757 [0xA43F]={
113758  category="lo",
113759  cjkwd="w",
113760  description="YI SYLLABLE NJUX",
113761  direction="l",
113762  linebreak="id",
113763  unicodeslot=0xA43F,
113764 },
113765 [0xA440]={
113766  category="lo",
113767  cjkwd="w",
113768  description="YI SYLLABLE NJU",
113769  direction="l",
113770  linebreak="id",
113771  unicodeslot=0xA440,
113772 },
113773 [0xA441]={
113774  category="lo",
113775  cjkwd="w",
113776  description="YI SYLLABLE NJUP",
113777  direction="l",
113778  linebreak="id",
113779  unicodeslot=0xA441,
113780 },
113781 [0xA442]={
113782  category="lo",
113783  cjkwd="w",
113784  description="YI SYLLABLE NJURX",
113785  direction="l",
113786  linebreak="id",
113787  unicodeslot=0xA442,
113788 },
113789 [0xA443]={
113790  category="lo",
113791  cjkwd="w",
113792  description="YI SYLLABLE NJUR",
113793  direction="l",
113794  linebreak="id",
113795  unicodeslot=0xA443,
113796 },
113797 [0xA444]={
113798  category="lo",
113799  cjkwd="w",
113800  description="YI SYLLABLE NJYT",
113801  direction="l",
113802  linebreak="id",
113803  unicodeslot=0xA444,
113804 },
113805 [0xA445]={
113806  category="lo",
113807  cjkwd="w",
113808  description="YI SYLLABLE NJYX",
113809  direction="l",
113810  linebreak="id",
113811  unicodeslot=0xA445,
113812 },
113813 [0xA446]={
113814  category="lo",
113815  cjkwd="w",
113816  description="YI SYLLABLE NJY",
113817  direction="l",
113818  linebreak="id",
113819  unicodeslot=0xA446,
113820 },
113821 [0xA447]={
113822  category="lo",
113823  cjkwd="w",
113824  description="YI SYLLABLE NJYP",
113825  direction="l",
113826  linebreak="id",
113827  unicodeslot=0xA447,
113828 },
113829 [0xA448]={
113830  category="lo",
113831  cjkwd="w",
113832  description="YI SYLLABLE NJYRX",
113833  direction="l",
113834  linebreak="id",
113835  unicodeslot=0xA448,
113836 },
113837 [0xA449]={
113838  category="lo",
113839  cjkwd="w",
113840  description="YI SYLLABLE NJYR",
113841  direction="l",
113842  linebreak="id",
113843  unicodeslot=0xA449,
113844 },
113845 [0xA44A]={
113846  category="lo",
113847  cjkwd="w",
113848  description="YI SYLLABLE NYIT",
113849  direction="l",
113850  linebreak="id",
113851  unicodeslot=0xA44A,
113852 },
113853 [0xA44B]={
113854  category="lo",
113855  cjkwd="w",
113856  description="YI SYLLABLE NYIX",
113857  direction="l",
113858  linebreak="id",
113859  unicodeslot=0xA44B,
113860 },
113861 [0xA44C]={
113862  category="lo",
113863  cjkwd="w",
113864  description="YI SYLLABLE NYI",
113865  direction="l",
113866  linebreak="id",
113867  unicodeslot=0xA44C,
113868 },
113869 [0xA44D]={
113870  category="lo",
113871  cjkwd="w",
113872  description="YI SYLLABLE NYIP",
113873  direction="l",
113874  linebreak="id",
113875  unicodeslot=0xA44D,
113876 },
113877 [0xA44E]={
113878  category="lo",
113879  cjkwd="w",
113880  description="YI SYLLABLE NYIET",
113881  direction="l",
113882  linebreak="id",
113883  unicodeslot=0xA44E,
113884 },
113885 [0xA44F]={
113886  category="lo",
113887  cjkwd="w",
113888  description="YI SYLLABLE NYIEX",
113889  direction="l",
113890  linebreak="id",
113891  unicodeslot=0xA44F,
113892 },
113893 [0xA450]={
113894  category="lo",
113895  cjkwd="w",
113896  description="YI SYLLABLE NYIE",
113897  direction="l",
113898  linebreak="id",
113899  unicodeslot=0xA450,
113900 },
113901 [0xA451]={
113902  category="lo",
113903  cjkwd="w",
113904  description="YI SYLLABLE NYIEP",
113905  direction="l",
113906  linebreak="id",
113907  unicodeslot=0xA451,
113908 },
113909 [0xA452]={
113910  category="lo",
113911  cjkwd="w",
113912  description="YI SYLLABLE NYUOX",
113913  direction="l",
113914  linebreak="id",
113915  unicodeslot=0xA452,
113916 },
113917 [0xA453]={
113918  category="lo",
113919  cjkwd="w",
113920  description="YI SYLLABLE NYUO",
113921  direction="l",
113922  linebreak="id",
113923  unicodeslot=0xA453,
113924 },
113925 [0xA454]={
113926  category="lo",
113927  cjkwd="w",
113928  description="YI SYLLABLE NYUOP",
113929  direction="l",
113930  linebreak="id",
113931  unicodeslot=0xA454,
113932 },
113933 [0xA455]={
113934  category="lo",
113935  cjkwd="w",
113936  description="YI SYLLABLE NYOT",
113937  direction="l",
113938  linebreak="id",
113939  unicodeslot=0xA455,
113940 },
113941 [0xA456]={
113942  category="lo",
113943  cjkwd="w",
113944  description="YI SYLLABLE NYOX",
113945  direction="l",
113946  linebreak="id",
113947  unicodeslot=0xA456,
113948 },
113949 [0xA457]={
113950  category="lo",
113951  cjkwd="w",
113952  description="YI SYLLABLE NYO",
113953  direction="l",
113954  linebreak="id",
113955  unicodeslot=0xA457,
113956 },
113957 [0xA458]={
113958  category="lo",
113959  cjkwd="w",
113960  description="YI SYLLABLE NYOP",
113961  direction="l",
113962  linebreak="id",
113963  unicodeslot=0xA458,
113964 },
113965 [0xA459]={
113966  category="lo",
113967  cjkwd="w",
113968  description="YI SYLLABLE NYUT",
113969  direction="l",
113970  linebreak="id",
113971  unicodeslot=0xA459,
113972 },
113973 [0xA45A]={
113974  category="lo",
113975  cjkwd="w",
113976  description="YI SYLLABLE NYUX",
113977  direction="l",
113978  linebreak="id",
113979  unicodeslot=0xA45A,
113980 },
113981 [0xA45B]={
113982  category="lo",
113983  cjkwd="w",
113984  description="YI SYLLABLE NYU",
113985  direction="l",
113986  linebreak="id",
113987  unicodeslot=0xA45B,
113988 },
113989 [0xA45C]={
113990  category="lo",
113991  cjkwd="w",
113992  description="YI SYLLABLE NYUP",
113993  direction="l",
113994  linebreak="id",
113995  unicodeslot=0xA45C,
113996 },
113997 [0xA45D]={
113998  category="lo",
113999  cjkwd="w",
114000  description="YI SYLLABLE XIT",
114001  direction="l",
114002  linebreak="id",
114003  unicodeslot=0xA45D,
114004 },
114005 [0xA45E]={
114006  category="lo",
114007  cjkwd="w",
114008  description="YI SYLLABLE XIX",
114009  direction="l",
114010  linebreak="id",
114011  unicodeslot=0xA45E,
114012 },
114013 [0xA45F]={
114014  category="lo",
114015  cjkwd="w",
114016  description="YI SYLLABLE XI",
114017  direction="l",
114018  linebreak="id",
114019  unicodeslot=0xA45F,
114020 },
114021 [0xA460]={
114022  category="lo",
114023  cjkwd="w",
114024  description="YI SYLLABLE XIP",
114025  direction="l",
114026  linebreak="id",
114027  unicodeslot=0xA460,
114028 },
114029 [0xA461]={
114030  category="lo",
114031  cjkwd="w",
114032  description="YI SYLLABLE XIET",
114033  direction="l",
114034  linebreak="id",
114035  unicodeslot=0xA461,
114036 },
114037 [0xA462]={
114038  category="lo",
114039  cjkwd="w",
114040  description="YI SYLLABLE XIEX",
114041  direction="l",
114042  linebreak="id",
114043  unicodeslot=0xA462,
114044 },
114045 [0xA463]={
114046  category="lo",
114047  cjkwd="w",
114048  description="YI SYLLABLE XIE",
114049  direction="l",
114050  linebreak="id",
114051  unicodeslot=0xA463,
114052 },
114053 [0xA464]={
114054  category="lo",
114055  cjkwd="w",
114056  description="YI SYLLABLE XIEP",
114057  direction="l",
114058  linebreak="id",
114059  unicodeslot=0xA464,
114060 },
114061 [0xA465]={
114062  category="lo",
114063  cjkwd="w",
114064  description="YI SYLLABLE XUOX",
114065  direction="l",
114066  linebreak="id",
114067  unicodeslot=0xA465,
114068 },
114069 [0xA466]={
114070  category="lo",
114071  cjkwd="w",
114072  description="YI SYLLABLE XUO",
114073  direction="l",
114074  linebreak="id",
114075  unicodeslot=0xA466,
114076 },
114077 [0xA467]={
114078  category="lo",
114079  cjkwd="w",
114080  description="YI SYLLABLE XOT",
114081  direction="l",
114082  linebreak="id",
114083  unicodeslot=0xA467,
114084 },
114085 [0xA468]={
114086  category="lo",
114087  cjkwd="w",
114088  description="YI SYLLABLE XOX",
114089  direction="l",
114090  linebreak="id",
114091  unicodeslot=0xA468,
114092 },
114093 [0xA469]={
114094  category="lo",
114095  cjkwd="w",
114096  description="YI SYLLABLE XO",
114097  direction="l",
114098  linebreak="id",
114099  unicodeslot=0xA469,
114100 },
114101 [0xA46A]={
114102  category="lo",
114103  cjkwd="w",
114104  description="YI SYLLABLE XOP",
114105  direction="l",
114106  linebreak="id",
114107  unicodeslot=0xA46A,
114108 },
114109 [0xA46B]={
114110  category="lo",
114111  cjkwd="w",
114112  description="YI SYLLABLE XYT",
114113  direction="l",
114114  linebreak="id",
114115  unicodeslot=0xA46B,
114116 },
114117 [0xA46C]={
114118  category="lo",
114119  cjkwd="w",
114120  description="YI SYLLABLE XYX",
114121  direction="l",
114122  linebreak="id",
114123  unicodeslot=0xA46C,
114124 },
114125 [0xA46D]={
114126  category="lo",
114127  cjkwd="w",
114128  description="YI SYLLABLE XY",
114129  direction="l",
114130  linebreak="id",
114131  unicodeslot=0xA46D,
114132 },
114133 [0xA46E]={
114134  category="lo",
114135  cjkwd="w",
114136  description="YI SYLLABLE XYP",
114137  direction="l",
114138  linebreak="id",
114139  unicodeslot=0xA46E,
114140 },
114141 [0xA46F]={
114142  category="lo",
114143  cjkwd="w",
114144  description="YI SYLLABLE XYRX",
114145  direction="l",
114146  linebreak="id",
114147  unicodeslot=0xA46F,
114148 },
114149 [0xA470]={
114150  category="lo",
114151  cjkwd="w",
114152  description="YI SYLLABLE XYR",
114153  direction="l",
114154  linebreak="id",
114155  unicodeslot=0xA470,
114156 },
114157 [0xA471]={
114158  category="lo",
114159  cjkwd="w",
114160  description="YI SYLLABLE YIT",
114161  direction="l",
114162  linebreak="id",
114163  unicodeslot=0xA471,
114164 },
114165 [0xA472]={
114166  category="lo",
114167  cjkwd="w",
114168  description="YI SYLLABLE YIX",
114169  direction="l",
114170  linebreak="id",
114171  unicodeslot=0xA472,
114172 },
114173 [0xA473]={
114174  category="lo",
114175  cjkwd="w",
114176  description="YI SYLLABLE YI",
114177  direction="l",
114178  linebreak="id",
114179  unicodeslot=0xA473,
114180 },
114181 [0xA474]={
114182  category="lo",
114183  cjkwd="w",
114184  description="YI SYLLABLE YIP",
114185  direction="l",
114186  linebreak="id",
114187  unicodeslot=0xA474,
114188 },
114189 [0xA475]={
114190  category="lo",
114191  cjkwd="w",
114192  description="YI SYLLABLE YIET",
114193  direction="l",
114194  linebreak="id",
114195  unicodeslot=0xA475,
114196 },
114197 [0xA476]={
114198  category="lo",
114199  cjkwd="w",
114200  description="YI SYLLABLE YIEX",
114201  direction="l",
114202  linebreak="id",
114203  unicodeslot=0xA476,
114204 },
114205 [0xA477]={
114206  category="lo",
114207  cjkwd="w",
114208  description="YI SYLLABLE YIE",
114209  direction="l",
114210  linebreak="id",
114211  unicodeslot=0xA477,
114212 },
114213 [0xA478]={
114214  category="lo",
114215  cjkwd="w",
114216  description="YI SYLLABLE YIEP",
114217  direction="l",
114218  linebreak="id",
114219  unicodeslot=0xA478,
114220 },
114221 [0xA479]={
114222  category="lo",
114223  cjkwd="w",
114224  description="YI SYLLABLE YUOT",
114225  direction="l",
114226  linebreak="id",
114227  unicodeslot=0xA479,
114228 },
114229 [0xA47A]={
114230  category="lo",
114231  cjkwd="w",
114232  description="YI SYLLABLE YUOX",
114233  direction="l",
114234  linebreak="id",
114235  unicodeslot=0xA47A,
114236 },
114237 [0xA47B]={
114238  category="lo",
114239  cjkwd="w",
114240  description="YI SYLLABLE YUO",
114241  direction="l",
114242  linebreak="id",
114243  unicodeslot=0xA47B,
114244 },
114245 [0xA47C]={
114246  category="lo",
114247  cjkwd="w",
114248  description="YI SYLLABLE YUOP",
114249  direction="l",
114250  linebreak="id",
114251  unicodeslot=0xA47C,
114252 },
114253 [0xA47D]={
114254  category="lo",
114255  cjkwd="w",
114256  description="YI SYLLABLE YOT",
114257  direction="l",
114258  linebreak="id",
114259  unicodeslot=0xA47D,
114260 },
114261 [0xA47E]={
114262  category="lo",
114263  cjkwd="w",
114264  description="YI SYLLABLE YOX",
114265  direction="l",
114266  linebreak="id",
114267  unicodeslot=0xA47E,
114268 },
114269 [0xA47F]={
114270  category="lo",
114271  cjkwd="w",
114272  description="YI SYLLABLE YO",
114273  direction="l",
114274  linebreak="id",
114275  unicodeslot=0xA47F,
114276 },
114277 [0xA480]={
114278  category="lo",
114279  cjkwd="w",
114280  description="YI SYLLABLE YOP",
114281  direction="l",
114282  linebreak="id",
114283  unicodeslot=0xA480,
114284 },
114285 [0xA481]={
114286  category="lo",
114287  cjkwd="w",
114288  description="YI SYLLABLE YUT",
114289  direction="l",
114290  linebreak="id",
114291  unicodeslot=0xA481,
114292 },
114293 [0xA482]={
114294  category="lo",
114295  cjkwd="w",
114296  description="YI SYLLABLE YUX",
114297  direction="l",
114298  linebreak="id",
114299  unicodeslot=0xA482,
114300 },
114301 [0xA483]={
114302  category="lo",
114303  cjkwd="w",
114304  description="YI SYLLABLE YU",
114305  direction="l",
114306  linebreak="id",
114307  unicodeslot=0xA483,
114308 },
114309 [0xA484]={
114310  category="lo",
114311  cjkwd="w",
114312  description="YI SYLLABLE YUP",
114313  direction="l",
114314  linebreak="id",
114315  unicodeslot=0xA484,
114316 },
114317 [0xA485]={
114318  category="lo",
114319  cjkwd="w",
114320  description="YI SYLLABLE YURX",
114321  direction="l",
114322  linebreak="id",
114323  unicodeslot=0xA485,
114324 },
114325 [0xA486]={
114326  category="lo",
114327  cjkwd="w",
114328  description="YI SYLLABLE YUR",
114329  direction="l",
114330  linebreak="id",
114331  unicodeslot=0xA486,
114332 },
114333 [0xA487]={
114334  category="lo",
114335  cjkwd="w",
114336  description="YI SYLLABLE YYT",
114337  direction="l",
114338  linebreak="id",
114339  unicodeslot=0xA487,
114340 },
114341 [0xA488]={
114342  category="lo",
114343  cjkwd="w",
114344  description="YI SYLLABLE YYX",
114345  direction="l",
114346  linebreak="id",
114347  unicodeslot=0xA488,
114348 },
114349 [0xA489]={
114350  category="lo",
114351  cjkwd="w",
114352  description="YI SYLLABLE YY",
114353  direction="l",
114354  linebreak="id",
114355  unicodeslot=0xA489,
114356 },
114357 [0xA48A]={
114358  category="lo",
114359  cjkwd="w",
114360  description="YI SYLLABLE YYP",
114361  direction="l",
114362  linebreak="id",
114363  unicodeslot=0xA48A,
114364 },
114365 [0xA48B]={
114366  category="lo",
114367  cjkwd="w",
114368  description="YI SYLLABLE YYRX",
114369  direction="l",
114370  linebreak="id",
114371  unicodeslot=0xA48B,
114372 },
114373 [0xA48C]={
114374  category="lo",
114375  cjkwd="w",
114376  description="YI SYLLABLE YYR",
114377  direction="l",
114378  linebreak="id",
114379  unicodeslot=0xA48C,
114380 },
114381 [0xA490]={
114382  category="so",
114383  cjkwd="w",
114384  description="YI RADICAL QOT",
114385  direction="on",
114386  linebreak="id",
114387  unicodeslot=0xA490,
114388 },
114389 [0xA491]={
114390  category="so",
114391  cjkwd="w",
114392  description="YI RADICAL LI",
114393  direction="on",
114394  linebreak="id",
114395  unicodeslot=0xA491,
114396 },
114397 [0xA492]={
114398  category="so",
114399  cjkwd="w",
114400  description="YI RADICAL KIT",
114401  direction="on",
114402  linebreak="id",
114403  unicodeslot=0xA492,
114404 },
114405 [0xA493]={
114406  category="so",
114407  cjkwd="w",
114408  description="YI RADICAL NYIP",
114409  direction="on",
114410  linebreak="id",
114411  unicodeslot=0xA493,
114412 },
114413 [0xA494]={
114414  category="so",
114415  cjkwd="w",
114416  description="YI RADICAL CYP",
114417  direction="on",
114418  linebreak="id",
114419  unicodeslot=0xA494,
114420 },
114421 [0xA495]={
114422  category="so",
114423  cjkwd="w",
114424  description="YI RADICAL SSI",
114425  direction="on",
114426  linebreak="id",
114427  unicodeslot=0xA495,
114428 },
114429 [0xA496]={
114430  category="so",
114431  cjkwd="w",
114432  description="YI RADICAL GGOP",
114433  direction="on",
114434  linebreak="id",
114435  unicodeslot=0xA496,
114436 },
114437 [0xA497]={
114438  category="so",
114439  cjkwd="w",
114440  description="YI RADICAL GEP",
114441  direction="on",
114442  linebreak="id",
114443  unicodeslot=0xA497,
114444 },
114445 [0xA498]={
114446  category="so",
114447  cjkwd="w",
114448  description="YI RADICAL MI",
114449  direction="on",
114450  linebreak="id",
114451  unicodeslot=0xA498,
114452 },
114453 [0xA499]={
114454  category="so",
114455  cjkwd="w",
114456  description="YI RADICAL HXIT",
114457  direction="on",
114458  linebreak="id",
114459  unicodeslot=0xA499,
114460 },
114461 [0xA49A]={
114462  category="so",
114463  cjkwd="w",
114464  description="YI RADICAL LYR",
114465  direction="on",
114466  linebreak="id",
114467  unicodeslot=0xA49A,
114468 },
114469 [0xA49B]={
114470  category="so",
114471  cjkwd="w",
114472  description="YI RADICAL BBUT",
114473  direction="on",
114474  linebreak="id",
114475  unicodeslot=0xA49B,
114476 },
114477 [0xA49C]={
114478  category="so",
114479  cjkwd="w",
114480  description="YI RADICAL MOP",
114481  direction="on",
114482  linebreak="id",
114483  unicodeslot=0xA49C,
114484 },
114485 [0xA49D]={
114486  category="so",
114487  cjkwd="w",
114488  description="YI RADICAL YO",
114489  direction="on",
114490  linebreak="id",
114491  unicodeslot=0xA49D,
114492 },
114493 [0xA49E]={
114494  category="so",
114495  cjkwd="w",
114496  description="YI RADICAL PUT",
114497  direction="on",
114498  linebreak="id",
114499  unicodeslot=0xA49E,
114500 },
114501 [0xA49F]={
114502  category="so",
114503  cjkwd="w",
114504  description="YI RADICAL HXUO",
114505  direction="on",
114506  linebreak="id",
114507  unicodeslot=0xA49F,
114508 },
114509 [0xA4A0]={
114510  category="so",
114511  cjkwd="w",
114512  description="YI RADICAL TAT",
114513  direction="on",
114514  linebreak="id",
114515  unicodeslot=0xA4A0,
114516 },
114517 [0xA4A1]={
114518  category="so",
114519  cjkwd="w",
114520  description="YI RADICAL GA",
114521  direction="on",
114522  linebreak="id",
114523  unicodeslot=0xA4A1,
114524 },
114525 [0xA4A2]={
114526  category="so",
114527  cjkwd="w",
114528  description="YI RADICAL ZUP",
114529  direction="on",
114530  linebreak="id",
114531  unicodeslot=0xA4A2,
114532 },
114533 [0xA4A3]={
114534  category="so",
114535  cjkwd="w",
114536  description="YI RADICAL CYT",
114537  direction="on",
114538  linebreak="id",
114539  unicodeslot=0xA4A3,
114540 },
114541 [0xA4A4]={
114542  category="so",
114543  cjkwd="w",
114544  description="YI RADICAL DDUR",
114545  direction="on",
114546  linebreak="id",
114547  unicodeslot=0xA4A4,
114548 },
114549 [0xA4A5]={
114550  category="so",
114551  cjkwd="w",
114552  description="YI RADICAL BUR",
114553  direction="on",
114554  linebreak="id",
114555  unicodeslot=0xA4A5,
114556 },
114557 [0xA4A6]={
114558  category="so",
114559  cjkwd="w",
114560  description="YI RADICAL GGUO",
114561  direction="on",
114562  linebreak="id",
114563  unicodeslot=0xA4A6,
114564 },
114565 [0xA4A7]={
114566  category="so",
114567  cjkwd="w",
114568  description="YI RADICAL NYOP",
114569  direction="on",
114570  linebreak="id",
114571  unicodeslot=0xA4A7,
114572 },
114573 [0xA4A8]={
114574  category="so",
114575  cjkwd="w",
114576  description="YI RADICAL TU",
114577  direction="on",
114578  linebreak="id",
114579  unicodeslot=0xA4A8,
114580 },
114581 [0xA4A9]={
114582  category="so",
114583  cjkwd="w",
114584  description="YI RADICAL OP",
114585  direction="on",
114586  linebreak="id",
114587  unicodeslot=0xA4A9,
114588 },
114589 [0xA4AA]={
114590  category="so",
114591  cjkwd="w",
114592  description="YI RADICAL JJUT",
114593  direction="on",
114594  linebreak="id",
114595  unicodeslot=0xA4AA,
114596 },
114597 [0xA4AB]={
114598  category="so",
114599  cjkwd="w",
114600  description="YI RADICAL ZOT",
114601  direction="on",
114602  linebreak="id",
114603  unicodeslot=0xA4AB,
114604 },
114605 [0xA4AC]={
114606  category="so",
114607  cjkwd="w",
114608  description="YI RADICAL PYT",
114609  direction="on",
114610  linebreak="id",
114611  unicodeslot=0xA4AC,
114612 },
114613 [0xA4AD]={
114614  category="so",
114615  cjkwd="w",
114616  description="YI RADICAL HMO",
114617  direction="on",
114618  linebreak="id",
114619  unicodeslot=0xA4AD,
114620 },
114621 [0xA4AE]={
114622  category="so",
114623  cjkwd="w",
114624  description="YI RADICAL YIT",
114625  direction="on",
114626  linebreak="id",
114627  unicodeslot=0xA4AE,
114628 },
114629 [0xA4AF]={
114630  category="so",
114631  cjkwd="w",
114632  description="YI RADICAL VUR",
114633  direction="on",
114634  linebreak="id",
114635  unicodeslot=0xA4AF,
114636 },
114637 [0xA4B0]={
114638  category="so",
114639  cjkwd="w",
114640  description="YI RADICAL SHY",
114641  direction="on",
114642  linebreak="id",
114643  unicodeslot=0xA4B0,
114644 },
114645 [0xA4B1]={
114646  category="so",
114647  cjkwd="w",
114648  description="YI RADICAL VEP",
114649  direction="on",
114650  linebreak="id",
114651  unicodeslot=0xA4B1,
114652 },
114653 [0xA4B2]={
114654  category="so",
114655  cjkwd="w",
114656  description="YI RADICAL ZA",
114657  direction="on",
114658  linebreak="id",
114659  unicodeslot=0xA4B2,
114660 },
114661 [0xA4B3]={
114662  category="so",
114663  cjkwd="w",
114664  description="YI RADICAL JO",
114665  direction="on",
114666  linebreak="id",
114667  unicodeslot=0xA4B3,
114668 },
114669 [0xA4B4]={
114670  category="so",
114671  cjkwd="w",
114672  description="YI RADICAL NZUP",
114673  direction="on",
114674  linebreak="id",
114675  unicodeslot=0xA4B4,
114676 },
114677 [0xA4B5]={
114678  category="so",
114679  cjkwd="w",
114680  description="YI RADICAL JJY",
114681  direction="on",
114682  linebreak="id",
114683  unicodeslot=0xA4B5,
114684 },
114685 [0xA4B6]={
114686  category="so",
114687  cjkwd="w",
114688  description="YI RADICAL GOT",
114689  direction="on",
114690  linebreak="id",
114691  unicodeslot=0xA4B6,
114692 },
114693 [0xA4B7]={
114694  category="so",
114695  cjkwd="w",
114696  description="YI RADICAL JJIE",
114697  direction="on",
114698  linebreak="id",
114699  unicodeslot=0xA4B7,
114700 },
114701 [0xA4B8]={
114702  category="so",
114703  cjkwd="w",
114704  description="YI RADICAL WO",
114705  direction="on",
114706  linebreak="id",
114707  unicodeslot=0xA4B8,
114708 },
114709 [0xA4B9]={
114710  category="so",
114711  cjkwd="w",
114712  description="YI RADICAL DU",
114713  direction="on",
114714  linebreak="id",
114715  unicodeslot=0xA4B9,
114716 },
114717 [0xA4BA]={
114718  category="so",
114719  cjkwd="w",
114720  description="YI RADICAL SHUR",
114721  direction="on",
114722  linebreak="id",
114723  unicodeslot=0xA4BA,
114724 },
114725 [0xA4BB]={
114726  category="so",
114727  cjkwd="w",
114728  description="YI RADICAL LIE",
114729  direction="on",
114730  linebreak="id",
114731  unicodeslot=0xA4BB,
114732 },
114733 [0xA4BC]={
114734  category="so",
114735  cjkwd="w",
114736  description="YI RADICAL CY",
114737  direction="on",
114738  linebreak="id",
114739  unicodeslot=0xA4BC,
114740 },
114741 [0xA4BD]={
114742  category="so",
114743  cjkwd="w",
114744  description="YI RADICAL CUOP",
114745  direction="on",
114746  linebreak="id",
114747  unicodeslot=0xA4BD,
114748 },
114749 [0xA4BE]={
114750  category="so",
114751  cjkwd="w",
114752  description="YI RADICAL CIP",
114753  direction="on",
114754  linebreak="id",
114755  unicodeslot=0xA4BE,
114756 },
114757 [0xA4BF]={
114758  category="so",
114759  cjkwd="w",
114760  description="YI RADICAL HXOP",
114761  direction="on",
114762  linebreak="id",
114763  unicodeslot=0xA4BF,
114764 },
114765 [0xA4C0]={
114766  category="so",
114767  cjkwd="w",
114768  description="YI RADICAL SHAT",
114769  direction="on",
114770  linebreak="id",
114771  unicodeslot=0xA4C0,
114772 },
114773 [0xA4C1]={
114774  category="so",
114775  cjkwd="w",
114776  description="YI RADICAL ZUR",
114777  direction="on",
114778  linebreak="id",
114779  unicodeslot=0xA4C1,
114780 },
114781 [0xA4C2]={
114782  category="so",
114783  cjkwd="w",
114784  description="YI RADICAL SHOP",
114785  direction="on",
114786  linebreak="id",
114787  unicodeslot=0xA4C2,
114788 },
114789 [0xA4C3]={
114790  category="so",
114791  cjkwd="w",
114792  description="YI RADICAL CHE",
114793  direction="on",
114794  linebreak="id",
114795  unicodeslot=0xA4C3,
114796 },
114797 [0xA4C4]={
114798  category="so",
114799  cjkwd="w",
114800  description="YI RADICAL ZZIET",
114801  direction="on",
114802  linebreak="id",
114803  unicodeslot=0xA4C4,
114804 },
114805 [0xA4C5]={
114806  category="so",
114807  cjkwd="w",
114808  description="YI RADICAL NBIE",
114809  direction="on",
114810  linebreak="id",
114811  unicodeslot=0xA4C5,
114812 },
114813 [0xA4C6]={
114814  category="so",
114815  cjkwd="w",
114816  description="YI RADICAL KE",
114817  direction="on",
114818  linebreak="id",
114819  unicodeslot=0xA4C6,
114820 },
114821 [0xA4D0]={
114822  category="lo",
114823  description="LISU LETTER BA",
114824  direction="l",
114825  linebreak="al",
114826  unicodeslot=0xA4D0,
114827 },
114828 [0xA4D1]={
114829  category="lo",
114830  description="LISU LETTER PA",
114831  direction="l",
114832  linebreak="al",
114833  unicodeslot=0xA4D1,
114834 },
114835 [0xA4D2]={
114836  category="lo",
114837  description="LISU LETTER PHA",
114838  direction="l",
114839  linebreak="al",
114840  unicodeslot=0xA4D2,
114841 },
114842 [0xA4D3]={
114843  category="lo",
114844  description="LISU LETTER DA",
114845  direction="l",
114846  linebreak="al",
114847  unicodeslot=0xA4D3,
114848 },
114849 [0xA4D4]={
114850  category="lo",
114851  description="LISU LETTER TA",
114852  direction="l",
114853  linebreak="al",
114854  unicodeslot=0xA4D4,
114855 },
114856 [0xA4D5]={
114857  category="lo",
114858  description="LISU LETTER THA",
114859  direction="l",
114860  linebreak="al",
114861  unicodeslot=0xA4D5,
114862 },
114863 [0xA4D6]={
114864  category="lo",
114865  description="LISU LETTER GA",
114866  direction="l",
114867  linebreak="al",
114868  unicodeslot=0xA4D6,
114869 },
114870 [0xA4D7]={
114871  category="lo",
114872  description="LISU LETTER KA",
114873  direction="l",
114874  linebreak="al",
114875  unicodeslot=0xA4D7,
114876 },
114877 [0xA4D8]={
114878  category="lo",
114879  description="LISU LETTER KHA",
114880  direction="l",
114881  linebreak="al",
114882  unicodeslot=0xA4D8,
114883 },
114884 [0xA4D9]={
114885  category="lo",
114886  description="LISU LETTER JA",
114887  direction="l",
114888  linebreak="al",
114889  unicodeslot=0xA4D9,
114890 },
114891 [0xA4DA]={
114892  category="lo",
114893  description="LISU LETTER CA",
114894  direction="l",
114895  linebreak="al",
114896  unicodeslot=0xA4DA,
114897 },
114898 [0xA4DB]={
114899  category="lo",
114900  description="LISU LETTER CHA",
114901  direction="l",
114902  linebreak="al",
114903  unicodeslot=0xA4DB,
114904 },
114905 [0xA4DC]={
114906  category="lo",
114907  description="LISU LETTER DZA",
114908  direction="l",
114909  linebreak="al",
114910  unicodeslot=0xA4DC,
114911 },
114912 [0xA4DD]={
114913  category="lo",
114914  description="LISU LETTER TSA",
114915  direction="l",
114916  linebreak="al",
114917  unicodeslot=0xA4DD,
114918 },
114919 [0xA4DE]={
114920  category="lo",
114921  description="LISU LETTER TSHA",
114922  direction="l",
114923  linebreak="al",
114924  unicodeslot=0xA4DE,
114925 },
114926 [0xA4DF]={
114927  category="lo",
114928  description="LISU LETTER MA",
114929  direction="l",
114930  linebreak="al",
114931  unicodeslot=0xA4DF,
114932 },
114933 [0xA4E0]={
114934  category="lo",
114935  description="LISU LETTER NA",
114936  direction="l",
114937  linebreak="al",
114938  unicodeslot=0xA4E0,
114939 },
114940 [0xA4E1]={
114941  category="lo",
114942  description="LISU LETTER LA",
114943  direction="l",
114944  linebreak="al",
114945  unicodeslot=0xA4E1,
114946 },
114947 [0xA4E2]={
114948  category="lo",
114949  description="LISU LETTER SA",
114950  direction="l",
114951  linebreak="al",
114952  unicodeslot=0xA4E2,
114953 },
114954 [0xA4E3]={
114955  category="lo",
114956  description="LISU LETTER ZHA",
114957  direction="l",
114958  linebreak="al",
114959  unicodeslot=0xA4E3,
114960 },
114961 [0xA4E4]={
114962  category="lo",
114963  description="LISU LETTER ZA",
114964  direction="l",
114965  linebreak="al",
114966  unicodeslot=0xA4E4,
114967 },
114968 [0xA4E5]={
114969  category="lo",
114970  description="LISU LETTER NGA",
114971  direction="l",
114972  linebreak="al",
114973  unicodeslot=0xA4E5,
114974 },
114975 [0xA4E6]={
114976  category="lo",
114977  description="LISU LETTER HA",
114978  direction="l",
114979  linebreak="al",
114980  unicodeslot=0xA4E6,
114981 },
114982 [0xA4E7]={
114983  category="lo",
114984  description="LISU LETTER XA",
114985  direction="l",
114986  linebreak="al",
114987  unicodeslot=0xA4E7,
114988 },
114989 [0xA4E8]={
114990  category="lo",
114991  description="LISU LETTER HHA",
114992  direction="l",
114993  linebreak="al",
114994  unicodeslot=0xA4E8,
114995 },
114996 [0xA4E9]={
114997  category="lo",
114998  description="LISU LETTER FA",
114999  direction="l",
115000  linebreak="al",
115001  unicodeslot=0xA4E9,
115002 },
115003 [0xA4EA]={
115004  category="lo",
115005  description="LISU LETTER WA",
115006  direction="l",
115007  linebreak="al",
115008  unicodeslot=0xA4EA,
115009 },
115010 [0xA4EB]={
115011  category="lo",
115012  description="LISU LETTER SHA",
115013  direction="l",
115014  linebreak="al",
115015  unicodeslot=0xA4EB,
115016 },
115017 [0xA4EC]={
115018  category="lo",
115019  description="LISU LETTER YA",
115020  direction="l",
115021  linebreak="al",
115022  unicodeslot=0xA4EC,
115023 },
115024 [0xA4ED]={
115025  category="lo",
115026  description="LISU LETTER GHA",
115027  direction="l",
115028  linebreak="al",
115029  unicodeslot=0xA4ED,
115030 },
115031 [0xA4EE]={
115032  category="lo",
115033  description="LISU LETTER A",
115034  direction="l",
115035  linebreak="al",
115036  unicodeslot=0xA4EE,
115037 },
115038 [0xA4EF]={
115039  category="lo",
115040  description="LISU LETTER AE",
115041  direction="l",
115042  linebreak="al",
115043  unicodeslot=0xA4EF,
115044 },
115045 [0xA4F0]={
115046  category="lo",
115047  description="LISU LETTER E",
115048  direction="l",
115049  linebreak="al",
115050  unicodeslot=0xA4F0,
115051 },
115052 [0xA4F1]={
115053  category="lo",
115054  description="LISU LETTER EU",
115055  direction="l",
115056  linebreak="al",
115057  unicodeslot=0xA4F1,
115058 },
115059 [0xA4F2]={
115060  category="lo",
115061  description="LISU LETTER I",
115062  direction="l",
115063  linebreak="al",
115064  unicodeslot=0xA4F2,
115065 },
115066 [0xA4F3]={
115067  category="lo",
115068  description="LISU LETTER O",
115069  direction="l",
115070  linebreak="al",
115071  unicodeslot=0xA4F3,
115072 },
115073 [0xA4F4]={
115074  category="lo",
115075  description="LISU LETTER U",
115076  direction="l",
115077  linebreak="al",
115078  unicodeslot=0xA4F4,
115079 },
115080 [0xA4F5]={
115081  category="lo",
115082  description="LISU LETTER UE",
115083  direction="l",
115084  linebreak="al",
115085  unicodeslot=0xA4F5,
115086 },
115087 [0xA4F6]={
115088  category="lo",
115089  description="LISU LETTER UH",
115090  direction="l",
115091  linebreak="al",
115092  unicodeslot=0xA4F6,
115093 },
115094 [0xA4F7]={
115095  category="lo",
115096  description="LISU LETTER OE",
115097  direction="l",
115098  linebreak="al",
115099  unicodeslot=0xA4F7,
115100 },
115101 [0xA4F8]={
115102  category="lm",
115103  description="LISU LETTER TONE MYA TI",
115104  direction="l",
115105  linebreak="al",
115106  unicodeslot=0xA4F8,
115107 },
115108 [0xA4F9]={
115109  category="lm",
115110  description="LISU LETTER TONE NA PO",
115111  direction="l",
115112  linebreak="al",
115113  unicodeslot=0xA4F9,
115114 },
115115 [0xA4FA]={
115116  category="lm",
115117  description="LISU LETTER TONE MYA CYA",
115118  direction="l",
115119  linebreak="al",
115120  unicodeslot=0xA4FA,
115121 },
115122 [0xA4FB]={
115123  category="lm",
115124  description="LISU LETTER TONE MYA BO",
115125  direction="l",
115126  linebreak="al",
115127  unicodeslot=0xA4FB,
115128 },
115129 [0xA4FC]={
115130  category="lm",
115131  description="LISU LETTER TONE MYA NA",
115132  direction="l",
115133  linebreak="al",
115134  unicodeslot=0xA4FC,
115135 },
115136 [0xA4FD]={
115137  category="lm",
115138  description="LISU LETTER TONE MYA JEU",
115139  direction="l",
115140  linebreak="al",
115141  unicodeslot=0xA4FD,
115142 },
115143 [0xA4FE]={
115144  category="po",
115145  description="LISU PUNCTUATION COMMA",
115146  direction="l",
115147  linebreak="ba",
115148  unicodeslot=0xA4FE,
115149 },
115150 [0xA4FF]={
115151  category="po",
115152  description="LISU PUNCTUATION FULL STOP",
115153  direction="l",
115154  linebreak="ba",
115155  unicodeslot=0xA4FF,
115156 },
115157 [0xA500]={
115158  category="lo",
115159  description="VAI SYLLABLE EE",
115160  direction="l",
115161  linebreak="al",
115162  unicodeslot=0xA500,
115163 },
115164 [0xA501]={
115165  category="lo",
115166  description="VAI SYLLABLE EEN",
115167  direction="l",
115168  linebreak="al",
115169  unicodeslot=0xA501,
115170 },
115171 [0xA502]={
115172  category="lo",
115173  description="VAI SYLLABLE HEE",
115174  direction="l",
115175  linebreak="al",
115176  unicodeslot=0xA502,
115177 },
115178 [0xA503]={
115179  category="lo",
115180  description="VAI SYLLABLE WEE",
115181  direction="l",
115182  linebreak="al",
115183  unicodeslot=0xA503,
115184 },
115185 [0xA504]={
115186  category="lo",
115187  description="VAI SYLLABLE WEEN",
115188  direction="l",
115189  linebreak="al",
115190  unicodeslot=0xA504,
115191 },
115192 [0xA505]={
115193  category="lo",
115194  description="VAI SYLLABLE PEE",
115195  direction="l",
115196  linebreak="al",
115197  unicodeslot=0xA505,
115198 },
115199 [0xA506]={
115200  category="lo",
115201  description="VAI SYLLABLE BHEE",
115202  direction="l",
115203  linebreak="al",
115204  unicodeslot=0xA506,
115205 },
115206 [0xA507]={
115207  category="lo",
115208  description="VAI SYLLABLE BEE",
115209  direction="l",
115210  linebreak="al",
115211  unicodeslot=0xA507,
115212 },
115213 [0xA508]={
115214  category="lo",
115215  description="VAI SYLLABLE MBEE",
115216  direction="l",
115217  linebreak="al",
115218  unicodeslot=0xA508,
115219 },
115220 [0xA509]={
115221  category="lo",
115222  description="VAI SYLLABLE KPEE",
115223  direction="l",
115224  linebreak="al",
115225  unicodeslot=0xA509,
115226 },
115227 [0xA50A]={
115228  category="lo",
115229  description="VAI SYLLABLE MGBEE",
115230  direction="l",
115231  linebreak="al",
115232  unicodeslot=0xA50A,
115233 },
115234 [0xA50B]={
115235  category="lo",
115236  description="VAI SYLLABLE GBEE",
115237  direction="l",
115238  linebreak="al",
115239  unicodeslot=0xA50B,
115240 },
115241 [0xA50C]={
115242  category="lo",
115243  description="VAI SYLLABLE FEE",
115244  direction="l",
115245  linebreak="al",
115246  unicodeslot=0xA50C,
115247 },
115248 [0xA50D]={
115249  category="lo",
115250  description="VAI SYLLABLE VEE",
115251  direction="l",
115252  linebreak="al",
115253  unicodeslot=0xA50D,
115254 },
115255 [0xA50E]={
115256  category="lo",
115257  description="VAI SYLLABLE TEE",
115258  direction="l",
115259  linebreak="al",
115260  unicodeslot=0xA50E,
115261 },
115262 [0xA50F]={
115263  category="lo",
115264  description="VAI SYLLABLE THEE",
115265  direction="l",
115266  linebreak="al",
115267  unicodeslot=0xA50F,
115268 },
115269 [0xA510]={
115270  category="lo",
115271  description="VAI SYLLABLE DHEE",
115272  direction="l",
115273  linebreak="al",
115274  unicodeslot=0xA510,
115275 },
115276 [0xA511]={
115277  category="lo",
115278  description="VAI SYLLABLE DHHEE",
115279  direction="l",
115280  linebreak="al",
115281  unicodeslot=0xA511,
115282 },
115283 [0xA512]={
115284  category="lo",
115285  description="VAI SYLLABLE LEE",
115286  direction="l",
115287  linebreak="al",
115288  unicodeslot=0xA512,
115289 },
115290 [0xA513]={
115291  category="lo",
115292  description="VAI SYLLABLE REE",
115293  direction="l",
115294  linebreak="al",
115295  unicodeslot=0xA513,
115296 },
115297 [0xA514]={
115298  category="lo",
115299  description="VAI SYLLABLE DEE",
115300  direction="l",
115301  linebreak="al",
115302  unicodeslot=0xA514,
115303 },
115304 [0xA515]={
115305  category="lo",
115306  description="VAI SYLLABLE NDEE",
115307  direction="l",
115308  linebreak="al",
115309  unicodeslot=0xA515,
115310 },
115311 [0xA516]={
115312  category="lo",
115313  description="VAI SYLLABLE SEE",
115314  direction="l",
115315  linebreak="al",
115316  unicodeslot=0xA516,
115317 },
115318 [0xA517]={
115319  category="lo",
115320  description="VAI SYLLABLE SHEE",
115321  direction="l",
115322  linebreak="al",
115323  unicodeslot=0xA517,
115324 },
115325 [0xA518]={
115326  category="lo",
115327  description="VAI SYLLABLE ZEE",
115328  direction="l",
115329  linebreak="al",
115330  unicodeslot=0xA518,
115331 },
115332 [0xA519]={
115333  category="lo",
115334  description="VAI SYLLABLE ZHEE",
115335  direction="l",
115336  linebreak="al",
115337  unicodeslot=0xA519,
115338 },
115339 [0xA51A]={
115340  category="lo",
115341  description="VAI SYLLABLE CEE",
115342  direction="l",
115343  linebreak="al",
115344  unicodeslot=0xA51A,
115345 },
115346 [0xA51B]={
115347  category="lo",
115348  description="VAI SYLLABLE JEE",
115349  direction="l",
115350  linebreak="al",
115351  unicodeslot=0xA51B,
115352 },
115353 [0xA51C]={
115354  category="lo",
115355  description="VAI SYLLABLE NJEE",
115356  direction="l",
115357  linebreak="al",
115358  unicodeslot=0xA51C,
115359 },
115360 [0xA51D]={
115361  category="lo",
115362  description="VAI SYLLABLE YEE",
115363  direction="l",
115364  linebreak="al",
115365  unicodeslot=0xA51D,
115366 },
115367 [0xA51E]={
115368  category="lo",
115369  description="VAI SYLLABLE KEE",
115370  direction="l",
115371  linebreak="al",
115372  unicodeslot=0xA51E,
115373 },
115374 [0xA51F]={
115375  category="lo",
115376  description="VAI SYLLABLE NGGEE",
115377  direction="l",
115378  linebreak="al",
115379  unicodeslot=0xA51F,
115380 },
115381 [0xA520]={
115382  category="lo",
115383  description="VAI SYLLABLE GEE",
115384  direction="l",
115385  linebreak="al",
115386  unicodeslot=0xA520,
115387 },
115388 [0xA521]={
115389  category="lo",
115390  description="VAI SYLLABLE MEE",
115391  direction="l",
115392  linebreak="al",
115393  unicodeslot=0xA521,
115394 },
115395 [0xA522]={
115396  category="lo",
115397  description="VAI SYLLABLE NEE",
115398  direction="l",
115399  linebreak="al",
115400  unicodeslot=0xA522,
115401 },
115402 [0xA523]={
115403  category="lo",
115404  description="VAI SYLLABLE NYEE",
115405  direction="l",
115406  linebreak="al",
115407  unicodeslot=0xA523,
115408 },
115409 [0xA524]={
115410  category="lo",
115411  description="VAI SYLLABLE I",
115412  direction="l",
115413  linebreak="al",
115414  unicodeslot=0xA524,
115415 },
115416 [0xA525]={
115417  category="lo",
115418  description="VAI SYLLABLE IN",
115419  direction="l",
115420  linebreak="al",
115421  unicodeslot=0xA525,
115422 },
115423 [0xA526]={
115424  category="lo",
115425  description="VAI SYLLABLE HI",
115426  direction="l",
115427  linebreak="al",
115428  unicodeslot=0xA526,
115429 },
115430 [0xA527]={
115431  category="lo",
115432  description="VAI SYLLABLE HIN",
115433  direction="l",
115434  linebreak="al",
115435  unicodeslot=0xA527,
115436 },
115437 [0xA528]={
115438  category="lo",
115439  description="VAI SYLLABLE WI",
115440  direction="l",
115441  linebreak="al",
115442  unicodeslot=0xA528,
115443 },
115444 [0xA529]={
115445  category="lo",
115446  description="VAI SYLLABLE WIN",
115447  direction="l",
115448  linebreak="al",
115449  unicodeslot=0xA529,
115450 },
115451 [0xA52A]={
115452  category="lo",
115453  description="VAI SYLLABLE PI",
115454  direction="l",
115455  linebreak="al",
115456  unicodeslot=0xA52A,
115457 },
115458 [0xA52B]={
115459  category="lo",
115460  description="VAI SYLLABLE BHI",
115461  direction="l",
115462  linebreak="al",
115463  unicodeslot=0xA52B,
115464 },
115465 [0xA52C]={
115466  category="lo",
115467  description="VAI SYLLABLE BI",
115468  direction="l",
115469  linebreak="al",
115470  unicodeslot=0xA52C,
115471 },
115472 [0xA52D]={
115473  category="lo",
115474  description="VAI SYLLABLE MBI",
115475  direction="l",
115476  linebreak="al",
115477  unicodeslot=0xA52D,
115478 },
115479 [0xA52E]={
115480  category="lo",
115481  description="VAI SYLLABLE KPI",
115482  direction="l",
115483  linebreak="al",
115484  unicodeslot=0xA52E,
115485 },
115486 [0xA52F]={
115487  category="lo",
115488  description="VAI SYLLABLE MGBI",
115489  direction="l",
115490  linebreak="al",
115491  unicodeslot=0xA52F,
115492 },
115493 [0xA530]={
115494  category="lo",
115495  description="VAI SYLLABLE GBI",
115496  direction="l",
115497  linebreak="al",
115498  unicodeslot=0xA530,
115499 },
115500 [0xA531]={
115501  category="lo",
115502  description="VAI SYLLABLE FI",
115503  direction="l",
115504  linebreak="al",
115505  unicodeslot=0xA531,
115506 },
115507 [0xA532]={
115508  category="lo",
115509  description="VAI SYLLABLE VI",
115510  direction="l",
115511  linebreak="al",
115512  unicodeslot=0xA532,
115513 },
115514 [0xA533]={
115515  category="lo",
115516  description="VAI SYLLABLE TI",
115517  direction="l",
115518  linebreak="al",
115519  unicodeslot=0xA533,
115520 },
115521 [0xA534]={
115522  category="lo",
115523  description="VAI SYLLABLE THI",
115524  direction="l",
115525  linebreak="al",
115526  unicodeslot=0xA534,
115527 },
115528 [0xA535]={
115529  category="lo",
115530  description="VAI SYLLABLE DHI",
115531  direction="l",
115532  linebreak="al",
115533  unicodeslot=0xA535,
115534 },
115535 [0xA536]={
115536  category="lo",
115537  description="VAI SYLLABLE DHHI",
115538  direction="l",
115539  linebreak="al",
115540  unicodeslot=0xA536,
115541 },
115542 [0xA537]={
115543  category="lo",
115544  description="VAI SYLLABLE LI",
115545  direction="l",
115546  linebreak="al",
115547  unicodeslot=0xA537,
115548 },
115549 [0xA538]={
115550  category="lo",
115551  description="VAI SYLLABLE RI",
115552  direction="l",
115553  linebreak="al",
115554  unicodeslot=0xA538,
115555 },
115556 [0xA539]={
115557  category="lo",
115558  description="VAI SYLLABLE DI",
115559  direction="l",
115560  linebreak="al",
115561  unicodeslot=0xA539,
115562 },
115563 [0xA53A]={
115564  category="lo",
115565  description="VAI SYLLABLE NDI",
115566  direction="l",
115567  linebreak="al",
115568  unicodeslot=0xA53A,
115569 },
115570 [0xA53B]={
115571  category="lo",
115572  description="VAI SYLLABLE SI",
115573  direction="l",
115574  linebreak="al",
115575  unicodeslot=0xA53B,
115576 },
115577 [0xA53C]={
115578  category="lo",
115579  description="VAI SYLLABLE SHI",
115580  direction="l",
115581  linebreak="al",
115582  unicodeslot=0xA53C,
115583 },
115584 [0xA53D]={
115585  category="lo",
115586  description="VAI SYLLABLE ZI",
115587  direction="l",
115588  linebreak="al",
115589  unicodeslot=0xA53D,
115590 },
115591 [0xA53E]={
115592  category="lo",
115593  description="VAI SYLLABLE ZHI",
115594  direction="l",
115595  linebreak="al",
115596  unicodeslot=0xA53E,
115597 },
115598 [0xA53F]={
115599  category="lo",
115600  description="VAI SYLLABLE CI",
115601  direction="l",
115602  linebreak="al",
115603  unicodeslot=0xA53F,
115604 },
115605 [0xA540]={
115606  category="lo",
115607  description="VAI SYLLABLE JI",
115608  direction="l",
115609  linebreak="al",
115610  unicodeslot=0xA540,
115611 },
115612 [0xA541]={
115613  category="lo",
115614  description="VAI SYLLABLE NJI",
115615  direction="l",
115616  linebreak="al",
115617  unicodeslot=0xA541,
115618 },
115619 [0xA542]={
115620  category="lo",
115621  description="VAI SYLLABLE YI",
115622  direction="l",
115623  linebreak="al",
115624  unicodeslot=0xA542,
115625 },
115626 [0xA543]={
115627  category="lo",
115628  description="VAI SYLLABLE KI",
115629  direction="l",
115630  linebreak="al",
115631  unicodeslot=0xA543,
115632 },
115633 [0xA544]={
115634  category="lo",
115635  description="VAI SYLLABLE NGGI",
115636  direction="l",
115637  linebreak="al",
115638  unicodeslot=0xA544,
115639 },
115640 [0xA545]={
115641  category="lo",
115642  description="VAI SYLLABLE GI",
115643  direction="l",
115644  linebreak="al",
115645  unicodeslot=0xA545,
115646 },
115647 [0xA546]={
115648  category="lo",
115649  description="VAI SYLLABLE MI",
115650  direction="l",
115651  linebreak="al",
115652  unicodeslot=0xA546,
115653 },
115654 [0xA547]={
115655  category="lo",
115656  description="VAI SYLLABLE NI",
115657  direction="l",
115658  linebreak="al",
115659  unicodeslot=0xA547,
115660 },
115661 [0xA548]={
115662  category="lo",
115663  description="VAI SYLLABLE NYI",
115664  direction="l",
115665  linebreak="al",
115666  unicodeslot=0xA548,
115667 },
115668 [0xA549]={
115669  category="lo",
115670  description="VAI SYLLABLE A",
115671  direction="l",
115672  linebreak="al",
115673  unicodeslot=0xA549,
115674 },
115675 [0xA54A]={
115676  category="lo",
115677  description="VAI SYLLABLE AN",
115678  direction="l",
115679  linebreak="al",
115680  unicodeslot=0xA54A,
115681 },
115682 [0xA54B]={
115683  category="lo",
115684  description="VAI SYLLABLE NGAN",
115685  direction="l",
115686  linebreak="al",
115687  unicodeslot=0xA54B,
115688 },
115689 [0xA54C]={
115690  category="lo",
115691  description="VAI SYLLABLE HA",
115692  direction="l",
115693  linebreak="al",
115694  unicodeslot=0xA54C,
115695 },
115696 [0xA54D]={
115697  category="lo",
115698  description="VAI SYLLABLE HAN",
115699  direction="l",
115700  linebreak="al",
115701  unicodeslot=0xA54D,
115702 },
115703 [0xA54E]={
115704  category="lo",
115705  description="VAI SYLLABLE WA",
115706  direction="l",
115707  linebreak="al",
115708  unicodeslot=0xA54E,
115709 },
115710 [0xA54F]={
115711  category="lo",
115712  description="VAI SYLLABLE WAN",
115713  direction="l",
115714  linebreak="al",
115715  unicodeslot=0xA54F,
115716 },
115717 [0xA550]={
115718  category="lo",
115719  description="VAI SYLLABLE PA",
115720  direction="l",
115721  linebreak="al",
115722  unicodeslot=0xA550,
115723 },
115724 [0xA551]={
115725  category="lo",
115726  description="VAI SYLLABLE BHA",
115727  direction="l",
115728  linebreak="al",
115729  unicodeslot=0xA551,
115730 },
115731 [0xA552]={
115732  category="lo",
115733  description="VAI SYLLABLE BA",
115734  direction="l",
115735  linebreak="al",
115736  unicodeslot=0xA552,
115737 },
115738 [0xA553]={
115739  category="lo",
115740  description="VAI SYLLABLE MBA",
115741  direction="l",
115742  linebreak="al",
115743  unicodeslot=0xA553,
115744 },
115745 [0xA554]={
115746  category="lo",
115747  description="VAI SYLLABLE KPA",
115748  direction="l",
115749  linebreak="al",
115750  unicodeslot=0xA554,
115751 },
115752 [0xA555]={
115753  category="lo",
115754  description="VAI SYLLABLE KPAN",
115755  direction="l",
115756  linebreak="al",
115757  unicodeslot=0xA555,
115758 },
115759 [0xA556]={
115760  category="lo",
115761  description="VAI SYLLABLE MGBA",
115762  direction="l",
115763  linebreak="al",
115764  unicodeslot=0xA556,
115765 },
115766 [0xA557]={
115767  category="lo",
115768  description="VAI SYLLABLE GBA",
115769  direction="l",
115770  linebreak="al",
115771  unicodeslot=0xA557,
115772 },
115773 [0xA558]={
115774  category="lo",
115775  description="VAI SYLLABLE FA",
115776  direction="l",
115777  linebreak="al",
115778  unicodeslot=0xA558,
115779 },
115780 [0xA559]={
115781  category="lo",
115782  description="VAI SYLLABLE VA",
115783  direction="l",
115784  linebreak="al",
115785  unicodeslot=0xA559,
115786 },
115787 [0xA55A]={
115788  category="lo",
115789  description="VAI SYLLABLE TA",
115790  direction="l",
115791  linebreak="al",
115792  unicodeslot=0xA55A,
115793 },
115794 [0xA55B]={
115795  category="lo",
115796  description="VAI SYLLABLE THA",
115797  direction="l",
115798  linebreak="al",
115799  unicodeslot=0xA55B,
115800 },
115801 [0xA55C]={
115802  category="lo",
115803  description="VAI SYLLABLE DHA",
115804  direction="l",
115805  linebreak="al",
115806  unicodeslot=0xA55C,
115807 },
115808 [0xA55D]={
115809  category="lo",
115810  description="VAI SYLLABLE DHHA",
115811  direction="l",
115812  linebreak="al",
115813  unicodeslot=0xA55D,
115814 },
115815 [0xA55E]={
115816  category="lo",
115817  description="VAI SYLLABLE LA",
115818  direction="l",
115819  linebreak="al",
115820  unicodeslot=0xA55E,
115821 },
115822 [0xA55F]={
115823  category="lo",
115824  description="VAI SYLLABLE RA",
115825  direction="l",
115826  linebreak="al",
115827  unicodeslot=0xA55F,
115828 },
115829 [0xA560]={
115830  category="lo",
115831  description="VAI SYLLABLE DA",
115832  direction="l",
115833  linebreak="al",
115834  unicodeslot=0xA560,
115835 },
115836 [0xA561]={
115837  category="lo",
115838  description="VAI SYLLABLE NDA",
115839  direction="l",
115840  linebreak="al",
115841  unicodeslot=0xA561,
115842 },
115843 [0xA562]={
115844  category="lo",
115845  description="VAI SYLLABLE SA",
115846  direction="l",
115847  linebreak="al",
115848  unicodeslot=0xA562,
115849 },
115850 [0xA563]={
115851  category="lo",
115852  description="VAI SYLLABLE SHA",
115853  direction="l",
115854  linebreak="al",
115855  unicodeslot=0xA563,
115856 },
115857 [0xA564]={
115858  category="lo",
115859  description="VAI SYLLABLE ZA",
115860  direction="l",
115861  linebreak="al",
115862  unicodeslot=0xA564,
115863 },
115864 [0xA565]={
115865  category="lo",
115866  description="VAI SYLLABLE ZHA",
115867  direction="l",
115868  linebreak="al",
115869  unicodeslot=0xA565,
115870 },
115871 [0xA566]={
115872  category="lo",
115873  description="VAI SYLLABLE CA",
115874  direction="l",
115875  linebreak="al",
115876  unicodeslot=0xA566,
115877 },
115878 [0xA567]={
115879  category="lo",
115880  description="VAI SYLLABLE JA",
115881  direction="l",
115882  linebreak="al",
115883  unicodeslot=0xA567,
115884 },
115885 [0xA568]={
115886  category="lo",
115887  description="VAI SYLLABLE NJA",
115888  direction="l",
115889  linebreak="al",
115890  unicodeslot=0xA568,
115891 },
115892 [0xA569]={
115893  category="lo",
115894  description="VAI SYLLABLE YA",
115895  direction="l",
115896  linebreak="al",
115897  unicodeslot=0xA569,
115898 },
115899 [0xA56A]={
115900  category="lo",
115901  description="VAI SYLLABLE KA",
115902  direction="l",
115903  linebreak="al",
115904  unicodeslot=0xA56A,
115905 },
115906 [0xA56B]={
115907  category="lo",
115908  description="VAI SYLLABLE KAN",
115909  direction="l",
115910  linebreak="al",
115911  unicodeslot=0xA56B,
115912 },
115913 [0xA56C]={
115914  category="lo",
115915  description="VAI SYLLABLE NGGA",
115916  direction="l",
115917  linebreak="al",
115918  unicodeslot=0xA56C,
115919 },
115920 [0xA56D]={
115921  category="lo",
115922  description="VAI SYLLABLE GA",
115923  direction="l",
115924  linebreak="al",
115925  unicodeslot=0xA56D,
115926 },
115927 [0xA56E]={
115928  category="lo",
115929  description="VAI SYLLABLE MA",
115930  direction="l",
115931  linebreak="al",
115932  unicodeslot=0xA56E,
115933 },
115934 [0xA56F]={
115935  category="lo",
115936  description="VAI SYLLABLE NA",
115937  direction="l",
115938  linebreak="al",
115939  unicodeslot=0xA56F,
115940 },
115941 [0xA570]={
115942  category="lo",
115943  description="VAI SYLLABLE NYA",
115944  direction="l",
115945  linebreak="al",
115946  unicodeslot=0xA570,
115947 },
115948 [0xA571]={
115949  category="lo",
115950  description="VAI SYLLABLE OO",
115951  direction="l",
115952  linebreak="al",
115953  unicodeslot=0xA571,
115954 },
115955 [0xA572]={
115956  category="lo",
115957  description="VAI SYLLABLE OON",
115958  direction="l",
115959  linebreak="al",
115960  unicodeslot=0xA572,
115961 },
115962 [0xA573]={
115963  category="lo",
115964  description="VAI SYLLABLE HOO",
115965  direction="l",
115966  linebreak="al",
115967  unicodeslot=0xA573,
115968 },
115969 [0xA574]={
115970  category="lo",
115971  description="VAI SYLLABLE WOO",
115972  direction="l",
115973  linebreak="al",
115974  unicodeslot=0xA574,
115975 },
115976 [0xA575]={
115977  category="lo",
115978  description="VAI SYLLABLE WOON",
115979  direction="l",
115980  linebreak="al",
115981  unicodeslot=0xA575,
115982 },
115983 [0xA576]={
115984  category="lo",
115985  description="VAI SYLLABLE POO",
115986  direction="l",
115987  linebreak="al",
115988  unicodeslot=0xA576,
115989 },
115990 [0xA577]={
115991  category="lo",
115992  description="VAI SYLLABLE BHOO",
115993  direction="l",
115994  linebreak="al",
115995  unicodeslot=0xA577,
115996 },
115997 [0xA578]={
115998  category="lo",
115999  description="VAI SYLLABLE BOO",
116000  direction="l",
116001  linebreak="al",
116002  unicodeslot=0xA578,
116003 },
116004 [0xA579]={
116005  category="lo",
116006  description="VAI SYLLABLE MBOO",
116007  direction="l",
116008  linebreak="al",
116009  unicodeslot=0xA579,
116010 },
116011 [0xA57A]={
116012  category="lo",
116013  description="VAI SYLLABLE KPOO",
116014  direction="l",
116015  linebreak="al",
116016  unicodeslot=0xA57A,
116017 },
116018 [0xA57B]={
116019  category="lo",
116020  description="VAI SYLLABLE MGBOO",
116021  direction="l",
116022  linebreak="al",
116023  unicodeslot=0xA57B,
116024 },
116025 [0xA57C]={
116026  category="lo",
116027  description="VAI SYLLABLE GBOO",
116028  direction="l",
116029  linebreak="al",
116030  unicodeslot=0xA57C,
116031 },
116032 [0xA57D]={
116033  category="lo",
116034  description="VAI SYLLABLE FOO",
116035  direction="l",
116036  linebreak="al",
116037  unicodeslot=0xA57D,
116038 },
116039 [0xA57E]={
116040  category="lo",
116041  description="VAI SYLLABLE VOO",
116042  direction="l",
116043  linebreak="al",
116044  unicodeslot=0xA57E,
116045 },
116046 [0xA57F]={
116047  category="lo",
116048  description="VAI SYLLABLE TOO",
116049  direction="l",
116050  linebreak="al",
116051  unicodeslot=0xA57F,
116052 },
116053 [0xA580]={
116054  category="lo",
116055  description="VAI SYLLABLE THOO",
116056  direction="l",
116057  linebreak="al",
116058  unicodeslot=0xA580,
116059 },
116060 [0xA581]={
116061  category="lo",
116062  description="VAI SYLLABLE DHOO",
116063  direction="l",
116064  linebreak="al",
116065  unicodeslot=0xA581,
116066 },
116067 [0xA582]={
116068  category="lo",
116069  description="VAI SYLLABLE DHHOO",
116070  direction="l",
116071  linebreak="al",
116072  unicodeslot=0xA582,
116073 },
116074 [0xA583]={
116075  category="lo",
116076  description="VAI SYLLABLE LOO",
116077  direction="l",
116078  linebreak="al",
116079  unicodeslot=0xA583,
116080 },
116081 [0xA584]={
116082  category="lo",
116083  description="VAI SYLLABLE ROO",
116084  direction="l",
116085  linebreak="al",
116086  unicodeslot=0xA584,
116087 },
116088 [0xA585]={
116089  category="lo",
116090  description="VAI SYLLABLE DOO",
116091  direction="l",
116092  linebreak="al",
116093  unicodeslot=0xA585,
116094 },
116095 [0xA586]={
116096  category="lo",
116097  description="VAI SYLLABLE NDOO",
116098  direction="l",
116099  linebreak="al",
116100  unicodeslot=0xA586,
116101 },
116102 [0xA587]={
116103  category="lo",
116104  description="VAI SYLLABLE SOO",
116105  direction="l",
116106  linebreak="al",
116107  unicodeslot=0xA587,
116108 },
116109 [0xA588]={
116110  category="lo",
116111  description="VAI SYLLABLE SHOO",
116112  direction="l",
116113  linebreak="al",
116114  unicodeslot=0xA588,
116115 },
116116 [0xA589]={
116117  category="lo",
116118  description="VAI SYLLABLE ZOO",
116119  direction="l",
116120  linebreak="al",
116121  unicodeslot=0xA589,
116122 },
116123 [0xA58A]={
116124  category="lo",
116125  description="VAI SYLLABLE ZHOO",
116126  direction="l",
116127  linebreak="al",
116128  unicodeslot=0xA58A,
116129 },
116130 [0xA58B]={
116131  category="lo",
116132  description="VAI SYLLABLE COO",
116133  direction="l",
116134  linebreak="al",
116135  unicodeslot=0xA58B,
116136 },
116137 [0xA58C]={
116138  category="lo",
116139  description="VAI SYLLABLE JOO",
116140  direction="l",
116141  linebreak="al",
116142  unicodeslot=0xA58C,
116143 },
116144 [0xA58D]={
116145  category="lo",
116146  description="VAI SYLLABLE NJOO",
116147  direction="l",
116148  linebreak="al",
116149  unicodeslot=0xA58D,
116150 },
116151 [0xA58E]={
116152  category="lo",
116153  description="VAI SYLLABLE YOO",
116154  direction="l",
116155  linebreak="al",
116156  unicodeslot=0xA58E,
116157 },
116158 [0xA58F]={
116159  category="lo",
116160  description="VAI SYLLABLE KOO",
116161  direction="l",
116162  linebreak="al",
116163  unicodeslot=0xA58F,
116164 },
116165 [0xA590]={
116166  category="lo",
116167  description="VAI SYLLABLE NGGOO",
116168  direction="l",
116169  linebreak="al",
116170  unicodeslot=0xA590,
116171 },
116172 [0xA591]={
116173  category="lo",
116174  description="VAI SYLLABLE GOO",
116175  direction="l",
116176  linebreak="al",
116177  unicodeslot=0xA591,
116178 },
116179 [0xA592]={
116180  category="lo",
116181  description="VAI SYLLABLE MOO",
116182  direction="l",
116183  linebreak="al",
116184  unicodeslot=0xA592,
116185 },
116186 [0xA593]={
116187  category="lo",
116188  description="VAI SYLLABLE NOO",
116189  direction="l",
116190  linebreak="al",
116191  unicodeslot=0xA593,
116192 },
116193 [0xA594]={
116194  category="lo",
116195  description="VAI SYLLABLE NYOO",
116196  direction="l",
116197  linebreak="al",
116198  unicodeslot=0xA594,
116199 },
116200 [0xA595]={
116201  category="lo",
116202  description="VAI SYLLABLE U",
116203  direction="l",
116204  linebreak="al",
116205  unicodeslot=0xA595,
116206 },
116207 [0xA596]={
116208  category="lo",
116209  description="VAI SYLLABLE UN",
116210  direction="l",
116211  linebreak="al",
116212  unicodeslot=0xA596,
116213 },
116214 [0xA597]={
116215  category="lo",
116216  description="VAI SYLLABLE HU",
116217  direction="l",
116218  linebreak="al",
116219  unicodeslot=0xA597,
116220 },
116221 [0xA598]={
116222  category="lo",
116223  description="VAI SYLLABLE HUN",
116224  direction="l",
116225  linebreak="al",
116226  unicodeslot=0xA598,
116227 },
116228 [0xA599]={
116229  category="lo",
116230  description="VAI SYLLABLE WU",
116231  direction="l",
116232  linebreak="al",
116233  unicodeslot=0xA599,
116234 },
116235 [0xA59A]={
116236  category="lo",
116237  description="VAI SYLLABLE WUN",
116238  direction="l",
116239  linebreak="al",
116240  unicodeslot=0xA59A,
116241 },
116242 [0xA59B]={
116243  category="lo",
116244  description="VAI SYLLABLE PU",
116245  direction="l",
116246  linebreak="al",
116247  unicodeslot=0xA59B,
116248 },
116249 [0xA59C]={
116250  category="lo",
116251  description="VAI SYLLABLE BHU",
116252  direction="l",
116253  linebreak="al",
116254  unicodeslot=0xA59C,
116255 },
116256 [0xA59D]={
116257  category="lo",
116258  description="VAI SYLLABLE BU",
116259  direction="l",
116260  linebreak="al",
116261  unicodeslot=0xA59D,
116262 },
116263 [0xA59E]={
116264  category="lo",
116265  description="VAI SYLLABLE MBU",
116266  direction="l",
116267  linebreak="al",
116268  unicodeslot=0xA59E,
116269 },
116270 [0xA59F]={
116271  category="lo",
116272  description="VAI SYLLABLE KPU",
116273  direction="l",
116274  linebreak="al",
116275  unicodeslot=0xA59F,
116276 },
116277 [0xA5A0]={
116278  category="lo",
116279  description="VAI SYLLABLE MGBU",
116280  direction="l",
116281  linebreak="al",
116282  unicodeslot=0xA5A0,
116283 },
116284 [0xA5A1]={
116285  category="lo",
116286  description="VAI SYLLABLE GBU",
116287  direction="l",
116288  linebreak="al",
116289  unicodeslot=0xA5A1,
116290 },
116291 [0xA5A2]={
116292  category="lo",
116293  description="VAI SYLLABLE FU",
116294  direction="l",
116295  linebreak="al",
116296  unicodeslot=0xA5A2,
116297 },
116298 [0xA5A3]={
116299  category="lo",
116300  description="VAI SYLLABLE VU",
116301  direction="l",
116302  linebreak="al",
116303  unicodeslot=0xA5A3,
116304 },
116305 [0xA5A4]={
116306  category="lo",
116307  description="VAI SYLLABLE TU",
116308  direction="l",
116309  linebreak="al",
116310  unicodeslot=0xA5A4,
116311 },
116312 [0xA5A5]={
116313  category="lo",
116314  description="VAI SYLLABLE THU",
116315  direction="l",
116316  linebreak="al",
116317  unicodeslot=0xA5A5,
116318 },
116319 [0xA5A6]={
116320  category="lo",
116321  description="VAI SYLLABLE DHU",
116322  direction="l",
116323  linebreak="al",
116324  unicodeslot=0xA5A6,
116325 },
116326 [0xA5A7]={
116327  category="lo",
116328  description="VAI SYLLABLE DHHU",
116329  direction="l",
116330  linebreak="al",
116331  unicodeslot=0xA5A7,
116332 },
116333 [0xA5A8]={
116334  category="lo",
116335  description="VAI SYLLABLE LU",
116336  direction="l",
116337  linebreak="al",
116338  unicodeslot=0xA5A8,
116339 },
116340 [0xA5A9]={
116341  category="lo",
116342  description="VAI SYLLABLE RU",
116343  direction="l",
116344  linebreak="al",
116345  unicodeslot=0xA5A9,
116346 },
116347 [0xA5AA]={
116348  category="lo",
116349  description="VAI SYLLABLE DU",
116350  direction="l",
116351  linebreak="al",
116352  unicodeslot=0xA5AA,
116353 },
116354 [0xA5AB]={
116355  category="lo",
116356  description="VAI SYLLABLE NDU",
116357  direction="l",
116358  linebreak="al",
116359  unicodeslot=0xA5AB,
116360 },
116361 [0xA5AC]={
116362  category="lo",
116363  description="VAI SYLLABLE SU",
116364  direction="l",
116365  linebreak="al",
116366  unicodeslot=0xA5AC,
116367 },
116368 [0xA5AD]={
116369  category="lo",
116370  description="VAI SYLLABLE SHU",
116371  direction="l",
116372  linebreak="al",
116373  unicodeslot=0xA5AD,
116374 },
116375 [0xA5AE]={
116376  category="lo",
116377  description="VAI SYLLABLE ZU",
116378  direction="l",
116379  linebreak="al",
116380  unicodeslot=0xA5AE,
116381 },
116382 [0xA5AF]={
116383  category="lo",
116384  description="VAI SYLLABLE ZHU",
116385  direction="l",
116386  linebreak="al",
116387  unicodeslot=0xA5AF,
116388 },
116389 [0xA5B0]={
116390  category="lo",
116391  description="VAI SYLLABLE CU",
116392  direction="l",
116393  linebreak="al",
116394  unicodeslot=0xA5B0,
116395 },
116396 [0xA5B1]={
116397  category="lo",
116398  description="VAI SYLLABLE JU",
116399  direction="l",
116400  linebreak="al",
116401  unicodeslot=0xA5B1,
116402 },
116403 [0xA5B2]={
116404  category="lo",
116405  description="VAI SYLLABLE NJU",
116406  direction="l",
116407  linebreak="al",
116408  unicodeslot=0xA5B2,
116409 },
116410 [0xA5B3]={
116411  category="lo",
116412  description="VAI SYLLABLE YU",
116413  direction="l",
116414  linebreak="al",
116415  unicodeslot=0xA5B3,
116416 },
116417 [0xA5B4]={
116418  category="lo",
116419  description="VAI SYLLABLE KU",
116420  direction="l",
116421  linebreak="al",
116422  unicodeslot=0xA5B4,
116423 },
116424 [0xA5B5]={
116425  category="lo",
116426  description="VAI SYLLABLE NGGU",
116427  direction="l",
116428  linebreak="al",
116429  unicodeslot=0xA5B5,
116430 },
116431 [0xA5B6]={
116432  category="lo",
116433  description="VAI SYLLABLE GU",
116434  direction="l",
116435  linebreak="al",
116436  unicodeslot=0xA5B6,
116437 },
116438 [0xA5B7]={
116439  category="lo",
116440  description="VAI SYLLABLE MU",
116441  direction="l",
116442  linebreak="al",
116443  unicodeslot=0xA5B7,
116444 },
116445 [0xA5B8]={
116446  category="lo",
116447  description="VAI SYLLABLE NU",
116448  direction="l",
116449  linebreak="al",
116450  unicodeslot=0xA5B8,
116451 },
116452 [0xA5B9]={
116453  category="lo",
116454  description="VAI SYLLABLE NYU",
116455  direction="l",
116456  linebreak="al",
116457  unicodeslot=0xA5B9,
116458 },
116459 [0xA5BA]={
116460  category="lo",
116461  description="VAI SYLLABLE O",
116462  direction="l",
116463  linebreak="al",
116464  unicodeslot=0xA5BA,
116465 },
116466 [0xA5BB]={
116467  category="lo",
116468  description="VAI SYLLABLE ON",
116469  direction="l",
116470  linebreak="al",
116471  unicodeslot=0xA5BB,
116472 },
116473 [0xA5BC]={
116474  category="lo",
116475  description="VAI SYLLABLE NGON",
116476  direction="l",
116477  linebreak="al",
116478  unicodeslot=0xA5BC,
116479 },
116480 [0xA5BD]={
116481  category="lo",
116482  description="VAI SYLLABLE HO",
116483  direction="l",
116484  linebreak="al",
116485  unicodeslot=0xA5BD,
116486 },
116487 [0xA5BE]={
116488  category="lo",
116489  description="VAI SYLLABLE HON",
116490  direction="l",
116491  linebreak="al",
116492  unicodeslot=0xA5BE,
116493 },
116494 [0xA5BF]={
116495  category="lo",
116496  description="VAI SYLLABLE WO",
116497  direction="l",
116498  linebreak="al",
116499  unicodeslot=0xA5BF,
116500 },
116501 [0xA5C0]={
116502  category="lo",
116503  description="VAI SYLLABLE WON",
116504  direction="l",
116505  linebreak="al",
116506  unicodeslot=0xA5C0,
116507 },
116508 [0xA5C1]={
116509  category="lo",
116510  description="VAI SYLLABLE PO",
116511  direction="l",
116512  linebreak="al",
116513  unicodeslot=0xA5C1,
116514 },
116515 [0xA5C2]={
116516  category="lo",
116517  description="VAI SYLLABLE BHO",
116518  direction="l",
116519  linebreak="al",
116520  unicodeslot=0xA5C2,
116521 },
116522 [0xA5C3]={
116523  category="lo",
116524  description="VAI SYLLABLE BO",
116525  direction="l",
116526  linebreak="al",
116527  unicodeslot=0xA5C3,
116528 },
116529 [0xA5C4]={
116530  category="lo",
116531  description="VAI SYLLABLE MBO",
116532  direction="l",
116533  linebreak="al",
116534  unicodeslot=0xA5C4,
116535 },
116536 [0xA5C5]={
116537  category="lo",
116538  description="VAI SYLLABLE KPO",
116539  direction="l",
116540  linebreak="al",
116541  unicodeslot=0xA5C5,
116542 },
116543 [0xA5C6]={
116544  category="lo",
116545  description="VAI SYLLABLE MGBO",
116546  direction="l",
116547  linebreak="al",
116548  unicodeslot=0xA5C6,
116549 },
116550 [0xA5C7]={
116551  category="lo",
116552  description="VAI SYLLABLE GBO",
116553  direction="l",
116554  linebreak="al",
116555  unicodeslot=0xA5C7,
116556 },
116557 [0xA5C8]={
116558  category="lo",
116559  description="VAI SYLLABLE GBON",
116560  direction="l",
116561  linebreak="al",
116562  unicodeslot=0xA5C8,
116563 },
116564 [0xA5C9]={
116565  category="lo",
116566  description="VAI SYLLABLE FO",
116567  direction="l",
116568  linebreak="al",
116569  unicodeslot=0xA5C9,
116570 },
116571 [0xA5CA]={
116572  category="lo",
116573  description="VAI SYLLABLE VO",
116574  direction="l",
116575  linebreak="al",
116576  unicodeslot=0xA5CA,
116577 },
116578 [0xA5CB]={
116579  category="lo",
116580  description="VAI SYLLABLE TO",
116581  direction="l",
116582  linebreak="al",
116583  unicodeslot=0xA5CB,
116584 },
116585 [0xA5CC]={
116586  category="lo",
116587  description="VAI SYLLABLE THO",
116588  direction="l",
116589  linebreak="al",
116590  unicodeslot=0xA5CC,
116591 },
116592 [0xA5CD]={
116593  category="lo",
116594  description="VAI SYLLABLE DHO",
116595  direction="l",
116596  linebreak="al",
116597  unicodeslot=0xA5CD,
116598 },
116599 [0xA5CE]={
116600  category="lo",
116601  description="VAI SYLLABLE DHHO",
116602  direction="l",
116603  linebreak="al",
116604  unicodeslot=0xA5CE,
116605 },
116606 [0xA5CF]={
116607  category="lo",
116608  description="VAI SYLLABLE LO",
116609  direction="l",
116610  linebreak="al",
116611  unicodeslot=0xA5CF,
116612 },
116613 [0xA5D0]={
116614  category="lo",
116615  description="VAI SYLLABLE RO",
116616  direction="l",
116617  linebreak="al",
116618  unicodeslot=0xA5D0,
116619 },
116620 [0xA5D1]={
116621  category="lo",
116622  description="VAI SYLLABLE DO",
116623  direction="l",
116624  linebreak="al",
116625  unicodeslot=0xA5D1,
116626 },
116627 [0xA5D2]={
116628  category="lo",
116629  description="VAI SYLLABLE NDO",
116630  direction="l",
116631  linebreak="al",
116632  unicodeslot=0xA5D2,
116633 },
116634 [0xA5D3]={
116635  category="lo",
116636  description="VAI SYLLABLE SO",
116637  direction="l",
116638  linebreak="al",
116639  unicodeslot=0xA5D3,
116640 },
116641 [0xA5D4]={
116642  category="lo",
116643  description="VAI SYLLABLE SHO",
116644  direction="l",
116645  linebreak="al",
116646  unicodeslot=0xA5D4,
116647 },
116648 [0xA5D5]={
116649  category="lo",
116650  description="VAI SYLLABLE ZO",
116651  direction="l",
116652  linebreak="al",
116653  unicodeslot=0xA5D5,
116654 },
116655 [0xA5D6]={
116656  category="lo",
116657  description="VAI SYLLABLE ZHO",
116658  direction="l",
116659  linebreak="al",
116660  unicodeslot=0xA5D6,
116661 },
116662 [0xA5D7]={
116663  category="lo",
116664  description="VAI SYLLABLE CO",
116665  direction="l",
116666  linebreak="al",
116667  unicodeslot=0xA5D7,
116668 },
116669 [0xA5D8]={
116670  category="lo",
116671  description="VAI SYLLABLE JO",
116672  direction="l",
116673  linebreak="al",
116674  unicodeslot=0xA5D8,
116675 },
116676 [0xA5D9]={
116677  category="lo",
116678  description="VAI SYLLABLE NJO",
116679  direction="l",
116680  linebreak="al",
116681  unicodeslot=0xA5D9,
116682 },
116683 [0xA5DA]={
116684  category="lo",
116685  description="VAI SYLLABLE YO",
116686  direction="l",
116687  linebreak="al",
116688  unicodeslot=0xA5DA,
116689 },
116690 [0xA5DB]={
116691  category="lo",
116692  description="VAI SYLLABLE KO",
116693  direction="l",
116694  linebreak="al",
116695  unicodeslot=0xA5DB,
116696 },
116697 [0xA5DC]={
116698  category="lo",
116699  description="VAI SYLLABLE NGGO",
116700  direction="l",
116701  linebreak="al",
116702  unicodeslot=0xA5DC,
116703 },
116704 [0xA5DD]={
116705  category="lo",
116706  description="VAI SYLLABLE GO",
116707  direction="l",
116708  linebreak="al",
116709  unicodeslot=0xA5DD,
116710 },
116711 [0xA5DE]={
116712  category="lo",
116713  description="VAI SYLLABLE MO",
116714  direction="l",
116715  linebreak="al",
116716  unicodeslot=0xA5DE,
116717 },
116718 [0xA5DF]={
116719  category="lo",
116720  description="VAI SYLLABLE NO",
116721  direction="l",
116722  linebreak="al",
116723  unicodeslot=0xA5DF,
116724 },
116725 [0xA5E0]={
116726  category="lo",
116727  description="VAI SYLLABLE NYO",
116728  direction="l",
116729  linebreak="al",
116730  unicodeslot=0xA5E0,
116731 },
116732 [0xA5E1]={
116733  category="lo",
116734  description="VAI SYLLABLE E",
116735  direction="l",
116736  linebreak="al",
116737  unicodeslot=0xA5E1,
116738 },
116739 [0xA5E2]={
116740  category="lo",
116741  description="VAI SYLLABLE EN",
116742  direction="l",
116743  linebreak="al",
116744  unicodeslot=0xA5E2,
116745 },
116746 [0xA5E3]={
116747  category="lo",
116748  description="VAI SYLLABLE NGEN",
116749  direction="l",
116750  linebreak="al",
116751  unicodeslot=0xA5E3,
116752 },
116753 [0xA5E4]={
116754  category="lo",
116755  description="VAI SYLLABLE HE",
116756  direction="l",
116757  linebreak="al",
116758  unicodeslot=0xA5E4,
116759 },
116760 [0xA5E5]={
116761  category="lo",
116762  description="VAI SYLLABLE HEN",
116763  direction="l",
116764  linebreak="al",
116765  unicodeslot=0xA5E5,
116766 },
116767 [0xA5E6]={
116768  category="lo",
116769  description="VAI SYLLABLE WE",
116770  direction="l",
116771  linebreak="al",
116772  unicodeslot=0xA5E6,
116773 },
116774 [0xA5E7]={
116775  category="lo",
116776  description="VAI SYLLABLE WEN",
116777  direction="l",
116778  linebreak="al",
116779  unicodeslot=0xA5E7,
116780 },
116781 [0xA5E8]={
116782  category="lo",
116783  description="VAI SYLLABLE PE",
116784  direction="l",
116785  linebreak="al",
116786  unicodeslot=0xA5E8,
116787 },
116788 [0xA5E9]={
116789  category="lo",
116790  description="VAI SYLLABLE BHE",
116791  direction="l",
116792  linebreak="al",
116793  unicodeslot=0xA5E9,
116794 },
116795 [0xA5EA]={
116796  category="lo",
116797  description="VAI SYLLABLE BE",
116798  direction="l",
116799  linebreak="al",
116800  unicodeslot=0xA5EA,
116801 },
116802 [0xA5EB]={
116803  category="lo",
116804  description="VAI SYLLABLE MBE",
116805  direction="l",
116806  linebreak="al",
116807  unicodeslot=0xA5EB,
116808 },
116809 [0xA5EC]={
116810  category="lo",
116811  description="VAI SYLLABLE KPE",
116812  direction="l",
116813  linebreak="al",
116814  unicodeslot=0xA5EC,
116815 },
116816 [0xA5ED]={
116817  category="lo",
116818  description="VAI SYLLABLE KPEN",
116819  direction="l",
116820  linebreak="al",
116821  unicodeslot=0xA5ED,
116822 },
116823 [0xA5EE]={
116824  category="lo",
116825  description="VAI SYLLABLE MGBE",
116826  direction="l",
116827  linebreak="al",
116828  unicodeslot=0xA5EE,
116829 },
116830 [0xA5EF]={
116831  category="lo",
116832  description="VAI SYLLABLE GBE",
116833  direction="l",
116834  linebreak="al",
116835  unicodeslot=0xA5EF,
116836 },
116837 [0xA5F0]={
116838  category="lo",
116839  description="VAI SYLLABLE GBEN",
116840  direction="l",
116841  linebreak="al",
116842  unicodeslot=0xA5F0,
116843 },
116844 [0xA5F1]={
116845  category="lo",
116846  description="VAI SYLLABLE FE",
116847  direction="l",
116848  linebreak="al",
116849  unicodeslot=0xA5F1,
116850 },
116851 [0xA5F2]={
116852  category="lo",
116853  description="VAI SYLLABLE VE",
116854  direction="l",
116855  linebreak="al",
116856  unicodeslot=0xA5F2,
116857 },
116858 [0xA5F3]={
116859  category="lo",
116860  description="VAI SYLLABLE TE",
116861  direction="l",
116862  linebreak="al",
116863  unicodeslot=0xA5F3,
116864 },
116865 [0xA5F4]={
116866  category="lo",
116867  description="VAI SYLLABLE THE",
116868  direction="l",
116869  linebreak="al",
116870  unicodeslot=0xA5F4,
116871 },
116872 [0xA5F5]={
116873  category="lo",
116874  description="VAI SYLLABLE DHE",
116875  direction="l",
116876  linebreak="al",
116877  unicodeslot=0xA5F5,
116878 },
116879 [0xA5F6]={
116880  category="lo",
116881  description="VAI SYLLABLE DHHE",
116882  direction="l",
116883  linebreak="al",
116884  unicodeslot=0xA5F6,
116885 },
116886 [0xA5F7]={
116887  category="lo",
116888  description="VAI SYLLABLE LE",
116889  direction="l",
116890  linebreak="al",
116891  unicodeslot=0xA5F7,
116892 },
116893 [0xA5F8]={
116894  category="lo",
116895  description="VAI SYLLABLE RE",
116896  direction="l",
116897  linebreak="al",
116898  unicodeslot=0xA5F8,
116899 },
116900 [0xA5F9]={
116901  category="lo",
116902  description="VAI SYLLABLE DE",
116903  direction="l",
116904  linebreak="al",
116905  unicodeslot=0xA5F9,
116906 },
116907 [0xA5FA]={
116908  category="lo",
116909  description="VAI SYLLABLE NDE",
116910  direction="l",
116911  linebreak="al",
116912  unicodeslot=0xA5FA,
116913 },
116914 [0xA5FB]={
116915  category="lo",
116916  description="VAI SYLLABLE SE",
116917  direction="l",
116918  linebreak="al",
116919  unicodeslot=0xA5FB,
116920 },
116921 [0xA5FC]={
116922  category="lo",
116923  description="VAI SYLLABLE SHE",
116924  direction="l",
116925  linebreak="al",
116926  unicodeslot=0xA5FC,
116927 },
116928 [0xA5FD]={
116929  category="lo",
116930  description="VAI SYLLABLE ZE",
116931  direction="l",
116932  linebreak="al",
116933  unicodeslot=0xA5FD,
116934 },
116935 [0xA5FE]={
116936  category="lo",
116937  description="VAI SYLLABLE ZHE",
116938  direction="l",
116939  linebreak="al",
116940  unicodeslot=0xA5FE,
116941 },
116942 [0xA5FF]={
116943  category="lo",
116944  description="VAI SYLLABLE CE",
116945  direction="l",
116946  linebreak="al",
116947  unicodeslot=0xA5FF,
116948 },
116949 [0xA600]={
116950  category="lo",
116951  description="VAI SYLLABLE JE",
116952  direction="l",
116953  linebreak="al",
116954  unicodeslot=0xA600,
116955 },
116956 [0xA601]={
116957  category="lo",
116958  description="VAI SYLLABLE NJE",
116959  direction="l",
116960  linebreak="al",
116961  unicodeslot=0xA601,
116962 },
116963 [0xA602]={
116964  category="lo",
116965  description="VAI SYLLABLE YE",
116966  direction="l",
116967  linebreak="al",
116968  unicodeslot=0xA602,
116969 },
116970 [0xA603]={
116971  category="lo",
116972  description="VAI SYLLABLE KE",
116973  direction="l",
116974  linebreak="al",
116975  unicodeslot=0xA603,
116976 },
116977 [0xA604]={
116978  category="lo",
116979  description="VAI SYLLABLE NGGE",
116980  direction="l",
116981  linebreak="al",
116982  unicodeslot=0xA604,
116983 },
116984 [0xA605]={
116985  category="lo",
116986  description="VAI SYLLABLE NGGEN",
116987  direction="l",
116988  linebreak="al",
116989  unicodeslot=0xA605,
116990 },
116991 [0xA606]={
116992  category="lo",
116993  description="VAI SYLLABLE GE",
116994  direction="l",
116995  linebreak="al",
116996  unicodeslot=0xA606,
116997 },
116998 [0xA607]={
116999  category="lo",
117000  description="VAI SYLLABLE GEN",
117001  direction="l",
117002  linebreak="al",
117003  unicodeslot=0xA607,
117004 },
117005 [0xA608]={
117006  category="lo",
117007  description="VAI SYLLABLE ME",
117008  direction="l",
117009  linebreak="al",
117010  unicodeslot=0xA608,
117011 },
117012 [0xA609]={
117013  category="lo",
117014  description="VAI SYLLABLE NE",
117015  direction="l",
117016  linebreak="al",
117017  unicodeslot=0xA609,
117018 },
117019 [0xA60A]={
117020  category="lo",
117021  description="VAI SYLLABLE NYE",
117022  direction="l",
117023  linebreak="al",
117024  unicodeslot=0xA60A,
117025 },
117026 [0xA60B]={
117027  category="lo",
117028  description="VAI SYLLABLE NG",
117029  direction="l",
117030  linebreak="al",
117031  unicodeslot=0xA60B,
117032 },
117033 [0xA60C]={
117034  category="lm",
117035  description="VAI SYLLABLE LENGTHENER",
117036  direction="l",
117037  linebreak="al",
117038  unicodeslot=0xA60C,
117039 },
117040 [0xA60D]={
117041  category="po",
117042  description="VAI COMMA",
117043  direction="on",
117044  linebreak="ba",
117045  unicodeslot=0xA60D,
117046 },
117047 [0xA60E]={
117048  category="po",
117049  description="VAI FULL STOP",
117050  direction="on",
117051  linebreak="ex",
117052  unicodeslot=0xA60E,
117053 },
117054 [0xA60F]={
117055  category="po",
117056  description="VAI QUESTION MARK",
117057  direction="on",
117058  linebreak="ba",
117059  unicodeslot=0xA60F,
117060 },
117061 [0xA610]={
117062  category="lo",
117063  description="VAI SYLLABLE NDOLE FA",
117064  direction="l",
117065  linebreak="al",
117066  unicodeslot=0xA610,
117067 },
117068 [0xA611]={
117069  category="lo",
117070  description="VAI SYLLABLE NDOLE KA",
117071  direction="l",
117072  linebreak="al",
117073  unicodeslot=0xA611,
117074 },
117075 [0xA612]={
117076  category="lo",
117077  description="VAI SYLLABLE NDOLE SOO",
117078  direction="l",
117079  linebreak="al",
117080  unicodeslot=0xA612,
117081 },
117082 [0xA613]={
117083  category="lo",
117084  description="VAI SYMBOL FEENG",
117085  direction="l",
117086  linebreak="al",
117087  unicodeslot=0xA613,
117088 },
117089 [0xA614]={
117090  category="lo",
117091  description="VAI SYMBOL KEENG",
117092  direction="l",
117093  linebreak="al",
117094  unicodeslot=0xA614,
117095 },
117096 [0xA615]={
117097  category="lo",
117098  description="VAI SYMBOL TING",
117099  direction="l",
117100  linebreak="al",
117101  unicodeslot=0xA615,
117102 },
117103 [0xA616]={
117104  category="lo",
117105  description="VAI SYMBOL NII",
117106  direction="l",
117107  linebreak="al",
117108  unicodeslot=0xA616,
117109 },
117110 [0xA617]={
117111  category="lo",
117112  description="VAI SYMBOL BANG",
117113  direction="l",
117114  linebreak="al",
117115  unicodeslot=0xA617,
117116 },
117117 [0xA618]={
117118  category="lo",
117119  description="VAI SYMBOL FAA",
117120  direction="l",
117121  linebreak="al",
117122  unicodeslot=0xA618,
117123 },
117124 [0xA619]={
117125  category="lo",
117126  description="VAI SYMBOL TAA",
117127  direction="l",
117128  linebreak="al",
117129  unicodeslot=0xA619,
117130 },
117131 [0xA61A]={
117132  category="lo",
117133  description="VAI SYMBOL DANG",
117134  direction="l",
117135  linebreak="al",
117136  unicodeslot=0xA61A,
117137 },
117138 [0xA61B]={
117139  category="lo",
117140  description="VAI SYMBOL DOONG",
117141  direction="l",
117142  linebreak="al",
117143  unicodeslot=0xA61B,
117144 },
117145 [0xA61C]={
117146  category="lo",
117147  description="VAI SYMBOL KUNG",
117148  direction="l",
117149  linebreak="al",
117150  unicodeslot=0xA61C,
117151 },
117152 [0xA61D]={
117153  category="lo",
117154  description="VAI SYMBOL TONG",
117155  direction="l",
117156  linebreak="al",
117157  unicodeslot=0xA61D,
117158 },
117159 [0xA61E]={
117160  category="lo",
117161  description="VAI SYMBOL DO-O",
117162  direction="l",
117163  linebreak="al",
117164  unicodeslot=0xA61E,
117165 },
117166 [0xA61F]={
117167  category="lo",
117168  description="VAI SYMBOL JONG",
117169  direction="l",
117170  linebreak="al",
117171  unicodeslot=0xA61F,
117172 },
117173 [0xA620]={
117174  category="nd",
117175  description="VAI DIGIT ZERO",
117176  direction="l",
117177  linebreak="nu",
117178  unicodeslot=0xA620,
117179 },
117180 [0xA621]={
117181  category="nd",
117182  description="VAI DIGIT ONE",
117183  direction="l",
117184  linebreak="nu",
117185  unicodeslot=0xA621,
117186 },
117187 [0xA622]={
117188  category="nd",
117189  description="VAI DIGIT TWO",
117190  direction="l",
117191  linebreak="nu",
117192  unicodeslot=0xA622,
117193 },
117194 [0xA623]={
117195  category="nd",
117196  description="VAI DIGIT THREE",
117197  direction="l",
117198  linebreak="nu",
117199  unicodeslot=0xA623,
117200 },
117201 [0xA624]={
117202  category="nd",
117203  description="VAI DIGIT FOUR",
117204  direction="l",
117205  linebreak="nu",
117206  unicodeslot=0xA624,
117207 },
117208 [0xA625]={
117209  category="nd",
117210  description="VAI DIGIT FIVE",
117211  direction="l",
117212  linebreak="nu",
117213  unicodeslot=0xA625,
117214 },
117215 [0xA626]={
117216  category="nd",
117217  description="VAI DIGIT SIX",
117218  direction="l",
117219  linebreak="nu",
117220  unicodeslot=0xA626,
117221 },
117222 [0xA627]={
117223  category="nd",
117224  description="VAI DIGIT SEVEN",
117225  direction="l",
117226  linebreak="nu",
117227  unicodeslot=0xA627,
117228 },
117229 [0xA628]={
117230  category="nd",
117231  description="VAI DIGIT EIGHT",
117232  direction="l",
117233  linebreak="nu",
117234  unicodeslot=0xA628,
117235 },
117236 [0xA629]={
117237  category="nd",
117238  description="VAI DIGIT NINE",
117239  direction="l",
117240  linebreak="nu",
117241  unicodeslot=0xA629,
117242 },
117243 [0xA62A]={
117244  category="lo",
117245  description="VAI SYLLABLE NDOLE MA",
117246  direction="l",
117247  linebreak="al",
117248  unicodeslot=0xA62A,
117249 },
117250 [0xA62B]={
117251  category="lo",
117252  description="VAI SYLLABLE NDOLE DO",
117253  direction="l",
117254  linebreak="al",
117255  unicodeslot=0xA62B,
117256 },
117257 [0xA640]={
117258  category="lu",
117259  description="CYRILLIC CAPITAL LETTER ZEMLYA",
117260  direction="l",
117261  lccode=0xA641,
117262  linebreak="al",
117263  unicodeslot=0xA640,
117264 },
117265 [0xA641]={
117266  category="ll",
117267  description="CYRILLIC SMALL LETTER ZEMLYA",
117268  direction="l",
117269  linebreak="al",
117270  unicodeslot=0xA641,
117271 },
117272 [0xA642]={
117273  category="lu",
117274  description="CYRILLIC CAPITAL LETTER DZELO",
117275  direction="l",
117276  lccode=0xA643,
117277  linebreak="al",
117278  unicodeslot=0xA642,
117279 },
117280 [0xA643]={
117281  category="ll",
117282  description="CYRILLIC SMALL LETTER DZELO",
117283  direction="l",
117284  linebreak="al",
117285  unicodeslot=0xA643,
117286 },
117287 [0xA644]={
117288  category="lu",
117289  description="CYRILLIC CAPITAL LETTER REVERSED DZE",
117290  direction="l",
117291  lccode=0xA645,
117292  linebreak="al",
117293  unicodeslot=0xA644,
117294 },
117295 [0xA645]={
117296  category="ll",
117297  description="CYRILLIC SMALL LETTER REVERSED DZE",
117298  direction="l",
117299  linebreak="al",
117300  unicodeslot=0xA645,
117301 },
117302 [0xA646]={
117303  category="lu",
117304  description="CYRILLIC CAPITAL LETTER IOTA",
117305  direction="l",
117306  lccode=0xA647,
117307  linebreak="al",
117308  unicodeslot=0xA646,
117309 },
117310 [0xA647]={
117311  category="ll",
117312  description="CYRILLIC SMALL LETTER IOTA",
117313  direction="l",
117314  linebreak="al",
117315  unicodeslot=0xA647,
117316 },
117317 [0xA648]={
117318  category="lu",
117319  description="CYRILLIC CAPITAL LETTER DJERV",
117320  direction="l",
117321  lccode=0xA649,
117322  linebreak="al",
117323  unicodeslot=0xA648,
117324 },
117325 [0xA649]={
117326  category="ll",
117327  description="CYRILLIC SMALL LETTER DJERV",
117328  direction="l",
117329  linebreak="al",
117330  unicodeslot=0xA649,
117331 },
117332 [0xA64A]={
117333  category="lu",
117334  description="CYRILLIC CAPITAL LETTER MONOGRAPH UK",
117335  direction="l",
117336  lccode=0xA64B,
117337  linebreak="al",
117338  unicodeslot=0xA64A,
117339 },
117340 [0xA64B]={
117341  category="ll",
117342  description="CYRILLIC SMALL LETTER MONOGRAPH UK",
117343  direction="l",
117344  linebreak="al",
117345  unicodeslot=0xA64B,
117346 },
117347 [0xA64C]={
117348  category="lu",
117349  description="CYRILLIC CAPITAL LETTER BROAD OMEGA",
117350  direction="l",
117351  lccode=0xA64D,
117352  linebreak="al",
117353  unicodeslot=0xA64C,
117354 },
117355 [0xA64D]={
117356  category="ll",
117357  description="CYRILLIC SMALL LETTER BROAD OMEGA",
117358  direction="l",
117359  linebreak="al",
117360  unicodeslot=0xA64D,
117361 },
117362 [0xA64E]={
117363  category="lu",
117364  description="CYRILLIC CAPITAL LETTER NEUTRAL YER",
117365  direction="l",
117366  lccode=0xA64F,
117367  linebreak="al",
117368  unicodeslot=0xA64E,
117369 },
117370 [0xA64F]={
117371  category="ll",
117372  description="CYRILLIC SMALL LETTER NEUTRAL YER",
117373  direction="l",
117374  linebreak="al",
117375  unicodeslot=0xA64F,
117376 },
117377 [0xA650]={
117378  category="lu",
117379  description="CYRILLIC CAPITAL LETTER YERU WITH BACK YER",
117380  direction="l",
117381  lccode=0xA651,
117382  linebreak="al",
117383  unicodeslot=0xA650,
117384 },
117385 [0xA651]={
117386  category="ll",
117387  description="CYRILLIC SMALL LETTER YERU WITH BACK YER",
117388  direction="l",
117389  linebreak="al",
117390  unicodeslot=0xA651,
117391 },
117392 [0xA652]={
117393  category="lu",
117394  description="CYRILLIC CAPITAL LETTER IOTIFIED YAT",
117395  direction="l",
117396  lccode=0xA653,
117397  linebreak="al",
117398  unicodeslot=0xA652,
117399 },
117400 [0xA653]={
117401  category="ll",
117402  description="CYRILLIC SMALL LETTER IOTIFIED YAT",
117403  direction="l",
117404  linebreak="al",
117405  unicodeslot=0xA653,
117406 },
117407 [0xA654]={
117408  category="lu",
117409  description="CYRILLIC CAPITAL LETTER REVERSED YU",
117410  direction="l",
117411  lccode=0xA655,
117412  linebreak="al",
117413  unicodeslot=0xA654,
117414 },
117415 [0xA655]={
117416  category="ll",
117417  description="CYRILLIC SMALL LETTER REVERSED YU",
117418  direction="l",
117419  linebreak="al",
117420  unicodeslot=0xA655,
117421 },
117422 [0xA656]={
117423  category="lu",
117424  description="CYRILLIC CAPITAL LETTER IOTIFIED A",
117425  direction="l",
117426  lccode=0xA657,
117427  linebreak="al",
117428  unicodeslot=0xA656,
117429 },
117430 [0xA657]={
117431  category="ll",
117432  description="CYRILLIC SMALL LETTER IOTIFIED A",
117433  direction="l",
117434  linebreak="al",
117435  unicodeslot=0xA657,
117436 },
117437 [0xA658]={
117438  category="lu",
117439  description="CYRILLIC CAPITAL LETTER CLOSED LITTLE YUS",
117440  direction="l",
117441  lccode=0xA659,
117442  linebreak="al",
117443  unicodeslot=0xA658,
117444 },
117445 [0xA659]={
117446  category="ll",
117447  description="CYRILLIC SMALL LETTER CLOSED LITTLE YUS",
117448  direction="l",
117449  linebreak="al",
117450  unicodeslot=0xA659,
117451 },
117452 [0xA65A]={
117453  category="lu",
117454  description="CYRILLIC CAPITAL LETTER BLENDED YUS",
117455  direction="l",
117456  lccode=0xA65B,
117457  linebreak="al",
117458  unicodeslot=0xA65A,
117459 },
117460 [0xA65B]={
117461  category="ll",
117462  description="CYRILLIC SMALL LETTER BLENDED YUS",
117463  direction="l",
117464  linebreak="al",
117465  unicodeslot=0xA65B,
117466 },
117467 [0xA65C]={
117468  category="lu",
117469  description="CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS",
117470  direction="l",
117471  lccode=0xA65D,
117472  linebreak="al",
117473  unicodeslot=0xA65C,
117474 },
117475 [0xA65D]={
117476  category="ll",
117477  description="CYRILLIC SMALL LETTER IOTIFIED CLOSED LITTLE YUS",
117478  direction="l",
117479  linebreak="al",
117480  unicodeslot=0xA65D,
117481 },
117482 [0xA65E]={
117483  category="lu",
117484  description="CYRILLIC CAPITAL LETTER YN",
117485  direction="l",
117486  lccode=0xA65F,
117487  linebreak="al",
117488  unicodeslot=0xA65E,
117489 },
117490 [0xA65F]={
117491  category="ll",
117492  description="CYRILLIC SMALL LETTER YN",
117493  direction="l",
117494  linebreak="al",
117495  unicodeslot=0xA65F,
117496 },
117497 [0xA660]={
117498  category="lu",
117499  description="CYRILLIC CAPITAL LETTER REVERSED TSE",
117500  direction="l",
117501  lccode=0xA661,
117502  linebreak="al",
117503  unicodeslot=0xA660,
117504 },
117505 [0xA661]={
117506  category="ll",
117507  description="CYRILLIC SMALL LETTER REVERSED TSE",
117508  direction="l",
117509  linebreak="al",
117510  unicodeslot=0xA661,
117511 },
117512 [0xA662]={
117513  category="lu",
117514  description="CYRILLIC CAPITAL LETTER SOFT DE",
117515  direction="l",
117516  lccode=0xA663,
117517  linebreak="al",
117518  unicodeslot=0xA662,
117519 },
117520 [0xA663]={
117521  category="ll",
117522  description="CYRILLIC SMALL LETTER SOFT DE",
117523  direction="l",
117524  linebreak="al",
117525  unicodeslot=0xA663,
117526 },
117527 [0xA664]={
117528  category="lu",
117529  description="CYRILLIC CAPITAL LETTER SOFT EL",
117530  direction="l",
117531  lccode=0xA665,
117532  linebreak="al",
117533  unicodeslot=0xA664,
117534 },
117535 [0xA665]={
117536  category="ll",
117537  description="CYRILLIC SMALL LETTER SOFT EL",
117538  direction="l",
117539  linebreak="al",
117540  unicodeslot=0xA665,
117541 },
117542 [0xA666]={
117543  category="lu",
117544  description="CYRILLIC CAPITAL LETTER SOFT EM",
117545  direction="l",
117546  lccode=0xA667,
117547  linebreak="al",
117548  unicodeslot=0xA666,
117549 },
117550 [0xA667]={
117551  category="ll",
117552  description="CYRILLIC SMALL LETTER SOFT EM",
117553  direction="l",
117554  linebreak="al",
117555  unicodeslot=0xA667,
117556 },
117557 [0xA668]={
117558  category="lu",
117559  description="CYRILLIC CAPITAL LETTER MONOCULAR O",
117560  direction="l",
117561  lccode=0xA669,
117562  linebreak="al",
117563  unicodeslot=0xA668,
117564 },
117565 [0xA669]={
117566  category="ll",
117567  description="CYRILLIC SMALL LETTER MONOCULAR O",
117568  direction="l",
117569  linebreak="al",
117570  unicodeslot=0xA669,
117571 },
117572 [0xA66A]={
117573  category="lu",
117574  description="CYRILLIC CAPITAL LETTER BINOCULAR O",
117575  direction="l",
117576  lccode=0xA66B,
117577  linebreak="al",
117578  unicodeslot=0xA66A,
117579 },
117580 [0xA66B]={
117581  category="ll",
117582  description="CYRILLIC SMALL LETTER BINOCULAR O",
117583  direction="l",
117584  linebreak="al",
117585  unicodeslot=0xA66B,
117586 },
117587 [0xA66C]={
117588  category="lu",
117589  description="CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O",
117590  direction="l",
117591  lccode=0xA66D,
117592  linebreak="al",
117593  unicodeslot=0xA66C,
117594 },
117595 [0xA66D]={
117596  category="ll",
117597  description="CYRILLIC SMALL LETTER DOUBLE MONOCULAR O",
117598  direction="l",
117599  linebreak="al",
117600  unicodeslot=0xA66D,
117601 },
117602 [0xA66E]={
117603  category="lo",
117604  description="CYRILLIC LETTER MULTIOCULAR O",
117605  direction="l",
117606  linebreak="al",
117607  unicodeslot=0xA66E,
117608 },
117609 [0xA66F]={
117610  category="mn",
117611  combining=0xE6,
117612  description="COMBINING CYRILLIC VZMET",
117613  direction="nsm",
117614  linebreak="cm",
117615  unicodeslot=0xA66F,
117616 },
117617 [0xA670]={
117618  category="me",
117619  description="COMBINING CYRILLIC TEN MILLIONS SIGN",
117620  direction="nsm",
117621  linebreak="cm",
117622  unicodeslot=0xA670,
117623 },
117624 [0xA671]={
117625  category="me",
117626  description="COMBINING CYRILLIC HUNDRED MILLIONS SIGN",
117627  direction="nsm",
117628  linebreak="cm",
117629  unicodeslot=0xA671,
117630 },
117631 [0xA672]={
117632  category="me",
117633  description="COMBINING CYRILLIC THOUSAND MILLIONS SIGN",
117634  direction="nsm",
117635  linebreak="cm",
117636  unicodeslot=0xA672,
117637 },
117638 [0xA673]={
117639  category="po",
117640  description="SLAVONIC ASTERISK",
117641  direction="on",
117642  linebreak="al",
117643  unicodeslot=0xA673,
117644 },
117645 [0xA674]={
117646  category="mn",
117647  combining=0xE6,
117648  description="COMBINING CYRILLIC LETTER UKRAINIAN IE",
117649  direction="nsm",
117650  linebreak="cm",
117651  unicodeslot=0xA674,
117652 },
117653 [0xA675]={
117654  category="mn",
117655  combining=0xE6,
117656  description="COMBINING CYRILLIC LETTER I",
117657  direction="nsm",
117658  linebreak="cm",
117659  unicodeslot=0xA675,
117660 },
117661 [0xA676]={
117662  category="mn",
117663  combining=0xE6,
117664  description="COMBINING CYRILLIC LETTER YI",
117665  direction="nsm",
117666  linebreak="cm",
117667  unicodeslot=0xA676,
117668 },
117669 [0xA677]={
117670  category="mn",
117671  combining=0xE6,
117672  description="COMBINING CYRILLIC LETTER U",
117673  direction="nsm",
117674  linebreak="cm",
117675  unicodeslot=0xA677,
117676 },
117677 [0xA678]={
117678  category="mn",
117679  combining=0xE6,
117680  description="COMBINING CYRILLIC LETTER HARD SIGN",
117681  direction="nsm",
117682  linebreak="cm",
117683  unicodeslot=0xA678,
117684 },
117685 [0xA679]={
117686  category="mn",
117687  combining=0xE6,
117688  description="COMBINING CYRILLIC LETTER YERU",
117689  direction="nsm",
117690  linebreak="cm",
117691  unicodeslot=0xA679,
117692 },
117693 [0xA67A]={
117694  category="mn",
117695  combining=0xE6,
117696  description="COMBINING CYRILLIC LETTER SOFT SIGN",
117697  direction="nsm",
117698  linebreak="cm",
117699  unicodeslot=0xA67A,
117700 },
117701 [0xA67B]={
117702  category="mn",
117703  combining=0xE6,
117704  description="COMBINING CYRILLIC LETTER OMEGA",
117705  direction="nsm",
117706  linebreak="cm",
117707  unicodeslot=0xA67B,
117708 },
117709 [0xA67C]={
117710  category="mn",
117711  combining=0xE6,
117712  description="COMBINING CYRILLIC KAVYKA",
117713  direction="nsm",
117714  linebreak="cm",
117715  unicodeslot=0xA67C,
117716 },
117717 [0xA67D]={
117718  category="mn",
117719  combining=0xE6,
117720  description="COMBINING CYRILLIC PAYEROK",
117721  direction="nsm",
117722  linebreak="cm",
117723  unicodeslot=0xA67D,
117724 },
117725 [0xA67E]={
117726  category="po",
117727  description="CYRILLIC KAVYKA",
117728  direction="on",
117729  linebreak="al",
117730  unicodeslot=0xA67E,
117731 },
117732 [0xA67F]={
117733  category="lm",
117734  description="CYRILLIC PAYEROK",
117735  direction="on",
117736  linebreak="al",
117737  unicodeslot=0xA67F,
117738 },
117739 [0xA680]={
117740  category="lu",
117741  description="CYRILLIC CAPITAL LETTER DWE",
117742  direction="l",
117743  lccode=0xA681,
117744  linebreak="al",
117745  unicodeslot=0xA680,
117746 },
117747 [0xA681]={
117748  category="ll",
117749  description="CYRILLIC SMALL LETTER DWE",
117750  direction="l",
117751  linebreak="al",
117752  unicodeslot=0xA681,
117753 },
117754 [0xA682]={
117755  category="lu",
117756  description="CYRILLIC CAPITAL LETTER DZWE",
117757  direction="l",
117758  lccode=0xA683,
117759  linebreak="al",
117760  unicodeslot=0xA682,
117761 },
117762 [0xA683]={
117763  category="ll",
117764  description="CYRILLIC SMALL LETTER DZWE",
117765  direction="l",
117766  linebreak="al",
117767  unicodeslot=0xA683,
117768 },
117769 [0xA684]={
117770  category="lu",
117771  description="CYRILLIC CAPITAL LETTER ZHWE",
117772  direction="l",
117773  lccode=0xA685,
117774  linebreak="al",
117775  unicodeslot=0xA684,
117776 },
117777 [0xA685]={
117778  category="ll",
117779  description="CYRILLIC SMALL LETTER ZHWE",
117780  direction="l",
117781  linebreak="al",
117782  unicodeslot=0xA685,
117783 },
117784 [0xA686]={
117785  category="lu",
117786  description="CYRILLIC CAPITAL LETTER CCHE",
117787  direction="l",
117788  lccode=0xA687,
117789  linebreak="al",
117790  unicodeslot=0xA686,
117791 },
117792 [0xA687]={
117793  category="ll",
117794  description="CYRILLIC SMALL LETTER CCHE",
117795  direction="l",
117796  linebreak="al",
117797  unicodeslot=0xA687,
117798 },
117799 [0xA688]={
117800  category="lu",
117801  description="CYRILLIC CAPITAL LETTER DZZE",
117802  direction="l",
117803  lccode=0xA689,
117804  linebreak="al",
117805  unicodeslot=0xA688,
117806 },
117807 [0xA689]={
117808  category="ll",
117809  description="CYRILLIC SMALL LETTER DZZE",
117810  direction="l",
117811  linebreak="al",
117812  unicodeslot=0xA689,
117813 },
117814 [0xA68A]={
117815  category="lu",
117816  description="CYRILLIC CAPITAL LETTER TE WITH MIDDLE HOOK",
117817  direction="l",
117818  lccode=0xA68B,
117819  linebreak="al",
117820  unicodeslot=0xA68A,
117821 },
117822 [0xA68B]={
117823  category="ll",
117824  description="CYRILLIC SMALL LETTER TE WITH MIDDLE HOOK",
117825  direction="l",
117826  linebreak="al",
117827  unicodeslot=0xA68B,
117828 },
117829 [0xA68C]={
117830  category="lu",
117831  description="CYRILLIC CAPITAL LETTER TWE",
117832  direction="l",
117833  lccode=0xA68D,
117834  linebreak="al",
117835  unicodeslot=0xA68C,
117836 },
117837 [0xA68D]={
117838  category="ll",
117839  description="CYRILLIC SMALL LETTER TWE",
117840  direction="l",
117841  linebreak="al",
117842  unicodeslot=0xA68D,
117843 },
117844 [0xA68E]={
117845  category="lu",
117846  description="CYRILLIC CAPITAL LETTER TSWE",
117847  direction="l",
117848  lccode=0xA68F,
117849  linebreak="al",
117850  unicodeslot=0xA68E,
117851 },
117852 [0xA68F]={
117853  category="ll",
117854  description="CYRILLIC SMALL LETTER TSWE",
117855  direction="l",
117856  linebreak="al",
117857  unicodeslot=0xA68F,
117858 },
117859 [0xA690]={
117860  category="lu",
117861  description="CYRILLIC CAPITAL LETTER TSSE",
117862  direction="l",
117863  lccode=0xA691,
117864  linebreak="al",
117865  unicodeslot=0xA690,
117866 },
117867 [0xA691]={
117868  category="ll",
117869  description="CYRILLIC SMALL LETTER TSSE",
117870  direction="l",
117871  linebreak="al",
117872  unicodeslot=0xA691,
117873 },
117874 [0xA692]={
117875  category="lu",
117876  description="CYRILLIC CAPITAL LETTER TCHE",
117877  direction="l",
117878  lccode=0xA693,
117879  linebreak="al",
117880  unicodeslot=0xA692,
117881 },
117882 [0xA693]={
117883  category="ll",
117884  description="CYRILLIC SMALL LETTER TCHE",
117885  direction="l",
117886  linebreak="al",
117887  unicodeslot=0xA693,
117888 },
117889 [0xA694]={
117890  category="lu",
117891  description="CYRILLIC CAPITAL LETTER HWE",
117892  direction="l",
117893  lccode=0xA695,
117894  linebreak="al",
117895  unicodeslot=0xA694,
117896 },
117897 [0xA695]={
117898  category="ll",
117899  description="CYRILLIC SMALL LETTER HWE",
117900  direction="l",
117901  linebreak="al",
117902  unicodeslot=0xA695,
117903 },
117904 [0xA696]={
117905  category="lu",
117906  description="CYRILLIC CAPITAL LETTER SHWE",
117907  direction="l",
117908  lccode=0xA697,
117909  linebreak="al",
117910  unicodeslot=0xA696,
117911 },
117912 [0xA697]={
117913  category="ll",
117914  description="CYRILLIC SMALL LETTER SHWE",
117915  direction="l",
117916  linebreak="al",
117917  unicodeslot=0xA697,
117918 },
117919 [0xA698]={
117920  category="lu",
117921  description="CYRILLIC CAPITAL LETTER DOUBLE O",
117922  direction="l",
117923  lccode=0xA699,
117924  linebreak="al",
117925  unicodeslot=0xA698,
117926 },
117927 [0xA699]={
117928  category="ll",
117929  description="CYRILLIC SMALL LETTER DOUBLE O",
117930  direction="l",
117931  linebreak="al",
117932  unicodeslot=0xA699,
117933 },
117934 [0xA69A]={
117935  category="lu",
117936  description="CYRILLIC CAPITAL LETTER CROSSED O",
117937  direction="l",
117938  lccode=0xA69B,
117939  linebreak="al",
117940  unicodeslot=0xA69A,
117941 },
117942 [0xA69B]={
117943  category="ll",
117944  description="CYRILLIC SMALL LETTER CROSSED O",
117945  direction="l",
117946  linebreak="al",
117947  unicodeslot=0xA69B,
117948 },
117949 [0xA69C]={
117950  category="lm",
117951  description="MODIFIER LETTER CYRILLIC HARD SIGN",
117952  direction="l",
117953  linebreak="al",
117954  specials={ "super", 0x44A },
117955  unicodeslot=0xA69C,
117956 },
117957 [0xA69D]={
117958  category="lm",
117959  description="MODIFIER LETTER CYRILLIC SOFT SIGN",
117960  direction="l",
117961  linebreak="al",
117962  specials={ "super", 0x44C },
117963  unicodeslot=0xA69D,
117964 },
117965 [0xA69E]={
117966  category="mn",
117967  combining=0xE6,
117968  description="COMBINING CYRILLIC LETTER EF",
117969  direction="nsm",
117970  linebreak="cm",
117971  unicodeslot=0xA69E,
117972 },
117973 [0xA69F]={
117974  category="mn",
117975  combining=0xE6,
117976  description="COMBINING CYRILLIC LETTER IOTIFIED E",
117977  direction="nsm",
117978  linebreak="cm",
117979  unicodeslot=0xA69F,
117980 },
117981 [0xA6A0]={
117982  category="lo",
117983  description="BAMUM LETTER A",
117984  direction="l",
117985  linebreak="al",
117986  unicodeslot=0xA6A0,
117987 },
117988 [0xA6A1]={
117989  category="lo",
117990  description="BAMUM LETTER KA",
117991  direction="l",
117992  linebreak="al",
117993  unicodeslot=0xA6A1,
117994 },
117995 [0xA6A2]={
117996  category="lo",
117997  description="BAMUM LETTER U",
117998  direction="l",
117999  linebreak="al",
118000  unicodeslot=0xA6A2,
118001 },
118002 [0xA6A3]={
118003  category="lo",
118004  description="BAMUM LETTER KU",
118005  direction="l",
118006  linebreak="al",
118007  unicodeslot=0xA6A3,
118008 },
118009 [0xA6A4]={
118010  category="lo",
118011  description="BAMUM LETTER EE",
118012  direction="l",
118013  linebreak="al",
118014  unicodeslot=0xA6A4,
118015 },
118016 [0xA6A5]={
118017  category="lo",
118018  description="BAMUM LETTER REE",
118019  direction="l",
118020  linebreak="al",
118021  unicodeslot=0xA6A5,
118022 },
118023 [0xA6A6]={
118024  category="lo",
118025  description="BAMUM LETTER TAE",
118026  direction="l",
118027  linebreak="al",
118028  unicodeslot=0xA6A6,
118029 },
118030 [0xA6A7]={
118031  category="lo",
118032  description="BAMUM LETTER O",
118033  direction="l",
118034  linebreak="al",
118035  unicodeslot=0xA6A7,
118036 },
118037 [0xA6A8]={
118038  category="lo",
118039  description="BAMUM LETTER NYI",
118040  direction="l",
118041  linebreak="al",
118042  unicodeslot=0xA6A8,
118043 },
118044 [0xA6A9]={
118045  category="lo",
118046  description="BAMUM LETTER I",
118047  direction="l",
118048  linebreak="al",
118049  unicodeslot=0xA6A9,
118050 },
118051 [0xA6AA]={
118052  category="lo",
118053  description="BAMUM LETTER LA",
118054  direction="l",
118055  linebreak="al",
118056  unicodeslot=0xA6AA,
118057 },
118058 [0xA6AB]={
118059  category="lo",
118060  description="BAMUM LETTER PA",
118061  direction="l",
118062  linebreak="al",
118063  unicodeslot=0xA6AB,
118064 },
118065 [0xA6AC]={
118066  category="lo",
118067  description="BAMUM LETTER RII",
118068  direction="l",
118069  linebreak="al",
118070  unicodeslot=0xA6AC,
118071 },
118072 [0xA6AD]={
118073  category="lo",
118074  description="BAMUM LETTER RIEE",
118075  direction="l",
118076  linebreak="al",
118077  unicodeslot=0xA6AD,
118078 },
118079 [0xA6AE]={
118080  category="lo",
118081  description="BAMUM LETTER LEEEE",
118082  direction="l",
118083  linebreak="al",
118084  unicodeslot=0xA6AE,
118085 },
118086 [0xA6AF]={
118087  category="lo",
118088  description="BAMUM LETTER MEEEE",
118089  direction="l",
118090  linebreak="al",
118091  unicodeslot=0xA6AF,
118092 },
118093 [0xA6B0]={
118094  category="lo",
118095  description="BAMUM LETTER TAA",
118096  direction="l",
118097  linebreak="al",
118098  unicodeslot=0xA6B0,
118099 },
118100 [0xA6B1]={
118101  category="lo",
118102  description="BAMUM LETTER NDAA",
118103  direction="l",
118104  linebreak="al",
118105  unicodeslot=0xA6B1,
118106 },
118107 [0xA6B2]={
118108  category="lo",
118109  description="BAMUM LETTER NJAEM",
118110  direction="l",
118111  linebreak="al",
118112  unicodeslot=0xA6B2,
118113 },
118114 [0xA6B3]={
118115  category="lo",
118116  description="BAMUM LETTER M",
118117  direction="l",
118118  linebreak="al",
118119  unicodeslot=0xA6B3,
118120 },
118121 [0xA6B4]={
118122  category="lo",
118123  description="BAMUM LETTER SUU",
118124  direction="l",
118125  linebreak="al",
118126  unicodeslot=0xA6B4,
118127 },
118128 [0xA6B5]={
118129  category="lo",
118130  description="BAMUM LETTER MU",
118131  direction="l",
118132  linebreak="al",
118133  unicodeslot=0xA6B5,
118134 },
118135 [0xA6B6]={
118136  category="lo",
118137  description="BAMUM LETTER SHII",
118138  direction="l",
118139  linebreak="al",
118140  unicodeslot=0xA6B6,
118141 },
118142 [0xA6B7]={
118143  category="lo",
118144  description="BAMUM LETTER SI",
118145  direction="l",
118146  linebreak="al",
118147  unicodeslot=0xA6B7,
118148 },
118149 [0xA6B8]={
118150  category="lo",
118151  description="BAMUM LETTER SHEUX",
118152  direction="l",
118153  linebreak="al",
118154  unicodeslot=0xA6B8,
118155 },
118156 [0xA6B9]={
118157  category="lo",
118158  description="BAMUM LETTER SEUX",
118159  direction="l",
118160  linebreak="al",
118161  unicodeslot=0xA6B9,
118162 },
118163 [0xA6BA]={
118164  category="lo",
118165  description="BAMUM LETTER KYEE",
118166  direction="l",
118167  linebreak="al",
118168  unicodeslot=0xA6BA,
118169 },
118170 [0xA6BB]={
118171  category="lo",
118172  description="BAMUM LETTER KET",
118173  direction="l",
118174  linebreak="al",
118175  unicodeslot=0xA6BB,
118176 },
118177 [0xA6BC]={
118178  category="lo",
118179  description="BAMUM LETTER NUAE",
118180  direction="l",
118181  linebreak="al",
118182  unicodeslot=0xA6BC,
118183 },
118184 [0xA6BD]={
118185  category="lo",
118186  description="BAMUM LETTER NU",
118187  direction="l",
118188  linebreak="al",
118189  unicodeslot=0xA6BD,
118190 },
118191 [0xA6BE]={
118192  category="lo",
118193  description="BAMUM LETTER NJUAE",
118194  direction="l",
118195  linebreak="al",
118196  unicodeslot=0xA6BE,
118197 },
118198 [0xA6BF]={
118199  category="lo",
118200  description="BAMUM LETTER YOQ",
118201  direction="l",
118202  linebreak="al",
118203  unicodeslot=0xA6BF,
118204 },
118205 [0xA6C0]={
118206  category="lo",
118207  description="BAMUM LETTER SHU",
118208  direction="l",
118209  linebreak="al",
118210  unicodeslot=0xA6C0,
118211 },
118212 [0xA6C1]={
118213  category="lo",
118214  description="BAMUM LETTER YUQ",
118215  direction="l",
118216  linebreak="al",
118217  unicodeslot=0xA6C1,
118218 },
118219 [0xA6C2]={
118220  category="lo",
118221  description="BAMUM LETTER YA",
118222  direction="l",
118223  linebreak="al",
118224  unicodeslot=0xA6C2,
118225 },
118226 [0xA6C3]={
118227  category="lo",
118228  description="BAMUM LETTER NSHA",
118229  direction="l",
118230  linebreak="al",
118231  unicodeslot=0xA6C3,
118232 },
118233 [0xA6C4]={
118234  category="lo",
118235  description="BAMUM LETTER KEUX",
118236  direction="l",
118237  linebreak="al",
118238  unicodeslot=0xA6C4,
118239 },
118240 [0xA6C5]={
118241  category="lo",
118242  description="BAMUM LETTER PEUX",
118243  direction="l",
118244  linebreak="al",
118245  unicodeslot=0xA6C5,
118246 },
118247 [0xA6C6]={
118248  category="lo",
118249  description="BAMUM LETTER NJEE",
118250  direction="l",
118251  linebreak="al",
118252  unicodeslot=0xA6C6,
118253 },
118254 [0xA6C7]={
118255  category="lo",
118256  description="BAMUM LETTER NTEE",
118257  direction="l",
118258  linebreak="al",
118259  unicodeslot=0xA6C7,
118260 },
118261 [0xA6C8]={
118262  category="lo",
118263  description="BAMUM LETTER PUE",
118264  direction="l",
118265  linebreak="al",
118266  unicodeslot=0xA6C8,
118267 },
118268 [0xA6C9]={
118269  category="lo",
118270  description="BAMUM LETTER WUE",
118271  direction="l",
118272  linebreak="al",
118273  unicodeslot=0xA6C9,
118274 },
118275 [0xA6CA]={
118276  category="lo",
118277  description="BAMUM LETTER PEE",
118278  direction="l",
118279  linebreak="al",
118280  unicodeslot=0xA6CA,
118281 },
118282 [0xA6CB]={
118283  category="lo",
118284  description="BAMUM LETTER FEE",
118285  direction="l",
118286  linebreak="al",
118287  unicodeslot=0xA6CB,
118288 },
118289 [0xA6CC]={
118290  category="lo",
118291  description="BAMUM LETTER RU",
118292  direction="l",
118293  linebreak="al",
118294  unicodeslot=0xA6CC,
118295 },
118296 [0xA6CD]={
118297  category="lo",
118298  description="BAMUM LETTER LU",
118299  direction="l",
118300  linebreak="al",
118301  unicodeslot=0xA6CD,
118302 },
118303 [0xA6CE]={
118304  category="lo",
118305  description="BAMUM LETTER MI",
118306  direction="l",
118307  linebreak="al",
118308  unicodeslot=0xA6CE,
118309 },
118310 [0xA6CF]={
118311  category="lo",
118312  description="BAMUM LETTER NI",
118313  direction="l",
118314  linebreak="al",
118315  unicodeslot=0xA6CF,
118316 },
118317 [0xA6D0]={
118318  category="lo",
118319  description="BAMUM LETTER REUX",
118320  direction="l",
118321  linebreak="al",
118322  unicodeslot=0xA6D0,
118323 },
118324 [0xA6D1]={
118325  category="lo",
118326  description="BAMUM LETTER RAE",
118327  direction="l",
118328  linebreak="al",
118329  unicodeslot=0xA6D1,
118330 },
118331 [0xA6D2]={
118332  category="lo",
118333  description="BAMUM LETTER KEN",
118334  direction="l",
118335  linebreak="al",
118336  unicodeslot=0xA6D2,
118337 },
118338 [0xA6D3]={
118339  category="lo",
118340  description="BAMUM LETTER NGKWAEN",
118341  direction="l",
118342  linebreak="al",
118343  unicodeslot=0xA6D3,
118344 },
118345 [0xA6D4]={
118346  category="lo",
118347  description="BAMUM LETTER NGGA",
118348  direction="l",
118349  linebreak="al",
118350  unicodeslot=0xA6D4,
118351 },
118352 [0xA6D5]={
118353  category="lo",
118354  description="BAMUM LETTER NGA",
118355  direction="l",
118356  linebreak="al",
118357  unicodeslot=0xA6D5,
118358 },
118359 [0xA6D6]={
118360  category="lo",
118361  description="BAMUM LETTER SHO",
118362  direction="l",
118363  linebreak="al",
118364  unicodeslot=0xA6D6,
118365 },
118366 [0xA6D7]={
118367  category="lo",
118368  description="BAMUM LETTER PUAE",
118369  direction="l",
118370  linebreak="al",
118371  unicodeslot=0xA6D7,
118372 },
118373 [0xA6D8]={
118374  category="lo",
118375  description="BAMUM LETTER FU",
118376  direction="l",
118377  linebreak="al",
118378  unicodeslot=0xA6D8,
118379 },
118380 [0xA6D9]={
118381  category="lo",
118382  description="BAMUM LETTER FOM",
118383  direction="l",
118384  linebreak="al",
118385  unicodeslot=0xA6D9,
118386 },
118387 [0xA6DA]={
118388  category="lo",
118389  description="BAMUM LETTER WA",
118390  direction="l",
118391  linebreak="al",
118392  unicodeslot=0xA6DA,
118393 },
118394 [0xA6DB]={
118395  category="lo",
118396  description="BAMUM LETTER NA",
118397  direction="l",
118398  linebreak="al",
118399  unicodeslot=0xA6DB,
118400 },
118401 [0xA6DC]={
118402  category="lo",
118403  description="BAMUM LETTER LI",
118404  direction="l",
118405  linebreak="al",
118406  unicodeslot=0xA6DC,
118407 },
118408 [0xA6DD]={
118409  category="lo",
118410  description="BAMUM LETTER PI",
118411  direction="l",
118412  linebreak="al",
118413  unicodeslot=0xA6DD,
118414 },
118415 [0xA6DE]={
118416  category="lo",
118417  description="BAMUM LETTER LOQ",
118418  direction="l",
118419  linebreak="al",
118420  unicodeslot=0xA6DE,
118421 },
118422 [0xA6DF]={
118423  category="lo",
118424  description="BAMUM LETTER KO",
118425  direction="l",
118426  linebreak="al",
118427  unicodeslot=0xA6DF,
118428 },
118429 [0xA6E0]={
118430  category="lo",
118431  description="BAMUM LETTER MBEN",
118432  direction="l",
118433  linebreak="al",
118434  unicodeslot=0xA6E0,
118435 },
118436 [0xA6E1]={
118437  category="lo",
118438  description="BAMUM LETTER REN",
118439  direction="l",
118440  linebreak="al",
118441  unicodeslot=0xA6E1,
118442 },
118443 [0xA6E2]={
118444  category="lo",
118445  description="BAMUM LETTER MEN",
118446  direction="l",
118447  linebreak="al",
118448  unicodeslot=0xA6E2,
118449 },
118450 [0xA6E3]={
118451  category="lo",
118452  description="BAMUM LETTER MA",
118453  direction="l",
118454  linebreak="al",
118455  unicodeslot=0xA6E3,
118456 },
118457 [0xA6E4]={
118458  category="lo",
118459  description="BAMUM LETTER TI",
118460  direction="l",
118461  linebreak="al",
118462  unicodeslot=0xA6E4,
118463 },
118464 [0xA6E5]={
118465  category="lo",
118466  description="BAMUM LETTER KI",
118467  direction="l",
118468  linebreak="al",
118469  unicodeslot=0xA6E5,
118470 },
118471 [0xA6E6]={
118472  category="nl",
118473  description="BAMUM LETTER MO",
118474  direction="l",
118475  linebreak="al",
118476  unicodeslot=0xA6E6,
118477 },
118478 [0xA6E7]={
118479  category="nl",
118480  description="BAMUM LETTER MBAA",
118481  direction="l",
118482  linebreak="al",
118483  unicodeslot=0xA6E7,
118484 },
118485 [0xA6E8]={
118486  category="nl",
118487  description="BAMUM LETTER TET",
118488  direction="l",
118489  linebreak="al",
118490  unicodeslot=0xA6E8,
118491 },
118492 [0xA6E9]={
118493  category="nl",
118494  description="BAMUM LETTER KPA",
118495  direction="l",
118496  linebreak="al",
118497  unicodeslot=0xA6E9,
118498 },
118499 [0xA6EA]={
118500  category="nl",
118501  description="BAMUM LETTER TEN",
118502  direction="l",
118503  linebreak="al",
118504  unicodeslot=0xA6EA,
118505 },
118506 [0xA6EB]={
118507  category="nl",
118508  description="BAMUM LETTER NTUU",
118509  direction="l",
118510  linebreak="al",
118511  unicodeslot=0xA6EB,
118512 },
118513 [0xA6EC]={
118514  category="nl",
118515  description="BAMUM LETTER SAMBA",
118516  direction="l",
118517  linebreak="al",
118518  unicodeslot=0xA6EC,
118519 },
118520 [0xA6ED]={
118521  category="nl",
118522  description="BAMUM LETTER FAAMAE",
118523  direction="l",
118524  linebreak="al",
118525  unicodeslot=0xA6ED,
118526 },
118527 [0xA6EE]={
118528  category="nl",
118529  description="BAMUM LETTER KOVUU",
118530  direction="l",
118531  linebreak="al",
118532  unicodeslot=0xA6EE,
118533 },
118534 [0xA6EF]={
118535  category="nl",
118536  description="BAMUM LETTER KOGHOM",
118537  direction="l",
118538  linebreak="al",
118539  unicodeslot=0xA6EF,
118540 },
118541 [0xA6F0]={
118542  category="mn",
118543  combining=0xE6,
118544  description="BAMUM COMBINING MARK KOQNDON",
118545  direction="nsm",
118546  linebreak="cm",
118547  unicodeslot=0xA6F0,
118548 },
118549 [0xA6F1]={
118550  category="mn",
118551  combining=0xE6,
118552  description="BAMUM COMBINING MARK TUKWENTIS",
118553  direction="nsm",
118554  linebreak="cm",
118555  unicodeslot=0xA6F1,
118556 },
118557 [0xA6F2]={
118558  category="po",
118559  description="BAMUM NJAEMLI",
118560  direction="l",
118561  linebreak="al",
118562  unicodeslot=0xA6F2,
118563 },
118564 [0xA6F3]={
118565  category="po",
118566  description="BAMUM FULL STOP",
118567  direction="l",
118568  linebreak="ba",
118569  unicodeslot=0xA6F3,
118570 },
118571 [0xA6F4]={
118572  category="po",
118573  description="BAMUM COLON",
118574  direction="l",
118575  linebreak="ba",
118576  unicodeslot=0xA6F4,
118577 },
118578 [0xA6F5]={
118579  category="po",
118580  description="BAMUM COMMA",
118581  direction="l",
118582  linebreak="ba",
118583  unicodeslot=0xA6F5,
118584 },
118585 [0xA6F6]={
118586  category="po",
118587  description="BAMUM SEMICOLON",
118588  direction="l",
118589  linebreak="ba",
118590  unicodeslot=0xA6F6,
118591 },
118592 [0xA6F7]={
118593  category="po",
118594  description="BAMUM QUESTION MARK",
118595  direction="l",
118596  linebreak="ba",
118597  unicodeslot=0xA6F7,
118598 },
118599 [0xA700]={
118600  category="sk",
118601  description="MODIFIER LETTER CHINESE TONE YIN PING",
118602  direction="on",
118603  linebreak="al",
118604  unicodeslot=0xA700,
118605 },
118606 [0xA701]={
118607  category="sk",
118608  description="MODIFIER LETTER CHINESE TONE YANG PING",
118609  direction="on",
118610  linebreak="al",
118611  unicodeslot=0xA701,
118612 },
118613 [0xA702]={
118614  category="sk",
118615  description="MODIFIER LETTER CHINESE TONE YIN SHANG",
118616  direction="on",
118617  linebreak="al",
118618  unicodeslot=0xA702,
118619 },
118620 [0xA703]={
118621  category="sk",
118622  description="MODIFIER LETTER CHINESE TONE YANG SHANG",
118623  direction="on",
118624  linebreak="al",
118625  unicodeslot=0xA703,
118626 },
118627 [0xA704]={
118628  category="sk",
118629  description="MODIFIER LETTER CHINESE TONE YIN QU",
118630  direction="on",
118631  linebreak="al",
118632  unicodeslot=0xA704,
118633 },
118634 [0xA705]={
118635  category="sk",
118636  description="MODIFIER LETTER CHINESE TONE YANG QU",
118637  direction="on",
118638  linebreak="al",
118639  unicodeslot=0xA705,
118640 },
118641 [0xA706]={
118642  category="sk",
118643  description="MODIFIER LETTER CHINESE TONE YIN RU",
118644  direction="on",
118645  linebreak="al",
118646  unicodeslot=0xA706,
118647 },
118648 [0xA707]={
118649  category="sk",
118650  description="MODIFIER LETTER CHINESE TONE YANG RU",
118651  direction="on",
118652  linebreak="al",
118653  unicodeslot=0xA707,
118654 },
118655 [0xA708]={
118656  category="sk",
118657  description="MODIFIER LETTER EXTRA-HIGH DOTTED TONE BAR",
118658  direction="on",
118659  linebreak="al",
118660  unicodeslot=0xA708,
118661 },
118662 [0xA709]={
118663  category="sk",
118664  description="MODIFIER LETTER HIGH DOTTED TONE BAR",
118665  direction="on",
118666  linebreak="al",
118667  unicodeslot=0xA709,
118668 },
118669 [0xA70A]={
118670  category="sk",
118671  description="MODIFIER LETTER MID DOTTED TONE BAR",
118672  direction="on",
118673  linebreak="al",
118674  unicodeslot=0xA70A,
118675 },
118676 [0xA70B]={
118677  category="sk",
118678  description="MODIFIER LETTER LOW DOTTED TONE BAR",
118679  direction="on",
118680  linebreak="al",
118681  unicodeslot=0xA70B,
118682 },
118683 [0xA70C]={
118684  category="sk",
118685  description="MODIFIER LETTER EXTRA-LOW DOTTED TONE BAR",
118686  direction="on",
118687  linebreak="al",
118688  unicodeslot=0xA70C,
118689 },
118690 [0xA70D]={
118691  category="sk",
118692  description="MODIFIER LETTER EXTRA-HIGH DOTTED LEFT-STEM TONE BAR",
118693  direction="on",
118694  linebreak="al",
118695  unicodeslot=0xA70D,
118696 },
118697 [0xA70E]={
118698  category="sk",
118699  description="MODIFIER LETTER HIGH DOTTED LEFT-STEM TONE BAR",
118700  direction="on",
118701  linebreak="al",
118702  unicodeslot=0xA70E,
118703 },
118704 [0xA70F]={
118705  category="sk",
118706  description="MODIFIER LETTER MID DOTTED LEFT-STEM TONE BAR",
118707  direction="on",
118708  linebreak="al",
118709  unicodeslot=0xA70F,
118710 },
118711 [0xA710]={
118712  category="sk",
118713  description="MODIFIER LETTER LOW DOTTED LEFT-STEM TONE BAR",
118714  direction="on",
118715  linebreak="al",
118716  unicodeslot=0xA710,
118717 },
118718 [0xA711]={
118719  category="sk",
118720  description="MODIFIER LETTER EXTRA-LOW DOTTED LEFT-STEM TONE BAR",
118721  direction="on",
118722  linebreak="al",
118723  unicodeslot=0xA711,
118724 },
118725 [0xA712]={
118726  category="sk",
118727  description="MODIFIER LETTER EXTRA-HIGH LEFT-STEM TONE BAR",
118728  direction="on",
118729  linebreak="al",
118730  unicodeslot=0xA712,
118731 },
118732 [0xA713]={
118733  category="sk",
118734  description="MODIFIER LETTER HIGH LEFT-STEM TONE BAR",
118735  direction="on",
118736  linebreak="al",
118737  unicodeslot=0xA713,
118738 },
118739 [0xA714]={
118740  category="sk",
118741  description="MODIFIER LETTER MID LEFT-STEM TONE BAR",
118742  direction="on",
118743  linebreak="al",
118744  unicodeslot=0xA714,
118745 },
118746 [0xA715]={
118747  category="sk",
118748  description="MODIFIER LETTER LOW LEFT-STEM TONE BAR",
118749  direction="on",
118750  linebreak="al",
118751  unicodeslot=0xA715,
118752 },
118753 [0xA716]={
118754  category="sk",
118755  description="MODIFIER LETTER EXTRA-LOW LEFT-STEM TONE BAR",
118756  direction="on",
118757  linebreak="al",
118758  unicodeslot=0xA716,
118759 },
118760 [0xA717]={
118761  category="lm",
118762  description="MODIFIER LETTER DOT VERTICAL BAR",
118763  direction="on",
118764  linebreak="al",
118765  unicodeslot=0xA717,
118766 },
118767 [0xA718]={
118768  category="lm",
118769  description="MODIFIER LETTER DOT SLASH",
118770  direction="on",
118771  linebreak="al",
118772  unicodeslot=0xA718,
118773 },
118774 [0xA719]={
118775  category="lm",
118776  description="MODIFIER LETTER DOT HORIZONTAL BAR",
118777  direction="on",
118778  linebreak="al",
118779  unicodeslot=0xA719,
118780 },
118781 [0xA71A]={
118782  category="lm",
118783  description="MODIFIER LETTER LOWER RIGHT CORNER ANGLE",
118784  direction="on",
118785  linebreak="al",
118786  unicodeslot=0xA71A,
118787 },
118788 [0xA71B]={
118789  category="lm",
118790  description="MODIFIER LETTER RAISED UP ARROW",
118791  direction="on",
118792  linebreak="al",
118793  unicodeslot=0xA71B,
118794 },
118795 [0xA71C]={
118796  category="lm",
118797  description="MODIFIER LETTER RAISED DOWN ARROW",
118798  direction="on",
118799  linebreak="al",
118800  unicodeslot=0xA71C,
118801 },
118802 [0xA71D]={
118803  category="lm",
118804  description="MODIFIER LETTER RAISED EXCLAMATION MARK",
118805  direction="on",
118806  linebreak="al",
118807  unicodeslot=0xA71D,
118808 },
118809 [0xA71E]={
118810  category="lm",
118811  description="MODIFIER LETTER RAISED INVERTED EXCLAMATION MARK",
118812  direction="on",
118813  linebreak="al",
118814  unicodeslot=0xA71E,
118815 },
118816 [0xA71F]={
118817  category="lm",
118818  description="MODIFIER LETTER LOW INVERTED EXCLAMATION MARK",
118819  direction="on",
118820  linebreak="al",
118821  unicodeslot=0xA71F,
118822 },
118823 [0xA720]={
118824  category="sk",
118825  description="MODIFIER LETTER STRESS AND HIGH TONE",
118826  direction="on",
118827  linebreak="al",
118828  unicodeslot=0xA720,
118829 },
118830 [0xA721]={
118831  category="sk",
118832  description="MODIFIER LETTER STRESS AND LOW TONE",
118833  direction="on",
118834  linebreak="al",
118835  unicodeslot=0xA721,
118836 },
118837 [0xA722]={
118838  category="lu",
118839  description="LATIN CAPITAL LETTER EGYPTOLOGICAL ALEF",
118840  direction="l",
118841  lccode=0xA723,
118842  linebreak="al",
118843  unicodeslot=0xA722,
118844 },
118845 [0xA723]={
118846  category="ll",
118847  description="LATIN SMALL LETTER EGYPTOLOGICAL ALEF",
118848  direction="l",
118849  linebreak="al",
118850  unicodeslot=0xA723,
118851 },
118852 [0xA724]={
118853  category="lu",
118854  description="LATIN CAPITAL LETTER EGYPTOLOGICAL AIN",
118855  direction="l",
118856  lccode=0xA725,
118857  linebreak="al",
118858  unicodeslot=0xA724,
118859 },
118860 [0xA725]={
118861  category="ll",
118862  description="LATIN SMALL LETTER EGYPTOLOGICAL AIN",
118863  direction="l",
118864  linebreak="al",
118865  unicodeslot=0xA725,
118866 },
118867 [0xA726]={
118868  category="lu",
118869  description="LATIN CAPITAL LETTER HENG",
118870  direction="l",
118871  lccode=0xA727,
118872  linebreak="al",
118873  unicodeslot=0xA726,
118874 },
118875 [0xA727]={
118876  category="ll",
118877  description="LATIN SMALL LETTER HENG",
118878  direction="l",
118879  linebreak="al",
118880  unicodeslot=0xA727,
118881 },
118882 [0xA728]={
118883  category="lu",
118884  description="LATIN CAPITAL LETTER TZ",
118885  direction="l",
118886  lccode=0xA729,
118887  linebreak="al",
118888  unicodeslot=0xA728,
118889 },
118890 [0xA729]={
118891  category="ll",
118892  description="LATIN SMALL LETTER TZ",
118893  direction="l",
118894  linebreak="al",
118895  unicodeslot=0xA729,
118896 },
118897 [0xA72A]={
118898  category="lu",
118899  description="LATIN CAPITAL LETTER TRESILLO",
118900  direction="l",
118901  lccode=0xA72B,
118902  linebreak="al",
118903  unicodeslot=0xA72A,
118904 },
118905 [0xA72B]={
118906  category="ll",
118907  description="LATIN SMALL LETTER TRESILLO",
118908  direction="l",
118909  linebreak="al",
118910  unicodeslot=0xA72B,
118911 },
118912 [0xA72C]={
118913  category="lu",
118914  description="LATIN CAPITAL LETTER CUATRILLO",
118915  direction="l",
118916  lccode=0xA72D,
118917  linebreak="al",
118918  unicodeslot=0xA72C,
118919 },
118920 [0xA72D]={
118921  category="ll",
118922  description="LATIN SMALL LETTER CUATRILLO",
118923  direction="l",
118924  linebreak="al",
118925  unicodeslot=0xA72D,
118926 },
118927 [0xA72E]={
118928  category="lu",
118929  description="LATIN CAPITAL LETTER CUATRILLO WITH COMMA",
118930  direction="l",
118931  lccode=0xA72F,
118932  linebreak="al",
118933  specials={ "with", 0xA72C, 0x2C },
118934  unicodeslot=0xA72E,
118935 },
118936 [0xA72F]={
118937  category="ll",
118938  description="LATIN SMALL LETTER CUATRILLO WITH COMMA",
118939  direction="l",
118940  linebreak="al",
118941  specials={ "with", 0xA72D, 0x2C },
118942  unicodeslot=0xA72F,
118943 },
118944 [0xA730]={
118945  category="ll",
118946  description="LATIN LETTER SMALL CAPITAL F",
118947  direction="l",
118948  linebreak="al",
118949  unicodeslot=0xA730,
118950 },
118951 [0xA731]={
118952  category="ll",
118953  description="LATIN LETTER SMALL CAPITAL S",
118954  direction="l",
118955  linebreak="al",
118956  unicodeslot=0xA731,
118957 },
118958 [0xA732]={
118959  category="lu",
118960  description="LATIN CAPITAL LETTER AA",
118961  direction="l",
118962  lccode=0xA733,
118963  linebreak="al",
118964  unicodeslot=0xA732,
118965 },
118966 [0xA733]={
118967  category="ll",
118968  description="LATIN SMALL LETTER AA",
118969  direction="l",
118970  linebreak="al",
118971  unicodeslot=0xA733,
118972 },
118973 [0xA734]={
118974  category="lu",
118975  description="LATIN CAPITAL LETTER AO",
118976  direction="l",
118977  lccode=0xA735,
118978  linebreak="al",
118979  unicodeslot=0xA734,
118980 },
118981 [0xA735]={
118982  category="ll",
118983  description="LATIN SMALL LETTER AO",
118984  direction="l",
118985  linebreak="al",
118986  unicodeslot=0xA735,
118987 },
118988 [0xA736]={
118989  category="lu",
118990  description="LATIN CAPITAL LETTER AU",
118991  direction="l",
118992  lccode=0xA737,
118993  linebreak="al",
118994  unicodeslot=0xA736,
118995 },
118996 [0xA737]={
118997  category="ll",
118998  description="LATIN SMALL LETTER AU",
118999  direction="l",
119000  linebreak="al",
119001  unicodeslot=0xA737,
119002 },
119003 [0xA738]={
119004  category="lu",
119005  description="LATIN CAPITAL LETTER AV",
119006  direction="l",
119007  lccode=0xA739,
119008  linebreak="al",
119009  unicodeslot=0xA738,
119010 },
119011 [0xA739]={
119012  category="ll",
119013  description="LATIN SMALL LETTER AV",
119014  direction="l",
119015  linebreak="al",
119016  unicodeslot=0xA739,
119017 },
119018 [0xA73A]={
119019  category="lu",
119020  description="LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR",
119021  direction="l",
119022  lccode=0xA73B,
119023  linebreak="al",
119024  specials={ "with", 0xA738, 0x2015 },
119025  unicodeslot=0xA73A,
119026 },
119027 [0xA73B]={
119028  category="ll",
119029  description="LATIN SMALL LETTER AV WITH HORIZONTAL BAR",
119030  direction="l",
119031  linebreak="al",
119032  specials={ "with", 0xA739, 0x2015 },
119033  unicodeslot=0xA73B,
119034 },
119035 [0xA73C]={
119036  category="lu",
119037  description="LATIN CAPITAL LETTER AY",
119038  direction="l",
119039  lccode=0xA73D,
119040  linebreak="al",
119041  unicodeslot=0xA73C,
119042 },
119043 [0xA73D]={
119044  category="ll",
119045  description="LATIN SMALL LETTER AY",
119046  direction="l",
119047  linebreak="al",
119048  unicodeslot=0xA73D,
119049 },
119050 [0xA73E]={
119051  category="lu",
119052  description="LATIN CAPITAL LETTER REVERSED C WITH DOT",
119053  direction="l",
119054  lccode=0xA73F,
119055  linebreak="al",
119056  unicodeslot=0xA73E,
119057 },
119058 [0xA73F]={
119059  category="ll",
119060  description="LATIN SMALL LETTER REVERSED C WITH DOT",
119061  direction="l",
119062  linebreak="al",
119063  unicodeslot=0xA73F,
119064 },
119065 [0xA740]={
119066  category="lu",
119067  description="LATIN CAPITAL LETTER K WITH STROKE",
119068  direction="l",
119069  lccode=0xA741,
119070  linebreak="al",
119071  specials={ "with", 0x4B, 0x2F },
119072  unicodeslot=0xA740,
119073 },
119074 [0xA741]={
119075  category="ll",
119076  description="LATIN SMALL LETTER K WITH STROKE",
119077  direction="l",
119078  linebreak="al",
119079  specials={ "with", 0x6B, 0x2F },
119080  unicodeslot=0xA741,
119081 },
119082 [0xA742]={
119083  category="lu",
119084  description="LATIN CAPITAL LETTER K WITH DIAGONAL STROKE",
119085  direction="l",
119086  lccode=0xA743,
119087  linebreak="al",
119088  unicodeslot=0xA742,
119089 },
119090 [0xA743]={
119091  category="ll",
119092  description="LATIN SMALL LETTER K WITH DIAGONAL STROKE",
119093  direction="l",
119094  linebreak="al",
119095  unicodeslot=0xA743,
119096 },
119097 [0xA744]={
119098  category="lu",
119099  description="LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE",
119100  direction="l",
119101  lccode=0xA745,
119102  linebreak="al",
119103  unicodeslot=0xA744,
119104 },
119105 [0xA745]={
119106  category="ll",
119107  description="LATIN SMALL LETTER K WITH STROKE AND DIAGONAL STROKE",
119108  direction="l",
119109  linebreak="al",
119110  unicodeslot=0xA745,
119111 },
119112 [0xA746]={
119113  category="lu",
119114  description="LATIN CAPITAL LETTER BROKEN L",
119115  direction="l",
119116  lccode=0xA747,
119117  linebreak="al",
119118  unicodeslot=0xA746,
119119 },
119120 [0xA747]={
119121  category="ll",
119122  description="LATIN SMALL LETTER BROKEN L",
119123  direction="l",
119124  linebreak="al",
119125  unicodeslot=0xA747,
119126 },
119127 [0xA748]={
119128  category="lu",
119129  description="LATIN CAPITAL LETTER L WITH HIGH STROKE",
119130  direction="l",
119131  lccode=0xA749,
119132  linebreak="al",
119133  unicodeslot=0xA748,
119134 },
119135 [0xA749]={
119136  category="ll",
119137  description="LATIN SMALL LETTER L WITH HIGH STROKE",
119138  direction="l",
119139  linebreak="al",
119140  unicodeslot=0xA749,
119141 },
119142 [0xA74A]={
119143  category="lu",
119144  description="LATIN CAPITAL LETTER O WITH LONG STROKE OVERLAY",
119145  direction="l",
119146  lccode=0xA74B,
119147  linebreak="al",
119148  unicodeslot=0xA74A,
119149 },
119150 [0xA74B]={
119151  category="ll",
119152  description="LATIN SMALL LETTER O WITH LONG STROKE OVERLAY",
119153  direction="l",
119154  linebreak="al",
119155  unicodeslot=0xA74B,
119156 },
119157 [0xA74C]={
119158  category="lu",
119159  description="LATIN CAPITAL LETTER O WITH LOOP",
119160  direction="l",
119161  lccode=0xA74D,
119162  linebreak="al",
119163  unicodeslot=0xA74C,
119164 },
119165 [0xA74D]={
119166  category="ll",
119167  description="LATIN SMALL LETTER O WITH LOOP",
119168  direction="l",
119169  linebreak="al",
119170  unicodeslot=0xA74D,
119171 },
119172 [0xA74E]={
119173  category="lu",
119174  description="LATIN CAPITAL LETTER OO",
119175  direction="l",
119176  lccode=0xA74F,
119177  linebreak="al",
119178  unicodeslot=0xA74E,
119179 },
119180 [0xA74F]={
119181  category="ll",
119182  description="LATIN SMALL LETTER OO",
119183  direction="l",
119184  linebreak="al",
119185  unicodeslot=0xA74F,
119186 },
119187 [0xA750]={
119188  category="lu",
119189  description="LATIN CAPITAL LETTER P WITH STROKE THROUGH DESCENDER",
119190  direction="l",
119191  lccode=0xA751,
119192  linebreak="al",
119193  unicodeslot=0xA750,
119194 },
119195 [0xA751]={
119196  category="ll",
119197  description="LATIN SMALL LETTER P WITH STROKE THROUGH DESCENDER",
119198  direction="l",
119199  linebreak="al",
119200  unicodeslot=0xA751,
119201 },
119202 [0xA752]={
119203  category="lu",
119204  description="LATIN CAPITAL LETTER P WITH FLOURISH",
119205  direction="l",
119206  lccode=0xA753,
119207  linebreak="al",
119208  unicodeslot=0xA752,
119209 },
119210 [0xA753]={
119211  category="ll",
119212  description="LATIN SMALL LETTER P WITH FLOURISH",
119213  direction="l",
119214  linebreak="al",
119215  unicodeslot=0xA753,
119216 },
119217 [0xA754]={
119218  category="lu",
119219  description="LATIN CAPITAL LETTER P WITH SQUIRREL TAIL",
119220  direction="l",
119221  lccode=0xA755,
119222  linebreak="al",
119223  unicodeslot=0xA754,
119224 },
119225 [0xA755]={
119226  category="ll",
119227  description="LATIN SMALL LETTER P WITH SQUIRREL TAIL",
119228  direction="l",
119229  linebreak="al",
119230  unicodeslot=0xA755,
119231 },
119232 [0xA756]={
119233  category="lu",
119234  description="LATIN CAPITAL LETTER Q WITH STROKE THROUGH DESCENDER",
119235  direction="l",
119236  lccode=0xA757,
119237  linebreak="al",
119238  unicodeslot=0xA756,
119239 },
119240 [0xA757]={
119241  category="ll",
119242  description="LATIN SMALL LETTER Q WITH STROKE THROUGH DESCENDER",
119243  direction="l",
119244  linebreak="al",
119245  unicodeslot=0xA757,
119246 },
119247 [0xA758]={
119248  category="lu",
119249  description="LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE",
119250  direction="l",
119251  lccode=0xA759,
119252  linebreak="al",
119253  unicodeslot=0xA758,
119254 },
119255 [0xA759]={
119256  category="ll",
119257  description="LATIN SMALL LETTER Q WITH DIAGONAL STROKE",
119258  direction="l",
119259  linebreak="al",
119260  unicodeslot=0xA759,
119261 },
119262 [0xA75A]={
119263  category="lu",
119264  description="LATIN CAPITAL LETTER R ROTUNDA",
119265  direction="l",
119266  lccode=0xA75B,
119267  linebreak="al",
119268  unicodeslot=0xA75A,
119269 },
119270 [0xA75B]={
119271  category="ll",
119272  description="LATIN SMALL LETTER R ROTUNDA",
119273  direction="l",
119274  linebreak="al",
119275  unicodeslot=0xA75B,
119276 },
119277 [0xA75C]={
119278  category="lu",
119279  description="LATIN CAPITAL LETTER RUM ROTUNDA",
119280  direction="l",
119281  lccode=0xA75D,
119282  linebreak="al",
119283  unicodeslot=0xA75C,
119284 },
119285 [0xA75D]={
119286  category="ll",
119287  description="LATIN SMALL LETTER RUM ROTUNDA",
119288  direction="l",
119289  linebreak="al",
119290  unicodeslot=0xA75D,
119291 },
119292 [0xA75E]={
119293  category="lu",
119294  description="LATIN CAPITAL LETTER V WITH DIAGONAL STROKE",
119295  direction="l",
119296  lccode=0xA75F,
119297  linebreak="al",
119298  unicodeslot=0xA75E,
119299 },
119300 [0xA75F]={
119301  category="ll",
119302  description="LATIN SMALL LETTER V WITH DIAGONAL STROKE",
119303  direction="l",
119304  linebreak="al",
119305  unicodeslot=0xA75F,
119306 },
119307 [0xA760]={
119308  category="lu",
119309  description="LATIN CAPITAL LETTER VY",
119310  direction="l",
119311  lccode=0xA761,
119312  linebreak="al",
119313  unicodeslot=0xA760,
119314 },
119315 [0xA761]={
119316  category="ll",
119317  description="LATIN SMALL LETTER VY",
119318  direction="l",
119319  linebreak="al",
119320  unicodeslot=0xA761,
119321 },
119322 [0xA762]={
119323  category="lu",
119324  description="LATIN CAPITAL LETTER VISIGOTHIC Z",
119325  direction="l",
119326  lccode=0xA763,
119327  linebreak="al",
119328  unicodeslot=0xA762,
119329 },
119330 [0xA763]={
119331  category="ll",
119332  description="LATIN SMALL LETTER VISIGOTHIC Z",
119333  direction="l",
119334  linebreak="al",
119335  unicodeslot=0xA763,
119336 },
119337 [0xA764]={
119338  category="lu",
119339  description="LATIN CAPITAL LETTER THORN WITH STROKE",
119340  direction="l",
119341  lccode=0xA765,
119342  linebreak="al",
119343  specials={ "with", 0xDE, 0x2F },
119344  unicodeslot=0xA764,
119345 },
119346 [0xA765]={
119347  category="ll",
119348  description="LATIN SMALL LETTER THORN WITH STROKE",
119349  direction="l",
119350  linebreak="al",
119351  specials={ "with", 0xFE, 0x2F },
119352  unicodeslot=0xA765,
119353 },
119354 [0xA766]={
119355  category="lu",
119356  description="LATIN CAPITAL LETTER THORN WITH STROKE THROUGH DESCENDER",
119357  direction="l",
119358  lccode=0xA767,
119359  linebreak="al",
119360  unicodeslot=0xA766,
119361 },
119362 [0xA767]={
119363  category="ll",
119364  description="LATIN SMALL LETTER THORN WITH STROKE THROUGH DESCENDER",
119365  direction="l",
119366  linebreak="al",
119367  unicodeslot=0xA767,
119368 },
119369 [0xA768]={
119370  category="lu",
119371  description="LATIN CAPITAL LETTER VEND",
119372  direction="l",
119373  lccode=0xA769,
119374  linebreak="al",
119375  unicodeslot=0xA768,
119376 },
119377 [0xA769]={
119378  category="ll",
119379  description="LATIN SMALL LETTER VEND",
119380  direction="l",
119381  linebreak="al",
119382  unicodeslot=0xA769,
119383 },
119384 [0xA76A]={
119385  category="lu",
119386  description="LATIN CAPITAL LETTER ET",
119387  direction="l",
119388  lccode=0xA76B,
119389  linebreak="al",
119390  unicodeslot=0xA76A,
119391 },
119392 [0xA76B]={
119393  category="ll",
119394  description="LATIN SMALL LETTER ET",
119395  direction="l",
119396  linebreak="al",
119397  unicodeslot=0xA76B,
119398 },
119399 [0xA76C]={
119400  category="lu",
119401  description="LATIN CAPITAL LETTER IS",
119402  direction="l",
119403  lccode=0xA76D,
119404  linebreak="al",
119405  unicodeslot=0xA76C,
119406 },
119407 [0xA76D]={
119408  category="ll",
119409  description="LATIN SMALL LETTER IS",
119410  direction="l",
119411  linebreak="al",
119412  unicodeslot=0xA76D,
119413 },
119414 [0xA76E]={
119415  category="lu",
119416  description="LATIN CAPITAL LETTER CON",
119417  direction="l",
119418  lccode=0xA76F,
119419  linebreak="al",
119420  unicodeslot=0xA76E,
119421 },
119422 [0xA76F]={
119423  category="ll",
119424  description="LATIN SMALL LETTER CON",
119425  direction="l",
119426  linebreak="al",
119427  unicodeslot=0xA76F,
119428 },
119429 [0xA770]={
119430  category="lm",
119431  description="MODIFIER LETTER US",
119432  direction="l",
119433  linebreak="al",
119434  specials={ "super", 0xA76F },
119435  unicodeslot=0xA770,
119436 },
119437 [0xA771]={
119438  category="ll",
119439  description="LATIN SMALL LETTER DUM",
119440  direction="l",
119441  linebreak="al",
119442  unicodeslot=0xA771,
119443 },
119444 [0xA772]={
119445  category="ll",
119446  description="LATIN SMALL LETTER LUM",
119447  direction="l",
119448  linebreak="al",
119449  unicodeslot=0xA772,
119450 },
119451 [0xA773]={
119452  category="ll",
119453  description="LATIN SMALL LETTER MUM",
119454  direction="l",
119455  linebreak="al",
119456  unicodeslot=0xA773,
119457 },
119458 [0xA774]={
119459  category="ll",
119460  description="LATIN SMALL LETTER NUM",
119461  direction="l",
119462  linebreak="al",
119463  unicodeslot=0xA774,
119464 },
119465 [0xA775]={
119466  category="ll",
119467  description="LATIN SMALL LETTER RUM",
119468  direction="l",
119469  linebreak="al",
119470  unicodeslot=0xA775,
119471 },
119472 [0xA776]={
119473  category="ll",
119474  description="LATIN LETTER SMALL CAPITAL RUM",
119475  direction="l",
119476  linebreak="al",
119477  unicodeslot=0xA776,
119478 },
119479 [0xA777]={
119480  category="ll",
119481  description="LATIN SMALL LETTER TUM",
119482  direction="l",
119483  linebreak="al",
119484  unicodeslot=0xA777,
119485 },
119486 [0xA778]={
119487  category="ll",
119488  description="LATIN SMALL LETTER UM",
119489  direction="l",
119490  linebreak="al",
119491  unicodeslot=0xA778,
119492 },
119493 [0xA779]={
119494  category="lu",
119495  description="LATIN CAPITAL LETTER INSULAR D",
119496  direction="l",
119497  lccode=0xA77A,
119498  linebreak="al",
119499  unicodeslot=0xA779,
119500 },
119501 [0xA77A]={
119502  category="ll",
119503  description="LATIN SMALL LETTER INSULAR D",
119504  direction="l",
119505  linebreak="al",
119506  unicodeslot=0xA77A,
119507 },
119508 [0xA77B]={
119509  category="lu",
119510  description="LATIN CAPITAL LETTER INSULAR F",
119511  direction="l",
119512  lccode=0xA77C,
119513  linebreak="al",
119514  unicodeslot=0xA77B,
119515 },
119516 [0xA77C]={
119517  category="ll",
119518  description="LATIN SMALL LETTER INSULAR F",
119519  direction="l",
119520  linebreak="al",
119521  unicodeslot=0xA77C,
119522 },
119523 [0xA77D]={
119524  category="lu",
119525  description="LATIN CAPITAL LETTER INSULAR G",
119526  direction="l",
119527  lccode=0x1D79,
119528  linebreak="al",
119529  unicodeslot=0xA77D,
119530 },
119531 [0xA77E]={
119532  category="lu",
119533  description="LATIN CAPITAL LETTER TURNED INSULAR G",
119534  direction="l",
119535  lccode=0xA77F,
119536  linebreak="al",
119537  unicodeslot=0xA77E,
119538 },
119539 [0xA77F]={
119540  category="ll",
119541  description="LATIN SMALL LETTER TURNED INSULAR G",
119542  direction="l",
119543  linebreak="al",
119544  unicodeslot=0xA77F,
119545 },
119546 [0xA780]={
119547  category="lu",
119548  description="LATIN CAPITAL LETTER TURNED L",
119549  direction="l",
119550  lccode=0xA781,
119551  linebreak="al",
119552  unicodeslot=0xA780,
119553 },
119554 [0xA781]={
119555  category="ll",
119556  description="LATIN SMALL LETTER TURNED L",
119557  direction="l",
119558  linebreak="al",
119559  unicodeslot=0xA781,
119560 },
119561 [0xA782]={
119562  category="lu",
119563  description="LATIN CAPITAL LETTER INSULAR R",
119564  direction="l",
119565  lccode=0xA783,
119566  linebreak="al",
119567  unicodeslot=0xA782,
119568 },
119569 [0xA783]={
119570  category="ll",
119571  description="LATIN SMALL LETTER INSULAR R",
119572  direction="l",
119573  linebreak="al",
119574  unicodeslot=0xA783,
119575 },
119576 [0xA784]={
119577  category="lu",
119578  description="LATIN CAPITAL LETTER INSULAR S",
119579  direction="l",
119580  lccode=0xA785,
119581  linebreak="al",
119582  unicodeslot=0xA784,
119583 },
119584 [0xA785]={
119585  category="ll",
119586  description="LATIN SMALL LETTER INSULAR S",
119587  direction="l",
119588  linebreak="al",
119589  unicodeslot=0xA785,
119590 },
119591 [0xA786]={
119592  category="lu",
119593  description="LATIN CAPITAL LETTER INSULAR T",
119594  direction="l",
119595  lccode=0xA787,
119596  linebreak="al",
119597  unicodeslot=0xA786,
119598 },
119599 [0xA787]={
119600  category="ll",
119601  description="LATIN SMALL LETTER INSULAR T",
119602  direction="l",
119603  linebreak="al",
119604  unicodeslot=0xA787,
119605 },
119606 [0xA788]={
119607  category="lm",
119608  description="MODIFIER LETTER LOW CIRCUMFLEX ACCENT",
119609  direction="on",
119610  linebreak="al",
119611  unicodeslot=0xA788,
119612 },
119613 [0xA789]={
119614  category="sk",
119615  description="MODIFIER LETTER COLON",
119616  direction="l",
119617  linebreak="al",
119618  unicodeslot=0xA789,
119619 },
119620 [0xA78A]={
119621  category="sk",
119622  description="MODIFIER LETTER SHORT EQUALS SIGN",
119623  direction="l",
119624  linebreak="al",
119625  unicodeslot=0xA78A,
119626 },
119627 [0xA78B]={
119628  category="lu",
119629  description="LATIN CAPITAL LETTER SALTILLO",
119630  direction="l",
119631  lccode=0xA78C,
119632  linebreak="al",
119633  unicodeslot=0xA78B,
119634 },
119635 [0xA78C]={
119636  category="ll",
119637  description="LATIN SMALL LETTER SALTILLO",
119638  direction="l",
119639  linebreak="al",
119640  unicodeslot=0xA78C,
119641 },
119642 [0xA78D]={
119643  category="lu",
119644  description="LATIN CAPITAL LETTER TURNED H",
119645  direction="l",
119646  lccode=0x265,
119647  linebreak="al",
119648  unicodeslot=0xA78D,
119649 },
119650 [0xA78E]={
119651  category="ll",
119652  description="LATIN SMALL LETTER L WITH RETROFLEX HOOK AND BELT",
119653  direction="l",
119654  linebreak="al",
119655  unicodeslot=0xA78E,
119656 },
119657 [0xA78F]={
119658  category="lo",
119659  description="LATIN LETTER SINOLOGICAL DOT",
119660  direction="l",
119661  linebreak="al",
119662  unicodeslot=0xA78F,
119663 },
119664 [0xA790]={
119665  category="lu",
119666  description="LATIN CAPITAL LETTER N WITH DESCENDER",
119667  direction="l",
119668  lccode=0xA791,
119669  linebreak="al",
119670  unicodeslot=0xA790,
119671 },
119672 [0xA791]={
119673  category="ll",
119674  description="LATIN SMALL LETTER N WITH DESCENDER",
119675  direction="l",
119676  linebreak="al",
119677  unicodeslot=0xA791,
119678 },
119679 [0xA792]={
119680  category="lu",
119681  description="LATIN CAPITAL LETTER C WITH BAR",
119682  direction="l",
119683  lccode=0xA793,
119684  linebreak="al",
119685  unicodeslot=0xA792,
119686 },
119687 [0xA793]={
119688  category="ll",
119689  description="LATIN SMALL LETTER C WITH BAR",
119690  direction="l",
119691  linebreak="al",
119692  unicodeslot=0xA793,
119693 },
119694 [0xA794]={
119695  category="ll",
119696  description="LATIN SMALL LETTER C WITH PALATAL HOOK",
119697  direction="l",
119698  linebreak="al",
119699  unicodeslot=0xA794,
119700 },
119701 [0xA795]={
119702  category="ll",
119703  description="LATIN SMALL LETTER H WITH PALATAL HOOK",
119704  direction="l",
119705  linebreak="al",
119706  unicodeslot=0xA795,
119707 },
119708 [0xA796]={
119709  category="lu",
119710  description="LATIN CAPITAL LETTER B WITH FLOURISH",
119711  direction="l",
119712  lccode=0xA797,
119713  linebreak="al",
119714  unicodeslot=0xA796,
119715 },
119716 [0xA797]={
119717  category="ll",
119718  description="LATIN SMALL LETTER B WITH FLOURISH",
119719  direction="l",
119720  linebreak="al",
119721  unicodeslot=0xA797,
119722 },
119723 [0xA798]={
119724  category="lu",
119725  description="LATIN CAPITAL LETTER F WITH STROKE",
119726  direction="l",
119727  lccode=0xA799,
119728  linebreak="al",
119729  specials={ "with", 0x46, 0x2F },
119730  unicodeslot=0xA798,
119731 },
119732 [0xA799]={
119733  category="ll",
119734  description="LATIN SMALL LETTER F WITH STROKE",
119735  direction="l",
119736  linebreak="al",
119737  specials={ "with", 0x66, 0x2F },
119738  unicodeslot=0xA799,
119739 },
119740 [0xA79A]={
119741  category="lu",
119742  description="LATIN CAPITAL LETTER VOLAPUK AE",
119743  direction="l",
119744  lccode=0xA79B,
119745  linebreak="al",
119746  unicodeslot=0xA79A,
119747 },
119748 [0xA79B]={
119749  category="ll",
119750  description="LATIN SMALL LETTER VOLAPUK AE",
119751  direction="l",
119752  linebreak="al",
119753  unicodeslot=0xA79B,
119754 },
119755 [0xA79C]={
119756  category="lu",
119757  description="LATIN CAPITAL LETTER VOLAPUK OE",
119758  direction="l",
119759  lccode=0xA79D,
119760  linebreak="al",
119761  unicodeslot=0xA79C,
119762 },
119763 [0xA79D]={
119764  category="ll",
119765  description="LATIN SMALL LETTER VOLAPUK OE",
119766  direction="l",
119767  linebreak="al",
119768  unicodeslot=0xA79D,
119769 },
119770 [0xA79E]={
119771  category="lu",
119772  description="LATIN CAPITAL LETTER VOLAPUK UE",
119773  direction="l",
119774  lccode=0xA79F,
119775  linebreak="al",
119776  unicodeslot=0xA79E,
119777 },
119778 [0xA79F]={
119779  category="ll",
119780  description="LATIN SMALL LETTER VOLAPUK UE",
119781  direction="l",
119782  linebreak="al",
119783  unicodeslot=0xA79F,
119784 },
119785 [0xA7A0]={
119786  category="lu",
119787  description="LATIN CAPITAL LETTER G WITH OBLIQUE STROKE",
119788  direction="l",
119789  lccode=0xA7A1,
119790  linebreak="al",
119791  unicodeslot=0xA7A0,
119792 },
119793 [0xA7A1]={
119794  category="ll",
119795  description="LATIN SMALL LETTER G WITH OBLIQUE STROKE",
119796  direction="l",
119797  linebreak="al",
119798  unicodeslot=0xA7A1,
119799 },
119800 [0xA7A2]={
119801  category="lu",
119802  description="LATIN CAPITAL LETTER K WITH OBLIQUE STROKE",
119803  direction="l",
119804  lccode=0xA7A3,
119805  linebreak="al",
119806  unicodeslot=0xA7A2,
119807 },
119808 [0xA7A3]={
119809  category="ll",
119810  description="LATIN SMALL LETTER K WITH OBLIQUE STROKE",
119811  direction="l",
119812  linebreak="al",
119813  unicodeslot=0xA7A3,
119814 },
119815 [0xA7A4]={
119816  category="lu",
119817  description="LATIN CAPITAL LETTER N WITH OBLIQUE STROKE",
119818  direction="l",
119819  lccode=0xA7A5,
119820  linebreak="al",
119821  unicodeslot=0xA7A4,
119822 },
119823 [0xA7A5]={
119824  category="ll",
119825  description="LATIN SMALL LETTER N WITH OBLIQUE STROKE",
119826  direction="l",
119827  linebreak="al",
119828  unicodeslot=0xA7A5,
119829 },
119830 [0xA7A6]={
119831  category="lu",
119832  description="LATIN CAPITAL LETTER R WITH OBLIQUE STROKE",
119833  direction="l",
119834  lccode=0xA7A7,
119835  linebreak="al",
119836  unicodeslot=0xA7A6,
119837 },
119838 [0xA7A7]={
119839  category="ll",
119840  description="LATIN SMALL LETTER R WITH OBLIQUE STROKE",
119841  direction="l",
119842  linebreak="al",
119843  unicodeslot=0xA7A7,
119844 },
119845 [0xA7A8]={
119846  category="lu",
119847  description="LATIN CAPITAL LETTER S WITH OBLIQUE STROKE",
119848  direction="l",
119849  lccode=0xA7A9,
119850  linebreak="al",
119851  unicodeslot=0xA7A8,
119852 },
119853 [0xA7A9]={
119854  category="ll",
119855  description="LATIN SMALL LETTER S WITH OBLIQUE STROKE",
119856  direction="l",
119857  linebreak="al",
119858  unicodeslot=0xA7A9,
119859 },
119860 [0xA7AA]={
119861  category="lu",
119862  description="LATIN CAPITAL LETTER H WITH HOOK",
119863  direction="l",
119864  lccode=0x266,
119865  linebreak="al",
119866  specials={ "with", 0x48, 0x1FA9D },
119867  unicodeslot=0xA7AA,
119868 },
119869 [0xA7AB]={
119870  category="lu",
119871  description="LATIN CAPITAL LETTER REVERSED OPEN E",
119872  direction="l",
119873  lccode=0x25C,
119874  linebreak="al",
119875  unicodeslot=0xA7AB,
119876 },
119877 [0xA7AC]={
119878  category="lu",
119879  description="LATIN CAPITAL LETTER SCRIPT G",
119880  direction="l",
119881  lccode=0x261,
119882  linebreak="al",
119883  unicodeslot=0xA7AC,
119884 },
119885 [0xA7AD]={
119886  category="lu",
119887  description="LATIN CAPITAL LETTER L WITH BELT",
119888  direction="l",
119889  lccode=0x26C,
119890  linebreak="al",
119891  unicodeslot=0xA7AD,
119892 },
119893 [0xA7AE]={
119894  category="lu",
119895  description="LATIN CAPITAL LETTER SMALL CAPITAL I",
119896  direction="l",
119897  lccode=0x26A,
119898  linebreak="al",
119899  unicodeslot=0xA7AE,
119900 },
119901 [0xA7AF]={
119902  category="ll",
119903  description="LATIN LETTER SMALL CAPITAL Q",
119904  direction="l",
119905  linebreak="al",
119906  unicodeslot=0xA7AF,
119907 },
119908 [0xA7B0]={
119909  category="lu",
119910  description="LATIN CAPITAL LETTER TURNED K",
119911  direction="l",
119912  lccode=0x29E,
119913  linebreak="al",
119914  unicodeslot=0xA7B0,
119915 },
119916 [0xA7B1]={
119917  category="lu",
119918  description="LATIN CAPITAL LETTER TURNED T",
119919  direction="l",
119920  lccode=0x287,
119921  linebreak="al",
119922  unicodeslot=0xA7B1,
119923 },
119924 [0xA7B2]={
119925  category="lu",
119926  description="LATIN CAPITAL LETTER J WITH CROSSED-TAIL",
119927  direction="l",
119928  lccode=0x29D,
119929  linebreak="al",
119930  unicodeslot=0xA7B2,
119931 },
119932 [0xA7B3]={
119933  category="lu",
119934  description="LATIN CAPITAL LETTER CHI",
119935  direction="l",
119936  lccode=0xAB53,
119937  linebreak="al",
119938  unicodeslot=0xA7B3,
119939 },
119940 [0xA7B4]={
119941  category="lu",
119942  description="LATIN CAPITAL LETTER BETA",
119943  direction="l",
119944  lccode=0xA7B5,
119945  linebreak="al",
119946  unicodeslot=0xA7B4,
119947 },
119948 [0xA7B5]={
119949  category="ll",
119950  description="LATIN SMALL LETTER BETA",
119951  direction="l",
119952  linebreak="al",
119953  unicodeslot=0xA7B5,
119954 },
119955 [0xA7B6]={
119956  category="lu",
119957  description="LATIN CAPITAL LETTER OMEGA",
119958  direction="l",
119959  lccode=0xA7B7,
119960  linebreak="al",
119961  unicodeslot=0xA7B6,
119962 },
119963 [0xA7B7]={
119964  category="ll",
119965  description="LATIN SMALL LETTER OMEGA",
119966  direction="l",
119967  linebreak="al",
119968  unicodeslot=0xA7B7,
119969 },
119970 [0xA7B8]={
119971  category="lu",
119972  description="LATIN CAPITAL LETTER U WITH STROKE",
119973  direction="l",
119974  lccode=0xA7B9,
119975  linebreak="al",
119976  specials={ "with", 0x55, 0x2F },
119977  unicodeslot=0xA7B8,
119978 },
119979 [0xA7B9]={
119980  category="ll",
119981  description="LATIN SMALL LETTER U WITH STROKE",
119982  direction="l",
119983  linebreak="al",
119984  specials={ "with", 0x75, 0x2F },
119985  unicodeslot=0xA7B9,
119986 },
119987 [0xA7BA]={
119988  category="lu",
119989  description="LATIN CAPITAL LETTER GLOTTAL A",
119990  direction="l",
119991  lccode=0xA7BB,
119992  linebreak="al",
119993  unicodeslot=0xA7BA,
119994 },
119995 [0xA7BB]={
119996  category="ll",
119997  description="LATIN SMALL LETTER GLOTTAL A",
119998  direction="l",
119999  linebreak="al",
120000  unicodeslot=0xA7BB,
120001 },
120002 [0xA7BC]={
120003  category="lu",
120004  description="LATIN CAPITAL LETTER GLOTTAL I",
120005  direction="l",
120006  lccode=0xA7BD,
120007  linebreak="al",
120008  unicodeslot=0xA7BC,
120009 },
120010 [0xA7BD]={
120011  category="ll",
120012  description="LATIN SMALL LETTER GLOTTAL I",
120013  direction="l",
120014  linebreak="al",
120015  unicodeslot=0xA7BD,
120016 },
120017 [0xA7BE]={
120018  category="lu",
120019  description="LATIN CAPITAL LETTER GLOTTAL U",
120020  direction="l",
120021  lccode=0xA7BF,
120022  linebreak="al",
120023  unicodeslot=0xA7BE,
120024 },
120025 [0xA7BF]={
120026  category="ll",
120027  description="LATIN SMALL LETTER GLOTTAL U",
120028  direction="l",
120029  linebreak="al",
120030  unicodeslot=0xA7BF,
120031 },
120032 [0xA7C0]={
120033  category="lu",
120034  description="LATIN CAPITAL LETTER OLD POLISH O",
120035  direction="l",
120036  lccode=0xA7C1,
120037  linebreak="al",
120038  unicodeslot=0xA7C0,
120039 },
120040 [0xA7C1]={
120041  category="ll",
120042  description="LATIN SMALL LETTER OLD POLISH O",
120043  direction="l",
120044  linebreak="al",
120045  unicodeslot=0xA7C1,
120046 },
120047 [0xA7C2]={
120048  category="lu",
120049  description="LATIN CAPITAL LETTER ANGLICANA W",
120050  direction="l",
120051  lccode=0xA7C3,
120052  linebreak="al",
120053  unicodeslot=0xA7C2,
120054 },
120055 [0xA7C3]={
120056  category="ll",
120057  description="LATIN SMALL LETTER ANGLICANA W",
120058  direction="l",
120059  linebreak="al",
120060  unicodeslot=0xA7C3,
120061 },
120062 [0xA7C4]={
120063  category="lu",
120064  description="LATIN CAPITAL LETTER C WITH PALATAL HOOK",
120065  direction="l",
120066  lccode=0xA794,
120067  linebreak="al",
120068  unicodeslot=0xA7C4,
120069 },
120070 [0xA7C5]={
120071  category="lu",
120072  description="LATIN CAPITAL LETTER S WITH HOOK",
120073  direction="l",
120074  lccode=0x282,
120075  linebreak="al",
120076  specials={ "with", 0x53, 0x1FA9D },
120077  unicodeslot=0xA7C5,
120078 },
120079 [0xA7C6]={
120080  category="lu",
120081  description="LATIN CAPITAL LETTER Z WITH PALATAL HOOK",
120082  direction="l",
120083  lccode=0x1D8E,
120084  linebreak="al",
120085  unicodeslot=0xA7C6,
120086 },
120087 [0xA7C7]={
120088  category="lu",
120089  description="LATIN CAPITAL LETTER D WITH SHORT STROKE OVERLAY",
120090  direction="l",
120091  lccode=0xA7C8,
120092  linebreak="al",
120093  unicodeslot=0xA7C7,
120094 },
120095 [0xA7C8]={
120096  category="ll",
120097  description="LATIN SMALL LETTER D WITH SHORT STROKE OVERLAY",
120098  direction="l",
120099  linebreak="al",
120100  unicodeslot=0xA7C8,
120101 },
120102 [0xA7C9]={
120103  category="lu",
120104  description="LATIN CAPITAL LETTER S WITH SHORT STROKE OVERLAY",
120105  direction="l",
120106  lccode=0xA7CA,
120107  linebreak="al",
120108  unicodeslot=0xA7C9,
120109 },
120110 [0xA7CA]={
120111  category="ll",
120112  description="LATIN SMALL LETTER S WITH SHORT STROKE OVERLAY",
120113  direction="l",
120114  linebreak="al",
120115  unicodeslot=0xA7CA,
120116 },
120117 [0xA7D0]={
120118  category="lu",
120119  description="LATIN CAPITAL LETTER CLOSED INSULAR G",
120120  direction="l",
120121  lccode=0xA7D1,
120122  linebreak="al",
120123  unicodeslot=0xA7D0,
120124 },
120125 [0xA7D1]={
120126  category="ll",
120127  description="LATIN SMALL LETTER CLOSED INSULAR G",
120128  direction="l",
120129  linebreak="al",
120130  unicodeslot=0xA7D1,
120131 },
120132 [0xA7D3]={
120133  category="ll",
120134  description="LATIN SMALL LETTER DOUBLE THORN",
120135  direction="l",
120136  linebreak="al",
120137  unicodeslot=0xA7D3,
120138 },
120139 [0xA7D5]={
120140  category="ll",
120141  description="LATIN SMALL LETTER DOUBLE WYNN",
120142  direction="l",
120143  linebreak="al",
120144  unicodeslot=0xA7D5,
120145 },
120146 [0xA7D6]={
120147  category="lu",
120148  description="LATIN CAPITAL LETTER MIDDLE SCOTS S",
120149  direction="l",
120150  lccode=0xA7D7,
120151  linebreak="al",
120152  unicodeslot=0xA7D6,
120153 },
120154 [0xA7D7]={
120155  category="ll",
120156  description="LATIN SMALL LETTER MIDDLE SCOTS S",
120157  direction="l",
120158  linebreak="al",
120159  unicodeslot=0xA7D7,
120160 },
120161 [0xA7D8]={
120162  category="lu",
120163  description="LATIN CAPITAL LETTER SIGMOID S",
120164  direction="l",
120165  lccode=0xA7D9,
120166  linebreak="al",
120167  unicodeslot=0xA7D8,
120168 },
120169 [0xA7D9]={
120170  category="ll",
120171  description="LATIN SMALL LETTER SIGMOID S",
120172  direction="l",
120173  linebreak="al",
120174  unicodeslot=0xA7D9,
120175 },
120176 [0xA7F2]={
120177  category="lm",
120178  description="MODIFIER LETTER CAPITAL C",
120179  direction="l",
120180  linebreak="al",
120181  specials={ "super", 0x43 },
120182  unicodeslot=0xA7F2,
120183 },
120184 [0xA7F3]={
120185  category="lm",
120186  description="MODIFIER LETTER CAPITAL F",
120187  direction="l",
120188  linebreak="al",
120189  specials={ "super", 0x46 },
120190  unicodeslot=0xA7F3,
120191 },
120192 [0xA7F4]={
120193  category="lm",
120194  description="MODIFIER LETTER CAPITAL Q",
120195  direction="l",
120196  linebreak="al",
120197  specials={ "super", 0x51 },
120198  unicodeslot=0xA7F4,
120199 },
120200 [0xA7F5]={
120201  category="lu",
120202  description="LATIN CAPITAL LETTER REVERSED HALF H",
120203  direction="l",
120204  lccode=0xA7F6,
120205  linebreak="al",
120206  unicodeslot=0xA7F5,
120207 },
120208 [0xA7F6]={
120209  category="ll",
120210  description="LATIN SMALL LETTER REVERSED HALF H",
120211  direction="l",
120212  linebreak="al",
120213  unicodeslot=0xA7F6,
120214 },
120215 [0xA7F7]={
120216  category="lo",
120217  description="LATIN EPIGRAPHIC LETTER SIDEWAYS I",
120218  direction="l",
120219  linebreak="al",
120220  unicodeslot=0xA7F7,
120221 },
120222 [0xA7F8]={
120223  category="lm",
120224  description="MODIFIER LETTER CAPITAL H WITH STROKE",
120225  direction="l",
120226  linebreak="al",
120227  specials={ "super", 0x126 },
120228  unicodeslot=0xA7F8,
120229 },
120230 [0xA7F9]={
120231  category="lm",
120232  description="MODIFIER LETTER SMALL LIGATURE OE",
120233  direction="l",
120234  linebreak="al",
120235  specials={ "super", 0x153 },
120236  unicodeslot=0xA7F9,
120237 },
120238 [0xA7FA]={
120239  category="ll",
120240  description="LATIN LETTER SMALL CAPITAL TURNED M",
120241  direction="l",
120242  linebreak="al",
120243  unicodeslot=0xA7FA,
120244 },
120245 [0xA7FB]={
120246  category="lo",
120247  description="LATIN EPIGRAPHIC LETTER REVERSED F",
120248  direction="l",
120249  linebreak="al",
120250  unicodeslot=0xA7FB,
120251 },
120252 [0xA7FC]={
120253  category="lo",
120254  description="LATIN EPIGRAPHIC LETTER REVERSED P",
120255  direction="l",
120256  linebreak="al",
120257  unicodeslot=0xA7FC,
120258 },
120259 [0xA7FD]={
120260  category="lo",
120261  description="LATIN EPIGRAPHIC LETTER INVERTED M",
120262  direction="l",
120263  linebreak="al",
120264  unicodeslot=0xA7FD,
120265 },
120266 [0xA7FE]={
120267  category="lo",
120268  description="LATIN EPIGRAPHIC LETTER I LONGA",
120269  direction="l",
120270  linebreak="al",
120271  unicodeslot=0xA7FE,
120272 },
120273 [0xA7FF]={
120274  category="lo",
120275  description="LATIN EPIGRAPHIC LETTER ARCHAIC M",
120276  direction="l",
120277  linebreak="al",
120278  unicodeslot=0xA7FF,
120279 },
120280 [0xA800]={
120281  category="lo",
120282  description="SYLOTI NAGRI LETTER A",
120283  direction="l",
120284  linebreak="al",
120285  unicodeslot=0xA800,
120286 },
120287 [0xA801]={
120288  category="lo",
120289  description="SYLOTI NAGRI LETTER I",
120290  direction="l",
120291  linebreak="al",
120292  unicodeslot=0xA801,
120293 },
120294 [0xA802]={
120295  category="mc",
120296  description="SYLOTI NAGRI SIGN DVISVARA",
120297  direction="nsm",
120298  linebreak="cm",
120299  unicodeslot=0xA802,
120300 },
120301 [0xA803]={
120302  category="lo",
120303  description="SYLOTI NAGRI LETTER U",
120304  direction="l",
120305  linebreak="al",
120306  unicodeslot=0xA803,
120307 },
120308 [0xA804]={
120309  category="lo",
120310  description="SYLOTI NAGRI LETTER E",
120311  direction="l",
120312  linebreak="al",
120313  unicodeslot=0xA804,
120314 },
120315 [0xA805]={
120316  category="lo",
120317  description="SYLOTI NAGRI LETTER O",
120318  direction="l",
120319  linebreak="al",
120320  unicodeslot=0xA805,
120321 },
120322 [0xA806]={
120323  category="mn",
120324  combining=0x9,
120325  description="SYLOTI NAGRI SIGN HASANTA",
120326  direction="nsm",
120327  linebreak="cm",
120328  unicodeslot=0xA806,
120329 },
120330 [0xA807]={
120331  category="lo",
120332  description="SYLOTI NAGRI LETTER KO",
120333  direction="l",
120334  linebreak="al",
120335  unicodeslot=0xA807,
120336 },
120337 [0xA808]={
120338  category="lo",
120339  description="SYLOTI NAGRI LETTER KHO",
120340  direction="l",
120341  linebreak="al",
120342  unicodeslot=0xA808,
120343 },
120344 [0xA809]={
120345  category="lo",
120346  description="SYLOTI NAGRI LETTER GO",
120347  direction="l",
120348  linebreak="al",
120349  unicodeslot=0xA809,
120350 },
120351 [0xA80A]={
120352  category="lo",
120353  description="SYLOTI NAGRI LETTER GHO",
120354  direction="l",
120355  linebreak="al",
120356  unicodeslot=0xA80A,
120357 },
120358 [0xA80B]={
120359  category="mn",
120360  description="SYLOTI NAGRI SIGN ANUSVARA",
120361  direction="nsm",
120362  linebreak="cm",
120363  unicodeslot=0xA80B,
120364 },
120365 [0xA80C]={
120366  category="lo",
120367  description="SYLOTI NAGRI LETTER CO",
120368  direction="l",
120369  linebreak="al",
120370  unicodeslot=0xA80C,
120371 },
120372 [0xA80D]={
120373  category="lo",
120374  description="SYLOTI NAGRI LETTER CHO",
120375  direction="l",
120376  linebreak="al",
120377  unicodeslot=0xA80D,
120378 },
120379 [0xA80E]={
120380  category="lo",
120381  description="SYLOTI NAGRI LETTER JO",
120382  direction="l",
120383  linebreak="al",
120384  unicodeslot=0xA80E,
120385 },
120386 [0xA80F]={
120387  category="lo",
120388  description="SYLOTI NAGRI LETTER JHO",
120389  direction="l",
120390  linebreak="al",
120391  unicodeslot=0xA80F,
120392 },
120393 [0xA810]={
120394  category="lo",
120395  description="SYLOTI NAGRI LETTER TTO",
120396  direction="l",
120397  linebreak="al",
120398  unicodeslot=0xA810,
120399 },
120400 [0xA811]={
120401  category="lo",
120402  description="SYLOTI NAGRI LETTER TTHO",
120403  direction="l",
120404  linebreak="al",
120405  unicodeslot=0xA811,
120406 },
120407 [0xA812]={
120408  category="lo",
120409  description="SYLOTI NAGRI LETTER DDO",
120410  direction="l",
120411  linebreak="al",
120412  unicodeslot=0xA812,
120413 },
120414 [0xA813]={
120415  category="lo",
120416  description="SYLOTI NAGRI LETTER DDHO",
120417  direction="l",
120418  linebreak="al",
120419  unicodeslot=0xA813,
120420 },
120421 [0xA814]={
120422  category="lo",
120423  description="SYLOTI NAGRI LETTER TO",
120424  direction="l",
120425  linebreak="al",
120426  unicodeslot=0xA814,
120427 },
120428 [0xA815]={
120429  category="lo",
120430  description="SYLOTI NAGRI LETTER THO",
120431  direction="l",
120432  linebreak="al",
120433  unicodeslot=0xA815,
120434 },
120435 [0xA816]={
120436  category="lo",
120437  description="SYLOTI NAGRI LETTER DO",
120438  direction="l",
120439  linebreak="al",
120440  unicodeslot=0xA816,
120441 },
120442 [0xA817]={
120443  category="lo",
120444  description="SYLOTI NAGRI LETTER DHO",
120445  direction="l",
120446  linebreak="al",
120447  unicodeslot=0xA817,
120448 },
120449 [0xA818]={
120450  category="lo",
120451  description="SYLOTI NAGRI LETTER NO",
120452  direction="l",
120453  linebreak="al",
120454  unicodeslot=0xA818,
120455 },
120456 [0xA819]={
120457  category="lo",
120458  description="SYLOTI NAGRI LETTER PO",
120459  direction="l",
120460  linebreak="al",
120461  unicodeslot=0xA819,
120462 },
120463 [0xA81A]={
120464  category="lo",
120465  description="SYLOTI NAGRI LETTER PHO",
120466  direction="l",
120467  linebreak="al",
120468  unicodeslot=0xA81A,
120469 },
120470 [0xA81B]={
120471  category="lo",
120472  description="SYLOTI NAGRI LETTER BO",
120473  direction="l",
120474  linebreak="al",
120475  unicodeslot=0xA81B,
120476 },
120477 [0xA81C]={
120478  category="lo",
120479  description="SYLOTI NAGRI LETTER BHO",
120480  direction="l",
120481  linebreak="al",
120482  unicodeslot=0xA81C,
120483 },
120484 [0xA81D]={
120485  category="lo",
120486  description="SYLOTI NAGRI LETTER MO",
120487  direction="l",
120488  linebreak="al",
120489  unicodeslot=0xA81D,
120490 },
120491 [0xA81E]={
120492  category="lo",
120493  description="SYLOTI NAGRI LETTER RO",
120494  direction="l",
120495  linebreak="al",
120496  unicodeslot=0xA81E,
120497 },
120498 [0xA81F]={
120499  category="lo",
120500  description="SYLOTI NAGRI LETTER LO",
120501  direction="l",
120502  linebreak="al",
120503  unicodeslot=0xA81F,
120504 },
120505 [0xA820]={
120506  category="lo",
120507  description="SYLOTI NAGRI LETTER RRO",
120508  direction="l",
120509  linebreak="al",
120510  unicodeslot=0xA820,
120511 },
120512 [0xA821]={
120513  category="lo",
120514  description="SYLOTI NAGRI LETTER SO",
120515  direction="l",
120516  linebreak="al",
120517  unicodeslot=0xA821,
120518 },
120519 [0xA822]={
120520  category="lo",
120521  description="SYLOTI NAGRI LETTER HO",
120522  direction="l",
120523  linebreak="al",
120524  unicodeslot=0xA822,
120525 },
120526 [0xA823]={
120527  category="mc",
120528  description="SYLOTI NAGRI VOWEL SIGN A",
120529  direction="l",
120530  linebreak="cm",
120531  unicodeslot=0xA823,
120532 },
120533 [0xA824]={
120534  category="mc",
120535  description="SYLOTI NAGRI VOWEL SIGN I",
120536  direction="l",
120537  linebreak="cm",
120538  unicodeslot=0xA824,
120539 },
120540 [0xA825]={
120541  category="mn",
120542  description="SYLOTI NAGRI VOWEL SIGN U",
120543  direction="nsm",
120544  linebreak="cm",
120545  unicodeslot=0xA825,
120546 },
120547 [0xA826]={
120548  category="mn",
120549  description="SYLOTI NAGRI VOWEL SIGN E",
120550  direction="nsm",
120551  linebreak="cm",
120552  unicodeslot=0xA826,
120553 },
120554 [0xA827]={
120555  category="mc",
120556  description="SYLOTI NAGRI VOWEL SIGN OO",
120557  direction="l",
120558  linebreak="cm",
120559  unicodeslot=0xA827,
120560 },
120561 [0xA828]={
120562  category="so",
120563  description="SYLOTI NAGRI POETRY MARK-0x0001",
120564  direction="on",
120565  linebreak="al",
120566  unicodeslot=0xA828,
120567 },
120568 [0xA829]={
120569  category="so",
120570  description="SYLOTI NAGRI POETRY MARK-0x0002",
120571  direction="on",
120572  linebreak="al",
120573  unicodeslot=0xA829,
120574 },
120575 [0xA82A]={
120576  category="so",
120577  description="SYLOTI NAGRI POETRY MARK-0x0003",
120578  direction="on",
120579  linebreak="al",
120580  unicodeslot=0xA82A,
120581 },
120582 [0xA82B]={
120583  category="so",
120584  description="SYLOTI NAGRI POETRY MARK-0x0004",
120585  direction="on",
120586  linebreak="al",
120587  unicodeslot=0xA82B,
120588 },
120589 [0xA82C]={
120590  category="mn",
120591  combining=0x9,
120592  description="SYLOTI NAGRI SIGN ALTERNATE HASANTA",
120593  direction="nsm",
120594  linebreak="cm",
120595  unicodeslot=0xA82C,
120596 },
120597 [0xA830]={
120598  category="no",
120599  description="NORTH INDIC FRACTION ONE QUARTER",
120600  direction="l",
120601  linebreak="al",
120602  unicodeslot=0xA830,
120603 },
120604 [0xA831]={
120605  category="no",
120606  description="NORTH INDIC FRACTION ONE HALF",
120607  direction="l",
120608  linebreak="al",
120609  unicodeslot=0xA831,
120610 },
120611 [0xA832]={
120612  category="no",
120613  description="NORTH INDIC FRACTION THREE QUARTERS",
120614  direction="l",
120615  linebreak="al",
120616  unicodeslot=0xA832,
120617 },
120618 [0xA833]={
120619  category="no",
120620  description="NORTH INDIC FRACTION ONE SIXTEENTH",
120621  direction="l",
120622  linebreak="al",
120623  unicodeslot=0xA833,
120624 },
120625 [0xA834]={
120626  category="no",
120627  description="NORTH INDIC FRACTION ONE EIGHTH",
120628  direction="l",
120629  linebreak="al",
120630  unicodeslot=0xA834,
120631 },
120632 [0xA835]={
120633  category="no",
120634  description="NORTH INDIC FRACTION THREE SIXTEENTHS",
120635  direction="l",
120636  linebreak="al",
120637  unicodeslot=0xA835,
120638 },
120639 [0xA836]={
120640  category="so",
120641  description="NORTH INDIC QUARTER MARK",
120642  direction="l",
120643  linebreak="al",
120644  unicodeslot=0xA836,
120645 },
120646 [0xA837]={
120647  category="so",
120648  description="NORTH INDIC PLACEHOLDER MARK",
120649  direction="l",
120650  linebreak="al",
120651  unicodeslot=0xA837,
120652 },
120653 [0xA838]={
120654  category="sc",
120655  description="NORTH INDIC RUPEE MARK",
120656  direction="et",
120657  linebreak="po",
120658  unicodeslot=0xA838,
120659 },
120660 [0xA839]={
120661  category="so",
120662  description="NORTH INDIC QUANTITY MARK",
120663  direction="et",
120664  linebreak="al",
120665  unicodeslot=0xA839,
120666 },
120667 [0xA840]={
120668  arabic="d",
120669  category="lo",
120670  description="PHAGS-PA LETTER KA",
120671  direction="l",
120672  linebreak="al",
120673  unicodeslot=0xA840,
120674 },
120675 [0xA841]={
120676  arabic="d",
120677  category="lo",
120678  description="PHAGS-PA LETTER KHA",
120679  direction="l",
120680  linebreak="al",
120681  unicodeslot=0xA841,
120682 },
120683 [0xA842]={
120684  arabic="d",
120685  category="lo",
120686  description="PHAGS-PA LETTER GA",
120687  direction="l",
120688  linebreak="al",
120689  unicodeslot=0xA842,
120690 },
120691 [0xA843]={
120692  arabic="d",
120693  category="lo",
120694  description="PHAGS-PA LETTER NGA",
120695  direction="l",
120696  linebreak="al",
120697  unicodeslot=0xA843,
120698 },
120699 [0xA844]={
120700  arabic="d",
120701  category="lo",
120702  description="PHAGS-PA LETTER CA",
120703  direction="l",
120704  linebreak="al",
120705  unicodeslot=0xA844,
120706 },
120707 [0xA845]={
120708  arabic="d",
120709  category="lo",
120710  description="PHAGS-PA LETTER CHA",
120711  direction="l",
120712  linebreak="al",
120713  unicodeslot=0xA845,
120714 },
120715 [0xA846]={
120716  arabic="d",
120717  category="lo",
120718  description="PHAGS-PA LETTER JA",
120719  direction="l",
120720  linebreak="al",
120721  unicodeslot=0xA846,
120722 },
120723 [0xA847]={
120724  arabic="d",
120725  category="lo",
120726  description="PHAGS-PA LETTER NYA",
120727  direction="l",
120728  linebreak="al",
120729  unicodeslot=0xA847,
120730 },
120731 [0xA848]={
120732  arabic="d",
120733  category="lo",
120734  description="PHAGS-PA LETTER TA",
120735  direction="l",
120736  linebreak="al",
120737  unicodeslot=0xA848,
120738 },
120739 [0xA849]={
120740  arabic="d",
120741  category="lo",
120742  description="PHAGS-PA LETTER THA",
120743  direction="l",
120744  linebreak="al",
120745  unicodeslot=0xA849,
120746 },
120747 [0xA84A]={
120748  arabic="d",
120749  category="lo",
120750  description="PHAGS-PA LETTER DA",
120751  direction="l",
120752  linebreak="al",
120753  unicodeslot=0xA84A,
120754 },
120755 [0xA84B]={
120756  arabic="d",
120757  category="lo",
120758  description="PHAGS-PA LETTER NA",
120759  direction="l",
120760  linebreak="al",
120761  unicodeslot=0xA84B,
120762 },
120763 [0xA84C]={
120764  arabic="d",
120765  category="lo",
120766  description="PHAGS-PA LETTER PA",
120767  direction="l",
120768  linebreak="al",
120769  unicodeslot=0xA84C,
120770 },
120771 [0xA84D]={
120772  arabic="d",
120773  category="lo",
120774  description="PHAGS-PA LETTER PHA",
120775  direction="l",
120776  linebreak="al",
120777  unicodeslot=0xA84D,
120778 },
120779 [0xA84E]={
120780  arabic="d",
120781  category="lo",
120782  description="PHAGS-PA LETTER BA",
120783  direction="l",
120784  linebreak="al",
120785  unicodeslot=0xA84E,
120786 },
120787 [0xA84F]={
120788  arabic="d",
120789  category="lo",
120790  description="PHAGS-PA LETTER MA",
120791  direction="l",
120792  linebreak="al",
120793  unicodeslot=0xA84F,
120794 },
120795 [0xA850]={
120796  arabic="d",
120797  category="lo",
120798  description="PHAGS-PA LETTER TSA",
120799  direction="l",
120800  linebreak="al",
120801  unicodeslot=0xA850,
120802 },
120803 [0xA851]={
120804  arabic="d",
120805  category="lo",
120806  description="PHAGS-PA LETTER TSHA",
120807  direction="l",
120808  linebreak="al",
120809  unicodeslot=0xA851,
120810 },
120811 [0xA852]={
120812  arabic="d",
120813  category="lo",
120814  description="PHAGS-PA LETTER DZA",
120815  direction="l",
120816  linebreak="al",
120817  unicodeslot=0xA852,
120818 },
120819 [0xA853]={
120820  arabic="d",
120821  category="lo",
120822  description="PHAGS-PA LETTER WA",
120823  direction="l",
120824  linebreak="al",
120825  unicodeslot=0xA853,
120826 },
120827 [0xA854]={
120828  arabic="d",
120829  category="lo",
120830  description="PHAGS-PA LETTER ZHA",
120831  direction="l",
120832  linebreak="al",
120833  unicodeslot=0xA854,
120834 },
120835 [0xA855]={
120836  arabic="d",
120837  category="lo",
120838  description="PHAGS-PA LETTER ZA",
120839  direction="l",
120840  linebreak="al",
120841  unicodeslot=0xA855,
120842 },
120843 [0xA856]={
120844  arabic="d",
120845  category="lo",
120846  description="PHAGS-PA LETTER SMALL A",
120847  direction="l",
120848  linebreak="al",
120849  unicodeslot=0xA856,
120850  variants={
120851   [0xFE00]="phags-pa letter reversed shaping small a",
120852  },
120853 },
120854 [0xA857]={
120855  arabic="d",
120856  category="lo",
120857  description="PHAGS-PA LETTER YA",
120858  direction="l",
120859  linebreak="al",
120860  unicodeslot=0xA857,
120861 },
120862 [0xA858]={
120863  arabic="d",
120864  category="lo",
120865  description="PHAGS-PA LETTER RA",
120866  direction="l",
120867  linebreak="al",
120868  unicodeslot=0xA858,
120869 },
120870 [0xA859]={
120871  arabic="d",
120872  category="lo",
120873  description="PHAGS-PA LETTER LA",
120874  direction="l",
120875  linebreak="al",
120876  unicodeslot=0xA859,
120877 },
120878 [0xA85A]={
120879  arabic="d",
120880  category="lo",
120881  description="PHAGS-PA LETTER SHA",
120882  direction="l",
120883  linebreak="al",
120884  unicodeslot=0xA85A,
120885 },
120886 [0xA85B]={
120887  arabic="d",
120888  category="lo",
120889  description="PHAGS-PA LETTER SA",
120890  direction="l",
120891  linebreak="al",
120892  unicodeslot=0xA85B,
120893 },
120894 [0xA85C]={
120895  arabic="d",
120896  category="lo",
120897  description="PHAGS-PA LETTER HA",
120898  direction="l",
120899  linebreak="al",
120900  unicodeslot=0xA85C,
120901  variants={
120902   [0xFE00]="phags-pa letter reversed shaping ha",
120903  },
120904 },
120905 [0xA85D]={
120906  arabic="d",
120907  category="lo",
120908  description="PHAGS-PA LETTER A",
120909  direction="l",
120910  linebreak="al",
120911  unicodeslot=0xA85D,
120912 },
120913 [0xA85E]={
120914  arabic="d",
120915  category="lo",
120916  description="PHAGS-PA LETTER I",
120917  direction="l",
120918  linebreak="al",
120919  unicodeslot=0xA85E,
120920  variants={
120921   [0xFE00]="phags-pa letter reversed shaping i",
120922  },
120923 },
120924 [0xA85F]={
120925  arabic="d",
120926  category="lo",
120927  description="PHAGS-PA LETTER U",
120928  direction="l",
120929  linebreak="al",
120930  unicodeslot=0xA85F,
120931  variants={
120932   [0xFE00]="phags-pa letter reversed shaping u",
120933  },
120934 },
120935 [0xA860]={
120936  arabic="d",
120937  category="lo",
120938  description="PHAGS-PA LETTER E",
120939  direction="l",
120940  linebreak="al",
120941  unicodeslot=0xA860,
120942  variants={
120943   [0xFE00]="phags-pa letter reversed shaping e",
120944  },
120945 },
120946 [0xA861]={
120947  arabic="d",
120948  category="lo",
120949  description="PHAGS-PA LETTER O",
120950  direction="l",
120951  linebreak="al",
120952  unicodeslot=0xA861,
120953 },
120954 [0xA862]={
120955  arabic="d",
120956  category="lo",
120957  description="PHAGS-PA LETTER QA",
120958  direction="l",
120959  linebreak="al",
120960  unicodeslot=0xA862,
120961 },
120962 [0xA863]={
120963  arabic="d",
120964  category="lo",
120965  description="PHAGS-PA LETTER XA",
120966  direction="l",
120967  linebreak="al",
120968  unicodeslot=0xA863,
120969 },
120970 [0xA864]={
120971  arabic="d",
120972  category="lo",
120973  description="PHAGS-PA LETTER FA",
120974  direction="l",
120975  linebreak="al",
120976  unicodeslot=0xA864,
120977 },
120978 [0xA865]={
120979  arabic="d",
120980  category="lo",
120981  description="PHAGS-PA LETTER GGA",
120982  direction="l",
120983  linebreak="al",
120984  unicodeslot=0xA865,
120985 },
120986 [0xA866]={
120987  arabic="d",
120988  category="lo",
120989  description="PHAGS-PA LETTER EE",
120990  direction="l",
120991  linebreak="al",
120992  unicodeslot=0xA866,
120993 },
120994 [0xA867]={
120995  arabic="d",
120996  category="lo",
120997  description="PHAGS-PA SUBJOINED LETTER WA",
120998  direction="l",
120999  linebreak="al",
121000  unicodeslot=0xA867,
121001 },
121002 [0xA868]={
121003  arabic="d",
121004  category="lo",
121005  description="PHAGS-PA SUBJOINED LETTER YA",
121006  direction="l",
121007  linebreak="al",
121008  unicodeslot=0xA868,
121009  variants={
121010   [0xFE00]="phags-pa letter reversed shaping subjoined ya",
121011  },
121012 },
121013 [0xA869]={
121014  arabic="d",
121015  category="lo",
121016  description="PHAGS-PA LETTER TTA",
121017  direction="l",
121018  linebreak="al",
121019  unicodeslot=0xA869,
121020 },
121021 [0xA86A]={
121022  arabic="d",
121023  category="lo",
121024  description="PHAGS-PA LETTER TTHA",
121025  direction="l",
121026  linebreak="al",
121027  unicodeslot=0xA86A,
121028 },
121029 [0xA86B]={
121030  arabic="d",
121031  category="lo",
121032  description="PHAGS-PA LETTER DDA",
121033  direction="l",
121034  linebreak="al",
121035  unicodeslot=0xA86B,
121036 },
121037 [0xA86C]={
121038  arabic="d",
121039  category="lo",
121040  description="PHAGS-PA LETTER NNA",
121041  direction="l",
121042  linebreak="al",
121043  unicodeslot=0xA86C,
121044 },
121045 [0xA86D]={
121046  arabic="d",
121047  category="lo",
121048  description="PHAGS-PA LETTER ALTERNATE YA",
121049  direction="l",
121050  linebreak="al",
121051  unicodeslot=0xA86D,
121052 },
121053 [0xA86E]={
121054  arabic="d",
121055  category="lo",
121056  description="PHAGS-PA LETTER VOICELESS SHA",
121057  direction="l",
121058  linebreak="al",
121059  unicodeslot=0xA86E,
121060 },
121061 [0xA86F]={
121062  arabic="d",
121063  category="lo",
121064  description="PHAGS-PA LETTER VOICED HA",
121065  direction="l",
121066  linebreak="al",
121067  unicodeslot=0xA86F,
121068 },
121069 [0xA870]={
121070  arabic="d",
121071  category="lo",
121072  description="PHAGS-PA LETTER ASPIRATED FA",
121073  direction="l",
121074  linebreak="al",
121075  unicodeslot=0xA870,
121076 },
121077 [0xA871]={
121078  arabic="d",
121079  category="lo",
121080  description="PHAGS-PA SUBJOINED LETTER RA",
121081  direction="l",
121082  linebreak="al",
121083  unicodeslot=0xA871,
121084 },
121085 [0xA872]={
121086  arabic="l",
121087  category="lo",
121088  description="PHAGS-PA SUPERFIXED LETTER RA",
121089  direction="l",
121090  linebreak="al",
121091  unicodeslot=0xA872,
121092 },
121093 [0xA873]={
121094  arabic="u",
121095  category="lo",
121096  description="PHAGS-PA LETTER CANDRABINDU",
121097  direction="l",
121098  linebreak="al",
121099  unicodeslot=0xA873,
121100 },
121101 [0xA874]={
121102  category="po",
121103  description="PHAGS-PA SINGLE HEAD MARK",
121104  direction="on",
121105  linebreak="bb",
121106  unicodeslot=0xA874,
121107 },
121108 [0xA875]={
121109  category="po",
121110  description="PHAGS-PA DOUBLE HEAD MARK",
121111  direction="on",
121112  linebreak="bb",
121113  unicodeslot=0xA875,
121114 },
121115 [0xA876]={
121116  category="po",
121117  description="PHAGS-PA MARK SHAD",
121118  direction="on",
121119  linebreak="ex",
121120  unicodeslot=0xA876,
121121 },
121122 [0xA877]={
121123  category="po",
121124  description="PHAGS-PA MARK DOUBLE SHAD",
121125  direction="on",
121126  linebreak="ex",
121127  unicodeslot=0xA877,
121128 },
121129 [0xA880]={
121130  category="mc",
121131  description="SAURASHTRA SIGN ANUSVARA",
121132  direction="l",
121133  linebreak="cm",
121134  unicodeslot=0xA880,
121135 },
121136 [0xA881]={
121137  category="mc",
121138  description="SAURASHTRA SIGN VISARGA",
121139  direction="l",
121140  linebreak="cm",
121141  unicodeslot=0xA881,
121142 },
121143 [0xA882]={
121144  category="lo",
121145  description="SAURASHTRA LETTER A",
121146  direction="l",
121147  linebreak="al",
121148  unicodeslot=0xA882,
121149 },
121150 [0xA883]={
121151  category="lo",
121152  description="SAURASHTRA LETTER AA",
121153  direction="l",
121154  linebreak="al",
121155  unicodeslot=0xA883,
121156 },
121157 [0xA884]={
121158  category="lo",
121159  description="SAURASHTRA LETTER I",
121160  direction="l",
121161  linebreak="al",
121162  unicodeslot=0xA884,
121163 },
121164 [0xA885]={
121165  category="lo",
121166  description="SAURASHTRA LETTER II",
121167  direction="l",
121168  linebreak="al",
121169  unicodeslot=0xA885,
121170 },
121171 [0xA886]={
121172  category="lo",
121173  description="SAURASHTRA LETTER U",
121174  direction="l",
121175  linebreak="al",
121176  unicodeslot=0xA886,
121177 },
121178 [0xA887]={
121179  category="lo",
121180  description="SAURASHTRA LETTER UU",
121181  direction="l",
121182  linebreak="al",
121183  unicodeslot=0xA887,
121184 },
121185 [0xA888]={
121186  category="lo",
121187  description="SAURASHTRA LETTER VOCALIC R",
121188  direction="l",
121189  linebreak="al",
121190  unicodeslot=0xA888,
121191 },
121192 [0xA889]={
121193  category="lo",
121194  description="SAURASHTRA LETTER VOCALIC RR",
121195  direction="l",
121196  linebreak="al",
121197  unicodeslot=0xA889,
121198 },
121199 [0xA88A]={
121200  category="lo",
121201  description="SAURASHTRA LETTER VOCALIC L",
121202  direction="l",
121203  linebreak="al",
121204  unicodeslot=0xA88A,
121205 },
121206 [0xA88B]={
121207  category="lo",
121208  description="SAURASHTRA LETTER VOCALIC LL",
121209  direction="l",
121210  linebreak="al",
121211  unicodeslot=0xA88B,
121212 },
121213 [0xA88C]={
121214  category="lo",
121215  description="SAURASHTRA LETTER E",
121216  direction="l",
121217  linebreak="al",
121218  unicodeslot=0xA88C,
121219 },
121220 [0xA88D]={
121221  category="lo",
121222  description="SAURASHTRA LETTER EE",
121223  direction="l",
121224  linebreak="al",
121225  unicodeslot=0xA88D,
121226 },
121227 [0xA88E]={
121228  category="lo",
121229  description="SAURASHTRA LETTER AI",
121230  direction="l",
121231  linebreak="al",
121232  unicodeslot=0xA88E,
121233 },
121234 [0xA88F]={
121235  category="lo",
121236  description="SAURASHTRA LETTER O",
121237  direction="l",
121238  linebreak="al",
121239  unicodeslot=0xA88F,
121240 },
121241 [0xA890]={
121242  category="lo",
121243  description="SAURASHTRA LETTER OO",
121244  direction="l",
121245  linebreak="al",
121246  unicodeslot=0xA890,
121247 },
121248 [0xA891]={
121249  category="lo",
121250  description="SAURASHTRA LETTER AU",
121251  direction="l",
121252  linebreak="al",
121253  unicodeslot=0xA891,
121254 },
121255 [0xA892]={
121256  category="lo",
121257  description="SAURASHTRA LETTER KA",
121258  direction="l",
121259  linebreak="al",
121260  unicodeslot=0xA892,
121261 },
121262 [0xA893]={
121263  category="lo",
121264  description="SAURASHTRA LETTER KHA",
121265  direction="l",
121266  linebreak="al",
121267  unicodeslot=0xA893,
121268 },
121269 [0xA894]={
121270  category="lo",
121271  description="SAURASHTRA LETTER GA",
121272  direction="l",
121273  linebreak="al",
121274  unicodeslot=0xA894,
121275 },
121276 [0xA895]={
121277  category="lo",
121278  description="SAURASHTRA LETTER GHA",
121279  direction="l",
121280  linebreak="al",
121281  unicodeslot=0xA895,
121282 },
121283 [0xA896]={
121284  category="lo",
121285  description="SAURASHTRA LETTER NGA",
121286  direction="l",
121287  linebreak="al",
121288  unicodeslot=0xA896,
121289 },
121290 [0xA897]={
121291  category="lo",
121292  description="SAURASHTRA LETTER CA",
121293  direction="l",
121294  linebreak="al",
121295  unicodeslot=0xA897,
121296 },
121297 [0xA898]={
121298  category="lo",
121299  description="SAURASHTRA LETTER CHA",
121300  direction="l",
121301  linebreak="al",
121302  unicodeslot=0xA898,
121303 },
121304 [0xA899]={
121305  category="lo",
121306  description="SAURASHTRA LETTER JA",
121307  direction="l",
121308  linebreak="al",
121309  unicodeslot=0xA899,
121310 },
121311 [0xA89A]={
121312  category="lo",
121313  description="SAURASHTRA LETTER JHA",
121314  direction="l",
121315  linebreak="al",
121316  unicodeslot=0xA89A,
121317 },
121318 [0xA89B]={
121319  category="lo",
121320  description="SAURASHTRA LETTER NYA",
121321  direction="l",
121322  linebreak="al",
121323  unicodeslot=0xA89B,
121324 },
121325 [0xA89C]={
121326  category="lo",
121327  description="SAURASHTRA LETTER TTA",
121328  direction="l",
121329  linebreak="al",
121330  unicodeslot=0xA89C,
121331 },
121332 [0xA89D]={
121333  category="lo",
121334  description="SAURASHTRA LETTER TTHA",
121335  direction="l",
121336  linebreak="al",
121337  unicodeslot=0xA89D,
121338 },
121339 [0xA89E]={
121340  category="lo",
121341  description="SAURASHTRA LETTER DDA",
121342  direction="l",
121343  linebreak="al",
121344  unicodeslot=0xA89E,
121345 },
121346 [0xA89F]={
121347  category="lo",
121348  description="SAURASHTRA LETTER DDHA",
121349  direction="l",
121350  linebreak="al",
121351  unicodeslot=0xA89F,
121352 },
121353 [0xA8A0]={
121354  category="lo",
121355  description="SAURASHTRA LETTER NNA",
121356  direction="l",
121357  linebreak="al",
121358  unicodeslot=0xA8A0,
121359 },
121360 [0xA8A1]={
121361  category="lo",
121362  description="SAURASHTRA LETTER TA",
121363  direction="l",
121364  linebreak="al",
121365  unicodeslot=0xA8A1,
121366 },
121367 [0xA8A2]={
121368  category="lo",
121369  description="SAURASHTRA LETTER THA",
121370  direction="l",
121371  linebreak="al",
121372  unicodeslot=0xA8A2,
121373 },
121374 [0xA8A3]={
121375  category="lo",
121376  description="SAURASHTRA LETTER DA",
121377  direction="l",
121378  linebreak="al",
121379  unicodeslot=0xA8A3,
121380 },
121381 [0xA8A4]={
121382  category="lo",
121383  description="SAURASHTRA LETTER DHA",
121384  direction="l",
121385  linebreak="al",
121386  unicodeslot=0xA8A4,
121387 },
121388 [0xA8A5]={
121389  category="lo",
121390  description="SAURASHTRA LETTER NA",
121391  direction="l",
121392  linebreak="al",
121393  unicodeslot=0xA8A5,
121394 },
121395 [0xA8A6]={
121396  category="lo",
121397  description="SAURASHTRA LETTER PA",
121398  direction="l",
121399  linebreak="al",
121400  unicodeslot=0xA8A6,
121401 },
121402 [0xA8A7]={
121403  category="lo",
121404  description="SAURASHTRA LETTER PHA",
121405  direction="l",
121406  linebreak="al",
121407  unicodeslot=0xA8A7,
121408 },
121409 [0xA8A8]={
121410  category="lo",
121411  description="SAURASHTRA LETTER BA",
121412  direction="l",
121413  linebreak="al",
121414  unicodeslot=0xA8A8,
121415 },
121416 [0xA8A9]={
121417  category="lo",
121418  description="SAURASHTRA LETTER BHA",
121419  direction="l",
121420  linebreak="al",
121421  unicodeslot=0xA8A9,
121422 },
121423 [0xA8AA]={
121424  category="lo",
121425  description="SAURASHTRA LETTER MA",
121426  direction="l",
121427  linebreak="al",
121428  unicodeslot=0xA8AA,
121429 },
121430 [0xA8AB]={
121431  category="lo",
121432  description="SAURASHTRA LETTER YA",
121433  direction="l",
121434  linebreak="al",
121435  unicodeslot=0xA8AB,
121436 },
121437 [0xA8AC]={
121438  category="lo",
121439  description="SAURASHTRA LETTER RA",
121440  direction="l",
121441  linebreak="al",
121442  unicodeslot=0xA8AC,
121443 },
121444 [0xA8AD]={
121445  category="lo",
121446  description="SAURASHTRA LETTER LA",
121447  direction="l",
121448  linebreak="al",
121449  unicodeslot=0xA8AD,
121450 },
121451 [0xA8AE]={
121452  category="lo",
121453  description="SAURASHTRA LETTER VA",
121454  direction="l",
121455  linebreak="al",
121456  unicodeslot=0xA8AE,
121457 },
121458 [0xA8AF]={
121459  category="lo",
121460  description="SAURASHTRA LETTER SHA",
121461  direction="l",
121462  linebreak="al",
121463  unicodeslot=0xA8AF,
121464 },
121465 [0xA8B0]={
121466  category="lo",
121467  description="SAURASHTRA LETTER SSA",
121468  direction="l",
121469  linebreak="al",
121470  unicodeslot=0xA8B0,
121471 },
121472 [0xA8B1]={
121473  category="lo",
121474  description="SAURASHTRA LETTER SA",
121475  direction="l",
121476  linebreak="al",
121477  unicodeslot=0xA8B1,
121478 },
121479 [0xA8B2]={
121480  category="lo",
121481  description="SAURASHTRA LETTER HA",
121482  direction="l",
121483  linebreak="al",
121484  unicodeslot=0xA8B2,
121485 },
121486 [0xA8B3]={
121487  category="lo",
121488  description="SAURASHTRA LETTER LLA",
121489  direction="l",
121490  linebreak="al",
121491  unicodeslot=0xA8B3,
121492 },
121493 [0xA8B4]={
121494  category="mc",
121495  description="SAURASHTRA CONSONANT SIGN HAARU",
121496  direction="l",
121497  linebreak="cm",
121498  unicodeslot=0xA8B4,
121499 },
121500 [0xA8B5]={
121501  category="mc",
121502  description="SAURASHTRA VOWEL SIGN AA",
121503  direction="l",
121504  linebreak="cm",
121505  unicodeslot=0xA8B5,
121506 },
121507 [0xA8B6]={
121508  category="mc",
121509  description="SAURASHTRA VOWEL SIGN I",
121510  direction="l",
121511  linebreak="cm",
121512  unicodeslot=0xA8B6,
121513 },
121514 [0xA8B7]={
121515  category="mc",
121516  description="SAURASHTRA VOWEL SIGN II",
121517  direction="l",
121518  linebreak="cm",
121519  unicodeslot=0xA8B7,
121520 },
121521 [0xA8B8]={
121522  category="mc",
121523  description="SAURASHTRA VOWEL SIGN U",
121524  direction="l",
121525  linebreak="cm",
121526  unicodeslot=0xA8B8,
121527 },
121528 [0xA8B9]={
121529  category="mc",
121530  description="SAURASHTRA VOWEL SIGN UU",
121531  direction="l",
121532  linebreak="cm",
121533  unicodeslot=0xA8B9,
121534 },
121535 [0xA8BA]={
121536  category="mc",
121537  description="SAURASHTRA VOWEL SIGN VOCALIC R",
121538  direction="l",
121539  linebreak="cm",
121540  unicodeslot=0xA8BA,
121541 },
121542 [0xA8BB]={
121543  category="mc",
121544  description="SAURASHTRA VOWEL SIGN VOCALIC RR",
121545  direction="l",
121546  linebreak="cm",
121547  unicodeslot=0xA8BB,
121548 },
121549 [0xA8BC]={
121550  category="mc",
121551  description="SAURASHTRA VOWEL SIGN VOCALIC L",
121552  direction="l",
121553  linebreak="cm",
121554  unicodeslot=0xA8BC,
121555 },
121556 [0xA8BD]={
121557  category="mc",
121558  description="SAURASHTRA VOWEL SIGN VOCALIC LL",
121559  direction="l",
121560  linebreak="cm",
121561  unicodeslot=0xA8BD,
121562 },
121563 [0xA8BE]={
121564  category="mc",
121565  description="SAURASHTRA VOWEL SIGN E",
121566  direction="l",
121567  linebreak="cm",
121568  unicodeslot=0xA8BE,
121569 },
121570 [0xA8BF]={
121571  category="mc",
121572  description="SAURASHTRA VOWEL SIGN EE",
121573  direction="l",
121574  linebreak="cm",
121575  unicodeslot=0xA8BF,
121576 },
121577 [0xA8C0]={
121578  category="mc",
121579  description="SAURASHTRA VOWEL SIGN AI",
121580  direction="l",
121581  linebreak="cm",
121582  unicodeslot=0xA8C0,
121583 },
121584 [0xA8C1]={
121585  category="mc",
121586  description="SAURASHTRA VOWEL SIGN O",
121587  direction="l",
121588  linebreak="cm",
121589  unicodeslot=0xA8C1,
121590 },
121591 [0xA8C2]={
121592  category="mc",
121593  description="SAURASHTRA VOWEL SIGN OO",
121594  direction="l",
121595  linebreak="cm",
121596  unicodeslot=0xA8C2,
121597 },
121598 [0xA8C3]={
121599  category="mc",
121600  description="SAURASHTRA VOWEL SIGN AU",
121601  direction="l",
121602  linebreak="cm",
121603  unicodeslot=0xA8C3,
121604 },
121605 [0xA8C4]={
121606  category="mn",
121607  combining=0x9,
121608  description="SAURASHTRA SIGN VIRAMA",
121609  direction="nsm",
121610  linebreak="cm",
121611  unicodeslot=0xA8C4,
121612 },
121613 [0xA8C5]={
121614  category="mn",
121615  description="SAURASHTRA SIGN CANDRABINDU",
121616  direction="nsm",
121617  linebreak="cm",
121618  unicodeslot=0xA8C5,
121619 },
121620 [0xA8CE]={
121621  category="po",
121622  description="SAURASHTRA DANDA",
121623  direction="l",
121624  linebreak="ba",
121625  unicodeslot=0xA8CE,
121626 },
121627 [0xA8CF]={
121628  category="po",
121629  description="SAURASHTRA DOUBLE DANDA",
121630  direction="l",
121631  linebreak="ba",
121632  unicodeslot=0xA8CF,
121633 },
121634 [0xA8D0]={
121635  category="nd",
121636  description="SAURASHTRA DIGIT ZERO",
121637  direction="l",
121638  linebreak="nu",
121639  unicodeslot=0xA8D0,
121640 },
121641 [0xA8D1]={
121642  category="nd",
121643  description="SAURASHTRA DIGIT ONE",
121644  direction="l",
121645  linebreak="nu",
121646  unicodeslot=0xA8D1,
121647 },
121648 [0xA8D2]={
121649  category="nd",
121650  description="SAURASHTRA DIGIT TWO",
121651  direction="l",
121652  linebreak="nu",
121653  unicodeslot=0xA8D2,
121654 },
121655 [0xA8D3]={
121656  category="nd",
121657  description="SAURASHTRA DIGIT THREE",
121658  direction="l",
121659  linebreak="nu",
121660  unicodeslot=0xA8D3,
121661 },
121662 [0xA8D4]={
121663  category="nd",
121664  description="SAURASHTRA DIGIT FOUR",
121665  direction="l",
121666  linebreak="nu",
121667  unicodeslot=0xA8D4,
121668 },
121669 [0xA8D5]={
121670  category="nd",
121671  description="SAURASHTRA DIGIT FIVE",
121672  direction="l",
121673  linebreak="nu",
121674  unicodeslot=0xA8D5,
121675 },
121676 [0xA8D6]={
121677  category="nd",
121678  description="SAURASHTRA DIGIT SIX",
121679  direction="l",
121680  linebreak="nu",
121681  unicodeslot=0xA8D6,
121682 },
121683 [0xA8D7]={
121684  category="nd",
121685  description="SAURASHTRA DIGIT SEVEN",
121686  direction="l",
121687  linebreak="nu",
121688  unicodeslot=0xA8D7,
121689 },
121690 [0xA8D8]={
121691  category="nd",
121692  description="SAURASHTRA DIGIT EIGHT",
121693  direction="l",
121694  linebreak="nu",
121695  unicodeslot=0xA8D8,
121696 },
121697 [0xA8D9]={
121698  category="nd",
121699  description="SAURASHTRA DIGIT NINE",
121700  direction="l",
121701  linebreak="nu",
121702  unicodeslot=0xA8D9,
121703 },
121704 [0xA8E0]={
121705  category="mn",
121706  combining=0xE6,
121707  description="COMBINING DEVANAGARI DIGIT ZERO",
121708  direction="nsm",
121709  indic="m",
121710  indicmark="t",
121711  linebreak="cm",
121712  unicodeslot=0xA8E0,
121713 },
121714 [0xA8E1]={
121715  category="mn",
121716  combining=0xE6,
121717  description="COMBINING DEVANAGARI DIGIT ONE",
121718  direction="nsm",
121719  indic="m",
121720  indicmark="t",
121721  linebreak="cm",
121722  unicodeslot=0xA8E1,
121723 },
121724 [0xA8E2]={
121725  category="mn",
121726  combining=0xE6,
121727  description="COMBINING DEVANAGARI DIGIT TWO",
121728  direction="nsm",
121729  indic="m",
121730  indicmark="t",
121731  linebreak="cm",
121732  unicodeslot=0xA8E2,
121733 },
121734 [0xA8E3]={
121735  category="mn",
121736  combining=0xE6,
121737  description="COMBINING DEVANAGARI DIGIT THREE",
121738  direction="nsm",
121739  indic="m",
121740  indicmark="t",
121741  linebreak="cm",
121742  unicodeslot=0xA8E3,
121743 },
121744 [0xA8E4]={
121745  category="mn",
121746  combining=0xE6,
121747  description="COMBINING DEVANAGARI DIGIT FOUR",
121748  direction="nsm",
121749  indic="m",
121750  indicmark="t",
121751  linebreak="cm",
121752  unicodeslot=0xA8E4,
121753 },
121754 [0xA8E5]={
121755  category="mn",
121756  combining=0xE6,
121757  description="COMBINING DEVANAGARI DIGIT FIVE",
121758  direction="nsm",
121759  indic="m",
121760  indicmark="t",
121761  linebreak="cm",
121762  unicodeslot=0xA8E5,
121763 },
121764 [0xA8E6]={
121765  category="mn",
121766  combining=0xE6,
121767  description="COMBINING DEVANAGARI DIGIT SIX",
121768  direction="nsm",
121769  indic="m",
121770  indicmark="t",
121771  linebreak="cm",
121772  unicodeslot=0xA8E6,
121773 },
121774 [0xA8E7]={
121775  category="mn",
121776  combining=0xE6,
121777  description="COMBINING DEVANAGARI DIGIT SEVEN",
121778  direction="nsm",
121779  indic="m",
121780  indicmark="t",
121781  linebreak="cm",
121782  unicodeslot=0xA8E7,
121783 },
121784 [0xA8E8]={
121785  category="mn",
121786  combining=0xE6,
121787  description="COMBINING DEVANAGARI DIGIT EIGHT",
121788  direction="nsm",
121789  indic="m",
121790  indicmark="t",
121791  linebreak="cm",
121792  unicodeslot=0xA8E8,
121793 },
121794 [0xA8E9]={
121795  category="mn",
121796  combining=0xE6,
121797  description="COMBINING DEVANAGARI DIGIT NINE",
121798  direction="nsm",
121799  indic="m",
121800  indicmark="t",
121801  linebreak="cm",
121802  unicodeslot=0xA8E9,
121803 },
121804 [0xA8EA]={
121805  category="mn",
121806  combining=0xE6,
121807  description="COMBINING DEVANAGARI LETTER A",
121808  direction="nsm",
121809  indic="m",
121810  indicmark="t",
121811  linebreak="cm",
121812  unicodeslot=0xA8EA,
121813 },
121814 [0xA8EB]={
121815  category="mn",
121816  combining=0xE6,
121817  description="COMBINING DEVANAGARI LETTER U",
121818  direction="nsm",
121819  indic="m",
121820  indicmark="t",
121821  linebreak="cm",
121822  unicodeslot=0xA8EB,
121823 },
121824 [0xA8EC]={
121825  category="mn",
121826  combining=0xE6,
121827  description="COMBINING DEVANAGARI LETTER KA",
121828  direction="nsm",
121829  indic="m",
121830  indicmark="t",
121831  linebreak="cm",
121832  unicodeslot=0xA8EC,
121833 },
121834 [0xA8ED]={
121835  category="mn",
121836  combining=0xE6,
121837  description="COMBINING DEVANAGARI LETTER NA",
121838  direction="nsm",
121839  indic="m",
121840  indicmark="t",
121841  linebreak="cm",
121842  unicodeslot=0xA8ED,
121843 },
121844 [0xA8EE]={
121845  category="mn",
121846  combining=0xE6,
121847  description="COMBINING DEVANAGARI LETTER PA",
121848  direction="nsm",
121849  indic="m",
121850  indicmark="t",
121851  linebreak="cm",
121852  unicodeslot=0xA8EE,
121853 },
121854 [0xA8EF]={
121855  category="mn",
121856  combining=0xE6,
121857  description="COMBINING DEVANAGARI LETTER RA",
121858  direction="nsm",
121859  indic="m",
121860  indicmark="t",
121861  linebreak="cm",
121862  unicodeslot=0xA8EF,
121863 },
121864 [0xA8F0]={
121865  category="mn",
121866  combining=0xE6,
121867  description="COMBINING DEVANAGARI LETTER VI",
121868  direction="nsm",
121869  indic="o",
121870  indicmark="t",
121871  linebreak="cm",
121872  unicodeslot=0xA8F0,
121873 },
121874 [0xA8F1]={
121875  category="mn",
121876  combining=0xE6,
121877  description="COMBINING DEVANAGARI SIGN AVAGRAHA",
121878  direction="nsm",
121879  indic="m",
121880  indicmark="t",
121881  linebreak="cm",
121882  unicodeslot=0xA8F1,
121883 },
121884 [0xA8F2]={
121885  category="lo",
121886  description="DEVANAGARI SIGN SPACING CANDRABINDU",
121887  direction="l",
121888  linebreak="al",
121889  unicodeslot=0xA8F2,
121890 },
121891 [0xA8F3]={
121892  category="lo",
121893  description="DEVANAGARI SIGN CANDRABINDU VIRAMA",
121894  direction="l",
121895  linebreak="al",
121896  unicodeslot=0xA8F3,
121897 },
121898 [0xA8F4]={
121899  category="lo",
121900  description="DEVANAGARI SIGN DOUBLE CANDRABINDU VIRAMA",
121901  direction="l",
121902  linebreak="al",
121903  unicodeslot=0xA8F4,
121904 },
121905 [0xA8F5]={
121906  category="lo",
121907  description="DEVANAGARI SIGN CANDRABINDU TWO",
121908  direction="l",
121909  linebreak="al",
121910  unicodeslot=0xA8F5,
121911 },
121912 [0xA8F6]={
121913  category="lo",
121914  description="DEVANAGARI SIGN CANDRABINDU THREE",
121915  direction="l",
121916  linebreak="al",
121917  unicodeslot=0xA8F6,
121918 },
121919 [0xA8F7]={
121920  category="lo",
121921  description="DEVANAGARI SIGN CANDRABINDU AVAGRAHA",
121922  direction="l",
121923  linebreak="al",
121924  unicodeslot=0xA8F7,
121925 },
121926 [0xA8F8]={
121927  category="po",
121928  description="DEVANAGARI SIGN PUSHPIKA",
121929  direction="l",
121930  linebreak="al",
121931  unicodeslot=0xA8F8,
121932 },
121933 [0xA8F9]={
121934  category="po",
121935  description="DEVANAGARI GAP FILLER",
121936  direction="l",
121937  linebreak="al",
121938  unicodeslot=0xA8F9,
121939 },
121940 [0xA8FA]={
121941  category="po",
121942  description="DEVANAGARI CARET",
121943  direction="l",
121944  linebreak="al",
121945  unicodeslot=0xA8FA,
121946 },
121947 [0xA8FB]={
121948  category="lo",
121949  description="DEVANAGARI HEADSTROKE",
121950  direction="l",
121951  linebreak="al",
121952  unicodeslot=0xA8FB,
121953 },
121954 [0xA8FC]={
121955  category="po",
121956  description="DEVANAGARI SIGN SIDDHAM",
121957  direction="l",
121958  linebreak="bb",
121959  unicodeslot=0xA8FC,
121960 },
121961 [0xA8FD]={
121962  category="lo",
121963  description="DEVANAGARI JAIN OM",
121964  direction="l",
121965  linebreak="al",
121966  unicodeslot=0xA8FD,
121967 },
121968 [0xA8FE]={
121969  category="lo",
121970  description="DEVANAGARI LETTER AY",
121971  direction="l",
121972  linebreak="al",
121973  unicodeslot=0xA8FE,
121974 },
121975 [0xA8FF]={
121976  category="mn",
121977  description="DEVANAGARI VOWEL SIGN AY",
121978  direction="nsm",
121979  linebreak="cm",
121980  unicodeslot=0xA8FF,
121981 },
121982 [0xA900]={
121983  category="nd",
121984  description="KAYAH LI DIGIT ZERO",
121985  direction="l",
121986  linebreak="nu",
121987  unicodeslot=0xA900,
121988 },
121989 [0xA901]={
121990  category="nd",
121991  description="KAYAH LI DIGIT ONE",
121992  direction="l",
121993  linebreak="nu",
121994  unicodeslot=0xA901,
121995 },
121996 [0xA902]={
121997  category="nd",
121998  description="KAYAH LI DIGIT TWO",
121999  direction="l",
122000  linebreak="nu",
122001  unicodeslot=0xA902,
122002 },
122003 [0xA903]={
122004  category="nd",
122005  description="KAYAH LI DIGIT THREE",
122006  direction="l",
122007  linebreak="nu",
122008  unicodeslot=0xA903,
122009 },
122010 [0xA904]={
122011  category="nd",
122012  description="KAYAH LI DIGIT FOUR",
122013  direction="l",
122014  linebreak="nu",
122015  unicodeslot=0xA904,
122016 },
122017 [0xA905]={
122018  category="nd",
122019  description="KAYAH LI DIGIT FIVE",
122020  direction="l",
122021  linebreak="nu",
122022  unicodeslot=0xA905,
122023 },
122024 [0xA906]={
122025  category="nd",
122026  description="KAYAH LI DIGIT SIX",
122027  direction="l",
122028  linebreak="nu",
122029  unicodeslot=0xA906,
122030 },
122031 [0xA907]={
122032  category="nd",
122033  description="KAYAH LI DIGIT SEVEN",
122034  direction="l",
122035  linebreak="nu",
122036  unicodeslot=0xA907,
122037 },
122038 [0xA908]={
122039  category="nd",
122040  description="KAYAH LI DIGIT EIGHT",
122041  direction="l",
122042  linebreak="nu",
122043  unicodeslot=0xA908,
122044 },
122045 [0xA909]={
122046  category="nd",
122047  description="KAYAH LI DIGIT NINE",
122048  direction="l",
122049  linebreak="nu",
122050  unicodeslot=0xA909,
122051 },
122052 [0xA90A]={
122053  category="lo",
122054  description="KAYAH LI LETTER KA",
122055  direction="l",
122056  linebreak="al",
122057  unicodeslot=0xA90A,
122058 },
122059 [0xA90B]={
122060  category="lo",
122061  description="KAYAH LI LETTER KHA",
122062  direction="l",
122063  linebreak="al",
122064  unicodeslot=0xA90B,
122065 },
122066 [0xA90C]={
122067  category="lo",
122068  description="KAYAH LI LETTER GA",
122069  direction="l",
122070  linebreak="al",
122071  unicodeslot=0xA90C,
122072 },
122073 [0xA90D]={
122074  category="lo",
122075  description="KAYAH LI LETTER NGA",
122076  direction="l",
122077  linebreak="al",
122078  unicodeslot=0xA90D,
122079 },
122080 [0xA90E]={
122081  category="lo",
122082  description="KAYAH LI LETTER SA",
122083  direction="l",
122084  linebreak="al",
122085  unicodeslot=0xA90E,
122086 },
122087 [0xA90F]={
122088  category="lo",
122089  description="KAYAH LI LETTER SHA",
122090  direction="l",
122091  linebreak="al",
122092  unicodeslot=0xA90F,
122093 },
122094 [0xA910]={
122095  category="lo",
122096  description="KAYAH LI LETTER ZA",
122097  direction="l",
122098  linebreak="al",
122099  unicodeslot=0xA910,
122100 },
122101 [0xA911]={
122102  category="lo",
122103  description="KAYAH LI LETTER NYA",
122104  direction="l",
122105  linebreak="al",
122106  unicodeslot=0xA911,
122107 },
122108 [0xA912]={
122109  category="lo",
122110  description="KAYAH LI LETTER TA",
122111  direction="l",
122112  linebreak="al",
122113  unicodeslot=0xA912,
122114 },
122115 [0xA913]={
122116  category="lo",
122117  description="KAYAH LI LETTER HTA",
122118  direction="l",
122119  linebreak="al",
122120  unicodeslot=0xA913,
122121 },
122122 [0xA914]={
122123  category="lo",
122124  description="KAYAH LI LETTER NA",
122125  direction="l",
122126  linebreak="al",
122127  unicodeslot=0xA914,
122128 },
122129 [0xA915]={
122130  category="lo",
122131  description="KAYAH LI LETTER PA",
122132  direction="l",
122133  linebreak="al",
122134  unicodeslot=0xA915,
122135 },
122136 [0xA916]={
122137  category="lo",
122138  description="KAYAH LI LETTER PHA",
122139  direction="l",
122140  linebreak="al",
122141  unicodeslot=0xA916,
122142 },
122143 [0xA917]={
122144  category="lo",
122145  description="KAYAH LI LETTER MA",
122146  direction="l",
122147  linebreak="al",
122148  unicodeslot=0xA917,
122149 },
122150 [0xA918]={
122151  category="lo",
122152  description="KAYAH LI LETTER DA",
122153  direction="l",
122154  linebreak="al",
122155  unicodeslot=0xA918,
122156 },
122157 [0xA919]={
122158  category="lo",
122159  description="KAYAH LI LETTER BA",
122160  direction="l",
122161  linebreak="al",
122162  unicodeslot=0xA919,
122163 },
122164 [0xA91A]={
122165  category="lo",
122166  description="KAYAH LI LETTER RA",
122167  direction="l",
122168  linebreak="al",
122169  unicodeslot=0xA91A,
122170 },
122171 [0xA91B]={
122172  category="lo",
122173  description="KAYAH LI LETTER YA",
122174  direction="l",
122175  linebreak="al",
122176  unicodeslot=0xA91B,
122177 },
122178 [0xA91C]={
122179  category="lo",
122180  description="KAYAH LI LETTER LA",
122181  direction="l",
122182  linebreak="al",
122183  unicodeslot=0xA91C,
122184 },
122185 [0xA91D]={
122186  category="lo",
122187  description="KAYAH LI LETTER WA",
122188  direction="l",
122189  linebreak="al",
122190  unicodeslot=0xA91D,
122191 },
122192 [0xA91E]={
122193  category="lo",
122194  description="KAYAH LI LETTER THA",
122195  direction="l",
122196  linebreak="al",
122197  unicodeslot=0xA91E,
122198 },
122199 [0xA91F]={
122200  category="lo",
122201  description="KAYAH LI LETTER HA",
122202  direction="l",
122203  linebreak="al",
122204  unicodeslot=0xA91F,
122205 },
122206 [0xA920]={
122207  category="lo",
122208  description="KAYAH LI LETTER VA",
122209  direction="l",
122210  linebreak="al",
122211  unicodeslot=0xA920,
122212 },
122213 [0xA921]={
122214  category="lo",
122215  description="KAYAH LI LETTER CA",
122216  direction="l",
122217  linebreak="al",
122218  unicodeslot=0xA921,
122219 },
122220 [0xA922]={
122221  category="lo",
122222  description="KAYAH LI LETTER A",
122223  direction="l",
122224  linebreak="al",
122225  unicodeslot=0xA922,
122226 },
122227 [0xA923]={
122228  category="lo",
122229  description="KAYAH LI LETTER OE",
122230  direction="l",
122231  linebreak="al",
122232  unicodeslot=0xA923,
122233 },
122234 [0xA924]={
122235  category="lo",
122236  description="KAYAH LI LETTER I",
122237  direction="l",
122238  linebreak="al",
122239  unicodeslot=0xA924,
122240 },
122241 [0xA925]={
122242  category="lo",
122243  description="KAYAH LI LETTER OO",
122244  direction="l",
122245  linebreak="al",
122246  unicodeslot=0xA925,
122247 },
122248 [0xA926]={
122249  category="mn",
122250  description="KAYAH LI VOWEL UE",
122251  direction="nsm",
122252  linebreak="cm",
122253  unicodeslot=0xA926,
122254 },
122255 [0xA927]={
122256  category="mn",
122257  description="KAYAH LI VOWEL E",
122258  direction="nsm",
122259  linebreak="cm",
122260  unicodeslot=0xA927,
122261 },
122262 [0xA928]={
122263  category="mn",
122264  description="KAYAH LI VOWEL U",
122265  direction="nsm",
122266  linebreak="cm",
122267  unicodeslot=0xA928,
122268 },
122269 [0xA929]={
122270  category="mn",
122271  description="KAYAH LI VOWEL EE",
122272  direction="nsm",
122273  linebreak="cm",
122274  unicodeslot=0xA929,
122275 },
122276 [0xA92A]={
122277  category="mn",
122278  description="KAYAH LI VOWEL O",
122279  direction="nsm",
122280  linebreak="cm",
122281  unicodeslot=0xA92A,
122282 },
122283 [0xA92B]={
122284  category="mn",
122285  combining=0xDC,
122286  description="KAYAH LI TONE PLOPHU",
122287  direction="nsm",
122288  linebreak="cm",
122289  unicodeslot=0xA92B,
122290 },
122291 [0xA92C]={
122292  category="mn",
122293  combining=0xDC,
122294  description="KAYAH LI TONE CALYA",
122295  direction="nsm",
122296  linebreak="cm",
122297  unicodeslot=0xA92C,
122298 },
122299 [0xA92D]={
122300  category="mn",
122301  combining=0xDC,
122302  description="KAYAH LI TONE CALYA PLOPHU",
122303  direction="nsm",
122304  linebreak="cm",
122305  unicodeslot=0xA92D,
122306 },
122307 [0xA92E]={
122308  category="po",
122309  description="KAYAH LI SIGN CWI",
122310  direction="l",
122311  linebreak="ba",
122312  unicodeslot=0xA92E,
122313 },
122314 [0xA92F]={
122315  category="po",
122316  description="KAYAH LI SIGN SHYA",
122317  direction="l",
122318  linebreak="ba",
122319  unicodeslot=0xA92F,
122320 },
122321 [0xA930]={
122322  category="lo",
122323  description="REJANG LETTER KA",
122324  direction="l",
122325  linebreak="al",
122326  unicodeslot=0xA930,
122327 },
122328 [0xA931]={
122329  category="lo",
122330  description="REJANG LETTER GA",
122331  direction="l",
122332  linebreak="al",
122333  unicodeslot=0xA931,
122334 },
122335 [0xA932]={
122336  category="lo",
122337  description="REJANG LETTER NGA",
122338  direction="l",
122339  linebreak="al",
122340  unicodeslot=0xA932,
122341 },
122342 [0xA933]={
122343  category="lo",
122344  description="REJANG LETTER TA",
122345  direction="l",
122346  linebreak="al",
122347  unicodeslot=0xA933,
122348 },
122349 [0xA934]={
122350  category="lo",
122351  description="REJANG LETTER DA",
122352  direction="l",
122353  linebreak="al",
122354  unicodeslot=0xA934,
122355 },
122356 [0xA935]={
122357  category="lo",
122358  description="REJANG LETTER NA",
122359  direction="l",
122360  linebreak="al",
122361  unicodeslot=0xA935,
122362 },
122363 [0xA936]={
122364  category="lo",
122365  description="REJANG LETTER PA",
122366  direction="l",
122367  linebreak="al",
122368  unicodeslot=0xA936,
122369 },
122370 [0xA937]={
122371  category="lo",
122372  description="REJANG LETTER BA",
122373  direction="l",
122374  linebreak="al",
122375  unicodeslot=0xA937,
122376 },
122377 [0xA938]={
122378  category="lo",
122379  description="REJANG LETTER MA",
122380  direction="l",
122381  linebreak="al",
122382  unicodeslot=0xA938,
122383 },
122384 [0xA939]={
122385  category="lo",
122386  description="REJANG LETTER CA",
122387  direction="l",
122388  linebreak="al",
122389  unicodeslot=0xA939,
122390 },
122391 [0xA93A]={
122392  category="lo",
122393  description="REJANG LETTER JA",
122394  direction="l",
122395  linebreak="al",
122396  unicodeslot=0xA93A,
122397 },
122398 [0xA93B]={
122399  category="lo",
122400  description="REJANG LETTER NYA",
122401  direction="l",
122402  linebreak="al",
122403  unicodeslot=0xA93B,
122404 },
122405 [0xA93C]={
122406  category="lo",
122407  description="REJANG LETTER SA",
122408  direction="l",
122409  linebreak="al",
122410  unicodeslot=0xA93C,
122411 },
122412 [0xA93D]={
122413  category="lo",
122414  description="REJANG LETTER RA",
122415  direction="l",
122416  linebreak="al",
122417  unicodeslot=0xA93D,
122418 },
122419 [0xA93E]={
122420  category="lo",
122421  description="REJANG LETTER LA",
122422  direction="l",
122423  linebreak="al",
122424  unicodeslot=0xA93E,
122425 },
122426 [0xA93F]={
122427  category="lo",
122428  description="REJANG LETTER YA",
122429  direction="l",
122430  linebreak="al",
122431  unicodeslot=0xA93F,
122432 },
122433 [0xA940]={
122434  category="lo",
122435  description="REJANG LETTER WA",
122436  direction="l",
122437  linebreak="al",
122438  unicodeslot=0xA940,
122439 },
122440 [0xA941]={
122441  category="lo",
122442  description="REJANG LETTER HA",
122443  direction="l",
122444  linebreak="al",
122445  unicodeslot=0xA941,
122446 },
122447 [0xA942]={
122448  category="lo",
122449  description="REJANG LETTER MBA",
122450  direction="l",
122451  linebreak="al",
122452  unicodeslot=0xA942,
122453 },
122454 [0xA943]={
122455  category="lo",
122456  description="REJANG LETTER NGGA",
122457  direction="l",
122458  linebreak="al",
122459  unicodeslot=0xA943,
122460 },
122461 [0xA944]={
122462  category="lo",
122463  description="REJANG LETTER NDA",
122464  direction="l",
122465  linebreak="al",
122466  unicodeslot=0xA944,
122467 },
122468 [0xA945]={
122469  category="lo",
122470  description="REJANG LETTER NYJA",
122471  direction="l",
122472  linebreak="al",
122473  unicodeslot=0xA945,
122474 },
122475 [0xA946]={
122476  category="lo",
122477  description="REJANG LETTER A",
122478  direction="l",
122479  linebreak="al",
122480  unicodeslot=0xA946,
122481 },
122482 [0xA947]={
122483  category="mn",
122484  description="REJANG VOWEL SIGN I",
122485  direction="nsm",
122486  linebreak="cm",
122487  unicodeslot=0xA947,
122488 },
122489 [0xA948]={
122490  category="mn",
122491  description="REJANG VOWEL SIGN U",
122492  direction="nsm",
122493  linebreak="cm",
122494  unicodeslot=0xA948,
122495 },
122496 [0xA949]={
122497  category="mn",
122498  description="REJANG VOWEL SIGN E",
122499  direction="nsm",
122500  linebreak="cm",
122501  unicodeslot=0xA949,
122502 },
122503 [0xA94A]={
122504  category="mn",
122505  description="REJANG VOWEL SIGN AI",
122506  direction="nsm",
122507  linebreak="cm",
122508  unicodeslot=0xA94A,
122509 },
122510 [0xA94B]={
122511  category="mn",
122512  description="REJANG VOWEL SIGN O",
122513  direction="nsm",
122514  linebreak="cm",
122515  unicodeslot=0xA94B,
122516 },
122517 [0xA94C]={
122518  category="mn",
122519  description="REJANG VOWEL SIGN AU",
122520  direction="nsm",
122521  linebreak="cm",
122522  unicodeslot=0xA94C,
122523 },
122524 [0xA94D]={
122525  category="mn",
122526  description="REJANG VOWEL SIGN EU",
122527  direction="nsm",
122528  linebreak="cm",
122529  unicodeslot=0xA94D,
122530 },
122531 [0xA94E]={
122532  category="mn",
122533  description="REJANG VOWEL SIGN EA",
122534  direction="nsm",
122535  linebreak="cm",
122536  unicodeslot=0xA94E,
122537 },
122538 [0xA94F]={
122539  category="mn",
122540  description="REJANG CONSONANT SIGN NG",
122541  direction="nsm",
122542  linebreak="cm",
122543  unicodeslot=0xA94F,
122544 },
122545 [0xA950]={
122546  category="mn",
122547  description="REJANG CONSONANT SIGN N",
122548  direction="nsm",
122549  linebreak="cm",
122550  unicodeslot=0xA950,
122551 },
122552 [0xA951]={
122553  category="mn",
122554  description="REJANG CONSONANT SIGN R",
122555  direction="nsm",
122556  linebreak="cm",
122557  unicodeslot=0xA951,
122558 },
122559 [0xA952]={
122560  category="mc",
122561  description="REJANG CONSONANT SIGN H",
122562  direction="l",
122563  linebreak="cm",
122564  unicodeslot=0xA952,
122565 },
122566 [0xA953]={
122567  category="mc",
122568  combining=0x9,
122569  description="REJANG VIRAMA",
122570  direction="l",
122571  linebreak="cm",
122572  unicodeslot=0xA953,
122573 },
122574 [0xA95F]={
122575  category="po",
122576  description="REJANG SECTION MARK",
122577  direction="l",
122578  linebreak="al",
122579  unicodeslot=0xA95F,
122580 },
122581 [0xA960]={
122582  category="lo",
122583  cjkwd="w",
122584  description="HANGUL CHOSEONG TIKEUT-MIEUM",
122585  direction="l",
122586  linebreak="jl",
122587  unicodeslot=0xA960,
122588 },
122589 [0xA961]={
122590  category="lo",
122591  cjkwd="w",
122592  description="HANGUL CHOSEONG TIKEUT-PIEUP",
122593  direction="l",
122594  linebreak="jl",
122595  unicodeslot=0xA961,
122596 },
122597 [0xA962]={
122598  category="lo",
122599  cjkwd="w",
122600  description="HANGUL CHOSEONG TIKEUT-SIOS",
122601  direction="l",
122602  linebreak="jl",
122603  unicodeslot=0xA962,
122604 },
122605 [0xA963]={
122606  category="lo",
122607  cjkwd="w",
122608  description="HANGUL CHOSEONG TIKEUT-CIEUC",
122609  direction="l",
122610  linebreak="jl",
122611  unicodeslot=0xA963,
122612 },
122613 [0xA964]={
122614  category="lo",
122615  cjkwd="w",
122616  description="HANGUL CHOSEONG RIEUL-KIYEOK",
122617  direction="l",
122618  linebreak="jl",
122619  unicodeslot=0xA964,
122620 },
122621 [0xA965]={
122622  category="lo",
122623  cjkwd="w",
122624  description="HANGUL CHOSEONG RIEUL-SSANGKIYEOK",
122625  direction="l",
122626  linebreak="jl",
122627  unicodeslot=0xA965,
122628 },
122629 [0xA966]={
122630  category="lo",
122631  cjkwd="w",
122632  description="HANGUL CHOSEONG RIEUL-TIKEUT",
122633  direction="l",
122634  linebreak="jl",
122635  unicodeslot=0xA966,
122636 },
122637 [0xA967]={
122638  category="lo",
122639  cjkwd="w",
122640  description="HANGUL CHOSEONG RIEUL-SSANGTIKEUT",
122641  direction="l",
122642  linebreak="jl",
122643  unicodeslot=0xA967,
122644 },
122645 [0xA968]={
122646  category="lo",
122647  cjkwd="w",
122648  description="HANGUL CHOSEONG RIEUL-MIEUM",
122649  direction="l",
122650  linebreak="jl",
122651  unicodeslot=0xA968,
122652 },
122653 [0xA969]={
122654  category="lo",
122655  cjkwd="w",
122656  description="HANGUL CHOSEONG RIEUL-PIEUP",
122657  direction="l",
122658  linebreak="jl",
122659  unicodeslot=0xA969,
122660 },
122661 [0xA96A]={
122662  category="lo",
122663  cjkwd="w",
122664  description="HANGUL CHOSEONG RIEUL-SSANGPIEUP",
122665  direction="l",
122666  linebreak="jl",
122667  unicodeslot=0xA96A,
122668 },
122669 [0xA96B]={
122670  category="lo",
122671  cjkwd="w",
122672  description="HANGUL CHOSEONG RIEUL-KAPYEOUNPIEUP",
122673  direction="l",
122674  linebreak="jl",
122675  unicodeslot=0xA96B,
122676 },
122677 [0xA96C]={
122678  category="lo",
122679  cjkwd="w",
122680  description="HANGUL CHOSEONG RIEUL-SIOS",
122681  direction="l",
122682  linebreak="jl",
122683  unicodeslot=0xA96C,
122684 },
122685 [0xA96D]={
122686  category="lo",
122687  cjkwd="w",
122688  description="HANGUL CHOSEONG RIEUL-CIEUC",
122689  direction="l",
122690  linebreak="jl",
122691  unicodeslot=0xA96D,
122692 },
122693 [0xA96E]={
122694  category="lo",
122695  cjkwd="w",
122696  description="HANGUL CHOSEONG RIEUL-KHIEUKH",
122697  direction="l",
122698  linebreak="jl",
122699  unicodeslot=0xA96E,
122700 },
122701 [0xA96F]={
122702  category="lo",
122703  cjkwd="w",
122704  description="HANGUL CHOSEONG MIEUM-KIYEOK",
122705  direction="l",
122706  linebreak="jl",
122707  unicodeslot=0xA96F,
122708 },
122709 [0xA970]={
122710  category="lo",
122711  cjkwd="w",
122712  description="HANGUL CHOSEONG MIEUM-TIKEUT",
122713  direction="l",
122714  linebreak="jl",
122715  unicodeslot=0xA970,
122716 },
122717 [0xA971]={
122718  category="lo",
122719  cjkwd="w",
122720  description="HANGUL CHOSEONG MIEUM-SIOS",
122721  direction="l",
122722  linebreak="jl",
122723  unicodeslot=0xA971,
122724 },
122725 [0xA972]={
122726  category="lo",
122727  cjkwd="w",
122728  description="HANGUL CHOSEONG PIEUP-SIOS-THIEUTH",
122729  direction="l",
122730  linebreak="jl",
122731  unicodeslot=0xA972,
122732 },
122733 [0xA973]={
122734  category="lo",
122735  cjkwd="w",
122736  description="HANGUL CHOSEONG PIEUP-KHIEUKH",
122737  direction="l",
122738  linebreak="jl",
122739  unicodeslot=0xA973,
122740 },
122741 [0xA974]={
122742  category="lo",
122743  cjkwd="w",
122744  description="HANGUL CHOSEONG PIEUP-HIEUH",
122745  direction="l",
122746  linebreak="jl",
122747  unicodeslot=0xA974,
122748 },
122749 [0xA975]={
122750  category="lo",
122751  cjkwd="w",
122752  description="HANGUL CHOSEONG SSANGSIOS-PIEUP",
122753  direction="l",
122754  linebreak="jl",
122755  unicodeslot=0xA975,
122756 },
122757 [0xA976]={
122758  category="lo",
122759  cjkwd="w",
122760  description="HANGUL CHOSEONG IEUNG-RIEUL",
122761  direction="l",
122762  linebreak="jl",
122763  unicodeslot=0xA976,
122764 },
122765 [0xA977]={
122766  category="lo",
122767  cjkwd="w",
122768  description="HANGUL CHOSEONG IEUNG-HIEUH",
122769  direction="l",
122770  linebreak="jl",
122771  unicodeslot=0xA977,
122772 },
122773 [0xA978]={
122774  category="lo",
122775  cjkwd="w",
122776  description="HANGUL CHOSEONG SSANGCIEUC-HIEUH",
122777  direction="l",
122778  linebreak="jl",
122779  unicodeslot=0xA978,
122780 },
122781 [0xA979]={
122782  category="lo",
122783  cjkwd="w",
122784  description="HANGUL CHOSEONG SSANGTHIEUTH",
122785  direction="l",
122786  linebreak="jl",
122787  unicodeslot=0xA979,
122788 },
122789 [0xA97A]={
122790  category="lo",
122791  cjkwd="w",
122792  description="HANGUL CHOSEONG PHIEUPH-HIEUH",
122793  direction="l",
122794  linebreak="jl",
122795  unicodeslot=0xA97A,
122796 },
122797 [0xA97B]={
122798  category="lo",
122799  cjkwd="w",
122800  description="HANGUL CHOSEONG HIEUH-SIOS",
122801  direction="l",
122802  linebreak="jl",
122803  unicodeslot=0xA97B,
122804 },
122805 [0xA97C]={
122806  category="lo",
122807  cjkwd="w",
122808  description="HANGUL CHOSEONG SSANGYEORINHIEUH",
122809  direction="l",
122810  linebreak="jl",
122811  unicodeslot=0xA97C,
122812 },
122813 [0xA980]={
122814  category="mn",
122815  description="JAVANESE SIGN PANYANGGA",
122816  direction="nsm",
122817  linebreak="cm",
122818  unicodeslot=0xA980,
122819 },
122820 [0xA981]={
122821  category="mn",
122822  description="JAVANESE SIGN CECAK",
122823  direction="nsm",
122824  linebreak="cm",
122825  unicodeslot=0xA981,
122826 },
122827 [0xA982]={
122828  category="mn",
122829  description="JAVANESE SIGN LAYAR",
122830  direction="nsm",
122831  linebreak="cm",
122832  unicodeslot=0xA982,
122833 },
122834 [0xA983]={
122835  category="mc",
122836  description="JAVANESE SIGN WIGNYAN",
122837  direction="l",
122838  linebreak="cm",
122839  unicodeslot=0xA983,
122840 },
122841 [0xA984]={
122842  category="lo",
122843  description="JAVANESE LETTER A",
122844  direction="l",
122845  linebreak="ak",
122846  unicodeslot=0xA984,
122847 },
122848 [0xA985]={
122849  category="lo",
122850  description="JAVANESE LETTER I KAWI",
122851  direction="l",
122852  linebreak="ak",
122853  unicodeslot=0xA985,
122854 },
122855 [0xA986]={
122856  category="lo",
122857  description="JAVANESE LETTER I",
122858  direction="l",
122859  linebreak="ak",
122860  unicodeslot=0xA986,
122861 },
122862 [0xA987]={
122863  category="lo",
122864  description="JAVANESE LETTER II",
122865  direction="l",
122866  linebreak="ak",
122867  unicodeslot=0xA987,
122868 },
122869 [0xA988]={
122870  category="lo",
122871  description="JAVANESE LETTER U",
122872  direction="l",
122873  linebreak="ak",
122874  unicodeslot=0xA988,
122875 },
122876 [0xA989]={
122877  category="lo",
122878  description="JAVANESE LETTER PA CEREK",
122879  direction="l",
122880  linebreak="ak",
122881  unicodeslot=0xA989,
122882 },
122883 [0xA98A]={
122884  category="lo",
122885  description="JAVANESE LETTER NGA LELET",
122886  direction="l",
122887  linebreak="ak",
122888  unicodeslot=0xA98A,
122889 },
122890 [0xA98B]={
122891  category="lo",
122892  description="JAVANESE LETTER NGA LELET RASWADI",
122893  direction="l",
122894  linebreak="ak",
122895  unicodeslot=0xA98B,
122896 },
122897 [0xA98C]={
122898  category="lo",
122899  description="JAVANESE LETTER E",
122900  direction="l",
122901  linebreak="ak",
122902  unicodeslot=0xA98C,
122903 },
122904 [0xA98D]={
122905  category="lo",
122906  description="JAVANESE LETTER AI",
122907  direction="l",
122908  linebreak="ak",
122909  unicodeslot=0xA98D,
122910 },
122911 [0xA98E]={
122912  category="lo",
122913  description="JAVANESE LETTER O",
122914  direction="l",
122915  linebreak="ak",
122916  unicodeslot=0xA98E,
122917 },
122918 [0xA98F]={
122919  category="lo",
122920  description="JAVANESE LETTER KA",
122921  direction="l",
122922  linebreak="ak",
122923  unicodeslot=0xA98F,
122924 },
122925 [0xA990]={
122926  category="lo",
122927  description="JAVANESE LETTER KA SASAK",
122928  direction="l",
122929  linebreak="ak",
122930  unicodeslot=0xA990,
122931 },
122932 [0xA991]={
122933  category="lo",
122934  description="JAVANESE LETTER KA MURDA",
122935  direction="l",
122936  linebreak="ak",
122937  unicodeslot=0xA991,
122938 },
122939 [0xA992]={
122940  category="lo",
122941  description="JAVANESE LETTER GA",
122942  direction="l",
122943  linebreak="ak",
122944  unicodeslot=0xA992,
122945 },
122946 [0xA993]={
122947  category="lo",
122948  description="JAVANESE LETTER GA MURDA",
122949  direction="l",
122950  linebreak="ak",
122951  unicodeslot=0xA993,
122952 },
122953 [0xA994]={
122954  category="lo",
122955  description="JAVANESE LETTER NGA",
122956  direction="l",
122957  linebreak="ak",
122958  unicodeslot=0xA994,
122959 },
122960 [0xA995]={
122961  category="lo",
122962  description="JAVANESE LETTER CA",
122963  direction="l",
122964  linebreak="ak",
122965  unicodeslot=0xA995,
122966 },
122967 [0xA996]={
122968  category="lo",
122969  description="JAVANESE LETTER CA MURDA",
122970  direction="l",
122971  linebreak="ak",
122972  unicodeslot=0xA996,
122973 },
122974 [0xA997]={
122975  category="lo",
122976  description="JAVANESE LETTER JA",
122977  direction="l",
122978  linebreak="ak",
122979  unicodeslot=0xA997,
122980 },
122981 [0xA998]={
122982  category="lo",
122983  description="JAVANESE LETTER NYA MURDA",
122984  direction="l",
122985  linebreak="ak",
122986  unicodeslot=0xA998,
122987 },
122988 [0xA999]={
122989  category="lo",
122990  description="JAVANESE LETTER JA MAHAPRANA",
122991  direction="l",
122992  linebreak="ak",
122993  unicodeslot=0xA999,
122994 },
122995 [0xA99A]={
122996  category="lo",
122997  description="JAVANESE LETTER NYA",
122998  direction="l",
122999  linebreak="ak",
123000  unicodeslot=0xA99A,
123001 },
123002 [0xA99B]={
123003  category="lo",
123004  description="JAVANESE LETTER TTA",
123005  direction="l",
123006  linebreak="ak",
123007  unicodeslot=0xA99B,
123008 },
123009 [0xA99C]={
123010  category="lo",
123011  description="JAVANESE LETTER TTA MAHAPRANA",
123012  direction="l",
123013  linebreak="ak",
123014  unicodeslot=0xA99C,
123015 },
123016 [0xA99D]={
123017  category="lo",
123018  description="JAVANESE LETTER DDA",
123019  direction="l",
123020  linebreak="ak",
123021  unicodeslot=0xA99D,
123022 },
123023 [0xA99E]={
123024  category="lo",
123025  description="JAVANESE LETTER DDA MAHAPRANA",
123026  direction="l",
123027  linebreak="ak",
123028  unicodeslot=0xA99E,
123029 },
123030 [0xA99F]={
123031  category="lo",
123032  description="JAVANESE LETTER NA MURDA",
123033  direction="l",
123034  linebreak="ak",
123035  unicodeslot=0xA99F,
123036 },
123037 [0xA9A0]={
123038  category="lo",
123039  description="JAVANESE LETTER TA",
123040  direction="l",
123041  linebreak="ak",
123042  unicodeslot=0xA9A0,
123043 },
123044 [0xA9A1]={
123045  category="lo",
123046  description="JAVANESE LETTER TA MURDA",
123047  direction="l",
123048  linebreak="ak",
123049  unicodeslot=0xA9A1,
123050 },
123051 [0xA9A2]={
123052  category="lo",
123053  description="JAVANESE LETTER DA",
123054  direction="l",
123055  linebreak="ak",
123056  unicodeslot=0xA9A2,
123057 },
123058 [0xA9A3]={
123059  category="lo",
123060  description="JAVANESE LETTER DA MAHAPRANA",
123061  direction="l",
123062  linebreak="ak",
123063  unicodeslot=0xA9A3,
123064 },
123065 [0xA9A4]={
123066  category="lo",
123067  description="JAVANESE LETTER NA",
123068  direction="l",
123069  linebreak="ak",
123070  unicodeslot=0xA9A4,
123071 },
123072 [0xA9A5]={
123073  category="lo",
123074  description="JAVANESE LETTER PA",
123075  direction="l",
123076  linebreak="ak",
123077  unicodeslot=0xA9A5,
123078 },
123079 [0xA9A6]={
123080  category="lo",
123081  description="JAVANESE LETTER PA MURDA",
123082  direction="l",
123083  linebreak="ak",
123084  unicodeslot=0xA9A6,
123085 },
123086 [0xA9A7]={
123087  category="lo",
123088  description="JAVANESE LETTER BA",
123089  direction="l",
123090  linebreak="ak",
123091  unicodeslot=0xA9A7,
123092 },
123093 [0xA9A8]={
123094  category="lo",
123095  description="JAVANESE LETTER BA MURDA",
123096  direction="l",
123097  linebreak="ak",
123098  unicodeslot=0xA9A8,
123099 },
123100 [0xA9A9]={
123101  category="lo",
123102  description="JAVANESE LETTER MA",
123103  direction="l",
123104  linebreak="ak",
123105  unicodeslot=0xA9A9,
123106 },
123107 [0xA9AA]={
123108  category="lo",
123109  description="JAVANESE LETTER YA",
123110  direction="l",
123111  linebreak="ak",
123112  unicodeslot=0xA9AA,
123113 },
123114 [0xA9AB]={
123115  category="lo",
123116  description="JAVANESE LETTER RA",
123117  direction="l",
123118  linebreak="ak",
123119  unicodeslot=0xA9AB,
123120 },
123121 [0xA9AC]={
123122  category="lo",
123123  description="JAVANESE LETTER RA AGUNG",
123124  direction="l",
123125  linebreak="ak",
123126  unicodeslot=0xA9AC,
123127 },
123128 [0xA9AD]={
123129  category="lo",
123130  description="JAVANESE LETTER LA",
123131  direction="l",
123132  linebreak="ak",
123133  unicodeslot=0xA9AD,
123134 },
123135 [0xA9AE]={
123136  category="lo",
123137  description="JAVANESE LETTER WA",
123138  direction="l",
123139  linebreak="ak",
123140  unicodeslot=0xA9AE,
123141 },
123142 [0xA9AF]={
123143  category="lo",
123144  description="JAVANESE LETTER SA MURDA",
123145  direction="l",
123146  linebreak="ak",
123147  unicodeslot=0xA9AF,
123148 },
123149 [0xA9B0]={
123150  category="lo",
123151  description="JAVANESE LETTER SA MAHAPRANA",
123152  direction="l",
123153  linebreak="ak",
123154  unicodeslot=0xA9B0,
123155 },
123156 [0xA9B1]={
123157  category="lo",
123158  description="JAVANESE LETTER SA",
123159  direction="l",
123160  linebreak="ak",
123161  unicodeslot=0xA9B1,
123162 },
123163 [0xA9B2]={
123164  category="lo",
123165  description="JAVANESE LETTER HA",
123166  direction="l",
123167  linebreak="ak",
123168  unicodeslot=0xA9B2,
123169 },
123170 [0xA9B3]={
123171  category="mn",
123172  combining=0x7,
123173  description="JAVANESE SIGN CECAK TELU",
123174  direction="nsm",
123175  linebreak="cm",
123176  unicodeslot=0xA9B3,
123177 },
123178 [0xA9B4]={
123179  category="mc",
123180  description="JAVANESE VOWEL SIGN TARUNG",
123181  direction="l",
123182  linebreak="cm",
123183  unicodeslot=0xA9B4,
123184 },
123185 [0xA9B5]={
123186  category="mc",
123187  description="JAVANESE VOWEL SIGN TOLONG",
123188  direction="l",
123189  linebreak="cm",
123190  unicodeslot=0xA9B5,
123191 },
123192 [0xA9B6]={
123193  category="mn",
123194  description="JAVANESE VOWEL SIGN WULU",
123195  direction="nsm",
123196  linebreak="cm",
123197  unicodeslot=0xA9B6,
123198 },
123199 [0xA9B7]={
123200  category="mn",
123201  description="JAVANESE VOWEL SIGN WULU MELIK",
123202  direction="nsm",
123203  linebreak="cm",
123204  unicodeslot=0xA9B7,
123205 },
123206 [0xA9B8]={
123207  category="mn",
123208  description="JAVANESE VOWEL SIGN SUKU",
123209  direction="nsm",
123210  linebreak="cm",
123211  unicodeslot=0xA9B8,
123212 },
123213 [0xA9B9]={
123214  category="mn",
123215  description="JAVANESE VOWEL SIGN SUKU MENDUT",
123216  direction="nsm",
123217  linebreak="cm",
123218  unicodeslot=0xA9B9,
123219 },
123220 [0xA9BA]={
123221  category="mc",
123222  description="JAVANESE VOWEL SIGN TALING",
123223  direction="l",
123224  linebreak="cm",
123225  unicodeslot=0xA9BA,
123226 },
123227 [0xA9BB]={
123228  category="mc",
123229  description="JAVANESE VOWEL SIGN DIRGA MURE",
123230  direction="l",
123231  linebreak="cm",
123232  unicodeslot=0xA9BB,
123233 },
123234 [0xA9BC]={
123235  category="mn",
123236  description="JAVANESE VOWEL SIGN PEPET",
123237  direction="nsm",
123238  linebreak="cm",
123239  unicodeslot=0xA9BC,
123240 },
123241 [0xA9BD]={
123242  category="mc",
123243  description="JAVANESE CONSONANT SIGN KERET",
123244  direction="nsm",
123245  linebreak="cm",
123246  unicodeslot=0xA9BD,
123247 },
123248 [0xA9BE]={
123249  category="mc",
123250  description="JAVANESE CONSONANT SIGN PENGKAL",
123251  direction="l",
123252  linebreak="cm",
123253  unicodeslot=0xA9BE,
123254 },
123255 [0xA9BF]={
123256  category="mc",
123257  description="JAVANESE CONSONANT SIGN CAKRA",
123258  direction="l",
123259  linebreak="cm",
123260  unicodeslot=0xA9BF,
123261 },
123262 [0xA9C0]={
123263  category="mc",
123264  combining=0x9,
123265  description="JAVANESE PANGKON",
123266  direction="l",
123267  linebreak="vi",
123268  unicodeslot=0xA9C0,
123269 },
123270 [0xA9C1]={
123271  category="po",
123272  description="JAVANESE LEFT RERENGGAN",
123273  direction="l",
123274  linebreak="id",
123275  unicodeslot=0xA9C1,
123276 },
123277 [0xA9C2]={
123278  category="po",
123279  description="JAVANESE RIGHT RERENGGAN",
123280  direction="l",
123281  linebreak="id",
123282  unicodeslot=0xA9C2,
123283 },
123284 [0xA9C3]={
123285  category="po",
123286  description="JAVANESE PADA ANDAP",
123287  direction="l",
123288  linebreak="id",
123289  unicodeslot=0xA9C3,
123290 },
123291 [0xA9C4]={
123292  category="po",
123293  description="JAVANESE PADA MADYA",
123294  direction="l",
123295  linebreak="id",
123296  unicodeslot=0xA9C4,
123297 },
123298 [0xA9C5]={
123299  category="po",
123300  description="JAVANESE PADA LUHUR",
123301  direction="l",
123302  linebreak="id",
123303  unicodeslot=0xA9C5,
123304 },
123305 [0xA9C6]={
123306  category="po",
123307  description="JAVANESE PADA WINDU",
123308  direction="l",
123309  linebreak="id",
123310  unicodeslot=0xA9C6,
123311 },
123312 [0xA9C7]={
123313  category="po",
123314  description="JAVANESE PADA PANGKAT",
123315  direction="l",
123316  linebreak="ba",
123317  unicodeslot=0xA9C7,
123318 },
123319 [0xA9C8]={
123320  category="po",
123321  description="JAVANESE PADA LINGSA",
123322  direction="l",
123323  linebreak="ba",
123324  unicodeslot=0xA9C8,
123325 },
123326 [0xA9C9]={
123327  category="po",
123328  description="JAVANESE PADA LUNGSI",
123329  direction="l",
123330  linebreak="ba",
123331  unicodeslot=0xA9C9,
123332 },
123333 [0xA9CA]={
123334  category="po",
123335  description="JAVANESE PADA ADEG",
123336  direction="l",
123337  linebreak="id",
123338  unicodeslot=0xA9CA,
123339 },
123340 [0xA9CB]={
123341  category="po",
123342  description="JAVANESE PADA ADEG ADEG",
123343  direction="l",
123344  linebreak="id",
123345  unicodeslot=0xA9CB,
123346 },
123347 [0xA9CC]={
123348  category="po",
123349  description="JAVANESE PADA PISELEH",
123350  direction="l",
123351  linebreak="id",
123352  unicodeslot=0xA9CC,
123353 },
123354 [0xA9CD]={
123355  category="po",
123356  description="JAVANESE TURNED PADA PISELEH",
123357  direction="l",
123358  linebreak="id",
123359  unicodeslot=0xA9CD,
123360 },
123361 [0xA9CF]={
123362  category="lm",
123363  description="JAVANESE PANGRANGKEP",
123364  direction="l",
123365  linebreak="ba",
123366  unicodeslot=0xA9CF,
123367 },
123368 [0xA9D0]={
123369  category="nd",
123370  description="JAVANESE DIGIT ZERO",
123371  direction="l",
123372  linebreak="id",
123373  unicodeslot=0xA9D0,
123374 },
123375 [0xA9D1]={
123376  category="nd",
123377  description="JAVANESE DIGIT ONE",
123378  direction="l",
123379  linebreak="id",
123380  unicodeslot=0xA9D1,
123381 },
123382 [0xA9D2]={
123383  category="nd",
123384  description="JAVANESE DIGIT TWO",
123385  direction="l",
123386  linebreak="id",
123387  unicodeslot=0xA9D2,
123388 },
123389 [0xA9D3]={
123390  category="nd",
123391  description="JAVANESE DIGIT THREE",
123392  direction="l",
123393  linebreak="id",
123394  unicodeslot=0xA9D3,
123395 },
123396 [0xA9D4]={
123397  category="nd",
123398  description="JAVANESE DIGIT FOUR",
123399  direction="l",
123400  linebreak="id",
123401  unicodeslot=0xA9D4,
123402 },
123403 [0xA9D5]={
123404  category="nd",
123405  description="JAVANESE DIGIT FIVE",
123406  direction="l",
123407  linebreak="id",
123408  unicodeslot=0xA9D5,
123409 },
123410 [0xA9D6]={
123411  category="nd",
123412  description="JAVANESE DIGIT SIX",
123413  direction="l",
123414  linebreak="id",
123415  unicodeslot=0xA9D6,
123416 },
123417 [0xA9D7]={
123418  category="nd",
123419  description="JAVANESE DIGIT SEVEN",
123420  direction="l",
123421  linebreak="id",
123422  unicodeslot=0xA9D7,
123423 },
123424 [0xA9D8]={
123425  category="nd",
123426  description="JAVANESE DIGIT EIGHT",
123427  direction="l",
123428  linebreak="id",
123429  unicodeslot=0xA9D8,
123430 },
123431 [0xA9D9]={
123432  category="nd",
123433  description="JAVANESE DIGIT NINE",
123434  direction="l",
123435  linebreak="id",
123436  unicodeslot=0xA9D9,
123437 },
123438 [0xA9DE]={
123439  category="po",
123440  description="JAVANESE PADA TIRTA TUMETES",
123441  direction="l",
123442  linebreak="id",
123443  unicodeslot=0xA9DE,
123444 },
123445 [0xA9DF]={
123446  category="po",
123447  description="JAVANESE PADA ISEN-ISEN",
123448  direction="l",
123449  linebreak="id",
123450  unicodeslot=0xA9DF,
123451 },
123452 [0xA9E0]={
123453  category="lo",
123454  description="MYANMAR LETTER SHAN GHA",
123455  direction="l",
123456  indic="c",
123457  linebreak="sa",
123458  unicodeslot=0xA9E0,
123459 },
123460 [0xA9E1]={
123461  category="lo",
123462  description="MYANMAR LETTER SHAN CHA",
123463  direction="l",
123464  indic="c",
123465  linebreak="sa",
123466  unicodeslot=0xA9E1,
123467 },
123468 [0xA9E2]={
123469  category="lo",
123470  description="MYANMAR LETTER SHAN JHA",
123471  direction="l",
123472  indic="c",
123473  linebreak="sa",
123474  unicodeslot=0xA9E2,
123475 },
123476 [0xA9E3]={
123477  category="lo",
123478  description="MYANMAR LETTER SHAN NNA",
123479  direction="l",
123480  indic="c",
123481  linebreak="sa",
123482  unicodeslot=0xA9E3,
123483 },
123484 [0xA9E4]={
123485  category="lo",
123486  description="MYANMAR LETTER SHAN BHA",
123487  direction="l",
123488  indic="c",
123489  linebreak="sa",
123490  unicodeslot=0xA9E4,
123491 },
123492 [0xA9E5]={
123493  category="mn",
123494  description="MYANMAR SIGN SHAN SAW",
123495  direction="nsm",
123496  indic="d",
123497  indicmark="t",
123498  linebreak="sa",
123499  unicodeslot=0xA9E5,
123500 },
123501 [0xA9E6]={
123502  category="lm",
123503  description="MYANMAR MODIFIER LETTER SHAN REDUPLICATION",
123504  direction="l",
123505  indic="o",
123506  linebreak="sa",
123507  unicodeslot=0xA9E6,
123508 },
123509 [0xA9E7]={
123510  category="lo",
123511  description="MYANMAR LETTER TAI LAING NYA",
123512  direction="l",
123513  indic="c",
123514  linebreak="sa",
123515  unicodeslot=0xA9E7,
123516 },
123517 [0xA9E8]={
123518  category="lo",
123519  description="MYANMAR LETTER TAI LAING FA",
123520  direction="l",
123521  indic="c",
123522  linebreak="sa",
123523  unicodeslot=0xA9E8,
123524 },
123525 [0xA9E9]={
123526  category="lo",
123527  description="MYANMAR LETTER TAI LAING GA",
123528  direction="l",
123529  indic="c",
123530  linebreak="sa",
123531  unicodeslot=0xA9E9,
123532 },
123533 [0xA9EA]={
123534  category="lo",
123535  description="MYANMAR LETTER TAI LAING GHA",
123536  direction="l",
123537  indic="c",
123538  linebreak="sa",
123539  unicodeslot=0xA9EA,
123540 },
123541 [0xA9EB]={
123542  category="lo",
123543  description="MYANMAR LETTER TAI LAING JA",
123544  direction="l",
123545  indic="c",
123546  linebreak="sa",
123547  unicodeslot=0xA9EB,
123548 },
123549 [0xA9EC]={
123550  category="lo",
123551  description="MYANMAR LETTER TAI LAING JHA",
123552  direction="l",
123553  indic="c",
123554  linebreak="sa",
123555  unicodeslot=0xA9EC,
123556 },
123557 [0xA9ED]={
123558  category="lo",
123559  description="MYANMAR LETTER TAI LAING DDA",
123560  direction="l",
123561  indic="c",
123562  linebreak="sa",
123563  unicodeslot=0xA9ED,
123564 },
123565 [0xA9EE]={
123566  category="lo",
123567  description="MYANMAR LETTER TAI LAING DDHA",
123568  direction="l",
123569  indic="c",
123570  linebreak="sa",
123571  unicodeslot=0xA9EE,
123572 },
123573 [0xA9EF]={
123574  category="lo",
123575  description="MYANMAR LETTER TAI LAING NNA",
123576  direction="l",
123577  indic="c",
123578  linebreak="sa",
123579  unicodeslot=0xA9EF,
123580 },
123581 [0xA9F0]={
123582  category="nd",
123583  description="MYANMAR TAI LAING DIGIT ZERO",
123584  direction="l",
123585  indic="o",
123586  linebreak="nu",
123587  unicodeslot=0xA9F0,
123588 },
123589 [0xA9F1]={
123590  category="nd",
123591  description="MYANMAR TAI LAING DIGIT ONE",
123592  direction="l",
123593  indic="o",
123594  linebreak="nu",
123595  unicodeslot=0xA9F1,
123596 },
123597 [0xA9F2]={
123598  category="nd",
123599  description="MYANMAR TAI LAING DIGIT TWO",
123600  direction="l",
123601  indic="o",
123602  linebreak="nu",
123603  unicodeslot=0xA9F2,
123604 },
123605 [0xA9F3]={
123606  category="nd",
123607  description="MYANMAR TAI LAING DIGIT THREE",
123608  direction="l",
123609  indic="o",
123610  linebreak="nu",
123611  unicodeslot=0xA9F3,
123612 },
123613 [0xA9F4]={
123614  category="nd",
123615  description="MYANMAR TAI LAING DIGIT FOUR",
123616  direction="l",
123617  indic="o",
123618  linebreak="nu",
123619  unicodeslot=0xA9F4,
123620 },
123621 [0xA9F5]={
123622  category="nd",
123623  description="MYANMAR TAI LAING DIGIT FIVE",
123624  direction="l",
123625  indic="o",
123626  linebreak="nu",
123627  unicodeslot=0xA9F5,
123628 },
123629 [0xA9F6]={
123630  category="nd",
123631  description="MYANMAR TAI LAING DIGIT SIX",
123632  direction="l",
123633  indic="o",
123634  linebreak="nu",
123635  unicodeslot=0xA9F6,
123636 },
123637 [0xA9F7]={
123638  category="nd",
123639  description="MYANMAR TAI LAING DIGIT SEVEN",
123640  direction="l",
123641  indic="o",
123642  linebreak="nu",
123643  unicodeslot=0xA9F7,
123644 },
123645 [0xA9F8]={
123646  category="nd",
123647  description="MYANMAR TAI LAING DIGIT EIGHT",
123648  direction="l",
123649  indic="o",
123650  linebreak="nu",
123651  unicodeslot=0xA9F8,
123652 },
123653 [0xA9F9]={
123654  category="nd",
123655  description="MYANMAR TAI LAING DIGIT NINE",
123656  direction="l",
123657  indic="o",
123658  linebreak="nu",
123659  unicodeslot=0xA9F9,
123660 },
123661 [0xA9FA]={
123662  category="lo",
123663  description="MYANMAR LETTER TAI LAING LLA",
123664  direction="l",
123665  indic="c",
123666  linebreak="sa",
123667  unicodeslot=0xA9FA,
123668 },
123669 [0xA9FB]={
123670  category="lo",
123671  description="MYANMAR LETTER TAI LAING DA",
123672  direction="l",
123673  indic="c",
123674  linebreak="sa",
123675  unicodeslot=0xA9FB,
123676 },
123677 [0xA9FC]={
123678  category="lo",
123679  description="MYANMAR LETTER TAI LAING DHA",
123680  direction="l",
123681  indic="c",
123682  linebreak="sa",
123683  unicodeslot=0xA9FC,
123684 },
123685 [0xA9FD]={
123686  category="lo",
123687  description="MYANMAR LETTER TAI LAING BA",
123688  direction="l",
123689  indic="c",
123690  linebreak="sa",
123691  unicodeslot=0xA9FD,
123692 },
123693 [0xA9FE]={
123694  category="lo",
123695  description="MYANMAR LETTER TAI LAING BHA",
123696  direction="l",
123697  indic="c",
123698  linebreak="sa",
123699  unicodeslot=0xA9FE,
123700 },
123701 [0xAA00]={
123702  category="lo",
123703  description="CHAM LETTER A",
123704  direction="l",
123705  linebreak="as",
123706  unicodeslot=0xAA00,
123707 },
123708 [0xAA01]={
123709  category="lo",
123710  description="CHAM LETTER I",
123711  direction="l",
123712  linebreak="as",
123713  unicodeslot=0xAA01,
123714 },
123715 [0xAA02]={
123716  category="lo",
123717  description="CHAM LETTER U",
123718  direction="l",
123719  linebreak="as",
123720  unicodeslot=0xAA02,
123721 },
123722 [0xAA03]={
123723  category="lo",
123724  description="CHAM LETTER E",
123725  direction="l",
123726  linebreak="as",
123727  unicodeslot=0xAA03,
123728 },
123729 [0xAA04]={
123730  category="lo",
123731  description="CHAM LETTER AI",
123732  direction="l",
123733  linebreak="as",
123734  unicodeslot=0xAA04,
123735 },
123736 [0xAA05]={
123737  category="lo",
123738  description="CHAM LETTER O",
123739  direction="l",
123740  linebreak="as",
123741  unicodeslot=0xAA05,
123742 },
123743 [0xAA06]={
123744  category="lo",
123745  description="CHAM LETTER KA",
123746  direction="l",
123747  linebreak="as",
123748  unicodeslot=0xAA06,
123749 },
123750 [0xAA07]={
123751  category="lo",
123752  description="CHAM LETTER KHA",
123753  direction="l",
123754  linebreak="as",
123755  unicodeslot=0xAA07,
123756 },
123757 [0xAA08]={
123758  category="lo",
123759  description="CHAM LETTER GA",
123760  direction="l",
123761  linebreak="as",
123762  unicodeslot=0xAA08,
123763 },
123764 [0xAA09]={
123765  category="lo",
123766  description="CHAM LETTER GHA",
123767  direction="l",
123768  linebreak="as",
123769  unicodeslot=0xAA09,
123770 },
123771 [0xAA0A]={
123772  category="lo",
123773  description="CHAM LETTER NGUE",
123774  direction="l",
123775  linebreak="as",
123776  unicodeslot=0xAA0A,
123777 },
123778 [0xAA0B]={
123779  category="lo",
123780  description="CHAM LETTER NGA",
123781  direction="l",
123782  linebreak="as",
123783  unicodeslot=0xAA0B,
123784 },
123785 [0xAA0C]={
123786  category="lo",
123787  description="CHAM LETTER CHA",
123788  direction="l",
123789  linebreak="as",
123790  unicodeslot=0xAA0C,
123791 },
123792 [0xAA0D]={
123793  category="lo",
123794  description="CHAM LETTER CHHA",
123795  direction="l",
123796  linebreak="as",
123797  unicodeslot=0xAA0D,
123798 },
123799 [0xAA0E]={
123800  category="lo",
123801  description="CHAM LETTER JA",
123802  direction="l",
123803  linebreak="as",
123804  unicodeslot=0xAA0E,
123805 },
123806 [0xAA0F]={
123807  category="lo",
123808  description="CHAM LETTER JHA",
123809  direction="l",
123810  linebreak="as",
123811  unicodeslot=0xAA0F,
123812 },
123813 [0xAA10]={
123814  category="lo",
123815  description="CHAM LETTER NHUE",
123816  direction="l",
123817  linebreak="as",
123818  unicodeslot=0xAA10,
123819 },
123820 [0xAA11]={
123821  category="lo",
123822  description="CHAM LETTER NHA",
123823  direction="l",
123824  linebreak="as",
123825  unicodeslot=0xAA11,
123826 },
123827 [0xAA12]={
123828  category="lo",
123829  description="CHAM LETTER NHJA",
123830  direction="l",
123831  linebreak="as",
123832  unicodeslot=0xAA12,
123833 },
123834 [0xAA13]={
123835  category="lo",
123836  description="CHAM LETTER TA",
123837  direction="l",
123838  linebreak="as",
123839  unicodeslot=0xAA13,
123840 },
123841 [0xAA14]={
123842  category="lo",
123843  description="CHAM LETTER THA",
123844  direction="l",
123845  linebreak="as",
123846  unicodeslot=0xAA14,
123847 },
123848 [0xAA15]={
123849  category="lo",
123850  description="CHAM LETTER DA",
123851  direction="l",
123852  linebreak="as",
123853  unicodeslot=0xAA15,
123854 },
123855 [0xAA16]={
123856  category="lo",
123857  description="CHAM LETTER DHA",
123858  direction="l",
123859  linebreak="as",
123860  unicodeslot=0xAA16,
123861 },
123862 [0xAA17]={
123863  category="lo",
123864  description="CHAM LETTER NUE",
123865  direction="l",
123866  linebreak="as",
123867  unicodeslot=0xAA17,
123868 },
123869 [0xAA18]={
123870  category="lo",
123871  description="CHAM LETTER NA",
123872  direction="l",
123873  linebreak="as",
123874  unicodeslot=0xAA18,
123875 },
123876 [0xAA19]={
123877  category="lo",
123878  description="CHAM LETTER DDA",
123879  direction="l",
123880  linebreak="as",
123881  unicodeslot=0xAA19,
123882 },
123883 [0xAA1A]={
123884  category="lo",
123885  description="CHAM LETTER PA",
123886  direction="l",
123887  linebreak="as",
123888  unicodeslot=0xAA1A,
123889 },
123890 [0xAA1B]={
123891  category="lo",
123892  description="CHAM LETTER PPA",
123893  direction="l",
123894  linebreak="as",
123895  unicodeslot=0xAA1B,
123896 },
123897 [0xAA1C]={
123898  category="lo",
123899  description="CHAM LETTER PHA",
123900  direction="l",
123901  linebreak="as",
123902  unicodeslot=0xAA1C,
123903 },
123904 [0xAA1D]={
123905  category="lo",
123906  description="CHAM LETTER BA",
123907  direction="l",
123908  linebreak="as",
123909  unicodeslot=0xAA1D,
123910 },
123911 [0xAA1E]={
123912  category="lo",
123913  description="CHAM LETTER BHA",
123914  direction="l",
123915  linebreak="as",
123916  unicodeslot=0xAA1E,
123917 },
123918 [0xAA1F]={
123919  category="lo",
123920  description="CHAM LETTER MUE",
123921  direction="l",
123922  linebreak="as",
123923  unicodeslot=0xAA1F,
123924 },
123925 [0xAA20]={
123926  category="lo",
123927  description="CHAM LETTER MA",
123928  direction="l",
123929  linebreak="as",
123930  unicodeslot=0xAA20,
123931 },
123932 [0xAA21]={
123933  category="lo",
123934  description="CHAM LETTER BBA",
123935  direction="l",
123936  linebreak="as",
123937  unicodeslot=0xAA21,
123938 },
123939 [0xAA22]={
123940  category="lo",
123941  description="CHAM LETTER YA",
123942  direction="l",
123943  linebreak="as",
123944  unicodeslot=0xAA22,
123945 },
123946 [0xAA23]={
123947  category="lo",
123948  description="CHAM LETTER RA",
123949  direction="l",
123950  linebreak="as",
123951  unicodeslot=0xAA23,
123952 },
123953 [0xAA24]={
123954  category="lo",
123955  description="CHAM LETTER LA",
123956  direction="l",
123957  linebreak="as",
123958  unicodeslot=0xAA24,
123959 },
123960 [0xAA25]={
123961  category="lo",
123962  description="CHAM LETTER VA",
123963  direction="l",
123964  linebreak="as",
123965  unicodeslot=0xAA25,
123966 },
123967 [0xAA26]={
123968  category="lo",
123969  description="CHAM LETTER SSA",
123970  direction="l",
123971  linebreak="as",
123972  unicodeslot=0xAA26,
123973 },
123974 [0xAA27]={
123975  category="lo",
123976  description="CHAM LETTER SA",
123977  direction="l",
123978  linebreak="as",
123979  unicodeslot=0xAA27,
123980 },
123981 [0xAA28]={
123982  category="lo",
123983  description="CHAM LETTER HA",
123984  direction="l",
123985  linebreak="as",
123986  unicodeslot=0xAA28,
123987 },
123988 [0xAA29]={
123989  category="mn",
123990  description="CHAM VOWEL SIGN AA",
123991  direction="nsm",
123992  linebreak="cm",
123993  unicodeslot=0xAA29,
123994 },
123995 [0xAA2A]={
123996  category="mn",
123997  description="CHAM VOWEL SIGN I",
123998  direction="nsm",
123999  linebreak="cm",
124000  unicodeslot=0xAA2A,
124001 },
124002 [0xAA2B]={
124003  category="mn",
124004  description="CHAM VOWEL SIGN II",
124005  direction="nsm",
124006  linebreak="cm",
124007  unicodeslot=0xAA2B,
124008 },
124009 [0xAA2C]={
124010  category="mn",
124011  description="CHAM VOWEL SIGN EI",
124012  direction="nsm",
124013  linebreak="cm",
124014  unicodeslot=0xAA2C,
124015 },
124016 [0xAA2D]={
124017  category="mn",
124018  description="CHAM VOWEL SIGN U",
124019  direction="nsm",
124020  linebreak="cm",
124021  unicodeslot=0xAA2D,
124022 },
124023 [0xAA2E]={
124024  category="mn",
124025  description="CHAM VOWEL SIGN OE",
124026  direction="nsm",
124027  linebreak="cm",
124028  unicodeslot=0xAA2E,
124029 },
124030 [0xAA2F]={
124031  category="mc",
124032  description="CHAM VOWEL SIGN O",
124033  direction="l",
124034  linebreak="cm",
124035  unicodeslot=0xAA2F,
124036 },
124037 [0xAA30]={
124038  category="mc",
124039  description="CHAM VOWEL SIGN AI",
124040  direction="l",
124041  linebreak="cm",
124042  unicodeslot=0xAA30,
124043 },
124044 [0xAA31]={
124045  category="mn",
124046  description="CHAM VOWEL SIGN AU",
124047  direction="nsm",
124048  linebreak="cm",
124049  unicodeslot=0xAA31,
124050 },
124051 [0xAA32]={
124052  category="mn",
124053  description="CHAM VOWEL SIGN UE",
124054  direction="nsm",
124055  linebreak="cm",
124056  unicodeslot=0xAA32,
124057 },
124058 [0xAA33]={
124059  category="mc",
124060  description="CHAM CONSONANT SIGN YA",
124061  direction="l",
124062  linebreak="cm",
124063  unicodeslot=0xAA33,
124064 },
124065 [0xAA34]={
124066  category="mc",
124067  description="CHAM CONSONANT SIGN RA",
124068  direction="l",
124069  linebreak="cm",
124070  unicodeslot=0xAA34,
124071 },
124072 [0xAA35]={
124073  category="mn",
124074  description="CHAM CONSONANT SIGN LA",
124075  direction="nsm",
124076  linebreak="cm",
124077  unicodeslot=0xAA35,
124078 },
124079 [0xAA36]={
124080  category="mn",
124081  description="CHAM CONSONANT SIGN WA",
124082  direction="nsm",
124083  linebreak="cm",
124084  unicodeslot=0xAA36,
124085 },
124086 [0xAA40]={
124087  category="lo",
124088  description="CHAM LETTER FINAL K",
124089  direction="l",
124090  linebreak="ba",
124091  unicodeslot=0xAA40,
124092 },
124093 [0xAA41]={
124094  category="lo",
124095  description="CHAM LETTER FINAL G",
124096  direction="l",
124097  linebreak="ba",
124098  unicodeslot=0xAA41,
124099 },
124100 [0xAA42]={
124101  category="lo",
124102  description="CHAM LETTER FINAL NG",
124103  direction="l",
124104  linebreak="ba",
124105  unicodeslot=0xAA42,
124106 },
124107 [0xAA43]={
124108  category="mn",
124109  description="CHAM CONSONANT SIGN FINAL NG",
124110  direction="nsm",
124111  linebreak="cm",
124112  unicodeslot=0xAA43,
124113 },
124114 [0xAA44]={
124115  category="lo",
124116  description="CHAM LETTER FINAL CH",
124117  direction="l",
124118  linebreak="ba",
124119  unicodeslot=0xAA44,
124120 },
124121 [0xAA45]={
124122  category="lo",
124123  description="CHAM LETTER FINAL T",
124124  direction="l",
124125  linebreak="ba",
124126  unicodeslot=0xAA45,
124127 },
124128 [0xAA46]={
124129  category="lo",
124130  description="CHAM LETTER FINAL N",
124131  direction="l",
124132  linebreak="ba",
124133  unicodeslot=0xAA46,
124134 },
124135 [0xAA47]={
124136  category="lo",
124137  description="CHAM LETTER FINAL P",
124138  direction="l",
124139  linebreak="ba",
124140  unicodeslot=0xAA47,
124141 },
124142 [0xAA48]={
124143  category="lo",
124144  description="CHAM LETTER FINAL Y",
124145  direction="l",
124146  linebreak="ba",
124147  unicodeslot=0xAA48,
124148 },
124149 [0xAA49]={
124150  category="lo",
124151  description="CHAM LETTER FINAL R",
124152  direction="l",
124153  linebreak="ba",
124154  unicodeslot=0xAA49,
124155 },
124156 [0xAA4A]={
124157  category="lo",
124158  description="CHAM LETTER FINAL L",
124159  direction="l",
124160  linebreak="ba",
124161  unicodeslot=0xAA4A,
124162 },
124163 [0xAA4B]={
124164  category="lo",
124165  description="CHAM LETTER FINAL SS",
124166  direction="l",
124167  linebreak="ba",
124168  unicodeslot=0xAA4B,
124169 },
124170 [0xAA4C]={
124171  category="mn",
124172  description="CHAM CONSONANT SIGN FINAL M",
124173  direction="nsm",
124174  linebreak="cm",
124175  unicodeslot=0xAA4C,
124176 },
124177 [0xAA4D]={
124178  category="mc",
124179  description="CHAM CONSONANT SIGN FINAL H",
124180  direction="l",
124181  linebreak="cm",
124182  unicodeslot=0xAA4D,
124183 },
124184 [0xAA50]={
124185  category="nd",
124186  description="CHAM DIGIT ZERO",
124187  direction="l",
124188  linebreak="id",
124189  unicodeslot=0xAA50,
124190 },
124191 [0xAA51]={
124192  category="nd",
124193  description="CHAM DIGIT ONE",
124194  direction="l",
124195  linebreak="id",
124196  unicodeslot=0xAA51,
124197 },
124198 [0xAA52]={
124199  category="nd",
124200  description="CHAM DIGIT TWO",
124201  direction="l",
124202  linebreak="id",
124203  unicodeslot=0xAA52,
124204 },
124205 [0xAA53]={
124206  category="nd",
124207  description="CHAM DIGIT THREE",
124208  direction="l",
124209  linebreak="id",
124210  unicodeslot=0xAA53,
124211 },
124212 [0xAA54]={
124213  category="nd",
124214  description="CHAM DIGIT FOUR",
124215  direction="l",
124216  linebreak="id",
124217  unicodeslot=0xAA54,
124218 },
124219 [0xAA55]={
124220  category="nd",
124221  description="CHAM DIGIT FIVE",
124222  direction="l",
124223  linebreak="id",
124224  unicodeslot=0xAA55,
124225 },
124226 [0xAA56]={
124227  category="nd",
124228  description="CHAM DIGIT SIX",
124229  direction="l",
124230  linebreak="id",
124231  unicodeslot=0xAA56,
124232 },
124233 [0xAA57]={
124234  category="nd",
124235  description="CHAM DIGIT SEVEN",
124236  direction="l",
124237  linebreak="id",
124238  unicodeslot=0xAA57,
124239 },
124240 [0xAA58]={
124241  category="nd",
124242  description="CHAM DIGIT EIGHT",
124243  direction="l",
124244  linebreak="id",
124245  unicodeslot=0xAA58,
124246 },
124247 [0xAA59]={
124248  category="nd",
124249  description="CHAM DIGIT NINE",
124250  direction="l",
124251  linebreak="id",
124252  unicodeslot=0xAA59,
124253 },
124254 [0xAA5C]={
124255  category="po",
124256  description="CHAM PUNCTUATION SPIRAL",
124257  direction="l",
124258  linebreak="id",
124259  unicodeslot=0xAA5C,
124260 },
124261 [0xAA5D]={
124262  category="po",
124263  description="CHAM PUNCTUATION DANDA",
124264  direction="l",
124265  linebreak="ba",
124266  unicodeslot=0xAA5D,
124267 },
124268 [0xAA5E]={
124269  category="po",
124270  description="CHAM PUNCTUATION DOUBLE DANDA",
124271  direction="l",
124272  linebreak="ba",
124273  unicodeslot=0xAA5E,
124274 },
124275 [0xAA5F]={
124276  category="po",
124277  description="CHAM PUNCTUATION TRIPLE DANDA",
124278  direction="l",
124279  linebreak="ba",
124280  unicodeslot=0xAA5F,
124281 },
124282 [0xAA60]={
124283  category="lo",
124284  description="MYANMAR LETTER KHAMTI GA",
124285  direction="l",
124286  indic="c",
124287  linebreak="sa",
124288  unicodeslot=0xAA60,
124289  variants=variants_dotted,
124290 },
124291 [0xAA61]={
124292  category="lo",
124293  description="MYANMAR LETTER KHAMTI CA",
124294  direction="l",
124295  indic="c",
124296  linebreak="sa",
124297  unicodeslot=0xAA61,
124298  variants=variants_dotted,
124299 },
124300 [0xAA62]={
124301  category="lo",
124302  description="MYANMAR LETTER KHAMTI CHA",
124303  direction="l",
124304  indic="c",
124305  linebreak="sa",
124306  unicodeslot=0xAA62,
124307  variants=variants_dotted,
124308 },
124309 [0xAA63]={
124310  category="lo",
124311  description="MYANMAR LETTER KHAMTI JA",
124312  direction="l",
124313  indic="c",
124314  linebreak="sa",
124315  unicodeslot=0xAA63,
124316  variants=variants_dotted,
124317 },
124318 [0xAA64]={
124319  category="lo",
124320  description="MYANMAR LETTER KHAMTI JHA",
124321  direction="l",
124322  indic="c",
124323  linebreak="sa",
124324  unicodeslot=0xAA64,
124325  variants=variants_dotted,
124326 },
124327 [0xAA65]={
124328  category="lo",
124329  description="MYANMAR LETTER KHAMTI NYA",
124330  direction="l",
124331  indic="c",
124332  linebreak="sa",
124333  unicodeslot=0xAA65,
124334  variants=variants_dotted,
124335 },
124336 [0xAA66]={
124337  category="lo",
124338  description="MYANMAR LETTER KHAMTI TTA",
124339  direction="l",
124340  indic="c",
124341  linebreak="sa",
124342  unicodeslot=0xAA66,
124343  variants=variants_dotted,
124344 },
124345 [0xAA67]={
124346  category="lo",
124347  description="MYANMAR LETTER KHAMTI TTHA",
124348  direction="l",
124349  indic="c",
124350  linebreak="sa",
124351  unicodeslot=0xAA67,
124352 },
124353 [0xAA68]={
124354  category="lo",
124355  description="MYANMAR LETTER KHAMTI DDA",
124356  direction="l",
124357  indic="c",
124358  linebreak="sa",
124359  unicodeslot=0xAA68,
124360 },
124361 [0xAA69]={
124362  category="lo",
124363  description="MYANMAR LETTER KHAMTI DDHA",
124364  direction="l",
124365  indic="c",
124366  linebreak="sa",
124367  unicodeslot=0xAA69,
124368 },
124369 [0xAA6A]={
124370  category="lo",
124371  description="MYANMAR LETTER KHAMTI DHA",
124372  direction="l",
124373  indic="c",
124374  linebreak="sa",
124375  unicodeslot=0xAA6A,
124376 },
124377 [0xAA6B]={
124378  category="lo",
124379  description="MYANMAR LETTER KHAMTI NA",
124380  direction="l",
124381  linebreak="sa",
124382  unicodeslot=0xAA6B,
124383  variants=variants_dotted,
124384 },
124385 [0xAA6C]={
124386  category="lo",
124387  description="MYANMAR LETTER KHAMTI SA",
124388  direction="l",
124389  indic="c",
124390  linebreak="sa",
124391  unicodeslot=0xAA6C,
124392  variants=variants_dotted,
124393 },
124394 [0xAA6D]={
124395  category="lo",
124396  description="MYANMAR LETTER KHAMTI HA",
124397  direction="l",
124398  indic="c",
124399  linebreak="sa",
124400  unicodeslot=0xAA6D,
124401 },
124402 [0xAA6E]={
124403  category="lo",
124404  description="MYANMAR LETTER KHAMTI HHA",
124405  direction="l",
124406  indic="c",
124407  linebreak="sa",
124408  unicodeslot=0xAA6E,
124409 },
124410 [0xAA6F]={
124411  category="lo",
124412  description="MYANMAR LETTER KHAMTI FA",
124413  direction="l",
124414  indic="c",
124415  linebreak="sa",
124416  unicodeslot=0xAA6F,
124417  variants=variants_dotted,
124418 },
124419 [0xAA70]={
124420  category="lm",
124421  description="MYANMAR MODIFIER LETTER KHAMTI REDUPLICATION",
124422  direction="l",
124423  indic="o",
124424  linebreak="sa",
124425  unicodeslot=0xAA70,
124426 },
124427 [0xAA71]={
124428  category="lo",
124429  description="MYANMAR LETTER KHAMTI XA",
124430  direction="l",
124431  indic="c",
124432  linebreak="sa",
124433  unicodeslot=0xAA71,
124434 },
124435 [0xAA72]={
124436  category="lo",
124437  description="MYANMAR LETTER KHAMTI ZA",
124438  direction="l",
124439  indic="c",
124440  linebreak="sa",
124441  unicodeslot=0xAA72,
124442 },
124443 [0xAA73]={
124444  category="lo",
124445  description="MYANMAR LETTER KHAMTI RA",
124446  direction="l",
124447  indic="c",
124448  linebreak="sa",
124449  unicodeslot=0xAA73,
124450 },
124451 [0xAA74]={
124452  category="lo",
124453  description="MYANMAR LOGOGRAM KHAMTI OAY",
124454  direction="l",
124455  indic="c",
124456  linebreak="sa",
124457  unicodeslot=0xAA74,
124458 },
124459 [0xAA75]={
124460  category="lo",
124461  description="MYANMAR LOGOGRAM KHAMTI QN",
124462  direction="l",
124463  indic="c",
124464  linebreak="sa",
124465  unicodeslot=0xAA75,
124466 },
124467 [0xAA76]={
124468  category="lo",
124469  description="MYANMAR LOGOGRAM KHAMTI HM",
124470  direction="l",
124471  indic="c",
124472  linebreak="sa",
124473  unicodeslot=0xAA76,
124474 },
124475 [0xAA77]={
124476  category="so",
124477  description="MYANMAR SYMBOL AITON EXCLAMATION",
124478  direction="l",
124479  indic="o",
124480  linebreak="sa",
124481  unicodeslot=0xAA77,
124482 },
124483 [0xAA78]={
124484  category="so",
124485  description="MYANMAR SYMBOL AITON ONE",
124486  direction="l",
124487  indic="o",
124488  linebreak="sa",
124489  unicodeslot=0xAA78,
124490 },
124491 [0xAA79]={
124492  category="so",
124493  description="MYANMAR SYMBOL AITON TWO",
124494  direction="l",
124495  indic="o",
124496  linebreak="sa",
124497  unicodeslot=0xAA79,
124498 },
124499 [0xAA7A]={
124500  category="lo",
124501  description="MYANMAR LETTER AITON RA",
124502  direction="l",
124503  indic="c",
124504  linebreak="sa",
124505  unicodeslot=0xAA7A,
124506  variants=variants_dotted,
124507 },
124508 [0xAA7B]={
124509  category="mc",
124510  description="MYANMAR SIGN PAO KAREN TONE",
124511  direction="l",
124512  indic="s",
124513  indicmark="r",
124514  linebreak="sa",
124515  unicodeslot=0xAA7B,
124516 },
124517 [0xAA7C]={
124518  category="mn",
124519  description="MYANMAR SIGN TAI LAING TONE-2",
124520  direction="nsm",
124521  indic="s",
124522  indicmark="t",
124523  linebreak="sa",
124524  unicodeslot=0xAA7C,
124525 },
124526 [0xAA7D]={
124527  category="mc",
124528  description="MYANMAR SIGN TAI LAING TONE-5",
124529  direction="l",
124530  indic="s",
124531  indicmark="r",
124532  linebreak="sa",
124533  unicodeslot=0xAA7D,
124534 },
124535 [0xAA7E]={
124536  category="lo",
124537  description="MYANMAR LETTER SHWE PALAUNG CHA",
124538  direction="l",
124539  indic="c",
124540  linebreak="sa",
124541  unicodeslot=0xAA7E,
124542 },
124543 [0xAA7F]={
124544  category="lo",
124545  description="MYANMAR LETTER SHWE PALAUNG SHA",
124546  direction="l",
124547  indic="c",
124548  linebreak="sa",
124549  unicodeslot=0xAA7F,
124550 },
124551 [0xAA80]={
124552  category="lo",
124553  description="TAI VIET LETTER LOW KO",
124554  direction="l",
124555  linebreak="sa",
124556  unicodeslot=0xAA80,
124557 },
124558 [0xAA81]={
124559  category="lo",
124560  description="TAI VIET LETTER HIGH KO",
124561  direction="l",
124562  linebreak="sa",
124563  unicodeslot=0xAA81,
124564 },
124565 [0xAA82]={
124566  category="lo",
124567  description="TAI VIET LETTER LOW KHO",
124568  direction="l",
124569  linebreak="sa",
124570  unicodeslot=0xAA82,
124571 },
124572 [0xAA83]={
124573  category="lo",
124574  description="TAI VIET LETTER HIGH KHO",
124575  direction="l",
124576  linebreak="sa",
124577  unicodeslot=0xAA83,
124578 },
124579 [0xAA84]={
124580  category="lo",
124581  description="TAI VIET LETTER LOW KHHO",
124582  direction="l",
124583  linebreak="sa",
124584  unicodeslot=0xAA84,
124585 },
124586 [0xAA85]={
124587  category="lo",
124588  description="TAI VIET LETTER HIGH KHHO",
124589  direction="l",
124590  linebreak="sa",
124591  unicodeslot=0xAA85,
124592 },
124593 [0xAA86]={
124594  category="lo",
124595  description="TAI VIET LETTER LOW GO",
124596  direction="l",
124597  linebreak="sa",
124598  unicodeslot=0xAA86,
124599 },
124600 [0xAA87]={
124601  category="lo",
124602  description="TAI VIET LETTER HIGH GO",
124603  direction="l",
124604  linebreak="sa",
124605  unicodeslot=0xAA87,
124606 },
124607 [0xAA88]={
124608  category="lo",
124609  description="TAI VIET LETTER LOW NGO",
124610  direction="l",
124611  linebreak="sa",
124612  unicodeslot=0xAA88,
124613 },
124614 [0xAA89]={
124615  category="lo",
124616  description="TAI VIET LETTER HIGH NGO",
124617  direction="l",
124618  linebreak="sa",
124619  unicodeslot=0xAA89,
124620 },
124621 [0xAA8A]={
124622  category="lo",
124623  description="TAI VIET LETTER LOW CO",
124624  direction="l",
124625  linebreak="sa",
124626  unicodeslot=0xAA8A,
124627 },
124628 [0xAA8B]={
124629  category="lo",
124630  description="TAI VIET LETTER HIGH CO",
124631  direction="l",
124632  linebreak="sa",
124633  unicodeslot=0xAA8B,
124634 },
124635 [0xAA8C]={
124636  category="lo",
124637  description="TAI VIET LETTER LOW CHO",
124638  direction="l",
124639  linebreak="sa",
124640  unicodeslot=0xAA8C,
124641 },
124642 [0xAA8D]={
124643  category="lo",
124644  description="TAI VIET LETTER HIGH CHO",
124645  direction="l",
124646  linebreak="sa",
124647  unicodeslot=0xAA8D,
124648 },
124649 [0xAA8E]={
124650  category="lo",
124651  description="TAI VIET LETTER LOW SO",
124652  direction="l",
124653  linebreak="sa",
124654  unicodeslot=0xAA8E,
124655 },
124656 [0xAA8F]={
124657  category="lo",
124658  description="TAI VIET LETTER HIGH SO",
124659  direction="l",
124660  linebreak="sa",
124661  unicodeslot=0xAA8F,
124662 },
124663 [0xAA90]={
124664  category="lo",
124665  description="TAI VIET LETTER LOW NYO",
124666  direction="l",
124667  linebreak="sa",
124668  unicodeslot=0xAA90,
124669 },
124670 [0xAA91]={
124671  category="lo",
124672  description="TAI VIET LETTER HIGH NYO",
124673  direction="l",
124674  linebreak="sa",
124675  unicodeslot=0xAA91,
124676 },
124677 [0xAA92]={
124678  category="lo",
124679  description="TAI VIET LETTER LOW DO",
124680  direction="l",
124681  linebreak="sa",
124682  unicodeslot=0xAA92,
124683 },
124684 [0xAA93]={
124685  category="lo",
124686  description="TAI VIET LETTER HIGH DO",
124687  direction="l",
124688  linebreak="sa",
124689  unicodeslot=0xAA93,
124690 },
124691 [0xAA94]={
124692  category="lo",
124693  description="TAI VIET LETTER LOW TO",
124694  direction="l",
124695  linebreak="sa",
124696  unicodeslot=0xAA94,
124697 },
124698 [0xAA95]={
124699  category="lo",
124700  description="TAI VIET LETTER HIGH TO",
124701  direction="l",
124702  linebreak="sa",
124703  unicodeslot=0xAA95,
124704 },
124705 [0xAA96]={
124706  category="lo",
124707  description="TAI VIET LETTER LOW THO",
124708  direction="l",
124709  linebreak="sa",
124710  unicodeslot=0xAA96,
124711 },
124712 [0xAA97]={
124713  category="lo",
124714  description="TAI VIET LETTER HIGH THO",
124715  direction="l",
124716  linebreak="sa",
124717  unicodeslot=0xAA97,
124718 },
124719 [0xAA98]={
124720  category="lo",
124721  description="TAI VIET LETTER LOW NO",
124722  direction="l",
124723  linebreak="sa",
124724  unicodeslot=0xAA98,
124725 },
124726 [0xAA99]={
124727  category="lo",
124728  description="TAI VIET LETTER HIGH NO",
124729  direction="l",
124730  linebreak="sa",
124731  unicodeslot=0xAA99,
124732 },
124733 [0xAA9A]={
124734  category="lo",
124735  description="TAI VIET LETTER LOW BO",
124736  direction="l",
124737  linebreak="sa",
124738  unicodeslot=0xAA9A,
124739 },
124740 [0xAA9B]={
124741  category="lo",
124742  description="TAI VIET LETTER HIGH BO",
124743  direction="l",
124744  linebreak="sa",
124745  unicodeslot=0xAA9B,
124746 },
124747 [0xAA9C]={
124748  category="lo",
124749  description="TAI VIET LETTER LOW PO",
124750  direction="l",
124751  linebreak="sa",
124752  unicodeslot=0xAA9C,
124753 },
124754 [0xAA9D]={
124755  category="lo",
124756  description="TAI VIET LETTER HIGH PO",
124757  direction="l",
124758  linebreak="sa",
124759  unicodeslot=0xAA9D,
124760 },
124761 [0xAA9E]={
124762  category="lo",
124763  description="TAI VIET LETTER LOW PHO",
124764  direction="l",
124765  linebreak="sa",
124766  unicodeslot=0xAA9E,
124767 },
124768 [0xAA9F]={
124769  category="lo",
124770  description="TAI VIET LETTER HIGH PHO",
124771  direction="l",
124772  linebreak="sa",
124773  unicodeslot=0xAA9F,
124774 },
124775 [0xAAA0]={
124776  category="lo",
124777  description="TAI VIET LETTER LOW FO",
124778  direction="l",
124779  linebreak="sa",
124780  unicodeslot=0xAAA0,
124781 },
124782 [0xAAA1]={
124783  category="lo",
124784  description="TAI VIET LETTER HIGH FO",
124785  direction="l",
124786  linebreak="sa",
124787  unicodeslot=0xAAA1,
124788 },
124789 [0xAAA2]={
124790  category="lo",
124791  description="TAI VIET LETTER LOW MO",
124792  direction="l",
124793  linebreak="sa",
124794  unicodeslot=0xAAA2,
124795 },
124796 [0xAAA3]={
124797  category="lo",
124798  description="TAI VIET LETTER HIGH MO",
124799  direction="l",
124800  linebreak="sa",
124801  unicodeslot=0xAAA3,
124802 },
124803 [0xAAA4]={
124804  category="lo",
124805  description="TAI VIET LETTER LOW YO",
124806  direction="l",
124807  linebreak="sa",
124808  unicodeslot=0xAAA4,
124809 },
124810 [0xAAA5]={
124811  category="lo",
124812  description="TAI VIET LETTER HIGH YO",
124813  direction="l",
124814  linebreak="sa",
124815  unicodeslot=0xAAA5,
124816 },
124817 [0xAAA6]={
124818  category="lo",
124819  description="TAI VIET LETTER LOW RO",
124820  direction="l",
124821  linebreak="sa",
124822  unicodeslot=0xAAA6,
124823 },
124824 [0xAAA7]={
124825  category="lo",
124826  description="TAI VIET LETTER HIGH RO",
124827  direction="l",
124828  linebreak="sa",
124829  unicodeslot=0xAAA7,
124830 },
124831 [0xAAA8]={
124832  category="lo",
124833  description="TAI VIET LETTER LOW LO",
124834  direction="l",
124835  linebreak="sa",
124836  unicodeslot=0xAAA8,
124837 },
124838 [0xAAA9]={
124839  category="lo",
124840  description="TAI VIET LETTER HIGH LO",
124841  direction="l",
124842  linebreak="sa",
124843  unicodeslot=0xAAA9,
124844 },
124845 [0xAAAA]={
124846  category="lo",
124847  description="TAI VIET LETTER LOW VO",
124848  direction="l",
124849  linebreak="sa",
124850  unicodeslot=0xAAAA,
124851 },
124852 [0xAAAB]={
124853  category="lo",
124854  description="TAI VIET LETTER HIGH VO",
124855  direction="l",
124856  linebreak="sa",
124857  unicodeslot=0xAAAB,
124858 },
124859 [0xAAAC]={
124860  category="lo",
124861  description="TAI VIET LETTER LOW HO",
124862  direction="l",
124863  linebreak="sa",
124864  unicodeslot=0xAAAC,
124865 },
124866 [0xAAAD]={
124867  category="lo",
124868  description="TAI VIET LETTER HIGH HO",
124869  direction="l",
124870  linebreak="sa",
124871  unicodeslot=0xAAAD,
124872 },
124873 [0xAAAE]={
124874  category="lo",
124875  description="TAI VIET LETTER LOW O",
124876  direction="l",
124877  linebreak="sa",
124878  unicodeslot=0xAAAE,
124879 },
124880 [0xAAAF]={
124881  category="lo",
124882  description="TAI VIET LETTER HIGH O",
124883  direction="l",
124884  linebreak="sa",
124885  unicodeslot=0xAAAF,
124886 },
124887 [0xAAB0]={
124888  category="mn",
124889  combining=0xE6,
124890  description="TAI VIET MAI KANG",
124891  direction="nsm",
124892  linebreak="sa",
124893  unicodeslot=0xAAB0,
124894 },
124895 [0xAAB1]={
124896  category="lo",
124897  description="TAI VIET VOWEL AA",
124898  direction="l",
124899  linebreak="sa",
124900  unicodeslot=0xAAB1,
124901 },
124902 [0xAAB2]={
124903  category="mn",
124904  combining=0xE6,
124905  description="TAI VIET VOWEL I",
124906  direction="nsm",
124907  linebreak="sa",
124908  unicodeslot=0xAAB2,
124909 },
124910 [0xAAB3]={
124911  category="mn",
124912  combining=0xE6,
124913  description="TAI VIET VOWEL UE",
124914  direction="nsm",
124915  linebreak="sa",
124916  unicodeslot=0xAAB3,
124917 },
124918 [0xAAB4]={
124919  category="mn",
124920  combining=0xDC,
124921  description="TAI VIET VOWEL U",
124922  direction="nsm",
124923  linebreak="sa",
124924  unicodeslot=0xAAB4,
124925 },
124926 [0xAAB5]={
124927  category="lo",
124928  description="TAI VIET VOWEL E",
124929  direction="l",
124930  linebreak="sa",
124931  unicodeslot=0xAAB5,
124932 },
124933 [0xAAB6]={
124934  category="lo",
124935  description="TAI VIET VOWEL O",
124936  direction="l",
124937  linebreak="sa",
124938  unicodeslot=0xAAB6,
124939 },
124940 [0xAAB7]={
124941  category="mn",
124942  combining=0xE6,
124943  description="TAI VIET MAI KHIT",
124944  direction="nsm",
124945  linebreak="sa",
124946  unicodeslot=0xAAB7,
124947 },
124948 [0xAAB8]={
124949  category="mn",
124950  combining=0xE6,
124951  description="TAI VIET VOWEL IA",
124952  direction="nsm",
124953  linebreak="sa",
124954  unicodeslot=0xAAB8,
124955 },
124956 [0xAAB9]={
124957  category="lo",
124958  description="TAI VIET VOWEL UEA",
124959  direction="l",
124960  linebreak="sa",
124961  unicodeslot=0xAAB9,
124962 },
124963 [0xAABA]={
124964  category="lo",
124965  description="TAI VIET VOWEL UA",
124966  direction="l",
124967  linebreak="sa",
124968  unicodeslot=0xAABA,
124969 },
124970 [0xAABB]={
124971  category="lo",
124972  description="TAI VIET VOWEL AUE",
124973  direction="l",
124974  linebreak="sa",
124975  unicodeslot=0xAABB,
124976 },
124977 [0xAABC]={
124978  category="lo",
124979  description="TAI VIET VOWEL AY",
124980  direction="l",
124981  linebreak="sa",
124982  unicodeslot=0xAABC,
124983 },
124984 [0xAABD]={
124985  category="lo",
124986  description="TAI VIET VOWEL AN",
124987  direction="l",
124988  linebreak="sa",
124989  unicodeslot=0xAABD,
124990 },
124991 [0xAABE]={
124992  category="mn",
124993  combining=0xE6,
124994  description="TAI VIET VOWEL AM",
124995  direction="nsm",
124996  linebreak="sa",
124997  unicodeslot=0xAABE,
124998 },
124999 [0xAABF]={
125000  category="mn",
125001  combining=0xE6,
125002  description="TAI VIET TONE MAI EK",
125003  direction="nsm",
125004  linebreak="sa",
125005  unicodeslot=0xAABF,
125006 },
125007 [0xAAC0]={
125008  category="lo",
125009  description="TAI VIET TONE MAI NUENG",
125010  direction="l",
125011  linebreak="sa",
125012  unicodeslot=0xAAC0,
125013 },
125014 [0xAAC1]={
125015  category="mn",
125016  combining=0xE6,
125017  description="TAI VIET TONE MAI THO",
125018  direction="nsm",
125019  linebreak="sa",
125020  unicodeslot=0xAAC1,
125021 },
125022 [0xAAC2]={
125023  category="lo",
125024  description="TAI VIET TONE MAI SONG",
125025  direction="l",
125026  linebreak="sa",
125027  unicodeslot=0xAAC2,
125028 },
125029 [0xAADB]={
125030  category="lo",
125031  description="TAI VIET SYMBOL KON",
125032  direction="l",
125033  linebreak="sa",
125034  unicodeslot=0xAADB,
125035 },
125036 [0xAADC]={
125037  category="lo",
125038  description="TAI VIET SYMBOL NUENG",
125039  direction="l",
125040  linebreak="sa",
125041  unicodeslot=0xAADC,
125042 },
125043 [0xAADD]={
125044  category="lm",
125045  description="TAI VIET SYMBOL SAM",
125046  direction="l",
125047  linebreak="sa",
125048  unicodeslot=0xAADD,
125049 },
125050 [0xAADE]={
125051  category="po",
125052  description="TAI VIET SYMBOL HO HOI",
125053  direction="l",
125054  linebreak="sa",
125055  unicodeslot=0xAADE,
125056 },
125057 [0xAADF]={
125058  category="po",
125059  description="TAI VIET SYMBOL KOI KOI",
125060  direction="l",
125061  linebreak="sa",
125062  unicodeslot=0xAADF,
125063 },
125064 [0xAAE0]={
125065  category="lo",
125066  description="MEETEI MAYEK LETTER E",
125067  direction="l",
125068  linebreak="al",
125069  unicodeslot=0xAAE0,
125070 },
125071 [0xAAE1]={
125072  category="lo",
125073  description="MEETEI MAYEK LETTER O",
125074  direction="l",
125075  linebreak="al",
125076  unicodeslot=0xAAE1,
125077 },
125078 [0xAAE2]={
125079  category="lo",
125080  description="MEETEI MAYEK LETTER CHA",
125081  direction="l",
125082  linebreak="al",
125083  unicodeslot=0xAAE2,
125084 },
125085 [0xAAE3]={
125086  category="lo",
125087  description="MEETEI MAYEK LETTER NYA",
125088  direction="l",
125089  linebreak="al",
125090  unicodeslot=0xAAE3,
125091 },
125092 [0xAAE4]={
125093  category="lo",
125094  description="MEETEI MAYEK LETTER TTA",
125095  direction="l",
125096  linebreak="al",
125097  unicodeslot=0xAAE4,
125098 },
125099 [0xAAE5]={
125100  category="lo",
125101  description="MEETEI MAYEK LETTER TTHA",
125102  direction="l",
125103  linebreak="al",
125104  unicodeslot=0xAAE5,
125105 },
125106 [0xAAE6]={
125107  category="lo",
125108  description="MEETEI MAYEK LETTER DDA",
125109  direction="l",
125110  linebreak="al",
125111  unicodeslot=0xAAE6,
125112 },
125113 [0xAAE7]={
125114  category="lo",
125115  description="MEETEI MAYEK LETTER DDHA",
125116  direction="l",
125117  linebreak="al",
125118  unicodeslot=0xAAE7,
125119 },
125120 [0xAAE8]={
125121  category="lo",
125122  description="MEETEI MAYEK LETTER NNA",
125123  direction="l",
125124  linebreak="al",
125125  unicodeslot=0xAAE8,
125126 },
125127 [0xAAE9]={
125128  category="lo",
125129  description="MEETEI MAYEK LETTER SHA",
125130  direction="l",
125131  linebreak="al",
125132  unicodeslot=0xAAE9,
125133 },
125134 [0xAAEA]={
125135  category="lo",
125136  description="MEETEI MAYEK LETTER SSA",
125137  direction="l",
125138  linebreak="al",
125139  unicodeslot=0xAAEA,
125140 },
125141 [0xAAEB]={
125142  category="mc",
125143  description="MEETEI MAYEK VOWEL SIGN II",
125144  direction="l",
125145  linebreak="cm",
125146  unicodeslot=0xAAEB,
125147 },
125148 [0xAAEC]={
125149  category="mn",
125150  description="MEETEI MAYEK VOWEL SIGN UU",
125151  direction="nsm",
125152  linebreak="cm",
125153  unicodeslot=0xAAEC,
125154 },
125155 [0xAAED]={
125156  category="mn",
125157  description="MEETEI MAYEK VOWEL SIGN AAI",
125158  direction="nsm",
125159  linebreak="cm",
125160  unicodeslot=0xAAED,
125161 },
125162 [0xAAEE]={
125163  category="mc",
125164  description="MEETEI MAYEK VOWEL SIGN AU",
125165  direction="l",
125166  linebreak="cm",
125167  unicodeslot=0xAAEE,
125168 },
125169 [0xAAEF]={
125170  category="mc",
125171  description="MEETEI MAYEK VOWEL SIGN AAU",
125172  direction="l",
125173  linebreak="cm",
125174  unicodeslot=0xAAEF,
125175 },
125176 [0xAAF0]={
125177  category="po",
125178  description="MEETEI MAYEK CHEIKHAN",
125179  direction="l",
125180  linebreak="ba",
125181  unicodeslot=0xAAF0,
125182 },
125183 [0xAAF1]={
125184  category="po",
125185  description="MEETEI MAYEK AHANG KHUDAM",
125186  direction="l",
125187  linebreak="ba",
125188  unicodeslot=0xAAF1,
125189 },
125190 [0xAAF2]={
125191  category="lo",
125192  description="MEETEI MAYEK ANJI",
125193  direction="l",
125194  linebreak="al",
125195  unicodeslot=0xAAF2,
125196 },
125197 [0xAAF3]={
125198  category="lm",
125199  description="MEETEI MAYEK SYLLABLE REPETITION MARK",
125200  direction="l",
125201  linebreak="al",
125202  unicodeslot=0xAAF3,
125203 },
125204 [0xAAF4]={
125205  category="lm",
125206  description="MEETEI MAYEK WORD REPETITION MARK",
125207  direction="l",
125208  linebreak="al",
125209  unicodeslot=0xAAF4,
125210 },
125211 [0xAAF5]={
125212  category="mc",
125213  description="MEETEI MAYEK VOWEL SIGN VISARGA",
125214  direction="l",
125215  linebreak="cm",
125216  unicodeslot=0xAAF5,
125217 },
125218 [0xAAF6]={
125219  category="mn",
125220  combining=0x9,
125221  description="MEETEI MAYEK VIRAMA",
125222  direction="nsm",
125223  linebreak="cm",
125224  unicodeslot=0xAAF6,
125225 },
125226 [0xAB01]={
125227  category="lo",
125228  description="ETHIOPIC SYLLABLE TTHU",
125229  direction="l",
125230  linebreak="al",
125231  unicodeslot=0xAB01,
125232 },
125233 [0xAB02]={
125234  category="lo",
125235  description="ETHIOPIC SYLLABLE TTHI",
125236  direction="l",
125237  linebreak="al",
125238  unicodeslot=0xAB02,
125239 },
125240 [0xAB03]={
125241  category="lo",
125242  description="ETHIOPIC SYLLABLE TTHAA",
125243  direction="l",
125244  linebreak="al",
125245  unicodeslot=0xAB03,
125246 },
125247 [0xAB04]={
125248  category="lo",
125249  description="ETHIOPIC SYLLABLE TTHEE",
125250  direction="l",
125251  linebreak="al",
125252  unicodeslot=0xAB04,
125253 },
125254 [0xAB05]={
125255  category="lo",
125256  description="ETHIOPIC SYLLABLE TTHE",
125257  direction="l",
125258  linebreak="al",
125259  unicodeslot=0xAB05,
125260 },
125261 [0xAB06]={
125262  category="lo",
125263  description="ETHIOPIC SYLLABLE TTHO",
125264  direction="l",
125265  linebreak="al",
125266  unicodeslot=0xAB06,
125267 },
125268 [0xAB09]={
125269  category="lo",
125270  description="ETHIOPIC SYLLABLE DDHU",
125271  direction="l",
125272  linebreak="al",
125273  unicodeslot=0xAB09,
125274 },
125275 [0xAB0A]={
125276  category="lo",
125277  description="ETHIOPIC SYLLABLE DDHI",
125278  direction="l",
125279  linebreak="al",
125280  unicodeslot=0xAB0A,
125281 },
125282 [0xAB0B]={
125283  category="lo",
125284  description="ETHIOPIC SYLLABLE DDHAA",
125285  direction="l",
125286  linebreak="al",
125287  unicodeslot=0xAB0B,
125288 },
125289 [0xAB0C]={
125290  category="lo",
125291  description="ETHIOPIC SYLLABLE DDHEE",
125292  direction="l",
125293  linebreak="al",
125294  unicodeslot=0xAB0C,
125295 },
125296 [0xAB0D]={
125297  category="lo",
125298  description="ETHIOPIC SYLLABLE DDHE",
125299  direction="l",
125300  linebreak="al",
125301  unicodeslot=0xAB0D,
125302 },
125303 [0xAB0E]={
125304  category="lo",
125305  description="ETHIOPIC SYLLABLE DDHO",
125306  direction="l",
125307  linebreak="al",
125308  unicodeslot=0xAB0E,
125309 },
125310 [0xAB11]={
125311  category="lo",
125312  description="ETHIOPIC SYLLABLE DZU",
125313  direction="l",
125314  linebreak="al",
125315  unicodeslot=0xAB11,
125316 },
125317 [0xAB12]={
125318  category="lo",
125319  description="ETHIOPIC SYLLABLE DZI",
125320  direction="l",
125321  linebreak="al",
125322  unicodeslot=0xAB12,
125323 },
125324 [0xAB13]={
125325  category="lo",
125326  description="ETHIOPIC SYLLABLE DZAA",
125327  direction="l",
125328  linebreak="al",
125329  unicodeslot=0xAB13,
125330 },
125331 [0xAB14]={
125332  category="lo",
125333  description="ETHIOPIC SYLLABLE DZEE",
125334  direction="l",
125335  linebreak="al",
125336  unicodeslot=0xAB14,
125337 },
125338 [0xAB15]={
125339  category="lo",
125340  description="ETHIOPIC SYLLABLE DZE",
125341  direction="l",
125342  linebreak="al",
125343  unicodeslot=0xAB15,
125344 },
125345 [0xAB16]={
125346  category="lo",
125347  description="ETHIOPIC SYLLABLE DZO",
125348  direction="l",
125349  linebreak="al",
125350  unicodeslot=0xAB16,
125351 },
125352 [0xAB20]={
125353  category="lo",
125354  description="ETHIOPIC SYLLABLE CCHHA",
125355  direction="l",
125356  linebreak="al",
125357  unicodeslot=0xAB20,
125358 },
125359 [0xAB21]={
125360  category="lo",
125361  description="ETHIOPIC SYLLABLE CCHHU",
125362  direction="l",
125363  linebreak="al",
125364  unicodeslot=0xAB21,
125365 },
125366 [0xAB22]={
125367  category="lo",
125368  description="ETHIOPIC SYLLABLE CCHHI",
125369  direction="l",
125370  linebreak="al",
125371  unicodeslot=0xAB22,
125372 },
125373 [0xAB23]={
125374  category="lo",
125375  description="ETHIOPIC SYLLABLE CCHHAA",
125376  direction="l",
125377  linebreak="al",
125378  unicodeslot=0xAB23,
125379 },
125380 [0xAB24]={
125381  category="lo",
125382  description="ETHIOPIC SYLLABLE CCHHEE",
125383  direction="l",
125384  linebreak="al",
125385  unicodeslot=0xAB24,
125386 },
125387 [0xAB25]={
125388  category="lo",
125389  description="ETHIOPIC SYLLABLE CCHHE",
125390  direction="l",
125391  linebreak="al",
125392  unicodeslot=0xAB25,
125393 },
125394 [0xAB26]={
125395  category="lo",
125396  description="ETHIOPIC SYLLABLE CCHHO",
125397  direction="l",
125398  linebreak="al",
125399  unicodeslot=0xAB26,
125400 },
125401 [0xAB28]={
125402  category="lo",
125403  description="ETHIOPIC SYLLABLE BBA",
125404  direction="l",
125405  linebreak="al",
125406  unicodeslot=0xAB28,
125407 },
125408 [0xAB29]={
125409  category="lo",
125410  description="ETHIOPIC SYLLABLE BBU",
125411  direction="l",
125412  linebreak="al",
125413  unicodeslot=0xAB29,
125414 },
125415 [0xAB2A]={
125416  category="lo",
125417  description="ETHIOPIC SYLLABLE BBI",
125418  direction="l",
125419  linebreak="al",
125420  unicodeslot=0xAB2A,
125421 },
125422 [0xAB2B]={
125423  category="lo",
125424  description="ETHIOPIC SYLLABLE BBAA",
125425  direction="l",
125426  linebreak="al",
125427  unicodeslot=0xAB2B,
125428 },
125429 [0xAB2C]={
125430  category="lo",
125431  description="ETHIOPIC SYLLABLE BBEE",
125432  direction="l",
125433  linebreak="al",
125434  unicodeslot=0xAB2C,
125435 },
125436 [0xAB2D]={
125437  category="lo",
125438  description="ETHIOPIC SYLLABLE BBE",
125439  direction="l",
125440  linebreak="al",
125441  unicodeslot=0xAB2D,
125442 },
125443 [0xAB2E]={
125444  category="lo",
125445  description="ETHIOPIC SYLLABLE BBO",
125446  direction="l",
125447  linebreak="al",
125448  unicodeslot=0xAB2E,
125449 },
125450 [0xAB30]={
125451  category="ll",
125452  description="LATIN SMALL LETTER BARRED ALPHA",
125453  direction="l",
125454  linebreak="al",
125455  unicodeslot=0xAB30,
125456 },
125457 [0xAB31]={
125458  category="ll",
125459  description="LATIN SMALL LETTER A REVERSED-SCHWA",
125460  direction="l",
125461  linebreak="al",
125462  unicodeslot=0xAB31,
125463 },
125464 [0xAB32]={
125465  category="ll",
125466  description="LATIN SMALL LETTER BLACKLETTER E",
125467  direction="l",
125468  linebreak="al",
125469  unicodeslot=0xAB32,
125470 },
125471 [0xAB33]={
125472  category="ll",
125473  description="LATIN SMALL LETTER BARRED E",
125474  direction="l",
125475  linebreak="al",
125476  unicodeslot=0xAB33,
125477 },
125478 [0xAB34]={
125479  category="ll",
125480  description="LATIN SMALL LETTER E WITH FLOURISH",
125481  direction="l",
125482  linebreak="al",
125483  unicodeslot=0xAB34,
125484 },
125485 [0xAB35]={
125486  category="ll",
125487  description="LATIN SMALL LETTER LENIS F",
125488  direction="l",
125489  linebreak="al",
125490  unicodeslot=0xAB35,
125491 },
125492 [0xAB36]={
125493  category="ll",
125494  description="LATIN SMALL LETTER SCRIPT G WITH CROSSED-TAIL",
125495  direction="l",
125496  linebreak="al",
125497  unicodeslot=0xAB36,
125498 },
125499 [0xAB37]={
125500  category="ll",
125501  description="LATIN SMALL LETTER L WITH INVERTED LAZY S",
125502  direction="l",
125503  linebreak="al",
125504  specials={ "with", 0x6C, 0x223E },
125505  unicodeslot=0xAB37,
125506 },
125507 [0xAB38]={
125508  category="ll",
125509  description="LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE",
125510  direction="l",
125511  linebreak="al",
125512  unicodeslot=0xAB38,
125513 },
125514 [0xAB39]={
125515  category="ll",
125516  description="LATIN SMALL LETTER L WITH MIDDLE RING",
125517  direction="l",
125518  linebreak="al",
125519  unicodeslot=0xAB39,
125520 },
125521 [0xAB3A]={
125522  category="ll",
125523  description="LATIN SMALL LETTER M WITH CROSSED-TAIL",
125524  direction="l",
125525  linebreak="al",
125526  unicodeslot=0xAB3A,
125527 },
125528 [0xAB3B]={
125529  category="ll",
125530  description="LATIN SMALL LETTER N WITH CROSSED-TAIL",
125531  direction="l",
125532  linebreak="al",
125533  unicodeslot=0xAB3B,
125534 },
125535 [0xAB3C]={
125536  category="ll",
125537  description="LATIN SMALL LETTER ENG WITH CROSSED-TAIL",
125538  direction="l",
125539  linebreak="al",
125540  unicodeslot=0xAB3C,
125541 },
125542 [0xAB3D]={
125543  category="ll",
125544  description="LATIN SMALL LETTER BLACKLETTER O",
125545  direction="l",
125546  linebreak="al",
125547  unicodeslot=0xAB3D,
125548 },
125549 [0xAB3E]={
125550  category="ll",
125551  description="LATIN SMALL LETTER BLACKLETTER O WITH STROKE",
125552  direction="l",
125553  linebreak="al",
125554  specials={ "with", 0xAB3D, 0x2F },
125555  unicodeslot=0xAB3E,
125556 },
125557 [0xAB3F]={
125558  category="ll",
125559  description="LATIN SMALL LETTER OPEN O WITH STROKE",
125560  direction="l",
125561  linebreak="al",
125562  specials={ "with", 0x254, 0x2F },
125563  unicodeslot=0xAB3F,
125564 },
125565 [0xAB40]={
125566  category="ll",
125567  description="LATIN SMALL LETTER INVERTED OE",
125568  direction="l",
125569  linebreak="al",
125570  unicodeslot=0xAB40,
125571 },
125572 [0xAB41]={
125573  category="ll",
125574  description="LATIN SMALL LETTER TURNED OE WITH STROKE",
125575  direction="l",
125576  linebreak="al",
125577  specials={ "with", 0x1D14, 0x2F },
125578  unicodeslot=0xAB41,
125579 },
125580 [0xAB42]={
125581  category="ll",
125582  description="LATIN SMALL LETTER TURNED OE WITH HORIZONTAL STROKE",
125583  direction="l",
125584  linebreak="al",
125585  unicodeslot=0xAB42,
125586 },
125587 [0xAB43]={
125588  category="ll",
125589  description="LATIN SMALL LETTER TURNED O OPEN-O",
125590  direction="l",
125591  linebreak="al",
125592  unicodeslot=0xAB43,
125593 },
125594 [0xAB44]={
125595  category="ll",
125596  description="LATIN SMALL LETTER TURNED O OPEN-O WITH STROKE",
125597  direction="l",
125598  linebreak="al",
125599  specials={ "with", 0xAB43, 0x2F },
125600  unicodeslot=0xAB44,
125601 },
125602 [0xAB45]={
125603  category="ll",
125604  description="LATIN SMALL LETTER STIRRUP R",
125605  direction="l",
125606  linebreak="al",
125607  unicodeslot=0xAB45,
125608 },
125609 [0xAB46]={
125610  category="ll",
125611  description="LATIN LETTER SMALL CAPITAL R WITH RIGHT LEG",
125612  direction="l",
125613  linebreak="al",
125614  unicodeslot=0xAB46,
125615 },
125616 [0xAB47]={
125617  category="ll",
125618  description="LATIN SMALL LETTER R WITHOUT HANDLE",
125619  direction="l",
125620  linebreak="al",
125621  unicodeslot=0xAB47,
125622 },
125623 [0xAB48]={
125624  category="ll",
125625  description="LATIN SMALL LETTER DOUBLE R",
125626  direction="l",
125627  linebreak="al",
125628  unicodeslot=0xAB48,
125629 },
125630 [0xAB49]={
125631  category="ll",
125632  description="LATIN SMALL LETTER R WITH CROSSED-TAIL",
125633  direction="l",
125634  linebreak="al",
125635  unicodeslot=0xAB49,
125636 },
125637 [0xAB4A]={
125638  category="ll",
125639  description="LATIN SMALL LETTER DOUBLE R WITH CROSSED-TAIL",
125640  direction="l",
125641  linebreak="al",
125642  unicodeslot=0xAB4A,
125643 },
125644 [0xAB4B]={
125645  category="ll",
125646  description="LATIN SMALL LETTER SCRIPT R",
125647  direction="l",
125648  linebreak="al",
125649  unicodeslot=0xAB4B,
125650 },
125651 [0xAB4C]={
125652  category="ll",
125653  description="LATIN SMALL LETTER SCRIPT R WITH RING",
125654  direction="l",
125655  linebreak="al",
125656  specials={ "with", 0xAB4B, 0x1F48D },
125657  unicodeslot=0xAB4C,
125658 },
125659 [0xAB4D]={
125660  category="ll",
125661  description="LATIN SMALL LETTER BASELINE ESH",
125662  direction="l",
125663  linebreak="al",
125664  unicodeslot=0xAB4D,
125665 },
125666 [0xAB4E]={
125667  category="ll",
125668  description="LATIN SMALL LETTER U WITH SHORT RIGHT LEG",
125669  direction="l",
125670  linebreak="al",
125671  unicodeslot=0xAB4E,
125672 },
125673 [0xAB4F]={
125674  category="ll",
125675  description="LATIN SMALL LETTER U BAR WITH SHORT RIGHT LEG",
125676  direction="l",
125677  linebreak="al",
125678  unicodeslot=0xAB4F,
125679 },
125680 [0xAB50]={
125681  category="ll",
125682  description="LATIN SMALL LETTER UI",
125683  direction="l",
125684  linebreak="al",
125685  unicodeslot=0xAB50,
125686 },
125687 [0xAB51]={
125688  category="ll",
125689  description="LATIN SMALL LETTER TURNED UI",
125690  direction="l",
125691  linebreak="al",
125692  unicodeslot=0xAB51,
125693 },
125694 [0xAB52]={
125695  category="ll",
125696  description="LATIN SMALL LETTER U WITH LEFT HOOK",
125697  direction="l",
125698  linebreak="al",
125699  unicodeslot=0xAB52,
125700 },
125701 [0xAB53]={
125702  category="ll",
125703  description="LATIN SMALL LETTER CHI",
125704  direction="l",
125705  linebreak="al",
125706  unicodeslot=0xAB53,
125707 },
125708 [0xAB54]={
125709  category="ll",
125710  description="LATIN SMALL LETTER CHI WITH LOW RIGHT RING",
125711  direction="l",
125712  linebreak="al",
125713  unicodeslot=0xAB54,
125714 },
125715 [0xAB55]={
125716  category="ll",
125717  description="LATIN SMALL LETTER CHI WITH LOW LEFT SERIF",
125718  direction="l",
125719  linebreak="al",
125720  unicodeslot=0xAB55,
125721 },
125722 [0xAB56]={
125723  category="ll",
125724  description="LATIN SMALL LETTER X WITH LOW RIGHT RING",
125725  direction="l",
125726  linebreak="al",
125727  unicodeslot=0xAB56,
125728 },
125729 [0xAB57]={
125730  category="ll",
125731  description="LATIN SMALL LETTER X WITH LONG LEFT LEG",
125732  direction="l",
125733  linebreak="al",
125734  unicodeslot=0xAB57,
125735 },
125736 [0xAB58]={
125737  category="ll",
125738  description="LATIN SMALL LETTER X WITH LONG LEFT LEG AND LOW RIGHT RING",
125739  direction="l",
125740  linebreak="al",
125741  unicodeslot=0xAB58,
125742 },
125743 [0xAB59]={
125744  category="ll",
125745  description="LATIN SMALL LETTER X WITH LONG LEFT LEG WITH SERIF",
125746  direction="l",
125747  linebreak="al",
125748  unicodeslot=0xAB59,
125749 },
125750 [0xAB5A]={
125751  category="ll",
125752  description="LATIN SMALL LETTER Y WITH SHORT RIGHT LEG",
125753  direction="l",
125754  linebreak="al",
125755  unicodeslot=0xAB5A,
125756 },
125757 [0xAB5B]={
125758  category="sk",
125759  description="MODIFIER BREVE WITH INVERTED BREVE",
125760  direction="l",
125761  linebreak="al",
125762  unicodeslot=0xAB5B,
125763 },
125764 [0xAB5C]={
125765  category="lm",
125766  description="MODIFIER LETTER SMALL HENG",
125767  direction="l",
125768  linebreak="al",
125769  specials={ "super", 0xA727 },
125770  unicodeslot=0xAB5C,
125771 },
125772 [0xAB5D]={
125773  category="lm",
125774  description="MODIFIER LETTER SMALL L WITH INVERTED LAZY S",
125775  direction="l",
125776  linebreak="al",
125777  specials={ "super", 0xAB37 },
125778  unicodeslot=0xAB5D,
125779 },
125780 [0xAB5E]={
125781  category="lm",
125782  description="MODIFIER LETTER SMALL L WITH MIDDLE TILDE",
125783  direction="l",
125784  linebreak="al",
125785  specials={ "super", 0x26B },
125786  unicodeslot=0xAB5E,
125787 },
125788 [0xAB5F]={
125789  category="lm",
125790  description="MODIFIER LETTER SMALL U WITH LEFT HOOK",
125791  direction="l",
125792  linebreak="al",
125793  specials={ "super", 0xAB52 },
125794  unicodeslot=0xAB5F,
125795 },
125796 [0xAB60]={
125797  category="ll",
125798  description="LATIN SMALL LETTER SAKHA YAT",
125799  direction="l",
125800  linebreak="al",
125801  unicodeslot=0xAB60,
125802 },
125803 [0xAB61]={
125804  category="ll",
125805  description="LATIN SMALL LETTER IOTIFIED E",
125806  direction="l",
125807  linebreak="al",
125808  unicodeslot=0xAB61,
125809 },
125810 [0xAB62]={
125811  category="ll",
125812  description="LATIN SMALL LETTER OPEN OE",
125813  direction="l",
125814  linebreak="al",
125815  unicodeslot=0xAB62,
125816 },
125817 [0xAB63]={
125818  category="ll",
125819  description="LATIN SMALL LETTER UO",
125820  direction="l",
125821  linebreak="al",
125822  unicodeslot=0xAB63,
125823 },
125824 [0xAB64]={
125825  category="ll",
125826  description="LATIN SMALL LETTER INVERTED ALPHA",
125827  direction="l",
125828  linebreak="al",
125829  unicodeslot=0xAB64,
125830 },
125831 [0xAB65]={
125832  category="ll",
125833  description="GREEK LETTER SMALL CAPITAL OMEGA",
125834  direction="l",
125835  linebreak="al",
125836  unicodeslot=0xAB65,
125837 },
125838 [0xAB66]={
125839  category="ll",
125840  description="LATIN SMALL LETTER DZ DIGRAPH WITH RETROFLEX HOOK",
125841  direction="l",
125842  linebreak="al",
125843  unicodeslot=0xAB66,
125844 },
125845 [0xAB67]={
125846  category="ll",
125847  description="LATIN SMALL LETTER TS DIGRAPH WITH RETROFLEX HOOK",
125848  direction="l",
125849  linebreak="al",
125850  unicodeslot=0xAB67,
125851 },
125852 [0xAB68]={
125853  category="ll",
125854  description="LATIN SMALL LETTER TURNED R WITH MIDDLE TILDE",
125855  direction="l",
125856  linebreak="al",
125857  unicodeslot=0xAB68,
125858 },
125859 [0xAB69]={
125860  category="lm",
125861  description="MODIFIER LETTER SMALL TURNED W",
125862  direction="l",
125863  linebreak="al",
125864  specials={ "super", 0x28D },
125865  unicodeslot=0xAB69,
125866 },
125867 [0xAB6A]={
125868  category="sk",
125869  description="MODIFIER LETTER LEFT TACK",
125870  direction="on",
125871  linebreak="al",
125872  unicodeslot=0xAB6A,
125873 },
125874 [0xAB6B]={
125875  category="sk",
125876  description="MODIFIER LETTER RIGHT TACK",
125877  direction="on",
125878  linebreak="al",
125879  unicodeslot=0xAB6B,
125880 },
125881 [0xAB70]={
125882  category="ll",
125883  description="CHEROKEE SMALL LETTER A",
125884  direction="l",
125885  linebreak="al",
125886  uccode=0x13A0,
125887  unicodeslot=0xAB70,
125888 },
125889 [0xAB71]={
125890  category="ll",
125891  description="CHEROKEE SMALL LETTER E",
125892  direction="l",
125893  linebreak="al",
125894  uccode=0x13A1,
125895  unicodeslot=0xAB71,
125896 },
125897 [0xAB72]={
125898  category="ll",
125899  description="CHEROKEE SMALL LETTER I",
125900  direction="l",
125901  linebreak="al",
125902  uccode=0x13A2,
125903  unicodeslot=0xAB72,
125904 },
125905 [0xAB73]={
125906  category="ll",
125907  description="CHEROKEE SMALL LETTER O",
125908  direction="l",
125909  linebreak="al",
125910  uccode=0x13A3,
125911  unicodeslot=0xAB73,
125912 },
125913 [0xAB74]={
125914  category="ll",
125915  description="CHEROKEE SMALL LETTER U",
125916  direction="l",
125917  linebreak="al",
125918  uccode=0x13A4,
125919  unicodeslot=0xAB74,
125920 },
125921 [0xAB75]={
125922  category="ll",
125923  description="CHEROKEE SMALL LETTER V",
125924  direction="l",
125925  linebreak="al",
125926  uccode=0x13A5,
125927  unicodeslot=0xAB75,
125928 },
125929 [0xAB76]={
125930  category="ll",
125931  description="CHEROKEE SMALL LETTER GA",
125932  direction="l",
125933  linebreak="al",
125934  uccode=0x13A6,
125935  unicodeslot=0xAB76,
125936 },
125937 [0xAB77]={
125938  category="ll",
125939  description="CHEROKEE SMALL LETTER KA",
125940  direction="l",
125941  linebreak="al",
125942  uccode=0x13A7,
125943  unicodeslot=0xAB77,
125944 },
125945 [0xAB78]={
125946  category="ll",
125947  description="CHEROKEE SMALL LETTER GE",
125948  direction="l",
125949  linebreak="al",
125950  uccode=0x13A8,
125951  unicodeslot=0xAB78,
125952 },
125953 [0xAB79]={
125954  category="ll",
125955  description="CHEROKEE SMALL LETTER GI",
125956  direction="l",
125957  linebreak="al",
125958  uccode=0x13A9,
125959  unicodeslot=0xAB79,
125960 },
125961 [0xAB7A]={
125962  category="ll",
125963  description="CHEROKEE SMALL LETTER GO",
125964  direction="l",
125965  linebreak="al",
125966  uccode=0x13AA,
125967  unicodeslot=0xAB7A,
125968 },
125969 [0xAB7B]={
125970  category="ll",
125971  description="CHEROKEE SMALL LETTER GU",
125972  direction="l",
125973  linebreak="al",
125974  uccode=0x13AB,
125975  unicodeslot=0xAB7B,
125976 },
125977 [0xAB7C]={
125978  category="ll",
125979  description="CHEROKEE SMALL LETTER GV",
125980  direction="l",
125981  linebreak="al",
125982  uccode=0x13AC,
125983  unicodeslot=0xAB7C,
125984 },
125985 [0xAB7D]={
125986  category="ll",
125987  description="CHEROKEE SMALL LETTER HA",
125988  direction="l",
125989  linebreak="al",
125990  uccode=0x13AD,
125991  unicodeslot=0xAB7D,
125992 },
125993 [0xAB7E]={
125994  category="ll",
125995  description="CHEROKEE SMALL LETTER HE",
125996  direction="l",
125997  linebreak="al",
125998  uccode=0x13AE,
125999  unicodeslot=0xAB7E,
126000 },
126001 [0xAB7F]={
126002  category="ll",
126003  description="CHEROKEE SMALL LETTER HI",
126004  direction="l",
126005  linebreak="al",
126006  uccode=0x13AF,
126007  unicodeslot=0xAB7F,
126008 },
126009 [0xAB80]={
126010  category="ll",
126011  description="CHEROKEE SMALL LETTER HO",
126012  direction="l",
126013  linebreak="al",
126014  uccode=0x13B0,
126015  unicodeslot=0xAB80,
126016 },
126017 [0xAB81]={
126018  category="ll",
126019  description="CHEROKEE SMALL LETTER HU",
126020  direction="l",
126021  linebreak="al",
126022  uccode=0x13B1,
126023  unicodeslot=0xAB81,
126024 },
126025 [0xAB82]={
126026  category="ll",
126027  description="CHEROKEE SMALL LETTER HV",
126028  direction="l",
126029  linebreak="al",
126030  uccode=0x13B2,
126031  unicodeslot=0xAB82,
126032 },
126033 [0xAB83]={
126034  category="ll",
126035  description="CHEROKEE SMALL LETTER LA",
126036  direction="l",
126037  linebreak="al",
126038  uccode=0x13B3,
126039  unicodeslot=0xAB83,
126040 },
126041 [0xAB84]={
126042  category="ll",
126043  description="CHEROKEE SMALL LETTER LE",
126044  direction="l",
126045  linebreak="al",
126046  uccode=0x13B4,
126047  unicodeslot=0xAB84,
126048 },
126049 [0xAB85]={
126050  category="ll",
126051  description="CHEROKEE SMALL LETTER LI",
126052  direction="l",
126053  linebreak="al",
126054  uccode=0x13B5,
126055  unicodeslot=0xAB85,
126056 },
126057 [0xAB86]={
126058  category="ll",
126059  description="CHEROKEE SMALL LETTER LO",
126060  direction="l",
126061  linebreak="al",
126062  uccode=0x13B6,
126063  unicodeslot=0xAB86,
126064 },
126065 [0xAB87]={
126066  category="ll",
126067  description="CHEROKEE SMALL LETTER LU",
126068  direction="l",
126069  linebreak="al",
126070  uccode=0x13B7,
126071  unicodeslot=0xAB87,
126072 },
126073 [0xAB88]={
126074  category="ll",
126075  description="CHEROKEE SMALL LETTER LV",
126076  direction="l",
126077  linebreak="al",
126078  uccode=0x13B8,
126079  unicodeslot=0xAB88,
126080 },
126081 [0xAB89]={
126082  category="ll",
126083  description="CHEROKEE SMALL LETTER MA",
126084  direction="l",
126085  linebreak="al",
126086  uccode=0x13B9,
126087  unicodeslot=0xAB89,
126088 },
126089 [0xAB8A]={
126090  category="ll",
126091  description="CHEROKEE SMALL LETTER ME",
126092  direction="l",
126093  linebreak="al",
126094  uccode=0x13BA,
126095  unicodeslot=0xAB8A,
126096 },
126097 [0xAB8B]={
126098  category="ll",
126099  description="CHEROKEE SMALL LETTER MI",
126100  direction="l",
126101  linebreak="al",
126102  uccode=0x13BB,
126103  unicodeslot=0xAB8B,
126104 },
126105 [0xAB8C]={
126106  category="ll",
126107  description="CHEROKEE SMALL LETTER MO",
126108  direction="l",
126109  linebreak="al",
126110  uccode=0x13BC,
126111  unicodeslot=0xAB8C,
126112 },
126113 [0xAB8D]={
126114  category="ll",
126115  description="CHEROKEE SMALL LETTER MU",
126116  direction="l",
126117  linebreak="al",
126118  uccode=0x13BD,
126119  unicodeslot=0xAB8D,
126120 },
126121 [0xAB8E]={
126122  category="ll",
126123  description="CHEROKEE SMALL LETTER NA",
126124  direction="l",
126125  linebreak="al",
126126  uccode=0x13BE,
126127  unicodeslot=0xAB8E,
126128 },
126129 [0xAB8F]={
126130  category="ll",
126131  description="CHEROKEE SMALL LETTER HNA",
126132  direction="l",
126133  linebreak="al",
126134  uccode=0x13BF,
126135  unicodeslot=0xAB8F,
126136 },
126137 [0xAB90]={
126138  category="ll",
126139  description="CHEROKEE SMALL LETTER NAH",
126140  direction="l",
126141  linebreak="al",
126142  uccode=0x13C0,
126143  unicodeslot=0xAB90,
126144 },
126145 [0xAB91]={
126146  category="ll",
126147  description="CHEROKEE SMALL LETTER NE",
126148  direction="l",
126149  linebreak="al",
126150  uccode=0x13C1,
126151  unicodeslot=0xAB91,
126152 },
126153 [0xAB92]={
126154  category="ll",
126155  description="CHEROKEE SMALL LETTER NI",
126156  direction="l",
126157  linebreak="al",
126158  uccode=0x13C2,
126159  unicodeslot=0xAB92,
126160 },
126161 [0xAB93]={
126162  category="ll",
126163  description="CHEROKEE SMALL LETTER NO",
126164  direction="l",
126165  linebreak="al",
126166  uccode=0x13C3,
126167  unicodeslot=0xAB93,
126168 },
126169 [0xAB94]={
126170  category="ll",
126171  description="CHEROKEE SMALL LETTER NU",
126172  direction="l",
126173  linebreak="al",
126174  uccode=0x13C4,
126175  unicodeslot=0xAB94,
126176 },
126177 [0xAB95]={
126178  category="ll",
126179  description="CHEROKEE SMALL LETTER NV",
126180  direction="l",
126181  linebreak="al",
126182  uccode=0x13C5,
126183  unicodeslot=0xAB95,
126184 },
126185 [0xAB96]={
126186  category="ll",
126187  description="CHEROKEE SMALL LETTER QUA",
126188  direction="l",
126189  linebreak="al",
126190  uccode=0x13C6,
126191  unicodeslot=0xAB96,
126192 },
126193 [0xAB97]={
126194  category="ll",
126195  description="CHEROKEE SMALL LETTER QUE",
126196  direction="l",
126197  linebreak="al",
126198  uccode=0x13C7,
126199  unicodeslot=0xAB97,
126200 },
126201 [0xAB98]={
126202  category="ll",
126203  description="CHEROKEE SMALL LETTER QUI",
126204  direction="l",
126205  linebreak="al",
126206  uccode=0x13C8,
126207  unicodeslot=0xAB98,
126208 },
126209 [0xAB99]={
126210  category="ll",
126211  description="CHEROKEE SMALL LETTER QUO",
126212  direction="l",
126213  linebreak="al",
126214  uccode=0x13C9,
126215  unicodeslot=0xAB99,
126216 },
126217 [0xAB9A]={
126218  category="ll",
126219  description="CHEROKEE SMALL LETTER QUU",
126220  direction="l",
126221  linebreak="al",
126222  uccode=0x13CA,
126223  unicodeslot=0xAB9A,
126224 },
126225 [0xAB9B]={
126226  category="ll",
126227  description="CHEROKEE SMALL LETTER QUV",
126228  direction="l",
126229  linebreak="al",
126230  uccode=0x13CB,
126231  unicodeslot=0xAB9B,
126232 },
126233 [0xAB9C]={
126234  category="ll",
126235  description="CHEROKEE SMALL LETTER SA",
126236  direction="l",
126237  linebreak="al",
126238  uccode=0x13CC,
126239  unicodeslot=0xAB9C,
126240 },
126241 [0xAB9D]={
126242  category="ll",
126243  description="CHEROKEE SMALL LETTER S",
126244  direction="l",
126245  linebreak="al",
126246  uccode=0x13CD,
126247  unicodeslot=0xAB9D,
126248 },
126249 [0xAB9E]={
126250  category="ll",
126251  description="CHEROKEE SMALL LETTER SE",
126252  direction="l",
126253  linebreak="al",
126254  uccode=0x13CE,
126255  unicodeslot=0xAB9E,
126256 },
126257 [0xAB9F]={
126258  category="ll",
126259  description="CHEROKEE SMALL LETTER SI",
126260  direction="l",
126261  linebreak="al",
126262  uccode=0x13CF,
126263  unicodeslot=0xAB9F,
126264 },
126265 [0xABA0]={
126266  category="ll",
126267  description="CHEROKEE SMALL LETTER SO",
126268  direction="l",
126269  linebreak="al",
126270  uccode=0x13D0,
126271  unicodeslot=0xABA0,
126272 },
126273 [0xABA1]={
126274  category="ll",
126275  description="CHEROKEE SMALL LETTER SU",
126276  direction="l",
126277  linebreak="al",
126278  uccode=0x13D1,
126279  unicodeslot=0xABA1,
126280 },
126281 [0xABA2]={
126282  category="ll",
126283  description="CHEROKEE SMALL LETTER SV",
126284  direction="l",
126285  linebreak="al",
126286  uccode=0x13D2,
126287  unicodeslot=0xABA2,
126288 },
126289 [0xABA3]={
126290  category="ll",
126291  description="CHEROKEE SMALL LETTER DA",
126292  direction="l",
126293  linebreak="al",
126294  uccode=0x13D3,
126295  unicodeslot=0xABA3,
126296 },
126297 [0xABA4]={
126298  category="ll",
126299  description="CHEROKEE SMALL LETTER TA",
126300  direction="l",
126301  linebreak="al",
126302  uccode=0x13D4,
126303  unicodeslot=0xABA4,
126304 },
126305 [0xABA5]={
126306  category="ll",
126307  description="CHEROKEE SMALL LETTER DE",
126308  direction="l",
126309  linebreak="al",
126310  uccode=0x13D5,
126311  unicodeslot=0xABA5,
126312 },
126313 [0xABA6]={
126314  category="ll",
126315  description="CHEROKEE SMALL LETTER TE",
126316  direction="l",
126317  linebreak="al",
126318  uccode=0x13D6,
126319  unicodeslot=0xABA6,
126320 },
126321 [0xABA7]={
126322  category="ll",
126323  description="CHEROKEE SMALL LETTER DI",
126324  direction="l",
126325  linebreak="al",
126326  uccode=0x13D7,
126327  unicodeslot=0xABA7,
126328 },
126329 [0xABA8]={
126330  category="ll",
126331  description="CHEROKEE SMALL LETTER TI",
126332  direction="l",
126333  linebreak="al",
126334  uccode=0x13D8,
126335  unicodeslot=0xABA8,
126336 },
126337 [0xABA9]={
126338  category="ll",
126339  description="CHEROKEE SMALL LETTER DO",
126340  direction="l",
126341  linebreak="al",
126342  uccode=0x13D9,
126343  unicodeslot=0xABA9,
126344 },
126345 [0xABAA]={
126346  category="ll",
126347  description="CHEROKEE SMALL LETTER DU",
126348  direction="l",
126349  linebreak="al",
126350  uccode=0x13DA,
126351  unicodeslot=0xABAA,
126352 },
126353 [0xABAB]={
126354  category="ll",
126355  description="CHEROKEE SMALL LETTER DV",
126356  direction="l",
126357  linebreak="al",
126358  uccode=0x13DB,
126359  unicodeslot=0xABAB,
126360 },
126361 [0xABAC]={
126362  category="ll",
126363  description="CHEROKEE SMALL LETTER DLA",
126364  direction="l",
126365  linebreak="al",
126366  uccode=0x13DC,
126367  unicodeslot=0xABAC,
126368 },
126369 [0xABAD]={
126370  category="ll",
126371  description="CHEROKEE SMALL LETTER TLA",
126372  direction="l",
126373  linebreak="al",
126374  uccode=0x13DD,
126375  unicodeslot=0xABAD,
126376 },
126377 [0xABAE]={
126378  category="ll",
126379  description="CHEROKEE SMALL LETTER TLE",
126380  direction="l",
126381  linebreak="al",
126382  uccode=0x13DE,
126383  unicodeslot=0xABAE,
126384 },
126385 [0xABAF]={
126386  category="ll",
126387  description="CHEROKEE SMALL LETTER TLI",
126388  direction="l",
126389  linebreak="al",
126390  uccode=0x13DF,
126391  unicodeslot=0xABAF,
126392 },
126393 [0xABB0]={
126394  category="ll",
126395  description="CHEROKEE SMALL LETTER TLO",
126396  direction="l",
126397  linebreak="al",
126398  uccode=0x13E0,
126399  unicodeslot=0xABB0,
126400 },
126401 [0xABB1]={
126402  category="ll",
126403  description="CHEROKEE SMALL LETTER TLU",
126404  direction="l",
126405  linebreak="al",
126406  uccode=0x13E1,
126407  unicodeslot=0xABB1,
126408 },
126409 [0xABB2]={
126410  category="ll",
126411  description="CHEROKEE SMALL LETTER TLV",
126412  direction="l",
126413  linebreak="al",
126414  uccode=0x13E2,
126415  unicodeslot=0xABB2,
126416 },
126417 [0xABB3]={
126418  category="ll",
126419  description="CHEROKEE SMALL LETTER TSA",
126420  direction="l",
126421  linebreak="al",
126422  uccode=0x13E3,
126423  unicodeslot=0xABB3,
126424 },
126425 [0xABB4]={
126426  category="ll",
126427  description="CHEROKEE SMALL LETTER TSE",
126428  direction="l",
126429  linebreak="al",
126430  uccode=0x13E4,
126431  unicodeslot=0xABB4,
126432 },
126433 [0xABB5]={
126434  category="ll",
126435  description="CHEROKEE SMALL LETTER TSI",
126436  direction="l",
126437  linebreak="al",
126438  uccode=0x13E5,
126439  unicodeslot=0xABB5,
126440 },
126441 [0xABB6]={
126442  category="ll",
126443  description="CHEROKEE SMALL LETTER TSO",
126444  direction="l",
126445  linebreak="al",
126446  uccode=0x13E6,
126447  unicodeslot=0xABB6,
126448 },
126449 [0xABB7]={
126450  category="ll",
126451  description="CHEROKEE SMALL LETTER TSU",
126452  direction="l",
126453  linebreak="al",
126454  uccode=0x13E7,
126455  unicodeslot=0xABB7,
126456 },
126457 [0xABB8]={
126458  category="ll",
126459  description="CHEROKEE SMALL LETTER TSV",
126460  direction="l",
126461  linebreak="al",
126462  uccode=0x13E8,
126463  unicodeslot=0xABB8,
126464 },
126465 [0xABB9]={
126466  category="ll",
126467  description="CHEROKEE SMALL LETTER WA",
126468  direction="l",
126469  linebreak="al",
126470  uccode=0x13E9,
126471  unicodeslot=0xABB9,
126472 },
126473 [0xABBA]={
126474  category="ll",
126475  description="CHEROKEE SMALL LETTER WE",
126476  direction="l",
126477  linebreak="al",
126478  uccode=0x13EA,
126479  unicodeslot=0xABBA,
126480 },
126481 [0xABBB]={
126482  category="ll",
126483  description="CHEROKEE SMALL LETTER WI",
126484  direction="l",
126485  linebreak="al",
126486  uccode=0x13EB,
126487  unicodeslot=0xABBB,
126488 },
126489 [0xABBC]={
126490  category="ll",
126491  description="CHEROKEE SMALL LETTER WO",
126492  direction="l",
126493  linebreak="al",
126494  uccode=0x13EC,
126495  unicodeslot=0xABBC,
126496 },
126497 [0xABBD]={
126498  category="ll",
126499  description="CHEROKEE SMALL LETTER WU",
126500  direction="l",
126501  linebreak="al",
126502  uccode=0x13ED,
126503  unicodeslot=0xABBD,
126504 },
126505 [0xABBE]={
126506  category="ll",
126507  description="CHEROKEE SMALL LETTER WV",
126508  direction="l",
126509  linebreak="al",
126510  uccode=0x13EE,
126511  unicodeslot=0xABBE,
126512 },
126513 [0xABBF]={
126514  category="ll",
126515  description="CHEROKEE SMALL LETTER YA",
126516  direction="l",
126517  linebreak="al",
126518  uccode=0x13EF,
126519  unicodeslot=0xABBF,
126520 },
126521 [0xABC0]={
126522  category="lo",
126523  description="MEETEI MAYEK LETTER KOK",
126524  direction="l",
126525  linebreak="al",
126526  unicodeslot=0xABC0,
126527 },
126528 [0xABC1]={
126529  category="lo",
126530  description="MEETEI MAYEK LETTER SAM",
126531  direction="l",
126532  linebreak="al",
126533  unicodeslot=0xABC1,
126534 },
126535 [0xABC2]={
126536  category="lo",
126537  description="MEETEI MAYEK LETTER LAI",
126538  direction="l",
126539  linebreak="al",
126540  unicodeslot=0xABC2,
126541 },
126542 [0xABC3]={
126543  category="lo",
126544  description="MEETEI MAYEK LETTER MIT",
126545  direction="l",
126546  linebreak="al",
126547  unicodeslot=0xABC3,
126548 },
126549 [0xABC4]={
126550  category="lo",
126551  description="MEETEI MAYEK LETTER PA",
126552  direction="l",
126553  linebreak="al",
126554  unicodeslot=0xABC4,
126555 },
126556 [0xABC5]={
126557  category="lo",
126558  description="MEETEI MAYEK LETTER NA",
126559  direction="l",
126560  linebreak="al",
126561  unicodeslot=0xABC5,
126562 },
126563 [0xABC6]={
126564  category="lo",
126565  description="MEETEI MAYEK LETTER CHIL",
126566  direction="l",
126567  linebreak="al",
126568  unicodeslot=0xABC6,
126569 },
126570 [0xABC7]={
126571  category="lo",
126572  description="MEETEI MAYEK LETTER TIL",
126573  direction="l",
126574  linebreak="al",
126575  unicodeslot=0xABC7,
126576 },
126577 [0xABC8]={
126578  category="lo",
126579  description="MEETEI MAYEK LETTER KHOU",
126580  direction="l",
126581  linebreak="al",
126582  unicodeslot=0xABC8,
126583 },
126584 [0xABC9]={
126585  category="lo",
126586  description="MEETEI MAYEK LETTER NGOU",
126587  direction="l",
126588  linebreak="al",
126589  unicodeslot=0xABC9,
126590 },
126591 [0xABCA]={
126592  category="lo",
126593  description="MEETEI MAYEK LETTER THOU",
126594  direction="l",
126595  linebreak="al",
126596  unicodeslot=0xABCA,
126597 },
126598 [0xABCB]={
126599  category="lo",
126600  description="MEETEI MAYEK LETTER WAI",
126601  direction="l",
126602  linebreak="al",
126603  unicodeslot=0xABCB,
126604 },
126605 [0xABCC]={
126606  category="lo",
126607  description="MEETEI MAYEK LETTER YANG",
126608  direction="l",
126609  linebreak="al",
126610  unicodeslot=0xABCC,
126611 },
126612 [0xABCD]={
126613  category="lo",
126614  description="MEETEI MAYEK LETTER HUK",
126615  direction="l",
126616  linebreak="al",
126617  unicodeslot=0xABCD,
126618 },
126619 [0xABCE]={
126620  category="lo",
126621  description="MEETEI MAYEK LETTER UN",
126622  direction="l",
126623  linebreak="al",
126624  unicodeslot=0xABCE,
126625 },
126626 [0xABCF]={
126627  category="lo",
126628  description="MEETEI MAYEK LETTER I",
126629  direction="l",
126630  linebreak="al",
126631  unicodeslot=0xABCF,
126632 },
126633 [0xABD0]={
126634  category="lo",
126635  description="MEETEI MAYEK LETTER PHAM",
126636  direction="l",
126637  linebreak="al",
126638  unicodeslot=0xABD0,
126639 },
126640 [0xABD1]={
126641  category="lo",
126642  description="MEETEI MAYEK LETTER ATIYA",
126643  direction="l",
126644  linebreak="al",
126645  unicodeslot=0xABD1,
126646 },
126647 [0xABD2]={
126648  category="lo",
126649  description="MEETEI MAYEK LETTER GOK",
126650  direction="l",
126651  linebreak="al",
126652  unicodeslot=0xABD2,
126653 },
126654 [0xABD3]={
126655  category="lo",
126656  description="MEETEI MAYEK LETTER JHAM",
126657  direction="l",
126658  linebreak="al",
126659  unicodeslot=0xABD3,
126660 },
126661 [0xABD4]={
126662  category="lo",
126663  description="MEETEI MAYEK LETTER RAI",
126664  direction="l",
126665  linebreak="al",
126666  unicodeslot=0xABD4,
126667 },
126668 [0xABD5]={
126669  category="lo",
126670  description="MEETEI MAYEK LETTER BA",
126671  direction="l",
126672  linebreak="al",
126673  unicodeslot=0xABD5,
126674 },
126675 [0xABD6]={
126676  category="lo",
126677  description="MEETEI MAYEK LETTER JIL",
126678  direction="l",
126679  linebreak="al",
126680  unicodeslot=0xABD6,
126681 },
126682 [0xABD7]={
126683  category="lo",
126684  description="MEETEI MAYEK LETTER DIL",
126685  direction="l",
126686  linebreak="al",
126687  unicodeslot=0xABD7,
126688 },
126689 [0xABD8]={
126690  category="lo",
126691  description="MEETEI MAYEK LETTER GHOU",
126692  direction="l",
126693  linebreak="al",
126694  unicodeslot=0xABD8,
126695 },
126696 [0xABD9]={
126697  category="lo",
126698  description="MEETEI MAYEK LETTER DHOU",
126699  direction="l",
126700  linebreak="al",
126701  unicodeslot=0xABD9,
126702 },
126703 [0xABDA]={
126704  category="lo",
126705  description="MEETEI MAYEK LETTER BHAM",
126706  direction="l",
126707  linebreak="al",
126708  unicodeslot=0xABDA,
126709 },
126710 [0xABDB]={
126711  category="lo",
126712  description="MEETEI MAYEK LETTER KOK LONSUM",
126713  direction="l",
126714  linebreak="al",
126715  unicodeslot=0xABDB,
126716 },
126717 [0xABDC]={
126718  category="lo",
126719  description="MEETEI MAYEK LETTER LAI LONSUM",
126720  direction="l",
126721  linebreak="al",
126722  unicodeslot=0xABDC,
126723 },
126724 [0xABDD]={
126725  category="lo",
126726  description="MEETEI MAYEK LETTER MIT LONSUM",
126727  direction="l",
126728  linebreak="al",
126729  unicodeslot=0xABDD,
126730 },
126731 [0xABDE]={
126732  category="lo",
126733  description="MEETEI MAYEK LETTER PA LONSUM",
126734  direction="l",
126735  linebreak="al",
126736  unicodeslot=0xABDE,
126737 },
126738 [0xABDF]={
126739  category="lo",
126740  description="MEETEI MAYEK LETTER NA LONSUM",
126741  direction="l",
126742  linebreak="al",
126743  unicodeslot=0xABDF,
126744 },
126745 [0xABE0]={
126746  category="lo",
126747  description="MEETEI MAYEK LETTER TIL LONSUM",
126748  direction="l",
126749  linebreak="al",
126750  unicodeslot=0xABE0,
126751 },
126752 [0xABE1]={
126753  category="lo",
126754  description="MEETEI MAYEK LETTER NGOU LONSUM",
126755  direction="l",
126756  linebreak="al",
126757  unicodeslot=0xABE1,
126758 },
126759 [0xABE2]={
126760  category="lo",
126761  description="MEETEI MAYEK LETTER I LONSUM",
126762  direction="l",
126763  linebreak="al",
126764  unicodeslot=0xABE2,
126765 },
126766 [0xABE3]={
126767  category="mc",
126768  description="MEETEI MAYEK VOWEL SIGN ONAP",
126769  direction="l",
126770  linebreak="cm",
126771  unicodeslot=0xABE3,
126772 },
126773 [0xABE4]={
126774  category="mc",
126775  description="MEETEI MAYEK VOWEL SIGN INAP",
126776  direction="l",
126777  linebreak="cm",
126778  unicodeslot=0xABE4,
126779 },
126780 [0xABE5]={
126781  category="mn",
126782  description="MEETEI MAYEK VOWEL SIGN ANAP",
126783  direction="nsm",
126784  linebreak="cm",
126785  unicodeslot=0xABE5,
126786 },
126787 [0xABE6]={
126788  category="mc",
126789  description="MEETEI MAYEK VOWEL SIGN YENAP",
126790  direction="l",
126791  linebreak="cm",
126792  unicodeslot=0xABE6,
126793 },
126794 [0xABE7]={
126795  category="mc",
126796  description="MEETEI MAYEK VOWEL SIGN SOUNAP",
126797  direction="l",
126798  linebreak="cm",
126799  unicodeslot=0xABE7,
126800 },
126801 [0xABE8]={
126802  category="mn",
126803  description="MEETEI MAYEK VOWEL SIGN UNAP",
126804  direction="nsm",
126805  linebreak="cm",
126806  unicodeslot=0xABE8,
126807 },
126808 [0xABE9]={
126809  category="mc",
126810  description="MEETEI MAYEK VOWEL SIGN CHEINAP",
126811  direction="l",
126812  linebreak="cm",
126813  unicodeslot=0xABE9,
126814 },
126815 [0xABEA]={
126816  category="mc",
126817  description="MEETEI MAYEK VOWEL SIGN NUNG",
126818  direction="l",
126819  linebreak="cm",
126820  unicodeslot=0xABEA,
126821 },
126822 [0xABEB]={
126823  category="po",
126824  description="MEETEI MAYEK CHEIKHEI",
126825  direction="l",
126826  linebreak="ba",
126827  unicodeslot=0xABEB,
126828 },
126829 [0xABEC]={
126830  category="mc",
126831  description="MEETEI MAYEK LUM IYEK",
126832  direction="l",
126833  linebreak="cm",
126834  unicodeslot=0xABEC,
126835 },
126836 [0xABED]={
126837  category="mn",
126838  combining=0x9,
126839  description="MEETEI MAYEK APUN IYEK",
126840  direction="nsm",
126841  linebreak="cm",
126842  unicodeslot=0xABED,
126843 },
126844 [0xABF0]={
126845  category="nd",
126846  description="MEETEI MAYEK DIGIT ZERO",
126847  direction="l",
126848  linebreak="nu",
126849  unicodeslot=0xABF0,
126850 },
126851 [0xABF1]={
126852  category="nd",
126853  description="MEETEI MAYEK DIGIT ONE",
126854  direction="l",
126855  linebreak="nu",
126856  unicodeslot=0xABF1,
126857 },
126858 [0xABF2]={
126859  category="nd",
126860  description="MEETEI MAYEK DIGIT TWO",
126861  direction="l",
126862  linebreak="nu",
126863  unicodeslot=0xABF2,
126864 },
126865 [0xABF3]={
126866  category="nd",
126867  description="MEETEI MAYEK DIGIT THREE",
126868  direction="l",
126869  linebreak="nu",
126870  unicodeslot=0xABF3,
126871 },
126872 [0xABF4]={
126873  category="nd",
126874  description="MEETEI MAYEK DIGIT FOUR",
126875  direction="l",
126876  linebreak="nu",
126877  unicodeslot=0xABF4,
126878 },
126879 [0xABF5]={
126880  category="nd",
126881  description="MEETEI MAYEK DIGIT FIVE",
126882  direction="l",
126883  linebreak="nu",
126884  unicodeslot=0xABF5,
126885 },
126886 [0xABF6]={
126887  category="nd",
126888  description="MEETEI MAYEK DIGIT SIX",
126889  direction="l",
126890  linebreak="nu",
126891  unicodeslot=0xABF6,
126892 },
126893 [0xABF7]={
126894  category="nd",
126895  description="MEETEI MAYEK DIGIT SEVEN",
126896  direction="l",
126897  linebreak="nu",
126898  unicodeslot=0xABF7,
126899 },
126900 [0xABF8]={
126901  category="nd",
126902  description="MEETEI MAYEK DIGIT EIGHT",
126903  direction="l",
126904  linebreak="nu",
126905  unicodeslot=0xABF8,
126906 },
126907 [0xABF9]={
126908  category="nd",
126909  description="MEETEI MAYEK DIGIT NINE",
126910  direction="l",
126911  linebreak="nu",
126912  unicodeslot=0xABF9,
126913 },
126914 [0xD7B0]={
126915  category="lo",
126916  description="HANGUL JUNGSEONG O-YEO",
126917  direction="l",
126918  linebreak="jv",
126919  unicodeslot=0xD7B0,
126920 },
126921 [0xD7B1]={
126922  category="lo",
126923  description="HANGUL JUNGSEONG O-O-I",
126924  direction="l",
126925  linebreak="jv",
126926  unicodeslot=0xD7B1,
126927 },
126928 [0xD7B2]={
126929  category="lo",
126930  description="HANGUL JUNGSEONG YO-A",
126931  direction="l",
126932  linebreak="jv",
126933  unicodeslot=0xD7B2,
126934 },
126935 [0xD7B3]={
126936  category="lo",
126937  description="HANGUL JUNGSEONG YO-AE",
126938  direction="l",
126939  linebreak="jv",
126940  unicodeslot=0xD7B3,
126941 },
126942 [0xD7B4]={
126943  category="lo",
126944  description="HANGUL JUNGSEONG YO-EO",
126945  direction="l",
126946  linebreak="jv",
126947  unicodeslot=0xD7B4,
126948 },
126949 [0xD7B5]={
126950  category="lo",
126951  description="HANGUL JUNGSEONG U-YEO",
126952  direction="l",
126953  linebreak="jv",
126954  unicodeslot=0xD7B5,
126955 },
126956 [0xD7B6]={
126957  category="lo",
126958  description="HANGUL JUNGSEONG U-I-I",
126959  direction="l",
126960  linebreak="jv",
126961  unicodeslot=0xD7B6,
126962 },
126963 [0xD7B7]={
126964  category="lo",
126965  description="HANGUL JUNGSEONG YU-AE",
126966  direction="l",
126967  linebreak="jv",
126968  unicodeslot=0xD7B7,
126969 },
126970 [0xD7B8]={
126971  category="lo",
126972  description="HANGUL JUNGSEONG YU-O",
126973  direction="l",
126974  linebreak="jv",
126975  unicodeslot=0xD7B8,
126976 },
126977 [0xD7B9]={
126978  category="lo",
126979  description="HANGUL JUNGSEONG EU-A",
126980  direction="l",
126981  linebreak="jv",
126982  unicodeslot=0xD7B9,
126983 },
126984 [0xD7BA]={
126985  category="lo",
126986  description="HANGUL JUNGSEONG EU-EO",
126987  direction="l",
126988  linebreak="jv",
126989  unicodeslot=0xD7BA,
126990 },
126991 [0xD7BB]={
126992  category="lo",
126993  description="HANGUL JUNGSEONG EU-E",
126994  direction="l",
126995  linebreak="jv",
126996  unicodeslot=0xD7BB,
126997 },
126998 [0xD7BC]={
126999  category="lo",
127000  description="HANGUL JUNGSEONG EU-O",
127001  direction="l",
127002  linebreak="jv",
127003  unicodeslot=0xD7BC,
127004 },
127005 [0xD7BD]={
127006  category="lo",
127007  description="HANGUL JUNGSEONG I-YA-O",
127008  direction="l",
127009  linebreak="jv",
127010  unicodeslot=0xD7BD,
127011 },
127012 [0xD7BE]={
127013  category="lo",
127014  description="HANGUL JUNGSEONG I-YAE",
127015  direction="l",
127016  linebreak="jv",
127017  unicodeslot=0xD7BE,
127018 },
127019 [0xD7BF]={
127020  category="lo",
127021  description="HANGUL JUNGSEONG I-YEO",
127022  direction="l",
127023  linebreak="jv",
127024  unicodeslot=0xD7BF,
127025 },
127026 [0xD7C0]={
127027  category="lo",
127028  description="HANGUL JUNGSEONG I-YE",
127029  direction="l",
127030  linebreak="jv",
127031  unicodeslot=0xD7C0,
127032 },
127033 [0xD7C1]={
127034  category="lo",
127035  description="HANGUL JUNGSEONG I-O-I",
127036  direction="l",
127037  linebreak="jv",
127038  unicodeslot=0xD7C1,
127039 },
127040 [0xD7C2]={
127041  category="lo",
127042  description="HANGUL JUNGSEONG I-YO",
127043  direction="l",
127044  linebreak="jv",
127045  unicodeslot=0xD7C2,
127046 },
127047 [0xD7C3]={
127048  category="lo",
127049  description="HANGUL JUNGSEONG I-YU",
127050  direction="l",
127051  linebreak="jv",
127052  unicodeslot=0xD7C3,
127053 },
127054 [0xD7C4]={
127055  category="lo",
127056  description="HANGUL JUNGSEONG I-I",
127057  direction="l",
127058  linebreak="jv",
127059  unicodeslot=0xD7C4,
127060 },
127061 [0xD7C5]={
127062  category="lo",
127063  description="HANGUL JUNGSEONG ARAEA-A",
127064  direction="l",
127065  linebreak="jv",
127066  unicodeslot=0xD7C5,
127067 },
127068 [0xD7C6]={
127069  category="lo",
127070  description="HANGUL JUNGSEONG ARAEA-E",
127071  direction="l",
127072  linebreak="jv",
127073  unicodeslot=0xD7C6,
127074 },
127075 [0xD7CB]={
127076  category="lo",
127077  description="HANGUL JONGSEONG NIEUN-RIEUL",
127078  direction="l",
127079  linebreak="jt",
127080  unicodeslot=0xD7CB,
127081 },
127082 [0xD7CC]={
127083  category="lo",
127084  description="HANGUL JONGSEONG NIEUN-CHIEUCH",
127085  direction="l",
127086  linebreak="jt",
127087  unicodeslot=0xD7CC,
127088 },
127089 [0xD7CD]={
127090  category="lo",
127091  description="HANGUL JONGSEONG SSANGTIKEUT",
127092  direction="l",
127093  linebreak="jt",
127094  unicodeslot=0xD7CD,
127095 },
127096 [0xD7CE]={
127097  category="lo",
127098  description="HANGUL JONGSEONG SSANGTIKEUT-PIEUP",
127099  direction="l",
127100  linebreak="jt",
127101  unicodeslot=0xD7CE,
127102 },
127103 [0xD7CF]={
127104  category="lo",
127105  description="HANGUL JONGSEONG TIKEUT-PIEUP",
127106  direction="l",
127107  linebreak="jt",
127108  unicodeslot=0xD7CF,
127109 },
127110 [0xD7D0]={
127111  category="lo",
127112  description="HANGUL JONGSEONG TIKEUT-SIOS",
127113  direction="l",
127114  linebreak="jt",
127115  unicodeslot=0xD7D0,
127116 },
127117 [0xD7D1]={
127118  category="lo",
127119  description="HANGUL JONGSEONG TIKEUT-SIOS-KIYEOK",
127120  direction="l",
127121  linebreak="jt",
127122  unicodeslot=0xD7D1,
127123 },
127124 [0xD7D2]={
127125  category="lo",
127126  description="HANGUL JONGSEONG TIKEUT-CIEUC",
127127  direction="l",
127128  linebreak="jt",
127129  unicodeslot=0xD7D2,
127130 },
127131 [0xD7D3]={
127132  category="lo",
127133  description="HANGUL JONGSEONG TIKEUT-CHIEUCH",
127134  direction="l",
127135  linebreak="jt",
127136  unicodeslot=0xD7D3,
127137 },
127138 [0xD7D4]={
127139  category="lo",
127140  description="HANGUL JONGSEONG TIKEUT-THIEUTH",
127141  direction="l",
127142  linebreak="jt",
127143  unicodeslot=0xD7D4,
127144 },
127145 [0xD7D5]={
127146  category="lo",
127147  description="HANGUL JONGSEONG RIEUL-SSANGKIYEOK",
127148  direction="l",
127149  linebreak="jt",
127150  unicodeslot=0xD7D5,
127151 },
127152 [0xD7D6]={
127153  category="lo",
127154  description="HANGUL JONGSEONG RIEUL-KIYEOK-HIEUH",
127155  direction="l",
127156  linebreak="jt",
127157  unicodeslot=0xD7D6,
127158 },
127159 [0xD7D7]={
127160  category="lo",
127161  description="HANGUL JONGSEONG SSANGRIEUL-KHIEUKH",
127162  direction="l",
127163  linebreak="jt",
127164  unicodeslot=0xD7D7,
127165 },
127166 [0xD7D8]={
127167  category="lo",
127168  description="HANGUL JONGSEONG RIEUL-MIEUM-HIEUH",
127169  direction="l",
127170  linebreak="jt",
127171  unicodeslot=0xD7D8,
127172 },
127173 [0xD7D9]={
127174  category="lo",
127175  description="HANGUL JONGSEONG RIEUL-PIEUP-TIKEUT",
127176  direction="l",
127177  linebreak="jt",
127178  unicodeslot=0xD7D9,
127179 },
127180 [0xD7DA]={
127181  category="lo",
127182  description="HANGUL JONGSEONG RIEUL-PIEUP-PHIEUPH",
127183  direction="l",
127184  linebreak="jt",
127185  unicodeslot=0xD7DA,
127186 },
127187 [0xD7DB]={
127188  category="lo",
127189  description="HANGUL JONGSEONG RIEUL-YESIEUNG",
127190  direction="l",
127191  linebreak="jt",
127192  unicodeslot=0xD7DB,
127193 },
127194 [0xD7DC]={
127195  category="lo",
127196  description="HANGUL JONGSEONG RIEUL-YEORINHIEUH-HIEUH",
127197  direction="l",
127198  linebreak="jt",
127199  unicodeslot=0xD7DC,
127200 },
127201 [0xD7DD]={
127202  category="lo",
127203  description="HANGUL JONGSEONG KAPYEOUNRIEUL",
127204  direction="l",
127205  linebreak="jt",
127206  unicodeslot=0xD7DD,
127207 },
127208 [0xD7DE]={
127209  category="lo",
127210  description="HANGUL JONGSEONG MIEUM-NIEUN",
127211  direction="l",
127212  linebreak="jt",
127213  unicodeslot=0xD7DE,
127214 },
127215 [0xD7DF]={
127216  category="lo",
127217  description="HANGUL JONGSEONG MIEUM-SSANGNIEUN",
127218  direction="l",
127219  linebreak="jt",
127220  unicodeslot=0xD7DF,
127221 },
127222 [0xD7E0]={
127223  category="lo",
127224  description="HANGUL JONGSEONG SSANGMIEUM",
127225  direction="l",
127226  linebreak="jt",
127227  unicodeslot=0xD7E0,
127228 },
127229 [0xD7E1]={
127230  category="lo",
127231  description="HANGUL JONGSEONG MIEUM-PIEUP-SIOS",
127232  direction="l",
127233  linebreak="jt",
127234  unicodeslot=0xD7E1,
127235 },
127236 [0xD7E2]={
127237  category="lo",
127238  description="HANGUL JONGSEONG MIEUM-CIEUC",
127239  direction="l",
127240  linebreak="jt",
127241  unicodeslot=0xD7E2,
127242 },
127243 [0xD7E3]={
127244  category="lo",
127245  description="HANGUL JONGSEONG PIEUP-TIKEUT",
127246  direction="l",
127247  linebreak="jt",
127248  unicodeslot=0xD7E3,
127249 },
127250 [0xD7E4]={
127251  category="lo",
127252  description="HANGUL JONGSEONG PIEUP-RIEUL-PHIEUPH",
127253  direction="l",
127254  linebreak="jt",
127255  unicodeslot=0xD7E4,
127256 },
127257 [0xD7E5]={
127258  category="lo",
127259  description="HANGUL JONGSEONG PIEUP-MIEUM",
127260  direction="l",
127261  linebreak="jt",
127262  unicodeslot=0xD7E5,
127263 },
127264 [0xD7E6]={
127265  category="lo",
127266  description="HANGUL JONGSEONG SSANGPIEUP",
127267  direction="l",
127268  linebreak="jt",
127269  unicodeslot=0xD7E6,
127270 },
127271 [0xD7E7]={
127272  category="lo",
127273  description="HANGUL JONGSEONG PIEUP-SIOS-TIKEUT",
127274  direction="l",
127275  linebreak="jt",
127276  unicodeslot=0xD7E7,
127277 },
127278 [0xD7E8]={
127279  category="lo",
127280  description="HANGUL JONGSEONG PIEUP-CIEUC",
127281  direction="l",
127282  linebreak="jt",
127283  unicodeslot=0xD7E8,
127284 },
127285 [0xD7E9]={
127286  category="lo",
127287  description="HANGUL JONGSEONG PIEUP-CHIEUCH",
127288  direction="l",
127289  linebreak="jt",
127290  unicodeslot=0xD7E9,
127291 },
127292 [0xD7EA]={
127293  category="lo",
127294  description="HANGUL JONGSEONG SIOS-MIEUM",
127295  direction="l",
127296  linebreak="jt",
127297  unicodeslot=0xD7EA,
127298 },
127299 [0xD7EB]={
127300  category="lo",
127301  description="HANGUL JONGSEONG SIOS-KAPYEOUNPIEUP",
127302  direction="l",
127303  linebreak="jt",
127304  unicodeslot=0xD7EB,
127305 },
127306 [0xD7EC]={
127307  category="lo",
127308  description="HANGUL JONGSEONG SSANGSIOS-KIYEOK",
127309  direction="l",
127310  linebreak="jt",
127311  unicodeslot=0xD7EC,
127312 },
127313 [0xD7ED]={
127314  category="lo",
127315  description="HANGUL JONGSEONG SSANGSIOS-TIKEUT",
127316  direction="l",
127317  linebreak="jt",
127318  unicodeslot=0xD7ED,
127319 },
127320 [0xD7EE]={
127321  category="lo",
127322  description="HANGUL JONGSEONG SIOS-PANSIOS",
127323  direction="l",
127324  linebreak="jt",
127325  unicodeslot=0xD7EE,
127326 },
127327 [0xD7EF]={
127328  category="lo",
127329  description="HANGUL JONGSEONG SIOS-CIEUC",
127330  direction="l",
127331  linebreak="jt",
127332  unicodeslot=0xD7EF,
127333 },
127334 [0xD7F0]={
127335  category="lo",
127336  description="HANGUL JONGSEONG SIOS-CHIEUCH",
127337  direction="l",
127338  linebreak="jt",
127339  unicodeslot=0xD7F0,
127340 },
127341 [0xD7F1]={
127342  category="lo",
127343  description="HANGUL JONGSEONG SIOS-THIEUTH",
127344  direction="l",
127345  linebreak="jt",
127346  unicodeslot=0xD7F1,
127347 },
127348 [0xD7F2]={
127349  category="lo",
127350  description="HANGUL JONGSEONG SIOS-HIEUH",
127351  direction="l",
127352  linebreak="jt",
127353  unicodeslot=0xD7F2,
127354 },
127355 [0xD7F3]={
127356  category="lo",
127357  description="HANGUL JONGSEONG PANSIOS-PIEUP",
127358  direction="l",
127359  linebreak="jt",
127360  unicodeslot=0xD7F3,
127361 },
127362 [0xD7F4]={
127363  category="lo",
127364  description="HANGUL JONGSEONG PANSIOS-KAPYEOUNPIEUP",
127365  direction="l",
127366  linebreak="jt",
127367  unicodeslot=0xD7F4,
127368 },
127369 [0xD7F5]={
127370  category="lo",
127371  description="HANGUL JONGSEONG YESIEUNG-MIEUM",
127372  direction="l",
127373  linebreak="jt",
127374  unicodeslot=0xD7F5,
127375 },
127376 [0xD7F6]={
127377  category="lo",
127378  description="HANGUL JONGSEONG YESIEUNG-HIEUH",
127379  direction="l",
127380  linebreak="jt",
127381  unicodeslot=0xD7F6,
127382 },
127383 [0xD7F7]={
127384  category="lo",
127385  description="HANGUL JONGSEONG CIEUC-PIEUP",
127386  direction="l",
127387  linebreak="jt",
127388  unicodeslot=0xD7F7,
127389 },
127390 [0xD7F8]={
127391  category="lo",
127392  description="HANGUL JONGSEONG CIEUC-SSANGPIEUP",
127393  direction="l",
127394  linebreak="jt",
127395  unicodeslot=0xD7F8,
127396 },
127397 [0xD7F9]={
127398  category="lo",
127399  description="HANGUL JONGSEONG SSANGCIEUC",
127400  direction="l",
127401  linebreak="jt",
127402  unicodeslot=0xD7F9,
127403 },
127404 [0xD7FA]={
127405  category="lo",
127406  description="HANGUL JONGSEONG PHIEUPH-SIOS",
127407  direction="l",
127408  linebreak="jt",
127409  unicodeslot=0xD7FA,
127410 },
127411 [0xD7FB]={
127412  category="lo",
127413  description="HANGUL JONGSEONG PHIEUPH-THIEUTH",
127414  direction="l",
127415  linebreak="jt",
127416  unicodeslot=0xD7FB,
127417 },
127418 [0xD800]={
127419  category="cs",
127420  description="",
127421  direction="l",
127422  linebreak="sg",
127423  unicodeslot=0xD800,
127424 },
127425 [0xDB7F]={
127426  category="cs",
127427  description="",
127428  direction="l",
127429  linebreak="sg",
127430  unicodeslot=0xDB7F,
127431 },
127432 [0xDB80]={
127433  category="cs",
127434  description="",
127435  direction="l",
127436  linebreak="sg",
127437  unicodeslot=0xDB80,
127438 },
127439 [0xDBFF]={
127440  category="cs",
127441  description="",
127442  direction="l",
127443  linebreak="sg",
127444  unicodeslot=0xDBFF,
127445 },
127446 [0xDC00]={
127447  category="cs",
127448  description="",
127449  direction="l",
127450  linebreak="sg",
127451  unicodeslot=0xDC00,
127452 },
127453 [0xDFFF]={
127454  category="cs",
127455  description="",
127456  direction="l",
127457  linebreak="sg",
127458  unicodeslot=0xDFFF,
127459 },
127460 [0xE000]={
127461  category="co",
127462  cjkwd="a",
127463  description="",
127464  direction="l",
127465  unicodeslot=0xE000,
127466 },
127467 [0xF8FF]={
127468  adobename="apple",
127469  category="co",
127470  cjkwd="a",
127471  description="",
127472  direction="l",
127473  unicodeslot=0xF8FF,
127474 },
127475 [0xF900]={
127476  category="lo",
127477  cjkwd="w",
127478  description="CJK COMPATIBILITY IDEOGRAPH-F0x0384",
127479  direction="l",
127480  linebreak="id",
127481  specials={ "char", 0x8C48 },
127482  unicodeslot=0xF900,
127483 },
127484 [0xF901]={
127485  category="lo",
127486  cjkwd="w",
127487  description="CJK COMPATIBILITY IDEOGRAPH-F0x0385",
127488  direction="l",
127489  linebreak="id",
127490  specials={ "char", 0x66F4 },
127491  unicodeslot=0xF901,
127492 },
127493 [0xF902]={
127494  category="lo",
127495  cjkwd="w",
127496  description="CJK COMPATIBILITY IDEOGRAPH-F0x0386",
127497  direction="l",
127498  linebreak="id",
127499  specials={ "char", 0x8ECA },
127500  unicodeslot=0xF902,
127501 },
127502 [0xF903]={
127503  category="lo",
127504  cjkwd="w",
127505  description="CJK COMPATIBILITY IDEOGRAPH-F0x0387",
127506  direction="l",
127507  linebreak="id",
127508  specials={ "char", 0x8CC8 },
127509  unicodeslot=0xF903,
127510 },
127511 [0xF904]={
127512  category="lo",
127513  cjkwd="w",
127514  description="CJK COMPATIBILITY IDEOGRAPH-F0x0388",
127515  direction="l",
127516  linebreak="id",
127517  specials={ "char", 0x6ED1 },
127518  unicodeslot=0xF904,
127519 },
127520 [0xF905]={
127521  category="lo",
127522  cjkwd="w",
127523  description="CJK COMPATIBILITY IDEOGRAPH-F0x0389",
127524  direction="l",
127525  linebreak="id",
127526  specials={ "char", 0x4E32 },
127527  unicodeslot=0xF905,
127528 },
127529 [0xF906]={
127530  category="lo",
127531  cjkwd="w",
127532  description="CJK COMPATIBILITY IDEOGRAPH-F0x038A",
127533  direction="l",
127534  linebreak="id",
127535  specials={ "char", 0x53E5 },
127536  unicodeslot=0xF906,
127537 },
127538 [0xF907]={
127539  category="lo",
127540  cjkwd="w",
127541  description="CJK COMPATIBILITY IDEOGRAPH-F0x038B",
127542  direction="l",
127543  linebreak="id",
127544  specials={ "char", 0x9F9C },
127545  unicodeslot=0xF907,
127546 },
127547 [0xF908]={
127548  category="lo",
127549  cjkwd="w",
127550  description="CJK COMPATIBILITY IDEOGRAPH-F0x038C",
127551  direction="l",
127552  linebreak="id",
127553  specials={ "char", 0x9F9C },
127554  unicodeslot=0xF908,
127555 },
127556 [0xF909]={
127557  category="lo",
127558  cjkwd="w",
127559  description="CJK COMPATIBILITY IDEOGRAPH-F0x038D",
127560  direction="l",
127561  linebreak="id",
127562  specials={ "char", 0x5951 },
127563  unicodeslot=0xF909,
127564 },
127565 [0xF90A]={
127566  category="lo",
127567  cjkwd="w",
127568  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AA",
127569  direction="l",
127570  linebreak="id",
127571  specials={ "char", 0x91D1 },
127572  unicodeslot=0xF90A,
127573 },
127574 [0xF90B]={
127575  category="lo",
127576  cjkwd="w",
127577  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AB",
127578  direction="l",
127579  linebreak="id",
127580  specials={ "char", 0x5587 },
127581  unicodeslot=0xF90B,
127582 },
127583 [0xF90C]={
127584  category="lo",
127585  cjkwd="w",
127586  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AC",
127587  direction="l",
127588  linebreak="id",
127589  specials={ "char", 0x5948 },
127590  unicodeslot=0xF90C,
127591 },
127592 [0xF90D]={
127593  category="lo",
127594  cjkwd="w",
127595  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AD",
127596  direction="l",
127597  linebreak="id",
127598  specials={ "char", 0x61F6 },
127599  unicodeslot=0xF90D,
127600 },
127601 [0xF90E]={
127602  category="lo",
127603  cjkwd="w",
127604  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AE",
127605  direction="l",
127606  linebreak="id",
127607  specials={ "char", 0x7669 },
127608  unicodeslot=0xF90E,
127609 },
127610 [0xF90F]={
127611  category="lo",
127612  cjkwd="w",
127613  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AF",
127614  direction="l",
127615  linebreak="id",
127616  specials={ "char", 0x7F85 },
127617  unicodeslot=0xF90F,
127618 },
127619 [0xF910]={
127620  category="lo",
127621  cjkwd="w",
127622  description="CJK COMPATIBILITY IDEOGRAPH-F0x038E",
127623  direction="l",
127624  linebreak="id",
127625  specials={ "char", 0x863F },
127626  unicodeslot=0xF910,
127627 },
127628 [0xF911]={
127629  category="lo",
127630  cjkwd="w",
127631  description="CJK COMPATIBILITY IDEOGRAPH-F0x038F",
127632  direction="l",
127633  linebreak="id",
127634  specials={ "char", 0x87BA },
127635  unicodeslot=0xF911,
127636 },
127637 [0xF912]={
127638  category="lo",
127639  cjkwd="w",
127640  description="CJK COMPATIBILITY IDEOGRAPH-F0x0390",
127641  direction="l",
127642  linebreak="id",
127643  specials={ "char", 0x88F8 },
127644  unicodeslot=0xF912,
127645 },
127646 [0xF913]={
127647  category="lo",
127648  cjkwd="w",
127649  description="CJK COMPATIBILITY IDEOGRAPH-F0x0391",
127650  direction="l",
127651  linebreak="id",
127652  specials={ "char", 0x908F },
127653  unicodeslot=0xF913,
127654 },
127655 [0xF914]={
127656  category="lo",
127657  cjkwd="w",
127658  description="CJK COMPATIBILITY IDEOGRAPH-F0x0392",
127659  direction="l",
127660  linebreak="id",
127661  specials={ "char", 0x6A02 },
127662  unicodeslot=0xF914,
127663 },
127664 [0xF915]={
127665  category="lo",
127666  cjkwd="w",
127667  description="CJK COMPATIBILITY IDEOGRAPH-F0x0393",
127668  direction="l",
127669  linebreak="id",
127670  specials={ "char", 0x6D1B },
127671  unicodeslot=0xF915,
127672 },
127673 [0xF916]={
127674  category="lo",
127675  cjkwd="w",
127676  description="CJK COMPATIBILITY IDEOGRAPH-F0x0394",
127677  direction="l",
127678  linebreak="id",
127679  specials={ "char", 0x70D9 },
127680  unicodeslot=0xF916,
127681 },
127682 [0xF917]={
127683  category="lo",
127684  cjkwd="w",
127685  description="CJK COMPATIBILITY IDEOGRAPH-F0x0395",
127686  direction="l",
127687  linebreak="id",
127688  specials={ "char", 0x73DE },
127689  unicodeslot=0xF917,
127690 },
127691 [0xF918]={
127692  category="lo",
127693  cjkwd="w",
127694  description="CJK COMPATIBILITY IDEOGRAPH-F0x0396",
127695  direction="l",
127696  linebreak="id",
127697  specials={ "char", 0x843D },
127698  unicodeslot=0xF918,
127699 },
127700 [0xF919]={
127701  category="lo",
127702  cjkwd="w",
127703  description="CJK COMPATIBILITY IDEOGRAPH-F0x0397",
127704  direction="l",
127705  linebreak="id",
127706  specials={ "char", 0x916A },
127707  unicodeslot=0xF919,
127708 },
127709 [0xF91A]={
127710  category="lo",
127711  cjkwd="w",
127712  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BA",
127713  direction="l",
127714  linebreak="id",
127715  specials={ "char", 0x99F1 },
127716  unicodeslot=0xF91A,
127717 },
127718 [0xF91B]={
127719  category="lo",
127720  cjkwd="w",
127721  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BB",
127722  direction="l",
127723  linebreak="id",
127724  specials={ "char", 0x4E82 },
127725  unicodeslot=0xF91B,
127726 },
127727 [0xF91C]={
127728  category="lo",
127729  cjkwd="w",
127730  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BC",
127731  direction="l",
127732  linebreak="id",
127733  specials={ "char", 0x5375 },
127734  unicodeslot=0xF91C,
127735 },
127736 [0xF91D]={
127737  category="lo",
127738  cjkwd="w",
127739  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BD",
127740  direction="l",
127741  linebreak="id",
127742  specials={ "char", 0x6B04 },
127743  unicodeslot=0xF91D,
127744 },
127745 [0xF91E]={
127746  category="lo",
127747  cjkwd="w",
127748  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BE",
127749  direction="l",
127750  linebreak="id",
127751  specials={ "char", 0x721B },
127752  unicodeslot=0xF91E,
127753 },
127754 [0xF91F]={
127755  category="lo",
127756  cjkwd="w",
127757  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BF",
127758  direction="l",
127759  linebreak="id",
127760  specials={ "char", 0x862D },
127761  unicodeslot=0xF91F,
127762 },
127763 [0xF920]={
127764  category="lo",
127765  cjkwd="w",
127766  description="CJK COMPATIBILITY IDEOGRAPH-F0x0398",
127767  direction="l",
127768  linebreak="id",
127769  specials={ "char", 0x9E1E },
127770  unicodeslot=0xF920,
127771 },
127772 [0xF921]={
127773  category="lo",
127774  cjkwd="w",
127775  description="CJK COMPATIBILITY IDEOGRAPH-F0x0399",
127776  direction="l",
127777  linebreak="id",
127778  specials={ "char", 0x5D50 },
127779  unicodeslot=0xF921,
127780 },
127781 [0xF922]={
127782  category="lo",
127783  cjkwd="w",
127784  description="CJK COMPATIBILITY IDEOGRAPH-F0x039A",
127785  direction="l",
127786  linebreak="id",
127787  specials={ "char", 0x6FEB },
127788  unicodeslot=0xF922,
127789 },
127790 [0xF923]={
127791  category="lo",
127792  cjkwd="w",
127793  description="CJK COMPATIBILITY IDEOGRAPH-F0x039B",
127794  direction="l",
127795  linebreak="id",
127796  specials={ "char", 0x85CD },
127797  unicodeslot=0xF923,
127798 },
127799 [0xF924]={
127800  category="lo",
127801  cjkwd="w",
127802  description="CJK COMPATIBILITY IDEOGRAPH-F0x039C",
127803  direction="l",
127804  linebreak="id",
127805  specials={ "char", 0x8964 },
127806  unicodeslot=0xF924,
127807 },
127808 [0xF925]={
127809  category="lo",
127810  cjkwd="w",
127811  description="CJK COMPATIBILITY IDEOGRAPH-F0x039D",
127812  direction="l",
127813  linebreak="id",
127814  specials={ "char", 0x62C9 },
127815  unicodeslot=0xF925,
127816 },
127817 [0xF926]={
127818  category="lo",
127819  cjkwd="w",
127820  description="CJK COMPATIBILITY IDEOGRAPH-F0x039E",
127821  direction="l",
127822  linebreak="id",
127823  specials={ "char", 0x81D8 },
127824  unicodeslot=0xF926,
127825 },
127826 [0xF927]={
127827  category="lo",
127828  cjkwd="w",
127829  description="CJK COMPATIBILITY IDEOGRAPH-F0x039F",
127830  direction="l",
127831  linebreak="id",
127832  specials={ "char", 0x881F },
127833  unicodeslot=0xF927,
127834 },
127835 [0xF928]={
127836  category="lo",
127837  cjkwd="w",
127838  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A0",
127839  direction="l",
127840  linebreak="id",
127841  specials={ "char", 0x5ECA },
127842  unicodeslot=0xF928,
127843 },
127844 [0xF929]={
127845  category="lo",
127846  cjkwd="w",
127847  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A1",
127848  direction="l",
127849  linebreak="id",
127850  specials={ "char", 0x6717 },
127851  unicodeslot=0xF929,
127852 },
127853 [0xF92A]={
127854  category="lo",
127855  cjkwd="w",
127856  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CA",
127857  direction="l",
127858  linebreak="id",
127859  specials={ "char", 0x6D6A },
127860  unicodeslot=0xF92A,
127861 },
127862 [0xF92B]={
127863  category="lo",
127864  cjkwd="w",
127865  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CB",
127866  direction="l",
127867  linebreak="id",
127868  specials={ "char", 0x72FC },
127869  unicodeslot=0xF92B,
127870 },
127871 [0xF92C]={
127872  category="lo",
127873  cjkwd="w",
127874  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CC",
127875  direction="l",
127876  linebreak="id",
127877  specials={ "char", 0x90CE },
127878  unicodeslot=0xF92C,
127879 },
127880 [0xF92D]={
127881  category="lo",
127882  cjkwd="w",
127883  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CD",
127884  direction="l",
127885  linebreak="id",
127886  specials={ "char", 0x4F86 },
127887  unicodeslot=0xF92D,
127888 },
127889 [0xF92E]={
127890  category="lo",
127891  cjkwd="w",
127892  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CE",
127893  direction="l",
127894  linebreak="id",
127895  specials={ "char", 0x51B7 },
127896  unicodeslot=0xF92E,
127897 },
127898 [0xF92F]={
127899  category="lo",
127900  cjkwd="w",
127901  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CF",
127902  direction="l",
127903  linebreak="id",
127904  specials={ "char", 0x52DE },
127905  unicodeslot=0xF92F,
127906 },
127907 [0xF930]={
127908  category="lo",
127909  cjkwd="w",
127910  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A2",
127911  direction="l",
127912  linebreak="id",
127913  specials={ "char", 0x64C4 },
127914  unicodeslot=0xF930,
127915 },
127916 [0xF931]={
127917  category="lo",
127918  cjkwd="w",
127919  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A3",
127920  direction="l",
127921  linebreak="id",
127922  specials={ "char", 0x6AD3 },
127923  unicodeslot=0xF931,
127924 },
127925 [0xF932]={
127926  category="lo",
127927  cjkwd="w",
127928  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A4",
127929  direction="l",
127930  linebreak="id",
127931  specials={ "char", 0x7210 },
127932  unicodeslot=0xF932,
127933 },
127934 [0xF933]={
127935  category="lo",
127936  cjkwd="w",
127937  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A5",
127938  direction="l",
127939  linebreak="id",
127940  specials={ "char", 0x76E7 },
127941  unicodeslot=0xF933,
127942 },
127943 [0xF934]={
127944  category="lo",
127945  cjkwd="w",
127946  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A6",
127947  direction="l",
127948  linebreak="id",
127949  specials={ "char", 0x8001 },
127950  unicodeslot=0xF934,
127951 },
127952 [0xF935]={
127953  category="lo",
127954  cjkwd="w",
127955  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A7",
127956  direction="l",
127957  linebreak="id",
127958  specials={ "char", 0x8606 },
127959  unicodeslot=0xF935,
127960 },
127961 [0xF936]={
127962  category="lo",
127963  cjkwd="w",
127964  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A8",
127965  direction="l",
127966  linebreak="id",
127967  specials={ "char", 0x865C },
127968  unicodeslot=0xF936,
127969 },
127970 [0xF937]={
127971  category="lo",
127972  cjkwd="w",
127973  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A9",
127974  direction="l",
127975  linebreak="id",
127976  specials={ "char", 0x8DEF },
127977  unicodeslot=0xF937,
127978 },
127979 [0xF938]={
127980  category="lo",
127981  cjkwd="w",
127982  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AA",
127983  direction="l",
127984  linebreak="id",
127985  specials={ "char", 0x9732 },
127986  unicodeslot=0xF938,
127987 },
127988 [0xF939]={
127989  category="lo",
127990  cjkwd="w",
127991  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AB",
127992  direction="l",
127993  linebreak="id",
127994  specials={ "char", 0x9B6F },
127995  unicodeslot=0xF939,
127996 },
127997 [0xF93A]={
127998  category="lo",
127999  cjkwd="w",
128000  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DA",
128001  direction="l",
128002  linebreak="id",
128003  specials={ "char", 0x9DFA },
128004  unicodeslot=0xF93A,
128005 },
128006 [0xF93B]={
128007  category="lo",
128008  cjkwd="w",
128009  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DB",
128010  direction="l",
128011  linebreak="id",
128012  specials={ "char", 0x788C },
128013  unicodeslot=0xF93B,
128014 },
128015 [0xF93C]={
128016  category="lo",
128017  cjkwd="w",
128018  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DC",
128019  direction="l",
128020  linebreak="id",
128021  specials={ "char", 0x797F },
128022  unicodeslot=0xF93C,
128023 },
128024 [0xF93D]={
128025  category="lo",
128026  cjkwd="w",
128027  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DD",
128028  direction="l",
128029  linebreak="id",
128030  specials={ "char", 0x7DA0 },
128031  unicodeslot=0xF93D,
128032 },
128033 [0xF93E]={
128034  category="lo",
128035  cjkwd="w",
128036  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DE",
128037  direction="l",
128038  linebreak="id",
128039  specials={ "char", 0x83C9 },
128040  unicodeslot=0xF93E,
128041 },
128042 [0xF93F]={
128043  category="lo",
128044  cjkwd="w",
128045  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DF",
128046  direction="l",
128047  linebreak="id",
128048  specials={ "char", 0x9304 },
128049  unicodeslot=0xF93F,
128050 },
128051 [0xF940]={
128052  category="lo",
128053  cjkwd="w",
128054  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AC",
128055  direction="l",
128056  linebreak="id",
128057  specials={ "char", 0x9E7F },
128058  unicodeslot=0xF940,
128059 },
128060 [0xF941]={
128061  category="lo",
128062  cjkwd="w",
128063  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AD",
128064  direction="l",
128065  linebreak="id",
128066  specials={ "char", 0x8AD6 },
128067  unicodeslot=0xF941,
128068 },
128069 [0xF942]={
128070  category="lo",
128071  cjkwd="w",
128072  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AE",
128073  direction="l",
128074  linebreak="id",
128075  specials={ "char", 0x58DF },
128076  unicodeslot=0xF942,
128077 },
128078 [0xF943]={
128079  category="lo",
128080  cjkwd="w",
128081  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AF",
128082  direction="l",
128083  linebreak="id",
128084  specials={ "char", 0x5F04 },
128085  unicodeslot=0xF943,
128086 },
128087 [0xF944]={
128088  category="lo",
128089  cjkwd="w",
128090  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B0",
128091  direction="l",
128092  linebreak="id",
128093  specials={ "char", 0x7C60 },
128094  unicodeslot=0xF944,
128095 },
128096 [0xF945]={
128097  category="lo",
128098  cjkwd="w",
128099  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B1",
128100  direction="l",
128101  linebreak="id",
128102  specials={ "char", 0x807E },
128103  unicodeslot=0xF945,
128104 },
128105 [0xF946]={
128106  category="lo",
128107  cjkwd="w",
128108  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B2",
128109  direction="l",
128110  linebreak="id",
128111  specials={ "char", 0x7262 },
128112  unicodeslot=0xF946,
128113 },
128114 [0xF947]={
128115  category="lo",
128116  cjkwd="w",
128117  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B3",
128118  direction="l",
128119  linebreak="id",
128120  specials={ "char", 0x78CA },
128121  unicodeslot=0xF947,
128122 },
128123 [0xF948]={
128124  category="lo",
128125  cjkwd="w",
128126  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B4",
128127  direction="l",
128128  linebreak="id",
128129  specials={ "char", 0x8CC2 },
128130  unicodeslot=0xF948,
128131 },
128132 [0xF949]={
128133  category="lo",
128134  cjkwd="w",
128135  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B5",
128136  direction="l",
128137  linebreak="id",
128138  specials={ "char", 0x96F7 },
128139  unicodeslot=0xF949,
128140 },
128141 [0xF94A]={
128142  category="lo",
128143  cjkwd="w",
128144  description="CJK COMPATIBILITY IDEOGRAPH-F0x005EA",
128145  direction="l",
128146  linebreak="id",
128147  specials={ "char", 0x58D8 },
128148  unicodeslot=0xF94A,
128149 },
128150 [0xF94B]={
128151  category="lo",
128152  cjkwd="w",
128153  description="CJK COMPATIBILITY IDEOGRAPH-F0x005EB",
128154  direction="l",
128155  linebreak="id",
128156  specials={ "char", 0x5C62 },
128157  unicodeslot=0xF94B,
128158 },
128159 [0xF94C]={
128160  category="lo",
128161  cjkwd="w",
128162  description="CJK COMPATIBILITY IDEOGRAPH-F0x005EC",
128163  direction="l",
128164  linebreak="id",
128165  specials={ "char", 0x6A13 },
128166  unicodeslot=0xF94C,
128167 },
128168 [0xF94D]={
128169  category="lo",
128170  cjkwd="w",
128171  description="CJK COMPATIBILITY IDEOGRAPH-F0x005ED",
128172  direction="l",
128173  linebreak="id",
128174  specials={ "char", 0x6DDA },
128175  unicodeslot=0xF94D,
128176 },
128177 [0xF94E]={
128178  category="lo",
128179  cjkwd="w",
128180  description="CJK COMPATIBILITY IDEOGRAPH-F0x005EE",
128181  direction="l",
128182  linebreak="id",
128183  specials={ "char", 0x6F0F },
128184  unicodeslot=0xF94E,
128185 },
128186 [0xF94F]={
128187  category="lo",
128188  cjkwd="w",
128189  description="CJK COMPATIBILITY IDEOGRAPH-F0x005EF",
128190  direction="l",
128191  linebreak="id",
128192  specials={ "char", 0x7D2F },
128193  unicodeslot=0xF94F,
128194 },
128195 [0xF950]={
128196  category="lo",
128197  cjkwd="w",
128198  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B6",
128199  direction="l",
128200  linebreak="id",
128201  specials={ "char", 0x7E37 },
128202  unicodeslot=0xF950,
128203 },
128204 [0xF951]={
128205  category="lo",
128206  cjkwd="w",
128207  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B7",
128208  direction="l",
128209  linebreak="id",
128210  specials={ "char", 0x964B },
128211  unicodeslot=0xF951,
128212 },
128213 [0xF952]={
128214  category="lo",
128215  cjkwd="w",
128216  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B8",
128217  direction="l",
128218  linebreak="id",
128219  specials={ "char", 0x52D2 },
128220  unicodeslot=0xF952,
128221 },
128222 [0xF953]={
128223  category="lo",
128224  cjkwd="w",
128225  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B9",
128226  direction="l",
128227  linebreak="id",
128228  specials={ "char", 0x808B },
128229  unicodeslot=0xF953,
128230 },
128231 [0xF954]={
128232  category="lo",
128233  cjkwd="w",
128234  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BA",
128235  direction="l",
128236  linebreak="id",
128237  specials={ "char", 0x51DC },
128238  unicodeslot=0xF954,
128239 },
128240 [0xF955]={
128241  category="lo",
128242  cjkwd="w",
128243  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BB",
128244  direction="l",
128245  linebreak="id",
128246  specials={ "char", 0x51CC },
128247  unicodeslot=0xF955,
128248 },
128249 [0xF956]={
128250  category="lo",
128251  cjkwd="w",
128252  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BC",
128253  direction="l",
128254  linebreak="id",
128255  specials={ "char", 0x7A1C },
128256  unicodeslot=0xF956,
128257 },
128258 [0xF957]={
128259  category="lo",
128260  cjkwd="w",
128261  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BD",
128262  direction="l",
128263  linebreak="id",
128264  specials={ "char", 0x7DBE },
128265  unicodeslot=0xF957,
128266 },
128267 [0xF958]={
128268  category="lo",
128269  cjkwd="w",
128270  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BE",
128271  direction="l",
128272  linebreak="id",
128273  specials={ "char", 0x83F1 },
128274  unicodeslot=0xF958,
128275 },
128276 [0xF959]={
128277  category="lo",
128278  cjkwd="w",
128279  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BF",
128280  direction="l",
128281  linebreak="id",
128282  specials={ "char", 0x9675 },
128283  unicodeslot=0xF959,
128284 },
128285 [0xF95A]={
128286  category="lo",
128287  cjkwd="w",
128288  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FA",
128289  direction="l",
128290  linebreak="id",
128291  specials={ "char", 0x8B80 },
128292  unicodeslot=0xF95A,
128293 },
128294 [0xF95B]={
128295  category="lo",
128296  cjkwd="w",
128297  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FB",
128298  direction="l",
128299  linebreak="id",
128300  specials={ "char", 0x62CF },
128301  unicodeslot=0xF95B,
128302 },
128303 [0xF95C]={
128304  category="lo",
128305  cjkwd="w",
128306  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FC",
128307  direction="l",
128308  linebreak="id",
128309  specials={ "char", 0x6A02 },
128310  unicodeslot=0xF95C,
128311 },
128312 [0xF95D]={
128313  category="lo",
128314  cjkwd="w",
128315  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FD",
128316  direction="l",
128317  linebreak="id",
128318  specials={ "char", 0x8AFE },
128319  unicodeslot=0xF95D,
128320 },
128321 [0xF95E]={
128322  category="lo",
128323  cjkwd="w",
128324  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FE",
128325  direction="l",
128326  linebreak="id",
128327  specials={ "char", 0x4E39 },
128328  unicodeslot=0xF95E,
128329 },
128330 [0xF95F]={
128331  category="lo",
128332  cjkwd="w",
128333  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FF",
128334  direction="l",
128335  linebreak="id",
128336  specials={ "char", 0x5BE7 },
128337  unicodeslot=0xF95F,
128338 },
128339 [0xF960]={
128340  category="lo",
128341  cjkwd="w",
128342  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C0",
128343  direction="l",
128344  linebreak="id",
128345  specials={ "char", 0x6012 },
128346  unicodeslot=0xF960,
128347 },
128348 [0xF961]={
128349  category="lo",
128350  cjkwd="w",
128351  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C1",
128352  direction="l",
128353  linebreak="id",
128354  specials={ "char", 0x7387 },
128355  unicodeslot=0xF961,
128356 },
128357 [0xF962]={
128358  category="lo",
128359  cjkwd="w",
128360  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C2",
128361  direction="l",
128362  linebreak="id",
128363  specials={ "char", 0x7570 },
128364  unicodeslot=0xF962,
128365 },
128366 [0xF963]={
128367  category="lo",
128368  cjkwd="w",
128369  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C3",
128370  direction="l",
128371  linebreak="id",
128372  specials={ "char", 0x5317 },
128373  unicodeslot=0xF963,
128374 },
128375 [0xF964]={
128376  category="lo",
128377  cjkwd="w",
128378  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C4",
128379  direction="l",
128380  linebreak="id",
128381  specials={ "char", 0x78FB },
128382  unicodeslot=0xF964,
128383 },
128384 [0xF965]={
128385  category="lo",
128386  cjkwd="w",
128387  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C5",
128388  direction="l",
128389  linebreak="id",
128390  specials={ "char", 0x4FBF },
128391  unicodeslot=0xF965,
128392 },
128393 [0xF966]={
128394  category="lo",
128395  cjkwd="w",
128396  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C6",
128397  direction="l",
128398  linebreak="id",
128399  specials={ "char", 0x5FA9 },
128400  unicodeslot=0xF966,
128401 },
128402 [0xF967]={
128403  category="lo",
128404  cjkwd="w",
128405  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C7",
128406  direction="l",
128407  linebreak="id",
128408  specials={ "char", 0x4E0D },
128409  unicodeslot=0xF967,
128410 },
128411 [0xF968]={
128412  category="lo",
128413  cjkwd="w",
128414  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C8",
128415  direction="l",
128416  linebreak="id",
128417  specials={ "char", 0x6CCC },
128418  unicodeslot=0xF968,
128419 },
128420 [0xF969]={
128421  category="lo",
128422  cjkwd="w",
128423  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C9",
128424  direction="l",
128425  linebreak="id",
128426  specials={ "char", 0x6578 },
128427  unicodeslot=0xF969,
128428 },
128429 [0xF96A]={
128430  category="lo",
128431  cjkwd="w",
128432  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060A",
128433  direction="l",
128434  linebreak="id",
128435  specials={ "char", 0x7D22 },
128436  unicodeslot=0xF96A,
128437 },
128438 [0xF96B]={
128439  category="lo",
128440  cjkwd="w",
128441  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060B",
128442  direction="l",
128443  linebreak="id",
128444  specials={ "char", 0x53C3 },
128445  unicodeslot=0xF96B,
128446 },
128447 [0xF96C]={
128448  category="lo",
128449  cjkwd="w",
128450  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060C",
128451  direction="l",
128452  linebreak="id",
128453  specials={ "char", 0x585E },
128454  unicodeslot=0xF96C,
128455 },
128456 [0xF96D]={
128457  category="lo",
128458  cjkwd="w",
128459  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060D",
128460  direction="l",
128461  linebreak="id",
128462  specials={ "char", 0x7701 },
128463  unicodeslot=0xF96D,
128464 },
128465 [0xF96E]={
128466  category="lo",
128467  cjkwd="w",
128468  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060E",
128469  direction="l",
128470  linebreak="id",
128471  specials={ "char", 0x8449 },
128472  unicodeslot=0xF96E,
128473 },
128474 [0xF96F]={
128475  category="lo",
128476  cjkwd="w",
128477  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060F",
128478  direction="l",
128479  linebreak="id",
128480  specials={ "char", 0x8AAA },
128481  unicodeslot=0xF96F,
128482 },
128483 [0xF970]={
128484  category="lo",
128485  cjkwd="w",
128486  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CA",
128487  direction="l",
128488  linebreak="id",
128489  specials={ "char", 0x6BBA },
128490  unicodeslot=0xF970,
128491 },
128492 [0xF971]={
128493  category="lo",
128494  cjkwd="w",
128495  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CB",
128496  direction="l",
128497  linebreak="id",
128498  specials={ "char", 0x8FB0 },
128499  unicodeslot=0xF971,
128500 },
128501 [0xF972]={
128502  category="lo",
128503  cjkwd="w",
128504  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CC",
128505  direction="l",
128506  linebreak="id",
128507  specials={ "char", 0x6C88 },
128508  unicodeslot=0xF972,
128509 },
128510 [0xF973]={
128511  category="lo",
128512  cjkwd="w",
128513  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CD",
128514  direction="l",
128515  linebreak="id",
128516  specials={ "char", 0x62FE },
128517  unicodeslot=0xF973,
128518 },
128519 [0xF974]={
128520  category="lo",
128521  cjkwd="w",
128522  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CE",
128523  direction="l",
128524  linebreak="id",
128525  specials={ "char", 0x82E5 },
128526  unicodeslot=0xF974,
128527 },
128528 [0xF975]={
128529  category="lo",
128530  cjkwd="w",
128531  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CF",
128532  direction="l",
128533  linebreak="id",
128534  specials={ "char", 0x63A0 },
128535  unicodeslot=0xF975,
128536 },
128537 [0xF976]={
128538  category="lo",
128539  cjkwd="w",
128540  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D0",
128541  direction="l",
128542  linebreak="id",
128543  specials={ "char", 0x7565 },
128544  unicodeslot=0xF976,
128545 },
128546 [0xF977]={
128547  category="lo",
128548  cjkwd="w",
128549  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D1",
128550  direction="l",
128551  linebreak="id",
128552  specials={ "char", 0x4EAE },
128553  unicodeslot=0xF977,
128554 },
128555 [0xF978]={
128556  category="lo",
128557  cjkwd="w",
128558  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D2",
128559  direction="l",
128560  linebreak="id",
128561  specials={ "char", 0x5169 },
128562  unicodeslot=0xF978,
128563 },
128564 [0xF979]={
128565  category="lo",
128566  cjkwd="w",
128567  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D3",
128568  direction="l",
128569  linebreak="id",
128570  specials={ "char", 0x51C9 },
128571  unicodeslot=0xF979,
128572 },
128573 [0xF97A]={
128574  category="lo",
128575  cjkwd="w",
128576  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061A",
128577  direction="l",
128578  linebreak="id",
128579  specials={ "char", 0x6881 },
128580  unicodeslot=0xF97A,
128581 },
128582 [0xF97B]={
128583  category="lo",
128584  cjkwd="w",
128585  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061B",
128586  direction="l",
128587  linebreak="id",
128588  specials={ "char", 0x7CE7 },
128589  unicodeslot=0xF97B,
128590 },
128591 [0xF97C]={
128592  category="lo",
128593  cjkwd="w",
128594  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061C",
128595  direction="l",
128596  linebreak="id",
128597  specials={ "char", 0x826F },
128598  unicodeslot=0xF97C,
128599 },
128600 [0xF97D]={
128601  category="lo",
128602  cjkwd="w",
128603  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061D",
128604  direction="l",
128605  linebreak="id",
128606  specials={ "char", 0x8AD2 },
128607  unicodeslot=0xF97D,
128608 },
128609 [0xF97E]={
128610  category="lo",
128611  cjkwd="w",
128612  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061E",
128613  direction="l",
128614  linebreak="id",
128615  specials={ "char", 0x91CF },
128616  unicodeslot=0xF97E,
128617 },
128618 [0xF97F]={
128619  category="lo",
128620  cjkwd="w",
128621  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061F",
128622  direction="l",
128623  linebreak="id",
128624  specials={ "char", 0x52F5 },
128625  unicodeslot=0xF97F,
128626 },
128627 [0xF980]={
128628  category="lo",
128629  cjkwd="w",
128630  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D4",
128631  direction="l",
128632  linebreak="id",
128633  specials={ "char", 0x5442 },
128634  unicodeslot=0xF980,
128635 },
128636 [0xF981]={
128637  category="lo",
128638  cjkwd="w",
128639  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D5",
128640  direction="l",
128641  linebreak="id",
128642  specials={ "char", 0x5973 },
128643  unicodeslot=0xF981,
128644 },
128645 [0xF982]={
128646  category="lo",
128647  cjkwd="w",
128648  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D6",
128649  direction="l",
128650  linebreak="id",
128651  specials={ "char", 0x5EEC },
128652  unicodeslot=0xF982,
128653 },
128654 [0xF983]={
128655  category="lo",
128656  cjkwd="w",
128657  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D7",
128658  direction="l",
128659  linebreak="id",
128660  specials={ "char", 0x65C5 },
128661  unicodeslot=0xF983,
128662 },
128663 [0xF984]={
128664  category="lo",
128665  cjkwd="w",
128666  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D8",
128667  direction="l",
128668  linebreak="id",
128669  specials={ "char", 0x6FFE },
128670  unicodeslot=0xF984,
128671 },
128672 [0xF985]={
128673  category="lo",
128674  cjkwd="w",
128675  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D9",
128676  direction="l",
128677  linebreak="id",
128678  specials={ "char", 0x792A },
128679  unicodeslot=0xF985,
128680 },
128681 [0xF986]={
128682  category="lo",
128683  cjkwd="w",
128684  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DA",
128685  direction="l",
128686  linebreak="id",
128687  specials={ "char", 0x95AD },
128688  unicodeslot=0xF986,
128689 },
128690 [0xF987]={
128691  category="lo",
128692  cjkwd="w",
128693  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DB",
128694  direction="l",
128695  linebreak="id",
128696  specials={ "char", 0x9A6A },
128697  unicodeslot=0xF987,
128698 },
128699 [0xF988]={
128700  category="lo",
128701  cjkwd="w",
128702  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DC",
128703  direction="l",
128704  linebreak="id",
128705  specials={ "char", 0x9E97 },
128706  unicodeslot=0xF988,
128707 },
128708 [0xF989]={
128709  category="lo",
128710  cjkwd="w",
128711  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DD",
128712  direction="l",
128713  linebreak="id",
128714  specials={ "char", 0x9ECE },
128715  unicodeslot=0xF989,
128716 },
128717 [0xF98A]={
128718  category="lo",
128719  cjkwd="w",
128720  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062A",
128721  direction="l",
128722  linebreak="id",
128723  specials={ "char", 0x529B },
128724  unicodeslot=0xF98A,
128725 },
128726 [0xF98B]={
128727  category="lo",
128728  cjkwd="w",
128729  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062B",
128730  direction="l",
128731  linebreak="id",
128732  specials={ "char", 0x66C6 },
128733  unicodeslot=0xF98B,
128734 },
128735 [0xF98C]={
128736  category="lo",
128737  cjkwd="w",
128738  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062C",
128739  direction="l",
128740  linebreak="id",
128741  specials={ "char", 0x6B77 },
128742  unicodeslot=0xF98C,
128743 },
128744 [0xF98D]={
128745  category="lo",
128746  cjkwd="w",
128747  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062D",
128748  direction="l",
128749  linebreak="id",
128750  specials={ "char", 0x8F62 },
128751  unicodeslot=0xF98D,
128752 },
128753 [0xF98E]={
128754  category="lo",
128755  cjkwd="w",
128756  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062E",
128757  direction="l",
128758  linebreak="id",
128759  specials={ "char", 0x5E74 },
128760  unicodeslot=0xF98E,
128761 },
128762 [0xF98F]={
128763  category="lo",
128764  cjkwd="w",
128765  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062F",
128766  direction="l",
128767  linebreak="id",
128768  specials={ "char", 0x6190 },
128769  unicodeslot=0xF98F,
128770 },
128771 [0xF990]={
128772  category="lo",
128773  cjkwd="w",
128774  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DE",
128775  direction="l",
128776  linebreak="id",
128777  specials={ "char", 0x6200 },
128778  unicodeslot=0xF990,
128779 },
128780 [0xF991]={
128781  category="lo",
128782  cjkwd="w",
128783  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DF",
128784  direction="l",
128785  linebreak="id",
128786  specials={ "char", 0x649A },
128787  unicodeslot=0xF991,
128788 },
128789 [0xF992]={
128790  category="lo",
128791  cjkwd="w",
128792  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E0",
128793  direction="l",
128794  linebreak="id",
128795  specials={ "char", 0x6F23 },
128796  unicodeslot=0xF992,
128797 },
128798 [0xF993]={
128799  category="lo",
128800  cjkwd="w",
128801  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E1",
128802  direction="l",
128803  linebreak="id",
128804  specials={ "char", 0x7149 },
128805  unicodeslot=0xF993,
128806 },
128807 [0xF994]={
128808  category="lo",
128809  cjkwd="w",
128810  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E2",
128811  direction="l",
128812  linebreak="id",
128813  specials={ "char", 0x7489 },
128814  unicodeslot=0xF994,
128815 },
128816 [0xF995]={
128817  category="lo",
128818  cjkwd="w",
128819  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E3",
128820  direction="l",
128821  linebreak="id",
128822  specials={ "char", 0x79CA },
128823  unicodeslot=0xF995,
128824 },
128825 [0xF996]={
128826  category="lo",
128827  cjkwd="w",
128828  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E4",
128829  direction="l",
128830  linebreak="id",
128831  specials={ "char", 0x7DF4 },
128832  unicodeslot=0xF996,
128833 },
128834 [0xF997]={
128835  category="lo",
128836  cjkwd="w",
128837  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E5",
128838  direction="l",
128839  linebreak="id",
128840  specials={ "char", 0x806F },
128841  unicodeslot=0xF997,
128842 },
128843 [0xF998]={
128844  category="lo",
128845  cjkwd="w",
128846  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E6",
128847  direction="l",
128848  linebreak="id",
128849  specials={ "char", 0x8F26 },
128850  unicodeslot=0xF998,
128851 },
128852 [0xF999]={
128853  category="lo",
128854  cjkwd="w",
128855  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E7",
128856  direction="l",
128857  linebreak="id",
128858  specials={ "char", 0x84EE },
128859  unicodeslot=0xF999,
128860 },
128861 [0xF99A]={
128862  category="lo",
128863  cjkwd="w",
128864  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063A",
128865  direction="l",
128866  linebreak="id",
128867  specials={ "char", 0x9023 },
128868  unicodeslot=0xF99A,
128869 },
128870 [0xF99B]={
128871  category="lo",
128872  cjkwd="w",
128873  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063B",
128874  direction="l",
128875  linebreak="id",
128876  specials={ "char", 0x934A },
128877  unicodeslot=0xF99B,
128878 },
128879 [0xF99C]={
128880  category="lo",
128881  cjkwd="w",
128882  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063C",
128883  direction="l",
128884  linebreak="id",
128885  specials={ "char", 0x5217 },
128886  unicodeslot=0xF99C,
128887 },
128888 [0xF99D]={
128889  category="lo",
128890  cjkwd="w",
128891  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063D",
128892  direction="l",
128893  linebreak="id",
128894  specials={ "char", 0x52A3 },
128895  unicodeslot=0xF99D,
128896 },
128897 [0xF99E]={
128898  category="lo",
128899  cjkwd="w",
128900  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063E",
128901  direction="l",
128902  linebreak="id",
128903  specials={ "char", 0x54BD },
128904  unicodeslot=0xF99E,
128905 },
128906 [0xF99F]={
128907  category="lo",
128908  cjkwd="w",
128909  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063F",
128910  direction="l",
128911  linebreak="id",
128912  specials={ "char", 0x70C8 },
128913  unicodeslot=0xF99F,
128914 },
128915 [0xF9A0]={
128916  category="lo",
128917  cjkwd="w",
128918  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0000",
128919  direction="l",
128920  linebreak="id",
128921  specials={ "char", 0x88C2 },
128922  unicodeslot=0xF9A0,
128923 },
128924 [0xF9A1]={
128925  category="lo",
128926  cjkwd="w",
128927  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0001",
128928  direction="l",
128929  linebreak="id",
128930  specials={ "char", 0x8AAA },
128931  unicodeslot=0xF9A1,
128932 },
128933 [0xF9A2]={
128934  category="lo",
128935  cjkwd="w",
128936  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0002",
128937  direction="l",
128938  linebreak="id",
128939  specials={ "char", 0x5EC9 },
128940  unicodeslot=0xF9A2,
128941 },
128942 [0xF9A3]={
128943  category="lo",
128944  cjkwd="w",
128945  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0003",
128946  direction="l",
128947  linebreak="id",
128948  specials={ "char", 0x5FF5 },
128949  unicodeslot=0xF9A3,
128950 },
128951 [0xF9A4]={
128952  category="lo",
128953  cjkwd="w",
128954  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0004",
128955  direction="l",
128956  linebreak="id",
128957  specials={ "char", 0x637B },
128958  unicodeslot=0xF9A4,
128959 },
128960 [0xF9A5]={
128961  category="lo",
128962  cjkwd="w",
128963  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0005",
128964  direction="l",
128965  linebreak="id",
128966  specials={ "char", 0x6BAE },
128967  unicodeslot=0xF9A5,
128968 },
128969 [0xF9A6]={
128970  category="lo",
128971  cjkwd="w",
128972  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0006",
128973  direction="l",
128974  linebreak="id",
128975  specials={ "char", 0x7C3E },
128976  unicodeslot=0xF9A6,
128977 },
128978 [0xF9A7]={
128979  category="lo",
128980  cjkwd="w",
128981  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0007",
128982  direction="l",
128983  linebreak="id",
128984  specials={ "char", 0x7375 },
128985  unicodeslot=0xF9A7,
128986 },
128987 [0xF9A8]={
128988  category="lo",
128989  cjkwd="w",
128990  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0008",
128991  direction="l",
128992  linebreak="id",
128993  specials={ "char", 0x4EE4 },
128994  unicodeslot=0xF9A8,
128995 },
128996 [0xF9A9]={
128997  category="lo",
128998  cjkwd="w",
128999  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0009",
129000  direction="l",
129001  linebreak="id",
129002  specials={ "char", 0x56F9 },
129003  unicodeslot=0xF9A9,
129004 },
129005 [0xF9AA]={
129006  category="lo",
129007  cjkwd="w",
129008  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AA",
129009  direction="l",
129010  linebreak="id",
129011  specials={ "char", 0x5BE7 },
129012  unicodeslot=0xF9AA,
129013 },
129014 [0xF9AB]={
129015  category="lo",
129016  cjkwd="w",
129017  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AB",
129018  direction="l",
129019  linebreak="id",
129020  specials={ "char", 0x5DBA },
129021  unicodeslot=0xF9AB,
129022 },
129023 [0xF9AC]={
129024  category="lo",
129025  cjkwd="w",
129026  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AC",
129027  direction="l",
129028  linebreak="id",
129029  specials={ "char", 0x601C },
129030  unicodeslot=0xF9AC,
129031 },
129032 [0xF9AD]={
129033  category="lo",
129034  cjkwd="w",
129035  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AD",
129036  direction="l",
129037  linebreak="id",
129038  specials={ "char", 0x73B2 },
129039  unicodeslot=0xF9AD,
129040 },
129041 [0xF9AE]={
129042  category="lo",
129043  cjkwd="w",
129044  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AE",
129045  direction="l",
129046  linebreak="id",
129047  specials={ "char", 0x7469 },
129048  unicodeslot=0xF9AE,
129049 },
129050 [0xF9AF]={
129051  category="lo",
129052  cjkwd="w",
129053  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AF",
129054  direction="l",
129055  linebreak="id",
129056  specials={ "char", 0x7F9A },
129057  unicodeslot=0xF9AF,
129058 },
129059 [0xF9B0]={
129060  category="lo",
129061  cjkwd="w",
129062  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0000",
129063  direction="l",
129064  linebreak="id",
129065  specials={ "char", 0x8046 },
129066  unicodeslot=0xF9B0,
129067 },
129068 [0xF9B1]={
129069  category="lo",
129070  cjkwd="w",
129071  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0001",
129072  direction="l",
129073  linebreak="id",
129074  specials={ "char", 0x9234 },
129075  unicodeslot=0xF9B1,
129076 },
129077 [0xF9B2]={
129078  category="lo",
129079  cjkwd="w",
129080  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0002",
129081  direction="l",
129082  linebreak="id",
129083  specials={ "char", 0x96F6 },
129084  unicodeslot=0xF9B2,
129085 },
129086 [0xF9B3]={
129087  category="lo",
129088  cjkwd="w",
129089  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0003",
129090  direction="l",
129091  linebreak="id",
129092  specials={ "char", 0x9748 },
129093  unicodeslot=0xF9B3,
129094 },
129095 [0xF9B4]={
129096  category="lo",
129097  cjkwd="w",
129098  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0004",
129099  direction="l",
129100  linebreak="id",
129101  specials={ "char", 0x9818 },
129102  unicodeslot=0xF9B4,
129103 },
129104 [0xF9B5]={
129105  category="lo",
129106  cjkwd="w",
129107  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0005",
129108  direction="l",
129109  linebreak="id",
129110  specials={ "char", 0x4F8B },
129111  unicodeslot=0xF9B5,
129112 },
129113 [0xF9B6]={
129114  category="lo",
129115  cjkwd="w",
129116  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0006",
129117  direction="l",
129118  linebreak="id",
129119  specials={ "char", 0x79AE },
129120  unicodeslot=0xF9B6,
129121 },
129122 [0xF9B7]={
129123  category="lo",
129124  cjkwd="w",
129125  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0007",
129126  direction="l",
129127  linebreak="id",
129128  specials={ "char", 0x91B4 },
129129  unicodeslot=0xF9B7,
129130 },
129131 [0xF9B8]={
129132  category="lo",
129133  cjkwd="w",
129134  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0008",
129135  direction="l",
129136  linebreak="id",
129137  specials={ "char", 0x96B8 },
129138  unicodeslot=0xF9B8,
129139 },
129140 [0xF9B9]={
129141  category="lo",
129142  cjkwd="w",
129143  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0009",
129144  direction="l",
129145  linebreak="id",
129146  specials={ "char", 0x60E1 },
129147  unicodeslot=0xF9B9,
129148 },
129149 [0xF9BA]={
129150  category="lo",
129151  cjkwd="w",
129152  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BA",
129153  direction="l",
129154  linebreak="id",
129155  specials={ "char", 0x4E86 },
129156  unicodeslot=0xF9BA,
129157 },
129158 [0xF9BB]={
129159  category="lo",
129160  cjkwd="w",
129161  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BB",
129162  direction="l",
129163  linebreak="id",
129164  specials={ "char", 0x50DA },
129165  unicodeslot=0xF9BB,
129166 },
129167 [0xF9BC]={
129168  category="lo",
129169  cjkwd="w",
129170  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BC",
129171  direction="l",
129172  linebreak="id",
129173  specials={ "char", 0x5BEE },
129174  unicodeslot=0xF9BC,
129175 },
129176 [0xF9BD]={
129177  category="lo",
129178  cjkwd="w",
129179  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BD",
129180  direction="l",
129181  linebreak="id",
129182  specials={ "char", 0x5C3F },
129183  unicodeslot=0xF9BD,
129184 },
129185 [0xF9BE]={
129186  category="lo",
129187  cjkwd="w",
129188  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BE",
129189  direction="l",
129190  linebreak="id",
129191  specials={ "char", 0x6599 },
129192  unicodeslot=0xF9BE,
129193 },
129194 [0xF9BF]={
129195  category="lo",
129196  cjkwd="w",
129197  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BF",
129198  direction="l",
129199  linebreak="id",
129200  specials={ "char", 0x6A02 },
129201  unicodeslot=0xF9BF,
129202 },
129203 [0xF9C0]={
129204  category="lo",
129205  cjkwd="w",
129206  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0000",
129207  direction="l",
129208  linebreak="id",
129209  specials={ "char", 0x71CE },
129210  unicodeslot=0xF9C0,
129211 },
129212 [0xF9C1]={
129213  category="lo",
129214  cjkwd="w",
129215  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0001",
129216  direction="l",
129217  linebreak="id",
129218  specials={ "char", 0x7642 },
129219  unicodeslot=0xF9C1,
129220 },
129221 [0xF9C2]={
129222  category="lo",
129223  cjkwd="w",
129224  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0002",
129225  direction="l",
129226  linebreak="id",
129227  specials={ "char", 0x84FC },
129228  unicodeslot=0xF9C2,
129229 },
129230 [0xF9C3]={
129231  category="lo",
129232  cjkwd="w",
129233  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0003",
129234  direction="l",
129235  linebreak="id",
129236  specials={ "char", 0x907C },
129237  unicodeslot=0xF9C3,
129238 },
129239 [0xF9C4]={
129240  category="lo",
129241  cjkwd="w",
129242  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0004",
129243  direction="l",
129244  linebreak="id",
129245  specials={ "char", 0x9F8D },
129246  unicodeslot=0xF9C4,
129247 },
129248 [0xF9C5]={
129249  category="lo",
129250  cjkwd="w",
129251  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0005",
129252  direction="l",
129253  linebreak="id",
129254  specials={ "char", 0x6688 },
129255  unicodeslot=0xF9C5,
129256 },
129257 [0xF9C6]={
129258  category="lo",
129259  cjkwd="w",
129260  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0006",
129261  direction="l",
129262  linebreak="id",
129263  specials={ "char", 0x962E },
129264  unicodeslot=0xF9C6,
129265 },
129266 [0xF9C7]={
129267  category="lo",
129268  cjkwd="w",
129269  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0007",
129270  direction="l",
129271  linebreak="id",
129272  specials={ "char", 0x5289 },
129273  unicodeslot=0xF9C7,
129274 },
129275 [0xF9C8]={
129276  category="lo",
129277  cjkwd="w",
129278  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0008",
129279  direction="l",
129280  linebreak="id",
129281  specials={ "char", 0x677B },
129282  unicodeslot=0xF9C8,
129283 },
129284 [0xF9C9]={
129285  category="lo",
129286  cjkwd="w",
129287  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0009",
129288  direction="l",
129289  linebreak="id",
129290  specials={ "char", 0x67F3 },
129291  unicodeslot=0xF9C9,
129292 },
129293 [0xF9CA]={
129294  category="lo",
129295  cjkwd="w",
129296  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CA",
129297  direction="l",
129298  linebreak="id",
129299  specials={ "char", 0x6D41 },
129300  unicodeslot=0xF9CA,
129301 },
129302 [0xF9CB]={
129303  category="lo",
129304  cjkwd="w",
129305  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CB",
129306  direction="l",
129307  linebreak="id",
129308  specials={ "char", 0x6E9C },
129309  unicodeslot=0xF9CB,
129310 },
129311 [0xF9CC]={
129312  category="lo",
129313  cjkwd="w",
129314  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CC",
129315  direction="l",
129316  linebreak="id",
129317  specials={ "char", 0x7409 },
129318  unicodeslot=0xF9CC,
129319 },
129320 [0xF9CD]={
129321  category="lo",
129322  cjkwd="w",
129323  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CD",
129324  direction="l",
129325  linebreak="id",
129326  specials={ "char", 0x7559 },
129327  unicodeslot=0xF9CD,
129328 },
129329 [0xF9CE]={
129330  category="lo",
129331  cjkwd="w",
129332  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CE",
129333  direction="l",
129334  linebreak="id",
129335  specials={ "char", 0x786B },
129336  unicodeslot=0xF9CE,
129337 },
129338 [0xF9CF]={
129339  category="lo",
129340  cjkwd="w",
129341  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CF",
129342  direction="l",
129343  linebreak="id",
129344  specials={ "char", 0x7D10 },
129345  unicodeslot=0xF9CF,
129346 },
129347 [0xF9D0]={
129348  category="lo",
129349  cjkwd="w",
129350  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0000",
129351  direction="l",
129352  linebreak="id",
129353  specials={ "char", 0x985E },
129354  unicodeslot=0xF9D0,
129355 },
129356 [0xF9D1]={
129357  category="lo",
129358  cjkwd="w",
129359  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0001",
129360  direction="l",
129361  linebreak="id",
129362  specials={ "char", 0x516D },
129363  unicodeslot=0xF9D1,
129364 },
129365 [0xF9D2]={
129366  category="lo",
129367  cjkwd="w",
129368  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0002",
129369  direction="l",
129370  linebreak="id",
129371  specials={ "char", 0x622E },
129372  unicodeslot=0xF9D2,
129373 },
129374 [0xF9D3]={
129375  category="lo",
129376  cjkwd="w",
129377  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0003",
129378  direction="l",
129379  linebreak="id",
129380  specials={ "char", 0x9678 },
129381  unicodeslot=0xF9D3,
129382 },
129383 [0xF9D4]={
129384  category="lo",
129385  cjkwd="w",
129386  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0004",
129387  direction="l",
129388  linebreak="id",
129389  specials={ "char", 0x502B },
129390  unicodeslot=0xF9D4,
129391 },
129392 [0xF9D5]={
129393  category="lo",
129394  cjkwd="w",
129395  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0005",
129396  direction="l",
129397  linebreak="id",
129398  specials={ "char", 0x5D19 },
129399  unicodeslot=0xF9D5,
129400 },
129401 [0xF9D6]={
129402  category="lo",
129403  cjkwd="w",
129404  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0006",
129405  direction="l",
129406  linebreak="id",
129407  specials={ "char", 0x6DEA },
129408  unicodeslot=0xF9D6,
129409 },
129410 [0xF9D7]={
129411  category="lo",
129412  cjkwd="w",
129413  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0007",
129414  direction="l",
129415  linebreak="id",
129416  specials={ "char", 0x8F2A },
129417  unicodeslot=0xF9D7,
129418 },
129419 [0xF9D8]={
129420  category="lo",
129421  cjkwd="w",
129422  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0008",
129423  direction="l",
129424  linebreak="id",
129425  specials={ "char", 0x5F8B },
129426  unicodeslot=0xF9D8,
129427 },
129428 [0xF9D9]={
129429  category="lo",
129430  cjkwd="w",
129431  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0009",
129432  direction="l",
129433  linebreak="id",
129434  specials={ "char", 0x6144 },
129435  unicodeslot=0xF9D9,
129436 },
129437 [0xF9DA]={
129438  category="lo",
129439  cjkwd="w",
129440  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DA",
129441  direction="l",
129442  linebreak="id",
129443  specials={ "char", 0x6817 },
129444  unicodeslot=0xF9DA,
129445 },
129446 [0xF9DB]={
129447  category="lo",
129448  cjkwd="w",
129449  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DB",
129450  direction="l",
129451  linebreak="id",
129452  specials={ "char", 0x7387 },
129453  unicodeslot=0xF9DB,
129454 },
129455 [0xF9DC]={
129456  category="lo",
129457  cjkwd="w",
129458  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DC",
129459  direction="l",
129460  linebreak="id",
129461  specials={ "char", 0x9686 },
129462  unicodeslot=0xF9DC,
129463 },
129464 [0xF9DD]={
129465  category="lo",
129466  cjkwd="w",
129467  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DD",
129468  direction="l",
129469  linebreak="id",
129470  specials={ "char", 0x5229 },
129471  unicodeslot=0xF9DD,
129472 },
129473 [0xF9DE]={
129474  category="lo",
129475  cjkwd="w",
129476  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DE",
129477  direction="l",
129478  linebreak="id",
129479  specials={ "char", 0x540F },
129480  unicodeslot=0xF9DE,
129481 },
129482 [0xF9DF]={
129483  category="lo",
129484  cjkwd="w",
129485  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DF",
129486  direction="l",
129487  linebreak="id",
129488  specials={ "char", 0x5C65 },
129489  unicodeslot=0xF9DF,
129490 },
129491 [0xF9E0]={
129492  category="lo",
129493  cjkwd="w",
129494  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0000",
129495  direction="l",
129496  linebreak="id",
129497  specials={ "char", 0x6613 },
129498  unicodeslot=0xF9E0,
129499 },
129500 [0xF9E1]={
129501  category="lo",
129502  cjkwd="w",
129503  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0001",
129504  direction="l",
129505  linebreak="id",
129506  specials={ "char", 0x674E },
129507  unicodeslot=0xF9E1,
129508 },
129509 [0xF9E2]={
129510  category="lo",
129511  cjkwd="w",
129512  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0002",
129513  direction="l",
129514  linebreak="id",
129515  specials={ "char", 0x68A8 },
129516  unicodeslot=0xF9E2,
129517 },
129518 [0xF9E3]={
129519  category="lo",
129520  cjkwd="w",
129521  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0003",
129522  direction="l",
129523  linebreak="id",
129524  specials={ "char", 0x6CE5 },
129525  unicodeslot=0xF9E3,
129526 },
129527 [0xF9E4]={
129528  category="lo",
129529  cjkwd="w",
129530  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0004",
129531  direction="l",
129532  linebreak="id",
129533  specials={ "char", 0x7406 },
129534  unicodeslot=0xF9E4,
129535 },
129536 [0xF9E5]={
129537  category="lo",
129538  cjkwd="w",
129539  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0005",
129540  direction="l",
129541  linebreak="id",
129542  specials={ "char", 0x75E2 },
129543  unicodeslot=0xF9E5,
129544 },
129545 [0xF9E6]={
129546  category="lo",
129547  cjkwd="w",
129548  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0006",
129549  direction="l",
129550  linebreak="id",
129551  specials={ "char", 0x7F79 },
129552  unicodeslot=0xF9E6,
129553 },
129554 [0xF9E7]={
129555  category="lo",
129556  cjkwd="w",
129557  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0007",
129558  direction="l",
129559  linebreak="id",
129560  specials={ "char", 0x88CF },
129561  unicodeslot=0xF9E7,
129562 },
129563 [0xF9E8]={
129564  category="lo",
129565  cjkwd="w",
129566  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0008",
129567  direction="l",
129568  linebreak="id",
129569  specials={ "char", 0x88E1 },
129570  unicodeslot=0xF9E8,
129571 },
129572 [0xF9E9]={
129573  category="lo",
129574  cjkwd="w",
129575  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0009",
129576  direction="l",
129577  linebreak="id",
129578  specials={ "char", 0x91CC },
129579  unicodeslot=0xF9E9,
129580 },
129581 [0xF9EA]={
129582  category="lo",
129583  cjkwd="w",
129584  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009EA",
129585  direction="l",
129586  linebreak="id",
129587  specials={ "char", 0x96E2 },
129588  unicodeslot=0xF9EA,
129589 },
129590 [0xF9EB]={
129591  category="lo",
129592  cjkwd="w",
129593  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009EB",
129594  direction="l",
129595  linebreak="id",
129596  specials={ "char", 0x533F },
129597  unicodeslot=0xF9EB,
129598 },
129599 [0xF9EC]={
129600  category="lo",
129601  cjkwd="w",
129602  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009EC",
129603  direction="l",
129604  linebreak="id",
129605  specials={ "char", 0x6EBA },
129606  unicodeslot=0xF9EC,
129607 },
129608 [0xF9ED]={
129609  category="lo",
129610  cjkwd="w",
129611  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009ED",
129612  direction="l",
129613  linebreak="id",
129614  specials={ "char", 0x541D },
129615  unicodeslot=0xF9ED,
129616 },
129617 [0xF9EE]={
129618  category="lo",
129619  cjkwd="w",
129620  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009EE",
129621  direction="l",
129622  linebreak="id",
129623  specials={ "char", 0x71D0 },
129624  unicodeslot=0xF9EE,
129625 },
129626 [0xF9EF]={
129627  category="lo",
129628  cjkwd="w",
129629  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009EF",
129630  direction="l",
129631  linebreak="id",
129632  specials={ "char", 0x7498 },
129633  unicodeslot=0xF9EF,
129634 },
129635 [0xF9F0]={
129636  category="lo",
129637  cjkwd="w",
129638  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0000",
129639  direction="l",
129640  linebreak="id",
129641  specials={ "char", 0x85FA },
129642  unicodeslot=0xF9F0,
129643 },
129644 [0xF9F1]={
129645  category="lo",
129646  cjkwd="w",
129647  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0001",
129648  direction="l",
129649  linebreak="id",
129650  specials={ "char", 0x96A3 },
129651  unicodeslot=0xF9F1,
129652 },
129653 [0xF9F2]={
129654  category="lo",
129655  cjkwd="w",
129656  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0002",
129657  direction="l",
129658  linebreak="id",
129659  specials={ "char", 0x9C57 },
129660  unicodeslot=0xF9F2,
129661 },
129662 [0xF9F3]={
129663  category="lo",
129664  cjkwd="w",
129665  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0003",
129666  direction="l",
129667  linebreak="id",
129668  specials={ "char", 0x9E9F },
129669  unicodeslot=0xF9F3,
129670 },
129671 [0xF9F4]={
129672  category="lo",
129673  cjkwd="w",
129674  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0004",
129675  direction="l",
129676  linebreak="id",
129677  specials={ "char", 0x6797 },
129678  unicodeslot=0xF9F4,
129679 },
129680 [0xF9F5]={
129681  category="lo",
129682  cjkwd="w",
129683  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0005",
129684  direction="l",
129685  linebreak="id",
129686  specials={ "char", 0x6DCB },
129687  unicodeslot=0xF9F5,
129688 },
129689 [0xF9F6]={
129690  category="lo",
129691  cjkwd="w",
129692  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0006",
129693  direction="l",
129694  linebreak="id",
129695  specials={ "char", 0x81E8 },
129696  unicodeslot=0xF9F6,
129697 },
129698 [0xF9F7]={
129699  category="lo",
129700  cjkwd="w",
129701  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0007",
129702  direction="l",
129703  linebreak="id",
129704  specials={ "char", 0x7ACB },
129705  unicodeslot=0xF9F7,
129706 },
129707 [0xF9F8]={
129708  category="lo",
129709  cjkwd="w",
129710  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0008",
129711  direction="l",
129712  linebreak="id",
129713  specials={ "char", 0x7B20 },
129714  unicodeslot=0xF9F8,
129715 },
129716 [0xF9F9]={
129717  category="lo",
129718  cjkwd="w",
129719  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0009",
129720  direction="l",
129721  linebreak="id",
129722  specials={ "char", 0x7C92 },
129723  unicodeslot=0xF9F9,
129724 },
129725 [0xF9FA]={
129726  category="lo",
129727  cjkwd="w",
129728  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FA",
129729  direction="l",
129730  linebreak="id",
129731  specials={ "char", 0x72C0 },
129732  unicodeslot=0xF9FA,
129733 },
129734 [0xF9FB]={
129735  category="lo",
129736  cjkwd="w",
129737  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FB",
129738  direction="l",
129739  linebreak="id",
129740  specials={ "char", 0x7099 },
129741  unicodeslot=0xF9FB,
129742 },
129743 [0xF9FC]={
129744  category="lo",
129745  cjkwd="w",
129746  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FC",
129747  direction="l",
129748  linebreak="id",
129749  specials={ "char", 0x8B58 },
129750  unicodeslot=0xF9FC,
129751 },
129752 [0xF9FD]={
129753  category="lo",
129754  cjkwd="w",
129755  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FD",
129756  direction="l",
129757  linebreak="id",
129758  specials={ "char", 0x4EC0 },
129759  unicodeslot=0xF9FD,
129760 },
129761 [0xF9FE]={
129762  category="lo",
129763  cjkwd="w",
129764  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FE",
129765  direction="l",
129766  linebreak="id",
129767  specials={ "char", 0x8336 },
129768  unicodeslot=0xF9FE,
129769 },
129770 [0xF9FF]={
129771  category="lo",
129772  cjkwd="w",
129773  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FF",
129774  direction="l",
129775  linebreak="id",
129776  specials={ "char", 0x523A },
129777  unicodeslot=0xF9FF,
129778 },
129779 [0xFA00]={
129780  category="lo",
129781  cjkwd="w",
129782  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000",
129783  direction="l",
129784  linebreak="id",
129785  specials={ "char", 0x5207 },
129786  unicodeslot=0xFA00,
129787 },
129788 [0xFA01]={
129789  category="lo",
129790  cjkwd="w",
129791  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001",
129792  direction="l",
129793  linebreak="id",
129794  specials={ "char", 0x5EA6 },
129795  unicodeslot=0xFA01,
129796 },
129797 [0xFA02]={
129798  category="lo",
129799  cjkwd="w",
129800  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0002",
129801  direction="l",
129802  linebreak="id",
129803  specials={ "char", 0x62D3 },
129804  unicodeslot=0xFA02,
129805 },
129806 [0xFA03]={
129807  category="lo",
129808  cjkwd="w",
129809  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003",
129810  direction="l",
129811  linebreak="id",
129812  specials={ "char", 0x7CD6 },
129813  unicodeslot=0xFA03,
129814 },
129815 [0xFA04]={
129816  category="lo",
129817  cjkwd="w",
129818  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004",
129819  direction="l",
129820  linebreak="id",
129821  specials={ "char", 0x5B85 },
129822  unicodeslot=0xFA04,
129823 },
129824 [0xFA05]={
129825  category="lo",
129826  cjkwd="w",
129827  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005",
129828  direction="l",
129829  linebreak="id",
129830  specials={ "char", 0x6D1E },
129831  unicodeslot=0xFA05,
129832 },
129833 [0xFA06]={
129834  category="lo",
129835  cjkwd="w",
129836  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0006",
129837  direction="l",
129838  linebreak="id",
129839  specials={ "char", 0x66B4 },
129840  unicodeslot=0xFA06,
129841 },
129842 [0xFA07]={
129843  category="lo",
129844  cjkwd="w",
129845  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007",
129846  direction="l",
129847  linebreak="id",
129848  specials={ "char", 0x8F3B },
129849  unicodeslot=0xFA07,
129850 },
129851 [0xFA08]={
129852  category="lo",
129853  cjkwd="w",
129854  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008",
129855  direction="l",
129856  linebreak="id",
129857  specials={ "char", 0x884C },
129858  unicodeslot=0xFA08,
129859 },
129860 [0xFA09]={
129861  category="lo",
129862  cjkwd="w",
129863  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009",
129864  direction="l",
129865  linebreak="id",
129866  specials={ "char", 0x964D },
129867  unicodeslot=0xFA09,
129868 },
129869 [0xFA0A]={
129870  category="lo",
129871  cjkwd="w",
129872  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000A",
129873  direction="l",
129874  linebreak="id",
129875  specials={ "char", 0x898B },
129876  unicodeslot=0xFA0A,
129877 },
129878 [0xFA0B]={
129879  category="lo",
129880  cjkwd="w",
129881  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000B",
129882  direction="l",
129883  linebreak="id",
129884  specials={ "char", 0x5ED3 },
129885  unicodeslot=0xFA0B,
129886 },
129887 [0xFA0C]={
129888  category="lo",
129889  cjkwd="w",
129890  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000C",
129891  direction="l",
129892  linebreak="id",
129893  specials={ "char", 0x5140 },
129894  unicodeslot=0xFA0C,
129895 },
129896 [0xFA0D]={
129897  category="lo",
129898  cjkwd="w",
129899  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000D",
129900  direction="l",
129901  linebreak="id",
129902  specials={ "char", 0x55C0 },
129903  unicodeslot=0xFA0D,
129904 },
129905 [0xFA0E]={
129906  category="lo",
129907  cjkwd="w",
129908  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000E",
129909  direction="l",
129910  linebreak="id",
129911  unicodeslot=0xFA0E,
129912 },
129913 [0xFA0F]={
129914  category="lo",
129915  cjkwd="w",
129916  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000F",
129917  direction="l",
129918  linebreak="id",
129919  unicodeslot=0xFA0F,
129920 },
129921 [0xFA10]={
129922  category="lo",
129923  cjkwd="w",
129924  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000A",
129925  direction="l",
129926  linebreak="id",
129927  specials={ "char", 0x585A },
129928  unicodeslot=0xFA10,
129929 },
129930 [0xFA11]={
129931  category="lo",
129932  cjkwd="w",
129933  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000B",
129934  direction="l",
129935  linebreak="id",
129936  unicodeslot=0xFA11,
129937 },
129938 [0xFA12]={
129939  category="lo",
129940  cjkwd="w",
129941  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000C",
129942  direction="l",
129943  linebreak="id",
129944  specials={ "char", 0x6674 },
129945  unicodeslot=0xFA12,
129946 },
129947 [0xFA13]={
129948  category="lo",
129949  cjkwd="w",
129950  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000D",
129951  direction="l",
129952  linebreak="id",
129953  unicodeslot=0xFA13,
129954 },
129955 [0xFA14]={
129956  category="lo",
129957  cjkwd="w",
129958  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000E",
129959  direction="l",
129960  linebreak="id",
129961  unicodeslot=0xFA14,
129962 },
129963 [0xFA15]={
129964  category="lo",
129965  cjkwd="w",
129966  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000F",
129967  direction="l",
129968  linebreak="id",
129969  specials={ "char", 0x51DE },
129970  unicodeslot=0xFA15,
129971 },
129972 [0xFA16]={
129973  category="lo",
129974  cjkwd="w",
129975  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0010",
129976  direction="l",
129977  linebreak="id",
129978  specials={ "char", 0x732A },
129979  unicodeslot=0xFA16,
129980 },
129981 [0xFA17]={
129982  category="lo",
129983  cjkwd="w",
129984  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0011",
129985  direction="l",
129986  linebreak="id",
129987  specials={ "char", 0x76CA },
129988  unicodeslot=0xFA17,
129989 },
129990 [0xFA18]={
129991  category="lo",
129992  cjkwd="w",
129993  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0012",
129994  direction="l",
129995  linebreak="id",
129996  specials={ "char", 0x793C },
129997  unicodeslot=0xFA18,
129998 },
129999 [0xFA19]={
130000  category="lo",
130001  cjkwd="w",
130002  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0013",
130003  direction="l",
130004  linebreak="id",
130005  specials={ "char", 0x795E },
130006  unicodeslot=0xFA19,
130007 },
130008 [0xFA1A]={
130009  category="lo",
130010  cjkwd="w",
130011  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001A",
130012  direction="l",
130013  linebreak="id",
130014  specials={ "char", 0x7965 },
130015  unicodeslot=0xFA1A,
130016 },
130017 [0xFA1B]={
130018  category="lo",
130019  cjkwd="w",
130020  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001B",
130021  direction="l",
130022  linebreak="id",
130023  specials={ "char", 0x798F },
130024  unicodeslot=0xFA1B,
130025 },
130026 [0xFA1C]={
130027  category="lo",
130028  cjkwd="w",
130029  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001C",
130030  direction="l",
130031  linebreak="id",
130032  specials={ "char", 0x9756 },
130033  unicodeslot=0xFA1C,
130034 },
130035 [0xFA1D]={
130036  category="lo",
130037  cjkwd="w",
130038  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001D",
130039  direction="l",
130040  linebreak="id",
130041  specials={ "char", 0x7CBE },
130042  unicodeslot=0xFA1D,
130043 },
130044 [0xFA1E]={
130045  category="lo",
130046  cjkwd="w",
130047  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001E",
130048  direction="l",
130049  linebreak="id",
130050  specials={ "char", 0x7FBD },
130051  unicodeslot=0xFA1E,
130052 },
130053 [0xFA1F]={
130054  category="lo",
130055  cjkwd="w",
130056  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001F",
130057  direction="l",
130058  linebreak="id",
130059  unicodeslot=0xFA1F,
130060 },
130061 [0xFA20]={
130062  category="lo",
130063  cjkwd="w",
130064  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0014",
130065  direction="l",
130066  linebreak="id",
130067  specials={ "char", 0x8612 },
130068  unicodeslot=0xFA20,
130069 },
130070 [0xFA21]={
130071  category="lo",
130072  cjkwd="w",
130073  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0015",
130074  direction="l",
130075  linebreak="id",
130076  unicodeslot=0xFA21,
130077 },
130078 [0xFA22]={
130079  category="lo",
130080  cjkwd="w",
130081  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0016",
130082  direction="l",
130083  linebreak="id",
130084  specials={ "char", 0x8AF8 },
130085  unicodeslot=0xFA22,
130086 },
130087 [0xFA23]={
130088  category="lo",
130089  cjkwd="w",
130090  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0017",
130091  direction="l",
130092  linebreak="id",
130093  unicodeslot=0xFA23,
130094 },
130095 [0xFA24]={
130096  category="lo",
130097  cjkwd="w",
130098  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0018",
130099  direction="l",
130100  linebreak="id",
130101  unicodeslot=0xFA24,
130102 },
130103 [0xFA25]={
130104  category="lo",
130105  cjkwd="w",
130106  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0019",
130107  direction="l",
130108  linebreak="id",
130109  specials={ "char", 0x9038 },
130110  unicodeslot=0xFA25,
130111 },
130112 [0xFA26]={
130113  category="lo",
130114  cjkwd="w",
130115  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001A",
130116  direction="l",
130117  linebreak="id",
130118  specials={ "char", 0x90FD },
130119  unicodeslot=0xFA26,
130120 },
130121 [0xFA27]={
130122  category="lo",
130123  cjkwd="w",
130124  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001B",
130125  direction="l",
130126  linebreak="id",
130127  unicodeslot=0xFA27,
130128 },
130129 [0xFA28]={
130130  category="lo",
130131  cjkwd="w",
130132  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001C",
130133  direction="l",
130134  linebreak="id",
130135  unicodeslot=0xFA28,
130136 },
130137 [0xFA29]={
130138  category="lo",
130139  cjkwd="w",
130140  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001D",
130141  direction="l",
130142  linebreak="id",
130143  unicodeslot=0xFA29,
130144 },
130145 [0xFA2A]={
130146  category="lo",
130147  cjkwd="w",
130148  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0002A",
130149  direction="l",
130150  linebreak="id",
130151  specials={ "char", 0x98EF },
130152  unicodeslot=0xFA2A,
130153 },
130154 [0xFA2B]={
130155  category="lo",
130156  cjkwd="w",
130157  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0002B",
130158  direction="l",
130159  linebreak="id",
130160  specials={ "char", 0x98FC },
130161  unicodeslot=0xFA2B,
130162 },
130163 [0xFA2C]={
130164  category="lo",
130165  cjkwd="w",
130166  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0002C",
130167  direction="l",
130168  linebreak="id",
130169  specials={ "char", 0x9928 },
130170  unicodeslot=0xFA2C,
130171 },
130172 [0xFA2D]={
130173  category="lo",
130174  cjkwd="w",
130175  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0002D",
130176  direction="l",
130177  linebreak="id",
130178  specials={ "char", 0x9DB4 },
130179  unicodeslot=0xFA2D,
130180 },
130181 [0xFA2E]={
130182  category="lo",
130183  cjkwd="w",
130184  description="CJK COMPATIBILITY IDEOGRAPH-FA2E",
130185  direction="l",
130186  linebreak="id",
130187  specials={ "char", 0x90DE },
130188  unicodeslot=0xFA2E,
130189 },
130190 [0xFA2F]={
130191  category="lo",
130192  cjkwd="w",
130193  description="CJK COMPATIBILITY IDEOGRAPH-FA2F",
130194  direction="l",
130195  linebreak="id",
130196  specials={ "char", 0x96B7 },
130197  unicodeslot=0xFA2F,
130198 },
130199 [0xFA30]={
130200  category="lo",
130201  cjkwd="w",
130202  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001E",
130203  direction="l",
130204  linebreak="id",
130205  specials={ "char", 0x4FAE },
130206  unicodeslot=0xFA30,
130207 },
130208 [0xFA31]={
130209  category="lo",
130210  cjkwd="w",
130211  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001F",
130212  direction="l",
130213  linebreak="id",
130214  specials={ "char", 0x50E7 },
130215  unicodeslot=0xFA31,
130216 },
130217 [0xFA32]={
130218  category="lo",
130219  cjkwd="w",
130220  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0020",
130221  direction="l",
130222  linebreak="id",
130223  specials={ "char", 0x514D },
130224  unicodeslot=0xFA32,
130225 },
130226 [0xFA33]={
130227  category="lo",
130228  cjkwd="w",
130229  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0021",
130230  direction="l",
130231  linebreak="id",
130232  specials={ "char", 0x52C9 },
130233  unicodeslot=0xFA33,
130234 },
130235 [0xFA34]={
130236  category="lo",
130237  cjkwd="w",
130238  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0022",
130239  direction="l",
130240  linebreak="id",
130241  specials={ "char", 0x52E4 },
130242  unicodeslot=0xFA34,
130243 },
130244 [0xFA35]={
130245  category="lo",
130246  cjkwd="w",
130247  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0023",
130248  direction="l",
130249  linebreak="id",
130250  specials={ "char", 0x5351 },
130251  unicodeslot=0xFA35,
130252 },
130253 [0xFA36]={
130254  category="lo",
130255  cjkwd="w",
130256  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0024",
130257  direction="l",
130258  linebreak="id",
130259  specials={ "char", 0x559D },
130260  unicodeslot=0xFA36,
130261 },
130262 [0xFA37]={
130263  category="lo",
130264  cjkwd="w",
130265  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0025",
130266  direction="l",
130267  linebreak="id",
130268  specials={ "char", 0x5606 },
130269  unicodeslot=0xFA37,
130270 },
130271 [0xFA38]={
130272  category="lo",
130273  cjkwd="w",
130274  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0026",
130275  direction="l",
130276  linebreak="id",
130277  specials={ "char", 0x5668 },
130278  unicodeslot=0xFA38,
130279 },
130280 [0xFA39]={
130281  category="lo",
130282  cjkwd="w",
130283  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0027",
130284  direction="l",
130285  linebreak="id",
130286  specials={ "char", 0x5840 },
130287  unicodeslot=0xFA39,
130288 },
130289 [0xFA3A]={
130290  category="lo",
130291  cjkwd="w",
130292  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003A",
130293  direction="l",
130294  linebreak="id",
130295  specials={ "char", 0x58A8 },
130296  unicodeslot=0xFA3A,
130297 },
130298 [0xFA3B]={
130299  category="lo",
130300  cjkwd="w",
130301  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003B",
130302  direction="l",
130303  linebreak="id",
130304  specials={ "char", 0x5C64 },
130305  unicodeslot=0xFA3B,
130306 },
130307 [0xFA3C]={
130308  category="lo",
130309  cjkwd="w",
130310  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003C",
130311  direction="l",
130312  linebreak="id",
130313  specials={ "char", 0x5C6E },
130314  unicodeslot=0xFA3C,
130315 },
130316 [0xFA3D]={
130317  category="lo",
130318  cjkwd="w",
130319  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003D",
130320  direction="l",
130321  linebreak="id",
130322  specials={ "char", 0x6094 },
130323  unicodeslot=0xFA3D,
130324 },
130325 [0xFA3E]={
130326  category="lo",
130327  cjkwd="w",
130328  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003E",
130329  direction="l",
130330  linebreak="id",
130331  specials={ "char", 0x6168 },
130332  unicodeslot=0xFA3E,
130333 },
130334 [0xFA3F]={
130335  category="lo",
130336  cjkwd="w",
130337  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003F",
130338  direction="l",
130339  linebreak="id",
130340  specials={ "char", 0x618E },
130341  unicodeslot=0xFA3F,
130342 },
130343 [0xFA40]={
130344  category="lo",
130345  cjkwd="w",
130346  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0028",
130347  direction="l",
130348  linebreak="id",
130349  specials={ "char", 0x61F2 },
130350  unicodeslot=0xFA40,
130351 },
130352 [0xFA41]={
130353  category="lo",
130354  cjkwd="w",
130355  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0029",
130356  direction="l",
130357  linebreak="id",
130358  specials={ "char", 0x654F },
130359  unicodeslot=0xFA41,
130360 },
130361 [0xFA42]={
130362  category="lo",
130363  cjkwd="w",
130364  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002A",
130365  direction="l",
130366  linebreak="id",
130367  specials={ "char", 0x65E2 },
130368  unicodeslot=0xFA42,
130369 },
130370 [0xFA43]={
130371  category="lo",
130372  cjkwd="w",
130373  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002B",
130374  direction="l",
130375  linebreak="id",
130376  specials={ "char", 0x6691 },
130377  unicodeslot=0xFA43,
130378 },
130379 [0xFA44]={
130380  category="lo",
130381  cjkwd="w",
130382  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002C",
130383  direction="l",
130384  linebreak="id",
130385  specials={ "char", 0x6885 },
130386  unicodeslot=0xFA44,
130387 },
130388 [0xFA45]={
130389  category="lo",
130390  cjkwd="w",
130391  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002D",
130392  direction="l",
130393  linebreak="id",
130394  specials={ "char", 0x6D77 },
130395  unicodeslot=0xFA45,
130396 },
130397 [0xFA46]={
130398  category="lo",
130399  cjkwd="w",
130400  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002E",
130401  direction="l",
130402  linebreak="id",
130403  specials={ "char", 0x6E1A },
130404  unicodeslot=0xFA46,
130405 },
130406 [0xFA47]={
130407  category="lo",
130408  cjkwd="w",
130409  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002F",
130410  direction="l",
130411  linebreak="id",
130412  specials={ "char", 0x6F22 },
130413  unicodeslot=0xFA47,
130414 },
130415 [0xFA48]={
130416  category="lo",
130417  cjkwd="w",
130418  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0030",
130419  direction="l",
130420  linebreak="id",
130421  specials={ "char", 0x716E },
130422  unicodeslot=0xFA48,
130423 },
130424 [0xFA49]={
130425  category="lo",
130426  cjkwd="w",
130427  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0031",
130428  direction="l",
130429  linebreak="id",
130430  specials={ "char", 0x722B },
130431  unicodeslot=0xFA49,
130432 },
130433 [0xFA4A]={
130434  category="lo",
130435  cjkwd="w",
130436  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004A",
130437  direction="l",
130438  linebreak="id",
130439  specials={ "char", 0x7422 },
130440  unicodeslot=0xFA4A,
130441 },
130442 [0xFA4B]={
130443  category="lo",
130444  cjkwd="w",
130445  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004B",
130446  direction="l",
130447  linebreak="id",
130448  specials={ "char", 0x7891 },
130449  unicodeslot=0xFA4B,
130450 },
130451 [0xFA4C]={
130452  category="lo",
130453  cjkwd="w",
130454  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004C",
130455  direction="l",
130456  linebreak="id",
130457  specials={ "char", 0x793E },
130458  unicodeslot=0xFA4C,
130459 },
130460 [0xFA4D]={
130461  category="lo",
130462  cjkwd="w",
130463  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004D",
130464  direction="l",
130465  linebreak="id",
130466  specials={ "char", 0x7949 },
130467  unicodeslot=0xFA4D,
130468 },
130469 [0xFA4E]={
130470  category="lo",
130471  cjkwd="w",
130472  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004E",
130473  direction="l",
130474  linebreak="id",
130475  specials={ "char", 0x7948 },
130476  unicodeslot=0xFA4E,
130477 },
130478 [0xFA4F]={
130479  category="lo",
130480  cjkwd="w",
130481  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004F",
130482  direction="l",
130483  linebreak="id",
130484  specials={ "char", 0x7950 },
130485  unicodeslot=0xFA4F,
130486 },
130487 [0xFA50]={
130488  category="lo",
130489  cjkwd="w",
130490  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0032",
130491  direction="l",
130492  linebreak="id",
130493  specials={ "char", 0x7956 },
130494  unicodeslot=0xFA50,
130495 },
130496 [0xFA51]={
130497  category="lo",
130498  cjkwd="w",
130499  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0033",
130500  direction="l",
130501  linebreak="id",
130502  specials={ "char", 0x795D },
130503  unicodeslot=0xFA51,
130504 },
130505 [0xFA52]={
130506  category="lo",
130507  cjkwd="w",
130508  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0034",
130509  direction="l",
130510  linebreak="id",
130511  specials={ "char", 0x798D },
130512  unicodeslot=0xFA52,
130513 },
130514 [0xFA53]={
130515  category="lo",
130516  cjkwd="w",
130517  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0035",
130518  direction="l",
130519  linebreak="id",
130520  specials={ "char", 0x798E },
130521  unicodeslot=0xFA53,
130522 },
130523 [0xFA54]={
130524  category="lo",
130525  cjkwd="w",
130526  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0036",
130527  direction="l",
130528  linebreak="id",
130529  specials={ "char", 0x7A40 },
130530  unicodeslot=0xFA54,
130531 },
130532 [0xFA55]={
130533  category="lo",
130534  cjkwd="w",
130535  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0037",
130536  direction="l",
130537  linebreak="id",
130538  specials={ "char", 0x7A81 },
130539  unicodeslot=0xFA55,
130540 },
130541 [0xFA56]={
130542  category="lo",
130543  cjkwd="w",
130544  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0038",
130545  direction="l",
130546  linebreak="id",
130547  specials={ "char", 0x7BC0 },
130548  unicodeslot=0xFA56,
130549 },
130550 [0xFA57]={
130551  category="lo",
130552  cjkwd="w",
130553  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0039",
130554  direction="l",
130555  linebreak="id",
130556  specials={ "char", 0x7DF4 },
130557  unicodeslot=0xFA57,
130558 },
130559 [0xFA58]={
130560  category="lo",
130561  cjkwd="w",
130562  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003A",
130563  direction="l",
130564  linebreak="id",
130565  specials={ "char", 0x7E09 },
130566  unicodeslot=0xFA58,
130567 },
130568 [0xFA59]={
130569  category="lo",
130570  cjkwd="w",
130571  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003B",
130572  direction="l",
130573  linebreak="id",
130574  specials={ "char", 0x7E41 },
130575  unicodeslot=0xFA59,
130576 },
130577 [0xFA5A]={
130578  category="lo",
130579  cjkwd="w",
130580  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005A",
130581  direction="l",
130582  linebreak="id",
130583  specials={ "char", 0x7F72 },
130584  unicodeslot=0xFA5A,
130585 },
130586 [0xFA5B]={
130587  category="lo",
130588  cjkwd="w",
130589  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005B",
130590  direction="l",
130591  linebreak="id",
130592  specials={ "char", 0x8005 },
130593  unicodeslot=0xFA5B,
130594 },
130595 [0xFA5C]={
130596  category="lo",
130597  cjkwd="w",
130598  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005C",
130599  direction="l",
130600  linebreak="id",
130601  specials={ "char", 0x81ED },
130602  unicodeslot=0xFA5C,
130603 },
130604 [0xFA5D]={
130605  category="lo",
130606  cjkwd="w",
130607  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005D",
130608  direction="l",
130609  linebreak="id",
130610  specials={ "char", 0x8279 },
130611  unicodeslot=0xFA5D,
130612 },
130613 [0xFA5E]={
130614  category="lo",
130615  cjkwd="w",
130616  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005E",
130617  direction="l",
130618  linebreak="id",
130619  specials={ "char", 0x8279 },
130620  unicodeslot=0xFA5E,
130621 },
130622 [0xFA5F]={
130623  category="lo",
130624  cjkwd="w",
130625  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005F",
130626  direction="l",
130627  linebreak="id",
130628  specials={ "char", 0x8457 },
130629  unicodeslot=0xFA5F,
130630 },
130631 [0xFA60]={
130632  category="lo",
130633  cjkwd="w",
130634  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003C",
130635  direction="l",
130636  linebreak="id",
130637  specials={ "char", 0x8910 },
130638  unicodeslot=0xFA60,
130639 },
130640 [0xFA61]={
130641  category="lo",
130642  cjkwd="w",
130643  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003D",
130644  direction="l",
130645  linebreak="id",
130646  specials={ "char", 0x8996 },
130647  unicodeslot=0xFA61,
130648 },
130649 [0xFA62]={
130650  category="lo",
130651  cjkwd="w",
130652  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003E",
130653  direction="l",
130654  linebreak="id",
130655  specials={ "char", 0x8B01 },
130656  unicodeslot=0xFA62,
130657 },
130658 [0xFA63]={
130659  category="lo",
130660  cjkwd="w",
130661  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003F",
130662  direction="l",
130663  linebreak="id",
130664  specials={ "char", 0x8B39 },
130665  unicodeslot=0xFA63,
130666 },
130667 [0xFA64]={
130668  category="lo",
130669  cjkwd="w",
130670  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0040",
130671  direction="l",
130672  linebreak="id",
130673  specials={ "char", 0x8CD3 },
130674  unicodeslot=0xFA64,
130675 },
130676 [0xFA65]={
130677  category="lo",
130678  cjkwd="w",
130679  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0041",
130680  direction="l",
130681  linebreak="id",
130682  specials={ "char", 0x8D08 },
130683  unicodeslot=0xFA65,
130684 },
130685 [0xFA66]={
130686  category="lo",
130687  cjkwd="w",
130688  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0042",
130689  direction="l",
130690  linebreak="id",
130691  specials={ "char", 0x8FB6 },
130692  unicodeslot=0xFA66,
130693 },
130694 [0xFA67]={
130695  category="lo",
130696  cjkwd="w",
130697  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0043",
130698  direction="l",
130699  linebreak="id",
130700  specials={ "char", 0x9038 },
130701  unicodeslot=0xFA67,
130702 },
130703 [0xFA68]={
130704  category="lo",
130705  cjkwd="w",
130706  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0044",
130707  direction="l",
130708  linebreak="id",
130709  specials={ "char", 0x96E3 },
130710  unicodeslot=0xFA68,
130711 },
130712 [0xFA69]={
130713  category="lo",
130714  cjkwd="w",
130715  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0045",
130716  direction="l",
130717  linebreak="id",
130718  specials={ "char", 0x97FF },
130719  unicodeslot=0xFA69,
130720 },
130721 [0xFA6A]={
130722  category="lo",
130723  cjkwd="w",
130724  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0006A",
130725  direction="l",
130726  linebreak="id",
130727  specials={ "char", 0x983B },
130728  unicodeslot=0xFA6A,
130729 },
130730 [0xFA6B]={
130731  category="lo",
130732  cjkwd="w",
130733  description="CJK COMPATIBILITY IDEOGRAPH-FA6B",
130734  direction="l",
130735  linebreak="id",
130736  specials={ "char", 0x6075 },
130737  unicodeslot=0xFA6B,
130738 },
130739 [0xFA6C]={
130740  category="lo",
130741  cjkwd="w",
130742  description="CJK COMPATIBILITY IDEOGRAPH-FA6C",
130743  direction="l",
130744  linebreak="id",
130745  specials={ "char", 0x242EE },
130746  unicodeslot=0xFA6C,
130747 },
130748 [0xFA6D]={
130749  category="lo",
130750  cjkwd="w",
130751  description="CJK COMPATIBILITY IDEOGRAPH-FA6D",
130752  direction="l",
130753  linebreak="id",
130754  specials={ "char", 0x8218 },
130755  unicodeslot=0xFA6D,
130756 },
130757 [0xFA70]={
130758  category="lo",
130759  cjkwd="w",
130760  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0046",
130761  direction="l",
130762  linebreak="id",
130763  specials={ "char", 0x4E26 },
130764  unicodeslot=0xFA70,
130765 },
130766 [0xFA71]={
130767  category="lo",
130768  cjkwd="w",
130769  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0047",
130770  direction="l",
130771  linebreak="id",
130772  specials={ "char", 0x51B5 },
130773  unicodeslot=0xFA71,
130774 },
130775 [0xFA72]={
130776  category="lo",
130777  cjkwd="w",
130778  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0048",
130779  direction="l",
130780  linebreak="id",
130781  specials={ "char", 0x5168 },
130782  unicodeslot=0xFA72,
130783 },
130784 [0xFA73]={
130785  category="lo",
130786  cjkwd="w",
130787  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0049",
130788  direction="l",
130789  linebreak="id",
130790  specials={ "char", 0x4F80 },
130791  unicodeslot=0xFA73,
130792 },
130793 [0xFA74]={
130794  category="lo",
130795  cjkwd="w",
130796  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004A",
130797  direction="l",
130798  linebreak="id",
130799  specials={ "char", 0x5145 },
130800  unicodeslot=0xFA74,
130801 },
130802 [0xFA75]={
130803  category="lo",
130804  cjkwd="w",
130805  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004B",
130806  direction="l",
130807  linebreak="id",
130808  specials={ "char", 0x5180 },
130809  unicodeslot=0xFA75,
130810 },
130811 [0xFA76]={
130812  category="lo",
130813  cjkwd="w",
130814  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004C",
130815  direction="l",
130816  linebreak="id",
130817  specials={ "char", 0x52C7 },
130818  unicodeslot=0xFA76,
130819 },
130820 [0xFA77]={
130821  category="lo",
130822  cjkwd="w",
130823  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004D",
130824  direction="l",
130825  linebreak="id",
130826  specials={ "char", 0x52FA },
130827  unicodeslot=0xFA77,
130828 },
130829 [0xFA78]={
130830  category="lo",
130831  cjkwd="w",
130832  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004E",
130833  direction="l",
130834  linebreak="id",
130835  specials={ "char", 0x559D },
130836  unicodeslot=0xFA78,
130837 },
130838 [0xFA79]={
130839  category="lo",
130840  cjkwd="w",
130841  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004F",
130842  direction="l",
130843  linebreak="id",
130844  specials={ "char", 0x5555 },
130845  unicodeslot=0xFA79,
130846 },
130847 [0xFA7A]={
130848  category="lo",
130849  cjkwd="w",
130850  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007A",
130851  direction="l",
130852  linebreak="id",
130853  specials={ "char", 0x5599 },
130854  unicodeslot=0xFA7A,
130855 },
130856 [0xFA7B]={
130857  category="lo",
130858  cjkwd="w",
130859  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007B",
130860  direction="l",
130861  linebreak="id",
130862  specials={ "char", 0x55E2 },
130863  unicodeslot=0xFA7B,
130864 },
130865 [0xFA7C]={
130866  category="lo",
130867  cjkwd="w",
130868  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007C",
130869  direction="l",
130870  linebreak="id",
130871  specials={ "char", 0x585A },
130872  unicodeslot=0xFA7C,
130873 },
130874 [0xFA7D]={
130875  category="lo",
130876  cjkwd="w",
130877  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007D",
130878  direction="l",
130879  linebreak="id",
130880  specials={ "char", 0x58B3 },
130881  unicodeslot=0xFA7D,
130882 },
130883 [0xFA7E]={
130884  category="lo",
130885  cjkwd="w",
130886  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007E",
130887  direction="l",
130888  linebreak="id",
130889  specials={ "char", 0x5944 },
130890  unicodeslot=0xFA7E,
130891 },
130892 [0xFA7F]={
130893  category="lo",
130894  cjkwd="w",
130895  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007F",
130896  direction="l",
130897  linebreak="id",
130898  specials={ "char", 0x5954 },
130899  unicodeslot=0xFA7F,
130900 },
130901 [0xFA80]={
130902  category="lo",
130903  cjkwd="w",
130904  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0050",
130905  direction="l",
130906  linebreak="id",
130907  specials={ "char", 0x5A62 },
130908  unicodeslot=0xFA80,
130909 },
130910 [0xFA81]={
130911  category="lo",
130912  cjkwd="w",
130913  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0051",
130914  direction="l",
130915  linebreak="id",
130916  specials={ "char", 0x5B28 },
130917  unicodeslot=0xFA81,
130918 },
130919 [0xFA82]={
130920  category="lo",
130921  cjkwd="w",
130922  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0052",
130923  direction="l",
130924  linebreak="id",
130925  specials={ "char", 0x5ED2 },
130926  unicodeslot=0xFA82,
130927 },
130928 [0xFA83]={
130929  category="lo",
130930  cjkwd="w",
130931  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0053",
130932  direction="l",
130933  linebreak="id",
130934  specials={ "char", 0x5ED9 },
130935  unicodeslot=0xFA83,
130936 },
130937 [0xFA84]={
130938  category="lo",
130939  cjkwd="w",
130940  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0054",
130941  direction="l",
130942  linebreak="id",
130943  specials={ "char", 0x5F69 },
130944  unicodeslot=0xFA84,
130945 },
130946 [0xFA85]={
130947  category="lo",
130948  cjkwd="w",
130949  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0055",
130950  direction="l",
130951  linebreak="id",
130952  specials={ "char", 0x5FAD },
130953  unicodeslot=0xFA85,
130954 },
130955 [0xFA86]={
130956  category="lo",
130957  cjkwd="w",
130958  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0056",
130959  direction="l",
130960  linebreak="id",
130961  specials={ "char", 0x60D8 },
130962  unicodeslot=0xFA86,
130963 },
130964 [0xFA87]={
130965  category="lo",
130966  cjkwd="w",
130967  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0057",
130968  direction="l",
130969  linebreak="id",
130970  specials={ "char", 0x614E },
130971  unicodeslot=0xFA87,
130972 },
130973 [0xFA88]={
130974  category="lo",
130975  cjkwd="w",
130976  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0058",
130977  direction="l",
130978  linebreak="id",
130979  specials={ "char", 0x6108 },
130980  unicodeslot=0xFA88,
130981 },
130982 [0xFA89]={
130983  category="lo",
130984  cjkwd="w",
130985  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0059",
130986  direction="l",
130987  linebreak="id",
130988  specials={ "char", 0x618E },
130989  unicodeslot=0xFA89,
130990 },
130991 [0xFA8A]={
130992  category="lo",
130993  cjkwd="w",
130994  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008A",
130995  direction="l",
130996  linebreak="id",
130997  specials={ "char", 0x6160 },
130998  unicodeslot=0xFA8A,
130999 },
131000 [0xFA8B]={
131001  category="lo",
131002  cjkwd="w",
131003  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008B",
131004  direction="l",
131005  linebreak="id",
131006  specials={ "char", 0x61F2 },
131007  unicodeslot=0xFA8B,
131008 },
131009 [0xFA8C]={
131010  category="lo",
131011  cjkwd="w",
131012  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008C",
131013  direction="l",
131014  linebreak="id",
131015  specials={ "char", 0x6234 },
131016  unicodeslot=0xFA8C,
131017 },
131018 [0xFA8D]={
131019  category="lo",
131020  cjkwd="w",
131021  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008D",
131022  direction="l",
131023  linebreak="id",
131024  specials={ "char", 0x63C4 },
131025  unicodeslot=0xFA8D,
131026 },
131027 [0xFA8E]={
131028  category="lo",
131029  cjkwd="w",
131030  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008E",
131031  direction="l",
131032  linebreak="id",
131033  specials={ "char", 0x641C },
131034  unicodeslot=0xFA8E,
131035 },
131036 [0xFA8F]={
131037  category="lo",
131038  cjkwd="w",
131039  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008F",
131040  direction="l",
131041  linebreak="id",
131042  specials={ "char", 0x6452 },
131043  unicodeslot=0xFA8F,
131044 },
131045 [0xFA90]={
131046  category="lo",
131047  cjkwd="w",
131048  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005A",
131049  direction="l",
131050  linebreak="id",
131051  specials={ "char", 0x6556 },
131052  unicodeslot=0xFA90,
131053 },
131054 [0xFA91]={
131055  category="lo",
131056  cjkwd="w",
131057  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005B",
131058  direction="l",
131059  linebreak="id",
131060  specials={ "char", 0x6674 },
131061  unicodeslot=0xFA91,
131062 },
131063 [0xFA92]={
131064  category="lo",
131065  cjkwd="w",
131066  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005C",
131067  direction="l",
131068  linebreak="id",
131069  specials={ "char", 0x6717 },
131070  unicodeslot=0xFA92,
131071 },
131072 [0xFA93]={
131073  category="lo",
131074  cjkwd="w",
131075  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005D",
131076  direction="l",
131077  linebreak="id",
131078  specials={ "char", 0x671B },
131079  unicodeslot=0xFA93,
131080 },
131081 [0xFA94]={
131082  category="lo",
131083  cjkwd="w",
131084  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005E",
131085  direction="l",
131086  linebreak="id",
131087  specials={ "char", 0x6756 },
131088  unicodeslot=0xFA94,
131089 },
131090 [0xFA95]={
131091  category="lo",
131092  cjkwd="w",
131093  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005F",
131094  direction="l",
131095  linebreak="id",
131096  specials={ "char", 0x6B79 },
131097  unicodeslot=0xFA95,
131098 },
131099 [0xFA96]={
131100  category="lo",
131101  cjkwd="w",
131102  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0060",
131103  direction="l",
131104  linebreak="id",
131105  specials={ "char", 0x6BBA },
131106  unicodeslot=0xFA96,
131107 },
131108 [0xFA97]={
131109  category="lo",
131110  cjkwd="w",
131111  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0061",
131112  direction="l",
131113  linebreak="id",
131114  specials={ "char", 0x6D41 },
131115  unicodeslot=0xFA97,
131116 },
131117 [0xFA98]={
131118  category="lo",
131119  cjkwd="w",
131120  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0062",
131121  direction="l",
131122  linebreak="id",
131123  specials={ "char", 0x6EDB },
131124  unicodeslot=0xFA98,
131125 },
131126 [0xFA99]={
131127  category="lo",
131128  cjkwd="w",
131129  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0063",
131130  direction="l",
131131  linebreak="id",
131132  specials={ "char", 0x6ECB },
131133  unicodeslot=0xFA99,
131134 },
131135 [0xFA9A]={
131136  category="lo",
131137  cjkwd="w",
131138  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009A",
131139  direction="l",
131140  linebreak="id",
131141  specials={ "char", 0x6F22 },
131142  unicodeslot=0xFA9A,
131143 },
131144 [0xFA9B]={
131145  category="lo",
131146  cjkwd="w",
131147  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009B",
131148  direction="l",
131149  linebreak="id",
131150  specials={ "char", 0x701E },
131151  unicodeslot=0xFA9B,
131152 },
131153 [0xFA9C]={
131154  category="lo",
131155  cjkwd="w",
131156  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009C",
131157  direction="l",
131158  linebreak="id",
131159  specials={ "char", 0x716E },
131160  unicodeslot=0xFA9C,
131161 },
131162 [0xFA9D]={
131163  category="lo",
131164  cjkwd="w",
131165  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009D",
131166  direction="l",
131167  linebreak="id",
131168  specials={ "char", 0x77A7 },
131169  unicodeslot=0xFA9D,
131170 },
131171 [0xFA9E]={
131172  category="lo",
131173  cjkwd="w",
131174  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009E",
131175  direction="l",
131176  linebreak="id",
131177  specials={ "char", 0x7235 },
131178  unicodeslot=0xFA9E,
131179 },
131180 [0xFA9F]={
131181  category="lo",
131182  cjkwd="w",
131183  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009F",
131184  direction="l",
131185  linebreak="id",
131186  specials={ "char", 0x72AF },
131187  unicodeslot=0xFA9F,
131188 },
131189 [0xFAA0]={
131190  category="lo",
131191  cjkwd="w",
131192  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0000",
131193  direction="l",
131194  linebreak="id",
131195  specials={ "char", 0x732A },
131196  unicodeslot=0xFAA0,
131197 },
131198 [0xFAA1]={
131199  category="lo",
131200  cjkwd="w",
131201  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0001",
131202  direction="l",
131203  linebreak="id",
131204  specials={ "char", 0x7471 },
131205  unicodeslot=0xFAA1,
131206 },
131207 [0xFAA2]={
131208  category="lo",
131209  cjkwd="w",
131210  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0002",
131211  direction="l",
131212  linebreak="id",
131213  specials={ "char", 0x7506 },
131214  unicodeslot=0xFAA2,
131215 },
131216 [0xFAA3]={
131217  category="lo",
131218  cjkwd="w",
131219  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0003",
131220  direction="l",
131221  linebreak="id",
131222  specials={ "char", 0x753B },
131223  unicodeslot=0xFAA3,
131224 },
131225 [0xFAA4]={
131226  category="lo",
131227  cjkwd="w",
131228  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0004",
131229  direction="l",
131230  linebreak="id",
131231  specials={ "char", 0x761D },
131232  unicodeslot=0xFAA4,
131233 },
131234 [0xFAA5]={
131235  category="lo",
131236  cjkwd="w",
131237  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0005",
131238  direction="l",
131239  linebreak="id",
131240  specials={ "char", 0x761F },
131241  unicodeslot=0xFAA5,
131242 },
131243 [0xFAA6]={
131244  category="lo",
131245  cjkwd="w",
131246  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0006",
131247  direction="l",
131248  linebreak="id",
131249  specials={ "char", 0x76CA },
131250  unicodeslot=0xFAA6,
131251 },
131252 [0xFAA7]={
131253  category="lo",
131254  cjkwd="w",
131255  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0007",
131256  direction="l",
131257  linebreak="id",
131258  specials={ "char", 0x76DB },
131259  unicodeslot=0xFAA7,
131260 },
131261 [0xFAA8]={
131262  category="lo",
131263  cjkwd="w",
131264  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0008",
131265  direction="l",
131266  linebreak="id",
131267  specials={ "char", 0x76F4 },
131268  unicodeslot=0xFAA8,
131269 },
131270 [0xFAA9]={
131271  category="lo",
131272  cjkwd="w",
131273  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0009",
131274  direction="l",
131275  linebreak="id",
131276  specials={ "char", 0x774A },
131277  unicodeslot=0xFAA9,
131278 },
131279 [0xFAAA]={
131280  category="lo",
131281  cjkwd="w",
131282  description="CJK COMPATIBILITY IDEOGRAPH-FAAA",
131283  direction="l",
131284  linebreak="id",
131285  specials={ "char", 0x7740 },
131286  unicodeslot=0xFAAA,
131287 },
131288 [0xFAAB]={
131289  category="lo",
131290  cjkwd="w",
131291  description="CJK COMPATIBILITY IDEOGRAPH-FAAB",
131292  direction="l",
131293  linebreak="id",
131294  specials={ "char", 0x78CC },
131295  unicodeslot=0xFAAB,
131296 },
131297 [0xFAAC]={
131298  category="lo",
131299  cjkwd="w",
131300  description="CJK COMPATIBILITY IDEOGRAPH-FAAC",
131301  direction="l",
131302  linebreak="id",
131303  specials={ "char", 0x7AB1 },
131304  unicodeslot=0xFAAC,
131305 },
131306 [0xFAAD]={
131307  category="lo",
131308  cjkwd="w",
131309  description="CJK COMPATIBILITY IDEOGRAPH-FAAD",
131310  direction="l",
131311  linebreak="id",
131312  specials={ "char", 0x7BC0 },
131313  unicodeslot=0xFAAD,
131314 },
131315 [0xFAAE]={
131316  category="lo",
131317  cjkwd="w",
131318  description="CJK COMPATIBILITY IDEOGRAPH-FAAE",
131319  direction="l",
131320  linebreak="id",
131321  specials={ "char", 0x7C7B },
131322  unicodeslot=0xFAAE,
131323 },
131324 [0xFAAF]={
131325  category="lo",
131326  cjkwd="w",
131327  description="CJK COMPATIBILITY IDEOGRAPH-FAAF",
131328  direction="l",
131329  linebreak="id",
131330  specials={ "char", 0x7D5B },
131331  unicodeslot=0xFAAF,
131332 },
131333 [0xFAB0]={
131334  category="lo",
131335  cjkwd="w",
131336  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0000",
131337  direction="l",
131338  linebreak="id",
131339  specials={ "char", 0x7DF4 },
131340  unicodeslot=0xFAB0,
131341 },
131342 [0xFAB1]={
131343  category="lo",
131344  cjkwd="w",
131345  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0001",
131346  direction="l",
131347  linebreak="id",
131348  specials={ "char", 0x7F3E },
131349  unicodeslot=0xFAB1,
131350 },
131351 [0xFAB2]={
131352  category="lo",
131353  cjkwd="w",
131354  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0002",
131355  direction="l",
131356  linebreak="id",
131357  specials={ "char", 0x8005 },
131358  unicodeslot=0xFAB2,
131359 },
131360 [0xFAB3]={
131361  category="lo",
131362  cjkwd="w",
131363  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0003",
131364  direction="l",
131365  linebreak="id",
131366  specials={ "char", 0x8352 },
131367  unicodeslot=0xFAB3,
131368 },
131369 [0xFAB4]={
131370  category="lo",
131371  cjkwd="w",
131372  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0004",
131373  direction="l",
131374  linebreak="id",
131375  specials={ "char", 0x83EF },
131376  unicodeslot=0xFAB4,
131377 },
131378 [0xFAB5]={
131379  category="lo",
131380  cjkwd="w",
131381  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0005",
131382  direction="l",
131383  linebreak="id",
131384  specials={ "char", 0x8779 },
131385  unicodeslot=0xFAB5,
131386 },
131387 [0xFAB6]={
131388  category="lo",
131389  cjkwd="w",
131390  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0006",
131391  direction="l",
131392  linebreak="id",
131393  specials={ "char", 0x8941 },
131394  unicodeslot=0xFAB6,
131395 },
131396 [0xFAB7]={
131397  category="lo",
131398  cjkwd="w",
131399  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0007",
131400  direction="l",
131401  linebreak="id",
131402  specials={ "char", 0x8986 },
131403  unicodeslot=0xFAB7,
131404 },
131405 [0xFAB8]={
131406  category="lo",
131407  cjkwd="w",
131408  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0008",
131409  direction="l",
131410  linebreak="id",
131411  specials={ "char", 0x8996 },
131412  unicodeslot=0xFAB8,
131413 },
131414 [0xFAB9]={
131415  category="lo",
131416  cjkwd="w",
131417  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0009",
131418  direction="l",
131419  linebreak="id",
131420  specials={ "char", 0x8ABF },
131421  unicodeslot=0xFAB9,
131422 },
131423 [0xFABA]={
131424  category="lo",
131425  cjkwd="w",
131426  description="CJK COMPATIBILITY IDEOGRAPH-FABA",
131427  direction="l",
131428  linebreak="id",
131429  specials={ "char", 0x8AF8 },
131430  unicodeslot=0xFABA,
131431 },
131432 [0xFABB]={
131433  category="lo",
131434  cjkwd="w",
131435  description="CJK COMPATIBILITY IDEOGRAPH-FABB",
131436  direction="l",
131437  linebreak="id",
131438  specials={ "char", 0x8ACB },
131439  unicodeslot=0xFABB,
131440 },
131441 [0xFABC]={
131442  category="lo",
131443  cjkwd="w",
131444  description="CJK COMPATIBILITY IDEOGRAPH-FABC",
131445  direction="l",
131446  linebreak="id",
131447  specials={ "char", 0x8B01 },
131448  unicodeslot=0xFABC,
131449 },
131450 [0xFABD]={
131451  category="lo",
131452  cjkwd="w",
131453  description="CJK COMPATIBILITY IDEOGRAPH-FABD",
131454  direction="l",
131455  linebreak="id",
131456  specials={ "char", 0x8AFE },
131457  unicodeslot=0xFABD,
131458 },
131459 [0xFABE]={
131460  category="lo",
131461  cjkwd="w",
131462  description="CJK COMPATIBILITY IDEOGRAPH-FABE",
131463  direction="l",
131464  linebreak="id",
131465  specials={ "char", 0x8AED },
131466  unicodeslot=0xFABE,
131467 },
131468 [0xFABF]={
131469  category="lo",
131470  cjkwd="w",
131471  description="CJK COMPATIBILITY IDEOGRAPH-FABF",
131472  direction="l",
131473  linebreak="id",
131474  specials={ "char", 0x8B39 },
131475  unicodeslot=0xFABF,
131476 },
131477 [0xFAC0]={
131478  category="lo",
131479  cjkwd="w",
131480  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0000",
131481  direction="l",
131482  linebreak="id",
131483  specials={ "char", 0x8B8A },
131484  unicodeslot=0xFAC0,
131485 },
131486 [0xFAC1]={
131487  category="lo",
131488  cjkwd="w",
131489  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0001",
131490  direction="l",
131491  linebreak="id",
131492  specials={ "char", 0x8D08 },
131493  unicodeslot=0xFAC1,
131494 },
131495 [0xFAC2]={
131496  category="lo",
131497  cjkwd="w",
131498  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0002",
131499  direction="l",
131500  linebreak="id",
131501  specials={ "char", 0x8F38 },
131502  unicodeslot=0xFAC2,
131503 },
131504 [0xFAC3]={
131505  category="lo",
131506  cjkwd="w",
131507  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0003",
131508  direction="l",
131509  linebreak="id",
131510  specials={ "char", 0x9072 },
131511  unicodeslot=0xFAC3,
131512 },
131513 [0xFAC4]={
131514  category="lo",
131515  cjkwd="w",
131516  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0004",
131517  direction="l",
131518  linebreak="id",
131519  specials={ "char", 0x9199 },
131520  unicodeslot=0xFAC4,
131521 },
131522 [0xFAC5]={
131523  category="lo",
131524  cjkwd="w",
131525  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0005",
131526  direction="l",
131527  linebreak="id",
131528  specials={ "char", 0x9276 },
131529  unicodeslot=0xFAC5,
131530 },
131531 [0xFAC6]={
131532  category="lo",
131533  cjkwd="w",
131534  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0006",
131535  direction="l",
131536  linebreak="id",
131537  specials={ "char", 0x967C },
131538  unicodeslot=0xFAC6,
131539 },
131540 [0xFAC7]={
131541  category="lo",
131542  cjkwd="w",
131543  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0007",
131544  direction="l",
131545  linebreak="id",
131546  specials={ "char", 0x96E3 },
131547  unicodeslot=0xFAC7,
131548 },
131549 [0xFAC8]={
131550  category="lo",
131551  cjkwd="w",
131552  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0008",
131553  direction="l",
131554  linebreak="id",
131555  specials={ "char", 0x9756 },
131556  unicodeslot=0xFAC8,
131557 },
131558 [0xFAC9]={
131559  category="lo",
131560  cjkwd="w",
131561  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0009",
131562  direction="l",
131563  linebreak="id",
131564  specials={ "char", 0x97DB },
131565  unicodeslot=0xFAC9,
131566 },
131567 [0xFACA]={
131568  category="lo",
131569  cjkwd="w",
131570  description="CJK COMPATIBILITY IDEOGRAPH-FACA",
131571  direction="l",
131572  linebreak="id",
131573  specials={ "char", 0x97FF },
131574  unicodeslot=0xFACA,
131575 },
131576 [0xFACB]={
131577  category="lo",
131578  cjkwd="w",
131579  description="CJK COMPATIBILITY IDEOGRAPH-FACB",
131580  direction="l",
131581  linebreak="id",
131582  specials={ "char", 0x980B },
131583  unicodeslot=0xFACB,
131584 },
131585 [0xFACC]={
131586  category="lo",
131587  cjkwd="w",
131588  description="CJK COMPATIBILITY IDEOGRAPH-FACC",
131589  direction="l",
131590  linebreak="id",
131591  specials={ "char", 0x983B },
131592  unicodeslot=0xFACC,
131593 },
131594 [0xFACD]={
131595  category="lo",
131596  cjkwd="w",
131597  description="CJK COMPATIBILITY IDEOGRAPH-FACD",
131598  direction="l",
131599  linebreak="id",
131600  specials={ "char", 0x9B12 },
131601  unicodeslot=0xFACD,
131602 },
131603 [0xFACE]={
131604  category="lo",
131605  cjkwd="w",
131606  description="CJK COMPATIBILITY IDEOGRAPH-FACE",
131607  direction="l",
131608  linebreak="id",
131609  specials={ "char", 0x9F9C },
131610  unicodeslot=0xFACE,
131611 },
131612 [0xFACF]={
131613  category="lo",
131614  cjkwd="w",
131615  description="CJK COMPATIBILITY IDEOGRAPH-FACF",
131616  direction="l",
131617  linebreak="id",
131618  specials={ "char", 0x2284A },
131619  unicodeslot=0xFACF,
131620 },
131621 [0xFAD0]={
131622  category="lo",
131623  cjkwd="w",
131624  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0000",
131625  direction="l",
131626  linebreak="id",
131627  specials={ "char", 0x22844 },
131628  unicodeslot=0xFAD0,
131629 },
131630 [0xFAD1]={
131631  category="lo",
131632  cjkwd="w",
131633  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0001",
131634  direction="l",
131635  linebreak="id",
131636  specials={ "char", 0x233D5 },
131637  unicodeslot=0xFAD1,
131638 },
131639 [0xFAD2]={
131640  category="lo",
131641  cjkwd="w",
131642  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0002",
131643  direction="l",
131644  linebreak="id",
131645  specials={ "char", 0x3B9D },
131646  unicodeslot=0xFAD2,
131647 },
131648 [0xFAD3]={
131649  category="lo",
131650  cjkwd="w",
131651  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0003",
131652  direction="l",
131653  linebreak="id",
131654  specials={ "char", 0x4018 },
131655  unicodeslot=0xFAD3,
131656 },
131657 [0xFAD4]={
131658  category="lo",
131659  cjkwd="w",
131660  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0004",
131661  direction="l",
131662  linebreak="id",
131663  specials={ "char", 0x4039 },
131664  unicodeslot=0xFAD4,
131665 },
131666 [0xFAD5]={
131667  category="lo",
131668  cjkwd="w",
131669  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0005",
131670  direction="l",
131671  linebreak="id",
131672  specials={ "char", 0x25249 },
131673  unicodeslot=0xFAD5,
131674 },
131675 [0xFAD6]={
131676  category="lo",
131677  cjkwd="w",
131678  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0006",
131679  direction="l",
131680  linebreak="id",
131681  specials={ "char", 0x25CD0 },
131682  unicodeslot=0xFAD6,
131683 },
131684 [0xFAD7]={
131685  category="lo",
131686  cjkwd="w",
131687  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0007",
131688  direction="l",
131689  linebreak="id",
131690  specials={ "char", 0x27ED3 },
131691  unicodeslot=0xFAD7,
131692 },
131693 [0xFAD8]={
131694  category="lo",
131695  cjkwd="w",
131696  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0008",
131697  direction="l",
131698  linebreak="id",
131699  specials={ "char", 0x9F43 },
131700  unicodeslot=0xFAD8,
131701 },
131702 [0xFAD9]={
131703  category="lo",
131704  cjkwd="w",
131705  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0009",
131706  direction="l",
131707  linebreak="id",
131708  specials={ "char", 0x9F8E },
131709  unicodeslot=0xFAD9,
131710 },
131711 [0xFB00]={
131712  adobename="ff",
131713  category="ll",
131714  contextname="ffligature",
131715  description="LATIN SMALL LIGATURE FF",
131716  direction="l",
131717  linebreak="al",
131718  specials={ "compat", 0x66, 0x66 },
131719  uccode={ 0x66, 0x66 },
131720  unicodeslot=0xFB00,
131721 },
131722 [0xFB01]={
131723  adobename="fi",
131724  category="ll",
131725  contextname="filigature",
131726  description="LATIN SMALL LIGATURE FI",
131727  direction="l",
131728  linebreak="al",
131729  shcode={ 0x66, 0x69 },
131730  specials={ "compat", 0x66, 0x69 },
131731  uccode={ 0x66, 0x69 },
131732  unicodeslot=0xFB01,
131733 },
131734 [0xFB02]={
131735  adobename="fl",
131736  category="ll",
131737  contextname="flligature",
131738  description="LATIN SMALL LIGATURE FL",
131739  direction="l",
131740  linebreak="al",
131741  shcode={ 0x66, 0x6C },
131742  specials={ "compat", 0x66, 0x6C },
131743  uccode={ 0x66, 0x6C },
131744  unicodeslot=0xFB02,
131745 },
131746 [0xFB03]={
131747  adobename="ffi",
131748  category="ll",
131749  contextname="ffiligature",
131750  description="LATIN SMALL LIGATURE FFI",
131751  direction="l",
131752  linebreak="al",
131753  shcode={ 0x66, 0x69 },
131754  specials={ "compat", 0x66, 0x66, 0x69 },
131755  uccode={ 0x66, 0x66, 0x69 },
131756  unicodeslot=0xFB03,
131757 },
131758 [0xFB04]={
131759  adobename="ffl",
131760  category="ll",
131761  contextname="fflligature",
131762  description="LATIN SMALL LIGATURE FFL",
131763  direction="l",
131764  linebreak="al",
131765  shcode={ 0x66, 0x6C },
131766  specials={ "compat", 0x66, 0x66, 0x6C },
131767  uccode={ 0x66, 0x66, 0x6C },
131768  unicodeslot=0xFB04,
131769 },
131770 [0xFB05]={
131771  category="ll",
131772  description="LATIN SMALL LIGATURE LONG S T",
131773  direction="l",
131774  linebreak="al",
131775  specials={ "compat", 0x17F, 0x74 },
131776  uccode=0xFB06,
131777  unicodeslot=0xFB05,
131778 },
131779 [0xFB06]={
131780  category="ll",
131781  contextname="stligature",
131782  description="LATIN SMALL LIGATURE ST",
131783  direction="l",
131784  linebreak="al",
131785  shcode={ 0x73, 0x74 },
131786  specials={ "compat", 0x73, 0x74 },
131787  uccode={ 0x73, 0x74 },
131788  unicodeslot=0xFB06,
131789 },
131790 [0xFB13]={
131791  category="ll",
131792  description="ARMENIAN SMALL LIGATURE MEN NOW",
131793  direction="l",
131794  linebreak="al",
131795  specials={ "compat", 0x574, 0x576 },
131796  uccode={ 0x574, 0x576 },
131797  unicodeslot=0xFB13,
131798 },
131799 [0xFB14]={
131800  category="ll",
131801  description="ARMENIAN SMALL LIGATURE MEN ECH",
131802  direction="l",
131803  linebreak="al",
131804  specials={ "compat", 0x574, 0x565 },
131805  uccode={ 0x574, 0x565 },
131806  unicodeslot=0xFB14,
131807 },
131808 [0xFB15]={
131809  category="ll",
131810  description="ARMENIAN SMALL LIGATURE MEN INI",
131811  direction="l",
131812  linebreak="al",
131813  specials={ "compat", 0x574, 0x56B },
131814  uccode={ 0x574, 0x56B },
131815  unicodeslot=0xFB15,
131816 },
131817 [0xFB16]={
131818  category="ll",
131819  description="ARMENIAN SMALL LIGATURE VEW NOW",
131820  direction="l",
131821  linebreak="al",
131822  specials={ "compat", 0x57E, 0x576 },
131823  uccode={ 0x57E, 0x576 },
131824  unicodeslot=0xFB16,
131825 },
131826 [0xFB17]={
131827  category="ll",
131828  description="ARMENIAN SMALL LIGATURE MEN XEH",
131829  direction="l",
131830  linebreak="al",
131831  specials={ "compat", 0x574, 0x56D },
131832  uccode={ 0x574, 0x56D },
131833  unicodeslot=0xFB17,
131834 },
131835 [0xFB1D]={
131836  category="lo",
131837  description="HEBREW LETTER YOD WITH HIRIQ",
131838  direction="r",
131839  linebreak="hl",
131840  shcode=0x5D9,
131841  specials={ "char", 0x5D9, 0x5B4 },
131842  unicodeslot=0xFB1D,
131843 },
131844 [0xFB1E]={
131845  category="mn",
131846  combining=0x1A,
131847  description="HEBREW POINT JUDEO-SPANISH VARIKA",
131848  direction="nsm",
131849  linebreak="cm",
131850  unicodeslot=0xFB1E,
131851 },
131852 [0xFB1F]={
131853  adobename="yodyodpatahhebrew",
131854  category="lo",
131855  description="HEBREW LIGATURE YIDDISH YOD YOD PATAH",
131856  direction="r",
131857  linebreak="hl",
131858  specials={ "char", 0x5F2, 0x5B7 },
131859  unicodeslot=0xFB1F,
131860 },
131861 [0xFB20]={
131862  adobename="ayinaltonehebrew",
131863  category="lo",
131864  description="HEBREW LETTER ALTERNATIVE AYIN",
131865  direction="r",
131866  linebreak="hl",
131867  specials={ "font", 0x5E2 },
131868  unicodeslot=0xFB20,
131869 },
131870 [0xFB21]={
131871  category="lo",
131872  description="HEBREW LETTER WIDE ALEF",
131873  direction="r",
131874  linebreak="hl",
131875  specials={ "font", 0x5D0 },
131876  unicodeslot=0xFB21,
131877 },
131878 [0xFB22]={
131879  category="lo",
131880  description="HEBREW LETTER WIDE DALET",
131881  direction="r",
131882  linebreak="hl",
131883  specials={ "font", 0x5D3 },
131884  unicodeslot=0xFB22,
131885 },
131886 [0xFB23]={
131887  category="lo",
131888  description="HEBREW LETTER WIDE HE",
131889  direction="r",
131890  linebreak="hl",
131891  specials={ "font", 0x5D4 },
131892  unicodeslot=0xFB23,
131893 },
131894 [0xFB24]={
131895  category="lo",
131896  description="HEBREW LETTER WIDE KAF",
131897  direction="r",
131898  linebreak="hl",
131899  specials={ "font", 0x5DB },
131900  unicodeslot=0xFB24,
131901 },
131902 [0xFB25]={
131903  category="lo",
131904  description="HEBREW LETTER WIDE LAMED",
131905  direction="r",
131906  linebreak="hl",
131907  specials={ "font", 0x5DC },
131908  unicodeslot=0xFB25,
131909 },
131910 [0xFB26]={
131911  category="lo",
131912  description="HEBREW LETTER WIDE FINAL MEM",
131913  direction="r",
131914  linebreak="hl",
131915  specials={ "font", 0x5DD },
131916  unicodeslot=0xFB26,
131917 },
131918 [0xFB27]={
131919  category="lo",
131920  description="HEBREW LETTER WIDE RESH",
131921  direction="r",
131922  linebreak="hl",
131923  specials={ "font", 0x5E8 },
131924  unicodeslot=0xFB27,
131925 },
131926 [0xFB28]={
131927  category="lo",
131928  description="HEBREW LETTER WIDE TAV",
131929  direction="r",
131930  linebreak="hl",
131931  specials={ "font", 0x5EA },
131932  unicodeslot=0xFB28,
131933 },
131934 [0xFB29]={
131935  category="sm",
131936  description="HEBREW LETTER ALTERNATIVE PLUS SIGN",
131937  direction="es",
131938  linebreak="al",
131939  specials={ "font", 0x2B },
131940  unicodeslot=0xFB29,
131941 },
131942 [0xFB2A]={
131943  adobename="shinshindothebrew",
131944  category="lo",
131945  description="HEBREW LETTER SHIN WITH SHIN DOT",
131946  direction="r",
131947  linebreak="hl",
131948  shcode=0x5E9,
131949  specials={ "char", 0x5E9, 0x5C1 },
131950  unicodeslot=0xFB2A,
131951 },
131952 [0xFB2B]={
131953  adobename="shinsindothebrew",
131954  category="lo",
131955  description="HEBREW LETTER SHIN WITH SIN DOT",
131956  direction="r",
131957  linebreak="hl",
131958  shcode=0x5E9,
131959  specials={ "char", 0x5E9, 0x5C2 },
131960  unicodeslot=0xFB2B,
131961 },
131962 [0xFB2C]={
131963  adobename="shindageshshindothebrew",
131964  category="lo",
131965  description="HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT",
131966  direction="r",
131967  linebreak="hl",
131968  shcode=0x5E9,
131969  specials={ "char", 0xFB49, 0x5C1 },
131970  unicodeslot=0xFB2C,
131971 },
131972 [0xFB2D]={
131973  adobename="shindageshsindothebrew",
131974  category="lo",
131975  description="HEBREW LETTER SHIN WITH DAGESH AND SIN DOT",
131976  direction="r",
131977  linebreak="hl",
131978  shcode=0x5E9,
131979  specials={ "char", 0xFB49, 0x5C2 },
131980  unicodeslot=0xFB2D,
131981 },
131982 [0xFB2E]={
131983  adobename="alefpatahhebrew",
131984  category="lo",
131985  description="HEBREW LETTER ALEF WITH PATAH",
131986  direction="r",
131987  linebreak="hl",
131988  shcode=0x5D0,
131989  specials={ "char", 0x5D0, 0x5B7 },
131990  unicodeslot=0xFB2E,
131991 },
131992 [0xFB2F]={
131993  adobename="alefqamatshebrew",
131994  category="lo",
131995  description="HEBREW LETTER ALEF WITH QAMATS",
131996  direction="r",
131997  linebreak="hl",
131998  shcode=0x5D0,
131999  specials={ "char", 0x5D0, 0x5B8 },
132000  unicodeslot=0xFB2F,
132001 },
132002 [0xFB30]={
132003  adobename="alefdageshhebrew",
132004  category="lo",
132005  description="HEBREW LETTER ALEF WITH MAPIQ",
132006  direction="r",
132007  linebreak="hl",
132008  shcode=0x5D0,
132009  specials={ "char", 0x5D0, 0x5BC },
132010  unicodeslot=0xFB30,
132011 },
132012 [0xFB31]={
132013  adobename="betdageshhebrew",
132014  category="lo",
132015  description="HEBREW LETTER BET WITH DAGESH",
132016  direction="r",
132017  linebreak="hl",
132018  shcode=0x5D1,
132019  specials={ "char", 0x5D1, 0x5BC },
132020  unicodeslot=0xFB31,
132021 },
132022 [0xFB32]={
132023  adobename="gimeldageshhebrew",
132024  category="lo",
132025  description="HEBREW LETTER GIMEL WITH DAGESH",
132026  direction="r",
132027  linebreak="hl",
132028  shcode=0x5D2,
132029  specials={ "char", 0x5D2, 0x5BC },
132030  unicodeslot=0xFB32,
132031 },
132032 [0xFB33]={
132033  adobename="daletdageshhebrew",
132034  category="lo",
132035  description="HEBREW LETTER DALET WITH DAGESH",
132036  direction="r",
132037  linebreak="hl",
132038  shcode=0x5D3,
132039  specials={ "char", 0x5D3, 0x5BC },
132040  unicodeslot=0xFB33,
132041 },
132042 [0xFB34]={
132043  adobename="hedageshhebrew",
132044  category="lo",
132045  description="HEBREW LETTER HE WITH MAPIQ",
132046  direction="r",
132047  linebreak="hl",
132048  shcode=0x5D4,
132049  specials={ "char", 0x5D4, 0x5BC },
132050  unicodeslot=0xFB34,
132051 },
132052 [0xFB35]={
132053  adobename="vavdageshhebrew",
132054  category="lo",
132055  description="HEBREW LETTER VAV WITH DAGESH",
132056  direction="r",
132057  linebreak="hl",
132058  shcode=0x5D5,
132059  specials={ "char", 0x5D5, 0x5BC },
132060  unicodeslot=0xFB35,
132061 },
132062 [0xFB36]={
132063  adobename="zayindageshhebrew",
132064  category="lo",
132065  description="HEBREW LETTER ZAYIN WITH DAGESH",
132066  direction="r",
132067  linebreak="hl",
132068  shcode=0x5D6,
132069  specials={ "char", 0x5D6, 0x5BC },
132070  unicodeslot=0xFB36,
132071 },
132072 [0xFB38]={
132073  adobename="tetdageshhebrew",
132074  category="lo",
132075  description="HEBREW LETTER TET WITH DAGESH",
132076  direction="r",
132077  linebreak="hl",
132078  shcode=0x5D8,
132079  specials={ "char", 0x5D8, 0x5BC },
132080  unicodeslot=0xFB38,
132081 },
132082 [0xFB39]={
132083  adobename="yoddageshhebrew",
132084  category="lo",
132085  description="HEBREW LETTER YOD WITH DAGESH",
132086  direction="r",
132087  linebreak="hl",
132088  shcode=0x5D9,
132089  specials={ "char", 0x5D9, 0x5BC },
132090  unicodeslot=0xFB39,
132091 },
132092 [0xFB3A]={
132093  adobename="finalkafdageshhebrew",
132094  category="lo",
132095  description="HEBREW LETTER FINAL KAF WITH DAGESH",
132096  direction="r",
132097  linebreak="hl",
132098  specials={ "char", 0x5DA, 0x5BC },
132099  unicodeslot=0xFB3A,
132100 },
132101 [0xFB3B]={
132102  adobename="kafdageshhebrew",
132103  category="lo",
132104  description="HEBREW LETTER KAF WITH DAGESH",
132105  direction="r",
132106  linebreak="hl",
132107  shcode=0x5DB,
132108  specials={ "char", 0x5DB, 0x5BC },
132109  unicodeslot=0xFB3B,
132110 },
132111 [0xFB3C]={
132112  adobename="lameddageshhebrew",
132113  category="lo",
132114  description="HEBREW LETTER LAMED WITH DAGESH",
132115  direction="r",
132116  linebreak="hl",
132117  shcode=0x5DC,
132118  specials={ "char", 0x5DC, 0x5BC },
132119  unicodeslot=0xFB3C,
132120 },
132121 [0xFB3E]={
132122  adobename="memdageshhebrew",
132123  category="lo",
132124  description="HEBREW LETTER MEM WITH DAGESH",
132125  direction="r",
132126  linebreak="hl",
132127  shcode=0x5DE,
132128  specials={ "char", 0x5DE, 0x5BC },
132129  unicodeslot=0xFB3E,
132130 },
132131 [0xFB40]={
132132  adobename="nundageshhebrew",
132133  category="lo",
132134  description="HEBREW LETTER NUN WITH DAGESH",
132135  direction="r",
132136  linebreak="hl",
132137  shcode=0x5E0,
132138  specials={ "char", 0x5E0, 0x5BC },
132139  unicodeslot=0xFB40,
132140 },
132141 [0xFB41]={
132142  adobename="samekhdageshhebrew",
132143  category="lo",
132144  description="HEBREW LETTER SAMEKH WITH DAGESH",
132145  direction="r",
132146  linebreak="hl",
132147  shcode=0x5E1,
132148  specials={ "char", 0x5E1, 0x5BC },
132149  unicodeslot=0xFB41,
132150 },
132151 [0xFB43]={
132152  adobename="pefinaldageshhebrew",
132153  category="lo",
132154  description="HEBREW LETTER FINAL PE WITH DAGESH",
132155  direction="r",
132156  linebreak="hl",
132157  specials={ "char", 0x5E3, 0x5BC },
132158  unicodeslot=0xFB43,
132159 },
132160 [0xFB44]={
132161  adobename="pedageshhebrew",
132162  category="lo",
132163  description="HEBREW LETTER PE WITH DAGESH",
132164  direction="r",
132165  linebreak="hl",
132166  shcode=0x5E4,
132167  specials={ "char", 0x5E4, 0x5BC },
132168  unicodeslot=0xFB44,
132169 },
132170 [0xFB46]={
132171  adobename="tsadidageshhebrew",
132172  category="lo",
132173  description="HEBREW LETTER TSADI WITH DAGESH",
132174  direction="r",
132175  linebreak="hl",
132176  shcode=0x5E6,
132177  specials={ "char", 0x5E6, 0x5BC },
132178  unicodeslot=0xFB46,
132179 },
132180 [0xFB47]={
132181  adobename="qofdageshhebrew",
132182  category="lo",
132183  description="HEBREW LETTER QOF WITH DAGESH",
132184  direction="r",
132185  linebreak="hl",
132186  shcode=0x5E7,
132187  specials={ "char", 0x5E7, 0x5BC },
132188  unicodeslot=0xFB47,
132189 },
132190 [0xFB48]={
132191  adobename="reshdageshhebrew",
132192  category="lo",
132193  description="HEBREW LETTER RESH WITH DAGESH",
132194  direction="r",
132195  linebreak="hl",
132196  shcode=0x5E8,
132197  specials={ "char", 0x5E8, 0x5BC },
132198  unicodeslot=0xFB48,
132199 },
132200 [0xFB49]={
132201  adobename="shindageshhebrew",
132202  category="lo",
132203  description="HEBREW LETTER SHIN WITH DAGESH",
132204  direction="r",
132205  linebreak="hl",
132206  shcode=0x5E9,
132207  specials={ "char", 0x5E9, 0x5BC },
132208  unicodeslot=0xFB49,
132209 },
132210 [0xFB4A]={
132211  adobename="tavdageshhebrew",
132212  category="lo",
132213  description="HEBREW LETTER TAV WITH DAGESH",
132214  direction="r",
132215  linebreak="hl",
132216  shcode=0x5EA,
132217  specials={ "char", 0x5EA, 0x5BC },
132218  unicodeslot=0xFB4A,
132219 },
132220 [0xFB4B]={
132221  adobename="vavholamhebrew",
132222  category="lo",
132223  description="HEBREW LETTER VAV WITH HOLAM",
132224  direction="r",
132225  linebreak="hl",
132226  shcode=0x5D5,
132227  specials={ "char", 0x5D5, 0x5B9 },
132228  unicodeslot=0xFB4B,
132229 },
132230 [0xFB4C]={
132231  adobename="betrafehebrew",
132232  category="lo",
132233  description="HEBREW LETTER BET WITH RAFE",
132234  direction="r",
132235  linebreak="hl",
132236  shcode=0x5D1,
132237  specials={ "char", 0x5D1, 0x5BF },
132238  unicodeslot=0xFB4C,
132239 },
132240 [0xFB4D]={
132241  adobename="kafrafehebrew",
132242  category="lo",
132243  description="HEBREW LETTER KAF WITH RAFE",
132244  direction="r",
132245  linebreak="hl",
132246  shcode=0x5DB,
132247  specials={ "char", 0x5DB, 0x5BF },
132248  unicodeslot=0xFB4D,
132249 },
132250 [0xFB4E]={
132251  adobename="perafehebrew",
132252  category="lo",
132253  description="HEBREW LETTER PE WITH RAFE",
132254  direction="r",
132255  linebreak="hl",
132256  shcode=0x5E4,
132257  specials={ "char", 0x5E4, 0x5BF },
132258  unicodeslot=0xFB4E,
132259 },
132260 [0xFB4F]={
132261  adobename="aleflamedhebrew",
132262  category="lo",
132263  description="HEBREW LIGATURE ALEF LAMED",
132264  direction="r",
132265  linebreak="hl",
132266  specials={ "compat", 0x5D0, 0x5DC },
132267  unicodeslot=0xFB4F,
132268 },
132269 [0xFB50]={
132270  category="lo",
132271  description="ARABIC LETTER ALEF WASLA ISOLATED FORM",
132272  direction="al",
132273  linebreak="al",
132274  specials={ "isolated", 0x671 },
132275  unicodeslot=0xFB50,
132276 },
132277 [0xFB51]={
132278  category="lo",
132279  description="ARABIC LETTER ALEF WASLA FINAL FORM",
132280  direction="al",
132281  linebreak="al",
132282  specials={ "final", 0x671 },
132283  unicodeslot=0xFB51,
132284 },
132285 [0xFB52]={
132286  category="lo",
132287  description="ARABIC LETTER BEEH ISOLATED FORM",
132288  direction="al",
132289  linebreak="al",
132290  specials={ "isolated", 0x67B },
132291  unicodeslot=0xFB52,
132292 },
132293 [0xFB53]={
132294  category="lo",
132295  description="ARABIC LETTER BEEH FINAL FORM",
132296  direction="al",
132297  linebreak="al",
132298  specials={ "final", 0x67B },
132299  unicodeslot=0xFB53,
132300 },
132301 [0xFB54]={
132302  category="lo",
132303  description="ARABIC LETTER BEEH INITIAL FORM",
132304  direction="al",
132305  linebreak="al",
132306  specials={ "initial", 0x67B },
132307  unicodeslot=0xFB54,
132308 },
132309 [0xFB55]={
132310  category="lo",
132311  description="ARABIC LETTER BEEH MEDIAL FORM",
132312  direction="al",
132313  linebreak="al",
132314  specials={ "medial", 0x67B },
132315  unicodeslot=0xFB55,
132316 },
132317 [0xFB56]={
132318  category="lo",
132319  description="ARABIC LETTER PEH ISOLATED FORM",
132320  direction="al",
132321  linebreak="al",
132322  specials={ "isolated", 0x67E },
132323  unicodeslot=0xFB56,
132324 },
132325 [0xFB57]={
132326  adobename="pehfinalarabic",
132327  category="lo",
132328  description="ARABIC LETTER PEH FINAL FORM",
132329  direction="al",
132330  linebreak="al",
132331  specials={ "final", 0x67E },
132332  unicodeslot=0xFB57,
132333 },
132334 [0xFB58]={
132335  adobename="pehinitialarabic",
132336  category="lo",
132337  description="ARABIC LETTER PEH INITIAL FORM",
132338  direction="al",
132339  linebreak="al",
132340  specials={ "initial", 0x67E },
132341  unicodeslot=0xFB58,
132342 },
132343 [0xFB59]={
132344  adobename="pehmedialarabic",
132345  category="lo",
132346  description="ARABIC LETTER PEH MEDIAL FORM",
132347  direction="al",
132348  linebreak="al",
132349  specials={ "medial", 0x67E },
132350  unicodeslot=0xFB59,
132351 },
132352 [0xFB5A]={
132353  category="lo",
132354  description="ARABIC LETTER BEHEH ISOLATED FORM",
132355  direction="al",
132356  linebreak="al",
132357  specials={ "isolated", 0x680 },
132358  unicodeslot=0xFB5A,
132359 },
132360 [0xFB5B]={
132361  category="lo",
132362  description="ARABIC LETTER BEHEH FINAL FORM",
132363  direction="al",
132364  linebreak="al",
132365  specials={ "final", 0x680 },
132366  unicodeslot=0xFB5B,
132367 },
132368 [0xFB5C]={
132369  category="lo",
132370  description="ARABIC LETTER BEHEH INITIAL FORM",
132371  direction="al",
132372  linebreak="al",
132373  specials={ "initial", 0x680 },
132374  unicodeslot=0xFB5C,
132375 },
132376 [0xFB5D]={
132377  category="lo",
132378  description="ARABIC LETTER BEHEH MEDIAL FORM",
132379  direction="al",
132380  linebreak="al",
132381  specials={ "medial", 0x680 },
132382  unicodeslot=0xFB5D,
132383 },
132384 [0xFB5E]={
132385  category="lo",
132386  description="ARABIC LETTER TTEHEH ISOLATED FORM",
132387  direction="al",
132388  linebreak="al",
132389  specials={ "isolated", 0x67A },
132390  unicodeslot=0xFB5E,
132391 },
132392 [0xFB5F]={
132393  category="lo",
132394  description="ARABIC LETTER TTEHEH FINAL FORM",
132395  direction="al",
132396  linebreak="al",
132397  specials={ "final", 0x67A },
132398  unicodeslot=0xFB5F,
132399 },
132400 [0xFB60]={
132401  category="lo",
132402  description="ARABIC LETTER TTEHEH INITIAL FORM",
132403  direction="al",
132404  linebreak="al",
132405  specials={ "initial", 0x67A },
132406  unicodeslot=0xFB60,
132407 },
132408 [0xFB61]={
132409  category="lo",
132410  description="ARABIC LETTER TTEHEH MEDIAL FORM",
132411  direction="al",
132412  linebreak="al",
132413  specials={ "medial", 0x67A },
132414  unicodeslot=0xFB61,
132415 },
132416 [0xFB62]={
132417  category="lo",
132418  description="ARABIC LETTER TEHEH ISOLATED FORM",
132419  direction="al",
132420  linebreak="al",
132421  specials={ "isolated", 0x67F },
132422  unicodeslot=0xFB62,
132423 },
132424 [0xFB63]={
132425  category="lo",
132426  description="ARABIC LETTER TEHEH FINAL FORM",
132427  direction="al",
132428  linebreak="al",
132429  specials={ "final", 0x67F },
132430  unicodeslot=0xFB63,
132431 },
132432 [0xFB64]={
132433  category="lo",
132434  description="ARABIC LETTER TEHEH INITIAL FORM",
132435  direction="al",
132436  linebreak="al",
132437  specials={ "initial", 0x67F },
132438  unicodeslot=0xFB64,
132439 },
132440 [0xFB65]={
132441  category="lo",
132442  description="ARABIC LETTER TEHEH MEDIAL FORM",
132443  direction="al",
132444  linebreak="al",
132445  specials={ "medial", 0x67F },
132446  unicodeslot=0xFB65,
132447 },
132448 [0xFB66]={
132449  category="lo",
132450  description="ARABIC LETTER TTEH ISOLATED FORM",
132451  direction="al",
132452  linebreak="al",
132453  specials={ "isolated", 0x679 },
132454  unicodeslot=0xFB66,
132455 },
132456 [0xFB67]={
132457  adobename="ttehfinalarabic",
132458  category="lo",
132459  description="ARABIC LETTER TTEH FINAL FORM",
132460  direction="al",
132461  linebreak="al",
132462  specials={ "final", 0x679 },
132463  unicodeslot=0xFB67,
132464 },
132465 [0xFB68]={
132466  adobename="ttehinitialarabic",
132467  category="lo",
132468  description="ARABIC LETTER TTEH INITIAL FORM",
132469  direction="al",
132470  linebreak="al",
132471  specials={ "initial", 0x679 },
132472  unicodeslot=0xFB68,
132473 },
132474 [0xFB69]={
132475  adobename="ttehmedialarabic",
132476  category="lo",
132477  description="ARABIC LETTER TTEH MEDIAL FORM",
132478  direction="al",
132479  linebreak="al",
132480  specials={ "medial", 0x679 },
132481  unicodeslot=0xFB69,
132482 },
132483 [0xFB6A]={
132484  category="lo",
132485  description="ARABIC LETTER VEH ISOLATED FORM",
132486  direction="al",
132487  linebreak="al",
132488  specials={ "isolated", 0x6A4 },
132489  unicodeslot=0xFB6A,
132490 },
132491 [0xFB6B]={
132492  adobename="vehfinalarabic",
132493  category="lo",
132494  description="ARABIC LETTER VEH FINAL FORM",
132495  direction="al",
132496  linebreak="al",
132497  specials={ "final", 0x6A4 },
132498  unicodeslot=0xFB6B,
132499 },
132500 [0xFB6C]={
132501  adobename="vehinitialarabic",
132502  category="lo",
132503  description="ARABIC LETTER VEH INITIAL FORM",
132504  direction="al",
132505  linebreak="al",
132506  specials={ "initial", 0x6A4 },
132507  unicodeslot=0xFB6C,
132508 },
132509 [0xFB6D]={
132510  adobename="vehmedialarabic",
132511  category="lo",
132512  description="ARABIC LETTER VEH MEDIAL FORM",
132513  direction="al",
132514  linebreak="al",
132515  specials={ "medial", 0x6A4 },
132516  unicodeslot=0xFB6D,
132517 },
132518 [0xFB6E]={
132519  category="lo",
132520  description="ARABIC LETTER PEHEH ISOLATED FORM",
132521  direction="al",
132522  linebreak="al",
132523  specials={ "isolated", 0x6A6 },
132524  unicodeslot=0xFB6E,
132525 },
132526 [0xFB6F]={
132527  category="lo",
132528  description="ARABIC LETTER PEHEH FINAL FORM",
132529  direction="al",
132530  linebreak="al",
132531  specials={ "final", 0x6A6 },
132532  unicodeslot=0xFB6F,
132533 },
132534 [0xFB70]={
132535  category="lo",
132536  description="ARABIC LETTER PEHEH INITIAL FORM",
132537  direction="al",
132538  linebreak="al",
132539  specials={ "initial", 0x6A6 },
132540  unicodeslot=0xFB70,
132541 },
132542 [0xFB71]={
132543  category="lo",
132544  description="ARABIC LETTER PEHEH MEDIAL FORM",
132545  direction="al",
132546  linebreak="al",
132547  specials={ "medial", 0x6A6 },
132548  unicodeslot=0xFB71,
132549 },
132550 [0xFB72]={
132551  category="lo",
132552  description="ARABIC LETTER DYEH ISOLATED FORM",
132553  direction="al",
132554  linebreak="al",
132555  specials={ "isolated", 0x684 },
132556  unicodeslot=0xFB72,
132557 },
132558 [0xFB73]={
132559  category="lo",
132560  description="ARABIC LETTER DYEH FINAL FORM",
132561  direction="al",
132562  linebreak="al",
132563  specials={ "final", 0x684 },
132564  unicodeslot=0xFB73,
132565 },
132566 [0xFB74]={
132567  category="lo",
132568  description="ARABIC LETTER DYEH INITIAL FORM",
132569  direction="al",
132570  linebreak="al",
132571  specials={ "initial", 0x684 },
132572  unicodeslot=0xFB74,
132573 },
132574 [0xFB75]={
132575  category="lo",
132576  description="ARABIC LETTER DYEH MEDIAL FORM",
132577  direction="al",
132578  linebreak="al",
132579  specials={ "medial", 0x684 },
132580  unicodeslot=0xFB75,
132581 },
132582 [0xFB76]={
132583  category="lo",
132584  description="ARABIC LETTER NYEH ISOLATED FORM",
132585  direction="al",
132586  linebreak="al",
132587  specials={ "isolated", 0x683 },
132588  unicodeslot=0xFB76,
132589 },
132590 [0xFB77]={
132591  category="lo",
132592  description="ARABIC LETTER NYEH FINAL FORM",
132593  direction="al",
132594  linebreak="al",
132595  specials={ "final", 0x683 },
132596  unicodeslot=0xFB77,
132597 },
132598 [0xFB78]={
132599  category="lo",
132600  description="ARABIC LETTER NYEH INITIAL FORM",
132601  direction="al",
132602  linebreak="al",
132603  specials={ "initial", 0x683 },
132604  unicodeslot=0xFB78,
132605 },
132606 [0xFB79]={
132607  category="lo",
132608  description="ARABIC LETTER NYEH MEDIAL FORM",
132609  direction="al",
132610  linebreak="al",
132611  specials={ "medial", 0x683 },
132612  unicodeslot=0xFB79,
132613 },
132614 [0xFB7A]={
132615  category="lo",
132616  description="ARABIC LETTER TCHEH ISOLATED FORM",
132617  direction="al",
132618  linebreak="al",
132619  specials={ "isolated", 0x686 },
132620  unicodeslot=0xFB7A,
132621 },
132622 [0xFB7B]={
132623  adobename="tchehfinalarabic",
132624  category="lo",
132625  description="ARABIC LETTER TCHEH FINAL FORM",
132626  direction="al",
132627  linebreak="al",
132628  specials={ "final", 0x686 },
132629  unicodeslot=0xFB7B,
132630 },
132631 [0xFB7C]={
132632  adobename="tchehmeeminitialarabic",
132633  category="lo",
132634  description="ARABIC LETTER TCHEH INITIAL FORM",
132635  direction="al",
132636  linebreak="al",
132637  specials={ "initial", 0x686 },
132638  unicodeslot=0xFB7C,
132639 },
132640 [0xFB7D]={
132641  adobename="tchehmedialarabic",
132642  category="lo",
132643  description="ARABIC LETTER TCHEH MEDIAL FORM",
132644  direction="al",
132645  linebreak="al",
132646  specials={ "medial", 0x686 },
132647  unicodeslot=0xFB7D,
132648 },
132649 [0xFB7E]={
132650  category="lo",
132651  description="ARABIC LETTER TCHEHEH ISOLATED FORM",
132652  direction="al",
132653  linebreak="al",
132654  specials={ "isolated", 0x687 },
132655  unicodeslot=0xFB7E,
132656 },
132657 [0xFB7F]={
132658  category="lo",
132659  description="ARABIC LETTER TCHEHEH FINAL FORM",
132660  direction="al",
132661  linebreak="al",
132662  specials={ "final", 0x687 },
132663  unicodeslot=0xFB7F,
132664 },
132665 [0xFB80]={
132666  category="lo",
132667  description="ARABIC LETTER TCHEHEH INITIAL FORM",
132668  direction="al",
132669  linebreak="al",
132670  specials={ "initial", 0x687 },
132671  unicodeslot=0xFB80,
132672 },
132673 [0xFB81]={
132674  category="lo",
132675  description="ARABIC LETTER TCHEHEH MEDIAL FORM",
132676  direction="al",
132677  linebreak="al",
132678  specials={ "medial", 0x687 },
132679  unicodeslot=0xFB81,
132680 },
132681 [0xFB82]={
132682  category="lo",
132683  description="ARABIC LETTER DDAHAL ISOLATED FORM",
132684  direction="al",
132685  linebreak="al",
132686  specials={ "isolated", 0x68D },
132687  unicodeslot=0xFB82,
132688 },
132689 [0xFB83]={
132690  category="lo",
132691  description="ARABIC LETTER DDAHAL FINAL FORM",
132692  direction="al",
132693  linebreak="al",
132694  specials={ "final", 0x68D },
132695  unicodeslot=0xFB83,
132696 },
132697 [0xFB84]={
132698  category="lo",
132699  description="ARABIC LETTER DAHAL ISOLATED FORM",
132700  direction="al",
132701  linebreak="al",
132702  specials={ "isolated", 0x68C },
132703  unicodeslot=0xFB84,
132704 },
132705 [0xFB85]={
132706  category="lo",
132707  description="ARABIC LETTER DAHAL FINAL FORM",
132708  direction="al",
132709  linebreak="al",
132710  specials={ "final", 0x68C },
132711  unicodeslot=0xFB85,
132712 },
132713 [0xFB86]={
132714  category="lo",
132715  description="ARABIC LETTER DUL ISOLATED FORM",
132716  direction="al",
132717  linebreak="al",
132718  specials={ "isolated", 0x68E },
132719  unicodeslot=0xFB86,
132720 },
132721 [0xFB87]={
132722  category="lo",
132723  description="ARABIC LETTER DUL FINAL FORM",
132724  direction="al",
132725  linebreak="al",
132726  specials={ "final", 0x68E },
132727  unicodeslot=0xFB87,
132728 },
132729 [0xFB88]={
132730  category="lo",
132731  description="ARABIC LETTER DDAL ISOLATED FORM",
132732  direction="al",
132733  linebreak="al",
132734  specials={ "isolated", 0x688 },
132735  unicodeslot=0xFB88,
132736 },
132737 [0xFB89]={
132738  adobename="ddalfinalarabic",
132739  category="lo",
132740  description="ARABIC LETTER DDAL FINAL FORM",
132741  direction="al",
132742  linebreak="al",
132743  specials={ "final", 0x688 },
132744  unicodeslot=0xFB89,
132745 },
132746 [0xFB8A]={
132747  category="lo",
132748  description="ARABIC LETTER JEH ISOLATED FORM",
132749  direction="al",
132750  linebreak="al",
132751  specials={ "isolated", 0x698 },
132752  unicodeslot=0xFB8A,
132753 },
132754 [0xFB8B]={
132755  adobename="jehfinalarabic",
132756  category="lo",
132757  description="ARABIC LETTER JEH FINAL FORM",
132758  direction="al",
132759  linebreak="al",
132760  specials={ "final", 0x698 },
132761  unicodeslot=0xFB8B,
132762 },
132763 [0xFB8C]={
132764  category="lo",
132765  description="ARABIC LETTER RREH ISOLATED FORM",
132766  direction="al",
132767  linebreak="al",
132768  specials={ "isolated", 0x691 },
132769  unicodeslot=0xFB8C,
132770 },
132771 [0xFB8D]={
132772  adobename="rrehfinalarabic",
132773  category="lo",
132774  description="ARABIC LETTER RREH FINAL FORM",
132775  direction="al",
132776  linebreak="al",
132777  specials={ "final", 0x691 },
132778  unicodeslot=0xFB8D,
132779 },
132780 [0xFB8E]={
132781  category="lo",
132782  description="ARABIC LETTER KEHEH ISOLATED FORM",
132783  direction="al",
132784  linebreak="al",
132785  specials={ "isolated", 0x6A9 },
132786  unicodeslot=0xFB8E,
132787 },
132788 [0xFB8F]={
132789  category="lo",
132790  description="ARABIC LETTER KEHEH FINAL FORM",
132791  direction="al",
132792  linebreak="al",
132793  specials={ "final", 0x6A9 },
132794  unicodeslot=0xFB8F,
132795 },
132796 [0xFB90]={
132797  category="lo",
132798  description="ARABIC LETTER KEHEH INITIAL FORM",
132799  direction="al",
132800  linebreak="al",
132801  specials={ "initial", 0x6A9 },
132802  unicodeslot=0xFB90,
132803 },
132804 [0xFB91]={
132805  category="lo",
132806  description="ARABIC LETTER KEHEH MEDIAL FORM",
132807  direction="al",
132808  linebreak="al",
132809  specials={ "medial", 0x6A9 },
132810  unicodeslot=0xFB91,
132811 },
132812 [0xFB92]={
132813  category="lo",
132814  description="ARABIC LETTER GAF ISOLATED FORM",
132815  direction="al",
132816  linebreak="al",
132817  specials={ "isolated", 0x6AF },
132818  unicodeslot=0xFB92,
132819 },
132820 [0xFB93]={
132821  adobename="gaffinalarabic",
132822  category="lo",
132823  description="ARABIC LETTER GAF FINAL FORM",
132824  direction="al",
132825  linebreak="al",
132826  specials={ "final", 0x6AF },
132827  unicodeslot=0xFB93,
132828 },
132829 [0xFB94]={
132830  adobename="gafinitialarabic",
132831  category="lo",
132832  description="ARABIC LETTER GAF INITIAL FORM",
132833  direction="al",
132834  linebreak="al",
132835  specials={ "initial", 0x6AF },
132836  unicodeslot=0xFB94,
132837 },
132838 [0xFB95]={
132839  adobename="gafmedialarabic",
132840  category="lo",
132841  description="ARABIC LETTER GAF MEDIAL FORM",
132842  direction="al",
132843  linebreak="al",
132844  specials={ "medial", 0x6AF },
132845  unicodeslot=0xFB95,
132846 },
132847 [0xFB96]={
132848  category="lo",
132849  description="ARABIC LETTER GUEH ISOLATED FORM",
132850  direction="al",
132851  linebreak="al",
132852  specials={ "isolated", 0x6B3 },
132853  unicodeslot=0xFB96,
132854 },
132855 [0xFB97]={
132856  category="lo",
132857  description="ARABIC LETTER GUEH FINAL FORM",
132858  direction="al",
132859  linebreak="al",
132860  specials={ "final", 0x6B3 },
132861  unicodeslot=0xFB97,
132862 },
132863 [0xFB98]={
132864  category="lo",
132865  description="ARABIC LETTER GUEH INITIAL FORM",
132866  direction="al",
132867  linebreak="al",
132868  specials={ "initial", 0x6B3 },
132869  unicodeslot=0xFB98,
132870 },
132871 [0xFB99]={
132872  category="lo",
132873  description="ARABIC LETTER GUEH MEDIAL FORM",
132874  direction="al",
132875  linebreak="al",
132876  specials={ "medial", 0x6B3 },
132877  unicodeslot=0xFB99,
132878 },
132879 [0xFB9A]={
132880  category="lo",
132881  description="ARABIC LETTER NGOEH ISOLATED FORM",
132882  direction="al",
132883  linebreak="al",
132884  specials={ "isolated", 0x6B1 },
132885  unicodeslot=0xFB9A,
132886 },
132887 [0xFB9B]={
132888  category="lo",
132889  description="ARABIC LETTER NGOEH FINAL FORM",
132890  direction="al",
132891  linebreak="al",
132892  specials={ "final", 0x6B1 },
132893  unicodeslot=0xFB9B,
132894 },
132895 [0xFB9C]={
132896  category="lo",
132897  description="ARABIC LETTER NGOEH INITIAL FORM",
132898  direction="al",
132899  linebreak="al",
132900  specials={ "initial", 0x6B1 },
132901  unicodeslot=0xFB9C,
132902 },
132903 [0xFB9D]={
132904  category="lo",
132905  description="ARABIC LETTER NGOEH MEDIAL FORM",
132906  direction="al",
132907  linebreak="al",
132908  specials={ "medial", 0x6B1 },
132909  unicodeslot=0xFB9D,
132910 },
132911 [0xFB9E]={
132912  category="lo",
132913  description="ARABIC LETTER NOON GHUNNA ISOLATED FORM",
132914  direction="al",
132915  linebreak="al",
132916  specials={ "isolated", 0x6BA },
132917  unicodeslot=0xFB9E,
132918 },
132919 [0xFB9F]={
132920  adobename="noonghunnafinalarabic",
132921  category="lo",
132922  description="ARABIC LETTER NOON GHUNNA FINAL FORM",
132923  direction="al",
132924  linebreak="al",
132925  specials={ "final", 0x6BA },
132926  unicodeslot=0xFB9F,
132927 },
132928 [0xFBA0]={
132929  category="lo",
132930  description="ARABIC LETTER RNOON ISOLATED FORM",
132931  direction="al",
132932  linebreak="al",
132933  specials={ "isolated", 0x6BB },
132934  unicodeslot=0xFBA0,
132935 },
132936 [0xFBA1]={
132937  category="lo",
132938  description="ARABIC LETTER RNOON FINAL FORM",
132939  direction="al",
132940  linebreak="al",
132941  specials={ "final", 0x6BB },
132942  unicodeslot=0xFBA1,
132943 },
132944 [0xFBA2]={
132945  category="lo",
132946  description="ARABIC LETTER RNOON INITIAL FORM",
132947  direction="al",
132948  linebreak="al",
132949  specials={ "initial", 0x6BB },
132950  unicodeslot=0xFBA2,
132951 },
132952 [0xFBA3]={
132953  category="lo",
132954  description="ARABIC LETTER RNOON MEDIAL FORM",
132955  direction="al",
132956  linebreak="al",
132957  specials={ "medial", 0x6BB },
132958  unicodeslot=0xFBA3,
132959 },
132960 [0xFBA4]={
132961  adobename="hehhamzaaboveisolatedarabic",
132962  category="lo",
132963  description="ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM",
132964  direction="al",
132965  linebreak="al",
132966  shcode=0x647,
132967  specials={ "isolated", 0x6C0 },
132968  unicodeslot=0xFBA4,
132969 },
132970 [0xFBA5]={
132971  adobename="hehhamzaabovefinalarabic",
132972  category="lo",
132973  description="ARABIC LETTER HEH WITH YEH ABOVE FINAL FORM",
132974  direction="al",
132975  linebreak="al",
132976  shcode=0x647,
132977  specials={ "final", 0x6C0 },
132978  unicodeslot=0xFBA5,
132979 },
132980 [0xFBA6]={
132981  category="lo",
132982  description="ARABIC LETTER HEH GOAL ISOLATED FORM",
132983  direction="al",
132984  linebreak="al",
132985  specials={ "isolated", 0x6C1 },
132986  unicodeslot=0xFBA6,
132987 },
132988 [0xFBA7]={
132989  adobename="hehfinalaltonearabic",
132990  category="lo",
132991  description="ARABIC LETTER HEH GOAL FINAL FORM",
132992  direction="al",
132993  linebreak="al",
132994  specials={ "final", 0x6C1 },
132995  unicodeslot=0xFBA7,
132996 },
132997 [0xFBA8]={
132998  adobename="hehinitialaltonearabic",
132999  category="lo",
133000  description="ARABIC LETTER HEH GOAL INITIAL FORM",
133001  direction="al",
133002  linebreak="al",
133003  specials={ "initial", 0x6C1 },
133004  unicodeslot=0xFBA8,
133005 },
133006 [0xFBA9]={
133007  adobename="hehmedialaltonearabic",
133008  category="lo",
133009  description="ARABIC LETTER HEH GOAL MEDIAL FORM",
133010  direction="al",
133011  linebreak="al",
133012  specials={ "medial", 0x6C1 },
133013  unicodeslot=0xFBA9,
133014 },
133015 [0xFBAA]={
133016  category="lo",
133017  description="ARABIC LETTER HEH DOACHASHMEE ISOLATED FORM",
133018  direction="al",
133019  linebreak="al",
133020  specials={ "isolated", 0x6BE },
133021  unicodeslot=0xFBAA,
133022 },
133023 [0xFBAB]={
133024  category="lo",
133025  description="ARABIC LETTER HEH DOACHASHMEE FINAL FORM",
133026  direction="al",
133027  linebreak="al",
133028  specials={ "final", 0x6BE },
133029  unicodeslot=0xFBAB,
133030 },
133031 [0xFBAC]={
133032  category="lo",
133033  description="ARABIC LETTER HEH DOACHASHMEE INITIAL FORM",
133034  direction="al",
133035  linebreak="al",
133036  specials={ "initial", 0x6BE },
133037  unicodeslot=0xFBAC,
133038 },
133039 [0xFBAD]={
133040  category="lo",
133041  description="ARABIC LETTER HEH DOACHASHMEE MEDIAL FORM",
133042  direction="al",
133043  linebreak="al",
133044  specials={ "medial", 0x6BE },
133045  unicodeslot=0xFBAD,
133046 },
133047 [0xFBAE]={
133048  category="lo",
133049  description="ARABIC LETTER YEH BARREE ISOLATED FORM",
133050  direction="al",
133051  linebreak="al",
133052  specials={ "isolated", 0x6D2 },
133053  unicodeslot=0xFBAE,
133054 },
133055 [0xFBAF]={
133056  adobename="yehbarreefinalarabic",
133057  category="lo",
133058  description="ARABIC LETTER YEH BARREE FINAL FORM",
133059  direction="al",
133060  linebreak="al",
133061  specials={ "final", 0x6D2 },
133062  unicodeslot=0xFBAF,
133063 },
133064 [0xFBB0]={
133065  category="lo",
133066  description="ARABIC LETTER YEH BARREE WITH HAMZA ABOVE ISOLATED FORM",
133067  direction="al",
133068  linebreak="al",
133069  specials={ "isolated", 0x6D3 },
133070  unicodeslot=0xFBB0,
133071 },
133072 [0xFBB1]={
133073  category="lo",
133074  description="ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM",
133075  direction="al",
133076  linebreak="al",
133077  specials={ "final", 0x6D3 },
133078  unicodeslot=0xFBB1,
133079 },
133080 [0xFBB2]={
133081  category="sk",
133082  description="ARABIC SYMBOL DOT ABOVE",
133083  direction="al",
133084  linebreak="al",
133085  unicodeslot=0xFBB2,
133086 },
133087 [0xFBB3]={
133088  category="sk",
133089  description="ARABIC SYMBOL DOT BELOW",
133090  direction="al",
133091  linebreak="al",
133092  unicodeslot=0xFBB3,
133093 },
133094 [0xFBB4]={
133095  category="sk",
133096  description="ARABIC SYMBOL TWO DOTS ABOVE",
133097  direction="al",
133098  linebreak="al",
133099  unicodeslot=0xFBB4,
133100 },
133101 [0xFBB5]={
133102  category="sk",
133103  description="ARABIC SYMBOL TWO DOTS BELOW",
133104  direction="al",
133105  linebreak="al",
133106  unicodeslot=0xFBB5,
133107 },
133108 [0xFBB6]={
133109  category="sk",
133110  description="ARABIC SYMBOL THREE DOTS ABOVE",
133111  direction="al",
133112  linebreak="al",
133113  unicodeslot=0xFBB6,
133114 },
133115 [0xFBB7]={
133116  category="sk",
133117  description="ARABIC SYMBOL THREE DOTS BELOW",
133118  direction="al",
133119  linebreak="al",
133120  unicodeslot=0xFBB7,
133121 },
133122 [0xFBB8]={
133123  category="sk",
133124  description="ARABIC SYMBOL THREE DOTS POINTING DOWNWARDS ABOVE",
133125  direction="al",
133126  linebreak="al",
133127  unicodeslot=0xFBB8,
133128 },
133129 [0xFBB9]={
133130  category="sk",
133131  description="ARABIC SYMBOL THREE DOTS POINTING DOWNWARDS BELOW",
133132  direction="al",
133133  linebreak="al",
133134  unicodeslot=0xFBB9,
133135 },
133136 [0xFBBA]={
133137  category="sk",
133138  description="ARABIC SYMBOL FOUR DOTS ABOVE",
133139  direction="al",
133140  linebreak="al",
133141  unicodeslot=0xFBBA,
133142 },
133143 [0xFBBB]={
133144  category="sk",
133145  description="ARABIC SYMBOL FOUR DOTS BELOW",
133146  direction="al",
133147  linebreak="al",
133148  unicodeslot=0xFBBB,
133149 },
133150 [0xFBBC]={
133151  category="sk",
133152  description="ARABIC SYMBOL DOUBLE VERTICAL BAR BELOW",
133153  direction="al",
133154  linebreak="al",
133155  unicodeslot=0xFBBC,
133156 },
133157 [0xFBBD]={
133158  category="sk",
133159  description="ARABIC SYMBOL TWO DOTS VERTICALLY ABOVE",
133160  direction="al",
133161  linebreak="al",
133162  unicodeslot=0xFBBD,
133163 },
133164 [0xFBBE]={
133165  category="sk",
133166  description="ARABIC SYMBOL TWO DOTS VERTICALLY BELOW",
133167  direction="al",
133168  linebreak="al",
133169  unicodeslot=0xFBBE,
133170 },
133171 [0xFBBF]={
133172  category="sk",
133173  description="ARABIC SYMBOL RING",
133174  direction="al",
133175  linebreak="al",
133176  unicodeslot=0xFBBF,
133177 },
133178 [0xFBC0]={
133179  category="sk",
133180  description="ARABIC SYMBOL SMALL TAH ABOVE",
133181  direction="al",
133182  linebreak="al",
133183  unicodeslot=0xFBC0,
133184 },
133185 [0xFBC1]={
133186  category="sk",
133187  description="ARABIC SYMBOL SMALL TAH BELOW",
133188  direction="al",
133189  linebreak="al",
133190  unicodeslot=0xFBC1,
133191 },
133192 [0xFBC2]={
133193  category="sk",
133194  description="ARABIC SYMBOL WASLA ABOVE",
133195  direction="al",
133196  linebreak="al",
133197  unicodeslot=0xFBC2,
133198 },
133199 [0xFBD3]={
133200  category="lo",
133201  description="ARABIC LETTER NG ISOLATED FORM",
133202  direction="al",
133203  linebreak="al",
133204  specials={ "isolated", 0x6AD },
133205  unicodeslot=0xFBD3,
133206 },
133207 [0xFBD4]={
133208  category="lo",
133209  description="ARABIC LETTER NG FINAL FORM",
133210  direction="al",
133211  linebreak="al",
133212  specials={ "final", 0x6AD },
133213  unicodeslot=0xFBD4,
133214 },
133215 [0xFBD5]={
133216  category="lo",
133217  description="ARABIC LETTER NG INITIAL FORM",
133218  direction="al",
133219  linebreak="al",
133220  specials={ "initial", 0x6AD },
133221  unicodeslot=0xFBD5,
133222 },
133223 [0xFBD6]={
133224  category="lo",
133225  description="ARABIC LETTER NG MEDIAL FORM",
133226  direction="al",
133227  linebreak="al",
133228  specials={ "medial", 0x6AD },
133229  unicodeslot=0xFBD6,
133230 },
133231 [0xFBD7]={
133232  category="lo",
133233  description="ARABIC LETTER U ISOLATED FORM",
133234  direction="al",
133235  linebreak="al",
133236  specials={ "isolated", 0x6C7 },
133237  unicodeslot=0xFBD7,
133238 },
133239 [0xFBD8]={
133240  category="lo",
133241  description="ARABIC LETTER U FINAL FORM",
133242  direction="al",
133243  linebreak="al",
133244  specials={ "final", 0x6C7 },
133245  unicodeslot=0xFBD8,
133246 },
133247 [0xFBD9]={
133248  category="lo",
133249  description="ARABIC LETTER OE ISOLATED FORM",
133250  direction="al",
133251  linebreak="al",
133252  specials={ "isolated", 0x6C6 },
133253  unicodeslot=0xFBD9,
133254 },
133255 [0xFBDA]={
133256  category="lo",
133257  description="ARABIC LETTER OE FINAL FORM",
133258  direction="al",
133259  linebreak="al",
133260  specials={ "final", 0x6C6 },
133261  unicodeslot=0xFBDA,
133262 },
133263 [0xFBDB]={
133264  category="lo",
133265  description="ARABIC LETTER YU ISOLATED FORM",
133266  direction="al",
133267  linebreak="al",
133268  specials={ "isolated", 0x6C8 },
133269  unicodeslot=0xFBDB,
133270 },
133271 [0xFBDC]={
133272  category="lo",
133273  description="ARABIC LETTER YU FINAL FORM",
133274  direction="al",
133275  linebreak="al",
133276  specials={ "final", 0x6C8 },
133277  unicodeslot=0xFBDC,
133278 },
133279 [0xFBDD]={
133280  category="lo",
133281  description="ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM",
133282  direction="al",
133283  linebreak="al",
133284  shcode=0x6C7,
133285  specials={ "isolated", 0x677 },
133286  unicodeslot=0xFBDD,
133287 },
133288 [0xFBDE]={
133289  category="lo",
133290  description="ARABIC LETTER VE ISOLATED FORM",
133291  direction="al",
133292  linebreak="al",
133293  specials={ "isolated", 0x6CB },
133294  unicodeslot=0xFBDE,
133295 },
133296 [0xFBDF]={
133297  category="lo",
133298  description="ARABIC LETTER VE FINAL FORM",
133299  direction="al",
133300  linebreak="al",
133301  specials={ "final", 0x6CB },
133302  unicodeslot=0xFBDF,
133303 },
133304 [0xFBE0]={
133305  category="lo",
133306  description="ARABIC LETTER KIRGHIZ OE ISOLATED FORM",
133307  direction="al",
133308  linebreak="al",
133309  specials={ "isolated", 0x6C5 },
133310  unicodeslot=0xFBE0,
133311 },
133312 [0xFBE1]={
133313  category="lo",
133314  description="ARABIC LETTER KIRGHIZ OE FINAL FORM",
133315  direction="al",
133316  linebreak="al",
133317  specials={ "final", 0x6C5 },
133318  unicodeslot=0xFBE1,
133319 },
133320 [0xFBE2]={
133321  category="lo",
133322  description="ARABIC LETTER KIRGHIZ YU ISOLATED FORM",
133323  direction="al",
133324  linebreak="al",
133325  specials={ "isolated", 0x6C9 },
133326  unicodeslot=0xFBE2,
133327 },
133328 [0xFBE3]={
133329  category="lo",
133330  description="ARABIC LETTER KIRGHIZ YU FINAL FORM",
133331  direction="al",
133332  linebreak="al",
133333  specials={ "final", 0x6C9 },
133334  unicodeslot=0xFBE3,
133335 },
133336 [0xFBE4]={
133337  category="lo",
133338  description="ARABIC LETTER E ISOLATED FORM",
133339  direction="al",
133340  linebreak="al",
133341  specials={ "isolated", 0x6D0 },
133342  unicodeslot=0xFBE4,
133343 },
133344 [0xFBE5]={
133345  category="lo",
133346  description="ARABIC LETTER E FINAL FORM",
133347  direction="al",
133348  linebreak="al",
133349  specials={ "final", 0x6D0 },
133350  unicodeslot=0xFBE5,
133351 },
133352 [0xFBE6]={
133353  category="lo",
133354  description="ARABIC LETTER E INITIAL FORM",
133355  direction="al",
133356  linebreak="al",
133357  specials={ "initial", 0x6D0 },
133358  unicodeslot=0xFBE6,
133359 },
133360 [0xFBE7]={
133361  category="lo",
133362  description="ARABIC LETTER E MEDIAL FORM",
133363  direction="al",
133364  linebreak="al",
133365  specials={ "medial", 0x6D0 },
133366  unicodeslot=0xFBE7,
133367 },
133368 [0xFBE8]={
133369  category="lo",
133370  description="ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM",
133371  direction="al",
133372  linebreak="al",
133373  specials={ "initial", 0x649 },
133374  unicodeslot=0xFBE8,
133375 },
133376 [0xFBE9]={
133377  category="lo",
133378  description="ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA MEDIAL FORM",
133379  direction="al",
133380  linebreak="al",
133381  specials={ "medial", 0x649 },
133382  unicodeslot=0xFBE9,
133383 },
133384 [0xFBEA]={
133385  category="lo",
133386  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM",
133387  direction="al",
133388  linebreak="al",
133389  specials={ "isolated", 0x626, 0x627 },
133390  unicodeslot=0xFBEA,
133391 },
133392 [0xFBEB]={
133393  category="lo",
133394  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF FINAL FORM",
133395  direction="al",
133396  linebreak="al",
133397  specials={ "final", 0x626, 0x627 },
133398  unicodeslot=0xFBEB,
133399 },
133400 [0xFBEC]={
133401  category="lo",
133402  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE ISOLATED FORM",
133403  direction="al",
133404  linebreak="al",
133405  specials={ "isolated", 0x626, 0x6D5 },
133406  unicodeslot=0xFBEC,
133407 },
133408 [0xFBED]={
133409  category="lo",
133410  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE FINAL FORM",
133411  direction="al",
133412  linebreak="al",
133413  specials={ "final", 0x626, 0x6D5 },
133414  unicodeslot=0xFBED,
133415 },
133416 [0xFBEE]={
133417  category="lo",
133418  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW ISOLATED FORM",
133419  direction="al",
133420  linebreak="al",
133421  specials={ "isolated", 0x626, 0x648 },
133422  unicodeslot=0xFBEE,
133423 },
133424 [0xFBEF]={
133425  category="lo",
133426  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW FINAL FORM",
133427  direction="al",
133428  linebreak="al",
133429  specials={ "final", 0x626, 0x648 },
133430  unicodeslot=0xFBEF,
133431 },
133432 [0xFBF0]={
133433  category="lo",
133434  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U ISOLATED FORM",
133435  direction="al",
133436  linebreak="al",
133437  specials={ "isolated", 0x626, 0x6C7 },
133438  unicodeslot=0xFBF0,
133439 },
133440 [0xFBF1]={
133441  category="lo",
133442  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U FINAL FORM",
133443  direction="al",
133444  linebreak="al",
133445  specials={ "final", 0x626, 0x6C7 },
133446  unicodeslot=0xFBF1,
133447 },
133448 [0xFBF2]={
133449  category="lo",
133450  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE ISOLATED FORM",
133451  direction="al",
133452  linebreak="al",
133453  specials={ "isolated", 0x626, 0x6C6 },
133454  unicodeslot=0xFBF2,
133455 },
133456 [0xFBF3]={
133457  category="lo",
133458  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE FINAL FORM",
133459  direction="al",
133460  linebreak="al",
133461  specials={ "final", 0x626, 0x6C6 },
133462  unicodeslot=0xFBF3,
133463 },
133464 [0xFBF4]={
133465  category="lo",
133466  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU ISOLATED FORM",
133467  direction="al",
133468  linebreak="al",
133469  specials={ "isolated", 0x626, 0x6C8 },
133470  unicodeslot=0xFBF4,
133471 },
133472 [0xFBF5]={
133473  category="lo",
133474  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU FINAL FORM",
133475  direction="al",
133476  linebreak="al",
133477  specials={ "final", 0x626, 0x6C8 },
133478  unicodeslot=0xFBF5,
133479 },
133480 [0xFBF6]={
133481  category="lo",
133482  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E ISOLATED FORM",
133483  direction="al",
133484  linebreak="al",
133485  specials={ "isolated", 0x626, 0x6D0 },
133486  unicodeslot=0xFBF6,
133487 },
133488 [0xFBF7]={
133489  category="lo",
133490  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E FINAL FORM",
133491  direction="al",
133492  linebreak="al",
133493  specials={ "final", 0x626, 0x6D0 },
133494  unicodeslot=0xFBF7,
133495 },
133496 [0xFBF8]={
133497  category="lo",
133498  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E INITIAL FORM",
133499  direction="al",
133500  linebreak="al",
133501  specials={ "initial", 0x626, 0x6D0 },
133502  unicodeslot=0xFBF8,
133503 },
133504 [0xFBF9]={
133505  category="lo",
133506  description="ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM",
133507  direction="al",
133508  linebreak="al",
133509  specials={ "isolated", 0x626, 0x649 },
133510  unicodeslot=0xFBF9,
133511 },
133512 [0xFBFA]={
133513  category="lo",
133514  description="ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM",
133515  direction="al",
133516  linebreak="al",
133517  specials={ "final", 0x626, 0x649 },
133518  unicodeslot=0xFBFA,
133519 },
133520 [0xFBFB]={
133521  category="lo",
133522  description="ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM",
133523  direction="al",
133524  linebreak="al",
133525  specials={ "initial", 0x626, 0x649 },
133526  unicodeslot=0xFBFB,
133527 },
133528 [0xFBFC]={
133529  category="lo",
133530  description="ARABIC LETTER FARSI YEH ISOLATED FORM",
133531  direction="al",
133532  linebreak="al",
133533  specials={ "isolated", 0x6CC },
133534  unicodeslot=0xFBFC,
133535 },
133536 [0xFBFD]={
133537  category="lo",
133538  description="ARABIC LETTER FARSI YEH FINAL FORM",
133539  direction="al",
133540  linebreak="al",
133541  specials={ "final", 0x6CC },
133542  unicodeslot=0xFBFD,
133543 },
133544 [0xFBFE]={
133545  category="lo",
133546  description="ARABIC LETTER FARSI YEH INITIAL FORM",
133547  direction="al",
133548  linebreak="al",
133549  specials={ "initial", 0x6CC },
133550  unicodeslot=0xFBFE,
133551 },
133552 [0xFBFF]={
133553  category="lo",
133554  description="ARABIC LETTER FARSI YEH MEDIAL FORM",
133555  direction="al",
133556  linebreak="al",
133557  specials={ "medial", 0x6CC },
133558  unicodeslot=0xFBFF,
133559 },
133560 [0xFC00]={
133561  category="lo",
133562  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM",
133563  direction="al",
133564  linebreak="al",
133565  specials={ "isolated", 0x626, 0x62C },
133566  unicodeslot=0xFC00,
133567 },
133568 [0xFC01]={
133569  category="lo",
133570  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH ISOLATED FORM",
133571  direction="al",
133572  linebreak="al",
133573  specials={ "isolated", 0x626, 0x62D },
133574  unicodeslot=0xFC01,
133575 },
133576 [0xFC02]={
133577  category="lo",
133578  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM ISOLATED FORM",
133579  direction="al",
133580  linebreak="al",
133581  specials={ "isolated", 0x626, 0x645 },
133582  unicodeslot=0xFC02,
133583 },
133584 [0xFC03]={
133585  category="lo",
133586  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM",
133587  direction="al",
133588  linebreak="al",
133589  specials={ "isolated", 0x626, 0x649 },
133590  unicodeslot=0xFC03,
133591 },
133592 [0xFC04]={
133593  category="lo",
133594  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH ISOLATED FORM",
133595  direction="al",
133596  linebreak="al",
133597  specials={ "isolated", 0x626, 0x64A },
133598  unicodeslot=0xFC04,
133599 },
133600 [0xFC05]={
133601  category="lo",
133602  description="ARABIC LIGATURE BEH WITH JEEM ISOLATED FORM",
133603  direction="al",
133604  linebreak="al",
133605  specials={ "isolated", 0x628, 0x62C },
133606  unicodeslot=0xFC05,
133607 },
133608 [0xFC06]={
133609  category="lo",
133610  description="ARABIC LIGATURE BEH WITH HAH ISOLATED FORM",
133611  direction="al",
133612  linebreak="al",
133613  specials={ "isolated", 0x628, 0x62D },
133614  unicodeslot=0xFC06,
133615 },
133616 [0xFC07]={
133617  category="lo",
133618  description="ARABIC LIGATURE BEH WITH KHAH ISOLATED FORM",
133619  direction="al",
133620  linebreak="al",
133621  specials={ "isolated", 0x628, 0x62E },
133622  unicodeslot=0xFC07,
133623 },
133624 [0xFC08]={
133625  adobename="behmeemisolatedarabic",
133626  category="lo",
133627  description="ARABIC LIGATURE BEH WITH MEEM ISOLATED FORM",
133628  direction="al",
133629  linebreak="al",
133630  specials={ "isolated", 0x628, 0x645 },
133631  unicodeslot=0xFC08,
133632 },
133633 [0xFC09]={
133634  category="lo",
133635  description="ARABIC LIGATURE BEH WITH ALEF MAKSURA ISOLATED FORM",
133636  direction="al",
133637  linebreak="al",
133638  specials={ "isolated", 0x628, 0x649 },
133639  unicodeslot=0xFC09,
133640 },
133641 [0xFC0A]={
133642  category="lo",
133643  description="ARABIC LIGATURE BEH WITH YEH ISOLATED FORM",
133644  direction="al",
133645  linebreak="al",
133646  specials={ "isolated", 0x628, 0x64A },
133647  unicodeslot=0xFC0A,
133648 },
133649 [0xFC0B]={
133650  adobename="tehjeemisolatedarabic",
133651  category="lo",
133652  description="ARABIC LIGATURE TEH WITH JEEM ISOLATED FORM",
133653  direction="al",
133654  linebreak="al",
133655  specials={ "isolated", 0x62A, 0x62C },
133656  unicodeslot=0xFC0B,
133657 },
133658 [0xFC0C]={
133659  adobename="tehhahisolatedarabic",
133660  category="lo",
133661  description="ARABIC LIGATURE TEH WITH HAH ISOLATED FORM",
133662  direction="al",
133663  linebreak="al",
133664  specials={ "isolated", 0x62A, 0x62D },
133665  unicodeslot=0xFC0C,
133666 },
133667 [0xFC0D]={
133668  category="lo",
133669  description="ARABIC LIGATURE TEH WITH KHAH ISOLATED FORM",
133670  direction="al",
133671  linebreak="al",
133672  specials={ "isolated", 0x62A, 0x62E },
133673  unicodeslot=0xFC0D,
133674 },
133675 [0xFC0E]={
133676  adobename="tehmeemisolatedarabic",
133677  category="lo",
133678  description="ARABIC LIGATURE TEH WITH MEEM ISOLATED FORM",
133679  direction="al",
133680  linebreak="al",
133681  specials={ "isolated", 0x62A, 0x645 },
133682  unicodeslot=0xFC0E,
133683 },
133684 [0xFC0F]={
133685  category="lo",
133686  description="ARABIC LIGATURE TEH WITH ALEF MAKSURA ISOLATED FORM",
133687  direction="al",
133688  linebreak="al",
133689  specials={ "isolated", 0x62A, 0x649 },
133690  unicodeslot=0xFC0F,
133691 },
133692 [0xFC10]={
133693  category="lo",
133694  description="ARABIC LIGATURE TEH WITH YEH ISOLATED FORM",
133695  direction="al",
133696  linebreak="al",
133697  specials={ "isolated", 0x62A, 0x64A },
133698  unicodeslot=0xFC10,
133699 },
133700 [0xFC11]={
133701  category="lo",
133702  description="ARABIC LIGATURE THEH WITH JEEM ISOLATED FORM",
133703  direction="al",
133704  linebreak="al",
133705  specials={ "isolated", 0x62B, 0x62C },
133706  unicodeslot=0xFC11,
133707 },
133708 [0xFC12]={
133709  category="lo",
133710  description="ARABIC LIGATURE THEH WITH MEEM ISOLATED FORM",
133711  direction="al",
133712  linebreak="al",
133713  specials={ "isolated", 0x62B, 0x645 },
133714  unicodeslot=0xFC12,
133715 },
133716 [0xFC13]={
133717  category="lo",
133718  description="ARABIC LIGATURE THEH WITH ALEF MAKSURA ISOLATED FORM",
133719  direction="al",
133720  linebreak="al",
133721  specials={ "isolated", 0x62B, 0x649 },
133722  unicodeslot=0xFC13,
133723 },
133724 [0xFC14]={
133725  category="lo",
133726  description="ARABIC LIGATURE THEH WITH YEH ISOLATED FORM",
133727  direction="al",
133728  linebreak="al",
133729  specials={ "isolated", 0x62B, 0x64A },
133730  unicodeslot=0xFC14,
133731 },
133732 [0xFC15]={
133733  category="lo",
133734  description="ARABIC LIGATURE JEEM WITH HAH ISOLATED FORM",
133735  direction="al",
133736  linebreak="al",
133737  specials={ "isolated", 0x62C, 0x62D },
133738  unicodeslot=0xFC15,
133739 },
133740 [0xFC16]={
133741  category="lo",
133742  description="ARABIC LIGATURE JEEM WITH MEEM ISOLATED FORM",
133743  direction="al",
133744  linebreak="al",
133745  specials={ "isolated", 0x62C, 0x645 },
133746  unicodeslot=0xFC16,
133747 },
133748 [0xFC17]={
133749  category="lo",
133750  description="ARABIC LIGATURE HAH WITH JEEM ISOLATED FORM",
133751  direction="al",
133752  linebreak="al",
133753  specials={ "isolated", 0x62D, 0x62C },
133754  unicodeslot=0xFC17,
133755 },
133756 [0xFC18]={
133757  category="lo",
133758  description="ARABIC LIGATURE HAH WITH MEEM ISOLATED FORM",
133759  direction="al",
133760  linebreak="al",
133761  specials={ "isolated", 0x62D, 0x645 },
133762  unicodeslot=0xFC18,
133763 },
133764 [0xFC19]={
133765  category="lo",
133766  description="ARABIC LIGATURE KHAH WITH JEEM ISOLATED FORM",
133767  direction="al",
133768  linebreak="al",
133769  specials={ "isolated", 0x62E, 0x62C },
133770  unicodeslot=0xFC19,
133771 },
133772 [0xFC1A]={
133773  category="lo",
133774  description="ARABIC LIGATURE KHAH WITH HAH ISOLATED FORM",
133775  direction="al",
133776  linebreak="al",
133777  specials={ "isolated", 0x62E, 0x62D },
133778  unicodeslot=0xFC1A,
133779 },
133780 [0xFC1B]={
133781  category="lo",
133782  description="ARABIC LIGATURE KHAH WITH MEEM ISOLATED FORM",
133783  direction="al",
133784  linebreak="al",
133785  specials={ "isolated", 0x62E, 0x645 },
133786  unicodeslot=0xFC1B,
133787 },
133788 [0xFC1C]={
133789  category="lo",
133790  description="ARABIC LIGATURE SEEN WITH JEEM ISOLATED FORM",
133791  direction="al",
133792  linebreak="al",
133793  specials={ "isolated", 0x633, 0x62C },
133794  unicodeslot=0xFC1C,
133795 },
133796 [0xFC1D]={
133797  category="lo",
133798  description="ARABIC LIGATURE SEEN WITH HAH ISOLATED FORM",
133799  direction="al",
133800  linebreak="al",
133801  specials={ "isolated", 0x633, 0x62D },
133802  unicodeslot=0xFC1D,
133803 },
133804 [0xFC1E]={
133805  category="lo",
133806  description="ARABIC LIGATURE SEEN WITH KHAH ISOLATED FORM",
133807  direction="al",
133808  linebreak="al",
133809  specials={ "isolated", 0x633, 0x62E },
133810  unicodeslot=0xFC1E,
133811 },
133812 [0xFC1F]={
133813  category="lo",
133814  description="ARABIC LIGATURE SEEN WITH MEEM ISOLATED FORM",
133815  direction="al",
133816  linebreak="al",
133817  specials={ "isolated", 0x633, 0x645 },
133818  unicodeslot=0xFC1F,
133819 },
133820 [0xFC20]={
133821  category="lo",
133822  description="ARABIC LIGATURE SAD WITH HAH ISOLATED FORM",
133823  direction="al",
133824  linebreak="al",
133825  specials={ "isolated", 0x635, 0x62D },
133826  unicodeslot=0xFC20,
133827 },
133828 [0xFC21]={
133829  category="lo",
133830  description="ARABIC LIGATURE SAD WITH MEEM ISOLATED FORM",
133831  direction="al",
133832  linebreak="al",
133833  specials={ "isolated", 0x635, 0x645 },
133834  unicodeslot=0xFC21,
133835 },
133836 [0xFC22]={
133837  category="lo",
133838  description="ARABIC LIGATURE DAD WITH JEEM ISOLATED FORM",
133839  direction="al",
133840  linebreak="al",
133841  specials={ "isolated", 0x636, 0x62C },
133842  unicodeslot=0xFC22,
133843 },
133844 [0xFC23]={
133845  category="lo",
133846  description="ARABIC LIGATURE DAD WITH HAH ISOLATED FORM",
133847  direction="al",
133848  linebreak="al",
133849  specials={ "isolated", 0x636, 0x62D },
133850  unicodeslot=0xFC23,
133851 },
133852 [0xFC24]={
133853  category="lo",
133854  description="ARABIC LIGATURE DAD WITH KHAH ISOLATED FORM",
133855  direction="al",
133856  linebreak="al",
133857  specials={ "isolated", 0x636, 0x62E },
133858  unicodeslot=0xFC24,
133859 },
133860 [0xFC25]={
133861  category="lo",
133862  description="ARABIC LIGATURE DAD WITH MEEM ISOLATED FORM",
133863  direction="al",
133864  linebreak="al",
133865  specials={ "isolated", 0x636, 0x645 },
133866  unicodeslot=0xFC25,
133867 },
133868 [0xFC26]={
133869  category="lo",
133870  description="ARABIC LIGATURE TAH WITH HAH ISOLATED FORM",
133871  direction="al",
133872  linebreak="al",
133873  specials={ "isolated", 0x637, 0x62D },
133874  unicodeslot=0xFC26,
133875 },
133876 [0xFC27]={
133877  category="lo",
133878  description="ARABIC LIGATURE TAH WITH MEEM ISOLATED FORM",
133879  direction="al",
133880  linebreak="al",
133881  specials={ "isolated", 0x637, 0x645 },
133882  unicodeslot=0xFC27,
133883 },
133884 [0xFC28]={
133885  category="lo",
133886  description="ARABIC LIGATURE ZAH WITH MEEM ISOLATED FORM",
133887  direction="al",
133888  linebreak="al",
133889  specials={ "isolated", 0x638, 0x645 },
133890  unicodeslot=0xFC28,
133891 },
133892 [0xFC29]={
133893  category="lo",
133894  description="ARABIC LIGATURE AIN WITH JEEM ISOLATED FORM",
133895  direction="al",
133896  linebreak="al",
133897  specials={ "isolated", 0x639, 0x62C },
133898  unicodeslot=0xFC29,
133899 },
133900 [0xFC2A]={
133901  category="lo",
133902  description="ARABIC LIGATURE AIN WITH MEEM ISOLATED FORM",
133903  direction="al",
133904  linebreak="al",
133905  specials={ "isolated", 0x639, 0x645 },
133906  unicodeslot=0xFC2A,
133907 },
133908 [0xFC2B]={
133909  category="lo",
133910  description="ARABIC LIGATURE GHAIN WITH JEEM ISOLATED FORM",
133911  direction="al",
133912  linebreak="al",
133913  specials={ "isolated", 0x63A, 0x62C },
133914  unicodeslot=0xFC2B,
133915 },
133916 [0xFC2C]={
133917  category="lo",
133918  description="ARABIC LIGATURE GHAIN WITH MEEM ISOLATED FORM",
133919  direction="al",
133920  linebreak="al",
133921  specials={ "isolated", 0x63A, 0x645 },
133922  unicodeslot=0xFC2C,
133923 },
133924 [0xFC2D]={
133925  category="lo",
133926  description="ARABIC LIGATURE FEH WITH JEEM ISOLATED FORM",
133927  direction="al",
133928  linebreak="al",
133929  specials={ "isolated", 0x641, 0x62C },
133930  unicodeslot=0xFC2D,
133931 },
133932 [0xFC2E]={
133933  category="lo",
133934  description="ARABIC LIGATURE FEH WITH HAH ISOLATED FORM",
133935  direction="al",
133936  linebreak="al",
133937  specials={ "isolated", 0x641, 0x62D },
133938  unicodeslot=0xFC2E,
133939 },
133940 [0xFC2F]={
133941  category="lo",
133942  description="ARABIC LIGATURE FEH WITH KHAH ISOLATED FORM",
133943  direction="al",
133944  linebreak="al",
133945  specials={ "isolated", 0x641, 0x62E },
133946  unicodeslot=0xFC2F,
133947 },
133948 [0xFC30]={
133949  category="lo",
133950  description="ARABIC LIGATURE FEH WITH MEEM ISOLATED FORM",
133951  direction="al",
133952  linebreak="al",
133953  specials={ "isolated", 0x641, 0x645 },
133954  unicodeslot=0xFC30,
133955 },
133956 [0xFC31]={
133957  category="lo",
133958  description="ARABIC LIGATURE FEH WITH ALEF MAKSURA ISOLATED FORM",
133959  direction="al",
133960  linebreak="al",
133961  specials={ "isolated", 0x641, 0x649 },
133962  unicodeslot=0xFC31,
133963 },
133964 [0xFC32]={
133965  category="lo",
133966  description="ARABIC LIGATURE FEH WITH YEH ISOLATED FORM",
133967  direction="al",
133968  linebreak="al",
133969  specials={ "isolated", 0x641, 0x64A },
133970  unicodeslot=0xFC32,
133971 },
133972 [0xFC33]={
133973  category="lo",
133974  description="ARABIC LIGATURE QAF WITH HAH ISOLATED FORM",
133975  direction="al",
133976  linebreak="al",
133977  specials={ "isolated", 0x642, 0x62D },
133978  unicodeslot=0xFC33,
133979 },
133980 [0xFC34]={
133981  category="lo",
133982  description="ARABIC LIGATURE QAF WITH MEEM ISOLATED FORM",
133983  direction="al",
133984  linebreak="al",
133985  specials={ "isolated", 0x642, 0x645 },
133986  unicodeslot=0xFC34,
133987 },
133988 [0xFC35]={
133989  category="lo",
133990  description="ARABIC LIGATURE QAF WITH ALEF MAKSURA ISOLATED FORM",
133991  direction="al",
133992  linebreak="al",
133993  specials={ "isolated", 0x642, 0x649 },
133994  unicodeslot=0xFC35,
133995 },
133996 [0xFC36]={
133997  category="lo",
133998  description="ARABIC LIGATURE QAF WITH YEH ISOLATED FORM",
133999  direction="al",
134000  linebreak="al",
134001  specials={ "isolated", 0x642, 0x64A },
134002  unicodeslot=0xFC36,
134003 },
134004 [0xFC37]={
134005  category="lo",
134006  description="ARABIC LIGATURE KAF WITH ALEF ISOLATED FORM",
134007  direction="al",
134008  linebreak="al",
134009  specials={ "isolated", 0x643, 0x627 },
134010  unicodeslot=0xFC37,
134011 },
134012 [0xFC38]={
134013  category="lo",
134014  description="ARABIC LIGATURE KAF WITH JEEM ISOLATED FORM",
134015  direction="al",
134016  linebreak="al",
134017  specials={ "isolated", 0x643, 0x62C },
134018  unicodeslot=0xFC38,
134019 },
134020 [0xFC39]={
134021  category="lo",
134022  description="ARABIC LIGATURE KAF WITH HAH ISOLATED FORM",
134023  direction="al",
134024  linebreak="al",
134025  specials={ "isolated", 0x643, 0x62D },
134026  unicodeslot=0xFC39,
134027 },
134028 [0xFC3A]={
134029  category="lo",
134030  description="ARABIC LIGATURE KAF WITH KHAH ISOLATED FORM",
134031  direction="al",
134032  linebreak="al",
134033  specials={ "isolated", 0x643, 0x62E },
134034  unicodeslot=0xFC3A,
134035 },
134036 [0xFC3B]={
134037  category="lo",
134038  description="ARABIC LIGATURE KAF WITH LAM ISOLATED FORM",
134039  direction="al",
134040  linebreak="al",
134041  specials={ "isolated", 0x643, 0x644 },
134042  unicodeslot=0xFC3B,
134043 },
134044 [0xFC3C]={
134045  category="lo",
134046  description="ARABIC LIGATURE KAF WITH MEEM ISOLATED FORM",
134047  direction="al",
134048  linebreak="al",
134049  specials={ "isolated", 0x643, 0x645 },
134050  unicodeslot=0xFC3C,
134051 },
134052 [0xFC3D]={
134053  category="lo",
134054  description="ARABIC LIGATURE KAF WITH ALEF MAKSURA ISOLATED FORM",
134055  direction="al",
134056  linebreak="al",
134057  specials={ "isolated", 0x643, 0x649 },
134058  unicodeslot=0xFC3D,
134059 },
134060 [0xFC3E]={
134061  category="lo",
134062  description="ARABIC LIGATURE KAF WITH YEH ISOLATED FORM",
134063  direction="al",
134064  linebreak="al",
134065  specials={ "isolated", 0x643, 0x64A },
134066  unicodeslot=0xFC3E,
134067 },
134068 [0xFC3F]={
134069  category="lo",
134070  description="ARABIC LIGATURE LAM WITH JEEM ISOLATED FORM",
134071  direction="al",
134072  linebreak="al",
134073  specials={ "isolated", 0x644, 0x62C },
134074  unicodeslot=0xFC3F,
134075 },
134076 [0xFC40]={
134077  category="lo",
134078  description="ARABIC LIGATURE LAM WITH HAH ISOLATED FORM",
134079  direction="al",
134080  linebreak="al",
134081  specials={ "isolated", 0x644, 0x62D },
134082  unicodeslot=0xFC40,
134083 },
134084 [0xFC41]={
134085  category="lo",
134086  description="ARABIC LIGATURE LAM WITH KHAH ISOLATED FORM",
134087  direction="al",
134088  linebreak="al",
134089  specials={ "isolated", 0x644, 0x62E },
134090  unicodeslot=0xFC41,
134091 },
134092 [0xFC42]={
134093  category="lo",
134094  description="ARABIC LIGATURE LAM WITH MEEM ISOLATED FORM",
134095  direction="al",
134096  linebreak="al",
134097  specials={ "isolated", 0x644, 0x645 },
134098  unicodeslot=0xFC42,
134099 },
134100 [0xFC43]={
134101  category="lo",
134102  description="ARABIC LIGATURE LAM WITH ALEF MAKSURA ISOLATED FORM",
134103  direction="al",
134104  linebreak="al",
134105  specials={ "isolated", 0x644, 0x649 },
134106  unicodeslot=0xFC43,
134107 },
134108 [0xFC44]={
134109  category="lo",
134110  description="ARABIC LIGATURE LAM WITH YEH ISOLATED FORM",
134111  direction="al",
134112  linebreak="al",
134113  specials={ "isolated", 0x644, 0x64A },
134114  unicodeslot=0xFC44,
134115 },
134116 [0xFC45]={
134117  category="lo",
134118  description="ARABIC LIGATURE MEEM WITH JEEM ISOLATED FORM",
134119  direction="al",
134120  linebreak="al",
134121  specials={ "isolated", 0x645, 0x62C },
134122  unicodeslot=0xFC45,
134123 },
134124 [0xFC46]={
134125  category="lo",
134126  description="ARABIC LIGATURE MEEM WITH HAH ISOLATED FORM",
134127  direction="al",
134128  linebreak="al",
134129  specials={ "isolated", 0x645, 0x62D },
134130  unicodeslot=0xFC46,
134131 },
134132 [0xFC47]={
134133  category="lo",
134134  description="ARABIC LIGATURE MEEM WITH KHAH ISOLATED FORM",
134135  direction="al",
134136  linebreak="al",
134137  specials={ "isolated", 0x645, 0x62E },
134138  unicodeslot=0xFC47,
134139 },
134140 [0xFC48]={
134141  adobename="meemmeemisolatedarabic",
134142  category="lo",
134143  description="ARABIC LIGATURE MEEM WITH MEEM ISOLATED FORM",
134144  direction="al",
134145  linebreak="al",
134146  specials={ "isolated", 0x645, 0x645 },
134147  unicodeslot=0xFC48,
134148 },
134149 [0xFC49]={
134150  category="lo",
134151  description="ARABIC LIGATURE MEEM WITH ALEF MAKSURA ISOLATED FORM",
134152  direction="al",
134153  linebreak="al",
134154  specials={ "isolated", 0x645, 0x649 },
134155  unicodeslot=0xFC49,
134156 },
134157 [0xFC4A]={
134158  category="lo",
134159  description="ARABIC LIGATURE MEEM WITH YEH ISOLATED FORM",
134160  direction="al",
134161  linebreak="al",
134162  specials={ "isolated", 0x645, 0x64A },
134163  unicodeslot=0xFC4A,
134164 },
134165 [0xFC4B]={
134166  adobename="noonjeemisolatedarabic",
134167  category="lo",
134168  description="ARABIC LIGATURE NOON WITH JEEM ISOLATED FORM",
134169  direction="al",
134170  linebreak="al",
134171  specials={ "isolated", 0x646, 0x62C },
134172  unicodeslot=0xFC4B,
134173 },
134174 [0xFC4C]={
134175  category="lo",
134176  description="ARABIC LIGATURE NOON WITH HAH ISOLATED FORM",
134177  direction="al",
134178  linebreak="al",
134179  specials={ "isolated", 0x646, 0x62D },
134180  unicodeslot=0xFC4C,
134181 },
134182 [0xFC4D]={
134183  category="lo",
134184  description="ARABIC LIGATURE NOON WITH KHAH ISOLATED FORM",
134185  direction="al",
134186  linebreak="al",
134187  specials={ "isolated", 0x646, 0x62E },
134188  unicodeslot=0xFC4D,
134189 },
134190 [0xFC4E]={
134191  adobename="noonmeemisolatedarabic",
134192  category="lo",
134193  description="ARABIC LIGATURE NOON WITH MEEM ISOLATED FORM",
134194  direction="al",
134195  linebreak="al",
134196  specials={ "isolated", 0x646, 0x645 },
134197  unicodeslot=0xFC4E,
134198 },
134199 [0xFC4F]={
134200  category="lo",
134201  description="ARABIC LIGATURE NOON WITH ALEF MAKSURA ISOLATED FORM",
134202  direction="al",
134203  linebreak="al",
134204  specials={ "isolated", 0x646, 0x649 },
134205  unicodeslot=0xFC4F,
134206 },
134207 [0xFC50]={
134208  category="lo",
134209  description="ARABIC LIGATURE NOON WITH YEH ISOLATED FORM",
134210  direction="al",
134211  linebreak="al",
134212  specials={ "isolated", 0x646, 0x64A },
134213  unicodeslot=0xFC50,
134214 },
134215 [0xFC51]={
134216  category="lo",
134217  description="ARABIC LIGATURE HEH WITH JEEM ISOLATED FORM",
134218  direction="al",
134219  linebreak="al",
134220  specials={ "isolated", 0x647, 0x62C },
134221  unicodeslot=0xFC51,
134222 },
134223 [0xFC52]={
134224  category="lo",
134225  description="ARABIC LIGATURE HEH WITH MEEM ISOLATED FORM",
134226  direction="al",
134227  linebreak="al",
134228  specials={ "isolated", 0x647, 0x645 },
134229  unicodeslot=0xFC52,
134230 },
134231 [0xFC53]={
134232  category="lo",
134233  description="ARABIC LIGATURE HEH WITH ALEF MAKSURA ISOLATED FORM",
134234  direction="al",
134235  linebreak="al",
134236  specials={ "isolated", 0x647, 0x649 },
134237  unicodeslot=0xFC53,
134238 },
134239 [0xFC54]={
134240  category="lo",
134241  description="ARABIC LIGATURE HEH WITH YEH ISOLATED FORM",
134242  direction="al",
134243  linebreak="al",
134244  specials={ "isolated", 0x647, 0x64A },
134245  unicodeslot=0xFC54,
134246 },
134247 [0xFC55]={
134248  category="lo",
134249  description="ARABIC LIGATURE YEH WITH JEEM ISOLATED FORM",
134250  direction="al",
134251  linebreak="al",
134252  specials={ "isolated", 0x64A, 0x62C },
134253  unicodeslot=0xFC55,
134254 },
134255 [0xFC56]={
134256  category="lo",
134257  description="ARABIC LIGATURE YEH WITH HAH ISOLATED FORM",
134258  direction="al",
134259  linebreak="al",
134260  specials={ "isolated", 0x64A, 0x62D },
134261  unicodeslot=0xFC56,
134262 },
134263 [0xFC57]={
134264  category="lo",
134265  description="ARABIC LIGATURE YEH WITH KHAH ISOLATED FORM",
134266  direction="al",
134267  linebreak="al",
134268  specials={ "isolated", 0x64A, 0x62E },
134269  unicodeslot=0xFC57,
134270 },
134271 [0xFC58]={
134272  adobename="yehmeemisolatedarabic",
134273  category="lo",
134274  description="ARABIC LIGATURE YEH WITH MEEM ISOLATED FORM",
134275  direction="al",
134276  linebreak="al",
134277  specials={ "isolated", 0x64A, 0x645 },
134278  unicodeslot=0xFC58,
134279 },
134280 [0xFC59]={
134281  category="lo",
134282  description="ARABIC LIGATURE YEH WITH ALEF MAKSURA ISOLATED FORM",
134283  direction="al",
134284  linebreak="al",
134285  specials={ "isolated", 0x64A, 0x649 },
134286  unicodeslot=0xFC59,
134287 },
134288 [0xFC5A]={
134289  category="lo",
134290  description="ARABIC LIGATURE YEH WITH YEH ISOLATED FORM",
134291  direction="al",
134292  linebreak="al",
134293  specials={ "isolated", 0x64A, 0x64A },
134294  unicodeslot=0xFC5A,
134295 },
134296 [0xFC5B]={
134297  category="lo",
134298  description="ARABIC LIGATURE THAL WITH SUPERSCRIPT ALEF ISOLATED FORM",
134299  direction="al",
134300  linebreak="al",
134301  specials={ "isolated", 0x630, 0x670 },
134302  unicodeslot=0xFC5B,
134303 },
134304 [0xFC5C]={
134305  category="lo",
134306  description="ARABIC LIGATURE REH WITH SUPERSCRIPT ALEF ISOLATED FORM",
134307  direction="al",
134308  linebreak="al",
134309  specials={ "isolated", 0x631, 0x670 },
134310  unicodeslot=0xFC5C,
134311 },
134312 [0xFC5D]={
134313  category="lo",
134314  description="ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF ISOLATED FORM",
134315  direction="al",
134316  linebreak="al",
134317  specials={ "isolated", 0x649, 0x670 },
134318  unicodeslot=0xFC5D,
134319 },
134320 [0xFC5E]={
134321  adobename="shaddadammatanarabic",
134322  category="lo",
134323  description="ARABIC LIGATURE SHADDA WITH DAMMATAN ISOLATED FORM",
134324  direction="al",
134325  linebreak="al",
134326  specials={ "isolated", 0x20, 0x64C, 0x651 },
134327  unicodeslot=0xFC5E,
134328 },
134329 [0xFC5F]={
134330  adobename="shaddakasratanarabic",
134331  category="lo",
134332  description="ARABIC LIGATURE SHADDA WITH KASRATAN ISOLATED FORM",
134333  direction="al",
134334  linebreak="al",
134335  specials={ "isolated", 0x20, 0x64D, 0x651 },
134336  unicodeslot=0xFC5F,
134337 },
134338 [0xFC60]={
134339  adobename="shaddafathaarabic",
134340  category="lo",
134341  description="ARABIC LIGATURE SHADDA WITH FATHA ISOLATED FORM",
134342  direction="al",
134343  linebreak="al",
134344  specials={ "isolated", 0x20, 0x64E, 0x651 },
134345  unicodeslot=0xFC60,
134346 },
134347 [0xFC61]={
134348  adobename="shaddadammaarabic",
134349  category="lo",
134350  description="ARABIC LIGATURE SHADDA WITH DAMMA ISOLATED FORM",
134351  direction="al",
134352  linebreak="al",
134353  specials={ "isolated", 0x20, 0x64F, 0x651 },
134354  unicodeslot=0xFC61,
134355 },
134356 [0xFC62]={
134357  adobename="shaddakasraarabic",
134358  category="lo",
134359  description="ARABIC LIGATURE SHADDA WITH KASRA ISOLATED FORM",
134360  direction="al",
134361  linebreak="al",
134362  specials={ "isolated", 0x20, 0x650, 0x651 },
134363  unicodeslot=0xFC62,
134364 },
134365 [0xFC63]={
134366  category="lo",
134367  description="ARABIC LIGATURE SHADDA WITH SUPERSCRIPT ALEF ISOLATED FORM",
134368  direction="al",
134369  linebreak="al",
134370  specials={ "isolated", 0x20, 0x651, 0x670 },
134371  unicodeslot=0xFC63,
134372 },
134373 [0xFC64]={
134374  category="lo",
134375  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH REH FINAL FORM",
134376  direction="al",
134377  linebreak="al",
134378  specials={ "final", 0x626, 0x631 },
134379  unicodeslot=0xFC64,
134380 },
134381 [0xFC65]={
134382  category="lo",
134383  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ZAIN FINAL FORM",
134384  direction="al",
134385  linebreak="al",
134386  specials={ "final", 0x626, 0x632 },
134387  unicodeslot=0xFC65,
134388 },
134389 [0xFC66]={
134390  category="lo",
134391  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM FINAL FORM",
134392  direction="al",
134393  linebreak="al",
134394  specials={ "final", 0x626, 0x645 },
134395  unicodeslot=0xFC66,
134396 },
134397 [0xFC67]={
134398  category="lo",
134399  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH NOON FINAL FORM",
134400  direction="al",
134401  linebreak="al",
134402  specials={ "final", 0x626, 0x646 },
134403  unicodeslot=0xFC67,
134404 },
134405 [0xFC68]={
134406  category="lo",
134407  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM",
134408  direction="al",
134409  linebreak="al",
134410  specials={ "final", 0x626, 0x649 },
134411  unicodeslot=0xFC68,
134412 },
134413 [0xFC69]={
134414  category="lo",
134415  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH FINAL FORM",
134416  direction="al",
134417  linebreak="al",
134418  specials={ "final", 0x626, 0x64A },
134419  unicodeslot=0xFC69,
134420 },
134421 [0xFC6A]={
134422  category="lo",
134423  description="ARABIC LIGATURE BEH WITH REH FINAL FORM",
134424  direction="al",
134425  linebreak="al",
134426  specials={ "final", 0x628, 0x631 },
134427  unicodeslot=0xFC6A,
134428 },
134429 [0xFC6B]={
134430  category="lo",
134431  description="ARABIC LIGATURE BEH WITH ZAIN FINAL FORM",
134432  direction="al",
134433  linebreak="al",
134434  specials={ "final", 0x628, 0x632 },
134435  unicodeslot=0xFC6B,
134436 },
134437 [0xFC6C]={
134438  category="lo",
134439  description="ARABIC LIGATURE BEH WITH MEEM FINAL FORM",
134440  direction="al",
134441  linebreak="al",
134442  specials={ "final", 0x628, 0x645 },
134443  unicodeslot=0xFC6C,
134444 },
134445 [0xFC6D]={
134446  adobename="behnoonfinalarabic",
134447  category="lo",
134448  description="ARABIC LIGATURE BEH WITH NOON FINAL FORM",
134449  direction="al",
134450  linebreak="al",
134451  specials={ "final", 0x628, 0x646 },
134452  unicodeslot=0xFC6D,
134453 },
134454 [0xFC6E]={
134455  category="lo",
134456  description="ARABIC LIGATURE BEH WITH ALEF MAKSURA FINAL FORM",
134457  direction="al",
134458  linebreak="al",
134459  specials={ "final", 0x628, 0x649 },
134460  unicodeslot=0xFC6E,
134461 },
134462 [0xFC6F]={
134463  category="lo",
134464  description="ARABIC LIGATURE BEH WITH YEH FINAL FORM",
134465  direction="al",
134466  linebreak="al",
134467  specials={ "final", 0x628, 0x64A },
134468  unicodeslot=0xFC6F,
134469 },
134470 [0xFC70]={
134471  category="lo",
134472  description="ARABIC LIGATURE TEH WITH REH FINAL FORM",
134473  direction="al",
134474  linebreak="al",
134475  specials={ "final", 0x62A, 0x631 },
134476  unicodeslot=0xFC70,
134477 },
134478 [0xFC71]={
134479  category="lo",
134480  description="ARABIC LIGATURE TEH WITH ZAIN FINAL FORM",
134481  direction="al",
134482  linebreak="al",
134483  specials={ "final", 0x62A, 0x632 },
134484  unicodeslot=0xFC71,
134485 },
134486 [0xFC72]={
134487  category="lo",
134488  description="ARABIC LIGATURE TEH WITH MEEM FINAL FORM",
134489  direction="al",
134490  linebreak="al",
134491  specials={ "final", 0x62A, 0x645 },
134492  unicodeslot=0xFC72,
134493 },
134494 [0xFC73]={
134495  adobename="tehnoonfinalarabic",
134496  category="lo",
134497  description="ARABIC LIGATURE TEH WITH NOON FINAL FORM",
134498  direction="al",
134499  linebreak="al",
134500  specials={ "final", 0x62A, 0x646 },
134501  unicodeslot=0xFC73,
134502 },
134503 [0xFC74]={
134504  category="lo",
134505  description="ARABIC LIGATURE TEH WITH ALEF MAKSURA FINAL FORM",
134506  direction="al",
134507  linebreak="al",
134508  specials={ "final", 0x62A, 0x649 },
134509  unicodeslot=0xFC74,
134510 },
134511 [0xFC75]={
134512  category="lo",
134513  description="ARABIC LIGATURE TEH WITH YEH FINAL FORM",
134514  direction="al",
134515  linebreak="al",
134516  specials={ "final", 0x62A, 0x64A },
134517  unicodeslot=0xFC75,
134518 },
134519 [0xFC76]={
134520  category="lo",
134521  description="ARABIC LIGATURE THEH WITH REH FINAL FORM",
134522  direction="al",
134523  linebreak="al",
134524  specials={ "final", 0x62B, 0x631 },
134525  unicodeslot=0xFC76,
134526 },
134527 [0xFC77]={
134528  category="lo",
134529  description="ARABIC LIGATURE THEH WITH ZAIN FINAL FORM",
134530  direction="al",
134531  linebreak="al",
134532  specials={ "final", 0x62B, 0x632 },
134533  unicodeslot=0xFC77,
134534 },
134535 [0xFC78]={
134536  category="lo",
134537  description="ARABIC LIGATURE THEH WITH MEEM FINAL FORM",
134538  direction="al",
134539  linebreak="al",
134540  specials={ "final", 0x62B, 0x645 },
134541  unicodeslot=0xFC78,
134542 },
134543 [0xFC79]={
134544  category="lo",
134545  description="ARABIC LIGATURE THEH WITH NOON FINAL FORM",
134546  direction="al",
134547  linebreak="al",
134548  specials={ "final", 0x62B, 0x646 },
134549  unicodeslot=0xFC79,
134550 },
134551 [0xFC7A]={
134552  category="lo",
134553  description="ARABIC LIGATURE THEH WITH ALEF MAKSURA FINAL FORM",
134554  direction="al",
134555  linebreak="al",
134556  specials={ "final", 0x62B, 0x649 },
134557  unicodeslot=0xFC7A,
134558 },
134559 [0xFC7B]={
134560  category="lo",
134561  description="ARABIC LIGATURE THEH WITH YEH FINAL FORM",
134562  direction="al",
134563  linebreak="al",
134564  specials={ "final", 0x62B, 0x64A },
134565  unicodeslot=0xFC7B,
134566 },
134567 [0xFC7C]={
134568  category="lo",
134569  description="ARABIC LIGATURE FEH WITH ALEF MAKSURA FINAL FORM",
134570  direction="al",
134571  linebreak="al",
134572  specials={ "final", 0x641, 0x649 },
134573  unicodeslot=0xFC7C,
134574 },
134575 [0xFC7D]={
134576  category="lo",
134577  description="ARABIC LIGATURE FEH WITH YEH FINAL FORM",
134578  direction="al",
134579  linebreak="al",
134580  specials={ "final", 0x641, 0x64A },
134581  unicodeslot=0xFC7D,
134582 },
134583 [0xFC7E]={
134584  category="lo",
134585  description="ARABIC LIGATURE QAF WITH ALEF MAKSURA FINAL FORM",
134586  direction="al",
134587  linebreak="al",
134588  specials={ "final", 0x642, 0x649 },
134589  unicodeslot=0xFC7E,
134590 },
134591 [0xFC7F]={
134592  category="lo",
134593  description="ARABIC LIGATURE QAF WITH YEH FINAL FORM",
134594  direction="al",
134595  linebreak="al",
134596  specials={ "final", 0x642, 0x64A },
134597  unicodeslot=0xFC7F,
134598 },
134599 [0xFC80]={
134600  category="lo",
134601  description="ARABIC LIGATURE KAF WITH ALEF FINAL FORM",
134602  direction="al",
134603  linebreak="al",
134604  specials={ "final", 0x643, 0x627 },
134605  unicodeslot=0xFC80,
134606 },
134607 [0xFC81]={
134608  category="lo",
134609  description="ARABIC LIGATURE KAF WITH LAM FINAL FORM",
134610  direction="al",
134611  linebreak="al",
134612  specials={ "final", 0x643, 0x644 },
134613  unicodeslot=0xFC81,
134614 },
134615 [0xFC82]={
134616  category="lo",
134617  description="ARABIC LIGATURE KAF WITH MEEM FINAL FORM",
134618  direction="al",
134619  linebreak="al",
134620  specials={ "final", 0x643, 0x645 },
134621  unicodeslot=0xFC82,
134622 },
134623 [0xFC83]={
134624  category="lo",
134625  description="ARABIC LIGATURE KAF WITH ALEF MAKSURA FINAL FORM",
134626  direction="al",
134627  linebreak="al",
134628  specials={ "final", 0x643, 0x649 },
134629  unicodeslot=0xFC83,
134630 },
134631 [0xFC84]={
134632  category="lo",
134633  description="ARABIC LIGATURE KAF WITH YEH FINAL FORM",
134634  direction="al",
134635  linebreak="al",
134636  specials={ "final", 0x643, 0x64A },
134637  unicodeslot=0xFC84,
134638 },
134639 [0xFC85]={
134640  category="lo",
134641  description="ARABIC LIGATURE LAM WITH MEEM FINAL FORM",
134642  direction="al",
134643  linebreak="al",
134644  specials={ "final", 0x644, 0x645 },
134645  unicodeslot=0xFC85,
134646 },
134647 [0xFC86]={
134648  category="lo",
134649  description="ARABIC LIGATURE LAM WITH ALEF MAKSURA FINAL FORM",
134650  direction="al",
134651  linebreak="al",
134652  specials={ "final", 0x644, 0x649 },
134653  unicodeslot=0xFC86,
134654 },
134655 [0xFC87]={
134656  category="lo",
134657  description="ARABIC LIGATURE LAM WITH YEH FINAL FORM",
134658  direction="al",
134659  linebreak="al",
134660  specials={ "final", 0x644, 0x64A },
134661  unicodeslot=0xFC87,
134662 },
134663 [0xFC88]={
134664  category="lo",
134665  description="ARABIC LIGATURE MEEM WITH ALEF FINAL FORM",
134666  direction="al",
134667  linebreak="al",
134668  specials={ "final", 0x645, 0x627 },
134669  unicodeslot=0xFC88,
134670 },
134671 [0xFC89]={
134672  category="lo",
134673  description="ARABIC LIGATURE MEEM WITH MEEM FINAL FORM",
134674  direction="al",
134675  linebreak="al",
134676  specials={ "final", 0x645, 0x645 },
134677  unicodeslot=0xFC89,
134678 },
134679 [0xFC8A]={
134680  category="lo",
134681  description="ARABIC LIGATURE NOON WITH REH FINAL FORM",
134682  direction="al",
134683  linebreak="al",
134684  specials={ "final", 0x646, 0x631 },
134685  unicodeslot=0xFC8A,
134686 },
134687 [0xFC8B]={
134688  category="lo",
134689  description="ARABIC LIGATURE NOON WITH ZAIN FINAL FORM",
134690  direction="al",
134691  linebreak="al",
134692  specials={ "final", 0x646, 0x632 },
134693  unicodeslot=0xFC8B,
134694 },
134695 [0xFC8C]={
134696  category="lo",
134697  description="ARABIC LIGATURE NOON WITH MEEM FINAL FORM",
134698  direction="al",
134699  linebreak="al",
134700  specials={ "final", 0x646, 0x645 },
134701  unicodeslot=0xFC8C,
134702 },
134703 [0xFC8D]={
134704  adobename="noonnoonfinalarabic",
134705  category="lo",
134706  description="ARABIC LIGATURE NOON WITH NOON FINAL FORM",
134707  direction="al",
134708  linebreak="al",
134709  specials={ "final", 0x646, 0x646 },
134710  unicodeslot=0xFC8D,
134711 },
134712 [0xFC8E]={
134713  category="lo",
134714  description="ARABIC LIGATURE NOON WITH ALEF MAKSURA FINAL FORM",
134715  direction="al",
134716  linebreak="al",
134717  specials={ "final", 0x646, 0x649 },
134718  unicodeslot=0xFC8E,
134719 },
134720 [0xFC8F]={
134721  category="lo",
134722  description="ARABIC LIGATURE NOON WITH YEH FINAL FORM",
134723  direction="al",
134724  linebreak="al",
134725  specials={ "final", 0x646, 0x64A },
134726  unicodeslot=0xFC8F,
134727 },
134728 [0xFC90]={
134729  category="lo",
134730  description="ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF FINAL FORM",
134731  direction="al",
134732  linebreak="al",
134733  specials={ "final", 0x649, 0x670 },
134734  unicodeslot=0xFC90,
134735 },
134736 [0xFC91]={
134737  category="lo",
134738  description="ARABIC LIGATURE YEH WITH REH FINAL FORM",
134739  direction="al",
134740  linebreak="al",
134741  specials={ "final", 0x64A, 0x631 },
134742  unicodeslot=0xFC91,
134743 },
134744 [0xFC92]={
134745  category="lo",
134746  description="ARABIC LIGATURE YEH WITH ZAIN FINAL FORM",
134747  direction="al",
134748  linebreak="al",
134749  specials={ "final", 0x64A, 0x632 },
134750  unicodeslot=0xFC92,
134751 },
134752 [0xFC93]={
134753  category="lo",
134754  description="ARABIC LIGATURE YEH WITH MEEM FINAL FORM",
134755  direction="al",
134756  linebreak="al",
134757  specials={ "final", 0x64A, 0x645 },
134758  unicodeslot=0xFC93,
134759 },
134760 [0xFC94]={
134761  adobename="yehnoonfinalarabic",
134762  category="lo",
134763  description="ARABIC LIGATURE YEH WITH NOON FINAL FORM",
134764  direction="al",
134765  linebreak="al",
134766  specials={ "final", 0x64A, 0x646 },
134767  unicodeslot=0xFC94,
134768 },
134769 [0xFC95]={
134770  category="lo",
134771  description="ARABIC LIGATURE YEH WITH ALEF MAKSURA FINAL FORM",
134772  direction="al",
134773  linebreak="al",
134774  specials={ "final", 0x64A, 0x649 },
134775  unicodeslot=0xFC95,
134776 },
134777 [0xFC96]={
134778  category="lo",
134779  description="ARABIC LIGATURE YEH WITH YEH FINAL FORM",
134780  direction="al",
134781  linebreak="al",
134782  specials={ "final", 0x64A, 0x64A },
134783  unicodeslot=0xFC96,
134784 },
134785 [0xFC97]={
134786  category="lo",
134787  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM INITIAL FORM",
134788  direction="al",
134789  linebreak="al",
134790  specials={ "initial", 0x626, 0x62C },
134791  unicodeslot=0xFC97,
134792 },
134793 [0xFC98]={
134794  category="lo",
134795  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH INITIAL FORM",
134796  direction="al",
134797  linebreak="al",
134798  specials={ "initial", 0x626, 0x62D },
134799  unicodeslot=0xFC98,
134800 },
134801 [0xFC99]={
134802  category="lo",
134803  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH KHAH INITIAL FORM",
134804  direction="al",
134805  linebreak="al",
134806  specials={ "initial", 0x626, 0x62E },
134807  unicodeslot=0xFC99,
134808 },
134809 [0xFC9A]={
134810  category="lo",
134811  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM INITIAL FORM",
134812  direction="al",
134813  linebreak="al",
134814  specials={ "initial", 0x626, 0x645 },
134815  unicodeslot=0xFC9A,
134816 },
134817 [0xFC9B]={
134818  category="lo",
134819  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH INITIAL FORM",
134820  direction="al",
134821  linebreak="al",
134822  specials={ "initial", 0x626, 0x647 },
134823  unicodeslot=0xFC9B,
134824 },
134825 [0xFC9C]={
134826  category="lo",
134827  description="ARABIC LIGATURE BEH WITH JEEM INITIAL FORM",
134828  direction="al",
134829  linebreak="al",
134830  specials={ "initial", 0x628, 0x62C },
134831  unicodeslot=0xFC9C,
134832 },
134833 [0xFC9D]={
134834  category="lo",
134835  description="ARABIC LIGATURE BEH WITH HAH INITIAL FORM",
134836  direction="al",
134837  linebreak="al",
134838  specials={ "initial", 0x628, 0x62D },
134839  unicodeslot=0xFC9D,
134840 },
134841 [0xFC9E]={
134842  category="lo",
134843  description="ARABIC LIGATURE BEH WITH KHAH INITIAL FORM",
134844  direction="al",
134845  linebreak="al",
134846  specials={ "initial", 0x628, 0x62E },
134847  unicodeslot=0xFC9E,
134848 },
134849 [0xFC9F]={
134850  adobename="behmeeminitialarabic",
134851  category="lo",
134852  description="ARABIC LIGATURE BEH WITH MEEM INITIAL FORM",
134853  direction="al",
134854  linebreak="al",
134855  specials={ "initial", 0x628, 0x645 },
134856  unicodeslot=0xFC9F,
134857 },
134858 [0xFCA0]={
134859  category="lo",
134860  description="ARABIC LIGATURE BEH WITH HEH INITIAL FORM",
134861  direction="al",
134862  linebreak="al",
134863  specials={ "initial", 0x628, 0x647 },
134864  unicodeslot=0xFCA0,
134865 },
134866 [0xFCA1]={
134867  adobename="tehjeeminitialarabic",
134868  category="lo",
134869  description="ARABIC LIGATURE TEH WITH JEEM INITIAL FORM",
134870  direction="al",
134871  linebreak="al",
134872  specials={ "initial", 0x62A, 0x62C },
134873  unicodeslot=0xFCA1,
134874 },
134875 [0xFCA2]={
134876  adobename="tehhahinitialarabic",
134877  category="lo",
134878  description="ARABIC LIGATURE TEH WITH HAH INITIAL FORM",
134879  direction="al",
134880  linebreak="al",
134881  specials={ "initial", 0x62A, 0x62D },
134882  unicodeslot=0xFCA2,
134883 },
134884 [0xFCA3]={
134885  category="lo",
134886  description="ARABIC LIGATURE TEH WITH KHAH INITIAL FORM",
134887  direction="al",
134888  linebreak="al",
134889  specials={ "initial", 0x62A, 0x62E },
134890  unicodeslot=0xFCA3,
134891 },
134892 [0xFCA4]={
134893  adobename="tehmeeminitialarabic",
134894  category="lo",
134895  description="ARABIC LIGATURE TEH WITH MEEM INITIAL FORM",
134896  direction="al",
134897  linebreak="al",
134898  specials={ "initial", 0x62A, 0x645 },
134899  unicodeslot=0xFCA4,
134900 },
134901 [0xFCA5]={
134902  category="lo",
134903  description="ARABIC LIGATURE TEH WITH HEH INITIAL FORM",
134904  direction="al",
134905  linebreak="al",
134906  specials={ "initial", 0x62A, 0x647 },
134907  unicodeslot=0xFCA5,
134908 },
134909 [0xFCA6]={
134910  category="lo",
134911  description="ARABIC LIGATURE THEH WITH MEEM INITIAL FORM",
134912  direction="al",
134913  linebreak="al",
134914  specials={ "initial", 0x62B, 0x645 },
134915  unicodeslot=0xFCA6,
134916 },
134917 [0xFCA7]={
134918  category="lo",
134919  description="ARABIC LIGATURE JEEM WITH HAH INITIAL FORM",
134920  direction="al",
134921  linebreak="al",
134922  specials={ "initial", 0x62C, 0x62D },
134923  unicodeslot=0xFCA7,
134924 },
134925 [0xFCA8]={
134926  category="lo",
134927  description="ARABIC LIGATURE JEEM WITH MEEM INITIAL FORM",
134928  direction="al",
134929  linebreak="al",
134930  specials={ "initial", 0x62C, 0x645 },
134931  unicodeslot=0xFCA8,
134932 },
134933 [0xFCA9]={
134934  category="lo",
134935  description="ARABIC LIGATURE HAH WITH JEEM INITIAL FORM",
134936  direction="al",
134937  linebreak="al",
134938  specials={ "initial", 0x62D, 0x62C },
134939  unicodeslot=0xFCA9,
134940 },
134941 [0xFCAA]={
134942  category="lo",
134943  description="ARABIC LIGATURE HAH WITH MEEM INITIAL FORM",
134944  direction="al",
134945  linebreak="al",
134946  specials={ "initial", 0x62D, 0x645 },
134947  unicodeslot=0xFCAA,
134948 },
134949 [0xFCAB]={
134950  category="lo",
134951  description="ARABIC LIGATURE KHAH WITH JEEM INITIAL FORM",
134952  direction="al",
134953  linebreak="al",
134954  specials={ "initial", 0x62E, 0x62C },
134955  unicodeslot=0xFCAB,
134956 },
134957 [0xFCAC]={
134958  category="lo",
134959  description="ARABIC LIGATURE KHAH WITH MEEM INITIAL FORM",
134960  direction="al",
134961  linebreak="al",
134962  specials={ "initial", 0x62E, 0x645 },
134963  unicodeslot=0xFCAC,
134964 },
134965 [0xFCAD]={
134966  category="lo",
134967  description="ARABIC LIGATURE SEEN WITH JEEM INITIAL FORM",
134968  direction="al",
134969  linebreak="al",
134970  specials={ "initial", 0x633, 0x62C },
134971  unicodeslot=0xFCAD,
134972 },
134973 [0xFCAE]={
134974  category="lo",
134975  description="ARABIC LIGATURE SEEN WITH HAH INITIAL FORM",
134976  direction="al",
134977  linebreak="al",
134978  specials={ "initial", 0x633, 0x62D },
134979  unicodeslot=0xFCAE,
134980 },
134981 [0xFCAF]={
134982  category="lo",
134983  description="ARABIC LIGATURE SEEN WITH KHAH INITIAL FORM",
134984  direction="al",
134985  linebreak="al",
134986  specials={ "initial", 0x633, 0x62E },
134987  unicodeslot=0xFCAF,
134988 },
134989 [0xFCB0]={
134990  category="lo",
134991  description="ARABIC LIGATURE SEEN WITH MEEM INITIAL FORM",
134992  direction="al",
134993  linebreak="al",
134994  specials={ "initial", 0x633, 0x645 },
134995  unicodeslot=0xFCB0,
134996 },
134997 [0xFCB1]={
134998  category="lo",
134999  description="ARABIC LIGATURE SAD WITH HAH INITIAL FORM",
135000  direction="al",
135001  linebreak="al",
135002  specials={ "initial", 0x635, 0x62D },
135003  unicodeslot=0xFCB1,
135004 },
135005 [0xFCB2]={
135006  category="lo",
135007  description="ARABIC LIGATURE SAD WITH KHAH INITIAL FORM",
135008  direction="al",
135009  linebreak="al",
135010  specials={ "initial", 0x635, 0x62E },
135011  unicodeslot=0xFCB2,
135012 },
135013 [0xFCB3]={
135014  category="lo",
135015  description="ARABIC LIGATURE SAD WITH MEEM INITIAL FORM",
135016  direction="al",
135017  linebreak="al",
135018  specials={ "initial", 0x635, 0x645 },
135019  unicodeslot=0xFCB3,
135020 },
135021 [0xFCB4]={
135022  category="lo",
135023  description="ARABIC LIGATURE DAD WITH JEEM INITIAL FORM",
135024  direction="al",
135025  linebreak="al",
135026  specials={ "initial", 0x636, 0x62C },
135027  unicodeslot=0xFCB4,
135028 },
135029 [0xFCB5]={
135030  category="lo",
135031  description="ARABIC LIGATURE DAD WITH HAH INITIAL FORM",
135032  direction="al",
135033  linebreak="al",
135034  specials={ "initial", 0x636, 0x62D },
135035  unicodeslot=0xFCB5,
135036 },
135037 [0xFCB6]={
135038  category="lo",
135039  description="ARABIC LIGATURE DAD WITH KHAH INITIAL FORM",
135040  direction="al",
135041  linebreak="al",
135042  specials={ "initial", 0x636, 0x62E },
135043  unicodeslot=0xFCB6,
135044 },
135045 [0xFCB7]={
135046  category="lo",
135047  description="ARABIC LIGATURE DAD WITH MEEM INITIAL FORM",
135048  direction="al",
135049  linebreak="al",
135050  specials={ "initial", 0x636, 0x645 },
135051  unicodeslot=0xFCB7,
135052 },
135053 [0xFCB8]={
135054  category="lo",
135055  description="ARABIC LIGATURE TAH WITH HAH INITIAL FORM",
135056  direction="al",
135057  linebreak="al",
135058  specials={ "initial", 0x637, 0x62D },
135059  unicodeslot=0xFCB8,
135060 },
135061 [0xFCB9]={
135062  category="lo",
135063  description="ARABIC LIGATURE ZAH WITH MEEM INITIAL FORM",
135064  direction="al",
135065  linebreak="al",
135066  specials={ "initial", 0x638, 0x645 },
135067  unicodeslot=0xFCB9,
135068 },
135069 [0xFCBA]={
135070  category="lo",
135071  description="ARABIC LIGATURE AIN WITH JEEM INITIAL FORM",
135072  direction="al",
135073  linebreak="al",
135074  specials={ "initial", 0x639, 0x62C },
135075  unicodeslot=0xFCBA,
135076 },
135077 [0xFCBB]={
135078  category="lo",
135079  description="ARABIC LIGATURE AIN WITH MEEM INITIAL FORM",
135080  direction="al",
135081  linebreak="al",
135082  specials={ "initial", 0x639, 0x645 },
135083  unicodeslot=0xFCBB,
135084 },
135085 [0xFCBC]={
135086  category="lo",
135087  description="ARABIC LIGATURE GHAIN WITH JEEM INITIAL FORM",
135088  direction="al",
135089  linebreak="al",
135090  specials={ "initial", 0x63A, 0x62C },
135091  unicodeslot=0xFCBC,
135092 },
135093 [0xFCBD]={
135094  category="lo",
135095  description="ARABIC LIGATURE GHAIN WITH MEEM INITIAL FORM",
135096  direction="al",
135097  linebreak="al",
135098  specials={ "initial", 0x63A, 0x645 },
135099  unicodeslot=0xFCBD,
135100 },
135101 [0xFCBE]={
135102  category="lo",
135103  description="ARABIC LIGATURE FEH WITH JEEM INITIAL FORM",
135104  direction="al",
135105  linebreak="al",
135106  specials={ "initial", 0x641, 0x62C },
135107  unicodeslot=0xFCBE,
135108 },
135109 [0xFCBF]={
135110  category="lo",
135111  description="ARABIC LIGATURE FEH WITH HAH INITIAL FORM",
135112  direction="al",
135113  linebreak="al",
135114  specials={ "initial", 0x641, 0x62D },
135115  unicodeslot=0xFCBF,
135116 },
135117 [0xFCC0]={
135118  category="lo",
135119  description="ARABIC LIGATURE FEH WITH KHAH INITIAL FORM",
135120  direction="al",
135121  linebreak="al",
135122  specials={ "initial", 0x641, 0x62E },
135123  unicodeslot=0xFCC0,
135124 },
135125 [0xFCC1]={
135126  category="lo",
135127  description="ARABIC LIGATURE FEH WITH MEEM INITIAL FORM",
135128  direction="al",
135129  linebreak="al",
135130  specials={ "initial", 0x641, 0x645 },
135131  unicodeslot=0xFCC1,
135132 },
135133 [0xFCC2]={
135134  category="lo",
135135  description="ARABIC LIGATURE QAF WITH HAH INITIAL FORM",
135136  direction="al",
135137  linebreak="al",
135138  specials={ "initial", 0x642, 0x62D },
135139  unicodeslot=0xFCC2,
135140 },
135141 [0xFCC3]={
135142  category="lo",
135143  description="ARABIC LIGATURE QAF WITH MEEM INITIAL FORM",
135144  direction="al",
135145  linebreak="al",
135146  specials={ "initial", 0x642, 0x645 },
135147  unicodeslot=0xFCC3,
135148 },
135149 [0xFCC4]={
135150  category="lo",
135151  description="ARABIC LIGATURE KAF WITH JEEM INITIAL FORM",
135152  direction="al",
135153  linebreak="al",
135154  specials={ "initial", 0x643, 0x62C },
135155  unicodeslot=0xFCC4,
135156 },
135157 [0xFCC5]={
135158  category="lo",
135159  description="ARABIC LIGATURE KAF WITH HAH INITIAL FORM",
135160  direction="al",
135161  linebreak="al",
135162  specials={ "initial", 0x643, 0x62D },
135163  unicodeslot=0xFCC5,
135164 },
135165 [0xFCC6]={
135166  category="lo",
135167  description="ARABIC LIGATURE KAF WITH KHAH INITIAL FORM",
135168  direction="al",
135169  linebreak="al",
135170  specials={ "initial", 0x643, 0x62E },
135171  unicodeslot=0xFCC6,
135172 },
135173 [0xFCC7]={
135174  category="lo",
135175  description="ARABIC LIGATURE KAF WITH LAM INITIAL FORM",
135176  direction="al",
135177  linebreak="al",
135178  specials={ "initial", 0x643, 0x644 },
135179  unicodeslot=0xFCC7,
135180 },
135181 [0xFCC8]={
135182  category="lo",
135183  description="ARABIC LIGATURE KAF WITH MEEM INITIAL FORM",
135184  direction="al",
135185  linebreak="al",
135186  specials={ "initial", 0x643, 0x645 },
135187  unicodeslot=0xFCC8,
135188 },
135189 [0xFCC9]={
135190  adobename="lamjeeminitialarabic",
135191  category="lo",
135192  description="ARABIC LIGATURE LAM WITH JEEM INITIAL FORM",
135193  direction="al",
135194  linebreak="al",
135195  specials={ "initial", 0x644, 0x62C },
135196  unicodeslot=0xFCC9,
135197 },
135198 [0xFCCA]={
135199  adobename="lamhahinitialarabic",
135200  category="lo",
135201  description="ARABIC LIGATURE LAM WITH HAH INITIAL FORM",
135202  direction="al",
135203  linebreak="al",
135204  specials={ "initial", 0x644, 0x62D },
135205  unicodeslot=0xFCCA,
135206 },
135207 [0xFCCB]={
135208  adobename="lamkhahinitialarabic",
135209  category="lo",
135210  description="ARABIC LIGATURE LAM WITH KHAH INITIAL FORM",
135211  direction="al",
135212  linebreak="al",
135213  specials={ "initial", 0x644, 0x62E },
135214  unicodeslot=0xFCCB,
135215 },
135216 [0xFCCC]={
135217  adobename="lammeeminitialarabic",
135218  category="lo",
135219  description="ARABIC LIGATURE LAM WITH MEEM INITIAL FORM",
135220  direction="al",
135221  linebreak="al",
135222  specials={ "initial", 0x644, 0x645 },
135223  unicodeslot=0xFCCC,
135224 },
135225 [0xFCCD]={
135226  category="lo",
135227  description="ARABIC LIGATURE LAM WITH HEH INITIAL FORM",
135228  direction="al",
135229  linebreak="al",
135230  specials={ "initial", 0x644, 0x647 },
135231  unicodeslot=0xFCCD,
135232 },
135233 [0xFCCE]={
135234  category="lo",
135235  description="ARABIC LIGATURE MEEM WITH JEEM INITIAL FORM",
135236  direction="al",
135237  linebreak="al",
135238  specials={ "initial", 0x645, 0x62C },
135239  unicodeslot=0xFCCE,
135240 },
135241 [0xFCCF]={
135242  category="lo",
135243  description="ARABIC LIGATURE MEEM WITH HAH INITIAL FORM",
135244  direction="al",
135245  linebreak="al",
135246  specials={ "initial", 0x645, 0x62D },
135247  unicodeslot=0xFCCF,
135248 },
135249 [0xFCD0]={
135250  category="lo",
135251  description="ARABIC LIGATURE MEEM WITH KHAH INITIAL FORM",
135252  direction="al",
135253  linebreak="al",
135254  specials={ "initial", 0x645, 0x62E },
135255  unicodeslot=0xFCD0,
135256 },
135257 [0xFCD1]={
135258  adobename="meemmeeminitialarabic",
135259  category="lo",
135260  description="ARABIC LIGATURE MEEM WITH MEEM INITIAL FORM",
135261  direction="al",
135262  linebreak="al",
135263  specials={ "initial", 0x645, 0x645 },
135264  unicodeslot=0xFCD1,
135265 },
135266 [0xFCD2]={
135267  adobename="noonjeeminitialarabic",
135268  category="lo",
135269  description="ARABIC LIGATURE NOON WITH JEEM INITIAL FORM",
135270  direction="al",
135271  linebreak="al",
135272  specials={ "initial", 0x646, 0x62C },
135273  unicodeslot=0xFCD2,
135274 },
135275 [0xFCD3]={
135276  category="lo",
135277  description="ARABIC LIGATURE NOON WITH HAH INITIAL FORM",
135278  direction="al",
135279  linebreak="al",
135280  specials={ "initial", 0x646, 0x62D },
135281  unicodeslot=0xFCD3,
135282 },
135283 [0xFCD4]={
135284  category="lo",
135285  description="ARABIC LIGATURE NOON WITH KHAH INITIAL FORM",
135286  direction="al",
135287  linebreak="al",
135288  specials={ "initial", 0x646, 0x62E },
135289  unicodeslot=0xFCD4,
135290 },
135291 [0xFCD5]={
135292  adobename="noonmeeminitialarabic",
135293  category="lo",
135294  description="ARABIC LIGATURE NOON WITH MEEM INITIAL FORM",
135295  direction="al",
135296  linebreak="al",
135297  specials={ "initial", 0x646, 0x645 },
135298  unicodeslot=0xFCD5,
135299 },
135300 [0xFCD6]={
135301  category="lo",
135302  description="ARABIC LIGATURE NOON WITH HEH INITIAL FORM",
135303  direction="al",
135304  linebreak="al",
135305  specials={ "initial", 0x646, 0x647 },
135306  unicodeslot=0xFCD6,
135307 },
135308 [0xFCD7]={
135309  category="lo",
135310  description="ARABIC LIGATURE HEH WITH JEEM INITIAL FORM",
135311  direction="al",
135312  linebreak="al",
135313  specials={ "initial", 0x647, 0x62C },
135314  unicodeslot=0xFCD7,
135315 },
135316 [0xFCD8]={
135317  category="lo",
135318  description="ARABIC LIGATURE HEH WITH MEEM INITIAL FORM",
135319  direction="al",
135320  linebreak="al",
135321  specials={ "initial", 0x647, 0x645 },
135322  unicodeslot=0xFCD8,
135323 },
135324 [0xFCD9]={
135325  category="lo",
135326  description="ARABIC LIGATURE HEH WITH SUPERSCRIPT ALEF INITIAL FORM",
135327  direction="al",
135328  linebreak="al",
135329  specials={ "initial", 0x647, 0x670 },
135330  unicodeslot=0xFCD9,
135331 },
135332 [0xFCDA]={
135333  category="lo",
135334  description="ARABIC LIGATURE YEH WITH JEEM INITIAL FORM",
135335  direction="al",
135336  linebreak="al",
135337  specials={ "initial", 0x64A, 0x62C },
135338  unicodeslot=0xFCDA,
135339 },
135340 [0xFCDB]={
135341  category="lo",
135342  description="ARABIC LIGATURE YEH WITH HAH INITIAL FORM",
135343  direction="al",
135344  linebreak="al",
135345  specials={ "initial", 0x64A, 0x62D },
135346  unicodeslot=0xFCDB,
135347 },
135348 [0xFCDC]={
135349  category="lo",
135350  description="ARABIC LIGATURE YEH WITH KHAH INITIAL FORM",
135351  direction="al",
135352  linebreak="al",
135353  specials={ "initial", 0x64A, 0x62E },
135354  unicodeslot=0xFCDC,
135355 },
135356 [0xFCDD]={
135357  adobename="yehmeeminitialarabic",
135358  category="lo",
135359  description="ARABIC LIGATURE YEH WITH MEEM INITIAL FORM",
135360  direction="al",
135361  linebreak="al",
135362  specials={ "initial", 0x64A, 0x645 },
135363  unicodeslot=0xFCDD,
135364 },
135365 [0xFCDE]={
135366  category="lo",
135367  description="ARABIC LIGATURE YEH WITH HEH INITIAL FORM",
135368  direction="al",
135369  linebreak="al",
135370  specials={ "initial", 0x64A, 0x647 },
135371  unicodeslot=0xFCDE,
135372 },
135373 [0xFCDF]={
135374  category="lo",
135375  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM MEDIAL FORM",
135376  direction="al",
135377  linebreak="al",
135378  specials={ "medial", 0x626, 0x645 },
135379  unicodeslot=0xFCDF,
135380 },
135381 [0xFCE0]={
135382  category="lo",
135383  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH MEDIAL FORM",
135384  direction="al",
135385  linebreak="al",
135386  specials={ "medial", 0x626, 0x647 },
135387  unicodeslot=0xFCE0,
135388 },
135389 [0xFCE1]={
135390  category="lo",
135391  description="ARABIC LIGATURE BEH WITH MEEM MEDIAL FORM",
135392  direction="al",
135393  linebreak="al",
135394  specials={ "medial", 0x628, 0x645 },
135395  unicodeslot=0xFCE1,
135396 },
135397 [0xFCE2]={
135398  category="lo",
135399  description="ARABIC LIGATURE BEH WITH HEH MEDIAL FORM",
135400  direction="al",
135401  linebreak="al",
135402  specials={ "medial", 0x628, 0x647 },
135403  unicodeslot=0xFCE2,
135404 },
135405 [0xFCE3]={
135406  category="lo",
135407  description="ARABIC LIGATURE TEH WITH MEEM MEDIAL FORM",
135408  direction="al",
135409  linebreak="al",
135410  specials={ "medial", 0x62A, 0x645 },
135411  unicodeslot=0xFCE3,
135412 },
135413 [0xFCE4]={
135414  category="lo",
135415  description="ARABIC LIGATURE TEH WITH HEH MEDIAL FORM",
135416  direction="al",
135417  linebreak="al",
135418  specials={ "medial", 0x62A, 0x647 },
135419  unicodeslot=0xFCE4,
135420 },
135421 [0xFCE5]={
135422  category="lo",
135423  description="ARABIC LIGATURE THEH WITH MEEM MEDIAL FORM",
135424  direction="al",
135425  linebreak="al",
135426  specials={ "medial", 0x62B, 0x645 },
135427  unicodeslot=0xFCE5,
135428 },
135429 [0xFCE6]={
135430  category="lo",
135431  description="ARABIC LIGATURE THEH WITH HEH MEDIAL FORM",
135432  direction="al",
135433  linebreak="al",
135434  specials={ "medial", 0x62B, 0x647 },
135435  unicodeslot=0xFCE6,
135436 },
135437 [0xFCE7]={
135438  category="lo",
135439  description="ARABIC LIGATURE SEEN WITH MEEM MEDIAL FORM",
135440  direction="al",
135441  linebreak="al",
135442  specials={ "medial", 0x633, 0x645 },
135443  unicodeslot=0xFCE7,
135444 },
135445 [0xFCE8]={
135446  category="lo",
135447  description="ARABIC LIGATURE SEEN WITH HEH MEDIAL FORM",
135448  direction="al",
135449  linebreak="al",
135450  specials={ "medial", 0x633, 0x647 },
135451  unicodeslot=0xFCE8,
135452 },
135453 [0xFCE9]={
135454  category="lo",
135455  description="ARABIC LIGATURE SHEEN WITH MEEM MEDIAL FORM",
135456  direction="al",
135457  linebreak="al",
135458  specials={ "medial", 0x634, 0x645 },
135459  unicodeslot=0xFCE9,
135460 },
135461 [0xFCEA]={
135462  category="lo",
135463  description="ARABIC LIGATURE SHEEN WITH HEH MEDIAL FORM",
135464  direction="al",
135465  linebreak="al",
135466  specials={ "medial", 0x634, 0x647 },
135467  unicodeslot=0xFCEA,
135468 },
135469 [0xFCEB]={
135470  category="lo",
135471  description="ARABIC LIGATURE KAF WITH LAM MEDIAL FORM",
135472  direction="al",
135473  linebreak="al",
135474  specials={ "medial", 0x643, 0x644 },
135475  unicodeslot=0xFCEB,
135476 },
135477 [0xFCEC]={
135478  category="lo",
135479  description="ARABIC LIGATURE KAF WITH MEEM MEDIAL FORM",
135480  direction="al",
135481  linebreak="al",
135482  specials={ "medial", 0x643, 0x645 },
135483  unicodeslot=0xFCEC,
135484 },
135485 [0xFCED]={
135486  category="lo",
135487  description="ARABIC LIGATURE LAM WITH MEEM MEDIAL FORM",
135488  direction="al",
135489  linebreak="al",
135490  specials={ "medial", 0x644, 0x645 },
135491  unicodeslot=0xFCED,
135492 },
135493 [0xFCEE]={
135494  category="lo",
135495  description="ARABIC LIGATURE NOON WITH MEEM MEDIAL FORM",
135496  direction="al",
135497  linebreak="al",
135498  specials={ "medial", 0x646, 0x645 },
135499  unicodeslot=0xFCEE,
135500 },
135501 [0xFCEF]={
135502  category="lo",
135503  description="ARABIC LIGATURE NOON WITH HEH MEDIAL FORM",
135504  direction="al",
135505  linebreak="al",
135506  specials={ "medial", 0x646, 0x647 },
135507  unicodeslot=0xFCEF,
135508 },
135509 [0xFCF0]={
135510  category="lo",
135511  description="ARABIC LIGATURE YEH WITH MEEM MEDIAL FORM",
135512  direction="al",
135513  linebreak="al",
135514  specials={ "medial", 0x64A, 0x645 },
135515  unicodeslot=0xFCF0,
135516 },
135517 [0xFCF1]={
135518  category="lo",
135519  description="ARABIC LIGATURE YEH WITH HEH MEDIAL FORM",
135520  direction="al",
135521  linebreak="al",
135522  specials={ "medial", 0x64A, 0x647 },
135523  unicodeslot=0xFCF1,
135524 },
135525 [0xFCF2]={
135526  category="lo",
135527  description="ARABIC LIGATURE SHADDA WITH FATHA MEDIAL FORM",
135528  direction="al",
135529  linebreak="al",
135530  specials={ "medial", 0x640, 0x64E, 0x651 },
135531  unicodeslot=0xFCF2,
135532 },
135533 [0xFCF3]={
135534  category="lo",
135535  description="ARABIC LIGATURE SHADDA WITH DAMMA MEDIAL FORM",
135536  direction="al",
135537  linebreak="al",
135538  specials={ "medial", 0x640, 0x64F, 0x651 },
135539  unicodeslot=0xFCF3,
135540 },
135541 [0xFCF4]={
135542  category="lo",
135543  description="ARABIC LIGATURE SHADDA WITH KASRA MEDIAL FORM",
135544  direction="al",
135545  linebreak="al",
135546  specials={ "medial", 0x640, 0x650, 0x651 },
135547  unicodeslot=0xFCF4,
135548 },
135549 [0xFCF5]={
135550  category="lo",
135551  description="ARABIC LIGATURE TAH WITH ALEF MAKSURA ISOLATED FORM",
135552  direction="al",
135553  linebreak="al",
135554  specials={ "isolated", 0x637, 0x649 },
135555  unicodeslot=0xFCF5,
135556 },
135557 [0xFCF6]={
135558  category="lo",
135559  description="ARABIC LIGATURE TAH WITH YEH ISOLATED FORM",
135560  direction="al",
135561  linebreak="al",
135562  specials={ "isolated", 0x637, 0x64A },
135563  unicodeslot=0xFCF6,
135564 },
135565 [0xFCF7]={
135566  category="lo",
135567  description="ARABIC LIGATURE AIN WITH ALEF MAKSURA ISOLATED FORM",
135568  direction="al",
135569  linebreak="al",
135570  specials={ "isolated", 0x639, 0x649 },
135571  unicodeslot=0xFCF7,
135572 },
135573 [0xFCF8]={
135574  category="lo",
135575  description="ARABIC LIGATURE AIN WITH YEH ISOLATED FORM",
135576  direction="al",
135577  linebreak="al",
135578  specials={ "isolated", 0x639, 0x64A },
135579  unicodeslot=0xFCF8,
135580 },
135581 [0xFCF9]={
135582  category="lo",
135583  description="ARABIC LIGATURE GHAIN WITH ALEF MAKSURA ISOLATED FORM",
135584  direction="al",
135585  linebreak="al",
135586  specials={ "isolated", 0x63A, 0x649 },
135587  unicodeslot=0xFCF9,
135588 },
135589 [0xFCFA]={
135590  category="lo",
135591  description="ARABIC LIGATURE GHAIN WITH YEH ISOLATED FORM",
135592  direction="al",
135593  linebreak="al",
135594  specials={ "isolated", 0x63A, 0x64A },
135595  unicodeslot=0xFCFA,
135596 },
135597 [0xFCFB]={
135598  category="lo",
135599  description="ARABIC LIGATURE SEEN WITH ALEF MAKSURA ISOLATED FORM",
135600  direction="al",
135601  linebreak="al",
135602  specials={ "isolated", 0x633, 0x649 },
135603  unicodeslot=0xFCFB,
135604 },
135605 [0xFCFC]={
135606  category="lo",
135607  description="ARABIC LIGATURE SEEN WITH YEH ISOLATED FORM",
135608  direction="al",
135609  linebreak="al",
135610  specials={ "isolated", 0x633, 0x64A },
135611  unicodeslot=0xFCFC,
135612 },
135613 [0xFCFD]={
135614  category="lo",
135615  description="ARABIC LIGATURE SHEEN WITH ALEF MAKSURA ISOLATED FORM",
135616  direction="al",
135617  linebreak="al",
135618  specials={ "isolated", 0x634, 0x649 },
135619  unicodeslot=0xFCFD,
135620 },
135621 [0xFCFE]={
135622  category="lo",
135623  description="ARABIC LIGATURE SHEEN WITH YEH ISOLATED FORM",
135624  direction="al",
135625  linebreak="al",
135626  specials={ "isolated", 0x634, 0x64A },
135627  unicodeslot=0xFCFE,
135628 },
135629 [0xFCFF]={
135630  category="lo",
135631  description="ARABIC LIGATURE HAH WITH ALEF MAKSURA ISOLATED FORM",
135632  direction="al",
135633  linebreak="al",
135634  specials={ "isolated", 0x62D, 0x649 },
135635  unicodeslot=0xFCFF,
135636 },
135637 [0xFD00]={
135638  category="lo",
135639  description="ARABIC LIGATURE HAH WITH YEH ISOLATED FORM",
135640  direction="al",
135641  linebreak="al",
135642  specials={ "isolated", 0x62D, 0x64A },
135643  unicodeslot=0xFD00,
135644 },
135645 [0xFD01]={
135646  category="lo",
135647  description="ARABIC LIGATURE JEEM WITH ALEF MAKSURA ISOLATED FORM",
135648  direction="al",
135649  linebreak="al",
135650  specials={ "isolated", 0x62C, 0x649 },
135651  unicodeslot=0xFD01,
135652 },
135653 [0xFD02]={
135654  category="lo",
135655  description="ARABIC LIGATURE JEEM WITH YEH ISOLATED FORM",
135656  direction="al",
135657  linebreak="al",
135658  specials={ "isolated", 0x62C, 0x64A },
135659  unicodeslot=0xFD02,
135660 },
135661 [0xFD03]={
135662  category="lo",
135663  description="ARABIC LIGATURE KHAH WITH ALEF MAKSURA ISOLATED FORM",
135664  direction="al",
135665  linebreak="al",
135666  specials={ "isolated", 0x62E, 0x649 },
135667  unicodeslot=0xFD03,
135668 },
135669 [0xFD04]={
135670  category="lo",
135671  description="ARABIC LIGATURE KHAH WITH YEH ISOLATED FORM",
135672  direction="al",
135673  linebreak="al",
135674  specials={ "isolated", 0x62E, 0x64A },
135675  unicodeslot=0xFD04,
135676 },
135677 [0xFD05]={
135678  category="lo",
135679  description="ARABIC LIGATURE SAD WITH ALEF MAKSURA ISOLATED FORM",
135680  direction="al",
135681  linebreak="al",
135682  specials={ "isolated", 0x635, 0x649 },
135683  unicodeslot=0xFD05,
135684 },
135685 [0xFD06]={
135686  category="lo",
135687  description="ARABIC LIGATURE SAD WITH YEH ISOLATED FORM",
135688  direction="al",
135689  linebreak="al",
135690  specials={ "isolated", 0x635, 0x64A },
135691  unicodeslot=0xFD06,
135692 },
135693 [0xFD07]={
135694  category="lo",
135695  description="ARABIC LIGATURE DAD WITH ALEF MAKSURA ISOLATED FORM",
135696  direction="al",
135697  linebreak="al",
135698  specials={ "isolated", 0x636, 0x649 },
135699  unicodeslot=0xFD07,
135700 },
135701 [0xFD08]={
135702  category="lo",
135703  description="ARABIC LIGATURE DAD WITH YEH ISOLATED FORM",
135704  direction="al",
135705  linebreak="al",
135706  specials={ "isolated", 0x636, 0x64A },
135707  unicodeslot=0xFD08,
135708 },
135709 [0xFD09]={
135710  category="lo",
135711  description="ARABIC LIGATURE SHEEN WITH JEEM ISOLATED FORM",
135712  direction="al",
135713  linebreak="al",
135714  specials={ "isolated", 0x634, 0x62C },
135715  unicodeslot=0xFD09,
135716 },
135717 [0xFD0A]={
135718  category="lo",
135719  description="ARABIC LIGATURE SHEEN WITH HAH ISOLATED FORM",
135720  direction="al",
135721  linebreak="al",
135722  specials={ "isolated", 0x634, 0x62D },
135723  unicodeslot=0xFD0A,
135724 },
135725 [0xFD0B]={
135726  category="lo",
135727  description="ARABIC LIGATURE SHEEN WITH KHAH ISOLATED FORM",
135728  direction="al",
135729  linebreak="al",
135730  specials={ "isolated", 0x634, 0x62E },
135731  unicodeslot=0xFD0B,
135732 },
135733 [0xFD0C]={
135734  category="lo",
135735  description="ARABIC LIGATURE SHEEN WITH MEEM ISOLATED FORM",
135736  direction="al",
135737  linebreak="al",
135738  specials={ "isolated", 0x634, 0x645 },
135739  unicodeslot=0xFD0C,
135740 },
135741 [0xFD0D]={
135742  category="lo",
135743  description="ARABIC LIGATURE SHEEN WITH REH ISOLATED FORM",
135744  direction="al",
135745  linebreak="al",
135746  specials={ "isolated", 0x634, 0x631 },
135747  unicodeslot=0xFD0D,
135748 },
135749 [0xFD0E]={
135750  category="lo",
135751  description="ARABIC LIGATURE SEEN WITH REH ISOLATED FORM",
135752  direction="al",
135753  linebreak="al",
135754  specials={ "isolated", 0x633, 0x631 },
135755  unicodeslot=0xFD0E,
135756 },
135757 [0xFD0F]={
135758  category="lo",
135759  description="ARABIC LIGATURE SAD WITH REH ISOLATED FORM",
135760  direction="al",
135761  linebreak="al",
135762  specials={ "isolated", 0x635, 0x631 },
135763  unicodeslot=0xFD0F,
135764 },
135765 [0xFD10]={
135766  category="lo",
135767  description="ARABIC LIGATURE DAD WITH REH ISOLATED FORM",
135768  direction="al",
135769  linebreak="al",
135770  specials={ "isolated", 0x636, 0x631 },
135771  unicodeslot=0xFD10,
135772 },
135773 [0xFD11]={
135774  category="lo",
135775  description="ARABIC LIGATURE TAH WITH ALEF MAKSURA FINAL FORM",
135776  direction="al",
135777  linebreak="al",
135778  specials={ "final", 0x637, 0x649 },
135779  unicodeslot=0xFD11,
135780 },
135781 [0xFD12]={
135782  category="lo",
135783  description="ARABIC LIGATURE TAH WITH YEH FINAL FORM",
135784  direction="al",
135785  linebreak="al",
135786  specials={ "final", 0x637, 0x64A },
135787  unicodeslot=0xFD12,
135788 },
135789 [0xFD13]={
135790  category="lo",
135791  description="ARABIC LIGATURE AIN WITH ALEF MAKSURA FINAL FORM",
135792  direction="al",
135793  linebreak="al",
135794  specials={ "final", 0x639, 0x649 },
135795  unicodeslot=0xFD13,
135796 },
135797 [0xFD14]={
135798  category="lo",
135799  description="ARABIC LIGATURE AIN WITH YEH FINAL FORM",
135800  direction="al",
135801  linebreak="al",
135802  specials={ "final", 0x639, 0x64A },
135803  unicodeslot=0xFD14,
135804 },
135805 [0xFD15]={
135806  category="lo",
135807  description="ARABIC LIGATURE GHAIN WITH ALEF MAKSURA FINAL FORM",
135808  direction="al",
135809  linebreak="al",
135810  specials={ "final", 0x63A, 0x649 },
135811  unicodeslot=0xFD15,
135812 },
135813 [0xFD16]={
135814  category="lo",
135815  description="ARABIC LIGATURE GHAIN WITH YEH FINAL FORM",
135816  direction="al",
135817  linebreak="al",
135818  specials={ "final", 0x63A, 0x64A },
135819  unicodeslot=0xFD16,
135820 },
135821 [0xFD17]={
135822  category="lo",
135823  description="ARABIC LIGATURE SEEN WITH ALEF MAKSURA FINAL FORM",
135824  direction="al",
135825  linebreak="al",
135826  specials={ "final", 0x633, 0x649 },
135827  unicodeslot=0xFD17,
135828 },
135829 [0xFD18]={
135830  category="lo",
135831  description="ARABIC LIGATURE SEEN WITH YEH FINAL FORM",
135832  direction="al",
135833  linebreak="al",
135834  specials={ "final", 0x633, 0x64A },
135835  unicodeslot=0xFD18,
135836 },
135837 [0xFD19]={
135838  category="lo",
135839  description="ARABIC LIGATURE SHEEN WITH ALEF MAKSURA FINAL FORM",
135840  direction="al",
135841  linebreak="al",
135842  specials={ "final", 0x634, 0x649 },
135843  unicodeslot=0xFD19,
135844 },
135845 [0xFD1A]={
135846  category="lo",
135847  description="ARABIC LIGATURE SHEEN WITH YEH FINAL FORM",
135848  direction="al",
135849  linebreak="al",
135850  specials={ "final", 0x634, 0x64A },
135851  unicodeslot=0xFD1A,
135852 },
135853 [0xFD1B]={
135854  category="lo",
135855  description="ARABIC LIGATURE HAH WITH ALEF MAKSURA FINAL FORM",
135856  direction="al",
135857  linebreak="al",
135858  specials={ "final", 0x62D, 0x649 },
135859  unicodeslot=0xFD1B,
135860 },
135861 [0xFD1C]={
135862  category="lo",
135863  description="ARABIC LIGATURE HAH WITH YEH FINAL FORM",
135864  direction="al",
135865  linebreak="al",
135866  specials={ "final", 0x62D, 0x64A },
135867  unicodeslot=0xFD1C,
135868 },
135869 [0xFD1D]={
135870  category="lo",
135871  description="ARABIC LIGATURE JEEM WITH ALEF MAKSURA FINAL FORM",
135872  direction="al",
135873  linebreak="al",
135874  specials={ "final", 0x62C, 0x649 },
135875  unicodeslot=0xFD1D,
135876 },
135877 [0xFD1E]={
135878  category="lo",
135879  description="ARABIC LIGATURE JEEM WITH YEH FINAL FORM",
135880  direction="al",
135881  linebreak="al",
135882  specials={ "final", 0x62C, 0x64A },
135883  unicodeslot=0xFD1E,
135884 },
135885 [0xFD1F]={
135886  category="lo",
135887  description="ARABIC LIGATURE KHAH WITH ALEF MAKSURA FINAL FORM",
135888  direction="al",
135889  linebreak="al",
135890  specials={ "final", 0x62E, 0x649 },
135891  unicodeslot=0xFD1F,
135892 },
135893 [0xFD20]={
135894  category="lo",
135895  description="ARABIC LIGATURE KHAH WITH YEH FINAL FORM",
135896  direction="al",
135897  linebreak="al",
135898  specials={ "final", 0x62E, 0x64A },
135899  unicodeslot=0xFD20,
135900 },
135901 [0xFD21]={
135902  category="lo",
135903  description="ARABIC LIGATURE SAD WITH ALEF MAKSURA FINAL FORM",
135904  direction="al",
135905  linebreak="al",
135906  specials={ "final", 0x635, 0x649 },
135907  unicodeslot=0xFD21,
135908 },
135909 [0xFD22]={
135910  category="lo",
135911  description="ARABIC LIGATURE SAD WITH YEH FINAL FORM",
135912  direction="al",
135913  linebreak="al",
135914  specials={ "final", 0x635, 0x64A },
135915  unicodeslot=0xFD22,
135916 },
135917 [0xFD23]={
135918  category="lo",
135919  description="ARABIC LIGATURE DAD WITH ALEF MAKSURA FINAL FORM",
135920  direction="al",
135921  linebreak="al",
135922  specials={ "final", 0x636, 0x649 },
135923  unicodeslot=0xFD23,
135924 },
135925 [0xFD24]={
135926  category="lo",
135927  description="ARABIC LIGATURE DAD WITH YEH FINAL FORM",
135928  direction="al",
135929  linebreak="al",
135930  specials={ "final", 0x636, 0x64A },
135931  unicodeslot=0xFD24,
135932 },
135933 [0xFD25]={
135934  category="lo",
135935  description="ARABIC LIGATURE SHEEN WITH JEEM FINAL FORM",
135936  direction="al",
135937  linebreak="al",
135938  specials={ "final", 0x634, 0x62C },
135939  unicodeslot=0xFD25,
135940 },
135941 [0xFD26]={
135942  category="lo",
135943  description="ARABIC LIGATURE SHEEN WITH HAH FINAL FORM",
135944  direction="al",
135945  linebreak="al",
135946  specials={ "final", 0x634, 0x62D },
135947  unicodeslot=0xFD26,
135948 },
135949 [0xFD27]={
135950  category="lo",
135951  description="ARABIC LIGATURE SHEEN WITH KHAH FINAL FORM",
135952  direction="al",
135953  linebreak="al",
135954  specials={ "final", 0x634, 0x62E },
135955  unicodeslot=0xFD27,
135956 },
135957 [0xFD28]={
135958  category="lo",
135959  description="ARABIC LIGATURE SHEEN WITH MEEM FINAL FORM",
135960  direction="al",
135961  linebreak="al",
135962  specials={ "final", 0x634, 0x645 },
135963  unicodeslot=0xFD28,
135964 },
135965 [0xFD29]={
135966  category="lo",
135967  description="ARABIC LIGATURE SHEEN WITH REH FINAL FORM",
135968  direction="al",
135969  linebreak="al",
135970  specials={ "final", 0x634, 0x631 },
135971  unicodeslot=0xFD29,
135972 },
135973 [0xFD2A]={
135974  category="lo",
135975  description="ARABIC LIGATURE SEEN WITH REH FINAL FORM",
135976  direction="al",
135977  linebreak="al",
135978  specials={ "final", 0x633, 0x631 },
135979  unicodeslot=0xFD2A,
135980 },
135981 [0xFD2B]={
135982  category="lo",
135983  description="ARABIC LIGATURE SAD WITH REH FINAL FORM",
135984  direction="al",
135985  linebreak="al",
135986  specials={ "final", 0x635, 0x631 },
135987  unicodeslot=0xFD2B,
135988 },
135989 [0xFD2C]={
135990  category="lo",
135991  description="ARABIC LIGATURE DAD WITH REH FINAL FORM",
135992  direction="al",
135993  linebreak="al",
135994  specials={ "final", 0x636, 0x631 },
135995  unicodeslot=0xFD2C,
135996 },
135997 [0xFD2D]={
135998  category="lo",
135999  description="ARABIC LIGATURE SHEEN WITH JEEM INITIAL FORM",
136000  direction="al",
136001  linebreak="al",
136002  specials={ "initial", 0x634, 0x62C },
136003  unicodeslot=0xFD2D,
136004 },
136005 [0xFD2E]={
136006  category="lo",
136007  description="ARABIC LIGATURE SHEEN WITH HAH INITIAL FORM",
136008  direction="al",
136009  linebreak="al",
136010  specials={ "initial", 0x634, 0x62D },
136011  unicodeslot=0xFD2E,
136012 },
136013 [0xFD2F]={
136014  category="lo",
136015  description="ARABIC LIGATURE SHEEN WITH KHAH INITIAL FORM",
136016  direction="al",
136017  linebreak="al",
136018  specials={ "initial", 0x634, 0x62E },
136019  unicodeslot=0xFD2F,
136020 },
136021 [0xFD30]={
136022  category="lo",
136023  description="ARABIC LIGATURE SHEEN WITH MEEM INITIAL FORM",
136024  direction="al",
136025  linebreak="al",
136026  specials={ "initial", 0x634, 0x645 },
136027  unicodeslot=0xFD30,
136028 },
136029 [0xFD31]={
136030  category="lo",
136031  description="ARABIC LIGATURE SEEN WITH HEH INITIAL FORM",
136032  direction="al",
136033  linebreak="al",
136034  specials={ "initial", 0x633, 0x647 },
136035  unicodeslot=0xFD31,
136036 },
136037 [0xFD32]={
136038  category="lo",
136039  description="ARABIC LIGATURE SHEEN WITH HEH INITIAL FORM",
136040  direction="al",
136041  linebreak="al",
136042  specials={ "initial", 0x634, 0x647 },
136043  unicodeslot=0xFD32,
136044 },
136045 [0xFD33]={
136046  category="lo",
136047  description="ARABIC LIGATURE TAH WITH MEEM INITIAL FORM",
136048  direction="al",
136049  linebreak="al",
136050  specials={ "initial", 0x637, 0x645 },
136051  unicodeslot=0xFD33,
136052 },
136053 [0xFD34]={
136054  category="lo",
136055  description="ARABIC LIGATURE SEEN WITH JEEM MEDIAL FORM",
136056  direction="al",
136057  linebreak="al",
136058  specials={ "medial", 0x633, 0x62C },
136059  unicodeslot=0xFD34,
136060 },
136061 [0xFD35]={
136062  category="lo",
136063  description="ARABIC LIGATURE SEEN WITH HAH MEDIAL FORM",
136064  direction="al",
136065  linebreak="al",
136066  specials={ "medial", 0x633, 0x62D },
136067  unicodeslot=0xFD35,
136068 },
136069 [0xFD36]={
136070  category="lo",
136071  description="ARABIC LIGATURE SEEN WITH KHAH MEDIAL FORM",
136072  direction="al",
136073  linebreak="al",
136074  specials={ "medial", 0x633, 0x62E },
136075  unicodeslot=0xFD36,
136076 },
136077 [0xFD37]={
136078  category="lo",
136079  description="ARABIC LIGATURE SHEEN WITH JEEM MEDIAL FORM",
136080  direction="al",
136081  linebreak="al",
136082  specials={ "medial", 0x634, 0x62C },
136083  unicodeslot=0xFD37,
136084 },
136085 [0xFD38]={
136086  category="lo",
136087  description="ARABIC LIGATURE SHEEN WITH HAH MEDIAL FORM",
136088  direction="al",
136089  linebreak="al",
136090  specials={ "medial", 0x634, 0x62D },
136091  unicodeslot=0xFD38,
136092 },
136093 [0xFD39]={
136094  category="lo",
136095  description="ARABIC LIGATURE SHEEN WITH KHAH MEDIAL FORM",
136096  direction="al",
136097  linebreak="al",
136098  specials={ "medial", 0x634, 0x62E },
136099  unicodeslot=0xFD39,
136100 },
136101 [0xFD3A]={
136102  category="lo",
136103  description="ARABIC LIGATURE TAH WITH MEEM MEDIAL FORM",
136104  direction="al",
136105  linebreak="al",
136106  specials={ "medial", 0x637, 0x645 },
136107  unicodeslot=0xFD3A,
136108 },
136109 [0xFD3B]={
136110  category="lo",
136111  description="ARABIC LIGATURE ZAH WITH MEEM MEDIAL FORM",
136112  direction="al",
136113  linebreak="al",
136114  specials={ "medial", 0x638, 0x645 },
136115  unicodeslot=0xFD3B,
136116 },
136117 [0xFD3C]={
136118  category="lo",
136119  description="ARABIC LIGATURE ALEF WITH FATHATAN FINAL FORM",
136120  direction="al",
136121  linebreak="al",
136122  specials={ "final", 0x627, 0x64B },
136123  unicodeslot=0xFD3C,
136124 },
136125 [0xFD3D]={
136126  category="lo",
136127  description="ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM",
136128  direction="al",
136129  linebreak="al",
136130  specials={ "isolated", 0x627, 0x64B },
136131  unicodeslot=0xFD3D,
136132 },
136133 [0xFD3E]={
136134  adobename="parenleftaltonearabic",
136135  category="ps",
136136  contextname="arabicparenleft",
136137  description="ORNATE LEFT PARENTHESIS",
136138  direction="on",
136139  linebreak="cl",
136140  unicodeslot=0xFD3E,
136141 },
136142 [0xFD3F]={
136143  adobename="parenrightaltonearabic",
136144  category="pe",
136145  contextname="arabicparenright",
136146  description="ORNATE RIGHT PARENTHESIS",
136147  direction="on",
136148  linebreak="op",
136149  unicodeslot=0xFD3F,
136150 },
136151 [0xFD40]={
136152  category="so",
136153  description="ARABIC LIGATURE RAHIMAHU ALLAAH",
136154  direction="on",
136155  linebreak="al",
136156  unicodeslot=0xFD40,
136157 },
136158 [0xFD41]={
136159  category="so",
136160  description="ARABIC LIGATURE RADI ALLAAHU ANH",
136161  direction="on",
136162  linebreak="al",
136163  unicodeslot=0xFD41,
136164 },
136165 [0xFD42]={
136166  category="so",
136167  description="ARABIC LIGATURE RADI ALLAAHU ANHAA",
136168  direction="on",
136169  linebreak="al",
136170  unicodeslot=0xFD42,
136171 },
136172 [0xFD43]={
136173  category="so",
136174  description="ARABIC LIGATURE RADI ALLAAHU ANHUM",
136175  direction="on",
136176  linebreak="al",
136177  unicodeslot=0xFD43,
136178 },
136179 [0xFD44]={
136180  category="so",
136181  description="ARABIC LIGATURE RADI ALLAAHU ANHUMAA",
136182  direction="on",
136183  linebreak="al",
136184  unicodeslot=0xFD44,
136185 },
136186 [0xFD45]={
136187  category="so",
136188  description="ARABIC LIGATURE RADI ALLAAHU ANHUNNA",
136189  direction="on",
136190  linebreak="al",
136191  unicodeslot=0xFD45,
136192 },
136193 [0xFD46]={
136194  category="so",
136195  description="ARABIC LIGATURE SALLALLAAHU ALAYHI WA-AALIH",
136196  direction="on",
136197  linebreak="al",
136198  unicodeslot=0xFD46,
136199 },
136200 [0xFD47]={
136201  category="so",
136202  description="ARABIC LIGATURE ALAYHI AS-SALAAM",
136203  direction="on",
136204  linebreak="al",
136205  unicodeslot=0xFD47,
136206 },
136207 [0xFD48]={
136208  category="so",
136209  description="ARABIC LIGATURE ALAYHIM AS-SALAAM",
136210  direction="on",
136211  linebreak="al",
136212  unicodeslot=0xFD48,
136213 },
136214 [0xFD49]={
136215  category="so",
136216  description="ARABIC LIGATURE ALAYHIMAA AS-SALAAM",
136217  direction="on",
136218  linebreak="al",
136219  unicodeslot=0xFD49,
136220 },
136221 [0xFD4A]={
136222  category="so",
136223  description="ARABIC LIGATURE ALAYHI AS-SALAATU WAS-SALAAM",
136224  direction="on",
136225  linebreak="al",
136226  unicodeslot=0xFD4A,
136227 },
136228 [0xFD4B]={
136229  category="so",
136230  description="ARABIC LIGATURE QUDDISA SIRRAH",
136231  direction="on",
136232  linebreak="al",
136233  unicodeslot=0xFD4B,
136234 },
136235 [0xFD4C]={
136236  category="so",
136237  description="ARABIC LIGATURE SALLALLAHU ALAYHI WAAALIHEE WA-SALLAM",
136238  direction="on",
136239  linebreak="al",
136240  unicodeslot=0xFD4C,
136241 },
136242 [0xFD4D]={
136243  category="so",
136244  description="ARABIC LIGATURE ALAYHAA AS-SALAAM",
136245  direction="on",
136246  linebreak="al",
136247  unicodeslot=0xFD4D,
136248 },
136249 [0xFD4E]={
136250  category="so",
136251  description="ARABIC LIGATURE TABAARAKA WA-TAAALAA",
136252  direction="on",
136253  linebreak="al",
136254  unicodeslot=0xFD4E,
136255 },
136256 [0xFD4F]={
136257  category="so",
136258  description="ARABIC LIGATURE RAHIMAHUM ALLAAH",
136259  direction="on",
136260  linebreak="al",
136261  unicodeslot=0xFD4F,
136262 },
136263 [0xFD50]={
136264  category="lo",
136265  description="ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM",
136266  direction="al",
136267  linebreak="al",
136268  specials={ "initial", 0x62A, 0x62C, 0x645 },
136269  unicodeslot=0xFD50,
136270 },
136271 [0xFD51]={
136272  category="lo",
136273  description="ARABIC LIGATURE TEH WITH HAH WITH JEEM FINAL FORM",
136274  direction="al",
136275  linebreak="al",
136276  specials={ "final", 0x62A, 0x62D, 0x62C },
136277  unicodeslot=0xFD51,
136278 },
136279 [0xFD52]={
136280  category="lo",
136281  description="ARABIC LIGATURE TEH WITH HAH WITH JEEM INITIAL FORM",
136282  direction="al",
136283  linebreak="al",
136284  specials={ "initial", 0x62A, 0x62D, 0x62C },
136285  unicodeslot=0xFD52,
136286 },
136287 [0xFD53]={
136288  category="lo",
136289  description="ARABIC LIGATURE TEH WITH HAH WITH MEEM INITIAL FORM",
136290  direction="al",
136291  linebreak="al",
136292  specials={ "initial", 0x62A, 0x62D, 0x645 },
136293  unicodeslot=0xFD53,
136294 },
136295 [0xFD54]={
136296  category="lo",
136297  description="ARABIC LIGATURE TEH WITH KHAH WITH MEEM INITIAL FORM",
136298  direction="al",
136299  linebreak="al",
136300  specials={ "initial", 0x62A, 0x62E, 0x645 },
136301  unicodeslot=0xFD54,
136302 },
136303 [0xFD55]={
136304  category="lo",
136305  description="ARABIC LIGATURE TEH WITH MEEM WITH JEEM INITIAL FORM",
136306  direction="al",
136307  linebreak="al",
136308  specials={ "initial", 0x62A, 0x645, 0x62C },
136309  unicodeslot=0xFD55,
136310 },
136311 [0xFD56]={
136312  category="lo",
136313  description="ARABIC LIGATURE TEH WITH MEEM WITH HAH INITIAL FORM",
136314  direction="al",
136315  linebreak="al",
136316  specials={ "initial", 0x62A, 0x645, 0x62D },
136317  unicodeslot=0xFD56,
136318 },
136319 [0xFD57]={
136320  category="lo",
136321  description="ARABIC LIGATURE TEH WITH MEEM WITH KHAH INITIAL FORM",
136322  direction="al",
136323  linebreak="al",
136324  specials={ "initial", 0x62A, 0x645, 0x62E },
136325  unicodeslot=0xFD57,
136326 },
136327 [0xFD58]={
136328  category="lo",
136329  description="ARABIC LIGATURE JEEM WITH MEEM WITH HAH FINAL FORM",
136330  direction="al",
136331  linebreak="al",
136332  specials={ "final", 0x62C, 0x645, 0x62D },
136333  unicodeslot=0xFD58,
136334 },
136335 [0xFD59]={
136336  category="lo",
136337  description="ARABIC LIGATURE JEEM WITH MEEM WITH HAH INITIAL FORM",
136338  direction="al",
136339  linebreak="al",
136340  specials={ "initial", 0x62C, 0x645, 0x62D },
136341  unicodeslot=0xFD59,
136342 },
136343 [0xFD5A]={
136344  category="lo",
136345  description="ARABIC LIGATURE HAH WITH MEEM WITH YEH FINAL FORM",
136346  direction="al",
136347  linebreak="al",
136348  specials={ "final", 0x62D, 0x645, 0x64A },
136349  unicodeslot=0xFD5A,
136350 },
136351 [0xFD5B]={
136352  category="lo",
136353  description="ARABIC LIGATURE HAH WITH MEEM WITH ALEF MAKSURA FINAL FORM",
136354  direction="al",
136355  linebreak="al",
136356  specials={ "final", 0x62D, 0x645, 0x649 },
136357  unicodeslot=0xFD5B,
136358 },
136359 [0xFD5C]={
136360  category="lo",
136361  description="ARABIC LIGATURE SEEN WITH HAH WITH JEEM INITIAL FORM",
136362  direction="al",
136363  linebreak="al",
136364  specials={ "initial", 0x633, 0x62D, 0x62C },
136365  unicodeslot=0xFD5C,
136366 },
136367 [0xFD5D]={
136368  category="lo",
136369  description="ARABIC LIGATURE SEEN WITH JEEM WITH HAH INITIAL FORM",
136370  direction="al",
136371  linebreak="al",
136372  specials={ "initial", 0x633, 0x62C, 0x62D },
136373  unicodeslot=0xFD5D,
136374 },
136375 [0xFD5E]={
136376  category="lo",
136377  description="ARABIC LIGATURE SEEN WITH JEEM WITH ALEF MAKSURA FINAL FORM",
136378  direction="al",
136379  linebreak="al",
136380  specials={ "final", 0x633, 0x62C, 0x649 },
136381  unicodeslot=0xFD5E,
136382 },
136383 [0xFD5F]={
136384  category="lo",
136385  description="ARABIC LIGATURE SEEN WITH MEEM WITH HAH FINAL FORM",
136386  direction="al",
136387  linebreak="al",
136388  specials={ "final", 0x633, 0x645, 0x62D },
136389  unicodeslot=0xFD5F,
136390 },
136391 [0xFD60]={
136392  category="lo",
136393  description="ARABIC LIGATURE SEEN WITH MEEM WITH HAH INITIAL FORM",
136394  direction="al",
136395  linebreak="al",
136396  specials={ "initial", 0x633, 0x645, 0x62D },
136397  unicodeslot=0xFD60,
136398 },
136399 [0xFD61]={
136400  category="lo",
136401  description="ARABIC LIGATURE SEEN WITH MEEM WITH JEEM INITIAL FORM",
136402  direction="al",
136403  linebreak="al",
136404  specials={ "initial", 0x633, 0x645, 0x62C },
136405  unicodeslot=0xFD61,
136406 },
136407 [0xFD62]={
136408  category="lo",
136409  description="ARABIC LIGATURE SEEN WITH MEEM WITH MEEM FINAL FORM",
136410  direction="al",
136411  linebreak="al",
136412  specials={ "final", 0x633, 0x645, 0x645 },
136413  unicodeslot=0xFD62,
136414 },
136415 [0xFD63]={
136416  category="lo",
136417  description="ARABIC LIGATURE SEEN WITH MEEM WITH MEEM INITIAL FORM",
136418  direction="al",
136419  linebreak="al",
136420  specials={ "initial", 0x633, 0x645, 0x645 },
136421  unicodeslot=0xFD63,
136422 },
136423 [0xFD64]={
136424  category="lo",
136425  description="ARABIC LIGATURE SAD WITH HAH WITH HAH FINAL FORM",
136426  direction="al",
136427  linebreak="al",
136428  specials={ "final", 0x635, 0x62D, 0x62D },
136429  unicodeslot=0xFD64,
136430 },
136431 [0xFD65]={
136432  category="lo",
136433  description="ARABIC LIGATURE SAD WITH HAH WITH HAH INITIAL FORM",
136434  direction="al",
136435  linebreak="al",
136436  specials={ "initial", 0x635, 0x62D, 0x62D },
136437  unicodeslot=0xFD65,
136438 },
136439 [0xFD66]={
136440  category="lo",
136441  description="ARABIC LIGATURE SAD WITH MEEM WITH MEEM FINAL FORM",
136442  direction="al",
136443  linebreak="al",
136444  specials={ "final", 0x635, 0x645, 0x645 },
136445  unicodeslot=0xFD66,
136446 },
136447 [0xFD67]={
136448  category="lo",
136449  description="ARABIC LIGATURE SHEEN WITH HAH WITH MEEM FINAL FORM",
136450  direction="al",
136451  linebreak="al",
136452  specials={ "final", 0x634, 0x62D, 0x645 },
136453  unicodeslot=0xFD67,
136454 },
136455 [0xFD68]={
136456  category="lo",
136457  description="ARABIC LIGATURE SHEEN WITH HAH WITH MEEM INITIAL FORM",
136458  direction="al",
136459  linebreak="al",
136460  specials={ "initial", 0x634, 0x62D, 0x645 },
136461  unicodeslot=0xFD68,
136462 },
136463 [0xFD69]={
136464  category="lo",
136465  description="ARABIC LIGATURE SHEEN WITH JEEM WITH YEH FINAL FORM",
136466  direction="al",
136467  linebreak="al",
136468  specials={ "final", 0x634, 0x62C, 0x64A },
136469  unicodeslot=0xFD69,
136470 },
136471 [0xFD6A]={
136472  category="lo",
136473  description="ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH FINAL FORM",
136474  direction="al",
136475  linebreak="al",
136476  specials={ "final", 0x634, 0x645, 0x62E },
136477  unicodeslot=0xFD6A,
136478 },
136479 [0xFD6B]={
136480  category="lo",
136481  description="ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH INITIAL FORM",
136482  direction="al",
136483  linebreak="al",
136484  specials={ "initial", 0x634, 0x645, 0x62E },
136485  unicodeslot=0xFD6B,
136486 },
136487 [0xFD6C]={
136488  category="lo",
136489  description="ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM FINAL FORM",
136490  direction="al",
136491  linebreak="al",
136492  specials={ "final", 0x634, 0x645, 0x645 },
136493  unicodeslot=0xFD6C,
136494 },
136495 [0xFD6D]={
136496  category="lo",
136497  description="ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM INITIAL FORM",
136498  direction="al",
136499  linebreak="al",
136500  specials={ "initial", 0x634, 0x645, 0x645 },
136501  unicodeslot=0xFD6D,
136502 },
136503 [0xFD6E]={
136504  category="lo",
136505  description="ARABIC LIGATURE DAD WITH HAH WITH ALEF MAKSURA FINAL FORM",
136506  direction="al",
136507  linebreak="al",
136508  specials={ "final", 0x636, 0x62D, 0x649 },
136509  unicodeslot=0xFD6E,
136510 },
136511 [0xFD6F]={
136512  category="lo",
136513  description="ARABIC LIGATURE DAD WITH KHAH WITH MEEM FINAL FORM",
136514  direction="al",
136515  linebreak="al",
136516  specials={ "final", 0x636, 0x62E, 0x645 },
136517  unicodeslot=0xFD6F,
136518 },
136519 [0xFD70]={
136520  category="lo",
136521  description="ARABIC LIGATURE DAD WITH KHAH WITH MEEM INITIAL FORM",
136522  direction="al",
136523  linebreak="al",
136524  specials={ "initial", 0x636, 0x62E, 0x645 },
136525  unicodeslot=0xFD70,
136526 },
136527 [0xFD71]={
136528  category="lo",
136529  description="ARABIC LIGATURE TAH WITH MEEM WITH HAH FINAL FORM",
136530  direction="al",
136531  linebreak="al",
136532  specials={ "final", 0x637, 0x645, 0x62D },
136533  unicodeslot=0xFD71,
136534 },
136535 [0xFD72]={
136536  category="lo",
136537  description="ARABIC LIGATURE TAH WITH MEEM WITH HAH INITIAL FORM",
136538  direction="al",
136539  linebreak="al",
136540  specials={ "initial", 0x637, 0x645, 0x62D },
136541  unicodeslot=0xFD72,
136542 },
136543 [0xFD73]={
136544  category="lo",
136545  description="ARABIC LIGATURE TAH WITH MEEM WITH MEEM INITIAL FORM",
136546  direction="al",
136547  linebreak="al",
136548  specials={ "initial", 0x637, 0x645, 0x645 },
136549  unicodeslot=0xFD73,
136550 },
136551 [0xFD74]={
136552  category="lo",
136553  description="ARABIC LIGATURE TAH WITH MEEM WITH YEH FINAL FORM",
136554  direction="al",
136555  linebreak="al",
136556  specials={ "final", 0x637, 0x645, 0x64A },
136557  unicodeslot=0xFD74,
136558 },
136559 [0xFD75]={
136560  category="lo",
136561  description="ARABIC LIGATURE AIN WITH JEEM WITH MEEM FINAL FORM",
136562  direction="al",
136563  linebreak="al",
136564  specials={ "final", 0x639, 0x62C, 0x645 },
136565  unicodeslot=0xFD75,
136566 },
136567 [0xFD76]={
136568  category="lo",
136569  description="ARABIC LIGATURE AIN WITH MEEM WITH MEEM FINAL FORM",
136570  direction="al",
136571  linebreak="al",
136572  specials={ "final", 0x639, 0x645, 0x645 },
136573  unicodeslot=0xFD76,
136574 },
136575 [0xFD77]={
136576  category="lo",
136577  description="ARABIC LIGATURE AIN WITH MEEM WITH MEEM INITIAL FORM",
136578  direction="al",
136579  linebreak="al",
136580  specials={ "initial", 0x639, 0x645, 0x645 },
136581  unicodeslot=0xFD77,
136582 },
136583 [0xFD78]={
136584  category="lo",
136585  description="ARABIC LIGATURE AIN WITH MEEM WITH ALEF MAKSURA FINAL FORM",
136586  direction="al",
136587  linebreak="al",
136588  specials={ "final", 0x639, 0x645, 0x649 },
136589  unicodeslot=0xFD78,
136590 },
136591 [0xFD79]={
136592  category="lo",
136593  description="ARABIC LIGATURE GHAIN WITH MEEM WITH MEEM FINAL FORM",
136594  direction="al",
136595  linebreak="al",
136596  specials={ "final", 0x63A, 0x645, 0x645 },
136597  unicodeslot=0xFD79,
136598 },
136599 [0xFD7A]={
136600  category="lo",
136601  description="ARABIC LIGATURE GHAIN WITH MEEM WITH YEH FINAL FORM",
136602  direction="al",
136603  linebreak="al",
136604  specials={ "final", 0x63A, 0x645, 0x64A },
136605  unicodeslot=0xFD7A,
136606 },
136607 [0xFD7B]={
136608  category="lo",
136609  description="ARABIC LIGATURE GHAIN WITH MEEM WITH ALEF MAKSURA FINAL FORM",
136610  direction="al",
136611  linebreak="al",
136612  specials={ "final", 0x63A, 0x645, 0x649 },
136613  unicodeslot=0xFD7B,
136614 },
136615 [0xFD7C]={
136616  category="lo",
136617  description="ARABIC LIGATURE FEH WITH KHAH WITH MEEM FINAL FORM",
136618  direction="al",
136619  linebreak="al",
136620  specials={ "final", 0x641, 0x62E, 0x645 },
136621  unicodeslot=0xFD7C,
136622 },
136623 [0xFD7D]={
136624  category="lo",
136625  description="ARABIC LIGATURE FEH WITH KHAH WITH MEEM INITIAL FORM",
136626  direction="al",
136627  linebreak="al",
136628  specials={ "initial", 0x641, 0x62E, 0x645 },
136629  unicodeslot=0xFD7D,
136630 },
136631 [0xFD7E]={
136632  category="lo",
136633  description="ARABIC LIGATURE QAF WITH MEEM WITH HAH FINAL FORM",
136634  direction="al",
136635  linebreak="al",
136636  specials={ "final", 0x642, 0x645, 0x62D },
136637  unicodeslot=0xFD7E,
136638 },
136639 [0xFD7F]={
136640  category="lo",
136641  description="ARABIC LIGATURE QAF WITH MEEM WITH MEEM FINAL FORM",
136642  direction="al",
136643  linebreak="al",
136644  specials={ "final", 0x642, 0x645, 0x645 },
136645  unicodeslot=0xFD7F,
136646 },
136647 [0xFD80]={
136648  category="lo",
136649  description="ARABIC LIGATURE LAM WITH HAH WITH MEEM FINAL FORM",
136650  direction="al",
136651  linebreak="al",
136652  specials={ "final", 0x644, 0x62D, 0x645 },
136653  unicodeslot=0xFD80,
136654 },
136655 [0xFD81]={
136656  category="lo",
136657  description="ARABIC LIGATURE LAM WITH HAH WITH YEH FINAL FORM",
136658  direction="al",
136659  linebreak="al",
136660  specials={ "final", 0x644, 0x62D, 0x64A },
136661  unicodeslot=0xFD81,
136662 },
136663 [0xFD82]={
136664  category="lo",
136665  description="ARABIC LIGATURE LAM WITH HAH WITH ALEF MAKSURA FINAL FORM",
136666  direction="al",
136667  linebreak="al",
136668  specials={ "final", 0x644, 0x62D, 0x649 },
136669  unicodeslot=0xFD82,
136670 },
136671 [0xFD83]={
136672  category="lo",
136673  description="ARABIC LIGATURE LAM WITH JEEM WITH JEEM INITIAL FORM",
136674  direction="al",
136675  linebreak="al",
136676  specials={ "initial", 0x644, 0x62C, 0x62C },
136677  unicodeslot=0xFD83,
136678 },
136679 [0xFD84]={
136680  category="lo",
136681  description="ARABIC LIGATURE LAM WITH JEEM WITH JEEM FINAL FORM",
136682  direction="al",
136683  linebreak="al",
136684  specials={ "final", 0x644, 0x62C, 0x62C },
136685  unicodeslot=0xFD84,
136686 },
136687 [0xFD85]={
136688  category="lo",
136689  description="ARABIC LIGATURE LAM WITH KHAH WITH MEEM FINAL FORM",
136690  direction="al",
136691  linebreak="al",
136692  specials={ "final", 0x644, 0x62E, 0x645 },
136693  unicodeslot=0xFD85,
136694 },
136695 [0xFD86]={
136696  category="lo",
136697  description="ARABIC LIGATURE LAM WITH KHAH WITH MEEM INITIAL FORM",
136698  direction="al",
136699  linebreak="al",
136700  specials={ "initial", 0x644, 0x62E, 0x645 },
136701  unicodeslot=0xFD86,
136702 },
136703 [0xFD87]={
136704  category="lo",
136705  description="ARABIC LIGATURE LAM WITH MEEM WITH HAH FINAL FORM",
136706  direction="al",
136707  linebreak="al",
136708  specials={ "final", 0x644, 0x645, 0x62D },
136709  unicodeslot=0xFD87,
136710 },
136711 [0xFD88]={
136712  adobename="lammeemhahinitialarabic",
136713  category="lo",
136714  description="ARABIC LIGATURE LAM WITH MEEM WITH HAH INITIAL FORM",
136715  direction="al",
136716  linebreak="al",
136717  specials={ "initial", 0x644, 0x645, 0x62D },
136718  unicodeslot=0xFD88,
136719 },
136720 [0xFD89]={
136721  category="lo",
136722  description="ARABIC LIGATURE MEEM WITH HAH WITH JEEM INITIAL FORM",
136723  direction="al",
136724  linebreak="al",
136725  specials={ "initial", 0x645, 0x62D, 0x62C },
136726  unicodeslot=0xFD89,
136727 },
136728 [0xFD8A]={
136729  category="lo",
136730  description="ARABIC LIGATURE MEEM WITH HAH WITH MEEM INITIAL FORM",
136731  direction="al",
136732  linebreak="al",
136733  specials={ "initial", 0x645, 0x62D, 0x645 },
136734  unicodeslot=0xFD8A,
136735 },
136736 [0xFD8B]={
136737  category="lo",
136738  description="ARABIC LIGATURE MEEM WITH HAH WITH YEH FINAL FORM",
136739  direction="al",
136740  linebreak="al",
136741  specials={ "final", 0x645, 0x62D, 0x64A },
136742  unicodeslot=0xFD8B,
136743 },
136744 [0xFD8C]={
136745  category="lo",
136746  description="ARABIC LIGATURE MEEM WITH JEEM WITH HAH INITIAL FORM",
136747  direction="al",
136748  linebreak="al",
136749  specials={ "initial", 0x645, 0x62C, 0x62D },
136750  unicodeslot=0xFD8C,
136751 },
136752 [0xFD8D]={
136753  category="lo",
136754  description="ARABIC LIGATURE MEEM WITH JEEM WITH MEEM INITIAL FORM",
136755  direction="al",
136756  linebreak="al",
136757  specials={ "initial", 0x645, 0x62C, 0x645 },
136758  unicodeslot=0xFD8D,
136759 },
136760 [0xFD8E]={
136761  category="lo",
136762  description="ARABIC LIGATURE MEEM WITH KHAH WITH JEEM INITIAL FORM",
136763  direction="al",
136764  linebreak="al",
136765  specials={ "initial", 0x645, 0x62E, 0x62C },
136766  unicodeslot=0xFD8E,
136767 },
136768 [0xFD8F]={
136769  category="lo",
136770  description="ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM",
136771  direction="al",
136772  linebreak="al",
136773  specials={ "initial", 0x645, 0x62E, 0x645 },
136774  unicodeslot=0xFD8F,
136775 },
136776 [0xFD92]={
136777  category="lo",
136778  description="ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM",
136779  direction="al",
136780  linebreak="al",
136781  specials={ "initial", 0x645, 0x62C, 0x62E },
136782  unicodeslot=0xFD92,
136783 },
136784 [0xFD93]={
136785  category="lo",
136786  description="ARABIC LIGATURE HEH WITH MEEM WITH JEEM INITIAL FORM",
136787  direction="al",
136788  linebreak="al",
136789  specials={ "initial", 0x647, 0x645, 0x62C },
136790  unicodeslot=0xFD93,
136791 },
136792 [0xFD94]={
136793  category="lo",
136794  description="ARABIC LIGATURE HEH WITH MEEM WITH MEEM INITIAL FORM",
136795  direction="al",
136796  linebreak="al",
136797  specials={ "initial", 0x647, 0x645, 0x645 },
136798  unicodeslot=0xFD94,
136799 },
136800 [0xFD95]={
136801  category="lo",
136802  description="ARABIC LIGATURE NOON WITH HAH WITH MEEM INITIAL FORM",
136803  direction="al",
136804  linebreak="al",
136805  specials={ "initial", 0x646, 0x62D, 0x645 },
136806  unicodeslot=0xFD95,
136807 },
136808 [0xFD96]={
136809  category="lo",
136810  description="ARABIC LIGATURE NOON WITH HAH WITH ALEF MAKSURA FINAL FORM",
136811  direction="al",
136812  linebreak="al",
136813  specials={ "final", 0x646, 0x62D, 0x649 },
136814  unicodeslot=0xFD96,
136815 },
136816 [0xFD97]={
136817  category="lo",
136818  description="ARABIC LIGATURE NOON WITH JEEM WITH MEEM FINAL FORM",
136819  direction="al",
136820  linebreak="al",
136821  specials={ "final", 0x646, 0x62C, 0x645 },
136822  unicodeslot=0xFD97,
136823 },
136824 [0xFD98]={
136825  category="lo",
136826  description="ARABIC LIGATURE NOON WITH JEEM WITH MEEM INITIAL FORM",
136827  direction="al",
136828  linebreak="al",
136829  specials={ "initial", 0x646, 0x62C, 0x645 },
136830  unicodeslot=0xFD98,
136831 },
136832 [0xFD99]={
136833  category="lo",
136834  description="ARABIC LIGATURE NOON WITH JEEM WITH ALEF MAKSURA FINAL FORM",
136835  direction="al",
136836  linebreak="al",
136837  specials={ "final", 0x646, 0x62C, 0x649 },
136838  unicodeslot=0xFD99,
136839 },
136840 [0xFD9A]={
136841  category="lo",
136842  description="ARABIC LIGATURE NOON WITH MEEM WITH YEH FINAL FORM",
136843  direction="al",
136844  linebreak="al",
136845  specials={ "final", 0x646, 0x645, 0x64A },
136846  unicodeslot=0xFD9A,
136847 },
136848 [0xFD9B]={
136849  category="lo",
136850  description="ARABIC LIGATURE NOON WITH MEEM WITH ALEF MAKSURA FINAL FORM",
136851  direction="al",
136852  linebreak="al",
136853  specials={ "final", 0x646, 0x645, 0x649 },
136854  unicodeslot=0xFD9B,
136855 },
136856 [0xFD9C]={
136857  category="lo",
136858  description="ARABIC LIGATURE YEH WITH MEEM WITH MEEM FINAL FORM",
136859  direction="al",
136860  linebreak="al",
136861  specials={ "final", 0x64A, 0x645, 0x645 },
136862  unicodeslot=0xFD9C,
136863 },
136864 [0xFD9D]={
136865  category="lo",
136866  description="ARABIC LIGATURE YEH WITH MEEM WITH MEEM INITIAL FORM",
136867  direction="al",
136868  linebreak="al",
136869  specials={ "initial", 0x64A, 0x645, 0x645 },
136870  unicodeslot=0xFD9D,
136871 },
136872 [0xFD9E]={
136873  category="lo",
136874  description="ARABIC LIGATURE BEH WITH KHAH WITH YEH FINAL FORM",
136875  direction="al",
136876  linebreak="al",
136877  specials={ "final", 0x628, 0x62E, 0x64A },
136878  unicodeslot=0xFD9E,
136879 },
136880 [0xFD9F]={
136881  category="lo",
136882  description="ARABIC LIGATURE TEH WITH JEEM WITH YEH FINAL FORM",
136883  direction="al",
136884  linebreak="al",
136885  specials={ "final", 0x62A, 0x62C, 0x64A },
136886  unicodeslot=0xFD9F,
136887 },
136888 [0xFDA0]={
136889  category="lo",
136890  description="ARABIC LIGATURE TEH WITH JEEM WITH ALEF MAKSURA FINAL FORM",
136891  direction="al",
136892  linebreak="al",
136893  specials={ "final", 0x62A, 0x62C, 0x649 },
136894  unicodeslot=0xFDA0,
136895 },
136896 [0xFDA1]={
136897  category="lo",
136898  description="ARABIC LIGATURE TEH WITH KHAH WITH YEH FINAL FORM",
136899  direction="al",
136900  linebreak="al",
136901  specials={ "final", 0x62A, 0x62E, 0x64A },
136902  unicodeslot=0xFDA1,
136903 },
136904 [0xFDA2]={
136905  category="lo",
136906  description="ARABIC LIGATURE TEH WITH KHAH WITH ALEF MAKSURA FINAL FORM",
136907  direction="al",
136908  linebreak="al",
136909  specials={ "final", 0x62A, 0x62E, 0x649 },
136910  unicodeslot=0xFDA2,
136911 },
136912 [0xFDA3]={
136913  category="lo",
136914  description="ARABIC LIGATURE TEH WITH MEEM WITH YEH FINAL FORM",
136915  direction="al",
136916  linebreak="al",
136917  specials={ "final", 0x62A, 0x645, 0x64A },
136918  unicodeslot=0xFDA3,
136919 },
136920 [0xFDA4]={
136921  category="lo",
136922  description="ARABIC LIGATURE TEH WITH MEEM WITH ALEF MAKSURA FINAL FORM",
136923  direction="al",
136924  linebreak="al",
136925  specials={ "final", 0x62A, 0x645, 0x649 },
136926  unicodeslot=0xFDA4,
136927 },
136928 [0xFDA5]={
136929  category="lo",
136930  description="ARABIC LIGATURE JEEM WITH MEEM WITH YEH FINAL FORM",
136931  direction="al",
136932  linebreak="al",
136933  specials={ "final", 0x62C, 0x645, 0x64A },
136934  unicodeslot=0xFDA5,
136935 },
136936 [0xFDA6]={
136937  category="lo",
136938  description="ARABIC LIGATURE JEEM WITH HAH WITH ALEF MAKSURA FINAL FORM",
136939  direction="al",
136940  linebreak="al",
136941  specials={ "final", 0x62C, 0x62D, 0x649 },
136942  unicodeslot=0xFDA6,
136943 },
136944 [0xFDA7]={
136945  category="lo",
136946  description="ARABIC LIGATURE JEEM WITH MEEM WITH ALEF MAKSURA FINAL FORM",
136947  direction="al",
136948  linebreak="al",
136949  specials={ "final", 0x62C, 0x645, 0x649 },
136950  unicodeslot=0xFDA7,
136951 },
136952 [0xFDA8]={
136953  category="lo",
136954  description="ARABIC LIGATURE SEEN WITH KHAH WITH ALEF MAKSURA FINAL FORM",
136955  direction="al",
136956  linebreak="al",
136957  specials={ "final", 0x633, 0x62E, 0x649 },
136958  unicodeslot=0xFDA8,
136959 },
136960 [0xFDA9]={
136961  category="lo",
136962  description="ARABIC LIGATURE SAD WITH HAH WITH YEH FINAL FORM",
136963  direction="al",
136964  linebreak="al",
136965  specials={ "final", 0x635, 0x62D, 0x64A },
136966  unicodeslot=0xFDA9,
136967 },
136968 [0xFDAA]={
136969  category="lo",
136970  description="ARABIC LIGATURE SHEEN WITH HAH WITH YEH FINAL FORM",
136971  direction="al",
136972  linebreak="al",
136973  specials={ "final", 0x634, 0x62D, 0x64A },
136974  unicodeslot=0xFDAA,
136975 },
136976 [0xFDAB]={
136977  category="lo",
136978  description="ARABIC LIGATURE DAD WITH HAH WITH YEH FINAL FORM",
136979  direction="al",
136980  linebreak="al",
136981  specials={ "final", 0x636, 0x62D, 0x64A },
136982  unicodeslot=0xFDAB,
136983 },
136984 [0xFDAC]={
136985  category="lo",
136986  description="ARABIC LIGATURE LAM WITH JEEM WITH YEH FINAL FORM",
136987  direction="al",
136988  linebreak="al",
136989  specials={ "final", 0x644, 0x62C, 0x64A },
136990  unicodeslot=0xFDAC,
136991 },
136992 [0xFDAD]={
136993  category="lo",
136994  description="ARABIC LIGATURE LAM WITH MEEM WITH YEH FINAL FORM",
136995  direction="al",
136996  linebreak="al",
136997  specials={ "final", 0x644, 0x645, 0x64A },
136998  unicodeslot=0xFDAD,
136999 },
137000 [0xFDAE]={
137001  category="lo",
137002  description="ARABIC LIGATURE YEH WITH HAH WITH YEH FINAL FORM",
137003  direction="al",
137004  linebreak="al",
137005  specials={ "final", 0x64A, 0x62D, 0x64A },
137006  unicodeslot=0xFDAE,
137007 },
137008 [0xFDAF]={
137009  category="lo",
137010  description="ARABIC LIGATURE YEH WITH JEEM WITH YEH FINAL FORM",
137011  direction="al",
137012  linebreak="al",
137013  specials={ "final", 0x64A, 0x62C, 0x64A },
137014  unicodeslot=0xFDAF,
137015 },
137016 [0xFDB0]={
137017  category="lo",
137018  description="ARABIC LIGATURE YEH WITH MEEM WITH YEH FINAL FORM",
137019  direction="al",
137020  linebreak="al",
137021  specials={ "final", 0x64A, 0x645, 0x64A },
137022  unicodeslot=0xFDB0,
137023 },
137024 [0xFDB1]={
137025  category="lo",
137026  description="ARABIC LIGATURE MEEM WITH MEEM WITH YEH FINAL FORM",
137027  direction="al",
137028  linebreak="al",
137029  specials={ "final", 0x645, 0x645, 0x64A },
137030  unicodeslot=0xFDB1,
137031 },
137032 [0xFDB2]={
137033  category="lo",
137034  description="ARABIC LIGATURE QAF WITH MEEM WITH YEH FINAL FORM",
137035  direction="al",
137036  linebreak="al",
137037  specials={ "final", 0x642, 0x645, 0x64A },
137038  unicodeslot=0xFDB2,
137039 },
137040 [0xFDB3]={
137041  category="lo",
137042  description="ARABIC LIGATURE NOON WITH HAH WITH YEH FINAL FORM",
137043  direction="al",
137044  linebreak="al",
137045  specials={ "final", 0x646, 0x62D, 0x64A },
137046  unicodeslot=0xFDB3,
137047 },
137048 [0xFDB4]={
137049  category="lo",
137050  description="ARABIC LIGATURE QAF WITH MEEM WITH HAH INITIAL FORM",
137051  direction="al",
137052  linebreak="al",
137053  specials={ "initial", 0x642, 0x645, 0x62D },
137054  unicodeslot=0xFDB4,
137055 },
137056 [0xFDB5]={
137057  category="lo",
137058  description="ARABIC LIGATURE LAM WITH HAH WITH MEEM INITIAL FORM",
137059  direction="al",
137060  linebreak="al",
137061  specials={ "initial", 0x644, 0x62D, 0x645 },
137062  unicodeslot=0xFDB5,
137063 },
137064 [0xFDB6]={
137065  category="lo",
137066  description="ARABIC LIGATURE AIN WITH MEEM WITH YEH FINAL FORM",
137067  direction="al",
137068  linebreak="al",
137069  specials={ "final", 0x639, 0x645, 0x64A },
137070  unicodeslot=0xFDB6,
137071 },
137072 [0xFDB7]={
137073  category="lo",
137074  description="ARABIC LIGATURE KAF WITH MEEM WITH YEH FINAL FORM",
137075  direction="al",
137076  linebreak="al",
137077  specials={ "final", 0x643, 0x645, 0x64A },
137078  unicodeslot=0xFDB7,
137079 },
137080 [0xFDB8]={
137081  category="lo",
137082  description="ARABIC LIGATURE NOON WITH JEEM WITH HAH INITIAL FORM",
137083  direction="al",
137084  linebreak="al",
137085  specials={ "initial", 0x646, 0x62C, 0x62D },
137086  unicodeslot=0xFDB8,
137087 },
137088 [0xFDB9]={
137089  category="lo",
137090  description="ARABIC LIGATURE MEEM WITH KHAH WITH YEH FINAL FORM",
137091  direction="al",
137092  linebreak="al",
137093  specials={ "final", 0x645, 0x62E, 0x64A },
137094  unicodeslot=0xFDB9,
137095 },
137096 [0xFDBA]={
137097  category="lo",
137098  description="ARABIC LIGATURE LAM WITH JEEM WITH MEEM INITIAL FORM",
137099  direction="al",
137100  linebreak="al",
137101  specials={ "initial", 0x644, 0x62C, 0x645 },
137102  unicodeslot=0xFDBA,
137103 },
137104 [0xFDBB]={
137105  category="lo",
137106  description="ARABIC LIGATURE KAF WITH MEEM WITH MEEM FINAL FORM",
137107  direction="al",
137108  linebreak="al",
137109  specials={ "final", 0x643, 0x645, 0x645 },
137110  unicodeslot=0xFDBB,
137111 },
137112 [0xFDBC]={
137113  category="lo",
137114  description="ARABIC LIGATURE LAM WITH JEEM WITH MEEM FINAL FORM",
137115  direction="al",
137116  linebreak="al",
137117  specials={ "final", 0x644, 0x62C, 0x645 },
137118  unicodeslot=0xFDBC,
137119 },
137120 [0xFDBD]={
137121  category="lo",
137122  description="ARABIC LIGATURE NOON WITH JEEM WITH HAH FINAL FORM",
137123  direction="al",
137124  linebreak="al",
137125  specials={ "final", 0x646, 0x62C, 0x62D },
137126  unicodeslot=0xFDBD,
137127 },
137128 [0xFDBE]={
137129  category="lo",
137130  description="ARABIC LIGATURE JEEM WITH HAH WITH YEH FINAL FORM",
137131  direction="al",
137132  linebreak="al",
137133  specials={ "final", 0x62C, 0x62D, 0x64A },
137134  unicodeslot=0xFDBE,
137135 },
137136 [0xFDBF]={
137137  category="lo",
137138  description="ARABIC LIGATURE HAH WITH JEEM WITH YEH FINAL FORM",
137139  direction="al",
137140  linebreak="al",
137141  specials={ "final", 0x62D, 0x62C, 0x64A },
137142  unicodeslot=0xFDBF,
137143 },
137144 [0xFDC0]={
137145  category="lo",
137146  description="ARABIC LIGATURE MEEM WITH JEEM WITH YEH FINAL FORM",
137147  direction="al",
137148  linebreak="al",
137149  specials={ "final", 0x645, 0x62C, 0x64A },
137150  unicodeslot=0xFDC0,
137151 },
137152 [0xFDC1]={
137153  category="lo",
137154  description="ARABIC LIGATURE FEH WITH MEEM WITH YEH FINAL FORM",
137155  direction="al",
137156  linebreak="al",
137157  specials={ "final", 0x641, 0x645, 0x64A },
137158  unicodeslot=0xFDC1,
137159 },
137160 [0xFDC2]={
137161  category="lo",
137162  description="ARABIC LIGATURE BEH WITH HAH WITH YEH FINAL FORM",
137163  direction="al",
137164  linebreak="al",
137165  specials={ "final", 0x628, 0x62D, 0x64A },
137166  unicodeslot=0xFDC2,
137167 },
137168 [0xFDC3]={
137169  category="lo",
137170  description="ARABIC LIGATURE KAF WITH MEEM WITH MEEM INITIAL FORM",
137171  direction="al",
137172  linebreak="al",
137173  specials={ "initial", 0x643, 0x645, 0x645 },
137174  unicodeslot=0xFDC3,
137175 },
137176 [0xFDC4]={
137177  category="lo",
137178  description="ARABIC LIGATURE AIN WITH JEEM WITH MEEM INITIAL FORM",
137179  direction="al",
137180  linebreak="al",
137181  specials={ "initial", 0x639, 0x62C, 0x645 },
137182  unicodeslot=0xFDC4,
137183 },
137184 [0xFDC5]={
137185  category="lo",
137186  description="ARABIC LIGATURE SAD WITH MEEM WITH MEEM INITIAL FORM",
137187  direction="al",
137188  linebreak="al",
137189  specials={ "initial", 0x635, 0x645, 0x645 },
137190  unicodeslot=0xFDC5,
137191 },
137192 [0xFDC6]={
137193  category="lo",
137194  description="ARABIC LIGATURE SEEN WITH KHAH WITH YEH FINAL FORM",
137195  direction="al",
137196  linebreak="al",
137197  specials={ "final", 0x633, 0x62E, 0x64A },
137198  unicodeslot=0xFDC6,
137199 },
137200 [0xFDC7]={
137201  category="lo",
137202  description="ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM",
137203  direction="al",
137204  linebreak="al",
137205  specials={ "final", 0x646, 0x62C, 0x64A },
137206  unicodeslot=0xFDC7,
137207 },
137208 [0xFDCF]={
137209  category="so",
137210  description="ARABIC LIGATURE SALAAMUHU ALAYNAA",
137211  direction="on",
137212  linebreak="al",
137213  unicodeslot=0xFDCF,
137214 },
137215 [0xFDF0]={
137216  category="lo",
137217  contextname="arabicsalla",
137218  description="ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM",
137219  direction="al",
137220  linebreak="al",
137221  specials={ "isolated", 0x635, 0x644, 0x6D2 },
137222  unicodeslot=0xFDF0,
137223 },
137224 [0xFDF1]={
137225  category="lo",
137226  contextname="arabicqala",
137227  description="ARABIC LIGATURE QALA USED AS KORANIC STOP SIGN ISOLATED FORM",
137228  direction="al",
137229  linebreak="al",
137230  specials={ "isolated", 0x642, 0x644, 0x6D2 },
137231  unicodeslot=0xFDF1,
137232 },
137233 [0xFDF2]={
137234  adobename="lamlamhehisolatedarabic",
137235  category="lo",
137236  contextname="arabicallah",
137237  description="ARABIC LIGATURE ALLAH ISOLATED FORM",
137238  direction="al",
137239  linebreak="al",
137240  specials={ "isolated", 0x627, 0x644, 0x644, 0x647 },
137241  unicodeslot=0xFDF2,
137242 },
137243 [0xFDF3]={
137244  category="lo",
137245  contextname="arabicakbar",
137246  description="ARABIC LIGATURE AKBAR ISOLATED FORM",
137247  direction="al",
137248  linebreak="al",
137249  specials={ "isolated", 0x627, 0x643, 0x628, 0x631 },
137250  unicodeslot=0xFDF3,
137251 },
137252 [0xFDF4]={
137253  category="lo",
137254  contextname="arabicmuhammad",
137255  description="ARABIC LIGATURE MOHAMMAD ISOLATED FORM",
137256  direction="al",
137257  linebreak="al",
137258  specials={ "isolated", 0x645, 0x62D, 0x645, 0x62F },
137259  unicodeslot=0xFDF4,
137260 },
137261 [0xFDF5]={
137262  category="lo",
137263  contextname="arabicslcm",
137264  description="ARABIC LIGATURE SALAM ISOLATED FORM",
137265  direction="al",
137266  linebreak="al",
137267  specials={ "isolated", 0x635, 0x644, 0x639, 0x645 },
137268  unicodeslot=0xFDF5,
137269 },
137270 [0xFDF6]={
137271  category="lo",
137272  contextname="arabicrasoul",
137273  description="ARABIC LIGATURE RASOUL ISOLATED FORM",
137274  direction="al",
137275  linebreak="al",
137276  specials={ "isolated", 0x631, 0x633, 0x648, 0x644 },
137277  unicodeslot=0xFDF6,
137278 },
137279 [0xFDF7]={
137280  category="lo",
137281  contextname="arabicalayhe",
137282  description="ARABIC LIGATURE ALAYHE ISOLATED FORM",
137283  direction="al",
137284  linebreak="al",
137285  specials={ "isolated", 0x639, 0x644, 0x64A, 0x647 },
137286  unicodeslot=0xFDF7,
137287 },
137288 [0xFDF8]={
137289  category="lo",
137290  contextname="arabicwasallam",
137291  description="ARABIC LIGATURE WASALLAM ISOLATED FORM",
137292  direction="al",
137293  linebreak="al",
137294  specials={ "isolated", 0x648, 0x633, 0x644, 0x645 },
137295  unicodeslot=0xFDF8,
137296 },
137297 [0xFDF9]={
137298  category="lo",
137299  comment="conflict: arabicsalla",
137300  description="ARABIC LIGATURE SALLA ISOLATED FORM",
137301  direction="al",
137302  linebreak="al",
137303  specials={ "isolated", 0x635, 0x644, 0x649 },
137304  unicodeslot=0xFDF9,
137305 },
137306 [0xFDFA]={
137307  adobename="sallallahoualayhewasallamarabic",
137308  category="lo",
137309  contextname="arabicallallahou",
137310  description="ARABIC LIGATURE SALLALLAHOU ALAYHE WASALLAM",
137311  direction="al",
137312  linebreak="al",
137313  specials={ "isolated", 0x635, 0x644, 0x649, 0x20, 0x627, 0x644, 0x644, 0x647, 0x20, 0x639, 0x644, 0x64A, 0x647, 0x20, 0x648, 0x633, 0x644, 0x645 },
137314  unicodeslot=0xFDFA,
137315 },
137316 [0xFDFB]={
137317  category="lo",
137318  contextname="arabicjallajalalouhou",
137319  description="ARABIC LIGATURE JALLAJALALOUHOU",
137320  direction="al",
137321  linebreak="al",
137322  specials={ "isolated", 0x62C, 0x644, 0x20, 0x62C, 0x644, 0x627, 0x644, 0x647 },
137323  unicodeslot=0xFDFB,
137324 },
137325 [0xFDFC]={
137326  category="sc",
137327  contextname="arabicrialsign",
137328  description="RIAL SIGN",
137329  direction="al",
137330  linebreak="po",
137331  specials={ "isolated", 0x631, 0x6CC, 0x627, 0x644 },
137332  synonyms={ "iranian currency" },
137333  unicodeslot=0xFDFC,
137334 },
137335 [0xFDFD]={
137336  category="so",
137337  contextname="arabicbasmalah",
137338  description="ARABIC LIGATURE BISMILLAH AR-RAHMAN AR-RAHEEM",
137339  direction="on",
137340  linebreak="al",
137341  unicodeslot=0xFDFD,
137342 },
137343 [0xFDFE]={
137344  category="so",
137345  description="ARABIC LIGATURE SUBHAANAHU WA TAAALAA",
137346  direction="on",
137347  linebreak="al",
137348  unicodeslot=0xFDFE,
137349 },
137350 [0xFDFF]={
137351  category="so",
137352  description="ARABIC LIGATURE AZZA WA JALL",
137353  direction="on",
137354  linebreak="al",
137355  unicodeslot=0xFDFF,
137356 },
137357 [0xFE00]={
137358  description="VARIATION SELECTOR-0x0001",
137359  synonyms={ "vs1" },
137360  unicodeslot=0xFE00,
137361 },
137362 [0xFE10]={
137363  category="po",
137364  cjkwd="w",
137365  description="PRESENTATION FORM FOR VERTICAL COMMA",
137366  direction="on",
137367  linebreak="is",
137368  specials={ "vertical", 0x2C },
137369  unicodeslot=0xFE10,
137370 },
137371 [0xFE11]={
137372  category="po",
137373  cjkwd="w",
137374  description="PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC COMMA",
137375  direction="on",
137376  linebreak="cl",
137377  specials={ "vertical", 0x3001 },
137378  unicodeslot=0xFE11,
137379 },
137380 [0xFE12]={
137381  category="po",
137382  cjkwd="w",
137383  description="PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC FULL STOP",
137384  direction="on",
137385  linebreak="cl",
137386  specials={ "vertical", 0x3002 },
137387  unicodeslot=0xFE12,
137388 },
137389 [0xFE13]={
137390  category="po",
137391  cjkwd="w",
137392  description="PRESENTATION FORM FOR VERTICAL COLON",
137393  direction="on",
137394  linebreak="is",
137395  specials={ "vertical", 0x3A },
137396  unicodeslot=0xFE13,
137397 },
137398 [0xFE14]={
137399  category="po",
137400  cjkwd="w",
137401  description="PRESENTATION FORM FOR VERTICAL SEMICOLON",
137402  direction="on",
137403  linebreak="is",
137404  specials={ "vertical", 0x3B },
137405  unicodeslot=0xFE14,
137406 },
137407 [0xFE15]={
137408  category="po",
137409  cjkwd="w",
137410  description="PRESENTATION FORM FOR VERTICAL EXCLAMATION MARK",
137411  direction="on",
137412  linebreak="ex",
137413  specials={ "vertical", 0x21 },
137414  unicodeslot=0xFE15,
137415 },
137416 [0xFE16]={
137417  category="po",
137418  cjkwd="w",
137419  description="PRESENTATION FORM FOR VERTICAL QUESTION MARK",
137420  direction="on",
137421  linebreak="ex",
137422  specials={ "vertical", 0x3F },
137423  unicodeslot=0xFE16,
137424 },
137425 [0xFE17]={
137426  category="ps",
137427  cjkwd="w",
137428  description="PRESENTATION FORM FOR VERTICAL LEFT WHITE LENTICULAR BRACKET",
137429  direction="on",
137430  linebreak="op",
137431  specials={ "vertical", 0x3016 },
137432  unicodeslot=0xFE17,
137433 },
137434 [0xFE18]={
137435  category="pe",
137436  cjkwd="w",
137437  comment="corrected description: brakcet",
137438  description="PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRACKET",
137439  direction="on",
137440  linebreak="cl",
137441  specials={ "vertical", 0x3017 },
137442  unicodeslot=0xFE18,
137443 },
137444 [0xFE19]={
137445  category="po",
137446  cjkwd="w",
137447  description="PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS",
137448  direction="on",
137449  linebreak="in",
137450  mathclass="ellipsis",
137451  specials={ "vertical", 0x2026 },
137452  unicodeslot=0xFE19,
137453 },
137454 [0xFE20]={
137455  category="mn",
137456  combining=0xE6,
137457  description="COMBINING LIGATURE LEFT HALF",
137458  direction="nsm",
137459  linebreak="cm",
137460  unicodeslot=0xFE20,
137461 },
137462 [0xFE21]={
137463  category="mn",
137464  combining=0xE6,
137465  description="COMBINING LIGATURE RIGHT HALF",
137466  direction="nsm",
137467  linebreak="cm",
137468  unicodeslot=0xFE21,
137469 },
137470 [0xFE22]={
137471  category="mn",
137472  combining=0xE6,
137473  description="COMBINING DOUBLE TILDE LEFT HALF",
137474  direction="nsm",
137475  linebreak="cm",
137476  unicodeslot=0xFE22,
137477 },
137478 [0xFE23]={
137479  category="mn",
137480  combining=0xE6,
137481  description="COMBINING DOUBLE TILDE RIGHT HALF",
137482  direction="nsm",
137483  linebreak="cm",
137484  unicodeslot=0xFE23,
137485 },
137486 [0xFE24]={
137487  category="mn",
137488  combining=0xE6,
137489  description="COMBINING MACRON LEFT HALF",
137490  direction="nsm",
137491  linebreak="cm",
137492  unicodeslot=0xFE24,
137493 },
137494 [0xFE25]={
137495  category="mn",
137496  combining=0xE6,
137497  description="COMBINING MACRON RIGHT HALF",
137498  direction="nsm",
137499  linebreak="cm",
137500  unicodeslot=0xFE25,
137501 },
137502 [0xFE26]={
137503  category="mn",
137504  combining=0xE6,
137505  description="COMBINING CONJOINING MACRON",
137506  direction="nsm",
137507  linebreak="cm",
137508  unicodeslot=0xFE26,
137509 },
137510 [0xFE27]={
137511  category="mn",
137512  combining=0xDC,
137513  description="COMBINING LIGATURE LEFT HALF BELOW",
137514  direction="nsm",
137515  linebreak="cm",
137516  unicodeslot=0xFE27,
137517 },
137518 [0xFE28]={
137519  category="mn",
137520  combining=0xDC,
137521  description="COMBINING LIGATURE RIGHT HALF BELOW",
137522  direction="nsm",
137523  linebreak="cm",
137524  unicodeslot=0xFE28,
137525 },
137526 [0xFE29]={
137527  category="mn",
137528  combining=0xDC,
137529  description="COMBINING TILDE LEFT HALF BELOW",
137530  direction="nsm",
137531  linebreak="cm",
137532  unicodeslot=0xFE29,
137533 },
137534 [0xFE2A]={
137535  category="mn",
137536  combining=0xDC,
137537  description="COMBINING TILDE RIGHT HALF BELOW",
137538  direction="nsm",
137539  linebreak="cm",
137540  unicodeslot=0xFE2A,
137541 },
137542 [0xFE2B]={
137543  category="mn",
137544  combining=0xDC,
137545  description="COMBINING MACRON LEFT HALF BELOW",
137546  direction="nsm",
137547  linebreak="cm",
137548  unicodeslot=0xFE2B,
137549 },
137550 [0xFE2C]={
137551  category="mn",
137552  combining=0xDC,
137553  description="COMBINING MACRON RIGHT HALF BELOW",
137554  direction="nsm",
137555  linebreak="cm",
137556  unicodeslot=0xFE2C,
137557 },
137558 [0xFE2D]={
137559  category="mn",
137560  combining=0xDC,
137561  description="COMBINING CONJOINING MACRON BELOW",
137562  direction="nsm",
137563  linebreak="cm",
137564  unicodeslot=0xFE2D,
137565 },
137566 [0xFE2E]={
137567  category="mn",
137568  combining=0xE6,
137569  description="COMBINING CYRILLIC TITLO LEFT HALF",
137570  direction="nsm",
137571  linebreak="cm",
137572  unicodeslot=0xFE2E,
137573 },
137574 [0xFE2F]={
137575  category="mn",
137576  combining=0xE6,
137577  description="COMBINING CYRILLIC TITLO RIGHT HALF",
137578  direction="nsm",
137579  linebreak="cm",
137580  unicodeslot=0xFE2F,
137581 },
137582 [0xFE30]={
137583  adobename="twodotleadervertical",
137584  category="po",
137585  cjkwd="w",
137586  description="PRESENTATION FORM FOR VERTICAL TWO DOT LEADER",
137587  direction="on",
137588  linebreak="id",
137589  specials={ "vertical", 0x2025 },
137590  unicodeslot=0xFE30,
137591 },
137592 [0xFE31]={
137593  adobename="emdashvertical",
137594  category="pd",
137595  cjkwd="w",
137596  description="PRESENTATION FORM FOR VERTICAL EM DASH",
137597  direction="on",
137598  linebreak="id",
137599  specials={ "vertical", 0x2014 },
137600  unicodeslot=0xFE31,
137601 },
137602 [0xFE32]={
137603  adobename="endashvertical",
137604  category="pd",
137605  cjkwd="w",
137606  description="PRESENTATION FORM FOR VERTICAL EN DASH",
137607  direction="on",
137608  linebreak="id",
137609  specials={ "vertical", 0x2013 },
137610  unicodeslot=0xFE32,
137611 },
137612 [0xFE33]={
137613  adobename="underscorevertical",
137614  category="pc",
137615  cjkwd="w",
137616  description="PRESENTATION FORM FOR VERTICAL LOW LINE",
137617  direction="on",
137618  linebreak="id",
137619  specials={ "vertical", 0x5F },
137620  unicodeslot=0xFE33,
137621 },
137622 [0xFE34]={
137623  adobename="wavyunderscorevertical",
137624  category="pc",
137625  cjkwd="w",
137626  description="PRESENTATION FORM FOR VERTICAL WAVY LOW LINE",
137627  direction="on",
137628  linebreak="id",
137629  specials={ "vertical", 0x5F },
137630  unicodeslot=0xFE34,
137631 },
137632 [0xFE35]={
137633  adobename="parenleftvertical",
137634  category="ps",
137635  cjkwd="w",
137636  description="PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS",
137637  direction="on",
137638  linebreak="op",
137639  specials={ "vertical", 0x28 },
137640  unicodeslot=0xFE35,
137641 },
137642 [0xFE36]={
137643  adobename="parenrightvertical",
137644  category="pe",
137645  cjkwd="w",
137646  description="PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS",
137647  direction="on",
137648  linebreak="cl",
137649  specials={ "vertical", 0x29 },
137650  unicodeslot=0xFE36,
137651 },
137652 [0xFE37]={
137653  adobename="braceleftvertical",
137654  category="ps",
137655  cjkwd="w",
137656  comment="weird math needed for mathml",
137657  description="PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET",
137658  direction="on",
137659  linebreak="op",
137660  mathfiller="downbracefill",
137661  specials={ "vertical", 0x7B },
137662  unicodeslot=0xFE37,
137663 },
137664 [0xFE38]={
137665  adobename="bracerightvertical",
137666  category="pe",
137667  cjkwd="w",
137668  comment="weird math needed for mathml",
137669  description="PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET",
137670  direction="on",
137671  linebreak="cl",
137672  mathfiller="upbracefill",
137673  specials={ "vertical", 0x7D },
137674  unicodeslot=0xFE38,
137675 },
137676 [0xFE39]={
137677  adobename="tortoiseshellbracketleftvertical",
137678  category="ps",
137679  cjkwd="w",
137680  description="PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET",
137681  direction="on",
137682  linebreak="op",
137683  specials={ "vertical", 0x3014 },
137684  unicodeslot=0xFE39,
137685 },
137686 [0xFE3A]={
137687  adobename="tortoiseshellbracketrightvertical",
137688  category="pe",
137689  cjkwd="w",
137690  description="PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET",
137691  direction="on",
137692  linebreak="cl",
137693  specials={ "vertical", 0x3015 },
137694  unicodeslot=0xFE3A,
137695 },
137696 [0xFE3B]={
137697  adobename="blacklenticularbracketleftvertical",
137698  category="ps",
137699  cjkwd="w",
137700  description="PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET",
137701  direction="on",
137702  linebreak="op",
137703  specials={ "vertical", 0x3010 },
137704  unicodeslot=0xFE3B,
137705 },
137706 [0xFE3C]={
137707  adobename="blacklenticularbracketrightvertical",
137708  category="pe",
137709  cjkwd="w",
137710  description="PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET",
137711  direction="on",
137712  linebreak="cl",
137713  specials={ "vertical", 0x3011 },
137714  unicodeslot=0xFE3C,
137715 },
137716 [0xFE3D]={
137717  adobename="dblanglebracketleftvertical",
137718  category="ps",
137719  cjkwd="w",
137720  description="PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET",
137721  direction="on",
137722  linebreak="op",
137723  specials={ "vertical", 0x300A },
137724  unicodeslot=0xFE3D,
137725 },
137726 [0xFE3E]={
137727  adobename="dblanglebracketrightvertical",
137728  category="pe",
137729  cjkwd="w",
137730  description="PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET",
137731  direction="on",
137732  linebreak="cl",
137733  specials={ "vertical", 0x300B },
137734  unicodeslot=0xFE3E,
137735 },
137736 [0xFE3F]={
137737  adobename="anglebracketleftvertical",
137738  category="ps",
137739  cjkwd="w",
137740  description="PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET",
137741  direction="on",
137742  linebreak="op",
137743  specials={ "vertical", 0x3008 },
137744  unicodeslot=0xFE3F,
137745 },
137746 [0xFE40]={
137747  adobename="anglebracketrightvertical",
137748  category="pe",
137749  cjkwd="w",
137750  description="PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET",
137751  direction="on",
137752  linebreak="cl",
137753  specials={ "vertical", 0x3009 },
137754  unicodeslot=0xFE40,
137755 },
137756 [0xFE41]={
137757  adobename="cornerbracketleftvertical",
137758  category="ps",
137759  cjkwd="w",
137760  description="PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET",
137761  direction="on",
137762  linebreak="op",
137763  specials={ "vertical", 0x300C },
137764  unicodeslot=0xFE41,
137765 },
137766 [0xFE42]={
137767  adobename="cornerbracketrightvertical",
137768  category="pe",
137769  cjkwd="w",
137770  description="PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET",
137771  direction="on",
137772  linebreak="cl",
137773  specials={ "vertical", 0x300D },
137774  unicodeslot=0xFE42,
137775 },
137776 [0xFE43]={
137777  adobename="whitecornerbracketleftvertical",
137778  category="ps",
137779  cjkwd="w",
137780  description="PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET",
137781  direction="on",
137782  linebreak="op",
137783  specials={ "vertical", 0x300E },
137784  unicodeslot=0xFE43,
137785 },
137786 [0xFE44]={
137787  adobename="whitecornerbracketrightvertical",
137788  category="pe",
137789  cjkwd="w",
137790  description="PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET",
137791  direction="on",
137792  linebreak="cl",
137793  specials={ "vertical", 0x300F },
137794  unicodeslot=0xFE44,
137795 },
137796 [0xFE45]={
137797  category="po",
137798  cjkwd="w",
137799  description="SESAME DOT",
137800  direction="on",
137801  linebreak="id",
137802  unicodeslot=0xFE45,
137803 },
137804 [0xFE46]={
137805  category="po",
137806  cjkwd="w",
137807  description="WHITE SESAME DOT",
137808  direction="on",
137809  linebreak="id",
137810  unicodeslot=0xFE46,
137811 },
137812 [0xFE47]={
137813  category="ps",
137814  cjkwd="w",
137815  description="PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET",
137816  direction="on",
137817  linebreak="op",
137818  specials={ "vertical", 0x5B },
137819  unicodeslot=0xFE47,
137820 },
137821 [0xFE48]={
137822  category="pe",
137823  cjkwd="w",
137824  description="PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET",
137825  direction="on",
137826  linebreak="cl",
137827  specials={ "vertical", 0x5D },
137828  unicodeslot=0xFE48,
137829 },
137830 [0xFE49]={
137831  adobename="overlinedashed",
137832  category="po",
137833  cjkwd="w",
137834  description="DASHED OVERLINE",
137835  direction="on",
137836  linebreak="id",
137837  specials={ "compat", 0x203E },
137838  unicodeslot=0xFE49,
137839 },
137840 [0xFE4A]={
137841  adobename="overlinecenterline",
137842  category="po",
137843  cjkwd="w",
137844  description="CENTRELINE OVERLINE",
137845  direction="on",
137846  linebreak="id",
137847  specials={ "compat", 0x203E },
137848  unicodeslot=0xFE4A,
137849 },
137850 [0xFE4B]={
137851  adobename="overlinewavy",
137852  category="po",
137853  cjkwd="w",
137854  description="WAVY OVERLINE",
137855  direction="on",
137856  linebreak="id",
137857  specials={ "compat", 0x203E },
137858  unicodeslot=0xFE4B,
137859 },
137860 [0xFE4C]={
137861  adobename="overlinedblwavy",
137862  category="po",
137863  cjkwd="w",
137864  description="DOUBLE WAVY OVERLINE",
137865  direction="on",
137866  linebreak="id",
137867  specials={ "compat", 0x203E },
137868  unicodeslot=0xFE4C,
137869 },
137870 [0xFE4D]={
137871  adobename="lowlinedashed",
137872  category="pc",
137873  cjkwd="w",
137874  description="DASHED LOW LINE",
137875  direction="on",
137876  linebreak="id",
137877  specials={ "compat", 0x5F },
137878  unicodeslot=0xFE4D,
137879 },
137880 [0xFE4E]={
137881  adobename="lowlinecenterline",
137882  category="pc",
137883  cjkwd="w",
137884  description="CENTRELINE LOW LINE",
137885  direction="on",
137886  linebreak="id",
137887  specials={ "compat", 0x5F },
137888  unicodeslot=0xFE4E,
137889 },
137890 [0xFE4F]={
137891  adobename="underscorewavy",
137892  category="pc",
137893  cjkwd="w",
137894  description="WAVY LOW LINE",
137895  direction="on",
137896  linebreak="id",
137897  specials={ "compat", 0x5F },
137898  unicodeslot=0xFE4F,
137899 },
137900 [0xFE50]={
137901  adobename="commasmall",
137902  category="po",
137903  cjkwd="w",
137904  description="SMALL COMMA",
137905  direction="cs",
137906  linebreak="cl",
137907  specials={ "small", 0x2C },
137908  unicodeslot=0xFE50,
137909 },
137910 [0xFE51]={
137911  category="po",
137912  cjkwd="w",
137913  description="SMALL IDEOGRAPHIC COMMA",
137914  direction="on",
137915  linebreak="id",
137916  specials={ "small", 0x3001 },
137917  unicodeslot=0xFE51,
137918 },
137919 [0xFE52]={
137920  adobename="periodsmall",
137921  category="po",
137922  cjkwd="w",
137923  description="SMALL FULL STOP",
137924  direction="cs",
137925  linebreak="cl",
137926  specials={ "small", 0x2E },
137927  unicodeslot=0xFE52,
137928 },
137929 [0xFE54]={
137930  adobename="semicolonsmall",
137931  category="po",
137932  cjkwd="w",
137933  description="SMALL SEMICOLON",
137934  direction="on",
137935  linebreak="ns",
137936  specials={ "small", 0x3B },
137937  unicodeslot=0xFE54,
137938 },
137939 [0xFE55]={
137940  adobename="colonsmall",
137941  category="po",
137942  cjkwd="w",
137943  description="SMALL COLON",
137944  direction="cs",
137945  linebreak="ns",
137946  specials={ "small", 0x3A },
137947  unicodeslot=0xFE55,
137948 },
137949 [0xFE56]={
137950  category="po",
137951  cjkwd="w",
137952  description="SMALL QUESTION MARK",
137953  direction="on",
137954  linebreak="ex",
137955  specials={ "small", 0x3F },
137956  unicodeslot=0xFE56,
137957 },
137958 [0xFE57]={
137959  category="po",
137960  cjkwd="w",
137961  description="SMALL EXCLAMATION MARK",
137962  direction="on",
137963  linebreak="ex",
137964  specials={ "small", 0x21 },
137965  unicodeslot=0xFE57,
137966 },
137967 [0xFE58]={
137968  category="pd",
137969  cjkwd="w",
137970  description="SMALL EM DASH",
137971  direction="on",
137972  linebreak="id",
137973  specials={ "small", 0x2014 },
137974  unicodeslot=0xFE58,
137975 },
137976 [0xFE59]={
137977  adobename="parenleftsmall",
137978  category="ps",
137979  cjkwd="w",
137980  description="SMALL LEFT PARENTHESIS",
137981  direction="on",
137982  linebreak="op",
137983  mirror=0xFE5A,
137984  specials={ "small", 0x28 },
137985  textclass="open",
137986  unicodeslot=0xFE59,
137987 },
137988 [0xFE5A]={
137989  adobename="parenrightsmall",
137990  category="pe",
137991  cjkwd="w",
137992  description="SMALL RIGHT PARENTHESIS",
137993  direction="on",
137994  linebreak="cl",
137995  mirror=0xFE59,
137996  specials={ "small", 0x29 },
137997  textclass="close",
137998  unicodeslot=0xFE5A,
137999 },
138000 [0xFE5B]={
138001  adobename="braceleftsmall",
138002  category="ps",
138003  cjkwd="w",
138004  description="SMALL LEFT CURLY BRACKET",
138005  direction="on",
138006  linebreak="op",
138007  mirror=0xFE5C,
138008  specials={ "small", 0x7B },
138009  textclass="open",
138010  unicodeslot=0xFE5B,
138011 },
138012 [0xFE5C]={
138013  adobename="bracerightsmall",
138014  category="pe",
138015  cjkwd="w",
138016  description="SMALL RIGHT CURLY BRACKET",
138017  direction="on",
138018  linebreak="cl",
138019  mirror=0xFE5B,
138020  specials={ "small", 0x7D },
138021  textclass="close",
138022  unicodeslot=0xFE5C,
138023 },
138024 [0xFE5D]={
138025  adobename="tortoiseshellbracketleftsmall",
138026  category="ps",
138027  cjkwd="w",
138028  description="SMALL LEFT TORTOISE SHELL BRACKET",
138029  direction="on",
138030  linebreak="op",
138031  mirror=0xFE5E,
138032  specials={ "small", 0x3014 },
138033  textclass="open",
138034  unicodeslot=0xFE5D,
138035 },
138036 [0xFE5E]={
138037  adobename="tortoiseshellbracketrightsmall",
138038  category="pe",
138039  cjkwd="w",
138040  description="SMALL RIGHT TORTOISE SHELL BRACKET",
138041  direction="on",
138042  linebreak="cl",
138043  mirror=0xFE5D,
138044  specials={ "small", 0x3015 },
138045  textclass="close",
138046  unicodeslot=0xFE5E,
138047 },
138048 [0xFE5F]={
138049  adobename="numbersignsmall",
138050  category="po",
138051  cjkwd="w",
138052  description="SMALL NUMBER SIGN",
138053  direction="et",
138054  linebreak="id",
138055  specials={ "small", 0x23 },
138056  unicodeslot=0xFE5F,
138057 },
138058 [0xFE60]={
138059  category="po",
138060  cjkwd="w",
138061  description="SMALL AMPERSAND",
138062  direction="on",
138063  linebreak="id",
138064  specials={ "small", 0x26 },
138065  unicodeslot=0xFE60,
138066 },
138067 [0xFE61]={
138068  adobename="asterisksmall",
138069  category="po",
138070  cjkwd="w",
138071  description="SMALL ASTERISK",
138072  direction="on",
138073  linebreak="id",
138074  specials={ "small", 0x2A },
138075  unicodeslot=0xFE61,
138076 },
138077 [0xFE62]={
138078  adobename="plussmall",
138079  category="sm",
138080  cjkwd="w",
138081  description="SMALL PLUS SIGN",
138082  direction="es",
138083  linebreak="id",
138084  specials={ "small", 0x2B },
138085  unicodeslot=0xFE62,
138086 },
138087 [0xFE63]={
138088  adobename="hyphensmall",
138089  category="pd",
138090  cjkwd="w",
138091  description="SMALL HYPHEN-MINUS",
138092  direction="es",
138093  linebreak="id",
138094  specials={ "small", 0x2D },
138095  unicodeslot=0xFE63,
138096 },
138097 [0xFE64]={
138098  adobename="lesssmall",
138099  category="sm",
138100  cjkwd="w",
138101  description="SMALL LESS-THAN SIGN",
138102  direction="on",
138103  linebreak="id",
138104  mirror=0xFE65,
138105  specials={ "small", 0x3C },
138106  textclass="open",
138107  unicodeslot=0xFE64,
138108 },
138109 [0xFE65]={
138110  adobename="greatersmall",
138111  category="sm",
138112  cjkwd="w",
138113  description="SMALL GREATER-THAN SIGN",
138114  direction="on",
138115  linebreak="id",
138116  mirror=0xFE64,
138117  specials={ "small", 0x3E },
138118  textclass="close",
138119  unicodeslot=0xFE65,
138120 },
138121 [0xFE66]={
138122  adobename="equalsmall",
138123  category="sm",
138124  cjkwd="w",
138125  description="SMALL EQUALS SIGN",
138126  direction="on",
138127  linebreak="id",
138128  specials={ "small", 0x3D },
138129  unicodeslot=0xFE66,
138130 },
138131 [0xFE68]={
138132  category="po",
138133  cjkwd="w",
138134  description="SMALL REVERSE SOLIDUS",
138135  direction="on",
138136  linebreak="id",
138137  specials={ "small", 0x5C },
138138  unicodeslot=0xFE68,
138139 },
138140 [0xFE69]={
138141  adobename="dollarsmall",
138142  category="sc",
138143  cjkwd="w",
138144  description="SMALL DOLLAR SIGN",
138145  direction="et",
138146  linebreak="pr",
138147  specials={ "small", 0x24 },
138148  unicodeslot=0xFE69,
138149 },
138150 [0xFE6A]={
138151  adobename="percentsmall",
138152  category="po",
138153  cjkwd="w",
138154  description="SMALL PERCENT SIGN",
138155  direction="et",
138156  linebreak="po",
138157  specials={ "small", 0x25 },
138158  unicodeslot=0xFE6A,
138159 },
138160 [0xFE6B]={
138161  adobename="atsmall",
138162  category="po",
138163  cjkwd="w",
138164  description="SMALL COMMERCIAL AT",
138165  direction="on",
138166  linebreak="id",
138167  specials={ "small", 0x40 },
138168  unicodeslot=0xFE6B,
138169 },
138170 [0xFE70]={
138171  category="lo",
138172  description="ARABIC FATHATAN ISOLATED FORM",
138173  direction="al",
138174  linebreak="al",
138175  specials={ "isolated", 0x20, 0x64B },
138176  unicodeslot=0xFE70,
138177 },
138178 [0xFE71]={
138179  category="lo",
138180  description="ARABIC TATWEEL WITH FATHATAN ABOVE",
138181  direction="al",
138182  linebreak="al",
138183  specials={ "medial", 0x640, 0x64B },
138184  unicodeslot=0xFE71,
138185 },
138186 [0xFE72]={
138187  category="lo",
138188  description="ARABIC DAMMATAN ISOLATED FORM",
138189  direction="al",
138190  linebreak="al",
138191  specials={ "isolated", 0x20, 0x64C },
138192  unicodeslot=0xFE72,
138193 },
138194 [0xFE73]={
138195  category="lo",
138196  description="ARABIC TAIL FRAGMENT",
138197  direction="al",
138198  linebreak="al",
138199  unicodeslot=0xFE73,
138200 },
138201 [0xFE74]={
138202  category="lo",
138203  description="ARABIC KASRATAN ISOLATED FORM",
138204  direction="al",
138205  linebreak="al",
138206  specials={ "isolated", 0x20, 0x64D },
138207  unicodeslot=0xFE74,
138208 },
138209 [0xFE76]={
138210  category="lo",
138211  description="ARABIC FATHA ISOLATED FORM",
138212  direction="al",
138213  linebreak="al",
138214  specials={ "isolated", 0x20, 0x64E },
138215  unicodeslot=0xFE76,
138216 },
138217 [0xFE77]={
138218  category="lo",
138219  description="ARABIC FATHA MEDIAL FORM",
138220  direction="al",
138221  linebreak="al",
138222  specials={ "medial", 0x640, 0x64E },
138223  unicodeslot=0xFE77,
138224 },
138225 [0xFE78]={
138226  category="lo",
138227  description="ARABIC DAMMA ISOLATED FORM",
138228  direction="al",
138229  linebreak="al",
138230  specials={ "isolated", 0x20, 0x64F },
138231  unicodeslot=0xFE78,
138232 },
138233 [0xFE79]={
138234  category="lo",
138235  description="ARABIC DAMMA MEDIAL FORM",
138236  direction="al",
138237  linebreak="al",
138238  specials={ "medial", 0x640, 0x64F },
138239  unicodeslot=0xFE79,
138240 },
138241 [0xFE7A]={
138242  category="lo",
138243  description="ARABIC KASRA ISOLATED FORM",
138244  direction="al",
138245  linebreak="al",
138246  specials={ "isolated", 0x20, 0x650 },
138247  unicodeslot=0xFE7A,
138248 },
138249 [0xFE7B]={
138250  category="lo",
138251  description="ARABIC KASRA MEDIAL FORM",
138252  direction="al",
138253  linebreak="al",
138254  specials={ "medial", 0x640, 0x650 },
138255  unicodeslot=0xFE7B,
138256 },
138257 [0xFE7C]={
138258  category="lo",
138259  description="ARABIC SHADDA ISOLATED FORM",
138260  direction="al",
138261  linebreak="al",
138262  specials={ "isolated", 0x20, 0x651 },
138263  unicodeslot=0xFE7C,
138264 },
138265 [0xFE7D]={
138266  category="lo",
138267  description="ARABIC SHADDA MEDIAL FORM",
138268  direction="al",
138269  linebreak="al",
138270  specials={ "medial", 0x640, 0x651 },
138271  unicodeslot=0xFE7D,
138272 },
138273 [0xFE7E]={
138274  category="lo",
138275  description="ARABIC SUKUN ISOLATED FORM",
138276  direction="al",
138277  linebreak="al",
138278  specials={ "isolated", 0x20, 0x652 },
138279  unicodeslot=0xFE7E,
138280 },
138281 [0xFE7F]={
138282  category="lo",
138283  description="ARABIC SUKUN MEDIAL FORM",
138284  direction="al",
138285  linebreak="al",
138286  specials={ "medial", 0x640, 0x652 },
138287  unicodeslot=0xFE7F,
138288 },
138289 [0xFE80]={
138290  category="lo",
138291  description="ARABIC LETTER HAMZA ISOLATED FORM",
138292  direction="al",
138293  linebreak="al",
138294  specials={ "isolated", 0x621 },
138295  unicodeslot=0xFE80,
138296 },
138297 [0xFE81]={
138298  category="lo",
138299  description="ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM",
138300  direction="al",
138301  linebreak="al",
138302  shcode=0x627,
138303  specials={ "isolated", 0x622 },
138304  unicodeslot=0xFE81,
138305 },
138306 [0xFE82]={
138307  adobename="alefmaddaabovefinalarabic",
138308  category="lo",
138309  description="ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM",
138310  direction="al",
138311  linebreak="al",
138312  shcode=0x627,
138313  specials={ "final", 0x622 },
138314  unicodeslot=0xFE82,
138315 },
138316 [0xFE83]={
138317  category="lo",
138318  description="ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM",
138319  direction="al",
138320  linebreak="al",
138321  shcode=0x627,
138322  specials={ "isolated", 0x623 },
138323  unicodeslot=0xFE83,
138324 },
138325 [0xFE84]={
138326  adobename="alefhamzaabovefinalarabic",
138327  category="lo",
138328  description="ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM",
138329  direction="al",
138330  linebreak="al",
138331  shcode=0x627,
138332  specials={ "final", 0x623 },
138333  unicodeslot=0xFE84,
138334 },
138335 [0xFE85]={
138336  category="lo",
138337  description="ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM",
138338  direction="al",
138339  linebreak="al",
138340  shcode=0x648,
138341  specials={ "isolated", 0x624 },
138342  unicodeslot=0xFE85,
138343 },
138344 [0xFE86]={
138345  adobename="wawhamzaabovefinalarabic",
138346  category="lo",
138347  description="ARABIC LETTER WAW WITH HAMZA ABOVE FINAL FORM",
138348  direction="al",
138349  linebreak="al",
138350  shcode=0x648,
138351  specials={ "final", 0x624 },
138352  unicodeslot=0xFE86,
138353 },
138354 [0xFE87]={
138355  category="lo",
138356  description="ARABIC LETTER ALEF WITH HAMZA BELOW ISOLATED FORM",
138357  direction="al",
138358  linebreak="al",
138359  shcode=0x627,
138360  specials={ "isolated", 0x625 },
138361  unicodeslot=0xFE87,
138362 },
138363 [0xFE88]={
138364  adobename="alefhamzabelowfinalarabic",
138365  category="lo",
138366  description="ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM",
138367  direction="al",
138368  linebreak="al",
138369  shcode=0x627,
138370  specials={ "final", 0x625 },
138371  unicodeslot=0xFE88,
138372 },
138373 [0xFE89]={
138374  category="lo",
138375  description="ARABIC LETTER YEH WITH HAMZA ABOVE ISOLATED FORM",
138376  direction="al",
138377  linebreak="al",
138378  shcode=0x64A,
138379  specials={ "isolated", 0x626 },
138380  unicodeslot=0xFE89,
138381 },
138382 [0xFE8A]={
138383  adobename="yehhamzaabovefinalarabic",
138384  category="lo",
138385  description="ARABIC LETTER YEH WITH HAMZA ABOVE FINAL FORM",
138386  direction="al",
138387  linebreak="al",
138388  shcode=0x64A,
138389  specials={ "final", 0x626 },
138390  unicodeslot=0xFE8A,
138391 },
138392 [0xFE8B]={
138393  adobename="yehhamzaaboveinitialarabic",
138394  category="lo",
138395  description="ARABIC LETTER YEH WITH HAMZA ABOVE INITIAL FORM",
138396  direction="al",
138397  linebreak="al",
138398  shcode=0x64A,
138399  specials={ "initial", 0x626 },
138400  unicodeslot=0xFE8B,
138401 },
138402 [0xFE8C]={
138403  adobename="yehhamzaabovemedialarabic",
138404  category="lo",
138405  description="ARABIC LETTER YEH WITH HAMZA ABOVE MEDIAL FORM",
138406  direction="al",
138407  linebreak="al",
138408  shcode=0x64A,
138409  specials={ "medial", 0x626 },
138410  unicodeslot=0xFE8C,
138411 },
138412 [0xFE8D]={
138413  category="lo",
138414  description="ARABIC LETTER ALEF ISOLATED FORM",
138415  direction="al",
138416  linebreak="al",
138417  specials={ "isolated", 0x627 },
138418  unicodeslot=0xFE8D,
138419 },
138420 [0xFE8E]={
138421  adobename="aleffinalarabic",
138422  category="lo",
138423  description="ARABIC LETTER ALEF FINAL FORM",
138424  direction="al",
138425  linebreak="al",
138426  specials={ "final", 0x627 },
138427  unicodeslot=0xFE8E,
138428 },
138429 [0xFE8F]={
138430  category="lo",
138431  description="ARABIC LETTER BEH ISOLATED FORM",
138432  direction="al",
138433  linebreak="al",
138434  specials={ "isolated", 0x628 },
138435  unicodeslot=0xFE8F,
138436 },
138437 [0xFE90]={
138438  adobename="behfinalarabic",
138439  category="lo",
138440  description="ARABIC LETTER BEH FINAL FORM",
138441  direction="al",
138442  linebreak="al",
138443  specials={ "final", 0x628 },
138444  unicodeslot=0xFE90,
138445 },
138446 [0xFE91]={
138447  adobename="behinitialarabic",
138448  category="lo",
138449  description="ARABIC LETTER BEH INITIAL FORM",
138450  direction="al",
138451  linebreak="al",
138452  specials={ "initial", 0x628 },
138453  unicodeslot=0xFE91,
138454 },
138455 [0xFE92]={
138456  adobename="behmedialarabic",
138457  category="lo",
138458  description="ARABIC LETTER BEH MEDIAL FORM",
138459  direction="al",
138460  linebreak="al",
138461  specials={ "medial", 0x628 },
138462  unicodeslot=0xFE92,
138463 },
138464 [0xFE93]={
138465  category="lo",
138466  description="ARABIC LETTER TEH MARBUTA ISOLATED FORM",
138467  direction="al",
138468  linebreak="al",
138469  specials={ "isolated", 0x629 },
138470  unicodeslot=0xFE93,
138471 },
138472 [0xFE94]={
138473  adobename="tehmarbutafinalarabic",
138474  category="lo",
138475  description="ARABIC LETTER TEH MARBUTA FINAL FORM",
138476  direction="al",
138477  linebreak="al",
138478  specials={ "final", 0x629 },
138479  unicodeslot=0xFE94,
138480 },
138481 [0xFE95]={
138482  category="lo",
138483  description="ARABIC LETTER TEH ISOLATED FORM",
138484  direction="al",
138485  linebreak="al",
138486  specials={ "isolated", 0x62A },
138487  unicodeslot=0xFE95,
138488 },
138489 [0xFE96]={
138490  adobename="tehfinalarabic",
138491  category="lo",
138492  description="ARABIC LETTER TEH FINAL FORM",
138493  direction="al",
138494  linebreak="al",
138495  specials={ "final", 0x62A },
138496  unicodeslot=0xFE96,
138497 },
138498 [0xFE97]={
138499  adobename="tehinitialarabic",
138500  category="lo",
138501  description="ARABIC LETTER TEH INITIAL FORM",
138502  direction="al",
138503  linebreak="al",
138504  specials={ "initial", 0x62A },
138505  unicodeslot=0xFE97,
138506 },
138507 [0xFE98]={
138508  adobename="tehmedialarabic",
138509  category="lo",
138510  description="ARABIC LETTER TEH MEDIAL FORM",
138511  direction="al",
138512  linebreak="al",
138513  specials={ "medial", 0x62A },
138514  unicodeslot=0xFE98,
138515 },
138516 [0xFE99]={
138517  category="lo",
138518  description="ARABIC LETTER THEH ISOLATED FORM",
138519  direction="al",
138520  linebreak="al",
138521  specials={ "isolated", 0x62B },
138522  unicodeslot=0xFE99,
138523 },
138524 [0xFE9A]={
138525  adobename="thehfinalarabic",
138526  category="lo",
138527  description="ARABIC LETTER THEH FINAL FORM",
138528  direction="al",
138529  linebreak="al",
138530  specials={ "final", 0x62B },
138531  unicodeslot=0xFE9A,
138532 },
138533 [0xFE9B]={
138534  adobename="thehinitialarabic",
138535  category="lo",
138536  description="ARABIC LETTER THEH INITIAL FORM",
138537  direction="al",
138538  linebreak="al",
138539  specials={ "initial", 0x62B },
138540  unicodeslot=0xFE9B,
138541 },
138542 [0xFE9C]={
138543  adobename="thehmedialarabic",
138544  category="lo",
138545  description="ARABIC LETTER THEH MEDIAL FORM",
138546  direction="al",
138547  linebreak="al",
138548  specials={ "medial", 0x62B },
138549  unicodeslot=0xFE9C,
138550 },
138551 [0xFE9D]={
138552  category="lo",
138553  description="ARABIC LETTER JEEM ISOLATED FORM",
138554  direction="al",
138555  linebreak="al",
138556  specials={ "isolated", 0x62C },
138557  unicodeslot=0xFE9D,
138558 },
138559 [0xFE9E]={
138560  adobename="jeemfinalarabic",
138561  category="lo",
138562  description="ARABIC LETTER JEEM FINAL FORM",
138563  direction="al",
138564  linebreak="al",
138565  specials={ "final", 0x62C },
138566  unicodeslot=0xFE9E,
138567 },
138568 [0xFE9F]={
138569  adobename="jeeminitialarabic",
138570  category="lo",
138571  description="ARABIC LETTER JEEM INITIAL FORM",
138572  direction="al",
138573  linebreak="al",
138574  specials={ "initial", 0x62C },
138575  unicodeslot=0xFE9F,
138576 },
138577 [0xFEA0]={
138578  adobename="jeemmedialarabic",
138579  category="lo",
138580  description="ARABIC LETTER JEEM MEDIAL FORM",
138581  direction="al",
138582  linebreak="al",
138583  specials={ "medial", 0x62C },
138584  unicodeslot=0xFEA0,
138585 },
138586 [0xFEA1]={
138587  category="lo",
138588  description="ARABIC LETTER HAH ISOLATED FORM",
138589  direction="al",
138590  linebreak="al",
138591  specials={ "isolated", 0x62D },
138592  unicodeslot=0xFEA1,
138593 },
138594 [0xFEA2]={
138595  adobename="hahfinalarabic",
138596  category="lo",
138597  description="ARABIC LETTER HAH FINAL FORM",
138598  direction="al",
138599  linebreak="al",
138600  specials={ "final", 0x62D },
138601  unicodeslot=0xFEA2,
138602 },
138603 [0xFEA3]={
138604  adobename="hahinitialarabic",
138605  category="lo",
138606  description="ARABIC LETTER HAH INITIAL FORM",
138607  direction="al",
138608  linebreak="al",
138609  specials={ "initial", 0x62D },
138610  unicodeslot=0xFEA3,
138611 },
138612 [0xFEA4]={
138613  adobename="hahmedialarabic",
138614  category="lo",
138615  description="ARABIC LETTER HAH MEDIAL FORM",
138616  direction="al",
138617  linebreak="al",
138618  specials={ "medial", 0x62D },
138619  unicodeslot=0xFEA4,
138620 },
138621 [0xFEA5]={
138622  category="lo",
138623  description="ARABIC LETTER KHAH ISOLATED FORM",
138624  direction="al",
138625  linebreak="al",
138626  specials={ "isolated", 0x62E },
138627  unicodeslot=0xFEA5,
138628 },
138629 [0xFEA6]={
138630  adobename="khahfinalarabic",
138631  category="lo",
138632  description="ARABIC LETTER KHAH FINAL FORM",
138633  direction="al",
138634  linebreak="al",
138635  specials={ "final", 0x62E },
138636  unicodeslot=0xFEA6,
138637 },
138638 [0xFEA7]={
138639  adobename="khahinitialarabic",
138640  category="lo",
138641  description="ARABIC LETTER KHAH INITIAL FORM",
138642  direction="al",
138643  linebreak="al",
138644  specials={ "initial", 0x62E },
138645  unicodeslot=0xFEA7,
138646 },
138647 [0xFEA8]={
138648  adobename="khahmedialarabic",
138649  category="lo",
138650  description="ARABIC LETTER KHAH MEDIAL FORM",
138651  direction="al",
138652  linebreak="al",
138653  specials={ "medial", 0x62E },
138654  unicodeslot=0xFEA8,
138655 },
138656 [0xFEA9]={
138657  category="lo",
138658  description="ARABIC LETTER DAL ISOLATED FORM",
138659  direction="al",
138660  linebreak="al",
138661  specials={ "isolated", 0x62F },
138662  unicodeslot=0xFEA9,
138663 },
138664 [0xFEAA]={
138665  adobename="dalfinalarabic",
138666  category="lo",
138667  description="ARABIC LETTER DAL FINAL FORM",
138668  direction="al",
138669  linebreak="al",
138670  specials={ "final", 0x62F },
138671  unicodeslot=0xFEAA,
138672 },
138673 [0xFEAB]={
138674  category="lo",
138675  description="ARABIC LETTER THAL ISOLATED FORM",
138676  direction="al",
138677  linebreak="al",
138678  specials={ "isolated", 0x630 },
138679  unicodeslot=0xFEAB,
138680 },
138681 [0xFEAC]={
138682  adobename="thalfinalarabic",
138683  category="lo",
138684  description="ARABIC LETTER THAL FINAL FORM",
138685  direction="al",
138686  linebreak="al",
138687  specials={ "final", 0x630 },
138688  unicodeslot=0xFEAC,
138689 },
138690 [0xFEAD]={
138691  category="lo",
138692  description="ARABIC LETTER REH ISOLATED FORM",
138693  direction="al",
138694  linebreak="al",
138695  specials={ "isolated", 0x631 },
138696  unicodeslot=0xFEAD,
138697 },
138698 [0xFEAE]={
138699  adobename="rehfinalarabic",
138700  category="lo",
138701  description="ARABIC LETTER REH FINAL FORM",
138702  direction="al",
138703  linebreak="al",
138704  specials={ "final", 0x631 },
138705  unicodeslot=0xFEAE,
138706 },
138707 [0xFEAF]={
138708  category="lo",
138709  description="ARABIC LETTER ZAIN ISOLATED FORM",
138710  direction="al",
138711  linebreak="al",
138712  specials={ "isolated", 0x632 },
138713  unicodeslot=0xFEAF,
138714 },
138715 [0xFEB0]={
138716  adobename="zainfinalarabic",
138717  category="lo",
138718  description="ARABIC LETTER ZAIN FINAL FORM",
138719  direction="al",
138720  linebreak="al",
138721  specials={ "final", 0x632 },
138722  unicodeslot=0xFEB0,
138723 },
138724 [0xFEB1]={
138725  category="lo",
138726  description="ARABIC LETTER SEEN ISOLATED FORM",
138727  direction="al",
138728  linebreak="al",
138729  specials={ "isolated", 0x633 },
138730  unicodeslot=0xFEB1,
138731 },
138732 [0xFEB2]={
138733  adobename="seenfinalarabic",
138734  category="lo",
138735  description="ARABIC LETTER SEEN FINAL FORM",
138736  direction="al",
138737  linebreak="al",
138738  specials={ "final", 0x633 },
138739  unicodeslot=0xFEB2,
138740 },
138741 [0xFEB3]={
138742  adobename="seeninitialarabic",
138743  category="lo",
138744  description="ARABIC LETTER SEEN INITIAL FORM",
138745  direction="al",
138746  linebreak="al",
138747  specials={ "initial", 0x633 },
138748  unicodeslot=0xFEB3,
138749 },
138750 [0xFEB4]={
138751  adobename="seenmedialarabic",
138752  category="lo",
138753  description="ARABIC LETTER SEEN MEDIAL FORM",
138754  direction="al",
138755  linebreak="al",
138756  specials={ "medial", 0x633 },
138757  unicodeslot=0xFEB4,
138758 },
138759 [0xFEB5]={
138760  category="lo",
138761  description="ARABIC LETTER SHEEN ISOLATED FORM",
138762  direction="al",
138763  linebreak="al",
138764  specials={ "isolated", 0x634 },
138765  unicodeslot=0xFEB5,
138766 },
138767 [0xFEB6]={
138768  adobename="sheenfinalarabic",
138769  category="lo",
138770  description="ARABIC LETTER SHEEN FINAL FORM",
138771  direction="al",
138772  linebreak="al",
138773  specials={ "final", 0x634 },
138774  unicodeslot=0xFEB6,
138775 },
138776 [0xFEB7]={
138777  adobename="sheeninitialarabic",
138778  category="lo",
138779  description="ARABIC LETTER SHEEN INITIAL FORM",
138780  direction="al",
138781  linebreak="al",
138782  specials={ "initial", 0x634 },
138783  unicodeslot=0xFEB7,
138784 },
138785 [0xFEB8]={
138786  adobename="sheenmedialarabic",
138787  category="lo",
138788  description="ARABIC LETTER SHEEN MEDIAL FORM",
138789  direction="al",
138790  linebreak="al",
138791  specials={ "medial", 0x634 },
138792  unicodeslot=0xFEB8,
138793 },
138794 [0xFEB9]={
138795  category="lo",
138796  description="ARABIC LETTER SAD ISOLATED FORM",
138797  direction="al",
138798  linebreak="al",
138799  specials={ "isolated", 0x635 },
138800  unicodeslot=0xFEB9,
138801 },
138802 [0xFEBA]={
138803  adobename="sadfinalarabic",
138804  category="lo",
138805  description="ARABIC LETTER SAD FINAL FORM",
138806  direction="al",
138807  linebreak="al",
138808  specials={ "final", 0x635 },
138809  unicodeslot=0xFEBA,
138810 },
138811 [0xFEBB]={
138812  adobename="sadinitialarabic",
138813  category="lo",
138814  description="ARABIC LETTER SAD INITIAL FORM",
138815  direction="al",
138816  linebreak="al",
138817  specials={ "initial", 0x635 },
138818  unicodeslot=0xFEBB,
138819 },
138820 [0xFEBC]={
138821  adobename="sadmedialarabic",
138822  category="lo",
138823  description="ARABIC LETTER SAD MEDIAL FORM",
138824  direction="al",
138825  linebreak="al",
138826  specials={ "medial", 0x635 },
138827  unicodeslot=0xFEBC,
138828 },
138829 [0xFEBD]={
138830  category="lo",
138831  description="ARABIC LETTER DAD ISOLATED FORM",
138832  direction="al",
138833  linebreak="al",
138834  specials={ "isolated", 0x636 },
138835  unicodeslot=0xFEBD,
138836 },
138837 [0xFEBE]={
138838  adobename="dadfinalarabic",
138839  category="lo",
138840  description="ARABIC LETTER DAD FINAL FORM",
138841  direction="al",
138842  linebreak="al",
138843  specials={ "final", 0x636 },
138844  unicodeslot=0xFEBE,
138845 },
138846 [0xFEBF]={
138847  adobename="dadinitialarabic",
138848  category="lo",
138849  description="ARABIC LETTER DAD INITIAL FORM",
138850  direction="al",
138851  linebreak="al",
138852  specials={ "initial", 0x636 },
138853  unicodeslot=0xFEBF,
138854 },
138855 [0xFEC0]={
138856  adobename="dadmedialarabic",
138857  category="lo",
138858  description="ARABIC LETTER DAD MEDIAL FORM",
138859  direction="al",
138860  linebreak="al",
138861  specials={ "medial", 0x636 },
138862  unicodeslot=0xFEC0,
138863 },
138864 [0xFEC1]={
138865  category="lo",
138866  description="ARABIC LETTER TAH ISOLATED FORM",
138867  direction="al",
138868  linebreak="al",
138869  specials={ "isolated", 0x637 },
138870  unicodeslot=0xFEC1,
138871 },
138872 [0xFEC2]={
138873  adobename="tahfinalarabic",
138874  category="lo",
138875  description="ARABIC LETTER TAH FINAL FORM",
138876  direction="al",
138877  linebreak="al",
138878  specials={ "final", 0x637 },
138879  unicodeslot=0xFEC2,
138880 },
138881 [0xFEC3]={
138882  adobename="tahinitialarabic",
138883  category="lo",
138884  description="ARABIC LETTER TAH INITIAL FORM",
138885  direction="al",
138886  linebreak="al",
138887  specials={ "initial", 0x637 },
138888  unicodeslot=0xFEC3,
138889 },
138890 [0xFEC4]={
138891  adobename="tahmedialarabic",
138892  category="lo",
138893  description="ARABIC LETTER TAH MEDIAL FORM",
138894  direction="al",
138895  linebreak="al",
138896  specials={ "medial", 0x637 },
138897  unicodeslot=0xFEC4,
138898 },
138899 [0xFEC5]={
138900  category="lo",
138901  description="ARABIC LETTER ZAH ISOLATED FORM",
138902  direction="al",
138903  linebreak="al",
138904  specials={ "isolated", 0x638 },
138905  unicodeslot=0xFEC5,
138906 },
138907 [0xFEC6]={
138908  adobename="zahfinalarabic",
138909  category="lo",
138910  description="ARABIC LETTER ZAH FINAL FORM",
138911  direction="al",
138912  linebreak="al",
138913  specials={ "final", 0x638 },
138914  unicodeslot=0xFEC6,
138915 },
138916 [0xFEC7]={
138917  adobename="zahinitialarabic",
138918  category="lo",
138919  description="ARABIC LETTER ZAH INITIAL FORM",
138920  direction="al",
138921  linebreak="al",
138922  specials={ "initial", 0x638 },
138923  unicodeslot=0xFEC7,
138924 },
138925 [0xFEC8]={
138926  adobename="zahmedialarabic",
138927  category="lo",
138928  description="ARABIC LETTER ZAH MEDIAL FORM",
138929  direction="al",
138930  linebreak="al",
138931  specials={ "medial", 0x638 },
138932  unicodeslot=0xFEC8,
138933 },
138934 [0xFEC9]={
138935  category="lo",
138936  description="ARABIC LETTER AIN ISOLATED FORM",
138937  direction="al",
138938  linebreak="al",
138939  specials={ "isolated", 0x639 },
138940  unicodeslot=0xFEC9,
138941 },
138942 [0xFECA]={
138943  adobename="ainfinalarabic",
138944  category="lo",
138945  description="ARABIC LETTER AIN FINAL FORM",
138946  direction="al",
138947  linebreak="al",
138948  specials={ "final", 0x639 },
138949  unicodeslot=0xFECA,
138950 },
138951 [0xFECB]={
138952  adobename="aininitialarabic",
138953  category="lo",
138954  description="ARABIC LETTER AIN INITIAL FORM",
138955  direction="al",
138956  linebreak="al",
138957  specials={ "initial", 0x639 },
138958  unicodeslot=0xFECB,
138959 },
138960 [0xFECC]={
138961  adobename="ainmedialarabic",
138962  category="lo",
138963  description="ARABIC LETTER AIN MEDIAL FORM",
138964  direction="al",
138965  linebreak="al",
138966  specials={ "medial", 0x639 },
138967  unicodeslot=0xFECC,
138968 },
138969 [0xFECD]={
138970  category="lo",
138971  description="ARABIC LETTER GHAIN ISOLATED FORM",
138972  direction="al",
138973  linebreak="al",
138974  specials={ "isolated", 0x63A },
138975  unicodeslot=0xFECD,
138976 },
138977 [0xFECE]={
138978  adobename="ghainfinalarabic",
138979  category="lo",
138980  description="ARABIC LETTER GHAIN FINAL FORM",
138981  direction="al",
138982  linebreak="al",
138983  specials={ "final", 0x63A },
138984  unicodeslot=0xFECE,
138985 },
138986 [0xFECF]={
138987  adobename="ghaininitialarabic",
138988  category="lo",
138989  description="ARABIC LETTER GHAIN INITIAL FORM",
138990  direction="al",
138991  linebreak="al",
138992  specials={ "initial", 0x63A },
138993  unicodeslot=0xFECF,
138994 },
138995 [0xFED0]={
138996  adobename="ghainmedialarabic",
138997  category="lo",
138998  description="ARABIC LETTER GHAIN MEDIAL FORM",
138999  direction="al",
139000  linebreak="al",
139001  specials={ "medial", 0x63A },
139002  unicodeslot=0xFED0,
139003 },
139004 [0xFED1]={
139005  category="lo",
139006  description="ARABIC LETTER FEH ISOLATED FORM",
139007  direction="al",
139008  linebreak="al",
139009  specials={ "isolated", 0x641 },
139010  unicodeslot=0xFED1,
139011 },
139012 [0xFED2]={
139013  adobename="fehfinalarabic",
139014  category="lo",
139015  description="ARABIC LETTER FEH FINAL FORM",
139016  direction="al",
139017  linebreak="al",
139018  specials={ "final", 0x641 },
139019  unicodeslot=0xFED2,
139020 },
139021 [0xFED3]={
139022  adobename="fehinitialarabic",
139023  category="lo",
139024  description="ARABIC LETTER FEH INITIAL FORM",
139025  direction="al",
139026  linebreak="al",
139027  specials={ "initial", 0x641 },
139028  unicodeslot=0xFED3,
139029 },
139030 [0xFED4]={
139031  adobename="fehmedialarabic",
139032  category="lo",
139033  description="ARABIC LETTER FEH MEDIAL FORM",
139034  direction="al",
139035  linebreak="al",
139036  specials={ "medial", 0x641 },
139037  unicodeslot=0xFED4,
139038 },
139039 [0xFED5]={
139040  category="lo",
139041  description="ARABIC LETTER QAF ISOLATED FORM",
139042  direction="al",
139043  linebreak="al",
139044  specials={ "isolated", 0x642 },
139045  unicodeslot=0xFED5,
139046 },
139047 [0xFED6]={
139048  adobename="qaffinalarabic",
139049  category="lo",
139050  description="ARABIC LETTER QAF FINAL FORM",
139051  direction="al",
139052  linebreak="al",
139053  specials={ "final", 0x642 },
139054  unicodeslot=0xFED6,
139055 },
139056 [0xFED7]={
139057  adobename="qafinitialarabic",
139058  category="lo",
139059  description="ARABIC LETTER QAF INITIAL FORM",
139060  direction="al",
139061  linebreak="al",
139062  specials={ "initial", 0x642 },
139063  unicodeslot=0xFED7,
139064 },
139065 [0xFED8]={
139066  adobename="qafmedialarabic",
139067  category="lo",
139068  description="ARABIC LETTER QAF MEDIAL FORM",
139069  direction="al",
139070  linebreak="al",
139071  specials={ "medial", 0x642 },
139072  unicodeslot=0xFED8,
139073 },
139074 [0xFED9]={
139075  category="lo",
139076  description="ARABIC LETTER KAF ISOLATED FORM",
139077  direction="al",
139078  linebreak="al",
139079  specials={ "isolated", 0x643 },
139080  unicodeslot=0xFED9,
139081 },
139082 [0xFEDA]={
139083  adobename="kaffinalarabic",
139084  category="lo",
139085  description="ARABIC LETTER KAF FINAL FORM",
139086  direction="al",
139087  linebreak="al",
139088  specials={ "final", 0x643 },
139089  unicodeslot=0xFEDA,
139090 },
139091 [0xFEDB]={
139092  adobename="kafinitialarabic",
139093  category="lo",
139094  description="ARABIC LETTER KAF INITIAL FORM",
139095  direction="al",
139096  linebreak="al",
139097  specials={ "initial", 0x643 },
139098  unicodeslot=0xFEDB,
139099 },
139100 [0xFEDC]={
139101  adobename="kafmedialarabic",
139102  category="lo",
139103  description="ARABIC LETTER KAF MEDIAL FORM",
139104  direction="al",
139105  linebreak="al",
139106  specials={ "medial", 0x643 },
139107  unicodeslot=0xFEDC,
139108 },
139109 [0xFEDD]={
139110  category="lo",
139111  description="ARABIC LETTER LAM ISOLATED FORM",
139112  direction="al",
139113  linebreak="al",
139114  specials={ "isolated", 0x644 },
139115  unicodeslot=0xFEDD,
139116 },
139117 [0xFEDE]={
139118  adobename="lamfinalarabic",
139119  category="lo",
139120  description="ARABIC LETTER LAM FINAL FORM",
139121  direction="al",
139122  linebreak="al",
139123  specials={ "final", 0x644 },
139124  unicodeslot=0xFEDE,
139125 },
139126 [0xFEDF]={
139127  adobename="lammeemkhahinitialarabic",
139128  category="lo",
139129  description="ARABIC LETTER LAM INITIAL FORM",
139130  direction="al",
139131  linebreak="al",
139132  specials={ "initial", 0x644 },
139133  unicodeslot=0xFEDF,
139134 },
139135 [0xFEE0]={
139136  adobename="lammedialarabic",
139137  category="lo",
139138  description="ARABIC LETTER LAM MEDIAL FORM",
139139  direction="al",
139140  linebreak="al",
139141  specials={ "medial", 0x644 },
139142  unicodeslot=0xFEE0,
139143 },
139144 [0xFEE1]={
139145  category="lo",
139146  description="ARABIC LETTER MEEM ISOLATED FORM",
139147  direction="al",
139148  linebreak="al",
139149  specials={ "isolated", 0x645 },
139150  unicodeslot=0xFEE1,
139151 },
139152 [0xFEE2]={
139153  adobename="meemfinalarabic",
139154  category="lo",
139155  description="ARABIC LETTER MEEM FINAL FORM",
139156  direction="al",
139157  linebreak="al",
139158  specials={ "final", 0x645 },
139159  unicodeslot=0xFEE2,
139160 },
139161 [0xFEE3]={
139162  adobename="meeminitialarabic",
139163  category="lo",
139164  description="ARABIC LETTER MEEM INITIAL FORM",
139165  direction="al",
139166  linebreak="al",
139167  specials={ "initial", 0x645 },
139168  unicodeslot=0xFEE3,
139169 },
139170 [0xFEE4]={
139171  adobename="meemmedialarabic",
139172  category="lo",
139173  description="ARABIC LETTER MEEM MEDIAL FORM",
139174  direction="al",
139175  linebreak="al",
139176  specials={ "medial", 0x645 },
139177  unicodeslot=0xFEE4,
139178 },
139179 [0xFEE5]={
139180  category="lo",
139181  description="ARABIC LETTER NOON ISOLATED FORM",
139182  direction="al",
139183  linebreak="al",
139184  specials={ "isolated", 0x646 },
139185  unicodeslot=0xFEE5,
139186 },
139187 [0xFEE6]={
139188  adobename="noonfinalarabic",
139189  category="lo",
139190  description="ARABIC LETTER NOON FINAL FORM",
139191  direction="al",
139192  linebreak="al",
139193  specials={ "final", 0x646 },
139194  unicodeslot=0xFEE6,
139195 },
139196 [0xFEE7]={
139197  adobename="nooninitialarabic",
139198  category="lo",
139199  description="ARABIC LETTER NOON INITIAL FORM",
139200  direction="al",
139201  linebreak="al",
139202  specials={ "initial", 0x646 },
139203  unicodeslot=0xFEE7,
139204 },
139205 [0xFEE8]={
139206  adobename="noonmedialarabic",
139207  category="lo",
139208  description="ARABIC LETTER NOON MEDIAL FORM",
139209  direction="al",
139210  linebreak="al",
139211  specials={ "medial", 0x646 },
139212  unicodeslot=0xFEE8,
139213 },
139214 [0xFEE9]={
139215  category="lo",
139216  description="ARABIC LETTER HEH ISOLATED FORM",
139217  direction="al",
139218  linebreak="al",
139219  specials={ "isolated", 0x647 },
139220  unicodeslot=0xFEE9,
139221 },
139222 [0xFEEA]={
139223  adobename="hehfinalarabic",
139224  category="lo",
139225  description="ARABIC LETTER HEH FINAL FORM",
139226  direction="al",
139227  linebreak="al",
139228  specials={ "final", 0x647 },
139229  unicodeslot=0xFEEA,
139230 },
139231 [0xFEEB]={
139232  adobename="hehinitialarabic",
139233  category="lo",
139234  description="ARABIC LETTER HEH INITIAL FORM",
139235  direction="al",
139236  linebreak="al",
139237  specials={ "initial", 0x647 },
139238  unicodeslot=0xFEEB,
139239 },
139240 [0xFEEC]={
139241  adobename="hehmedialarabic",
139242  category="lo",
139243  description="ARABIC LETTER HEH MEDIAL FORM",
139244  direction="al",
139245  linebreak="al",
139246  specials={ "medial", 0x647 },
139247  unicodeslot=0xFEEC,
139248 },
139249 [0xFEED]={
139250  category="lo",
139251  description="ARABIC LETTER WAW ISOLATED FORM",
139252  direction="al",
139253  linebreak="al",
139254  specials={ "isolated", 0x648 },
139255  unicodeslot=0xFEED,
139256 },
139257 [0xFEEE]={
139258  adobename="wawfinalarabic",
139259  category="lo",
139260  description="ARABIC LETTER WAW FINAL FORM",
139261  direction="al",
139262  linebreak="al",
139263  specials={ "final", 0x648 },
139264  unicodeslot=0xFEEE,
139265 },
139266 [0xFEEF]={
139267  category="lo",
139268  description="ARABIC LETTER ALEF MAKSURA ISOLATED FORM",
139269  direction="al",
139270  linebreak="al",
139271  specials={ "isolated", 0x649 },
139272  unicodeslot=0xFEEF,
139273 },
139274 [0xFEF0]={
139275  adobename="alefmaksurafinalarabic",
139276  category="lo",
139277  description="ARABIC LETTER ALEF MAKSURA FINAL FORM",
139278  direction="al",
139279  linebreak="al",
139280  specials={ "final", 0x649 },
139281  unicodeslot=0xFEF0,
139282 },
139283 [0xFEF1]={
139284  category="lo",
139285  description="ARABIC LETTER YEH ISOLATED FORM",
139286  direction="al",
139287  linebreak="al",
139288  specials={ "isolated", 0x64A },
139289  unicodeslot=0xFEF1,
139290 },
139291 [0xFEF2]={
139292  adobename="yehfinalarabic",
139293  category="lo",
139294  description="ARABIC LETTER YEH FINAL FORM",
139295  direction="al",
139296  linebreak="al",
139297  specials={ "final", 0x64A },
139298  unicodeslot=0xFEF2,
139299 },
139300 [0xFEF3]={
139301  adobename="yehinitialarabic",
139302  category="lo",
139303  description="ARABIC LETTER YEH INITIAL FORM",
139304  direction="al",
139305  linebreak="al",
139306  specials={ "initial", 0x64A },
139307  unicodeslot=0xFEF3,
139308 },
139309 [0xFEF4]={
139310  adobename="yehmedialarabic",
139311  category="lo",
139312  description="ARABIC LETTER YEH MEDIAL FORM",
139313  direction="al",
139314  linebreak="al",
139315  specials={ "medial", 0x64A },
139316  unicodeslot=0xFEF4,
139317 },
139318 [0xFEF5]={
139319  adobename="lamalefmaddaaboveisolatedarabic",
139320  category="lo",
139321  description="ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM",
139322  direction="al",
139323  linebreak="al",
139324  specials={ "isolated", 0x644, 0x622 },
139325  unicodeslot=0xFEF5,
139326 },
139327 [0xFEF6]={
139328  adobename="lamalefmaddaabovefinalarabic",
139329  category="lo",
139330  description="ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM",
139331  direction="al",
139332  linebreak="al",
139333  specials={ "final", 0x644, 0x622 },
139334  unicodeslot=0xFEF6,
139335 },
139336 [0xFEF7]={
139337  adobename="lamalefhamzaaboveisolatedarabic",
139338  category="lo",
139339  description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM",
139340  direction="al",
139341  linebreak="al",
139342  specials={ "isolated", 0x644, 0x623 },
139343  unicodeslot=0xFEF7,
139344 },
139345 [0xFEF8]={
139346  adobename="lamalefhamzaabovefinalarabic",
139347  category="lo",
139348  description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM",
139349  direction="al",
139350  linebreak="al",
139351  specials={ "final", 0x644, 0x623 },
139352  unicodeslot=0xFEF8,
139353 },
139354 [0xFEF9]={
139355  adobename="lamalefhamzabelowisolatedarabic",
139356  category="lo",
139357  description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM",
139358  direction="al",
139359  linebreak="al",
139360  specials={ "isolated", 0x644, 0x625 },
139361  unicodeslot=0xFEF9,
139362 },
139363 [0xFEFA]={
139364  adobename="lamalefhamzabelowfinalarabic",
139365  category="lo",
139366  description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM",
139367  direction="al",
139368  linebreak="al",
139369  specials={ "final", 0x644, 0x625 },
139370  unicodeslot=0xFEFA,
139371 },
139372 [0xFEFB]={
139373  adobename="lamalefisolatedarabic",
139374  category="lo",
139375  description="ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM",
139376  direction="al",
139377  linebreak="al",
139378  specials={ "isolated", 0x644, 0x627 },
139379  unicodeslot=0xFEFB,
139380 },
139381 [0xFEFC]={
139382  adobename="lamaleffinalarabic",
139383  category="lo",
139384  description="ARABIC LIGATURE LAM WITH ALEF FINAL FORM",
139385  direction="al",
139386  linebreak="al",
139387  specials={ "final", 0x644, 0x627 },
139388  unicodeslot=0xFEFC,
139389 },
139390 [0xFEFF]={
139391  adobename="zerowidthjoiner",
139392  category="cf",
139393  contextname="zerowidthnobreakspace",
139394  description="ZERO WIDTH NO-BREAK SPACE",
139395  direction="bn",
139396  linebreak="wj",
139397  synonyms={ "bom", "byte order mark", "zwnbsp" },
139398  unicodeslot=0xFEFF,
139399 },
139400 [0xFF01]={
139401  adobename="exclammonospace",
139402  category="po",
139403  cjkwd="f",
139404  description="FULLWIDTH EXCLAMATION MARK",
139405  direction="on",
139406  linebreak="ex",
139407  specials={ "wide", 0x21 },
139408  unicodeslot=0xFF01,
139409  variants=variants_forms,
139410 },
139411 [0xFF02]={
139412  adobename="quotedblmonospace",
139413  category="po",
139414  cjkwd="f",
139415  description="FULLWIDTH QUOTATION MARK",
139416  direction="on",
139417  linebreak="id",
139418  specials={ "wide", 0x22 },
139419  unicodeslot=0xFF02,
139420 },
139421 [0xFF03]={
139422  adobename="numbersignmonospace",
139423  category="po",
139424  cjkwd="f",
139425  description="FULLWIDTH NUMBER SIGN",
139426  direction="et",
139427  linebreak="id",
139428  specials={ "wide", 0x23 },
139429  unicodeslot=0xFF03,
139430 },
139431 [0xFF04]={
139432  adobename="dollarmonospace",
139433  category="sc",
139434  cjkwd="f",
139435  description="FULLWIDTH DOLLAR SIGN",
139436  direction="et",
139437  linebreak="pr",
139438  specials={ "wide", 0x24 },
139439  unicodeslot=0xFF04,
139440 },
139441 [0xFF05]={
139442  adobename="percentmonospace",
139443  category="po",
139444  cjkwd="f",
139445  description="FULLWIDTH PERCENT SIGN",
139446  direction="et",
139447  linebreak="po",
139448  specials={ "wide", 0x25 },
139449  unicodeslot=0xFF05,
139450 },
139451 [0xFF06]={
139452  adobename="ampersandmonospace",
139453  category="po",
139454  cjkwd="f",
139455  description="FULLWIDTH AMPERSAND",
139456  direction="on",
139457  linebreak="id",
139458  specials={ "wide", 0x26 },
139459  unicodeslot=0xFF06,
139460 },
139461 [0xFF07]={
139462  adobename="quotesinglemonospace",
139463  category="po",
139464  cjkwd="f",
139465  description="FULLWIDTH APOSTROPHE",
139466  direction="on",
139467  linebreak="id",
139468  specials={ "wide", 0x27 },
139469  unicodeslot=0xFF07,
139470 },
139471 [0xFF08]={
139472  adobename="parenleftmonospace",
139473  category="ps",
139474  cjkwd="f",
139475  description="FULLWIDTH LEFT PARENTHESIS",
139476  direction="on",
139477  linebreak="op",
139478  mirror=0xFF09,
139479  specials={ "wide", 0x28 },
139480  textclass="open",
139481  unicodeslot=0xFF08,
139482 },
139483 [0xFF09]={
139484  adobename="parenrightmonospace",
139485  category="pe",
139486  cjkwd="f",
139487  description="FULLWIDTH RIGHT PARENTHESIS",
139488  direction="on",
139489  linebreak="cl",
139490  mirror=0xFF08,
139491  specials={ "wide", 0x29 },
139492  textclass="close",
139493  unicodeslot=0xFF09,
139494 },
139495 [0xFF0A]={
139496  adobename="asteriskmonospace",
139497  category="po",
139498  cjkwd="f",
139499  description="FULLWIDTH ASTERISK",
139500  direction="on",
139501  linebreak="id",
139502  specials={ "wide", 0x2A },
139503  unicodeslot=0xFF0A,
139504 },
139505 [0xFF0B]={
139506  adobename="plusmonospace",
139507  category="sm",
139508  cjkwd="f",
139509  description="FULLWIDTH PLUS SIGN",
139510  direction="es",
139511  linebreak="id",
139512  specials={ "wide", 0x2B },
139513  unicodeslot=0xFF0B,
139514 },
139515 [0xFF0C]={
139516  adobename="commamonospace",
139517  category="po",
139518  cjkwd="f",
139519  description="FULLWIDTH COMMA",
139520  direction="cs",
139521  linebreak="cl",
139522  specials={ "wide", 0x2C },
139523  unicodeslot=0xFF0C,
139524  variants=variants_forms,
139525 },
139526 [0xFF0D]={
139527  adobename="hyphenmonospace",
139528  category="pd",
139529  cjkwd="f",
139530  description="FULLWIDTH HYPHEN-MINUS",
139531  direction="es",
139532  linebreak="id",
139533  specials={ "wide", 0x2D },
139534  unicodeslot=0xFF0D,
139535 },
139536 [0xFF0E]={
139537  adobename="periodmonospace",
139538  category="po",
139539  cjkwd="f",
139540  description="FULLWIDTH FULL STOP",
139541  direction="cs",
139542  linebreak="cl",
139543  specials={ "wide", 0x2E },
139544  unicodeslot=0xFF0E,
139545  variants=variants_forms,
139546 },
139547 [0xFF0F]={
139548  adobename="slashmonospace",
139549  category="po",
139550  cjkwd="f",
139551  description="FULLWIDTH SOLIDUS",
139552  direction="cs",
139553  linebreak="id",
139554  specials={ "wide", 0x2F },
139555  unicodeslot=0xFF0F,
139556 },
139557 [0xFF10]={
139558  adobename="zeromonospace",
139559  category="nd",
139560  cjkwd="f",
139561  description="FULLWIDTH DIGIT ZERO",
139562  direction="en",
139563  linebreak="id",
139564  specials={ "wide", 0x30 },
139565  unicodeslot=0xFF10,
139566  variants={
139567   [0xFE00]="short diagonal stroke form",
139568  },
139569 },
139570 [0xFF11]={
139571  adobename="onemonospace",
139572  category="nd",
139573  cjkwd="f",
139574  description="FULLWIDTH DIGIT ONE",
139575  direction="en",
139576  linebreak="id",
139577  specials={ "wide", 0x31 },
139578  unicodeslot=0xFF11,
139579 },
139580 [0xFF12]={
139581  adobename="twomonospace",
139582  category="nd",
139583  cjkwd="f",
139584  description="FULLWIDTH DIGIT TWO",
139585  direction="en",
139586  linebreak="id",
139587  specials={ "wide", 0x32 },
139588  unicodeslot=0xFF12,
139589 },
139590 [0xFF13]={
139591  adobename="threemonospace",
139592  category="nd",
139593  cjkwd="f",
139594  description="FULLWIDTH DIGIT THREE",
139595  direction="en",
139596  linebreak="id",
139597  specials={ "wide", 0x33 },
139598  unicodeslot=0xFF13,
139599 },
139600 [0xFF14]={
139601  adobename="fourmonospace",
139602  category="nd",
139603  cjkwd="f",
139604  description="FULLWIDTH DIGIT FOUR",
139605  direction="en",
139606  linebreak="id",
139607  specials={ "wide", 0x34 },
139608  unicodeslot=0xFF14,
139609 },
139610 [0xFF15]={
139611  adobename="fivemonospace",
139612  category="nd",
139613  cjkwd="f",
139614  description="FULLWIDTH DIGIT FIVE",
139615  direction="en",
139616  linebreak="id",
139617  specials={ "wide", 0x35 },
139618  unicodeslot=0xFF15,
139619 },
139620 [0xFF16]={
139621  adobename="sixmonospace",
139622  category="nd",
139623  cjkwd="f",
139624  description="FULLWIDTH DIGIT SIX",
139625  direction="en",
139626  linebreak="id",
139627  specials={ "wide", 0x36 },
139628  unicodeslot=0xFF16,
139629 },
139630 [0xFF17]={
139631  adobename="sevenmonospace",
139632  category="nd",
139633  cjkwd="f",
139634  description="FULLWIDTH DIGIT SEVEN",
139635  direction="en",
139636  linebreak="id",
139637  specials={ "wide", 0x37 },
139638  unicodeslot=0xFF17,
139639 },
139640 [0xFF18]={
139641  adobename="eightmonospace",
139642  category="nd",
139643  cjkwd="f",
139644  description="FULLWIDTH DIGIT EIGHT",
139645  direction="en",
139646  linebreak="id",
139647  specials={ "wide", 0x38 },
139648  unicodeslot=0xFF18,
139649 },
139650 [0xFF19]={
139651  adobename="ninemonospace",
139652  category="nd",
139653  cjkwd="f",
139654  description="FULLWIDTH DIGIT NINE",
139655  direction="en",
139656  linebreak="id",
139657  specials={ "wide", 0x39 },
139658  unicodeslot=0xFF19,
139659 },
139660 [0xFF1A]={
139661  adobename="colonmonospace",
139662  category="po",
139663  cjkwd="f",
139664  description="FULLWIDTH COLON",
139665  direction="cs",
139666  linebreak="ns",
139667  specials={ "wide", 0x3A },
139668  unicodeslot=0xFF1A,
139669  variants=variants_forms,
139670 },
139671 [0xFF1B]={
139672  adobename="semicolonmonospace",
139673  category="po",
139674  cjkwd="f",
139675  description="FULLWIDTH SEMICOLON",
139676  direction="on",
139677  linebreak="ns",
139678  specials={ "wide", 0x3B },
139679  unicodeslot=0xFF1B,
139680  variants=variants_forms,
139681 },
139682 [0xFF1C]={
139683  adobename="lessmonospace",
139684  category="sm",
139685  cjkwd="f",
139686  description="FULLWIDTH LESS-THAN SIGN",
139687  direction="on",
139688  linebreak="id",
139689  mirror=0xFF1E,
139690  specials={ "wide", 0x3C },
139691  textclass="open",
139692  unicodeslot=0xFF1C,
139693 },
139694 [0xFF1D]={
139695  adobename="equalmonospace",
139696  category="sm",
139697  cjkwd="f",
139698  description="FULLWIDTH EQUALS SIGN",
139699  direction="on",
139700  linebreak="id",
139701  specials={ "wide", 0x3D },
139702  unicodeslot=0xFF1D,
139703 },
139704 [0xFF1E]={
139705  adobename="greatermonospace",
139706  category="sm",
139707  cjkwd="f",
139708  description="FULLWIDTH GREATER-THAN SIGN",
139709  direction="on",
139710  linebreak="id",
139711  mirror=0xFF1C,
139712  specials={ "wide", 0x3E },
139713  textclass="close",
139714  unicodeslot=0xFF1E,
139715 },
139716 [0xFF1F]={
139717  adobename="questionmonospace",
139718  category="po",
139719  cjkwd="f",
139720  description="FULLWIDTH QUESTION MARK",
139721  direction="on",
139722  linebreak="ex",
139723  specials={ "wide", 0x3F },
139724  unicodeslot=0xFF1F,
139725  variants=variants_forms,
139726 },
139727 [0xFF20]={
139728  adobename="atmonospace",
139729  category="po",
139730  cjkwd="f",
139731  description="FULLWIDTH COMMERCIAL AT",
139732  direction="on",
139733  linebreak="id",
139734  specials={ "wide", 0x40 },
139735  unicodeslot=0xFF20,
139736 },
139737 [0xFF21]={
139738  adobename="Amonospace",
139739  category="lu",
139740  cjkwd="f",
139741  description="FULLWIDTH LATIN CAPITAL LETTER A",
139742  direction="l",
139743  lccode=0xFF41,
139744  linebreak="id",
139745  specials={ "wide", 0x41 },
139746  unicodeslot=0xFF21,
139747 },
139748 [0xFF22]={
139749  adobename="Bmonospace",
139750  category="lu",
139751  cjkwd="f",
139752  description="FULLWIDTH LATIN CAPITAL LETTER B",
139753  direction="l",
139754  lccode=0xFF42,
139755  linebreak="id",
139756  specials={ "wide", 0x42 },
139757  unicodeslot=0xFF22,
139758 },
139759 [0xFF23]={
139760  adobename="Cmonospace",
139761  category="lu",
139762  cjkwd="f",
139763  description="FULLWIDTH LATIN CAPITAL LETTER C",
139764  direction="l",
139765  lccode=0xFF43,
139766  linebreak="id",
139767  specials={ "wide", 0x43 },
139768  unicodeslot=0xFF23,
139769 },
139770 [0xFF24]={
139771  adobename="Dmonospace",
139772  category="lu",
139773  cjkwd="f",
139774  description="FULLWIDTH LATIN CAPITAL LETTER D",
139775  direction="l",
139776  lccode=0xFF44,
139777  linebreak="id",
139778  specials={ "wide", 0x44 },
139779  unicodeslot=0xFF24,
139780 },
139781 [0xFF25]={
139782  adobename="Emonospace",
139783  category="lu",
139784  cjkwd="f",
139785  description="FULLWIDTH LATIN CAPITAL LETTER E",
139786  direction="l",
139787  lccode=0xFF45,
139788  linebreak="id",
139789  specials={ "wide", 0x45 },
139790  unicodeslot=0xFF25,
139791 },
139792 [0xFF26]={
139793  adobename="Fmonospace",
139794  category="lu",
139795  cjkwd="f",
139796  description="FULLWIDTH LATIN CAPITAL LETTER F",
139797  direction="l",
139798  lccode=0xFF46,
139799  linebreak="id",
139800  specials={ "wide", 0x46 },
139801  unicodeslot=0xFF26,
139802 },
139803 [0xFF27]={
139804  adobename="Gmonospace",
139805  category="lu",
139806  cjkwd="f",
139807  description="FULLWIDTH LATIN CAPITAL LETTER G",
139808  direction="l",
139809  lccode=0xFF47,
139810  linebreak="id",
139811  specials={ "wide", 0x47 },
139812  unicodeslot=0xFF27,
139813 },
139814 [0xFF28]={
139815  adobename="Hmonospace",
139816  category="lu",
139817  cjkwd="f",
139818  description="FULLWIDTH LATIN CAPITAL LETTER H",
139819  direction="l",
139820  lccode=0xFF48,
139821  linebreak="id",
139822  specials={ "wide", 0x48 },
139823  unicodeslot=0xFF28,
139824 },
139825 [0xFF29]={
139826  adobename="Imonospace",
139827  category="lu",
139828  cjkwd="f",
139829  description="FULLWIDTH LATIN CAPITAL LETTER I",
139830  direction="l",
139831  lccode=0xFF49,
139832  linebreak="id",
139833  specials={ "wide", 0x49 },
139834  unicodeslot=0xFF29,
139835 },
139836 [0xFF2A]={
139837  adobename="Jmonospace",
139838  category="lu",
139839  cjkwd="f",
139840  description="FULLWIDTH LATIN CAPITAL LETTER J",
139841  direction="l",
139842  lccode=0xFF4A,
139843  linebreak="id",
139844  specials={ "wide", 0x4A },
139845  unicodeslot=0xFF2A,
139846 },
139847 [0xFF2B]={
139848  adobename="Kmonospace",
139849  category="lu",
139850  cjkwd="f",
139851  description="FULLWIDTH LATIN CAPITAL LETTER K",
139852  direction="l",
139853  lccode=0xFF4B,
139854  linebreak="id",
139855  specials={ "wide", 0x4B },
139856  unicodeslot=0xFF2B,
139857 },
139858 [0xFF2C]={
139859  adobename="Lmonospace",
139860  category="lu",
139861  cjkwd="f",
139862  description="FULLWIDTH LATIN CAPITAL LETTER L",
139863  direction="l",
139864  lccode=0xFF4C,
139865  linebreak="id",
139866  specials={ "wide", 0x4C },
139867  unicodeslot=0xFF2C,
139868 },
139869 [0xFF2D]={
139870  adobename="Mmonospace",
139871  category="lu",
139872  cjkwd="f",
139873  description="FULLWIDTH LATIN CAPITAL LETTER M",
139874  direction="l",
139875  lccode=0xFF4D,
139876  linebreak="id",
139877  specials={ "wide", 0x4D },
139878  unicodeslot=0xFF2D,
139879 },
139880 [0xFF2E]={
139881  adobename="Nmonospace",
139882  category="lu",
139883  cjkwd="f",
139884  description="FULLWIDTH LATIN CAPITAL LETTER N",
139885  direction="l",
139886  lccode=0xFF4E,
139887  linebreak="id",
139888  specials={ "wide", 0x4E },
139889  unicodeslot=0xFF2E,
139890 },
139891 [0xFF2F]={
139892  adobename="Omonospace",
139893  category="lu",
139894  cjkwd="f",
139895  description="FULLWIDTH LATIN CAPITAL LETTER O",
139896  direction="l",
139897  lccode=0xFF4F,
139898  linebreak="id",
139899  specials={ "wide", 0x4F },
139900  unicodeslot=0xFF2F,
139901 },
139902 [0xFF30]={
139903  adobename="Pmonospace",
139904  category="lu",
139905  cjkwd="f",
139906  description="FULLWIDTH LATIN CAPITAL LETTER P",
139907  direction="l",
139908  lccode=0xFF50,
139909  linebreak="id",
139910  specials={ "wide", 0x50 },
139911  unicodeslot=0xFF30,
139912 },
139913 [0xFF31]={
139914  adobename="Qmonospace",
139915  category="lu",
139916  cjkwd="f",
139917  description="FULLWIDTH LATIN CAPITAL LETTER Q",
139918  direction="l",
139919  lccode=0xFF51,
139920  linebreak="id",
139921  specials={ "wide", 0x51 },
139922  unicodeslot=0xFF31,
139923 },
139924 [0xFF32]={
139925  adobename="Rmonospace",
139926  category="lu",
139927  cjkwd="f",
139928  description="FULLWIDTH LATIN CAPITAL LETTER R",
139929  direction="l",
139930  lccode=0xFF52,
139931  linebreak="id",
139932  specials={ "wide", 0x52 },
139933  unicodeslot=0xFF32,
139934 },
139935 [0xFF33]={
139936  adobename="Smonospace",
139937  category="lu",
139938  cjkwd="f",
139939  description="FULLWIDTH LATIN CAPITAL LETTER S",
139940  direction="l",
139941  lccode=0xFF53,
139942  linebreak="id",
139943  specials={ "wide", 0x53 },
139944  unicodeslot=0xFF33,
139945 },
139946 [0xFF34]={
139947  adobename="Tmonospace",
139948  category="lu",
139949  cjkwd="f",
139950  description="FULLWIDTH LATIN CAPITAL LETTER T",
139951  direction="l",
139952  lccode=0xFF54,
139953  linebreak="id",
139954  specials={ "wide", 0x54 },
139955  unicodeslot=0xFF34,
139956 },
139957 [0xFF35]={
139958  adobename="Umonospace",
139959  category="lu",
139960  cjkwd="f",
139961  description="FULLWIDTH LATIN CAPITAL LETTER U",
139962  direction="l",
139963  lccode=0xFF55,
139964  linebreak="id",
139965  specials={ "wide", 0x55 },
139966  unicodeslot=0xFF35,
139967 },
139968 [0xFF36]={
139969  adobename="Vmonospace",
139970  category="lu",
139971  cjkwd="f",
139972  description="FULLWIDTH LATIN CAPITAL LETTER V",
139973  direction="l",
139974  lccode=0xFF56,
139975  linebreak="id",
139976  specials={ "wide", 0x56 },
139977  unicodeslot=0xFF36,
139978 },
139979 [0xFF37]={
139980  adobename="Wmonospace",
139981  category="lu",
139982  cjkwd="f",
139983  description="FULLWIDTH LATIN CAPITAL LETTER W",
139984  direction="l",
139985  lccode=0xFF57,
139986  linebreak="id",
139987  specials={ "wide", 0x57 },
139988  unicodeslot=0xFF37,
139989 },
139990 [0xFF38]={
139991  adobename="Xmonospace",
139992  category="lu",
139993  cjkwd="f",
139994  description="FULLWIDTH LATIN CAPITAL LETTER X",
139995  direction="l",
139996  lccode=0xFF58,
139997  linebreak="id",
139998  specials={ "wide", 0x58 },
139999  unicodeslot=0xFF38,
140000 },
140001 [0xFF39]={
140002  adobename="Ymonospace",
140003  category="lu",
140004  cjkwd="f",
140005  description="FULLWIDTH LATIN CAPITAL LETTER Y",
140006  direction="l",
140007  lccode=0xFF59,
140008  linebreak="id",
140009  specials={ "wide", 0x59 },
140010  unicodeslot=0xFF39,
140011 },
140012 [0xFF3A]={
140013  adobename="Zmonospace",
140014  category="lu",
140015  cjkwd="f",
140016  description="FULLWIDTH LATIN CAPITAL LETTER Z",
140017  direction="l",
140018  lccode=0xFF5A,
140019  linebreak="id",
140020  specials={ "wide", 0x5A },
140021  unicodeslot=0xFF3A,
140022 },
140023 [0xFF3B]={
140024  adobename="bracketleftmonospace",
140025  category="ps",
140026  cjkwd="f",
140027  description="FULLWIDTH LEFT SQUARE BRACKET",
140028  direction="on",
140029  linebreak="op",
140030  mirror=0xFF3D,
140031  specials={ "wide", 0x5B },
140032  textclass="open",
140033  unicodeslot=0xFF3B,
140034 },
140035 [0xFF3C]={
140036  adobename="backslashmonospace",
140037  category="po",
140038  cjkwd="f",
140039  description="FULLWIDTH REVERSE SOLIDUS",
140040  direction="on",
140041  linebreak="id",
140042  specials={ "wide", 0x5C },
140043  unicodeslot=0xFF3C,
140044 },
140045 [0xFF3D]={
140046  adobename="bracketrightmonospace",
140047  category="pe",
140048  cjkwd="f",
140049  description="FULLWIDTH RIGHT SQUARE BRACKET",
140050  direction="on",
140051  linebreak="cl",
140052  mirror=0xFF3B,
140053  specials={ "wide", 0x5D },
140054  textclass="close",
140055  unicodeslot=0xFF3D,
140056 },
140057 [0xFF3E]={
140058  adobename="asciicircummonospace",
140059  category="sk",
140060  cjkwd="f",
140061  description="FULLWIDTH CIRCUMFLEX ACCENT",
140062  direction="on",
140063  linebreak="id",
140064  specials={ "wide", 0x5E },
140065  unicodeslot=0xFF3E,
140066 },
140067 [0xFF3F]={
140068  adobename="underscoremonospace",
140069  category="pc",
140070  cjkwd="f",
140071  description="FULLWIDTH LOW LINE",
140072  direction="on",
140073  linebreak="id",
140074  specials={ "wide", 0x5F },
140075  unicodeslot=0xFF3F,
140076 },
140077 [0xFF40]={
140078  adobename="gravemonospace",
140079  category="sk",
140080  cjkwd="f",
140081  description="FULLWIDTH GRAVE ACCENT",
140082  direction="on",
140083  linebreak="id",
140084  specials={ "wide", 0x60 },
140085  unicodeslot=0xFF40,
140086 },
140087 [0xFF41]={
140088  adobename="amonospace",
140089  category="ll",
140090  cjkwd="f",
140091  description="FULLWIDTH LATIN SMALL LETTER A",
140092  direction="l",
140093  linebreak="id",
140094  specials={ "wide", 0x61 },
140095  uccode=0xFF21,
140096  unicodeslot=0xFF41,
140097 },
140098 [0xFF42]={
140099  adobename="bmonospace",
140100  category="ll",
140101  cjkwd="f",
140102  description="FULLWIDTH LATIN SMALL LETTER B",
140103  direction="l",
140104  linebreak="id",
140105  specials={ "wide", 0x62 },
140106  uccode=0xFF22,
140107  unicodeslot=0xFF42,
140108 },
140109 [0xFF43]={
140110  adobename="cmonospace",
140111  category="ll",
140112  cjkwd="f",
140113  description="FULLWIDTH LATIN SMALL LETTER C",
140114  direction="l",
140115  linebreak="id",
140116  specials={ "wide", 0x63 },
140117  uccode=0xFF23,
140118  unicodeslot=0xFF43,
140119 },
140120 [0xFF44]={
140121  adobename="dmonospace",
140122  category="ll",
140123  cjkwd="f",
140124  description="FULLWIDTH LATIN SMALL LETTER D",
140125  direction="l",
140126  linebreak="id",
140127  specials={ "wide", 0x64 },
140128  uccode=0xFF24,
140129  unicodeslot=0xFF44,
140130 },
140131 [0xFF45]={
140132  adobename="emonospace",
140133  category="ll",
140134  cjkwd="f",
140135  description="FULLWIDTH LATIN SMALL LETTER E",
140136  direction="l",
140137  linebreak="id",
140138  specials={ "wide", 0x65 },
140139  uccode=0xFF25,
140140  unicodeslot=0xFF45,
140141 },
140142 [0xFF46]={
140143  adobename="fmonospace",
140144  category="ll",
140145  cjkwd="f",
140146  description="FULLWIDTH LATIN SMALL LETTER F",
140147  direction="l",
140148  linebreak="id",
140149  specials={ "wide", 0x66 },
140150  uccode=0xFF26,
140151  unicodeslot=0xFF46,
140152 },
140153 [0xFF47]={
140154  adobename="gmonospace",
140155  category="ll",
140156  cjkwd="f",
140157  description="FULLWIDTH LATIN SMALL LETTER G",
140158  direction="l",
140159  linebreak="id",
140160  specials={ "wide", 0x67 },
140161  uccode=0xFF27,
140162  unicodeslot=0xFF47,
140163 },
140164 [0xFF48]={
140165  adobename="hmonospace",
140166  category="ll",
140167  cjkwd="f",
140168  description="FULLWIDTH LATIN SMALL LETTER H",
140169  direction="l",
140170  linebreak="id",
140171  specials={ "wide", 0x68 },
140172  uccode=0xFF28,
140173  unicodeslot=0xFF48,
140174 },
140175 [0xFF49]={
140176  adobename="imonospace",
140177  category="ll",
140178  cjkwd="f",
140179  description="FULLWIDTH LATIN SMALL LETTER I",
140180  direction="l",
140181  linebreak="id",
140182  specials={ "wide", 0x69 },
140183  uccode=0xFF29,
140184  unicodeslot=0xFF49,
140185 },
140186 [0xFF4A]={
140187  adobename="jmonospace",
140188  category="ll",
140189  cjkwd="f",
140190  description="FULLWIDTH LATIN SMALL LETTER J",
140191  direction="l",
140192  linebreak="id",
140193  specials={ "wide", 0x6A },
140194  uccode=0xFF2A,
140195  unicodeslot=0xFF4A,
140196 },
140197 [0xFF4B]={
140198  adobename="kmonospace",
140199  category="ll",
140200  cjkwd="f",
140201  description="FULLWIDTH LATIN SMALL LETTER K",
140202  direction="l",
140203  linebreak="id",
140204  specials={ "wide", 0x6B },
140205  uccode=0xFF2B,
140206  unicodeslot=0xFF4B,
140207 },
140208 [0xFF4C]={
140209  adobename="lmonospace",
140210  category="ll",
140211  cjkwd="f",
140212  description="FULLWIDTH LATIN SMALL LETTER L",
140213  direction="l",
140214  linebreak="id",
140215  specials={ "wide", 0x6C },
140216  uccode=0xFF2C,
140217  unicodeslot=0xFF4C,
140218 },
140219 [0xFF4D]={
140220  adobename="mmonospace",
140221  category="ll",
140222  cjkwd="f",
140223  description="FULLWIDTH LATIN SMALL LETTER M",
140224  direction="l",
140225  linebreak="id",
140226  specials={ "wide", 0x6D },
140227  uccode=0xFF2D,
140228  unicodeslot=0xFF4D,
140229 },
140230 [0xFF4E]={
140231  adobename="nmonospace",
140232  category="ll",
140233  cjkwd="f",
140234  description="FULLWIDTH LATIN SMALL LETTER N",
140235  direction="l",
140236  linebreak="id",
140237  specials={ "wide", 0x6E },
140238  uccode=0xFF2E,
140239  unicodeslot=0xFF4E,
140240 },
140241 [0xFF4F]={
140242  adobename="omonospace",
140243  category="ll",
140244  cjkwd="f",
140245  description="FULLWIDTH LATIN SMALL LETTER O",
140246  direction="l",
140247  linebreak="id",
140248  specials={ "wide", 0x6F },
140249  uccode=0xFF2F,
140250  unicodeslot=0xFF4F,
140251 },
140252 [0xFF50]={
140253  adobename="pmonospace",
140254  category="ll",
140255  cjkwd="f",
140256  description="FULLWIDTH LATIN SMALL LETTER P",
140257  direction="l",
140258  linebreak="id",
140259  specials={ "wide", 0x70 },
140260  uccode=0xFF30,
140261  unicodeslot=0xFF50,
140262 },
140263 [0xFF51]={
140264  adobename="qmonospace",
140265  category="ll",
140266  cjkwd="f",
140267  description="FULLWIDTH LATIN SMALL LETTER Q",
140268  direction="l",
140269  linebreak="id",
140270  specials={ "wide", 0x71 },
140271  uccode=0xFF31,
140272  unicodeslot=0xFF51,
140273 },
140274 [0xFF52]={
140275  adobename="rmonospace",
140276  category="ll",
140277  cjkwd="f",
140278  description="FULLWIDTH LATIN SMALL LETTER R",
140279  direction="l",
140280  linebreak="id",
140281  specials={ "wide", 0x72 },
140282  uccode=0xFF32,
140283  unicodeslot=0xFF52,
140284 },
140285 [0xFF53]={
140286  adobename="smonospace",
140287  category="ll",
140288  cjkwd="f",
140289  description="FULLWIDTH LATIN SMALL LETTER S",
140290  direction="l",
140291  linebreak="id",
140292  specials={ "wide", 0x73 },
140293  uccode=0xFF33,
140294  unicodeslot=0xFF53,
140295 },
140296 [0xFF54]={
140297  adobename="tmonospace",
140298  category="ll",
140299  cjkwd="f",
140300  description="FULLWIDTH LATIN SMALL LETTER T",
140301  direction="l",
140302  linebreak="id",
140303  specials={ "wide", 0x74 },
140304  uccode=0xFF34,
140305  unicodeslot=0xFF54,
140306 },
140307 [0xFF55]={
140308  adobename="umonospace",
140309  category="ll",
140310  cjkwd="f",
140311  description="FULLWIDTH LATIN SMALL LETTER U",
140312  direction="l",
140313  linebreak="id",
140314  specials={ "wide", 0x75 },
140315  uccode=0xFF35,
140316  unicodeslot=0xFF55,
140317 },
140318 [0xFF56]={
140319  adobename="vmonospace",
140320  category="ll",
140321  cjkwd="f",
140322  description="FULLWIDTH LATIN SMALL LETTER V",
140323  direction="l",
140324  linebreak="id",
140325  specials={ "wide", 0x76 },
140326  uccode=0xFF36,
140327  unicodeslot=0xFF56,
140328 },
140329 [0xFF57]={
140330  adobename="wmonospace",
140331  category="ll",
140332  cjkwd="f",
140333  description="FULLWIDTH LATIN SMALL LETTER W",
140334  direction="l",
140335  linebreak="id",
140336  specials={ "wide", 0x77 },
140337  uccode=0xFF37,
140338  unicodeslot=0xFF57,
140339 },
140340 [0xFF58]={
140341  adobename="xmonospace",
140342  category="ll",
140343  cjkwd="f",
140344  description="FULLWIDTH LATIN SMALL LETTER X",
140345  direction="l",
140346  linebreak="id",
140347  specials={ "wide", 0x78 },
140348  uccode=0xFF38,
140349  unicodeslot=0xFF58,
140350 },
140351 [0xFF59]={
140352  adobename="ymonospace",
140353  category="ll",
140354  cjkwd="f",
140355  description="FULLWIDTH LATIN SMALL LETTER Y",
140356  direction="l",
140357  linebreak="id",
140358  specials={ "wide", 0x79 },
140359  uccode=0xFF39,
140360  unicodeslot=0xFF59,
140361 },
140362 [0xFF5A]={
140363  adobename="zmonospace",
140364  category="ll",
140365  cjkwd="f",
140366  description="FULLWIDTH LATIN SMALL LETTER Z",
140367  direction="l",
140368  linebreak="id",
140369  specials={ "wide", 0x7A },
140370  uccode=0xFF3A,
140371  unicodeslot=0xFF5A,
140372 },
140373 [0xFF5B]={
140374  adobename="braceleftmonospace",
140375  category="ps",
140376  cjkwd="f",
140377  description="FULLWIDTH LEFT CURLY BRACKET",
140378  direction="on",
140379  linebreak="op",
140380  mirror=0xFF5D,
140381  specials={ "wide", 0x7B },
140382  textclass="open",
140383  unicodeslot=0xFF5B,
140384 },
140385 [0xFF5C]={
140386  adobename="barmonospace",
140387  category="sm",
140388  cjkwd="f",
140389  description="FULLWIDTH VERTICAL LINE",
140390  direction="on",
140391  linebreak="id",
140392  specials={ "wide", 0x7C },
140393  unicodeslot=0xFF5C,
140394 },
140395 [0xFF5D]={
140396  adobename="bracerightmonospace",
140397  category="pe",
140398  cjkwd="f",
140399  description="FULLWIDTH RIGHT CURLY BRACKET",
140400  direction="on",
140401  linebreak="cl",
140402  mirror=0xFF5B,
140403  specials={ "wide", 0x7D },
140404  textclass="close",
140405  unicodeslot=0xFF5D,
140406 },
140407 [0xFF5E]={
140408  adobename="asciitildemonospace",
140409  category="sm",
140410  cjkwd="f",
140411  description="FULLWIDTH TILDE",
140412  direction="on",
140413  linebreak="id",
140414  specials={ "wide", 0x7E },
140415  unicodeslot=0xFF5E,
140416 },
140417 [0xFF5F]={
140418  category="ps",
140419  cjkwd="f",
140420  description="FULLWIDTH LEFT WHITE PARENTHESIS",
140421  direction="on",
140422  linebreak="op",
140423  mirror=0xFF60,
140424  specials={ "wide", 0x2985 },
140425  textclass="open",
140426  unicodeslot=0xFF5F,
140427 },
140428 [0xFF60]={
140429  category="pe",
140430  cjkwd="f",
140431  description="FULLWIDTH RIGHT WHITE PARENTHESIS",
140432  direction="on",
140433  linebreak="cl",
140434  mirror=0xFF5F,
140435  specials={ "wide", 0x2986 },
140436  textclass="close",
140437  unicodeslot=0xFF60,
140438 },
140439 [0xFF61]={
140440  adobename="periodhalfwidth",
140441  category="po",
140442  cjkwd="h",
140443  description="HALFWIDTH IDEOGRAPHIC FULL STOP",
140444  direction="on",
140445  linebreak="cl",
140446  specials={ "narrow", 0x3002 },
140447  unicodeslot=0xFF61,
140448 },
140449 [0xFF62]={
140450  adobename="cornerbracketlefthalfwidth",
140451  category="ps",
140452  cjkwd="h",
140453  description="HALFWIDTH LEFT CORNER BRACKET",
140454  direction="on",
140455  linebreak="op",
140456  mirror=0xFF63,
140457  specials={ "narrow", 0x300C },
140458  textclass="open",
140459  unicodeslot=0xFF62,
140460 },
140461 [0xFF63]={
140462  adobename="cornerbracketrighthalfwidth",
140463  category="pe",
140464  cjkwd="h",
140465  description="HALFWIDTH RIGHT CORNER BRACKET",
140466  direction="on",
140467  linebreak="cl",
140468  mirror=0xFF62,
140469  specials={ "narrow", 0x300D },
140470  textclass="close",
140471  unicodeslot=0xFF63,
140472 },
140473 [0xFF64]={
140474  adobename="ideographiccommaleft",
140475  category="po",
140476  cjkwd="h",
140477  description="HALFWIDTH IDEOGRAPHIC COMMA",
140478  direction="on",
140479  linebreak="cl",
140480  specials={ "narrow", 0x3001 },
140481  unicodeslot=0xFF64,
140482 },
140483 [0xFF65]={
140484  adobename="middledotkatakanahalfwidth",
140485  category="po",
140486  cjkwd="h",
140487  description="HALFWIDTH KATAKANA MIDDLE DOT",
140488  direction="on",
140489  linebreak="ns",
140490  specials={ "narrow", 0x30FB },
140491  unicodeslot=0xFF65,
140492 },
140493 [0xFF66]={
140494  adobename="wokatakanahalfwidth",
140495  category="lo",
140496  cjkwd="h",
140497  description="HALFWIDTH KATAKANA LETTER WO",
140498  direction="l",
140499  linebreak="id",
140500  shcode=0x3092,
140501  specials={ "narrow", 0x30F2 },
140502  unicodeslot=0xFF66,
140503 },
140504 [0xFF67]={
140505  adobename="asmallkatakanahalfwidth",
140506  category="lo",
140507  cjkwd="h",
140508  description="HALFWIDTH KATAKANA LETTER SMALL A",
140509  direction="l",
140510  linebreak="cj",
140511  specials={ "narrow", 0x30A1 },
140512  unicodeslot=0xFF67,
140513 },
140514 [0xFF68]={
140515  adobename="ismallkatakanahalfwidth",
140516  category="lo",
140517  cjkwd="h",
140518  description="HALFWIDTH KATAKANA LETTER SMALL I",
140519  direction="l",
140520  linebreak="cj",
140521  specials={ "narrow", 0x30A3 },
140522  unicodeslot=0xFF68,
140523 },
140524 [0xFF69]={
140525  adobename="usmallkatakanahalfwidth",
140526  category="lo",
140527  cjkwd="h",
140528  description="HALFWIDTH KATAKANA LETTER SMALL U",
140529  direction="l",
140530  linebreak="cj",
140531  specials={ "narrow", 0x30A5 },
140532  unicodeslot=0xFF69,
140533 },
140534 [0xFF6A]={
140535  adobename="esmallkatakanahalfwidth",
140536  category="lo",
140537  cjkwd="h",
140538  description="HALFWIDTH KATAKANA LETTER SMALL E",
140539  direction="l",
140540  linebreak="cj",
140541  specials={ "narrow", 0x30A7 },
140542  unicodeslot=0xFF6A,
140543 },
140544 [0xFF6B]={
140545  adobename="osmallkatakanahalfwidth",
140546  category="lo",
140547  cjkwd="h",
140548  description="HALFWIDTH KATAKANA LETTER SMALL O",
140549  direction="l",
140550  linebreak="cj",
140551  specials={ "narrow", 0x30A9 },
140552  unicodeslot=0xFF6B,
140553 },
140554 [0xFF6C]={
140555  adobename="yasmallkatakanahalfwidth",
140556  category="lo",
140557  cjkwd="h",
140558  description="HALFWIDTH KATAKANA LETTER SMALL YA",
140559  direction="l",
140560  linebreak="cj",
140561  shcode=0x3084,
140562  specials={ "narrow", 0x30E3 },
140563  unicodeslot=0xFF6C,
140564 },
140565 [0xFF6D]={
140566  adobename="yusmallkatakanahalfwidth",
140567  category="lo",
140568  cjkwd="h",
140569  description="HALFWIDTH KATAKANA LETTER SMALL YU",
140570  direction="l",
140571  linebreak="cj",
140572  shcode=0x3086,
140573  specials={ "narrow", 0x30E5 },
140574  unicodeslot=0xFF6D,
140575 },
140576 [0xFF6E]={
140577  adobename="yosmallkatakanahalfwidth",
140578  category="lo",
140579  cjkwd="h",
140580  description="HALFWIDTH KATAKANA LETTER SMALL YO",
140581  direction="l",
140582  linebreak="cj",
140583  shcode=0x3088,
140584  specials={ "narrow", 0x30E7 },
140585  unicodeslot=0xFF6E,
140586 },
140587 [0xFF6F]={
140588  adobename="tusmallkatakanahalfwidth",
140589  category="lo",
140590  cjkwd="h",
140591  description="HALFWIDTH KATAKANA LETTER SMALL TU",
140592  direction="l",
140593  linebreak="cj",
140594  shcode=0x3064,
140595  specials={ "narrow", 0x30C3 },
140596  unicodeslot=0xFF6F,
140597 },
140598 [0xFF70]={
140599  adobename="katahiraprolongmarkhalfwidth",
140600  category="lm",
140601  cjkwd="h",
140602  description="HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK",
140603  direction="l",
140604  linebreak="cj",
140605  specials={ "narrow", 0x30FC },
140606  unicodeslot=0xFF70,
140607 },
140608 [0xFF71]={
140609  adobename="akatakanahalfwidth",
140610  category="lo",
140611  cjkwd="h",
140612  description="HALFWIDTH KATAKANA LETTER A",
140613  direction="l",
140614  linebreak="id",
140615  shcode=0x3042,
140616  specials={ "narrow", 0x30A2 },
140617  unicodeslot=0xFF71,
140618 },
140619 [0xFF72]={
140620  adobename="ikatakanahalfwidth",
140621  category="lo",
140622  cjkwd="h",
140623  description="HALFWIDTH KATAKANA LETTER I",
140624  direction="l",
140625  linebreak="id",
140626  shcode=0x3044,
140627  specials={ "narrow", 0x30A4 },
140628  unicodeslot=0xFF72,
140629 },
140630 [0xFF73]={
140631  adobename="ukatakanahalfwidth",
140632  category="lo",
140633  cjkwd="h",
140634  description="HALFWIDTH KATAKANA LETTER U",
140635  direction="l",
140636  linebreak="id",
140637  shcode=0x3046,
140638  specials={ "narrow", 0x30A6 },
140639  unicodeslot=0xFF73,
140640 },
140641 [0xFF74]={
140642  adobename="ekatakanahalfwidth",
140643  category="lo",
140644  cjkwd="h",
140645  description="HALFWIDTH KATAKANA LETTER E",
140646  direction="l",
140647  linebreak="id",
140648  shcode=0x3048,
140649  specials={ "narrow", 0x30A8 },
140650  unicodeslot=0xFF74,
140651 },
140652 [0xFF75]={
140653  adobename="okatakanahalfwidth",
140654  category="lo",
140655  cjkwd="h",
140656  description="HALFWIDTH KATAKANA LETTER O",
140657  direction="l",
140658  linebreak="id",
140659  shcode=0x304A,
140660  specials={ "narrow", 0x30AA },
140661  unicodeslot=0xFF75,
140662 },
140663 [0xFF76]={
140664  adobename="kakatakanahalfwidth",
140665  category="lo",
140666  cjkwd="h",
140667  description="HALFWIDTH KATAKANA LETTER KA",
140668  direction="l",
140669  linebreak="id",
140670  shcode=0x304B,
140671  specials={ "narrow", 0x30AB },
140672  unicodeslot=0xFF76,
140673 },
140674 [0xFF77]={
140675  adobename="kikatakanahalfwidth",
140676  category="lo",
140677  cjkwd="h",
140678  description="HALFWIDTH KATAKANA LETTER KI",
140679  direction="l",
140680  linebreak="id",
140681  shcode=0x304D,
140682  specials={ "narrow", 0x30AD },
140683  unicodeslot=0xFF77,
140684 },
140685 [0xFF78]={
140686  adobename="kukatakanahalfwidth",
140687  category="lo",
140688  cjkwd="h",
140689  description="HALFWIDTH KATAKANA LETTER KU",
140690  direction="l",
140691  linebreak="id",
140692  shcode=0x304F,
140693  specials={ "narrow", 0x30AF },
140694  unicodeslot=0xFF78,
140695 },
140696 [0xFF79]={
140697  adobename="kekatakanahalfwidth",
140698  category="lo",
140699  cjkwd="h",
140700  description="HALFWIDTH KATAKANA LETTER KE",
140701  direction="l",
140702  linebreak="id",
140703  shcode=0x3051,
140704  specials={ "narrow", 0x30B1 },
140705  unicodeslot=0xFF79,
140706 },
140707 [0xFF7A]={
140708  adobename="kokatakanahalfwidth",
140709  category="lo",
140710  cjkwd="h",
140711  description="HALFWIDTH KATAKANA LETTER KO",
140712  direction="l",
140713  linebreak="id",
140714  shcode=0x3053,
140715  specials={ "narrow", 0x30B3 },
140716  unicodeslot=0xFF7A,
140717 },
140718 [0xFF7B]={
140719  adobename="sakatakanahalfwidth",
140720  category="lo",
140721  cjkwd="h",
140722  description="HALFWIDTH KATAKANA LETTER SA",
140723  direction="l",
140724  linebreak="id",
140725  shcode=0x3055,
140726  specials={ "narrow", 0x30B5 },
140727  unicodeslot=0xFF7B,
140728 },
140729 [0xFF7C]={
140730  adobename="sikatakanahalfwidth",
140731  category="lo",
140732  cjkwd="h",
140733  description="HALFWIDTH KATAKANA LETTER SI",
140734  direction="l",
140735  linebreak="id",
140736  shcode=0x3057,
140737  specials={ "narrow", 0x30B7 },
140738  unicodeslot=0xFF7C,
140739 },
140740 [0xFF7D]={
140741  adobename="sukatakanahalfwidth",
140742  category="lo",
140743  cjkwd="h",
140744  description="HALFWIDTH KATAKANA LETTER SU",
140745  direction="l",
140746  linebreak="id",
140747  shcode=0x3059,
140748  specials={ "narrow", 0x30B9 },
140749  unicodeslot=0xFF7D,
140750 },
140751 [0xFF7E]={
140752  adobename="sekatakanahalfwidth",
140753  category="lo",
140754  cjkwd="h",
140755  description="HALFWIDTH KATAKANA LETTER SE",
140756  direction="l",
140757  linebreak="id",
140758  shcode=0x305B,
140759  specials={ "narrow", 0x30BB },
140760  unicodeslot=0xFF7E,
140761 },
140762 [0xFF7F]={
140763  adobename="sokatakanahalfwidth",
140764  category="lo",
140765  cjkwd="h",
140766  description="HALFWIDTH KATAKANA LETTER SO",
140767  direction="l",
140768  linebreak="id",
140769  shcode=0x305D,
140770  specials={ "narrow", 0x30BD },
140771  unicodeslot=0xFF7F,
140772 },
140773 [0xFF80]={
140774  adobename="takatakanahalfwidth",
140775  category="lo",
140776  cjkwd="h",
140777  description="HALFWIDTH KATAKANA LETTER TA",
140778  direction="l",
140779  linebreak="id",
140780  shcode=0x305F,
140781  specials={ "narrow", 0x30BF },
140782  unicodeslot=0xFF80,
140783 },
140784 [0xFF81]={
140785  adobename="tikatakanahalfwidth",
140786  category="lo",
140787  cjkwd="h",
140788  description="HALFWIDTH KATAKANA LETTER TI",
140789  direction="l",
140790  linebreak="id",
140791  shcode=0x3061,
140792  specials={ "narrow", 0x30C1 },
140793  unicodeslot=0xFF81,
140794 },
140795 [0xFF82]={
140796  adobename="tukatakanahalfwidth",
140797  category="lo",
140798  cjkwd="h",
140799  description="HALFWIDTH KATAKANA LETTER TU",
140800  direction="l",
140801  linebreak="id",
140802  shcode=0x3064,
140803  specials={ "narrow", 0x30C4 },
140804  unicodeslot=0xFF82,
140805 },
140806 [0xFF83]={
140807  adobename="tekatakanahalfwidth",
140808  category="lo",
140809  cjkwd="h",
140810  description="HALFWIDTH KATAKANA LETTER TE",
140811  direction="l",
140812  linebreak="id",
140813  shcode=0x3066,
140814  specials={ "narrow", 0x30C6 },
140815  unicodeslot=0xFF83,
140816 },
140817 [0xFF84]={
140818  adobename="tokatakanahalfwidth",
140819  category="lo",
140820  cjkwd="h",
140821  description="HALFWIDTH KATAKANA LETTER TO",
140822  direction="l",
140823  linebreak="id",
140824  shcode=0x3068,
140825  specials={ "narrow", 0x30C8 },
140826  unicodeslot=0xFF84,
140827 },
140828 [0xFF85]={
140829  adobename="nakatakanahalfwidth",
140830  category="lo",
140831  cjkwd="h",
140832  description="HALFWIDTH KATAKANA LETTER NA",
140833  direction="l",
140834  linebreak="id",
140835  shcode=0x306A,
140836  specials={ "narrow", 0x30CA },
140837  unicodeslot=0xFF85,
140838 },
140839 [0xFF86]={
140840  adobename="nikatakanahalfwidth",
140841  category="lo",
140842  cjkwd="h",
140843  description="HALFWIDTH KATAKANA LETTER NI",
140844  direction="l",
140845  linebreak="id",
140846  shcode=0x306B,
140847  specials={ "narrow", 0x30CB },
140848  unicodeslot=0xFF86,
140849 },
140850 [0xFF87]={
140851  adobename="nukatakanahalfwidth",
140852  category="lo",
140853  cjkwd="h",
140854  description="HALFWIDTH KATAKANA LETTER NU",
140855  direction="l",
140856  linebreak="id",
140857  shcode=0x306C,
140858  specials={ "narrow", 0x30CC },
140859  unicodeslot=0xFF87,
140860 },
140861 [0xFF88]={
140862  adobename="nekatakanahalfwidth",
140863  category="lo",
140864  cjkwd="h",
140865  description="HALFWIDTH KATAKANA LETTER NE",
140866  direction="l",
140867  linebreak="id",
140868  shcode=0x306D,
140869  specials={ "narrow", 0x30CD },
140870  unicodeslot=0xFF88,
140871 },
140872 [0xFF89]={
140873  adobename="nokatakanahalfwidth",
140874  category="lo",
140875  cjkwd="h",
140876  description="HALFWIDTH KATAKANA LETTER NO",
140877  direction="l",
140878  linebreak="id",
140879  shcode=0x306E,
140880  specials={ "narrow", 0x30CE },
140881  unicodeslot=0xFF89,
140882 },
140883 [0xFF8A]={
140884  adobename="hakatakanahalfwidth",
140885  category="lo",
140886  cjkwd="h",
140887  description="HALFWIDTH KATAKANA LETTER HA",
140888  direction="l",
140889  linebreak="id",
140890  shcode=0x306F,
140891  specials={ "narrow", 0x30CF },
140892  unicodeslot=0xFF8A,
140893 },
140894 [0xFF8B]={
140895  adobename="hikatakanahalfwidth",
140896  category="lo",
140897  cjkwd="h",
140898  description="HALFWIDTH KATAKANA LETTER HI",
140899  direction="l",
140900  linebreak="id",
140901  shcode=0x3072,
140902  specials={ "narrow", 0x30D2 },
140903  unicodeslot=0xFF8B,
140904 },
140905 [0xFF8C]={
140906  adobename="hukatakanahalfwidth",
140907  category="lo",
140908  cjkwd="h",
140909  description="HALFWIDTH KATAKANA LETTER HU",
140910  direction="l",
140911  linebreak="id",
140912  shcode=0x3075,
140913  specials={ "narrow", 0x30D5 },
140914  unicodeslot=0xFF8C,
140915 },
140916 [0xFF8D]={
140917  adobename="hekatakanahalfwidth",
140918  category="lo",
140919  cjkwd="h",
140920  description="HALFWIDTH KATAKANA LETTER HE",
140921  direction="l",
140922  linebreak="id",
140923  shcode=0x3078,
140924  specials={ "narrow", 0x30D8 },
140925  unicodeslot=0xFF8D,
140926 },
140927 [0xFF8E]={
140928  adobename="hokatakanahalfwidth",
140929  category="lo",
140930  cjkwd="h",
140931  description="HALFWIDTH KATAKANA LETTER HO",
140932  direction="l",
140933  linebreak="id",
140934  shcode=0x307B,
140935  specials={ "narrow", 0x30DB },
140936  unicodeslot=0xFF8E,
140937 },
140938 [0xFF8F]={
140939  adobename="makatakanahalfwidth",
140940  category="lo",
140941  cjkwd="h",
140942  description="HALFWIDTH KATAKANA LETTER MA",
140943  direction="l",
140944  linebreak="id",
140945  shcode=0x307E,
140946  specials={ "narrow", 0x30DE },
140947  unicodeslot=0xFF8F,
140948 },
140949 [0xFF90]={
140950  adobename="mikatakanahalfwidth",
140951  category="lo",
140952  cjkwd="h",
140953  description="HALFWIDTH KATAKANA LETTER MI",
140954  direction="l",
140955  linebreak="id",
140956  shcode=0x307F,
140957  specials={ "narrow", 0x30DF },
140958  unicodeslot=0xFF90,
140959 },
140960 [0xFF91]={
140961  adobename="mukatakanahalfwidth",
140962  category="lo",
140963  cjkwd="h",
140964  description="HALFWIDTH KATAKANA LETTER MU",
140965  direction="l",
140966  linebreak="id",
140967  shcode=0x3080,
140968  specials={ "narrow", 0x30E0 },
140969  unicodeslot=0xFF91,
140970 },
140971 [0xFF92]={
140972  adobename="mekatakanahalfwidth",
140973  category="lo",
140974  cjkwd="h",
140975  description="HALFWIDTH KATAKANA LETTER ME",
140976  direction="l",
140977  linebreak="id",
140978  shcode=0x3081,
140979  specials={ "narrow", 0x30E1 },
140980  unicodeslot=0xFF92,
140981 },
140982 [0xFF93]={
140983  adobename="mokatakanahalfwidth",
140984  category="lo",
140985  cjkwd="h",
140986  description="HALFWIDTH KATAKANA LETTER MO",
140987  direction="l",
140988  linebreak="id",
140989  shcode=0x3082,
140990  specials={ "narrow", 0x30E2 },
140991  unicodeslot=0xFF93,
140992 },
140993 [0xFF94]={
140994  adobename="yakatakanahalfwidth",
140995  category="lo",
140996  cjkwd="h",
140997  description="HALFWIDTH KATAKANA LETTER YA",
140998  direction="l",
140999  linebreak="id",
141000  shcode=0x3084,
141001  specials={ "narrow", 0x30E4 },
141002  unicodeslot=0xFF94,
141003 },
141004 [0xFF95]={
141005  adobename="yukatakanahalfwidth",
141006  category="lo",
141007  cjkwd="h",
141008  description="HALFWIDTH KATAKANA LETTER YU",
141009  direction="l",
141010  linebreak="id",
141011  shcode=0x3086,
141012  specials={ "narrow", 0x30E6 },
141013  unicodeslot=0xFF95,
141014 },
141015 [0xFF96]={
141016  adobename="yokatakanahalfwidth",
141017  category="lo",
141018  cjkwd="h",
141019  description="HALFWIDTH KATAKANA LETTER YO",
141020  direction="l",
141021  linebreak="id",
141022  shcode=0x3088,
141023  specials={ "narrow", 0x30E8 },
141024  unicodeslot=0xFF96,
141025 },
141026 [0xFF97]={
141027  adobename="rakatakanahalfwidth",
141028  category="lo",
141029  cjkwd="h",
141030  description="HALFWIDTH KATAKANA LETTER RA",
141031  direction="l",
141032  linebreak="id",
141033  shcode=0x3089,
141034  specials={ "narrow", 0x30E9 },
141035  unicodeslot=0xFF97,
141036 },
141037 [0xFF98]={
141038  adobename="rikatakanahalfwidth",
141039  category="lo",
141040  cjkwd="h",
141041  description="HALFWIDTH KATAKANA LETTER RI",
141042  direction="l",
141043  linebreak="id",
141044  shcode=0x308A,
141045  specials={ "narrow", 0x30EA },
141046  unicodeslot=0xFF98,
141047 },
141048 [0xFF99]={
141049  adobename="rukatakanahalfwidth",
141050  category="lo",
141051  cjkwd="h",
141052  description="HALFWIDTH KATAKANA LETTER RU",
141053  direction="l",
141054  linebreak="id",
141055  shcode=0x308B,
141056  specials={ "narrow", 0x30EB },
141057  unicodeslot=0xFF99,
141058 },
141059 [0xFF9A]={
141060  adobename="rekatakanahalfwidth",
141061  category="lo",
141062  cjkwd="h",
141063  description="HALFWIDTH KATAKANA LETTER RE",
141064  direction="l",
141065  linebreak="id",
141066  shcode=0x308C,
141067  specials={ "narrow", 0x30EC },
141068  unicodeslot=0xFF9A,
141069 },
141070 [0xFF9B]={
141071  adobename="rokatakanahalfwidth",
141072  category="lo",
141073  cjkwd="h",
141074  description="HALFWIDTH KATAKANA LETTER RO",
141075  direction="l",
141076  linebreak="id",
141077  shcode=0x308D,
141078  specials={ "narrow", 0x30ED },
141079  unicodeslot=0xFF9B,
141080 },
141081 [0xFF9C]={
141082  adobename="wakatakanahalfwidth",
141083  category="lo",
141084  cjkwd="h",
141085  description="HALFWIDTH KATAKANA LETTER WA",
141086  direction="l",
141087  linebreak="id",
141088  shcode=0x308F,
141089  specials={ "narrow", 0x30EF },
141090  unicodeslot=0xFF9C,
141091 },
141092 [0xFF9D]={
141093  adobename="nkatakanahalfwidth",
141094  category="lo",
141095  cjkwd="h",
141096  description="HALFWIDTH KATAKANA LETTER N",
141097  direction="l",
141098  linebreak="id",
141099  shcode=0x3093,
141100  specials={ "narrow", 0x30F3 },
141101  unicodeslot=0xFF9D,
141102 },
141103 [0xFF9E]={
141104  adobename="voicedmarkkanahalfwidth",
141105  category="lm",
141106  cjkwd="h",
141107  description="HALFWIDTH KATAKANA VOICED SOUND MARK",
141108  direction="l",
141109  linebreak="ns",
141110  specials={ "narrow", 0x3099 },
141111  unicodeslot=0xFF9E,
141112 },
141113 [0xFF9F]={
141114  adobename="semivoicedmarkkanahalfwidth",
141115  category="lm",
141116  cjkwd="h",
141117  description="HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK",
141118  direction="l",
141119  linebreak="ns",
141120  specials={ "narrow", 0x309A },
141121  unicodeslot=0xFF9F,
141122 },
141123 [0xFFA0]={
141124  category="lo",
141125  cjkwd="h",
141126  description="HALFWIDTH HANGUL FILLER",
141127  direction="l",
141128  linebreak="id",
141129  specials={ "narrow", 0x3164 },
141130  unicodeslot=0xFFA0,
141131 },
141132 [0xFFA1]={
141133  category="lo",
141134  cjkwd="h",
141135  description="HALFWIDTH HANGUL LETTER KIYEOK",
141136  direction="l",
141137  linebreak="id",
141138  specials={ "narrow", 0x3131 },
141139  unicodeslot=0xFFA1,
141140 },
141141 [0xFFA2]={
141142  category="lo",
141143  cjkwd="h",
141144  description="HALFWIDTH HANGUL LETTER SSANGKIYEOK",
141145  direction="l",
141146  linebreak="id",
141147  specials={ "narrow", 0x3132 },
141148  unicodeslot=0xFFA2,
141149 },
141150 [0xFFA3]={
141151  category="lo",
141152  cjkwd="h",
141153  description="HALFWIDTH HANGUL LETTER KIYEOK-SIOS",
141154  direction="l",
141155  linebreak="id",
141156  specials={ "narrow", 0x3133 },
141157  unicodeslot=0xFFA3,
141158 },
141159 [0xFFA4]={
141160  category="lo",
141161  cjkwd="h",
141162  description="HALFWIDTH HANGUL LETTER NIEUN",
141163  direction="l",
141164  linebreak="id",
141165  specials={ "narrow", 0x3134 },
141166  unicodeslot=0xFFA4,
141167 },
141168 [0xFFA5]={
141169  category="lo",
141170  cjkwd="h",
141171  description="HALFWIDTH HANGUL LETTER NIEUN-CIEUC",
141172  direction="l",
141173  linebreak="id",
141174  specials={ "narrow", 0x3135 },
141175  unicodeslot=0xFFA5,
141176 },
141177 [0xFFA6]={
141178  category="lo",
141179  cjkwd="h",
141180  description="HALFWIDTH HANGUL LETTER NIEUN-HIEUH",
141181  direction="l",
141182  linebreak="id",
141183  specials={ "narrow", 0x3136 },
141184  unicodeslot=0xFFA6,
141185 },
141186 [0xFFA7]={
141187  category="lo",
141188  cjkwd="h",
141189  description="HALFWIDTH HANGUL LETTER TIKEUT",
141190  direction="l",
141191  linebreak="id",
141192  specials={ "narrow", 0x3137 },
141193  unicodeslot=0xFFA7,
141194 },
141195 [0xFFA8]={
141196  category="lo",
141197  cjkwd="h",
141198  description="HALFWIDTH HANGUL LETTER SSANGTIKEUT",
141199  direction="l",
141200  linebreak="id",
141201  specials={ "narrow", 0x3138 },
141202  unicodeslot=0xFFA8,
141203 },
141204 [0xFFA9]={
141205  category="lo",
141206  cjkwd="h",
141207  description="HALFWIDTH HANGUL LETTER RIEUL",
141208  direction="l",
141209  linebreak="id",
141210  specials={ "narrow", 0x3139 },
141211  unicodeslot=0xFFA9,
141212 },
141213 [0xFFAA]={
141214  category="lo",
141215  cjkwd="h",
141216  description="HALFWIDTH HANGUL LETTER RIEUL-KIYEOK",
141217  direction="l",
141218  linebreak="id",
141219  specials={ "narrow", 0x313A },
141220  unicodeslot=0xFFAA,
141221 },
141222 [0xFFAB]={
141223  category="lo",
141224  cjkwd="h",
141225  description="HALFWIDTH HANGUL LETTER RIEUL-MIEUM",
141226  direction="l",
141227  linebreak="id",
141228  specials={ "narrow", 0x313B },
141229  unicodeslot=0xFFAB,
141230 },
141231 [0xFFAC]={
141232  category="lo",
141233  cjkwd="h",
141234  description="HALFWIDTH HANGUL LETTER RIEUL-PIEUP",
141235  direction="l",
141236  linebreak="id",
141237  specials={ "narrow", 0x313C },
141238  unicodeslot=0xFFAC,
141239 },
141240 [0xFFAD]={
141241  category="lo",
141242  cjkwd="h",
141243  description="HALFWIDTH HANGUL LETTER RIEUL-SIOS",
141244  direction="l",
141245  linebreak="id",
141246  specials={ "narrow", 0x313D },
141247  unicodeslot=0xFFAD,
141248 },
141249 [0xFFAE]={
141250  category="lo",
141251  cjkwd="h",
141252  description="HALFWIDTH HANGUL LETTER RIEUL-THIEUTH",
141253  direction="l",
141254  linebreak="id",
141255  specials={ "narrow", 0x313E },
141256  unicodeslot=0xFFAE,
141257 },
141258 [0xFFAF]={
141259  category="lo",
141260  cjkwd="h",
141261  description="HALFWIDTH HANGUL LETTER RIEUL-PHIEUPH",
141262  direction="l",
141263  linebreak="id",
141264  specials={ "narrow", 0x313F },
141265  unicodeslot=0xFFAF,
141266 },
141267 [0xFFB0]={
141268  category="lo",
141269  cjkwd="h",
141270  description="HALFWIDTH HANGUL LETTER RIEUL-HIEUH",
141271  direction="l",
141272  linebreak="id",
141273  specials={ "narrow", 0x3140 },
141274  unicodeslot=0xFFB0,
141275 },
141276 [0xFFB1]={
141277  category="lo",
141278  cjkwd="h",
141279  description="HALFWIDTH HANGUL LETTER MIEUM",
141280  direction="l",
141281  linebreak="id",
141282  specials={ "narrow", 0x3141 },
141283  unicodeslot=0xFFB1,
141284 },
141285 [0xFFB2]={
141286  category="lo",
141287  cjkwd="h",
141288  description="HALFWIDTH HANGUL LETTER PIEUP",
141289  direction="l",
141290  linebreak="id",
141291  specials={ "narrow", 0x3142 },
141292  unicodeslot=0xFFB2,
141293 },
141294 [0xFFB3]={
141295  category="lo",
141296  cjkwd="h",
141297  description="HALFWIDTH HANGUL LETTER SSANGPIEUP",
141298  direction="l",
141299  linebreak="id",
141300  specials={ "narrow", 0x3143 },
141301  unicodeslot=0xFFB3,
141302 },
141303 [0xFFB4]={
141304  category="lo",
141305  cjkwd="h",
141306  description="HALFWIDTH HANGUL LETTER PIEUP-SIOS",
141307  direction="l",
141308  linebreak="id",
141309  specials={ "narrow", 0x3144 },
141310  unicodeslot=0xFFB4,
141311 },
141312 [0xFFB5]={
141313  category="lo",
141314  cjkwd="h",
141315  description="HALFWIDTH HANGUL LETTER SIOS",
141316  direction="l",
141317  linebreak="id",
141318  specials={ "narrow", 0x3145 },
141319  unicodeslot=0xFFB5,
141320 },
141321 [0xFFB6]={
141322  category="lo",
141323  cjkwd="h",
141324  description="HALFWIDTH HANGUL LETTER SSANGSIOS",
141325  direction="l",
141326  linebreak="id",
141327  specials={ "narrow", 0x3146 },
141328  unicodeslot=0xFFB6,
141329 },
141330 [0xFFB7]={
141331  category="lo",
141332  cjkwd="h",
141333  description="HALFWIDTH HANGUL LETTER IEUNG",
141334  direction="l",
141335  linebreak="id",
141336  specials={ "narrow", 0x3147 },
141337  unicodeslot=0xFFB7,
141338 },
141339 [0xFFB8]={
141340  category="lo",
141341  cjkwd="h",
141342  description="HALFWIDTH HANGUL LETTER CIEUC",
141343  direction="l",
141344  linebreak="id",
141345  specials={ "narrow", 0x3148 },
141346  unicodeslot=0xFFB8,
141347 },
141348 [0xFFB9]={
141349  category="lo",
141350  cjkwd="h",
141351  description="HALFWIDTH HANGUL LETTER SSANGCIEUC",
141352  direction="l",
141353  linebreak="id",
141354  specials={ "narrow", 0x3149 },
141355  unicodeslot=0xFFB9,
141356 },
141357 [0xFFBA]={
141358  category="lo",
141359  cjkwd="h",
141360  description="HALFWIDTH HANGUL LETTER CHIEUCH",
141361  direction="l",
141362  linebreak="id",
141363  specials={ "narrow", 0x314A },
141364  unicodeslot=0xFFBA,
141365 },
141366 [0xFFBB]={
141367  category="lo",
141368  cjkwd="h",
141369  description="HALFWIDTH HANGUL LETTER KHIEUKH",
141370  direction="l",
141371  linebreak="id",
141372  specials={ "narrow", 0x314B },
141373  unicodeslot=0xFFBB,
141374 },
141375 [0xFFBC]={
141376  category="lo",
141377  cjkwd="h",
141378  description="HALFWIDTH HANGUL LETTER THIEUTH",
141379  direction="l",
141380  linebreak="id",
141381  specials={ "narrow", 0x314C },
141382  unicodeslot=0xFFBC,
141383 },
141384 [0xFFBD]={
141385  category="lo",
141386  cjkwd="h",
141387  description="HALFWIDTH HANGUL LETTER PHIEUPH",
141388  direction="l",
141389  linebreak="id",
141390  specials={ "narrow", 0x314D },
141391  unicodeslot=0xFFBD,
141392 },
141393 [0xFFBE]={
141394  category="lo",
141395  cjkwd="h",
141396  description="HALFWIDTH HANGUL LETTER HIEUH",
141397  direction="l",
141398  linebreak="id",
141399  specials={ "narrow", 0x314E },
141400  unicodeslot=0xFFBE,
141401 },
141402 [0xFFC2]={
141403  category="lo",
141404  cjkwd="h",
141405  description="HALFWIDTH HANGUL LETTER A",
141406  direction="l",
141407  linebreak="id",
141408  specials={ "narrow", 0x314F },
141409  unicodeslot=0xFFC2,
141410 },
141411 [0xFFC3]={
141412  category="lo",
141413  cjkwd="h",
141414  description="HALFWIDTH HANGUL LETTER AE",
141415  direction="l",
141416  linebreak="id",
141417  specials={ "narrow", 0x3150 },
141418  unicodeslot=0xFFC3,
141419 },
141420 [0xFFC4]={
141421  category="lo",
141422  cjkwd="h",
141423  description="HALFWIDTH HANGUL LETTER YA",
141424  direction="l",
141425  linebreak="id",
141426  specials={ "narrow", 0x3151 },
141427  unicodeslot=0xFFC4,
141428 },
141429 [0xFFC5]={
141430  category="lo",
141431  cjkwd="h",
141432  description="HALFWIDTH HANGUL LETTER YAE",
141433  direction="l",
141434  linebreak="id",
141435  specials={ "narrow", 0x3152 },
141436  unicodeslot=0xFFC5,
141437 },
141438 [0xFFC6]={
141439  category="lo",
141440  cjkwd="h",
141441  description="HALFWIDTH HANGUL LETTER EO",
141442  direction="l",
141443  linebreak="id",
141444  specials={ "narrow", 0x3153 },
141445  unicodeslot=0xFFC6,
141446 },
141447 [0xFFC7]={
141448  category="lo",
141449  cjkwd="h",
141450  description="HALFWIDTH HANGUL LETTER E",
141451  direction="l",
141452  linebreak="id",
141453  specials={ "narrow", 0x3154 },
141454  unicodeslot=0xFFC7,
141455 },
141456 [0xFFCA]={
141457  category="lo",
141458  cjkwd="h",
141459  description="HALFWIDTH HANGUL LETTER YEO",
141460  direction="l",
141461  linebreak="id",
141462  specials={ "narrow", 0x3155 },
141463  unicodeslot=0xFFCA,
141464 },
141465 [0xFFCB]={
141466  category="lo",
141467  cjkwd="h",
141468  description="HALFWIDTH HANGUL LETTER YE",
141469  direction="l",
141470  linebreak="id",
141471  specials={ "narrow", 0x3156 },
141472  unicodeslot=0xFFCB,
141473 },
141474 [0xFFCC]={
141475  category="lo",
141476  cjkwd="h",
141477  description="HALFWIDTH HANGUL LETTER O",
141478  direction="l",
141479  linebreak="id",
141480  specials={ "narrow", 0x3157 },
141481  unicodeslot=0xFFCC,
141482 },
141483 [0xFFCD]={
141484  category="lo",
141485  cjkwd="h",
141486  description="HALFWIDTH HANGUL LETTER WA",
141487  direction="l",
141488  linebreak="id",
141489  specials={ "narrow", 0x3158 },
141490  unicodeslot=0xFFCD,
141491 },
141492 [0xFFCE]={
141493  category="lo",
141494  cjkwd="h",
141495  description="HALFWIDTH HANGUL LETTER WAE",
141496  direction="l",
141497  linebreak="id",
141498  specials={ "narrow", 0x3159 },
141499  unicodeslot=0xFFCE,
141500 },
141501 [0xFFCF]={
141502  category="lo",
141503  cjkwd="h",
141504  description="HALFWIDTH HANGUL LETTER OE",
141505  direction="l",
141506  linebreak="id",
141507  specials={ "narrow", 0x315A },
141508  unicodeslot=0xFFCF,
141509 },
141510 [0xFFD2]={
141511  category="lo",
141512  cjkwd="h",
141513  description="HALFWIDTH HANGUL LETTER YO",
141514  direction="l",
141515  linebreak="id",
141516  specials={ "narrow", 0x315B },
141517  unicodeslot=0xFFD2,
141518 },
141519 [0xFFD3]={
141520  category="lo",
141521  cjkwd="h",
141522  description="HALFWIDTH HANGUL LETTER U",
141523  direction="l",
141524  linebreak="id",
141525  specials={ "narrow", 0x315C },
141526  unicodeslot=0xFFD3,
141527 },
141528 [0xFFD4]={
141529  category="lo",
141530  cjkwd="h",
141531  description="HALFWIDTH HANGUL LETTER WEO",
141532  direction="l",
141533  linebreak="id",
141534  specials={ "narrow", 0x315D },
141535  unicodeslot=0xFFD4,
141536 },
141537 [0xFFD5]={
141538  category="lo",
141539  cjkwd="h",
141540  description="HALFWIDTH HANGUL LETTER WE",
141541  direction="l",
141542  linebreak="id",
141543  specials={ "narrow", 0x315E },
141544  unicodeslot=0xFFD5,
141545 },
141546 [0xFFD6]={
141547  category="lo",
141548  cjkwd="h",
141549  description="HALFWIDTH HANGUL LETTER WI",
141550  direction="l",
141551  linebreak="id",
141552  specials={ "narrow", 0x315F },
141553  unicodeslot=0xFFD6,
141554 },
141555 [0xFFD7]={
141556  category="lo",
141557  cjkwd="h",
141558  description="HALFWIDTH HANGUL LETTER YU",
141559  direction="l",
141560  linebreak="id",
141561  specials={ "narrow", 0x3160 },
141562  unicodeslot=0xFFD7,
141563 },
141564 [0xFFDA]={
141565  category="lo",
141566  cjkwd="h",
141567  description="HALFWIDTH HANGUL LETTER EU",
141568  direction="l",
141569  linebreak="id",
141570  specials={ "narrow", 0x3161 },
141571  unicodeslot=0xFFDA,
141572 },
141573 [0xFFDB]={
141574  category="lo",
141575  cjkwd="h",
141576  description="HALFWIDTH HANGUL LETTER YI",
141577  direction="l",
141578  linebreak="id",
141579  specials={ "narrow", 0x3162 },
141580  unicodeslot=0xFFDB,
141581 },
141582 [0xFFDC]={
141583  category="lo",
141584  cjkwd="h",
141585  description="HALFWIDTH HANGUL LETTER I",
141586  direction="l",
141587  linebreak="id",
141588  specials={ "narrow", 0x3163 },
141589  unicodeslot=0xFFDC,
141590 },
141591 [0xFFE0]={
141592  adobename="centmonospace",
141593  category="sc",
141594  cjkwd="f",
141595  description="FULLWIDTH CENT SIGN",
141596  direction="et",
141597  linebreak="po",
141598  specials={ "wide", 0xA2 },
141599  unicodeslot=0xFFE0,
141600 },
141601 [0xFFE1]={
141602  adobename="sterlingmonospace",
141603  category="sc",
141604  cjkwd="f",
141605  description="FULLWIDTH POUND SIGN",
141606  direction="et",
141607  linebreak="pr",
141608  specials={ "wide", 0xA3 },
141609  unicodeslot=0xFFE1,
141610 },
141611 [0xFFE2]={
141612  category="sm",
141613  cjkwd="f",
141614  description="FULLWIDTH NOT SIGN",
141615  direction="on",
141616  linebreak="id",
141617  specials={ "wide", 0xAC },
141618  unicodeslot=0xFFE2,
141619 },
141620 [0xFFE3]={
141621  adobename="macronmonospace",
141622  category="sk",
141623  cjkwd="f",
141624  description="FULLWIDTH MACRON",
141625  direction="on",
141626  linebreak="id",
141627  specials={ "wide", 0xAF },
141628  unicodeslot=0xFFE3,
141629 },
141630 [0xFFE4]={
141631  category="so",
141632  cjkwd="f",
141633  description="FULLWIDTH BROKEN BAR",
141634  direction="on",
141635  linebreak="id",
141636  specials={ "wide", 0xA6 },
141637  unicodeslot=0xFFE4,
141638 },
141639 [0xFFE5]={
141640  adobename="yenmonospace",
141641  category="sc",
141642  cjkwd="f",
141643  description="FULLWIDTH YEN SIGN",
141644  direction="et",
141645  linebreak="pr",
141646  specials={ "wide", 0xA5 },
141647  unicodeslot=0xFFE5,
141648 },
141649 [0xFFE6]={
141650  adobename="wonmonospace",
141651  category="sc",
141652  cjkwd="f",
141653  description="FULLWIDTH WON SIGN",
141654  direction="et",
141655  linebreak="pr",
141656  specials={ "wide", 0x20A9 },
141657  unicodeslot=0xFFE6,
141658 },
141659 [0xFFE8]={
141660  category="so",
141661  cjkwd="h",
141662  description="HALFWIDTH FORMS LIGHT VERTICAL",
141663  direction="on",
141664  linebreak="al",
141665  specials={ "narrow", 0x2502 },
141666  unicodeslot=0xFFE8,
141667 },
141668 [0xFFE9]={
141669  category="sm",
141670  cjkwd="h",
141671  description="HALFWIDTH LEFTWARDS ARROW",
141672  direction="on",
141673  linebreak="al",
141674  specials={ "narrow", 0x2190 },
141675  unicodeslot=0xFFE9,
141676 },
141677 [0xFFEA]={
141678  category="sm",
141679  cjkwd="h",
141680  description="HALFWIDTH UPWARDS ARROW",
141681  direction="on",
141682  linebreak="al",
141683  specials={ "narrow", 0x2191 },
141684  unicodeslot=0xFFEA,
141685 },
141686 [0xFFEB]={
141687  category="sm",
141688  cjkwd="h",
141689  description="HALFWIDTH RIGHTWARDS ARROW",
141690  direction="on",
141691  linebreak="al",
141692  specials={ "narrow", 0x2192 },
141693  unicodeslot=0xFFEB,
141694 },
141695 [0xFFEC]={
141696  category="sm",
141697  cjkwd="h",
141698  description="HALFWIDTH DOWNWARDS ARROW",
141699  direction="on",
141700  linebreak="al",
141701  specials={ "narrow", 0x2193 },
141702  unicodeslot=0xFFEC,
141703 },
141704 [0xFFED]={
141705  category="so",
141706  cjkwd="h",
141707  description="HALFWIDTH BLACK SQUARE",
141708  direction="on",
141709  linebreak="al",
141710  specials={ "narrow", 0x25A0 },
141711  unicodeslot=0xFFED,
141712 },
141713 [0xFFEE]={
141714  category="so",
141715  cjkwd="h",
141716  description="HALFWIDTH WHITE CIRCLE",
141717  direction="on",
141718  linebreak="al",
141719  specials={ "narrow", 0x25CB },
141720  unicodeslot=0xFFEE,
141721 },
141722 [0xFFF9]={
141723  category="cf",
141724  description="INTERLINEAR ANNOTATION ANCHOR",
141725  direction="on",
141726  linebreak="cm",
141727  unicodeslot=0xFFF9,
141728  visible="yes",
141729 },
141730 [0xFFFA]={
141731  category="cf",
141732  description="INTERLINEAR ANNOTATION SEPARATOR",
141733  direction="on",
141734  linebreak="cm",
141735  unicodeslot=0xFFFA,
141736  visible="yes",
141737 },
141738 [0xFFFB]={
141739  category="cf",
141740  description="INTERLINEAR ANNOTATION TERMINATOR",
141741  direction="on",
141742  linebreak="cm",
141743  unicodeslot=0xFFFB,
141744  visible="yes",
141745 },
141746 [0xFFFC]={
141747  category="so",
141748  description="OBJECT REPLACEMENT CHARACTER",
141749  direction="on",
141750  linebreak="cb",
141751  unicodeslot=0xFFFC,
141752 },
141753 [0xFFFD]={
141754  category="so",
141755  cjkwd="a",
141756  description="REPLACEMENT CHARACTER",
141757  direction="on",
141758  linebreak="ai",
141759  unicodeslot=0xFFFD,
141760 },
141761 [0x10000]={
141762  category="lo",
141763  description="LINEAR B SYLLABLE B0x0008 A",
141764  direction="l",
141765  linebreak="al",
141766  unicodeslot=0x10000,
141767 },
141768 [0x10001]={
141769  category="lo",
141770  description="LINEAR B SYLLABLE B0x0026 E",
141771  direction="l",
141772  linebreak="al",
141773  unicodeslot=0x10001,
141774 },
141775 [0x10002]={
141776  category="lo",
141777  description="LINEAR B SYLLABLE B0x001C I",
141778  direction="l",
141779  linebreak="al",
141780  unicodeslot=0x10002,
141781 },
141782 [0x10003]={
141783  category="lo",
141784  description="LINEAR B SYLLABLE B0x003D O",
141785  direction="l",
141786  linebreak="al",
141787  unicodeslot=0x10003,
141788 },
141789 [0x10004]={
141790  category="lo",
141791  description="LINEAR B SYLLABLE B0x000A U",
141792  direction="l",
141793  linebreak="al",
141794  unicodeslot=0x10004,
141795 },
141796 [0x10005]={
141797  category="lo",
141798  description="LINEAR B SYLLABLE B0x0001 DA",
141799  direction="l",
141800  linebreak="al",
141801  unicodeslot=0x10005,
141802 },
141803 [0x10006]={
141804  category="lo",
141805  description="LINEAR B SYLLABLE B0x002D DE",
141806  direction="l",
141807  linebreak="al",
141808  unicodeslot=0x10006,
141809 },
141810 [0x10007]={
141811  category="lo",
141812  description="LINEAR B SYLLABLE B0x0007 DI",
141813  direction="l",
141814  linebreak="al",
141815  unicodeslot=0x10007,
141816 },
141817 [0x10008]={
141818  category="lo",
141819  description="LINEAR B SYLLABLE B0x000E DO",
141820  direction="l",
141821  linebreak="al",
141822  unicodeslot=0x10008,
141823 },
141824 [0x10009]={
141825  category="lo",
141826  description="LINEAR B SYLLABLE B0x0033 DU",
141827  direction="l",
141828  linebreak="al",
141829  unicodeslot=0x10009,
141830 },
141831 [0x1000A]={
141832  category="lo",
141833  description="LINEAR B SYLLABLE B0x0039 JA",
141834  direction="l",
141835  linebreak="al",
141836  unicodeslot=0x1000A,
141837 },
141838 [0x1000B]={
141839  category="lo",
141840  description="LINEAR B SYLLABLE B0x002E JE",
141841  direction="l",
141842  linebreak="al",
141843  unicodeslot=0x1000B,
141844 },
141845 [0x1000D]={
141846  category="lo",
141847  description="LINEAR B SYLLABLE B0x0024 JO",
141848  direction="l",
141849  linebreak="al",
141850  unicodeslot=0x1000D,
141851 },
141852 [0x1000E]={
141853  category="lo",
141854  description="LINEAR B SYLLABLE B0x0041 JU",
141855  direction="l",
141856  linebreak="al",
141857  unicodeslot=0x1000E,
141858 },
141859 [0x1000F]={
141860  category="lo",
141861  description="LINEAR B SYLLABLE B0x004D KA",
141862  direction="l",
141863  linebreak="al",
141864  unicodeslot=0x1000F,
141865 },
141866 [0x10010]={
141867  category="lo",
141868  description="LINEAR B SYLLABLE B0x002C KE",
141869  direction="l",
141870  linebreak="al",
141871  unicodeslot=0x10010,
141872 },
141873 [0x10011]={
141874  category="lo",
141875  description="LINEAR B SYLLABLE B0x0043 KI",
141876  direction="l",
141877  linebreak="al",
141878  unicodeslot=0x10011,
141879 },
141880 [0x10012]={
141881  category="lo",
141882  description="LINEAR B SYLLABLE B0x0046 KO",
141883  direction="l",
141884  linebreak="al",
141885  unicodeslot=0x10012,
141886 },
141887 [0x10013]={
141888  category="lo",
141889  description="LINEAR B SYLLABLE B0x0051 KU",
141890  direction="l",
141891  linebreak="al",
141892  unicodeslot=0x10013,
141893 },
141894 [0x10014]={
141895  category="lo",
141896  description="LINEAR B SYLLABLE B0x0050 MA",
141897  direction="l",
141898  linebreak="al",
141899  unicodeslot=0x10014,
141900 },
141901 [0x10015]={
141902  category="lo",
141903  description="LINEAR B SYLLABLE B0x000D ME",
141904  direction="l",
141905  linebreak="al",
141906  unicodeslot=0x10015,
141907 },
141908 [0x10016]={
141909  category="lo",
141910  description="LINEAR B SYLLABLE B0x0049 MI",
141911  direction="l",
141912  linebreak="al",
141913  unicodeslot=0x10016,
141914 },
141915 [0x10017]={
141916  category="lo",
141917  description="LINEAR B SYLLABLE B0x000F MO",
141918  direction="l",
141919  linebreak="al",
141920  unicodeslot=0x10017,
141921 },
141922 [0x10018]={
141923  category="lo",
141924  description="LINEAR B SYLLABLE B0x0017 MU",
141925  direction="l",
141926  linebreak="al",
141927  unicodeslot=0x10018,
141928 },
141929 [0x10019]={
141930  category="lo",
141931  description="LINEAR B SYLLABLE B0x0006 NA",
141932  direction="l",
141933  linebreak="al",
141934  unicodeslot=0x10019,
141935 },
141936 [0x1001A]={
141937  category="lo",
141938  description="LINEAR B SYLLABLE B0x0018 NE",
141939  direction="l",
141940  linebreak="al",
141941  unicodeslot=0x1001A,
141942 },
141943 [0x1001B]={
141944  category="lo",
141945  description="LINEAR B SYLLABLE B0x001E NI",
141946  direction="l",
141947  linebreak="al",
141948  unicodeslot=0x1001B,
141949 },
141950 [0x1001C]={
141951  category="lo",
141952  description="LINEAR B SYLLABLE B0x0034 NO",
141953  direction="l",
141954  linebreak="al",
141955  unicodeslot=0x1001C,
141956 },
141957 [0x1001D]={
141958  category="lo",
141959  description="LINEAR B SYLLABLE B0x0037 NU",
141960  direction="l",
141961  linebreak="al",
141962  unicodeslot=0x1001D,
141963 },
141964 [0x1001E]={
141965  category="lo",
141966  description="LINEAR B SYLLABLE B0x0003 PA",
141967  direction="l",
141968  linebreak="al",
141969  unicodeslot=0x1001E,
141970 },
141971 [0x1001F]={
141972  category="lo",
141973  description="LINEAR B SYLLABLE B0x0048 PE",
141974  direction="l",
141975  linebreak="al",
141976  unicodeslot=0x1001F,
141977 },
141978 [0x10020]={
141979  category="lo",
141980  description="LINEAR B SYLLABLE B0x0027 PI",
141981  direction="l",
141982  linebreak="al",
141983  unicodeslot=0x10020,
141984 },
141985 [0x10021]={
141986  category="lo",
141987  description="LINEAR B SYLLABLE B0x000B PO",
141988  direction="l",
141989  linebreak="al",
141990  unicodeslot=0x10021,
141991 },
141992 [0x10022]={
141993  category="lo",
141994  description="LINEAR B SYLLABLE B0x0032 PU",
141995  direction="l",
141996  linebreak="al",
141997  unicodeslot=0x10022,
141998 },
141999 [0x10023]={
142000  category="lo",
142001  description="LINEAR B SYLLABLE B0x0010 QA",
142002  direction="l",
142003  linebreak="al",
142004  unicodeslot=0x10023,
142005 },
142006 [0x10024]={
142007  category="lo",
142008  description="LINEAR B SYLLABLE B0x004E QE",
142009  direction="l",
142010  linebreak="al",
142011  unicodeslot=0x10024,
142012 },
142013 [0x10025]={
142014  category="lo",
142015  description="LINEAR B SYLLABLE B0x0015 QI",
142016  direction="l",
142017  linebreak="al",
142018  unicodeslot=0x10025,
142019 },
142020 [0x10026]={
142021  category="lo",
142022  description="LINEAR B SYLLABLE B0x0020 QO",
142023  direction="l",
142024  linebreak="al",
142025  unicodeslot=0x10026,
142026 },
142027 [0x10028]={
142028  category="lo",
142029  description="LINEAR B SYLLABLE B0x003C RA",
142030  direction="l",
142031  linebreak="al",
142032  unicodeslot=0x10028,
142033 },
142034 [0x10029]={
142035  category="lo",
142036  description="LINEAR B SYLLABLE B0x001B RE",
142037  direction="l",
142038  linebreak="al",
142039  unicodeslot=0x10029,
142040 },
142041 [0x1002A]={
142042  category="lo",
142043  description="LINEAR B SYLLABLE B0x0035 RI",
142044  direction="l",
142045  linebreak="al",
142046  unicodeslot=0x1002A,
142047 },
142048 [0x1002B]={
142049  category="lo",
142050  description="LINEAR B SYLLABLE B0x0002 RO",
142051  direction="l",
142052  linebreak="al",
142053  unicodeslot=0x1002B,
142054 },
142055 [0x1002C]={
142056  category="lo",
142057  description="LINEAR B SYLLABLE B0x001A RU",
142058  direction="l",
142059  linebreak="al",
142060  unicodeslot=0x1002C,
142061 },
142062 [0x1002D]={
142063  category="lo",
142064  description="LINEAR B SYLLABLE B0x001F SA",
142065  direction="l",
142066  linebreak="al",
142067  unicodeslot=0x1002D,
142068 },
142069 [0x1002E]={
142070  category="lo",
142071  description="LINEAR B SYLLABLE B0x0009 SE",
142072  direction="l",
142073  linebreak="al",
142074  unicodeslot=0x1002E,
142075 },
142076 [0x1002F]={
142077  category="lo",
142078  description="LINEAR B SYLLABLE B0x0029 SI",
142079  direction="l",
142080  linebreak="al",
142081  unicodeslot=0x1002F,
142082 },
142083 [0x10030]={
142084  category="lo",
142085  description="LINEAR B SYLLABLE B0x000C SO",
142086  direction="l",
142087  linebreak="al",
142088  unicodeslot=0x10030,
142089 },
142090 [0x10031]={
142091  category="lo",
142092  description="LINEAR B SYLLABLE B0x003A SU",
142093  direction="l",
142094  linebreak="al",
142095  unicodeslot=0x10031,
142096 },
142097 [0x10032]={
142098  category="lo",
142099  description="LINEAR B SYLLABLE B0x003B TA",
142100  direction="l",
142101  linebreak="al",
142102  unicodeslot=0x10032,
142103 },
142104 [0x10033]={
142105  category="lo",
142106  description="LINEAR B SYLLABLE B0x0004 TE",
142107  direction="l",
142108  linebreak="al",
142109  unicodeslot=0x10033,
142110 },
142111 [0x10034]={
142112  category="lo",
142113  description="LINEAR B SYLLABLE B0x0025 TI",
142114  direction="l",
142115  linebreak="al",
142116  unicodeslot=0x10034,
142117 },
142118 [0x10035]={
142119  category="lo",
142120  description="LINEAR B SYLLABLE B0x0005 TO",
142121  direction="l",
142122  linebreak="al",
142123  unicodeslot=0x10035,
142124 },
142125 [0x10036]={
142126  category="lo",
142127  description="LINEAR B SYLLABLE B0x0045 TU",
142128  direction="l",
142129  linebreak="al",
142130  unicodeslot=0x10036,
142131 },
142132 [0x10037]={
142133  category="lo",
142134  description="LINEAR B SYLLABLE B0x0036 WA",
142135  direction="l",
142136  linebreak="al",
142137  unicodeslot=0x10037,
142138 },
142139 [0x10038]={
142140  category="lo",
142141  description="LINEAR B SYLLABLE B0x004B WE",
142142  direction="l",
142143  linebreak="al",
142144  unicodeslot=0x10038,
142145 },
142146 [0x10039]={
142147  category="lo",
142148  description="LINEAR B SYLLABLE B0x0028 WI",
142149  direction="l",
142150  linebreak="al",
142151  unicodeslot=0x10039,
142152 },
142153 [0x1003A]={
142154  category="lo",
142155  description="LINEAR B SYLLABLE B0x002A WO",
142156  direction="l",
142157  linebreak="al",
142158  unicodeslot=0x1003A,
142159 },
142160 [0x1003C]={
142161  category="lo",
142162  description="LINEAR B SYLLABLE B0x0011 ZA",
142163  direction="l",
142164  linebreak="al",
142165  unicodeslot=0x1003C,
142166 },
142167 [0x1003D]={
142168  category="lo",
142169  description="LINEAR B SYLLABLE B0x004A ZE",
142170  direction="l",
142171  linebreak="al",
142172  unicodeslot=0x1003D,
142173 },
142174 [0x1003F]={
142175  category="lo",
142176  description="LINEAR B SYLLABLE B0x0014 ZO",
142177  direction="l",
142178  linebreak="al",
142179  unicodeslot=0x1003F,
142180 },
142181 [0x10040]={
142182  category="lo",
142183  description="LINEAR B SYLLABLE B0x0019 A0x0002",
142184  direction="l",
142185  linebreak="al",
142186  unicodeslot=0x10040,
142187 },
142188 [0x10041]={
142189  category="lo",
142190  description="LINEAR B SYLLABLE B0x002B A0x0003",
142191  direction="l",
142192  linebreak="al",
142193  unicodeslot=0x10041,
142194 },
142195 [0x10042]={
142196  category="lo",
142197  description="LINEAR B SYLLABLE B0x0055 AU",
142198  direction="l",
142199  linebreak="al",
142200  unicodeslot=0x10042,
142201 },
142202 [0x10043]={
142203  category="lo",
142204  description="LINEAR B SYLLABLE B0x0047 DWE",
142205  direction="l",
142206  linebreak="al",
142207  unicodeslot=0x10043,
142208 },
142209 [0x10044]={
142210  category="lo",
142211  description="LINEAR B SYLLABLE B0x005A DWO",
142212  direction="l",
142213  linebreak="al",
142214  unicodeslot=0x10044,
142215 },
142216 [0x10045]={
142217  category="lo",
142218  description="LINEAR B SYLLABLE B0x0030 NWA",
142219  direction="l",
142220  linebreak="al",
142221  unicodeslot=0x10045,
142222 },
142223 [0x10046]={
142224  category="lo",
142225  description="LINEAR B SYLLABLE B0x001D PU0x0002",
142226  direction="l",
142227  linebreak="al",
142228  unicodeslot=0x10046,
142229 },
142230 [0x10047]={
142231  category="lo",
142232  description="LINEAR B SYLLABLE B0x003E PTE",
142233  direction="l",
142234  linebreak="al",
142235  unicodeslot=0x10047,
142236 },
142237 [0x10048]={
142238  category="lo",
142239  description="LINEAR B SYLLABLE B0x004C RA0x0002",
142240  direction="l",
142241  linebreak="al",
142242  unicodeslot=0x10048,
142243 },
142244 [0x10049]={
142245  category="lo",
142246  description="LINEAR B SYLLABLE B0x0021 RA0x0003",
142247  direction="l",
142248  linebreak="al",
142249  unicodeslot=0x10049,
142250 },
142251 [0x1004A]={
142252  category="lo",
142253  description="LINEAR B SYLLABLE B0x0044 RO0x0002",
142254  direction="l",
142255  linebreak="al",
142256  unicodeslot=0x1004A,
142257 },
142258 [0x1004B]={
142259  category="lo",
142260  description="LINEAR B SYLLABLE B0x0042 TA0x0002",
142261  direction="l",
142262  linebreak="al",
142263  unicodeslot=0x1004B,
142264 },
142265 [0x1004C]={
142266  category="lo",
142267  description="LINEAR B SYLLABLE B0x0057 TWE",
142268  direction="l",
142269  linebreak="al",
142270  unicodeslot=0x1004C,
142271 },
142272 [0x1004D]={
142273  category="lo",
142274  description="LINEAR B SYLLABLE B0x005B TWO",
142275  direction="l",
142276  linebreak="al",
142277  unicodeslot=0x1004D,
142278 },
142279 [0x10050]={
142280  category="lo",
142281  description="LINEAR B SYMBOL B0x0012",
142282  direction="l",
142283  linebreak="al",
142284  unicodeslot=0x10050,
142285 },
142286 [0x10051]={
142287  category="lo",
142288  description="LINEAR B SYMBOL B0x0013",
142289  direction="l",
142290  linebreak="al",
142291  unicodeslot=0x10051,
142292 },
142293 [0x10052]={
142294  category="lo",
142295  description="LINEAR B SYMBOL B0x0016",
142296  direction="l",
142297  linebreak="al",
142298  unicodeslot=0x10052,
142299 },
142300 [0x10053]={
142301  category="lo",
142302  description="LINEAR B SYMBOL B0x0022",
142303  direction="l",
142304  linebreak="al",
142305  unicodeslot=0x10053,
142306 },
142307 [0x10054]={
142308  category="lo",
142309  description="LINEAR B SYMBOL B0x002F",
142310  direction="l",
142311  linebreak="al",
142312  unicodeslot=0x10054,
142313 },
142314 [0x10055]={
142315  category="lo",
142316  description="LINEAR B SYMBOL B0x0031",
142317  direction="l",
142318  linebreak="al",
142319  unicodeslot=0x10055,
142320 },
142321 [0x10056]={
142322  category="lo",
142323  description="LINEAR B SYMBOL B0x0038",
142324  direction="l",
142325  linebreak="al",
142326  unicodeslot=0x10056,
142327 },
142328 [0x10057]={
142329  category="lo",
142330  description="LINEAR B SYMBOL B0x003F",
142331  direction="l",
142332  linebreak="al",
142333  unicodeslot=0x10057,
142334 },
142335 [0x10058]={
142336  category="lo",
142337  description="LINEAR B SYMBOL B0x0040",
142338  direction="l",
142339  linebreak="al",
142340  unicodeslot=0x10058,
142341 },
142342 [0x10059]={
142343  category="lo",
142344  description="LINEAR B SYMBOL B0x004F",
142345  direction="l",
142346  linebreak="al",
142347  unicodeslot=0x10059,
142348 },
142349 [0x1005A]={
142350  category="lo",
142351  description="LINEAR B SYMBOL B0x0052",
142352  direction="l",
142353  linebreak="al",
142354  unicodeslot=0x1005A,
142355 },
142356 [0x1005B]={
142357  category="lo",
142358  description="LINEAR B SYMBOL B0x0053",
142359  direction="l",
142360  linebreak="al",
142361  unicodeslot=0x1005B,
142362 },
142363 [0x1005C]={
142364  category="lo",
142365  description="LINEAR B SYMBOL B0x0056",
142366  direction="l",
142367  linebreak="al",
142368  unicodeslot=0x1005C,
142369 },
142370 [0x1005D]={
142371  category="lo",
142372  description="LINEAR B SYMBOL B0x0059",
142373  direction="l",
142374  linebreak="al",
142375  unicodeslot=0x1005D,
142376 },
142377 [0x10080]={
142378  category="lo",
142379  description="LINEAR B IDEOGRAM B0x0064 MAN",
142380  direction="l",
142381  linebreak="al",
142382  unicodeslot=0x10080,
142383 },
142384 [0x10081]={
142385  category="lo",
142386  description="LINEAR B IDEOGRAM B0x0066 WOMAN",
142387  direction="l",
142388  linebreak="al",
142389  unicodeslot=0x10081,
142390 },
142391 [0x10082]={
142392  category="lo",
142393  description="LINEAR B IDEOGRAM B0x0068 DEER",
142394  direction="l",
142395  linebreak="al",
142396  unicodeslot=0x10082,
142397 },
142398 [0x10083]={
142399  category="lo",
142400  description="LINEAR B IDEOGRAM B0x0069 EQUID",
142401  direction="l",
142402  linebreak="al",
142403  unicodeslot=0x10083,
142404 },
142405 [0x10084]={
142406  category="lo",
142407  description="LINEAR B IDEOGRAM B0x0069F MARE",
142408  direction="l",
142409  linebreak="al",
142410  unicodeslot=0x10084,
142411 },
142412 [0x10085]={
142413  category="lo",
142414  description="LINEAR B IDEOGRAM B0x0069M STALLION",
142415  direction="l",
142416  linebreak="al",
142417  unicodeslot=0x10085,
142418 },
142419 [0x10086]={
142420  category="lo",
142421  description="LINEAR B IDEOGRAM B0x006AF EWE",
142422  direction="l",
142423  linebreak="al",
142424  unicodeslot=0x10086,
142425 },
142426 [0x10087]={
142427  category="lo",
142428  description="LINEAR B IDEOGRAM B0x006AM RAM",
142429  direction="l",
142430  linebreak="al",
142431  unicodeslot=0x10087,
142432 },
142433 [0x10088]={
142434  category="lo",
142435  description="LINEAR B IDEOGRAM B0x006BF SHE-GOAT",
142436  direction="l",
142437  linebreak="al",
142438  unicodeslot=0x10088,
142439 },
142440 [0x10089]={
142441  category="lo",
142442  description="LINEAR B IDEOGRAM B0x006BM HE-GOAT",
142443  direction="l",
142444  linebreak="al",
142445  unicodeslot=0x10089,
142446 },
142447 [0x1008A]={
142448  category="lo",
142449  description="LINEAR B IDEOGRAM B0x006CF SOW",
142450  direction="l",
142451  linebreak="al",
142452  unicodeslot=0x1008A,
142453 },
142454 [0x1008B]={
142455  category="lo",
142456  description="LINEAR B IDEOGRAM B0x006CM BOAR",
142457  direction="l",
142458  linebreak="al",
142459  unicodeslot=0x1008B,
142460 },
142461 [0x1008C]={
142462  category="lo",
142463  description="LINEAR B IDEOGRAM B0x006DF COW",
142464  direction="l",
142465  linebreak="al",
142466  unicodeslot=0x1008C,
142467 },
142468 [0x1008D]={
142469  category="lo",
142470  description="LINEAR B IDEOGRAM B0x006DM BULL",
142471  direction="l",
142472  linebreak="al",
142473  unicodeslot=0x1008D,
142474 },
142475 [0x1008E]={
142476  category="lo",
142477  description="LINEAR B IDEOGRAM B0x0078 WHEAT",
142478  direction="l",
142479  linebreak="al",
142480  unicodeslot=0x1008E,
142481 },
142482 [0x1008F]={
142483  category="lo",
142484  description="LINEAR B IDEOGRAM B0x0079 BARLEY",
142485  direction="l",
142486  linebreak="al",
142487  unicodeslot=0x1008F,
142488 },
142489 [0x10090]={
142490  category="lo",
142491  description="LINEAR B IDEOGRAM B0x007A OLIVE",
142492  direction="l",
142493  linebreak="al",
142494  unicodeslot=0x10090,
142495 },
142496 [0x10091]={
142497  category="lo",
142498  description="LINEAR B IDEOGRAM B0x007B SPICE",
142499  direction="l",
142500  linebreak="al",
142501  unicodeslot=0x10091,
142502 },
142503 [0x10092]={
142504  category="lo",
142505  description="LINEAR B IDEOGRAM B0x007D CYPERUS",
142506  direction="l",
142507  linebreak="al",
142508  unicodeslot=0x10092,
142509 },
142510 [0x10093]={
142511  category="lo",
142512  description="LINEAR B MONOGRAM B0x007F KAPO",
142513  direction="l",
142514  linebreak="al",
142515  unicodeslot=0x10093,
142516 },
142517 [0x10094]={
142518  category="lo",
142519  description="LINEAR B MONOGRAM B0x0080 KANAKO",
142520  direction="l",
142521  linebreak="al",
142522  unicodeslot=0x10094,
142523 },
142524 [0x10095]={
142525  category="lo",
142526  description="LINEAR B IDEOGRAM B0x0082 OIL",
142527  direction="l",
142528  linebreak="al",
142529  unicodeslot=0x10095,
142530 },
142531 [0x10096]={
142532  category="lo",
142533  description="LINEAR B IDEOGRAM B0x0083 WINE",
142534  direction="l",
142535  linebreak="al",
142536  unicodeslot=0x10096,
142537 },
142538 [0x10097]={
142539  category="lo",
142540  description="LINEAR B IDEOGRAM B0x0084",
142541  direction="l",
142542  linebreak="al",
142543  unicodeslot=0x10097,
142544 },
142545 [0x10098]={
142546  category="lo",
142547  description="LINEAR B MONOGRAM B0x0085 AREPA",
142548  direction="l",
142549  linebreak="al",
142550  unicodeslot=0x10098,
142551 },
142552 [0x10099]={
142553  category="lo",
142554  description="LINEAR B MONOGRAM B0x0087 MERI",
142555  direction="l",
142556  linebreak="al",
142557  unicodeslot=0x10099,
142558 },
142559 [0x1009A]={
142560  category="lo",
142561  description="LINEAR B IDEOGRAM B0x008C BRONZE",
142562  direction="l",
142563  linebreak="al",
142564  unicodeslot=0x1009A,
142565 },
142566 [0x1009B]={
142567  category="lo",
142568  description="LINEAR B IDEOGRAM B0x008D GOLD",
142569  direction="l",
142570  linebreak="al",
142571  unicodeslot=0x1009B,
142572 },
142573 [0x1009C]={
142574  category="lo",
142575  description="LINEAR B IDEOGRAM B0x008E",
142576  direction="l",
142577  linebreak="al",
142578  unicodeslot=0x1009C,
142579 },
142580 [0x1009D]={
142581  category="lo",
142582  description="LINEAR B IDEOGRAM B0x0091 WOOL",
142583  direction="l",
142584  linebreak="al",
142585  unicodeslot=0x1009D,
142586 },
142587 [0x1009E]={
142588  category="lo",
142589  description="LINEAR B IDEOGRAM B0x0092",
142590  direction="l",
142591  linebreak="al",
142592  unicodeslot=0x1009E,
142593 },
142594 [0x1009F]={
142595  category="lo",
142596  description="LINEAR B IDEOGRAM B0x0096",
142597  direction="l",
142598  linebreak="al",
142599  unicodeslot=0x1009F,
142600 },
142601 [0x100A0]={
142602  category="lo",
142603  description="LINEAR B IDEOGRAM B0x0097 HORN",
142604  direction="l",
142605  linebreak="al",
142606  unicodeslot=0x100A0,
142607 },
142608 [0x100A1]={
142609  category="lo",
142610  description="LINEAR B IDEOGRAM B0x0098",
142611  direction="l",
142612  linebreak="al",
142613  unicodeslot=0x100A1,
142614 },
142615 [0x100A2]={
142616  category="lo",
142617  description="LINEAR B IDEOGRAM B0x0099",
142618  direction="l",
142619  linebreak="al",
142620  unicodeslot=0x100A2,
142621 },
142622 [0x100A3]={
142623  category="lo",
142624  description="LINEAR B IDEOGRAM B0x009A",
142625  direction="l",
142626  linebreak="al",
142627  unicodeslot=0x100A3,
142628 },
142629 [0x100A4]={
142630  category="lo",
142631  description="LINEAR B MONOGRAM B0x009C TURO0x0002",
142632  direction="l",
142633  linebreak="al",
142634  unicodeslot=0x100A4,
142635 },
142636 [0x100A5]={
142637  category="lo",
142638  description="LINEAR B IDEOGRAM B0x009D",
142639  direction="l",
142640  linebreak="al",
142641  unicodeslot=0x100A5,
142642 },
142643 [0x100A6]={
142644  category="lo",
142645  description="LINEAR B IDEOGRAM B0x009E",
142646  direction="l",
142647  linebreak="al",
142648  unicodeslot=0x100A6,
142649 },
142650 [0x100A7]={
142651  category="lo",
142652  description="LINEAR B IDEOGRAM B0x009F CLOTH",
142653  direction="l",
142654  linebreak="al",
142655  unicodeslot=0x100A7,
142656 },
142657 [0x100A8]={
142658  category="lo",
142659  description="LINEAR B IDEOGRAM B0x00A0",
142660  direction="l",
142661  linebreak="al",
142662  unicodeslot=0x100A8,
142663 },
142664 [0x100A9]={
142665  category="lo",
142666  description="LINEAR B IDEOGRAM B0x00A1",
142667  direction="l",
142668  linebreak="al",
142669  unicodeslot=0x100A9,
142670 },
142671 [0x100AA]={
142672  category="lo",
142673  description="LINEAR B IDEOGRAM B0x00A2 GARMENT",
142674  direction="l",
142675  linebreak="al",
142676  unicodeslot=0x100AA,
142677 },
142678 [0x100AB]={
142679  category="lo",
142680  description="LINEAR B IDEOGRAM B0x00A3 ARMOUR",
142681  direction="l",
142682  linebreak="al",
142683  unicodeslot=0x100AB,
142684 },
142685 [0x100AC]={
142686  category="lo",
142687  description="LINEAR B IDEOGRAM B0x00A4",
142688  direction="l",
142689  linebreak="al",
142690  unicodeslot=0x100AC,
142691 },
142692 [0x100AD]={
142693  category="lo",
142694  description="LINEAR B IDEOGRAM B0x00A5",
142695  direction="l",
142696  linebreak="al",
142697  unicodeslot=0x100AD,
142698 },
142699 [0x100AE]={
142700  category="lo",
142701  description="LINEAR B IDEOGRAM B0x00A6",
142702  direction="l",
142703  linebreak="al",
142704  unicodeslot=0x100AE,
142705 },
142706 [0x100AF]={
142707  category="lo",
142708  description="LINEAR B IDEOGRAM B0x00A7",
142709  direction="l",
142710  linebreak="al",
142711  unicodeslot=0x100AF,
142712 },
142713 [0x100B0]={
142714  category="lo",
142715  description="LINEAR B IDEOGRAM B0x00A8",
142716  direction="l",
142717  linebreak="al",
142718  unicodeslot=0x100B0,
142719 },
142720 [0x100B1]={
142721  category="lo",
142722  description="LINEAR B IDEOGRAM B0x00A9",
142723  direction="l",
142724  linebreak="al",
142725  unicodeslot=0x100B1,
142726 },
142727 [0x100B2]={
142728  category="lo",
142729  description="LINEAR B IDEOGRAM B0x00AA",
142730  direction="l",
142731  linebreak="al",
142732  unicodeslot=0x100B2,
142733 },
142734 [0x100B3]={
142735  category="lo",
142736  description="LINEAR B IDEOGRAM B0x00AB",
142737  direction="l",
142738  linebreak="al",
142739  unicodeslot=0x100B3,
142740 },
142741 [0x100B4]={
142742  category="lo",
142743  description="LINEAR B IDEOGRAM B0x00AC",
142744  direction="l",
142745  linebreak="al",
142746  unicodeslot=0x100B4,
142747 },
142748 [0x100B5]={
142749  category="lo",
142750  description="LINEAR B IDEOGRAM B0x00AD MONTH",
142751  direction="l",
142752  linebreak="al",
142753  unicodeslot=0x100B5,
142754 },
142755 [0x100B6]={
142756  category="lo",
142757  description="LINEAR B IDEOGRAM B0x00AE",
142758  direction="l",
142759  linebreak="al",
142760  unicodeslot=0x100B6,
142761 },
142762 [0x100B7]={
142763  category="lo",
142764  description="LINEAR B IDEOGRAM B0x00B0 TREE",
142765  direction="l",
142766  linebreak="al",
142767  unicodeslot=0x100B7,
142768 },
142769 [0x100B8]={
142770  category="lo",
142771  description="LINEAR B IDEOGRAM B0x00B1",
142772  direction="l",
142773  linebreak="al",
142774  unicodeslot=0x100B8,
142775 },
142776 [0x100B9]={
142777  category="lo",
142778  description="LINEAR B IDEOGRAM B0x00B2",
142779  direction="l",
142780  linebreak="al",
142781  unicodeslot=0x100B9,
142782 },
142783 [0x100BA]={
142784  category="lo",
142785  description="LINEAR B IDEOGRAM B0x00B3",
142786  direction="l",
142787  linebreak="al",
142788  unicodeslot=0x100BA,
142789 },
142790 [0x100BB]={
142791  category="lo",
142792  description="LINEAR B IDEOGRAM B0x00B4",
142793  direction="l",
142794  linebreak="al",
142795  unicodeslot=0x100BB,
142796 },
142797 [0x100BC]={
142798  category="lo",
142799  description="LINEAR B IDEOGRAM B0x00B5",
142800  direction="l",
142801  linebreak="al",
142802  unicodeslot=0x100BC,
142803 },
142804 [0x100BD]={
142805  category="lo",
142806  description="LINEAR B IDEOGRAM B0x00B6",
142807  direction="l",
142808  linebreak="al",
142809  unicodeslot=0x100BD,
142810 },
142811 [0x100BE]={
142812  category="lo",
142813  description="LINEAR B IDEOGRAM B0x00B7",
142814  direction="l",
142815  linebreak="al",
142816  unicodeslot=0x100BE,
142817 },
142818 [0x100BF]={
142819  category="lo",
142820  description="LINEAR B IDEOGRAM B0x00B8",
142821  direction="l",
142822  linebreak="al",
142823  unicodeslot=0x100BF,
142824 },
142825 [0x100C0]={
142826  category="lo",
142827  description="LINEAR B IDEOGRAM B0x00B9",
142828  direction="l",
142829  linebreak="al",
142830  unicodeslot=0x100C0,
142831 },
142832 [0x100C1]={
142833  category="lo",
142834  description="LINEAR B IDEOGRAM B0x00BD",
142835  direction="l",
142836  linebreak="al",
142837  unicodeslot=0x100C1,
142838 },
142839 [0x100C2]={
142840  category="lo",
142841  description="LINEAR B IDEOGRAM B0x00BE",
142842  direction="l",
142843  linebreak="al",
142844  unicodeslot=0x100C2,
142845 },
142846 [0x100C3]={
142847  category="lo",
142848  description="LINEAR B IDEOGRAM B0x00BF HELMET",
142849  direction="l",
142850  linebreak="al",
142851  unicodeslot=0x100C3,
142852 },
142853 [0x100C4]={
142854  category="lo",
142855  description="LINEAR B IDEOGRAM B0x00DC FOOTSTOOL",
142856  direction="l",
142857  linebreak="al",
142858  unicodeslot=0x100C4,
142859 },
142860 [0x100C5]={
142861  category="lo",
142862  description="LINEAR B IDEOGRAM B0x00E1 BATHTUB",
142863  direction="l",
142864  linebreak="al",
142865  unicodeslot=0x100C5,
142866 },
142867 [0x100C6]={
142868  category="lo",
142869  description="LINEAR B IDEOGRAM B0x00E6 SPEAR",
142870  direction="l",
142871  linebreak="al",
142872  unicodeslot=0x100C6,
142873 },
142874 [0x100C7]={
142875  category="lo",
142876  description="LINEAR B IDEOGRAM B0x00E7 ARROW",
142877  direction="l",
142878  linebreak="al",
142879  unicodeslot=0x100C7,
142880 },
142881 [0x100C8]={
142882  category="lo",
142883  description="LINEAR B IDEOGRAM B0x00E8",
142884  direction="l",
142885  linebreak="al",
142886  unicodeslot=0x100C8,
142887 },
142888 [0x100C9]={
142889  category="lo",
142890  description="LINEAR B IDEOGRAM B0x00E9 SWORD",
142891  direction="l",
142892  linebreak="al",
142893  unicodeslot=0x100C9,
142894 },
142895 [0x100CA]={
142896  category="lo",
142897  description="LINEAR B IDEOGRAM B0x00EA",
142898  direction="l",
142899  linebreak="al",
142900  unicodeslot=0x100CA,
142901 },
142902 [0x100CB]={
142903  category="lo",
142904  description="LINEAR B IDEOGRAM B0x00EC",
142905  direction="l",
142906  linebreak="al",
142907  unicodeslot=0x100CB,
142908 },
142909 [0x100CC]={
142910  category="lo",
142911  description="LINEAR B IDEOGRAM B0x00F0 WHEELED CHARIOT",
142912  direction="l",
142913  linebreak="al",
142914  unicodeslot=0x100CC,
142915 },
142916 [0x100CD]={
142917  category="lo",
142918  description="LINEAR B IDEOGRAM B0x00F1 CHARIOT",
142919  direction="l",
142920  linebreak="al",
142921  unicodeslot=0x100CD,
142922 },
142923 [0x100CE]={
142924  category="lo",
142925  description="LINEAR B IDEOGRAM B0x00F2 CHARIOT FRAME",
142926  direction="l",
142927  linebreak="al",
142928  unicodeslot=0x100CE,
142929 },
142930 [0x100CF]={
142931  category="lo",
142932  description="LINEAR B IDEOGRAM B0x00F3 WHEEL",
142933  direction="l",
142934  linebreak="al",
142935  unicodeslot=0x100CF,
142936 },
142937 [0x100D0]={
142938  category="lo",
142939  description="LINEAR B IDEOGRAM B0x00F5",
142940  direction="l",
142941  linebreak="al",
142942  unicodeslot=0x100D0,
142943 },
142944 [0x100D1]={
142945  category="lo",
142946  description="LINEAR B IDEOGRAM B0x00F6",
142947  direction="l",
142948  linebreak="al",
142949  unicodeslot=0x100D1,
142950 },
142951 [0x100D2]={
142952  category="lo",
142953  description="LINEAR B MONOGRAM B0x00F7 DIPTE",
142954  direction="l",
142955  linebreak="al",
142956  unicodeslot=0x100D2,
142957 },
142958 [0x100D3]={
142959  category="lo",
142960  description="LINEAR B IDEOGRAM B0x00F8",
142961  direction="l",
142962  linebreak="al",
142963  unicodeslot=0x100D3,
142964 },
142965 [0x100D4]={
142966  category="lo",
142967  description="LINEAR B IDEOGRAM B0x00F9",
142968  direction="l",
142969  linebreak="al",
142970  unicodeslot=0x100D4,
142971 },
142972 [0x100D5]={
142973  category="lo",
142974  description="LINEAR B IDEOGRAM B0x00FB",
142975  direction="l",
142976  linebreak="al",
142977  unicodeslot=0x100D5,
142978 },
142979 [0x100D6]={
142980  category="lo",
142981  description="LINEAR B IDEOGRAM B0x00FC",
142982  direction="l",
142983  linebreak="al",
142984  unicodeslot=0x100D6,
142985 },
142986 [0x100D7]={
142987  category="lo",
142988  description="LINEAR B IDEOGRAM B0x00FD",
142989  direction="l",
142990  linebreak="al",
142991  unicodeslot=0x100D7,
142992 },
142993 [0x100D8]={
142994  category="lo",
142995  description="LINEAR B IDEOGRAM B0x00FE DART",
142996  direction="l",
142997  linebreak="al",
142998  unicodeslot=0x100D8,
142999 },
143000 [0x100D9]={
143001  category="lo",
143002  description="LINEAR B IDEOGRAM B0x00FF",
143003  direction="l",
143004  linebreak="al",
143005  unicodeslot=0x100D9,
143006 },
143007 [0x100DA]={
143008  category="lo",
143009  description="LINEAR B IDEOGRAM B0x0100",
143010  direction="l",
143011  linebreak="al",
143012  unicodeslot=0x100DA,
143013 },
143014 [0x100DB]={
143015  category="lo",
143016  description="LINEAR B IDEOGRAM B0x0101",
143017  direction="l",
143018  linebreak="al",
143019  unicodeslot=0x100DB,
143020 },
143021 [0x100DC]={
143022  category="lo",
143023  description="LINEAR B IDEOGRAM B0x0102",
143024  direction="l",
143025  linebreak="al",
143026  unicodeslot=0x100DC,
143027 },
143028 [0x100DD]={
143029  category="lo",
143030  description="LINEAR B IDEOGRAM B0x0103",
143031  direction="l",
143032  linebreak="al",
143033  unicodeslot=0x100DD,
143034 },
143035 [0x100DE]={
143036  category="lo",
143037  description="LINEAR B IDEOGRAM VESSEL B0x009B",
143038  direction="l",
143039  linebreak="al",
143040  unicodeslot=0x100DE,
143041 },
143042 [0x100DF]={
143043  category="lo",
143044  description="LINEAR B IDEOGRAM VESSEL B0x00C8",
143045  direction="l",
143046  linebreak="al",
143047  unicodeslot=0x100DF,
143048 },
143049 [0x100E0]={
143050  category="lo",
143051  description="LINEAR B IDEOGRAM VESSEL B0x00C9",
143052  direction="l",
143053  linebreak="al",
143054  unicodeslot=0x100E0,
143055 },
143056 [0x100E1]={
143057  category="lo",
143058  description="LINEAR B IDEOGRAM VESSEL B0x00CA",
143059  direction="l",
143060  linebreak="al",
143061  unicodeslot=0x100E1,
143062 },
143063 [0x100E2]={
143064  category="lo",
143065  description="LINEAR B IDEOGRAM VESSEL B0x00CB",
143066  direction="l",
143067  linebreak="al",
143068  unicodeslot=0x100E2,
143069 },
143070 [0x100E3]={
143071  category="lo",
143072  description="LINEAR B IDEOGRAM VESSEL B0x00CC",
143073  direction="l",
143074  linebreak="al",
143075  unicodeslot=0x100E3,
143076 },
143077 [0x100E4]={
143078  category="lo",
143079  description="LINEAR B IDEOGRAM VESSEL B0x00CD",
143080  direction="l",
143081  linebreak="al",
143082  unicodeslot=0x100E4,
143083 },
143084 [0x100E5]={
143085  category="lo",
143086  description="LINEAR B IDEOGRAM VESSEL B0x00CE",
143087  direction="l",
143088  linebreak="al",
143089  unicodeslot=0x100E5,
143090 },
143091 [0x100E6]={
143092  category="lo",
143093  description="LINEAR B IDEOGRAM VESSEL B0x00CF",
143094  direction="l",
143095  linebreak="al",
143096  unicodeslot=0x100E6,
143097 },
143098 [0x100E7]={
143099  category="lo",
143100  description="LINEAR B IDEOGRAM VESSEL B0x00D0",
143101  direction="l",
143102  linebreak="al",
143103  unicodeslot=0x100E7,
143104 },
143105 [0x100E8]={
143106  category="lo",
143107  description="LINEAR B IDEOGRAM VESSEL B0x00D1",
143108  direction="l",
143109  linebreak="al",
143110  unicodeslot=0x100E8,
143111 },
143112 [0x100E9]={
143113  category="lo",
143114  description="LINEAR B IDEOGRAM VESSEL B0x00D2",
143115  direction="l",
143116  linebreak="al",
143117  unicodeslot=0x100E9,
143118 },
143119 [0x100EA]={
143120  category="lo",
143121  description="LINEAR B IDEOGRAM VESSEL B0x00D3",
143122  direction="l",
143123  linebreak="al",
143124  unicodeslot=0x100EA,
143125 },
143126 [0x100EB]={
143127  category="lo",
143128  description="LINEAR B IDEOGRAM VESSEL B0x00D4",
143129  direction="l",
143130  linebreak="al",
143131  unicodeslot=0x100EB,
143132 },
143133 [0x100EC]={
143134  category="lo",
143135  description="LINEAR B IDEOGRAM VESSEL B0x00D5",
143136  direction="l",
143137  linebreak="al",
143138  unicodeslot=0x100EC,
143139 },
143140 [0x100ED]={
143141  category="lo",
143142  description="LINEAR B IDEOGRAM VESSEL B0x00D6",
143143  direction="l",
143144  linebreak="al",
143145  unicodeslot=0x100ED,
143146 },
143147 [0x100EE]={
143148  category="lo",
143149  description="LINEAR B IDEOGRAM VESSEL B0x00D7",
143150  direction="l",
143151  linebreak="al",
143152  unicodeslot=0x100EE,
143153 },
143154 [0x100EF]={
143155  category="lo",
143156  description="LINEAR B IDEOGRAM VESSEL B0x00D8",
143157  direction="l",
143158  linebreak="al",
143159  unicodeslot=0x100EF,
143160 },
143161 [0x100F0]={
143162  category="lo",
143163  description="LINEAR B IDEOGRAM VESSEL B0x00D9",
143164  direction="l",
143165  linebreak="al",
143166  unicodeslot=0x100F0,
143167 },
143168 [0x100F1]={
143169  category="lo",
143170  description="LINEAR B IDEOGRAM VESSEL B0x00DA",
143171  direction="l",
143172  linebreak="al",
143173  unicodeslot=0x100F1,
143174 },
143175 [0x100F2]={
143176  category="lo",
143177  description="LINEAR B IDEOGRAM VESSEL B0x00DB",
143178  direction="l",
143179  linebreak="al",
143180  unicodeslot=0x100F2,
143181 },
143182 [0x100F3]={
143183  category="lo",
143184  description="LINEAR B IDEOGRAM VESSEL B0x00DD",
143185  direction="l",
143186  linebreak="al",
143187  unicodeslot=0x100F3,
143188 },
143189 [0x100F4]={
143190  category="lo",
143191  description="LINEAR B IDEOGRAM VESSEL B0x00DE",
143192  direction="l",
143193  linebreak="al",
143194  unicodeslot=0x100F4,
143195 },
143196 [0x100F5]={
143197  category="lo",
143198  description="LINEAR B IDEOGRAM VESSEL B0x00E2",
143199  direction="l",
143200  linebreak="al",
143201  unicodeslot=0x100F5,
143202 },
143203 [0x100F6]={
143204  category="lo",
143205  description="LINEAR B IDEOGRAM VESSEL B0x00E3",
143206  direction="l",
143207  linebreak="al",
143208  unicodeslot=0x100F6,
143209 },
143210 [0x100F7]={
143211  category="lo",
143212  description="LINEAR B IDEOGRAM VESSEL B0x00E4",
143213  direction="l",
143214  linebreak="al",
143215  unicodeslot=0x100F7,
143216 },
143217 [0x100F8]={
143218  category="lo",
143219  description="LINEAR B IDEOGRAM VESSEL B0x00E5",
143220  direction="l",
143221  linebreak="al",
143222  unicodeslot=0x100F8,
143223 },
143224 [0x100F9]={
143225  category="lo",
143226  description="LINEAR B IDEOGRAM VESSEL B0x00FA",
143227  direction="l",
143228  linebreak="al",
143229  unicodeslot=0x100F9,
143230 },
143231 [0x100FA]={
143232  category="lo",
143233  description="LINEAR B IDEOGRAM VESSEL B0x0131",
143234  direction="l",
143235  linebreak="al",
143236  unicodeslot=0x100FA,
143237 },
143238 [0x10100]={
143239  category="po",
143240  description="AEGEAN WORD SEPARATOR LINE",
143241  direction="l",
143242  linebreak="ba",
143243  unicodeslot=0x10100,
143244 },
143245 [0x10101]={
143246  category="po",
143247  description="AEGEAN WORD SEPARATOR DOT",
143248  direction="on",
143249  linebreak="ba",
143250  unicodeslot=0x10101,
143251 },
143252 [0x10102]={
143253  category="so",
143254  description="AEGEAN CHECK MARK",
143255  direction="l",
143256  linebreak="ba",
143257  unicodeslot=0x10102,
143258 },
143259 [0x10107]={
143260  category="no",
143261  description="AEGEAN NUMBER ONE",
143262  direction="l",
143263  linebreak="al",
143264  unicodeslot=0x10107,
143265 },
143266 [0x10108]={
143267  category="no",
143268  description="AEGEAN NUMBER TWO",
143269  direction="l",
143270  linebreak="al",
143271  unicodeslot=0x10108,
143272 },
143273 [0x10109]={
143274  category="no",
143275  description="AEGEAN NUMBER THREE",
143276  direction="l",
143277  linebreak="al",
143278  unicodeslot=0x10109,
143279 },
143280 [0x1010A]={
143281  category="no",
143282  description="AEGEAN NUMBER FOUR",
143283  direction="l",
143284  linebreak="al",
143285  unicodeslot=0x1010A,
143286 },
143287 [0x1010B]={
143288  category="no",
143289  description="AEGEAN NUMBER FIVE",
143290  direction="l",
143291  linebreak="al",
143292  unicodeslot=0x1010B,
143293 },
143294 [0x1010C]={
143295  category="no",
143296  description="AEGEAN NUMBER SIX",
143297  direction="l",
143298  linebreak="al",
143299  unicodeslot=0x1010C,
143300 },
143301 [0x1010D]={
143302  category="no",
143303  description="AEGEAN NUMBER SEVEN",
143304  direction="l",
143305  linebreak="al",
143306  unicodeslot=0x1010D,
143307 },
143308 [0x1010E]={
143309  category="no",
143310  description="AEGEAN NUMBER EIGHT",
143311  direction="l",
143312  linebreak="al",
143313  unicodeslot=0x1010E,
143314 },
143315 [0x1010F]={
143316  category="no",
143317  description="AEGEAN NUMBER NINE",
143318  direction="l",
143319  linebreak="al",
143320  unicodeslot=0x1010F,
143321 },
143322 [0x10110]={
143323  category="no",
143324  description="AEGEAN NUMBER TEN",
143325  direction="l",
143326  linebreak="al",
143327  unicodeslot=0x10110,
143328 },
143329 [0x10111]={
143330  category="no",
143331  description="AEGEAN NUMBER TWENTY",
143332  direction="l",
143333  linebreak="al",
143334  unicodeslot=0x10111,
143335 },
143336 [0x10112]={
143337  category="no",
143338  description="AEGEAN NUMBER THIRTY",
143339  direction="l",
143340  linebreak="al",
143341  unicodeslot=0x10112,
143342 },
143343 [0x10113]={
143344  category="no",
143345  description="AEGEAN NUMBER FORTY",
143346  direction="l",
143347  linebreak="al",
143348  unicodeslot=0x10113,
143349 },
143350 [0x10114]={
143351  category="no",
143352  description="AEGEAN NUMBER FIFTY",
143353  direction="l",
143354  linebreak="al",
143355  unicodeslot=0x10114,
143356 },
143357 [0x10115]={
143358  category="no",
143359  description="AEGEAN NUMBER SIXTY",
143360  direction="l",
143361  linebreak="al",
143362  unicodeslot=0x10115,
143363 },
143364 [0x10116]={
143365  category="no",
143366  description="AEGEAN NUMBER SEVENTY",
143367  direction="l",
143368  linebreak="al",
143369  unicodeslot=0x10116,
143370 },
143371 [0x10117]={
143372  category="no",
143373  description="AEGEAN NUMBER EIGHTY",
143374  direction="l",
143375  linebreak="al",
143376  unicodeslot=0x10117,
143377 },
143378 [0x10118]={
143379  category="no",
143380  description="AEGEAN NUMBER NINETY",
143381  direction="l",
143382  linebreak="al",
143383  unicodeslot=0x10118,
143384 },
143385 [0x10119]={
143386  category="no",
143387  description="AEGEAN NUMBER ONE HUNDRED",
143388  direction="l",
143389  linebreak="al",
143390  unicodeslot=0x10119,
143391 },
143392 [0x1011A]={
143393  category="no",
143394  description="AEGEAN NUMBER TWO HUNDRED",
143395  direction="l",
143396  linebreak="al",
143397  unicodeslot=0x1011A,
143398 },
143399 [0x1011B]={
143400  category="no",
143401  description="AEGEAN NUMBER THREE HUNDRED",
143402  direction="l",
143403  linebreak="al",
143404  unicodeslot=0x1011B,
143405 },
143406 [0x1011C]={
143407  category="no",
143408  description="AEGEAN NUMBER FOUR HUNDRED",
143409  direction="l",
143410  linebreak="al",
143411  unicodeslot=0x1011C,
143412 },
143413 [0x1011D]={
143414  category="no",
143415  description="AEGEAN NUMBER FIVE HUNDRED",
143416  direction="l",
143417  linebreak="al",
143418  unicodeslot=0x1011D,
143419 },
143420 [0x1011E]={
143421  category="no",
143422  description="AEGEAN NUMBER SIX HUNDRED",
143423  direction="l",
143424  linebreak="al",
143425  unicodeslot=0x1011E,
143426 },
143427 [0x1011F]={
143428  category="no",
143429  description="AEGEAN NUMBER SEVEN HUNDRED",
143430  direction="l",
143431  linebreak="al",
143432  unicodeslot=0x1011F,
143433 },
143434 [0x10120]={
143435  category="no",
143436  description="AEGEAN NUMBER EIGHT HUNDRED",
143437  direction="l",
143438  linebreak="al",
143439  unicodeslot=0x10120,
143440 },
143441 [0x10121]={
143442  category="no",
143443  description="AEGEAN NUMBER NINE HUNDRED",
143444  direction="l",
143445  linebreak="al",
143446  unicodeslot=0x10121,
143447 },
143448 [0x10122]={
143449  category="no",
143450  description="AEGEAN NUMBER ONE THOUSAND",
143451  direction="l",
143452  linebreak="al",
143453  unicodeslot=0x10122,
143454 },
143455 [0x10123]={
143456  category="no",
143457  description="AEGEAN NUMBER TWO THOUSAND",
143458  direction="l",
143459  linebreak="al",
143460  unicodeslot=0x10123,
143461 },
143462 [0x10124]={
143463  category="no",
143464  description="AEGEAN NUMBER THREE THOUSAND",
143465  direction="l",
143466  linebreak="al",
143467  unicodeslot=0x10124,
143468 },
143469 [0x10125]={
143470  category="no",
143471  description="AEGEAN NUMBER FOUR THOUSAND",
143472  direction="l",
143473  linebreak="al",
143474  unicodeslot=0x10125,
143475 },
143476 [0x10126]={
143477  category="no",
143478  description="AEGEAN NUMBER FIVE THOUSAND",
143479  direction="l",
143480  linebreak="al",
143481  unicodeslot=0x10126,
143482 },
143483 [0x10127]={
143484  category="no",
143485  description="AEGEAN NUMBER SIX THOUSAND",
143486  direction="l",
143487  linebreak="al",
143488  unicodeslot=0x10127,
143489 },
143490 [0x10128]={
143491  category="no",
143492  description="AEGEAN NUMBER SEVEN THOUSAND",
143493  direction="l",
143494  linebreak="al",
143495  unicodeslot=0x10128,
143496 },
143497 [0x10129]={
143498  category="no",
143499  description="AEGEAN NUMBER EIGHT THOUSAND",
143500  direction="l",
143501  linebreak="al",
143502  unicodeslot=0x10129,
143503 },
143504 [0x1012A]={
143505  category="no",
143506  description="AEGEAN NUMBER NINE THOUSAND",
143507  direction="l",
143508  linebreak="al",
143509  unicodeslot=0x1012A,
143510 },
143511 [0x1012B]={
143512  category="no",
143513  description="AEGEAN NUMBER TEN THOUSAND",
143514  direction="l",
143515  linebreak="al",
143516  unicodeslot=0x1012B,
143517 },
143518 [0x1012C]={
143519  category="no",
143520  description="AEGEAN NUMBER TWENTY THOUSAND",
143521  direction="l",
143522  linebreak="al",
143523  unicodeslot=0x1012C,
143524 },
143525 [0x1012D]={
143526  category="no",
143527  description="AEGEAN NUMBER THIRTY THOUSAND",
143528  direction="l",
143529  linebreak="al",
143530  unicodeslot=0x1012D,
143531 },
143532 [0x1012E]={
143533  category="no",
143534  description="AEGEAN NUMBER FORTY THOUSAND",
143535  direction="l",
143536  linebreak="al",
143537  unicodeslot=0x1012E,
143538 },
143539 [0x1012F]={
143540  category="no",
143541  description="AEGEAN NUMBER FIFTY THOUSAND",
143542  direction="l",
143543  linebreak="al",
143544  unicodeslot=0x1012F,
143545 },
143546 [0x10130]={
143547  category="no",
143548  description="AEGEAN NUMBER SIXTY THOUSAND",
143549  direction="l",
143550  linebreak="al",
143551  unicodeslot=0x10130,
143552 },
143553 [0x10131]={
143554  category="no",
143555  description="AEGEAN NUMBER SEVENTY THOUSAND",
143556  direction="l",
143557  linebreak="al",
143558  unicodeslot=0x10131,
143559 },
143560 [0x10132]={
143561  category="no",
143562  description="AEGEAN NUMBER EIGHTY THOUSAND",
143563  direction="l",
143564  linebreak="al",
143565  unicodeslot=0x10132,
143566 },
143567 [0x10133]={
143568  category="no",
143569  description="AEGEAN NUMBER NINETY THOUSAND",
143570  direction="l",
143571  linebreak="al",
143572  unicodeslot=0x10133,
143573 },
143574 [0x10137]={
143575  category="so",
143576  description="AEGEAN WEIGHT BASE UNIT",
143577  direction="l",
143578  linebreak="al",
143579  unicodeslot=0x10137,
143580 },
143581 [0x10138]={
143582  category="so",
143583  description="AEGEAN WEIGHT FIRST SUBUNIT",
143584  direction="l",
143585  linebreak="al",
143586  unicodeslot=0x10138,
143587 },
143588 [0x10139]={
143589  category="so",
143590  description="AEGEAN WEIGHT SECOND SUBUNIT",
143591  direction="l",
143592  linebreak="al",
143593  unicodeslot=0x10139,
143594 },
143595 [0x1013A]={
143596  category="so",
143597  description="AEGEAN WEIGHT THIRD SUBUNIT",
143598  direction="l",
143599  linebreak="al",
143600  unicodeslot=0x1013A,
143601 },
143602 [0x1013B]={
143603  category="so",
143604  description="AEGEAN WEIGHT FOURTH SUBUNIT",
143605  direction="l",
143606  linebreak="al",
143607  unicodeslot=0x1013B,
143608 },
143609 [0x1013C]={
143610  category="so",
143611  description="AEGEAN DRY MEASURE FIRST SUBUNIT",
143612  direction="l",
143613  linebreak="al",
143614  unicodeslot=0x1013C,
143615 },
143616 [0x1013D]={
143617  category="so",
143618  description="AEGEAN LIQUID MEASURE FIRST SUBUNIT",
143619  direction="l",
143620  linebreak="al",
143621  unicodeslot=0x1013D,
143622 },
143623 [0x1013E]={
143624  category="so",
143625  description="AEGEAN MEASURE SECOND SUBUNIT",
143626  direction="l",
143627  linebreak="al",
143628  unicodeslot=0x1013E,
143629 },
143630 [0x1013F]={
143631  category="so",
143632  description="AEGEAN MEASURE THIRD SUBUNIT",
143633  direction="l",
143634  linebreak="al",
143635  unicodeslot=0x1013F,
143636 },
143637 [0x10140]={
143638  category="nl",
143639  description="GREEK ACROPHONIC ATTIC ONE QUARTER",
143640  direction="on",
143641  linebreak="al",
143642  unicodeslot=0x10140,
143643 },
143644 [0x10141]={
143645  category="nl",
143646  description="GREEK ACROPHONIC ATTIC ONE HALF",
143647  direction="on",
143648  linebreak="al",
143649  unicodeslot=0x10141,
143650 },
143651 [0x10142]={
143652  category="nl",
143653  description="GREEK ACROPHONIC ATTIC ONE DRACHMA",
143654  direction="on",
143655  linebreak="al",
143656  unicodeslot=0x10142,
143657 },
143658 [0x10143]={
143659  category="nl",
143660  description="GREEK ACROPHONIC ATTIC FIVE",
143661  direction="on",
143662  linebreak="al",
143663  unicodeslot=0x10143,
143664 },
143665 [0x10144]={
143666  category="nl",
143667  description="GREEK ACROPHONIC ATTIC FIFTY",
143668  direction="on",
143669  linebreak="al",
143670  unicodeslot=0x10144,
143671 },
143672 [0x10145]={
143673  category="nl",
143674  description="GREEK ACROPHONIC ATTIC FIVE HUNDRED",
143675  direction="on",
143676  linebreak="al",
143677  unicodeslot=0x10145,
143678 },
143679 [0x10146]={
143680  category="nl",
143681  description="GREEK ACROPHONIC ATTIC FIVE THOUSAND",
143682  direction="on",
143683  linebreak="al",
143684  unicodeslot=0x10146,
143685 },
143686 [0x10147]={
143687  category="nl",
143688  description="GREEK ACROPHONIC ATTIC FIFTY THOUSAND",
143689  direction="on",
143690  linebreak="al",
143691  unicodeslot=0x10147,
143692 },
143693 [0x10148]={
143694  category="nl",
143695  description="GREEK ACROPHONIC ATTIC FIVE TALENTS",
143696  direction="on",
143697  linebreak="al",
143698  unicodeslot=0x10148,
143699 },
143700 [0x10149]={
143701  category="nl",
143702  description="GREEK ACROPHONIC ATTIC TEN TALENTS",
143703  direction="on",
143704  linebreak="al",
143705  unicodeslot=0x10149,
143706 },
143707 [0x1014A]={
143708  category="nl",
143709  description="GREEK ACROPHONIC ATTIC FIFTY TALENTS",
143710  direction="on",
143711  linebreak="al",
143712  unicodeslot=0x1014A,
143713 },
143714 [0x1014B]={
143715  category="nl",
143716  description="GREEK ACROPHONIC ATTIC ONE HUNDRED TALENTS",
143717  direction="on",
143718  linebreak="al",
143719  unicodeslot=0x1014B,
143720 },
143721 [0x1014C]={
143722  category="nl",
143723  description="GREEK ACROPHONIC ATTIC FIVE HUNDRED TALENTS",
143724  direction="on",
143725  linebreak="al",
143726  unicodeslot=0x1014C,
143727 },
143728 [0x1014D]={
143729  category="nl",
143730  description="GREEK ACROPHONIC ATTIC ONE THOUSAND TALENTS",
143731  direction="on",
143732  linebreak="al",
143733  unicodeslot=0x1014D,
143734 },
143735 [0x1014E]={
143736  category="nl",
143737  description="GREEK ACROPHONIC ATTIC FIVE THOUSAND TALENTS",
143738  direction="on",
143739  linebreak="al",
143740  unicodeslot=0x1014E,
143741 },
143742 [0x1014F]={
143743  category="nl",
143744  description="GREEK ACROPHONIC ATTIC FIVE STATERS",
143745  direction="on",
143746  linebreak="al",
143747  unicodeslot=0x1014F,
143748 },
143749 [0x10150]={
143750  category="nl",
143751  description="GREEK ACROPHONIC ATTIC TEN STATERS",
143752  direction="on",
143753  linebreak="al",
143754  unicodeslot=0x10150,
143755 },
143756 [0x10151]={
143757  category="nl",
143758  description="GREEK ACROPHONIC ATTIC FIFTY STATERS",
143759  direction="on",
143760  linebreak="al",
143761  unicodeslot=0x10151,
143762 },
143763 [0x10152]={
143764  category="nl",
143765  description="GREEK ACROPHONIC ATTIC ONE HUNDRED STATERS",
143766  direction="on",
143767  linebreak="al",
143768  unicodeslot=0x10152,
143769 },
143770 [0x10153]={
143771  category="nl",
143772  description="GREEK ACROPHONIC ATTIC FIVE HUNDRED STATERS",
143773  direction="on",
143774  linebreak="al",
143775  unicodeslot=0x10153,
143776 },
143777 [0x10154]={
143778  category="nl",
143779  description="GREEK ACROPHONIC ATTIC ONE THOUSAND STATERS",
143780  direction="on",
143781  linebreak="al",
143782  unicodeslot=0x10154,
143783 },
143784 [0x10155]={
143785  category="nl",
143786  description="GREEK ACROPHONIC ATTIC TEN THOUSAND STATERS",
143787  direction="on",
143788  linebreak="al",
143789  unicodeslot=0x10155,
143790 },
143791 [0x10156]={
143792  category="nl",
143793  description="GREEK ACROPHONIC ATTIC FIFTY THOUSAND STATERS",
143794  direction="on",
143795  linebreak="al",
143796  unicodeslot=0x10156,
143797 },
143798 [0x10157]={
143799  category="nl",
143800  description="GREEK ACROPHONIC ATTIC TEN MNAS",
143801  direction="on",
143802  linebreak="al",
143803  unicodeslot=0x10157,
143804 },
143805 [0x10158]={
143806  category="nl",
143807  description="GREEK ACROPHONIC HERAEUM ONE PLETHRON",
143808  direction="on",
143809  linebreak="al",
143810  unicodeslot=0x10158,
143811 },
143812 [0x10159]={
143813  category="nl",
143814  description="GREEK ACROPHONIC THESPIAN ONE",
143815  direction="on",
143816  linebreak="al",
143817  unicodeslot=0x10159,
143818 },
143819 [0x1015A]={
143820  category="nl",
143821  description="GREEK ACROPHONIC HERMIONIAN ONE",
143822  direction="on",
143823  linebreak="al",
143824  unicodeslot=0x1015A,
143825 },
143826 [0x1015B]={
143827  category="nl",
143828  description="GREEK ACROPHONIC EPIDAUREAN TWO",
143829  direction="on",
143830  linebreak="al",
143831  unicodeslot=0x1015B,
143832 },
143833 [0x1015C]={
143834  category="nl",
143835  description="GREEK ACROPHONIC THESPIAN TWO",
143836  direction="on",
143837  linebreak="al",
143838  unicodeslot=0x1015C,
143839 },
143840 [0x1015D]={
143841  category="nl",
143842  description="GREEK ACROPHONIC CYRENAIC TWO DRACHMAS",
143843  direction="on",
143844  linebreak="al",
143845  unicodeslot=0x1015D,
143846 },
143847 [0x1015E]={
143848  category="nl",
143849  description="GREEK ACROPHONIC EPIDAUREAN TWO DRACHMAS",
143850  direction="on",
143851  linebreak="al",
143852  unicodeslot=0x1015E,
143853 },
143854 [0x1015F]={
143855  category="nl",
143856  description="GREEK ACROPHONIC TROEZENIAN FIVE",
143857  direction="on",
143858  linebreak="al",
143859  unicodeslot=0x1015F,
143860 },
143861 [0x10160]={
143862  category="nl",
143863  description="GREEK ACROPHONIC TROEZENIAN TEN",
143864  direction="on",
143865  linebreak="al",
143866  unicodeslot=0x10160,
143867 },
143868 [0x10161]={
143869  category="nl",
143870  description="GREEK ACROPHONIC TROEZENIAN TEN ALTERNATE FORM",
143871  direction="on",
143872  linebreak="al",
143873  unicodeslot=0x10161,
143874 },
143875 [0x10162]={
143876  category="nl",
143877  description="GREEK ACROPHONIC HERMIONIAN TEN",
143878  direction="on",
143879  linebreak="al",
143880  unicodeslot=0x10162,
143881 },
143882 [0x10163]={
143883  category="nl",
143884  description="GREEK ACROPHONIC MESSENIAN TEN",
143885  direction="on",
143886  linebreak="al",
143887  unicodeslot=0x10163,
143888 },
143889 [0x10164]={
143890  category="nl",
143891  description="GREEK ACROPHONIC THESPIAN TEN",
143892  direction="on",
143893  linebreak="al",
143894  unicodeslot=0x10164,
143895 },
143896 [0x10165]={
143897  category="nl",
143898  description="GREEK ACROPHONIC THESPIAN THIRTY",
143899  direction="on",
143900  linebreak="al",
143901  unicodeslot=0x10165,
143902 },
143903 [0x10166]={
143904  category="nl",
143905  description="GREEK ACROPHONIC TROEZENIAN FIFTY",
143906  direction="on",
143907  linebreak="al",
143908  unicodeslot=0x10166,
143909 },
143910 [0x10167]={
143911  category="nl",
143912  description="GREEK ACROPHONIC TROEZENIAN FIFTY ALTERNATE FORM",
143913  direction="on",
143914  linebreak="al",
143915  unicodeslot=0x10167,
143916 },
143917 [0x10168]={
143918  category="nl",
143919  description="GREEK ACROPHONIC HERMIONIAN FIFTY",
143920  direction="on",
143921  linebreak="al",
143922  unicodeslot=0x10168,
143923 },
143924 [0x10169]={
143925  category="nl",
143926  description="GREEK ACROPHONIC THESPIAN FIFTY",
143927  direction="on",
143928  linebreak="al",
143929  unicodeslot=0x10169,
143930 },
143931 [0x1016A]={
143932  category="nl",
143933  description="GREEK ACROPHONIC THESPIAN ONE HUNDRED",
143934  direction="on",
143935  linebreak="al",
143936  unicodeslot=0x1016A,
143937 },
143938 [0x1016B]={
143939  category="nl",
143940  description="GREEK ACROPHONIC THESPIAN THREE HUNDRED",
143941  direction="on",
143942  linebreak="al",
143943  unicodeslot=0x1016B,
143944 },
143945 [0x1016C]={
143946  category="nl",
143947  description="GREEK ACROPHONIC EPIDAUREAN FIVE HUNDRED",
143948  direction="on",
143949  linebreak="al",
143950  unicodeslot=0x1016C,
143951 },
143952 [0x1016D]={
143953  category="nl",
143954  description="GREEK ACROPHONIC TROEZENIAN FIVE HUNDRED",
143955  direction="on",
143956  linebreak="al",
143957  unicodeslot=0x1016D,
143958 },
143959 [0x1016E]={
143960  category="nl",
143961  description="GREEK ACROPHONIC THESPIAN FIVE HUNDRED",
143962  direction="on",
143963  linebreak="al",
143964  unicodeslot=0x1016E,
143965 },
143966 [0x1016F]={
143967  category="nl",
143968  description="GREEK ACROPHONIC CARYSTIAN FIVE HUNDRED",
143969  direction="on",
143970  linebreak="al",
143971  unicodeslot=0x1016F,
143972 },
143973 [0x10170]={
143974  category="nl",
143975  description="GREEK ACROPHONIC NAXIAN FIVE HUNDRED",
143976  direction="on",
143977  linebreak="al",
143978  unicodeslot=0x10170,
143979 },
143980 [0x10171]={
143981  category="nl",
143982  description="GREEK ACROPHONIC THESPIAN ONE THOUSAND",
143983  direction="on",
143984  linebreak="al",
143985  unicodeslot=0x10171,
143986 },
143987 [0x10172]={
143988  category="nl",
143989  description="GREEK ACROPHONIC THESPIAN FIVE THOUSAND",
143990  direction="on",
143991  linebreak="al",
143992  unicodeslot=0x10172,
143993 },
143994 [0x10173]={
143995  category="nl",
143996  description="GREEK ACROPHONIC DELPHIC FIVE MNAS",
143997  direction="on",
143998  linebreak="al",
143999  unicodeslot=0x10173,
144000 },
144001 [0x10174]={
144002  category="nl",
144003  description="GREEK ACROPHONIC STRATIAN FIFTY MNAS",
144004  direction="on",
144005  linebreak="al",
144006  unicodeslot=0x10174,
144007 },
144008 [0x10175]={
144009  category="no",
144010  description="GREEK ONE HALF SIGN",
144011  direction="on",
144012  linebreak="al",
144013  unicodeslot=0x10175,
144014 },
144015 [0x10176]={
144016  category="no",
144017  description="GREEK ONE HALF SIGN ALTERNATE FORM",
144018  direction="on",
144019  linebreak="al",
144020  unicodeslot=0x10176,
144021 },
144022 [0x10177]={
144023  category="no",
144024  description="GREEK TWO THIRDS SIGN",
144025  direction="on",
144026  linebreak="al",
144027  unicodeslot=0x10177,
144028 },
144029 [0x10178]={
144030  category="no",
144031  description="GREEK THREE QUARTERS SIGN",
144032  direction="on",
144033  linebreak="al",
144034  unicodeslot=0x10178,
144035 },
144036 [0x10179]={
144037  category="so",
144038  description="GREEK YEAR SIGN",
144039  direction="on",
144040  linebreak="al",
144041  unicodeslot=0x10179,
144042 },
144043 [0x1017A]={
144044  category="so",
144045  description="GREEK TALENT SIGN",
144046  direction="on",
144047  linebreak="al",
144048  unicodeslot=0x1017A,
144049 },
144050 [0x1017B]={
144051  category="so",
144052  description="GREEK DRACHMA SIGN",
144053  direction="on",
144054  linebreak="al",
144055  unicodeslot=0x1017B,
144056 },
144057 [0x1017C]={
144058  category="so",
144059  description="GREEK OBOL SIGN",
144060  direction="on",
144061  linebreak="al",
144062  unicodeslot=0x1017C,
144063 },
144064 [0x1017D]={
144065  category="so",
144066  description="GREEK TWO OBOLS SIGN",
144067  direction="on",
144068  linebreak="al",
144069  unicodeslot=0x1017D,
144070 },
144071 [0x1017E]={
144072  category="so",
144073  description="GREEK THREE OBOLS SIGN",
144074  direction="on",
144075  linebreak="al",
144076  unicodeslot=0x1017E,
144077 },
144078 [0x1017F]={
144079  category="so",
144080  description="GREEK FOUR OBOLS SIGN",
144081  direction="on",
144082  linebreak="al",
144083  unicodeslot=0x1017F,
144084 },
144085 [0x10180]={
144086  category="so",
144087  description="GREEK FIVE OBOLS SIGN",
144088  direction="on",
144089  linebreak="al",
144090  unicodeslot=0x10180,
144091 },
144092 [0x10181]={
144093  category="so",
144094  description="GREEK METRETES SIGN",
144095  direction="on",
144096  linebreak="al",
144097  unicodeslot=0x10181,
144098 },
144099 [0x10182]={
144100  category="so",
144101  description="GREEK KYATHOS BASE SIGN",
144102  direction="on",
144103  linebreak="al",
144104  unicodeslot=0x10182,
144105 },
144106 [0x10183]={
144107  category="so",
144108  description="GREEK LITRA SIGN",
144109  direction="on",
144110  linebreak="al",
144111  unicodeslot=0x10183,
144112 },
144113 [0x10184]={
144114  category="so",
144115  description="GREEK OUNKIA SIGN",
144116  direction="on",
144117  linebreak="al",
144118  unicodeslot=0x10184,
144119 },
144120 [0x10185]={
144121  category="so",
144122  description="GREEK XESTES SIGN",
144123  direction="on",
144124  linebreak="al",
144125  unicodeslot=0x10185,
144126 },
144127 [0x10186]={
144128  category="so",
144129  description="GREEK ARTABE SIGN",
144130  direction="on",
144131  linebreak="al",
144132  unicodeslot=0x10186,
144133 },
144134 [0x10187]={
144135  category="so",
144136  description="GREEK AROURA SIGN",
144137  direction="on",
144138  linebreak="al",
144139  unicodeslot=0x10187,
144140 },
144141 [0x10188]={
144142  category="so",
144143  description="GREEK GRAMMA SIGN",
144144  direction="on",
144145  linebreak="al",
144146  unicodeslot=0x10188,
144147 },
144148 [0x10189]={
144149  category="so",
144150  description="GREEK TRYBLION BASE SIGN",
144151  direction="on",
144152  linebreak="al",
144153  unicodeslot=0x10189,
144154 },
144155 [0x1018A]={
144156  category="no",
144157  description="GREEK ZERO SIGN",
144158  direction="on",
144159  linebreak="al",
144160  unicodeslot=0x1018A,
144161 },
144162 [0x1018B]={
144163  category="no",
144164  description="GREEK ONE QUARTER SIGN",
144165  direction="on",
144166  linebreak="al",
144167  unicodeslot=0x1018B,
144168 },
144169 [0x1018C]={
144170  category="so",
144171  description="GREEK SINUSOID SIGN",
144172  direction="on",
144173  linebreak="al",
144174  unicodeslot=0x1018C,
144175 },
144176 [0x1018D]={
144177  category="so",
144178  description="GREEK INDICTION SIGN",
144179  direction="l",
144180  linebreak="al",
144181  unicodeslot=0x1018D,
144182 },
144183 [0x1018E]={
144184  category="so",
144185  description="NOMISMA SIGN",
144186  direction="l",
144187  linebreak="al",
144188  unicodeslot=0x1018E,
144189 },
144190 [0x10190]={
144191  category="so",
144192  description="ROMAN SEXTANS SIGN",
144193  direction="on",
144194  linebreak="al",
144195  unicodeslot=0x10190,
144196 },
144197 [0x10191]={
144198  category="so",
144199  description="ROMAN UNCIA SIGN",
144200  direction="on",
144201  linebreak="al",
144202  unicodeslot=0x10191,
144203 },
144204 [0x10192]={
144205  category="so",
144206  description="ROMAN SEMUNCIA SIGN",
144207  direction="on",
144208  linebreak="al",
144209  unicodeslot=0x10192,
144210 },
144211 [0x10193]={
144212  category="so",
144213  description="ROMAN SEXTULA SIGN",
144214  direction="on",
144215  linebreak="al",
144216  unicodeslot=0x10193,
144217 },
144218 [0x10194]={
144219  category="so",
144220  description="ROMAN DIMIDIA SEXTULA SIGN",
144221  direction="on",
144222  linebreak="al",
144223  unicodeslot=0x10194,
144224 },
144225 [0x10195]={
144226  category="so",
144227  description="ROMAN SILIQUA SIGN",
144228  direction="on",
144229  linebreak="al",
144230  unicodeslot=0x10195,
144231 },
144232 [0x10196]={
144233  category="so",
144234  description="ROMAN DENARIUS SIGN",
144235  direction="on",
144236  linebreak="al",
144237  unicodeslot=0x10196,
144238 },
144239 [0x10197]={
144240  category="so",
144241  description="ROMAN QUINARIUS SIGN",
144242  direction="on",
144243  linebreak="al",
144244  unicodeslot=0x10197,
144245 },
144246 [0x10198]={
144247  category="so",
144248  description="ROMAN SESTERTIUS SIGN",
144249  direction="on",
144250  linebreak="al",
144251  unicodeslot=0x10198,
144252 },
144253 [0x10199]={
144254  category="so",
144255  description="ROMAN DUPONDIUS SIGN",
144256  direction="on",
144257  linebreak="al",
144258  unicodeslot=0x10199,
144259 },
144260 [0x1019A]={
144261  category="so",
144262  description="ROMAN AS SIGN",
144263  direction="on",
144264  linebreak="al",
144265  unicodeslot=0x1019A,
144266 },
144267 [0x1019B]={
144268  category="so",
144269  description="ROMAN CENTURIAL SIGN",
144270  direction="on",
144271  linebreak="al",
144272  unicodeslot=0x1019B,
144273 },
144274 [0x1019C]={
144275  category="so",
144276  description="ASCIA SYMBOL",
144277  direction="on",
144278  linebreak="al",
144279  unicodeslot=0x1019C,
144280 },
144281 [0x101A0]={
144282  category="so",
144283  description="GREEK SYMBOL TAU RHO",
144284  direction="on",
144285  linebreak="al",
144286  unicodeslot=0x101A0,
144287 },
144288 [0x101D0]={
144289  category="so",
144290  description="PHAISTOS DISC SIGN PEDESTRIAN",
144291  direction="l",
144292  linebreak="al",
144293  unicodeslot=0x101D0,
144294 },
144295 [0x101D1]={
144296  category="so",
144297  description="PHAISTOS DISC SIGN PLUMED HEAD",
144298  direction="l",
144299  linebreak="al",
144300  unicodeslot=0x101D1,
144301 },
144302 [0x101D2]={
144303  category="so",
144304  description="PHAISTOS DISC SIGN TATTOOED HEAD",
144305  direction="l",
144306  linebreak="al",
144307  unicodeslot=0x101D2,
144308 },
144309 [0x101D3]={
144310  category="so",
144311  description="PHAISTOS DISC SIGN CAPTIVE",
144312  direction="l",
144313  linebreak="al",
144314  unicodeslot=0x101D3,
144315 },
144316 [0x101D4]={
144317  category="so",
144318  description="PHAISTOS DISC SIGN CHILD",
144319  direction="l",
144320  linebreak="al",
144321  unicodeslot=0x101D4,
144322 },
144323 [0x101D5]={
144324  category="so",
144325  description="PHAISTOS DISC SIGN WOMAN",
144326  direction="l",
144327  linebreak="al",
144328  unicodeslot=0x101D5,
144329 },
144330 [0x101D6]={
144331  category="so",
144332  description="PHAISTOS DISC SIGN HELMET",
144333  direction="l",
144334  linebreak="al",
144335  unicodeslot=0x101D6,
144336 },
144337 [0x101D7]={
144338  category="so",
144339  description="PHAISTOS DISC SIGN GAUNTLET",
144340  direction="l",
144341  linebreak="al",
144342  unicodeslot=0x101D7,
144343 },
144344 [0x101D8]={
144345  category="so",
144346  description="PHAISTOS DISC SIGN TIARA",
144347  direction="l",
144348  linebreak="al",
144349  unicodeslot=0x101D8,
144350 },
144351 [0x101D9]={
144352  category="so",
144353  description="PHAISTOS DISC SIGN ARROW",
144354  direction="l",
144355  linebreak="al",
144356  unicodeslot=0x101D9,
144357 },
144358 [0x101DA]={
144359  category="so",
144360  description="PHAISTOS DISC SIGN BOW",
144361  direction="l",
144362  linebreak="al",
144363  unicodeslot=0x101DA,
144364 },
144365 [0x101DB]={
144366  category="so",
144367  description="PHAISTOS DISC SIGN SHIELD",
144368  direction="l",
144369  linebreak="al",
144370  unicodeslot=0x101DB,
144371 },
144372 [0x101DC]={
144373  category="so",
144374  description="PHAISTOS DISC SIGN CLUB",
144375  direction="l",
144376  linebreak="al",
144377  unicodeslot=0x101DC,
144378 },
144379 [0x101DD]={
144380  category="so",
144381  description="PHAISTOS DISC SIGN MANACLES",
144382  direction="l",
144383  linebreak="al",
144384  unicodeslot=0x101DD,
144385 },
144386 [0x101DE]={
144387  category="so",
144388  description="PHAISTOS DISC SIGN MATTOCK",
144389  direction="l",
144390  linebreak="al",
144391  unicodeslot=0x101DE,
144392 },
144393 [0x101DF]={
144394  category="so",
144395  description="PHAISTOS DISC SIGN SAW",
144396  direction="l",
144397  linebreak="al",
144398  unicodeslot=0x101DF,
144399 },
144400 [0x101E0]={
144401  category="so",
144402  description="PHAISTOS DISC SIGN LID",
144403  direction="l",
144404  linebreak="al",
144405  unicodeslot=0x101E0,
144406 },
144407 [0x101E1]={
144408  category="so",
144409  description="PHAISTOS DISC SIGN BOOMERANG",
144410  direction="l",
144411  linebreak="al",
144412  unicodeslot=0x101E1,
144413 },
144414 [0x101E2]={
144415  category="so",
144416  description="PHAISTOS DISC SIGN CARPENTRY PLANE",
144417  direction="l",
144418  linebreak="al",
144419  unicodeslot=0x101E2,
144420 },
144421 [0x101E3]={
144422  category="so",
144423  description="PHAISTOS DISC SIGN DOLIUM",
144424  direction="l",
144425  linebreak="al",
144426  unicodeslot=0x101E3,
144427 },
144428 [0x101E4]={
144429  category="so",
144430  description="PHAISTOS DISC SIGN COMB",
144431  direction="l",
144432  linebreak="al",
144433  unicodeslot=0x101E4,
144434 },
144435 [0x101E5]={
144436  category="so",
144437  description="PHAISTOS DISC SIGN SLING",
144438  direction="l",
144439  linebreak="al",
144440  unicodeslot=0x101E5,
144441 },
144442 [0x101E6]={
144443  category="so",
144444  description="PHAISTOS DISC SIGN COLUMN",
144445  direction="l",
144446  linebreak="al",
144447  unicodeslot=0x101E6,
144448 },
144449 [0x101E7]={
144450  category="so",
144451  description="PHAISTOS DISC SIGN BEEHIVE",
144452  direction="l",
144453  linebreak="al",
144454  unicodeslot=0x101E7,
144455 },
144456 [0x101E8]={
144457  category="so",
144458  description="PHAISTOS DISC SIGN SHIP",
144459  direction="l",
144460  linebreak="al",
144461  unicodeslot=0x101E8,
144462 },
144463 [0x101E9]={
144464  category="so",
144465  description="PHAISTOS DISC SIGN HORN",
144466  direction="l",
144467  linebreak="al",
144468  unicodeslot=0x101E9,
144469 },
144470 [0x101EA]={
144471  category="so",
144472  description="PHAISTOS DISC SIGN HIDE",
144473  direction="l",
144474  linebreak="al",
144475  unicodeslot=0x101EA,
144476 },
144477 [0x101EB]={
144478  category="so",
144479  description="PHAISTOS DISC SIGN BULLS LEG",
144480  direction="l",
144481  linebreak="al",
144482  unicodeslot=0x101EB,
144483 },
144484 [0x101EC]={
144485  category="so",
144486  description="PHAISTOS DISC SIGN CAT",
144487  direction="l",
144488  linebreak="al",
144489  unicodeslot=0x101EC,
144490 },
144491 [0x101ED]={
144492  category="so",
144493  description="PHAISTOS DISC SIGN RAM",
144494  direction="l",
144495  linebreak="al",
144496  unicodeslot=0x101ED,
144497 },
144498 [0x101EE]={
144499  category="so",
144500  description="PHAISTOS DISC SIGN EAGLE",
144501  direction="l",
144502  linebreak="al",
144503  unicodeslot=0x101EE,
144504 },
144505 [0x101EF]={
144506  category="so",
144507  description="PHAISTOS DISC SIGN DOVE",
144508  direction="l",
144509  linebreak="al",
144510  unicodeslot=0x101EF,
144511 },
144512 [0x101F0]={
144513  category="so",
144514  description="PHAISTOS DISC SIGN TUNNY",
144515  direction="l",
144516  linebreak="al",
144517  unicodeslot=0x101F0,
144518 },
144519 [0x101F1]={
144520  category="so",
144521  description="PHAISTOS DISC SIGN BEE",
144522  direction="l",
144523  linebreak="al",
144524  unicodeslot=0x101F1,
144525 },
144526 [0x101F2]={
144527  category="so",
144528  description="PHAISTOS DISC SIGN PLANE TREE",
144529  direction="l",
144530  linebreak="al",
144531  unicodeslot=0x101F2,
144532 },
144533 [0x101F3]={
144534  category="so",
144535  description="PHAISTOS DISC SIGN VINE",
144536  direction="l",
144537  linebreak="al",
144538  unicodeslot=0x101F3,
144539 },
144540 [0x101F4]={
144541  category="so",
144542  description="PHAISTOS DISC SIGN PAPYRUS",
144543  direction="l",
144544  linebreak="al",
144545  unicodeslot=0x101F4,
144546 },
144547 [0x101F5]={
144548  category="so",
144549  description="PHAISTOS DISC SIGN ROSETTE",
144550  direction="l",
144551  linebreak="al",
144552  unicodeslot=0x101F5,
144553 },
144554 [0x101F6]={
144555  category="so",
144556  description="PHAISTOS DISC SIGN LILY",
144557  direction="l",
144558  linebreak="al",
144559  unicodeslot=0x101F6,
144560 },
144561 [0x101F7]={
144562  category="so",
144563  description="PHAISTOS DISC SIGN OX BACK",
144564  direction="l",
144565  linebreak="al",
144566  unicodeslot=0x101F7,
144567 },
144568 [0x101F8]={
144569  category="so",
144570  description="PHAISTOS DISC SIGN FLUTE",
144571  direction="l",
144572  linebreak="al",
144573  unicodeslot=0x101F8,
144574 },
144575 [0x101F9]={
144576  category="so",
144577  description="PHAISTOS DISC SIGN GRATER",
144578  direction="l",
144579  linebreak="al",
144580  unicodeslot=0x101F9,
144581 },
144582 [0x101FA]={
144583  category="so",
144584  description="PHAISTOS DISC SIGN STRAINER",
144585  direction="l",
144586  linebreak="al",
144587  unicodeslot=0x101FA,
144588 },
144589 [0x101FB]={
144590  category="so",
144591  description="PHAISTOS DISC SIGN SMALL AXE",
144592  direction="l",
144593  linebreak="al",
144594  unicodeslot=0x101FB,
144595 },
144596 [0x101FC]={
144597  category="so",
144598  description="PHAISTOS DISC SIGN WAVY BAND",
144599  direction="l",
144600  linebreak="al",
144601  unicodeslot=0x101FC,
144602 },
144603 [0x101FD]={
144604  category="mn",
144605  combining=0xDC,
144606  description="PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE",
144607  direction="nsm",
144608  linebreak="cm",
144609  unicodeslot=0x101FD,
144610 },
144611 [0x10280]={
144612  category="lo",
144613  description="LYCIAN LETTER A",
144614  direction="l",
144615  linebreak="al",
144616  unicodeslot=0x10280,
144617 },
144618 [0x10281]={
144619  category="lo",
144620  description="LYCIAN LETTER E",
144621  direction="l",
144622  linebreak="al",
144623  unicodeslot=0x10281,
144624 },
144625 [0x10282]={
144626  category="lo",
144627  description="LYCIAN LETTER B",
144628  direction="l",
144629  linebreak="al",
144630  unicodeslot=0x10282,
144631 },
144632 [0x10283]={
144633  category="lo",
144634  description="LYCIAN LETTER BH",
144635  direction="l",
144636  linebreak="al",
144637  unicodeslot=0x10283,
144638 },
144639 [0x10284]={
144640  category="lo",
144641  description="LYCIAN LETTER G",
144642  direction="l",
144643  linebreak="al",
144644  unicodeslot=0x10284,
144645 },
144646 [0x10285]={
144647  category="lo",
144648  description="LYCIAN LETTER D",
144649  direction="l",
144650  linebreak="al",
144651  unicodeslot=0x10285,
144652 },
144653 [0x10286]={
144654  category="lo",
144655  description="LYCIAN LETTER I",
144656  direction="l",
144657  linebreak="al",
144658  unicodeslot=0x10286,
144659 },
144660 [0x10287]={
144661  category="lo",
144662  description="LYCIAN LETTER W",
144663  direction="l",
144664  linebreak="al",
144665  unicodeslot=0x10287,
144666 },
144667 [0x10288]={
144668  category="lo",
144669  description="LYCIAN LETTER Z",
144670  direction="l",
144671  linebreak="al",
144672  unicodeslot=0x10288,
144673 },
144674 [0x10289]={
144675  category="lo",
144676  description="LYCIAN LETTER TH",
144677  direction="l",
144678  linebreak="al",
144679  unicodeslot=0x10289,
144680 },
144681 [0x1028A]={
144682  category="lo",
144683  description="LYCIAN LETTER J",
144684  direction="l",
144685  linebreak="al",
144686  unicodeslot=0x1028A,
144687 },
144688 [0x1028B]={
144689  category="lo",
144690  description="LYCIAN LETTER K",
144691  direction="l",
144692  linebreak="al",
144693  unicodeslot=0x1028B,
144694 },
144695 [0x1028C]={
144696  category="lo",
144697  description="LYCIAN LETTER Q",
144698  direction="l",
144699  linebreak="al",
144700  unicodeslot=0x1028C,
144701 },
144702 [0x1028D]={
144703  category="lo",
144704  description="LYCIAN LETTER L",
144705  direction="l",
144706  linebreak="al",
144707  unicodeslot=0x1028D,
144708 },
144709 [0x1028E]={
144710  category="lo",
144711  description="LYCIAN LETTER M",
144712  direction="l",
144713  linebreak="al",
144714  unicodeslot=0x1028E,
144715 },
144716 [0x1028F]={
144717  category="lo",
144718  description="LYCIAN LETTER N",
144719  direction="l",
144720  linebreak="al",
144721  unicodeslot=0x1028F,
144722 },
144723 [0x10290]={
144724  category="lo",
144725  description="LYCIAN LETTER MM",
144726  direction="l",
144727  linebreak="al",
144728  unicodeslot=0x10290,
144729 },
144730 [0x10291]={
144731  category="lo",
144732  description="LYCIAN LETTER NN",
144733  direction="l",
144734  linebreak="al",
144735  unicodeslot=0x10291,
144736 },
144737 [0x10292]={
144738  category="lo",
144739  description="LYCIAN LETTER U",
144740  direction="l",
144741  linebreak="al",
144742  unicodeslot=0x10292,
144743 },
144744 [0x10293]={
144745  category="lo",
144746  description="LYCIAN LETTER P",
144747  direction="l",
144748  linebreak="al",
144749  unicodeslot=0x10293,
144750 },
144751 [0x10294]={
144752  category="lo",
144753  description="LYCIAN LETTER KK",
144754  direction="l",
144755  linebreak="al",
144756  unicodeslot=0x10294,
144757 },
144758 [0x10295]={
144759  category="lo",
144760  description="LYCIAN LETTER R",
144761  direction="l",
144762  linebreak="al",
144763  unicodeslot=0x10295,
144764 },
144765 [0x10296]={
144766  category="lo",
144767  description="LYCIAN LETTER S",
144768  direction="l",
144769  linebreak="al",
144770  unicodeslot=0x10296,
144771 },
144772 [0x10297]={
144773  category="lo",
144774  description="LYCIAN LETTER T",
144775  direction="l",
144776  linebreak="al",
144777  unicodeslot=0x10297,
144778 },
144779 [0x10298]={
144780  category="lo",
144781  description="LYCIAN LETTER TT",
144782  direction="l",
144783  linebreak="al",
144784  unicodeslot=0x10298,
144785 },
144786 [0x10299]={
144787  category="lo",
144788  description="LYCIAN LETTER AN",
144789  direction="l",
144790  linebreak="al",
144791  unicodeslot=0x10299,
144792 },
144793 [0x1029A]={
144794  category="lo",
144795  description="LYCIAN LETTER EN",
144796  direction="l",
144797  linebreak="al",
144798  unicodeslot=0x1029A,
144799 },
144800 [0x1029B]={
144801  category="lo",
144802  description="LYCIAN LETTER H",
144803  direction="l",
144804  linebreak="al",
144805  unicodeslot=0x1029B,
144806 },
144807 [0x1029C]={
144808  category="lo",
144809  description="LYCIAN LETTER X",
144810  direction="l",
144811  linebreak="al",
144812  unicodeslot=0x1029C,
144813 },
144814 [0x102A0]={
144815  category="lo",
144816  description="CARIAN LETTER A",
144817  direction="l",
144818  linebreak="al",
144819  unicodeslot=0x102A0,
144820 },
144821 [0x102A1]={
144822  category="lo",
144823  description="CARIAN LETTER P2",
144824  direction="l",
144825  linebreak="al",
144826  unicodeslot=0x102A1,
144827 },
144828 [0x102A2]={
144829  category="lo",
144830  description="CARIAN LETTER D",
144831  direction="l",
144832  linebreak="al",
144833  unicodeslot=0x102A2,
144834 },
144835 [0x102A3]={
144836  category="lo",
144837  description="CARIAN LETTER L",
144838  direction="l",
144839  linebreak="al",
144840  unicodeslot=0x102A3,
144841 },
144842 [0x102A4]={
144843  category="lo",
144844  description="CARIAN LETTER UUU",
144845  direction="l",
144846  linebreak="al",
144847  unicodeslot=0x102A4,
144848 },
144849 [0x102A5]={
144850  category="lo",
144851  description="CARIAN LETTER R",
144852  direction="l",
144853  linebreak="al",
144854  unicodeslot=0x102A5,
144855 },
144856 [0x102A6]={
144857  category="lo",
144858  description="CARIAN LETTER LD",
144859  direction="l",
144860  linebreak="al",
144861  unicodeslot=0x102A6,
144862 },
144863 [0x102A7]={
144864  category="lo",
144865  description="CARIAN LETTER A2",
144866  direction="l",
144867  linebreak="al",
144868  unicodeslot=0x102A7,
144869 },
144870 [0x102A8]={
144871  category="lo",
144872  description="CARIAN LETTER Q",
144873  direction="l",
144874  linebreak="al",
144875  unicodeslot=0x102A8,
144876 },
144877 [0x102A9]={
144878  category="lo",
144879  description="CARIAN LETTER B",
144880  direction="l",
144881  linebreak="al",
144882  unicodeslot=0x102A9,
144883 },
144884 [0x102AA]={
144885  category="lo",
144886  description="CARIAN LETTER M",
144887  direction="l",
144888  linebreak="al",
144889  unicodeslot=0x102AA,
144890 },
144891 [0x102AB]={
144892  category="lo",
144893  description="CARIAN LETTER O",
144894  direction="l",
144895  linebreak="al",
144896  unicodeslot=0x102AB,
144897 },
144898 [0x102AC]={
144899  category="lo",
144900  description="CARIAN LETTER D2",
144901  direction="l",
144902  linebreak="al",
144903  unicodeslot=0x102AC,
144904 },
144905 [0x102AD]={
144906  category="lo",
144907  description="CARIAN LETTER T",
144908  direction="l",
144909  linebreak="al",
144910  unicodeslot=0x102AD,
144911 },
144912 [0x102AE]={
144913  category="lo",
144914  description="CARIAN LETTER SH",
144915  direction="l",
144916  linebreak="al",
144917  unicodeslot=0x102AE,
144918 },
144919 [0x102AF]={
144920  category="lo",
144921  description="CARIAN LETTER SH2",
144922  direction="l",
144923  linebreak="al",
144924  unicodeslot=0x102AF,
144925 },
144926 [0x102B0]={
144927  category="lo",
144928  description="CARIAN LETTER S",
144929  direction="l",
144930  linebreak="al",
144931  unicodeslot=0x102B0,
144932 },
144933 [0x102B1]={
144934  category="lo",
144935  description="CARIAN LETTER C-18",
144936  direction="l",
144937  linebreak="al",
144938  unicodeslot=0x102B1,
144939 },
144940 [0x102B2]={
144941  category="lo",
144942  description="CARIAN LETTER U",
144943  direction="l",
144944  linebreak="al",
144945  unicodeslot=0x102B2,
144946 },
144947 [0x102B3]={
144948  category="lo",
144949  description="CARIAN LETTER NN",
144950  direction="l",
144951  linebreak="al",
144952  unicodeslot=0x102B3,
144953 },
144954 [0x102B4]={
144955  category="lo",
144956  description="CARIAN LETTER X",
144957  direction="l",
144958  linebreak="al",
144959  unicodeslot=0x102B4,
144960 },
144961 [0x102B5]={
144962  category="lo",
144963  description="CARIAN LETTER N",
144964  direction="l",
144965  linebreak="al",
144966  unicodeslot=0x102B5,
144967 },
144968 [0x102B6]={
144969  category="lo",
144970  description="CARIAN LETTER TT2",
144971  direction="l",
144972  linebreak="al",
144973  unicodeslot=0x102B6,
144974 },
144975 [0x102B7]={
144976  category="lo",
144977  description="CARIAN LETTER P",
144978  direction="l",
144979  linebreak="al",
144980  unicodeslot=0x102B7,
144981 },
144982 [0x102B8]={
144983  category="lo",
144984  description="CARIAN LETTER SS",
144985  direction="l",
144986  linebreak="al",
144987  unicodeslot=0x102B8,
144988 },
144989 [0x102B9]={
144990  category="lo",
144991  description="CARIAN LETTER I",
144992  direction="l",
144993  linebreak="al",
144994  unicodeslot=0x102B9,
144995 },
144996 [0x102BA]={
144997  category="lo",
144998  description="CARIAN LETTER E",
144999  direction="l",
145000  linebreak="al",
145001  unicodeslot=0x102BA,
145002 },
145003 [0x102BB]={
145004  category="lo",
145005  description="CARIAN LETTER UUUU",
145006  direction="l",
145007  linebreak="al",
145008  unicodeslot=0x102BB,
145009 },
145010 [0x102BC]={
145011  category="lo",
145012  description="CARIAN LETTER K",
145013  direction="l",
145014  linebreak="al",
145015  unicodeslot=0x102BC,
145016 },
145017 [0x102BD]={
145018  category="lo",
145019  description="CARIAN LETTER K2",
145020  direction="l",
145021  linebreak="al",
145022  unicodeslot=0x102BD,
145023 },
145024 [0x102BE]={
145025  category="lo",
145026  description="CARIAN LETTER ND",
145027  direction="l",
145028  linebreak="al",
145029  unicodeslot=0x102BE,
145030 },
145031 [0x102BF]={
145032  category="lo",
145033  description="CARIAN LETTER UU",
145034  direction="l",
145035  linebreak="al",
145036  unicodeslot=0x102BF,
145037 },
145038 [0x102C0]={
145039  category="lo",
145040  description="CARIAN LETTER G",
145041  direction="l",
145042  linebreak="al",
145043  unicodeslot=0x102C0,
145044 },
145045 [0x102C1]={
145046  category="lo",
145047  description="CARIAN LETTER G2",
145048  direction="l",
145049  linebreak="al",
145050  unicodeslot=0x102C1,
145051 },
145052 [0x102C2]={
145053  category="lo",
145054  description="CARIAN LETTER ST",
145055  direction="l",
145056  linebreak="al",
145057  unicodeslot=0x102C2,
145058 },
145059 [0x102C3]={
145060  category="lo",
145061  description="CARIAN LETTER ST2",
145062  direction="l",
145063  linebreak="al",
145064  unicodeslot=0x102C3,
145065 },
145066 [0x102C4]={
145067  category="lo",
145068  description="CARIAN LETTER NG",
145069  direction="l",
145070  linebreak="al",
145071  unicodeslot=0x102C4,
145072 },
145073 [0x102C5]={
145074  category="lo",
145075  description="CARIAN LETTER II",
145076  direction="l",
145077  linebreak="al",
145078  unicodeslot=0x102C5,
145079 },
145080 [0x102C6]={
145081  category="lo",
145082  description="CARIAN LETTER C-39",
145083  direction="l",
145084  linebreak="al",
145085  unicodeslot=0x102C6,
145086 },
145087 [0x102C7]={
145088  category="lo",
145089  description="CARIAN LETTER TT",
145090  direction="l",
145091  linebreak="al",
145092  unicodeslot=0x102C7,
145093 },
145094 [0x102C8]={
145095  category="lo",
145096  description="CARIAN LETTER UUU2",
145097  direction="l",
145098  linebreak="al",
145099  unicodeslot=0x102C8,
145100 },
145101 [0x102C9]={
145102  category="lo",
145103  description="CARIAN LETTER RR",
145104  direction="l",
145105  linebreak="al",
145106  unicodeslot=0x102C9,
145107 },
145108 [0x102CA]={
145109  category="lo",
145110  description="CARIAN LETTER MB",
145111  direction="l",
145112  linebreak="al",
145113  unicodeslot=0x102CA,
145114 },
145115 [0x102CB]={
145116  category="lo",
145117  description="CARIAN LETTER MB2",
145118  direction="l",
145119  linebreak="al",
145120  unicodeslot=0x102CB,
145121 },
145122 [0x102CC]={
145123  category="lo",
145124  description="CARIAN LETTER MB3",
145125  direction="l",
145126  linebreak="al",
145127  unicodeslot=0x102CC,
145128 },
145129 [0x102CD]={
145130  category="lo",
145131  description="CARIAN LETTER MB4",
145132  direction="l",
145133  linebreak="al",
145134  unicodeslot=0x102CD,
145135 },
145136 [0x102CE]={
145137  category="lo",
145138  description="CARIAN LETTER LD2",
145139  direction="l",
145140  linebreak="al",
145141  unicodeslot=0x102CE,
145142 },
145143 [0x102CF]={
145144  category="lo",
145145  description="CARIAN LETTER E2",
145146  direction="l",
145147  linebreak="al",
145148  unicodeslot=0x102CF,
145149 },
145150 [0x102D0]={
145151  category="lo",
145152  description="CARIAN LETTER UUU3",
145153  direction="l",
145154  linebreak="al",
145155  unicodeslot=0x102D0,
145156 },
145157 [0x102E0]={
145158  category="mn",
145159  combining=0xDC,
145160  description="COPTIC EPACT THOUSANDS MARK",
145161  direction="nsm",
145162  linebreak="cm",
145163  unicodeslot=0x102E0,
145164 },
145165 [0x102E1]={
145166  category="no",
145167  description="COPTIC EPACT DIGIT ONE",
145168  direction="en",
145169  linebreak="al",
145170  unicodeslot=0x102E1,
145171 },
145172 [0x102E2]={
145173  category="no",
145174  description="COPTIC EPACT DIGIT TWO",
145175  direction="en",
145176  linebreak="al",
145177  unicodeslot=0x102E2,
145178 },
145179 [0x102E3]={
145180  category="no",
145181  description="COPTIC EPACT DIGIT THREE",
145182  direction="en",
145183  linebreak="al",
145184  unicodeslot=0x102E3,
145185 },
145186 [0x102E4]={
145187  category="no",
145188  description="COPTIC EPACT DIGIT FOUR",
145189  direction="en",
145190  linebreak="al",
145191  unicodeslot=0x102E4,
145192 },
145193 [0x102E5]={
145194  category="no",
145195  description="COPTIC EPACT DIGIT FIVE",
145196  direction="en",
145197  linebreak="al",
145198  unicodeslot=0x102E5,
145199 },
145200 [0x102E6]={
145201  category="no",
145202  description="COPTIC EPACT DIGIT SIX",
145203  direction="en",
145204  linebreak="al",
145205  unicodeslot=0x102E6,
145206 },
145207 [0x102E7]={
145208  category="no",
145209  description="COPTIC EPACT DIGIT SEVEN",
145210  direction="en",
145211  linebreak="al",
145212  unicodeslot=0x102E7,
145213 },
145214 [0x102E8]={
145215  category="no",
145216  description="COPTIC EPACT DIGIT EIGHT",
145217  direction="en",
145218  linebreak="al",
145219  unicodeslot=0x102E8,
145220 },
145221 [0x102E9]={
145222  category="no",
145223  description="COPTIC EPACT DIGIT NINE",
145224  direction="en",
145225  linebreak="al",
145226  unicodeslot=0x102E9,
145227 },
145228 [0x102EA]={
145229  category="no",
145230  description="COPTIC EPACT NUMBER TEN",
145231  direction="en",
145232  linebreak="al",
145233  unicodeslot=0x102EA,
145234 },
145235 [0x102EB]={
145236  category="no",
145237  description="COPTIC EPACT NUMBER TWENTY",
145238  direction="en",
145239  linebreak="al",
145240  unicodeslot=0x102EB,
145241 },
145242 [0x102EC]={
145243  category="no",
145244  description="COPTIC EPACT NUMBER THIRTY",
145245  direction="en",
145246  linebreak="al",
145247  unicodeslot=0x102EC,
145248 },
145249 [0x102ED]={
145250  category="no",
145251  description="COPTIC EPACT NUMBER FORTY",
145252  direction="en",
145253  linebreak="al",
145254  unicodeslot=0x102ED,
145255 },
145256 [0x102EE]={
145257  category="no",
145258  description="COPTIC EPACT NUMBER FIFTY",
145259  direction="en",
145260  linebreak="al",
145261  unicodeslot=0x102EE,
145262 },
145263 [0x102EF]={
145264  category="no",
145265  description="COPTIC EPACT NUMBER SIXTY",
145266  direction="en",
145267  linebreak="al",
145268  unicodeslot=0x102EF,
145269 },
145270 [0x102F0]={
145271  category="no",
145272  description="COPTIC EPACT NUMBER SEVENTY",
145273  direction="en",
145274  linebreak="al",
145275  unicodeslot=0x102F0,
145276 },
145277 [0x102F1]={
145278  category="no",
145279  description="COPTIC EPACT NUMBER EIGHTY",
145280  direction="en",
145281  linebreak="al",
145282  unicodeslot=0x102F1,
145283 },
145284 [0x102F2]={
145285  category="no",
145286  description="COPTIC EPACT NUMBER NINETY",
145287  direction="en",
145288  linebreak="al",
145289  unicodeslot=0x102F2,
145290 },
145291 [0x102F3]={
145292  category="no",
145293  description="COPTIC EPACT NUMBER ONE HUNDRED",
145294  direction="en",
145295  linebreak="al",
145296  unicodeslot=0x102F3,
145297 },
145298 [0x102F4]={
145299  category="no",
145300  description="COPTIC EPACT NUMBER TWO HUNDRED",
145301  direction="en",
145302  linebreak="al",
145303  unicodeslot=0x102F4,
145304 },
145305 [0x102F5]={
145306  category="no",
145307  description="COPTIC EPACT NUMBER THREE HUNDRED",
145308  direction="en",
145309  linebreak="al",
145310  unicodeslot=0x102F5,
145311 },
145312 [0x102F6]={
145313  category="no",
145314  description="COPTIC EPACT NUMBER FOUR HUNDRED",
145315  direction="en",
145316  linebreak="al",
145317  unicodeslot=0x102F6,
145318 },
145319 [0x102F7]={
145320  category="no",
145321  description="COPTIC EPACT NUMBER FIVE HUNDRED",
145322  direction="en",
145323  linebreak="al",
145324  unicodeslot=0x102F7,
145325 },
145326 [0x102F8]={
145327  category="no",
145328  description="COPTIC EPACT NUMBER SIX HUNDRED",
145329  direction="en",
145330  linebreak="al",
145331  unicodeslot=0x102F8,
145332 },
145333 [0x102F9]={
145334  category="no",
145335  description="COPTIC EPACT NUMBER SEVEN HUNDRED",
145336  direction="en",
145337  linebreak="al",
145338  unicodeslot=0x102F9,
145339 },
145340 [0x102FA]={
145341  category="no",
145342  description="COPTIC EPACT NUMBER EIGHT HUNDRED",
145343  direction="en",
145344  linebreak="al",
145345  unicodeslot=0x102FA,
145346 },
145347 [0x102FB]={
145348  category="no",
145349  description="COPTIC EPACT NUMBER NINE HUNDRED",
145350  direction="en",
145351  linebreak="al",
145352  unicodeslot=0x102FB,
145353 },
145354 [0x10300]={
145355  category="lo",
145356  description="OLD ITALIC LETTER A",
145357  direction="l",
145358  linebreak="al",
145359  unicodeslot=0x10300,
145360 },
145361 [0x10301]={
145362  category="lo",
145363  description="OLD ITALIC LETTER BE",
145364  direction="l",
145365  linebreak="al",
145366  unicodeslot=0x10301,
145367 },
145368 [0x10302]={
145369  category="lo",
145370  description="OLD ITALIC LETTER KE",
145371  direction="l",
145372  linebreak="al",
145373  unicodeslot=0x10302,
145374 },
145375 [0x10303]={
145376  category="lo",
145377  description="OLD ITALIC LETTER DE",
145378  direction="l",
145379  linebreak="al",
145380  unicodeslot=0x10303,
145381 },
145382 [0x10304]={
145383  category="lo",
145384  description="OLD ITALIC LETTER E",
145385  direction="l",
145386  linebreak="al",
145387  unicodeslot=0x10304,
145388 },
145389 [0x10305]={
145390  category="lo",
145391  description="OLD ITALIC LETTER VE",
145392  direction="l",
145393  linebreak="al",
145394  unicodeslot=0x10305,
145395 },
145396 [0x10306]={
145397  category="lo",
145398  description="OLD ITALIC LETTER ZE",
145399  direction="l",
145400  linebreak="al",
145401  unicodeslot=0x10306,
145402 },
145403 [0x10307]={
145404  category="lo",
145405  description="OLD ITALIC LETTER HE",
145406  direction="l",
145407  linebreak="al",
145408  unicodeslot=0x10307,
145409 },
145410 [0x10308]={
145411  category="lo",
145412  description="OLD ITALIC LETTER THE",
145413  direction="l",
145414  linebreak="al",
145415  unicodeslot=0x10308,
145416 },
145417 [0x10309]={
145418  category="lo",
145419  description="OLD ITALIC LETTER I",
145420  direction="l",
145421  linebreak="al",
145422  unicodeslot=0x10309,
145423 },
145424 [0x1030A]={
145425  category="lo",
145426  description="OLD ITALIC LETTER KA",
145427  direction="l",
145428  linebreak="al",
145429  unicodeslot=0x1030A,
145430 },
145431 [0x1030B]={
145432  category="lo",
145433  description="OLD ITALIC LETTER EL",
145434  direction="l",
145435  linebreak="al",
145436  unicodeslot=0x1030B,
145437 },
145438 [0x1030C]={
145439  category="lo",
145440  description="OLD ITALIC LETTER EM",
145441  direction="l",
145442  linebreak="al",
145443  unicodeslot=0x1030C,
145444 },
145445 [0x1030D]={
145446  category="lo",
145447  description="OLD ITALIC LETTER EN",
145448  direction="l",
145449  linebreak="al",
145450  unicodeslot=0x1030D,
145451 },
145452 [0x1030E]={
145453  category="lo",
145454  description="OLD ITALIC LETTER ESH",
145455  direction="l",
145456  linebreak="al",
145457  unicodeslot=0x1030E,
145458 },
145459 [0x1030F]={
145460  category="lo",
145461  description="OLD ITALIC LETTER O",
145462  direction="l",
145463  linebreak="al",
145464  unicodeslot=0x1030F,
145465 },
145466 [0x10310]={
145467  category="lo",
145468  description="OLD ITALIC LETTER PE",
145469  direction="l",
145470  linebreak="al",
145471  unicodeslot=0x10310,
145472 },
145473 [0x10311]={
145474  category="lo",
145475  description="OLD ITALIC LETTER SHE",
145476  direction="l",
145477  linebreak="al",
145478  unicodeslot=0x10311,
145479 },
145480 [0x10312]={
145481  category="lo",
145482  description="OLD ITALIC LETTER KU",
145483  direction="l",
145484  linebreak="al",
145485  unicodeslot=0x10312,
145486 },
145487 [0x10313]={
145488  category="lo",
145489  description="OLD ITALIC LETTER ER",
145490  direction="l",
145491  linebreak="al",
145492  unicodeslot=0x10313,
145493 },
145494 [0x10314]={
145495  category="lo",
145496  description="OLD ITALIC LETTER ES",
145497  direction="l",
145498  linebreak="al",
145499  unicodeslot=0x10314,
145500 },
145501 [0x10315]={
145502  category="lo",
145503  description="OLD ITALIC LETTER TE",
145504  direction="l",
145505  linebreak="al",
145506  unicodeslot=0x10315,
145507 },
145508 [0x10316]={
145509  category="lo",
145510  description="OLD ITALIC LETTER U",
145511  direction="l",
145512  linebreak="al",
145513  unicodeslot=0x10316,
145514 },
145515 [0x10317]={
145516  category="lo",
145517  description="OLD ITALIC LETTER EKS",
145518  direction="l",
145519  linebreak="al",
145520  unicodeslot=0x10317,
145521 },
145522 [0x10318]={
145523  category="lo",
145524  description="OLD ITALIC LETTER PHE",
145525  direction="l",
145526  linebreak="al",
145527  unicodeslot=0x10318,
145528 },
145529 [0x10319]={
145530  category="lo",
145531  description="OLD ITALIC LETTER KHE",
145532  direction="l",
145533  linebreak="al",
145534  unicodeslot=0x10319,
145535 },
145536 [0x1031A]={
145537  category="lo",
145538  description="OLD ITALIC LETTER EF",
145539  direction="l",
145540  linebreak="al",
145541  unicodeslot=0x1031A,
145542 },
145543 [0x1031B]={
145544  category="lo",
145545  description="OLD ITALIC LETTER ERS",
145546  direction="l",
145547  linebreak="al",
145548  unicodeslot=0x1031B,
145549 },
145550 [0x1031C]={
145551  category="lo",
145552  description="OLD ITALIC LETTER CHE",
145553  direction="l",
145554  linebreak="al",
145555  unicodeslot=0x1031C,
145556 },
145557 [0x1031D]={
145558  category="lo",
145559  description="OLD ITALIC LETTER II",
145560  direction="l",
145561  linebreak="al",
145562  unicodeslot=0x1031D,
145563 },
145564 [0x1031E]={
145565  category="lo",
145566  description="OLD ITALIC LETTER UU",
145567  direction="l",
145568  linebreak="al",
145569  unicodeslot=0x1031E,
145570 },
145571 [0x1031F]={
145572  category="lo",
145573  description="OLD ITALIC LETTER ESS",
145574  direction="l",
145575  linebreak="al",
145576  unicodeslot=0x1031F,
145577 },
145578 [0x10320]={
145579  category="no",
145580  description="OLD ITALIC NUMERAL ONE",
145581  direction="l",
145582  linebreak="al",
145583  unicodeslot=0x10320,
145584 },
145585 [0x10321]={
145586  category="no",
145587  description="OLD ITALIC NUMERAL FIVE",
145588  direction="l",
145589  linebreak="al",
145590  unicodeslot=0x10321,
145591 },
145592 [0x10322]={
145593  category="no",
145594  description="OLD ITALIC NUMERAL TEN",
145595  direction="l",
145596  linebreak="al",
145597  unicodeslot=0x10322,
145598 },
145599 [0x10323]={
145600  category="no",
145601  description="OLD ITALIC NUMERAL FIFTY",
145602  direction="l",
145603  linebreak="al",
145604  unicodeslot=0x10323,
145605 },
145606 [0x1032D]={
145607  category="lo",
145608  description="OLD ITALIC LETTER YE",
145609  direction="l",
145610  linebreak="al",
145611  unicodeslot=0x1032D,
145612 },
145613 [0x1032E]={
145614  category="lo",
145615  description="OLD ITALIC LETTER NORTHERN TSE",
145616  direction="l",
145617  linebreak="al",
145618  unicodeslot=0x1032E,
145619 },
145620 [0x1032F]={
145621  category="lo",
145622  description="OLD ITALIC LETTER SOUTHERN TSE",
145623  direction="l",
145624  linebreak="al",
145625  unicodeslot=0x1032F,
145626 },
145627 [0x10330]={
145628  category="lo",
145629  description="GOTHIC LETTER AHSA",
145630  direction="l",
145631  linebreak="al",
145632  unicodeslot=0x10330,
145633 },
145634 [0x10331]={
145635  category="lo",
145636  description="GOTHIC LETTER BAIRKAN",
145637  direction="l",
145638  linebreak="al",
145639  unicodeslot=0x10331,
145640 },
145641 [0x10332]={
145642  category="lo",
145643  description="GOTHIC LETTER GIBA",
145644  direction="l",
145645  linebreak="al",
145646  unicodeslot=0x10332,
145647 },
145648 [0x10333]={
145649  category="lo",
145650  description="GOTHIC LETTER DAGS",
145651  direction="l",
145652  linebreak="al",
145653  unicodeslot=0x10333,
145654 },
145655 [0x10334]={
145656  category="lo",
145657  description="GOTHIC LETTER AIHVUS",
145658  direction="l",
145659  linebreak="al",
145660  unicodeslot=0x10334,
145661 },
145662 [0x10335]={
145663  category="lo",
145664  description="GOTHIC LETTER QAIRTHRA",
145665  direction="l",
145666  linebreak="al",
145667  unicodeslot=0x10335,
145668 },
145669 [0x10336]={
145670  category="lo",
145671  description="GOTHIC LETTER IUJA",
145672  direction="l",
145673  linebreak="al",
145674  unicodeslot=0x10336,
145675 },
145676 [0x10337]={
145677  category="lo",
145678  description="GOTHIC LETTER HAGL",
145679  direction="l",
145680  linebreak="al",
145681  unicodeslot=0x10337,
145682 },
145683 [0x10338]={
145684  category="lo",
145685  description="GOTHIC LETTER THIUTH",
145686  direction="l",
145687  linebreak="al",
145688  unicodeslot=0x10338,
145689 },
145690 [0x10339]={
145691  category="lo",
145692  description="GOTHIC LETTER EIS",
145693  direction="l",
145694  linebreak="al",
145695  unicodeslot=0x10339,
145696 },
145697 [0x1033A]={
145698  category="lo",
145699  description="GOTHIC LETTER KUSMA",
145700  direction="l",
145701  linebreak="al",
145702  unicodeslot=0x1033A,
145703 },
145704 [0x1033B]={
145705  category="lo",
145706  description="GOTHIC LETTER LAGUS",
145707  direction="l",
145708  linebreak="al",
145709  unicodeslot=0x1033B,
145710 },
145711 [0x1033C]={
145712  category="lo",
145713  description="GOTHIC LETTER MANNA",
145714  direction="l",
145715  linebreak="al",
145716  unicodeslot=0x1033C,
145717 },
145718 [0x1033D]={
145719  category="lo",
145720  description="GOTHIC LETTER NAUTHS",
145721  direction="l",
145722  linebreak="al",
145723  unicodeslot=0x1033D,
145724 },
145725 [0x1033E]={
145726  category="lo",
145727  description="GOTHIC LETTER JER",
145728  direction="l",
145729  linebreak="al",
145730  unicodeslot=0x1033E,
145731 },
145732 [0x1033F]={
145733  category="lo",
145734  description="GOTHIC LETTER URUS",
145735  direction="l",
145736  linebreak="al",
145737  unicodeslot=0x1033F,
145738 },
145739 [0x10340]={
145740  category="lo",
145741  description="GOTHIC LETTER PAIRTHRA",
145742  direction="l",
145743  linebreak="al",
145744  unicodeslot=0x10340,
145745 },
145746 [0x10341]={
145747  category="nl",
145748  description="GOTHIC LETTER NINETY",
145749  direction="l",
145750  linebreak="al",
145751  unicodeslot=0x10341,
145752 },
145753 [0x10342]={
145754  category="lo",
145755  description="GOTHIC LETTER RAIDA",
145756  direction="l",
145757  linebreak="al",
145758  unicodeslot=0x10342,
145759 },
145760 [0x10343]={
145761  category="lo",
145762  description="GOTHIC LETTER SAUIL",
145763  direction="l",
145764  linebreak="al",
145765  unicodeslot=0x10343,
145766 },
145767 [0x10344]={
145768  category="lo",
145769  description="GOTHIC LETTER TEIWS",
145770  direction="l",
145771  linebreak="al",
145772  unicodeslot=0x10344,
145773 },
145774 [0x10345]={
145775  category="lo",
145776  description="GOTHIC LETTER WINJA",
145777  direction="l",
145778  linebreak="al",
145779  unicodeslot=0x10345,
145780 },
145781 [0x10346]={
145782  category="lo",
145783  description="GOTHIC LETTER FAIHU",
145784  direction="l",
145785  linebreak="al",
145786  unicodeslot=0x10346,
145787 },
145788 [0x10347]={
145789  category="lo",
145790  description="GOTHIC LETTER IGGWS",
145791  direction="l",
145792  linebreak="al",
145793  unicodeslot=0x10347,
145794 },
145795 [0x10348]={
145796  category="lo",
145797  description="GOTHIC LETTER HWAIR",
145798  direction="l",
145799  linebreak="al",
145800  unicodeslot=0x10348,
145801 },
145802 [0x10349]={
145803  category="lo",
145804  description="GOTHIC LETTER OTHAL",
145805  direction="l",
145806  linebreak="al",
145807  unicodeslot=0x10349,
145808 },
145809 [0x1034A]={
145810  category="nl",
145811  description="GOTHIC LETTER NINE HUNDRED",
145812  direction="l",
145813  linebreak="al",
145814  unicodeslot=0x1034A,
145815 },
145816 [0x10350]={
145817  category="lo",
145818  description="OLD PERMIC LETTER AN",
145819  direction="l",
145820  linebreak="al",
145821  unicodeslot=0x10350,
145822 },
145823 [0x10351]={
145824  category="lo",
145825  description="OLD PERMIC LETTER BUR",
145826  direction="l",
145827  linebreak="al",
145828  unicodeslot=0x10351,
145829 },
145830 [0x10352]={
145831  category="lo",
145832  description="OLD PERMIC LETTER GAI",
145833  direction="l",
145834  linebreak="al",
145835  unicodeslot=0x10352,
145836 },
145837 [0x10353]={
145838  category="lo",
145839  description="OLD PERMIC LETTER DOI",
145840  direction="l",
145841  linebreak="al",
145842  unicodeslot=0x10353,
145843 },
145844 [0x10354]={
145845  category="lo",
145846  description="OLD PERMIC LETTER E",
145847  direction="l",
145848  linebreak="al",
145849  unicodeslot=0x10354,
145850 },
145851 [0x10355]={
145852  category="lo",
145853  description="OLD PERMIC LETTER ZHOI",
145854  direction="l",
145855  linebreak="al",
145856  unicodeslot=0x10355,
145857 },
145858 [0x10356]={
145859  category="lo",
145860  description="OLD PERMIC LETTER DZHOI",
145861  direction="l",
145862  linebreak="al",
145863  unicodeslot=0x10356,
145864 },
145865 [0x10357]={
145866  category="lo",
145867  description="OLD PERMIC LETTER ZATA",
145868  direction="l",
145869  linebreak="al",
145870  unicodeslot=0x10357,
145871 },
145872 [0x10358]={
145873  category="lo",
145874  description="OLD PERMIC LETTER DZITA",
145875  direction="l",
145876  linebreak="al",
145877  unicodeslot=0x10358,
145878 },
145879 [0x10359]={
145880  category="lo",
145881  description="OLD PERMIC LETTER I",
145882  direction="l",
145883  linebreak="al",
145884  unicodeslot=0x10359,
145885 },
145886 [0x1035A]={
145887  category="lo",
145888  description="OLD PERMIC LETTER KOKE",
145889  direction="l",
145890  linebreak="al",
145891  unicodeslot=0x1035A,
145892 },
145893 [0x1035B]={
145894  category="lo",
145895  description="OLD PERMIC LETTER LEI",
145896  direction="l",
145897  linebreak="al",
145898  unicodeslot=0x1035B,
145899 },
145900 [0x1035C]={
145901  category="lo",
145902  description="OLD PERMIC LETTER MENOE",
145903  direction="l",
145904  linebreak="al",
145905  unicodeslot=0x1035C,
145906 },
145907 [0x1035D]={
145908  category="lo",
145909  description="OLD PERMIC LETTER NENOE",
145910  direction="l",
145911  linebreak="al",
145912  unicodeslot=0x1035D,
145913 },
145914 [0x1035E]={
145915  category="lo",
145916  description="OLD PERMIC LETTER VOOI",
145917  direction="l",
145918  linebreak="al",
145919  unicodeslot=0x1035E,
145920 },
145921 [0x1035F]={
145922  category="lo",
145923  description="OLD PERMIC LETTER PEEI",
145924  direction="l",
145925  linebreak="al",
145926  unicodeslot=0x1035F,
145927 },
145928 [0x10360]={
145929  category="lo",
145930  description="OLD PERMIC LETTER REI",
145931  direction="l",
145932  linebreak="al",
145933  unicodeslot=0x10360,
145934 },
145935 [0x10361]={
145936  category="lo",
145937  description="OLD PERMIC LETTER SII",
145938  direction="l",
145939  linebreak="al",
145940  unicodeslot=0x10361,
145941 },
145942 [0x10362]={
145943  category="lo",
145944  description="OLD PERMIC LETTER TAI",
145945  direction="l",
145946  linebreak="al",
145947  unicodeslot=0x10362,
145948 },
145949 [0x10363]={
145950  category="lo",
145951  description="OLD PERMIC LETTER U",
145952  direction="l",
145953  linebreak="al",
145954  unicodeslot=0x10363,
145955 },
145956 [0x10364]={
145957  category="lo",
145958  description="OLD PERMIC LETTER CHERY",
145959  direction="l",
145960  linebreak="al",
145961  unicodeslot=0x10364,
145962 },
145963 [0x10365]={
145964  category="lo",
145965  description="OLD PERMIC LETTER SHOOI",
145966  direction="l",
145967  linebreak="al",
145968  unicodeslot=0x10365,
145969 },
145970 [0x10366]={
145971  category="lo",
145972  description="OLD PERMIC LETTER SHCHOOI",
145973  direction="l",
145974  linebreak="al",
145975  unicodeslot=0x10366,
145976 },
145977 [0x10367]={
145978  category="lo",
145979  description="OLD PERMIC LETTER YRY",
145980  direction="l",
145981  linebreak="al",
145982  unicodeslot=0x10367,
145983 },
145984 [0x10368]={
145985  category="lo",
145986  description="OLD PERMIC LETTER YERU",
145987  direction="l",
145988  linebreak="al",
145989  unicodeslot=0x10368,
145990 },
145991 [0x10369]={
145992  category="lo",
145993  description="OLD PERMIC LETTER O",
145994  direction="l",
145995  linebreak="al",
145996  unicodeslot=0x10369,
145997 },
145998 [0x1036A]={
145999  category="lo",
146000  description="OLD PERMIC LETTER OO",
146001  direction="l",
146002  linebreak="al",
146003  unicodeslot=0x1036A,
146004 },
146005 [0x1036B]={
146006  category="lo",
146007  description="OLD PERMIC LETTER EF",
146008  direction="l",
146009  linebreak="al",
146010  unicodeslot=0x1036B,
146011 },
146012 [0x1036C]={
146013  category="lo",
146014  description="OLD PERMIC LETTER HA",
146015  direction="l",
146016  linebreak="al",
146017  unicodeslot=0x1036C,
146018 },
146019 [0x1036D]={
146020  category="lo",
146021  description="OLD PERMIC LETTER TSIU",
146022  direction="l",
146023  linebreak="al",
146024  unicodeslot=0x1036D,
146025 },
146026 [0x1036E]={
146027  category="lo",
146028  description="OLD PERMIC LETTER VER",
146029  direction="l",
146030  linebreak="al",
146031  unicodeslot=0x1036E,
146032 },
146033 [0x1036F]={
146034  category="lo",
146035  description="OLD PERMIC LETTER YER",
146036  direction="l",
146037  linebreak="al",
146038  unicodeslot=0x1036F,
146039 },
146040 [0x10370]={
146041  category="lo",
146042  description="OLD PERMIC LETTER YERI",
146043  direction="l",
146044  linebreak="al",
146045  unicodeslot=0x10370,
146046 },
146047 [0x10371]={
146048  category="lo",
146049  description="OLD PERMIC LETTER YAT",
146050  direction="l",
146051  linebreak="al",
146052  unicodeslot=0x10371,
146053 },
146054 [0x10372]={
146055  category="lo",
146056  description="OLD PERMIC LETTER IE",
146057  direction="l",
146058  linebreak="al",
146059  unicodeslot=0x10372,
146060 },
146061 [0x10373]={
146062  category="lo",
146063  description="OLD PERMIC LETTER YU",
146064  direction="l",
146065  linebreak="al",
146066  unicodeslot=0x10373,
146067 },
146068 [0x10374]={
146069  category="lo",
146070  description="OLD PERMIC LETTER YA",
146071  direction="l",
146072  linebreak="al",
146073  unicodeslot=0x10374,
146074 },
146075 [0x10375]={
146076  category="lo",
146077  description="OLD PERMIC LETTER IA",
146078  direction="l",
146079  linebreak="al",
146080  unicodeslot=0x10375,
146081 },
146082 [0x10376]={
146083  category="mn",
146084  combining=0xE6,
146085  description="COMBINING OLD PERMIC LETTER AN",
146086  direction="nsm",
146087  linebreak="cm",
146088  unicodeslot=0x10376,
146089 },
146090 [0x10377]={
146091  category="mn",
146092  combining=0xE6,
146093  description="COMBINING OLD PERMIC LETTER DOI",
146094  direction="nsm",
146095  linebreak="cm",
146096  unicodeslot=0x10377,
146097 },
146098 [0x10378]={
146099  category="mn",
146100  combining=0xE6,
146101  description="COMBINING OLD PERMIC LETTER ZATA",
146102  direction="nsm",
146103  linebreak="cm",
146104  unicodeslot=0x10378,
146105 },
146106 [0x10379]={
146107  category="mn",
146108  combining=0xE6,
146109  description="COMBINING OLD PERMIC LETTER NENOE",
146110  direction="nsm",
146111  linebreak="cm",
146112  unicodeslot=0x10379,
146113 },
146114 [0x1037A]={
146115  category="mn",
146116  combining=0xE6,
146117  description="COMBINING OLD PERMIC LETTER SII",
146118  direction="nsm",
146119  linebreak="cm",
146120  unicodeslot=0x1037A,
146121 },
146122 [0x10380]={
146123  category="lo",
146124  description="UGARITIC LETTER ALPA",
146125  direction="l",
146126  linebreak="al",
146127  unicodeslot=0x10380,
146128 },
146129 [0x10381]={
146130  category="lo",
146131  description="UGARITIC LETTER BETA",
146132  direction="l",
146133  linebreak="al",
146134  unicodeslot=0x10381,
146135 },
146136 [0x10382]={
146137  category="lo",
146138  description="UGARITIC LETTER GAMLA",
146139  direction="l",
146140  linebreak="al",
146141  unicodeslot=0x10382,
146142 },
146143 [0x10383]={
146144  category="lo",
146145  description="UGARITIC LETTER KHA",
146146  direction="l",
146147  linebreak="al",
146148  unicodeslot=0x10383,
146149 },
146150 [0x10384]={
146151  category="lo",
146152  description="UGARITIC LETTER DELTA",
146153  direction="l",
146154  linebreak="al",
146155  unicodeslot=0x10384,
146156 },
146157 [0x10385]={
146158  category="lo",
146159  description="UGARITIC LETTER HO",
146160  direction="l",
146161  linebreak="al",
146162  unicodeslot=0x10385,
146163 },
146164 [0x10386]={
146165  category="lo",
146166  description="UGARITIC LETTER WO",
146167  direction="l",
146168  linebreak="al",
146169  unicodeslot=0x10386,
146170 },
146171 [0x10387]={
146172  category="lo",
146173  description="UGARITIC LETTER ZETA",
146174  direction="l",
146175  linebreak="al",
146176  unicodeslot=0x10387,
146177 },
146178 [0x10388]={
146179  category="lo",
146180  description="UGARITIC LETTER HOTA",
146181  direction="l",
146182  linebreak="al",
146183  unicodeslot=0x10388,
146184 },
146185 [0x10389]={
146186  category="lo",
146187  description="UGARITIC LETTER TET",
146188  direction="l",
146189  linebreak="al",
146190  unicodeslot=0x10389,
146191 },
146192 [0x1038A]={
146193  category="lo",
146194  description="UGARITIC LETTER YOD",
146195  direction="l",
146196  linebreak="al",
146197  unicodeslot=0x1038A,
146198 },
146199 [0x1038B]={
146200  category="lo",
146201  description="UGARITIC LETTER KAF",
146202  direction="l",
146203  linebreak="al",
146204  unicodeslot=0x1038B,
146205 },
146206 [0x1038C]={
146207  category="lo",
146208  description="UGARITIC LETTER SHIN",
146209  direction="l",
146210  linebreak="al",
146211  unicodeslot=0x1038C,
146212 },
146213 [0x1038D]={
146214  category="lo",
146215  description="UGARITIC LETTER LAMDA",
146216  direction="l",
146217  linebreak="al",
146218  unicodeslot=0x1038D,
146219 },
146220 [0x1038E]={
146221  category="lo",
146222  description="UGARITIC LETTER MEM",
146223  direction="l",
146224  linebreak="al",
146225  unicodeslot=0x1038E,
146226 },
146227 [0x1038F]={
146228  category="lo",
146229  description="UGARITIC LETTER DHAL",
146230  direction="l",
146231  linebreak="al",
146232  unicodeslot=0x1038F,
146233 },
146234 [0x10390]={
146235  category="lo",
146236  description="UGARITIC LETTER NUN",
146237  direction="l",
146238  linebreak="al",
146239  unicodeslot=0x10390,
146240 },
146241 [0x10391]={
146242  category="lo",
146243  description="UGARITIC LETTER ZU",
146244  direction="l",
146245  linebreak="al",
146246  unicodeslot=0x10391,
146247 },
146248 [0x10392]={
146249  category="lo",
146250  description="UGARITIC LETTER SAMKA",
146251  direction="l",
146252  linebreak="al",
146253  unicodeslot=0x10392,
146254 },
146255 [0x10393]={
146256  category="lo",
146257  description="UGARITIC LETTER AIN",
146258  direction="l",
146259  linebreak="al",
146260  unicodeslot=0x10393,
146261 },
146262 [0x10394]={
146263  category="lo",
146264  description="UGARITIC LETTER PU",
146265  direction="l",
146266  linebreak="al",
146267  unicodeslot=0x10394,
146268 },
146269 [0x10395]={
146270  category="lo",
146271  description="UGARITIC LETTER SADE",
146272  direction="l",
146273  linebreak="al",
146274  unicodeslot=0x10395,
146275 },
146276 [0x10396]={
146277  category="lo",
146278  description="UGARITIC LETTER QOPA",
146279  direction="l",
146280  linebreak="al",
146281  unicodeslot=0x10396,
146282 },
146283 [0x10397]={
146284  category="lo",
146285  description="UGARITIC LETTER RASHA",
146286  direction="l",
146287  linebreak="al",
146288  unicodeslot=0x10397,
146289 },
146290 [0x10398]={
146291  category="lo",
146292  description="UGARITIC LETTER THANNA",
146293  direction="l",
146294  linebreak="al",
146295  unicodeslot=0x10398,
146296 },
146297 [0x10399]={
146298  category="lo",
146299  description="UGARITIC LETTER GHAIN",
146300  direction="l",
146301  linebreak="al",
146302  unicodeslot=0x10399,
146303 },
146304 [0x1039A]={
146305  category="lo",
146306  description="UGARITIC LETTER TO",
146307  direction="l",
146308  linebreak="al",
146309  unicodeslot=0x1039A,
146310 },
146311 [0x1039B]={
146312  category="lo",
146313  description="UGARITIC LETTER I",
146314  direction="l",
146315  linebreak="al",
146316  unicodeslot=0x1039B,
146317 },
146318 [0x1039C]={
146319  category="lo",
146320  description="UGARITIC LETTER U",
146321  direction="l",
146322  linebreak="al",
146323  unicodeslot=0x1039C,
146324 },
146325 [0x1039D]={
146326  category="lo",
146327  description="UGARITIC LETTER SSU",
146328  direction="l",
146329  linebreak="al",
146330  unicodeslot=0x1039D,
146331 },
146332 [0x1039F]={
146333  category="po",
146334  description="UGARITIC WORD DIVIDER",
146335  direction="l",
146336  linebreak="ba",
146337  unicodeslot=0x1039F,
146338 },
146339 [0x103A0]={
146340  category="lo",
146341  description="OLD PERSIAN SIGN A",
146342  direction="l",
146343  linebreak="al",
146344  unicodeslot=0x103A0,
146345 },
146346 [0x103A1]={
146347  category="lo",
146348  description="OLD PERSIAN SIGN I",
146349  direction="l",
146350  linebreak="al",
146351  unicodeslot=0x103A1,
146352 },
146353 [0x103A2]={
146354  category="lo",
146355  description="OLD PERSIAN SIGN U",
146356  direction="l",
146357  linebreak="al",
146358  unicodeslot=0x103A2,
146359 },
146360 [0x103A3]={
146361  category="lo",
146362  description="OLD PERSIAN SIGN KA",
146363  direction="l",
146364  linebreak="al",
146365  unicodeslot=0x103A3,
146366 },
146367 [0x103A4]={
146368  category="lo",
146369  description="OLD PERSIAN SIGN KU",
146370  direction="l",
146371  linebreak="al",
146372  unicodeslot=0x103A4,
146373 },
146374 [0x103A5]={
146375  category="lo",
146376  description="OLD PERSIAN SIGN GA",
146377  direction="l",
146378  linebreak="al",
146379  unicodeslot=0x103A5,
146380 },
146381 [0x103A6]={
146382  category="lo",
146383  description="OLD PERSIAN SIGN GU",
146384  direction="l",
146385  linebreak="al",
146386  unicodeslot=0x103A6,
146387 },
146388 [0x103A7]={
146389  category="lo",
146390  description="OLD PERSIAN SIGN XA",
146391  direction="l",
146392  linebreak="al",
146393  unicodeslot=0x103A7,
146394 },
146395 [0x103A8]={
146396  category="lo",
146397  description="OLD PERSIAN SIGN CA",
146398  direction="l",
146399  linebreak="al",
146400  unicodeslot=0x103A8,
146401 },
146402 [0x103A9]={
146403  category="lo",
146404  description="OLD PERSIAN SIGN JA",
146405  direction="l",
146406  linebreak="al",
146407  unicodeslot=0x103A9,
146408 },
146409 [0x103AA]={
146410  category="lo",
146411  description="OLD PERSIAN SIGN JI",
146412  direction="l",
146413  linebreak="al",
146414  unicodeslot=0x103AA,
146415 },
146416 [0x103AB]={
146417  category="lo",
146418  description="OLD PERSIAN SIGN TA",
146419  direction="l",
146420  linebreak="al",
146421  unicodeslot=0x103AB,
146422 },
146423 [0x103AC]={
146424  category="lo",
146425  description="OLD PERSIAN SIGN TU",
146426  direction="l",
146427  linebreak="al",
146428  unicodeslot=0x103AC,
146429 },
146430 [0x103AD]={
146431  category="lo",
146432  description="OLD PERSIAN SIGN DA",
146433  direction="l",
146434  linebreak="al",
146435  unicodeslot=0x103AD,
146436 },
146437 [0x103AE]={
146438  category="lo",
146439  description="OLD PERSIAN SIGN DI",
146440  direction="l",
146441  linebreak="al",
146442  unicodeslot=0x103AE,
146443 },
146444 [0x103AF]={
146445  category="lo",
146446  description="OLD PERSIAN SIGN DU",
146447  direction="l",
146448  linebreak="al",
146449  unicodeslot=0x103AF,
146450 },
146451 [0x103B0]={
146452  category="lo",
146453  description="OLD PERSIAN SIGN THA",
146454  direction="l",
146455  linebreak="al",
146456  unicodeslot=0x103B0,
146457 },
146458 [0x103B1]={
146459  category="lo",
146460  description="OLD PERSIAN SIGN PA",
146461  direction="l",
146462  linebreak="al",
146463  unicodeslot=0x103B1,
146464 },
146465 [0x103B2]={
146466  category="lo",
146467  description="OLD PERSIAN SIGN BA",
146468  direction="l",
146469  linebreak="al",
146470  unicodeslot=0x103B2,
146471 },
146472 [0x103B3]={
146473  category="lo",
146474  description="OLD PERSIAN SIGN FA",
146475  direction="l",
146476  linebreak="al",
146477  unicodeslot=0x103B3,
146478 },
146479 [0x103B4]={
146480  category="lo",
146481  description="OLD PERSIAN SIGN NA",
146482  direction="l",
146483  linebreak="al",
146484  unicodeslot=0x103B4,
146485 },
146486 [0x103B5]={
146487  category="lo",
146488  description="OLD PERSIAN SIGN NU",
146489  direction="l",
146490  linebreak="al",
146491  unicodeslot=0x103B5,
146492 },
146493 [0x103B6]={
146494  category="lo",
146495  description="OLD PERSIAN SIGN MA",
146496  direction="l",
146497  linebreak="al",
146498  unicodeslot=0x103B6,
146499 },
146500 [0x103B7]={
146501  category="lo",
146502  description="OLD PERSIAN SIGN MI",
146503  direction="l",
146504  linebreak="al",
146505  unicodeslot=0x103B7,
146506 },
146507 [0x103B8]={
146508  category="lo",
146509  description="OLD PERSIAN SIGN MU",
146510  direction="l",
146511  linebreak="al",
146512  unicodeslot=0x103B8,
146513 },
146514 [0x103B9]={
146515  category="lo",
146516  description="OLD PERSIAN SIGN YA",
146517  direction="l",
146518  linebreak="al",
146519  unicodeslot=0x103B9,
146520 },
146521 [0x103BA]={
146522  category="lo",
146523  description="OLD PERSIAN SIGN VA",
146524  direction="l",
146525  linebreak="al",
146526  unicodeslot=0x103BA,
146527 },
146528 [0x103BB]={
146529  category="lo",
146530  description="OLD PERSIAN SIGN VI",
146531  direction="l",
146532  linebreak="al",
146533  unicodeslot=0x103BB,
146534 },
146535 [0x103BC]={
146536  category="lo",
146537  description="OLD PERSIAN SIGN RA",
146538  direction="l",
146539  linebreak="al",
146540  unicodeslot=0x103BC,
146541 },
146542 [0x103BD]={
146543  category="lo",
146544  description="OLD PERSIAN SIGN RU",
146545  direction="l",
146546  linebreak="al",
146547  unicodeslot=0x103BD,
146548 },
146549 [0x103BE]={
146550  category="lo",
146551  description="OLD PERSIAN SIGN LA",
146552  direction="l",
146553  linebreak="al",
146554  unicodeslot=0x103BE,
146555 },
146556 [0x103BF]={
146557  category="lo",
146558  description="OLD PERSIAN SIGN SA",
146559  direction="l",
146560  linebreak="al",
146561  unicodeslot=0x103BF,
146562 },
146563 [0x103C0]={
146564  category="lo",
146565  description="OLD PERSIAN SIGN ZA",
146566  direction="l",
146567  linebreak="al",
146568  unicodeslot=0x103C0,
146569 },
146570 [0x103C1]={
146571  category="lo",
146572  description="OLD PERSIAN SIGN SHA",
146573  direction="l",
146574  linebreak="al",
146575  unicodeslot=0x103C1,
146576 },
146577 [0x103C2]={
146578  category="lo",
146579  description="OLD PERSIAN SIGN SSA",
146580  direction="l",
146581  linebreak="al",
146582  unicodeslot=0x103C2,
146583 },
146584 [0x103C3]={
146585  category="lo",
146586  description="OLD PERSIAN SIGN HA",
146587  direction="l",
146588  linebreak="al",
146589  unicodeslot=0x103C3,
146590 },
146591 [0x103C8]={
146592  category="lo",
146593  description="OLD PERSIAN SIGN AURAMAZDAA",
146594  direction="l",
146595  linebreak="al",
146596  unicodeslot=0x103C8,
146597 },
146598 [0x103C9]={
146599  category="lo",
146600  description="OLD PERSIAN SIGN AURAMAZDAA-0x0002",
146601  direction="l",
146602  linebreak="al",
146603  unicodeslot=0x103C9,
146604 },
146605 [0x103CA]={
146606  category="lo",
146607  description="OLD PERSIAN SIGN AURAMAZDAAHA",
146608  direction="l",
146609  linebreak="al",
146610  unicodeslot=0x103CA,
146611 },
146612 [0x103CB]={
146613  category="lo",
146614  description="OLD PERSIAN SIGN XSHAAYATHIYA",
146615  direction="l",
146616  linebreak="al",
146617  unicodeslot=0x103CB,
146618 },
146619 [0x103CC]={
146620  category="lo",
146621  description="OLD PERSIAN SIGN DAHYAAUSH",
146622  direction="l",
146623  linebreak="al",
146624  unicodeslot=0x103CC,
146625 },
146626 [0x103CD]={
146627  category="lo",
146628  description="OLD PERSIAN SIGN DAHYAAUSH-0x0002",
146629  direction="l",
146630  linebreak="al",
146631  unicodeslot=0x103CD,
146632 },
146633 [0x103CE]={
146634  category="lo",
146635  description="OLD PERSIAN SIGN BAGA",
146636  direction="l",
146637  linebreak="al",
146638  unicodeslot=0x103CE,
146639 },
146640 [0x103CF]={
146641  category="lo",
146642  description="OLD PERSIAN SIGN BUUMISH",
146643  direction="l",
146644  linebreak="al",
146645  unicodeslot=0x103CF,
146646 },
146647 [0x103D0]={
146648  category="po",
146649  description="OLD PERSIAN WORD DIVIDER",
146650  direction="l",
146651  linebreak="ba",
146652  unicodeslot=0x103D0,
146653 },
146654 [0x103D1]={
146655  category="nl",
146656  description="OLD PERSIAN NUMBER ONE",
146657  direction="l",
146658  linebreak="al",
146659  unicodeslot=0x103D1,
146660 },
146661 [0x103D2]={
146662  category="nl",
146663  description="OLD PERSIAN NUMBER TWO",
146664  direction="l",
146665  linebreak="al",
146666  unicodeslot=0x103D2,
146667 },
146668 [0x103D3]={
146669  category="nl",
146670  description="OLD PERSIAN NUMBER TEN",
146671  direction="l",
146672  linebreak="al",
146673  unicodeslot=0x103D3,
146674 },
146675 [0x103D4]={
146676  category="nl",
146677  description="OLD PERSIAN NUMBER TWENTY",
146678  direction="l",
146679  linebreak="al",
146680  unicodeslot=0x103D4,
146681 },
146682 [0x103D5]={
146683  category="nl",
146684  description="OLD PERSIAN NUMBER HUNDRED",
146685  direction="l",
146686  linebreak="al",
146687  unicodeslot=0x103D5,
146688 },
146689 [0x10400]={
146690  category="lu",
146691  description="DESERET CAPITAL LETTER LONG I",
146692  direction="l",
146693  lccode=0x10428,
146694  linebreak="al",
146695  unicodeslot=0x10400,
146696 },
146697 [0x10401]={
146698  category="lu",
146699  description="DESERET CAPITAL LETTER LONG E",
146700  direction="l",
146701  lccode=0x10429,
146702  linebreak="al",
146703  unicodeslot=0x10401,
146704 },
146705 [0x10402]={
146706  category="lu",
146707  description="DESERET CAPITAL LETTER LONG A",
146708  direction="l",
146709  lccode=0x1042A,
146710  linebreak="al",
146711  unicodeslot=0x10402,
146712 },
146713 [0x10403]={
146714  category="lu",
146715  description="DESERET CAPITAL LETTER LONG AH",
146716  direction="l",
146717  lccode=0x1042B,
146718  linebreak="al",
146719  unicodeslot=0x10403,
146720 },
146721 [0x10404]={
146722  category="lu",
146723  description="DESERET CAPITAL LETTER LONG O",
146724  direction="l",
146725  lccode=0x1042C,
146726  linebreak="al",
146727  unicodeslot=0x10404,
146728 },
146729 [0x10405]={
146730  category="lu",
146731  description="DESERET CAPITAL LETTER LONG OO",
146732  direction="l",
146733  lccode=0x1042D,
146734  linebreak="al",
146735  unicodeslot=0x10405,
146736 },
146737 [0x10406]={
146738  category="lu",
146739  description="DESERET CAPITAL LETTER SHORT I",
146740  direction="l",
146741  lccode=0x1042E,
146742  linebreak="al",
146743  unicodeslot=0x10406,
146744 },
146745 [0x10407]={
146746  category="lu",
146747  description="DESERET CAPITAL LETTER SHORT E",
146748  direction="l",
146749  lccode=0x1042F,
146750  linebreak="al",
146751  unicodeslot=0x10407,
146752 },
146753 [0x10408]={
146754  category="lu",
146755  description="DESERET CAPITAL LETTER SHORT A",
146756  direction="l",
146757  lccode=0x10430,
146758  linebreak="al",
146759  unicodeslot=0x10408,
146760 },
146761 [0x10409]={
146762  category="lu",
146763  description="DESERET CAPITAL LETTER SHORT AH",
146764  direction="l",
146765  lccode=0x10431,
146766  linebreak="al",
146767  unicodeslot=0x10409,
146768 },
146769 [0x1040A]={
146770  category="lu",
146771  description="DESERET CAPITAL LETTER SHORT O",
146772  direction="l",
146773  lccode=0x10432,
146774  linebreak="al",
146775  unicodeslot=0x1040A,
146776 },
146777 [0x1040B]={
146778  category="lu",
146779  description="DESERET CAPITAL LETTER SHORT OO",
146780  direction="l",
146781  lccode=0x10433,
146782  linebreak="al",
146783  unicodeslot=0x1040B,
146784 },
146785 [0x1040C]={
146786  category="lu",
146787  description="DESERET CAPITAL LETTER AY",
146788  direction="l",
146789  lccode=0x10434,
146790  linebreak="al",
146791  unicodeslot=0x1040C,
146792 },
146793 [0x1040D]={
146794  category="lu",
146795  description="DESERET CAPITAL LETTER OW",
146796  direction="l",
146797  lccode=0x10435,
146798  linebreak="al",
146799  unicodeslot=0x1040D,
146800 },
146801 [0x1040E]={
146802  category="lu",
146803  description="DESERET CAPITAL LETTER WU",
146804  direction="l",
146805  lccode=0x10436,
146806  linebreak="al",
146807  unicodeslot=0x1040E,
146808 },
146809 [0x1040F]={
146810  category="lu",
146811  description="DESERET CAPITAL LETTER YEE",
146812  direction="l",
146813  lccode=0x10437,
146814  linebreak="al",
146815  unicodeslot=0x1040F,
146816 },
146817 [0x10410]={
146818  category="lu",
146819  description="DESERET CAPITAL LETTER H",
146820  direction="l",
146821  lccode=0x10438,
146822  linebreak="al",
146823  unicodeslot=0x10410,
146824 },
146825 [0x10411]={
146826  category="lu",
146827  description="DESERET CAPITAL LETTER PEE",
146828  direction="l",
146829  lccode=0x10439,
146830  linebreak="al",
146831  unicodeslot=0x10411,
146832 },
146833 [0x10412]={
146834  category="lu",
146835  description="DESERET CAPITAL LETTER BEE",
146836  direction="l",
146837  lccode=0x1043A,
146838  linebreak="al",
146839  unicodeslot=0x10412,
146840 },
146841 [0x10413]={
146842  category="lu",
146843  description="DESERET CAPITAL LETTER TEE",
146844  direction="l",
146845  lccode=0x1043B,
146846  linebreak="al",
146847  unicodeslot=0x10413,
146848 },
146849 [0x10414]={
146850  category="lu",
146851  description="DESERET CAPITAL LETTER DEE",
146852  direction="l",
146853  lccode=0x1043C,
146854  linebreak="al",
146855  unicodeslot=0x10414,
146856 },
146857 [0x10415]={
146858  category="lu",
146859  description="DESERET CAPITAL LETTER CHEE",
146860  direction="l",
146861  lccode=0x1043D,
146862  linebreak="al",
146863  unicodeslot=0x10415,
146864 },
146865 [0x10416]={
146866  category="lu",
146867  description="DESERET CAPITAL LETTER JEE",
146868  direction="l",
146869  lccode=0x1043E,
146870  linebreak="al",
146871  unicodeslot=0x10416,
146872 },
146873 [0x10417]={
146874  category="lu",
146875  description="DESERET CAPITAL LETTER KAY",
146876  direction="l",
146877  lccode=0x1043F,
146878  linebreak="al",
146879  unicodeslot=0x10417,
146880 },
146881 [0x10418]={
146882  category="lu",
146883  description="DESERET CAPITAL LETTER GAY",
146884  direction="l",
146885  lccode=0x10440,
146886  linebreak="al",
146887  unicodeslot=0x10418,
146888 },
146889 [0x10419]={
146890  category="lu",
146891  description="DESERET CAPITAL LETTER EF",
146892  direction="l",
146893  lccode=0x10441,
146894  linebreak="al",
146895  unicodeslot=0x10419,
146896 },
146897 [0x1041A]={
146898  category="lu",
146899  description="DESERET CAPITAL LETTER VEE",
146900  direction="l",
146901  lccode=0x10442,
146902  linebreak="al",
146903  unicodeslot=0x1041A,
146904 },
146905 [0x1041B]={
146906  category="lu",
146907  description="DESERET CAPITAL LETTER ETH",
146908  direction="l",
146909  lccode=0x10443,
146910  linebreak="al",
146911  unicodeslot=0x1041B,
146912 },
146913 [0x1041C]={
146914  category="lu",
146915  description="DESERET CAPITAL LETTER THEE",
146916  direction="l",
146917  lccode=0x10444,
146918  linebreak="al",
146919  unicodeslot=0x1041C,
146920 },
146921 [0x1041D]={
146922  category="lu",
146923  description="DESERET CAPITAL LETTER ES",
146924  direction="l",
146925  lccode=0x10445,
146926  linebreak="al",
146927  unicodeslot=0x1041D,
146928 },
146929 [0x1041E]={
146930  category="lu",
146931  description="DESERET CAPITAL LETTER ZEE",
146932  direction="l",
146933  lccode=0x10446,
146934  linebreak="al",
146935  unicodeslot=0x1041E,
146936 },
146937 [0x1041F]={
146938  category="lu",
146939  description="DESERET CAPITAL LETTER ESH",
146940  direction="l",
146941  lccode=0x10447,
146942  linebreak="al",
146943  unicodeslot=0x1041F,
146944 },
146945 [0x10420]={
146946  category="lu",
146947  description="DESERET CAPITAL LETTER ZHEE",
146948  direction="l",
146949  lccode=0x10448,
146950  linebreak="al",
146951  unicodeslot=0x10420,
146952 },
146953 [0x10421]={
146954  category="lu",
146955  description="DESERET CAPITAL LETTER ER",
146956  direction="l",
146957  lccode=0x10449,
146958  linebreak="al",
146959  unicodeslot=0x10421,
146960 },
146961 [0x10422]={
146962  category="lu",
146963  description="DESERET CAPITAL LETTER EL",
146964  direction="l",
146965  lccode=0x1044A,
146966  linebreak="al",
146967  unicodeslot=0x10422,
146968 },
146969 [0x10423]={
146970  category="lu",
146971  description="DESERET CAPITAL LETTER EM",
146972  direction="l",
146973  lccode=0x1044B,
146974  linebreak="al",
146975  unicodeslot=0x10423,
146976 },
146977 [0x10424]={
146978  category="lu",
146979  description="DESERET CAPITAL LETTER EN",
146980  direction="l",
146981  lccode=0x1044C,
146982  linebreak="al",
146983  unicodeslot=0x10424,
146984 },
146985 [0x10425]={
146986  category="lu",
146987  description="DESERET CAPITAL LETTER ENG",
146988  direction="l",
146989  lccode=0x1044D,
146990  linebreak="al",
146991  unicodeslot=0x10425,
146992 },
146993 [0x10426]={
146994  category="lu",
146995  description="DESERET CAPITAL LETTER OI",
146996  direction="l",
146997  lccode=0x1044E,
146998  linebreak="al",
146999  unicodeslot=0x10426,
147000 },
147001 [0x10427]={
147002  category="lu",
147003  description="DESERET CAPITAL LETTER EW",
147004  direction="l",
147005  lccode=0x1044F,
147006  linebreak="al",
147007  unicodeslot=0x10427,
147008 },
147009 [0x10428]={
147010  category="ll",
147011  description="DESERET SMALL LETTER LONG I",
147012  direction="l",
147013  linebreak="al",
147014  uccode=0x10400,
147015  unicodeslot=0x10428,
147016 },
147017 [0x10429]={
147018  category="ll",
147019  description="DESERET SMALL LETTER LONG E",
147020  direction="l",
147021  linebreak="al",
147022  uccode=0x10401,
147023  unicodeslot=0x10429,
147024 },
147025 [0x1042A]={
147026  category="ll",
147027  description="DESERET SMALL LETTER LONG A",
147028  direction="l",
147029  linebreak="al",
147030  uccode=0x10402,
147031  unicodeslot=0x1042A,
147032 },
147033 [0x1042B]={
147034  category="ll",
147035  description="DESERET SMALL LETTER LONG AH",
147036  direction="l",
147037  linebreak="al",
147038  uccode=0x10403,
147039  unicodeslot=0x1042B,
147040 },
147041 [0x1042C]={
147042  category="ll",
147043  description="DESERET SMALL LETTER LONG O",
147044  direction="l",
147045  linebreak="al",
147046  uccode=0x10404,
147047  unicodeslot=0x1042C,
147048 },
147049 [0x1042D]={
147050  category="ll",
147051  description="DESERET SMALL LETTER LONG OO",
147052  direction="l",
147053  linebreak="al",
147054  uccode=0x10405,
147055  unicodeslot=0x1042D,
147056 },
147057 [0x1042E]={
147058  category="ll",
147059  description="DESERET SMALL LETTER SHORT I",
147060  direction="l",
147061  linebreak="al",
147062  uccode=0x10406,
147063  unicodeslot=0x1042E,
147064 },
147065 [0x1042F]={
147066  category="ll",
147067  description="DESERET SMALL LETTER SHORT E",
147068  direction="l",
147069  linebreak="al",
147070  uccode=0x10407,
147071  unicodeslot=0x1042F,
147072 },
147073 [0x10430]={
147074  category="ll",
147075  description="DESERET SMALL LETTER SHORT A",
147076  direction="l",
147077  linebreak="al",
147078  uccode=0x10408,
147079  unicodeslot=0x10430,
147080 },
147081 [0x10431]={
147082  category="ll",
147083  description="DESERET SMALL LETTER SHORT AH",
147084  direction="l",
147085  linebreak="al",
147086  uccode=0x10409,
147087  unicodeslot=0x10431,
147088 },
147089 [0x10432]={
147090  category="ll",
147091  description="DESERET SMALL LETTER SHORT O",
147092  direction="l",
147093  linebreak="al",
147094  uccode=0x1040A,
147095  unicodeslot=0x10432,
147096 },
147097 [0x10433]={
147098  category="ll",
147099  description="DESERET SMALL LETTER SHORT OO",
147100  direction="l",
147101  linebreak="al",
147102  uccode=0x1040B,
147103  unicodeslot=0x10433,
147104 },
147105 [0x10434]={
147106  category="ll",
147107  description="DESERET SMALL LETTER AY",
147108  direction="l",
147109  linebreak="al",
147110  uccode=0x1040C,
147111  unicodeslot=0x10434,
147112 },
147113 [0x10435]={
147114  category="ll",
147115  description="DESERET SMALL LETTER OW",
147116  direction="l",
147117  linebreak="al",
147118  uccode=0x1040D,
147119  unicodeslot=0x10435,
147120 },
147121 [0x10436]={
147122  category="ll",
147123  description="DESERET SMALL LETTER WU",
147124  direction="l",
147125  linebreak="al",
147126  uccode=0x1040E,
147127  unicodeslot=0x10436,
147128 },
147129 [0x10437]={
147130  category="ll",
147131  description="DESERET SMALL LETTER YEE",
147132  direction="l",
147133  linebreak="al",
147134  uccode=0x1040F,
147135  unicodeslot=0x10437,
147136 },
147137 [0x10438]={
147138  category="ll",
147139  description="DESERET SMALL LETTER H",
147140  direction="l",
147141  linebreak="al",
147142  uccode=0x10410,
147143  unicodeslot=0x10438,
147144 },
147145 [0x10439]={
147146  category="ll",
147147  description="DESERET SMALL LETTER PEE",
147148  direction="l",
147149  linebreak="al",
147150  uccode=0x10411,
147151  unicodeslot=0x10439,
147152 },
147153 [0x1043A]={
147154  category="ll",
147155  description="DESERET SMALL LETTER BEE",
147156  direction="l",
147157  linebreak="al",
147158  uccode=0x10412,
147159  unicodeslot=0x1043A,
147160 },
147161 [0x1043B]={
147162  category="ll",
147163  description="DESERET SMALL LETTER TEE",
147164  direction="l",
147165  linebreak="al",
147166  uccode=0x10413,
147167  unicodeslot=0x1043B,
147168 },
147169 [0x1043C]={
147170  category="ll",
147171  description="DESERET SMALL LETTER DEE",
147172  direction="l",
147173  linebreak="al",
147174  uccode=0x10414,
147175  unicodeslot=0x1043C,
147176 },
147177 [0x1043D]={
147178  category="ll",
147179  description="DESERET SMALL LETTER CHEE",
147180  direction="l",
147181  linebreak="al",
147182  uccode=0x10415,
147183  unicodeslot=0x1043D,
147184 },
147185 [0x1043E]={
147186  category="ll",
147187  description="DESERET SMALL LETTER JEE",
147188  direction="l",
147189  linebreak="al",
147190  uccode=0x10416,
147191  unicodeslot=0x1043E,
147192 },
147193 [0x1043F]={
147194  category="ll",
147195  description="DESERET SMALL LETTER KAY",
147196  direction="l",
147197  linebreak="al",
147198  uccode=0x10417,
147199  unicodeslot=0x1043F,
147200 },
147201 [0x10440]={
147202  category="ll",
147203  description="DESERET SMALL LETTER GAY",
147204  direction="l",
147205  linebreak="al",
147206  uccode=0x10418,
147207  unicodeslot=0x10440,
147208 },
147209 [0x10441]={
147210  category="ll",
147211  description="DESERET SMALL LETTER EF",
147212  direction="l",
147213  linebreak="al",
147214  uccode=0x10419,
147215  unicodeslot=0x10441,
147216 },
147217 [0x10442]={
147218  category="ll",
147219  description="DESERET SMALL LETTER VEE",
147220  direction="l",
147221  linebreak="al",
147222  uccode=0x1041A,
147223  unicodeslot=0x10442,
147224 },
147225 [0x10443]={
147226  category="ll",
147227  description="DESERET SMALL LETTER ETH",
147228  direction="l",
147229  linebreak="al",
147230  uccode=0x1041B,
147231  unicodeslot=0x10443,
147232 },
147233 [0x10444]={
147234  category="ll",
147235  description="DESERET SMALL LETTER THEE",
147236  direction="l",
147237  linebreak="al",
147238  uccode=0x1041C,
147239  unicodeslot=0x10444,
147240 },
147241 [0x10445]={
147242  category="ll",
147243  description="DESERET SMALL LETTER ES",
147244  direction="l",
147245  linebreak="al",
147246  uccode=0x1041D,
147247  unicodeslot=0x10445,
147248 },
147249 [0x10446]={
147250  category="ll",
147251  description="DESERET SMALL LETTER ZEE",
147252  direction="l",
147253  linebreak="al",
147254  uccode=0x1041E,
147255  unicodeslot=0x10446,
147256 },
147257 [0x10447]={
147258  category="ll",
147259  description="DESERET SMALL LETTER ESH",
147260  direction="l",
147261  linebreak="al",
147262  uccode=0x1041F,
147263  unicodeslot=0x10447,
147264 },
147265 [0x10448]={
147266  category="ll",
147267  description="DESERET SMALL LETTER ZHEE",
147268  direction="l",
147269  linebreak="al",
147270  uccode=0x10420,
147271  unicodeslot=0x10448,
147272 },
147273 [0x10449]={
147274  category="ll",
147275  description="DESERET SMALL LETTER ER",
147276  direction="l",
147277  linebreak="al",
147278  uccode=0x10421,
147279  unicodeslot=0x10449,
147280 },
147281 [0x1044A]={
147282  category="ll",
147283  description="DESERET SMALL LETTER EL",
147284  direction="l",
147285  linebreak="al",
147286  uccode=0x10422,
147287  unicodeslot=0x1044A,
147288 },
147289 [0x1044B]={
147290  category="ll",
147291  description="DESERET SMALL LETTER EM",
147292  direction="l",
147293  linebreak="al",
147294  uccode=0x10423,
147295  unicodeslot=0x1044B,
147296 },
147297 [0x1044C]={
147298  category="ll",
147299  description="DESERET SMALL LETTER EN",
147300  direction="l",
147301  linebreak="al",
147302  uccode=0x10424,
147303  unicodeslot=0x1044C,
147304 },
147305 [0x1044D]={
147306  category="ll",
147307  description="DESERET SMALL LETTER ENG",
147308  direction="l",
147309  linebreak="al",
147310  uccode=0x10425,
147311  unicodeslot=0x1044D,
147312 },
147313 [0x1044E]={
147314  category="ll",
147315  description="DESERET SMALL LETTER OI",
147316  direction="l",
147317  linebreak="al",
147318  uccode=0x10426,
147319  unicodeslot=0x1044E,
147320 },
147321 [0x1044F]={
147322  category="ll",
147323  description="DESERET SMALL LETTER EW",
147324  direction="l",
147325  linebreak="al",
147326  uccode=0x10427,
147327  unicodeslot=0x1044F,
147328 },
147329 [0x10450]={
147330  category="lo",
147331  description="SHAVIAN LETTER PEEP",
147332  direction="l",
147333  linebreak="al",
147334  unicodeslot=0x10450,
147335 },
147336 [0x10451]={
147337  category="lo",
147338  description="SHAVIAN LETTER TOT",
147339  direction="l",
147340  linebreak="al",
147341  unicodeslot=0x10451,
147342 },
147343 [0x10452]={
147344  category="lo",
147345  description="SHAVIAN LETTER KICK",
147346  direction="l",
147347  linebreak="al",
147348  unicodeslot=0x10452,
147349 },
147350 [0x10453]={
147351  category="lo",
147352  description="SHAVIAN LETTER FEE",
147353  direction="l",
147354  linebreak="al",
147355  unicodeslot=0x10453,
147356 },
147357 [0x10454]={
147358  category="lo",
147359  description="SHAVIAN LETTER THIGH",
147360  direction="l",
147361  linebreak="al",
147362  unicodeslot=0x10454,
147363 },
147364 [0x10455]={
147365  category="lo",
147366  description="SHAVIAN LETTER SO",
147367  direction="l",
147368  linebreak="al",
147369  unicodeslot=0x10455,
147370 },
147371 [0x10456]={
147372  category="lo",
147373  description="SHAVIAN LETTER SURE",
147374  direction="l",
147375  linebreak="al",
147376  unicodeslot=0x10456,
147377 },
147378 [0x10457]={
147379  category="lo",
147380  description="SHAVIAN LETTER CHURCH",
147381  direction="l",
147382  linebreak="al",
147383  unicodeslot=0x10457,
147384 },
147385 [0x10458]={
147386  category="lo",
147387  description="SHAVIAN LETTER YEA",
147388  direction="l",
147389  linebreak="al",
147390  unicodeslot=0x10458,
147391 },
147392 [0x10459]={
147393  category="lo",
147394  description="SHAVIAN LETTER HUNG",
147395  direction="l",
147396  linebreak="al",
147397  unicodeslot=0x10459,
147398 },
147399 [0x1045A]={
147400  category="lo",
147401  description="SHAVIAN LETTER BIB",
147402  direction="l",
147403  linebreak="al",
147404  unicodeslot=0x1045A,
147405 },
147406 [0x1045B]={
147407  category="lo",
147408  description="SHAVIAN LETTER DEAD",
147409  direction="l",
147410  linebreak="al",
147411  unicodeslot=0x1045B,
147412 },
147413 [0x1045C]={
147414  category="lo",
147415  description="SHAVIAN LETTER GAG",
147416  direction="l",
147417  linebreak="al",
147418  unicodeslot=0x1045C,
147419 },
147420 [0x1045D]={
147421  category="lo",
147422  description="SHAVIAN LETTER VOW",
147423  direction="l",
147424  linebreak="al",
147425  unicodeslot=0x1045D,
147426 },
147427 [0x1045E]={
147428  category="lo",
147429  description="SHAVIAN LETTER THEY",
147430  direction="l",
147431  linebreak="al",
147432  unicodeslot=0x1045E,
147433 },
147434 [0x1045F]={
147435  category="lo",
147436  description="SHAVIAN LETTER ZOO",
147437  direction="l",
147438  linebreak="al",
147439  unicodeslot=0x1045F,
147440 },
147441 [0x10460]={
147442  category="lo",
147443  description="SHAVIAN LETTER MEASURE",
147444  direction="l",
147445  linebreak="al",
147446  unicodeslot=0x10460,
147447 },
147448 [0x10461]={
147449  category="lo",
147450  description="SHAVIAN LETTER JUDGE",
147451  direction="l",
147452  linebreak="al",
147453  unicodeslot=0x10461,
147454 },
147455 [0x10462]={
147456  category="lo",
147457  description="SHAVIAN LETTER WOE",
147458  direction="l",
147459  linebreak="al",
147460  unicodeslot=0x10462,
147461 },
147462 [0x10463]={
147463  category="lo",
147464  description="SHAVIAN LETTER HA-HA",
147465  direction="l",
147466  linebreak="al",
147467  unicodeslot=0x10463,
147468 },
147469 [0x10464]={
147470  category="lo",
147471  description="SHAVIAN LETTER LOLL",
147472  direction="l",
147473  linebreak="al",
147474  unicodeslot=0x10464,
147475 },
147476 [0x10465]={
147477  category="lo",
147478  description="SHAVIAN LETTER MIME",
147479  direction="l",
147480  linebreak="al",
147481  unicodeslot=0x10465,
147482 },
147483 [0x10466]={
147484  category="lo",
147485  description="SHAVIAN LETTER IF",
147486  direction="l",
147487  linebreak="al",
147488  unicodeslot=0x10466,
147489 },
147490 [0x10467]={
147491  category="lo",
147492  description="SHAVIAN LETTER EGG",
147493  direction="l",
147494  linebreak="al",
147495  unicodeslot=0x10467,
147496 },
147497 [0x10468]={
147498  category="lo",
147499  description="SHAVIAN LETTER ASH",
147500  direction="l",
147501  linebreak="al",
147502  unicodeslot=0x10468,
147503 },
147504 [0x10469]={
147505  category="lo",
147506  description="SHAVIAN LETTER ADO",
147507  direction="l",
147508  linebreak="al",
147509  unicodeslot=0x10469,
147510 },
147511 [0x1046A]={
147512  category="lo",
147513  description="SHAVIAN LETTER ON",
147514  direction="l",
147515  linebreak="al",
147516  unicodeslot=0x1046A,
147517 },
147518 [0x1046B]={
147519  category="lo",
147520  description="SHAVIAN LETTER WOOL",
147521  direction="l",
147522  linebreak="al",
147523  unicodeslot=0x1046B,
147524 },
147525 [0x1046C]={
147526  category="lo",
147527  description="SHAVIAN LETTER OUT",
147528  direction="l",
147529  linebreak="al",
147530  unicodeslot=0x1046C,
147531 },
147532 [0x1046D]={
147533  category="lo",
147534  description="SHAVIAN LETTER AH",
147535  direction="l",
147536  linebreak="al",
147537  unicodeslot=0x1046D,
147538 },
147539 [0x1046E]={
147540  category="lo",
147541  description="SHAVIAN LETTER ROAR",
147542  direction="l",
147543  linebreak="al",
147544  unicodeslot=0x1046E,
147545 },
147546 [0x1046F]={
147547  category="lo",
147548  description="SHAVIAN LETTER NUN",
147549  direction="l",
147550  linebreak="al",
147551  unicodeslot=0x1046F,
147552 },
147553 [0x10470]={
147554  category="lo",
147555  description="SHAVIAN LETTER EAT",
147556  direction="l",
147557  linebreak="al",
147558  unicodeslot=0x10470,
147559 },
147560 [0x10471]={
147561  category="lo",
147562  description="SHAVIAN LETTER AGE",
147563  direction="l",
147564  linebreak="al",
147565  unicodeslot=0x10471,
147566 },
147567 [0x10472]={
147568  category="lo",
147569  description="SHAVIAN LETTER ICE",
147570  direction="l",
147571  linebreak="al",
147572  unicodeslot=0x10472,
147573 },
147574 [0x10473]={
147575  category="lo",
147576  description="SHAVIAN LETTER UP",
147577  direction="l",
147578  linebreak="al",
147579  unicodeslot=0x10473,
147580 },
147581 [0x10474]={
147582  category="lo",
147583  description="SHAVIAN LETTER OAK",
147584  direction="l",
147585  linebreak="al",
147586  unicodeslot=0x10474,
147587 },
147588 [0x10475]={
147589  category="lo",
147590  description="SHAVIAN LETTER OOZE",
147591  direction="l",
147592  linebreak="al",
147593  unicodeslot=0x10475,
147594 },
147595 [0x10476]={
147596  category="lo",
147597  description="SHAVIAN LETTER OIL",
147598  direction="l",
147599  linebreak="al",
147600  unicodeslot=0x10476,
147601 },
147602 [0x10477]={
147603  category="lo",
147604  description="SHAVIAN LETTER AWE",
147605  direction="l",
147606  linebreak="al",
147607  unicodeslot=0x10477,
147608 },
147609 [0x10478]={
147610  category="lo",
147611  description="SHAVIAN LETTER ARE",
147612  direction="l",
147613  linebreak="al",
147614  unicodeslot=0x10478,
147615 },
147616 [0x10479]={
147617  category="lo",
147618  description="SHAVIAN LETTER OR",
147619  direction="l",
147620  linebreak="al",
147621  unicodeslot=0x10479,
147622 },
147623 [0x1047A]={
147624  category="lo",
147625  description="SHAVIAN LETTER AIR",
147626  direction="l",
147627  linebreak="al",
147628  unicodeslot=0x1047A,
147629 },
147630 [0x1047B]={
147631  category="lo",
147632  description="SHAVIAN LETTER ERR",
147633  direction="l",
147634  linebreak="al",
147635  unicodeslot=0x1047B,
147636 },
147637 [0x1047C]={
147638  category="lo",
147639  description="SHAVIAN LETTER ARRAY",
147640  direction="l",
147641  linebreak="al",
147642  unicodeslot=0x1047C,
147643 },
147644 [0x1047D]={
147645  category="lo",
147646  description="SHAVIAN LETTER EAR",
147647  direction="l",
147648  linebreak="al",
147649  unicodeslot=0x1047D,
147650 },
147651 [0x1047E]={
147652  category="lo",
147653  description="SHAVIAN LETTER IAN",
147654  direction="l",
147655  linebreak="al",
147656  unicodeslot=0x1047E,
147657 },
147658 [0x1047F]={
147659  category="lo",
147660  description="SHAVIAN LETTER YEW",
147661  direction="l",
147662  linebreak="al",
147663  unicodeslot=0x1047F,
147664 },
147665 [0x10480]={
147666  category="lo",
147667  description="OSMANYA LETTER ALEF",
147668  direction="l",
147669  linebreak="al",
147670  unicodeslot=0x10480,
147671 },
147672 [0x10481]={
147673  category="lo",
147674  description="OSMANYA LETTER BA",
147675  direction="l",
147676  linebreak="al",
147677  unicodeslot=0x10481,
147678 },
147679 [0x10482]={
147680  category="lo",
147681  description="OSMANYA LETTER TA",
147682  direction="l",
147683  linebreak="al",
147684  unicodeslot=0x10482,
147685 },
147686 [0x10483]={
147687  category="lo",
147688  description="OSMANYA LETTER JA",
147689  direction="l",
147690  linebreak="al",
147691  unicodeslot=0x10483,
147692 },
147693 [0x10484]={
147694  category="lo",
147695  description="OSMANYA LETTER XA",
147696  direction="l",
147697  linebreak="al",
147698  unicodeslot=0x10484,
147699 },
147700 [0x10485]={
147701  category="lo",
147702  description="OSMANYA LETTER KHA",
147703  direction="l",
147704  linebreak="al",
147705  unicodeslot=0x10485,
147706 },
147707 [0x10486]={
147708  category="lo",
147709  description="OSMANYA LETTER DEEL",
147710  direction="l",
147711  linebreak="al",
147712  unicodeslot=0x10486,
147713 },
147714 [0x10487]={
147715  category="lo",
147716  description="OSMANYA LETTER RA",
147717  direction="l",
147718  linebreak="al",
147719  unicodeslot=0x10487,
147720 },
147721 [0x10488]={
147722  category="lo",
147723  description="OSMANYA LETTER SA",
147724  direction="l",
147725  linebreak="al",
147726  unicodeslot=0x10488,
147727 },
147728 [0x10489]={
147729  category="lo",
147730  description="OSMANYA LETTER SHIIN",
147731  direction="l",
147732  linebreak="al",
147733  unicodeslot=0x10489,
147734 },
147735 [0x1048A]={
147736  category="lo",
147737  description="OSMANYA LETTER DHA",
147738  direction="l",
147739  linebreak="al",
147740  unicodeslot=0x1048A,
147741 },
147742 [0x1048B]={
147743  category="lo",
147744  description="OSMANYA LETTER CAYN",
147745  direction="l",
147746  linebreak="al",
147747  unicodeslot=0x1048B,
147748 },
147749 [0x1048C]={
147750  category="lo",
147751  description="OSMANYA LETTER GA",
147752  direction="l",
147753  linebreak="al",
147754  unicodeslot=0x1048C,
147755 },
147756 [0x1048D]={
147757  category="lo",
147758  description="OSMANYA LETTER FA",
147759  direction="l",
147760  linebreak="al",
147761  unicodeslot=0x1048D,
147762 },
147763 [0x1048E]={
147764  category="lo",
147765  description="OSMANYA LETTER QAAF",
147766  direction="l",
147767  linebreak="al",
147768  unicodeslot=0x1048E,
147769 },
147770 [0x1048F]={
147771  category="lo",
147772  description="OSMANYA LETTER KAAF",
147773  direction="l",
147774  linebreak="al",
147775  unicodeslot=0x1048F,
147776 },
147777 [0x10490]={
147778  category="lo",
147779  description="OSMANYA LETTER LAAN",
147780  direction="l",
147781  linebreak="al",
147782  unicodeslot=0x10490,
147783 },
147784 [0x10491]={
147785  category="lo",
147786  description="OSMANYA LETTER MIIN",
147787  direction="l",
147788  linebreak="al",
147789  unicodeslot=0x10491,
147790 },
147791 [0x10492]={
147792  category="lo",
147793  description="OSMANYA LETTER NUUN",
147794  direction="l",
147795  linebreak="al",
147796  unicodeslot=0x10492,
147797 },
147798 [0x10493]={
147799  category="lo",
147800  description="OSMANYA LETTER WAW",
147801  direction="l",
147802  linebreak="al",
147803  unicodeslot=0x10493,
147804 },
147805 [0x10494]={
147806  category="lo",
147807  description="OSMANYA LETTER HA",
147808  direction="l",
147809  linebreak="al",
147810  unicodeslot=0x10494,
147811 },
147812 [0x10495]={
147813  category="lo",
147814  description="OSMANYA LETTER YA",
147815  direction="l",
147816  linebreak="al",
147817  unicodeslot=0x10495,
147818 },
147819 [0x10496]={
147820  category="lo",
147821  description="OSMANYA LETTER A",
147822  direction="l",
147823  linebreak="al",
147824  unicodeslot=0x10496,
147825 },
147826 [0x10497]={
147827  category="lo",
147828  description="OSMANYA LETTER E",
147829  direction="l",
147830  linebreak="al",
147831  unicodeslot=0x10497,
147832 },
147833 [0x10498]={
147834  category="lo",
147835  description="OSMANYA LETTER I",
147836  direction="l",
147837  linebreak="al",
147838  unicodeslot=0x10498,
147839 },
147840 [0x10499]={
147841  category="lo",
147842  description="OSMANYA LETTER O",
147843  direction="l",
147844  linebreak="al",
147845  unicodeslot=0x10499,
147846 },
147847 [0x1049A]={
147848  category="lo",
147849  description="OSMANYA LETTER U",
147850  direction="l",
147851  linebreak="al",
147852  unicodeslot=0x1049A,
147853 },
147854 [0x1049B]={
147855  category="lo",
147856  description="OSMANYA LETTER AA",
147857  direction="l",
147858  linebreak="al",
147859  unicodeslot=0x1049B,
147860 },
147861 [0x1049C]={
147862  category="lo",
147863  description="OSMANYA LETTER EE",
147864  direction="l",
147865  linebreak="al",
147866  unicodeslot=0x1049C,
147867 },
147868 [0x1049D]={
147869  category="lo",
147870  description="OSMANYA LETTER OO",
147871  direction="l",
147872  linebreak="al",
147873  unicodeslot=0x1049D,
147874 },
147875 [0x104A0]={
147876  category="nd",
147877  description="OSMANYA DIGIT ZERO",
147878  direction="l",
147879  linebreak="nu",
147880  unicodeslot=0x104A0,
147881 },
147882 [0x104A1]={
147883  category="nd",
147884  description="OSMANYA DIGIT ONE",
147885  direction="l",
147886  linebreak="nu",
147887  unicodeslot=0x104A1,
147888 },
147889 [0x104A2]={
147890  category="nd",
147891  description="OSMANYA DIGIT TWO",
147892  direction="l",
147893  linebreak="nu",
147894  unicodeslot=0x104A2,
147895 },
147896 [0x104A3]={
147897  category="nd",
147898  description="OSMANYA DIGIT THREE",
147899  direction="l",
147900  linebreak="nu",
147901  unicodeslot=0x104A3,
147902 },
147903 [0x104A4]={
147904  category="nd",
147905  description="OSMANYA DIGIT FOUR",
147906  direction="l",
147907  linebreak="nu",
147908  unicodeslot=0x104A4,
147909 },
147910 [0x104A5]={
147911  category="nd",
147912  description="OSMANYA DIGIT FIVE",
147913  direction="l",
147914  linebreak="nu",
147915  unicodeslot=0x104A5,
147916 },
147917 [0x104A6]={
147918  category="nd",
147919  description="OSMANYA DIGIT SIX",
147920  direction="l",
147921  linebreak="nu",
147922  unicodeslot=0x104A6,
147923 },
147924 [0x104A7]={
147925  category="nd",
147926  description="OSMANYA DIGIT SEVEN",
147927  direction="l",
147928  linebreak="nu",
147929  unicodeslot=0x104A7,
147930 },
147931 [0x104A8]={
147932  category="nd",
147933  description="OSMANYA DIGIT EIGHT",
147934  direction="l",
147935  linebreak="nu",
147936  unicodeslot=0x104A8,
147937 },
147938 [0x104A9]={
147939  category="nd",
147940  description="OSMANYA DIGIT NINE",
147941  direction="l",
147942  linebreak="nu",
147943  unicodeslot=0x104A9,
147944 },
147945 [0x104B0]={
147946  category="lu",
147947  description="OSAGE CAPITAL LETTER A",
147948  direction="l",
147949  lccode=0x104D8,
147950  linebreak="al",
147951  unicodeslot=0x104B0,
147952 },
147953 [0x104B1]={
147954  category="lu",
147955  description="OSAGE CAPITAL LETTER AI",
147956  direction="l",
147957  lccode=0x104D9,
147958  linebreak="al",
147959  unicodeslot=0x104B1,
147960 },
147961 [0x104B2]={
147962  category="lu",
147963  description="OSAGE CAPITAL LETTER AIN",
147964  direction="l",
147965  lccode=0x104DA,
147966  linebreak="al",
147967  unicodeslot=0x104B2,
147968 },
147969 [0x104B3]={
147970  category="lu",
147971  description="OSAGE CAPITAL LETTER AH",
147972  direction="l",
147973  lccode=0x104DB,
147974  linebreak="al",
147975  unicodeslot=0x104B3,
147976 },
147977 [0x104B4]={
147978  category="lu",
147979  description="OSAGE CAPITAL LETTER BRA",
147980  direction="l",
147981  lccode=0x104DC,
147982  linebreak="al",
147983  unicodeslot=0x104B4,
147984 },
147985 [0x104B5]={
147986  category="lu",
147987  description="OSAGE CAPITAL LETTER CHA",
147988  direction="l",
147989  lccode=0x104DD,
147990  linebreak="al",
147991  unicodeslot=0x104B5,
147992 },
147993 [0x104B6]={
147994  category="lu",
147995  description="OSAGE CAPITAL LETTER EHCHA",
147996  direction="l",
147997  lccode=0x104DE,
147998  linebreak="al",
147999  unicodeslot=0x104B6,
148000 },
148001 [0x104B7]={
148002  category="lu",
148003  description="OSAGE CAPITAL LETTER E",
148004  direction="l",
148005  lccode=0x104DF,
148006  linebreak="al",
148007  unicodeslot=0x104B7,
148008 },
148009 [0x104B8]={
148010  category="lu",
148011  description="OSAGE CAPITAL LETTER EIN",
148012  direction="l",
148013  lccode=0x104E0,
148014  linebreak="al",
148015  unicodeslot=0x104B8,
148016 },
148017 [0x104B9]={
148018  category="lu",
148019  description="OSAGE CAPITAL LETTER HA",
148020  direction="l",
148021  lccode=0x104E1,
148022  linebreak="al",
148023  unicodeslot=0x104B9,
148024 },
148025 [0x104BA]={
148026  category="lu",
148027  description="OSAGE CAPITAL LETTER HYA",
148028  direction="l",
148029  lccode=0x104E2,
148030  linebreak="al",
148031  unicodeslot=0x104BA,
148032 },
148033 [0x104BB]={
148034  category="lu",
148035  description="OSAGE CAPITAL LETTER I",
148036  direction="l",
148037  lccode=0x104E3,
148038  linebreak="al",
148039  unicodeslot=0x104BB,
148040 },
148041 [0x104BC]={
148042  category="lu",
148043  description="OSAGE CAPITAL LETTER KA",
148044  direction="l",
148045  lccode=0x104E4,
148046  linebreak="al",
148047  unicodeslot=0x104BC,
148048 },
148049 [0x104BD]={
148050  category="lu",
148051  description="OSAGE CAPITAL LETTER EHKA",
148052  direction="l",
148053  lccode=0x104E5,
148054  linebreak="al",
148055  unicodeslot=0x104BD,
148056 },
148057 [0x104BE]={
148058  category="lu",
148059  description="OSAGE CAPITAL LETTER KYA",
148060  direction="l",
148061  lccode=0x104E6,
148062  linebreak="al",
148063  unicodeslot=0x104BE,
148064 },
148065 [0x104BF]={
148066  category="lu",
148067  description="OSAGE CAPITAL LETTER LA",
148068  direction="l",
148069  lccode=0x104E7,
148070  linebreak="al",
148071  unicodeslot=0x104BF,
148072 },
148073 [0x104C0]={
148074  category="lu",
148075  description="OSAGE CAPITAL LETTER MA",
148076  direction="l",
148077  lccode=0x104E8,
148078  linebreak="al",
148079  unicodeslot=0x104C0,
148080 },
148081 [0x104C1]={
148082  category="lu",
148083  description="OSAGE CAPITAL LETTER NA",
148084  direction="l",
148085  lccode=0x104E9,
148086  linebreak="al",
148087  unicodeslot=0x104C1,
148088 },
148089 [0x104C2]={
148090  category="lu",
148091  description="OSAGE CAPITAL LETTER O",
148092  direction="l",
148093  lccode=0x104EA,
148094  linebreak="al",
148095  unicodeslot=0x104C2,
148096 },
148097 [0x104C3]={
148098  category="lu",
148099  description="OSAGE CAPITAL LETTER OIN",
148100  direction="l",
148101  lccode=0x104EB,
148102  linebreak="al",
148103  unicodeslot=0x104C3,
148104 },
148105 [0x104C4]={
148106  category="lu",
148107  description="OSAGE CAPITAL LETTER PA",
148108  direction="l",
148109  lccode=0x104EC,
148110  linebreak="al",
148111  unicodeslot=0x104C4,
148112 },
148113 [0x104C5]={
148114  category="lu",
148115  description="OSAGE CAPITAL LETTER EHPA",
148116  direction="l",
148117  lccode=0x104ED,
148118  linebreak="al",
148119  unicodeslot=0x104C5,
148120 },
148121 [0x104C6]={
148122  category="lu",
148123  description="OSAGE CAPITAL LETTER SA",
148124  direction="l",
148125  lccode=0x104EE,
148126  linebreak="al",
148127  unicodeslot=0x104C6,
148128 },
148129 [0x104C7]={
148130  category="lu",
148131  description="OSAGE CAPITAL LETTER SHA",
148132  direction="l",
148133  lccode=0x104EF,
148134  linebreak="al",
148135  unicodeslot=0x104C7,
148136 },
148137 [0x104C8]={
148138  category="lu",
148139  description="OSAGE CAPITAL LETTER TA",
148140  direction="l",
148141  lccode=0x104F0,
148142  linebreak="al",
148143  unicodeslot=0x104C8,
148144 },
148145 [0x104C9]={
148146  category="lu",
148147  description="OSAGE CAPITAL LETTER EHTA",
148148  direction="l",
148149  lccode=0x104F1,
148150  linebreak="al",
148151  unicodeslot=0x104C9,
148152 },
148153 [0x104CA]={
148154  category="lu",
148155  description="OSAGE CAPITAL LETTER TSA",
148156  direction="l",
148157  lccode=0x104F2,
148158  linebreak="al",
148159  unicodeslot=0x104CA,
148160 },
148161 [0x104CB]={
148162  category="lu",
148163  description="OSAGE CAPITAL LETTER EHTSA",
148164  direction="l",
148165  lccode=0x104F3,
148166  linebreak="al",
148167  unicodeslot=0x104CB,
148168 },
148169 [0x104CC]={
148170  category="lu",
148171  description="OSAGE CAPITAL LETTER TSHA",
148172  direction="l",
148173  lccode=0x104F4,
148174  linebreak="al",
148175  unicodeslot=0x104CC,
148176 },
148177 [0x104CD]={
148178  category="lu",
148179  description="OSAGE CAPITAL LETTER DHA",
148180  direction="l",
148181  lccode=0x104F5,
148182  linebreak="al",
148183  unicodeslot=0x104CD,
148184 },
148185 [0x104CE]={
148186  category="lu",
148187  description="OSAGE CAPITAL LETTER U",
148188  direction="l",
148189  lccode=0x104F6,
148190  linebreak="al",
148191  unicodeslot=0x104CE,
148192 },
148193 [0x104CF]={
148194  category="lu",
148195  description="OSAGE CAPITAL LETTER WA",
148196  direction="l",
148197  lccode=0x104F7,
148198  linebreak="al",
148199  unicodeslot=0x104CF,
148200 },
148201 [0x104D0]={
148202  category="lu",
148203  description="OSAGE CAPITAL LETTER KHA",
148204  direction="l",
148205  lccode=0x104F8,
148206  linebreak="al",
148207  unicodeslot=0x104D0,
148208 },
148209 [0x104D1]={
148210  category="lu",
148211  description="OSAGE CAPITAL LETTER GHA",
148212  direction="l",
148213  lccode=0x104F9,
148214  linebreak="al",
148215  unicodeslot=0x104D1,
148216 },
148217 [0x104D2]={
148218  category="lu",
148219  description="OSAGE CAPITAL LETTER ZA",
148220  direction="l",
148221  lccode=0x104FA,
148222  linebreak="al",
148223  unicodeslot=0x104D2,
148224 },
148225 [0x104D3]={
148226  category="lu",
148227  description="OSAGE CAPITAL LETTER ZHA",
148228  direction="l",
148229  lccode=0x104FB,
148230  linebreak="al",
148231  unicodeslot=0x104D3,
148232 },
148233 [0x104D8]={
148234  category="ll",
148235  description="OSAGE SMALL LETTER A",
148236  direction="l",
148237  linebreak="al",
148238  unicodeslot=0x104D8,
148239 },
148240 [0x104D9]={
148241  category="ll",
148242  description="OSAGE SMALL LETTER AI",
148243  direction="l",
148244  linebreak="al",
148245  unicodeslot=0x104D9,
148246 },
148247 [0x104DA]={
148248  category="ll",
148249  description="OSAGE SMALL LETTER AIN",
148250  direction="l",
148251  linebreak="al",
148252  unicodeslot=0x104DA,
148253 },
148254 [0x104DB]={
148255  category="ll",
148256  description="OSAGE SMALL LETTER AH",
148257  direction="l",
148258  linebreak="al",
148259  unicodeslot=0x104DB,
148260 },
148261 [0x104DC]={
148262  category="ll",
148263  description="OSAGE SMALL LETTER BRA",
148264  direction="l",
148265  linebreak="al",
148266  unicodeslot=0x104DC,
148267 },
148268 [0x104DD]={
148269  category="ll",
148270  description="OSAGE SMALL LETTER CHA",
148271  direction="l",
148272  linebreak="al",
148273  unicodeslot=0x104DD,
148274 },
148275 [0x104DE]={
148276  category="ll",
148277  description="OSAGE SMALL LETTER EHCHA",
148278  direction="l",
148279  linebreak="al",
148280  unicodeslot=0x104DE,
148281 },
148282 [0x104DF]={
148283  category="ll",
148284  description="OSAGE SMALL LETTER E",
148285  direction="l",
148286  linebreak="al",
148287  unicodeslot=0x104DF,
148288 },
148289 [0x104E0]={
148290  category="ll",
148291  description="OSAGE SMALL LETTER EIN",
148292  direction="l",
148293  linebreak="al",
148294  unicodeslot=0x104E0,
148295 },
148296 [0x104E1]={
148297  category="ll",
148298  description="OSAGE SMALL LETTER HA",
148299  direction="l",
148300  linebreak="al",
148301  unicodeslot=0x104E1,
148302 },
148303 [0x104E2]={
148304  category="ll",
148305  description="OSAGE SMALL LETTER HYA",
148306  direction="l",
148307  linebreak="al",
148308  unicodeslot=0x104E2,
148309 },
148310 [0x104E3]={
148311  category="ll",
148312  description="OSAGE SMALL LETTER I",
148313  direction="l",
148314  linebreak="al",
148315  unicodeslot=0x104E3,
148316 },
148317 [0x104E4]={
148318  category="ll",
148319  description="OSAGE SMALL LETTER KA",
148320  direction="l",
148321  linebreak="al",
148322  unicodeslot=0x104E4,
148323 },
148324 [0x104E5]={
148325  category="ll",
148326  description="OSAGE SMALL LETTER EHKA",
148327  direction="l",
148328  linebreak="al",
148329  unicodeslot=0x104E5,
148330 },
148331 [0x104E6]={
148332  category="ll",
148333  description="OSAGE SMALL LETTER KYA",
148334  direction="l",
148335  linebreak="al",
148336  unicodeslot=0x104E6,
148337 },
148338 [0x104E7]={
148339  category="ll",
148340  description="OSAGE SMALL LETTER LA",
148341  direction="l",
148342  linebreak="al",
148343  unicodeslot=0x104E7,
148344 },
148345 [0x104E8]={
148346  category="ll",
148347  description="OSAGE SMALL LETTER MA",
148348  direction="l",
148349  linebreak="al",
148350  unicodeslot=0x104E8,
148351 },
148352 [0x104E9]={
148353  category="ll",
148354  description="OSAGE SMALL LETTER NA",
148355  direction="l",
148356  linebreak="al",
148357  unicodeslot=0x104E9,
148358 },
148359 [0x104EA]={
148360  category="ll",
148361  description="OSAGE SMALL LETTER O",
148362  direction="l",
148363  linebreak="al",
148364  unicodeslot=0x104EA,
148365 },
148366 [0x104EB]={
148367  category="ll",
148368  description="OSAGE SMALL LETTER OIN",
148369  direction="l",
148370  linebreak="al",
148371  unicodeslot=0x104EB,
148372 },
148373 [0x104EC]={
148374  category="ll",
148375  description="OSAGE SMALL LETTER PA",
148376  direction="l",
148377  linebreak="al",
148378  unicodeslot=0x104EC,
148379 },
148380 [0x104ED]={
148381  category="ll",
148382  description="OSAGE SMALL LETTER EHPA",
148383  direction="l",
148384  linebreak="al",
148385  unicodeslot=0x104ED,
148386 },
148387 [0x104EE]={
148388  category="ll",
148389  description="OSAGE SMALL LETTER SA",
148390  direction="l",
148391  linebreak="al",
148392  unicodeslot=0x104EE,
148393 },
148394 [0x104EF]={
148395  category="ll",
148396  description="OSAGE SMALL LETTER SHA",
148397  direction="l",
148398  linebreak="al",
148399  unicodeslot=0x104EF,
148400 },
148401 [0x104F0]={
148402  category="ll",
148403  description="OSAGE SMALL LETTER TA",
148404  direction="l",
148405  linebreak="al",
148406  unicodeslot=0x104F0,
148407 },
148408 [0x104F1]={
148409  category="ll",
148410  description="OSAGE SMALL LETTER EHTA",
148411  direction="l",
148412  linebreak="al",
148413  unicodeslot=0x104F1,
148414 },
148415 [0x104F2]={
148416  category="ll",
148417  description="OSAGE SMALL LETTER TSA",
148418  direction="l",
148419  linebreak="al",
148420  unicodeslot=0x104F2,
148421 },
148422 [0x104F3]={
148423  category="ll",
148424  description="OSAGE SMALL LETTER EHTSA",
148425  direction="l",
148426  linebreak="al",
148427  unicodeslot=0x104F3,
148428 },
148429 [0x104F4]={
148430  category="ll",
148431  description="OSAGE SMALL LETTER TSHA",
148432  direction="l",
148433  linebreak="al",
148434  unicodeslot=0x104F4,
148435 },
148436 [0x104F5]={
148437  category="ll",
148438  description="OSAGE SMALL LETTER DHA",
148439  direction="l",
148440  linebreak="al",
148441  unicodeslot=0x104F5,
148442 },
148443 [0x104F6]={
148444  category="ll",
148445  description="OSAGE SMALL LETTER U",
148446  direction="l",
148447  linebreak="al",
148448  unicodeslot=0x104F6,
148449 },
148450 [0x104F7]={
148451  category="ll",
148452  description="OSAGE SMALL LETTER WA",
148453  direction="l",
148454  linebreak="al",
148455  unicodeslot=0x104F7,
148456 },
148457 [0x104F8]={
148458  category="ll",
148459  description="OSAGE SMALL LETTER KHA",
148460  direction="l",
148461  linebreak="al",
148462  unicodeslot=0x104F8,
148463 },
148464 [0x104F9]={
148465  category="ll",
148466  description="OSAGE SMALL LETTER GHA",
148467  direction="l",
148468  linebreak="al",
148469  unicodeslot=0x104F9,
148470 },
148471 [0x104FA]={
148472  category="ll",
148473  description="OSAGE SMALL LETTER ZA",
148474  direction="l",
148475  linebreak="al",
148476  unicodeslot=0x104FA,
148477 },
148478 [0x104FB]={
148479  category="ll",
148480  description="OSAGE SMALL LETTER ZHA",
148481  direction="l",
148482  linebreak="al",
148483  unicodeslot=0x104FB,
148484 },
148485 [0x10500]={
148486  category="lo",
148487  description="ELBASAN LETTER A",
148488  direction="l",
148489  linebreak="al",
148490  unicodeslot=0x10500,
148491 },
148492 [0x10501]={
148493  category="lo",
148494  description="ELBASAN LETTER BE",
148495  direction="l",
148496  linebreak="al",
148497  unicodeslot=0x10501,
148498 },
148499 [0x10502]={
148500  category="lo",
148501  description="ELBASAN LETTER CE",
148502  direction="l",
148503  linebreak="al",
148504  unicodeslot=0x10502,
148505 },
148506 [0x10503]={
148507  category="lo",
148508  description="ELBASAN LETTER CHE",
148509  direction="l",
148510  linebreak="al",
148511  unicodeslot=0x10503,
148512 },
148513 [0x10504]={
148514  category="lo",
148515  description="ELBASAN LETTER DE",
148516  direction="l",
148517  linebreak="al",
148518  unicodeslot=0x10504,
148519 },
148520 [0x10505]={
148521  category="lo",
148522  description="ELBASAN LETTER NDE",
148523  direction="l",
148524  linebreak="al",
148525  unicodeslot=0x10505,
148526 },
148527 [0x10506]={
148528  category="lo",
148529  description="ELBASAN LETTER DHE",
148530  direction="l",
148531  linebreak="al",
148532  unicodeslot=0x10506,
148533 },
148534 [0x10507]={
148535  category="lo",
148536  description="ELBASAN LETTER EI",
148537  direction="l",
148538  linebreak="al",
148539  unicodeslot=0x10507,
148540 },
148541 [0x10508]={
148542  category="lo",
148543  description="ELBASAN LETTER E",
148544  direction="l",
148545  linebreak="al",
148546  unicodeslot=0x10508,
148547 },
148548 [0x10509]={
148549  category="lo",
148550  description="ELBASAN LETTER FE",
148551  direction="l",
148552  linebreak="al",
148553  unicodeslot=0x10509,
148554 },
148555 [0x1050A]={
148556  category="lo",
148557  description="ELBASAN LETTER GE",
148558  direction="l",
148559  linebreak="al",
148560  unicodeslot=0x1050A,
148561 },
148562 [0x1050B]={
148563  category="lo",
148564  description="ELBASAN LETTER GJE",
148565  direction="l",
148566  linebreak="al",
148567  unicodeslot=0x1050B,
148568 },
148569 [0x1050C]={
148570  category="lo",
148571  description="ELBASAN LETTER HE",
148572  direction="l",
148573  linebreak="al",
148574  unicodeslot=0x1050C,
148575 },
148576 [0x1050D]={
148577  category="lo",
148578  description="ELBASAN LETTER I",
148579  direction="l",
148580  linebreak="al",
148581  unicodeslot=0x1050D,
148582 },
148583 [0x1050E]={
148584  category="lo",
148585  description="ELBASAN LETTER JE",
148586  direction="l",
148587  linebreak="al",
148588  unicodeslot=0x1050E,
148589 },
148590 [0x1050F]={
148591  category="lo",
148592  description="ELBASAN LETTER KE",
148593  direction="l",
148594  linebreak="al",
148595  unicodeslot=0x1050F,
148596 },
148597 [0x10510]={
148598  category="lo",
148599  description="ELBASAN LETTER LE",
148600  direction="l",
148601  linebreak="al",
148602  unicodeslot=0x10510,
148603 },
148604 [0x10511]={
148605  category="lo",
148606  description="ELBASAN LETTER LLE",
148607  direction="l",
148608  linebreak="al",
148609  unicodeslot=0x10511,
148610 },
148611 [0x10512]={
148612  category="lo",
148613  description="ELBASAN LETTER ME",
148614  direction="l",
148615  linebreak="al",
148616  unicodeslot=0x10512,
148617 },
148618 [0x10513]={
148619  category="lo",
148620  description="ELBASAN LETTER NE",
148621  direction="l",
148622  linebreak="al",
148623  unicodeslot=0x10513,
148624 },
148625 [0x10514]={
148626  category="lo",
148627  description="ELBASAN LETTER NA",
148628  direction="l",
148629  linebreak="al",
148630  unicodeslot=0x10514,
148631 },
148632 [0x10515]={
148633  category="lo",
148634  description="ELBASAN LETTER NJE",
148635  direction="l",
148636  linebreak="al",
148637  unicodeslot=0x10515,
148638 },
148639 [0x10516]={
148640  category="lo",
148641  description="ELBASAN LETTER O",
148642  direction="l",
148643  linebreak="al",
148644  unicodeslot=0x10516,
148645 },
148646 [0x10517]={
148647  category="lo",
148648  description="ELBASAN LETTER PE",
148649  direction="l",
148650  linebreak="al",
148651  unicodeslot=0x10517,
148652 },
148653 [0x10518]={
148654  category="lo",
148655  description="ELBASAN LETTER QE",
148656  direction="l",
148657  linebreak="al",
148658  unicodeslot=0x10518,
148659 },
148660 [0x10519]={
148661  category="lo",
148662  description="ELBASAN LETTER RE",
148663  direction="l",
148664  linebreak="al",
148665  unicodeslot=0x10519,
148666 },
148667 [0x1051A]={
148668  category="lo",
148669  description="ELBASAN LETTER RRE",
148670  direction="l",
148671  linebreak="al",
148672  unicodeslot=0x1051A,
148673 },
148674 [0x1051B]={
148675  category="lo",
148676  description="ELBASAN LETTER SE",
148677  direction="l",
148678  linebreak="al",
148679  unicodeslot=0x1051B,
148680 },
148681 [0x1051C]={
148682  category="lo",
148683  description="ELBASAN LETTER SHE",
148684  direction="l",
148685  linebreak="al",
148686  unicodeslot=0x1051C,
148687 },
148688 [0x1051D]={
148689  category="lo",
148690  description="ELBASAN LETTER TE",
148691  direction="l",
148692  linebreak="al",
148693  unicodeslot=0x1051D,
148694 },
148695 [0x1051E]={
148696  category="lo",
148697  description="ELBASAN LETTER THE",
148698  direction="l",
148699  linebreak="al",
148700  unicodeslot=0x1051E,
148701 },
148702 [0x1051F]={
148703  category="lo",
148704  description="ELBASAN LETTER U",
148705  direction="l",
148706  linebreak="al",
148707  unicodeslot=0x1051F,
148708 },
148709 [0x10520]={
148710  category="lo",
148711  description="ELBASAN LETTER VE",
148712  direction="l",
148713  linebreak="al",
148714  unicodeslot=0x10520,
148715 },
148716 [0x10521]={
148717  category="lo",
148718  description="ELBASAN LETTER XE",
148719  direction="l",
148720  linebreak="al",
148721  unicodeslot=0x10521,
148722 },
148723 [0x10522]={
148724  category="lo",
148725  description="ELBASAN LETTER Y",
148726  direction="l",
148727  linebreak="al",
148728  unicodeslot=0x10522,
148729 },
148730 [0x10523]={
148731  category="lo",
148732  description="ELBASAN LETTER ZE",
148733  direction="l",
148734  linebreak="al",
148735  unicodeslot=0x10523,
148736 },
148737 [0x10524]={
148738  category="lo",
148739  description="ELBASAN LETTER ZHE",
148740  direction="l",
148741  linebreak="al",
148742  unicodeslot=0x10524,
148743 },
148744 [0x10525]={
148745  category="lo",
148746  description="ELBASAN LETTER GHE",
148747  direction="l",
148748  linebreak="al",
148749  unicodeslot=0x10525,
148750 },
148751 [0x10526]={
148752  category="lo",
148753  description="ELBASAN LETTER GHAMMA",
148754  direction="l",
148755  linebreak="al",
148756  unicodeslot=0x10526,
148757 },
148758 [0x10527]={
148759  category="lo",
148760  description="ELBASAN LETTER KHE",
148761  direction="l",
148762  linebreak="al",
148763  unicodeslot=0x10527,
148764 },
148765 [0x10530]={
148766  category="lo",
148767  description="CAUCASIAN ALBANIAN LETTER ALT",
148768  direction="l",
148769  linebreak="al",
148770  unicodeslot=0x10530,
148771 },
148772 [0x10531]={
148773  category="lo",
148774  description="CAUCASIAN ALBANIAN LETTER BET",
148775  direction="l",
148776  linebreak="al",
148777  unicodeslot=0x10531,
148778 },
148779 [0x10532]={
148780  category="lo",
148781  description="CAUCASIAN ALBANIAN LETTER GIM",
148782  direction="l",
148783  linebreak="al",
148784  unicodeslot=0x10532,
148785 },
148786 [0x10533]={
148787  category="lo",
148788  description="CAUCASIAN ALBANIAN LETTER DAT",
148789  direction="l",
148790  linebreak="al",
148791  unicodeslot=0x10533,
148792 },
148793 [0x10534]={
148794  category="lo",
148795  description="CAUCASIAN ALBANIAN LETTER EB",
148796  direction="l",
148797  linebreak="al",
148798  unicodeslot=0x10534,
148799 },
148800 [0x10535]={
148801  category="lo",
148802  description="CAUCASIAN ALBANIAN LETTER ZARL",
148803  direction="l",
148804  linebreak="al",
148805  unicodeslot=0x10535,
148806 },
148807 [0x10536]={
148808  category="lo",
148809  description="CAUCASIAN ALBANIAN LETTER EYN",
148810  direction="l",
148811  linebreak="al",
148812  unicodeslot=0x10536,
148813 },
148814 [0x10537]={
148815  category="lo",
148816  description="CAUCASIAN ALBANIAN LETTER ZHIL",
148817  direction="l",
148818  linebreak="al",
148819  unicodeslot=0x10537,
148820 },
148821 [0x10538]={
148822  category="lo",
148823  description="CAUCASIAN ALBANIAN LETTER TAS",
148824  direction="l",
148825  linebreak="al",
148826  unicodeslot=0x10538,
148827 },
148828 [0x10539]={
148829  category="lo",
148830  description="CAUCASIAN ALBANIAN LETTER CHA",
148831  direction="l",
148832  linebreak="al",
148833  unicodeslot=0x10539,
148834 },
148835 [0x1053A]={
148836  category="lo",
148837  description="CAUCASIAN ALBANIAN LETTER YOWD",
148838  direction="l",
148839  linebreak="al",
148840  unicodeslot=0x1053A,
148841 },
148842 [0x1053B]={
148843  category="lo",
148844  description="CAUCASIAN ALBANIAN LETTER ZHA",
148845  direction="l",
148846  linebreak="al",
148847  unicodeslot=0x1053B,
148848 },
148849 [0x1053C]={
148850  category="lo",
148851  description="CAUCASIAN ALBANIAN LETTER IRB",
148852  direction="l",
148853  linebreak="al",
148854  unicodeslot=0x1053C,
148855 },
148856 [0x1053D]={
148857  category="lo",
148858  description="CAUCASIAN ALBANIAN LETTER SHA",
148859  direction="l",
148860  linebreak="al",
148861  unicodeslot=0x1053D,
148862 },
148863 [0x1053E]={
148864  category="lo",
148865  description="CAUCASIAN ALBANIAN LETTER LAN",
148866  direction="l",
148867  linebreak="al",
148868  unicodeslot=0x1053E,
148869 },
148870 [0x1053F]={
148871  category="lo",
148872  description="CAUCASIAN ALBANIAN LETTER INYA",
148873  direction="l",
148874  linebreak="al",
148875  unicodeslot=0x1053F,
148876 },
148877 [0x10540]={
148878  category="lo",
148879  description="CAUCASIAN ALBANIAN LETTER XEYN",
148880  direction="l",
148881  linebreak="al",
148882  unicodeslot=0x10540,
148883 },
148884 [0x10541]={
148885  category="lo",
148886  description="CAUCASIAN ALBANIAN LETTER DYAN",
148887  direction="l",
148888  linebreak="al",
148889  unicodeslot=0x10541,
148890 },
148891 [0x10542]={
148892  category="lo",
148893  description="CAUCASIAN ALBANIAN LETTER CAR",
148894  direction="l",
148895  linebreak="al",
148896  unicodeslot=0x10542,
148897 },
148898 [0x10543]={
148899  category="lo",
148900  description="CAUCASIAN ALBANIAN LETTER JHOX",
148901  direction="l",
148902  linebreak="al",
148903  unicodeslot=0x10543,
148904 },
148905 [0x10544]={
148906  category="lo",
148907  description="CAUCASIAN ALBANIAN LETTER KAR",
148908  direction="l",
148909  linebreak="al",
148910  unicodeslot=0x10544,
148911 },
148912 [0x10545]={
148913  category="lo",
148914  description="CAUCASIAN ALBANIAN LETTER LYIT",
148915  direction="l",
148916  linebreak="al",
148917  unicodeslot=0x10545,
148918 },
148919 [0x10546]={
148920  category="lo",
148921  description="CAUCASIAN ALBANIAN LETTER HEYT",
148922  direction="l",
148923  linebreak="al",
148924  unicodeslot=0x10546,
148925 },
148926 [0x10547]={
148927  category="lo",
148928  description="CAUCASIAN ALBANIAN LETTER QAY",
148929  direction="l",
148930  linebreak="al",
148931  unicodeslot=0x10547,
148932 },
148933 [0x10548]={
148934  category="lo",
148935  description="CAUCASIAN ALBANIAN LETTER AOR",
148936  direction="l",
148937  linebreak="al",
148938  unicodeslot=0x10548,
148939 },
148940 [0x10549]={
148941  category="lo",
148942  description="CAUCASIAN ALBANIAN LETTER CHOY",
148943  direction="l",
148944  linebreak="al",
148945  unicodeslot=0x10549,
148946 },
148947 [0x1054A]={
148948  category="lo",
148949  description="CAUCASIAN ALBANIAN LETTER CHI",
148950  direction="l",
148951  linebreak="al",
148952  unicodeslot=0x1054A,
148953 },
148954 [0x1054B]={
148955  category="lo",
148956  description="CAUCASIAN ALBANIAN LETTER CYAY",
148957  direction="l",
148958  linebreak="al",
148959  unicodeslot=0x1054B,
148960 },
148961 [0x1054C]={
148962  category="lo",
148963  description="CAUCASIAN ALBANIAN LETTER MAQ",
148964  direction="l",
148965  linebreak="al",
148966  unicodeslot=0x1054C,
148967 },
148968 [0x1054D]={
148969  category="lo",
148970  description="CAUCASIAN ALBANIAN LETTER QAR",
148971  direction="l",
148972  linebreak="al",
148973  unicodeslot=0x1054D,
148974 },
148975 [0x1054E]={
148976  category="lo",
148977  description="CAUCASIAN ALBANIAN LETTER NOWC",
148978  direction="l",
148979  linebreak="al",
148980  unicodeslot=0x1054E,
148981 },
148982 [0x1054F]={
148983  category="lo",
148984  description="CAUCASIAN ALBANIAN LETTER DZYAY",
148985  direction="l",
148986  linebreak="al",
148987  unicodeslot=0x1054F,
148988 },
148989 [0x10550]={
148990  category="lo",
148991  description="CAUCASIAN ALBANIAN LETTER SHAK",
148992  direction="l",
148993  linebreak="al",
148994  unicodeslot=0x10550,
148995 },
148996 [0x10551]={
148997  category="lo",
148998  description="CAUCASIAN ALBANIAN LETTER JAYN",
148999  direction="l",
149000  linebreak="al",
149001  unicodeslot=0x10551,
149002 },
149003 [0x10552]={
149004  category="lo",
149005  description="CAUCASIAN ALBANIAN LETTER ON",
149006  direction="l",
149007  linebreak="al",
149008  unicodeslot=0x10552,
149009 },
149010 [0x10553]={
149011  category="lo",
149012  description="CAUCASIAN ALBANIAN LETTER TYAY",
149013  direction="l",
149014  linebreak="al",
149015  unicodeslot=0x10553,
149016 },
149017 [0x10554]={
149018  category="lo",
149019  description="CAUCASIAN ALBANIAN LETTER FAM",
149020  direction="l",
149021  linebreak="al",
149022  unicodeslot=0x10554,
149023 },
149024 [0x10555]={
149025  category="lo",
149026  description="CAUCASIAN ALBANIAN LETTER DZAY",
149027  direction="l",
149028  linebreak="al",
149029  unicodeslot=0x10555,
149030 },
149031 [0x10556]={
149032  category="lo",
149033  description="CAUCASIAN ALBANIAN LETTER CHAT",
149034  direction="l",
149035  linebreak="al",
149036  unicodeslot=0x10556,
149037 },
149038 [0x10557]={
149039  category="lo",
149040  description="CAUCASIAN ALBANIAN LETTER PEN",
149041  direction="l",
149042  linebreak="al",
149043  unicodeslot=0x10557,
149044 },
149045 [0x10558]={
149046  category="lo",
149047  description="CAUCASIAN ALBANIAN LETTER GHEYS",
149048  direction="l",
149049  linebreak="al",
149050  unicodeslot=0x10558,
149051 },
149052 [0x10559]={
149053  category="lo",
149054  description="CAUCASIAN ALBANIAN LETTER RAT",
149055  direction="l",
149056  linebreak="al",
149057  unicodeslot=0x10559,
149058 },
149059 [0x1055A]={
149060  category="lo",
149061  description="CAUCASIAN ALBANIAN LETTER SEYK",
149062  direction="l",
149063  linebreak="al",
149064  unicodeslot=0x1055A,
149065 },
149066 [0x1055B]={
149067  category="lo",
149068  description="CAUCASIAN ALBANIAN LETTER VEYZ",
149069  direction="l",
149070  linebreak="al",
149071  unicodeslot=0x1055B,
149072 },
149073 [0x1055C]={
149074  category="lo",
149075  description="CAUCASIAN ALBANIAN LETTER TIWR",
149076  direction="l",
149077  linebreak="al",
149078  unicodeslot=0x1055C,
149079 },
149080 [0x1055D]={
149081  category="lo",
149082  description="CAUCASIAN ALBANIAN LETTER SHOY",
149083  direction="l",
149084  linebreak="al",
149085  unicodeslot=0x1055D,
149086 },
149087 [0x1055E]={
149088  category="lo",
149089  description="CAUCASIAN ALBANIAN LETTER IWN",
149090  direction="l",
149091  linebreak="al",
149092  unicodeslot=0x1055E,
149093 },
149094 [0x1055F]={
149095  category="lo",
149096  description="CAUCASIAN ALBANIAN LETTER CYAW",
149097  direction="l",
149098  linebreak="al",
149099  unicodeslot=0x1055F,
149100 },
149101 [0x10560]={
149102  category="lo",
149103  description="CAUCASIAN ALBANIAN LETTER CAYN",
149104  direction="l",
149105  linebreak="al",
149106  unicodeslot=0x10560,
149107 },
149108 [0x10561]={
149109  category="lo",
149110  description="CAUCASIAN ALBANIAN LETTER YAYD",
149111  direction="l",
149112  linebreak="al",
149113  unicodeslot=0x10561,
149114 },
149115 [0x10562]={
149116  category="lo",
149117  description="CAUCASIAN ALBANIAN LETTER PIWR",
149118  direction="l",
149119  linebreak="al",
149120  unicodeslot=0x10562,
149121 },
149122 [0x10563]={
149123  category="lo",
149124  description="CAUCASIAN ALBANIAN LETTER KIW",
149125  direction="l",
149126  linebreak="al",
149127  unicodeslot=0x10563,
149128 },
149129 [0x1056F]={
149130  category="po",
149131  description="CAUCASIAN ALBANIAN CITATION MARK",
149132  direction="l",
149133  linebreak="al",
149134  unicodeslot=0x1056F,
149135 },
149136 [0x10570]={
149137  category="lu",
149138  description="VITHKUQI CAPITAL LETTER A",
149139  direction="l",
149140  lccode=0x10597,
149141  linebreak="al",
149142  unicodeslot=0x10570,
149143 },
149144 [0x10571]={
149145  category="lu",
149146  description="VITHKUQI CAPITAL LETTER BBE",
149147  direction="l",
149148  lccode=0x10598,
149149  linebreak="al",
149150  unicodeslot=0x10571,
149151 },
149152 [0x10572]={
149153  category="lu",
149154  description="VITHKUQI CAPITAL LETTER BE",
149155  direction="l",
149156  lccode=0x10599,
149157  linebreak="al",
149158  unicodeslot=0x10572,
149159 },
149160 [0x10573]={
149161  category="lu",
149162  description="VITHKUQI CAPITAL LETTER CE",
149163  direction="l",
149164  lccode=0x1059A,
149165  linebreak="al",
149166  unicodeslot=0x10573,
149167 },
149168 [0x10574]={
149169  category="lu",
149170  description="VITHKUQI CAPITAL LETTER CHE",
149171  direction="l",
149172  lccode=0x1059B,
149173  linebreak="al",
149174  unicodeslot=0x10574,
149175 },
149176 [0x10575]={
149177  category="lu",
149178  description="VITHKUQI CAPITAL LETTER DE",
149179  direction="l",
149180  lccode=0x1059C,
149181  linebreak="al",
149182  unicodeslot=0x10575,
149183 },
149184 [0x10576]={
149185  category="lu",
149186  description="VITHKUQI CAPITAL LETTER DHE",
149187  direction="l",
149188  lccode=0x1059D,
149189  linebreak="al",
149190  unicodeslot=0x10576,
149191 },
149192 [0x10577]={
149193  category="lu",
149194  description="VITHKUQI CAPITAL LETTER EI",
149195  direction="l",
149196  lccode=0x1059E,
149197  linebreak="al",
149198  unicodeslot=0x10577,
149199 },
149200 [0x10578]={
149201  category="lu",
149202  description="VITHKUQI CAPITAL LETTER E",
149203  direction="l",
149204  lccode=0x1059F,
149205  linebreak="al",
149206  unicodeslot=0x10578,
149207 },
149208 [0x10579]={
149209  category="lu",
149210  description="VITHKUQI CAPITAL LETTER FE",
149211  direction="l",
149212  lccode=0x105A0,
149213  linebreak="al",
149214  unicodeslot=0x10579,
149215 },
149216 [0x1057A]={
149217  category="lu",
149218  description="VITHKUQI CAPITAL LETTER GA",
149219  direction="l",
149220  lccode=0x105A1,
149221  linebreak="al",
149222  unicodeslot=0x1057A,
149223 },
149224 [0x1057C]={
149225  category="lu",
149226  description="VITHKUQI CAPITAL LETTER HA",
149227  direction="l",
149228  lccode=0x105A3,
149229  linebreak="al",
149230  unicodeslot=0x1057C,
149231 },
149232 [0x1057D]={
149233  category="lu",
149234  description="VITHKUQI CAPITAL LETTER HHA",
149235  direction="l",
149236  lccode=0x105A4,
149237  linebreak="al",
149238  unicodeslot=0x1057D,
149239 },
149240 [0x1057E]={
149241  category="lu",
149242  description="VITHKUQI CAPITAL LETTER I",
149243  direction="l",
149244  lccode=0x105A5,
149245  linebreak="al",
149246  unicodeslot=0x1057E,
149247 },
149248 [0x1057F]={
149249  category="lu",
149250  description="VITHKUQI CAPITAL LETTER IJE",
149251  direction="l",
149252  lccode=0x105A6,
149253  linebreak="al",
149254  unicodeslot=0x1057F,
149255 },
149256 [0x10580]={
149257  category="lu",
149258  description="VITHKUQI CAPITAL LETTER JE",
149259  direction="l",
149260  lccode=0x105A7,
149261  linebreak="al",
149262  unicodeslot=0x10580,
149263 },
149264 [0x10581]={
149265  category="lu",
149266  description="VITHKUQI CAPITAL LETTER KA",
149267  direction="l",
149268  lccode=0x105A8,
149269  linebreak="al",
149270  unicodeslot=0x10581,
149271 },
149272 [0x10582]={
149273  category="lu",
149274  description="VITHKUQI CAPITAL LETTER LA",
149275  direction="l",
149276  lccode=0x105A9,
149277  linebreak="al",
149278  unicodeslot=0x10582,
149279 },
149280 [0x10583]={
149281  category="lu",
149282  description="VITHKUQI CAPITAL LETTER LLA",
149283  direction="l",
149284  lccode=0x105AA,
149285  linebreak="al",
149286  unicodeslot=0x10583,
149287 },
149288 [0x10584]={
149289  category="lu",
149290  description="VITHKUQI CAPITAL LETTER ME",
149291  direction="l",
149292  lccode=0x105AB,
149293  linebreak="al",
149294  unicodeslot=0x10584,
149295 },
149296 [0x10585]={
149297  category="lu",
149298  description="VITHKUQI CAPITAL LETTER NE",
149299  direction="l",
149300  lccode=0x105AC,
149301  linebreak="al",
149302  unicodeslot=0x10585,
149303 },
149304 [0x10586]={
149305  category="lu",
149306  description="VITHKUQI CAPITAL LETTER NJE",
149307  direction="l",
149308  lccode=0x105AD,
149309  linebreak="al",
149310  unicodeslot=0x10586,
149311 },
149312 [0x10587]={
149313  category="lu",
149314  description="VITHKUQI CAPITAL LETTER O",
149315  direction="l",
149316  lccode=0x105AE,
149317  linebreak="al",
149318  unicodeslot=0x10587,
149319 },
149320 [0x10588]={
149321  category="lu",
149322  description="VITHKUQI CAPITAL LETTER PE",
149323  direction="l",
149324  lccode=0x105AF,
149325  linebreak="al",
149326  unicodeslot=0x10588,
149327 },
149328 [0x10589]={
149329  category="lu",
149330  description="VITHKUQI CAPITAL LETTER QA",
149331  direction="l",
149332  lccode=0x105B0,
149333  linebreak="al",
149334  unicodeslot=0x10589,
149335 },
149336 [0x1058A]={
149337  category="lu",
149338  description="VITHKUQI CAPITAL LETTER RE",
149339  direction="l",
149340  lccode=0x105B1,
149341  linebreak="al",
149342  unicodeslot=0x1058A,
149343 },
149344 [0x1058C]={
149345  category="lu",
149346  description="VITHKUQI CAPITAL LETTER SE",
149347  direction="l",
149348  lccode=0x105B3,
149349  linebreak="al",
149350  unicodeslot=0x1058C,
149351 },
149352 [0x1058D]={
149353  category="lu",
149354  description="VITHKUQI CAPITAL LETTER SHE",
149355  direction="l",
149356  lccode=0x105B4,
149357  linebreak="al",
149358  unicodeslot=0x1058D,
149359 },
149360 [0x1058E]={
149361  category="lu",
149362  description="VITHKUQI CAPITAL LETTER TE",
149363  direction="l",
149364  lccode=0x105B5,
149365  linebreak="al",
149366  unicodeslot=0x1058E,
149367 },
149368 [0x1058F]={
149369  category="lu",
149370  description="VITHKUQI CAPITAL LETTER THE",
149371  direction="l",
149372  lccode=0x105B6,
149373  linebreak="al",
149374  unicodeslot=0x1058F,
149375 },
149376 [0x10590]={
149377  category="lu",
149378  description="VITHKUQI CAPITAL LETTER U",
149379  direction="l",
149380  lccode=0x105B7,
149381  linebreak="al",
149382  unicodeslot=0x10590,
149383 },
149384 [0x10591]={
149385  category="lu",
149386  description="VITHKUQI CAPITAL LETTER VE",
149387  direction="l",
149388  lccode=0x105B8,
149389  linebreak="al",
149390  unicodeslot=0x10591,
149391 },
149392 [0x10592]={
149393  category="lu",
149394  description="VITHKUQI CAPITAL LETTER XE",
149395  direction="l",
149396  lccode=0x105B9,
149397  linebreak="al",
149398  unicodeslot=0x10592,
149399 },
149400 [0x10594]={
149401  category="lu",
149402  description="VITHKUQI CAPITAL LETTER Y",
149403  direction="l",
149404  lccode=0x105BB,
149405  linebreak="al",
149406  unicodeslot=0x10594,
149407 },
149408 [0x10595]={
149409  category="lu",
149410  description="VITHKUQI CAPITAL LETTER ZE",
149411  direction="l",
149412  lccode=0x105BC,
149413  linebreak="al",
149414  unicodeslot=0x10595,
149415 },
149416 [0x10597]={
149417  category="ll",
149418  description="VITHKUQI SMALL LETTER A",
149419  direction="l",
149420  linebreak="al",
149421  unicodeslot=0x10597,
149422 },
149423 [0x10598]={
149424  category="ll",
149425  description="VITHKUQI SMALL LETTER BBE",
149426  direction="l",
149427  linebreak="al",
149428  unicodeslot=0x10598,
149429 },
149430 [0x10599]={
149431  category="ll",
149432  description="VITHKUQI SMALL LETTER BE",
149433  direction="l",
149434  linebreak="al",
149435  unicodeslot=0x10599,
149436 },
149437 [0x1059A]={
149438  category="ll",
149439  description="VITHKUQI SMALL LETTER CE",
149440  direction="l",
149441  linebreak="al",
149442  unicodeslot=0x1059A,
149443 },
149444 [0x1059B]={
149445  category="ll",
149446  description="VITHKUQI SMALL LETTER CHE",
149447  direction="l",
149448  linebreak="al",
149449  unicodeslot=0x1059B,
149450 },
149451 [0x1059C]={
149452  category="ll",
149453  description="VITHKUQI SMALL LETTER DE",
149454  direction="l",
149455  linebreak="al",
149456  unicodeslot=0x1059C,
149457 },
149458 [0x1059D]={
149459  category="ll",
149460  description="VITHKUQI SMALL LETTER DHE",
149461  direction="l",
149462  linebreak="al",
149463  unicodeslot=0x1059D,
149464 },
149465 [0x1059E]={
149466  category="ll",
149467  description="VITHKUQI SMALL LETTER EI",
149468  direction="l",
149469  linebreak="al",
149470  unicodeslot=0x1059E,
149471 },
149472 [0x1059F]={
149473  category="ll",
149474  description="VITHKUQI SMALL LETTER E",
149475  direction="l",
149476  linebreak="al",
149477  unicodeslot=0x1059F,
149478 },
149479 [0x105A0]={
149480  category="ll",
149481  description="VITHKUQI SMALL LETTER FE",
149482  direction="l",
149483  linebreak="al",
149484  unicodeslot=0x105A0,
149485 },
149486 [0x105A1]={
149487  category="ll",
149488  description="VITHKUQI SMALL LETTER GA",
149489  direction="l",
149490  linebreak="al",
149491  unicodeslot=0x105A1,
149492 },
149493 [0x105A3]={
149494  category="ll",
149495  description="VITHKUQI SMALL LETTER HA",
149496  direction="l",
149497  linebreak="al",
149498  unicodeslot=0x105A3,
149499 },
149500 [0x105A4]={
149501  category="ll",
149502  description="VITHKUQI SMALL LETTER HHA",
149503  direction="l",
149504  linebreak="al",
149505  unicodeslot=0x105A4,
149506 },
149507 [0x105A5]={
149508  category="ll",
149509  description="VITHKUQI SMALL LETTER I",
149510  direction="l",
149511  linebreak="al",
149512  unicodeslot=0x105A5,
149513 },
149514 [0x105A6]={
149515  category="ll",
149516  description="VITHKUQI SMALL LETTER IJE",
149517  direction="l",
149518  linebreak="al",
149519  unicodeslot=0x105A6,
149520 },
149521 [0x105A7]={
149522  category="ll",
149523  description="VITHKUQI SMALL LETTER JE",
149524  direction="l",
149525  linebreak="al",
149526  unicodeslot=0x105A7,
149527 },
149528 [0x105A8]={
149529  category="ll",
149530  description="VITHKUQI SMALL LETTER KA",
149531  direction="l",
149532  linebreak="al",
149533  unicodeslot=0x105A8,
149534 },
149535 [0x105A9]={
149536  category="ll",
149537  description="VITHKUQI SMALL LETTER LA",
149538  direction="l",
149539  linebreak="al",
149540  unicodeslot=0x105A9,
149541 },
149542 [0x105AA]={
149543  category="ll",
149544  description="VITHKUQI SMALL LETTER LLA",
149545  direction="l",
149546  linebreak="al",
149547  unicodeslot=0x105AA,
149548 },
149549 [0x105AB]={
149550  category="ll",
149551  description="VITHKUQI SMALL LETTER ME",
149552  direction="l",
149553  linebreak="al",
149554  unicodeslot=0x105AB,
149555 },
149556 [0x105AC]={
149557  category="ll",
149558  description="VITHKUQI SMALL LETTER NE",
149559  direction="l",
149560  linebreak="al",
149561  unicodeslot=0x105AC,
149562 },
149563 [0x105AD]={
149564  category="ll",
149565  description="VITHKUQI SMALL LETTER NJE",
149566  direction="l",
149567  linebreak="al",
149568  unicodeslot=0x105AD,
149569 },
149570 [0x105AE]={
149571  category="ll",
149572  description="VITHKUQI SMALL LETTER O",
149573  direction="l",
149574  linebreak="al",
149575  unicodeslot=0x105AE,
149576 },
149577 [0x105AF]={
149578  category="ll",
149579  description="VITHKUQI SMALL LETTER PE",
149580  direction="l",
149581  linebreak="al",
149582  unicodeslot=0x105AF,
149583 },
149584 [0x105B0]={
149585  category="ll",
149586  description="VITHKUQI SMALL LETTER QA",
149587  direction="l",
149588  linebreak="al",
149589  unicodeslot=0x105B0,
149590 },
149591 [0x105B1]={
149592  category="ll",
149593  description="VITHKUQI SMALL LETTER RE",
149594  direction="l",
149595  linebreak="al",
149596  unicodeslot=0x105B1,
149597 },
149598 [0x105B3]={
149599  category="ll",
149600  description="VITHKUQI SMALL LETTER SE",
149601  direction="l",
149602  linebreak="al",
149603  unicodeslot=0x105B3,
149604 },
149605 [0x105B4]={
149606  category="ll",
149607  description="VITHKUQI SMALL LETTER SHE",
149608  direction="l",
149609  linebreak="al",
149610  unicodeslot=0x105B4,
149611 },
149612 [0x105B5]={
149613  category="ll",
149614  description="VITHKUQI SMALL LETTER TE",
149615  direction="l",
149616  linebreak="al",
149617  unicodeslot=0x105B5,
149618 },
149619 [0x105B6]={
149620  category="ll",
149621  description="VITHKUQI SMALL LETTER THE",
149622  direction="l",
149623  linebreak="al",
149624  unicodeslot=0x105B6,
149625 },
149626 [0x105B7]={
149627  category="ll",
149628  description="VITHKUQI SMALL LETTER U",
149629  direction="l",
149630  linebreak="al",
149631  unicodeslot=0x105B7,
149632 },
149633 [0x105B8]={
149634  category="ll",
149635  description="VITHKUQI SMALL LETTER VE",
149636  direction="l",
149637  linebreak="al",
149638  unicodeslot=0x105B8,
149639 },
149640 [0x105B9]={
149641  category="ll",
149642  description="VITHKUQI SMALL LETTER XE",
149643  direction="l",
149644  linebreak="al",
149645  unicodeslot=0x105B9,
149646 },
149647 [0x105BB]={
149648  category="ll",
149649  description="VITHKUQI SMALL LETTER Y",
149650  direction="l",
149651  linebreak="al",
149652  unicodeslot=0x105BB,
149653 },
149654 [0x105BC]={
149655  category="ll",
149656  description="VITHKUQI SMALL LETTER ZE",
149657  direction="l",
149658  linebreak="al",
149659  unicodeslot=0x105BC,
149660 },
149661 [0x10600]={
149662  category="lo",
149663  description="LINEAR A SIGN AB001",
149664  direction="l",
149665  linebreak="al",
149666  unicodeslot=0x10600,
149667 },
149668 [0x10601]={
149669  category="lo",
149670  description="LINEAR A SIGN AB002",
149671  direction="l",
149672  linebreak="al",
149673  unicodeslot=0x10601,
149674 },
149675 [0x10602]={
149676  category="lo",
149677  description="LINEAR A SIGN AB003",
149678  direction="l",
149679  linebreak="al",
149680  unicodeslot=0x10602,
149681 },
149682 [0x10603]={
149683  category="lo",
149684  description="LINEAR A SIGN AB004",
149685  direction="l",
149686  linebreak="al",
149687  unicodeslot=0x10603,
149688 },
149689 [0x10604]={
149690  category="lo",
149691  description="LINEAR A SIGN AB005",
149692  direction="l",
149693  linebreak="al",
149694  unicodeslot=0x10604,
149695 },
149696 [0x10605]={
149697  category="lo",
149698  description="LINEAR A SIGN AB006",
149699  direction="l",
149700  linebreak="al",
149701  unicodeslot=0x10605,
149702 },
149703 [0x10606]={
149704  category="lo",
149705  description="LINEAR A SIGN AB007",
149706  direction="l",
149707  linebreak="al",
149708  unicodeslot=0x10606,
149709 },
149710 [0x10607]={
149711  category="lo",
149712  description="LINEAR A SIGN AB008",
149713  direction="l",
149714  linebreak="al",
149715  unicodeslot=0x10607,
149716 },
149717 [0x10608]={
149718  category="lo",
149719  description="LINEAR A SIGN AB009",
149720  direction="l",
149721  linebreak="al",
149722  unicodeslot=0x10608,
149723 },
149724 [0x10609]={
149725  category="lo",
149726  description="LINEAR A SIGN AB010",
149727  direction="l",
149728  linebreak="al",
149729  unicodeslot=0x10609,
149730 },
149731 [0x1060A]={
149732  category="lo",
149733  description="LINEAR A SIGN AB011",
149734  direction="l",
149735  linebreak="al",
149736  unicodeslot=0x1060A,
149737 },
149738 [0x1060B]={
149739  category="lo",
149740  description="LINEAR A SIGN AB013",
149741  direction="l",
149742  linebreak="al",
149743  unicodeslot=0x1060B,
149744 },
149745 [0x1060C]={
149746  category="lo",
149747  description="LINEAR A SIGN AB016",
149748  direction="l",
149749  linebreak="al",
149750  unicodeslot=0x1060C,
149751 },
149752 [0x1060D]={
149753  category="lo",
149754  description="LINEAR A SIGN AB017",
149755  direction="l",
149756  linebreak="al",
149757  unicodeslot=0x1060D,
149758 },
149759 [0x1060E]={
149760  category="lo",
149761  description="LINEAR A SIGN AB020",
149762  direction="l",
149763  linebreak="al",
149764  unicodeslot=0x1060E,
149765 },
149766 [0x1060F]={
149767  category="lo",
149768  description="LINEAR A SIGN AB021",
149769  direction="l",
149770  linebreak="al",
149771  unicodeslot=0x1060F,
149772 },
149773 [0x10610]={
149774  category="lo",
149775  description="LINEAR A SIGN AB021F",
149776  direction="l",
149777  linebreak="al",
149778  unicodeslot=0x10610,
149779 },
149780 [0x10611]={
149781  category="lo",
149782  description="LINEAR A SIGN AB021M",
149783  direction="l",
149784  linebreak="al",
149785  unicodeslot=0x10611,
149786 },
149787 [0x10612]={
149788  category="lo",
149789  description="LINEAR A SIGN AB022",
149790  direction="l",
149791  linebreak="al",
149792  unicodeslot=0x10612,
149793 },
149794 [0x10613]={
149795  category="lo",
149796  description="LINEAR A SIGN AB022F",
149797  direction="l",
149798  linebreak="al",
149799  unicodeslot=0x10613,
149800 },
149801 [0x10614]={
149802  category="lo",
149803  description="LINEAR A SIGN AB022M",
149804  direction="l",
149805  linebreak="al",
149806  unicodeslot=0x10614,
149807 },
149808 [0x10615]={
149809  category="lo",
149810  description="LINEAR A SIGN AB023",
149811  direction="l",
149812  linebreak="al",
149813  unicodeslot=0x10615,
149814 },
149815 [0x10616]={
149816  category="lo",
149817  description="LINEAR A SIGN AB023M",
149818  direction="l",
149819  linebreak="al",
149820  unicodeslot=0x10616,
149821 },
149822 [0x10617]={
149823  category="lo",
149824  description="LINEAR A SIGN AB024",
149825  direction="l",
149826  linebreak="al",
149827  unicodeslot=0x10617,
149828 },
149829 [0x10618]={
149830  category="lo",
149831  description="LINEAR A SIGN AB026",
149832  direction="l",
149833  linebreak="al",
149834  unicodeslot=0x10618,
149835 },
149836 [0x10619]={
149837  category="lo",
149838  description="LINEAR A SIGN AB027",
149839  direction="l",
149840  linebreak="al",
149841  unicodeslot=0x10619,
149842 },
149843 [0x1061A]={
149844  category="lo",
149845  description="LINEAR A SIGN AB028",
149846  direction="l",
149847  linebreak="al",
149848  unicodeslot=0x1061A,
149849 },
149850 [0x1061B]={
149851  category="lo",
149852  description="LINEAR A SIGN A028B",
149853  direction="l",
149854  linebreak="al",
149855  unicodeslot=0x1061B,
149856 },
149857 [0x1061C]={
149858  category="lo",
149859  description="LINEAR A SIGN AB029",
149860  direction="l",
149861  linebreak="al",
149862  unicodeslot=0x1061C,
149863 },
149864 [0x1061D]={
149865  category="lo",
149866  description="LINEAR A SIGN AB030",
149867  direction="l",
149868  linebreak="al",
149869  unicodeslot=0x1061D,
149870 },
149871 [0x1061E]={
149872  category="lo",
149873  description="LINEAR A SIGN AB031",
149874  direction="l",
149875  linebreak="al",
149876  unicodeslot=0x1061E,
149877 },
149878 [0x1061F]={
149879  category="lo",
149880  description="LINEAR A SIGN AB034",
149881  direction="l",
149882  linebreak="al",
149883  unicodeslot=0x1061F,
149884 },
149885 [0x10620]={
149886  category="lo",
149887  description="LINEAR A SIGN AB037",
149888  direction="l",
149889  linebreak="al",
149890  unicodeslot=0x10620,
149891 },
149892 [0x10621]={
149893  category="lo",
149894  description="LINEAR A SIGN AB038",
149895  direction="l",
149896  linebreak="al",
149897  unicodeslot=0x10621,
149898 },
149899 [0x10622]={
149900  category="lo",
149901  description="LINEAR A SIGN AB039",
149902  direction="l",
149903  linebreak="al",
149904  unicodeslot=0x10622,
149905 },
149906 [0x10623]={
149907  category="lo",
149908  description="LINEAR A SIGN AB040",
149909  direction="l",
149910  linebreak="al",
149911  unicodeslot=0x10623,
149912 },
149913 [0x10624]={
149914  category="lo",
149915  description="LINEAR A SIGN AB041",
149916  direction="l",
149917  linebreak="al",
149918  unicodeslot=0x10624,
149919 },
149920 [0x10625]={
149921  category="lo",
149922  description="LINEAR A SIGN AB044",
149923  direction="l",
149924  linebreak="al",
149925  unicodeslot=0x10625,
149926 },
149927 [0x10626]={
149928  category="lo",
149929  description="LINEAR A SIGN AB045",
149930  direction="l",
149931  linebreak="al",
149932  unicodeslot=0x10626,
149933 },
149934 [0x10627]={
149935  category="lo",
149936  description="LINEAR A SIGN AB046",
149937  direction="l",
149938  linebreak="al",
149939  unicodeslot=0x10627,
149940 },
149941 [0x10628]={
149942  category="lo",
149943  description="LINEAR A SIGN AB047",
149944  direction="l",
149945  linebreak="al",
149946  unicodeslot=0x10628,
149947 },
149948 [0x10629]={
149949  category="lo",
149950  description="LINEAR A SIGN AB048",
149951  direction="l",
149952  linebreak="al",
149953  unicodeslot=0x10629,
149954 },
149955 [0x1062A]={
149956  category="lo",
149957  description="LINEAR A SIGN AB049",
149958  direction="l",
149959  linebreak="al",
149960  unicodeslot=0x1062A,
149961 },
149962 [0x1062B]={
149963  category="lo",
149964  description="LINEAR A SIGN AB050",
149965  direction="l",
149966  linebreak="al",
149967  unicodeslot=0x1062B,
149968 },
149969 [0x1062C]={
149970  category="lo",
149971  description="LINEAR A SIGN AB051",
149972  direction="l",
149973  linebreak="al",
149974  unicodeslot=0x1062C,
149975 },
149976 [0x1062D]={
149977  category="lo",
149978  description="LINEAR A SIGN AB053",
149979  direction="l",
149980  linebreak="al",
149981  unicodeslot=0x1062D,
149982 },
149983 [0x1062E]={
149984  category="lo",
149985  description="LINEAR A SIGN AB054",
149986  direction="l",
149987  linebreak="al",
149988  unicodeslot=0x1062E,
149989 },
149990 [0x1062F]={
149991  category="lo",
149992  description="LINEAR A SIGN AB055",
149993  direction="l",
149994  linebreak="al",
149995  unicodeslot=0x1062F,
149996 },
149997 [0x10630]={
149998  category="lo",
149999  description="LINEAR A SIGN AB056",
150000  direction="l",
150001  linebreak="al",
150002  unicodeslot=0x10630,
150003 },
150004 [0x10631]={
150005  category="lo",
150006  description="LINEAR A SIGN AB057",
150007  direction="l",
150008  linebreak="al",
150009  unicodeslot=0x10631,
150010 },
150011 [0x10632]={
150012  category="lo",
150013  description="LINEAR A SIGN AB058",
150014  direction="l",
150015  linebreak="al",
150016  unicodeslot=0x10632,
150017 },
150018 [0x10633]={
150019  category="lo",
150020  description="LINEAR A SIGN AB059",
150021  direction="l",
150022  linebreak="al",
150023  unicodeslot=0x10633,
150024 },
150025 [0x10634]={
150026  category="lo",
150027  description="LINEAR A SIGN AB060",
150028  direction="l",
150029  linebreak="al",
150030  unicodeslot=0x10634,
150031 },
150032 [0x10635]={
150033  category="lo",
150034  description="LINEAR A SIGN AB061",
150035  direction="l",
150036  linebreak="al",
150037  unicodeslot=0x10635,
150038 },
150039 [0x10636]={
150040  category="lo",
150041  description="LINEAR A SIGN AB065",
150042  direction="l",
150043  linebreak="al",
150044  unicodeslot=0x10636,
150045 },
150046 [0x10637]={
150047  category="lo",
150048  description="LINEAR A SIGN AB066",
150049  direction="l",
150050  linebreak="al",
150051  unicodeslot=0x10637,
150052 },
150053 [0x10638]={
150054  category="lo",
150055  description="LINEAR A SIGN AB067",
150056  direction="l",
150057  linebreak="al",
150058  unicodeslot=0x10638,
150059 },
150060 [0x10639]={
150061  category="lo",
150062  description="LINEAR A SIGN AB069",
150063  direction="l",
150064  linebreak="al",
150065  unicodeslot=0x10639,
150066 },
150067 [0x1063A]={
150068  category="lo",
150069  description="LINEAR A SIGN AB070",
150070  direction="l",
150071  linebreak="al",
150072  unicodeslot=0x1063A,
150073 },
150074 [0x1063B]={
150075  category="lo",
150076  description="LINEAR A SIGN AB073",
150077  direction="l",
150078  linebreak="al",
150079  unicodeslot=0x1063B,
150080 },
150081 [0x1063C]={
150082  category="lo",
150083  description="LINEAR A SIGN AB074",
150084  direction="l",
150085  linebreak="al",
150086  unicodeslot=0x1063C,
150087 },
150088 [0x1063D]={
150089  category="lo",
150090  description="LINEAR A SIGN AB076",
150091  direction="l",
150092  linebreak="al",
150093  unicodeslot=0x1063D,
150094 },
150095 [0x1063E]={
150096  category="lo",
150097  description="LINEAR A SIGN AB077",
150098  direction="l",
150099  linebreak="al",
150100  unicodeslot=0x1063E,
150101 },
150102 [0x1063F]={
150103  category="lo",
150104  description="LINEAR A SIGN AB078",
150105  direction="l",
150106  linebreak="al",
150107  unicodeslot=0x1063F,
150108 },
150109 [0x10640]={
150110  category="lo",
150111  description="LINEAR A SIGN AB079",
150112  direction="l",
150113  linebreak="al",
150114  unicodeslot=0x10640,
150115 },
150116 [0x10641]={
150117  category="lo",
150118  description="LINEAR A SIGN AB080",
150119  direction="l",
150120  linebreak="al",
150121  unicodeslot=0x10641,
150122 },
150123 [0x10642]={
150124  category="lo",
150125  description="LINEAR A SIGN AB081",
150126  direction="l",
150127  linebreak="al",
150128  unicodeslot=0x10642,
150129 },
150130 [0x10643]={
150131  category="lo",
150132  description="LINEAR A SIGN AB082",
150133  direction="l",
150134  linebreak="al",
150135  unicodeslot=0x10643,
150136 },
150137 [0x10644]={
150138  category="lo",
150139  description="LINEAR A SIGN AB085",
150140  direction="l",
150141  linebreak="al",
150142  unicodeslot=0x10644,
150143 },
150144 [0x10645]={
150145  category="lo",
150146  description="LINEAR A SIGN AB086",
150147  direction="l",
150148  linebreak="al",
150149  unicodeslot=0x10645,
150150 },
150151 [0x10646]={
150152  category="lo",
150153  description="LINEAR A SIGN AB087",
150154  direction="l",
150155  linebreak="al",
150156  unicodeslot=0x10646,
150157 },
150158 [0x10647]={
150159  category="lo",
150160  description="LINEAR A SIGN A100-102",
150161  direction="l",
150162  linebreak="al",
150163  unicodeslot=0x10647,
150164 },
150165 [0x10648]={
150166  category="lo",
150167  description="LINEAR A SIGN AB118",
150168  direction="l",
150169  linebreak="al",
150170  unicodeslot=0x10648,
150171 },
150172 [0x10649]={
150173  category="lo",
150174  description="LINEAR A SIGN AB120",
150175  direction="l",
150176  linebreak="al",
150177  unicodeslot=0x10649,
150178 },
150179 [0x1064A]={
150180  category="lo",
150181  description="LINEAR A SIGN A120B",
150182  direction="l",
150183  linebreak="al",
150184  unicodeslot=0x1064A,
150185 },
150186 [0x1064B]={
150187  category="lo",
150188  description="LINEAR A SIGN AB122",
150189  direction="l",
150190  linebreak="al",
150191  unicodeslot=0x1064B,
150192 },
150193 [0x1064C]={
150194  category="lo",
150195  description="LINEAR A SIGN AB123",
150196  direction="l",
150197  linebreak="al",
150198  unicodeslot=0x1064C,
150199 },
150200 [0x1064D]={
150201  category="lo",
150202  description="LINEAR A SIGN AB131A",
150203  direction="l",
150204  linebreak="al",
150205  unicodeslot=0x1064D,
150206 },
150207 [0x1064E]={
150208  category="lo",
150209  description="LINEAR A SIGN AB131B",
150210  direction="l",
150211  linebreak="al",
150212  unicodeslot=0x1064E,
150213 },
150214 [0x1064F]={
150215  category="lo",
150216  description="LINEAR A SIGN A131C",
150217  direction="l",
150218  linebreak="al",
150219  unicodeslot=0x1064F,
150220 },
150221 [0x10650]={
150222  category="lo",
150223  description="LINEAR A SIGN AB164",
150224  direction="l",
150225  linebreak="al",
150226  unicodeslot=0x10650,
150227 },
150228 [0x10651]={
150229  category="lo",
150230  description="LINEAR A SIGN AB171",
150231  direction="l",
150232  linebreak="al",
150233  unicodeslot=0x10651,
150234 },
150235 [0x10652]={
150236  category="lo",
150237  description="LINEAR A SIGN AB180",
150238  direction="l",
150239  linebreak="al",
150240  unicodeslot=0x10652,
150241 },
150242 [0x10653]={
150243  category="lo",
150244  description="LINEAR A SIGN AB188",
150245  direction="l",
150246  linebreak="al",
150247  unicodeslot=0x10653,
150248 },
150249 [0x10654]={
150250  category="lo",
150251  description="LINEAR A SIGN AB191",
150252  direction="l",
150253  linebreak="al",
150254  unicodeslot=0x10654,
150255 },
150256 [0x10655]={
150257  category="lo",
150258  description="LINEAR A SIGN A301",
150259  direction="l",
150260  linebreak="al",
150261  unicodeslot=0x10655,
150262 },
150263 [0x10656]={
150264  category="lo",
150265  description="LINEAR A SIGN A302",
150266  direction="l",
150267  linebreak="al",
150268  unicodeslot=0x10656,
150269 },
150270 [0x10657]={
150271  category="lo",
150272  description="LINEAR A SIGN A303",
150273  direction="l",
150274  linebreak="al",
150275  unicodeslot=0x10657,
150276 },
150277 [0x10658]={
150278  category="lo",
150279  description="LINEAR A SIGN A304",
150280  direction="l",
150281  linebreak="al",
150282  unicodeslot=0x10658,
150283 },
150284 [0x10659]={
150285  category="lo",
150286  description="LINEAR A SIGN A305",
150287  direction="l",
150288  linebreak="al",
150289  unicodeslot=0x10659,
150290 },
150291 [0x1065A]={
150292  category="lo",
150293  description="LINEAR A SIGN A306",
150294  direction="l",
150295  linebreak="al",
150296  unicodeslot=0x1065A,
150297 },
150298 [0x1065B]={
150299  category="lo",
150300  description="LINEAR A SIGN A307",
150301  direction="l",
150302  linebreak="al",
150303  unicodeslot=0x1065B,
150304 },
150305 [0x1065C]={
150306  category="lo",
150307  description="LINEAR A SIGN A308",
150308  direction="l",
150309  linebreak="al",
150310  unicodeslot=0x1065C,
150311 },
150312 [0x1065D]={
150313  category="lo",
150314  description="LINEAR A SIGN A309A",
150315  direction="l",
150316  linebreak="al",
150317  unicodeslot=0x1065D,
150318 },
150319 [0x1065E]={
150320  category="lo",
150321  description="LINEAR A SIGN A309B",
150322  direction="l",
150323  linebreak="al",
150324  unicodeslot=0x1065E,
150325 },
150326 [0x1065F]={
150327  category="lo",
150328  description="LINEAR A SIGN A309C",
150329  direction="l",
150330  linebreak="al",
150331  unicodeslot=0x1065F,
150332 },
150333 [0x10660]={
150334  category="lo",
150335  description="LINEAR A SIGN A310",
150336  direction="l",
150337  linebreak="al",
150338  unicodeslot=0x10660,
150339 },
150340 [0x10661]={
150341  category="lo",
150342  description="LINEAR A SIGN A311",
150343  direction="l",
150344  linebreak="al",
150345  unicodeslot=0x10661,
150346 },
150347 [0x10662]={
150348  category="lo",
150349  description="LINEAR A SIGN A312",
150350  direction="l",
150351  linebreak="al",
150352  unicodeslot=0x10662,
150353 },
150354 [0x10663]={
150355  category="lo",
150356  description="LINEAR A SIGN A313A",
150357  direction="l",
150358  linebreak="al",
150359  unicodeslot=0x10663,
150360 },
150361 [0x10664]={
150362  category="lo",
150363  description="LINEAR A SIGN A313B",
150364  direction="l",
150365  linebreak="al",
150366  unicodeslot=0x10664,
150367 },
150368 [0x10665]={
150369  category="lo",
150370  description="LINEAR A SIGN A313C",
150371  direction="l",
150372  linebreak="al",
150373  unicodeslot=0x10665,
150374 },
150375 [0x10666]={
150376  category="lo",
150377  description="LINEAR A SIGN A314",
150378  direction="l",
150379  linebreak="al",
150380  unicodeslot=0x10666,
150381 },
150382 [0x10667]={
150383  category="lo",
150384  description="LINEAR A SIGN A315",
150385  direction="l",
150386  linebreak="al",
150387  unicodeslot=0x10667,
150388 },
150389 [0x10668]={
150390  category="lo",
150391  description="LINEAR A SIGN A316",
150392  direction="l",
150393  linebreak="al",
150394  unicodeslot=0x10668,
150395 },
150396 [0x10669]={
150397  category="lo",
150398  description="LINEAR A SIGN A317",
150399  direction="l",
150400  linebreak="al",
150401  unicodeslot=0x10669,
150402 },
150403 [0x1066A]={
150404  category="lo",
150405  description="LINEAR A SIGN A318",
150406  direction="l",
150407  linebreak="al",
150408  unicodeslot=0x1066A,
150409 },
150410 [0x1066B]={
150411  category="lo",
150412  description="LINEAR A SIGN A319",
150413  direction="l",
150414  linebreak="al",
150415  unicodeslot=0x1066B,
150416 },
150417 [0x1066C]={
150418  category="lo",
150419  description="LINEAR A SIGN A320",
150420  direction="l",
150421  linebreak="al",
150422  unicodeslot=0x1066C,
150423 },
150424 [0x1066D]={
150425  category="lo",
150426  description="LINEAR A SIGN A321",
150427  direction="l",
150428  linebreak="al",
150429  unicodeslot=0x1066D,
150430 },
150431 [0x1066E]={
150432  category="lo",
150433  description="LINEAR A SIGN A322",
150434  direction="l",
150435  linebreak="al",
150436  unicodeslot=0x1066E,
150437 },
150438 [0x1066F]={
150439  category="lo",
150440  description="LINEAR A SIGN A323",
150441  direction="l",
150442  linebreak="al",
150443  unicodeslot=0x1066F,
150444 },
150445 [0x10670]={
150446  category="lo",
150447  description="LINEAR A SIGN A324",
150448  direction="l",
150449  linebreak="al",
150450  unicodeslot=0x10670,
150451 },
150452 [0x10671]={
150453  category="lo",
150454  description="LINEAR A SIGN A325",
150455  direction="l",
150456  linebreak="al",
150457  unicodeslot=0x10671,
150458 },
150459 [0x10672]={
150460  category="lo",
150461  description="LINEAR A SIGN A326",
150462  direction="l",
150463  linebreak="al",
150464  unicodeslot=0x10672,
150465 },
150466 [0x10673]={
150467  category="lo",
150468  description="LINEAR A SIGN A327",
150469  direction="l",
150470  linebreak="al",
150471  unicodeslot=0x10673,
150472 },
150473 [0x10674]={
150474  category="lo",
150475  description="LINEAR A SIGN A328",
150476  direction="l",
150477  linebreak="al",
150478  unicodeslot=0x10674,
150479 },
150480 [0x10675]={
150481  category="lo",
150482  description="LINEAR A SIGN A329",
150483  direction="l",
150484  linebreak="al",
150485  unicodeslot=0x10675,
150486 },
150487 [0x10676]={
150488  category="lo",
150489  description="LINEAR A SIGN A330",
150490  direction="l",
150491  linebreak="al",
150492  unicodeslot=0x10676,
150493 },
150494 [0x10677]={
150495  category="lo",
150496  description="LINEAR A SIGN A331",
150497  direction="l",
150498  linebreak="al",
150499  unicodeslot=0x10677,
150500 },
150501 [0x10678]={
150502  category="lo",
150503  description="LINEAR A SIGN A332",
150504  direction="l",
150505  linebreak="al",
150506  unicodeslot=0x10678,
150507 },
150508 [0x10679]={
150509  category="lo",
150510  description="LINEAR A SIGN A333",
150511  direction="l",
150512  linebreak="al",
150513  unicodeslot=0x10679,
150514 },
150515 [0x1067A]={
150516  category="lo",
150517  description="LINEAR A SIGN A334",
150518  direction="l",
150519  linebreak="al",
150520  unicodeslot=0x1067A,
150521 },
150522 [0x1067B]={
150523  category="lo",
150524  description="LINEAR A SIGN A335",
150525  direction="l",
150526  linebreak="al",
150527  unicodeslot=0x1067B,
150528 },
150529 [0x1067C]={
150530  category="lo",
150531  description="LINEAR A SIGN A336",
150532  direction="l",
150533  linebreak="al",
150534  unicodeslot=0x1067C,
150535 },
150536 [0x1067D]={
150537  category="lo",
150538  description="LINEAR A SIGN A337",
150539  direction="l",
150540  linebreak="al",
150541  unicodeslot=0x1067D,
150542 },
150543 [0x1067E]={
150544  category="lo",
150545  description="LINEAR A SIGN A338",
150546  direction="l",
150547  linebreak="al",
150548  unicodeslot=0x1067E,
150549 },
150550 [0x1067F]={
150551  category="lo",
150552  description="LINEAR A SIGN A339",
150553  direction="l",
150554  linebreak="al",
150555  unicodeslot=0x1067F,
150556 },
150557 [0x10680]={
150558  category="lo",
150559  description="LINEAR A SIGN A340",
150560  direction="l",
150561  linebreak="al",
150562  unicodeslot=0x10680,
150563 },
150564 [0x10681]={
150565  category="lo",
150566  description="LINEAR A SIGN A341",
150567  direction="l",
150568  linebreak="al",
150569  unicodeslot=0x10681,
150570 },
150571 [0x10682]={
150572  category="lo",
150573  description="LINEAR A SIGN A342",
150574  direction="l",
150575  linebreak="al",
150576  unicodeslot=0x10682,
150577 },
150578 [0x10683]={
150579  category="lo",
150580  description="LINEAR A SIGN A343",
150581  direction="l",
150582  linebreak="al",
150583  unicodeslot=0x10683,
150584 },
150585 [0x10684]={
150586  category="lo",
150587  description="LINEAR A SIGN A344",
150588  direction="l",
150589  linebreak="al",
150590  unicodeslot=0x10684,
150591 },
150592 [0x10685]={
150593  category="lo",
150594  description="LINEAR A SIGN A345",
150595  direction="l",
150596  linebreak="al",
150597  unicodeslot=0x10685,
150598 },
150599 [0x10686]={
150600  category="lo",
150601  description="LINEAR A SIGN A346",
150602  direction="l",
150603  linebreak="al",
150604  unicodeslot=0x10686,
150605 },
150606 [0x10687]={
150607  category="lo",
150608  description="LINEAR A SIGN A347",
150609  direction="l",
150610  linebreak="al",
150611  unicodeslot=0x10687,
150612 },
150613 [0x10688]={
150614  category="lo",
150615  description="LINEAR A SIGN A348",
150616  direction="l",
150617  linebreak="al",
150618  unicodeslot=0x10688,
150619 },
150620 [0x10689]={
150621  category="lo",
150622  description="LINEAR A SIGN A349",
150623  direction="l",
150624  linebreak="al",
150625  unicodeslot=0x10689,
150626 },
150627 [0x1068A]={
150628  category="lo",
150629  description="LINEAR A SIGN A350",
150630  direction="l",
150631  linebreak="al",
150632  unicodeslot=0x1068A,
150633 },
150634 [0x1068B]={
150635  category="lo",
150636  description="LINEAR A SIGN A351",
150637  direction="l",
150638  linebreak="al",
150639  unicodeslot=0x1068B,
150640 },
150641 [0x1068C]={
150642  category="lo",
150643  description="LINEAR A SIGN A352",
150644  direction="l",
150645  linebreak="al",
150646  unicodeslot=0x1068C,
150647 },
150648 [0x1068D]={
150649  category="lo",
150650  description="LINEAR A SIGN A353",
150651  direction="l",
150652  linebreak="al",
150653  unicodeslot=0x1068D,
150654 },
150655 [0x1068E]={
150656  category="lo",
150657  description="LINEAR A SIGN A354",
150658  direction="l",
150659  linebreak="al",
150660  unicodeslot=0x1068E,
150661 },
150662 [0x1068F]={
150663  category="lo",
150664  description="LINEAR A SIGN A355",
150665  direction="l",
150666  linebreak="al",
150667  unicodeslot=0x1068F,
150668 },
150669 [0x10690]={
150670  category="lo",
150671  description="LINEAR A SIGN A356",
150672  direction="l",
150673  linebreak="al",
150674  unicodeslot=0x10690,
150675 },
150676 [0x10691]={
150677  category="lo",
150678  description="LINEAR A SIGN A357",
150679  direction="l",
150680  linebreak="al",
150681  unicodeslot=0x10691,
150682 },
150683 [0x10692]={
150684  category="lo",
150685  description="LINEAR A SIGN A358",
150686  direction="l",
150687  linebreak="al",
150688  unicodeslot=0x10692,
150689 },
150690 [0x10693]={
150691  category="lo",
150692  description="LINEAR A SIGN A359",
150693  direction="l",
150694  linebreak="al",
150695  unicodeslot=0x10693,
150696 },
150697 [0x10694]={
150698  category="lo",
150699  description="LINEAR A SIGN A360",
150700  direction="l",
150701  linebreak="al",
150702  unicodeslot=0x10694,
150703 },
150704 [0x10695]={
150705  category="lo",
150706  description="LINEAR A SIGN A361",
150707  direction="l",
150708  linebreak="al",
150709  unicodeslot=0x10695,
150710 },
150711 [0x10696]={
150712  category="lo",
150713  description="LINEAR A SIGN A362",
150714  direction="l",
150715  linebreak="al",
150716  unicodeslot=0x10696,
150717 },
150718 [0x10697]={
150719  category="lo",
150720  description="LINEAR A SIGN A363",
150721  direction="l",
150722  linebreak="al",
150723  unicodeslot=0x10697,
150724 },
150725 [0x10698]={
150726  category="lo",
150727  description="LINEAR A SIGN A364",
150728  direction="l",
150729  linebreak="al",
150730  unicodeslot=0x10698,
150731 },
150732 [0x10699]={
150733  category="lo",
150734  description="LINEAR A SIGN A365",
150735  direction="l",
150736  linebreak="al",
150737  unicodeslot=0x10699,
150738 },
150739 [0x1069A]={
150740  category="lo",
150741  description="LINEAR A SIGN A366",
150742  direction="l",
150743  linebreak="al",
150744  unicodeslot=0x1069A,
150745 },
150746 [0x1069B]={
150747  category="lo",
150748  description="LINEAR A SIGN A367",
150749  direction="l",
150750  linebreak="al",
150751  unicodeslot=0x1069B,
150752 },
150753 [0x1069C]={
150754  category="lo",
150755  description="LINEAR A SIGN A368",
150756  direction="l",
150757  linebreak="al",
150758  unicodeslot=0x1069C,
150759 },
150760 [0x1069D]={
150761  category="lo",
150762  description="LINEAR A SIGN A369",
150763  direction="l",
150764  linebreak="al",
150765  unicodeslot=0x1069D,
150766 },
150767 [0x1069E]={
150768  category="lo",
150769  description="LINEAR A SIGN A370",
150770  direction="l",
150771  linebreak="al",
150772  unicodeslot=0x1069E,
150773 },
150774 [0x1069F]={
150775  category="lo",
150776  description="LINEAR A SIGN A371",
150777  direction="l",
150778  linebreak="al",
150779  unicodeslot=0x1069F,
150780 },
150781 [0x106A0]={
150782  category="lo",
150783  description="LINEAR A SIGN A400-VAS",
150784  direction="l",
150785  linebreak="al",
150786  unicodeslot=0x106A0,
150787 },
150788 [0x106A1]={
150789  category="lo",
150790  description="LINEAR A SIGN A401-VAS",
150791  direction="l",
150792  linebreak="al",
150793  unicodeslot=0x106A1,
150794 },
150795 [0x106A2]={
150796  category="lo",
150797  description="LINEAR A SIGN A402-VAS",
150798  direction="l",
150799  linebreak="al",
150800  unicodeslot=0x106A2,
150801 },
150802 [0x106A3]={
150803  category="lo",
150804  description="LINEAR A SIGN A403-VAS",
150805  direction="l",
150806  linebreak="al",
150807  unicodeslot=0x106A3,
150808 },
150809 [0x106A4]={
150810  category="lo",
150811  description="LINEAR A SIGN A404-VAS",
150812  direction="l",
150813  linebreak="al",
150814  unicodeslot=0x106A4,
150815 },
150816 [0x106A5]={
150817  category="lo",
150818  description="LINEAR A SIGN A405-VAS",
150819  direction="l",
150820  linebreak="al",
150821  unicodeslot=0x106A5,
150822 },
150823 [0x106A6]={
150824  category="lo",
150825  description="LINEAR A SIGN A406-VAS",
150826  direction="l",
150827  linebreak="al",
150828  unicodeslot=0x106A6,
150829 },
150830 [0x106A7]={
150831  category="lo",
150832  description="LINEAR A SIGN A407-VAS",
150833  direction="l",
150834  linebreak="al",
150835  unicodeslot=0x106A7,
150836 },
150837 [0x106A8]={
150838  category="lo",
150839  description="LINEAR A SIGN A408-VAS",
150840  direction="l",
150841  linebreak="al",
150842  unicodeslot=0x106A8,
150843 },
150844 [0x106A9]={
150845  category="lo",
150846  description="LINEAR A SIGN A409-VAS",
150847  direction="l",
150848  linebreak="al",
150849  unicodeslot=0x106A9,
150850 },
150851 [0x106AA]={
150852  category="lo",
150853  description="LINEAR A SIGN A410-VAS",
150854  direction="l",
150855  linebreak="al",
150856  unicodeslot=0x106AA,
150857 },
150858 [0x106AB]={
150859  category="lo",
150860  description="LINEAR A SIGN A411-VAS",
150861  direction="l",
150862  linebreak="al",
150863  unicodeslot=0x106AB,
150864 },
150865 [0x106AC]={
150866  category="lo",
150867  description="LINEAR A SIGN A412-VAS",
150868  direction="l",
150869  linebreak="al",
150870  unicodeslot=0x106AC,
150871 },
150872 [0x106AD]={
150873  category="lo",
150874  description="LINEAR A SIGN A413-VAS",
150875  direction="l",
150876  linebreak="al",
150877  unicodeslot=0x106AD,
150878 },
150879 [0x106AE]={
150880  category="lo",
150881  description="LINEAR A SIGN A414-VAS",
150882  direction="l",
150883  linebreak="al",
150884  unicodeslot=0x106AE,
150885 },
150886 [0x106AF]={
150887  category="lo",
150888  description="LINEAR A SIGN A415-VAS",
150889  direction="l",
150890  linebreak="al",
150891  unicodeslot=0x106AF,
150892 },
150893 [0x106B0]={
150894  category="lo",
150895  description="LINEAR A SIGN A416-VAS",
150896  direction="l",
150897  linebreak="al",
150898  unicodeslot=0x106B0,
150899 },
150900 [0x106B1]={
150901  category="lo",
150902  description="LINEAR A SIGN A417-VAS",
150903  direction="l",
150904  linebreak="al",
150905  unicodeslot=0x106B1,
150906 },
150907 [0x106B2]={
150908  category="lo",
150909  description="LINEAR A SIGN A418-VAS",
150910  direction="l",
150911  linebreak="al",
150912  unicodeslot=0x106B2,
150913 },
150914 [0x106B3]={
150915  category="lo",
150916  description="LINEAR A SIGN A501",
150917  direction="l",
150918  linebreak="al",
150919  unicodeslot=0x106B3,
150920 },
150921 [0x106B4]={
150922  category="lo",
150923  description="LINEAR A SIGN A502",
150924  direction="l",
150925  linebreak="al",
150926  unicodeslot=0x106B4,
150927 },
150928 [0x106B5]={
150929  category="lo",
150930  description="LINEAR A SIGN A503",
150931  direction="l",
150932  linebreak="al",
150933  unicodeslot=0x106B5,
150934 },
150935 [0x106B6]={
150936  category="lo",
150937  description="LINEAR A SIGN A504",
150938  direction="l",
150939  linebreak="al",
150940  unicodeslot=0x106B6,
150941 },
150942 [0x106B7]={
150943  category="lo",
150944  description="LINEAR A SIGN A505",
150945  direction="l",
150946  linebreak="al",
150947  unicodeslot=0x106B7,
150948 },
150949 [0x106B8]={
150950  category="lo",
150951  description="LINEAR A SIGN A506",
150952  direction="l",
150953  linebreak="al",
150954  unicodeslot=0x106B8,
150955 },
150956 [0x106B9]={
150957  category="lo",
150958  description="LINEAR A SIGN A508",
150959  direction="l",
150960  linebreak="al",
150961  unicodeslot=0x106B9,
150962 },
150963 [0x106BA]={
150964  category="lo",
150965  description="LINEAR A SIGN A509",
150966  direction="l",
150967  linebreak="al",
150968  unicodeslot=0x106BA,
150969 },
150970 [0x106BB]={
150971  category="lo",
150972  description="LINEAR A SIGN A510",
150973  direction="l",
150974  linebreak="al",
150975  unicodeslot=0x106BB,
150976 },
150977 [0x106BC]={
150978  category="lo",
150979  description="LINEAR A SIGN A511",
150980  direction="l",
150981  linebreak="al",
150982  unicodeslot=0x106BC,
150983 },
150984 [0x106BD]={
150985  category="lo",
150986  description="LINEAR A SIGN A512",
150987  direction="l",
150988  linebreak="al",
150989  unicodeslot=0x106BD,
150990 },
150991 [0x106BE]={
150992  category="lo",
150993  description="LINEAR A SIGN A513",
150994  direction="l",
150995  linebreak="al",
150996  unicodeslot=0x106BE,
150997 },
150998 [0x106BF]={
150999  category="lo",
151000  description="LINEAR A SIGN A515",
151001  direction="l",
151002  linebreak="al",
151003  unicodeslot=0x106BF,
151004 },
151005 [0x106C0]={
151006  category="lo",
151007  description="LINEAR A SIGN A516",
151008  direction="l",
151009  linebreak="al",
151010  unicodeslot=0x106C0,
151011 },
151012 [0x106C1]={
151013  category="lo",
151014  description="LINEAR A SIGN A520",
151015  direction="l",
151016  linebreak="al",
151017  unicodeslot=0x106C1,
151018 },
151019 [0x106C2]={
151020  category="lo",
151021  description="LINEAR A SIGN A521",
151022  direction="l",
151023  linebreak="al",
151024  unicodeslot=0x106C2,
151025 },
151026 [0x106C3]={
151027  category="lo",
151028  description="LINEAR A SIGN A523",
151029  direction="l",
151030  linebreak="al",
151031  unicodeslot=0x106C3,
151032 },
151033 [0x106C4]={
151034  category="lo",
151035  description="LINEAR A SIGN A524",
151036  direction="l",
151037  linebreak="al",
151038  unicodeslot=0x106C4,
151039 },
151040 [0x106C5]={
151041  category="lo",
151042  description="LINEAR A SIGN A525",
151043  direction="l",
151044  linebreak="al",
151045  unicodeslot=0x106C5,
151046 },
151047 [0x106C6]={
151048  category="lo",
151049  description="LINEAR A SIGN A526",
151050  direction="l",
151051  linebreak="al",
151052  unicodeslot=0x106C6,
151053 },
151054 [0x106C7]={
151055  category="lo",
151056  description="LINEAR A SIGN A527",
151057  direction="l",
151058  linebreak="al",
151059  unicodeslot=0x106C7,
151060 },
151061 [0x106C8]={
151062  category="lo",
151063  description="LINEAR A SIGN A528",
151064  direction="l",
151065  linebreak="al",
151066  unicodeslot=0x106C8,
151067 },
151068 [0x106C9]={
151069  category="lo",
151070  description="LINEAR A SIGN A529",
151071  direction="l",
151072  linebreak="al",
151073  unicodeslot=0x106C9,
151074 },
151075 [0x106CA]={
151076  category="lo",
151077  description="LINEAR A SIGN A530",
151078  direction="l",
151079  linebreak="al",
151080  unicodeslot=0x106CA,
151081 },
151082 [0x106CB]={
151083  category="lo",
151084  description="LINEAR A SIGN A531",
151085  direction="l",
151086  linebreak="al",
151087  unicodeslot=0x106CB,
151088 },
151089 [0x106CC]={
151090  category="lo",
151091  description="LINEAR A SIGN A532",
151092  direction="l",
151093  linebreak="al",
151094  unicodeslot=0x106CC,
151095 },
151096 [0x106CD]={
151097  category="lo",
151098  description="LINEAR A SIGN A534",
151099  direction="l",
151100  linebreak="al",
151101  unicodeslot=0x106CD,
151102 },
151103 [0x106CE]={
151104  category="lo",
151105  description="LINEAR A SIGN A535",
151106  direction="l",
151107  linebreak="al",
151108  unicodeslot=0x106CE,
151109 },
151110 [0x106CF]={
151111  category="lo",
151112  description="LINEAR A SIGN A536",
151113  direction="l",
151114  linebreak="al",
151115  unicodeslot=0x106CF,
151116 },
151117 [0x106D0]={
151118  category="lo",
151119  description="LINEAR A SIGN A537",
151120  direction="l",
151121  linebreak="al",
151122  unicodeslot=0x106D0,
151123 },
151124 [0x106D1]={
151125  category="lo",
151126  description="LINEAR A SIGN A538",
151127  direction="l",
151128  linebreak="al",
151129  unicodeslot=0x106D1,
151130 },
151131 [0x106D2]={
151132  category="lo",
151133  description="LINEAR A SIGN A539",
151134  direction="l",
151135  linebreak="al",
151136  unicodeslot=0x106D2,
151137 },
151138 [0x106D3]={
151139  category="lo",
151140  description="LINEAR A SIGN A540",
151141  direction="l",
151142  linebreak="al",
151143  unicodeslot=0x106D3,
151144 },
151145 [0x106D4]={
151146  category="lo",
151147  description="LINEAR A SIGN A541",
151148  direction="l",
151149  linebreak="al",
151150  unicodeslot=0x106D4,
151151 },
151152 [0x106D5]={
151153  category="lo",
151154  description="LINEAR A SIGN A542",
151155  direction="l",
151156  linebreak="al",
151157  unicodeslot=0x106D5,
151158 },
151159 [0x106D6]={
151160  category="lo",
151161  description="LINEAR A SIGN A545",
151162  direction="l",
151163  linebreak="al",
151164  unicodeslot=0x106D6,
151165 },
151166 [0x106D7]={
151167  category="lo",
151168  description="LINEAR A SIGN A547",
151169  direction="l",
151170  linebreak="al",
151171  unicodeslot=0x106D7,
151172 },
151173 [0x106D8]={
151174  category="lo",
151175  description="LINEAR A SIGN A548",
151176  direction="l",
151177  linebreak="al",
151178  unicodeslot=0x106D8,
151179 },
151180 [0x106D9]={
151181  category="lo",
151182  description="LINEAR A SIGN A549",
151183  direction="l",
151184  linebreak="al",
151185  unicodeslot=0x106D9,
151186 },
151187 [0x106DA]={
151188  category="lo",
151189  description="LINEAR A SIGN A550",
151190  direction="l",
151191  linebreak="al",
151192  unicodeslot=0x106DA,
151193 },
151194 [0x106DB]={
151195  category="lo",
151196  description="LINEAR A SIGN A551",
151197  direction="l",
151198  linebreak="al",
151199  unicodeslot=0x106DB,
151200 },
151201 [0x106DC]={
151202  category="lo",
151203  description="LINEAR A SIGN A552",
151204  direction="l",
151205  linebreak="al",
151206  unicodeslot=0x106DC,
151207 },
151208 [0x106DD]={
151209  category="lo",
151210  description="LINEAR A SIGN A553",
151211  direction="l",
151212  linebreak="al",
151213  unicodeslot=0x106DD,
151214 },
151215 [0x106DE]={
151216  category="lo",
151217  description="LINEAR A SIGN A554",
151218  direction="l",
151219  linebreak="al",
151220  unicodeslot=0x106DE,
151221 },
151222 [0x106DF]={
151223  category="lo",
151224  description="LINEAR A SIGN A555",
151225  direction="l",
151226  linebreak="al",
151227  unicodeslot=0x106DF,
151228 },
151229 [0x106E0]={
151230  category="lo",
151231  description="LINEAR A SIGN A556",
151232  direction="l",
151233  linebreak="al",
151234  unicodeslot=0x106E0,
151235 },
151236 [0x106E1]={
151237  category="lo",
151238  description="LINEAR A SIGN A557",
151239  direction="l",
151240  linebreak="al",
151241  unicodeslot=0x106E1,
151242 },
151243 [0x106E2]={
151244  category="lo",
151245  description="LINEAR A SIGN A559",
151246  direction="l",
151247  linebreak="al",
151248  unicodeslot=0x106E2,
151249 },
151250 [0x106E3]={
151251  category="lo",
151252  description="LINEAR A SIGN A563",
151253  direction="l",
151254  linebreak="al",
151255  unicodeslot=0x106E3,
151256 },
151257 [0x106E4]={
151258  category="lo",
151259  description="LINEAR A SIGN A564",
151260  direction="l",
151261  linebreak="al",
151262  unicodeslot=0x106E4,
151263 },
151264 [0x106E5]={
151265  category="lo",
151266  description="LINEAR A SIGN A565",
151267  direction="l",
151268  linebreak="al",
151269  unicodeslot=0x106E5,
151270 },
151271 [0x106E6]={
151272  category="lo",
151273  description="LINEAR A SIGN A566",
151274  direction="l",
151275  linebreak="al",
151276  unicodeslot=0x106E6,
151277 },
151278 [0x106E7]={
151279  category="lo",
151280  description="LINEAR A SIGN A568",
151281  direction="l",
151282  linebreak="al",
151283  unicodeslot=0x106E7,
151284 },
151285 [0x106E8]={
151286  category="lo",
151287  description="LINEAR A SIGN A569",
151288  direction="l",
151289  linebreak="al",
151290  unicodeslot=0x106E8,
151291 },
151292 [0x106E9]={
151293  category="lo",
151294  description="LINEAR A SIGN A570",
151295  direction="l",
151296  linebreak="al",
151297  unicodeslot=0x106E9,
151298 },
151299 [0x106EA]={
151300  category="lo",
151301  description="LINEAR A SIGN A571",
151302  direction="l",
151303  linebreak="al",
151304  unicodeslot=0x106EA,
151305 },
151306 [0x106EB]={
151307  category="lo",
151308  description="LINEAR A SIGN A572",
151309  direction="l",
151310  linebreak="al",
151311  unicodeslot=0x106EB,
151312 },
151313 [0x106EC]={
151314  category="lo",
151315  description="LINEAR A SIGN A573",
151316  direction="l",
151317  linebreak="al",
151318  unicodeslot=0x106EC,
151319 },
151320 [0x106ED]={
151321  category="lo",
151322  description="LINEAR A SIGN A574",
151323  direction="l",
151324  linebreak="al",
151325  unicodeslot=0x106ED,
151326 },
151327 [0x106EE]={
151328  category="lo",
151329  description="LINEAR A SIGN A575",
151330  direction="l",
151331  linebreak="al",
151332  unicodeslot=0x106EE,
151333 },
151334 [0x106EF]={
151335  category="lo",
151336  description="LINEAR A SIGN A576",
151337  direction="l",
151338  linebreak="al",
151339  unicodeslot=0x106EF,
151340 },
151341 [0x106F0]={
151342  category="lo",
151343  description="LINEAR A SIGN A577",
151344  direction="l",
151345  linebreak="al",
151346  unicodeslot=0x106F0,
151347 },
151348 [0x106F1]={
151349  category="lo",
151350  description="LINEAR A SIGN A578",
151351  direction="l",
151352  linebreak="al",
151353  unicodeslot=0x106F1,
151354 },
151355 [0x106F2]={
151356  category="lo",
151357  description="LINEAR A SIGN A579",
151358  direction="l",
151359  linebreak="al",
151360  unicodeslot=0x106F2,
151361 },
151362 [0x106F3]={
151363  category="lo",
151364  description="LINEAR A SIGN A580",
151365  direction="l",
151366  linebreak="al",
151367  unicodeslot=0x106F3,
151368 },
151369 [0x106F4]={
151370  category="lo",
151371  description="LINEAR A SIGN A581",
151372  direction="l",
151373  linebreak="al",
151374  unicodeslot=0x106F4,
151375 },
151376 [0x106F5]={
151377  category="lo",
151378  description="LINEAR A SIGN A582",
151379  direction="l",
151380  linebreak="al",
151381  unicodeslot=0x106F5,
151382 },
151383 [0x106F6]={
151384  category="lo",
151385  description="LINEAR A SIGN A583",
151386  direction="l",
151387  linebreak="al",
151388  unicodeslot=0x106F6,
151389 },
151390 [0x106F7]={
151391  category="lo",
151392  description="LINEAR A SIGN A584",
151393  direction="l",
151394  linebreak="al",
151395  unicodeslot=0x106F7,
151396 },
151397 [0x106F8]={
151398  category="lo",
151399  description="LINEAR A SIGN A585",
151400  direction="l",
151401  linebreak="al",
151402  unicodeslot=0x106F8,
151403 },
151404 [0x106F9]={
151405  category="lo",
151406  description="LINEAR A SIGN A586",
151407  direction="l",
151408  linebreak="al",
151409  unicodeslot=0x106F9,
151410 },
151411 [0x106FA]={
151412  category="lo",
151413  description="LINEAR A SIGN A587",
151414  direction="l",
151415  linebreak="al",
151416  unicodeslot=0x106FA,
151417 },
151418 [0x106FB]={
151419  category="lo",
151420  description="LINEAR A SIGN A588",
151421  direction="l",
151422  linebreak="al",
151423  unicodeslot=0x106FB,
151424 },
151425 [0x106FC]={
151426  category="lo",
151427  description="LINEAR A SIGN A589",
151428  direction="l",
151429  linebreak="al",
151430  unicodeslot=0x106FC,
151431 },
151432 [0x106FD]={
151433  category="lo",
151434  description="LINEAR A SIGN A591",
151435  direction="l",
151436  linebreak="al",
151437  unicodeslot=0x106FD,
151438 },
151439 [0x106FE]={
151440  category="lo",
151441  description="LINEAR A SIGN A592",
151442  direction="l",
151443  linebreak="al",
151444  unicodeslot=0x106FE,
151445 },
151446 [0x106FF]={
151447  category="lo",
151448  description="LINEAR A SIGN A594",
151449  direction="l",
151450  linebreak="al",
151451  unicodeslot=0x106FF,
151452 },
151453 [0x10700]={
151454  category="lo",
151455  description="LINEAR A SIGN A595",
151456  direction="l",
151457  linebreak="al",
151458  unicodeslot=0x10700,
151459 },
151460 [0x10701]={
151461  category="lo",
151462  description="LINEAR A SIGN A596",
151463  direction="l",
151464  linebreak="al",
151465  unicodeslot=0x10701,
151466 },
151467 [0x10702]={
151468  category="lo",
151469  description="LINEAR A SIGN A598",
151470  direction="l",
151471  linebreak="al",
151472  unicodeslot=0x10702,
151473 },
151474 [0x10703]={
151475  category="lo",
151476  description="LINEAR A SIGN A600",
151477  direction="l",
151478  linebreak="al",
151479  unicodeslot=0x10703,
151480 },
151481 [0x10704]={
151482  category="lo",
151483  description="LINEAR A SIGN A601",
151484  direction="l",
151485  linebreak="al",
151486  unicodeslot=0x10704,
151487 },
151488 [0x10705]={
151489  category="lo",
151490  description="LINEAR A SIGN A602",
151491  direction="l",
151492  linebreak="al",
151493  unicodeslot=0x10705,
151494 },
151495 [0x10706]={
151496  category="lo",
151497  description="LINEAR A SIGN A603",
151498  direction="l",
151499  linebreak="al",
151500  unicodeslot=0x10706,
151501 },
151502 [0x10707]={
151503  category="lo",
151504  description="LINEAR A SIGN A604",
151505  direction="l",
151506  linebreak="al",
151507  unicodeslot=0x10707,
151508 },
151509 [0x10708]={
151510  category="lo",
151511  description="LINEAR A SIGN A606",
151512  direction="l",
151513  linebreak="al",
151514  unicodeslot=0x10708,
151515 },
151516 [0x10709]={
151517  category="lo",
151518  description="LINEAR A SIGN A608",
151519  direction="l",
151520  linebreak="al",
151521  unicodeslot=0x10709,
151522 },
151523 [0x1070A]={
151524  category="lo",
151525  description="LINEAR A SIGN A609",
151526  direction="l",
151527  linebreak="al",
151528  unicodeslot=0x1070A,
151529 },
151530 [0x1070B]={
151531  category="lo",
151532  description="LINEAR A SIGN A610",
151533  direction="l",
151534  linebreak="al",
151535  unicodeslot=0x1070B,
151536 },
151537 [0x1070C]={
151538  category="lo",
151539  description="LINEAR A SIGN A611",
151540  direction="l",
151541  linebreak="al",
151542  unicodeslot=0x1070C,
151543 },
151544 [0x1070D]={
151545  category="lo",
151546  description="LINEAR A SIGN A612",
151547  direction="l",
151548  linebreak="al",
151549  unicodeslot=0x1070D,
151550 },
151551 [0x1070E]={
151552  category="lo",
151553  description="LINEAR A SIGN A613",
151554  direction="l",
151555  linebreak="al",
151556  unicodeslot=0x1070E,
151557 },
151558 [0x1070F]={
151559  category="lo",
151560  description="LINEAR A SIGN A614",
151561  direction="l",
151562  linebreak="al",
151563  unicodeslot=0x1070F,
151564 },
151565 [0x10710]={
151566  category="lo",
151567  description="LINEAR A SIGN A615",
151568  direction="l",
151569  linebreak="al",
151570  unicodeslot=0x10710,
151571 },
151572 [0x10711]={
151573  category="lo",
151574  description="LINEAR A SIGN A616",
151575  direction="l",
151576  linebreak="al",
151577  unicodeslot=0x10711,
151578 },
151579 [0x10712]={
151580  category="lo",
151581  description="LINEAR A SIGN A617",
151582  direction="l",
151583  linebreak="al",
151584  unicodeslot=0x10712,
151585 },
151586 [0x10713]={
151587  category="lo",
151588  description="LINEAR A SIGN A618",
151589  direction="l",
151590  linebreak="al",
151591  unicodeslot=0x10713,
151592 },
151593 [0x10714]={
151594  category="lo",
151595  description="LINEAR A SIGN A619",
151596  direction="l",
151597  linebreak="al",
151598  unicodeslot=0x10714,
151599 },
151600 [0x10715]={
151601  category="lo",
151602  description="LINEAR A SIGN A620",
151603  direction="l",
151604  linebreak="al",
151605  unicodeslot=0x10715,
151606 },
151607 [0x10716]={
151608  category="lo",
151609  description="LINEAR A SIGN A621",
151610  direction="l",
151611  linebreak="al",
151612  unicodeslot=0x10716,
151613 },
151614 [0x10717]={
151615  category="lo",
151616  description="LINEAR A SIGN A622",
151617  direction="l",
151618  linebreak="al",
151619  unicodeslot=0x10717,
151620 },
151621 [0x10718]={
151622  category="lo",
151623  description="LINEAR A SIGN A623",
151624  direction="l",
151625  linebreak="al",
151626  unicodeslot=0x10718,
151627 },
151628 [0x10719]={
151629  category="lo",
151630  description="LINEAR A SIGN A624",
151631  direction="l",
151632  linebreak="al",
151633  unicodeslot=0x10719,
151634 },
151635 [0x1071A]={
151636  category="lo",
151637  description="LINEAR A SIGN A626",
151638  direction="l",
151639  linebreak="al",
151640  unicodeslot=0x1071A,
151641 },
151642 [0x1071B]={
151643  category="lo",
151644  description="LINEAR A SIGN A627",
151645  direction="l",
151646  linebreak="al",
151647  unicodeslot=0x1071B,
151648 },
151649 [0x1071C]={
151650  category="lo",
151651  description="LINEAR A SIGN A628",
151652  direction="l",
151653  linebreak="al",
151654  unicodeslot=0x1071C,
151655 },
151656 [0x1071D]={
151657  category="lo",
151658  description="LINEAR A SIGN A629",
151659  direction="l",
151660  linebreak="al",
151661  unicodeslot=0x1071D,
151662 },
151663 [0x1071E]={
151664  category="lo",
151665  description="LINEAR A SIGN A634",
151666  direction="l",
151667  linebreak="al",
151668  unicodeslot=0x1071E,
151669 },
151670 [0x1071F]={
151671  category="lo",
151672  description="LINEAR A SIGN A637",
151673  direction="l",
151674  linebreak="al",
151675  unicodeslot=0x1071F,
151676 },
151677 [0x10720]={
151678  category="lo",
151679  description="LINEAR A SIGN A638",
151680  direction="l",
151681  linebreak="al",
151682  unicodeslot=0x10720,
151683 },
151684 [0x10721]={
151685  category="lo",
151686  description="LINEAR A SIGN A640",
151687  direction="l",
151688  linebreak="al",
151689  unicodeslot=0x10721,
151690 },
151691 [0x10722]={
151692  category="lo",
151693  description="LINEAR A SIGN A642",
151694  direction="l",
151695  linebreak="al",
151696  unicodeslot=0x10722,
151697 },
151698 [0x10723]={
151699  category="lo",
151700  description="LINEAR A SIGN A643",
151701  direction="l",
151702  linebreak="al",
151703  unicodeslot=0x10723,
151704 },
151705 [0x10724]={
151706  category="lo",
151707  description="LINEAR A SIGN A644",
151708  direction="l",
151709  linebreak="al",
151710  unicodeslot=0x10724,
151711 },
151712 [0x10725]={
151713  category="lo",
151714  description="LINEAR A SIGN A645",
151715  direction="l",
151716  linebreak="al",
151717  unicodeslot=0x10725,
151718 },
151719 [0x10726]={
151720  category="lo",
151721  description="LINEAR A SIGN A646",
151722  direction="l",
151723  linebreak="al",
151724  unicodeslot=0x10726,
151725 },
151726 [0x10727]={
151727  category="lo",
151728  description="LINEAR A SIGN A648",
151729  direction="l",
151730  linebreak="al",
151731  unicodeslot=0x10727,
151732 },
151733 [0x10728]={
151734  category="lo",
151735  description="LINEAR A SIGN A649",
151736  direction="l",
151737  linebreak="al",
151738  unicodeslot=0x10728,
151739 },
151740 [0x10729]={
151741  category="lo",
151742  description="LINEAR A SIGN A651",
151743  direction="l",
151744  linebreak="al",
151745  unicodeslot=0x10729,
151746 },
151747 [0x1072A]={
151748  category="lo",
151749  description="LINEAR A SIGN A652",
151750  direction="l",
151751  linebreak="al",
151752  unicodeslot=0x1072A,
151753 },
151754 [0x1072B]={
151755  category="lo",
151756  description="LINEAR A SIGN A653",
151757  direction="l",
151758  linebreak="al",
151759  unicodeslot=0x1072B,
151760 },
151761 [0x1072C]={
151762  category="lo",
151763  description="LINEAR A SIGN A654",
151764  direction="l",
151765  linebreak="al",
151766  unicodeslot=0x1072C,
151767 },
151768 [0x1072D]={
151769  category="lo",
151770  description="LINEAR A SIGN A655",
151771  direction="l",
151772  linebreak="al",
151773  unicodeslot=0x1072D,
151774 },
151775 [0x1072E]={
151776  category="lo",
151777  description="LINEAR A SIGN A656",
151778  direction="l",
151779  linebreak="al",
151780  unicodeslot=0x1072E,
151781 },
151782 [0x1072F]={
151783  category="lo",
151784  description="LINEAR A SIGN A657",
151785  direction="l",
151786  linebreak="al",
151787  unicodeslot=0x1072F,
151788 },
151789 [0x10730]={
151790  category="lo",
151791  description="LINEAR A SIGN A658",
151792  direction="l",
151793  linebreak="al",
151794  unicodeslot=0x10730,
151795 },
151796 [0x10731]={
151797  category="lo",
151798  description="LINEAR A SIGN A659",
151799  direction="l",
151800  linebreak="al",
151801  unicodeslot=0x10731,
151802 },
151803 [0x10732]={
151804  category="lo",
151805  description="LINEAR A SIGN A660",
151806  direction="l",
151807  linebreak="al",
151808  unicodeslot=0x10732,
151809 },
151810 [0x10733]={
151811  category="lo",
151812  description="LINEAR A SIGN A661",
151813  direction="l",
151814  linebreak="al",
151815  unicodeslot=0x10733,
151816 },
151817 [0x10734]={
151818  category="lo",
151819  description="LINEAR A SIGN A662",
151820  direction="l",
151821  linebreak="al",
151822  unicodeslot=0x10734,
151823 },
151824 [0x10735]={
151825  category="lo",
151826  description="LINEAR A SIGN A663",
151827  direction="l",
151828  linebreak="al",
151829  unicodeslot=0x10735,
151830 },
151831 [0x10736]={
151832  category="lo",
151833  description="LINEAR A SIGN A664",
151834  direction="l",
151835  linebreak="al",
151836  unicodeslot=0x10736,
151837 },
151838 [0x10740]={
151839  category="lo",
151840  description="LINEAR A SIGN A701 A",
151841  direction="l",
151842  linebreak="al",
151843  unicodeslot=0x10740,
151844 },
151845 [0x10741]={
151846  category="lo",
151847  description="LINEAR A SIGN A702 B",
151848  direction="l",
151849  linebreak="al",
151850  unicodeslot=0x10741,
151851 },
151852 [0x10742]={
151853  category="lo",
151854  description="LINEAR A SIGN A703 D",
151855  direction="l",
151856  linebreak="al",
151857  unicodeslot=0x10742,
151858 },
151859 [0x10743]={
151860  category="lo",
151861  description="LINEAR A SIGN A704 E",
151862  direction="l",
151863  linebreak="al",
151864  unicodeslot=0x10743,
151865 },
151866 [0x10744]={
151867  category="lo",
151868  description="LINEAR A SIGN A705 F",
151869  direction="l",
151870  linebreak="al",
151871  unicodeslot=0x10744,
151872 },
151873 [0x10745]={
151874  category="lo",
151875  description="LINEAR A SIGN A706 H",
151876  direction="l",
151877  linebreak="al",
151878  unicodeslot=0x10745,
151879 },
151880 [0x10746]={
151881  category="lo",
151882  description="LINEAR A SIGN A707 J",
151883  direction="l",
151884  linebreak="al",
151885  unicodeslot=0x10746,
151886 },
151887 [0x10747]={
151888  category="lo",
151889  description="LINEAR A SIGN A708 K",
151890  direction="l",
151891  linebreak="al",
151892  unicodeslot=0x10747,
151893 },
151894 [0x10748]={
151895  category="lo",
151896  description="LINEAR A SIGN A709 L",
151897  direction="l",
151898  linebreak="al",
151899  unicodeslot=0x10748,
151900 },
151901 [0x10749]={
151902  category="lo",
151903  description="LINEAR A SIGN A709-2 L2",
151904  direction="l",
151905  linebreak="al",
151906  unicodeslot=0x10749,
151907 },
151908 [0x1074A]={
151909  category="lo",
151910  description="LINEAR A SIGN A709-3 L3",
151911  direction="l",
151912  linebreak="al",
151913  unicodeslot=0x1074A,
151914 },
151915 [0x1074B]={
151916  category="lo",
151917  description="LINEAR A SIGN A709-4 L4",
151918  direction="l",
151919  linebreak="al",
151920  unicodeslot=0x1074B,
151921 },
151922 [0x1074C]={
151923  category="lo",
151924  description="LINEAR A SIGN A709-6 L6",
151925  direction="l",
151926  linebreak="al",
151927  unicodeslot=0x1074C,
151928 },
151929 [0x1074D]={
151930  category="lo",
151931  description="LINEAR A SIGN A710 W",
151932  direction="l",
151933  linebreak="al",
151934  unicodeslot=0x1074D,
151935 },
151936 [0x1074E]={
151937  category="lo",
151938  description="LINEAR A SIGN A711 X",
151939  direction="l",
151940  linebreak="al",
151941  unicodeslot=0x1074E,
151942 },
151943 [0x1074F]={
151944  category="lo",
151945  description="LINEAR A SIGN A712 Y",
151946  direction="l",
151947  linebreak="al",
151948  unicodeslot=0x1074F,
151949 },
151950 [0x10750]={
151951  category="lo",
151952  description="LINEAR A SIGN A713 OMEGA",
151953  direction="l",
151954  linebreak="al",
151955  unicodeslot=0x10750,
151956 },
151957 [0x10751]={
151958  category="lo",
151959  description="LINEAR A SIGN A714 ABB",
151960  direction="l",
151961  linebreak="al",
151962  unicodeslot=0x10751,
151963 },
151964 [0x10752]={
151965  category="lo",
151966  description="LINEAR A SIGN A715 BB",
151967  direction="l",
151968  linebreak="al",
151969  unicodeslot=0x10752,
151970 },
151971 [0x10753]={
151972  category="lo",
151973  description="LINEAR A SIGN A717 DD",
151974  direction="l",
151975  linebreak="al",
151976  unicodeslot=0x10753,
151977 },
151978 [0x10754]={
151979  category="lo",
151980  description="LINEAR A SIGN A726 EYYY",
151981  direction="l",
151982  linebreak="al",
151983  unicodeslot=0x10754,
151984 },
151985 [0x10755]={
151986  category="lo",
151987  description="LINEAR A SIGN A732 JE",
151988  direction="l",
151989  linebreak="al",
151990  unicodeslot=0x10755,
151991 },
151992 [0x10760]={
151993  category="lo",
151994  description="LINEAR A SIGN A800",
151995  direction="l",
151996  linebreak="al",
151997  unicodeslot=0x10760,
151998 },
151999 [0x10761]={
152000  category="lo",
152001  description="LINEAR A SIGN A801",
152002  direction="l",
152003  linebreak="al",
152004  unicodeslot=0x10761,
152005 },
152006 [0x10762]={
152007  category="lo",
152008  description="LINEAR A SIGN A802",
152009  direction="l",
152010  linebreak="al",
152011  unicodeslot=0x10762,
152012 },
152013 [0x10763]={
152014  category="lo",
152015  description="LINEAR A SIGN A803",
152016  direction="l",
152017  linebreak="al",
152018  unicodeslot=0x10763,
152019 },
152020 [0x10764]={
152021  category="lo",
152022  description="LINEAR A SIGN A804",
152023  direction="l",
152024  linebreak="al",
152025  unicodeslot=0x10764,
152026 },
152027 [0x10765]={
152028  category="lo",
152029  description="LINEAR A SIGN A805",
152030  direction="l",
152031  linebreak="al",
152032  unicodeslot=0x10765,
152033 },
152034 [0x10766]={
152035  category="lo",
152036  description="LINEAR A SIGN A806",
152037  direction="l",
152038  linebreak="al",
152039  unicodeslot=0x10766,
152040 },
152041 [0x10767]={
152042  category="lo",
152043  description="LINEAR A SIGN A807",
152044  direction="l",
152045  linebreak="al",
152046  unicodeslot=0x10767,
152047 },
152048 [0x10780]={
152049  category="lm",
152050  description="MODIFIER LETTER SMALL CAPITAL AA",
152051  direction="l",
152052  linebreak="al",
152053  unicodeslot=0x10780,
152054 },
152055 [0x10781]={
152056  category="lm",
152057  description="MODIFIER LETTER SUPERSCRIPT TRIANGULAR COLON",
152058  direction="l",
152059  linebreak="al",
152060  specials={ "super", 0x2D0 },
152061  unicodeslot=0x10781,
152062 },
152063 [0x10782]={
152064  category="lm",
152065  description="MODIFIER LETTER SUPERSCRIPT HALF TRIANGULAR COLON",
152066  direction="l",
152067  linebreak="al",
152068  specials={ "super", 0x2D1 },
152069  unicodeslot=0x10782,
152070 },
152071 [0x10783]={
152072  category="lm",
152073  description="MODIFIER LETTER SMALL AE",
152074  direction="l",
152075  linebreak="al",
152076  specials={ "super", 0xE6 },
152077  unicodeslot=0x10783,
152078 },
152079 [0x10784]={
152080  category="lm",
152081  description="MODIFIER LETTER SMALL CAPITAL B",
152082  direction="l",
152083  linebreak="al",
152084  specials={ "super", 0x299 },
152085  unicodeslot=0x10784,
152086 },
152087 [0x10785]={
152088  category="lm",
152089  description="MODIFIER LETTER SMALL B WITH HOOK",
152090  direction="l",
152091  linebreak="al",
152092  specials={ "super", 0x253 },
152093  unicodeslot=0x10785,
152094 },
152095 [0x10787]={
152096  category="lm",
152097  description="MODIFIER LETTER SMALL DZ DIGRAPH",
152098  direction="l",
152099  linebreak="al",
152100  specials={ "super", 0x2A3 },
152101  unicodeslot=0x10787,
152102 },
152103 [0x10788]={
152104  category="lm",
152105  description="MODIFIER LETTER SMALL DZ DIGRAPH WITH RETROFLEX HOOK",
152106  direction="l",
152107  linebreak="al",
152108  specials={ "super", 0xAB66 },
152109  unicodeslot=0x10788,
152110 },
152111 [0x10789]={
152112  category="lm",
152113  description="MODIFIER LETTER SMALL DZ DIGRAPH WITH CURL",
152114  direction="l",
152115  linebreak="al",
152116  specials={ "super", 0x2A5 },
152117  unicodeslot=0x10789,
152118 },
152119 [0x1078A]={
152120  category="lm",
152121  description="MODIFIER LETTER SMALL DEZH DIGRAPH",
152122  direction="l",
152123  linebreak="al",
152124  specials={ "super", 0x2A4 },
152125  unicodeslot=0x1078A,
152126 },
152127 [0x1078B]={
152128  category="lm",
152129  description="MODIFIER LETTER SMALL D WITH TAIL",
152130  direction="l",
152131  linebreak="al",
152132  specials={ "super", 0x256 },
152133  unicodeslot=0x1078B,
152134 },
152135 [0x1078C]={
152136  category="lm",
152137  description="MODIFIER LETTER SMALL D WITH HOOK",
152138  direction="l",
152139  linebreak="al",
152140  specials={ "super", 0x257 },
152141  unicodeslot=0x1078C,
152142 },
152143 [0x1078D]={
152144  category="lm",
152145  description="MODIFIER LETTER SMALL D WITH HOOK AND TAIL",
152146  direction="l",
152147  linebreak="al",
152148  specials={ "super", 0x1D91 },
152149  unicodeslot=0x1078D,
152150 },
152151 [0x1078E]={
152152  category="lm",
152153  description="MODIFIER LETTER SMALL REVERSED E",
152154  direction="l",
152155  linebreak="al",
152156  specials={ "super", 0x258 },
152157  unicodeslot=0x1078E,
152158 },
152159 [0x1078F]={
152160  category="lm",
152161  description="MODIFIER LETTER SMALL CLOSED REVERSED OPEN E",
152162  direction="l",
152163  linebreak="al",
152164  specials={ "super", 0x25E },
152165  unicodeslot=0x1078F,
152166 },
152167 [0x10790]={
152168  category="lm",
152169  description="MODIFIER LETTER SMALL FENG DIGRAPH",
152170  direction="l",
152171  linebreak="al",
152172  specials={ "super", 0x2A9 },
152173  unicodeslot=0x10790,
152174 },
152175 [0x10791]={
152176  category="lm",
152177  description="MODIFIER LETTER SMALL RAMS HORN",
152178  direction="l",
152179  linebreak="al",
152180  specials={ "super", 0x264 },
152181  unicodeslot=0x10791,
152182 },
152183 [0x10792]={
152184  category="lm",
152185  description="MODIFIER LETTER SMALL CAPITAL G",
152186  direction="l",
152187  linebreak="al",
152188  specials={ "super", 0x262 },
152189  unicodeslot=0x10792,
152190 },
152191 [0x10793]={
152192  category="lm",
152193  description="MODIFIER LETTER SMALL G WITH HOOK",
152194  direction="l",
152195  linebreak="al",
152196  specials={ "super", 0x260 },
152197  unicodeslot=0x10793,
152198 },
152199 [0x10794]={
152200  category="lm",
152201  description="MODIFIER LETTER SMALL CAPITAL G WITH HOOK",
152202  direction="l",
152203  linebreak="al",
152204  specials={ "super", 0x29B },
152205  unicodeslot=0x10794,
152206 },
152207 [0x10795]={
152208  category="lm",
152209  description="MODIFIER LETTER SMALL H WITH STROKE",
152210  direction="l",
152211  linebreak="al",
152212  specials={ "super", 0x127 },
152213  unicodeslot=0x10795,
152214 },
152215 [0x10796]={
152216  category="lm",
152217  description="MODIFIER LETTER SMALL CAPITAL H",
152218  direction="l",
152219  linebreak="al",
152220  specials={ "super", 0x29C },
152221  unicodeslot=0x10796,
152222 },
152223 [0x10797]={
152224  category="lm",
152225  description="MODIFIER LETTER SMALL HENG WITH HOOK",
152226  direction="l",
152227  linebreak="al",
152228  specials={ "super", 0x267 },
152229  unicodeslot=0x10797,
152230 },
152231 [0x10798]={
152232  category="lm",
152233  description="MODIFIER LETTER SMALL DOTLESS J WITH STROKE AND HOOK",
152234  direction="l",
152235  linebreak="al",
152236  specials={ "super", 0x284 },
152237  unicodeslot=0x10798,
152238 },
152239 [0x10799]={
152240  category="lm",
152241  description="MODIFIER LETTER SMALL LS DIGRAPH",
152242  direction="l",
152243  linebreak="al",
152244  specials={ "super", 0x2AA },
152245  unicodeslot=0x10799,
152246 },
152247 [0x1079A]={
152248  category="lm",
152249  description="MODIFIER LETTER SMALL LZ DIGRAPH",
152250  direction="l",
152251  linebreak="al",
152252  specials={ "super", 0x2AB },
152253  unicodeslot=0x1079A,
152254 },
152255 [0x1079B]={
152256  category="lm",
152257  description="MODIFIER LETTER SMALL L WITH BELT",
152258  direction="l",
152259  linebreak="al",
152260  specials={ "super", 0x26C },
152261  unicodeslot=0x1079B,
152262 },
152263 [0x1079C]={
152264  category="lm",
152265  description="MODIFIER LETTER SMALL CAPITAL L WITH BELT",
152266  direction="l",
152267  linebreak="al",
152268  specials={ "super", 0x1DF04 },
152269  unicodeslot=0x1079C,
152270 },
152271 [0x1079D]={
152272  category="lm",
152273  description="MODIFIER LETTER SMALL L WITH RETROFLEX HOOK AND BELT",
152274  direction="l",
152275  linebreak="al",
152276  specials={ "super", 0xA78E },
152277  unicodeslot=0x1079D,
152278 },
152279 [0x1079E]={
152280  category="lm",
152281  description="MODIFIER LETTER SMALL LEZH",
152282  direction="l",
152283  linebreak="al",
152284  specials={ "super", 0x26E },
152285  unicodeslot=0x1079E,
152286 },
152287 [0x1079F]={
152288  category="lm",
152289  description="MODIFIER LETTER SMALL LEZH WITH RETROFLEX HOOK",
152290  direction="l",
152291  linebreak="al",
152292  specials={ "super", 0x1DF05 },
152293  unicodeslot=0x1079F,
152294 },
152295 [0x107A0]={
152296  category="lm",
152297  description="MODIFIER LETTER SMALL TURNED Y",
152298  direction="l",
152299  linebreak="al",
152300  specials={ "super", 0x28E },
152301  unicodeslot=0x107A0,
152302 },
152303 [0x107A1]={
152304  category="lm",
152305  description="MODIFIER LETTER SMALL TURNED Y WITH BELT",
152306  direction="l",
152307  linebreak="al",
152308  specials={ "super", 0x1DF06 },
152309  unicodeslot=0x107A1,
152310 },
152311 [0x107A2]={
152312  category="lm",
152313  description="MODIFIER LETTER SMALL O WITH STROKE",
152314  direction="l",
152315  linebreak="al",
152316  specials={ "super", 0xF8 },
152317  unicodeslot=0x107A2,
152318 },
152319 [0x107A3]={
152320  category="lm",
152321  description="MODIFIER LETTER SMALL CAPITAL OE",
152322  direction="l",
152323  linebreak="al",
152324  specials={ "super", 0x276 },
152325  unicodeslot=0x107A3,
152326 },
152327 [0x107A4]={
152328  category="lm",
152329  description="MODIFIER LETTER SMALL CLOSED OMEGA",
152330  direction="l",
152331  linebreak="al",
152332  specials={ "super", 0x277 },
152333  unicodeslot=0x107A4,
152334 },
152335 [0x107A5]={
152336  category="lm",
152337  description="MODIFIER LETTER SMALL Q",
152338  direction="l",
152339  linebreak="al",
152340  specials={ "super", 0x71 },
152341  unicodeslot=0x107A5,
152342 },
152343 [0x107A6]={
152344  category="lm",
152345  description="MODIFIER LETTER SMALL TURNED R WITH LONG LEG",
152346  direction="l",
152347  linebreak="al",
152348  specials={ "super", 0x27A },
152349  unicodeslot=0x107A6,
152350 },
152351 [0x107A7]={
152352  category="lm",
152353  description="MODIFIER LETTER SMALL TURNED R WITH LONG LEG AND RETROFLEX HOOK",
152354  direction="l",
152355  linebreak="al",
152356  specials={ "super", 0x1DF08 },
152357  unicodeslot=0x107A7,
152358 },
152359 [0x107A8]={
152360  category="lm",
152361  description="MODIFIER LETTER SMALL R WITH TAIL",
152362  direction="l",
152363  linebreak="al",
152364  specials={ "super", 0x27D },
152365  unicodeslot=0x107A8,
152366 },
152367 [0x107A9]={
152368  category="lm",
152369  description="MODIFIER LETTER SMALL R WITH FISHHOOK",
152370  direction="l",
152371  linebreak="al",
152372  specials={ "super", 0x27E },
152373  unicodeslot=0x107A9,
152374 },
152375 [0x107AA]={
152376  category="lm",
152377  description="MODIFIER LETTER SMALL CAPITAL R",
152378  direction="l",
152379  linebreak="al",
152380  specials={ "super", 0x280 },
152381  unicodeslot=0x107AA,
152382 },
152383 [0x107AB]={
152384  category="lm",
152385  description="MODIFIER LETTER SMALL TC DIGRAPH WITH CURL",
152386  direction="l",
152387  linebreak="al",
152388  specials={ "super", 0x2A8 },
152389  unicodeslot=0x107AB,
152390 },
152391 [0x107AC]={
152392  category="lm",
152393  description="MODIFIER LETTER SMALL TS DIGRAPH",
152394  direction="l",
152395  linebreak="al",
152396  specials={ "super", 0x2A6 },
152397  unicodeslot=0x107AC,
152398 },
152399 [0x107AD]={
152400  category="lm",
152401  description="MODIFIER LETTER SMALL TS DIGRAPH WITH RETROFLEX HOOK",
152402  direction="l",
152403  linebreak="al",
152404  specials={ "super", 0xAB67 },
152405  unicodeslot=0x107AD,
152406 },
152407 [0x107AE]={
152408  category="lm",
152409  description="MODIFIER LETTER SMALL TESH DIGRAPH",
152410  direction="l",
152411  linebreak="al",
152412  specials={ "super", 0x2A7 },
152413  unicodeslot=0x107AE,
152414 },
152415 [0x107AF]={
152416  category="lm",
152417  description="MODIFIER LETTER SMALL T WITH RETROFLEX HOOK",
152418  direction="l",
152419  linebreak="al",
152420  specials={ "super", 0x288 },
152421  unicodeslot=0x107AF,
152422 },
152423 [0x107B0]={
152424  category="lm",
152425  description="MODIFIER LETTER SMALL V WITH RIGHT HOOK",
152426  direction="l",
152427  linebreak="al",
152428  specials={ "super", 0x2C71 },
152429  unicodeslot=0x107B0,
152430 },
152431 [0x107B2]={
152432  category="lm",
152433  description="MODIFIER LETTER SMALL CAPITAL Y",
152434  direction="l",
152435  linebreak="al",
152436  specials={ "super", 0x28F },
152437  unicodeslot=0x107B2,
152438 },
152439 [0x107B3]={
152440  category="lm",
152441  description="MODIFIER LETTER GLOTTAL STOP WITH STROKE",
152442  direction="l",
152443  linebreak="al",
152444  specials={ "super", 0x2A1 },
152445  unicodeslot=0x107B3,
152446 },
152447 [0x107B4]={
152448  category="lm",
152449  description="MODIFIER LETTER REVERSED GLOTTAL STOP WITH STROKE",
152450  direction="l",
152451  linebreak="al",
152452  specials={ "super", 0x2A2 },
152453  unicodeslot=0x107B4,
152454 },
152455 [0x107B5]={
152456  category="lm",
152457  description="MODIFIER LETTER BILABIAL CLICK",
152458  direction="l",
152459  linebreak="al",
152460  specials={ "super", 0x298 },
152461  unicodeslot=0x107B5,
152462 },
152463 [0x107B6]={
152464  category="lm",
152465  description="MODIFIER LETTER DENTAL CLICK",
152466  direction="l",
152467  linebreak="al",
152468  specials={ "super", 0x1C0 },
152469  unicodeslot=0x107B6,
152470 },
152471 [0x107B7]={
152472  category="lm",
152473  description="MODIFIER LETTER LATERAL CLICK",
152474  direction="l",
152475  linebreak="al",
152476  specials={ "super", 0x1C1 },
152477  unicodeslot=0x107B7,
152478 },
152479 [0x107B8]={
152480  category="lm",
152481  description="MODIFIER LETTER ALVEOLAR CLICK",
152482  direction="l",
152483  linebreak="al",
152484  specials={ "super", 0x1C2 },
152485  unicodeslot=0x107B8,
152486 },
152487 [0x107B9]={
152488  category="lm",
152489  description="MODIFIER LETTER RETROFLEX CLICK WITH RETROFLEX HOOK",
152490  direction="l",
152491  linebreak="al",
152492  specials={ "super", 0x1DF0A },
152493  unicodeslot=0x107B9,
152494 },
152495 [0x107BA]={
152496  category="lm",
152497  description="MODIFIER LETTER SMALL S WITH CURL",
152498  direction="l",
152499  linebreak="al",
152500  specials={ "super", 0x1DF1E },
152501  unicodeslot=0x107BA,
152502 },
152503 [0x10800]={
152504  category="lo",
152505  description="CYPRIOT SYLLABLE A",
152506  direction="r",
152507  linebreak="al",
152508  unicodeslot=0x10800,
152509 },
152510 [0x10801]={
152511  category="lo",
152512  description="CYPRIOT SYLLABLE E",
152513  direction="r",
152514  linebreak="al",
152515  unicodeslot=0x10801,
152516 },
152517 [0x10802]={
152518  category="lo",
152519  description="CYPRIOT SYLLABLE I",
152520  direction="r",
152521  linebreak="al",
152522  unicodeslot=0x10802,
152523 },
152524 [0x10803]={
152525  category="lo",
152526  description="CYPRIOT SYLLABLE O",
152527  direction="r",
152528  linebreak="al",
152529  unicodeslot=0x10803,
152530 },
152531 [0x10804]={
152532  category="lo",
152533  description="CYPRIOT SYLLABLE U",
152534  direction="r",
152535  linebreak="al",
152536  unicodeslot=0x10804,
152537 },
152538 [0x10805]={
152539  category="lo",
152540  description="CYPRIOT SYLLABLE JA",
152541  direction="r",
152542  linebreak="al",
152543  unicodeslot=0x10805,
152544 },
152545 [0x10808]={
152546  category="lo",
152547  description="CYPRIOT SYLLABLE JO",
152548  direction="r",
152549  linebreak="al",
152550  unicodeslot=0x10808,
152551 },
152552 [0x1080A]={
152553  category="lo",
152554  description="CYPRIOT SYLLABLE KA",
152555  direction="r",
152556  linebreak="al",
152557  unicodeslot=0x1080A,
152558 },
152559 [0x1080B]={
152560  category="lo",
152561  description="CYPRIOT SYLLABLE KE",
152562  direction="r",
152563  linebreak="al",
152564  unicodeslot=0x1080B,
152565 },
152566 [0x1080C]={
152567  category="lo",
152568  description="CYPRIOT SYLLABLE KI",
152569  direction="r",
152570  linebreak="al",
152571  unicodeslot=0x1080C,
152572 },
152573 [0x1080D]={
152574  category="lo",
152575  description="CYPRIOT SYLLABLE KO",
152576  direction="r",
152577  linebreak="al",
152578  unicodeslot=0x1080D,
152579 },
152580 [0x1080E]={
152581  category="lo",
152582  description="CYPRIOT SYLLABLE KU",
152583  direction="r",
152584  linebreak="al",
152585  unicodeslot=0x1080E,
152586 },
152587 [0x1080F]={
152588  category="lo",
152589  description="CYPRIOT SYLLABLE LA",
152590  direction="r",
152591  linebreak="al",
152592  unicodeslot=0x1080F,
152593 },
152594 [0x10810]={
152595  category="lo",
152596  description="CYPRIOT SYLLABLE LE",
152597  direction="r",
152598  linebreak="al",
152599  unicodeslot=0x10810,
152600 },
152601 [0x10811]={
152602  category="lo",
152603  description="CYPRIOT SYLLABLE LI",
152604  direction="r",
152605  linebreak="al",
152606  unicodeslot=0x10811,
152607 },
152608 [0x10812]={
152609  category="lo",
152610  description="CYPRIOT SYLLABLE LO",
152611  direction="r",
152612  linebreak="al",
152613  unicodeslot=0x10812,
152614 },
152615 [0x10813]={
152616  category="lo",
152617  description="CYPRIOT SYLLABLE LU",
152618  direction="r",
152619  linebreak="al",
152620  unicodeslot=0x10813,
152621 },
152622 [0x10814]={
152623  category="lo",
152624  description="CYPRIOT SYLLABLE MA",
152625  direction="r",
152626  linebreak="al",
152627  unicodeslot=0x10814,
152628 },
152629 [0x10815]={
152630  category="lo",
152631  description="CYPRIOT SYLLABLE ME",
152632  direction="r",
152633  linebreak="al",
152634  unicodeslot=0x10815,
152635 },
152636 [0x10816]={
152637  category="lo",
152638  description="CYPRIOT SYLLABLE MI",
152639  direction="r",
152640  linebreak="al",
152641  unicodeslot=0x10816,
152642 },
152643 [0x10817]={
152644  category="lo",
152645  description="CYPRIOT SYLLABLE MO",
152646  direction="r",
152647  linebreak="al",
152648  unicodeslot=0x10817,
152649 },
152650 [0x10818]={
152651  category="lo",
152652  description="CYPRIOT SYLLABLE MU",
152653  direction="r",
152654  linebreak="al",
152655  unicodeslot=0x10818,
152656 },
152657 [0x10819]={
152658  category="lo",
152659  description="CYPRIOT SYLLABLE NA",
152660  direction="r",
152661  linebreak="al",
152662  unicodeslot=0x10819,
152663 },
152664 [0x1081A]={
152665  category="lo",
152666  description="CYPRIOT SYLLABLE NE",
152667  direction="r",
152668  linebreak="al",
152669  unicodeslot=0x1081A,
152670 },
152671 [0x1081B]={
152672  category="lo",
152673  description="CYPRIOT SYLLABLE NI",
152674  direction="r",
152675  linebreak="al",
152676  unicodeslot=0x1081B,
152677 },
152678 [0x1081C]={
152679  category="lo",
152680  description="CYPRIOT SYLLABLE NO",
152681  direction="r",
152682  linebreak="al",
152683  unicodeslot=0x1081C,
152684 },
152685 [0x1081D]={
152686  category="lo",
152687  description="CYPRIOT SYLLABLE NU",
152688  direction="r",
152689  linebreak="al",
152690  unicodeslot=0x1081D,
152691 },
152692 [0x1081E]={
152693  category="lo",
152694  description="CYPRIOT SYLLABLE PA",
152695  direction="r",
152696  linebreak="al",
152697  unicodeslot=0x1081E,
152698 },
152699 [0x1081F]={
152700  category="lo",
152701  description="CYPRIOT SYLLABLE PE",
152702  direction="r",
152703  linebreak="al",
152704  unicodeslot=0x1081F,
152705 },
152706 [0x10820]={
152707  category="lo",
152708  description="CYPRIOT SYLLABLE PI",
152709  direction="r",
152710  linebreak="al",
152711  unicodeslot=0x10820,
152712 },
152713 [0x10821]={
152714  category="lo",
152715  description="CYPRIOT SYLLABLE PO",
152716  direction="r",
152717  linebreak="al",
152718  unicodeslot=0x10821,
152719 },
152720 [0x10822]={
152721  category="lo",
152722  description="CYPRIOT SYLLABLE PU",
152723  direction="r",
152724  linebreak="al",
152725  unicodeslot=0x10822,
152726 },
152727 [0x10823]={
152728  category="lo",
152729  description="CYPRIOT SYLLABLE RA",
152730  direction="r",
152731  linebreak="al",
152732  unicodeslot=0x10823,
152733 },
152734 [0x10824]={
152735  category="lo",
152736  description="CYPRIOT SYLLABLE RE",
152737  direction="r",
152738  linebreak="al",
152739  unicodeslot=0x10824,
152740 },
152741 [0x10825]={
152742  category="lo",
152743  description="CYPRIOT SYLLABLE RI",
152744  direction="r",
152745  linebreak="al",
152746  unicodeslot=0x10825,
152747 },
152748 [0x10826]={
152749  category="lo",
152750  description="CYPRIOT SYLLABLE RO",
152751  direction="r",
152752  linebreak="al",
152753  unicodeslot=0x10826,
152754 },
152755 [0x10827]={
152756  category="lo",
152757  description="CYPRIOT SYLLABLE RU",
152758  direction="r",
152759  linebreak="al",
152760  unicodeslot=0x10827,
152761 },
152762 [0x10828]={
152763  category="lo",
152764  description="CYPRIOT SYLLABLE SA",
152765  direction="r",
152766  linebreak="al",
152767  unicodeslot=0x10828,
152768 },
152769 [0x10829]={
152770  category="lo",
152771  description="CYPRIOT SYLLABLE SE",
152772  direction="r",
152773  linebreak="al",
152774  unicodeslot=0x10829,
152775 },
152776 [0x1082A]={
152777  category="lo",
152778  description="CYPRIOT SYLLABLE SI",
152779  direction="r",
152780  linebreak="al",
152781  unicodeslot=0x1082A,
152782 },
152783 [0x1082B]={
152784  category="lo",
152785  description="CYPRIOT SYLLABLE SO",
152786  direction="r",
152787  linebreak="al",
152788  unicodeslot=0x1082B,
152789 },
152790 [0x1082C]={
152791  category="lo",
152792  description="CYPRIOT SYLLABLE SU",
152793  direction="r",
152794  linebreak="al",
152795  unicodeslot=0x1082C,
152796 },
152797 [0x1082D]={
152798  category="lo",
152799  description="CYPRIOT SYLLABLE TA",
152800  direction="r",
152801  linebreak="al",
152802  unicodeslot=0x1082D,
152803 },
152804 [0x1082E]={
152805  category="lo",
152806  description="CYPRIOT SYLLABLE TE",
152807  direction="r",
152808  linebreak="al",
152809  unicodeslot=0x1082E,
152810 },
152811 [0x1082F]={
152812  category="lo",
152813  description="CYPRIOT SYLLABLE TI",
152814  direction="r",
152815  linebreak="al",
152816  unicodeslot=0x1082F,
152817 },
152818 [0x10830]={
152819  category="lo",
152820  description="CYPRIOT SYLLABLE TO",
152821  direction="r",
152822  linebreak="al",
152823  unicodeslot=0x10830,
152824 },
152825 [0x10831]={
152826  category="lo",
152827  description="CYPRIOT SYLLABLE TU",
152828  direction="r",
152829  linebreak="al",
152830  unicodeslot=0x10831,
152831 },
152832 [0x10832]={
152833  category="lo",
152834  description="CYPRIOT SYLLABLE WA",
152835  direction="r",
152836  linebreak="al",
152837  unicodeslot=0x10832,
152838 },
152839 [0x10833]={
152840  category="lo",
152841  description="CYPRIOT SYLLABLE WE",
152842  direction="r",
152843  linebreak="al",
152844  unicodeslot=0x10833,
152845 },
152846 [0x10834]={
152847  category="lo",
152848  description="CYPRIOT SYLLABLE WI",
152849  direction="r",
152850  linebreak="al",
152851  unicodeslot=0x10834,
152852 },
152853 [0x10835]={
152854  category="lo",
152855  description="CYPRIOT SYLLABLE WO",
152856  direction="r",
152857  linebreak="al",
152858  unicodeslot=0x10835,
152859 },
152860 [0x10837]={
152861  category="lo",
152862  description="CYPRIOT SYLLABLE XA",
152863  direction="r",
152864  linebreak="al",
152865  unicodeslot=0x10837,
152866 },
152867 [0x10838]={
152868  category="lo",
152869  description="CYPRIOT SYLLABLE XE",
152870  direction="r",
152871  linebreak="al",
152872  unicodeslot=0x10838,
152873 },
152874 [0x1083C]={
152875  category="lo",
152876  description="CYPRIOT SYLLABLE ZA",
152877  direction="r",
152878  linebreak="al",
152879  unicodeslot=0x1083C,
152880 },
152881 [0x1083F]={
152882  category="lo",
152883  description="CYPRIOT SYLLABLE ZO",
152884  direction="r",
152885  linebreak="al",
152886  unicodeslot=0x1083F,
152887 },
152888 [0x10840]={
152889  category="lo",
152890  description="IMPERIAL ARAMAIC LETTER ALEPH",
152891  direction="r",
152892  linebreak="al",
152893  unicodeslot=0x10840,
152894 },
152895 [0x10841]={
152896  category="lo",
152897  description="IMPERIAL ARAMAIC LETTER BETH",
152898  direction="r",
152899  linebreak="al",
152900  unicodeslot=0x10841,
152901 },
152902 [0x10842]={
152903  category="lo",
152904  description="IMPERIAL ARAMAIC LETTER GIMEL",
152905  direction="r",
152906  linebreak="al",
152907  unicodeslot=0x10842,
152908 },
152909 [0x10843]={
152910  category="lo",
152911  description="IMPERIAL ARAMAIC LETTER DALETH",
152912  direction="r",
152913  linebreak="al",
152914  unicodeslot=0x10843,
152915 },
152916 [0x10844]={
152917  category="lo",
152918  description="IMPERIAL ARAMAIC LETTER HE",
152919  direction="r",
152920  linebreak="al",
152921  unicodeslot=0x10844,
152922 },
152923 [0x10845]={
152924  category="lo",
152925  description="IMPERIAL ARAMAIC LETTER WAW",
152926  direction="r",
152927  linebreak="al",
152928  unicodeslot=0x10845,
152929 },
152930 [0x10846]={
152931  category="lo",
152932  description="IMPERIAL ARAMAIC LETTER ZAYIN",
152933  direction="r",
152934  linebreak="al",
152935  unicodeslot=0x10846,
152936 },
152937 [0x10847]={
152938  category="lo",
152939  description="IMPERIAL ARAMAIC LETTER HETH",
152940  direction="r",
152941  linebreak="al",
152942  unicodeslot=0x10847,
152943 },
152944 [0x10848]={
152945  category="lo",
152946  description="IMPERIAL ARAMAIC LETTER TETH",
152947  direction="r",
152948  linebreak="al",
152949  unicodeslot=0x10848,
152950 },
152951 [0x10849]={
152952  category="lo",
152953  description="IMPERIAL ARAMAIC LETTER YODH",
152954  direction="r",
152955  linebreak="al",
152956  unicodeslot=0x10849,
152957 },
152958 [0x1084A]={
152959  category="lo",
152960  description="IMPERIAL ARAMAIC LETTER KAPH",
152961  direction="r",
152962  linebreak="al",
152963  unicodeslot=0x1084A,
152964 },
152965 [0x1084B]={
152966  category="lo",
152967  description="IMPERIAL ARAMAIC LETTER LAMEDH",
152968  direction="r",
152969  linebreak="al",
152970  unicodeslot=0x1084B,
152971 },
152972 [0x1084C]={
152973  category="lo",
152974  description="IMPERIAL ARAMAIC LETTER MEM",
152975  direction="r",
152976  linebreak="al",
152977  unicodeslot=0x1084C,
152978 },
152979 [0x1084D]={
152980  category="lo",
152981  description="IMPERIAL ARAMAIC LETTER NUN",
152982  direction="r",
152983  linebreak="al",
152984  unicodeslot=0x1084D,
152985 },
152986 [0x1084E]={
152987  category="lo",
152988  description="IMPERIAL ARAMAIC LETTER SAMEKH",
152989  direction="r",
152990  linebreak="al",
152991  unicodeslot=0x1084E,
152992 },
152993 [0x1084F]={
152994  category="lo",
152995  description="IMPERIAL ARAMAIC LETTER AYIN",
152996  direction="r",
152997  linebreak="al",
152998  unicodeslot=0x1084F,
152999 },
153000 [0x10850]={
153001  category="lo",
153002  description="IMPERIAL ARAMAIC LETTER PE",
153003  direction="r",
153004  linebreak="al",
153005  unicodeslot=0x10850,
153006 },
153007 [0x10851]={
153008  category="lo",
153009  description="IMPERIAL ARAMAIC LETTER SADHE",
153010  direction="r",
153011  linebreak="al",
153012  unicodeslot=0x10851,
153013 },
153014 [0x10852]={
153015  category="lo",
153016  description="IMPERIAL ARAMAIC LETTER QOPH",
153017  direction="r",
153018  linebreak="al",
153019  unicodeslot=0x10852,
153020 },
153021 [0x10853]={
153022  category="lo",
153023  description="IMPERIAL ARAMAIC LETTER RESH",
153024  direction="r",
153025  linebreak="al",
153026  unicodeslot=0x10853,
153027 },
153028 [0x10854]={
153029  category="lo",
153030  description="IMPERIAL ARAMAIC LETTER SHIN",
153031  direction="r",
153032  linebreak="al",
153033  unicodeslot=0x10854,
153034 },
153035 [0x10855]={
153036  category="lo",
153037  description="IMPERIAL ARAMAIC LETTER TAW",
153038  direction="r",
153039  linebreak="al",
153040  unicodeslot=0x10855,
153041 },
153042 [0x10857]={
153043  category="po",
153044  description="IMPERIAL ARAMAIC SECTION SIGN",
153045  direction="r",
153046  linebreak="ba",
153047  unicodeslot=0x10857,
153048 },
153049 [0x10858]={
153050  category="no",
153051  description="IMPERIAL ARAMAIC NUMBER ONE",
153052  direction="r",
153053  linebreak="al",
153054  unicodeslot=0x10858,
153055 },
153056 [0x10859]={
153057  category="no",
153058  description="IMPERIAL ARAMAIC NUMBER TWO",
153059  direction="r",
153060  linebreak="al",
153061  unicodeslot=0x10859,
153062 },
153063 [0x1085A]={
153064  category="no",
153065  description="IMPERIAL ARAMAIC NUMBER THREE",
153066  direction="r",
153067  linebreak="al",
153068  unicodeslot=0x1085A,
153069 },
153070 [0x1085B]={
153071  category="no",
153072  description="IMPERIAL ARAMAIC NUMBER TEN",
153073  direction="r",
153074  linebreak="al",
153075  unicodeslot=0x1085B,
153076 },
153077 [0x1085C]={
153078  category="no",
153079  description="IMPERIAL ARAMAIC NUMBER TWENTY",
153080  direction="r",
153081  linebreak="al",
153082  unicodeslot=0x1085C,
153083 },
153084 [0x1085D]={
153085  category="no",
153086  description="IMPERIAL ARAMAIC NUMBER ONE HUNDRED",
153087  direction="r",
153088  linebreak="al",
153089  unicodeslot=0x1085D,
153090 },
153091 [0x1085E]={
153092  category="no",
153093  description="IMPERIAL ARAMAIC NUMBER ONE THOUSAND",
153094  direction="r",
153095  linebreak="al",
153096  unicodeslot=0x1085E,
153097 },
153098 [0x1085F]={
153099  category="no",
153100  description="IMPERIAL ARAMAIC NUMBER TEN THOUSAND",
153101  direction="r",
153102  linebreak="al",
153103  unicodeslot=0x1085F,
153104 },
153105 [0x10860]={
153106  category="lo",
153107  description="PALMYRENE LETTER ALEPH",
153108  direction="r",
153109  linebreak="al",
153110  unicodeslot=0x10860,
153111 },
153112 [0x10861]={
153113  category="lo",
153114  description="PALMYRENE LETTER BETH",
153115  direction="r",
153116  linebreak="al",
153117  unicodeslot=0x10861,
153118 },
153119 [0x10862]={
153120  category="lo",
153121  description="PALMYRENE LETTER GIMEL",
153122  direction="r",
153123  linebreak="al",
153124  unicodeslot=0x10862,
153125 },
153126 [0x10863]={
153127  category="lo",
153128  description="PALMYRENE LETTER DALETH",
153129  direction="r",
153130  linebreak="al",
153131  unicodeslot=0x10863,
153132 },
153133 [0x10864]={
153134  category="lo",
153135  description="PALMYRENE LETTER HE",
153136  direction="r",
153137  linebreak="al",
153138  unicodeslot=0x10864,
153139 },
153140 [0x10865]={
153141  category="lo",
153142  description="PALMYRENE LETTER WAW",
153143  direction="r",
153144  linebreak="al",
153145  unicodeslot=0x10865,
153146 },
153147 [0x10866]={
153148  category="lo",
153149  description="PALMYRENE LETTER ZAYIN",
153150  direction="r",
153151  linebreak="al",
153152  unicodeslot=0x10866,
153153 },
153154 [0x10867]={
153155  category="lo",
153156  description="PALMYRENE LETTER HETH",
153157  direction="r",
153158  linebreak="al",
153159  unicodeslot=0x10867,
153160 },
153161 [0x10868]={
153162  category="lo",
153163  description="PALMYRENE LETTER TETH",
153164  direction="r",
153165  linebreak="al",
153166  unicodeslot=0x10868,
153167 },
153168 [0x10869]={
153169  category="lo",
153170  description="PALMYRENE LETTER YODH",
153171  direction="r",
153172  linebreak="al",
153173  unicodeslot=0x10869,
153174 },
153175 [0x1086A]={
153176  category="lo",
153177  description="PALMYRENE LETTER KAPH",
153178  direction="r",
153179  linebreak="al",
153180  unicodeslot=0x1086A,
153181 },
153182 [0x1086B]={
153183  category="lo",
153184  description="PALMYRENE LETTER LAMEDH",
153185  direction="r",
153186  linebreak="al",
153187  unicodeslot=0x1086B,
153188 },
153189 [0x1086C]={
153190  category="lo",
153191  description="PALMYRENE LETTER MEM",
153192  direction="r",
153193  linebreak="al",
153194  unicodeslot=0x1086C,
153195 },
153196 [0x1086D]={
153197  category="lo",
153198  description="PALMYRENE LETTER FINAL NUN",
153199  direction="r",
153200  linebreak="al",
153201  unicodeslot=0x1086D,
153202 },
153203 [0x1086E]={
153204  category="lo",
153205  description="PALMYRENE LETTER NUN",
153206  direction="r",
153207  linebreak="al",
153208  unicodeslot=0x1086E,
153209 },
153210 [0x1086F]={
153211  category="lo",
153212  description="PALMYRENE LETTER SAMEKH",
153213  direction="r",
153214  linebreak="al",
153215  unicodeslot=0x1086F,
153216 },
153217 [0x10870]={
153218  category="lo",
153219  description="PALMYRENE LETTER AYIN",
153220  direction="r",
153221  linebreak="al",
153222  unicodeslot=0x10870,
153223 },
153224 [0x10871]={
153225  category="lo",
153226  description="PALMYRENE LETTER PE",
153227  direction="r",
153228  linebreak="al",
153229  unicodeslot=0x10871,
153230 },
153231 [0x10872]={
153232  category="lo",
153233  description="PALMYRENE LETTER SADHE",
153234  direction="r",
153235  linebreak="al",
153236  unicodeslot=0x10872,
153237 },
153238 [0x10873]={
153239  category="lo",
153240  description="PALMYRENE LETTER QOPH",
153241  direction="r",
153242  linebreak="al",
153243  unicodeslot=0x10873,
153244 },
153245 [0x10874]={
153246  category="lo",
153247  description="PALMYRENE LETTER RESH",
153248  direction="r",
153249  linebreak="al",
153250  unicodeslot=0x10874,
153251 },
153252 [0x10875]={
153253  category="lo",
153254  description="PALMYRENE LETTER SHIN",
153255  direction="r",
153256  linebreak="al",
153257  unicodeslot=0x10875,
153258 },
153259 [0x10876]={
153260  category="lo",
153261  description="PALMYRENE LETTER TAW",
153262  direction="r",
153263  linebreak="al",
153264  unicodeslot=0x10876,
153265 },
153266 [0x10877]={
153267  category="so",
153268  description="PALMYRENE LEFT-POINTING FLEURON",
153269  direction="r",
153270  linebreak="al",
153271  unicodeslot=0x10877,
153272 },
153273 [0x10878]={
153274  category="so",
153275  description="PALMYRENE RIGHT-POINTING FLEURON",
153276  direction="r",
153277  linebreak="al",
153278  unicodeslot=0x10878,
153279 },
153280 [0x10879]={
153281  category="no",
153282  description="PALMYRENE NUMBER ONE",
153283  direction="r",
153284  linebreak="al",
153285  unicodeslot=0x10879,
153286 },
153287 [0x1087A]={
153288  category="no",
153289  description="PALMYRENE NUMBER TWO",
153290  direction="r",
153291  linebreak="al",
153292  unicodeslot=0x1087A,
153293 },
153294 [0x1087B]={
153295  category="no",
153296  description="PALMYRENE NUMBER THREE",
153297  direction="r",
153298  linebreak="al",
153299  unicodeslot=0x1087B,
153300 },
153301 [0x1087C]={
153302  category="no",
153303  description="PALMYRENE NUMBER FOUR",
153304  direction="r",
153305  linebreak="al",
153306  unicodeslot=0x1087C,
153307 },
153308 [0x1087D]={
153309  category="no",
153310  description="PALMYRENE NUMBER FIVE",
153311  direction="r",
153312  linebreak="al",
153313  unicodeslot=0x1087D,
153314 },
153315 [0x1087E]={
153316  category="no",
153317  description="PALMYRENE NUMBER TEN",
153318  direction="r",
153319  linebreak="al",
153320  unicodeslot=0x1087E,
153321 },
153322 [0x1087F]={
153323  category="no",
153324  description="PALMYRENE NUMBER TWENTY",
153325  direction="r",
153326  linebreak="al",
153327  unicodeslot=0x1087F,
153328 },
153329 [0x10880]={
153330  category="lo",
153331  description="NABATAEAN LETTER FINAL ALEPH",
153332  direction="r",
153333  linebreak="al",
153334  unicodeslot=0x10880,
153335 },
153336 [0x10881]={
153337  category="lo",
153338  description="NABATAEAN LETTER ALEPH",
153339  direction="r",
153340  linebreak="al",
153341  unicodeslot=0x10881,
153342 },
153343 [0x10882]={
153344  category="lo",
153345  description="NABATAEAN LETTER FINAL BETH",
153346  direction="r",
153347  linebreak="al",
153348  unicodeslot=0x10882,
153349 },
153350 [0x10883]={
153351  category="lo",
153352  description="NABATAEAN LETTER BETH",
153353  direction="r",
153354  linebreak="al",
153355  unicodeslot=0x10883,
153356 },
153357 [0x10884]={
153358  category="lo",
153359  description="NABATAEAN LETTER GIMEL",
153360  direction="r",
153361  linebreak="al",
153362  unicodeslot=0x10884,
153363 },
153364 [0x10885]={
153365  category="lo",
153366  description="NABATAEAN LETTER DALETH",
153367  direction="r",
153368  linebreak="al",
153369  unicodeslot=0x10885,
153370 },
153371 [0x10886]={
153372  category="lo",
153373  description="NABATAEAN LETTER FINAL HE",
153374  direction="r",
153375  linebreak="al",
153376  unicodeslot=0x10886,
153377 },
153378 [0x10887]={
153379  category="lo",
153380  description="NABATAEAN LETTER HE",
153381  direction="r",
153382  linebreak="al",
153383  unicodeslot=0x10887,
153384 },
153385 [0x10888]={
153386  category="lo",
153387  description="NABATAEAN LETTER WAW",
153388  direction="r",
153389  linebreak="al",
153390  unicodeslot=0x10888,
153391 },
153392 [0x10889]={
153393  category="lo",
153394  description="NABATAEAN LETTER ZAYIN",
153395  direction="r",
153396  linebreak="al",
153397  unicodeslot=0x10889,
153398 },
153399 [0x1088A]={
153400  category="lo",
153401  description="NABATAEAN LETTER HETH",
153402  direction="r",
153403  linebreak="al",
153404  unicodeslot=0x1088A,
153405 },
153406 [0x1088B]={
153407  category="lo",
153408  description="NABATAEAN LETTER TETH",
153409  direction="r",
153410  linebreak="al",
153411  unicodeslot=0x1088B,
153412 },
153413 [0x1088C]={
153414  category="lo",
153415  description="NABATAEAN LETTER FINAL YODH",
153416  direction="r",
153417  linebreak="al",
153418  unicodeslot=0x1088C,
153419 },
153420 [0x1088D]={
153421  category="lo",
153422  description="NABATAEAN LETTER YODH",
153423  direction="r",
153424  linebreak="al",
153425  unicodeslot=0x1088D,
153426 },
153427 [0x1088E]={
153428  category="lo",
153429  description="NABATAEAN LETTER FINAL KAPH",
153430  direction="r",
153431  linebreak="al",
153432  unicodeslot=0x1088E,
153433 },
153434 [0x1088F]={
153435  category="lo",
153436  description="NABATAEAN LETTER KAPH",
153437  direction="r",
153438  linebreak="al",
153439  unicodeslot=0x1088F,
153440 },
153441 [0x10890]={
153442  category="lo",
153443  description="NABATAEAN LETTER FINAL LAMEDH",
153444  direction="r",
153445  linebreak="al",
153446  unicodeslot=0x10890,
153447 },
153448 [0x10891]={
153449  category="lo",
153450  description="NABATAEAN LETTER LAMEDH",
153451  direction="r",
153452  linebreak="al",
153453  unicodeslot=0x10891,
153454 },
153455 [0x10892]={
153456  category="lo",
153457  description="NABATAEAN LETTER FINAL MEM",
153458  direction="r",
153459  linebreak="al",
153460  unicodeslot=0x10892,
153461 },
153462 [0x10893]={
153463  category="lo",
153464  description="NABATAEAN LETTER MEM",
153465  direction="r",
153466  linebreak="al",
153467  unicodeslot=0x10893,
153468 },
153469 [0x10894]={
153470  category="lo",
153471  description="NABATAEAN LETTER FINAL NUN",
153472  direction="r",
153473  linebreak="al",
153474  unicodeslot=0x10894,
153475 },
153476 [0x10895]={
153477  category="lo",
153478  description="NABATAEAN LETTER NUN",
153479  direction="r",
153480  linebreak="al",
153481  unicodeslot=0x10895,
153482 },
153483 [0x10896]={
153484  category="lo",
153485  description="NABATAEAN LETTER SAMEKH",
153486  direction="r",
153487  linebreak="al",
153488  unicodeslot=0x10896,
153489 },
153490 [0x10897]={
153491  category="lo",
153492  description="NABATAEAN LETTER AYIN",
153493  direction="r",
153494  linebreak="al",
153495  unicodeslot=0x10897,
153496 },
153497 [0x10898]={
153498  category="lo",
153499  description="NABATAEAN LETTER PE",
153500  direction="r",
153501  linebreak="al",
153502  unicodeslot=0x10898,
153503 },
153504 [0x10899]={
153505  category="lo",
153506  description="NABATAEAN LETTER SADHE",
153507  direction="r",
153508  linebreak="al",
153509  unicodeslot=0x10899,
153510 },
153511 [0x1089A]={
153512  category="lo",
153513  description="NABATAEAN LETTER QOPH",
153514  direction="r",
153515  linebreak="al",
153516  unicodeslot=0x1089A,
153517 },
153518 [0x1089B]={
153519  category="lo",
153520  description="NABATAEAN LETTER RESH",
153521  direction="r",
153522  linebreak="al",
153523  unicodeslot=0x1089B,
153524 },
153525 [0x1089C]={
153526  category="lo",
153527  description="NABATAEAN LETTER FINAL SHIN",
153528  direction="r",
153529  linebreak="al",
153530  unicodeslot=0x1089C,
153531 },
153532 [0x1089D]={
153533  category="lo",
153534  description="NABATAEAN LETTER SHIN",
153535  direction="r",
153536  linebreak="al",
153537  unicodeslot=0x1089D,
153538 },
153539 [0x1089E]={
153540  category="lo",
153541  description="NABATAEAN LETTER TAW",
153542  direction="r",
153543  linebreak="al",
153544  unicodeslot=0x1089E,
153545 },
153546 [0x108A7]={
153547  category="no",
153548  description="NABATAEAN NUMBER ONE",
153549  direction="r",
153550  linebreak="al",
153551  unicodeslot=0x108A7,
153552 },
153553 [0x108A8]={
153554  category="no",
153555  description="NABATAEAN NUMBER TWO",
153556  direction="r",
153557  linebreak="al",
153558  unicodeslot=0x108A8,
153559 },
153560 [0x108A9]={
153561  category="no",
153562  description="NABATAEAN NUMBER THREE",
153563  direction="r",
153564  linebreak="al",
153565  unicodeslot=0x108A9,
153566 },
153567 [0x108AA]={
153568  category="no",
153569  description="NABATAEAN NUMBER FOUR",
153570  direction="r",
153571  linebreak="al",
153572  unicodeslot=0x108AA,
153573 },
153574 [0x108AB]={
153575  category="no",
153576  description="NABATAEAN CRUCIFORM NUMBER FOUR",
153577  direction="r",
153578  linebreak="al",
153579  unicodeslot=0x108AB,
153580 },
153581 [0x108AC]={
153582  category="no",
153583  description="NABATAEAN NUMBER FIVE",
153584  direction="r",
153585  linebreak="al",
153586  unicodeslot=0x108AC,
153587 },
153588 [0x108AD]={
153589  category="no",
153590  description="NABATAEAN NUMBER TEN",
153591  direction="r",
153592  linebreak="al",
153593  unicodeslot=0x108AD,
153594 },
153595 [0x108AE]={
153596  category="no",
153597  description="NABATAEAN NUMBER TWENTY",
153598  direction="r",
153599  linebreak="al",
153600  unicodeslot=0x108AE,
153601 },
153602 [0x108AF]={
153603  category="no",
153604  description="NABATAEAN NUMBER ONE HUNDRED",
153605  direction="r",
153606  linebreak="al",
153607  unicodeslot=0x108AF,
153608 },
153609 [0x108E0]={
153610  category="lo",
153611  description="HATRAN LETTER ALEPH",
153612  direction="r",
153613  linebreak="al",
153614  unicodeslot=0x108E0,
153615 },
153616 [0x108E1]={
153617  category="lo",
153618  description="HATRAN LETTER BETH",
153619  direction="r",
153620  linebreak="al",
153621  unicodeslot=0x108E1,
153622 },
153623 [0x108E2]={
153624  category="lo",
153625  description="HATRAN LETTER GIMEL",
153626  direction="r",
153627  linebreak="al",
153628  unicodeslot=0x108E2,
153629 },
153630 [0x108E3]={
153631  category="lo",
153632  description="HATRAN LETTER DALETH-RESH",
153633  direction="r",
153634  linebreak="al",
153635  unicodeslot=0x108E3,
153636 },
153637 [0x108E4]={
153638  category="lo",
153639  description="HATRAN LETTER HE",
153640  direction="r",
153641  linebreak="al",
153642  unicodeslot=0x108E4,
153643 },
153644 [0x108E5]={
153645  category="lo",
153646  description="HATRAN LETTER WAW",
153647  direction="r",
153648  linebreak="al",
153649  unicodeslot=0x108E5,
153650 },
153651 [0x108E6]={
153652  category="lo",
153653  description="HATRAN LETTER ZAYN",
153654  direction="r",
153655  linebreak="al",
153656  unicodeslot=0x108E6,
153657 },
153658 [0x108E7]={
153659  category="lo",
153660  description="HATRAN LETTER HETH",
153661  direction="r",
153662  linebreak="al",
153663  unicodeslot=0x108E7,
153664 },
153665 [0x108E8]={
153666  category="lo",
153667  description="HATRAN LETTER TETH",
153668  direction="r",
153669  linebreak="al",
153670  unicodeslot=0x108E8,
153671 },
153672 [0x108E9]={
153673  category="lo",
153674  description="HATRAN LETTER YODH",
153675  direction="r",
153676  linebreak="al",
153677  unicodeslot=0x108E9,
153678 },
153679 [0x108EA]={
153680  category="lo",
153681  description="HATRAN LETTER KAPH",
153682  direction="r",
153683  linebreak="al",
153684  unicodeslot=0x108EA,
153685 },
153686 [0x108EB]={
153687  category="lo",
153688  description="HATRAN LETTER LAMEDH",
153689  direction="r",
153690  linebreak="al",
153691  unicodeslot=0x108EB,
153692 },
153693 [0x108EC]={
153694  category="lo",
153695  description="HATRAN LETTER MEM",
153696  direction="r",
153697  linebreak="al",
153698  unicodeslot=0x108EC,
153699 },
153700 [0x108ED]={
153701  category="lo",
153702  description="HATRAN LETTER NUN",
153703  direction="r",
153704  linebreak="al",
153705  unicodeslot=0x108ED,
153706 },
153707 [0x108EE]={
153708  category="lo",
153709  description="HATRAN LETTER SAMEKH",
153710  direction="r",
153711  linebreak="al",
153712  unicodeslot=0x108EE,
153713 },
153714 [0x108EF]={
153715  category="lo",
153716  description="HATRAN LETTER AYN",
153717  direction="r",
153718  linebreak="al",
153719  unicodeslot=0x108EF,
153720 },
153721 [0x108F0]={
153722  category="lo",
153723  description="HATRAN LETTER PE",
153724  direction="r",
153725  linebreak="al",
153726  unicodeslot=0x108F0,
153727 },
153728 [0x108F1]={
153729  category="lo",
153730  description="HATRAN LETTER SADHE",
153731  direction="r",
153732  linebreak="al",
153733  unicodeslot=0x108F1,
153734 },
153735 [0x108F2]={
153736  category="lo",
153737  description="HATRAN LETTER QOPH",
153738  direction="r",
153739  linebreak="al",
153740  unicodeslot=0x108F2,
153741 },
153742 [0x108F4]={
153743  category="lo",
153744  description="HATRAN LETTER SHIN",
153745  direction="r",
153746  linebreak="al",
153747  unicodeslot=0x108F4,
153748 },
153749 [0x108F5]={
153750  category="lo",
153751  description="HATRAN LETTER TAW",
153752  direction="r",
153753  linebreak="al",
153754  unicodeslot=0x108F5,
153755 },
153756 [0x108FB]={
153757  category="no",
153758  description="HATRAN NUMBER ONE",
153759  direction="r",
153760  linebreak="al",
153761  unicodeslot=0x108FB,
153762 },
153763 [0x108FC]={
153764  category="no",
153765  description="HATRAN NUMBER FIVE",
153766  direction="r",
153767  linebreak="al",
153768  unicodeslot=0x108FC,
153769 },
153770 [0x108FD]={
153771  category="no",
153772  description="HATRAN NUMBER TEN",
153773  direction="r",
153774  linebreak="al",
153775  unicodeslot=0x108FD,
153776 },
153777 [0x108FE]={
153778  category="no",
153779  description="HATRAN NUMBER TWENTY",
153780  direction="r",
153781  linebreak="al",
153782  unicodeslot=0x108FE,
153783 },
153784 [0x108FF]={
153785  category="no",
153786  description="HATRAN NUMBER ONE HUNDRED",
153787  direction="r",
153788  linebreak="al",
153789  unicodeslot=0x108FF,
153790 },
153791 [0x10900]={
153792  category="lo",
153793  description="PHOENICIAN LETTER ALF",
153794  direction="r",
153795  linebreak="al",
153796  unicodeslot=0x10900,
153797 },
153798 [0x10901]={
153799  category="lo",
153800  description="PHOENICIAN LETTER BET",
153801  direction="r",
153802  linebreak="al",
153803  unicodeslot=0x10901,
153804 },
153805 [0x10902]={
153806  category="lo",
153807  description="PHOENICIAN LETTER GAML",
153808  direction="r",
153809  linebreak="al",
153810  unicodeslot=0x10902,
153811 },
153812 [0x10903]={
153813  category="lo",
153814  description="PHOENICIAN LETTER DELT",
153815  direction="r",
153816  linebreak="al",
153817  unicodeslot=0x10903,
153818 },
153819 [0x10904]={
153820  category="lo",
153821  description="PHOENICIAN LETTER HE",
153822  direction="r",
153823  linebreak="al",
153824  unicodeslot=0x10904,
153825 },
153826 [0x10905]={
153827  category="lo",
153828  description="PHOENICIAN LETTER WAU",
153829  direction="r",
153830  linebreak="al",
153831  unicodeslot=0x10905,
153832 },
153833 [0x10906]={
153834  category="lo",
153835  description="PHOENICIAN LETTER ZAI",
153836  direction="r",
153837  linebreak="al",
153838  unicodeslot=0x10906,
153839 },
153840 [0x10907]={
153841  category="lo",
153842  description="PHOENICIAN LETTER HET",
153843  direction="r",
153844  linebreak="al",
153845  unicodeslot=0x10907,
153846 },
153847 [0x10908]={
153848  category="lo",
153849  description="PHOENICIAN LETTER TET",
153850  direction="r",
153851  linebreak="al",
153852  unicodeslot=0x10908,
153853 },
153854 [0x10909]={
153855  category="lo",
153856  description="PHOENICIAN LETTER YOD",
153857  direction="r",
153858  linebreak="al",
153859  unicodeslot=0x10909,
153860 },
153861 [0x1090A]={
153862  category="lo",
153863  description="PHOENICIAN LETTER KAF",
153864  direction="r",
153865  linebreak="al",
153866  unicodeslot=0x1090A,
153867 },
153868 [0x1090B]={
153869  category="lo",
153870  description="PHOENICIAN LETTER LAMD",
153871  direction="r",
153872  linebreak="al",
153873  unicodeslot=0x1090B,
153874 },
153875 [0x1090C]={
153876  category="lo",
153877  description="PHOENICIAN LETTER MEM",
153878  direction="r",
153879  linebreak="al",
153880  unicodeslot=0x1090C,
153881 },
153882 [0x1090D]={
153883  category="lo",
153884  description="PHOENICIAN LETTER NUN",
153885  direction="r",
153886  linebreak="al",
153887  unicodeslot=0x1090D,
153888 },
153889 [0x1090E]={
153890  category="lo",
153891  description="PHOENICIAN LETTER SEMK",
153892  direction="r",
153893  linebreak="al",
153894  unicodeslot=0x1090E,
153895 },
153896 [0x1090F]={
153897  category="lo",
153898  description="PHOENICIAN LETTER AIN",
153899  direction="r",
153900  linebreak="al",
153901  unicodeslot=0x1090F,
153902 },
153903 [0x10910]={
153904  category="lo",
153905  description="PHOENICIAN LETTER PE",
153906  direction="r",
153907  linebreak="al",
153908  unicodeslot=0x10910,
153909 },
153910 [0x10911]={
153911  category="lo",
153912  description="PHOENICIAN LETTER SADE",
153913  direction="r",
153914  linebreak="al",
153915  unicodeslot=0x10911,
153916 },
153917 [0x10912]={
153918  category="lo",
153919  description="PHOENICIAN LETTER QOF",
153920  direction="r",
153921  linebreak="al",
153922  unicodeslot=0x10912,
153923 },
153924 [0x10913]={
153925  category="lo",
153926  description="PHOENICIAN LETTER ROSH",
153927  direction="r",
153928  linebreak="al",
153929  unicodeslot=0x10913,
153930 },
153931 [0x10914]={
153932  category="lo",
153933  description="PHOENICIAN LETTER SHIN",
153934  direction="r",
153935  linebreak="al",
153936  unicodeslot=0x10914,
153937 },
153938 [0x10915]={
153939  category="lo",
153940  description="PHOENICIAN LETTER TAU",
153941  direction="r",
153942  linebreak="al",
153943  unicodeslot=0x10915,
153944 },
153945 [0x10916]={
153946  category="no",
153947  description="PHOENICIAN NUMBER ONE",
153948  direction="r",
153949  linebreak="al",
153950  unicodeslot=0x10916,
153951 },
153952 [0x10917]={
153953  category="no",
153954  description="PHOENICIAN NUMBER TEN",
153955  direction="r",
153956  linebreak="al",
153957  unicodeslot=0x10917,
153958 },
153959 [0x10918]={
153960  category="no",
153961  description="PHOENICIAN NUMBER TWENTY",
153962  direction="r",
153963  linebreak="al",
153964  unicodeslot=0x10918,
153965 },
153966 [0x10919]={
153967  category="no",
153968  description="PHOENICIAN NUMBER ONE HUNDRED",
153969  direction="r",
153970  linebreak="al",
153971  unicodeslot=0x10919,
153972 },
153973 [0x1091A]={
153974  category="no",
153975  description="PHOENICIAN NUMBER TWO",
153976  direction="r",
153977  linebreak="al",
153978  unicodeslot=0x1091A,
153979 },
153980 [0x1091B]={
153981  category="no",
153982  description="PHOENICIAN NUMBER THREE",
153983  direction="r",
153984  linebreak="al",
153985  unicodeslot=0x1091B,
153986 },
153987 [0x1091F]={
153988  category="po",
153989  description="PHOENICIAN WORD SEPARATOR",
153990  direction="on",
153991  linebreak="ba",
153992  unicodeslot=0x1091F,
153993 },
153994 [0x10920]={
153995  category="lo",
153996  description="LYDIAN LETTER A",
153997  direction="r",
153998  linebreak="al",
153999  unicodeslot=0x10920,
154000 },
154001 [0x10921]={
154002  category="lo",
154003  description="LYDIAN LETTER B",
154004  direction="r",
154005  linebreak="al",
154006  unicodeslot=0x10921,
154007 },
154008 [0x10922]={
154009  category="lo",
154010  description="LYDIAN LETTER G",
154011  direction="r",
154012  linebreak="al",
154013  unicodeslot=0x10922,
154014 },
154015 [0x10923]={
154016  category="lo",
154017  description="LYDIAN LETTER D",
154018  direction="r",
154019  linebreak="al",
154020  unicodeslot=0x10923,
154021 },
154022 [0x10924]={
154023  category="lo",
154024  description="LYDIAN LETTER E",
154025  direction="r",
154026  linebreak="al",
154027  unicodeslot=0x10924,
154028 },
154029 [0x10925]={
154030  category="lo",
154031  description="LYDIAN LETTER V",
154032  direction="r",
154033  linebreak="al",
154034  unicodeslot=0x10925,
154035 },
154036 [0x10926]={
154037  category="lo",
154038  description="LYDIAN LETTER I",
154039  direction="r",
154040  linebreak="al",
154041  unicodeslot=0x10926,
154042 },
154043 [0x10927]={
154044  category="lo",
154045  description="LYDIAN LETTER Y",
154046  direction="r",
154047  linebreak="al",
154048  unicodeslot=0x10927,
154049 },
154050 [0x10928]={
154051  category="lo",
154052  description="LYDIAN LETTER K",
154053  direction="r",
154054  linebreak="al",
154055  unicodeslot=0x10928,
154056 },
154057 [0x10929]={
154058  category="lo",
154059  description="LYDIAN LETTER L",
154060  direction="r",
154061  linebreak="al",
154062  unicodeslot=0x10929,
154063 },
154064 [0x1092A]={
154065  category="lo",
154066  description="LYDIAN LETTER M",
154067  direction="r",
154068  linebreak="al",
154069  unicodeslot=0x1092A,
154070 },
154071 [0x1092B]={
154072  category="lo",
154073  description="LYDIAN LETTER N",
154074  direction="r",
154075  linebreak="al",
154076  unicodeslot=0x1092B,
154077 },
154078 [0x1092C]={
154079  category="lo",
154080  description="LYDIAN LETTER O",
154081  direction="r",
154082  linebreak="al",
154083  unicodeslot=0x1092C,
154084 },
154085 [0x1092D]={
154086  category="lo",
154087  description="LYDIAN LETTER R",
154088  direction="r",
154089  linebreak="al",
154090  unicodeslot=0x1092D,
154091 },
154092 [0x1092E]={
154093  category="lo",
154094  description="LYDIAN LETTER SS",
154095  direction="r",
154096  linebreak="al",
154097  unicodeslot=0x1092E,
154098 },
154099 [0x1092F]={
154100  category="lo",
154101  description="LYDIAN LETTER T",
154102  direction="r",
154103  linebreak="al",
154104  unicodeslot=0x1092F,
154105 },
154106 [0x10930]={
154107  category="lo",
154108  description="LYDIAN LETTER U",
154109  direction="r",
154110  linebreak="al",
154111  unicodeslot=0x10930,
154112 },
154113 [0x10931]={
154114  category="lo",
154115  description="LYDIAN LETTER F",
154116  direction="r",
154117  linebreak="al",
154118  unicodeslot=0x10931,
154119 },
154120 [0x10932]={
154121  category="lo",
154122  description="LYDIAN LETTER Q",
154123  direction="r",
154124  linebreak="al",
154125  unicodeslot=0x10932,
154126 },
154127 [0x10933]={
154128  category="lo",
154129  description="LYDIAN LETTER S",
154130  direction="r",
154131  linebreak="al",
154132  unicodeslot=0x10933,
154133 },
154134 [0x10934]={
154135  category="lo",
154136  description="LYDIAN LETTER TT",
154137  direction="r",
154138  linebreak="al",
154139  unicodeslot=0x10934,
154140 },
154141 [0x10935]={
154142  category="lo",
154143  description="LYDIAN LETTER AN",
154144  direction="r",
154145  linebreak="al",
154146  unicodeslot=0x10935,
154147 },
154148 [0x10936]={
154149  category="lo",
154150  description="LYDIAN LETTER EN",
154151  direction="r",
154152  linebreak="al",
154153  unicodeslot=0x10936,
154154 },
154155 [0x10937]={
154156  category="lo",
154157  description="LYDIAN LETTER LY",
154158  direction="r",
154159  linebreak="al",
154160  unicodeslot=0x10937,
154161 },
154162 [0x10938]={
154163  category="lo",
154164  description="LYDIAN LETTER NN",
154165  direction="r",
154166  linebreak="al",
154167  unicodeslot=0x10938,
154168 },
154169 [0x10939]={
154170  category="lo",
154171  description="LYDIAN LETTER C",
154172  direction="r",
154173  linebreak="al",
154174  unicodeslot=0x10939,
154175 },
154176 [0x1093F]={
154177  category="po",
154178  description="LYDIAN TRIANGULAR MARK",
154179  direction="r",
154180  linebreak="al",
154181  unicodeslot=0x1093F,
154182 },
154183 [0x10980]={
154184  category="lo",
154185  description="MEROITIC HIEROGLYPHIC LETTER A",
154186  direction="r",
154187  linebreak="al",
154188  unicodeslot=0x10980,
154189 },
154190 [0x10981]={
154191  category="lo",
154192  description="MEROITIC HIEROGLYPHIC LETTER E",
154193  direction="r",
154194  linebreak="al",
154195  unicodeslot=0x10981,
154196 },
154197 [0x10982]={
154198  category="lo",
154199  description="MEROITIC HIEROGLYPHIC LETTER I",
154200  direction="r",
154201  linebreak="al",
154202  unicodeslot=0x10982,
154203 },
154204 [0x10983]={
154205  category="lo",
154206  description="MEROITIC HIEROGLYPHIC LETTER O",
154207  direction="r",
154208  linebreak="al",
154209  unicodeslot=0x10983,
154210 },
154211 [0x10984]={
154212  category="lo",
154213  description="MEROITIC HIEROGLYPHIC LETTER YA",
154214  direction="r",
154215  linebreak="al",
154216  unicodeslot=0x10984,
154217 },
154218 [0x10985]={
154219  category="lo",
154220  description="MEROITIC HIEROGLYPHIC LETTER WA",
154221  direction="r",
154222  linebreak="al",
154223  unicodeslot=0x10985,
154224 },
154225 [0x10986]={
154226  category="lo",
154227  description="MEROITIC HIEROGLYPHIC LETTER BA",
154228  direction="r",
154229  linebreak="al",
154230  unicodeslot=0x10986,
154231 },
154232 [0x10987]={
154233  category="lo",
154234  description="MEROITIC HIEROGLYPHIC LETTER BA-2",
154235  direction="r",
154236  linebreak="al",
154237  unicodeslot=0x10987,
154238 },
154239 [0x10988]={
154240  category="lo",
154241  description="MEROITIC HIEROGLYPHIC LETTER PA",
154242  direction="r",
154243  linebreak="al",
154244  unicodeslot=0x10988,
154245 },
154246 [0x10989]={
154247  category="lo",
154248  description="MEROITIC HIEROGLYPHIC LETTER MA",
154249  direction="r",
154250  linebreak="al",
154251  unicodeslot=0x10989,
154252 },
154253 [0x1098A]={
154254  category="lo",
154255  description="MEROITIC HIEROGLYPHIC LETTER NA",
154256  direction="r",
154257  linebreak="al",
154258  unicodeslot=0x1098A,
154259 },
154260 [0x1098B]={
154261  category="lo",
154262  description="MEROITIC HIEROGLYPHIC LETTER NA-2",
154263  direction="r",
154264  linebreak="al",
154265  unicodeslot=0x1098B,
154266 },
154267 [0x1098C]={
154268  category="lo",
154269  description="MEROITIC HIEROGLYPHIC LETTER NE",
154270  direction="r",
154271  linebreak="al",
154272  unicodeslot=0x1098C,
154273 },
154274 [0x1098D]={
154275  category="lo",
154276  description="MEROITIC HIEROGLYPHIC LETTER NE-2",
154277  direction="r",
154278  linebreak="al",
154279  unicodeslot=0x1098D,
154280 },
154281 [0x1098E]={
154282  category="lo",
154283  description="MEROITIC HIEROGLYPHIC LETTER RA",
154284  direction="r",
154285  linebreak="al",
154286  unicodeslot=0x1098E,
154287 },
154288 [0x1098F]={
154289  category="lo",
154290  description="MEROITIC HIEROGLYPHIC LETTER RA-2",
154291  direction="r",
154292  linebreak="al",
154293  unicodeslot=0x1098F,
154294 },
154295 [0x10990]={
154296  category="lo",
154297  description="MEROITIC HIEROGLYPHIC LETTER LA",
154298  direction="r",
154299  linebreak="al",
154300  unicodeslot=0x10990,
154301 },
154302 [0x10991]={
154303  category="lo",
154304  description="MEROITIC HIEROGLYPHIC LETTER KHA",
154305  direction="r",
154306  linebreak="al",
154307  unicodeslot=0x10991,
154308 },
154309 [0x10992]={
154310  category="lo",
154311  description="MEROITIC HIEROGLYPHIC LETTER HHA",
154312  direction="r",
154313  linebreak="al",
154314  unicodeslot=0x10992,
154315 },
154316 [0x10993]={
154317  category="lo",
154318  description="MEROITIC HIEROGLYPHIC LETTER SA",
154319  direction="r",
154320  linebreak="al",
154321  unicodeslot=0x10993,
154322 },
154323 [0x10994]={
154324  category="lo",
154325  description="MEROITIC HIEROGLYPHIC LETTER SA-2",
154326  direction="r",
154327  linebreak="al",
154328  unicodeslot=0x10994,
154329 },
154330 [0x10995]={
154331  category="lo",
154332  description="MEROITIC HIEROGLYPHIC LETTER SE",
154333  direction="r",
154334  linebreak="al",
154335  unicodeslot=0x10995,
154336 },
154337 [0x10996]={
154338  category="lo",
154339  description="MEROITIC HIEROGLYPHIC LETTER KA",
154340  direction="r",
154341  linebreak="al",
154342  unicodeslot=0x10996,
154343 },
154344 [0x10997]={
154345  category="lo",
154346  description="MEROITIC HIEROGLYPHIC LETTER QA",
154347  direction="r",
154348  linebreak="al",
154349  unicodeslot=0x10997,
154350 },
154351 [0x10998]={
154352  category="lo",
154353  description="MEROITIC HIEROGLYPHIC LETTER TA",
154354  direction="r",
154355  linebreak="al",
154356  unicodeslot=0x10998,
154357 },
154358 [0x10999]={
154359  category="lo",
154360  description="MEROITIC HIEROGLYPHIC LETTER TA-2",
154361  direction="r",
154362  linebreak="al",
154363  unicodeslot=0x10999,
154364 },
154365 [0x1099A]={
154366  category="lo",
154367  description="MEROITIC HIEROGLYPHIC LETTER TE",
154368  direction="r",
154369  linebreak="al",
154370  unicodeslot=0x1099A,
154371 },
154372 [0x1099B]={
154373  category="lo",
154374  description="MEROITIC HIEROGLYPHIC LETTER TE-2",
154375  direction="r",
154376  linebreak="al",
154377  unicodeslot=0x1099B,
154378 },
154379 [0x1099C]={
154380  category="lo",
154381  description="MEROITIC HIEROGLYPHIC LETTER TO",
154382  direction="r",
154383  linebreak="al",
154384  unicodeslot=0x1099C,
154385 },
154386 [0x1099D]={
154387  category="lo",
154388  description="MEROITIC HIEROGLYPHIC LETTER DA",
154389  direction="r",
154390  linebreak="al",
154391  unicodeslot=0x1099D,
154392 },
154393 [0x1099E]={
154394  category="lo",
154395  description="MEROITIC HIEROGLYPHIC SYMBOL VIDJ",
154396  direction="r",
154397  linebreak="al",
154398  unicodeslot=0x1099E,
154399 },
154400 [0x1099F]={
154401  category="lo",
154402  description="MEROITIC HIEROGLYPHIC SYMBOL VIDJ-2",
154403  direction="r",
154404  linebreak="al",
154405  unicodeslot=0x1099F,
154406 },
154407 [0x109A0]={
154408  category="lo",
154409  description="MEROITIC CURSIVE LETTER A",
154410  direction="r",
154411  linebreak="al",
154412  unicodeslot=0x109A0,
154413 },
154414 [0x109A1]={
154415  category="lo",
154416  description="MEROITIC CURSIVE LETTER E",
154417  direction="r",
154418  linebreak="al",
154419  unicodeslot=0x109A1,
154420 },
154421 [0x109A2]={
154422  category="lo",
154423  description="MEROITIC CURSIVE LETTER I",
154424  direction="r",
154425  linebreak="al",
154426  unicodeslot=0x109A2,
154427 },
154428 [0x109A3]={
154429  category="lo",
154430  description="MEROITIC CURSIVE LETTER O",
154431  direction="r",
154432  linebreak="al",
154433  unicodeslot=0x109A3,
154434 },
154435 [0x109A4]={
154436  category="lo",
154437  description="MEROITIC CURSIVE LETTER YA",
154438  direction="r",
154439  linebreak="al",
154440  unicodeslot=0x109A4,
154441 },
154442 [0x109A5]={
154443  category="lo",
154444  description="MEROITIC CURSIVE LETTER WA",
154445  direction="r",
154446  linebreak="al",
154447  unicodeslot=0x109A5,
154448 },
154449 [0x109A6]={
154450  category="lo",
154451  description="MEROITIC CURSIVE LETTER BA",
154452  direction="r",
154453  linebreak="al",
154454  unicodeslot=0x109A6,
154455 },
154456 [0x109A7]={
154457  category="lo",
154458  description="MEROITIC CURSIVE LETTER PA",
154459  direction="r",
154460  linebreak="al",
154461  unicodeslot=0x109A7,
154462 },
154463 [0x109A8]={
154464  category="lo",
154465  description="MEROITIC CURSIVE LETTER MA",
154466  direction="r",
154467  linebreak="al",
154468  unicodeslot=0x109A8,
154469 },
154470 [0x109A9]={
154471  category="lo",
154472  description="MEROITIC CURSIVE LETTER NA",
154473  direction="r",
154474  linebreak="al",
154475  unicodeslot=0x109A9,
154476 },
154477 [0x109AA]={
154478  category="lo",
154479  description="MEROITIC CURSIVE LETTER NE",
154480  direction="r",
154481  linebreak="al",
154482  unicodeslot=0x109AA,
154483 },
154484 [0x109AB]={
154485  category="lo",
154486  description="MEROITIC CURSIVE LETTER RA",
154487  direction="r",
154488  linebreak="al",
154489  unicodeslot=0x109AB,
154490 },
154491 [0x109AC]={
154492  category="lo",
154493  description="MEROITIC CURSIVE LETTER LA",
154494  direction="r",
154495  linebreak="al",
154496  unicodeslot=0x109AC,
154497 },
154498 [0x109AD]={
154499  category="lo",
154500  description="MEROITIC CURSIVE LETTER KHA",
154501  direction="r",
154502  linebreak="al",
154503  unicodeslot=0x109AD,
154504 },
154505 [0x109AE]={
154506  category="lo",
154507  description="MEROITIC CURSIVE LETTER HHA",
154508  direction="r",
154509  linebreak="al",
154510  unicodeslot=0x109AE,
154511 },
154512 [0x109AF]={
154513  category="lo",
154514  description="MEROITIC CURSIVE LETTER SA",
154515  direction="r",
154516  linebreak="al",
154517  unicodeslot=0x109AF,
154518 },
154519 [0x109B0]={
154520  category="lo",
154521  description="MEROITIC CURSIVE LETTER ARCHAIC SA",
154522  direction="r",
154523  linebreak="al",
154524  unicodeslot=0x109B0,
154525 },
154526 [0x109B1]={
154527  category="lo",
154528  description="MEROITIC CURSIVE LETTER SE",
154529  direction="r",
154530  linebreak="al",
154531  unicodeslot=0x109B1,
154532 },
154533 [0x109B2]={
154534  category="lo",
154535  description="MEROITIC CURSIVE LETTER KA",
154536  direction="r",
154537  linebreak="al",
154538  unicodeslot=0x109B2,
154539 },
154540 [0x109B3]={
154541  category="lo",
154542  description="MEROITIC CURSIVE LETTER QA",
154543  direction="r",
154544  linebreak="al",
154545  unicodeslot=0x109B3,
154546 },
154547 [0x109B4]={
154548  category="lo",
154549  description="MEROITIC CURSIVE LETTER TA",
154550  direction="r",
154551  linebreak="al",
154552  unicodeslot=0x109B4,
154553 },
154554 [0x109B5]={
154555  category="lo",
154556  description="MEROITIC CURSIVE LETTER TE",
154557  direction="r",
154558  linebreak="al",
154559  unicodeslot=0x109B5,
154560 },
154561 [0x109B6]={
154562  category="lo",
154563  description="MEROITIC CURSIVE LETTER TO",
154564  direction="r",
154565  linebreak="al",
154566  unicodeslot=0x109B6,
154567 },
154568 [0x109B7]={
154569  category="lo",
154570  description="MEROITIC CURSIVE LETTER DA",
154571  direction="r",
154572  linebreak="al",
154573  unicodeslot=0x109B7,
154574 },
154575 [0x109BC]={
154576  category="no",
154577  description="MEROITIC CURSIVE FRACTION ELEVEN TWELFTHS",
154578  direction="r",
154579  linebreak="al",
154580  unicodeslot=0x109BC,
154581 },
154582 [0x109BD]={
154583  category="no",
154584  description="MEROITIC CURSIVE FRACTION ONE HALF",
154585  direction="r",
154586  linebreak="al",
154587  unicodeslot=0x109BD,
154588 },
154589 [0x109BE]={
154590  category="lo",
154591  description="MEROITIC CURSIVE LOGOGRAM RMT",
154592  direction="r",
154593  linebreak="al",
154594  unicodeslot=0x109BE,
154595 },
154596 [0x109BF]={
154597  category="lo",
154598  description="MEROITIC CURSIVE LOGOGRAM IMN",
154599  direction="r",
154600  linebreak="al",
154601  unicodeslot=0x109BF,
154602 },
154603 [0x109C0]={
154604  category="no",
154605  description="MEROITIC CURSIVE NUMBER ONE",
154606  direction="r",
154607  linebreak="al",
154608  unicodeslot=0x109C0,
154609 },
154610 [0x109C1]={
154611  category="no",
154612  description="MEROITIC CURSIVE NUMBER TWO",
154613  direction="r",
154614  linebreak="al",
154615  unicodeslot=0x109C1,
154616 },
154617 [0x109C2]={
154618  category="no",
154619  description="MEROITIC CURSIVE NUMBER THREE",
154620  direction="r",
154621  linebreak="al",
154622  unicodeslot=0x109C2,
154623 },
154624 [0x109C3]={
154625  category="no",
154626  description="MEROITIC CURSIVE NUMBER FOUR",
154627  direction="r",
154628  linebreak="al",
154629  unicodeslot=0x109C3,
154630 },
154631 [0x109C4]={
154632  category="no",
154633  description="MEROITIC CURSIVE NUMBER FIVE",
154634  direction="r",
154635  linebreak="al",
154636  unicodeslot=0x109C4,
154637 },
154638 [0x109C5]={
154639  category="no",
154640  description="MEROITIC CURSIVE NUMBER SIX",
154641  direction="r",
154642  linebreak="al",
154643  unicodeslot=0x109C5,
154644 },
154645 [0x109C6]={
154646  category="no",
154647  description="MEROITIC CURSIVE NUMBER SEVEN",
154648  direction="r",
154649  linebreak="al",
154650  unicodeslot=0x109C6,
154651 },
154652 [0x109C7]={
154653  category="no",
154654  description="MEROITIC CURSIVE NUMBER EIGHT",
154655  direction="r",
154656  linebreak="al",
154657  unicodeslot=0x109C7,
154658 },
154659 [0x109C8]={
154660  category="no",
154661  description="MEROITIC CURSIVE NUMBER NINE",
154662  direction="r",
154663  linebreak="al",
154664  unicodeslot=0x109C8,
154665 },
154666 [0x109C9]={
154667  category="no",
154668  description="MEROITIC CURSIVE NUMBER TEN",
154669  direction="r",
154670  linebreak="al",
154671  unicodeslot=0x109C9,
154672 },
154673 [0x109CA]={
154674  category="no",
154675  description="MEROITIC CURSIVE NUMBER TWENTY",
154676  direction="r",
154677  linebreak="al",
154678  unicodeslot=0x109CA,
154679 },
154680 [0x109CB]={
154681  category="no",
154682  description="MEROITIC CURSIVE NUMBER THIRTY",
154683  direction="r",
154684  linebreak="al",
154685  unicodeslot=0x109CB,
154686 },
154687 [0x109CC]={
154688  category="no",
154689  description="MEROITIC CURSIVE NUMBER FORTY",
154690  direction="r",
154691  linebreak="al",
154692  unicodeslot=0x109CC,
154693 },
154694 [0x109CD]={
154695  category="no",
154696  description="MEROITIC CURSIVE NUMBER FIFTY",
154697  direction="r",
154698  linebreak="al",
154699  unicodeslot=0x109CD,
154700 },
154701 [0x109CE]={
154702  category="no",
154703  description="MEROITIC CURSIVE NUMBER SIXTY",
154704  direction="r",
154705  linebreak="al",
154706  unicodeslot=0x109CE,
154707 },
154708 [0x109CF]={
154709  category="no",
154710  description="MEROITIC CURSIVE NUMBER SEVENTY",
154711  direction="r",
154712  linebreak="al",
154713  unicodeslot=0x109CF,
154714 },
154715 [0x109D2]={
154716  category="no",
154717  description="MEROITIC CURSIVE NUMBER ONE HUNDRED",
154718  direction="r",
154719  linebreak="al",
154720  unicodeslot=0x109D2,
154721 },
154722 [0x109D3]={
154723  category="no",
154724  description="MEROITIC CURSIVE NUMBER TWO HUNDRED",
154725  direction="r",
154726  linebreak="al",
154727  unicodeslot=0x109D3,
154728 },
154729 [0x109D4]={
154730  category="no",
154731  description="MEROITIC CURSIVE NUMBER THREE HUNDRED",
154732  direction="r",
154733  linebreak="al",
154734  unicodeslot=0x109D4,
154735 },
154736 [0x109D5]={
154737  category="no",
154738  description="MEROITIC CURSIVE NUMBER FOUR HUNDRED",
154739  direction="r",
154740  linebreak="al",
154741  unicodeslot=0x109D5,
154742 },
154743 [0x109D6]={
154744  category="no",
154745  description="MEROITIC CURSIVE NUMBER FIVE HUNDRED",
154746  direction="r",
154747  linebreak="al",
154748  unicodeslot=0x109D6,
154749 },
154750 [0x109D7]={
154751  category="no",
154752  description="MEROITIC CURSIVE NUMBER SIX HUNDRED",
154753  direction="r",
154754  linebreak="al",
154755  unicodeslot=0x109D7,
154756 },
154757 [0x109D8]={
154758  category="no",
154759  description="MEROITIC CURSIVE NUMBER SEVEN HUNDRED",
154760  direction="r",
154761  linebreak="al",
154762  unicodeslot=0x109D8,
154763 },
154764 [0x109D9]={
154765  category="no",
154766  description="MEROITIC CURSIVE NUMBER EIGHT HUNDRED",
154767  direction="r",
154768  linebreak="al",
154769  unicodeslot=0x109D9,
154770 },
154771 [0x109DA]={
154772  category="no",
154773  description="MEROITIC CURSIVE NUMBER NINE HUNDRED",
154774  direction="r",
154775  linebreak="al",
154776  unicodeslot=0x109DA,
154777 },
154778 [0x109DB]={
154779  category="no",
154780  description="MEROITIC CURSIVE NUMBER ONE THOUSAND",
154781  direction="r",
154782  linebreak="al",
154783  unicodeslot=0x109DB,
154784 },
154785 [0x109DC]={
154786  category="no",
154787  description="MEROITIC CURSIVE NUMBER TWO THOUSAND",
154788  direction="r",
154789  linebreak="al",
154790  unicodeslot=0x109DC,
154791 },
154792 [0x109DD]={
154793  category="no",
154794  description="MEROITIC CURSIVE NUMBER THREE THOUSAND",
154795  direction="r",
154796  linebreak="al",
154797  unicodeslot=0x109DD,
154798 },
154799 [0x109DE]={
154800  category="no",
154801  description="MEROITIC CURSIVE NUMBER FOUR THOUSAND",
154802  direction="r",
154803  linebreak="al",
154804  unicodeslot=0x109DE,
154805 },
154806 [0x109DF]={
154807  category="no",
154808  description="MEROITIC CURSIVE NUMBER FIVE THOUSAND",
154809  direction="r",
154810  linebreak="al",
154811  unicodeslot=0x109DF,
154812 },
154813 [0x109E0]={
154814  category="no",
154815  description="MEROITIC CURSIVE NUMBER SIX THOUSAND",
154816  direction="r",
154817  linebreak="al",
154818  unicodeslot=0x109E0,
154819 },
154820 [0x109E1]={
154821  category="no",
154822  description="MEROITIC CURSIVE NUMBER SEVEN THOUSAND",
154823  direction="r",
154824  linebreak="al",
154825  unicodeslot=0x109E1,
154826 },
154827 [0x109E2]={
154828  category="no",
154829  description="MEROITIC CURSIVE NUMBER EIGHT THOUSAND",
154830  direction="r",
154831  linebreak="al",
154832  unicodeslot=0x109E2,
154833 },
154834 [0x109E3]={
154835  category="no",
154836  description="MEROITIC CURSIVE NUMBER NINE THOUSAND",
154837  direction="r",
154838  linebreak="al",
154839  unicodeslot=0x109E3,
154840 },
154841 [0x109E4]={
154842  category="no",
154843  description="MEROITIC CURSIVE NUMBER TEN THOUSAND",
154844  direction="r",
154845  linebreak="al",
154846  unicodeslot=0x109E4,
154847 },
154848 [0x109E5]={
154849  category="no",
154850  description="MEROITIC CURSIVE NUMBER TWENTY THOUSAND",
154851  direction="r",
154852  linebreak="al",
154853  unicodeslot=0x109E5,
154854 },
154855 [0x109E6]={
154856  category="no",
154857  description="MEROITIC CURSIVE NUMBER THIRTY THOUSAND",
154858  direction="r",
154859  linebreak="al",
154860  unicodeslot=0x109E6,
154861 },
154862 [0x109E7]={
154863  category="no",
154864  description="MEROITIC CURSIVE NUMBER FORTY THOUSAND",
154865  direction="r",
154866  linebreak="al",
154867  unicodeslot=0x109E7,
154868 },
154869 [0x109E8]={
154870  category="no",
154871  description="MEROITIC CURSIVE NUMBER FIFTY THOUSAND",
154872  direction="r",
154873  linebreak="al",
154874  unicodeslot=0x109E8,
154875 },
154876 [0x109E9]={
154877  category="no",
154878  description="MEROITIC CURSIVE NUMBER SIXTY THOUSAND",
154879  direction="r",
154880  linebreak="al",
154881  unicodeslot=0x109E9,
154882 },
154883 [0x109EA]={
154884  category="no",
154885  description="MEROITIC CURSIVE NUMBER SEVENTY THOUSAND",
154886  direction="r",
154887  linebreak="al",
154888  unicodeslot=0x109EA,
154889 },
154890 [0x109EB]={
154891  category="no",
154892  description="MEROITIC CURSIVE NUMBER EIGHTY THOUSAND",
154893  direction="r",
154894  linebreak="al",
154895  unicodeslot=0x109EB,
154896 },
154897 [0x109EC]={
154898  category="no",
154899  description="MEROITIC CURSIVE NUMBER NINETY THOUSAND",
154900  direction="r",
154901  linebreak="al",
154902  unicodeslot=0x109EC,
154903 },
154904 [0x109ED]={
154905  category="no",
154906  description="MEROITIC CURSIVE NUMBER ONE HUNDRED THOUSAND",
154907  direction="r",
154908  linebreak="al",
154909  unicodeslot=0x109ED,
154910 },
154911 [0x109EE]={
154912  category="no",
154913  description="MEROITIC CURSIVE NUMBER TWO HUNDRED THOUSAND",
154914  direction="r",
154915  linebreak="al",
154916  unicodeslot=0x109EE,
154917 },
154918 [0x109EF]={
154919  category="no",
154920  description="MEROITIC CURSIVE NUMBER THREE HUNDRED THOUSAND",
154921  direction="r",
154922  linebreak="al",
154923  unicodeslot=0x109EF,
154924 },
154925 [0x109F0]={
154926  category="no",
154927  description="MEROITIC CURSIVE NUMBER FOUR HUNDRED THOUSAND",
154928  direction="r",
154929  linebreak="al",
154930  unicodeslot=0x109F0,
154931 },
154932 [0x109F1]={
154933  category="no",
154934  description="MEROITIC CURSIVE NUMBER FIVE HUNDRED THOUSAND",
154935  direction="r",
154936  linebreak="al",
154937  unicodeslot=0x109F1,
154938 },
154939 [0x109F2]={
154940  category="no",
154941  description="MEROITIC CURSIVE NUMBER SIX HUNDRED THOUSAND",
154942  direction="r",
154943  linebreak="al",
154944  unicodeslot=0x109F2,
154945 },
154946 [0x109F3]={
154947  category="no",
154948  description="MEROITIC CURSIVE NUMBER SEVEN HUNDRED THOUSAND",
154949  direction="r",
154950  linebreak="al",
154951  unicodeslot=0x109F3,
154952 },
154953 [0x109F4]={
154954  category="no",
154955  description="MEROITIC CURSIVE NUMBER EIGHT HUNDRED THOUSAND",
154956  direction="r",
154957  linebreak="al",
154958  unicodeslot=0x109F4,
154959 },
154960 [0x109F5]={
154961  category="no",
154962  description="MEROITIC CURSIVE NUMBER NINE HUNDRED THOUSAND",
154963  direction="r",
154964  linebreak="al",
154965  unicodeslot=0x109F5,
154966 },
154967 [0x109F6]={
154968  category="no",
154969  description="MEROITIC CURSIVE FRACTION ONE TWELFTH",
154970  direction="r",
154971  linebreak="al",
154972  unicodeslot=0x109F6,
154973 },
154974 [0x109F7]={
154975  category="no",
154976  description="MEROITIC CURSIVE FRACTION TWO TWELFTHS",
154977  direction="r",
154978  linebreak="al",
154979  unicodeslot=0x109F7,
154980 },
154981 [0x109F8]={
154982  category="no",
154983  description="MEROITIC CURSIVE FRACTION THREE TWELFTHS",
154984  direction="r",
154985  linebreak="al",
154986  unicodeslot=0x109F8,
154987 },
154988 [0x109F9]={
154989  category="no",
154990  description="MEROITIC CURSIVE FRACTION FOUR TWELFTHS",
154991  direction="r",
154992  linebreak="al",
154993  unicodeslot=0x109F9,
154994 },
154995 [0x109FA]={
154996  category="no",
154997  description="MEROITIC CURSIVE FRACTION FIVE TWELFTHS",
154998  direction="r",
154999  linebreak="al",
155000  unicodeslot=0x109FA,
155001 },
155002 [0x109FB]={
155003  category="no",
155004  description="MEROITIC CURSIVE FRACTION SIX TWELFTHS",
155005  direction="r",
155006  linebreak="al",
155007  unicodeslot=0x109FB,
155008 },
155009 [0x109FC]={
155010  category="no",
155011  description="MEROITIC CURSIVE FRACTION SEVEN TWELFTHS",
155012  direction="r",
155013  linebreak="al",
155014  unicodeslot=0x109FC,
155015 },
155016 [0x109FD]={
155017  category="no",
155018  description="MEROITIC CURSIVE FRACTION EIGHT TWELFTHS",
155019  direction="r",
155020  linebreak="al",
155021  unicodeslot=0x109FD,
155022 },
155023 [0x109FE]={
155024  category="no",
155025  description="MEROITIC CURSIVE FRACTION NINE TWELFTHS",
155026  direction="r",
155027  linebreak="al",
155028  unicodeslot=0x109FE,
155029 },
155030 [0x109FF]={
155031  category="no",
155032  description="MEROITIC CURSIVE FRACTION TEN TWELFTHS",
155033  direction="r",
155034  linebreak="al",
155035  unicodeslot=0x109FF,
155036 },
155037 [0x10A00]={
155038  category="lo",
155039  description="KHAROSHTHI LETTER A",
155040  direction="r",
155041  linebreak="al",
155042  unicodeslot=0x10A00,
155043 },
155044 [0x10A01]={
155045  category="mn",
155046  description="KHAROSHTHI VOWEL SIGN I",
155047  direction="nsm",
155048  linebreak="cm",
155049  unicodeslot=0x10A01,
155050 },
155051 [0x10A02]={
155052  category="mn",
155053  description="KHAROSHTHI VOWEL SIGN U",
155054  direction="nsm",
155055  linebreak="cm",
155056  unicodeslot=0x10A02,
155057 },
155058 [0x10A03]={
155059  category="mn",
155060  description="KHAROSHTHI VOWEL SIGN VOCALIC R",
155061  direction="nsm",
155062  linebreak="cm",
155063  unicodeslot=0x10A03,
155064 },
155065 [0x10A05]={
155066  category="mn",
155067  description="KHAROSHTHI VOWEL SIGN E",
155068  direction="nsm",
155069  linebreak="cm",
155070  unicodeslot=0x10A05,
155071 },
155072 [0x10A06]={
155073  category="mn",
155074  description="KHAROSHTHI VOWEL SIGN O",
155075  direction="nsm",
155076  linebreak="cm",
155077  unicodeslot=0x10A06,
155078 },
155079 [0x10A0C]={
155080  category="mn",
155081  description="KHAROSHTHI VOWEL LENGTH MARK",
155082  direction="nsm",
155083  linebreak="cm",
155084  unicodeslot=0x10A0C,
155085 },
155086 [0x10A0D]={
155087  category="mn",
155088  combining=0xDC,
155089  description="KHAROSHTHI SIGN DOUBLE RING BELOW",
155090  direction="nsm",
155091  linebreak="cm",
155092  unicodeslot=0x10A0D,
155093 },
155094 [0x10A0E]={
155095  category="mn",
155096  description="KHAROSHTHI SIGN ANUSVARA",
155097  direction="nsm",
155098  linebreak="cm",
155099  unicodeslot=0x10A0E,
155100 },
155101 [0x10A0F]={
155102  category="mn",
155103  combining=0xE6,
155104  description="KHAROSHTHI SIGN VISARGA",
155105  direction="nsm",
155106  linebreak="cm",
155107  unicodeslot=0x10A0F,
155108 },
155109 [0x10A10]={
155110  category="lo",
155111  description="KHAROSHTHI LETTER KA",
155112  direction="r",
155113  linebreak="al",
155114  unicodeslot=0x10A10,
155115 },
155116 [0x10A11]={
155117  category="lo",
155118  description="KHAROSHTHI LETTER KHA",
155119  direction="r",
155120  linebreak="al",
155121  unicodeslot=0x10A11,
155122 },
155123 [0x10A12]={
155124  category="lo",
155125  description="KHAROSHTHI LETTER GA",
155126  direction="r",
155127  linebreak="al",
155128  unicodeslot=0x10A12,
155129 },
155130 [0x10A13]={
155131  category="lo",
155132  description="KHAROSHTHI LETTER GHA",
155133  direction="r",
155134  linebreak="al",
155135  unicodeslot=0x10A13,
155136 },
155137 [0x10A15]={
155138  category="lo",
155139  description="KHAROSHTHI LETTER CA",
155140  direction="r",
155141  linebreak="al",
155142  unicodeslot=0x10A15,
155143 },
155144 [0x10A16]={
155145  category="lo",
155146  description="KHAROSHTHI LETTER CHA",
155147  direction="r",
155148  linebreak="al",
155149  unicodeslot=0x10A16,
155150 },
155151 [0x10A17]={
155152  category="lo",
155153  description="KHAROSHTHI LETTER JA",
155154  direction="r",
155155  linebreak="al",
155156  unicodeslot=0x10A17,
155157 },
155158 [0x10A19]={
155159  category="lo",
155160  description="KHAROSHTHI LETTER NYA",
155161  direction="r",
155162  linebreak="al",
155163  unicodeslot=0x10A19,
155164 },
155165 [0x10A1A]={
155166  category="lo",
155167  description="KHAROSHTHI LETTER TTA",
155168  direction="r",
155169  linebreak="al",
155170  unicodeslot=0x10A1A,
155171 },
155172 [0x10A1B]={
155173  category="lo",
155174  description="KHAROSHTHI LETTER TTHA",
155175  direction="r",
155176  linebreak="al",
155177  unicodeslot=0x10A1B,
155178 },
155179 [0x10A1C]={
155180  category="lo",
155181  description="KHAROSHTHI LETTER DDA",
155182  direction="r",
155183  linebreak="al",
155184  unicodeslot=0x10A1C,
155185 },
155186 [0x10A1D]={
155187  category="lo",
155188  description="KHAROSHTHI LETTER DDHA",
155189  direction="r",
155190  linebreak="al",
155191  unicodeslot=0x10A1D,
155192 },
155193 [0x10A1E]={
155194  category="lo",
155195  description="KHAROSHTHI LETTER NNA",
155196  direction="r",
155197  linebreak="al",
155198  unicodeslot=0x10A1E,
155199 },
155200 [0x10A1F]={
155201  category="lo",
155202  description="KHAROSHTHI LETTER TA",
155203  direction="r",
155204  linebreak="al",
155205  unicodeslot=0x10A1F,
155206 },
155207 [0x10A20]={
155208  category="lo",
155209  description="KHAROSHTHI LETTER THA",
155210  direction="r",
155211  linebreak="al",
155212  unicodeslot=0x10A20,
155213 },
155214 [0x10A21]={
155215  category="lo",
155216  description="KHAROSHTHI LETTER DA",
155217  direction="r",
155218  linebreak="al",
155219  unicodeslot=0x10A21,
155220 },
155221 [0x10A22]={
155222  category="lo",
155223  description="KHAROSHTHI LETTER DHA",
155224  direction="r",
155225  linebreak="al",
155226  unicodeslot=0x10A22,
155227 },
155228 [0x10A23]={
155229  category="lo",
155230  description="KHAROSHTHI LETTER NA",
155231  direction="r",
155232  linebreak="al",
155233  unicodeslot=0x10A23,
155234 },
155235 [0x10A24]={
155236  category="lo",
155237  description="KHAROSHTHI LETTER PA",
155238  direction="r",
155239  linebreak="al",
155240  unicodeslot=0x10A24,
155241 },
155242 [0x10A25]={
155243  category="lo",
155244  description="KHAROSHTHI LETTER PHA",
155245  direction="r",
155246  linebreak="al",
155247  unicodeslot=0x10A25,
155248 },
155249 [0x10A26]={
155250  category="lo",
155251  description="KHAROSHTHI LETTER BA",
155252  direction="r",
155253  linebreak="al",
155254  unicodeslot=0x10A26,
155255 },
155256 [0x10A27]={
155257  category="lo",
155258  description="KHAROSHTHI LETTER BHA",
155259  direction="r",
155260  linebreak="al",
155261  unicodeslot=0x10A27,
155262 },
155263 [0x10A28]={
155264  category="lo",
155265  description="KHAROSHTHI LETTER MA",
155266  direction="r",
155267  linebreak="al",
155268  unicodeslot=0x10A28,
155269 },
155270 [0x10A29]={
155271  category="lo",
155272  description="KHAROSHTHI LETTER YA",
155273  direction="r",
155274  linebreak="al",
155275  unicodeslot=0x10A29,
155276 },
155277 [0x10A2A]={
155278  category="lo",
155279  description="KHAROSHTHI LETTER RA",
155280  direction="r",
155281  linebreak="al",
155282  unicodeslot=0x10A2A,
155283 },
155284 [0x10A2B]={
155285  category="lo",
155286  description="KHAROSHTHI LETTER LA",
155287  direction="r",
155288  linebreak="al",
155289  unicodeslot=0x10A2B,
155290 },
155291 [0x10A2C]={
155292  category="lo",
155293  description="KHAROSHTHI LETTER VA",
155294  direction="r",
155295  linebreak="al",
155296  unicodeslot=0x10A2C,
155297 },
155298 [0x10A2D]={
155299  category="lo",
155300  description="KHAROSHTHI LETTER SHA",
155301  direction="r",
155302  linebreak="al",
155303  unicodeslot=0x10A2D,
155304 },
155305 [0x10A2E]={
155306  category="lo",
155307  description="KHAROSHTHI LETTER SSA",
155308  direction="r",
155309  linebreak="al",
155310  unicodeslot=0x10A2E,
155311 },
155312 [0x10A2F]={
155313  category="lo",
155314  description="KHAROSHTHI LETTER SA",
155315  direction="r",
155316  linebreak="al",
155317  unicodeslot=0x10A2F,
155318 },
155319 [0x10A30]={
155320  category="lo",
155321  description="KHAROSHTHI LETTER ZA",
155322  direction="r",
155323  linebreak="al",
155324  unicodeslot=0x10A30,
155325 },
155326 [0x10A31]={
155327  category="lo",
155328  description="KHAROSHTHI LETTER HA",
155329  direction="r",
155330  linebreak="al",
155331  unicodeslot=0x10A31,
155332 },
155333 [0x10A32]={
155334  category="lo",
155335  description="KHAROSHTHI LETTER KKA",
155336  direction="r",
155337  linebreak="al",
155338  unicodeslot=0x10A32,
155339 },
155340 [0x10A33]={
155341  category="lo",
155342  description="KHAROSHTHI LETTER TTTHA",
155343  direction="r",
155344  linebreak="al",
155345  unicodeslot=0x10A33,
155346 },
155347 [0x10A34]={
155348  category="lo",
155349  description="KHAROSHTHI LETTER TTTA",
155350  direction="r",
155351  linebreak="al",
155352  unicodeslot=0x10A34,
155353 },
155354 [0x10A35]={
155355  category="lo",
155356  description="KHAROSHTHI LETTER VHA",
155357  direction="r",
155358  linebreak="al",
155359  unicodeslot=0x10A35,
155360 },
155361 [0x10A38]={
155362  category="mn",
155363  combining=0xE6,
155364  description="KHAROSHTHI SIGN BAR ABOVE",
155365  direction="nsm",
155366  linebreak="cm",
155367  unicodeslot=0x10A38,
155368 },
155369 [0x10A39]={
155370  category="mn",
155371  combining=0x1,
155372  description="KHAROSHTHI SIGN CAUDA",
155373  direction="nsm",
155374  linebreak="cm",
155375  unicodeslot=0x10A39,
155376 },
155377 [0x10A3A]={
155378  category="mn",
155379  combining=0xDC,
155380  description="KHAROSHTHI SIGN DOT BELOW",
155381  direction="nsm",
155382  linebreak="cm",
155383  unicodeslot=0x10A3A,
155384 },
155385 [0x10A3F]={
155386  category="mn",
155387  combining=0x9,
155388  description="KHAROSHTHI VIRAMA",
155389  direction="nsm",
155390  linebreak="cm",
155391  unicodeslot=0x10A3F,
155392 },
155393 [0x10A40]={
155394  category="no",
155395  description="KHAROSHTHI DIGIT ONE",
155396  direction="r",
155397  linebreak="al",
155398  unicodeslot=0x10A40,
155399 },
155400 [0x10A41]={
155401  category="no",
155402  description="KHAROSHTHI DIGIT TWO",
155403  direction="r",
155404  linebreak="al",
155405  unicodeslot=0x10A41,
155406 },
155407 [0x10A42]={
155408  category="no",
155409  description="KHAROSHTHI DIGIT THREE",
155410  direction="r",
155411  linebreak="al",
155412  unicodeslot=0x10A42,
155413 },
155414 [0x10A43]={
155415  category="no",
155416  description="KHAROSHTHI DIGIT FOUR",
155417  direction="r",
155418  linebreak="al",
155419  unicodeslot=0x10A43,
155420 },
155421 [0x10A44]={
155422  category="no",
155423  description="KHAROSHTHI NUMBER TEN",
155424  direction="r",
155425  linebreak="al",
155426  unicodeslot=0x10A44,
155427 },
155428 [0x10A45]={
155429  category="no",
155430  description="KHAROSHTHI NUMBER TWENTY",
155431  direction="r",
155432  linebreak="al",
155433  unicodeslot=0x10A45,
155434 },
155435 [0x10A46]={
155436  category="no",
155437  description="KHAROSHTHI NUMBER ONE HUNDRED",
155438  direction="r",
155439  linebreak="al",
155440  unicodeslot=0x10A46,
155441 },
155442 [0x10A47]={
155443  category="no",
155444  description="KHAROSHTHI NUMBER ONE THOUSAND",
155445  direction="r",
155446  linebreak="al",
155447  unicodeslot=0x10A47,
155448 },
155449 [0x10A48]={
155450  category="no",
155451  description="KHAROSHTHI FRACTION ONE HALF",
155452  direction="r",
155453  linebreak="al",
155454  unicodeslot=0x10A48,
155455 },
155456 [0x10A50]={
155457  category="po",
155458  description="KHAROSHTHI PUNCTUATION DOT",
155459  direction="r",
155460  linebreak="ba",
155461  unicodeslot=0x10A50,
155462 },
155463 [0x10A51]={
155464  category="po",
155465  description="KHAROSHTHI PUNCTUATION SMALL CIRCLE",
155466  direction="r",
155467  linebreak="ba",
155468  unicodeslot=0x10A51,
155469 },
155470 [0x10A52]={
155471  category="po",
155472  description="KHAROSHTHI PUNCTUATION CIRCLE",
155473  direction="r",
155474  linebreak="ba",
155475  unicodeslot=0x10A52,
155476 },
155477 [0x10A53]={
155478  category="po",
155479  description="KHAROSHTHI PUNCTUATION CRESCENT BAR",
155480  direction="r",
155481  linebreak="ba",
155482  unicodeslot=0x10A53,
155483 },
155484 [0x10A54]={
155485  category="po",
155486  description="KHAROSHTHI PUNCTUATION MANGALAM",
155487  direction="r",
155488  linebreak="ba",
155489  unicodeslot=0x10A54,
155490 },
155491 [0x10A55]={
155492  category="po",
155493  description="KHAROSHTHI PUNCTUATION LOTUS",
155494  direction="r",
155495  linebreak="ba",
155496  unicodeslot=0x10A55,
155497 },
155498 [0x10A56]={
155499  category="po",
155500  description="KHAROSHTHI PUNCTUATION DANDA",
155501  direction="r",
155502  linebreak="ba",
155503  unicodeslot=0x10A56,
155504 },
155505 [0x10A57]={
155506  category="po",
155507  description="KHAROSHTHI PUNCTUATION DOUBLE DANDA",
155508  direction="r",
155509  linebreak="ba",
155510  unicodeslot=0x10A57,
155511 },
155512 [0x10A58]={
155513  category="po",
155514  description="KHAROSHTHI PUNCTUATION LINES",
155515  direction="r",
155516  linebreak="al",
155517  unicodeslot=0x10A58,
155518 },
155519 [0x10A60]={
155520  category="lo",
155521  description="OLD SOUTH ARABIAN LETTER HE",
155522  direction="r",
155523  linebreak="al",
155524  unicodeslot=0x10A60,
155525 },
155526 [0x10A61]={
155527  category="lo",
155528  description="OLD SOUTH ARABIAN LETTER LAMEDH",
155529  direction="r",
155530  linebreak="al",
155531  unicodeslot=0x10A61,
155532 },
155533 [0x10A62]={
155534  category="lo",
155535  description="OLD SOUTH ARABIAN LETTER HETH",
155536  direction="r",
155537  linebreak="al",
155538  unicodeslot=0x10A62,
155539 },
155540 [0x10A63]={
155541  category="lo",
155542  description="OLD SOUTH ARABIAN LETTER MEM",
155543  direction="r",
155544  linebreak="al",
155545  unicodeslot=0x10A63,
155546 },
155547 [0x10A64]={
155548  category="lo",
155549  description="OLD SOUTH ARABIAN LETTER QOPH",
155550  direction="r",
155551  linebreak="al",
155552  unicodeslot=0x10A64,
155553 },
155554 [0x10A65]={
155555  category="lo",
155556  description="OLD SOUTH ARABIAN LETTER WAW",
155557  direction="r",
155558  linebreak="al",
155559  unicodeslot=0x10A65,
155560 },
155561 [0x10A66]={
155562  category="lo",
155563  description="OLD SOUTH ARABIAN LETTER SHIN",
155564  direction="r",
155565  linebreak="al",
155566  unicodeslot=0x10A66,
155567 },
155568 [0x10A67]={
155569  category="lo",
155570  description="OLD SOUTH ARABIAN LETTER RESH",
155571  direction="r",
155572  linebreak="al",
155573  unicodeslot=0x10A67,
155574 },
155575 [0x10A68]={
155576  category="lo",
155577  description="OLD SOUTH ARABIAN LETTER BETH",
155578  direction="r",
155579  linebreak="al",
155580  unicodeslot=0x10A68,
155581 },
155582 [0x10A69]={
155583  category="lo",
155584  description="OLD SOUTH ARABIAN LETTER TAW",
155585  direction="r",
155586  linebreak="al",
155587  unicodeslot=0x10A69,
155588 },
155589 [0x10A6A]={
155590  category="lo",
155591  description="OLD SOUTH ARABIAN LETTER SAT",
155592  direction="r",
155593  linebreak="al",
155594  unicodeslot=0x10A6A,
155595 },
155596 [0x10A6B]={
155597  category="lo",
155598  description="OLD SOUTH ARABIAN LETTER KAPH",
155599  direction="r",
155600  linebreak="al",
155601  unicodeslot=0x10A6B,
155602 },
155603 [0x10A6C]={
155604  category="lo",
155605  description="OLD SOUTH ARABIAN LETTER NUN",
155606  direction="r",
155607  linebreak="al",
155608  unicodeslot=0x10A6C,
155609 },
155610 [0x10A6D]={
155611  category="lo",
155612  description="OLD SOUTH ARABIAN LETTER KHETH",
155613  direction="r",
155614  linebreak="al",
155615  unicodeslot=0x10A6D,
155616 },
155617 [0x10A6E]={
155618  category="lo",
155619  description="OLD SOUTH ARABIAN LETTER SADHE",
155620  direction="r",
155621  linebreak="al",
155622  unicodeslot=0x10A6E,
155623 },
155624 [0x10A6F]={
155625  category="lo",
155626  description="OLD SOUTH ARABIAN LETTER SAMEKH",
155627  direction="r",
155628  linebreak="al",
155629  unicodeslot=0x10A6F,
155630 },
155631 [0x10A70]={
155632  category="lo",
155633  description="OLD SOUTH ARABIAN LETTER FE",
155634  direction="r",
155635  linebreak="al",
155636  unicodeslot=0x10A70,
155637 },
155638 [0x10A71]={
155639  category="lo",
155640  description="OLD SOUTH ARABIAN LETTER ALEF",
155641  direction="r",
155642  linebreak="al",
155643  unicodeslot=0x10A71,
155644 },
155645 [0x10A72]={
155646  category="lo",
155647  description="OLD SOUTH ARABIAN LETTER AYN",
155648  direction="r",
155649  linebreak="al",
155650  unicodeslot=0x10A72,
155651 },
155652 [0x10A73]={
155653  category="lo",
155654  description="OLD SOUTH ARABIAN LETTER DHADHE",
155655  direction="r",
155656  linebreak="al",
155657  unicodeslot=0x10A73,
155658 },
155659 [0x10A74]={
155660  category="lo",
155661  description="OLD SOUTH ARABIAN LETTER GIMEL",
155662  direction="r",
155663  linebreak="al",
155664  unicodeslot=0x10A74,
155665 },
155666 [0x10A75]={
155667  category="lo",
155668  description="OLD SOUTH ARABIAN LETTER DALETH",
155669  direction="r",
155670  linebreak="al",
155671  unicodeslot=0x10A75,
155672 },
155673 [0x10A76]={
155674  category="lo",
155675  description="OLD SOUTH ARABIAN LETTER GHAYN",
155676  direction="r",
155677  linebreak="al",
155678  unicodeslot=0x10A76,
155679 },
155680 [0x10A77]={
155681  category="lo",
155682  description="OLD SOUTH ARABIAN LETTER TETH",
155683  direction="r",
155684  linebreak="al",
155685  unicodeslot=0x10A77,
155686 },
155687 [0x10A78]={
155688  category="lo",
155689  description="OLD SOUTH ARABIAN LETTER ZAYN",
155690  direction="r",
155691  linebreak="al",
155692  unicodeslot=0x10A78,
155693 },
155694 [0x10A79]={
155695  category="lo",
155696  description="OLD SOUTH ARABIAN LETTER DHALETH",
155697  direction="r",
155698  linebreak="al",
155699  unicodeslot=0x10A79,
155700 },
155701 [0x10A7A]={
155702  category="lo",
155703  description="OLD SOUTH ARABIAN LETTER YODH",
155704  direction="r",
155705  linebreak="al",
155706  unicodeslot=0x10A7A,
155707 },
155708 [0x10A7B]={
155709  category="lo",
155710  description="OLD SOUTH ARABIAN LETTER THAW",
155711  direction="r",
155712  linebreak="al",
155713  unicodeslot=0x10A7B,
155714 },
155715 [0x10A7C]={
155716  category="lo",
155717  description="OLD SOUTH ARABIAN LETTER THETH",
155718  direction="r",
155719  linebreak="al",
155720  unicodeslot=0x10A7C,
155721 },
155722 [0x10A7D]={
155723  category="no",
155724  description="OLD SOUTH ARABIAN NUMBER ONE",
155725  direction="r",
155726  linebreak="al",
155727  unicodeslot=0x10A7D,
155728 },
155729 [0x10A7E]={
155730  category="no",
155731  description="OLD SOUTH ARABIAN NUMBER FIFTY",
155732  direction="r",
155733  linebreak="al",
155734  unicodeslot=0x10A7E,
155735 },
155736 [0x10A7F]={
155737  category="po",
155738  description="OLD SOUTH ARABIAN NUMERIC INDICATOR",
155739  direction="r",
155740  linebreak="al",
155741  unicodeslot=0x10A7F,
155742 },
155743 [0x10A80]={
155744  category="lo",
155745  description="OLD NORTH ARABIAN LETTER HEH",
155746  direction="r",
155747  linebreak="al",
155748  unicodeslot=0x10A80,
155749 },
155750 [0x10A81]={
155751  category="lo",
155752  description="OLD NORTH ARABIAN LETTER LAM",
155753  direction="r",
155754  linebreak="al",
155755  unicodeslot=0x10A81,
155756 },
155757 [0x10A82]={
155758  category="lo",
155759  description="OLD NORTH ARABIAN LETTER HAH",
155760  direction="r",
155761  linebreak="al",
155762  unicodeslot=0x10A82,
155763 },
155764 [0x10A83]={
155765  category="lo",
155766  description="OLD NORTH ARABIAN LETTER MEEM",
155767  direction="r",
155768  linebreak="al",
155769  unicodeslot=0x10A83,
155770 },
155771 [0x10A84]={
155772  category="lo",
155773  description="OLD NORTH ARABIAN LETTER QAF",
155774  direction="r",
155775  linebreak="al",
155776  unicodeslot=0x10A84,
155777 },
155778 [0x10A85]={
155779  category="lo",
155780  description="OLD NORTH ARABIAN LETTER WAW",
155781  direction="r",
155782  linebreak="al",
155783  unicodeslot=0x10A85,
155784 },
155785 [0x10A86]={
155786  category="lo",
155787  description="OLD NORTH ARABIAN LETTER ES-2",
155788  direction="r",
155789  linebreak="al",
155790  unicodeslot=0x10A86,
155791 },
155792 [0x10A87]={
155793  category="lo",
155794  description="OLD NORTH ARABIAN LETTER REH",
155795  direction="r",
155796  linebreak="al",
155797  unicodeslot=0x10A87,
155798 },
155799 [0x10A88]={
155800  category="lo",
155801  description="OLD NORTH ARABIAN LETTER BEH",
155802  direction="r",
155803  linebreak="al",
155804  unicodeslot=0x10A88,
155805 },
155806 [0x10A89]={
155807  category="lo",
155808  description="OLD NORTH ARABIAN LETTER TEH",
155809  direction="r",
155810  linebreak="al",
155811  unicodeslot=0x10A89,
155812 },
155813 [0x10A8A]={
155814  category="lo",
155815  description="OLD NORTH ARABIAN LETTER ES-1",
155816  direction="r",
155817  linebreak="al",
155818  unicodeslot=0x10A8A,
155819 },
155820 [0x10A8B]={
155821  category="lo",
155822  description="OLD NORTH ARABIAN LETTER KAF",
155823  direction="r",
155824  linebreak="al",
155825  unicodeslot=0x10A8B,
155826 },
155827 [0x10A8C]={
155828  category="lo",
155829  description="OLD NORTH ARABIAN LETTER NOON",
155830  direction="r",
155831  linebreak="al",
155832  unicodeslot=0x10A8C,
155833 },
155834 [0x10A8D]={
155835  category="lo",
155836  description="OLD NORTH ARABIAN LETTER KHAH",
155837  direction="r",
155838  linebreak="al",
155839  unicodeslot=0x10A8D,
155840 },
155841 [0x10A8E]={
155842  category="lo",
155843  description="OLD NORTH ARABIAN LETTER SAD",
155844  direction="r",
155845  linebreak="al",
155846  unicodeslot=0x10A8E,
155847 },
155848 [0x10A8F]={
155849  category="lo",
155850  description="OLD NORTH ARABIAN LETTER ES-3",
155851  direction="r",
155852  linebreak="al",
155853  unicodeslot=0x10A8F,
155854 },
155855 [0x10A90]={
155856  category="lo",
155857  description="OLD NORTH ARABIAN LETTER FEH",
155858  direction="r",
155859  linebreak="al",
155860  unicodeslot=0x10A90,
155861 },
155862 [0x10A91]={
155863  category="lo",
155864  description="OLD NORTH ARABIAN LETTER ALEF",
155865  direction="r",
155866  linebreak="al",
155867  unicodeslot=0x10A91,
155868 },
155869 [0x10A92]={
155870  category="lo",
155871  description="OLD NORTH ARABIAN LETTER AIN",
155872  direction="r",
155873  linebreak="al",
155874  unicodeslot=0x10A92,
155875 },
155876 [0x10A93]={
155877  category="lo",
155878  description="OLD NORTH ARABIAN LETTER DAD",
155879  direction="r",
155880  linebreak="al",
155881  unicodeslot=0x10A93,
155882 },
155883 [0x10A94]={
155884  category="lo",
155885  description="OLD NORTH ARABIAN LETTER GEEM",
155886  direction="r",
155887  linebreak="al",
155888  unicodeslot=0x10A94,
155889 },
155890 [0x10A95]={
155891  category="lo",
155892  description="OLD NORTH ARABIAN LETTER DAL",
155893  direction="r",
155894  linebreak="al",
155895  unicodeslot=0x10A95,
155896 },
155897 [0x10A96]={
155898  category="lo",
155899  description="OLD NORTH ARABIAN LETTER GHAIN",
155900  direction="r",
155901  linebreak="al",
155902  unicodeslot=0x10A96,
155903 },
155904 [0x10A97]={
155905  category="lo",
155906  description="OLD NORTH ARABIAN LETTER TAH",
155907  direction="r",
155908  linebreak="al",
155909  unicodeslot=0x10A97,
155910 },
155911 [0x10A98]={
155912  category="lo",
155913  description="OLD NORTH ARABIAN LETTER ZAIN",
155914  direction="r",
155915  linebreak="al",
155916  unicodeslot=0x10A98,
155917 },
155918 [0x10A99]={
155919  category="lo",
155920  description="OLD NORTH ARABIAN LETTER THAL",
155921  direction="r",
155922  linebreak="al",
155923  unicodeslot=0x10A99,
155924 },
155925 [0x10A9A]={
155926  category="lo",
155927  description="OLD NORTH ARABIAN LETTER YEH",
155928  direction="r",
155929  linebreak="al",
155930  unicodeslot=0x10A9A,
155931 },
155932 [0x10A9B]={
155933  category="lo",
155934  description="OLD NORTH ARABIAN LETTER THEH",
155935  direction="r",
155936  linebreak="al",
155937  unicodeslot=0x10A9B,
155938 },
155939 [0x10A9C]={
155940  category="lo",
155941  description="OLD NORTH ARABIAN LETTER ZAH",
155942  direction="r",
155943  linebreak="al",
155944  unicodeslot=0x10A9C,
155945 },
155946 [0x10A9D]={
155947  category="no",
155948  description="OLD NORTH ARABIAN NUMBER ONE",
155949  direction="r",
155950  linebreak="al",
155951  unicodeslot=0x10A9D,
155952 },
155953 [0x10A9E]={
155954  category="no",
155955  description="OLD NORTH ARABIAN NUMBER TEN",
155956  direction="r",
155957  linebreak="al",
155958  unicodeslot=0x10A9E,
155959 },
155960 [0x10A9F]={
155961  category="no",
155962  description="OLD NORTH ARABIAN NUMBER TWENTY",
155963  direction="r",
155964  linebreak="al",
155965  unicodeslot=0x10A9F,
155966 },
155967 [0x10AC0]={
155968  arabic="d",
155969  category="lo",
155970  description="MANICHAEAN LETTER ALEPH",
155971  direction="r",
155972  linebreak="al",
155973  unicodeslot=0x10AC0,
155974 },
155975 [0x10AC1]={
155976  arabic="d",
155977  category="lo",
155978  description="MANICHAEAN LETTER BETH",
155979  direction="r",
155980  linebreak="al",
155981  unicodeslot=0x10AC1,
155982 },
155983 [0x10AC2]={
155984  arabic="d",
155985  category="lo",
155986  description="MANICHAEAN LETTER BHETH",
155987  direction="r",
155988  linebreak="al",
155989  unicodeslot=0x10AC2,
155990 },
155991 [0x10AC3]={
155992  arabic="d",
155993  category="lo",
155994  description="MANICHAEAN LETTER GIMEL",
155995  direction="r",
155996  linebreak="al",
155997  unicodeslot=0x10AC3,
155998 },
155999 [0x10AC4]={
156000  arabic="d",
156001  category="lo",
156002  description="MANICHAEAN LETTER GHIMEL",
156003  direction="r",
156004  linebreak="al",
156005  unicodeslot=0x10AC4,
156006 },
156007 [0x10AC5]={
156008  arabic="r",
156009  category="lo",
156010  description="MANICHAEAN LETTER DALETH",
156011  direction="r",
156012  linebreak="al",
156013  unicodeslot=0x10AC5,
156014  variants={
156015   [0xFE00]="alternate form",
156016  },
156017 },
156018 [0x10AC6]={
156019  arabic="u",
156020  category="lo",
156021  description="MANICHAEAN LETTER HE",
156022  direction="r",
156023  linebreak="al",
156024  unicodeslot=0x10AC6,
156025  variants={
156026   [0xFE00]="alternate form",
156027  },
156028 },
156029 [0x10AC7]={
156030  arabic="r",
156031  category="lo",
156032  description="MANICHAEAN LETTER WAW",
156033  direction="r",
156034  linebreak="al",
156035  unicodeslot=0x10AC7,
156036 },
156037 [0x10AC8]={
156038  arabic="u",
156039  category="so",
156040  description="MANICHAEAN SIGN UD",
156041  direction="r",
156042  linebreak="al",
156043  unicodeslot=0x10AC8,
156044 },
156045 [0x10AC9]={
156046  arabic="r",
156047  category="lo",
156048  description="MANICHAEAN LETTER ZAYIN",
156049  direction="r",
156050  linebreak="al",
156051  unicodeslot=0x10AC9,
156052 },
156053 [0x10ACA]={
156054  arabic="r",
156055  category="lo",
156056  description="MANICHAEAN LETTER ZHAYIN",
156057  direction="r",
156058  linebreak="al",
156059  unicodeslot=0x10ACA,
156060 },
156061 [0x10ACB]={
156062  arabic="u",
156063  category="lo",
156064  description="MANICHAEAN LETTER JAYIN",
156065  direction="r",
156066  linebreak="al",
156067  unicodeslot=0x10ACB,
156068 },
156069 [0x10ACC]={
156070  arabic="u",
156071  category="lo",
156072  description="MANICHAEAN LETTER JHAYIN",
156073  direction="r",
156074  linebreak="al",
156075  unicodeslot=0x10ACC,
156076 },
156077 [0x10ACD]={
156078  arabic="l",
156079  category="lo",
156080  description="MANICHAEAN LETTER HETH",
156081  direction="r",
156082  linebreak="al",
156083  unicodeslot=0x10ACD,
156084 },
156085 [0x10ACE]={
156086  arabic="r",
156087  category="lo",
156088  description="MANICHAEAN LETTER TETH",
156089  direction="r",
156090  linebreak="al",
156091  unicodeslot=0x10ACE,
156092 },
156093 [0x10ACF]={
156094  arabic="r",
156095  category="lo",
156096  description="MANICHAEAN LETTER YODH",
156097  direction="r",
156098  linebreak="al",
156099  unicodeslot=0x10ACF,
156100 },
156101 [0x10AD0]={
156102  arabic="r",
156103  category="lo",
156104  description="MANICHAEAN LETTER KAPH",
156105  direction="r",
156106  linebreak="al",
156107  unicodeslot=0x10AD0,
156108 },
156109 [0x10AD1]={
156110  arabic="r",
156111  category="lo",
156112  description="MANICHAEAN LETTER XAPH",
156113  direction="r",
156114  linebreak="al",
156115  unicodeslot=0x10AD1,
156116 },
156117 [0x10AD2]={
156118  arabic="r",
156119  category="lo",
156120  description="MANICHAEAN LETTER KHAPH",
156121  direction="r",
156122  linebreak="al",
156123  unicodeslot=0x10AD2,
156124 },
156125 [0x10AD3]={
156126  arabic="d",
156127  category="lo",
156128  description="MANICHAEAN LETTER LAMEDH",
156129  direction="r",
156130  linebreak="al",
156131  unicodeslot=0x10AD3,
156132 },
156133 [0x10AD4]={
156134  arabic="d",
156135  category="lo",
156136  description="MANICHAEAN LETTER DHAMEDH",
156137  direction="r",
156138  linebreak="al",
156139  unicodeslot=0x10AD4,
156140 },
156141 [0x10AD5]={
156142  arabic="d",
156143  category="lo",
156144  description="MANICHAEAN LETTER THAMEDH",
156145  direction="r",
156146  linebreak="al",
156147  unicodeslot=0x10AD5,
156148 },
156149 [0x10AD6]={
156150  arabic="d",
156151  category="lo",
156152  description="MANICHAEAN LETTER MEM",
156153  direction="r",
156154  linebreak="al",
156155  unicodeslot=0x10AD6,
156156  variants={
156157   [0xFE00]="alternate form",
156158  },
156159 },
156160 [0x10AD7]={
156161  arabic="l",
156162  category="lo",
156163  description="MANICHAEAN LETTER NUN",
156164  direction="r",
156165  linebreak="al",
156166  unicodeslot=0x10AD7,
156167  variants={
156168   [0xFE00]="alternate form",
156169  },
156170 },
156171 [0x10AD8]={
156172  arabic="d",
156173  category="lo",
156174  description="MANICHAEAN LETTER SAMEKH",
156175  direction="r",
156176  linebreak="al",
156177  unicodeslot=0x10AD8,
156178 },
156179 [0x10AD9]={
156180  arabic="d",
156181  category="lo",
156182  description="MANICHAEAN LETTER AYIN",
156183  direction="r",
156184  linebreak="al",
156185  unicodeslot=0x10AD9,
156186 },
156187 [0x10ADA]={
156188  arabic="d",
156189  category="lo",
156190  description="MANICHAEAN LETTER AAYIN",
156191  direction="r",
156192  linebreak="al",
156193  unicodeslot=0x10ADA,
156194 },
156195 [0x10ADB]={
156196  arabic="d",
156197  category="lo",
156198  description="MANICHAEAN LETTER PE",
156199  direction="r",
156200  linebreak="al",
156201  unicodeslot=0x10ADB,
156202 },
156203 [0x10ADC]={
156204  arabic="d",
156205  category="lo",
156206  description="MANICHAEAN LETTER FE",
156207  direction="r",
156208  linebreak="al",
156209  unicodeslot=0x10ADC,
156210 },
156211 [0x10ADD]={
156212  arabic="r",
156213  category="lo",
156214  description="MANICHAEAN LETTER SADHE",
156215  direction="r",
156216  linebreak="al",
156217  unicodeslot=0x10ADD,
156218 },
156219 [0x10ADE]={
156220  arabic="d",
156221  category="lo",
156222  description="MANICHAEAN LETTER QOPH",
156223  direction="r",
156224  linebreak="al",
156225  unicodeslot=0x10ADE,
156226 },
156227 [0x10ADF]={
156228  arabic="d",
156229  category="lo",
156230  description="MANICHAEAN LETTER XOPH",
156231  direction="r",
156232  linebreak="al",
156233  unicodeslot=0x10ADF,
156234 },
156235 [0x10AE0]={
156236  arabic="d",
156237  category="lo",
156238  description="MANICHAEAN LETTER QHOPH",
156239  direction="r",
156240  linebreak="al",
156241  unicodeslot=0x10AE0,
156242 },
156243 [0x10AE1]={
156244  arabic="r",
156245  category="lo",
156246  description="MANICHAEAN LETTER RESH",
156247  direction="r",
156248  linebreak="al",
156249  unicodeslot=0x10AE1,
156250  variants={
156251   [0xFE00]="alternate form",
156252  },
156253 },
156254 [0x10AE2]={
156255  arabic="u",
156256  category="lo",
156257  description="MANICHAEAN LETTER SHIN",
156258  direction="r",
156259  linebreak="al",
156260  unicodeslot=0x10AE2,
156261 },
156262 [0x10AE3]={
156263  arabic="u",
156264  category="lo",
156265  description="MANICHAEAN LETTER SSHIN",
156266  direction="r",
156267  linebreak="al",
156268  unicodeslot=0x10AE3,
156269 },
156270 [0x10AE4]={
156271  arabic="r",
156272  category="lo",
156273  description="MANICHAEAN LETTER TAW",
156274  direction="r",
156275  linebreak="al",
156276  unicodeslot=0x10AE4,
156277 },
156278 [0x10AE5]={
156279  category="mn",
156280  combining=0xE6,
156281  description="MANICHAEAN ABBREVIATION MARK ABOVE",
156282  direction="nsm",
156283  linebreak="cm",
156284  unicodeslot=0x10AE5,
156285 },
156286 [0x10AE6]={
156287  category="mn",
156288  combining=0xDC,
156289  description="MANICHAEAN ABBREVIATION MARK BELOW",
156290  direction="nsm",
156291  linebreak="cm",
156292  unicodeslot=0x10AE6,
156293 },
156294 [0x10AEB]={
156295  arabic="d",
156296  category="no",
156297  description="MANICHAEAN NUMBER ONE",
156298  direction="r",
156299  linebreak="al",
156300  unicodeslot=0x10AEB,
156301 },
156302 [0x10AEC]={
156303  arabic="d",
156304  category="no",
156305  description="MANICHAEAN NUMBER FIVE",
156306  direction="r",
156307  linebreak="al",
156308  unicodeslot=0x10AEC,
156309 },
156310 [0x10AED]={
156311  arabic="d",
156312  category="no",
156313  description="MANICHAEAN NUMBER TEN",
156314  direction="r",
156315  linebreak="al",
156316  unicodeslot=0x10AED,
156317 },
156318 [0x10AEE]={
156319  arabic="d",
156320  category="no",
156321  description="MANICHAEAN NUMBER TWENTY",
156322  direction="r",
156323  linebreak="al",
156324  unicodeslot=0x10AEE,
156325 },
156326 [0x10AEF]={
156327  arabic="r",
156328  category="no",
156329  description="MANICHAEAN NUMBER ONE HUNDRED",
156330  direction="r",
156331  linebreak="al",
156332  unicodeslot=0x10AEF,
156333 },
156334 [0x10AF0]={
156335  category="po",
156336  description="MANICHAEAN PUNCTUATION STAR",
156337  direction="r",
156338  linebreak="ba",
156339  unicodeslot=0x10AF0,
156340 },
156341 [0x10AF1]={
156342  category="po",
156343  description="MANICHAEAN PUNCTUATION FLEURON",
156344  direction="r",
156345  linebreak="ba",
156346  unicodeslot=0x10AF1,
156347 },
156348 [0x10AF2]={
156349  category="po",
156350  description="MANICHAEAN PUNCTUATION DOUBLE DOT WITHIN DOT",
156351  direction="r",
156352  linebreak="ba",
156353  unicodeslot=0x10AF2,
156354 },
156355 [0x10AF3]={
156356  category="po",
156357  description="MANICHAEAN PUNCTUATION DOT WITHIN DOT",
156358  direction="r",
156359  linebreak="ba",
156360  unicodeslot=0x10AF3,
156361 },
156362 [0x10AF4]={
156363  category="po",
156364  description="MANICHAEAN PUNCTUATION DOT",
156365  direction="r",
156366  linebreak="ba",
156367  unicodeslot=0x10AF4,
156368 },
156369 [0x10AF5]={
156370  category="po",
156371  description="MANICHAEAN PUNCTUATION TWO DOTS",
156372  direction="r",
156373  linebreak="ba",
156374  unicodeslot=0x10AF5,
156375 },
156376 [0x10AF6]={
156377  category="po",
156378  description="MANICHAEAN PUNCTUATION LINE FILLER",
156379  direction="r",
156380  linebreak="in",
156381  unicodeslot=0x10AF6,
156382 },
156383 [0x10B00]={
156384  category="lo",
156385  description="AVESTAN LETTER A",
156386  direction="r",
156387  linebreak="al",
156388  unicodeslot=0x10B00,
156389 },
156390 [0x10B01]={
156391  category="lo",
156392  description="AVESTAN LETTER AA",
156393  direction="r",
156394  linebreak="al",
156395  unicodeslot=0x10B01,
156396 },
156397 [0x10B02]={
156398  category="lo",
156399  description="AVESTAN LETTER AO",
156400  direction="r",
156401  linebreak="al",
156402  unicodeslot=0x10B02,
156403 },
156404 [0x10B03]={
156405  category="lo",
156406  description="AVESTAN LETTER AAO",
156407  direction="r",
156408  linebreak="al",
156409  unicodeslot=0x10B03,
156410 },
156411 [0x10B04]={
156412  category="lo",
156413  description="AVESTAN LETTER AN",
156414  direction="r",
156415  linebreak="al",
156416  unicodeslot=0x10B04,
156417 },
156418 [0x10B05]={
156419  category="lo",
156420  description="AVESTAN LETTER AAN",
156421  direction="r",
156422  linebreak="al",
156423  unicodeslot=0x10B05,
156424 },
156425 [0x10B06]={
156426  category="lo",
156427  description="AVESTAN LETTER AE",
156428  direction="r",
156429  linebreak="al",
156430  unicodeslot=0x10B06,
156431 },
156432 [0x10B07]={
156433  category="lo",
156434  description="AVESTAN LETTER AEE",
156435  direction="r",
156436  linebreak="al",
156437  unicodeslot=0x10B07,
156438 },
156439 [0x10B08]={
156440  category="lo",
156441  description="AVESTAN LETTER E",
156442  direction="r",
156443  linebreak="al",
156444  unicodeslot=0x10B08,
156445 },
156446 [0x10B09]={
156447  category="lo",
156448  description="AVESTAN LETTER EE",
156449  direction="r",
156450  linebreak="al",
156451  unicodeslot=0x10B09,
156452 },
156453 [0x10B0A]={
156454  category="lo",
156455  description="AVESTAN LETTER O",
156456  direction="r",
156457  linebreak="al",
156458  unicodeslot=0x10B0A,
156459 },
156460 [0x10B0B]={
156461  category="lo",
156462  description="AVESTAN LETTER OO",
156463  direction="r",
156464  linebreak="al",
156465  unicodeslot=0x10B0B,
156466 },
156467 [0x10B0C]={
156468  category="lo",
156469  description="AVESTAN LETTER I",
156470  direction="r",
156471  linebreak="al",
156472  unicodeslot=0x10B0C,
156473 },
156474 [0x10B0D]={
156475  category="lo",
156476  description="AVESTAN LETTER II",
156477  direction="r",
156478  linebreak="al",
156479  unicodeslot=0x10B0D,
156480 },
156481 [0x10B0E]={
156482  category="lo",
156483  description="AVESTAN LETTER U",
156484  direction="r",
156485  linebreak="al",
156486  unicodeslot=0x10B0E,
156487 },
156488 [0x10B0F]={
156489  category="lo",
156490  description="AVESTAN LETTER UU",
156491  direction="r",
156492  linebreak="al",
156493  unicodeslot=0x10B0F,
156494 },
156495 [0x10B10]={
156496  category="lo",
156497  description="AVESTAN LETTER KE",
156498  direction="r",
156499  linebreak="al",
156500  unicodeslot=0x10B10,
156501 },
156502 [0x10B11]={
156503  category="lo",
156504  description="AVESTAN LETTER XE",
156505  direction="r",
156506  linebreak="al",
156507  unicodeslot=0x10B11,
156508 },
156509 [0x10B12]={
156510  category="lo",
156511  description="AVESTAN LETTER XYE",
156512  direction="r",
156513  linebreak="al",
156514  unicodeslot=0x10B12,
156515 },
156516 [0x10B13]={
156517  category="lo",
156518  description="AVESTAN LETTER XVE",
156519  direction="r",
156520  linebreak="al",
156521  unicodeslot=0x10B13,
156522 },
156523 [0x10B14]={
156524  category="lo",
156525  description="AVESTAN LETTER GE",
156526  direction="r",
156527  linebreak="al",
156528  unicodeslot=0x10B14,
156529 },
156530 [0x10B15]={
156531  category="lo",
156532  description="AVESTAN LETTER GGE",
156533  direction="r",
156534  linebreak="al",
156535  unicodeslot=0x10B15,
156536 },
156537 [0x10B16]={
156538  category="lo",
156539  description="AVESTAN LETTER GHE",
156540  direction="r",
156541  linebreak="al",
156542  unicodeslot=0x10B16,
156543 },
156544 [0x10B17]={
156545  category="lo",
156546  description="AVESTAN LETTER CE",
156547  direction="r",
156548  linebreak="al",
156549  unicodeslot=0x10B17,
156550 },
156551 [0x10B18]={
156552  category="lo",
156553  description="AVESTAN LETTER JE",
156554  direction="r",
156555  linebreak="al",
156556  unicodeslot=0x10B18,
156557 },
156558 [0x10B19]={
156559  category="lo",
156560  description="AVESTAN LETTER TE",
156561  direction="r",
156562  linebreak="al",
156563  unicodeslot=0x10B19,
156564 },
156565 [0x10B1A]={
156566  category="lo",
156567  description="AVESTAN LETTER THE",
156568  direction="r",
156569  linebreak="al",
156570  unicodeslot=0x10B1A,
156571 },
156572 [0x10B1B]={
156573  category="lo",
156574  description="AVESTAN LETTER DE",
156575  direction="r",
156576  linebreak="al",
156577  unicodeslot=0x10B1B,
156578 },
156579 [0x10B1C]={
156580  category="lo",
156581  description="AVESTAN LETTER DHE",
156582  direction="r",
156583  linebreak="al",
156584  unicodeslot=0x10B1C,
156585 },
156586 [0x10B1D]={
156587  category="lo",
156588  description="AVESTAN LETTER TTE",
156589  direction="r",
156590  linebreak="al",
156591  unicodeslot=0x10B1D,
156592 },
156593 [0x10B1E]={
156594  category="lo",
156595  description="AVESTAN LETTER PE",
156596  direction="r",
156597  linebreak="al",
156598  unicodeslot=0x10B1E,
156599 },
156600 [0x10B1F]={
156601  category="lo",
156602  description="AVESTAN LETTER FE",
156603  direction="r",
156604  linebreak="al",
156605  unicodeslot=0x10B1F,
156606 },
156607 [0x10B20]={
156608  category="lo",
156609  description="AVESTAN LETTER BE",
156610  direction="r",
156611  linebreak="al",
156612  unicodeslot=0x10B20,
156613 },
156614 [0x10B21]={
156615  category="lo",
156616  description="AVESTAN LETTER BHE",
156617  direction="r",
156618  linebreak="al",
156619  unicodeslot=0x10B21,
156620 },
156621 [0x10B22]={
156622  category="lo",
156623  description="AVESTAN LETTER NGE",
156624  direction="r",
156625  linebreak="al",
156626  unicodeslot=0x10B22,
156627 },
156628 [0x10B23]={
156629  category="lo",
156630  description="AVESTAN LETTER NGYE",
156631  direction="r",
156632  linebreak="al",
156633  unicodeslot=0x10B23,
156634 },
156635 [0x10B24]={
156636  category="lo",
156637  description="AVESTAN LETTER NGVE",
156638  direction="r",
156639  linebreak="al",
156640  unicodeslot=0x10B24,
156641 },
156642 [0x10B25]={
156643  category="lo",
156644  description="AVESTAN LETTER NE",
156645  direction="r",
156646  linebreak="al",
156647  unicodeslot=0x10B25,
156648 },
156649 [0x10B26]={
156650  category="lo",
156651  description="AVESTAN LETTER NYE",
156652  direction="r",
156653  linebreak="al",
156654  unicodeslot=0x10B26,
156655 },
156656 [0x10B27]={
156657  category="lo",
156658  description="AVESTAN LETTER NNE",
156659  direction="r",
156660  linebreak="al",
156661  unicodeslot=0x10B27,
156662 },
156663 [0x10B28]={
156664  category="lo",
156665  description="AVESTAN LETTER ME",
156666  direction="r",
156667  linebreak="al",
156668  unicodeslot=0x10B28,
156669 },
156670 [0x10B29]={
156671  category="lo",
156672  description="AVESTAN LETTER HME",
156673  direction="r",
156674  linebreak="al",
156675  unicodeslot=0x10B29,
156676 },
156677 [0x10B2A]={
156678  category="lo",
156679  description="AVESTAN LETTER YYE",
156680  direction="r",
156681  linebreak="al",
156682  unicodeslot=0x10B2A,
156683 },
156684 [0x10B2B]={
156685  category="lo",
156686  description="AVESTAN LETTER YE",
156687  direction="r",
156688  linebreak="al",
156689  unicodeslot=0x10B2B,
156690 },
156691 [0x10B2C]={
156692  category="lo",
156693  description="AVESTAN LETTER VE",
156694  direction="r",
156695  linebreak="al",
156696  unicodeslot=0x10B2C,
156697 },
156698 [0x10B2D]={
156699  category="lo",
156700  description="AVESTAN LETTER RE",
156701  direction="r",
156702  linebreak="al",
156703  unicodeslot=0x10B2D,
156704 },
156705 [0x10B2E]={
156706  category="lo",
156707  description="AVESTAN LETTER LE",
156708  direction="r",
156709  linebreak="al",
156710  unicodeslot=0x10B2E,
156711 },
156712 [0x10B2F]={
156713  category="lo",
156714  description="AVESTAN LETTER SE",
156715  direction="r",
156716  linebreak="al",
156717  unicodeslot=0x10B2F,
156718 },
156719 [0x10B30]={
156720  category="lo",
156721  description="AVESTAN LETTER ZE",
156722  direction="r",
156723  linebreak="al",
156724  unicodeslot=0x10B30,
156725 },
156726 [0x10B31]={
156727  category="lo",
156728  description="AVESTAN LETTER SHE",
156729  direction="r",
156730  linebreak="al",
156731  unicodeslot=0x10B31,
156732 },
156733 [0x10B32]={
156734  category="lo",
156735  description="AVESTAN LETTER ZHE",
156736  direction="r",
156737  linebreak="al",
156738  unicodeslot=0x10B32,
156739 },
156740 [0x10B33]={
156741  category="lo",
156742  description="AVESTAN LETTER SHYE",
156743  direction="r",
156744  linebreak="al",
156745  unicodeslot=0x10B33,
156746 },
156747 [0x10B34]={
156748  category="lo",
156749  description="AVESTAN LETTER SSHE",
156750  direction="r",
156751  linebreak="al",
156752  unicodeslot=0x10B34,
156753 },
156754 [0x10B35]={
156755  category="lo",
156756  description="AVESTAN LETTER HE",
156757  direction="r",
156758  linebreak="al",
156759  unicodeslot=0x10B35,
156760 },
156761 [0x10B39]={
156762  category="po",
156763  description="AVESTAN ABBREVIATION MARK",
156764  direction="on",
156765  linebreak="ba",
156766  unicodeslot=0x10B39,
156767 },
156768 [0x10B3A]={
156769  category="po",
156770  description="TINY TWO DOTS OVER ONE DOT PUNCTUATION",
156771  direction="on",
156772  linebreak="ba",
156773  unicodeslot=0x10B3A,
156774 },
156775 [0x10B3B]={
156776  category="po",
156777  description="SMALL TWO DOTS OVER ONE DOT PUNCTUATION",
156778  direction="on",
156779  linebreak="ba",
156780  unicodeslot=0x10B3B,
156781 },
156782 [0x10B3C]={
156783  category="po",
156784  description="LARGE TWO DOTS OVER ONE DOT PUNCTUATION",
156785  direction="on",
156786  linebreak="ba",
156787  unicodeslot=0x10B3C,
156788 },
156789 [0x10B3D]={
156790  category="po",
156791  description="LARGE ONE DOT OVER TWO DOTS PUNCTUATION",
156792  direction="on",
156793  linebreak="ba",
156794  unicodeslot=0x10B3D,
156795 },
156796 [0x10B3E]={
156797  category="po",
156798  description="LARGE TWO RINGS OVER ONE RING PUNCTUATION",
156799  direction="on",
156800  linebreak="ba",
156801  unicodeslot=0x10B3E,
156802 },
156803 [0x10B3F]={
156804  category="po",
156805  description="LARGE ONE RING OVER TWO RINGS PUNCTUATION",
156806  direction="on",
156807  linebreak="ba",
156808  unicodeslot=0x10B3F,
156809 },
156810 [0x10B40]={
156811  category="lo",
156812  description="INSCRIPTIONAL PARTHIAN LETTER ALEPH",
156813  direction="r",
156814  linebreak="al",
156815  unicodeslot=0x10B40,
156816 },
156817 [0x10B41]={
156818  category="lo",
156819  description="INSCRIPTIONAL PARTHIAN LETTER BETH",
156820  direction="r",
156821  linebreak="al",
156822  unicodeslot=0x10B41,
156823 },
156824 [0x10B42]={
156825  category="lo",
156826  description="INSCRIPTIONAL PARTHIAN LETTER GIMEL",
156827  direction="r",
156828  linebreak="al",
156829  unicodeslot=0x10B42,
156830 },
156831 [0x10B43]={
156832  category="lo",
156833  description="INSCRIPTIONAL PARTHIAN LETTER DALETH",
156834  direction="r",
156835  linebreak="al",
156836  unicodeslot=0x10B43,
156837 },
156838 [0x10B44]={
156839  category="lo",
156840  description="INSCRIPTIONAL PARTHIAN LETTER HE",
156841  direction="r",
156842  linebreak="al",
156843  unicodeslot=0x10B44,
156844 },
156845 [0x10B45]={
156846  category="lo",
156847  description="INSCRIPTIONAL PARTHIAN LETTER WAW",
156848  direction="r",
156849  linebreak="al",
156850  unicodeslot=0x10B45,
156851 },
156852 [0x10B46]={
156853  category="lo",
156854  description="INSCRIPTIONAL PARTHIAN LETTER ZAYIN",
156855  direction="r",
156856  linebreak="al",
156857  unicodeslot=0x10B46,
156858 },
156859 [0x10B47]={
156860  category="lo",
156861  description="INSCRIPTIONAL PARTHIAN LETTER HETH",
156862  direction="r",
156863  linebreak="al",
156864  unicodeslot=0x10B47,
156865 },
156866 [0x10B48]={
156867  category="lo",
156868  description="INSCRIPTIONAL PARTHIAN LETTER TETH",
156869  direction="r",
156870  linebreak="al",
156871  unicodeslot=0x10B48,
156872 },
156873 [0x10B49]={
156874  category="lo",
156875  description="INSCRIPTIONAL PARTHIAN LETTER YODH",
156876  direction="r",
156877  linebreak="al",
156878  unicodeslot=0x10B49,
156879 },
156880 [0x10B4A]={
156881  category="lo",
156882  description="INSCRIPTIONAL PARTHIAN LETTER KAPH",
156883  direction="r",
156884  linebreak="al",
156885  unicodeslot=0x10B4A,
156886 },
156887 [0x10B4B]={
156888  category="lo",
156889  description="INSCRIPTIONAL PARTHIAN LETTER LAMEDH",
156890  direction="r",
156891  linebreak="al",
156892  unicodeslot=0x10B4B,
156893 },
156894 [0x10B4C]={
156895  category="lo",
156896  description="INSCRIPTIONAL PARTHIAN LETTER MEM",
156897  direction="r",
156898  linebreak="al",
156899  unicodeslot=0x10B4C,
156900 },
156901 [0x10B4D]={
156902  category="lo",
156903  description="INSCRIPTIONAL PARTHIAN LETTER NUN",
156904  direction="r",
156905  linebreak="al",
156906  unicodeslot=0x10B4D,
156907 },
156908 [0x10B4E]={
156909  category="lo",
156910  description="INSCRIPTIONAL PARTHIAN LETTER SAMEKH",
156911  direction="r",
156912  linebreak="al",
156913  unicodeslot=0x10B4E,
156914 },
156915 [0x10B4F]={
156916  category="lo",
156917  description="INSCRIPTIONAL PARTHIAN LETTER AYIN",
156918  direction="r",
156919  linebreak="al",
156920  unicodeslot=0x10B4F,
156921 },
156922 [0x10B50]={
156923  category="lo",
156924  description="INSCRIPTIONAL PARTHIAN LETTER PE",
156925  direction="r",
156926  linebreak="al",
156927  unicodeslot=0x10B50,
156928 },
156929 [0x10B51]={
156930  category="lo",
156931  description="INSCRIPTIONAL PARTHIAN LETTER SADHE",
156932  direction="r",
156933  linebreak="al",
156934  unicodeslot=0x10B51,
156935 },
156936 [0x10B52]={
156937  category="lo",
156938  description="INSCRIPTIONAL PARTHIAN LETTER QOPH",
156939  direction="r",
156940  linebreak="al",
156941  unicodeslot=0x10B52,
156942 },
156943 [0x10B53]={
156944  category="lo",
156945  description="INSCRIPTIONAL PARTHIAN LETTER RESH",
156946  direction="r",
156947  linebreak="al",
156948  unicodeslot=0x10B53,
156949 },
156950 [0x10B54]={
156951  category="lo",
156952  description="INSCRIPTIONAL PARTHIAN LETTER SHIN",
156953  direction="r",
156954  linebreak="al",
156955  unicodeslot=0x10B54,
156956 },
156957 [0x10B55]={
156958  category="lo",
156959  description="INSCRIPTIONAL PARTHIAN LETTER TAW",
156960  direction="r",
156961  linebreak="al",
156962  unicodeslot=0x10B55,
156963 },
156964 [0x10B58]={
156965  category="no",
156966  description="INSCRIPTIONAL PARTHIAN NUMBER ONE",
156967  direction="r",
156968  linebreak="al",
156969  unicodeslot=0x10B58,
156970 },
156971 [0x10B59]={
156972  category="no",
156973  description="INSCRIPTIONAL PARTHIAN NUMBER TWO",
156974  direction="r",
156975  linebreak="al",
156976  unicodeslot=0x10B59,
156977 },
156978 [0x10B5A]={
156979  category="no",
156980  description="INSCRIPTIONAL PARTHIAN NUMBER THREE",
156981  direction="r",
156982  linebreak="al",
156983  unicodeslot=0x10B5A,
156984 },
156985 [0x10B5B]={
156986  category="no",
156987  description="INSCRIPTIONAL PARTHIAN NUMBER FOUR",
156988  direction="r",
156989  linebreak="al",
156990  unicodeslot=0x10B5B,
156991 },
156992 [0x10B5C]={
156993  category="no",
156994  description="INSCRIPTIONAL PARTHIAN NUMBER TEN",
156995  direction="r",
156996  linebreak="al",
156997  unicodeslot=0x10B5C,
156998 },
156999 [0x10B5D]={
157000  category="no",
157001  description="INSCRIPTIONAL PARTHIAN NUMBER TWENTY",
157002  direction="r",
157003  linebreak="al",
157004  unicodeslot=0x10B5D,
157005 },
157006 [0x10B5E]={
157007  category="no",
157008  description="INSCRIPTIONAL PARTHIAN NUMBER ONE HUNDRED",
157009  direction="r",
157010  linebreak="al",
157011  unicodeslot=0x10B5E,
157012 },
157013 [0x10B5F]={
157014  category="no",
157015  description="INSCRIPTIONAL PARTHIAN NUMBER ONE THOUSAND",
157016  direction="r",
157017  linebreak="al",
157018  unicodeslot=0x10B5F,
157019 },
157020 [0x10B60]={
157021  category="lo",
157022  description="INSCRIPTIONAL PAHLAVI LETTER ALEPH",
157023  direction="r",
157024  linebreak="al",
157025  unicodeslot=0x10B60,
157026 },
157027 [0x10B61]={
157028  category="lo",
157029  description="INSCRIPTIONAL PAHLAVI LETTER BETH",
157030  direction="r",
157031  linebreak="al",
157032  unicodeslot=0x10B61,
157033 },
157034 [0x10B62]={
157035  category="lo",
157036  description="INSCRIPTIONAL PAHLAVI LETTER GIMEL",
157037  direction="r",
157038  linebreak="al",
157039  unicodeslot=0x10B62,
157040 },
157041 [0x10B63]={
157042  category="lo",
157043  description="INSCRIPTIONAL PAHLAVI LETTER DALETH",
157044  direction="r",
157045  linebreak="al",
157046  unicodeslot=0x10B63,
157047 },
157048 [0x10B64]={
157049  category="lo",
157050  description="INSCRIPTIONAL PAHLAVI LETTER HE",
157051  direction="r",
157052  linebreak="al",
157053  unicodeslot=0x10B64,
157054 },
157055 [0x10B65]={
157056  category="lo",
157057  description="INSCRIPTIONAL PAHLAVI LETTER WAW-AYIN-RESH",
157058  direction="r",
157059  linebreak="al",
157060  unicodeslot=0x10B65,
157061 },
157062 [0x10B66]={
157063  category="lo",
157064  description="INSCRIPTIONAL PAHLAVI LETTER ZAYIN",
157065  direction="r",
157066  linebreak="al",
157067  unicodeslot=0x10B66,
157068 },
157069 [0x10B67]={
157070  category="lo",
157071  description="INSCRIPTIONAL PAHLAVI LETTER HETH",
157072  direction="r",
157073  linebreak="al",
157074  unicodeslot=0x10B67,
157075 },
157076 [0x10B68]={
157077  category="lo",
157078  description="INSCRIPTIONAL PAHLAVI LETTER TETH",
157079  direction="r",
157080  linebreak="al",
157081  unicodeslot=0x10B68,
157082 },
157083 [0x10B69]={
157084  category="lo",
157085  description="INSCRIPTIONAL PAHLAVI LETTER YODH",
157086  direction="r",
157087  linebreak="al",
157088  unicodeslot=0x10B69,
157089 },
157090 [0x10B6A]={
157091  category="lo",
157092  description="INSCRIPTIONAL PAHLAVI LETTER KAPH",
157093  direction="r",
157094  linebreak="al",
157095  unicodeslot=0x10B6A,
157096 },
157097 [0x10B6B]={
157098  category="lo",
157099  description="INSCRIPTIONAL PAHLAVI LETTER LAMEDH",
157100  direction="r",
157101  linebreak="al",
157102  unicodeslot=0x10B6B,
157103 },
157104 [0x10B6C]={
157105  category="lo",
157106  description="INSCRIPTIONAL PAHLAVI LETTER MEM-QOPH",
157107  direction="r",
157108  linebreak="al",
157109  unicodeslot=0x10B6C,
157110 },
157111 [0x10B6D]={
157112  category="lo",
157113  description="INSCRIPTIONAL PAHLAVI LETTER NUN",
157114  direction="r",
157115  linebreak="al",
157116  unicodeslot=0x10B6D,
157117 },
157118 [0x10B6E]={
157119  category="lo",
157120  description="INSCRIPTIONAL PAHLAVI LETTER SAMEKH",
157121  direction="r",
157122  linebreak="al",
157123  unicodeslot=0x10B6E,
157124 },
157125 [0x10B6F]={
157126  category="lo",
157127  description="INSCRIPTIONAL PAHLAVI LETTER PE",
157128  direction="r",
157129  linebreak="al",
157130  unicodeslot=0x10B6F,
157131 },
157132 [0x10B70]={
157133  category="lo",
157134  description="INSCRIPTIONAL PAHLAVI LETTER SADHE",
157135  direction="r",
157136  linebreak="al",
157137  unicodeslot=0x10B70,
157138 },
157139 [0x10B71]={
157140  category="lo",
157141  description="INSCRIPTIONAL PAHLAVI LETTER SHIN",
157142  direction="r",
157143  linebreak="al",
157144  unicodeslot=0x10B71,
157145 },
157146 [0x10B72]={
157147  category="lo",
157148  description="INSCRIPTIONAL PAHLAVI LETTER TAW",
157149  direction="r",
157150  linebreak="al",
157151  unicodeslot=0x10B72,
157152 },
157153 [0x10B78]={
157154  category="no",
157155  description="INSCRIPTIONAL PAHLAVI NUMBER ONE",
157156  direction="r",
157157  linebreak="al",
157158  unicodeslot=0x10B78,
157159 },
157160 [0x10B79]={
157161  category="no",
157162  description="INSCRIPTIONAL PAHLAVI NUMBER TWO",
157163  direction="r",
157164  linebreak="al",
157165  unicodeslot=0x10B79,
157166 },
157167 [0x10B7A]={
157168  category="no",
157169  description="INSCRIPTIONAL PAHLAVI NUMBER THREE",
157170  direction="r",
157171  linebreak="al",
157172  unicodeslot=0x10B7A,
157173 },
157174 [0x10B7B]={
157175  category="no",
157176  description="INSCRIPTIONAL PAHLAVI NUMBER FOUR",
157177  direction="r",
157178  linebreak="al",
157179  unicodeslot=0x10B7B,
157180 },
157181 [0x10B7C]={
157182  category="no",
157183  description="INSCRIPTIONAL PAHLAVI NUMBER TEN",
157184  direction="r",
157185  linebreak="al",
157186  unicodeslot=0x10B7C,
157187 },
157188 [0x10B7D]={
157189  category="no",
157190  description="INSCRIPTIONAL PAHLAVI NUMBER TWENTY",
157191  direction="r",
157192  linebreak="al",
157193  unicodeslot=0x10B7D,
157194 },
157195 [0x10B7E]={
157196  category="no",
157197  description="INSCRIPTIONAL PAHLAVI NUMBER ONE HUNDRED",
157198  direction="r",
157199  linebreak="al",
157200  unicodeslot=0x10B7E,
157201 },
157202 [0x10B7F]={
157203  category="no",
157204  description="INSCRIPTIONAL PAHLAVI NUMBER ONE THOUSAND",
157205  direction="r",
157206  linebreak="al",
157207  unicodeslot=0x10B7F,
157208 },
157209 [0x10B80]={
157210  arabic="d",
157211  category="lo",
157212  description="PSALTER PAHLAVI LETTER ALEPH",
157213  direction="r",
157214  linebreak="al",
157215  unicodeslot=0x10B80,
157216 },
157217 [0x10B81]={
157218  arabic="r",
157219  category="lo",
157220  description="PSALTER PAHLAVI LETTER BETH",
157221  direction="r",
157222  linebreak="al",
157223  unicodeslot=0x10B81,
157224 },
157225 [0x10B82]={
157226  arabic="d",
157227  category="lo",
157228  description="PSALTER PAHLAVI LETTER GIMEL",
157229  direction="r",
157230  linebreak="al",
157231  unicodeslot=0x10B82,
157232 },
157233 [0x10B83]={
157234  arabic="r",
157235  category="lo",
157236  description="PSALTER PAHLAVI LETTER DALETH",
157237  direction="r",
157238  linebreak="al",
157239  unicodeslot=0x10B83,
157240 },
157241 [0x10B84]={
157242  arabic="r",
157243  category="lo",
157244  description="PSALTER PAHLAVI LETTER HE",
157245  direction="r",
157246  linebreak="al",
157247  unicodeslot=0x10B84,
157248 },
157249 [0x10B85]={
157250  arabic="r",
157251  category="lo",
157252  description="PSALTER PAHLAVI LETTER WAW-AYIN-RESH",
157253  direction="r",
157254  linebreak="al",
157255  unicodeslot=0x10B85,
157256 },
157257 [0x10B86]={
157258  arabic="d",
157259  category="lo",
157260  description="PSALTER PAHLAVI LETTER ZAYIN",
157261  direction="r",
157262  linebreak="al",
157263  unicodeslot=0x10B86,
157264 },
157265 [0x10B87]={
157266  arabic="d",
157267  category="lo",
157268  description="PSALTER PAHLAVI LETTER HETH",
157269  direction="r",
157270  linebreak="al",
157271  unicodeslot=0x10B87,
157272 },
157273 [0x10B88]={
157274  arabic="d",
157275  category="lo",
157276  description="PSALTER PAHLAVI LETTER YODH",
157277  direction="r",
157278  linebreak="al",
157279  unicodeslot=0x10B88,
157280 },
157281 [0x10B89]={
157282  arabic="r",
157283  category="lo",
157284  description="PSALTER PAHLAVI LETTER KAPH",
157285  direction="r",
157286  linebreak="al",
157287  unicodeslot=0x10B89,
157288 },
157289 [0x10B8A]={
157290  arabic="d",
157291  category="lo",
157292  description="PSALTER PAHLAVI LETTER LAMEDH",
157293  direction="r",
157294  linebreak="al",
157295  unicodeslot=0x10B8A,
157296 },
157297 [0x10B8B]={
157298  arabic="d",
157299  category="lo",
157300  description="PSALTER PAHLAVI LETTER MEM-QOPH",
157301  direction="r",
157302  linebreak="al",
157303  unicodeslot=0x10B8B,
157304 },
157305 [0x10B8C]={
157306  arabic="r",
157307  category="lo",
157308  description="PSALTER PAHLAVI LETTER NUN",
157309  direction="r",
157310  linebreak="al",
157311  unicodeslot=0x10B8C,
157312 },
157313 [0x10B8D]={
157314  arabic="d",
157315  category="lo",
157316  description="PSALTER PAHLAVI LETTER SAMEKH",
157317  direction="r",
157318  linebreak="al",
157319  unicodeslot=0x10B8D,
157320 },
157321 [0x10B8E]={
157322  arabic="r",
157323  category="lo",
157324  description="PSALTER PAHLAVI LETTER PE",
157325  direction="r",
157326  linebreak="al",
157327  unicodeslot=0x10B8E,
157328 },
157329 [0x10B8F]={
157330  arabic="r",
157331  category="lo",
157332  description="PSALTER PAHLAVI LETTER SADHE",
157333  direction="r",
157334  linebreak="al",
157335  unicodeslot=0x10B8F,
157336 },
157337 [0x10B90]={
157338  arabic="d",
157339  category="lo",
157340  description="PSALTER PAHLAVI LETTER SHIN",
157341  direction="r",
157342  linebreak="al",
157343  unicodeslot=0x10B90,
157344 },
157345 [0x10B91]={
157346  arabic="r",
157347  category="lo",
157348  description="PSALTER PAHLAVI LETTER TAW",
157349  direction="r",
157350  linebreak="al",
157351  unicodeslot=0x10B91,
157352 },
157353 [0x10B99]={
157354  category="po",
157355  description="PSALTER PAHLAVI SECTION MARK",
157356  direction="r",
157357  linebreak="al",
157358  unicodeslot=0x10B99,
157359 },
157360 [0x10B9A]={
157361  category="po",
157362  description="PSALTER PAHLAVI TURNED SECTION MARK",
157363  direction="r",
157364  linebreak="al",
157365  unicodeslot=0x10B9A,
157366 },
157367 [0x10B9B]={
157368  category="po",
157369  description="PSALTER PAHLAVI FOUR DOTS WITH CROSS",
157370  direction="r",
157371  linebreak="al",
157372  unicodeslot=0x10B9B,
157373 },
157374 [0x10B9C]={
157375  category="po",
157376  description="PSALTER PAHLAVI FOUR DOTS WITH DOT",
157377  direction="r",
157378  linebreak="al",
157379  unicodeslot=0x10B9C,
157380 },
157381 [0x10BA9]={
157382  arabic="r",
157383  category="no",
157384  description="PSALTER PAHLAVI NUMBER ONE",
157385  direction="r",
157386  linebreak="al",
157387  unicodeslot=0x10BA9,
157388 },
157389 [0x10BAA]={
157390  arabic="r",
157391  category="no",
157392  description="PSALTER PAHLAVI NUMBER TWO",
157393  direction="r",
157394  linebreak="al",
157395  unicodeslot=0x10BAA,
157396 },
157397 [0x10BAB]={
157398  arabic="r",
157399  category="no",
157400  description="PSALTER PAHLAVI NUMBER THREE",
157401  direction="r",
157402  linebreak="al",
157403  unicodeslot=0x10BAB,
157404 },
157405 [0x10BAC]={
157406  arabic="r",
157407  category="no",
157408  description="PSALTER PAHLAVI NUMBER FOUR",
157409  direction="r",
157410  linebreak="al",
157411  unicodeslot=0x10BAC,
157412 },
157413 [0x10BAD]={
157414  arabic="d",
157415  category="no",
157416  description="PSALTER PAHLAVI NUMBER TEN",
157417  direction="r",
157418  linebreak="al",
157419  unicodeslot=0x10BAD,
157420 },
157421 [0x10BAE]={
157422  arabic="d",
157423  category="no",
157424  description="PSALTER PAHLAVI NUMBER TWENTY",
157425  direction="r",
157426  linebreak="al",
157427  unicodeslot=0x10BAE,
157428 },
157429 [0x10BAF]={
157430  arabic="u",
157431  category="no",
157432  description="PSALTER PAHLAVI NUMBER ONE HUNDRED",
157433  direction="r",
157434  linebreak="al",
157435  unicodeslot=0x10BAF,
157436 },
157437 [0x10C00]={
157438  category="lo",
157439  description="OLD TURKIC LETTER ORKHON A",
157440  direction="r",
157441  linebreak="al",
157442  unicodeslot=0x10C00,
157443 },
157444 [0x10C01]={
157445  category="lo",
157446  description="OLD TURKIC LETTER YENISEI A",
157447  direction="r",
157448  linebreak="al",
157449  unicodeslot=0x10C01,
157450 },
157451 [0x10C02]={
157452  category="lo",
157453  description="OLD TURKIC LETTER YENISEI AE",
157454  direction="r",
157455  linebreak="al",
157456  unicodeslot=0x10C02,
157457 },
157458 [0x10C03]={
157459  category="lo",
157460  description="OLD TURKIC LETTER ORKHON I",
157461  direction="r",
157462  linebreak="al",
157463  unicodeslot=0x10C03,
157464 },
157465 [0x10C04]={
157466  category="lo",
157467  description="OLD TURKIC LETTER YENISEI I",
157468  direction="r",
157469  linebreak="al",
157470  unicodeslot=0x10C04,
157471 },
157472 [0x10C05]={
157473  category="lo",
157474  description="OLD TURKIC LETTER YENISEI E",
157475  direction="r",
157476  linebreak="al",
157477  unicodeslot=0x10C05,
157478 },
157479 [0x10C06]={
157480  category="lo",
157481  description="OLD TURKIC LETTER ORKHON O",
157482  direction="r",
157483  linebreak="al",
157484  unicodeslot=0x10C06,
157485 },
157486 [0x10C07]={
157487  category="lo",
157488  description="OLD TURKIC LETTER ORKHON OE",
157489  direction="r",
157490  linebreak="al",
157491  unicodeslot=0x10C07,
157492 },
157493 [0x10C08]={
157494  category="lo",
157495  description="OLD TURKIC LETTER YENISEI OE",
157496  direction="r",
157497  linebreak="al",
157498  unicodeslot=0x10C08,
157499 },
157500 [0x10C09]={
157501  category="lo",
157502  description="OLD TURKIC LETTER ORKHON AB",
157503  direction="r",
157504  linebreak="al",
157505  unicodeslot=0x10C09,
157506 },
157507 [0x10C0A]={
157508  category="lo",
157509  description="OLD TURKIC LETTER YENISEI AB",
157510  direction="r",
157511  linebreak="al",
157512  unicodeslot=0x10C0A,
157513 },
157514 [0x10C0B]={
157515  category="lo",
157516  description="OLD TURKIC LETTER ORKHON AEB",
157517  direction="r",
157518  linebreak="al",
157519  unicodeslot=0x10C0B,
157520 },
157521 [0x10C0C]={
157522  category="lo",
157523  description="OLD TURKIC LETTER YENISEI AEB",
157524  direction="r",
157525  linebreak="al",
157526  unicodeslot=0x10C0C,
157527 },
157528 [0x10C0D]={
157529  category="lo",
157530  description="OLD TURKIC LETTER ORKHON AG",
157531  direction="r",
157532  linebreak="al",
157533  unicodeslot=0x10C0D,
157534 },
157535 [0x10C0E]={
157536  category="lo",
157537  description="OLD TURKIC LETTER YENISEI AG",
157538  direction="r",
157539  linebreak="al",
157540  unicodeslot=0x10C0E,
157541 },
157542 [0x10C0F]={
157543  category="lo",
157544  description="OLD TURKIC LETTER ORKHON AEG",
157545  direction="r",
157546  linebreak="al",
157547  unicodeslot=0x10C0F,
157548 },
157549 [0x10C10]={
157550  category="lo",
157551  description="OLD TURKIC LETTER YENISEI AEG",
157552  direction="r",
157553  linebreak="al",
157554  unicodeslot=0x10C10,
157555 },
157556 [0x10C11]={
157557  category="lo",
157558  description="OLD TURKIC LETTER ORKHON AD",
157559  direction="r",
157560  linebreak="al",
157561  unicodeslot=0x10C11,
157562 },
157563 [0x10C12]={
157564  category="lo",
157565  description="OLD TURKIC LETTER YENISEI AD",
157566  direction="r",
157567  linebreak="al",
157568  unicodeslot=0x10C12,
157569 },
157570 [0x10C13]={
157571  category="lo",
157572  description="OLD TURKIC LETTER ORKHON AED",
157573  direction="r",
157574  linebreak="al",
157575  unicodeslot=0x10C13,
157576 },
157577 [0x10C14]={
157578  category="lo",
157579  description="OLD TURKIC LETTER ORKHON EZ",
157580  direction="r",
157581  linebreak="al",
157582  unicodeslot=0x10C14,
157583 },
157584 [0x10C15]={
157585  category="lo",
157586  description="OLD TURKIC LETTER YENISEI EZ",
157587  direction="r",
157588  linebreak="al",
157589  unicodeslot=0x10C15,
157590 },
157591 [0x10C16]={
157592  category="lo",
157593  description="OLD TURKIC LETTER ORKHON AY",
157594  direction="r",
157595  linebreak="al",
157596  unicodeslot=0x10C16,
157597 },
157598 [0x10C17]={
157599  category="lo",
157600  description="OLD TURKIC LETTER YENISEI AY",
157601  direction="r",
157602  linebreak="al",
157603  unicodeslot=0x10C17,
157604 },
157605 [0x10C18]={
157606  category="lo",
157607  description="OLD TURKIC LETTER ORKHON AEY",
157608  direction="r",
157609  linebreak="al",
157610  unicodeslot=0x10C18,
157611 },
157612 [0x10C19]={
157613  category="lo",
157614  description="OLD TURKIC LETTER YENISEI AEY",
157615  direction="r",
157616  linebreak="al",
157617  unicodeslot=0x10C19,
157618 },
157619 [0x10C1A]={
157620  category="lo",
157621  description="OLD TURKIC LETTER ORKHON AEK",
157622  direction="r",
157623  linebreak="al",
157624  unicodeslot=0x10C1A,
157625 },
157626 [0x10C1B]={
157627  category="lo",
157628  description="OLD TURKIC LETTER YENISEI AEK",
157629  direction="r",
157630  linebreak="al",
157631  unicodeslot=0x10C1B,
157632 },
157633 [0x10C1C]={
157634  category="lo",
157635  description="OLD TURKIC LETTER ORKHON OEK",
157636  direction="r",
157637  linebreak="al",
157638  unicodeslot=0x10C1C,
157639 },
157640 [0x10C1D]={
157641  category="lo",
157642  description="OLD TURKIC LETTER YENISEI OEK",
157643  direction="r",
157644  linebreak="al",
157645  unicodeslot=0x10C1D,
157646 },
157647 [0x10C1E]={
157648  category="lo",
157649  description="OLD TURKIC LETTER ORKHON AL",
157650  direction="r",
157651  linebreak="al",
157652  unicodeslot=0x10C1E,
157653 },
157654 [0x10C1F]={
157655  category="lo",
157656  description="OLD TURKIC LETTER YENISEI AL",
157657  direction="r",
157658  linebreak="al",
157659  unicodeslot=0x10C1F,
157660 },
157661 [0x10C20]={
157662  category="lo",
157663  description="OLD TURKIC LETTER ORKHON AEL",
157664  direction="r",
157665  linebreak="al",
157666  unicodeslot=0x10C20,
157667 },
157668 [0x10C21]={
157669  category="lo",
157670  description="OLD TURKIC LETTER ORKHON ELT",
157671  direction="r",
157672  linebreak="al",
157673  unicodeslot=0x10C21,
157674 },
157675 [0x10C22]={
157676  category="lo",
157677  description="OLD TURKIC LETTER ORKHON EM",
157678  direction="r",
157679  linebreak="al",
157680  unicodeslot=0x10C22,
157681 },
157682 [0x10C23]={
157683  category="lo",
157684  description="OLD TURKIC LETTER ORKHON AN",
157685  direction="r",
157686  linebreak="al",
157687  unicodeslot=0x10C23,
157688 },
157689 [0x10C24]={
157690  category="lo",
157691  description="OLD TURKIC LETTER ORKHON AEN",
157692  direction="r",
157693  linebreak="al",
157694  unicodeslot=0x10C24,
157695 },
157696 [0x10C25]={
157697  category="lo",
157698  description="OLD TURKIC LETTER YENISEI AEN",
157699  direction="r",
157700  linebreak="al",
157701  unicodeslot=0x10C25,
157702 },
157703 [0x10C26]={
157704  category="lo",
157705  description="OLD TURKIC LETTER ORKHON ENT",
157706  direction="r",
157707  linebreak="al",
157708  unicodeslot=0x10C26,
157709 },
157710 [0x10C27]={
157711  category="lo",
157712  description="OLD TURKIC LETTER YENISEI ENT",
157713  direction="r",
157714  linebreak="al",
157715  unicodeslot=0x10C27,
157716 },
157717 [0x10C28]={
157718  category="lo",
157719  description="OLD TURKIC LETTER ORKHON ENC",
157720  direction="r",
157721  linebreak="al",
157722  unicodeslot=0x10C28,
157723 },
157724 [0x10C29]={
157725  category="lo",
157726  description="OLD TURKIC LETTER YENISEI ENC",
157727  direction="r",
157728  linebreak="al",
157729  unicodeslot=0x10C29,
157730 },
157731 [0x10C2A]={
157732  category="lo",
157733  description="OLD TURKIC LETTER ORKHON ENY",
157734  direction="r",
157735  linebreak="al",
157736  unicodeslot=0x10C2A,
157737 },
157738 [0x10C2B]={
157739  category="lo",
157740  description="OLD TURKIC LETTER YENISEI ENY",
157741  direction="r",
157742  linebreak="al",
157743  unicodeslot=0x10C2B,
157744 },
157745 [0x10C2C]={
157746  category="lo",
157747  description="OLD TURKIC LETTER YENISEI ANG",
157748  direction="r",
157749  linebreak="al",
157750  unicodeslot=0x10C2C,
157751 },
157752 [0x10C2D]={
157753  category="lo",
157754  description="OLD TURKIC LETTER ORKHON ENG",
157755  direction="r",
157756  linebreak="al",
157757  unicodeslot=0x10C2D,
157758 },
157759 [0x10C2E]={
157760  category="lo",
157761  description="OLD TURKIC LETTER YENISEI AENG",
157762  direction="r",
157763  linebreak="al",
157764  unicodeslot=0x10C2E,
157765 },
157766 [0x10C2F]={
157767  category="lo",
157768  description="OLD TURKIC LETTER ORKHON EP",
157769  direction="r",
157770  linebreak="al",
157771  unicodeslot=0x10C2F,
157772 },
157773 [0x10C30]={
157774  category="lo",
157775  description="OLD TURKIC LETTER ORKHON OP",
157776  direction="r",
157777  linebreak="al",
157778  unicodeslot=0x10C30,
157779 },
157780 [0x10C31]={
157781  category="lo",
157782  description="OLD TURKIC LETTER ORKHON IC",
157783  direction="r",
157784  linebreak="al",
157785  unicodeslot=0x10C31,
157786 },
157787 [0x10C32]={
157788  category="lo",
157789  description="OLD TURKIC LETTER ORKHON EC",
157790  direction="r",
157791  linebreak="al",
157792  unicodeslot=0x10C32,
157793 },
157794 [0x10C33]={
157795  category="lo",
157796  description="OLD TURKIC LETTER YENISEI EC",
157797  direction="r",
157798  linebreak="al",
157799  unicodeslot=0x10C33,
157800 },
157801 [0x10C34]={
157802  category="lo",
157803  description="OLD TURKIC LETTER ORKHON AQ",
157804  direction="r",
157805  linebreak="al",
157806  unicodeslot=0x10C34,
157807 },
157808 [0x10C35]={
157809  category="lo",
157810  description="OLD TURKIC LETTER YENISEI AQ",
157811  direction="r",
157812  linebreak="al",
157813  unicodeslot=0x10C35,
157814 },
157815 [0x10C36]={
157816  category="lo",
157817  description="OLD TURKIC LETTER ORKHON IQ",
157818  direction="r",
157819  linebreak="al",
157820  unicodeslot=0x10C36,
157821 },
157822 [0x10C37]={
157823  category="lo",
157824  description="OLD TURKIC LETTER YENISEI IQ",
157825  direction="r",
157826  linebreak="al",
157827  unicodeslot=0x10C37,
157828 },
157829 [0x10C38]={
157830  category="lo",
157831  description="OLD TURKIC LETTER ORKHON OQ",
157832  direction="r",
157833  linebreak="al",
157834  unicodeslot=0x10C38,
157835 },
157836 [0x10C39]={
157837  category="lo",
157838  description="OLD TURKIC LETTER YENISEI OQ",
157839  direction="r",
157840  linebreak="al",
157841  unicodeslot=0x10C39,
157842 },
157843 [0x10C3A]={
157844  category="lo",
157845  description="OLD TURKIC LETTER ORKHON AR",
157846  direction="r",
157847  linebreak="al",
157848  unicodeslot=0x10C3A,
157849 },
157850 [0x10C3B]={
157851  category="lo",
157852  description="OLD TURKIC LETTER YENISEI AR",
157853  direction="r",
157854  linebreak="al",
157855  unicodeslot=0x10C3B,
157856 },
157857 [0x10C3C]={
157858  category="lo",
157859  description="OLD TURKIC LETTER ORKHON AER",
157860  direction="r",
157861  linebreak="al",
157862  unicodeslot=0x10C3C,
157863 },
157864 [0x10C3D]={
157865  category="lo",
157866  description="OLD TURKIC LETTER ORKHON AS",
157867  direction="r",
157868  linebreak="al",
157869  unicodeslot=0x10C3D,
157870 },
157871 [0x10C3E]={
157872  category="lo",
157873  description="OLD TURKIC LETTER ORKHON AES",
157874  direction="r",
157875  linebreak="al",
157876  unicodeslot=0x10C3E,
157877 },
157878 [0x10C3F]={
157879  category="lo",
157880  description="OLD TURKIC LETTER ORKHON ASH",
157881  direction="r",
157882  linebreak="al",
157883  unicodeslot=0x10C3F,
157884 },
157885 [0x10C40]={
157886  category="lo",
157887  description="OLD TURKIC LETTER YENISEI ASH",
157888  direction="r",
157889  linebreak="al",
157890  unicodeslot=0x10C40,
157891 },
157892 [0x10C41]={
157893  category="lo",
157894  description="OLD TURKIC LETTER ORKHON ESH",
157895  direction="r",
157896  linebreak="al",
157897  unicodeslot=0x10C41,
157898 },
157899 [0x10C42]={
157900  category="lo",
157901  description="OLD TURKIC LETTER YENISEI ESH",
157902  direction="r",
157903  linebreak="al",
157904  unicodeslot=0x10C42,
157905 },
157906 [0x10C43]={
157907  category="lo",
157908  description="OLD TURKIC LETTER ORKHON AT",
157909  direction="r",
157910  linebreak="al",
157911  unicodeslot=0x10C43,
157912 },
157913 [0x10C44]={
157914  category="lo",
157915  description="OLD TURKIC LETTER YENISEI AT",
157916  direction="r",
157917  linebreak="al",
157918  unicodeslot=0x10C44,
157919 },
157920 [0x10C45]={
157921  category="lo",
157922  description="OLD TURKIC LETTER ORKHON AET",
157923  direction="r",
157924  linebreak="al",
157925  unicodeslot=0x10C45,
157926 },
157927 [0x10C46]={
157928  category="lo",
157929  description="OLD TURKIC LETTER YENISEI AET",
157930  direction="r",
157931  linebreak="al",
157932  unicodeslot=0x10C46,
157933 },
157934 [0x10C47]={
157935  category="lo",
157936  description="OLD TURKIC LETTER ORKHON OT",
157937  direction="r",
157938  linebreak="al",
157939  unicodeslot=0x10C47,
157940 },
157941 [0x10C48]={
157942  category="lo",
157943  description="OLD TURKIC LETTER ORKHON BASH",
157944  direction="r",
157945  linebreak="al",
157946  unicodeslot=0x10C48,
157947 },
157948 [0x10C80]={
157949  category="lu",
157950  description="OLD HUNGARIAN CAPITAL LETTER A",
157951  direction="r",
157952  lccode=0x10CC0,
157953  linebreak="al",
157954  unicodeslot=0x10C80,
157955 },
157956 [0x10C81]={
157957  category="lu",
157958  description="OLD HUNGARIAN CAPITAL LETTER AA",
157959  direction="r",
157960  lccode=0x10CC1,
157961  linebreak="al",
157962  unicodeslot=0x10C81,
157963 },
157964 [0x10C82]={
157965  category="lu",
157966  description="OLD HUNGARIAN CAPITAL LETTER EB",
157967  direction="r",
157968  lccode=0x10CC2,
157969  linebreak="al",
157970  unicodeslot=0x10C82,
157971 },
157972 [0x10C83]={
157973  category="lu",
157974  description="OLD HUNGARIAN CAPITAL LETTER AMB",
157975  direction="r",
157976  lccode=0x10CC3,
157977  linebreak="al",
157978  unicodeslot=0x10C83,
157979 },
157980 [0x10C84]={
157981  category="lu",
157982  description="OLD HUNGARIAN CAPITAL LETTER EC",
157983  direction="r",
157984  lccode=0x10CC4,
157985  linebreak="al",
157986  unicodeslot=0x10C84,
157987 },
157988 [0x10C85]={
157989  category="lu",
157990  description="OLD HUNGARIAN CAPITAL LETTER ENC",
157991  direction="r",
157992  lccode=0x10CC5,
157993  linebreak="al",
157994  unicodeslot=0x10C85,
157995 },
157996 [0x10C86]={
157997  category="lu",
157998  description="OLD HUNGARIAN CAPITAL LETTER ECS",
157999  direction="r",
158000  lccode=0x10CC6,
158001  linebreak="al",
158002  unicodeslot=0x10C86,
158003 },
158004 [0x10C87]={
158005  category="lu",
158006  description="OLD HUNGARIAN CAPITAL LETTER ED",
158007  direction="r",
158008  lccode=0x10CC7,
158009  linebreak="al",
158010  unicodeslot=0x10C87,
158011 },
158012 [0x10C88]={
158013  category="lu",
158014  description="OLD HUNGARIAN CAPITAL LETTER AND",
158015  direction="r",
158016  lccode=0x10CC8,
158017  linebreak="al",
158018  unicodeslot=0x10C88,
158019 },
158020 [0x10C89]={
158021  category="lu",
158022  description="OLD HUNGARIAN CAPITAL LETTER E",
158023  direction="r",
158024  lccode=0x10CC9,
158025  linebreak="al",
158026  unicodeslot=0x10C89,
158027 },
158028 [0x10C8A]={
158029  category="lu",
158030  description="OLD HUNGARIAN CAPITAL LETTER CLOSE E",
158031  direction="r",
158032  lccode=0x10CCA,
158033  linebreak="al",
158034  unicodeslot=0x10C8A,
158035 },
158036 [0x10C8B]={
158037  category="lu",
158038  description="OLD HUNGARIAN CAPITAL LETTER EE",
158039  direction="r",
158040  lccode=0x10CCB,
158041  linebreak="al",
158042  unicodeslot=0x10C8B,
158043 },
158044 [0x10C8C]={
158045  category="lu",
158046  description="OLD HUNGARIAN CAPITAL LETTER EF",
158047  direction="r",
158048  lccode=0x10CCC,
158049  linebreak="al",
158050  unicodeslot=0x10C8C,
158051 },
158052 [0x10C8D]={
158053  category="lu",
158054  description="OLD HUNGARIAN CAPITAL LETTER EG",
158055  direction="r",
158056  lccode=0x10CCD,
158057  linebreak="al",
158058  unicodeslot=0x10C8D,
158059 },
158060 [0x10C8E]={
158061  category="lu",
158062  description="OLD HUNGARIAN CAPITAL LETTER EGY",
158063  direction="r",
158064  lccode=0x10CCE,
158065  linebreak="al",
158066  unicodeslot=0x10C8E,
158067 },
158068 [0x10C8F]={
158069  category="lu",
158070  description="OLD HUNGARIAN CAPITAL LETTER EH",
158071  direction="r",
158072  lccode=0x10CCF,
158073  linebreak="al",
158074  unicodeslot=0x10C8F,
158075 },
158076 [0x10C90]={
158077  category="lu",
158078  description="OLD HUNGARIAN CAPITAL LETTER I",
158079  direction="r",
158080  lccode=0x10CD0,
158081  linebreak="al",
158082  unicodeslot=0x10C90,
158083 },
158084 [0x10C91]={
158085  category="lu",
158086  description="OLD HUNGARIAN CAPITAL LETTER II",
158087  direction="r",
158088  lccode=0x10CD1,
158089  linebreak="al",
158090  unicodeslot=0x10C91,
158091 },
158092 [0x10C92]={
158093  category="lu",
158094  description="OLD HUNGARIAN CAPITAL LETTER EJ",
158095  direction="r",
158096  lccode=0x10CD2,
158097  linebreak="al",
158098  unicodeslot=0x10C92,
158099 },
158100 [0x10C93]={
158101  category="lu",
158102  description="OLD HUNGARIAN CAPITAL LETTER EK",
158103  direction="r",
158104  lccode=0x10CD3,
158105  linebreak="al",
158106  unicodeslot=0x10C93,
158107 },
158108 [0x10C94]={
158109  category="lu",
158110  description="OLD HUNGARIAN CAPITAL LETTER AK",
158111  direction="r",
158112  lccode=0x10CD4,
158113  linebreak="al",
158114  unicodeslot=0x10C94,
158115 },
158116 [0x10C95]={
158117  category="lu",
158118  description="OLD HUNGARIAN CAPITAL LETTER UNK",
158119  direction="r",
158120  lccode=0x10CD5,
158121  linebreak="al",
158122  unicodeslot=0x10C95,
158123 },
158124 [0x10C96]={
158125  category="lu",
158126  description="OLD HUNGARIAN CAPITAL LETTER EL",
158127  direction="r",
158128  lccode=0x10CD6,
158129  linebreak="al",
158130  unicodeslot=0x10C96,
158131 },
158132 [0x10C97]={
158133  category="lu",
158134  description="OLD HUNGARIAN CAPITAL LETTER ELY",
158135  direction="r",
158136  lccode=0x10CD7,
158137  linebreak="al",
158138  unicodeslot=0x10C97,
158139 },
158140 [0x10C98]={
158141  category="lu",
158142  description="OLD HUNGARIAN CAPITAL LETTER EM",
158143  direction="r",
158144  lccode=0x10CD8,
158145  linebreak="al",
158146  unicodeslot=0x10C98,
158147 },
158148 [0x10C99]={
158149  category="lu",
158150  description="OLD HUNGARIAN CAPITAL LETTER EN",
158151  direction="r",
158152  lccode=0x10CD9,
158153  linebreak="al",
158154  unicodeslot=0x10C99,
158155 },
158156 [0x10C9A]={
158157  category="lu",
158158  description="OLD HUNGARIAN CAPITAL LETTER ENY",
158159  direction="r",
158160  lccode=0x10CDA,
158161  linebreak="al",
158162  unicodeslot=0x10C9A,
158163 },
158164 [0x10C9B]={
158165  category="lu",
158166  description="OLD HUNGARIAN CAPITAL LETTER O",
158167  direction="r",
158168  lccode=0x10CDB,
158169  linebreak="al",
158170  unicodeslot=0x10C9B,
158171 },
158172 [0x10C9C]={
158173  category="lu",
158174  description="OLD HUNGARIAN CAPITAL LETTER OO",
158175  direction="r",
158176  lccode=0x10CDC,
158177  linebreak="al",
158178  unicodeslot=0x10C9C,
158179 },
158180 [0x10C9D]={
158181  category="lu",
158182  description="OLD HUNGARIAN CAPITAL LETTER NIKOLSBURG OE",
158183  direction="r",
158184  lccode=0x10CDD,
158185  linebreak="al",
158186  unicodeslot=0x10C9D,
158187 },
158188 [0x10C9E]={
158189  category="lu",
158190  description="OLD HUNGARIAN CAPITAL LETTER RUDIMENTA OE",
158191  direction="r",
158192  lccode=0x10CDE,
158193  linebreak="al",
158194  unicodeslot=0x10C9E,
158195 },
158196 [0x10C9F]={
158197  category="lu",
158198  description="OLD HUNGARIAN CAPITAL LETTER OEE",
158199  direction="r",
158200  lccode=0x10CDF,
158201  linebreak="al",
158202  unicodeslot=0x10C9F,
158203 },
158204 [0x10CA0]={
158205  category="lu",
158206  description="OLD HUNGARIAN CAPITAL LETTER EP",
158207  direction="r",
158208  lccode=0x10CE0,
158209  linebreak="al",
158210  unicodeslot=0x10CA0,
158211 },
158212 [0x10CA1]={
158213  category="lu",
158214  description="OLD HUNGARIAN CAPITAL LETTER EMP",
158215  direction="r",
158216  lccode=0x10CE1,
158217  linebreak="al",
158218  unicodeslot=0x10CA1,
158219 },
158220 [0x10CA2]={
158221  category="lu",
158222  description="OLD HUNGARIAN CAPITAL LETTER ER",
158223  direction="r",
158224  lccode=0x10CE2,
158225  linebreak="al",
158226  unicodeslot=0x10CA2,
158227 },
158228 [0x10CA3]={
158229  category="lu",
158230  description="OLD HUNGARIAN CAPITAL LETTER SHORT ER",
158231  direction="r",
158232  lccode=0x10CE3,
158233  linebreak="al",
158234  unicodeslot=0x10CA3,
158235 },
158236 [0x10CA4]={
158237  category="lu",
158238  description="OLD HUNGARIAN CAPITAL LETTER ES",
158239  direction="r",
158240  lccode=0x10CE4,
158241  linebreak="al",
158242  unicodeslot=0x10CA4,
158243 },
158244 [0x10CA5]={
158245  category="lu",
158246  description="OLD HUNGARIAN CAPITAL LETTER ESZ",
158247  direction="r",
158248  lccode=0x10CE5,
158249  linebreak="al",
158250  unicodeslot=0x10CA5,
158251 },
158252 [0x10CA6]={
158253  category="lu",
158254  description="OLD HUNGARIAN CAPITAL LETTER ET",
158255  direction="r",
158256  lccode=0x10CE6,
158257  linebreak="al",
158258  unicodeslot=0x10CA6,
158259 },
158260 [0x10CA7]={
158261  category="lu",
158262  description="OLD HUNGARIAN CAPITAL LETTER ENT",
158263  direction="r",
158264  lccode=0x10CE7,
158265  linebreak="al",
158266  unicodeslot=0x10CA7,
158267 },
158268 [0x10CA8]={
158269  category="lu",
158270  description="OLD HUNGARIAN CAPITAL LETTER ETY",
158271  direction="r",
158272  lccode=0x10CE8,
158273  linebreak="al",
158274  unicodeslot=0x10CA8,
158275 },
158276 [0x10CA9]={
158277  category="lu",
158278  description="OLD HUNGARIAN CAPITAL LETTER ECH",
158279  direction="r",
158280  lccode=0x10CE9,
158281  linebreak="al",
158282  unicodeslot=0x10CA9,
158283 },
158284 [0x10CAA]={
158285  category="lu",
158286  description="OLD HUNGARIAN CAPITAL LETTER U",
158287  direction="r",
158288  lccode=0x10CEA,
158289  linebreak="al",
158290  unicodeslot=0x10CAA,
158291 },
158292 [0x10CAB]={
158293  category="lu",
158294  description="OLD HUNGARIAN CAPITAL LETTER UU",
158295  direction="r",
158296  lccode=0x10CEB,
158297  linebreak="al",
158298  unicodeslot=0x10CAB,
158299 },
158300 [0x10CAC]={
158301  category="lu",
158302  description="OLD HUNGARIAN CAPITAL LETTER NIKOLSBURG UE",
158303  direction="r",
158304  lccode=0x10CEC,
158305  linebreak="al",
158306  unicodeslot=0x10CAC,
158307 },
158308 [0x10CAD]={
158309  category="lu",
158310  description="OLD HUNGARIAN CAPITAL LETTER RUDIMENTA UE",
158311  direction="r",
158312  lccode=0x10CED,
158313  linebreak="al",
158314  unicodeslot=0x10CAD,
158315 },
158316 [0x10CAE]={
158317  category="lu",
158318  description="OLD HUNGARIAN CAPITAL LETTER EV",
158319  direction="r",
158320  lccode=0x10CEE,
158321  linebreak="al",
158322  unicodeslot=0x10CAE,
158323 },
158324 [0x10CAF]={
158325  category="lu",
158326  description="OLD HUNGARIAN CAPITAL LETTER EZ",
158327  direction="r",
158328  lccode=0x10CEF,
158329  linebreak="al",
158330  unicodeslot=0x10CAF,
158331 },
158332 [0x10CB0]={
158333  category="lu",
158334  description="OLD HUNGARIAN CAPITAL LETTER EZS",
158335  direction="r",
158336  lccode=0x10CF0,
158337  linebreak="al",
158338  unicodeslot=0x10CB0,
158339 },
158340 [0x10CB1]={
158341  category="lu",
158342  description="OLD HUNGARIAN CAPITAL LETTER ENT-SHAPED SIGN",
158343  direction="r",
158344  lccode=0x10CF1,
158345  linebreak="al",
158346  unicodeslot=0x10CB1,
158347 },
158348 [0x10CB2]={
158349  category="lu",
158350  description="OLD HUNGARIAN CAPITAL LETTER US",
158351  direction="r",
158352  lccode=0x10CF2,
158353  linebreak="al",
158354  unicodeslot=0x10CB2,
158355 },
158356 [0x10CC0]={
158357  category="ll",
158358  description="OLD HUNGARIAN SMALL LETTER A",
158359  direction="r",
158360  linebreak="al",
158361  unicodeslot=0x10CC0,
158362 },
158363 [0x10CC1]={
158364  category="ll",
158365  description="OLD HUNGARIAN SMALL LETTER AA",
158366  direction="r",
158367  linebreak="al",
158368  unicodeslot=0x10CC1,
158369 },
158370 [0x10CC2]={
158371  category="ll",
158372  description="OLD HUNGARIAN SMALL LETTER EB",
158373  direction="r",
158374  linebreak="al",
158375  unicodeslot=0x10CC2,
158376 },
158377 [0x10CC3]={
158378  category="ll",
158379  description="OLD HUNGARIAN SMALL LETTER AMB",
158380  direction="r",
158381  linebreak="al",
158382  unicodeslot=0x10CC3,
158383 },
158384 [0x10CC4]={
158385  category="ll",
158386  description="OLD HUNGARIAN SMALL LETTER EC",
158387  direction="r",
158388  linebreak="al",
158389  unicodeslot=0x10CC4,
158390 },
158391 [0x10CC5]={
158392  category="ll",
158393  description="OLD HUNGARIAN SMALL LETTER ENC",
158394  direction="r",
158395  linebreak="al",
158396  unicodeslot=0x10CC5,
158397 },
158398 [0x10CC6]={
158399  category="ll",
158400  description="OLD HUNGARIAN SMALL LETTER ECS",
158401  direction="r",
158402  linebreak="al",
158403  unicodeslot=0x10CC6,
158404 },
158405 [0x10CC7]={
158406  category="ll",
158407  description="OLD HUNGARIAN SMALL LETTER ED",
158408  direction="r",
158409  linebreak="al",
158410  unicodeslot=0x10CC7,
158411 },
158412 [0x10CC8]={
158413  category="ll",
158414  description="OLD HUNGARIAN SMALL LETTER AND",
158415  direction="r",
158416  linebreak="al",
158417  unicodeslot=0x10CC8,
158418 },
158419 [0x10CC9]={
158420  category="ll",
158421  description="OLD HUNGARIAN SMALL LETTER E",
158422  direction="r",
158423  linebreak="al",
158424  unicodeslot=0x10CC9,
158425 },
158426 [0x10CCA]={
158427  category="ll",
158428  description="OLD HUNGARIAN SMALL LETTER CLOSE E",
158429  direction="r",
158430  linebreak="al",
158431  unicodeslot=0x10CCA,
158432 },
158433 [0x10CCB]={
158434  category="ll",
158435  description="OLD HUNGARIAN SMALL LETTER EE",
158436  direction="r",
158437  linebreak="al",
158438  unicodeslot=0x10CCB,
158439 },
158440 [0x10CCC]={
158441  category="ll",
158442  description="OLD HUNGARIAN SMALL LETTER EF",
158443  direction="r",
158444  linebreak="al",
158445  unicodeslot=0x10CCC,
158446 },
158447 [0x10CCD]={
158448  category="ll",
158449  description="OLD HUNGARIAN SMALL LETTER EG",
158450  direction="r",
158451  linebreak="al",
158452  unicodeslot=0x10CCD,
158453 },
158454 [0x10CCE]={
158455  category="ll",
158456  description="OLD HUNGARIAN SMALL LETTER EGY",
158457  direction="r",
158458  linebreak="al",
158459  unicodeslot=0x10CCE,
158460 },
158461 [0x10CCF]={
158462  category="ll",
158463  description="OLD HUNGARIAN SMALL LETTER EH",
158464  direction="r",
158465  linebreak="al",
158466  unicodeslot=0x10CCF,
158467 },
158468 [0x10CD0]={
158469  category="ll",
158470  description="OLD HUNGARIAN SMALL LETTER I",
158471  direction="r",
158472  linebreak="al",
158473  unicodeslot=0x10CD0,
158474 },
158475 [0x10CD1]={
158476  category="ll",
158477  description="OLD HUNGARIAN SMALL LETTER II",
158478  direction="r",
158479  linebreak="al",
158480  unicodeslot=0x10CD1,
158481 },
158482 [0x10CD2]={
158483  category="ll",
158484  description="OLD HUNGARIAN SMALL LETTER EJ",
158485  direction="r",
158486  linebreak="al",
158487  unicodeslot=0x10CD2,
158488 },
158489 [0x10CD3]={
158490  category="ll",
158491  description="OLD HUNGARIAN SMALL LETTER EK",
158492  direction="r",
158493  linebreak="al",
158494  unicodeslot=0x10CD3,
158495 },
158496 [0x10CD4]={
158497  category="ll",
158498  description="OLD HUNGARIAN SMALL LETTER AK",
158499  direction="r",
158500  linebreak="al",
158501  unicodeslot=0x10CD4,
158502 },
158503 [0x10CD5]={
158504  category="ll",
158505  description="OLD HUNGARIAN SMALL LETTER UNK",
158506  direction="r",
158507  linebreak="al",
158508  unicodeslot=0x10CD5,
158509 },
158510 [0x10CD6]={
158511  category="ll",
158512  description="OLD HUNGARIAN SMALL LETTER EL",
158513  direction="r",
158514  linebreak="al",
158515  unicodeslot=0x10CD6,
158516 },
158517 [0x10CD7]={
158518  category="ll",
158519  description="OLD HUNGARIAN SMALL LETTER ELY",
158520  direction="r",
158521  linebreak="al",
158522  unicodeslot=0x10CD7,
158523 },
158524 [0x10CD8]={
158525  category="ll",
158526  description="OLD HUNGARIAN SMALL LETTER EM",
158527  direction="r",
158528  linebreak="al",
158529  unicodeslot=0x10CD8,
158530 },
158531 [0x10CD9]={
158532  category="ll",
158533  description="OLD HUNGARIAN SMALL LETTER EN",
158534  direction="r",
158535  linebreak="al",
158536  unicodeslot=0x10CD9,
158537 },
158538 [0x10CDA]={
158539  category="ll",
158540  description="OLD HUNGARIAN SMALL LETTER ENY",
158541  direction="r",
158542  linebreak="al",
158543  unicodeslot=0x10CDA,
158544 },
158545 [0x10CDB]={
158546  category="ll",
158547  description="OLD HUNGARIAN SMALL LETTER O",
158548  direction="r",
158549  linebreak="al",
158550  unicodeslot=0x10CDB,
158551 },
158552 [0x10CDC]={
158553  category="ll",
158554  description="OLD HUNGARIAN SMALL LETTER OO",
158555  direction="r",
158556  linebreak="al",
158557  unicodeslot=0x10CDC,
158558 },
158559 [0x10CDD]={
158560  category="ll",
158561  description="OLD HUNGARIAN SMALL LETTER NIKOLSBURG OE",
158562  direction="r",
158563  linebreak="al",
158564  unicodeslot=0x10CDD,
158565 },
158566 [0x10CDE]={
158567  category="ll",
158568  description="OLD HUNGARIAN SMALL LETTER RUDIMENTA OE",
158569  direction="r",
158570  linebreak="al",
158571  unicodeslot=0x10CDE,
158572 },
158573 [0x10CDF]={
158574  category="ll",
158575  description="OLD HUNGARIAN SMALL LETTER OEE",
158576  direction="r",
158577  linebreak="al",
158578  unicodeslot=0x10CDF,
158579 },
158580 [0x10CE0]={
158581  category="ll",
158582  description="OLD HUNGARIAN SMALL LETTER EP",
158583  direction="r",
158584  linebreak="al",
158585  unicodeslot=0x10CE0,
158586 },
158587 [0x10CE1]={
158588  category="ll",
158589  description="OLD HUNGARIAN SMALL LETTER EMP",
158590  direction="r",
158591  linebreak="al",
158592  unicodeslot=0x10CE1,
158593 },
158594 [0x10CE2]={
158595  category="ll",
158596  description="OLD HUNGARIAN SMALL LETTER ER",
158597  direction="r",
158598  linebreak="al",
158599  unicodeslot=0x10CE2,
158600 },
158601 [0x10CE3]={
158602  category="ll",
158603  description="OLD HUNGARIAN SMALL LETTER SHORT ER",
158604  direction="r",
158605  linebreak="al",
158606  unicodeslot=0x10CE3,
158607 },
158608 [0x10CE4]={
158609  category="ll",
158610  description="OLD HUNGARIAN SMALL LETTER ES",
158611  direction="r",
158612  linebreak="al",
158613  unicodeslot=0x10CE4,
158614 },
158615 [0x10CE5]={
158616  category="ll",
158617  description="OLD HUNGARIAN SMALL LETTER ESZ",
158618  direction="r",
158619  linebreak="al",
158620  unicodeslot=0x10CE5,
158621 },
158622 [0x10CE6]={
158623  category="ll",
158624  description="OLD HUNGARIAN SMALL LETTER ET",
158625  direction="r",
158626  linebreak="al",
158627  unicodeslot=0x10CE6,
158628 },
158629 [0x10CE7]={
158630  category="ll",
158631  description="OLD HUNGARIAN SMALL LETTER ENT",
158632  direction="r",
158633  linebreak="al",
158634  unicodeslot=0x10CE7,
158635 },
158636 [0x10CE8]={
158637  category="ll",
158638  description="OLD HUNGARIAN SMALL LETTER ETY",
158639  direction="r",
158640  linebreak="al",
158641  unicodeslot=0x10CE8,
158642 },
158643 [0x10CE9]={
158644  category="ll",
158645  description="OLD HUNGARIAN SMALL LETTER ECH",
158646  direction="r",
158647  linebreak="al",
158648  unicodeslot=0x10CE9,
158649 },
158650 [0x10CEA]={
158651  category="ll",
158652  description="OLD HUNGARIAN SMALL LETTER U",
158653  direction="r",
158654  linebreak="al",
158655  unicodeslot=0x10CEA,
158656 },
158657 [0x10CEB]={
158658  category="ll",
158659  description="OLD HUNGARIAN SMALL LETTER UU",
158660  direction="r",
158661  linebreak="al",
158662  unicodeslot=0x10CEB,
158663 },
158664 [0x10CEC]={
158665  category="ll",
158666  description="OLD HUNGARIAN SMALL LETTER NIKOLSBURG UE",
158667  direction="r",
158668  linebreak="al",
158669  unicodeslot=0x10CEC,
158670 },
158671 [0x10CED]={
158672  category="ll",
158673  description="OLD HUNGARIAN SMALL LETTER RUDIMENTA UE",
158674  direction="r",
158675  linebreak="al",
158676  unicodeslot=0x10CED,
158677 },
158678 [0x10CEE]={
158679  category="ll",
158680  description="OLD HUNGARIAN SMALL LETTER EV",
158681  direction="r",
158682  linebreak="al",
158683  unicodeslot=0x10CEE,
158684 },
158685 [0x10CEF]={
158686  category="ll",
158687  description="OLD HUNGARIAN SMALL LETTER EZ",
158688  direction="r",
158689  linebreak="al",
158690  unicodeslot=0x10CEF,
158691 },
158692 [0x10CF0]={
158693  category="ll",
158694  description="OLD HUNGARIAN SMALL LETTER EZS",
158695  direction="r",
158696  linebreak="al",
158697  unicodeslot=0x10CF0,
158698 },
158699 [0x10CF1]={
158700  category="ll",
158701  description="OLD HUNGARIAN SMALL LETTER ENT-SHAPED SIGN",
158702  direction="r",
158703  linebreak="al",
158704  unicodeslot=0x10CF1,
158705 },
158706 [0x10CF2]={
158707  category="ll",
158708  description="OLD HUNGARIAN SMALL LETTER US",
158709  direction="r",
158710  linebreak="al",
158711  unicodeslot=0x10CF2,
158712 },
158713 [0x10CFA]={
158714  category="no",
158715  description="OLD HUNGARIAN NUMBER ONE",
158716  direction="r",
158717  linebreak="al",
158718  unicodeslot=0x10CFA,
158719 },
158720 [0x10CFB]={
158721  category="no",
158722  description="OLD HUNGARIAN NUMBER FIVE",
158723  direction="r",
158724  linebreak="al",
158725  unicodeslot=0x10CFB,
158726 },
158727 [0x10CFC]={
158728  category="no",
158729  description="OLD HUNGARIAN NUMBER TEN",
158730  direction="r",
158731  linebreak="al",
158732  unicodeslot=0x10CFC,
158733 },
158734 [0x10CFD]={
158735  category="no",
158736  description="OLD HUNGARIAN NUMBER FIFTY",
158737  direction="r",
158738  linebreak="al",
158739  unicodeslot=0x10CFD,
158740 },
158741 [0x10CFE]={
158742  category="no",
158743  description="OLD HUNGARIAN NUMBER ONE HUNDRED",
158744  direction="r",
158745  linebreak="al",
158746  unicodeslot=0x10CFE,
158747 },
158748 [0x10CFF]={
158749  category="no",
158750  description="OLD HUNGARIAN NUMBER ONE THOUSAND",
158751  direction="r",
158752  linebreak="al",
158753  unicodeslot=0x10CFF,
158754 },
158755 [0x10D00]={
158756  arabic="l",
158757  category="lo",
158758  description="HANIFI ROHINGYA LETTER A",
158759  direction="al",
158760  linebreak="al",
158761  unicodeslot=0x10D00,
158762 },
158763 [0x10D01]={
158764  arabic="d",
158765  category="lo",
158766  description="HANIFI ROHINGYA LETTER BA",
158767  direction="al",
158768  linebreak="al",
158769  unicodeslot=0x10D01,
158770 },
158771 [0x10D02]={
158772  arabic="d",
158773  category="lo",
158774  description="HANIFI ROHINGYA LETTER PA",
158775  direction="al",
158776  linebreak="al",
158777  unicodeslot=0x10D02,
158778 },
158779 [0x10D03]={
158780  arabic="d",
158781  category="lo",
158782  description="HANIFI ROHINGYA LETTER TA",
158783  direction="al",
158784  linebreak="al",
158785  unicodeslot=0x10D03,
158786 },
158787 [0x10D04]={
158788  arabic="d",
158789  category="lo",
158790  description="HANIFI ROHINGYA LETTER TTA",
158791  direction="al",
158792  linebreak="al",
158793  unicodeslot=0x10D04,
158794 },
158795 [0x10D05]={
158796  arabic="d",
158797  category="lo",
158798  description="HANIFI ROHINGYA LETTER JA",
158799  direction="al",
158800  linebreak="al",
158801  unicodeslot=0x10D05,
158802 },
158803 [0x10D06]={
158804  arabic="d",
158805  category="lo",
158806  description="HANIFI ROHINGYA LETTER CA",
158807  direction="al",
158808  linebreak="al",
158809  unicodeslot=0x10D06,
158810 },
158811 [0x10D07]={
158812  arabic="d",
158813  category="lo",
158814  description="HANIFI ROHINGYA LETTER HA",
158815  direction="al",
158816  linebreak="al",
158817  unicodeslot=0x10D07,
158818 },
158819 [0x10D08]={
158820  arabic="d",
158821  category="lo",
158822  description="HANIFI ROHINGYA LETTER KHA",
158823  direction="al",
158824  linebreak="al",
158825  unicodeslot=0x10D08,
158826 },
158827 [0x10D09]={
158828  arabic="d",
158829  category="lo",
158830  description="HANIFI ROHINGYA LETTER FA",
158831  direction="al",
158832  linebreak="al",
158833  unicodeslot=0x10D09,
158834 },
158835 [0x10D0A]={
158836  arabic="d",
158837  category="lo",
158838  description="HANIFI ROHINGYA LETTER DA",
158839  direction="al",
158840  linebreak="al",
158841  unicodeslot=0x10D0A,
158842 },
158843 [0x10D0B]={
158844  arabic="d",
158845  category="lo",
158846  description="HANIFI ROHINGYA LETTER DDA",
158847  direction="al",
158848  linebreak="al",
158849  unicodeslot=0x10D0B,
158850 },
158851 [0x10D0C]={
158852  arabic="d",
158853  category="lo",
158854  description="HANIFI ROHINGYA LETTER RA",
158855  direction="al",
158856  linebreak="al",
158857  unicodeslot=0x10D0C,
158858 },
158859 [0x10D0D]={
158860  arabic="d",
158861  category="lo",
158862  description="HANIFI ROHINGYA LETTER RRA",
158863  direction="al",
158864  linebreak="al",
158865  unicodeslot=0x10D0D,
158866 },
158867 [0x10D0E]={
158868  arabic="d",
158869  category="lo",
158870  description="HANIFI ROHINGYA LETTER ZA",
158871  direction="al",
158872  linebreak="al",
158873  unicodeslot=0x10D0E,
158874 },
158875 [0x10D0F]={
158876  arabic="d",
158877  category="lo",
158878  description="HANIFI ROHINGYA LETTER SA",
158879  direction="al",
158880  linebreak="al",
158881  unicodeslot=0x10D0F,
158882 },
158883 [0x10D10]={
158884  arabic="d",
158885  category="lo",
158886  description="HANIFI ROHINGYA LETTER SHA",
158887  direction="al",
158888  linebreak="al",
158889  unicodeslot=0x10D10,
158890 },
158891 [0x10D11]={
158892  arabic="d",
158893  category="lo",
158894  description="HANIFI ROHINGYA LETTER KA",
158895  direction="al",
158896  linebreak="al",
158897  unicodeslot=0x10D11,
158898 },
158899 [0x10D12]={
158900  arabic="d",
158901  category="lo",
158902  description="HANIFI ROHINGYA LETTER GA",
158903  direction="al",
158904  linebreak="al",
158905  unicodeslot=0x10D12,
158906 },
158907 [0x10D13]={
158908  arabic="d",
158909  category="lo",
158910  description="HANIFI ROHINGYA LETTER LA",
158911  direction="al",
158912  linebreak="al",
158913  unicodeslot=0x10D13,
158914 },
158915 [0x10D14]={
158916  arabic="d",
158917  category="lo",
158918  description="HANIFI ROHINGYA LETTER MA",
158919  direction="al",
158920  linebreak="al",
158921  unicodeslot=0x10D14,
158922 },
158923 [0x10D15]={
158924  arabic="d",
158925  category="lo",
158926  description="HANIFI ROHINGYA LETTER NA",
158927  direction="al",
158928  linebreak="al",
158929  unicodeslot=0x10D15,
158930 },
158931 [0x10D16]={
158932  arabic="d",
158933  category="lo",
158934  description="HANIFI ROHINGYA LETTER WA",
158935  direction="al",
158936  linebreak="al",
158937  unicodeslot=0x10D16,
158938 },
158939 [0x10D17]={
158940  arabic="d",
158941  category="lo",
158942  description="HANIFI ROHINGYA LETTER KINNA WA",
158943  direction="al",
158944  linebreak="al",
158945  unicodeslot=0x10D17,
158946 },
158947 [0x10D18]={
158948  arabic="d",
158949  category="lo",
158950  description="HANIFI ROHINGYA LETTER YA",
158951  direction="al",
158952  linebreak="al",
158953  unicodeslot=0x10D18,
158954 },
158955 [0x10D19]={
158956  arabic="d",
158957  category="lo",
158958  description="HANIFI ROHINGYA LETTER KINNA YA",
158959  direction="al",
158960  linebreak="al",
158961  unicodeslot=0x10D19,
158962 },
158963 [0x10D1A]={
158964  arabic="d",
158965  category="lo",
158966  description="HANIFI ROHINGYA LETTER NGA",
158967  direction="al",
158968  linebreak="al",
158969  unicodeslot=0x10D1A,
158970 },
158971 [0x10D1B]={
158972  arabic="d",
158973  category="lo",
158974  description="HANIFI ROHINGYA LETTER NYA",
158975  direction="al",
158976  linebreak="al",
158977  unicodeslot=0x10D1B,
158978 },
158979 [0x10D1C]={
158980  arabic="d",
158981  category="lo",
158982  description="HANIFI ROHINGYA LETTER VA",
158983  direction="al",
158984  linebreak="al",
158985  unicodeslot=0x10D1C,
158986 },
158987 [0x10D1D]={
158988  arabic="d",
158989  category="lo",
158990  description="HANIFI ROHINGYA VOWEL A",
158991  direction="al",
158992  linebreak="al",
158993  unicodeslot=0x10D1D,
158994 },
158995 [0x10D1E]={
158996  arabic="d",
158997  category="lo",
158998  description="HANIFI ROHINGYA VOWEL I",
158999  direction="al",
159000  linebreak="al",
159001  unicodeslot=0x10D1E,
159002 },
159003 [0x10D1F]={
159004  arabic="d",
159005  category="lo",
159006  description="HANIFI ROHINGYA VOWEL U",
159007  direction="al",
159008  linebreak="al",
159009  unicodeslot=0x10D1F,
159010 },
159011 [0x10D20]={
159012  arabic="d",
159013  category="lo",
159014  description="HANIFI ROHINGYA VOWEL E",
159015  direction="al",
159016  linebreak="al",
159017  unicodeslot=0x10D20,
159018 },
159019 [0x10D21]={
159020  arabic="d",
159021  category="lo",
159022  description="HANIFI ROHINGYA VOWEL O",
159023  direction="al",
159024  linebreak="al",
159025  unicodeslot=0x10D21,
159026 },
159027 [0x10D22]={
159028  arabic="r",
159029  category="lo",
159030  description="HANIFI ROHINGYA MARK SAKIN",
159031  direction="al",
159032  linebreak="al",
159033  unicodeslot=0x10D22,
159034 },
159035 [0x10D23]={
159036  arabic="d",
159037  category="lo",
159038  description="HANIFI ROHINGYA MARK NA KHONNA",
159039  direction="al",
159040  linebreak="al",
159041  unicodeslot=0x10D23,
159042 },
159043 [0x10D24]={
159044  category="mn",
159045  combining=0xE6,
159046  description="HANIFI ROHINGYA SIGN HARBAHAY",
159047  direction="nsm",
159048  linebreak="cm",
159049  unicodeslot=0x10D24,
159050 },
159051 [0x10D25]={
159052  category="mn",
159053  combining=0xE6,
159054  description="HANIFI ROHINGYA SIGN TAHALA",
159055  direction="nsm",
159056  linebreak="cm",
159057  unicodeslot=0x10D25,
159058 },
159059 [0x10D26]={
159060  category="mn",
159061  combining=0xE6,
159062  description="HANIFI ROHINGYA SIGN TANA",
159063  direction="nsm",
159064  linebreak="cm",
159065  unicodeslot=0x10D26,
159066 },
159067 [0x10D27]={
159068  category="mn",
159069  combining=0xE6,
159070  description="HANIFI ROHINGYA SIGN TASSI",
159071  direction="nsm",
159072  linebreak="cm",
159073  unicodeslot=0x10D27,
159074 },
159075 [0x10D30]={
159076  category="nd",
159077  description="HANIFI ROHINGYA DIGIT ZERO",
159078  direction="an",
159079  linebreak="nu",
159080  unicodeslot=0x10D30,
159081 },
159082 [0x10D31]={
159083  category="nd",
159084  description="HANIFI ROHINGYA DIGIT ONE",
159085  direction="an",
159086  linebreak="nu",
159087  unicodeslot=0x10D31,
159088 },
159089 [0x10D32]={
159090  category="nd",
159091  description="HANIFI ROHINGYA DIGIT TWO",
159092  direction="an",
159093  linebreak="nu",
159094  unicodeslot=0x10D32,
159095 },
159096 [0x10D33]={
159097  category="nd",
159098  description="HANIFI ROHINGYA DIGIT THREE",
159099  direction="an",
159100  linebreak="nu",
159101  unicodeslot=0x10D33,
159102 },
159103 [0x10D34]={
159104  category="nd",
159105  description="HANIFI ROHINGYA DIGIT FOUR",
159106  direction="an",
159107  linebreak="nu",
159108  unicodeslot=0x10D34,
159109 },
159110 [0x10D35]={
159111  category="nd",
159112  description="HANIFI ROHINGYA DIGIT FIVE",
159113  direction="an",
159114  linebreak="nu",
159115  unicodeslot=0x10D35,
159116 },
159117 [0x10D36]={
159118  category="nd",
159119  description="HANIFI ROHINGYA DIGIT SIX",
159120  direction="an",
159121  linebreak="nu",
159122  unicodeslot=0x10D36,
159123 },
159124 [0x10D37]={
159125  category="nd",
159126  description="HANIFI ROHINGYA DIGIT SEVEN",
159127  direction="an",
159128  linebreak="nu",
159129  unicodeslot=0x10D37,
159130 },
159131 [0x10D38]={
159132  category="nd",
159133  description="HANIFI ROHINGYA DIGIT EIGHT",
159134  direction="an",
159135  linebreak="nu",
159136  unicodeslot=0x10D38,
159137 },
159138 [0x10D39]={
159139  category="nd",
159140  description="HANIFI ROHINGYA DIGIT NINE",
159141  direction="an",
159142  linebreak="nu",
159143  unicodeslot=0x10D39,
159144 },
159145 [0x10E60]={
159146  category="no",
159147  description="RUMI DIGIT ONE",
159148  direction="an",
159149  linebreak="al",
159150  unicodeslot=0x10E60,
159151 },
159152 [0x10E61]={
159153  category="no",
159154  description="RUMI DIGIT TWO",
159155  direction="an",
159156  linebreak="al",
159157  unicodeslot=0x10E61,
159158 },
159159 [0x10E62]={
159160  category="no",
159161  description="RUMI DIGIT THREE",
159162  direction="an",
159163  linebreak="al",
159164  unicodeslot=0x10E62,
159165 },
159166 [0x10E63]={
159167  category="no",
159168  description="RUMI DIGIT FOUR",
159169  direction="an",
159170  linebreak="al",
159171  unicodeslot=0x10E63,
159172 },
159173 [0x10E64]={
159174  category="no",
159175  description="RUMI DIGIT FIVE",
159176  direction="an",
159177  linebreak="al",
159178  unicodeslot=0x10E64,
159179 },
159180 [0x10E65]={
159181  category="no",
159182  description="RUMI DIGIT SIX",
159183  direction="an",
159184  linebreak="al",
159185  unicodeslot=0x10E65,
159186 },
159187 [0x10E66]={
159188  category="no",
159189  description="RUMI DIGIT SEVEN",
159190  direction="an",
159191  linebreak="al",
159192  unicodeslot=0x10E66,
159193 },
159194 [0x10E67]={
159195  category="no",
159196  description="RUMI DIGIT EIGHT",
159197  direction="an",
159198  linebreak="al",
159199  unicodeslot=0x10E67,
159200 },
159201 [0x10E68]={
159202  category="no",
159203  description="RUMI DIGIT NINE",
159204  direction="an",
159205  linebreak="al",
159206  unicodeslot=0x10E68,
159207 },
159208 [0x10E69]={
159209  category="no",
159210  description="RUMI NUMBER TEN",
159211  direction="an",
159212  linebreak="al",
159213  unicodeslot=0x10E69,
159214 },
159215 [0x10E6A]={
159216  category="no",
159217  description="RUMI NUMBER TWENTY",
159218  direction="an",
159219  linebreak="al",
159220  unicodeslot=0x10E6A,
159221 },
159222 [0x10E6B]={
159223  category="no",
159224  description="RUMI NUMBER THIRTY",
159225  direction="an",
159226  linebreak="al",
159227  unicodeslot=0x10E6B,
159228 },
159229 [0x10E6C]={
159230  category="no",
159231  description="RUMI NUMBER FORTY",
159232  direction="an",
159233  linebreak="al",
159234  unicodeslot=0x10E6C,
159235 },
159236 [0x10E6D]={
159237  category="no",
159238  description="RUMI NUMBER FIFTY",
159239  direction="an",
159240  linebreak="al",
159241  unicodeslot=0x10E6D,
159242 },
159243 [0x10E6E]={
159244  category="no",
159245  description="RUMI NUMBER SIXTY",
159246  direction="an",
159247  linebreak="al",
159248  unicodeslot=0x10E6E,
159249 },
159250 [0x10E6F]={
159251  category="no",
159252  description="RUMI NUMBER SEVENTY",
159253  direction="an",
159254  linebreak="al",
159255  unicodeslot=0x10E6F,
159256 },
159257 [0x10E70]={
159258  category="no",
159259  description="RUMI NUMBER EIGHTY",
159260  direction="an",
159261  linebreak="al",
159262  unicodeslot=0x10E70,
159263 },
159264 [0x10E71]={
159265  category="no",
159266  description="RUMI NUMBER NINETY",
159267  direction="an",
159268  linebreak="al",
159269  unicodeslot=0x10E71,
159270 },
159271 [0x10E72]={
159272  category="no",
159273  description="RUMI NUMBER ONE HUNDRED",
159274  direction="an",
159275  linebreak="al",
159276  unicodeslot=0x10E72,
159277 },
159278 [0x10E73]={
159279  category="no",
159280  description="RUMI NUMBER TWO HUNDRED",
159281  direction="an",
159282  linebreak="al",
159283  unicodeslot=0x10E73,
159284 },
159285 [0x10E74]={
159286  category="no",
159287  description="RUMI NUMBER THREE HUNDRED",
159288  direction="an",
159289  linebreak="al",
159290  unicodeslot=0x10E74,
159291 },
159292 [0x10E75]={
159293  category="no",
159294  description="RUMI NUMBER FOUR HUNDRED",
159295  direction="an",
159296  linebreak="al",
159297  unicodeslot=0x10E75,
159298 },
159299 [0x10E76]={
159300  category="no",
159301  description="RUMI NUMBER FIVE HUNDRED",
159302  direction="an",
159303  linebreak="al",
159304  unicodeslot=0x10E76,
159305 },
159306 [0x10E77]={
159307  category="no",
159308  description="RUMI NUMBER SIX HUNDRED",
159309  direction="an",
159310  linebreak="al",
159311  unicodeslot=0x10E77,
159312 },
159313 [0x10E78]={
159314  category="no",
159315  description="RUMI NUMBER SEVEN HUNDRED",
159316  direction="an",
159317  linebreak="al",
159318  unicodeslot=0x10E78,
159319 },
159320 [0x10E79]={
159321  category="no",
159322  description="RUMI NUMBER EIGHT HUNDRED",
159323  direction="an",
159324  linebreak="al",
159325  unicodeslot=0x10E79,
159326 },
159327 [0x10E7A]={
159328  category="no",
159329  description="RUMI NUMBER NINE HUNDRED",
159330  direction="an",
159331  linebreak="al",
159332  unicodeslot=0x10E7A,
159333 },
159334 [0x10E7B]={
159335  category="no",
159336  description="RUMI FRACTION ONE HALF",
159337  direction="an",
159338  linebreak="al",
159339  unicodeslot=0x10E7B,
159340 },
159341 [0x10E7C]={
159342  category="no",
159343  description="RUMI FRACTION ONE QUARTER",
159344  direction="an",
159345  linebreak="al",
159346  unicodeslot=0x10E7C,
159347 },
159348 [0x10E7D]={
159349  category="no",
159350  description="RUMI FRACTION ONE THIRD",
159351  direction="an",
159352  linebreak="al",
159353  unicodeslot=0x10E7D,
159354 },
159355 [0x10E7E]={
159356  category="no",
159357  description="RUMI FRACTION TWO THIRDS",
159358  direction="an",
159359  linebreak="al",
159360  unicodeslot=0x10E7E,
159361 },
159362 [0x10E80]={
159363  category="lo",
159364  description="YEZIDI LETTER ELIF",
159365  direction="r",
159366  linebreak="al",
159367  unicodeslot=0x10E80,
159368 },
159369 [0x10E81]={
159370  category="lo",
159371  description="YEZIDI LETTER BE",
159372  direction="r",
159373  linebreak="al",
159374  unicodeslot=0x10E81,
159375 },
159376 [0x10E82]={
159377  category="lo",
159378  description="YEZIDI LETTER PE",
159379  direction="r",
159380  linebreak="al",
159381  unicodeslot=0x10E82,
159382 },
159383 [0x10E83]={
159384  category="lo",
159385  description="YEZIDI LETTER PHE",
159386  direction="r",
159387  linebreak="al",
159388  unicodeslot=0x10E83,
159389 },
159390 [0x10E84]={
159391  category="lo",
159392  description="YEZIDI LETTER THE",
159393  direction="r",
159394  linebreak="al",
159395  unicodeslot=0x10E84,
159396 },
159397 [0x10E85]={
159398  category="lo",
159399  description="YEZIDI LETTER SE",
159400  direction="r",
159401  linebreak="al",
159402  unicodeslot=0x10E85,
159403 },
159404 [0x10E86]={
159405  category="lo",
159406  description="YEZIDI LETTER CIM",
159407  direction="r",
159408  linebreak="al",
159409  unicodeslot=0x10E86,
159410 },
159411 [0x10E87]={
159412  category="lo",
159413  description="YEZIDI LETTER CHIM",
159414  direction="r",
159415  linebreak="al",
159416  unicodeslot=0x10E87,
159417 },
159418 [0x10E88]={
159419  category="lo",
159420  description="YEZIDI LETTER CHHIM",
159421  direction="r",
159422  linebreak="al",
159423  unicodeslot=0x10E88,
159424 },
159425 [0x10E89]={
159426  category="lo",
159427  description="YEZIDI LETTER HHA",
159428  direction="r",
159429  linebreak="al",
159430  unicodeslot=0x10E89,
159431 },
159432 [0x10E8A]={
159433  category="lo",
159434  description="YEZIDI LETTER XA",
159435  direction="r",
159436  linebreak="al",
159437  unicodeslot=0x10E8A,
159438 },
159439 [0x10E8B]={
159440  category="lo",
159441  description="YEZIDI LETTER DAL",
159442  direction="r",
159443  linebreak="al",
159444  unicodeslot=0x10E8B,
159445 },
159446 [0x10E8C]={
159447  category="lo",
159448  description="YEZIDI LETTER ZAL",
159449  direction="r",
159450  linebreak="al",
159451  unicodeslot=0x10E8C,
159452 },
159453 [0x10E8D]={
159454  category="lo",
159455  description="YEZIDI LETTER RA",
159456  direction="r",
159457  linebreak="al",
159458  unicodeslot=0x10E8D,
159459 },
159460 [0x10E8E]={
159461  category="lo",
159462  description="YEZIDI LETTER RHA",
159463  direction="r",
159464  linebreak="al",
159465  unicodeslot=0x10E8E,
159466 },
159467 [0x10E8F]={
159468  category="lo",
159469  description="YEZIDI LETTER ZA",
159470  direction="r",
159471  linebreak="al",
159472  unicodeslot=0x10E8F,
159473 },
159474 [0x10E90]={
159475  category="lo",
159476  description="YEZIDI LETTER JA",
159477  direction="r",
159478  linebreak="al",
159479  unicodeslot=0x10E90,
159480 },
159481 [0x10E91]={
159482  category="lo",
159483  description="YEZIDI LETTER SIN",
159484  direction="r",
159485  linebreak="al",
159486  unicodeslot=0x10E91,
159487 },
159488 [0x10E92]={
159489  category="lo",
159490  description="YEZIDI LETTER SHIN",
159491  direction="r",
159492  linebreak="al",
159493  unicodeslot=0x10E92,
159494 },
159495 [0x10E93]={
159496  category="lo",
159497  description="YEZIDI LETTER SAD",
159498  direction="r",
159499  linebreak="al",
159500  unicodeslot=0x10E93,
159501 },
159502 [0x10E94]={
159503  category="lo",
159504  description="YEZIDI LETTER DAD",
159505  direction="r",
159506  linebreak="al",
159507  unicodeslot=0x10E94,
159508 },
159509 [0x10E95]={
159510  category="lo",
159511  description="YEZIDI LETTER TA",
159512  direction="r",
159513  linebreak="al",
159514  unicodeslot=0x10E95,
159515 },
159516 [0x10E96]={
159517  category="lo",
159518  description="YEZIDI LETTER ZE",
159519  direction="r",
159520  linebreak="al",
159521  unicodeslot=0x10E96,
159522 },
159523 [0x10E97]={
159524  category="lo",
159525  description="YEZIDI LETTER EYN",
159526  direction="r",
159527  linebreak="al",
159528  unicodeslot=0x10E97,
159529 },
159530 [0x10E98]={
159531  category="lo",
159532  description="YEZIDI LETTER XHEYN",
159533  direction="r",
159534  linebreak="al",
159535  unicodeslot=0x10E98,
159536 },
159537 [0x10E99]={
159538  category="lo",
159539  description="YEZIDI LETTER FA",
159540  direction="r",
159541  linebreak="al",
159542  unicodeslot=0x10E99,
159543 },
159544 [0x10E9A]={
159545  category="lo",
159546  description="YEZIDI LETTER VA",
159547  direction="r",
159548  linebreak="al",
159549  unicodeslot=0x10E9A,
159550 },
159551 [0x10E9B]={
159552  category="lo",
159553  description="YEZIDI LETTER VA ALTERNATE FORM",
159554  direction="r",
159555  linebreak="al",
159556  unicodeslot=0x10E9B,
159557 },
159558 [0x10E9C]={
159559  category="lo",
159560  description="YEZIDI LETTER QAF",
159561  direction="r",
159562  linebreak="al",
159563  unicodeslot=0x10E9C,
159564 },
159565 [0x10E9D]={
159566  category="lo",
159567  description="YEZIDI LETTER KAF",
159568  direction="r",
159569  linebreak="al",
159570  unicodeslot=0x10E9D,
159571 },
159572 [0x10E9E]={
159573  category="lo",
159574  description="YEZIDI LETTER KHAF",
159575  direction="r",
159576  linebreak="al",
159577  unicodeslot=0x10E9E,
159578 },
159579 [0x10E9F]={
159580  category="lo",
159581  description="YEZIDI LETTER GAF",
159582  direction="r",
159583  linebreak="al",
159584  unicodeslot=0x10E9F,
159585 },
159586 [0x10EA0]={
159587  category="lo",
159588  description="YEZIDI LETTER LAM",
159589  direction="r",
159590  linebreak="al",
159591  unicodeslot=0x10EA0,
159592 },
159593 [0x10EA1]={
159594  category="lo",
159595  description="YEZIDI LETTER MIM",
159596  direction="r",
159597  linebreak="al",
159598  unicodeslot=0x10EA1,
159599 },
159600 [0x10EA2]={
159601  category="lo",
159602  description="YEZIDI LETTER NUN",
159603  direction="r",
159604  linebreak="al",
159605  unicodeslot=0x10EA2,
159606 },
159607 [0x10EA3]={
159608  category="lo",
159609  description="YEZIDI LETTER UM",
159610  direction="r",
159611  linebreak="al",
159612  unicodeslot=0x10EA3,
159613 },
159614 [0x10EA4]={
159615  category="lo",
159616  description="YEZIDI LETTER WAW",
159617  direction="r",
159618  linebreak="al",
159619  unicodeslot=0x10EA4,
159620 },
159621 [0x10EA5]={
159622  category="lo",
159623  description="YEZIDI LETTER OW",
159624  direction="r",
159625  linebreak="al",
159626  unicodeslot=0x10EA5,
159627 },
159628 [0x10EA6]={
159629  category="lo",
159630  description="YEZIDI LETTER EW",
159631  direction="r",
159632  linebreak="al",
159633  unicodeslot=0x10EA6,
159634 },
159635 [0x10EA7]={
159636  category="lo",
159637  description="YEZIDI LETTER HAY",
159638  direction="r",
159639  linebreak="al",
159640  unicodeslot=0x10EA7,
159641 },
159642 [0x10EA8]={
159643  category="lo",
159644  description="YEZIDI LETTER YOT",
159645  direction="r",
159646  linebreak="al",
159647  unicodeslot=0x10EA8,
159648 },
159649 [0x10EA9]={
159650  category="lo",
159651  description="YEZIDI LETTER ET",
159652  direction="r",
159653  linebreak="al",
159654  unicodeslot=0x10EA9,
159655 },
159656 [0x10EAB]={
159657  category="mn",
159658  combining=0xE6,
159659  description="YEZIDI COMBINING HAMZA MARK",
159660  direction="nsm",
159661  linebreak="cm",
159662  unicodeslot=0x10EAB,
159663 },
159664 [0x10EAC]={
159665  category="mn",
159666  combining=0xE6,
159667  description="YEZIDI COMBINING MADDA MARK",
159668  direction="nsm",
159669  linebreak="cm",
159670  unicodeslot=0x10EAC,
159671 },
159672 [0x10EAD]={
159673  category="pd",
159674  description="YEZIDI HYPHENATION MARK",
159675  direction="r",
159676  linebreak="ba",
159677  unicodeslot=0x10EAD,
159678 },
159679 [0x10EB0]={
159680  category="lo",
159681  description="YEZIDI LETTER LAM WITH DOT ABOVE",
159682  direction="r",
159683  linebreak="al",
159684  unicodeslot=0x10EB0,
159685 },
159686 [0x10EB1]={
159687  category="lo",
159688  description="YEZIDI LETTER YOT WITH CIRCUMFLEX ABOVE",
159689  direction="r",
159690  linebreak="al",
159691  unicodeslot=0x10EB1,
159692 },
159693 [0x10EFD]={
159694  category="mn",
159695  combining=0xDC,
159696  description="ARABIC SMALL LOW WORD SAKTA",
159697  direction="nsm",
159698  linebreak="cm",
159699  unicodeslot=0x10EFD,
159700 },
159701 [0x10EFE]={
159702  category="mn",
159703  combining=0xDC,
159704  description="ARABIC SMALL LOW WORD QASR",
159705  direction="nsm",
159706  linebreak="cm",
159707  unicodeslot=0x10EFE,
159708 },
159709 [0x10EFF]={
159710  category="mn",
159711  combining=0xDC,
159712  description="ARABIC SMALL LOW WORD MADDA",
159713  direction="nsm",
159714  linebreak="cm",
159715  unicodeslot=0x10EFF,
159716 },
159717 [0x10F00]={
159718  category="lo",
159719  description="OLD SOGDIAN LETTER ALEPH",
159720  direction="r",
159721  linebreak="al",
159722  unicodeslot=0x10F00,
159723 },
159724 [0x10F01]={
159725  category="lo",
159726  description="OLD SOGDIAN LETTER FINAL ALEPH",
159727  direction="r",
159728  linebreak="al",
159729  unicodeslot=0x10F01,
159730 },
159731 [0x10F02]={
159732  category="lo",
159733  description="OLD SOGDIAN LETTER BETH",
159734  direction="r",
159735  linebreak="al",
159736  unicodeslot=0x10F02,
159737 },
159738 [0x10F03]={
159739  category="lo",
159740  description="OLD SOGDIAN LETTER FINAL BETH",
159741  direction="r",
159742  linebreak="al",
159743  unicodeslot=0x10F03,
159744 },
159745 [0x10F04]={
159746  category="lo",
159747  description="OLD SOGDIAN LETTER GIMEL",
159748  direction="r",
159749  linebreak="al",
159750  unicodeslot=0x10F04,
159751 },
159752 [0x10F05]={
159753  category="lo",
159754  description="OLD SOGDIAN LETTER HE",
159755  direction="r",
159756  linebreak="al",
159757  unicodeslot=0x10F05,
159758 },
159759 [0x10F06]={
159760  category="lo",
159761  description="OLD SOGDIAN LETTER FINAL HE",
159762  direction="r",
159763  linebreak="al",
159764  unicodeslot=0x10F06,
159765 },
159766 [0x10F07]={
159767  category="lo",
159768  description="OLD SOGDIAN LETTER WAW",
159769  direction="r",
159770  linebreak="al",
159771  unicodeslot=0x10F07,
159772 },
159773 [0x10F08]={
159774  category="lo",
159775  description="OLD SOGDIAN LETTER ZAYIN",
159776  direction="r",
159777  linebreak="al",
159778  unicodeslot=0x10F08,
159779 },
159780 [0x10F09]={
159781  category="lo",
159782  description="OLD SOGDIAN LETTER HETH",
159783  direction="r",
159784  linebreak="al",
159785  unicodeslot=0x10F09,
159786 },
159787 [0x10F0A]={
159788  category="lo",
159789  description="OLD SOGDIAN LETTER YODH",
159790  direction="r",
159791  linebreak="al",
159792  unicodeslot=0x10F0A,
159793 },
159794 [0x10F0B]={
159795  category="lo",
159796  description="OLD SOGDIAN LETTER KAPH",
159797  direction="r",
159798  linebreak="al",
159799  unicodeslot=0x10F0B,
159800 },
159801 [0x10F0C]={
159802  category="lo",
159803  description="OLD SOGDIAN LETTER LAMEDH",
159804  direction="r",
159805  linebreak="al",
159806  unicodeslot=0x10F0C,
159807 },
159808 [0x10F0D]={
159809  category="lo",
159810  description="OLD SOGDIAN LETTER MEM",
159811  direction="r",
159812  linebreak="al",
159813  unicodeslot=0x10F0D,
159814 },
159815 [0x10F0E]={
159816  category="lo",
159817  description="OLD SOGDIAN LETTER NUN",
159818  direction="r",
159819  linebreak="al",
159820  unicodeslot=0x10F0E,
159821 },
159822 [0x10F0F]={
159823  category="lo",
159824  description="OLD SOGDIAN LETTER FINAL NUN",
159825  direction="r",
159826  linebreak="al",
159827  unicodeslot=0x10F0F,
159828 },
159829 [0x10F10]={
159830  category="lo",
159831  description="OLD SOGDIAN LETTER FINAL NUN WITH VERTICAL TAIL",
159832  direction="r",
159833  linebreak="al",
159834  unicodeslot=0x10F10,
159835 },
159836 [0x10F11]={
159837  category="lo",
159838  description="OLD SOGDIAN LETTER SAMEKH",
159839  direction="r",
159840  linebreak="al",
159841  unicodeslot=0x10F11,
159842 },
159843 [0x10F12]={
159844  category="lo",
159845  description="OLD SOGDIAN LETTER AYIN",
159846  direction="r",
159847  linebreak="al",
159848  unicodeslot=0x10F12,
159849 },
159850 [0x10F13]={
159851  category="lo",
159852  description="OLD SOGDIAN LETTER ALTERNATE AYIN",
159853  direction="r",
159854  linebreak="al",
159855  unicodeslot=0x10F13,
159856 },
159857 [0x10F14]={
159858  category="lo",
159859  description="OLD SOGDIAN LETTER PE",
159860  direction="r",
159861  linebreak="al",
159862  unicodeslot=0x10F14,
159863 },
159864 [0x10F15]={
159865  category="lo",
159866  description="OLD SOGDIAN LETTER SADHE",
159867  direction="r",
159868  linebreak="al",
159869  unicodeslot=0x10F15,
159870 },
159871 [0x10F16]={
159872  category="lo",
159873  description="OLD SOGDIAN LETTER FINAL SADHE",
159874  direction="r",
159875  linebreak="al",
159876  unicodeslot=0x10F16,
159877 },
159878 [0x10F17]={
159879  category="lo",
159880  description="OLD SOGDIAN LETTER FINAL SADHE WITH VERTICAL TAIL",
159881  direction="r",
159882  linebreak="al",
159883  unicodeslot=0x10F17,
159884 },
159885 [0x10F18]={
159886  category="lo",
159887  description="OLD SOGDIAN LETTER RESH-AYIN-DALETH",
159888  direction="r",
159889  linebreak="al",
159890  unicodeslot=0x10F18,
159891 },
159892 [0x10F19]={
159893  category="lo",
159894  description="OLD SOGDIAN LETTER SHIN",
159895  direction="r",
159896  linebreak="al",
159897  unicodeslot=0x10F19,
159898 },
159899 [0x10F1A]={
159900  category="lo",
159901  description="OLD SOGDIAN LETTER TAW",
159902  direction="r",
159903  linebreak="al",
159904  unicodeslot=0x10F1A,
159905 },
159906 [0x10F1B]={
159907  category="lo",
159908  description="OLD SOGDIAN LETTER FINAL TAW",
159909  direction="r",
159910  linebreak="al",
159911  unicodeslot=0x10F1B,
159912 },
159913 [0x10F1C]={
159914  category="lo",
159915  description="OLD SOGDIAN LETTER FINAL TAW WITH VERTICAL TAIL",
159916  direction="r",
159917  linebreak="al",
159918  unicodeslot=0x10F1C,
159919 },
159920 [0x10F1D]={
159921  category="no",
159922  description="OLD SOGDIAN NUMBER ONE",
159923  direction="r",
159924  linebreak="al",
159925  unicodeslot=0x10F1D,
159926 },
159927 [0x10F1E]={
159928  category="no",
159929  description="OLD SOGDIAN NUMBER TWO",
159930  direction="r",
159931  linebreak="al",
159932  unicodeslot=0x10F1E,
159933 },
159934 [0x10F1F]={
159935  category="no",
159936  description="OLD SOGDIAN NUMBER THREE",
159937  direction="r",
159938  linebreak="al",
159939  unicodeslot=0x10F1F,
159940 },
159941 [0x10F20]={
159942  category="no",
159943  description="OLD SOGDIAN NUMBER FOUR",
159944  direction="r",
159945  linebreak="al",
159946  unicodeslot=0x10F20,
159947 },
159948 [0x10F21]={
159949  category="no",
159950  description="OLD SOGDIAN NUMBER FIVE",
159951  direction="r",
159952  linebreak="al",
159953  unicodeslot=0x10F21,
159954 },
159955 [0x10F22]={
159956  category="no",
159957  description="OLD SOGDIAN NUMBER TEN",
159958  direction="r",
159959  linebreak="al",
159960  unicodeslot=0x10F22,
159961 },
159962 [0x10F23]={
159963  category="no",
159964  description="OLD SOGDIAN NUMBER TWENTY",
159965  direction="r",
159966  linebreak="al",
159967  unicodeslot=0x10F23,
159968 },
159969 [0x10F24]={
159970  category="no",
159971  description="OLD SOGDIAN NUMBER THIRTY",
159972  direction="r",
159973  linebreak="al",
159974  unicodeslot=0x10F24,
159975 },
159976 [0x10F25]={
159977  category="no",
159978  description="OLD SOGDIAN NUMBER ONE HUNDRED",
159979  direction="r",
159980  linebreak="al",
159981  unicodeslot=0x10F25,
159982 },
159983 [0x10F26]={
159984  category="no",
159985  description="OLD SOGDIAN FRACTION ONE HALF",
159986  direction="r",
159987  linebreak="al",
159988  unicodeslot=0x10F26,
159989 },
159990 [0x10F27]={
159991  category="lo",
159992  description="OLD SOGDIAN LIGATURE AYIN-DALETH",
159993  direction="r",
159994  linebreak="al",
159995  unicodeslot=0x10F27,
159996 },
159997 [0x10F30]={
159998  arabic="d",
159999  category="lo",
160000  description="SOGDIAN LETTER ALEPH",
160001  direction="al",
160002  linebreak="al",
160003  unicodeslot=0x10F30,
160004 },
160005 [0x10F31]={
160006  arabic="d",
160007  category="lo",
160008  description="SOGDIAN LETTER BETH",
160009  direction="al",
160010  linebreak="al",
160011  unicodeslot=0x10F31,
160012 },
160013 [0x10F32]={
160014  arabic="d",
160015  category="lo",
160016  description="SOGDIAN LETTER GIMEL",
160017  direction="al",
160018  linebreak="al",
160019  unicodeslot=0x10F32,
160020 },
160021 [0x10F33]={
160022  arabic="r",
160023  category="lo",
160024  description="SOGDIAN LETTER HE",
160025  direction="al",
160026  linebreak="al",
160027  unicodeslot=0x10F33,
160028 },
160029 [0x10F34]={
160030  arabic="d",
160031  category="lo",
160032  description="SOGDIAN LETTER WAW",
160033  direction="al",
160034  linebreak="al",
160035  unicodeslot=0x10F34,
160036 },
160037 [0x10F35]={
160038  arabic="d",
160039  category="lo",
160040  description="SOGDIAN LETTER ZAYIN",
160041  direction="al",
160042  linebreak="al",
160043  unicodeslot=0x10F35,
160044 },
160045 [0x10F36]={
160046  arabic="d",
160047  category="lo",
160048  description="SOGDIAN LETTER HETH",
160049  direction="al",
160050  linebreak="al",
160051  unicodeslot=0x10F36,
160052 },
160053 [0x10F37]={
160054  arabic="d",
160055  category="lo",
160056  description="SOGDIAN LETTER YODH",
160057  direction="al",
160058  linebreak="al",
160059  unicodeslot=0x10F37,
160060 },
160061 [0x10F38]={
160062  arabic="d",
160063  category="lo",
160064  description="SOGDIAN LETTER KAPH",
160065  direction="al",
160066  linebreak="al",
160067  unicodeslot=0x10F38,
160068 },
160069 [0x10F39]={
160070  arabic="d",
160071  category="lo",
160072  description="SOGDIAN LETTER LAMEDH",
160073  direction="al",
160074  linebreak="al",
160075  unicodeslot=0x10F39,
160076 },
160077 [0x10F3A]={
160078  arabic="d",
160079  category="lo",
160080  description="SOGDIAN LETTER MEM",
160081  direction="al",
160082  linebreak="al",
160083  unicodeslot=0x10F3A,
160084 },
160085 [0x10F3B]={
160086  arabic="d",
160087  category="lo",
160088  description="SOGDIAN LETTER NUN",
160089  direction="al",
160090  linebreak="al",
160091  unicodeslot=0x10F3B,
160092 },
160093 [0x10F3C]={
160094  arabic="d",
160095  category="lo",
160096  description="SOGDIAN LETTER SAMEKH",
160097  direction="al",
160098  linebreak="al",
160099  unicodeslot=0x10F3C,
160100 },
160101 [0x10F3D]={
160102  arabic="d",
160103  category="lo",
160104  description="SOGDIAN LETTER AYIN",
160105  direction="al",
160106  linebreak="al",
160107  unicodeslot=0x10F3D,
160108 },
160109 [0x10F3E]={
160110  arabic="d",
160111  category="lo",
160112  description="SOGDIAN LETTER PE",
160113  direction="al",
160114  linebreak="al",
160115  unicodeslot=0x10F3E,
160116 },
160117 [0x10F3F]={
160118  arabic="d",
160119  category="lo",
160120  description="SOGDIAN LETTER SADHE",
160121  direction="al",
160122  linebreak="al",
160123  unicodeslot=0x10F3F,
160124 },
160125 [0x10F40]={
160126  arabic="d",
160127  category="lo",
160128  description="SOGDIAN LETTER RESH-AYIN",
160129  direction="al",
160130  linebreak="al",
160131  unicodeslot=0x10F40,
160132 },
160133 [0x10F41]={
160134  arabic="d",
160135  category="lo",
160136  description="SOGDIAN LETTER SHIN",
160137  direction="al",
160138  linebreak="al",
160139  unicodeslot=0x10F41,
160140 },
160141 [0x10F42]={
160142  arabic="d",
160143  category="lo",
160144  description="SOGDIAN LETTER TAW",
160145  direction="al",
160146  linebreak="al",
160147  unicodeslot=0x10F42,
160148 },
160149 [0x10F43]={
160150  arabic="d",
160151  category="lo",
160152  description="SOGDIAN LETTER FETH",
160153  direction="al",
160154  linebreak="al",
160155  unicodeslot=0x10F43,
160156 },
160157 [0x10F44]={
160158  arabic="d",
160159  category="lo",
160160  description="SOGDIAN LETTER LESH",
160161  direction="al",
160162  linebreak="al",
160163  unicodeslot=0x10F44,
160164 },
160165 [0x10F45]={
160166  arabic="u",
160167  category="lo",
160168  description="SOGDIAN INDEPENDENT SHIN",
160169  direction="al",
160170  linebreak="al",
160171  unicodeslot=0x10F45,
160172 },
160173 [0x10F46]={
160174  category="mn",
160175  combining=0xDC,
160176  description="SOGDIAN COMBINING DOT BELOW",
160177  direction="nsm",
160178  linebreak="cm",
160179  unicodeslot=0x10F46,
160180 },
160181 [0x10F47]={
160182  category="mn",
160183  combining=0xDC,
160184  description="SOGDIAN COMBINING TWO DOTS BELOW",
160185  direction="nsm",
160186  linebreak="cm",
160187  unicodeslot=0x10F47,
160188 },
160189 [0x10F48]={
160190  category="mn",
160191  combining=0xE6,
160192  description="SOGDIAN COMBINING DOT ABOVE",
160193  direction="nsm",
160194  linebreak="cm",
160195  unicodeslot=0x10F48,
160196 },
160197 [0x10F49]={
160198  category="mn",
160199  combining=0xE6,
160200  description="SOGDIAN COMBINING TWO DOTS ABOVE",
160201  direction="nsm",
160202  linebreak="cm",
160203  unicodeslot=0x10F49,
160204 },
160205 [0x10F4A]={
160206  category="mn",
160207  combining=0xE6,
160208  description="SOGDIAN COMBINING CURVE ABOVE",
160209  direction="nsm",
160210  linebreak="cm",
160211  unicodeslot=0x10F4A,
160212 },
160213 [0x10F4B]={
160214  category="mn",
160215  combining=0xDC,
160216  description="SOGDIAN COMBINING CURVE BELOW",
160217  direction="nsm",
160218  linebreak="cm",
160219  unicodeslot=0x10F4B,
160220 },
160221 [0x10F4C]={
160222  category="mn",
160223  combining=0xE6,
160224  description="SOGDIAN COMBINING HOOK ABOVE",
160225  direction="nsm",
160226  linebreak="cm",
160227  unicodeslot=0x10F4C,
160228 },
160229 [0x10F4D]={
160230  category="mn",
160231  combining=0xDC,
160232  description="SOGDIAN COMBINING HOOK BELOW",
160233  direction="nsm",
160234  linebreak="cm",
160235  unicodeslot=0x10F4D,
160236 },
160237 [0x10F4E]={
160238  category="mn",
160239  combining=0xDC,
160240  description="SOGDIAN COMBINING LONG HOOK BELOW",
160241  direction="nsm",
160242  linebreak="cm",
160243  unicodeslot=0x10F4E,
160244 },
160245 [0x10F4F]={
160246  category="mn",
160247  combining=0xDC,
160248  description="SOGDIAN COMBINING RESH BELOW",
160249  direction="nsm",
160250  linebreak="cm",
160251  unicodeslot=0x10F4F,
160252 },
160253 [0x10F50]={
160254  category="mn",
160255  combining=0xDC,
160256  description="SOGDIAN COMBINING STROKE BELOW",
160257  direction="nsm",
160258  linebreak="cm",
160259  unicodeslot=0x10F50,
160260 },
160261 [0x10F51]={
160262  arabic="d",
160263  category="no",
160264  description="SOGDIAN NUMBER ONE",
160265  direction="al",
160266  linebreak="al",
160267  unicodeslot=0x10F51,
160268 },
160269 [0x10F52]={
160270  arabic="d",
160271  category="no",
160272  description="SOGDIAN NUMBER TEN",
160273  direction="al",
160274  linebreak="al",
160275  unicodeslot=0x10F52,
160276 },
160277 [0x10F53]={
160278  arabic="d",
160279  category="no",
160280  description="SOGDIAN NUMBER TWENTY",
160281  direction="al",
160282  linebreak="al",
160283  unicodeslot=0x10F53,
160284 },
160285 [0x10F54]={
160286  arabic="r",
160287  category="no",
160288  description="SOGDIAN NUMBER ONE HUNDRED",
160289  direction="al",
160290  linebreak="al",
160291  unicodeslot=0x10F54,
160292 },
160293 [0x10F55]={
160294  category="po",
160295  description="SOGDIAN PUNCTUATION TWO VERTICAL BARS",
160296  direction="al",
160297  linebreak="al",
160298  unicodeslot=0x10F55,
160299 },
160300 [0x10F56]={
160301  category="po",
160302  description="SOGDIAN PUNCTUATION TWO VERTICAL BARS WITH DOTS",
160303  direction="al",
160304  linebreak="al",
160305  unicodeslot=0x10F56,
160306 },
160307 [0x10F57]={
160308  category="po",
160309  description="SOGDIAN PUNCTUATION CIRCLE WITH DOT",
160310  direction="al",
160311  linebreak="al",
160312  unicodeslot=0x10F57,
160313 },
160314 [0x10F58]={
160315  category="po",
160316  description="SOGDIAN PUNCTUATION TWO CIRCLES WITH DOTS",
160317  direction="al",
160318  linebreak="al",
160319  unicodeslot=0x10F58,
160320 },
160321 [0x10F59]={
160322  category="po",
160323  description="SOGDIAN PUNCTUATION HALF CIRCLE WITH DOT",
160324  direction="al",
160325  linebreak="al",
160326  unicodeslot=0x10F59,
160327 },
160328 [0x10F70]={
160329  arabic="d",
160330  category="lo",
160331  description="OLD UYGHUR LETTER ALEPH",
160332  direction="r",
160333  linebreak="al",
160334  unicodeslot=0x10F70,
160335 },
160336 [0x10F71]={
160337  arabic="d",
160338  category="lo",
160339  description="OLD UYGHUR LETTER BETH",
160340  direction="r",
160341  linebreak="al",
160342  unicodeslot=0x10F71,
160343 },
160344 [0x10F72]={
160345  arabic="d",
160346  category="lo",
160347  description="OLD UYGHUR LETTER GIMEL-HETH",
160348  direction="r",
160349  linebreak="al",
160350  unicodeslot=0x10F72,
160351 },
160352 [0x10F73]={
160353  arabic="d",
160354  category="lo",
160355  description="OLD UYGHUR LETTER WAW",
160356  direction="r",
160357  linebreak="al",
160358  unicodeslot=0x10F73,
160359 },
160360 [0x10F74]={
160361  arabic="r",
160362  category="lo",
160363  description="OLD UYGHUR LETTER ZAYIN",
160364  direction="r",
160365  linebreak="al",
160366  unicodeslot=0x10F74,
160367 },
160368 [0x10F75]={
160369  arabic="r",
160370  category="lo",
160371  description="OLD UYGHUR LETTER FINAL HETH",
160372  direction="r",
160373  linebreak="al",
160374  unicodeslot=0x10F75,
160375 },
160376 [0x10F76]={
160377  arabic="d",
160378  category="lo",
160379  description="OLD UYGHUR LETTER YODH",
160380  direction="r",
160381  linebreak="al",
160382  unicodeslot=0x10F76,
160383 },
160384 [0x10F77]={
160385  arabic="d",
160386  category="lo",
160387  description="OLD UYGHUR LETTER KAPH",
160388  direction="r",
160389  linebreak="al",
160390  unicodeslot=0x10F77,
160391 },
160392 [0x10F78]={
160393  arabic="d",
160394  category="lo",
160395  description="OLD UYGHUR LETTER LAMEDH",
160396  direction="r",
160397  linebreak="al",
160398  unicodeslot=0x10F78,
160399 },
160400 [0x10F79]={
160401  arabic="d",
160402  category="lo",
160403  description="OLD UYGHUR LETTER MEM",
160404  direction="r",
160405  linebreak="al",
160406  unicodeslot=0x10F79,
160407 },
160408 [0x10F7A]={
160409  arabic="d",
160410  category="lo",
160411  description="OLD UYGHUR LETTER NUN",
160412  direction="r",
160413  linebreak="al",
160414  unicodeslot=0x10F7A,
160415 },
160416 [0x10F7B]={
160417  arabic="d",
160418  category="lo",
160419  description="OLD UYGHUR LETTER SAMEKH",
160420  direction="r",
160421  linebreak="al",
160422  unicodeslot=0x10F7B,
160423 },
160424 [0x10F7C]={
160425  arabic="d",
160426  category="lo",
160427  description="OLD UYGHUR LETTER PE",
160428  direction="r",
160429  linebreak="al",
160430  unicodeslot=0x10F7C,
160431 },
160432 [0x10F7D]={
160433  arabic="d",
160434  category="lo",
160435  description="OLD UYGHUR LETTER SADHE",
160436  direction="r",
160437  linebreak="al",
160438  unicodeslot=0x10F7D,
160439 },
160440 [0x10F7E]={
160441  arabic="d",
160442  category="lo",
160443  description="OLD UYGHUR LETTER RESH",
160444  direction="r",
160445  linebreak="al",
160446  unicodeslot=0x10F7E,
160447 },
160448 [0x10F7F]={
160449  arabic="d",
160450  category="lo",
160451  description="OLD UYGHUR LETTER SHIN",
160452  direction="r",
160453  linebreak="al",
160454  unicodeslot=0x10F7F,
160455 },
160456 [0x10F80]={
160457  arabic="d",
160458  category="lo",
160459  description="OLD UYGHUR LETTER TAW",
160460  direction="r",
160461  linebreak="al",
160462  unicodeslot=0x10F80,
160463 },
160464 [0x10F81]={
160465  arabic="d",
160466  category="lo",
160467  description="OLD UYGHUR LETTER LESH",
160468  direction="r",
160469  linebreak="al",
160470  unicodeslot=0x10F81,
160471 },
160472 [0x10F82]={
160473  category="mn",
160474  combining=0xE6,
160475  description="OLD UYGHUR COMBINING DOT ABOVE",
160476  direction="nsm",
160477  linebreak="cm",
160478  unicodeslot=0x10F82,
160479 },
160480 [0x10F83]={
160481  category="mn",
160482  combining=0xDC,
160483  description="OLD UYGHUR COMBINING DOT BELOW",
160484  direction="nsm",
160485  linebreak="cm",
160486  unicodeslot=0x10F83,
160487 },
160488 [0x10F84]={
160489  category="mn",
160490  combining=0xE6,
160491  description="OLD UYGHUR COMBINING TWO DOTS ABOVE",
160492  direction="nsm",
160493  linebreak="cm",
160494  unicodeslot=0x10F84,
160495 },
160496 [0x10F85]={
160497  category="mn",
160498  combining=0xDC,
160499  description="OLD UYGHUR COMBINING TWO DOTS BELOW",
160500  direction="nsm",
160501  linebreak="cm",
160502  unicodeslot=0x10F85,
160503 },
160504 [0x10F86]={
160505  category="po",
160506  description="OLD UYGHUR PUNCTUATION BAR",
160507  direction="r",
160508  linebreak="al",
160509  unicodeslot=0x10F86,
160510 },
160511 [0x10F87]={
160512  category="po",
160513  description="OLD UYGHUR PUNCTUATION TWO BARS",
160514  direction="r",
160515  linebreak="al",
160516  unicodeslot=0x10F87,
160517 },
160518 [0x10F88]={
160519  category="po",
160520  description="OLD UYGHUR PUNCTUATION TWO DOTS",
160521  direction="r",
160522  linebreak="al",
160523  unicodeslot=0x10F88,
160524 },
160525 [0x10F89]={
160526  category="po",
160527  description="OLD UYGHUR PUNCTUATION FOUR DOTS",
160528  direction="r",
160529  linebreak="al",
160530  unicodeslot=0x10F89,
160531 },
160532 [0x10FB0]={
160533  arabic="d",
160534  category="lo",
160535  description="CHORASMIAN LETTER ALEPH",
160536  direction="r",
160537  linebreak="al",
160538  unicodeslot=0x10FB0,
160539 },
160540 [0x10FB1]={
160541  arabic="u",
160542  category="lo",
160543  description="CHORASMIAN LETTER SMALL ALEPH",
160544  direction="r",
160545  linebreak="al",
160546  unicodeslot=0x10FB1,
160547 },
160548 [0x10FB2]={
160549  arabic="d",
160550  category="lo",
160551  description="CHORASMIAN LETTER BETH",
160552  direction="r",
160553  linebreak="al",
160554  unicodeslot=0x10FB2,
160555 },
160556 [0x10FB3]={
160557  arabic="d",
160558  category="lo",
160559  description="CHORASMIAN LETTER GIMEL",
160560  direction="r",
160561  linebreak="al",
160562  unicodeslot=0x10FB3,
160563 },
160564 [0x10FB4]={
160565  arabic="r",
160566  category="lo",
160567  description="CHORASMIAN LETTER DALETH",
160568  direction="r",
160569  linebreak="al",
160570  unicodeslot=0x10FB4,
160571 },
160572 [0x10FB5]={
160573  arabic="r",
160574  category="lo",
160575  description="CHORASMIAN LETTER HE",
160576  direction="r",
160577  linebreak="al",
160578  unicodeslot=0x10FB5,
160579 },
160580 [0x10FB6]={
160581  arabic="r",
160582  category="lo",
160583  description="CHORASMIAN LETTER WAW",
160584  direction="r",
160585  linebreak="al",
160586  unicodeslot=0x10FB6,
160587 },
160588 [0x10FB7]={
160589  arabic="u",
160590  category="lo",
160591  description="CHORASMIAN LETTER CURLED WAW",
160592  direction="r",
160593  linebreak="al",
160594  unicodeslot=0x10FB7,
160595 },
160596 [0x10FB8]={
160597  arabic="d",
160598  category="lo",
160599  description="CHORASMIAN LETTER ZAYIN",
160600  direction="r",
160601  linebreak="al",
160602  unicodeslot=0x10FB8,
160603 },
160604 [0x10FB9]={
160605  arabic="r",
160606  category="lo",
160607  description="CHORASMIAN LETTER HETH",
160608  direction="r",
160609  linebreak="al",
160610  unicodeslot=0x10FB9,
160611 },
160612 [0x10FBA]={
160613  arabic="r",
160614  category="lo",
160615  description="CHORASMIAN LETTER YODH",
160616  direction="r",
160617  linebreak="al",
160618  unicodeslot=0x10FBA,
160619 },
160620 [0x10FBB]={
160621  arabic="d",
160622  category="lo",
160623  description="CHORASMIAN LETTER KAPH",
160624  direction="r",
160625  linebreak="al",
160626  unicodeslot=0x10FBB,
160627 },
160628 [0x10FBC]={
160629  arabic="d",
160630  category="lo",
160631  description="CHORASMIAN LETTER LAMEDH",
160632  direction="r",
160633  linebreak="al",
160634  unicodeslot=0x10FBC,
160635 },
160636 [0x10FBD]={
160637  arabic="r",
160638  category="lo",
160639  description="CHORASMIAN LETTER MEM",
160640  direction="r",
160641  linebreak="al",
160642  unicodeslot=0x10FBD,
160643 },
160644 [0x10FBE]={
160645  arabic="d",
160646  category="lo",
160647  description="CHORASMIAN LETTER NUN",
160648  direction="r",
160649  linebreak="al",
160650  unicodeslot=0x10FBE,
160651 },
160652 [0x10FBF]={
160653  arabic="d",
160654  category="lo",
160655  description="CHORASMIAN LETTER SAMEKH",
160656  direction="r",
160657  linebreak="al",
160658  unicodeslot=0x10FBF,
160659 },
160660 [0x10FC0]={
160661  arabic="u",
160662  category="lo",
160663  description="CHORASMIAN LETTER AYIN",
160664  direction="r",
160665  linebreak="al",
160666  unicodeslot=0x10FC0,
160667 },
160668 [0x10FC1]={
160669  arabic="d",
160670  category="lo",
160671  description="CHORASMIAN LETTER PE",
160672  direction="r",
160673  linebreak="al",
160674  unicodeslot=0x10FC1,
160675 },
160676 [0x10FC2]={
160677  arabic="r",
160678  category="lo",
160679  description="CHORASMIAN LETTER RESH",
160680  direction="r",
160681  linebreak="al",
160682  unicodeslot=0x10FC2,
160683 },
160684 [0x10FC3]={
160685  arabic="r",
160686  category="lo",
160687  description="CHORASMIAN LETTER SHIN",
160688  direction="r",
160689  linebreak="al",
160690  unicodeslot=0x10FC3,
160691 },
160692 [0x10FC4]={
160693  arabic="d",
160694  category="lo",
160695  description="CHORASMIAN LETTER TAW",
160696  direction="r",
160697  linebreak="al",
160698  unicodeslot=0x10FC4,
160699 },
160700 [0x10FC5]={
160701  arabic="u",
160702  category="no",
160703  description="CHORASMIAN NUMBER ONE",
160704  direction="r",
160705  linebreak="al",
160706  unicodeslot=0x10FC5,
160707 },
160708 [0x10FC6]={
160709  arabic="u",
160710  category="no",
160711  description="CHORASMIAN NUMBER TWO",
160712  direction="r",
160713  linebreak="al",
160714  unicodeslot=0x10FC6,
160715 },
160716 [0x10FC7]={
160717  arabic="u",
160718  category="no",
160719  description="CHORASMIAN NUMBER THREE",
160720  direction="r",
160721  linebreak="al",
160722  unicodeslot=0x10FC7,
160723 },
160724 [0x10FC8]={
160725  arabic="u",
160726  category="no",
160727  description="CHORASMIAN NUMBER FOUR",
160728  direction="r",
160729  linebreak="al",
160730  unicodeslot=0x10FC8,
160731 },
160732 [0x10FC9]={
160733  arabic="r",
160734  category="no",
160735  description="CHORASMIAN NUMBER TEN",
160736  direction="r",
160737  linebreak="al",
160738  unicodeslot=0x10FC9,
160739 },
160740 [0x10FCA]={
160741  arabic="d",
160742  category="no",
160743  description="CHORASMIAN NUMBER TWENTY",
160744  direction="r",
160745  linebreak="al",
160746  unicodeslot=0x10FCA,
160747 },
160748 [0x10FCB]={
160749  arabic="l",
160750  category="no",
160751  description="CHORASMIAN NUMBER ONE HUNDRED",
160752  direction="r",
160753  linebreak="al",
160754  unicodeslot=0x10FCB,
160755 },
160756 [0x10FE0]={
160757  category="lo",
160758  description="ELYMAIC LETTER ALEPH",
160759  direction="r",
160760  linebreak="al",
160761  unicodeslot=0x10FE0,
160762 },
160763 [0x10FE1]={
160764  category="lo",
160765  description="ELYMAIC LETTER BETH",
160766  direction="r",
160767  linebreak="al",
160768  unicodeslot=0x10FE1,
160769 },
160770 [0x10FE2]={
160771  category="lo",
160772  description="ELYMAIC LETTER GIMEL",
160773  direction="r",
160774  linebreak="al",
160775  unicodeslot=0x10FE2,
160776 },
160777 [0x10FE3]={
160778  category="lo",
160779  description="ELYMAIC LETTER DALETH",
160780  direction="r",
160781  linebreak="al",
160782  unicodeslot=0x10FE3,
160783 },
160784 [0x10FE4]={
160785  category="lo",
160786  description="ELYMAIC LETTER HE",
160787  direction="r",
160788  linebreak="al",
160789  unicodeslot=0x10FE4,
160790 },
160791 [0x10FE5]={
160792  category="lo",
160793  description="ELYMAIC LETTER WAW",
160794  direction="r",
160795  linebreak="al",
160796  unicodeslot=0x10FE5,
160797 },
160798 [0x10FE6]={
160799  category="lo",
160800  description="ELYMAIC LETTER ZAYIN",
160801  direction="r",
160802  linebreak="al",
160803  unicodeslot=0x10FE6,
160804 },
160805 [0x10FE7]={
160806  category="lo",
160807  description="ELYMAIC LETTER HETH",
160808  direction="r",
160809  linebreak="al",
160810  unicodeslot=0x10FE7,
160811 },
160812 [0x10FE8]={
160813  category="lo",
160814  description="ELYMAIC LETTER TETH",
160815  direction="r",
160816  linebreak="al",
160817  unicodeslot=0x10FE8,
160818 },
160819 [0x10FE9]={
160820  category="lo",
160821  description="ELYMAIC LETTER YODH",
160822  direction="r",
160823  linebreak="al",
160824  unicodeslot=0x10FE9,
160825 },
160826 [0x10FEA]={
160827  category="lo",
160828  description="ELYMAIC LETTER KAPH",
160829  direction="r",
160830  linebreak="al",
160831  unicodeslot=0x10FEA,
160832 },
160833 [0x10FEB]={
160834  category="lo",
160835  description="ELYMAIC LETTER LAMEDH",
160836  direction="r",
160837  linebreak="al",
160838  unicodeslot=0x10FEB,
160839 },
160840 [0x10FEC]={
160841  category="lo",
160842  description="ELYMAIC LETTER MEM",
160843  direction="r",
160844  linebreak="al",
160845  unicodeslot=0x10FEC,
160846 },
160847 [0x10FED]={
160848  category="lo",
160849  description="ELYMAIC LETTER NUN",
160850  direction="r",
160851  linebreak="al",
160852  unicodeslot=0x10FED,
160853 },
160854 [0x10FEE]={
160855  category="lo",
160856  description="ELYMAIC LETTER SAMEKH",
160857  direction="r",
160858  linebreak="al",
160859  unicodeslot=0x10FEE,
160860 },
160861 [0x10FEF]={
160862  category="lo",
160863  description="ELYMAIC LETTER AYIN",
160864  direction="r",
160865  linebreak="al",
160866  unicodeslot=0x10FEF,
160867 },
160868 [0x10FF0]={
160869  category="lo",
160870  description="ELYMAIC LETTER PE",
160871  direction="r",
160872  linebreak="al",
160873  unicodeslot=0x10FF0,
160874 },
160875 [0x10FF1]={
160876  category="lo",
160877  description="ELYMAIC LETTER SADHE",
160878  direction="r",
160879  linebreak="al",
160880  unicodeslot=0x10FF1,
160881 },
160882 [0x10FF2]={
160883  category="lo",
160884  description="ELYMAIC LETTER QOPH",
160885  direction="r",
160886  linebreak="al",
160887  unicodeslot=0x10FF2,
160888 },
160889 [0x10FF3]={
160890  category="lo",
160891  description="ELYMAIC LETTER RESH",
160892  direction="r",
160893  linebreak="al",
160894  unicodeslot=0x10FF3,
160895 },
160896 [0x10FF4]={
160897  category="lo",
160898  description="ELYMAIC LETTER SHIN",
160899  direction="r",
160900  linebreak="al",
160901  unicodeslot=0x10FF4,
160902 },
160903 [0x10FF5]={
160904  category="lo",
160905  description="ELYMAIC LETTER TAW",
160906  direction="r",
160907  linebreak="al",
160908  unicodeslot=0x10FF5,
160909 },
160910 [0x10FF6]={
160911  category="lo",
160912  description="ELYMAIC LIGATURE ZAYIN-YODH",
160913  direction="r",
160914  linebreak="al",
160915  unicodeslot=0x10FF6,
160916 },
160917 [0x11000]={
160918  category="mc",
160919  description="BRAHMI SIGN CANDRABINDU",
160920  direction="l",
160921  linebreak="cm",
160922  unicodeslot=0x11000,
160923 },
160924 [0x11001]={
160925  category="mn",
160926  description="BRAHMI SIGN ANUSVARA",
160927  direction="nsm",
160928  linebreak="cm",
160929  unicodeslot=0x11001,
160930 },
160931 [0x11002]={
160932  category="mc",
160933  description="BRAHMI SIGN VISARGA",
160934  direction="l",
160935  linebreak="cm",
160936  unicodeslot=0x11002,
160937 },
160938 [0x11003]={
160939  category="lo",
160940  description="BRAHMI SIGN JIHVAMULIYA",
160941  direction="l",
160942  linebreak="ap",
160943  unicodeslot=0x11003,
160944 },
160945 [0x11004]={
160946  category="lo",
160947  description="BRAHMI SIGN UPADHMANIYA",
160948  direction="l",
160949  linebreak="ap",
160950  unicodeslot=0x11004,
160951 },
160952 [0x11005]={
160953  category="lo",
160954  description="BRAHMI LETTER A",
160955  direction="l",
160956  linebreak="ak",
160957  unicodeslot=0x11005,
160958 },
160959 [0x11006]={
160960  category="lo",
160961  description="BRAHMI LETTER AA",
160962  direction="l",
160963  linebreak="ak",
160964  unicodeslot=0x11006,
160965 },
160966 [0x11007]={
160967  category="lo",
160968  description="BRAHMI LETTER I",
160969  direction="l",
160970  linebreak="ak",
160971  unicodeslot=0x11007,
160972 },
160973 [0x11008]={
160974  category="lo",
160975  description="BRAHMI LETTER II",
160976  direction="l",
160977  linebreak="ak",
160978  unicodeslot=0x11008,
160979 },
160980 [0x11009]={
160981  category="lo",
160982  description="BRAHMI LETTER U",
160983  direction="l",
160984  linebreak="ak",
160985  unicodeslot=0x11009,
160986 },
160987 [0x1100A]={
160988  category="lo",
160989  description="BRAHMI LETTER UU",
160990  direction="l",
160991  linebreak="ak",
160992  unicodeslot=0x1100A,
160993 },
160994 [0x1100B]={
160995  category="lo",
160996  description="BRAHMI LETTER VOCALIC R",
160997  direction="l",
160998  linebreak="ak",
160999  unicodeslot=0x1100B,
161000 },
161001 [0x1100C]={
161002  category="lo",
161003  description="BRAHMI LETTER VOCALIC RR",
161004  direction="l",
161005  linebreak="ak",
161006  unicodeslot=0x1100C,
161007 },
161008 [0x1100D]={
161009  category="lo",
161010  description="BRAHMI LETTER VOCALIC L",
161011  direction="l",
161012  linebreak="ak",
161013  unicodeslot=0x1100D,
161014 },
161015 [0x1100E]={
161016  category="lo",
161017  description="BRAHMI LETTER VOCALIC LL",
161018  direction="l",
161019  linebreak="ak",
161020  unicodeslot=0x1100E,
161021 },
161022 [0x1100F]={
161023  category="lo",
161024  description="BRAHMI LETTER E",
161025  direction="l",
161026  linebreak="ak",
161027  unicodeslot=0x1100F,
161028 },
161029 [0x11010]={
161030  category="lo",
161031  description="BRAHMI LETTER AI",
161032  direction="l",
161033  linebreak="ak",
161034  unicodeslot=0x11010,
161035 },
161036 [0x11011]={
161037  category="lo",
161038  description="BRAHMI LETTER O",
161039  direction="l",
161040  linebreak="ak",
161041  unicodeslot=0x11011,
161042 },
161043 [0x11012]={
161044  category="lo",
161045  description="BRAHMI LETTER AU",
161046  direction="l",
161047  linebreak="ak",
161048  unicodeslot=0x11012,
161049 },
161050 [0x11013]={
161051  category="lo",
161052  description="BRAHMI LETTER KA",
161053  direction="l",
161054  linebreak="ak",
161055  unicodeslot=0x11013,
161056 },
161057 [0x11014]={
161058  category="lo",
161059  description="BRAHMI LETTER KHA",
161060  direction="l",
161061  linebreak="ak",
161062  unicodeslot=0x11014,
161063 },
161064 [0x11015]={
161065  category="lo",
161066  description="BRAHMI LETTER GA",
161067  direction="l",
161068  linebreak="ak",
161069  unicodeslot=0x11015,
161070 },
161071 [0x11016]={
161072  category="lo",
161073  description="BRAHMI LETTER GHA",
161074  direction="l",
161075  linebreak="ak",
161076  unicodeslot=0x11016,
161077 },
161078 [0x11017]={
161079  category="lo",
161080  description="BRAHMI LETTER NGA",
161081  direction="l",
161082  linebreak="ak",
161083  unicodeslot=0x11017,
161084 },
161085 [0x11018]={
161086  category="lo",
161087  description="BRAHMI LETTER CA",
161088  direction="l",
161089  linebreak="ak",
161090  unicodeslot=0x11018,
161091 },
161092 [0x11019]={
161093  category="lo",
161094  description="BRAHMI LETTER CHA",
161095  direction="l",
161096  linebreak="ak",
161097  unicodeslot=0x11019,
161098 },
161099 [0x1101A]={
161100  category="lo",
161101  description="BRAHMI LETTER JA",
161102  direction="l",
161103  linebreak="ak",
161104  unicodeslot=0x1101A,
161105 },
161106 [0x1101B]={
161107  category="lo",
161108  description="BRAHMI LETTER JHA",
161109  direction="l",
161110  linebreak="ak",
161111  unicodeslot=0x1101B,
161112 },
161113 [0x1101C]={
161114  category="lo",
161115  description="BRAHMI LETTER NYA",
161116  direction="l",
161117  linebreak="ak",
161118  unicodeslot=0x1101C,
161119 },
161120 [0x1101D]={
161121  category="lo",
161122  description="BRAHMI LETTER TTA",
161123  direction="l",
161124  linebreak="ak",
161125  unicodeslot=0x1101D,
161126 },
161127 [0x1101E]={
161128  category="lo",
161129  description="BRAHMI LETTER TTHA",
161130  direction="l",
161131  linebreak="ak",
161132  unicodeslot=0x1101E,
161133 },
161134 [0x1101F]={
161135  category="lo",
161136  description="BRAHMI LETTER DDA",
161137  direction="l",
161138  linebreak="ak",
161139  unicodeslot=0x1101F,
161140 },
161141 [0x11020]={
161142  category="lo",
161143  description="BRAHMI LETTER DDHA",
161144  direction="l",
161145  linebreak="ak",
161146  unicodeslot=0x11020,
161147 },
161148 [0x11021]={
161149  category="lo",
161150  description="BRAHMI LETTER NNA",
161151  direction="l",
161152  linebreak="ak",
161153  unicodeslot=0x11021,
161154 },
161155 [0x11022]={
161156  category="lo",
161157  description="BRAHMI LETTER TA",
161158  direction="l",
161159  linebreak="ak",
161160  unicodeslot=0x11022,
161161 },
161162 [0x11023]={
161163  category="lo",
161164  description="BRAHMI LETTER THA",
161165  direction="l",
161166  linebreak="ak",
161167  unicodeslot=0x11023,
161168 },
161169 [0x11024]={
161170  category="lo",
161171  description="BRAHMI LETTER DA",
161172  direction="l",
161173  linebreak="ak",
161174  unicodeslot=0x11024,
161175 },
161176 [0x11025]={
161177  category="lo",
161178  description="BRAHMI LETTER DHA",
161179  direction="l",
161180  linebreak="ak",
161181  unicodeslot=0x11025,
161182 },
161183 [0x11026]={
161184  category="lo",
161185  description="BRAHMI LETTER NA",
161186  direction="l",
161187  linebreak="ak",
161188  unicodeslot=0x11026,
161189 },
161190 [0x11027]={
161191  category="lo",
161192  description="BRAHMI LETTER PA",
161193  direction="l",
161194  linebreak="ak",
161195  unicodeslot=0x11027,
161196 },
161197 [0x11028]={
161198  category="lo",
161199  description="BRAHMI LETTER PHA",
161200  direction="l",
161201  linebreak="ak",
161202  unicodeslot=0x11028,
161203 },
161204 [0x11029]={
161205  category="lo",
161206  description="BRAHMI LETTER BA",
161207  direction="l",
161208  linebreak="ak",
161209  unicodeslot=0x11029,
161210 },
161211 [0x1102A]={
161212  category="lo",
161213  description="BRAHMI LETTER BHA",
161214  direction="l",
161215  linebreak="ak",
161216  unicodeslot=0x1102A,
161217 },
161218 [0x1102B]={
161219  category="lo",
161220  description="BRAHMI LETTER MA",
161221  direction="l",
161222  linebreak="ak",
161223  unicodeslot=0x1102B,
161224 },
161225 [0x1102C]={
161226  category="lo",
161227  description="BRAHMI LETTER YA",
161228  direction="l",
161229  linebreak="ak",
161230  unicodeslot=0x1102C,
161231 },
161232 [0x1102D]={
161233  category="lo",
161234  description="BRAHMI LETTER RA",
161235  direction="l",
161236  linebreak="ak",
161237  unicodeslot=0x1102D,
161238 },
161239 [0x1102E]={
161240  category="lo",
161241  description="BRAHMI LETTER LA",
161242  direction="l",
161243  linebreak="ak",
161244  unicodeslot=0x1102E,
161245 },
161246 [0x1102F]={
161247  category="lo",
161248  description="BRAHMI LETTER VA",
161249  direction="l",
161250  linebreak="ak",
161251  unicodeslot=0x1102F,
161252 },
161253 [0x11030]={
161254  category="lo",
161255  description="BRAHMI LETTER SHA",
161256  direction="l",
161257  linebreak="ak",
161258  unicodeslot=0x11030,
161259 },
161260 [0x11031]={
161261  category="lo",
161262  description="BRAHMI LETTER SSA",
161263  direction="l",
161264  linebreak="ak",
161265  unicodeslot=0x11031,
161266 },
161267 [0x11032]={
161268  category="lo",
161269  description="BRAHMI LETTER SA",
161270  direction="l",
161271  linebreak="ak",
161272  unicodeslot=0x11032,
161273 },
161274 [0x11033]={
161275  category="lo",
161276  description="BRAHMI LETTER HA",
161277  direction="l",
161278  linebreak="ak",
161279  unicodeslot=0x11033,
161280 },
161281 [0x11034]={
161282  category="lo",
161283  description="BRAHMI LETTER LLA",
161284  direction="l",
161285  linebreak="ak",
161286  unicodeslot=0x11034,
161287 },
161288 [0x11035]={
161289  category="lo",
161290  description="BRAHMI LETTER OLD TAMIL LLLA",
161291  direction="l",
161292  linebreak="ak",
161293  unicodeslot=0x11035,
161294 },
161295 [0x11036]={
161296  category="lo",
161297  description="BRAHMI LETTER OLD TAMIL RRA",
161298  direction="l",
161299  linebreak="ak",
161300  unicodeslot=0x11036,
161301 },
161302 [0x11037]={
161303  category="lo",
161304  description="BRAHMI LETTER OLD TAMIL NNNA",
161305  direction="l",
161306  linebreak="ak",
161307  unicodeslot=0x11037,
161308 },
161309 [0x11038]={
161310  category="mn",
161311  description="BRAHMI VOWEL SIGN AA",
161312  direction="nsm",
161313  linebreak="cm",
161314  unicodeslot=0x11038,
161315 },
161316 [0x11039]={
161317  category="mn",
161318  description="BRAHMI VOWEL SIGN BHATTIPROLU AA",
161319  direction="nsm",
161320  linebreak="cm",
161321  unicodeslot=0x11039,
161322 },
161323 [0x1103A]={
161324  category="mn",
161325  description="BRAHMI VOWEL SIGN I",
161326  direction="nsm",
161327  linebreak="cm",
161328  unicodeslot=0x1103A,
161329 },
161330 [0x1103B]={
161331  category="mn",
161332  description="BRAHMI VOWEL SIGN II",
161333  direction="nsm",
161334  linebreak="cm",
161335  unicodeslot=0x1103B,
161336 },
161337 [0x1103C]={
161338  category="mn",
161339  description="BRAHMI VOWEL SIGN U",
161340  direction="nsm",
161341  linebreak="cm",
161342  unicodeslot=0x1103C,
161343 },
161344 [0x1103D]={
161345  category="mn",
161346  description="BRAHMI VOWEL SIGN UU",
161347  direction="nsm",
161348  linebreak="cm",
161349  unicodeslot=0x1103D,
161350 },
161351 [0x1103E]={
161352  category="mn",
161353  description="BRAHMI VOWEL SIGN VOCALIC R",
161354  direction="nsm",
161355  linebreak="cm",
161356  unicodeslot=0x1103E,
161357 },
161358 [0x1103F]={
161359  category="mn",
161360  description="BRAHMI VOWEL SIGN VOCALIC RR",
161361  direction="nsm",
161362  linebreak="cm",
161363  unicodeslot=0x1103F,
161364 },
161365 [0x11040]={
161366  category="mn",
161367  description="BRAHMI VOWEL SIGN VOCALIC L",
161368  direction="nsm",
161369  linebreak="cm",
161370  unicodeslot=0x11040,
161371 },
161372 [0x11041]={
161373  category="mn",
161374  description="BRAHMI VOWEL SIGN VOCALIC LL",
161375  direction="nsm",
161376  linebreak="cm",
161377  unicodeslot=0x11041,
161378 },
161379 [0x11042]={
161380  category="mn",
161381  description="BRAHMI VOWEL SIGN E",
161382  direction="nsm",
161383  linebreak="cm",
161384  unicodeslot=0x11042,
161385 },
161386 [0x11043]={
161387  category="mn",
161388  description="BRAHMI VOWEL SIGN AI",
161389  direction="nsm",
161390  linebreak="cm",
161391  unicodeslot=0x11043,
161392 },
161393 [0x11044]={
161394  category="mn",
161395  description="BRAHMI VOWEL SIGN O",
161396  direction="nsm",
161397  linebreak="cm",
161398  unicodeslot=0x11044,
161399 },
161400 [0x11045]={
161401  category="mn",
161402  description="BRAHMI VOWEL SIGN AU",
161403  direction="nsm",
161404  linebreak="cm",
161405  unicodeslot=0x11045,
161406 },
161407 [0x11046]={
161408  category="mn",
161409  combining=0x9,
161410  description="BRAHMI VIRAMA",
161411  direction="nsm",
161412  linebreak="vi",
161413  unicodeslot=0x11046,
161414 },
161415 [0x11047]={
161416  category="po",
161417  description="BRAHMI DANDA",
161418  direction="l",
161419  linebreak="ba",
161420  unicodeslot=0x11047,
161421 },
161422 [0x11048]={
161423  category="po",
161424  description="BRAHMI DOUBLE DANDA",
161425  direction="l",
161426  linebreak="ba",
161427  unicodeslot=0x11048,
161428 },
161429 [0x11049]={
161430  category="po",
161431  description="BRAHMI PUNCTUATION DOT",
161432  direction="l",
161433  linebreak="id",
161434  unicodeslot=0x11049,
161435 },
161436 [0x1104A]={
161437  category="po",
161438  description="BRAHMI PUNCTUATION DOUBLE DOT",
161439  direction="l",
161440  linebreak="id",
161441  unicodeslot=0x1104A,
161442 },
161443 [0x1104B]={
161444  category="po",
161445  description="BRAHMI PUNCTUATION LINE",
161446  direction="l",
161447  linebreak="id",
161448  unicodeslot=0x1104B,
161449 },
161450 [0x1104C]={
161451  category="po",
161452  description="BRAHMI PUNCTUATION CRESCENT BAR",
161453  direction="l",
161454  linebreak="id",
161455  unicodeslot=0x1104C,
161456 },
161457 [0x1104D]={
161458  category="po",
161459  description="BRAHMI PUNCTUATION LOTUS",
161460  direction="l",
161461  linebreak="id",
161462  unicodeslot=0x1104D,
161463 },
161464 [0x11052]={
161465  category="no",
161466  description="BRAHMI NUMBER ONE",
161467  direction="on",
161468  linebreak="id",
161469  unicodeslot=0x11052,
161470 },
161471 [0x11053]={
161472  category="no",
161473  description="BRAHMI NUMBER TWO",
161474  direction="on",
161475  linebreak="id",
161476  unicodeslot=0x11053,
161477 },
161478 [0x11054]={
161479  category="no",
161480  description="BRAHMI NUMBER THREE",
161481  direction="on",
161482  linebreak="id",
161483  unicodeslot=0x11054,
161484 },
161485 [0x11055]={
161486  category="no",
161487  description="BRAHMI NUMBER FOUR",
161488  direction="on",
161489  linebreak="id",
161490  unicodeslot=0x11055,
161491 },
161492 [0x11056]={
161493  category="no",
161494  description="BRAHMI NUMBER FIVE",
161495  direction="on",
161496  linebreak="id",
161497  unicodeslot=0x11056,
161498 },
161499 [0x11057]={
161500  category="no",
161501  description="BRAHMI NUMBER SIX",
161502  direction="on",
161503  linebreak="id",
161504  unicodeslot=0x11057,
161505 },
161506 [0x11058]={
161507  category="no",
161508  description="BRAHMI NUMBER SEVEN",
161509  direction="on",
161510  linebreak="id",
161511  unicodeslot=0x11058,
161512 },
161513 [0x11059]={
161514  category="no",
161515  description="BRAHMI NUMBER EIGHT",
161516  direction="on",
161517  linebreak="id",
161518  unicodeslot=0x11059,
161519 },
161520 [0x1105A]={
161521  category="no",
161522  description="BRAHMI NUMBER NINE",
161523  direction="on",
161524  linebreak="id",
161525  unicodeslot=0x1105A,
161526 },
161527 [0x1105B]={
161528  category="no",
161529  description="BRAHMI NUMBER TEN",
161530  direction="on",
161531  linebreak="id",
161532  unicodeslot=0x1105B,
161533 },
161534 [0x1105C]={
161535  category="no",
161536  description="BRAHMI NUMBER TWENTY",
161537  direction="on",
161538  linebreak="id",
161539  unicodeslot=0x1105C,
161540 },
161541 [0x1105D]={
161542  category="no",
161543  description="BRAHMI NUMBER THIRTY",
161544  direction="on",
161545  linebreak="id",
161546  unicodeslot=0x1105D,
161547 },
161548 [0x1105E]={
161549  category="no",
161550  description="BRAHMI NUMBER FORTY",
161551  direction="on",
161552  linebreak="id",
161553  unicodeslot=0x1105E,
161554 },
161555 [0x1105F]={
161556  category="no",
161557  description="BRAHMI NUMBER FIFTY",
161558  direction="on",
161559  linebreak="id",
161560  unicodeslot=0x1105F,
161561 },
161562 [0x11060]={
161563  category="no",
161564  description="BRAHMI NUMBER SIXTY",
161565  direction="on",
161566  linebreak="id",
161567  unicodeslot=0x11060,
161568 },
161569 [0x11061]={
161570  category="no",
161571  description="BRAHMI NUMBER SEVENTY",
161572  direction="on",
161573  linebreak="id",
161574  unicodeslot=0x11061,
161575 },
161576 [0x11062]={
161577  category="no",
161578  description="BRAHMI NUMBER EIGHTY",
161579  direction="on",
161580  linebreak="id",
161581  unicodeslot=0x11062,
161582 },
161583 [0x11063]={
161584  category="no",
161585  description="BRAHMI NUMBER NINETY",
161586  direction="on",
161587  linebreak="id",
161588  unicodeslot=0x11063,
161589 },
161590 [0x11064]={
161591  category="no",
161592  description="BRAHMI NUMBER ONE HUNDRED",
161593  direction="on",
161594  linebreak="id",
161595  unicodeslot=0x11064,
161596 },
161597 [0x11065]={
161598  category="no",
161599  description="BRAHMI NUMBER ONE THOUSAND",
161600  direction="on",
161601  linebreak="id",
161602  unicodeslot=0x11065,
161603 },
161604 [0x11066]={
161605  category="nd",
161606  description="BRAHMI DIGIT ZERO",
161607  direction="l",
161608  linebreak="as",
161609  unicodeslot=0x11066,
161610 },
161611 [0x11067]={
161612  category="nd",
161613  description="BRAHMI DIGIT ONE",
161614  direction="l",
161615  linebreak="as",
161616  unicodeslot=0x11067,
161617 },
161618 [0x11068]={
161619  category="nd",
161620  description="BRAHMI DIGIT TWO",
161621  direction="l",
161622  linebreak="as",
161623  unicodeslot=0x11068,
161624 },
161625 [0x11069]={
161626  category="nd",
161627  description="BRAHMI DIGIT THREE",
161628  direction="l",
161629  linebreak="as",
161630  unicodeslot=0x11069,
161631 },
161632 [0x1106A]={
161633  category="nd",
161634  description="BRAHMI DIGIT FOUR",
161635  direction="l",
161636  linebreak="as",
161637  unicodeslot=0x1106A,
161638 },
161639 [0x1106B]={
161640  category="nd",
161641  description="BRAHMI DIGIT FIVE",
161642  direction="l",
161643  linebreak="as",
161644  unicodeslot=0x1106B,
161645 },
161646 [0x1106C]={
161647  category="nd",
161648  description="BRAHMI DIGIT SIX",
161649  direction="l",
161650  linebreak="as",
161651  unicodeslot=0x1106C,
161652 },
161653 [0x1106D]={
161654  category="nd",
161655  description="BRAHMI DIGIT SEVEN",
161656  direction="l",
161657  linebreak="as",
161658  unicodeslot=0x1106D,
161659 },
161660 [0x1106E]={
161661  category="nd",
161662  description="BRAHMI DIGIT EIGHT",
161663  direction="l",
161664  linebreak="as",
161665  unicodeslot=0x1106E,
161666 },
161667 [0x1106F]={
161668  category="nd",
161669  description="BRAHMI DIGIT NINE",
161670  direction="l",
161671  linebreak="as",
161672  unicodeslot=0x1106F,
161673 },
161674 [0x11070]={
161675  category="mn",
161676  combining=0x9,
161677  description="BRAHMI SIGN OLD TAMIL VIRAMA",
161678  direction="nsm",
161679  linebreak="cm",
161680  unicodeslot=0x11070,
161681 },
161682 [0x11071]={
161683  category="lo",
161684  description="BRAHMI LETTER OLD TAMIL SHORT E",
161685  direction="l",
161686  linebreak="ak",
161687  unicodeslot=0x11071,
161688 },
161689 [0x11072]={
161690  category="lo",
161691  description="BRAHMI LETTER OLD TAMIL SHORT O",
161692  direction="l",
161693  linebreak="ak",
161694  unicodeslot=0x11072,
161695 },
161696 [0x11073]={
161697  category="mn",
161698  description="BRAHMI VOWEL SIGN OLD TAMIL SHORT E",
161699  direction="nsm",
161700  linebreak="cm",
161701  unicodeslot=0x11073,
161702 },
161703 [0x11074]={
161704  category="mn",
161705  description="BRAHMI VOWEL SIGN OLD TAMIL SHORT O",
161706  direction="nsm",
161707  linebreak="cm",
161708  unicodeslot=0x11074,
161709 },
161710 [0x11075]={
161711  category="lo",
161712  description="BRAHMI LETTER OLD TAMIL LLA",
161713  direction="l",
161714  linebreak="ak",
161715  unicodeslot=0x11075,
161716 },
161717 [0x1107F]={
161718  category="mn",
161719  combining=0x9,
161720  description="BRAHMI NUMBER JOINER",
161721  direction="nsm",
161722  linebreak="gl",
161723  unicodeslot=0x1107F,
161724 },
161725 [0x11080]={
161726  category="mn",
161727  description="KAITHI SIGN CANDRABINDU",
161728  direction="nsm",
161729  linebreak="cm",
161730  unicodeslot=0x11080,
161731 },
161732 [0x11081]={
161733  category="mn",
161734  description="KAITHI SIGN ANUSVARA",
161735  direction="nsm",
161736  linebreak="cm",
161737  unicodeslot=0x11081,
161738 },
161739 [0x11082]={
161740  category="mc",
161741  description="KAITHI SIGN VISARGA",
161742  direction="l",
161743  linebreak="cm",
161744  unicodeslot=0x11082,
161745 },
161746 [0x11083]={
161747  category="lo",
161748  description="KAITHI LETTER A",
161749  direction="l",
161750  linebreak="al",
161751  unicodeslot=0x11083,
161752 },
161753 [0x11084]={
161754  category="lo",
161755  description="KAITHI LETTER AA",
161756  direction="l",
161757  linebreak="al",
161758  unicodeslot=0x11084,
161759 },
161760 [0x11085]={
161761  category="lo",
161762  description="KAITHI LETTER I",
161763  direction="l",
161764  linebreak="al",
161765  unicodeslot=0x11085,
161766 },
161767 [0x11086]={
161768  category="lo",
161769  description="KAITHI LETTER II",
161770  direction="l",
161771  linebreak="al",
161772  unicodeslot=0x11086,
161773 },
161774 [0x11087]={
161775  category="lo",
161776  description="KAITHI LETTER U",
161777  direction="l",
161778  linebreak="al",
161779  unicodeslot=0x11087,
161780 },
161781 [0x11088]={
161782  category="lo",
161783  description="KAITHI LETTER UU",
161784  direction="l",
161785  linebreak="al",
161786  unicodeslot=0x11088,
161787 },
161788 [0x11089]={
161789  category="lo",
161790  description="KAITHI LETTER E",
161791  direction="l",
161792  linebreak="al",
161793  unicodeslot=0x11089,
161794 },
161795 [0x1108A]={
161796  category="lo",
161797  description="KAITHI LETTER AI",
161798  direction="l",
161799  linebreak="al",
161800  unicodeslot=0x1108A,
161801 },
161802 [0x1108B]={
161803  category="lo",
161804  description="KAITHI LETTER O",
161805  direction="l",
161806  linebreak="al",
161807  unicodeslot=0x1108B,
161808 },
161809 [0x1108C]={
161810  category="lo",
161811  description="KAITHI LETTER AU",
161812  direction="l",
161813  linebreak="al",
161814  unicodeslot=0x1108C,
161815 },
161816 [0x1108D]={
161817  category="lo",
161818  description="KAITHI LETTER KA",
161819  direction="l",
161820  linebreak="al",
161821  unicodeslot=0x1108D,
161822 },
161823 [0x1108E]={
161824  category="lo",
161825  description="KAITHI LETTER KHA",
161826  direction="l",
161827  linebreak="al",
161828  unicodeslot=0x1108E,
161829 },
161830 [0x1108F]={
161831  category="lo",
161832  description="KAITHI LETTER GA",
161833  direction="l",
161834  linebreak="al",
161835  unicodeslot=0x1108F,
161836 },
161837 [0x11090]={
161838  category="lo",
161839  description="KAITHI LETTER GHA",
161840  direction="l",
161841  linebreak="al",
161842  unicodeslot=0x11090,
161843 },
161844 [0x11091]={
161845  category="lo",
161846  description="KAITHI LETTER NGA",
161847  direction="l",
161848  linebreak="al",
161849  unicodeslot=0x11091,
161850 },
161851 [0x11092]={
161852  category="lo",
161853  description="KAITHI LETTER CA",
161854  direction="l",
161855  linebreak="al",
161856  unicodeslot=0x11092,
161857 },
161858 [0x11093]={
161859  category="lo",
161860  description="KAITHI LETTER CHA",
161861  direction="l",
161862  linebreak="al",
161863  unicodeslot=0x11093,
161864 },
161865 [0x11094]={
161866  category="lo",
161867  description="KAITHI LETTER JA",
161868  direction="l",
161869  linebreak="al",
161870  unicodeslot=0x11094,
161871 },
161872 [0x11095]={
161873  category="lo",
161874  description="KAITHI LETTER JHA",
161875  direction="l",
161876  linebreak="al",
161877  unicodeslot=0x11095,
161878 },
161879 [0x11096]={
161880  category="lo",
161881  description="KAITHI LETTER NYA",
161882  direction="l",
161883  linebreak="al",
161884  unicodeslot=0x11096,
161885 },
161886 [0x11097]={
161887  category="lo",
161888  description="KAITHI LETTER TTA",
161889  direction="l",
161890  linebreak="al",
161891  unicodeslot=0x11097,
161892 },
161893 [0x11098]={
161894  category="lo",
161895  description="KAITHI LETTER TTHA",
161896  direction="l",
161897  linebreak="al",
161898  unicodeslot=0x11098,
161899 },
161900 [0x11099]={
161901  category="lo",
161902  description="KAITHI LETTER DDA",
161903  direction="l",
161904  linebreak="al",
161905  unicodeslot=0x11099,
161906 },
161907 [0x1109A]={
161908  category="lo",
161909  description="KAITHI LETTER DDDHA",
161910  direction="l",
161911  linebreak="al",
161912  specials={ "char", 0x11099, 0x110BA },
161913  unicodeslot=0x1109A,
161914 },
161915 [0x1109B]={
161916  category="lo",
161917  description="KAITHI LETTER DDHA",
161918  direction="l",
161919  linebreak="al",
161920  unicodeslot=0x1109B,
161921 },
161922 [0x1109C]={
161923  category="lo",
161924  description="KAITHI LETTER RHA",
161925  direction="l",
161926  linebreak="al",
161927  specials={ "char", 0x1109B, 0x110BA },
161928  unicodeslot=0x1109C,
161929 },
161930 [0x1109D]={
161931  category="lo",
161932  description="KAITHI LETTER NNA",
161933  direction="l",
161934  linebreak="al",
161935  unicodeslot=0x1109D,
161936 },
161937 [0x1109E]={
161938  category="lo",
161939  description="KAITHI LETTER TA",
161940  direction="l",
161941  linebreak="al",
161942  unicodeslot=0x1109E,
161943 },
161944 [0x1109F]={
161945  category="lo",
161946  description="KAITHI LETTER THA",
161947  direction="l",
161948  linebreak="al",
161949  unicodeslot=0x1109F,
161950 },
161951 [0x110A0]={
161952  category="lo",
161953  description="KAITHI LETTER DA",
161954  direction="l",
161955  linebreak="al",
161956  unicodeslot=0x110A0,
161957 },
161958 [0x110A1]={
161959  category="lo",
161960  description="KAITHI LETTER DHA",
161961  direction="l",
161962  linebreak="al",
161963  unicodeslot=0x110A1,
161964 },
161965 [0x110A2]={
161966  category="lo",
161967  description="KAITHI LETTER NA",
161968  direction="l",
161969  linebreak="al",
161970  unicodeslot=0x110A2,
161971 },
161972 [0x110A3]={
161973  category="lo",
161974  description="KAITHI LETTER PA",
161975  direction="l",
161976  linebreak="al",
161977  unicodeslot=0x110A3,
161978 },
161979 [0x110A4]={
161980  category="lo",
161981  description="KAITHI LETTER PHA",
161982  direction="l",
161983  linebreak="al",
161984  unicodeslot=0x110A4,
161985 },
161986 [0x110A5]={
161987  category="lo",
161988  description="KAITHI LETTER BA",
161989  direction="l",
161990  linebreak="al",
161991  unicodeslot=0x110A5,
161992 },
161993 [0x110A6]={
161994  category="lo",
161995  description="KAITHI LETTER BHA",
161996  direction="l",
161997  linebreak="al",
161998  unicodeslot=0x110A6,
161999 },
162000 [0x110A7]={
162001  category="lo",
162002  description="KAITHI LETTER MA",
162003  direction="l",
162004  linebreak="al",
162005  unicodeslot=0x110A7,
162006 },
162007 [0x110A8]={
162008  category="lo",
162009  description="KAITHI LETTER YA",
162010  direction="l",
162011  linebreak="al",
162012  unicodeslot=0x110A8,
162013 },
162014 [0x110A9]={
162015  category="lo",
162016  description="KAITHI LETTER RA",
162017  direction="l",
162018  linebreak="al",
162019  unicodeslot=0x110A9,
162020 },
162021 [0x110AA]={
162022  category="lo",
162023  description="KAITHI LETTER LA",
162024  direction="l",
162025  linebreak="al",
162026  unicodeslot=0x110AA,
162027 },
162028 [0x110AB]={
162029  category="lo",
162030  description="KAITHI LETTER VA",
162031  direction="l",
162032  linebreak="al",
162033  specials={ "char", 0x110A5, 0x110BA },
162034  unicodeslot=0x110AB,
162035 },
162036 [0x110AC]={
162037  category="lo",
162038  description="KAITHI LETTER SHA",
162039  direction="l",
162040  linebreak="al",
162041  unicodeslot=0x110AC,
162042 },
162043 [0x110AD]={
162044  category="lo",
162045  description="KAITHI LETTER SSA",
162046  direction="l",
162047  linebreak="al",
162048  unicodeslot=0x110AD,
162049 },
162050 [0x110AE]={
162051  category="lo",
162052  description="KAITHI LETTER SA",
162053  direction="l",
162054  linebreak="al",
162055  unicodeslot=0x110AE,
162056 },
162057 [0x110AF]={
162058  category="lo",
162059  description="KAITHI LETTER HA",
162060  direction="l",
162061  linebreak="al",
162062  unicodeslot=0x110AF,
162063 },
162064 [0x110B0]={
162065  category="mc",
162066  description="KAITHI VOWEL SIGN AA",
162067  direction="l",
162068  linebreak="cm",
162069  unicodeslot=0x110B0,
162070 },
162071 [0x110B1]={
162072  category="mc",
162073  description="KAITHI VOWEL SIGN I",
162074  direction="l",
162075  linebreak="cm",
162076  unicodeslot=0x110B1,
162077 },
162078 [0x110B2]={
162079  category="mc",
162080  description="KAITHI VOWEL SIGN II",
162081  direction="l",
162082  linebreak="cm",
162083  unicodeslot=0x110B2,
162084 },
162085 [0x110B3]={
162086  category="mn",
162087  description="KAITHI VOWEL SIGN U",
162088  direction="nsm",
162089  linebreak="cm",
162090  unicodeslot=0x110B3,
162091 },
162092 [0x110B4]={
162093  category="mn",
162094  description="KAITHI VOWEL SIGN UU",
162095  direction="nsm",
162096  linebreak="cm",
162097  unicodeslot=0x110B4,
162098 },
162099 [0x110B5]={
162100  category="mn",
162101  description="KAITHI VOWEL SIGN E",
162102  direction="nsm",
162103  linebreak="cm",
162104  unicodeslot=0x110B5,
162105 },
162106 [0x110B6]={
162107  category="mn",
162108  description="KAITHI VOWEL SIGN AI",
162109  direction="nsm",
162110  linebreak="cm",
162111  unicodeslot=0x110B6,
162112 },
162113 [0x110B7]={
162114  category="mc",
162115  description="KAITHI VOWEL SIGN O",
162116  direction="l",
162117  linebreak="cm",
162118  unicodeslot=0x110B7,
162119 },
162120 [0x110B8]={
162121  category="mc",
162122  description="KAITHI VOWEL SIGN AU",
162123  direction="l",
162124  linebreak="cm",
162125  unicodeslot=0x110B8,
162126 },
162127 [0x110B9]={
162128  category="mn",
162129  combining=0x9,
162130  description="KAITHI SIGN VIRAMA",
162131  direction="nsm",
162132  linebreak="cm",
162133  unicodeslot=0x110B9,
162134 },
162135 [0x110BA]={
162136  category="mn",
162137  combining=0x7,
162138  description="KAITHI SIGN NUKTA",
162139  direction="nsm",
162140  linebreak="cm",
162141  unicodeslot=0x110BA,
162142 },
162143 [0x110BB]={
162144  category="po",
162145  description="KAITHI ABBREVIATION SIGN",
162146  direction="l",
162147  linebreak="al",
162148  unicodeslot=0x110BB,
162149 },
162150 [0x110BC]={
162151  category="po",
162152  description="KAITHI ENUMERATION SIGN",
162153  direction="l",
162154  linebreak="al",
162155  unicodeslot=0x110BC,
162156 },
162157 [0x110BD]={
162158  arabic="u",
162159  category="cf",
162160  description="KAITHI NUMBER SIGN",
162161  direction="l",
162162  linebreak="nu",
162163  unicodeslot=0x110BD,
162164 },
162165 [0x110BE]={
162166  category="po",
162167  description="KAITHI SECTION MARK",
162168  direction="l",
162169  linebreak="ba",
162170  unicodeslot=0x110BE,
162171 },
162172 [0x110BF]={
162173  category="po",
162174  description="KAITHI DOUBLE SECTION MARK",
162175  direction="l",
162176  linebreak="ba",
162177  unicodeslot=0x110BF,
162178 },
162179 [0x110C0]={
162180  category="po",
162181  description="KAITHI DANDA",
162182  direction="l",
162183  linebreak="ba",
162184  unicodeslot=0x110C0,
162185 },
162186 [0x110C1]={
162187  category="po",
162188  description="KAITHI DOUBLE DANDA",
162189  direction="l",
162190  linebreak="ba",
162191  unicodeslot=0x110C1,
162192 },
162193 [0x110C2]={
162194  category="mn",
162195  description="KAITHI VOWEL SIGN VOCALIC R",
162196  direction="nsm",
162197  linebreak="cm",
162198  unicodeslot=0x110C2,
162199 },
162200 [0x110CD]={
162201  arabic="u",
162202  category="cf",
162203  description="KAITHI NUMBER SIGN ABOVE",
162204  direction="l",
162205  linebreak="nu",
162206  unicodeslot=0x110CD,
162207 },
162208 [0x110D0]={
162209  category="lo",
162210  description="SORA SOMPENG LETTER SAH",
162211  direction="l",
162212  linebreak="al",
162213  unicodeslot=0x110D0,
162214 },
162215 [0x110D1]={
162216  category="lo",
162217  description="SORA SOMPENG LETTER TAH",
162218  direction="l",
162219  linebreak="al",
162220  unicodeslot=0x110D1,
162221 },
162222 [0x110D2]={
162223  category="lo",
162224  description="SORA SOMPENG LETTER BAH",
162225  direction="l",
162226  linebreak="al",
162227  unicodeslot=0x110D2,
162228 },
162229 [0x110D3]={
162230  category="lo",
162231  description="SORA SOMPENG LETTER CAH",
162232  direction="l",
162233  linebreak="al",
162234  unicodeslot=0x110D3,
162235 },
162236 [0x110D4]={
162237  category="lo",
162238  description="SORA SOMPENG LETTER DAH",
162239  direction="l",
162240  linebreak="al",
162241  unicodeslot=0x110D4,
162242 },
162243 [0x110D5]={
162244  category="lo",
162245  description="SORA SOMPENG LETTER GAH",
162246  direction="l",
162247  linebreak="al",
162248  unicodeslot=0x110D5,
162249 },
162250 [0x110D6]={
162251  category="lo",
162252  description="SORA SOMPENG LETTER MAH",
162253  direction="l",
162254  linebreak="al",
162255  unicodeslot=0x110D6,
162256 },
162257 [0x110D7]={
162258  category="lo",
162259  description="SORA SOMPENG LETTER NGAH",
162260  direction="l",
162261  linebreak="al",
162262  unicodeslot=0x110D7,
162263 },
162264 [0x110D8]={
162265  category="lo",
162266  description="SORA SOMPENG LETTER LAH",
162267  direction="l",
162268  linebreak="al",
162269  unicodeslot=0x110D8,
162270 },
162271 [0x110D9]={
162272  category="lo",
162273  description="SORA SOMPENG LETTER NAH",
162274  direction="l",
162275  linebreak="al",
162276  unicodeslot=0x110D9,
162277 },
162278 [0x110DA]={
162279  category="lo",
162280  description="SORA SOMPENG LETTER VAH",
162281  direction="l",
162282  linebreak="al",
162283  unicodeslot=0x110DA,
162284 },
162285 [0x110DB]={
162286  category="lo",
162287  description="SORA SOMPENG LETTER PAH",
162288  direction="l",
162289  linebreak="al",
162290  unicodeslot=0x110DB,
162291 },
162292 [0x110DC]={
162293  category="lo",
162294  description="SORA SOMPENG LETTER YAH",
162295  direction="l",
162296  linebreak="al",
162297  unicodeslot=0x110DC,
162298 },
162299 [0x110DD]={
162300  category="lo",
162301  description="SORA SOMPENG LETTER RAH",
162302  direction="l",
162303  linebreak="al",
162304  unicodeslot=0x110DD,
162305 },
162306 [0x110DE]={
162307  category="lo",
162308  description="SORA SOMPENG LETTER HAH",
162309  direction="l",
162310  linebreak="al",
162311  unicodeslot=0x110DE,
162312 },
162313 [0x110DF]={
162314  category="lo",
162315  description="SORA SOMPENG LETTER KAH",
162316  direction="l",
162317  linebreak="al",
162318  unicodeslot=0x110DF,
162319 },
162320 [0x110E0]={
162321  category="lo",
162322  description="SORA SOMPENG LETTER JAH",
162323  direction="l",
162324  linebreak="al",
162325  unicodeslot=0x110E0,
162326 },
162327 [0x110E1]={
162328  category="lo",
162329  description="SORA SOMPENG LETTER NYAH",
162330  direction="l",
162331  linebreak="al",
162332  unicodeslot=0x110E1,
162333 },
162334 [0x110E2]={
162335  category="lo",
162336  description="SORA SOMPENG LETTER AH",
162337  direction="l",
162338  linebreak="al",
162339  unicodeslot=0x110E2,
162340 },
162341 [0x110E3]={
162342  category="lo",
162343  description="SORA SOMPENG LETTER EEH",
162344  direction="l",
162345  linebreak="al",
162346  unicodeslot=0x110E3,
162347 },
162348 [0x110E4]={
162349  category="lo",
162350  description="SORA SOMPENG LETTER IH",
162351  direction="l",
162352  linebreak="al",
162353  unicodeslot=0x110E4,
162354 },
162355 [0x110E5]={
162356  category="lo",
162357  description="SORA SOMPENG LETTER UH",
162358  direction="l",
162359  linebreak="al",
162360  unicodeslot=0x110E5,
162361 },
162362 [0x110E6]={
162363  category="lo",
162364  description="SORA SOMPENG LETTER OH",
162365  direction="l",
162366  linebreak="al",
162367  unicodeslot=0x110E6,
162368 },
162369 [0x110E7]={
162370  category="lo",
162371  description="SORA SOMPENG LETTER EH",
162372  direction="l",
162373  linebreak="al",
162374  unicodeslot=0x110E7,
162375 },
162376 [0x110E8]={
162377  category="lo",
162378  description="SORA SOMPENG LETTER MAE",
162379  direction="l",
162380  linebreak="al",
162381  unicodeslot=0x110E8,
162382 },
162383 [0x110F0]={
162384  category="nd",
162385  description="SORA SOMPENG DIGIT ZERO",
162386  direction="l",
162387  linebreak="nu",
162388  unicodeslot=0x110F0,
162389 },
162390 [0x110F1]={
162391  category="nd",
162392  description="SORA SOMPENG DIGIT ONE",
162393  direction="l",
162394  linebreak="nu",
162395  unicodeslot=0x110F1,
162396 },
162397 [0x110F2]={
162398  category="nd",
162399  description="SORA SOMPENG DIGIT TWO",
162400  direction="l",
162401  linebreak="nu",
162402  unicodeslot=0x110F2,
162403 },
162404 [0x110F3]={
162405  category="nd",
162406  description="SORA SOMPENG DIGIT THREE",
162407  direction="l",
162408  linebreak="nu",
162409  unicodeslot=0x110F3,
162410 },
162411 [0x110F4]={
162412  category="nd",
162413  description="SORA SOMPENG DIGIT FOUR",
162414  direction="l",
162415  linebreak="nu",
162416  unicodeslot=0x110F4,
162417 },
162418 [0x110F5]={
162419  category="nd",
162420  description="SORA SOMPENG DIGIT FIVE",
162421  direction="l",
162422  linebreak="nu",
162423  unicodeslot=0x110F5,
162424 },
162425 [0x110F6]={
162426  category="nd",
162427  description="SORA SOMPENG DIGIT SIX",
162428  direction="l",
162429  linebreak="nu",
162430  unicodeslot=0x110F6,
162431 },
162432 [0x110F7]={
162433  category="nd",
162434  description="SORA SOMPENG DIGIT SEVEN",
162435  direction="l",
162436  linebreak="nu",
162437  unicodeslot=0x110F7,
162438 },
162439 [0x110F8]={
162440  category="nd",
162441  description="SORA SOMPENG DIGIT EIGHT",
162442  direction="l",
162443  linebreak="nu",
162444  unicodeslot=0x110F8,
162445 },
162446 [0x110F9]={
162447  category="nd",
162448  description="SORA SOMPENG DIGIT NINE",
162449  direction="l",
162450  linebreak="nu",
162451  unicodeslot=0x110F9,
162452 },
162453 [0x11100]={
162454  category="mn",
162455  combining=0xE6,
162456  description="CHAKMA SIGN CANDRABINDU",
162457  direction="nsm",
162458  linebreak="cm",
162459  unicodeslot=0x11100,
162460 },
162461 [0x11101]={
162462  category="mn",
162463  combining=0xE6,
162464  description="CHAKMA SIGN ANUSVARA",
162465  direction="nsm",
162466  linebreak="cm",
162467  unicodeslot=0x11101,
162468 },
162469 [0x11102]={
162470  category="mn",
162471  combining=0xE6,
162472  description="CHAKMA SIGN VISARGA",
162473  direction="nsm",
162474  linebreak="cm",
162475  unicodeslot=0x11102,
162476 },
162477 [0x11103]={
162478  category="lo",
162479  description="CHAKMA LETTER AA",
162480  direction="l",
162481  linebreak="al",
162482  unicodeslot=0x11103,
162483 },
162484 [0x11104]={
162485  category="lo",
162486  description="CHAKMA LETTER I",
162487  direction="l",
162488  linebreak="al",
162489  unicodeslot=0x11104,
162490 },
162491 [0x11105]={
162492  category="lo",
162493  description="CHAKMA LETTER U",
162494  direction="l",
162495  linebreak="al",
162496  unicodeslot=0x11105,
162497 },
162498 [0x11106]={
162499  category="lo",
162500  description="CHAKMA LETTER E",
162501  direction="l",
162502  linebreak="al",
162503  unicodeslot=0x11106,
162504 },
162505 [0x11107]={
162506  category="lo",
162507  description="CHAKMA LETTER KAA",
162508  direction="l",
162509  linebreak="al",
162510  unicodeslot=0x11107,
162511 },
162512 [0x11108]={
162513  category="lo",
162514  description="CHAKMA LETTER KHAA",
162515  direction="l",
162516  linebreak="al",
162517  unicodeslot=0x11108,
162518 },
162519 [0x11109]={
162520  category="lo",
162521  description="CHAKMA LETTER GAA",
162522  direction="l",
162523  linebreak="al",
162524  unicodeslot=0x11109,
162525 },
162526 [0x1110A]={
162527  category="lo",
162528  description="CHAKMA LETTER GHAA",
162529  direction="l",
162530  linebreak="al",
162531  unicodeslot=0x1110A,
162532 },
162533 [0x1110B]={
162534  category="lo",
162535  description="CHAKMA LETTER NGAA",
162536  direction="l",
162537  linebreak="al",
162538  unicodeslot=0x1110B,
162539 },
162540 [0x1110C]={
162541  category="lo",
162542  description="CHAKMA LETTER CAA",
162543  direction="l",
162544  linebreak="al",
162545  unicodeslot=0x1110C,
162546 },
162547 [0x1110D]={
162548  category="lo",
162549  description="CHAKMA LETTER CHAA",
162550  direction="l",
162551  linebreak="al",
162552  unicodeslot=0x1110D,
162553 },
162554 [0x1110E]={
162555  category="lo",
162556  description="CHAKMA LETTER JAA",
162557  direction="l",
162558  linebreak="al",
162559  unicodeslot=0x1110E,
162560 },
162561 [0x1110F]={
162562  category="lo",
162563  description="CHAKMA LETTER JHAA",
162564  direction="l",
162565  linebreak="al",
162566  unicodeslot=0x1110F,
162567 },
162568 [0x11110]={
162569  category="lo",
162570  description="CHAKMA LETTER NYAA",
162571  direction="l",
162572  linebreak="al",
162573  unicodeslot=0x11110,
162574 },
162575 [0x11111]={
162576  category="lo",
162577  description="CHAKMA LETTER TTAA",
162578  direction="l",
162579  linebreak="al",
162580  unicodeslot=0x11111,
162581 },
162582 [0x11112]={
162583  category="lo",
162584  description="CHAKMA LETTER TTHAA",
162585  direction="l",
162586  linebreak="al",
162587  unicodeslot=0x11112,
162588 },
162589 [0x11113]={
162590  category="lo",
162591  description="CHAKMA LETTER DDAA",
162592  direction="l",
162593  linebreak="al",
162594  unicodeslot=0x11113,
162595 },
162596 [0x11114]={
162597  category="lo",
162598  description="CHAKMA LETTER DDHAA",
162599  direction="l",
162600  linebreak="al",
162601  unicodeslot=0x11114,
162602 },
162603 [0x11115]={
162604  category="lo",
162605  description="CHAKMA LETTER NNAA",
162606  direction="l",
162607  linebreak="al",
162608  unicodeslot=0x11115,
162609 },
162610 [0x11116]={
162611  category="lo",
162612  description="CHAKMA LETTER TAA",
162613  direction="l",
162614  linebreak="al",
162615  unicodeslot=0x11116,
162616 },
162617 [0x11117]={
162618  category="lo",
162619  description="CHAKMA LETTER THAA",
162620  direction="l",
162621  linebreak="al",
162622  unicodeslot=0x11117,
162623 },
162624 [0x11118]={
162625  category="lo",
162626  description="CHAKMA LETTER DAA",
162627  direction="l",
162628  linebreak="al",
162629  unicodeslot=0x11118,
162630 },
162631 [0x11119]={
162632  category="lo",
162633  description="CHAKMA LETTER DHAA",
162634  direction="l",
162635  linebreak="al",
162636  unicodeslot=0x11119,
162637 },
162638 [0x1111A]={
162639  category="lo",
162640  description="CHAKMA LETTER NAA",
162641  direction="l",
162642  linebreak="al",
162643  unicodeslot=0x1111A,
162644 },
162645 [0x1111B]={
162646  category="lo",
162647  description="CHAKMA LETTER PAA",
162648  direction="l",
162649  linebreak="al",
162650  unicodeslot=0x1111B,
162651 },
162652 [0x1111C]={
162653  category="lo",
162654  description="CHAKMA LETTER PHAA",
162655  direction="l",
162656  linebreak="al",
162657  unicodeslot=0x1111C,
162658 },
162659 [0x1111D]={
162660  category="lo",
162661  description="CHAKMA LETTER BAA",
162662  direction="l",
162663  linebreak="al",
162664  unicodeslot=0x1111D,
162665 },
162666 [0x1111E]={
162667  category="lo",
162668  description="CHAKMA LETTER BHAA",
162669  direction="l",
162670  linebreak="al",
162671  unicodeslot=0x1111E,
162672 },
162673 [0x1111F]={
162674  category="lo",
162675  description="CHAKMA LETTER MAA",
162676  direction="l",
162677  linebreak="al",
162678  unicodeslot=0x1111F,
162679 },
162680 [0x11120]={
162681  category="lo",
162682  description="CHAKMA LETTER YYAA",
162683  direction="l",
162684  linebreak="al",
162685  unicodeslot=0x11120,
162686 },
162687 [0x11121]={
162688  category="lo",
162689  description="CHAKMA LETTER YAA",
162690  direction="l",
162691  linebreak="al",
162692  unicodeslot=0x11121,
162693 },
162694 [0x11122]={
162695  category="lo",
162696  description="CHAKMA LETTER RAA",
162697  direction="l",
162698  linebreak="al",
162699  unicodeslot=0x11122,
162700 },
162701 [0x11123]={
162702  category="lo",
162703  description="CHAKMA LETTER LAA",
162704  direction="l",
162705  linebreak="al",
162706  unicodeslot=0x11123,
162707 },
162708 [0x11124]={
162709  category="lo",
162710  description="CHAKMA LETTER WAA",
162711  direction="l",
162712  linebreak="al",
162713  unicodeslot=0x11124,
162714 },
162715 [0x11125]={
162716  category="lo",
162717  description="CHAKMA LETTER SAA",
162718  direction="l",
162719  linebreak="al",
162720  unicodeslot=0x11125,
162721 },
162722 [0x11126]={
162723  category="lo",
162724  description="CHAKMA LETTER HAA",
162725  direction="l",
162726  linebreak="al",
162727  unicodeslot=0x11126,
162728 },
162729 [0x11127]={
162730  category="mn",
162731  description="CHAKMA VOWEL SIGN A",
162732  direction="nsm",
162733  linebreak="cm",
162734  unicodeslot=0x11127,
162735 },
162736 [0x11128]={
162737  category="mn",
162738  description="CHAKMA VOWEL SIGN I",
162739  direction="nsm",
162740  linebreak="cm",
162741  unicodeslot=0x11128,
162742 },
162743 [0x11129]={
162744  category="mn",
162745  description="CHAKMA VOWEL SIGN II",
162746  direction="nsm",
162747  linebreak="cm",
162748  unicodeslot=0x11129,
162749 },
162750 [0x1112A]={
162751  category="mn",
162752  description="CHAKMA VOWEL SIGN U",
162753  direction="nsm",
162754  linebreak="cm",
162755  unicodeslot=0x1112A,
162756 },
162757 [0x1112B]={
162758  category="mn",
162759  description="CHAKMA VOWEL SIGN UU",
162760  direction="nsm",
162761  linebreak="cm",
162762  unicodeslot=0x1112B,
162763 },
162764 [0x1112C]={
162765  category="mc",
162766  description="CHAKMA VOWEL SIGN E",
162767  direction="l",
162768  linebreak="cm",
162769  unicodeslot=0x1112C,
162770 },
162771 [0x1112D]={
162772  category="mn",
162773  description="CHAKMA VOWEL SIGN AI",
162774  direction="nsm",
162775  linebreak="cm",
162776  unicodeslot=0x1112D,
162777 },
162778 [0x1112E]={
162779  category="mn",
162780  description="CHAKMA VOWEL SIGN O",
162781  direction="nsm",
162782  linebreak="cm",
162783  specials={ "char", 0x11131, 0x11127 },
162784  unicodeslot=0x1112E,
162785 },
162786 [0x1112F]={
162787  category="mn",
162788  description="CHAKMA VOWEL SIGN AU",
162789  direction="nsm",
162790  linebreak="cm",
162791  specials={ "char", 0x11132, 0x11127 },
162792  unicodeslot=0x1112F,
162793 },
162794 [0x11130]={
162795  category="mn",
162796  description="CHAKMA VOWEL SIGN OI",
162797  direction="nsm",
162798  linebreak="cm",
162799  unicodeslot=0x11130,
162800 },
162801 [0x11131]={
162802  category="mn",
162803  description="CHAKMA O MARK",
162804  direction="nsm",
162805  linebreak="cm",
162806  unicodeslot=0x11131,
162807 },
162808 [0x11132]={
162809  category="mn",
162810  description="CHAKMA AU MARK",
162811  direction="nsm",
162812  linebreak="cm",
162813  unicodeslot=0x11132,
162814 },
162815 [0x11133]={
162816  category="mn",
162817  combining=0x9,
162818  description="CHAKMA VIRAMA",
162819  direction="nsm",
162820  linebreak="cm",
162821  unicodeslot=0x11133,
162822 },
162823 [0x11134]={
162824  category="mn",
162825  combining=0x9,
162826  description="CHAKMA MAAYYAA",
162827  direction="nsm",
162828  linebreak="cm",
162829  unicodeslot=0x11134,
162830 },
162831 [0x11136]={
162832  category="nd",
162833  description="CHAKMA DIGIT ZERO",
162834  direction="l",
162835  linebreak="nu",
162836  unicodeslot=0x11136,
162837 },
162838 [0x11137]={
162839  category="nd",
162840  description="CHAKMA DIGIT ONE",
162841  direction="l",
162842  linebreak="nu",
162843  unicodeslot=0x11137,
162844 },
162845 [0x11138]={
162846  category="nd",
162847  description="CHAKMA DIGIT TWO",
162848  direction="l",
162849  linebreak="nu",
162850  unicodeslot=0x11138,
162851 },
162852 [0x11139]={
162853  category="nd",
162854  description="CHAKMA DIGIT THREE",
162855  direction="l",
162856  linebreak="nu",
162857  unicodeslot=0x11139,
162858 },
162859 [0x1113A]={
162860  category="nd",
162861  description="CHAKMA DIGIT FOUR",
162862  direction="l",
162863  linebreak="nu",
162864  unicodeslot=0x1113A,
162865 },
162866 [0x1113B]={
162867  category="nd",
162868  description="CHAKMA DIGIT FIVE",
162869  direction="l",
162870  linebreak="nu",
162871  unicodeslot=0x1113B,
162872 },
162873 [0x1113C]={
162874  category="nd",
162875  description="CHAKMA DIGIT SIX",
162876  direction="l",
162877  linebreak="nu",
162878  unicodeslot=0x1113C,
162879 },
162880 [0x1113D]={
162881  category="nd",
162882  description="CHAKMA DIGIT SEVEN",
162883  direction="l",
162884  linebreak="nu",
162885  unicodeslot=0x1113D,
162886 },
162887 [0x1113E]={
162888  category="nd",
162889  description="CHAKMA DIGIT EIGHT",
162890  direction="l",
162891  linebreak="nu",
162892  unicodeslot=0x1113E,
162893 },
162894 [0x1113F]={
162895  category="nd",
162896  description="CHAKMA DIGIT NINE",
162897  direction="l",
162898  linebreak="nu",
162899  unicodeslot=0x1113F,
162900 },
162901 [0x11140]={
162902  category="po",
162903  description="CHAKMA SECTION MARK",
162904  direction="l",
162905  linebreak="ba",
162906  unicodeslot=0x11140,
162907 },
162908 [0x11141]={
162909  category="po",
162910  description="CHAKMA DANDA",
162911  direction="l",
162912  linebreak="ba",
162913  unicodeslot=0x11141,
162914 },
162915 [0x11142]={
162916  category="po",
162917  description="CHAKMA DOUBLE DANDA",
162918  direction="l",
162919  linebreak="ba",
162920  unicodeslot=0x11142,
162921 },
162922 [0x11143]={
162923  category="po",
162924  description="CHAKMA QUESTION MARK",
162925  direction="l",
162926  linebreak="ba",
162927  unicodeslot=0x11143,
162928 },
162929 [0x11144]={
162930  category="lo",
162931  description="CHAKMA LETTER LHAA",
162932  direction="l",
162933  linebreak="al",
162934  unicodeslot=0x11144,
162935 },
162936 [0x11145]={
162937  category="mc",
162938  description="CHAKMA VOWEL SIGN AA",
162939  direction="l",
162940  linebreak="cm",
162941  unicodeslot=0x11145,
162942 },
162943 [0x11146]={
162944  category="mc",
162945  description="CHAKMA VOWEL SIGN EI",
162946  direction="l",
162947  linebreak="cm",
162948  unicodeslot=0x11146,
162949 },
162950 [0x11147]={
162951  category="lo",
162952  description="CHAKMA LETTER VAA",
162953  direction="l",
162954  linebreak="al",
162955  unicodeslot=0x11147,
162956 },
162957 [0x11150]={
162958  category="lo",
162959  description="MAHAJANI LETTER A",
162960  direction="l",
162961  linebreak="al",
162962  unicodeslot=0x11150,
162963 },
162964 [0x11151]={
162965  category="lo",
162966  description="MAHAJANI LETTER I",
162967  direction="l",
162968  linebreak="al",
162969  unicodeslot=0x11151,
162970 },
162971 [0x11152]={
162972  category="lo",
162973  description="MAHAJANI LETTER U",
162974  direction="l",
162975  linebreak="al",
162976  unicodeslot=0x11152,
162977 },
162978 [0x11153]={
162979  category="lo",
162980  description="MAHAJANI LETTER E",
162981  direction="l",
162982  linebreak="al",
162983  unicodeslot=0x11153,
162984 },
162985 [0x11154]={
162986  category="lo",
162987  description="MAHAJANI LETTER O",
162988  direction="l",
162989  linebreak="al",
162990  unicodeslot=0x11154,
162991 },
162992 [0x11155]={
162993  category="lo",
162994  description="MAHAJANI LETTER KA",
162995  direction="l",
162996  linebreak="al",
162997  unicodeslot=0x11155,
162998 },
162999 [0x11156]={
163000  category="lo",
163001  description="MAHAJANI LETTER KHA",
163002  direction="l",
163003  linebreak="al",
163004  unicodeslot=0x11156,
163005 },
163006 [0x11157]={
163007  category="lo",
163008  description="MAHAJANI LETTER GA",
163009  direction="l",
163010  linebreak="al",
163011  unicodeslot=0x11157,
163012 },
163013 [0x11158]={
163014  category="lo",
163015  description="MAHAJANI LETTER GHA",
163016  direction="l",
163017  linebreak="al",
163018  unicodeslot=0x11158,
163019 },
163020 [0x11159]={
163021  category="lo",
163022  description="MAHAJANI LETTER CA",
163023  direction="l",
163024  linebreak="al",
163025  unicodeslot=0x11159,
163026 },
163027 [0x1115A]={
163028  category="lo",
163029  description="MAHAJANI LETTER CHA",
163030  direction="l",
163031  linebreak="al",
163032  unicodeslot=0x1115A,
163033 },
163034 [0x1115B]={
163035  category="lo",
163036  description="MAHAJANI LETTER JA",
163037  direction="l",
163038  linebreak="al",
163039  unicodeslot=0x1115B,
163040 },
163041 [0x1115C]={
163042  category="lo",
163043  description="MAHAJANI LETTER JHA",
163044  direction="l",
163045  linebreak="al",
163046  unicodeslot=0x1115C,
163047 },
163048 [0x1115D]={
163049  category="lo",
163050  description="MAHAJANI LETTER NYA",
163051  direction="l",
163052  linebreak="al",
163053  unicodeslot=0x1115D,
163054 },
163055 [0x1115E]={
163056  category="lo",
163057  description="MAHAJANI LETTER TTA",
163058  direction="l",
163059  linebreak="al",
163060  unicodeslot=0x1115E,
163061 },
163062 [0x1115F]={
163063  category="lo",
163064  description="MAHAJANI LETTER TTHA",
163065  direction="l",
163066  linebreak="al",
163067  unicodeslot=0x1115F,
163068 },
163069 [0x11160]={
163070  category="lo",
163071  description="MAHAJANI LETTER DDA",
163072  direction="l",
163073  linebreak="al",
163074  unicodeslot=0x11160,
163075 },
163076 [0x11161]={
163077  category="lo",
163078  description="MAHAJANI LETTER DDHA",
163079  direction="l",
163080  linebreak="al",
163081  unicodeslot=0x11161,
163082 },
163083 [0x11162]={
163084  category="lo",
163085  description="MAHAJANI LETTER NNA",
163086  direction="l",
163087  linebreak="al",
163088  unicodeslot=0x11162,
163089 },
163090 [0x11163]={
163091  category="lo",
163092  description="MAHAJANI LETTER TA",
163093  direction="l",
163094  linebreak="al",
163095  unicodeslot=0x11163,
163096 },
163097 [0x11164]={
163098  category="lo",
163099  description="MAHAJANI LETTER THA",
163100  direction="l",
163101  linebreak="al",
163102  unicodeslot=0x11164,
163103 },
163104 [0x11165]={
163105  category="lo",
163106  description="MAHAJANI LETTER DA",
163107  direction="l",
163108  linebreak="al",
163109  unicodeslot=0x11165,
163110 },
163111 [0x11166]={
163112  category="lo",
163113  description="MAHAJANI LETTER DHA",
163114  direction="l",
163115  linebreak="al",
163116  unicodeslot=0x11166,
163117 },
163118 [0x11167]={
163119  category="lo",
163120  description="MAHAJANI LETTER NA",
163121  direction="l",
163122  linebreak="al",
163123  unicodeslot=0x11167,
163124 },
163125 [0x11168]={
163126  category="lo",
163127  description="MAHAJANI LETTER PA",
163128  direction="l",
163129  linebreak="al",
163130  unicodeslot=0x11168,
163131 },
163132 [0x11169]={
163133  category="lo",
163134  description="MAHAJANI LETTER PHA",
163135  direction="l",
163136  linebreak="al",
163137  unicodeslot=0x11169,
163138 },
163139 [0x1116A]={
163140  category="lo",
163141  description="MAHAJANI LETTER BA",
163142  direction="l",
163143  linebreak="al",
163144  unicodeslot=0x1116A,
163145 },
163146 [0x1116B]={
163147  category="lo",
163148  description="MAHAJANI LETTER BHA",
163149  direction="l",
163150  linebreak="al",
163151  unicodeslot=0x1116B,
163152 },
163153 [0x1116C]={
163154  category="lo",
163155  description="MAHAJANI LETTER MA",
163156  direction="l",
163157  linebreak="al",
163158  unicodeslot=0x1116C,
163159 },
163160 [0x1116D]={
163161  category="lo",
163162  description="MAHAJANI LETTER RA",
163163  direction="l",
163164  linebreak="al",
163165  unicodeslot=0x1116D,
163166 },
163167 [0x1116E]={
163168  category="lo",
163169  description="MAHAJANI LETTER LA",
163170  direction="l",
163171  linebreak="al",
163172  unicodeslot=0x1116E,
163173 },
163174 [0x1116F]={
163175  category="lo",
163176  description="MAHAJANI LETTER VA",
163177  direction="l",
163178  linebreak="al",
163179  unicodeslot=0x1116F,
163180 },
163181 [0x11170]={
163182  category="lo",
163183  description="MAHAJANI LETTER SA",
163184  direction="l",
163185  linebreak="al",
163186  unicodeslot=0x11170,
163187 },
163188 [0x11171]={
163189  category="lo",
163190  description="MAHAJANI LETTER HA",
163191  direction="l",
163192  linebreak="al",
163193  unicodeslot=0x11171,
163194 },
163195 [0x11172]={
163196  category="lo",
163197  description="MAHAJANI LETTER RRA",
163198  direction="l",
163199  linebreak="al",
163200  unicodeslot=0x11172,
163201 },
163202 [0x11173]={
163203  category="mn",
163204  combining=0x7,
163205  description="MAHAJANI SIGN NUKTA",
163206  direction="nsm",
163207  linebreak="cm",
163208  unicodeslot=0x11173,
163209 },
163210 [0x11174]={
163211  category="po",
163212  description="MAHAJANI ABBREVIATION SIGN",
163213  direction="l",
163214  linebreak="al",
163215  unicodeslot=0x11174,
163216 },
163217 [0x11175]={
163218  category="po",
163219  description="MAHAJANI SECTION MARK",
163220  direction="l",
163221  linebreak="bb",
163222  unicodeslot=0x11175,
163223 },
163224 [0x11176]={
163225  category="lo",
163226  description="MAHAJANI LIGATURE SHRI",
163227  direction="l",
163228  linebreak="al",
163229  unicodeslot=0x11176,
163230 },
163231 [0x11180]={
163232  category="mn",
163233  description="SHARADA SIGN CANDRABINDU",
163234  direction="nsm",
163235  linebreak="cm",
163236  unicodeslot=0x11180,
163237 },
163238 [0x11181]={
163239  category="mn",
163240  description="SHARADA SIGN ANUSVARA",
163241  direction="nsm",
163242  linebreak="cm",
163243  unicodeslot=0x11181,
163244 },
163245 [0x11182]={
163246  category="mc",
163247  description="SHARADA SIGN VISARGA",
163248  direction="l",
163249  linebreak="cm",
163250  unicodeslot=0x11182,
163251 },
163252 [0x11183]={
163253  category="lo",
163254  description="SHARADA LETTER A",
163255  direction="l",
163256  linebreak="al",
163257  unicodeslot=0x11183,
163258 },
163259 [0x11184]={
163260  category="lo",
163261  description="SHARADA LETTER AA",
163262  direction="l",
163263  linebreak="al",
163264  unicodeslot=0x11184,
163265 },
163266 [0x11185]={
163267  category="lo",
163268  description="SHARADA LETTER I",
163269  direction="l",
163270  linebreak="al",
163271  unicodeslot=0x11185,
163272 },
163273 [0x11186]={
163274  category="lo",
163275  description="SHARADA LETTER II",
163276  direction="l",
163277  linebreak="al",
163278  unicodeslot=0x11186,
163279 },
163280 [0x11187]={
163281  category="lo",
163282  description="SHARADA LETTER U",
163283  direction="l",
163284  linebreak="al",
163285  unicodeslot=0x11187,
163286 },
163287 [0x11188]={
163288  category="lo",
163289  description="SHARADA LETTER UU",
163290  direction="l",
163291  linebreak="al",
163292  unicodeslot=0x11188,
163293 },
163294 [0x11189]={
163295  category="lo",
163296  description="SHARADA LETTER VOCALIC R",
163297  direction="l",
163298  linebreak="al",
163299  unicodeslot=0x11189,
163300 },
163301 [0x1118A]={
163302  category="lo",
163303  description="SHARADA LETTER VOCALIC RR",
163304  direction="l",
163305  linebreak="al",
163306  unicodeslot=0x1118A,
163307 },
163308 [0x1118B]={
163309  category="lo",
163310  description="SHARADA LETTER VOCALIC L",
163311  direction="l",
163312  linebreak="al",
163313  unicodeslot=0x1118B,
163314 },
163315 [0x1118C]={
163316  category="lo",
163317  description="SHARADA LETTER VOCALIC LL",
163318  direction="l",
163319  linebreak="al",
163320  unicodeslot=0x1118C,
163321 },
163322 [0x1118D]={
163323  category="lo",
163324  description="SHARADA LETTER E",
163325  direction="l",
163326  linebreak="al",
163327  unicodeslot=0x1118D,
163328 },
163329 [0x1118E]={
163330  category="lo",
163331  description="SHARADA LETTER AI",
163332  direction="l",
163333  linebreak="al",
163334  unicodeslot=0x1118E,
163335 },
163336 [0x1118F]={
163337  category="lo",
163338  description="SHARADA LETTER O",
163339  direction="l",
163340  linebreak="al",
163341  unicodeslot=0x1118F,
163342 },
163343 [0x11190]={
163344  category="lo",
163345  description="SHARADA LETTER AU",
163346  direction="l",
163347  linebreak="al",
163348  unicodeslot=0x11190,
163349 },
163350 [0x11191]={
163351  category="lo",
163352  description="SHARADA LETTER KA",
163353  direction="l",
163354  linebreak="al",
163355  unicodeslot=0x11191,
163356 },
163357 [0x11192]={
163358  category="lo",
163359  description="SHARADA LETTER KHA",
163360  direction="l",
163361  linebreak="al",
163362  unicodeslot=0x11192,
163363 },
163364 [0x11193]={
163365  category="lo",
163366  description="SHARADA LETTER GA",
163367  direction="l",
163368  linebreak="al",
163369  unicodeslot=0x11193,
163370 },
163371 [0x11194]={
163372  category="lo",
163373  description="SHARADA LETTER GHA",
163374  direction="l",
163375  linebreak="al",
163376  unicodeslot=0x11194,
163377 },
163378 [0x11195]={
163379  category="lo",
163380  description="SHARADA LETTER NGA",
163381  direction="l",
163382  linebreak="al",
163383  unicodeslot=0x11195,
163384 },
163385 [0x11196]={
163386  category="lo",
163387  description="SHARADA LETTER CA",
163388  direction="l",
163389  linebreak="al",
163390  unicodeslot=0x11196,
163391 },
163392 [0x11197]={
163393  category="lo",
163394  description="SHARADA LETTER CHA",
163395  direction="l",
163396  linebreak="al",
163397  unicodeslot=0x11197,
163398 },
163399 [0x11198]={
163400  category="lo",
163401  description="SHARADA LETTER JA",
163402  direction="l",
163403  linebreak="al",
163404  unicodeslot=0x11198,
163405 },
163406 [0x11199]={
163407  category="lo",
163408  description="SHARADA LETTER JHA",
163409  direction="l",
163410  linebreak="al",
163411  unicodeslot=0x11199,
163412 },
163413 [0x1119A]={
163414  category="lo",
163415  description="SHARADA LETTER NYA",
163416  direction="l",
163417  linebreak="al",
163418  unicodeslot=0x1119A,
163419 },
163420 [0x1119B]={
163421  category="lo",
163422  description="SHARADA LETTER TTA",
163423  direction="l",
163424  linebreak="al",
163425  unicodeslot=0x1119B,
163426 },
163427 [0x1119C]={
163428  category="lo",
163429  description="SHARADA LETTER TTHA",
163430  direction="l",
163431  linebreak="al",
163432  unicodeslot=0x1119C,
163433 },
163434 [0x1119D]={
163435  category="lo",
163436  description="SHARADA LETTER DDA",
163437  direction="l",
163438  linebreak="al",
163439  unicodeslot=0x1119D,
163440 },
163441 [0x1119E]={
163442  category="lo",
163443  description="SHARADA LETTER DDHA",
163444  direction="l",
163445  linebreak="al",
163446  unicodeslot=0x1119E,
163447 },
163448 [0x1119F]={
163449  category="lo",
163450  description="SHARADA LETTER NNA",
163451  direction="l",
163452  linebreak="al",
163453  unicodeslot=0x1119F,
163454 },
163455 [0x111A0]={
163456  category="lo",
163457  description="SHARADA LETTER TA",
163458  direction="l",
163459  linebreak="al",
163460  unicodeslot=0x111A0,
163461 },
163462 [0x111A1]={
163463  category="lo",
163464  description="SHARADA LETTER THA",
163465  direction="l",
163466  linebreak="al",
163467  unicodeslot=0x111A1,
163468 },
163469 [0x111A2]={
163470  category="lo",
163471  description="SHARADA LETTER DA",
163472  direction="l",
163473  linebreak="al",
163474  unicodeslot=0x111A2,
163475 },
163476 [0x111A3]={
163477  category="lo",
163478  description="SHARADA LETTER DHA",
163479  direction="l",
163480  linebreak="al",
163481  unicodeslot=0x111A3,
163482 },
163483 [0x111A4]={
163484  category="lo",
163485  description="SHARADA LETTER NA",
163486  direction="l",
163487  linebreak="al",
163488  unicodeslot=0x111A4,
163489 },
163490 [0x111A5]={
163491  category="lo",
163492  description="SHARADA LETTER PA",
163493  direction="l",
163494  linebreak="al",
163495  unicodeslot=0x111A5,
163496 },
163497 [0x111A6]={
163498  category="lo",
163499  description="SHARADA LETTER PHA",
163500  direction="l",
163501  linebreak="al",
163502  unicodeslot=0x111A6,
163503 },
163504 [0x111A7]={
163505  category="lo",
163506  description="SHARADA LETTER BA",
163507  direction="l",
163508  linebreak="al",
163509  unicodeslot=0x111A7,
163510 },
163511 [0x111A8]={
163512  category="lo",
163513  description="SHARADA LETTER BHA",
163514  direction="l",
163515  linebreak="al",
163516  unicodeslot=0x111A8,
163517 },
163518 [0x111A9]={
163519  category="lo",
163520  description="SHARADA LETTER MA",
163521  direction="l",
163522  linebreak="al",
163523  unicodeslot=0x111A9,
163524 },
163525 [0x111AA]={
163526  category="lo",
163527  description="SHARADA LETTER YA",
163528  direction="l",
163529  linebreak="al",
163530  unicodeslot=0x111AA,
163531 },
163532 [0x111AB]={
163533  category="lo",
163534  description="SHARADA LETTER RA",
163535  direction="l",
163536  linebreak="al",
163537  unicodeslot=0x111AB,
163538 },
163539 [0x111AC]={
163540  category="lo",
163541  description="SHARADA LETTER LA",
163542  direction="l",
163543  linebreak="al",
163544  unicodeslot=0x111AC,
163545 },
163546 [0x111AD]={
163547  category="lo",
163548  description="SHARADA LETTER LLA",
163549  direction="l",
163550  linebreak="al",
163551  unicodeslot=0x111AD,
163552 },
163553 [0x111AE]={
163554  category="lo",
163555  description="SHARADA LETTER VA",
163556  direction="l",
163557  linebreak="al",
163558  unicodeslot=0x111AE,
163559 },
163560 [0x111AF]={
163561  category="lo",
163562  description="SHARADA LETTER SHA",
163563  direction="l",
163564  linebreak="al",
163565  unicodeslot=0x111AF,
163566 },
163567 [0x111B0]={
163568  category="lo",
163569  description="SHARADA LETTER SSA",
163570  direction="l",
163571  linebreak="al",
163572  unicodeslot=0x111B0,
163573 },
163574 [0x111B1]={
163575  category="lo",
163576  description="SHARADA LETTER SA",
163577  direction="l",
163578  linebreak="al",
163579  unicodeslot=0x111B1,
163580 },
163581 [0x111B2]={
163582  category="lo",
163583  description="SHARADA LETTER HA",
163584  direction="l",
163585  linebreak="al",
163586  unicodeslot=0x111B2,
163587 },
163588 [0x111B3]={
163589  category="mc",
163590  description="SHARADA VOWEL SIGN AA",
163591  direction="l",
163592  linebreak="cm",
163593  unicodeslot=0x111B3,
163594 },
163595 [0x111B4]={
163596  category="mc",
163597  description="SHARADA VOWEL SIGN I",
163598  direction="l",
163599  linebreak="cm",
163600  unicodeslot=0x111B4,
163601 },
163602 [0x111B5]={
163603  category="mc",
163604  description="SHARADA VOWEL SIGN II",
163605  direction="l",
163606  linebreak="cm",
163607  unicodeslot=0x111B5,
163608 },
163609 [0x111B6]={
163610  category="mn",
163611  description="SHARADA VOWEL SIGN U",
163612  direction="nsm",
163613  linebreak="cm",
163614  unicodeslot=0x111B6,
163615 },
163616 [0x111B7]={
163617  category="mn",
163618  description="SHARADA VOWEL SIGN UU",
163619  direction="nsm",
163620  linebreak="cm",
163621  unicodeslot=0x111B7,
163622 },
163623 [0x111B8]={
163624  category="mn",
163625  description="SHARADA VOWEL SIGN VOCALIC R",
163626  direction="nsm",
163627  linebreak="cm",
163628  unicodeslot=0x111B8,
163629 },
163630 [0x111B9]={
163631  category="mn",
163632  description="SHARADA VOWEL SIGN VOCALIC RR",
163633  direction="nsm",
163634  linebreak="cm",
163635  unicodeslot=0x111B9,
163636 },
163637 [0x111BA]={
163638  category="mn",
163639  description="SHARADA VOWEL SIGN VOCALIC L",
163640  direction="nsm",
163641  linebreak="cm",
163642  unicodeslot=0x111BA,
163643 },
163644 [0x111BB]={
163645  category="mn",
163646  description="SHARADA VOWEL SIGN VOCALIC LL",
163647  direction="nsm",
163648  linebreak="cm",
163649  unicodeslot=0x111BB,
163650 },
163651 [0x111BC]={
163652  category="mn",
163653  description="SHARADA VOWEL SIGN E",
163654  direction="nsm",
163655  linebreak="cm",
163656  unicodeslot=0x111BC,
163657 },
163658 [0x111BD]={
163659  category="mn",
163660  description="SHARADA VOWEL SIGN AI",
163661  direction="nsm",
163662  linebreak="cm",
163663  unicodeslot=0x111BD,
163664 },
163665 [0x111BE]={
163666  category="mn",
163667  description="SHARADA VOWEL SIGN O",
163668  direction="nsm",
163669  linebreak="cm",
163670  unicodeslot=0x111BE,
163671 },
163672 [0x111BF]={
163673  category="mc",
163674  description="SHARADA VOWEL SIGN AU",
163675  direction="l",
163676  linebreak="cm",
163677  unicodeslot=0x111BF,
163678 },
163679 [0x111C0]={
163680  category="mc",
163681  combining=0x9,
163682  description="SHARADA SIGN VIRAMA",
163683  direction="l",
163684  linebreak="cm",
163685  unicodeslot=0x111C0,
163686 },
163687 [0x111C1]={
163688  category="lo",
163689  description="SHARADA SIGN AVAGRAHA",
163690  direction="l",
163691  linebreak="al",
163692  unicodeslot=0x111C1,
163693 },
163694 [0x111C2]={
163695  category="lo",
163696  description="SHARADA SIGN JIHVAMULIYA",
163697  direction="l",
163698  linebreak="al",
163699  unicodeslot=0x111C2,
163700 },
163701 [0x111C3]={
163702  category="lo",
163703  description="SHARADA SIGN UPADHMANIYA",
163704  direction="l",
163705  linebreak="al",
163706  unicodeslot=0x111C3,
163707 },
163708 [0x111C4]={
163709  category="lo",
163710  description="SHARADA OM",
163711  direction="l",
163712  linebreak="al",
163713  unicodeslot=0x111C4,
163714 },
163715 [0x111C5]={
163716  category="po",
163717  description="SHARADA DANDA",
163718  direction="l",
163719  linebreak="ba",
163720  unicodeslot=0x111C5,
163721 },
163722 [0x111C6]={
163723  category="po",
163724  description="SHARADA DOUBLE DANDA",
163725  direction="l",
163726  linebreak="ba",
163727  unicodeslot=0x111C6,
163728 },
163729 [0x111C7]={
163730  category="po",
163731  description="SHARADA ABBREVIATION SIGN",
163732  direction="l",
163733  linebreak="al",
163734  unicodeslot=0x111C7,
163735 },
163736 [0x111C8]={
163737  category="po",
163738  description="SHARADA SEPARATOR",
163739  direction="l",
163740  linebreak="ba",
163741  unicodeslot=0x111C8,
163742 },
163743 [0x111C9]={
163744  category="po",
163745  description="SHARADA SANDHI MARK",
163746  direction="nsm",
163747  linebreak="cm",
163748  unicodeslot=0x111C9,
163749 },
163750 [0x111CA]={
163751  category="mn",
163752  combining=0x7,
163753  description="SHARADA SIGN NUKTA",
163754  direction="nsm",
163755  linebreak="cm",
163756  unicodeslot=0x111CA,
163757 },
163758 [0x111CB]={
163759  category="mn",
163760  description="SHARADA VOWEL MODIFIER MARK",
163761  direction="nsm",
163762  linebreak="cm",
163763  unicodeslot=0x111CB,
163764 },
163765 [0x111CC]={
163766  category="mn",
163767  description="SHARADA EXTRA SHORT VOWEL MARK",
163768  direction="nsm",
163769  linebreak="cm",
163770  unicodeslot=0x111CC,
163771 },
163772 [0x111CD]={
163773  category="po",
163774  description="SHARADA SUTRA MARK",
163775  direction="l",
163776  linebreak="al",
163777  unicodeslot=0x111CD,
163778 },
163779 [0x111CE]={
163780  category="mc",
163781  description="SHARADA VOWEL SIGN PRISHTHAMATRA E",
163782  direction="l",
163783  linebreak="cm",
163784  unicodeslot=0x111CE,
163785 },
163786 [0x111CF]={
163787  category="mn",
163788  description="SHARADA SIGN INVERTED CANDRABINDU",
163789  direction="nsm",
163790  linebreak="cm",
163791  unicodeslot=0x111CF,
163792 },
163793 [0x111D0]={
163794  category="nd",
163795  description="SHARADA DIGIT ZERO",
163796  direction="l",
163797  linebreak="nu",
163798  unicodeslot=0x111D0,
163799 },
163800 [0x111D1]={
163801  category="nd",
163802  description="SHARADA DIGIT ONE",
163803  direction="l",
163804  linebreak="nu",
163805  unicodeslot=0x111D1,
163806 },
163807 [0x111D2]={
163808  category="nd",
163809  description="SHARADA DIGIT TWO",
163810  direction="l",
163811  linebreak="nu",
163812  unicodeslot=0x111D2,
163813 },
163814 [0x111D3]={
163815  category="nd",
163816  description="SHARADA DIGIT THREE",
163817  direction="l",
163818  linebreak="nu",
163819  unicodeslot=0x111D3,
163820 },
163821 [0x111D4]={
163822  category="nd",
163823  description="SHARADA DIGIT FOUR",
163824  direction="l",
163825  linebreak="nu",
163826  unicodeslot=0x111D4,
163827 },
163828 [0x111D5]={
163829  category="nd",
163830  description="SHARADA DIGIT FIVE",
163831  direction="l",
163832  linebreak="nu",
163833  unicodeslot=0x111D5,
163834 },
163835 [0x111D6]={
163836  category="nd",
163837  description="SHARADA DIGIT SIX",
163838  direction="l",
163839  linebreak="nu",
163840  unicodeslot=0x111D6,
163841 },
163842 [0x111D7]={
163843  category="nd",
163844  description="SHARADA DIGIT SEVEN",
163845  direction="l",
163846  linebreak="nu",
163847  unicodeslot=0x111D7,
163848 },
163849 [0x111D8]={
163850  category="nd",
163851  description="SHARADA DIGIT EIGHT",
163852  direction="l",
163853  linebreak="nu",
163854  unicodeslot=0x111D8,
163855 },
163856 [0x111D9]={
163857  category="nd",
163858  description="SHARADA DIGIT NINE",
163859  direction="l",
163860  linebreak="nu",
163861  unicodeslot=0x111D9,
163862 },
163863 [0x111DA]={
163864  category="lo",
163865  description="SHARADA EKAM",
163866  direction="l",
163867  linebreak="al",
163868  unicodeslot=0x111DA,
163869 },
163870 [0x111DB]={
163871  category="po",
163872  description="SHARADA SIGN SIDDHAM",
163873  direction="l",
163874  linebreak="bb",
163875  unicodeslot=0x111DB,
163876 },
163877 [0x111DC]={
163878  category="lo",
163879  description="SHARADA HEADSTROKE",
163880  direction="l",
163881  linebreak="al",
163882  unicodeslot=0x111DC,
163883 },
163884 [0x111DD]={
163885  category="po",
163886  description="SHARADA CONTINUATION SIGN",
163887  direction="l",
163888  linebreak="ba",
163889  unicodeslot=0x111DD,
163890 },
163891 [0x111DE]={
163892  category="po",
163893  description="SHARADA SECTION MARK-1",
163894  direction="l",
163895  linebreak="ba",
163896  unicodeslot=0x111DE,
163897 },
163898 [0x111DF]={
163899  category="po",
163900  description="SHARADA SECTION MARK-2",
163901  direction="l",
163902  linebreak="ba",
163903  unicodeslot=0x111DF,
163904 },
163905 [0x111E1]={
163906  category="no",
163907  description="SINHALA ARCHAIC DIGIT ONE",
163908  direction="l",
163909  linebreak="al",
163910  unicodeslot=0x111E1,
163911 },
163912 [0x111E2]={
163913  category="no",
163914  description="SINHALA ARCHAIC DIGIT TWO",
163915  direction="l",
163916  linebreak="al",
163917  unicodeslot=0x111E2,
163918 },
163919 [0x111E3]={
163920  category="no",
163921  description="SINHALA ARCHAIC DIGIT THREE",
163922  direction="l",
163923  linebreak="al",
163924  unicodeslot=0x111E3,
163925 },
163926 [0x111E4]={
163927  category="no",
163928  description="SINHALA ARCHAIC DIGIT FOUR",
163929  direction="l",
163930  linebreak="al",
163931  unicodeslot=0x111E4,
163932 },
163933 [0x111E5]={
163934  category="no",
163935  description="SINHALA ARCHAIC DIGIT FIVE",
163936  direction="l",
163937  linebreak="al",
163938  unicodeslot=0x111E5,
163939 },
163940 [0x111E6]={
163941  category="no",
163942  description="SINHALA ARCHAIC DIGIT SIX",
163943  direction="l",
163944  linebreak="al",
163945  unicodeslot=0x111E6,
163946 },
163947 [0x111E7]={
163948  category="no",
163949  description="SINHALA ARCHAIC DIGIT SEVEN",
163950  direction="l",
163951  linebreak="al",
163952  unicodeslot=0x111E7,
163953 },
163954 [0x111E8]={
163955  category="no",
163956  description="SINHALA ARCHAIC DIGIT EIGHT",
163957  direction="l",
163958  linebreak="al",
163959  unicodeslot=0x111E8,
163960 },
163961 [0x111E9]={
163962  category="no",
163963  description="SINHALA ARCHAIC DIGIT NINE",
163964  direction="l",
163965  linebreak="al",
163966  unicodeslot=0x111E9,
163967 },
163968 [0x111EA]={
163969  category="no",
163970  description="SINHALA ARCHAIC NUMBER TEN",
163971  direction="l",
163972  linebreak="al",
163973  unicodeslot=0x111EA,
163974 },
163975 [0x111EB]={
163976  category="no",
163977  description="SINHALA ARCHAIC NUMBER TWENTY",
163978  direction="l",
163979  linebreak="al",
163980  unicodeslot=0x111EB,
163981 },
163982 [0x111EC]={
163983  category="no",
163984  description="SINHALA ARCHAIC NUMBER THIRTY",
163985  direction="l",
163986  linebreak="al",
163987  unicodeslot=0x111EC,
163988 },
163989 [0x111ED]={
163990  category="no",
163991  description="SINHALA ARCHAIC NUMBER FORTY",
163992  direction="l",
163993  linebreak="al",
163994  unicodeslot=0x111ED,
163995 },
163996 [0x111EE]={
163997  category="no",
163998  description="SINHALA ARCHAIC NUMBER FIFTY",
163999  direction="l",
164000  linebreak="al",
164001  unicodeslot=0x111EE,
164002 },
164003 [0x111EF]={
164004  category="no",
164005  description="SINHALA ARCHAIC NUMBER SIXTY",
164006  direction="l",
164007  linebreak="al",
164008  unicodeslot=0x111EF,
164009 },
164010 [0x111F0]={
164011  category="no",
164012  description="SINHALA ARCHAIC NUMBER SEVENTY",
164013  direction="l",
164014  linebreak="al",
164015  unicodeslot=0x111F0,
164016 },
164017 [0x111F1]={
164018  category="no",
164019  description="SINHALA ARCHAIC NUMBER EIGHTY",
164020  direction="l",
164021  linebreak="al",
164022  unicodeslot=0x111F1,
164023 },
164024 [0x111F2]={
164025  category="no",
164026  description="SINHALA ARCHAIC NUMBER NINETY",
164027  direction="l",
164028  linebreak="al",
164029  unicodeslot=0x111F2,
164030 },
164031 [0x111F3]={
164032  category="no",
164033  description="SINHALA ARCHAIC NUMBER ONE HUNDRED",
164034  direction="l",
164035  linebreak="al",
164036  unicodeslot=0x111F3,
164037 },
164038 [0x111F4]={
164039  category="no",
164040  description="SINHALA ARCHAIC NUMBER ONE THOUSAND",
164041  direction="l",
164042  linebreak="al",
164043  unicodeslot=0x111F4,
164044 },
164045 [0x11200]={
164046  category="lo",
164047  description="KHOJKI LETTER A",
164048  direction="l",
164049  linebreak="al",
164050  unicodeslot=0x11200,
164051 },
164052 [0x11201]={
164053  category="lo",
164054  description="KHOJKI LETTER AA",
164055  direction="l",
164056  linebreak="al",
164057  unicodeslot=0x11201,
164058 },
164059 [0x11202]={
164060  category="lo",
164061  description="KHOJKI LETTER I",
164062  direction="l",
164063  linebreak="al",
164064  unicodeslot=0x11202,
164065 },
164066 [0x11203]={
164067  category="lo",
164068  description="KHOJKI LETTER U",
164069  direction="l",
164070  linebreak="al",
164071  unicodeslot=0x11203,
164072 },
164073 [0x11204]={
164074  category="lo",
164075  description="KHOJKI LETTER E",
164076  direction="l",
164077  linebreak="al",
164078  unicodeslot=0x11204,
164079 },
164080 [0x11205]={
164081  category="lo",
164082  description="KHOJKI LETTER AI",
164083  direction="l",
164084  linebreak="al",
164085  unicodeslot=0x11205,
164086 },
164087 [0x11206]={
164088  category="lo",
164089  description="KHOJKI LETTER O",
164090  direction="l",
164091  linebreak="al",
164092  unicodeslot=0x11206,
164093 },
164094 [0x11207]={
164095  category="lo",
164096  description="KHOJKI LETTER AU",
164097  direction="l",
164098  linebreak="al",
164099  unicodeslot=0x11207,
164100 },
164101 [0x11208]={
164102  category="lo",
164103  description="KHOJKI LETTER KA",
164104  direction="l",
164105  linebreak="al",
164106  unicodeslot=0x11208,
164107 },
164108 [0x11209]={
164109  category="lo",
164110  description="KHOJKI LETTER KHA",
164111  direction="l",
164112  linebreak="al",
164113  unicodeslot=0x11209,
164114 },
164115 [0x1120A]={
164116  category="lo",
164117  description="KHOJKI LETTER GA",
164118  direction="l",
164119  linebreak="al",
164120  unicodeslot=0x1120A,
164121 },
164122 [0x1120B]={
164123  category="lo",
164124  description="KHOJKI LETTER GGA",
164125  direction="l",
164126  linebreak="al",
164127  unicodeslot=0x1120B,
164128 },
164129 [0x1120C]={
164130  category="lo",
164131  description="KHOJKI LETTER GHA",
164132  direction="l",
164133  linebreak="al",
164134  unicodeslot=0x1120C,
164135 },
164136 [0x1120D]={
164137  category="lo",
164138  description="KHOJKI LETTER NGA",
164139  direction="l",
164140  linebreak="al",
164141  unicodeslot=0x1120D,
164142 },
164143 [0x1120E]={
164144  category="lo",
164145  description="KHOJKI LETTER CA",
164146  direction="l",
164147  linebreak="al",
164148  unicodeslot=0x1120E,
164149 },
164150 [0x1120F]={
164151  category="lo",
164152  description="KHOJKI LETTER CHA",
164153  direction="l",
164154  linebreak="al",
164155  unicodeslot=0x1120F,
164156 },
164157 [0x11210]={
164158  category="lo",
164159  description="KHOJKI LETTER JA",
164160  direction="l",
164161  linebreak="al",
164162  unicodeslot=0x11210,
164163 },
164164 [0x11211]={
164165  category="lo",
164166  description="KHOJKI LETTER JJA",
164167  direction="l",
164168  linebreak="al",
164169  unicodeslot=0x11211,
164170 },
164171 [0x11213]={
164172  category="lo",
164173  description="KHOJKI LETTER NYA",
164174  direction="l",
164175  linebreak="al",
164176  unicodeslot=0x11213,
164177 },
164178 [0x11214]={
164179  category="lo",
164180  description="KHOJKI LETTER TTA",
164181  direction="l",
164182  linebreak="al",
164183  unicodeslot=0x11214,
164184 },
164185 [0x11215]={
164186  category="lo",
164187  description="KHOJKI LETTER TTHA",
164188  direction="l",
164189  linebreak="al",
164190  unicodeslot=0x11215,
164191 },
164192 [0x11216]={
164193  category="lo",
164194  description="KHOJKI LETTER DDA",
164195  direction="l",
164196  linebreak="al",
164197  unicodeslot=0x11216,
164198 },
164199 [0x11217]={
164200  category="lo",
164201  description="KHOJKI LETTER DDHA",
164202  direction="l",
164203  linebreak="al",
164204  unicodeslot=0x11217,
164205 },
164206 [0x11218]={
164207  category="lo",
164208  description="KHOJKI LETTER NNA",
164209  direction="l",
164210  linebreak="al",
164211  unicodeslot=0x11218,
164212 },
164213 [0x11219]={
164214  category="lo",
164215  description="KHOJKI LETTER TA",
164216  direction="l",
164217  linebreak="al",
164218  unicodeslot=0x11219,
164219 },
164220 [0x1121A]={
164221  category="lo",
164222  description="KHOJKI LETTER THA",
164223  direction="l",
164224  linebreak="al",
164225  unicodeslot=0x1121A,
164226 },
164227 [0x1121B]={
164228  category="lo",
164229  description="KHOJKI LETTER DA",
164230  direction="l",
164231  linebreak="al",
164232  unicodeslot=0x1121B,
164233 },
164234 [0x1121C]={
164235  category="lo",
164236  description="KHOJKI LETTER DDDA",
164237  direction="l",
164238  linebreak="al",
164239  unicodeslot=0x1121C,
164240 },
164241 [0x1121D]={
164242  category="lo",
164243  description="KHOJKI LETTER DHA",
164244  direction="l",
164245  linebreak="al",
164246  unicodeslot=0x1121D,
164247 },
164248 [0x1121E]={
164249  category="lo",
164250  description="KHOJKI LETTER NA",
164251  direction="l",
164252  linebreak="al",
164253  unicodeslot=0x1121E,
164254 },
164255 [0x1121F]={
164256  category="lo",
164257  description="KHOJKI LETTER PA",
164258  direction="l",
164259  linebreak="al",
164260  unicodeslot=0x1121F,
164261 },
164262 [0x11220]={
164263  category="lo",
164264  description="KHOJKI LETTER PHA",
164265  direction="l",
164266  linebreak="al",
164267  unicodeslot=0x11220,
164268 },
164269 [0x11221]={
164270  category="lo",
164271  description="KHOJKI LETTER BA",
164272  direction="l",
164273  linebreak="al",
164274  unicodeslot=0x11221,
164275 },
164276 [0x11222]={
164277  category="lo",
164278  description="KHOJKI LETTER BBA",
164279  direction="l",
164280  linebreak="al",
164281  unicodeslot=0x11222,
164282 },
164283 [0x11223]={
164284  category="lo",
164285  description="KHOJKI LETTER BHA",
164286  direction="l",
164287  linebreak="al",
164288  unicodeslot=0x11223,
164289 },
164290 [0x11224]={
164291  category="lo",
164292  description="KHOJKI LETTER MA",
164293  direction="l",
164294  linebreak="al",
164295  unicodeslot=0x11224,
164296 },
164297 [0x11225]={
164298  category="lo",
164299  description="KHOJKI LETTER YA",
164300  direction="l",
164301  linebreak="al",
164302  unicodeslot=0x11225,
164303 },
164304 [0x11226]={
164305  category="lo",
164306  description="KHOJKI LETTER RA",
164307  direction="l",
164308  linebreak="al",
164309  unicodeslot=0x11226,
164310 },
164311 [0x11227]={
164312  category="lo",
164313  description="KHOJKI LETTER LA",
164314  direction="l",
164315  linebreak="al",
164316  unicodeslot=0x11227,
164317 },
164318 [0x11228]={
164319  category="lo",
164320  description="KHOJKI LETTER VA",
164321  direction="l",
164322  linebreak="al",
164323  unicodeslot=0x11228,
164324 },
164325 [0x11229]={
164326  category="lo",
164327  description="KHOJKI LETTER SA",
164328  direction="l",
164329  linebreak="al",
164330  unicodeslot=0x11229,
164331 },
164332 [0x1122A]={
164333  category="lo",
164334  description="KHOJKI LETTER HA",
164335  direction="l",
164336  linebreak="al",
164337  unicodeslot=0x1122A,
164338 },
164339 [0x1122B]={
164340  category="lo",
164341  description="KHOJKI LETTER LLA",
164342  direction="l",
164343  linebreak="al",
164344  unicodeslot=0x1122B,
164345 },
164346 [0x1122C]={
164347  category="mc",
164348  description="KHOJKI VOWEL SIGN AA",
164349  direction="l",
164350  linebreak="cm",
164351  unicodeslot=0x1122C,
164352 },
164353 [0x1122D]={
164354  category="mc",
164355  description="KHOJKI VOWEL SIGN I",
164356  direction="l",
164357  linebreak="cm",
164358  unicodeslot=0x1122D,
164359 },
164360 [0x1122E]={
164361  category="mc",
164362  description="KHOJKI VOWEL SIGN II",
164363  direction="l",
164364  linebreak="cm",
164365  unicodeslot=0x1122E,
164366 },
164367 [0x1122F]={
164368  category="mn",
164369  description="KHOJKI VOWEL SIGN U",
164370  direction="nsm",
164371  linebreak="cm",
164372  unicodeslot=0x1122F,
164373 },
164374 [0x11230]={
164375  category="mn",
164376  description="KHOJKI VOWEL SIGN E",
164377  direction="nsm",
164378  linebreak="cm",
164379  unicodeslot=0x11230,
164380 },
164381 [0x11231]={
164382  category="mn",
164383  description="KHOJKI VOWEL SIGN AI",
164384  direction="nsm",
164385  linebreak="cm",
164386  unicodeslot=0x11231,
164387 },
164388 [0x11232]={
164389  category="mc",
164390  description="KHOJKI VOWEL SIGN O",
164391  direction="l",
164392  linebreak="cm",
164393  unicodeslot=0x11232,
164394 },
164395 [0x11233]={
164396  category="mc",
164397  description="KHOJKI VOWEL SIGN AU",
164398  direction="l",
164399  linebreak="cm",
164400  unicodeslot=0x11233,
164401 },
164402 [0x11234]={
164403  category="mn",
164404  description="KHOJKI SIGN ANUSVARA",
164405  direction="nsm",
164406  linebreak="cm",
164407  unicodeslot=0x11234,
164408 },
164409 [0x11235]={
164410  category="mc",
164411  combining=0x9,
164412  description="KHOJKI SIGN VIRAMA",
164413  direction="l",
164414  linebreak="cm",
164415  unicodeslot=0x11235,
164416 },
164417 [0x11236]={
164418  category="mn",
164419  combining=0x7,
164420  description="KHOJKI SIGN NUKTA",
164421  direction="nsm",
164422  linebreak="cm",
164423  unicodeslot=0x11236,
164424 },
164425 [0x11237]={
164426  category="mn",
164427  description="KHOJKI SIGN SHADDA",
164428  direction="nsm",
164429  linebreak="cm",
164430  unicodeslot=0x11237,
164431 },
164432 [0x11238]={
164433  category="po",
164434  description="KHOJKI DANDA",
164435  direction="l",
164436  linebreak="ba",
164437  unicodeslot=0x11238,
164438 },
164439 [0x11239]={
164440  category="po",
164441  description="KHOJKI DOUBLE DANDA",
164442  direction="l",
164443  linebreak="ba",
164444  unicodeslot=0x11239,
164445 },
164446 [0x1123A]={
164447  category="po",
164448  description="KHOJKI WORD SEPARATOR",
164449  direction="l",
164450  linebreak="al",
164451  unicodeslot=0x1123A,
164452 },
164453 [0x1123B]={
164454  category="po",
164455  description="KHOJKI SECTION MARK",
164456  direction="l",
164457  linebreak="ba",
164458  unicodeslot=0x1123B,
164459 },
164460 [0x1123C]={
164461  category="po",
164462  description="KHOJKI DOUBLE SECTION MARK",
164463  direction="l",
164464  linebreak="ba",
164465  unicodeslot=0x1123C,
164466 },
164467 [0x1123D]={
164468  category="po",
164469  description="KHOJKI ABBREVIATION SIGN",
164470  direction="l",
164471  linebreak="al",
164472  unicodeslot=0x1123D,
164473 },
164474 [0x1123E]={
164475  category="mn",
164476  description="KHOJKI SIGN SUKUN",
164477  direction="nsm",
164478  linebreak="cm",
164479  unicodeslot=0x1123E,
164480 },
164481 [0x1123F]={
164482  category="lo",
164483  description="KHOJKI LETTER QA",
164484  direction="l",
164485  linebreak="al",
164486  unicodeslot=0x1123F,
164487 },
164488 [0x11240]={
164489  category="lo",
164490  description="KHOJKI LETTER SHORT I",
164491  direction="l",
164492  linebreak="al",
164493  unicodeslot=0x11240,
164494 },
164495 [0x11241]={
164496  category="mn",
164497  description="KHOJKI VOWEL SIGN VOCALIC R",
164498  direction="nsm",
164499  linebreak="cm",
164500  unicodeslot=0x11241,
164501 },
164502 [0x11280]={
164503  category="lo",
164504  description="MULTANI LETTER A",
164505  direction="l",
164506  linebreak="al",
164507  unicodeslot=0x11280,
164508 },
164509 [0x11281]={
164510  category="lo",
164511  description="MULTANI LETTER I",
164512  direction="l",
164513  linebreak="al",
164514  unicodeslot=0x11281,
164515 },
164516 [0x11282]={
164517  category="lo",
164518  description="MULTANI LETTER U",
164519  direction="l",
164520  linebreak="al",
164521  unicodeslot=0x11282,
164522 },
164523 [0x11283]={
164524  category="lo",
164525  description="MULTANI LETTER E",
164526  direction="l",
164527  linebreak="al",
164528  unicodeslot=0x11283,
164529 },
164530 [0x11284]={
164531  category="lo",
164532  description="MULTANI LETTER KA",
164533  direction="l",
164534  linebreak="al",
164535  unicodeslot=0x11284,
164536 },
164537 [0x11285]={
164538  category="lo",
164539  description="MULTANI LETTER KHA",
164540  direction="l",
164541  linebreak="al",
164542  unicodeslot=0x11285,
164543 },
164544 [0x11286]={
164545  category="lo",
164546  description="MULTANI LETTER GA",
164547  direction="l",
164548  linebreak="al",
164549  unicodeslot=0x11286,
164550 },
164551 [0x11288]={
164552  category="lo",
164553  description="MULTANI LETTER GHA",
164554  direction="l",
164555  linebreak="al",
164556  unicodeslot=0x11288,
164557 },
164558 [0x1128A]={
164559  category="lo",
164560  description="MULTANI LETTER CA",
164561  direction="l",
164562  linebreak="al",
164563  unicodeslot=0x1128A,
164564 },
164565 [0x1128B]={
164566  category="lo",
164567  description="MULTANI LETTER CHA",
164568  direction="l",
164569  linebreak="al",
164570  unicodeslot=0x1128B,
164571 },
164572 [0x1128C]={
164573  category="lo",
164574  description="MULTANI LETTER JA",
164575  direction="l",
164576  linebreak="al",
164577  unicodeslot=0x1128C,
164578 },
164579 [0x1128D]={
164580  category="lo",
164581  description="MULTANI LETTER JJA",
164582  direction="l",
164583  linebreak="al",
164584  unicodeslot=0x1128D,
164585 },
164586 [0x1128F]={
164587  category="lo",
164588  description="MULTANI LETTER NYA",
164589  direction="l",
164590  linebreak="al",
164591  unicodeslot=0x1128F,
164592 },
164593 [0x11290]={
164594  category="lo",
164595  description="MULTANI LETTER TTA",
164596  direction="l",
164597  linebreak="al",
164598  unicodeslot=0x11290,
164599 },
164600 [0x11291]={
164601  category="lo",
164602  description="MULTANI LETTER TTHA",
164603  direction="l",
164604  linebreak="al",
164605  unicodeslot=0x11291,
164606 },
164607 [0x11292]={
164608  category="lo",
164609  description="MULTANI LETTER DDA",
164610  direction="l",
164611  linebreak="al",
164612  unicodeslot=0x11292,
164613 },
164614 [0x11293]={
164615  category="lo",
164616  description="MULTANI LETTER DDDA",
164617  direction="l",
164618  linebreak="al",
164619  unicodeslot=0x11293,
164620 },
164621 [0x11294]={
164622  category="lo",
164623  description="MULTANI LETTER DDHA",
164624  direction="l",
164625  linebreak="al",
164626  unicodeslot=0x11294,
164627 },
164628 [0x11295]={
164629  category="lo",
164630  description="MULTANI LETTER NNA",
164631  direction="l",
164632  linebreak="al",
164633  unicodeslot=0x11295,
164634 },
164635 [0x11296]={
164636  category="lo",
164637  description="MULTANI LETTER TA",
164638  direction="l",
164639  linebreak="al",
164640  unicodeslot=0x11296,
164641 },
164642 [0x11297]={
164643  category="lo",
164644  description="MULTANI LETTER THA",
164645  direction="l",
164646  linebreak="al",
164647  unicodeslot=0x11297,
164648 },
164649 [0x11298]={
164650  category="lo",
164651  description="MULTANI LETTER DA",
164652  direction="l",
164653  linebreak="al",
164654  unicodeslot=0x11298,
164655 },
164656 [0x11299]={
164657  category="lo",
164658  description="MULTANI LETTER DHA",
164659  direction="l",
164660  linebreak="al",
164661  unicodeslot=0x11299,
164662 },
164663 [0x1129A]={
164664  category="lo",
164665  description="MULTANI LETTER NA",
164666  direction="l",
164667  linebreak="al",
164668  unicodeslot=0x1129A,
164669 },
164670 [0x1129B]={
164671  category="lo",
164672  description="MULTANI LETTER PA",
164673  direction="l",
164674  linebreak="al",
164675  unicodeslot=0x1129B,
164676 },
164677 [0x1129C]={
164678  category="lo",
164679  description="MULTANI LETTER PHA",
164680  direction="l",
164681  linebreak="al",
164682  unicodeslot=0x1129C,
164683 },
164684 [0x1129D]={
164685  category="lo",
164686  description="MULTANI LETTER BA",
164687  direction="l",
164688  linebreak="al",
164689  unicodeslot=0x1129D,
164690 },
164691 [0x1129F]={
164692  category="lo",
164693  description="MULTANI LETTER BHA",
164694  direction="l",
164695  linebreak="al",
164696  unicodeslot=0x1129F,
164697 },
164698 [0x112A0]={
164699  category="lo",
164700  description="MULTANI LETTER MA",
164701  direction="l",
164702  linebreak="al",
164703  unicodeslot=0x112A0,
164704 },
164705 [0x112A1]={
164706  category="lo",
164707  description="MULTANI LETTER YA",
164708  direction="l",
164709  linebreak="al",
164710  unicodeslot=0x112A1,
164711 },
164712 [0x112A2]={
164713  category="lo",
164714  description="MULTANI LETTER RA",
164715  direction="l",
164716  linebreak="al",
164717  unicodeslot=0x112A2,
164718 },
164719 [0x112A3]={
164720  category="lo",
164721  description="MULTANI LETTER LA",
164722  direction="l",
164723  linebreak="al",
164724  unicodeslot=0x112A3,
164725 },
164726 [0x112A4]={
164727  category="lo",
164728  description="MULTANI LETTER VA",
164729  direction="l",
164730  linebreak="al",
164731  unicodeslot=0x112A4,
164732 },
164733 [0x112A5]={
164734  category="lo",
164735  description="MULTANI LETTER SA",
164736  direction="l",
164737  linebreak="al",
164738  unicodeslot=0x112A5,
164739 },
164740 [0x112A6]={
164741  category="lo",
164742  description="MULTANI LETTER HA",
164743  direction="l",
164744  linebreak="al",
164745  unicodeslot=0x112A6,
164746 },
164747 [0x112A7]={
164748  category="lo",
164749  description="MULTANI LETTER RRA",
164750  direction="l",
164751  linebreak="al",
164752  unicodeslot=0x112A7,
164753 },
164754 [0x112A8]={
164755  category="lo",
164756  description="MULTANI LETTER RHA",
164757  direction="l",
164758  linebreak="al",
164759  unicodeslot=0x112A8,
164760 },
164761 [0x112A9]={
164762  category="po",
164763  description="MULTANI SECTION MARK",
164764  direction="l",
164765  linebreak="ba",
164766  unicodeslot=0x112A9,
164767 },
164768 [0x112B0]={
164769  category="lo",
164770  description="KHUDAWADI LETTER A",
164771  direction="l",
164772  linebreak="al",
164773  unicodeslot=0x112B0,
164774 },
164775 [0x112B1]={
164776  category="lo",
164777  description="KHUDAWADI LETTER AA",
164778  direction="l",
164779  linebreak="al",
164780  unicodeslot=0x112B1,
164781 },
164782 [0x112B2]={
164783  category="lo",
164784  description="KHUDAWADI LETTER I",
164785  direction="l",
164786  linebreak="al",
164787  unicodeslot=0x112B2,
164788 },
164789 [0x112B3]={
164790  category="lo",
164791  description="KHUDAWADI LETTER II",
164792  direction="l",
164793  linebreak="al",
164794  unicodeslot=0x112B3,
164795 },
164796 [0x112B4]={
164797  category="lo",
164798  description="KHUDAWADI LETTER U",
164799  direction="l",
164800  linebreak="al",
164801  unicodeslot=0x112B4,
164802 },
164803 [0x112B5]={
164804  category="lo",
164805  description="KHUDAWADI LETTER UU",
164806  direction="l",
164807  linebreak="al",
164808  unicodeslot=0x112B5,
164809 },
164810 [0x112B6]={
164811  category="lo",
164812  description="KHUDAWADI LETTER E",
164813  direction="l",
164814  linebreak="al",
164815  unicodeslot=0x112B6,
164816 },
164817 [0x112B7]={
164818  category="lo",
164819  description="KHUDAWADI LETTER AI",
164820  direction="l",
164821  linebreak="al",
164822  unicodeslot=0x112B7,
164823 },
164824 [0x112B8]={
164825  category="lo",
164826  description="KHUDAWADI LETTER O",
164827  direction="l",
164828  linebreak="al",
164829  unicodeslot=0x112B8,
164830 },
164831 [0x112B9]={
164832  category="lo",
164833  description="KHUDAWADI LETTER AU",
164834  direction="l",
164835  linebreak="al",
164836  unicodeslot=0x112B9,
164837 },
164838 [0x112BA]={
164839  category="lo",
164840  description="KHUDAWADI LETTER KA",
164841  direction="l",
164842  linebreak="al",
164843  unicodeslot=0x112BA,
164844 },
164845 [0x112BB]={
164846  category="lo",
164847  description="KHUDAWADI LETTER KHA",
164848  direction="l",
164849  linebreak="al",
164850  unicodeslot=0x112BB,
164851 },
164852 [0x112BC]={
164853  category="lo",
164854  description="KHUDAWADI LETTER GA",
164855  direction="l",
164856  linebreak="al",
164857  unicodeslot=0x112BC,
164858 },
164859 [0x112BD]={
164860  category="lo",
164861  description="KHUDAWADI LETTER GGA",
164862  direction="l",
164863  linebreak="al",
164864  unicodeslot=0x112BD,
164865 },
164866 [0x112BE]={
164867  category="lo",
164868  description="KHUDAWADI LETTER GHA",
164869  direction="l",
164870  linebreak="al",
164871  unicodeslot=0x112BE,
164872 },
164873 [0x112BF]={
164874  category="lo",
164875  description="KHUDAWADI LETTER NGA",
164876  direction="l",
164877  linebreak="al",
164878  unicodeslot=0x112BF,
164879 },
164880 [0x112C0]={
164881  category="lo",
164882  description="KHUDAWADI LETTER CA",
164883  direction="l",
164884  linebreak="al",
164885  unicodeslot=0x112C0,
164886 },
164887 [0x112C1]={
164888  category="lo",
164889  description="KHUDAWADI LETTER CHA",
164890  direction="l",
164891  linebreak="al",
164892  unicodeslot=0x112C1,
164893 },
164894 [0x112C2]={
164895  category="lo",
164896  description="KHUDAWADI LETTER JA",
164897  direction="l",
164898  linebreak="al",
164899  unicodeslot=0x112C2,
164900 },
164901 [0x112C3]={
164902  category="lo",
164903  description="KHUDAWADI LETTER JJA",
164904  direction="l",
164905  linebreak="al",
164906  unicodeslot=0x112C3,
164907 },
164908 [0x112C4]={
164909  category="lo",
164910  description="KHUDAWADI LETTER JHA",
164911  direction="l",
164912  linebreak="al",
164913  unicodeslot=0x112C4,
164914 },
164915 [0x112C5]={
164916  category="lo",
164917  description="KHUDAWADI LETTER NYA",
164918  direction="l",
164919  linebreak="al",
164920  unicodeslot=0x112C5,
164921 },
164922 [0x112C6]={
164923  category="lo",
164924  description="KHUDAWADI LETTER TTA",
164925  direction="l",
164926  linebreak="al",
164927  unicodeslot=0x112C6,
164928 },
164929 [0x112C7]={
164930  category="lo",
164931  description="KHUDAWADI LETTER TTHA",
164932  direction="l",
164933  linebreak="al",
164934  unicodeslot=0x112C7,
164935 },
164936 [0x112C8]={
164937  category="lo",
164938  description="KHUDAWADI LETTER DDA",
164939  direction="l",
164940  linebreak="al",
164941  unicodeslot=0x112C8,
164942 },
164943 [0x112C9]={
164944  category="lo",
164945  description="KHUDAWADI LETTER DDDA",
164946  direction="l",
164947  linebreak="al",
164948  unicodeslot=0x112C9,
164949 },
164950 [0x112CA]={
164951  category="lo",
164952  description="KHUDAWADI LETTER RRA",
164953  direction="l",
164954  linebreak="al",
164955  unicodeslot=0x112CA,
164956 },
164957 [0x112CB]={
164958  category="lo",
164959  description="KHUDAWADI LETTER DDHA",
164960  direction="l",
164961  linebreak="al",
164962  unicodeslot=0x112CB,
164963 },
164964 [0x112CC]={
164965  category="lo",
164966  description="KHUDAWADI LETTER NNA",
164967  direction="l",
164968  linebreak="al",
164969  unicodeslot=0x112CC,
164970 },
164971 [0x112CD]={
164972  category="lo",
164973  description="KHUDAWADI LETTER TA",
164974  direction="l",
164975  linebreak="al",
164976  unicodeslot=0x112CD,
164977 },
164978 [0x112CE]={
164979  category="lo",
164980  description="KHUDAWADI LETTER THA",
164981  direction="l",
164982  linebreak="al",
164983  unicodeslot=0x112CE,
164984 },
164985 [0x112CF]={
164986  category="lo",
164987  description="KHUDAWADI LETTER DA",
164988  direction="l",
164989  linebreak="al",
164990  unicodeslot=0x112CF,
164991 },
164992 [0x112D0]={
164993  category="lo",
164994  description="KHUDAWADI LETTER DHA",
164995  direction="l",
164996  linebreak="al",
164997  unicodeslot=0x112D0,
164998 },
164999 [0x112D1]={
165000  category="lo",
165001  description="KHUDAWADI LETTER NA",
165002  direction="l",
165003  linebreak="al",
165004  unicodeslot=0x112D1,
165005 },
165006 [0x112D2]={
165007  category="lo",
165008  description="KHUDAWADI LETTER PA",
165009  direction="l",
165010  linebreak="al",
165011  unicodeslot=0x112D2,
165012 },
165013 [0x112D3]={
165014  category="lo",
165015  description="KHUDAWADI LETTER PHA",
165016  direction="l",
165017  linebreak="al",
165018  unicodeslot=0x112D3,
165019 },
165020 [0x112D4]={
165021  category="lo",
165022  description="KHUDAWADI LETTER BA",
165023  direction="l",
165024  linebreak="al",
165025  unicodeslot=0x112D4,
165026 },
165027 [0x112D5]={
165028  category="lo",
165029  description="KHUDAWADI LETTER BBA",
165030  direction="l",
165031  linebreak="al",
165032  unicodeslot=0x112D5,
165033 },
165034 [0x112D6]={
165035  category="lo",
165036  description="KHUDAWADI LETTER BHA",
165037  direction="l",
165038  linebreak="al",
165039  unicodeslot=0x112D6,
165040 },
165041 [0x112D7]={
165042  category="lo",
165043  description="KHUDAWADI LETTER MA",
165044  direction="l",
165045  linebreak="al",
165046  unicodeslot=0x112D7,
165047 },
165048 [0x112D8]={
165049  category="lo",
165050  description="KHUDAWADI LETTER YA",
165051  direction="l",
165052  linebreak="al",
165053  unicodeslot=0x112D8,
165054 },
165055 [0x112D9]={
165056  category="lo",
165057  description="KHUDAWADI LETTER RA",
165058  direction="l",
165059  linebreak="al",
165060  unicodeslot=0x112D9,
165061 },
165062 [0x112DA]={
165063  category="lo",
165064  description="KHUDAWADI LETTER LA",
165065  direction="l",
165066  linebreak="al",
165067  unicodeslot=0x112DA,
165068 },
165069 [0x112DB]={
165070  category="lo",
165071  description="KHUDAWADI LETTER VA",
165072  direction="l",
165073  linebreak="al",
165074  unicodeslot=0x112DB,
165075 },
165076 [0x112DC]={
165077  category="lo",
165078  description="KHUDAWADI LETTER SHA",
165079  direction="l",
165080  linebreak="al",
165081  unicodeslot=0x112DC,
165082 },
165083 [0x112DD]={
165084  category="lo",
165085  description="KHUDAWADI LETTER SA",
165086  direction="l",
165087  linebreak="al",
165088  unicodeslot=0x112DD,
165089 },
165090 [0x112DE]={
165091  category="lo",
165092  description="KHUDAWADI LETTER HA",
165093  direction="l",
165094  linebreak="al",
165095  unicodeslot=0x112DE,
165096 },
165097 [0x112DF]={
165098  category="mn",
165099  description="KHUDAWADI SIGN ANUSVARA",
165100  direction="nsm",
165101  linebreak="cm",
165102  unicodeslot=0x112DF,
165103 },
165104 [0x112E0]={
165105  category="mc",
165106  description="KHUDAWADI VOWEL SIGN AA",
165107  direction="l",
165108  linebreak="cm",
165109  unicodeslot=0x112E0,
165110 },
165111 [0x112E1]={
165112  category="mc",
165113  description="KHUDAWADI VOWEL SIGN I",
165114  direction="l",
165115  linebreak="cm",
165116  unicodeslot=0x112E1,
165117 },
165118 [0x112E2]={
165119  category="mc",
165120  description="KHUDAWADI VOWEL SIGN II",
165121  direction="l",
165122  linebreak="cm",
165123  unicodeslot=0x112E2,
165124 },
165125 [0x112E3]={
165126  category="mn",
165127  description="KHUDAWADI VOWEL SIGN U",
165128  direction="nsm",
165129  linebreak="cm",
165130  unicodeslot=0x112E3,
165131 },
165132 [0x112E4]={
165133  category="mn",
165134  description="KHUDAWADI VOWEL SIGN UU",
165135  direction="nsm",
165136  linebreak="cm",
165137  unicodeslot=0x112E4,
165138 },
165139 [0x112E5]={
165140  category="mn",
165141  description="KHUDAWADI VOWEL SIGN E",
165142  direction="nsm",
165143  linebreak="cm",
165144  unicodeslot=0x112E5,
165145 },
165146 [0x112E6]={
165147  category="mn",
165148  description="KHUDAWADI VOWEL SIGN AI",
165149  direction="nsm",
165150  linebreak="cm",
165151  unicodeslot=0x112E6,
165152 },
165153 [0x112E7]={
165154  category="mn",
165155  description="KHUDAWADI VOWEL SIGN O",
165156  direction="nsm",
165157  linebreak="cm",
165158  unicodeslot=0x112E7,
165159 },
165160 [0x112E8]={
165161  category="mn",
165162  description="KHUDAWADI VOWEL SIGN AU",
165163  direction="nsm",
165164  linebreak="cm",
165165  unicodeslot=0x112E8,
165166 },
165167 [0x112E9]={
165168  category="mn",
165169  combining=0x7,
165170  description="KHUDAWADI SIGN NUKTA",
165171  direction="nsm",
165172  linebreak="cm",
165173  unicodeslot=0x112E9,
165174 },
165175 [0x112EA]={
165176  category="mn",
165177  combining=0x9,
165178  description="KHUDAWADI SIGN VIRAMA",
165179  direction="nsm",
165180  linebreak="cm",
165181  unicodeslot=0x112EA,
165182 },
165183 [0x112F0]={
165184  category="nd",
165185  description="KHUDAWADI DIGIT ZERO",
165186  direction="l",
165187  linebreak="nu",
165188  unicodeslot=0x112F0,
165189 },
165190 [0x112F1]={
165191  category="nd",
165192  description="KHUDAWADI DIGIT ONE",
165193  direction="l",
165194  linebreak="nu",
165195  unicodeslot=0x112F1,
165196 },
165197 [0x112F2]={
165198  category="nd",
165199  description="KHUDAWADI DIGIT TWO",
165200  direction="l",
165201  linebreak="nu",
165202  unicodeslot=0x112F2,
165203 },
165204 [0x112F3]={
165205  category="nd",
165206  description="KHUDAWADI DIGIT THREE",
165207  direction="l",
165208  linebreak="nu",
165209  unicodeslot=0x112F3,
165210 },
165211 [0x112F4]={
165212  category="nd",
165213  description="KHUDAWADI DIGIT FOUR",
165214  direction="l",
165215  linebreak="nu",
165216  unicodeslot=0x112F4,
165217 },
165218 [0x112F5]={
165219  category="nd",
165220  description="KHUDAWADI DIGIT FIVE",
165221  direction="l",
165222  linebreak="nu",
165223  unicodeslot=0x112F5,
165224 },
165225 [0x112F6]={
165226  category="nd",
165227  description="KHUDAWADI DIGIT SIX",
165228  direction="l",
165229  linebreak="nu",
165230  unicodeslot=0x112F6,
165231 },
165232 [0x112F7]={
165233  category="nd",
165234  description="KHUDAWADI DIGIT SEVEN",
165235  direction="l",
165236  linebreak="nu",
165237  unicodeslot=0x112F7,
165238 },
165239 [0x112F8]={
165240  category="nd",
165241  description="KHUDAWADI DIGIT EIGHT",
165242  direction="l",
165243  linebreak="nu",
165244  unicodeslot=0x112F8,
165245 },
165246 [0x112F9]={
165247  category="nd",
165248  description="KHUDAWADI DIGIT NINE",
165249  direction="l",
165250  linebreak="nu",
165251  unicodeslot=0x112F9,
165252 },
165253 [0x11300]={
165254  category="mn",
165255  description="GRANTHA SIGN COMBINING ANUSVARA ABOVE",
165256  direction="nsm",
165257  linebreak="cm",
165258  unicodeslot=0x11300,
165259 },
165260 [0x11301]={
165261  category="mn",
165262  description="GRANTHA SIGN CANDRABINDU",
165263  direction="nsm",
165264  linebreak="cm",
165265  unicodeslot=0x11301,
165266 },
165267 [0x11302]={
165268  category="mc",
165269  description="GRANTHA SIGN ANUSVARA",
165270  direction="l",
165271  linebreak="cm",
165272  unicodeslot=0x11302,
165273 },
165274 [0x11303]={
165275  category="mc",
165276  description="GRANTHA SIGN VISARGA",
165277  direction="l",
165278  linebreak="cm",
165279  unicodeslot=0x11303,
165280 },
165281 [0x11305]={
165282  category="lo",
165283  description="GRANTHA LETTER A",
165284  direction="l",
165285  linebreak="ak",
165286  unicodeslot=0x11305,
165287 },
165288 [0x11306]={
165289  category="lo",
165290  description="GRANTHA LETTER AA",
165291  direction="l",
165292  linebreak="ak",
165293  unicodeslot=0x11306,
165294 },
165295 [0x11307]={
165296  category="lo",
165297  description="GRANTHA LETTER I",
165298  direction="l",
165299  linebreak="ak",
165300  unicodeslot=0x11307,
165301 },
165302 [0x11308]={
165303  category="lo",
165304  description="GRANTHA LETTER II",
165305  direction="l",
165306  linebreak="ak",
165307  unicodeslot=0x11308,
165308 },
165309 [0x11309]={
165310  category="lo",
165311  description="GRANTHA LETTER U",
165312  direction="l",
165313  linebreak="ak",
165314  unicodeslot=0x11309,
165315 },
165316 [0x1130A]={
165317  category="lo",
165318  description="GRANTHA LETTER UU",
165319  direction="l",
165320  linebreak="ak",
165321  unicodeslot=0x1130A,
165322 },
165323 [0x1130B]={
165324  category="lo",
165325  description="GRANTHA LETTER VOCALIC R",
165326  direction="l",
165327  linebreak="ak",
165328  unicodeslot=0x1130B,
165329 },
165330 [0x1130C]={
165331  category="lo",
165332  description="GRANTHA LETTER VOCALIC L",
165333  direction="l",
165334  linebreak="ak",
165335  unicodeslot=0x1130C,
165336 },
165337 [0x1130F]={
165338  category="lo",
165339  description="GRANTHA LETTER EE",
165340  direction="l",
165341  linebreak="ak",
165342  unicodeslot=0x1130F,
165343 },
165344 [0x11310]={
165345  category="lo",
165346  description="GRANTHA LETTER AI",
165347  direction="l",
165348  linebreak="ak",
165349  unicodeslot=0x11310,
165350 },
165351 [0x11313]={
165352  category="lo",
165353  description="GRANTHA LETTER OO",
165354  direction="l",
165355  linebreak="ak",
165356  unicodeslot=0x11313,
165357 },
165358 [0x11314]={
165359  category="lo",
165360  description="GRANTHA LETTER AU",
165361  direction="l",
165362  linebreak="ak",
165363  unicodeslot=0x11314,
165364 },
165365 [0x11315]={
165366  category="lo",
165367  description="GRANTHA LETTER KA",
165368  direction="l",
165369  linebreak="ak",
165370  unicodeslot=0x11315,
165371 },
165372 [0x11316]={
165373  category="lo",
165374  description="GRANTHA LETTER KHA",
165375  direction="l",
165376  linebreak="ak",
165377  unicodeslot=0x11316,
165378 },
165379 [0x11317]={
165380  category="lo",
165381  description="GRANTHA LETTER GA",
165382  direction="l",
165383  linebreak="ak",
165384  unicodeslot=0x11317,
165385 },
165386 [0x11318]={
165387  category="lo",
165388  description="GRANTHA LETTER GHA",
165389  direction="l",
165390  linebreak="ak",
165391  unicodeslot=0x11318,
165392 },
165393 [0x11319]={
165394  category="lo",
165395  description="GRANTHA LETTER NGA",
165396  direction="l",
165397  linebreak="ak",
165398  unicodeslot=0x11319,
165399 },
165400 [0x1131A]={
165401  category="lo",
165402  description="GRANTHA LETTER CA",
165403  direction="l",
165404  linebreak="ak",
165405  unicodeslot=0x1131A,
165406 },
165407 [0x1131B]={
165408  category="lo",
165409  description="GRANTHA LETTER CHA",
165410  direction="l",
165411  linebreak="ak",
165412  unicodeslot=0x1131B,
165413 },
165414 [0x1131C]={
165415  category="lo",
165416  description="GRANTHA LETTER JA",
165417  direction="l",
165418  linebreak="ak",
165419  unicodeslot=0x1131C,
165420 },
165421 [0x1131D]={
165422  category="lo",
165423  description="GRANTHA LETTER JHA",
165424  direction="l",
165425  linebreak="ak",
165426  unicodeslot=0x1131D,
165427 },
165428 [0x1131E]={
165429  category="lo",
165430  description="GRANTHA LETTER NYA",
165431  direction="l",
165432  linebreak="ak",
165433  unicodeslot=0x1131E,
165434 },
165435 [0x1131F]={
165436  category="lo",
165437  description="GRANTHA LETTER TTA",
165438  direction="l",
165439  linebreak="ak",
165440  unicodeslot=0x1131F,
165441 },
165442 [0x11320]={
165443  category="lo",
165444  description="GRANTHA LETTER TTHA",
165445  direction="l",
165446  linebreak="ak",
165447  unicodeslot=0x11320,
165448 },
165449 [0x11321]={
165450  category="lo",
165451  description="GRANTHA LETTER DDA",
165452  direction="l",
165453  linebreak="ak",
165454  unicodeslot=0x11321,
165455 },
165456 [0x11322]={
165457  category="lo",
165458  description="GRANTHA LETTER DDHA",
165459  direction="l",
165460  linebreak="ak",
165461  unicodeslot=0x11322,
165462 },
165463 [0x11323]={
165464  category="lo",
165465  description="GRANTHA LETTER NNA",
165466  direction="l",
165467  linebreak="ak",
165468  unicodeslot=0x11323,
165469 },
165470 [0x11324]={
165471  category="lo",
165472  description="GRANTHA LETTER TA",
165473  direction="l",
165474  linebreak="ak",
165475  unicodeslot=0x11324,
165476 },
165477 [0x11325]={
165478  category="lo",
165479  description="GRANTHA LETTER THA",
165480  direction="l",
165481  linebreak="ak",
165482  unicodeslot=0x11325,
165483 },
165484 [0x11326]={
165485  category="lo",
165486  description="GRANTHA LETTER DA",
165487  direction="l",
165488  linebreak="ak",
165489  unicodeslot=0x11326,
165490 },
165491 [0x11327]={
165492  category="lo",
165493  description="GRANTHA LETTER DHA",
165494  direction="l",
165495  linebreak="ak",
165496  unicodeslot=0x11327,
165497 },
165498 [0x11328]={
165499  category="lo",
165500  description="GRANTHA LETTER NA",
165501  direction="l",
165502  linebreak="ak",
165503  unicodeslot=0x11328,
165504 },
165505 [0x1132A]={
165506  category="lo",
165507  description="GRANTHA LETTER PA",
165508  direction="l",
165509  linebreak="ak",
165510  unicodeslot=0x1132A,
165511 },
165512 [0x1132B]={
165513  category="lo",
165514  description="GRANTHA LETTER PHA",
165515  direction="l",
165516  linebreak="ak",
165517  unicodeslot=0x1132B,
165518 },
165519 [0x1132C]={
165520  category="lo",
165521  description="GRANTHA LETTER BA",
165522  direction="l",
165523  linebreak="ak",
165524  unicodeslot=0x1132C,
165525 },
165526 [0x1132D]={
165527  category="lo",
165528  description="GRANTHA LETTER BHA",
165529  direction="l",
165530  linebreak="ak",
165531  unicodeslot=0x1132D,
165532 },
165533 [0x1132E]={
165534  category="lo",
165535  description="GRANTHA LETTER MA",
165536  direction="l",
165537  linebreak="ak",
165538  unicodeslot=0x1132E,
165539 },
165540 [0x1132F]={
165541  category="lo",
165542  description="GRANTHA LETTER YA",
165543  direction="l",
165544  linebreak="ak",
165545  unicodeslot=0x1132F,
165546 },
165547 [0x11330]={
165548  category="lo",
165549  description="GRANTHA LETTER RA",
165550  direction="l",
165551  linebreak="ak",
165552  unicodeslot=0x11330,
165553 },
165554 [0x11332]={
165555  category="lo",
165556  description="GRANTHA LETTER LA",
165557  direction="l",
165558  linebreak="ak",
165559  unicodeslot=0x11332,
165560 },
165561 [0x11333]={
165562  category="lo",
165563  description="GRANTHA LETTER LLA",
165564  direction="l",
165565  linebreak="ak",
165566  unicodeslot=0x11333,
165567 },
165568 [0x11335]={
165569  category="lo",
165570  description="GRANTHA LETTER VA",
165571  direction="l",
165572  linebreak="ak",
165573  unicodeslot=0x11335,
165574 },
165575 [0x11336]={
165576  category="lo",
165577  description="GRANTHA LETTER SHA",
165578  direction="l",
165579  linebreak="ak",
165580  unicodeslot=0x11336,
165581 },
165582 [0x11337]={
165583  category="lo",
165584  description="GRANTHA LETTER SSA",
165585  direction="l",
165586  linebreak="ak",
165587  unicodeslot=0x11337,
165588 },
165589 [0x11338]={
165590  category="lo",
165591  description="GRANTHA LETTER SA",
165592  direction="l",
165593  linebreak="ak",
165594  unicodeslot=0x11338,
165595 },
165596 [0x11339]={
165597  category="lo",
165598  description="GRANTHA LETTER HA",
165599  direction="l",
165600  linebreak="ak",
165601  unicodeslot=0x11339,
165602 },
165603 [0x1133B]={
165604  category="mn",
165605  combining=0x7,
165606  description="COMBINING BINDU BELOW",
165607  direction="nsm",
165608  linebreak="cm",
165609  unicodeslot=0x1133B,
165610 },
165611 [0x1133C]={
165612  category="mn",
165613  combining=0x7,
165614  description="GRANTHA SIGN NUKTA",
165615  direction="nsm",
165616  linebreak="cm",
165617  unicodeslot=0x1133C,
165618 },
165619 [0x1133D]={
165620  category="lo",
165621  description="GRANTHA SIGN AVAGRAHA",
165622  direction="l",
165623  linebreak="ba",
165624  unicodeslot=0x1133D,
165625 },
165626 [0x1133E]={
165627  category="mc",
165628  description="GRANTHA VOWEL SIGN AA",
165629  direction="l",
165630  linebreak="cm",
165631  unicodeslot=0x1133E,
165632 },
165633 [0x1133F]={
165634  category="mc",
165635  description="GRANTHA VOWEL SIGN I",
165636  direction="l",
165637  linebreak="cm",
165638  unicodeslot=0x1133F,
165639 },
165640 [0x11340]={
165641  category="mn",
165642  description="GRANTHA VOWEL SIGN II",
165643  direction="nsm",
165644  linebreak="cm",
165645  unicodeslot=0x11340,
165646 },
165647 [0x11341]={
165648  category="mc",
165649  description="GRANTHA VOWEL SIGN U",
165650  direction="l",
165651  linebreak="cm",
165652  unicodeslot=0x11341,
165653 },
165654 [0x11342]={
165655  category="mc",
165656  description="GRANTHA VOWEL SIGN UU",
165657  direction="l",
165658  linebreak="cm",
165659  unicodeslot=0x11342,
165660 },
165661 [0x11343]={
165662  category="mc",
165663  description="GRANTHA VOWEL SIGN VOCALIC R",
165664  direction="l",
165665  linebreak="cm",
165666  unicodeslot=0x11343,
165667 },
165668 [0x11344]={
165669  category="mc",
165670  description="GRANTHA VOWEL SIGN VOCALIC RR",
165671  direction="l",
165672  linebreak="cm",
165673  unicodeslot=0x11344,
165674 },
165675 [0x11347]={
165676  category="mc",
165677  description="GRANTHA VOWEL SIGN EE",
165678  direction="l",
165679  linebreak="cm",
165680  unicodeslot=0x11347,
165681 },
165682 [0x11348]={
165683  category="mc",
165684  description="GRANTHA VOWEL SIGN AI",
165685  direction="l",
165686  linebreak="cm",
165687  unicodeslot=0x11348,
165688 },
165689 [0x1134B]={
165690  category="mc",
165691  description="GRANTHA VOWEL SIGN OO",
165692  direction="l",
165693  linebreak="cm",
165694  specials={ "char", 0x11347, 0x1133E },
165695  unicodeslot=0x1134B,
165696 },
165697 [0x1134C]={
165698  category="mc",
165699  description="GRANTHA VOWEL SIGN AU",
165700  direction="l",
165701  linebreak="cm",
165702  specials={ "char", 0x11347, 0x11357 },
165703  unicodeslot=0x1134C,
165704 },
165705 [0x1134D]={
165706  category="mc",
165707  combining=0x9,
165708  description="GRANTHA SIGN VIRAMA",
165709  direction="l",
165710  linebreak="vi",
165711  unicodeslot=0x1134D,
165712 },
165713 [0x11350]={
165714  category="lo",
165715  description="GRANTHA OM",
165716  direction="l",
165717  linebreak="as",
165718  unicodeslot=0x11350,
165719 },
165720 [0x11357]={
165721  category="mc",
165722  description="GRANTHA AU LENGTH MARK",
165723  direction="l",
165724  linebreak="cm",
165725  unicodeslot=0x11357,
165726 },
165727 [0x1135D]={
165728  category="lo",
165729  description="GRANTHA SIGN PLUTA",
165730  direction="l",
165731  linebreak="ba",
165732  unicodeslot=0x1135D,
165733 },
165734 [0x1135E]={
165735  category="lo",
165736  description="GRANTHA LETTER VEDIC ANUSVARA",
165737  direction="l",
165738  linebreak="as",
165739  unicodeslot=0x1135E,
165740 },
165741 [0x1135F]={
165742  category="lo",
165743  description="GRANTHA LETTER VEDIC DOUBLE ANUSVARA",
165744  direction="l",
165745  linebreak="as",
165746  unicodeslot=0x1135F,
165747 },
165748 [0x11360]={
165749  category="lo",
165750  description="GRANTHA LETTER VOCALIC RR",
165751  direction="l",
165752  linebreak="ak",
165753  unicodeslot=0x11360,
165754 },
165755 [0x11361]={
165756  category="lo",
165757  description="GRANTHA LETTER VOCALIC LL",
165758  direction="l",
165759  linebreak="ak",
165760  unicodeslot=0x11361,
165761 },
165762 [0x11362]={
165763  category="mc",
165764  description="GRANTHA VOWEL SIGN VOCALIC L",
165765  direction="l",
165766  linebreak="cm",
165767  unicodeslot=0x11362,
165768 },
165769 [0x11363]={
165770  category="mc",
165771  description="GRANTHA VOWEL SIGN VOCALIC LL",
165772  direction="l",
165773  linebreak="cm",
165774  unicodeslot=0x11363,
165775 },
165776 [0x11366]={
165777  category="mn",
165778  combining=0xE6,
165779  description="COMBINING GRANTHA DIGIT ZERO",
165780  direction="nsm",
165781  linebreak="cm",
165782  unicodeslot=0x11366,
165783 },
165784 [0x11367]={
165785  category="mn",
165786  combining=0xE6,
165787  description="COMBINING GRANTHA DIGIT ONE",
165788  direction="nsm",
165789  linebreak="cm",
165790  unicodeslot=0x11367,
165791 },
165792 [0x11368]={
165793  category="mn",
165794  combining=0xE6,
165795  description="COMBINING GRANTHA DIGIT TWO",
165796  direction="nsm",
165797  linebreak="cm",
165798  unicodeslot=0x11368,
165799 },
165800 [0x11369]={
165801  category="mn",
165802  combining=0xE6,
165803  description="COMBINING GRANTHA DIGIT THREE",
165804  direction="nsm",
165805  linebreak="cm",
165806  unicodeslot=0x11369,
165807 },
165808 [0x1136A]={
165809  category="mn",
165810  combining=0xE6,
165811  description="COMBINING GRANTHA DIGIT FOUR",
165812  direction="nsm",
165813  linebreak="cm",
165814  unicodeslot=0x1136A,
165815 },
165816 [0x1136B]={
165817  category="mn",
165818  combining=0xE6,
165819  description="COMBINING GRANTHA DIGIT FIVE",
165820  direction="nsm",
165821  linebreak="cm",
165822  unicodeslot=0x1136B,
165823 },
165824 [0x1136C]={
165825  category="mn",
165826  combining=0xE6,
165827  description="COMBINING GRANTHA DIGIT SIX",
165828  direction="nsm",
165829  linebreak="cm",
165830  unicodeslot=0x1136C,
165831 },
165832 [0x11370]={
165833  category="mn",
165834  combining=0xE6,
165835  description="COMBINING GRANTHA LETTER A",
165836  direction="nsm",
165837  linebreak="cm",
165838  unicodeslot=0x11370,
165839 },
165840 [0x11371]={
165841  category="mn",
165842  combining=0xE6,
165843  description="COMBINING GRANTHA LETTER KA",
165844  direction="nsm",
165845  linebreak="cm",
165846  unicodeslot=0x11371,
165847 },
165848 [0x11372]={
165849  category="mn",
165850  combining=0xE6,
165851  description="COMBINING GRANTHA LETTER NA",
165852  direction="nsm",
165853  linebreak="cm",
165854  unicodeslot=0x11372,
165855 },
165856 [0x11373]={
165857  category="mn",
165858  combining=0xE6,
165859  description="COMBINING GRANTHA LETTER VI",
165860  direction="nsm",
165861  linebreak="cm",
165862  unicodeslot=0x11373,
165863 },
165864 [0x11374]={
165865  category="mn",
165866  combining=0xE6,
165867  description="COMBINING GRANTHA LETTER PA",
165868  direction="nsm",
165869  linebreak="cm",
165870  unicodeslot=0x11374,
165871 },
165872 [0x11400]={
165873  category="lo",
165874  description="NEWA LETTER A",
165875  direction="l",
165876  linebreak="al",
165877  unicodeslot=0x11400,
165878 },
165879 [0x11401]={
165880  category="lo",
165881  description="NEWA LETTER AA",
165882  direction="l",
165883  linebreak="al",
165884  unicodeslot=0x11401,
165885 },
165886 [0x11402]={
165887  category="lo",
165888  description="NEWA LETTER I",
165889  direction="l",
165890  linebreak="al",
165891  unicodeslot=0x11402,
165892 },
165893 [0x11403]={
165894  category="lo",
165895  description="NEWA LETTER II",
165896  direction="l",
165897  linebreak="al",
165898  unicodeslot=0x11403,
165899 },
165900 [0x11404]={
165901  category="lo",
165902  description="NEWA LETTER U",
165903  direction="l",
165904  linebreak="al",
165905  unicodeslot=0x11404,
165906 },
165907 [0x11405]={
165908  category="lo",
165909  description="NEWA LETTER UU",
165910  direction="l",
165911  linebreak="al",
165912  unicodeslot=0x11405,
165913 },
165914 [0x11406]={
165915  category="lo",
165916  description="NEWA LETTER VOCALIC R",
165917  direction="l",
165918  linebreak="al",
165919  unicodeslot=0x11406,
165920 },
165921 [0x11407]={
165922  category="lo",
165923  description="NEWA LETTER VOCALIC RR",
165924  direction="l",
165925  linebreak="al",
165926  unicodeslot=0x11407,
165927 },
165928 [0x11408]={
165929  category="lo",
165930  description="NEWA LETTER VOCALIC L",
165931  direction="l",
165932  linebreak="al",
165933  unicodeslot=0x11408,
165934 },
165935 [0x11409]={
165936  category="lo",
165937  description="NEWA LETTER VOCALIC LL",
165938  direction="l",
165939  linebreak="al",
165940  unicodeslot=0x11409,
165941 },
165942 [0x1140A]={
165943  category="lo",
165944  description="NEWA LETTER E",
165945  direction="l",
165946  linebreak="al",
165947  unicodeslot=0x1140A,
165948 },
165949 [0x1140B]={
165950  category="lo",
165951  description="NEWA LETTER AI",
165952  direction="l",
165953  linebreak="al",
165954  unicodeslot=0x1140B,
165955 },
165956 [0x1140C]={
165957  category="lo",
165958  description="NEWA LETTER O",
165959  direction="l",
165960  linebreak="al",
165961  unicodeslot=0x1140C,
165962 },
165963 [0x1140D]={
165964  category="lo",
165965  description="NEWA LETTER AU",
165966  direction="l",
165967  linebreak="al",
165968  unicodeslot=0x1140D,
165969 },
165970 [0x1140E]={
165971  category="lo",
165972  description="NEWA LETTER KA",
165973  direction="l",
165974  linebreak="al",
165975  unicodeslot=0x1140E,
165976 },
165977 [0x1140F]={
165978  category="lo",
165979  description="NEWA LETTER KHA",
165980  direction="l",
165981  linebreak="al",
165982  unicodeslot=0x1140F,
165983 },
165984 [0x11410]={
165985  category="lo",
165986  description="NEWA LETTER GA",
165987  direction="l",
165988  linebreak="al",
165989  unicodeslot=0x11410,
165990 },
165991 [0x11411]={
165992  category="lo",
165993  description="NEWA LETTER GHA",
165994  direction="l",
165995  linebreak="al",
165996  unicodeslot=0x11411,
165997 },
165998 [0x11412]={
165999  category="lo",
166000  description="NEWA LETTER NGA",
166001  direction="l",
166002  linebreak="al",
166003  unicodeslot=0x11412,
166004 },
166005 [0x11413]={
166006  category="lo",
166007  description="NEWA LETTER NGHA",
166008  direction="l",
166009  linebreak="al",
166010  unicodeslot=0x11413,
166011 },
166012 [0x11414]={
166013  category="lo",
166014  description="NEWA LETTER CA",
166015  direction="l",
166016  linebreak="al",
166017  unicodeslot=0x11414,
166018 },
166019 [0x11415]={
166020  category="lo",
166021  description="NEWA LETTER CHA",
166022  direction="l",
166023  linebreak="al",
166024  unicodeslot=0x11415,
166025 },
166026 [0x11416]={
166027  category="lo",
166028  description="NEWA LETTER JA",
166029  direction="l",
166030  linebreak="al",
166031  unicodeslot=0x11416,
166032 },
166033 [0x11417]={
166034  category="lo",
166035  description="NEWA LETTER JHA",
166036  direction="l",
166037  linebreak="al",
166038  unicodeslot=0x11417,
166039 },
166040 [0x11418]={
166041  category="lo",
166042  description="NEWA LETTER NYA",
166043  direction="l",
166044  linebreak="al",
166045  unicodeslot=0x11418,
166046 },
166047 [0x11419]={
166048  category="lo",
166049  description="NEWA LETTER NYHA",
166050  direction="l",
166051  linebreak="al",
166052  unicodeslot=0x11419,
166053 },
166054 [0x1141A]={
166055  category="lo",
166056  description="NEWA LETTER TTA",
166057  direction="l",
166058  linebreak="al",
166059  unicodeslot=0x1141A,
166060 },
166061 [0x1141B]={
166062  category="lo",
166063  description="NEWA LETTER TTHA",
166064  direction="l",
166065  linebreak="al",
166066  unicodeslot=0x1141B,
166067 },
166068 [0x1141C]={
166069  category="lo",
166070  description="NEWA LETTER DDA",
166071  direction="l",
166072  linebreak="al",
166073  unicodeslot=0x1141C,
166074 },
166075 [0x1141D]={
166076  category="lo",
166077  description="NEWA LETTER DDHA",
166078  direction="l",
166079  linebreak="al",
166080  unicodeslot=0x1141D,
166081 },
166082 [0x1141E]={
166083  category="lo",
166084  description="NEWA LETTER NNA",
166085  direction="l",
166086  linebreak="al",
166087  unicodeslot=0x1141E,
166088 },
166089 [0x1141F]={
166090  category="lo",
166091  description="NEWA LETTER TA",
166092  direction="l",
166093  linebreak="al",
166094  unicodeslot=0x1141F,
166095 },
166096 [0x11420]={
166097  category="lo",
166098  description="NEWA LETTER THA",
166099  direction="l",
166100  linebreak="al",
166101  unicodeslot=0x11420,
166102 },
166103 [0x11421]={
166104  category="lo",
166105  description="NEWA LETTER DA",
166106  direction="l",
166107  linebreak="al",
166108  unicodeslot=0x11421,
166109 },
166110 [0x11422]={
166111  category="lo",
166112  description="NEWA LETTER DHA",
166113  direction="l",
166114  linebreak="al",
166115  unicodeslot=0x11422,
166116 },
166117 [0x11423]={
166118  category="lo",
166119  description="NEWA LETTER NA",
166120  direction="l",
166121  linebreak="al",
166122  unicodeslot=0x11423,
166123 },
166124 [0x11424]={
166125  category="lo",
166126  description="NEWA LETTER NHA",
166127  direction="l",
166128  linebreak="al",
166129  unicodeslot=0x11424,
166130 },
166131 [0x11425]={
166132  category="lo",
166133  description="NEWA LETTER PA",
166134  direction="l",
166135  linebreak="al",
166136  unicodeslot=0x11425,
166137 },
166138 [0x11426]={
166139  category="lo",
166140  description="NEWA LETTER PHA",
166141  direction="l",
166142  linebreak="al",
166143  unicodeslot=0x11426,
166144 },
166145 [0x11427]={
166146  category="lo",
166147  description="NEWA LETTER BA",
166148  direction="l",
166149  linebreak="al",
166150  unicodeslot=0x11427,
166151 },
166152 [0x11428]={
166153  category="lo",
166154  description="NEWA LETTER BHA",
166155  direction="l",
166156  linebreak="al",
166157  unicodeslot=0x11428,
166158 },
166159 [0x11429]={
166160  category="lo",
166161  description="NEWA LETTER MA",
166162  direction="l",
166163  linebreak="al",
166164  unicodeslot=0x11429,
166165 },
166166 [0x1142A]={
166167  category="lo",
166168  description="NEWA LETTER MHA",
166169  direction="l",
166170  linebreak="al",
166171  unicodeslot=0x1142A,
166172 },
166173 [0x1142B]={
166174  category="lo",
166175  description="NEWA LETTER YA",
166176  direction="l",
166177  linebreak="al",
166178  unicodeslot=0x1142B,
166179 },
166180 [0x1142C]={
166181  category="lo",
166182  description="NEWA LETTER RA",
166183  direction="l",
166184  linebreak="al",
166185  unicodeslot=0x1142C,
166186 },
166187 [0x1142D]={
166188  category="lo",
166189  description="NEWA LETTER RHA",
166190  direction="l",
166191  linebreak="al",
166192  unicodeslot=0x1142D,
166193 },
166194 [0x1142E]={
166195  category="lo",
166196  description="NEWA LETTER LA",
166197  direction="l",
166198  linebreak="al",
166199  unicodeslot=0x1142E,
166200 },
166201 [0x1142F]={
166202  category="lo",
166203  description="NEWA LETTER LHA",
166204  direction="l",
166205  linebreak="al",
166206  unicodeslot=0x1142F,
166207 },
166208 [0x11430]={
166209  category="lo",
166210  description="NEWA LETTER WA",
166211  direction="l",
166212  linebreak="al",
166213  unicodeslot=0x11430,
166214 },
166215 [0x11431]={
166216  category="lo",
166217  description="NEWA LETTER SHA",
166218  direction="l",
166219  linebreak="al",
166220  unicodeslot=0x11431,
166221 },
166222 [0x11432]={
166223  category="lo",
166224  description="NEWA LETTER SSA",
166225  direction="l",
166226  linebreak="al",
166227  unicodeslot=0x11432,
166228 },
166229 [0x11433]={
166230  category="lo",
166231  description="NEWA LETTER SA",
166232  direction="l",
166233  linebreak="al",
166234  unicodeslot=0x11433,
166235 },
166236 [0x11434]={
166237  category="lo",
166238  description="NEWA LETTER HA",
166239  direction="l",
166240  linebreak="al",
166241  unicodeslot=0x11434,
166242 },
166243 [0x11435]={
166244  category="mc",
166245  description="NEWA VOWEL SIGN AA",
166246  direction="l",
166247  linebreak="cm",
166248  unicodeslot=0x11435,
166249 },
166250 [0x11436]={
166251  category="mc",
166252  description="NEWA VOWEL SIGN I",
166253  direction="l",
166254  linebreak="cm",
166255  unicodeslot=0x11436,
166256 },
166257 [0x11437]={
166258  category="mc",
166259  description="NEWA VOWEL SIGN II",
166260  direction="l",
166261  linebreak="cm",
166262  unicodeslot=0x11437,
166263 },
166264 [0x11438]={
166265  category="mn",
166266  description="NEWA VOWEL SIGN U",
166267  direction="nsm",
166268  linebreak="cm",
166269  unicodeslot=0x11438,
166270 },
166271 [0x11439]={
166272  category="mn",
166273  description="NEWA VOWEL SIGN UU",
166274  direction="nsm",
166275  linebreak="cm",
166276  unicodeslot=0x11439,
166277 },
166278 [0x1143A]={
166279  category="mn",
166280  description="NEWA VOWEL SIGN VOCALIC R",
166281  direction="nsm",
166282  linebreak="cm",
166283  unicodeslot=0x1143A,
166284 },
166285 [0x1143B]={
166286  category="mn",
166287  description="NEWA VOWEL SIGN VOCALIC RR",
166288  direction="nsm",
166289  linebreak="cm",
166290  unicodeslot=0x1143B,
166291 },
166292 [0x1143C]={
166293  category="mn",
166294  description="NEWA VOWEL SIGN VOCALIC L",
166295  direction="nsm",
166296  linebreak="cm",
166297  unicodeslot=0x1143C,
166298 },
166299 [0x1143D]={
166300  category="mn",
166301  description="NEWA VOWEL SIGN VOCALIC LL",
166302  direction="nsm",
166303  linebreak="cm",
166304  unicodeslot=0x1143D,
166305 },
166306 [0x1143E]={
166307  category="mn",
166308  description="NEWA VOWEL SIGN E",
166309  direction="nsm",
166310  linebreak="cm",
166311  unicodeslot=0x1143E,
166312 },
166313 [0x1143F]={
166314  category="mn",
166315  description="NEWA VOWEL SIGN AI",
166316  direction="nsm",
166317  linebreak="cm",
166318  unicodeslot=0x1143F,
166319 },
166320 [0x11440]={
166321  category="mc",
166322  description="NEWA VOWEL SIGN O",
166323  direction="l",
166324  linebreak="cm",
166325  unicodeslot=0x11440,
166326 },
166327 [0x11441]={
166328  category="mc",
166329  description="NEWA VOWEL SIGN AU",
166330  direction="l",
166331  linebreak="cm",
166332  unicodeslot=0x11441,
166333 },
166334 [0x11442]={
166335  category="mn",
166336  combining=0x9,
166337  description="NEWA SIGN VIRAMA",
166338  direction="nsm",
166339  linebreak="cm",
166340  unicodeslot=0x11442,
166341 },
166342 [0x11443]={
166343  category="mn",
166344  description="NEWA SIGN CANDRABINDU",
166345  direction="nsm",
166346  linebreak="cm",
166347  unicodeslot=0x11443,
166348 },
166349 [0x11444]={
166350  category="mn",
166351  description="NEWA SIGN ANUSVARA",
166352  direction="nsm",
166353  linebreak="cm",
166354  unicodeslot=0x11444,
166355 },
166356 [0x11445]={
166357  category="mc",
166358  description="NEWA SIGN VISARGA",
166359  direction="l",
166360  linebreak="cm",
166361  unicodeslot=0x11445,
166362 },
166363 [0x11446]={
166364  category="mn",
166365  combining=0x7,
166366  description="NEWA SIGN NUKTA",
166367  direction="nsm",
166368  linebreak="cm",
166369  unicodeslot=0x11446,
166370 },
166371 [0x11447]={
166372  category="lo",
166373  description="NEWA SIGN AVAGRAHA",
166374  direction="l",
166375  linebreak="al",
166376  unicodeslot=0x11447,
166377 },
166378 [0x11448]={
166379  category="lo",
166380  description="NEWA SIGN FINAL ANUSVARA",
166381  direction="l",
166382  linebreak="al",
166383  unicodeslot=0x11448,
166384 },
166385 [0x11449]={
166386  category="lo",
166387  description="NEWA OM",
166388  direction="l",
166389  linebreak="al",
166390  unicodeslot=0x11449,
166391 },
166392 [0x1144A]={
166393  category="lo",
166394  description="NEWA SIDDHI",
166395  direction="l",
166396  linebreak="al",
166397  unicodeslot=0x1144A,
166398 },
166399 [0x1144B]={
166400  category="po",
166401  description="NEWA DANDA",
166402  direction="l",
166403  linebreak="ba",
166404  unicodeslot=0x1144B,
166405 },
166406 [0x1144C]={
166407  category="po",
166408  description="NEWA DOUBLE DANDA",
166409  direction="l",
166410  linebreak="ba",
166411  unicodeslot=0x1144C,
166412 },
166413 [0x1144D]={
166414  category="po",
166415  description="NEWA COMMA",
166416  direction="l",
166417  linebreak="ba",
166418  unicodeslot=0x1144D,
166419 },
166420 [0x1144E]={
166421  category="po",
166422  description="NEWA GAP FILLER",
166423  direction="l",
166424  linebreak="ba",
166425  unicodeslot=0x1144E,
166426 },
166427 [0x1144F]={
166428  category="po",
166429  description="NEWA ABBREVIATION SIGN",
166430  direction="l",
166431  linebreak="al",
166432  unicodeslot=0x1144F,
166433 },
166434 [0x11450]={
166435  category="nd",
166436  description="NEWA DIGIT ZERO",
166437  direction="l",
166438  linebreak="nu",
166439  unicodeslot=0x11450,
166440 },
166441 [0x11451]={
166442  category="nd",
166443  description="NEWA DIGIT ONE",
166444  direction="l",
166445  linebreak="nu",
166446  unicodeslot=0x11451,
166447 },
166448 [0x11452]={
166449  category="nd",
166450  description="NEWA DIGIT TWO",
166451  direction="l",
166452  linebreak="nu",
166453  unicodeslot=0x11452,
166454 },
166455 [0x11453]={
166456  category="nd",
166457  description="NEWA DIGIT THREE",
166458  direction="l",
166459  linebreak="nu",
166460  unicodeslot=0x11453,
166461 },
166462 [0x11454]={
166463  category="nd",
166464  description="NEWA DIGIT FOUR",
166465  direction="l",
166466  linebreak="nu",
166467  unicodeslot=0x11454,
166468 },
166469 [0x11455]={
166470  category="nd",
166471  description="NEWA DIGIT FIVE",
166472  direction="l",
166473  linebreak="nu",
166474  unicodeslot=0x11455,
166475 },
166476 [0x11456]={
166477  category="nd",
166478  description="NEWA DIGIT SIX",
166479  direction="l",
166480  linebreak="nu",
166481  unicodeslot=0x11456,
166482 },
166483 [0x11457]={
166484  category="nd",
166485  description="NEWA DIGIT SEVEN",
166486  direction="l",
166487  linebreak="nu",
166488  unicodeslot=0x11457,
166489 },
166490 [0x11458]={
166491  category="nd",
166492  description="NEWA DIGIT EIGHT",
166493  direction="l",
166494  linebreak="nu",
166495  unicodeslot=0x11458,
166496 },
166497 [0x11459]={
166498  category="nd",
166499  description="NEWA DIGIT NINE",
166500  direction="l",
166501  linebreak="nu",
166502  unicodeslot=0x11459,
166503 },
166504 [0x1145A]={
166505  category="po",
166506  description="NEWA DOUBLE COMMA",
166507  direction="l",
166508  linebreak="ba",
166509  unicodeslot=0x1145A,
166510 },
166511 [0x1145B]={
166512  category="po",
166513  description="NEWA PLACEHOLDER MARK",
166514  direction="l",
166515  linebreak="ba",
166516  unicodeslot=0x1145B,
166517 },
166518 [0x1145D]={
166519  category="po",
166520  description="NEWA INSERTION SIGN",
166521  direction="l",
166522  linebreak="al",
166523  unicodeslot=0x1145D,
166524 },
166525 [0x1145E]={
166526  category="mn",
166527  combining=0xE6,
166528  description="NEWA SANDHI MARK",
166529  direction="nsm",
166530  linebreak="cm",
166531  unicodeslot=0x1145E,
166532 },
166533 [0x1145F]={
166534  category="lo",
166535  description="NEWA LETTER VEDIC ANUSVARA",
166536  direction="l",
166537  linebreak="al",
166538  unicodeslot=0x1145F,
166539 },
166540 [0x11460]={
166541  category="lo",
166542  description="NEWA SIGN JIHVAMULIYA",
166543  direction="l",
166544  linebreak="al",
166545  unicodeslot=0x11460,
166546 },
166547 [0x11461]={
166548  category="lo",
166549  description="NEWA SIGN UPADHMANIYA",
166550  direction="l",
166551  linebreak="al",
166552  unicodeslot=0x11461,
166553 },
166554 [0x11480]={
166555  category="lo",
166556  description="TIRHUTA ANJI",
166557  direction="l",
166558  linebreak="al",
166559  unicodeslot=0x11480,
166560 },
166561 [0x11481]={
166562  category="lo",
166563  description="TIRHUTA LETTER A",
166564  direction="l",
166565  linebreak="al",
166566  unicodeslot=0x11481,
166567 },
166568 [0x11482]={
166569  category="lo",
166570  description="TIRHUTA LETTER AA",
166571  direction="l",
166572  linebreak="al",
166573  unicodeslot=0x11482,
166574 },
166575 [0x11483]={
166576  category="lo",
166577  description="TIRHUTA LETTER I",
166578  direction="l",
166579  linebreak="al",
166580  unicodeslot=0x11483,
166581 },
166582 [0x11484]={
166583  category="lo",
166584  description="TIRHUTA LETTER II",
166585  direction="l",
166586  linebreak="al",
166587  unicodeslot=0x11484,
166588 },
166589 [0x11485]={
166590  category="lo",
166591  description="TIRHUTA LETTER U",
166592  direction="l",
166593  linebreak="al",
166594  unicodeslot=0x11485,
166595 },
166596 [0x11486]={
166597  category="lo",
166598  description="TIRHUTA LETTER UU",
166599  direction="l",
166600  linebreak="al",
166601  unicodeslot=0x11486,
166602 },
166603 [0x11487]={
166604  category="lo",
166605  description="TIRHUTA LETTER VOCALIC R",
166606  direction="l",
166607  linebreak="al",
166608  unicodeslot=0x11487,
166609 },
166610 [0x11488]={
166611  category="lo",
166612  description="TIRHUTA LETTER VOCALIC RR",
166613  direction="l",
166614  linebreak="al",
166615  unicodeslot=0x11488,
166616 },
166617 [0x11489]={
166618  category="lo",
166619  description="TIRHUTA LETTER VOCALIC L",
166620  direction="l",
166621  linebreak="al",
166622  unicodeslot=0x11489,
166623 },
166624 [0x1148A]={
166625  category="lo",
166626  description="TIRHUTA LETTER VOCALIC LL",
166627  direction="l",
166628  linebreak="al",
166629  unicodeslot=0x1148A,
166630 },
166631 [0x1148B]={
166632  category="lo",
166633  description="TIRHUTA LETTER E",
166634  direction="l",
166635  linebreak="al",
166636  unicodeslot=0x1148B,
166637 },
166638 [0x1148C]={
166639  category="lo",
166640  description="TIRHUTA LETTER AI",
166641  direction="l",
166642  linebreak="al",
166643  unicodeslot=0x1148C,
166644 },
166645 [0x1148D]={
166646  category="lo",
166647  description="TIRHUTA LETTER O",
166648  direction="l",
166649  linebreak="al",
166650  unicodeslot=0x1148D,
166651 },
166652 [0x1148E]={
166653  category="lo",
166654  description="TIRHUTA LETTER AU",
166655  direction="l",
166656  linebreak="al",
166657  unicodeslot=0x1148E,
166658 },
166659 [0x1148F]={
166660  category="lo",
166661  description="TIRHUTA LETTER KA",
166662  direction="l",
166663  linebreak="al",
166664  unicodeslot=0x1148F,
166665 },
166666 [0x11490]={
166667  category="lo",
166668  description="TIRHUTA LETTER KHA",
166669  direction="l",
166670  linebreak="al",
166671  unicodeslot=0x11490,
166672 },
166673 [0x11491]={
166674  category="lo",
166675  description="TIRHUTA LETTER GA",
166676  direction="l",
166677  linebreak="al",
166678  unicodeslot=0x11491,
166679 },
166680 [0x11492]={
166681  category="lo",
166682  description="TIRHUTA LETTER GHA",
166683  direction="l",
166684  linebreak="al",
166685  unicodeslot=0x11492,
166686 },
166687 [0x11493]={
166688  category="lo",
166689  description="TIRHUTA LETTER NGA",
166690  direction="l",
166691  linebreak="al",
166692  unicodeslot=0x11493,
166693 },
166694 [0x11494]={
166695  category="lo",
166696  description="TIRHUTA LETTER CA",
166697  direction="l",
166698  linebreak="al",
166699  unicodeslot=0x11494,
166700 },
166701 [0x11495]={
166702  category="lo",
166703  description="TIRHUTA LETTER CHA",
166704  direction="l",
166705  linebreak="al",
166706  unicodeslot=0x11495,
166707 },
166708 [0x11496]={
166709  category="lo",
166710  description="TIRHUTA LETTER JA",
166711  direction="l",
166712  linebreak="al",
166713  unicodeslot=0x11496,
166714 },
166715 [0x11497]={
166716  category="lo",
166717  description="TIRHUTA LETTER JHA",
166718  direction="l",
166719  linebreak="al",
166720  unicodeslot=0x11497,
166721 },
166722 [0x11498]={
166723  category="lo",
166724  description="TIRHUTA LETTER NYA",
166725  direction="l",
166726  linebreak="al",
166727  unicodeslot=0x11498,
166728 },
166729 [0x11499]={
166730  category="lo",
166731  description="TIRHUTA LETTER TTA",
166732  direction="l",
166733  linebreak="al",
166734  unicodeslot=0x11499,
166735 },
166736 [0x1149A]={
166737  category="lo",
166738  description="TIRHUTA LETTER TTHA",
166739  direction="l",
166740  linebreak="al",
166741  unicodeslot=0x1149A,
166742 },
166743 [0x1149B]={
166744  category="lo",
166745  description="TIRHUTA LETTER DDA",
166746  direction="l",
166747  linebreak="al",
166748  unicodeslot=0x1149B,
166749 },
166750 [0x1149C]={
166751  category="lo",
166752  description="TIRHUTA LETTER DDHA",
166753  direction="l",
166754  linebreak="al",
166755  unicodeslot=0x1149C,
166756 },
166757 [0x1149D]={
166758  category="lo",
166759  description="TIRHUTA LETTER NNA",
166760  direction="l",
166761  linebreak="al",
166762  unicodeslot=0x1149D,
166763 },
166764 [0x1149E]={
166765  category="lo",
166766  description="TIRHUTA LETTER TA",
166767  direction="l",
166768  linebreak="al",
166769  unicodeslot=0x1149E,
166770 },
166771 [0x1149F]={
166772  category="lo",
166773  description="TIRHUTA LETTER THA",
166774  direction="l",
166775  linebreak="al",
166776  unicodeslot=0x1149F,
166777 },
166778 [0x114A0]={
166779  category="lo",
166780  description="TIRHUTA LETTER DA",
166781  direction="l",
166782  linebreak="al",
166783  unicodeslot=0x114A0,
166784 },
166785 [0x114A1]={
166786  category="lo",
166787  description="TIRHUTA LETTER DHA",
166788  direction="l",
166789  linebreak="al",
166790  unicodeslot=0x114A1,
166791 },
166792 [0x114A2]={
166793  category="lo",
166794  description="TIRHUTA LETTER NA",
166795  direction="l",
166796  linebreak="al",
166797  unicodeslot=0x114A2,
166798 },
166799 [0x114A3]={
166800  category="lo",
166801  description="TIRHUTA LETTER PA",
166802  direction="l",
166803  linebreak="al",
166804  unicodeslot=0x114A3,
166805 },
166806 [0x114A4]={
166807  category="lo",
166808  description="TIRHUTA LETTER PHA",
166809  direction="l",
166810  linebreak="al",
166811  unicodeslot=0x114A4,
166812 },
166813 [0x114A5]={
166814  category="lo",
166815  description="TIRHUTA LETTER BA",
166816  direction="l",
166817  linebreak="al",
166818  unicodeslot=0x114A5,
166819 },
166820 [0x114A6]={
166821  category="lo",
166822  description="TIRHUTA LETTER BHA",
166823  direction="l",
166824  linebreak="al",
166825  unicodeslot=0x114A6,
166826 },
166827 [0x114A7]={
166828  category="lo",
166829  description="TIRHUTA LETTER MA",
166830  direction="l",
166831  linebreak="al",
166832  unicodeslot=0x114A7,
166833 },
166834 [0x114A8]={
166835  category="lo",
166836  description="TIRHUTA LETTER YA",
166837  direction="l",
166838  linebreak="al",
166839  unicodeslot=0x114A8,
166840 },
166841 [0x114A9]={
166842  category="lo",
166843  description="TIRHUTA LETTER RA",
166844  direction="l",
166845  linebreak="al",
166846  unicodeslot=0x114A9,
166847 },
166848 [0x114AA]={
166849  category="lo",
166850  description="TIRHUTA LETTER LA",
166851  direction="l",
166852  linebreak="al",
166853  unicodeslot=0x114AA,
166854 },
166855 [0x114AB]={
166856  category="lo",
166857  description="TIRHUTA LETTER VA",
166858  direction="l",
166859  linebreak="al",
166860  unicodeslot=0x114AB,
166861 },
166862 [0x114AC]={
166863  category="lo",
166864  description="TIRHUTA LETTER SHA",
166865  direction="l",
166866  linebreak="al",
166867  unicodeslot=0x114AC,
166868 },
166869 [0x114AD]={
166870  category="lo",
166871  description="TIRHUTA LETTER SSA",
166872  direction="l",
166873  linebreak="al",
166874  unicodeslot=0x114AD,
166875 },
166876 [0x114AE]={
166877  category="lo",
166878  description="TIRHUTA LETTER SA",
166879  direction="l",
166880  linebreak="al",
166881  unicodeslot=0x114AE,
166882 },
166883 [0x114AF]={
166884  category="lo",
166885  description="TIRHUTA LETTER HA",
166886  direction="l",
166887  linebreak="al",
166888  unicodeslot=0x114AF,
166889 },
166890 [0x114B0]={
166891  category="mc",
166892  description="TIRHUTA VOWEL SIGN AA",
166893  direction="l",
166894  linebreak="cm",
166895  unicodeslot=0x114B0,
166896 },
166897 [0x114B1]={
166898  category="mc",
166899  description="TIRHUTA VOWEL SIGN I",
166900  direction="l",
166901  linebreak="cm",
166902  unicodeslot=0x114B1,
166903 },
166904 [0x114B2]={
166905  category="mc",
166906  description="TIRHUTA VOWEL SIGN II",
166907  direction="l",
166908  linebreak="cm",
166909  unicodeslot=0x114B2,
166910 },
166911 [0x114B3]={
166912  category="mn",
166913  description="TIRHUTA VOWEL SIGN U",
166914  direction="nsm",
166915  linebreak="cm",
166916  unicodeslot=0x114B3,
166917 },
166918 [0x114B4]={
166919  category="mn",
166920  description="TIRHUTA VOWEL SIGN UU",
166921  direction="nsm",
166922  linebreak="cm",
166923  unicodeslot=0x114B4,
166924 },
166925 [0x114B5]={
166926  category="mn",
166927  description="TIRHUTA VOWEL SIGN VOCALIC R",
166928  direction="nsm",
166929  linebreak="cm",
166930  unicodeslot=0x114B5,
166931 },
166932 [0x114B6]={
166933  category="mn",
166934  description="TIRHUTA VOWEL SIGN VOCALIC RR",
166935  direction="nsm",
166936  linebreak="cm",
166937  unicodeslot=0x114B6,
166938 },
166939 [0x114B7]={
166940  category="mn",
166941  description="TIRHUTA VOWEL SIGN VOCALIC L",
166942  direction="nsm",
166943  linebreak="cm",
166944  unicodeslot=0x114B7,
166945 },
166946 [0x114B8]={
166947  category="mn",
166948  description="TIRHUTA VOWEL SIGN VOCALIC LL",
166949  direction="nsm",
166950  linebreak="cm",
166951  unicodeslot=0x114B8,
166952 },
166953 [0x114B9]={
166954  category="mc",
166955  description="TIRHUTA VOWEL SIGN E",
166956  direction="l",
166957  linebreak="cm",
166958  unicodeslot=0x114B9,
166959 },
166960 [0x114BA]={
166961  category="mn",
166962  description="TIRHUTA VOWEL SIGN SHORT E",
166963  direction="nsm",
166964  linebreak="cm",
166965  unicodeslot=0x114BA,
166966 },
166967 [0x114BB]={
166968  category="mc",
166969  description="TIRHUTA VOWEL SIGN AI",
166970  direction="l",
166971  linebreak="cm",
166972  specials={ "char", 0x114B9, 0x114BA },
166973  unicodeslot=0x114BB,
166974 },
166975 [0x114BC]={
166976  category="mc",
166977  description="TIRHUTA VOWEL SIGN O",
166978  direction="l",
166979  linebreak="cm",
166980  specials={ "char", 0x114B9, 0x114B0 },
166981  unicodeslot=0x114BC,
166982 },
166983 [0x114BD]={
166984  category="mc",
166985  description="TIRHUTA VOWEL SIGN SHORT O",
166986  direction="l",
166987  linebreak="cm",
166988  unicodeslot=0x114BD,
166989 },
166990 [0x114BE]={
166991  category="mc",
166992  description="TIRHUTA VOWEL SIGN AU",
166993  direction="l",
166994  linebreak="cm",
166995  specials={ "char", 0x114B9, 0x114BD },
166996  unicodeslot=0x114BE,
166997 },
166998 [0x114BF]={
166999  category="mn",
167000  description="TIRHUTA SIGN CANDRABINDU",
167001  direction="nsm",
167002  linebreak="cm",
167003  unicodeslot=0x114BF,
167004 },
167005 [0x114C0]={
167006  category="mn",
167007  description="TIRHUTA SIGN ANUSVARA",
167008  direction="nsm",
167009  linebreak="cm",
167010  unicodeslot=0x114C0,
167011 },
167012 [0x114C1]={
167013  category="mc",
167014  description="TIRHUTA SIGN VISARGA",
167015  direction="l",
167016  linebreak="cm",
167017  unicodeslot=0x114C1,
167018 },
167019 [0x114C2]={
167020  category="mn",
167021  combining=0x9,
167022  description="TIRHUTA SIGN VIRAMA",
167023  direction="nsm",
167024  linebreak="cm",
167025  unicodeslot=0x114C2,
167026 },
167027 [0x114C3]={
167028  category="mn",
167029  combining=0x7,
167030  description="TIRHUTA SIGN NUKTA",
167031  direction="nsm",
167032  linebreak="cm",
167033  unicodeslot=0x114C3,
167034 },
167035 [0x114C4]={
167036  category="lo",
167037  description="TIRHUTA SIGN AVAGRAHA",
167038  direction="l",
167039  linebreak="al",
167040  unicodeslot=0x114C4,
167041 },
167042 [0x114C5]={
167043  category="lo",
167044  description="TIRHUTA GVANG",
167045  direction="l",
167046  linebreak="al",
167047  unicodeslot=0x114C5,
167048 },
167049 [0x114C6]={
167050  category="po",
167051  description="TIRHUTA ABBREVIATION SIGN",
167052  direction="l",
167053  linebreak="al",
167054  unicodeslot=0x114C6,
167055 },
167056 [0x114C7]={
167057  category="lo",
167058  description="TIRHUTA OM",
167059  direction="l",
167060  linebreak="al",
167061  unicodeslot=0x114C7,
167062 },
167063 [0x114D0]={
167064  category="nd",
167065  description="TIRHUTA DIGIT ZERO",
167066  direction="l",
167067  linebreak="nu",
167068  unicodeslot=0x114D0,
167069 },
167070 [0x114D1]={
167071  category="nd",
167072  description="TIRHUTA DIGIT ONE",
167073  direction="l",
167074  linebreak="nu",
167075  unicodeslot=0x114D1,
167076 },
167077 [0x114D2]={
167078  category="nd",
167079  description="TIRHUTA DIGIT TWO",
167080  direction="l",
167081  linebreak="nu",
167082  unicodeslot=0x114D2,
167083 },
167084 [0x114D3]={
167085  category="nd",
167086  description="TIRHUTA DIGIT THREE",
167087  direction="l",
167088  linebreak="nu",
167089  unicodeslot=0x114D3,
167090 },
167091 [0x114D4]={
167092  category="nd",
167093  description="TIRHUTA DIGIT FOUR",
167094  direction="l",
167095  linebreak="nu",
167096  unicodeslot=0x114D4,
167097 },
167098 [0x114D5]={
167099  category="nd",
167100  description="TIRHUTA DIGIT FIVE",
167101  direction="l",
167102  linebreak="nu",
167103  unicodeslot=0x114D5,
167104 },
167105 [0x114D6]={
167106  category="nd",
167107  description="TIRHUTA DIGIT SIX",
167108  direction="l",
167109  linebreak="nu",
167110  unicodeslot=0x114D6,
167111 },
167112 [0x114D7]={
167113  category="nd",
167114  description="TIRHUTA DIGIT SEVEN",
167115  direction="l",
167116  linebreak="nu",
167117  unicodeslot=0x114D7,
167118 },
167119 [0x114D8]={
167120  category="nd",
167121  description="TIRHUTA DIGIT EIGHT",
167122  direction="l",
167123  linebreak="nu",
167124  unicodeslot=0x114D8,
167125 },
167126 [0x114D9]={
167127  category="nd",
167128  description="TIRHUTA DIGIT NINE",
167129  direction="l",
167130  linebreak="nu",
167131  unicodeslot=0x114D9,
167132 },
167133 [0x11580]={
167134  category="lo",
167135  description="SIDDHAM LETTER A",
167136  direction="l",
167137  linebreak="al",
167138  unicodeslot=0x11580,
167139 },
167140 [0x11581]={
167141  category="lo",
167142  description="SIDDHAM LETTER AA",
167143  direction="l",
167144  linebreak="al",
167145  unicodeslot=0x11581,
167146 },
167147 [0x11582]={
167148  category="lo",
167149  description="SIDDHAM LETTER I",
167150  direction="l",
167151  linebreak="al",
167152  unicodeslot=0x11582,
167153 },
167154 [0x11583]={
167155  category="lo",
167156  description="SIDDHAM LETTER II",
167157  direction="l",
167158  linebreak="al",
167159  unicodeslot=0x11583,
167160 },
167161 [0x11584]={
167162  category="lo",
167163  description="SIDDHAM LETTER U",
167164  direction="l",
167165  linebreak="al",
167166  unicodeslot=0x11584,
167167 },
167168 [0x11585]={
167169  category="lo",
167170  description="SIDDHAM LETTER UU",
167171  direction="l",
167172  linebreak="al",
167173  unicodeslot=0x11585,
167174 },
167175 [0x11586]={
167176  category="lo",
167177  description="SIDDHAM LETTER VOCALIC R",
167178  direction="l",
167179  linebreak="al",
167180  unicodeslot=0x11586,
167181 },
167182 [0x11587]={
167183  category="lo",
167184  description="SIDDHAM LETTER VOCALIC RR",
167185  direction="l",
167186  linebreak="al",
167187  unicodeslot=0x11587,
167188 },
167189 [0x11588]={
167190  category="lo",
167191  description="SIDDHAM LETTER VOCALIC L",
167192  direction="l",
167193  linebreak="al",
167194  unicodeslot=0x11588,
167195 },
167196 [0x11589]={
167197  category="lo",
167198  description="SIDDHAM LETTER VOCALIC LL",
167199  direction="l",
167200  linebreak="al",
167201  unicodeslot=0x11589,
167202 },
167203 [0x1158A]={
167204  category="lo",
167205  description="SIDDHAM LETTER E",
167206  direction="l",
167207  linebreak="al",
167208  unicodeslot=0x1158A,
167209 },
167210 [0x1158B]={
167211  category="lo",
167212  description="SIDDHAM LETTER AI",
167213  direction="l",
167214  linebreak="al",
167215  unicodeslot=0x1158B,
167216 },
167217 [0x1158C]={
167218  category="lo",
167219  description="SIDDHAM LETTER O",
167220  direction="l",
167221  linebreak="al",
167222  unicodeslot=0x1158C,
167223 },
167224 [0x1158D]={
167225  category="lo",
167226  description="SIDDHAM LETTER AU",
167227  direction="l",
167228  linebreak="al",
167229  unicodeslot=0x1158D,
167230 },
167231 [0x1158E]={
167232  category="lo",
167233  description="SIDDHAM LETTER KA",
167234  direction="l",
167235  linebreak="al",
167236  unicodeslot=0x1158E,
167237 },
167238 [0x1158F]={
167239  category="lo",
167240  description="SIDDHAM LETTER KHA",
167241  direction="l",
167242  linebreak="al",
167243  unicodeslot=0x1158F,
167244 },
167245 [0x11590]={
167246  category="lo",
167247  description="SIDDHAM LETTER GA",
167248  direction="l",
167249  linebreak="al",
167250  unicodeslot=0x11590,
167251 },
167252 [0x11591]={
167253  category="lo",
167254  description="SIDDHAM LETTER GHA",
167255  direction="l",
167256  linebreak="al",
167257  unicodeslot=0x11591,
167258 },
167259 [0x11592]={
167260  category="lo",
167261  description="SIDDHAM LETTER NGA",
167262  direction="l",
167263  linebreak="al",
167264  unicodeslot=0x11592,
167265 },
167266 [0x11593]={
167267  category="lo",
167268  description="SIDDHAM LETTER CA",
167269  direction="l",
167270  linebreak="al",
167271  unicodeslot=0x11593,
167272 },
167273 [0x11594]={
167274  category="lo",
167275  description="SIDDHAM LETTER CHA",
167276  direction="l",
167277  linebreak="al",
167278  unicodeslot=0x11594,
167279 },
167280 [0x11595]={
167281  category="lo",
167282  description="SIDDHAM LETTER JA",
167283  direction="l",
167284  linebreak="al",
167285  unicodeslot=0x11595,
167286 },
167287 [0x11596]={
167288  category="lo",
167289  description="SIDDHAM LETTER JHA",
167290  direction="l",
167291  linebreak="al",
167292  unicodeslot=0x11596,
167293 },
167294 [0x11597]={
167295  category="lo",
167296  description="SIDDHAM LETTER NYA",
167297  direction="l",
167298  linebreak="al",
167299  unicodeslot=0x11597,
167300 },
167301 [0x11598]={
167302  category="lo",
167303  description="SIDDHAM LETTER TTA",
167304  direction="l",
167305  linebreak="al",
167306  unicodeslot=0x11598,
167307 },
167308 [0x11599]={
167309  category="lo",
167310  description="SIDDHAM LETTER TTHA",
167311  direction="l",
167312  linebreak="al",
167313  unicodeslot=0x11599,
167314 },
167315 [0x1159A]={
167316  category="lo",
167317  description="SIDDHAM LETTER DDA",
167318  direction="l",
167319  linebreak="al",
167320  unicodeslot=0x1159A,
167321 },
167322 [0x1159B]={
167323  category="lo",
167324  description="SIDDHAM LETTER DDHA",
167325  direction="l",
167326  linebreak="al",
167327  unicodeslot=0x1159B,
167328 },
167329 [0x1159C]={
167330  category="lo",
167331  description="SIDDHAM LETTER NNA",
167332  direction="l",
167333  linebreak="al",
167334  unicodeslot=0x1159C,
167335 },
167336 [0x1159D]={
167337  category="lo",
167338  description="SIDDHAM LETTER TA",
167339  direction="l",
167340  linebreak="al",
167341  unicodeslot=0x1159D,
167342 },
167343 [0x1159E]={
167344  category="lo",
167345  description="SIDDHAM LETTER THA",
167346  direction="l",
167347  linebreak="al",
167348  unicodeslot=0x1159E,
167349 },
167350 [0x1159F]={
167351  category="lo",
167352  description="SIDDHAM LETTER DA",
167353  direction="l",
167354  linebreak="al",
167355  unicodeslot=0x1159F,
167356 },
167357 [0x115A0]={
167358  category="lo",
167359  description="SIDDHAM LETTER DHA",
167360  direction="l",
167361  linebreak="al",
167362  unicodeslot=0x115A0,
167363 },
167364 [0x115A1]={
167365  category="lo",
167366  description="SIDDHAM LETTER NA",
167367  direction="l",
167368  linebreak="al",
167369  unicodeslot=0x115A1,
167370 },
167371 [0x115A2]={
167372  category="lo",
167373  description="SIDDHAM LETTER PA",
167374  direction="l",
167375  linebreak="al",
167376  unicodeslot=0x115A2,
167377 },
167378 [0x115A3]={
167379  category="lo",
167380  description="SIDDHAM LETTER PHA",
167381  direction="l",
167382  linebreak="al",
167383  unicodeslot=0x115A3,
167384 },
167385 [0x115A4]={
167386  category="lo",
167387  description="SIDDHAM LETTER BA",
167388  direction="l",
167389  linebreak="al",
167390  unicodeslot=0x115A4,
167391 },
167392 [0x115A5]={
167393  category="lo",
167394  description="SIDDHAM LETTER BHA",
167395  direction="l",
167396  linebreak="al",
167397  unicodeslot=0x115A5,
167398 },
167399 [0x115A6]={
167400  category="lo",
167401  description="SIDDHAM LETTER MA",
167402  direction="l",
167403  linebreak="al",
167404  unicodeslot=0x115A6,
167405 },
167406 [0x115A7]={
167407  category="lo",
167408  description="SIDDHAM LETTER YA",
167409  direction="l",
167410  linebreak="al",
167411  unicodeslot=0x115A7,
167412 },
167413 [0x115A8]={
167414  category="lo",
167415  description="SIDDHAM LETTER RA",
167416  direction="l",
167417  linebreak="al",
167418  unicodeslot=0x115A8,
167419 },
167420 [0x115A9]={
167421  category="lo",
167422  description="SIDDHAM LETTER LA",
167423  direction="l",
167424  linebreak="al",
167425  unicodeslot=0x115A9,
167426 },
167427 [0x115AA]={
167428  category="lo",
167429  description="SIDDHAM LETTER VA",
167430  direction="l",
167431  linebreak="al",
167432  unicodeslot=0x115AA,
167433 },
167434 [0x115AB]={
167435  category="lo",
167436  description="SIDDHAM LETTER SHA",
167437  direction="l",
167438  linebreak="al",
167439  unicodeslot=0x115AB,
167440 },
167441 [0x115AC]={
167442  category="lo",
167443  description="SIDDHAM LETTER SSA",
167444  direction="l",
167445  linebreak="al",
167446  unicodeslot=0x115AC,
167447 },
167448 [0x115AD]={
167449  category="lo",
167450  description="SIDDHAM LETTER SA",
167451  direction="l",
167452  linebreak="al",
167453  unicodeslot=0x115AD,
167454 },
167455 [0x115AE]={
167456  category="lo",
167457  description="SIDDHAM LETTER HA",
167458  direction="l",
167459  linebreak="al",
167460  unicodeslot=0x115AE,
167461 },
167462 [0x115AF]={
167463  category="mc",
167464  description="SIDDHAM VOWEL SIGN AA",
167465  direction="l",
167466  linebreak="cm",
167467  unicodeslot=0x115AF,
167468 },
167469 [0x115B0]={
167470  category="mc",
167471  description="SIDDHAM VOWEL SIGN I",
167472  direction="l",
167473  linebreak="cm",
167474  unicodeslot=0x115B0,
167475 },
167476 [0x115B1]={
167477  category="mc",
167478  description="SIDDHAM VOWEL SIGN II",
167479  direction="l",
167480  linebreak="cm",
167481  unicodeslot=0x115B1,
167482 },
167483 [0x115B2]={
167484  category="mn",
167485  description="SIDDHAM VOWEL SIGN U",
167486  direction="nsm",
167487  linebreak="cm",
167488  unicodeslot=0x115B2,
167489 },
167490 [0x115B3]={
167491  category="mn",
167492  description="SIDDHAM VOWEL SIGN UU",
167493  direction="nsm",
167494  linebreak="cm",
167495  unicodeslot=0x115B3,
167496 },
167497 [0x115B4]={
167498  category="mn",
167499  description="SIDDHAM VOWEL SIGN VOCALIC R",
167500  direction="nsm",
167501  linebreak="cm",
167502  unicodeslot=0x115B4,
167503 },
167504 [0x115B5]={
167505  category="mn",
167506  description="SIDDHAM VOWEL SIGN VOCALIC RR",
167507  direction="nsm",
167508  linebreak="cm",
167509  unicodeslot=0x115B5,
167510 },
167511 [0x115B8]={
167512  category="mc",
167513  description="SIDDHAM VOWEL SIGN E",
167514  direction="l",
167515  linebreak="cm",
167516  unicodeslot=0x115B8,
167517 },
167518 [0x115B9]={
167519  category="mc",
167520  description="SIDDHAM VOWEL SIGN AI",
167521  direction="l",
167522  linebreak="cm",
167523  unicodeslot=0x115B9,
167524 },
167525 [0x115BA]={
167526  category="mc",
167527  description="SIDDHAM VOWEL SIGN O",
167528  direction="l",
167529  linebreak="cm",
167530  specials={ "char", 0x115B8, 0x115AF },
167531  unicodeslot=0x115BA,
167532 },
167533 [0x115BB]={
167534  category="mc",
167535  description="SIDDHAM VOWEL SIGN AU",
167536  direction="l",
167537  linebreak="cm",
167538  specials={ "char", 0x115B9, 0x115AF },
167539  unicodeslot=0x115BB,
167540 },
167541 [0x115BC]={
167542  category="mn",
167543  description="SIDDHAM SIGN CANDRABINDU",
167544  direction="nsm",
167545  linebreak="cm",
167546  unicodeslot=0x115BC,
167547 },
167548 [0x115BD]={
167549  category="mn",
167550  description="SIDDHAM SIGN ANUSVARA",
167551  direction="nsm",
167552  linebreak="cm",
167553  unicodeslot=0x115BD,
167554 },
167555 [0x115BE]={
167556  category="mc",
167557  description="SIDDHAM SIGN VISARGA",
167558  direction="l",
167559  linebreak="cm",
167560  unicodeslot=0x115BE,
167561 },
167562 [0x115BF]={
167563  category="mn",
167564  combining=0x9,
167565  description="SIDDHAM SIGN VIRAMA",
167566  direction="nsm",
167567  linebreak="cm",
167568  unicodeslot=0x115BF,
167569 },
167570 [0x115C0]={
167571  category="mn",
167572  combining=0x7,
167573  description="SIDDHAM SIGN NUKTA",
167574  direction="nsm",
167575  linebreak="cm",
167576  unicodeslot=0x115C0,
167577 },
167578 [0x115C1]={
167579  category="po",
167580  description="SIDDHAM SIGN SIDDHAM",
167581  direction="l",
167582  linebreak="bb",
167583  unicodeslot=0x115C1,
167584 },
167585 [0x115C2]={
167586  category="po",
167587  description="SIDDHAM DANDA",
167588  direction="l",
167589  linebreak="ba",
167590  unicodeslot=0x115C2,
167591 },
167592 [0x115C3]={
167593  category="po",
167594  description="SIDDHAM DOUBLE DANDA",
167595  direction="l",
167596  linebreak="ba",
167597  unicodeslot=0x115C3,
167598 },
167599 [0x115C4]={
167600  category="po",
167601  description="SIDDHAM SEPARATOR DOT",
167602  direction="l",
167603  linebreak="ex",
167604  unicodeslot=0x115C4,
167605 },
167606 [0x115C5]={
167607  category="po",
167608  description="SIDDHAM SEPARATOR BAR",
167609  direction="l",
167610  linebreak="ex",
167611  unicodeslot=0x115C5,
167612 },
167613 [0x115C6]={
167614  category="po",
167615  description="SIDDHAM REPETITION MARK-1",
167616  direction="l",
167617  linebreak="al",
167618  unicodeslot=0x115C6,
167619 },
167620 [0x115C7]={
167621  category="po",
167622  description="SIDDHAM REPETITION MARK-2",
167623  direction="l",
167624  linebreak="al",
167625  unicodeslot=0x115C7,
167626 },
167627 [0x115C8]={
167628  category="po",
167629  description="SIDDHAM REPETITION MARK-3",
167630  direction="l",
167631  linebreak="al",
167632  unicodeslot=0x115C8,
167633 },
167634 [0x115C9]={
167635  category="po",
167636  description="SIDDHAM END OF TEXT MARK",
167637  direction="l",
167638  linebreak="ba",
167639  unicodeslot=0x115C9,
167640 },
167641 [0x115CA]={
167642  category="po",
167643  description="SIDDHAM SECTION MARK WITH TRIDENT AND U-SHAPED ORNAMENTS",
167644  direction="l",
167645  linebreak="ba",
167646  unicodeslot=0x115CA,
167647 },
167648 [0x115CB]={
167649  category="po",
167650  description="SIDDHAM SECTION MARK WITH TRIDENT AND DOTTED CRESCENTS",
167651  direction="l",
167652  linebreak="ba",
167653  unicodeslot=0x115CB,
167654 },
167655 [0x115CC]={
167656  category="po",
167657  description="SIDDHAM SECTION MARK WITH RAYS AND DOTTED CRESCENTS",
167658  direction="l",
167659  linebreak="ba",
167660  unicodeslot=0x115CC,
167661 },
167662 [0x115CD]={
167663  category="po",
167664  description="SIDDHAM SECTION MARK WITH RAYS AND DOTTED DOUBLE CRESCENTS",
167665  direction="l",
167666  linebreak="ba",
167667  unicodeslot=0x115CD,
167668 },
167669 [0x115CE]={
167670  category="po",
167671  description="SIDDHAM SECTION MARK WITH RAYS AND DOTTED TRIPLE CRESCENTS",
167672  direction="l",
167673  linebreak="ba",
167674  unicodeslot=0x115CE,
167675 },
167676 [0x115CF]={
167677  category="po",
167678  description="SIDDHAM SECTION MARK DOUBLE RING",
167679  direction="l",
167680  linebreak="ba",
167681  unicodeslot=0x115CF,
167682 },
167683 [0x115D0]={
167684  category="po",
167685  description="SIDDHAM SECTION MARK DOUBLE RING WITH RAYS",
167686  direction="l",
167687  linebreak="ba",
167688  unicodeslot=0x115D0,
167689 },
167690 [0x115D1]={
167691  category="po",
167692  description="SIDDHAM SECTION MARK WITH DOUBLE CRESCENTS",
167693  direction="l",
167694  linebreak="ba",
167695  unicodeslot=0x115D1,
167696 },
167697 [0x115D2]={
167698  category="po",
167699  description="SIDDHAM SECTION MARK WITH TRIPLE CRESCENTS",
167700  direction="l",
167701  linebreak="ba",
167702  unicodeslot=0x115D2,
167703 },
167704 [0x115D3]={
167705  category="po",
167706  description="SIDDHAM SECTION MARK WITH QUADRUPLE CRESCENTS",
167707  direction="l",
167708  linebreak="ba",
167709  unicodeslot=0x115D3,
167710 },
167711 [0x115D4]={
167712  category="po",
167713  description="SIDDHAM SECTION MARK WITH SEPTUPLE CRESCENTS",
167714  direction="l",
167715  linebreak="ba",
167716  unicodeslot=0x115D4,
167717 },
167718 [0x115D5]={
167719  category="po",
167720  description="SIDDHAM SECTION MARK WITH CIRCLES AND RAYS",
167721  direction="l",
167722  linebreak="ba",
167723  unicodeslot=0x115D5,
167724 },
167725 [0x115D6]={
167726  category="po",
167727  description="SIDDHAM SECTION MARK WITH CIRCLES AND TWO ENCLOSURES",
167728  direction="l",
167729  linebreak="ba",
167730  unicodeslot=0x115D6,
167731 },
167732 [0x115D7]={
167733  category="po",
167734  description="SIDDHAM SECTION MARK WITH CIRCLES AND FOUR ENCLOSURES",
167735  direction="l",
167736  linebreak="ba",
167737  unicodeslot=0x115D7,
167738 },
167739 [0x115D8]={
167740  category="lo",
167741  description="SIDDHAM LETTER THREE-CIRCLE ALTERNATE I",
167742  direction="l",
167743  linebreak="al",
167744  unicodeslot=0x115D8,
167745 },
167746 [0x115D9]={
167747  category="lo",
167748  description="SIDDHAM LETTER TWO-CIRCLE ALTERNATE I",
167749  direction="l",
167750  linebreak="al",
167751  unicodeslot=0x115D9,
167752 },
167753 [0x115DA]={
167754  category="lo",
167755  description="SIDDHAM LETTER TWO-CIRCLE ALTERNATE II",
167756  direction="l",
167757  linebreak="al",
167758  unicodeslot=0x115DA,
167759 },
167760 [0x115DB]={
167761  category="lo",
167762  description="SIDDHAM LETTER ALTERNATE U",
167763  direction="l",
167764  linebreak="al",
167765  unicodeslot=0x115DB,
167766 },
167767 [0x115DC]={
167768  category="mn",
167769  description="SIDDHAM VOWEL SIGN ALTERNATE U",
167770  direction="nsm",
167771  linebreak="cm",
167772  unicodeslot=0x115DC,
167773 },
167774 [0x115DD]={
167775  category="mn",
167776  description="SIDDHAM VOWEL SIGN ALTERNATE UU",
167777  direction="nsm",
167778  linebreak="cm",
167779  unicodeslot=0x115DD,
167780 },
167781 [0x11600]={
167782  category="lo",
167783  description="MODI LETTER A",
167784  direction="l",
167785  linebreak="al",
167786  unicodeslot=0x11600,
167787 },
167788 [0x11601]={
167789  category="lo",
167790  description="MODI LETTER AA",
167791  direction="l",
167792  linebreak="al",
167793  unicodeslot=0x11601,
167794 },
167795 [0x11602]={
167796  category="lo",
167797  description="MODI LETTER I",
167798  direction="l",
167799  linebreak="al",
167800  unicodeslot=0x11602,
167801 },
167802 [0x11603]={
167803  category="lo",
167804  description="MODI LETTER II",
167805  direction="l",
167806  linebreak="al",
167807  unicodeslot=0x11603,
167808 },
167809 [0x11604]={
167810  category="lo",
167811  description="MODI LETTER U",
167812  direction="l",
167813  linebreak="al",
167814  unicodeslot=0x11604,
167815 },
167816 [0x11605]={
167817  category="lo",
167818  description="MODI LETTER UU",
167819  direction="l",
167820  linebreak="al",
167821  unicodeslot=0x11605,
167822 },
167823 [0x11606]={
167824  category="lo",
167825  description="MODI LETTER VOCALIC R",
167826  direction="l",
167827  linebreak="al",
167828  unicodeslot=0x11606,
167829 },
167830 [0x11607]={
167831  category="lo",
167832  description="MODI LETTER VOCALIC RR",
167833  direction="l",
167834  linebreak="al",
167835  unicodeslot=0x11607,
167836 },
167837 [0x11608]={
167838  category="lo",
167839  description="MODI LETTER VOCALIC L",
167840  direction="l",
167841  linebreak="al",
167842  unicodeslot=0x11608,
167843 },
167844 [0x11609]={
167845  category="lo",
167846  description="MODI LETTER VOCALIC LL",
167847  direction="l",
167848  linebreak="al",
167849  unicodeslot=0x11609,
167850 },
167851 [0x1160A]={
167852  category="lo",
167853  description="MODI LETTER E",
167854  direction="l",
167855  linebreak="al",
167856  unicodeslot=0x1160A,
167857 },
167858 [0x1160B]={
167859  category="lo",
167860  description="MODI LETTER AI",
167861  direction="l",
167862  linebreak="al",
167863  unicodeslot=0x1160B,
167864 },
167865 [0x1160C]={
167866  category="lo",
167867  description="MODI LETTER O",
167868  direction="l",
167869  linebreak="al",
167870  unicodeslot=0x1160C,
167871 },
167872 [0x1160D]={
167873  category="lo",
167874  description="MODI LETTER AU",
167875  direction="l",
167876  linebreak="al",
167877  unicodeslot=0x1160D,
167878 },
167879 [0x1160E]={
167880  category="lo",
167881  description="MODI LETTER KA",
167882  direction="l",
167883  linebreak="al",
167884  unicodeslot=0x1160E,
167885 },
167886 [0x1160F]={
167887  category="lo",
167888  description="MODI LETTER KHA",
167889  direction="l",
167890  linebreak="al",
167891  unicodeslot=0x1160F,
167892 },
167893 [0x11610]={
167894  category="lo",
167895  description="MODI LETTER GA",
167896  direction="l",
167897  linebreak="al",
167898  unicodeslot=0x11610,
167899 },
167900 [0x11611]={
167901  category="lo",
167902  description="MODI LETTER GHA",
167903  direction="l",
167904  linebreak="al",
167905  unicodeslot=0x11611,
167906 },
167907 [0x11612]={
167908  category="lo",
167909  description="MODI LETTER NGA",
167910  direction="l",
167911  linebreak="al",
167912  unicodeslot=0x11612,
167913 },
167914 [0x11613]={
167915  category="lo",
167916  description="MODI LETTER CA",
167917  direction="l",
167918  linebreak="al",
167919  unicodeslot=0x11613,
167920 },
167921 [0x11614]={
167922  category="lo",
167923  description="MODI LETTER CHA",
167924  direction="l",
167925  linebreak="al",
167926  unicodeslot=0x11614,
167927 },
167928 [0x11615]={
167929  category="lo",
167930  description="MODI LETTER JA",
167931  direction="l",
167932  linebreak="al",
167933  unicodeslot=0x11615,
167934 },
167935 [0x11616]={
167936  category="lo",
167937  description="MODI LETTER JHA",
167938  direction="l",
167939  linebreak="al",
167940  unicodeslot=0x11616,
167941 },
167942 [0x11617]={
167943  category="lo",
167944  description="MODI LETTER NYA",
167945  direction="l",
167946  linebreak="al",
167947  unicodeslot=0x11617,
167948 },
167949 [0x11618]={
167950  category="lo",
167951  description="MODI LETTER TTA",
167952  direction="l",
167953  linebreak="al",
167954  unicodeslot=0x11618,
167955 },
167956 [0x11619]={
167957  category="lo",
167958  description="MODI LETTER TTHA",
167959  direction="l",
167960  linebreak="al",
167961  unicodeslot=0x11619,
167962 },
167963 [0x1161A]={
167964  category="lo",
167965  description="MODI LETTER DDA",
167966  direction="l",
167967  linebreak="al",
167968  unicodeslot=0x1161A,
167969 },
167970 [0x1161B]={
167971  category="lo",
167972  description="MODI LETTER DDHA",
167973  direction="l",
167974  linebreak="al",
167975  unicodeslot=0x1161B,
167976 },
167977 [0x1161C]={
167978  category="lo",
167979  description="MODI LETTER NNA",
167980  direction="l",
167981  linebreak="al",
167982  unicodeslot=0x1161C,
167983 },
167984 [0x1161D]={
167985  category="lo",
167986  description="MODI LETTER TA",
167987  direction="l",
167988  linebreak="al",
167989  unicodeslot=0x1161D,
167990 },
167991 [0x1161E]={
167992  category="lo",
167993  description="MODI LETTER THA",
167994  direction="l",
167995  linebreak="al",
167996  unicodeslot=0x1161E,
167997 },
167998 [0x1161F]={
167999  category="lo",
168000  description="MODI LETTER DA",
168001  direction="l",
168002  linebreak="al",
168003  unicodeslot=0x1161F,
168004 },
168005 [0x11620]={
168006  category="lo",
168007  description="MODI LETTER DHA",
168008  direction="l",
168009  linebreak="al",
168010  unicodeslot=0x11620,
168011 },
168012 [0x11621]={
168013  category="lo",
168014  description="MODI LETTER NA",
168015  direction="l",
168016  linebreak="al",
168017  unicodeslot=0x11621,
168018 },
168019 [0x11622]={
168020  category="lo",
168021  description="MODI LETTER PA",
168022  direction="l",
168023  linebreak="al",
168024  unicodeslot=0x11622,
168025 },
168026 [0x11623]={
168027  category="lo",
168028  description="MODI LETTER PHA",
168029  direction="l",
168030  linebreak="al",
168031  unicodeslot=0x11623,
168032 },
168033 [0x11624]={
168034  category="lo",
168035  description="MODI LETTER BA",
168036  direction="l",
168037  linebreak="al",
168038  unicodeslot=0x11624,
168039 },
168040 [0x11625]={
168041  category="lo",
168042  description="MODI LETTER BHA",
168043  direction="l",
168044  linebreak="al",
168045  unicodeslot=0x11625,
168046 },
168047 [0x11626]={
168048  category="lo",
168049  description="MODI LETTER MA",
168050  direction="l",
168051  linebreak="al",
168052  unicodeslot=0x11626,
168053 },
168054 [0x11627]={
168055  category="lo",
168056  description="MODI LETTER YA",
168057  direction="l",
168058  linebreak="al",
168059  unicodeslot=0x11627,
168060 },
168061 [0x11628]={
168062  category="lo",
168063  description="MODI LETTER RA",
168064  direction="l",
168065  linebreak="al",
168066  unicodeslot=0x11628,
168067 },
168068 [0x11629]={
168069  category="lo",
168070  description="MODI LETTER LA",
168071  direction="l",
168072  linebreak="al",
168073  unicodeslot=0x11629,
168074 },
168075 [0x1162A]={
168076  category="lo",
168077  description="MODI LETTER VA",
168078  direction="l",
168079  linebreak="al",
168080  unicodeslot=0x1162A,
168081 },
168082 [0x1162B]={
168083  category="lo",
168084  description="MODI LETTER SHA",
168085  direction="l",
168086  linebreak="al",
168087  unicodeslot=0x1162B,
168088 },
168089 [0x1162C]={
168090  category="lo",
168091  description="MODI LETTER SSA",
168092  direction="l",
168093  linebreak="al",
168094  unicodeslot=0x1162C,
168095 },
168096 [0x1162D]={
168097  category="lo",
168098  description="MODI LETTER SA",
168099  direction="l",
168100  linebreak="al",
168101  unicodeslot=0x1162D,
168102 },
168103 [0x1162E]={
168104  category="lo",
168105  description="MODI LETTER HA",
168106  direction="l",
168107  linebreak="al",
168108  unicodeslot=0x1162E,
168109 },
168110 [0x1162F]={
168111  category="lo",
168112  description="MODI LETTER LLA",
168113  direction="l",
168114  linebreak="al",
168115  unicodeslot=0x1162F,
168116 },
168117 [0x11630]={
168118  category="mc",
168119  description="MODI VOWEL SIGN AA",
168120  direction="l",
168121  linebreak="cm",
168122  unicodeslot=0x11630,
168123 },
168124 [0x11631]={
168125  category="mc",
168126  description="MODI VOWEL SIGN I",
168127  direction="l",
168128  linebreak="cm",
168129  unicodeslot=0x11631,
168130 },
168131 [0x11632]={
168132  category="mc",
168133  description="MODI VOWEL SIGN II",
168134  direction="l",
168135  linebreak="cm",
168136  unicodeslot=0x11632,
168137 },
168138 [0x11633]={
168139  category="mn",
168140  description="MODI VOWEL SIGN U",
168141  direction="nsm",
168142  linebreak="cm",
168143  unicodeslot=0x11633,
168144 },
168145 [0x11634]={
168146  category="mn",
168147  description="MODI VOWEL SIGN UU",
168148  direction="nsm",
168149  linebreak="cm",
168150  unicodeslot=0x11634,
168151 },
168152 [0x11635]={
168153  category="mn",
168154  description="MODI VOWEL SIGN VOCALIC R",
168155  direction="nsm",
168156  linebreak="cm",
168157  unicodeslot=0x11635,
168158 },
168159 [0x11636]={
168160  category="mn",
168161  description="MODI VOWEL SIGN VOCALIC RR",
168162  direction="nsm",
168163  linebreak="cm",
168164  unicodeslot=0x11636,
168165 },
168166 [0x11637]={
168167  category="mn",
168168  description="MODI VOWEL SIGN VOCALIC L",
168169  direction="nsm",
168170  linebreak="cm",
168171  unicodeslot=0x11637,
168172 },
168173 [0x11638]={
168174  category="mn",
168175  description="MODI VOWEL SIGN VOCALIC LL",
168176  direction="nsm",
168177  linebreak="cm",
168178  unicodeslot=0x11638,
168179 },
168180 [0x11639]={
168181  category="mn",
168182  description="MODI VOWEL SIGN E",
168183  direction="nsm",
168184  linebreak="cm",
168185  unicodeslot=0x11639,
168186 },
168187 [0x1163A]={
168188  category="mn",
168189  description="MODI VOWEL SIGN AI",
168190  direction="nsm",
168191  linebreak="cm",
168192  unicodeslot=0x1163A,
168193 },
168194 [0x1163B]={
168195  category="mc",
168196  description="MODI VOWEL SIGN O",
168197  direction="l",
168198  linebreak="cm",
168199  unicodeslot=0x1163B,
168200 },
168201 [0x1163C]={
168202  category="mc",
168203  description="MODI VOWEL SIGN AU",
168204  direction="l",
168205  linebreak="cm",
168206  unicodeslot=0x1163C,
168207 },
168208 [0x1163D]={
168209  category="mn",
168210  description="MODI SIGN ANUSVARA",
168211  direction="nsm",
168212  linebreak="cm",
168213  unicodeslot=0x1163D,
168214 },
168215 [0x1163E]={
168216  category="mc",
168217  description="MODI SIGN VISARGA",
168218  direction="l",
168219  linebreak="cm",
168220  unicodeslot=0x1163E,
168221 },
168222 [0x1163F]={
168223  category="mn",
168224  combining=0x9,
168225  description="MODI SIGN VIRAMA",
168226  direction="nsm",
168227  linebreak="cm",
168228  unicodeslot=0x1163F,
168229 },
168230 [0x11640]={
168231  category="mn",
168232  description="MODI SIGN ARDHACANDRA",
168233  direction="nsm",
168234  linebreak="cm",
168235  unicodeslot=0x11640,
168236 },
168237 [0x11641]={
168238  category="po",
168239  description="MODI DANDA",
168240  direction="l",
168241  linebreak="ba",
168242  unicodeslot=0x11641,
168243 },
168244 [0x11642]={
168245  category="po",
168246  description="MODI DOUBLE DANDA",
168247  direction="l",
168248  linebreak="ba",
168249  unicodeslot=0x11642,
168250 },
168251 [0x11643]={
168252  category="po",
168253  description="MODI ABBREVIATION SIGN",
168254  direction="l",
168255  linebreak="al",
168256  unicodeslot=0x11643,
168257 },
168258 [0x11644]={
168259  category="lo",
168260  description="MODI SIGN HUVA",
168261  direction="l",
168262  linebreak="al",
168263  unicodeslot=0x11644,
168264 },
168265 [0x11650]={
168266  category="nd",
168267  description="MODI DIGIT ZERO",
168268  direction="l",
168269  linebreak="nu",
168270  unicodeslot=0x11650,
168271 },
168272 [0x11651]={
168273  category="nd",
168274  description="MODI DIGIT ONE",
168275  direction="l",
168276  linebreak="nu",
168277  unicodeslot=0x11651,
168278 },
168279 [0x11652]={
168280  category="nd",
168281  description="MODI DIGIT TWO",
168282  direction="l",
168283  linebreak="nu",
168284  unicodeslot=0x11652,
168285 },
168286 [0x11653]={
168287  category="nd",
168288  description="MODI DIGIT THREE",
168289  direction="l",
168290  linebreak="nu",
168291  unicodeslot=0x11653,
168292 },
168293 [0x11654]={
168294  category="nd",
168295  description="MODI DIGIT FOUR",
168296  direction="l",
168297  linebreak="nu",
168298  unicodeslot=0x11654,
168299 },
168300 [0x11655]={
168301  category="nd",
168302  description="MODI DIGIT FIVE",
168303  direction="l",
168304  linebreak="nu",
168305  unicodeslot=0x11655,
168306 },
168307 [0x11656]={
168308  category="nd",
168309  description="MODI DIGIT SIX",
168310  direction="l",
168311  linebreak="nu",
168312  unicodeslot=0x11656,
168313 },
168314 [0x11657]={
168315  category="nd",
168316  description="MODI DIGIT SEVEN",
168317  direction="l",
168318  linebreak="nu",
168319  unicodeslot=0x11657,
168320 },
168321 [0x11658]={
168322  category="nd",
168323  description="MODI DIGIT EIGHT",
168324  direction="l",
168325  linebreak="nu",
168326  unicodeslot=0x11658,
168327 },
168328 [0x11659]={
168329  category="nd",
168330  description="MODI DIGIT NINE",
168331  direction="l",
168332  linebreak="nu",
168333  unicodeslot=0x11659,
168334 },
168335 [0x11660]={
168336  category="po",
168337  description="MONGOLIAN BIRGA WITH ORNAMENT",
168338  direction="on",
168339  linebreak="bb",
168340  mongolian="nj",
168341  unicodeslot=0x11660,
168342 },
168343 [0x11661]={
168344  category="po",
168345  description="MONGOLIAN ROTATED BIRGA",
168346  direction="on",
168347  linebreak="bb",
168348  mongolian="nj",
168349  unicodeslot=0x11661,
168350 },
168351 [0x11662]={
168352  category="po",
168353  description="MONGOLIAN DOUBLE BIRGA WITH ORNAMENT",
168354  direction="on",
168355  linebreak="bb",
168356  mongolian="nj",
168357  unicodeslot=0x11662,
168358 },
168359 [0x11663]={
168360  category="po",
168361  description="MONGOLIAN TRIPLE BIRGA WITH ORNAMENT",
168362  direction="on",
168363  linebreak="bb",
168364  mongolian="nj",
168365  unicodeslot=0x11663,
168366 },
168367 [0x11664]={
168368  category="po",
168369  description="MONGOLIAN BIRGA WITH DOUBLE ORNAMENT",
168370  direction="on",
168371  linebreak="bb",
168372  mongolian="nj",
168373  unicodeslot=0x11664,
168374 },
168375 [0x11665]={
168376  category="po",
168377  description="MONGOLIAN ROTATED BIRGA WITH ORNAMENT",
168378  direction="on",
168379  linebreak="bb",
168380  mongolian="nj",
168381  unicodeslot=0x11665,
168382 },
168383 [0x11666]={
168384  category="po",
168385  description="MONGOLIAN ROTATED BIRGA WITH DOUBLE ORNAMENT",
168386  direction="on",
168387  linebreak="bb",
168388  mongolian="nj",
168389  unicodeslot=0x11666,
168390 },
168391 [0x11667]={
168392  category="po",
168393  description="MONGOLIAN INVERTED BIRGA",
168394  direction="on",
168395  linebreak="bb",
168396  mongolian="nj",
168397  unicodeslot=0x11667,
168398 },
168399 [0x11668]={
168400  category="po",
168401  description="MONGOLIAN INVERTED BIRGA WITH DOUBLE ORNAMENT",
168402  direction="on",
168403  linebreak="bb",
168404  mongolian="nj",
168405  unicodeslot=0x11668,
168406 },
168407 [0x11669]={
168408  category="po",
168409  description="MONGOLIAN SWIRL BIRGA",
168410  direction="on",
168411  linebreak="bb",
168412  mongolian="nj",
168413  unicodeslot=0x11669,
168414 },
168415 [0x1166A]={
168416  category="po",
168417  description="MONGOLIAN SWIRL BIRGA WITH ORNAMENT",
168418  direction="on",
168419  linebreak="bb",
168420  mongolian="nj",
168421  unicodeslot=0x1166A,
168422 },
168423 [0x1166B]={
168424  category="po",
168425  description="MONGOLIAN SWIRL BIRGA WITH DOUBLE ORNAMENT",
168426  direction="on",
168427  linebreak="bb",
168428  mongolian="nj",
168429  unicodeslot=0x1166B,
168430 },
168431 [0x1166C]={
168432  category="po",
168433  description="MONGOLIAN TURNED SWIRL BIRGA WITH DOUBLE ORNAMENT",
168434  direction="on",
168435  linebreak="bb",
168436  mongolian="nj",
168437  unicodeslot=0x1166C,
168438 },
168439 [0x11680]={
168440  category="lo",
168441  description="TAKRI LETTER A",
168442  direction="l",
168443  linebreak="al",
168444  unicodeslot=0x11680,
168445 },
168446 [0x11681]={
168447  category="lo",
168448  description="TAKRI LETTER AA",
168449  direction="l",
168450  linebreak="al",
168451  unicodeslot=0x11681,
168452 },
168453 [0x11682]={
168454  category="lo",
168455  description="TAKRI LETTER I",
168456  direction="l",
168457  linebreak="al",
168458  unicodeslot=0x11682,
168459 },
168460 [0x11683]={
168461  category="lo",
168462  description="TAKRI LETTER II",
168463  direction="l",
168464  linebreak="al",
168465  unicodeslot=0x11683,
168466 },
168467 [0x11684]={
168468  category="lo",
168469  description="TAKRI LETTER U",
168470  direction="l",
168471  linebreak="al",
168472  unicodeslot=0x11684,
168473 },
168474 [0x11685]={
168475  category="lo",
168476  description="TAKRI LETTER UU",
168477  direction="l",
168478  linebreak="al",
168479  unicodeslot=0x11685,
168480 },
168481 [0x11686]={
168482  category="lo",
168483  description="TAKRI LETTER E",
168484  direction="l",
168485  linebreak="al",
168486  unicodeslot=0x11686,
168487 },
168488 [0x11687]={
168489  category="lo",
168490  description="TAKRI LETTER AI",
168491  direction="l",
168492  linebreak="al",
168493  unicodeslot=0x11687,
168494 },
168495 [0x11688]={
168496  category="lo",
168497  description="TAKRI LETTER O",
168498  direction="l",
168499  linebreak="al",
168500  unicodeslot=0x11688,
168501 },
168502 [0x11689]={
168503  category="lo",
168504  description="TAKRI LETTER AU",
168505  direction="l",
168506  linebreak="al",
168507  unicodeslot=0x11689,
168508 },
168509 [0x1168A]={
168510  category="lo",
168511  description="TAKRI LETTER KA",
168512  direction="l",
168513  linebreak="al",
168514  unicodeslot=0x1168A,
168515 },
168516 [0x1168B]={
168517  category="lo",
168518  description="TAKRI LETTER KHA",
168519  direction="l",
168520  linebreak="al",
168521  unicodeslot=0x1168B,
168522 },
168523 [0x1168C]={
168524  category="lo",
168525  description="TAKRI LETTER GA",
168526  direction="l",
168527  linebreak="al",
168528  unicodeslot=0x1168C,
168529 },
168530 [0x1168D]={
168531  category="lo",
168532  description="TAKRI LETTER GHA",
168533  direction="l",
168534  linebreak="al",
168535  unicodeslot=0x1168D,
168536 },
168537 [0x1168E]={
168538  category="lo",
168539  description="TAKRI LETTER NGA",
168540  direction="l",
168541  linebreak="al",
168542  unicodeslot=0x1168E,
168543 },
168544 [0x1168F]={
168545  category="lo",
168546  description="TAKRI LETTER CA",
168547  direction="l",
168548  linebreak="al",
168549  unicodeslot=0x1168F,
168550 },
168551 [0x11690]={
168552  category="lo",
168553  description="TAKRI LETTER CHA",
168554  direction="l",
168555  linebreak="al",
168556  unicodeslot=0x11690,
168557 },
168558 [0x11691]={
168559  category="lo",
168560  description="TAKRI LETTER JA",
168561  direction="l",
168562  linebreak="al",
168563  unicodeslot=0x11691,
168564 },
168565 [0x11692]={
168566  category="lo",
168567  description="TAKRI LETTER JHA",
168568  direction="l",
168569  linebreak="al",
168570  unicodeslot=0x11692,
168571 },
168572 [0x11693]={
168573  category="lo",
168574  description="TAKRI LETTER NYA",
168575  direction="l",
168576  linebreak="al",
168577  unicodeslot=0x11693,
168578 },
168579 [0x11694]={
168580  category="lo",
168581  description="TAKRI LETTER TTA",
168582  direction="l",
168583  linebreak="al",
168584  unicodeslot=0x11694,
168585 },
168586 [0x11695]={
168587  category="lo",
168588  description="TAKRI LETTER TTHA",
168589  direction="l",
168590  linebreak="al",
168591  unicodeslot=0x11695,
168592 },
168593 [0x11696]={
168594  category="lo",
168595  description="TAKRI LETTER DDA",
168596  direction="l",
168597  linebreak="al",
168598  unicodeslot=0x11696,
168599 },
168600 [0x11697]={
168601  category="lo",
168602  description="TAKRI LETTER DDHA",
168603  direction="l",
168604  linebreak="al",
168605  unicodeslot=0x11697,
168606 },
168607 [0x11698]={
168608  category="lo",
168609  description="TAKRI LETTER NNA",
168610  direction="l",
168611  linebreak="al",
168612  unicodeslot=0x11698,
168613 },
168614 [0x11699]={
168615  category="lo",
168616  description="TAKRI LETTER TA",
168617  direction="l",
168618  linebreak="al",
168619  unicodeslot=0x11699,
168620 },
168621 [0x1169A]={
168622  category="lo",
168623  description="TAKRI LETTER THA",
168624  direction="l",
168625  linebreak="al",
168626  unicodeslot=0x1169A,
168627 },
168628 [0x1169B]={
168629  category="lo",
168630  description="TAKRI LETTER DA",
168631  direction="l",
168632  linebreak="al",
168633  unicodeslot=0x1169B,
168634 },
168635 [0x1169C]={
168636  category="lo",
168637  description="TAKRI LETTER DHA",
168638  direction="l",
168639  linebreak="al",
168640  unicodeslot=0x1169C,
168641 },
168642 [0x1169D]={
168643  category="lo",
168644  description="TAKRI LETTER NA",
168645  direction="l",
168646  linebreak="al",
168647  unicodeslot=0x1169D,
168648 },
168649 [0x1169E]={
168650  category="lo",
168651  description="TAKRI LETTER PA",
168652  direction="l",
168653  linebreak="al",
168654  unicodeslot=0x1169E,
168655 },
168656 [0x1169F]={
168657  category="lo",
168658  description="TAKRI LETTER PHA",
168659  direction="l",
168660  linebreak="al",
168661  unicodeslot=0x1169F,
168662 },
168663 [0x116A0]={
168664  category="lo",
168665  description="TAKRI LETTER BA",
168666  direction="l",
168667  linebreak="al",
168668  unicodeslot=0x116A0,
168669 },
168670 [0x116A1]={
168671  category="lo",
168672  description="TAKRI LETTER BHA",
168673  direction="l",
168674  linebreak="al",
168675  unicodeslot=0x116A1,
168676 },
168677 [0x116A2]={
168678  category="lo",
168679  description="TAKRI LETTER MA",
168680  direction="l",
168681  linebreak="al",
168682  unicodeslot=0x116A2,
168683 },
168684 [0x116A3]={
168685  category="lo",
168686  description="TAKRI LETTER YA",
168687  direction="l",
168688  linebreak="al",
168689  unicodeslot=0x116A3,
168690 },
168691 [0x116A4]={
168692  category="lo",
168693  description="TAKRI LETTER RA",
168694  direction="l",
168695  linebreak="al",
168696  unicodeslot=0x116A4,
168697 },
168698 [0x116A5]={
168699  category="lo",
168700  description="TAKRI LETTER LA",
168701  direction="l",
168702  linebreak="al",
168703  unicodeslot=0x116A5,
168704 },
168705 [0x116A6]={
168706  category="lo",
168707  description="TAKRI LETTER VA",
168708  direction="l",
168709  linebreak="al",
168710  unicodeslot=0x116A6,
168711 },
168712 [0x116A7]={
168713  category="lo",
168714  description="TAKRI LETTER SHA",
168715  direction="l",
168716  linebreak="al",
168717  unicodeslot=0x116A7,
168718 },
168719 [0x116A8]={
168720  category="lo",
168721  description="TAKRI LETTER SA",
168722  direction="l",
168723  linebreak="al",
168724  unicodeslot=0x116A8,
168725 },
168726 [0x116A9]={
168727  category="lo",
168728  description="TAKRI LETTER HA",
168729  direction="l",
168730  linebreak="al",
168731  unicodeslot=0x116A9,
168732 },
168733 [0x116AA]={
168734  category="lo",
168735  description="TAKRI LETTER RRA",
168736  direction="l",
168737  linebreak="al",
168738  unicodeslot=0x116AA,
168739 },
168740 [0x116AB]={
168741  category="mn",
168742  description="TAKRI SIGN ANUSVARA",
168743  direction="nsm",
168744  linebreak="cm",
168745  unicodeslot=0x116AB,
168746 },
168747 [0x116AC]={
168748  category="mc",
168749  description="TAKRI SIGN VISARGA",
168750  direction="l",
168751  linebreak="cm",
168752  unicodeslot=0x116AC,
168753 },
168754 [0x116AD]={
168755  category="mn",
168756  description="TAKRI VOWEL SIGN AA",
168757  direction="nsm",
168758  linebreak="cm",
168759  unicodeslot=0x116AD,
168760 },
168761 [0x116AE]={
168762  category="mc",
168763  description="TAKRI VOWEL SIGN I",
168764  direction="l",
168765  linebreak="cm",
168766  unicodeslot=0x116AE,
168767 },
168768 [0x116AF]={
168769  category="mc",
168770  description="TAKRI VOWEL SIGN II",
168771  direction="l",
168772  linebreak="cm",
168773  unicodeslot=0x116AF,
168774 },
168775 [0x116B0]={
168776  category="mn",
168777  description="TAKRI VOWEL SIGN U",
168778  direction="nsm",
168779  linebreak="cm",
168780  unicodeslot=0x116B0,
168781 },
168782 [0x116B1]={
168783  category="mn",
168784  description="TAKRI VOWEL SIGN UU",
168785  direction="nsm",
168786  linebreak="cm",
168787  unicodeslot=0x116B1,
168788 },
168789 [0x116B2]={
168790  category="mn",
168791  description="TAKRI VOWEL SIGN E",
168792  direction="nsm",
168793  linebreak="cm",
168794  unicodeslot=0x116B2,
168795 },
168796 [0x116B3]={
168797  category="mn",
168798  description="TAKRI VOWEL SIGN AI",
168799  direction="nsm",
168800  linebreak="cm",
168801  unicodeslot=0x116B3,
168802 },
168803 [0x116B4]={
168804  category="mn",
168805  description="TAKRI VOWEL SIGN O",
168806  direction="nsm",
168807  linebreak="cm",
168808  unicodeslot=0x116B4,
168809 },
168810 [0x116B5]={
168811  category="mn",
168812  description="TAKRI VOWEL SIGN AU",
168813  direction="nsm",
168814  linebreak="cm",
168815  unicodeslot=0x116B5,
168816 },
168817 [0x116B6]={
168818  category="mc",
168819  combining=0x9,
168820  description="TAKRI SIGN VIRAMA",
168821  direction="l",
168822  linebreak="cm",
168823  unicodeslot=0x116B6,
168824 },
168825 [0x116B7]={
168826  category="mn",
168827  combining=0x7,
168828  description="TAKRI SIGN NUKTA",
168829  direction="nsm",
168830  linebreak="cm",
168831  unicodeslot=0x116B7,
168832 },
168833 [0x116B8]={
168834  category="lo",
168835  description="TAKRI LETTER ARCHAIC KHA",
168836  direction="l",
168837  linebreak="al",
168838  unicodeslot=0x116B8,
168839 },
168840 [0x116B9]={
168841  category="po",
168842  description="TAKRI ABBREVIATION SIGN",
168843  direction="l",
168844  linebreak="al",
168845  unicodeslot=0x116B9,
168846 },
168847 [0x116C0]={
168848  category="nd",
168849  description="TAKRI DIGIT ZERO",
168850  direction="l",
168851  linebreak="nu",
168852  unicodeslot=0x116C0,
168853 },
168854 [0x116C1]={
168855  category="nd",
168856  description="TAKRI DIGIT ONE",
168857  direction="l",
168858  linebreak="nu",
168859  unicodeslot=0x116C1,
168860 },
168861 [0x116C2]={
168862  category="nd",
168863  description="TAKRI DIGIT TWO",
168864  direction="l",
168865  linebreak="nu",
168866  unicodeslot=0x116C2,
168867 },
168868 [0x116C3]={
168869  category="nd",
168870  description="TAKRI DIGIT THREE",
168871  direction="l",
168872  linebreak="nu",
168873  unicodeslot=0x116C3,
168874 },
168875 [0x116C4]={
168876  category="nd",
168877  description="TAKRI DIGIT FOUR",
168878  direction="l",
168879  linebreak="nu",
168880  unicodeslot=0x116C4,
168881 },
168882 [0x116C5]={
168883  category="nd",
168884  description="TAKRI DIGIT FIVE",
168885  direction="l",
168886  linebreak="nu",
168887  unicodeslot=0x116C5,
168888 },
168889 [0x116C6]={
168890  category="nd",
168891  description="TAKRI DIGIT SIX",
168892  direction="l",
168893  linebreak="nu",
168894  unicodeslot=0x116C6,
168895 },
168896 [0x116C7]={
168897  category="nd",
168898  description="TAKRI DIGIT SEVEN",
168899  direction="l",
168900  linebreak="nu",
168901  unicodeslot=0x116C7,
168902 },
168903 [0x116C8]={
168904  category="nd",
168905  description="TAKRI DIGIT EIGHT",
168906  direction="l",
168907  linebreak="nu",
168908  unicodeslot=0x116C8,
168909 },
168910 [0x116C9]={
168911  category="nd",
168912  description="TAKRI DIGIT NINE",
168913  direction="l",
168914  linebreak="nu",
168915  unicodeslot=0x116C9,
168916 },
168917 [0x11700]={
168918  category="lo",
168919  description="AHOM LETTER KA",
168920  direction="l",
168921  linebreak="sa",
168922  unicodeslot=0x11700,
168923 },
168924 [0x11701]={
168925  category="lo",
168926  description="AHOM LETTER KHA",
168927  direction="l",
168928  linebreak="sa",
168929  unicodeslot=0x11701,
168930 },
168931 [0x11702]={
168932  category="lo",
168933  description="AHOM LETTER NGA",
168934  direction="l",
168935  linebreak="sa",
168936  unicodeslot=0x11702,
168937 },
168938 [0x11703]={
168939  category="lo",
168940  description="AHOM LETTER NA",
168941  direction="l",
168942  linebreak="sa",
168943  unicodeslot=0x11703,
168944 },
168945 [0x11704]={
168946  category="lo",
168947  description="AHOM LETTER TA",
168948  direction="l",
168949  linebreak="sa",
168950  unicodeslot=0x11704,
168951 },
168952 [0x11705]={
168953  category="lo",
168954  description="AHOM LETTER ALTERNATE TA",
168955  direction="l",
168956  linebreak="sa",
168957  unicodeslot=0x11705,
168958 },
168959 [0x11706]={
168960  category="lo",
168961  description="AHOM LETTER PA",
168962  direction="l",
168963  linebreak="sa",
168964  unicodeslot=0x11706,
168965 },
168966 [0x11707]={
168967  category="lo",
168968  description="AHOM LETTER PHA",
168969  direction="l",
168970  linebreak="sa",
168971  unicodeslot=0x11707,
168972 },
168973 [0x11708]={
168974  category="lo",
168975  description="AHOM LETTER BA",
168976  direction="l",
168977  linebreak="sa",
168978  unicodeslot=0x11708,
168979 },
168980 [0x11709]={
168981  category="lo",
168982  description="AHOM LETTER MA",
168983  direction="l",
168984  linebreak="sa",
168985  unicodeslot=0x11709,
168986 },
168987 [0x1170A]={
168988  category="lo",
168989  description="AHOM LETTER JA",
168990  direction="l",
168991  linebreak="sa",
168992  unicodeslot=0x1170A,
168993 },
168994 [0x1170B]={
168995  category="lo",
168996  description="AHOM LETTER CHA",
168997  direction="l",
168998  linebreak="sa",
168999  unicodeslot=0x1170B,
169000 },
169001 [0x1170C]={
169002  category="lo",
169003  description="AHOM LETTER THA",
169004  direction="l",
169005  linebreak="sa",
169006  unicodeslot=0x1170C,
169007 },
169008 [0x1170D]={
169009  category="lo",
169010  description="AHOM LETTER RA",
169011  direction="l",
169012  linebreak="sa",
169013  unicodeslot=0x1170D,
169014 },
169015 [0x1170E]={
169016  category="lo",
169017  description="AHOM LETTER LA",
169018  direction="l",
169019  linebreak="sa",
169020  unicodeslot=0x1170E,
169021 },
169022 [0x1170F]={
169023  category="lo",
169024  description="AHOM LETTER SA",
169025  direction="l",
169026  linebreak="sa",
169027  unicodeslot=0x1170F,
169028 },
169029 [0x11710]={
169030  category="lo",
169031  description="AHOM LETTER NYA",
169032  direction="l",
169033  linebreak="sa",
169034  unicodeslot=0x11710,
169035 },
169036 [0x11711]={
169037  category="lo",
169038  description="AHOM LETTER HA",
169039  direction="l",
169040  linebreak="sa",
169041  unicodeslot=0x11711,
169042 },
169043 [0x11712]={
169044  category="lo",
169045  description="AHOM LETTER A",
169046  direction="l",
169047  linebreak="sa",
169048  unicodeslot=0x11712,
169049 },
169050 [0x11713]={
169051  category="lo",
169052  description="AHOM LETTER DA",
169053  direction="l",
169054  linebreak="sa",
169055  unicodeslot=0x11713,
169056 },
169057 [0x11714]={
169058  category="lo",
169059  description="AHOM LETTER DHA",
169060  direction="l",
169061  linebreak="sa",
169062  unicodeslot=0x11714,
169063 },
169064 [0x11715]={
169065  category="lo",
169066  description="AHOM LETTER GA",
169067  direction="l",
169068  linebreak="sa",
169069  unicodeslot=0x11715,
169070 },
169071 [0x11716]={
169072  category="lo",
169073  description="AHOM LETTER ALTERNATE GA",
169074  direction="l",
169075  linebreak="sa",
169076  unicodeslot=0x11716,
169077 },
169078 [0x11717]={
169079  category="lo",
169080  description="AHOM LETTER GHA",
169081  direction="l",
169082  linebreak="sa",
169083  unicodeslot=0x11717,
169084 },
169085 [0x11718]={
169086  category="lo",
169087  description="AHOM LETTER BHA",
169088  direction="l",
169089  linebreak="sa",
169090  unicodeslot=0x11718,
169091 },
169092 [0x11719]={
169093  category="lo",
169094  description="AHOM LETTER JHA",
169095  direction="l",
169096  linebreak="sa",
169097  unicodeslot=0x11719,
169098 },
169099 [0x1171A]={
169100  category="lo",
169101  description="AHOM LETTER ALTERNATE BA",
169102  direction="l",
169103  linebreak="sa",
169104  unicodeslot=0x1171A,
169105 },
169106 [0x1171D]={
169107  category="mn",
169108  description="AHOM CONSONANT SIGN MEDIAL LA",
169109  direction="nsm",
169110  linebreak="sa",
169111  unicodeslot=0x1171D,
169112 },
169113 [0x1171E]={
169114  category="mn",
169115  description="AHOM CONSONANT SIGN MEDIAL RA",
169116  direction="nsm",
169117  linebreak="sa",
169118  unicodeslot=0x1171E,
169119 },
169120 [0x1171F]={
169121  category="mn",
169122  description="AHOM CONSONANT SIGN MEDIAL LIGATING RA",
169123  direction="nsm",
169124  linebreak="sa",
169125  unicodeslot=0x1171F,
169126 },
169127 [0x11720]={
169128  category="mc",
169129  description="AHOM VOWEL SIGN A",
169130  direction="l",
169131  linebreak="sa",
169132  unicodeslot=0x11720,
169133 },
169134 [0x11721]={
169135  category="mc",
169136  description="AHOM VOWEL SIGN AA",
169137  direction="l",
169138  linebreak="sa",
169139  unicodeslot=0x11721,
169140 },
169141 [0x11722]={
169142  category="mn",
169143  description="AHOM VOWEL SIGN I",
169144  direction="nsm",
169145  linebreak="sa",
169146  unicodeslot=0x11722,
169147 },
169148 [0x11723]={
169149  category="mn",
169150  description="AHOM VOWEL SIGN II",
169151  direction="nsm",
169152  linebreak="sa",
169153  unicodeslot=0x11723,
169154 },
169155 [0x11724]={
169156  category="mn",
169157  description="AHOM VOWEL SIGN U",
169158  direction="nsm",
169159  linebreak="sa",
169160  unicodeslot=0x11724,
169161 },
169162 [0x11725]={
169163  category="mn",
169164  description="AHOM VOWEL SIGN UU",
169165  direction="nsm",
169166  linebreak="sa",
169167  unicodeslot=0x11725,
169168 },
169169 [0x11726]={
169170  category="mc",
169171  description="AHOM VOWEL SIGN E",
169172  direction="l",
169173  linebreak="sa",
169174  unicodeslot=0x11726,
169175 },
169176 [0x11727]={
169177  category="mn",
169178  description="AHOM VOWEL SIGN AW",
169179  direction="nsm",
169180  linebreak="sa",
169181  unicodeslot=0x11727,
169182 },
169183 [0x11728]={
169184  category="mn",
169185  description="AHOM VOWEL SIGN O",
169186  direction="nsm",
169187  linebreak="sa",
169188  unicodeslot=0x11728,
169189 },
169190 [0x11729]={
169191  category="mn",
169192  description="AHOM VOWEL SIGN AI",
169193  direction="nsm",
169194  linebreak="sa",
169195  unicodeslot=0x11729,
169196 },
169197 [0x1172A]={
169198  category="mn",
169199  description="AHOM VOWEL SIGN AM",
169200  direction="nsm",
169201  linebreak="sa",
169202  unicodeslot=0x1172A,
169203 },
169204 [0x1172B]={
169205  category="mn",
169206  combining=0x9,
169207  description="AHOM SIGN KILLER",
169208  direction="nsm",
169209  linebreak="sa",
169210  unicodeslot=0x1172B,
169211 },
169212 [0x11730]={
169213  category="nd",
169214  description="AHOM DIGIT ZERO",
169215  direction="l",
169216  linebreak="nu",
169217  unicodeslot=0x11730,
169218 },
169219 [0x11731]={
169220  category="nd",
169221  description="AHOM DIGIT ONE",
169222  direction="l",
169223  linebreak="nu",
169224  unicodeslot=0x11731,
169225 },
169226 [0x11732]={
169227  category="nd",
169228  description="AHOM DIGIT TWO",
169229  direction="l",
169230  linebreak="nu",
169231  unicodeslot=0x11732,
169232 },
169233 [0x11733]={
169234  category="nd",
169235  description="AHOM DIGIT THREE",
169236  direction="l",
169237  linebreak="nu",
169238  unicodeslot=0x11733,
169239 },
169240 [0x11734]={
169241  category="nd",
169242  description="AHOM DIGIT FOUR",
169243  direction="l",
169244  linebreak="nu",
169245  unicodeslot=0x11734,
169246 },
169247 [0x11735]={
169248  category="nd",
169249  description="AHOM DIGIT FIVE",
169250  direction="l",
169251  linebreak="nu",
169252  unicodeslot=0x11735,
169253 },
169254 [0x11736]={
169255  category="nd",
169256  description="AHOM DIGIT SIX",
169257  direction="l",
169258  linebreak="nu",
169259  unicodeslot=0x11736,
169260 },
169261 [0x11737]={
169262  category="nd",
169263  description="AHOM DIGIT SEVEN",
169264  direction="l",
169265  linebreak="nu",
169266  unicodeslot=0x11737,
169267 },
169268 [0x11738]={
169269  category="nd",
169270  description="AHOM DIGIT EIGHT",
169271  direction="l",
169272  linebreak="nu",
169273  unicodeslot=0x11738,
169274 },
169275 [0x11739]={
169276  category="nd",
169277  description="AHOM DIGIT NINE",
169278  direction="l",
169279  linebreak="nu",
169280  unicodeslot=0x11739,
169281 },
169282 [0x1173A]={
169283  category="no",
169284  description="AHOM NUMBER TEN",
169285  direction="l",
169286  linebreak="sa",
169287  unicodeslot=0x1173A,
169288 },
169289 [0x1173B]={
169290  category="no",
169291  description="AHOM NUMBER TWENTY",
169292  direction="l",
169293  linebreak="sa",
169294  unicodeslot=0x1173B,
169295 },
169296 [0x1173C]={
169297  category="po",
169298  description="AHOM SIGN SMALL SECTION",
169299  direction="l",
169300  linebreak="ba",
169301  unicodeslot=0x1173C,
169302 },
169303 [0x1173D]={
169304  category="po",
169305  description="AHOM SIGN SECTION",
169306  direction="l",
169307  linebreak="ba",
169308  unicodeslot=0x1173D,
169309 },
169310 [0x1173E]={
169311  category="po",
169312  description="AHOM SIGN RULAI",
169313  direction="l",
169314  linebreak="ba",
169315  unicodeslot=0x1173E,
169316 },
169317 [0x1173F]={
169318  category="so",
169319  description="AHOM SYMBOL VI",
169320  direction="l",
169321  linebreak="sa",
169322  unicodeslot=0x1173F,
169323 },
169324 [0x11740]={
169325  category="lo",
169326  description="AHOM LETTER CA",
169327  direction="l",
169328  linebreak="sa",
169329  unicodeslot=0x11740,
169330 },
169331 [0x11741]={
169332  category="lo",
169333  description="AHOM LETTER TTA",
169334  direction="l",
169335  linebreak="sa",
169336  unicodeslot=0x11741,
169337 },
169338 [0x11742]={
169339  category="lo",
169340  description="AHOM LETTER TTHA",
169341  direction="l",
169342  linebreak="sa",
169343  unicodeslot=0x11742,
169344 },
169345 [0x11743]={
169346  category="lo",
169347  description="AHOM LETTER DDA",
169348  direction="l",
169349  linebreak="sa",
169350  unicodeslot=0x11743,
169351 },
169352 [0x11744]={
169353  category="lo",
169354  description="AHOM LETTER DDHA",
169355  direction="l",
169356  linebreak="sa",
169357  unicodeslot=0x11744,
169358 },
169359 [0x11745]={
169360  category="lo",
169361  description="AHOM LETTER NNA",
169362  direction="l",
169363  linebreak="sa",
169364  unicodeslot=0x11745,
169365 },
169366 [0x11746]={
169367  category="lo",
169368  description="AHOM LETTER LLA",
169369  direction="l",
169370  linebreak="sa",
169371  unicodeslot=0x11746,
169372 },
169373 [0x11800]={
169374  category="lo",
169375  description="DOGRA LETTER A",
169376  direction="l",
169377  linebreak="al",
169378  unicodeslot=0x11800,
169379 },
169380 [0x11801]={
169381  category="lo",
169382  description="DOGRA LETTER AA",
169383  direction="l",
169384  linebreak="al",
169385  unicodeslot=0x11801,
169386 },
169387 [0x11802]={
169388  category="lo",
169389  description="DOGRA LETTER I",
169390  direction="l",
169391  linebreak="al",
169392  unicodeslot=0x11802,
169393 },
169394 [0x11803]={
169395  category="lo",
169396  description="DOGRA LETTER II",
169397  direction="l",
169398  linebreak="al",
169399  unicodeslot=0x11803,
169400 },
169401 [0x11804]={
169402  category="lo",
169403  description="DOGRA LETTER U",
169404  direction="l",
169405  linebreak="al",
169406  unicodeslot=0x11804,
169407 },
169408 [0x11805]={
169409  category="lo",
169410  description="DOGRA LETTER UU",
169411  direction="l",
169412  linebreak="al",
169413  unicodeslot=0x11805,
169414 },
169415 [0x11806]={
169416  category="lo",
169417  description="DOGRA LETTER E",
169418  direction="l",
169419  linebreak="al",
169420  unicodeslot=0x11806,
169421 },
169422 [0x11807]={
169423  category="lo",
169424  description="DOGRA LETTER AI",
169425  direction="l",
169426  linebreak="al",
169427  unicodeslot=0x11807,
169428 },
169429 [0x11808]={
169430  category="lo",
169431  description="DOGRA LETTER O",
169432  direction="l",
169433  linebreak="al",
169434  unicodeslot=0x11808,
169435 },
169436 [0x11809]={
169437  category="lo",
169438  description="DOGRA LETTER AU",
169439  direction="l",
169440  linebreak="al",
169441  unicodeslot=0x11809,
169442 },
169443 [0x1180A]={
169444  category="lo",
169445  description="DOGRA LETTER KA",
169446  direction="l",
169447  linebreak="al",
169448  unicodeslot=0x1180A,
169449 },
169450 [0x1180B]={
169451  category="lo",
169452  description="DOGRA LETTER KHA",
169453  direction="l",
169454  linebreak="al",
169455  unicodeslot=0x1180B,
169456 },
169457 [0x1180C]={
169458  category="lo",
169459  description="DOGRA LETTER GA",
169460  direction="l",
169461  linebreak="al",
169462  unicodeslot=0x1180C,
169463 },
169464 [0x1180D]={
169465  category="lo",
169466  description="DOGRA LETTER GHA",
169467  direction="l",
169468  linebreak="al",
169469  unicodeslot=0x1180D,
169470 },
169471 [0x1180E]={
169472  category="lo",
169473  description="DOGRA LETTER NGA",
169474  direction="l",
169475  linebreak="al",
169476  unicodeslot=0x1180E,
169477 },
169478 [0x1180F]={
169479  category="lo",
169480  description="DOGRA LETTER CA",
169481  direction="l",
169482  linebreak="al",
169483  unicodeslot=0x1180F,
169484 },
169485 [0x11810]={
169486  category="lo",
169487  description="DOGRA LETTER CHA",
169488  direction="l",
169489  linebreak="al",
169490  unicodeslot=0x11810,
169491 },
169492 [0x11811]={
169493  category="lo",
169494  description="DOGRA LETTER JA",
169495  direction="l",
169496  linebreak="al",
169497  unicodeslot=0x11811,
169498 },
169499 [0x11812]={
169500  category="lo",
169501  description="DOGRA LETTER JHA",
169502  direction="l",
169503  linebreak="al",
169504  unicodeslot=0x11812,
169505 },
169506 [0x11813]={
169507  category="lo",
169508  description="DOGRA LETTER NYA",
169509  direction="l",
169510  linebreak="al",
169511  unicodeslot=0x11813,
169512 },
169513 [0x11814]={
169514  category="lo",
169515  description="DOGRA LETTER TTA",
169516  direction="l",
169517  linebreak="al",
169518  unicodeslot=0x11814,
169519 },
169520 [0x11815]={
169521  category="lo",
169522  description="DOGRA LETTER TTHA",
169523  direction="l",
169524  linebreak="al",
169525  unicodeslot=0x11815,
169526 },
169527 [0x11816]={
169528  category="lo",
169529  description="DOGRA LETTER DDA",
169530  direction="l",
169531  linebreak="al",
169532  unicodeslot=0x11816,
169533 },
169534 [0x11817]={
169535  category="lo",
169536  description="DOGRA LETTER DDHA",
169537  direction="l",
169538  linebreak="al",
169539  unicodeslot=0x11817,
169540 },
169541 [0x11818]={
169542  category="lo",
169543  description="DOGRA LETTER NNA",
169544  direction="l",
169545  linebreak="al",
169546  unicodeslot=0x11818,
169547 },
169548 [0x11819]={
169549  category="lo",
169550  description="DOGRA LETTER TA",
169551  direction="l",
169552  linebreak="al",
169553  unicodeslot=0x11819,
169554 },
169555 [0x1181A]={
169556  category="lo",
169557  description="DOGRA LETTER THA",
169558  direction="l",
169559  linebreak="al",
169560  unicodeslot=0x1181A,
169561 },
169562 [0x1181B]={
169563  category="lo",
169564  description="DOGRA LETTER DA",
169565  direction="l",
169566  linebreak="al",
169567  unicodeslot=0x1181B,
169568 },
169569 [0x1181C]={
169570  category="lo",
169571  description="DOGRA LETTER DHA",
169572  direction="l",
169573  linebreak="al",
169574  unicodeslot=0x1181C,
169575 },
169576 [0x1181D]={
169577  category="lo",
169578  description="DOGRA LETTER NA",
169579  direction="l",
169580  linebreak="al",
169581  unicodeslot=0x1181D,
169582 },
169583 [0x1181E]={
169584  category="lo",
169585  description="DOGRA LETTER PA",
169586  direction="l",
169587  linebreak="al",
169588  unicodeslot=0x1181E,
169589 },
169590 [0x1181F]={
169591  category="lo",
169592  description="DOGRA LETTER PHA",
169593  direction="l",
169594  linebreak="al",
169595  unicodeslot=0x1181F,
169596 },
169597 [0x11820]={
169598  category="lo",
169599  description="DOGRA LETTER BA",
169600  direction="l",
169601  linebreak="al",
169602  unicodeslot=0x11820,
169603 },
169604 [0x11821]={
169605  category="lo",
169606  description="DOGRA LETTER BHA",
169607  direction="l",
169608  linebreak="al",
169609  unicodeslot=0x11821,
169610 },
169611 [0x11822]={
169612  category="lo",
169613  description="DOGRA LETTER MA",
169614  direction="l",
169615  linebreak="al",
169616  unicodeslot=0x11822,
169617 },
169618 [0x11823]={
169619  category="lo",
169620  description="DOGRA LETTER YA",
169621  direction="l",
169622  linebreak="al",
169623  unicodeslot=0x11823,
169624 },
169625 [0x11824]={
169626  category="lo",
169627  description="DOGRA LETTER RA",
169628  direction="l",
169629  linebreak="al",
169630  unicodeslot=0x11824,
169631 },
169632 [0x11825]={
169633  category="lo",
169634  description="DOGRA LETTER LA",
169635  direction="l",
169636  linebreak="al",
169637  unicodeslot=0x11825,
169638 },
169639 [0x11826]={
169640  category="lo",
169641  description="DOGRA LETTER VA",
169642  direction="l",
169643  linebreak="al",
169644  unicodeslot=0x11826,
169645 },
169646 [0x11827]={
169647  category="lo",
169648  description="DOGRA LETTER SHA",
169649  direction="l",
169650  linebreak="al",
169651  unicodeslot=0x11827,
169652 },
169653 [0x11828]={
169654  category="lo",
169655  description="DOGRA LETTER SSA",
169656  direction="l",
169657  linebreak="al",
169658  unicodeslot=0x11828,
169659 },
169660 [0x11829]={
169661  category="lo",
169662  description="DOGRA LETTER SA",
169663  direction="l",
169664  linebreak="al",
169665  unicodeslot=0x11829,
169666 },
169667 [0x1182A]={
169668  category="lo",
169669  description="DOGRA LETTER HA",
169670  direction="l",
169671  linebreak="al",
169672  unicodeslot=0x1182A,
169673 },
169674 [0x1182B]={
169675  category="lo",
169676  description="DOGRA LETTER RRA",
169677  direction="l",
169678  linebreak="al",
169679  unicodeslot=0x1182B,
169680 },
169681 [0x1182C]={
169682  category="mc",
169683  description="DOGRA VOWEL SIGN AA",
169684  direction="l",
169685  linebreak="cm",
169686  unicodeslot=0x1182C,
169687 },
169688 [0x1182D]={
169689  category="mc",
169690  description="DOGRA VOWEL SIGN I",
169691  direction="l",
169692  linebreak="cm",
169693  unicodeslot=0x1182D,
169694 },
169695 [0x1182E]={
169696  category="mc",
169697  description="DOGRA VOWEL SIGN II",
169698  direction="l",
169699  linebreak="cm",
169700  unicodeslot=0x1182E,
169701 },
169702 [0x1182F]={
169703  category="mn",
169704  description="DOGRA VOWEL SIGN U",
169705  direction="nsm",
169706  linebreak="cm",
169707  unicodeslot=0x1182F,
169708 },
169709 [0x11830]={
169710  category="mn",
169711  description="DOGRA VOWEL SIGN UU",
169712  direction="nsm",
169713  linebreak="cm",
169714  unicodeslot=0x11830,
169715 },
169716 [0x11831]={
169717  category="mn",
169718  description="DOGRA VOWEL SIGN VOCALIC R",
169719  direction="nsm",
169720  linebreak="cm",
169721  unicodeslot=0x11831,
169722 },
169723 [0x11832]={
169724  category="mn",
169725  description="DOGRA VOWEL SIGN VOCALIC RR",
169726  direction="nsm",
169727  linebreak="cm",
169728  unicodeslot=0x11832,
169729 },
169730 [0x11833]={
169731  category="mn",
169732  description="DOGRA VOWEL SIGN E",
169733  direction="nsm",
169734  linebreak="cm",
169735  unicodeslot=0x11833,
169736 },
169737 [0x11834]={
169738  category="mn",
169739  description="DOGRA VOWEL SIGN AI",
169740  direction="nsm",
169741  linebreak="cm",
169742  unicodeslot=0x11834,
169743 },
169744 [0x11835]={
169745  category="mn",
169746  description="DOGRA VOWEL SIGN O",
169747  direction="nsm",
169748  linebreak="cm",
169749  unicodeslot=0x11835,
169750 },
169751 [0x11836]={
169752  category="mn",
169753  description="DOGRA VOWEL SIGN AU",
169754  direction="nsm",
169755  linebreak="cm",
169756  unicodeslot=0x11836,
169757 },
169758 [0x11837]={
169759  category="mn",
169760  description="DOGRA SIGN ANUSVARA",
169761  direction="nsm",
169762  linebreak="cm",
169763  unicodeslot=0x11837,
169764 },
169765 [0x11838]={
169766  category="mc",
169767  description="DOGRA SIGN VISARGA",
169768  direction="l",
169769  linebreak="cm",
169770  unicodeslot=0x11838,
169771 },
169772 [0x11839]={
169773  category="mn",
169774  combining=0x9,
169775  description="DOGRA SIGN VIRAMA",
169776  direction="nsm",
169777  linebreak="cm",
169778  unicodeslot=0x11839,
169779 },
169780 [0x1183A]={
169781  category="mn",
169782  combining=0x7,
169783  description="DOGRA SIGN NUKTA",
169784  direction="nsm",
169785  linebreak="cm",
169786  unicodeslot=0x1183A,
169787 },
169788 [0x1183B]={
169789  category="po",
169790  description="DOGRA ABBREVIATION SIGN",
169791  direction="l",
169792  linebreak="al",
169793  unicodeslot=0x1183B,
169794 },
169795 [0x118A0]={
169796  category="lu",
169797  description="WARANG CITI CAPITAL LETTER NGAA",
169798  direction="l",
169799  lccode=0x118C0,
169800  linebreak="al",
169801  unicodeslot=0x118A0,
169802 },
169803 [0x118A1]={
169804  category="lu",
169805  description="WARANG CITI CAPITAL LETTER A",
169806  direction="l",
169807  lccode=0x118C1,
169808  linebreak="al",
169809  unicodeslot=0x118A1,
169810 },
169811 [0x118A2]={
169812  category="lu",
169813  description="WARANG CITI CAPITAL LETTER WI",
169814  direction="l",
169815  lccode=0x118C2,
169816  linebreak="al",
169817  unicodeslot=0x118A2,
169818 },
169819 [0x118A3]={
169820  category="lu",
169821  description="WARANG CITI CAPITAL LETTER YU",
169822  direction="l",
169823  lccode=0x118C3,
169824  linebreak="al",
169825  unicodeslot=0x118A3,
169826 },
169827 [0x118A4]={
169828  category="lu",
169829  description="WARANG CITI CAPITAL LETTER YA",
169830  direction="l",
169831  lccode=0x118C4,
169832  linebreak="al",
169833  unicodeslot=0x118A4,
169834 },
169835 [0x118A5]={
169836  category="lu",
169837  description="WARANG CITI CAPITAL LETTER YO",
169838  direction="l",
169839  lccode=0x118C5,
169840  linebreak="al",
169841  unicodeslot=0x118A5,
169842 },
169843 [0x118A6]={
169844  category="lu",
169845  description="WARANG CITI CAPITAL LETTER II",
169846  direction="l",
169847  lccode=0x118C6,
169848  linebreak="al",
169849  unicodeslot=0x118A6,
169850 },
169851 [0x118A7]={
169852  category="lu",
169853  description="WARANG CITI CAPITAL LETTER UU",
169854  direction="l",
169855  lccode=0x118C7,
169856  linebreak="al",
169857  unicodeslot=0x118A7,
169858 },
169859 [0x118A8]={
169860  category="lu",
169861  description="WARANG CITI CAPITAL LETTER E",
169862  direction="l",
169863  lccode=0x118C8,
169864  linebreak="al",
169865  unicodeslot=0x118A8,
169866 },
169867 [0x118A9]={
169868  category="lu",
169869  description="WARANG CITI CAPITAL LETTER O",
169870  direction="l",
169871  lccode=0x118C9,
169872  linebreak="al",
169873  unicodeslot=0x118A9,
169874 },
169875 [0x118AA]={
169876  category="lu",
169877  description="WARANG CITI CAPITAL LETTER ANG",
169878  direction="l",
169879  lccode=0x118CA,
169880  linebreak="al",
169881  unicodeslot=0x118AA,
169882 },
169883 [0x118AB]={
169884  category="lu",
169885  description="WARANG CITI CAPITAL LETTER GA",
169886  direction="l",
169887  lccode=0x118CB,
169888  linebreak="al",
169889  unicodeslot=0x118AB,
169890 },
169891 [0x118AC]={
169892  category="lu",
169893  description="WARANG CITI CAPITAL LETTER KO",
169894  direction="l",
169895  lccode=0x118CC,
169896  linebreak="al",
169897  unicodeslot=0x118AC,
169898 },
169899 [0x118AD]={
169900  category="lu",
169901  description="WARANG CITI CAPITAL LETTER ENY",
169902  direction="l",
169903  lccode=0x118CD,
169904  linebreak="al",
169905  unicodeslot=0x118AD,
169906 },
169907 [0x118AE]={
169908  category="lu",
169909  description="WARANG CITI CAPITAL LETTER YUJ",
169910  direction="l",
169911  lccode=0x118CE,
169912  linebreak="al",
169913  unicodeslot=0x118AE,
169914 },
169915 [0x118AF]={
169916  category="lu",
169917  description="WARANG CITI CAPITAL LETTER UC",
169918  direction="l",
169919  lccode=0x118CF,
169920  linebreak="al",
169921  unicodeslot=0x118AF,
169922 },
169923 [0x118B0]={
169924  category="lu",
169925  description="WARANG CITI CAPITAL LETTER ENN",
169926  direction="l",
169927  lccode=0x118D0,
169928  linebreak="al",
169929  unicodeslot=0x118B0,
169930 },
169931 [0x118B1]={
169932  category="lu",
169933  description="WARANG CITI CAPITAL LETTER ODD",
169934  direction="l",
169935  lccode=0x118D1,
169936  linebreak="al",
169937  unicodeslot=0x118B1,
169938 },
169939 [0x118B2]={
169940  category="lu",
169941  description="WARANG CITI CAPITAL LETTER TTE",
169942  direction="l",
169943  lccode=0x118D2,
169944  linebreak="al",
169945  unicodeslot=0x118B2,
169946 },
169947 [0x118B3]={
169948  category="lu",
169949  description="WARANG CITI CAPITAL LETTER NUNG",
169950  direction="l",
169951  lccode=0x118D3,
169952  linebreak="al",
169953  unicodeslot=0x118B3,
169954 },
169955 [0x118B4]={
169956  category="lu",
169957  description="WARANG CITI CAPITAL LETTER DA",
169958  direction="l",
169959  lccode=0x118D4,
169960  linebreak="al",
169961  unicodeslot=0x118B4,
169962 },
169963 [0x118B5]={
169964  category="lu",
169965  description="WARANG CITI CAPITAL LETTER AT",
169966  direction="l",
169967  lccode=0x118D5,
169968  linebreak="al",
169969  unicodeslot=0x118B5,
169970 },
169971 [0x118B6]={
169972  category="lu",
169973  description="WARANG CITI CAPITAL LETTER AM",
169974  direction="l",
169975  lccode=0x118D6,
169976  linebreak="al",
169977  unicodeslot=0x118B6,
169978 },
169979 [0x118B7]={
169980  category="lu",
169981  description="WARANG CITI CAPITAL LETTER BU",
169982  direction="l",
169983  lccode=0x118D7,
169984  linebreak="al",
169985  unicodeslot=0x118B7,
169986 },
169987 [0x118B8]={
169988  category="lu",
169989  description="WARANG CITI CAPITAL LETTER PU",
169990  direction="l",
169991  lccode=0x118D8,
169992  linebreak="al",
169993  unicodeslot=0x118B8,
169994 },
169995 [0x118B9]={
169996  category="lu",
169997  description="WARANG CITI CAPITAL LETTER HIYO",
169998  direction="l",
169999  lccode=0x118D9,
170000  linebreak="al",
170001  unicodeslot=0x118B9,
170002 },
170003 [0x118BA]={
170004  category="lu",
170005  description="WARANG CITI CAPITAL LETTER HOLO",
170006  direction="l",
170007  lccode=0x118DA,
170008  linebreak="al",
170009  unicodeslot=0x118BA,
170010 },
170011 [0x118BB]={
170012  category="lu",
170013  description="WARANG CITI CAPITAL LETTER HORR",
170014  direction="l",
170015  lccode=0x118DB,
170016  linebreak="al",
170017  unicodeslot=0x118BB,
170018 },
170019 [0x118BC]={
170020  category="lu",
170021  description="WARANG CITI CAPITAL LETTER HAR",
170022  direction="l",
170023  lccode=0x118DC,
170024  linebreak="al",
170025  unicodeslot=0x118BC,
170026 },
170027 [0x118BD]={
170028  category="lu",
170029  description="WARANG CITI CAPITAL LETTER SSUU",
170030  direction="l",
170031  lccode=0x118DD,
170032  linebreak="al",
170033  unicodeslot=0x118BD,
170034 },
170035 [0x118BE]={
170036  category="lu",
170037  description="WARANG CITI CAPITAL LETTER SII",
170038  direction="l",
170039  lccode=0x118DE,
170040  linebreak="al",
170041  unicodeslot=0x118BE,
170042 },
170043 [0x118BF]={
170044  category="lu",
170045  description="WARANG CITI CAPITAL LETTER VIYO",
170046  direction="l",
170047  lccode=0x118DF,
170048  linebreak="al",
170049  unicodeslot=0x118BF,
170050 },
170051 [0x118C0]={
170052  category="ll",
170053  description="WARANG CITI SMALL LETTER NGAA",
170054  direction="l",
170055  linebreak="al",
170056  unicodeslot=0x118C0,
170057 },
170058 [0x118C1]={
170059  category="ll",
170060  description="WARANG CITI SMALL LETTER A",
170061  direction="l",
170062  linebreak="al",
170063  unicodeslot=0x118C1,
170064 },
170065 [0x118C2]={
170066  category="ll",
170067  description="WARANG CITI SMALL LETTER WI",
170068  direction="l",
170069  linebreak="al",
170070  unicodeslot=0x118C2,
170071 },
170072 [0x118C3]={
170073  category="ll",
170074  description="WARANG CITI SMALL LETTER YU",
170075  direction="l",
170076  linebreak="al",
170077  unicodeslot=0x118C3,
170078 },
170079 [0x118C4]={
170080  category="ll",
170081  description="WARANG CITI SMALL LETTER YA",
170082  direction="l",
170083  linebreak="al",
170084  unicodeslot=0x118C4,
170085 },
170086 [0x118C5]={
170087  category="ll",
170088  description="WARANG CITI SMALL LETTER YO",
170089  direction="l",
170090  linebreak="al",
170091  unicodeslot=0x118C5,
170092 },
170093 [0x118C6]={
170094  category="ll",
170095  description="WARANG CITI SMALL LETTER II",
170096  direction="l",
170097  linebreak="al",
170098  unicodeslot=0x118C6,
170099 },
170100 [0x118C7]={
170101  category="ll",
170102  description="WARANG CITI SMALL LETTER UU",
170103  direction="l",
170104  linebreak="al",
170105  unicodeslot=0x118C7,
170106 },
170107 [0x118C8]={
170108  category="ll",
170109  description="WARANG CITI SMALL LETTER E",
170110  direction="l",
170111  linebreak="al",
170112  unicodeslot=0x118C8,
170113 },
170114 [0x118C9]={
170115  category="ll",
170116  description="WARANG CITI SMALL LETTER O",
170117  direction="l",
170118  linebreak="al",
170119  unicodeslot=0x118C9,
170120 },
170121 [0x118CA]={
170122  category="ll",
170123  description="WARANG CITI SMALL LETTER ANG",
170124  direction="l",
170125  linebreak="al",
170126  unicodeslot=0x118CA,
170127 },
170128 [0x118CB]={
170129  category="ll",
170130  description="WARANG CITI SMALL LETTER GA",
170131  direction="l",
170132  linebreak="al",
170133  unicodeslot=0x118CB,
170134 },
170135 [0x118CC]={
170136  category="ll",
170137  description="WARANG CITI SMALL LETTER KO",
170138  direction="l",
170139  linebreak="al",
170140  unicodeslot=0x118CC,
170141 },
170142 [0x118CD]={
170143  category="ll",
170144  description="WARANG CITI SMALL LETTER ENY",
170145  direction="l",
170146  linebreak="al",
170147  unicodeslot=0x118CD,
170148 },
170149 [0x118CE]={
170150  category="ll",
170151  description="WARANG CITI SMALL LETTER YUJ",
170152  direction="l",
170153  linebreak="al",
170154  unicodeslot=0x118CE,
170155 },
170156 [0x118CF]={
170157  category="ll",
170158  description="WARANG CITI SMALL LETTER UC",
170159  direction="l",
170160  linebreak="al",
170161  unicodeslot=0x118CF,
170162 },
170163 [0x118D0]={
170164  category="ll",
170165  description="WARANG CITI SMALL LETTER ENN",
170166  direction="l",
170167  linebreak="al",
170168  unicodeslot=0x118D0,
170169 },
170170 [0x118D1]={
170171  category="ll",
170172  description="WARANG CITI SMALL LETTER ODD",
170173  direction="l",
170174  linebreak="al",
170175  unicodeslot=0x118D1,
170176 },
170177 [0x118D2]={
170178  category="ll",
170179  description="WARANG CITI SMALL LETTER TTE",
170180  direction="l",
170181  linebreak="al",
170182  unicodeslot=0x118D2,
170183 },
170184 [0x118D3]={
170185  category="ll",
170186  description="WARANG CITI SMALL LETTER NUNG",
170187  direction="l",
170188  linebreak="al",
170189  unicodeslot=0x118D3,
170190 },
170191 [0x118D4]={
170192  category="ll",
170193  description="WARANG CITI SMALL LETTER DA",
170194  direction="l",
170195  linebreak="al",
170196  unicodeslot=0x118D4,
170197 },
170198 [0x118D5]={
170199  category="ll",
170200  description="WARANG CITI SMALL LETTER AT",
170201  direction="l",
170202  linebreak="al",
170203  unicodeslot=0x118D5,
170204 },
170205 [0x118D6]={
170206  category="ll",
170207  description="WARANG CITI SMALL LETTER AM",
170208  direction="l",
170209  linebreak="al",
170210  unicodeslot=0x118D6,
170211 },
170212 [0x118D7]={
170213  category="ll",
170214  description="WARANG CITI SMALL LETTER BU",
170215  direction="l",
170216  linebreak="al",
170217  unicodeslot=0x118D7,
170218 },
170219 [0x118D8]={
170220  category="ll",
170221  description="WARANG CITI SMALL LETTER PU",
170222  direction="l",
170223  linebreak="al",
170224  unicodeslot=0x118D8,
170225 },
170226 [0x118D9]={
170227  category="ll",
170228  description="WARANG CITI SMALL LETTER HIYO",
170229  direction="l",
170230  linebreak="al",
170231  unicodeslot=0x118D9,
170232 },
170233 [0x118DA]={
170234  category="ll",
170235  description="WARANG CITI SMALL LETTER HOLO",
170236  direction="l",
170237  linebreak="al",
170238  unicodeslot=0x118DA,
170239 },
170240 [0x118DB]={
170241  category="ll",
170242  description="WARANG CITI SMALL LETTER HORR",
170243  direction="l",
170244  linebreak="al",
170245  unicodeslot=0x118DB,
170246 },
170247 [0x118DC]={
170248  category="ll",
170249  description="WARANG CITI SMALL LETTER HAR",
170250  direction="l",
170251  linebreak="al",
170252  unicodeslot=0x118DC,
170253 },
170254 [0x118DD]={
170255  category="ll",
170256  description="WARANG CITI SMALL LETTER SSUU",
170257  direction="l",
170258  linebreak="al",
170259  unicodeslot=0x118DD,
170260 },
170261 [0x118DE]={
170262  category="ll",
170263  description="WARANG CITI SMALL LETTER SII",
170264  direction="l",
170265  linebreak="al",
170266  unicodeslot=0x118DE,
170267 },
170268 [0x118DF]={
170269  category="ll",
170270  description="WARANG CITI SMALL LETTER VIYO",
170271  direction="l",
170272  linebreak="al",
170273  unicodeslot=0x118DF,
170274 },
170275 [0x118E0]={
170276  category="nd",
170277  description="WARANG CITI DIGIT ZERO",
170278  direction="l",
170279  linebreak="nu",
170280  unicodeslot=0x118E0,
170281 },
170282 [0x118E1]={
170283  category="nd",
170284  description="WARANG CITI DIGIT ONE",
170285  direction="l",
170286  linebreak="nu",
170287  unicodeslot=0x118E1,
170288 },
170289 [0x118E2]={
170290  category="nd",
170291  description="WARANG CITI DIGIT TWO",
170292  direction="l",
170293  linebreak="nu",
170294  unicodeslot=0x118E2,
170295 },
170296 [0x118E3]={
170297  category="nd",
170298  description="WARANG CITI DIGIT THREE",
170299  direction="l",
170300  linebreak="nu",
170301  unicodeslot=0x118E3,
170302 },
170303 [0x118E4]={
170304  category="nd",
170305  description="WARANG CITI DIGIT FOUR",
170306  direction="l",
170307  linebreak="nu",
170308  unicodeslot=0x118E4,
170309 },
170310 [0x118E5]={
170311  category="nd",
170312  description="WARANG CITI DIGIT FIVE",
170313  direction="l",
170314  linebreak="nu",
170315  unicodeslot=0x118E5,
170316 },
170317 [0x118E6]={
170318  category="nd",
170319  description="WARANG CITI DIGIT SIX",
170320  direction="l",
170321  linebreak="nu",
170322  unicodeslot=0x118E6,
170323 },
170324 [0x118E7]={
170325  category="nd",
170326  description="WARANG CITI DIGIT SEVEN",
170327  direction="l",
170328  linebreak="nu",
170329  unicodeslot=0x118E7,
170330 },
170331 [0x118E8]={
170332  category="nd",
170333  description="WARANG CITI DIGIT EIGHT",
170334  direction="l",
170335  linebreak="nu",
170336  unicodeslot=0x118E8,
170337 },
170338 [0x118E9]={
170339  category="nd",
170340  description="WARANG CITI DIGIT NINE",
170341  direction="l",
170342  linebreak="nu",
170343  unicodeslot=0x118E9,
170344 },
170345 [0x118EA]={
170346  category="no",
170347  description="WARANG CITI NUMBER TEN",
170348  direction="l",
170349  linebreak="al",
170350  unicodeslot=0x118EA,
170351 },
170352 [0x118EB]={
170353  category="no",
170354  description="WARANG CITI NUMBER TWENTY",
170355  direction="l",
170356  linebreak="al",
170357  unicodeslot=0x118EB,
170358 },
170359 [0x118EC]={
170360  category="no",
170361  description="WARANG CITI NUMBER THIRTY",
170362  direction="l",
170363  linebreak="al",
170364  unicodeslot=0x118EC,
170365 },
170366 [0x118ED]={
170367  category="no",
170368  description="WARANG CITI NUMBER FORTY",
170369  direction="l",
170370  linebreak="al",
170371  unicodeslot=0x118ED,
170372 },
170373 [0x118EE]={
170374  category="no",
170375  description="WARANG CITI NUMBER FIFTY",
170376  direction="l",
170377  linebreak="al",
170378  unicodeslot=0x118EE,
170379 },
170380 [0x118EF]={
170381  category="no",
170382  description="WARANG CITI NUMBER SIXTY",
170383  direction="l",
170384  linebreak="al",
170385  unicodeslot=0x118EF,
170386 },
170387 [0x118F0]={
170388  category="no",
170389  description="WARANG CITI NUMBER SEVENTY",
170390  direction="l",
170391  linebreak="al",
170392  unicodeslot=0x118F0,
170393 },
170394 [0x118F1]={
170395  category="no",
170396  description="WARANG CITI NUMBER EIGHTY",
170397  direction="l",
170398  linebreak="al",
170399  unicodeslot=0x118F1,
170400 },
170401 [0x118F2]={
170402  category="no",
170403  description="WARANG CITI NUMBER NINETY",
170404  direction="l",
170405  linebreak="al",
170406  unicodeslot=0x118F2,
170407 },
170408 [0x118FF]={
170409  category="lo",
170410  description="WARANG CITI OM",
170411  direction="l",
170412  linebreak="al",
170413  unicodeslot=0x118FF,
170414 },
170415 [0x11900]={
170416  category="lo",
170417  description="DIVES AKURU LETTER A",
170418  direction="l",
170419  linebreak="ak",
170420  unicodeslot=0x11900,
170421 },
170422 [0x11901]={
170423  category="lo",
170424  description="DIVES AKURU LETTER AA",
170425  direction="l",
170426  linebreak="ak",
170427  unicodeslot=0x11901,
170428 },
170429 [0x11902]={
170430  category="lo",
170431  description="DIVES AKURU LETTER I",
170432  direction="l",
170433  linebreak="ak",
170434  unicodeslot=0x11902,
170435 },
170436 [0x11903]={
170437  category="lo",
170438  description="DIVES AKURU LETTER II",
170439  direction="l",
170440  linebreak="ak",
170441  unicodeslot=0x11903,
170442 },
170443 [0x11904]={
170444  category="lo",
170445  description="DIVES AKURU LETTER U",
170446  direction="l",
170447  linebreak="ak",
170448  unicodeslot=0x11904,
170449 },
170450 [0x11905]={
170451  category="lo",
170452  description="DIVES AKURU LETTER UU",
170453  direction="l",
170454  linebreak="ak",
170455  unicodeslot=0x11905,
170456 },
170457 [0x11906]={
170458  category="lo",
170459  description="DIVES AKURU LETTER E",
170460  direction="l",
170461  linebreak="ak",
170462  unicodeslot=0x11906,
170463 },
170464 [0x11909]={
170465  category="lo",
170466  description="DIVES AKURU LETTER O",
170467  direction="l",
170468  linebreak="ak",
170469  unicodeslot=0x11909,
170470 },
170471 [0x1190C]={
170472  category="lo",
170473  description="DIVES AKURU LETTER KA",
170474  direction="l",
170475  linebreak="ak",
170476  unicodeslot=0x1190C,
170477 },
170478 [0x1190D]={
170479  category="lo",
170480  description="DIVES AKURU LETTER KHA",
170481  direction="l",
170482  linebreak="ak",
170483  unicodeslot=0x1190D,
170484 },
170485 [0x1190E]={
170486  category="lo",
170487  description="DIVES AKURU LETTER GA",
170488  direction="l",
170489  linebreak="ak",
170490  unicodeslot=0x1190E,
170491 },
170492 [0x1190F]={
170493  category="lo",
170494  description="DIVES AKURU LETTER GHA",
170495  direction="l",
170496  linebreak="ak",
170497  unicodeslot=0x1190F,
170498 },
170499 [0x11910]={
170500  category="lo",
170501  description="DIVES AKURU LETTER NGA",
170502  direction="l",
170503  linebreak="ak",
170504  unicodeslot=0x11910,
170505 },
170506 [0x11911]={
170507  category="lo",
170508  description="DIVES AKURU LETTER CA",
170509  direction="l",
170510  linebreak="ak",
170511  unicodeslot=0x11911,
170512 },
170513 [0x11912]={
170514  category="lo",
170515  description="DIVES AKURU LETTER CHA",
170516  direction="l",
170517  linebreak="ak",
170518  unicodeslot=0x11912,
170519 },
170520 [0x11913]={
170521  category="lo",
170522  description="DIVES AKURU LETTER JA",
170523  direction="l",
170524  linebreak="ak",
170525  unicodeslot=0x11913,
170526 },
170527 [0x11915]={
170528  category="lo",
170529  description="DIVES AKURU LETTER NYA",
170530  direction="l",
170531  linebreak="ak",
170532  unicodeslot=0x11915,
170533 },
170534 [0x11916]={
170535  category="lo",
170536  description="DIVES AKURU LETTER TTA",
170537  direction="l",
170538  linebreak="ak",
170539  unicodeslot=0x11916,
170540 },
170541 [0x11918]={
170542  category="lo",
170543  description="DIVES AKURU LETTER DDA",
170544  direction="l",
170545  linebreak="ak",
170546  unicodeslot=0x11918,
170547 },
170548 [0x11919]={
170549  category="lo",
170550  description="DIVES AKURU LETTER DDHA",
170551  direction="l",
170552  linebreak="ak",
170553  unicodeslot=0x11919,
170554 },
170555 [0x1191A]={
170556  category="lo",
170557  description="DIVES AKURU LETTER NNA",
170558  direction="l",
170559  linebreak="ak",
170560  unicodeslot=0x1191A,
170561 },
170562 [0x1191B]={
170563  category="lo",
170564  description="DIVES AKURU LETTER TA",
170565  direction="l",
170566  linebreak="ak",
170567  unicodeslot=0x1191B,
170568 },
170569 [0x1191C]={
170570  category="lo",
170571  description="DIVES AKURU LETTER THA",
170572  direction="l",
170573  linebreak="ak",
170574  unicodeslot=0x1191C,
170575 },
170576 [0x1191D]={
170577  category="lo",
170578  description="DIVES AKURU LETTER DA",
170579  direction="l",
170580  linebreak="ak",
170581  unicodeslot=0x1191D,
170582 },
170583 [0x1191E]={
170584  category="lo",
170585  description="DIVES AKURU LETTER DHA",
170586  direction="l",
170587  linebreak="ak",
170588  unicodeslot=0x1191E,
170589 },
170590 [0x1191F]={
170591  category="lo",
170592  description="DIVES AKURU LETTER NA",
170593  direction="l",
170594  linebreak="ak",
170595  unicodeslot=0x1191F,
170596 },
170597 [0x11920]={
170598  category="lo",
170599  description="DIVES AKURU LETTER PA",
170600  direction="l",
170601  linebreak="ak",
170602  unicodeslot=0x11920,
170603 },
170604 [0x11921]={
170605  category="lo",
170606  description="DIVES AKURU LETTER PHA",
170607  direction="l",
170608  linebreak="ak",
170609  unicodeslot=0x11921,
170610 },
170611 [0x11922]={
170612  category="lo",
170613  description="DIVES AKURU LETTER BA",
170614  direction="l",
170615  linebreak="ak",
170616  unicodeslot=0x11922,
170617 },
170618 [0x11923]={
170619  category="lo",
170620  description="DIVES AKURU LETTER BHA",
170621  direction="l",
170622  linebreak="ak",
170623  unicodeslot=0x11923,
170624 },
170625 [0x11924]={
170626  category="lo",
170627  description="DIVES AKURU LETTER MA",
170628  direction="l",
170629  linebreak="ak",
170630  unicodeslot=0x11924,
170631 },
170632 [0x11925]={
170633  category="lo",
170634  description="DIVES AKURU LETTER YA",
170635  direction="l",
170636  linebreak="ak",
170637  unicodeslot=0x11925,
170638 },
170639 [0x11926]={
170640  category="lo",
170641  description="DIVES AKURU LETTER YYA",
170642  direction="l",
170643  linebreak="ak",
170644  unicodeslot=0x11926,
170645 },
170646 [0x11927]={
170647  category="lo",
170648  description="DIVES AKURU LETTER RA",
170649  direction="l",
170650  linebreak="ak",
170651  unicodeslot=0x11927,
170652 },
170653 [0x11928]={
170654  category="lo",
170655  description="DIVES AKURU LETTER LA",
170656  direction="l",
170657  linebreak="ak",
170658  unicodeslot=0x11928,
170659 },
170660 [0x11929]={
170661  category="lo",
170662  description="DIVES AKURU LETTER VA",
170663  direction="l",
170664  linebreak="ak",
170665  unicodeslot=0x11929,
170666 },
170667 [0x1192A]={
170668  category="lo",
170669  description="DIVES AKURU LETTER SHA",
170670  direction="l",
170671  linebreak="ak",
170672  unicodeslot=0x1192A,
170673 },
170674 [0x1192B]={
170675  category="lo",
170676  description="DIVES AKURU LETTER SSA",
170677  direction="l",
170678  linebreak="ak",
170679  unicodeslot=0x1192B,
170680 },
170681 [0x1192C]={
170682  category="lo",
170683  description="DIVES AKURU LETTER SA",
170684  direction="l",
170685  linebreak="ak",
170686  unicodeslot=0x1192C,
170687 },
170688 [0x1192D]={
170689  category="lo",
170690  description="DIVES AKURU LETTER HA",
170691  direction="l",
170692  linebreak="ak",
170693  unicodeslot=0x1192D,
170694 },
170695 [0x1192E]={
170696  category="lo",
170697  description="DIVES AKURU LETTER LLA",
170698  direction="l",
170699  linebreak="ak",
170700  unicodeslot=0x1192E,
170701 },
170702 [0x1192F]={
170703  category="lo",
170704  description="DIVES AKURU LETTER ZA",
170705  direction="l",
170706  linebreak="ak",
170707  unicodeslot=0x1192F,
170708 },
170709 [0x11930]={
170710  category="mc",
170711  description="DIVES AKURU VOWEL SIGN AA",
170712  direction="l",
170713  linebreak="cm",
170714  unicodeslot=0x11930,
170715 },
170716 [0x11931]={
170717  category="mc",
170718  description="DIVES AKURU VOWEL SIGN I",
170719  direction="l",
170720  linebreak="cm",
170721  unicodeslot=0x11931,
170722 },
170723 [0x11932]={
170724  category="mc",
170725  description="DIVES AKURU VOWEL SIGN II",
170726  direction="l",
170727  linebreak="cm",
170728  unicodeslot=0x11932,
170729 },
170730 [0x11933]={
170731  category="mc",
170732  description="DIVES AKURU VOWEL SIGN U",
170733  direction="l",
170734  linebreak="cm",
170735  unicodeslot=0x11933,
170736 },
170737 [0x11934]={
170738  category="mc",
170739  description="DIVES AKURU VOWEL SIGN UU",
170740  direction="l",
170741  linebreak="cm",
170742  unicodeslot=0x11934,
170743 },
170744 [0x11935]={
170745  category="mc",
170746  description="DIVES AKURU VOWEL SIGN E",
170747  direction="l",
170748  linebreak="cm",
170749  unicodeslot=0x11935,
170750 },
170751 [0x11937]={
170752  category="mc",
170753  description="DIVES AKURU VOWEL SIGN AI",
170754  direction="l",
170755  linebreak="cm",
170756  unicodeslot=0x11937,
170757 },
170758 [0x11938]={
170759  category="mc",
170760  description="DIVES AKURU VOWEL SIGN O",
170761  direction="l",
170762  linebreak="cm",
170763  specials={ "char", 0x11935, 0x11930 },
170764  unicodeslot=0x11938,
170765 },
170766 [0x1193B]={
170767  category="mn",
170768  description="DIVES AKURU SIGN ANUSVARA",
170769  direction="nsm",
170770  linebreak="cm",
170771  unicodeslot=0x1193B,
170772 },
170773 [0x1193C]={
170774  category="mn",
170775  description="DIVES AKURU SIGN CANDRABINDU",
170776  direction="nsm",
170777  linebreak="cm",
170778  unicodeslot=0x1193C,
170779 },
170780 [0x1193D]={
170781  category="mc",
170782  combining=0x9,
170783  description="DIVES AKURU SIGN HALANTA",
170784  direction="l",
170785  linebreak="cm",
170786  unicodeslot=0x1193D,
170787 },
170788 [0x1193E]={
170789  category="mn",
170790  combining=0x9,
170791  description="DIVES AKURU VIRAMA",
170792  direction="nsm",
170793  linebreak="vi",
170794  unicodeslot=0x1193E,
170795 },
170796 [0x1193F]={
170797  category="lo",
170798  description="DIVES AKURU PREFIXED NASAL SIGN",
170799  direction="l",
170800  linebreak="ap",
170801  unicodeslot=0x1193F,
170802 },
170803 [0x11940]={
170804  category="mc",
170805  description="DIVES AKURU MEDIAL YA",
170806  direction="l",
170807  linebreak="cm",
170808  unicodeslot=0x11940,
170809 },
170810 [0x11941]={
170811  category="lo",
170812  description="DIVES AKURU INITIAL RA",
170813  direction="l",
170814  linebreak="ap",
170815  unicodeslot=0x11941,
170816 },
170817 [0x11942]={
170818  category="mc",
170819  description="DIVES AKURU MEDIAL RA",
170820  direction="l",
170821  linebreak="cm",
170822  unicodeslot=0x11942,
170823 },
170824 [0x11943]={
170825  category="mn",
170826  combining=0x7,
170827  description="DIVES AKURU SIGN NUKTA",
170828  direction="nsm",
170829  linebreak="cm",
170830  unicodeslot=0x11943,
170831 },
170832 [0x11944]={
170833  category="po",
170834  description="DIVES AKURU DOUBLE DANDA",
170835  direction="l",
170836  linebreak="ba",
170837  unicodeslot=0x11944,
170838 },
170839 [0x11945]={
170840  category="po",
170841  description="DIVES AKURU GAP FILLER",
170842  direction="l",
170843  linebreak="ba",
170844  unicodeslot=0x11945,
170845 },
170846 [0x11946]={
170847  category="po",
170848  description="DIVES AKURU END OF TEXT MARK",
170849  direction="l",
170850  linebreak="ba",
170851  unicodeslot=0x11946,
170852 },
170853 [0x11950]={
170854  category="nd",
170855  description="DIVES AKURU DIGIT ZERO",
170856  direction="l",
170857  linebreak="id",
170858  unicodeslot=0x11950,
170859 },
170860 [0x11951]={
170861  category="nd",
170862  description="DIVES AKURU DIGIT ONE",
170863  direction="l",
170864  linebreak="id",
170865  unicodeslot=0x11951,
170866 },
170867 [0x11952]={
170868  category="nd",
170869  description="DIVES AKURU DIGIT TWO",
170870  direction="l",
170871  linebreak="id",
170872  unicodeslot=0x11952,
170873 },
170874 [0x11953]={
170875  category="nd",
170876  description="DIVES AKURU DIGIT THREE",
170877  direction="l",
170878  linebreak="id",
170879  unicodeslot=0x11953,
170880 },
170881 [0x11954]={
170882  category="nd",
170883  description="DIVES AKURU DIGIT FOUR",
170884  direction="l",
170885  linebreak="id",
170886  unicodeslot=0x11954,
170887 },
170888 [0x11955]={
170889  category="nd",
170890  description="DIVES AKURU DIGIT FIVE",
170891  direction="l",
170892  linebreak="id",
170893  unicodeslot=0x11955,
170894 },
170895 [0x11956]={
170896  category="nd",
170897  description="DIVES AKURU DIGIT SIX",
170898  direction="l",
170899  linebreak="id",
170900  unicodeslot=0x11956,
170901 },
170902 [0x11957]={
170903  category="nd",
170904  description="DIVES AKURU DIGIT SEVEN",
170905  direction="l",
170906  linebreak="id",
170907  unicodeslot=0x11957,
170908 },
170909 [0x11958]={
170910  category="nd",
170911  description="DIVES AKURU DIGIT EIGHT",
170912  direction="l",
170913  linebreak="id",
170914  unicodeslot=0x11958,
170915 },
170916 [0x11959]={
170917  category="nd",
170918  description="DIVES AKURU DIGIT NINE",
170919  direction="l",
170920  linebreak="id",
170921  unicodeslot=0x11959,
170922 },
170923 [0x119A0]={
170924  category="lo",
170925  description="NANDINAGARI LETTER A",
170926  direction="l",
170927  linebreak="al",
170928  unicodeslot=0x119A0,
170929 },
170930 [0x119A1]={
170931  category="lo",
170932  description="NANDINAGARI LETTER AA",
170933  direction="l",
170934  linebreak="al",
170935  unicodeslot=0x119A1,
170936 },
170937 [0x119A2]={
170938  category="lo",
170939  description="NANDINAGARI LETTER I",
170940  direction="l",
170941  linebreak="al",
170942  unicodeslot=0x119A2,
170943 },
170944 [0x119A3]={
170945  category="lo",
170946  description="NANDINAGARI LETTER II",
170947  direction="l",
170948  linebreak="al",
170949  unicodeslot=0x119A3,
170950 },
170951 [0x119A4]={
170952  category="lo",
170953  description="NANDINAGARI LETTER U",
170954  direction="l",
170955  linebreak="al",
170956  unicodeslot=0x119A4,
170957 },
170958 [0x119A5]={
170959  category="lo",
170960  description="NANDINAGARI LETTER UU",
170961  direction="l",
170962  linebreak="al",
170963  unicodeslot=0x119A5,
170964 },
170965 [0x119A6]={
170966  category="lo",
170967  description="NANDINAGARI LETTER VOCALIC R",
170968  direction="l",
170969  linebreak="al",
170970  unicodeslot=0x119A6,
170971 },
170972 [0x119A7]={
170973  category="lo",
170974  description="NANDINAGARI LETTER VOCALIC RR",
170975  direction="l",
170976  linebreak="al",
170977  unicodeslot=0x119A7,
170978 },
170979 [0x119AA]={
170980  category="lo",
170981  description="NANDINAGARI LETTER E",
170982  direction="l",
170983  linebreak="al",
170984  unicodeslot=0x119AA,
170985 },
170986 [0x119AB]={
170987  category="lo",
170988  description="NANDINAGARI LETTER AI",
170989  direction="l",
170990  linebreak="al",
170991  unicodeslot=0x119AB,
170992 },
170993 [0x119AC]={
170994  category="lo",
170995  description="NANDINAGARI LETTER O",
170996  direction="l",
170997  linebreak="al",
170998  unicodeslot=0x119AC,
170999 },
171000 [0x119AD]={
171001  category="lo",
171002  description="NANDINAGARI LETTER AU",
171003  direction="l",
171004  linebreak="al",
171005  unicodeslot=0x119AD,
171006 },
171007 [0x119AE]={
171008  category="lo",
171009  description="NANDINAGARI LETTER KA",
171010  direction="l",
171011  linebreak="al",
171012  unicodeslot=0x119AE,
171013 },
171014 [0x119AF]={
171015  category="lo",
171016  description="NANDINAGARI LETTER KHA",
171017  direction="l",
171018  linebreak="al",
171019  unicodeslot=0x119AF,
171020 },
171021 [0x119B0]={
171022  category="lo",
171023  description="NANDINAGARI LETTER GA",
171024  direction="l",
171025  linebreak="al",
171026  unicodeslot=0x119B0,
171027 },
171028 [0x119B1]={
171029  category="lo",
171030  description="NANDINAGARI LETTER GHA",
171031  direction="l",
171032  linebreak="al",
171033  unicodeslot=0x119B1,
171034 },
171035 [0x119B2]={
171036  category="lo",
171037  description="NANDINAGARI LETTER NGA",
171038  direction="l",
171039  linebreak="al",
171040  unicodeslot=0x119B2,
171041 },
171042 [0x119B3]={
171043  category="lo",
171044  description="NANDINAGARI LETTER CA",
171045  direction="l",
171046  linebreak="al",
171047  unicodeslot=0x119B3,
171048 },
171049 [0x119B4]={
171050  category="lo",
171051  description="NANDINAGARI LETTER CHA",
171052  direction="l",
171053  linebreak="al",
171054  unicodeslot=0x119B4,
171055 },
171056 [0x119B5]={
171057  category="lo",
171058  description="NANDINAGARI LETTER JA",
171059  direction="l",
171060  linebreak="al",
171061  unicodeslot=0x119B5,
171062 },
171063 [0x119B6]={
171064  category="lo",
171065  description="NANDINAGARI LETTER JHA",
171066  direction="l",
171067  linebreak="al",
171068  unicodeslot=0x119B6,
171069 },
171070 [0x119B7]={
171071  category="lo",
171072  description="NANDINAGARI LETTER NYA",
171073  direction="l",
171074  linebreak="al",
171075  unicodeslot=0x119B7,
171076 },
171077 [0x119B8]={
171078  category="lo",
171079  description="NANDINAGARI LETTER TTA",
171080  direction="l",
171081  linebreak="al",
171082  unicodeslot=0x119B8,
171083 },
171084 [0x119B9]={
171085  category="lo",
171086  description="NANDINAGARI LETTER TTHA",
171087  direction="l",
171088  linebreak="al",
171089  unicodeslot=0x119B9,
171090 },
171091 [0x119BA]={
171092  category="lo",
171093  description="NANDINAGARI LETTER DDA",
171094  direction="l",
171095  linebreak="al",
171096  unicodeslot=0x119BA,
171097 },
171098 [0x119BB]={
171099  category="lo",
171100  description="NANDINAGARI LETTER DDHA",
171101  direction="l",
171102  linebreak="al",
171103  unicodeslot=0x119BB,
171104 },
171105 [0x119BC]={
171106  category="lo",
171107  description="NANDINAGARI LETTER NNA",
171108  direction="l",
171109  linebreak="al",
171110  unicodeslot=0x119BC,
171111 },
171112 [0x119BD]={
171113  category="lo",
171114  description="NANDINAGARI LETTER TA",
171115  direction="l",
171116  linebreak="al",
171117  unicodeslot=0x119BD,
171118 },
171119 [0x119BE]={
171120  category="lo",
171121  description="NANDINAGARI LETTER THA",
171122  direction="l",
171123  linebreak="al",
171124  unicodeslot=0x119BE,
171125 },
171126 [0x119BF]={
171127  category="lo",
171128  description="NANDINAGARI LETTER DA",
171129  direction="l",
171130  linebreak="al",
171131  unicodeslot=0x119BF,
171132 },
171133 [0x119C0]={
171134  category="lo",
171135  description="NANDINAGARI LETTER DHA",
171136  direction="l",
171137  linebreak="al",
171138  unicodeslot=0x119C0,
171139 },
171140 [0x119C1]={
171141  category="lo",
171142  description="NANDINAGARI LETTER NA",
171143  direction="l",
171144  linebreak="al",
171145  unicodeslot=0x119C1,
171146 },
171147 [0x119C2]={
171148  category="lo",
171149  description="NANDINAGARI LETTER PA",
171150  direction="l",
171151  linebreak="al",
171152  unicodeslot=0x119C2,
171153 },
171154 [0x119C3]={
171155  category="lo",
171156  description="NANDINAGARI LETTER PHA",
171157  direction="l",
171158  linebreak="al",
171159  unicodeslot=0x119C3,
171160 },
171161 [0x119C4]={
171162  category="lo",
171163  description="NANDINAGARI LETTER BA",
171164  direction="l",
171165  linebreak="al",
171166  unicodeslot=0x119C4,
171167 },
171168 [0x119C5]={
171169  category="lo",
171170  description="NANDINAGARI LETTER BHA",
171171  direction="l",
171172  linebreak="al",
171173  unicodeslot=0x119C5,
171174 },
171175 [0x119C6]={
171176  category="lo",
171177  description="NANDINAGARI LETTER MA",
171178  direction="l",
171179  linebreak="al",
171180  unicodeslot=0x119C6,
171181 },
171182 [0x119C7]={
171183  category="lo",
171184  description="NANDINAGARI LETTER YA",
171185  direction="l",
171186  linebreak="al",
171187  unicodeslot=0x119C7,
171188 },
171189 [0x119C8]={
171190  category="lo",
171191  description="NANDINAGARI LETTER RA",
171192  direction="l",
171193  linebreak="al",
171194  unicodeslot=0x119C8,
171195 },
171196 [0x119C9]={
171197  category="lo",
171198  description="NANDINAGARI LETTER LA",
171199  direction="l",
171200  linebreak="al",
171201  unicodeslot=0x119C9,
171202 },
171203 [0x119CA]={
171204  category="lo",
171205  description="NANDINAGARI LETTER VA",
171206  direction="l",
171207  linebreak="al",
171208  unicodeslot=0x119CA,
171209 },
171210 [0x119CB]={
171211  category="lo",
171212  description="NANDINAGARI LETTER SHA",
171213  direction="l",
171214  linebreak="al",
171215  unicodeslot=0x119CB,
171216 },
171217 [0x119CC]={
171218  category="lo",
171219  description="NANDINAGARI LETTER SSA",
171220  direction="l",
171221  linebreak="al",
171222  unicodeslot=0x119CC,
171223 },
171224 [0x119CD]={
171225  category="lo",
171226  description="NANDINAGARI LETTER SA",
171227  direction="l",
171228  linebreak="al",
171229  unicodeslot=0x119CD,
171230 },
171231 [0x119CE]={
171232  category="lo",
171233  description="NANDINAGARI LETTER HA",
171234  direction="l",
171235  linebreak="al",
171236  unicodeslot=0x119CE,
171237 },
171238 [0x119CF]={
171239  category="lo",
171240  description="NANDINAGARI LETTER LLA",
171241  direction="l",
171242  linebreak="al",
171243  unicodeslot=0x119CF,
171244 },
171245 [0x119D0]={
171246  category="lo",
171247  description="NANDINAGARI LETTER RRA",
171248  direction="l",
171249  linebreak="al",
171250  unicodeslot=0x119D0,
171251 },
171252 [0x119D1]={
171253  category="mc",
171254  description="NANDINAGARI VOWEL SIGN AA",
171255  direction="l",
171256  linebreak="cm",
171257  unicodeslot=0x119D1,
171258 },
171259 [0x119D2]={
171260  category="mc",
171261  description="NANDINAGARI VOWEL SIGN I",
171262  direction="l",
171263  linebreak="cm",
171264  unicodeslot=0x119D2,
171265 },
171266 [0x119D3]={
171267  category="mc",
171268  description="NANDINAGARI VOWEL SIGN II",
171269  direction="l",
171270  linebreak="cm",
171271  unicodeslot=0x119D3,
171272 },
171273 [0x119D4]={
171274  category="mn",
171275  description="NANDINAGARI VOWEL SIGN U",
171276  direction="nsm",
171277  linebreak="cm",
171278  unicodeslot=0x119D4,
171279 },
171280 [0x119D5]={
171281  category="mn",
171282  description="NANDINAGARI VOWEL SIGN UU",
171283  direction="nsm",
171284  linebreak="cm",
171285  unicodeslot=0x119D5,
171286 },
171287 [0x119D6]={
171288  category="mn",
171289  description="NANDINAGARI VOWEL SIGN VOCALIC R",
171290  direction="nsm",
171291  linebreak="cm",
171292  unicodeslot=0x119D6,
171293 },
171294 [0x119D7]={
171295  category="mn",
171296  description="NANDINAGARI VOWEL SIGN VOCALIC RR",
171297  direction="nsm",
171298  linebreak="cm",
171299  unicodeslot=0x119D7,
171300 },
171301 [0x119DA]={
171302  category="mn",
171303  description="NANDINAGARI VOWEL SIGN E",
171304  direction="nsm",
171305  linebreak="cm",
171306  unicodeslot=0x119DA,
171307 },
171308 [0x119DB]={
171309  category="mn",
171310  description="NANDINAGARI VOWEL SIGN AI",
171311  direction="nsm",
171312  linebreak="cm",
171313  unicodeslot=0x119DB,
171314 },
171315 [0x119DC]={
171316  category="mc",
171317  description="NANDINAGARI VOWEL SIGN O",
171318  direction="l",
171319  linebreak="cm",
171320  unicodeslot=0x119DC,
171321 },
171322 [0x119DD]={
171323  category="mc",
171324  description="NANDINAGARI VOWEL SIGN AU",
171325  direction="l",
171326  linebreak="cm",
171327  unicodeslot=0x119DD,
171328 },
171329 [0x119DE]={
171330  category="mc",
171331  description="NANDINAGARI SIGN ANUSVARA",
171332  direction="l",
171333  linebreak="cm",
171334  unicodeslot=0x119DE,
171335 },
171336 [0x119DF]={
171337  category="mc",
171338  description="NANDINAGARI SIGN VISARGA",
171339  direction="l",
171340  linebreak="cm",
171341  unicodeslot=0x119DF,
171342 },
171343 [0x119E0]={
171344  category="mn",
171345  combining=0x9,
171346  description="NANDINAGARI SIGN VIRAMA",
171347  direction="nsm",
171348  linebreak="cm",
171349  unicodeslot=0x119E0,
171350 },
171351 [0x119E1]={
171352  category="lo",
171353  description="NANDINAGARI SIGN AVAGRAHA",
171354  direction="l",
171355  linebreak="al",
171356  unicodeslot=0x119E1,
171357 },
171358 [0x119E2]={
171359  category="po",
171360  description="NANDINAGARI SIGN SIDDHAM",
171361  direction="l",
171362  linebreak="bb",
171363  unicodeslot=0x119E2,
171364 },
171365 [0x119E3]={
171366  category="lo",
171367  description="NANDINAGARI HEADSTROKE",
171368  direction="l",
171369  linebreak="al",
171370  unicodeslot=0x119E3,
171371 },
171372 [0x119E4]={
171373  category="mc",
171374  description="NANDINAGARI VOWEL SIGN PRISHTHAMATRA E",
171375  direction="l",
171376  linebreak="cm",
171377  unicodeslot=0x119E4,
171378 },
171379 [0x11A00]={
171380  category="lo",
171381  description="ZANABAZAR SQUARE LETTER A",
171382  direction="l",
171383  linebreak="al",
171384  unicodeslot=0x11A00,
171385 },
171386 [0x11A01]={
171387  category="mn",
171388  description="ZANABAZAR SQUARE VOWEL SIGN I",
171389  direction="nsm",
171390  linebreak="cm",
171391  unicodeslot=0x11A01,
171392 },
171393 [0x11A02]={
171394  category="mn",
171395  description="ZANABAZAR SQUARE VOWEL SIGN UE",
171396  direction="nsm",
171397  linebreak="cm",
171398  unicodeslot=0x11A02,
171399 },
171400 [0x11A03]={
171401  category="mn",
171402  description="ZANABAZAR SQUARE VOWEL SIGN U",
171403  direction="nsm",
171404  linebreak="cm",
171405  unicodeslot=0x11A03,
171406 },
171407 [0x11A04]={
171408  category="mn",
171409  description="ZANABAZAR SQUARE VOWEL SIGN E",
171410  direction="nsm",
171411  linebreak="cm",
171412  unicodeslot=0x11A04,
171413 },
171414 [0x11A05]={
171415  category="mn",
171416  description="ZANABAZAR SQUARE VOWEL SIGN OE",
171417  direction="nsm",
171418  linebreak="cm",
171419  unicodeslot=0x11A05,
171420 },
171421 [0x11A06]={
171422  category="mn",
171423  description="ZANABAZAR SQUARE VOWEL SIGN O",
171424  direction="nsm",
171425  linebreak="cm",
171426  unicodeslot=0x11A06,
171427 },
171428 [0x11A07]={
171429  category="mc",
171430  description="ZANABAZAR SQUARE VOWEL SIGN AI",
171431  direction="l",
171432  linebreak="cm",
171433  unicodeslot=0x11A07,
171434 },
171435 [0x11A08]={
171436  category="mc",
171437  description="ZANABAZAR SQUARE VOWEL SIGN AU",
171438  direction="l",
171439  linebreak="cm",
171440  unicodeslot=0x11A08,
171441 },
171442 [0x11A09]={
171443  category="mn",
171444  description="ZANABAZAR SQUARE VOWEL SIGN REVERSED I",
171445  direction="nsm",
171446  linebreak="cm",
171447  unicodeslot=0x11A09,
171448 },
171449 [0x11A0A]={
171450  category="mn",
171451  description="ZANABAZAR SQUARE VOWEL LENGTH MARK",
171452  direction="nsm",
171453  linebreak="cm",
171454  unicodeslot=0x11A0A,
171455 },
171456 [0x11A0B]={
171457  category="lo",
171458  description="ZANABAZAR SQUARE LETTER KA",
171459  direction="l",
171460  linebreak="al",
171461  unicodeslot=0x11A0B,
171462 },
171463 [0x11A0C]={
171464  category="lo",
171465  description="ZANABAZAR SQUARE LETTER KHA",
171466  direction="l",
171467  linebreak="al",
171468  unicodeslot=0x11A0C,
171469 },
171470 [0x11A0D]={
171471  category="lo",
171472  description="ZANABAZAR SQUARE LETTER GA",
171473  direction="l",
171474  linebreak="al",
171475  unicodeslot=0x11A0D,
171476 },
171477 [0x11A0E]={
171478  category="lo",
171479  description="ZANABAZAR SQUARE LETTER GHA",
171480  direction="l",
171481  linebreak="al",
171482  unicodeslot=0x11A0E,
171483 },
171484 [0x11A0F]={
171485  category="lo",
171486  description="ZANABAZAR SQUARE LETTER NGA",
171487  direction="l",
171488  linebreak="al",
171489  unicodeslot=0x11A0F,
171490 },
171491 [0x11A10]={
171492  category="lo",
171493  description="ZANABAZAR SQUARE LETTER CA",
171494  direction="l",
171495  linebreak="al",
171496  unicodeslot=0x11A10,
171497 },
171498 [0x11A11]={
171499  category="lo",
171500  description="ZANABAZAR SQUARE LETTER CHA",
171501  direction="l",
171502  linebreak="al",
171503  unicodeslot=0x11A11,
171504 },
171505 [0x11A12]={
171506  category="lo",
171507  description="ZANABAZAR SQUARE LETTER JA",
171508  direction="l",
171509  linebreak="al",
171510  unicodeslot=0x11A12,
171511 },
171512 [0x11A13]={
171513  category="lo",
171514  description="ZANABAZAR SQUARE LETTER NYA",
171515  direction="l",
171516  linebreak="al",
171517  unicodeslot=0x11A13,
171518 },
171519 [0x11A14]={
171520  category="lo",
171521  description="ZANABAZAR SQUARE LETTER TTA",
171522  direction="l",
171523  linebreak="al",
171524  unicodeslot=0x11A14,
171525 },
171526 [0x11A15]={
171527  category="lo",
171528  description="ZANABAZAR SQUARE LETTER TTHA",
171529  direction="l",
171530  linebreak="al",
171531  unicodeslot=0x11A15,
171532 },
171533 [0x11A16]={
171534  category="lo",
171535  description="ZANABAZAR SQUARE LETTER DDA",
171536  direction="l",
171537  linebreak="al",
171538  unicodeslot=0x11A16,
171539 },
171540 [0x11A17]={
171541  category="lo",
171542  description="ZANABAZAR SQUARE LETTER DDHA",
171543  direction="l",
171544  linebreak="al",
171545  unicodeslot=0x11A17,
171546 },
171547 [0x11A18]={
171548  category="lo",
171549  description="ZANABAZAR SQUARE LETTER NNA",
171550  direction="l",
171551  linebreak="al",
171552  unicodeslot=0x11A18,
171553 },
171554 [0x11A19]={
171555  category="lo",
171556  description="ZANABAZAR SQUARE LETTER TA",
171557  direction="l",
171558  linebreak="al",
171559  unicodeslot=0x11A19,
171560 },
171561 [0x11A1A]={
171562  category="lo",
171563  description="ZANABAZAR SQUARE LETTER THA",
171564  direction="l",
171565  linebreak="al",
171566  unicodeslot=0x11A1A,
171567 },
171568 [0x11A1B]={
171569  category="lo",
171570  description="ZANABAZAR SQUARE LETTER DA",
171571  direction="l",
171572  linebreak="al",
171573  unicodeslot=0x11A1B,
171574 },
171575 [0x11A1C]={
171576  category="lo",
171577  description="ZANABAZAR SQUARE LETTER DHA",
171578  direction="l",
171579  linebreak="al",
171580  unicodeslot=0x11A1C,
171581 },
171582 [0x11A1D]={
171583  category="lo",
171584  description="ZANABAZAR SQUARE LETTER NA",
171585  direction="l",
171586  linebreak="al",
171587  unicodeslot=0x11A1D,
171588 },
171589 [0x11A1E]={
171590  category="lo",
171591  description="ZANABAZAR SQUARE LETTER PA",
171592  direction="l",
171593  linebreak="al",
171594  unicodeslot=0x11A1E,
171595 },
171596 [0x11A1F]={
171597  category="lo",
171598  description="ZANABAZAR SQUARE LETTER PHA",
171599  direction="l",
171600  linebreak="al",
171601  unicodeslot=0x11A1F,
171602 },
171603 [0x11A20]={
171604  category="lo",
171605  description="ZANABAZAR SQUARE LETTER BA",
171606  direction="l",
171607  linebreak="al",
171608  unicodeslot=0x11A20,
171609 },
171610 [0x11A21]={
171611  category="lo",
171612  description="ZANABAZAR SQUARE LETTER BHA",
171613  direction="l",
171614  linebreak="al",
171615  unicodeslot=0x11A21,
171616 },
171617 [0x11A22]={
171618  category="lo",
171619  description="ZANABAZAR SQUARE LETTER MA",
171620  direction="l",
171621  linebreak="al",
171622  unicodeslot=0x11A22,
171623 },
171624 [0x11A23]={
171625  category="lo",
171626  description="ZANABAZAR SQUARE LETTER TSA",
171627  direction="l",
171628  linebreak="al",
171629  unicodeslot=0x11A23,
171630 },
171631 [0x11A24]={
171632  category="lo",
171633  description="ZANABAZAR SQUARE LETTER TSHA",
171634  direction="l",
171635  linebreak="al",
171636  unicodeslot=0x11A24,
171637 },
171638 [0x11A25]={
171639  category="lo",
171640  description="ZANABAZAR SQUARE LETTER DZA",
171641  direction="l",
171642  linebreak="al",
171643  unicodeslot=0x11A25,
171644 },
171645 [0x11A26]={
171646  category="lo",
171647  description="ZANABAZAR SQUARE LETTER DZHA",
171648  direction="l",
171649  linebreak="al",
171650  unicodeslot=0x11A26,
171651 },
171652 [0x11A27]={
171653  category="lo",
171654  description="ZANABAZAR SQUARE LETTER ZHA",
171655  direction="l",
171656  linebreak="al",
171657  unicodeslot=0x11A27,
171658 },
171659 [0x11A28]={
171660  category="lo",
171661  description="ZANABAZAR SQUARE LETTER ZA",
171662  direction="l",
171663  linebreak="al",
171664  unicodeslot=0x11A28,
171665 },
171666 [0x11A29]={
171667  category="lo",
171668  description="ZANABAZAR SQUARE LETTER -A",
171669  direction="l",
171670  linebreak="al",
171671  unicodeslot=0x11A29,
171672 },
171673 [0x11A2A]={
171674  category="lo",
171675  description="ZANABAZAR SQUARE LETTER YA",
171676  direction="l",
171677  linebreak="al",
171678  unicodeslot=0x11A2A,
171679 },
171680 [0x11A2B]={
171681  category="lo",
171682  description="ZANABAZAR SQUARE LETTER RA",
171683  direction="l",
171684  linebreak="al",
171685  unicodeslot=0x11A2B,
171686 },
171687 [0x11A2C]={
171688  category="lo",
171689  description="ZANABAZAR SQUARE LETTER LA",
171690  direction="l",
171691  linebreak="al",
171692  unicodeslot=0x11A2C,
171693 },
171694 [0x11A2D]={
171695  category="lo",
171696  description="ZANABAZAR SQUARE LETTER VA",
171697  direction="l",
171698  linebreak="al",
171699  unicodeslot=0x11A2D,
171700 },
171701 [0x11A2E]={
171702  category="lo",
171703  description="ZANABAZAR SQUARE LETTER SHA",
171704  direction="l",
171705  linebreak="al",
171706  unicodeslot=0x11A2E,
171707 },
171708 [0x11A2F]={
171709  category="lo",
171710  description="ZANABAZAR SQUARE LETTER SSA",
171711  direction="l",
171712  linebreak="al",
171713  unicodeslot=0x11A2F,
171714 },
171715 [0x11A30]={
171716  category="lo",
171717  description="ZANABAZAR SQUARE LETTER SA",
171718  direction="l",
171719  linebreak="al",
171720  unicodeslot=0x11A30,
171721 },
171722 [0x11A31]={
171723  category="lo",
171724  description="ZANABAZAR SQUARE LETTER HA",
171725  direction="l",
171726  linebreak="al",
171727  unicodeslot=0x11A31,
171728 },
171729 [0x11A32]={
171730  category="lo",
171731  description="ZANABAZAR SQUARE LETTER KSSA",
171732  direction="l",
171733  linebreak="al",
171734  unicodeslot=0x11A32,
171735 },
171736 [0x11A33]={
171737  category="mn",
171738  description="ZANABAZAR SQUARE FINAL CONSONANT MARK",
171739  direction="nsm",
171740  linebreak="cm",
171741  unicodeslot=0x11A33,
171742 },
171743 [0x11A34]={
171744  category="mn",
171745  combining=0x9,
171746  description="ZANABAZAR SQUARE SIGN VIRAMA",
171747  direction="nsm",
171748  linebreak="cm",
171749  unicodeslot=0x11A34,
171750 },
171751 [0x11A35]={
171752  category="mn",
171753  description="ZANABAZAR SQUARE SIGN CANDRABINDU",
171754  direction="nsm",
171755  linebreak="cm",
171756  unicodeslot=0x11A35,
171757 },
171758 [0x11A36]={
171759  category="mn",
171760  description="ZANABAZAR SQUARE SIGN CANDRABINDU WITH ORNAMENT",
171761  direction="nsm",
171762  linebreak="cm",
171763  unicodeslot=0x11A36,
171764 },
171765 [0x11A37]={
171766  category="mn",
171767  description="ZANABAZAR SQUARE SIGN CANDRA WITH ORNAMENT",
171768  direction="nsm",
171769  linebreak="cm",
171770  unicodeslot=0x11A37,
171771 },
171772 [0x11A38]={
171773  category="mn",
171774  description="ZANABAZAR SQUARE SIGN ANUSVARA",
171775  direction="nsm",
171776  linebreak="cm",
171777  unicodeslot=0x11A38,
171778 },
171779 [0x11A39]={
171780  category="mc",
171781  description="ZANABAZAR SQUARE SIGN VISARGA",
171782  direction="l",
171783  linebreak="cm",
171784  unicodeslot=0x11A39,
171785 },
171786 [0x11A3A]={
171787  category="lo",
171788  description="ZANABAZAR SQUARE CLUSTER-INITIAL LETTER RA",
171789  direction="l",
171790  linebreak="al",
171791  unicodeslot=0x11A3A,
171792 },
171793 [0x11A3B]={
171794  category="mn",
171795  description="ZANABAZAR SQUARE CLUSTER-FINAL LETTER YA",
171796  direction="nsm",
171797  linebreak="cm",
171798  unicodeslot=0x11A3B,
171799 },
171800 [0x11A3C]={
171801  category="mn",
171802  description="ZANABAZAR SQUARE CLUSTER-FINAL LETTER RA",
171803  direction="nsm",
171804  linebreak="cm",
171805  unicodeslot=0x11A3C,
171806 },
171807 [0x11A3D]={
171808  category="mn",
171809  description="ZANABAZAR SQUARE CLUSTER-FINAL LETTER LA",
171810  direction="nsm",
171811  linebreak="cm",
171812  unicodeslot=0x11A3D,
171813 },
171814 [0x11A3E]={
171815  category="mn",
171816  description="ZANABAZAR SQUARE CLUSTER-FINAL LETTER VA",
171817  direction="nsm",
171818  linebreak="cm",
171819  unicodeslot=0x11A3E,
171820 },
171821 [0x11A3F]={
171822  category="po",
171823  description="ZANABAZAR SQUARE INITIAL HEAD MARK",
171824  direction="l",
171825  linebreak="bb",
171826  unicodeslot=0x11A3F,
171827 },
171828 [0x11A40]={
171829  category="po",
171830  description="ZANABAZAR SQUARE CLOSING HEAD MARK",
171831  direction="l",
171832  linebreak="al",
171833  unicodeslot=0x11A40,
171834 },
171835 [0x11A41]={
171836  category="po",
171837  description="ZANABAZAR SQUARE MARK TSHEG",
171838  direction="l",
171839  linebreak="ba",
171840  unicodeslot=0x11A41,
171841 },
171842 [0x11A42]={
171843  category="po",
171844  description="ZANABAZAR SQUARE MARK SHAD",
171845  direction="l",
171846  linebreak="ba",
171847  unicodeslot=0x11A42,
171848 },
171849 [0x11A43]={
171850  category="po",
171851  description="ZANABAZAR SQUARE MARK DOUBLE SHAD",
171852  direction="l",
171853  linebreak="ba",
171854  unicodeslot=0x11A43,
171855 },
171856 [0x11A44]={
171857  category="po",
171858  description="ZANABAZAR SQUARE MARK LONG TSHEG",
171859  direction="l",
171860  linebreak="ba",
171861  unicodeslot=0x11A44,
171862 },
171863 [0x11A45]={
171864  category="po",
171865  description="ZANABAZAR SQUARE INITIAL DOUBLE-LINED HEAD MARK",
171866  direction="l",
171867  linebreak="bb",
171868  unicodeslot=0x11A45,
171869 },
171870 [0x11A46]={
171871  category="po",
171872  description="ZANABAZAR SQUARE CLOSING DOUBLE-LINED HEAD MARK",
171873  direction="l",
171874  linebreak="al",
171875  unicodeslot=0x11A46,
171876 },
171877 [0x11A47]={
171878  category="mn",
171879  combining=0x9,
171880  description="ZANABAZAR SQUARE SUBJOINER",
171881  direction="nsm",
171882  linebreak="cm",
171883  unicodeslot=0x11A47,
171884 },
171885 [0x11A50]={
171886  category="lo",
171887  description="SOYOMBO LETTER A",
171888  direction="l",
171889  linebreak="al",
171890  unicodeslot=0x11A50,
171891 },
171892 [0x11A51]={
171893  category="mn",
171894  description="SOYOMBO VOWEL SIGN I",
171895  direction="nsm",
171896  linebreak="cm",
171897  unicodeslot=0x11A51,
171898 },
171899 [0x11A52]={
171900  category="mn",
171901  description="SOYOMBO VOWEL SIGN UE",
171902  direction="nsm",
171903  linebreak="cm",
171904  unicodeslot=0x11A52,
171905 },
171906 [0x11A53]={
171907  category="mn",
171908  description="SOYOMBO VOWEL SIGN U",
171909  direction="nsm",
171910  linebreak="cm",
171911  unicodeslot=0x11A53,
171912 },
171913 [0x11A54]={
171914  category="mn",
171915  description="SOYOMBO VOWEL SIGN E",
171916  direction="nsm",
171917  linebreak="cm",
171918  unicodeslot=0x11A54,
171919 },
171920 [0x11A55]={
171921  category="mn",
171922  description="SOYOMBO VOWEL SIGN O",
171923  direction="nsm",
171924  linebreak="cm",
171925  unicodeslot=0x11A55,
171926 },
171927 [0x11A56]={
171928  category="mn",
171929  description="SOYOMBO VOWEL SIGN OE",
171930  direction="nsm",
171931  linebreak="cm",
171932  unicodeslot=0x11A56,
171933 },
171934 [0x11A57]={
171935  category="mc",
171936  description="SOYOMBO VOWEL SIGN AI",
171937  direction="l",
171938  linebreak="cm",
171939  unicodeslot=0x11A57,
171940 },
171941 [0x11A58]={
171942  category="mc",
171943  description="SOYOMBO VOWEL SIGN AU",
171944  direction="l",
171945  linebreak="cm",
171946  unicodeslot=0x11A58,
171947 },
171948 [0x11A59]={
171949  category="mn",
171950  description="SOYOMBO VOWEL SIGN VOCALIC R",
171951  direction="nsm",
171952  linebreak="cm",
171953  unicodeslot=0x11A59,
171954 },
171955 [0x11A5A]={
171956  category="mn",
171957  description="SOYOMBO VOWEL SIGN VOCALIC L",
171958  direction="nsm",
171959  linebreak="cm",
171960  unicodeslot=0x11A5A,
171961 },
171962 [0x11A5B]={
171963  category="mn",
171964  description="SOYOMBO VOWEL LENGTH MARK",
171965  direction="nsm",
171966  linebreak="cm",
171967  unicodeslot=0x11A5B,
171968 },
171969 [0x11A5C]={
171970  category="lo",
171971  description="SOYOMBO LETTER KA",
171972  direction="l",
171973  linebreak="al",
171974  unicodeslot=0x11A5C,
171975 },
171976 [0x11A5D]={
171977  category="lo",
171978  description="SOYOMBO LETTER KHA",
171979  direction="l",
171980  linebreak="al",
171981  unicodeslot=0x11A5D,
171982 },
171983 [0x11A5E]={
171984  category="lo",
171985  description="SOYOMBO LETTER GA",
171986  direction="l",
171987  linebreak="al",
171988  unicodeslot=0x11A5E,
171989 },
171990 [0x11A5F]={
171991  category="lo",
171992  description="SOYOMBO LETTER GHA",
171993  direction="l",
171994  linebreak="al",
171995  unicodeslot=0x11A5F,
171996 },
171997 [0x11A60]={
171998  category="lo",
171999  description="SOYOMBO LETTER NGA",
172000  direction="l",
172001  linebreak="al",
172002  unicodeslot=0x11A60,
172003 },
172004 [0x11A61]={
172005  category="lo",
172006  description="SOYOMBO LETTER CA",
172007  direction="l",
172008  linebreak="al",
172009  unicodeslot=0x11A61,
172010 },
172011 [0x11A62]={
172012  category="lo",
172013  description="SOYOMBO LETTER CHA",
172014  direction="l",
172015  linebreak="al",
172016  unicodeslot=0x11A62,
172017 },
172018 [0x11A63]={
172019  category="lo",
172020  description="SOYOMBO LETTER JA",
172021  direction="l",
172022  linebreak="al",
172023  unicodeslot=0x11A63,
172024 },
172025 [0x11A64]={
172026  category="lo",
172027  description="SOYOMBO LETTER JHA",
172028  direction="l",
172029  linebreak="al",
172030  unicodeslot=0x11A64,
172031 },
172032 [0x11A65]={
172033  category="lo",
172034  description="SOYOMBO LETTER NYA",
172035  direction="l",
172036  linebreak="al",
172037  unicodeslot=0x11A65,
172038 },
172039 [0x11A66]={
172040  category="lo",
172041  description="SOYOMBO LETTER TTA",
172042  direction="l",
172043  linebreak="al",
172044  unicodeslot=0x11A66,
172045 },
172046 [0x11A67]={
172047  category="lo",
172048  description="SOYOMBO LETTER TTHA",
172049  direction="l",
172050  linebreak="al",
172051  unicodeslot=0x11A67,
172052 },
172053 [0x11A68]={
172054  category="lo",
172055  description="SOYOMBO LETTER DDA",
172056  direction="l",
172057  linebreak="al",
172058  unicodeslot=0x11A68,
172059 },
172060 [0x11A69]={
172061  category="lo",
172062  description="SOYOMBO LETTER DDHA",
172063  direction="l",
172064  linebreak="al",
172065  unicodeslot=0x11A69,
172066 },
172067 [0x11A6A]={
172068  category="lo",
172069  description="SOYOMBO LETTER NNA",
172070  direction="l",
172071  linebreak="al",
172072  unicodeslot=0x11A6A,
172073 },
172074 [0x11A6B]={
172075  category="lo",
172076  description="SOYOMBO LETTER TA",
172077  direction="l",
172078  linebreak="al",
172079  unicodeslot=0x11A6B,
172080 },
172081 [0x11A6C]={
172082  category="lo",
172083  description="SOYOMBO LETTER THA",
172084  direction="l",
172085  linebreak="al",
172086  unicodeslot=0x11A6C,
172087 },
172088 [0x11A6D]={
172089  category="lo",
172090  description="SOYOMBO LETTER DA",
172091  direction="l",
172092  linebreak="al",
172093  unicodeslot=0x11A6D,
172094 },
172095 [0x11A6E]={
172096  category="lo",
172097  description="SOYOMBO LETTER DHA",
172098  direction="l",
172099  linebreak="al",
172100  unicodeslot=0x11A6E,
172101 },
172102 [0x11A6F]={
172103  category="lo",
172104  description="SOYOMBO LETTER NA",
172105  direction="l",
172106  linebreak="al",
172107  unicodeslot=0x11A6F,
172108 },
172109 [0x11A70]={
172110  category="lo",
172111  description="SOYOMBO LETTER PA",
172112  direction="l",
172113  linebreak="al",
172114  unicodeslot=0x11A70,
172115 },
172116 [0x11A71]={
172117  category="lo",
172118  description="SOYOMBO LETTER PHA",
172119  direction="l",
172120  linebreak="al",
172121  unicodeslot=0x11A71,
172122 },
172123 [0x11A72]={
172124  category="lo",
172125  description="SOYOMBO LETTER BA",
172126  direction="l",
172127  linebreak="al",
172128  unicodeslot=0x11A72,
172129 },
172130 [0x11A73]={
172131  category="lo",
172132  description="SOYOMBO LETTER BHA",
172133  direction="l",
172134  linebreak="al",
172135  unicodeslot=0x11A73,
172136 },
172137 [0x11A74]={
172138  category="lo",
172139  description="SOYOMBO LETTER MA",
172140  direction="l",
172141  linebreak="al",
172142  unicodeslot=0x11A74,
172143 },
172144 [0x11A75]={
172145  category="lo",
172146  description="SOYOMBO LETTER TSA",
172147  direction="l",
172148  linebreak="al",
172149  unicodeslot=0x11A75,
172150 },
172151 [0x11A76]={
172152  category="lo",
172153  description="SOYOMBO LETTER TSHA",
172154  direction="l",
172155  linebreak="al",
172156  unicodeslot=0x11A76,
172157 },
172158 [0x11A77]={
172159  category="lo",
172160  description="SOYOMBO LETTER DZA",
172161  direction="l",
172162  linebreak="al",
172163  unicodeslot=0x11A77,
172164 },
172165 [0x11A78]={
172166  category="lo",
172167  description="SOYOMBO LETTER ZHA",
172168  direction="l",
172169  linebreak="al",
172170  unicodeslot=0x11A78,
172171 },
172172 [0x11A79]={
172173  category="lo",
172174  description="SOYOMBO LETTER ZA",
172175  direction="l",
172176  linebreak="al",
172177  unicodeslot=0x11A79,
172178 },
172179 [0x11A7A]={
172180  category="lo",
172181  description="SOYOMBO LETTER -A",
172182  direction="l",
172183  linebreak="al",
172184  unicodeslot=0x11A7A,
172185 },
172186 [0x11A7B]={
172187  category="lo",
172188  description="SOYOMBO LETTER YA",
172189  direction="l",
172190  linebreak="al",
172191  unicodeslot=0x11A7B,
172192 },
172193 [0x11A7C]={
172194  category="lo",
172195  description="SOYOMBO LETTER RA",
172196  direction="l",
172197  linebreak="al",
172198  unicodeslot=0x11A7C,
172199 },
172200 [0x11A7D]={
172201  category="lo",
172202  description="SOYOMBO LETTER LA",
172203  direction="l",
172204  linebreak="al",
172205  unicodeslot=0x11A7D,
172206 },
172207 [0x11A7E]={
172208  category="lo",
172209  description="SOYOMBO LETTER VA",
172210  direction="l",
172211  linebreak="al",
172212  unicodeslot=0x11A7E,
172213 },
172214 [0x11A7F]={
172215  category="lo",
172216  description="SOYOMBO LETTER SHA",
172217  direction="l",
172218  linebreak="al",
172219  unicodeslot=0x11A7F,
172220 },
172221 [0x11A80]={
172222  category="lo",
172223  description="SOYOMBO LETTER SSA",
172224  direction="l",
172225  linebreak="al",
172226  unicodeslot=0x11A80,
172227 },
172228 [0x11A81]={
172229  category="lo",
172230  description="SOYOMBO LETTER SA",
172231  direction="l",
172232  linebreak="al",
172233  unicodeslot=0x11A81,
172234 },
172235 [0x11A82]={
172236  category="lo",
172237  description="SOYOMBO LETTER HA",
172238  direction="l",
172239  linebreak="al",
172240  unicodeslot=0x11A82,
172241 },
172242 [0x11A83]={
172243  category="lo",
172244  description="SOYOMBO LETTER KSSA",
172245  direction="l",
172246  linebreak="al",
172247  unicodeslot=0x11A83,
172248 },
172249 [0x11A84]={
172250  category="lo",
172251  description="SOYOMBO SIGN JIHVAMULIYA",
172252  direction="l",
172253  linebreak="al",
172254  unicodeslot=0x11A84,
172255 },
172256 [0x11A85]={
172257  category="lo",
172258  description="SOYOMBO SIGN UPADHMANIYA",
172259  direction="l",
172260  linebreak="al",
172261  unicodeslot=0x11A85,
172262 },
172263 [0x11A86]={
172264  category="lo",
172265  description="SOYOMBO CLUSTER-INITIAL LETTER RA",
172266  direction="l",
172267  linebreak="al",
172268  unicodeslot=0x11A86,
172269 },
172270 [0x11A87]={
172271  category="lo",
172272  description="SOYOMBO CLUSTER-INITIAL LETTER LA",
172273  direction="l",
172274  linebreak="al",
172275  unicodeslot=0x11A87,
172276 },
172277 [0x11A88]={
172278  category="lo",
172279  description="SOYOMBO CLUSTER-INITIAL LETTER SHA",
172280  direction="l",
172281  linebreak="al",
172282  unicodeslot=0x11A88,
172283 },
172284 [0x11A89]={
172285  category="lo",
172286  description="SOYOMBO CLUSTER-INITIAL LETTER SA",
172287  direction="l",
172288  linebreak="al",
172289  unicodeslot=0x11A89,
172290 },
172291 [0x11A8A]={
172292  category="mn",
172293  description="SOYOMBO FINAL CONSONANT SIGN G",
172294  direction="nsm",
172295  linebreak="cm",
172296  unicodeslot=0x11A8A,
172297 },
172298 [0x11A8B]={
172299  category="mn",
172300  description="SOYOMBO FINAL CONSONANT SIGN K",
172301  direction="nsm",
172302  linebreak="cm",
172303  unicodeslot=0x11A8B,
172304 },
172305 [0x11A8C]={
172306  category="mn",
172307  description="SOYOMBO FINAL CONSONANT SIGN NG",
172308  direction="nsm",
172309  linebreak="cm",
172310  unicodeslot=0x11A8C,
172311 },
172312 [0x11A8D]={
172313  category="mn",
172314  description="SOYOMBO FINAL CONSONANT SIGN D",
172315  direction="nsm",
172316  linebreak="cm",
172317  unicodeslot=0x11A8D,
172318 },
172319 [0x11A8E]={
172320  category="mn",
172321  description="SOYOMBO FINAL CONSONANT SIGN N",
172322  direction="nsm",
172323  linebreak="cm",
172324  unicodeslot=0x11A8E,
172325 },
172326 [0x11A8F]={
172327  category="mn",
172328  description="SOYOMBO FINAL CONSONANT SIGN B",
172329  direction="nsm",
172330  linebreak="cm",
172331  unicodeslot=0x11A8F,
172332 },
172333 [0x11A90]={
172334  category="mn",
172335  description="SOYOMBO FINAL CONSONANT SIGN M",
172336  direction="nsm",
172337  linebreak="cm",
172338  unicodeslot=0x11A90,
172339 },
172340 [0x11A91]={
172341  category="mn",
172342  description="SOYOMBO FINAL CONSONANT SIGN R",
172343  direction="nsm",
172344  linebreak="cm",
172345  unicodeslot=0x11A91,
172346 },
172347 [0x11A92]={
172348  category="mn",
172349  description="SOYOMBO FINAL CONSONANT SIGN L",
172350  direction="nsm",
172351  linebreak="cm",
172352  unicodeslot=0x11A92,
172353 },
172354 [0x11A93]={
172355  category="mn",
172356  description="SOYOMBO FINAL CONSONANT SIGN SH",
172357  direction="nsm",
172358  linebreak="cm",
172359  unicodeslot=0x11A93,
172360 },
172361 [0x11A94]={
172362  category="mn",
172363  description="SOYOMBO FINAL CONSONANT SIGN S",
172364  direction="nsm",
172365  linebreak="cm",
172366  unicodeslot=0x11A94,
172367 },
172368 [0x11A95]={
172369  category="mn",
172370  description="SOYOMBO FINAL CONSONANT SIGN -A",
172371  direction="nsm",
172372  linebreak="cm",
172373  unicodeslot=0x11A95,
172374 },
172375 [0x11A96]={
172376  category="mn",
172377  description="SOYOMBO SIGN ANUSVARA",
172378  direction="nsm",
172379  linebreak="cm",
172380  unicodeslot=0x11A96,
172381 },
172382 [0x11A97]={
172383  category="mc",
172384  description="SOYOMBO SIGN VISARGA",
172385  direction="l",
172386  linebreak="cm",
172387  unicodeslot=0x11A97,
172388 },
172389 [0x11A98]={
172390  category="mn",
172391  description="SOYOMBO GEMINATION MARK",
172392  direction="nsm",
172393  linebreak="cm",
172394  unicodeslot=0x11A98,
172395 },
172396 [0x11A99]={
172397  category="mn",
172398  combining=0x9,
172399  description="SOYOMBO SUBJOINER",
172400  direction="nsm",
172401  linebreak="cm",
172402  unicodeslot=0x11A99,
172403 },
172404 [0x11A9A]={
172405  category="po",
172406  description="SOYOMBO MARK TSHEG",
172407  direction="l",
172408  linebreak="ba",
172409  unicodeslot=0x11A9A,
172410 },
172411 [0x11A9B]={
172412  category="po",
172413  description="SOYOMBO MARK SHAD",
172414  direction="l",
172415  linebreak="ba",
172416  unicodeslot=0x11A9B,
172417 },
172418 [0x11A9C]={
172419  category="po",
172420  description="SOYOMBO MARK DOUBLE SHAD",
172421  direction="l",
172422  linebreak="ba",
172423  unicodeslot=0x11A9C,
172424 },
172425 [0x11A9D]={
172426  category="lo",
172427  description="SOYOMBO MARK PLUTA",
172428  direction="l",
172429  linebreak="al",
172430  unicodeslot=0x11A9D,
172431 },
172432 [0x11A9E]={
172433  category="po",
172434  description="SOYOMBO HEAD MARK WITH MOON AND SUN AND TRIPLE FLAME",
172435  direction="l",
172436  linebreak="bb",
172437  unicodeslot=0x11A9E,
172438 },
172439 [0x11A9F]={
172440  category="po",
172441  description="SOYOMBO HEAD MARK WITH MOON AND SUN AND FLAME",
172442  direction="l",
172443  linebreak="bb",
172444  unicodeslot=0x11A9F,
172445 },
172446 [0x11AA0]={
172447  category="po",
172448  description="SOYOMBO HEAD MARK WITH MOON AND SUN",
172449  direction="l",
172450  linebreak="bb",
172451  unicodeslot=0x11AA0,
172452 },
172453 [0x11AA1]={
172454  category="po",
172455  description="SOYOMBO TERMINAL MARK-1",
172456  direction="l",
172457  linebreak="ba",
172458  unicodeslot=0x11AA1,
172459 },
172460 [0x11AA2]={
172461  category="po",
172462  description="SOYOMBO TERMINAL MARK-2",
172463  direction="l",
172464  linebreak="ba",
172465  unicodeslot=0x11AA2,
172466 },
172467 [0x11AB0]={
172468  category="lo",
172469  description="CANADIAN SYLLABICS NATTILIK HI",
172470  direction="l",
172471  linebreak="al",
172472  unicodeslot=0x11AB0,
172473 },
172474 [0x11AB1]={
172475  category="lo",
172476  description="CANADIAN SYLLABICS NATTILIK HII",
172477  direction="l",
172478  linebreak="al",
172479  unicodeslot=0x11AB1,
172480 },
172481 [0x11AB2]={
172482  category="lo",
172483  description="CANADIAN SYLLABICS NATTILIK HO",
172484  direction="l",
172485  linebreak="al",
172486  unicodeslot=0x11AB2,
172487 },
172488 [0x11AB3]={
172489  category="lo",
172490  description="CANADIAN SYLLABICS NATTILIK HOO",
172491  direction="l",
172492  linebreak="al",
172493  unicodeslot=0x11AB3,
172494 },
172495 [0x11AB4]={
172496  category="lo",
172497  description="CANADIAN SYLLABICS NATTILIK HA",
172498  direction="l",
172499  linebreak="al",
172500  unicodeslot=0x11AB4,
172501 },
172502 [0x11AB5]={
172503  category="lo",
172504  description="CANADIAN SYLLABICS NATTILIK HAA",
172505  direction="l",
172506  linebreak="al",
172507  unicodeslot=0x11AB5,
172508 },
172509 [0x11AB6]={
172510  category="lo",
172511  description="CANADIAN SYLLABICS NATTILIK SHRI",
172512  direction="l",
172513  linebreak="al",
172514  unicodeslot=0x11AB6,
172515 },
172516 [0x11AB7]={
172517  category="lo",
172518  description="CANADIAN SYLLABICS NATTILIK SHRII",
172519  direction="l",
172520  linebreak="al",
172521  unicodeslot=0x11AB7,
172522 },
172523 [0x11AB8]={
172524  category="lo",
172525  description="CANADIAN SYLLABICS NATTILIK SHRO",
172526  direction="l",
172527  linebreak="al",
172528  unicodeslot=0x11AB8,
172529 },
172530 [0x11AB9]={
172531  category="lo",
172532  description="CANADIAN SYLLABICS NATTILIK SHROO",
172533  direction="l",
172534  linebreak="al",
172535  unicodeslot=0x11AB9,
172536 },
172537 [0x11ABA]={
172538  category="lo",
172539  description="CANADIAN SYLLABICS NATTILIK SHRA",
172540  direction="l",
172541  linebreak="al",
172542  unicodeslot=0x11ABA,
172543 },
172544 [0x11ABB]={
172545  category="lo",
172546  description="CANADIAN SYLLABICS NATTILIK SHRAA",
172547  direction="l",
172548  linebreak="al",
172549  unicodeslot=0x11ABB,
172550 },
172551 [0x11ABC]={
172552  category="lo",
172553  description="CANADIAN SYLLABICS SPE",
172554  direction="l",
172555  linebreak="al",
172556  unicodeslot=0x11ABC,
172557 },
172558 [0x11ABD]={
172559  category="lo",
172560  description="CANADIAN SYLLABICS SPI",
172561  direction="l",
172562  linebreak="al",
172563  unicodeslot=0x11ABD,
172564 },
172565 [0x11ABE]={
172566  category="lo",
172567  description="CANADIAN SYLLABICS SPO",
172568  direction="l",
172569  linebreak="al",
172570  unicodeslot=0x11ABE,
172571 },
172572 [0x11ABF]={
172573  category="lo",
172574  description="CANADIAN SYLLABICS SPA",
172575  direction="l",
172576  linebreak="al",
172577  unicodeslot=0x11ABF,
172578 },
172579 [0x11AC0]={
172580  category="lo",
172581  description="PAU CIN HAU LETTER PA",
172582  direction="l",
172583  linebreak="al",
172584  unicodeslot=0x11AC0,
172585 },
172586 [0x11AC1]={
172587  category="lo",
172588  description="PAU CIN HAU LETTER KA",
172589  direction="l",
172590  linebreak="al",
172591  unicodeslot=0x11AC1,
172592 },
172593 [0x11AC2]={
172594  category="lo",
172595  description="PAU CIN HAU LETTER LA",
172596  direction="l",
172597  linebreak="al",
172598  unicodeslot=0x11AC2,
172599 },
172600 [0x11AC3]={
172601  category="lo",
172602  description="PAU CIN HAU LETTER MA",
172603  direction="l",
172604  linebreak="al",
172605  unicodeslot=0x11AC3,
172606 },
172607 [0x11AC4]={
172608  category="lo",
172609  description="PAU CIN HAU LETTER DA",
172610  direction="l",
172611  linebreak="al",
172612  unicodeslot=0x11AC4,
172613 },
172614 [0x11AC5]={
172615  category="lo",
172616  description="PAU CIN HAU LETTER ZA",
172617  direction="l",
172618  linebreak="al",
172619  unicodeslot=0x11AC5,
172620 },
172621 [0x11AC6]={
172622  category="lo",
172623  description="PAU CIN HAU LETTER VA",
172624  direction="l",
172625  linebreak="al",
172626  unicodeslot=0x11AC6,
172627 },
172628 [0x11AC7]={
172629  category="lo",
172630  description="PAU CIN HAU LETTER NGA",
172631  direction="l",
172632  linebreak="al",
172633  unicodeslot=0x11AC7,
172634 },
172635 [0x11AC8]={
172636  category="lo",
172637  description="PAU CIN HAU LETTER HA",
172638  direction="l",
172639  linebreak="al",
172640  unicodeslot=0x11AC8,
172641 },
172642 [0x11AC9]={
172643  category="lo",
172644  description="PAU CIN HAU LETTER GA",
172645  direction="l",
172646  linebreak="al",
172647  unicodeslot=0x11AC9,
172648 },
172649 [0x11ACA]={
172650  category="lo",
172651  description="PAU CIN HAU LETTER KHA",
172652  direction="l",
172653  linebreak="al",
172654  unicodeslot=0x11ACA,
172655 },
172656 [0x11ACB]={
172657  category="lo",
172658  description="PAU CIN HAU LETTER SA",
172659  direction="l",
172660  linebreak="al",
172661  unicodeslot=0x11ACB,
172662 },
172663 [0x11ACC]={
172664  category="lo",
172665  description="PAU CIN HAU LETTER BA",
172666  direction="l",
172667  linebreak="al",
172668  unicodeslot=0x11ACC,
172669 },
172670 [0x11ACD]={
172671  category="lo",
172672  description="PAU CIN HAU LETTER CA",
172673  direction="l",
172674  linebreak="al",
172675  unicodeslot=0x11ACD,
172676 },
172677 [0x11ACE]={
172678  category="lo",
172679  description="PAU CIN HAU LETTER TA",
172680  direction="l",
172681  linebreak="al",
172682  unicodeslot=0x11ACE,
172683 },
172684 [0x11ACF]={
172685  category="lo",
172686  description="PAU CIN HAU LETTER THA",
172687  direction="l",
172688  linebreak="al",
172689  unicodeslot=0x11ACF,
172690 },
172691 [0x11AD0]={
172692  category="lo",
172693  description="PAU CIN HAU LETTER NA",
172694  direction="l",
172695  linebreak="al",
172696  unicodeslot=0x11AD0,
172697 },
172698 [0x11AD1]={
172699  category="lo",
172700  description="PAU CIN HAU LETTER PHA",
172701  direction="l",
172702  linebreak="al",
172703  unicodeslot=0x11AD1,
172704 },
172705 [0x11AD2]={
172706  category="lo",
172707  description="PAU CIN HAU LETTER RA",
172708  direction="l",
172709  linebreak="al",
172710  unicodeslot=0x11AD2,
172711 },
172712 [0x11AD3]={
172713  category="lo",
172714  description="PAU CIN HAU LETTER FA",
172715  direction="l",
172716  linebreak="al",
172717  unicodeslot=0x11AD3,
172718 },
172719 [0x11AD4]={
172720  category="lo",
172721  description="PAU CIN HAU LETTER CHA",
172722  direction="l",
172723  linebreak="al",
172724  unicodeslot=0x11AD4,
172725 },
172726 [0x11AD5]={
172727  category="lo",
172728  description="PAU CIN HAU LETTER A",
172729  direction="l",
172730  linebreak="al",
172731  unicodeslot=0x11AD5,
172732 },
172733 [0x11AD6]={
172734  category="lo",
172735  description="PAU CIN HAU LETTER E",
172736  direction="l",
172737  linebreak="al",
172738  unicodeslot=0x11AD6,
172739 },
172740 [0x11AD7]={
172741  category="lo",
172742  description="PAU CIN HAU LETTER I",
172743  direction="l",
172744  linebreak="al",
172745  unicodeslot=0x11AD7,
172746 },
172747 [0x11AD8]={
172748  category="lo",
172749  description="PAU CIN HAU LETTER O",
172750  direction="l",
172751  linebreak="al",
172752  unicodeslot=0x11AD8,
172753 },
172754 [0x11AD9]={
172755  category="lo",
172756  description="PAU CIN HAU LETTER U",
172757  direction="l",
172758  linebreak="al",
172759  unicodeslot=0x11AD9,
172760 },
172761 [0x11ADA]={
172762  category="lo",
172763  description="PAU CIN HAU LETTER UA",
172764  direction="l",
172765  linebreak="al",
172766  unicodeslot=0x11ADA,
172767 },
172768 [0x11ADB]={
172769  category="lo",
172770  description="PAU CIN HAU LETTER IA",
172771  direction="l",
172772  linebreak="al",
172773  unicodeslot=0x11ADB,
172774 },
172775 [0x11ADC]={
172776  category="lo",
172777  description="PAU CIN HAU LETTER FINAL P",
172778  direction="l",
172779  linebreak="al",
172780  unicodeslot=0x11ADC,
172781 },
172782 [0x11ADD]={
172783  category="lo",
172784  description="PAU CIN HAU LETTER FINAL K",
172785  direction="l",
172786  linebreak="al",
172787  unicodeslot=0x11ADD,
172788 },
172789 [0x11ADE]={
172790  category="lo",
172791  description="PAU CIN HAU LETTER FINAL T",
172792  direction="l",
172793  linebreak="al",
172794  unicodeslot=0x11ADE,
172795 },
172796 [0x11ADF]={
172797  category="lo",
172798  description="PAU CIN HAU LETTER FINAL M",
172799  direction="l",
172800  linebreak="al",
172801  unicodeslot=0x11ADF,
172802 },
172803 [0x11AE0]={
172804  category="lo",
172805  description="PAU CIN HAU LETTER FINAL N",
172806  direction="l",
172807  linebreak="al",
172808  unicodeslot=0x11AE0,
172809 },
172810 [0x11AE1]={
172811  category="lo",
172812  description="PAU CIN HAU LETTER FINAL L",
172813  direction="l",
172814  linebreak="al",
172815  unicodeslot=0x11AE1,
172816 },
172817 [0x11AE2]={
172818  category="lo",
172819  description="PAU CIN HAU LETTER FINAL W",
172820  direction="l",
172821  linebreak="al",
172822  unicodeslot=0x11AE2,
172823 },
172824 [0x11AE3]={
172825  category="lo",
172826  description="PAU CIN HAU LETTER FINAL NG",
172827  direction="l",
172828  linebreak="al",
172829  unicodeslot=0x11AE3,
172830 },
172831 [0x11AE4]={
172832  category="lo",
172833  description="PAU CIN HAU LETTER FINAL Y",
172834  direction="l",
172835  linebreak="al",
172836  unicodeslot=0x11AE4,
172837 },
172838 [0x11AE5]={
172839  category="lo",
172840  description="PAU CIN HAU RISING TONE LONG",
172841  direction="l",
172842  linebreak="al",
172843  unicodeslot=0x11AE5,
172844 },
172845 [0x11AE6]={
172846  category="lo",
172847  description="PAU CIN HAU RISING TONE",
172848  direction="l",
172849  linebreak="al",
172850  unicodeslot=0x11AE6,
172851 },
172852 [0x11AE7]={
172853  category="lo",
172854  description="PAU CIN HAU SANDHI GLOTTAL STOP",
172855  direction="l",
172856  linebreak="al",
172857  unicodeslot=0x11AE7,
172858 },
172859 [0x11AE8]={
172860  category="lo",
172861  description="PAU CIN HAU RISING TONE LONG FINAL",
172862  direction="l",
172863  linebreak="al",
172864  unicodeslot=0x11AE8,
172865 },
172866 [0x11AE9]={
172867  category="lo",
172868  description="PAU CIN HAU RISING TONE FINAL",
172869  direction="l",
172870  linebreak="al",
172871  unicodeslot=0x11AE9,
172872 },
172873 [0x11AEA]={
172874  category="lo",
172875  description="PAU CIN HAU SANDHI GLOTTAL STOP FINAL",
172876  direction="l",
172877  linebreak="al",
172878  unicodeslot=0x11AEA,
172879 },
172880 [0x11AEB]={
172881  category="lo",
172882  description="PAU CIN HAU SANDHI TONE LONG",
172883  direction="l",
172884  linebreak="al",
172885  unicodeslot=0x11AEB,
172886 },
172887 [0x11AEC]={
172888  category="lo",
172889  description="PAU CIN HAU SANDHI TONE",
172890  direction="l",
172891  linebreak="al",
172892  unicodeslot=0x11AEC,
172893 },
172894 [0x11AED]={
172895  category="lo",
172896  description="PAU CIN HAU SANDHI TONE LONG FINAL",
172897  direction="l",
172898  linebreak="al",
172899  unicodeslot=0x11AED,
172900 },
172901 [0x11AEE]={
172902  category="lo",
172903  description="PAU CIN HAU SANDHI TONE FINAL",
172904  direction="l",
172905  linebreak="al",
172906  unicodeslot=0x11AEE,
172907 },
172908 [0x11AEF]={
172909  category="lo",
172910  description="PAU CIN HAU MID-LEVEL TONE",
172911  direction="l",
172912  linebreak="al",
172913  unicodeslot=0x11AEF,
172914 },
172915 [0x11AF0]={
172916  category="lo",
172917  description="PAU CIN HAU GLOTTAL STOP VARIANT",
172918  direction="l",
172919  linebreak="al",
172920  unicodeslot=0x11AF0,
172921 },
172922 [0x11AF1]={
172923  category="lo",
172924  description="PAU CIN HAU MID-LEVEL TONE LONG FINAL",
172925  direction="l",
172926  linebreak="al",
172927  unicodeslot=0x11AF1,
172928 },
172929 [0x11AF2]={
172930  category="lo",
172931  description="PAU CIN HAU MID-LEVEL TONE FINAL",
172932  direction="l",
172933  linebreak="al",
172934  unicodeslot=0x11AF2,
172935 },
172936 [0x11AF3]={
172937  category="lo",
172938  description="PAU CIN HAU LOW-FALLING TONE LONG",
172939  direction="l",
172940  linebreak="al",
172941  unicodeslot=0x11AF3,
172942 },
172943 [0x11AF4]={
172944  category="lo",
172945  description="PAU CIN HAU LOW-FALLING TONE",
172946  direction="l",
172947  linebreak="al",
172948  unicodeslot=0x11AF4,
172949 },
172950 [0x11AF5]={
172951  category="lo",
172952  description="PAU CIN HAU GLOTTAL STOP",
172953  direction="l",
172954  linebreak="al",
172955  unicodeslot=0x11AF5,
172956 },
172957 [0x11AF6]={
172958  category="lo",
172959  description="PAU CIN HAU LOW-FALLING TONE LONG FINAL",
172960  direction="l",
172961  linebreak="al",
172962  unicodeslot=0x11AF6,
172963 },
172964 [0x11AF7]={
172965  category="lo",
172966  description="PAU CIN HAU LOW-FALLING TONE FINAL",
172967  direction="l",
172968  linebreak="al",
172969  unicodeslot=0x11AF7,
172970 },
172971 [0x11AF8]={
172972  category="lo",
172973  description="PAU CIN HAU GLOTTAL STOP FINAL",
172974  direction="l",
172975  linebreak="al",
172976  unicodeslot=0x11AF8,
172977 },
172978 [0x11B00]={
172979  category="po",
172980  description="DEVANAGARI HEAD MARK",
172981  direction="l",
172982  linebreak="bb",
172983  unicodeslot=0x11B00,
172984 },
172985 [0x11B01]={
172986  category="po",
172987  description="DEVANAGARI HEAD MARK WITH HEADSTROKE",
172988  direction="l",
172989  linebreak="bb",
172990  unicodeslot=0x11B01,
172991 },
172992 [0x11B02]={
172993  category="po",
172994  description="DEVANAGARI SIGN BHALE",
172995  direction="l",
172996  linebreak="bb",
172997  unicodeslot=0x11B02,
172998 },
172999 [0x11B03]={
173000  category="po",
173001  description="DEVANAGARI SIGN BHALE WITH HOOK",
173002  direction="l",
173003  linebreak="bb",
173004  unicodeslot=0x11B03,
173005 },
173006 [0x11B04]={
173007  category="po",
173008  description="DEVANAGARI SIGN EXTENDED BHALE",
173009  direction="l",
173010  linebreak="bb",
173011  unicodeslot=0x11B04,
173012 },
173013 [0x11B05]={
173014  category="po",
173015  description="DEVANAGARI SIGN EXTENDED BHALE WITH HOOK",
173016  direction="l",
173017  linebreak="bb",
173018  unicodeslot=0x11B05,
173019 },
173020 [0x11B06]={
173021  category="po",
173022  description="DEVANAGARI SIGN WESTERN FIVE-LIKE BHALE",
173023  direction="l",
173024  linebreak="bb",
173025  unicodeslot=0x11B06,
173026 },
173027 [0x11B07]={
173028  category="po",
173029  description="DEVANAGARI SIGN WESTERN NINE-LIKE BHALE",
173030  direction="l",
173031  linebreak="bb",
173032  unicodeslot=0x11B07,
173033 },
173034 [0x11B08]={
173035  category="po",
173036  description="DEVANAGARI SIGN REVERSED NINE-LIKE BHALE",
173037  direction="l",
173038  linebreak="bb",
173039  unicodeslot=0x11B08,
173040 },
173041 [0x11B09]={
173042  category="po",
173043  description="DEVANAGARI SIGN MINDU",
173044  direction="l",
173045  linebreak="bb",
173046  unicodeslot=0x11B09,
173047 },
173048 [0x11C00]={
173049  category="lo",
173050  description="BHAIKSUKI LETTER A",
173051  direction="l",
173052  linebreak="al",
173053  unicodeslot=0x11C00,
173054 },
173055 [0x11C01]={
173056  category="lo",
173057  description="BHAIKSUKI LETTER AA",
173058  direction="l",
173059  linebreak="al",
173060  unicodeslot=0x11C01,
173061 },
173062 [0x11C02]={
173063  category="lo",
173064  description="BHAIKSUKI LETTER I",
173065  direction="l",
173066  linebreak="al",
173067  unicodeslot=0x11C02,
173068 },
173069 [0x11C03]={
173070  category="lo",
173071  description="BHAIKSUKI LETTER II",
173072  direction="l",
173073  linebreak="al",
173074  unicodeslot=0x11C03,
173075 },
173076 [0x11C04]={
173077  category="lo",
173078  description="BHAIKSUKI LETTER U",
173079  direction="l",
173080  linebreak="al",
173081  unicodeslot=0x11C04,
173082 },
173083 [0x11C05]={
173084  category="lo",
173085  description="BHAIKSUKI LETTER UU",
173086  direction="l",
173087  linebreak="al",
173088  unicodeslot=0x11C05,
173089 },
173090 [0x11C06]={
173091  category="lo",
173092  description="BHAIKSUKI LETTER VOCALIC R",
173093  direction="l",
173094  linebreak="al",
173095  unicodeslot=0x11C06,
173096 },
173097 [0x11C07]={
173098  category="lo",
173099  description="BHAIKSUKI LETTER VOCALIC RR",
173100  direction="l",
173101  linebreak="al",
173102  unicodeslot=0x11C07,
173103 },
173104 [0x11C08]={
173105  category="lo",
173106  description="BHAIKSUKI LETTER VOCALIC L",
173107  direction="l",
173108  linebreak="al",
173109  unicodeslot=0x11C08,
173110 },
173111 [0x11C0A]={
173112  category="lo",
173113  description="BHAIKSUKI LETTER E",
173114  direction="l",
173115  linebreak="al",
173116  unicodeslot=0x11C0A,
173117 },
173118 [0x11C0B]={
173119  category="lo",
173120  description="BHAIKSUKI LETTER AI",
173121  direction="l",
173122  linebreak="al",
173123  unicodeslot=0x11C0B,
173124 },
173125 [0x11C0C]={
173126  category="lo",
173127  description="BHAIKSUKI LETTER O",
173128  direction="l",
173129  linebreak="al",
173130  unicodeslot=0x11C0C,
173131 },
173132 [0x11C0D]={
173133  category="lo",
173134  description="BHAIKSUKI LETTER AU",
173135  direction="l",
173136  linebreak="al",
173137  unicodeslot=0x11C0D,
173138 },
173139 [0x11C0E]={
173140  category="lo",
173141  description="BHAIKSUKI LETTER KA",
173142  direction="l",
173143  linebreak="al",
173144  unicodeslot=0x11C0E,
173145 },
173146 [0x11C0F]={
173147  category="lo",
173148  description="BHAIKSUKI LETTER KHA",
173149  direction="l",
173150  linebreak="al",
173151  unicodeslot=0x11C0F,
173152 },
173153 [0x11C10]={
173154  category="lo",
173155  description="BHAIKSUKI LETTER GA",
173156  direction="l",
173157  linebreak="al",
173158  unicodeslot=0x11C10,
173159 },
173160 [0x11C11]={
173161  category="lo",
173162  description="BHAIKSUKI LETTER GHA",
173163  direction="l",
173164  linebreak="al",
173165  unicodeslot=0x11C11,
173166 },
173167 [0x11C12]={
173168  category="lo",
173169  description="BHAIKSUKI LETTER NGA",
173170  direction="l",
173171  linebreak="al",
173172  unicodeslot=0x11C12,
173173 },
173174 [0x11C13]={
173175  category="lo",
173176  description="BHAIKSUKI LETTER CA",
173177  direction="l",
173178  linebreak="al",
173179  unicodeslot=0x11C13,
173180 },
173181 [0x11C14]={
173182  category="lo",
173183  description="BHAIKSUKI LETTER CHA",
173184  direction="l",
173185  linebreak="al",
173186  unicodeslot=0x11C14,
173187 },
173188 [0x11C15]={
173189  category="lo",
173190  description="BHAIKSUKI LETTER JA",
173191  direction="l",
173192  linebreak="al",
173193  unicodeslot=0x11C15,
173194 },
173195 [0x11C16]={
173196  category="lo",
173197  description="BHAIKSUKI LETTER JHA",
173198  direction="l",
173199  linebreak="al",
173200  unicodeslot=0x11C16,
173201 },
173202 [0x11C17]={
173203  category="lo",
173204  description="BHAIKSUKI LETTER NYA",
173205  direction="l",
173206  linebreak="al",
173207  unicodeslot=0x11C17,
173208 },
173209 [0x11C18]={
173210  category="lo",
173211  description="BHAIKSUKI LETTER TTA",
173212  direction="l",
173213  linebreak="al",
173214  unicodeslot=0x11C18,
173215 },
173216 [0x11C19]={
173217  category="lo",
173218  description="BHAIKSUKI LETTER TTHA",
173219  direction="l",
173220  linebreak="al",
173221  unicodeslot=0x11C19,
173222 },
173223 [0x11C1A]={
173224  category="lo",
173225  description="BHAIKSUKI LETTER DDA",
173226  direction="l",
173227  linebreak="al",
173228  unicodeslot=0x11C1A,
173229 },
173230 [0x11C1B]={
173231  category="lo",
173232  description="BHAIKSUKI LETTER DDHA",
173233  direction="l",
173234  linebreak="al",
173235  unicodeslot=0x11C1B,
173236 },
173237 [0x11C1C]={
173238  category="lo",
173239  description="BHAIKSUKI LETTER NNA",
173240  direction="l",
173241  linebreak="al",
173242  unicodeslot=0x11C1C,
173243 },
173244 [0x11C1D]={
173245  category="lo",
173246  description="BHAIKSUKI LETTER TA",
173247  direction="l",
173248  linebreak="al",
173249  unicodeslot=0x11C1D,
173250 },
173251 [0x11C1E]={
173252  category="lo",
173253  description="BHAIKSUKI LETTER THA",
173254  direction="l",
173255  linebreak="al",
173256  unicodeslot=0x11C1E,
173257 },
173258 [0x11C1F]={
173259  category="lo",
173260  description="BHAIKSUKI LETTER DA",
173261  direction="l",
173262  linebreak="al",
173263  unicodeslot=0x11C1F,
173264 },
173265 [0x11C20]={
173266  category="lo",
173267  description="BHAIKSUKI LETTER DHA",
173268  direction="l",
173269  linebreak="al",
173270  unicodeslot=0x11C20,
173271 },
173272 [0x11C21]={
173273  category="lo",
173274  description="BHAIKSUKI LETTER NA",
173275  direction="l",
173276  linebreak="al",
173277  unicodeslot=0x11C21,
173278 },
173279 [0x11C22]={
173280  category="lo",
173281  description="BHAIKSUKI LETTER PA",
173282  direction="l",
173283  linebreak="al",
173284  unicodeslot=0x11C22,
173285 },
173286 [0x11C23]={
173287  category="lo",
173288  description="BHAIKSUKI LETTER PHA",
173289  direction="l",
173290  linebreak="al",
173291  unicodeslot=0x11C23,
173292 },
173293 [0x11C24]={
173294  category="lo",
173295  description="BHAIKSUKI LETTER BA",
173296  direction="l",
173297  linebreak="al",
173298  unicodeslot=0x11C24,
173299 },
173300 [0x11C25]={
173301  category="lo",
173302  description="BHAIKSUKI LETTER BHA",
173303  direction="l",
173304  linebreak="al",
173305  unicodeslot=0x11C25,
173306 },
173307 [0x11C26]={
173308  category="lo",
173309  description="BHAIKSUKI LETTER MA",
173310  direction="l",
173311  linebreak="al",
173312  unicodeslot=0x11C26,
173313 },
173314 [0x11C27]={
173315  category="lo",
173316  description="BHAIKSUKI LETTER YA",
173317  direction="l",
173318  linebreak="al",
173319  unicodeslot=0x11C27,
173320 },
173321 [0x11C28]={
173322  category="lo",
173323  description="BHAIKSUKI LETTER RA",
173324  direction="l",
173325  linebreak="al",
173326  unicodeslot=0x11C28,
173327 },
173328 [0x11C29]={
173329  category="lo",
173330  description="BHAIKSUKI LETTER LA",
173331  direction="l",
173332  linebreak="al",
173333  unicodeslot=0x11C29,
173334 },
173335 [0x11C2A]={
173336  category="lo",
173337  description="BHAIKSUKI LETTER VA",
173338  direction="l",
173339  linebreak="al",
173340  unicodeslot=0x11C2A,
173341 },
173342 [0x11C2B]={
173343  category="lo",
173344  description="BHAIKSUKI LETTER SHA",
173345  direction="l",
173346  linebreak="al",
173347  unicodeslot=0x11C2B,
173348 },
173349 [0x11C2C]={
173350  category="lo",
173351  description="BHAIKSUKI LETTER SSA",
173352  direction="l",
173353  linebreak="al",
173354  unicodeslot=0x11C2C,
173355 },
173356 [0x11C2D]={
173357  category="lo",
173358  description="BHAIKSUKI LETTER SA",
173359  direction="l",
173360  linebreak="al",
173361  unicodeslot=0x11C2D,
173362 },
173363 [0x11C2E]={
173364  category="lo",
173365  description="BHAIKSUKI LETTER HA",
173366  direction="l",
173367  linebreak="al",
173368  unicodeslot=0x11C2E,
173369 },
173370 [0x11C2F]={
173371  category="mc",
173372  description="BHAIKSUKI VOWEL SIGN AA",
173373  direction="l",
173374  linebreak="cm",
173375  unicodeslot=0x11C2F,
173376 },
173377 [0x11C30]={
173378  category="mn",
173379  description="BHAIKSUKI VOWEL SIGN I",
173380  direction="nsm",
173381  linebreak="cm",
173382  unicodeslot=0x11C30,
173383 },
173384 [0x11C31]={
173385  category="mn",
173386  description="BHAIKSUKI VOWEL SIGN II",
173387  direction="nsm",
173388  linebreak="cm",
173389  unicodeslot=0x11C31,
173390 },
173391 [0x11C32]={
173392  category="mn",
173393  description="BHAIKSUKI VOWEL SIGN U",
173394  direction="nsm",
173395  linebreak="cm",
173396  unicodeslot=0x11C32,
173397 },
173398 [0x11C33]={
173399  category="mn",
173400  description="BHAIKSUKI VOWEL SIGN UU",
173401  direction="nsm",
173402  linebreak="cm",
173403  unicodeslot=0x11C33,
173404 },
173405 [0x11C34]={
173406  category="mn",
173407  description="BHAIKSUKI VOWEL SIGN VOCALIC R",
173408  direction="nsm",
173409  linebreak="cm",
173410  unicodeslot=0x11C34,
173411 },
173412 [0x11C35]={
173413  category="mn",
173414  description="BHAIKSUKI VOWEL SIGN VOCALIC RR",
173415  direction="nsm",
173416  linebreak="cm",
173417  unicodeslot=0x11C35,
173418 },
173419 [0x11C36]={
173420  category="mn",
173421  description="BHAIKSUKI VOWEL SIGN VOCALIC L",
173422  direction="nsm",
173423  linebreak="cm",
173424  unicodeslot=0x11C36,
173425 },
173426 [0x11C38]={
173427  category="mn",
173428  description="BHAIKSUKI VOWEL SIGN E",
173429  direction="nsm",
173430  linebreak="cm",
173431  unicodeslot=0x11C38,
173432 },
173433 [0x11C39]={
173434  category="mn",
173435  description="BHAIKSUKI VOWEL SIGN AI",
173436  direction="nsm",
173437  linebreak="cm",
173438  unicodeslot=0x11C39,
173439 },
173440 [0x11C3A]={
173441  category="mn",
173442  description="BHAIKSUKI VOWEL SIGN O",
173443  direction="nsm",
173444  linebreak="cm",
173445  unicodeslot=0x11C3A,
173446 },
173447 [0x11C3B]={
173448  category="mn",
173449  description="BHAIKSUKI VOWEL SIGN AU",
173450  direction="nsm",
173451  linebreak="cm",
173452  unicodeslot=0x11C3B,
173453 },
173454 [0x11C3C]={
173455  category="mn",
173456  description="BHAIKSUKI SIGN CANDRABINDU",
173457  direction="nsm",
173458  linebreak="cm",
173459  unicodeslot=0x11C3C,
173460 },
173461 [0x11C3D]={
173462  category="mn",
173463  description="BHAIKSUKI SIGN ANUSVARA",
173464  direction="nsm",
173465  linebreak="cm",
173466  unicodeslot=0x11C3D,
173467 },
173468 [0x11C3E]={
173469  category="mc",
173470  description="BHAIKSUKI SIGN VISARGA",
173471  direction="l",
173472  linebreak="cm",
173473  unicodeslot=0x11C3E,
173474 },
173475 [0x11C3F]={
173476  category="mn",
173477  combining=0x9,
173478  description="BHAIKSUKI SIGN VIRAMA",
173479  direction="l",
173480  linebreak="cm",
173481  unicodeslot=0x11C3F,
173482 },
173483 [0x11C40]={
173484  category="lo",
173485  description="BHAIKSUKI SIGN AVAGRAHA",
173486  direction="l",
173487  linebreak="al",
173488  unicodeslot=0x11C40,
173489 },
173490 [0x11C41]={
173491  category="po",
173492  description="BHAIKSUKI DANDA",
173493  direction="l",
173494  linebreak="ba",
173495  unicodeslot=0x11C41,
173496 },
173497 [0x11C42]={
173498  category="po",
173499  description="BHAIKSUKI DOUBLE DANDA",
173500  direction="l",
173501  linebreak="ba",
173502  unicodeslot=0x11C42,
173503 },
173504 [0x11C43]={
173505  category="po",
173506  description="BHAIKSUKI WORD SEPARATOR",
173507  direction="l",
173508  linebreak="ba",
173509  unicodeslot=0x11C43,
173510 },
173511 [0x11C44]={
173512  category="po",
173513  description="BHAIKSUKI GAP FILLER-1",
173514  direction="l",
173515  linebreak="ba",
173516  unicodeslot=0x11C44,
173517 },
173518 [0x11C45]={
173519  category="po",
173520  description="BHAIKSUKI GAP FILLER-2",
173521  direction="l",
173522  linebreak="ba",
173523  unicodeslot=0x11C45,
173524 },
173525 [0x11C50]={
173526  category="nd",
173527  description="BHAIKSUKI DIGIT ZERO",
173528  direction="l",
173529  linebreak="nu",
173530  unicodeslot=0x11C50,
173531 },
173532 [0x11C51]={
173533  category="nd",
173534  description="BHAIKSUKI DIGIT ONE",
173535  direction="l",
173536  linebreak="nu",
173537  unicodeslot=0x11C51,
173538 },
173539 [0x11C52]={
173540  category="nd",
173541  description="BHAIKSUKI DIGIT TWO",
173542  direction="l",
173543  linebreak="nu",
173544  unicodeslot=0x11C52,
173545 },
173546 [0x11C53]={
173547  category="nd",
173548  description="BHAIKSUKI DIGIT THREE",
173549  direction="l",
173550  linebreak="nu",
173551  unicodeslot=0x11C53,
173552 },
173553 [0x11C54]={
173554  category="nd",
173555  description="BHAIKSUKI DIGIT FOUR",
173556  direction="l",
173557  linebreak="nu",
173558  unicodeslot=0x11C54,
173559 },
173560 [0x11C55]={
173561  category="nd",
173562  description="BHAIKSUKI DIGIT FIVE",
173563  direction="l",
173564  linebreak="nu",
173565  unicodeslot=0x11C55,
173566 },
173567 [0x11C56]={
173568  category="nd",
173569  description="BHAIKSUKI DIGIT SIX",
173570  direction="l",
173571  linebreak="nu",
173572  unicodeslot=0x11C56,
173573 },
173574 [0x11C57]={
173575  category="nd",
173576  description="BHAIKSUKI DIGIT SEVEN",
173577  direction="l",
173578  linebreak="nu",
173579  unicodeslot=0x11C57,
173580 },
173581 [0x11C58]={
173582  category="nd",
173583  description="BHAIKSUKI DIGIT EIGHT",
173584  direction="l",
173585  linebreak="nu",
173586  unicodeslot=0x11C58,
173587 },
173588 [0x11C59]={
173589  category="nd",
173590  description="BHAIKSUKI DIGIT NINE",
173591  direction="l",
173592  linebreak="nu",
173593  unicodeslot=0x11C59,
173594 },
173595 [0x11C5A]={
173596  category="no",
173597  description="BHAIKSUKI NUMBER ONE",
173598  direction="l",
173599  linebreak="al",
173600  unicodeslot=0x11C5A,
173601 },
173602 [0x11C5B]={
173603  category="no",
173604  description="BHAIKSUKI NUMBER TWO",
173605  direction="l",
173606  linebreak="al",
173607  unicodeslot=0x11C5B,
173608 },
173609 [0x11C5C]={
173610  category="no",
173611  description="BHAIKSUKI NUMBER THREE",
173612  direction="l",
173613  linebreak="al",
173614  unicodeslot=0x11C5C,
173615 },
173616 [0x11C5D]={
173617  category="no",
173618  description="BHAIKSUKI NUMBER FOUR",
173619  direction="l",
173620  linebreak="al",
173621  unicodeslot=0x11C5D,
173622 },
173623 [0x11C5E]={
173624  category="no",
173625  description="BHAIKSUKI NUMBER FIVE",
173626  direction="l",
173627  linebreak="al",
173628  unicodeslot=0x11C5E,
173629 },
173630 [0x11C5F]={
173631  category="no",
173632  description="BHAIKSUKI NUMBER SIX",
173633  direction="l",
173634  linebreak="al",
173635  unicodeslot=0x11C5F,
173636 },
173637 [0x11C60]={
173638  category="no",
173639  description="BHAIKSUKI NUMBER SEVEN",
173640  direction="l",
173641  linebreak="al",
173642  unicodeslot=0x11C60,
173643 },
173644 [0x11C61]={
173645  category="no",
173646  description="BHAIKSUKI NUMBER EIGHT",
173647  direction="l",
173648  linebreak="al",
173649  unicodeslot=0x11C61,
173650 },
173651 [0x11C62]={
173652  category="no",
173653  description="BHAIKSUKI NUMBER NINE",
173654  direction="l",
173655  linebreak="al",
173656  unicodeslot=0x11C62,
173657 },
173658 [0x11C63]={
173659  category="no",
173660  description="BHAIKSUKI NUMBER TEN",
173661  direction="l",
173662  linebreak="al",
173663  unicodeslot=0x11C63,
173664 },
173665 [0x11C64]={
173666  category="no",
173667  description="BHAIKSUKI NUMBER TWENTY",
173668  direction="l",
173669  linebreak="al",
173670  unicodeslot=0x11C64,
173671 },
173672 [0x11C65]={
173673  category="no",
173674  description="BHAIKSUKI NUMBER THIRTY",
173675  direction="l",
173676  linebreak="al",
173677  unicodeslot=0x11C65,
173678 },
173679 [0x11C66]={
173680  category="no",
173681  description="BHAIKSUKI NUMBER FORTY",
173682  direction="l",
173683  linebreak="al",
173684  unicodeslot=0x11C66,
173685 },
173686 [0x11C67]={
173687  category="no",
173688  description="BHAIKSUKI NUMBER FIFTY",
173689  direction="l",
173690  linebreak="al",
173691  unicodeslot=0x11C67,
173692 },
173693 [0x11C68]={
173694  category="no",
173695  description="BHAIKSUKI NUMBER SIXTY",
173696  direction="l",
173697  linebreak="al",
173698  unicodeslot=0x11C68,
173699 },
173700 [0x11C69]={
173701  category="no",
173702  description="BHAIKSUKI NUMBER SEVENTY",
173703  direction="l",
173704  linebreak="al",
173705  unicodeslot=0x11C69,
173706 },
173707 [0x11C6A]={
173708  category="no",
173709  description="BHAIKSUKI NUMBER EIGHTY",
173710  direction="l",
173711  linebreak="al",
173712  unicodeslot=0x11C6A,
173713 },
173714 [0x11C6B]={
173715  category="no",
173716  description="BHAIKSUKI NUMBER NINETY",
173717  direction="l",
173718  linebreak="al",
173719  unicodeslot=0x11C6B,
173720 },
173721 [0x11C6C]={
173722  category="no",
173723  description="BHAIKSUKI HUNDREDS UNIT MARK",
173724  direction="l",
173725  linebreak="al",
173726  unicodeslot=0x11C6C,
173727 },
173728 [0x11C70]={
173729  category="po",
173730  description="MARCHEN HEAD MARK",
173731  direction="l",
173732  linebreak="bb",
173733  unicodeslot=0x11C70,
173734 },
173735 [0x11C71]={
173736  category="po",
173737  description="MARCHEN MARK SHAD",
173738  direction="l",
173739  linebreak="ex",
173740  unicodeslot=0x11C71,
173741 },
173742 [0x11C72]={
173743  category="lo",
173744  description="MARCHEN LETTER KA",
173745  direction="l",
173746  linebreak="al",
173747  unicodeslot=0x11C72,
173748 },
173749 [0x11C73]={
173750  category="lo",
173751  description="MARCHEN LETTER KHA",
173752  direction="l",
173753  linebreak="al",
173754  unicodeslot=0x11C73,
173755 },
173756 [0x11C74]={
173757  category="lo",
173758  description="MARCHEN LETTER GA",
173759  direction="l",
173760  linebreak="al",
173761  unicodeslot=0x11C74,
173762 },
173763 [0x11C75]={
173764  category="lo",
173765  description="MARCHEN LETTER NGA",
173766  direction="l",
173767  linebreak="al",
173768  unicodeslot=0x11C75,
173769 },
173770 [0x11C76]={
173771  category="lo",
173772  description="MARCHEN LETTER CA",
173773  direction="l",
173774  linebreak="al",
173775  unicodeslot=0x11C76,
173776 },
173777 [0x11C77]={
173778  category="lo",
173779  description="MARCHEN LETTER CHA",
173780  direction="l",
173781  linebreak="al",
173782  unicodeslot=0x11C77,
173783 },
173784 [0x11C78]={
173785  category="lo",
173786  description="MARCHEN LETTER JA",
173787  direction="l",
173788  linebreak="al",
173789  unicodeslot=0x11C78,
173790 },
173791 [0x11C79]={
173792  category="lo",
173793  description="MARCHEN LETTER NYA",
173794  direction="l",
173795  linebreak="al",
173796  unicodeslot=0x11C79,
173797 },
173798 [0x11C7A]={
173799  category="lo",
173800  description="MARCHEN LETTER TA",
173801  direction="l",
173802  linebreak="al",
173803  unicodeslot=0x11C7A,
173804 },
173805 [0x11C7B]={
173806  category="lo",
173807  description="MARCHEN LETTER THA",
173808  direction="l",
173809  linebreak="al",
173810  unicodeslot=0x11C7B,
173811 },
173812 [0x11C7C]={
173813  category="lo",
173814  description="MARCHEN LETTER DA",
173815  direction="l",
173816  linebreak="al",
173817  unicodeslot=0x11C7C,
173818 },
173819 [0x11C7D]={
173820  category="lo",
173821  description="MARCHEN LETTER NA",
173822  direction="l",
173823  linebreak="al",
173824  unicodeslot=0x11C7D,
173825 },
173826 [0x11C7E]={
173827  category="lo",
173828  description="MARCHEN LETTER PA",
173829  direction="l",
173830  linebreak="al",
173831  unicodeslot=0x11C7E,
173832 },
173833 [0x11C7F]={
173834  category="lo",
173835  description="MARCHEN LETTER PHA",
173836  direction="l",
173837  linebreak="al",
173838  unicodeslot=0x11C7F,
173839 },
173840 [0x11C80]={
173841  category="lo",
173842  description="MARCHEN LETTER BA",
173843  direction="l",
173844  linebreak="al",
173845  unicodeslot=0x11C80,
173846 },
173847 [0x11C81]={
173848  category="lo",
173849  description="MARCHEN LETTER MA",
173850  direction="l",
173851  linebreak="al",
173852  unicodeslot=0x11C81,
173853 },
173854 [0x11C82]={
173855  category="lo",
173856  description="MARCHEN LETTER TSA",
173857  direction="l",
173858  linebreak="al",
173859  unicodeslot=0x11C82,
173860 },
173861 [0x11C83]={
173862  category="lo",
173863  description="MARCHEN LETTER TSHA",
173864  direction="l",
173865  linebreak="al",
173866  unicodeslot=0x11C83,
173867 },
173868 [0x11C84]={
173869  category="lo",
173870  description="MARCHEN LETTER DZA",
173871  direction="l",
173872  linebreak="al",
173873  unicodeslot=0x11C84,
173874 },
173875 [0x11C85]={
173876  category="lo",
173877  description="MARCHEN LETTER WA",
173878  direction="l",
173879  linebreak="al",
173880  unicodeslot=0x11C85,
173881 },
173882 [0x11C86]={
173883  category="lo",
173884  description="MARCHEN LETTER ZHA",
173885  direction="l",
173886  linebreak="al",
173887  unicodeslot=0x11C86,
173888 },
173889 [0x11C87]={
173890  category="lo",
173891  description="MARCHEN LETTER ZA",
173892  direction="l",
173893  linebreak="al",
173894  unicodeslot=0x11C87,
173895 },
173896 [0x11C88]={
173897  category="lo",
173898  description="MARCHEN LETTER -A",
173899  direction="l",
173900  linebreak="al",
173901  unicodeslot=0x11C88,
173902 },
173903 [0x11C89]={
173904  category="lo",
173905  description="MARCHEN LETTER YA",
173906  direction="l",
173907  linebreak="al",
173908  unicodeslot=0x11C89,
173909 },
173910 [0x11C8A]={
173911  category="lo",
173912  description="MARCHEN LETTER RA",
173913  direction="l",
173914  linebreak="al",
173915  unicodeslot=0x11C8A,
173916 },
173917 [0x11C8B]={
173918  category="lo",
173919  description="MARCHEN LETTER LA",
173920  direction="l",
173921  linebreak="al",
173922  unicodeslot=0x11C8B,
173923 },
173924 [0x11C8C]={
173925  category="lo",
173926  description="MARCHEN LETTER SHA",
173927  direction="l",
173928  linebreak="al",
173929  unicodeslot=0x11C8C,
173930 },
173931 [0x11C8D]={
173932  category="lo",
173933  description="MARCHEN LETTER SA",
173934  direction="l",
173935  linebreak="al",
173936  unicodeslot=0x11C8D,
173937 },
173938 [0x11C8E]={
173939  category="lo",
173940  description="MARCHEN LETTER HA",
173941  direction="l",
173942  linebreak="al",
173943  unicodeslot=0x11C8E,
173944 },
173945 [0x11C8F]={
173946  category="lo",
173947  description="MARCHEN LETTER A",
173948  direction="l",
173949  linebreak="al",
173950  unicodeslot=0x11C8F,
173951 },
173952 [0x11C92]={
173953  category="mn",
173954  description="MARCHEN SUBJOINED LETTER KA",
173955  direction="nsm",
173956  linebreak="cm",
173957  unicodeslot=0x11C92,
173958 },
173959 [0x11C93]={
173960  category="mn",
173961  description="MARCHEN SUBJOINED LETTER KHA",
173962  direction="nsm",
173963  linebreak="cm",
173964  unicodeslot=0x11C93,
173965 },
173966 [0x11C94]={
173967  category="mn",
173968  description="MARCHEN SUBJOINED LETTER GA",
173969  direction="nsm",
173970  linebreak="cm",
173971  unicodeslot=0x11C94,
173972 },
173973 [0x11C95]={
173974  category="mn",
173975  description="MARCHEN SUBJOINED LETTER NGA",
173976  direction="nsm",
173977  linebreak="cm",
173978  unicodeslot=0x11C95,
173979 },
173980 [0x11C96]={
173981  category="mn",
173982  description="MARCHEN SUBJOINED LETTER CA",
173983  direction="nsm",
173984  linebreak="cm",
173985  unicodeslot=0x11C96,
173986 },
173987 [0x11C97]={
173988  category="mn",
173989  description="MARCHEN SUBJOINED LETTER CHA",
173990  direction="nsm",
173991  linebreak="cm",
173992  unicodeslot=0x11C97,
173993 },
173994 [0x11C98]={
173995  category="mn",
173996  description="MARCHEN SUBJOINED LETTER JA",
173997  direction="nsm",
173998  linebreak="cm",
173999  unicodeslot=0x11C98,
174000 },
174001 [0x11C99]={
174002  category="mn",
174003  description="MARCHEN SUBJOINED LETTER NYA",
174004  direction="nsm",
174005  linebreak="cm",
174006  unicodeslot=0x11C99,
174007 },
174008 [0x11C9A]={
174009  category="mn",
174010  description="MARCHEN SUBJOINED LETTER TA",
174011  direction="nsm",
174012  linebreak="cm",
174013  unicodeslot=0x11C9A,
174014 },
174015 [0x11C9B]={
174016  category="mn",
174017  description="MARCHEN SUBJOINED LETTER THA",
174018  direction="nsm",
174019  linebreak="cm",
174020  unicodeslot=0x11C9B,
174021 },
174022 [0x11C9C]={
174023  category="mn",
174024  description="MARCHEN SUBJOINED LETTER DA",
174025  direction="nsm",
174026  linebreak="cm",
174027  unicodeslot=0x11C9C,
174028 },
174029 [0x11C9D]={
174030  category="mn",
174031  description="MARCHEN SUBJOINED LETTER NA",
174032  direction="nsm",
174033  linebreak="cm",
174034  unicodeslot=0x11C9D,
174035 },
174036 [0x11C9E]={
174037  category="mn",
174038  description="MARCHEN SUBJOINED LETTER PA",
174039  direction="nsm",
174040  linebreak="cm",
174041  unicodeslot=0x11C9E,
174042 },
174043 [0x11C9F]={
174044  category="mn",
174045  description="MARCHEN SUBJOINED LETTER PHA",
174046  direction="nsm",
174047  linebreak="cm",
174048  unicodeslot=0x11C9F,
174049 },
174050 [0x11CA0]={
174051  category="mn",
174052  description="MARCHEN SUBJOINED LETTER BA",
174053  direction="nsm",
174054  linebreak="cm",
174055  unicodeslot=0x11CA0,
174056 },
174057 [0x11CA1]={
174058  category="mn",
174059  description="MARCHEN SUBJOINED LETTER MA",
174060  direction="nsm",
174061  linebreak="cm",
174062  unicodeslot=0x11CA1,
174063 },
174064 [0x11CA2]={
174065  category="mn",
174066  description="MARCHEN SUBJOINED LETTER TSA",
174067  direction="nsm",
174068  linebreak="cm",
174069  unicodeslot=0x11CA2,
174070 },
174071 [0x11CA3]={
174072  category="mn",
174073  description="MARCHEN SUBJOINED LETTER TSHA",
174074  direction="nsm",
174075  linebreak="cm",
174076  unicodeslot=0x11CA3,
174077 },
174078 [0x11CA4]={
174079  category="mn",
174080  description="MARCHEN SUBJOINED LETTER DZA",
174081  direction="nsm",
174082  linebreak="cm",
174083  unicodeslot=0x11CA4,
174084 },
174085 [0x11CA5]={
174086  category="mn",
174087  description="MARCHEN SUBJOINED LETTER WA",
174088  direction="nsm",
174089  linebreak="cm",
174090  unicodeslot=0x11CA5,
174091 },
174092 [0x11CA6]={
174093  category="mn",
174094  description="MARCHEN SUBJOINED LETTER ZHA",
174095  direction="nsm",
174096  linebreak="cm",
174097  unicodeslot=0x11CA6,
174098 },
174099 [0x11CA7]={
174100  category="mn",
174101  description="MARCHEN SUBJOINED LETTER ZA",
174102  direction="nsm",
174103  linebreak="cm",
174104  unicodeslot=0x11CA7,
174105 },
174106 [0x11CA9]={
174107  category="mc",
174108  description="MARCHEN SUBJOINED LETTER YA",
174109  direction="l",
174110  linebreak="cm",
174111  unicodeslot=0x11CA9,
174112 },
174113 [0x11CAA]={
174114  category="mn",
174115  description="MARCHEN SUBJOINED LETTER RA",
174116  direction="nsm",
174117  linebreak="cm",
174118  unicodeslot=0x11CAA,
174119 },
174120 [0x11CAB]={
174121  category="mn",
174122  description="MARCHEN SUBJOINED LETTER LA",
174123  direction="nsm",
174124  linebreak="cm",
174125  unicodeslot=0x11CAB,
174126 },
174127 [0x11CAC]={
174128  category="mn",
174129  description="MARCHEN SUBJOINED LETTER SHA",
174130  direction="nsm",
174131  linebreak="cm",
174132  unicodeslot=0x11CAC,
174133 },
174134 [0x11CAD]={
174135  category="mn",
174136  description="MARCHEN SUBJOINED LETTER SA",
174137  direction="nsm",
174138  linebreak="cm",
174139  unicodeslot=0x11CAD,
174140 },
174141 [0x11CAE]={
174142  category="mn",
174143  description="MARCHEN SUBJOINED LETTER HA",
174144  direction="nsm",
174145  linebreak="cm",
174146  unicodeslot=0x11CAE,
174147 },
174148 [0x11CAF]={
174149  category="mn",
174150  description="MARCHEN SUBJOINED LETTER A",
174151  direction="nsm",
174152  linebreak="cm",
174153  unicodeslot=0x11CAF,
174154 },
174155 [0x11CB0]={
174156  category="mn",
174157  description="MARCHEN VOWEL SIGN AA",
174158  direction="nsm",
174159  linebreak="cm",
174160  unicodeslot=0x11CB0,
174161 },
174162 [0x11CB1]={
174163  category="mc",
174164  description="MARCHEN VOWEL SIGN I",
174165  direction="l",
174166  linebreak="cm",
174167  unicodeslot=0x11CB1,
174168 },
174169 [0x11CB2]={
174170  category="mn",
174171  description="MARCHEN VOWEL SIGN U",
174172  direction="nsm",
174173  linebreak="cm",
174174  unicodeslot=0x11CB2,
174175 },
174176 [0x11CB3]={
174177  category="mn",
174178  description="MARCHEN VOWEL SIGN E",
174179  direction="nsm",
174180  linebreak="cm",
174181  unicodeslot=0x11CB3,
174182 },
174183 [0x11CB4]={
174184  category="mc",
174185  description="MARCHEN VOWEL SIGN O",
174186  direction="l",
174187  linebreak="cm",
174188  unicodeslot=0x11CB4,
174189 },
174190 [0x11CB5]={
174191  category="mn",
174192  description="MARCHEN SIGN ANUSVARA",
174193  direction="nsm",
174194  linebreak="cm",
174195  unicodeslot=0x11CB5,
174196 },
174197 [0x11CB6]={
174198  category="mn",
174199  description="MARCHEN SIGN CANDRABINDU",
174200  direction="nsm",
174201  linebreak="cm",
174202  unicodeslot=0x11CB6,
174203 },
174204 [0x11D00]={
174205  category="lo",
174206  description="MASARAM GONDI LETTER A",
174207  direction="l",
174208  linebreak="al",
174209  unicodeslot=0x11D00,
174210 },
174211 [0x11D01]={
174212  category="lo",
174213  description="MASARAM GONDI LETTER AA",
174214  direction="l",
174215  linebreak="al",
174216  unicodeslot=0x11D01,
174217 },
174218 [0x11D02]={
174219  category="lo",
174220  description="MASARAM GONDI LETTER I",
174221  direction="l",
174222  linebreak="al",
174223  unicodeslot=0x11D02,
174224 },
174225 [0x11D03]={
174226  category="lo",
174227  description="MASARAM GONDI LETTER II",
174228  direction="l",
174229  linebreak="al",
174230  unicodeslot=0x11D03,
174231 },
174232 [0x11D04]={
174233  category="lo",
174234  description="MASARAM GONDI LETTER U",
174235  direction="l",
174236  linebreak="al",
174237  unicodeslot=0x11D04,
174238 },
174239 [0x11D05]={
174240  category="lo",
174241  description="MASARAM GONDI LETTER UU",
174242  direction="l",
174243  linebreak="al",
174244  unicodeslot=0x11D05,
174245 },
174246 [0x11D06]={
174247  category="lo",
174248  description="MASARAM GONDI LETTER E",
174249  direction="l",
174250  linebreak="al",
174251  unicodeslot=0x11D06,
174252 },
174253 [0x11D08]={
174254  category="lo",
174255  description="MASARAM GONDI LETTER AI",
174256  direction="l",
174257  linebreak="al",
174258  unicodeslot=0x11D08,
174259 },
174260 [0x11D09]={
174261  category="lo",
174262  description="MASARAM GONDI LETTER O",
174263  direction="l",
174264  linebreak="al",
174265  unicodeslot=0x11D09,
174266 },
174267 [0x11D0B]={
174268  category="lo",
174269  description="MASARAM GONDI LETTER AU",
174270  direction="l",
174271  linebreak="al",
174272  unicodeslot=0x11D0B,
174273 },
174274 [0x11D0C]={
174275  category="lo",
174276  description="MASARAM GONDI LETTER KA",
174277  direction="l",
174278  linebreak="al",
174279  unicodeslot=0x11D0C,
174280 },
174281 [0x11D0D]={
174282  category="lo",
174283  description="MASARAM GONDI LETTER KHA",
174284  direction="l",
174285  linebreak="al",
174286  unicodeslot=0x11D0D,
174287 },
174288 [0x11D0E]={
174289  category="lo",
174290  description="MASARAM GONDI LETTER GA",
174291  direction="l",
174292  linebreak="al",
174293  unicodeslot=0x11D0E,
174294 },
174295 [0x11D0F]={
174296  category="lo",
174297  description="MASARAM GONDI LETTER GHA",
174298  direction="l",
174299  linebreak="al",
174300  unicodeslot=0x11D0F,
174301 },
174302 [0x11D10]={
174303  category="lo",
174304  description="MASARAM GONDI LETTER NGA",
174305  direction="l",
174306  linebreak="al",
174307  unicodeslot=0x11D10,
174308 },
174309 [0x11D11]={
174310  category="lo",
174311  description="MASARAM GONDI LETTER CA",
174312  direction="l",
174313  linebreak="al",
174314  unicodeslot=0x11D11,
174315 },
174316 [0x11D12]={
174317  category="lo",
174318  description="MASARAM GONDI LETTER CHA",
174319  direction="l",
174320  linebreak="al",
174321  unicodeslot=0x11D12,
174322 },
174323 [0x11D13]={
174324  category="lo",
174325  description="MASARAM GONDI LETTER JA",
174326  direction="l",
174327  linebreak="al",
174328  unicodeslot=0x11D13,
174329 },
174330 [0x11D14]={
174331  category="lo",
174332  description="MASARAM GONDI LETTER JHA",
174333  direction="l",
174334  linebreak="al",
174335  unicodeslot=0x11D14,
174336 },
174337 [0x11D15]={
174338  category="lo",
174339  description="MASARAM GONDI LETTER NYA",
174340  direction="l",
174341  linebreak="al",
174342  unicodeslot=0x11D15,
174343 },
174344 [0x11D16]={
174345  category="lo",
174346  description="MASARAM GONDI LETTER TTA",
174347  direction="l",
174348  linebreak="al",
174349  unicodeslot=0x11D16,
174350 },
174351 [0x11D17]={
174352  category="lo",
174353  description="MASARAM GONDI LETTER TTHA",
174354  direction="l",
174355  linebreak="al",
174356  unicodeslot=0x11D17,
174357 },
174358 [0x11D18]={
174359  category="lo",
174360  description="MASARAM GONDI LETTER DDA",
174361  direction="l",
174362  linebreak="al",
174363  unicodeslot=0x11D18,
174364 },
174365 [0x11D19]={
174366  category="lo",
174367  description="MASARAM GONDI LETTER DDHA",
174368  direction="l",
174369  linebreak="al",
174370  unicodeslot=0x11D19,
174371 },
174372 [0x11D1A]={
174373  category="lo",
174374  description="MASARAM GONDI LETTER NNA",
174375  direction="l",
174376  linebreak="al",
174377  unicodeslot=0x11D1A,
174378 },
174379 [0x11D1B]={
174380  category="lo",
174381  description="MASARAM GONDI LETTER TA",
174382  direction="l",
174383  linebreak="al",
174384  unicodeslot=0x11D1B,
174385 },
174386 [0x11D1C]={
174387  category="lo",
174388  description="MASARAM GONDI LETTER THA",
174389  direction="l",
174390  linebreak="al",
174391  unicodeslot=0x11D1C,
174392 },
174393 [0x11D1D]={
174394  category="lo",
174395  description="MASARAM GONDI LETTER DA",
174396  direction="l",
174397  linebreak="al",
174398  unicodeslot=0x11D1D,
174399 },
174400 [0x11D1E]={
174401  category="lo",
174402  description="MASARAM GONDI LETTER DHA",
174403  direction="l",
174404  linebreak="al",
174405  unicodeslot=0x11D1E,
174406 },
174407 [0x11D1F]={
174408  category="lo",
174409  description="MASARAM GONDI LETTER NA",
174410  direction="l",
174411  linebreak="al",
174412  unicodeslot=0x11D1F,
174413 },
174414 [0x11D20]={
174415  category="lo",
174416  description="MASARAM GONDI LETTER PA",
174417  direction="l",
174418  linebreak="al",
174419  unicodeslot=0x11D20,
174420 },
174421 [0x11D21]={
174422  category="lo",
174423  description="MASARAM GONDI LETTER PHA",
174424  direction="l",
174425  linebreak="al",
174426  unicodeslot=0x11D21,
174427 },
174428 [0x11D22]={
174429  category="lo",
174430  description="MASARAM GONDI LETTER BA",
174431  direction="l",
174432  linebreak="al",
174433  unicodeslot=0x11D22,
174434 },
174435 [0x11D23]={
174436  category="lo",
174437  description="MASARAM GONDI LETTER BHA",
174438  direction="l",
174439  linebreak="al",
174440  unicodeslot=0x11D23,
174441 },
174442 [0x11D24]={
174443  category="lo",
174444  description="MASARAM GONDI LETTER MA",
174445  direction="l",
174446  linebreak="al",
174447  unicodeslot=0x11D24,
174448 },
174449 [0x11D25]={
174450  category="lo",
174451  description="MASARAM GONDI LETTER YA",
174452  direction="l",
174453  linebreak="al",
174454  unicodeslot=0x11D25,
174455 },
174456 [0x11D26]={
174457  category="lo",
174458  description="MASARAM GONDI LETTER RA",
174459  direction="l",
174460  linebreak="al",
174461  unicodeslot=0x11D26,
174462 },
174463 [0x11D27]={
174464  category="lo",
174465  description="MASARAM GONDI LETTER LA",
174466  direction="l",
174467  linebreak="al",
174468  unicodeslot=0x11D27,
174469 },
174470 [0x11D28]={
174471  category="lo",
174472  description="MASARAM GONDI LETTER VA",
174473  direction="l",
174474  linebreak="al",
174475  unicodeslot=0x11D28,
174476 },
174477 [0x11D29]={
174478  category="lo",
174479  description="MASARAM GONDI LETTER SHA",
174480  direction="l",
174481  linebreak="al",
174482  unicodeslot=0x11D29,
174483 },
174484 [0x11D2A]={
174485  category="lo",
174486  description="MASARAM GONDI LETTER SSA",
174487  direction="l",
174488  linebreak="al",
174489  unicodeslot=0x11D2A,
174490 },
174491 [0x11D2B]={
174492  category="lo",
174493  description="MASARAM GONDI LETTER SA",
174494  direction="l",
174495  linebreak="al",
174496  unicodeslot=0x11D2B,
174497 },
174498 [0x11D2C]={
174499  category="lo",
174500  description="MASARAM GONDI LETTER HA",
174501  direction="l",
174502  linebreak="al",
174503  unicodeslot=0x11D2C,
174504 },
174505 [0x11D2D]={
174506  category="lo",
174507  description="MASARAM GONDI LETTER LLA",
174508  direction="l",
174509  linebreak="al",
174510  unicodeslot=0x11D2D,
174511 },
174512 [0x11D2E]={
174513  category="lo",
174514  description="MASARAM GONDI LETTER KSSA",
174515  direction="l",
174516  linebreak="al",
174517  unicodeslot=0x11D2E,
174518 },
174519 [0x11D2F]={
174520  category="lo",
174521  description="MASARAM GONDI LETTER JNYA",
174522  direction="l",
174523  linebreak="al",
174524  unicodeslot=0x11D2F,
174525 },
174526 [0x11D30]={
174527  category="lo",
174528  description="MASARAM GONDI LETTER TRA",
174529  direction="l",
174530  linebreak="al",
174531  unicodeslot=0x11D30,
174532 },
174533 [0x11D31]={
174534  category="mn",
174535  description="MASARAM GONDI VOWEL SIGN AA",
174536  direction="nsm",
174537  linebreak="cm",
174538  unicodeslot=0x11D31,
174539 },
174540 [0x11D32]={
174541  category="mn",
174542  description="MASARAM GONDI VOWEL SIGN I",
174543  direction="nsm",
174544  linebreak="cm",
174545  unicodeslot=0x11D32,
174546 },
174547 [0x11D33]={
174548  category="mn",
174549  description="MASARAM GONDI VOWEL SIGN II",
174550  direction="nsm",
174551  linebreak="cm",
174552  unicodeslot=0x11D33,
174553 },
174554 [0x11D34]={
174555  category="mn",
174556  description="MASARAM GONDI VOWEL SIGN U",
174557  direction="nsm",
174558  linebreak="cm",
174559  unicodeslot=0x11D34,
174560 },
174561 [0x11D35]={
174562  category="mn",
174563  description="MASARAM GONDI VOWEL SIGN UU",
174564  direction="nsm",
174565  linebreak="cm",
174566  unicodeslot=0x11D35,
174567 },
174568 [0x11D36]={
174569  category="mn",
174570  description="MASARAM GONDI VOWEL SIGN VOCALIC R",
174571  direction="nsm",
174572  linebreak="cm",
174573  unicodeslot=0x11D36,
174574 },
174575 [0x11D3A]={
174576  category="mn",
174577  description="MASARAM GONDI VOWEL SIGN E",
174578  direction="nsm",
174579  linebreak="cm",
174580  unicodeslot=0x11D3A,
174581 },
174582 [0x11D3C]={
174583  category="mn",
174584  description="MASARAM GONDI VOWEL SIGN AI",
174585  direction="nsm",
174586  linebreak="cm",
174587  unicodeslot=0x11D3C,
174588 },
174589 [0x11D3D]={
174590  category="mn",
174591  description="MASARAM GONDI VOWEL SIGN O",
174592  direction="nsm",
174593  linebreak="cm",
174594  unicodeslot=0x11D3D,
174595 },
174596 [0x11D3F]={
174597  category="mn",
174598  description="MASARAM GONDI VOWEL SIGN AU",
174599  direction="nsm",
174600  linebreak="cm",
174601  unicodeslot=0x11D3F,
174602 },
174603 [0x11D40]={
174604  category="mn",
174605  description="MASARAM GONDI SIGN ANUSVARA",
174606  direction="nsm",
174607  linebreak="cm",
174608  unicodeslot=0x11D40,
174609 },
174610 [0x11D41]={
174611  category="mn",
174612  description="MASARAM GONDI SIGN VISARGA",
174613  direction="nsm",
174614  linebreak="cm",
174615  unicodeslot=0x11D41,
174616 },
174617 [0x11D42]={
174618  category="mn",
174619  combining=0x7,
174620  description="MASARAM GONDI SIGN NUKTA",
174621  direction="nsm",
174622  linebreak="cm",
174623  unicodeslot=0x11D42,
174624 },
174625 [0x11D43]={
174626  category="mn",
174627  description="MASARAM GONDI SIGN CANDRA",
174628  direction="nsm",
174629  linebreak="cm",
174630  unicodeslot=0x11D43,
174631 },
174632 [0x11D44]={
174633  category="mn",
174634  combining=0x9,
174635  description="MASARAM GONDI SIGN HALANTA",
174636  direction="nsm",
174637  linebreak="cm",
174638  unicodeslot=0x11D44,
174639 },
174640 [0x11D45]={
174641  category="mn",
174642  combining=0x9,
174643  description="MASARAM GONDI VIRAMA",
174644  direction="nsm",
174645  linebreak="cm",
174646  unicodeslot=0x11D45,
174647 },
174648 [0x11D46]={
174649  category="lo",
174650  description="MASARAM GONDI REPHA",
174651  direction="l",
174652  linebreak="al",
174653  unicodeslot=0x11D46,
174654 },
174655 [0x11D47]={
174656  category="mn",
174657  description="MASARAM GONDI RA-KARA",
174658  direction="nsm",
174659  linebreak="cm",
174660  unicodeslot=0x11D47,
174661 },
174662 [0x11D50]={
174663  category="nd",
174664  description="MASARAM GONDI DIGIT ZERO",
174665  direction="l",
174666  linebreak="nu",
174667  unicodeslot=0x11D50,
174668 },
174669 [0x11D51]={
174670  category="nd",
174671  description="MASARAM GONDI DIGIT ONE",
174672  direction="l",
174673  linebreak="nu",
174674  unicodeslot=0x11D51,
174675 },
174676 [0x11D52]={
174677  category="nd",
174678  description="MASARAM GONDI DIGIT TWO",
174679  direction="l",
174680  linebreak="nu",
174681  unicodeslot=0x11D52,
174682 },
174683 [0x11D53]={
174684  category="nd",
174685  description="MASARAM GONDI DIGIT THREE",
174686  direction="l",
174687  linebreak="nu",
174688  unicodeslot=0x11D53,
174689 },
174690 [0x11D54]={
174691  category="nd",
174692  description="MASARAM GONDI DIGIT FOUR",
174693  direction="l",
174694  linebreak="nu",
174695  unicodeslot=0x11D54,
174696 },
174697 [0x11D55]={
174698  category="nd",
174699  description="MASARAM GONDI DIGIT FIVE",
174700  direction="l",
174701  linebreak="nu",
174702  unicodeslot=0x11D55,
174703 },
174704 [0x11D56]={
174705  category="nd",
174706  description="MASARAM GONDI DIGIT SIX",
174707  direction="l",
174708  linebreak="nu",
174709  unicodeslot=0x11D56,
174710 },
174711 [0x11D57]={
174712  category="nd",
174713  description="MASARAM GONDI DIGIT SEVEN",
174714  direction="l",
174715  linebreak="nu",
174716  unicodeslot=0x11D57,
174717 },
174718 [0x11D58]={
174719  category="nd",
174720  description="MASARAM GONDI DIGIT EIGHT",
174721  direction="l",
174722  linebreak="nu",
174723  unicodeslot=0x11D58,
174724 },
174725 [0x11D59]={
174726  category="nd",
174727  description="MASARAM GONDI DIGIT NINE",
174728  direction="l",
174729  linebreak="nu",
174730  unicodeslot=0x11D59,
174731 },
174732 [0x11D60]={
174733  category="lo",
174734  description="GUNJALA GONDI LETTER A",
174735  direction="l",
174736  linebreak="al",
174737  unicodeslot=0x11D60,
174738 },
174739 [0x11D61]={
174740  category="lo",
174741  description="GUNJALA GONDI LETTER AA",
174742  direction="l",
174743  linebreak="al",
174744  unicodeslot=0x11D61,
174745 },
174746 [0x11D62]={
174747  category="lo",
174748  description="GUNJALA GONDI LETTER I",
174749  direction="l",
174750  linebreak="al",
174751  unicodeslot=0x11D62,
174752 },
174753 [0x11D63]={
174754  category="lo",
174755  description="GUNJALA GONDI LETTER II",
174756  direction="l",
174757  linebreak="al",
174758  unicodeslot=0x11D63,
174759 },
174760 [0x11D64]={
174761  category="lo",
174762  description="GUNJALA GONDI LETTER U",
174763  direction="l",
174764  linebreak="al",
174765  unicodeslot=0x11D64,
174766 },
174767 [0x11D65]={
174768  category="lo",
174769  description="GUNJALA GONDI LETTER UU",
174770  direction="l",
174771  linebreak="al",
174772  unicodeslot=0x11D65,
174773 },
174774 [0x11D67]={
174775  category="lo",
174776  description="GUNJALA GONDI LETTER EE",
174777  direction="l",
174778  linebreak="al",
174779  unicodeslot=0x11D67,
174780 },
174781 [0x11D68]={
174782  category="lo",
174783  description="GUNJALA GONDI LETTER AI",
174784  direction="l",
174785  linebreak="al",
174786  unicodeslot=0x11D68,
174787 },
174788 [0x11D6A]={
174789  category="lo",
174790  description="GUNJALA GONDI LETTER OO",
174791  direction="l",
174792  linebreak="al",
174793  unicodeslot=0x11D6A,
174794 },
174795 [0x11D6B]={
174796  category="lo",
174797  description="GUNJALA GONDI LETTER AU",
174798  direction="l",
174799  linebreak="al",
174800  unicodeslot=0x11D6B,
174801 },
174802 [0x11D6C]={
174803  category="lo",
174804  description="GUNJALA GONDI LETTER YA",
174805  direction="l",
174806  linebreak="al",
174807  unicodeslot=0x11D6C,
174808 },
174809 [0x11D6D]={
174810  category="lo",
174811  description="GUNJALA GONDI LETTER VA",
174812  direction="l",
174813  linebreak="al",
174814  unicodeslot=0x11D6D,
174815 },
174816 [0x11D6E]={
174817  category="lo",
174818  description="GUNJALA GONDI LETTER BA",
174819  direction="l",
174820  linebreak="al",
174821  unicodeslot=0x11D6E,
174822 },
174823 [0x11D6F]={
174824  category="lo",
174825  description="GUNJALA GONDI LETTER BHA",
174826  direction="l",
174827  linebreak="al",
174828  unicodeslot=0x11D6F,
174829 },
174830 [0x11D70]={
174831  category="lo",
174832  description="GUNJALA GONDI LETTER MA",
174833  direction="l",
174834  linebreak="al",
174835  unicodeslot=0x11D70,
174836 },
174837 [0x11D71]={
174838  category="lo",
174839  description="GUNJALA GONDI LETTER KA",
174840  direction="l",
174841  linebreak="al",
174842  unicodeslot=0x11D71,
174843 },
174844 [0x11D72]={
174845  category="lo",
174846  description="GUNJALA GONDI LETTER KHA",
174847  direction="l",
174848  linebreak="al",
174849  unicodeslot=0x11D72,
174850 },
174851 [0x11D73]={
174852  category="lo",
174853  description="GUNJALA GONDI LETTER TA",
174854  direction="l",
174855  linebreak="al",
174856  unicodeslot=0x11D73,
174857 },
174858 [0x11D74]={
174859  category="lo",
174860  description="GUNJALA GONDI LETTER THA",
174861  direction="l",
174862  linebreak="al",
174863  unicodeslot=0x11D74,
174864 },
174865 [0x11D75]={
174866  category="lo",
174867  description="GUNJALA GONDI LETTER LA",
174868  direction="l",
174869  linebreak="al",
174870  unicodeslot=0x11D75,
174871 },
174872 [0x11D76]={
174873  category="lo",
174874  description="GUNJALA GONDI LETTER GA",
174875  direction="l",
174876  linebreak="al",
174877  unicodeslot=0x11D76,
174878 },
174879 [0x11D77]={
174880  category="lo",
174881  description="GUNJALA GONDI LETTER GHA",
174882  direction="l",
174883  linebreak="al",
174884  unicodeslot=0x11D77,
174885 },
174886 [0x11D78]={
174887  category="lo",
174888  description="GUNJALA GONDI LETTER DA",
174889  direction="l",
174890  linebreak="al",
174891  unicodeslot=0x11D78,
174892 },
174893 [0x11D79]={
174894  category="lo",
174895  description="GUNJALA GONDI LETTER DHA",
174896  direction="l",
174897  linebreak="al",
174898  unicodeslot=0x11D79,
174899 },
174900 [0x11D7A]={
174901  category="lo",
174902  description="GUNJALA GONDI LETTER NA",
174903  direction="l",
174904  linebreak="al",
174905  unicodeslot=0x11D7A,
174906 },
174907 [0x11D7B]={
174908  category="lo",
174909  description="GUNJALA GONDI LETTER CA",
174910  direction="l",
174911  linebreak="al",
174912  unicodeslot=0x11D7B,
174913 },
174914 [0x11D7C]={
174915  category="lo",
174916  description="GUNJALA GONDI LETTER CHA",
174917  direction="l",
174918  linebreak="al",
174919  unicodeslot=0x11D7C,
174920 },
174921 [0x11D7D]={
174922  category="lo",
174923  description="GUNJALA GONDI LETTER TTA",
174924  direction="l",
174925  linebreak="al",
174926  unicodeslot=0x11D7D,
174927 },
174928 [0x11D7E]={
174929  category="lo",
174930  description="GUNJALA GONDI LETTER TTHA",
174931  direction="l",
174932  linebreak="al",
174933  unicodeslot=0x11D7E,
174934 },
174935 [0x11D7F]={
174936  category="lo",
174937  description="GUNJALA GONDI LETTER LLA",
174938  direction="l",
174939  linebreak="al",
174940  unicodeslot=0x11D7F,
174941 },
174942 [0x11D80]={
174943  category="lo",
174944  description="GUNJALA GONDI LETTER JA",
174945  direction="l",
174946  linebreak="al",
174947  unicodeslot=0x11D80,
174948 },
174949 [0x11D81]={
174950  category="lo",
174951  description="GUNJALA GONDI LETTER JHA",
174952  direction="l",
174953  linebreak="al",
174954  unicodeslot=0x11D81,
174955 },
174956 [0x11D82]={
174957  category="lo",
174958  description="GUNJALA GONDI LETTER DDA",
174959  direction="l",
174960  linebreak="al",
174961  unicodeslot=0x11D82,
174962 },
174963 [0x11D83]={
174964  category="lo",
174965  description="GUNJALA GONDI LETTER DDHA",
174966  direction="l",
174967  linebreak="al",
174968  unicodeslot=0x11D83,
174969 },
174970 [0x11D84]={
174971  category="lo",
174972  description="GUNJALA GONDI LETTER NGA",
174973  direction="l",
174974  linebreak="al",
174975  unicodeslot=0x11D84,
174976 },
174977 [0x11D85]={
174978  category="lo",
174979  description="GUNJALA GONDI LETTER PA",
174980  direction="l",
174981  linebreak="al",
174982  unicodeslot=0x11D85,
174983 },
174984 [0x11D86]={
174985  category="lo",
174986  description="GUNJALA GONDI LETTER PHA",
174987  direction="l",
174988  linebreak="al",
174989  unicodeslot=0x11D86,
174990 },
174991 [0x11D87]={
174992  category="lo",
174993  description="GUNJALA GONDI LETTER HA",
174994  direction="l",
174995  linebreak="al",
174996  unicodeslot=0x11D87,
174997 },
174998 [0x11D88]={
174999  category="lo",
175000  description="GUNJALA GONDI LETTER RA",
175001  direction="l",
175002  linebreak="al",
175003  unicodeslot=0x11D88,
175004 },
175005 [0x11D89]={
175006  category="lo",
175007  description="GUNJALA GONDI LETTER SA",
175008  direction="l",
175009  linebreak="al",
175010  unicodeslot=0x11D89,
175011 },
175012 [0x11D8A]={
175013  category="mc",
175014  description="GUNJALA GONDI VOWEL SIGN AA",
175015  direction="l",
175016  linebreak="cm",
175017  unicodeslot=0x11D8A,
175018 },
175019 [0x11D8B]={
175020  category="mc",
175021  description="GUNJALA GONDI VOWEL SIGN I",
175022  direction="l",
175023  linebreak="cm",
175024  unicodeslot=0x11D8B,
175025 },
175026 [0x11D8C]={
175027  category="mc",
175028  description="GUNJALA GONDI VOWEL SIGN II",
175029  direction="l",
175030  linebreak="cm",
175031  unicodeslot=0x11D8C,
175032 },
175033 [0x11D8D]={
175034  category="mc",
175035  description="GUNJALA GONDI VOWEL SIGN U",
175036  direction="l",
175037  linebreak="cm",
175038  unicodeslot=0x11D8D,
175039 },
175040 [0x11D8E]={
175041  category="mc",
175042  description="GUNJALA GONDI VOWEL SIGN UU",
175043  direction="l",
175044  linebreak="cm",
175045  unicodeslot=0x11D8E,
175046 },
175047 [0x11D90]={
175048  category="mn",
175049  description="GUNJALA GONDI VOWEL SIGN EE",
175050  direction="nsm",
175051  linebreak="cm",
175052  unicodeslot=0x11D90,
175053 },
175054 [0x11D91]={
175055  category="mn",
175056  description="GUNJALA GONDI VOWEL SIGN AI",
175057  direction="nsm",
175058  linebreak="cm",
175059  unicodeslot=0x11D91,
175060 },
175061 [0x11D93]={
175062  category="mc",
175063  description="GUNJALA GONDI VOWEL SIGN OO",
175064  direction="l",
175065  linebreak="cm",
175066  unicodeslot=0x11D93,
175067 },
175068 [0x11D94]={
175069  category="mc",
175070  description="GUNJALA GONDI VOWEL SIGN AU",
175071  direction="l",
175072  linebreak="cm",
175073  unicodeslot=0x11D94,
175074 },
175075 [0x11D95]={
175076  category="mn",
175077  description="GUNJALA GONDI SIGN ANUSVARA",
175078  direction="nsm",
175079  linebreak="cm",
175080  unicodeslot=0x11D95,
175081 },
175082 [0x11D96]={
175083  category="mc",
175084  description="GUNJALA GONDI SIGN VISARGA",
175085  direction="l",
175086  linebreak="cm",
175087  unicodeslot=0x11D96,
175088 },
175089 [0x11D97]={
175090  category="mn",
175091  combining=0x9,
175092  description="GUNJALA GONDI VIRAMA",
175093  direction="nsm",
175094  linebreak="cm",
175095  unicodeslot=0x11D97,
175096 },
175097 [0x11D98]={
175098  category="lo",
175099  description="GUNJALA GONDI OM",
175100  direction="l",
175101  linebreak="al",
175102  unicodeslot=0x11D98,
175103 },
175104 [0x11DA0]={
175105  category="nd",
175106  description="GUNJALA GONDI DIGIT ZERO",
175107  direction="l",
175108  linebreak="nu",
175109  unicodeslot=0x11DA0,
175110 },
175111 [0x11DA1]={
175112  category="nd",
175113  description="GUNJALA GONDI DIGIT ONE",
175114  direction="l",
175115  linebreak="nu",
175116  unicodeslot=0x11DA1,
175117 },
175118 [0x11DA2]={
175119  category="nd",
175120  description="GUNJALA GONDI DIGIT TWO",
175121  direction="l",
175122  linebreak="nu",
175123  unicodeslot=0x11DA2,
175124 },
175125 [0x11DA3]={
175126  category="nd",
175127  description="GUNJALA GONDI DIGIT THREE",
175128  direction="l",
175129  linebreak="nu",
175130  unicodeslot=0x11DA3,
175131 },
175132 [0x11DA4]={
175133  category="nd",
175134  description="GUNJALA GONDI DIGIT FOUR",
175135  direction="l",
175136  linebreak="nu",
175137  unicodeslot=0x11DA4,
175138 },
175139 [0x11DA5]={
175140  category="nd",
175141  description="GUNJALA GONDI DIGIT FIVE",
175142  direction="l",
175143  linebreak="nu",
175144  unicodeslot=0x11DA5,
175145 },
175146 [0x11DA6]={
175147  category="nd",
175148  description="GUNJALA GONDI DIGIT SIX",
175149  direction="l",
175150  linebreak="nu",
175151  unicodeslot=0x11DA6,
175152 },
175153 [0x11DA7]={
175154  category="nd",
175155  description="GUNJALA GONDI DIGIT SEVEN",
175156  direction="l",
175157  linebreak="nu",
175158  unicodeslot=0x11DA7,
175159 },
175160 [0x11DA8]={
175161  category="nd",
175162  description="GUNJALA GONDI DIGIT EIGHT",
175163  direction="l",
175164  linebreak="nu",
175165  unicodeslot=0x11DA8,
175166 },
175167 [0x11DA9]={
175168  category="nd",
175169  description="GUNJALA GONDI DIGIT NINE",
175170  direction="l",
175171  linebreak="nu",
175172  unicodeslot=0x11DA9,
175173 },
175174 [0x11EE0]={
175175  category="lo",
175176  description="MAKASAR LETTER KA",
175177  direction="l",
175178  linebreak="as",
175179  unicodeslot=0x11EE0,
175180 },
175181 [0x11EE1]={
175182  category="lo",
175183  description="MAKASAR LETTER GA",
175184  direction="l",
175185  linebreak="as",
175186  unicodeslot=0x11EE1,
175187 },
175188 [0x11EE2]={
175189  category="lo",
175190  description="MAKASAR LETTER NGA",
175191  direction="l",
175192  linebreak="as",
175193  unicodeslot=0x11EE2,
175194 },
175195 [0x11EE3]={
175196  category="lo",
175197  description="MAKASAR LETTER PA",
175198  direction="l",
175199  linebreak="as",
175200  unicodeslot=0x11EE3,
175201 },
175202 [0x11EE4]={
175203  category="lo",
175204  description="MAKASAR LETTER BA",
175205  direction="l",
175206  linebreak="as",
175207  unicodeslot=0x11EE4,
175208 },
175209 [0x11EE5]={
175210  category="lo",
175211  description="MAKASAR LETTER MA",
175212  direction="l",
175213  linebreak="as",
175214  unicodeslot=0x11EE5,
175215 },
175216 [0x11EE6]={
175217  category="lo",
175218  description="MAKASAR LETTER TA",
175219  direction="l",
175220  linebreak="as",
175221  unicodeslot=0x11EE6,
175222 },
175223 [0x11EE7]={
175224  category="lo",
175225  description="MAKASAR LETTER DA",
175226  direction="l",
175227  linebreak="as",
175228  unicodeslot=0x11EE7,
175229 },
175230 [0x11EE8]={
175231  category="lo",
175232  description="MAKASAR LETTER NA",
175233  direction="l",
175234  linebreak="as",
175235  unicodeslot=0x11EE8,
175236 },
175237 [0x11EE9]={
175238  category="lo",
175239  description="MAKASAR LETTER CA",
175240  direction="l",
175241  linebreak="as",
175242  unicodeslot=0x11EE9,
175243 },
175244 [0x11EEA]={
175245  category="lo",
175246  description="MAKASAR LETTER JA",
175247  direction="l",
175248  linebreak="as",
175249  unicodeslot=0x11EEA,
175250 },
175251 [0x11EEB]={
175252  category="lo",
175253  description="MAKASAR LETTER NYA",
175254  direction="l",
175255  linebreak="as",
175256  unicodeslot=0x11EEB,
175257 },
175258 [0x11EEC]={
175259  category="lo",
175260  description="MAKASAR LETTER YA",
175261  direction="l",
175262  linebreak="as",
175263  unicodeslot=0x11EEC,
175264 },
175265 [0x11EED]={
175266  category="lo",
175267  description="MAKASAR LETTER RA",
175268  direction="l",
175269  linebreak="as",
175270  unicodeslot=0x11EED,
175271 },
175272 [0x11EEE]={
175273  category="lo",
175274  description="MAKASAR LETTER LA",
175275  direction="l",
175276  linebreak="as",
175277  unicodeslot=0x11EEE,
175278 },
175279 [0x11EEF]={
175280  category="lo",
175281  description="MAKASAR LETTER VA",
175282  direction="l",
175283  linebreak="as",
175284  unicodeslot=0x11EEF,
175285 },
175286 [0x11EF0]={
175287  category="lo",
175288  description="MAKASAR LETTER SA",
175289  direction="l",
175290  linebreak="as",
175291  unicodeslot=0x11EF0,
175292 },
175293 [0x11EF1]={
175294  category="lo",
175295  description="MAKASAR LETTER A",
175296  direction="l",
175297  linebreak="as",
175298  unicodeslot=0x11EF1,
175299 },
175300 [0x11EF2]={
175301  category="lo",
175302  description="MAKASAR ANGKA",
175303  direction="l",
175304  linebreak="ba",
175305  unicodeslot=0x11EF2,
175306 },
175307 [0x11EF3]={
175308  category="mn",
175309  description="MAKASAR VOWEL SIGN I",
175310  direction="nsm",
175311  linebreak="cm",
175312  unicodeslot=0x11EF3,
175313 },
175314 [0x11EF4]={
175315  category="mn",
175316  description="MAKASAR VOWEL SIGN U",
175317  direction="nsm",
175318  linebreak="cm",
175319  unicodeslot=0x11EF4,
175320 },
175321 [0x11EF5]={
175322  category="mc",
175323  description="MAKASAR VOWEL SIGN E",
175324  direction="l",
175325  linebreak="cm",
175326  unicodeslot=0x11EF5,
175327 },
175328 [0x11EF6]={
175329  category="mc",
175330  description="MAKASAR VOWEL SIGN O",
175331  direction="l",
175332  linebreak="cm",
175333  unicodeslot=0x11EF6,
175334 },
175335 [0x11EF7]={
175336  category="po",
175337  description="MAKASAR PASSIMBANG",
175338  direction="l",
175339  linebreak="ba",
175340  unicodeslot=0x11EF7,
175341 },
175342 [0x11EF8]={
175343  category="po",
175344  description="MAKASAR END OF SECTION",
175345  direction="l",
175346  linebreak="ba",
175347  unicodeslot=0x11EF8,
175348 },
175349 [0x11F00]={
175350  category="mn",
175351  description="KAWI SIGN CANDRABINDU",
175352  direction="nsm",
175353  linebreak="cm",
175354  unicodeslot=0x11F00,
175355 },
175356 [0x11F01]={
175357  category="mn",
175358  description="KAWI SIGN ANUSVARA",
175359  direction="nsm",
175360  linebreak="cm",
175361  unicodeslot=0x11F01,
175362 },
175363 [0x11F02]={
175364  category="lo",
175365  description="KAWI SIGN REPHA",
175366  direction="l",
175367  linebreak="ap",
175368  unicodeslot=0x11F02,
175369 },
175370 [0x11F03]={
175371  category="mc",
175372  description="KAWI SIGN VISARGA",
175373  direction="l",
175374  linebreak="cm",
175375  unicodeslot=0x11F03,
175376 },
175377 [0x11F04]={
175378  category="lo",
175379  description="KAWI LETTER A",
175380  direction="l",
175381  linebreak="ak",
175382  unicodeslot=0x11F04,
175383 },
175384 [0x11F05]={
175385  category="lo",
175386  description="KAWI LETTER AA",
175387  direction="l",
175388  linebreak="ak",
175389  unicodeslot=0x11F05,
175390 },
175391 [0x11F06]={
175392  category="lo",
175393  description="KAWI LETTER I",
175394  direction="l",
175395  linebreak="ak",
175396  unicodeslot=0x11F06,
175397 },
175398 [0x11F07]={
175399  category="lo",
175400  description="KAWI LETTER II",
175401  direction="l",
175402  linebreak="ak",
175403  unicodeslot=0x11F07,
175404 },
175405 [0x11F08]={
175406  category="lo",
175407  description="KAWI LETTER U",
175408  direction="l",
175409  linebreak="ak",
175410  unicodeslot=0x11F08,
175411 },
175412 [0x11F09]={
175413  category="lo",
175414  description="KAWI LETTER UU",
175415  direction="l",
175416  linebreak="ak",
175417  unicodeslot=0x11F09,
175418 },
175419 [0x11F0A]={
175420  category="lo",
175421  description="KAWI LETTER VOCALIC R",
175422  direction="l",
175423  linebreak="ak",
175424  unicodeslot=0x11F0A,
175425 },
175426 [0x11F0B]={
175427  category="lo",
175428  description="KAWI LETTER VOCALIC RR",
175429  direction="l",
175430  linebreak="ak",
175431  unicodeslot=0x11F0B,
175432 },
175433 [0x11F0C]={
175434  category="lo",
175435  description="KAWI LETTER VOCALIC L",
175436  direction="l",
175437  linebreak="ak",
175438  unicodeslot=0x11F0C,
175439 },
175440 [0x11F0D]={
175441  category="lo",
175442  description="KAWI LETTER VOCALIC LL",
175443  direction="l",
175444  linebreak="ak",
175445  unicodeslot=0x11F0D,
175446 },
175447 [0x11F0E]={
175448  category="lo",
175449  description="KAWI LETTER E",
175450  direction="l",
175451  linebreak="ak",
175452  unicodeslot=0x11F0E,
175453 },
175454 [0x11F0F]={
175455  category="lo",
175456  description="KAWI LETTER AI",
175457  direction="l",
175458  linebreak="ak",
175459  unicodeslot=0x11F0F,
175460 },
175461 [0x11F10]={
175462  category="lo",
175463  description="KAWI LETTER O",
175464  direction="l",
175465  linebreak="ak",
175466  unicodeslot=0x11F10,
175467 },
175468 [0x11F12]={
175469  category="lo",
175470  description="KAWI LETTER KA",
175471  direction="l",
175472  linebreak="ak",
175473  unicodeslot=0x11F12,
175474 },
175475 [0x11F13]={
175476  category="lo",
175477  description="KAWI LETTER KHA",
175478  direction="l",
175479  linebreak="ak",
175480  unicodeslot=0x11F13,
175481 },
175482 [0x11F14]={
175483  category="lo",
175484  description="KAWI LETTER GA",
175485  direction="l",
175486  linebreak="ak",
175487  unicodeslot=0x11F14,
175488 },
175489 [0x11F15]={
175490  category="lo",
175491  description="KAWI LETTER GHA",
175492  direction="l",
175493  linebreak="ak",
175494  unicodeslot=0x11F15,
175495 },
175496 [0x11F16]={
175497  category="lo",
175498  description="KAWI LETTER NGA",
175499  direction="l",
175500  linebreak="ak",
175501  unicodeslot=0x11F16,
175502 },
175503 [0x11F17]={
175504  category="lo",
175505  description="KAWI LETTER CA",
175506  direction="l",
175507  linebreak="ak",
175508  unicodeslot=0x11F17,
175509 },
175510 [0x11F18]={
175511  category="lo",
175512  description="KAWI LETTER CHA",
175513  direction="l",
175514  linebreak="ak",
175515  unicodeslot=0x11F18,
175516 },
175517 [0x11F19]={
175518  category="lo",
175519  description="KAWI LETTER JA",
175520  direction="l",
175521  linebreak="ak",
175522  unicodeslot=0x11F19,
175523 },
175524 [0x11F1A]={
175525  category="lo",
175526  description="KAWI LETTER JHA",
175527  direction="l",
175528  linebreak="ak",
175529  unicodeslot=0x11F1A,
175530 },
175531 [0x11F1B]={
175532  category="lo",
175533  description="KAWI LETTER NYA",
175534  direction="l",
175535  linebreak="ak",
175536  unicodeslot=0x11F1B,
175537 },
175538 [0x11F1C]={
175539  category="lo",
175540  description="KAWI LETTER TTA",
175541  direction="l",
175542  linebreak="ak",
175543  unicodeslot=0x11F1C,
175544 },
175545 [0x11F1D]={
175546  category="lo",
175547  description="KAWI LETTER TTHA",
175548  direction="l",
175549  linebreak="ak",
175550  unicodeslot=0x11F1D,
175551 },
175552 [0x11F1E]={
175553  category="lo",
175554  description="KAWI LETTER DDA",
175555  direction="l",
175556  linebreak="ak",
175557  unicodeslot=0x11F1E,
175558 },
175559 [0x11F1F]={
175560  category="lo",
175561  description="KAWI LETTER DDHA",
175562  direction="l",
175563  linebreak="ak",
175564  unicodeslot=0x11F1F,
175565 },
175566 [0x11F20]={
175567  category="lo",
175568  description="KAWI LETTER NNA",
175569  direction="l",
175570  linebreak="ak",
175571  unicodeslot=0x11F20,
175572 },
175573 [0x11F21]={
175574  category="lo",
175575  description="KAWI LETTER TA",
175576  direction="l",
175577  linebreak="ak",
175578  unicodeslot=0x11F21,
175579 },
175580 [0x11F22]={
175581  category="lo",
175582  description="KAWI LETTER THA",
175583  direction="l",
175584  linebreak="ak",
175585  unicodeslot=0x11F22,
175586 },
175587 [0x11F23]={
175588  category="lo",
175589  description="KAWI LETTER DA",
175590  direction="l",
175591  linebreak="ak",
175592  unicodeslot=0x11F23,
175593 },
175594 [0x11F24]={
175595  category="lo",
175596  description="KAWI LETTER DHA",
175597  direction="l",
175598  linebreak="ak",
175599  unicodeslot=0x11F24,
175600 },
175601 [0x11F25]={
175602  category="lo",
175603  description="KAWI LETTER NA",
175604  direction="l",
175605  linebreak="ak",
175606  unicodeslot=0x11F25,
175607 },
175608 [0x11F26]={
175609  category="lo",
175610  description="KAWI LETTER PA",
175611  direction="l",
175612  linebreak="ak",
175613  unicodeslot=0x11F26,
175614 },
175615 [0x11F27]={
175616  category="lo",
175617  description="KAWI LETTER PHA",
175618  direction="l",
175619  linebreak="ak",
175620  unicodeslot=0x11F27,
175621 },
175622 [0x11F28]={
175623  category="lo",
175624  description="KAWI LETTER BA",
175625  direction="l",
175626  linebreak="ak",
175627  unicodeslot=0x11F28,
175628 },
175629 [0x11F29]={
175630  category="lo",
175631  description="KAWI LETTER BHA",
175632  direction="l",
175633  linebreak="ak",
175634  unicodeslot=0x11F29,
175635 },
175636 [0x11F2A]={
175637  category="lo",
175638  description="KAWI LETTER MA",
175639  direction="l",
175640  linebreak="ak",
175641  unicodeslot=0x11F2A,
175642 },
175643 [0x11F2B]={
175644  category="lo",
175645  description="KAWI LETTER YA",
175646  direction="l",
175647  linebreak="ak",
175648  unicodeslot=0x11F2B,
175649 },
175650 [0x11F2C]={
175651  category="lo",
175652  description="KAWI LETTER RA",
175653  direction="l",
175654  linebreak="ak",
175655  unicodeslot=0x11F2C,
175656 },
175657 [0x11F2D]={
175658  category="lo",
175659  description="KAWI LETTER LA",
175660  direction="l",
175661  linebreak="ak",
175662  unicodeslot=0x11F2D,
175663 },
175664 [0x11F2E]={
175665  category="lo",
175666  description="KAWI LETTER WA",
175667  direction="l",
175668  linebreak="ak",
175669  unicodeslot=0x11F2E,
175670 },
175671 [0x11F2F]={
175672  category="lo",
175673  description="KAWI LETTER SHA",
175674  direction="l",
175675  linebreak="ak",
175676  unicodeslot=0x11F2F,
175677 },
175678 [0x11F30]={
175679  category="lo",
175680  description="KAWI LETTER SSA",
175681  direction="l",
175682  linebreak="ak",
175683  unicodeslot=0x11F30,
175684 },
175685 [0x11F31]={
175686  category="lo",
175687  description="KAWI LETTER SA",
175688  direction="l",
175689  linebreak="ak",
175690  unicodeslot=0x11F31,
175691 },
175692 [0x11F32]={
175693  category="lo",
175694  description="KAWI LETTER HA",
175695  direction="l",
175696  linebreak="ak",
175697  unicodeslot=0x11F32,
175698 },
175699 [0x11F33]={
175700  category="lo",
175701  description="KAWI LETTER JNYA",
175702  direction="l",
175703  linebreak="ak",
175704  unicodeslot=0x11F33,
175705 },
175706 [0x11F34]={
175707  category="mc",
175708  description="KAWI VOWEL SIGN AA",
175709  direction="l",
175710  linebreak="cm",
175711  unicodeslot=0x11F34,
175712 },
175713 [0x11F35]={
175714  category="mc",
175715  description="KAWI VOWEL SIGN ALTERNATE AA",
175716  direction="l",
175717  linebreak="cm",
175718  unicodeslot=0x11F35,
175719 },
175720 [0x11F36]={
175721  category="mn",
175722  description="KAWI VOWEL SIGN I",
175723  direction="nsm",
175724  linebreak="cm",
175725  unicodeslot=0x11F36,
175726 },
175727 [0x11F37]={
175728  category="mn",
175729  description="KAWI VOWEL SIGN II",
175730  direction="nsm",
175731  linebreak="cm",
175732  unicodeslot=0x11F37,
175733 },
175734 [0x11F38]={
175735  category="mn",
175736  description="KAWI VOWEL SIGN U",
175737  direction="nsm",
175738  linebreak="cm",
175739  unicodeslot=0x11F38,
175740 },
175741 [0x11F39]={
175742  category="mn",
175743  description="KAWI VOWEL SIGN UU",
175744  direction="nsm",
175745  linebreak="cm",
175746  unicodeslot=0x11F39,
175747 },
175748 [0x11F3A]={
175749  category="mn",
175750  description="KAWI VOWEL SIGN VOCALIC R",
175751  direction="nsm",
175752  linebreak="cm",
175753  unicodeslot=0x11F3A,
175754 },
175755 [0x11F3E]={
175756  category="mc",
175757  description="KAWI VOWEL SIGN E",
175758  direction="l",
175759  linebreak="cm",
175760  unicodeslot=0x11F3E,
175761 },
175762 [0x11F3F]={
175763  category="mc",
175764  description="KAWI VOWEL SIGN AI",
175765  direction="l",
175766  linebreak="cm",
175767  unicodeslot=0x11F3F,
175768 },
175769 [0x11F40]={
175770  category="mn",
175771  description="KAWI VOWEL SIGN EU",
175772  direction="nsm",
175773  linebreak="cm",
175774  unicodeslot=0x11F40,
175775 },
175776 [0x11F41]={
175777  category="mc",
175778  combining=0x9,
175779  description="KAWI SIGN KILLER",
175780  direction="l",
175781  linebreak="cm",
175782  unicodeslot=0x11F41,
175783 },
175784 [0x11F42]={
175785  category="mn",
175786  combining=0x9,
175787  description="KAWI CONJOINER",
175788  direction="nsm",
175789  linebreak="vi",
175790  unicodeslot=0x11F42,
175791 },
175792 [0x11F43]={
175793  category="po",
175794  description="KAWI DANDA",
175795  direction="l",
175796  linebreak="ba",
175797  unicodeslot=0x11F43,
175798 },
175799 [0x11F44]={
175800  category="po",
175801  description="KAWI DOUBLE DANDA",
175802  direction="l",
175803  linebreak="ba",
175804  unicodeslot=0x11F44,
175805 },
175806 [0x11F45]={
175807  category="po",
175808  description="KAWI PUNCTUATION SECTION MARKER",
175809  direction="l",
175810  linebreak="id",
175811  unicodeslot=0x11F45,
175812 },
175813 [0x11F46]={
175814  category="po",
175815  description="KAWI PUNCTUATION ALTERNATE SECTION MARKER",
175816  direction="l",
175817  linebreak="id",
175818  unicodeslot=0x11F46,
175819 },
175820 [0x11F47]={
175821  category="po",
175822  description="KAWI PUNCTUATION FLOWER",
175823  direction="l",
175824  linebreak="id",
175825  unicodeslot=0x11F47,
175826 },
175827 [0x11F48]={
175828  category="po",
175829  description="KAWI PUNCTUATION SPACE FILLER",
175830  direction="l",
175831  linebreak="id",
175832  unicodeslot=0x11F48,
175833 },
175834 [0x11F49]={
175835  category="po",
175836  description="KAWI PUNCTUATION DOT",
175837  direction="l",
175838  linebreak="id",
175839  unicodeslot=0x11F49,
175840 },
175841 [0x11F4A]={
175842  category="po",
175843  description="KAWI PUNCTUATION DOUBLE DOT",
175844  direction="l",
175845  linebreak="id",
175846  unicodeslot=0x11F4A,
175847 },
175848 [0x11F4B]={
175849  category="po",
175850  description="KAWI PUNCTUATION TRIPLE DOT",
175851  direction="l",
175852  linebreak="id",
175853  unicodeslot=0x11F4B,
175854 },
175855 [0x11F4C]={
175856  category="po",
175857  description="KAWI PUNCTUATION CIRCLE",
175858  direction="l",
175859  linebreak="id",
175860  unicodeslot=0x11F4C,
175861 },
175862 [0x11F4D]={
175863  category="po",
175864  description="KAWI PUNCTUATION FILLED CIRCLE",
175865  direction="l",
175866  linebreak="id",
175867  unicodeslot=0x11F4D,
175868 },
175869 [0x11F4E]={
175870  category="po",
175871  description="KAWI PUNCTUATION SPIRAL",
175872  direction="l",
175873  linebreak="id",
175874  unicodeslot=0x11F4E,
175875 },
175876 [0x11F4F]={
175877  category="po",
175878  description="KAWI PUNCTUATION CLOSING SPIRAL",
175879  direction="l",
175880  linebreak="id",
175881  unicodeslot=0x11F4F,
175882 },
175883 [0x11F50]={
175884  category="nd",
175885  description="KAWI DIGIT ZERO",
175886  direction="l",
175887  linebreak="as",
175888  unicodeslot=0x11F50,
175889 },
175890 [0x11F51]={
175891  category="nd",
175892  description="KAWI DIGIT ONE",
175893  direction="l",
175894  linebreak="as",
175895  unicodeslot=0x11F51,
175896 },
175897 [0x11F52]={
175898  category="nd",
175899  description="KAWI DIGIT TWO",
175900  direction="l",
175901  linebreak="as",
175902  unicodeslot=0x11F52,
175903 },
175904 [0x11F53]={
175905  category="nd",
175906  description="KAWI DIGIT THREE",
175907  direction="l",
175908  linebreak="as",
175909  unicodeslot=0x11F53,
175910 },
175911 [0x11F54]={
175912  category="nd",
175913  description="KAWI DIGIT FOUR",
175914  direction="l",
175915  linebreak="as",
175916  unicodeslot=0x11F54,
175917 },
175918 [0x11F55]={
175919  category="nd",
175920  description="KAWI DIGIT FIVE",
175921  direction="l",
175922  linebreak="as",
175923  unicodeslot=0x11F55,
175924 },
175925 [0x11F56]={
175926  category="nd",
175927  description="KAWI DIGIT SIX",
175928  direction="l",
175929  linebreak="as",
175930  unicodeslot=0x11F56,
175931 },
175932 [0x11F57]={
175933  category="nd",
175934  description="KAWI DIGIT SEVEN",
175935  direction="l",
175936  linebreak="as",
175937  unicodeslot=0x11F57,
175938 },
175939 [0x11F58]={
175940  category="nd",
175941  description="KAWI DIGIT EIGHT",
175942  direction="l",
175943  linebreak="as",
175944  unicodeslot=0x11F58,
175945 },
175946 [0x11F59]={
175947  category="nd",
175948  description="KAWI DIGIT NINE",
175949  direction="l",
175950  linebreak="as",
175951  unicodeslot=0x11F59,
175952 },
175953 [0x11FB0]={
175954  category="lo",
175955  description="LISU LETTER YHA",
175956  direction="l",
175957  linebreak="al",
175958  unicodeslot=0x11FB0,
175959 },
175960 [0x11FC0]={
175961  category="no",
175962  description="TAMIL FRACTION ONE THREE-HUNDRED-AND-TWENTIETH",
175963  direction="l",
175964  linebreak="al",
175965  unicodeslot=0x11FC0,
175966 },
175967 [0x11FC1]={
175968  category="no",
175969  description="TAMIL FRACTION ONE ONE-HUNDRED-AND-SIXTIETH",
175970  direction="l",
175971  linebreak="al",
175972  unicodeslot=0x11FC1,
175973 },
175974 [0x11FC2]={
175975  category="no",
175976  description="TAMIL FRACTION ONE EIGHTIETH",
175977  direction="l",
175978  linebreak="al",
175979  unicodeslot=0x11FC2,
175980 },
175981 [0x11FC3]={
175982  category="no",
175983  description="TAMIL FRACTION ONE SIXTY-FOURTH",
175984  direction="l",
175985  linebreak="al",
175986  unicodeslot=0x11FC3,
175987 },
175988 [0x11FC4]={
175989  category="no",
175990  description="TAMIL FRACTION ONE FORTIETH",
175991  direction="l",
175992  linebreak="al",
175993  unicodeslot=0x11FC4,
175994 },
175995 [0x11FC5]={
175996  category="no",
175997  description="TAMIL FRACTION ONE THIRTY-SECOND",
175998  direction="l",
175999  linebreak="al",
176000  unicodeslot=0x11FC5,
176001 },
176002 [0x11FC6]={
176003  category="no",
176004  description="TAMIL FRACTION THREE EIGHTIETHS",
176005  direction="l",
176006  linebreak="al",
176007  unicodeslot=0x11FC6,
176008 },
176009 [0x11FC7]={
176010  category="no",
176011  description="TAMIL FRACTION THREE SIXTY-FOURTHS",
176012  direction="l",
176013  linebreak="al",
176014  unicodeslot=0x11FC7,
176015 },
176016 [0x11FC8]={
176017  category="no",
176018  description="TAMIL FRACTION ONE TWENTIETH",
176019  direction="l",
176020  linebreak="al",
176021  unicodeslot=0x11FC8,
176022 },
176023 [0x11FC9]={
176024  category="no",
176025  description="TAMIL FRACTION ONE SIXTEENTH-1",
176026  direction="l",
176027  linebreak="al",
176028  unicodeslot=0x11FC9,
176029 },
176030 [0x11FCA]={
176031  category="no",
176032  description="TAMIL FRACTION ONE SIXTEENTH-2",
176033  direction="l",
176034  linebreak="al",
176035  unicodeslot=0x11FCA,
176036 },
176037 [0x11FCB]={
176038  category="no",
176039  description="TAMIL FRACTION ONE TENTH",
176040  direction="l",
176041  linebreak="al",
176042  unicodeslot=0x11FCB,
176043 },
176044 [0x11FCC]={
176045  category="no",
176046  description="TAMIL FRACTION ONE EIGHTH",
176047  direction="l",
176048  linebreak="al",
176049  unicodeslot=0x11FCC,
176050 },
176051 [0x11FCD]={
176052  category="no",
176053  description="TAMIL FRACTION THREE TWENTIETHS",
176054  direction="l",
176055  linebreak="al",
176056  unicodeslot=0x11FCD,
176057 },
176058 [0x11FCE]={
176059  category="no",
176060  description="TAMIL FRACTION THREE SIXTEENTHS",
176061  direction="l",
176062  linebreak="al",
176063  unicodeslot=0x11FCE,
176064 },
176065 [0x11FCF]={
176066  category="no",
176067  description="TAMIL FRACTION ONE FIFTH",
176068  direction="l",
176069  linebreak="al",
176070  unicodeslot=0x11FCF,
176071 },
176072 [0x11FD0]={
176073  category="no",
176074  description="TAMIL FRACTION ONE QUARTER",
176075  direction="l",
176076  linebreak="al",
176077  unicodeslot=0x11FD0,
176078 },
176079 [0x11FD1]={
176080  category="no",
176081  description="TAMIL FRACTION ONE HALF-1",
176082  direction="l",
176083  linebreak="al",
176084  unicodeslot=0x11FD1,
176085 },
176086 [0x11FD2]={
176087  category="no",
176088  description="TAMIL FRACTION ONE HALF-2",
176089  direction="l",
176090  linebreak="al",
176091  unicodeslot=0x11FD2,
176092 },
176093 [0x11FD3]={
176094  category="no",
176095  description="TAMIL FRACTION THREE QUARTERS",
176096  direction="l",
176097  linebreak="al",
176098  unicodeslot=0x11FD3,
176099 },
176100 [0x11FD4]={
176101  category="no",
176102  description="TAMIL FRACTION DOWNSCALING FACTOR KIIZH",
176103  direction="l",
176104  linebreak="al",
176105  unicodeslot=0x11FD4,
176106 },
176107 [0x11FD5]={
176108  category="so",
176109  description="TAMIL SIGN NEL",
176110  direction="on",
176111  linebreak="al",
176112  unicodeslot=0x11FD5,
176113 },
176114 [0x11FD6]={
176115  category="so",
176116  description="TAMIL SIGN CEVITU",
176117  direction="on",
176118  linebreak="al",
176119  unicodeslot=0x11FD6,
176120 },
176121 [0x11FD7]={
176122  category="so",
176123  description="TAMIL SIGN AAZHAAKKU",
176124  direction="on",
176125  linebreak="al",
176126  unicodeslot=0x11FD7,
176127 },
176128 [0x11FD8]={
176129  category="so",
176130  description="TAMIL SIGN UZHAKKU",
176131  direction="on",
176132  linebreak="al",
176133  unicodeslot=0x11FD8,
176134 },
176135 [0x11FD9]={
176136  category="so",
176137  description="TAMIL SIGN MUUVUZHAKKU",
176138  direction="on",
176139  linebreak="al",
176140  unicodeslot=0x11FD9,
176141 },
176142 [0x11FDA]={
176143  category="so",
176144  description="TAMIL SIGN KURUNI",
176145  direction="on",
176146  linebreak="al",
176147  unicodeslot=0x11FDA,
176148 },
176149 [0x11FDB]={
176150  category="so",
176151  description="TAMIL SIGN PATHAKKU",
176152  direction="on",
176153  linebreak="al",
176154  unicodeslot=0x11FDB,
176155 },
176156 [0x11FDC]={
176157  category="so",
176158  description="TAMIL SIGN MUKKURUNI",
176159  direction="on",
176160  linebreak="al",
176161  unicodeslot=0x11FDC,
176162 },
176163 [0x11FDD]={
176164  category="sc",
176165  description="TAMIL SIGN KAACU",
176166  direction="et",
176167  linebreak="po",
176168  unicodeslot=0x11FDD,
176169 },
176170 [0x11FDE]={
176171  category="sc",
176172  description="TAMIL SIGN PANAM",
176173  direction="et",
176174  linebreak="po",
176175  unicodeslot=0x11FDE,
176176 },
176177 [0x11FDF]={
176178  category="sc",
176179  description="TAMIL SIGN PON",
176180  direction="et",
176181  linebreak="po",
176182  unicodeslot=0x11FDF,
176183 },
176184 [0x11FE0]={
176185  category="sc",
176186  description="TAMIL SIGN VARAAKAN",
176187  direction="et",
176188  linebreak="po",
176189  unicodeslot=0x11FE0,
176190 },
176191 [0x11FE1]={
176192  category="so",
176193  description="TAMIL SIGN PAARAM",
176194  direction="on",
176195  linebreak="al",
176196  unicodeslot=0x11FE1,
176197 },
176198 [0x11FE2]={
176199  category="so",
176200  description="TAMIL SIGN KUZHI",
176201  direction="on",
176202  linebreak="al",
176203  unicodeslot=0x11FE2,
176204 },
176205 [0x11FE3]={
176206  category="so",
176207  description="TAMIL SIGN VELI",
176208  direction="on",
176209  linebreak="al",
176210  unicodeslot=0x11FE3,
176211 },
176212 [0x11FE4]={
176213  category="so",
176214  description="TAMIL WET CULTIVATION SIGN",
176215  direction="on",
176216  linebreak="al",
176217  unicodeslot=0x11FE4,
176218 },
176219 [0x11FE5]={
176220  category="so",
176221  description="TAMIL DRY CULTIVATION SIGN",
176222  direction="on",
176223  linebreak="al",
176224  unicodeslot=0x11FE5,
176225 },
176226 [0x11FE6]={
176227  category="so",
176228  description="TAMIL LAND SIGN",
176229  direction="on",
176230  linebreak="al",
176231  unicodeslot=0x11FE6,
176232 },
176233 [0x11FE7]={
176234  category="so",
176235  description="TAMIL SALT PAN SIGN",
176236  direction="on",
176237  linebreak="al",
176238  unicodeslot=0x11FE7,
176239 },
176240 [0x11FE8]={
176241  category="so",
176242  description="TAMIL TRADITIONAL CREDIT SIGN",
176243  direction="on",
176244  linebreak="al",
176245  unicodeslot=0x11FE8,
176246 },
176247 [0x11FE9]={
176248  category="so",
176249  description="TAMIL TRADITIONAL NUMBER SIGN",
176250  direction="on",
176251  linebreak="al",
176252  unicodeslot=0x11FE9,
176253 },
176254 [0x11FEA]={
176255  category="so",
176256  description="TAMIL CURRENT SIGN",
176257  direction="on",
176258  linebreak="al",
176259  unicodeslot=0x11FEA,
176260 },
176261 [0x11FEB]={
176262  category="so",
176263  description="TAMIL AND ODD SIGN",
176264  direction="on",
176265  linebreak="al",
176266  unicodeslot=0x11FEB,
176267 },
176268 [0x11FEC]={
176269  category="so",
176270  description="TAMIL SPENT SIGN",
176271  direction="on",
176272  linebreak="al",
176273  unicodeslot=0x11FEC,
176274 },
176275 [0x11FED]={
176276  category="so",
176277  description="TAMIL TOTAL SIGN",
176278  direction="on",
176279  linebreak="al",
176280  unicodeslot=0x11FED,
176281 },
176282 [0x11FEE]={
176283  category="so",
176284  description="TAMIL IN POSSESSION SIGN",
176285  direction="on",
176286  linebreak="al",
176287  unicodeslot=0x11FEE,
176288 },
176289 [0x11FEF]={
176290  category="so",
176291  description="TAMIL STARTING FROM SIGN",
176292  direction="on",
176293  linebreak="al",
176294  unicodeslot=0x11FEF,
176295 },
176296 [0x11FF0]={
176297  category="so",
176298  description="TAMIL SIGN MUTHALIYA",
176299  direction="on",
176300  linebreak="al",
176301  unicodeslot=0x11FF0,
176302 },
176303 [0x11FF1]={
176304  category="so",
176305  description="TAMIL SIGN VAKAIYARAA",
176306  direction="on",
176307  linebreak="al",
176308  unicodeslot=0x11FF1,
176309 },
176310 [0x11FFF]={
176311  category="po",
176312  description="TAMIL PUNCTUATION END OF TEXT",
176313  direction="l",
176314  linebreak="ba",
176315  unicodeslot=0x11FFF,
176316 },
176317 [0x12000]={
176318  category="lo",
176319  description="CUNEIFORM SIGN A",
176320  direction="l",
176321  linebreak="al",
176322  unicodeslot=0x12000,
176323 },
176324 [0x12001]={
176325  category="lo",
176326  description="CUNEIFORM SIGN A TIMES A",
176327  direction="l",
176328  linebreak="al",
176329  unicodeslot=0x12001,
176330 },
176331 [0x12002]={
176332  category="lo",
176333  description="CUNEIFORM SIGN A TIMES BAD",
176334  direction="l",
176335  linebreak="al",
176336  unicodeslot=0x12002,
176337 },
176338 [0x12003]={
176339  category="lo",
176340  description="CUNEIFORM SIGN A TIMES GAN0x0002 TENU",
176341  direction="l",
176342  linebreak="al",
176343  unicodeslot=0x12003,
176344 },
176345 [0x12004]={
176346  category="lo",
176347  description="CUNEIFORM SIGN A TIMES HA",
176348  direction="l",
176349  linebreak="al",
176350  unicodeslot=0x12004,
176351 },
176352 [0x12005]={
176353  category="lo",
176354  description="CUNEIFORM SIGN A TIMES IGI",
176355  direction="l",
176356  linebreak="al",
176357  unicodeslot=0x12005,
176358 },
176359 [0x12006]={
176360  category="lo",
176361  description="CUNEIFORM SIGN A TIMES LAGAR GUNU",
176362  direction="l",
176363  linebreak="al",
176364  unicodeslot=0x12006,
176365 },
176366 [0x12007]={
176367  category="lo",
176368  description="CUNEIFORM SIGN A TIMES MUSH",
176369  direction="l",
176370  linebreak="al",
176371  unicodeslot=0x12007,
176372 },
176373 [0x12008]={
176374  category="lo",
176375  description="CUNEIFORM SIGN A TIMES SAG",
176376  direction="l",
176377  linebreak="al",
176378  unicodeslot=0x12008,
176379 },
176380 [0x12009]={
176381  category="lo",
176382  description="CUNEIFORM SIGN A0x0002",
176383  direction="l",
176384  linebreak="al",
176385  unicodeslot=0x12009,
176386 },
176387 [0x1200A]={
176388  category="lo",
176389  description="CUNEIFORM SIGN AB",
176390  direction="l",
176391  linebreak="al",
176392  unicodeslot=0x1200A,
176393 },
176394 [0x1200B]={
176395  category="lo",
176396  description="CUNEIFORM SIGN AB TIMES ASH0x0002",
176397  direction="l",
176398  linebreak="al",
176399  unicodeslot=0x1200B,
176400 },
176401 [0x1200C]={
176402  category="lo",
176403  description="CUNEIFORM SIGN AB TIMES DUN0x0003 GUNU",
176404  direction="l",
176405  linebreak="al",
176406  unicodeslot=0x1200C,
176407 },
176408 [0x1200D]={
176409  category="lo",
176410  description="CUNEIFORM SIGN AB TIMES GAL",
176411  direction="l",
176412  linebreak="al",
176413  unicodeslot=0x1200D,
176414 },
176415 [0x1200E]={
176416  category="lo",
176417  description="CUNEIFORM SIGN AB TIMES GAN0x0002 TENU",
176418  direction="l",
176419  linebreak="al",
176420  unicodeslot=0x1200E,
176421 },
176422 [0x1200F]={
176423  category="lo",
176424  description="CUNEIFORM SIGN AB TIMES HA",
176425  direction="l",
176426  linebreak="al",
176427  unicodeslot=0x1200F,
176428 },
176429 [0x12010]={
176430  category="lo",
176431  description="CUNEIFORM SIGN AB TIMES IGI GUNU",
176432  direction="l",
176433  linebreak="al",
176434  unicodeslot=0x12010,
176435 },
176436 [0x12011]={
176437  category="lo",
176438  description="CUNEIFORM SIGN AB TIMES IMIN",
176439  direction="l",
176440  linebreak="al",
176441  unicodeslot=0x12011,
176442 },
176443 [0x12012]={
176444  category="lo",
176445  description="CUNEIFORM SIGN AB TIMES LAGAB",
176446  direction="l",
176447  linebreak="al",
176448  unicodeslot=0x12012,
176449 },
176450 [0x12013]={
176451  category="lo",
176452  description="CUNEIFORM SIGN AB TIMES SHESH",
176453  direction="l",
176454  linebreak="al",
176455  unicodeslot=0x12013,
176456 },
176457 [0x12014]={
176458  category="lo",
176459  description="CUNEIFORM SIGN AB TIMES U PLUS U PLUS U",
176460  direction="l",
176461  linebreak="al",
176462  unicodeslot=0x12014,
176463 },
176464 [0x12015]={
176465  category="lo",
176466  description="CUNEIFORM SIGN AB GUNU",
176467  direction="l",
176468  linebreak="al",
176469  unicodeslot=0x12015,
176470 },
176471 [0x12016]={
176472  category="lo",
176473  description="CUNEIFORM SIGN AB0x0002",
176474  direction="l",
176475  linebreak="al",
176476  unicodeslot=0x12016,
176477 },
176478 [0x12017]={
176479  category="lo",
176480  description="CUNEIFORM SIGN AB0x0002 TIMES BALAG",
176481  direction="l",
176482  linebreak="al",
176483  unicodeslot=0x12017,
176484 },
176485 [0x12018]={
176486  category="lo",
176487  description="CUNEIFORM SIGN AB0x0002 TIMES GAN0x0002 TENU",
176488  direction="l",
176489  linebreak="al",
176490  unicodeslot=0x12018,
176491 },
176492 [0x12019]={
176493  category="lo",
176494  description="CUNEIFORM SIGN AB0x0002 TIMES ME PLUS EN",
176495  direction="l",
176496  linebreak="al",
176497  unicodeslot=0x12019,
176498 },
176499 [0x1201A]={
176500  category="lo",
176501  description="CUNEIFORM SIGN AB0x0002 TIMES SHA0x0003",
176502  direction="l",
176503  linebreak="al",
176504  unicodeslot=0x1201A,
176505 },
176506 [0x1201B]={
176507  category="lo",
176508  description="CUNEIFORM SIGN AB0x0002 TIMES TAK0x0004",
176509  direction="l",
176510  linebreak="al",
176511  unicodeslot=0x1201B,
176512 },
176513 [0x1201C]={
176514  category="lo",
176515  description="CUNEIFORM SIGN AD",
176516  direction="l",
176517  linebreak="al",
176518  unicodeslot=0x1201C,
176519 },
176520 [0x1201D]={
176521  category="lo",
176522  description="CUNEIFORM SIGN AK",
176523  direction="l",
176524  linebreak="al",
176525  unicodeslot=0x1201D,
176526 },
176527 [0x1201E]={
176528  category="lo",
176529  description="CUNEIFORM SIGN AK TIMES ERIN0x0002",
176530  direction="l",
176531  linebreak="al",
176532  unicodeslot=0x1201E,
176533 },
176534 [0x1201F]={
176535  category="lo",
176536  description="CUNEIFORM SIGN AK TIMES SHITA PLUS GISH",
176537  direction="l",
176538  linebreak="al",
176539  unicodeslot=0x1201F,
176540 },
176541 [0x12020]={
176542  category="lo",
176543  description="CUNEIFORM SIGN AL",
176544  direction="l",
176545  linebreak="al",
176546  unicodeslot=0x12020,
176547 },
176548 [0x12021]={
176549  category="lo",
176550  description="CUNEIFORM SIGN AL TIMES AL",
176551  direction="l",
176552  linebreak="al",
176553  unicodeslot=0x12021,
176554 },
176555 [0x12022]={
176556  category="lo",
176557  description="CUNEIFORM SIGN AL TIMES DIM0x0002",
176558  direction="l",
176559  linebreak="al",
176560  unicodeslot=0x12022,
176561 },
176562 [0x12023]={
176563  category="lo",
176564  description="CUNEIFORM SIGN AL TIMES GISH",
176565  direction="l",
176566  linebreak="al",
176567  unicodeslot=0x12023,
176568 },
176569 [0x12024]={
176570  category="lo",
176571  description="CUNEIFORM SIGN AL TIMES HA",
176572  direction="l",
176573  linebreak="al",
176574  unicodeslot=0x12024,
176575 },
176576 [0x12025]={
176577  category="lo",
176578  description="CUNEIFORM SIGN AL TIMES KAD0x0003",
176579  direction="l",
176580  linebreak="al",
176581  unicodeslot=0x12025,
176582 },
176583 [0x12026]={
176584  category="lo",
176585  description="CUNEIFORM SIGN AL TIMES KI",
176586  direction="l",
176587  linebreak="al",
176588  unicodeslot=0x12026,
176589 },
176590 [0x12027]={
176591  category="lo",
176592  description="CUNEIFORM SIGN AL TIMES SHE",
176593  direction="l",
176594  linebreak="al",
176595  unicodeslot=0x12027,
176596 },
176597 [0x12028]={
176598  category="lo",
176599  description="CUNEIFORM SIGN AL TIMES USH",
176600  direction="l",
176601  linebreak="al",
176602  unicodeslot=0x12028,
176603 },
176604 [0x12029]={
176605  category="lo",
176606  description="CUNEIFORM SIGN ALAN",
176607  direction="l",
176608  linebreak="al",
176609  unicodeslot=0x12029,
176610 },
176611 [0x1202A]={
176612  category="lo",
176613  description="CUNEIFORM SIGN ALEPH",
176614  direction="l",
176615  linebreak="al",
176616  unicodeslot=0x1202A,
176617 },
176618 [0x1202B]={
176619  category="lo",
176620  description="CUNEIFORM SIGN AMAR",
176621  direction="l",
176622  linebreak="al",
176623  unicodeslot=0x1202B,
176624 },
176625 [0x1202C]={
176626  category="lo",
176627  description="CUNEIFORM SIGN AMAR TIMES SHE",
176628  direction="l",
176629  linebreak="al",
176630  unicodeslot=0x1202C,
176631 },
176632 [0x1202D]={
176633  category="lo",
176634  description="CUNEIFORM SIGN AN",
176635  direction="l",
176636  linebreak="al",
176637  unicodeslot=0x1202D,
176638 },
176639 [0x1202E]={
176640  category="lo",
176641  description="CUNEIFORM SIGN AN OVER AN",
176642  direction="l",
176643  linebreak="al",
176644  unicodeslot=0x1202E,
176645 },
176646 [0x1202F]={
176647  category="lo",
176648  description="CUNEIFORM SIGN AN THREE TIMES",
176649  direction="l",
176650  linebreak="al",
176651  unicodeslot=0x1202F,
176652 },
176653 [0x12030]={
176654  category="lo",
176655  description="CUNEIFORM SIGN AN PLUS NAGA OPPOSING AN PLUS NAGA",
176656  direction="l",
176657  linebreak="al",
176658  unicodeslot=0x12030,
176659 },
176660 [0x12031]={
176661  category="lo",
176662  description="CUNEIFORM SIGN AN PLUS NAGA SQUARED",
176663  direction="l",
176664  linebreak="al",
176665  unicodeslot=0x12031,
176666 },
176667 [0x12032]={
176668  category="lo",
176669  description="CUNEIFORM SIGN ANSHE",
176670  direction="l",
176671  linebreak="al",
176672  unicodeslot=0x12032,
176673 },
176674 [0x12033]={
176675  category="lo",
176676  description="CUNEIFORM SIGN APIN",
176677  direction="l",
176678  linebreak="al",
176679  unicodeslot=0x12033,
176680 },
176681 [0x12034]={
176682  category="lo",
176683  description="CUNEIFORM SIGN ARAD",
176684  direction="l",
176685  linebreak="al",
176686  unicodeslot=0x12034,
176687 },
176688 [0x12035]={
176689  category="lo",
176690  description="CUNEIFORM SIGN ARAD TIMES KUR",
176691  direction="l",
176692  linebreak="al",
176693  mathclass="ordinary",
176694  mathname="backprime",
176695  unicodeslot=0x12035,
176696 },
176697 [0x12036]={
176698  category="lo",
176699  description="CUNEIFORM SIGN ARKAB",
176700  direction="l",
176701  linebreak="al",
176702  unicodeslot=0x12036,
176703 },
176704 [0x12037]={
176705  category="lo",
176706  description="CUNEIFORM SIGN ASAL0x0002",
176707  direction="l",
176708  linebreak="al",
176709  unicodeslot=0x12037,
176710 },
176711 [0x12038]={
176712  category="lo",
176713  description="CUNEIFORM SIGN ASH",
176714  direction="l",
176715  linebreak="al",
176716  unicodeslot=0x12038,
176717 },
176718 [0x12039]={
176719  category="lo",
176720  description="CUNEIFORM SIGN ASH ZIDA TENU",
176721  direction="l",
176722  linebreak="al",
176723  unicodeslot=0x12039,
176724 },
176725 [0x1203A]={
176726  category="lo",
176727  description="CUNEIFORM SIGN ASH KABA TENU",
176728  direction="l",
176729  linebreak="al",
176730  unicodeslot=0x1203A,
176731 },
176732 [0x1203B]={
176733  category="lo",
176734  description="CUNEIFORM SIGN ASH OVER ASH TUG0x0002 OVER TUG0x0002 TUG0x0002 OVER TUG0x0002 PAP",
176735  direction="l",
176736  linebreak="al",
176737  unicodeslot=0x1203B,
176738 },
176739 [0x1203C]={
176740  category="lo",
176741  description="CUNEIFORM SIGN ASH OVER ASH OVER ASH",
176742  direction="l",
176743  linebreak="al",
176744  unicodeslot=0x1203C,
176745 },
176746 [0x1203D]={
176747  category="lo",
176748  description="CUNEIFORM SIGN ASH OVER ASH OVER ASH CROSSING ASH OVER ASH OVER ASH",
176749  direction="l",
176750  linebreak="al",
176751  unicodeslot=0x1203D,
176752 },
176753 [0x1203E]={
176754  category="lo",
176755  description="CUNEIFORM SIGN ASH0x0002",
176756  direction="l",
176757  linebreak="al",
176758  unicodeslot=0x1203E,
176759 },
176760 [0x1203F]={
176761  category="lo",
176762  description="CUNEIFORM SIGN ASHGAB",
176763  direction="l",
176764  linebreak="al",
176765  unicodeslot=0x1203F,
176766 },
176767 [0x12040]={
176768  category="lo",
176769  description="CUNEIFORM SIGN BA",
176770  direction="l",
176771  linebreak="al",
176772  unicodeslot=0x12040,
176773 },
176774 [0x12041]={
176775  category="lo",
176776  description="CUNEIFORM SIGN BAD",
176777  direction="l",
176778  linebreak="al",
176779  unicodeslot=0x12041,
176780 },
176781 [0x12042]={
176782  category="lo",
176783  description="CUNEIFORM SIGN BAG0x0003",
176784  direction="l",
176785  linebreak="al",
176786  unicodeslot=0x12042,
176787 },
176788 [0x12043]={
176789  category="lo",
176790  description="CUNEIFORM SIGN BAHAR0x0002",
176791  direction="l",
176792  linebreak="al",
176793  unicodeslot=0x12043,
176794 },
176795 [0x12044]={
176796  category="lo",
176797  description="CUNEIFORM SIGN BAL",
176798  direction="l",
176799  linebreak="al",
176800  unicodeslot=0x12044,
176801 },
176802 [0x12045]={
176803  category="lo",
176804  description="CUNEIFORM SIGN BAL OVER BAL",
176805  direction="l",
176806  linebreak="al",
176807  unicodeslot=0x12045,
176808 },
176809 [0x12046]={
176810  category="lo",
176811  description="CUNEIFORM SIGN BALAG",
176812  direction="l",
176813  linebreak="al",
176814  unicodeslot=0x12046,
176815 },
176816 [0x12047]={
176817  category="lo",
176818  description="CUNEIFORM SIGN BAR",
176819  direction="l",
176820  linebreak="al",
176821  unicodeslot=0x12047,
176822 },
176823 [0x12048]={
176824  category="lo",
176825  description="CUNEIFORM SIGN BARA0x0002",
176826  direction="l",
176827  linebreak="al",
176828  unicodeslot=0x12048,
176829 },
176830 [0x12049]={
176831  category="lo",
176832  description="CUNEIFORM SIGN BI",
176833  direction="l",
176834  linebreak="al",
176835  unicodeslot=0x12049,
176836 },
176837 [0x1204A]={
176838  category="lo",
176839  description="CUNEIFORM SIGN BI TIMES A",
176840  direction="l",
176841  linebreak="al",
176842  unicodeslot=0x1204A,
176843 },
176844 [0x1204B]={
176845  category="lo",
176846  description="CUNEIFORM SIGN BI TIMES GAR",
176847  direction="l",
176848  linebreak="al",
176849  unicodeslot=0x1204B,
176850 },
176851 [0x1204C]={
176852  category="lo",
176853  description="CUNEIFORM SIGN BI TIMES IGI GUNU",
176854  direction="l",
176855  linebreak="al",
176856  unicodeslot=0x1204C,
176857 },
176858 [0x1204D]={
176859  category="lo",
176860  description="CUNEIFORM SIGN BU",
176861  direction="l",
176862  linebreak="al",
176863  unicodeslot=0x1204D,
176864 },
176865 [0x1204E]={
176866  category="lo",
176867  description="CUNEIFORM SIGN BU OVER BU AB",
176868  direction="l",
176869  linebreak="al",
176870  unicodeslot=0x1204E,
176871 },
176872 [0x1204F]={
176873  category="lo",
176874  description="CUNEIFORM SIGN BU OVER BU UN",
176875  direction="l",
176876  linebreak="al",
176877  unicodeslot=0x1204F,
176878 },
176879 [0x12050]={
176880  category="lo",
176881  description="CUNEIFORM SIGN BU CROSSING BU",
176882  direction="l",
176883  linebreak="al",
176884  unicodeslot=0x12050,
176885 },
176886 [0x12051]={
176887  category="lo",
176888  description="CUNEIFORM SIGN BULUG",
176889  direction="l",
176890  linebreak="al",
176891  unicodeslot=0x12051,
176892 },
176893 [0x12052]={
176894  category="lo",
176895  description="CUNEIFORM SIGN BULUG OVER BULUG",
176896  direction="l",
176897  linebreak="al",
176898  unicodeslot=0x12052,
176899 },
176900 [0x12053]={
176901  category="lo",
176902  description="CUNEIFORM SIGN BUR",
176903  direction="l",
176904  linebreak="al",
176905  unicodeslot=0x12053,
176906 },
176907 [0x12054]={
176908  category="lo",
176909  description="CUNEIFORM SIGN BUR0x0002",
176910  direction="l",
176911  linebreak="al",
176912  unicodeslot=0x12054,
176913 },
176914 [0x12055]={
176915  category="lo",
176916  description="CUNEIFORM SIGN DA",
176917  direction="l",
176918  linebreak="al",
176919  unicodeslot=0x12055,
176920 },
176921 [0x12056]={
176922  category="lo",
176923  description="CUNEIFORM SIGN DAG",
176924  direction="l",
176925  linebreak="al",
176926  unicodeslot=0x12056,
176927 },
176928 [0x12057]={
176929  category="lo",
176930  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES A PLUS MASH",
176931  direction="l",
176932  linebreak="al",
176933  unicodeslot=0x12057,
176934 },
176935 [0x12058]={
176936  category="lo",
176937  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES AMAR",
176938  direction="l",
176939  linebreak="al",
176940  unicodeslot=0x12058,
176941 },
176942 [0x12059]={
176943  category="lo",
176944  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES BALAG",
176945  direction="l",
176946  linebreak="al",
176947  unicodeslot=0x12059,
176948 },
176949 [0x1205A]={
176950  category="lo",
176951  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES BI",
176952  direction="l",
176953  linebreak="al",
176954  unicodeslot=0x1205A,
176955 },
176956 [0x1205B]={
176957  category="lo",
176958  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES GA",
176959  direction="l",
176960  linebreak="al",
176961  unicodeslot=0x1205B,
176962 },
176963 [0x1205C]={
176964  category="lo",
176965  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES GA PLUS MASH",
176966  direction="l",
176967  linebreak="al",
176968  unicodeslot=0x1205C,
176969 },
176970 [0x1205D]={
176971  category="lo",
176972  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES GI",
176973  direction="l",
176974  linebreak="al",
176975  unicodeslot=0x1205D,
176976 },
176977 [0x1205E]={
176978  category="lo",
176979  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES GIR0x0002",
176980  direction="l",
176981  linebreak="al",
176982  unicodeslot=0x1205E,
176983 },
176984 [0x1205F]={
176985  category="lo",
176986  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES GUD",
176987  direction="l",
176988  linebreak="al",
176989  unicodeslot=0x1205F,
176990 },
176991 [0x12060]={
176992  category="lo",
176993  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES HA",
176994  direction="l",
176995  linebreak="al",
176996  unicodeslot=0x12060,
176997 },
176998 [0x12061]={
176999  category="lo",
177000  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES IR",
177001  direction="l",
177002  linebreak="al",
177003  unicodeslot=0x12061,
177004 },
177005 [0x12062]={
177006  category="lo",
177007  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES IR PLUS LU",
177008  direction="l",
177009  linebreak="al",
177010  unicodeslot=0x12062,
177011 },
177012 [0x12063]={
177013  category="lo",
177014  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES KAK",
177015  direction="l",
177016  linebreak="al",
177017  unicodeslot=0x12063,
177018 },
177019 [0x12064]={
177020  category="lo",
177021  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES LA",
177022  direction="l",
177023  linebreak="al",
177024  unicodeslot=0x12064,
177025 },
177026 [0x12065]={
177027  category="lo",
177028  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES LU",
177029  direction="l",
177030  linebreak="al",
177031  unicodeslot=0x12065,
177032 },
177033 [0x12066]={
177034  category="lo",
177035  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES LU PLUS MASH0x0002",
177036  direction="l",
177037  linebreak="al",
177038  unicodeslot=0x12066,
177039 },
177040 [0x12067]={
177041  category="lo",
177042  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES LUM",
177043  direction="l",
177044  linebreak="al",
177045  unicodeslot=0x12067,
177046 },
177047 [0x12068]={
177048  category="lo",
177049  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES NE",
177050  direction="l",
177051  linebreak="al",
177052  unicodeslot=0x12068,
177053 },
177054 [0x12069]={
177055  category="lo",
177056  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES PAP PLUS PAP",
177057  direction="l",
177058  linebreak="al",
177059  unicodeslot=0x12069,
177060 },
177061 [0x1206A]={
177062  category="lo",
177063  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES SI",
177064  direction="l",
177065  linebreak="al",
177066  unicodeslot=0x1206A,
177067 },
177068 [0x1206B]={
177069  category="lo",
177070  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES TAK0x0004",
177071  direction="l",
177072  linebreak="al",
177073  unicodeslot=0x1206B,
177074 },
177075 [0x1206C]={
177076  category="lo",
177077  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES U0x0002 PLUS GIR0x0002",
177078  direction="l",
177079  linebreak="al",
177080  unicodeslot=0x1206C,
177081 },
177082 [0x1206D]={
177083  category="lo",
177084  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES USH",
177085  direction="l",
177086  linebreak="al",
177087  unicodeslot=0x1206D,
177088 },
177089 [0x1206E]={
177090  category="lo",
177091  description="CUNEIFORM SIGN DAM",
177092  direction="l",
177093  linebreak="al",
177094  unicodeslot=0x1206E,
177095 },
177096 [0x1206F]={
177097  category="lo",
177098  description="CUNEIFORM SIGN DAR",
177099  direction="l",
177100  linebreak="al",
177101  unicodeslot=0x1206F,
177102 },
177103 [0x12070]={
177104  category="lo",
177105  description="CUNEIFORM SIGN DARA0x0003",
177106  direction="l",
177107  linebreak="al",
177108  unicodeslot=0x12070,
177109 },
177110 [0x12071]={
177111  category="lo",
177112  description="CUNEIFORM SIGN DARA0x0004",
177113  direction="l",
177114  linebreak="al",
177115  unicodeslot=0x12071,
177116 },
177117 [0x12072]={
177118  category="lo",
177119  description="CUNEIFORM SIGN DI",
177120  direction="l",
177121  linebreak="al",
177122  unicodeslot=0x12072,
177123 },
177124 [0x12073]={
177125  category="lo",
177126  description="CUNEIFORM SIGN DIB",
177127  direction="l",
177128  linebreak="al",
177129  unicodeslot=0x12073,
177130 },
177131 [0x12074]={
177132  category="lo",
177133  description="CUNEIFORM SIGN DIM",
177134  direction="l",
177135  linebreak="al",
177136  unicodeslot=0x12074,
177137 },
177138 [0x12075]={
177139  category="lo",
177140  description="CUNEIFORM SIGN DIM TIMES SHE",
177141  direction="l",
177142  linebreak="al",
177143  unicodeslot=0x12075,
177144 },
177145 [0x12076]={
177146  category="lo",
177147  description="CUNEIFORM SIGN DIM0x0002",
177148  direction="l",
177149  linebreak="al",
177150  unicodeslot=0x12076,
177151 },
177152 [0x12077]={
177153  category="lo",
177154  description="CUNEIFORM SIGN DIN",
177155  direction="l",
177156  linebreak="al",
177157  unicodeslot=0x12077,
177158 },
177159 [0x12078]={
177160  category="lo",
177161  description="CUNEIFORM SIGN DIN KASKAL U GUNU DISH",
177162  direction="l",
177163  linebreak="al",
177164  unicodeslot=0x12078,
177165 },
177166 [0x12079]={
177167  category="lo",
177168  description="CUNEIFORM SIGN DISH",
177169  direction="l",
177170  linebreak="al",
177171  unicodeslot=0x12079,
177172 },
177173 [0x1207A]={
177174  category="lo",
177175  description="CUNEIFORM SIGN DU",
177176  direction="l",
177177  linebreak="al",
177178  unicodeslot=0x1207A,
177179 },
177180 [0x1207B]={
177181  category="lo",
177182  description="CUNEIFORM SIGN DU OVER DU",
177183  direction="l",
177184  linebreak="al",
177185  unicodeslot=0x1207B,
177186 },
177187 [0x1207C]={
177188  category="lo",
177189  description="CUNEIFORM SIGN DU GUNU",
177190  direction="l",
177191  linebreak="al",
177192  unicodeslot=0x1207C,
177193 },
177194 [0x1207D]={
177195  category="lo",
177196  description="CUNEIFORM SIGN DU SHESHIG",
177197  direction="l",
177198  linebreak="al",
177199  unicodeslot=0x1207D,
177200 },
177201 [0x1207E]={
177202  category="lo",
177203  description="CUNEIFORM SIGN DUB",
177204  direction="l",
177205  linebreak="al",
177206  unicodeslot=0x1207E,
177207 },
177208 [0x1207F]={
177209  category="lo",
177210  description="CUNEIFORM SIGN DUB TIMES ESH0x0002",
177211  direction="l",
177212  linebreak="al",
177213  unicodeslot=0x1207F,
177214 },
177215 [0x12080]={
177216  category="lo",
177217  description="CUNEIFORM SIGN DUB0x0002",
177218  direction="l",
177219  linebreak="al",
177220  unicodeslot=0x12080,
177221 },
177222 [0x12081]={
177223  category="lo",
177224  description="CUNEIFORM SIGN DUG",
177225  direction="l",
177226  linebreak="al",
177227  unicodeslot=0x12081,
177228 },
177229 [0x12082]={
177230  category="lo",
177231  description="CUNEIFORM SIGN DUGUD",
177232  direction="l",
177233  linebreak="al",
177234  unicodeslot=0x12082,
177235 },
177236 [0x12083]={
177237  category="lo",
177238  description="CUNEIFORM SIGN DUH",
177239  direction="l",
177240  linebreak="al",
177241  unicodeslot=0x12083,
177242 },
177243 [0x12084]={
177244  category="lo",
177245  description="CUNEIFORM SIGN DUN",
177246  direction="l",
177247  linebreak="al",
177248  unicodeslot=0x12084,
177249 },
177250 [0x12085]={
177251  category="lo",
177252  description="CUNEIFORM SIGN DUN0x0003",
177253  direction="l",
177254  linebreak="al",
177255  unicodeslot=0x12085,
177256 },
177257 [0x12086]={
177258  category="lo",
177259  description="CUNEIFORM SIGN DUN0x0003 GUNU",
177260  direction="l",
177261  linebreak="al",
177262  unicodeslot=0x12086,
177263 },
177264 [0x12087]={
177265  category="lo",
177266  description="CUNEIFORM SIGN DUN0x0003 GUNU GUNU",
177267  direction="l",
177268  linebreak="al",
177269  unicodeslot=0x12087,
177270 },
177271 [0x12088]={
177272  category="lo",
177273  description="CUNEIFORM SIGN DUN0x0004",
177274  direction="l",
177275  linebreak="al",
177276  unicodeslot=0x12088,
177277 },
177278 [0x12089]={
177279  category="lo",
177280  description="CUNEIFORM SIGN DUR0x0002",
177281  direction="l",
177282  linebreak="al",
177283  unicodeslot=0x12089,
177284 },
177285 [0x1208A]={
177286  category="lo",
177287  description="CUNEIFORM SIGN E",
177288  direction="l",
177289  linebreak="al",
177290  unicodeslot=0x1208A,
177291 },
177292 [0x1208B]={
177293  category="lo",
177294  description="CUNEIFORM SIGN E TIMES PAP",
177295  direction="l",
177296  linebreak="al",
177297  unicodeslot=0x1208B,
177298 },
177299 [0x1208C]={
177300  category="lo",
177301  description="CUNEIFORM SIGN E OVER E NUN OVER NUN",
177302  direction="l",
177303  linebreak="al",
177304  unicodeslot=0x1208C,
177305 },
177306 [0x1208D]={
177307  category="lo",
177308  description="CUNEIFORM SIGN E0x0002",
177309  direction="l",
177310  linebreak="al",
177311  unicodeslot=0x1208D,
177312 },
177313 [0x1208E]={
177314  category="lo",
177315  description="CUNEIFORM SIGN E0x0002 TIMES A PLUS HA PLUS DA",
177316  direction="l",
177317  linebreak="al",
177318  unicodeslot=0x1208E,
177319 },
177320 [0x1208F]={
177321  category="lo",
177322  description="CUNEIFORM SIGN E0x0002 TIMES GAR",
177323  direction="l",
177324  linebreak="al",
177325  unicodeslot=0x1208F,
177326 },
177327 [0x12090]={
177328  category="lo",
177329  description="CUNEIFORM SIGN E0x0002 TIMES MI",
177330  direction="l",
177331  linebreak="al",
177332  unicodeslot=0x12090,
177333 },
177334 [0x12091]={
177335  category="lo",
177336  description="CUNEIFORM SIGN E0x0002 TIMES SAL",
177337  direction="l",
177338  linebreak="al",
177339  unicodeslot=0x12091,
177340 },
177341 [0x12092]={
177342  category="lo",
177343  description="CUNEIFORM SIGN E0x0002 TIMES SHE",
177344  direction="l",
177345  linebreak="al",
177346  unicodeslot=0x12092,
177347 },
177348 [0x12093]={
177349  category="lo",
177350  description="CUNEIFORM SIGN E0x0002 TIMES U",
177351  direction="l",
177352  linebreak="al",
177353  unicodeslot=0x12093,
177354 },
177355 [0x12094]={
177356  category="lo",
177357  description="CUNEIFORM SIGN EDIN",
177358  direction="l",
177359  linebreak="al",
177360  unicodeslot=0x12094,
177361 },
177362 [0x12095]={
177363  category="lo",
177364  description="CUNEIFORM SIGN EGIR",
177365  direction="l",
177366  linebreak="al",
177367  unicodeslot=0x12095,
177368 },
177369 [0x12096]={
177370  category="lo",
177371  description="CUNEIFORM SIGN EL",
177372  direction="l",
177373  linebreak="al",
177374  unicodeslot=0x12096,
177375 },
177376 [0x12097]={
177377  category="lo",
177378  description="CUNEIFORM SIGN EN",
177379  direction="l",
177380  linebreak="al",
177381  unicodeslot=0x12097,
177382 },
177383 [0x12098]={
177384  category="lo",
177385  description="CUNEIFORM SIGN EN TIMES GAN0x0002",
177386  direction="l",
177387  linebreak="al",
177388  unicodeslot=0x12098,
177389 },
177390 [0x12099]={
177391  category="lo",
177392  description="CUNEIFORM SIGN EN TIMES GAN0x0002 TENU",
177393  direction="l",
177394  linebreak="al",
177395  unicodeslot=0x12099,
177396 },
177397 [0x1209A]={
177398  category="lo",
177399  description="CUNEIFORM SIGN EN TIMES ME",
177400  direction="l",
177401  linebreak="al",
177402  unicodeslot=0x1209A,
177403 },
177404 [0x1209B]={
177405  category="lo",
177406  description="CUNEIFORM SIGN EN CROSSING EN",
177407  direction="l",
177408  linebreak="al",
177409  unicodeslot=0x1209B,
177410 },
177411 [0x1209C]={
177412  category="lo",
177413  description="CUNEIFORM SIGN EN OPPOSING EN",
177414  direction="l",
177415  linebreak="al",
177416  unicodeslot=0x1209C,
177417 },
177418 [0x1209D]={
177419  category="lo",
177420  description="CUNEIFORM SIGN EN SQUARED",
177421  direction="l",
177422  linebreak="al",
177423  unicodeslot=0x1209D,
177424 },
177425 [0x1209E]={
177426  category="lo",
177427  description="CUNEIFORM SIGN EREN",
177428  direction="l",
177429  linebreak="al",
177430  unicodeslot=0x1209E,
177431 },
177432 [0x1209F]={
177433  category="lo",
177434  description="CUNEIFORM SIGN ERIN0x0002",
177435  direction="l",
177436  linebreak="al",
177437  unicodeslot=0x1209F,
177438 },
177439 [0x120A0]={
177440  category="lo",
177441  description="CUNEIFORM SIGN ESH0x0002",
177442  direction="l",
177443  linebreak="al",
177444  unicodeslot=0x120A0,
177445 },
177446 [0x120A1]={
177447  category="lo",
177448  description="CUNEIFORM SIGN EZEN",
177449  direction="l",
177450  linebreak="al",
177451  unicodeslot=0x120A1,
177452 },
177453 [0x120A2]={
177454  category="lo",
177455  description="CUNEIFORM SIGN EZEN TIMES A",
177456  direction="l",
177457  linebreak="al",
177458  unicodeslot=0x120A2,
177459 },
177460 [0x120A3]={
177461  category="lo",
177462  description="CUNEIFORM SIGN EZEN TIMES A PLUS LAL",
177463  direction="l",
177464  linebreak="al",
177465  unicodeslot=0x120A3,
177466 },
177467 [0x120A4]={
177468  category="lo",
177469  description="CUNEIFORM SIGN EZEN TIMES A PLUS LAL TIMES LAL",
177470  direction="l",
177471  linebreak="al",
177472  unicodeslot=0x120A4,
177473 },
177474 [0x120A5]={
177475  category="lo",
177476  description="CUNEIFORM SIGN EZEN TIMES AN",
177477  direction="l",
177478  linebreak="al",
177479  unicodeslot=0x120A5,
177480 },
177481 [0x120A6]={
177482  category="lo",
177483  description="CUNEIFORM SIGN EZEN TIMES BAD",
177484  direction="l",
177485  linebreak="al",
177486  unicodeslot=0x120A6,
177487 },
177488 [0x120A7]={
177489  category="lo",
177490  description="CUNEIFORM SIGN EZEN TIMES DUN0x0003 GUNU",
177491  direction="l",
177492  linebreak="al",
177493  unicodeslot=0x120A7,
177494 },
177495 [0x120A8]={
177496  category="lo",
177497  description="CUNEIFORM SIGN EZEN TIMES DUN0x0003 GUNU GUNU",
177498  direction="l",
177499  linebreak="al",
177500  unicodeslot=0x120A8,
177501 },
177502 [0x120A9]={
177503  category="lo",
177504  description="CUNEIFORM SIGN EZEN TIMES HA",
177505  direction="l",
177506  linebreak="al",
177507  unicodeslot=0x120A9,
177508 },
177509 [0x120AA]={
177510  category="lo",
177511  description="CUNEIFORM SIGN EZEN TIMES HA GUNU",
177512  direction="l",
177513  linebreak="al",
177514  unicodeslot=0x120AA,
177515 },
177516 [0x120AB]={
177517  category="lo",
177518  description="CUNEIFORM SIGN EZEN TIMES IGI GUNU",
177519  direction="l",
177520  linebreak="al",
177521  unicodeslot=0x120AB,
177522 },
177523 [0x120AC]={
177524  category="lo",
177525  description="CUNEIFORM SIGN EZEN TIMES KASKAL",
177526  direction="l",
177527  linebreak="al",
177528  unicodeslot=0x120AC,
177529 },
177530 [0x120AD]={
177531  category="lo",
177532  description="CUNEIFORM SIGN EZEN TIMES KASKAL SQUARED",
177533  direction="l",
177534  linebreak="al",
177535  unicodeslot=0x120AD,
177536 },
177537 [0x120AE]={
177538  category="lo",
177539  description="CUNEIFORM SIGN EZEN TIMES KU0x0003",
177540  direction="l",
177541  linebreak="al",
177542  unicodeslot=0x120AE,
177543 },
177544 [0x120AF]={
177545  category="lo",
177546  description="CUNEIFORM SIGN EZEN TIMES LA",
177547  direction="l",
177548  linebreak="al",
177549  unicodeslot=0x120AF,
177550 },
177551 [0x120B0]={
177552  category="lo",
177553  description="CUNEIFORM SIGN EZEN TIMES LAL TIMES LAL",
177554  direction="l",
177555  linebreak="al",
177556  unicodeslot=0x120B0,
177557 },
177558 [0x120B1]={
177559  category="lo",
177560  description="CUNEIFORM SIGN EZEN TIMES LI",
177561  direction="l",
177562  linebreak="al",
177563  unicodeslot=0x120B1,
177564 },
177565 [0x120B2]={
177566  category="lo",
177567  description="CUNEIFORM SIGN EZEN TIMES LU",
177568  direction="l",
177569  linebreak="al",
177570  unicodeslot=0x120B2,
177571 },
177572 [0x120B3]={
177573  category="lo",
177574  description="CUNEIFORM SIGN EZEN TIMES U0x0002",
177575  direction="l",
177576  linebreak="al",
177577  unicodeslot=0x120B3,
177578 },
177579 [0x120B4]={
177580  category="lo",
177581  description="CUNEIFORM SIGN EZEN TIMES UD",
177582  direction="l",
177583  linebreak="al",
177584  unicodeslot=0x120B4,
177585 },
177586 [0x120B5]={
177587  category="lo",
177588  description="CUNEIFORM SIGN GA",
177589  direction="l",
177590  linebreak="al",
177591  unicodeslot=0x120B5,
177592 },
177593 [0x120B6]={
177594  category="lo",
177595  description="CUNEIFORM SIGN GA GUNU",
177596  direction="l",
177597  linebreak="al",
177598  unicodeslot=0x120B6,
177599 },
177600 [0x120B7]={
177601  category="lo",
177602  description="CUNEIFORM SIGN GA0x0002",
177603  direction="l",
177604  linebreak="al",
177605  unicodeslot=0x120B7,
177606 },
177607 [0x120B8]={
177608  category="lo",
177609  description="CUNEIFORM SIGN GA0x0002 TIMES A PLUS DA PLUS HA",
177610  direction="l",
177611  linebreak="al",
177612  unicodeslot=0x120B8,
177613 },
177614 [0x120B9]={
177615  category="lo",
177616  description="CUNEIFORM SIGN GA0x0002 TIMES A PLUS HA",
177617  direction="l",
177618  linebreak="al",
177619  unicodeslot=0x120B9,
177620 },
177621 [0x120BA]={
177622  category="lo",
177623  description="CUNEIFORM SIGN GA0x0002 TIMES A PLUS IGI",
177624  direction="l",
177625  linebreak="al",
177626  unicodeslot=0x120BA,
177627 },
177628 [0x120BB]={
177629  category="lo",
177630  description="CUNEIFORM SIGN GA0x0002 TIMES AB0x0002 TENU PLUS TAB",
177631  direction="l",
177632  linebreak="al",
177633  unicodeslot=0x120BB,
177634 },
177635 [0x120BC]={
177636  category="lo",
177637  description="CUNEIFORM SIGN GA0x0002 TIMES AN",
177638  direction="l",
177639  linebreak="al",
177640  unicodeslot=0x120BC,
177641 },
177642 [0x120BD]={
177643  category="lo",
177644  description="CUNEIFORM SIGN GA0x0002 TIMES ASH",
177645  direction="l",
177646  linebreak="al",
177647  unicodeslot=0x120BD,
177648 },
177649 [0x120BE]={
177650  category="lo",
177651  description="CUNEIFORM SIGN GA0x0002 TIMES ASH0x0002 PLUS GAL",
177652  direction="l",
177653  linebreak="al",
177654  unicodeslot=0x120BE,
177655 },
177656 [0x120BF]={
177657  category="lo",
177658  description="CUNEIFORM SIGN GA0x0002 TIMES BAD",
177659  direction="l",
177660  linebreak="al",
177661  unicodeslot=0x120BF,
177662 },
177663 [0x120C0]={
177664  category="lo",
177665  description="CUNEIFORM SIGN GA0x0002 TIMES BAR PLUS RA",
177666  direction="l",
177667  linebreak="al",
177668  unicodeslot=0x120C0,
177669 },
177670 [0x120C1]={
177671  category="lo",
177672  description="CUNEIFORM SIGN GA0x0002 TIMES BUR",
177673  direction="l",
177674  linebreak="al",
177675  unicodeslot=0x120C1,
177676 },
177677 [0x120C2]={
177678  category="lo",
177679  description="CUNEIFORM SIGN GA0x0002 TIMES BUR PLUS RA",
177680  direction="l",
177681  linebreak="al",
177682  unicodeslot=0x120C2,
177683 },
177684 [0x120C3]={
177685  category="lo",
177686  description="CUNEIFORM SIGN GA0x0002 TIMES DA",
177687  direction="l",
177688  linebreak="al",
177689  unicodeslot=0x120C3,
177690 },
177691 [0x120C4]={
177692  category="lo",
177693  description="CUNEIFORM SIGN GA0x0002 TIMES DI",
177694  direction="l",
177695  linebreak="al",
177696  unicodeslot=0x120C4,
177697 },
177698 [0x120C5]={
177699  category="lo",
177700  description="CUNEIFORM SIGN GA0x0002 TIMES DIM TIMES SHE",
177701  direction="l",
177702  linebreak="al",
177703  unicodeslot=0x120C5,
177704 },
177705 [0x120C6]={
177706  category="lo",
177707  description="CUNEIFORM SIGN GA0x0002 TIMES DUB",
177708  direction="l",
177709  linebreak="al",
177710  unicodeslot=0x120C6,
177711 },
177712 [0x120C7]={
177713  category="lo",
177714  description="CUNEIFORM SIGN GA0x0002 TIMES EL",
177715  direction="l",
177716  linebreak="al",
177717  unicodeslot=0x120C7,
177718 },
177719 [0x120C8]={
177720  category="lo",
177721  description="CUNEIFORM SIGN GA0x0002 TIMES EL PLUS LA",
177722  direction="l",
177723  linebreak="al",
177724  unicodeslot=0x120C8,
177725 },
177726 [0x120C9]={
177727  category="lo",
177728  description="CUNEIFORM SIGN GA0x0002 TIMES EN",
177729  direction="l",
177730  linebreak="al",
177731  unicodeslot=0x120C9,
177732 },
177733 [0x120CA]={
177734  category="lo",
177735  description="CUNEIFORM SIGN GA0x0002 TIMES EN TIMES GAN0x0002 TENU",
177736  direction="l",
177737  linebreak="al",
177738  unicodeslot=0x120CA,
177739 },
177740 [0x120CB]={
177741  category="lo",
177742  description="CUNEIFORM SIGN GA0x0002 TIMES GAN0x0002 TENU",
177743  direction="l",
177744  linebreak="al",
177745  unicodeslot=0x120CB,
177746 },
177747 [0x120CC]={
177748  category="lo",
177749  description="CUNEIFORM SIGN GA0x0002 TIMES GAR",
177750  direction="l",
177751  linebreak="al",
177752  unicodeslot=0x120CC,
177753 },
177754 [0x120CD]={
177755  category="lo",
177756  description="CUNEIFORM SIGN GA0x0002 TIMES GI",
177757  direction="l",
177758  linebreak="al",
177759  unicodeslot=0x120CD,
177760 },
177761 [0x120CE]={
177762  category="lo",
177763  description="CUNEIFORM SIGN GA0x0002 TIMES GI0x0004",
177764  direction="l",
177765  linebreak="al",
177766  unicodeslot=0x120CE,
177767 },
177768 [0x120CF]={
177769  category="lo",
177770  description="CUNEIFORM SIGN GA0x0002 TIMES GI0x0004 PLUS A",
177771  direction="l",
177772  linebreak="al",
177773  unicodeslot=0x120CF,
177774 },
177775 [0x120D0]={
177776  category="lo",
177777  description="CUNEIFORM SIGN GA0x0002 TIMES GIR0x0002 PLUS SU",
177778  direction="l",
177779  linebreak="al",
177780  unicodeslot=0x120D0,
177781 },
177782 [0x120D1]={
177783  category="lo",
177784  description="CUNEIFORM SIGN GA0x0002 TIMES HA PLUS LU PLUS ESH0x0002",
177785  direction="l",
177786  linebreak="al",
177787  unicodeslot=0x120D1,
177788 },
177789 [0x120D2]={
177790  category="lo",
177791  description="CUNEIFORM SIGN GA0x0002 TIMES HAL",
177792  direction="l",
177793  linebreak="al",
177794  unicodeslot=0x120D2,
177795 },
177796 [0x120D3]={
177797  category="lo",
177798  description="CUNEIFORM SIGN GA0x0002 TIMES HAL PLUS LA",
177799  direction="l",
177800  linebreak="al",
177801  unicodeslot=0x120D3,
177802 },
177803 [0x120D4]={
177804  category="lo",
177805  description="CUNEIFORM SIGN GA0x0002 TIMES HI PLUS LI",
177806  direction="l",
177807  linebreak="al",
177808  unicodeslot=0x120D4,
177809 },
177810 [0x120D5]={
177811  category="lo",
177812  description="CUNEIFORM SIGN GA0x0002 TIMES HUB0x0002",
177813  direction="l",
177814  linebreak="al",
177815  unicodeslot=0x120D5,
177816 },
177817 [0x120D6]={
177818  category="lo",
177819  description="CUNEIFORM SIGN GA0x0002 TIMES IGI GUNU",
177820  direction="l",
177821  linebreak="al",
177822  unicodeslot=0x120D6,
177823 },
177824 [0x120D7]={
177825  category="lo",
177826  description="CUNEIFORM SIGN GA0x0002 TIMES ISH PLUS HU PLUS ASH",
177827  direction="l",
177828  linebreak="al",
177829  unicodeslot=0x120D7,
177830 },
177831 [0x120D8]={
177832  category="lo",
177833  description="CUNEIFORM SIGN GA0x0002 TIMES KAK",
177834  direction="l",
177835  linebreak="al",
177836  unicodeslot=0x120D8,
177837 },
177838 [0x120D9]={
177839  category="lo",
177840  description="CUNEIFORM SIGN GA0x0002 TIMES KASKAL",
177841  direction="l",
177842  linebreak="al",
177843  unicodeslot=0x120D9,
177844 },
177845 [0x120DA]={
177846  category="lo",
177847  description="CUNEIFORM SIGN GA0x0002 TIMES KID",
177848  direction="l",
177849  linebreak="al",
177850  unicodeslot=0x120DA,
177851 },
177852 [0x120DB]={
177853  category="lo",
177854  description="CUNEIFORM SIGN GA0x0002 TIMES KID PLUS LAL",
177855  direction="l",
177856  linebreak="al",
177857  unicodeslot=0x120DB,
177858 },
177859 [0x120DC]={
177860  category="lo",
177861  description="CUNEIFORM SIGN GA0x0002 TIMES KU0x0003 PLUS AN",
177862  direction="l",
177863  linebreak="al",
177864  unicodeslot=0x120DC,
177865 },
177866 [0x120DD]={
177867  category="lo",
177868  description="CUNEIFORM SIGN GA0x0002 TIMES LA",
177869  direction="l",
177870  linebreak="al",
177871  unicodeslot=0x120DD,
177872 },
177873 [0x120DE]={
177874  category="lo",
177875  description="CUNEIFORM SIGN GA0x0002 TIMES ME PLUS EN",
177876  direction="l",
177877  linebreak="al",
177878  unicodeslot=0x120DE,
177879 },
177880 [0x120DF]={
177881  category="lo",
177882  description="CUNEIFORM SIGN GA0x0002 TIMES MI",
177883  direction="l",
177884  linebreak="al",
177885  unicodeslot=0x120DF,
177886 },
177887 [0x120E0]={
177888  category="lo",
177889  description="CUNEIFORM SIGN GA0x0002 TIMES NUN",
177890  direction="l",
177891  linebreak="al",
177892  unicodeslot=0x120E0,
177893 },
177894 [0x120E1]={
177895  category="lo",
177896  description="CUNEIFORM SIGN GA0x0002 TIMES NUN OVER NUN",
177897  direction="l",
177898  linebreak="al",
177899  unicodeslot=0x120E1,
177900 },
177901 [0x120E2]={
177902  category="lo",
177903  description="CUNEIFORM SIGN GA0x0002 TIMES PA",
177904  direction="l",
177905  linebreak="al",
177906  unicodeslot=0x120E2,
177907 },
177908 [0x120E3]={
177909  category="lo",
177910  description="CUNEIFORM SIGN GA0x0002 TIMES SAL",
177911  direction="l",
177912  linebreak="al",
177913  unicodeslot=0x120E3,
177914 },
177915 [0x120E4]={
177916  category="lo",
177917  description="CUNEIFORM SIGN GA0x0002 TIMES SAR",
177918  direction="l",
177919  linebreak="al",
177920  unicodeslot=0x120E4,
177921 },
177922 [0x120E5]={
177923  category="lo",
177924  description="CUNEIFORM SIGN GA0x0002 TIMES SHE",
177925  direction="l",
177926  linebreak="al",
177927  unicodeslot=0x120E5,
177928 },
177929 [0x120E6]={
177930  category="lo",
177931  description="CUNEIFORM SIGN GA0x0002 TIMES SHE PLUS TUR",
177932  direction="l",
177933  linebreak="al",
177934  unicodeslot=0x120E6,
177935 },
177936 [0x120E7]={
177937  category="lo",
177938  description="CUNEIFORM SIGN GA0x0002 TIMES SHID",
177939  direction="l",
177940  linebreak="al",
177941  unicodeslot=0x120E7,
177942 },
177943 [0x120E8]={
177944  category="lo",
177945  description="CUNEIFORM SIGN GA0x0002 TIMES SUM",
177946  direction="l",
177947  linebreak="al",
177948  unicodeslot=0x120E8,
177949 },
177950 [0x120E9]={
177951  category="lo",
177952  description="CUNEIFORM SIGN GA0x0002 TIMES TAK0x0004",
177953  direction="l",
177954  linebreak="al",
177955  unicodeslot=0x120E9,
177956 },
177957 [0x120EA]={
177958  category="lo",
177959  description="CUNEIFORM SIGN GA0x0002 TIMES U",
177960  direction="l",
177961  linebreak="al",
177962  unicodeslot=0x120EA,
177963 },
177964 [0x120EB]={
177965  category="lo",
177966  description="CUNEIFORM SIGN GA0x0002 TIMES UD",
177967  direction="l",
177968  linebreak="al",
177969  unicodeslot=0x120EB,
177970 },
177971 [0x120EC]={
177972  category="lo",
177973  description="CUNEIFORM SIGN GA0x0002 TIMES UD PLUS DU",
177974  direction="l",
177975  linebreak="al",
177976  unicodeslot=0x120EC,
177977 },
177978 [0x120ED]={
177979  category="lo",
177980  description="CUNEIFORM SIGN GA0x0002 OVER GA0x0002",
177981  direction="l",
177982  linebreak="al",
177983  unicodeslot=0x120ED,
177984 },
177985 [0x120EE]={
177986  category="lo",
177987  description="CUNEIFORM SIGN GABA",
177988  direction="l",
177989  linebreak="al",
177990  unicodeslot=0x120EE,
177991 },
177992 [0x120EF]={
177993  category="lo",
177994  description="CUNEIFORM SIGN GABA CROSSING GABA",
177995  direction="l",
177996  linebreak="al",
177997  unicodeslot=0x120EF,
177998 },
177999 [0x120F0]={
178000  category="lo",
178001  description="CUNEIFORM SIGN GAD",
178002  direction="l",
178003  linebreak="al",
178004  unicodeslot=0x120F0,
178005 },
178006 [0x120F1]={
178007  category="lo",
178008  description="CUNEIFORM SIGN GAD OVER GAD GAR OVER GAR",
178009  direction="l",
178010  linebreak="al",
178011  unicodeslot=0x120F1,
178012 },
178013 [0x120F2]={
178014  category="lo",
178015  description="CUNEIFORM SIGN GAL",
178016  direction="l",
178017  linebreak="al",
178018  unicodeslot=0x120F2,
178019 },
178020 [0x120F3]={
178021  category="lo",
178022  description="CUNEIFORM SIGN GAL GAD OVER GAD GAR OVER GAR",
178023  direction="l",
178024  linebreak="al",
178025  unicodeslot=0x120F3,
178026 },
178027 [0x120F4]={
178028  category="lo",
178029  description="CUNEIFORM SIGN GALAM",
178030  direction="l",
178031  linebreak="al",
178032  unicodeslot=0x120F4,
178033 },
178034 [0x120F5]={
178035  category="lo",
178036  description="CUNEIFORM SIGN GAM",
178037  direction="l",
178038  linebreak="al",
178039  unicodeslot=0x120F5,
178040 },
178041 [0x120F6]={
178042  category="lo",
178043  description="CUNEIFORM SIGN GAN",
178044  direction="l",
178045  linebreak="al",
178046  unicodeslot=0x120F6,
178047 },
178048 [0x120F7]={
178049  category="lo",
178050  description="CUNEIFORM SIGN GAN0x0002",
178051  direction="l",
178052  linebreak="al",
178053  unicodeslot=0x120F7,
178054 },
178055 [0x120F8]={
178056  category="lo",
178057  description="CUNEIFORM SIGN GAN0x0002 TENU",
178058  direction="l",
178059  linebreak="al",
178060  unicodeslot=0x120F8,
178061 },
178062 [0x120F9]={
178063  category="lo",
178064  description="CUNEIFORM SIGN GAN0x0002 OVER GAN0x0002",
178065  direction="l",
178066  linebreak="al",
178067  unicodeslot=0x120F9,
178068 },
178069 [0x120FA]={
178070  category="lo",
178071  description="CUNEIFORM SIGN GAN0x0002 CROSSING GAN0x0002",
178072  direction="l",
178073  linebreak="al",
178074  unicodeslot=0x120FA,
178075 },
178076 [0x120FB]={
178077  category="lo",
178078  description="CUNEIFORM SIGN GAR",
178079  direction="l",
178080  linebreak="al",
178081  unicodeslot=0x120FB,
178082 },
178083 [0x120FC]={
178084  category="lo",
178085  description="CUNEIFORM SIGN GAR0x0003",
178086  direction="l",
178087  linebreak="al",
178088  unicodeslot=0x120FC,
178089 },
178090 [0x120FD]={
178091  category="lo",
178092  description="CUNEIFORM SIGN GASHAN",
178093  direction="l",
178094  linebreak="al",
178095  unicodeslot=0x120FD,
178096 },
178097 [0x120FE]={
178098  category="lo",
178099  description="CUNEIFORM SIGN GESHTIN",
178100  direction="l",
178101  linebreak="al",
178102  unicodeslot=0x120FE,
178103 },
178104 [0x120FF]={
178105  category="lo",
178106  description="CUNEIFORM SIGN GESHTIN TIMES KUR",
178107  direction="l",
178108  linebreak="al",
178109  unicodeslot=0x120FF,
178110 },
178111 [0x12100]={
178112  category="lo",
178113  description="CUNEIFORM SIGN GI",
178114  direction="l",
178115  linebreak="al",
178116  unicodeslot=0x12100,
178117 },
178118 [0x12101]={
178119  category="lo",
178120  description="CUNEIFORM SIGN GI TIMES E",
178121  direction="l",
178122  linebreak="al",
178123  unicodeslot=0x12101,
178124 },
178125 [0x12102]={
178126  category="lo",
178127  description="CUNEIFORM SIGN GI TIMES U",
178128  direction="l",
178129  linebreak="al",
178130  unicodeslot=0x12102,
178131 },
178132 [0x12103]={
178133  category="lo",
178134  description="CUNEIFORM SIGN GI CROSSING GI",
178135  direction="l",
178136  linebreak="al",
178137  unicodeslot=0x12103,
178138 },
178139 [0x12104]={
178140  category="lo",
178141  description="CUNEIFORM SIGN GI0x0004",
178142  direction="l",
178143  linebreak="al",
178144  unicodeslot=0x12104,
178145 },
178146 [0x12105]={
178147  category="lo",
178148  description="CUNEIFORM SIGN GI0x0004 OVER GI0x0004",
178149  direction="l",
178150  linebreak="al",
178151  unicodeslot=0x12105,
178152 },
178153 [0x12106]={
178154  category="lo",
178155  description="CUNEIFORM SIGN GI0x0004 CROSSING GI0x0004",
178156  direction="l",
178157  linebreak="al",
178158  unicodeslot=0x12106,
178159 },
178160 [0x12107]={
178161  category="lo",
178162  description="CUNEIFORM SIGN GIDIM",
178163  direction="l",
178164  linebreak="al",
178165  unicodeslot=0x12107,
178166 },
178167 [0x12108]={
178168  category="lo",
178169  description="CUNEIFORM SIGN GIR0x0002",
178170  direction="l",
178171  linebreak="al",
178172  unicodeslot=0x12108,
178173 },
178174 [0x12109]={
178175  category="lo",
178176  description="CUNEIFORM SIGN GIR0x0002 GUNU",
178177  direction="l",
178178  linebreak="al",
178179  unicodeslot=0x12109,
178180 },
178181 [0x1210A]={
178182  category="lo",
178183  description="CUNEIFORM SIGN GIR0x0003",
178184  direction="l",
178185  linebreak="al",
178186  unicodeslot=0x1210A,
178187 },
178188 [0x1210B]={
178189  category="lo",
178190  description="CUNEIFORM SIGN GIR0x0003 TIMES A PLUS IGI",
178191  direction="l",
178192  linebreak="al",
178193  unicodeslot=0x1210B,
178194 },
178195 [0x1210C]={
178196  category="lo",
178197  description="CUNEIFORM SIGN GIR0x0003 TIMES GAN0x0002 TENU",
178198  direction="l",
178199  linebreak="al",
178200  unicodeslot=0x1210C,
178201 },
178202 [0x1210D]={
178203  category="lo",
178204  description="CUNEIFORM SIGN GIR0x0003 TIMES IGI",
178205  direction="l",
178206  linebreak="al",
178207  unicodeslot=0x1210D,
178208 },
178209 [0x1210E]={
178210  category="lo",
178211  description="CUNEIFORM SIGN GIR0x0003 TIMES LU PLUS IGI",
178212  direction="l",
178213  linebreak="al",
178214  unicodeslot=0x1210E,
178215 },
178216 [0x1210F]={
178217  category="lo",
178218  description="CUNEIFORM SIGN GIR0x0003 TIMES PA",
178219  direction="l",
178220  linebreak="al",
178221  unicodeslot=0x1210F,
178222 },
178223 [0x12110]={
178224  category="lo",
178225  description="CUNEIFORM SIGN GISAL",
178226  direction="l",
178227  linebreak="al",
178228  unicodeslot=0x12110,
178229 },
178230 [0x12111]={
178231  category="lo",
178232  description="CUNEIFORM SIGN GISH",
178233  direction="l",
178234  linebreak="al",
178235  unicodeslot=0x12111,
178236 },
178237 [0x12112]={
178238  category="lo",
178239  description="CUNEIFORM SIGN GISH CROSSING GISH",
178240  direction="l",
178241  linebreak="al",
178242  unicodeslot=0x12112,
178243 },
178244 [0x12113]={
178245  category="lo",
178246  description="CUNEIFORM SIGN GISH TIMES BAD",
178247  direction="l",
178248  linebreak="al",
178249  unicodeslot=0x12113,
178250 },
178251 [0x12114]={
178252  category="lo",
178253  description="CUNEIFORM SIGN GISH TIMES TAK0x0004",
178254  direction="l",
178255  linebreak="al",
178256  unicodeslot=0x12114,
178257 },
178258 [0x12115]={
178259  category="lo",
178260  description="CUNEIFORM SIGN GISH TENU",
178261  direction="l",
178262  linebreak="al",
178263  unicodeslot=0x12115,
178264 },
178265 [0x12116]={
178266  category="lo",
178267  description="CUNEIFORM SIGN GU",
178268  direction="l",
178269  linebreak="al",
178270  unicodeslot=0x12116,
178271 },
178272 [0x12117]={
178273  category="lo",
178274  description="CUNEIFORM SIGN GU CROSSING GU",
178275  direction="l",
178276  linebreak="al",
178277  unicodeslot=0x12117,
178278 },
178279 [0x12118]={
178280  category="lo",
178281  description="CUNEIFORM SIGN GU0x0002",
178282  direction="l",
178283  linebreak="al",
178284  unicodeslot=0x12118,
178285 },
178286 [0x12119]={
178287  category="lo",
178288  description="CUNEIFORM SIGN GU0x0002 TIMES KAK",
178289  direction="l",
178290  linebreak="al",
178291  unicodeslot=0x12119,
178292 },
178293 [0x1211A]={
178294  category="lo",
178295  description="CUNEIFORM SIGN GU0x0002 TIMES KAK TIMES IGI GUNU",
178296  direction="l",
178297  linebreak="al",
178298  unicodeslot=0x1211A,
178299 },
178300 [0x1211B]={
178301  category="lo",
178302  description="CUNEIFORM SIGN GU0x0002 TIMES NUN",
178303  direction="l",
178304  linebreak="al",
178305  unicodeslot=0x1211B,
178306 },
178307 [0x1211C]={
178308  category="lo",
178309  description="CUNEIFORM SIGN GU0x0002 TIMES SAL PLUS TUG0x0002",
178310  direction="l",
178311  linebreak="al",
178312  unicodeslot=0x1211C,
178313 },
178314 [0x1211D]={
178315  category="lo",
178316  description="CUNEIFORM SIGN GU0x0002 GUNU",
178317  direction="l",
178318  linebreak="al",
178319  unicodeslot=0x1211D,
178320 },
178321 [0x1211E]={
178322  category="lo",
178323  description="CUNEIFORM SIGN GUD",
178324  direction="l",
178325  linebreak="al",
178326  unicodeslot=0x1211E,
178327 },
178328 [0x1211F]={
178329  category="lo",
178330  description="CUNEIFORM SIGN GUD TIMES A PLUS KUR",
178331  direction="l",
178332  linebreak="al",
178333  unicodeslot=0x1211F,
178334 },
178335 [0x12120]={
178336  category="lo",
178337  description="CUNEIFORM SIGN GUD TIMES KUR",
178338  direction="l",
178339  linebreak="al",
178340  unicodeslot=0x12120,
178341 },
178342 [0x12121]={
178343  category="lo",
178344  description="CUNEIFORM SIGN GUD OVER GUD LUGAL",
178345  direction="l",
178346  linebreak="al",
178347  unicodeslot=0x12121,
178348 },
178349 [0x12122]={
178350  category="lo",
178351  description="CUNEIFORM SIGN GUL",
178352  direction="l",
178353  linebreak="al",
178354  unicodeslot=0x12122,
178355 },
178356 [0x12123]={
178357  category="lo",
178358  description="CUNEIFORM SIGN GUM",
178359  direction="l",
178360  linebreak="al",
178361  unicodeslot=0x12123,
178362 },
178363 [0x12124]={
178364  category="lo",
178365  description="CUNEIFORM SIGN GUM TIMES SHE",
178366  direction="l",
178367  linebreak="al",
178368  unicodeslot=0x12124,
178369 },
178370 [0x12125]={
178371  category="lo",
178372  description="CUNEIFORM SIGN GUR",
178373  direction="l",
178374  linebreak="al",
178375  unicodeslot=0x12125,
178376 },
178377 [0x12126]={
178378  category="lo",
178379  description="CUNEIFORM SIGN GUR0x0007",
178380  direction="l",
178381  linebreak="al",
178382  unicodeslot=0x12126,
178383 },
178384 [0x12127]={
178385  category="lo",
178386  description="CUNEIFORM SIGN GURUN",
178387  direction="l",
178388  linebreak="al",
178389  unicodeslot=0x12127,
178390 },
178391 [0x12128]={
178392  category="lo",
178393  description="CUNEIFORM SIGN GURUSH",
178394  direction="l",
178395  linebreak="al",
178396  unicodeslot=0x12128,
178397 },
178398 [0x12129]={
178399  category="lo",
178400  description="CUNEIFORM SIGN HA",
178401  direction="l",
178402  linebreak="al",
178403  unicodeslot=0x12129,
178404 },
178405 [0x1212A]={
178406  category="lo",
178407  description="CUNEIFORM SIGN HA TENU",
178408  direction="l",
178409  linebreak="al",
178410  unicodeslot=0x1212A,
178411 },
178412 [0x1212B]={
178413  category="lo",
178414  description="CUNEIFORM SIGN HA GUNU",
178415  direction="l",
178416  linebreak="al",
178417  unicodeslot=0x1212B,
178418 },
178419 [0x1212C]={
178420  category="lo",
178421  description="CUNEIFORM SIGN HAL",
178422  direction="l",
178423  linebreak="al",
178424  unicodeslot=0x1212C,
178425 },
178426 [0x1212D]={
178427  category="lo",
178428  description="CUNEIFORM SIGN HI",
178429  direction="l",
178430  linebreak="al",
178431  unicodeslot=0x1212D,
178432 },
178433 [0x1212E]={
178434  category="lo",
178435  description="CUNEIFORM SIGN HI TIMES ASH",
178436  direction="l",
178437  linebreak="al",
178438  unicodeslot=0x1212E,
178439 },
178440 [0x1212F]={
178441  category="lo",
178442  description="CUNEIFORM SIGN HI TIMES ASH0x0002",
178443  direction="l",
178444  linebreak="al",
178445  unicodeslot=0x1212F,
178446 },
178447 [0x12130]={
178448  category="lo",
178449  description="CUNEIFORM SIGN HI TIMES BAD",
178450  direction="l",
178451  linebreak="al",
178452  unicodeslot=0x12130,
178453 },
178454 [0x12131]={
178455  category="lo",
178456  description="CUNEIFORM SIGN HI TIMES DISH",
178457  direction="l",
178458  linebreak="al",
178459  unicodeslot=0x12131,
178460 },
178461 [0x12132]={
178462  category="lo",
178463  description="CUNEIFORM SIGN HI TIMES GAD",
178464  direction="l",
178465  linebreak="al",
178466  unicodeslot=0x12132,
178467 },
178468 [0x12133]={
178469  category="lo",
178470  description="CUNEIFORM SIGN HI TIMES KIN",
178471  direction="l",
178472  linebreak="al",
178473  unicodeslot=0x12133,
178474 },
178475 [0x12134]={
178476  category="lo",
178477  description="CUNEIFORM SIGN HI TIMES NUN",
178478  direction="l",
178479  linebreak="al",
178480  unicodeslot=0x12134,
178481 },
178482 [0x12135]={
178483  category="lo",
178484  description="CUNEIFORM SIGN HI TIMES SHE",
178485  direction="l",
178486  linebreak="al",
178487  unicodeslot=0x12135,
178488 },
178489 [0x12136]={
178490  category="lo",
178491  description="CUNEIFORM SIGN HI TIMES U",
178492  direction="l",
178493  linebreak="al",
178494  unicodeslot=0x12136,
178495 },
178496 [0x12137]={
178497  category="lo",
178498  description="CUNEIFORM SIGN HU",
178499  direction="l",
178500  linebreak="al",
178501  unicodeslot=0x12137,
178502 },
178503 [0x12138]={
178504  category="lo",
178505  description="CUNEIFORM SIGN HUB0x0002",
178506  direction="l",
178507  linebreak="al",
178508  unicodeslot=0x12138,
178509 },
178510 [0x12139]={
178511  category="lo",
178512  description="CUNEIFORM SIGN HUB0x0002 TIMES AN",
178513  direction="l",
178514  linebreak="al",
178515  unicodeslot=0x12139,
178516 },
178517 [0x1213A]={
178518  category="lo",
178519  description="CUNEIFORM SIGN HUB0x0002 TIMES HAL",
178520  direction="l",
178521  linebreak="al",
178522  unicodeslot=0x1213A,
178523 },
178524 [0x1213B]={
178525  category="lo",
178526  description="CUNEIFORM SIGN HUB0x0002 TIMES KASKAL",
178527  direction="l",
178528  linebreak="al",
178529  unicodeslot=0x1213B,
178530 },
178531 [0x1213C]={
178532  category="lo",
178533  description="CUNEIFORM SIGN HUB0x0002 TIMES LISH",
178534  direction="l",
178535  linebreak="al",
178536  unicodeslot=0x1213C,
178537 },
178538 [0x1213D]={
178539  category="lo",
178540  description="CUNEIFORM SIGN HUB0x0002 TIMES UD",
178541  direction="l",
178542  linebreak="al",
178543  unicodeslot=0x1213D,
178544 },
178545 [0x1213E]={
178546  category="lo",
178547  description="CUNEIFORM SIGN HUL0x0002",
178548  direction="l",
178549  linebreak="al",
178550  unicodeslot=0x1213E,
178551 },
178552 [0x1213F]={
178553  category="lo",
178554  description="CUNEIFORM SIGN I",
178555  direction="l",
178556  linebreak="al",
178557  unicodeslot=0x1213F,
178558 },
178559 [0x12140]={
178560  category="lo",
178561  description="CUNEIFORM SIGN I A",
178562  direction="l",
178563  linebreak="al",
178564  unicodeslot=0x12140,
178565 },
178566 [0x12141]={
178567  category="lo",
178568  description="CUNEIFORM SIGN IB",
178569  direction="l",
178570  linebreak="al",
178571  unicodeslot=0x12141,
178572 },
178573 [0x12142]={
178574  category="lo",
178575  description="CUNEIFORM SIGN IDIM",
178576  direction="l",
178577  linebreak="al",
178578  unicodeslot=0x12142,
178579 },
178580 [0x12143]={
178581  category="lo",
178582  description="CUNEIFORM SIGN IDIM OVER IDIM BUR",
178583  direction="l",
178584  linebreak="al",
178585  unicodeslot=0x12143,
178586 },
178587 [0x12144]={
178588  category="lo",
178589  description="CUNEIFORM SIGN IDIM OVER IDIM SQUARED",
178590  direction="l",
178591  linebreak="al",
178592  unicodeslot=0x12144,
178593 },
178594 [0x12145]={
178595  category="lo",
178596  description="CUNEIFORM SIGN IG",
178597  direction="l",
178598  linebreak="al",
178599  unicodeslot=0x12145,
178600 },
178601 [0x12146]={
178602  category="lo",
178603  description="CUNEIFORM SIGN IGI",
178604  direction="l",
178605  linebreak="al",
178606  unicodeslot=0x12146,
178607 },
178608 [0x12147]={
178609  category="lo",
178610  description="CUNEIFORM SIGN IGI DIB",
178611  direction="l",
178612  linebreak="al",
178613  unicodeslot=0x12147,
178614 },
178615 [0x12148]={
178616  category="lo",
178617  description="CUNEIFORM SIGN IGI RI",
178618  direction="l",
178619  linebreak="al",
178620  unicodeslot=0x12148,
178621 },
178622 [0x12149]={
178623  category="lo",
178624  description="CUNEIFORM SIGN IGI OVER IGI SHIR OVER SHIR UD OVER UD",
178625  direction="l",
178626  linebreak="al",
178627  unicodeslot=0x12149,
178628 },
178629 [0x1214A]={
178630  category="lo",
178631  description="CUNEIFORM SIGN IGI GUNU",
178632  direction="l",
178633  linebreak="al",
178634  unicodeslot=0x1214A,
178635 },
178636 [0x1214B]={
178637  category="lo",
178638  description="CUNEIFORM SIGN IL",
178639  direction="l",
178640  linebreak="al",
178641  unicodeslot=0x1214B,
178642 },
178643 [0x1214C]={
178644  category="lo",
178645  description="CUNEIFORM SIGN IL TIMES GAN0x0002 TENU",
178646  direction="l",
178647  linebreak="al",
178648  unicodeslot=0x1214C,
178649 },
178650 [0x1214D]={
178651  category="lo",
178652  description="CUNEIFORM SIGN IL0x0002",
178653  direction="l",
178654  linebreak="al",
178655  unicodeslot=0x1214D,
178656 },
178657 [0x1214E]={
178658  category="lo",
178659  description="CUNEIFORM SIGN IM",
178660  direction="l",
178661  linebreak="al",
178662  unicodeslot=0x1214E,
178663 },
178664 [0x1214F]={
178665  category="lo",
178666  description="CUNEIFORM SIGN IM TIMES TAK0x0004",
178667  direction="l",
178668  linebreak="al",
178669  unicodeslot=0x1214F,
178670 },
178671 [0x12150]={
178672  category="lo",
178673  description="CUNEIFORM SIGN IM CROSSING IM",
178674  direction="l",
178675  linebreak="al",
178676  unicodeslot=0x12150,
178677 },
178678 [0x12151]={
178679  category="lo",
178680  description="CUNEIFORM SIGN IM OPPOSING IM",
178681  direction="l",
178682  linebreak="al",
178683  unicodeslot=0x12151,
178684 },
178685 [0x12152]={
178686  category="lo",
178687  description="CUNEIFORM SIGN IM SQUARED",
178688  direction="l",
178689  linebreak="al",
178690  unicodeslot=0x12152,
178691 },
178692 [0x12153]={
178693  category="lo",
178694  description="CUNEIFORM SIGN IMIN",
178695  direction="l",
178696  linebreak="al",
178697  unicodeslot=0x12153,
178698 },
178699 [0x12154]={
178700  category="lo",
178701  description="CUNEIFORM SIGN IN",
178702  direction="l",
178703  linebreak="al",
178704  unicodeslot=0x12154,
178705 },
178706 [0x12155]={
178707  category="lo",
178708  description="CUNEIFORM SIGN IR",
178709  direction="l",
178710  linebreak="al",
178711  unicodeslot=0x12155,
178712 },
178713 [0x12156]={
178714  category="lo",
178715  description="CUNEIFORM SIGN ISH",
178716  direction="l",
178717  linebreak="al",
178718  unicodeslot=0x12156,
178719 },
178720 [0x12157]={
178721  category="lo",
178722  description="CUNEIFORM SIGN KA",
178723  direction="l",
178724  linebreak="al",
178725  unicodeslot=0x12157,
178726 },
178727 [0x12158]={
178728  category="lo",
178729  description="CUNEIFORM SIGN KA TIMES A",
178730  direction="l",
178731  linebreak="al",
178732  unicodeslot=0x12158,
178733 },
178734 [0x12159]={
178735  category="lo",
178736  description="CUNEIFORM SIGN KA TIMES AD",
178737  direction="l",
178738  linebreak="al",
178739  unicodeslot=0x12159,
178740 },
178741 [0x1215A]={
178742  category="lo",
178743  description="CUNEIFORM SIGN KA TIMES AD PLUS KU0x0003",
178744  direction="l",
178745  linebreak="al",
178746  unicodeslot=0x1215A,
178747 },
178748 [0x1215B]={
178749  category="lo",
178750  description="CUNEIFORM SIGN KA TIMES ASH0x0002",
178751  direction="l",
178752  linebreak="al",
178753  unicodeslot=0x1215B,
178754 },
178755 [0x1215C]={
178756  category="lo",
178757  description="CUNEIFORM SIGN KA TIMES BAD",
178758  direction="l",
178759  linebreak="al",
178760  unicodeslot=0x1215C,
178761 },
178762 [0x1215D]={
178763  category="lo",
178764  description="CUNEIFORM SIGN KA TIMES BALAG",
178765  direction="l",
178766  linebreak="al",
178767  unicodeslot=0x1215D,
178768 },
178769 [0x1215E]={
178770  category="lo",
178771  description="CUNEIFORM SIGN KA TIMES BAR",
178772  direction="l",
178773  linebreak="al",
178774  unicodeslot=0x1215E,
178775 },
178776 [0x1215F]={
178777  category="lo",
178778  description="CUNEIFORM SIGN KA TIMES BI",
178779  direction="l",
178780  linebreak="al",
178781  unicodeslot=0x1215F,
178782 },
178783 [0x12160]={
178784  category="lo",
178785  description="CUNEIFORM SIGN KA TIMES ERIN0x0002",
178786  direction="l",
178787  linebreak="al",
178788  unicodeslot=0x12160,
178789 },
178790 [0x12161]={
178791  category="lo",
178792  description="CUNEIFORM SIGN KA TIMES ESH0x0002",
178793  direction="l",
178794  linebreak="al",
178795  unicodeslot=0x12161,
178796 },
178797 [0x12162]={
178798  category="lo",
178799  description="CUNEIFORM SIGN KA TIMES GA",
178800  direction="l",
178801  linebreak="al",
178802  unicodeslot=0x12162,
178803 },
178804 [0x12163]={
178805  category="lo",
178806  description="CUNEIFORM SIGN KA TIMES GAL",
178807  direction="l",
178808  linebreak="al",
178809  unicodeslot=0x12163,
178810 },
178811 [0x12164]={
178812  category="lo",
178813  description="CUNEIFORM SIGN KA TIMES GAN0x0002 TENU",
178814  direction="l",
178815  linebreak="al",
178816  unicodeslot=0x12164,
178817 },
178818 [0x12165]={
178819  category="lo",
178820  description="CUNEIFORM SIGN KA TIMES GAR",
178821  direction="l",
178822  linebreak="al",
178823  unicodeslot=0x12165,
178824 },
178825 [0x12166]={
178826  category="lo",
178827  description="CUNEIFORM SIGN KA TIMES GAR PLUS SHA0x0003 PLUS A",
178828  direction="l",
178829  linebreak="al",
178830  unicodeslot=0x12166,
178831 },
178832 [0x12167]={
178833  category="lo",
178834  description="CUNEIFORM SIGN KA TIMES GI",
178835  direction="l",
178836  linebreak="al",
178837  unicodeslot=0x12167,
178838 },
178839 [0x12168]={
178840  category="lo",
178841  description="CUNEIFORM SIGN KA TIMES GIR0x0002",
178842  direction="l",
178843  linebreak="al",
178844  unicodeslot=0x12168,
178845 },
178846 [0x12169]={
178847  category="lo",
178848  description="CUNEIFORM SIGN KA TIMES GISH PLUS SAR",
178849  direction="l",
178850  linebreak="al",
178851  unicodeslot=0x12169,
178852 },
178853 [0x1216A]={
178854  category="lo",
178855  description="CUNEIFORM SIGN KA TIMES GISH CROSSING GISH",
178856  direction="l",
178857  linebreak="al",
178858  unicodeslot=0x1216A,
178859 },
178860 [0x1216B]={
178861  category="lo",
178862  description="CUNEIFORM SIGN KA TIMES GU",
178863  direction="l",
178864  linebreak="al",
178865  unicodeslot=0x1216B,
178866 },
178867 [0x1216C]={
178868  category="lo",
178869  description="CUNEIFORM SIGN KA TIMES GUR0x0007",
178870  direction="l",
178871  linebreak="al",
178872  unicodeslot=0x1216C,
178873 },
178874 [0x1216D]={
178875  category="lo",
178876  description="CUNEIFORM SIGN KA TIMES IGI",
178877  direction="l",
178878  linebreak="al",
178879  unicodeslot=0x1216D,
178880 },
178881 [0x1216E]={
178882  category="lo",
178883  description="CUNEIFORM SIGN KA TIMES IM",
178884  direction="l",
178885  linebreak="al",
178886  unicodeslot=0x1216E,
178887 },
178888 [0x1216F]={
178889  category="lo",
178890  description="CUNEIFORM SIGN KA TIMES KAK",
178891  direction="l",
178892  linebreak="al",
178893  unicodeslot=0x1216F,
178894 },
178895 [0x12170]={
178896  category="lo",
178897  description="CUNEIFORM SIGN KA TIMES KI",
178898  direction="l",
178899  linebreak="al",
178900  unicodeslot=0x12170,
178901 },
178902 [0x12171]={
178903  category="lo",
178904  description="CUNEIFORM SIGN KA TIMES KID",
178905  direction="l",
178906  linebreak="al",
178907  unicodeslot=0x12171,
178908 },
178909 [0x12172]={
178910  category="lo",
178911  description="CUNEIFORM SIGN KA TIMES LI",
178912  direction="l",
178913  linebreak="al",
178914  unicodeslot=0x12172,
178915 },
178916 [0x12173]={
178917  category="lo",
178918  description="CUNEIFORM SIGN KA TIMES LU",
178919  direction="l",
178920  linebreak="al",
178921  unicodeslot=0x12173,
178922 },
178923 [0x12174]={
178924  category="lo",
178925  description="CUNEIFORM SIGN KA TIMES ME",
178926  direction="l",
178927  linebreak="al",
178928  unicodeslot=0x12174,
178929 },
178930 [0x12175]={
178931  category="lo",
178932  description="CUNEIFORM SIGN KA TIMES ME PLUS DU",
178933  direction="l",
178934  linebreak="al",
178935  unicodeslot=0x12175,
178936 },
178937 [0x12176]={
178938  category="lo",
178939  description="CUNEIFORM SIGN KA TIMES ME PLUS GI",
178940  direction="l",
178941  linebreak="al",
178942  unicodeslot=0x12176,
178943 },
178944 [0x12177]={
178945  category="lo",
178946  description="CUNEIFORM SIGN KA TIMES ME PLUS TE",
178947  direction="l",
178948  linebreak="al",
178949  unicodeslot=0x12177,
178950 },
178951 [0x12178]={
178952  category="lo",
178953  description="CUNEIFORM SIGN KA TIMES MI",
178954  direction="l",
178955  linebreak="al",
178956  unicodeslot=0x12178,
178957 },
178958 [0x12179]={
178959  category="lo",
178960  description="CUNEIFORM SIGN KA TIMES MI PLUS NUNUZ",
178961  direction="l",
178962  linebreak="al",
178963  unicodeslot=0x12179,
178964 },
178965 [0x1217A]={
178966  category="lo",
178967  description="CUNEIFORM SIGN KA TIMES NE",
178968  direction="l",
178969  linebreak="al",
178970  unicodeslot=0x1217A,
178971 },
178972 [0x1217B]={
178973  category="lo",
178974  description="CUNEIFORM SIGN KA TIMES NUN",
178975  direction="l",
178976  linebreak="al",
178977  unicodeslot=0x1217B,
178978 },
178979 [0x1217C]={
178980  category="lo",
178981  description="CUNEIFORM SIGN KA TIMES PI",
178982  direction="l",
178983  linebreak="al",
178984  unicodeslot=0x1217C,
178985 },
178986 [0x1217D]={
178987  category="lo",
178988  description="CUNEIFORM SIGN KA TIMES RU",
178989  direction="l",
178990  linebreak="al",
178991  unicodeslot=0x1217D,
178992 },
178993 [0x1217E]={
178994  category="lo",
178995  description="CUNEIFORM SIGN KA TIMES SA",
178996  direction="l",
178997  linebreak="al",
178998  unicodeslot=0x1217E,
178999 },
179000 [0x1217F]={
179001  category="lo",
179002  description="CUNEIFORM SIGN KA TIMES SAR",
179003  direction="l",
179004  linebreak="al",
179005  unicodeslot=0x1217F,
179006 },
179007 [0x12180]={
179008  category="lo",
179009  description="CUNEIFORM SIGN KA TIMES SHA",
179010  direction="l",
179011  linebreak="al",
179012  unicodeslot=0x12180,
179013 },
179014 [0x12181]={
179015  category="lo",
179016  description="CUNEIFORM SIGN KA TIMES SHE",
179017  direction="l",
179018  linebreak="al",
179019  unicodeslot=0x12181,
179020 },
179021 [0x12182]={
179022  category="lo",
179023  description="CUNEIFORM SIGN KA TIMES SHID",
179024  direction="l",
179025  linebreak="al",
179026  unicodeslot=0x12182,
179027 },
179028 [0x12183]={
179029  category="lo",
179030  description="CUNEIFORM SIGN KA TIMES SHU",
179031  direction="l",
179032  linebreak="al",
179033  unicodeslot=0x12183,
179034 },
179035 [0x12184]={
179036  category="lo",
179037  description="CUNEIFORM SIGN KA TIMES SIG",
179038  direction="l",
179039  linebreak="al",
179040  unicodeslot=0x12184,
179041 },
179042 [0x12185]={
179043  category="lo",
179044  description="CUNEIFORM SIGN KA TIMES SUHUR",
179045  direction="l",
179046  linebreak="al",
179047  unicodeslot=0x12185,
179048 },
179049 [0x12186]={
179050  category="lo",
179051  description="CUNEIFORM SIGN KA TIMES TAR",
179052  direction="l",
179053  linebreak="al",
179054  unicodeslot=0x12186,
179055 },
179056 [0x12187]={
179057  category="lo",
179058  description="CUNEIFORM SIGN KA TIMES U",
179059  direction="l",
179060  linebreak="al",
179061  unicodeslot=0x12187,
179062 },
179063 [0x12188]={
179064  category="lo",
179065  description="CUNEIFORM SIGN KA TIMES U0x0002",
179066  direction="l",
179067  linebreak="al",
179068  unicodeslot=0x12188,
179069 },
179070 [0x12189]={
179071  category="lo",
179072  description="CUNEIFORM SIGN KA TIMES UD",
179073  direction="l",
179074  linebreak="al",
179075  unicodeslot=0x12189,
179076 },
179077 [0x1218A]={
179078  category="lo",
179079  description="CUNEIFORM SIGN KA TIMES UMUM TIMES PA",
179080  direction="l",
179081  linebreak="al",
179082  unicodeslot=0x1218A,
179083 },
179084 [0x1218B]={
179085  category="lo",
179086  description="CUNEIFORM SIGN KA TIMES USH",
179087  direction="l",
179088  linebreak="al",
179089  unicodeslot=0x1218B,
179090 },
179091 [0x1218C]={
179092  category="lo",
179093  description="CUNEIFORM SIGN KA TIMES ZI",
179094  direction="l",
179095  linebreak="al",
179096  unicodeslot=0x1218C,
179097 },
179098 [0x1218D]={
179099  category="lo",
179100  description="CUNEIFORM SIGN KA0x0002",
179101  direction="l",
179102  linebreak="al",
179103  unicodeslot=0x1218D,
179104 },
179105 [0x1218E]={
179106  category="lo",
179107  description="CUNEIFORM SIGN KA0x0002 CROSSING KA0x0002",
179108  direction="l",
179109  linebreak="al",
179110  unicodeslot=0x1218E,
179111 },
179112 [0x1218F]={
179113  category="lo",
179114  description="CUNEIFORM SIGN KAB",
179115  direction="l",
179116  linebreak="al",
179117  unicodeslot=0x1218F,
179118 },
179119 [0x12190]={
179120  category="lo",
179121  description="CUNEIFORM SIGN KAD0x0002",
179122  direction="l",
179123  linebreak="al",
179124  unicodeslot=0x12190,
179125 },
179126 [0x12191]={
179127  category="lo",
179128  description="CUNEIFORM SIGN KAD0x0003",
179129  direction="l",
179130  linebreak="al",
179131  unicodeslot=0x12191,
179132 },
179133 [0x12192]={
179134  category="lo",
179135  description="CUNEIFORM SIGN KAD0x0004",
179136  direction="l",
179137  linebreak="al",
179138  unicodeslot=0x12192,
179139 },
179140 [0x12193]={
179141  category="lo",
179142  description="CUNEIFORM SIGN KAD0x0005",
179143  direction="l",
179144  linebreak="al",
179145  unicodeslot=0x12193,
179146 },
179147 [0x12194]={
179148  category="lo",
179149  description="CUNEIFORM SIGN KAD0x0005 OVER KAD0x0005",
179150  direction="l",
179151  linebreak="al",
179152  unicodeslot=0x12194,
179153 },
179154 [0x12195]={
179155  category="lo",
179156  description="CUNEIFORM SIGN KAK",
179157  direction="l",
179158  linebreak="al",
179159  unicodeslot=0x12195,
179160 },
179161 [0x12196]={
179162  category="lo",
179163  description="CUNEIFORM SIGN KAK TIMES IGI GUNU",
179164  direction="l",
179165  linebreak="al",
179166  unicodeslot=0x12196,
179167 },
179168 [0x12197]={
179169  category="lo",
179170  description="CUNEIFORM SIGN KAL",
179171  direction="l",
179172  linebreak="al",
179173  unicodeslot=0x12197,
179174 },
179175 [0x12198]={
179176  category="lo",
179177  description="CUNEIFORM SIGN KAL TIMES BAD",
179178  direction="l",
179179  linebreak="al",
179180  unicodeslot=0x12198,
179181 },
179182 [0x12199]={
179183  category="lo",
179184  description="CUNEIFORM SIGN KAL CROSSING KAL",
179185  direction="l",
179186  linebreak="al",
179187  unicodeslot=0x12199,
179188 },
179189 [0x1219A]={
179190  category="lo",
179191  description="CUNEIFORM SIGN KAM0x0002",
179192  direction="l",
179193  linebreak="al",
179194  unicodeslot=0x1219A,
179195 },
179196 [0x1219B]={
179197  category="lo",
179198  description="CUNEIFORM SIGN KAM0x0004",
179199  direction="l",
179200  linebreak="al",
179201  unicodeslot=0x1219B,
179202 },
179203 [0x1219C]={
179204  category="lo",
179205  description="CUNEIFORM SIGN KASKAL",
179206  direction="l",
179207  linebreak="al",
179208  unicodeslot=0x1219C,
179209 },
179210 [0x1219D]={
179211  category="lo",
179212  description="CUNEIFORM SIGN KASKAL LAGAB TIMES U OVER LAGAB TIMES U",
179213  direction="l",
179214  linebreak="al",
179215  unicodeslot=0x1219D,
179216 },
179217 [0x1219E]={
179218  category="lo",
179219  description="CUNEIFORM SIGN KASKAL OVER KASKAL LAGAB TIMES U OVER LAGAB TIMES U",
179220  direction="l",
179221  linebreak="al",
179222  unicodeslot=0x1219E,
179223 },
179224 [0x1219F]={
179225  category="lo",
179226  description="CUNEIFORM SIGN KESH0x0002",
179227  direction="l",
179228  linebreak="al",
179229  unicodeslot=0x1219F,
179230 },
179231 [0x121A0]={
179232  category="lo",
179233  description="CUNEIFORM SIGN KI",
179234  direction="l",
179235  linebreak="al",
179236  unicodeslot=0x121A0,
179237 },
179238 [0x121A1]={
179239  category="lo",
179240  description="CUNEIFORM SIGN KI TIMES BAD",
179241  direction="l",
179242  linebreak="al",
179243  unicodeslot=0x121A1,
179244 },
179245 [0x121A2]={
179246  category="lo",
179247  description="CUNEIFORM SIGN KI TIMES U",
179248  direction="l",
179249  linebreak="al",
179250  unicodeslot=0x121A2,
179251 },
179252 [0x121A3]={
179253  category="lo",
179254  description="CUNEIFORM SIGN KI TIMES UD",
179255  direction="l",
179256  linebreak="al",
179257  unicodeslot=0x121A3,
179258 },
179259 [0x121A4]={
179260  category="lo",
179261  description="CUNEIFORM SIGN KID",
179262  direction="l",
179263  linebreak="al",
179264  unicodeslot=0x121A4,
179265 },
179266 [0x121A5]={
179267  category="lo",
179268  description="CUNEIFORM SIGN KIN",
179269  direction="l",
179270  linebreak="al",
179271  unicodeslot=0x121A5,
179272 },
179273 [0x121A6]={
179274  category="lo",
179275  description="CUNEIFORM SIGN KISAL",
179276  direction="l",
179277  linebreak="al",
179278  unicodeslot=0x121A6,
179279 },
179280 [0x121A7]={
179281  category="lo",
179282  description="CUNEIFORM SIGN KISH",
179283  direction="l",
179284  linebreak="al",
179285  unicodeslot=0x121A7,
179286 },
179287 [0x121A8]={
179288  category="lo",
179289  description="CUNEIFORM SIGN KISIM0x0005",
179290  direction="l",
179291  linebreak="al",
179292  unicodeslot=0x121A8,
179293 },
179294 [0x121A9]={
179295  category="lo",
179296  description="CUNEIFORM SIGN KISIM0x0005 OVER KISIM0x0005",
179297  direction="l",
179298  linebreak="al",
179299  unicodeslot=0x121A9,
179300 },
179301 [0x121AA]={
179302  category="lo",
179303  description="CUNEIFORM SIGN KU",
179304  direction="l",
179305  linebreak="al",
179306  unicodeslot=0x121AA,
179307 },
179308 [0x121AB]={
179309  category="lo",
179310  description="CUNEIFORM SIGN KU OVER HI TIMES ASH0x0002 KU OVER HI TIMES ASH0x0002",
179311  direction="l",
179312  linebreak="al",
179313  unicodeslot=0x121AB,
179314 },
179315 [0x121AC]={
179316  category="lo",
179317  description="CUNEIFORM SIGN KU0x0003",
179318  direction="l",
179319  linebreak="al",
179320  unicodeslot=0x121AC,
179321 },
179322 [0x121AD]={
179323  category="lo",
179324  description="CUNEIFORM SIGN KU0x0004",
179325  direction="l",
179326  linebreak="al",
179327  unicodeslot=0x121AD,
179328 },
179329 [0x121AE]={
179330  category="lo",
179331  description="CUNEIFORM SIGN KU0x0004 VARIANT FORM",
179332  direction="l",
179333  linebreak="al",
179334  unicodeslot=0x121AE,
179335 },
179336 [0x121AF]={
179337  category="lo",
179338  description="CUNEIFORM SIGN KU0x0007",
179339  direction="l",
179340  linebreak="al",
179341  unicodeslot=0x121AF,
179342 },
179343 [0x121B0]={
179344  category="lo",
179345  description="CUNEIFORM SIGN KUL",
179346  direction="l",
179347  linebreak="al",
179348  unicodeslot=0x121B0,
179349 },
179350 [0x121B1]={
179351  category="lo",
179352  description="CUNEIFORM SIGN KUL GUNU",
179353  direction="l",
179354  linebreak="al",
179355  unicodeslot=0x121B1,
179356 },
179357 [0x121B2]={
179358  category="lo",
179359  description="CUNEIFORM SIGN KUN",
179360  direction="l",
179361  linebreak="al",
179362  unicodeslot=0x121B2,
179363 },
179364 [0x121B3]={
179365  category="lo",
179366  description="CUNEIFORM SIGN KUR",
179367  direction="l",
179368  linebreak="al",
179369  unicodeslot=0x121B3,
179370 },
179371 [0x121B4]={
179372  category="lo",
179373  description="CUNEIFORM SIGN KUR OPPOSING KUR",
179374  direction="l",
179375  linebreak="al",
179376  unicodeslot=0x121B4,
179377 },
179378 [0x121B5]={
179379  category="lo",
179380  description="CUNEIFORM SIGN KUSHU0x0002",
179381  direction="l",
179382  linebreak="al",
179383  unicodeslot=0x121B5,
179384 },
179385 [0x121B6]={
179386  category="lo",
179387  description="CUNEIFORM SIGN KWU0x013E",
179388  direction="l",
179389  linebreak="al",
179390  unicodeslot=0x121B6,
179391 },
179392 [0x121B7]={
179393  category="lo",
179394  description="CUNEIFORM SIGN LA",
179395  direction="l",
179396  linebreak="al",
179397  unicodeslot=0x121B7,
179398 },
179399 [0x121B8]={
179400  category="lo",
179401  description="CUNEIFORM SIGN LAGAB",
179402  direction="l",
179403  linebreak="al",
179404  unicodeslot=0x121B8,
179405 },
179406 [0x121B9]={
179407  category="lo",
179408  description="CUNEIFORM SIGN LAGAB TIMES A",
179409  direction="l",
179410  linebreak="al",
179411  unicodeslot=0x121B9,
179412 },
179413 [0x121BA]={
179414  category="lo",
179415  description="CUNEIFORM SIGN LAGAB TIMES A PLUS DA PLUS HA",
179416  direction="l",
179417  linebreak="al",
179418  unicodeslot=0x121BA,
179419 },
179420 [0x121BB]={
179421  category="lo",
179422  description="CUNEIFORM SIGN LAGAB TIMES A PLUS GAR",
179423  direction="l",
179424  linebreak="al",
179425  unicodeslot=0x121BB,
179426 },
179427 [0x121BC]={
179428  category="lo",
179429  description="CUNEIFORM SIGN LAGAB TIMES A PLUS LAL",
179430  direction="l",
179431  linebreak="al",
179432  unicodeslot=0x121BC,
179433 },
179434 [0x121BD]={
179435  category="lo",
179436  description="CUNEIFORM SIGN LAGAB TIMES AL",
179437  direction="l",
179438  linebreak="al",
179439  unicodeslot=0x121BD,
179440 },
179441 [0x121BE]={
179442  category="lo",
179443  description="CUNEIFORM SIGN LAGAB TIMES AN",
179444  direction="l",
179445  linebreak="al",
179446  unicodeslot=0x121BE,
179447 },
179448 [0x121BF]={
179449  category="lo",
179450  description="CUNEIFORM SIGN LAGAB TIMES ASH ZIDA TENU",
179451  direction="l",
179452  linebreak="al",
179453  unicodeslot=0x121BF,
179454 },
179455 [0x121C0]={
179456  category="lo",
179457  description="CUNEIFORM SIGN LAGAB TIMES BAD",
179458  direction="l",
179459  linebreak="al",
179460  unicodeslot=0x121C0,
179461 },
179462 [0x121C1]={
179463  category="lo",
179464  description="CUNEIFORM SIGN LAGAB TIMES BI",
179465  direction="l",
179466  linebreak="al",
179467  unicodeslot=0x121C1,
179468 },
179469 [0x121C2]={
179470  category="lo",
179471  description="CUNEIFORM SIGN LAGAB TIMES DAR",
179472  direction="l",
179473  linebreak="al",
179474  unicodeslot=0x121C2,
179475 },
179476 [0x121C3]={
179477  category="lo",
179478  description="CUNEIFORM SIGN LAGAB TIMES EN",
179479  direction="l",
179480  linebreak="al",
179481  unicodeslot=0x121C3,
179482 },
179483 [0x121C4]={
179484  category="lo",
179485  description="CUNEIFORM SIGN LAGAB TIMES GA",
179486  direction="l",
179487  linebreak="al",
179488  unicodeslot=0x121C4,
179489 },
179490 [0x121C5]={
179491  category="lo",
179492  description="CUNEIFORM SIGN LAGAB TIMES GAR",
179493  direction="l",
179494  linebreak="al",
179495  unicodeslot=0x121C5,
179496 },
179497 [0x121C6]={
179498  category="lo",
179499  description="CUNEIFORM SIGN LAGAB TIMES GUD",
179500  direction="l",
179501  linebreak="al",
179502  unicodeslot=0x121C6,
179503 },
179504 [0x121C7]={
179505  category="lo",
179506  description="CUNEIFORM SIGN LAGAB TIMES GUD PLUS GUD",
179507  direction="l",
179508  linebreak="al",
179509  unicodeslot=0x121C7,
179510 },
179511 [0x121C8]={
179512  category="lo",
179513  description="CUNEIFORM SIGN LAGAB TIMES HA",
179514  direction="l",
179515  linebreak="al",
179516  unicodeslot=0x121C8,
179517 },
179518 [0x121C9]={
179519  category="lo",
179520  description="CUNEIFORM SIGN LAGAB TIMES HAL",
179521  direction="l",
179522  linebreak="al",
179523  unicodeslot=0x121C9,
179524 },
179525 [0x121CA]={
179526  category="lo",
179527  description="CUNEIFORM SIGN LAGAB TIMES HI TIMES NUN",
179528  direction="l",
179529  linebreak="al",
179530  unicodeslot=0x121CA,
179531 },
179532 [0x121CB]={
179533  category="lo",
179534  description="CUNEIFORM SIGN LAGAB TIMES IGI GUNU",
179535  direction="l",
179536  linebreak="al",
179537  unicodeslot=0x121CB,
179538 },
179539 [0x121CC]={
179540  category="lo",
179541  description="CUNEIFORM SIGN LAGAB TIMES IM",
179542  direction="l",
179543  linebreak="al",
179544  unicodeslot=0x121CC,
179545 },
179546 [0x121CD]={
179547  category="lo",
179548  description="CUNEIFORM SIGN LAGAB TIMES IM PLUS HA",
179549  direction="l",
179550  linebreak="al",
179551  unicodeslot=0x121CD,
179552 },
179553 [0x121CE]={
179554  category="lo",
179555  description="CUNEIFORM SIGN LAGAB TIMES IM PLUS LU",
179556  direction="l",
179557  linebreak="al",
179558  unicodeslot=0x121CE,
179559 },
179560 [0x121CF]={
179561  category="lo",
179562  description="CUNEIFORM SIGN LAGAB TIMES KI",
179563  direction="l",
179564  linebreak="al",
179565  unicodeslot=0x121CF,
179566 },
179567 [0x121D0]={
179568  category="lo",
179569  description="CUNEIFORM SIGN LAGAB TIMES KIN",
179570  direction="l",
179571  linebreak="al",
179572  unicodeslot=0x121D0,
179573 },
179574 [0x121D1]={
179575  category="lo",
179576  description="CUNEIFORM SIGN LAGAB TIMES KU0x0003",
179577  direction="l",
179578  linebreak="al",
179579  unicodeslot=0x121D1,
179580 },
179581 [0x121D2]={
179582  category="lo",
179583  description="CUNEIFORM SIGN LAGAB TIMES KUL",
179584  direction="l",
179585  linebreak="al",
179586  unicodeslot=0x121D2,
179587 },
179588 [0x121D3]={
179589  category="lo",
179590  description="CUNEIFORM SIGN LAGAB TIMES KUL PLUS HI PLUS A",
179591  direction="l",
179592  linebreak="al",
179593  unicodeslot=0x121D3,
179594 },
179595 [0x121D4]={
179596  category="lo",
179597  description="CUNEIFORM SIGN LAGAB TIMES LAGAB",
179598  direction="l",
179599  linebreak="al",
179600  unicodeslot=0x121D4,
179601 },
179602 [0x121D5]={
179603  category="lo",
179604  description="CUNEIFORM SIGN LAGAB TIMES LISH",
179605  direction="l",
179606  linebreak="al",
179607  unicodeslot=0x121D5,
179608 },
179609 [0x121D6]={
179610  category="lo",
179611  description="CUNEIFORM SIGN LAGAB TIMES LU",
179612  direction="l",
179613  linebreak="al",
179614  unicodeslot=0x121D6,
179615 },
179616 [0x121D7]={
179617  category="lo",
179618  description="CUNEIFORM SIGN LAGAB TIMES LUL",
179619  direction="l",
179620  linebreak="al",
179621  unicodeslot=0x121D7,
179622 },
179623 [0x121D8]={
179624  category="lo",
179625  description="CUNEIFORM SIGN LAGAB TIMES ME",
179626  direction="l",
179627  linebreak="al",
179628  unicodeslot=0x121D8,
179629 },
179630 [0x121D9]={
179631  category="lo",
179632  description="CUNEIFORM SIGN LAGAB TIMES ME PLUS EN",
179633  direction="l",
179634  linebreak="al",
179635  unicodeslot=0x121D9,
179636 },
179637 [0x121DA]={
179638  category="lo",
179639  description="CUNEIFORM SIGN LAGAB TIMES MUSH",
179640  direction="l",
179641  linebreak="al",
179642  unicodeslot=0x121DA,
179643 },
179644 [0x121DB]={
179645  category="lo",
179646  description="CUNEIFORM SIGN LAGAB TIMES NE",
179647  direction="l",
179648  linebreak="al",
179649  unicodeslot=0x121DB,
179650 },
179651 [0x121DC]={
179652  category="lo",
179653  description="CUNEIFORM SIGN LAGAB TIMES SHE PLUS SUM",
179654  direction="l",
179655  linebreak="al",
179656  unicodeslot=0x121DC,
179657 },
179658 [0x121DD]={
179659  category="lo",
179660  description="CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH PLUS ERIN0x0002",
179661  direction="l",
179662  linebreak="al",
179663  unicodeslot=0x121DD,
179664 },
179665 [0x121DE]={
179666  category="lo",
179667  description="CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH TENU",
179668  direction="l",
179669  linebreak="al",
179670  unicodeslot=0x121DE,
179671 },
179672 [0x121DF]={
179673  category="lo",
179674  description="CUNEIFORM SIGN LAGAB TIMES SHU0x0002",
179675  direction="l",
179676  linebreak="al",
179677  unicodeslot=0x121DF,
179678 },
179679 [0x121E0]={
179680  category="lo",
179681  description="CUNEIFORM SIGN LAGAB TIMES SHU0x0002 PLUS SHU0x0002",
179682  direction="l",
179683  linebreak="al",
179684  unicodeslot=0x121E0,
179685 },
179686 [0x121E1]={
179687  category="lo",
179688  description="CUNEIFORM SIGN LAGAB TIMES SUM",
179689  direction="l",
179690  linebreak="al",
179691  unicodeslot=0x121E1,
179692 },
179693 [0x121E2]={
179694  category="lo",
179695  description="CUNEIFORM SIGN LAGAB TIMES TAG",
179696  direction="l",
179697  linebreak="al",
179698  unicodeslot=0x121E2,
179699 },
179700 [0x121E3]={
179701  category="lo",
179702  description="CUNEIFORM SIGN LAGAB TIMES TAK0x0004",
179703  direction="l",
179704  linebreak="al",
179705  unicodeslot=0x121E3,
179706 },
179707 [0x121E4]={
179708  category="lo",
179709  description="CUNEIFORM SIGN LAGAB TIMES TE PLUS A PLUS SU PLUS NA",
179710  direction="l",
179711  linebreak="al",
179712  unicodeslot=0x121E4,
179713 },
179714 [0x121E5]={
179715  category="lo",
179716  description="CUNEIFORM SIGN LAGAB TIMES U",
179717  direction="l",
179718  linebreak="al",
179719  unicodeslot=0x121E5,
179720 },
179721 [0x121E6]={
179722  category="lo",
179723  description="CUNEIFORM SIGN LAGAB TIMES U PLUS A",
179724  direction="l",
179725  linebreak="al",
179726  unicodeslot=0x121E6,
179727 },
179728 [0x121E7]={
179729  category="lo",
179730  description="CUNEIFORM SIGN LAGAB TIMES U PLUS U PLUS U",
179731  direction="l",
179732  linebreak="al",
179733  unicodeslot=0x121E7,
179734 },
179735 [0x121E8]={
179736  category="lo",
179737  description="CUNEIFORM SIGN LAGAB TIMES U0x0002 PLUS ASH",
179738  direction="l",
179739  linebreak="al",
179740  unicodeslot=0x121E8,
179741 },
179742 [0x121E9]={
179743  category="lo",
179744  description="CUNEIFORM SIGN LAGAB TIMES UD",
179745  direction="l",
179746  linebreak="al",
179747  unicodeslot=0x121E9,
179748 },
179749 [0x121EA]={
179750  category="lo",
179751  description="CUNEIFORM SIGN LAGAB TIMES USH",
179752  direction="l",
179753  linebreak="al",
179754  unicodeslot=0x121EA,
179755 },
179756 [0x121EB]={
179757  category="lo",
179758  description="CUNEIFORM SIGN LAGAB SQUARED",
179759  direction="l",
179760  linebreak="al",
179761  unicodeslot=0x121EB,
179762 },
179763 [0x121EC]={
179764  category="lo",
179765  description="CUNEIFORM SIGN LAGAR",
179766  direction="l",
179767  linebreak="al",
179768  unicodeslot=0x121EC,
179769 },
179770 [0x121ED]={
179771  category="lo",
179772  description="CUNEIFORM SIGN LAGAR TIMES SHE",
179773  direction="l",
179774  linebreak="al",
179775  unicodeslot=0x121ED,
179776 },
179777 [0x121EE]={
179778  category="lo",
179779  description="CUNEIFORM SIGN LAGAR TIMES SHE PLUS SUM",
179780  direction="l",
179781  linebreak="al",
179782  unicodeslot=0x121EE,
179783 },
179784 [0x121EF]={
179785  category="lo",
179786  description="CUNEIFORM SIGN LAGAR GUNU",
179787  direction="l",
179788  linebreak="al",
179789  unicodeslot=0x121EF,
179790 },
179791 [0x121F0]={
179792  category="lo",
179793  description="CUNEIFORM SIGN LAGAR GUNU OVER LAGAR GUNU SHE",
179794  direction="l",
179795  linebreak="al",
179796  unicodeslot=0x121F0,
179797 },
179798 [0x121F1]={
179799  category="lo",
179800  description="CUNEIFORM SIGN LAHSHU",
179801  direction="l",
179802  linebreak="al",
179803  unicodeslot=0x121F1,
179804 },
179805 [0x121F2]={
179806  category="lo",
179807  description="CUNEIFORM SIGN LAL",
179808  direction="l",
179809  linebreak="al",
179810  unicodeslot=0x121F2,
179811 },
179812 [0x121F3]={
179813  category="lo",
179814  description="CUNEIFORM SIGN LAL TIMES LAL",
179815  direction="l",
179816  linebreak="al",
179817  unicodeslot=0x121F3,
179818 },
179819 [0x121F4]={
179820  category="lo",
179821  description="CUNEIFORM SIGN LAM",
179822  direction="l",
179823  linebreak="al",
179824  unicodeslot=0x121F4,
179825 },
179826 [0x121F5]={
179827  category="lo",
179828  description="CUNEIFORM SIGN LAM TIMES KUR",
179829  direction="l",
179830  linebreak="al",
179831  unicodeslot=0x121F5,
179832 },
179833 [0x121F6]={
179834  category="lo",
179835  description="CUNEIFORM SIGN LAM TIMES KUR PLUS RU",
179836  direction="l",
179837  linebreak="al",
179838  unicodeslot=0x121F6,
179839 },
179840 [0x121F7]={
179841  category="lo",
179842  description="CUNEIFORM SIGN LI",
179843  direction="l",
179844  linebreak="al",
179845  unicodeslot=0x121F7,
179846 },
179847 [0x121F8]={
179848  category="lo",
179849  description="CUNEIFORM SIGN LIL",
179850  direction="l",
179851  linebreak="al",
179852  unicodeslot=0x121F8,
179853 },
179854 [0x121F9]={
179855  category="lo",
179856  description="CUNEIFORM SIGN LIMMU0x0002",
179857  direction="l",
179858  linebreak="al",
179859  unicodeslot=0x121F9,
179860 },
179861 [0x121FA]={
179862  category="lo",
179863  description="CUNEIFORM SIGN LISH",
179864  direction="l",
179865  linebreak="al",
179866  unicodeslot=0x121FA,
179867 },
179868 [0x121FB]={
179869  category="lo",
179870  description="CUNEIFORM SIGN LU",
179871  direction="l",
179872  linebreak="al",
179873  unicodeslot=0x121FB,
179874 },
179875 [0x121FC]={
179876  category="lo",
179877  description="CUNEIFORM SIGN LU TIMES BAD",
179878  direction="l",
179879  linebreak="al",
179880  unicodeslot=0x121FC,
179881 },
179882 [0x121FD]={
179883  category="lo",
179884  description="CUNEIFORM SIGN LU0x0002",
179885  direction="l",
179886  linebreak="al",
179887  unicodeslot=0x121FD,
179888 },
179889 [0x121FE]={
179890  category="lo",
179891  description="CUNEIFORM SIGN LU0x0002 TIMES AL",
179892  direction="l",
179893  linebreak="al",
179894  unicodeslot=0x121FE,
179895 },
179896 [0x121FF]={
179897  category="lo",
179898  description="CUNEIFORM SIGN LU0x0002 TIMES BAD",
179899  direction="l",
179900  linebreak="al",
179901  unicodeslot=0x121FF,
179902 },
179903 [0x12200]={
179904  category="lo",
179905  description="CUNEIFORM SIGN LU0x0002 TIMES ESH0x0002",
179906  direction="l",
179907  linebreak="al",
179908  unicodeslot=0x12200,
179909 },
179910 [0x12201]={
179911  category="lo",
179912  description="CUNEIFORM SIGN LU0x0002 TIMES ESH0x0002 TENU",
179913  direction="l",
179914  linebreak="al",
179915  unicodeslot=0x12201,
179916 },
179917 [0x12202]={
179918  category="lo",
179919  description="CUNEIFORM SIGN LU0x0002 TIMES GAN0x0002 TENU",
179920  direction="l",
179921  linebreak="al",
179922  unicodeslot=0x12202,
179923 },
179924 [0x12203]={
179925  category="lo",
179926  description="CUNEIFORM SIGN LU0x0002 TIMES HI TIMES BAD",
179927  direction="l",
179928  linebreak="al",
179929  unicodeslot=0x12203,
179930 },
179931 [0x12204]={
179932  category="lo",
179933  description="CUNEIFORM SIGN LU0x0002 TIMES IM",
179934  direction="l",
179935  linebreak="al",
179936  unicodeslot=0x12204,
179937 },
179938 [0x12205]={
179939  category="lo",
179940  description="CUNEIFORM SIGN LU0x0002 TIMES KAD0x0002",
179941  direction="l",
179942  linebreak="al",
179943  unicodeslot=0x12205,
179944 },
179945 [0x12206]={
179946  category="lo",
179947  description="CUNEIFORM SIGN LU0x0002 TIMES KAD0x0003",
179948  direction="l",
179949  linebreak="al",
179950  unicodeslot=0x12206,
179951 },
179952 [0x12207]={
179953  category="lo",
179954  description="CUNEIFORM SIGN LU0x0002 TIMES KAD0x0003 PLUS ASH",
179955  direction="l",
179956  linebreak="al",
179957  unicodeslot=0x12207,
179958 },
179959 [0x12208]={
179960  category="lo",
179961  description="CUNEIFORM SIGN LU0x0002 TIMES KI",
179962  direction="l",
179963  linebreak="al",
179964  unicodeslot=0x12208,
179965 },
179966 [0x12209]={
179967  category="lo",
179968  description="CUNEIFORM SIGN LU0x0002 TIMES LA PLUS ASH",
179969  direction="l",
179970  linebreak="al",
179971  unicodeslot=0x12209,
179972 },
179973 [0x1220A]={
179974  category="lo",
179975  description="CUNEIFORM SIGN LU0x0002 TIMES LAGAB",
179976  direction="l",
179977  linebreak="al",
179978  unicodeslot=0x1220A,
179979 },
179980 [0x1220B]={
179981  category="lo",
179982  description="CUNEIFORM SIGN LU0x0002 TIMES ME PLUS EN",
179983  direction="l",
179984  linebreak="al",
179985  unicodeslot=0x1220B,
179986 },
179987 [0x1220C]={
179988  category="lo",
179989  description="CUNEIFORM SIGN LU0x0002 TIMES NE",
179990  direction="l",
179991  linebreak="al",
179992  unicodeslot=0x1220C,
179993 },
179994 [0x1220D]={
179995  category="lo",
179996  description="CUNEIFORM SIGN LU0x0002 TIMES NU",
179997  direction="l",
179998  linebreak="al",
179999  unicodeslot=0x1220D,
180000 },
180001 [0x1220E]={
180002  category="lo",
180003  description="CUNEIFORM SIGN LU0x0002 TIMES SI PLUS ASH",
180004  direction="l",
180005  linebreak="al",
180006  unicodeslot=0x1220E,
180007 },
180008 [0x1220F]={
180009  category="lo",
180010  description="CUNEIFORM SIGN LU0x0002 TIMES SIK0x0002 PLUS BU",
180011  direction="l",
180012  linebreak="al",
180013  unicodeslot=0x1220F,
180014 },
180015 [0x12210]={
180016  category="lo",
180017  description="CUNEIFORM SIGN LU0x0002 TIMES TUG0x0002",
180018  direction="l",
180019  linebreak="al",
180020  unicodeslot=0x12210,
180021 },
180022 [0x12211]={
180023  category="lo",
180024  description="CUNEIFORM SIGN LU0x0002 TENU",
180025  direction="l",
180026  linebreak="al",
180027  unicodeslot=0x12211,
180028 },
180029 [0x12212]={
180030  category="lo",
180031  description="CUNEIFORM SIGN LU0x0002 CROSSING LU0x0002",
180032  direction="l",
180033  linebreak="al",
180034  unicodeslot=0x12212,
180035 },
180036 [0x12213]={
180037  category="lo",
180038  description="CUNEIFORM SIGN LU0x0002 OPPOSING LU0x0002",
180039  direction="l",
180040  linebreak="al",
180041  unicodeslot=0x12213,
180042 },
180043 [0x12214]={
180044  category="lo",
180045  description="CUNEIFORM SIGN LU0x0002 SQUARED",
180046  direction="l",
180047  linebreak="al",
180048  unicodeslot=0x12214,
180049 },
180050 [0x12215]={
180051  category="lo",
180052  description="CUNEIFORM SIGN LU0x0002 SHESHIG",
180053  direction="l",
180054  linebreak="al",
180055  unicodeslot=0x12215,
180056 },
180057 [0x12216]={
180058  category="lo",
180059  description="CUNEIFORM SIGN LU0x0003",
180060  direction="l",
180061  linebreak="al",
180062  unicodeslot=0x12216,
180063 },
180064 [0x12217]={
180065  category="lo",
180066  description="CUNEIFORM SIGN LUGAL",
180067  direction="l",
180068  linebreak="al",
180069  unicodeslot=0x12217,
180070 },
180071 [0x12218]={
180072  category="lo",
180073  description="CUNEIFORM SIGN LUGAL OVER LUGAL",
180074  direction="l",
180075  linebreak="al",
180076  unicodeslot=0x12218,
180077 },
180078 [0x12219]={
180079  category="lo",
180080  description="CUNEIFORM SIGN LUGAL OPPOSING LUGAL",
180081  direction="l",
180082  linebreak="al",
180083  unicodeslot=0x12219,
180084 },
180085 [0x1221A]={
180086  category="lo",
180087  description="CUNEIFORM SIGN LUGAL SHESHIG",
180088  direction="l",
180089  linebreak="al",
180090  unicodeslot=0x1221A,
180091 },
180092 [0x1221B]={
180093  category="lo",
180094  description="CUNEIFORM SIGN LUH",
180095  direction="l",
180096  linebreak="al",
180097  unicodeslot=0x1221B,
180098 },
180099 [0x1221C]={
180100  category="lo",
180101  description="CUNEIFORM SIGN LUL",
180102  direction="l",
180103  linebreak="al",
180104  unicodeslot=0x1221C,
180105 },
180106 [0x1221D]={
180107  category="lo",
180108  description="CUNEIFORM SIGN LUM",
180109  direction="l",
180110  linebreak="al",
180111  unicodeslot=0x1221D,
180112 },
180113 [0x1221E]={
180114  category="lo",
180115  description="CUNEIFORM SIGN LUM OVER LUM",
180116  direction="l",
180117  linebreak="al",
180118  unicodeslot=0x1221E,
180119 },
180120 [0x1221F]={
180121  category="lo",
180122  description="CUNEIFORM SIGN LUM OVER LUM GAR OVER GAR",
180123  direction="l",
180124  linebreak="al",
180125  unicodeslot=0x1221F,
180126 },
180127 [0x12220]={
180128  category="lo",
180129  description="CUNEIFORM SIGN MA",
180130  direction="l",
180131  linebreak="al",
180132  unicodeslot=0x12220,
180133 },
180134 [0x12221]={
180135  category="lo",
180136  description="CUNEIFORM SIGN MA TIMES TAK0x0004",
180137  direction="l",
180138  linebreak="al",
180139  unicodeslot=0x12221,
180140 },
180141 [0x12222]={
180142  category="lo",
180143  description="CUNEIFORM SIGN MA GUNU",
180144  direction="l",
180145  linebreak="al",
180146  unicodeslot=0x12222,
180147 },
180148 [0x12223]={
180149  category="lo",
180150  description="CUNEIFORM SIGN MA0x0002",
180151  direction="l",
180152  linebreak="al",
180153  unicodeslot=0x12223,
180154 },
180155 [0x12224]={
180156  category="lo",
180157  description="CUNEIFORM SIGN MAH",
180158  direction="l",
180159  linebreak="al",
180160  unicodeslot=0x12224,
180161 },
180162 [0x12225]={
180163  category="lo",
180164  description="CUNEIFORM SIGN MAR",
180165  direction="l",
180166  linebreak="al",
180167  unicodeslot=0x12225,
180168 },
180169 [0x12226]={
180170  category="lo",
180171  description="CUNEIFORM SIGN MASH",
180172  direction="l",
180173  linebreak="al",
180174  unicodeslot=0x12226,
180175 },
180176 [0x12227]={
180177  category="lo",
180178  description="CUNEIFORM SIGN MASH0x0002",
180179  direction="l",
180180  linebreak="al",
180181  unicodeslot=0x12227,
180182 },
180183 [0x12228]={
180184  category="lo",
180185  description="CUNEIFORM SIGN ME",
180186  direction="l",
180187  linebreak="al",
180188  unicodeslot=0x12228,
180189 },
180190 [0x12229]={
180191  category="lo",
180192  description="CUNEIFORM SIGN MES",
180193  direction="l",
180194  linebreak="al",
180195  unicodeslot=0x12229,
180196 },
180197 [0x1222A]={
180198  category="lo",
180199  description="CUNEIFORM SIGN MI",
180200  direction="l",
180201  linebreak="al",
180202  unicodeslot=0x1222A,
180203 },
180204 [0x1222B]={
180205  category="lo",
180206  description="CUNEIFORM SIGN MIN",
180207  direction="l",
180208  linebreak="al",
180209  unicodeslot=0x1222B,
180210 },
180211 [0x1222C]={
180212  category="lo",
180213  description="CUNEIFORM SIGN MU",
180214  direction="l",
180215  linebreak="al",
180216  unicodeslot=0x1222C,
180217 },
180218 [0x1222D]={
180219  category="lo",
180220  description="CUNEIFORM SIGN MU OVER MU",
180221  direction="l",
180222  linebreak="al",
180223  unicodeslot=0x1222D,
180224 },
180225 [0x1222E]={
180226  category="lo",
180227  description="CUNEIFORM SIGN MUG",
180228  direction="l",
180229  linebreak="al",
180230  unicodeslot=0x1222E,
180231 },
180232 [0x1222F]={
180233  category="lo",
180234  description="CUNEIFORM SIGN MUG GUNU",
180235  direction="l",
180236  linebreak="al",
180237  unicodeslot=0x1222F,
180238 },
180239 [0x12230]={
180240  category="lo",
180241  description="CUNEIFORM SIGN MUNSUB",
180242  direction="l",
180243  linebreak="al",
180244  unicodeslot=0x12230,
180245 },
180246 [0x12231]={
180247  category="lo",
180248  description="CUNEIFORM SIGN MURGU0x0002",
180249  direction="l",
180250  linebreak="al",
180251  unicodeslot=0x12231,
180252 },
180253 [0x12232]={
180254  category="lo",
180255  description="CUNEIFORM SIGN MUSH",
180256  direction="l",
180257  linebreak="al",
180258  unicodeslot=0x12232,
180259 },
180260 [0x12233]={
180261  category="lo",
180262  description="CUNEIFORM SIGN MUSH TIMES A",
180263  direction="l",
180264  linebreak="al",
180265  unicodeslot=0x12233,
180266 },
180267 [0x12234]={
180268  category="lo",
180269  description="CUNEIFORM SIGN MUSH TIMES KUR",
180270  direction="l",
180271  linebreak="al",
180272  unicodeslot=0x12234,
180273 },
180274 [0x12235]={
180275  category="lo",
180276  description="CUNEIFORM SIGN MUSH TIMES ZA",
180277  direction="l",
180278  linebreak="al",
180279  unicodeslot=0x12235,
180280 },
180281 [0x12236]={
180282  category="lo",
180283  description="CUNEIFORM SIGN MUSH OVER MUSH",
180284  direction="l",
180285  linebreak="al",
180286  unicodeslot=0x12236,
180287 },
180288 [0x12237]={
180289  category="lo",
180290  description="CUNEIFORM SIGN MUSH OVER MUSH TIMES A PLUS NA",
180291  direction="l",
180292  linebreak="al",
180293  unicodeslot=0x12237,
180294 },
180295 [0x12238]={
180296  category="lo",
180297  description="CUNEIFORM SIGN MUSH CROSSING MUSH",
180298  direction="l",
180299  linebreak="al",
180300  unicodeslot=0x12238,
180301 },
180302 [0x12239]={
180303  category="lo",
180304  description="CUNEIFORM SIGN MUSH0x0003",
180305  direction="l",
180306  linebreak="al",
180307  unicodeslot=0x12239,
180308 },
180309 [0x1223A]={
180310  category="lo",
180311  description="CUNEIFORM SIGN MUSH0x0003 TIMES A",
180312  direction="l",
180313  linebreak="al",
180314  unicodeslot=0x1223A,
180315 },
180316 [0x1223B]={
180317  category="lo",
180318  description="CUNEIFORM SIGN MUSH0x0003 TIMES A PLUS DI",
180319  direction="l",
180320  linebreak="al",
180321  unicodeslot=0x1223B,
180322 },
180323 [0x1223C]={
180324  category="lo",
180325  description="CUNEIFORM SIGN MUSH0x0003 TIMES DI",
180326  direction="l",
180327  linebreak="al",
180328  unicodeslot=0x1223C,
180329 },
180330 [0x1223D]={
180331  category="lo",
180332  description="CUNEIFORM SIGN MUSH0x0003 GUNU",
180333  direction="l",
180334  linebreak="al",
180335  unicodeslot=0x1223D,
180336 },
180337 [0x1223E]={
180338  category="lo",
180339  description="CUNEIFORM SIGN NA",
180340  direction="l",
180341  linebreak="al",
180342  unicodeslot=0x1223E,
180343 },
180344 [0x1223F]={
180345  category="lo",
180346  description="CUNEIFORM SIGN NA0x0002",
180347  direction="l",
180348  linebreak="al",
180349  unicodeslot=0x1223F,
180350 },
180351 [0x12240]={
180352  category="lo",
180353  description="CUNEIFORM SIGN NAGA",
180354  direction="l",
180355  linebreak="al",
180356  unicodeslot=0x12240,
180357 },
180358 [0x12241]={
180359  category="lo",
180360  description="CUNEIFORM SIGN NAGA INVERTED",
180361  direction="l",
180362  linebreak="al",
180363  unicodeslot=0x12241,
180364 },
180365 [0x12242]={
180366  category="lo",
180367  description="CUNEIFORM SIGN NAGA TIMES SHU TENU",
180368  direction="l",
180369  linebreak="al",
180370  unicodeslot=0x12242,
180371 },
180372 [0x12243]={
180373  category="lo",
180374  description="CUNEIFORM SIGN NAGA OPPOSING NAGA",
180375  direction="l",
180376  linebreak="al",
180377  unicodeslot=0x12243,
180378 },
180379 [0x12244]={
180380  category="lo",
180381  description="CUNEIFORM SIGN NAGAR",
180382  direction="l",
180383  linebreak="al",
180384  unicodeslot=0x12244,
180385 },
180386 [0x12245]={
180387  category="lo",
180388  description="CUNEIFORM SIGN NAM NUTILLU",
180389  direction="l",
180390  linebreak="al",
180391  unicodeslot=0x12245,
180392 },
180393 [0x12246]={
180394  category="lo",
180395  description="CUNEIFORM SIGN NAM",
180396  direction="l",
180397  linebreak="al",
180398  unicodeslot=0x12246,
180399 },
180400 [0x12247]={
180401  category="lo",
180402  description="CUNEIFORM SIGN NAM0x0002",
180403  direction="l",
180404  linebreak="al",
180405  unicodeslot=0x12247,
180406 },
180407 [0x12248]={
180408  category="lo",
180409  description="CUNEIFORM SIGN NE",
180410  direction="l",
180411  linebreak="al",
180412  unicodeslot=0x12248,
180413 },
180414 [0x12249]={
180415  category="lo",
180416  description="CUNEIFORM SIGN NE TIMES A",
180417  direction="l",
180418  linebreak="al",
180419  unicodeslot=0x12249,
180420 },
180421 [0x1224A]={
180422  category="lo",
180423  description="CUNEIFORM SIGN NE TIMES UD",
180424  direction="l",
180425  linebreak="al",
180426  unicodeslot=0x1224A,
180427 },
180428 [0x1224B]={
180429  category="lo",
180430  description="CUNEIFORM SIGN NE SHESHIG",
180431  direction="l",
180432  linebreak="al",
180433  unicodeslot=0x1224B,
180434 },
180435 [0x1224C]={
180436  category="lo",
180437  description="CUNEIFORM SIGN NI",
180438  direction="l",
180439  linebreak="al",
180440  unicodeslot=0x1224C,
180441 },
180442 [0x1224D]={
180443  category="lo",
180444  description="CUNEIFORM SIGN NI TIMES E",
180445  direction="l",
180446  linebreak="al",
180447  unicodeslot=0x1224D,
180448 },
180449 [0x1224E]={
180450  category="lo",
180451  description="CUNEIFORM SIGN NI0x0002",
180452  direction="l",
180453  linebreak="al",
180454  unicodeslot=0x1224E,
180455 },
180456 [0x1224F]={
180457  category="lo",
180458  description="CUNEIFORM SIGN NIM",
180459  direction="l",
180460  linebreak="al",
180461  unicodeslot=0x1224F,
180462 },
180463 [0x12250]={
180464  category="lo",
180465  description="CUNEIFORM SIGN NIM TIMES GAN0x0002 TENU",
180466  direction="l",
180467  linebreak="al",
180468  unicodeslot=0x12250,
180469 },
180470 [0x12251]={
180471  category="lo",
180472  description="CUNEIFORM SIGN NIM TIMES GAR PLUS GAN0x0002 TENU",
180473  direction="l",
180474  linebreak="al",
180475  unicodeslot=0x12251,
180476 },
180477 [0x12252]={
180478  category="lo",
180479  description="CUNEIFORM SIGN NINDA0x0002",
180480  direction="l",
180481  linebreak="al",
180482  unicodeslot=0x12252,
180483 },
180484 [0x12253]={
180485  category="lo",
180486  description="CUNEIFORM SIGN NINDA0x0002 TIMES AN",
180487  direction="l",
180488  linebreak="al",
180489  unicodeslot=0x12253,
180490 },
180491 [0x12254]={
180492  category="lo",
180493  description="CUNEIFORM SIGN NINDA0x0002 TIMES ASH",
180494  direction="l",
180495  linebreak="al",
180496  unicodeslot=0x12254,
180497 },
180498 [0x12255]={
180499  category="lo",
180500  description="CUNEIFORM SIGN NINDA0x0002 TIMES ASH PLUS ASH",
180501  direction="l",
180502  linebreak="al",
180503  unicodeslot=0x12255,
180504 },
180505 [0x12256]={
180506  category="lo",
180507  description="CUNEIFORM SIGN NINDA0x0002 TIMES GUD",
180508  direction="l",
180509  linebreak="al",
180510  unicodeslot=0x12256,
180511 },
180512 [0x12257]={
180513  category="lo",
180514  description="CUNEIFORM SIGN NINDA0x0002 TIMES ME PLUS GAN0x0002 TENU",
180515  direction="l",
180516  linebreak="al",
180517  unicodeslot=0x12257,
180518 },
180519 [0x12258]={
180520  category="lo",
180521  description="CUNEIFORM SIGN NINDA0x0002 TIMES NE",
180522  direction="l",
180523  linebreak="al",
180524  unicodeslot=0x12258,
180525 },
180526 [0x12259]={
180527  category="lo",
180528  description="CUNEIFORM SIGN NINDA0x0002 TIMES NUN",
180529  direction="l",
180530  linebreak="al",
180531  unicodeslot=0x12259,
180532 },
180533 [0x1225A]={
180534  category="lo",
180535  description="CUNEIFORM SIGN NINDA0x0002 TIMES SHE",
180536  direction="l",
180537  linebreak="al",
180538  unicodeslot=0x1225A,
180539 },
180540 [0x1225B]={
180541  category="lo",
180542  description="CUNEIFORM SIGN NINDA0x0002 TIMES SHE PLUS A AN",
180543  direction="l",
180544  linebreak="al",
180545  unicodeslot=0x1225B,
180546 },
180547 [0x1225C]={
180548  category="lo",
180549  description="CUNEIFORM SIGN NINDA0x0002 TIMES SHE PLUS ASH",
180550  direction="l",
180551  linebreak="al",
180552  unicodeslot=0x1225C,
180553 },
180554 [0x1225D]={
180555  category="lo",
180556  description="CUNEIFORM SIGN NINDA0x0002 TIMES SHE PLUS ASH PLUS ASH",
180557  direction="l",
180558  linebreak="al",
180559  unicodeslot=0x1225D,
180560 },
180561 [0x1225E]={
180562  category="lo",
180563  description="CUNEIFORM SIGN NINDA0x0002 TIMES U0x0002 PLUS ASH",
180564  direction="l",
180565  linebreak="al",
180566  unicodeslot=0x1225E,
180567 },
180568 [0x1225F]={
180569  category="lo",
180570  description="CUNEIFORM SIGN NINDA0x0002 TIMES USH",
180571  direction="l",
180572  linebreak="al",
180573  unicodeslot=0x1225F,
180574 },
180575 [0x12260]={
180576  category="lo",
180577  description="CUNEIFORM SIGN NISAG",
180578  direction="l",
180579  linebreak="al",
180580  unicodeslot=0x12260,
180581 },
180582 [0x12261]={
180583  category="lo",
180584  description="CUNEIFORM SIGN NU",
180585  direction="l",
180586  linebreak="al",
180587  unicodeslot=0x12261,
180588 },
180589 [0x12262]={
180590  category="lo",
180591  description="CUNEIFORM SIGN NU0x000B",
180592  direction="l",
180593  linebreak="al",
180594  unicodeslot=0x12262,
180595 },
180596 [0x12263]={
180597  category="lo",
180598  description="CUNEIFORM SIGN NUN",
180599  direction="l",
180600  linebreak="al",
180601  unicodeslot=0x12263,
180602 },
180603 [0x12264]={
180604  category="lo",
180605  description="CUNEIFORM SIGN NUN LAGAR TIMES GAR",
180606  direction="l",
180607  linebreak="al",
180608  unicodeslot=0x12264,
180609 },
180610 [0x12265]={
180611  category="lo",
180612  description="CUNEIFORM SIGN NUN LAGAR TIMES MASH",
180613  direction="l",
180614  linebreak="al",
180615  unicodeslot=0x12265,
180616 },
180617 [0x12266]={
180618  category="lo",
180619  description="CUNEIFORM SIGN NUN LAGAR TIMES SAL",
180620  direction="l",
180621  linebreak="al",
180622  unicodeslot=0x12266,
180623 },
180624 [0x12267]={
180625  category="lo",
180626  description="CUNEIFORM SIGN NUN LAGAR TIMES SAL OVER NUN LAGAR TIMES SAL",
180627  direction="l",
180628  linebreak="al",
180629  unicodeslot=0x12267,
180630 },
180631 [0x12268]={
180632  category="lo",
180633  description="CUNEIFORM SIGN NUN LAGAR TIMES USH",
180634  direction="l",
180635  linebreak="al",
180636  unicodeslot=0x12268,
180637 },
180638 [0x12269]={
180639  category="lo",
180640  description="CUNEIFORM SIGN NUN TENU",
180641  direction="l",
180642  linebreak="al",
180643  unicodeslot=0x12269,
180644 },
180645 [0x1226A]={
180646  category="lo",
180647  description="CUNEIFORM SIGN NUN OVER NUN",
180648  direction="l",
180649  linebreak="al",
180650  unicodeslot=0x1226A,
180651 },
180652 [0x1226B]={
180653  category="lo",
180654  description="CUNEIFORM SIGN NUN CROSSING NUN",
180655  direction="l",
180656  linebreak="al",
180657  unicodeslot=0x1226B,
180658 },
180659 [0x1226C]={
180660  category="lo",
180661  description="CUNEIFORM SIGN NUN CROSSING NUN LAGAR OVER LAGAR",
180662  direction="l",
180663  linebreak="al",
180664  unicodeslot=0x1226C,
180665 },
180666 [0x1226D]={
180667  category="lo",
180668  description="CUNEIFORM SIGN NUNUZ",
180669  direction="l",
180670  linebreak="al",
180671  unicodeslot=0x1226D,
180672 },
180673 [0x1226E]={
180674  category="lo",
180675  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES ASHGAB",
180676  direction="l",
180677  linebreak="al",
180678  unicodeslot=0x1226E,
180679 },
180680 [0x1226F]={
180681  category="lo",
180682  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES BI",
180683  direction="l",
180684  linebreak="al",
180685  unicodeslot=0x1226F,
180686 },
180687 [0x12270]={
180688  category="lo",
180689  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES DUG",
180690  direction="l",
180691  linebreak="al",
180692  unicodeslot=0x12270,
180693 },
180694 [0x12271]={
180695  category="lo",
180696  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES GUD",
180697  direction="l",
180698  linebreak="al",
180699  unicodeslot=0x12271,
180700 },
180701 [0x12272]={
180702  category="lo",
180703  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES IGI GUNU",
180704  direction="l",
180705  linebreak="al",
180706  unicodeslot=0x12272,
180707 },
180708 [0x12273]={
180709  category="lo",
180710  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES KAD0x0003",
180711  direction="l",
180712  linebreak="al",
180713  unicodeslot=0x12273,
180714 },
180715 [0x12274]={
180716  category="lo",
180717  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES LA",
180718  direction="l",
180719  linebreak="al",
180720  unicodeslot=0x12274,
180721 },
180722 [0x12275]={
180723  category="lo",
180724  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES NE",
180725  direction="l",
180726  linebreak="al",
180727  unicodeslot=0x12275,
180728 },
180729 [0x12276]={
180730  category="lo",
180731  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES SILA0x0003",
180732  direction="l",
180733  linebreak="al",
180734  unicodeslot=0x12276,
180735 },
180736 [0x12277]={
180737  category="lo",
180738  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES U0x0002",
180739  direction="l",
180740  linebreak="al",
180741  unicodeslot=0x12277,
180742 },
180743 [0x12278]={
180744  category="lo",
180745  description="CUNEIFORM SIGN NUNUZ KISIM0x0005 TIMES BI",
180746  direction="l",
180747  linebreak="al",
180748  unicodeslot=0x12278,
180749 },
180750 [0x12279]={
180751  category="lo",
180752  description="CUNEIFORM SIGN NUNUZ KISIM0x0005 TIMES BI U",
180753  direction="l",
180754  linebreak="al",
180755  unicodeslot=0x12279,
180756 },
180757 [0x1227A]={
180758  category="lo",
180759  description="CUNEIFORM SIGN PA",
180760  direction="l",
180761  linebreak="al",
180762  unicodeslot=0x1227A,
180763 },
180764 [0x1227B]={
180765  category="lo",
180766  description="CUNEIFORM SIGN PAD",
180767  direction="l",
180768  linebreak="al",
180769  unicodeslot=0x1227B,
180770 },
180771 [0x1227C]={
180772  category="lo",
180773  description="CUNEIFORM SIGN PAN",
180774  direction="l",
180775  linebreak="al",
180776  unicodeslot=0x1227C,
180777 },
180778 [0x1227D]={
180779  category="lo",
180780  description="CUNEIFORM SIGN PAP",
180781  direction="l",
180782  linebreak="al",
180783  unicodeslot=0x1227D,
180784 },
180785 [0x1227E]={
180786  category="lo",
180787  description="CUNEIFORM SIGN PESH0x0002",
180788  direction="l",
180789  linebreak="al",
180790  unicodeslot=0x1227E,
180791 },
180792 [0x1227F]={
180793  category="lo",
180794  description="CUNEIFORM SIGN PI",
180795  direction="l",
180796  linebreak="al",
180797  unicodeslot=0x1227F,
180798 },
180799 [0x12280]={
180800  category="lo",
180801  description="CUNEIFORM SIGN PI TIMES A",
180802  direction="l",
180803  linebreak="al",
180804  unicodeslot=0x12280,
180805 },
180806 [0x12281]={
180807  category="lo",
180808  description="CUNEIFORM SIGN PI TIMES AB",
180809  direction="l",
180810  linebreak="al",
180811  unicodeslot=0x12281,
180812 },
180813 [0x12282]={
180814  category="lo",
180815  description="CUNEIFORM SIGN PI TIMES BI",
180816  direction="l",
180817  linebreak="al",
180818  unicodeslot=0x12282,
180819 },
180820 [0x12283]={
180821  category="lo",
180822  description="CUNEIFORM SIGN PI TIMES BU",
180823  direction="l",
180824  linebreak="al",
180825  unicodeslot=0x12283,
180826 },
180827 [0x12284]={
180828  category="lo",
180829  description="CUNEIFORM SIGN PI TIMES E",
180830  direction="l",
180831  linebreak="al",
180832  unicodeslot=0x12284,
180833 },
180834 [0x12285]={
180835  category="lo",
180836  description="CUNEIFORM SIGN PI TIMES I",
180837  direction="l",
180838  linebreak="al",
180839  unicodeslot=0x12285,
180840 },
180841 [0x12286]={
180842  category="lo",
180843  description="CUNEIFORM SIGN PI TIMES IB",
180844  direction="l",
180845  linebreak="al",
180846  unicodeslot=0x12286,
180847 },
180848 [0x12287]={
180849  category="lo",
180850  description="CUNEIFORM SIGN PI TIMES U",
180851  direction="l",
180852  linebreak="al",
180853  unicodeslot=0x12287,
180854 },
180855 [0x12288]={
180856  category="lo",
180857  description="CUNEIFORM SIGN PI TIMES U0x0002",
180858  direction="l",
180859  linebreak="al",
180860  unicodeslot=0x12288,
180861 },
180862 [0x12289]={
180863  category="lo",
180864  description="CUNEIFORM SIGN PI CROSSING PI",
180865  direction="l",
180866  linebreak="al",
180867  unicodeslot=0x12289,
180868 },
180869 [0x1228A]={
180870  category="lo",
180871  description="CUNEIFORM SIGN PIRIG",
180872  direction="l",
180873  linebreak="al",
180874  unicodeslot=0x1228A,
180875 },
180876 [0x1228B]={
180877  category="lo",
180878  description="CUNEIFORM SIGN PIRIG TIMES KAL",
180879  direction="l",
180880  linebreak="al",
180881  unicodeslot=0x1228B,
180882 },
180883 [0x1228C]={
180884  category="lo",
180885  description="CUNEIFORM SIGN PIRIG TIMES UD",
180886  direction="l",
180887  linebreak="al",
180888  unicodeslot=0x1228C,
180889 },
180890 [0x1228D]={
180891  category="lo",
180892  description="CUNEIFORM SIGN PIRIG TIMES ZA",
180893  direction="l",
180894  linebreak="al",
180895  unicodeslot=0x1228D,
180896 },
180897 [0x1228E]={
180898  category="lo",
180899  description="CUNEIFORM SIGN PIRIG OPPOSING PIRIG",
180900  direction="l",
180901  linebreak="al",
180902  unicodeslot=0x1228E,
180903 },
180904 [0x1228F]={
180905  category="lo",
180906  description="CUNEIFORM SIGN RA",
180907  direction="l",
180908  linebreak="al",
180909  unicodeslot=0x1228F,
180910 },
180911 [0x12290]={
180912  category="lo",
180913  description="CUNEIFORM SIGN RAB",
180914  direction="l",
180915  linebreak="al",
180916  unicodeslot=0x12290,
180917 },
180918 [0x12291]={
180919  category="lo",
180920  description="CUNEIFORM SIGN RI",
180921  direction="l",
180922  linebreak="al",
180923  unicodeslot=0x12291,
180924 },
180925 [0x12292]={
180926  category="lo",
180927  description="CUNEIFORM SIGN RU",
180928  direction="l",
180929  linebreak="al",
180930  unicodeslot=0x12292,
180931 },
180932 [0x12293]={
180933  category="lo",
180934  description="CUNEIFORM SIGN SA",
180935  direction="l",
180936  linebreak="al",
180937  unicodeslot=0x12293,
180938 },
180939 [0x12294]={
180940  category="lo",
180941  description="CUNEIFORM SIGN SAG NUTILLU",
180942  direction="l",
180943  linebreak="al",
180944  unicodeslot=0x12294,
180945 },
180946 [0x12295]={
180947  category="lo",
180948  description="CUNEIFORM SIGN SAG",
180949  direction="l",
180950  linebreak="al",
180951  unicodeslot=0x12295,
180952 },
180953 [0x12296]={
180954  category="lo",
180955  description="CUNEIFORM SIGN SAG TIMES A",
180956  direction="l",
180957  linebreak="al",
180958  unicodeslot=0x12296,
180959 },
180960 [0x12297]={
180961  category="lo",
180962  description="CUNEIFORM SIGN SAG TIMES DU",
180963  direction="l",
180964  linebreak="al",
180965  unicodeslot=0x12297,
180966 },
180967 [0x12298]={
180968  category="lo",
180969  description="CUNEIFORM SIGN SAG TIMES DUB",
180970  direction="l",
180971  linebreak="al",
180972  unicodeslot=0x12298,
180973 },
180974 [0x12299]={
180975  category="lo",
180976  description="CUNEIFORM SIGN SAG TIMES HA",
180977  direction="l",
180978  linebreak="al",
180979  unicodeslot=0x12299,
180980 },
180981 [0x1229A]={
180982  category="lo",
180983  description="CUNEIFORM SIGN SAG TIMES KAK",
180984  direction="l",
180985  linebreak="al",
180986  unicodeslot=0x1229A,
180987 },
180988 [0x1229B]={
180989  category="lo",
180990  description="CUNEIFORM SIGN SAG TIMES KUR",
180991  direction="l",
180992  linebreak="al",
180993  unicodeslot=0x1229B,
180994 },
180995 [0x1229C]={
180996  category="lo",
180997  description="CUNEIFORM SIGN SAG TIMES LUM",
180998  direction="l",
180999  linebreak="al",
181000  unicodeslot=0x1229C,
181001 },
181002 [0x1229D]={
181003  category="lo",
181004  description="CUNEIFORM SIGN SAG TIMES MI",
181005  direction="l",
181006  linebreak="al",
181007  unicodeslot=0x1229D,
181008 },
181009 [0x1229E]={
181010  category="lo",
181011  description="CUNEIFORM SIGN SAG TIMES NUN",
181012  direction="l",
181013  linebreak="al",
181014  unicodeslot=0x1229E,
181015 },
181016 [0x1229F]={
181017  category="lo",
181018  description="CUNEIFORM SIGN SAG TIMES SAL",
181019  direction="l",
181020  linebreak="al",
181021  unicodeslot=0x1229F,
181022 },
181023 [0x122A0]={
181024  category="lo",
181025  description="CUNEIFORM SIGN SAG TIMES SHID",
181026  direction="l",
181027  linebreak="al",
181028  unicodeslot=0x122A0,
181029 },
181030 [0x122A1]={
181031  category="lo",
181032  description="CUNEIFORM SIGN SAG TIMES TAB",
181033  direction="l",
181034  linebreak="al",
181035  unicodeslot=0x122A1,
181036 },
181037 [0x122A2]={
181038  category="lo",
181039  description="CUNEIFORM SIGN SAG TIMES U0x0002",
181040  direction="l",
181041  linebreak="al",
181042  unicodeslot=0x122A2,
181043 },
181044 [0x122A3]={
181045  category="lo",
181046  description="CUNEIFORM SIGN SAG TIMES UB",
181047  direction="l",
181048  linebreak="al",
181049  unicodeslot=0x122A3,
181050 },
181051 [0x122A4]={
181052  category="lo",
181053  description="CUNEIFORM SIGN SAG TIMES UM",
181054  direction="l",
181055  linebreak="al",
181056  unicodeslot=0x122A4,
181057 },
181058 [0x122A5]={
181059  category="lo",
181060  description="CUNEIFORM SIGN SAG TIMES UR",
181061  direction="l",
181062  linebreak="al",
181063  unicodeslot=0x122A5,
181064 },
181065 [0x122A6]={
181066  category="lo",
181067  description="CUNEIFORM SIGN SAG TIMES USH",
181068  direction="l",
181069  linebreak="al",
181070  unicodeslot=0x122A6,
181071 },
181072 [0x122A7]={
181073  category="lo",
181074  description="CUNEIFORM SIGN SAG OVER SAG",
181075  direction="l",
181076  linebreak="al",
181077  unicodeslot=0x122A7,
181078 },
181079 [0x122A8]={
181080  category="lo",
181081  description="CUNEIFORM SIGN SAG GUNU",
181082  direction="l",
181083  linebreak="al",
181084  unicodeslot=0x122A8,
181085 },
181086 [0x122A9]={
181087  category="lo",
181088  description="CUNEIFORM SIGN SAL",
181089  direction="l",
181090  linebreak="al",
181091  unicodeslot=0x122A9,
181092 },
181093 [0x122AA]={
181094  category="lo",
181095  description="CUNEIFORM SIGN SAL LAGAB TIMES ASH0x0002",
181096  direction="l",
181097  linebreak="al",
181098  unicodeslot=0x122AA,
181099 },
181100 [0x122AB]={
181101  category="lo",
181102  description="CUNEIFORM SIGN SANGA0x0002",
181103  direction="l",
181104  linebreak="al",
181105  unicodeslot=0x122AB,
181106 },
181107 [0x122AC]={
181108  category="lo",
181109  description="CUNEIFORM SIGN SAR",
181110  direction="l",
181111  linebreak="al",
181112  unicodeslot=0x122AC,
181113 },
181114 [0x122AD]={
181115  category="lo",
181116  description="CUNEIFORM SIGN SHA",
181117  direction="l",
181118  linebreak="al",
181119  unicodeslot=0x122AD,
181120 },
181121 [0x122AE]={
181122  category="lo",
181123  description="CUNEIFORM SIGN SHA0x0003",
181124  direction="l",
181125  linebreak="al",
181126  unicodeslot=0x122AE,
181127 },
181128 [0x122AF]={
181129  category="lo",
181130  description="CUNEIFORM SIGN SHA0x0003 TIMES A",
181131  direction="l",
181132  linebreak="al",
181133  unicodeslot=0x122AF,
181134 },
181135 [0x122B0]={
181136  category="lo",
181137  description="CUNEIFORM SIGN SHA0x0003 TIMES BAD",
181138  direction="l",
181139  linebreak="al",
181140  unicodeslot=0x122B0,
181141 },
181142 [0x122B1]={
181143  category="lo",
181144  description="CUNEIFORM SIGN SHA0x0003 TIMES GISH",
181145  direction="l",
181146  linebreak="al",
181147  unicodeslot=0x122B1,
181148 },
181149 [0x122B2]={
181150  category="lo",
181151  description="CUNEIFORM SIGN SHA0x0003 TIMES NE",
181152  direction="l",
181153  linebreak="al",
181154  unicodeslot=0x122B2,
181155 },
181156 [0x122B3]={
181157  category="lo",
181158  description="CUNEIFORM SIGN SHA0x0003 TIMES SHU0x0002",
181159  direction="l",
181160  linebreak="al",
181161  unicodeslot=0x122B3,
181162 },
181163 [0x122B4]={
181164  category="lo",
181165  description="CUNEIFORM SIGN SHA0x0003 TIMES TUR",
181166  direction="l",
181167  linebreak="al",
181168  unicodeslot=0x122B4,
181169 },
181170 [0x122B5]={
181171  category="lo",
181172  description="CUNEIFORM SIGN SHA0x0003 TIMES U",
181173  direction="l",
181174  linebreak="al",
181175  unicodeslot=0x122B5,
181176 },
181177 [0x122B6]={
181178  category="lo",
181179  description="CUNEIFORM SIGN SHA0x0003 TIMES U PLUS A",
181180  direction="l",
181181  linebreak="al",
181182  unicodeslot=0x122B6,
181183 },
181184 [0x122B7]={
181185  category="lo",
181186  description="CUNEIFORM SIGN SHA0x0006",
181187  direction="l",
181188  linebreak="al",
181189  unicodeslot=0x122B7,
181190 },
181191 [0x122B8]={
181192  category="lo",
181193  description="CUNEIFORM SIGN SHAB0x0006",
181194  direction="l",
181195  linebreak="al",
181196  unicodeslot=0x122B8,
181197 },
181198 [0x122B9]={
181199  category="lo",
181200  description="CUNEIFORM SIGN SHAR0x0002",
181201  direction="l",
181202  linebreak="al",
181203  unicodeslot=0x122B9,
181204 },
181205 [0x122BA]={
181206  category="lo",
181207  description="CUNEIFORM SIGN SHE",
181208  direction="l",
181209  linebreak="al",
181210  unicodeslot=0x122BA,
181211 },
181212 [0x122BB]={
181213  category="lo",
181214  description="CUNEIFORM SIGN SHE HU",
181215  direction="l",
181216  linebreak="al",
181217  unicodeslot=0x122BB,
181218 },
181219 [0x122BC]={
181220  category="lo",
181221  description="CUNEIFORM SIGN SHE OVER SHE GAD OVER GAD GAR OVER GAR",
181222  direction="l",
181223  linebreak="al",
181224  unicodeslot=0x122BC,
181225 },
181226 [0x122BD]={
181227  category="lo",
181228  description="CUNEIFORM SIGN SHE OVER SHE TAB OVER TAB GAR OVER GAR",
181229  direction="l",
181230  linebreak="al",
181231  unicodeslot=0x122BD,
181232 },
181233 [0x122BE]={
181234  category="lo",
181235  description="CUNEIFORM SIGN SHEG0x0009",
181236  direction="l",
181237  linebreak="al",
181238  unicodeslot=0x122BE,
181239 },
181240 [0x122BF]={
181241  category="lo",
181242  description="CUNEIFORM SIGN SHEN",
181243  direction="l",
181244  linebreak="al",
181245  unicodeslot=0x122BF,
181246 },
181247 [0x122C0]={
181248  category="lo",
181249  description="CUNEIFORM SIGN SHESH",
181250  direction="l",
181251  linebreak="al",
181252  unicodeslot=0x122C0,
181253 },
181254 [0x122C1]={
181255  category="lo",
181256  description="CUNEIFORM SIGN SHESH0x0002",
181257  direction="l",
181258  linebreak="al",
181259  unicodeslot=0x122C1,
181260 },
181261 [0x122C2]={
181262  category="lo",
181263  description="CUNEIFORM SIGN SHESHLAM",
181264  direction="l",
181265  linebreak="al",
181266  unicodeslot=0x122C2,
181267 },
181268 [0x122C3]={
181269  category="lo",
181270  description="CUNEIFORM SIGN SHID",
181271  direction="l",
181272  linebreak="al",
181273  unicodeslot=0x122C3,
181274 },
181275 [0x122C4]={
181276  category="lo",
181277  description="CUNEIFORM SIGN SHID TIMES A",
181278  direction="l",
181279  linebreak="al",
181280  unicodeslot=0x122C4,
181281 },
181282 [0x122C5]={
181283  category="lo",
181284  description="CUNEIFORM SIGN SHID TIMES IM",
181285  direction="l",
181286  linebreak="al",
181287  unicodeslot=0x122C5,
181288 },
181289 [0x122C6]={
181290  category="lo",
181291  description="CUNEIFORM SIGN SHIM",
181292  direction="l",
181293  linebreak="al",
181294  unicodeslot=0x122C6,
181295 },
181296 [0x122C7]={
181297  category="lo",
181298  description="CUNEIFORM SIGN SHIM TIMES A",
181299  direction="l",
181300  linebreak="al",
181301  unicodeslot=0x122C7,
181302 },
181303 [0x122C8]={
181304  category="lo",
181305  description="CUNEIFORM SIGN SHIM TIMES BAL",
181306  direction="l",
181307  linebreak="al",
181308  unicodeslot=0x122C8,
181309 },
181310 [0x122C9]={
181311  category="lo",
181312  description="CUNEIFORM SIGN SHIM TIMES BULUG",
181313  direction="l",
181314  linebreak="al",
181315  unicodeslot=0x122C9,
181316 },
181317 [0x122CA]={
181318  category="lo",
181319  description="CUNEIFORM SIGN SHIM TIMES DIN",
181320  direction="l",
181321  linebreak="al",
181322  unicodeslot=0x122CA,
181323 },
181324 [0x122CB]={
181325  category="lo",
181326  description="CUNEIFORM SIGN SHIM TIMES GAR",
181327  direction="l",
181328  linebreak="al",
181329  unicodeslot=0x122CB,
181330 },
181331 [0x122CC]={
181332  category="lo",
181333  description="CUNEIFORM SIGN SHIM TIMES IGI",
181334  direction="l",
181335  linebreak="al",
181336  unicodeslot=0x122CC,
181337 },
181338 [0x122CD]={
181339  category="lo",
181340  description="CUNEIFORM SIGN SHIM TIMES IGI GUNU",
181341  direction="l",
181342  linebreak="al",
181343  unicodeslot=0x122CD,
181344 },
181345 [0x122CE]={
181346  category="lo",
181347  description="CUNEIFORM SIGN SHIM TIMES KUSHU0x0002",
181348  direction="l",
181349  linebreak="al",
181350  unicodeslot=0x122CE,
181351 },
181352 [0x122CF]={
181353  category="lo",
181354  description="CUNEIFORM SIGN SHIM TIMES LUL",
181355  direction="l",
181356  linebreak="al",
181357  unicodeslot=0x122CF,
181358 },
181359 [0x122D0]={
181360  category="lo",
181361  description="CUNEIFORM SIGN SHIM TIMES MUG",
181362  direction="l",
181363  linebreak="al",
181364  unicodeslot=0x122D0,
181365 },
181366 [0x122D1]={
181367  category="lo",
181368  description="CUNEIFORM SIGN SHIM TIMES SAL",
181369  direction="l",
181370  linebreak="al",
181371  unicodeslot=0x122D1,
181372 },
181373 [0x122D2]={
181374  category="lo",
181375  description="CUNEIFORM SIGN SHINIG",
181376  direction="l",
181377  linebreak="al",
181378  unicodeslot=0x122D2,
181379 },
181380 [0x122D3]={
181381  category="lo",
181382  description="CUNEIFORM SIGN SHIR",
181383  direction="l",
181384  linebreak="al",
181385  unicodeslot=0x122D3,
181386 },
181387 [0x122D4]={
181388  category="lo",
181389  description="CUNEIFORM SIGN SHIR TENU",
181390  direction="l",
181391  linebreak="al",
181392  unicodeslot=0x122D4,
181393 },
181394 [0x122D5]={
181395  category="lo",
181396  description="CUNEIFORM SIGN SHIR OVER SHIR BUR OVER BUR",
181397  direction="l",
181398  linebreak="al",
181399  unicodeslot=0x122D5,
181400 },
181401 [0x122D6]={
181402  category="lo",
181403  description="CUNEIFORM SIGN SHITA",
181404  direction="l",
181405  linebreak="al",
181406  unicodeslot=0x122D6,
181407 },
181408 [0x122D7]={
181409  category="lo",
181410  description="CUNEIFORM SIGN SHU",
181411  direction="l",
181412  linebreak="al",
181413  unicodeslot=0x122D7,
181414 },
181415 [0x122D8]={
181416  category="lo",
181417  description="CUNEIFORM SIGN SHU OVER INVERTED SHU",
181418  direction="l",
181419  linebreak="al",
181420  unicodeslot=0x122D8,
181421 },
181422 [0x122D9]={
181423  category="lo",
181424  description="CUNEIFORM SIGN SHU0x0002",
181425  direction="l",
181426  linebreak="al",
181427  unicodeslot=0x122D9,
181428 },
181429 [0x122DA]={
181430  category="lo",
181431  description="CUNEIFORM SIGN SHUBUR",
181432  direction="l",
181433  linebreak="al",
181434  unicodeslot=0x122DA,
181435 },
181436 [0x122DB]={
181437  category="lo",
181438  description="CUNEIFORM SIGN SI",
181439  direction="l",
181440  linebreak="al",
181441  unicodeslot=0x122DB,
181442 },
181443 [0x122DC]={
181444  category="lo",
181445  description="CUNEIFORM SIGN SI GUNU",
181446  direction="l",
181447  linebreak="al",
181448  unicodeslot=0x122DC,
181449 },
181450 [0x122DD]={
181451  category="lo",
181452  description="CUNEIFORM SIGN SIG",
181453  direction="l",
181454  linebreak="al",
181455  unicodeslot=0x122DD,
181456 },
181457 [0x122DE]={
181458  category="lo",
181459  description="CUNEIFORM SIGN SIG0x0004",
181460  direction="l",
181461  linebreak="al",
181462  unicodeslot=0x122DE,
181463 },
181464 [0x122DF]={
181465  category="lo",
181466  description="CUNEIFORM SIGN SIG0x0004 OVER SIG0x0004 SHU0x0002",
181467  direction="l",
181468  linebreak="al",
181469  unicodeslot=0x122DF,
181470 },
181471 [0x122E0]={
181472  category="lo",
181473  description="CUNEIFORM SIGN SIK0x0002",
181474  direction="l",
181475  linebreak="al",
181476  unicodeslot=0x122E0,
181477 },
181478 [0x122E1]={
181479  category="lo",
181480  description="CUNEIFORM SIGN SILA0x0003",
181481  direction="l",
181482  linebreak="al",
181483  unicodeslot=0x122E1,
181484 },
181485 [0x122E2]={
181486  category="lo",
181487  description="CUNEIFORM SIGN SU",
181488  direction="l",
181489  linebreak="al",
181490  unicodeslot=0x122E2,
181491 },
181492 [0x122E3]={
181493  category="lo",
181494  description="CUNEIFORM SIGN SU OVER SU",
181495  direction="l",
181496  linebreak="al",
181497  unicodeslot=0x122E3,
181498 },
181499 [0x122E4]={
181500  category="lo",
181501  description="CUNEIFORM SIGN SUD",
181502  direction="l",
181503  linebreak="al",
181504  unicodeslot=0x122E4,
181505 },
181506 [0x122E5]={
181507  category="lo",
181508  description="CUNEIFORM SIGN SUD0x0002",
181509  direction="l",
181510  linebreak="al",
181511  unicodeslot=0x122E5,
181512 },
181513 [0x122E6]={
181514  category="lo",
181515  description="CUNEIFORM SIGN SUHUR",
181516  direction="l",
181517  linebreak="al",
181518  unicodeslot=0x122E6,
181519 },
181520 [0x122E7]={
181521  category="lo",
181522  description="CUNEIFORM SIGN SUM",
181523  direction="l",
181524  linebreak="al",
181525  unicodeslot=0x122E7,
181526 },
181527 [0x122E8]={
181528  category="lo",
181529  description="CUNEIFORM SIGN SUMASH",
181530  direction="l",
181531  linebreak="al",
181532  unicodeslot=0x122E8,
181533 },
181534 [0x122E9]={
181535  category="lo",
181536  description="CUNEIFORM SIGN SUR",
181537  direction="l",
181538  linebreak="al",
181539  unicodeslot=0x122E9,
181540 },
181541 [0x122EA]={
181542  category="lo",
181543  description="CUNEIFORM SIGN SUR0x0009",
181544  direction="l",
181545  linebreak="al",
181546  unicodeslot=0x122EA,
181547 },
181548 [0x122EB]={
181549  category="lo",
181550  description="CUNEIFORM SIGN TA",
181551  direction="l",
181552  linebreak="al",
181553  unicodeslot=0x122EB,
181554 },
181555 [0x122EC]={
181556  category="lo",
181557  description="CUNEIFORM SIGN TA ASTERISK",
181558  direction="l",
181559  linebreak="al",
181560  unicodeslot=0x122EC,
181561 },
181562 [0x122ED]={
181563  category="lo",
181564  description="CUNEIFORM SIGN TA TIMES HI",
181565  direction="l",
181566  linebreak="al",
181567  unicodeslot=0x122ED,
181568 },
181569 [0x122EE]={
181570  category="lo",
181571  description="CUNEIFORM SIGN TA TIMES MI",
181572  direction="l",
181573  linebreak="al",
181574  unicodeslot=0x122EE,
181575 },
181576 [0x122EF]={
181577  category="lo",
181578  description="CUNEIFORM SIGN TA GUNU",
181579  direction="l",
181580  linebreak="al",
181581  unicodeslot=0x122EF,
181582 },
181583 [0x122F0]={
181584  category="lo",
181585  description="CUNEIFORM SIGN TAB",
181586  direction="l",
181587  linebreak="al",
181588  unicodeslot=0x122F0,
181589 },
181590 [0x122F1]={
181591  category="lo",
181592  description="CUNEIFORM SIGN TAB OVER TAB NI OVER NI DISH OVER DISH",
181593  direction="l",
181594  linebreak="al",
181595  unicodeslot=0x122F1,
181596 },
181597 [0x122F2]={
181598  category="lo",
181599  description="CUNEIFORM SIGN TAB SQUARED",
181600  direction="l",
181601  linebreak="al",
181602  unicodeslot=0x122F2,
181603 },
181604 [0x122F3]={
181605  category="lo",
181606  description="CUNEIFORM SIGN TAG",
181607  direction="l",
181608  linebreak="al",
181609  unicodeslot=0x122F3,
181610 },
181611 [0x122F4]={
181612  category="lo",
181613  description="CUNEIFORM SIGN TAG TIMES BI",
181614  direction="l",
181615  linebreak="al",
181616  unicodeslot=0x122F4,
181617 },
181618 [0x122F5]={
181619  category="lo",
181620  description="CUNEIFORM SIGN TAG TIMES GUD",
181621  direction="l",
181622  linebreak="al",
181623  unicodeslot=0x122F5,
181624 },
181625 [0x122F6]={
181626  category="lo",
181627  description="CUNEIFORM SIGN TAG TIMES SHE",
181628  direction="l",
181629  linebreak="al",
181630  unicodeslot=0x122F6,
181631 },
181632 [0x122F7]={
181633  category="lo",
181634  description="CUNEIFORM SIGN TAG TIMES SHU",
181635  direction="l",
181636  linebreak="al",
181637  unicodeslot=0x122F7,
181638 },
181639 [0x122F8]={
181640  category="lo",
181641  description="CUNEIFORM SIGN TAG TIMES TUG0x0002",
181642  direction="l",
181643  linebreak="al",
181644  unicodeslot=0x122F8,
181645 },
181646 [0x122F9]={
181647  category="lo",
181648  description="CUNEIFORM SIGN TAG TIMES UD",
181649  direction="l",
181650  linebreak="al",
181651  unicodeslot=0x122F9,
181652 },
181653 [0x122FA]={
181654  category="lo",
181655  description="CUNEIFORM SIGN TAK0x0004",
181656  direction="l",
181657  linebreak="al",
181658  unicodeslot=0x122FA,
181659 },
181660 [0x122FB]={
181661  category="lo",
181662  description="CUNEIFORM SIGN TAR",
181663  direction="l",
181664  linebreak="al",
181665  unicodeslot=0x122FB,
181666 },
181667 [0x122FC]={
181668  category="lo",
181669  description="CUNEIFORM SIGN TE",
181670  direction="l",
181671  linebreak="al",
181672  unicodeslot=0x122FC,
181673 },
181674 [0x122FD]={
181675  category="lo",
181676  description="CUNEIFORM SIGN TE GUNU",
181677  direction="l",
181678  linebreak="al",
181679  unicodeslot=0x122FD,
181680 },
181681 [0x122FE]={
181682  category="lo",
181683  description="CUNEIFORM SIGN TI",
181684  direction="l",
181685  linebreak="al",
181686  unicodeslot=0x122FE,
181687 },
181688 [0x122FF]={
181689  category="lo",
181690  description="CUNEIFORM SIGN TI TENU",
181691  direction="l",
181692  linebreak="al",
181693  unicodeslot=0x122FF,
181694 },
181695 [0x12300]={
181696  category="lo",
181697  description="CUNEIFORM SIGN TIL",
181698  direction="l",
181699  linebreak="al",
181700  unicodeslot=0x12300,
181701 },
181702 [0x12301]={
181703  category="lo",
181704  description="CUNEIFORM SIGN TIR",
181705  direction="l",
181706  linebreak="al",
181707  unicodeslot=0x12301,
181708 },
181709 [0x12302]={
181710  category="lo",
181711  description="CUNEIFORM SIGN TIR TIMES TAK0x0004",
181712  direction="l",
181713  linebreak="al",
181714  unicodeslot=0x12302,
181715 },
181716 [0x12303]={
181717  category="lo",
181718  description="CUNEIFORM SIGN TIR OVER TIR",
181719  direction="l",
181720  linebreak="al",
181721  unicodeslot=0x12303,
181722 },
181723 [0x12304]={
181724  category="lo",
181725  description="CUNEIFORM SIGN TIR OVER TIR GAD OVER GAD GAR OVER GAR",
181726  direction="l",
181727  linebreak="al",
181728  unicodeslot=0x12304,
181729 },
181730 [0x12305]={
181731  category="lo",
181732  description="CUNEIFORM SIGN TU",
181733  direction="l",
181734  linebreak="al",
181735  unicodeslot=0x12305,
181736 },
181737 [0x12306]={
181738  category="lo",
181739  description="CUNEIFORM SIGN TUG0x0002",
181740  direction="l",
181741  linebreak="al",
181742  unicodeslot=0x12306,
181743 },
181744 [0x12307]={
181745  category="lo",
181746  description="CUNEIFORM SIGN TUK",
181747  direction="l",
181748  linebreak="al",
181749  unicodeslot=0x12307,
181750 },
181751 [0x12308]={
181752  category="lo",
181753  description="CUNEIFORM SIGN TUM",
181754  direction="l",
181755  linebreak="al",
181756  unicodeslot=0x12308,
181757 },
181758 [0x12309]={
181759  category="lo",
181760  description="CUNEIFORM SIGN TUR",
181761  direction="l",
181762  linebreak="al",
181763  unicodeslot=0x12309,
181764 },
181765 [0x1230A]={
181766  category="lo",
181767  description="CUNEIFORM SIGN TUR OVER TUR ZA OVER ZA",
181768  direction="l",
181769  linebreak="al",
181770  unicodeslot=0x1230A,
181771 },
181772 [0x1230B]={
181773  category="lo",
181774  description="CUNEIFORM SIGN U",
181775  direction="l",
181776  linebreak="al",
181777  unicodeslot=0x1230B,
181778 },
181779 [0x1230C]={
181780  category="lo",
181781  description="CUNEIFORM SIGN U GUD",
181782  direction="l",
181783  linebreak="al",
181784  unicodeslot=0x1230C,
181785 },
181786 [0x1230D]={
181787  category="lo",
181788  description="CUNEIFORM SIGN U U U",
181789  direction="l",
181790  linebreak="al",
181791  unicodeslot=0x1230D,
181792 },
181793 [0x1230E]={
181794  category="lo",
181795  description="CUNEIFORM SIGN U OVER U PA OVER PA GAR OVER GAR",
181796  direction="l",
181797  linebreak="al",
181798  unicodeslot=0x1230E,
181799 },
181800 [0x1230F]={
181801  category="lo",
181802  description="CUNEIFORM SIGN U OVER U SUR OVER SUR",
181803  direction="l",
181804  linebreak="al",
181805  unicodeslot=0x1230F,
181806 },
181807 [0x12310]={
181808  category="lo",
181809  description="CUNEIFORM SIGN U OVER U U REVERSED OVER U REVERSED",
181810  direction="l",
181811  linebreak="al",
181812  unicodeslot=0x12310,
181813 },
181814 [0x12311]={
181815  category="lo",
181816  description="CUNEIFORM SIGN U0x0002",
181817  direction="l",
181818  linebreak="al",
181819  unicodeslot=0x12311,
181820 },
181821 [0x12312]={
181822  category="lo",
181823  description="CUNEIFORM SIGN UB",
181824  direction="l",
181825  linebreak="al",
181826  unicodeslot=0x12312,
181827 },
181828 [0x12313]={
181829  category="lo",
181830  description="CUNEIFORM SIGN UD",
181831  direction="l",
181832  linebreak="al",
181833  unicodeslot=0x12313,
181834 },
181835 [0x12314]={
181836  category="lo",
181837  description="CUNEIFORM SIGN UD KUSHU0x0002",
181838  direction="l",
181839  linebreak="al",
181840  unicodeslot=0x12314,
181841 },
181842 [0x12315]={
181843  category="lo",
181844  description="CUNEIFORM SIGN UD TIMES BAD",
181845  direction="l",
181846  linebreak="al",
181847  unicodeslot=0x12315,
181848 },
181849 [0x12316]={
181850  category="lo",
181851  description="CUNEIFORM SIGN UD TIMES MI",
181852  direction="l",
181853  linebreak="al",
181854  unicodeslot=0x12316,
181855 },
181856 [0x12317]={
181857  category="lo",
181858  description="CUNEIFORM SIGN UD TIMES U PLUS U PLUS U",
181859  direction="l",
181860  linebreak="al",
181861  unicodeslot=0x12317,
181862 },
181863 [0x12318]={
181864  category="lo",
181865  description="CUNEIFORM SIGN UD TIMES U PLUS U PLUS U GUNU",
181866  direction="l",
181867  linebreak="al",
181868  unicodeslot=0x12318,
181869 },
181870 [0x12319]={
181871  category="lo",
181872  description="CUNEIFORM SIGN UD GUNU",
181873  direction="l",
181874  linebreak="al",
181875  unicodeslot=0x12319,
181876 },
181877 [0x1231A]={
181878  category="lo",
181879  description="CUNEIFORM SIGN UD SHESHIG",
181880  direction="l",
181881  linebreak="al",
181882  unicodeslot=0x1231A,
181883 },
181884 [0x1231B]={
181885  category="lo",
181886  description="CUNEIFORM SIGN UD SHESHIG TIMES BAD",
181887  direction="l",
181888  linebreak="al",
181889  unicodeslot=0x1231B,
181890 },
181891 [0x1231C]={
181892  category="lo",
181893  description="CUNEIFORM SIGN UDUG",
181894  direction="l",
181895  linebreak="al",
181896  unicodeslot=0x1231C,
181897 },
181898 [0x1231D]={
181899  category="lo",
181900  description="CUNEIFORM SIGN UM",
181901  direction="l",
181902  linebreak="al",
181903  unicodeslot=0x1231D,
181904 },
181905 [0x1231E]={
181906  category="lo",
181907  description="CUNEIFORM SIGN UM TIMES LAGAB",
181908  direction="l",
181909  linebreak="al",
181910  unicodeslot=0x1231E,
181911 },
181912 [0x1231F]={
181913  category="lo",
181914  description="CUNEIFORM SIGN UM TIMES ME PLUS DA",
181915  direction="l",
181916  linebreak="al",
181917  unicodeslot=0x1231F,
181918 },
181919 [0x12320]={
181920  category="lo",
181921  description="CUNEIFORM SIGN UM TIMES SHA0x0003",
181922  direction="l",
181923  linebreak="al",
181924  unicodeslot=0x12320,
181925 },
181926 [0x12321]={
181927  category="lo",
181928  description="CUNEIFORM SIGN UM TIMES U",
181929  direction="l",
181930  linebreak="al",
181931  unicodeslot=0x12321,
181932 },
181933 [0x12322]={
181934  category="lo",
181935  description="CUNEIFORM SIGN UMBIN",
181936  direction="l",
181937  linebreak="al",
181938  unicodeslot=0x12322,
181939 },
181940 [0x12323]={
181941  category="lo",
181942  description="CUNEIFORM SIGN UMUM",
181943  direction="l",
181944  linebreak="al",
181945  unicodeslot=0x12323,
181946 },
181947 [0x12324]={
181948  category="lo",
181949  description="CUNEIFORM SIGN UMUM TIMES KASKAL",
181950  direction="l",
181951  linebreak="al",
181952  unicodeslot=0x12324,
181953 },
181954 [0x12325]={
181955  category="lo",
181956  description="CUNEIFORM SIGN UMUM TIMES PA",
181957  direction="l",
181958  linebreak="al",
181959  unicodeslot=0x12325,
181960 },
181961 [0x12326]={
181962  category="lo",
181963  description="CUNEIFORM SIGN UN",
181964  direction="l",
181965  linebreak="al",
181966  unicodeslot=0x12326,
181967 },
181968 [0x12327]={
181969  category="lo",
181970  description="CUNEIFORM SIGN UN GUNU",
181971  direction="l",
181972  linebreak="al",
181973  unicodeslot=0x12327,
181974 },
181975 [0x12328]={
181976  category="lo",
181977  description="CUNEIFORM SIGN UR",
181978  direction="l",
181979  linebreak="al",
181980  unicodeslot=0x12328,
181981 },
181982 [0x12329]={
181983  category="lo",
181984  description="CUNEIFORM SIGN UR CROSSING UR",
181985  direction="l",
181986  linebreak="al",
181987  unicodeslot=0x12329,
181988 },
181989 [0x1232A]={
181990  category="lo",
181991  description="CUNEIFORM SIGN UR SHESHIG",
181992  direction="l",
181993  linebreak="al",
181994  unicodeslot=0x1232A,
181995 },
181996 [0x1232B]={
181997  category="lo",
181998  description="CUNEIFORM SIGN UR0x0002",
181999  direction="l",
182000  linebreak="al",
182001  unicodeslot=0x1232B,
182002 },
182003 [0x1232C]={
182004  category="lo",
182005  description="CUNEIFORM SIGN UR0x0002 TIMES A PLUS HA",
182006  direction="l",
182007  linebreak="al",
182008  unicodeslot=0x1232C,
182009 },
182010 [0x1232D]={
182011  category="lo",
182012  description="CUNEIFORM SIGN UR0x0002 TIMES A PLUS NA",
182013  direction="l",
182014  linebreak="al",
182015  unicodeslot=0x1232D,
182016 },
182017 [0x1232E]={
182018  category="lo",
182019  description="CUNEIFORM SIGN UR0x0002 TIMES AL",
182020  direction="l",
182021  linebreak="al",
182022  unicodeslot=0x1232E,
182023 },
182024 [0x1232F]={
182025  category="lo",
182026  description="CUNEIFORM SIGN UR0x0002 TIMES HA",
182027  direction="l",
182028  linebreak="al",
182029  unicodeslot=0x1232F,
182030 },
182031 [0x12330]={
182032  category="lo",
182033  description="CUNEIFORM SIGN UR0x0002 TIMES NUN",
182034  direction="l",
182035  linebreak="al",
182036  unicodeslot=0x12330,
182037 },
182038 [0x12331]={
182039  category="lo",
182040  description="CUNEIFORM SIGN UR0x0002 TIMES U0x0002",
182041  direction="l",
182042  linebreak="al",
182043  unicodeslot=0x12331,
182044 },
182045 [0x12332]={
182046  category="lo",
182047  description="CUNEIFORM SIGN UR0x0002 TIMES U0x0002 PLUS ASH",
182048  direction="l",
182049  linebreak="al",
182050  unicodeslot=0x12332,
182051 },
182052 [0x12333]={
182053  category="lo",
182054  description="CUNEIFORM SIGN UR0x0002 TIMES U0x0002 PLUS BI",
182055  direction="l",
182056  linebreak="al",
182057  unicodeslot=0x12333,
182058 },
182059 [0x12334]={
182060  category="lo",
182061  description="CUNEIFORM SIGN UR0x0004",
182062  direction="l",
182063  linebreak="al",
182064  unicodeslot=0x12334,
182065 },
182066 [0x12335]={
182067  category="lo",
182068  description="CUNEIFORM SIGN URI",
182069  direction="l",
182070  linebreak="al",
182071  unicodeslot=0x12335,
182072 },
182073 [0x12336]={
182074  category="lo",
182075  description="CUNEIFORM SIGN URI0x0003",
182076  direction="l",
182077  linebreak="al",
182078  unicodeslot=0x12336,
182079 },
182080 [0x12337]={
182081  category="lo",
182082  description="CUNEIFORM SIGN URU",
182083  direction="l",
182084  linebreak="al",
182085  unicodeslot=0x12337,
182086 },
182087 [0x12338]={
182088  category="lo",
182089  description="CUNEIFORM SIGN URU TIMES A",
182090  direction="l",
182091  linebreak="al",
182092  unicodeslot=0x12338,
182093 },
182094 [0x12339]={
182095  category="lo",
182096  description="CUNEIFORM SIGN URU TIMES ASHGAB",
182097  direction="l",
182098  linebreak="al",
182099  unicodeslot=0x12339,
182100 },
182101 [0x1233A]={
182102  category="lo",
182103  description="CUNEIFORM SIGN URU TIMES BAR",
182104  direction="l",
182105  linebreak="al",
182106  unicodeslot=0x1233A,
182107 },
182108 [0x1233B]={
182109  category="lo",
182110  description="CUNEIFORM SIGN URU TIMES DUN",
182111  direction="l",
182112  linebreak="al",
182113  unicodeslot=0x1233B,
182114 },
182115 [0x1233C]={
182116  category="lo",
182117  description="CUNEIFORM SIGN URU TIMES GA",
182118  direction="l",
182119  linebreak="al",
182120  unicodeslot=0x1233C,
182121 },
182122 [0x1233D]={
182123  category="lo",
182124  description="CUNEIFORM SIGN URU TIMES GAL",
182125  direction="l",
182126  linebreak="al",
182127  unicodeslot=0x1233D,
182128 },
182129 [0x1233E]={
182130  category="lo",
182131  description="CUNEIFORM SIGN URU TIMES GAN0x0002 TENU",
182132  direction="l",
182133  linebreak="al",
182134  unicodeslot=0x1233E,
182135 },
182136 [0x1233F]={
182137  category="lo",
182138  description="CUNEIFORM SIGN URU TIMES GAR",
182139  direction="l",
182140  linebreak="al",
182141  unicodeslot=0x1233F,
182142 },
182143 [0x12340]={
182144  category="lo",
182145  description="CUNEIFORM SIGN URU TIMES GU",
182146  direction="l",
182147  linebreak="al",
182148  unicodeslot=0x12340,
182149 },
182150 [0x12341]={
182151  category="lo",
182152  description="CUNEIFORM SIGN URU TIMES HA",
182153  direction="l",
182154  linebreak="al",
182155  unicodeslot=0x12341,
182156 },
182157 [0x12342]={
182158  category="lo",
182159  description="CUNEIFORM SIGN URU TIMES IGI",
182160  direction="l",
182161  linebreak="al",
182162  unicodeslot=0x12342,
182163 },
182164 [0x12343]={
182165  category="lo",
182166  description="CUNEIFORM SIGN URU TIMES IM",
182167  direction="l",
182168  linebreak="al",
182169  unicodeslot=0x12343,
182170 },
182171 [0x12344]={
182172  category="lo",
182173  description="CUNEIFORM SIGN URU TIMES ISH",
182174  direction="l",
182175  linebreak="al",
182176  unicodeslot=0x12344,
182177 },
182178 [0x12345]={
182179  category="lo",
182180  description="CUNEIFORM SIGN URU TIMES KI",
182181  direction="l",
182182  linebreak="al",
182183  unicodeslot=0x12345,
182184 },
182185 [0x12346]={
182186  category="lo",
182187  description="CUNEIFORM SIGN URU TIMES LUM",
182188  direction="l",
182189  linebreak="al",
182190  unicodeslot=0x12346,
182191 },
182192 [0x12347]={
182193  category="lo",
182194  description="CUNEIFORM SIGN URU TIMES MIN",
182195  direction="l",
182196  linebreak="al",
182197  unicodeslot=0x12347,
182198 },
182199 [0x12348]={
182200  category="lo",
182201  description="CUNEIFORM SIGN URU TIMES PA",
182202  direction="l",
182203  linebreak="al",
182204  unicodeslot=0x12348,
182205 },
182206 [0x12349]={
182207  category="lo",
182208  description="CUNEIFORM SIGN URU TIMES SHE",
182209  direction="l",
182210  linebreak="al",
182211  unicodeslot=0x12349,
182212 },
182213 [0x1234A]={
182214  category="lo",
182215  description="CUNEIFORM SIGN URU TIMES SIG0x0004",
182216  direction="l",
182217  linebreak="al",
182218  unicodeslot=0x1234A,
182219 },
182220 [0x1234B]={
182221  category="lo",
182222  description="CUNEIFORM SIGN URU TIMES TU",
182223  direction="l",
182224  linebreak="al",
182225  unicodeslot=0x1234B,
182226 },
182227 [0x1234C]={
182228  category="lo",
182229  description="CUNEIFORM SIGN URU TIMES U PLUS GUD",
182230  direction="l",
182231  linebreak="al",
182232  unicodeslot=0x1234C,
182233 },
182234 [0x1234D]={
182235  category="lo",
182236  description="CUNEIFORM SIGN URU TIMES UD",
182237  direction="l",
182238  linebreak="al",
182239  unicodeslot=0x1234D,
182240 },
182241 [0x1234E]={
182242  category="lo",
182243  description="CUNEIFORM SIGN URU TIMES URUDA",
182244  direction="l",
182245  linebreak="al",
182246  unicodeslot=0x1234E,
182247 },
182248 [0x1234F]={
182249  category="lo",
182250  description="CUNEIFORM SIGN URUDA",
182251  direction="l",
182252  linebreak="al",
182253  unicodeslot=0x1234F,
182254 },
182255 [0x12350]={
182256  category="lo",
182257  description="CUNEIFORM SIGN URUDA TIMES U",
182258  direction="l",
182259  linebreak="al",
182260  unicodeslot=0x12350,
182261 },
182262 [0x12351]={
182263  category="lo",
182264  description="CUNEIFORM SIGN USH",
182265  direction="l",
182266  linebreak="al",
182267  unicodeslot=0x12351,
182268 },
182269 [0x12352]={
182270  category="lo",
182271  description="CUNEIFORM SIGN USH TIMES A",
182272  direction="l",
182273  linebreak="al",
182274  unicodeslot=0x12352,
182275 },
182276 [0x12353]={
182277  category="lo",
182278  description="CUNEIFORM SIGN USH TIMES KU",
182279  direction="l",
182280  linebreak="al",
182281  unicodeslot=0x12353,
182282 },
182283 [0x12354]={
182284  category="lo",
182285  description="CUNEIFORM SIGN USH TIMES KUR",
182286  direction="l",
182287  linebreak="al",
182288  unicodeslot=0x12354,
182289 },
182290 [0x12355]={
182291  category="lo",
182292  description="CUNEIFORM SIGN USH TIMES TAK0x0004",
182293  direction="l",
182294  linebreak="al",
182295  unicodeslot=0x12355,
182296 },
182297 [0x12356]={
182298  category="lo",
182299  description="CUNEIFORM SIGN USHX",
182300  direction="l",
182301  linebreak="al",
182302  unicodeslot=0x12356,
182303 },
182304 [0x12357]={
182305  category="lo",
182306  description="CUNEIFORM SIGN USH0x0002",
182307  direction="l",
182308  linebreak="al",
182309  unicodeslot=0x12357,
182310 },
182311 [0x12358]={
182312  category="lo",
182313  description="CUNEIFORM SIGN USHUMX",
182314  direction="l",
182315  linebreak="al",
182316  unicodeslot=0x12358,
182317 },
182318 [0x12359]={
182319  category="lo",
182320  description="CUNEIFORM SIGN UTUKI",
182321  direction="l",
182322  linebreak="al",
182323  unicodeslot=0x12359,
182324 },
182325 [0x1235A]={
182326  category="lo",
182327  description="CUNEIFORM SIGN UZ0x0003",
182328  direction="l",
182329  linebreak="al",
182330  unicodeslot=0x1235A,
182331 },
182332 [0x1235B]={
182333  category="lo",
182334  description="CUNEIFORM SIGN UZ0x0003 TIMES KASKAL",
182335  direction="l",
182336  linebreak="al",
182337  unicodeslot=0x1235B,
182338 },
182339 [0x1235C]={
182340  category="lo",
182341  description="CUNEIFORM SIGN UZU",
182342  direction="l",
182343  linebreak="al",
182344  unicodeslot=0x1235C,
182345 },
182346 [0x1235D]={
182347  category="lo",
182348  description="CUNEIFORM SIGN ZA",
182349  direction="l",
182350  linebreak="al",
182351  unicodeslot=0x1235D,
182352 },
182353 [0x1235E]={
182354  category="lo",
182355  description="CUNEIFORM SIGN ZA TENU",
182356  direction="l",
182357  linebreak="al",
182358  unicodeslot=0x1235E,
182359 },
182360 [0x1235F]={
182361  category="lo",
182362  description="CUNEIFORM SIGN ZA SQUARED TIMES KUR",
182363  direction="l",
182364  linebreak="al",
182365  unicodeslot=0x1235F,
182366 },
182367 [0x12360]={
182368  category="lo",
182369  description="CUNEIFORM SIGN ZAG",
182370  direction="l",
182371  linebreak="al",
182372  unicodeslot=0x12360,
182373 },
182374 [0x12361]={
182375  category="lo",
182376  description="CUNEIFORM SIGN ZAMX",
182377  direction="l",
182378  linebreak="al",
182379  unicodeslot=0x12361,
182380 },
182381 [0x12362]={
182382  category="lo",
182383  description="CUNEIFORM SIGN ZE0x0002",
182384  direction="l",
182385  linebreak="al",
182386  unicodeslot=0x12362,
182387 },
182388 [0x12363]={
182389  category="lo",
182390  description="CUNEIFORM SIGN ZI",
182391  direction="l",
182392  linebreak="al",
182393  unicodeslot=0x12363,
182394 },
182395 [0x12364]={
182396  category="lo",
182397  description="CUNEIFORM SIGN ZI OVER ZI",
182398  direction="l",
182399  linebreak="al",
182400  unicodeslot=0x12364,
182401 },
182402 [0x12365]={
182403  category="lo",
182404  description="CUNEIFORM SIGN ZI0x0003",
182405  direction="l",
182406  linebreak="al",
182407  unicodeslot=0x12365,
182408 },
182409 [0x12366]={
182410  category="lo",
182411  description="CUNEIFORM SIGN ZIB",
182412  direction="l",
182413  linebreak="al",
182414  unicodeslot=0x12366,
182415 },
182416 [0x12367]={
182417  category="lo",
182418  description="CUNEIFORM SIGN ZIB KABA TENU",
182419  direction="l",
182420  linebreak="al",
182421  unicodeslot=0x12367,
182422 },
182423 [0x12368]={
182424  category="lo",
182425  description="CUNEIFORM SIGN ZIG",
182426  direction="l",
182427  linebreak="al",
182428  unicodeslot=0x12368,
182429 },
182430 [0x12369]={
182431  category="lo",
182432  description="CUNEIFORM SIGN ZIZ0x0002",
182433  direction="l",
182434  linebreak="al",
182435  unicodeslot=0x12369,
182436 },
182437 [0x1236A]={
182438  category="lo",
182439  description="CUNEIFORM SIGN ZU",
182440  direction="l",
182441  linebreak="al",
182442  unicodeslot=0x1236A,
182443 },
182444 [0x1236B]={
182445  category="lo",
182446  description="CUNEIFORM SIGN ZU0x0005",
182447  direction="l",
182448  linebreak="al",
182449  unicodeslot=0x1236B,
182450 },
182451 [0x1236C]={
182452  category="lo",
182453  description="CUNEIFORM SIGN ZU0x0005 TIMES A",
182454  direction="l",
182455  linebreak="al",
182456  unicodeslot=0x1236C,
182457 },
182458 [0x1236D]={
182459  category="lo",
182460  description="CUNEIFORM SIGN ZUBUR",
182461  direction="l",
182462  linebreak="al",
182463  unicodeslot=0x1236D,
182464 },
182465 [0x1236E]={
182466  category="lo",
182467  description="CUNEIFORM SIGN ZUM",
182468  direction="l",
182469  linebreak="al",
182470  unicodeslot=0x1236E,
182471 },
182472 [0x1236F]={
182473  category="lo",
182474  description="CUNEIFORM SIGN KAP ELAMITE",
182475  direction="l",
182476  linebreak="al",
182477  unicodeslot=0x1236F,
182478 },
182479 [0x12370]={
182480  category="lo",
182481  description="CUNEIFORM SIGN AB TIMES NUN",
182482  direction="l",
182483  linebreak="al",
182484  unicodeslot=0x12370,
182485 },
182486 [0x12371]={
182487  category="lo",
182488  description="CUNEIFORM SIGN AB2 TIMES A",
182489  direction="l",
182490  linebreak="al",
182491  unicodeslot=0x12371,
182492 },
182493 [0x12372]={
182494  category="lo",
182495  description="CUNEIFORM SIGN AMAR TIMES KUG",
182496  direction="l",
182497  linebreak="al",
182498  unicodeslot=0x12372,
182499 },
182500 [0x12373]={
182501  category="lo",
182502  description="CUNEIFORM SIGN DAG KISIM5 TIMES U2 PLUS MASH",
182503  direction="l",
182504  linebreak="al",
182505  unicodeslot=0x12373,
182506 },
182507 [0x12374]={
182508  category="lo",
182509  description="CUNEIFORM SIGN DAG3",
182510  direction="l",
182511  linebreak="al",
182512  unicodeslot=0x12374,
182513 },
182514 [0x12375]={
182515  category="lo",
182516  description="CUNEIFORM SIGN DISH PLUS SHU",
182517  direction="l",
182518  linebreak="al",
182519  unicodeslot=0x12375,
182520 },
182521 [0x12376]={
182522  category="lo",
182523  description="CUNEIFORM SIGN DUB TIMES SHE",
182524  direction="l",
182525  linebreak="al",
182526  unicodeslot=0x12376,
182527 },
182528 [0x12377]={
182529  category="lo",
182530  description="CUNEIFORM SIGN EZEN TIMES GUD",
182531  direction="l",
182532  linebreak="al",
182533  unicodeslot=0x12377,
182534 },
182535 [0x12378]={
182536  category="lo",
182537  description="CUNEIFORM SIGN EZEN TIMES SHE",
182538  direction="l",
182539  linebreak="al",
182540  unicodeslot=0x12378,
182541 },
182542 [0x12379]={
182543  category="lo",
182544  description="CUNEIFORM SIGN GA2 TIMES AN PLUS KAK PLUS A",
182545  direction="l",
182546  linebreak="al",
182547  unicodeslot=0x12379,
182548 },
182549 [0x1237A]={
182550  category="lo",
182551  description="CUNEIFORM SIGN GA2 TIMES ASH2",
182552  direction="l",
182553  linebreak="al",
182554  unicodeslot=0x1237A,
182555 },
182556 [0x1237B]={
182557  category="lo",
182558  description="CUNEIFORM SIGN GE22",
182559  direction="l",
182560  linebreak="al",
182561  unicodeslot=0x1237B,
182562 },
182563 [0x1237C]={
182564  category="lo",
182565  description="CUNEIFORM SIGN GIG",
182566  direction="l",
182567  linebreak="al",
182568  unicodeslot=0x1237C,
182569 },
182570 [0x1237D]={
182571  category="lo",
182572  description="CUNEIFORM SIGN HUSH",
182573  direction="l",
182574  linebreak="al",
182575  unicodeslot=0x1237D,
182576 },
182577 [0x1237E]={
182578  category="lo",
182579  description="CUNEIFORM SIGN KA TIMES ANSHE",
182580  direction="l",
182581  linebreak="al",
182582  unicodeslot=0x1237E,
182583 },
182584 [0x1237F]={
182585  category="lo",
182586  description="CUNEIFORM SIGN KA TIMES ASH3",
182587  direction="l",
182588  linebreak="al",
182589  unicodeslot=0x1237F,
182590 },
182591 [0x12380]={
182592  category="lo",
182593  description="CUNEIFORM SIGN KA TIMES GISH",
182594  direction="l",
182595  linebreak="al",
182596  unicodeslot=0x12380,
182597 },
182598 [0x12381]={
182599  category="lo",
182600  description="CUNEIFORM SIGN KA TIMES GUD",
182601  direction="l",
182602  linebreak="al",
182603  unicodeslot=0x12381,
182604 },
182605 [0x12382]={
182606  category="lo",
182607  description="CUNEIFORM SIGN KA TIMES HI TIMES ASH2",
182608  direction="l",
182609  linebreak="al",
182610  unicodeslot=0x12382,
182611 },
182612 [0x12383]={
182613  category="lo",
182614  description="CUNEIFORM SIGN KA TIMES LUM",
182615  direction="l",
182616  linebreak="al",
182617  unicodeslot=0x12383,
182618 },
182619 [0x12384]={
182620  category="lo",
182621  description="CUNEIFORM SIGN KA TIMES PA",
182622  direction="l",
182623  linebreak="al",
182624  unicodeslot=0x12384,
182625 },
182626 [0x12385]={
182627  category="lo",
182628  description="CUNEIFORM SIGN KA TIMES SHUL",
182629  direction="l",
182630  linebreak="al",
182631  unicodeslot=0x12385,
182632 },
182633 [0x12386]={
182634  category="lo",
182635  description="CUNEIFORM SIGN KA TIMES TU",
182636  direction="l",
182637  linebreak="al",
182638  unicodeslot=0x12386,
182639 },
182640 [0x12387]={
182641  category="lo",
182642  description="CUNEIFORM SIGN KA TIMES UR2",
182643  direction="l",
182644  linebreak="al",
182645  unicodeslot=0x12387,
182646 },
182647 [0x12388]={
182648  category="lo",
182649  description="CUNEIFORM SIGN LAGAB TIMES GI",
182650  direction="l",
182651  linebreak="al",
182652  unicodeslot=0x12388,
182653 },
182654 [0x12389]={
182655  category="lo",
182656  description="CUNEIFORM SIGN LU2 SHESHIG TIMES BAD",
182657  direction="l",
182658  linebreak="al",
182659  unicodeslot=0x12389,
182660 },
182661 [0x1238A]={
182662  category="lo",
182663  description="CUNEIFORM SIGN LU2 TIMES ESH2 PLUS LAL",
182664  direction="l",
182665  linebreak="al",
182666  unicodeslot=0x1238A,
182667 },
182668 [0x1238B]={
182669  category="lo",
182670  description="CUNEIFORM SIGN LU2 TIMES SHU",
182671  direction="l",
182672  linebreak="al",
182673  unicodeslot=0x1238B,
182674 },
182675 [0x1238C]={
182676  category="lo",
182677  description="CUNEIFORM SIGN MESH",
182678  direction="l",
182679  linebreak="al",
182680  unicodeslot=0x1238C,
182681 },
182682 [0x1238D]={
182683  category="lo",
182684  description="CUNEIFORM SIGN MUSH3 TIMES ZA",
182685  direction="l",
182686  linebreak="al",
182687  unicodeslot=0x1238D,
182688 },
182689 [0x1238E]={
182690  category="lo",
182691  description="CUNEIFORM SIGN NA4",
182692  direction="l",
182693  linebreak="al",
182694  unicodeslot=0x1238E,
182695 },
182696 [0x1238F]={
182697  category="lo",
182698  description="CUNEIFORM SIGN NIN",
182699  direction="l",
182700  linebreak="al",
182701  unicodeslot=0x1238F,
182702 },
182703 [0x12390]={
182704  category="lo",
182705  description="CUNEIFORM SIGN NIN9",
182706  direction="l",
182707  linebreak="al",
182708  unicodeslot=0x12390,
182709 },
182710 [0x12391]={
182711  category="lo",
182712  description="CUNEIFORM SIGN NINDA2 TIMES BAL",
182713  direction="l",
182714  linebreak="al",
182715  unicodeslot=0x12391,
182716 },
182717 [0x12392]={
182718  category="lo",
182719  description="CUNEIFORM SIGN NINDA2 TIMES GI",
182720  direction="l",
182721  linebreak="al",
182722  unicodeslot=0x12392,
182723 },
182724 [0x12393]={
182725  category="lo",
182726  description="CUNEIFORM SIGN NU11 ROTATED NINETY DEGREES",
182727  direction="l",
182728  linebreak="al",
182729  unicodeslot=0x12393,
182730 },
182731 [0x12394]={
182732  category="lo",
182733  description="CUNEIFORM SIGN PESH2 ASTERISK",
182734  direction="l",
182735  linebreak="al",
182736  unicodeslot=0x12394,
182737 },
182738 [0x12395]={
182739  category="lo",
182740  description="CUNEIFORM SIGN PIR2",
182741  direction="l",
182742  linebreak="al",
182743  unicodeslot=0x12395,
182744 },
182745 [0x12396]={
182746  category="lo",
182747  description="CUNEIFORM SIGN SAG TIMES IGI GUNU",
182748  direction="l",
182749  linebreak="al",
182750  unicodeslot=0x12396,
182751 },
182752 [0x12397]={
182753  category="lo",
182754  description="CUNEIFORM SIGN TI2",
182755  direction="l",
182756  linebreak="al",
182757  unicodeslot=0x12397,
182758 },
182759 [0x12398]={
182760  category="lo",
182761  description="CUNEIFORM SIGN UM TIMES ME",
182762  direction="l",
182763  linebreak="al",
182764  unicodeslot=0x12398,
182765 },
182766 [0x12399]={
182767  category="lo",
182768  description="CUNEIFORM SIGN U U",
182769  direction="l",
182770  linebreak="al",
182771  unicodeslot=0x12399,
182772 },
182773 [0x12400]={
182774  category="nl",
182775  description="CUNEIFORM NUMERIC SIGN TWO ASH",
182776  direction="l",
182777  linebreak="al",
182778  unicodeslot=0x12400,
182779 },
182780 [0x12401]={
182781  category="nl",
182782  description="CUNEIFORM NUMERIC SIGN THREE ASH",
182783  direction="l",
182784  linebreak="al",
182785  unicodeslot=0x12401,
182786 },
182787 [0x12402]={
182788  category="nl",
182789  description="CUNEIFORM NUMERIC SIGN FOUR ASH",
182790  direction="l",
182791  linebreak="al",
182792  unicodeslot=0x12402,
182793 },
182794 [0x12403]={
182795  category="nl",
182796  description="CUNEIFORM NUMERIC SIGN FIVE ASH",
182797  direction="l",
182798  linebreak="al",
182799  unicodeslot=0x12403,
182800 },
182801 [0x12404]={
182802  category="nl",
182803  description="CUNEIFORM NUMERIC SIGN SIX ASH",
182804  direction="l",
182805  linebreak="al",
182806  unicodeslot=0x12404,
182807 },
182808 [0x12405]={
182809  category="nl",
182810  description="CUNEIFORM NUMERIC SIGN SEVEN ASH",
182811  direction="l",
182812  linebreak="al",
182813  unicodeslot=0x12405,
182814 },
182815 [0x12406]={
182816  category="nl",
182817  description="CUNEIFORM NUMERIC SIGN EIGHT ASH",
182818  direction="l",
182819  linebreak="al",
182820  unicodeslot=0x12406,
182821 },
182822 [0x12407]={
182823  category="nl",
182824  description="CUNEIFORM NUMERIC SIGN NINE ASH",
182825  direction="l",
182826  linebreak="al",
182827  unicodeslot=0x12407,
182828 },
182829 [0x12408]={
182830  category="nl",
182831  description="CUNEIFORM NUMERIC SIGN THREE DISH",
182832  direction="l",
182833  linebreak="al",
182834  unicodeslot=0x12408,
182835 },
182836 [0x12409]={
182837  category="nl",
182838  description="CUNEIFORM NUMERIC SIGN FOUR DISH",
182839  direction="l",
182840  linebreak="al",
182841  unicodeslot=0x12409,
182842 },
182843 [0x1240A]={
182844  category="nl",
182845  description="CUNEIFORM NUMERIC SIGN FIVE DISH",
182846  direction="l",
182847  linebreak="al",
182848  unicodeslot=0x1240A,
182849 },
182850 [0x1240B]={
182851  category="nl",
182852  description="CUNEIFORM NUMERIC SIGN SIX DISH",
182853  direction="l",
182854  linebreak="al",
182855  unicodeslot=0x1240B,
182856 },
182857 [0x1240C]={
182858  category="nl",
182859  description="CUNEIFORM NUMERIC SIGN SEVEN DISH",
182860  direction="l",
182861  linebreak="al",
182862  unicodeslot=0x1240C,
182863 },
182864 [0x1240D]={
182865  category="nl",
182866  description="CUNEIFORM NUMERIC SIGN EIGHT DISH",
182867  direction="l",
182868  linebreak="al",
182869  unicodeslot=0x1240D,
182870 },
182871 [0x1240E]={
182872  category="nl",
182873  description="CUNEIFORM NUMERIC SIGN NINE DISH",
182874  direction="l",
182875  linebreak="al",
182876  unicodeslot=0x1240E,
182877 },
182878 [0x1240F]={
182879  category="nl",
182880  description="CUNEIFORM NUMERIC SIGN FOUR U",
182881  direction="l",
182882  linebreak="al",
182883  unicodeslot=0x1240F,
182884 },
182885 [0x12410]={
182886  category="nl",
182887  description="CUNEIFORM NUMERIC SIGN FIVE U",
182888  direction="l",
182889  linebreak="al",
182890  unicodeslot=0x12410,
182891 },
182892 [0x12411]={
182893  category="nl",
182894  description="CUNEIFORM NUMERIC SIGN SIX U",
182895  direction="l",
182896  linebreak="al",
182897  unicodeslot=0x12411,
182898 },
182899 [0x12412]={
182900  category="nl",
182901  description="CUNEIFORM NUMERIC SIGN SEVEN U",
182902  direction="l",
182903  linebreak="al",
182904  unicodeslot=0x12412,
182905 },
182906 [0x12413]={
182907  category="nl",
182908  description="CUNEIFORM NUMERIC SIGN EIGHT U",
182909  direction="l",
182910  linebreak="al",
182911  unicodeslot=0x12413,
182912 },
182913 [0x12414]={
182914  category="nl",
182915  description="CUNEIFORM NUMERIC SIGN NINE U",
182916  direction="l",
182917  linebreak="al",
182918  unicodeslot=0x12414,
182919 },
182920 [0x12415]={
182921  category="nl",
182922  description="CUNEIFORM NUMERIC SIGN ONE GESH0x0002",
182923  direction="l",
182924  linebreak="al",
182925  unicodeslot=0x12415,
182926 },
182927 [0x12416]={
182928  category="nl",
182929  description="CUNEIFORM NUMERIC SIGN TWO GESH0x0002",
182930  direction="l",
182931  linebreak="al",
182932  unicodeslot=0x12416,
182933 },
182934 [0x12417]={
182935  category="nl",
182936  description="CUNEIFORM NUMERIC SIGN THREE GESH0x0002",
182937  direction="l",
182938  linebreak="al",
182939  unicodeslot=0x12417,
182940 },
182941 [0x12418]={
182942  category="nl",
182943  description="CUNEIFORM NUMERIC SIGN FOUR GESH0x0002",
182944  direction="l",
182945  linebreak="al",
182946  unicodeslot=0x12418,
182947 },
182948 [0x12419]={
182949  category="nl",
182950  description="CUNEIFORM NUMERIC SIGN FIVE GESH0x0002",
182951  direction="l",
182952  linebreak="al",
182953  unicodeslot=0x12419,
182954 },
182955 [0x1241A]={
182956  category="nl",
182957  description="CUNEIFORM NUMERIC SIGN SIX GESH0x0002",
182958  direction="l",
182959  linebreak="al",
182960  unicodeslot=0x1241A,
182961 },
182962 [0x1241B]={
182963  category="nl",
182964  description="CUNEIFORM NUMERIC SIGN SEVEN GESH0x0002",
182965  direction="l",
182966  linebreak="al",
182967  unicodeslot=0x1241B,
182968 },
182969 [0x1241C]={
182970  category="nl",
182971  description="CUNEIFORM NUMERIC SIGN EIGHT GESH0x0002",
182972  direction="l",
182973  linebreak="al",
182974  unicodeslot=0x1241C,
182975 },
182976 [0x1241D]={
182977  category="nl",
182978  description="CUNEIFORM NUMERIC SIGN NINE GESH0x0002",
182979  direction="l",
182980  linebreak="al",
182981  unicodeslot=0x1241D,
182982 },
182983 [0x1241E]={
182984  category="nl",
182985  description="CUNEIFORM NUMERIC SIGN ONE GESHU",
182986  direction="l",
182987  linebreak="al",
182988  unicodeslot=0x1241E,
182989 },
182990 [0x1241F]={
182991  category="nl",
182992  description="CUNEIFORM NUMERIC SIGN TWO GESHU",
182993  direction="l",
182994  linebreak="al",
182995  unicodeslot=0x1241F,
182996 },
182997 [0x12420]={
182998  category="nl",
182999  description="CUNEIFORM NUMERIC SIGN THREE GESHU",
183000  direction="l",
183001  linebreak="al",
183002  unicodeslot=0x12420,
183003 },
183004 [0x12421]={
183005  category="nl",
183006  description="CUNEIFORM NUMERIC SIGN FOUR GESHU",
183007  direction="l",
183008  linebreak="al",
183009  unicodeslot=0x12421,
183010 },
183011 [0x12422]={
183012  category="nl",
183013  description="CUNEIFORM NUMERIC SIGN FIVE GESHU",
183014  direction="l",
183015  linebreak="al",
183016  unicodeslot=0x12422,
183017 },
183018 [0x12423]={
183019  category="nl",
183020  description="CUNEIFORM NUMERIC SIGN TWO SHAR0x0002",
183021  direction="l",
183022  linebreak="al",
183023  unicodeslot=0x12423,
183024 },
183025 [0x12424]={
183026  category="nl",
183027  description="CUNEIFORM NUMERIC SIGN THREE SHAR0x0002",
183028  direction="l",
183029  linebreak="al",
183030  unicodeslot=0x12424,
183031 },
183032 [0x12425]={
183033  category="nl",
183034  description="CUNEIFORM NUMERIC SIGN THREE SHAR0x0002 VARIANT FORM",
183035  direction="l",
183036  linebreak="al",
183037  unicodeslot=0x12425,
183038 },
183039 [0x12426]={
183040  category="nl",
183041  description="CUNEIFORM NUMERIC SIGN FOUR SHAR0x0002",
183042  direction="l",
183043  linebreak="al",
183044  unicodeslot=0x12426,
183045 },
183046 [0x12427]={
183047  category="nl",
183048  description="CUNEIFORM NUMERIC SIGN FIVE SHAR0x0002",
183049  direction="l",
183050  linebreak="al",
183051  unicodeslot=0x12427,
183052 },
183053 [0x12428]={
183054  category="nl",
183055  description="CUNEIFORM NUMERIC SIGN SIX SHAR0x0002",
183056  direction="l",
183057  linebreak="al",
183058  unicodeslot=0x12428,
183059 },
183060 [0x12429]={
183061  category="nl",
183062  description="CUNEIFORM NUMERIC SIGN SEVEN SHAR0x0002",
183063  direction="l",
183064  linebreak="al",
183065  unicodeslot=0x12429,
183066 },
183067 [0x1242A]={
183068  category="nl",
183069  description="CUNEIFORM NUMERIC SIGN EIGHT SHAR0x0002",
183070  direction="l",
183071  linebreak="al",
183072  unicodeslot=0x1242A,
183073 },
183074 [0x1242B]={
183075  category="nl",
183076  description="CUNEIFORM NUMERIC SIGN NINE SHAR0x0002",
183077  direction="l",
183078  linebreak="al",
183079  unicodeslot=0x1242B,
183080 },
183081 [0x1242C]={
183082  category="nl",
183083  description="CUNEIFORM NUMERIC SIGN ONE SHARU",
183084  direction="l",
183085  linebreak="al",
183086  unicodeslot=0x1242C,
183087 },
183088 [0x1242D]={
183089  category="nl",
183090  description="CUNEIFORM NUMERIC SIGN TWO SHARU",
183091  direction="l",
183092  linebreak="al",
183093  unicodeslot=0x1242D,
183094 },
183095 [0x1242E]={
183096  category="nl",
183097  description="CUNEIFORM NUMERIC SIGN THREE SHARU",
183098  direction="l",
183099  linebreak="al",
183100  unicodeslot=0x1242E,
183101 },
183102 [0x1242F]={
183103  category="nl",
183104  description="CUNEIFORM NUMERIC SIGN THREE SHARU VARIANT FORM",
183105  direction="l",
183106  linebreak="al",
183107  unicodeslot=0x1242F,
183108 },
183109 [0x12430]={
183110  category="nl",
183111  description="CUNEIFORM NUMERIC SIGN FOUR SHARU",
183112  direction="l",
183113  linebreak="al",
183114  unicodeslot=0x12430,
183115 },
183116 [0x12431]={
183117  category="nl",
183118  description="CUNEIFORM NUMERIC SIGN FIVE SHARU",
183119  direction="l",
183120  linebreak="al",
183121  unicodeslot=0x12431,
183122 },
183123 [0x12432]={
183124  category="nl",
183125  description="CUNEIFORM NUMERIC SIGN SHAR0x0002 TIMES GAL PLUS DISH",
183126  direction="l",
183127  linebreak="al",
183128  unicodeslot=0x12432,
183129 },
183130 [0x12433]={
183131  category="nl",
183132  description="CUNEIFORM NUMERIC SIGN SHAR0x0002 TIMES GAL PLUS MIN",
183133  direction="l",
183134  linebreak="al",
183135  unicodeslot=0x12433,
183136 },
183137 [0x12434]={
183138  category="nl",
183139  description="CUNEIFORM NUMERIC SIGN ONE BURU",
183140  direction="l",
183141  linebreak="al",
183142  unicodeslot=0x12434,
183143 },
183144 [0x12435]={
183145  category="nl",
183146  description="CUNEIFORM NUMERIC SIGN TWO BURU",
183147  direction="l",
183148  linebreak="al",
183149  unicodeslot=0x12435,
183150 },
183151 [0x12436]={
183152  category="nl",
183153  description="CUNEIFORM NUMERIC SIGN THREE BURU",
183154  direction="l",
183155  linebreak="al",
183156  unicodeslot=0x12436,
183157 },
183158 [0x12437]={
183159  category="nl",
183160  description="CUNEIFORM NUMERIC SIGN THREE BURU VARIANT FORM",
183161  direction="l",
183162  linebreak="al",
183163  unicodeslot=0x12437,
183164 },
183165 [0x12438]={
183166  category="nl",
183167  description="CUNEIFORM NUMERIC SIGN FOUR BURU",
183168  direction="l",
183169  linebreak="al",
183170  unicodeslot=0x12438,
183171 },
183172 [0x12439]={
183173  category="nl",
183174  description="CUNEIFORM NUMERIC SIGN FIVE BURU",
183175  direction="l",
183176  linebreak="al",
183177  unicodeslot=0x12439,
183178 },
183179 [0x1243A]={
183180  category="nl",
183181  description="CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH0x0010",
183182  direction="l",
183183  linebreak="al",
183184  unicodeslot=0x1243A,
183185 },
183186 [0x1243B]={
183187  category="nl",
183188  description="CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH0x0015",
183189  direction="l",
183190  linebreak="al",
183191  unicodeslot=0x1243B,
183192 },
183193 [0x1243C]={
183194  category="nl",
183195  description="CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU",
183196  direction="l",
183197  linebreak="al",
183198  unicodeslot=0x1243C,
183199 },
183200 [0x1243D]={
183201  category="nl",
183202  description="CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU0x0004",
183203  direction="l",
183204  linebreak="al",
183205  unicodeslot=0x1243D,
183206 },
183207 [0x1243E]={
183208  category="nl",
183209  description="CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU A",
183210  direction="l",
183211  linebreak="al",
183212  unicodeslot=0x1243E,
183213 },
183214 [0x1243F]={
183215  category="nl",
183216  description="CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU B",
183217  direction="l",
183218  linebreak="al",
183219  unicodeslot=0x1243F,
183220 },
183221 [0x12440]={
183222  category="nl",
183223  description="CUNEIFORM NUMERIC SIGN SIX VARIANT FORM ASH0x0009",
183224  direction="l",
183225  linebreak="al",
183226  unicodeslot=0x12440,
183227 },
183228 [0x12441]={
183229  category="nl",
183230  description="CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN0x0003",
183231  direction="l",
183232  linebreak="al",
183233  unicodeslot=0x12441,
183234 },
183235 [0x12442]={
183236  category="nl",
183237  description="CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN A",
183238  direction="l",
183239  linebreak="al",
183240  unicodeslot=0x12442,
183241 },
183242 [0x12443]={
183243  category="nl",
183244  description="CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN B",
183245  direction="l",
183246  linebreak="al",
183247  unicodeslot=0x12443,
183248 },
183249 [0x12444]={
183250  category="nl",
183251  description="CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU",
183252  direction="l",
183253  linebreak="al",
183254  unicodeslot=0x12444,
183255 },
183256 [0x12445]={
183257  category="nl",
183258  description="CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU0x0003",
183259  direction="l",
183260  linebreak="al",
183261  unicodeslot=0x12445,
183262 },
183263 [0x12446]={
183264  category="nl",
183265  description="CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU",
183266  direction="l",
183267  linebreak="al",
183268  unicodeslot=0x12446,
183269 },
183270 [0x12447]={
183271  category="nl",
183272  description="CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU0x0003",
183273  direction="l",
183274  linebreak="al",
183275  unicodeslot=0x12447,
183276 },
183277 [0x12448]={
183278  category="nl",
183279  description="CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU0x0004",
183280  direction="l",
183281  linebreak="al",
183282  unicodeslot=0x12448,
183283 },
183284 [0x12449]={
183285  category="nl",
183286  description="CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU A",
183287  direction="l",
183288  linebreak="al",
183289  unicodeslot=0x12449,
183290 },
183291 [0x1244A]={
183292  category="nl",
183293  description="CUNEIFORM NUMERIC SIGN TWO ASH TENU",
183294  direction="l",
183295  linebreak="al",
183296  unicodeslot=0x1244A,
183297 },
183298 [0x1244B]={
183299  category="nl",
183300  description="CUNEIFORM NUMERIC SIGN THREE ASH TENU",
183301  direction="l",
183302  linebreak="al",
183303  unicodeslot=0x1244B,
183304 },
183305 [0x1244C]={
183306  category="nl",
183307  description="CUNEIFORM NUMERIC SIGN FOUR ASH TENU",
183308  direction="l",
183309  linebreak="al",
183310  unicodeslot=0x1244C,
183311 },
183312 [0x1244D]={
183313  category="nl",
183314  description="CUNEIFORM NUMERIC SIGN FIVE ASH TENU",
183315  direction="l",
183316  linebreak="al",
183317  unicodeslot=0x1244D,
183318 },
183319 [0x1244E]={
183320  category="nl",
183321  description="CUNEIFORM NUMERIC SIGN SIX ASH TENU",
183322  direction="l",
183323  linebreak="al",
183324  unicodeslot=0x1244E,
183325 },
183326 [0x1244F]={
183327  category="nl",
183328  description="CUNEIFORM NUMERIC SIGN ONE BAN0x0002",
183329  direction="l",
183330  linebreak="al",
183331  unicodeslot=0x1244F,
183332 },
183333 [0x12450]={
183334  category="nl",
183335  description="CUNEIFORM NUMERIC SIGN TWO BAN0x0002",
183336  direction="l",
183337  linebreak="al",
183338  unicodeslot=0x12450,
183339 },
183340 [0x12451]={
183341  category="nl",
183342  description="CUNEIFORM NUMERIC SIGN THREE BAN0x0002",
183343  direction="l",
183344  linebreak="al",
183345  unicodeslot=0x12451,
183346 },
183347 [0x12452]={
183348  category="nl",
183349  description="CUNEIFORM NUMERIC SIGN FOUR BAN0x0002",
183350  direction="l",
183351  linebreak="al",
183352  unicodeslot=0x12452,
183353 },
183354 [0x12453]={
183355  category="nl",
183356  description="CUNEIFORM NUMERIC SIGN FOUR BAN0x0002 VARIANT FORM",
183357  direction="l",
183358  linebreak="al",
183359  unicodeslot=0x12453,
183360 },
183361 [0x12454]={
183362  category="nl",
183363  description="CUNEIFORM NUMERIC SIGN FIVE BAN0x0002",
183364  direction="l",
183365  linebreak="al",
183366  unicodeslot=0x12454,
183367 },
183368 [0x12455]={
183369  category="nl",
183370  description="CUNEIFORM NUMERIC SIGN FIVE BAN0x0002 VARIANT FORM",
183371  direction="l",
183372  linebreak="al",
183373  unicodeslot=0x12455,
183374 },
183375 [0x12456]={
183376  category="nl",
183377  description="CUNEIFORM NUMERIC SIGN NIGIDAMIN",
183378  direction="l",
183379  linebreak="al",
183380  unicodeslot=0x12456,
183381 },
183382 [0x12457]={
183383  category="nl",
183384  description="CUNEIFORM NUMERIC SIGN NIGIDAESH",
183385  direction="l",
183386  linebreak="al",
183387  unicodeslot=0x12457,
183388 },
183389 [0x12458]={
183390  category="nl",
183391  description="CUNEIFORM NUMERIC SIGN ONE ESHE0x0003",
183392  direction="l",
183393  linebreak="al",
183394  unicodeslot=0x12458,
183395 },
183396 [0x12459]={
183397  category="nl",
183398  description="CUNEIFORM NUMERIC SIGN TWO ESHE0x0003",
183399  direction="l",
183400  linebreak="al",
183401  unicodeslot=0x12459,
183402 },
183403 [0x1245A]={
183404  category="nl",
183405  description="CUNEIFORM NUMERIC SIGN ONE THIRD DISH",
183406  direction="l",
183407  linebreak="al",
183408  unicodeslot=0x1245A,
183409 },
183410 [0x1245B]={
183411  category="nl",
183412  description="CUNEIFORM NUMERIC SIGN TWO THIRDS DISH",
183413  direction="l",
183414  linebreak="al",
183415  unicodeslot=0x1245B,
183416 },
183417 [0x1245C]={
183418  category="nl",
183419  description="CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH",
183420  direction="l",
183421  linebreak="al",
183422  unicodeslot=0x1245C,
183423 },
183424 [0x1245D]={
183425  category="nl",
183426  description="CUNEIFORM NUMERIC SIGN ONE THIRD VARIANT FORM A",
183427  direction="l",
183428  linebreak="al",
183429  unicodeslot=0x1245D,
183430 },
183431 [0x1245E]={
183432  category="nl",
183433  description="CUNEIFORM NUMERIC SIGN TWO THIRDS VARIANT FORM A",
183434  direction="l",
183435  linebreak="al",
183436  unicodeslot=0x1245E,
183437 },
183438 [0x1245F]={
183439  category="nl",
183440  description="CUNEIFORM NUMERIC SIGN ONE EIGHTH ASH",
183441  direction="l",
183442  linebreak="al",
183443  unicodeslot=0x1245F,
183444 },
183445 [0x12460]={
183446  category="nl",
183447  description="CUNEIFORM NUMERIC SIGN ONE QUARTER ASH",
183448  direction="l",
183449  linebreak="al",
183450  unicodeslot=0x12460,
183451 },
183452 [0x12461]={
183453  category="nl",
183454  description="CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE SIXTH",
183455  direction="l",
183456  linebreak="al",
183457  unicodeslot=0x12461,
183458 },
183459 [0x12462]={
183460  category="nl",
183461  description="CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER",
183462  direction="l",
183463  linebreak="al",
183464  unicodeslot=0x12462,
183465 },
183466 [0x12463]={
183467  category="nl",
183468  description="CUNEIFORM NUMERIC SIGN ONE QUARTER GUR",
183469  direction="l",
183470  linebreak="al",
183471  unicodeslot=0x12463,
183472 },
183473 [0x12464]={
183474  category="nl",
183475  description="CUNEIFORM NUMERIC SIGN ONE HALF GUR",
183476  direction="l",
183477  linebreak="al",
183478  unicodeslot=0x12464,
183479 },
183480 [0x12465]={
183481  category="nl",
183482  description="CUNEIFORM NUMERIC SIGN ELAMITE ONE THIRD",
183483  direction="l",
183484  linebreak="al",
183485  unicodeslot=0x12465,
183486 },
183487 [0x12466]={
183488  category="nl",
183489  description="CUNEIFORM NUMERIC SIGN ELAMITE TWO THIRDS",
183490  direction="l",
183491  linebreak="al",
183492  unicodeslot=0x12466,
183493 },
183494 [0x12467]={
183495  category="nl",
183496  description="CUNEIFORM NUMERIC SIGN ELAMITE FORTY",
183497  direction="l",
183498  linebreak="al",
183499  unicodeslot=0x12467,
183500 },
183501 [0x12468]={
183502  category="nl",
183503  description="CUNEIFORM NUMERIC SIGN ELAMITE FIFTY",
183504  direction="l",
183505  linebreak="al",
183506  unicodeslot=0x12468,
183507 },
183508 [0x12469]={
183509  category="nl",
183510  description="CUNEIFORM NUMERIC SIGN FOUR U VARIANT FORM",
183511  direction="l",
183512  linebreak="al",
183513  unicodeslot=0x12469,
183514 },
183515 [0x1246A]={
183516  category="nl",
183517  description="CUNEIFORM NUMERIC SIGN FIVE U VARIANT FORM",
183518  direction="l",
183519  linebreak="al",
183520  unicodeslot=0x1246A,
183521 },
183522 [0x1246B]={
183523  category="nl",
183524  description="CUNEIFORM NUMERIC SIGN SIX U VARIANT FORM",
183525  direction="l",
183526  linebreak="al",
183527  unicodeslot=0x1246B,
183528 },
183529 [0x1246C]={
183530  category="nl",
183531  description="CUNEIFORM NUMERIC SIGN SEVEN U VARIANT FORM",
183532  direction="l",
183533  linebreak="al",
183534  unicodeslot=0x1246C,
183535 },
183536 [0x1246D]={
183537  category="nl",
183538  description="CUNEIFORM NUMERIC SIGN EIGHT U VARIANT FORM",
183539  direction="l",
183540  linebreak="al",
183541  unicodeslot=0x1246D,
183542 },
183543 [0x1246E]={
183544  category="nl",
183545  description="CUNEIFORM NUMERIC SIGN NINE U VARIANT FORM",
183546  direction="l",
183547  linebreak="al",
183548  unicodeslot=0x1246E,
183549 },
183550 [0x12470]={
183551  category="po",
183552  description="CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER",
183553  direction="l",
183554  linebreak="ba",
183555  unicodeslot=0x12470,
183556 },
183557 [0x12471]={
183558  category="po",
183559  description="CUNEIFORM PUNCTUATION SIGN VERTICAL COLON",
183560  direction="l",
183561  linebreak="ba",
183562  unicodeslot=0x12471,
183563 },
183564 [0x12472]={
183565  category="po",
183566  description="CUNEIFORM PUNCTUATION SIGN DIAGONAL COLON",
183567  direction="l",
183568  linebreak="ba",
183569  unicodeslot=0x12472,
183570 },
183571 [0x12473]={
183572  category="po",
183573  description="CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON",
183574  direction="l",
183575  linebreak="ba",
183576  unicodeslot=0x12473,
183577 },
183578 [0x12474]={
183579  category="po",
183580  description="CUNEIFORM PUNCTUATION SIGN DIAGONAL QUADCOLON",
183581  direction="l",
183582  linebreak="ba",
183583  unicodeslot=0x12474,
183584 },
183585 [0x12480]={
183586  category="lo",
183587  description="CUNEIFORM SIGN AB TIMES NUN TENU",
183588  direction="l",
183589  linebreak="al",
183590  unicodeslot=0x12480,
183591 },
183592 [0x12481]={
183593  category="lo",
183594  description="CUNEIFORM SIGN AB TIMES SHU2",
183595  direction="l",
183596  linebreak="al",
183597  unicodeslot=0x12481,
183598 },
183599 [0x12482]={
183600  category="lo",
183601  description="CUNEIFORM SIGN AD TIMES ESH2",
183602  direction="l",
183603  linebreak="al",
183604  unicodeslot=0x12482,
183605 },
183606 [0x12483]={
183607  category="lo",
183608  description="CUNEIFORM SIGN BAD TIMES DISH TENU",
183609  direction="l",
183610  linebreak="al",
183611  unicodeslot=0x12483,
183612 },
183613 [0x12484]={
183614  category="lo",
183615  description="CUNEIFORM SIGN BAHAR2 TIMES AB2",
183616  direction="l",
183617  linebreak="al",
183618  unicodeslot=0x12484,
183619 },
183620 [0x12485]={
183621  category="lo",
183622  description="CUNEIFORM SIGN BAHAR2 TIMES NI",
183623  direction="l",
183624  linebreak="al",
183625  unicodeslot=0x12485,
183626 },
183627 [0x12486]={
183628  category="lo",
183629  description="CUNEIFORM SIGN BAHAR2 TIMES ZA",
183630  direction="l",
183631  linebreak="al",
183632  unicodeslot=0x12486,
183633 },
183634 [0x12487]={
183635  category="lo",
183636  description="CUNEIFORM SIGN BU OVER BU TIMES NA2",
183637  direction="l",
183638  linebreak="al",
183639  unicodeslot=0x12487,
183640 },
183641 [0x12488]={
183642  category="lo",
183643  description="CUNEIFORM SIGN DA TIMES TAK4",
183644  direction="l",
183645  linebreak="al",
183646  unicodeslot=0x12488,
183647 },
183648 [0x12489]={
183649  category="lo",
183650  description="CUNEIFORM SIGN DAG TIMES KUR",
183651  direction="l",
183652  linebreak="al",
183653  unicodeslot=0x12489,
183654 },
183655 [0x1248A]={
183656  category="lo",
183657  description="CUNEIFORM SIGN DIM TIMES IGI",
183658  direction="l",
183659  linebreak="al",
183660  unicodeslot=0x1248A,
183661 },
183662 [0x1248B]={
183663  category="lo",
183664  description="CUNEIFORM SIGN DIM TIMES U U U",
183665  direction="l",
183666  linebreak="al",
183667  unicodeslot=0x1248B,
183668 },
183669 [0x1248C]={
183670  category="lo",
183671  description="CUNEIFORM SIGN DIM2 TIMES UD",
183672  direction="l",
183673  linebreak="al",
183674  unicodeslot=0x1248C,
183675 },
183676 [0x1248D]={
183677  category="lo",
183678  description="CUNEIFORM SIGN DUG TIMES ANSHE",
183679  direction="l",
183680  linebreak="al",
183681  unicodeslot=0x1248D,
183682 },
183683 [0x1248E]={
183684  category="lo",
183685  description="CUNEIFORM SIGN DUG TIMES ASH",
183686  direction="l",
183687  linebreak="al",
183688  unicodeslot=0x1248E,
183689 },
183690 [0x1248F]={
183691  category="lo",
183692  description="CUNEIFORM SIGN DUG TIMES ASH AT LEFT",
183693  direction="l",
183694  linebreak="al",
183695  unicodeslot=0x1248F,
183696 },
183697 [0x12490]={
183698  category="lo",
183699  description="CUNEIFORM SIGN DUG TIMES DIN",
183700  direction="l",
183701  linebreak="al",
183702  unicodeslot=0x12490,
183703 },
183704 [0x12491]={
183705  category="lo",
183706  description="CUNEIFORM SIGN DUG TIMES DUN",
183707  direction="l",
183708  linebreak="al",
183709  unicodeslot=0x12491,
183710 },
183711 [0x12492]={
183712  category="lo",
183713  description="CUNEIFORM SIGN DUG TIMES ERIN2",
183714  direction="l",
183715  linebreak="al",
183716  unicodeslot=0x12492,
183717 },
183718 [0x12493]={
183719  category="lo",
183720  description="CUNEIFORM SIGN DUG TIMES GA",
183721  direction="l",
183722  linebreak="al",
183723  unicodeslot=0x12493,
183724 },
183725 [0x12494]={
183726  category="lo",
183727  description="CUNEIFORM SIGN DUG TIMES GI",
183728  direction="l",
183729  linebreak="al",
183730  unicodeslot=0x12494,
183731 },
183732 [0x12495]={
183733  category="lo",
183734  description="CUNEIFORM SIGN DUG TIMES GIR2 GUNU",
183735  direction="l",
183736  linebreak="al",
183737  unicodeslot=0x12495,
183738 },
183739 [0x12496]={
183740  category="lo",
183741  description="CUNEIFORM SIGN DUG TIMES GISH",
183742  direction="l",
183743  linebreak="al",
183744  unicodeslot=0x12496,
183745 },
183746 [0x12497]={
183747  category="lo",
183748  description="CUNEIFORM SIGN DUG TIMES HA",
183749  direction="l",
183750  linebreak="al",
183751  unicodeslot=0x12497,
183752 },
183753 [0x12498]={
183754  category="lo",
183755  description="CUNEIFORM SIGN DUG TIMES HI",
183756  direction="l",
183757  linebreak="al",
183758  unicodeslot=0x12498,
183759 },
183760 [0x12499]={
183761  category="lo",
183762  description="CUNEIFORM SIGN DUG TIMES IGI GUNU",
183763  direction="l",
183764  linebreak="al",
183765  unicodeslot=0x12499,
183766 },
183767 [0x1249A]={
183768  category="lo",
183769  description="CUNEIFORM SIGN DUG TIMES KASKAL",
183770  direction="l",
183771  linebreak="al",
183772  unicodeslot=0x1249A,
183773 },
183774 [0x1249B]={
183775  category="lo",
183776  description="CUNEIFORM SIGN DUG TIMES KUR",
183777  direction="l",
183778  linebreak="al",
183779  unicodeslot=0x1249B,
183780 },
183781 [0x1249C]={
183782  category="lo",
183783  description="CUNEIFORM SIGN DUG TIMES KUSHU2",
183784  direction="l",
183785  linebreak="al",
183786  unicodeslot=0x1249C,
183787 },
183788 [0x1249D]={
183789  category="lo",
183790  description="CUNEIFORM SIGN DUG TIMES KUSHU2 PLUS KASKAL",
183791  direction="l",
183792  linebreak="al",
183793  unicodeslot=0x1249D,
183794 },
183795 [0x1249E]={
183796  category="lo",
183797  description="CUNEIFORM SIGN DUG TIMES LAK-020",
183798  direction="l",
183799  linebreak="al",
183800  unicodeslot=0x1249E,
183801 },
183802 [0x1249F]={
183803  category="lo",
183804  description="CUNEIFORM SIGN DUG TIMES LAM",
183805  direction="l",
183806  linebreak="al",
183807  unicodeslot=0x1249F,
183808 },
183809 [0x124A0]={
183810  category="lo",
183811  description="CUNEIFORM SIGN DUG TIMES LAM TIMES KUR",
183812  direction="l",
183813  linebreak="al",
183814  unicodeslot=0x124A0,
183815 },
183816 [0x124A1]={
183817  category="lo",
183818  description="CUNEIFORM SIGN DUG TIMES LUH PLUS GISH",
183819  direction="l",
183820  linebreak="al",
183821  unicodeslot=0x124A1,
183822 },
183823 [0x124A2]={
183824  category="lo",
183825  description="CUNEIFORM SIGN DUG TIMES MASH",
183826  direction="l",
183827  linebreak="al",
183828  unicodeslot=0x124A2,
183829 },
183830 [0x124A3]={
183831  category="lo",
183832  description="CUNEIFORM SIGN DUG TIMES MES",
183833  direction="l",
183834  linebreak="al",
183835  unicodeslot=0x124A3,
183836 },
183837 [0x124A4]={
183838  category="lo",
183839  description="CUNEIFORM SIGN DUG TIMES MI",
183840  direction="l",
183841  linebreak="al",
183842  unicodeslot=0x124A4,
183843 },
183844 [0x124A5]={
183845  category="lo",
183846  description="CUNEIFORM SIGN DUG TIMES NI",
183847  direction="l",
183848  linebreak="al",
183849  unicodeslot=0x124A5,
183850 },
183851 [0x124A6]={
183852  category="lo",
183853  description="CUNEIFORM SIGN DUG TIMES PI",
183854  direction="l",
183855  linebreak="al",
183856  unicodeslot=0x124A6,
183857 },
183858 [0x124A7]={
183859  category="lo",
183860  description="CUNEIFORM SIGN DUG TIMES SHE",
183861  direction="l",
183862  linebreak="al",
183863  unicodeslot=0x124A7,
183864 },
183865 [0x124A8]={
183866  category="lo",
183867  description="CUNEIFORM SIGN DUG TIMES SI GUNU",
183868  direction="l",
183869  linebreak="al",
183870  unicodeslot=0x124A8,
183871 },
183872 [0x124A9]={
183873  category="lo",
183874  description="CUNEIFORM SIGN E2 TIMES KUR",
183875  direction="l",
183876  linebreak="al",
183877  unicodeslot=0x124A9,
183878 },
183879 [0x124AA]={
183880  category="lo",
183881  description="CUNEIFORM SIGN E2 TIMES PAP",
183882  direction="l",
183883  linebreak="al",
183884  unicodeslot=0x124AA,
183885 },
183886 [0x124AB]={
183887  category="lo",
183888  description="CUNEIFORM SIGN ERIN2 X",
183889  direction="l",
183890  linebreak="al",
183891  unicodeslot=0x124AB,
183892 },
183893 [0x124AC]={
183894  category="lo",
183895  description="CUNEIFORM SIGN ESH2 CROSSING ESH2",
183896  direction="l",
183897  linebreak="al",
183898  unicodeslot=0x124AC,
183899 },
183900 [0x124AD]={
183901  category="lo",
183902  description="CUNEIFORM SIGN EZEN SHESHIG TIMES ASH",
183903  direction="l",
183904  linebreak="al",
183905  unicodeslot=0x124AD,
183906 },
183907 [0x124AE]={
183908  category="lo",
183909  description="CUNEIFORM SIGN EZEN SHESHIG TIMES HI",
183910  direction="l",
183911  linebreak="al",
183912  unicodeslot=0x124AE,
183913 },
183914 [0x124AF]={
183915  category="lo",
183916  description="CUNEIFORM SIGN EZEN SHESHIG TIMES IGI GUNU",
183917  direction="l",
183918  linebreak="al",
183919  unicodeslot=0x124AF,
183920 },
183921 [0x124B0]={
183922  category="lo",
183923  description="CUNEIFORM SIGN EZEN SHESHIG TIMES LA",
183924  direction="l",
183925  linebreak="al",
183926  unicodeslot=0x124B0,
183927 },
183928 [0x124B1]={
183929  category="lo",
183930  description="CUNEIFORM SIGN EZEN SHESHIG TIMES LAL",
183931  direction="l",
183932  linebreak="al",
183933  unicodeslot=0x124B1,
183934 },
183935 [0x124B2]={
183936  category="lo",
183937  description="CUNEIFORM SIGN EZEN SHESHIG TIMES ME",
183938  direction="l",
183939  linebreak="al",
183940  unicodeslot=0x124B2,
183941 },
183942 [0x124B3]={
183943  category="lo",
183944  description="CUNEIFORM SIGN EZEN SHESHIG TIMES MES",
183945  direction="l",
183946  linebreak="al",
183947  unicodeslot=0x124B3,
183948 },
183949 [0x124B4]={
183950  category="lo",
183951  description="CUNEIFORM SIGN EZEN SHESHIG TIMES SU",
183952  direction="l",
183953  linebreak="al",
183954  unicodeslot=0x124B4,
183955 },
183956 [0x124B5]={
183957  category="lo",
183958  description="CUNEIFORM SIGN EZEN TIMES SU",
183959  direction="l",
183960  linebreak="al",
183961  unicodeslot=0x124B5,
183962 },
183963 [0x124B6]={
183964  category="lo",
183965  description="CUNEIFORM SIGN GA2 TIMES BAHAR2",
183966  direction="l",
183967  linebreak="al",
183968  unicodeslot=0x124B6,
183969 },
183970 [0x124B7]={
183971  category="lo",
183972  description="CUNEIFORM SIGN GA2 TIMES DIM GUNU",
183973  direction="l",
183974  linebreak="al",
183975  unicodeslot=0x124B7,
183976 },
183977 [0x124B8]={
183978  category="lo",
183979  description="CUNEIFORM SIGN GA2 TIMES DUG TIMES IGI GUNU",
183980  direction="l",
183981  linebreak="al",
183982  unicodeslot=0x124B8,
183983 },
183984 [0x124B9]={
183985  category="lo",
183986  description="CUNEIFORM SIGN GA2 TIMES DUG TIMES KASKAL",
183987  direction="l",
183988  linebreak="al",
183989  unicodeslot=0x124B9,
183990 },
183991 [0x124BA]={
183992  category="lo",
183993  description="CUNEIFORM SIGN GA2 TIMES EREN",
183994  direction="l",
183995  linebreak="al",
183996  unicodeslot=0x124BA,
183997 },
183998 [0x124BB]={
183999  category="lo",
184000  description="CUNEIFORM SIGN GA2 TIMES GA",
184001  direction="l",
184002  linebreak="al",
184003  unicodeslot=0x124BB,
184004 },
184005 [0x124BC]={
184006  category="lo",
184007  description="CUNEIFORM SIGN GA2 TIMES GAR PLUS DI",
184008  direction="l",
184009  linebreak="al",
184010  unicodeslot=0x124BC,
184011 },
184012 [0x124BD]={
184013  category="lo",
184014  description="CUNEIFORM SIGN GA2 TIMES GAR PLUS NE",
184015  direction="l",
184016  linebreak="al",
184017  unicodeslot=0x124BD,
184018 },
184019 [0x124BE]={
184020  category="lo",
184021  description="CUNEIFORM SIGN GA2 TIMES HA PLUS A",
184022  direction="l",
184023  linebreak="al",
184024  unicodeslot=0x124BE,
184025 },
184026 [0x124BF]={
184027  category="lo",
184028  description="CUNEIFORM SIGN GA2 TIMES KUSHU2 PLUS KASKAL",
184029  direction="l",
184030  linebreak="al",
184031  unicodeslot=0x124BF,
184032 },
184033 [0x124C0]={
184034  category="lo",
184035  description="CUNEIFORM SIGN GA2 TIMES LAM",
184036  direction="l",
184037  linebreak="al",
184038  unicodeslot=0x124C0,
184039 },
184040 [0x124C1]={
184041  category="lo",
184042  description="CUNEIFORM SIGN GA2 TIMES LAM TIMES KUR",
184043  direction="l",
184044  linebreak="al",
184045  unicodeslot=0x124C1,
184046 },
184047 [0x124C2]={
184048  category="lo",
184049  description="CUNEIFORM SIGN GA2 TIMES LUH",
184050  direction="l",
184051  linebreak="al",
184052  unicodeslot=0x124C2,
184053 },
184054 [0x124C3]={
184055  category="lo",
184056  description="CUNEIFORM SIGN GA2 TIMES MUSH",
184057  direction="l",
184058  linebreak="al",
184059  unicodeslot=0x124C3,
184060 },
184061 [0x124C4]={
184062  category="lo",
184063  description="CUNEIFORM SIGN GA2 TIMES NE",
184064  direction="l",
184065  linebreak="al",
184066  unicodeslot=0x124C4,
184067 },
184068 [0x124C5]={
184069  category="lo",
184070  description="CUNEIFORM SIGN GA2 TIMES NE PLUS E2",
184071  direction="l",
184072  linebreak="al",
184073  unicodeslot=0x124C5,
184074 },
184075 [0x124C6]={
184076  category="lo",
184077  description="CUNEIFORM SIGN GA2 TIMES NE PLUS GI",
184078  direction="l",
184079  linebreak="al",
184080  unicodeslot=0x124C6,
184081 },
184082 [0x124C7]={
184083  category="lo",
184084  description="CUNEIFORM SIGN GA2 TIMES SHIM",
184085  direction="l",
184086  linebreak="al",
184087  unicodeslot=0x124C7,
184088 },
184089 [0x124C8]={
184090  category="lo",
184091  description="CUNEIFORM SIGN GA2 TIMES ZIZ2",
184092  direction="l",
184093  linebreak="al",
184094  unicodeslot=0x124C8,
184095 },
184096 [0x124C9]={
184097  category="lo",
184098  description="CUNEIFORM SIGN GABA ROTATED NINETY DEGREES",
184099  direction="l",
184100  linebreak="al",
184101  unicodeslot=0x124C9,
184102 },
184103 [0x124CA]={
184104  category="lo",
184105  description="CUNEIFORM SIGN GESHTIN TIMES U",
184106  direction="l",
184107  linebreak="al",
184108  unicodeslot=0x124CA,
184109 },
184110 [0x124CB]={
184111  category="lo",
184112  description="CUNEIFORM SIGN GISH TIMES GISH CROSSING GISH",
184113  direction="l",
184114  linebreak="al",
184115  unicodeslot=0x124CB,
184116 },
184117 [0x124CC]={
184118  category="lo",
184119  description="CUNEIFORM SIGN GU2 TIMES IGI GUNU",
184120  direction="l",
184121  linebreak="al",
184122  unicodeslot=0x124CC,
184123 },
184124 [0x124CD]={
184125  category="lo",
184126  description="CUNEIFORM SIGN GUD PLUS GISH TIMES TAK4",
184127  direction="l",
184128  linebreak="al",
184129  unicodeslot=0x124CD,
184130 },
184131 [0x124CE]={
184132  category="lo",
184133  description="CUNEIFORM SIGN HA TENU GUNU",
184134  direction="l",
184135  linebreak="al",
184136  unicodeslot=0x124CE,
184137 },
184138 [0x124CF]={
184139  category="lo",
184140  description="CUNEIFORM SIGN HI TIMES ASH OVER HI TIMES ASH",
184141  direction="l",
184142  linebreak="al",
184143  unicodeslot=0x124CF,
184144 },
184145 [0x124D0]={
184146  category="lo",
184147  description="CUNEIFORM SIGN KA TIMES BU",
184148  direction="l",
184149  linebreak="al",
184150  unicodeslot=0x124D0,
184151 },
184152 [0x124D1]={
184153  category="lo",
184154  description="CUNEIFORM SIGN KA TIMES KA",
184155  direction="l",
184156  linebreak="al",
184157  unicodeslot=0x124D1,
184158 },
184159 [0x124D2]={
184160  category="lo",
184161  description="CUNEIFORM SIGN KA TIMES U U U",
184162  direction="l",
184163  linebreak="al",
184164  unicodeslot=0x124D2,
184165 },
184166 [0x124D3]={
184167  category="lo",
184168  description="CUNEIFORM SIGN KA TIMES UR",
184169  direction="l",
184170  linebreak="al",
184171  unicodeslot=0x124D3,
184172 },
184173 [0x124D4]={
184174  category="lo",
184175  description="CUNEIFORM SIGN LAGAB TIMES ZU OVER ZU",
184176  direction="l",
184177  linebreak="al",
184178  unicodeslot=0x124D4,
184179 },
184180 [0x124D5]={
184181  category="lo",
184182  description="CUNEIFORM SIGN LAK-003",
184183  direction="l",
184184  linebreak="al",
184185  unicodeslot=0x124D5,
184186 },
184187 [0x124D6]={
184188  category="lo",
184189  description="CUNEIFORM SIGN LAK-021",
184190  direction="l",
184191  linebreak="al",
184192  unicodeslot=0x124D6,
184193 },
184194 [0x124D7]={
184195  category="lo",
184196  description="CUNEIFORM SIGN LAK-025",
184197  direction="l",
184198  linebreak="al",
184199  unicodeslot=0x124D7,
184200 },
184201 [0x124D8]={
184202  category="lo",
184203  description="CUNEIFORM SIGN LAK-030",
184204  direction="l",
184205  linebreak="al",
184206  unicodeslot=0x124D8,
184207 },
184208 [0x124D9]={
184209  category="lo",
184210  description="CUNEIFORM SIGN LAK-050",
184211  direction="l",
184212  linebreak="al",
184213  unicodeslot=0x124D9,
184214 },
184215 [0x124DA]={
184216  category="lo",
184217  description="CUNEIFORM SIGN LAK-051",
184218  direction="l",
184219  linebreak="al",
184220  unicodeslot=0x124DA,
184221 },
184222 [0x124DB]={
184223  category="lo",
184224  description="CUNEIFORM SIGN LAK-062",
184225  direction="l",
184226  linebreak="al",
184227  unicodeslot=0x124DB,
184228 },
184229 [0x124DC]={
184230  category="lo",
184231  description="CUNEIFORM SIGN LAK-079 OVER LAK-079 GUNU",
184232  direction="l",
184233  linebreak="al",
184234  unicodeslot=0x124DC,
184235 },
184236 [0x124DD]={
184237  category="lo",
184238  description="CUNEIFORM SIGN LAK-080",
184239  direction="l",
184240  linebreak="al",
184241  unicodeslot=0x124DD,
184242 },
184243 [0x124DE]={
184244  category="lo",
184245  description="CUNEIFORM SIGN LAK-081 OVER LAK-081",
184246  direction="l",
184247  linebreak="al",
184248  unicodeslot=0x124DE,
184249 },
184250 [0x124DF]={
184251  category="lo",
184252  description="CUNEIFORM SIGN LAK-092",
184253  direction="l",
184254  linebreak="al",
184255  unicodeslot=0x124DF,
184256 },
184257 [0x124E0]={
184258  category="lo",
184259  description="CUNEIFORM SIGN LAK-130",
184260  direction="l",
184261  linebreak="al",
184262  unicodeslot=0x124E0,
184263 },
184264 [0x124E1]={
184265  category="lo",
184266  description="CUNEIFORM SIGN LAK-142",
184267  direction="l",
184268  linebreak="al",
184269  unicodeslot=0x124E1,
184270 },
184271 [0x124E2]={
184272  category="lo",
184273  description="CUNEIFORM SIGN LAK-210",
184274  direction="l",
184275  linebreak="al",
184276  unicodeslot=0x124E2,
184277 },
184278 [0x124E3]={
184279  category="lo",
184280  description="CUNEIFORM SIGN LAK-219",
184281  direction="l",
184282  linebreak="al",
184283  unicodeslot=0x124E3,
184284 },
184285 [0x124E4]={
184286  category="lo",
184287  description="CUNEIFORM SIGN LAK-220",
184288  direction="l",
184289  linebreak="al",
184290  unicodeslot=0x124E4,
184291 },
184292 [0x124E5]={
184293  category="lo",
184294  description="CUNEIFORM SIGN LAK-225",
184295  direction="l",
184296  linebreak="al",
184297  unicodeslot=0x124E5,
184298 },
184299 [0x124E6]={
184300  category="lo",
184301  description="CUNEIFORM SIGN LAK-228",
184302  direction="l",
184303  linebreak="al",
184304  unicodeslot=0x124E6,
184305 },
184306 [0x124E7]={
184307  category="lo",
184308  description="CUNEIFORM SIGN LAK-238",
184309  direction="l",
184310  linebreak="al",
184311  unicodeslot=0x124E7,
184312 },
184313 [0x124E8]={
184314  category="lo",
184315  description="CUNEIFORM SIGN LAK-265",
184316  direction="l",
184317  linebreak="al",
184318  unicodeslot=0x124E8,
184319 },
184320 [0x124E9]={
184321  category="lo",
184322  description="CUNEIFORM SIGN LAK-266",
184323  direction="l",
184324  linebreak="al",
184325  unicodeslot=0x124E9,
184326 },
184327 [0x124EA]={
184328  category="lo",
184329  description="CUNEIFORM SIGN LAK-343",
184330  direction="l",
184331  linebreak="al",
184332  unicodeslot=0x124EA,
184333 },
184334 [0x124EB]={
184335  category="lo",
184336  description="CUNEIFORM SIGN LAK-347",
184337  direction="l",
184338  linebreak="al",
184339  unicodeslot=0x124EB,
184340 },
184341 [0x124EC]={
184342  category="lo",
184343  description="CUNEIFORM SIGN LAK-348",
184344  direction="l",
184345  linebreak="al",
184346  unicodeslot=0x124EC,
184347 },
184348 [0x124ED]={
184349  category="lo",
184350  description="CUNEIFORM SIGN LAK-383",
184351  direction="l",
184352  linebreak="al",
184353  unicodeslot=0x124ED,
184354 },
184355 [0x124EE]={
184356  category="lo",
184357  description="CUNEIFORM SIGN LAK-384",
184358  direction="l",
184359  linebreak="al",
184360  unicodeslot=0x124EE,
184361 },
184362 [0x124EF]={
184363  category="lo",
184364  description="CUNEIFORM SIGN LAK-390",
184365  direction="l",
184366  linebreak="al",
184367  unicodeslot=0x124EF,
184368 },
184369 [0x124F0]={
184370  category="lo",
184371  description="CUNEIFORM SIGN LAK-441",
184372  direction="l",
184373  linebreak="al",
184374  unicodeslot=0x124F0,
184375 },
184376 [0x124F1]={
184377  category="lo",
184378  description="CUNEIFORM SIGN LAK-449",
184379  direction="l",
184380  linebreak="al",
184381  unicodeslot=0x124F1,
184382 },
184383 [0x124F2]={
184384  category="lo",
184385  description="CUNEIFORM SIGN LAK-449 TIMES GU",
184386  direction="l",
184387  linebreak="al",
184388  unicodeslot=0x124F2,
184389 },
184390 [0x124F3]={
184391  category="lo",
184392  description="CUNEIFORM SIGN LAK-449 TIMES IGI",
184393  direction="l",
184394  linebreak="al",
184395  unicodeslot=0x124F3,
184396 },
184397 [0x124F4]={
184398  category="lo",
184399  description="CUNEIFORM SIGN LAK-449 TIMES PAP PLUS LU3",
184400  direction="l",
184401  linebreak="al",
184402  unicodeslot=0x124F4,
184403 },
184404 [0x124F5]={
184405  category="lo",
184406  description="CUNEIFORM SIGN LAK-449 TIMES PAP PLUS PAP PLUS LU3",
184407  direction="l",
184408  linebreak="al",
184409  unicodeslot=0x124F5,
184410 },
184411 [0x124F6]={
184412  category="lo",
184413  description="CUNEIFORM SIGN LAK-449 TIMES U2 PLUS BA",
184414  direction="l",
184415  linebreak="al",
184416  unicodeslot=0x124F6,
184417 },
184418 [0x124F7]={
184419  category="lo",
184420  description="CUNEIFORM SIGN LAK-450",
184421  direction="l",
184422  linebreak="al",
184423  unicodeslot=0x124F7,
184424 },
184425 [0x124F8]={
184426  category="lo",
184427  description="CUNEIFORM SIGN LAK-457",
184428  direction="l",
184429  linebreak="al",
184430  unicodeslot=0x124F8,
184431 },
184432 [0x124F9]={
184433  category="lo",
184434  description="CUNEIFORM SIGN LAK-470",
184435  direction="l",
184436  linebreak="al",
184437  unicodeslot=0x124F9,
184438 },
184439 [0x124FA]={
184440  category="lo",
184441  description="CUNEIFORM SIGN LAK-483",
184442  direction="l",
184443  linebreak="al",
184444  unicodeslot=0x124FA,
184445 },
184446 [0x124FB]={
184447  category="lo",
184448  description="CUNEIFORM SIGN LAK-490",
184449  direction="l",
184450  linebreak="al",
184451  unicodeslot=0x124FB,
184452 },
184453 [0x124FC]={
184454  category="lo",
184455  description="CUNEIFORM SIGN LAK-492",
184456  direction="l",
184457  linebreak="al",
184458  unicodeslot=0x124FC,
184459 },
184460 [0x124FD]={
184461  category="lo",
184462  description="CUNEIFORM SIGN LAK-493",
184463  direction="l",
184464  linebreak="al",
184465  unicodeslot=0x124FD,
184466 },
184467 [0x124FE]={
184468  category="lo",
184469  description="CUNEIFORM SIGN LAK-495",
184470  direction="l",
184471  linebreak="al",
184472  unicodeslot=0x124FE,
184473 },
184474 [0x124FF]={
184475  category="lo",
184476  description="CUNEIFORM SIGN LAK-550",
184477  direction="l",
184478  linebreak="al",
184479  unicodeslot=0x124FF,
184480 },
184481 [0x12500]={
184482  category="lo",
184483  description="CUNEIFORM SIGN LAK-608",
184484  direction="l",
184485  linebreak="al",
184486  unicodeslot=0x12500,
184487 },
184488 [0x12501]={
184489  category="lo",
184490  description="CUNEIFORM SIGN LAK-617",
184491  direction="l",
184492  linebreak="al",
184493  unicodeslot=0x12501,
184494 },
184495 [0x12502]={
184496  category="lo",
184497  description="CUNEIFORM SIGN LAK-617 TIMES ASH",
184498  direction="l",
184499  linebreak="al",
184500  unicodeslot=0x12502,
184501 },
184502 [0x12503]={
184503  category="lo",
184504  description="CUNEIFORM SIGN LAK-617 TIMES BAD",
184505  direction="l",
184506  linebreak="al",
184507  unicodeslot=0x12503,
184508 },
184509 [0x12504]={
184510  category="lo",
184511  description="CUNEIFORM SIGN LAK-617 TIMES DUN3 GUNU GUNU",
184512  direction="l",
184513  linebreak="al",
184514  unicodeslot=0x12504,
184515 },
184516 [0x12505]={
184517  category="lo",
184518  description="CUNEIFORM SIGN LAK-617 TIMES KU3",
184519  direction="l",
184520  linebreak="al",
184521  unicodeslot=0x12505,
184522 },
184523 [0x12506]={
184524  category="lo",
184525  description="CUNEIFORM SIGN LAK-617 TIMES LA",
184526  direction="l",
184527  linebreak="al",
184528  unicodeslot=0x12506,
184529 },
184530 [0x12507]={
184531  category="lo",
184532  description="CUNEIFORM SIGN LAK-617 TIMES TAR",
184533  direction="l",
184534  linebreak="al",
184535  unicodeslot=0x12507,
184536 },
184537 [0x12508]={
184538  category="lo",
184539  description="CUNEIFORM SIGN LAK-617 TIMES TE",
184540  direction="l",
184541  linebreak="al",
184542  unicodeslot=0x12508,
184543 },
184544 [0x12509]={
184545  category="lo",
184546  description="CUNEIFORM SIGN LAK-617 TIMES U2",
184547  direction="l",
184548  linebreak="al",
184549  unicodeslot=0x12509,
184550 },
184551 [0x1250A]={
184552  category="lo",
184553  description="CUNEIFORM SIGN LAK-617 TIMES UD",
184554  direction="l",
184555  linebreak="al",
184556  unicodeslot=0x1250A,
184557 },
184558 [0x1250B]={
184559  category="lo",
184560  description="CUNEIFORM SIGN LAK-617 TIMES URUDA",
184561  direction="l",
184562  linebreak="al",
184563  unicodeslot=0x1250B,
184564 },
184565 [0x1250C]={
184566  category="lo",
184567  description="CUNEIFORM SIGN LAK-636",
184568  direction="l",
184569  linebreak="al",
184570  unicodeslot=0x1250C,
184571 },
184572 [0x1250D]={
184573  category="lo",
184574  description="CUNEIFORM SIGN LAK-648",
184575  direction="l",
184576  linebreak="al",
184577  unicodeslot=0x1250D,
184578 },
184579 [0x1250E]={
184580  category="lo",
184581  description="CUNEIFORM SIGN LAK-648 TIMES DUB",
184582  direction="l",
184583  linebreak="al",
184584  unicodeslot=0x1250E,
184585 },
184586 [0x1250F]={
184587  category="lo",
184588  description="CUNEIFORM SIGN LAK-648 TIMES GA",
184589  direction="l",
184590  linebreak="al",
184591  unicodeslot=0x1250F,
184592 },
184593 [0x12510]={
184594  category="lo",
184595  description="CUNEIFORM SIGN LAK-648 TIMES IGI",
184596  direction="l",
184597  linebreak="al",
184598  unicodeslot=0x12510,
184599 },
184600 [0x12511]={
184601  category="lo",
184602  description="CUNEIFORM SIGN LAK-648 TIMES IGI GUNU",
184603  direction="l",
184604  linebreak="al",
184605  unicodeslot=0x12511,
184606 },
184607 [0x12512]={
184608  category="lo",
184609  description="CUNEIFORM SIGN LAK-648 TIMES NI",
184610  direction="l",
184611  linebreak="al",
184612  unicodeslot=0x12512,
184613 },
184614 [0x12513]={
184615  category="lo",
184616  description="CUNEIFORM SIGN LAK-648 TIMES PAP PLUS PAP PLUS LU3",
184617  direction="l",
184618  linebreak="al",
184619  unicodeslot=0x12513,
184620 },
184621 [0x12514]={
184622  category="lo",
184623  description="CUNEIFORM SIGN LAK-648 TIMES SHESH PLUS KI",
184624  direction="l",
184625  linebreak="al",
184626  unicodeslot=0x12514,
184627 },
184628 [0x12515]={
184629  category="lo",
184630  description="CUNEIFORM SIGN LAK-648 TIMES UD",
184631  direction="l",
184632  linebreak="al",
184633  unicodeslot=0x12515,
184634 },
184635 [0x12516]={
184636  category="lo",
184637  description="CUNEIFORM SIGN LAK-648 TIMES URUDA",
184638  direction="l",
184639  linebreak="al",
184640  unicodeslot=0x12516,
184641 },
184642 [0x12517]={
184643  category="lo",
184644  description="CUNEIFORM SIGN LAK-724",
184645  direction="l",
184646  linebreak="al",
184647  unicodeslot=0x12517,
184648 },
184649 [0x12518]={
184650  category="lo",
184651  description="CUNEIFORM SIGN LAK-749",
184652  direction="l",
184653  linebreak="al",
184654  unicodeslot=0x12518,
184655 },
184656 [0x12519]={
184657  category="lo",
184658  description="CUNEIFORM SIGN LU2 GUNU TIMES ASH",
184659  direction="l",
184660  linebreak="al",
184661  unicodeslot=0x12519,
184662 },
184663 [0x1251A]={
184664  category="lo",
184665  description="CUNEIFORM SIGN LU2 TIMES DISH",
184666  direction="l",
184667  linebreak="al",
184668  unicodeslot=0x1251A,
184669 },
184670 [0x1251B]={
184671  category="lo",
184672  description="CUNEIFORM SIGN LU2 TIMES HAL",
184673  direction="l",
184674  linebreak="al",
184675  unicodeslot=0x1251B,
184676 },
184677 [0x1251C]={
184678  category="lo",
184679  description="CUNEIFORM SIGN LU2 TIMES PAP",
184680  direction="l",
184681  linebreak="al",
184682  unicodeslot=0x1251C,
184683 },
184684 [0x1251D]={
184685  category="lo",
184686  description="CUNEIFORM SIGN LU2 TIMES PAP PLUS PAP PLUS LU3",
184687  direction="l",
184688  linebreak="al",
184689  unicodeslot=0x1251D,
184690 },
184691 [0x1251E]={
184692  category="lo",
184693  description="CUNEIFORM SIGN LU2 TIMES TAK4",
184694  direction="l",
184695  linebreak="al",
184696  unicodeslot=0x1251E,
184697 },
184698 [0x1251F]={
184699  category="lo",
184700  description="CUNEIFORM SIGN MI PLUS ZA7",
184701  direction="l",
184702  linebreak="al",
184703  unicodeslot=0x1251F,
184704 },
184705 [0x12520]={
184706  category="lo",
184707  description="CUNEIFORM SIGN MUSH OVER MUSH TIMES GA",
184708  direction="l",
184709  linebreak="al",
184710  unicodeslot=0x12520,
184711 },
184712 [0x12521]={
184713  category="lo",
184714  description="CUNEIFORM SIGN MUSH OVER MUSH TIMES KAK",
184715  direction="l",
184716  linebreak="al",
184717  unicodeslot=0x12521,
184718 },
184719 [0x12522]={
184720  category="lo",
184721  description="CUNEIFORM SIGN NINDA2 TIMES DIM GUNU",
184722  direction="l",
184723  linebreak="al",
184724  unicodeslot=0x12522,
184725 },
184726 [0x12523]={
184727  category="lo",
184728  description="CUNEIFORM SIGN NINDA2 TIMES GISH",
184729  direction="l",
184730  linebreak="al",
184731  unicodeslot=0x12523,
184732 },
184733 [0x12524]={
184734  category="lo",
184735  description="CUNEIFORM SIGN NINDA2 TIMES GUL",
184736  direction="l",
184737  linebreak="al",
184738  unicodeslot=0x12524,
184739 },
184740 [0x12525]={
184741  category="lo",
184742  description="CUNEIFORM SIGN NINDA2 TIMES HI",
184743  direction="l",
184744  linebreak="al",
184745  unicodeslot=0x12525,
184746 },
184747 [0x12526]={
184748  category="lo",
184749  description="CUNEIFORM SIGN NINDA2 TIMES KESH2",
184750  direction="l",
184751  linebreak="al",
184752  unicodeslot=0x12526,
184753 },
184754 [0x12527]={
184755  category="lo",
184756  description="CUNEIFORM SIGN NINDA2 TIMES LAK-050",
184757  direction="l",
184758  linebreak="al",
184759  unicodeslot=0x12527,
184760 },
184761 [0x12528]={
184762  category="lo",
184763  description="CUNEIFORM SIGN NINDA2 TIMES MASH",
184764  direction="l",
184765  linebreak="al",
184766  unicodeslot=0x12528,
184767 },
184768 [0x12529]={
184769  category="lo",
184770  description="CUNEIFORM SIGN NINDA2 TIMES PAP PLUS PAP",
184771  direction="l",
184772  linebreak="al",
184773  unicodeslot=0x12529,
184774 },
184775 [0x1252A]={
184776  category="lo",
184777  description="CUNEIFORM SIGN NINDA2 TIMES U",
184778  direction="l",
184779  linebreak="al",
184780  unicodeslot=0x1252A,
184781 },
184782 [0x1252B]={
184783  category="lo",
184784  description="CUNEIFORM SIGN NINDA2 TIMES U PLUS U",
184785  direction="l",
184786  linebreak="al",
184787  unicodeslot=0x1252B,
184788 },
184789 [0x1252C]={
184790  category="lo",
184791  description="CUNEIFORM SIGN NINDA2 TIMES URUDA",
184792  direction="l",
184793  linebreak="al",
184794  unicodeslot=0x1252C,
184795 },
184796 [0x1252D]={
184797  category="lo",
184798  description="CUNEIFORM SIGN SAG GUNU TIMES HA",
184799  direction="l",
184800  linebreak="al",
184801  unicodeslot=0x1252D,
184802 },
184803 [0x1252E]={
184804  category="lo",
184805  description="CUNEIFORM SIGN SAG TIMES EN",
184806  direction="l",
184807  linebreak="al",
184808  unicodeslot=0x1252E,
184809 },
184810 [0x1252F]={
184811  category="lo",
184812  description="CUNEIFORM SIGN SAG TIMES SHE AT LEFT",
184813  direction="l",
184814  linebreak="al",
184815  unicodeslot=0x1252F,
184816 },
184817 [0x12530]={
184818  category="lo",
184819  description="CUNEIFORM SIGN SAG TIMES TAK4",
184820  direction="l",
184821  linebreak="al",
184822  unicodeslot=0x12530,
184823 },
184824 [0x12531]={
184825  category="lo",
184826  description="CUNEIFORM SIGN SHA6 TENU",
184827  direction="l",
184828  linebreak="al",
184829  unicodeslot=0x12531,
184830 },
184831 [0x12532]={
184832  category="lo",
184833  description="CUNEIFORM SIGN SHE OVER SHE",
184834  direction="l",
184835  linebreak="al",
184836  unicodeslot=0x12532,
184837 },
184838 [0x12533]={
184839  category="lo",
184840  description="CUNEIFORM SIGN SHE PLUS HUB2",
184841  direction="l",
184842  linebreak="al",
184843  unicodeslot=0x12533,
184844 },
184845 [0x12534]={
184846  category="lo",
184847  description="CUNEIFORM SIGN SHE PLUS NAM2",
184848  direction="l",
184849  linebreak="al",
184850  unicodeslot=0x12534,
184851 },
184852 [0x12535]={
184853  category="lo",
184854  description="CUNEIFORM SIGN SHE PLUS SAR",
184855  direction="l",
184856  linebreak="al",
184857  unicodeslot=0x12535,
184858 },
184859 [0x12536]={
184860  category="lo",
184861  description="CUNEIFORM SIGN SHU2 PLUS DUG TIMES NI",
184862  direction="l",
184863  linebreak="al",
184864  unicodeslot=0x12536,
184865 },
184866 [0x12537]={
184867  category="lo",
184868  description="CUNEIFORM SIGN SHU2 PLUS E2 TIMES AN",
184869  direction="l",
184870  linebreak="al",
184871  unicodeslot=0x12537,
184872 },
184873 [0x12538]={
184874  category="lo",
184875  description="CUNEIFORM SIGN SI TIMES TAK4",
184876  direction="l",
184877  linebreak="al",
184878  unicodeslot=0x12538,
184879 },
184880 [0x12539]={
184881  category="lo",
184882  description="CUNEIFORM SIGN TAK4 PLUS SAG",
184883  direction="l",
184884  linebreak="al",
184885  unicodeslot=0x12539,
184886 },
184887 [0x1253A]={
184888  category="lo",
184889  description="CUNEIFORM SIGN TUM TIMES GAN2 TENU",
184890  direction="l",
184891  linebreak="al",
184892  unicodeslot=0x1253A,
184893 },
184894 [0x1253B]={
184895  category="lo",
184896  description="CUNEIFORM SIGN TUM TIMES THREE DISH",
184897  direction="l",
184898  linebreak="al",
184899  unicodeslot=0x1253B,
184900 },
184901 [0x1253C]={
184902  category="lo",
184903  description="CUNEIFORM SIGN UR2 INVERTED",
184904  direction="l",
184905  linebreak="al",
184906  unicodeslot=0x1253C,
184907 },
184908 [0x1253D]={
184909  category="lo",
184910  description="CUNEIFORM SIGN UR2 TIMES UD",
184911  direction="l",
184912  linebreak="al",
184913  unicodeslot=0x1253D,
184914 },
184915 [0x1253E]={
184916  category="lo",
184917  description="CUNEIFORM SIGN URU TIMES DARA3",
184918  direction="l",
184919  linebreak="al",
184920  unicodeslot=0x1253E,
184921 },
184922 [0x1253F]={
184923  category="lo",
184924  description="CUNEIFORM SIGN URU TIMES LAK-668",
184925  direction="l",
184926  linebreak="al",
184927  unicodeslot=0x1253F,
184928 },
184929 [0x12540]={
184930  category="lo",
184931  description="CUNEIFORM SIGN URU TIMES LU3",
184932  direction="l",
184933  linebreak="al",
184934  unicodeslot=0x12540,
184935 },
184936 [0x12541]={
184937  category="lo",
184938  description="CUNEIFORM SIGN ZA7",
184939  direction="l",
184940  linebreak="al",
184941  unicodeslot=0x12541,
184942 },
184943 [0x12542]={
184944  category="lo",
184945  description="CUNEIFORM SIGN ZU OVER ZU PLUS SAR",
184946  direction="l",
184947  linebreak="al",
184948  unicodeslot=0x12542,
184949 },
184950 [0x12543]={
184951  category="lo",
184952  description="CUNEIFORM SIGN ZU5 TIMES THREE DISH TENU",
184953  direction="l",
184954  linebreak="al",
184955  unicodeslot=0x12543,
184956 },
184957 [0x12F90]={
184958  category="lo",
184959  description="CYPRO-MINOAN SIGN CM001",
184960  direction="l",
184961  linebreak="al",
184962  unicodeslot=0x12F90,
184963 },
184964 [0x12F91]={
184965  category="lo",
184966  description="CYPRO-MINOAN SIGN CM002",
184967  direction="l",
184968  linebreak="al",
184969  unicodeslot=0x12F91,
184970 },
184971 [0x12F92]={
184972  category="lo",
184973  description="CYPRO-MINOAN SIGN CM004",
184974  direction="l",
184975  linebreak="al",
184976  unicodeslot=0x12F92,
184977 },
184978 [0x12F93]={
184979  category="lo",
184980  description="CYPRO-MINOAN SIGN CM005",
184981  direction="l",
184982  linebreak="al",
184983  unicodeslot=0x12F93,
184984 },
184985 [0x12F94]={
184986  category="lo",
184987  description="CYPRO-MINOAN SIGN CM006",
184988  direction="l",
184989  linebreak="al",
184990  unicodeslot=0x12F94,
184991 },
184992 [0x12F95]={
184993  category="lo",
184994  description="CYPRO-MINOAN SIGN CM007",
184995  direction="l",
184996  linebreak="al",
184997  unicodeslot=0x12F95,
184998 },
184999 [0x12F96]={
185000  category="lo",
185001  description="CYPRO-MINOAN SIGN CM008",
185002  direction="l",
185003  linebreak="al",
185004  unicodeslot=0x12F96,
185005 },
185006 [0x12F97]={
185007  category="lo",
185008  description="CYPRO-MINOAN SIGN CM009",
185009  direction="l",
185010  linebreak="al",
185011  unicodeslot=0x12F97,
185012 },
185013 [0x12F98]={
185014  category="lo",
185015  description="CYPRO-MINOAN SIGN CM010",
185016  direction="l",
185017  linebreak="al",
185018  unicodeslot=0x12F98,
185019 },
185020 [0x12F99]={
185021  category="lo",
185022  description="CYPRO-MINOAN SIGN CM011",
185023  direction="l",
185024  linebreak="al",
185025  unicodeslot=0x12F99,
185026 },
185027 [0x12F9A]={
185028  category="lo",
185029  description="CYPRO-MINOAN SIGN CM012",
185030  direction="l",
185031  linebreak="al",
185032  unicodeslot=0x12F9A,
185033 },
185034 [0x12F9B]={
185035  category="lo",
185036  description="CYPRO-MINOAN SIGN CM012B",
185037  direction="l",
185038  linebreak="al",
185039  unicodeslot=0x12F9B,
185040 },
185041 [0x12F9C]={
185042  category="lo",
185043  description="CYPRO-MINOAN SIGN CM013",
185044  direction="l",
185045  linebreak="al",
185046  unicodeslot=0x12F9C,
185047 },
185048 [0x12F9D]={
185049  category="lo",
185050  description="CYPRO-MINOAN SIGN CM015",
185051  direction="l",
185052  linebreak="al",
185053  unicodeslot=0x12F9D,
185054 },
185055 [0x12F9E]={
185056  category="lo",
185057  description="CYPRO-MINOAN SIGN CM017",
185058  direction="l",
185059  linebreak="al",
185060  unicodeslot=0x12F9E,
185061 },
185062 [0x12F9F]={
185063  category="lo",
185064  description="CYPRO-MINOAN SIGN CM019",
185065  direction="l",
185066  linebreak="al",
185067  unicodeslot=0x12F9F,
185068 },
185069 [0x12FA0]={
185070  category="lo",
185071  description="CYPRO-MINOAN SIGN CM021",
185072  direction="l",
185073  linebreak="al",
185074  unicodeslot=0x12FA0,
185075 },
185076 [0x12FA1]={
185077  category="lo",
185078  description="CYPRO-MINOAN SIGN CM023",
185079  direction="l",
185080  linebreak="al",
185081  unicodeslot=0x12FA1,
185082 },
185083 [0x12FA2]={
185084  category="lo",
185085  description="CYPRO-MINOAN SIGN CM024",
185086  direction="l",
185087  linebreak="al",
185088  unicodeslot=0x12FA2,
185089 },
185090 [0x12FA3]={
185091  category="lo",
185092  description="CYPRO-MINOAN SIGN CM025",
185093  direction="l",
185094  linebreak="al",
185095  unicodeslot=0x12FA3,
185096 },
185097 [0x12FA4]={
185098  category="lo",
185099  description="CYPRO-MINOAN SIGN CM026",
185100  direction="l",
185101  linebreak="al",
185102  unicodeslot=0x12FA4,
185103 },
185104 [0x12FA5]={
185105  category="lo",
185106  description="CYPRO-MINOAN SIGN CM027",
185107  direction="l",
185108  linebreak="al",
185109  unicodeslot=0x12FA5,
185110 },
185111 [0x12FA6]={
185112  category="lo",
185113  description="CYPRO-MINOAN SIGN CM028",
185114  direction="l",
185115  linebreak="al",
185116  unicodeslot=0x12FA6,
185117 },
185118 [0x12FA7]={
185119  category="lo",
185120  description="CYPRO-MINOAN SIGN CM029",
185121  direction="l",
185122  linebreak="al",
185123  unicodeslot=0x12FA7,
185124 },
185125 [0x12FA8]={
185126  category="lo",
185127  description="CYPRO-MINOAN SIGN CM030",
185128  direction="l",
185129  linebreak="al",
185130  unicodeslot=0x12FA8,
185131 },
185132 [0x12FA9]={
185133  category="lo",
185134  description="CYPRO-MINOAN SIGN CM033",
185135  direction="l",
185136  linebreak="al",
185137  unicodeslot=0x12FA9,
185138 },
185139 [0x12FAA]={
185140  category="lo",
185141  description="CYPRO-MINOAN SIGN CM034",
185142  direction="l",
185143  linebreak="al",
185144  unicodeslot=0x12FAA,
185145 },
185146 [0x12FAB]={
185147  category="lo",
185148  description="CYPRO-MINOAN SIGN CM035",
185149  direction="l",
185150  linebreak="al",
185151  unicodeslot=0x12FAB,
185152 },
185153 [0x12FAC]={
185154  category="lo",
185155  description="CYPRO-MINOAN SIGN CM036",
185156  direction="l",
185157  linebreak="al",
185158  unicodeslot=0x12FAC,
185159 },
185160 [0x12FAD]={
185161  category="lo",
185162  description="CYPRO-MINOAN SIGN CM037",
185163  direction="l",
185164  linebreak="al",
185165  unicodeslot=0x12FAD,
185166 },
185167 [0x12FAE]={
185168  category="lo",
185169  description="CYPRO-MINOAN SIGN CM038",
185170  direction="l",
185171  linebreak="al",
185172  unicodeslot=0x12FAE,
185173 },
185174 [0x12FAF]={
185175  category="lo",
185176  description="CYPRO-MINOAN SIGN CM039",
185177  direction="l",
185178  linebreak="al",
185179  unicodeslot=0x12FAF,
185180 },
185181 [0x12FB0]={
185182  category="lo",
185183  description="CYPRO-MINOAN SIGN CM040",
185184  direction="l",
185185  linebreak="al",
185186  unicodeslot=0x12FB0,
185187 },
185188 [0x12FB1]={
185189  category="lo",
185190  description="CYPRO-MINOAN SIGN CM041",
185191  direction="l",
185192  linebreak="al",
185193  unicodeslot=0x12FB1,
185194 },
185195 [0x12FB2]={
185196  category="lo",
185197  description="CYPRO-MINOAN SIGN CM044",
185198  direction="l",
185199  linebreak="al",
185200  unicodeslot=0x12FB2,
185201 },
185202 [0x12FB3]={
185203  category="lo",
185204  description="CYPRO-MINOAN SIGN CM046",
185205  direction="l",
185206  linebreak="al",
185207  unicodeslot=0x12FB3,
185208 },
185209 [0x12FB4]={
185210  category="lo",
185211  description="CYPRO-MINOAN SIGN CM047",
185212  direction="l",
185213  linebreak="al",
185214  unicodeslot=0x12FB4,
185215 },
185216 [0x12FB5]={
185217  category="lo",
185218  description="CYPRO-MINOAN SIGN CM049",
185219  direction="l",
185220  linebreak="al",
185221  unicodeslot=0x12FB5,
185222 },
185223 [0x12FB6]={
185224  category="lo",
185225  description="CYPRO-MINOAN SIGN CM050",
185226  direction="l",
185227  linebreak="al",
185228  unicodeslot=0x12FB6,
185229 },
185230 [0x12FB7]={
185231  category="lo",
185232  description="CYPRO-MINOAN SIGN CM051",
185233  direction="l",
185234  linebreak="al",
185235  unicodeslot=0x12FB7,
185236 },
185237 [0x12FB8]={
185238  category="lo",
185239  description="CYPRO-MINOAN SIGN CM052",
185240  direction="l",
185241  linebreak="al",
185242  unicodeslot=0x12FB8,
185243 },
185244 [0x12FB9]={
185245  category="lo",
185246  description="CYPRO-MINOAN SIGN CM053",
185247  direction="l",
185248  linebreak="al",
185249  unicodeslot=0x12FB9,
185250 },
185251 [0x12FBA]={
185252  category="lo",
185253  description="CYPRO-MINOAN SIGN CM054",
185254  direction="l",
185255  linebreak="al",
185256  unicodeslot=0x12FBA,
185257 },
185258 [0x12FBB]={
185259  category="lo",
185260  description="CYPRO-MINOAN SIGN CM055",
185261  direction="l",
185262  linebreak="al",
185263  unicodeslot=0x12FBB,
185264 },
185265 [0x12FBC]={
185266  category="lo",
185267  description="CYPRO-MINOAN SIGN CM056",
185268  direction="l",
185269  linebreak="al",
185270  unicodeslot=0x12FBC,
185271 },
185272 [0x12FBD]={
185273  category="lo",
185274  description="CYPRO-MINOAN SIGN CM058",
185275  direction="l",
185276  linebreak="al",
185277  unicodeslot=0x12FBD,
185278 },
185279 [0x12FBE]={
185280  category="lo",
185281  description="CYPRO-MINOAN SIGN CM059",
185282  direction="l",
185283  linebreak="al",
185284  unicodeslot=0x12FBE,
185285 },
185286 [0x12FBF]={
185287  category="lo",
185288  description="CYPRO-MINOAN SIGN CM060",
185289  direction="l",
185290  linebreak="al",
185291  unicodeslot=0x12FBF,
185292 },
185293 [0x12FC0]={
185294  category="lo",
185295  description="CYPRO-MINOAN SIGN CM061",
185296  direction="l",
185297  linebreak="al",
185298  unicodeslot=0x12FC0,
185299 },
185300 [0x12FC1]={
185301  category="lo",
185302  description="CYPRO-MINOAN SIGN CM062",
185303  direction="l",
185304  linebreak="al",
185305  unicodeslot=0x12FC1,
185306 },
185307 [0x12FC2]={
185308  category="lo",
185309  description="CYPRO-MINOAN SIGN CM063",
185310  direction="l",
185311  linebreak="al",
185312  unicodeslot=0x12FC2,
185313 },
185314 [0x12FC3]={
185315  category="lo",
185316  description="CYPRO-MINOAN SIGN CM064",
185317  direction="l",
185318  linebreak="al",
185319  unicodeslot=0x12FC3,
185320 },
185321 [0x12FC4]={
185322  category="lo",
185323  description="CYPRO-MINOAN SIGN CM066",
185324  direction="l",
185325  linebreak="al",
185326  unicodeslot=0x12FC4,
185327 },
185328 [0x12FC5]={
185329  category="lo",
185330  description="CYPRO-MINOAN SIGN CM067",
185331  direction="l",
185332  linebreak="al",
185333  unicodeslot=0x12FC5,
185334 },
185335 [0x12FC6]={
185336  category="lo",
185337  description="CYPRO-MINOAN SIGN CM068",
185338  direction="l",
185339  linebreak="al",
185340  unicodeslot=0x12FC6,
185341 },
185342 [0x12FC7]={
185343  category="lo",
185344  description="CYPRO-MINOAN SIGN CM069",
185345  direction="l",
185346  linebreak="al",
185347  unicodeslot=0x12FC7,
185348 },
185349 [0x12FC8]={
185350  category="lo",
185351  description="CYPRO-MINOAN SIGN CM070",
185352  direction="l",
185353  linebreak="al",
185354  unicodeslot=0x12FC8,
185355 },
185356 [0x12FC9]={
185357  category="lo",
185358  description="CYPRO-MINOAN SIGN CM071",
185359  direction="l",
185360  linebreak="al",
185361  unicodeslot=0x12FC9,
185362 },
185363 [0x12FCA]={
185364  category="lo",
185365  description="CYPRO-MINOAN SIGN CM072",
185366  direction="l",
185367  linebreak="al",
185368  unicodeslot=0x12FCA,
185369 },
185370 [0x12FCB]={
185371  category="lo",
185372  description="CYPRO-MINOAN SIGN CM073",
185373  direction="l",
185374  linebreak="al",
185375  unicodeslot=0x12FCB,
185376 },
185377 [0x12FCC]={
185378  category="lo",
185379  description="CYPRO-MINOAN SIGN CM074",
185380  direction="l",
185381  linebreak="al",
185382  unicodeslot=0x12FCC,
185383 },
185384 [0x12FCD]={
185385  category="lo",
185386  description="CYPRO-MINOAN SIGN CM075",
185387  direction="l",
185388  linebreak="al",
185389  unicodeslot=0x12FCD,
185390 },
185391 [0x12FCE]={
185392  category="lo",
185393  description="CYPRO-MINOAN SIGN CM075B",
185394  direction="l",
185395  linebreak="al",
185396  unicodeslot=0x12FCE,
185397 },
185398 [0x12FCF]={
185399  category="lo",
185400  description="CYPRO-MINOAN SIGN CM076",
185401  direction="l",
185402  linebreak="al",
185403  unicodeslot=0x12FCF,
185404 },
185405 [0x12FD0]={
185406  category="lo",
185407  description="CYPRO-MINOAN SIGN CM078",
185408  direction="l",
185409  linebreak="al",
185410  unicodeslot=0x12FD0,
185411 },
185412 [0x12FD1]={
185413  category="lo",
185414  description="CYPRO-MINOAN SIGN CM079",
185415  direction="l",
185416  linebreak="al",
185417  unicodeslot=0x12FD1,
185418 },
185419 [0x12FD2]={
185420  category="lo",
185421  description="CYPRO-MINOAN SIGN CM080",
185422  direction="l",
185423  linebreak="al",
185424  unicodeslot=0x12FD2,
185425 },
185426 [0x12FD3]={
185427  category="lo",
185428  description="CYPRO-MINOAN SIGN CM081",
185429  direction="l",
185430  linebreak="al",
185431  unicodeslot=0x12FD3,
185432 },
185433 [0x12FD4]={
185434  category="lo",
185435  description="CYPRO-MINOAN SIGN CM082",
185436  direction="l",
185437  linebreak="al",
185438  unicodeslot=0x12FD4,
185439 },
185440 [0x12FD5]={
185441  category="lo",
185442  description="CYPRO-MINOAN SIGN CM083",
185443  direction="l",
185444  linebreak="al",
185445  unicodeslot=0x12FD5,
185446 },
185447 [0x12FD6]={
185448  category="lo",
185449  description="CYPRO-MINOAN SIGN CM084",
185450  direction="l",
185451  linebreak="al",
185452  unicodeslot=0x12FD6,
185453 },
185454 [0x12FD7]={
185455  category="lo",
185456  description="CYPRO-MINOAN SIGN CM085",
185457  direction="l",
185458  linebreak="al",
185459  unicodeslot=0x12FD7,
185460 },
185461 [0x12FD8]={
185462  category="lo",
185463  description="CYPRO-MINOAN SIGN CM086",
185464  direction="l",
185465  linebreak="al",
185466  unicodeslot=0x12FD8,
185467 },
185468 [0x12FD9]={
185469  category="lo",
185470  description="CYPRO-MINOAN SIGN CM087",
185471  direction="l",
185472  linebreak="al",
185473  unicodeslot=0x12FD9,
185474 },
185475 [0x12FDA]={
185476  category="lo",
185477  description="CYPRO-MINOAN SIGN CM088",
185478  direction="l",
185479  linebreak="al",
185480  unicodeslot=0x12FDA,
185481 },
185482 [0x12FDB]={
185483  category="lo",
185484  description="CYPRO-MINOAN SIGN CM089",
185485  direction="l",
185486  linebreak="al",
185487  unicodeslot=0x12FDB,
185488 },
185489 [0x12FDC]={
185490  category="lo",
185491  description="CYPRO-MINOAN SIGN CM090",
185492  direction="l",
185493  linebreak="al",
185494  unicodeslot=0x12FDC,
185495 },
185496 [0x12FDD]={
185497  category="lo",
185498  description="CYPRO-MINOAN SIGN CM091",
185499  direction="l",
185500  linebreak="al",
185501  unicodeslot=0x12FDD,
185502 },
185503 [0x12FDE]={
185504  category="lo",
185505  description="CYPRO-MINOAN SIGN CM092",
185506  direction="l",
185507  linebreak="al",
185508  unicodeslot=0x12FDE,
185509 },
185510 [0x12FDF]={
185511  category="lo",
185512  description="CYPRO-MINOAN SIGN CM094",
185513  direction="l",
185514  linebreak="al",
185515  unicodeslot=0x12FDF,
185516 },
185517 [0x12FE0]={
185518  category="lo",
185519  description="CYPRO-MINOAN SIGN CM095",
185520  direction="l",
185521  linebreak="al",
185522  unicodeslot=0x12FE0,
185523 },
185524 [0x12FE1]={
185525  category="lo",
185526  description="CYPRO-MINOAN SIGN CM096",
185527  direction="l",
185528  linebreak="al",
185529  unicodeslot=0x12FE1,
185530 },
185531 [0x12FE2]={
185532  category="lo",
185533  description="CYPRO-MINOAN SIGN CM097",
185534  direction="l",
185535  linebreak="al",
185536  unicodeslot=0x12FE2,
185537 },
185538 [0x12FE3]={
185539  category="lo",
185540  description="CYPRO-MINOAN SIGN CM098",
185541  direction="l",
185542  linebreak="al",
185543  unicodeslot=0x12FE3,
185544 },
185545 [0x12FE4]={
185546  category="lo",
185547  description="CYPRO-MINOAN SIGN CM099",
185548  direction="l",
185549  linebreak="al",
185550  unicodeslot=0x12FE4,
185551 },
185552 [0x12FE5]={
185553  category="lo",
185554  description="CYPRO-MINOAN SIGN CM100",
185555  direction="l",
185556  linebreak="al",
185557  unicodeslot=0x12FE5,
185558 },
185559 [0x12FE6]={
185560  category="lo",
185561  description="CYPRO-MINOAN SIGN CM101",
185562  direction="l",
185563  linebreak="al",
185564  unicodeslot=0x12FE6,
185565 },
185566 [0x12FE7]={
185567  category="lo",
185568  description="CYPRO-MINOAN SIGN CM102",
185569  direction="l",
185570  linebreak="al",
185571  unicodeslot=0x12FE7,
185572 },
185573 [0x12FE8]={
185574  category="lo",
185575  description="CYPRO-MINOAN SIGN CM103",
185576  direction="l",
185577  linebreak="al",
185578  unicodeslot=0x12FE8,
185579 },
185580 [0x12FE9]={
185581  category="lo",
185582  description="CYPRO-MINOAN SIGN CM104",
185583  direction="l",
185584  linebreak="al",
185585  unicodeslot=0x12FE9,
185586 },
185587 [0x12FEA]={
185588  category="lo",
185589  description="CYPRO-MINOAN SIGN CM105",
185590  direction="l",
185591  linebreak="al",
185592  unicodeslot=0x12FEA,
185593 },
185594 [0x12FEB]={
185595  category="lo",
185596  description="CYPRO-MINOAN SIGN CM107",
185597  direction="l",
185598  linebreak="al",
185599  unicodeslot=0x12FEB,
185600 },
185601 [0x12FEC]={
185602  category="lo",
185603  description="CYPRO-MINOAN SIGN CM108",
185604  direction="l",
185605  linebreak="al",
185606  unicodeslot=0x12FEC,
185607 },
185608 [0x12FED]={
185609  category="lo",
185610  description="CYPRO-MINOAN SIGN CM109",
185611  direction="l",
185612  linebreak="al",
185613  unicodeslot=0x12FED,
185614 },
185615 [0x12FEE]={
185616  category="lo",
185617  description="CYPRO-MINOAN SIGN CM110",
185618  direction="l",
185619  linebreak="al",
185620  unicodeslot=0x12FEE,
185621 },
185622 [0x12FEF]={
185623  category="lo",
185624  description="CYPRO-MINOAN SIGN CM112",
185625  direction="l",
185626  linebreak="al",
185627  unicodeslot=0x12FEF,
185628 },
185629 [0x12FF0]={
185630  category="lo",
185631  description="CYPRO-MINOAN SIGN CM114",
185632  direction="l",
185633  linebreak="al",
185634  unicodeslot=0x12FF0,
185635 },
185636 [0x12FF1]={
185637  category="po",
185638  description="CYPRO-MINOAN SIGN CM301",
185639  direction="l",
185640  linebreak="al",
185641  unicodeslot=0x12FF1,
185642 },
185643 [0x12FF2]={
185644  category="po",
185645  description="CYPRO-MINOAN SIGN CM302",
185646  direction="l",
185647  linebreak="al",
185648  unicodeslot=0x12FF2,
185649 },
185650 [0x13000]={
185651  category="lo",
185652  description="EGYPTIAN HIEROGLYPH A001",
185653  direction="l",
185654  linebreak="al",
185655  unicodeslot=0x13000,
185656 },
185657 [0x13001]={
185658  category="lo",
185659  description="EGYPTIAN HIEROGLYPH A002",
185660  direction="l",
185661  linebreak="al",
185662  unicodeslot=0x13001,
185663 },
185664 [0x13002]={
185665  category="lo",
185666  description="EGYPTIAN HIEROGLYPH A003",
185667  direction="l",
185668  linebreak="al",
185669  unicodeslot=0x13002,
185670 },
185671 [0x13003]={
185672  category="lo",
185673  description="EGYPTIAN HIEROGLYPH A004",
185674  direction="l",
185675  linebreak="al",
185676  unicodeslot=0x13003,
185677 },
185678 [0x13004]={
185679  category="lo",
185680  description="EGYPTIAN HIEROGLYPH A005",
185681  direction="l",
185682  linebreak="al",
185683  unicodeslot=0x13004,
185684 },
185685 [0x13005]={
185686  category="lo",
185687  description="EGYPTIAN HIEROGLYPH A005A",
185688  direction="l",
185689  linebreak="al",
185690  unicodeslot=0x13005,
185691 },
185692 [0x13006]={
185693  category="lo",
185694  description="EGYPTIAN HIEROGLYPH A006",
185695  direction="l",
185696  linebreak="al",
185697  unicodeslot=0x13006,
185698 },
185699 [0x13007]={
185700  category="lo",
185701  description="EGYPTIAN HIEROGLYPH A006A",
185702  direction="l",
185703  linebreak="al",
185704  unicodeslot=0x13007,
185705 },
185706 [0x13008]={
185707  category="lo",
185708  description="EGYPTIAN HIEROGLYPH A006B",
185709  direction="l",
185710  linebreak="al",
185711  unicodeslot=0x13008,
185712 },
185713 [0x13009]={
185714  category="lo",
185715  description="EGYPTIAN HIEROGLYPH A007",
185716  direction="l",
185717  linebreak="al",
185718  unicodeslot=0x13009,
185719 },
185720 [0x1300A]={
185721  category="lo",
185722  description="EGYPTIAN HIEROGLYPH A008",
185723  direction="l",
185724  linebreak="al",
185725  unicodeslot=0x1300A,
185726 },
185727 [0x1300B]={
185728  category="lo",
185729  description="EGYPTIAN HIEROGLYPH A009",
185730  direction="l",
185731  linebreak="al",
185732  unicodeslot=0x1300B,
185733 },
185734 [0x1300C]={
185735  category="lo",
185736  description="EGYPTIAN HIEROGLYPH A010",
185737  direction="l",
185738  linebreak="al",
185739  unicodeslot=0x1300C,
185740 },
185741 [0x1300D]={
185742  category="lo",
185743  description="EGYPTIAN HIEROGLYPH A011",
185744  direction="l",
185745  linebreak="al",
185746  unicodeslot=0x1300D,
185747 },
185748 [0x1300E]={
185749  category="lo",
185750  description="EGYPTIAN HIEROGLYPH A012",
185751  direction="l",
185752  linebreak="al",
185753  unicodeslot=0x1300E,
185754 },
185755 [0x1300F]={
185756  category="lo",
185757  description="EGYPTIAN HIEROGLYPH A013",
185758  direction="l",
185759  linebreak="al",
185760  unicodeslot=0x1300F,
185761 },
185762 [0x13010]={
185763  category="lo",
185764  description="EGYPTIAN HIEROGLYPH A014",
185765  direction="l",
185766  linebreak="al",
185767  unicodeslot=0x13010,
185768 },
185769 [0x13011]={
185770  category="lo",
185771  description="EGYPTIAN HIEROGLYPH A014A",
185772  direction="l",
185773  linebreak="al",
185774  unicodeslot=0x13011,
185775 },
185776 [0x13012]={
185777  category="lo",
185778  description="EGYPTIAN HIEROGLYPH A015",
185779  direction="l",
185780  linebreak="al",
185781  unicodeslot=0x13012,
185782 },
185783 [0x13013]={
185784  category="lo",
185785  description="EGYPTIAN HIEROGLYPH A016",
185786  direction="l",
185787  linebreak="al",
185788  unicodeslot=0x13013,
185789 },
185790 [0x13014]={
185791  category="lo",
185792  description="EGYPTIAN HIEROGLYPH A017",
185793  direction="l",
185794  linebreak="al",
185795  unicodeslot=0x13014,
185796 },
185797 [0x13015]={
185798  category="lo",
185799  description="EGYPTIAN HIEROGLYPH A017A",
185800  direction="l",
185801  linebreak="al",
185802  unicodeslot=0x13015,
185803 },
185804 [0x13016]={
185805  category="lo",
185806  description="EGYPTIAN HIEROGLYPH A018",
185807  direction="l",
185808  linebreak="al",
185809  unicodeslot=0x13016,
185810 },
185811 [0x13017]={
185812  category="lo",
185813  description="EGYPTIAN HIEROGLYPH A019",
185814  direction="l",
185815  linebreak="al",
185816  unicodeslot=0x13017,
185817 },
185818 [0x13018]={
185819  category="lo",
185820  description="EGYPTIAN HIEROGLYPH A020",
185821  direction="l",
185822  linebreak="al",
185823  unicodeslot=0x13018,
185824 },
185825 [0x13019]={
185826  category="lo",
185827  description="EGYPTIAN HIEROGLYPH A021",
185828  direction="l",
185829  linebreak="al",
185830  unicodeslot=0x13019,
185831 },
185832 [0x1301A]={
185833  category="lo",
185834  description="EGYPTIAN HIEROGLYPH A022",
185835  direction="l",
185836  linebreak="al",
185837  unicodeslot=0x1301A,
185838 },
185839 [0x1301B]={
185840  category="lo",
185841  description="EGYPTIAN HIEROGLYPH A023",
185842  direction="l",
185843  linebreak="al",
185844  unicodeslot=0x1301B,
185845 },
185846 [0x1301C]={
185847  category="lo",
185848  description="EGYPTIAN HIEROGLYPH A024",
185849  direction="l",
185850  linebreak="al",
185851  unicodeslot=0x1301C,
185852 },
185853 [0x1301D]={
185854  category="lo",
185855  description="EGYPTIAN HIEROGLYPH A025",
185856  direction="l",
185857  linebreak="al",
185858  unicodeslot=0x1301D,
185859 },
185860 [0x1301E]={
185861  category="lo",
185862  description="EGYPTIAN HIEROGLYPH A026",
185863  direction="l",
185864  linebreak="al",
185865  unicodeslot=0x1301E,
185866 },
185867 [0x1301F]={
185868  category="lo",
185869  description="EGYPTIAN HIEROGLYPH A027",
185870  direction="l",
185871  linebreak="al",
185872  unicodeslot=0x1301F,
185873 },
185874 [0x13020]={
185875  category="lo",
185876  description="EGYPTIAN HIEROGLYPH A028",
185877  direction="l",
185878  linebreak="al",
185879  unicodeslot=0x13020,
185880 },
185881 [0x13021]={
185882  category="lo",
185883  description="EGYPTIAN HIEROGLYPH A029",
185884  direction="l",
185885  linebreak="al",
185886  unicodeslot=0x13021,
185887 },
185888 [0x13022]={
185889  category="lo",
185890  description="EGYPTIAN HIEROGLYPH A030",
185891  direction="l",
185892  linebreak="al",
185893  unicodeslot=0x13022,
185894 },
185895 [0x13023]={
185896  category="lo",
185897  description="EGYPTIAN HIEROGLYPH A031",
185898  direction="l",
185899  linebreak="al",
185900  unicodeslot=0x13023,
185901 },
185902 [0x13024]={
185903  category="lo",
185904  description="EGYPTIAN HIEROGLYPH A032",
185905  direction="l",
185906  linebreak="al",
185907  unicodeslot=0x13024,
185908 },
185909 [0x13025]={
185910  category="lo",
185911  description="EGYPTIAN HIEROGLYPH A032A",
185912  direction="l",
185913  linebreak="al",
185914  unicodeslot=0x13025,
185915 },
185916 [0x13026]={
185917  category="lo",
185918  description="EGYPTIAN HIEROGLYPH A033",
185919  direction="l",
185920  linebreak="al",
185921  unicodeslot=0x13026,
185922 },
185923 [0x13027]={
185924  category="lo",
185925  description="EGYPTIAN HIEROGLYPH A034",
185926  direction="l",
185927  linebreak="al",
185928  unicodeslot=0x13027,
185929 },
185930 [0x13028]={
185931  category="lo",
185932  description="EGYPTIAN HIEROGLYPH A035",
185933  direction="l",
185934  linebreak="al",
185935  unicodeslot=0x13028,
185936 },
185937 [0x13029]={
185938  category="lo",
185939  description="EGYPTIAN HIEROGLYPH A036",
185940  direction="l",
185941  linebreak="al",
185942  unicodeslot=0x13029,
185943 },
185944 [0x1302A]={
185945  category="lo",
185946  description="EGYPTIAN HIEROGLYPH A037",
185947  direction="l",
185948  linebreak="al",
185949  unicodeslot=0x1302A,
185950 },
185951 [0x1302B]={
185952  category="lo",
185953  description="EGYPTIAN HIEROGLYPH A038",
185954  direction="l",
185955  linebreak="al",
185956  unicodeslot=0x1302B,
185957 },
185958 [0x1302C]={
185959  category="lo",
185960  description="EGYPTIAN HIEROGLYPH A039",
185961  direction="l",
185962  linebreak="al",
185963  unicodeslot=0x1302C,
185964 },
185965 [0x1302D]={
185966  category="lo",
185967  description="EGYPTIAN HIEROGLYPH A040",
185968  direction="l",
185969  linebreak="al",
185970  unicodeslot=0x1302D,
185971 },
185972 [0x1302E]={
185973  category="lo",
185974  description="EGYPTIAN HIEROGLYPH A040A",
185975  direction="l",
185976  linebreak="al",
185977  unicodeslot=0x1302E,
185978 },
185979 [0x1302F]={
185980  category="lo",
185981  description="EGYPTIAN HIEROGLYPH A041",
185982  direction="l",
185983  linebreak="al",
185984  unicodeslot=0x1302F,
185985 },
185986 [0x13030]={
185987  category="lo",
185988  description="EGYPTIAN HIEROGLYPH A042",
185989  direction="l",
185990  linebreak="al",
185991  unicodeslot=0x13030,
185992 },
185993 [0x13031]={
185994  category="lo",
185995  description="EGYPTIAN HIEROGLYPH A042A",
185996  direction="l",
185997  linebreak="al",
185998  unicodeslot=0x13031,
185999 },
186000 [0x13032]={
186001  category="lo",
186002  description="EGYPTIAN HIEROGLYPH A043",
186003  direction="l",
186004  linebreak="al",
186005  unicodeslot=0x13032,
186006 },
186007 [0x13033]={
186008  category="lo",
186009  description="EGYPTIAN HIEROGLYPH A043A",
186010  direction="l",
186011  linebreak="al",
186012  unicodeslot=0x13033,
186013 },
186014 [0x13034]={
186015  category="lo",
186016  description="EGYPTIAN HIEROGLYPH A044",
186017  direction="l",
186018  linebreak="al",
186019  unicodeslot=0x13034,
186020 },
186021 [0x13035]={
186022  category="lo",
186023  description="EGYPTIAN HIEROGLYPH A045",
186024  direction="l",
186025  linebreak="al",
186026  unicodeslot=0x13035,
186027 },
186028 [0x13036]={
186029  category="lo",
186030  description="EGYPTIAN HIEROGLYPH A045A",
186031  direction="l",
186032  linebreak="al",
186033  unicodeslot=0x13036,
186034 },
186035 [0x13037]={
186036  category="lo",
186037  description="EGYPTIAN HIEROGLYPH A046",
186038  direction="l",
186039  linebreak="al",
186040  unicodeslot=0x13037,
186041 },
186042 [0x13038]={
186043  category="lo",
186044  description="EGYPTIAN HIEROGLYPH A047",
186045  direction="l",
186046  linebreak="al",
186047  unicodeslot=0x13038,
186048 },
186049 [0x13039]={
186050  category="lo",
186051  description="EGYPTIAN HIEROGLYPH A048",
186052  direction="l",
186053  linebreak="al",
186054  unicodeslot=0x13039,
186055 },
186056 [0x1303A]={
186057  category="lo",
186058  description="EGYPTIAN HIEROGLYPH A049",
186059  direction="l",
186060  linebreak="al",
186061  unicodeslot=0x1303A,
186062 },
186063 [0x1303B]={
186064  category="lo",
186065  description="EGYPTIAN HIEROGLYPH A050",
186066  direction="l",
186067  linebreak="al",
186068  unicodeslot=0x1303B,
186069 },
186070 [0x1303C]={
186071  category="lo",
186072  description="EGYPTIAN HIEROGLYPH A051",
186073  direction="l",
186074  linebreak="al",
186075  unicodeslot=0x1303C,
186076 },
186077 [0x1303D]={
186078  category="lo",
186079  description="EGYPTIAN HIEROGLYPH A052",
186080  direction="l",
186081  linebreak="al",
186082  unicodeslot=0x1303D,
186083 },
186084 [0x1303E]={
186085  category="lo",
186086  description="EGYPTIAN HIEROGLYPH A053",
186087  direction="l",
186088  linebreak="al",
186089  unicodeslot=0x1303E,
186090 },
186091 [0x1303F]={
186092  category="lo",
186093  description="EGYPTIAN HIEROGLYPH A054",
186094  direction="l",
186095  linebreak="al",
186096  unicodeslot=0x1303F,
186097 },
186098 [0x13040]={
186099  category="lo",
186100  description="EGYPTIAN HIEROGLYPH A055",
186101  direction="l",
186102  linebreak="al",
186103  unicodeslot=0x13040,
186104 },
186105 [0x13041]={
186106  category="lo",
186107  description="EGYPTIAN HIEROGLYPH A056",
186108  direction="l",
186109  linebreak="al",
186110  unicodeslot=0x13041,
186111 },
186112 [0x13042]={
186113  category="lo",
186114  description="EGYPTIAN HIEROGLYPH A057",
186115  direction="l",
186116  linebreak="al",
186117  unicodeslot=0x13042,
186118 },
186119 [0x13043]={
186120  category="lo",
186121  description="EGYPTIAN HIEROGLYPH A058",
186122  direction="l",
186123  linebreak="al",
186124  unicodeslot=0x13043,
186125 },
186126 [0x13044]={
186127  category="lo",
186128  description="EGYPTIAN HIEROGLYPH A059",
186129  direction="l",
186130  linebreak="al",
186131  unicodeslot=0x13044,
186132 },
186133 [0x13045]={
186134  category="lo",
186135  description="EGYPTIAN HIEROGLYPH A060",
186136  direction="l",
186137  linebreak="al",
186138  unicodeslot=0x13045,
186139 },
186140 [0x13046]={
186141  category="lo",
186142  description="EGYPTIAN HIEROGLYPH A061",
186143  direction="l",
186144  linebreak="al",
186145  unicodeslot=0x13046,
186146 },
186147 [0x13047]={
186148  category="lo",
186149  description="EGYPTIAN HIEROGLYPH A062",
186150  direction="l",
186151  linebreak="al",
186152  unicodeslot=0x13047,
186153 },
186154 [0x13048]={
186155  category="lo",
186156  description="EGYPTIAN HIEROGLYPH A063",
186157  direction="l",
186158  linebreak="al",
186159  unicodeslot=0x13048,
186160 },
186161 [0x13049]={
186162  category="lo",
186163  description="EGYPTIAN HIEROGLYPH A064",
186164  direction="l",
186165  linebreak="al",
186166  unicodeslot=0x13049,
186167 },
186168 [0x1304A]={
186169  category="lo",
186170  description="EGYPTIAN HIEROGLYPH A065",
186171  direction="l",
186172  linebreak="al",
186173  unicodeslot=0x1304A,
186174 },
186175 [0x1304B]={
186176  category="lo",
186177  description="EGYPTIAN HIEROGLYPH A066",
186178  direction="l",
186179  linebreak="al",
186180  unicodeslot=0x1304B,
186181 },
186182 [0x1304C]={
186183  category="lo",
186184  description="EGYPTIAN HIEROGLYPH A067",
186185  direction="l",
186186  linebreak="al",
186187  unicodeslot=0x1304C,
186188 },
186189 [0x1304D]={
186190  category="lo",
186191  description="EGYPTIAN HIEROGLYPH A068",
186192  direction="l",
186193  linebreak="al",
186194  unicodeslot=0x1304D,
186195 },
186196 [0x1304E]={
186197  category="lo",
186198  description="EGYPTIAN HIEROGLYPH A069",
186199  direction="l",
186200  linebreak="al",
186201  unicodeslot=0x1304E,
186202 },
186203 [0x1304F]={
186204  category="lo",
186205  description="EGYPTIAN HIEROGLYPH A070",
186206  direction="l",
186207  linebreak="al",
186208  unicodeslot=0x1304F,
186209 },
186210 [0x13050]={
186211  category="lo",
186212  description="EGYPTIAN HIEROGLYPH B001",
186213  direction="l",
186214  linebreak="al",
186215  unicodeslot=0x13050,
186216 },
186217 [0x13051]={
186218  category="lo",
186219  description="EGYPTIAN HIEROGLYPH B002",
186220  direction="l",
186221  linebreak="al",
186222  unicodeslot=0x13051,
186223 },
186224 [0x13052]={
186225  category="lo",
186226  description="EGYPTIAN HIEROGLYPH B003",
186227  direction="l",
186228  linebreak="al",
186229  unicodeslot=0x13052,
186230 },
186231 [0x13053]={
186232  category="lo",
186233  description="EGYPTIAN HIEROGLYPH B004",
186234  direction="l",
186235  linebreak="al",
186236  unicodeslot=0x13053,
186237 },
186238 [0x13054]={
186239  category="lo",
186240  description="EGYPTIAN HIEROGLYPH B005",
186241  direction="l",
186242  linebreak="al",
186243  unicodeslot=0x13054,
186244 },
186245 [0x13055]={
186246  category="lo",
186247  description="EGYPTIAN HIEROGLYPH B005A",
186248  direction="l",
186249  linebreak="al",
186250  unicodeslot=0x13055,
186251 },
186252 [0x13056]={
186253  category="lo",
186254  description="EGYPTIAN HIEROGLYPH B006",
186255  direction="l",
186256  linebreak="al",
186257  unicodeslot=0x13056,
186258 },
186259 [0x13057]={
186260  category="lo",
186261  description="EGYPTIAN HIEROGLYPH B007",
186262  direction="l",
186263  linebreak="al",
186264  unicodeslot=0x13057,
186265 },
186266 [0x13058]={
186267  category="lo",
186268  description="EGYPTIAN HIEROGLYPH B008",
186269  direction="l",
186270  linebreak="al",
186271  unicodeslot=0x13058,
186272 },
186273 [0x13059]={
186274  category="lo",
186275  description="EGYPTIAN HIEROGLYPH B009",
186276  direction="l",
186277  linebreak="al",
186278  unicodeslot=0x13059,
186279 },
186280 [0x1305A]={
186281  category="lo",
186282  description="EGYPTIAN HIEROGLYPH C001",
186283  direction="l",
186284  linebreak="al",
186285  unicodeslot=0x1305A,
186286 },
186287 [0x1305B]={
186288  category="lo",
186289  description="EGYPTIAN HIEROGLYPH C002",
186290  direction="l",
186291  linebreak="al",
186292  unicodeslot=0x1305B,
186293 },
186294 [0x1305C]={
186295  category="lo",
186296  description="EGYPTIAN HIEROGLYPH C002A",
186297  direction="l",
186298  linebreak="al",
186299  unicodeslot=0x1305C,
186300 },
186301 [0x1305D]={
186302  category="lo",
186303  description="EGYPTIAN HIEROGLYPH C002B",
186304  direction="l",
186305  linebreak="al",
186306  unicodeslot=0x1305D,
186307 },
186308 [0x1305E]={
186309  category="lo",
186310  description="EGYPTIAN HIEROGLYPH C002C",
186311  direction="l",
186312  linebreak="al",
186313  unicodeslot=0x1305E,
186314 },
186315 [0x1305F]={
186316  category="lo",
186317  description="EGYPTIAN HIEROGLYPH C003",
186318  direction="l",
186319  linebreak="al",
186320  unicodeslot=0x1305F,
186321 },
186322 [0x13060]={
186323  category="lo",
186324  description="EGYPTIAN HIEROGLYPH C004",
186325  direction="l",
186326  linebreak="al",
186327  unicodeslot=0x13060,
186328 },
186329 [0x13061]={
186330  category="lo",
186331  description="EGYPTIAN HIEROGLYPH C005",
186332  direction="l",
186333  linebreak="al",
186334  unicodeslot=0x13061,
186335 },
186336 [0x13062]={
186337  category="lo",
186338  description="EGYPTIAN HIEROGLYPH C006",
186339  direction="l",
186340  linebreak="al",
186341  unicodeslot=0x13062,
186342 },
186343 [0x13063]={
186344  category="lo",
186345  description="EGYPTIAN HIEROGLYPH C007",
186346  direction="l",
186347  linebreak="al",
186348  unicodeslot=0x13063,
186349 },
186350 [0x13064]={
186351  category="lo",
186352  description="EGYPTIAN HIEROGLYPH C008",
186353  direction="l",
186354  linebreak="al",
186355  unicodeslot=0x13064,
186356 },
186357 [0x13065]={
186358  category="lo",
186359  description="EGYPTIAN HIEROGLYPH C009",
186360  direction="l",
186361  linebreak="al",
186362  unicodeslot=0x13065,
186363 },
186364 [0x13066]={
186365  category="lo",
186366  description="EGYPTIAN HIEROGLYPH C010",
186367  direction="l",
186368  linebreak="al",
186369  unicodeslot=0x13066,
186370 },
186371 [0x13067]={
186372  category="lo",
186373  description="EGYPTIAN HIEROGLYPH C010A",
186374  direction="l",
186375  linebreak="al",
186376  unicodeslot=0x13067,
186377 },
186378 [0x13068]={
186379  category="lo",
186380  description="EGYPTIAN HIEROGLYPH C011",
186381  direction="l",
186382  linebreak="al",
186383  unicodeslot=0x13068,
186384 },
186385 [0x13069]={
186386  category="lo",
186387  description="EGYPTIAN HIEROGLYPH C012",
186388  direction="l",
186389  linebreak="al",
186390  unicodeslot=0x13069,
186391 },
186392 [0x1306A]={
186393  category="lo",
186394  description="EGYPTIAN HIEROGLYPH C013",
186395  direction="l",
186396  linebreak="al",
186397  unicodeslot=0x1306A,
186398 },
186399 [0x1306B]={
186400  category="lo",
186401  description="EGYPTIAN HIEROGLYPH C014",
186402  direction="l",
186403  linebreak="al",
186404  unicodeslot=0x1306B,
186405 },
186406 [0x1306C]={
186407  category="lo",
186408  description="EGYPTIAN HIEROGLYPH C015",
186409  direction="l",
186410  linebreak="al",
186411  unicodeslot=0x1306C,
186412 },
186413 [0x1306D]={
186414  category="lo",
186415  description="EGYPTIAN HIEROGLYPH C016",
186416  direction="l",
186417  linebreak="al",
186418  unicodeslot=0x1306D,
186419 },
186420 [0x1306E]={
186421  category="lo",
186422  description="EGYPTIAN HIEROGLYPH C017",
186423  direction="l",
186424  linebreak="al",
186425  unicodeslot=0x1306E,
186426 },
186427 [0x1306F]={
186428  category="lo",
186429  description="EGYPTIAN HIEROGLYPH C018",
186430  direction="l",
186431  linebreak="al",
186432  unicodeslot=0x1306F,
186433 },
186434 [0x13070]={
186435  category="lo",
186436  description="EGYPTIAN HIEROGLYPH C019",
186437  direction="l",
186438  linebreak="al",
186439  unicodeslot=0x13070,
186440 },
186441 [0x13071]={
186442  category="lo",
186443  description="EGYPTIAN HIEROGLYPH C020",
186444  direction="l",
186445  linebreak="al",
186446  unicodeslot=0x13071,
186447 },
186448 [0x13072]={
186449  category="lo",
186450  description="EGYPTIAN HIEROGLYPH C021",
186451  direction="l",
186452  linebreak="al",
186453  unicodeslot=0x13072,
186454 },
186455 [0x13073]={
186456  category="lo",
186457  description="EGYPTIAN HIEROGLYPH C022",
186458  direction="l",
186459  linebreak="al",
186460  unicodeslot=0x13073,
186461 },
186462 [0x13074]={
186463  category="lo",
186464  description="EGYPTIAN HIEROGLYPH C023",
186465  direction="l",
186466  linebreak="al",
186467  unicodeslot=0x13074,
186468 },
186469 [0x13075]={
186470  category="lo",
186471  description="EGYPTIAN HIEROGLYPH C024",
186472  direction="l",
186473  linebreak="al",
186474  unicodeslot=0x13075,
186475 },
186476 [0x13076]={
186477  category="lo",
186478  description="EGYPTIAN HIEROGLYPH D001",
186479  direction="l",
186480  linebreak="al",
186481  unicodeslot=0x13076,
186482 },
186483 [0x13077]={
186484  category="lo",
186485  description="EGYPTIAN HIEROGLYPH D002",
186486  direction="l",
186487  linebreak="al",
186488  unicodeslot=0x13077,
186489 },
186490 [0x13078]={
186491  category="lo",
186492  description="EGYPTIAN HIEROGLYPH D003",
186493  direction="l",
186494  linebreak="al",
186495  unicodeslot=0x13078,
186496 },
186497 [0x13079]={
186498  category="lo",
186499  description="EGYPTIAN HIEROGLYPH D004",
186500  direction="l",
186501  linebreak="al",
186502  unicodeslot=0x13079,
186503 },
186504 [0x1307A]={
186505  category="lo",
186506  description="EGYPTIAN HIEROGLYPH D005",
186507  direction="l",
186508  linebreak="al",
186509  unicodeslot=0x1307A,
186510 },
186511 [0x1307B]={
186512  category="lo",
186513  description="EGYPTIAN HIEROGLYPH D006",
186514  direction="l",
186515  linebreak="al",
186516  unicodeslot=0x1307B,
186517 },
186518 [0x1307C]={
186519  category="lo",
186520  description="EGYPTIAN HIEROGLYPH D007",
186521  direction="l",
186522  linebreak="al",
186523  unicodeslot=0x1307C,
186524 },
186525 [0x1307D]={
186526  category="lo",
186527  description="EGYPTIAN HIEROGLYPH D008",
186528  direction="l",
186529  linebreak="al",
186530  unicodeslot=0x1307D,
186531 },
186532 [0x1307E]={
186533  category="lo",
186534  description="EGYPTIAN HIEROGLYPH D008A",
186535  direction="l",
186536  linebreak="al",
186537  unicodeslot=0x1307E,
186538 },
186539 [0x1307F]={
186540  category="lo",
186541  description="EGYPTIAN HIEROGLYPH D009",
186542  direction="l",
186543  linebreak="al",
186544  unicodeslot=0x1307F,
186545 },
186546 [0x13080]={
186547  category="lo",
186548  description="EGYPTIAN HIEROGLYPH D010",
186549  direction="l",
186550  linebreak="al",
186551  unicodeslot=0x13080,
186552 },
186553 [0x13081]={
186554  category="lo",
186555  description="EGYPTIAN HIEROGLYPH D011",
186556  direction="l",
186557  linebreak="al",
186558  unicodeslot=0x13081,
186559 },
186560 [0x13082]={
186561  category="lo",
186562  description="EGYPTIAN HIEROGLYPH D012",
186563  direction="l",
186564  linebreak="al",
186565  unicodeslot=0x13082,
186566 },
186567 [0x13083]={
186568  category="lo",
186569  description="EGYPTIAN HIEROGLYPH D013",
186570  direction="l",
186571  linebreak="al",
186572  unicodeslot=0x13083,
186573 },
186574 [0x13084]={
186575  category="lo",
186576  description="EGYPTIAN HIEROGLYPH D014",
186577  direction="l",
186578  linebreak="al",
186579  unicodeslot=0x13084,
186580 },
186581 [0x13085]={
186582  category="lo",
186583  description="EGYPTIAN HIEROGLYPH D015",
186584  direction="l",
186585  linebreak="al",
186586  unicodeslot=0x13085,
186587 },
186588 [0x13086]={
186589  category="lo",
186590  description="EGYPTIAN HIEROGLYPH D016",
186591  direction="l",
186592  linebreak="al",
186593  unicodeslot=0x13086,
186594 },
186595 [0x13087]={
186596  category="lo",
186597  description="EGYPTIAN HIEROGLYPH D017",
186598  direction="l",
186599  linebreak="al",
186600  unicodeslot=0x13087,
186601 },
186602 [0x13088]={
186603  category="lo",
186604  description="EGYPTIAN HIEROGLYPH D018",
186605  direction="l",
186606  linebreak="al",
186607  unicodeslot=0x13088,
186608 },
186609 [0x13089]={
186610  category="lo",
186611  description="EGYPTIAN HIEROGLYPH D019",
186612  direction="l",
186613  linebreak="al",
186614  unicodeslot=0x13089,
186615 },
186616 [0x1308A]={
186617  category="lo",
186618  description="EGYPTIAN HIEROGLYPH D020",
186619  direction="l",
186620  linebreak="al",
186621  unicodeslot=0x1308A,
186622 },
186623 [0x1308B]={
186624  category="lo",
186625  description="EGYPTIAN HIEROGLYPH D021",
186626  direction="l",
186627  linebreak="al",
186628  unicodeslot=0x1308B,
186629 },
186630 [0x1308C]={
186631  category="lo",
186632  description="EGYPTIAN HIEROGLYPH D022",
186633  direction="l",
186634  linebreak="al",
186635  unicodeslot=0x1308C,
186636 },
186637 [0x1308D]={
186638  category="lo",
186639  description="EGYPTIAN HIEROGLYPH D023",
186640  direction="l",
186641  linebreak="al",
186642  unicodeslot=0x1308D,
186643 },
186644 [0x1308E]={
186645  category="lo",
186646  description="EGYPTIAN HIEROGLYPH D024",
186647  direction="l",
186648  linebreak="al",
186649  unicodeslot=0x1308E,
186650 },
186651 [0x1308F]={
186652  category="lo",
186653  description="EGYPTIAN HIEROGLYPH D025",
186654  direction="l",
186655  linebreak="al",
186656  unicodeslot=0x1308F,
186657 },
186658 [0x13090]={
186659  category="lo",
186660  description="EGYPTIAN HIEROGLYPH D026",
186661  direction="l",
186662  linebreak="al",
186663  unicodeslot=0x13090,
186664 },
186665 [0x13091]={
186666  category="lo",
186667  description="EGYPTIAN HIEROGLYPH D027",
186668  direction="l",
186669  linebreak="al",
186670  unicodeslot=0x13091,
186671  variants=variants_90,
186672 },
186673 [0x13092]={
186674  category="lo",
186675  description="EGYPTIAN HIEROGLYPH D027A",
186676  direction="l",
186677  linebreak="al",
186678  unicodeslot=0x13092,
186679  variants=variants_90,
186680 },
186681 [0x13093]={
186682  category="lo",
186683  description="EGYPTIAN HIEROGLYPH D028",
186684  direction="l",
186685  linebreak="al",
186686  unicodeslot=0x13093,
186687  variants=variants_180,
186688 },
186689 [0x13094]={
186690  category="lo",
186691  description="EGYPTIAN HIEROGLYPH D029",
186692  direction="l",
186693  linebreak="al",
186694  unicodeslot=0x13094,
186695 },
186696 [0x13095]={
186697  category="lo",
186698  description="EGYPTIAN HIEROGLYPH D030",
186699  direction="l",
186700  linebreak="al",
186701  unicodeslot=0x13095,
186702 },
186703 [0x13096]={
186704  category="lo",
186705  description="EGYPTIAN HIEROGLYPH D031",
186706  direction="l",
186707  linebreak="al",
186708  unicodeslot=0x13096,
186709 },
186710 [0x13097]={
186711  category="lo",
186712  description="EGYPTIAN HIEROGLYPH D031A",
186713  direction="l",
186714  linebreak="al",
186715  unicodeslot=0x13097,
186716 },
186717 [0x13098]={
186718  category="lo",
186719  description="EGYPTIAN HIEROGLYPH D032",
186720  direction="l",
186721  linebreak="al",
186722  unicodeslot=0x13098,
186723 },
186724 [0x13099]={
186725  category="lo",
186726  description="EGYPTIAN HIEROGLYPH D033",
186727  direction="l",
186728  linebreak="al",
186729  unicodeslot=0x13099,
186730 },
186731 [0x1309A]={
186732  category="lo",
186733  description="EGYPTIAN HIEROGLYPH D034",
186734  direction="l",
186735  linebreak="al",
186736  unicodeslot=0x1309A,
186737 },
186738 [0x1309B]={
186739  category="lo",
186740  description="EGYPTIAN HIEROGLYPH D034A",
186741  direction="l",
186742  linebreak="al",
186743  unicodeslot=0x1309B,
186744 },
186745 [0x1309C]={
186746  category="lo",
186747  description="EGYPTIAN HIEROGLYPH D035",
186748  direction="l",
186749  linebreak="al",
186750  unicodeslot=0x1309C,
186751 },
186752 [0x1309D]={
186753  category="lo",
186754  description="EGYPTIAN HIEROGLYPH D036",
186755  direction="l",
186756  linebreak="al",
186757  unicodeslot=0x1309D,
186758 },
186759 [0x1309E]={
186760  category="lo",
186761  description="EGYPTIAN HIEROGLYPH D037",
186762  direction="l",
186763  linebreak="al",
186764  unicodeslot=0x1309E,
186765 },
186766 [0x1309F]={
186767  category="lo",
186768  description="EGYPTIAN HIEROGLYPH D038",
186769  direction="l",
186770  linebreak="al",
186771  unicodeslot=0x1309F,
186772 },
186773 [0x130A0]={
186774  category="lo",
186775  description="EGYPTIAN HIEROGLYPH D039",
186776  direction="l",
186777  linebreak="al",
186778  unicodeslot=0x130A0,
186779 },
186780 [0x130A1]={
186781  category="lo",
186782  description="EGYPTIAN HIEROGLYPH D040",
186783  direction="l",
186784  linebreak="al",
186785  unicodeslot=0x130A1,
186786 },
186787 [0x130A2]={
186788  category="lo",
186789  description="EGYPTIAN HIEROGLYPH D041",
186790  direction="l",
186791  linebreak="al",
186792  unicodeslot=0x130A2,
186793 },
186794 [0x130A3]={
186795  category="lo",
186796  description="EGYPTIAN HIEROGLYPH D042",
186797  direction="l",
186798  linebreak="al",
186799  unicodeslot=0x130A3,
186800 },
186801 [0x130A4]={
186802  category="lo",
186803  description="EGYPTIAN HIEROGLYPH D043",
186804  direction="l",
186805  linebreak="al",
186806  unicodeslot=0x130A4,
186807 },
186808 [0x130A5]={
186809  category="lo",
186810  description="EGYPTIAN HIEROGLYPH D044",
186811  direction="l",
186812  linebreak="al",
186813  unicodeslot=0x130A5,
186814 },
186815 [0x130A6]={
186816  category="lo",
186817  description="EGYPTIAN HIEROGLYPH D045",
186818  direction="l",
186819  linebreak="al",
186820  unicodeslot=0x130A6,
186821 },
186822 [0x130A7]={
186823  category="lo",
186824  description="EGYPTIAN HIEROGLYPH D046",
186825  direction="l",
186826  linebreak="al",
186827  unicodeslot=0x130A7,
186828 },
186829 [0x130A8]={
186830  category="lo",
186831  description="EGYPTIAN HIEROGLYPH D046A",
186832  direction="l",
186833  linebreak="al",
186834  unicodeslot=0x130A8,
186835 },
186836 [0x130A9]={
186837  category="lo",
186838  description="EGYPTIAN HIEROGLYPH D047",
186839  direction="l",
186840  linebreak="al",
186841  unicodeslot=0x130A9,
186842  variants=variants_180,
186843 },
186844 [0x130AA]={
186845  category="lo",
186846  description="EGYPTIAN HIEROGLYPH D048",
186847  direction="l",
186848  linebreak="al",
186849  unicodeslot=0x130AA,
186850 },
186851 [0x130AB]={
186852  category="lo",
186853  description="EGYPTIAN HIEROGLYPH D048A",
186854  direction="l",
186855  linebreak="al",
186856  unicodeslot=0x130AB,
186857 },
186858 [0x130AC]={
186859  category="lo",
186860  description="EGYPTIAN HIEROGLYPH D049",
186861  direction="l",
186862  linebreak="al",
186863  unicodeslot=0x130AC,
186864 },
186865 [0x130AD]={
186866  category="lo",
186867  description="EGYPTIAN HIEROGLYPH D050",
186868  direction="l",
186869  linebreak="al",
186870  unicodeslot=0x130AD,
186871 },
186872 [0x130AE]={
186873  category="lo",
186874  description="EGYPTIAN HIEROGLYPH D050A",
186875  direction="l",
186876  linebreak="al",
186877  unicodeslot=0x130AE,
186878 },
186879 [0x130AF]={
186880  category="lo",
186881  description="EGYPTIAN HIEROGLYPH D050B",
186882  direction="l",
186883  linebreak="al",
186884  unicodeslot=0x130AF,
186885 },
186886 [0x130B0]={
186887  category="lo",
186888  description="EGYPTIAN HIEROGLYPH D050C",
186889  direction="l",
186890  linebreak="al",
186891  unicodeslot=0x130B0,
186892 },
186893 [0x130B1]={
186894  category="lo",
186895  description="EGYPTIAN HIEROGLYPH D050D",
186896  direction="l",
186897  linebreak="al",
186898  unicodeslot=0x130B1,
186899 },
186900 [0x130B2]={
186901  category="lo",
186902  description="EGYPTIAN HIEROGLYPH D050E",
186903  direction="l",
186904  linebreak="al",
186905  unicodeslot=0x130B2,
186906 },
186907 [0x130B3]={
186908  category="lo",
186909  description="EGYPTIAN HIEROGLYPH D050F",
186910  direction="l",
186911  linebreak="al",
186912  unicodeslot=0x130B3,
186913 },
186914 [0x130B4]={
186915  category="lo",
186916  description="EGYPTIAN HIEROGLYPH D050G",
186917  direction="l",
186918  linebreak="al",
186919  unicodeslot=0x130B4,
186920 },
186921 [0x130B5]={
186922  category="lo",
186923  description="EGYPTIAN HIEROGLYPH D050H",
186924  direction="l",
186925  linebreak="al",
186926  unicodeslot=0x130B5,
186927 },
186928 [0x130B6]={
186929  category="lo",
186930  description="EGYPTIAN HIEROGLYPH D050I",
186931  direction="l",
186932  linebreak="al",
186933  unicodeslot=0x130B6,
186934 },
186935 [0x130B7]={
186936  category="lo",
186937  description="EGYPTIAN HIEROGLYPH D051",
186938  direction="l",
186939  linebreak="al",
186940  unicodeslot=0x130B7,
186941 },
186942 [0x130B8]={
186943  category="lo",
186944  description="EGYPTIAN HIEROGLYPH D052",
186945  direction="l",
186946  linebreak="al",
186947  unicodeslot=0x130B8,
186948 },
186949 [0x130B9]={
186950  category="lo",
186951  description="EGYPTIAN HIEROGLYPH D052A",
186952  direction="l",
186953  linebreak="al",
186954  unicodeslot=0x130B9,
186955 },
186956 [0x130BA]={
186957  category="lo",
186958  description="EGYPTIAN HIEROGLYPH D053",
186959  direction="l",
186960  linebreak="al",
186961  unicodeslot=0x130BA,
186962 },
186963 [0x130BB]={
186964  category="lo",
186965  description="EGYPTIAN HIEROGLYPH D054",
186966  direction="l",
186967  linebreak="al",
186968  unicodeslot=0x130BB,
186969 },
186970 [0x130BC]={
186971  category="lo",
186972  description="EGYPTIAN HIEROGLYPH D054A",
186973  direction="l",
186974  linebreak="al",
186975  unicodeslot=0x130BC,
186976 },
186977 [0x130BD]={
186978  category="lo",
186979  description="EGYPTIAN HIEROGLYPH D055",
186980  direction="l",
186981  linebreak="al",
186982  unicodeslot=0x130BD,
186983 },
186984 [0x130BE]={
186985  category="lo",
186986  description="EGYPTIAN HIEROGLYPH D056",
186987  direction="l",
186988  linebreak="al",
186989  unicodeslot=0x130BE,
186990 },
186991 [0x130BF]={
186992  category="lo",
186993  description="EGYPTIAN HIEROGLYPH D057",
186994  direction="l",
186995  linebreak="al",
186996  unicodeslot=0x130BF,
186997 },
186998 [0x130C0]={
186999  category="lo",
187000  description="EGYPTIAN HIEROGLYPH D058",
187001  direction="l",
187002  linebreak="al",
187003  unicodeslot=0x130C0,
187004 },
187005 [0x130C1]={
187006  category="lo",
187007  description="EGYPTIAN HIEROGLYPH D059",
187008  direction="l",
187009  linebreak="al",
187010  unicodeslot=0x130C1,
187011 },
187012 [0x130C2]={
187013  category="lo",
187014  description="EGYPTIAN HIEROGLYPH D060",
187015  direction="l",
187016  linebreak="al",
187017  unicodeslot=0x130C2,
187018 },
187019 [0x130C3]={
187020  category="lo",
187021  description="EGYPTIAN HIEROGLYPH D061",
187022  direction="l",
187023  linebreak="al",
187024  unicodeslot=0x130C3,
187025 },
187026 [0x130C4]={
187027  category="lo",
187028  description="EGYPTIAN HIEROGLYPH D062",
187029  direction="l",
187030  linebreak="al",
187031  unicodeslot=0x130C4,
187032 },
187033 [0x130C5]={
187034  category="lo",
187035  description="EGYPTIAN HIEROGLYPH D063",
187036  direction="l",
187037  linebreak="al",
187038  unicodeslot=0x130C5,
187039 },
187040 [0x130C6]={
187041  category="lo",
187042  description="EGYPTIAN HIEROGLYPH D064",
187043  direction="l",
187044  linebreak="al",
187045  unicodeslot=0x130C6,
187046 },
187047 [0x130C7]={
187048  category="lo",
187049  description="EGYPTIAN HIEROGLYPH D065",
187050  direction="l",
187051  linebreak="al",
187052  unicodeslot=0x130C7,
187053 },
187054 [0x130C8]={
187055  category="lo",
187056  description="EGYPTIAN HIEROGLYPH D066",
187057  direction="l",
187058  linebreak="al",
187059  unicodeslot=0x130C8,
187060 },
187061 [0x130C9]={
187062  category="lo",
187063  description="EGYPTIAN HIEROGLYPH D067",
187064  direction="l",
187065  linebreak="al",
187066  unicodeslot=0x130C9,
187067 },
187068 [0x130CA]={
187069  category="lo",
187070  description="EGYPTIAN HIEROGLYPH D067A",
187071  direction="l",
187072  linebreak="al",
187073  unicodeslot=0x130CA,
187074 },
187075 [0x130CB]={
187076  category="lo",
187077  description="EGYPTIAN HIEROGLYPH D067B",
187078  direction="l",
187079  linebreak="al",
187080  unicodeslot=0x130CB,
187081 },
187082 [0x130CC]={
187083  category="lo",
187084  description="EGYPTIAN HIEROGLYPH D067C",
187085  direction="l",
187086  linebreak="al",
187087  unicodeslot=0x130CC,
187088 },
187089 [0x130CD]={
187090  category="lo",
187091  description="EGYPTIAN HIEROGLYPH D067D",
187092  direction="l",
187093  linebreak="al",
187094  unicodeslot=0x130CD,
187095 },
187096 [0x130CE]={
187097  category="lo",
187098  description="EGYPTIAN HIEROGLYPH D067E",
187099  direction="l",
187100  linebreak="al",
187101  unicodeslot=0x130CE,
187102 },
187103 [0x130CF]={
187104  category="lo",
187105  description="EGYPTIAN HIEROGLYPH D067F",
187106  direction="l",
187107  linebreak="al",
187108  unicodeslot=0x130CF,
187109 },
187110 [0x130D0]={
187111  category="lo",
187112  description="EGYPTIAN HIEROGLYPH D067G",
187113  direction="l",
187114  linebreak="al",
187115  unicodeslot=0x130D0,
187116 },
187117 [0x130D1]={
187118  category="lo",
187119  description="EGYPTIAN HIEROGLYPH D067H",
187120  direction="l",
187121  linebreak="al",
187122  unicodeslot=0x130D1,
187123 },
187124 [0x130D2]={
187125  category="lo",
187126  description="EGYPTIAN HIEROGLYPH E001",
187127  direction="l",
187128  linebreak="al",
187129  unicodeslot=0x130D2,
187130 },
187131 [0x130D3]={
187132  category="lo",
187133  description="EGYPTIAN HIEROGLYPH E002",
187134  direction="l",
187135  linebreak="al",
187136  unicodeslot=0x130D3,
187137 },
187138 [0x130D4]={
187139  category="lo",
187140  description="EGYPTIAN HIEROGLYPH E003",
187141  direction="l",
187142  linebreak="al",
187143  unicodeslot=0x130D4,
187144 },
187145 [0x130D5]={
187146  category="lo",
187147  description="EGYPTIAN HIEROGLYPH E004",
187148  direction="l",
187149  linebreak="al",
187150  unicodeslot=0x130D5,
187151 },
187152 [0x130D6]={
187153  category="lo",
187154  description="EGYPTIAN HIEROGLYPH E005",
187155  direction="l",
187156  linebreak="al",
187157  unicodeslot=0x130D6,
187158 },
187159 [0x130D7]={
187160  category="lo",
187161  description="EGYPTIAN HIEROGLYPH E006",
187162  direction="l",
187163  linebreak="al",
187164  unicodeslot=0x130D7,
187165 },
187166 [0x130D8]={
187167  category="lo",
187168  description="EGYPTIAN HIEROGLYPH E007",
187169  direction="l",
187170  linebreak="al",
187171  unicodeslot=0x130D8,
187172 },
187173 [0x130D9]={
187174  category="lo",
187175  description="EGYPTIAN HIEROGLYPH E008",
187176  direction="l",
187177  linebreak="al",
187178  unicodeslot=0x130D9,
187179 },
187180 [0x130DA]={
187181  category="lo",
187182  description="EGYPTIAN HIEROGLYPH E008A",
187183  direction="l",
187184  linebreak="al",
187185  unicodeslot=0x130DA,
187186 },
187187 [0x130DB]={
187188  category="lo",
187189  description="EGYPTIAN HIEROGLYPH E009",
187190  direction="l",
187191  linebreak="al",
187192  unicodeslot=0x130DB,
187193 },
187194 [0x130DC]={
187195  category="lo",
187196  description="EGYPTIAN HIEROGLYPH E009A",
187197  direction="l",
187198  linebreak="al",
187199  unicodeslot=0x130DC,
187200 },
187201 [0x130DD]={
187202  category="lo",
187203  description="EGYPTIAN HIEROGLYPH E010",
187204  direction="l",
187205  linebreak="al",
187206  unicodeslot=0x130DD,
187207 },
187208 [0x130DE]={
187209  category="lo",
187210  description="EGYPTIAN HIEROGLYPH E011",
187211  direction="l",
187212  linebreak="al",
187213  unicodeslot=0x130DE,
187214 },
187215 [0x130DF]={
187216  category="lo",
187217  description="EGYPTIAN HIEROGLYPH E012",
187218  direction="l",
187219  linebreak="al",
187220  unicodeslot=0x130DF,
187221 },
187222 [0x130E0]={
187223  category="lo",
187224  description="EGYPTIAN HIEROGLYPH E013",
187225  direction="l",
187226  linebreak="al",
187227  unicodeslot=0x130E0,
187228 },
187229 [0x130E1]={
187230  category="lo",
187231  description="EGYPTIAN HIEROGLYPH E014",
187232  direction="l",
187233  linebreak="al",
187234  unicodeslot=0x130E1,
187235 },
187236 [0x130E2]={
187237  category="lo",
187238  description="EGYPTIAN HIEROGLYPH E015",
187239  direction="l",
187240  linebreak="al",
187241  unicodeslot=0x130E2,
187242 },
187243 [0x130E3]={
187244  category="lo",
187245  description="EGYPTIAN HIEROGLYPH E016",
187246  direction="l",
187247  linebreak="al",
187248  unicodeslot=0x130E3,
187249 },
187250 [0x130E4]={
187251  category="lo",
187252  description="EGYPTIAN HIEROGLYPH E016A",
187253  direction="l",
187254  linebreak="al",
187255  unicodeslot=0x130E4,
187256 },
187257 [0x130E5]={
187258  category="lo",
187259  description="EGYPTIAN HIEROGLYPH E017",
187260  direction="l",
187261  linebreak="al",
187262  unicodeslot=0x130E5,
187263 },
187264 [0x130E6]={
187265  category="lo",
187266  description="EGYPTIAN HIEROGLYPH E017A",
187267  direction="l",
187268  linebreak="al",
187269  unicodeslot=0x130E6,
187270 },
187271 [0x130E7]={
187272  category="lo",
187273  description="EGYPTIAN HIEROGLYPH E018",
187274  direction="l",
187275  linebreak="al",
187276  unicodeslot=0x130E7,
187277 },
187278 [0x130E8]={
187279  category="lo",
187280  description="EGYPTIAN HIEROGLYPH E019",
187281  direction="l",
187282  linebreak="al",
187283  unicodeslot=0x130E8,
187284 },
187285 [0x130E9]={
187286  category="lo",
187287  description="EGYPTIAN HIEROGLYPH E020",
187288  direction="l",
187289  linebreak="al",
187290  unicodeslot=0x130E9,
187291 },
187292 [0x130EA]={
187293  category="lo",
187294  description="EGYPTIAN HIEROGLYPH E020A",
187295  direction="l",
187296  linebreak="al",
187297  unicodeslot=0x130EA,
187298 },
187299 [0x130EB]={
187300  category="lo",
187301  description="EGYPTIAN HIEROGLYPH E021",
187302  direction="l",
187303  linebreak="al",
187304  unicodeslot=0x130EB,
187305 },
187306 [0x130EC]={
187307  category="lo",
187308  description="EGYPTIAN HIEROGLYPH E022",
187309  direction="l",
187310  linebreak="al",
187311  unicodeslot=0x130EC,
187312 },
187313 [0x130ED]={
187314  category="lo",
187315  description="EGYPTIAN HIEROGLYPH E023",
187316  direction="l",
187317  linebreak="al",
187318  unicodeslot=0x130ED,
187319 },
187320 [0x130EE]={
187321  category="lo",
187322  description="EGYPTIAN HIEROGLYPH E024",
187323  direction="l",
187324  linebreak="al",
187325  unicodeslot=0x130EE,
187326 },
187327 [0x130EF]={
187328  category="lo",
187329  description="EGYPTIAN HIEROGLYPH E025",
187330  direction="l",
187331  linebreak="al",
187332  unicodeslot=0x130EF,
187333 },
187334 [0x130F0]={
187335  category="lo",
187336  description="EGYPTIAN HIEROGLYPH E026",
187337  direction="l",
187338  linebreak="al",
187339  unicodeslot=0x130F0,
187340 },
187341 [0x130F1]={
187342  category="lo",
187343  description="EGYPTIAN HIEROGLYPH E027",
187344  direction="l",
187345  linebreak="al",
187346  unicodeslot=0x130F1,
187347 },
187348 [0x130F2]={
187349  category="lo",
187350  description="EGYPTIAN HIEROGLYPH E028",
187351  direction="l",
187352  linebreak="al",
187353  unicodeslot=0x130F2,
187354 },
187355 [0x130F3]={
187356  category="lo",
187357  description="EGYPTIAN HIEROGLYPH E028A",
187358  direction="l",
187359  linebreak="al",
187360  unicodeslot=0x130F3,
187361 },
187362 [0x130F4]={
187363  category="lo",
187364  description="EGYPTIAN HIEROGLYPH E029",
187365  direction="l",
187366  linebreak="al",
187367  unicodeslot=0x130F4,
187368 },
187369 [0x130F5]={
187370  category="lo",
187371  description="EGYPTIAN HIEROGLYPH E030",
187372  direction="l",
187373  linebreak="al",
187374  unicodeslot=0x130F5,
187375 },
187376 [0x130F6]={
187377  category="lo",
187378  description="EGYPTIAN HIEROGLYPH E031",
187379  direction="l",
187380  linebreak="al",
187381  unicodeslot=0x130F6,
187382 },
187383 [0x130F7]={
187384  category="lo",
187385  description="EGYPTIAN HIEROGLYPH E032",
187386  direction="l",
187387  linebreak="al",
187388  unicodeslot=0x130F7,
187389 },
187390 [0x130F8]={
187391  category="lo",
187392  description="EGYPTIAN HIEROGLYPH E033",
187393  direction="l",
187394  linebreak="al",
187395  unicodeslot=0x130F8,
187396 },
187397 [0x130F9]={
187398  category="lo",
187399  description="EGYPTIAN HIEROGLYPH E034",
187400  direction="l",
187401  linebreak="al",
187402  unicodeslot=0x130F9,
187403 },
187404 [0x130FA]={
187405  category="lo",
187406  description="EGYPTIAN HIEROGLYPH E034A",
187407  direction="l",
187408  linebreak="al",
187409  unicodeslot=0x130FA,
187410 },
187411 [0x130FB]={
187412  category="lo",
187413  description="EGYPTIAN HIEROGLYPH E036",
187414  direction="l",
187415  linebreak="al",
187416  unicodeslot=0x130FB,
187417 },
187418 [0x130FC]={
187419  category="lo",
187420  description="EGYPTIAN HIEROGLYPH E037",
187421  direction="l",
187422  linebreak="al",
187423  unicodeslot=0x130FC,
187424 },
187425 [0x130FD]={
187426  category="lo",
187427  description="EGYPTIAN HIEROGLYPH E038",
187428  direction="l",
187429  linebreak="al",
187430  unicodeslot=0x130FD,
187431 },
187432 [0x130FE]={
187433  category="lo",
187434  description="EGYPTIAN HIEROGLYPH F001",
187435  direction="l",
187436  linebreak="al",
187437  unicodeslot=0x130FE,
187438 },
187439 [0x130FF]={
187440  category="lo",
187441  description="EGYPTIAN HIEROGLYPH F001A",
187442  direction="l",
187443  linebreak="al",
187444  unicodeslot=0x130FF,
187445 },
187446 [0x13100]={
187447  category="lo",
187448  description="EGYPTIAN HIEROGLYPH F002",
187449  direction="l",
187450  linebreak="al",
187451  unicodeslot=0x13100,
187452 },
187453 [0x13101]={
187454  category="lo",
187455  description="EGYPTIAN HIEROGLYPH F003",
187456  direction="l",
187457  linebreak="al",
187458  unicodeslot=0x13101,
187459 },
187460 [0x13102]={
187461  category="lo",
187462  description="EGYPTIAN HIEROGLYPH F004",
187463  direction="l",
187464  linebreak="al",
187465  unicodeslot=0x13102,
187466 },
187467 [0x13103]={
187468  category="lo",
187469  description="EGYPTIAN HIEROGLYPH F005",
187470  direction="l",
187471  linebreak="al",
187472  unicodeslot=0x13103,
187473 },
187474 [0x13104]={
187475  category="lo",
187476  description="EGYPTIAN HIEROGLYPH F006",
187477  direction="l",
187478  linebreak="al",
187479  unicodeslot=0x13104,
187480 },
187481 [0x13105]={
187482  category="lo",
187483  description="EGYPTIAN HIEROGLYPH F007",
187484  direction="l",
187485  linebreak="al",
187486  unicodeslot=0x13105,
187487 },
187488 [0x13106]={
187489  category="lo",
187490  description="EGYPTIAN HIEROGLYPH F008",
187491  direction="l",
187492  linebreak="al",
187493  unicodeslot=0x13106,
187494 },
187495 [0x13107]={
187496  category="lo",
187497  description="EGYPTIAN HIEROGLYPH F009",
187498  direction="l",
187499  linebreak="al",
187500  unicodeslot=0x13107,
187501 },
187502 [0x13108]={
187503  category="lo",
187504  description="EGYPTIAN HIEROGLYPH F010",
187505  direction="l",
187506  linebreak="al",
187507  unicodeslot=0x13108,
187508 },
187509 [0x13109]={
187510  category="lo",
187511  description="EGYPTIAN HIEROGLYPH F011",
187512  direction="l",
187513  linebreak="al",
187514  unicodeslot=0x13109,
187515 },
187516 [0x1310A]={
187517  category="lo",
187518  description="EGYPTIAN HIEROGLYPH F012",
187519  direction="l",
187520  linebreak="al",
187521  unicodeslot=0x1310A,
187522 },
187523 [0x1310B]={
187524  category="lo",
187525  description="EGYPTIAN HIEROGLYPH F013",
187526  direction="l",
187527  linebreak="al",
187528  unicodeslot=0x1310B,
187529 },
187530 [0x1310C]={
187531  category="lo",
187532  description="EGYPTIAN HIEROGLYPH F013A",
187533  direction="l",
187534  linebreak="al",
187535  unicodeslot=0x1310C,
187536 },
187537 [0x1310D]={
187538  category="lo",
187539  description="EGYPTIAN HIEROGLYPH F014",
187540  direction="l",
187541  linebreak="al",
187542  unicodeslot=0x1310D,
187543 },
187544 [0x1310E]={
187545  category="lo",
187546  description="EGYPTIAN HIEROGLYPH F015",
187547  direction="l",
187548  linebreak="al",
187549  unicodeslot=0x1310E,
187550 },
187551 [0x1310F]={
187552  category="lo",
187553  description="EGYPTIAN HIEROGLYPH F016",
187554  direction="l",
187555  linebreak="al",
187556  unicodeslot=0x1310F,
187557  variants=variants_90,
187558 },
187559 [0x13110]={
187560  category="lo",
187561  description="EGYPTIAN HIEROGLYPH F017",
187562  direction="l",
187563  linebreak="al",
187564  unicodeslot=0x13110,
187565 },
187566 [0x13111]={
187567  category="lo",
187568  description="EGYPTIAN HIEROGLYPH F018",
187569  direction="l",
187570  linebreak="al",
187571  unicodeslot=0x13111,
187572 },
187573 [0x13112]={
187574  category="lo",
187575  description="EGYPTIAN HIEROGLYPH F019",
187576  direction="l",
187577  linebreak="al",
187578  unicodeslot=0x13112,
187579 },
187580 [0x13113]={
187581  category="lo",
187582  description="EGYPTIAN HIEROGLYPH F020",
187583  direction="l",
187584  linebreak="al",
187585  unicodeslot=0x13113,
187586 },
187587 [0x13114]={
187588  category="lo",
187589  description="EGYPTIAN HIEROGLYPH F021",
187590  direction="l",
187591  linebreak="al",
187592  unicodeslot=0x13114,
187593 },
187594 [0x13115]={
187595  category="lo",
187596  description="EGYPTIAN HIEROGLYPH F021A",
187597  direction="l",
187598  linebreak="al",
187599  unicodeslot=0x13115,
187600 },
187601 [0x13116]={
187602  category="lo",
187603  description="EGYPTIAN HIEROGLYPH F022",
187604  direction="l",
187605  linebreak="al",
187606  unicodeslot=0x13116,
187607 },
187608 [0x13117]={
187609  category="lo",
187610  description="EGYPTIAN HIEROGLYPH F023",
187611  direction="l",
187612  linebreak="al",
187613  unicodeslot=0x13117,
187614  variants=variants_270,
187615 },
187616 [0x13118]={
187617  category="lo",
187618  description="EGYPTIAN HIEROGLYPH F024",
187619  direction="l",
187620  linebreak="al",
187621  unicodeslot=0x13118,
187622 },
187623 [0x13119]={
187624  category="lo",
187625  description="EGYPTIAN HIEROGLYPH F025",
187626  direction="l",
187627  linebreak="al",
187628  unicodeslot=0x13119,
187629 },
187630 [0x1311A]={
187631  category="lo",
187632  description="EGYPTIAN HIEROGLYPH F026",
187633  direction="l",
187634  linebreak="al",
187635  unicodeslot=0x1311A,
187636 },
187637 [0x1311B]={
187638  category="lo",
187639  description="EGYPTIAN HIEROGLYPH F027",
187640  direction="l",
187641  linebreak="al",
187642  unicodeslot=0x1311B,
187643 },
187644 [0x1311C]={
187645  category="lo",
187646  description="EGYPTIAN HIEROGLYPH F028",
187647  direction="l",
187648  linebreak="al",
187649  unicodeslot=0x1311C,
187650  variants=variants_90,
187651 },
187652 [0x1311D]={
187653  category="lo",
187654  description="EGYPTIAN HIEROGLYPH F029",
187655  direction="l",
187656  linebreak="al",
187657  unicodeslot=0x1311D,
187658 },
187659 [0x1311E]={
187660  category="lo",
187661  description="EGYPTIAN HIEROGLYPH F030",
187662  direction="l",
187663  linebreak="al",
187664  unicodeslot=0x1311E,
187665 },
187666 [0x1311F]={
187667  category="lo",
187668  description="EGYPTIAN HIEROGLYPH F031",
187669  direction="l",
187670  linebreak="al",
187671  unicodeslot=0x1311F,
187672 },
187673 [0x13120]={
187674  category="lo",
187675  description="EGYPTIAN HIEROGLYPH F031A",
187676  direction="l",
187677  linebreak="al",
187678  unicodeslot=0x13120,
187679 },
187680 [0x13121]={
187681  category="lo",
187682  description="EGYPTIAN HIEROGLYPH F032",
187683  direction="l",
187684  linebreak="al",
187685  unicodeslot=0x13121,
187686  variants=variants_90,
187687 },
187688 [0x13122]={
187689  category="lo",
187690  description="EGYPTIAN HIEROGLYPH F033",
187691  direction="l",
187692  linebreak="al",
187693  unicodeslot=0x13122,
187694 },
187695 [0x13123]={
187696  category="lo",
187697  description="EGYPTIAN HIEROGLYPH F034",
187698  direction="l",
187699  linebreak="al",
187700  unicodeslot=0x13123,
187701 },
187702 [0x13124]={
187703  category="lo",
187704  description="EGYPTIAN HIEROGLYPH F035",
187705  direction="l",
187706  linebreak="al",
187707  unicodeslot=0x13124,
187708 },
187709 [0x13125]={
187710  category="lo",
187711  description="EGYPTIAN HIEROGLYPH F036",
187712  direction="l",
187713  linebreak="al",
187714  unicodeslot=0x13125,
187715 },
187716 [0x13126]={
187717  category="lo",
187718  description="EGYPTIAN HIEROGLYPH F037",
187719  direction="l",
187720  linebreak="al",
187721  unicodeslot=0x13126,
187722 },
187723 [0x13127]={
187724  category="lo",
187725  description="EGYPTIAN HIEROGLYPH F037A",
187726  direction="l",
187727  linebreak="al",
187728  unicodeslot=0x13127,
187729  variants=variants_90,
187730 },
187731 [0x13128]={
187732  category="lo",
187733  description="EGYPTIAN HIEROGLYPH F038",
187734  direction="l",
187735  linebreak="al",
187736  unicodeslot=0x13128,
187737 },
187738 [0x13129]={
187739  category="lo",
187740  description="EGYPTIAN HIEROGLYPH F038A",
187741  direction="l",
187742  linebreak="al",
187743  unicodeslot=0x13129,
187744 },
187745 [0x1312A]={
187746  category="lo",
187747  description="EGYPTIAN HIEROGLYPH F039",
187748  direction="l",
187749  linebreak="al",
187750  unicodeslot=0x1312A,
187751 },
187752 [0x1312B]={
187753  category="lo",
187754  description="EGYPTIAN HIEROGLYPH F040",
187755  direction="l",
187756  linebreak="al",
187757  unicodeslot=0x1312B,
187758 },
187759 [0x1312C]={
187760  category="lo",
187761  description="EGYPTIAN HIEROGLYPH F041",
187762  direction="l",
187763  linebreak="al",
187764  unicodeslot=0x1312C,
187765 },
187766 [0x1312D]={
187767  category="lo",
187768  description="EGYPTIAN HIEROGLYPH F042",
187769  direction="l",
187770  linebreak="al",
187771  unicodeslot=0x1312D,
187772 },
187773 [0x1312E]={
187774  category="lo",
187775  description="EGYPTIAN HIEROGLYPH F043",
187776  direction="l",
187777  linebreak="al",
187778  unicodeslot=0x1312E,
187779 },
187780 [0x1312F]={
187781  category="lo",
187782  description="EGYPTIAN HIEROGLYPH F044",
187783  direction="l",
187784  linebreak="al",
187785  unicodeslot=0x1312F,
187786 },
187787 [0x13130]={
187788  category="lo",
187789  description="EGYPTIAN HIEROGLYPH F045",
187790  direction="l",
187791  linebreak="al",
187792  unicodeslot=0x13130,
187793 },
187794 [0x13131]={
187795  category="lo",
187796  description="EGYPTIAN HIEROGLYPH F045A",
187797  direction="l",
187798  linebreak="al",
187799  unicodeslot=0x13131,
187800 },
187801 [0x13132]={
187802  category="lo",
187803  description="EGYPTIAN HIEROGLYPH F046",
187804  direction="l",
187805  linebreak="al",
187806  unicodeslot=0x13132,
187807 },
187808 [0x13133]={
187809  category="lo",
187810  description="EGYPTIAN HIEROGLYPH F046A",
187811  direction="l",
187812  linebreak="al",
187813  unicodeslot=0x13133,
187814 },
187815 [0x13134]={
187816  category="lo",
187817  description="EGYPTIAN HIEROGLYPH F047",
187818  direction="l",
187819  linebreak="al",
187820  unicodeslot=0x13134,
187821 },
187822 [0x13135]={
187823  category="lo",
187824  description="EGYPTIAN HIEROGLYPH F047A",
187825  direction="l",
187826  linebreak="al",
187827  unicodeslot=0x13135,
187828 },
187829 [0x13136]={
187830  category="lo",
187831  description="EGYPTIAN HIEROGLYPH F048",
187832  direction="l",
187833  linebreak="al",
187834  unicodeslot=0x13136,
187835 },
187836 [0x13137]={
187837  category="lo",
187838  description="EGYPTIAN HIEROGLYPH F049",
187839  direction="l",
187840  linebreak="al",
187841  unicodeslot=0x13137,
187842 },
187843 [0x13138]={
187844  category="lo",
187845  description="EGYPTIAN HIEROGLYPH F050",
187846  direction="l",
187847  linebreak="al",
187848  unicodeslot=0x13138,
187849 },
187850 [0x13139]={
187851  category="lo",
187852  description="EGYPTIAN HIEROGLYPH F051",
187853  direction="l",
187854  linebreak="al",
187855  unicodeslot=0x13139,
187856  variants=variants_90_270,
187857 },
187858 [0x1313A]={
187859  category="lo",
187860  description="EGYPTIAN HIEROGLYPH F051A",
187861  direction="l",
187862  linebreak="al",
187863  unicodeslot=0x1313A,
187864 },
187865 [0x1313B]={
187866  category="lo",
187867  description="EGYPTIAN HIEROGLYPH F051B",
187868  direction="l",
187869  linebreak="al",
187870  unicodeslot=0x1313B,
187871 },
187872 [0x1313C]={
187873  category="lo",
187874  description="EGYPTIAN HIEROGLYPH F051C",
187875  direction="l",
187876  linebreak="al",
187877  unicodeslot=0x1313C,
187878 },
187879 [0x1313D]={
187880  category="lo",
187881  description="EGYPTIAN HIEROGLYPH F052",
187882  direction="l",
187883  linebreak="al",
187884  unicodeslot=0x1313D,
187885 },
187886 [0x1313E]={
187887  category="lo",
187888  description="EGYPTIAN HIEROGLYPH F053",
187889  direction="l",
187890  linebreak="al",
187891  unicodeslot=0x1313E,
187892 },
187893 [0x1313F]={
187894  category="lo",
187895  description="EGYPTIAN HIEROGLYPH G001",
187896  direction="l",
187897  linebreak="al",
187898  unicodeslot=0x1313F,
187899 },
187900 [0x13140]={
187901  category="lo",
187902  description="EGYPTIAN HIEROGLYPH G002",
187903  direction="l",
187904  linebreak="al",
187905  unicodeslot=0x13140,
187906 },
187907 [0x13141]={
187908  category="lo",
187909  description="EGYPTIAN HIEROGLYPH G003",
187910  direction="l",
187911  linebreak="al",
187912  unicodeslot=0x13141,
187913 },
187914 [0x13142]={
187915  category="lo",
187916  description="EGYPTIAN HIEROGLYPH G004",
187917  direction="l",
187918  linebreak="al",
187919  unicodeslot=0x13142,
187920 },
187921 [0x13143]={
187922  category="lo",
187923  description="EGYPTIAN HIEROGLYPH G005",
187924  direction="l",
187925  linebreak="al",
187926  unicodeslot=0x13143,
187927 },
187928 [0x13144]={
187929  category="lo",
187930  description="EGYPTIAN HIEROGLYPH G006",
187931  direction="l",
187932  linebreak="al",
187933  unicodeslot=0x13144,
187934 },
187935 [0x13145]={
187936  category="lo",
187937  description="EGYPTIAN HIEROGLYPH G006A",
187938  direction="l",
187939  linebreak="al",
187940  unicodeslot=0x13145,
187941 },
187942 [0x13146]={
187943  category="lo",
187944  description="EGYPTIAN HIEROGLYPH G007",
187945  direction="l",
187946  linebreak="al",
187947  unicodeslot=0x13146,
187948 },
187949 [0x13147]={
187950  category="lo",
187951  description="EGYPTIAN HIEROGLYPH G007A",
187952  direction="l",
187953  linebreak="al",
187954  unicodeslot=0x13147,
187955 },
187956 [0x13148]={
187957  category="lo",
187958  description="EGYPTIAN HIEROGLYPH G007B",
187959  direction="l",
187960  linebreak="al",
187961  unicodeslot=0x13148,
187962 },
187963 [0x13149]={
187964  category="lo",
187965  description="EGYPTIAN HIEROGLYPH G008",
187966  direction="l",
187967  linebreak="al",
187968  unicodeslot=0x13149,
187969 },
187970 [0x1314A]={
187971  category="lo",
187972  description="EGYPTIAN HIEROGLYPH G009",
187973  direction="l",
187974  linebreak="al",
187975  unicodeslot=0x1314A,
187976 },
187977 [0x1314B]={
187978  category="lo",
187979  description="EGYPTIAN HIEROGLYPH G010",
187980  direction="l",
187981  linebreak="al",
187982  unicodeslot=0x1314B,
187983 },
187984 [0x1314C]={
187985  category="lo",
187986  description="EGYPTIAN HIEROGLYPH G011",
187987  direction="l",
187988  linebreak="al",
187989  unicodeslot=0x1314C,
187990 },
187991 [0x1314D]={
187992  category="lo",
187993  description="EGYPTIAN HIEROGLYPH G011A",
187994  direction="l",
187995  linebreak="al",
187996  unicodeslot=0x1314D,
187997 },
187998 [0x1314E]={
187999  category="lo",
188000  description="EGYPTIAN HIEROGLYPH G012",
188001  direction="l",
188002  linebreak="al",
188003  unicodeslot=0x1314E,
188004 },
188005 [0x1314F]={
188006  category="lo",
188007  description="EGYPTIAN HIEROGLYPH G013",
188008  direction="l",
188009  linebreak="al",
188010  unicodeslot=0x1314F,
188011 },
188012 [0x13150]={
188013  category="lo",
188014  description="EGYPTIAN HIEROGLYPH G014",
188015  direction="l",
188016  linebreak="al",
188017  unicodeslot=0x13150,
188018 },
188019 [0x13151]={
188020  category="lo",
188021  description="EGYPTIAN HIEROGLYPH G015",
188022  direction="l",
188023  linebreak="al",
188024  unicodeslot=0x13151,
188025 },
188026 [0x13152]={
188027  category="lo",
188028  description="EGYPTIAN HIEROGLYPH G016",
188029  direction="l",
188030  linebreak="al",
188031  unicodeslot=0x13152,
188032 },
188033 [0x13153]={
188034  category="lo",
188035  description="EGYPTIAN HIEROGLYPH G017",
188036  direction="l",
188037  linebreak="al",
188038  unicodeslot=0x13153,
188039 },
188040 [0x13154]={
188041  category="lo",
188042  description="EGYPTIAN HIEROGLYPH G018",
188043  direction="l",
188044  linebreak="al",
188045  unicodeslot=0x13154,
188046 },
188047 [0x13155]={
188048  category="lo",
188049  description="EGYPTIAN HIEROGLYPH G019",
188050  direction="l",
188051  linebreak="al",
188052  unicodeslot=0x13155,
188053 },
188054 [0x13156]={
188055  category="lo",
188056  description="EGYPTIAN HIEROGLYPH G020",
188057  direction="l",
188058  linebreak="al",
188059  unicodeslot=0x13156,
188060 },
188061 [0x13157]={
188062  category="lo",
188063  description="EGYPTIAN HIEROGLYPH G020A",
188064  direction="l",
188065  linebreak="al",
188066  unicodeslot=0x13157,
188067 },
188068 [0x13158]={
188069  category="lo",
188070  description="EGYPTIAN HIEROGLYPH G021",
188071  direction="l",
188072  linebreak="al",
188073  unicodeslot=0x13158,
188074 },
188075 [0x13159]={
188076  category="lo",
188077  description="EGYPTIAN HIEROGLYPH G022",
188078  direction="l",
188079  linebreak="al",
188080  unicodeslot=0x13159,
188081 },
188082 [0x1315A]={
188083  category="lo",
188084  description="EGYPTIAN HIEROGLYPH G023",
188085  direction="l",
188086  linebreak="al",
188087  unicodeslot=0x1315A,
188088 },
188089 [0x1315B]={
188090  category="lo",
188091  description="EGYPTIAN HIEROGLYPH G024",
188092  direction="l",
188093  linebreak="al",
188094  unicodeslot=0x1315B,
188095 },
188096 [0x1315C]={
188097  category="lo",
188098  description="EGYPTIAN HIEROGLYPH G025",
188099  direction="l",
188100  linebreak="al",
188101  unicodeslot=0x1315C,
188102 },
188103 [0x1315D]={
188104  category="lo",
188105  description="EGYPTIAN HIEROGLYPH G026",
188106  direction="l",
188107  linebreak="al",
188108  unicodeslot=0x1315D,
188109 },
188110 [0x1315E]={
188111  category="lo",
188112  description="EGYPTIAN HIEROGLYPH G026A",
188113  direction="l",
188114  linebreak="al",
188115  unicodeslot=0x1315E,
188116 },
188117 [0x1315F]={
188118  category="lo",
188119  description="EGYPTIAN HIEROGLYPH G027",
188120  direction="l",
188121  linebreak="al",
188122  unicodeslot=0x1315F,
188123 },
188124 [0x13160]={
188125  category="lo",
188126  description="EGYPTIAN HIEROGLYPH G028",
188127  direction="l",
188128  linebreak="al",
188129  unicodeslot=0x13160,
188130 },
188131 [0x13161]={
188132  category="lo",
188133  description="EGYPTIAN HIEROGLYPH G029",
188134  direction="l",
188135  linebreak="al",
188136  unicodeslot=0x13161,
188137 },
188138 [0x13162]={
188139  category="lo",
188140  description="EGYPTIAN HIEROGLYPH G030",
188141  direction="l",
188142  linebreak="al",
188143  unicodeslot=0x13162,
188144 },
188145 [0x13163]={
188146  category="lo",
188147  description="EGYPTIAN HIEROGLYPH G031",
188148  direction="l",
188149  linebreak="al",
188150  unicodeslot=0x13163,
188151 },
188152 [0x13164]={
188153  category="lo",
188154  description="EGYPTIAN HIEROGLYPH G032",
188155  direction="l",
188156  linebreak="al",
188157  unicodeslot=0x13164,
188158 },
188159 [0x13165]={
188160  category="lo",
188161  description="EGYPTIAN HIEROGLYPH G033",
188162  direction="l",
188163  linebreak="al",
188164  unicodeslot=0x13165,
188165 },
188166 [0x13166]={
188167  category="lo",
188168  description="EGYPTIAN HIEROGLYPH G034",
188169  direction="l",
188170  linebreak="al",
188171  unicodeslot=0x13166,
188172 },
188173 [0x13167]={
188174  category="lo",
188175  description="EGYPTIAN HIEROGLYPH G035",
188176  direction="l",
188177  linebreak="al",
188178  unicodeslot=0x13167,
188179 },
188180 [0x13168]={
188181  category="lo",
188182  description="EGYPTIAN HIEROGLYPH G036",
188183  direction="l",
188184  linebreak="al",
188185  unicodeslot=0x13168,
188186 },
188187 [0x13169]={
188188  category="lo",
188189  description="EGYPTIAN HIEROGLYPH G036A",
188190  direction="l",
188191  linebreak="al",
188192  unicodeslot=0x13169,
188193 },
188194 [0x1316A]={
188195  category="lo",
188196  description="EGYPTIAN HIEROGLYPH G037",
188197  direction="l",
188198  linebreak="al",
188199  unicodeslot=0x1316A,
188200 },
188201 [0x1316B]={
188202  category="lo",
188203  description="EGYPTIAN HIEROGLYPH G037A",
188204  direction="l",
188205  linebreak="al",
188206  unicodeslot=0x1316B,
188207 },
188208 [0x1316C]={
188209  category="lo",
188210  description="EGYPTIAN HIEROGLYPH G038",
188211  direction="l",
188212  linebreak="al",
188213  unicodeslot=0x1316C,
188214 },
188215 [0x1316D]={
188216  category="lo",
188217  description="EGYPTIAN HIEROGLYPH G039",
188218  direction="l",
188219  linebreak="al",
188220  unicodeslot=0x1316D,
188221 },
188222 [0x1316E]={
188223  category="lo",
188224  description="EGYPTIAN HIEROGLYPH G040",
188225  direction="l",
188226  linebreak="al",
188227  unicodeslot=0x1316E,
188228 },
188229 [0x1316F]={
188230  category="lo",
188231  description="EGYPTIAN HIEROGLYPH G041",
188232  direction="l",
188233  linebreak="al",
188234  unicodeslot=0x1316F,
188235 },
188236 [0x13170]={
188237  category="lo",
188238  description="EGYPTIAN HIEROGLYPH G042",
188239  direction="l",
188240  linebreak="al",
188241  unicodeslot=0x13170,
188242 },
188243 [0x13171]={
188244  category="lo",
188245  description="EGYPTIAN HIEROGLYPH G043",
188246  direction="l",
188247  linebreak="al",
188248  unicodeslot=0x13171,
188249 },
188250 [0x13172]={
188251  category="lo",
188252  description="EGYPTIAN HIEROGLYPH G043A",
188253  direction="l",
188254  linebreak="al",
188255  unicodeslot=0x13172,
188256 },
188257 [0x13173]={
188258  category="lo",
188259  description="EGYPTIAN HIEROGLYPH G044",
188260  direction="l",
188261  linebreak="al",
188262  unicodeslot=0x13173,
188263 },
188264 [0x13174]={
188265  category="lo",
188266  description="EGYPTIAN HIEROGLYPH G045",
188267  direction="l",
188268  linebreak="al",
188269  unicodeslot=0x13174,
188270 },
188271 [0x13175]={
188272  category="lo",
188273  description="EGYPTIAN HIEROGLYPH G045A",
188274  direction="l",
188275  linebreak="al",
188276  unicodeslot=0x13175,
188277 },
188278 [0x13176]={
188279  category="lo",
188280  description="EGYPTIAN HIEROGLYPH G046",
188281  direction="l",
188282  linebreak="al",
188283  unicodeslot=0x13176,
188284 },
188285 [0x13177]={
188286  category="lo",
188287  description="EGYPTIAN HIEROGLYPH G047",
188288  direction="l",
188289  linebreak="al",
188290  unicodeslot=0x13177,
188291 },
188292 [0x13178]={
188293  category="lo",
188294  description="EGYPTIAN HIEROGLYPH G048",
188295  direction="l",
188296  linebreak="al",
188297  unicodeslot=0x13178,
188298 },
188299 [0x13179]={
188300  category="lo",
188301  description="EGYPTIAN HIEROGLYPH G049",
188302  direction="l",
188303  linebreak="al",
188304  unicodeslot=0x13179,
188305 },
188306 [0x1317A]={
188307  category="lo",
188308  description="EGYPTIAN HIEROGLYPH G050",
188309  direction="l",
188310  linebreak="al",
188311  unicodeslot=0x1317A,
188312 },
188313 [0x1317B]={
188314  category="lo",
188315  description="EGYPTIAN HIEROGLYPH G051",
188316  direction="l",
188317  linebreak="al",
188318  unicodeslot=0x1317B,
188319 },
188320 [0x1317C]={
188321  category="lo",
188322  description="EGYPTIAN HIEROGLYPH G052",
188323  direction="l",
188324  linebreak="al",
188325  unicodeslot=0x1317C,
188326 },
188327 [0x1317D]={
188328  category="lo",
188329  description="EGYPTIAN HIEROGLYPH G053",
188330  direction="l",
188331  linebreak="al",
188332  unicodeslot=0x1317D,
188333 },
188334 [0x1317E]={
188335  category="lo",
188336  description="EGYPTIAN HIEROGLYPH G054",
188337  direction="l",
188338  linebreak="al",
188339  unicodeslot=0x1317E,
188340 },
188341 [0x1317F]={
188342  category="lo",
188343  description="EGYPTIAN HIEROGLYPH H001",
188344  direction="l",
188345  linebreak="al",
188346  unicodeslot=0x1317F,
188347 },
188348 [0x13180]={
188349  category="lo",
188350  description="EGYPTIAN HIEROGLYPH H002",
188351  direction="l",
188352  linebreak="al",
188353  unicodeslot=0x13180,
188354 },
188355 [0x13181]={
188356  category="lo",
188357  description="EGYPTIAN HIEROGLYPH H003",
188358  direction="l",
188359  linebreak="al",
188360  unicodeslot=0x13181,
188361 },
188362 [0x13182]={
188363  category="lo",
188364  description="EGYPTIAN HIEROGLYPH H004",
188365  direction="l",
188366  linebreak="al",
188367  unicodeslot=0x13182,
188368 },
188369 [0x13183]={
188370  category="lo",
188371  description="EGYPTIAN HIEROGLYPH H005",
188372  direction="l",
188373  linebreak="al",
188374  unicodeslot=0x13183,
188375  variants=variants_270,
188376 },
188377 [0x13184]={
188378  category="lo",
188379  description="EGYPTIAN HIEROGLYPH H006",
188380  direction="l",
188381  linebreak="al",
188382  unicodeslot=0x13184,
188383 },
188384 [0x13185]={
188385  category="lo",
188386  description="EGYPTIAN HIEROGLYPH H006A",
188387  direction="l",
188388  linebreak="al",
188389  unicodeslot=0x13185,
188390 },
188391 [0x13186]={
188392  category="lo",
188393  description="EGYPTIAN HIEROGLYPH H007",
188394  direction="l",
188395  linebreak="al",
188396  unicodeslot=0x13186,
188397 },
188398 [0x13187]={
188399  category="lo",
188400  description="EGYPTIAN HIEROGLYPH H008",
188401  direction="l",
188402  linebreak="al",
188403  unicodeslot=0x13187,
188404  variants=variants_180,
188405 },
188406 [0x13188]={
188407  category="lo",
188408  description="EGYPTIAN HIEROGLYPH I001",
188409  direction="l",
188410  linebreak="al",
188411  unicodeslot=0x13188,
188412 },
188413 [0x13189]={
188414  category="lo",
188415  description="EGYPTIAN HIEROGLYPH I002",
188416  direction="l",
188417  linebreak="al",
188418  unicodeslot=0x13189,
188419 },
188420 [0x1318A]={
188421  category="lo",
188422  description="EGYPTIAN HIEROGLYPH I003",
188423  direction="l",
188424  linebreak="al",
188425  unicodeslot=0x1318A,
188426 },
188427 [0x1318B]={
188428  category="lo",
188429  description="EGYPTIAN HIEROGLYPH I004",
188430  direction="l",
188431  linebreak="al",
188432  unicodeslot=0x1318B,
188433 },
188434 [0x1318C]={
188435  category="lo",
188436  description="EGYPTIAN HIEROGLYPH I005",
188437  direction="l",
188438  linebreak="al",
188439  unicodeslot=0x1318C,
188440 },
188441 [0x1318D]={
188442  category="lo",
188443  description="EGYPTIAN HIEROGLYPH I005A",
188444  direction="l",
188445  linebreak="al",
188446  unicodeslot=0x1318D,
188447 },
188448 [0x1318E]={
188449  category="lo",
188450  description="EGYPTIAN HIEROGLYPH I006",
188451  direction="l",
188452  linebreak="al",
188453  unicodeslot=0x1318E,
188454 },
188455 [0x1318F]={
188456  category="lo",
188457  description="EGYPTIAN HIEROGLYPH I007",
188458  direction="l",
188459  linebreak="al",
188460  unicodeslot=0x1318F,
188461 },
188462 [0x13190]={
188463  category="lo",
188464  description="EGYPTIAN HIEROGLYPH I008",
188465  direction="l",
188466  linebreak="al",
188467  unicodeslot=0x13190,
188468 },
188469 [0x13191]={
188470  category="lo",
188471  description="EGYPTIAN HIEROGLYPH I009",
188472  direction="l",
188473  linebreak="al",
188474  unicodeslot=0x13191,
188475 },
188476 [0x13192]={
188477  category="lo",
188478  description="EGYPTIAN HIEROGLYPH I009A",
188479  direction="l",
188480  linebreak="al",
188481  unicodeslot=0x13192,
188482 },
188483 [0x13193]={
188484  category="lo",
188485  description="EGYPTIAN HIEROGLYPH I010",
188486  direction="l",
188487  linebreak="al",
188488  unicodeslot=0x13193,
188489 },
188490 [0x13194]={
188491  category="lo",
188492  description="EGYPTIAN HIEROGLYPH I010A",
188493  direction="l",
188494  linebreak="al",
188495  unicodeslot=0x13194,
188496 },
188497 [0x13195]={
188498  category="lo",
188499  description="EGYPTIAN HIEROGLYPH I011",
188500  direction="l",
188501  linebreak="al",
188502  unicodeslot=0x13195,
188503 },
188504 [0x13196]={
188505  category="lo",
188506  description="EGYPTIAN HIEROGLYPH I011A",
188507  direction="l",
188508  linebreak="al",
188509  unicodeslot=0x13196,
188510 },
188511 [0x13197]={
188512  category="lo",
188513  description="EGYPTIAN HIEROGLYPH I012",
188514  direction="l",
188515  linebreak="al",
188516  unicodeslot=0x13197,
188517 },
188518 [0x13198]={
188519  category="lo",
188520  description="EGYPTIAN HIEROGLYPH I013",
188521  direction="l",
188522  linebreak="al",
188523  unicodeslot=0x13198,
188524 },
188525 [0x13199]={
188526  category="lo",
188527  description="EGYPTIAN HIEROGLYPH I014",
188528  direction="l",
188529  linebreak="al",
188530  unicodeslot=0x13199,
188531 },
188532 [0x1319A]={
188533  category="lo",
188534  description="EGYPTIAN HIEROGLYPH I015",
188535  direction="l",
188536  linebreak="al",
188537  unicodeslot=0x1319A,
188538 },
188539 [0x1319B]={
188540  category="lo",
188541  description="EGYPTIAN HIEROGLYPH K001",
188542  direction="l",
188543  linebreak="al",
188544  unicodeslot=0x1319B,
188545 },
188546 [0x1319C]={
188547  category="lo",
188548  description="EGYPTIAN HIEROGLYPH K002",
188549  direction="l",
188550  linebreak="al",
188551  unicodeslot=0x1319C,
188552 },
188553 [0x1319D]={
188554  category="lo",
188555  description="EGYPTIAN HIEROGLYPH K003",
188556  direction="l",
188557  linebreak="al",
188558  unicodeslot=0x1319D,
188559 },
188560 [0x1319E]={
188561  category="lo",
188562  description="EGYPTIAN HIEROGLYPH K004",
188563  direction="l",
188564  linebreak="al",
188565  unicodeslot=0x1319E,
188566 },
188567 [0x1319F]={
188568  category="lo",
188569  description="EGYPTIAN HIEROGLYPH K005",
188570  direction="l",
188571  linebreak="al",
188572  unicodeslot=0x1319F,
188573 },
188574 [0x131A0]={
188575  category="lo",
188576  description="EGYPTIAN HIEROGLYPH K006",
188577  direction="l",
188578  linebreak="al",
188579  unicodeslot=0x131A0,
188580  variants=variants_90_270,
188581 },
188582 [0x131A1]={
188583  category="lo",
188584  description="EGYPTIAN HIEROGLYPH K007",
188585  direction="l",
188586  linebreak="al",
188587  unicodeslot=0x131A1,
188588 },
188589 [0x131A2]={
188590  category="lo",
188591  description="EGYPTIAN HIEROGLYPH K008",
188592  direction="l",
188593  linebreak="al",
188594  unicodeslot=0x131A2,
188595 },
188596 [0x131A3]={
188597  category="lo",
188598  description="EGYPTIAN HIEROGLYPH L001",
188599  direction="l",
188600  linebreak="al",
188601  unicodeslot=0x131A3,
188602 },
188603 [0x131A4]={
188604  category="lo",
188605  description="EGYPTIAN HIEROGLYPH L002",
188606  direction="l",
188607  linebreak="al",
188608  unicodeslot=0x131A4,
188609 },
188610 [0x131A5]={
188611  category="lo",
188612  description="EGYPTIAN HIEROGLYPH L002A",
188613  direction="l",
188614  linebreak="al",
188615  unicodeslot=0x131A5,
188616 },
188617 [0x131A6]={
188618  category="lo",
188619  description="EGYPTIAN HIEROGLYPH L003",
188620  direction="l",
188621  linebreak="al",
188622  unicodeslot=0x131A6,
188623 },
188624 [0x131A7]={
188625  category="lo",
188626  description="EGYPTIAN HIEROGLYPH L004",
188627  direction="l",
188628  linebreak="al",
188629  unicodeslot=0x131A7,
188630 },
188631 [0x131A8]={
188632  category="lo",
188633  description="EGYPTIAN HIEROGLYPH L005",
188634  direction="l",
188635  linebreak="al",
188636  unicodeslot=0x131A8,
188637 },
188638 [0x131A9]={
188639  category="lo",
188640  description="EGYPTIAN HIEROGLYPH L006",
188641  direction="l",
188642  linebreak="al",
188643  unicodeslot=0x131A9,
188644 },
188645 [0x131AA]={
188646  category="lo",
188647  description="EGYPTIAN HIEROGLYPH L006A",
188648  direction="l",
188649  linebreak="al",
188650  unicodeslot=0x131AA,
188651 },
188652 [0x131AB]={
188653  category="lo",
188654  description="EGYPTIAN HIEROGLYPH L007",
188655  direction="l",
188656  linebreak="al",
188657  unicodeslot=0x131AB,
188658 },
188659 [0x131AC]={
188660  category="lo",
188661  description="EGYPTIAN HIEROGLYPH L008",
188662  direction="l",
188663  linebreak="al",
188664  unicodeslot=0x131AC,
188665 },
188666 [0x131AD]={
188667  category="lo",
188668  description="EGYPTIAN HIEROGLYPH M001",
188669  direction="l",
188670  linebreak="al",
188671  unicodeslot=0x131AD,
188672 },
188673 [0x131AE]={
188674  category="lo",
188675  description="EGYPTIAN HIEROGLYPH M001A",
188676  direction="l",
188677  linebreak="al",
188678  unicodeslot=0x131AE,
188679 },
188680 [0x131AF]={
188681  category="lo",
188682  description="EGYPTIAN HIEROGLYPH M001B",
188683  direction="l",
188684  linebreak="al",
188685  unicodeslot=0x131AF,
188686 },
188687 [0x131B0]={
188688  category="lo",
188689  description="EGYPTIAN HIEROGLYPH M002",
188690  direction="l",
188691  linebreak="al",
188692  unicodeslot=0x131B0,
188693 },
188694 [0x131B1]={
188695  category="lo",
188696  description="EGYPTIAN HIEROGLYPH M003",
188697  direction="l",
188698  linebreak="al",
188699  unicodeslot=0x131B1,
188700  variants=variants_90_180,
188701 },
188702 [0x131B2]={
188703  category="lo",
188704  description="EGYPTIAN HIEROGLYPH M003A",
188705  direction="l",
188706  linebreak="al",
188707  unicodeslot=0x131B2,
188708 },
188709 [0x131B3]={
188710  category="lo",
188711  description="EGYPTIAN HIEROGLYPH M004",
188712  direction="l",
188713  linebreak="al",
188714  unicodeslot=0x131B3,
188715 },
188716 [0x131B4]={
188717  category="lo",
188718  description="EGYPTIAN HIEROGLYPH M005",
188719  direction="l",
188720  linebreak="al",
188721  unicodeslot=0x131B4,
188722 },
188723 [0x131B5]={
188724  category="lo",
188725  description="EGYPTIAN HIEROGLYPH M006",
188726  direction="l",
188727  linebreak="al",
188728  unicodeslot=0x131B5,
188729 },
188730 [0x131B6]={
188731  category="lo",
188732  description="EGYPTIAN HIEROGLYPH M007",
188733  direction="l",
188734  linebreak="al",
188735  unicodeslot=0x131B6,
188736 },
188737 [0x131B7]={
188738  category="lo",
188739  description="EGYPTIAN HIEROGLYPH M008",
188740  direction="l",
188741  linebreak="al",
188742  unicodeslot=0x131B7,
188743 },
188744 [0x131B8]={
188745  category="lo",
188746  description="EGYPTIAN HIEROGLYPH M009",
188747  direction="l",
188748  linebreak="al",
188749  unicodeslot=0x131B8,
188750  variants=variants_90,
188751 },
188752 [0x131B9]={
188753  category="lo",
188754  description="EGYPTIAN HIEROGLYPH M010",
188755  direction="l",
188756  linebreak="al",
188757  unicodeslot=0x131B9,
188758  variants=variants_90,
188759 },
188760 [0x131BA]={
188761  category="lo",
188762  description="EGYPTIAN HIEROGLYPH M010A",
188763  direction="l",
188764  linebreak="al",
188765  unicodeslot=0x131BA,
188766  variants=variants_270,
188767 },
188768 [0x131BB]={
188769  category="lo",
188770  description="EGYPTIAN HIEROGLYPH M011",
188771  direction="l",
188772  linebreak="al",
188773  unicodeslot=0x131BB,
188774 },
188775 [0x131BC]={
188776  category="lo",
188777  description="EGYPTIAN HIEROGLYPH M012",
188778  direction="l",
188779  linebreak="al",
188780  unicodeslot=0x131BC,
188781 },
188782 [0x131BD]={
188783  category="lo",
188784  description="EGYPTIAN HIEROGLYPH M012A",
188785  direction="l",
188786  linebreak="al",
188787  unicodeslot=0x131BD,
188788 },
188789 [0x131BE]={
188790  category="lo",
188791  description="EGYPTIAN HIEROGLYPH M012B",
188792  direction="l",
188793  linebreak="al",
188794  unicodeslot=0x131BE,
188795 },
188796 [0x131BF]={
188797  category="lo",
188798  description="EGYPTIAN HIEROGLYPH M012C",
188799  direction="l",
188800  linebreak="al",
188801  unicodeslot=0x131BF,
188802 },
188803 [0x131C0]={
188804  category="lo",
188805  description="EGYPTIAN HIEROGLYPH M012D",
188806  direction="l",
188807  linebreak="al",
188808  unicodeslot=0x131C0,
188809 },
188810 [0x131C1]={
188811  category="lo",
188812  description="EGYPTIAN HIEROGLYPH M012E",
188813  direction="l",
188814  linebreak="al",
188815  unicodeslot=0x131C1,
188816 },
188817 [0x131C2]={
188818  category="lo",
188819  description="EGYPTIAN HIEROGLYPH M012F",
188820  direction="l",
188821  linebreak="al",
188822  unicodeslot=0x131C2,
188823 },
188824 [0x131C3]={
188825  category="lo",
188826  description="EGYPTIAN HIEROGLYPH M012G",
188827  direction="l",
188828  linebreak="al",
188829  unicodeslot=0x131C3,
188830 },
188831 [0x131C4]={
188832  category="lo",
188833  description="EGYPTIAN HIEROGLYPH M012H",
188834  direction="l",
188835  linebreak="al",
188836  unicodeslot=0x131C4,
188837 },
188838 [0x131C5]={
188839  category="lo",
188840  description="EGYPTIAN HIEROGLYPH M013",
188841  direction="l",
188842  linebreak="al",
188843  unicodeslot=0x131C5,
188844 },
188845 [0x131C6]={
188846  category="lo",
188847  description="EGYPTIAN HIEROGLYPH M014",
188848  direction="l",
188849  linebreak="al",
188850  unicodeslot=0x131C6,
188851 },
188852 [0x131C7]={
188853  category="lo",
188854  description="EGYPTIAN HIEROGLYPH M015",
188855  direction="l",
188856  linebreak="al",
188857  unicodeslot=0x131C7,
188858 },
188859 [0x131C8]={
188860  category="lo",
188861  description="EGYPTIAN HIEROGLYPH M015A",
188862  direction="l",
188863  linebreak="al",
188864  unicodeslot=0x131C8,
188865 },
188866 [0x131C9]={
188867  category="lo",
188868  description="EGYPTIAN HIEROGLYPH M016",
188869  direction="l",
188870  linebreak="al",
188871  unicodeslot=0x131C9,
188872 },
188873 [0x131CA]={
188874  category="lo",
188875  description="EGYPTIAN HIEROGLYPH M016A",
188876  direction="l",
188877  linebreak="al",
188878  unicodeslot=0x131CA,
188879 },
188880 [0x131CB]={
188881  category="lo",
188882  description="EGYPTIAN HIEROGLYPH M017",
188883  direction="l",
188884  linebreak="al",
188885  unicodeslot=0x131CB,
188886  variants=variants_90,
188887 },
188888 [0x131CC]={
188889  category="lo",
188890  description="EGYPTIAN HIEROGLYPH M017A",
188891  direction="l",
188892  linebreak="al",
188893  unicodeslot=0x131CC,
188894 },
188895 [0x131CD]={
188896  category="lo",
188897  description="EGYPTIAN HIEROGLYPH M018",
188898  direction="l",
188899  linebreak="al",
188900  unicodeslot=0x131CD,
188901 },
188902 [0x131CE]={
188903  category="lo",
188904  description="EGYPTIAN HIEROGLYPH M019",
188905  direction="l",
188906  linebreak="al",
188907  unicodeslot=0x131CE,
188908 },
188909 [0x131CF]={
188910  category="lo",
188911  description="EGYPTIAN HIEROGLYPH M020",
188912  direction="l",
188913  linebreak="al",
188914  unicodeslot=0x131CF,
188915 },
188916 [0x131D0]={
188917  category="lo",
188918  description="EGYPTIAN HIEROGLYPH M021",
188919  direction="l",
188920  linebreak="al",
188921  unicodeslot=0x131D0,
188922 },
188923 [0x131D1]={
188924  category="lo",
188925  description="EGYPTIAN HIEROGLYPH M022",
188926  direction="l",
188927  linebreak="al",
188928  unicodeslot=0x131D1,
188929 },
188930 [0x131D2]={
188931  category="lo",
188932  description="EGYPTIAN HIEROGLYPH M022A",
188933  direction="l",
188934  linebreak="al",
188935  unicodeslot=0x131D2,
188936 },
188937 [0x131D3]={
188938  category="lo",
188939  description="EGYPTIAN HIEROGLYPH M023",
188940  direction="l",
188941  linebreak="al",
188942  unicodeslot=0x131D3,
188943 },
188944 [0x131D4]={
188945  category="lo",
188946  description="EGYPTIAN HIEROGLYPH M024",
188947  direction="l",
188948  linebreak="al",
188949  unicodeslot=0x131D4,
188950 },
188951 [0x131D5]={
188952  category="lo",
188953  description="EGYPTIAN HIEROGLYPH M024A",
188954  direction="l",
188955  linebreak="al",
188956  unicodeslot=0x131D5,
188957 },
188958 [0x131D6]={
188959  category="lo",
188960  description="EGYPTIAN HIEROGLYPH M025",
188961  direction="l",
188962  linebreak="al",
188963  unicodeslot=0x131D6,
188964 },
188965 [0x131D7]={
188966  category="lo",
188967  description="EGYPTIAN HIEROGLYPH M026",
188968  direction="l",
188969  linebreak="al",
188970  unicodeslot=0x131D7,
188971 },
188972 [0x131D8]={
188973  category="lo",
188974  description="EGYPTIAN HIEROGLYPH M027",
188975  direction="l",
188976  linebreak="al",
188977  unicodeslot=0x131D8,
188978 },
188979 [0x131D9]={
188980  category="lo",
188981  description="EGYPTIAN HIEROGLYPH M028",
188982  direction="l",
188983  linebreak="al",
188984  unicodeslot=0x131D9,
188985 },
188986 [0x131DA]={
188987  category="lo",
188988  description="EGYPTIAN HIEROGLYPH M028A",
188989  direction="l",
188990  linebreak="al",
188991  unicodeslot=0x131DA,
188992 },
188993 [0x131DB]={
188994  category="lo",
188995  description="EGYPTIAN HIEROGLYPH M029",
188996  direction="l",
188997  linebreak="al",
188998  unicodeslot=0x131DB,
188999 },
189000 [0x131DC]={
189001  category="lo",
189002  description="EGYPTIAN HIEROGLYPH M030",
189003  direction="l",
189004  linebreak="al",
189005  unicodeslot=0x131DC,
189006 },
189007 [0x131DD]={
189008  category="lo",
189009  description="EGYPTIAN HIEROGLYPH M031",
189010  direction="l",
189011  linebreak="al",
189012  unicodeslot=0x131DD,
189013 },
189014 [0x131DE]={
189015  category="lo",
189016  description="EGYPTIAN HIEROGLYPH M031A",
189017  direction="l",
189018  linebreak="al",
189019  unicodeslot=0x131DE,
189020 },
189021 [0x131DF]={
189022  category="lo",
189023  description="EGYPTIAN HIEROGLYPH M032",
189024  direction="l",
189025  linebreak="al",
189026  unicodeslot=0x131DF,
189027 },
189028 [0x131E0]={
189029  category="lo",
189030  description="EGYPTIAN HIEROGLYPH M033",
189031  direction="l",
189032  linebreak="al",
189033  unicodeslot=0x131E0,
189034 },
189035 [0x131E1]={
189036  category="lo",
189037  description="EGYPTIAN HIEROGLYPH M033A",
189038  direction="l",
189039  linebreak="al",
189040  unicodeslot=0x131E1,
189041 },
189042 [0x131E2]={
189043  category="lo",
189044  description="EGYPTIAN HIEROGLYPH M033B",
189045  direction="l",
189046  linebreak="al",
189047  unicodeslot=0x131E2,
189048 },
189049 [0x131E3]={
189050  category="lo",
189051  description="EGYPTIAN HIEROGLYPH M034",
189052  direction="l",
189053  linebreak="al",
189054  unicodeslot=0x131E3,
189055 },
189056 [0x131E4]={
189057  category="lo",
189058  description="EGYPTIAN HIEROGLYPH M035",
189059  direction="l",
189060  linebreak="al",
189061  unicodeslot=0x131E4,
189062 },
189063 [0x131E5]={
189064  category="lo",
189065  description="EGYPTIAN HIEROGLYPH M036",
189066  direction="l",
189067  linebreak="al",
189068  unicodeslot=0x131E5,
189069 },
189070 [0x131E6]={
189071  category="lo",
189072  description="EGYPTIAN HIEROGLYPH M037",
189073  direction="l",
189074  linebreak="al",
189075  unicodeslot=0x131E6,
189076 },
189077 [0x131E7]={
189078  category="lo",
189079  description="EGYPTIAN HIEROGLYPH M038",
189080  direction="l",
189081  linebreak="al",
189082  unicodeslot=0x131E7,
189083 },
189084 [0x131E8]={
189085  category="lo",
189086  description="EGYPTIAN HIEROGLYPH M039",
189087  direction="l",
189088  linebreak="al",
189089  unicodeslot=0x131E8,
189090 },
189091 [0x131E9]={
189092  category="lo",
189093  description="EGYPTIAN HIEROGLYPH M040",
189094  direction="l",
189095  linebreak="al",
189096  unicodeslot=0x131E9,
189097 },
189098 [0x131EA]={
189099  category="lo",
189100  description="EGYPTIAN HIEROGLYPH M040A",
189101  direction="l",
189102  linebreak="al",
189103  unicodeslot=0x131EA,
189104 },
189105 [0x131EB]={
189106  category="lo",
189107  description="EGYPTIAN HIEROGLYPH M041",
189108  direction="l",
189109  linebreak="al",
189110  unicodeslot=0x131EB,
189111 },
189112 [0x131EC]={
189113  category="lo",
189114  description="EGYPTIAN HIEROGLYPH M042",
189115  direction="l",
189116  linebreak="al",
189117  unicodeslot=0x131EC,
189118 },
189119 [0x131ED]={
189120  category="lo",
189121  description="EGYPTIAN HIEROGLYPH M043",
189122  direction="l",
189123  linebreak="al",
189124  unicodeslot=0x131ED,
189125 },
189126 [0x131EE]={
189127  category="lo",
189128  description="EGYPTIAN HIEROGLYPH M044",
189129  direction="l",
189130  linebreak="al",
189131  unicodeslot=0x131EE,
189132  variants=variants_180_270,
189133 },
189134 [0x131EF]={
189135  category="lo",
189136  description="EGYPTIAN HIEROGLYPH N001",
189137  direction="l",
189138  linebreak="al",
189139  unicodeslot=0x131EF,
189140 },
189141 [0x131F0]={
189142  category="lo",
189143  description="EGYPTIAN HIEROGLYPH N002",
189144  direction="l",
189145  linebreak="al",
189146  unicodeslot=0x131F0,
189147 },
189148 [0x131F1]={
189149  category="lo",
189150  description="EGYPTIAN HIEROGLYPH N003",
189151  direction="l",
189152  linebreak="al",
189153  unicodeslot=0x131F1,
189154 },
189155 [0x131F2]={
189156  category="lo",
189157  description="EGYPTIAN HIEROGLYPH N004",
189158  direction="l",
189159  linebreak="al",
189160  unicodeslot=0x131F2,
189161 },
189162 [0x131F3]={
189163  category="lo",
189164  description="EGYPTIAN HIEROGLYPH N005",
189165  direction="l",
189166  linebreak="al",
189167  unicodeslot=0x131F3,
189168 },
189169 [0x131F4]={
189170  category="lo",
189171  description="EGYPTIAN HIEROGLYPH N006",
189172  direction="l",
189173  linebreak="al",
189174  unicodeslot=0x131F4,
189175 },
189176 [0x131F5]={
189177  category="lo",
189178  description="EGYPTIAN HIEROGLYPH N007",
189179  direction="l",
189180  linebreak="al",
189181  unicodeslot=0x131F5,
189182 },
189183 [0x131F6]={
189184  category="lo",
189185  description="EGYPTIAN HIEROGLYPH N008",
189186  direction="l",
189187  linebreak="al",
189188  unicodeslot=0x131F6,
189189 },
189190 [0x131F7]={
189191  category="lo",
189192  description="EGYPTIAN HIEROGLYPH N009",
189193  direction="l",
189194  linebreak="al",
189195  unicodeslot=0x131F7,
189196 },
189197 [0x131F8]={
189198  category="lo",
189199  description="EGYPTIAN HIEROGLYPH N010",
189200  direction="l",
189201  linebreak="al",
189202  unicodeslot=0x131F8,
189203  variants=variants_180,
189204 },
189205 [0x131F9]={
189206  category="lo",
189207  description="EGYPTIAN HIEROGLYPH N011",
189208  direction="l",
189209  linebreak="al",
189210  unicodeslot=0x131F9,
189211  variants=variants_90_180,
189212 },
189213 [0x131FA]={
189214  category="lo",
189215  description="EGYPTIAN HIEROGLYPH N012",
189216  direction="l",
189217  linebreak="al",
189218  unicodeslot=0x131FA,
189219  variants=variants_90_180,
189220 },
189221 [0x131FB]={
189222  category="lo",
189223  description="EGYPTIAN HIEROGLYPH N013",
189224  direction="l",
189225  linebreak="al",
189226  unicodeslot=0x131FB,
189227 },
189228 [0x131FC]={
189229  category="lo",
189230  description="EGYPTIAN HIEROGLYPH N014",
189231  direction="l",
189232  linebreak="al",
189233  unicodeslot=0x131FC,
189234 },
189235 [0x131FD]={
189236  category="lo",
189237  description="EGYPTIAN HIEROGLYPH N015",
189238  direction="l",
189239  linebreak="al",
189240  unicodeslot=0x131FD,
189241 },
189242 [0x131FE]={
189243  category="lo",
189244  description="EGYPTIAN HIEROGLYPH N016",
189245  direction="l",
189246  linebreak="al",
189247  unicodeslot=0x131FE,
189248 },
189249 [0x131FF]={
189250  category="lo",
189251  description="EGYPTIAN HIEROGLYPH N017",
189252  direction="l",
189253  linebreak="al",
189254  unicodeslot=0x131FF,
189255 },
189256 [0x13200]={
189257  category="lo",
189258  description="EGYPTIAN HIEROGLYPH N018",
189259  direction="l",
189260  linebreak="al",
189261  unicodeslot=0x13200,
189262 },
189263 [0x13201]={
189264  category="lo",
189265  description="EGYPTIAN HIEROGLYPH N018A",
189266  direction="l",
189267  linebreak="al",
189268  unicodeslot=0x13201,
189269 },
189270 [0x13202]={
189271  category="lo",
189272  description="EGYPTIAN HIEROGLYPH N018B",
189273  direction="l",
189274  linebreak="al",
189275  unicodeslot=0x13202,
189276 },
189277 [0x13203]={
189278  category="lo",
189279  description="EGYPTIAN HIEROGLYPH N019",
189280  direction="l",
189281  linebreak="al",
189282  unicodeslot=0x13203,
189283 },
189284 [0x13204]={
189285  category="lo",
189286  description="EGYPTIAN HIEROGLYPH N020",
189287  direction="l",
189288  linebreak="al",
189289  unicodeslot=0x13204,
189290 },
189291 [0x13205]={
189292  category="lo",
189293  description="EGYPTIAN HIEROGLYPH N021",
189294  direction="l",
189295  linebreak="al",
189296  unicodeslot=0x13205,
189297 },
189298 [0x13206]={
189299  category="lo",
189300  description="EGYPTIAN HIEROGLYPH N022",
189301  direction="l",
189302  linebreak="al",
189303  unicodeslot=0x13206,
189304 },
189305 [0x13207]={
189306  category="lo",
189307  description="EGYPTIAN HIEROGLYPH N023",
189308  direction="l",
189309  linebreak="al",
189310  unicodeslot=0x13207,
189311 },
189312 [0x13208]={
189313  category="lo",
189314  description="EGYPTIAN HIEROGLYPH N024",
189315  direction="l",
189316  linebreak="al",
189317  unicodeslot=0x13208,
189318 },
189319 [0x13209]={
189320  category="lo",
189321  description="EGYPTIAN HIEROGLYPH N025",
189322  direction="l",
189323  linebreak="al",
189324  unicodeslot=0x13209,
189325 },
189326 [0x1320A]={
189327  category="lo",
189328  description="EGYPTIAN HIEROGLYPH N025A",
189329  direction="l",
189330  linebreak="al",
189331  unicodeslot=0x1320A,
189332 },
189333 [0x1320B]={
189334  category="lo",
189335  description="EGYPTIAN HIEROGLYPH N026",
189336  direction="l",
189337  linebreak="al",
189338  unicodeslot=0x1320B,
189339 },
189340 [0x1320C]={
189341  category="lo",
189342  description="EGYPTIAN HIEROGLYPH N027",
189343  direction="l",
189344  linebreak="al",
189345  unicodeslot=0x1320C,
189346 },
189347 [0x1320D]={
189348  category="lo",
189349  description="EGYPTIAN HIEROGLYPH N028",
189350  direction="l",
189351  linebreak="al",
189352  unicodeslot=0x1320D,
189353 },
189354 [0x1320E]={
189355  category="lo",
189356  description="EGYPTIAN HIEROGLYPH N029",
189357  direction="l",
189358  linebreak="al",
189359  unicodeslot=0x1320E,
189360 },
189361 [0x1320F]={
189362  category="lo",
189363  description="EGYPTIAN HIEROGLYPH N030",
189364  direction="l",
189365  linebreak="al",
189366  unicodeslot=0x1320F,
189367 },
189368 [0x13210]={
189369  category="lo",
189370  description="EGYPTIAN HIEROGLYPH N031",
189371  direction="l",
189372  linebreak="al",
189373  unicodeslot=0x13210,
189374 },
189375 [0x13211]={
189376  category="lo",
189377  description="EGYPTIAN HIEROGLYPH N032",
189378  direction="l",
189379  linebreak="al",
189380  unicodeslot=0x13211,
189381 },
189382 [0x13212]={
189383  category="lo",
189384  description="EGYPTIAN HIEROGLYPH N033",
189385  direction="l",
189386  linebreak="al",
189387  unicodeslot=0x13212,
189388 },
189389 [0x13213]={
189390  category="lo",
189391  description="EGYPTIAN HIEROGLYPH N033A",
189392  direction="l",
189393  linebreak="al",
189394  unicodeslot=0x13213,
189395 },
189396 [0x13214]={
189397  category="lo",
189398  description="EGYPTIAN HIEROGLYPH N034",
189399  direction="l",
189400  linebreak="al",
189401  unicodeslot=0x13214,
189402 },
189403 [0x13215]={
189404  category="lo",
189405  description="EGYPTIAN HIEROGLYPH N034A",
189406  direction="l",
189407  linebreak="al",
189408  unicodeslot=0x13215,
189409 },
189410 [0x13216]={
189411  category="lo",
189412  description="EGYPTIAN HIEROGLYPH N035",
189413  direction="l",
189414  linebreak="al",
189415  unicodeslot=0x13216,
189416  variants=variants_270,
189417 },
189418 [0x13217]={
189419  category="lo",
189420  description="EGYPTIAN HIEROGLYPH N035A",
189421  direction="l",
189422  linebreak="al",
189423  unicodeslot=0x13217,
189424 },
189425 [0x13218]={
189426  category="lo",
189427  description="EGYPTIAN HIEROGLYPH N036",
189428  direction="l",
189429  linebreak="al",
189430  unicodeslot=0x13218,
189431 },
189432 [0x13219]={
189433  category="lo",
189434  description="EGYPTIAN HIEROGLYPH N037",
189435  direction="l",
189436  linebreak="al",
189437  unicodeslot=0x13219,
189438 },
189439 [0x1321A]={
189440  category="lo",
189441  description="EGYPTIAN HIEROGLYPH N037A",
189442  direction="l",
189443  linebreak="al",
189444  unicodeslot=0x1321A,
189445 },
189446 [0x1321B]={
189447  category="lo",
189448  description="EGYPTIAN HIEROGLYPH N038",
189449  direction="l",
189450  linebreak="al",
189451  unicodeslot=0x1321B,
189452 },
189453 [0x1321C]={
189454  category="lo",
189455  description="EGYPTIAN HIEROGLYPH N039",
189456  direction="l",
189457  linebreak="al",
189458  unicodeslot=0x1321C,
189459 },
189460 [0x1321D]={
189461  category="lo",
189462  description="EGYPTIAN HIEROGLYPH N040",
189463  direction="l",
189464  linebreak="al",
189465  unicodeslot=0x1321D,
189466 },
189467 [0x1321E]={
189468  category="lo",
189469  description="EGYPTIAN HIEROGLYPH N041",
189470  direction="l",
189471  linebreak="al",
189472  unicodeslot=0x1321E,
189473 },
189474 [0x1321F]={
189475  category="lo",
189476  description="EGYPTIAN HIEROGLYPH N042",
189477  direction="l",
189478  linebreak="al",
189479  unicodeslot=0x1321F,
189480 },
189481 [0x13220]={
189482  category="lo",
189483  description="EGYPTIAN HIEROGLYPH NL001",
189484  direction="l",
189485  linebreak="al",
189486  unicodeslot=0x13220,
189487 },
189488 [0x13221]={
189489  category="lo",
189490  description="EGYPTIAN HIEROGLYPH NL002",
189491  direction="l",
189492  linebreak="al",
189493  unicodeslot=0x13221,
189494 },
189495 [0x13222]={
189496  category="lo",
189497  description="EGYPTIAN HIEROGLYPH NL003",
189498  direction="l",
189499  linebreak="al",
189500  unicodeslot=0x13222,
189501 },
189502 [0x13223]={
189503  category="lo",
189504  description="EGYPTIAN HIEROGLYPH NL004",
189505  direction="l",
189506  linebreak="al",
189507  unicodeslot=0x13223,
189508 },
189509 [0x13224]={
189510  category="lo",
189511  description="EGYPTIAN HIEROGLYPH NL005",
189512  direction="l",
189513  linebreak="al",
189514  unicodeslot=0x13224,
189515 },
189516 [0x13225]={
189517  category="lo",
189518  description="EGYPTIAN HIEROGLYPH NL005A",
189519  direction="l",
189520  linebreak="al",
189521  unicodeslot=0x13225,
189522 },
189523 [0x13226]={
189524  category="lo",
189525  description="EGYPTIAN HIEROGLYPH NL006",
189526  direction="l",
189527  linebreak="al",
189528  unicodeslot=0x13226,
189529 },
189530 [0x13227]={
189531  category="lo",
189532  description="EGYPTIAN HIEROGLYPH NL007",
189533  direction="l",
189534  linebreak="al",
189535  unicodeslot=0x13227,
189536 },
189537 [0x13228]={
189538  category="lo",
189539  description="EGYPTIAN HIEROGLYPH NL008",
189540  direction="l",
189541  linebreak="al",
189542  unicodeslot=0x13228,
189543 },
189544 [0x13229]={
189545  category="lo",
189546  description="EGYPTIAN HIEROGLYPH NL009",
189547  direction="l",
189548  linebreak="al",
189549  unicodeslot=0x13229,
189550 },
189551 [0x1322A]={
189552  category="lo",
189553  description="EGYPTIAN HIEROGLYPH NL010",
189554  direction="l",
189555  linebreak="al",
189556  unicodeslot=0x1322A,
189557 },
189558 [0x1322B]={
189559  category="lo",
189560  description="EGYPTIAN HIEROGLYPH NL011",
189561  direction="l",
189562  linebreak="al",
189563  unicodeslot=0x1322B,
189564 },
189565 [0x1322C]={
189566  category="lo",
189567  description="EGYPTIAN HIEROGLYPH NL012",
189568  direction="l",
189569  linebreak="al",
189570  unicodeslot=0x1322C,
189571 },
189572 [0x1322D]={
189573  category="lo",
189574  description="EGYPTIAN HIEROGLYPH NL013",
189575  direction="l",
189576  linebreak="al",
189577  unicodeslot=0x1322D,
189578 },
189579 [0x1322E]={
189580  category="lo",
189581  description="EGYPTIAN HIEROGLYPH NL014",
189582  direction="l",
189583  linebreak="al",
189584  unicodeslot=0x1322E,
189585 },
189586 [0x1322F]={
189587  category="lo",
189588  description="EGYPTIAN HIEROGLYPH NL015",
189589  direction="l",
189590  linebreak="al",
189591  unicodeslot=0x1322F,
189592 },
189593 [0x13230]={
189594  category="lo",
189595  description="EGYPTIAN HIEROGLYPH NL016",
189596  direction="l",
189597  linebreak="al",
189598  unicodeslot=0x13230,
189599 },
189600 [0x13231]={
189601  category="lo",
189602  description="EGYPTIAN HIEROGLYPH NL017",
189603  direction="l",
189604  linebreak="al",
189605  unicodeslot=0x13231,
189606 },
189607 [0x13232]={
189608  category="lo",
189609  description="EGYPTIAN HIEROGLYPH NL017A",
189610  direction="l",
189611  linebreak="al",
189612  unicodeslot=0x13232,
189613 },
189614 [0x13233]={
189615  category="lo",
189616  description="EGYPTIAN HIEROGLYPH NL018",
189617  direction="l",
189618  linebreak="al",
189619  unicodeslot=0x13233,
189620 },
189621 [0x13234]={
189622  category="lo",
189623  description="EGYPTIAN HIEROGLYPH NL019",
189624  direction="l",
189625  linebreak="al",
189626  unicodeslot=0x13234,
189627 },
189628 [0x13235]={
189629  category="lo",
189630  description="EGYPTIAN HIEROGLYPH NL020",
189631  direction="l",
189632  linebreak="al",
189633  unicodeslot=0x13235,
189634 },
189635 [0x13236]={
189636  category="lo",
189637  description="EGYPTIAN HIEROGLYPH NU001",
189638  direction="l",
189639  linebreak="al",
189640  unicodeslot=0x13236,
189641 },
189642 [0x13237]={
189643  category="lo",
189644  description="EGYPTIAN HIEROGLYPH NU002",
189645  direction="l",
189646  linebreak="al",
189647  unicodeslot=0x13237,
189648 },
189649 [0x13238]={
189650  category="lo",
189651  description="EGYPTIAN HIEROGLYPH NU003",
189652  direction="l",
189653  linebreak="al",
189654  unicodeslot=0x13238,
189655 },
189656 [0x13239]={
189657  category="lo",
189658  description="EGYPTIAN HIEROGLYPH NU004",
189659  direction="l",
189660  linebreak="al",
189661  unicodeslot=0x13239,
189662 },
189663 [0x1323A]={
189664  category="lo",
189665  description="EGYPTIAN HIEROGLYPH NU005",
189666  direction="l",
189667  linebreak="al",
189668  unicodeslot=0x1323A,
189669 },
189670 [0x1323B]={
189671  category="lo",
189672  description="EGYPTIAN HIEROGLYPH NU006",
189673  direction="l",
189674  linebreak="al",
189675  unicodeslot=0x1323B,
189676 },
189677 [0x1323C]={
189678  category="lo",
189679  description="EGYPTIAN HIEROGLYPH NU007",
189680  direction="l",
189681  linebreak="al",
189682  unicodeslot=0x1323C,
189683 },
189684 [0x1323D]={
189685  category="lo",
189686  description="EGYPTIAN HIEROGLYPH NU008",
189687  direction="l",
189688  linebreak="al",
189689  unicodeslot=0x1323D,
189690 },
189691 [0x1323E]={
189692  category="lo",
189693  description="EGYPTIAN HIEROGLYPH NU009",
189694  direction="l",
189695  linebreak="al",
189696  unicodeslot=0x1323E,
189697 },
189698 [0x1323F]={
189699  category="lo",
189700  description="EGYPTIAN HIEROGLYPH NU010",
189701  direction="l",
189702  linebreak="al",
189703  unicodeslot=0x1323F,
189704 },
189705 [0x13240]={
189706  category="lo",
189707  description="EGYPTIAN HIEROGLYPH NU010A",
189708  direction="l",
189709  linebreak="al",
189710  unicodeslot=0x13240,
189711 },
189712 [0x13241]={
189713  category="lo",
189714  description="EGYPTIAN HIEROGLYPH NU011",
189715  direction="l",
189716  linebreak="al",
189717  unicodeslot=0x13241,
189718 },
189719 [0x13242]={
189720  category="lo",
189721  description="EGYPTIAN HIEROGLYPH NU011A",
189722  direction="l",
189723  linebreak="al",
189724  unicodeslot=0x13242,
189725 },
189726 [0x13243]={
189727  category="lo",
189728  description="EGYPTIAN HIEROGLYPH NU012",
189729  direction="l",
189730  linebreak="al",
189731  unicodeslot=0x13243,
189732 },
189733 [0x13244]={
189734  category="lo",
189735  description="EGYPTIAN HIEROGLYPH NU013",
189736  direction="l",
189737  linebreak="al",
189738  unicodeslot=0x13244,
189739 },
189740 [0x13245]={
189741  category="lo",
189742  description="EGYPTIAN HIEROGLYPH NU014",
189743  direction="l",
189744  linebreak="al",
189745  unicodeslot=0x13245,
189746 },
189747 [0x13246]={
189748  category="lo",
189749  description="EGYPTIAN HIEROGLYPH NU015",
189750  direction="l",
189751  linebreak="al",
189752  unicodeslot=0x13246,
189753 },
189754 [0x13247]={
189755  category="lo",
189756  description="EGYPTIAN HIEROGLYPH NU016",
189757  direction="l",
189758  linebreak="al",
189759  unicodeslot=0x13247,
189760 },
189761 [0x13248]={
189762  category="lo",
189763  description="EGYPTIAN HIEROGLYPH NU017",
189764  direction="l",
189765  linebreak="al",
189766  unicodeslot=0x13248,
189767 },
189768 [0x13249]={
189769  category="lo",
189770  description="EGYPTIAN HIEROGLYPH NU018",
189771  direction="l",
189772  linebreak="al",
189773  unicodeslot=0x13249,
189774 },
189775 [0x1324A]={
189776  category="lo",
189777  description="EGYPTIAN HIEROGLYPH NU018A",
189778  direction="l",
189779  linebreak="al",
189780  unicodeslot=0x1324A,
189781 },
189782 [0x1324B]={
189783  category="lo",
189784  description="EGYPTIAN HIEROGLYPH NU019",
189785  direction="l",
189786  linebreak="al",
189787  unicodeslot=0x1324B,
189788 },
189789 [0x1324C]={
189790  category="lo",
189791  description="EGYPTIAN HIEROGLYPH NU020",
189792  direction="l",
189793  linebreak="al",
189794  unicodeslot=0x1324C,
189795 },
189796 [0x1324D]={
189797  category="lo",
189798  description="EGYPTIAN HIEROGLYPH NU021",
189799  direction="l",
189800  linebreak="al",
189801  unicodeslot=0x1324D,
189802 },
189803 [0x1324E]={
189804  category="lo",
189805  description="EGYPTIAN HIEROGLYPH NU022",
189806  direction="l",
189807  linebreak="al",
189808  unicodeslot=0x1324E,
189809 },
189810 [0x1324F]={
189811  category="lo",
189812  description="EGYPTIAN HIEROGLYPH NU022A",
189813  direction="l",
189814  linebreak="al",
189815  unicodeslot=0x1324F,
189816 },
189817 [0x13250]={
189818  category="lo",
189819  description="EGYPTIAN HIEROGLYPH O001",
189820  direction="l",
189821  linebreak="al",
189822  unicodeslot=0x13250,
189823 },
189824 [0x13251]={
189825  category="lo",
189826  description="EGYPTIAN HIEROGLYPH O001A",
189827  direction="l",
189828  linebreak="al",
189829  unicodeslot=0x13251,
189830 },
189831 [0x13252]={
189832  category="lo",
189833  description="EGYPTIAN HIEROGLYPH O002",
189834  direction="l",
189835  linebreak="al",
189836  unicodeslot=0x13252,
189837 },
189838 [0x13253]={
189839  category="lo",
189840  description="EGYPTIAN HIEROGLYPH O003",
189841  direction="l",
189842  linebreak="al",
189843  unicodeslot=0x13253,
189844 },
189845 [0x13254]={
189846  category="lo",
189847  description="EGYPTIAN HIEROGLYPH O004",
189848  direction="l",
189849  linebreak="al",
189850  unicodeslot=0x13254,
189851 },
189852 [0x13255]={
189853  category="lo",
189854  description="EGYPTIAN HIEROGLYPH O005",
189855  direction="l",
189856  linebreak="al",
189857  unicodeslot=0x13255,
189858 },
189859 [0x13256]={
189860  category="lo",
189861  description="EGYPTIAN HIEROGLYPH O005A",
189862  direction="l",
189863  linebreak="al",
189864  unicodeslot=0x13256,
189865 },
189866 [0x13257]={
189867  category="lo",
189868  description="EGYPTIAN HIEROGLYPH O006",
189869  direction="l",
189870  linebreak="al",
189871  unicodeslot=0x13257,
189872  variants=variants_180,
189873 },
189874 [0x13258]={
189875  category="lo",
189876  description="EGYPTIAN HIEROGLYPH O006A",
189877  direction="l",
189878  linebreak="op",
189879  unicodeslot=0x13258,
189880 },
189881 [0x13259]={
189882  category="lo",
189883  description="EGYPTIAN HIEROGLYPH O006B",
189884  direction="l",
189885  linebreak="op",
189886  unicodeslot=0x13259,
189887 },
189888 [0x1325A]={
189889  category="lo",
189890  description="EGYPTIAN HIEROGLYPH O006C",
189891  direction="l",
189892  linebreak="op",
189893  unicodeslot=0x1325A,
189894 },
189895 [0x1325B]={
189896  category="lo",
189897  description="EGYPTIAN HIEROGLYPH O006D",
189898  direction="l",
189899  linebreak="cl",
189900  unicodeslot=0x1325B,
189901 },
189902 [0x1325C]={
189903  category="lo",
189904  description="EGYPTIAN HIEROGLYPH O006E",
189905  direction="l",
189906  linebreak="cl",
189907  unicodeslot=0x1325C,
189908 },
189909 [0x1325D]={
189910  category="lo",
189911  description="EGYPTIAN HIEROGLYPH O006F",
189912  direction="l",
189913  linebreak="cl",
189914  unicodeslot=0x1325D,
189915 },
189916 [0x1325E]={
189917  category="lo",
189918  description="EGYPTIAN HIEROGLYPH O007",
189919  direction="l",
189920  linebreak="al",
189921  unicodeslot=0x1325E,
189922 },
189923 [0x1325F]={
189924  category="lo",
189925  description="EGYPTIAN HIEROGLYPH O008",
189926  direction="l",
189927  linebreak="al",
189928  unicodeslot=0x1325F,
189929 },
189930 [0x13260]={
189931  category="lo",
189932  description="EGYPTIAN HIEROGLYPH O009",
189933  direction="l",
189934  linebreak="al",
189935  unicodeslot=0x13260,
189936 },
189937 [0x13261]={
189938  category="lo",
189939  description="EGYPTIAN HIEROGLYPH O010",
189940  direction="l",
189941  linebreak="al",
189942  unicodeslot=0x13261,
189943 },
189944 [0x13262]={
189945  category="lo",
189946  description="EGYPTIAN HIEROGLYPH O010A",
189947  direction="l",
189948  linebreak="al",
189949  unicodeslot=0x13262,
189950 },
189951 [0x13263]={
189952  category="lo",
189953  description="EGYPTIAN HIEROGLYPH O010B",
189954  direction="l",
189955  linebreak="al",
189956  unicodeslot=0x13263,
189957 },
189958 [0x13264]={
189959  category="lo",
189960  description="EGYPTIAN HIEROGLYPH O010C",
189961  direction="l",
189962  linebreak="al",
189963  unicodeslot=0x13264,
189964 },
189965 [0x13265]={
189966  category="lo",
189967  description="EGYPTIAN HIEROGLYPH O011",
189968  direction="l",
189969  linebreak="al",
189970  unicodeslot=0x13265,
189971 },
189972 [0x13266]={
189973  category="lo",
189974  description="EGYPTIAN HIEROGLYPH O012",
189975  direction="l",
189976  linebreak="al",
189977  unicodeslot=0x13266,
189978 },
189979 [0x13267]={
189980  category="lo",
189981  description="EGYPTIAN HIEROGLYPH O013",
189982  direction="l",
189983  linebreak="al",
189984  unicodeslot=0x13267,
189985 },
189986 [0x13268]={
189987  category="lo",
189988  description="EGYPTIAN HIEROGLYPH O014",
189989  direction="l",
189990  linebreak="al",
189991  unicodeslot=0x13268,
189992 },
189993 [0x13269]={
189994  category="lo",
189995  description="EGYPTIAN HIEROGLYPH O015",
189996  direction="l",
189997  linebreak="al",
189998  unicodeslot=0x13269,
189999 },
190000 [0x1326A]={
190001  category="lo",
190002  description="EGYPTIAN HIEROGLYPH O016",
190003  direction="l",
190004  linebreak="al",
190005  unicodeslot=0x1326A,
190006 },
190007 [0x1326B]={
190008  category="lo",
190009  description="EGYPTIAN HIEROGLYPH O017",
190010  direction="l",
190011  linebreak="al",
190012  unicodeslot=0x1326B,
190013 },
190014 [0x1326C]={
190015  category="lo",
190016  description="EGYPTIAN HIEROGLYPH O018",
190017  direction="l",
190018  linebreak="al",
190019  unicodeslot=0x1326C,
190020 },
190021 [0x1326D]={
190022  category="lo",
190023  description="EGYPTIAN HIEROGLYPH O019",
190024  direction="l",
190025  linebreak="al",
190026  unicodeslot=0x1326D,
190027 },
190028 [0x1326E]={
190029  category="lo",
190030  description="EGYPTIAN HIEROGLYPH O019A",
190031  direction="l",
190032  linebreak="al",
190033  unicodeslot=0x1326E,
190034 },
190035 [0x1326F]={
190036  category="lo",
190037  description="EGYPTIAN HIEROGLYPH O020",
190038  direction="l",
190039  linebreak="al",
190040  unicodeslot=0x1326F,
190041 },
190042 [0x13270]={
190043  category="lo",
190044  description="EGYPTIAN HIEROGLYPH O020A",
190045  direction="l",
190046  linebreak="al",
190047  unicodeslot=0x13270,
190048 },
190049 [0x13271]={
190050  category="lo",
190051  description="EGYPTIAN HIEROGLYPH O021",
190052  direction="l",
190053  linebreak="al",
190054  unicodeslot=0x13271,
190055 },
190056 [0x13272]={
190057  category="lo",
190058  description="EGYPTIAN HIEROGLYPH O022",
190059  direction="l",
190060  linebreak="al",
190061  unicodeslot=0x13272,
190062 },
190063 [0x13273]={
190064  category="lo",
190065  description="EGYPTIAN HIEROGLYPH O023",
190066  direction="l",
190067  linebreak="al",
190068  unicodeslot=0x13273,
190069 },
190070 [0x13274]={
190071  category="lo",
190072  description="EGYPTIAN HIEROGLYPH O024",
190073  direction="l",
190074  linebreak="al",
190075  unicodeslot=0x13274,
190076 },
190077 [0x13275]={
190078  category="lo",
190079  description="EGYPTIAN HIEROGLYPH O024A",
190080  direction="l",
190081  linebreak="al",
190082  unicodeslot=0x13275,
190083 },
190084 [0x13276]={
190085  category="lo",
190086  description="EGYPTIAN HIEROGLYPH O025",
190087  direction="l",
190088  linebreak="al",
190089  unicodeslot=0x13276,
190090 },
190091 [0x13277]={
190092  category="lo",
190093  description="EGYPTIAN HIEROGLYPH O025A",
190094  direction="l",
190095  linebreak="al",
190096  unicodeslot=0x13277,
190097 },
190098 [0x13278]={
190099  category="lo",
190100  description="EGYPTIAN HIEROGLYPH O026",
190101  direction="l",
190102  linebreak="al",
190103  unicodeslot=0x13278,
190104 },
190105 [0x13279]={
190106  category="lo",
190107  description="EGYPTIAN HIEROGLYPH O027",
190108  direction="l",
190109  linebreak="al",
190110  unicodeslot=0x13279,
190111 },
190112 [0x1327A]={
190113  category="lo",
190114  description="EGYPTIAN HIEROGLYPH O028",
190115  direction="l",
190116  linebreak="al",
190117  unicodeslot=0x1327A,
190118 },
190119 [0x1327B]={
190120  category="lo",
190121  description="EGYPTIAN HIEROGLYPH O029",
190122  direction="l",
190123  linebreak="al",
190124  unicodeslot=0x1327B,
190125  variants=variants_270,
190126 },
190127 [0x1327C]={
190128  category="lo",
190129  description="EGYPTIAN HIEROGLYPH O029A",
190130  direction="l",
190131  linebreak="al",
190132  unicodeslot=0x1327C,
190133 },
190134 [0x1327D]={
190135  category="lo",
190136  description="EGYPTIAN HIEROGLYPH O030",
190137  direction="l",
190138  linebreak="al",
190139  unicodeslot=0x1327D,
190140 },
190141 [0x1327E]={
190142  category="lo",
190143  description="EGYPTIAN HIEROGLYPH O030A",
190144  direction="l",
190145  linebreak="al",
190146  unicodeslot=0x1327E,
190147 },
190148 [0x1327F]={
190149  category="lo",
190150  description="EGYPTIAN HIEROGLYPH O031",
190151  direction="l",
190152  linebreak="al",
190153  unicodeslot=0x1327F,
190154  variants=variants_90_180,
190155 },
190156 [0x13280]={
190157  category="lo",
190158  description="EGYPTIAN HIEROGLYPH O032",
190159  direction="l",
190160  linebreak="al",
190161  unicodeslot=0x13280,
190162 },
190163 [0x13281]={
190164  category="lo",
190165  description="EGYPTIAN HIEROGLYPH O033",
190166  direction="l",
190167  linebreak="al",
190168  unicodeslot=0x13281,
190169 },
190170 [0x13282]={
190171  category="lo",
190172  description="EGYPTIAN HIEROGLYPH O033A",
190173  direction="l",
190174  linebreak="cl",
190175  unicodeslot=0x13282,
190176 },
190177 [0x13283]={
190178  category="lo",
190179  description="EGYPTIAN HIEROGLYPH O034",
190180  direction="l",
190181  linebreak="al",
190182  unicodeslot=0x13283,
190183 },
190184 [0x13284]={
190185  category="lo",
190186  description="EGYPTIAN HIEROGLYPH O035",
190187  direction="l",
190188  linebreak="al",
190189  unicodeslot=0x13284,
190190 },
190191 [0x13285]={
190192  category="lo",
190193  description="EGYPTIAN HIEROGLYPH O036",
190194  direction="l",
190195  linebreak="al",
190196  unicodeslot=0x13285,
190197  variants=variants_90,
190198 },
190199 [0x13286]={
190200  category="lo",
190201  description="EGYPTIAN HIEROGLYPH O036A",
190202  direction="l",
190203  linebreak="op",
190204  unicodeslot=0x13286,
190205 },
190206 [0x13287]={
190207  category="lo",
190208  description="EGYPTIAN HIEROGLYPH O036B",
190209  direction="l",
190210  linebreak="cl",
190211  unicodeslot=0x13287,
190212 },
190213 [0x13288]={
190214  category="lo",
190215  description="EGYPTIAN HIEROGLYPH O036C",
190216  direction="l",
190217  linebreak="op",
190218  unicodeslot=0x13288,
190219 },
190220 [0x13289]={
190221  category="lo",
190222  description="EGYPTIAN HIEROGLYPH O036D",
190223  direction="l",
190224  linebreak="cl",
190225  unicodeslot=0x13289,
190226 },
190227 [0x1328A]={
190228  category="lo",
190229  description="EGYPTIAN HIEROGLYPH O037",
190230  direction="l",
190231  linebreak="al",
190232  unicodeslot=0x1328A,
190233 },
190234 [0x1328B]={
190235  category="lo",
190236  description="EGYPTIAN HIEROGLYPH O038",
190237  direction="l",
190238  linebreak="al",
190239  unicodeslot=0x1328B,
190240 },
190241 [0x1328C]={
190242  category="lo",
190243  description="EGYPTIAN HIEROGLYPH O039",
190244  direction="l",
190245  linebreak="al",
190246  unicodeslot=0x1328C,
190247  variants=variants_90,
190248 },
190249 [0x1328D]={
190250  category="lo",
190251  description="EGYPTIAN HIEROGLYPH O040",
190252  direction="l",
190253  linebreak="al",
190254  unicodeslot=0x1328D,
190255 },
190256 [0x1328E]={
190257  category="lo",
190258  description="EGYPTIAN HIEROGLYPH O041",
190259  direction="l",
190260  linebreak="al",
190261  unicodeslot=0x1328E,
190262 },
190263 [0x1328F]={
190264  category="lo",
190265  description="EGYPTIAN HIEROGLYPH O042",
190266  direction="l",
190267  linebreak="al",
190268  unicodeslot=0x1328F,
190269 },
190270 [0x13290]={
190271  category="lo",
190272  description="EGYPTIAN HIEROGLYPH O043",
190273  direction="l",
190274  linebreak="al",
190275  unicodeslot=0x13290,
190276 },
190277 [0x13291]={
190278  category="lo",
190279  description="EGYPTIAN HIEROGLYPH O044",
190280  direction="l",
190281  linebreak="al",
190282  unicodeslot=0x13291,
190283 },
190284 [0x13292]={
190285  category="lo",
190286  description="EGYPTIAN HIEROGLYPH O045",
190287  direction="l",
190288  linebreak="al",
190289  unicodeslot=0x13292,
190290 },
190291 [0x13293]={
190292  category="lo",
190293  description="EGYPTIAN HIEROGLYPH O046",
190294  direction="l",
190295  linebreak="al",
190296  unicodeslot=0x13293,
190297 },
190298 [0x13294]={
190299  category="lo",
190300  description="EGYPTIAN HIEROGLYPH O047",
190301  direction="l",
190302  linebreak="al",
190303  unicodeslot=0x13294,
190304 },
190305 [0x13295]={
190306  category="lo",
190307  description="EGYPTIAN HIEROGLYPH O048",
190308  direction="l",
190309  linebreak="al",
190310  unicodeslot=0x13295,
190311 },
190312 [0x13296]={
190313  category="lo",
190314  description="EGYPTIAN HIEROGLYPH O049",
190315  direction="l",
190316  linebreak="al",
190317  unicodeslot=0x13296,
190318 },
190319 [0x13297]={
190320  category="lo",
190321  description="EGYPTIAN HIEROGLYPH O050",
190322  direction="l",
190323  linebreak="al",
190324  unicodeslot=0x13297,
190325 },
190326 [0x13298]={
190327  category="lo",
190328  description="EGYPTIAN HIEROGLYPH O050A",
190329  direction="l",
190330  linebreak="al",
190331  unicodeslot=0x13298,
190332 },
190333 [0x13299]={
190334  category="lo",
190335  description="EGYPTIAN HIEROGLYPH O050B",
190336  direction="l",
190337  linebreak="al",
190338  unicodeslot=0x13299,
190339 },
190340 [0x1329A]={
190341  category="lo",
190342  description="EGYPTIAN HIEROGLYPH O051",
190343  direction="l",
190344  linebreak="al",
190345  unicodeslot=0x1329A,
190346 },
190347 [0x1329B]={
190348  category="lo",
190349  description="EGYPTIAN HIEROGLYPH P001",
190350  direction="l",
190351  linebreak="al",
190352  unicodeslot=0x1329B,
190353 },
190354 [0x1329C]={
190355  category="lo",
190356  description="EGYPTIAN HIEROGLYPH P001A",
190357  direction="l",
190358  linebreak="al",
190359  unicodeslot=0x1329C,
190360 },
190361 [0x1329D]={
190362  category="lo",
190363  description="EGYPTIAN HIEROGLYPH P002",
190364  direction="l",
190365  linebreak="al",
190366  unicodeslot=0x1329D,
190367 },
190368 [0x1329E]={
190369  category="lo",
190370  description="EGYPTIAN HIEROGLYPH P003",
190371  direction="l",
190372  linebreak="al",
190373  unicodeslot=0x1329E,
190374 },
190375 [0x1329F]={
190376  category="lo",
190377  description="EGYPTIAN HIEROGLYPH P003A",
190378  direction="l",
190379  linebreak="al",
190380  unicodeslot=0x1329F,
190381 },
190382 [0x132A0]={
190383  category="lo",
190384  description="EGYPTIAN HIEROGLYPH P004",
190385  direction="l",
190386  linebreak="al",
190387  unicodeslot=0x132A0,
190388 },
190389 [0x132A1]={
190390  category="lo",
190391  description="EGYPTIAN HIEROGLYPH P005",
190392  direction="l",
190393  linebreak="al",
190394  unicodeslot=0x132A1,
190395 },
190396 [0x132A2]={
190397  category="lo",
190398  description="EGYPTIAN HIEROGLYPH P006",
190399  direction="l",
190400  linebreak="al",
190401  unicodeslot=0x132A2,
190402 },
190403 [0x132A3]={
190404  category="lo",
190405  description="EGYPTIAN HIEROGLYPH P007",
190406  direction="l",
190407  linebreak="al",
190408  unicodeslot=0x132A3,
190409 },
190410 [0x132A4]={
190411  category="lo",
190412  description="EGYPTIAN HIEROGLYPH P008",
190413  direction="l",
190414  linebreak="al",
190415  unicodeslot=0x132A4,
190416  variants=variants_180_270,
190417 },
190418 [0x132A5]={
190419  category="lo",
190420  description="EGYPTIAN HIEROGLYPH P009",
190421  direction="l",
190422  linebreak="al",
190423  unicodeslot=0x132A5,
190424 },
190425 [0x132A6]={
190426  category="lo",
190427  description="EGYPTIAN HIEROGLYPH P010",
190428  direction="l",
190429  linebreak="al",
190430  unicodeslot=0x132A6,
190431 },
190432 [0x132A7]={
190433  category="lo",
190434  description="EGYPTIAN HIEROGLYPH P011",
190435  direction="l",
190436  linebreak="al",
190437  unicodeslot=0x132A7,
190438 },
190439 [0x132A8]={
190440  category="lo",
190441  description="EGYPTIAN HIEROGLYPH Q001",
190442  direction="l",
190443  linebreak="al",
190444  unicodeslot=0x132A8,
190445 },
190446 [0x132A9]={
190447  category="lo",
190448  description="EGYPTIAN HIEROGLYPH Q002",
190449  direction="l",
190450  linebreak="al",
190451  unicodeslot=0x132A9,
190452 },
190453 [0x132AA]={
190454  category="lo",
190455  description="EGYPTIAN HIEROGLYPH Q003",
190456  direction="l",
190457  linebreak="al",
190458  unicodeslot=0x132AA,
190459  variants=variants_90,
190460 },
190461 [0x132AB]={
190462  category="lo",
190463  description="EGYPTIAN HIEROGLYPH Q004",
190464  direction="l",
190465  linebreak="al",
190466  unicodeslot=0x132AB,
190467 },
190468 [0x132AC]={
190469  category="lo",
190470  description="EGYPTIAN HIEROGLYPH Q005",
190471  direction="l",
190472  linebreak="al",
190473  unicodeslot=0x132AC,
190474 },
190475 [0x132AD]={
190476  category="lo",
190477  description="EGYPTIAN HIEROGLYPH Q006",
190478  direction="l",
190479  linebreak="al",
190480  unicodeslot=0x132AD,
190481 },
190482 [0x132AE]={
190483  category="lo",
190484  description="EGYPTIAN HIEROGLYPH Q007",
190485  direction="l",
190486  linebreak="al",
190487  unicodeslot=0x132AE,
190488 },
190489 [0x132AF]={
190490  category="lo",
190491  description="EGYPTIAN HIEROGLYPH R001",
190492  direction="l",
190493  linebreak="al",
190494  unicodeslot=0x132AF,
190495 },
190496 [0x132B0]={
190497  category="lo",
190498  description="EGYPTIAN HIEROGLYPH R002",
190499  direction="l",
190500  linebreak="al",
190501  unicodeslot=0x132B0,
190502 },
190503 [0x132B1]={
190504  category="lo",
190505  description="EGYPTIAN HIEROGLYPH R002A",
190506  direction="l",
190507  linebreak="al",
190508  unicodeslot=0x132B1,
190509 },
190510 [0x132B2]={
190511  category="lo",
190512  description="EGYPTIAN HIEROGLYPH R003",
190513  direction="l",
190514  linebreak="al",
190515  unicodeslot=0x132B2,
190516 },
190517 [0x132B3]={
190518  category="lo",
190519  description="EGYPTIAN HIEROGLYPH R003A",
190520  direction="l",
190521  linebreak="al",
190522  unicodeslot=0x132B3,
190523 },
190524 [0x132B4]={
190525  category="lo",
190526  description="EGYPTIAN HIEROGLYPH R003B",
190527  direction="l",
190528  linebreak="al",
190529  unicodeslot=0x132B4,
190530 },
190531 [0x132B5]={
190532  category="lo",
190533  description="EGYPTIAN HIEROGLYPH R004",
190534  direction="l",
190535  linebreak="al",
190536  unicodeslot=0x132B5,
190537 },
190538 [0x132B6]={
190539  category="lo",
190540  description="EGYPTIAN HIEROGLYPH R005",
190541  direction="l",
190542  linebreak="al",
190543  unicodeslot=0x132B6,
190544 },
190545 [0x132B7]={
190546  category="lo",
190547  description="EGYPTIAN HIEROGLYPH R006",
190548  direction="l",
190549  linebreak="al",
190550  unicodeslot=0x132B7,
190551 },
190552 [0x132B8]={
190553  category="lo",
190554  description="EGYPTIAN HIEROGLYPH R007",
190555  direction="l",
190556  linebreak="al",
190557  unicodeslot=0x132B8,
190558 },
190559 [0x132B9]={
190560  category="lo",
190561  description="EGYPTIAN HIEROGLYPH R008",
190562  direction="l",
190563  linebreak="al",
190564  unicodeslot=0x132B9,
190565 },
190566 [0x132BA]={
190567  category="lo",
190568  description="EGYPTIAN HIEROGLYPH R009",
190569  direction="l",
190570  linebreak="al",
190571  unicodeslot=0x132BA,
190572 },
190573 [0x132BB]={
190574  category="lo",
190575  description="EGYPTIAN HIEROGLYPH R010",
190576  direction="l",
190577  linebreak="al",
190578  unicodeslot=0x132BB,
190579 },
190580 [0x132BC]={
190581  category="lo",
190582  description="EGYPTIAN HIEROGLYPH R010A",
190583  direction="l",
190584  linebreak="al",
190585  unicodeslot=0x132BC,
190586 },
190587 [0x132BD]={
190588  category="lo",
190589  description="EGYPTIAN HIEROGLYPH R011",
190590  direction="l",
190591  linebreak="al",
190592  unicodeslot=0x132BD,
190593 },
190594 [0x132BE]={
190595  category="lo",
190596  description="EGYPTIAN HIEROGLYPH R012",
190597  direction="l",
190598  linebreak="al",
190599  unicodeslot=0x132BE,
190600 },
190601 [0x132BF]={
190602  category="lo",
190603  description="EGYPTIAN HIEROGLYPH R013",
190604  direction="l",
190605  linebreak="al",
190606  unicodeslot=0x132BF,
190607 },
190608 [0x132C0]={
190609  category="lo",
190610  description="EGYPTIAN HIEROGLYPH R014",
190611  direction="l",
190612  linebreak="al",
190613  unicodeslot=0x132C0,
190614 },
190615 [0x132C1]={
190616  category="lo",
190617  description="EGYPTIAN HIEROGLYPH R015",
190618  direction="l",
190619  linebreak="al",
190620  unicodeslot=0x132C1,
190621 },
190622 [0x132C2]={
190623  category="lo",
190624  description="EGYPTIAN HIEROGLYPH R016",
190625  direction="l",
190626  linebreak="al",
190627  unicodeslot=0x132C2,
190628 },
190629 [0x132C3]={
190630  category="lo",
190631  description="EGYPTIAN HIEROGLYPH R016A",
190632  direction="l",
190633  linebreak="al",
190634  unicodeslot=0x132C3,
190635 },
190636 [0x132C4]={
190637  category="lo",
190638  description="EGYPTIAN HIEROGLYPH R017",
190639  direction="l",
190640  linebreak="al",
190641  unicodeslot=0x132C4,
190642 },
190643 [0x132C5]={
190644  category="lo",
190645  description="EGYPTIAN HIEROGLYPH R018",
190646  direction="l",
190647  linebreak="al",
190648  unicodeslot=0x132C5,
190649 },
190650 [0x132C6]={
190651  category="lo",
190652  description="EGYPTIAN HIEROGLYPH R019",
190653  direction="l",
190654  linebreak="al",
190655  unicodeslot=0x132C6,
190656 },
190657 [0x132C7]={
190658  category="lo",
190659  description="EGYPTIAN HIEROGLYPH R020",
190660  direction="l",
190661  linebreak="al",
190662  unicodeslot=0x132C7,
190663 },
190664 [0x132C8]={
190665  category="lo",
190666  description="EGYPTIAN HIEROGLYPH R021",
190667  direction="l",
190668  linebreak="al",
190669  unicodeslot=0x132C8,
190670 },
190671 [0x132C9]={
190672  category="lo",
190673  description="EGYPTIAN HIEROGLYPH R022",
190674  direction="l",
190675  linebreak="al",
190676  unicodeslot=0x132C9,
190677 },
190678 [0x132CA]={
190679  category="lo",
190680  description="EGYPTIAN HIEROGLYPH R023",
190681  direction="l",
190682  linebreak="al",
190683  unicodeslot=0x132CA,
190684 },
190685 [0x132CB]={
190686  category="lo",
190687  description="EGYPTIAN HIEROGLYPH R024",
190688  direction="l",
190689  linebreak="al",
190690  unicodeslot=0x132CB,
190691  variants=variants_90,
190692 },
190693 [0x132CC]={
190694  category="lo",
190695  description="EGYPTIAN HIEROGLYPH R025",
190696  direction="l",
190697  linebreak="al",
190698  unicodeslot=0x132CC,
190699 },
190700 [0x132CD]={
190701  category="lo",
190702  description="EGYPTIAN HIEROGLYPH R026",
190703  direction="l",
190704  linebreak="al",
190705  unicodeslot=0x132CD,
190706 },
190707 [0x132CE]={
190708  category="lo",
190709  description="EGYPTIAN HIEROGLYPH R027",
190710  direction="l",
190711  linebreak="al",
190712  unicodeslot=0x132CE,
190713 },
190714 [0x132CF]={
190715  category="lo",
190716  description="EGYPTIAN HIEROGLYPH R028",
190717  direction="l",
190718  linebreak="al",
190719  unicodeslot=0x132CF,
190720 },
190721 [0x132D0]={
190722  category="lo",
190723  description="EGYPTIAN HIEROGLYPH R029",
190724  direction="l",
190725  linebreak="al",
190726  unicodeslot=0x132D0,
190727 },
190728 [0x132D1]={
190729  category="lo",
190730  description="EGYPTIAN HIEROGLYPH S001",
190731  direction="l",
190732  linebreak="al",
190733  unicodeslot=0x132D1,
190734 },
190735 [0x132D2]={
190736  category="lo",
190737  description="EGYPTIAN HIEROGLYPH S002",
190738  direction="l",
190739  linebreak="al",
190740  unicodeslot=0x132D2,
190741 },
190742 [0x132D3]={
190743  category="lo",
190744  description="EGYPTIAN HIEROGLYPH S002A",
190745  direction="l",
190746  linebreak="al",
190747  unicodeslot=0x132D3,
190748 },
190749 [0x132D4]={
190750  category="lo",
190751  description="EGYPTIAN HIEROGLYPH S003",
190752  direction="l",
190753  linebreak="al",
190754  unicodeslot=0x132D4,
190755 },
190756 [0x132D5]={
190757  category="lo",
190758  description="EGYPTIAN HIEROGLYPH S004",
190759  direction="l",
190760  linebreak="al",
190761  unicodeslot=0x132D5,
190762 },
190763 [0x132D6]={
190764  category="lo",
190765  description="EGYPTIAN HIEROGLYPH S005",
190766  direction="l",
190767  linebreak="al",
190768  unicodeslot=0x132D6,
190769 },
190770 [0x132D7]={
190771  category="lo",
190772  description="EGYPTIAN HIEROGLYPH S006",
190773  direction="l",
190774  linebreak="al",
190775  unicodeslot=0x132D7,
190776 },
190777 [0x132D8]={
190778  category="lo",
190779  description="EGYPTIAN HIEROGLYPH S006A",
190780  direction="l",
190781  linebreak="al",
190782  unicodeslot=0x132D8,
190783 },
190784 [0x132D9]={
190785  category="lo",
190786  description="EGYPTIAN HIEROGLYPH S007",
190787  direction="l",
190788  linebreak="al",
190789  unicodeslot=0x132D9,
190790 },
190791 [0x132DA]={
190792  category="lo",
190793  description="EGYPTIAN HIEROGLYPH S008",
190794  direction="l",
190795  linebreak="al",
190796  unicodeslot=0x132DA,
190797 },
190798 [0x132DB]={
190799  category="lo",
190800  description="EGYPTIAN HIEROGLYPH S009",
190801  direction="l",
190802  linebreak="al",
190803  unicodeslot=0x132DB,
190804 },
190805 [0x132DC]={
190806  category="lo",
190807  description="EGYPTIAN HIEROGLYPH S010",
190808  direction="l",
190809  linebreak="al",
190810  unicodeslot=0x132DC,
190811  variants=variants_90,
190812 },
190813 [0x132DD]={
190814  category="lo",
190815  description="EGYPTIAN HIEROGLYPH S011",
190816  direction="l",
190817  linebreak="al",
190818  unicodeslot=0x132DD,
190819 },
190820 [0x132DE]={
190821  category="lo",
190822  description="EGYPTIAN HIEROGLYPH S012",
190823  direction="l",
190824  linebreak="al",
190825  unicodeslot=0x132DE,
190826 },
190827 [0x132DF]={
190828  category="lo",
190829  description="EGYPTIAN HIEROGLYPH S013",
190830  direction="l",
190831  linebreak="al",
190832  unicodeslot=0x132DF,
190833 },
190834 [0x132E0]={
190835  category="lo",
190836  description="EGYPTIAN HIEROGLYPH S014",
190837  direction="l",
190838  linebreak="al",
190839  unicodeslot=0x132E0,
190840 },
190841 [0x132E1]={
190842  category="lo",
190843  description="EGYPTIAN HIEROGLYPH S014A",
190844  direction="l",
190845  linebreak="al",
190846  unicodeslot=0x132E1,
190847 },
190848 [0x132E2]={
190849  category="lo",
190850  description="EGYPTIAN HIEROGLYPH S014B",
190851  direction="l",
190852  linebreak="al",
190853  unicodeslot=0x132E2,
190854 },
190855 [0x132E3]={
190856  category="lo",
190857  description="EGYPTIAN HIEROGLYPH S015",
190858  direction="l",
190859  linebreak="al",
190860  unicodeslot=0x132E3,
190861 },
190862 [0x132E4]={
190863  category="lo",
190864  description="EGYPTIAN HIEROGLYPH S016",
190865  direction="l",
190866  linebreak="al",
190867  unicodeslot=0x132E4,
190868 },
190869 [0x132E5]={
190870  category="lo",
190871  description="EGYPTIAN HIEROGLYPH S017",
190872  direction="l",
190873  linebreak="al",
190874  unicodeslot=0x132E5,
190875 },
190876 [0x132E6]={
190877  category="lo",
190878  description="EGYPTIAN HIEROGLYPH S017A",
190879  direction="l",
190880  linebreak="al",
190881  unicodeslot=0x132E6,
190882 },
190883 [0x132E7]={
190884  category="lo",
190885  description="EGYPTIAN HIEROGLYPH S018",
190886  direction="l",
190887  linebreak="al",
190888  unicodeslot=0x132E7,
190889  variants=variants_90_270,
190890 },
190891 [0x132E8]={
190892  category="lo",
190893  description="EGYPTIAN HIEROGLYPH S019",
190894  direction="l",
190895  linebreak="al",
190896  unicodeslot=0x132E8,
190897 },
190898 [0x132E9]={
190899  category="lo",
190900  description="EGYPTIAN HIEROGLYPH S020",
190901  direction="l",
190902  linebreak="al",
190903  unicodeslot=0x132E9,
190904  variants=variants_270,
190905 },
190906 [0x132EA]={
190907  category="lo",
190908  description="EGYPTIAN HIEROGLYPH S021",
190909  direction="l",
190910  linebreak="al",
190911  unicodeslot=0x132EA,
190912 },
190913 [0x132EB]={
190914  category="lo",
190915  description="EGYPTIAN HIEROGLYPH S022",
190916  direction="l",
190917  linebreak="al",
190918  unicodeslot=0x132EB,
190919 },
190920 [0x132EC]={
190921  category="lo",
190922  description="EGYPTIAN HIEROGLYPH S023",
190923  direction="l",
190924  linebreak="al",
190925  unicodeslot=0x132EC,
190926 },
190927 [0x132ED]={
190928  category="lo",
190929  description="EGYPTIAN HIEROGLYPH S024",
190930  direction="l",
190931  linebreak="al",
190932  unicodeslot=0x132ED,
190933 },
190934 [0x132EE]={
190935  category="lo",
190936  description="EGYPTIAN HIEROGLYPH S025",
190937  direction="l",
190938  linebreak="al",
190939  unicodeslot=0x132EE,
190940 },
190941 [0x132EF]={
190942  category="lo",
190943  description="EGYPTIAN HIEROGLYPH S026",
190944  direction="l",
190945  linebreak="al",
190946  unicodeslot=0x132EF,
190947 },
190948 [0x132F0]={
190949  category="lo",
190950  description="EGYPTIAN HIEROGLYPH S026A",
190951  direction="l",
190952  linebreak="al",
190953  unicodeslot=0x132F0,
190954 },
190955 [0x132F1]={
190956  category="lo",
190957  description="EGYPTIAN HIEROGLYPH S026B",
190958  direction="l",
190959  linebreak="al",
190960  unicodeslot=0x132F1,
190961 },
190962 [0x132F2]={
190963  category="lo",
190964  description="EGYPTIAN HIEROGLYPH S027",
190965  direction="l",
190966  linebreak="al",
190967  unicodeslot=0x132F2,
190968 },
190969 [0x132F3]={
190970  category="lo",
190971  description="EGYPTIAN HIEROGLYPH S028",
190972  direction="l",
190973  linebreak="al",
190974  unicodeslot=0x132F3,
190975 },
190976 [0x132F4]={
190977  category="lo",
190978  description="EGYPTIAN HIEROGLYPH S029",
190979  direction="l",
190980  linebreak="al",
190981  unicodeslot=0x132F4,
190982 },
190983 [0x132F5]={
190984  category="lo",
190985  description="EGYPTIAN HIEROGLYPH S030",
190986  direction="l",
190987  linebreak="al",
190988  unicodeslot=0x132F5,
190989 },
190990 [0x132F6]={
190991  category="lo",
190992  description="EGYPTIAN HIEROGLYPH S031",
190993  direction="l",
190994  linebreak="al",
190995  unicodeslot=0x132F6,
190996 },
190997 [0x132F7]={
190998  category="lo",
190999  description="EGYPTIAN HIEROGLYPH S032",
191000  direction="l",
191001  linebreak="al",
191002  unicodeslot=0x132F7,
191003 },
191004 [0x132F8]={
191005  category="lo",
191006  description="EGYPTIAN HIEROGLYPH S033",
191007  direction="l",
191008  linebreak="al",
191009  unicodeslot=0x132F8,
191010  variants=variants_270,
191011 },
191012 [0x132F9]={
191013  category="lo",
191014  description="EGYPTIAN HIEROGLYPH S034",
191015  direction="l",
191016  linebreak="al",
191017  unicodeslot=0x132F9,
191018 },
191019 [0x132FA]={
191020  category="lo",
191021  description="EGYPTIAN HIEROGLYPH S035",
191022  direction="l",
191023  linebreak="al",
191024  unicodeslot=0x132FA,
191025 },
191026 [0x132FB]={
191027  category="lo",
191028  description="EGYPTIAN HIEROGLYPH S035A",
191029  direction="l",
191030  linebreak="al",
191031  unicodeslot=0x132FB,
191032 },
191033 [0x132FC]={
191034  category="lo",
191035  description="EGYPTIAN HIEROGLYPH S036",
191036  direction="l",
191037  linebreak="al",
191038  unicodeslot=0x132FC,
191039 },
191040 [0x132FD]={
191041  category="lo",
191042  description="EGYPTIAN HIEROGLYPH S037",
191043  direction="l",
191044  linebreak="al",
191045  unicodeslot=0x132FD,
191046  variants=variants_270,
191047 },
191048 [0x132FE]={
191049  category="lo",
191050  description="EGYPTIAN HIEROGLYPH S038",
191051  direction="l",
191052  linebreak="al",
191053  unicodeslot=0x132FE,
191054 },
191055 [0x132FF]={
191056  category="lo",
191057  description="EGYPTIAN HIEROGLYPH S039",
191058  direction="l",
191059  linebreak="al",
191060  unicodeslot=0x132FF,
191061 },
191062 [0x13300]={
191063  category="lo",
191064  description="EGYPTIAN HIEROGLYPH S040",
191065  direction="l",
191066  linebreak="al",
191067  unicodeslot=0x13300,
191068 },
191069 [0x13301]={
191070  category="lo",
191071  description="EGYPTIAN HIEROGLYPH S041",
191072  direction="l",
191073  linebreak="al",
191074  unicodeslot=0x13301,
191075 },
191076 [0x13302]={
191077  category="lo",
191078  description="EGYPTIAN HIEROGLYPH S042",
191079  direction="l",
191080  linebreak="al",
191081  unicodeslot=0x13302,
191082  variants=variants_270,
191083 },
191084 [0x13303]={
191085  category="lo",
191086  description="EGYPTIAN HIEROGLYPH S043",
191087  direction="l",
191088  linebreak="al",
191089  unicodeslot=0x13303,
191090  variants=variants_270,
191091 },
191092 [0x13304]={
191093  category="lo",
191094  description="EGYPTIAN HIEROGLYPH S044",
191095  direction="l",
191096  linebreak="al",
191097  unicodeslot=0x13304,
191098 },
191099 [0x13305]={
191100  category="lo",
191101  description="EGYPTIAN HIEROGLYPH S045",
191102  direction="l",
191103  linebreak="al",
191104  unicodeslot=0x13305,
191105 },
191106 [0x13306]={
191107  category="lo",
191108  description="EGYPTIAN HIEROGLYPH S046",
191109  direction="l",
191110  linebreak="al",
191111  unicodeslot=0x13306,
191112 },
191113 [0x13307]={
191114  category="lo",
191115  description="EGYPTIAN HIEROGLYPH T001",
191116  direction="l",
191117  linebreak="al",
191118  unicodeslot=0x13307,
191119  variants=variants_90,
191120 },
191121 [0x13308]={
191122  category="lo",
191123  description="EGYPTIAN HIEROGLYPH T002",
191124  direction="l",
191125  linebreak="al",
191126  unicodeslot=0x13308,
191127  variants=variants_180,
191128 },
191129 [0x13309]={
191130  category="lo",
191131  description="EGYPTIAN HIEROGLYPH T003",
191132  direction="l",
191133  linebreak="al",
191134  unicodeslot=0x13309,
191135 },
191136 [0x1330A]={
191137  category="lo",
191138  description="EGYPTIAN HIEROGLYPH T003A",
191139  direction="l",
191140  linebreak="al",
191141  unicodeslot=0x1330A,
191142 },
191143 [0x1330B]={
191144  category="lo",
191145  description="EGYPTIAN HIEROGLYPH T004",
191146  direction="l",
191147  linebreak="al",
191148  unicodeslot=0x1330B,
191149 },
191150 [0x1330C]={
191151  category="lo",
191152  description="EGYPTIAN HIEROGLYPH T005",
191153  direction="l",
191154  linebreak="al",
191155  unicodeslot=0x1330C,
191156 },
191157 [0x1330D]={
191158  category="lo",
191159  description="EGYPTIAN HIEROGLYPH T006",
191160  direction="l",
191161  linebreak="al",
191162  unicodeslot=0x1330D,
191163 },
191164 [0x1330E]={
191165  category="lo",
191166  description="EGYPTIAN HIEROGLYPH T007",
191167  direction="l",
191168  linebreak="al",
191169  unicodeslot=0x1330E,
191170 },
191171 [0x1330F]={
191172  category="lo",
191173  description="EGYPTIAN HIEROGLYPH T007A",
191174  direction="l",
191175  linebreak="al",
191176  unicodeslot=0x1330F,
191177 },
191178 [0x13310]={
191179  category="lo",
191180  description="EGYPTIAN HIEROGLYPH T008",
191181  direction="l",
191182  linebreak="al",
191183  unicodeslot=0x13310,
191184  variants=variants_270,
191185 },
191186 [0x13311]={
191187  category="lo",
191188  description="EGYPTIAN HIEROGLYPH T008A",
191189  direction="l",
191190  linebreak="al",
191191  unicodeslot=0x13311,
191192  variants=variants_270,
191193 },
191194 [0x13312]={
191195  category="lo",
191196  description="EGYPTIAN HIEROGLYPH T009",
191197  direction="l",
191198  linebreak="al",
191199  unicodeslot=0x13312,
191200  variants=variants_180_270,
191201 },
191202 [0x13313]={
191203  category="lo",
191204  description="EGYPTIAN HIEROGLYPH T009A",
191205  direction="l",
191206  linebreak="al",
191207  unicodeslot=0x13313,
191208  variants=variants_180_270,
191209 },
191210 [0x13314]={
191211  category="lo",
191212  description="EGYPTIAN HIEROGLYPH T010",
191213  direction="l",
191214  linebreak="al",
191215  unicodeslot=0x13314,
191216  variants=variants_180_270,
191217 },
191218 [0x13315]={
191219  category="lo",
191220  description="EGYPTIAN HIEROGLYPH T011",
191221  direction="l",
191222  linebreak="al",
191223  unicodeslot=0x13315,
191224 },
191225 [0x13316]={
191226  category="lo",
191227  description="EGYPTIAN HIEROGLYPH T011A",
191228  direction="l",
191229  linebreak="al",
191230  unicodeslot=0x13316,
191231 },
191232 [0x13317]={
191233  category="lo",
191234  description="EGYPTIAN HIEROGLYPH T012",
191235  direction="l",
191236  linebreak="al",
191237  unicodeslot=0x13317,
191238 },
191239 [0x13318]={
191240  category="lo",
191241  description="EGYPTIAN HIEROGLYPH T013",
191242  direction="l",
191243  linebreak="al",
191244  unicodeslot=0x13318,
191245 },
191246 [0x13319]={
191247  category="lo",
191248  description="EGYPTIAN HIEROGLYPH T014",
191249  direction="l",
191250  linebreak="al",
191251  unicodeslot=0x13319,
191252 },
191253 [0x1331A]={
191254  category="lo",
191255  description="EGYPTIAN HIEROGLYPH T015",
191256  direction="l",
191257  linebreak="al",
191258  unicodeslot=0x1331A,
191259 },
191260 [0x1331B]={
191261  category="lo",
191262  description="EGYPTIAN HIEROGLYPH T016",
191263  direction="l",
191264  linebreak="al",
191265  unicodeslot=0x1331B,
191266  variants=variants_90_180,
191267 },
191268 [0x1331C]={
191269  category="lo",
191270  description="EGYPTIAN HIEROGLYPH T016A",
191271  direction="l",
191272  linebreak="al",
191273  unicodeslot=0x1331C,
191274  variants=variants_270,
191275 },
191276 [0x1331D]={
191277  category="lo",
191278  description="EGYPTIAN HIEROGLYPH T017",
191279  direction="l",
191280  linebreak="al",
191281  unicodeslot=0x1331D,
191282 },
191283 [0x1331E]={
191284  category="lo",
191285  description="EGYPTIAN HIEROGLYPH T018",
191286  direction="l",
191287  linebreak="al",
191288  unicodeslot=0x1331E,
191289 },
191290 [0x1331F]={
191291  category="lo",
191292  description="EGYPTIAN HIEROGLYPH T019",
191293  direction="l",
191294  linebreak="al",
191295  unicodeslot=0x1331F,
191296 },
191297 [0x13320]={
191298  category="lo",
191299  description="EGYPTIAN HIEROGLYPH T020",
191300  direction="l",
191301  linebreak="al",
191302  unicodeslot=0x13320,
191303 },
191304 [0x13321]={
191305  category="lo",
191306  description="EGYPTIAN HIEROGLYPH T021",
191307  direction="l",
191308  linebreak="al",
191309  unicodeslot=0x13321,
191310  variants=variants_180_270,
191311 },
191312 [0x13322]={
191313  category="lo",
191314  description="EGYPTIAN HIEROGLYPH T022",
191315  direction="l",
191316  linebreak="al",
191317  unicodeslot=0x13322,
191318  variants=variants_90_180,
191319 },
191320 [0x13323]={
191321  category="lo",
191322  description="EGYPTIAN HIEROGLYPH T023",
191323  direction="l",
191324  linebreak="al",
191325  unicodeslot=0x13323,
191326 },
191327 [0x13324]={
191328  category="lo",
191329  description="EGYPTIAN HIEROGLYPH T024",
191330  direction="l",
191331  linebreak="al",
191332  unicodeslot=0x13324,
191333 },
191334 [0x13325]={
191335  category="lo",
191336  description="EGYPTIAN HIEROGLYPH T025",
191337  direction="l",
191338  linebreak="al",
191339  unicodeslot=0x13325,
191340 },
191341 [0x13326]={
191342  category="lo",
191343  description="EGYPTIAN HIEROGLYPH T026",
191344  direction="l",
191345  linebreak="al",
191346  unicodeslot=0x13326,
191347 },
191348 [0x13327]={
191349  category="lo",
191350  description="EGYPTIAN HIEROGLYPH T027",
191351  direction="l",
191352  linebreak="al",
191353  unicodeslot=0x13327,
191354 },
191355 [0x13328]={
191356  category="lo",
191357  description="EGYPTIAN HIEROGLYPH T028",
191358  direction="l",
191359  linebreak="al",
191360  unicodeslot=0x13328,
191361 },
191362 [0x13329]={
191363  category="lo",
191364  description="EGYPTIAN HIEROGLYPH T029",
191365  direction="l",
191366  linebreak="al",
191367  unicodeslot=0x13329,
191368 },
191369 [0x1332A]={
191370  category="lo",
191371  description="EGYPTIAN HIEROGLYPH T030",
191372  direction="l",
191373  linebreak="al",
191374  unicodeslot=0x1332A,
191375 },
191376 [0x1332B]={
191377  category="lo",
191378  description="EGYPTIAN HIEROGLYPH T031",
191379  direction="l",
191380  linebreak="al",
191381  unicodeslot=0x1332B,
191382 },
191383 [0x1332C]={
191384  category="lo",
191385  description="EGYPTIAN HIEROGLYPH T032",
191386  direction="l",
191387  linebreak="al",
191388  unicodeslot=0x1332C,
191389 },
191390 [0x1332D]={
191391  category="lo",
191392  description="EGYPTIAN HIEROGLYPH T032A",
191393  direction="l",
191394  linebreak="al",
191395  unicodeslot=0x1332D,
191396 },
191397 [0x1332E]={
191398  category="lo",
191399  description="EGYPTIAN HIEROGLYPH T033",
191400  direction="l",
191401  linebreak="al",
191402  unicodeslot=0x1332E,
191403 },
191404 [0x1332F]={
191405  category="lo",
191406  description="EGYPTIAN HIEROGLYPH T033A",
191407  direction="l",
191408  linebreak="al",
191409  unicodeslot=0x1332F,
191410 },
191411 [0x13330]={
191412  category="lo",
191413  description="EGYPTIAN HIEROGLYPH T034",
191414  direction="l",
191415  linebreak="al",
191416  unicodeslot=0x13330,
191417 },
191418 [0x13331]={
191419  category="lo",
191420  description="EGYPTIAN HIEROGLYPH T035",
191421  direction="l",
191422  linebreak="al",
191423  unicodeslot=0x13331,
191424  variants=variants_180_270,
191425 },
191426 [0x13332]={
191427  category="lo",
191428  description="EGYPTIAN HIEROGLYPH T036",
191429  direction="l",
191430  linebreak="al",
191431  unicodeslot=0x13332,
191432 },
191433 [0x13333]={
191434  category="lo",
191435  description="EGYPTIAN HIEROGLYPH U001",
191436  direction="l",
191437  linebreak="al",
191438  unicodeslot=0x13333,
191439 },
191440 [0x13334]={
191441  category="lo",
191442  description="EGYPTIAN HIEROGLYPH U002",
191443  direction="l",
191444  linebreak="al",
191445  unicodeslot=0x13334,
191446 },
191447 [0x13335]={
191448  category="lo",
191449  description="EGYPTIAN HIEROGLYPH U003",
191450  direction="l",
191451  linebreak="al",
191452  unicodeslot=0x13335,
191453 },
191454 [0x13336]={
191455  category="lo",
191456  description="EGYPTIAN HIEROGLYPH U004",
191457  direction="l",
191458  linebreak="al",
191459  unicodeslot=0x13336,
191460 },
191461 [0x13337]={
191462  category="lo",
191463  description="EGYPTIAN HIEROGLYPH U005",
191464  direction="l",
191465  linebreak="al",
191466  unicodeslot=0x13337,
191467 },
191468 [0x13338]={
191469  category="lo",
191470  description="EGYPTIAN HIEROGLYPH U006",
191471  direction="l",
191472  linebreak="al",
191473  unicodeslot=0x13338,
191474 },
191475 [0x13339]={
191476  category="lo",
191477  description="EGYPTIAN HIEROGLYPH U006A",
191478  direction="l",
191479  linebreak="al",
191480  unicodeslot=0x13339,
191481 },
191482 [0x1333A]={
191483  category="lo",
191484  description="EGYPTIAN HIEROGLYPH U006B",
191485  direction="l",
191486  linebreak="al",
191487  unicodeslot=0x1333A,
191488 },
191489 [0x1333B]={
191490  category="lo",
191491  description="EGYPTIAN HIEROGLYPH U007",
191492  direction="l",
191493  linebreak="al",
191494  unicodeslot=0x1333B,
191495  variants=variants_90,
191496 },
191497 [0x1333C]={
191498  category="lo",
191499  description="EGYPTIAN HIEROGLYPH U008",
191500  direction="l",
191501  linebreak="al",
191502  unicodeslot=0x1333C,
191503  variants=variants_90,
191504 },
191505 [0x1333D]={
191506  category="lo",
191507  description="EGYPTIAN HIEROGLYPH U009",
191508  direction="l",
191509  linebreak="al",
191510  unicodeslot=0x1333D,
191511 },
191512 [0x1333E]={
191513  category="lo",
191514  description="EGYPTIAN HIEROGLYPH U010",
191515  direction="l",
191516  linebreak="al",
191517  unicodeslot=0x1333E,
191518 },
191519 [0x1333F]={
191520  category="lo",
191521  description="EGYPTIAN HIEROGLYPH U011",
191522  direction="l",
191523  linebreak="al",
191524  unicodeslot=0x1333F,
191525 },
191526 [0x13340]={
191527  category="lo",
191528  description="EGYPTIAN HIEROGLYPH U012",
191529  direction="l",
191530  linebreak="al",
191531  unicodeslot=0x13340,
191532 },
191533 [0x13341]={
191534  category="lo",
191535  description="EGYPTIAN HIEROGLYPH U013",
191536  direction="l",
191537  linebreak="al",
191538  unicodeslot=0x13341,
191539 },
191540 [0x13342]={
191541  category="lo",
191542  description="EGYPTIAN HIEROGLYPH U014",
191543  direction="l",
191544  linebreak="al",
191545  unicodeslot=0x13342,
191546 },
191547 [0x13343]={
191548  category="lo",
191549  description="EGYPTIAN HIEROGLYPH U015",
191550  direction="l",
191551  linebreak="al",
191552  unicodeslot=0x13343,
191553 },
191554 [0x13344]={
191555  category="lo",
191556  description="EGYPTIAN HIEROGLYPH U016",
191557  direction="l",
191558  linebreak="al",
191559  unicodeslot=0x13344,
191560 },
191561 [0x13345]={
191562  category="lo",
191563  description="EGYPTIAN HIEROGLYPH U017",
191564  direction="l",
191565  linebreak="al",
191566  unicodeslot=0x13345,
191567 },
191568 [0x13346]={
191569  category="lo",
191570  description="EGYPTIAN HIEROGLYPH U018",
191571  direction="l",
191572  linebreak="al",
191573  unicodeslot=0x13346,
191574 },
191575 [0x13347]={
191576  category="lo",
191577  description="EGYPTIAN HIEROGLYPH U019",
191578  direction="l",
191579  linebreak="al",
191580  unicodeslot=0x13347,
191581 },
191582 [0x13348]={
191583  category="lo",
191584  description="EGYPTIAN HIEROGLYPH U020",
191585  direction="l",
191586  linebreak="al",
191587  unicodeslot=0x13348,
191588 },
191589 [0x13349]={
191590  category="lo",
191591  description="EGYPTIAN HIEROGLYPH U021",
191592  direction="l",
191593  linebreak="al",
191594  unicodeslot=0x13349,
191595 },
191596 [0x1334A]={
191597  category="lo",
191598  description="EGYPTIAN HIEROGLYPH U022",
191599  direction="l",
191600  linebreak="al",
191601  unicodeslot=0x1334A,
191602  variants=variants_270,
191603 },
191604 [0x1334B]={
191605  category="lo",
191606  description="EGYPTIAN HIEROGLYPH U023",
191607  direction="l",
191608  linebreak="al",
191609  unicodeslot=0x1334B,
191610 },
191611 [0x1334C]={
191612  category="lo",
191613  description="EGYPTIAN HIEROGLYPH U023A",
191614  direction="l",
191615  linebreak="al",
191616  unicodeslot=0x1334C,
191617 },
191618 [0x1334D]={
191619  category="lo",
191620  description="EGYPTIAN HIEROGLYPH U024",
191621  direction="l",
191622  linebreak="al",
191623  unicodeslot=0x1334D,
191624 },
191625 [0x1334E]={
191626  category="lo",
191627  description="EGYPTIAN HIEROGLYPH U025",
191628  direction="l",
191629  linebreak="al",
191630  unicodeslot=0x1334E,
191631 },
191632 [0x1334F]={
191633  category="lo",
191634  description="EGYPTIAN HIEROGLYPH U026",
191635  direction="l",
191636  linebreak="al",
191637  unicodeslot=0x1334F,
191638 },
191639 [0x13350]={
191640  category="lo",
191641  description="EGYPTIAN HIEROGLYPH U027",
191642  direction="l",
191643  linebreak="al",
191644  unicodeslot=0x13350,
191645 },
191646 [0x13351]={
191647  category="lo",
191648  description="EGYPTIAN HIEROGLYPH U028",
191649  direction="l",
191650  linebreak="al",
191651  unicodeslot=0x13351,
191652 },
191653 [0x13352]={
191654  category="lo",
191655  description="EGYPTIAN HIEROGLYPH U029",
191656  direction="l",
191657  linebreak="al",
191658  unicodeslot=0x13352,
191659 },
191660 [0x13353]={
191661  category="lo",
191662  description="EGYPTIAN HIEROGLYPH U029A",
191663  direction="l",
191664  linebreak="al",
191665  unicodeslot=0x13353,
191666 },
191667 [0x13354]={
191668  category="lo",
191669  description="EGYPTIAN HIEROGLYPH U030",
191670  direction="l",
191671  linebreak="al",
191672  unicodeslot=0x13354,
191673 },
191674 [0x13355]={
191675  category="lo",
191676  description="EGYPTIAN HIEROGLYPH U031",
191677  direction="l",
191678  linebreak="al",
191679  unicodeslot=0x13355,
191680 },
191681 [0x13356]={
191682  category="lo",
191683  description="EGYPTIAN HIEROGLYPH U032",
191684  direction="l",
191685  linebreak="al",
191686  unicodeslot=0x13356,
191687 },
191688 [0x13357]={
191689  category="lo",
191690  description="EGYPTIAN HIEROGLYPH U032A",
191691  direction="l",
191692  linebreak="al",
191693  unicodeslot=0x13357,
191694 },
191695 [0x13358]={
191696  category="lo",
191697  description="EGYPTIAN HIEROGLYPH U033",
191698  direction="l",
191699  linebreak="al",
191700  unicodeslot=0x13358,
191701 },
191702 [0x13359]={
191703  category="lo",
191704  description="EGYPTIAN HIEROGLYPH U034",
191705  direction="l",
191706  linebreak="al",
191707  unicodeslot=0x13359,
191708 },
191709 [0x1335A]={
191710  category="lo",
191711  description="EGYPTIAN HIEROGLYPH U035",
191712  direction="l",
191713  linebreak="al",
191714  unicodeslot=0x1335A,
191715 },
191716 [0x1335B]={
191717  category="lo",
191718  description="EGYPTIAN HIEROGLYPH U036",
191719  direction="l",
191720  linebreak="al",
191721  unicodeslot=0x1335B,
191722 },
191723 [0x1335C]={
191724  category="lo",
191725  description="EGYPTIAN HIEROGLYPH U037",
191726  direction="l",
191727  linebreak="al",
191728  unicodeslot=0x1335C,
191729 },
191730 [0x1335D]={
191731  category="lo",
191732  description="EGYPTIAN HIEROGLYPH U038",
191733  direction="l",
191734  linebreak="al",
191735  unicodeslot=0x1335D,
191736 },
191737 [0x1335E]={
191738  category="lo",
191739  description="EGYPTIAN HIEROGLYPH U039",
191740  direction="l",
191741  linebreak="al",
191742  unicodeslot=0x1335E,
191743 },
191744 [0x1335F]={
191745  category="lo",
191746  description="EGYPTIAN HIEROGLYPH U040",
191747  direction="l",
191748  linebreak="al",
191749  unicodeslot=0x1335F,
191750 },
191751 [0x13360]={
191752  category="lo",
191753  description="EGYPTIAN HIEROGLYPH U041",
191754  direction="l",
191755  linebreak="al",
191756  unicodeslot=0x13360,
191757 },
191758 [0x13361]={
191759  category="lo",
191760  description="EGYPTIAN HIEROGLYPH U042",
191761  direction="l",
191762  linebreak="al",
191763  unicodeslot=0x13361,
191764  variants=variants_270,
191765 },
191766 [0x13362]={
191767  category="lo",
191768  description="EGYPTIAN HIEROGLYPH V001",
191769  direction="l",
191770  linebreak="al",
191771  unicodeslot=0x13362,
191772 },
191773 [0x13363]={
191774  category="lo",
191775  description="EGYPTIAN HIEROGLYPH V001A",
191776  direction="l",
191777  linebreak="al",
191778  unicodeslot=0x13363,
191779 },
191780 [0x13364]={
191781  category="lo",
191782  description="EGYPTIAN HIEROGLYPH V001B",
191783  direction="l",
191784  linebreak="al",
191785  unicodeslot=0x13364,
191786 },
191787 [0x13365]={
191788  category="lo",
191789  description="EGYPTIAN HIEROGLYPH V001C",
191790  direction="l",
191791  linebreak="al",
191792  unicodeslot=0x13365,
191793 },
191794 [0x13366]={
191795  category="lo",
191796  description="EGYPTIAN HIEROGLYPH V001D",
191797  direction="l",
191798  linebreak="al",
191799  unicodeslot=0x13366,
191800 },
191801 [0x13367]={
191802  category="lo",
191803  description="EGYPTIAN HIEROGLYPH V001E",
191804  direction="l",
191805  linebreak="al",
191806  unicodeslot=0x13367,
191807 },
191808 [0x13368]={
191809  category="lo",
191810  description="EGYPTIAN HIEROGLYPH V001F",
191811  direction="l",
191812  linebreak="al",
191813  unicodeslot=0x13368,
191814 },
191815 [0x13369]={
191816  category="lo",
191817  description="EGYPTIAN HIEROGLYPH V001G",
191818  direction="l",
191819  linebreak="al",
191820  unicodeslot=0x13369,
191821 },
191822 [0x1336A]={
191823  category="lo",
191824  description="EGYPTIAN HIEROGLYPH V001H",
191825  direction="l",
191826  linebreak="al",
191827  unicodeslot=0x1336A,
191828 },
191829 [0x1336B]={
191830  category="lo",
191831  description="EGYPTIAN HIEROGLYPH V001I",
191832  direction="l",
191833  linebreak="al",
191834  unicodeslot=0x1336B,
191835 },
191836 [0x1336C]={
191837  category="lo",
191838  description="EGYPTIAN HIEROGLYPH V002",
191839  direction="l",
191840  linebreak="al",
191841  unicodeslot=0x1336C,
191842 },
191843 [0x1336D]={
191844  category="lo",
191845  description="EGYPTIAN HIEROGLYPH V002A",
191846  direction="l",
191847  linebreak="al",
191848  unicodeslot=0x1336D,
191849 },
191850 [0x1336E]={
191851  category="lo",
191852  description="EGYPTIAN HIEROGLYPH V003",
191853  direction="l",
191854  linebreak="al",
191855  unicodeslot=0x1336E,
191856 },
191857 [0x1336F]={
191858  category="lo",
191859  description="EGYPTIAN HIEROGLYPH V004",
191860  direction="l",
191861  linebreak="al",
191862  unicodeslot=0x1336F,
191863 },
191864 [0x13370]={
191865  category="lo",
191866  description="EGYPTIAN HIEROGLYPH V005",
191867  direction="l",
191868  linebreak="al",
191869  unicodeslot=0x13370,
191870 },
191871 [0x13371]={
191872  category="lo",
191873  description="EGYPTIAN HIEROGLYPH V006",
191874  direction="l",
191875  linebreak="al",
191876  unicodeslot=0x13371,
191877 },
191878 [0x13372]={
191879  category="lo",
191880  description="EGYPTIAN HIEROGLYPH V007",
191881  direction="l",
191882  linebreak="al",
191883  unicodeslot=0x13372,
191884 },
191885 [0x13373]={
191886  category="lo",
191887  description="EGYPTIAN HIEROGLYPH V007A",
191888  direction="l",
191889  linebreak="al",
191890  unicodeslot=0x13373,
191891  variants=variants_270,
191892 },
191893 [0x13374]={
191894  category="lo",
191895  description="EGYPTIAN HIEROGLYPH V007B",
191896  direction="l",
191897  linebreak="al",
191898  unicodeslot=0x13374,
191899 },
191900 [0x13375]={
191901  category="lo",
191902  description="EGYPTIAN HIEROGLYPH V008",
191903  direction="l",
191904  linebreak="al",
191905  unicodeslot=0x13375,
191906 },
191907 [0x13376]={
191908  category="lo",
191909  description="EGYPTIAN HIEROGLYPH V009",
191910  direction="l",
191911  linebreak="al",
191912  unicodeslot=0x13376,
191913 },
191914 [0x13377]={
191915  category="lo",
191916  description="EGYPTIAN HIEROGLYPH V010",
191917  direction="l",
191918  linebreak="al",
191919  unicodeslot=0x13377,
191920  variants=variants_90,
191921 },
191922 [0x13378]={
191923  category="lo",
191924  description="EGYPTIAN HIEROGLYPH V011",
191925  direction="l",
191926  linebreak="al",
191927  unicodeslot=0x13378,
191928  variants=variants_90,
191929 },
191930 [0x13379]={
191931  category="lo",
191932  description="EGYPTIAN HIEROGLYPH V011A",
191933  direction="l",
191934  linebreak="op",
191935  unicodeslot=0x13379,
191936 },
191937 [0x1337A]={
191938  category="lo",
191939  description="EGYPTIAN HIEROGLYPH V011B",
191940  direction="l",
191941  linebreak="cl",
191942  unicodeslot=0x1337A,
191943 },
191944 [0x1337B]={
191945  category="lo",
191946  description="EGYPTIAN HIEROGLYPH V011C",
191947  direction="l",
191948  linebreak="cl",
191949  unicodeslot=0x1337B,
191950 },
191951 [0x1337C]={
191952  category="lo",
191953  description="EGYPTIAN HIEROGLYPH V012",
191954  direction="l",
191955  linebreak="al",
191956  unicodeslot=0x1337C,
191957 },
191958 [0x1337D]={
191959  category="lo",
191960  description="EGYPTIAN HIEROGLYPH V012A",
191961  direction="l",
191962  linebreak="al",
191963  unicodeslot=0x1337D,
191964  variants=variants_270,
191965 },
191966 [0x1337E]={
191967  category="lo",
191968  description="EGYPTIAN HIEROGLYPH V012B",
191969  direction="l",
191970  linebreak="al",
191971  unicodeslot=0x1337E,
191972 },
191973 [0x1337F]={
191974  category="lo",
191975  description="EGYPTIAN HIEROGLYPH V013",
191976  direction="l",
191977  linebreak="al",
191978  unicodeslot=0x1337F,
191979 },
191980 [0x13380]={
191981  category="lo",
191982  description="EGYPTIAN HIEROGLYPH V014",
191983  direction="l",
191984  linebreak="al",
191985  unicodeslot=0x13380,
191986 },
191987 [0x13381]={
191988  category="lo",
191989  description="EGYPTIAN HIEROGLYPH V015",
191990  direction="l",
191991  linebreak="al",
191992  unicodeslot=0x13381,
191993 },
191994 [0x13382]={
191995  category="lo",
191996  description="EGYPTIAN HIEROGLYPH V016",
191997  direction="l",
191998  linebreak="al",
191999  unicodeslot=0x13382,
192000 },
192001 [0x13383]={
192002  category="lo",
192003  description="EGYPTIAN HIEROGLYPH V017",
192004  direction="l",
192005  linebreak="al",
192006  unicodeslot=0x13383,
192007 },
192008 [0x13384]={
192009  category="lo",
192010  description="EGYPTIAN HIEROGLYPH V018",
192011  direction="l",
192012  linebreak="al",
192013  unicodeslot=0x13384,
192014 },
192015 [0x13385]={
192016  category="lo",
192017  description="EGYPTIAN HIEROGLYPH V019",
192018  direction="l",
192019  linebreak="al",
192020  unicodeslot=0x13385,
192021  variants=variants_270,
192022 },
192023 [0x13386]={
192024  category="lo",
192025  description="EGYPTIAN HIEROGLYPH V020",
192026  direction="l",
192027  linebreak="al",
192028  unicodeslot=0x13386,
192029 },
192030 [0x13387]={
192031  category="lo",
192032  description="EGYPTIAN HIEROGLYPH V020A",
192033  direction="l",
192034  linebreak="al",
192035  unicodeslot=0x13387,
192036 },
192037 [0x13388]={
192038  category="lo",
192039  description="EGYPTIAN HIEROGLYPH V020B",
192040  direction="l",
192041  linebreak="al",
192042  unicodeslot=0x13388,
192043 },
192044 [0x13389]={
192045  category="lo",
192046  description="EGYPTIAN HIEROGLYPH V020C",
192047  direction="l",
192048  linebreak="al",
192049  unicodeslot=0x13389,
192050 },
192051 [0x1338A]={
192052  category="lo",
192053  description="EGYPTIAN HIEROGLYPH V020D",
192054  direction="l",
192055  linebreak="al",
192056  unicodeslot=0x1338A,
192057 },
192058 [0x1338B]={
192059  category="lo",
192060  description="EGYPTIAN HIEROGLYPH V020E",
192061  direction="l",
192062  linebreak="al",
192063  unicodeslot=0x1338B,
192064 },
192065 [0x1338C]={
192066  category="lo",
192067  description="EGYPTIAN HIEROGLYPH V020F",
192068  direction="l",
192069  linebreak="al",
192070  unicodeslot=0x1338C,
192071 },
192072 [0x1338D]={
192073  category="lo",
192074  description="EGYPTIAN HIEROGLYPH V020G",
192075  direction="l",
192076  linebreak="al",
192077  unicodeslot=0x1338D,
192078 },
192079 [0x1338E]={
192080  category="lo",
192081  description="EGYPTIAN HIEROGLYPH V020H",
192082  direction="l",
192083  linebreak="al",
192084  unicodeslot=0x1338E,
192085 },
192086 [0x1338F]={
192087  category="lo",
192088  description="EGYPTIAN HIEROGLYPH V020I",
192089  direction="l",
192090  linebreak="al",
192091  unicodeslot=0x1338F,
192092 },
192093 [0x13390]={
192094  category="lo",
192095  description="EGYPTIAN HIEROGLYPH V020J",
192096  direction="l",
192097  linebreak="al",
192098  unicodeslot=0x13390,
192099 },
192100 [0x13391]={
192101  category="lo",
192102  description="EGYPTIAN HIEROGLYPH V020K",
192103  direction="l",
192104  linebreak="al",
192105  unicodeslot=0x13391,
192106 },
192107 [0x13392]={
192108  category="lo",
192109  description="EGYPTIAN HIEROGLYPH V020L",
192110  direction="l",
192111  linebreak="al",
192112  unicodeslot=0x13392,
192113 },
192114 [0x13393]={
192115  category="lo",
192116  description="EGYPTIAN HIEROGLYPH V021",
192117  direction="l",
192118  linebreak="al",
192119  unicodeslot=0x13393,
192120 },
192121 [0x13394]={
192122  category="lo",
192123  description="EGYPTIAN HIEROGLYPH V022",
192124  direction="l",
192125  linebreak="al",
192126  unicodeslot=0x13394,
192127 },
192128 [0x13395]={
192129  category="lo",
192130  description="EGYPTIAN HIEROGLYPH V023",
192131  direction="l",
192132  linebreak="al",
192133  unicodeslot=0x13395,
192134 },
192135 [0x13396]={
192136  category="lo",
192137  description="EGYPTIAN HIEROGLYPH V023A",
192138  direction="l",
192139  linebreak="al",
192140  unicodeslot=0x13396,
192141 },
192142 [0x13397]={
192143  category="lo",
192144  description="EGYPTIAN HIEROGLYPH V024",
192145  direction="l",
192146  linebreak="al",
192147  unicodeslot=0x13397,
192148 },
192149 [0x13398]={
192150  category="lo",
192151  description="EGYPTIAN HIEROGLYPH V025",
192152  direction="l",
192153  linebreak="al",
192154  unicodeslot=0x13398,
192155 },
192156 [0x13399]={
192157  category="lo",
192158  description="EGYPTIAN HIEROGLYPH V026",
192159  direction="l",
192160  linebreak="al",
192161  unicodeslot=0x13399,
192162  variants=variants_90,
192163 },
192164 [0x1339A]={
192165  category="lo",
192166  description="EGYPTIAN HIEROGLYPH V027",
192167  direction="l",
192168  linebreak="al",
192169  unicodeslot=0x1339A,
192170  variants=variants_90,
192171 },
192172 [0x1339B]={
192173  category="lo",
192174  description="EGYPTIAN HIEROGLYPH V028",
192175  direction="l",
192176  linebreak="al",
192177  unicodeslot=0x1339B,
192178 },
192179 [0x1339C]={
192180  category="lo",
192181  description="EGYPTIAN HIEROGLYPH V028A",
192182  direction="l",
192183  linebreak="al",
192184  unicodeslot=0x1339C,
192185 },
192186 [0x1339D]={
192187  category="lo",
192188  description="EGYPTIAN HIEROGLYPH V029",
192189  direction="l",
192190  linebreak="al",
192191  unicodeslot=0x1339D,
192192 },
192193 [0x1339E]={
192194  category="lo",
192195  description="EGYPTIAN HIEROGLYPH V029A",
192196  direction="l",
192197  linebreak="al",
192198  unicodeslot=0x1339E,
192199 },
192200 [0x1339F]={
192201  category="lo",
192202  description="EGYPTIAN HIEROGLYPH V030",
192203  direction="l",
192204  linebreak="al",
192205  unicodeslot=0x1339F,
192206 },
192207 [0x133A0]={
192208  category="lo",
192209  description="EGYPTIAN HIEROGLYPH V030A",
192210  direction="l",
192211  linebreak="al",
192212  unicodeslot=0x133A0,
192213 },
192214 [0x133A1]={
192215  category="lo",
192216  description="EGYPTIAN HIEROGLYPH V031",
192217  direction="l",
192218  linebreak="al",
192219  unicodeslot=0x133A1,
192220 },
192221 [0x133A2]={
192222  category="lo",
192223  description="EGYPTIAN HIEROGLYPH V031A",
192224  direction="l",
192225  linebreak="al",
192226  unicodeslot=0x133A2,
192227 },
192228 [0x133A3]={
192229  category="lo",
192230  description="EGYPTIAN HIEROGLYPH V032",
192231  direction="l",
192232  linebreak="al",
192233  unicodeslot=0x133A3,
192234 },
192235 [0x133A4]={
192236  category="lo",
192237  description="EGYPTIAN HIEROGLYPH V033",
192238  direction="l",
192239  linebreak="al",
192240  unicodeslot=0x133A4,
192241 },
192242 [0x133A5]={
192243  category="lo",
192244  description="EGYPTIAN HIEROGLYPH V033A",
192245  direction="l",
192246  linebreak="al",
192247  unicodeslot=0x133A5,
192248 },
192249 [0x133A6]={
192250  category="lo",
192251  description="EGYPTIAN HIEROGLYPH V034",
192252  direction="l",
192253  linebreak="al",
192254  unicodeslot=0x133A6,
192255 },
192256 [0x133A7]={
192257  category="lo",
192258  description="EGYPTIAN HIEROGLYPH V035",
192259  direction="l",
192260  linebreak="al",
192261  unicodeslot=0x133A7,
192262 },
192263 [0x133A8]={
192264  category="lo",
192265  description="EGYPTIAN HIEROGLYPH V036",
192266  direction="l",
192267  linebreak="al",
192268  unicodeslot=0x133A8,
192269 },
192270 [0x133A9]={
192271  category="lo",
192272  description="EGYPTIAN HIEROGLYPH V037",
192273  direction="l",
192274  linebreak="al",
192275  unicodeslot=0x133A9,
192276 },
192277 [0x133AA]={
192278  category="lo",
192279  description="EGYPTIAN HIEROGLYPH V037A",
192280  direction="l",
192281  linebreak="al",
192282  unicodeslot=0x133AA,
192283 },
192284 [0x133AB]={
192285  category="lo",
192286  description="EGYPTIAN HIEROGLYPH V038",
192287  direction="l",
192288  linebreak="al",
192289  unicodeslot=0x133AB,
192290 },
192291 [0x133AC]={
192292  category="lo",
192293  description="EGYPTIAN HIEROGLYPH V039",
192294  direction="l",
192295  linebreak="al",
192296  unicodeslot=0x133AC,
192297 },
192298 [0x133AD]={
192299  category="lo",
192300  description="EGYPTIAN HIEROGLYPH V040",
192301  direction="l",
192302  linebreak="al",
192303  unicodeslot=0x133AD,
192304 },
192305 [0x133AE]={
192306  category="lo",
192307  description="EGYPTIAN HIEROGLYPH V040A",
192308  direction="l",
192309  linebreak="al",
192310  unicodeslot=0x133AE,
192311 },
192312 [0x133AF]={
192313  category="lo",
192314  description="EGYPTIAN HIEROGLYPH W001",
192315  direction="l",
192316  linebreak="al",
192317  unicodeslot=0x133AF,
192318  variants=variants_270,
192319 },
192320 [0x133B0]={
192321  category="lo",
192322  description="EGYPTIAN HIEROGLYPH W002",
192323  direction="l",
192324  linebreak="al",
192325  unicodeslot=0x133B0,
192326  variants=variants_270,
192327 },
192328 [0x133B1]={
192329  category="lo",
192330  description="EGYPTIAN HIEROGLYPH W003",
192331  direction="l",
192332  linebreak="al",
192333  unicodeslot=0x133B1,
192334 },
192335 [0x133B2]={
192336  category="lo",
192337  description="EGYPTIAN HIEROGLYPH W003A",
192338  direction="l",
192339  linebreak="al",
192340  unicodeslot=0x133B2,
192341 },
192342 [0x133B3]={
192343  category="lo",
192344  description="EGYPTIAN HIEROGLYPH W004",
192345  direction="l",
192346  linebreak="al",
192347  unicodeslot=0x133B3,
192348 },
192349 [0x133B4]={
192350  category="lo",
192351  description="EGYPTIAN HIEROGLYPH W005",
192352  direction="l",
192353  linebreak="al",
192354  unicodeslot=0x133B4,
192355 },
192356 [0x133B5]={
192357  category="lo",
192358  description="EGYPTIAN HIEROGLYPH W006",
192359  direction="l",
192360  linebreak="al",
192361  unicodeslot=0x133B5,
192362 },
192363 [0x133B6]={
192364  category="lo",
192365  description="EGYPTIAN HIEROGLYPH W007",
192366  direction="l",
192367  linebreak="al",
192368  unicodeslot=0x133B6,
192369 },
192370 [0x133B7]={
192371  category="lo",
192372  description="EGYPTIAN HIEROGLYPH W008",
192373  direction="l",
192374  linebreak="al",
192375  unicodeslot=0x133B7,
192376 },
192377 [0x133B8]={
192378  category="lo",
192379  description="EGYPTIAN HIEROGLYPH W009",
192380  direction="l",
192381  linebreak="al",
192382  unicodeslot=0x133B8,
192383 },
192384 [0x133B9]={
192385  category="lo",
192386  description="EGYPTIAN HIEROGLYPH W009A",
192387  direction="l",
192388  linebreak="al",
192389  unicodeslot=0x133B9,
192390 },
192391 [0x133BA]={
192392  category="lo",
192393  description="EGYPTIAN HIEROGLYPH W010",
192394  direction="l",
192395  linebreak="al",
192396  unicodeslot=0x133BA,
192397 },
192398 [0x133BB]={
192399  category="lo",
192400  description="EGYPTIAN HIEROGLYPH W010A",
192401  direction="l",
192402  linebreak="al",
192403  unicodeslot=0x133BB,
192404 },
192405 [0x133BC]={
192406  category="lo",
192407  description="EGYPTIAN HIEROGLYPH W011",
192408  direction="l",
192409  linebreak="al",
192410  unicodeslot=0x133BC,
192411 },
192412 [0x133BD]={
192413  category="lo",
192414  description="EGYPTIAN HIEROGLYPH W012",
192415  direction="l",
192416  linebreak="al",
192417  unicodeslot=0x133BD,
192418 },
192419 [0x133BE]={
192420  category="lo",
192421  description="EGYPTIAN HIEROGLYPH W013",
192422  direction="l",
192423  linebreak="al",
192424  unicodeslot=0x133BE,
192425 },
192426 [0x133BF]={
192427  category="lo",
192428  description="EGYPTIAN HIEROGLYPH W014",
192429  direction="l",
192430  linebreak="al",
192431  unicodeslot=0x133BF,
192432  variants=variants_270,
192433 },
192434 [0x133C0]={
192435  category="lo",
192436  description="EGYPTIAN HIEROGLYPH W014A",
192437  direction="l",
192438  linebreak="al",
192439  unicodeslot=0x133C0,
192440 },
192441 [0x133C1]={
192442  category="lo",
192443  description="EGYPTIAN HIEROGLYPH W015",
192444  direction="l",
192445  linebreak="al",
192446  unicodeslot=0x133C1,
192447 },
192448 [0x133C2]={
192449  category="lo",
192450  description="EGYPTIAN HIEROGLYPH W016",
192451  direction="l",
192452  linebreak="al",
192453  unicodeslot=0x133C2,
192454 },
192455 [0x133C3]={
192456  category="lo",
192457  description="EGYPTIAN HIEROGLYPH W017",
192458  direction="l",
192459  linebreak="al",
192460  unicodeslot=0x133C3,
192461 },
192462 [0x133C4]={
192463  category="lo",
192464  description="EGYPTIAN HIEROGLYPH W017A",
192465  direction="l",
192466  linebreak="al",
192467  unicodeslot=0x133C4,
192468 },
192469 [0x133C5]={
192470  category="lo",
192471  description="EGYPTIAN HIEROGLYPH W018",
192472  direction="l",
192473  linebreak="al",
192474  unicodeslot=0x133C5,
192475 },
192476 [0x133C6]={
192477  category="lo",
192478  description="EGYPTIAN HIEROGLYPH W018A",
192479  direction="l",
192480  linebreak="al",
192481  unicodeslot=0x133C6,
192482 },
192483 [0x133C7]={
192484  category="lo",
192485  description="EGYPTIAN HIEROGLYPH W019",
192486  direction="l",
192487  linebreak="al",
192488  unicodeslot=0x133C7,
192489 },
192490 [0x133C8]={
192491  category="lo",
192492  description="EGYPTIAN HIEROGLYPH W020",
192493  direction="l",
192494  linebreak="al",
192495  unicodeslot=0x133C8,
192496 },
192497 [0x133C9]={
192498  category="lo",
192499  description="EGYPTIAN HIEROGLYPH W021",
192500  direction="l",
192501  linebreak="al",
192502  unicodeslot=0x133C9,
192503 },
192504 [0x133CA]={
192505  category="lo",
192506  description="EGYPTIAN HIEROGLYPH W022",
192507  direction="l",
192508  linebreak="al",
192509  unicodeslot=0x133CA,
192510 },
192511 [0x133CB]={
192512  category="lo",
192513  description="EGYPTIAN HIEROGLYPH W023",
192514  direction="l",
192515  linebreak="al",
192516  unicodeslot=0x133CB,
192517 },
192518 [0x133CC]={
192519  category="lo",
192520  description="EGYPTIAN HIEROGLYPH W024",
192521  direction="l",
192522  linebreak="al",
192523  unicodeslot=0x133CC,
192524 },
192525 [0x133CD]={
192526  category="lo",
192527  description="EGYPTIAN HIEROGLYPH W024A",
192528  direction="l",
192529  linebreak="al",
192530  unicodeslot=0x133CD,
192531 },
192532 [0x133CE]={
192533  category="lo",
192534  description="EGYPTIAN HIEROGLYPH W025",
192535  direction="l",
192536  linebreak="al",
192537  unicodeslot=0x133CE,
192538 },
192539 [0x133CF]={
192540  category="lo",
192541  description="EGYPTIAN HIEROGLYPH X001",
192542  direction="l",
192543  linebreak="al",
192544  unicodeslot=0x133CF,
192545 },
192546 [0x133D0]={
192547  category="lo",
192548  description="EGYPTIAN HIEROGLYPH X002",
192549  direction="l",
192550  linebreak="al",
192551  unicodeslot=0x133D0,
192552 },
192553 [0x133D1]={
192554  category="lo",
192555  description="EGYPTIAN HIEROGLYPH X003",
192556  direction="l",
192557  linebreak="al",
192558  unicodeslot=0x133D1,
192559 },
192560 [0x133D2]={
192561  category="lo",
192562  description="EGYPTIAN HIEROGLYPH X004",
192563  direction="l",
192564  linebreak="al",
192565  unicodeslot=0x133D2,
192566 },
192567 [0x133D3]={
192568  category="lo",
192569  description="EGYPTIAN HIEROGLYPH X004A",
192570  direction="l",
192571  linebreak="al",
192572  unicodeslot=0x133D3,
192573  variants=variants_90,
192574 },
192575 [0x133D4]={
192576  category="lo",
192577  description="EGYPTIAN HIEROGLYPH X004B",
192578  direction="l",
192579  linebreak="al",
192580  unicodeslot=0x133D4,
192581 },
192582 [0x133D5]={
192583  category="lo",
192584  description="EGYPTIAN HIEROGLYPH X005",
192585  direction="l",
192586  linebreak="al",
192587  unicodeslot=0x133D5,
192588 },
192589 [0x133D6]={
192590  category="lo",
192591  description="EGYPTIAN HIEROGLYPH X006",
192592  direction="l",
192593  linebreak="al",
192594  unicodeslot=0x133D6,
192595 },
192596 [0x133D7]={
192597  category="lo",
192598  description="EGYPTIAN HIEROGLYPH X006A",
192599  direction="l",
192600  linebreak="al",
192601  unicodeslot=0x133D7,
192602 },
192603 [0x133D8]={
192604  category="lo",
192605  description="EGYPTIAN HIEROGLYPH X007",
192606  direction="l",
192607  linebreak="al",
192608  unicodeslot=0x133D8,
192609 },
192610 [0x133D9]={
192611  category="lo",
192612  description="EGYPTIAN HIEROGLYPH X008",
192613  direction="l",
192614  linebreak="al",
192615  unicodeslot=0x133D9,
192616 },
192617 [0x133DA]={
192618  category="lo",
192619  description="EGYPTIAN HIEROGLYPH X008A",
192620  direction="l",
192621  linebreak="al",
192622  unicodeslot=0x133DA,
192623 },
192624 [0x133DB]={
192625  category="lo",
192626  description="EGYPTIAN HIEROGLYPH Y001",
192627  direction="l",
192628  linebreak="al",
192629  unicodeslot=0x133DB,
192630 },
192631 [0x133DC]={
192632  category="lo",
192633  description="EGYPTIAN HIEROGLYPH Y001A",
192634  direction="l",
192635  linebreak="al",
192636  unicodeslot=0x133DC,
192637 },
192638 [0x133DD]={
192639  category="lo",
192640  description="EGYPTIAN HIEROGLYPH Y002",
192641  direction="l",
192642  linebreak="al",
192643  unicodeslot=0x133DD,
192644  variants=variants_270,
192645 },
192646 [0x133DE]={
192647  category="lo",
192648  description="EGYPTIAN HIEROGLYPH Y003",
192649  direction="l",
192650  linebreak="al",
192651  unicodeslot=0x133DE,
192652 },
192653 [0x133DF]={
192654  category="lo",
192655  description="EGYPTIAN HIEROGLYPH Y004",
192656  direction="l",
192657  linebreak="al",
192658  unicodeslot=0x133DF,
192659 },
192660 [0x133E0]={
192661  category="lo",
192662  description="EGYPTIAN HIEROGLYPH Y005",
192663  direction="l",
192664  linebreak="al",
192665  unicodeslot=0x133E0,
192666 },
192667 [0x133E1]={
192668  category="lo",
192669  description="EGYPTIAN HIEROGLYPH Y006",
192670  direction="l",
192671  linebreak="al",
192672  unicodeslot=0x133E1,
192673 },
192674 [0x133E2]={
192675  category="lo",
192676  description="EGYPTIAN HIEROGLYPH Y007",
192677  direction="l",
192678  linebreak="al",
192679  unicodeslot=0x133E2,
192680 },
192681 [0x133E3]={
192682  category="lo",
192683  description="EGYPTIAN HIEROGLYPH Y008",
192684  direction="l",
192685  linebreak="al",
192686  unicodeslot=0x133E3,
192687 },
192688 [0x133E4]={
192689  category="lo",
192690  description="EGYPTIAN HIEROGLYPH Z001",
192691  direction="l",
192692  linebreak="al",
192693  unicodeslot=0x133E4,
192694 },
192695 [0x133E5]={
192696  category="lo",
192697  description="EGYPTIAN HIEROGLYPH Z002",
192698  direction="l",
192699  linebreak="al",
192700  unicodeslot=0x133E5,
192701 },
192702 [0x133E6]={
192703  category="lo",
192704  description="EGYPTIAN HIEROGLYPH Z002A",
192705  direction="l",
192706  linebreak="al",
192707  unicodeslot=0x133E6,
192708 },
192709 [0x133E7]={
192710  category="lo",
192711  description="EGYPTIAN HIEROGLYPH Z002B",
192712  direction="l",
192713  linebreak="al",
192714  unicodeslot=0x133E7,
192715 },
192716 [0x133E8]={
192717  category="lo",
192718  description="EGYPTIAN HIEROGLYPH Z002C",
192719  direction="l",
192720  linebreak="al",
192721  unicodeslot=0x133E8,
192722 },
192723 [0x133E9]={
192724  category="lo",
192725  description="EGYPTIAN HIEROGLYPH Z002D",
192726  direction="l",
192727  linebreak="al",
192728  unicodeslot=0x133E9,
192729 },
192730 [0x133EA]={
192731  category="lo",
192732  description="EGYPTIAN HIEROGLYPH Z003",
192733  direction="l",
192734  linebreak="al",
192735  unicodeslot=0x133EA,
192736 },
192737 [0x133EB]={
192738  category="lo",
192739  description="EGYPTIAN HIEROGLYPH Z003A",
192740  direction="l",
192741  linebreak="al",
192742  unicodeslot=0x133EB,
192743 },
192744 [0x133EC]={
192745  category="lo",
192746  description="EGYPTIAN HIEROGLYPH Z003B",
192747  direction="l",
192748  linebreak="al",
192749  unicodeslot=0x133EC,
192750 },
192751 [0x133ED]={
192752  category="lo",
192753  description="EGYPTIAN HIEROGLYPH Z004",
192754  direction="l",
192755  linebreak="al",
192756  unicodeslot=0x133ED,
192757 },
192758 [0x133EE]={
192759  category="lo",
192760  description="EGYPTIAN HIEROGLYPH Z004A",
192761  direction="l",
192762  linebreak="al",
192763  unicodeslot=0x133EE,
192764 },
192765 [0x133EF]={
192766  category="lo",
192767  description="EGYPTIAN HIEROGLYPH Z005",
192768  direction="l",
192769  linebreak="al",
192770  unicodeslot=0x133EF,
192771 },
192772 [0x133F0]={
192773  category="lo",
192774  description="EGYPTIAN HIEROGLYPH Z005A",
192775  direction="l",
192776  linebreak="al",
192777  unicodeslot=0x133F0,
192778 },
192779 [0x133F1]={
192780  category="lo",
192781  description="EGYPTIAN HIEROGLYPH Z006",
192782  direction="l",
192783  linebreak="al",
192784  unicodeslot=0x133F1,
192785 },
192786 [0x133F2]={
192787  category="lo",
192788  description="EGYPTIAN HIEROGLYPH Z007",
192789  direction="l",
192790  linebreak="al",
192791  unicodeslot=0x133F2,
192792  variants=variants_90,
192793 },
192794 [0x133F3]={
192795  category="lo",
192796  description="EGYPTIAN HIEROGLYPH Z008",
192797  direction="l",
192798  linebreak="al",
192799  unicodeslot=0x133F3,
192800 },
192801 [0x133F4]={
192802  category="lo",
192803  description="EGYPTIAN HIEROGLYPH Z009",
192804  direction="l",
192805  linebreak="al",
192806  unicodeslot=0x133F4,
192807 },
192808 [0x133F5]={
192809  category="lo",
192810  description="EGYPTIAN HIEROGLYPH Z010",
192811  direction="l",
192812  linebreak="al",
192813  unicodeslot=0x133F5,
192814  variants=variants_90,
192815 },
192816 [0x133F6]={
192817  category="lo",
192818  description="EGYPTIAN HIEROGLYPH Z011",
192819  direction="l",
192820  linebreak="al",
192821  unicodeslot=0x133F6,
192822  variants=variants_90,
192823 },
192824 [0x133F7]={
192825  category="lo",
192826  description="EGYPTIAN HIEROGLYPH Z012",
192827  direction="l",
192828  linebreak="al",
192829  unicodeslot=0x133F7,
192830 },
192831 [0x133F8]={
192832  category="lo",
192833  description="EGYPTIAN HIEROGLYPH Z013",
192834  direction="l",
192835  linebreak="al",
192836  unicodeslot=0x133F8,
192837 },
192838 [0x133F9]={
192839  category="lo",
192840  description="EGYPTIAN HIEROGLYPH Z014",
192841  direction="l",
192842  linebreak="al",
192843  unicodeslot=0x133F9,
192844 },
192845 [0x133FA]={
192846  category="lo",
192847  description="EGYPTIAN HIEROGLYPH Z015",
192848  direction="l",
192849  linebreak="al",
192850  unicodeslot=0x133FA,
192851 },
192852 [0x133FB]={
192853  category="lo",
192854  description="EGYPTIAN HIEROGLYPH Z015A",
192855  direction="l",
192856  linebreak="al",
192857  unicodeslot=0x133FB,
192858 },
192859 [0x133FC]={
192860  category="lo",
192861  description="EGYPTIAN HIEROGLYPH Z015B",
192862  direction="l",
192863  linebreak="al",
192864  unicodeslot=0x133FC,
192865 },
192866 [0x133FD]={
192867  category="lo",
192868  description="EGYPTIAN HIEROGLYPH Z015C",
192869  direction="l",
192870  linebreak="al",
192871  unicodeslot=0x133FD,
192872 },
192873 [0x133FE]={
192874  category="lo",
192875  description="EGYPTIAN HIEROGLYPH Z015D",
192876  direction="l",
192877  linebreak="al",
192878  unicodeslot=0x133FE,
192879 },
192880 [0x133FF]={
192881  category="lo",
192882  description="EGYPTIAN HIEROGLYPH Z015E",
192883  direction="l",
192884  linebreak="al",
192885  unicodeslot=0x133FF,
192886 },
192887 [0x13400]={
192888  category="lo",
192889  description="EGYPTIAN HIEROGLYPH Z015F",
192890  direction="l",
192891  linebreak="al",
192892  unicodeslot=0x13400,
192893 },
192894 [0x13401]={
192895  category="lo",
192896  description="EGYPTIAN HIEROGLYPH Z015G",
192897  direction="l",
192898  linebreak="al",
192899  unicodeslot=0x13401,
192900 },
192901 [0x13402]={
192902  category="lo",
192903  description="EGYPTIAN HIEROGLYPH Z015H",
192904  direction="l",
192905  linebreak="al",
192906  unicodeslot=0x13402,
192907 },
192908 [0x13403]={
192909  category="lo",
192910  description="EGYPTIAN HIEROGLYPH Z015I",
192911  direction="l",
192912  linebreak="al",
192913  unicodeslot=0x13403,
192914  variants=variants_90,
192915 },
192916 [0x13404]={
192917  category="lo",
192918  description="EGYPTIAN HIEROGLYPH Z016",
192919  direction="l",
192920  linebreak="al",
192921  unicodeslot=0x13404,
192922 },
192923 [0x13405]={
192924  category="lo",
192925  description="EGYPTIAN HIEROGLYPH Z016A",
192926  direction="l",
192927  linebreak="al",
192928  unicodeslot=0x13405,
192929 },
192930 [0x13406]={
192931  category="lo",
192932  description="EGYPTIAN HIEROGLYPH Z016B",
192933  direction="l",
192934  linebreak="al",
192935  unicodeslot=0x13406,
192936 },
192937 [0x13407]={
192938  category="lo",
192939  description="EGYPTIAN HIEROGLYPH Z016C",
192940  direction="l",
192941  linebreak="al",
192942  unicodeslot=0x13407,
192943 },
192944 [0x13408]={
192945  category="lo",
192946  description="EGYPTIAN HIEROGLYPH Z016D",
192947  direction="l",
192948  linebreak="al",
192949  unicodeslot=0x13408,
192950 },
192951 [0x13409]={
192952  category="lo",
192953  description="EGYPTIAN HIEROGLYPH Z016E",
192954  direction="l",
192955  linebreak="al",
192956  unicodeslot=0x13409,
192957 },
192958 [0x1340A]={
192959  category="lo",
192960  description="EGYPTIAN HIEROGLYPH Z016F",
192961  direction="l",
192962  linebreak="al",
192963  unicodeslot=0x1340A,
192964 },
192965 [0x1340B]={
192966  category="lo",
192967  description="EGYPTIAN HIEROGLYPH Z016G",
192968  direction="l",
192969  linebreak="al",
192970  unicodeslot=0x1340B,
192971 },
192972 [0x1340C]={
192973  category="lo",
192974  description="EGYPTIAN HIEROGLYPH Z016H",
192975  direction="l",
192976  linebreak="al",
192977  unicodeslot=0x1340C,
192978 },
192979 [0x1340D]={
192980  category="lo",
192981  description="EGYPTIAN HIEROGLYPH AA001",
192982  direction="l",
192983  linebreak="al",
192984  unicodeslot=0x1340D,
192985 },
192986 [0x1340E]={
192987  category="lo",
192988  description="EGYPTIAN HIEROGLYPH AA002",
192989  direction="l",
192990  linebreak="al",
192991  unicodeslot=0x1340E,
192992 },
192993 [0x1340F]={
192994  category="lo",
192995  description="EGYPTIAN HIEROGLYPH AA003",
192996  direction="l",
192997  linebreak="al",
192998  unicodeslot=0x1340F,
192999 },
193000 [0x13410]={
193001  category="lo",
193002  description="EGYPTIAN HIEROGLYPH AA004",
193003  direction="l",
193004  linebreak="al",
193005  unicodeslot=0x13410,
193006 },
193007 [0x13411]={
193008  category="lo",
193009  description="EGYPTIAN HIEROGLYPH AA005",
193010  direction="l",
193011  linebreak="al",
193012  unicodeslot=0x13411,
193013 },
193014 [0x13412]={
193015  category="lo",
193016  description="EGYPTIAN HIEROGLYPH AA006",
193017  direction="l",
193018  linebreak="al",
193019  unicodeslot=0x13412,
193020 },
193021 [0x13413]={
193022  category="lo",
193023  description="EGYPTIAN HIEROGLYPH AA007",
193024  direction="l",
193025  linebreak="al",
193026  unicodeslot=0x13413,
193027 },
193028 [0x13414]={
193029  category="lo",
193030  description="EGYPTIAN HIEROGLYPH AA007A",
193031  direction="l",
193032  linebreak="al",
193033  unicodeslot=0x13414,
193034 },
193035 [0x13415]={
193036  category="lo",
193037  description="EGYPTIAN HIEROGLYPH AA007B",
193038  direction="l",
193039  linebreak="al",
193040  unicodeslot=0x13415,
193041 },
193042 [0x13416]={
193043  category="lo",
193044  description="EGYPTIAN HIEROGLYPH AA008",
193045  direction="l",
193046  linebreak="al",
193047  unicodeslot=0x13416,
193048  variants=variants_90,
193049 },
193050 [0x13417]={
193051  category="lo",
193052  description="EGYPTIAN HIEROGLYPH AA009",
193053  direction="l",
193054  linebreak="al",
193055  unicodeslot=0x13417,
193056 },
193057 [0x13418]={
193058  category="lo",
193059  description="EGYPTIAN HIEROGLYPH AA010",
193060  direction="l",
193061  linebreak="al",
193062  unicodeslot=0x13418,
193063 },
193064 [0x13419]={
193065  category="lo",
193066  description="EGYPTIAN HIEROGLYPH AA011",
193067  direction="l",
193068  linebreak="al",
193069  unicodeslot=0x13419,
193070  variants=variants_90_180_270,
193071 },
193072 [0x1341A]={
193073  category="lo",
193074  description="EGYPTIAN HIEROGLYPH AA012",
193075  direction="l",
193076  linebreak="al",
193077  unicodeslot=0x1341A,
193078  variants=variants_90,
193079 },
193080 [0x1341B]={
193081  category="lo",
193082  description="EGYPTIAN HIEROGLYPH AA013",
193083  direction="l",
193084  linebreak="al",
193085  unicodeslot=0x1341B,
193086 },
193087 [0x1341C]={
193088  category="lo",
193089  description="EGYPTIAN HIEROGLYPH AA014",
193090  direction="l",
193091  linebreak="al",
193092  unicodeslot=0x1341C,
193093 },
193094 [0x1341D]={
193095  category="lo",
193096  description="EGYPTIAN HIEROGLYPH AA015",
193097  direction="l",
193098  linebreak="al",
193099  unicodeslot=0x1341D,
193100 },
193101 [0x1341E]={
193102  category="lo",
193103  description="EGYPTIAN HIEROGLYPH AA016",
193104  direction="l",
193105  linebreak="al",
193106  unicodeslot=0x1341E,
193107 },
193108 [0x1341F]={
193109  category="lo",
193110  description="EGYPTIAN HIEROGLYPH AA017",
193111  direction="l",
193112  linebreak="al",
193113  unicodeslot=0x1341F,
193114 },
193115 [0x13420]={
193116  category="lo",
193117  description="EGYPTIAN HIEROGLYPH AA018",
193118  direction="l",
193119  linebreak="al",
193120  unicodeslot=0x13420,
193121 },
193122 [0x13421]={
193123  category="lo",
193124  description="EGYPTIAN HIEROGLYPH AA019",
193125  direction="l",
193126  linebreak="al",
193127  unicodeslot=0x13421,
193128 },
193129 [0x13422]={
193130  category="lo",
193131  description="EGYPTIAN HIEROGLYPH AA020",
193132  direction="l",
193133  linebreak="al",
193134  unicodeslot=0x13422,
193135 },
193136 [0x13423]={
193137  category="lo",
193138  description="EGYPTIAN HIEROGLYPH AA021",
193139  direction="l",
193140  linebreak="al",
193141  unicodeslot=0x13423,
193142  variants=variants_90,
193143 },
193144 [0x13424]={
193145  category="lo",
193146  description="EGYPTIAN HIEROGLYPH AA022",
193147  direction="l",
193148  linebreak="al",
193149  unicodeslot=0x13424,
193150 },
193151 [0x13425]={
193152  category="lo",
193153  description="EGYPTIAN HIEROGLYPH AA023",
193154  direction="l",
193155  linebreak="al",
193156  unicodeslot=0x13425,
193157 },
193158 [0x13426]={
193159  category="lo",
193160  description="EGYPTIAN HIEROGLYPH AA024",
193161  direction="l",
193162  linebreak="al",
193163  unicodeslot=0x13426,
193164 },
193165 [0x13427]={
193166  category="lo",
193167  description="EGYPTIAN HIEROGLYPH AA025",
193168  direction="l",
193169  linebreak="al",
193170  unicodeslot=0x13427,
193171 },
193172 [0x13428]={
193173  category="lo",
193174  description="EGYPTIAN HIEROGLYPH AA026",
193175  direction="l",
193176  linebreak="al",
193177  unicodeslot=0x13428,
193178 },
193179 [0x13429]={
193180  category="lo",
193181  description="EGYPTIAN HIEROGLYPH AA027",
193182  direction="l",
193183  linebreak="al",
193184  unicodeslot=0x13429,
193185 },
193186 [0x1342A]={
193187  category="lo",
193188  description="EGYPTIAN HIEROGLYPH AA028",
193189  direction="l",
193190  linebreak="al",
193191  unicodeslot=0x1342A,
193192 },
193193 [0x1342B]={
193194  category="lo",
193195  description="EGYPTIAN HIEROGLYPH AA029",
193196  direction="l",
193197  linebreak="al",
193198  unicodeslot=0x1342B,
193199 },
193200 [0x1342C]={
193201  category="lo",
193202  description="EGYPTIAN HIEROGLYPH AA030",
193203  direction="l",
193204  linebreak="al",
193205  unicodeslot=0x1342C,
193206  variants=variants_270,
193207 },
193208 [0x1342D]={
193209  category="lo",
193210  description="EGYPTIAN HIEROGLYPH AA031",
193211  direction="l",
193212  linebreak="al",
193213  unicodeslot=0x1342D,
193214 },
193215 [0x1342E]={
193216  category="lo",
193217  description="EGYPTIAN HIEROGLYPH AA032",
193218  direction="l",
193219  linebreak="al",
193220  unicodeslot=0x1342E,
193221  variants=variants_270,
193222 },
193223 [0x1342F]={
193224  category="lo",
193225  description="EGYPTIAN HIEROGLYPH V011D",
193226  direction="l",
193227  linebreak="op",
193228  unicodeslot=0x1342F,
193229 },
193230 [0x13430]={
193231  category="cf",
193232  description="EGYPTIAN HIEROGLYPH VERTICAL JOINER",
193233  direction="l",
193234  linebreak="gl",
193235  unicodeslot=0x13430,
193236 },
193237 [0x13431]={
193238  category="cf",
193239  description="EGYPTIAN HIEROGLYPH HORIZONTAL JOINER",
193240  direction="l",
193241  linebreak="gl",
193242  unicodeslot=0x13431,
193243 },
193244 [0x13432]={
193245  category="cf",
193246  description="EGYPTIAN HIEROGLYPH INSERT AT TOP START",
193247  direction="l",
193248  linebreak="gl",
193249  unicodeslot=0x13432,
193250 },
193251 [0x13433]={
193252  category="cf",
193253  description="EGYPTIAN HIEROGLYPH INSERT AT BOTTOM START",
193254  direction="l",
193255  linebreak="gl",
193256  unicodeslot=0x13433,
193257 },
193258 [0x13434]={
193259  category="cf",
193260  description="EGYPTIAN HIEROGLYPH INSERT AT TOP END",
193261  direction="l",
193262  linebreak="gl",
193263  unicodeslot=0x13434,
193264 },
193265 [0x13435]={
193266  category="cf",
193267  description="EGYPTIAN HIEROGLYPH INSERT AT BOTTOM END",
193268  direction="l",
193269  linebreak="gl",
193270  unicodeslot=0x13435,
193271 },
193272 [0x13436]={
193273  category="cf",
193274  description="EGYPTIAN HIEROGLYPH OVERLAY MIDDLE",
193275  direction="l",
193276  linebreak="gl",
193277  unicodeslot=0x13436,
193278 },
193279 [0x13437]={
193280  category="cf",
193281  description="EGYPTIAN HIEROGLYPH BEGIN SEGMENT",
193282  direction="l",
193283  linebreak="op",
193284  unicodeslot=0x13437,
193285 },
193286 [0x13438]={
193287  category="cf",
193288  description="EGYPTIAN HIEROGLYPH END SEGMENT",
193289  direction="l",
193290  linebreak="cl",
193291  unicodeslot=0x13438,
193292 },
193293 [0x13439]={
193294  category="cf",
193295  description="EGYPTIAN HIEROGLYPH INSERT AT MIDDLE",
193296  direction="l",
193297  linebreak="gl",
193298  unicodeslot=0x13439,
193299 },
193300 [0x1343A]={
193301  category="cf",
193302  description="EGYPTIAN HIEROGLYPH INSERT AT TOP",
193303  direction="l",
193304  linebreak="gl",
193305  unicodeslot=0x1343A,
193306 },
193307 [0x1343B]={
193308  category="cf",
193309  description="EGYPTIAN HIEROGLYPH INSERT AT BOTTOM",
193310  direction="l",
193311  linebreak="gl",
193312  unicodeslot=0x1343B,
193313 },
193314 [0x1343C]={
193315  category="cf",
193316  description="EGYPTIAN HIEROGLYPH BEGIN ENCLOSURE",
193317  direction="l",
193318  linebreak="op",
193319  unicodeslot=0x1343C,
193320 },
193321 [0x1343D]={
193322  category="cf",
193323  description="EGYPTIAN HIEROGLYPH END ENCLOSURE",
193324  direction="l",
193325  linebreak="cl",
193326  unicodeslot=0x1343D,
193327 },
193328 [0x1343E]={
193329  category="cf",
193330  description="EGYPTIAN HIEROGLYPH BEGIN WALLED ENCLOSURE",
193331  direction="l",
193332  linebreak="op",
193333  unicodeslot=0x1343E,
193334 },
193335 [0x1343F]={
193336  category="cf",
193337  description="EGYPTIAN HIEROGLYPH END WALLED ENCLOSURE",
193338  direction="l",
193339  linebreak="cl",
193340  unicodeslot=0x1343F,
193341 },
193342 [0x13440]={
193343  category="mn",
193344  description="EGYPTIAN HIEROGLYPH MIRROR HORIZONTALLY",
193345  direction="nsm",
193346  linebreak="cm",
193347  unicodeslot=0x13440,
193348 },
193349 [0x13441]={
193350  category="lo",
193351  description="EGYPTIAN HIEROGLYPH FULL BLANK",
193352  direction="l",
193353  linebreak="al",
193354  unicodeslot=0x13441,
193355 },
193356 [0x13442]={
193357  category="lo",
193358  description="EGYPTIAN HIEROGLYPH HALF BLANK",
193359  direction="l",
193360  linebreak="al",
193361  unicodeslot=0x13442,
193362 },
193363 [0x13443]={
193364  category="lo",
193365  description="EGYPTIAN HIEROGLYPH LOST SIGN",
193366  direction="l",
193367  linebreak="al",
193368  unicodeslot=0x13443,
193369  variants=variants_expanded,
193370 },
193371 [0x13444]={
193372  category="lo",
193373  description="EGYPTIAN HIEROGLYPH HALF LOST SIGN",
193374  direction="l",
193375  linebreak="al",
193376  unicodeslot=0x13444,
193377  variants=variants_expanded,
193378 },
193379 [0x13445]={
193380  category="lo",
193381  description="EGYPTIAN HIEROGLYPH TALL LOST SIGN",
193382  direction="l",
193383  linebreak="al",
193384  unicodeslot=0x13445,
193385  variants=variants_expanded,
193386 },
193387 [0x13446]={
193388  category="lo",
193389  description="EGYPTIAN HIEROGLYPH WIDE LOST SIGN",
193390  direction="l",
193391  linebreak="al",
193392  unicodeslot=0x13446,
193393  variants=variants_expanded,
193394 },
193395 [0x13447]={
193396  category="mn",
193397  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP START",
193398  direction="nsm",
193399  linebreak="cm",
193400  unicodeslot=0x13447,
193401 },
193402 [0x13448]={
193403  category="mn",
193404  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM START",
193405  direction="nsm",
193406  linebreak="cm",
193407  unicodeslot=0x13448,
193408 },
193409 [0x13449]={
193410  category="mn",
193411  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT START",
193412  direction="nsm",
193413  linebreak="cm",
193414  unicodeslot=0x13449,
193415 },
193416 [0x1344A]={
193417  category="mn",
193418  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP END",
193419  direction="nsm",
193420  linebreak="cm",
193421  unicodeslot=0x1344A,
193422 },
193423 [0x1344B]={
193424  category="mn",
193425  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP",
193426  direction="nsm",
193427  linebreak="cm",
193428  unicodeslot=0x1344B,
193429 },
193430 [0x1344C]={
193431  category="mn",
193432  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM START AND TOP END",
193433  direction="nsm",
193434  linebreak="cm",
193435  unicodeslot=0x1344C,
193436 },
193437 [0x1344D]={
193438  category="mn",
193439  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT START AND TOP",
193440  direction="nsm",
193441  linebreak="cm",
193442  unicodeslot=0x1344D,
193443 },
193444 [0x1344E]={
193445  category="mn",
193446  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM END",
193447  direction="nsm",
193448  linebreak="cm",
193449  unicodeslot=0x1344E,
193450 },
193451 [0x1344F]={
193452  category="mn",
193453  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP START AND BOTTOM END",
193454  direction="nsm",
193455  linebreak="cm",
193456  unicodeslot=0x1344F,
193457 },
193458 [0x13450]={
193459  category="mn",
193460  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM",
193461  direction="nsm",
193462  linebreak="cm",
193463  unicodeslot=0x13450,
193464 },
193465 [0x13451]={
193466  category="mn",
193467  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT START AND BOTTOM",
193468  direction="nsm",
193469  linebreak="cm",
193470  unicodeslot=0x13451,
193471 },
193472 [0x13452]={
193473  category="mn",
193474  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT END",
193475  direction="nsm",
193476  linebreak="cm",
193477  unicodeslot=0x13452,
193478 },
193479 [0x13453]={
193480  category="mn",
193481  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP AND END",
193482  direction="nsm",
193483  linebreak="cm",
193484  unicodeslot=0x13453,
193485 },
193486 [0x13454]={
193487  category="mn",
193488  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM AND END",
193489  direction="nsm",
193490  linebreak="cm",
193491  unicodeslot=0x13454,
193492 },
193493 [0x13455]={
193494  category="mn",
193495  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED",
193496  direction="nsm",
193497  linebreak="cm",
193498  unicodeslot=0x13455,
193499 },
193500 [0x14400]={
193501  category="lo",
193502  description="ANATOLIAN HIEROGLYPH A001",
193503  direction="l",
193504  linebreak="al",
193505  unicodeslot=0x14400,
193506 },
193507 [0x14401]={
193508  category="lo",
193509  description="ANATOLIAN HIEROGLYPH A002",
193510  direction="l",
193511  linebreak="al",
193512  unicodeslot=0x14401,
193513 },
193514 [0x14402]={
193515  category="lo",
193516  description="ANATOLIAN HIEROGLYPH A003",
193517  direction="l",
193518  linebreak="al",
193519  unicodeslot=0x14402,
193520 },
193521 [0x14403]={
193522  category="lo",
193523  description="ANATOLIAN HIEROGLYPH A004",
193524  direction="l",
193525  linebreak="al",
193526  unicodeslot=0x14403,
193527 },
193528 [0x14404]={
193529  category="lo",
193530  description="ANATOLIAN HIEROGLYPH A005",
193531  direction="l",
193532  linebreak="al",
193533  unicodeslot=0x14404,
193534 },
193535 [0x14405]={
193536  category="lo",
193537  description="ANATOLIAN HIEROGLYPH A006",
193538  direction="l",
193539  linebreak="al",
193540  unicodeslot=0x14405,
193541 },
193542 [0x14406]={
193543  category="lo",
193544  description="ANATOLIAN HIEROGLYPH A007",
193545  direction="l",
193546  linebreak="al",
193547  unicodeslot=0x14406,
193548 },
193549 [0x14407]={
193550  category="lo",
193551  description="ANATOLIAN HIEROGLYPH A008",
193552  direction="l",
193553  linebreak="al",
193554  unicodeslot=0x14407,
193555 },
193556 [0x14408]={
193557  category="lo",
193558  description="ANATOLIAN HIEROGLYPH A009",
193559  direction="l",
193560  linebreak="al",
193561  unicodeslot=0x14408,
193562 },
193563 [0x14409]={
193564  category="lo",
193565  description="ANATOLIAN HIEROGLYPH A010",
193566  direction="l",
193567  linebreak="al",
193568  unicodeslot=0x14409,
193569 },
193570 [0x1440A]={
193571  category="lo",
193572  description="ANATOLIAN HIEROGLYPH A010A",
193573  direction="l",
193574  linebreak="al",
193575  unicodeslot=0x1440A,
193576 },
193577 [0x1440B]={
193578  category="lo",
193579  description="ANATOLIAN HIEROGLYPH A011",
193580  direction="l",
193581  linebreak="al",
193582  unicodeslot=0x1440B,
193583 },
193584 [0x1440C]={
193585  category="lo",
193586  description="ANATOLIAN HIEROGLYPH A012",
193587  direction="l",
193588  linebreak="al",
193589  unicodeslot=0x1440C,
193590 },
193591 [0x1440D]={
193592  category="lo",
193593  description="ANATOLIAN HIEROGLYPH A013",
193594  direction="l",
193595  linebreak="al",
193596  unicodeslot=0x1440D,
193597 },
193598 [0x1440E]={
193599  category="lo",
193600  description="ANATOLIAN HIEROGLYPH A014",
193601  direction="l",
193602  linebreak="al",
193603  unicodeslot=0x1440E,
193604 },
193605 [0x1440F]={
193606  category="lo",
193607  description="ANATOLIAN HIEROGLYPH A015",
193608  direction="l",
193609  linebreak="al",
193610  unicodeslot=0x1440F,
193611 },
193612 [0x14410]={
193613  category="lo",
193614  description="ANATOLIAN HIEROGLYPH A016",
193615  direction="l",
193616  linebreak="al",
193617  unicodeslot=0x14410,
193618 },
193619 [0x14411]={
193620  category="lo",
193621  description="ANATOLIAN HIEROGLYPH A017",
193622  direction="l",
193623  linebreak="al",
193624  unicodeslot=0x14411,
193625 },
193626 [0x14412]={
193627  category="lo",
193628  description="ANATOLIAN HIEROGLYPH A018",
193629  direction="l",
193630  linebreak="al",
193631  unicodeslot=0x14412,
193632 },
193633 [0x14413]={
193634  category="lo",
193635  description="ANATOLIAN HIEROGLYPH A019",
193636  direction="l",
193637  linebreak="al",
193638  unicodeslot=0x14413,
193639 },
193640 [0x14414]={
193641  category="lo",
193642  description="ANATOLIAN HIEROGLYPH A020",
193643  direction="l",
193644  linebreak="al",
193645  unicodeslot=0x14414,
193646 },
193647 [0x14415]={
193648  category="lo",
193649  description="ANATOLIAN HIEROGLYPH A021",
193650  direction="l",
193651  linebreak="al",
193652  unicodeslot=0x14415,
193653 },
193654 [0x14416]={
193655  category="lo",
193656  description="ANATOLIAN HIEROGLYPH A022",
193657  direction="l",
193658  linebreak="al",
193659  unicodeslot=0x14416,
193660 },
193661 [0x14417]={
193662  category="lo",
193663  description="ANATOLIAN HIEROGLYPH A023",
193664  direction="l",
193665  linebreak="al",
193666  unicodeslot=0x14417,
193667 },
193668 [0x14418]={
193669  category="lo",
193670  description="ANATOLIAN HIEROGLYPH A024",
193671  direction="l",
193672  linebreak="al",
193673  unicodeslot=0x14418,
193674 },
193675 [0x14419]={
193676  category="lo",
193677  description="ANATOLIAN HIEROGLYPH A025",
193678  direction="l",
193679  linebreak="al",
193680  unicodeslot=0x14419,
193681 },
193682 [0x1441A]={
193683  category="lo",
193684  description="ANATOLIAN HIEROGLYPH A026",
193685  direction="l",
193686  linebreak="al",
193687  unicodeslot=0x1441A,
193688 },
193689 [0x1441B]={
193690  category="lo",
193691  description="ANATOLIAN HIEROGLYPH A026A",
193692  direction="l",
193693  linebreak="al",
193694  unicodeslot=0x1441B,
193695 },
193696 [0x1441C]={
193697  category="lo",
193698  description="ANATOLIAN HIEROGLYPH A027",
193699  direction="l",
193700  linebreak="al",
193701  unicodeslot=0x1441C,
193702 },
193703 [0x1441D]={
193704  category="lo",
193705  description="ANATOLIAN HIEROGLYPH A028",
193706  direction="l",
193707  linebreak="al",
193708  unicodeslot=0x1441D,
193709 },
193710 [0x1441E]={
193711  category="lo",
193712  description="ANATOLIAN HIEROGLYPH A029",
193713  direction="l",
193714  linebreak="al",
193715  unicodeslot=0x1441E,
193716 },
193717 [0x1441F]={
193718  category="lo",
193719  description="ANATOLIAN HIEROGLYPH A030",
193720  direction="l",
193721  linebreak="al",
193722  unicodeslot=0x1441F,
193723 },
193724 [0x14420]={
193725  category="lo",
193726  description="ANATOLIAN HIEROGLYPH A031",
193727  direction="l",
193728  linebreak="al",
193729  unicodeslot=0x14420,
193730 },
193731 [0x14421]={
193732  category="lo",
193733  description="ANATOLIAN HIEROGLYPH A032",
193734  direction="l",
193735  linebreak="al",
193736  unicodeslot=0x14421,
193737 },
193738 [0x14422]={
193739  category="lo",
193740  description="ANATOLIAN HIEROGLYPH A033",
193741  direction="l",
193742  linebreak="al",
193743  unicodeslot=0x14422,
193744 },
193745 [0x14423]={
193746  category="lo",
193747  description="ANATOLIAN HIEROGLYPH A034",
193748  direction="l",
193749  linebreak="al",
193750  unicodeslot=0x14423,
193751 },
193752 [0x14424]={
193753  category="lo",
193754  description="ANATOLIAN HIEROGLYPH A035",
193755  direction="l",
193756  linebreak="al",
193757  unicodeslot=0x14424,
193758 },
193759 [0x14425]={
193760  category="lo",
193761  description="ANATOLIAN HIEROGLYPH A036",
193762  direction="l",
193763  linebreak="al",
193764  unicodeslot=0x14425,
193765 },
193766 [0x14426]={
193767  category="lo",
193768  description="ANATOLIAN HIEROGLYPH A037",
193769  direction="l",
193770  linebreak="al",
193771  unicodeslot=0x14426,
193772 },
193773 [0x14427]={
193774  category="lo",
193775  description="ANATOLIAN HIEROGLYPH A038",
193776  direction="l",
193777  linebreak="al",
193778  unicodeslot=0x14427,
193779 },
193780 [0x14428]={
193781  category="lo",
193782  description="ANATOLIAN HIEROGLYPH A039",
193783  direction="l",
193784  linebreak="al",
193785  unicodeslot=0x14428,
193786 },
193787 [0x14429]={
193788  category="lo",
193789  description="ANATOLIAN HIEROGLYPH A039A",
193790  direction="l",
193791  linebreak="al",
193792  unicodeslot=0x14429,
193793 },
193794 [0x1442A]={
193795  category="lo",
193796  description="ANATOLIAN HIEROGLYPH A040",
193797  direction="l",
193798  linebreak="al",
193799  unicodeslot=0x1442A,
193800 },
193801 [0x1442B]={
193802  category="lo",
193803  description="ANATOLIAN HIEROGLYPH A041",
193804  direction="l",
193805  linebreak="al",
193806  unicodeslot=0x1442B,
193807 },
193808 [0x1442C]={
193809  category="lo",
193810  description="ANATOLIAN HIEROGLYPH A041A",
193811  direction="l",
193812  linebreak="al",
193813  unicodeslot=0x1442C,
193814 },
193815 [0x1442D]={
193816  category="lo",
193817  description="ANATOLIAN HIEROGLYPH A042",
193818  direction="l",
193819  linebreak="al",
193820  unicodeslot=0x1442D,
193821 },
193822 [0x1442E]={
193823  category="lo",
193824  description="ANATOLIAN HIEROGLYPH A043",
193825  direction="l",
193826  linebreak="al",
193827  unicodeslot=0x1442E,
193828 },
193829 [0x1442F]={
193830  category="lo",
193831  description="ANATOLIAN HIEROGLYPH A044",
193832  direction="l",
193833  linebreak="al",
193834  unicodeslot=0x1442F,
193835 },
193836 [0x14430]={
193837  category="lo",
193838  description="ANATOLIAN HIEROGLYPH A045",
193839  direction="l",
193840  linebreak="al",
193841  unicodeslot=0x14430,
193842 },
193843 [0x14431]={
193844  category="lo",
193845  description="ANATOLIAN HIEROGLYPH A045A",
193846  direction="l",
193847  linebreak="al",
193848  unicodeslot=0x14431,
193849 },
193850 [0x14432]={
193851  category="lo",
193852  description="ANATOLIAN HIEROGLYPH A046",
193853  direction="l",
193854  linebreak="al",
193855  unicodeslot=0x14432,
193856 },
193857 [0x14433]={
193858  category="lo",
193859  description="ANATOLIAN HIEROGLYPH A046A",
193860  direction="l",
193861  linebreak="al",
193862  unicodeslot=0x14433,
193863 },
193864 [0x14434]={
193865  category="lo",
193866  description="ANATOLIAN HIEROGLYPH A046B",
193867  direction="l",
193868  linebreak="al",
193869  unicodeslot=0x14434,
193870 },
193871 [0x14435]={
193872  category="lo",
193873  description="ANATOLIAN HIEROGLYPH A047",
193874  direction="l",
193875  linebreak="al",
193876  unicodeslot=0x14435,
193877 },
193878 [0x14436]={
193879  category="lo",
193880  description="ANATOLIAN HIEROGLYPH A048",
193881  direction="l",
193882  linebreak="al",
193883  unicodeslot=0x14436,
193884 },
193885 [0x14437]={
193886  category="lo",
193887  description="ANATOLIAN HIEROGLYPH A049",
193888  direction="l",
193889  linebreak="al",
193890  unicodeslot=0x14437,
193891 },
193892 [0x14438]={
193893  category="lo",
193894  description="ANATOLIAN HIEROGLYPH A050",
193895  direction="l",
193896  linebreak="al",
193897  unicodeslot=0x14438,
193898 },
193899 [0x14439]={
193900  category="lo",
193901  description="ANATOLIAN HIEROGLYPH A051",
193902  direction="l",
193903  linebreak="al",
193904  unicodeslot=0x14439,
193905 },
193906 [0x1443A]={
193907  category="lo",
193908  description="ANATOLIAN HIEROGLYPH A052",
193909  direction="l",
193910  linebreak="al",
193911  unicodeslot=0x1443A,
193912 },
193913 [0x1443B]={
193914  category="lo",
193915  description="ANATOLIAN HIEROGLYPH A053",
193916  direction="l",
193917  linebreak="al",
193918  unicodeslot=0x1443B,
193919 },
193920 [0x1443C]={
193921  category="lo",
193922  description="ANATOLIAN HIEROGLYPH A054",
193923  direction="l",
193924  linebreak="al",
193925  unicodeslot=0x1443C,
193926 },
193927 [0x1443D]={
193928  category="lo",
193929  description="ANATOLIAN HIEROGLYPH A055",
193930  direction="l",
193931  linebreak="al",
193932  unicodeslot=0x1443D,
193933 },
193934 [0x1443E]={
193935  category="lo",
193936  description="ANATOLIAN HIEROGLYPH A056",
193937  direction="l",
193938  linebreak="al",
193939  unicodeslot=0x1443E,
193940 },
193941 [0x1443F]={
193942  category="lo",
193943  description="ANATOLIAN HIEROGLYPH A057",
193944  direction="l",
193945  linebreak="al",
193946  unicodeslot=0x1443F,
193947 },
193948 [0x14440]={
193949  category="lo",
193950  description="ANATOLIAN HIEROGLYPH A058",
193951  direction="l",
193952  linebreak="al",
193953  unicodeslot=0x14440,
193954 },
193955 [0x14441]={
193956  category="lo",
193957  description="ANATOLIAN HIEROGLYPH A059",
193958  direction="l",
193959  linebreak="al",
193960  unicodeslot=0x14441,
193961 },
193962 [0x14442]={
193963  category="lo",
193964  description="ANATOLIAN HIEROGLYPH A060",
193965  direction="l",
193966  linebreak="al",
193967  unicodeslot=0x14442,
193968 },
193969 [0x14443]={
193970  category="lo",
193971  description="ANATOLIAN HIEROGLYPH A061",
193972  direction="l",
193973  linebreak="al",
193974  unicodeslot=0x14443,
193975 },
193976 [0x14444]={
193977  category="lo",
193978  description="ANATOLIAN HIEROGLYPH A062",
193979  direction="l",
193980  linebreak="al",
193981  unicodeslot=0x14444,
193982 },
193983 [0x14445]={
193984  category="lo",
193985  description="ANATOLIAN HIEROGLYPH A063",
193986  direction="l",
193987  linebreak="al",
193988  unicodeslot=0x14445,
193989 },
193990 [0x14446]={
193991  category="lo",
193992  description="ANATOLIAN HIEROGLYPH A064",
193993  direction="l",
193994  linebreak="al",
193995  unicodeslot=0x14446,
193996 },
193997 [0x14447]={
193998  category="lo",
193999  description="ANATOLIAN HIEROGLYPH A065",
194000  direction="l",
194001  linebreak="al",
194002  unicodeslot=0x14447,
194003 },
194004 [0x14448]={
194005  category="lo",
194006  description="ANATOLIAN HIEROGLYPH A066",
194007  direction="l",
194008  linebreak="al",
194009  unicodeslot=0x14448,
194010 },
194011 [0x14449]={
194012  category="lo",
194013  description="ANATOLIAN HIEROGLYPH A066A",
194014  direction="l",
194015  linebreak="al",
194016  unicodeslot=0x14449,
194017 },
194018 [0x1444A]={
194019  category="lo",
194020  description="ANATOLIAN HIEROGLYPH A066B",
194021  direction="l",
194022  linebreak="al",
194023  unicodeslot=0x1444A,
194024 },
194025 [0x1444B]={
194026  category="lo",
194027  description="ANATOLIAN HIEROGLYPH A066C",
194028  direction="l",
194029  linebreak="al",
194030  unicodeslot=0x1444B,
194031 },
194032 [0x1444C]={
194033  category="lo",
194034  description="ANATOLIAN HIEROGLYPH A067",
194035  direction="l",
194036  linebreak="al",
194037  unicodeslot=0x1444C,
194038 },
194039 [0x1444D]={
194040  category="lo",
194041  description="ANATOLIAN HIEROGLYPH A068",
194042  direction="l",
194043  linebreak="al",
194044  unicodeslot=0x1444D,
194045 },
194046 [0x1444E]={
194047  category="lo",
194048  description="ANATOLIAN HIEROGLYPH A069",
194049  direction="l",
194050  linebreak="al",
194051  unicodeslot=0x1444E,
194052 },
194053 [0x1444F]={
194054  category="lo",
194055  description="ANATOLIAN HIEROGLYPH A070",
194056  direction="l",
194057  linebreak="al",
194058  unicodeslot=0x1444F,
194059 },
194060 [0x14450]={
194061  category="lo",
194062  description="ANATOLIAN HIEROGLYPH A071",
194063  direction="l",
194064  linebreak="al",
194065  unicodeslot=0x14450,
194066 },
194067 [0x14451]={
194068  category="lo",
194069  description="ANATOLIAN HIEROGLYPH A072",
194070  direction="l",
194071  linebreak="al",
194072  unicodeslot=0x14451,
194073 },
194074 [0x14452]={
194075  category="lo",
194076  description="ANATOLIAN HIEROGLYPH A073",
194077  direction="l",
194078  linebreak="al",
194079  unicodeslot=0x14452,
194080 },
194081 [0x14453]={
194082  category="lo",
194083  description="ANATOLIAN HIEROGLYPH A074",
194084  direction="l",
194085  linebreak="al",
194086  unicodeslot=0x14453,
194087 },
194088 [0x14454]={
194089  category="lo",
194090  description="ANATOLIAN HIEROGLYPH A075",
194091  direction="l",
194092  linebreak="al",
194093  unicodeslot=0x14454,
194094 },
194095 [0x14455]={
194096  category="lo",
194097  description="ANATOLIAN HIEROGLYPH A076",
194098  direction="l",
194099  linebreak="al",
194100  unicodeslot=0x14455,
194101 },
194102 [0x14456]={
194103  category="lo",
194104  description="ANATOLIAN HIEROGLYPH A077",
194105  direction="l",
194106  linebreak="al",
194107  unicodeslot=0x14456,
194108 },
194109 [0x14457]={
194110  category="lo",
194111  description="ANATOLIAN HIEROGLYPH A078",
194112  direction="l",
194113  linebreak="al",
194114  unicodeslot=0x14457,
194115 },
194116 [0x14458]={
194117  category="lo",
194118  description="ANATOLIAN HIEROGLYPH A079",
194119  direction="l",
194120  linebreak="al",
194121  unicodeslot=0x14458,
194122 },
194123 [0x14459]={
194124  category="lo",
194125  description="ANATOLIAN HIEROGLYPH A080",
194126  direction="l",
194127  linebreak="al",
194128  unicodeslot=0x14459,
194129 },
194130 [0x1445A]={
194131  category="lo",
194132  description="ANATOLIAN HIEROGLYPH A081",
194133  direction="l",
194134  linebreak="al",
194135  unicodeslot=0x1445A,
194136 },
194137 [0x1445B]={
194138  category="lo",
194139  description="ANATOLIAN HIEROGLYPH A082",
194140  direction="l",
194141  linebreak="al",
194142  unicodeslot=0x1445B,
194143 },
194144 [0x1445C]={
194145  category="lo",
194146  description="ANATOLIAN HIEROGLYPH A083",
194147  direction="l",
194148  linebreak="al",
194149  unicodeslot=0x1445C,
194150 },
194151 [0x1445D]={
194152  category="lo",
194153  description="ANATOLIAN HIEROGLYPH A084",
194154  direction="l",
194155  linebreak="al",
194156  unicodeslot=0x1445D,
194157 },
194158 [0x1445E]={
194159  category="lo",
194160  description="ANATOLIAN HIEROGLYPH A085",
194161  direction="l",
194162  linebreak="al",
194163  unicodeslot=0x1445E,
194164 },
194165 [0x1445F]={
194166  category="lo",
194167  description="ANATOLIAN HIEROGLYPH A086",
194168  direction="l",
194169  linebreak="al",
194170  unicodeslot=0x1445F,
194171 },
194172 [0x14460]={
194173  category="lo",
194174  description="ANATOLIAN HIEROGLYPH A087",
194175  direction="l",
194176  linebreak="al",
194177  unicodeslot=0x14460,
194178 },
194179 [0x14461]={
194180  category="lo",
194181  description="ANATOLIAN HIEROGLYPH A088",
194182  direction="l",
194183  linebreak="al",
194184  unicodeslot=0x14461,
194185 },
194186 [0x14462]={
194187  category="lo",
194188  description="ANATOLIAN HIEROGLYPH A089",
194189  direction="l",
194190  linebreak="al",
194191  unicodeslot=0x14462,
194192 },
194193 [0x14463]={
194194  category="lo",
194195  description="ANATOLIAN HIEROGLYPH A090",
194196  direction="l",
194197  linebreak="al",
194198  unicodeslot=0x14463,
194199 },
194200 [0x14464]={
194201  category="lo",
194202  description="ANATOLIAN HIEROGLYPH A091",
194203  direction="l",
194204  linebreak="al",
194205  unicodeslot=0x14464,
194206 },
194207 [0x14465]={
194208  category="lo",
194209  description="ANATOLIAN HIEROGLYPH A092",
194210  direction="l",
194211  linebreak="al",
194212  unicodeslot=0x14465,
194213 },
194214 [0x14466]={
194215  category="lo",
194216  description="ANATOLIAN HIEROGLYPH A093",
194217  direction="l",
194218  linebreak="al",
194219  unicodeslot=0x14466,
194220 },
194221 [0x14467]={
194222  category="lo",
194223  description="ANATOLIAN HIEROGLYPH A094",
194224  direction="l",
194225  linebreak="al",
194226  unicodeslot=0x14467,
194227 },
194228 [0x14468]={
194229  category="lo",
194230  description="ANATOLIAN HIEROGLYPH A095",
194231  direction="l",
194232  linebreak="al",
194233  unicodeslot=0x14468,
194234 },
194235 [0x14469]={
194236  category="lo",
194237  description="ANATOLIAN HIEROGLYPH A096",
194238  direction="l",
194239  linebreak="al",
194240  unicodeslot=0x14469,
194241 },
194242 [0x1446A]={
194243  category="lo",
194244  description="ANATOLIAN HIEROGLYPH A097",
194245  direction="l",
194246  linebreak="al",
194247  unicodeslot=0x1446A,
194248 },
194249 [0x1446B]={
194250  category="lo",
194251  description="ANATOLIAN HIEROGLYPH A097A",
194252  direction="l",
194253  linebreak="al",
194254  unicodeslot=0x1446B,
194255 },
194256 [0x1446C]={
194257  category="lo",
194258  description="ANATOLIAN HIEROGLYPH A098",
194259  direction="l",
194260  linebreak="al",
194261  unicodeslot=0x1446C,
194262 },
194263 [0x1446D]={
194264  category="lo",
194265  description="ANATOLIAN HIEROGLYPH A098A",
194266  direction="l",
194267  linebreak="al",
194268  unicodeslot=0x1446D,
194269 },
194270 [0x1446E]={
194271  category="lo",
194272  description="ANATOLIAN HIEROGLYPH A099",
194273  direction="l",
194274  linebreak="al",
194275  unicodeslot=0x1446E,
194276 },
194277 [0x1446F]={
194278  category="lo",
194279  description="ANATOLIAN HIEROGLYPH A100",
194280  direction="l",
194281  linebreak="al",
194282  unicodeslot=0x1446F,
194283 },
194284 [0x14470]={
194285  category="lo",
194286  description="ANATOLIAN HIEROGLYPH A100A",
194287  direction="l",
194288  linebreak="al",
194289  unicodeslot=0x14470,
194290 },
194291 [0x14471]={
194292  category="lo",
194293  description="ANATOLIAN HIEROGLYPH A101",
194294  direction="l",
194295  linebreak="al",
194296  unicodeslot=0x14471,
194297 },
194298 [0x14472]={
194299  category="lo",
194300  description="ANATOLIAN HIEROGLYPH A101A",
194301  direction="l",
194302  linebreak="al",
194303  unicodeslot=0x14472,
194304 },
194305 [0x14473]={
194306  category="lo",
194307  description="ANATOLIAN HIEROGLYPH A102",
194308  direction="l",
194309  linebreak="al",
194310  unicodeslot=0x14473,
194311 },
194312 [0x14474]={
194313  category="lo",
194314  description="ANATOLIAN HIEROGLYPH A102A",
194315  direction="l",
194316  linebreak="al",
194317  unicodeslot=0x14474,
194318 },
194319 [0x14475]={
194320  category="lo",
194321  description="ANATOLIAN HIEROGLYPH A103",
194322  direction="l",
194323  linebreak="al",
194324  unicodeslot=0x14475,
194325 },
194326 [0x14476]={
194327  category="lo",
194328  description="ANATOLIAN HIEROGLYPH A104",
194329  direction="l",
194330  linebreak="al",
194331  unicodeslot=0x14476,
194332 },
194333 [0x14477]={
194334  category="lo",
194335  description="ANATOLIAN HIEROGLYPH A104A",
194336  direction="l",
194337  linebreak="al",
194338  unicodeslot=0x14477,
194339 },
194340 [0x14478]={
194341  category="lo",
194342  description="ANATOLIAN HIEROGLYPH A104B",
194343  direction="l",
194344  linebreak="al",
194345  unicodeslot=0x14478,
194346 },
194347 [0x14479]={
194348  category="lo",
194349  description="ANATOLIAN HIEROGLYPH A104C",
194350  direction="l",
194351  linebreak="al",
194352  unicodeslot=0x14479,
194353 },
194354 [0x1447A]={
194355  category="lo",
194356  description="ANATOLIAN HIEROGLYPH A105",
194357  direction="l",
194358  linebreak="al",
194359  unicodeslot=0x1447A,
194360 },
194361 [0x1447B]={
194362  category="lo",
194363  description="ANATOLIAN HIEROGLYPH A105A",
194364  direction="l",
194365  linebreak="al",
194366  unicodeslot=0x1447B,
194367 },
194368 [0x1447C]={
194369  category="lo",
194370  description="ANATOLIAN HIEROGLYPH A105B",
194371  direction="l",
194372  linebreak="al",
194373  unicodeslot=0x1447C,
194374 },
194375 [0x1447D]={
194376  category="lo",
194377  description="ANATOLIAN HIEROGLYPH A106",
194378  direction="l",
194379  linebreak="al",
194380  unicodeslot=0x1447D,
194381 },
194382 [0x1447E]={
194383  category="lo",
194384  description="ANATOLIAN HIEROGLYPH A107",
194385  direction="l",
194386  linebreak="al",
194387  unicodeslot=0x1447E,
194388 },
194389 [0x1447F]={
194390  category="lo",
194391  description="ANATOLIAN HIEROGLYPH A107A",
194392  direction="l",
194393  linebreak="al",
194394  unicodeslot=0x1447F,
194395 },
194396 [0x14480]={
194397  category="lo",
194398  description="ANATOLIAN HIEROGLYPH A107B",
194399  direction="l",
194400  linebreak="al",
194401  unicodeslot=0x14480,
194402 },
194403 [0x14481]={
194404  category="lo",
194405  description="ANATOLIAN HIEROGLYPH A107C",
194406  direction="l",
194407  linebreak="al",
194408  unicodeslot=0x14481,
194409 },
194410 [0x14482]={
194411  category="lo",
194412  description="ANATOLIAN HIEROGLYPH A108",
194413  direction="l",
194414  linebreak="al",
194415  unicodeslot=0x14482,
194416 },
194417 [0x14483]={
194418  category="lo",
194419  description="ANATOLIAN HIEROGLYPH A109",
194420  direction="l",
194421  linebreak="al",
194422  unicodeslot=0x14483,
194423 },
194424 [0x14484]={
194425  category="lo",
194426  description="ANATOLIAN HIEROGLYPH A110",
194427  direction="l",
194428  linebreak="al",
194429  unicodeslot=0x14484,
194430 },
194431 [0x14485]={
194432  category="lo",
194433  description="ANATOLIAN HIEROGLYPH A110A",
194434  direction="l",
194435  linebreak="al",
194436  unicodeslot=0x14485,
194437 },
194438 [0x14486]={
194439  category="lo",
194440  description="ANATOLIAN HIEROGLYPH A110B",
194441  direction="l",
194442  linebreak="al",
194443  unicodeslot=0x14486,
194444 },
194445 [0x14487]={
194446  category="lo",
194447  description="ANATOLIAN HIEROGLYPH A111",
194448  direction="l",
194449  linebreak="al",
194450  unicodeslot=0x14487,
194451 },
194452 [0x14488]={
194453  category="lo",
194454  description="ANATOLIAN HIEROGLYPH A112",
194455  direction="l",
194456  linebreak="al",
194457  unicodeslot=0x14488,
194458 },
194459 [0x14489]={
194460  category="lo",
194461  description="ANATOLIAN HIEROGLYPH A113",
194462  direction="l",
194463  linebreak="al",
194464  unicodeslot=0x14489,
194465 },
194466 [0x1448A]={
194467  category="lo",
194468  description="ANATOLIAN HIEROGLYPH A114",
194469  direction="l",
194470  linebreak="al",
194471  unicodeslot=0x1448A,
194472 },
194473 [0x1448B]={
194474  category="lo",
194475  description="ANATOLIAN HIEROGLYPH A115",
194476  direction="l",
194477  linebreak="al",
194478  unicodeslot=0x1448B,
194479 },
194480 [0x1448C]={
194481  category="lo",
194482  description="ANATOLIAN HIEROGLYPH A115A",
194483  direction="l",
194484  linebreak="al",
194485  unicodeslot=0x1448C,
194486 },
194487 [0x1448D]={
194488  category="lo",
194489  description="ANATOLIAN HIEROGLYPH A116",
194490  direction="l",
194491  linebreak="al",
194492  unicodeslot=0x1448D,
194493 },
194494 [0x1448E]={
194495  category="lo",
194496  description="ANATOLIAN HIEROGLYPH A117",
194497  direction="l",
194498  linebreak="al",
194499  unicodeslot=0x1448E,
194500 },
194501 [0x1448F]={
194502  category="lo",
194503  description="ANATOLIAN HIEROGLYPH A118",
194504  direction="l",
194505  linebreak="al",
194506  unicodeslot=0x1448F,
194507 },
194508 [0x14490]={
194509  category="lo",
194510  description="ANATOLIAN HIEROGLYPH A119",
194511  direction="l",
194512  linebreak="al",
194513  unicodeslot=0x14490,
194514 },
194515 [0x14491]={
194516  category="lo",
194517  description="ANATOLIAN HIEROGLYPH A120",
194518  direction="l",
194519  linebreak="al",
194520  unicodeslot=0x14491,
194521 },
194522 [0x14492]={
194523  category="lo",
194524  description="ANATOLIAN HIEROGLYPH A121",
194525  direction="l",
194526  linebreak="al",
194527  unicodeslot=0x14492,
194528 },
194529 [0x14493]={
194530  category="lo",
194531  description="ANATOLIAN HIEROGLYPH A122",
194532  direction="l",
194533  linebreak="al",
194534  unicodeslot=0x14493,
194535 },
194536 [0x14494]={
194537  category="lo",
194538  description="ANATOLIAN HIEROGLYPH A123",
194539  direction="l",
194540  linebreak="al",
194541  unicodeslot=0x14494,
194542 },
194543 [0x14495]={
194544  category="lo",
194545  description="ANATOLIAN HIEROGLYPH A124",
194546  direction="l",
194547  linebreak="al",
194548  unicodeslot=0x14495,
194549 },
194550 [0x14496]={
194551  category="lo",
194552  description="ANATOLIAN HIEROGLYPH A125",
194553  direction="l",
194554  linebreak="al",
194555  unicodeslot=0x14496,
194556 },
194557 [0x14497]={
194558  category="lo",
194559  description="ANATOLIAN HIEROGLYPH A125A",
194560  direction="l",
194561  linebreak="al",
194562  unicodeslot=0x14497,
194563 },
194564 [0x14498]={
194565  category="lo",
194566  description="ANATOLIAN HIEROGLYPH A126",
194567  direction="l",
194568  linebreak="al",
194569  unicodeslot=0x14498,
194570 },
194571 [0x14499]={
194572  category="lo",
194573  description="ANATOLIAN HIEROGLYPH A127",
194574  direction="l",
194575  linebreak="al",
194576  unicodeslot=0x14499,
194577 },
194578 [0x1449A]={
194579  category="lo",
194580  description="ANATOLIAN HIEROGLYPH A128",
194581  direction="l",
194582  linebreak="al",
194583  unicodeslot=0x1449A,
194584 },
194585 [0x1449B]={
194586  category="lo",
194587  description="ANATOLIAN HIEROGLYPH A129",
194588  direction="l",
194589  linebreak="al",
194590  unicodeslot=0x1449B,
194591 },
194592 [0x1449C]={
194593  category="lo",
194594  description="ANATOLIAN HIEROGLYPH A130",
194595  direction="l",
194596  linebreak="al",
194597  unicodeslot=0x1449C,
194598 },
194599 [0x1449D]={
194600  category="lo",
194601  description="ANATOLIAN HIEROGLYPH A131",
194602  direction="l",
194603  linebreak="al",
194604  unicodeslot=0x1449D,
194605 },
194606 [0x1449E]={
194607  category="lo",
194608  description="ANATOLIAN HIEROGLYPH A132",
194609  direction="l",
194610  linebreak="al",
194611  unicodeslot=0x1449E,
194612 },
194613 [0x1449F]={
194614  category="lo",
194615  description="ANATOLIAN HIEROGLYPH A133",
194616  direction="l",
194617  linebreak="al",
194618  unicodeslot=0x1449F,
194619 },
194620 [0x144A0]={
194621  category="lo",
194622  description="ANATOLIAN HIEROGLYPH A134",
194623  direction="l",
194624  linebreak="al",
194625  unicodeslot=0x144A0,
194626 },
194627 [0x144A1]={
194628  category="lo",
194629  description="ANATOLIAN HIEROGLYPH A135",
194630  direction="l",
194631  linebreak="al",
194632  unicodeslot=0x144A1,
194633 },
194634 [0x144A2]={
194635  category="lo",
194636  description="ANATOLIAN HIEROGLYPH A135A",
194637  direction="l",
194638  linebreak="al",
194639  unicodeslot=0x144A2,
194640 },
194641 [0x144A3]={
194642  category="lo",
194643  description="ANATOLIAN HIEROGLYPH A136",
194644  direction="l",
194645  linebreak="al",
194646  unicodeslot=0x144A3,
194647 },
194648 [0x144A4]={
194649  category="lo",
194650  description="ANATOLIAN HIEROGLYPH A137",
194651  direction="l",
194652  linebreak="al",
194653  unicodeslot=0x144A4,
194654 },
194655 [0x144A5]={
194656  category="lo",
194657  description="ANATOLIAN HIEROGLYPH A138",
194658  direction="l",
194659  linebreak="al",
194660  unicodeslot=0x144A5,
194661 },
194662 [0x144A6]={
194663  category="lo",
194664  description="ANATOLIAN HIEROGLYPH A139",
194665  direction="l",
194666  linebreak="al",
194667  unicodeslot=0x144A6,
194668 },
194669 [0x144A7]={
194670  category="lo",
194671  description="ANATOLIAN HIEROGLYPH A140",
194672  direction="l",
194673  linebreak="al",
194674  unicodeslot=0x144A7,
194675 },
194676 [0x144A8]={
194677  category="lo",
194678  description="ANATOLIAN HIEROGLYPH A141",
194679  direction="l",
194680  linebreak="al",
194681  unicodeslot=0x144A8,
194682 },
194683 [0x144A9]={
194684  category="lo",
194685  description="ANATOLIAN HIEROGLYPH A142",
194686  direction="l",
194687  linebreak="al",
194688  unicodeslot=0x144A9,
194689 },
194690 [0x144AA]={
194691  category="lo",
194692  description="ANATOLIAN HIEROGLYPH A143",
194693  direction="l",
194694  linebreak="al",
194695  unicodeslot=0x144AA,
194696 },
194697 [0x144AB]={
194698  category="lo",
194699  description="ANATOLIAN HIEROGLYPH A144",
194700  direction="l",
194701  linebreak="al",
194702  unicodeslot=0x144AB,
194703 },
194704 [0x144AC]={
194705  category="lo",
194706  description="ANATOLIAN HIEROGLYPH A145",
194707  direction="l",
194708  linebreak="al",
194709  unicodeslot=0x144AC,
194710 },
194711 [0x144AD]={
194712  category="lo",
194713  description="ANATOLIAN HIEROGLYPH A146",
194714  direction="l",
194715  linebreak="al",
194716  unicodeslot=0x144AD,
194717 },
194718 [0x144AE]={
194719  category="lo",
194720  description="ANATOLIAN HIEROGLYPH A147",
194721  direction="l",
194722  linebreak="al",
194723  unicodeslot=0x144AE,
194724 },
194725 [0x144AF]={
194726  category="lo",
194727  description="ANATOLIAN HIEROGLYPH A148",
194728  direction="l",
194729  linebreak="al",
194730  unicodeslot=0x144AF,
194731 },
194732 [0x144B0]={
194733  category="lo",
194734  description="ANATOLIAN HIEROGLYPH A149",
194735  direction="l",
194736  linebreak="al",
194737  unicodeslot=0x144B0,
194738 },
194739 [0x144B1]={
194740  category="lo",
194741  description="ANATOLIAN HIEROGLYPH A150",
194742  direction="l",
194743  linebreak="al",
194744  unicodeslot=0x144B1,
194745 },
194746 [0x144B2]={
194747  category="lo",
194748  description="ANATOLIAN HIEROGLYPH A151",
194749  direction="l",
194750  linebreak="al",
194751  unicodeslot=0x144B2,
194752 },
194753 [0x144B3]={
194754  category="lo",
194755  description="ANATOLIAN HIEROGLYPH A152",
194756  direction="l",
194757  linebreak="al",
194758  unicodeslot=0x144B3,
194759 },
194760 [0x144B4]={
194761  category="lo",
194762  description="ANATOLIAN HIEROGLYPH A153",
194763  direction="l",
194764  linebreak="al",
194765  unicodeslot=0x144B4,
194766 },
194767 [0x144B5]={
194768  category="lo",
194769  description="ANATOLIAN HIEROGLYPH A154",
194770  direction="l",
194771  linebreak="al",
194772  unicodeslot=0x144B5,
194773 },
194774 [0x144B6]={
194775  category="lo",
194776  description="ANATOLIAN HIEROGLYPH A155",
194777  direction="l",
194778  linebreak="al",
194779  unicodeslot=0x144B6,
194780 },
194781 [0x144B7]={
194782  category="lo",
194783  description="ANATOLIAN HIEROGLYPH A156",
194784  direction="l",
194785  linebreak="al",
194786  unicodeslot=0x144B7,
194787 },
194788 [0x144B8]={
194789  category="lo",
194790  description="ANATOLIAN HIEROGLYPH A157",
194791  direction="l",
194792  linebreak="al",
194793  unicodeslot=0x144B8,
194794 },
194795 [0x144B9]={
194796  category="lo",
194797  description="ANATOLIAN HIEROGLYPH A158",
194798  direction="l",
194799  linebreak="al",
194800  unicodeslot=0x144B9,
194801 },
194802 [0x144BA]={
194803  category="lo",
194804  description="ANATOLIAN HIEROGLYPH A159",
194805  direction="l",
194806  linebreak="al",
194807  unicodeslot=0x144BA,
194808 },
194809 [0x144BB]={
194810  category="lo",
194811  description="ANATOLIAN HIEROGLYPH A160",
194812  direction="l",
194813  linebreak="al",
194814  unicodeslot=0x144BB,
194815 },
194816 [0x144BC]={
194817  category="lo",
194818  description="ANATOLIAN HIEROGLYPH A161",
194819  direction="l",
194820  linebreak="al",
194821  unicodeslot=0x144BC,
194822 },
194823 [0x144BD]={
194824  category="lo",
194825  description="ANATOLIAN HIEROGLYPH A162",
194826  direction="l",
194827  linebreak="al",
194828  unicodeslot=0x144BD,
194829 },
194830 [0x144BE]={
194831  category="lo",
194832  description="ANATOLIAN HIEROGLYPH A163",
194833  direction="l",
194834  linebreak="al",
194835  unicodeslot=0x144BE,
194836 },
194837 [0x144BF]={
194838  category="lo",
194839  description="ANATOLIAN HIEROGLYPH A164",
194840  direction="l",
194841  linebreak="al",
194842  unicodeslot=0x144BF,
194843 },
194844 [0x144C0]={
194845  category="lo",
194846  description="ANATOLIAN HIEROGLYPH A165",
194847  direction="l",
194848  linebreak="al",
194849  unicodeslot=0x144C0,
194850 },
194851 [0x144C1]={
194852  category="lo",
194853  description="ANATOLIAN HIEROGLYPH A166",
194854  direction="l",
194855  linebreak="al",
194856  unicodeslot=0x144C1,
194857 },
194858 [0x144C2]={
194859  category="lo",
194860  description="ANATOLIAN HIEROGLYPH A167",
194861  direction="l",
194862  linebreak="al",
194863  unicodeslot=0x144C2,
194864 },
194865 [0x144C3]={
194866  category="lo",
194867  description="ANATOLIAN HIEROGLYPH A168",
194868  direction="l",
194869  linebreak="al",
194870  unicodeslot=0x144C3,
194871 },
194872 [0x144C4]={
194873  category="lo",
194874  description="ANATOLIAN HIEROGLYPH A169",
194875  direction="l",
194876  linebreak="al",
194877  unicodeslot=0x144C4,
194878 },
194879 [0x144C5]={
194880  category="lo",
194881  description="ANATOLIAN HIEROGLYPH A170",
194882  direction="l",
194883  linebreak="al",
194884  unicodeslot=0x144C5,
194885 },
194886 [0x144C6]={
194887  category="lo",
194888  description="ANATOLIAN HIEROGLYPH A171",
194889  direction="l",
194890  linebreak="al",
194891  unicodeslot=0x144C6,
194892 },
194893 [0x144C7]={
194894  category="lo",
194895  description="ANATOLIAN HIEROGLYPH A172",
194896  direction="l",
194897  linebreak="al",
194898  unicodeslot=0x144C7,
194899 },
194900 [0x144C8]={
194901  category="lo",
194902  description="ANATOLIAN HIEROGLYPH A173",
194903  direction="l",
194904  linebreak="al",
194905  unicodeslot=0x144C8,
194906 },
194907 [0x144C9]={
194908  category="lo",
194909  description="ANATOLIAN HIEROGLYPH A174",
194910  direction="l",
194911  linebreak="al",
194912  unicodeslot=0x144C9,
194913 },
194914 [0x144CA]={
194915  category="lo",
194916  description="ANATOLIAN HIEROGLYPH A175",
194917  direction="l",
194918  linebreak="al",
194919  unicodeslot=0x144CA,
194920 },
194921 [0x144CB]={
194922  category="lo",
194923  description="ANATOLIAN HIEROGLYPH A176",
194924  direction="l",
194925  linebreak="al",
194926  unicodeslot=0x144CB,
194927 },
194928 [0x144CC]={
194929  category="lo",
194930  description="ANATOLIAN HIEROGLYPH A177",
194931  direction="l",
194932  linebreak="al",
194933  unicodeslot=0x144CC,
194934 },
194935 [0x144CD]={
194936  category="lo",
194937  description="ANATOLIAN HIEROGLYPH A178",
194938  direction="l",
194939  linebreak="al",
194940  unicodeslot=0x144CD,
194941 },
194942 [0x144CE]={
194943  category="lo",
194944  description="ANATOLIAN HIEROGLYPH A179",
194945  direction="l",
194946  linebreak="al",
194947  unicodeslot=0x144CE,
194948 },
194949 [0x144CF]={
194950  category="lo",
194951  description="ANATOLIAN HIEROGLYPH A180",
194952  direction="l",
194953  linebreak="al",
194954  unicodeslot=0x144CF,
194955 },
194956 [0x144D0]={
194957  category="lo",
194958  description="ANATOLIAN HIEROGLYPH A181",
194959  direction="l",
194960  linebreak="al",
194961  unicodeslot=0x144D0,
194962 },
194963 [0x144D1]={
194964  category="lo",
194965  description="ANATOLIAN HIEROGLYPH A182",
194966  direction="l",
194967  linebreak="al",
194968  unicodeslot=0x144D1,
194969 },
194970 [0x144D2]={
194971  category="lo",
194972  description="ANATOLIAN HIEROGLYPH A183",
194973  direction="l",
194974  linebreak="al",
194975  unicodeslot=0x144D2,
194976 },
194977 [0x144D3]={
194978  category="lo",
194979  description="ANATOLIAN HIEROGLYPH A184",
194980  direction="l",
194981  linebreak="al",
194982  unicodeslot=0x144D3,
194983 },
194984 [0x144D4]={
194985  category="lo",
194986  description="ANATOLIAN HIEROGLYPH A185",
194987  direction="l",
194988  linebreak="al",
194989  unicodeslot=0x144D4,
194990 },
194991 [0x144D5]={
194992  category="lo",
194993  description="ANATOLIAN HIEROGLYPH A186",
194994  direction="l",
194995  linebreak="al",
194996  unicodeslot=0x144D5,
194997 },
194998 [0x144D6]={
194999  category="lo",
195000  description="ANATOLIAN HIEROGLYPH A187",
195001  direction="l",
195002  linebreak="al",
195003  unicodeslot=0x144D6,
195004 },
195005 [0x144D7]={
195006  category="lo",
195007  description="ANATOLIAN HIEROGLYPH A188",
195008  direction="l",
195009  linebreak="al",
195010  unicodeslot=0x144D7,
195011 },
195012 [0x144D8]={
195013  category="lo",
195014  description="ANATOLIAN HIEROGLYPH A189",
195015  direction="l",
195016  linebreak="al",
195017  unicodeslot=0x144D8,
195018 },
195019 [0x144D9]={
195020  category="lo",
195021  description="ANATOLIAN HIEROGLYPH A190",
195022  direction="l",
195023  linebreak="al",
195024  unicodeslot=0x144D9,
195025 },
195026 [0x144DA]={
195027  category="lo",
195028  description="ANATOLIAN HIEROGLYPH A191",
195029  direction="l",
195030  linebreak="al",
195031  unicodeslot=0x144DA,
195032 },
195033 [0x144DB]={
195034  category="lo",
195035  description="ANATOLIAN HIEROGLYPH A192",
195036  direction="l",
195037  linebreak="al",
195038  unicodeslot=0x144DB,
195039 },
195040 [0x144DC]={
195041  category="lo",
195042  description="ANATOLIAN HIEROGLYPH A193",
195043  direction="l",
195044  linebreak="al",
195045  unicodeslot=0x144DC,
195046 },
195047 [0x144DD]={
195048  category="lo",
195049  description="ANATOLIAN HIEROGLYPH A194",
195050  direction="l",
195051  linebreak="al",
195052  unicodeslot=0x144DD,
195053 },
195054 [0x144DE]={
195055  category="lo",
195056  description="ANATOLIAN HIEROGLYPH A195",
195057  direction="l",
195058  linebreak="al",
195059  unicodeslot=0x144DE,
195060 },
195061 [0x144DF]={
195062  category="lo",
195063  description="ANATOLIAN HIEROGLYPH A196",
195064  direction="l",
195065  linebreak="al",
195066  unicodeslot=0x144DF,
195067 },
195068 [0x144E0]={
195069  category="lo",
195070  description="ANATOLIAN HIEROGLYPH A197",
195071  direction="l",
195072  linebreak="al",
195073  unicodeslot=0x144E0,
195074 },
195075 [0x144E1]={
195076  category="lo",
195077  description="ANATOLIAN HIEROGLYPH A198",
195078  direction="l",
195079  linebreak="al",
195080  unicodeslot=0x144E1,
195081 },
195082 [0x144E2]={
195083  category="lo",
195084  description="ANATOLIAN HIEROGLYPH A199",
195085  direction="l",
195086  linebreak="al",
195087  unicodeslot=0x144E2,
195088 },
195089 [0x144E3]={
195090  category="lo",
195091  description="ANATOLIAN HIEROGLYPH A200",
195092  direction="l",
195093  linebreak="al",
195094  unicodeslot=0x144E3,
195095 },
195096 [0x144E4]={
195097  category="lo",
195098  description="ANATOLIAN HIEROGLYPH A201",
195099  direction="l",
195100  linebreak="al",
195101  unicodeslot=0x144E4,
195102 },
195103 [0x144E5]={
195104  category="lo",
195105  description="ANATOLIAN HIEROGLYPH A202",
195106  direction="l",
195107  linebreak="al",
195108  unicodeslot=0x144E5,
195109 },
195110 [0x144E6]={
195111  category="lo",
195112  description="ANATOLIAN HIEROGLYPH A202A",
195113  direction="l",
195114  linebreak="al",
195115  unicodeslot=0x144E6,
195116 },
195117 [0x144E7]={
195118  category="lo",
195119  description="ANATOLIAN HIEROGLYPH A202B",
195120  direction="l",
195121  linebreak="al",
195122  unicodeslot=0x144E7,
195123 },
195124 [0x144E8]={
195125  category="lo",
195126  description="ANATOLIAN HIEROGLYPH A203",
195127  direction="l",
195128  linebreak="al",
195129  unicodeslot=0x144E8,
195130 },
195131 [0x144E9]={
195132  category="lo",
195133  description="ANATOLIAN HIEROGLYPH A204",
195134  direction="l",
195135  linebreak="al",
195136  unicodeslot=0x144E9,
195137 },
195138 [0x144EA]={
195139  category="lo",
195140  description="ANATOLIAN HIEROGLYPH A205",
195141  direction="l",
195142  linebreak="al",
195143  unicodeslot=0x144EA,
195144 },
195145 [0x144EB]={
195146  category="lo",
195147  description="ANATOLIAN HIEROGLYPH A206",
195148  direction="l",
195149  linebreak="al",
195150  unicodeslot=0x144EB,
195151 },
195152 [0x144EC]={
195153  category="lo",
195154  description="ANATOLIAN HIEROGLYPH A207",
195155  direction="l",
195156  linebreak="al",
195157  unicodeslot=0x144EC,
195158 },
195159 [0x144ED]={
195160  category="lo",
195161  description="ANATOLIAN HIEROGLYPH A207A",
195162  direction="l",
195163  linebreak="al",
195164  unicodeslot=0x144ED,
195165 },
195166 [0x144EE]={
195167  category="lo",
195168  description="ANATOLIAN HIEROGLYPH A208",
195169  direction="l",
195170  linebreak="al",
195171  unicodeslot=0x144EE,
195172 },
195173 [0x144EF]={
195174  category="lo",
195175  description="ANATOLIAN HIEROGLYPH A209",
195176  direction="l",
195177  linebreak="al",
195178  unicodeslot=0x144EF,
195179 },
195180 [0x144F0]={
195181  category="lo",
195182  description="ANATOLIAN HIEROGLYPH A209A",
195183  direction="l",
195184  linebreak="al",
195185  unicodeslot=0x144F0,
195186 },
195187 [0x144F1]={
195188  category="lo",
195189  description="ANATOLIAN HIEROGLYPH A210",
195190  direction="l",
195191  linebreak="al",
195192  unicodeslot=0x144F1,
195193 },
195194 [0x144F2]={
195195  category="lo",
195196  description="ANATOLIAN HIEROGLYPH A211",
195197  direction="l",
195198  linebreak="al",
195199  unicodeslot=0x144F2,
195200 },
195201 [0x144F3]={
195202  category="lo",
195203  description="ANATOLIAN HIEROGLYPH A212",
195204  direction="l",
195205  linebreak="al",
195206  unicodeslot=0x144F3,
195207 },
195208 [0x144F4]={
195209  category="lo",
195210  description="ANATOLIAN HIEROGLYPH A213",
195211  direction="l",
195212  linebreak="al",
195213  unicodeslot=0x144F4,
195214 },
195215 [0x144F5]={
195216  category="lo",
195217  description="ANATOLIAN HIEROGLYPH A214",
195218  direction="l",
195219  linebreak="al",
195220  unicodeslot=0x144F5,
195221 },
195222 [0x144F6]={
195223  category="lo",
195224  description="ANATOLIAN HIEROGLYPH A215",
195225  direction="l",
195226  linebreak="al",
195227  unicodeslot=0x144F6,
195228 },
195229 [0x144F7]={
195230  category="lo",
195231  description="ANATOLIAN HIEROGLYPH A215A",
195232  direction="l",
195233  linebreak="al",
195234  unicodeslot=0x144F7,
195235 },
195236 [0x144F8]={
195237  category="lo",
195238  description="ANATOLIAN HIEROGLYPH A216",
195239  direction="l",
195240  linebreak="al",
195241  unicodeslot=0x144F8,
195242 },
195243 [0x144F9]={
195244  category="lo",
195245  description="ANATOLIAN HIEROGLYPH A216A",
195246  direction="l",
195247  linebreak="al",
195248  unicodeslot=0x144F9,
195249 },
195250 [0x144FA]={
195251  category="lo",
195252  description="ANATOLIAN HIEROGLYPH A217",
195253  direction="l",
195254  linebreak="al",
195255  unicodeslot=0x144FA,
195256 },
195257 [0x144FB]={
195258  category="lo",
195259  description="ANATOLIAN HIEROGLYPH A218",
195260  direction="l",
195261  linebreak="al",
195262  unicodeslot=0x144FB,
195263 },
195264 [0x144FC]={
195265  category="lo",
195266  description="ANATOLIAN HIEROGLYPH A219",
195267  direction="l",
195268  linebreak="al",
195269  unicodeslot=0x144FC,
195270 },
195271 [0x144FD]={
195272  category="lo",
195273  description="ANATOLIAN HIEROGLYPH A220",
195274  direction="l",
195275  linebreak="al",
195276  unicodeslot=0x144FD,
195277 },
195278 [0x144FE]={
195279  category="lo",
195280  description="ANATOLIAN HIEROGLYPH A221",
195281  direction="l",
195282  linebreak="al",
195283  unicodeslot=0x144FE,
195284 },
195285 [0x144FF]={
195286  category="lo",
195287  description="ANATOLIAN HIEROGLYPH A222",
195288  direction="l",
195289  linebreak="al",
195290  unicodeslot=0x144FF,
195291 },
195292 [0x14500]={
195293  category="lo",
195294  description="ANATOLIAN HIEROGLYPH A223",
195295  direction="l",
195296  linebreak="al",
195297  unicodeslot=0x14500,
195298 },
195299 [0x14501]={
195300  category="lo",
195301  description="ANATOLIAN HIEROGLYPH A224",
195302  direction="l",
195303  linebreak="al",
195304  unicodeslot=0x14501,
195305 },
195306 [0x14502]={
195307  category="lo",
195308  description="ANATOLIAN HIEROGLYPH A225",
195309  direction="l",
195310  linebreak="al",
195311  unicodeslot=0x14502,
195312 },
195313 [0x14503]={
195314  category="lo",
195315  description="ANATOLIAN HIEROGLYPH A226",
195316  direction="l",
195317  linebreak="al",
195318  unicodeslot=0x14503,
195319 },
195320 [0x14504]={
195321  category="lo",
195322  description="ANATOLIAN HIEROGLYPH A227",
195323  direction="l",
195324  linebreak="al",
195325  unicodeslot=0x14504,
195326 },
195327 [0x14505]={
195328  category="lo",
195329  description="ANATOLIAN HIEROGLYPH A227A",
195330  direction="l",
195331  linebreak="al",
195332  unicodeslot=0x14505,
195333 },
195334 [0x14506]={
195335  category="lo",
195336  description="ANATOLIAN HIEROGLYPH A228",
195337  direction="l",
195338  linebreak="al",
195339  unicodeslot=0x14506,
195340 },
195341 [0x14507]={
195342  category="lo",
195343  description="ANATOLIAN HIEROGLYPH A229",
195344  direction="l",
195345  linebreak="al",
195346  unicodeslot=0x14507,
195347 },
195348 [0x14508]={
195349  category="lo",
195350  description="ANATOLIAN HIEROGLYPH A230",
195351  direction="l",
195352  linebreak="al",
195353  unicodeslot=0x14508,
195354 },
195355 [0x14509]={
195356  category="lo",
195357  description="ANATOLIAN HIEROGLYPH A231",
195358  direction="l",
195359  linebreak="al",
195360  unicodeslot=0x14509,
195361 },
195362 [0x1450A]={
195363  category="lo",
195364  description="ANATOLIAN HIEROGLYPH A232",
195365  direction="l",
195366  linebreak="al",
195367  unicodeslot=0x1450A,
195368 },
195369 [0x1450B]={
195370  category="lo",
195371  description="ANATOLIAN HIEROGLYPH A233",
195372  direction="l",
195373  linebreak="al",
195374  unicodeslot=0x1450B,
195375 },
195376 [0x1450C]={
195377  category="lo",
195378  description="ANATOLIAN HIEROGLYPH A234",
195379  direction="l",
195380  linebreak="al",
195381  unicodeslot=0x1450C,
195382 },
195383 [0x1450D]={
195384  category="lo",
195385  description="ANATOLIAN HIEROGLYPH A235",
195386  direction="l",
195387  linebreak="al",
195388  unicodeslot=0x1450D,
195389 },
195390 [0x1450E]={
195391  category="lo",
195392  description="ANATOLIAN HIEROGLYPH A236",
195393  direction="l",
195394  linebreak="al",
195395  unicodeslot=0x1450E,
195396 },
195397 [0x1450F]={
195398  category="lo",
195399  description="ANATOLIAN HIEROGLYPH A237",
195400  direction="l",
195401  linebreak="al",
195402  unicodeslot=0x1450F,
195403 },
195404 [0x14510]={
195405  category="lo",
195406  description="ANATOLIAN HIEROGLYPH A238",
195407  direction="l",
195408  linebreak="al",
195409  unicodeslot=0x14510,
195410 },
195411 [0x14511]={
195412  category="lo",
195413  description="ANATOLIAN HIEROGLYPH A239",
195414  direction="l",
195415  linebreak="al",
195416  unicodeslot=0x14511,
195417 },
195418 [0x14512]={
195419  category="lo",
195420  description="ANATOLIAN HIEROGLYPH A240",
195421  direction="l",
195422  linebreak="al",
195423  unicodeslot=0x14512,
195424 },
195425 [0x14513]={
195426  category="lo",
195427  description="ANATOLIAN HIEROGLYPH A241",
195428  direction="l",
195429  linebreak="al",
195430  unicodeslot=0x14513,
195431 },
195432 [0x14514]={
195433  category="lo",
195434  description="ANATOLIAN HIEROGLYPH A242",
195435  direction="l",
195436  linebreak="al",
195437  unicodeslot=0x14514,
195438 },
195439 [0x14515]={
195440  category="lo",
195441  description="ANATOLIAN HIEROGLYPH A243",
195442  direction="l",
195443  linebreak="al",
195444  unicodeslot=0x14515,
195445 },
195446 [0x14516]={
195447  category="lo",
195448  description="ANATOLIAN HIEROGLYPH A244",
195449  direction="l",
195450  linebreak="al",
195451  unicodeslot=0x14516,
195452 },
195453 [0x14517]={
195454  category="lo",
195455  description="ANATOLIAN HIEROGLYPH A245",
195456  direction="l",
195457  linebreak="al",
195458  unicodeslot=0x14517,
195459 },
195460 [0x14518]={
195461  category="lo",
195462  description="ANATOLIAN HIEROGLYPH A246",
195463  direction="l",
195464  linebreak="al",
195465  unicodeslot=0x14518,
195466 },
195467 [0x14519]={
195468  category="lo",
195469  description="ANATOLIAN HIEROGLYPH A247",
195470  direction="l",
195471  linebreak="al",
195472  unicodeslot=0x14519,
195473 },
195474 [0x1451A]={
195475  category="lo",
195476  description="ANATOLIAN HIEROGLYPH A248",
195477  direction="l",
195478  linebreak="al",
195479  unicodeslot=0x1451A,
195480 },
195481 [0x1451B]={
195482  category="lo",
195483  description="ANATOLIAN HIEROGLYPH A249",
195484  direction="l",
195485  linebreak="al",
195486  unicodeslot=0x1451B,
195487 },
195488 [0x1451C]={
195489  category="lo",
195490  description="ANATOLIAN HIEROGLYPH A250",
195491  direction="l",
195492  linebreak="al",
195493  unicodeslot=0x1451C,
195494 },
195495 [0x1451D]={
195496  category="lo",
195497  description="ANATOLIAN HIEROGLYPH A251",
195498  direction="l",
195499  linebreak="al",
195500  unicodeslot=0x1451D,
195501 },
195502 [0x1451E]={
195503  category="lo",
195504  description="ANATOLIAN HIEROGLYPH A252",
195505  direction="l",
195506  linebreak="al",
195507  unicodeslot=0x1451E,
195508 },
195509 [0x1451F]={
195510  category="lo",
195511  description="ANATOLIAN HIEROGLYPH A253",
195512  direction="l",
195513  linebreak="al",
195514  unicodeslot=0x1451F,
195515 },
195516 [0x14520]={
195517  category="lo",
195518  description="ANATOLIAN HIEROGLYPH A254",
195519  direction="l",
195520  linebreak="al",
195521  unicodeslot=0x14520,
195522 },
195523 [0x14521]={
195524  category="lo",
195525  description="ANATOLIAN HIEROGLYPH A255",
195526  direction="l",
195527  linebreak="al",
195528  unicodeslot=0x14521,
195529 },
195530 [0x14522]={
195531  category="lo",
195532  description="ANATOLIAN HIEROGLYPH A256",
195533  direction="l",
195534  linebreak="al",
195535  unicodeslot=0x14522,
195536 },
195537 [0x14523]={
195538  category="lo",
195539  description="ANATOLIAN HIEROGLYPH A257",
195540  direction="l",
195541  linebreak="al",
195542  unicodeslot=0x14523,
195543 },
195544 [0x14524]={
195545  category="lo",
195546  description="ANATOLIAN HIEROGLYPH A258",
195547  direction="l",
195548  linebreak="al",
195549  unicodeslot=0x14524,
195550 },
195551 [0x14525]={
195552  category="lo",
195553  description="ANATOLIAN HIEROGLYPH A259",
195554  direction="l",
195555  linebreak="al",
195556  unicodeslot=0x14525,
195557 },
195558 [0x14526]={
195559  category="lo",
195560  description="ANATOLIAN HIEROGLYPH A260",
195561  direction="l",
195562  linebreak="al",
195563  unicodeslot=0x14526,
195564 },
195565 [0x14527]={
195566  category="lo",
195567  description="ANATOLIAN HIEROGLYPH A261",
195568  direction="l",
195569  linebreak="al",
195570  unicodeslot=0x14527,
195571 },
195572 [0x14528]={
195573  category="lo",
195574  description="ANATOLIAN HIEROGLYPH A262",
195575  direction="l",
195576  linebreak="al",
195577  unicodeslot=0x14528,
195578 },
195579 [0x14529]={
195580  category="lo",
195581  description="ANATOLIAN HIEROGLYPH A263",
195582  direction="l",
195583  linebreak="al",
195584  unicodeslot=0x14529,
195585 },
195586 [0x1452A]={
195587  category="lo",
195588  description="ANATOLIAN HIEROGLYPH A264",
195589  direction="l",
195590  linebreak="al",
195591  unicodeslot=0x1452A,
195592 },
195593 [0x1452B]={
195594  category="lo",
195595  description="ANATOLIAN HIEROGLYPH A265",
195596  direction="l",
195597  linebreak="al",
195598  unicodeslot=0x1452B,
195599 },
195600 [0x1452C]={
195601  category="lo",
195602  description="ANATOLIAN HIEROGLYPH A266",
195603  direction="l",
195604  linebreak="al",
195605  unicodeslot=0x1452C,
195606 },
195607 [0x1452D]={
195608  category="lo",
195609  description="ANATOLIAN HIEROGLYPH A267",
195610  direction="l",
195611  linebreak="al",
195612  unicodeslot=0x1452D,
195613 },
195614 [0x1452E]={
195615  category="lo",
195616  description="ANATOLIAN HIEROGLYPH A267A",
195617  direction="l",
195618  linebreak="al",
195619  unicodeslot=0x1452E,
195620 },
195621 [0x1452F]={
195622  category="lo",
195623  description="ANATOLIAN HIEROGLYPH A268",
195624  direction="l",
195625  linebreak="al",
195626  unicodeslot=0x1452F,
195627 },
195628 [0x14530]={
195629  category="lo",
195630  description="ANATOLIAN HIEROGLYPH A269",
195631  direction="l",
195632  linebreak="al",
195633  unicodeslot=0x14530,
195634 },
195635 [0x14531]={
195636  category="lo",
195637  description="ANATOLIAN HIEROGLYPH A270",
195638  direction="l",
195639  linebreak="al",
195640  unicodeslot=0x14531,
195641 },
195642 [0x14532]={
195643  category="lo",
195644  description="ANATOLIAN HIEROGLYPH A271",
195645  direction="l",
195646  linebreak="al",
195647  unicodeslot=0x14532,
195648 },
195649 [0x14533]={
195650  category="lo",
195651  description="ANATOLIAN HIEROGLYPH A272",
195652  direction="l",
195653  linebreak="al",
195654  unicodeslot=0x14533,
195655 },
195656 [0x14534]={
195657  category="lo",
195658  description="ANATOLIAN HIEROGLYPH A273",
195659  direction="l",
195660  linebreak="al",
195661  unicodeslot=0x14534,
195662 },
195663 [0x14535]={
195664  category="lo",
195665  description="ANATOLIAN HIEROGLYPH A274",
195666  direction="l",
195667  linebreak="al",
195668  unicodeslot=0x14535,
195669 },
195670 [0x14536]={
195671  category="lo",
195672  description="ANATOLIAN HIEROGLYPH A275",
195673  direction="l",
195674  linebreak="al",
195675  unicodeslot=0x14536,
195676 },
195677 [0x14537]={
195678  category="lo",
195679  description="ANATOLIAN HIEROGLYPH A276",
195680  direction="l",
195681  linebreak="al",
195682  unicodeslot=0x14537,
195683 },
195684 [0x14538]={
195685  category="lo",
195686  description="ANATOLIAN HIEROGLYPH A277",
195687  direction="l",
195688  linebreak="al",
195689  unicodeslot=0x14538,
195690 },
195691 [0x14539]={
195692  category="lo",
195693  description="ANATOLIAN HIEROGLYPH A278",
195694  direction="l",
195695  linebreak="al",
195696  unicodeslot=0x14539,
195697 },
195698 [0x1453A]={
195699  category="lo",
195700  description="ANATOLIAN HIEROGLYPH A279",
195701  direction="l",
195702  linebreak="al",
195703  unicodeslot=0x1453A,
195704 },
195705 [0x1453B]={
195706  category="lo",
195707  description="ANATOLIAN HIEROGLYPH A280",
195708  direction="l",
195709  linebreak="al",
195710  unicodeslot=0x1453B,
195711 },
195712 [0x1453C]={
195713  category="lo",
195714  description="ANATOLIAN HIEROGLYPH A281",
195715  direction="l",
195716  linebreak="al",
195717  unicodeslot=0x1453C,
195718 },
195719 [0x1453D]={
195720  category="lo",
195721  description="ANATOLIAN HIEROGLYPH A282",
195722  direction="l",
195723  linebreak="al",
195724  unicodeslot=0x1453D,
195725 },
195726 [0x1453E]={
195727  category="lo",
195728  description="ANATOLIAN HIEROGLYPH A283",
195729  direction="l",
195730  linebreak="al",
195731  unicodeslot=0x1453E,
195732 },
195733 [0x1453F]={
195734  category="lo",
195735  description="ANATOLIAN HIEROGLYPH A284",
195736  direction="l",
195737  linebreak="al",
195738  unicodeslot=0x1453F,
195739 },
195740 [0x14540]={
195741  category="lo",
195742  description="ANATOLIAN HIEROGLYPH A285",
195743  direction="l",
195744  linebreak="al",
195745  unicodeslot=0x14540,
195746 },
195747 [0x14541]={
195748  category="lo",
195749  description="ANATOLIAN HIEROGLYPH A286",
195750  direction="l",
195751  linebreak="al",
195752  unicodeslot=0x14541,
195753 },
195754 [0x14542]={
195755  category="lo",
195756  description="ANATOLIAN HIEROGLYPH A287",
195757  direction="l",
195758  linebreak="al",
195759  unicodeslot=0x14542,
195760 },
195761 [0x14543]={
195762  category="lo",
195763  description="ANATOLIAN HIEROGLYPH A288",
195764  direction="l",
195765  linebreak="al",
195766  unicodeslot=0x14543,
195767 },
195768 [0x14544]={
195769  category="lo",
195770  description="ANATOLIAN HIEROGLYPH A289",
195771  direction="l",
195772  linebreak="al",
195773  unicodeslot=0x14544,
195774 },
195775 [0x14545]={
195776  category="lo",
195777  description="ANATOLIAN HIEROGLYPH A289A",
195778  direction="l",
195779  linebreak="al",
195780  unicodeslot=0x14545,
195781 },
195782 [0x14546]={
195783  category="lo",
195784  description="ANATOLIAN HIEROGLYPH A290",
195785  direction="l",
195786  linebreak="al",
195787  unicodeslot=0x14546,
195788 },
195789 [0x14547]={
195790  category="lo",
195791  description="ANATOLIAN HIEROGLYPH A291",
195792  direction="l",
195793  linebreak="al",
195794  unicodeslot=0x14547,
195795 },
195796 [0x14548]={
195797  category="lo",
195798  description="ANATOLIAN HIEROGLYPH A292",
195799  direction="l",
195800  linebreak="al",
195801  unicodeslot=0x14548,
195802 },
195803 [0x14549]={
195804  category="lo",
195805  description="ANATOLIAN HIEROGLYPH A293",
195806  direction="l",
195807  linebreak="al",
195808  unicodeslot=0x14549,
195809 },
195810 [0x1454A]={
195811  category="lo",
195812  description="ANATOLIAN HIEROGLYPH A294",
195813  direction="l",
195814  linebreak="al",
195815  unicodeslot=0x1454A,
195816 },
195817 [0x1454B]={
195818  category="lo",
195819  description="ANATOLIAN HIEROGLYPH A294A",
195820  direction="l",
195821  linebreak="al",
195822  unicodeslot=0x1454B,
195823 },
195824 [0x1454C]={
195825  category="lo",
195826  description="ANATOLIAN HIEROGLYPH A295",
195827  direction="l",
195828  linebreak="al",
195829  unicodeslot=0x1454C,
195830 },
195831 [0x1454D]={
195832  category="lo",
195833  description="ANATOLIAN HIEROGLYPH A296",
195834  direction="l",
195835  linebreak="al",
195836  unicodeslot=0x1454D,
195837 },
195838 [0x1454E]={
195839  category="lo",
195840  description="ANATOLIAN HIEROGLYPH A297",
195841  direction="l",
195842  linebreak="al",
195843  unicodeslot=0x1454E,
195844 },
195845 [0x1454F]={
195846  category="lo",
195847  description="ANATOLIAN HIEROGLYPH A298",
195848  direction="l",
195849  linebreak="al",
195850  unicodeslot=0x1454F,
195851 },
195852 [0x14550]={
195853  category="lo",
195854  description="ANATOLIAN HIEROGLYPH A299",
195855  direction="l",
195856  linebreak="al",
195857  unicodeslot=0x14550,
195858 },
195859 [0x14551]={
195860  category="lo",
195861  description="ANATOLIAN HIEROGLYPH A299A",
195862  direction="l",
195863  linebreak="al",
195864  unicodeslot=0x14551,
195865 },
195866 [0x14552]={
195867  category="lo",
195868  description="ANATOLIAN HIEROGLYPH A300",
195869  direction="l",
195870  linebreak="al",
195871  unicodeslot=0x14552,
195872 },
195873 [0x14553]={
195874  category="lo",
195875  description="ANATOLIAN HIEROGLYPH A301",
195876  direction="l",
195877  linebreak="al",
195878  unicodeslot=0x14553,
195879 },
195880 [0x14554]={
195881  category="lo",
195882  description="ANATOLIAN HIEROGLYPH A302",
195883  direction="l",
195884  linebreak="al",
195885  unicodeslot=0x14554,
195886 },
195887 [0x14555]={
195888  category="lo",
195889  description="ANATOLIAN HIEROGLYPH A303",
195890  direction="l",
195891  linebreak="al",
195892  unicodeslot=0x14555,
195893 },
195894 [0x14556]={
195895  category="lo",
195896  description="ANATOLIAN HIEROGLYPH A304",
195897  direction="l",
195898  linebreak="al",
195899  unicodeslot=0x14556,
195900 },
195901 [0x14557]={
195902  category="lo",
195903  description="ANATOLIAN HIEROGLYPH A305",
195904  direction="l",
195905  linebreak="al",
195906  unicodeslot=0x14557,
195907 },
195908 [0x14558]={
195909  category="lo",
195910  description="ANATOLIAN HIEROGLYPH A306",
195911  direction="l",
195912  linebreak="al",
195913  unicodeslot=0x14558,
195914 },
195915 [0x14559]={
195916  category="lo",
195917  description="ANATOLIAN HIEROGLYPH A307",
195918  direction="l",
195919  linebreak="al",
195920  unicodeslot=0x14559,
195921 },
195922 [0x1455A]={
195923  category="lo",
195924  description="ANATOLIAN HIEROGLYPH A308",
195925  direction="l",
195926  linebreak="al",
195927  unicodeslot=0x1455A,
195928 },
195929 [0x1455B]={
195930  category="lo",
195931  description="ANATOLIAN HIEROGLYPH A309",
195932  direction="l",
195933  linebreak="al",
195934  unicodeslot=0x1455B,
195935 },
195936 [0x1455C]={
195937  category="lo",
195938  description="ANATOLIAN HIEROGLYPH A309A",
195939  direction="l",
195940  linebreak="al",
195941  unicodeslot=0x1455C,
195942 },
195943 [0x1455D]={
195944  category="lo",
195945  description="ANATOLIAN HIEROGLYPH A310",
195946  direction="l",
195947  linebreak="al",
195948  unicodeslot=0x1455D,
195949 },
195950 [0x1455E]={
195951  category="lo",
195952  description="ANATOLIAN HIEROGLYPH A311",
195953  direction="l",
195954  linebreak="al",
195955  unicodeslot=0x1455E,
195956 },
195957 [0x1455F]={
195958  category="lo",
195959  description="ANATOLIAN HIEROGLYPH A312",
195960  direction="l",
195961  linebreak="al",
195962  unicodeslot=0x1455F,
195963 },
195964 [0x14560]={
195965  category="lo",
195966  description="ANATOLIAN HIEROGLYPH A313",
195967  direction="l",
195968  linebreak="al",
195969  unicodeslot=0x14560,
195970 },
195971 [0x14561]={
195972  category="lo",
195973  description="ANATOLIAN HIEROGLYPH A314",
195974  direction="l",
195975  linebreak="al",
195976  unicodeslot=0x14561,
195977 },
195978 [0x14562]={
195979  category="lo",
195980  description="ANATOLIAN HIEROGLYPH A315",
195981  direction="l",
195982  linebreak="al",
195983  unicodeslot=0x14562,
195984 },
195985 [0x14563]={
195986  category="lo",
195987  description="ANATOLIAN HIEROGLYPH A316",
195988  direction="l",
195989  linebreak="al",
195990  unicodeslot=0x14563,
195991 },
195992 [0x14564]={
195993  category="lo",
195994  description="ANATOLIAN HIEROGLYPH A317",
195995  direction="l",
195996  linebreak="al",
195997  unicodeslot=0x14564,
195998 },
195999 [0x14565]={
196000  category="lo",
196001  description="ANATOLIAN HIEROGLYPH A318",
196002  direction="l",
196003  linebreak="al",
196004  unicodeslot=0x14565,
196005 },
196006 [0x14566]={
196007  category="lo",
196008  description="ANATOLIAN HIEROGLYPH A319",
196009  direction="l",
196010  linebreak="al",
196011  unicodeslot=0x14566,
196012 },
196013 [0x14567]={
196014  category="lo",
196015  description="ANATOLIAN HIEROGLYPH A320",
196016  direction="l",
196017  linebreak="al",
196018  unicodeslot=0x14567,
196019 },
196020 [0x14568]={
196021  category="lo",
196022  description="ANATOLIAN HIEROGLYPH A321",
196023  direction="l",
196024  linebreak="al",
196025  unicodeslot=0x14568,
196026 },
196027 [0x14569]={
196028  category="lo",
196029  description="ANATOLIAN HIEROGLYPH A322",
196030  direction="l",
196031  linebreak="al",
196032  unicodeslot=0x14569,
196033 },
196034 [0x1456A]={
196035  category="lo",
196036  description="ANATOLIAN HIEROGLYPH A323",
196037  direction="l",
196038  linebreak="al",
196039  unicodeslot=0x1456A,
196040 },
196041 [0x1456B]={
196042  category="lo",
196043  description="ANATOLIAN HIEROGLYPH A324",
196044  direction="l",
196045  linebreak="al",
196046  unicodeslot=0x1456B,
196047 },
196048 [0x1456C]={
196049  category="lo",
196050  description="ANATOLIAN HIEROGLYPH A325",
196051  direction="l",
196052  linebreak="al",
196053  unicodeslot=0x1456C,
196054 },
196055 [0x1456D]={
196056  category="lo",
196057  description="ANATOLIAN HIEROGLYPH A326",
196058  direction="l",
196059  linebreak="al",
196060  unicodeslot=0x1456D,
196061 },
196062 [0x1456E]={
196063  category="lo",
196064  description="ANATOLIAN HIEROGLYPH A327",
196065  direction="l",
196066  linebreak="al",
196067  unicodeslot=0x1456E,
196068 },
196069 [0x1456F]={
196070  category="lo",
196071  description="ANATOLIAN HIEROGLYPH A328",
196072  direction="l",
196073  linebreak="al",
196074  unicodeslot=0x1456F,
196075 },
196076 [0x14570]={
196077  category="lo",
196078  description="ANATOLIAN HIEROGLYPH A329",
196079  direction="l",
196080  linebreak="al",
196081  unicodeslot=0x14570,
196082 },
196083 [0x14571]={
196084  category="lo",
196085  description="ANATOLIAN HIEROGLYPH A329A",
196086  direction="l",
196087  linebreak="al",
196088  unicodeslot=0x14571,
196089 },
196090 [0x14572]={
196091  category="lo",
196092  description="ANATOLIAN HIEROGLYPH A330",
196093  direction="l",
196094  linebreak="al",
196095  unicodeslot=0x14572,
196096 },
196097 [0x14573]={
196098  category="lo",
196099  description="ANATOLIAN HIEROGLYPH A331",
196100  direction="l",
196101  linebreak="al",
196102  unicodeslot=0x14573,
196103 },
196104 [0x14574]={
196105  category="lo",
196106  description="ANATOLIAN HIEROGLYPH A332A",
196107  direction="l",
196108  linebreak="al",
196109  unicodeslot=0x14574,
196110 },
196111 [0x14575]={
196112  category="lo",
196113  description="ANATOLIAN HIEROGLYPH A332B",
196114  direction="l",
196115  linebreak="al",
196116  unicodeslot=0x14575,
196117 },
196118 [0x14576]={
196119  category="lo",
196120  description="ANATOLIAN HIEROGLYPH A332C",
196121  direction="l",
196122  linebreak="al",
196123  unicodeslot=0x14576,
196124 },
196125 [0x14577]={
196126  category="lo",
196127  description="ANATOLIAN HIEROGLYPH A333",
196128  direction="l",
196129  linebreak="al",
196130  unicodeslot=0x14577,
196131 },
196132 [0x14578]={
196133  category="lo",
196134  description="ANATOLIAN HIEROGLYPH A334",
196135  direction="l",
196136  linebreak="al",
196137  unicodeslot=0x14578,
196138 },
196139 [0x14579]={
196140  category="lo",
196141  description="ANATOLIAN HIEROGLYPH A335",
196142  direction="l",
196143  linebreak="al",
196144  unicodeslot=0x14579,
196145 },
196146 [0x1457A]={
196147  category="lo",
196148  description="ANATOLIAN HIEROGLYPH A336",
196149  direction="l",
196150  linebreak="al",
196151  unicodeslot=0x1457A,
196152 },
196153 [0x1457B]={
196154  category="lo",
196155  description="ANATOLIAN HIEROGLYPH A336A",
196156  direction="l",
196157  linebreak="al",
196158  unicodeslot=0x1457B,
196159 },
196160 [0x1457C]={
196161  category="lo",
196162  description="ANATOLIAN HIEROGLYPH A336B",
196163  direction="l",
196164  linebreak="al",
196165  unicodeslot=0x1457C,
196166 },
196167 [0x1457D]={
196168  category="lo",
196169  description="ANATOLIAN HIEROGLYPH A336C",
196170  direction="l",
196171  linebreak="al",
196172  unicodeslot=0x1457D,
196173 },
196174 [0x1457E]={
196175  category="lo",
196176  description="ANATOLIAN HIEROGLYPH A337",
196177  direction="l",
196178  linebreak="al",
196179  unicodeslot=0x1457E,
196180 },
196181 [0x1457F]={
196182  category="lo",
196183  description="ANATOLIAN HIEROGLYPH A338",
196184  direction="l",
196185  linebreak="al",
196186  unicodeslot=0x1457F,
196187 },
196188 [0x14580]={
196189  category="lo",
196190  description="ANATOLIAN HIEROGLYPH A339",
196191  direction="l",
196192  linebreak="al",
196193  unicodeslot=0x14580,
196194 },
196195 [0x14581]={
196196  category="lo",
196197  description="ANATOLIAN HIEROGLYPH A340",
196198  direction="l",
196199  linebreak="al",
196200  unicodeslot=0x14581,
196201 },
196202 [0x14582]={
196203  category="lo",
196204  description="ANATOLIAN HIEROGLYPH A341",
196205  direction="l",
196206  linebreak="al",
196207  unicodeslot=0x14582,
196208 },
196209 [0x14583]={
196210  category="lo",
196211  description="ANATOLIAN HIEROGLYPH A342",
196212  direction="l",
196213  linebreak="al",
196214  unicodeslot=0x14583,
196215 },
196216 [0x14584]={
196217  category="lo",
196218  description="ANATOLIAN HIEROGLYPH A343",
196219  direction="l",
196220  linebreak="al",
196221  unicodeslot=0x14584,
196222 },
196223 [0x14585]={
196224  category="lo",
196225  description="ANATOLIAN HIEROGLYPH A344",
196226  direction="l",
196227  linebreak="al",
196228  unicodeslot=0x14585,
196229 },
196230 [0x14586]={
196231  category="lo",
196232  description="ANATOLIAN HIEROGLYPH A345",
196233  direction="l",
196234  linebreak="al",
196235  unicodeslot=0x14586,
196236 },
196237 [0x14587]={
196238  category="lo",
196239  description="ANATOLIAN HIEROGLYPH A346",
196240  direction="l",
196241  linebreak="al",
196242  unicodeslot=0x14587,
196243 },
196244 [0x14588]={
196245  category="lo",
196246  description="ANATOLIAN HIEROGLYPH A347",
196247  direction="l",
196248  linebreak="al",
196249  unicodeslot=0x14588,
196250 },
196251 [0x14589]={
196252  category="lo",
196253  description="ANATOLIAN HIEROGLYPH A348",
196254  direction="l",
196255  linebreak="al",
196256  unicodeslot=0x14589,
196257 },
196258 [0x1458A]={
196259  category="lo",
196260  description="ANATOLIAN HIEROGLYPH A349",
196261  direction="l",
196262  linebreak="al",
196263  unicodeslot=0x1458A,
196264 },
196265 [0x1458B]={
196266  category="lo",
196267  description="ANATOLIAN HIEROGLYPH A350",
196268  direction="l",
196269  linebreak="al",
196270  unicodeslot=0x1458B,
196271 },
196272 [0x1458C]={
196273  category="lo",
196274  description="ANATOLIAN HIEROGLYPH A351",
196275  direction="l",
196276  linebreak="al",
196277  unicodeslot=0x1458C,
196278 },
196279 [0x1458D]={
196280  category="lo",
196281  description="ANATOLIAN HIEROGLYPH A352",
196282  direction="l",
196283  linebreak="al",
196284  unicodeslot=0x1458D,
196285 },
196286 [0x1458E]={
196287  category="lo",
196288  description="ANATOLIAN HIEROGLYPH A353",
196289  direction="l",
196290  linebreak="al",
196291  unicodeslot=0x1458E,
196292 },
196293 [0x1458F]={
196294  category="lo",
196295  description="ANATOLIAN HIEROGLYPH A354",
196296  direction="l",
196297  linebreak="al",
196298  unicodeslot=0x1458F,
196299 },
196300 [0x14590]={
196301  category="lo",
196302  description="ANATOLIAN HIEROGLYPH A355",
196303  direction="l",
196304  linebreak="al",
196305  unicodeslot=0x14590,
196306 },
196307 [0x14591]={
196308  category="lo",
196309  description="ANATOLIAN HIEROGLYPH A356",
196310  direction="l",
196311  linebreak="al",
196312  unicodeslot=0x14591,
196313 },
196314 [0x14592]={
196315  category="lo",
196316  description="ANATOLIAN HIEROGLYPH A357",
196317  direction="l",
196318  linebreak="al",
196319  unicodeslot=0x14592,
196320 },
196321 [0x14593]={
196322  category="lo",
196323  description="ANATOLIAN HIEROGLYPH A358",
196324  direction="l",
196325  linebreak="al",
196326  unicodeslot=0x14593,
196327 },
196328 [0x14594]={
196329  category="lo",
196330  description="ANATOLIAN HIEROGLYPH A359",
196331  direction="l",
196332  linebreak="al",
196333  unicodeslot=0x14594,
196334 },
196335 [0x14595]={
196336  category="lo",
196337  description="ANATOLIAN HIEROGLYPH A359A",
196338  direction="l",
196339  linebreak="al",
196340  unicodeslot=0x14595,
196341 },
196342 [0x14596]={
196343  category="lo",
196344  description="ANATOLIAN HIEROGLYPH A360",
196345  direction="l",
196346  linebreak="al",
196347  unicodeslot=0x14596,
196348 },
196349 [0x14597]={
196350  category="lo",
196351  description="ANATOLIAN HIEROGLYPH A361",
196352  direction="l",
196353  linebreak="al",
196354  unicodeslot=0x14597,
196355 },
196356 [0x14598]={
196357  category="lo",
196358  description="ANATOLIAN HIEROGLYPH A362",
196359  direction="l",
196360  linebreak="al",
196361  unicodeslot=0x14598,
196362 },
196363 [0x14599]={
196364  category="lo",
196365  description="ANATOLIAN HIEROGLYPH A363",
196366  direction="l",
196367  linebreak="al",
196368  unicodeslot=0x14599,
196369 },
196370 [0x1459A]={
196371  category="lo",
196372  description="ANATOLIAN HIEROGLYPH A364",
196373  direction="l",
196374  linebreak="al",
196375  unicodeslot=0x1459A,
196376 },
196377 [0x1459B]={
196378  category="lo",
196379  description="ANATOLIAN HIEROGLYPH A364A",
196380  direction="l",
196381  linebreak="al",
196382  unicodeslot=0x1459B,
196383 },
196384 [0x1459C]={
196385  category="lo",
196386  description="ANATOLIAN HIEROGLYPH A365",
196387  direction="l",
196388  linebreak="al",
196389  unicodeslot=0x1459C,
196390 },
196391 [0x1459D]={
196392  category="lo",
196393  description="ANATOLIAN HIEROGLYPH A366",
196394  direction="l",
196395  linebreak="al",
196396  unicodeslot=0x1459D,
196397 },
196398 [0x1459E]={
196399  category="lo",
196400  description="ANATOLIAN HIEROGLYPH A367",
196401  direction="l",
196402  linebreak="al",
196403  unicodeslot=0x1459E,
196404 },
196405 [0x1459F]={
196406  category="lo",
196407  description="ANATOLIAN HIEROGLYPH A368",
196408  direction="l",
196409  linebreak="al",
196410  unicodeslot=0x1459F,
196411 },
196412 [0x145A0]={
196413  category="lo",
196414  description="ANATOLIAN HIEROGLYPH A368A",
196415  direction="l",
196416  linebreak="al",
196417  unicodeslot=0x145A0,
196418 },
196419 [0x145A1]={
196420  category="lo",
196421  description="ANATOLIAN HIEROGLYPH A369",
196422  direction="l",
196423  linebreak="al",
196424  unicodeslot=0x145A1,
196425 },
196426 [0x145A2]={
196427  category="lo",
196428  description="ANATOLIAN HIEROGLYPH A370",
196429  direction="l",
196430  linebreak="al",
196431  unicodeslot=0x145A2,
196432 },
196433 [0x145A3]={
196434  category="lo",
196435  description="ANATOLIAN HIEROGLYPH A371",
196436  direction="l",
196437  linebreak="al",
196438  unicodeslot=0x145A3,
196439 },
196440 [0x145A4]={
196441  category="lo",
196442  description="ANATOLIAN HIEROGLYPH A371A",
196443  direction="l",
196444  linebreak="al",
196445  unicodeslot=0x145A4,
196446 },
196447 [0x145A5]={
196448  category="lo",
196449  description="ANATOLIAN HIEROGLYPH A372",
196450  direction="l",
196451  linebreak="al",
196452  unicodeslot=0x145A5,
196453 },
196454 [0x145A6]={
196455  category="lo",
196456  description="ANATOLIAN HIEROGLYPH A373",
196457  direction="l",
196458  linebreak="al",
196459  unicodeslot=0x145A6,
196460 },
196461 [0x145A7]={
196462  category="lo",
196463  description="ANATOLIAN HIEROGLYPH A374",
196464  direction="l",
196465  linebreak="al",
196466  unicodeslot=0x145A7,
196467 },
196468 [0x145A8]={
196469  category="lo",
196470  description="ANATOLIAN HIEROGLYPH A375",
196471  direction="l",
196472  linebreak="al",
196473  unicodeslot=0x145A8,
196474 },
196475 [0x145A9]={
196476  category="lo",
196477  description="ANATOLIAN HIEROGLYPH A376",
196478  direction="l",
196479  linebreak="al",
196480  unicodeslot=0x145A9,
196481 },
196482 [0x145AA]={
196483  category="lo",
196484  description="ANATOLIAN HIEROGLYPH A377",
196485  direction="l",
196486  linebreak="al",
196487  unicodeslot=0x145AA,
196488 },
196489 [0x145AB]={
196490  category="lo",
196491  description="ANATOLIAN HIEROGLYPH A378",
196492  direction="l",
196493  linebreak="al",
196494  unicodeslot=0x145AB,
196495 },
196496 [0x145AC]={
196497  category="lo",
196498  description="ANATOLIAN HIEROGLYPH A379",
196499  direction="l",
196500  linebreak="al",
196501  unicodeslot=0x145AC,
196502 },
196503 [0x145AD]={
196504  category="lo",
196505  description="ANATOLIAN HIEROGLYPH A380",
196506  direction="l",
196507  linebreak="al",
196508  unicodeslot=0x145AD,
196509 },
196510 [0x145AE]={
196511  category="lo",
196512  description="ANATOLIAN HIEROGLYPH A381",
196513  direction="l",
196514  linebreak="al",
196515  unicodeslot=0x145AE,
196516 },
196517 [0x145AF]={
196518  category="lo",
196519  description="ANATOLIAN HIEROGLYPH A381A",
196520  direction="l",
196521  linebreak="al",
196522  unicodeslot=0x145AF,
196523 },
196524 [0x145B0]={
196525  category="lo",
196526  description="ANATOLIAN HIEROGLYPH A382",
196527  direction="l",
196528  linebreak="al",
196529  unicodeslot=0x145B0,
196530 },
196531 [0x145B1]={
196532  category="lo",
196533  description="ANATOLIAN HIEROGLYPH A383 RA OR RI",
196534  direction="l",
196535  linebreak="al",
196536  unicodeslot=0x145B1,
196537 },
196538 [0x145B2]={
196539  category="lo",
196540  description="ANATOLIAN HIEROGLYPH A383A",
196541  direction="l",
196542  linebreak="al",
196543  unicodeslot=0x145B2,
196544 },
196545 [0x145B3]={
196546  category="lo",
196547  description="ANATOLIAN HIEROGLYPH A384",
196548  direction="l",
196549  linebreak="al",
196550  unicodeslot=0x145B3,
196551 },
196552 [0x145B4]={
196553  category="lo",
196554  description="ANATOLIAN HIEROGLYPH A385",
196555  direction="l",
196556  linebreak="al",
196557  unicodeslot=0x145B4,
196558 },
196559 [0x145B5]={
196560  category="lo",
196561  description="ANATOLIAN HIEROGLYPH A386",
196562  direction="l",
196563  linebreak="al",
196564  unicodeslot=0x145B5,
196565 },
196566 [0x145B6]={
196567  category="lo",
196568  description="ANATOLIAN HIEROGLYPH A386A",
196569  direction="l",
196570  linebreak="al",
196571  unicodeslot=0x145B6,
196572 },
196573 [0x145B7]={
196574  category="lo",
196575  description="ANATOLIAN HIEROGLYPH A387",
196576  direction="l",
196577  linebreak="al",
196578  unicodeslot=0x145B7,
196579 },
196580 [0x145B8]={
196581  category="lo",
196582  description="ANATOLIAN HIEROGLYPH A388",
196583  direction="l",
196584  linebreak="al",
196585  unicodeslot=0x145B8,
196586 },
196587 [0x145B9]={
196588  category="lo",
196589  description="ANATOLIAN HIEROGLYPH A389",
196590  direction="l",
196591  linebreak="al",
196592  unicodeslot=0x145B9,
196593 },
196594 [0x145BA]={
196595  category="lo",
196596  description="ANATOLIAN HIEROGLYPH A390",
196597  direction="l",
196598  linebreak="al",
196599  unicodeslot=0x145BA,
196600 },
196601 [0x145BB]={
196602  category="lo",
196603  description="ANATOLIAN HIEROGLYPH A391",
196604  direction="l",
196605  linebreak="al",
196606  unicodeslot=0x145BB,
196607 },
196608 [0x145BC]={
196609  category="lo",
196610  description="ANATOLIAN HIEROGLYPH A392",
196611  direction="l",
196612  linebreak="al",
196613  unicodeslot=0x145BC,
196614 },
196615 [0x145BD]={
196616  category="lo",
196617  description="ANATOLIAN HIEROGLYPH A393 EIGHT",
196618  direction="l",
196619  linebreak="al",
196620  unicodeslot=0x145BD,
196621 },
196622 [0x145BE]={
196623  category="lo",
196624  description="ANATOLIAN HIEROGLYPH A394",
196625  direction="l",
196626  linebreak="al",
196627  unicodeslot=0x145BE,
196628 },
196629 [0x145BF]={
196630  category="lo",
196631  description="ANATOLIAN HIEROGLYPH A395",
196632  direction="l",
196633  linebreak="al",
196634  unicodeslot=0x145BF,
196635 },
196636 [0x145C0]={
196637  category="lo",
196638  description="ANATOLIAN HIEROGLYPH A396",
196639  direction="l",
196640  linebreak="al",
196641  unicodeslot=0x145C0,
196642 },
196643 [0x145C1]={
196644  category="lo",
196645  description="ANATOLIAN HIEROGLYPH A397",
196646  direction="l",
196647  linebreak="al",
196648  unicodeslot=0x145C1,
196649 },
196650 [0x145C2]={
196651  category="lo",
196652  description="ANATOLIAN HIEROGLYPH A398",
196653  direction="l",
196654  linebreak="al",
196655  unicodeslot=0x145C2,
196656 },
196657 [0x145C3]={
196658  category="lo",
196659  description="ANATOLIAN HIEROGLYPH A399",
196660  direction="l",
196661  linebreak="al",
196662  unicodeslot=0x145C3,
196663 },
196664 [0x145C4]={
196665  category="lo",
196666  description="ANATOLIAN HIEROGLYPH A400",
196667  direction="l",
196668  linebreak="al",
196669  unicodeslot=0x145C4,
196670 },
196671 [0x145C5]={
196672  category="lo",
196673  description="ANATOLIAN HIEROGLYPH A401",
196674  direction="l",
196675  linebreak="al",
196676  unicodeslot=0x145C5,
196677 },
196678 [0x145C6]={
196679  category="lo",
196680  description="ANATOLIAN HIEROGLYPH A402",
196681  direction="l",
196682  linebreak="al",
196683  unicodeslot=0x145C6,
196684 },
196685 [0x145C7]={
196686  category="lo",
196687  description="ANATOLIAN HIEROGLYPH A403",
196688  direction="l",
196689  linebreak="al",
196690  unicodeslot=0x145C7,
196691 },
196692 [0x145C8]={
196693  category="lo",
196694  description="ANATOLIAN HIEROGLYPH A404",
196695  direction="l",
196696  linebreak="al",
196697  unicodeslot=0x145C8,
196698 },
196699 [0x145C9]={
196700  category="lo",
196701  description="ANATOLIAN HIEROGLYPH A405",
196702  direction="l",
196703  linebreak="al",
196704  unicodeslot=0x145C9,
196705 },
196706 [0x145CA]={
196707  category="lo",
196708  description="ANATOLIAN HIEROGLYPH A406",
196709  direction="l",
196710  linebreak="al",
196711  unicodeslot=0x145CA,
196712 },
196713 [0x145CB]={
196714  category="lo",
196715  description="ANATOLIAN HIEROGLYPH A407",
196716  direction="l",
196717  linebreak="al",
196718  unicodeslot=0x145CB,
196719 },
196720 [0x145CC]={
196721  category="lo",
196722  description="ANATOLIAN HIEROGLYPH A408",
196723  direction="l",
196724  linebreak="al",
196725  unicodeslot=0x145CC,
196726 },
196727 [0x145CD]={
196728  category="lo",
196729  description="ANATOLIAN HIEROGLYPH A409",
196730  direction="l",
196731  linebreak="al",
196732  unicodeslot=0x145CD,
196733 },
196734 [0x145CE]={
196735  category="lo",
196736  description="ANATOLIAN HIEROGLYPH A410 BEGIN LOGOGRAM MARK",
196737  direction="l",
196738  linebreak="op",
196739  unicodeslot=0x145CE,
196740 },
196741 [0x145CF]={
196742  category="lo",
196743  description="ANATOLIAN HIEROGLYPH A410A END LOGOGRAM MARK",
196744  direction="l",
196745  linebreak="cl",
196746  unicodeslot=0x145CF,
196747 },
196748 [0x145D0]={
196749  category="lo",
196750  description="ANATOLIAN HIEROGLYPH A411",
196751  direction="l",
196752  linebreak="al",
196753  unicodeslot=0x145D0,
196754 },
196755 [0x145D1]={
196756  category="lo",
196757  description="ANATOLIAN HIEROGLYPH A412",
196758  direction="l",
196759  linebreak="al",
196760  unicodeslot=0x145D1,
196761 },
196762 [0x145D2]={
196763  category="lo",
196764  description="ANATOLIAN HIEROGLYPH A413",
196765  direction="l",
196766  linebreak="al",
196767  unicodeslot=0x145D2,
196768 },
196769 [0x145D3]={
196770  category="lo",
196771  description="ANATOLIAN HIEROGLYPH A414",
196772  direction="l",
196773  linebreak="al",
196774  unicodeslot=0x145D3,
196775 },
196776 [0x145D4]={
196777  category="lo",
196778  description="ANATOLIAN HIEROGLYPH A415",
196779  direction="l",
196780  linebreak="al",
196781  unicodeslot=0x145D4,
196782 },
196783 [0x145D5]={
196784  category="lo",
196785  description="ANATOLIAN HIEROGLYPH A416",
196786  direction="l",
196787  linebreak="al",
196788  unicodeslot=0x145D5,
196789 },
196790 [0x145D6]={
196791  category="lo",
196792  description="ANATOLIAN HIEROGLYPH A417",
196793  direction="l",
196794  linebreak="al",
196795  unicodeslot=0x145D6,
196796 },
196797 [0x145D7]={
196798  category="lo",
196799  description="ANATOLIAN HIEROGLYPH A418",
196800  direction="l",
196801  linebreak="al",
196802  unicodeslot=0x145D7,
196803 },
196804 [0x145D8]={
196805  category="lo",
196806  description="ANATOLIAN HIEROGLYPH A419",
196807  direction="l",
196808  linebreak="al",
196809  unicodeslot=0x145D8,
196810 },
196811 [0x145D9]={
196812  category="lo",
196813  description="ANATOLIAN HIEROGLYPH A420",
196814  direction="l",
196815  linebreak="al",
196816  unicodeslot=0x145D9,
196817 },
196818 [0x145DA]={
196819  category="lo",
196820  description="ANATOLIAN HIEROGLYPH A421",
196821  direction="l",
196822  linebreak="al",
196823  unicodeslot=0x145DA,
196824 },
196825 [0x145DB]={
196826  category="lo",
196827  description="ANATOLIAN HIEROGLYPH A422",
196828  direction="l",
196829  linebreak="al",
196830  unicodeslot=0x145DB,
196831 },
196832 [0x145DC]={
196833  category="lo",
196834  description="ANATOLIAN HIEROGLYPH A423",
196835  direction="l",
196836  linebreak="al",
196837  unicodeslot=0x145DC,
196838 },
196839 [0x145DD]={
196840  category="lo",
196841  description="ANATOLIAN HIEROGLYPH A424",
196842  direction="l",
196843  linebreak="al",
196844  unicodeslot=0x145DD,
196845 },
196846 [0x145DE]={
196847  category="lo",
196848  description="ANATOLIAN HIEROGLYPH A425",
196849  direction="l",
196850  linebreak="al",
196851  unicodeslot=0x145DE,
196852 },
196853 [0x145DF]={
196854  category="lo",
196855  description="ANATOLIAN HIEROGLYPH A426",
196856  direction="l",
196857  linebreak="al",
196858  unicodeslot=0x145DF,
196859 },
196860 [0x145E0]={
196861  category="lo",
196862  description="ANATOLIAN HIEROGLYPH A427",
196863  direction="l",
196864  linebreak="al",
196865  unicodeslot=0x145E0,
196866 },
196867 [0x145E1]={
196868  category="lo",
196869  description="ANATOLIAN HIEROGLYPH A428",
196870  direction="l",
196871  linebreak="al",
196872  unicodeslot=0x145E1,
196873 },
196874 [0x145E2]={
196875  category="lo",
196876  description="ANATOLIAN HIEROGLYPH A429",
196877  direction="l",
196878  linebreak="al",
196879  unicodeslot=0x145E2,
196880 },
196881 [0x145E3]={
196882  category="lo",
196883  description="ANATOLIAN HIEROGLYPH A430",
196884  direction="l",
196885  linebreak="al",
196886  unicodeslot=0x145E3,
196887 },
196888 [0x145E4]={
196889  category="lo",
196890  description="ANATOLIAN HIEROGLYPH A431",
196891  direction="l",
196892  linebreak="al",
196893  unicodeslot=0x145E4,
196894 },
196895 [0x145E5]={
196896  category="lo",
196897  description="ANATOLIAN HIEROGLYPH A432",
196898  direction="l",
196899  linebreak="al",
196900  unicodeslot=0x145E5,
196901 },
196902 [0x145E6]={
196903  category="lo",
196904  description="ANATOLIAN HIEROGLYPH A433",
196905  direction="l",
196906  linebreak="al",
196907  unicodeslot=0x145E6,
196908 },
196909 [0x145E7]={
196910  category="lo",
196911  description="ANATOLIAN HIEROGLYPH A434",
196912  direction="l",
196913  linebreak="al",
196914  unicodeslot=0x145E7,
196915 },
196916 [0x145E8]={
196917  category="lo",
196918  description="ANATOLIAN HIEROGLYPH A435",
196919  direction="l",
196920  linebreak="al",
196921  unicodeslot=0x145E8,
196922 },
196923 [0x145E9]={
196924  category="lo",
196925  description="ANATOLIAN HIEROGLYPH A436",
196926  direction="l",
196927  linebreak="al",
196928  unicodeslot=0x145E9,
196929 },
196930 [0x145EA]={
196931  category="lo",
196932  description="ANATOLIAN HIEROGLYPH A437",
196933  direction="l",
196934  linebreak="al",
196935  unicodeslot=0x145EA,
196936 },
196937 [0x145EB]={
196938  category="lo",
196939  description="ANATOLIAN HIEROGLYPH A438",
196940  direction="l",
196941  linebreak="al",
196942  unicodeslot=0x145EB,
196943 },
196944 [0x145EC]={
196945  category="lo",
196946  description="ANATOLIAN HIEROGLYPH A439",
196947  direction="l",
196948  linebreak="al",
196949  unicodeslot=0x145EC,
196950 },
196951 [0x145ED]={
196952  category="lo",
196953  description="ANATOLIAN HIEROGLYPH A440",
196954  direction="l",
196955  linebreak="al",
196956  unicodeslot=0x145ED,
196957 },
196958 [0x145EE]={
196959  category="lo",
196960  description="ANATOLIAN HIEROGLYPH A441",
196961  direction="l",
196962  linebreak="al",
196963  unicodeslot=0x145EE,
196964 },
196965 [0x145EF]={
196966  category="lo",
196967  description="ANATOLIAN HIEROGLYPH A442",
196968  direction="l",
196969  linebreak="al",
196970  unicodeslot=0x145EF,
196971 },
196972 [0x145F0]={
196973  category="lo",
196974  description="ANATOLIAN HIEROGLYPH A443",
196975  direction="l",
196976  linebreak="al",
196977  unicodeslot=0x145F0,
196978 },
196979 [0x145F1]={
196980  category="lo",
196981  description="ANATOLIAN HIEROGLYPH A444",
196982  direction="l",
196983  linebreak="al",
196984  unicodeslot=0x145F1,
196985 },
196986 [0x145F2]={
196987  category="lo",
196988  description="ANATOLIAN HIEROGLYPH A445",
196989  direction="l",
196990  linebreak="al",
196991  unicodeslot=0x145F2,
196992 },
196993 [0x145F3]={
196994  category="lo",
196995  description="ANATOLIAN HIEROGLYPH A446",
196996  direction="l",
196997  linebreak="al",
196998  unicodeslot=0x145F3,
196999 },
197000 [0x145F4]={
197001  category="lo",
197002  description="ANATOLIAN HIEROGLYPH A447",
197003  direction="l",
197004  linebreak="al",
197005  unicodeslot=0x145F4,
197006 },
197007 [0x145F5]={
197008  category="lo",
197009  description="ANATOLIAN HIEROGLYPH A448",
197010  direction="l",
197011  linebreak="al",
197012  unicodeslot=0x145F5,
197013 },
197014 [0x145F6]={
197015  category="lo",
197016  description="ANATOLIAN HIEROGLYPH A449",
197017  direction="l",
197018  linebreak="al",
197019  unicodeslot=0x145F6,
197020 },
197021 [0x145F7]={
197022  category="lo",
197023  description="ANATOLIAN HIEROGLYPH A450",
197024  direction="l",
197025  linebreak="al",
197026  unicodeslot=0x145F7,
197027 },
197028 [0x145F8]={
197029  category="lo",
197030  description="ANATOLIAN HIEROGLYPH A450A",
197031  direction="l",
197032  linebreak="al",
197033  unicodeslot=0x145F8,
197034 },
197035 [0x145F9]={
197036  category="lo",
197037  description="ANATOLIAN HIEROGLYPH A451",
197038  direction="l",
197039  linebreak="al",
197040  unicodeslot=0x145F9,
197041 },
197042 [0x145FA]={
197043  category="lo",
197044  description="ANATOLIAN HIEROGLYPH A452",
197045  direction="l",
197046  linebreak="al",
197047  unicodeslot=0x145FA,
197048 },
197049 [0x145FB]={
197050  category="lo",
197051  description="ANATOLIAN HIEROGLYPH A453",
197052  direction="l",
197053  linebreak="al",
197054  unicodeslot=0x145FB,
197055 },
197056 [0x145FC]={
197057  category="lo",
197058  description="ANATOLIAN HIEROGLYPH A454",
197059  direction="l",
197060  linebreak="al",
197061  unicodeslot=0x145FC,
197062 },
197063 [0x145FD]={
197064  category="lo",
197065  description="ANATOLIAN HIEROGLYPH A455",
197066  direction="l",
197067  linebreak="al",
197068  unicodeslot=0x145FD,
197069 },
197070 [0x145FE]={
197071  category="lo",
197072  description="ANATOLIAN HIEROGLYPH A456",
197073  direction="l",
197074  linebreak="al",
197075  unicodeslot=0x145FE,
197076 },
197077 [0x145FF]={
197078  category="lo",
197079  description="ANATOLIAN HIEROGLYPH A457",
197080  direction="l",
197081  linebreak="al",
197082  unicodeslot=0x145FF,
197083 },
197084 [0x14600]={
197085  category="lo",
197086  description="ANATOLIAN HIEROGLYPH A457A",
197087  direction="l",
197088  linebreak="al",
197089  unicodeslot=0x14600,
197090 },
197091 [0x14601]={
197092  category="lo",
197093  description="ANATOLIAN HIEROGLYPH A458",
197094  direction="l",
197095  linebreak="al",
197096  unicodeslot=0x14601,
197097 },
197098 [0x14602]={
197099  category="lo",
197100  description="ANATOLIAN HIEROGLYPH A459",
197101  direction="l",
197102  linebreak="al",
197103  unicodeslot=0x14602,
197104 },
197105 [0x14603]={
197106  category="lo",
197107  description="ANATOLIAN HIEROGLYPH A460",
197108  direction="l",
197109  linebreak="al",
197110  unicodeslot=0x14603,
197111 },
197112 [0x14604]={
197113  category="lo",
197114  description="ANATOLIAN HIEROGLYPH A461",
197115  direction="l",
197116  linebreak="al",
197117  unicodeslot=0x14604,
197118 },
197119 [0x14605]={
197120  category="lo",
197121  description="ANATOLIAN HIEROGLYPH A462",
197122  direction="l",
197123  linebreak="al",
197124  unicodeslot=0x14605,
197125 },
197126 [0x14606]={
197127  category="lo",
197128  description="ANATOLIAN HIEROGLYPH A463",
197129  direction="l",
197130  linebreak="al",
197131  unicodeslot=0x14606,
197132 },
197133 [0x14607]={
197134  category="lo",
197135  description="ANATOLIAN HIEROGLYPH A464",
197136  direction="l",
197137  linebreak="al",
197138  unicodeslot=0x14607,
197139 },
197140 [0x14608]={
197141  category="lo",
197142  description="ANATOLIAN HIEROGLYPH A465",
197143  direction="l",
197144  linebreak="al",
197145  unicodeslot=0x14608,
197146 },
197147 [0x14609]={
197148  category="lo",
197149  description="ANATOLIAN HIEROGLYPH A466",
197150  direction="l",
197151  linebreak="al",
197152  unicodeslot=0x14609,
197153 },
197154 [0x1460A]={
197155  category="lo",
197156  description="ANATOLIAN HIEROGLYPH A467",
197157  direction="l",
197158  linebreak="al",
197159  unicodeslot=0x1460A,
197160 },
197161 [0x1460B]={
197162  category="lo",
197163  description="ANATOLIAN HIEROGLYPH A468",
197164  direction="l",
197165  linebreak="al",
197166  unicodeslot=0x1460B,
197167 },
197168 [0x1460C]={
197169  category="lo",
197170  description="ANATOLIAN HIEROGLYPH A469",
197171  direction="l",
197172  linebreak="al",
197173  unicodeslot=0x1460C,
197174 },
197175 [0x1460D]={
197176  category="lo",
197177  description="ANATOLIAN HIEROGLYPH A470",
197178  direction="l",
197179  linebreak="al",
197180  unicodeslot=0x1460D,
197181 },
197182 [0x1460E]={
197183  category="lo",
197184  description="ANATOLIAN HIEROGLYPH A471",
197185  direction="l",
197186  linebreak="al",
197187  unicodeslot=0x1460E,
197188 },
197189 [0x1460F]={
197190  category="lo",
197191  description="ANATOLIAN HIEROGLYPH A472",
197192  direction="l",
197193  linebreak="al",
197194  unicodeslot=0x1460F,
197195 },
197196 [0x14610]={
197197  category="lo",
197198  description="ANATOLIAN HIEROGLYPH A473",
197199  direction="l",
197200  linebreak="al",
197201  unicodeslot=0x14610,
197202 },
197203 [0x14611]={
197204  category="lo",
197205  description="ANATOLIAN HIEROGLYPH A474",
197206  direction="l",
197207  linebreak="al",
197208  unicodeslot=0x14611,
197209 },
197210 [0x14612]={
197211  category="lo",
197212  description="ANATOLIAN HIEROGLYPH A475",
197213  direction="l",
197214  linebreak="al",
197215  unicodeslot=0x14612,
197216 },
197217 [0x14613]={
197218  category="lo",
197219  description="ANATOLIAN HIEROGLYPH A476",
197220  direction="l",
197221  linebreak="al",
197222  unicodeslot=0x14613,
197223 },
197224 [0x14614]={
197225  category="lo",
197226  description="ANATOLIAN HIEROGLYPH A477",
197227  direction="l",
197228  linebreak="al",
197229  unicodeslot=0x14614,
197230 },
197231 [0x14615]={
197232  category="lo",
197233  description="ANATOLIAN HIEROGLYPH A478",
197234  direction="l",
197235  linebreak="al",
197236  unicodeslot=0x14615,
197237 },
197238 [0x14616]={
197239  category="lo",
197240  description="ANATOLIAN HIEROGLYPH A479",
197241  direction="l",
197242  linebreak="al",
197243  unicodeslot=0x14616,
197244 },
197245 [0x14617]={
197246  category="lo",
197247  description="ANATOLIAN HIEROGLYPH A480",
197248  direction="l",
197249  linebreak="al",
197250  unicodeslot=0x14617,
197251 },
197252 [0x14618]={
197253  category="lo",
197254  description="ANATOLIAN HIEROGLYPH A481",
197255  direction="l",
197256  linebreak="al",
197257  unicodeslot=0x14618,
197258 },
197259 [0x14619]={
197260  category="lo",
197261  description="ANATOLIAN HIEROGLYPH A482",
197262  direction="l",
197263  linebreak="al",
197264  unicodeslot=0x14619,
197265 },
197266 [0x1461A]={
197267  category="lo",
197268  description="ANATOLIAN HIEROGLYPH A483",
197269  direction="l",
197270  linebreak="al",
197271  unicodeslot=0x1461A,
197272 },
197273 [0x1461B]={
197274  category="lo",
197275  description="ANATOLIAN HIEROGLYPH A484",
197276  direction="l",
197277  linebreak="al",
197278  unicodeslot=0x1461B,
197279 },
197280 [0x1461C]={
197281  category="lo",
197282  description="ANATOLIAN HIEROGLYPH A485",
197283  direction="l",
197284  linebreak="al",
197285  unicodeslot=0x1461C,
197286 },
197287 [0x1461D]={
197288  category="lo",
197289  description="ANATOLIAN HIEROGLYPH A486",
197290  direction="l",
197291  linebreak="al",
197292  unicodeslot=0x1461D,
197293 },
197294 [0x1461E]={
197295  category="lo",
197296  description="ANATOLIAN HIEROGLYPH A487",
197297  direction="l",
197298  linebreak="al",
197299  unicodeslot=0x1461E,
197300 },
197301 [0x1461F]={
197302  category="lo",
197303  description="ANATOLIAN HIEROGLYPH A488",
197304  direction="l",
197305  linebreak="al",
197306  unicodeslot=0x1461F,
197307 },
197308 [0x14620]={
197309  category="lo",
197310  description="ANATOLIAN HIEROGLYPH A489",
197311  direction="l",
197312  linebreak="al",
197313  unicodeslot=0x14620,
197314 },
197315 [0x14621]={
197316  category="lo",
197317  description="ANATOLIAN HIEROGLYPH A490",
197318  direction="l",
197319  linebreak="al",
197320  unicodeslot=0x14621,
197321 },
197322 [0x14622]={
197323  category="lo",
197324  description="ANATOLIAN HIEROGLYPH A491",
197325  direction="l",
197326  linebreak="al",
197327  unicodeslot=0x14622,
197328 },
197329 [0x14623]={
197330  category="lo",
197331  description="ANATOLIAN HIEROGLYPH A492",
197332  direction="l",
197333  linebreak="al",
197334  unicodeslot=0x14623,
197335 },
197336 [0x14624]={
197337  category="lo",
197338  description="ANATOLIAN HIEROGLYPH A493",
197339  direction="l",
197340  linebreak="al",
197341  unicodeslot=0x14624,
197342 },
197343 [0x14625]={
197344  category="lo",
197345  description="ANATOLIAN HIEROGLYPH A494",
197346  direction="l",
197347  linebreak="al",
197348  unicodeslot=0x14625,
197349 },
197350 [0x14626]={
197351  category="lo",
197352  description="ANATOLIAN HIEROGLYPH A495",
197353  direction="l",
197354  linebreak="al",
197355  unicodeslot=0x14626,
197356 },
197357 [0x14627]={
197358  category="lo",
197359  description="ANATOLIAN HIEROGLYPH A496",
197360  direction="l",
197361  linebreak="al",
197362  unicodeslot=0x14627,
197363 },
197364 [0x14628]={
197365  category="lo",
197366  description="ANATOLIAN HIEROGLYPH A497",
197367  direction="l",
197368  linebreak="al",
197369  unicodeslot=0x14628,
197370 },
197371 [0x14629]={
197372  category="lo",
197373  description="ANATOLIAN HIEROGLYPH A501",
197374  direction="l",
197375  linebreak="al",
197376  unicodeslot=0x14629,
197377 },
197378 [0x1462A]={
197379  category="lo",
197380  description="ANATOLIAN HIEROGLYPH A502",
197381  direction="l",
197382  linebreak="al",
197383  unicodeslot=0x1462A,
197384 },
197385 [0x1462B]={
197386  category="lo",
197387  description="ANATOLIAN HIEROGLYPH A503",
197388  direction="l",
197389  linebreak="al",
197390  unicodeslot=0x1462B,
197391 },
197392 [0x1462C]={
197393  category="lo",
197394  description="ANATOLIAN HIEROGLYPH A504",
197395  direction="l",
197396  linebreak="al",
197397  unicodeslot=0x1462C,
197398 },
197399 [0x1462D]={
197400  category="lo",
197401  description="ANATOLIAN HIEROGLYPH A505",
197402  direction="l",
197403  linebreak="al",
197404  unicodeslot=0x1462D,
197405 },
197406 [0x1462E]={
197407  category="lo",
197408  description="ANATOLIAN HIEROGLYPH A506",
197409  direction="l",
197410  linebreak="al",
197411  unicodeslot=0x1462E,
197412 },
197413 [0x1462F]={
197414  category="lo",
197415  description="ANATOLIAN HIEROGLYPH A507",
197416  direction="l",
197417  linebreak="al",
197418  unicodeslot=0x1462F,
197419 },
197420 [0x14630]={
197421  category="lo",
197422  description="ANATOLIAN HIEROGLYPH A508",
197423  direction="l",
197424  linebreak="al",
197425  unicodeslot=0x14630,
197426 },
197427 [0x14631]={
197428  category="lo",
197429  description="ANATOLIAN HIEROGLYPH A509",
197430  direction="l",
197431  linebreak="al",
197432  unicodeslot=0x14631,
197433 },
197434 [0x14632]={
197435  category="lo",
197436  description="ANATOLIAN HIEROGLYPH A510",
197437  direction="l",
197438  linebreak="al",
197439  unicodeslot=0x14632,
197440 },
197441 [0x14633]={
197442  category="lo",
197443  description="ANATOLIAN HIEROGLYPH A511",
197444  direction="l",
197445  linebreak="al",
197446  unicodeslot=0x14633,
197447 },
197448 [0x14634]={
197449  category="lo",
197450  description="ANATOLIAN HIEROGLYPH A512",
197451  direction="l",
197452  linebreak="al",
197453  unicodeslot=0x14634,
197454 },
197455 [0x14635]={
197456  category="lo",
197457  description="ANATOLIAN HIEROGLYPH A513",
197458  direction="l",
197459  linebreak="al",
197460  unicodeslot=0x14635,
197461 },
197462 [0x14636]={
197463  category="lo",
197464  description="ANATOLIAN HIEROGLYPH A514",
197465  direction="l",
197466  linebreak="al",
197467  unicodeslot=0x14636,
197468 },
197469 [0x14637]={
197470  category="lo",
197471  description="ANATOLIAN HIEROGLYPH A515",
197472  direction="l",
197473  linebreak="al",
197474  unicodeslot=0x14637,
197475 },
197476 [0x14638]={
197477  category="lo",
197478  description="ANATOLIAN HIEROGLYPH A516",
197479  direction="l",
197480  linebreak="al",
197481  unicodeslot=0x14638,
197482 },
197483 [0x14639]={
197484  category="lo",
197485  description="ANATOLIAN HIEROGLYPH A517",
197486  direction="l",
197487  linebreak="al",
197488  unicodeslot=0x14639,
197489 },
197490 [0x1463A]={
197491  category="lo",
197492  description="ANATOLIAN HIEROGLYPH A518",
197493  direction="l",
197494  linebreak="al",
197495  unicodeslot=0x1463A,
197496 },
197497 [0x1463B]={
197498  category="lo",
197499  description="ANATOLIAN HIEROGLYPH A519",
197500  direction="l",
197501  linebreak="al",
197502  unicodeslot=0x1463B,
197503 },
197504 [0x1463C]={
197505  category="lo",
197506  description="ANATOLIAN HIEROGLYPH A520",
197507  direction="l",
197508  linebreak="al",
197509  unicodeslot=0x1463C,
197510 },
197511 [0x1463D]={
197512  category="lo",
197513  description="ANATOLIAN HIEROGLYPH A521",
197514  direction="l",
197515  linebreak="al",
197516  unicodeslot=0x1463D,
197517 },
197518 [0x1463E]={
197519  category="lo",
197520  description="ANATOLIAN HIEROGLYPH A522",
197521  direction="l",
197522  linebreak="al",
197523  unicodeslot=0x1463E,
197524 },
197525 [0x1463F]={
197526  category="lo",
197527  description="ANATOLIAN HIEROGLYPH A523",
197528  direction="l",
197529  linebreak="al",
197530  unicodeslot=0x1463F,
197531 },
197532 [0x14640]={
197533  category="lo",
197534  description="ANATOLIAN HIEROGLYPH A524",
197535  direction="l",
197536  linebreak="al",
197537  unicodeslot=0x14640,
197538 },
197539 [0x14641]={
197540  category="lo",
197541  description="ANATOLIAN HIEROGLYPH A525",
197542  direction="l",
197543  linebreak="al",
197544  unicodeslot=0x14641,
197545 },
197546 [0x14642]={
197547  category="lo",
197548  description="ANATOLIAN HIEROGLYPH A526",
197549  direction="l",
197550  linebreak="al",
197551  unicodeslot=0x14642,
197552 },
197553 [0x14643]={
197554  category="lo",
197555  description="ANATOLIAN HIEROGLYPH A527",
197556  direction="l",
197557  linebreak="al",
197558  unicodeslot=0x14643,
197559 },
197560 [0x14644]={
197561  category="lo",
197562  description="ANATOLIAN HIEROGLYPH A528",
197563  direction="l",
197564  linebreak="al",
197565  unicodeslot=0x14644,
197566 },
197567 [0x14645]={
197568  category="lo",
197569  description="ANATOLIAN HIEROGLYPH A529",
197570  direction="l",
197571  linebreak="al",
197572  unicodeslot=0x14645,
197573 },
197574 [0x14646]={
197575  category="lo",
197576  description="ANATOLIAN HIEROGLYPH A530",
197577  direction="l",
197578  linebreak="al",
197579  unicodeslot=0x14646,
197580 },
197581 [0x16800]={
197582  category="lo",
197583  description="BAMUM LETTER PHASE-A NGKUE MFON",
197584  direction="l",
197585  linebreak="al",
197586  unicodeslot=0x16800,
197587 },
197588 [0x16801]={
197589  category="lo",
197590  description="BAMUM LETTER PHASE-A GBIEE FON",
197591  direction="l",
197592  linebreak="al",
197593  unicodeslot=0x16801,
197594 },
197595 [0x16802]={
197596  category="lo",
197597  description="BAMUM LETTER PHASE-A PON MFON PIPAEMGBIEE",
197598  direction="l",
197599  linebreak="al",
197600  unicodeslot=0x16802,
197601 },
197602 [0x16803]={
197603  category="lo",
197604  description="BAMUM LETTER PHASE-A PON MFON PIPAEMBA",
197605  direction="l",
197606  linebreak="al",
197607  unicodeslot=0x16803,
197608 },
197609 [0x16804]={
197610  category="lo",
197611  description="BAMUM LETTER PHASE-A NAA MFON",
197612  direction="l",
197613  linebreak="al",
197614  unicodeslot=0x16804,
197615 },
197616 [0x16805]={
197617  category="lo",
197618  description="BAMUM LETTER PHASE-A SHUENSHUET",
197619  direction="l",
197620  linebreak="al",
197621  unicodeslot=0x16805,
197622 },
197623 [0x16806]={
197624  category="lo",
197625  description="BAMUM LETTER PHASE-A TITA MFON",
197626  direction="l",
197627  linebreak="al",
197628  unicodeslot=0x16806,
197629 },
197630 [0x16807]={
197631  category="lo",
197632  description="BAMUM LETTER PHASE-A NZA MFON",
197633  direction="l",
197634  linebreak="al",
197635  unicodeslot=0x16807,
197636 },
197637 [0x16808]={
197638  category="lo",
197639  description="BAMUM LETTER PHASE-A SHINDA PA NJI",
197640  direction="l",
197641  linebreak="al",
197642  unicodeslot=0x16808,
197643 },
197644 [0x16809]={
197645  category="lo",
197646  description="BAMUM LETTER PHASE-A PON PA NJI PIPAEMGBIEE",
197647  direction="l",
197648  linebreak="al",
197649  unicodeslot=0x16809,
197650 },
197651 [0x1680A]={
197652  category="lo",
197653  description="BAMUM LETTER PHASE-A PON PA NJI PIPAEMBA",
197654  direction="l",
197655  linebreak="al",
197656  unicodeslot=0x1680A,
197657 },
197658 [0x1680B]={
197659  category="lo",
197660  description="BAMUM LETTER PHASE-A MAEMBGBIEE",
197661  direction="l",
197662  linebreak="al",
197663  unicodeslot=0x1680B,
197664 },
197665 [0x1680C]={
197666  category="lo",
197667  description="BAMUM LETTER PHASE-A TU MAEMBA",
197668  direction="l",
197669  linebreak="al",
197670  unicodeslot=0x1680C,
197671 },
197672 [0x1680D]={
197673  category="lo",
197674  description="BAMUM LETTER PHASE-A NGANGU",
197675  direction="l",
197676  linebreak="al",
197677  unicodeslot=0x1680D,
197678 },
197679 [0x1680E]={
197680  category="lo",
197681  description="BAMUM LETTER PHASE-A MAEMVEUX",
197682  direction="l",
197683  linebreak="al",
197684  unicodeslot=0x1680E,
197685 },
197686 [0x1680F]={
197687  category="lo",
197688  description="BAMUM LETTER PHASE-A MANSUAE",
197689  direction="l",
197690  linebreak="al",
197691  unicodeslot=0x1680F,
197692 },
197693 [0x16810]={
197694  category="lo",
197695  description="BAMUM LETTER PHASE-A MVEUAENGAM",
197696  direction="l",
197697  linebreak="al",
197698  unicodeslot=0x16810,
197699 },
197700 [0x16811]={
197701  category="lo",
197702  description="BAMUM LETTER PHASE-A SEUNYAM",
197703  direction="l",
197704  linebreak="al",
197705  unicodeslot=0x16811,
197706 },
197707 [0x16812]={
197708  category="lo",
197709  description="BAMUM LETTER PHASE-A NTOQPEN",
197710  direction="l",
197711  linebreak="al",
197712  unicodeslot=0x16812,
197713 },
197714 [0x16813]={
197715  category="lo",
197716  description="BAMUM LETTER PHASE-A KEUKEUTNDA",
197717  direction="l",
197718  linebreak="al",
197719  unicodeslot=0x16813,
197720 },
197721 [0x16814]={
197722  category="lo",
197723  description="BAMUM LETTER PHASE-A NKINDI",
197724  direction="l",
197725  linebreak="al",
197726  unicodeslot=0x16814,
197727 },
197728 [0x16815]={
197729  category="lo",
197730  description="BAMUM LETTER PHASE-A SUU",
197731  direction="l",
197732  linebreak="al",
197733  unicodeslot=0x16815,
197734 },
197735 [0x16816]={
197736  category="lo",
197737  description="BAMUM LETTER PHASE-A NGKUENZEUM",
197738  direction="l",
197739  linebreak="al",
197740  unicodeslot=0x16816,
197741 },
197742 [0x16817]={
197743  category="lo",
197744  description="BAMUM LETTER PHASE-A LAPAQ",
197745  direction="l",
197746  linebreak="al",
197747  unicodeslot=0x16817,
197748 },
197749 [0x16818]={
197750  category="lo",
197751  description="BAMUM LETTER PHASE-A LET KUT",
197752  direction="l",
197753  linebreak="al",
197754  unicodeslot=0x16818,
197755 },
197756 [0x16819]={
197757  category="lo",
197758  description="BAMUM LETTER PHASE-A NTAP MFAA",
197759  direction="l",
197760  linebreak="al",
197761  unicodeslot=0x16819,
197762 },
197763 [0x1681A]={
197764  category="lo",
197765  description="BAMUM LETTER PHASE-A MAEKEUP",
197766  direction="l",
197767  linebreak="al",
197768  unicodeslot=0x1681A,
197769 },
197770 [0x1681B]={
197771  category="lo",
197772  description="BAMUM LETTER PHASE-A PASHAE",
197773  direction="l",
197774  linebreak="al",
197775  unicodeslot=0x1681B,
197776 },
197777 [0x1681C]={
197778  category="lo",
197779  description="BAMUM LETTER PHASE-A GHEUAERAE",
197780  direction="l",
197781  linebreak="al",
197782  unicodeslot=0x1681C,
197783 },
197784 [0x1681D]={
197785  category="lo",
197786  description="BAMUM LETTER PHASE-A PAMSHAE",
197787  direction="l",
197788  linebreak="al",
197789  unicodeslot=0x1681D,
197790 },
197791 [0x1681E]={
197792  category="lo",
197793  description="BAMUM LETTER PHASE-A MON NGGEUAET",
197794  direction="l",
197795  linebreak="al",
197796  unicodeslot=0x1681E,
197797 },
197798 [0x1681F]={
197799  category="lo",
197800  description="BAMUM LETTER PHASE-A NZUN MEUT",
197801  direction="l",
197802  linebreak="al",
197803  unicodeslot=0x1681F,
197804 },
197805 [0x16820]={
197806  category="lo",
197807  description="BAMUM LETTER PHASE-A U YUQ NAE",
197808  direction="l",
197809  linebreak="al",
197810  unicodeslot=0x16820,
197811 },
197812 [0x16821]={
197813  category="lo",
197814  description="BAMUM LETTER PHASE-A GHEUAEGHEUAE",
197815  direction="l",
197816  linebreak="al",
197817  unicodeslot=0x16821,
197818 },
197819 [0x16822]={
197820  category="lo",
197821  description="BAMUM LETTER PHASE-A NTAP NTAA",
197822  direction="l",
197823  linebreak="al",
197824  unicodeslot=0x16822,
197825 },
197826 [0x16823]={
197827  category="lo",
197828  description="BAMUM LETTER PHASE-A SISA",
197829  direction="l",
197830  linebreak="al",
197831  unicodeslot=0x16823,
197832 },
197833 [0x16824]={
197834  category="lo",
197835  description="BAMUM LETTER PHASE-A MGBASA",
197836  direction="l",
197837  linebreak="al",
197838  unicodeslot=0x16824,
197839 },
197840 [0x16825]={
197841  category="lo",
197842  description="BAMUM LETTER PHASE-A MEUNJOMNDEUQ",
197843  direction="l",
197844  linebreak="al",
197845  unicodeslot=0x16825,
197846 },
197847 [0x16826]={
197848  category="lo",
197849  description="BAMUM LETTER PHASE-A MOOMPUQ",
197850  direction="l",
197851  linebreak="al",
197852  unicodeslot=0x16826,
197853 },
197854 [0x16827]={
197855  category="lo",
197856  description="BAMUM LETTER PHASE-A KAFA",
197857  direction="l",
197858  linebreak="al",
197859  unicodeslot=0x16827,
197860 },
197861 [0x16828]={
197862  category="lo",
197863  description="BAMUM LETTER PHASE-A PA LEERAEWA",
197864  direction="l",
197865  linebreak="al",
197866  unicodeslot=0x16828,
197867 },
197868 [0x16829]={
197869  category="lo",
197870  description="BAMUM LETTER PHASE-A NDA LEERAEWA",
197871  direction="l",
197872  linebreak="al",
197873  unicodeslot=0x16829,
197874 },
197875 [0x1682A]={
197876  category="lo",
197877  description="BAMUM LETTER PHASE-A PET",
197878  direction="l",
197879  linebreak="al",
197880  unicodeslot=0x1682A,
197881 },
197882 [0x1682B]={
197883  category="lo",
197884  description="BAMUM LETTER PHASE-A MAEMKPEN",
197885  direction="l",
197886  linebreak="al",
197887  unicodeslot=0x1682B,
197888 },
197889 [0x1682C]={
197890  category="lo",
197891  description="BAMUM LETTER PHASE-A NIKA",
197892  direction="l",
197893  linebreak="al",
197894  unicodeslot=0x1682C,
197895 },
197896 [0x1682D]={
197897  category="lo",
197898  description="BAMUM LETTER PHASE-A PUP",
197899  direction="l",
197900  linebreak="al",
197901  unicodeslot=0x1682D,
197902 },
197903 [0x1682E]={
197904  category="lo",
197905  description="BAMUM LETTER PHASE-A TUAEP",
197906  direction="l",
197907  linebreak="al",
197908  unicodeslot=0x1682E,
197909 },
197910 [0x1682F]={
197911  category="lo",
197912  description="BAMUM LETTER PHASE-A LUAEP",
197913  direction="l",
197914  linebreak="al",
197915  unicodeslot=0x1682F,
197916 },
197917 [0x16830]={
197918  category="lo",
197919  description="BAMUM LETTER PHASE-A SONJAM",
197920  direction="l",
197921  linebreak="al",
197922  unicodeslot=0x16830,
197923 },
197924 [0x16831]={
197925  category="lo",
197926  description="BAMUM LETTER PHASE-A TEUTEUWEN",
197927  direction="l",
197928  linebreak="al",
197929  unicodeslot=0x16831,
197930 },
197931 [0x16832]={
197932  category="lo",
197933  description="BAMUM LETTER PHASE-A MAENYI",
197934  direction="l",
197935  linebreak="al",
197936  unicodeslot=0x16832,
197937 },
197938 [0x16833]={
197939  category="lo",
197940  description="BAMUM LETTER PHASE-A KET",
197941  direction="l",
197942  linebreak="al",
197943  unicodeslot=0x16833,
197944 },
197945 [0x16834]={
197946  category="lo",
197947  description="BAMUM LETTER PHASE-A NDAANGGEUAET",
197948  direction="l",
197949  linebreak="al",
197950  unicodeslot=0x16834,
197951 },
197952 [0x16835]={
197953  category="lo",
197954  description="BAMUM LETTER PHASE-A KUOQ",
197955  direction="l",
197956  linebreak="al",
197957  unicodeslot=0x16835,
197958 },
197959 [0x16836]={
197960  category="lo",
197961  description="BAMUM LETTER PHASE-A MOOMEUT",
197962  direction="l",
197963  linebreak="al",
197964  unicodeslot=0x16836,
197965 },
197966 [0x16837]={
197967  category="lo",
197968  description="BAMUM LETTER PHASE-A SHUM",
197969  direction="l",
197970  linebreak="al",
197971  unicodeslot=0x16837,
197972 },
197973 [0x16838]={
197974  category="lo",
197975  description="BAMUM LETTER PHASE-A LOMMAE",
197976  direction="l",
197977  linebreak="al",
197978  unicodeslot=0x16838,
197979 },
197980 [0x16839]={
197981  category="lo",
197982  description="BAMUM LETTER PHASE-A FIRI",
197983  direction="l",
197984  linebreak="al",
197985  unicodeslot=0x16839,
197986 },
197987 [0x1683A]={
197988  category="lo",
197989  description="BAMUM LETTER PHASE-A ROM",
197990  direction="l",
197991  linebreak="al",
197992  unicodeslot=0x1683A,
197993 },
197994 [0x1683B]={
197995  category="lo",
197996  description="BAMUM LETTER PHASE-A KPOQ",
197997  direction="l",
197998  linebreak="al",
197999  unicodeslot=0x1683B,
198000 },
198001 [0x1683C]={
198002  category="lo",
198003  description="BAMUM LETTER PHASE-A SOQ",
198004  direction="l",
198005  linebreak="al",
198006  unicodeslot=0x1683C,
198007 },
198008 [0x1683D]={
198009  category="lo",
198010  description="BAMUM LETTER PHASE-A MAP PIEET",
198011  direction="l",
198012  linebreak="al",
198013  unicodeslot=0x1683D,
198014 },
198015 [0x1683E]={
198016  category="lo",
198017  description="BAMUM LETTER PHASE-A SHIRAE",
198018  direction="l",
198019  linebreak="al",
198020  unicodeslot=0x1683E,
198021 },
198022 [0x1683F]={
198023  category="lo",
198024  description="BAMUM LETTER PHASE-A NTAP",
198025  direction="l",
198026  linebreak="al",
198027  unicodeslot=0x1683F,
198028 },
198029 [0x16840]={
198030  category="lo",
198031  description="BAMUM LETTER PHASE-A SHOQ NSHUT YUM",
198032  direction="l",
198033  linebreak="al",
198034  unicodeslot=0x16840,
198035 },
198036 [0x16841]={
198037  category="lo",
198038  description="BAMUM LETTER PHASE-A NYIT MONGKEUAEQ",
198039  direction="l",
198040  linebreak="al",
198041  unicodeslot=0x16841,
198042 },
198043 [0x16842]={
198044  category="lo",
198045  description="BAMUM LETTER PHASE-A PAARAE",
198046  direction="l",
198047  linebreak="al",
198048  unicodeslot=0x16842,
198049 },
198050 [0x16843]={
198051  category="lo",
198052  description="BAMUM LETTER PHASE-A NKAARAE",
198053  direction="l",
198054  linebreak="al",
198055  unicodeslot=0x16843,
198056 },
198057 [0x16844]={
198058  category="lo",
198059  description="BAMUM LETTER PHASE-A UNKNOWN",
198060  direction="l",
198061  linebreak="al",
198062  unicodeslot=0x16844,
198063 },
198064 [0x16845]={
198065  category="lo",
198066  description="BAMUM LETTER PHASE-A NGGEN",
198067  direction="l",
198068  linebreak="al",
198069  unicodeslot=0x16845,
198070 },
198071 [0x16846]={
198072  category="lo",
198073  description="BAMUM LETTER PHASE-A MAESI",
198074  direction="l",
198075  linebreak="al",
198076  unicodeslot=0x16846,
198077 },
198078 [0x16847]={
198079  category="lo",
198080  description="BAMUM LETTER PHASE-A NJAM",
198081  direction="l",
198082  linebreak="al",
198083  unicodeslot=0x16847,
198084 },
198085 [0x16848]={
198086  category="lo",
198087  description="BAMUM LETTER PHASE-A MBANYI",
198088  direction="l",
198089  linebreak="al",
198090  unicodeslot=0x16848,
198091 },
198092 [0x16849]={
198093  category="lo",
198094  description="BAMUM LETTER PHASE-A NYET",
198095  direction="l",
198096  linebreak="al",
198097  unicodeslot=0x16849,
198098 },
198099 [0x1684A]={
198100  category="lo",
198101  description="BAMUM LETTER PHASE-A TEUAEN",
198102  direction="l",
198103  linebreak="al",
198104  unicodeslot=0x1684A,
198105 },
198106 [0x1684B]={
198107  category="lo",
198108  description="BAMUM LETTER PHASE-A SOT",
198109  direction="l",
198110  linebreak="al",
198111  unicodeslot=0x1684B,
198112 },
198113 [0x1684C]={
198114  category="lo",
198115  description="BAMUM LETTER PHASE-A PAAM",
198116  direction="l",
198117  linebreak="al",
198118  unicodeslot=0x1684C,
198119 },
198120 [0x1684D]={
198121  category="lo",
198122  description="BAMUM LETTER PHASE-A NSHIEE",
198123  direction="l",
198124  linebreak="al",
198125  unicodeslot=0x1684D,
198126 },
198127 [0x1684E]={
198128  category="lo",
198129  description="BAMUM LETTER PHASE-A MAEM",
198130  direction="l",
198131  linebreak="al",
198132  unicodeslot=0x1684E,
198133 },
198134 [0x1684F]={
198135  category="lo",
198136  description="BAMUM LETTER PHASE-A NYI",
198137  direction="l",
198138  linebreak="al",
198139  unicodeslot=0x1684F,
198140 },
198141 [0x16850]={
198142  category="lo",
198143  description="BAMUM LETTER PHASE-A KAQ",
198144  direction="l",
198145  linebreak="al",
198146  unicodeslot=0x16850,
198147 },
198148 [0x16851]={
198149  category="lo",
198150  description="BAMUM LETTER PHASE-A NSHA",
198151  direction="l",
198152  linebreak="al",
198153  unicodeslot=0x16851,
198154 },
198155 [0x16852]={
198156  category="lo",
198157  description="BAMUM LETTER PHASE-A VEE",
198158  direction="l",
198159  linebreak="al",
198160  unicodeslot=0x16852,
198161 },
198162 [0x16853]={
198163  category="lo",
198164  description="BAMUM LETTER PHASE-A LU",
198165  direction="l",
198166  linebreak="al",
198167  unicodeslot=0x16853,
198168 },
198169 [0x16854]={
198170  category="lo",
198171  description="BAMUM LETTER PHASE-A NEN",
198172  direction="l",
198173  linebreak="al",
198174  unicodeslot=0x16854,
198175 },
198176 [0x16855]={
198177  category="lo",
198178  description="BAMUM LETTER PHASE-A NAQ",
198179  direction="l",
198180  linebreak="al",
198181  unicodeslot=0x16855,
198182 },
198183 [0x16856]={
198184  category="lo",
198185  description="BAMUM LETTER PHASE-A MBAQ",
198186  direction="l",
198187  linebreak="al",
198188  unicodeslot=0x16856,
198189 },
198190 [0x16857]={
198191  category="lo",
198192  description="BAMUM LETTER PHASE-B NSHUET",
198193  direction="l",
198194  linebreak="al",
198195  unicodeslot=0x16857,
198196 },
198197 [0x16858]={
198198  category="lo",
198199  description="BAMUM LETTER PHASE-B TU MAEMGBIEE",
198200  direction="l",
198201  linebreak="al",
198202  unicodeslot=0x16858,
198203 },
198204 [0x16859]={
198205  category="lo",
198206  description="BAMUM LETTER PHASE-B SIEE",
198207  direction="l",
198208  linebreak="al",
198209  unicodeslot=0x16859,
198210 },
198211 [0x1685A]={
198212  category="lo",
198213  description="BAMUM LETTER PHASE-B SET TU",
198214  direction="l",
198215  linebreak="al",
198216  unicodeslot=0x1685A,
198217 },
198218 [0x1685B]={
198219  category="lo",
198220  description="BAMUM LETTER PHASE-B LOM NTEUM",
198221  direction="l",
198222  linebreak="al",
198223  unicodeslot=0x1685B,
198224 },
198225 [0x1685C]={
198226  category="lo",
198227  description="BAMUM LETTER PHASE-B MBA MAELEE",
198228  direction="l",
198229  linebreak="al",
198230  unicodeslot=0x1685C,
198231 },
198232 [0x1685D]={
198233  category="lo",
198234  description="BAMUM LETTER PHASE-B KIEEM",
198235  direction="l",
198236  linebreak="al",
198237  unicodeslot=0x1685D,
198238 },
198239 [0x1685E]={
198240  category="lo",
198241  description="BAMUM LETTER PHASE-B YEURAE",
198242  direction="l",
198243  linebreak="al",
198244  unicodeslot=0x1685E,
198245 },
198246 [0x1685F]={
198247  category="lo",
198248  description="BAMUM LETTER PHASE-B MBAARAE",
198249  direction="l",
198250  linebreak="al",
198251  unicodeslot=0x1685F,
198252 },
198253 [0x16860]={
198254  category="lo",
198255  description="BAMUM LETTER PHASE-B KAM",
198256  direction="l",
198257  linebreak="al",
198258  unicodeslot=0x16860,
198259 },
198260 [0x16861]={
198261  category="lo",
198262  description="BAMUM LETTER PHASE-B PEESHI",
198263  direction="l",
198264  linebreak="al",
198265  unicodeslot=0x16861,
198266 },
198267 [0x16862]={
198268  category="lo",
198269  description="BAMUM LETTER PHASE-B YAFU LEERAEWA",
198270  direction="l",
198271  linebreak="al",
198272  unicodeslot=0x16862,
198273 },
198274 [0x16863]={
198275  category="lo",
198276  description="BAMUM LETTER PHASE-B LAM NSHUT NYAM",
198277  direction="l",
198278  linebreak="al",
198279  unicodeslot=0x16863,
198280 },
198281 [0x16864]={
198282  category="lo",
198283  description="BAMUM LETTER PHASE-B NTIEE SHEUOQ",
198284  direction="l",
198285  linebreak="al",
198286  unicodeslot=0x16864,
198287 },
198288 [0x16865]={
198289  category="lo",
198290  description="BAMUM LETTER PHASE-B NDU NJAA",
198291  direction="l",
198292  linebreak="al",
198293  unicodeslot=0x16865,
198294 },
198295 [0x16866]={
198296  category="lo",
198297  description="BAMUM LETTER PHASE-B GHEUGHEUAEM",
198298  direction="l",
198299  linebreak="al",
198300  unicodeslot=0x16866,
198301 },
198302 [0x16867]={
198303  category="lo",
198304  description="BAMUM LETTER PHASE-B PIT",
198305  direction="l",
198306  linebreak="al",
198307  unicodeslot=0x16867,
198308 },
198309 [0x16868]={
198310  category="lo",
198311  description="BAMUM LETTER PHASE-B TU NSIEE",
198312  direction="l",
198313  linebreak="al",
198314  unicodeslot=0x16868,
198315 },
198316 [0x16869]={
198317  category="lo",
198318  description="BAMUM LETTER PHASE-B SHET NJAQ",
198319  direction="l",
198320  linebreak="al",
198321  unicodeslot=0x16869,
198322 },
198323 [0x1686A]={
198324  category="lo",
198325  description="BAMUM LETTER PHASE-B SHEUAEQTU",
198326  direction="l",
198327  linebreak="al",
198328  unicodeslot=0x1686A,
198329 },
198330 [0x1686B]={
198331  category="lo",
198332  description="BAMUM LETTER PHASE-B MFON TEUAEQ",
198333  direction="l",
198334  linebreak="al",
198335  unicodeslot=0x1686B,
198336 },
198337 [0x1686C]={
198338  category="lo",
198339  description="BAMUM LETTER PHASE-B MBIT MBAAKET",
198340  direction="l",
198341  linebreak="al",
198342  unicodeslot=0x1686C,
198343 },
198344 [0x1686D]={
198345  category="lo",
198346  description="BAMUM LETTER PHASE-B NYI NTEUM",
198347  direction="l",
198348  linebreak="al",
198349  unicodeslot=0x1686D,
198350 },
198351 [0x1686E]={
198352  category="lo",
198353  description="BAMUM LETTER PHASE-B KEUPUQ",
198354  direction="l",
198355  linebreak="al",
198356  unicodeslot=0x1686E,
198357 },
198358 [0x1686F]={
198359  category="lo",
198360  description="BAMUM LETTER PHASE-B GHEUGHEN",
198361  direction="l",
198362  linebreak="al",
198363  unicodeslot=0x1686F,
198364 },
198365 [0x16870]={
198366  category="lo",
198367  description="BAMUM LETTER PHASE-B KEUYEUX",
198368  direction="l",
198369  linebreak="al",
198370  unicodeslot=0x16870,
198371 },
198372 [0x16871]={
198373  category="lo",
198374  description="BAMUM LETTER PHASE-B LAANAE",
198375  direction="l",
198376  linebreak="al",
198377  unicodeslot=0x16871,
198378 },
198379 [0x16872]={
198380  category="lo",
198381  description="BAMUM LETTER PHASE-B PARUM",
198382  direction="l",
198383  linebreak="al",
198384  unicodeslot=0x16872,
198385 },
198386 [0x16873]={
198387  category="lo",
198388  description="BAMUM LETTER PHASE-B VEUM",
198389  direction="l",
198390  linebreak="al",
198391  unicodeslot=0x16873,
198392 },
198393 [0x16874]={
198394  category="lo",
198395  description="BAMUM LETTER PHASE-B NGKINDI MVOP",
198396  direction="l",
198397  linebreak="al",
198398  unicodeslot=0x16874,
198399 },
198400 [0x16875]={
198401  category="lo",
198402  description="BAMUM LETTER PHASE-B NGGEU MBU",
198403  direction="l",
198404  linebreak="al",
198405  unicodeslot=0x16875,
198406 },
198407 [0x16876]={
198408  category="lo",
198409  description="BAMUM LETTER PHASE-B WUAET",
198410  direction="l",
198411  linebreak="al",
198412  unicodeslot=0x16876,
198413 },
198414 [0x16877]={
198415  category="lo",
198416  description="BAMUM LETTER PHASE-B SAKEUAE",
198417  direction="l",
198418  linebreak="al",
198419  unicodeslot=0x16877,
198420 },
198421 [0x16878]={
198422  category="lo",
198423  description="BAMUM LETTER PHASE-B TAAM",
198424  direction="l",
198425  linebreak="al",
198426  unicodeslot=0x16878,
198427 },
198428 [0x16879]={
198429  category="lo",
198430  description="BAMUM LETTER PHASE-B MEUQ",
198431  direction="l",
198432  linebreak="al",
198433  unicodeslot=0x16879,
198434 },
198435 [0x1687A]={
198436  category="lo",
198437  description="BAMUM LETTER PHASE-B NGGUOQ",
198438  direction="l",
198439  linebreak="al",
198440  unicodeslot=0x1687A,
198441 },
198442 [0x1687B]={
198443  category="lo",
198444  description="BAMUM LETTER PHASE-B NGGUOQ LARGE",
198445  direction="l",
198446  linebreak="al",
198447  unicodeslot=0x1687B,
198448 },
198449 [0x1687C]={
198450  category="lo",
198451  description="BAMUM LETTER PHASE-B MFIYAQ",
198452  direction="l",
198453  linebreak="al",
198454  unicodeslot=0x1687C,
198455 },
198456 [0x1687D]={
198457  category="lo",
198458  description="BAMUM LETTER PHASE-B SUE",
198459  direction="l",
198460  linebreak="al",
198461  unicodeslot=0x1687D,
198462 },
198463 [0x1687E]={
198464  category="lo",
198465  description="BAMUM LETTER PHASE-B MBEURI",
198466  direction="l",
198467  linebreak="al",
198468  unicodeslot=0x1687E,
198469 },
198470 [0x1687F]={
198471  category="lo",
198472  description="BAMUM LETTER PHASE-B MONTIEEN",
198473  direction="l",
198474  linebreak="al",
198475  unicodeslot=0x1687F,
198476 },
198477 [0x16880]={
198478  category="lo",
198479  description="BAMUM LETTER PHASE-B NYAEMAE",
198480  direction="l",
198481  linebreak="al",
198482  unicodeslot=0x16880,
198483 },
198484 [0x16881]={
198485  category="lo",
198486  description="BAMUM LETTER PHASE-B PUNGAAM",
198487  direction="l",
198488  linebreak="al",
198489  unicodeslot=0x16881,
198490 },
198491 [0x16882]={
198492  category="lo",
198493  description="BAMUM LETTER PHASE-B MEUT NGGEET",
198494  direction="l",
198495  linebreak="al",
198496  unicodeslot=0x16882,
198497 },
198498 [0x16883]={
198499  category="lo",
198500  description="BAMUM LETTER PHASE-B FEUX",
198501  direction="l",
198502  linebreak="al",
198503  unicodeslot=0x16883,
198504 },
198505 [0x16884]={
198506  category="lo",
198507  description="BAMUM LETTER PHASE-B MBUOQ",
198508  direction="l",
198509  linebreak="al",
198510  unicodeslot=0x16884,
198511 },
198512 [0x16885]={
198513  category="lo",
198514  description="BAMUM LETTER PHASE-B FEE",
198515  direction="l",
198516  linebreak="al",
198517  unicodeslot=0x16885,
198518 },
198519 [0x16886]={
198520  category="lo",
198521  description="BAMUM LETTER PHASE-B KEUAEM",
198522  direction="l",
198523  linebreak="al",
198524  unicodeslot=0x16886,
198525 },
198526 [0x16887]={
198527  category="lo",
198528  description="BAMUM LETTER PHASE-B MA NJEUAENA",
198529  direction="l",
198530  linebreak="al",
198531  unicodeslot=0x16887,
198532 },
198533 [0x16888]={
198534  category="lo",
198535  description="BAMUM LETTER PHASE-B MA NJUQA",
198536  direction="l",
198537  linebreak="al",
198538  unicodeslot=0x16888,
198539 },
198540 [0x16889]={
198541  category="lo",
198542  description="BAMUM LETTER PHASE-B LET",
198543  direction="l",
198544  linebreak="al",
198545  unicodeslot=0x16889,
198546 },
198547 [0x1688A]={
198548  category="lo",
198549  description="BAMUM LETTER PHASE-B NGGAAM",
198550  direction="l",
198551  linebreak="al",
198552  unicodeslot=0x1688A,
198553 },
198554 [0x1688B]={
198555  category="lo",
198556  description="BAMUM LETTER PHASE-B NSEN",
198557  direction="l",
198558  linebreak="al",
198559  unicodeslot=0x1688B,
198560 },
198561 [0x1688C]={
198562  category="lo",
198563  description="BAMUM LETTER PHASE-B MA",
198564  direction="l",
198565  linebreak="al",
198566  unicodeslot=0x1688C,
198567 },
198568 [0x1688D]={
198569  category="lo",
198570  description="BAMUM LETTER PHASE-B KIQ",
198571  direction="l",
198572  linebreak="al",
198573  unicodeslot=0x1688D,
198574 },
198575 [0x1688E]={
198576  category="lo",
198577  description="BAMUM LETTER PHASE-B NGOM",
198578  direction="l",
198579  linebreak="al",
198580  unicodeslot=0x1688E,
198581 },
198582 [0x1688F]={
198583  category="lo",
198584  description="BAMUM LETTER PHASE-C NGKUE MAEMBA",
198585  direction="l",
198586  linebreak="al",
198587  unicodeslot=0x1688F,
198588 },
198589 [0x16890]={
198590  category="lo",
198591  description="BAMUM LETTER PHASE-C NZA",
198592  direction="l",
198593  linebreak="al",
198594  unicodeslot=0x16890,
198595 },
198596 [0x16891]={
198597  category="lo",
198598  description="BAMUM LETTER PHASE-C YUM",
198599  direction="l",
198600  linebreak="al",
198601  unicodeslot=0x16891,
198602 },
198603 [0x16892]={
198604  category="lo",
198605  description="BAMUM LETTER PHASE-C WANGKUOQ",
198606  direction="l",
198607  linebreak="al",
198608  unicodeslot=0x16892,
198609 },
198610 [0x16893]={
198611  category="lo",
198612  description="BAMUM LETTER PHASE-C NGGEN",
198613  direction="l",
198614  linebreak="al",
198615  unicodeslot=0x16893,
198616 },
198617 [0x16894]={
198618  category="lo",
198619  description="BAMUM LETTER PHASE-C NDEUAEREE",
198620  direction="l",
198621  linebreak="al",
198622  unicodeslot=0x16894,
198623 },
198624 [0x16895]={
198625  category="lo",
198626  description="BAMUM LETTER PHASE-C NGKAQ",
198627  direction="l",
198628  linebreak="al",
198629  unicodeslot=0x16895,
198630 },
198631 [0x16896]={
198632  category="lo",
198633  description="BAMUM LETTER PHASE-C GHARAE",
198634  direction="l",
198635  linebreak="al",
198636  unicodeslot=0x16896,
198637 },
198638 [0x16897]={
198639  category="lo",
198640  description="BAMUM LETTER PHASE-C MBEEKEET",
198641  direction="l",
198642  linebreak="al",
198643  unicodeslot=0x16897,
198644 },
198645 [0x16898]={
198646  category="lo",
198647  description="BAMUM LETTER PHASE-C GBAYI",
198648  direction="l",
198649  linebreak="al",
198650  unicodeslot=0x16898,
198651 },
198652 [0x16899]={
198653  category="lo",
198654  description="BAMUM LETTER PHASE-C NYIR MKPARAQ MEUN",
198655  direction="l",
198656  linebreak="al",
198657  unicodeslot=0x16899,
198658 },
198659 [0x1689A]={
198660  category="lo",
198661  description="BAMUM LETTER PHASE-C NTU MBIT",
198662  direction="l",
198663  linebreak="al",
198664  unicodeslot=0x1689A,
198665 },
198666 [0x1689B]={
198667  category="lo",
198668  description="BAMUM LETTER PHASE-C MBEUM",
198669  direction="l",
198670  linebreak="al",
198671  unicodeslot=0x1689B,
198672 },
198673 [0x1689C]={
198674  category="lo",
198675  description="BAMUM LETTER PHASE-C PIRIEEN",
198676  direction="l",
198677  linebreak="al",
198678  unicodeslot=0x1689C,
198679 },
198680 [0x1689D]={
198681  category="lo",
198682  description="BAMUM LETTER PHASE-C NDOMBU",
198683  direction="l",
198684  linebreak="al",
198685  unicodeslot=0x1689D,
198686 },
198687 [0x1689E]={
198688  category="lo",
198689  description="BAMUM LETTER PHASE-C MBAA CABBAGE-TREE",
198690  direction="l",
198691  linebreak="al",
198692  unicodeslot=0x1689E,
198693 },
198694 [0x1689F]={
198695  category="lo",
198696  description="BAMUM LETTER PHASE-C KEUSHEUAEP",
198697  direction="l",
198698  linebreak="al",
198699  unicodeslot=0x1689F,
198700 },
198701 [0x168A0]={
198702  category="lo",
198703  description="BAMUM LETTER PHASE-C GHAP",
198704  direction="l",
198705  linebreak="al",
198706  unicodeslot=0x168A0,
198707 },
198708 [0x168A1]={
198709  category="lo",
198710  description="BAMUM LETTER PHASE-C KEUKAQ",
198711  direction="l",
198712  linebreak="al",
198713  unicodeslot=0x168A1,
198714 },
198715 [0x168A2]={
198716  category="lo",
198717  description="BAMUM LETTER PHASE-C YU MUOMAE",
198718  direction="l",
198719  linebreak="al",
198720  unicodeslot=0x168A2,
198721 },
198722 [0x168A3]={
198723  category="lo",
198724  description="BAMUM LETTER PHASE-C NZEUM",
198725  direction="l",
198726  linebreak="al",
198727  unicodeslot=0x168A3,
198728 },
198729 [0x168A4]={
198730  category="lo",
198731  description="BAMUM LETTER PHASE-C MBUE",
198732  direction="l",
198733  linebreak="al",
198734  unicodeslot=0x168A4,
198735 },
198736 [0x168A5]={
198737  category="lo",
198738  description="BAMUM LETTER PHASE-C NSEUAEN",
198739  direction="l",
198740  linebreak="al",
198741  unicodeslot=0x168A5,
198742 },
198743 [0x168A6]={
198744  category="lo",
198745  description="BAMUM LETTER PHASE-C MBIT",
198746  direction="l",
198747  linebreak="al",
198748  unicodeslot=0x168A6,
198749 },
198750 [0x168A7]={
198751  category="lo",
198752  description="BAMUM LETTER PHASE-C YEUQ",
198753  direction="l",
198754  linebreak="al",
198755  unicodeslot=0x168A7,
198756 },
198757 [0x168A8]={
198758  category="lo",
198759  description="BAMUM LETTER PHASE-C KPARAQ",
198760  direction="l",
198761  linebreak="al",
198762  unicodeslot=0x168A8,
198763 },
198764 [0x168A9]={
198765  category="lo",
198766  description="BAMUM LETTER PHASE-C KAA",
198767  direction="l",
198768  linebreak="al",
198769  unicodeslot=0x168A9,
198770 },
198771 [0x168AA]={
198772  category="lo",
198773  description="BAMUM LETTER PHASE-C SEUX",
198774  direction="l",
198775  linebreak="al",
198776  unicodeslot=0x168AA,
198777 },
198778 [0x168AB]={
198779  category="lo",
198780  description="BAMUM LETTER PHASE-C NDIDA",
198781  direction="l",
198782  linebreak="al",
198783  unicodeslot=0x168AB,
198784 },
198785 [0x168AC]={
198786  category="lo",
198787  description="BAMUM LETTER PHASE-C TAASHAE",
198788  direction="l",
198789  linebreak="al",
198790  unicodeslot=0x168AC,
198791 },
198792 [0x168AD]={
198793  category="lo",
198794  description="BAMUM LETTER PHASE-C NJUEQ",
198795  direction="l",
198796  linebreak="al",
198797  unicodeslot=0x168AD,
198798 },
198799 [0x168AE]={
198800  category="lo",
198801  description="BAMUM LETTER PHASE-C TITA YUE",
198802  direction="l",
198803  linebreak="al",
198804  unicodeslot=0x168AE,
198805 },
198806 [0x168AF]={
198807  category="lo",
198808  description="BAMUM LETTER PHASE-C SUAET",
198809  direction="l",
198810  linebreak="al",
198811  unicodeslot=0x168AF,
198812 },
198813 [0x168B0]={
198814  category="lo",
198815  description="BAMUM LETTER PHASE-C NGGUAEN NYAM",
198816  direction="l",
198817  linebreak="al",
198818  unicodeslot=0x168B0,
198819 },
198820 [0x168B1]={
198821  category="lo",
198822  description="BAMUM LETTER PHASE-C VEUX",
198823  direction="l",
198824  linebreak="al",
198825  unicodeslot=0x168B1,
198826 },
198827 [0x168B2]={
198828  category="lo",
198829  description="BAMUM LETTER PHASE-C NANSANAQ",
198830  direction="l",
198831  linebreak="al",
198832  unicodeslot=0x168B2,
198833 },
198834 [0x168B3]={
198835  category="lo",
198836  description="BAMUM LETTER PHASE-C MA KEUAERI",
198837  direction="l",
198838  linebreak="al",
198839  unicodeslot=0x168B3,
198840 },
198841 [0x168B4]={
198842  category="lo",
198843  description="BAMUM LETTER PHASE-C NTAA",
198844  direction="l",
198845  linebreak="al",
198846  unicodeslot=0x168B4,
198847 },
198848 [0x168B5]={
198849  category="lo",
198850  description="BAMUM LETTER PHASE-C NGGUON",
198851  direction="l",
198852  linebreak="al",
198853  unicodeslot=0x168B5,
198854 },
198855 [0x168B6]={
198856  category="lo",
198857  description="BAMUM LETTER PHASE-C LAP",
198858  direction="l",
198859  linebreak="al",
198860  unicodeslot=0x168B6,
198861 },
198862 [0x168B7]={
198863  category="lo",
198864  description="BAMUM LETTER PHASE-C MBIRIEEN",
198865  direction="l",
198866  linebreak="al",
198867  unicodeslot=0x168B7,
198868 },
198869 [0x168B8]={
198870  category="lo",
198871  description="BAMUM LETTER PHASE-C MGBASAQ",
198872  direction="l",
198873  linebreak="al",
198874  unicodeslot=0x168B8,
198875 },
198876 [0x168B9]={
198877  category="lo",
198878  description="BAMUM LETTER PHASE-C NTEUNGBA",
198879  direction="l",
198880  linebreak="al",
198881  unicodeslot=0x168B9,
198882 },
198883 [0x168BA]={
198884  category="lo",
198885  description="BAMUM LETTER PHASE-C TEUTEUX",
198886  direction="l",
198887  linebreak="al",
198888  unicodeslot=0x168BA,
198889 },
198890 [0x168BB]={
198891  category="lo",
198892  description="BAMUM LETTER PHASE-C NGGUM",
198893  direction="l",
198894  linebreak="al",
198895  unicodeslot=0x168BB,
198896 },
198897 [0x168BC]={
198898  category="lo",
198899  description="BAMUM LETTER PHASE-C FUE",
198900  direction="l",
198901  linebreak="al",
198902  unicodeslot=0x168BC,
198903 },
198904 [0x168BD]={
198905  category="lo",
198906  description="BAMUM LETTER PHASE-C NDEUT",
198907  direction="l",
198908  linebreak="al",
198909  unicodeslot=0x168BD,
198910 },
198911 [0x168BE]={
198912  category="lo",
198913  description="BAMUM LETTER PHASE-C NSA",
198914  direction="l",
198915  linebreak="al",
198916  unicodeslot=0x168BE,
198917 },
198918 [0x168BF]={
198919  category="lo",
198920  description="BAMUM LETTER PHASE-C NSHAQ",
198921  direction="l",
198922  linebreak="al",
198923  unicodeslot=0x168BF,
198924 },
198925 [0x168C0]={
198926  category="lo",
198927  description="BAMUM LETTER PHASE-C BUNG",
198928  direction="l",
198929  linebreak="al",
198930  unicodeslot=0x168C0,
198931 },
198932 [0x168C1]={
198933  category="lo",
198934  description="BAMUM LETTER PHASE-C VEUAEPEN",
198935  direction="l",
198936  linebreak="al",
198937  unicodeslot=0x168C1,
198938 },
198939 [0x168C2]={
198940  category="lo",
198941  description="BAMUM LETTER PHASE-C MBERAE",
198942  direction="l",
198943  linebreak="al",
198944  unicodeslot=0x168C2,
198945 },
198946 [0x168C3]={
198947  category="lo",
198948  description="BAMUM LETTER PHASE-C RU",
198949  direction="l",
198950  linebreak="al",
198951  unicodeslot=0x168C3,
198952 },
198953 [0x168C4]={
198954  category="lo",
198955  description="BAMUM LETTER PHASE-C NJAEM",
198956  direction="l",
198957  linebreak="al",
198958  unicodeslot=0x168C4,
198959 },
198960 [0x168C5]={
198961  category="lo",
198962  description="BAMUM LETTER PHASE-C LAM",
198963  direction="l",
198964  linebreak="al",
198965  unicodeslot=0x168C5,
198966 },
198967 [0x168C6]={
198968  category="lo",
198969  description="BAMUM LETTER PHASE-C TITUAEP",
198970  direction="l",
198971  linebreak="al",
198972  unicodeslot=0x168C6,
198973 },
198974 [0x168C7]={
198975  category="lo",
198976  description="BAMUM LETTER PHASE-C NSUOT NGOM",
198977  direction="l",
198978  linebreak="al",
198979  unicodeslot=0x168C7,
198980 },
198981 [0x168C8]={
198982  category="lo",
198983  description="BAMUM LETTER PHASE-C NJEEEE",
198984  direction="l",
198985  linebreak="al",
198986  unicodeslot=0x168C8,
198987 },
198988 [0x168C9]={
198989  category="lo",
198990  description="BAMUM LETTER PHASE-C KET",
198991  direction="l",
198992  linebreak="al",
198993  unicodeslot=0x168C9,
198994 },
198995 [0x168CA]={
198996  category="lo",
198997  description="BAMUM LETTER PHASE-C NGGU",
198998  direction="l",
198999  linebreak="al",
199000  unicodeslot=0x168CA,
199001 },
199002 [0x168CB]={
199003  category="lo",
199004  description="BAMUM LETTER PHASE-C MAESI",
199005  direction="l",
199006  linebreak="al",
199007  unicodeslot=0x168CB,
199008 },
199009 [0x168CC]={
199010  category="lo",
199011  description="BAMUM LETTER PHASE-C MBUAEM",
199012  direction="l",
199013  linebreak="al",
199014  unicodeslot=0x168CC,
199015 },
199016 [0x168CD]={
199017  category="lo",
199018  description="BAMUM LETTER PHASE-C LU",
199019  direction="l",
199020  linebreak="al",
199021  unicodeslot=0x168CD,
199022 },
199023 [0x168CE]={
199024  category="lo",
199025  description="BAMUM LETTER PHASE-C KUT",
199026  direction="l",
199027  linebreak="al",
199028  unicodeslot=0x168CE,
199029 },
199030 [0x168CF]={
199031  category="lo",
199032  description="BAMUM LETTER PHASE-C NJAM",
199033  direction="l",
199034  linebreak="al",
199035  unicodeslot=0x168CF,
199036 },
199037 [0x168D0]={
199038  category="lo",
199039  description="BAMUM LETTER PHASE-C NGOM",
199040  direction="l",
199041  linebreak="al",
199042  unicodeslot=0x168D0,
199043 },
199044 [0x168D1]={
199045  category="lo",
199046  description="BAMUM LETTER PHASE-C WUP",
199047  direction="l",
199048  linebreak="al",
199049  unicodeslot=0x168D1,
199050 },
199051 [0x168D2]={
199052  category="lo",
199053  description="BAMUM LETTER PHASE-C NGGUEET",
199054  direction="l",
199055  linebreak="al",
199056  unicodeslot=0x168D2,
199057 },
199058 [0x168D3]={
199059  category="lo",
199060  description="BAMUM LETTER PHASE-C NSOM",
199061  direction="l",
199062  linebreak="al",
199063  unicodeslot=0x168D3,
199064 },
199065 [0x168D4]={
199066  category="lo",
199067  description="BAMUM LETTER PHASE-C NTEN",
199068  direction="l",
199069  linebreak="al",
199070  unicodeslot=0x168D4,
199071 },
199072 [0x168D5]={
199073  category="lo",
199074  description="BAMUM LETTER PHASE-C KUOP NKAARAE",
199075  direction="l",
199076  linebreak="al",
199077  unicodeslot=0x168D5,
199078 },
199079 [0x168D6]={
199080  category="lo",
199081  description="BAMUM LETTER PHASE-C NSUN",
199082  direction="l",
199083  linebreak="al",
199084  unicodeslot=0x168D6,
199085 },
199086 [0x168D7]={
199087  category="lo",
199088  description="BAMUM LETTER PHASE-C NDAM",
199089  direction="l",
199090  linebreak="al",
199091  unicodeslot=0x168D7,
199092 },
199093 [0x168D8]={
199094  category="lo",
199095  description="BAMUM LETTER PHASE-C MA NSIEE",
199096  direction="l",
199097  linebreak="al",
199098  unicodeslot=0x168D8,
199099 },
199100 [0x168D9]={
199101  category="lo",
199102  description="BAMUM LETTER PHASE-C YAA",
199103  direction="l",
199104  linebreak="al",
199105  unicodeslot=0x168D9,
199106 },
199107 [0x168DA]={
199108  category="lo",
199109  description="BAMUM LETTER PHASE-C NDAP",
199110  direction="l",
199111  linebreak="al",
199112  unicodeslot=0x168DA,
199113 },
199114 [0x168DB]={
199115  category="lo",
199116  description="BAMUM LETTER PHASE-C SHUEQ",
199117  direction="l",
199118  linebreak="al",
199119  unicodeslot=0x168DB,
199120 },
199121 [0x168DC]={
199122  category="lo",
199123  description="BAMUM LETTER PHASE-C SETFON",
199124  direction="l",
199125  linebreak="al",
199126  unicodeslot=0x168DC,
199127 },
199128 [0x168DD]={
199129  category="lo",
199130  description="BAMUM LETTER PHASE-C MBI",
199131  direction="l",
199132  linebreak="al",
199133  unicodeslot=0x168DD,
199134 },
199135 [0x168DE]={
199136  category="lo",
199137  description="BAMUM LETTER PHASE-C MAEMBA",
199138  direction="l",
199139  linebreak="al",
199140  unicodeslot=0x168DE,
199141 },
199142 [0x168DF]={
199143  category="lo",
199144  description="BAMUM LETTER PHASE-C MBANYI",
199145  direction="l",
199146  linebreak="al",
199147  unicodeslot=0x168DF,
199148 },
199149 [0x168E0]={
199150  category="lo",
199151  description="BAMUM LETTER PHASE-C KEUSEUX",
199152  direction="l",
199153  linebreak="al",
199154  unicodeslot=0x168E0,
199155 },
199156 [0x168E1]={
199157  category="lo",
199158  description="BAMUM LETTER PHASE-C MBEUX",
199159  direction="l",
199160  linebreak="al",
199161  unicodeslot=0x168E1,
199162 },
199163 [0x168E2]={
199164  category="lo",
199165  description="BAMUM LETTER PHASE-C KEUM",
199166  direction="l",
199167  linebreak="al",
199168  unicodeslot=0x168E2,
199169 },
199170 [0x168E3]={
199171  category="lo",
199172  description="BAMUM LETTER PHASE-C MBAA PICKET",
199173  direction="l",
199174  linebreak="al",
199175  unicodeslot=0x168E3,
199176 },
199177 [0x168E4]={
199178  category="lo",
199179  description="BAMUM LETTER PHASE-C YUWOQ",
199180  direction="l",
199181  linebreak="al",
199182  unicodeslot=0x168E4,
199183 },
199184 [0x168E5]={
199185  category="lo",
199186  description="BAMUM LETTER PHASE-C NJEUX",
199187  direction="l",
199188  linebreak="al",
199189  unicodeslot=0x168E5,
199190 },
199191 [0x168E6]={
199192  category="lo",
199193  description="BAMUM LETTER PHASE-C MIEE",
199194  direction="l",
199195  linebreak="al",
199196  unicodeslot=0x168E6,
199197 },
199198 [0x168E7]={
199199  category="lo",
199200  description="BAMUM LETTER PHASE-C MUAE",
199201  direction="l",
199202  linebreak="al",
199203  unicodeslot=0x168E7,
199204 },
199205 [0x168E8]={
199206  category="lo",
199207  description="BAMUM LETTER PHASE-C SHIQ",
199208  direction="l",
199209  linebreak="al",
199210  unicodeslot=0x168E8,
199211 },
199212 [0x168E9]={
199213  category="lo",
199214  description="BAMUM LETTER PHASE-C KEN LAW",
199215  direction="l",
199216  linebreak="al",
199217  unicodeslot=0x168E9,
199218 },
199219 [0x168EA]={
199220  category="lo",
199221  description="BAMUM LETTER PHASE-C KEN FATIGUE",
199222  direction="l",
199223  linebreak="al",
199224  unicodeslot=0x168EA,
199225 },
199226 [0x168EB]={
199227  category="lo",
199228  description="BAMUM LETTER PHASE-C NGAQ",
199229  direction="l",
199230  linebreak="al",
199231  unicodeslot=0x168EB,
199232 },
199233 [0x168EC]={
199234  category="lo",
199235  description="BAMUM LETTER PHASE-C NAQ",
199236  direction="l",
199237  linebreak="al",
199238  unicodeslot=0x168EC,
199239 },
199240 [0x168ED]={
199241  category="lo",
199242  description="BAMUM LETTER PHASE-C LIQ",
199243  direction="l",
199244  linebreak="al",
199245  unicodeslot=0x168ED,
199246 },
199247 [0x168EE]={
199248  category="lo",
199249  description="BAMUM LETTER PHASE-C PIN",
199250  direction="l",
199251  linebreak="al",
199252  unicodeslot=0x168EE,
199253 },
199254 [0x168EF]={
199255  category="lo",
199256  description="BAMUM LETTER PHASE-C PEN",
199257  direction="l",
199258  linebreak="al",
199259  unicodeslot=0x168EF,
199260 },
199261 [0x168F0]={
199262  category="lo",
199263  description="BAMUM LETTER PHASE-C TET",
199264  direction="l",
199265  linebreak="al",
199266  unicodeslot=0x168F0,
199267 },
199268 [0x168F1]={
199269  category="lo",
199270  description="BAMUM LETTER PHASE-D MBUO",
199271  direction="l",
199272  linebreak="al",
199273  unicodeslot=0x168F1,
199274 },
199275 [0x168F2]={
199276  category="lo",
199277  description="BAMUM LETTER PHASE-D WAP",
199278  direction="l",
199279  linebreak="al",
199280  unicodeslot=0x168F2,
199281 },
199282 [0x168F3]={
199283  category="lo",
199284  description="BAMUM LETTER PHASE-D NJI",
199285  direction="l",
199286  linebreak="al",
199287  unicodeslot=0x168F3,
199288 },
199289 [0x168F4]={
199290  category="lo",
199291  description="BAMUM LETTER PHASE-D MFON",
199292  direction="l",
199293  linebreak="al",
199294  unicodeslot=0x168F4,
199295 },
199296 [0x168F5]={
199297  category="lo",
199298  description="BAMUM LETTER PHASE-D NJIEE",
199299  direction="l",
199300  linebreak="al",
199301  unicodeslot=0x168F5,
199302 },
199303 [0x168F6]={
199304  category="lo",
199305  description="BAMUM LETTER PHASE-D LIEE",
199306  direction="l",
199307  linebreak="al",
199308  unicodeslot=0x168F6,
199309 },
199310 [0x168F7]={
199311  category="lo",
199312  description="BAMUM LETTER PHASE-D NJEUT",
199313  direction="l",
199314  linebreak="al",
199315  unicodeslot=0x168F7,
199316 },
199317 [0x168F8]={
199318  category="lo",
199319  description="BAMUM LETTER PHASE-D NSHEE",
199320  direction="l",
199321  linebreak="al",
199322  unicodeslot=0x168F8,
199323 },
199324 [0x168F9]={
199325  category="lo",
199326  description="BAMUM LETTER PHASE-D NGGAAMAE",
199327  direction="l",
199328  linebreak="al",
199329  unicodeslot=0x168F9,
199330 },
199331 [0x168FA]={
199332  category="lo",
199333  description="BAMUM LETTER PHASE-D NYAM",
199334  direction="l",
199335  linebreak="al",
199336  unicodeslot=0x168FA,
199337 },
199338 [0x168FB]={
199339  category="lo",
199340  description="BAMUM LETTER PHASE-D WUAEN",
199341  direction="l",
199342  linebreak="al",
199343  unicodeslot=0x168FB,
199344 },
199345 [0x168FC]={
199346  category="lo",
199347  description="BAMUM LETTER PHASE-D NGKUN",
199348  direction="l",
199349  linebreak="al",
199350  unicodeslot=0x168FC,
199351 },
199352 [0x168FD]={
199353  category="lo",
199354  description="BAMUM LETTER PHASE-D SHEE",
199355  direction="l",
199356  linebreak="al",
199357  unicodeslot=0x168FD,
199358 },
199359 [0x168FE]={
199360  category="lo",
199361  description="BAMUM LETTER PHASE-D NGKAP",
199362  direction="l",
199363  linebreak="al",
199364  unicodeslot=0x168FE,
199365 },
199366 [0x168FF]={
199367  category="lo",
199368  description="BAMUM LETTER PHASE-D KEUAETMEUN",
199369  direction="l",
199370  linebreak="al",
199371  unicodeslot=0x168FF,
199372 },
199373 [0x16900]={
199374  category="lo",
199375  description="BAMUM LETTER PHASE-D TEUT",
199376  direction="l",
199377  linebreak="al",
199378  unicodeslot=0x16900,
199379 },
199380 [0x16901]={
199381  category="lo",
199382  description="BAMUM LETTER PHASE-D SHEUAE",
199383  direction="l",
199384  linebreak="al",
199385  unicodeslot=0x16901,
199386 },
199387 [0x16902]={
199388  category="lo",
199389  description="BAMUM LETTER PHASE-D NJAP",
199390  direction="l",
199391  linebreak="al",
199392  unicodeslot=0x16902,
199393 },
199394 [0x16903]={
199395  category="lo",
199396  description="BAMUM LETTER PHASE-D SUE",
199397  direction="l",
199398  linebreak="al",
199399  unicodeslot=0x16903,
199400 },
199401 [0x16904]={
199402  category="lo",
199403  description="BAMUM LETTER PHASE-D KET",
199404  direction="l",
199405  linebreak="al",
199406  unicodeslot=0x16904,
199407 },
199408 [0x16905]={
199409  category="lo",
199410  description="BAMUM LETTER PHASE-D YAEMMAE",
199411  direction="l",
199412  linebreak="al",
199413  unicodeslot=0x16905,
199414 },
199415 [0x16906]={
199416  category="lo",
199417  description="BAMUM LETTER PHASE-D KUOM",
199418  direction="l",
199419  linebreak="al",
199420  unicodeslot=0x16906,
199421 },
199422 [0x16907]={
199423  category="lo",
199424  description="BAMUM LETTER PHASE-D SAP",
199425  direction="l",
199426  linebreak="al",
199427  unicodeslot=0x16907,
199428 },
199429 [0x16908]={
199430  category="lo",
199431  description="BAMUM LETTER PHASE-D MFEUT",
199432  direction="l",
199433  linebreak="al",
199434  unicodeslot=0x16908,
199435 },
199436 [0x16909]={
199437  category="lo",
199438  description="BAMUM LETTER PHASE-D NDEUX",
199439  direction="l",
199440  linebreak="al",
199441  unicodeslot=0x16909,
199442 },
199443 [0x1690A]={
199444  category="lo",
199445  description="BAMUM LETTER PHASE-D MALEERI",
199446  direction="l",
199447  linebreak="al",
199448  unicodeslot=0x1690A,
199449 },
199450 [0x1690B]={
199451  category="lo",
199452  description="BAMUM LETTER PHASE-D MEUT",
199453  direction="l",
199454  linebreak="al",
199455  unicodeslot=0x1690B,
199456 },
199457 [0x1690C]={
199458  category="lo",
199459  description="BAMUM LETTER PHASE-D SEUAEQ",
199460  direction="l",
199461  linebreak="al",
199462  unicodeslot=0x1690C,
199463 },
199464 [0x1690D]={
199465  category="lo",
199466  description="BAMUM LETTER PHASE-D YEN",
199467  direction="l",
199468  linebreak="al",
199469  unicodeslot=0x1690D,
199470 },
199471 [0x1690E]={
199472  category="lo",
199473  description="BAMUM LETTER PHASE-D NJEUAEM",
199474  direction="l",
199475  linebreak="al",
199476  unicodeslot=0x1690E,
199477 },
199478 [0x1690F]={
199479  category="lo",
199480  description="BAMUM LETTER PHASE-D KEUOT MBUAE",
199481  direction="l",
199482  linebreak="al",
199483  unicodeslot=0x1690F,
199484 },
199485 [0x16910]={
199486  category="lo",
199487  description="BAMUM LETTER PHASE-D NGKEURI",
199488  direction="l",
199489  linebreak="al",
199490  unicodeslot=0x16910,
199491 },
199492 [0x16911]={
199493  category="lo",
199494  description="BAMUM LETTER PHASE-D TU",
199495  direction="l",
199496  linebreak="al",
199497  unicodeslot=0x16911,
199498 },
199499 [0x16912]={
199500  category="lo",
199501  description="BAMUM LETTER PHASE-D GHAA",
199502  direction="l",
199503  linebreak="al",
199504  unicodeslot=0x16912,
199505 },
199506 [0x16913]={
199507  category="lo",
199508  description="BAMUM LETTER PHASE-D NGKYEE",
199509  direction="l",
199510  linebreak="al",
199511  unicodeslot=0x16913,
199512 },
199513 [0x16914]={
199514  category="lo",
199515  description="BAMUM LETTER PHASE-D FEUFEUAET",
199516  direction="l",
199517  linebreak="al",
199518  unicodeslot=0x16914,
199519 },
199520 [0x16915]={
199521  category="lo",
199522  description="BAMUM LETTER PHASE-D NDEE",
199523  direction="l",
199524  linebreak="al",
199525  unicodeslot=0x16915,
199526 },
199527 [0x16916]={
199528  category="lo",
199529  description="BAMUM LETTER PHASE-D MGBOFUM",
199530  direction="l",
199531  linebreak="al",
199532  unicodeslot=0x16916,
199533 },
199534 [0x16917]={
199535  category="lo",
199536  description="BAMUM LETTER PHASE-D LEUAEP",
199537  direction="l",
199538  linebreak="al",
199539  unicodeslot=0x16917,
199540 },
199541 [0x16918]={
199542  category="lo",
199543  description="BAMUM LETTER PHASE-D NDON",
199544  direction="l",
199545  linebreak="al",
199546  unicodeslot=0x16918,
199547 },
199548 [0x16919]={
199549  category="lo",
199550  description="BAMUM LETTER PHASE-D MONI",
199551  direction="l",
199552  linebreak="al",
199553  unicodeslot=0x16919,
199554 },
199555 [0x1691A]={
199556  category="lo",
199557  description="BAMUM LETTER PHASE-D MGBEUN",
199558  direction="l",
199559  linebreak="al",
199560  unicodeslot=0x1691A,
199561 },
199562 [0x1691B]={
199563  category="lo",
199564  description="BAMUM LETTER PHASE-D PUUT",
199565  direction="l",
199566  linebreak="al",
199567  unicodeslot=0x1691B,
199568 },
199569 [0x1691C]={
199570  category="lo",
199571  description="BAMUM LETTER PHASE-D MGBIEE",
199572  direction="l",
199573  linebreak="al",
199574  unicodeslot=0x1691C,
199575 },
199576 [0x1691D]={
199577  category="lo",
199578  description="BAMUM LETTER PHASE-D MFO",
199579  direction="l",
199580  linebreak="al",
199581  unicodeslot=0x1691D,
199582 },
199583 [0x1691E]={
199584  category="lo",
199585  description="BAMUM LETTER PHASE-D LUM",
199586  direction="l",
199587  linebreak="al",
199588  unicodeslot=0x1691E,
199589 },
199590 [0x1691F]={
199591  category="lo",
199592  description="BAMUM LETTER PHASE-D NSIEEP",
199593  direction="l",
199594  linebreak="al",
199595  unicodeslot=0x1691F,
199596 },
199597 [0x16920]={
199598  category="lo",
199599  description="BAMUM LETTER PHASE-D MBAA",
199600  direction="l",
199601  linebreak="al",
199602  unicodeslot=0x16920,
199603 },
199604 [0x16921]={
199605  category="lo",
199606  description="BAMUM LETTER PHASE-D KWAET",
199607  direction="l",
199608  linebreak="al",
199609  unicodeslot=0x16921,
199610 },
199611 [0x16922]={
199612  category="lo",
199613  description="BAMUM LETTER PHASE-D NYET",
199614  direction="l",
199615  linebreak="al",
199616  unicodeslot=0x16922,
199617 },
199618 [0x16923]={
199619  category="lo",
199620  description="BAMUM LETTER PHASE-D TEUAEN",
199621  direction="l",
199622  linebreak="al",
199623  unicodeslot=0x16923,
199624 },
199625 [0x16924]={
199626  category="lo",
199627  description="BAMUM LETTER PHASE-D SOT",
199628  direction="l",
199629  linebreak="al",
199630  unicodeslot=0x16924,
199631 },
199632 [0x16925]={
199633  category="lo",
199634  description="BAMUM LETTER PHASE-D YUWOQ",
199635  direction="l",
199636  linebreak="al",
199637  unicodeslot=0x16925,
199638 },
199639 [0x16926]={
199640  category="lo",
199641  description="BAMUM LETTER PHASE-D KEUM",
199642  direction="l",
199643  linebreak="al",
199644  unicodeslot=0x16926,
199645 },
199646 [0x16927]={
199647  category="lo",
199648  description="BAMUM LETTER PHASE-D RAEM",
199649  direction="l",
199650  linebreak="al",
199651  unicodeslot=0x16927,
199652 },
199653 [0x16928]={
199654  category="lo",
199655  description="BAMUM LETTER PHASE-D TEEEE",
199656  direction="l",
199657  linebreak="al",
199658  unicodeslot=0x16928,
199659 },
199660 [0x16929]={
199661  category="lo",
199662  description="BAMUM LETTER PHASE-D NGKEUAEQ",
199663  direction="l",
199664  linebreak="al",
199665  unicodeslot=0x16929,
199666 },
199667 [0x1692A]={
199668  category="lo",
199669  description="BAMUM LETTER PHASE-D MFEUAE",
199670  direction="l",
199671  linebreak="al",
199672  unicodeslot=0x1692A,
199673 },
199674 [0x1692B]={
199675  category="lo",
199676  description="BAMUM LETTER PHASE-D NSIEET",
199677  direction="l",
199678  linebreak="al",
199679  unicodeslot=0x1692B,
199680 },
199681 [0x1692C]={
199682  category="lo",
199683  description="BAMUM LETTER PHASE-D KEUP",
199684  direction="l",
199685  linebreak="al",
199686  unicodeslot=0x1692C,
199687 },
199688 [0x1692D]={
199689  category="lo",
199690  description="BAMUM LETTER PHASE-D PIP",
199691  direction="l",
199692  linebreak="al",
199693  unicodeslot=0x1692D,
199694 },
199695 [0x1692E]={
199696  category="lo",
199697  description="BAMUM LETTER PHASE-D PEUTAE",
199698  direction="l",
199699  linebreak="al",
199700  unicodeslot=0x1692E,
199701 },
199702 [0x1692F]={
199703  category="lo",
199704  description="BAMUM LETTER PHASE-D NYUE",
199705  direction="l",
199706  linebreak="al",
199707  unicodeslot=0x1692F,
199708 },
199709 [0x16930]={
199710  category="lo",
199711  description="BAMUM LETTER PHASE-D LET",
199712  direction="l",
199713  linebreak="al",
199714  unicodeslot=0x16930,
199715 },
199716 [0x16931]={
199717  category="lo",
199718  description="BAMUM LETTER PHASE-D NGGAAM",
199719  direction="l",
199720  linebreak="al",
199721  unicodeslot=0x16931,
199722 },
199723 [0x16932]={
199724  category="lo",
199725  description="BAMUM LETTER PHASE-D MFIEE",
199726  direction="l",
199727  linebreak="al",
199728  unicodeslot=0x16932,
199729 },
199730 [0x16933]={
199731  category="lo",
199732  description="BAMUM LETTER PHASE-D NGGWAEN",
199733  direction="l",
199734  linebreak="al",
199735  unicodeslot=0x16933,
199736 },
199737 [0x16934]={
199738  category="lo",
199739  description="BAMUM LETTER PHASE-D YUOM",
199740  direction="l",
199741  linebreak="al",
199742  unicodeslot=0x16934,
199743 },
199744 [0x16935]={
199745  category="lo",
199746  description="BAMUM LETTER PHASE-D PAP",
199747  direction="l",
199748  linebreak="al",
199749  unicodeslot=0x16935,
199750 },
199751 [0x16936]={
199752  category="lo",
199753  description="BAMUM LETTER PHASE-D YUOP",
199754  direction="l",
199755  linebreak="al",
199756  unicodeslot=0x16936,
199757 },
199758 [0x16937]={
199759  category="lo",
199760  description="BAMUM LETTER PHASE-D NDAM",
199761  direction="l",
199762  linebreak="al",
199763  unicodeslot=0x16937,
199764 },
199765 [0x16938]={
199766  category="lo",
199767  description="BAMUM LETTER PHASE-D NTEUM",
199768  direction="l",
199769  linebreak="al",
199770  unicodeslot=0x16938,
199771 },
199772 [0x16939]={
199773  category="lo",
199774  description="BAMUM LETTER PHASE-D SUAE",
199775  direction="l",
199776  linebreak="al",
199777  unicodeslot=0x16939,
199778 },
199779 [0x1693A]={
199780  category="lo",
199781  description="BAMUM LETTER PHASE-D KUN",
199782  direction="l",
199783  linebreak="al",
199784  unicodeslot=0x1693A,
199785 },
199786 [0x1693B]={
199787  category="lo",
199788  description="BAMUM LETTER PHASE-D NGGEUX",
199789  direction="l",
199790  linebreak="al",
199791  unicodeslot=0x1693B,
199792 },
199793 [0x1693C]={
199794  category="lo",
199795  description="BAMUM LETTER PHASE-D NGKIEE",
199796  direction="l",
199797  linebreak="al",
199798  unicodeslot=0x1693C,
199799 },
199800 [0x1693D]={
199801  category="lo",
199802  description="BAMUM LETTER PHASE-D TUOT",
199803  direction="l",
199804  linebreak="al",
199805  unicodeslot=0x1693D,
199806 },
199807 [0x1693E]={
199808  category="lo",
199809  description="BAMUM LETTER PHASE-D MEUN",
199810  direction="l",
199811  linebreak="al",
199812  unicodeslot=0x1693E,
199813 },
199814 [0x1693F]={
199815  category="lo",
199816  description="BAMUM LETTER PHASE-D KUQ",
199817  direction="l",
199818  linebreak="al",
199819  unicodeslot=0x1693F,
199820 },
199821 [0x16940]={
199822  category="lo",
199823  description="BAMUM LETTER PHASE-D NSUM",
199824  direction="l",
199825  linebreak="al",
199826  unicodeslot=0x16940,
199827 },
199828 [0x16941]={
199829  category="lo",
199830  description="BAMUM LETTER PHASE-D TEUN",
199831  direction="l",
199832  linebreak="al",
199833  unicodeslot=0x16941,
199834 },
199835 [0x16942]={
199836  category="lo",
199837  description="BAMUM LETTER PHASE-D MAENJET",
199838  direction="l",
199839  linebreak="al",
199840  unicodeslot=0x16942,
199841 },
199842 [0x16943]={
199843  category="lo",
199844  description="BAMUM LETTER PHASE-D NGGAP",
199845  direction="l",
199846  linebreak="al",
199847  unicodeslot=0x16943,
199848 },
199849 [0x16944]={
199850  category="lo",
199851  description="BAMUM LETTER PHASE-D LEUM",
199852  direction="l",
199853  linebreak="al",
199854  unicodeslot=0x16944,
199855 },
199856 [0x16945]={
199857  category="lo",
199858  description="BAMUM LETTER PHASE-D NGGUOM",
199859  direction="l",
199860  linebreak="al",
199861  unicodeslot=0x16945,
199862 },
199863 [0x16946]={
199864  category="lo",
199865  description="BAMUM LETTER PHASE-D NSHUT",
199866  direction="l",
199867  linebreak="al",
199868  unicodeslot=0x16946,
199869 },
199870 [0x16947]={
199871  category="lo",
199872  description="BAMUM LETTER PHASE-D NJUEQ",
199873  direction="l",
199874  linebreak="al",
199875  unicodeslot=0x16947,
199876 },
199877 [0x16948]={
199878  category="lo",
199879  description="BAMUM LETTER PHASE-D GHEUAE",
199880  direction="l",
199881  linebreak="al",
199882  unicodeslot=0x16948,
199883 },
199884 [0x16949]={
199885  category="lo",
199886  description="BAMUM LETTER PHASE-D KU",
199887  direction="l",
199888  linebreak="al",
199889  unicodeslot=0x16949,
199890 },
199891 [0x1694A]={
199892  category="lo",
199893  description="BAMUM LETTER PHASE-D REN OLD",
199894  direction="l",
199895  linebreak="al",
199896  unicodeslot=0x1694A,
199897 },
199898 [0x1694B]={
199899  category="lo",
199900  description="BAMUM LETTER PHASE-D TAE",
199901  direction="l",
199902  linebreak="al",
199903  unicodeslot=0x1694B,
199904 },
199905 [0x1694C]={
199906  category="lo",
199907  description="BAMUM LETTER PHASE-D TOQ",
199908  direction="l",
199909  linebreak="al",
199910  unicodeslot=0x1694C,
199911 },
199912 [0x1694D]={
199913  category="lo",
199914  description="BAMUM LETTER PHASE-D NYI",
199915  direction="l",
199916  linebreak="al",
199917  unicodeslot=0x1694D,
199918 },
199919 [0x1694E]={
199920  category="lo",
199921  description="BAMUM LETTER PHASE-D RII",
199922  direction="l",
199923  linebreak="al",
199924  unicodeslot=0x1694E,
199925 },
199926 [0x1694F]={
199927  category="lo",
199928  description="BAMUM LETTER PHASE-D LEEEE",
199929  direction="l",
199930  linebreak="al",
199931  unicodeslot=0x1694F,
199932 },
199933 [0x16950]={
199934  category="lo",
199935  description="BAMUM LETTER PHASE-D MEEEE",
199936  direction="l",
199937  linebreak="al",
199938  unicodeslot=0x16950,
199939 },
199940 [0x16951]={
199941  category="lo",
199942  description="BAMUM LETTER PHASE-D M",
199943  direction="l",
199944  linebreak="al",
199945  unicodeslot=0x16951,
199946 },
199947 [0x16952]={
199948  category="lo",
199949  description="BAMUM LETTER PHASE-D SUU",
199950  direction="l",
199951  linebreak="al",
199952  unicodeslot=0x16952,
199953 },
199954 [0x16953]={
199955  category="lo",
199956  description="BAMUM LETTER PHASE-D MU",
199957  direction="l",
199958  linebreak="al",
199959  unicodeslot=0x16953,
199960 },
199961 [0x16954]={
199962  category="lo",
199963  description="BAMUM LETTER PHASE-D SHII",
199964  direction="l",
199965  linebreak="al",
199966  unicodeslot=0x16954,
199967 },
199968 [0x16955]={
199969  category="lo",
199970  description="BAMUM LETTER PHASE-D SHEUX",
199971  direction="l",
199972  linebreak="al",
199973  unicodeslot=0x16955,
199974 },
199975 [0x16956]={
199976  category="lo",
199977  description="BAMUM LETTER PHASE-D KYEE",
199978  direction="l",
199979  linebreak="al",
199980  unicodeslot=0x16956,
199981 },
199982 [0x16957]={
199983  category="lo",
199984  description="BAMUM LETTER PHASE-D NU",
199985  direction="l",
199986  linebreak="al",
199987  unicodeslot=0x16957,
199988 },
199989 [0x16958]={
199990  category="lo",
199991  description="BAMUM LETTER PHASE-D SHU",
199992  direction="l",
199993  linebreak="al",
199994  unicodeslot=0x16958,
199995 },
199996 [0x16959]={
199997  category="lo",
199998  description="BAMUM LETTER PHASE-D NTEE",
199999  direction="l",
200000  linebreak="al",
200001  unicodeslot=0x16959,
200002 },
200003 [0x1695A]={
200004  category="lo",
200005  description="BAMUM LETTER PHASE-D PEE",
200006  direction="l",
200007  linebreak="al",
200008  unicodeslot=0x1695A,
200009 },
200010 [0x1695B]={
200011  category="lo",
200012  description="BAMUM LETTER PHASE-D NI",
200013  direction="l",
200014  linebreak="al",
200015  unicodeslot=0x1695B,
200016 },
200017 [0x1695C]={
200018  category="lo",
200019  description="BAMUM LETTER PHASE-D SHOQ",
200020  direction="l",
200021  linebreak="al",
200022  unicodeslot=0x1695C,
200023 },
200024 [0x1695D]={
200025  category="lo",
200026  description="BAMUM LETTER PHASE-D PUQ",
200027  direction="l",
200028  linebreak="al",
200029  unicodeslot=0x1695D,
200030 },
200031 [0x1695E]={
200032  category="lo",
200033  description="BAMUM LETTER PHASE-D MVOP",
200034  direction="l",
200035  linebreak="al",
200036  unicodeslot=0x1695E,
200037 },
200038 [0x1695F]={
200039  category="lo",
200040  description="BAMUM LETTER PHASE-D LOQ",
200041  direction="l",
200042  linebreak="al",
200043  unicodeslot=0x1695F,
200044 },
200045 [0x16960]={
200046  category="lo",
200047  description="BAMUM LETTER PHASE-D REN MUCH",
200048  direction="l",
200049  linebreak="al",
200050  unicodeslot=0x16960,
200051 },
200052 [0x16961]={
200053  category="lo",
200054  description="BAMUM LETTER PHASE-D TI",
200055  direction="l",
200056  linebreak="al",
200057  unicodeslot=0x16961,
200058 },
200059 [0x16962]={
200060  category="lo",
200061  description="BAMUM LETTER PHASE-D NTUU",
200062  direction="l",
200063  linebreak="al",
200064  unicodeslot=0x16962,
200065 },
200066 [0x16963]={
200067  category="lo",
200068  description="BAMUM LETTER PHASE-D MBAA SEVEN",
200069  direction="l",
200070  linebreak="al",
200071  unicodeslot=0x16963,
200072 },
200073 [0x16964]={
200074  category="lo",
200075  description="BAMUM LETTER PHASE-D SAQ",
200076  direction="l",
200077  linebreak="al",
200078  unicodeslot=0x16964,
200079 },
200080 [0x16965]={
200081  category="lo",
200082  description="BAMUM LETTER PHASE-D FAA",
200083  direction="l",
200084  linebreak="al",
200085  unicodeslot=0x16965,
200086 },
200087 [0x16966]={
200088  category="lo",
200089  description="BAMUM LETTER PHASE-E NDAP",
200090  direction="l",
200091  linebreak="al",
200092  unicodeslot=0x16966,
200093 },
200094 [0x16967]={
200095  category="lo",
200096  description="BAMUM LETTER PHASE-E TOON",
200097  direction="l",
200098  linebreak="al",
200099  unicodeslot=0x16967,
200100 },
200101 [0x16968]={
200102  category="lo",
200103  description="BAMUM LETTER PHASE-E MBEUM",
200104  direction="l",
200105  linebreak="al",
200106  unicodeslot=0x16968,
200107 },
200108 [0x16969]={
200109  category="lo",
200110  description="BAMUM LETTER PHASE-E LAP",
200111  direction="l",
200112  linebreak="al",
200113  unicodeslot=0x16969,
200114 },
200115 [0x1696A]={
200116  category="lo",
200117  description="BAMUM LETTER PHASE-E VOM",
200118  direction="l",
200119  linebreak="al",
200120  unicodeslot=0x1696A,
200121 },
200122 [0x1696B]={
200123  category="lo",
200124  description="BAMUM LETTER PHASE-E LOON",
200125  direction="l",
200126  linebreak="al",
200127  unicodeslot=0x1696B,
200128 },
200129 [0x1696C]={
200130  category="lo",
200131  description="BAMUM LETTER PHASE-E PAA",
200132  direction="l",
200133  linebreak="al",
200134  unicodeslot=0x1696C,
200135 },
200136 [0x1696D]={
200137  category="lo",
200138  description="BAMUM LETTER PHASE-E SOM",
200139  direction="l",
200140  linebreak="al",
200141  unicodeslot=0x1696D,
200142 },
200143 [0x1696E]={
200144  category="lo",
200145  description="BAMUM LETTER PHASE-E RAQ",
200146  direction="l",
200147  linebreak="al",
200148  unicodeslot=0x1696E,
200149 },
200150 [0x1696F]={
200151  category="lo",
200152  description="BAMUM LETTER PHASE-E NSHUOP",
200153  direction="l",
200154  linebreak="al",
200155  unicodeslot=0x1696F,
200156 },
200157 [0x16970]={
200158  category="lo",
200159  description="BAMUM LETTER PHASE-E NDUN",
200160  direction="l",
200161  linebreak="al",
200162  unicodeslot=0x16970,
200163 },
200164 [0x16971]={
200165  category="lo",
200166  description="BAMUM LETTER PHASE-E PUAE",
200167  direction="l",
200168  linebreak="al",
200169  unicodeslot=0x16971,
200170 },
200171 [0x16972]={
200172  category="lo",
200173  description="BAMUM LETTER PHASE-E TAM",
200174  direction="l",
200175  linebreak="al",
200176  unicodeslot=0x16972,
200177 },
200178 [0x16973]={
200179  category="lo",
200180  description="BAMUM LETTER PHASE-E NGKA",
200181  direction="l",
200182  linebreak="al",
200183  unicodeslot=0x16973,
200184 },
200185 [0x16974]={
200186  category="lo",
200187  description="BAMUM LETTER PHASE-E KPEUX",
200188  direction="l",
200189  linebreak="al",
200190  unicodeslot=0x16974,
200191 },
200192 [0x16975]={
200193  category="lo",
200194  description="BAMUM LETTER PHASE-E WUO",
200195  direction="l",
200196  linebreak="al",
200197  unicodeslot=0x16975,
200198 },
200199 [0x16976]={
200200  category="lo",
200201  description="BAMUM LETTER PHASE-E SEE",
200202  direction="l",
200203  linebreak="al",
200204  unicodeslot=0x16976,
200205 },
200206 [0x16977]={
200207  category="lo",
200208  description="BAMUM LETTER PHASE-E NGGEUAET",
200209  direction="l",
200210  linebreak="al",
200211  unicodeslot=0x16977,
200212 },
200213 [0x16978]={
200214  category="lo",
200215  description="BAMUM LETTER PHASE-E PAAM",
200216  direction="l",
200217  linebreak="al",
200218  unicodeslot=0x16978,
200219 },
200220 [0x16979]={
200221  category="lo",
200222  description="BAMUM LETTER PHASE-E TOO",
200223  direction="l",
200224  linebreak="al",
200225  unicodeslot=0x16979,
200226 },
200227 [0x1697A]={
200228  category="lo",
200229  description="BAMUM LETTER PHASE-E KUOP",
200230  direction="l",
200231  linebreak="al",
200232  unicodeslot=0x1697A,
200233 },
200234 [0x1697B]={
200235  category="lo",
200236  description="BAMUM LETTER PHASE-E LOM",
200237  direction="l",
200238  linebreak="al",
200239  unicodeslot=0x1697B,
200240 },
200241 [0x1697C]={
200242  category="lo",
200243  description="BAMUM LETTER PHASE-E NSHIEE",
200244  direction="l",
200245  linebreak="al",
200246  unicodeslot=0x1697C,
200247 },
200248 [0x1697D]={
200249  category="lo",
200250  description="BAMUM LETTER PHASE-E NGOP",
200251  direction="l",
200252  linebreak="al",
200253  unicodeslot=0x1697D,
200254 },
200255 [0x1697E]={
200256  category="lo",
200257  description="BAMUM LETTER PHASE-E MAEM",
200258  direction="l",
200259  linebreak="al",
200260  unicodeslot=0x1697E,
200261 },
200262 [0x1697F]={
200263  category="lo",
200264  description="BAMUM LETTER PHASE-E NGKEUX",
200265  direction="l",
200266  linebreak="al",
200267  unicodeslot=0x1697F,
200268 },
200269 [0x16980]={
200270  category="lo",
200271  description="BAMUM LETTER PHASE-E NGOQ",
200272  direction="l",
200273  linebreak="al",
200274  unicodeslot=0x16980,
200275 },
200276 [0x16981]={
200277  category="lo",
200278  description="BAMUM LETTER PHASE-E NSHUE",
200279  direction="l",
200280  linebreak="al",
200281  unicodeslot=0x16981,
200282 },
200283 [0x16982]={
200284  category="lo",
200285  description="BAMUM LETTER PHASE-E RIMGBA",
200286  direction="l",
200287  linebreak="al",
200288  unicodeslot=0x16982,
200289 },
200290 [0x16983]={
200291  category="lo",
200292  description="BAMUM LETTER PHASE-E NJEUX",
200293  direction="l",
200294  linebreak="al",
200295  unicodeslot=0x16983,
200296 },
200297 [0x16984]={
200298  category="lo",
200299  description="BAMUM LETTER PHASE-E PEEM",
200300  direction="l",
200301  linebreak="al",
200302  unicodeslot=0x16984,
200303 },
200304 [0x16985]={
200305  category="lo",
200306  description="BAMUM LETTER PHASE-E SAA",
200307  direction="l",
200308  linebreak="al",
200309  unicodeslot=0x16985,
200310 },
200311 [0x16986]={
200312  category="lo",
200313  description="BAMUM LETTER PHASE-E NGGURAE",
200314  direction="l",
200315  linebreak="al",
200316  unicodeslot=0x16986,
200317 },
200318 [0x16987]={
200319  category="lo",
200320  description="BAMUM LETTER PHASE-E MGBA",
200321  direction="l",
200322  linebreak="al",
200323  unicodeslot=0x16987,
200324 },
200325 [0x16988]={
200326  category="lo",
200327  description="BAMUM LETTER PHASE-E GHEUX",
200328  direction="l",
200329  linebreak="al",
200330  unicodeslot=0x16988,
200331 },
200332 [0x16989]={
200333  category="lo",
200334  description="BAMUM LETTER PHASE-E NGKEUAEM",
200335  direction="l",
200336  linebreak="al",
200337  unicodeslot=0x16989,
200338 },
200339 [0x1698A]={
200340  category="lo",
200341  description="BAMUM LETTER PHASE-E NJAEMLI",
200342  direction="l",
200343  linebreak="al",
200344  unicodeslot=0x1698A,
200345 },
200346 [0x1698B]={
200347  category="lo",
200348  description="BAMUM LETTER PHASE-E MAP",
200349  direction="l",
200350  linebreak="al",
200351  unicodeslot=0x1698B,
200352 },
200353 [0x1698C]={
200354  category="lo",
200355  description="BAMUM LETTER PHASE-E LOOT",
200356  direction="l",
200357  linebreak="al",
200358  unicodeslot=0x1698C,
200359 },
200360 [0x1698D]={
200361  category="lo",
200362  description="BAMUM LETTER PHASE-E NGGEEEE",
200363  direction="l",
200364  linebreak="al",
200365  unicodeslot=0x1698D,
200366 },
200367 [0x1698E]={
200368  category="lo",
200369  description="BAMUM LETTER PHASE-E NDIQ",
200370  direction="l",
200371  linebreak="al",
200372  unicodeslot=0x1698E,
200373 },
200374 [0x1698F]={
200375  category="lo",
200376  description="BAMUM LETTER PHASE-E TAEN NTEUM",
200377  direction="l",
200378  linebreak="al",
200379  unicodeslot=0x1698F,
200380 },
200381 [0x16990]={
200382  category="lo",
200383  description="BAMUM LETTER PHASE-E SET",
200384  direction="l",
200385  linebreak="al",
200386  unicodeslot=0x16990,
200387 },
200388 [0x16991]={
200389  category="lo",
200390  description="BAMUM LETTER PHASE-E PUM",
200391  direction="l",
200392  linebreak="al",
200393  unicodeslot=0x16991,
200394 },
200395 [0x16992]={
200396  category="lo",
200397  description="BAMUM LETTER PHASE-E NDAA SOFTNESS",
200398  direction="l",
200399  linebreak="al",
200400  unicodeslot=0x16992,
200401 },
200402 [0x16993]={
200403  category="lo",
200404  description="BAMUM LETTER PHASE-E NGGUAESHAE NYAM",
200405  direction="l",
200406  linebreak="al",
200407  unicodeslot=0x16993,
200408 },
200409 [0x16994]={
200410  category="lo",
200411  description="BAMUM LETTER PHASE-E YIEE",
200412  direction="l",
200413  linebreak="al",
200414  unicodeslot=0x16994,
200415 },
200416 [0x16995]={
200417  category="lo",
200418  description="BAMUM LETTER PHASE-E GHEUN",
200419  direction="l",
200420  linebreak="al",
200421  unicodeslot=0x16995,
200422 },
200423 [0x16996]={
200424  category="lo",
200425  description="BAMUM LETTER PHASE-E TUAE",
200426  direction="l",
200427  linebreak="al",
200428  unicodeslot=0x16996,
200429 },
200430 [0x16997]={
200431  category="lo",
200432  description="BAMUM LETTER PHASE-E YEUAE",
200433  direction="l",
200434  linebreak="al",
200435  unicodeslot=0x16997,
200436 },
200437 [0x16998]={
200438  category="lo",
200439  description="BAMUM LETTER PHASE-E PO",
200440  direction="l",
200441  linebreak="al",
200442  unicodeslot=0x16998,
200443 },
200444 [0x16999]={
200445  category="lo",
200446  description="BAMUM LETTER PHASE-E TUMAE",
200447  direction="l",
200448  linebreak="al",
200449  unicodeslot=0x16999,
200450 },
200451 [0x1699A]={
200452  category="lo",
200453  description="BAMUM LETTER PHASE-E KEUAE",
200454  direction="l",
200455  linebreak="al",
200456  unicodeslot=0x1699A,
200457 },
200458 [0x1699B]={
200459  category="lo",
200460  description="BAMUM LETTER PHASE-E SUAEN",
200461  direction="l",
200462  linebreak="al",
200463  unicodeslot=0x1699B,
200464 },
200465 [0x1699C]={
200466  category="lo",
200467  description="BAMUM LETTER PHASE-E TEUAEQ",
200468  direction="l",
200469  linebreak="al",
200470  unicodeslot=0x1699C,
200471 },
200472 [0x1699D]={
200473  category="lo",
200474  description="BAMUM LETTER PHASE-E VEUAE",
200475  direction="l",
200476  linebreak="al",
200477  unicodeslot=0x1699D,
200478 },
200479 [0x1699E]={
200480  category="lo",
200481  description="BAMUM LETTER PHASE-E WEUX",
200482  direction="l",
200483  linebreak="al",
200484  unicodeslot=0x1699E,
200485 },
200486 [0x1699F]={
200487  category="lo",
200488  description="BAMUM LETTER PHASE-E LAAM",
200489  direction="l",
200490  linebreak="al",
200491  unicodeslot=0x1699F,
200492 },
200493 [0x169A0]={
200494  category="lo",
200495  description="BAMUM LETTER PHASE-E PU",
200496  direction="l",
200497  linebreak="al",
200498  unicodeslot=0x169A0,
200499 },
200500 [0x169A1]={
200501  category="lo",
200502  description="BAMUM LETTER PHASE-E TAAQ",
200503  direction="l",
200504  linebreak="al",
200505  unicodeslot=0x169A1,
200506 },
200507 [0x169A2]={
200508  category="lo",
200509  description="BAMUM LETTER PHASE-E GHAAMAE",
200510  direction="l",
200511  linebreak="al",
200512  unicodeslot=0x169A2,
200513 },
200514 [0x169A3]={
200515  category="lo",
200516  description="BAMUM LETTER PHASE-E NGEUREUT",
200517  direction="l",
200518  linebreak="al",
200519  unicodeslot=0x169A3,
200520 },
200521 [0x169A4]={
200522  category="lo",
200523  description="BAMUM LETTER PHASE-E SHEUAEQ",
200524  direction="l",
200525  linebreak="al",
200526  unicodeslot=0x169A4,
200527 },
200528 [0x169A5]={
200529  category="lo",
200530  description="BAMUM LETTER PHASE-E MGBEN",
200531  direction="l",
200532  linebreak="al",
200533  unicodeslot=0x169A5,
200534 },
200535 [0x169A6]={
200536  category="lo",
200537  description="BAMUM LETTER PHASE-E MBEE",
200538  direction="l",
200539  linebreak="al",
200540  unicodeslot=0x169A6,
200541 },
200542 [0x169A7]={
200543  category="lo",
200544  description="BAMUM LETTER PHASE-E NZAQ",
200545  direction="l",
200546  linebreak="al",
200547  unicodeslot=0x169A7,
200548 },
200549 [0x169A8]={
200550  category="lo",
200551  description="BAMUM LETTER PHASE-E NKOM",
200552  direction="l",
200553  linebreak="al",
200554  unicodeslot=0x169A8,
200555 },
200556 [0x169A9]={
200557  category="lo",
200558  description="BAMUM LETTER PHASE-E GBET",
200559  direction="l",
200560  linebreak="al",
200561  unicodeslot=0x169A9,
200562 },
200563 [0x169AA]={
200564  category="lo",
200565  description="BAMUM LETTER PHASE-E TUM",
200566  direction="l",
200567  linebreak="al",
200568  unicodeslot=0x169AA,
200569 },
200570 [0x169AB]={
200571  category="lo",
200572  description="BAMUM LETTER PHASE-E KUET",
200573  direction="l",
200574  linebreak="al",
200575  unicodeslot=0x169AB,
200576 },
200577 [0x169AC]={
200578  category="lo",
200579  description="BAMUM LETTER PHASE-E YAP",
200580  direction="l",
200581  linebreak="al",
200582  unicodeslot=0x169AC,
200583 },
200584 [0x169AD]={
200585  category="lo",
200586  description="BAMUM LETTER PHASE-E NYI CLEAVER",
200587  direction="l",
200588  linebreak="al",
200589  unicodeslot=0x169AD,
200590 },
200591 [0x169AE]={
200592  category="lo",
200593  description="BAMUM LETTER PHASE-E YIT",
200594  direction="l",
200595  linebreak="al",
200596  unicodeslot=0x169AE,
200597 },
200598 [0x169AF]={
200599  category="lo",
200600  description="BAMUM LETTER PHASE-E MFEUQ",
200601  direction="l",
200602  linebreak="al",
200603  unicodeslot=0x169AF,
200604 },
200605 [0x169B0]={
200606  category="lo",
200607  description="BAMUM LETTER PHASE-E NDIAQ",
200608  direction="l",
200609  linebreak="al",
200610  unicodeslot=0x169B0,
200611 },
200612 [0x169B1]={
200613  category="lo",
200614  description="BAMUM LETTER PHASE-E PIEEQ",
200615  direction="l",
200616  linebreak="al",
200617  unicodeslot=0x169B1,
200618 },
200619 [0x169B2]={
200620  category="lo",
200621  description="BAMUM LETTER PHASE-E YUEQ",
200622  direction="l",
200623  linebreak="al",
200624  unicodeslot=0x169B2,
200625 },
200626 [0x169B3]={
200627  category="lo",
200628  description="BAMUM LETTER PHASE-E LEUAEM",
200629  direction="l",
200630  linebreak="al",
200631  unicodeslot=0x169B3,
200632 },
200633 [0x169B4]={
200634  category="lo",
200635  description="BAMUM LETTER PHASE-E FUE",
200636  direction="l",
200637  linebreak="al",
200638  unicodeslot=0x169B4,
200639 },
200640 [0x169B5]={
200641  category="lo",
200642  description="BAMUM LETTER PHASE-E GBEUX",
200643  direction="l",
200644  linebreak="al",
200645  unicodeslot=0x169B5,
200646 },
200647 [0x169B6]={
200648  category="lo",
200649  description="BAMUM LETTER PHASE-E NGKUP",
200650  direction="l",
200651  linebreak="al",
200652  unicodeslot=0x169B6,
200653 },
200654 [0x169B7]={
200655  category="lo",
200656  description="BAMUM LETTER PHASE-E KET",
200657  direction="l",
200658  linebreak="al",
200659  unicodeslot=0x169B7,
200660 },
200661 [0x169B8]={
200662  category="lo",
200663  description="BAMUM LETTER PHASE-E MAE",
200664  direction="l",
200665  linebreak="al",
200666  unicodeslot=0x169B8,
200667 },
200668 [0x169B9]={
200669  category="lo",
200670  description="BAMUM LETTER PHASE-E NGKAAMI",
200671  direction="l",
200672  linebreak="al",
200673  unicodeslot=0x169B9,
200674 },
200675 [0x169BA]={
200676  category="lo",
200677  description="BAMUM LETTER PHASE-E GHET",
200678  direction="l",
200679  linebreak="al",
200680  unicodeslot=0x169BA,
200681 },
200682 [0x169BB]={
200683  category="lo",
200684  description="BAMUM LETTER PHASE-E FA",
200685  direction="l",
200686  linebreak="al",
200687  unicodeslot=0x169BB,
200688 },
200689 [0x169BC]={
200690  category="lo",
200691  description="BAMUM LETTER PHASE-E NTUM",
200692  direction="l",
200693  linebreak="al",
200694  unicodeslot=0x169BC,
200695 },
200696 [0x169BD]={
200697  category="lo",
200698  description="BAMUM LETTER PHASE-E PEUT",
200699  direction="l",
200700  linebreak="al",
200701  unicodeslot=0x169BD,
200702 },
200703 [0x169BE]={
200704  category="lo",
200705  description="BAMUM LETTER PHASE-E YEUM",
200706  direction="l",
200707  linebreak="al",
200708  unicodeslot=0x169BE,
200709 },
200710 [0x169BF]={
200711  category="lo",
200712  description="BAMUM LETTER PHASE-E NGGEUAE",
200713  direction="l",
200714  linebreak="al",
200715  unicodeslot=0x169BF,
200716 },
200717 [0x169C0]={
200718  category="lo",
200719  description="BAMUM LETTER PHASE-E NYI BETWEEN",
200720  direction="l",
200721  linebreak="al",
200722  unicodeslot=0x169C0,
200723 },
200724 [0x169C1]={
200725  category="lo",
200726  description="BAMUM LETTER PHASE-E NZUQ",
200727  direction="l",
200728  linebreak="al",
200729  unicodeslot=0x169C1,
200730 },
200731 [0x169C2]={
200732  category="lo",
200733  description="BAMUM LETTER PHASE-E POON",
200734  direction="l",
200735  linebreak="al",
200736  unicodeslot=0x169C2,
200737 },
200738 [0x169C3]={
200739  category="lo",
200740  description="BAMUM LETTER PHASE-E MIEE",
200741  direction="l",
200742  linebreak="al",
200743  unicodeslot=0x169C3,
200744 },
200745 [0x169C4]={
200746  category="lo",
200747  description="BAMUM LETTER PHASE-E FUET",
200748  direction="l",
200749  linebreak="al",
200750  unicodeslot=0x169C4,
200751 },
200752 [0x169C5]={
200753  category="lo",
200754  description="BAMUM LETTER PHASE-E NAE",
200755  direction="l",
200756  linebreak="al",
200757  unicodeslot=0x169C5,
200758 },
200759 [0x169C6]={
200760  category="lo",
200761  description="BAMUM LETTER PHASE-E MUAE",
200762  direction="l",
200763  linebreak="al",
200764  unicodeslot=0x169C6,
200765 },
200766 [0x169C7]={
200767  category="lo",
200768  description="BAMUM LETTER PHASE-E GHEUAE",
200769  direction="l",
200770  linebreak="al",
200771  unicodeslot=0x169C7,
200772 },
200773 [0x169C8]={
200774  category="lo",
200775  description="BAMUM LETTER PHASE-E FU I",
200776  direction="l",
200777  linebreak="al",
200778  unicodeslot=0x169C8,
200779 },
200780 [0x169C9]={
200781  category="lo",
200782  description="BAMUM LETTER PHASE-E MVI",
200783  direction="l",
200784  linebreak="al",
200785  unicodeslot=0x169C9,
200786 },
200787 [0x169CA]={
200788  category="lo",
200789  description="BAMUM LETTER PHASE-E PUAQ",
200790  direction="l",
200791  linebreak="al",
200792  unicodeslot=0x169CA,
200793 },
200794 [0x169CB]={
200795  category="lo",
200796  description="BAMUM LETTER PHASE-E NGKUM",
200797  direction="l",
200798  linebreak="al",
200799  unicodeslot=0x169CB,
200800 },
200801 [0x169CC]={
200802  category="lo",
200803  description="BAMUM LETTER PHASE-E KUT",
200804  direction="l",
200805  linebreak="al",
200806  unicodeslot=0x169CC,
200807 },
200808 [0x169CD]={
200809  category="lo",
200810  description="BAMUM LETTER PHASE-E PIET",
200811  direction="l",
200812  linebreak="al",
200813  unicodeslot=0x169CD,
200814 },
200815 [0x169CE]={
200816  category="lo",
200817  description="BAMUM LETTER PHASE-E NTAP",
200818  direction="l",
200819  linebreak="al",
200820  unicodeslot=0x169CE,
200821 },
200822 [0x169CF]={
200823  category="lo",
200824  description="BAMUM LETTER PHASE-E YEUAET",
200825  direction="l",
200826  linebreak="al",
200827  unicodeslot=0x169CF,
200828 },
200829 [0x169D0]={
200830  category="lo",
200831  description="BAMUM LETTER PHASE-E NGGUP",
200832  direction="l",
200833  linebreak="al",
200834  unicodeslot=0x169D0,
200835 },
200836 [0x169D1]={
200837  category="lo",
200838  description="BAMUM LETTER PHASE-E PA PEOPLE",
200839  direction="l",
200840  linebreak="al",
200841  unicodeslot=0x169D1,
200842 },
200843 [0x169D2]={
200844  category="lo",
200845  description="BAMUM LETTER PHASE-E FU CALL",
200846  direction="l",
200847  linebreak="al",
200848  unicodeslot=0x169D2,
200849 },
200850 [0x169D3]={
200851  category="lo",
200852  description="BAMUM LETTER PHASE-E FOM",
200853  direction="l",
200854  linebreak="al",
200855  unicodeslot=0x169D3,
200856 },
200857 [0x169D4]={
200858  category="lo",
200859  description="BAMUM LETTER PHASE-E NJEE",
200860  direction="l",
200861  linebreak="al",
200862  unicodeslot=0x169D4,
200863 },
200864 [0x169D5]={
200865  category="lo",
200866  description="BAMUM LETTER PHASE-E A",
200867  direction="l",
200868  linebreak="al",
200869  unicodeslot=0x169D5,
200870 },
200871 [0x169D6]={
200872  category="lo",
200873  description="BAMUM LETTER PHASE-E TOQ",
200874  direction="l",
200875  linebreak="al",
200876  unicodeslot=0x169D6,
200877 },
200878 [0x169D7]={
200879  category="lo",
200880  description="BAMUM LETTER PHASE-E O",
200881  direction="l",
200882  linebreak="al",
200883  unicodeslot=0x169D7,
200884 },
200885 [0x169D8]={
200886  category="lo",
200887  description="BAMUM LETTER PHASE-E I",
200888  direction="l",
200889  linebreak="al",
200890  unicodeslot=0x169D8,
200891 },
200892 [0x169D9]={
200893  category="lo",
200894  description="BAMUM LETTER PHASE-E LAQ",
200895  direction="l",
200896  linebreak="al",
200897  unicodeslot=0x169D9,
200898 },
200899 [0x169DA]={
200900  category="lo",
200901  description="BAMUM LETTER PHASE-E PA PLURAL",
200902  direction="l",
200903  linebreak="al",
200904  unicodeslot=0x169DA,
200905 },
200906 [0x169DB]={
200907  category="lo",
200908  description="BAMUM LETTER PHASE-E TAA",
200909  direction="l",
200910  linebreak="al",
200911  unicodeslot=0x169DB,
200912 },
200913 [0x169DC]={
200914  category="lo",
200915  description="BAMUM LETTER PHASE-E TAQ",
200916  direction="l",
200917  linebreak="al",
200918  unicodeslot=0x169DC,
200919 },
200920 [0x169DD]={
200921  category="lo",
200922  description="BAMUM LETTER PHASE-E NDAA MY HOUSE",
200923  direction="l",
200924  linebreak="al",
200925  unicodeslot=0x169DD,
200926 },
200927 [0x169DE]={
200928  category="lo",
200929  description="BAMUM LETTER PHASE-E SHIQ",
200930  direction="l",
200931  linebreak="al",
200932  unicodeslot=0x169DE,
200933 },
200934 [0x169DF]={
200935  category="lo",
200936  description="BAMUM LETTER PHASE-E YEUX",
200937  direction="l",
200938  linebreak="al",
200939  unicodeslot=0x169DF,
200940 },
200941 [0x169E0]={
200942  category="lo",
200943  description="BAMUM LETTER PHASE-E NGUAE",
200944  direction="l",
200945  linebreak="al",
200946  unicodeslot=0x169E0,
200947 },
200948 [0x169E1]={
200949  category="lo",
200950  description="BAMUM LETTER PHASE-E YUAEN",
200951  direction="l",
200952  linebreak="al",
200953  unicodeslot=0x169E1,
200954 },
200955 [0x169E2]={
200956  category="lo",
200957  description="BAMUM LETTER PHASE-E YOQ SWIMMING",
200958  direction="l",
200959  linebreak="al",
200960  unicodeslot=0x169E2,
200961 },
200962 [0x169E3]={
200963  category="lo",
200964  description="BAMUM LETTER PHASE-E YOQ COVER",
200965  direction="l",
200966  linebreak="al",
200967  unicodeslot=0x169E3,
200968 },
200969 [0x169E4]={
200970  category="lo",
200971  description="BAMUM LETTER PHASE-E YUQ",
200972  direction="l",
200973  linebreak="al",
200974  unicodeslot=0x169E4,
200975 },
200976 [0x169E5]={
200977  category="lo",
200978  description="BAMUM LETTER PHASE-E YUN",
200979  direction="l",
200980  linebreak="al",
200981  unicodeslot=0x169E5,
200982 },
200983 [0x169E6]={
200984  category="lo",
200985  description="BAMUM LETTER PHASE-E KEUX",
200986  direction="l",
200987  linebreak="al",
200988  unicodeslot=0x169E6,
200989 },
200990 [0x169E7]={
200991  category="lo",
200992  description="BAMUM LETTER PHASE-E PEUX",
200993  direction="l",
200994  linebreak="al",
200995  unicodeslot=0x169E7,
200996 },
200997 [0x169E8]={
200998  category="lo",
200999  description="BAMUM LETTER PHASE-E NJEE EPOCH",
201000  direction="l",
201001  linebreak="al",
201002  unicodeslot=0x169E8,
201003 },
201004 [0x169E9]={
201005  category="lo",
201006  description="BAMUM LETTER PHASE-E PUE",
201007  direction="l",
201008  linebreak="al",
201009  unicodeslot=0x169E9,
201010 },
201011 [0x169EA]={
201012  category="lo",
201013  description="BAMUM LETTER PHASE-E WUE",
201014  direction="l",
201015  linebreak="al",
201016  unicodeslot=0x169EA,
201017 },
201018 [0x169EB]={
201019  category="lo",
201020  description="BAMUM LETTER PHASE-E FEE",
201021  direction="l",
201022  linebreak="al",
201023  unicodeslot=0x169EB,
201024 },
201025 [0x169EC]={
201026  category="lo",
201027  description="BAMUM LETTER PHASE-E VEE",
201028  direction="l",
201029  linebreak="al",
201030  unicodeslot=0x169EC,
201031 },
201032 [0x169ED]={
201033  category="lo",
201034  description="BAMUM LETTER PHASE-E LU",
201035  direction="l",
201036  linebreak="al",
201037  unicodeslot=0x169ED,
201038 },
201039 [0x169EE]={
201040  category="lo",
201041  description="BAMUM LETTER PHASE-E MI",
201042  direction="l",
201043  linebreak="al",
201044  unicodeslot=0x169EE,
201045 },
201046 [0x169EF]={
201047  category="lo",
201048  description="BAMUM LETTER PHASE-E REUX",
201049  direction="l",
201050  linebreak="al",
201051  unicodeslot=0x169EF,
201052 },
201053 [0x169F0]={
201054  category="lo",
201055  description="BAMUM LETTER PHASE-E RAE",
201056  direction="l",
201057  linebreak="al",
201058  unicodeslot=0x169F0,
201059 },
201060 [0x169F1]={
201061  category="lo",
201062  description="BAMUM LETTER PHASE-E NGUAET",
201063  direction="l",
201064  linebreak="al",
201065  unicodeslot=0x169F1,
201066 },
201067 [0x169F2]={
201068  category="lo",
201069  description="BAMUM LETTER PHASE-E NGA",
201070  direction="l",
201071  linebreak="al",
201072  unicodeslot=0x169F2,
201073 },
201074 [0x169F3]={
201075  category="lo",
201076  description="BAMUM LETTER PHASE-E SHO",
201077  direction="l",
201078  linebreak="al",
201079  unicodeslot=0x169F3,
201080 },
201081 [0x169F4]={
201082  category="lo",
201083  description="BAMUM LETTER PHASE-E SHOQ",
201084  direction="l",
201085  linebreak="al",
201086  unicodeslot=0x169F4,
201087 },
201088 [0x169F5]={
201089  category="lo",
201090  description="BAMUM LETTER PHASE-E FU REMEDY",
201091  direction="l",
201092  linebreak="al",
201093  unicodeslot=0x169F5,
201094 },
201095 [0x169F6]={
201096  category="lo",
201097  description="BAMUM LETTER PHASE-E NA",
201098  direction="l",
201099  linebreak="al",
201100  unicodeslot=0x169F6,
201101 },
201102 [0x169F7]={
201103  category="lo",
201104  description="BAMUM LETTER PHASE-E PI",
201105  direction="l",
201106  linebreak="al",
201107  unicodeslot=0x169F7,
201108 },
201109 [0x169F8]={
201110  category="lo",
201111  description="BAMUM LETTER PHASE-E LOQ",
201112  direction="l",
201113  linebreak="al",
201114  unicodeslot=0x169F8,
201115 },
201116 [0x169F9]={
201117  category="lo",
201118  description="BAMUM LETTER PHASE-E KO",
201119  direction="l",
201120  linebreak="al",
201121  unicodeslot=0x169F9,
201122 },
201123 [0x169FA]={
201124  category="lo",
201125  description="BAMUM LETTER PHASE-E MEN",
201126  direction="l",
201127  linebreak="al",
201128  unicodeslot=0x169FA,
201129 },
201130 [0x169FB]={
201131  category="lo",
201132  description="BAMUM LETTER PHASE-E MA",
201133  direction="l",
201134  linebreak="al",
201135  unicodeslot=0x169FB,
201136 },
201137 [0x169FC]={
201138  category="lo",
201139  description="BAMUM LETTER PHASE-E MAQ",
201140  direction="l",
201141  linebreak="al",
201142  unicodeslot=0x169FC,
201143 },
201144 [0x169FD]={
201145  category="lo",
201146  description="BAMUM LETTER PHASE-E TEU",
201147  direction="l",
201148  linebreak="al",
201149  unicodeslot=0x169FD,
201150 },
201151 [0x169FE]={
201152  category="lo",
201153  description="BAMUM LETTER PHASE-E KI",
201154  direction="l",
201155  linebreak="al",
201156  unicodeslot=0x169FE,
201157 },
201158 [0x169FF]={
201159  category="lo",
201160  description="BAMUM LETTER PHASE-E MON",
201161  direction="l",
201162  linebreak="al",
201163  unicodeslot=0x169FF,
201164 },
201165 [0x16A00]={
201166  category="lo",
201167  description="BAMUM LETTER PHASE-E TEN",
201168  direction="l",
201169  linebreak="al",
201170  unicodeslot=0x16A00,
201171 },
201172 [0x16A01]={
201173  category="lo",
201174  description="BAMUM LETTER PHASE-E FAQ",
201175  direction="l",
201176  linebreak="al",
201177  unicodeslot=0x16A01,
201178 },
201179 [0x16A02]={
201180  category="lo",
201181  description="BAMUM LETTER PHASE-E GHOM",
201182  direction="l",
201183  linebreak="al",
201184  unicodeslot=0x16A02,
201185 },
201186 [0x16A03]={
201187  category="lo",
201188  description="BAMUM LETTER PHASE-F KA",
201189  direction="l",
201190  linebreak="al",
201191  unicodeslot=0x16A03,
201192 },
201193 [0x16A04]={
201194  category="lo",
201195  description="BAMUM LETTER PHASE-F U",
201196  direction="l",
201197  linebreak="al",
201198  unicodeslot=0x16A04,
201199 },
201200 [0x16A05]={
201201  category="lo",
201202  description="BAMUM LETTER PHASE-F KU",
201203  direction="l",
201204  linebreak="al",
201205  unicodeslot=0x16A05,
201206 },
201207 [0x16A06]={
201208  category="lo",
201209  description="BAMUM LETTER PHASE-F EE",
201210  direction="l",
201211  linebreak="al",
201212  unicodeslot=0x16A06,
201213 },
201214 [0x16A07]={
201215  category="lo",
201216  description="BAMUM LETTER PHASE-F REE",
201217  direction="l",
201218  linebreak="al",
201219  unicodeslot=0x16A07,
201220 },
201221 [0x16A08]={
201222  category="lo",
201223  description="BAMUM LETTER PHASE-F TAE",
201224  direction="l",
201225  linebreak="al",
201226  unicodeslot=0x16A08,
201227 },
201228 [0x16A09]={
201229  category="lo",
201230  description="BAMUM LETTER PHASE-F NYI",
201231  direction="l",
201232  linebreak="al",
201233  unicodeslot=0x16A09,
201234 },
201235 [0x16A0A]={
201236  category="lo",
201237  description="BAMUM LETTER PHASE-F LA",
201238  direction="l",
201239  linebreak="al",
201240  unicodeslot=0x16A0A,
201241 },
201242 [0x16A0B]={
201243  category="lo",
201244  description="BAMUM LETTER PHASE-F RII",
201245  direction="l",
201246  linebreak="al",
201247  unicodeslot=0x16A0B,
201248 },
201249 [0x16A0C]={
201250  category="lo",
201251  description="BAMUM LETTER PHASE-F RIEE",
201252  direction="l",
201253  linebreak="al",
201254  unicodeslot=0x16A0C,
201255 },
201256 [0x16A0D]={
201257  category="lo",
201258  description="BAMUM LETTER PHASE-F MEEEE",
201259  direction="l",
201260  linebreak="al",
201261  unicodeslot=0x16A0D,
201262 },
201263 [0x16A0E]={
201264  category="lo",
201265  description="BAMUM LETTER PHASE-F TAA",
201266  direction="l",
201267  linebreak="al",
201268  unicodeslot=0x16A0E,
201269 },
201270 [0x16A0F]={
201271  category="lo",
201272  description="BAMUM LETTER PHASE-F NDAA",
201273  direction="l",
201274  linebreak="al",
201275  unicodeslot=0x16A0F,
201276 },
201277 [0x16A10]={
201278  category="lo",
201279  description="BAMUM LETTER PHASE-F NJAEM",
201280  direction="l",
201281  linebreak="al",
201282  unicodeslot=0x16A10,
201283 },
201284 [0x16A11]={
201285  category="lo",
201286  description="BAMUM LETTER PHASE-F M",
201287  direction="l",
201288  linebreak="al",
201289  unicodeslot=0x16A11,
201290 },
201291 [0x16A12]={
201292  category="lo",
201293  description="BAMUM LETTER PHASE-F SUU",
201294  direction="l",
201295  linebreak="al",
201296  unicodeslot=0x16A12,
201297 },
201298 [0x16A13]={
201299  category="lo",
201300  description="BAMUM LETTER PHASE-F SHII",
201301  direction="l",
201302  linebreak="al",
201303  unicodeslot=0x16A13,
201304 },
201305 [0x16A14]={
201306  category="lo",
201307  description="BAMUM LETTER PHASE-F SI",
201308  direction="l",
201309  linebreak="al",
201310  unicodeslot=0x16A14,
201311 },
201312 [0x16A15]={
201313  category="lo",
201314  description="BAMUM LETTER PHASE-F SEUX",
201315  direction="l",
201316  linebreak="al",
201317  unicodeslot=0x16A15,
201318 },
201319 [0x16A16]={
201320  category="lo",
201321  description="BAMUM LETTER PHASE-F KYEE",
201322  direction="l",
201323  linebreak="al",
201324  unicodeslot=0x16A16,
201325 },
201326 [0x16A17]={
201327  category="lo",
201328  description="BAMUM LETTER PHASE-F KET",
201329  direction="l",
201330  linebreak="al",
201331  unicodeslot=0x16A17,
201332 },
201333 [0x16A18]={
201334  category="lo",
201335  description="BAMUM LETTER PHASE-F NUAE",
201336  direction="l",
201337  linebreak="al",
201338  unicodeslot=0x16A18,
201339 },
201340 [0x16A19]={
201341  category="lo",
201342  description="BAMUM LETTER PHASE-F NU",
201343  direction="l",
201344  linebreak="al",
201345  unicodeslot=0x16A19,
201346 },
201347 [0x16A1A]={
201348  category="lo",
201349  description="BAMUM LETTER PHASE-F NJUAE",
201350  direction="l",
201351  linebreak="al",
201352  unicodeslot=0x16A1A,
201353 },
201354 [0x16A1B]={
201355  category="lo",
201356  description="BAMUM LETTER PHASE-F YOQ",
201357  direction="l",
201358  linebreak="al",
201359  unicodeslot=0x16A1B,
201360 },
201361 [0x16A1C]={
201362  category="lo",
201363  description="BAMUM LETTER PHASE-F SHU",
201364  direction="l",
201365  linebreak="al",
201366  unicodeslot=0x16A1C,
201367 },
201368 [0x16A1D]={
201369  category="lo",
201370  description="BAMUM LETTER PHASE-F YA",
201371  direction="l",
201372  linebreak="al",
201373  unicodeslot=0x16A1D,
201374 },
201375 [0x16A1E]={
201376  category="lo",
201377  description="BAMUM LETTER PHASE-F NSHA",
201378  direction="l",
201379  linebreak="al",
201380  unicodeslot=0x16A1E,
201381 },
201382 [0x16A1F]={
201383  category="lo",
201384  description="BAMUM LETTER PHASE-F PEUX",
201385  direction="l",
201386  linebreak="al",
201387  unicodeslot=0x16A1F,
201388 },
201389 [0x16A20]={
201390  category="lo",
201391  description="BAMUM LETTER PHASE-F NTEE",
201392  direction="l",
201393  linebreak="al",
201394  unicodeslot=0x16A20,
201395 },
201396 [0x16A21]={
201397  category="lo",
201398  description="BAMUM LETTER PHASE-F WUE",
201399  direction="l",
201400  linebreak="al",
201401  unicodeslot=0x16A21,
201402 },
201403 [0x16A22]={
201404  category="lo",
201405  description="BAMUM LETTER PHASE-F PEE",
201406  direction="l",
201407  linebreak="al",
201408  unicodeslot=0x16A22,
201409 },
201410 [0x16A23]={
201411  category="lo",
201412  description="BAMUM LETTER PHASE-F RU",
201413  direction="l",
201414  linebreak="al",
201415  unicodeslot=0x16A23,
201416 },
201417 [0x16A24]={
201418  category="lo",
201419  description="BAMUM LETTER PHASE-F NI",
201420  direction="l",
201421  linebreak="al",
201422  unicodeslot=0x16A24,
201423 },
201424 [0x16A25]={
201425  category="lo",
201426  description="BAMUM LETTER PHASE-F REUX",
201427  direction="l",
201428  linebreak="al",
201429  unicodeslot=0x16A25,
201430 },
201431 [0x16A26]={
201432  category="lo",
201433  description="BAMUM LETTER PHASE-F KEN",
201434  direction="l",
201435  linebreak="al",
201436  unicodeslot=0x16A26,
201437 },
201438 [0x16A27]={
201439  category="lo",
201440  description="BAMUM LETTER PHASE-F NGKWAEN",
201441  direction="l",
201442  linebreak="al",
201443  unicodeslot=0x16A27,
201444 },
201445 [0x16A28]={
201446  category="lo",
201447  description="BAMUM LETTER PHASE-F NGGA",
201448  direction="l",
201449  linebreak="al",
201450  unicodeslot=0x16A28,
201451 },
201452 [0x16A29]={
201453  category="lo",
201454  description="BAMUM LETTER PHASE-F SHO",
201455  direction="l",
201456  linebreak="al",
201457  unicodeslot=0x16A29,
201458 },
201459 [0x16A2A]={
201460  category="lo",
201461  description="BAMUM LETTER PHASE-F PUAE",
201462  direction="l",
201463  linebreak="al",
201464  unicodeslot=0x16A2A,
201465 },
201466 [0x16A2B]={
201467  category="lo",
201468  description="BAMUM LETTER PHASE-F FOM",
201469  direction="l",
201470  linebreak="al",
201471  unicodeslot=0x16A2B,
201472 },
201473 [0x16A2C]={
201474  category="lo",
201475  description="BAMUM LETTER PHASE-F WA",
201476  direction="l",
201477  linebreak="al",
201478  unicodeslot=0x16A2C,
201479 },
201480 [0x16A2D]={
201481  category="lo",
201482  description="BAMUM LETTER PHASE-F LI",
201483  direction="l",
201484  linebreak="al",
201485  unicodeslot=0x16A2D,
201486 },
201487 [0x16A2E]={
201488  category="lo",
201489  description="BAMUM LETTER PHASE-F LOQ",
201490  direction="l",
201491  linebreak="al",
201492  unicodeslot=0x16A2E,
201493 },
201494 [0x16A2F]={
201495  category="lo",
201496  description="BAMUM LETTER PHASE-F KO",
201497  direction="l",
201498  linebreak="al",
201499  unicodeslot=0x16A2F,
201500 },
201501 [0x16A30]={
201502  category="lo",
201503  description="BAMUM LETTER PHASE-F MBEN",
201504  direction="l",
201505  linebreak="al",
201506  unicodeslot=0x16A30,
201507 },
201508 [0x16A31]={
201509  category="lo",
201510  description="BAMUM LETTER PHASE-F REN",
201511  direction="l",
201512  linebreak="al",
201513  unicodeslot=0x16A31,
201514 },
201515 [0x16A32]={
201516  category="lo",
201517  description="BAMUM LETTER PHASE-F MA",
201518  direction="l",
201519  linebreak="al",
201520  unicodeslot=0x16A32,
201521 },
201522 [0x16A33]={
201523  category="lo",
201524  description="BAMUM LETTER PHASE-F MO",
201525  direction="l",
201526  linebreak="al",
201527  unicodeslot=0x16A33,
201528 },
201529 [0x16A34]={
201530  category="lo",
201531  description="BAMUM LETTER PHASE-F MBAA",
201532  direction="l",
201533  linebreak="al",
201534  unicodeslot=0x16A34,
201535 },
201536 [0x16A35]={
201537  category="lo",
201538  description="BAMUM LETTER PHASE-F TET",
201539  direction="l",
201540  linebreak="al",
201541  unicodeslot=0x16A35,
201542 },
201543 [0x16A36]={
201544  category="lo",
201545  description="BAMUM LETTER PHASE-F KPA",
201546  direction="l",
201547  linebreak="al",
201548  unicodeslot=0x16A36,
201549 },
201550 [0x16A37]={
201551  category="lo",
201552  description="BAMUM LETTER PHASE-F SAMBA",
201553  direction="l",
201554  linebreak="al",
201555  unicodeslot=0x16A37,
201556 },
201557 [0x16A38]={
201558  category="lo",
201559  description="BAMUM LETTER PHASE-F VUEQ",
201560  direction="l",
201561  linebreak="al",
201562  unicodeslot=0x16A38,
201563 },
201564 [0x16A40]={
201565  category="lo",
201566  description="MRO LETTER TA",
201567  direction="l",
201568  linebreak="al",
201569  unicodeslot=0x16A40,
201570 },
201571 [0x16A41]={
201572  category="lo",
201573  description="MRO LETTER NGI",
201574  direction="l",
201575  linebreak="al",
201576  unicodeslot=0x16A41,
201577 },
201578 [0x16A42]={
201579  category="lo",
201580  description="MRO LETTER YO",
201581  direction="l",
201582  linebreak="al",
201583  unicodeslot=0x16A42,
201584 },
201585 [0x16A43]={
201586  category="lo",
201587  description="MRO LETTER MIM",
201588  direction="l",
201589  linebreak="al",
201590  unicodeslot=0x16A43,
201591 },
201592 [0x16A44]={
201593  category="lo",
201594  description="MRO LETTER BA",
201595  direction="l",
201596  linebreak="al",
201597  unicodeslot=0x16A44,
201598 },
201599 [0x16A45]={
201600  category="lo",
201601  description="MRO LETTER DA",
201602  direction="l",
201603  linebreak="al",
201604  unicodeslot=0x16A45,
201605 },
201606 [0x16A46]={
201607  category="lo",
201608  description="MRO LETTER A",
201609  direction="l",
201610  linebreak="al",
201611  unicodeslot=0x16A46,
201612 },
201613 [0x16A47]={
201614  category="lo",
201615  description="MRO LETTER PHI",
201616  direction="l",
201617  linebreak="al",
201618  unicodeslot=0x16A47,
201619 },
201620 [0x16A48]={
201621  category="lo",
201622  description="MRO LETTER KHAI",
201623  direction="l",
201624  linebreak="al",
201625  unicodeslot=0x16A48,
201626 },
201627 [0x16A49]={
201628  category="lo",
201629  description="MRO LETTER HAO",
201630  direction="l",
201631  linebreak="al",
201632  unicodeslot=0x16A49,
201633 },
201634 [0x16A4A]={
201635  category="lo",
201636  description="MRO LETTER DAI",
201637  direction="l",
201638  linebreak="al",
201639  unicodeslot=0x16A4A,
201640 },
201641 [0x16A4B]={
201642  category="lo",
201643  description="MRO LETTER CHU",
201644  direction="l",
201645  linebreak="al",
201646  unicodeslot=0x16A4B,
201647 },
201648 [0x16A4C]={
201649  category="lo",
201650  description="MRO LETTER KEAAE",
201651  direction="l",
201652  linebreak="al",
201653  unicodeslot=0x16A4C,
201654 },
201655 [0x16A4D]={
201656  category="lo",
201657  description="MRO LETTER OL",
201658  direction="l",
201659  linebreak="al",
201660  unicodeslot=0x16A4D,
201661 },
201662 [0x16A4E]={
201663  category="lo",
201664  description="MRO LETTER MAEM",
201665  direction="l",
201666  linebreak="al",
201667  unicodeslot=0x16A4E,
201668 },
201669 [0x16A4F]={
201670  category="lo",
201671  description="MRO LETTER NIN",
201672  direction="l",
201673  linebreak="al",
201674  unicodeslot=0x16A4F,
201675 },
201676 [0x16A50]={
201677  category="lo",
201678  description="MRO LETTER PA",
201679  direction="l",
201680  linebreak="al",
201681  unicodeslot=0x16A50,
201682 },
201683 [0x16A51]={
201684  category="lo",
201685  description="MRO LETTER OO",
201686  direction="l",
201687  linebreak="al",
201688  unicodeslot=0x16A51,
201689 },
201690 [0x16A52]={
201691  category="lo",
201692  description="MRO LETTER O",
201693  direction="l",
201694  linebreak="al",
201695  unicodeslot=0x16A52,
201696 },
201697 [0x16A53]={
201698  category="lo",
201699  description="MRO LETTER RO",
201700  direction="l",
201701  linebreak="al",
201702  unicodeslot=0x16A53,
201703 },
201704 [0x16A54]={
201705  category="lo",
201706  description="MRO LETTER SHI",
201707  direction="l",
201708  linebreak="al",
201709  unicodeslot=0x16A54,
201710 },
201711 [0x16A55]={
201712  category="lo",
201713  description="MRO LETTER THEA",
201714  direction="l",
201715  linebreak="al",
201716  unicodeslot=0x16A55,
201717 },
201718 [0x16A56]={
201719  category="lo",
201720  description="MRO LETTER EA",
201721  direction="l",
201722  linebreak="al",
201723  unicodeslot=0x16A56,
201724 },
201725 [0x16A57]={
201726  category="lo",
201727  description="MRO LETTER WA",
201728  direction="l",
201729  linebreak="al",
201730  unicodeslot=0x16A57,
201731 },
201732 [0x16A58]={
201733  category="lo",
201734  description="MRO LETTER E",
201735  direction="l",
201736  linebreak="al",
201737  unicodeslot=0x16A58,
201738 },
201739 [0x16A59]={
201740  category="lo",
201741  description="MRO LETTER KO",
201742  direction="l",
201743  linebreak="al",
201744  unicodeslot=0x16A59,
201745 },
201746 [0x16A5A]={
201747  category="lo",
201748  description="MRO LETTER LAN",
201749  direction="l",
201750  linebreak="al",
201751  unicodeslot=0x16A5A,
201752 },
201753 [0x16A5B]={
201754  category="lo",
201755  description="MRO LETTER LA",
201756  direction="l",
201757  linebreak="al",
201758  unicodeslot=0x16A5B,
201759 },
201760 [0x16A5C]={
201761  category="lo",
201762  description="MRO LETTER HAI",
201763  direction="l",
201764  linebreak="al",
201765  unicodeslot=0x16A5C,
201766 },
201767 [0x16A5D]={
201768  category="lo",
201769  description="MRO LETTER RI",
201770  direction="l",
201771  linebreak="al",
201772  unicodeslot=0x16A5D,
201773 },
201774 [0x16A5E]={
201775  category="lo",
201776  description="MRO LETTER TEK",
201777  direction="l",
201778  linebreak="al",
201779  unicodeslot=0x16A5E,
201780 },
201781 [0x16A60]={
201782  category="nd",
201783  description="MRO DIGIT ZERO",
201784  direction="l",
201785  linebreak="nu",
201786  unicodeslot=0x16A60,
201787 },
201788 [0x16A61]={
201789  category="nd",
201790  description="MRO DIGIT ONE",
201791  direction="l",
201792  linebreak="nu",
201793  unicodeslot=0x16A61,
201794 },
201795 [0x16A62]={
201796  category="nd",
201797  description="MRO DIGIT TWO",
201798  direction="l",
201799  linebreak="nu",
201800  unicodeslot=0x16A62,
201801 },
201802 [0x16A63]={
201803  category="nd",
201804  description="MRO DIGIT THREE",
201805  direction="l",
201806  linebreak="nu",
201807  unicodeslot=0x16A63,
201808 },
201809 [0x16A64]={
201810  category="nd",
201811  description="MRO DIGIT FOUR",
201812  direction="l",
201813  linebreak="nu",
201814  unicodeslot=0x16A64,
201815 },
201816 [0x16A65]={
201817  category="nd",
201818  description="MRO DIGIT FIVE",
201819  direction="l",
201820  linebreak="nu",
201821  unicodeslot=0x16A65,
201822 },
201823 [0x16A66]={
201824  category="nd",
201825  description="MRO DIGIT SIX",
201826  direction="l",
201827  linebreak="nu",
201828  unicodeslot=0x16A66,
201829 },
201830 [0x16A67]={
201831  category="nd",
201832  description="MRO DIGIT SEVEN",
201833  direction="l",
201834  linebreak="nu",
201835  unicodeslot=0x16A67,
201836 },
201837 [0x16A68]={
201838  category="nd",
201839  description="MRO DIGIT EIGHT",
201840  direction="l",
201841  linebreak="nu",
201842  unicodeslot=0x16A68,
201843 },
201844 [0x16A69]={
201845  category="nd",
201846  description="MRO DIGIT NINE",
201847  direction="l",
201848  linebreak="nu",
201849  unicodeslot=0x16A69,
201850 },
201851 [0x16A6E]={
201852  category="po",
201853  description="MRO DANDA",
201854  direction="l",
201855  linebreak="ba",
201856  unicodeslot=0x16A6E,
201857 },
201858 [0x16A6F]={
201859  category="po",
201860  description="MRO DOUBLE DANDA",
201861  direction="l",
201862  linebreak="ba",
201863  unicodeslot=0x16A6F,
201864 },
201865 [0x16A70]={
201866  category="lo",
201867  description="TANGSA LETTER OZ",
201868  direction="l",
201869  linebreak="al",
201870  unicodeslot=0x16A70,
201871 },
201872 [0x16A71]={
201873  category="lo",
201874  description="TANGSA LETTER OC",
201875  direction="l",
201876  linebreak="al",
201877  unicodeslot=0x16A71,
201878 },
201879 [0x16A72]={
201880  category="lo",
201881  description="TANGSA LETTER OQ",
201882  direction="l",
201883  linebreak="al",
201884  unicodeslot=0x16A72,
201885 },
201886 [0x16A73]={
201887  category="lo",
201888  description="TANGSA LETTER OX",
201889  direction="l",
201890  linebreak="al",
201891  unicodeslot=0x16A73,
201892 },
201893 [0x16A74]={
201894  category="lo",
201895  description="TANGSA LETTER AZ",
201896  direction="l",
201897  linebreak="al",
201898  unicodeslot=0x16A74,
201899 },
201900 [0x16A75]={
201901  category="lo",
201902  description="TANGSA LETTER AC",
201903  direction="l",
201904  linebreak="al",
201905  unicodeslot=0x16A75,
201906 },
201907 [0x16A76]={
201908  category="lo",
201909  description="TANGSA LETTER AQ",
201910  direction="l",
201911  linebreak="al",
201912  unicodeslot=0x16A76,
201913 },
201914 [0x16A77]={
201915  category="lo",
201916  description="TANGSA LETTER AX",
201917  direction="l",
201918  linebreak="al",
201919  unicodeslot=0x16A77,
201920 },
201921 [0x16A78]={
201922  category="lo",
201923  description="TANGSA LETTER VZ",
201924  direction="l",
201925  linebreak="al",
201926  unicodeslot=0x16A78,
201927 },
201928 [0x16A79]={
201929  category="lo",
201930  description="TANGSA LETTER VC",
201931  direction="l",
201932  linebreak="al",
201933  unicodeslot=0x16A79,
201934 },
201935 [0x16A7A]={
201936  category="lo",
201937  description="TANGSA LETTER VQ",
201938  direction="l",
201939  linebreak="al",
201940  unicodeslot=0x16A7A,
201941 },
201942 [0x16A7B]={
201943  category="lo",
201944  description="TANGSA LETTER VX",
201945  direction="l",
201946  linebreak="al",
201947  unicodeslot=0x16A7B,
201948 },
201949 [0x16A7C]={
201950  category="lo",
201951  description="TANGSA LETTER EZ",
201952  direction="l",
201953  linebreak="al",
201954  unicodeslot=0x16A7C,
201955 },
201956 [0x16A7D]={
201957  category="lo",
201958  description="TANGSA LETTER EC",
201959  direction="l",
201960  linebreak="al",
201961  unicodeslot=0x16A7D,
201962 },
201963 [0x16A7E]={
201964  category="lo",
201965  description="TANGSA LETTER EQ",
201966  direction="l",
201967  linebreak="al",
201968  unicodeslot=0x16A7E,
201969 },
201970 [0x16A7F]={
201971  category="lo",
201972  description="TANGSA LETTER EX",
201973  direction="l",
201974  linebreak="al",
201975  unicodeslot=0x16A7F,
201976 },
201977 [0x16A80]={
201978  category="lo",
201979  description="TANGSA LETTER IZ",
201980  direction="l",
201981  linebreak="al",
201982  unicodeslot=0x16A80,
201983 },
201984 [0x16A81]={
201985  category="lo",
201986  description="TANGSA LETTER IC",
201987  direction="l",
201988  linebreak="al",
201989  unicodeslot=0x16A81,
201990 },
201991 [0x16A82]={
201992  category="lo",
201993  description="TANGSA LETTER IQ",
201994  direction="l",
201995  linebreak="al",
201996  unicodeslot=0x16A82,
201997 },
201998 [0x16A83]={
201999  category="lo",
202000  description="TANGSA LETTER IX",
202001  direction="l",
202002  linebreak="al",
202003  unicodeslot=0x16A83,
202004 },
202005 [0x16A84]={
202006  category="lo",
202007  description="TANGSA LETTER UZ",
202008  direction="l",
202009  linebreak="al",
202010  unicodeslot=0x16A84,
202011 },
202012 [0x16A85]={
202013  category="lo",
202014  description="TANGSA LETTER UC",
202015  direction="l",
202016  linebreak="al",
202017  unicodeslot=0x16A85,
202018 },
202019 [0x16A86]={
202020  category="lo",
202021  description="TANGSA LETTER UQ",
202022  direction="l",
202023  linebreak="al",
202024  unicodeslot=0x16A86,
202025 },
202026 [0x16A87]={
202027  category="lo",
202028  description="TANGSA LETTER UX",
202029  direction="l",
202030  linebreak="al",
202031  unicodeslot=0x16A87,
202032 },
202033 [0x16A88]={
202034  category="lo",
202035  description="TANGSA LETTER AWZ",
202036  direction="l",
202037  linebreak="al",
202038  unicodeslot=0x16A88,
202039 },
202040 [0x16A89]={
202041  category="lo",
202042  description="TANGSA LETTER AWC",
202043  direction="l",
202044  linebreak="al",
202045  unicodeslot=0x16A89,
202046 },
202047 [0x16A8A]={
202048  category="lo",
202049  description="TANGSA LETTER AWQ",
202050  direction="l",
202051  linebreak="al",
202052  unicodeslot=0x16A8A,
202053 },
202054 [0x16A8B]={
202055  category="lo",
202056  description="TANGSA LETTER AWX",
202057  direction="l",
202058  linebreak="al",
202059  unicodeslot=0x16A8B,
202060 },
202061 [0x16A8C]={
202062  category="lo",
202063  description="TANGSA LETTER UIZ",
202064  direction="l",
202065  linebreak="al",
202066  unicodeslot=0x16A8C,
202067 },
202068 [0x16A8D]={
202069  category="lo",
202070  description="TANGSA LETTER UIC",
202071  direction="l",
202072  linebreak="al",
202073  unicodeslot=0x16A8D,
202074 },
202075 [0x16A8E]={
202076  category="lo",
202077  description="TANGSA LETTER UIQ",
202078  direction="l",
202079  linebreak="al",
202080  unicodeslot=0x16A8E,
202081 },
202082 [0x16A8F]={
202083  category="lo",
202084  description="TANGSA LETTER UIX",
202085  direction="l",
202086  linebreak="al",
202087  unicodeslot=0x16A8F,
202088 },
202089 [0x16A90]={
202090  category="lo",
202091  description="TANGSA LETTER FINAL NG",
202092  direction="l",
202093  linebreak="al",
202094  unicodeslot=0x16A90,
202095 },
202096 [0x16A91]={
202097  category="lo",
202098  description="TANGSA LETTER LONG UEX",
202099  direction="l",
202100  linebreak="al",
202101  unicodeslot=0x16A91,
202102 },
202103 [0x16A92]={
202104  category="lo",
202105  description="TANGSA LETTER SHORT UEZ",
202106  direction="l",
202107  linebreak="al",
202108  unicodeslot=0x16A92,
202109 },
202110 [0x16A93]={
202111  category="lo",
202112  description="TANGSA LETTER SHORT AWX",
202113  direction="l",
202114  linebreak="al",
202115  unicodeslot=0x16A93,
202116 },
202117 [0x16A94]={
202118  category="lo",
202119  description="TANGSA LETTER UEC",
202120  direction="l",
202121  linebreak="al",
202122  unicodeslot=0x16A94,
202123 },
202124 [0x16A95]={
202125  category="lo",
202126  description="TANGSA LETTER UEZ",
202127  direction="l",
202128  linebreak="al",
202129  unicodeslot=0x16A95,
202130 },
202131 [0x16A96]={
202132  category="lo",
202133  description="TANGSA LETTER UEQ",
202134  direction="l",
202135  linebreak="al",
202136  unicodeslot=0x16A96,
202137 },
202138 [0x16A97]={
202139  category="lo",
202140  description="TANGSA LETTER UEX",
202141  direction="l",
202142  linebreak="al",
202143  unicodeslot=0x16A97,
202144 },
202145 [0x16A98]={
202146  category="lo",
202147  description="TANGSA LETTER UIUZ",
202148  direction="l",
202149  linebreak="al",
202150  unicodeslot=0x16A98,
202151 },
202152 [0x16A99]={
202153  category="lo",
202154  description="TANGSA LETTER UIUC",
202155  direction="l",
202156  linebreak="al",
202157  unicodeslot=0x16A99,
202158 },
202159 [0x16A9A]={
202160  category="lo",
202161  description="TANGSA LETTER UIUQ",
202162  direction="l",
202163  linebreak="al",
202164  unicodeslot=0x16A9A,
202165 },
202166 [0x16A9B]={
202167  category="lo",
202168  description="TANGSA LETTER UIUX",
202169  direction="l",
202170  linebreak="al",
202171  unicodeslot=0x16A9B,
202172 },
202173 [0x16A9C]={
202174  category="lo",
202175  description="TANGSA LETTER MZ",
202176  direction="l",
202177  linebreak="al",
202178  unicodeslot=0x16A9C,
202179 },
202180 [0x16A9D]={
202181  category="lo",
202182  description="TANGSA LETTER MC",
202183  direction="l",
202184  linebreak="al",
202185  unicodeslot=0x16A9D,
202186 },
202187 [0x16A9E]={
202188  category="lo",
202189  description="TANGSA LETTER MQ",
202190  direction="l",
202191  linebreak="al",
202192  unicodeslot=0x16A9E,
202193 },
202194 [0x16A9F]={
202195  category="lo",
202196  description="TANGSA LETTER MX",
202197  direction="l",
202198  linebreak="al",
202199  unicodeslot=0x16A9F,
202200 },
202201 [0x16AA0]={
202202  category="lo",
202203  description="TANGSA LETTER KA",
202204  direction="l",
202205  linebreak="al",
202206  unicodeslot=0x16AA0,
202207 },
202208 [0x16AA1]={
202209  category="lo",
202210  description="TANGSA LETTER KHA",
202211  direction="l",
202212  linebreak="al",
202213  unicodeslot=0x16AA1,
202214 },
202215 [0x16AA2]={
202216  category="lo",
202217  description="TANGSA LETTER GA",
202218  direction="l",
202219  linebreak="al",
202220  unicodeslot=0x16AA2,
202221 },
202222 [0x16AA3]={
202223  category="lo",
202224  description="TANGSA LETTER NGA",
202225  direction="l",
202226  linebreak="al",
202227  unicodeslot=0x16AA3,
202228 },
202229 [0x16AA4]={
202230  category="lo",
202231  description="TANGSA LETTER SA",
202232  direction="l",
202233  linebreak="al",
202234  unicodeslot=0x16AA4,
202235 },
202236 [0x16AA5]={
202237  category="lo",
202238  description="TANGSA LETTER YA",
202239  direction="l",
202240  linebreak="al",
202241  unicodeslot=0x16AA5,
202242 },
202243 [0x16AA6]={
202244  category="lo",
202245  description="TANGSA LETTER WA",
202246  direction="l",
202247  linebreak="al",
202248  unicodeslot=0x16AA6,
202249 },
202250 [0x16AA7]={
202251  category="lo",
202252  description="TANGSA LETTER PA",
202253  direction="l",
202254  linebreak="al",
202255  unicodeslot=0x16AA7,
202256 },
202257 [0x16AA8]={
202258  category="lo",
202259  description="TANGSA LETTER NYA",
202260  direction="l",
202261  linebreak="al",
202262  unicodeslot=0x16AA8,
202263 },
202264 [0x16AA9]={
202265  category="lo",
202266  description="TANGSA LETTER PHA",
202267  direction="l",
202268  linebreak="al",
202269  unicodeslot=0x16AA9,
202270 },
202271 [0x16AAA]={
202272  category="lo",
202273  description="TANGSA LETTER BA",
202274  direction="l",
202275  linebreak="al",
202276  unicodeslot=0x16AAA,
202277 },
202278 [0x16AAB]={
202279  category="lo",
202280  description="TANGSA LETTER MA",
202281  direction="l",
202282  linebreak="al",
202283  unicodeslot=0x16AAB,
202284 },
202285 [0x16AAC]={
202286  category="lo",
202287  description="TANGSA LETTER NA",
202288  direction="l",
202289  linebreak="al",
202290  unicodeslot=0x16AAC,
202291 },
202292 [0x16AAD]={
202293  category="lo",
202294  description="TANGSA LETTER HA",
202295  direction="l",
202296  linebreak="al",
202297  unicodeslot=0x16AAD,
202298 },
202299 [0x16AAE]={
202300  category="lo",
202301  description="TANGSA LETTER LA",
202302  direction="l",
202303  linebreak="al",
202304  unicodeslot=0x16AAE,
202305 },
202306 [0x16AAF]={
202307  category="lo",
202308  description="TANGSA LETTER HTA",
202309  direction="l",
202310  linebreak="al",
202311  unicodeslot=0x16AAF,
202312 },
202313 [0x16AB0]={
202314  category="lo",
202315  description="TANGSA LETTER TA",
202316  direction="l",
202317  linebreak="al",
202318  unicodeslot=0x16AB0,
202319 },
202320 [0x16AB1]={
202321  category="lo",
202322  description="TANGSA LETTER DA",
202323  direction="l",
202324  linebreak="al",
202325  unicodeslot=0x16AB1,
202326 },
202327 [0x16AB2]={
202328  category="lo",
202329  description="TANGSA LETTER RA",
202330  direction="l",
202331  linebreak="al",
202332  unicodeslot=0x16AB2,
202333 },
202334 [0x16AB3]={
202335  category="lo",
202336  description="TANGSA LETTER NHA",
202337  direction="l",
202338  linebreak="al",
202339  unicodeslot=0x16AB3,
202340 },
202341 [0x16AB4]={
202342  category="lo",
202343  description="TANGSA LETTER SHA",
202344  direction="l",
202345  linebreak="al",
202346  unicodeslot=0x16AB4,
202347 },
202348 [0x16AB5]={
202349  category="lo",
202350  description="TANGSA LETTER CA",
202351  direction="l",
202352  linebreak="al",
202353  unicodeslot=0x16AB5,
202354 },
202355 [0x16AB6]={
202356  category="lo",
202357  description="TANGSA LETTER TSA",
202358  direction="l",
202359  linebreak="al",
202360  unicodeslot=0x16AB6,
202361 },
202362 [0x16AB7]={
202363  category="lo",
202364  description="TANGSA LETTER GHA",
202365  direction="l",
202366  linebreak="al",
202367  unicodeslot=0x16AB7,
202368 },
202369 [0x16AB8]={
202370  category="lo",
202371  description="TANGSA LETTER HTTA",
202372  direction="l",
202373  linebreak="al",
202374  unicodeslot=0x16AB8,
202375 },
202376 [0x16AB9]={
202377  category="lo",
202378  description="TANGSA LETTER THA",
202379  direction="l",
202380  linebreak="al",
202381  unicodeslot=0x16AB9,
202382 },
202383 [0x16ABA]={
202384  category="lo",
202385  description="TANGSA LETTER XA",
202386  direction="l",
202387  linebreak="al",
202388  unicodeslot=0x16ABA,
202389 },
202390 [0x16ABB]={
202391  category="lo",
202392  description="TANGSA LETTER FA",
202393  direction="l",
202394  linebreak="al",
202395  unicodeslot=0x16ABB,
202396 },
202397 [0x16ABC]={
202398  category="lo",
202399  description="TANGSA LETTER DHA",
202400  direction="l",
202401  linebreak="al",
202402  unicodeslot=0x16ABC,
202403 },
202404 [0x16ABD]={
202405  category="lo",
202406  description="TANGSA LETTER CHA",
202407  direction="l",
202408  linebreak="al",
202409  unicodeslot=0x16ABD,
202410 },
202411 [0x16ABE]={
202412  category="lo",
202413  description="TANGSA LETTER ZA",
202414  direction="l",
202415  linebreak="al",
202416  unicodeslot=0x16ABE,
202417 },
202418 [0x16AC0]={
202419  category="nd",
202420  description="TANGSA DIGIT ZERO",
202421  direction="l",
202422  linebreak="nu",
202423  unicodeslot=0x16AC0,
202424 },
202425 [0x16AC1]={
202426  category="nd",
202427  description="TANGSA DIGIT ONE",
202428  direction="l",
202429  linebreak="nu",
202430  unicodeslot=0x16AC1,
202431 },
202432 [0x16AC2]={
202433  category="nd",
202434  description="TANGSA DIGIT TWO",
202435  direction="l",
202436  linebreak="nu",
202437  unicodeslot=0x16AC2,
202438 },
202439 [0x16AC3]={
202440  category="nd",
202441  description="TANGSA DIGIT THREE",
202442  direction="l",
202443  linebreak="nu",
202444  unicodeslot=0x16AC3,
202445 },
202446 [0x16AC4]={
202447  category="nd",
202448  description="TANGSA DIGIT FOUR",
202449  direction="l",
202450  linebreak="nu",
202451  unicodeslot=0x16AC4,
202452 },
202453 [0x16AC5]={
202454  category="nd",
202455  description="TANGSA DIGIT FIVE",
202456  direction="l",
202457  linebreak="nu",
202458  unicodeslot=0x16AC5,
202459 },
202460 [0x16AC6]={
202461  category="nd",
202462  description="TANGSA DIGIT SIX",
202463  direction="l",
202464  linebreak="nu",
202465  unicodeslot=0x16AC6,
202466 },
202467 [0x16AC7]={
202468  category="nd",
202469  description="TANGSA DIGIT SEVEN",
202470  direction="l",
202471  linebreak="nu",
202472  unicodeslot=0x16AC7,
202473 },
202474 [0x16AC8]={
202475  category="nd",
202476  description="TANGSA DIGIT EIGHT",
202477  direction="l",
202478  linebreak="nu",
202479  unicodeslot=0x16AC8,
202480 },
202481 [0x16AC9]={
202482  category="nd",
202483  description="TANGSA DIGIT NINE",
202484  direction="l",
202485  linebreak="nu",
202486  unicodeslot=0x16AC9,
202487 },
202488 [0x16AD0]={
202489  category="lo",
202490  description="BASSA VAH LETTER ENNI",
202491  direction="l",
202492  linebreak="al",
202493  unicodeslot=0x16AD0,
202494 },
202495 [0x16AD1]={
202496  category="lo",
202497  description="BASSA VAH LETTER KA",
202498  direction="l",
202499  linebreak="al",
202500  unicodeslot=0x16AD1,
202501 },
202502 [0x16AD2]={
202503  category="lo",
202504  description="BASSA VAH LETTER SE",
202505  direction="l",
202506  linebreak="al",
202507  unicodeslot=0x16AD2,
202508 },
202509 [0x16AD3]={
202510  category="lo",
202511  description="BASSA VAH LETTER FA",
202512  direction="l",
202513  linebreak="al",
202514  unicodeslot=0x16AD3,
202515 },
202516 [0x16AD4]={
202517  category="lo",
202518  description="BASSA VAH LETTER MBE",
202519  direction="l",
202520  linebreak="al",
202521  unicodeslot=0x16AD4,
202522 },
202523 [0x16AD5]={
202524  category="lo",
202525  description="BASSA VAH LETTER YIE",
202526  direction="l",
202527  linebreak="al",
202528  unicodeslot=0x16AD5,
202529 },
202530 [0x16AD6]={
202531  category="lo",
202532  description="BASSA VAH LETTER GAH",
202533  direction="l",
202534  linebreak="al",
202535  unicodeslot=0x16AD6,
202536 },
202537 [0x16AD7]={
202538  category="lo",
202539  description="BASSA VAH LETTER DHII",
202540  direction="l",
202541  linebreak="al",
202542  unicodeslot=0x16AD7,
202543 },
202544 [0x16AD8]={
202545  category="lo",
202546  description="BASSA VAH LETTER KPAH",
202547  direction="l",
202548  linebreak="al",
202549  unicodeslot=0x16AD8,
202550 },
202551 [0x16AD9]={
202552  category="lo",
202553  description="BASSA VAH LETTER JO",
202554  direction="l",
202555  linebreak="al",
202556  unicodeslot=0x16AD9,
202557 },
202558 [0x16ADA]={
202559  category="lo",
202560  description="BASSA VAH LETTER HWAH",
202561  direction="l",
202562  linebreak="al",
202563  unicodeslot=0x16ADA,
202564 },
202565 [0x16ADB]={
202566  category="lo",
202567  description="BASSA VAH LETTER WA",
202568  direction="l",
202569  linebreak="al",
202570  unicodeslot=0x16ADB,
202571 },
202572 [0x16ADC]={
202573  category="lo",
202574  description="BASSA VAH LETTER ZO",
202575  direction="l",
202576  linebreak="al",
202577  unicodeslot=0x16ADC,
202578 },
202579 [0x16ADD]={
202580  category="lo",
202581  description="BASSA VAH LETTER GBU",
202582  direction="l",
202583  linebreak="al",
202584  unicodeslot=0x16ADD,
202585 },
202586 [0x16ADE]={
202587  category="lo",
202588  description="BASSA VAH LETTER DO",
202589  direction="l",
202590  linebreak="al",
202591  unicodeslot=0x16ADE,
202592 },
202593 [0x16ADF]={
202594  category="lo",
202595  description="BASSA VAH LETTER CE",
202596  direction="l",
202597  linebreak="al",
202598  unicodeslot=0x16ADF,
202599 },
202600 [0x16AE0]={
202601  category="lo",
202602  description="BASSA VAH LETTER UWU",
202603  direction="l",
202604  linebreak="al",
202605  unicodeslot=0x16AE0,
202606 },
202607 [0x16AE1]={
202608  category="lo",
202609  description="BASSA VAH LETTER TO",
202610  direction="l",
202611  linebreak="al",
202612  unicodeslot=0x16AE1,
202613 },
202614 [0x16AE2]={
202615  category="lo",
202616  description="BASSA VAH LETTER BA",
202617  direction="l",
202618  linebreak="al",
202619  unicodeslot=0x16AE2,
202620 },
202621 [0x16AE3]={
202622  category="lo",
202623  description="BASSA VAH LETTER VU",
202624  direction="l",
202625  linebreak="al",
202626  unicodeslot=0x16AE3,
202627 },
202628 [0x16AE4]={
202629  category="lo",
202630  description="BASSA VAH LETTER YEIN",
202631  direction="l",
202632  linebreak="al",
202633  unicodeslot=0x16AE4,
202634 },
202635 [0x16AE5]={
202636  category="lo",
202637  description="BASSA VAH LETTER PA",
202638  direction="l",
202639  linebreak="al",
202640  unicodeslot=0x16AE5,
202641 },
202642 [0x16AE6]={
202643  category="lo",
202644  description="BASSA VAH LETTER WADDA",
202645  direction="l",
202646  linebreak="al",
202647  unicodeslot=0x16AE6,
202648 },
202649 [0x16AE7]={
202650  category="lo",
202651  description="BASSA VAH LETTER A",
202652  direction="l",
202653  linebreak="al",
202654  unicodeslot=0x16AE7,
202655 },
202656 [0x16AE8]={
202657  category="lo",
202658  description="BASSA VAH LETTER O",
202659  direction="l",
202660  linebreak="al",
202661  unicodeslot=0x16AE8,
202662 },
202663 [0x16AE9]={
202664  category="lo",
202665  description="BASSA VAH LETTER OO",
202666  direction="l",
202667  linebreak="al",
202668  unicodeslot=0x16AE9,
202669 },
202670 [0x16AEA]={
202671  category="lo",
202672  description="BASSA VAH LETTER U",
202673  direction="l",
202674  linebreak="al",
202675  unicodeslot=0x16AEA,
202676 },
202677 [0x16AEB]={
202678  category="lo",
202679  description="BASSA VAH LETTER EE",
202680  direction="l",
202681  linebreak="al",
202682  unicodeslot=0x16AEB,
202683 },
202684 [0x16AEC]={
202685  category="lo",
202686  description="BASSA VAH LETTER E",
202687  direction="l",
202688  linebreak="al",
202689  unicodeslot=0x16AEC,
202690 },
202691 [0x16AED]={
202692  category="lo",
202693  description="BASSA VAH LETTER I",
202694  direction="l",
202695  linebreak="al",
202696  unicodeslot=0x16AED,
202697 },
202698 [0x16AF0]={
202699  category="mn",
202700  combining=0x1,
202701  description="BASSA VAH COMBINING HIGH TONE",
202702  direction="nsm",
202703  linebreak="cm",
202704  unicodeslot=0x16AF0,
202705 },
202706 [0x16AF1]={
202707  category="mn",
202708  combining=0x1,
202709  description="BASSA VAH COMBINING LOW TONE",
202710  direction="nsm",
202711  linebreak="cm",
202712  unicodeslot=0x16AF1,
202713 },
202714 [0x16AF2]={
202715  category="mn",
202716  combining=0x1,
202717  description="BASSA VAH COMBINING MID TONE",
202718  direction="nsm",
202719  linebreak="cm",
202720  unicodeslot=0x16AF2,
202721 },
202722 [0x16AF3]={
202723  category="mn",
202724  combining=0x1,
202725  description="BASSA VAH COMBINING LOW-MID TONE",
202726  direction="nsm",
202727  linebreak="cm",
202728  unicodeslot=0x16AF3,
202729 },
202730 [0x16AF4]={
202731  category="mn",
202732  combining=0x1,
202733  description="BASSA VAH COMBINING HIGH-LOW TONE",
202734  direction="nsm",
202735  linebreak="cm",
202736  unicodeslot=0x16AF4,
202737 },
202738 [0x16AF5]={
202739  category="po",
202740  description="BASSA VAH FULL STOP",
202741  direction="l",
202742  linebreak="ba",
202743  unicodeslot=0x16AF5,
202744 },
202745 [0x16B00]={
202746  category="lo",
202747  description="PAHAWH HMONG VOWEL KEEB",
202748  direction="l",
202749  linebreak="al",
202750  unicodeslot=0x16B00,
202751 },
202752 [0x16B01]={
202753  category="lo",
202754  description="PAHAWH HMONG VOWEL KEEV",
202755  direction="l",
202756  linebreak="al",
202757  unicodeslot=0x16B01,
202758 },
202759 [0x16B02]={
202760  category="lo",
202761  description="PAHAWH HMONG VOWEL KIB",
202762  direction="l",
202763  linebreak="al",
202764  unicodeslot=0x16B02,
202765 },
202766 [0x16B03]={
202767  category="lo",
202768  description="PAHAWH HMONG VOWEL KIV",
202769  direction="l",
202770  linebreak="al",
202771  unicodeslot=0x16B03,
202772 },
202773 [0x16B04]={
202774  category="lo",
202775  description="PAHAWH HMONG VOWEL KAUB",
202776  direction="l",
202777  linebreak="al",
202778  unicodeslot=0x16B04,
202779 },
202780 [0x16B05]={
202781  category="lo",
202782  description="PAHAWH HMONG VOWEL KAUV",
202783  direction="l",
202784  linebreak="al",
202785  unicodeslot=0x16B05,
202786 },
202787 [0x16B06]={
202788  category="lo",
202789  description="PAHAWH HMONG VOWEL KUB",
202790  direction="l",
202791  linebreak="al",
202792  unicodeslot=0x16B06,
202793 },
202794 [0x16B07]={
202795  category="lo",
202796  description="PAHAWH HMONG VOWEL KUV",
202797  direction="l",
202798  linebreak="al",
202799  unicodeslot=0x16B07,
202800 },
202801 [0x16B08]={
202802  category="lo",
202803  description="PAHAWH HMONG VOWEL KEB",
202804  direction="l",
202805  linebreak="al",
202806  unicodeslot=0x16B08,
202807 },
202808 [0x16B09]={
202809  category="lo",
202810  description="PAHAWH HMONG VOWEL KEV",
202811  direction="l",
202812  linebreak="al",
202813  unicodeslot=0x16B09,
202814 },
202815 [0x16B0A]={
202816  category="lo",
202817  description="PAHAWH HMONG VOWEL KAIB",
202818  direction="l",
202819  linebreak="al",
202820  unicodeslot=0x16B0A,
202821 },
202822 [0x16B0B]={
202823  category="lo",
202824  description="PAHAWH HMONG VOWEL KAIV",
202825  direction="l",
202826  linebreak="al",
202827  unicodeslot=0x16B0B,
202828 },
202829 [0x16B0C]={
202830  category="lo",
202831  description="PAHAWH HMONG VOWEL KOOB",
202832  direction="l",
202833  linebreak="al",
202834  unicodeslot=0x16B0C,
202835 },
202836 [0x16B0D]={
202837  category="lo",
202838  description="PAHAWH HMONG VOWEL KOOV",
202839  direction="l",
202840  linebreak="al",
202841  unicodeslot=0x16B0D,
202842 },
202843 [0x16B0E]={
202844  category="lo",
202845  description="PAHAWH HMONG VOWEL KAWB",
202846  direction="l",
202847  linebreak="al",
202848  unicodeslot=0x16B0E,
202849 },
202850 [0x16B0F]={
202851  category="lo",
202852  description="PAHAWH HMONG VOWEL KAWV",
202853  direction="l",
202854  linebreak="al",
202855  unicodeslot=0x16B0F,
202856 },
202857 [0x16B10]={
202858  category="lo",
202859  description="PAHAWH HMONG VOWEL KUAB",
202860  direction="l",
202861  linebreak="al",
202862  unicodeslot=0x16B10,
202863 },
202864 [0x16B11]={
202865  category="lo",
202866  description="PAHAWH HMONG VOWEL KUAV",
202867  direction="l",
202868  linebreak="al",
202869  unicodeslot=0x16B11,
202870 },
202871 [0x16B12]={
202872  category="lo",
202873  description="PAHAWH HMONG VOWEL KOB",
202874  direction="l",
202875  linebreak="al",
202876  unicodeslot=0x16B12,
202877 },
202878 [0x16B13]={
202879  category="lo",
202880  description="PAHAWH HMONG VOWEL KOV",
202881  direction="l",
202882  linebreak="al",
202883  unicodeslot=0x16B13,
202884 },
202885 [0x16B14]={
202886  category="lo",
202887  description="PAHAWH HMONG VOWEL KIAB",
202888  direction="l",
202889  linebreak="al",
202890  unicodeslot=0x16B14,
202891 },
202892 [0x16B15]={
202893  category="lo",
202894  description="PAHAWH HMONG VOWEL KIAV",
202895  direction="l",
202896  linebreak="al",
202897  unicodeslot=0x16B15,
202898 },
202899 [0x16B16]={
202900  category="lo",
202901  description="PAHAWH HMONG VOWEL KAB",
202902  direction="l",
202903  linebreak="al",
202904  unicodeslot=0x16B16,
202905 },
202906 [0x16B17]={
202907  category="lo",
202908  description="PAHAWH HMONG VOWEL KAV",
202909  direction="l",
202910  linebreak="al",
202911  unicodeslot=0x16B17,
202912 },
202913 [0x16B18]={
202914  category="lo",
202915  description="PAHAWH HMONG VOWEL KWB",
202916  direction="l",
202917  linebreak="al",
202918  unicodeslot=0x16B18,
202919 },
202920 [0x16B19]={
202921  category="lo",
202922  description="PAHAWH HMONG VOWEL KWV",
202923  direction="l",
202924  linebreak="al",
202925  unicodeslot=0x16B19,
202926 },
202927 [0x16B1A]={
202928  category="lo",
202929  description="PAHAWH HMONG VOWEL KAAB",
202930  direction="l",
202931  linebreak="al",
202932  unicodeslot=0x16B1A,
202933 },
202934 [0x16B1B]={
202935  category="lo",
202936  description="PAHAWH HMONG VOWEL KAAV",
202937  direction="l",
202938  linebreak="al",
202939  unicodeslot=0x16B1B,
202940 },
202941 [0x16B1C]={
202942  category="lo",
202943  description="PAHAWH HMONG CONSONANT VAU",
202944  direction="l",
202945  linebreak="al",
202946  unicodeslot=0x16B1C,
202947 },
202948 [0x16B1D]={
202949  category="lo",
202950  description="PAHAWH HMONG CONSONANT NTSAU",
202951  direction="l",
202952  linebreak="al",
202953  unicodeslot=0x16B1D,
202954 },
202955 [0x16B1E]={
202956  category="lo",
202957  description="PAHAWH HMONG CONSONANT LAU",
202958  direction="l",
202959  linebreak="al",
202960  unicodeslot=0x16B1E,
202961 },
202962 [0x16B1F]={
202963  category="lo",
202964  description="PAHAWH HMONG CONSONANT HAU",
202965  direction="l",
202966  linebreak="al",
202967  unicodeslot=0x16B1F,
202968 },
202969 [0x16B20]={
202970  category="lo",
202971  description="PAHAWH HMONG CONSONANT NLAU",
202972  direction="l",
202973  linebreak="al",
202974  unicodeslot=0x16B20,
202975 },
202976 [0x16B21]={
202977  category="lo",
202978  description="PAHAWH HMONG CONSONANT RAU",
202979  direction="l",
202980  linebreak="al",
202981  unicodeslot=0x16B21,
202982 },
202983 [0x16B22]={
202984  category="lo",
202985  description="PAHAWH HMONG CONSONANT NKAU",
202986  direction="l",
202987  linebreak="al",
202988  unicodeslot=0x16B22,
202989 },
202990 [0x16B23]={
202991  category="lo",
202992  description="PAHAWH HMONG CONSONANT QHAU",
202993  direction="l",
202994  linebreak="al",
202995  unicodeslot=0x16B23,
202996 },
202997 [0x16B24]={
202998  category="lo",
202999  description="PAHAWH HMONG CONSONANT YAU",
203000  direction="l",
203001  linebreak="al",
203002  unicodeslot=0x16B24,
203003 },
203004 [0x16B25]={
203005  category="lo",
203006  description="PAHAWH HMONG CONSONANT HLAU",
203007  direction="l",
203008  linebreak="al",
203009  unicodeslot=0x16B25,
203010 },
203011 [0x16B26]={
203012  category="lo",
203013  description="PAHAWH HMONG CONSONANT MAU",
203014  direction="l",
203015  linebreak="al",
203016  unicodeslot=0x16B26,
203017 },
203018 [0x16B27]={
203019  category="lo",
203020  description="PAHAWH HMONG CONSONANT CHAU",
203021  direction="l",
203022  linebreak="al",
203023  unicodeslot=0x16B27,
203024 },
203025 [0x16B28]={
203026  category="lo",
203027  description="PAHAWH HMONG CONSONANT NCHAU",
203028  direction="l",
203029  linebreak="al",
203030  unicodeslot=0x16B28,
203031 },
203032 [0x16B29]={
203033  category="lo",
203034  description="PAHAWH HMONG CONSONANT HNAU",
203035  direction="l",
203036  linebreak="al",
203037  unicodeslot=0x16B29,
203038 },
203039 [0x16B2A]={
203040  category="lo",
203041  description="PAHAWH HMONG CONSONANT PLHAU",
203042  direction="l",
203043  linebreak="al",
203044  unicodeslot=0x16B2A,
203045 },
203046 [0x16B2B]={
203047  category="lo",
203048  description="PAHAWH HMONG CONSONANT NTHAU",
203049  direction="l",
203050  linebreak="al",
203051  unicodeslot=0x16B2B,
203052 },
203053 [0x16B2C]={
203054  category="lo",
203055  description="PAHAWH HMONG CONSONANT NAU",
203056  direction="l",
203057  linebreak="al",
203058  unicodeslot=0x16B2C,
203059 },
203060 [0x16B2D]={
203061  category="lo",
203062  description="PAHAWH HMONG CONSONANT AU",
203063  direction="l",
203064  linebreak="al",
203065  unicodeslot=0x16B2D,
203066 },
203067 [0x16B2E]={
203068  category="lo",
203069  description="PAHAWH HMONG CONSONANT XAU",
203070  direction="l",
203071  linebreak="al",
203072  unicodeslot=0x16B2E,
203073 },
203074 [0x16B2F]={
203075  category="lo",
203076  description="PAHAWH HMONG CONSONANT CAU",
203077  direction="l",
203078  linebreak="al",
203079  unicodeslot=0x16B2F,
203080 },
203081 [0x16B30]={
203082  category="mn",
203083  combining=0xE6,
203084  description="PAHAWH HMONG MARK CIM TUB",
203085  direction="nsm",
203086  linebreak="cm",
203087  unicodeslot=0x16B30,
203088 },
203089 [0x16B31]={
203090  category="mn",
203091  combining=0xE6,
203092  description="PAHAWH HMONG MARK CIM SO",
203093  direction="nsm",
203094  linebreak="cm",
203095  unicodeslot=0x16B31,
203096 },
203097 [0x16B32]={
203098  category="mn",
203099  combining=0xE6,
203100  description="PAHAWH HMONG MARK CIM KES",
203101  direction="nsm",
203102  linebreak="cm",
203103  unicodeslot=0x16B32,
203104 },
203105 [0x16B33]={
203106  category="mn",
203107  combining=0xE6,
203108  description="PAHAWH HMONG MARK CIM KHAV",
203109  direction="nsm",
203110  linebreak="cm",
203111  unicodeslot=0x16B33,
203112 },
203113 [0x16B34]={
203114  category="mn",
203115  combining=0xE6,
203116  description="PAHAWH HMONG MARK CIM SUAM",
203117  direction="nsm",
203118  linebreak="cm",
203119  unicodeslot=0x16B34,
203120 },
203121 [0x16B35]={
203122  category="mn",
203123  combining=0xE6,
203124  description="PAHAWH HMONG MARK CIM HOM",
203125  direction="nsm",
203126  linebreak="cm",
203127  unicodeslot=0x16B35,
203128 },
203129 [0x16B36]={
203130  category="mn",
203131  combining=0xE6,
203132  description="PAHAWH HMONG MARK CIM TAUM",
203133  direction="nsm",
203134  linebreak="cm",
203135  unicodeslot=0x16B36,
203136 },
203137 [0x16B37]={
203138  category="po",
203139  description="PAHAWH HMONG SIGN VOS THOM",
203140  direction="l",
203141  linebreak="ba",
203142  unicodeslot=0x16B37,
203143 },
203144 [0x16B38]={
203145  category="po",
203146  description="PAHAWH HMONG SIGN VOS TSHAB CEEB",
203147  direction="l",
203148  linebreak="ba",
203149  unicodeslot=0x16B38,
203150 },
203151 [0x16B39]={
203152  category="po",
203153  description="PAHAWH HMONG SIGN CIM CHEEM",
203154  direction="l",
203155  linebreak="ba",
203156  unicodeslot=0x16B39,
203157 },
203158 [0x16B3A]={
203159  category="po",
203160  description="PAHAWH HMONG SIGN VOS THIAB",
203161  direction="l",
203162  linebreak="al",
203163  unicodeslot=0x16B3A,
203164 },
203165 [0x16B3B]={
203166  category="po",
203167  description="PAHAWH HMONG SIGN VOS FEEM",
203168  direction="l",
203169  linebreak="al",
203170  unicodeslot=0x16B3B,
203171 },
203172 [0x16B3C]={
203173  category="so",
203174  description="PAHAWH HMONG SIGN XYEEM NTXIV",
203175  direction="l",
203176  linebreak="al",
203177  unicodeslot=0x16B3C,
203178 },
203179 [0x16B3D]={
203180  category="so",
203181  description="PAHAWH HMONG SIGN XYEEM RHO",
203182  direction="l",
203183  linebreak="al",
203184  unicodeslot=0x16B3D,
203185 },
203186 [0x16B3E]={
203187  category="so",
203188  description="PAHAWH HMONG SIGN XYEEM TOV",
203189  direction="l",
203190  linebreak="al",
203191  unicodeslot=0x16B3E,
203192 },
203193 [0x16B3F]={
203194  category="so",
203195  description="PAHAWH HMONG SIGN XYEEM FAIB",
203196  direction="l",
203197  linebreak="al",
203198  unicodeslot=0x16B3F,
203199 },
203200 [0x16B40]={
203201  category="lm",
203202  description="PAHAWH HMONG SIGN VOS SEEV",
203203  direction="l",
203204  linebreak="al",
203205  unicodeslot=0x16B40,
203206 },
203207 [0x16B41]={
203208  category="lm",
203209  description="PAHAWH HMONG SIGN MEEJ SUAB",
203210  direction="l",
203211  linebreak="al",
203212  unicodeslot=0x16B41,
203213 },
203214 [0x16B42]={
203215  category="lm",
203216  description="PAHAWH HMONG SIGN VOS NRUA",
203217  direction="l",
203218  linebreak="al",
203219  unicodeslot=0x16B42,
203220 },
203221 [0x16B43]={
203222  category="lm",
203223  description="PAHAWH HMONG SIGN IB YAM",
203224  direction="l",
203225  linebreak="al",
203226  unicodeslot=0x16B43,
203227 },
203228 [0x16B44]={
203229  category="po",
203230  description="PAHAWH HMONG SIGN XAUS",
203231  direction="l",
203232  linebreak="ba",
203233  unicodeslot=0x16B44,
203234 },
203235 [0x16B45]={
203236  category="so",
203237  description="PAHAWH HMONG SIGN CIM TSOV ROG",
203238  direction="l",
203239  linebreak="al",
203240  unicodeslot=0x16B45,
203241 },
203242 [0x16B50]={
203243  category="nd",
203244  description="PAHAWH HMONG DIGIT ZERO",
203245  direction="l",
203246  linebreak="nu",
203247  unicodeslot=0x16B50,
203248 },
203249 [0x16B51]={
203250  category="nd",
203251  description="PAHAWH HMONG DIGIT ONE",
203252  direction="l",
203253  linebreak="nu",
203254  unicodeslot=0x16B51,
203255 },
203256 [0x16B52]={
203257  category="nd",
203258  description="PAHAWH HMONG DIGIT TWO",
203259  direction="l",
203260  linebreak="nu",
203261  unicodeslot=0x16B52,
203262 },
203263 [0x16B53]={
203264  category="nd",
203265  description="PAHAWH HMONG DIGIT THREE",
203266  direction="l",
203267  linebreak="nu",
203268  unicodeslot=0x16B53,
203269 },
203270 [0x16B54]={
203271  category="nd",
203272  description="PAHAWH HMONG DIGIT FOUR",
203273  direction="l",
203274  linebreak="nu",
203275  unicodeslot=0x16B54,
203276 },
203277 [0x16B55]={
203278  category="nd",
203279  description="PAHAWH HMONG DIGIT FIVE",
203280  direction="l",
203281  linebreak="nu",
203282  unicodeslot=0x16B55,
203283 },
203284 [0x16B56]={
203285  category="nd",
203286  description="PAHAWH HMONG DIGIT SIX",
203287  direction="l",
203288  linebreak="nu",
203289  unicodeslot=0x16B56,
203290 },
203291 [0x16B57]={
203292  category="nd",
203293  description="PAHAWH HMONG DIGIT SEVEN",
203294  direction="l",
203295  linebreak="nu",
203296  unicodeslot=0x16B57,
203297 },
203298 [0x16B58]={
203299  category="nd",
203300  description="PAHAWH HMONG DIGIT EIGHT",
203301  direction="l",
203302  linebreak="nu",
203303  unicodeslot=0x16B58,
203304 },
203305 [0x16B59]={
203306  category="nd",
203307  description="PAHAWH HMONG DIGIT NINE",
203308  direction="l",
203309  linebreak="nu",
203310  unicodeslot=0x16B59,
203311 },
203312 [0x16B5B]={
203313  category="no",
203314  description="PAHAWH HMONG NUMBER TENS",
203315  direction="l",
203316  linebreak="al",
203317  unicodeslot=0x16B5B,
203318 },
203319 [0x16B5C]={
203320  category="no",
203321  description="PAHAWH HMONG NUMBER HUNDREDS",
203322  direction="l",
203323  linebreak="al",
203324  unicodeslot=0x16B5C,
203325 },
203326 [0x16B5D]={
203327  category="no",
203328  description="PAHAWH HMONG NUMBER TEN THOUSANDS",
203329  direction="l",
203330  linebreak="al",
203331  unicodeslot=0x16B5D,
203332 },
203333 [0x16B5E]={
203334  category="no",
203335  description="PAHAWH HMONG NUMBER MILLIONS",
203336  direction="l",
203337  linebreak="al",
203338  unicodeslot=0x16B5E,
203339 },
203340 [0x16B5F]={
203341  category="no",
203342  description="PAHAWH HMONG NUMBER HUNDRED MILLIONS",
203343  direction="l",
203344  linebreak="al",
203345  unicodeslot=0x16B5F,
203346 },
203347 [0x16B60]={
203348  category="no",
203349  description="PAHAWH HMONG NUMBER TEN BILLIONS",
203350  direction="l",
203351  linebreak="al",
203352  unicodeslot=0x16B60,
203353 },
203354 [0x16B61]={
203355  category="no",
203356  description="PAHAWH HMONG NUMBER TRILLIONS",
203357  direction="l",
203358  linebreak="al",
203359  unicodeslot=0x16B61,
203360 },
203361 [0x16B63]={
203362  category="lo",
203363  description="PAHAWH HMONG SIGN VOS LUB",
203364  direction="l",
203365  linebreak="al",
203366  unicodeslot=0x16B63,
203367 },
203368 [0x16B64]={
203369  category="lo",
203370  description="PAHAWH HMONG SIGN XYOO",
203371  direction="l",
203372  linebreak="al",
203373  unicodeslot=0x16B64,
203374 },
203375 [0x16B65]={
203376  category="lo",
203377  description="PAHAWH HMONG SIGN HLI",
203378  direction="l",
203379  linebreak="al",
203380  unicodeslot=0x16B65,
203381 },
203382 [0x16B66]={
203383  category="lo",
203384  description="PAHAWH HMONG SIGN THIRD-STAGE HLI",
203385  direction="l",
203386  linebreak="al",
203387  unicodeslot=0x16B66,
203388 },
203389 [0x16B67]={
203390  category="lo",
203391  description="PAHAWH HMONG SIGN ZWJ THAJ",
203392  direction="l",
203393  linebreak="al",
203394  unicodeslot=0x16B67,
203395 },
203396 [0x16B68]={
203397  category="lo",
203398  description="PAHAWH HMONG SIGN HNUB",
203399  direction="l",
203400  linebreak="al",
203401  unicodeslot=0x16B68,
203402 },
203403 [0x16B69]={
203404  category="lo",
203405  description="PAHAWH HMONG SIGN NQIG",
203406  direction="l",
203407  linebreak="al",
203408  unicodeslot=0x16B69,
203409 },
203410 [0x16B6A]={
203411  category="lo",
203412  description="PAHAWH HMONG SIGN XIAB",
203413  direction="l",
203414  linebreak="al",
203415  unicodeslot=0x16B6A,
203416 },
203417 [0x16B6B]={
203418  category="lo",
203419  description="PAHAWH HMONG SIGN NTUJ",
203420  direction="l",
203421  linebreak="al",
203422  unicodeslot=0x16B6B,
203423 },
203424 [0x16B6C]={
203425  category="lo",
203426  description="PAHAWH HMONG SIGN AV",
203427  direction="l",
203428  linebreak="al",
203429  unicodeslot=0x16B6C,
203430 },
203431 [0x16B6D]={
203432  category="lo",
203433  description="PAHAWH HMONG SIGN TXHEEJ CEEV",
203434  direction="l",
203435  linebreak="al",
203436  unicodeslot=0x16B6D,
203437 },
203438 [0x16B6E]={
203439  category="lo",
203440  description="PAHAWH HMONG SIGN MEEJ TSEEB",
203441  direction="l",
203442  linebreak="al",
203443  unicodeslot=0x16B6E,
203444 },
203445 [0x16B6F]={
203446  category="lo",
203447  description="PAHAWH HMONG SIGN TAU",
203448  direction="l",
203449  linebreak="al",
203450  unicodeslot=0x16B6F,
203451 },
203452 [0x16B70]={
203453  category="lo",
203454  description="PAHAWH HMONG SIGN LOS",
203455  direction="l",
203456  linebreak="al",
203457  unicodeslot=0x16B70,
203458 },
203459 [0x16B71]={
203460  category="lo",
203461  description="PAHAWH HMONG SIGN MUS",
203462  direction="l",
203463  linebreak="al",
203464  unicodeslot=0x16B71,
203465 },
203466 [0x16B72]={
203467  category="lo",
203468  description="PAHAWH HMONG SIGN CIM HAIS LUS NTOG NTOG",
203469  direction="l",
203470  linebreak="al",
203471  unicodeslot=0x16B72,
203472 },
203473 [0x16B73]={
203474  category="lo",
203475  description="PAHAWH HMONG SIGN CIM CUAM TSHOOJ",
203476  direction="l",
203477  linebreak="al",
203478  unicodeslot=0x16B73,
203479 },
203480 [0x16B74]={
203481  category="lo",
203482  description="PAHAWH HMONG SIGN CIM TXWV",
203483  direction="l",
203484  linebreak="al",
203485  unicodeslot=0x16B74,
203486 },
203487 [0x16B75]={
203488  category="lo",
203489  description="PAHAWH HMONG SIGN CIM TXWV CHWV",
203490  direction="l",
203491  linebreak="al",
203492  unicodeslot=0x16B75,
203493 },
203494 [0x16B76]={
203495  category="lo",
203496  description="PAHAWH HMONG SIGN CIM PUB DAWB",
203497  direction="l",
203498  linebreak="al",
203499  unicodeslot=0x16B76,
203500 },
203501 [0x16B77]={
203502  category="lo",
203503  description="PAHAWH HMONG SIGN CIM NRES TOS",
203504  direction="l",
203505  linebreak="al",
203506  unicodeslot=0x16B77,
203507 },
203508 [0x16B7D]={
203509  category="lo",
203510  description="PAHAWH HMONG CLAN SIGN TSHEEJ",
203511  direction="l",
203512  linebreak="al",
203513  unicodeslot=0x16B7D,
203514 },
203515 [0x16B7E]={
203516  category="lo",
203517  description="PAHAWH HMONG CLAN SIGN YEEG",
203518  direction="l",
203519  linebreak="al",
203520  unicodeslot=0x16B7E,
203521 },
203522 [0x16B7F]={
203523  category="lo",
203524  description="PAHAWH HMONG CLAN SIGN LIS",
203525  direction="l",
203526  linebreak="al",
203527  unicodeslot=0x16B7F,
203528 },
203529 [0x16B80]={
203530  category="lo",
203531  description="PAHAWH HMONG CLAN SIGN LAUJ",
203532  direction="l",
203533  linebreak="al",
203534  unicodeslot=0x16B80,
203535 },
203536 [0x16B81]={
203537  category="lo",
203538  description="PAHAWH HMONG CLAN SIGN XYOOJ",
203539  direction="l",
203540  linebreak="al",
203541  unicodeslot=0x16B81,
203542 },
203543 [0x16B82]={
203544  category="lo",
203545  description="PAHAWH HMONG CLAN SIGN KOO",
203546  direction="l",
203547  linebreak="al",
203548  unicodeslot=0x16B82,
203549 },
203550 [0x16B83]={
203551  category="lo",
203552  description="PAHAWH HMONG CLAN SIGN HAWJ",
203553  direction="l",
203554  linebreak="al",
203555  unicodeslot=0x16B83,
203556 },
203557 [0x16B84]={
203558  category="lo",
203559  description="PAHAWH HMONG CLAN SIGN MUAS",
203560  direction="l",
203561  linebreak="al",
203562  unicodeslot=0x16B84,
203563 },
203564 [0x16B85]={
203565  category="lo",
203566  description="PAHAWH HMONG CLAN SIGN THOJ",
203567  direction="l",
203568  linebreak="al",
203569  unicodeslot=0x16B85,
203570 },
203571 [0x16B86]={
203572  category="lo",
203573  description="PAHAWH HMONG CLAN SIGN TSAB",
203574  direction="l",
203575  linebreak="al",
203576  unicodeslot=0x16B86,
203577 },
203578 [0x16B87]={
203579  category="lo",
203580  description="PAHAWH HMONG CLAN SIGN PHAB",
203581  direction="l",
203582  linebreak="al",
203583  unicodeslot=0x16B87,
203584 },
203585 [0x16B88]={
203586  category="lo",
203587  description="PAHAWH HMONG CLAN SIGN KHAB",
203588  direction="l",
203589  linebreak="al",
203590  unicodeslot=0x16B88,
203591 },
203592 [0x16B89]={
203593  category="lo",
203594  description="PAHAWH HMONG CLAN SIGN HAM",
203595  direction="l",
203596  linebreak="al",
203597  unicodeslot=0x16B89,
203598 },
203599 [0x16B8A]={
203600  category="lo",
203601  description="PAHAWH HMONG CLAN SIGN VAJ",
203602  direction="l",
203603  linebreak="al",
203604  unicodeslot=0x16B8A,
203605 },
203606 [0x16B8B]={
203607  category="lo",
203608  description="PAHAWH HMONG CLAN SIGN FAJ",
203609  direction="l",
203610  linebreak="al",
203611  unicodeslot=0x16B8B,
203612 },
203613 [0x16B8C]={
203614  category="lo",
203615  description="PAHAWH HMONG CLAN SIGN YAJ",
203616  direction="l",
203617  linebreak="al",
203618  unicodeslot=0x16B8C,
203619 },
203620 [0x16B8D]={
203621  category="lo",
203622  description="PAHAWH HMONG CLAN SIGN TSWB",
203623  direction="l",
203624  linebreak="al",
203625  unicodeslot=0x16B8D,
203626 },
203627 [0x16B8E]={
203628  category="lo",
203629  description="PAHAWH HMONG CLAN SIGN KWM",
203630  direction="l",
203631  linebreak="al",
203632  unicodeslot=0x16B8E,
203633 },
203634 [0x16B8F]={
203635  category="lo",
203636  description="PAHAWH HMONG CLAN SIGN VWJ",
203637  direction="l",
203638  linebreak="al",
203639  unicodeslot=0x16B8F,
203640 },
203641 [0x16E40]={
203642  category="lu",
203643  description="MEDEFAIDRIN CAPITAL LETTER M",
203644  direction="l",
203645  lccode=0x16E60,
203646  linebreak="al",
203647  unicodeslot=0x16E40,
203648 },
203649 [0x16E41]={
203650  category="lu",
203651  description="MEDEFAIDRIN CAPITAL LETTER S",
203652  direction="l",
203653  lccode=0x16E61,
203654  linebreak="al",
203655  unicodeslot=0x16E41,
203656 },
203657 [0x16E42]={
203658  category="lu",
203659  description="MEDEFAIDRIN CAPITAL LETTER V",
203660  direction="l",
203661  lccode=0x16E62,
203662  linebreak="al",
203663  unicodeslot=0x16E42,
203664 },
203665 [0x16E43]={
203666  category="lu",
203667  description="MEDEFAIDRIN CAPITAL LETTER W",
203668  direction="l",
203669  lccode=0x16E63,
203670  linebreak="al",
203671  unicodeslot=0x16E43,
203672 },
203673 [0x16E44]={
203674  category="lu",
203675  description="MEDEFAIDRIN CAPITAL LETTER ATIU",
203676  direction="l",
203677  lccode=0x16E64,
203678  linebreak="al",
203679  unicodeslot=0x16E44,
203680 },
203681 [0x16E45]={
203682  category="lu",
203683  description="MEDEFAIDRIN CAPITAL LETTER Z",
203684  direction="l",
203685  lccode=0x16E65,
203686  linebreak="al",
203687  unicodeslot=0x16E45,
203688 },
203689 [0x16E46]={
203690  category="lu",
203691  description="MEDEFAIDRIN CAPITAL LETTER KP",
203692  direction="l",
203693  lccode=0x16E66,
203694  linebreak="al",
203695  unicodeslot=0x16E46,
203696 },
203697 [0x16E47]={
203698  category="lu",
203699  description="MEDEFAIDRIN CAPITAL LETTER P",
203700  direction="l",
203701  lccode=0x16E67,
203702  linebreak="al",
203703  unicodeslot=0x16E47,
203704 },
203705 [0x16E48]={
203706  category="lu",
203707  description="MEDEFAIDRIN CAPITAL LETTER T",
203708  direction="l",
203709  lccode=0x16E68,
203710  linebreak="al",
203711  unicodeslot=0x16E48,
203712 },
203713 [0x16E49]={
203714  category="lu",
203715  description="MEDEFAIDRIN CAPITAL LETTER G",
203716  direction="l",
203717  lccode=0x16E69,
203718  linebreak="al",
203719  unicodeslot=0x16E49,
203720 },
203721 [0x16E4A]={
203722  category="lu",
203723  description="MEDEFAIDRIN CAPITAL LETTER F",
203724  direction="l",
203725  lccode=0x16E6A,
203726  linebreak="al",
203727  unicodeslot=0x16E4A,
203728 },
203729 [0x16E4B]={
203730  category="lu",
203731  description="MEDEFAIDRIN CAPITAL LETTER I",
203732  direction="l",
203733  lccode=0x16E6B,
203734  linebreak="al",
203735  unicodeslot=0x16E4B,
203736 },
203737 [0x16E4C]={
203738  category="lu",
203739  description="MEDEFAIDRIN CAPITAL LETTER K",
203740  direction="l",
203741  lccode=0x16E6C,
203742  linebreak="al",
203743  unicodeslot=0x16E4C,
203744 },
203745 [0x16E4D]={
203746  category="lu",
203747  description="MEDEFAIDRIN CAPITAL LETTER A",
203748  direction="l",
203749  lccode=0x16E6D,
203750  linebreak="al",
203751  unicodeslot=0x16E4D,
203752 },
203753 [0x16E4E]={
203754  category="lu",
203755  description="MEDEFAIDRIN CAPITAL LETTER J",
203756  direction="l",
203757  lccode=0x16E6E,
203758  linebreak="al",
203759  unicodeslot=0x16E4E,
203760 },
203761 [0x16E4F]={
203762  category="lu",
203763  description="MEDEFAIDRIN CAPITAL LETTER E",
203764  direction="l",
203765  lccode=0x16E6F,
203766  linebreak="al",
203767  unicodeslot=0x16E4F,
203768 },
203769 [0x16E50]={
203770  category="lu",
203771  description="MEDEFAIDRIN CAPITAL LETTER B",
203772  direction="l",
203773  lccode=0x16E70,
203774  linebreak="al",
203775  unicodeslot=0x16E50,
203776 },
203777 [0x16E51]={
203778  category="lu",
203779  description="MEDEFAIDRIN CAPITAL LETTER C",
203780  direction="l",
203781  lccode=0x16E71,
203782  linebreak="al",
203783  unicodeslot=0x16E51,
203784 },
203785 [0x16E52]={
203786  category="lu",
203787  description="MEDEFAIDRIN CAPITAL LETTER U",
203788  direction="l",
203789  lccode=0x16E72,
203790  linebreak="al",
203791  unicodeslot=0x16E52,
203792 },
203793 [0x16E53]={
203794  category="lu",
203795  description="MEDEFAIDRIN CAPITAL LETTER YU",
203796  direction="l",
203797  lccode=0x16E73,
203798  linebreak="al",
203799  unicodeslot=0x16E53,
203800 },
203801 [0x16E54]={
203802  category="lu",
203803  description="MEDEFAIDRIN CAPITAL LETTER L",
203804  direction="l",
203805  lccode=0x16E74,
203806  linebreak="al",
203807  unicodeslot=0x16E54,
203808 },
203809 [0x16E55]={
203810  category="lu",
203811  description="MEDEFAIDRIN CAPITAL LETTER Q",
203812  direction="l",
203813  lccode=0x16E75,
203814  linebreak="al",
203815  unicodeslot=0x16E55,
203816 },
203817 [0x16E56]={
203818  category="lu",
203819  description="MEDEFAIDRIN CAPITAL LETTER HP",
203820  direction="l",
203821  lccode=0x16E76,
203822  linebreak="al",
203823  unicodeslot=0x16E56,
203824 },
203825 [0x16E57]={
203826  category="lu",
203827  description="MEDEFAIDRIN CAPITAL LETTER NY",
203828  direction="l",
203829  lccode=0x16E77,
203830  linebreak="al",
203831  unicodeslot=0x16E57,
203832 },
203833 [0x16E58]={
203834  category="lu",
203835  description="MEDEFAIDRIN CAPITAL LETTER X",
203836  direction="l",
203837  lccode=0x16E78,
203838  linebreak="al",
203839  unicodeslot=0x16E58,
203840 },
203841 [0x16E59]={
203842  category="lu",
203843  description="MEDEFAIDRIN CAPITAL LETTER D",
203844  direction="l",
203845  lccode=0x16E79,
203846  linebreak="al",
203847  unicodeslot=0x16E59,
203848 },
203849 [0x16E5A]={
203850  category="lu",
203851  description="MEDEFAIDRIN CAPITAL LETTER OE",
203852  direction="l",
203853  lccode=0x16E7A,
203854  linebreak="al",
203855  unicodeslot=0x16E5A,
203856 },
203857 [0x16E5B]={
203858  category="lu",
203859  description="MEDEFAIDRIN CAPITAL LETTER N",
203860  direction="l",
203861  lccode=0x16E7B,
203862  linebreak="al",
203863  unicodeslot=0x16E5B,
203864 },
203865 [0x16E5C]={
203866  category="lu",
203867  description="MEDEFAIDRIN CAPITAL LETTER R",
203868  direction="l",
203869  lccode=0x16E7C,
203870  linebreak="al",
203871  unicodeslot=0x16E5C,
203872 },
203873 [0x16E5D]={
203874  category="lu",
203875  description="MEDEFAIDRIN CAPITAL LETTER O",
203876  direction="l",
203877  lccode=0x16E7D,
203878  linebreak="al",
203879  unicodeslot=0x16E5D,
203880 },
203881 [0x16E5E]={
203882  category="lu",
203883  description="MEDEFAIDRIN CAPITAL LETTER AI",
203884  direction="l",
203885  lccode=0x16E7E,
203886  linebreak="al",
203887  unicodeslot=0x16E5E,
203888 },
203889 [0x16E5F]={
203890  category="lu",
203891  description="MEDEFAIDRIN CAPITAL LETTER Y",
203892  direction="l",
203893  lccode=0x16E7F,
203894  linebreak="al",
203895  unicodeslot=0x16E5F,
203896 },
203897 [0x16E60]={
203898  category="ll",
203899  description="MEDEFAIDRIN SMALL LETTER M",
203900  direction="l",
203901  linebreak="al",
203902  unicodeslot=0x16E60,
203903 },
203904 [0x16E61]={
203905  category="ll",
203906  description="MEDEFAIDRIN SMALL LETTER S",
203907  direction="l",
203908  linebreak="al",
203909  unicodeslot=0x16E61,
203910 },
203911 [0x16E62]={
203912  category="ll",
203913  description="MEDEFAIDRIN SMALL LETTER V",
203914  direction="l",
203915  linebreak="al",
203916  unicodeslot=0x16E62,
203917 },
203918 [0x16E63]={
203919  category="ll",
203920  description="MEDEFAIDRIN SMALL LETTER W",
203921  direction="l",
203922  linebreak="al",
203923  unicodeslot=0x16E63,
203924 },
203925 [0x16E64]={
203926  category="ll",
203927  description="MEDEFAIDRIN SMALL LETTER ATIU",
203928  direction="l",
203929  linebreak="al",
203930  unicodeslot=0x16E64,
203931 },
203932 [0x16E65]={
203933  category="ll",
203934  description="MEDEFAIDRIN SMALL LETTER Z",
203935  direction="l",
203936  linebreak="al",
203937  unicodeslot=0x16E65,
203938 },
203939 [0x16E66]={
203940  category="ll",
203941  description="MEDEFAIDRIN SMALL LETTER KP",
203942  direction="l",
203943  linebreak="al",
203944  unicodeslot=0x16E66,
203945 },
203946 [0x16E67]={
203947  category="ll",
203948  description="MEDEFAIDRIN SMALL LETTER P",
203949  direction="l",
203950  linebreak="al",
203951  unicodeslot=0x16E67,
203952 },
203953 [0x16E68]={
203954  category="ll",
203955  description="MEDEFAIDRIN SMALL LETTER T",
203956  direction="l",
203957  linebreak="al",
203958  unicodeslot=0x16E68,
203959 },
203960 [0x16E69]={
203961  category="ll",
203962  description="MEDEFAIDRIN SMALL LETTER G",
203963  direction="l",
203964  linebreak="al",
203965  unicodeslot=0x16E69,
203966 },
203967 [0x16E6A]={
203968  category="ll",
203969  description="MEDEFAIDRIN SMALL LETTER F",
203970  direction="l",
203971  linebreak="al",
203972  unicodeslot=0x16E6A,
203973 },
203974 [0x16E6B]={
203975  category="ll",
203976  description="MEDEFAIDRIN SMALL LETTER I",
203977  direction="l",
203978  linebreak="al",
203979  unicodeslot=0x16E6B,
203980 },
203981 [0x16E6C]={
203982  category="ll",
203983  description="MEDEFAIDRIN SMALL LETTER K",
203984  direction="l",
203985  linebreak="al",
203986  unicodeslot=0x16E6C,
203987 },
203988 [0x16E6D]={
203989  category="ll",
203990  description="MEDEFAIDRIN SMALL LETTER A",
203991  direction="l",
203992  linebreak="al",
203993  unicodeslot=0x16E6D,
203994 },
203995 [0x16E6E]={
203996  category="ll",
203997  description="MEDEFAIDRIN SMALL LETTER J",
203998  direction="l",
203999  linebreak="al",
204000  unicodeslot=0x16E6E,
204001 },
204002 [0x16E6F]={
204003  category="ll",
204004  description="MEDEFAIDRIN SMALL LETTER E",
204005  direction="l",
204006  linebreak="al",
204007  unicodeslot=0x16E6F,
204008 },
204009 [0x16E70]={
204010  category="ll",
204011  description="MEDEFAIDRIN SMALL LETTER B",
204012  direction="l",
204013  linebreak="al",
204014  unicodeslot=0x16E70,
204015 },
204016 [0x16E71]={
204017  category="ll",
204018  description="MEDEFAIDRIN SMALL LETTER C",
204019  direction="l",
204020  linebreak="al",
204021  unicodeslot=0x16E71,
204022 },
204023 [0x16E72]={
204024  category="ll",
204025  description="MEDEFAIDRIN SMALL LETTER U",
204026  direction="l",
204027  linebreak="al",
204028  unicodeslot=0x16E72,
204029 },
204030 [0x16E73]={
204031  category="ll",
204032  description="MEDEFAIDRIN SMALL LETTER YU",
204033  direction="l",
204034  linebreak="al",
204035  unicodeslot=0x16E73,
204036 },
204037 [0x16E74]={
204038  category="ll",
204039  description="MEDEFAIDRIN SMALL LETTER L",
204040  direction="l",
204041  linebreak="al",
204042  unicodeslot=0x16E74,
204043 },
204044 [0x16E75]={
204045  category="ll",
204046  description="MEDEFAIDRIN SMALL LETTER Q",
204047  direction="l",
204048  linebreak="al",
204049  unicodeslot=0x16E75,
204050 },
204051 [0x16E76]={
204052  category="ll",
204053  description="MEDEFAIDRIN SMALL LETTER HP",
204054  direction="l",
204055  linebreak="al",
204056  unicodeslot=0x16E76,
204057 },
204058 [0x16E77]={
204059  category="ll",
204060  description="MEDEFAIDRIN SMALL LETTER NY",
204061  direction="l",
204062  linebreak="al",
204063  unicodeslot=0x16E77,
204064 },
204065 [0x16E78]={
204066  category="ll",
204067  description="MEDEFAIDRIN SMALL LETTER X",
204068  direction="l",
204069  linebreak="al",
204070  unicodeslot=0x16E78,
204071 },
204072 [0x16E79]={
204073  category="ll",
204074  description="MEDEFAIDRIN SMALL LETTER D",
204075  direction="l",
204076  linebreak="al",
204077  unicodeslot=0x16E79,
204078 },
204079 [0x16E7A]={
204080  category="ll",
204081  description="MEDEFAIDRIN SMALL LETTER OE",
204082  direction="l",
204083  linebreak="al",
204084  unicodeslot=0x16E7A,
204085 },
204086 [0x16E7B]={
204087  category="ll",
204088  description="MEDEFAIDRIN SMALL LETTER N",
204089  direction="l",
204090  linebreak="al",
204091  unicodeslot=0x16E7B,
204092 },
204093 [0x16E7C]={
204094  category="ll",
204095  description="MEDEFAIDRIN SMALL LETTER R",
204096  direction="l",
204097  linebreak="al",
204098  unicodeslot=0x16E7C,
204099 },
204100 [0x16E7D]={
204101  category="ll",
204102  description="MEDEFAIDRIN SMALL LETTER O",
204103  direction="l",
204104  linebreak="al",
204105  unicodeslot=0x16E7D,
204106 },
204107 [0x16E7E]={
204108  category="ll",
204109  description="MEDEFAIDRIN SMALL LETTER AI",
204110  direction="l",
204111  linebreak="al",
204112  unicodeslot=0x16E7E,
204113 },
204114 [0x16E7F]={
204115  category="ll",
204116  description="MEDEFAIDRIN SMALL LETTER Y",
204117  direction="l",
204118  linebreak="al",
204119  unicodeslot=0x16E7F,
204120 },
204121 [0x16E80]={
204122  category="no",
204123  description="MEDEFAIDRIN DIGIT ZERO",
204124  direction="l",
204125  linebreak="al",
204126  unicodeslot=0x16E80,
204127 },
204128 [0x16E81]={
204129  category="no",
204130  description="MEDEFAIDRIN DIGIT ONE",
204131  direction="l",
204132  linebreak="al",
204133  unicodeslot=0x16E81,
204134 },
204135 [0x16E82]={
204136  category="no",
204137  description="MEDEFAIDRIN DIGIT TWO",
204138  direction="l",
204139  linebreak="al",
204140  unicodeslot=0x16E82,
204141 },
204142 [0x16E83]={
204143  category="no",
204144  description="MEDEFAIDRIN DIGIT THREE",
204145  direction="l",
204146  linebreak="al",
204147  unicodeslot=0x16E83,
204148 },
204149 [0x16E84]={
204150  category="no",
204151  description="MEDEFAIDRIN DIGIT FOUR",
204152  direction="l",
204153  linebreak="al",
204154  unicodeslot=0x16E84,
204155 },
204156 [0x16E85]={
204157  category="no",
204158  description="MEDEFAIDRIN DIGIT FIVE",
204159  direction="l",
204160  linebreak="al",
204161  unicodeslot=0x16E85,
204162 },
204163 [0x16E86]={
204164  category="no",
204165  description="MEDEFAIDRIN DIGIT SIX",
204166  direction="l",
204167  linebreak="al",
204168  unicodeslot=0x16E86,
204169 },
204170 [0x16E87]={
204171  category="no",
204172  description="MEDEFAIDRIN DIGIT SEVEN",
204173  direction="l",
204174  linebreak="al",
204175  unicodeslot=0x16E87,
204176 },
204177 [0x16E88]={
204178  category="no",
204179  description="MEDEFAIDRIN DIGIT EIGHT",
204180  direction="l",
204181  linebreak="al",
204182  unicodeslot=0x16E88,
204183 },
204184 [0x16E89]={
204185  category="no",
204186  description="MEDEFAIDRIN DIGIT NINE",
204187  direction="l",
204188  linebreak="al",
204189  unicodeslot=0x16E89,
204190 },
204191 [0x16E8A]={
204192  category="no",
204193  description="MEDEFAIDRIN NUMBER TEN",
204194  direction="l",
204195  linebreak="al",
204196  unicodeslot=0x16E8A,
204197 },
204198 [0x16E8B]={
204199  category="no",
204200  description="MEDEFAIDRIN NUMBER ELEVEN",
204201  direction="l",
204202  linebreak="al",
204203  unicodeslot=0x16E8B,
204204 },
204205 [0x16E8C]={
204206  category="no",
204207  description="MEDEFAIDRIN NUMBER TWELVE",
204208  direction="l",
204209  linebreak="al",
204210  unicodeslot=0x16E8C,
204211 },
204212 [0x16E8D]={
204213  category="no",
204214  description="MEDEFAIDRIN NUMBER THIRTEEN",
204215  direction="l",
204216  linebreak="al",
204217  unicodeslot=0x16E8D,
204218 },
204219 [0x16E8E]={
204220  category="no",
204221  description="MEDEFAIDRIN NUMBER FOURTEEN",
204222  direction="l",
204223  linebreak="al",
204224  unicodeslot=0x16E8E,
204225 },
204226 [0x16E8F]={
204227  category="no",
204228  description="MEDEFAIDRIN NUMBER FIFTEEN",
204229  direction="l",
204230  linebreak="al",
204231  unicodeslot=0x16E8F,
204232 },
204233 [0x16E90]={
204234  category="no",
204235  description="MEDEFAIDRIN NUMBER SIXTEEN",
204236  direction="l",
204237  linebreak="al",
204238  unicodeslot=0x16E90,
204239 },
204240 [0x16E91]={
204241  category="no",
204242  description="MEDEFAIDRIN NUMBER SEVENTEEN",
204243  direction="l",
204244  linebreak="al",
204245  unicodeslot=0x16E91,
204246 },
204247 [0x16E92]={
204248  category="no",
204249  description="MEDEFAIDRIN NUMBER EIGHTEEN",
204250  direction="l",
204251  linebreak="al",
204252  unicodeslot=0x16E92,
204253 },
204254 [0x16E93]={
204255  category="no",
204256  description="MEDEFAIDRIN NUMBER NINETEEN",
204257  direction="l",
204258  linebreak="al",
204259  unicodeslot=0x16E93,
204260 },
204261 [0x16E94]={
204262  category="no",
204263  description="MEDEFAIDRIN DIGIT ONE ALTERNATE FORM",
204264  direction="l",
204265  linebreak="al",
204266  unicodeslot=0x16E94,
204267 },
204268 [0x16E95]={
204269  category="no",
204270  description="MEDEFAIDRIN DIGIT TWO ALTERNATE FORM",
204271  direction="l",
204272  linebreak="al",
204273  unicodeslot=0x16E95,
204274 },
204275 [0x16E96]={
204276  category="no",
204277  description="MEDEFAIDRIN DIGIT THREE ALTERNATE FORM",
204278  direction="l",
204279  linebreak="al",
204280  unicodeslot=0x16E96,
204281 },
204282 [0x16E97]={
204283  category="po",
204284  description="MEDEFAIDRIN COMMA",
204285  direction="l",
204286  linebreak="ba",
204287  unicodeslot=0x16E97,
204288 },
204289 [0x16E98]={
204290  category="po",
204291  description="MEDEFAIDRIN FULL STOP",
204292  direction="l",
204293  linebreak="ba",
204294  unicodeslot=0x16E98,
204295 },
204296 [0x16E99]={
204297  category="po",
204298  description="MEDEFAIDRIN SYMBOL AIVA",
204299  direction="l",
204300  linebreak="al",
204301  unicodeslot=0x16E99,
204302 },
204303 [0x16E9A]={
204304  category="po",
204305  description="MEDEFAIDRIN EXCLAMATION OH",
204306  direction="l",
204307  linebreak="al",
204308  unicodeslot=0x16E9A,
204309 },
204310 [0x16F00]={
204311  category="lo",
204312  description="MIAO LETTER PA",
204313  direction="l",
204314  linebreak="al",
204315  unicodeslot=0x16F00,
204316 },
204317 [0x16F01]={
204318  category="lo",
204319  description="MIAO LETTER BA",
204320  direction="l",
204321  linebreak="al",
204322  unicodeslot=0x16F01,
204323 },
204324 [0x16F02]={
204325  category="lo",
204326  description="MIAO LETTER YI PA",
204327  direction="l",
204328  linebreak="al",
204329  unicodeslot=0x16F02,
204330 },
204331 [0x16F03]={
204332  category="lo",
204333  description="MIAO LETTER PLA",
204334  direction="l",
204335  linebreak="al",
204336  unicodeslot=0x16F03,
204337 },
204338 [0x16F04]={
204339  category="lo",
204340  description="MIAO LETTER MA",
204341  direction="l",
204342  linebreak="al",
204343  unicodeslot=0x16F04,
204344 },
204345 [0x16F05]={
204346  category="lo",
204347  description="MIAO LETTER MHA",
204348  direction="l",
204349  linebreak="al",
204350  unicodeslot=0x16F05,
204351 },
204352 [0x16F06]={
204353  category="lo",
204354  description="MIAO LETTER ARCHAIC MA",
204355  direction="l",
204356  linebreak="al",
204357  unicodeslot=0x16F06,
204358 },
204359 [0x16F07]={
204360  category="lo",
204361  description="MIAO LETTER FA",
204362  direction="l",
204363  linebreak="al",
204364  unicodeslot=0x16F07,
204365 },
204366 [0x16F08]={
204367  category="lo",
204368  description="MIAO LETTER VA",
204369  direction="l",
204370  linebreak="al",
204371  unicodeslot=0x16F08,
204372 },
204373 [0x16F09]={
204374  category="lo",
204375  description="MIAO LETTER VFA",
204376  direction="l",
204377  linebreak="al",
204378  unicodeslot=0x16F09,
204379 },
204380 [0x16F0A]={
204381  category="lo",
204382  description="MIAO LETTER TA",
204383  direction="l",
204384  linebreak="al",
204385  unicodeslot=0x16F0A,
204386 },
204387 [0x16F0B]={
204388  category="lo",
204389  description="MIAO LETTER DA",
204390  direction="l",
204391  linebreak="al",
204392  unicodeslot=0x16F0B,
204393 },
204394 [0x16F0C]={
204395  category="lo",
204396  description="MIAO LETTER YI TTA",
204397  direction="l",
204398  linebreak="al",
204399  unicodeslot=0x16F0C,
204400 },
204401 [0x16F0D]={
204402  category="lo",
204403  description="MIAO LETTER YI TA",
204404  direction="l",
204405  linebreak="al",
204406  unicodeslot=0x16F0D,
204407 },
204408 [0x16F0E]={
204409  category="lo",
204410  description="MIAO LETTER TTA",
204411  direction="l",
204412  linebreak="al",
204413  unicodeslot=0x16F0E,
204414 },
204415 [0x16F0F]={
204416  category="lo",
204417  description="MIAO LETTER DDA",
204418  direction="l",
204419  linebreak="al",
204420  unicodeslot=0x16F0F,
204421 },
204422 [0x16F10]={
204423  category="lo",
204424  description="MIAO LETTER NA",
204425  direction="l",
204426  linebreak="al",
204427  unicodeslot=0x16F10,
204428 },
204429 [0x16F11]={
204430  category="lo",
204431  description="MIAO LETTER NHA",
204432  direction="l",
204433  linebreak="al",
204434  unicodeslot=0x16F11,
204435 },
204436 [0x16F12]={
204437  category="lo",
204438  description="MIAO LETTER YI NNA",
204439  direction="l",
204440  linebreak="al",
204441  unicodeslot=0x16F12,
204442 },
204443 [0x16F13]={
204444  category="lo",
204445  description="MIAO LETTER ARCHAIC NA",
204446  direction="l",
204447  linebreak="al",
204448  unicodeslot=0x16F13,
204449 },
204450 [0x16F14]={
204451  category="lo",
204452  description="MIAO LETTER NNA",
204453  direction="l",
204454  linebreak="al",
204455  unicodeslot=0x16F14,
204456 },
204457 [0x16F15]={
204458  category="lo",
204459  description="MIAO LETTER NNHA",
204460  direction="l",
204461  linebreak="al",
204462  unicodeslot=0x16F15,
204463 },
204464 [0x16F16]={
204465  category="lo",
204466  description="MIAO LETTER LA",
204467  direction="l",
204468  linebreak="al",
204469  unicodeslot=0x16F16,
204470 },
204471 [0x16F17]={
204472  category="lo",
204473  description="MIAO LETTER LYA",
204474  direction="l",
204475  linebreak="al",
204476  unicodeslot=0x16F17,
204477 },
204478 [0x16F18]={
204479  category="lo",
204480  description="MIAO LETTER LHA",
204481  direction="l",
204482  linebreak="al",
204483  unicodeslot=0x16F18,
204484 },
204485 [0x16F19]={
204486  category="lo",
204487  description="MIAO LETTER LHYA",
204488  direction="l",
204489  linebreak="al",
204490  unicodeslot=0x16F19,
204491 },
204492 [0x16F1A]={
204493  category="lo",
204494  description="MIAO LETTER TLHA",
204495  direction="l",
204496  linebreak="al",
204497  unicodeslot=0x16F1A,
204498 },
204499 [0x16F1B]={
204500  category="lo",
204501  description="MIAO LETTER DLHA",
204502  direction="l",
204503  linebreak="al",
204504  unicodeslot=0x16F1B,
204505 },
204506 [0x16F1C]={
204507  category="lo",
204508  description="MIAO LETTER TLHYA",
204509  direction="l",
204510  linebreak="al",
204511  unicodeslot=0x16F1C,
204512 },
204513 [0x16F1D]={
204514  category="lo",
204515  description="MIAO LETTER DLHYA",
204516  direction="l",
204517  linebreak="al",
204518  unicodeslot=0x16F1D,
204519 },
204520 [0x16F1E]={
204521  category="lo",
204522  description="MIAO LETTER KA",
204523  direction="l",
204524  linebreak="al",
204525  unicodeslot=0x16F1E,
204526 },
204527 [0x16F1F]={
204528  category="lo",
204529  description="MIAO LETTER GA",
204530  direction="l",
204531  linebreak="al",
204532  unicodeslot=0x16F1F,
204533 },
204534 [0x16F20]={
204535  category="lo",
204536  description="MIAO LETTER YI KA",
204537  direction="l",
204538  linebreak="al",
204539  unicodeslot=0x16F20,
204540 },
204541 [0x16F21]={
204542  category="lo",
204543  description="MIAO LETTER QA",
204544  direction="l",
204545  linebreak="al",
204546  unicodeslot=0x16F21,
204547 },
204548 [0x16F22]={
204549  category="lo",
204550  description="MIAO LETTER QGA",
204551  direction="l",
204552  linebreak="al",
204553  unicodeslot=0x16F22,
204554 },
204555 [0x16F23]={
204556  category="lo",
204557  description="MIAO LETTER NGA",
204558  direction="l",
204559  linebreak="al",
204560  unicodeslot=0x16F23,
204561 },
204562 [0x16F24]={
204563  category="lo",
204564  description="MIAO LETTER NGHA",
204565  direction="l",
204566  linebreak="al",
204567  unicodeslot=0x16F24,
204568 },
204569 [0x16F25]={
204570  category="lo",
204571  description="MIAO LETTER ARCHAIC NGA",
204572  direction="l",
204573  linebreak="al",
204574  unicodeslot=0x16F25,
204575 },
204576 [0x16F26]={
204577  category="lo",
204578  description="MIAO LETTER HA",
204579  direction="l",
204580  linebreak="al",
204581  unicodeslot=0x16F26,
204582 },
204583 [0x16F27]={
204584  category="lo",
204585  description="MIAO LETTER XA",
204586  direction="l",
204587  linebreak="al",
204588  unicodeslot=0x16F27,
204589 },
204590 [0x16F28]={
204591  category="lo",
204592  description="MIAO LETTER GHA",
204593  direction="l",
204594  linebreak="al",
204595  unicodeslot=0x16F28,
204596 },
204597 [0x16F29]={
204598  category="lo",
204599  description="MIAO LETTER GHHA",
204600  direction="l",
204601  linebreak="al",
204602  unicodeslot=0x16F29,
204603 },
204604 [0x16F2A]={
204605  category="lo",
204606  description="MIAO LETTER TSSA",
204607  direction="l",
204608  linebreak="al",
204609  unicodeslot=0x16F2A,
204610 },
204611 [0x16F2B]={
204612  category="lo",
204613  description="MIAO LETTER DZZA",
204614  direction="l",
204615  linebreak="al",
204616  unicodeslot=0x16F2B,
204617 },
204618 [0x16F2C]={
204619  category="lo",
204620  description="MIAO LETTER NYA",
204621  direction="l",
204622  linebreak="al",
204623  unicodeslot=0x16F2C,
204624 },
204625 [0x16F2D]={
204626  category="lo",
204627  description="MIAO LETTER NYHA",
204628  direction="l",
204629  linebreak="al",
204630  unicodeslot=0x16F2D,
204631 },
204632 [0x16F2E]={
204633  category="lo",
204634  description="MIAO LETTER TSHA",
204635  direction="l",
204636  linebreak="al",
204637  unicodeslot=0x16F2E,
204638 },
204639 [0x16F2F]={
204640  category="lo",
204641  description="MIAO LETTER DZHA",
204642  direction="l",
204643  linebreak="al",
204644  unicodeslot=0x16F2F,
204645 },
204646 [0x16F30]={
204647  category="lo",
204648  description="MIAO LETTER YI TSHA",
204649  direction="l",
204650  linebreak="al",
204651  unicodeslot=0x16F30,
204652 },
204653 [0x16F31]={
204654  category="lo",
204655  description="MIAO LETTER YI DZHA",
204656  direction="l",
204657  linebreak="al",
204658  unicodeslot=0x16F31,
204659 },
204660 [0x16F32]={
204661  category="lo",
204662  description="MIAO LETTER REFORMED TSHA",
204663  direction="l",
204664  linebreak="al",
204665  unicodeslot=0x16F32,
204666 },
204667 [0x16F33]={
204668  category="lo",
204669  description="MIAO LETTER SHA",
204670  direction="l",
204671  linebreak="al",
204672  unicodeslot=0x16F33,
204673 },
204674 [0x16F34]={
204675  category="lo",
204676  description="MIAO LETTER SSA",
204677  direction="l",
204678  linebreak="al",
204679  unicodeslot=0x16F34,
204680 },
204681 [0x16F35]={
204682  category="lo",
204683  description="MIAO LETTER ZHA",
204684  direction="l",
204685  linebreak="al",
204686  unicodeslot=0x16F35,
204687 },
204688 [0x16F36]={
204689  category="lo",
204690  description="MIAO LETTER ZSHA",
204691  direction="l",
204692  linebreak="al",
204693  unicodeslot=0x16F36,
204694 },
204695 [0x16F37]={
204696  category="lo",
204697  description="MIAO LETTER TSA",
204698  direction="l",
204699  linebreak="al",
204700  unicodeslot=0x16F37,
204701 },
204702 [0x16F38]={
204703  category="lo",
204704  description="MIAO LETTER DZA",
204705  direction="l",
204706  linebreak="al",
204707  unicodeslot=0x16F38,
204708 },
204709 [0x16F39]={
204710  category="lo",
204711  description="MIAO LETTER YI TSA",
204712  direction="l",
204713  linebreak="al",
204714  unicodeslot=0x16F39,
204715 },
204716 [0x16F3A]={
204717  category="lo",
204718  description="MIAO LETTER SA",
204719  direction="l",
204720  linebreak="al",
204721  unicodeslot=0x16F3A,
204722 },
204723 [0x16F3B]={
204724  category="lo",
204725  description="MIAO LETTER ZA",
204726  direction="l",
204727  linebreak="al",
204728  unicodeslot=0x16F3B,
204729 },
204730 [0x16F3C]={
204731  category="lo",
204732  description="MIAO LETTER ZSA",
204733  direction="l",
204734  linebreak="al",
204735  unicodeslot=0x16F3C,
204736 },
204737 [0x16F3D]={
204738  category="lo",
204739  description="MIAO LETTER ZZA",
204740  direction="l",
204741  linebreak="al",
204742  unicodeslot=0x16F3D,
204743 },
204744 [0x16F3E]={
204745  category="lo",
204746  description="MIAO LETTER ZZSA",
204747  direction="l",
204748  linebreak="al",
204749  unicodeslot=0x16F3E,
204750 },
204751 [0x16F3F]={
204752  category="lo",
204753  description="MIAO LETTER ARCHAIC ZZA",
204754  direction="l",
204755  linebreak="al",
204756  unicodeslot=0x16F3F,
204757 },
204758 [0x16F40]={
204759  category="lo",
204760  description="MIAO LETTER ZZYA",
204761  direction="l",
204762  linebreak="al",
204763  unicodeslot=0x16F40,
204764 },
204765 [0x16F41]={
204766  category="lo",
204767  description="MIAO LETTER ZZSYA",
204768  direction="l",
204769  linebreak="al",
204770  unicodeslot=0x16F41,
204771 },
204772 [0x16F42]={
204773  category="lo",
204774  description="MIAO LETTER WA",
204775  direction="l",
204776  linebreak="al",
204777  unicodeslot=0x16F42,
204778 },
204779 [0x16F43]={
204780  category="lo",
204781  description="MIAO LETTER AH",
204782  direction="l",
204783  linebreak="al",
204784  unicodeslot=0x16F43,
204785 },
204786 [0x16F44]={
204787  category="lo",
204788  description="MIAO LETTER HHA",
204789  direction="l",
204790  linebreak="al",
204791  unicodeslot=0x16F44,
204792 },
204793 [0x16F45]={
204794  category="lo",
204795  description="MIAO LETTER BRI",
204796  direction="l",
204797  linebreak="al",
204798  unicodeslot=0x16F45,
204799 },
204800 [0x16F46]={
204801  category="lo",
204802  description="MIAO LETTER SYI",
204803  direction="l",
204804  linebreak="al",
204805  unicodeslot=0x16F46,
204806 },
204807 [0x16F47]={
204808  category="lo",
204809  description="MIAO LETTER DZYI",
204810  direction="l",
204811  linebreak="al",
204812  unicodeslot=0x16F47,
204813 },
204814 [0x16F48]={
204815  category="lo",
204816  description="MIAO LETTER TE",
204817  direction="l",
204818  linebreak="al",
204819  unicodeslot=0x16F48,
204820 },
204821 [0x16F49]={
204822  category="lo",
204823  description="MIAO LETTER TSE",
204824  direction="l",
204825  linebreak="al",
204826  unicodeslot=0x16F49,
204827 },
204828 [0x16F4A]={
204829  category="lo",
204830  description="MIAO LETTER RTE",
204831  direction="l",
204832  linebreak="al",
204833  unicodeslot=0x16F4A,
204834 },
204835 [0x16F4F]={
204836  category="mn",
204837  description="MIAO SIGN CONSONANT MODIFIER BAR",
204838  direction="nsm",
204839  linebreak="cm",
204840  unicodeslot=0x16F4F,
204841 },
204842 [0x16F50]={
204843  category="lo",
204844  description="MIAO LETTER NASALIZATION",
204845  direction="l",
204846  linebreak="al",
204847  unicodeslot=0x16F50,
204848 },
204849 [0x16F51]={
204850  category="mc",
204851  description="MIAO SIGN ASPIRATION",
204852  direction="l",
204853  linebreak="cm",
204854  unicodeslot=0x16F51,
204855 },
204856 [0x16F52]={
204857  category="mc",
204858  description="MIAO SIGN REFORMED VOICING",
204859  direction="l",
204860  linebreak="cm",
204861  unicodeslot=0x16F52,
204862 },
204863 [0x16F53]={
204864  category="mc",
204865  description="MIAO SIGN REFORMED ASPIRATION",
204866  direction="l",
204867  linebreak="cm",
204868  unicodeslot=0x16F53,
204869 },
204870 [0x16F54]={
204871  category="mc",
204872  description="MIAO VOWEL SIGN A",
204873  direction="l",
204874  linebreak="cm",
204875  unicodeslot=0x16F54,
204876 },
204877 [0x16F55]={
204878  category="mc",
204879  description="MIAO VOWEL SIGN AA",
204880  direction="l",
204881  linebreak="cm",
204882  unicodeslot=0x16F55,
204883 },
204884 [0x16F56]={
204885  category="mc",
204886  description="MIAO VOWEL SIGN AHH",
204887  direction="l",
204888  linebreak="cm",
204889  unicodeslot=0x16F56,
204890 },
204891 [0x16F57]={
204892  category="mc",
204893  description="MIAO VOWEL SIGN AN",
204894  direction="l",
204895  linebreak="cm",
204896  unicodeslot=0x16F57,
204897 },
204898 [0x16F58]={
204899  category="mc",
204900  description="MIAO VOWEL SIGN ANG",
204901  direction="l",
204902  linebreak="cm",
204903  unicodeslot=0x16F58,
204904 },
204905 [0x16F59]={
204906  category="mc",
204907  description="MIAO VOWEL SIGN O",
204908  direction="l",
204909  linebreak="cm",
204910  unicodeslot=0x16F59,
204911 },
204912 [0x16F5A]={
204913  category="mc",
204914  description="MIAO VOWEL SIGN OO",
204915  direction="l",
204916  linebreak="cm",
204917  unicodeslot=0x16F5A,
204918 },
204919 [0x16F5B]={
204920  category="mc",
204921  description="MIAO VOWEL SIGN WO",
204922  direction="l",
204923  linebreak="cm",
204924  unicodeslot=0x16F5B,
204925 },
204926 [0x16F5C]={
204927  category="mc",
204928  description="MIAO VOWEL SIGN W",
204929  direction="l",
204930  linebreak="cm",
204931  unicodeslot=0x16F5C,
204932 },
204933 [0x16F5D]={
204934  category="mc",
204935  description="MIAO VOWEL SIGN E",
204936  direction="l",
204937  linebreak="cm",
204938  unicodeslot=0x16F5D,
204939 },
204940 [0x16F5E]={
204941  category="mc",
204942  description="MIAO VOWEL SIGN EN",
204943  direction="l",
204944  linebreak="cm",
204945  unicodeslot=0x16F5E,
204946 },
204947 [0x16F5F]={
204948  category="mc",
204949  description="MIAO VOWEL SIGN ENG",
204950  direction="l",
204951  linebreak="cm",
204952  unicodeslot=0x16F5F,
204953 },
204954 [0x16F60]={
204955  category="mc",
204956  description="MIAO VOWEL SIGN OEY",
204957  direction="l",
204958  linebreak="cm",
204959  unicodeslot=0x16F60,
204960 },
204961 [0x16F61]={
204962  category="mc",
204963  description="MIAO VOWEL SIGN I",
204964  direction="l",
204965  linebreak="cm",
204966  unicodeslot=0x16F61,
204967 },
204968 [0x16F62]={
204969  category="mc",
204970  description="MIAO VOWEL SIGN IA",
204971  direction="l",
204972  linebreak="cm",
204973  unicodeslot=0x16F62,
204974 },
204975 [0x16F63]={
204976  category="mc",
204977  description="MIAO VOWEL SIGN IAN",
204978  direction="l",
204979  linebreak="cm",
204980  unicodeslot=0x16F63,
204981 },
204982 [0x16F64]={
204983  category="mc",
204984  description="MIAO VOWEL SIGN IANG",
204985  direction="l",
204986  linebreak="cm",
204987  unicodeslot=0x16F64,
204988 },
204989 [0x16F65]={
204990  category="mc",
204991  description="MIAO VOWEL SIGN IO",
204992  direction="l",
204993  linebreak="cm",
204994  unicodeslot=0x16F65,
204995 },
204996 [0x16F66]={
204997  category="mc",
204998  description="MIAO VOWEL SIGN IE",
204999  direction="l",
205000  linebreak="cm",
205001  unicodeslot=0x16F66,
205002 },
205003 [0x16F67]={
205004  category="mc",
205005  description="MIAO VOWEL SIGN II",
205006  direction="l",
205007  linebreak="cm",
205008  unicodeslot=0x16F67,
205009 },
205010 [0x16F68]={
205011  category="mc",
205012  description="MIAO VOWEL SIGN IU",
205013  direction="l",
205014  linebreak="cm",
205015  unicodeslot=0x16F68,
205016 },
205017 [0x16F69]={
205018  category="mc",
205019  description="MIAO VOWEL SIGN ING",
205020  direction="l",
205021  linebreak="cm",
205022  unicodeslot=0x16F69,
205023 },
205024 [0x16F6A]={
205025  category="mc",
205026  description="MIAO VOWEL SIGN U",
205027  direction="l",
205028  linebreak="cm",
205029  unicodeslot=0x16F6A,
205030 },
205031 [0x16F6B]={
205032  category="mc",
205033  description="MIAO VOWEL SIGN UA",
205034  direction="l",
205035  linebreak="cm",
205036  unicodeslot=0x16F6B,
205037 },
205038 [0x16F6C]={
205039  category="mc",
205040  description="MIAO VOWEL SIGN UAN",
205041  direction="l",
205042  linebreak="cm",
205043  unicodeslot=0x16F6C,
205044 },
205045 [0x16F6D]={
205046  category="mc",
205047  description="MIAO VOWEL SIGN UANG",
205048  direction="l",
205049  linebreak="cm",
205050  unicodeslot=0x16F6D,
205051 },
205052 [0x16F6E]={
205053  category="mc",
205054  description="MIAO VOWEL SIGN UU",
205055  direction="l",
205056  linebreak="cm",
205057  unicodeslot=0x16F6E,
205058 },
205059 [0x16F6F]={
205060  category="mc",
205061  description="MIAO VOWEL SIGN UEI",
205062  direction="l",
205063  linebreak="cm",
205064  unicodeslot=0x16F6F,
205065 },
205066 [0x16F70]={
205067  category="mc",
205068  description="MIAO VOWEL SIGN UNG",
205069  direction="l",
205070  linebreak="cm",
205071  unicodeslot=0x16F70,
205072 },
205073 [0x16F71]={
205074  category="mc",
205075  description="MIAO VOWEL SIGN Y",
205076  direction="l",
205077  linebreak="cm",
205078  unicodeslot=0x16F71,
205079 },
205080 [0x16F72]={
205081  category="mc",
205082  description="MIAO VOWEL SIGN YI",
205083  direction="l",
205084  linebreak="cm",
205085  unicodeslot=0x16F72,
205086 },
205087 [0x16F73]={
205088  category="mc",
205089  description="MIAO VOWEL SIGN AE",
205090  direction="l",
205091  linebreak="cm",
205092  unicodeslot=0x16F73,
205093 },
205094 [0x16F74]={
205095  category="mc",
205096  description="MIAO VOWEL SIGN AEE",
205097  direction="l",
205098  linebreak="cm",
205099  unicodeslot=0x16F74,
205100 },
205101 [0x16F75]={
205102  category="mc",
205103  description="MIAO VOWEL SIGN ERR",
205104  direction="l",
205105  linebreak="cm",
205106  unicodeslot=0x16F75,
205107 },
205108 [0x16F76]={
205109  category="mc",
205110  description="MIAO VOWEL SIGN ROUNDED ERR",
205111  direction="l",
205112  linebreak="cm",
205113  unicodeslot=0x16F76,
205114 },
205115 [0x16F77]={
205116  category="mc",
205117  description="MIAO VOWEL SIGN ER",
205118  direction="l",
205119  linebreak="cm",
205120  unicodeslot=0x16F77,
205121 },
205122 [0x16F78]={
205123  category="mc",
205124  description="MIAO VOWEL SIGN ROUNDED ER",
205125  direction="l",
205126  linebreak="cm",
205127  unicodeslot=0x16F78,
205128 },
205129 [0x16F79]={
205130  category="mc",
205131  description="MIAO VOWEL SIGN AI",
205132  direction="l",
205133  linebreak="cm",
205134  unicodeslot=0x16F79,
205135 },
205136 [0x16F7A]={
205137  category="mc",
205138  description="MIAO VOWEL SIGN EI",
205139  direction="l",
205140  linebreak="cm",
205141  unicodeslot=0x16F7A,
205142 },
205143 [0x16F7B]={
205144  category="mc",
205145  description="MIAO VOWEL SIGN AU",
205146  direction="l",
205147  linebreak="cm",
205148  unicodeslot=0x16F7B,
205149 },
205150 [0x16F7C]={
205151  category="mc",
205152  description="MIAO VOWEL SIGN OU",
205153  direction="l",
205154  linebreak="cm",
205155  unicodeslot=0x16F7C,
205156 },
205157 [0x16F7D]={
205158  category="mc",
205159  description="MIAO VOWEL SIGN N",
205160  direction="l",
205161  linebreak="cm",
205162  unicodeslot=0x16F7D,
205163 },
205164 [0x16F7E]={
205165  category="mc",
205166  description="MIAO VOWEL SIGN NG",
205167  direction="l",
205168  linebreak="cm",
205169  unicodeslot=0x16F7E,
205170 },
205171 [0x16F7F]={
205172  category="mc",
205173  description="MIAO VOWEL SIGN UOG",
205174  direction="l",
205175  linebreak="cm",
205176  unicodeslot=0x16F7F,
205177 },
205178 [0x16F80]={
205179  category="mc",
205180  description="MIAO VOWEL SIGN YUI",
205181  direction="l",
205182  linebreak="cm",
205183  unicodeslot=0x16F80,
205184 },
205185 [0x16F81]={
205186  category="mc",
205187  description="MIAO VOWEL SIGN OG",
205188  direction="l",
205189  linebreak="cm",
205190  unicodeslot=0x16F81,
205191 },
205192 [0x16F82]={
205193  category="mc",
205194  description="MIAO VOWEL SIGN OER",
205195  direction="l",
205196  linebreak="cm",
205197  unicodeslot=0x16F82,
205198 },
205199 [0x16F83]={
205200  category="mc",
205201  description="MIAO VOWEL SIGN VW",
205202  direction="l",
205203  linebreak="cm",
205204  unicodeslot=0x16F83,
205205 },
205206 [0x16F84]={
205207  category="mc",
205208  description="MIAO VOWEL SIGN IG",
205209  direction="l",
205210  linebreak="cm",
205211  unicodeslot=0x16F84,
205212 },
205213 [0x16F85]={
205214  category="mc",
205215  description="MIAO VOWEL SIGN EA",
205216  direction="l",
205217  linebreak="cm",
205218  unicodeslot=0x16F85,
205219 },
205220 [0x16F86]={
205221  category="mc",
205222  description="MIAO VOWEL SIGN IONG",
205223  direction="l",
205224  linebreak="cm",
205225  unicodeslot=0x16F86,
205226 },
205227 [0x16F87]={
205228  category="mc",
205229  description="MIAO VOWEL SIGN UI",
205230  direction="l",
205231  linebreak="cm",
205232  unicodeslot=0x16F87,
205233 },
205234 [0x16F8F]={
205235  category="mn",
205236  description="MIAO TONE RIGHT",
205237  direction="nsm",
205238  linebreak="cm",
205239  unicodeslot=0x16F8F,
205240 },
205241 [0x16F90]={
205242  category="mn",
205243  description="MIAO TONE TOP RIGHT",
205244  direction="nsm",
205245  linebreak="cm",
205246  unicodeslot=0x16F90,
205247 },
205248 [0x16F91]={
205249  category="mn",
205250  description="MIAO TONE ABOVE",
205251  direction="nsm",
205252  linebreak="cm",
205253  unicodeslot=0x16F91,
205254 },
205255 [0x16F92]={
205256  category="mn",
205257  description="MIAO TONE BELOW",
205258  direction="nsm",
205259  linebreak="cm",
205260  unicodeslot=0x16F92,
205261 },
205262 [0x16F93]={
205263  category="lm",
205264  description="MIAO LETTER TONE-2",
205265  direction="l",
205266  linebreak="al",
205267  unicodeslot=0x16F93,
205268 },
205269 [0x16F94]={
205270  category="lm",
205271  description="MIAO LETTER TONE-3",
205272  direction="l",
205273  linebreak="al",
205274  unicodeslot=0x16F94,
205275 },
205276 [0x16F95]={
205277  category="lm",
205278  description="MIAO LETTER TONE-4",
205279  direction="l",
205280  linebreak="al",
205281  unicodeslot=0x16F95,
205282 },
205283 [0x16F96]={
205284  category="lm",
205285  description="MIAO LETTER TONE-5",
205286  direction="l",
205287  linebreak="al",
205288  unicodeslot=0x16F96,
205289 },
205290 [0x16F97]={
205291  category="lm",
205292  description="MIAO LETTER TONE-6",
205293  direction="l",
205294  linebreak="al",
205295  unicodeslot=0x16F97,
205296 },
205297 [0x16F98]={
205298  category="lm",
205299  description="MIAO LETTER TONE-7",
205300  direction="l",
205301  linebreak="al",
205302  unicodeslot=0x16F98,
205303 },
205304 [0x16F99]={
205305  category="lm",
205306  description="MIAO LETTER TONE-8",
205307  direction="l",
205308  linebreak="al",
205309  unicodeslot=0x16F99,
205310 },
205311 [0x16F9A]={
205312  category="lm",
205313  description="MIAO LETTER REFORMED TONE-1",
205314  direction="l",
205315  linebreak="al",
205316  unicodeslot=0x16F9A,
205317 },
205318 [0x16F9B]={
205319  category="lm",
205320  description="MIAO LETTER REFORMED TONE-2",
205321  direction="l",
205322  linebreak="al",
205323  unicodeslot=0x16F9B,
205324 },
205325 [0x16F9C]={
205326  category="lm",
205327  description="MIAO LETTER REFORMED TONE-4",
205328  direction="l",
205329  linebreak="al",
205330  unicodeslot=0x16F9C,
205331 },
205332 [0x16F9D]={
205333  category="lm",
205334  description="MIAO LETTER REFORMED TONE-5",
205335  direction="l",
205336  linebreak="al",
205337  unicodeslot=0x16F9D,
205338 },
205339 [0x16F9E]={
205340  category="lm",
205341  description="MIAO LETTER REFORMED TONE-6",
205342  direction="l",
205343  linebreak="al",
205344  unicodeslot=0x16F9E,
205345 },
205346 [0x16F9F]={
205347  category="lm",
205348  description="MIAO LETTER REFORMED TONE-8",
205349  direction="l",
205350  linebreak="al",
205351  unicodeslot=0x16F9F,
205352 },
205353 [0x16FE0]={
205354  category="lm",
205355  cjkwd="w",
205356  description="TANGUT ITERATION MARK",
205357  direction="l",
205358  linebreak="ns",
205359  unicodeslot=0x16FE0,
205360 },
205361 [0x16FE1]={
205362  category="lm",
205363  cjkwd="w",
205364  description="NUSHU ITERATION MARK",
205365  direction="l",
205366  linebreak="ns",
205367  unicodeslot=0x16FE1,
205368 },
205369 [0x16FE2]={
205370  category="po",
205371  cjkwd="w",
205372  description="OLD CHINESE HOOK MARK",
205373  direction="on",
205374  linebreak="ns",
205375  unicodeslot=0x16FE2,
205376 },
205377 [0x16FE3]={
205378  category="lm",
205379  cjkwd="w",
205380  description="OLD CHINESE ITERATION MARK",
205381  direction="l",
205382  linebreak="ns",
205383  unicodeslot=0x16FE3,
205384 },
205385 [0x16FE4]={
205386  category="mn",
205387  cjkwd="w",
205388  description="KHITAN SMALL SCRIPT FILLER",
205389  direction="nsm",
205390  linebreak="gl",
205391  unicodeslot=0x16FE4,
205392 },
205393 [0x16FF0]={
205394  category="mc",
205395  cjkwd="w",
205396  combining=0x6,
205397  description="VIETNAMESE ALTERNATE READING MARK CA",
205398  direction="l",
205399  linebreak="cm",
205400  unicodeslot=0x16FF0,
205401 },
205402 [0x16FF1]={
205403  category="mc",
205404  cjkwd="w",
205405  combining=0x6,
205406  description="VIETNAMESE ALTERNATE READING MARK NHAY",
205407  direction="l",
205408  linebreak="cm",
205409  unicodeslot=0x16FF1,
205410 },
205411 [0x18800]={
205412  category="lo",
205413  cjkwd="w",
205414  description="TANGUT COMPONENT-001",
205415  direction="l",
205416  linebreak="id",
205417  unicodeslot=0x18800,
205418 },
205419 [0x18801]={
205420  category="lo",
205421  cjkwd="w",
205422  description="TANGUT COMPONENT-002",
205423  direction="l",
205424  linebreak="id",
205425  unicodeslot=0x18801,
205426 },
205427 [0x18802]={
205428  category="lo",
205429  cjkwd="w",
205430  description="TANGUT COMPONENT-003",
205431  direction="l",
205432  linebreak="id",
205433  unicodeslot=0x18802,
205434 },
205435 [0x18803]={
205436  category="lo",
205437  cjkwd="w",
205438  description="TANGUT COMPONENT-004",
205439  direction="l",
205440  linebreak="id",
205441  unicodeslot=0x18803,
205442 },
205443 [0x18804]={
205444  category="lo",
205445  cjkwd="w",
205446  description="TANGUT COMPONENT-005",
205447  direction="l",
205448  linebreak="id",
205449  unicodeslot=0x18804,
205450 },
205451 [0x18805]={
205452  category="lo",
205453  cjkwd="w",
205454  description="TANGUT COMPONENT-006",
205455  direction="l",
205456  linebreak="id",
205457  unicodeslot=0x18805,
205458 },
205459 [0x18806]={
205460  category="lo",
205461  cjkwd="w",
205462  description="TANGUT COMPONENT-007",
205463  direction="l",
205464  linebreak="id",
205465  unicodeslot=0x18806,
205466 },
205467 [0x18807]={
205468  category="lo",
205469  cjkwd="w",
205470  description="TANGUT COMPONENT-008",
205471  direction="l",
205472  linebreak="id",
205473  unicodeslot=0x18807,
205474 },
205475 [0x18808]={
205476  category="lo",
205477  cjkwd="w",
205478  description="TANGUT COMPONENT-009",
205479  direction="l",
205480  linebreak="id",
205481  unicodeslot=0x18808,
205482 },
205483 [0x18809]={
205484  category="lo",
205485  cjkwd="w",
205486  description="TANGUT COMPONENT-010",
205487  direction="l",
205488  linebreak="id",
205489  unicodeslot=0x18809,
205490 },
205491 [0x1880A]={
205492  category="lo",
205493  cjkwd="w",
205494  description="TANGUT COMPONENT-011",
205495  direction="l",
205496  linebreak="id",
205497  unicodeslot=0x1880A,
205498 },
205499 [0x1880B]={
205500  category="lo",
205501  cjkwd="w",
205502  description="TANGUT COMPONENT-012",
205503  direction="l",
205504  linebreak="id",
205505  unicodeslot=0x1880B,
205506 },
205507 [0x1880C]={
205508  category="lo",
205509  cjkwd="w",
205510  description="TANGUT COMPONENT-013",
205511  direction="l",
205512  linebreak="id",
205513  unicodeslot=0x1880C,
205514 },
205515 [0x1880D]={
205516  category="lo",
205517  cjkwd="w",
205518  description="TANGUT COMPONENT-014",
205519  direction="l",
205520  linebreak="id",
205521  unicodeslot=0x1880D,
205522 },
205523 [0x1880E]={
205524  category="lo",
205525  cjkwd="w",
205526  description="TANGUT COMPONENT-015",
205527  direction="l",
205528  linebreak="id",
205529  unicodeslot=0x1880E,
205530 },
205531 [0x1880F]={
205532  category="lo",
205533  cjkwd="w",
205534  description="TANGUT COMPONENT-016",
205535  direction="l",
205536  linebreak="id",
205537  unicodeslot=0x1880F,
205538 },
205539 [0x18810]={
205540  category="lo",
205541  cjkwd="w",
205542  description="TANGUT COMPONENT-017",
205543  direction="l",
205544  linebreak="id",
205545  unicodeslot=0x18810,
205546 },
205547 [0x18811]={
205548  category="lo",
205549  cjkwd="w",
205550  description="TANGUT COMPONENT-018",
205551  direction="l",
205552  linebreak="id",
205553  unicodeslot=0x18811,
205554 },
205555 [0x18812]={
205556  category="lo",
205557  cjkwd="w",
205558  description="TANGUT COMPONENT-019",
205559  direction="l",
205560  linebreak="id",
205561  unicodeslot=0x18812,
205562 },
205563 [0x18813]={
205564  category="lo",
205565  cjkwd="w",
205566  description="TANGUT COMPONENT-020",
205567  direction="l",
205568  linebreak="id",
205569  unicodeslot=0x18813,
205570 },
205571 [0x18814]={
205572  category="lo",
205573  cjkwd="w",
205574  description="TANGUT COMPONENT-021",
205575  direction="l",
205576  linebreak="id",
205577  unicodeslot=0x18814,
205578 },
205579 [0x18815]={
205580  category="lo",
205581  cjkwd="w",
205582  description="TANGUT COMPONENT-022",
205583  direction="l",
205584  linebreak="id",
205585  unicodeslot=0x18815,
205586 },
205587 [0x18816]={
205588  category="lo",
205589  cjkwd="w",
205590  description="TANGUT COMPONENT-023",
205591  direction="l",
205592  linebreak="id",
205593  unicodeslot=0x18816,
205594 },
205595 [0x18817]={
205596  category="lo",
205597  cjkwd="w",
205598  description="TANGUT COMPONENT-024",
205599  direction="l",
205600  linebreak="id",
205601  unicodeslot=0x18817,
205602 },
205603 [0x18818]={
205604  category="lo",
205605  cjkwd="w",
205606  description="TANGUT COMPONENT-025",
205607  direction="l",
205608  linebreak="id",
205609  unicodeslot=0x18818,
205610 },
205611 [0x18819]={
205612  category="lo",
205613  cjkwd="w",
205614  description="TANGUT COMPONENT-026",
205615  direction="l",
205616  linebreak="id",
205617  unicodeslot=0x18819,
205618 },
205619 [0x1881A]={
205620  category="lo",
205621  cjkwd="w",
205622  description="TANGUT COMPONENT-027",
205623  direction="l",
205624  linebreak="id",
205625  unicodeslot=0x1881A,
205626 },
205627 [0x1881B]={
205628  category="lo",
205629  cjkwd="w",
205630  description="TANGUT COMPONENT-028",
205631  direction="l",
205632  linebreak="id",
205633  unicodeslot=0x1881B,
205634 },
205635 [0x1881C]={
205636  category="lo",
205637  cjkwd="w",
205638  description="TANGUT COMPONENT-029",
205639  direction="l",
205640  linebreak="id",
205641  unicodeslot=0x1881C,
205642 },
205643 [0x1881D]={
205644  category="lo",
205645  cjkwd="w",
205646  description="TANGUT COMPONENT-030",
205647  direction="l",
205648  linebreak="id",
205649  unicodeslot=0x1881D,
205650 },
205651 [0x1881E]={
205652  category="lo",
205653  cjkwd="w",
205654  description="TANGUT COMPONENT-031",
205655  direction="l",
205656  linebreak="id",
205657  unicodeslot=0x1881E,
205658 },
205659 [0x1881F]={
205660  category="lo",
205661  cjkwd="w",
205662  description="TANGUT COMPONENT-032",
205663  direction="l",
205664  linebreak="id",
205665  unicodeslot=0x1881F,
205666 },
205667 [0x18820]={
205668  category="lo",
205669  cjkwd="w",
205670  description="TANGUT COMPONENT-033",
205671  direction="l",
205672  linebreak="id",
205673  unicodeslot=0x18820,
205674 },
205675 [0x18821]={
205676  category="lo",
205677  cjkwd="w",
205678  description="TANGUT COMPONENT-034",
205679  direction="l",
205680  linebreak="id",
205681  unicodeslot=0x18821,
205682 },
205683 [0x18822]={
205684  category="lo",
205685  cjkwd="w",
205686  description="TANGUT COMPONENT-035",
205687  direction="l",
205688  linebreak="id",
205689  unicodeslot=0x18822,
205690 },
205691 [0x18823]={
205692  category="lo",
205693  cjkwd="w",
205694  description="TANGUT COMPONENT-036",
205695  direction="l",
205696  linebreak="id",
205697  unicodeslot=0x18823,
205698 },
205699 [0x18824]={
205700  category="lo",
205701  cjkwd="w",
205702  description="TANGUT COMPONENT-037",
205703  direction="l",
205704  linebreak="id",
205705  unicodeslot=0x18824,
205706 },
205707 [0x18825]={
205708  category="lo",
205709  cjkwd="w",
205710  description="TANGUT COMPONENT-038",
205711  direction="l",
205712  linebreak="id",
205713  unicodeslot=0x18825,
205714 },
205715 [0x18826]={
205716  category="lo",
205717  cjkwd="w",
205718  description="TANGUT COMPONENT-039",
205719  direction="l",
205720  linebreak="id",
205721  unicodeslot=0x18826,
205722 },
205723 [0x18827]={
205724  category="lo",
205725  cjkwd="w",
205726  description="TANGUT COMPONENT-040",
205727  direction="l",
205728  linebreak="id",
205729  unicodeslot=0x18827,
205730 },
205731 [0x18828]={
205732  category="lo",
205733  cjkwd="w",
205734  description="TANGUT COMPONENT-041",
205735  direction="l",
205736  linebreak="id",
205737  unicodeslot=0x18828,
205738 },
205739 [0x18829]={
205740  category="lo",
205741  cjkwd="w",
205742  description="TANGUT COMPONENT-042",
205743  direction="l",
205744  linebreak="id",
205745  unicodeslot=0x18829,
205746 },
205747 [0x1882A]={
205748  category="lo",
205749  cjkwd="w",
205750  description="TANGUT COMPONENT-043",
205751  direction="l",
205752  linebreak="id",
205753  unicodeslot=0x1882A,
205754 },
205755 [0x1882B]={
205756  category="lo",
205757  cjkwd="w",
205758  description="TANGUT COMPONENT-044",
205759  direction="l",
205760  linebreak="id",
205761  unicodeslot=0x1882B,
205762 },
205763 [0x1882C]={
205764  category="lo",
205765  cjkwd="w",
205766  description="TANGUT COMPONENT-045",
205767  direction="l",
205768  linebreak="id",
205769  unicodeslot=0x1882C,
205770 },
205771 [0x1882D]={
205772  category="lo",
205773  cjkwd="w",
205774  description="TANGUT COMPONENT-046",
205775  direction="l",
205776  linebreak="id",
205777  unicodeslot=0x1882D,
205778 },
205779 [0x1882E]={
205780  category="lo",
205781  cjkwd="w",
205782  description="TANGUT COMPONENT-047",
205783  direction="l",
205784  linebreak="id",
205785  unicodeslot=0x1882E,
205786 },
205787 [0x1882F]={
205788  category="lo",
205789  cjkwd="w",
205790  description="TANGUT COMPONENT-048",
205791  direction="l",
205792  linebreak="id",
205793  unicodeslot=0x1882F,
205794 },
205795 [0x18830]={
205796  category="lo",
205797  cjkwd="w",
205798  description="TANGUT COMPONENT-049",
205799  direction="l",
205800  linebreak="id",
205801  unicodeslot=0x18830,
205802 },
205803 [0x18831]={
205804  category="lo",
205805  cjkwd="w",
205806  description="TANGUT COMPONENT-050",
205807  direction="l",
205808  linebreak="id",
205809  unicodeslot=0x18831,
205810 },
205811 [0x18832]={
205812  category="lo",
205813  cjkwd="w",
205814  description="TANGUT COMPONENT-051",
205815  direction="l",
205816  linebreak="id",
205817  unicodeslot=0x18832,
205818 },
205819 [0x18833]={
205820  category="lo",
205821  cjkwd="w",
205822  description="TANGUT COMPONENT-052",
205823  direction="l",
205824  linebreak="id",
205825  unicodeslot=0x18833,
205826 },
205827 [0x18834]={
205828  category="lo",
205829  cjkwd="w",
205830  description="TANGUT COMPONENT-053",
205831  direction="l",
205832  linebreak="id",
205833  unicodeslot=0x18834,
205834 },
205835 [0x18835]={
205836  category="lo",
205837  cjkwd="w",
205838  description="TANGUT COMPONENT-054",
205839  direction="l",
205840  linebreak="id",
205841  unicodeslot=0x18835,
205842 },
205843 [0x18836]={
205844  category="lo",
205845  cjkwd="w",
205846  description="TANGUT COMPONENT-055",
205847  direction="l",
205848  linebreak="id",
205849  unicodeslot=0x18836,
205850 },
205851 [0x18837]={
205852  category="lo",
205853  cjkwd="w",
205854  description="TANGUT COMPONENT-056",
205855  direction="l",
205856  linebreak="id",
205857  unicodeslot=0x18837,
205858 },
205859 [0x18838]={
205860  category="lo",
205861  cjkwd="w",
205862  description="TANGUT COMPONENT-057",
205863  direction="l",
205864  linebreak="id",
205865  unicodeslot=0x18838,
205866 },
205867 [0x18839]={
205868  category="lo",
205869  cjkwd="w",
205870  description="TANGUT COMPONENT-058",
205871  direction="l",
205872  linebreak="id",
205873  unicodeslot=0x18839,
205874 },
205875 [0x1883A]={
205876  category="lo",
205877  cjkwd="w",
205878  description="TANGUT COMPONENT-059",
205879  direction="l",
205880  linebreak="id",
205881  unicodeslot=0x1883A,
205882 },
205883 [0x1883B]={
205884  category="lo",
205885  cjkwd="w",
205886  description="TANGUT COMPONENT-060",
205887  direction="l",
205888  linebreak="id",
205889  unicodeslot=0x1883B,
205890 },
205891 [0x1883C]={
205892  category="lo",
205893  cjkwd="w",
205894  description="TANGUT COMPONENT-061",
205895  direction="l",
205896  linebreak="id",
205897  unicodeslot=0x1883C,
205898 },
205899 [0x1883D]={
205900  category="lo",
205901  cjkwd="w",
205902  description="TANGUT COMPONENT-062",
205903  direction="l",
205904  linebreak="id",
205905  unicodeslot=0x1883D,
205906 },
205907 [0x1883E]={
205908  category="lo",
205909  cjkwd="w",
205910  description="TANGUT COMPONENT-063",
205911  direction="l",
205912  linebreak="id",
205913  unicodeslot=0x1883E,
205914 },
205915 [0x1883F]={
205916  category="lo",
205917  cjkwd="w",
205918  description="TANGUT COMPONENT-064",
205919  direction="l",
205920  linebreak="id",
205921  unicodeslot=0x1883F,
205922 },
205923 [0x18840]={
205924  category="lo",
205925  cjkwd="w",
205926  description="TANGUT COMPONENT-065",
205927  direction="l",
205928  linebreak="id",
205929  unicodeslot=0x18840,
205930 },
205931 [0x18841]={
205932  category="lo",
205933  cjkwd="w",
205934  description="TANGUT COMPONENT-066",
205935  direction="l",
205936  linebreak="id",
205937  unicodeslot=0x18841,
205938 },
205939 [0x18842]={
205940  category="lo",
205941  cjkwd="w",
205942  description="TANGUT COMPONENT-067",
205943  direction="l",
205944  linebreak="id",
205945  unicodeslot=0x18842,
205946 },
205947 [0x18843]={
205948  category="lo",
205949  cjkwd="w",
205950  description="TANGUT COMPONENT-068",
205951  direction="l",
205952  linebreak="id",
205953  unicodeslot=0x18843,
205954 },
205955 [0x18844]={
205956  category="lo",
205957  cjkwd="w",
205958  description="TANGUT COMPONENT-069",
205959  direction="l",
205960  linebreak="id",
205961  unicodeslot=0x18844,
205962 },
205963 [0x18845]={
205964  category="lo",
205965  cjkwd="w",
205966  description="TANGUT COMPONENT-070",
205967  direction="l",
205968  linebreak="id",
205969  unicodeslot=0x18845,
205970 },
205971 [0x18846]={
205972  category="lo",
205973  cjkwd="w",
205974  description="TANGUT COMPONENT-071",
205975  direction="l",
205976  linebreak="id",
205977  unicodeslot=0x18846,
205978 },
205979 [0x18847]={
205980  category="lo",
205981  cjkwd="w",
205982  description="TANGUT COMPONENT-072",
205983  direction="l",
205984  linebreak="id",
205985  unicodeslot=0x18847,
205986 },
205987 [0x18848]={
205988  category="lo",
205989  cjkwd="w",
205990  description="TANGUT COMPONENT-073",
205991  direction="l",
205992  linebreak="id",
205993  unicodeslot=0x18848,
205994 },
205995 [0x18849]={
205996  category="lo",
205997  cjkwd="w",
205998  description="TANGUT COMPONENT-074",
205999  direction="l",
206000  linebreak="id",
206001  unicodeslot=0x18849,
206002 },
206003 [0x1884A]={
206004  category="lo",
206005  cjkwd="w",
206006  description="TANGUT COMPONENT-075",
206007  direction="l",
206008  linebreak="id",
206009  unicodeslot=0x1884A,
206010 },
206011 [0x1884B]={
206012  category="lo",
206013  cjkwd="w",
206014  description="TANGUT COMPONENT-076",
206015  direction="l",
206016  linebreak="id",
206017  unicodeslot=0x1884B,
206018 },
206019 [0x1884C]={
206020  category="lo",
206021  cjkwd="w",
206022  description="TANGUT COMPONENT-077",
206023  direction="l",
206024  linebreak="id",
206025  unicodeslot=0x1884C,
206026 },
206027 [0x1884D]={
206028  category="lo",
206029  cjkwd="w",
206030  description="TANGUT COMPONENT-078",
206031  direction="l",
206032  linebreak="id",
206033  unicodeslot=0x1884D,
206034 },
206035 [0x1884E]={
206036  category="lo",
206037  cjkwd="w",
206038  description="TANGUT COMPONENT-079",
206039  direction="l",
206040  linebreak="id",
206041  unicodeslot=0x1884E,
206042 },
206043 [0x1884F]={
206044  category="lo",
206045  cjkwd="w",
206046  description="TANGUT COMPONENT-080",
206047  direction="l",
206048  linebreak="id",
206049  unicodeslot=0x1884F,
206050 },
206051 [0x18850]={
206052  category="lo",
206053  cjkwd="w",
206054  description="TANGUT COMPONENT-081",
206055  direction="l",
206056  linebreak="id",
206057  unicodeslot=0x18850,
206058 },
206059 [0x18851]={
206060  category="lo",
206061  cjkwd="w",
206062  description="TANGUT COMPONENT-082",
206063  direction="l",
206064  linebreak="id",
206065  unicodeslot=0x18851,
206066 },
206067 [0x18852]={
206068  category="lo",
206069  cjkwd="w",
206070  description="TANGUT COMPONENT-083",
206071  direction="l",
206072  linebreak="id",
206073  unicodeslot=0x18852,
206074 },
206075 [0x18853]={
206076  category="lo",
206077  cjkwd="w",
206078  description="TANGUT COMPONENT-084",
206079  direction="l",
206080  linebreak="id",
206081  unicodeslot=0x18853,
206082 },
206083 [0x18854]={
206084  category="lo",
206085  cjkwd="w",
206086  description="TANGUT COMPONENT-085",
206087  direction="l",
206088  linebreak="id",
206089  unicodeslot=0x18854,
206090 },
206091 [0x18855]={
206092  category="lo",
206093  cjkwd="w",
206094  description="TANGUT COMPONENT-086",
206095  direction="l",
206096  linebreak="id",
206097  unicodeslot=0x18855,
206098 },
206099 [0x18856]={
206100  category="lo",
206101  cjkwd="w",
206102  description="TANGUT COMPONENT-087",
206103  direction="l",
206104  linebreak="id",
206105  unicodeslot=0x18856,
206106 },
206107 [0x18857]={
206108  category="lo",
206109  cjkwd="w",
206110  description="TANGUT COMPONENT-088",
206111  direction="l",
206112  linebreak="id",
206113  unicodeslot=0x18857,
206114 },
206115 [0x18858]={
206116  category="lo",
206117  cjkwd="w",
206118  description="TANGUT COMPONENT-089",
206119  direction="l",
206120  linebreak="id",
206121  unicodeslot=0x18858,
206122 },
206123 [0x18859]={
206124  category="lo",
206125  cjkwd="w",
206126  description="TANGUT COMPONENT-090",
206127  direction="l",
206128  linebreak="id",
206129  unicodeslot=0x18859,
206130 },
206131 [0x1885A]={
206132  category="lo",
206133  cjkwd="w",
206134  description="TANGUT COMPONENT-091",
206135  direction="l",
206136  linebreak="id",
206137  unicodeslot=0x1885A,
206138 },
206139 [0x1885B]={
206140  category="lo",
206141  cjkwd="w",
206142  description="TANGUT COMPONENT-092",
206143  direction="l",
206144  linebreak="id",
206145  unicodeslot=0x1885B,
206146 },
206147 [0x1885C]={
206148  category="lo",
206149  cjkwd="w",
206150  description="TANGUT COMPONENT-093",
206151  direction="l",
206152  linebreak="id",
206153  unicodeslot=0x1885C,
206154 },
206155 [0x1885D]={
206156  category="lo",
206157  cjkwd="w",
206158  description="TANGUT COMPONENT-094",
206159  direction="l",
206160  linebreak="id",
206161  unicodeslot=0x1885D,
206162 },
206163 [0x1885E]={
206164  category="lo",
206165  cjkwd="w",
206166  description="TANGUT COMPONENT-095",
206167  direction="l",
206168  linebreak="id",
206169  unicodeslot=0x1885E,
206170 },
206171 [0x1885F]={
206172  category="lo",
206173  cjkwd="w",
206174  description="TANGUT COMPONENT-096",
206175  direction="l",
206176  linebreak="id",
206177  unicodeslot=0x1885F,
206178 },
206179 [0x18860]={
206180  category="lo",
206181  cjkwd="w",
206182  description="TANGUT COMPONENT-097",
206183  direction="l",
206184  linebreak="id",
206185  unicodeslot=0x18860,
206186 },
206187 [0x18861]={
206188  category="lo",
206189  cjkwd="w",
206190  description="TANGUT COMPONENT-098",
206191  direction="l",
206192  linebreak="id",
206193  unicodeslot=0x18861,
206194 },
206195 [0x18862]={
206196  category="lo",
206197  cjkwd="w",
206198  description="TANGUT COMPONENT-099",
206199  direction="l",
206200  linebreak="id",
206201  unicodeslot=0x18862,
206202 },
206203 [0x18863]={
206204  category="lo",
206205  cjkwd="w",
206206  description="TANGUT COMPONENT-100",
206207  direction="l",
206208  linebreak="id",
206209  unicodeslot=0x18863,
206210 },
206211 [0x18864]={
206212  category="lo",
206213  cjkwd="w",
206214  description="TANGUT COMPONENT-101",
206215  direction="l",
206216  linebreak="id",
206217  unicodeslot=0x18864,
206218 },
206219 [0x18865]={
206220  category="lo",
206221  cjkwd="w",
206222  description="TANGUT COMPONENT-102",
206223  direction="l",
206224  linebreak="id",
206225  unicodeslot=0x18865,
206226 },
206227 [0x18866]={
206228  category="lo",
206229  cjkwd="w",
206230  description="TANGUT COMPONENT-103",
206231  direction="l",
206232  linebreak="id",
206233  unicodeslot=0x18866,
206234 },
206235 [0x18867]={
206236  category="lo",
206237  cjkwd="w",
206238  description="TANGUT COMPONENT-104",
206239  direction="l",
206240  linebreak="id",
206241  unicodeslot=0x18867,
206242 },
206243 [0x18868]={
206244  category="lo",
206245  cjkwd="w",
206246  description="TANGUT COMPONENT-105",
206247  direction="l",
206248  linebreak="id",
206249  unicodeslot=0x18868,
206250 },
206251 [0x18869]={
206252  category="lo",
206253  cjkwd="w",
206254  description="TANGUT COMPONENT-106",
206255  direction="l",
206256  linebreak="id",
206257  unicodeslot=0x18869,
206258 },
206259 [0x1886A]={
206260  category="lo",
206261  cjkwd="w",
206262  description="TANGUT COMPONENT-107",
206263  direction="l",
206264  linebreak="id",
206265  unicodeslot=0x1886A,
206266 },
206267 [0x1886B]={
206268  category="lo",
206269  cjkwd="w",
206270  description="TANGUT COMPONENT-108",
206271  direction="l",
206272  linebreak="id",
206273  unicodeslot=0x1886B,
206274 },
206275 [0x1886C]={
206276  category="lo",
206277  cjkwd="w",
206278  description="TANGUT COMPONENT-109",
206279  direction="l",
206280  linebreak="id",
206281  unicodeslot=0x1886C,
206282 },
206283 [0x1886D]={
206284  category="lo",
206285  cjkwd="w",
206286  description="TANGUT COMPONENT-110",
206287  direction="l",
206288  linebreak="id",
206289  unicodeslot=0x1886D,
206290 },
206291 [0x1886E]={
206292  category="lo",
206293  cjkwd="w",
206294  description="TANGUT COMPONENT-111",
206295  direction="l",
206296  linebreak="id",
206297  unicodeslot=0x1886E,
206298 },
206299 [0x1886F]={
206300  category="lo",
206301  cjkwd="w",
206302  description="TANGUT COMPONENT-112",
206303  direction="l",
206304  linebreak="id",
206305  unicodeslot=0x1886F,
206306 },
206307 [0x18870]={
206308  category="lo",
206309  cjkwd="w",
206310  description="TANGUT COMPONENT-113",
206311  direction="l",
206312  linebreak="id",
206313  unicodeslot=0x18870,
206314 },
206315 [0x18871]={
206316  category="lo",
206317  cjkwd="w",
206318  description="TANGUT COMPONENT-114",
206319  direction="l",
206320  linebreak="id",
206321  unicodeslot=0x18871,
206322 },
206323 [0x18872]={
206324  category="lo",
206325  cjkwd="w",
206326  description="TANGUT COMPONENT-115",
206327  direction="l",
206328  linebreak="id",
206329  unicodeslot=0x18872,
206330 },
206331 [0x18873]={
206332  category="lo",
206333  cjkwd="w",
206334  description="TANGUT COMPONENT-116",
206335  direction="l",
206336  linebreak="id",
206337  unicodeslot=0x18873,
206338 },
206339 [0x18874]={
206340  category="lo",
206341  cjkwd="w",
206342  description="TANGUT COMPONENT-117",
206343  direction="l",
206344  linebreak="id",
206345  unicodeslot=0x18874,
206346 },
206347 [0x18875]={
206348  category="lo",
206349  cjkwd="w",
206350  description="TANGUT COMPONENT-118",
206351  direction="l",
206352  linebreak="id",
206353  unicodeslot=0x18875,
206354 },
206355 [0x18876]={
206356  category="lo",
206357  cjkwd="w",
206358  description="TANGUT COMPONENT-119",
206359  direction="l",
206360  linebreak="id",
206361  unicodeslot=0x18876,
206362 },
206363 [0x18877]={
206364  category="lo",
206365  cjkwd="w",
206366  description="TANGUT COMPONENT-120",
206367  direction="l",
206368  linebreak="id",
206369  unicodeslot=0x18877,
206370 },
206371 [0x18878]={
206372  category="lo",
206373  cjkwd="w",
206374  description="TANGUT COMPONENT-121",
206375  direction="l",
206376  linebreak="id",
206377  unicodeslot=0x18878,
206378 },
206379 [0x18879]={
206380  category="lo",
206381  cjkwd="w",
206382  description="TANGUT COMPONENT-122",
206383  direction="l",
206384  linebreak="id",
206385  unicodeslot=0x18879,
206386 },
206387 [0x1887A]={
206388  category="lo",
206389  cjkwd="w",
206390  description="TANGUT COMPONENT-123",
206391  direction="l",
206392  linebreak="id",
206393  unicodeslot=0x1887A,
206394 },
206395 [0x1887B]={
206396  category="lo",
206397  cjkwd="w",
206398  description="TANGUT COMPONENT-124",
206399  direction="l",
206400  linebreak="id",
206401  unicodeslot=0x1887B,
206402 },
206403 [0x1887C]={
206404  category="lo",
206405  cjkwd="w",
206406  description="TANGUT COMPONENT-125",
206407  direction="l",
206408  linebreak="id",
206409  unicodeslot=0x1887C,
206410 },
206411 [0x1887D]={
206412  category="lo",
206413  cjkwd="w",
206414  description="TANGUT COMPONENT-126",
206415  direction="l",
206416  linebreak="id",
206417  unicodeslot=0x1887D,
206418 },
206419 [0x1887E]={
206420  category="lo",
206421  cjkwd="w",
206422  description="TANGUT COMPONENT-127",
206423  direction="l",
206424  linebreak="id",
206425  unicodeslot=0x1887E,
206426 },
206427 [0x1887F]={
206428  category="lo",
206429  cjkwd="w",
206430  description="TANGUT COMPONENT-128",
206431  direction="l",
206432  linebreak="id",
206433  unicodeslot=0x1887F,
206434 },
206435 [0x18880]={
206436  category="lo",
206437  cjkwd="w",
206438  description="TANGUT COMPONENT-129",
206439  direction="l",
206440  linebreak="id",
206441  unicodeslot=0x18880,
206442 },
206443 [0x18881]={
206444  category="lo",
206445  cjkwd="w",
206446  description="TANGUT COMPONENT-130",
206447  direction="l",
206448  linebreak="id",
206449  unicodeslot=0x18881,
206450 },
206451 [0x18882]={
206452  category="lo",
206453  cjkwd="w",
206454  description="TANGUT COMPONENT-131",
206455  direction="l",
206456  linebreak="id",
206457  unicodeslot=0x18882,
206458 },
206459 [0x18883]={
206460  category="lo",
206461  cjkwd="w",
206462  description="TANGUT COMPONENT-132",
206463  direction="l",
206464  linebreak="id",
206465  unicodeslot=0x18883,
206466 },
206467 [0x18884]={
206468  category="lo",
206469  cjkwd="w",
206470  description="TANGUT COMPONENT-133",
206471  direction="l",
206472  linebreak="id",
206473  unicodeslot=0x18884,
206474 },
206475 [0x18885]={
206476  category="lo",
206477  cjkwd="w",
206478  description="TANGUT COMPONENT-134",
206479  direction="l",
206480  linebreak="id",
206481  unicodeslot=0x18885,
206482 },
206483 [0x18886]={
206484  category="lo",
206485  cjkwd="w",
206486  description="TANGUT COMPONENT-135",
206487  direction="l",
206488  linebreak="id",
206489  unicodeslot=0x18886,
206490 },
206491 [0x18887]={
206492  category="lo",
206493  cjkwd="w",
206494  description="TANGUT COMPONENT-136",
206495  direction="l",
206496  linebreak="id",
206497  unicodeslot=0x18887,
206498 },
206499 [0x18888]={
206500  category="lo",
206501  cjkwd="w",
206502  description="TANGUT COMPONENT-137",
206503  direction="l",
206504  linebreak="id",
206505  unicodeslot=0x18888,
206506 },
206507 [0x18889]={
206508  category="lo",
206509  cjkwd="w",
206510  description="TANGUT COMPONENT-138",
206511  direction="l",
206512  linebreak="id",
206513  unicodeslot=0x18889,
206514 },
206515 [0x1888A]={
206516  category="lo",
206517  cjkwd="w",
206518  description="TANGUT COMPONENT-139",
206519  direction="l",
206520  linebreak="id",
206521  unicodeslot=0x1888A,
206522 },
206523 [0x1888B]={
206524  category="lo",
206525  cjkwd="w",
206526  description="TANGUT COMPONENT-140",
206527  direction="l",
206528  linebreak="id",
206529  unicodeslot=0x1888B,
206530 },
206531 [0x1888C]={
206532  category="lo",
206533  cjkwd="w",
206534  description="TANGUT COMPONENT-141",
206535  direction="l",
206536  linebreak="id",
206537  unicodeslot=0x1888C,
206538 },
206539 [0x1888D]={
206540  category="lo",
206541  cjkwd="w",
206542  description="TANGUT COMPONENT-142",
206543  direction="l",
206544  linebreak="id",
206545  unicodeslot=0x1888D,
206546 },
206547 [0x1888E]={
206548  category="lo",
206549  cjkwd="w",
206550  description="TANGUT COMPONENT-143",
206551  direction="l",
206552  linebreak="id",
206553  unicodeslot=0x1888E,
206554 },
206555 [0x1888F]={
206556  category="lo",
206557  cjkwd="w",
206558  description="TANGUT COMPONENT-144",
206559  direction="l",
206560  linebreak="id",
206561  unicodeslot=0x1888F,
206562 },
206563 [0x18890]={
206564  category="lo",
206565  cjkwd="w",
206566  description="TANGUT COMPONENT-145",
206567  direction="l",
206568  linebreak="id",
206569  unicodeslot=0x18890,
206570 },
206571 [0x18891]={
206572  category="lo",
206573  cjkwd="w",
206574  description="TANGUT COMPONENT-146",
206575  direction="l",
206576  linebreak="id",
206577  unicodeslot=0x18891,
206578 },
206579 [0x18892]={
206580  category="lo",
206581  cjkwd="w",
206582  description="TANGUT COMPONENT-147",
206583  direction="l",
206584  linebreak="id",
206585  unicodeslot=0x18892,
206586 },
206587 [0x18893]={
206588  category="lo",
206589  cjkwd="w",
206590  description="TANGUT COMPONENT-148",
206591  direction="l",
206592  linebreak="id",
206593  unicodeslot=0x18893,
206594 },
206595 [0x18894]={
206596  category="lo",
206597  cjkwd="w",
206598  description="TANGUT COMPONENT-149",
206599  direction="l",
206600  linebreak="id",
206601  unicodeslot=0x18894,
206602 },
206603 [0x18895]={
206604  category="lo",
206605  cjkwd="w",
206606  description="TANGUT COMPONENT-150",
206607  direction="l",
206608  linebreak="id",
206609  unicodeslot=0x18895,
206610 },
206611 [0x18896]={
206612  category="lo",
206613  cjkwd="w",
206614  description="TANGUT COMPONENT-151",
206615  direction="l",
206616  linebreak="id",
206617  unicodeslot=0x18896,
206618 },
206619 [0x18897]={
206620  category="lo",
206621  cjkwd="w",
206622  description="TANGUT COMPONENT-152",
206623  direction="l",
206624  linebreak="id",
206625  unicodeslot=0x18897,
206626 },
206627 [0x18898]={
206628  category="lo",
206629  cjkwd="w",
206630  description="TANGUT COMPONENT-153",
206631  direction="l",
206632  linebreak="id",
206633  unicodeslot=0x18898,
206634 },
206635 [0x18899]={
206636  category="lo",
206637  cjkwd="w",
206638  description="TANGUT COMPONENT-154",
206639  direction="l",
206640  linebreak="id",
206641  unicodeslot=0x18899,
206642 },
206643 [0x1889A]={
206644  category="lo",
206645  cjkwd="w",
206646  description="TANGUT COMPONENT-155",
206647  direction="l",
206648  linebreak="id",
206649  unicodeslot=0x1889A,
206650 },
206651 [0x1889B]={
206652  category="lo",
206653  cjkwd="w",
206654  description="TANGUT COMPONENT-156",
206655  direction="l",
206656  linebreak="id",
206657  unicodeslot=0x1889B,
206658 },
206659 [0x1889C]={
206660  category="lo",
206661  cjkwd="w",
206662  description="TANGUT COMPONENT-157",
206663  direction="l",
206664  linebreak="id",
206665  unicodeslot=0x1889C,
206666 },
206667 [0x1889D]={
206668  category="lo",
206669  cjkwd="w",
206670  description="TANGUT COMPONENT-158",
206671  direction="l",
206672  linebreak="id",
206673  unicodeslot=0x1889D,
206674 },
206675 [0x1889E]={
206676  category="lo",
206677  cjkwd="w",
206678  description="TANGUT COMPONENT-159",
206679  direction="l",
206680  linebreak="id",
206681  unicodeslot=0x1889E,
206682 },
206683 [0x1889F]={
206684  category="lo",
206685  cjkwd="w",
206686  description="TANGUT COMPONENT-160",
206687  direction="l",
206688  linebreak="id",
206689  unicodeslot=0x1889F,
206690 },
206691 [0x188A0]={
206692  category="lo",
206693  cjkwd="w",
206694  description="TANGUT COMPONENT-161",
206695  direction="l",
206696  linebreak="id",
206697  unicodeslot=0x188A0,
206698 },
206699 [0x188A1]={
206700  category="lo",
206701  cjkwd="w",
206702  description="TANGUT COMPONENT-162",
206703  direction="l",
206704  linebreak="id",
206705  unicodeslot=0x188A1,
206706 },
206707 [0x188A2]={
206708  category="lo",
206709  cjkwd="w",
206710  description="TANGUT COMPONENT-163",
206711  direction="l",
206712  linebreak="id",
206713  unicodeslot=0x188A2,
206714 },
206715 [0x188A3]={
206716  category="lo",
206717  cjkwd="w",
206718  description="TANGUT COMPONENT-164",
206719  direction="l",
206720  linebreak="id",
206721  unicodeslot=0x188A3,
206722 },
206723 [0x188A4]={
206724  category="lo",
206725  cjkwd="w",
206726  description="TANGUT COMPONENT-165",
206727  direction="l",
206728  linebreak="id",
206729  unicodeslot=0x188A4,
206730 },
206731 [0x188A5]={
206732  category="lo",
206733  cjkwd="w",
206734  description="TANGUT COMPONENT-166",
206735  direction="l",
206736  linebreak="id",
206737  unicodeslot=0x188A5,
206738 },
206739 [0x188A6]={
206740  category="lo",
206741  cjkwd="w",
206742  description="TANGUT COMPONENT-167",
206743  direction="l",
206744  linebreak="id",
206745  unicodeslot=0x188A6,
206746 },
206747 [0x188A7]={
206748  category="lo",
206749  cjkwd="w",
206750  description="TANGUT COMPONENT-168",
206751  direction="l",
206752  linebreak="id",
206753  unicodeslot=0x188A7,
206754 },
206755 [0x188A8]={
206756  category="lo",
206757  cjkwd="w",
206758  description="TANGUT COMPONENT-169",
206759  direction="l",
206760  linebreak="id",
206761  unicodeslot=0x188A8,
206762 },
206763 [0x188A9]={
206764  category="lo",
206765  cjkwd="w",
206766  description="TANGUT COMPONENT-170",
206767  direction="l",
206768  linebreak="id",
206769  unicodeslot=0x188A9,
206770 },
206771 [0x188AA]={
206772  category="lo",
206773  cjkwd="w",
206774  description="TANGUT COMPONENT-171",
206775  direction="l",
206776  linebreak="id",
206777  unicodeslot=0x188AA,
206778 },
206779 [0x188AB]={
206780  category="lo",
206781  cjkwd="w",
206782  description="TANGUT COMPONENT-172",
206783  direction="l",
206784  linebreak="id",
206785  unicodeslot=0x188AB,
206786 },
206787 [0x188AC]={
206788  category="lo",
206789  cjkwd="w",
206790  description="TANGUT COMPONENT-173",
206791  direction="l",
206792  linebreak="id",
206793  unicodeslot=0x188AC,
206794 },
206795 [0x188AD]={
206796  category="lo",
206797  cjkwd="w",
206798  description="TANGUT COMPONENT-174",
206799  direction="l",
206800  linebreak="id",
206801  unicodeslot=0x188AD,
206802 },
206803 [0x188AE]={
206804  category="lo",
206805  cjkwd="w",
206806  description="TANGUT COMPONENT-175",
206807  direction="l",
206808  linebreak="id",
206809  unicodeslot=0x188AE,
206810 },
206811 [0x188AF]={
206812  category="lo",
206813  cjkwd="w",
206814  description="TANGUT COMPONENT-176",
206815  direction="l",
206816  linebreak="id",
206817  unicodeslot=0x188AF,
206818 },
206819 [0x188B0]={
206820  category="lo",
206821  cjkwd="w",
206822  description="TANGUT COMPONENT-177",
206823  direction="l",
206824  linebreak="id",
206825  unicodeslot=0x188B0,
206826 },
206827 [0x188B1]={
206828  category="lo",
206829  cjkwd="w",
206830  description="TANGUT COMPONENT-178",
206831  direction="l",
206832  linebreak="id",
206833  unicodeslot=0x188B1,
206834 },
206835 [0x188B2]={
206836  category="lo",
206837  cjkwd="w",
206838  description="TANGUT COMPONENT-179",
206839  direction="l",
206840  linebreak="id",
206841  unicodeslot=0x188B2,
206842 },
206843 [0x188B3]={
206844  category="lo",
206845  cjkwd="w",
206846  description="TANGUT COMPONENT-180",
206847  direction="l",
206848  linebreak="id",
206849  unicodeslot=0x188B3,
206850 },
206851 [0x188B4]={
206852  category="lo",
206853  cjkwd="w",
206854  description="TANGUT COMPONENT-181",
206855  direction="l",
206856  linebreak="id",
206857  unicodeslot=0x188B4,
206858 },
206859 [0x188B5]={
206860  category="lo",
206861  cjkwd="w",
206862  description="TANGUT COMPONENT-182",
206863  direction="l",
206864  linebreak="id",
206865  unicodeslot=0x188B5,
206866 },
206867 [0x188B6]={
206868  category="lo",
206869  cjkwd="w",
206870  description="TANGUT COMPONENT-183",
206871  direction="l",
206872  linebreak="id",
206873  unicodeslot=0x188B6,
206874 },
206875 [0x188B7]={
206876  category="lo",
206877  cjkwd="w",
206878  description="TANGUT COMPONENT-184",
206879  direction="l",
206880  linebreak="id",
206881  unicodeslot=0x188B7,
206882 },
206883 [0x188B8]={
206884  category="lo",
206885  cjkwd="w",
206886  description="TANGUT COMPONENT-185",
206887  direction="l",
206888  linebreak="id",
206889  unicodeslot=0x188B8,
206890 },
206891 [0x188B9]={
206892  category="lo",
206893  cjkwd="w",
206894  description="TANGUT COMPONENT-186",
206895  direction="l",
206896  linebreak="id",
206897  unicodeslot=0x188B9,
206898 },
206899 [0x188BA]={
206900  category="lo",
206901  cjkwd="w",
206902  description="TANGUT COMPONENT-187",
206903  direction="l",
206904  linebreak="id",
206905  unicodeslot=0x188BA,
206906 },
206907 [0x188BB]={
206908  category="lo",
206909  cjkwd="w",
206910  description="TANGUT COMPONENT-188",
206911  direction="l",
206912  linebreak="id",
206913  unicodeslot=0x188BB,
206914 },
206915 [0x188BC]={
206916  category="lo",
206917  cjkwd="w",
206918  description="TANGUT COMPONENT-189",
206919  direction="l",
206920  linebreak="id",
206921  unicodeslot=0x188BC,
206922 },
206923 [0x188BD]={
206924  category="lo",
206925  cjkwd="w",
206926  description="TANGUT COMPONENT-190",
206927  direction="l",
206928  linebreak="id",
206929  unicodeslot=0x188BD,
206930 },
206931 [0x188BE]={
206932  category="lo",
206933  cjkwd="w",
206934  description="TANGUT COMPONENT-191",
206935  direction="l",
206936  linebreak="id",
206937  unicodeslot=0x188BE,
206938 },
206939 [0x188BF]={
206940  category="lo",
206941  cjkwd="w",
206942  description="TANGUT COMPONENT-192",
206943  direction="l",
206944  linebreak="id",
206945  unicodeslot=0x188BF,
206946 },
206947 [0x188C0]={
206948  category="lo",
206949  cjkwd="w",
206950  description="TANGUT COMPONENT-193",
206951  direction="l",
206952  linebreak="id",
206953  unicodeslot=0x188C0,
206954 },
206955 [0x188C1]={
206956  category="lo",
206957  cjkwd="w",
206958  description="TANGUT COMPONENT-194",
206959  direction="l",
206960  linebreak="id",
206961  unicodeslot=0x188C1,
206962 },
206963 [0x188C2]={
206964  category="lo",
206965  cjkwd="w",
206966  description="TANGUT COMPONENT-195",
206967  direction="l",
206968  linebreak="id",
206969  unicodeslot=0x188C2,
206970 },
206971 [0x188C3]={
206972  category="lo",
206973  cjkwd="w",
206974  description="TANGUT COMPONENT-196",
206975  direction="l",
206976  linebreak="id",
206977  unicodeslot=0x188C3,
206978 },
206979 [0x188C4]={
206980  category="lo",
206981  cjkwd="w",
206982  description="TANGUT COMPONENT-197",
206983  direction="l",
206984  linebreak="id",
206985  unicodeslot=0x188C4,
206986 },
206987 [0x188C5]={
206988  category="lo",
206989  cjkwd="w",
206990  description="TANGUT COMPONENT-198",
206991  direction="l",
206992  linebreak="id",
206993  unicodeslot=0x188C5,
206994 },
206995 [0x188C6]={
206996  category="lo",
206997  cjkwd="w",
206998  description="TANGUT COMPONENT-199",
206999  direction="l",
207000  linebreak="id",
207001  unicodeslot=0x188C6,
207002 },
207003 [0x188C7]={
207004  category="lo",
207005  cjkwd="w",
207006  description="TANGUT COMPONENT-200",
207007  direction="l",
207008  linebreak="id",
207009  unicodeslot=0x188C7,
207010 },
207011 [0x188C8]={
207012  category="lo",
207013  cjkwd="w",
207014  description="TANGUT COMPONENT-201",
207015  direction="l",
207016  linebreak="id",
207017  unicodeslot=0x188C8,
207018 },
207019 [0x188C9]={
207020  category="lo",
207021  cjkwd="w",
207022  description="TANGUT COMPONENT-202",
207023  direction="l",
207024  linebreak="id",
207025  unicodeslot=0x188C9,
207026 },
207027 [0x188CA]={
207028  category="lo",
207029  cjkwd="w",
207030  description="TANGUT COMPONENT-203",
207031  direction="l",
207032  linebreak="id",
207033  unicodeslot=0x188CA,
207034 },
207035 [0x188CB]={
207036  category="lo",
207037  cjkwd="w",
207038  description="TANGUT COMPONENT-204",
207039  direction="l",
207040  linebreak="id",
207041  unicodeslot=0x188CB,
207042 },
207043 [0x188CC]={
207044  category="lo",
207045  cjkwd="w",
207046  description="TANGUT COMPONENT-205",
207047  direction="l",
207048  linebreak="id",
207049  unicodeslot=0x188CC,
207050 },
207051 [0x188CD]={
207052  category="lo",
207053  cjkwd="w",
207054  description="TANGUT COMPONENT-206",
207055  direction="l",
207056  linebreak="id",
207057  unicodeslot=0x188CD,
207058 },
207059 [0x188CE]={
207060  category="lo",
207061  cjkwd="w",
207062  description="TANGUT COMPONENT-207",
207063  direction="l",
207064  linebreak="id",
207065  unicodeslot=0x188CE,
207066 },
207067 [0x188CF]={
207068  category="lo",
207069  cjkwd="w",
207070  description="TANGUT COMPONENT-208",
207071  direction="l",
207072  linebreak="id",
207073  unicodeslot=0x188CF,
207074 },
207075 [0x188D0]={
207076  category="lo",
207077  cjkwd="w",
207078  description="TANGUT COMPONENT-209",
207079  direction="l",
207080  linebreak="id",
207081  unicodeslot=0x188D0,
207082 },
207083 [0x188D1]={
207084  category="lo",
207085  cjkwd="w",
207086  description="TANGUT COMPONENT-210",
207087  direction="l",
207088  linebreak="id",
207089  unicodeslot=0x188D1,
207090 },
207091 [0x188D2]={
207092  category="lo",
207093  cjkwd="w",
207094  description="TANGUT COMPONENT-211",
207095  direction="l",
207096  linebreak="id",
207097  unicodeslot=0x188D2,
207098 },
207099 [0x188D3]={
207100  category="lo",
207101  cjkwd="w",
207102  description="TANGUT COMPONENT-212",
207103  direction="l",
207104  linebreak="id",
207105  unicodeslot=0x188D3,
207106 },
207107 [0x188D4]={
207108  category="lo",
207109  cjkwd="w",
207110  description="TANGUT COMPONENT-213",
207111  direction="l",
207112  linebreak="id",
207113  unicodeslot=0x188D4,
207114 },
207115 [0x188D5]={
207116  category="lo",
207117  cjkwd="w",
207118  description="TANGUT COMPONENT-214",
207119  direction="l",
207120  linebreak="id",
207121  unicodeslot=0x188D5,
207122 },
207123 [0x188D6]={
207124  category="lo",
207125  cjkwd="w",
207126  description="TANGUT COMPONENT-215",
207127  direction="l",
207128  linebreak="id",
207129  unicodeslot=0x188D6,
207130 },
207131 [0x188D7]={
207132  category="lo",
207133  cjkwd="w",
207134  description="TANGUT COMPONENT-216",
207135  direction="l",
207136  linebreak="id",
207137  unicodeslot=0x188D7,
207138 },
207139 [0x188D8]={
207140  category="lo",
207141  cjkwd="w",
207142  description="TANGUT COMPONENT-217",
207143  direction="l",
207144  linebreak="id",
207145  unicodeslot=0x188D8,
207146 },
207147 [0x188D9]={
207148  category="lo",
207149  cjkwd="w",
207150  description="TANGUT COMPONENT-218",
207151  direction="l",
207152  linebreak="id",
207153  unicodeslot=0x188D9,
207154 },
207155 [0x188DA]={
207156  category="lo",
207157  cjkwd="w",
207158  description="TANGUT COMPONENT-219",
207159  direction="l",
207160  linebreak="id",
207161  unicodeslot=0x188DA,
207162 },
207163 [0x188DB]={
207164  category="lo",
207165  cjkwd="w",
207166  description="TANGUT COMPONENT-220",
207167  direction="l",
207168  linebreak="id",
207169  unicodeslot=0x188DB,
207170 },
207171 [0x188DC]={
207172  category="lo",
207173  cjkwd="w",
207174  description="TANGUT COMPONENT-221",
207175  direction="l",
207176  linebreak="id",
207177  unicodeslot=0x188DC,
207178 },
207179 [0x188DD]={
207180  category="lo",
207181  cjkwd="w",
207182  description="TANGUT COMPONENT-222",
207183  direction="l",
207184  linebreak="id",
207185  unicodeslot=0x188DD,
207186 },
207187 [0x188DE]={
207188  category="lo",
207189  cjkwd="w",
207190  description="TANGUT COMPONENT-223",
207191  direction="l",
207192  linebreak="id",
207193  unicodeslot=0x188DE,
207194 },
207195 [0x188DF]={
207196  category="lo",
207197  cjkwd="w",
207198  description="TANGUT COMPONENT-224",
207199  direction="l",
207200  linebreak="id",
207201  unicodeslot=0x188DF,
207202 },
207203 [0x188E0]={
207204  category="lo",
207205  cjkwd="w",
207206  description="TANGUT COMPONENT-225",
207207  direction="l",
207208  linebreak="id",
207209  unicodeslot=0x188E0,
207210 },
207211 [0x188E1]={
207212  category="lo",
207213  cjkwd="w",
207214  description="TANGUT COMPONENT-226",
207215  direction="l",
207216  linebreak="id",
207217  unicodeslot=0x188E1,
207218 },
207219 [0x188E2]={
207220  category="lo",
207221  cjkwd="w",
207222  description="TANGUT COMPONENT-227",
207223  direction="l",
207224  linebreak="id",
207225  unicodeslot=0x188E2,
207226 },
207227 [0x188E3]={
207228  category="lo",
207229  cjkwd="w",
207230  description="TANGUT COMPONENT-228",
207231  direction="l",
207232  linebreak="id",
207233  unicodeslot=0x188E3,
207234 },
207235 [0x188E4]={
207236  category="lo",
207237  cjkwd="w",
207238  description="TANGUT COMPONENT-229",
207239  direction="l",
207240  linebreak="id",
207241  unicodeslot=0x188E4,
207242 },
207243 [0x188E5]={
207244  category="lo",
207245  cjkwd="w",
207246  description="TANGUT COMPONENT-230",
207247  direction="l",
207248  linebreak="id",
207249  unicodeslot=0x188E5,
207250 },
207251 [0x188E6]={
207252  category="lo",
207253  cjkwd="w",
207254  description="TANGUT COMPONENT-231",
207255  direction="l",
207256  linebreak="id",
207257  unicodeslot=0x188E6,
207258 },
207259 [0x188E7]={
207260  category="lo",
207261  cjkwd="w",
207262  description="TANGUT COMPONENT-232",
207263  direction="l",
207264  linebreak="id",
207265  unicodeslot=0x188E7,
207266 },
207267 [0x188E8]={
207268  category="lo",
207269  cjkwd="w",
207270  description="TANGUT COMPONENT-233",
207271  direction="l",
207272  linebreak="id",
207273  unicodeslot=0x188E8,
207274 },
207275 [0x188E9]={
207276  category="lo",
207277  cjkwd="w",
207278  description="TANGUT COMPONENT-234",
207279  direction="l",
207280  linebreak="id",
207281  unicodeslot=0x188E9,
207282 },
207283 [0x188EA]={
207284  category="lo",
207285  cjkwd="w",
207286  description="TANGUT COMPONENT-235",
207287  direction="l",
207288  linebreak="id",
207289  unicodeslot=0x188EA,
207290 },
207291 [0x188EB]={
207292  category="lo",
207293  cjkwd="w",
207294  description="TANGUT COMPONENT-236",
207295  direction="l",
207296  linebreak="id",
207297  unicodeslot=0x188EB,
207298 },
207299 [0x188EC]={
207300  category="lo",
207301  cjkwd="w",
207302  description="TANGUT COMPONENT-237",
207303  direction="l",
207304  linebreak="id",
207305  unicodeslot=0x188EC,
207306 },
207307 [0x188ED]={
207308  category="lo",
207309  cjkwd="w",
207310  description="TANGUT COMPONENT-238",
207311  direction="l",
207312  linebreak="id",
207313  unicodeslot=0x188ED,
207314 },
207315 [0x188EE]={
207316  category="lo",
207317  cjkwd="w",
207318  description="TANGUT COMPONENT-239",
207319  direction="l",
207320  linebreak="id",
207321  unicodeslot=0x188EE,
207322 },
207323 [0x188EF]={
207324  category="lo",
207325  cjkwd="w",
207326  description="TANGUT COMPONENT-240",
207327  direction="l",
207328  linebreak="id",
207329  unicodeslot=0x188EF,
207330 },
207331 [0x188F0]={
207332  category="lo",
207333  cjkwd="w",
207334  description="TANGUT COMPONENT-241",
207335  direction="l",
207336  linebreak="id",
207337  unicodeslot=0x188F0,
207338 },
207339 [0x188F1]={
207340  category="lo",
207341  cjkwd="w",
207342  description="TANGUT COMPONENT-242",
207343  direction="l",
207344  linebreak="id",
207345  unicodeslot=0x188F1,
207346 },
207347 [0x188F2]={
207348  category="lo",
207349  cjkwd="w",
207350  description="TANGUT COMPONENT-243",
207351  direction="l",
207352  linebreak="id",
207353  unicodeslot=0x188F2,
207354 },
207355 [0x188F3]={
207356  category="lo",
207357  cjkwd="w",
207358  description="TANGUT COMPONENT-244",
207359  direction="l",
207360  linebreak="id",
207361  unicodeslot=0x188F3,
207362 },
207363 [0x188F4]={
207364  category="lo",
207365  cjkwd="w",
207366  description="TANGUT COMPONENT-245",
207367  direction="l",
207368  linebreak="id",
207369  unicodeslot=0x188F4,
207370 },
207371 [0x188F5]={
207372  category="lo",
207373  cjkwd="w",
207374  description="TANGUT COMPONENT-246",
207375  direction="l",
207376  linebreak="id",
207377  unicodeslot=0x188F5,
207378 },
207379 [0x188F6]={
207380  category="lo",
207381  cjkwd="w",
207382  description="TANGUT COMPONENT-247",
207383  direction="l",
207384  linebreak="id",
207385  unicodeslot=0x188F6,
207386 },
207387 [0x188F7]={
207388  category="lo",
207389  cjkwd="w",
207390  description="TANGUT COMPONENT-248",
207391  direction="l",
207392  linebreak="id",
207393  unicodeslot=0x188F7,
207394 },
207395 [0x188F8]={
207396  category="lo",
207397  cjkwd="w",
207398  description="TANGUT COMPONENT-249",
207399  direction="l",
207400  linebreak="id",
207401  unicodeslot=0x188F8,
207402 },
207403 [0x188F9]={
207404  category="lo",
207405  cjkwd="w",
207406  description="TANGUT COMPONENT-250",
207407  direction="l",
207408  linebreak="id",
207409  unicodeslot=0x188F9,
207410 },
207411 [0x188FA]={
207412  category="lo",
207413  cjkwd="w",
207414  description="TANGUT COMPONENT-251",
207415  direction="l",
207416  linebreak="id",
207417  unicodeslot=0x188FA,
207418 },
207419 [0x188FB]={
207420  category="lo",
207421  cjkwd="w",
207422  description="TANGUT COMPONENT-252",
207423  direction="l",
207424  linebreak="id",
207425  unicodeslot=0x188FB,
207426 },
207427 [0x188FC]={
207428  category="lo",
207429  cjkwd="w",
207430  description="TANGUT COMPONENT-253",
207431  direction="l",
207432  linebreak="id",
207433  unicodeslot=0x188FC,
207434 },
207435 [0x188FD]={
207436  category="lo",
207437  cjkwd="w",
207438  description="TANGUT COMPONENT-254",
207439  direction="l",
207440  linebreak="id",
207441  unicodeslot=0x188FD,
207442 },
207443 [0x188FE]={
207444  category="lo",
207445  cjkwd="w",
207446  description="TANGUT COMPONENT-255",
207447  direction="l",
207448  linebreak="id",
207449  unicodeslot=0x188FE,
207450 },
207451 [0x188FF]={
207452  category="lo",
207453  cjkwd="w",
207454  description="TANGUT COMPONENT-256",
207455  direction="l",
207456  linebreak="id",
207457  unicodeslot=0x188FF,
207458 },
207459 [0x18900]={
207460  category="lo",
207461  cjkwd="w",
207462  description="TANGUT COMPONENT-257",
207463  direction="l",
207464  linebreak="id",
207465  unicodeslot=0x18900,
207466 },
207467 [0x18901]={
207468  category="lo",
207469  cjkwd="w",
207470  description="TANGUT COMPONENT-258",
207471  direction="l",
207472  linebreak="id",
207473  unicodeslot=0x18901,
207474 },
207475 [0x18902]={
207476  category="lo",
207477  cjkwd="w",
207478  description="TANGUT COMPONENT-259",
207479  direction="l",
207480  linebreak="id",
207481  unicodeslot=0x18902,
207482 },
207483 [0x18903]={
207484  category="lo",
207485  cjkwd="w",
207486  description="TANGUT COMPONENT-260",
207487  direction="l",
207488  linebreak="id",
207489  unicodeslot=0x18903,
207490 },
207491 [0x18904]={
207492  category="lo",
207493  cjkwd="w",
207494  description="TANGUT COMPONENT-261",
207495  direction="l",
207496  linebreak="id",
207497  unicodeslot=0x18904,
207498 },
207499 [0x18905]={
207500  category="lo",
207501  cjkwd="w",
207502  description="TANGUT COMPONENT-262",
207503  direction="l",
207504  linebreak="id",
207505  unicodeslot=0x18905,
207506 },
207507 [0x18906]={
207508  category="lo",
207509  cjkwd="w",
207510  description="TANGUT COMPONENT-263",
207511  direction="l",
207512  linebreak="id",
207513  unicodeslot=0x18906,
207514 },
207515 [0x18907]={
207516  category="lo",
207517  cjkwd="w",
207518  description="TANGUT COMPONENT-264",
207519  direction="l",
207520  linebreak="id",
207521  unicodeslot=0x18907,
207522 },
207523 [0x18908]={
207524  category="lo",
207525  cjkwd="w",
207526  description="TANGUT COMPONENT-265",
207527  direction="l",
207528  linebreak="id",
207529  unicodeslot=0x18908,
207530 },
207531 [0x18909]={
207532  category="lo",
207533  cjkwd="w",
207534  description="TANGUT COMPONENT-266",
207535  direction="l",
207536  linebreak="id",
207537  unicodeslot=0x18909,
207538 },
207539 [0x1890A]={
207540  category="lo",
207541  cjkwd="w",
207542  description="TANGUT COMPONENT-267",
207543  direction="l",
207544  linebreak="id",
207545  unicodeslot=0x1890A,
207546 },
207547 [0x1890B]={
207548  category="lo",
207549  cjkwd="w",
207550  description="TANGUT COMPONENT-268",
207551  direction="l",
207552  linebreak="id",
207553  unicodeslot=0x1890B,
207554 },
207555 [0x1890C]={
207556  category="lo",
207557  cjkwd="w",
207558  description="TANGUT COMPONENT-269",
207559  direction="l",
207560  linebreak="id",
207561  unicodeslot=0x1890C,
207562 },
207563 [0x1890D]={
207564  category="lo",
207565  cjkwd="w",
207566  description="TANGUT COMPONENT-270",
207567  direction="l",
207568  linebreak="id",
207569  unicodeslot=0x1890D,
207570 },
207571 [0x1890E]={
207572  category="lo",
207573  cjkwd="w",
207574  description="TANGUT COMPONENT-271",
207575  direction="l",
207576  linebreak="id",
207577  unicodeslot=0x1890E,
207578 },
207579 [0x1890F]={
207580  category="lo",
207581  cjkwd="w",
207582  description="TANGUT COMPONENT-272",
207583  direction="l",
207584  linebreak="id",
207585  unicodeslot=0x1890F,
207586 },
207587 [0x18910]={
207588  category="lo",
207589  cjkwd="w",
207590  description="TANGUT COMPONENT-273",
207591  direction="l",
207592  linebreak="id",
207593  unicodeslot=0x18910,
207594 },
207595 [0x18911]={
207596  category="lo",
207597  cjkwd="w",
207598  description="TANGUT COMPONENT-274",
207599  direction="l",
207600  linebreak="id",
207601  unicodeslot=0x18911,
207602 },
207603 [0x18912]={
207604  category="lo",
207605  cjkwd="w",
207606  description="TANGUT COMPONENT-275",
207607  direction="l",
207608  linebreak="id",
207609  unicodeslot=0x18912,
207610 },
207611 [0x18913]={
207612  category="lo",
207613  cjkwd="w",
207614  description="TANGUT COMPONENT-276",
207615  direction="l",
207616  linebreak="id",
207617  unicodeslot=0x18913,
207618 },
207619 [0x18914]={
207620  category="lo",
207621  cjkwd="w",
207622  description="TANGUT COMPONENT-277",
207623  direction="l",
207624  linebreak="id",
207625  unicodeslot=0x18914,
207626 },
207627 [0x18915]={
207628  category="lo",
207629  cjkwd="w",
207630  description="TANGUT COMPONENT-278",
207631  direction="l",
207632  linebreak="id",
207633  unicodeslot=0x18915,
207634 },
207635 [0x18916]={
207636  category="lo",
207637  cjkwd="w",
207638  description="TANGUT COMPONENT-279",
207639  direction="l",
207640  linebreak="id",
207641  unicodeslot=0x18916,
207642 },
207643 [0x18917]={
207644  category="lo",
207645  cjkwd="w",
207646  description="TANGUT COMPONENT-280",
207647  direction="l",
207648  linebreak="id",
207649  unicodeslot=0x18917,
207650 },
207651 [0x18918]={
207652  category="lo",
207653  cjkwd="w",
207654  description="TANGUT COMPONENT-281",
207655  direction="l",
207656  linebreak="id",
207657  unicodeslot=0x18918,
207658 },
207659 [0x18919]={
207660  category="lo",
207661  cjkwd="w",
207662  description="TANGUT COMPONENT-282",
207663  direction="l",
207664  linebreak="id",
207665  unicodeslot=0x18919,
207666 },
207667 [0x1891A]={
207668  category="lo",
207669  cjkwd="w",
207670  description="TANGUT COMPONENT-283",
207671  direction="l",
207672  linebreak="id",
207673  unicodeslot=0x1891A,
207674 },
207675 [0x1891B]={
207676  category="lo",
207677  cjkwd="w",
207678  description="TANGUT COMPONENT-284",
207679  direction="l",
207680  linebreak="id",
207681  unicodeslot=0x1891B,
207682 },
207683 [0x1891C]={
207684  category="lo",
207685  cjkwd="w",
207686  description="TANGUT COMPONENT-285",
207687  direction="l",
207688  linebreak="id",
207689  unicodeslot=0x1891C,
207690 },
207691 [0x1891D]={
207692  category="lo",
207693  cjkwd="w",
207694  description="TANGUT COMPONENT-286",
207695  direction="l",
207696  linebreak="id",
207697  unicodeslot=0x1891D,
207698 },
207699 [0x1891E]={
207700  category="lo",
207701  cjkwd="w",
207702  description="TANGUT COMPONENT-287",
207703  direction="l",
207704  linebreak="id",
207705  unicodeslot=0x1891E,
207706 },
207707 [0x1891F]={
207708  category="lo",
207709  cjkwd="w",
207710  description="TANGUT COMPONENT-288",
207711  direction="l",
207712  linebreak="id",
207713  unicodeslot=0x1891F,
207714 },
207715 [0x18920]={
207716  category="lo",
207717  cjkwd="w",
207718  description="TANGUT COMPONENT-289",
207719  direction="l",
207720  linebreak="id",
207721  unicodeslot=0x18920,
207722 },
207723 [0x18921]={
207724  category="lo",
207725  cjkwd="w",
207726  description="TANGUT COMPONENT-290",
207727  direction="l",
207728  linebreak="id",
207729  unicodeslot=0x18921,
207730 },
207731 [0x18922]={
207732  category="lo",
207733  cjkwd="w",
207734  description="TANGUT COMPONENT-291",
207735  direction="l",
207736  linebreak="id",
207737  unicodeslot=0x18922,
207738 },
207739 [0x18923]={
207740  category="lo",
207741  cjkwd="w",
207742  description="TANGUT COMPONENT-292",
207743  direction="l",
207744  linebreak="id",
207745  unicodeslot=0x18923,
207746 },
207747 [0x18924]={
207748  category="lo",
207749  cjkwd="w",
207750  description="TANGUT COMPONENT-293",
207751  direction="l",
207752  linebreak="id",
207753  unicodeslot=0x18924,
207754 },
207755 [0x18925]={
207756  category="lo",
207757  cjkwd="w",
207758  description="TANGUT COMPONENT-294",
207759  direction="l",
207760  linebreak="id",
207761  unicodeslot=0x18925,
207762 },
207763 [0x18926]={
207764  category="lo",
207765  cjkwd="w",
207766  description="TANGUT COMPONENT-295",
207767  direction="l",
207768  linebreak="id",
207769  unicodeslot=0x18926,
207770 },
207771 [0x18927]={
207772  category="lo",
207773  cjkwd="w",
207774  description="TANGUT COMPONENT-296",
207775  direction="l",
207776  linebreak="id",
207777  unicodeslot=0x18927,
207778 },
207779 [0x18928]={
207780  category="lo",
207781  cjkwd="w",
207782  description="TANGUT COMPONENT-297",
207783  direction="l",
207784  linebreak="id",
207785  unicodeslot=0x18928,
207786 },
207787 [0x18929]={
207788  category="lo",
207789  cjkwd="w",
207790  description="TANGUT COMPONENT-298",
207791  direction="l",
207792  linebreak="id",
207793  unicodeslot=0x18929,
207794 },
207795 [0x1892A]={
207796  category="lo",
207797  cjkwd="w",
207798  description="TANGUT COMPONENT-299",
207799  direction="l",
207800  linebreak="id",
207801  unicodeslot=0x1892A,
207802 },
207803 [0x1892B]={
207804  category="lo",
207805  cjkwd="w",
207806  description="TANGUT COMPONENT-300",
207807  direction="l",
207808  linebreak="id",
207809  unicodeslot=0x1892B,
207810 },
207811 [0x1892C]={
207812  category="lo",
207813  cjkwd="w",
207814  description="TANGUT COMPONENT-301",
207815  direction="l",
207816  linebreak="id",
207817  unicodeslot=0x1892C,
207818 },
207819 [0x1892D]={
207820  category="lo",
207821  cjkwd="w",
207822  description="TANGUT COMPONENT-302",
207823  direction="l",
207824  linebreak="id",
207825  unicodeslot=0x1892D,
207826 },
207827 [0x1892E]={
207828  category="lo",
207829  cjkwd="w",
207830  description="TANGUT COMPONENT-303",
207831  direction="l",
207832  linebreak="id",
207833  unicodeslot=0x1892E,
207834 },
207835 [0x1892F]={
207836  category="lo",
207837  cjkwd="w",
207838  description="TANGUT COMPONENT-304",
207839  direction="l",
207840  linebreak="id",
207841  unicodeslot=0x1892F,
207842 },
207843 [0x18930]={
207844  category="lo",
207845  cjkwd="w",
207846  description="TANGUT COMPONENT-305",
207847  direction="l",
207848  linebreak="id",
207849  unicodeslot=0x18930,
207850 },
207851 [0x18931]={
207852  category="lo",
207853  cjkwd="w",
207854  description="TANGUT COMPONENT-306",
207855  direction="l",
207856  linebreak="id",
207857  unicodeslot=0x18931,
207858 },
207859 [0x18932]={
207860  category="lo",
207861  cjkwd="w",
207862  description="TANGUT COMPONENT-307",
207863  direction="l",
207864  linebreak="id",
207865  unicodeslot=0x18932,
207866 },
207867 [0x18933]={
207868  category="lo",
207869  cjkwd="w",
207870  description="TANGUT COMPONENT-308",
207871  direction="l",
207872  linebreak="id",
207873  unicodeslot=0x18933,
207874 },
207875 [0x18934]={
207876  category="lo",
207877  cjkwd="w",
207878  description="TANGUT COMPONENT-309",
207879  direction="l",
207880  linebreak="id",
207881  unicodeslot=0x18934,
207882 },
207883 [0x18935]={
207884  category="lo",
207885  cjkwd="w",
207886  description="TANGUT COMPONENT-310",
207887  direction="l",
207888  linebreak="id",
207889  unicodeslot=0x18935,
207890 },
207891 [0x18936]={
207892  category="lo",
207893  cjkwd="w",
207894  description="TANGUT COMPONENT-311",
207895  direction="l",
207896  linebreak="id",
207897  unicodeslot=0x18936,
207898 },
207899 [0x18937]={
207900  category="lo",
207901  cjkwd="w",
207902  description="TANGUT COMPONENT-312",
207903  direction="l",
207904  linebreak="id",
207905  unicodeslot=0x18937,
207906 },
207907 [0x18938]={
207908  category="lo",
207909  cjkwd="w",
207910  description="TANGUT COMPONENT-313",
207911  direction="l",
207912  linebreak="id",
207913  unicodeslot=0x18938,
207914 },
207915 [0x18939]={
207916  category="lo",
207917  cjkwd="w",
207918  description="TANGUT COMPONENT-314",
207919  direction="l",
207920  linebreak="id",
207921  unicodeslot=0x18939,
207922 },
207923 [0x1893A]={
207924  category="lo",
207925  cjkwd="w",
207926  description="TANGUT COMPONENT-315",
207927  direction="l",
207928  linebreak="id",
207929  unicodeslot=0x1893A,
207930 },
207931 [0x1893B]={
207932  category="lo",
207933  cjkwd="w",
207934  description="TANGUT COMPONENT-316",
207935  direction="l",
207936  linebreak="id",
207937  unicodeslot=0x1893B,
207938 },
207939 [0x1893C]={
207940  category="lo",
207941  cjkwd="w",
207942  description="TANGUT COMPONENT-317",
207943  direction="l",
207944  linebreak="id",
207945  unicodeslot=0x1893C,
207946 },
207947 [0x1893D]={
207948  category="lo",
207949  cjkwd="w",
207950  description="TANGUT COMPONENT-318",
207951  direction="l",
207952  linebreak="id",
207953  unicodeslot=0x1893D,
207954 },
207955 [0x1893E]={
207956  category="lo",
207957  cjkwd="w",
207958  description="TANGUT COMPONENT-319",
207959  direction="l",
207960  linebreak="id",
207961  unicodeslot=0x1893E,
207962 },
207963 [0x1893F]={
207964  category="lo",
207965  cjkwd="w",
207966  description="TANGUT COMPONENT-320",
207967  direction="l",
207968  linebreak="id",
207969  unicodeslot=0x1893F,
207970 },
207971 [0x18940]={
207972  category="lo",
207973  cjkwd="w",
207974  description="TANGUT COMPONENT-321",
207975  direction="l",
207976  linebreak="id",
207977  unicodeslot=0x18940,
207978 },
207979 [0x18941]={
207980  category="lo",
207981  cjkwd="w",
207982  description="TANGUT COMPONENT-322",
207983  direction="l",
207984  linebreak="id",
207985  unicodeslot=0x18941,
207986 },
207987 [0x18942]={
207988  category="lo",
207989  cjkwd="w",
207990  description="TANGUT COMPONENT-323",
207991  direction="l",
207992  linebreak="id",
207993  unicodeslot=0x18942,
207994 },
207995 [0x18943]={
207996  category="lo",
207997  cjkwd="w",
207998  description="TANGUT COMPONENT-324",
207999  direction="l",
208000  linebreak="id",
208001  unicodeslot=0x18943,
208002 },
208003 [0x18944]={
208004  category="lo",
208005  cjkwd="w",
208006  description="TANGUT COMPONENT-325",
208007  direction="l",
208008  linebreak="id",
208009  unicodeslot=0x18944,
208010 },
208011 [0x18945]={
208012  category="lo",
208013  cjkwd="w",
208014  description="TANGUT COMPONENT-326",
208015  direction="l",
208016  linebreak="id",
208017  unicodeslot=0x18945,
208018 },
208019 [0x18946]={
208020  category="lo",
208021  cjkwd="w",
208022  description="TANGUT COMPONENT-327",
208023  direction="l",
208024  linebreak="id",
208025  unicodeslot=0x18946,
208026 },
208027 [0x18947]={
208028  category="lo",
208029  cjkwd="w",
208030  description="TANGUT COMPONENT-328",
208031  direction="l",
208032  linebreak="id",
208033  unicodeslot=0x18947,
208034 },
208035 [0x18948]={
208036  category="lo",
208037  cjkwd="w",
208038  description="TANGUT COMPONENT-329",
208039  direction="l",
208040  linebreak="id",
208041  unicodeslot=0x18948,
208042 },
208043 [0x18949]={
208044  category="lo",
208045  cjkwd="w",
208046  description="TANGUT COMPONENT-330",
208047  direction="l",
208048  linebreak="id",
208049  unicodeslot=0x18949,
208050 },
208051 [0x1894A]={
208052  category="lo",
208053  cjkwd="w",
208054  description="TANGUT COMPONENT-331",
208055  direction="l",
208056  linebreak="id",
208057  unicodeslot=0x1894A,
208058 },
208059 [0x1894B]={
208060  category="lo",
208061  cjkwd="w",
208062  description="TANGUT COMPONENT-332",
208063  direction="l",
208064  linebreak="id",
208065  unicodeslot=0x1894B,
208066 },
208067 [0x1894C]={
208068  category="lo",
208069  cjkwd="w",
208070  description="TANGUT COMPONENT-333",
208071  direction="l",
208072  linebreak="id",
208073  unicodeslot=0x1894C,
208074 },
208075 [0x1894D]={
208076  category="lo",
208077  cjkwd="w",
208078  description="TANGUT COMPONENT-334",
208079  direction="l",
208080  linebreak="id",
208081  unicodeslot=0x1894D,
208082 },
208083 [0x1894E]={
208084  category="lo",
208085  cjkwd="w",
208086  description="TANGUT COMPONENT-335",
208087  direction="l",
208088  linebreak="id",
208089  unicodeslot=0x1894E,
208090 },
208091 [0x1894F]={
208092  category="lo",
208093  cjkwd="w",
208094  description="TANGUT COMPONENT-336",
208095  direction="l",
208096  linebreak="id",
208097  unicodeslot=0x1894F,
208098 },
208099 [0x18950]={
208100  category="lo",
208101  cjkwd="w",
208102  description="TANGUT COMPONENT-337",
208103  direction="l",
208104  linebreak="id",
208105  unicodeslot=0x18950,
208106 },
208107 [0x18951]={
208108  category="lo",
208109  cjkwd="w",
208110  description="TANGUT COMPONENT-338",
208111  direction="l",
208112  linebreak="id",
208113  unicodeslot=0x18951,
208114 },
208115 [0x18952]={
208116  category="lo",
208117  cjkwd="w",
208118  description="TANGUT COMPONENT-339",
208119  direction="l",
208120  linebreak="id",
208121  unicodeslot=0x18952,
208122 },
208123 [0x18953]={
208124  category="lo",
208125  cjkwd="w",
208126  description="TANGUT COMPONENT-340",
208127  direction="l",
208128  linebreak="id",
208129  unicodeslot=0x18953,
208130 },
208131 [0x18954]={
208132  category="lo",
208133  cjkwd="w",
208134  description="TANGUT COMPONENT-341",
208135  direction="l",
208136  linebreak="id",
208137  unicodeslot=0x18954,
208138 },
208139 [0x18955]={
208140  category="lo",
208141  cjkwd="w",
208142  description="TANGUT COMPONENT-342",
208143  direction="l",
208144  linebreak="id",
208145  unicodeslot=0x18955,
208146 },
208147 [0x18956]={
208148  category="lo",
208149  cjkwd="w",
208150  description="TANGUT COMPONENT-343",
208151  direction="l",
208152  linebreak="id",
208153  unicodeslot=0x18956,
208154 },
208155 [0x18957]={
208156  category="lo",
208157  cjkwd="w",
208158  description="TANGUT COMPONENT-344",
208159  direction="l",
208160  linebreak="id",
208161  unicodeslot=0x18957,
208162 },
208163 [0x18958]={
208164  category="lo",
208165  cjkwd="w",
208166  description="TANGUT COMPONENT-345",
208167  direction="l",
208168  linebreak="id",
208169  unicodeslot=0x18958,
208170 },
208171 [0x18959]={
208172  category="lo",
208173  cjkwd="w",
208174  description="TANGUT COMPONENT-346",
208175  direction="l",
208176  linebreak="id",
208177  unicodeslot=0x18959,
208178 },
208179 [0x1895A]={
208180  category="lo",
208181  cjkwd="w",
208182  description="TANGUT COMPONENT-347",
208183  direction="l",
208184  linebreak="id",
208185  unicodeslot=0x1895A,
208186 },
208187 [0x1895B]={
208188  category="lo",
208189  cjkwd="w",
208190  description="TANGUT COMPONENT-348",
208191  direction="l",
208192  linebreak="id",
208193  unicodeslot=0x1895B,
208194 },
208195 [0x1895C]={
208196  category="lo",
208197  cjkwd="w",
208198  description="TANGUT COMPONENT-349",
208199  direction="l",
208200  linebreak="id",
208201  unicodeslot=0x1895C,
208202 },
208203 [0x1895D]={
208204  category="lo",
208205  cjkwd="w",
208206  description="TANGUT COMPONENT-350",
208207  direction="l",
208208  linebreak="id",
208209  unicodeslot=0x1895D,
208210 },
208211 [0x1895E]={
208212  category="lo",
208213  cjkwd="w",
208214  description="TANGUT COMPONENT-351",
208215  direction="l",
208216  linebreak="id",
208217  unicodeslot=0x1895E,
208218 },
208219 [0x1895F]={
208220  category="lo",
208221  cjkwd="w",
208222  description="TANGUT COMPONENT-352",
208223  direction="l",
208224  linebreak="id",
208225  unicodeslot=0x1895F,
208226 },
208227 [0x18960]={
208228  category="lo",
208229  cjkwd="w",
208230  description="TANGUT COMPONENT-353",
208231  direction="l",
208232  linebreak="id",
208233  unicodeslot=0x18960,
208234 },
208235 [0x18961]={
208236  category="lo",
208237  cjkwd="w",
208238  description="TANGUT COMPONENT-354",
208239  direction="l",
208240  linebreak="id",
208241  unicodeslot=0x18961,
208242 },
208243 [0x18962]={
208244  category="lo",
208245  cjkwd="w",
208246  description="TANGUT COMPONENT-355",
208247  direction="l",
208248  linebreak="id",
208249  unicodeslot=0x18962,
208250 },
208251 [0x18963]={
208252  category="lo",
208253  cjkwd="w",
208254  description="TANGUT COMPONENT-356",
208255  direction="l",
208256  linebreak="id",
208257  unicodeslot=0x18963,
208258 },
208259 [0x18964]={
208260  category="lo",
208261  cjkwd="w",
208262  description="TANGUT COMPONENT-357",
208263  direction="l",
208264  linebreak="id",
208265  unicodeslot=0x18964,
208266 },
208267 [0x18965]={
208268  category="lo",
208269  cjkwd="w",
208270  description="TANGUT COMPONENT-358",
208271  direction="l",
208272  linebreak="id",
208273  unicodeslot=0x18965,
208274 },
208275 [0x18966]={
208276  category="lo",
208277  cjkwd="w",
208278  description="TANGUT COMPONENT-359",
208279  direction="l",
208280  linebreak="id",
208281  unicodeslot=0x18966,
208282 },
208283 [0x18967]={
208284  category="lo",
208285  cjkwd="w",
208286  description="TANGUT COMPONENT-360",
208287  direction="l",
208288  linebreak="id",
208289  unicodeslot=0x18967,
208290 },
208291 [0x18968]={
208292  category="lo",
208293  cjkwd="w",
208294  description="TANGUT COMPONENT-361",
208295  direction="l",
208296  linebreak="id",
208297  unicodeslot=0x18968,
208298 },
208299 [0x18969]={
208300  category="lo",
208301  cjkwd="w",
208302  description="TANGUT COMPONENT-362",
208303  direction="l",
208304  linebreak="id",
208305  unicodeslot=0x18969,
208306 },
208307 [0x1896A]={
208308  category="lo",
208309  cjkwd="w",
208310  description="TANGUT COMPONENT-363",
208311  direction="l",
208312  linebreak="id",
208313  unicodeslot=0x1896A,
208314 },
208315 [0x1896B]={
208316  category="lo",
208317  cjkwd="w",
208318  description="TANGUT COMPONENT-364",
208319  direction="l",
208320  linebreak="id",
208321  unicodeslot=0x1896B,
208322 },
208323 [0x1896C]={
208324  category="lo",
208325  cjkwd="w",
208326  description="TANGUT COMPONENT-365",
208327  direction="l",
208328  linebreak="id",
208329  unicodeslot=0x1896C,
208330 },
208331 [0x1896D]={
208332  category="lo",
208333  cjkwd="w",
208334  description="TANGUT COMPONENT-366",
208335  direction="l",
208336  linebreak="id",
208337  unicodeslot=0x1896D,
208338 },
208339 [0x1896E]={
208340  category="lo",
208341  cjkwd="w",
208342  description="TANGUT COMPONENT-367",
208343  direction="l",
208344  linebreak="id",
208345  unicodeslot=0x1896E,
208346 },
208347 [0x1896F]={
208348  category="lo",
208349  cjkwd="w",
208350  description="TANGUT COMPONENT-368",
208351  direction="l",
208352  linebreak="id",
208353  unicodeslot=0x1896F,
208354 },
208355 [0x18970]={
208356  category="lo",
208357  cjkwd="w",
208358  description="TANGUT COMPONENT-369",
208359  direction="l",
208360  linebreak="id",
208361  unicodeslot=0x18970,
208362 },
208363 [0x18971]={
208364  category="lo",
208365  cjkwd="w",
208366  description="TANGUT COMPONENT-370",
208367  direction="l",
208368  linebreak="id",
208369  unicodeslot=0x18971,
208370 },
208371 [0x18972]={
208372  category="lo",
208373  cjkwd="w",
208374  description="TANGUT COMPONENT-371",
208375  direction="l",
208376  linebreak="id",
208377  unicodeslot=0x18972,
208378 },
208379 [0x18973]={
208380  category="lo",
208381  cjkwd="w",
208382  description="TANGUT COMPONENT-372",
208383  direction="l",
208384  linebreak="id",
208385  unicodeslot=0x18973,
208386 },
208387 [0x18974]={
208388  category="lo",
208389  cjkwd="w",
208390  description="TANGUT COMPONENT-373",
208391  direction="l",
208392  linebreak="id",
208393  unicodeslot=0x18974,
208394 },
208395 [0x18975]={
208396  category="lo",
208397  cjkwd="w",
208398  description="TANGUT COMPONENT-374",
208399  direction="l",
208400  linebreak="id",
208401  unicodeslot=0x18975,
208402 },
208403 [0x18976]={
208404  category="lo",
208405  cjkwd="w",
208406  description="TANGUT COMPONENT-375",
208407  direction="l",
208408  linebreak="id",
208409  unicodeslot=0x18976,
208410 },
208411 [0x18977]={
208412  category="lo",
208413  cjkwd="w",
208414  description="TANGUT COMPONENT-376",
208415  direction="l",
208416  linebreak="id",
208417  unicodeslot=0x18977,
208418 },
208419 [0x18978]={
208420  category="lo",
208421  cjkwd="w",
208422  description="TANGUT COMPONENT-377",
208423  direction="l",
208424  linebreak="id",
208425  unicodeslot=0x18978,
208426 },
208427 [0x18979]={
208428  category="lo",
208429  cjkwd="w",
208430  description="TANGUT COMPONENT-378",
208431  direction="l",
208432  linebreak="id",
208433  unicodeslot=0x18979,
208434 },
208435 [0x1897A]={
208436  category="lo",
208437  cjkwd="w",
208438  description="TANGUT COMPONENT-379",
208439  direction="l",
208440  linebreak="id",
208441  unicodeslot=0x1897A,
208442 },
208443 [0x1897B]={
208444  category="lo",
208445  cjkwd="w",
208446  description="TANGUT COMPONENT-380",
208447  direction="l",
208448  linebreak="id",
208449  unicodeslot=0x1897B,
208450 },
208451 [0x1897C]={
208452  category="lo",
208453  cjkwd="w",
208454  description="TANGUT COMPONENT-381",
208455  direction="l",
208456  linebreak="id",
208457  unicodeslot=0x1897C,
208458 },
208459 [0x1897D]={
208460  category="lo",
208461  cjkwd="w",
208462  description="TANGUT COMPONENT-382",
208463  direction="l",
208464  linebreak="id",
208465  unicodeslot=0x1897D,
208466 },
208467 [0x1897E]={
208468  category="lo",
208469  cjkwd="w",
208470  description="TANGUT COMPONENT-383",
208471  direction="l",
208472  linebreak="id",
208473  unicodeslot=0x1897E,
208474 },
208475 [0x1897F]={
208476  category="lo",
208477  cjkwd="w",
208478  description="TANGUT COMPONENT-384",
208479  direction="l",
208480  linebreak="id",
208481  unicodeslot=0x1897F,
208482 },
208483 [0x18980]={
208484  category="lo",
208485  cjkwd="w",
208486  description="TANGUT COMPONENT-385",
208487  direction="l",
208488  linebreak="id",
208489  unicodeslot=0x18980,
208490 },
208491 [0x18981]={
208492  category="lo",
208493  cjkwd="w",
208494  description="TANGUT COMPONENT-386",
208495  direction="l",
208496  linebreak="id",
208497  unicodeslot=0x18981,
208498 },
208499 [0x18982]={
208500  category="lo",
208501  cjkwd="w",
208502  description="TANGUT COMPONENT-387",
208503  direction="l",
208504  linebreak="id",
208505  unicodeslot=0x18982,
208506 },
208507 [0x18983]={
208508  category="lo",
208509  cjkwd="w",
208510  description="TANGUT COMPONENT-388",
208511  direction="l",
208512  linebreak="id",
208513  unicodeslot=0x18983,
208514 },
208515 [0x18984]={
208516  category="lo",
208517  cjkwd="w",
208518  description="TANGUT COMPONENT-389",
208519  direction="l",
208520  linebreak="id",
208521  unicodeslot=0x18984,
208522 },
208523 [0x18985]={
208524  category="lo",
208525  cjkwd="w",
208526  description="TANGUT COMPONENT-390",
208527  direction="l",
208528  linebreak="id",
208529  unicodeslot=0x18985,
208530 },
208531 [0x18986]={
208532  category="lo",
208533  cjkwd="w",
208534  description="TANGUT COMPONENT-391",
208535  direction="l",
208536  linebreak="id",
208537  unicodeslot=0x18986,
208538 },
208539 [0x18987]={
208540  category="lo",
208541  cjkwd="w",
208542  description="TANGUT COMPONENT-392",
208543  direction="l",
208544  linebreak="id",
208545  unicodeslot=0x18987,
208546 },
208547 [0x18988]={
208548  category="lo",
208549  cjkwd="w",
208550  description="TANGUT COMPONENT-393",
208551  direction="l",
208552  linebreak="id",
208553  unicodeslot=0x18988,
208554 },
208555 [0x18989]={
208556  category="lo",
208557  cjkwd="w",
208558  description="TANGUT COMPONENT-394",
208559  direction="l",
208560  linebreak="id",
208561  unicodeslot=0x18989,
208562 },
208563 [0x1898A]={
208564  category="lo",
208565  cjkwd="w",
208566  description="TANGUT COMPONENT-395",
208567  direction="l",
208568  linebreak="id",
208569  unicodeslot=0x1898A,
208570 },
208571 [0x1898B]={
208572  category="lo",
208573  cjkwd="w",
208574  description="TANGUT COMPONENT-396",
208575  direction="l",
208576  linebreak="id",
208577  unicodeslot=0x1898B,
208578 },
208579 [0x1898C]={
208580  category="lo",
208581  cjkwd="w",
208582  description="TANGUT COMPONENT-397",
208583  direction="l",
208584  linebreak="id",
208585  unicodeslot=0x1898C,
208586 },
208587 [0x1898D]={
208588  category="lo",
208589  cjkwd="w",
208590  description="TANGUT COMPONENT-398",
208591  direction="l",
208592  linebreak="id",
208593  unicodeslot=0x1898D,
208594 },
208595 [0x1898E]={
208596  category="lo",
208597  cjkwd="w",
208598  description="TANGUT COMPONENT-399",
208599  direction="l",
208600  linebreak="id",
208601  unicodeslot=0x1898E,
208602 },
208603 [0x1898F]={
208604  category="lo",
208605  cjkwd="w",
208606  description="TANGUT COMPONENT-400",
208607  direction="l",
208608  linebreak="id",
208609  unicodeslot=0x1898F,
208610 },
208611 [0x18990]={
208612  category="lo",
208613  cjkwd="w",
208614  description="TANGUT COMPONENT-401",
208615  direction="l",
208616  linebreak="id",
208617  unicodeslot=0x18990,
208618 },
208619 [0x18991]={
208620  category="lo",
208621  cjkwd="w",
208622  description="TANGUT COMPONENT-402",
208623  direction="l",
208624  linebreak="id",
208625  unicodeslot=0x18991,
208626 },
208627 [0x18992]={
208628  category="lo",
208629  cjkwd="w",
208630  description="TANGUT COMPONENT-403",
208631  direction="l",
208632  linebreak="id",
208633  unicodeslot=0x18992,
208634 },
208635 [0x18993]={
208636  category="lo",
208637  cjkwd="w",
208638  description="TANGUT COMPONENT-404",
208639  direction="l",
208640  linebreak="id",
208641  unicodeslot=0x18993,
208642 },
208643 [0x18994]={
208644  category="lo",
208645  cjkwd="w",
208646  description="TANGUT COMPONENT-405",
208647  direction="l",
208648  linebreak="id",
208649  unicodeslot=0x18994,
208650 },
208651 [0x18995]={
208652  category="lo",
208653  cjkwd="w",
208654  description="TANGUT COMPONENT-406",
208655  direction="l",
208656  linebreak="id",
208657  unicodeslot=0x18995,
208658 },
208659 [0x18996]={
208660  category="lo",
208661  cjkwd="w",
208662  description="TANGUT COMPONENT-407",
208663  direction="l",
208664  linebreak="id",
208665  unicodeslot=0x18996,
208666 },
208667 [0x18997]={
208668  category="lo",
208669  cjkwd="w",
208670  description="TANGUT COMPONENT-408",
208671  direction="l",
208672  linebreak="id",
208673  unicodeslot=0x18997,
208674 },
208675 [0x18998]={
208676  category="lo",
208677  cjkwd="w",
208678  description="TANGUT COMPONENT-409",
208679  direction="l",
208680  linebreak="id",
208681  unicodeslot=0x18998,
208682 },
208683 [0x18999]={
208684  category="lo",
208685  cjkwd="w",
208686  description="TANGUT COMPONENT-410",
208687  direction="l",
208688  linebreak="id",
208689  unicodeslot=0x18999,
208690 },
208691 [0x1899A]={
208692  category="lo",
208693  cjkwd="w",
208694  description="TANGUT COMPONENT-411",
208695  direction="l",
208696  linebreak="id",
208697  unicodeslot=0x1899A,
208698 },
208699 [0x1899B]={
208700  category="lo",
208701  cjkwd="w",
208702  description="TANGUT COMPONENT-412",
208703  direction="l",
208704  linebreak="id",
208705  unicodeslot=0x1899B,
208706 },
208707 [0x1899C]={
208708  category="lo",
208709  cjkwd="w",
208710  description="TANGUT COMPONENT-413",
208711  direction="l",
208712  linebreak="id",
208713  unicodeslot=0x1899C,
208714 },
208715 [0x1899D]={
208716  category="lo",
208717  cjkwd="w",
208718  description="TANGUT COMPONENT-414",
208719  direction="l",
208720  linebreak="id",
208721  unicodeslot=0x1899D,
208722 },
208723 [0x1899E]={
208724  category="lo",
208725  cjkwd="w",
208726  description="TANGUT COMPONENT-415",
208727  direction="l",
208728  linebreak="id",
208729  unicodeslot=0x1899E,
208730 },
208731 [0x1899F]={
208732  category="lo",
208733  cjkwd="w",
208734  description="TANGUT COMPONENT-416",
208735  direction="l",
208736  linebreak="id",
208737  unicodeslot=0x1899F,
208738 },
208739 [0x189A0]={
208740  category="lo",
208741  cjkwd="w",
208742  description="TANGUT COMPONENT-417",
208743  direction="l",
208744  linebreak="id",
208745  unicodeslot=0x189A0,
208746 },
208747 [0x189A1]={
208748  category="lo",
208749  cjkwd="w",
208750  description="TANGUT COMPONENT-418",
208751  direction="l",
208752  linebreak="id",
208753  unicodeslot=0x189A1,
208754 },
208755 [0x189A2]={
208756  category="lo",
208757  cjkwd="w",
208758  description="TANGUT COMPONENT-419",
208759  direction="l",
208760  linebreak="id",
208761  unicodeslot=0x189A2,
208762 },
208763 [0x189A3]={
208764  category="lo",
208765  cjkwd="w",
208766  description="TANGUT COMPONENT-420",
208767  direction="l",
208768  linebreak="id",
208769  unicodeslot=0x189A3,
208770 },
208771 [0x189A4]={
208772  category="lo",
208773  cjkwd="w",
208774  description="TANGUT COMPONENT-421",
208775  direction="l",
208776  linebreak="id",
208777  unicodeslot=0x189A4,
208778 },
208779 [0x189A5]={
208780  category="lo",
208781  cjkwd="w",
208782  description="TANGUT COMPONENT-422",
208783  direction="l",
208784  linebreak="id",
208785  unicodeslot=0x189A5,
208786 },
208787 [0x189A6]={
208788  category="lo",
208789  cjkwd="w",
208790  description="TANGUT COMPONENT-423",
208791  direction="l",
208792  linebreak="id",
208793  unicodeslot=0x189A6,
208794 },
208795 [0x189A7]={
208796  category="lo",
208797  cjkwd="w",
208798  description="TANGUT COMPONENT-424",
208799  direction="l",
208800  linebreak="id",
208801  unicodeslot=0x189A7,
208802 },
208803 [0x189A8]={
208804  category="lo",
208805  cjkwd="w",
208806  description="TANGUT COMPONENT-425",
208807  direction="l",
208808  linebreak="id",
208809  unicodeslot=0x189A8,
208810 },
208811 [0x189A9]={
208812  category="lo",
208813  cjkwd="w",
208814  description="TANGUT COMPONENT-426",
208815  direction="l",
208816  linebreak="id",
208817  unicodeslot=0x189A9,
208818 },
208819 [0x189AA]={
208820  category="lo",
208821  cjkwd="w",
208822  description="TANGUT COMPONENT-427",
208823  direction="l",
208824  linebreak="id",
208825  unicodeslot=0x189AA,
208826 },
208827 [0x189AB]={
208828  category="lo",
208829  cjkwd="w",
208830  description="TANGUT COMPONENT-428",
208831  direction="l",
208832  linebreak="id",
208833  unicodeslot=0x189AB,
208834 },
208835 [0x189AC]={
208836  category="lo",
208837  cjkwd="w",
208838  description="TANGUT COMPONENT-429",
208839  direction="l",
208840  linebreak="id",
208841  unicodeslot=0x189AC,
208842 },
208843 [0x189AD]={
208844  category="lo",
208845  cjkwd="w",
208846  description="TANGUT COMPONENT-430",
208847  direction="l",
208848  linebreak="id",
208849  unicodeslot=0x189AD,
208850 },
208851 [0x189AE]={
208852  category="lo",
208853  cjkwd="w",
208854  description="TANGUT COMPONENT-431",
208855  direction="l",
208856  linebreak="id",
208857  unicodeslot=0x189AE,
208858 },
208859 [0x189AF]={
208860  category="lo",
208861  cjkwd="w",
208862  description="TANGUT COMPONENT-432",
208863  direction="l",
208864  linebreak="id",
208865  unicodeslot=0x189AF,
208866 },
208867 [0x189B0]={
208868  category="lo",
208869  cjkwd="w",
208870  description="TANGUT COMPONENT-433",
208871  direction="l",
208872  linebreak="id",
208873  unicodeslot=0x189B0,
208874 },
208875 [0x189B1]={
208876  category="lo",
208877  cjkwd="w",
208878  description="TANGUT COMPONENT-434",
208879  direction="l",
208880  linebreak="id",
208881  unicodeslot=0x189B1,
208882 },
208883 [0x189B2]={
208884  category="lo",
208885  cjkwd="w",
208886  description="TANGUT COMPONENT-435",
208887  direction="l",
208888  linebreak="id",
208889  unicodeslot=0x189B2,
208890 },
208891 [0x189B3]={
208892  category="lo",
208893  cjkwd="w",
208894  description="TANGUT COMPONENT-436",
208895  direction="l",
208896  linebreak="id",
208897  unicodeslot=0x189B3,
208898 },
208899 [0x189B4]={
208900  category="lo",
208901  cjkwd="w",
208902  description="TANGUT COMPONENT-437",
208903  direction="l",
208904  linebreak="id",
208905  unicodeslot=0x189B4,
208906 },
208907 [0x189B5]={
208908  category="lo",
208909  cjkwd="w",
208910  description="TANGUT COMPONENT-438",
208911  direction="l",
208912  linebreak="id",
208913  unicodeslot=0x189B5,
208914 },
208915 [0x189B6]={
208916  category="lo",
208917  cjkwd="w",
208918  description="TANGUT COMPONENT-439",
208919  direction="l",
208920  linebreak="id",
208921  unicodeslot=0x189B6,
208922 },
208923 [0x189B7]={
208924  category="lo",
208925  cjkwd="w",
208926  description="TANGUT COMPONENT-440",
208927  direction="l",
208928  linebreak="id",
208929  unicodeslot=0x189B7,
208930 },
208931 [0x189B8]={
208932  category="lo",
208933  cjkwd="w",
208934  description="TANGUT COMPONENT-441",
208935  direction="l",
208936  linebreak="id",
208937  unicodeslot=0x189B8,
208938 },
208939 [0x189B9]={
208940  category="lo",
208941  cjkwd="w",
208942  description="TANGUT COMPONENT-442",
208943  direction="l",
208944  linebreak="id",
208945  unicodeslot=0x189B9,
208946 },
208947 [0x189BA]={
208948  category="lo",
208949  cjkwd="w",
208950  description="TANGUT COMPONENT-443",
208951  direction="l",
208952  linebreak="id",
208953  unicodeslot=0x189BA,
208954 },
208955 [0x189BB]={
208956  category="lo",
208957  cjkwd="w",
208958  description="TANGUT COMPONENT-444",
208959  direction="l",
208960  linebreak="id",
208961  unicodeslot=0x189BB,
208962 },
208963 [0x189BC]={
208964  category="lo",
208965  cjkwd="w",
208966  description="TANGUT COMPONENT-445",
208967  direction="l",
208968  linebreak="id",
208969  unicodeslot=0x189BC,
208970 },
208971 [0x189BD]={
208972  category="lo",
208973  cjkwd="w",
208974  description="TANGUT COMPONENT-446",
208975  direction="l",
208976  linebreak="id",
208977  unicodeslot=0x189BD,
208978 },
208979 [0x189BE]={
208980  category="lo",
208981  cjkwd="w",
208982  description="TANGUT COMPONENT-447",
208983  direction="l",
208984  linebreak="id",
208985  unicodeslot=0x189BE,
208986 },
208987 [0x189BF]={
208988  category="lo",
208989  cjkwd="w",
208990  description="TANGUT COMPONENT-448",
208991  direction="l",
208992  linebreak="id",
208993  unicodeslot=0x189BF,
208994 },
208995 [0x189C0]={
208996  category="lo",
208997  cjkwd="w",
208998  description="TANGUT COMPONENT-449",
208999  direction="l",
209000  linebreak="id",
209001  unicodeslot=0x189C0,
209002 },
209003 [0x189C1]={
209004  category="lo",
209005  cjkwd="w",
209006  description="TANGUT COMPONENT-450",
209007  direction="l",
209008  linebreak="id",
209009  unicodeslot=0x189C1,
209010 },
209011 [0x189C2]={
209012  category="lo",
209013  cjkwd="w",
209014  description="TANGUT COMPONENT-451",
209015  direction="l",
209016  linebreak="id",
209017  unicodeslot=0x189C2,
209018 },
209019 [0x189C3]={
209020  category="lo",
209021  cjkwd="w",
209022  description="TANGUT COMPONENT-452",
209023  direction="l",
209024  linebreak="id",
209025  unicodeslot=0x189C3,
209026 },
209027 [0x189C4]={
209028  category="lo",
209029  cjkwd="w",
209030  description="TANGUT COMPONENT-453",
209031  direction="l",
209032  linebreak="id",
209033  unicodeslot=0x189C4,
209034 },
209035 [0x189C5]={
209036  category="lo",
209037  cjkwd="w",
209038  description="TANGUT COMPONENT-454",
209039  direction="l",
209040  linebreak="id",
209041  unicodeslot=0x189C5,
209042 },
209043 [0x189C6]={
209044  category="lo",
209045  cjkwd="w",
209046  description="TANGUT COMPONENT-455",
209047  direction="l",
209048  linebreak="id",
209049  unicodeslot=0x189C6,
209050 },
209051 [0x189C7]={
209052  category="lo",
209053  cjkwd="w",
209054  description="TANGUT COMPONENT-456",
209055  direction="l",
209056  linebreak="id",
209057  unicodeslot=0x189C7,
209058 },
209059 [0x189C8]={
209060  category="lo",
209061  cjkwd="w",
209062  description="TANGUT COMPONENT-457",
209063  direction="l",
209064  linebreak="id",
209065  unicodeslot=0x189C8,
209066 },
209067 [0x189C9]={
209068  category="lo",
209069  cjkwd="w",
209070  description="TANGUT COMPONENT-458",
209071  direction="l",
209072  linebreak="id",
209073  unicodeslot=0x189C9,
209074 },
209075 [0x189CA]={
209076  category="lo",
209077  cjkwd="w",
209078  description="TANGUT COMPONENT-459",
209079  direction="l",
209080  linebreak="id",
209081  unicodeslot=0x189CA,
209082 },
209083 [0x189CB]={
209084  category="lo",
209085  cjkwd="w",
209086  description="TANGUT COMPONENT-460",
209087  direction="l",
209088  linebreak="id",
209089  unicodeslot=0x189CB,
209090 },
209091 [0x189CC]={
209092  category="lo",
209093  cjkwd="w",
209094  description="TANGUT COMPONENT-461",
209095  direction="l",
209096  linebreak="id",
209097  unicodeslot=0x189CC,
209098 },
209099 [0x189CD]={
209100  category="lo",
209101  cjkwd="w",
209102  description="TANGUT COMPONENT-462",
209103  direction="l",
209104  linebreak="id",
209105  unicodeslot=0x189CD,
209106 },
209107 [0x189CE]={
209108  category="lo",
209109  cjkwd="w",
209110  description="TANGUT COMPONENT-463",
209111  direction="l",
209112  linebreak="id",
209113  unicodeslot=0x189CE,
209114 },
209115 [0x189CF]={
209116  category="lo",
209117  cjkwd="w",
209118  description="TANGUT COMPONENT-464",
209119  direction="l",
209120  linebreak="id",
209121  unicodeslot=0x189CF,
209122 },
209123 [0x189D0]={
209124  category="lo",
209125  cjkwd="w",
209126  description="TANGUT COMPONENT-465",
209127  direction="l",
209128  linebreak="id",
209129  unicodeslot=0x189D0,
209130 },
209131 [0x189D1]={
209132  category="lo",
209133  cjkwd="w",
209134  description="TANGUT COMPONENT-466",
209135  direction="l",
209136  linebreak="id",
209137  unicodeslot=0x189D1,
209138 },
209139 [0x189D2]={
209140  category="lo",
209141  cjkwd="w",
209142  description="TANGUT COMPONENT-467",
209143  direction="l",
209144  linebreak="id",
209145  unicodeslot=0x189D2,
209146 },
209147 [0x189D3]={
209148  category="lo",
209149  cjkwd="w",
209150  description="TANGUT COMPONENT-468",
209151  direction="l",
209152  linebreak="id",
209153  unicodeslot=0x189D3,
209154 },
209155 [0x189D4]={
209156  category="lo",
209157  cjkwd="w",
209158  description="TANGUT COMPONENT-469",
209159  direction="l",
209160  linebreak="id",
209161  unicodeslot=0x189D4,
209162 },
209163 [0x189D5]={
209164  category="lo",
209165  cjkwd="w",
209166  description="TANGUT COMPONENT-470",
209167  direction="l",
209168  linebreak="id",
209169  unicodeslot=0x189D5,
209170 },
209171 [0x189D6]={
209172  category="lo",
209173  cjkwd="w",
209174  description="TANGUT COMPONENT-471",
209175  direction="l",
209176  linebreak="id",
209177  unicodeslot=0x189D6,
209178 },
209179 [0x189D7]={
209180  category="lo",
209181  cjkwd="w",
209182  description="TANGUT COMPONENT-472",
209183  direction="l",
209184  linebreak="id",
209185  unicodeslot=0x189D7,
209186 },
209187 [0x189D8]={
209188  category="lo",
209189  cjkwd="w",
209190  description="TANGUT COMPONENT-473",
209191  direction="l",
209192  linebreak="id",
209193  unicodeslot=0x189D8,
209194 },
209195 [0x189D9]={
209196  category="lo",
209197  cjkwd="w",
209198  description="TANGUT COMPONENT-474",
209199  direction="l",
209200  linebreak="id",
209201  unicodeslot=0x189D9,
209202 },
209203 [0x189DA]={
209204  category="lo",
209205  cjkwd="w",
209206  description="TANGUT COMPONENT-475",
209207  direction="l",
209208  linebreak="id",
209209  unicodeslot=0x189DA,
209210 },
209211 [0x189DB]={
209212  category="lo",
209213  cjkwd="w",
209214  description="TANGUT COMPONENT-476",
209215  direction="l",
209216  linebreak="id",
209217  unicodeslot=0x189DB,
209218 },
209219 [0x189DC]={
209220  category="lo",
209221  cjkwd="w",
209222  description="TANGUT COMPONENT-477",
209223  direction="l",
209224  linebreak="id",
209225  unicodeslot=0x189DC,
209226 },
209227 [0x189DD]={
209228  category="lo",
209229  cjkwd="w",
209230  description="TANGUT COMPONENT-478",
209231  direction="l",
209232  linebreak="id",
209233  unicodeslot=0x189DD,
209234 },
209235 [0x189DE]={
209236  category="lo",
209237  cjkwd="w",
209238  description="TANGUT COMPONENT-479",
209239  direction="l",
209240  linebreak="id",
209241  unicodeslot=0x189DE,
209242 },
209243 [0x189DF]={
209244  category="lo",
209245  cjkwd="w",
209246  description="TANGUT COMPONENT-480",
209247  direction="l",
209248  linebreak="id",
209249  unicodeslot=0x189DF,
209250 },
209251 [0x189E0]={
209252  category="lo",
209253  cjkwd="w",
209254  description="TANGUT COMPONENT-481",
209255  direction="l",
209256  linebreak="id",
209257  unicodeslot=0x189E0,
209258 },
209259 [0x189E1]={
209260  category="lo",
209261  cjkwd="w",
209262  description="TANGUT COMPONENT-482",
209263  direction="l",
209264  linebreak="id",
209265  unicodeslot=0x189E1,
209266 },
209267 [0x189E2]={
209268  category="lo",
209269  cjkwd="w",
209270  description="TANGUT COMPONENT-483",
209271  direction="l",
209272  linebreak="id",
209273  unicodeslot=0x189E2,
209274 },
209275 [0x189E3]={
209276  category="lo",
209277  cjkwd="w",
209278  description="TANGUT COMPONENT-484",
209279  direction="l",
209280  linebreak="id",
209281  unicodeslot=0x189E3,
209282 },
209283 [0x189E4]={
209284  category="lo",
209285  cjkwd="w",
209286  description="TANGUT COMPONENT-485",
209287  direction="l",
209288  linebreak="id",
209289  unicodeslot=0x189E4,
209290 },
209291 [0x189E5]={
209292  category="lo",
209293  cjkwd="w",
209294  description="TANGUT COMPONENT-486",
209295  direction="l",
209296  linebreak="id",
209297  unicodeslot=0x189E5,
209298 },
209299 [0x189E6]={
209300  category="lo",
209301  cjkwd="w",
209302  description="TANGUT COMPONENT-487",
209303  direction="l",
209304  linebreak="id",
209305  unicodeslot=0x189E6,
209306 },
209307 [0x189E7]={
209308  category="lo",
209309  cjkwd="w",
209310  description="TANGUT COMPONENT-488",
209311  direction="l",
209312  linebreak="id",
209313  unicodeslot=0x189E7,
209314 },
209315 [0x189E8]={
209316  category="lo",
209317  cjkwd="w",
209318  description="TANGUT COMPONENT-489",
209319  direction="l",
209320  linebreak="id",
209321  unicodeslot=0x189E8,
209322 },
209323 [0x189E9]={
209324  category="lo",
209325  cjkwd="w",
209326  description="TANGUT COMPONENT-490",
209327  direction="l",
209328  linebreak="id",
209329  unicodeslot=0x189E9,
209330 },
209331 [0x189EA]={
209332  category="lo",
209333  cjkwd="w",
209334  description="TANGUT COMPONENT-491",
209335  direction="l",
209336  linebreak="id",
209337  unicodeslot=0x189EA,
209338 },
209339 [0x189EB]={
209340  category="lo",
209341  cjkwd="w",
209342  description="TANGUT COMPONENT-492",
209343  direction="l",
209344  linebreak="id",
209345  unicodeslot=0x189EB,
209346 },
209347 [0x189EC]={
209348  category="lo",
209349  cjkwd="w",
209350  description="TANGUT COMPONENT-493",
209351  direction="l",
209352  linebreak="id",
209353  unicodeslot=0x189EC,
209354 },
209355 [0x189ED]={
209356  category="lo",
209357  cjkwd="w",
209358  description="TANGUT COMPONENT-494",
209359  direction="l",
209360  linebreak="id",
209361  unicodeslot=0x189ED,
209362 },
209363 [0x189EE]={
209364  category="lo",
209365  cjkwd="w",
209366  description="TANGUT COMPONENT-495",
209367  direction="l",
209368  linebreak="id",
209369  unicodeslot=0x189EE,
209370 },
209371 [0x189EF]={
209372  category="lo",
209373  cjkwd="w",
209374  description="TANGUT COMPONENT-496",
209375  direction="l",
209376  linebreak="id",
209377  unicodeslot=0x189EF,
209378 },
209379 [0x189F0]={
209380  category="lo",
209381  cjkwd="w",
209382  description="TANGUT COMPONENT-497",
209383  direction="l",
209384  linebreak="id",
209385  unicodeslot=0x189F0,
209386 },
209387 [0x189F1]={
209388  category="lo",
209389  cjkwd="w",
209390  description="TANGUT COMPONENT-498",
209391  direction="l",
209392  linebreak="id",
209393  unicodeslot=0x189F1,
209394 },
209395 [0x189F2]={
209396  category="lo",
209397  cjkwd="w",
209398  description="TANGUT COMPONENT-499",
209399  direction="l",
209400  linebreak="id",
209401  unicodeslot=0x189F2,
209402 },
209403 [0x189F3]={
209404  category="lo",
209405  cjkwd="w",
209406  description="TANGUT COMPONENT-500",
209407  direction="l",
209408  linebreak="id",
209409  unicodeslot=0x189F3,
209410 },
209411 [0x189F4]={
209412  category="lo",
209413  cjkwd="w",
209414  description="TANGUT COMPONENT-501",
209415  direction="l",
209416  linebreak="id",
209417  unicodeslot=0x189F4,
209418 },
209419 [0x189F5]={
209420  category="lo",
209421  cjkwd="w",
209422  description="TANGUT COMPONENT-502",
209423  direction="l",
209424  linebreak="id",
209425  unicodeslot=0x189F5,
209426 },
209427 [0x189F6]={
209428  category="lo",
209429  cjkwd="w",
209430  description="TANGUT COMPONENT-503",
209431  direction="l",
209432  linebreak="id",
209433  unicodeslot=0x189F6,
209434 },
209435 [0x189F7]={
209436  category="lo",
209437  cjkwd="w",
209438  description="TANGUT COMPONENT-504",
209439  direction="l",
209440  linebreak="id",
209441  unicodeslot=0x189F7,
209442 },
209443 [0x189F8]={
209444  category="lo",
209445  cjkwd="w",
209446  description="TANGUT COMPONENT-505",
209447  direction="l",
209448  linebreak="id",
209449  unicodeslot=0x189F8,
209450 },
209451 [0x189F9]={
209452  category="lo",
209453  cjkwd="w",
209454  description="TANGUT COMPONENT-506",
209455  direction="l",
209456  linebreak="id",
209457  unicodeslot=0x189F9,
209458 },
209459 [0x189FA]={
209460  category="lo",
209461  cjkwd="w",
209462  description="TANGUT COMPONENT-507",
209463  direction="l",
209464  linebreak="id",
209465  unicodeslot=0x189FA,
209466 },
209467 [0x189FB]={
209468  category="lo",
209469  cjkwd="w",
209470  description="TANGUT COMPONENT-508",
209471  direction="l",
209472  linebreak="id",
209473  unicodeslot=0x189FB,
209474 },
209475 [0x189FC]={
209476  category="lo",
209477  cjkwd="w",
209478  description="TANGUT COMPONENT-509",
209479  direction="l",
209480  linebreak="id",
209481  unicodeslot=0x189FC,
209482 },
209483 [0x189FD]={
209484  category="lo",
209485  cjkwd="w",
209486  description="TANGUT COMPONENT-510",
209487  direction="l",
209488  linebreak="id",
209489  unicodeslot=0x189FD,
209490 },
209491 [0x189FE]={
209492  category="lo",
209493  cjkwd="w",
209494  description="TANGUT COMPONENT-511",
209495  direction="l",
209496  linebreak="id",
209497  unicodeslot=0x189FE,
209498 },
209499 [0x189FF]={
209500  category="lo",
209501  cjkwd="w",
209502  description="TANGUT COMPONENT-512",
209503  direction="l",
209504  linebreak="id",
209505  unicodeslot=0x189FF,
209506 },
209507 [0x18A00]={
209508  category="lo",
209509  cjkwd="w",
209510  description="TANGUT COMPONENT-513",
209511  direction="l",
209512  linebreak="id",
209513  unicodeslot=0x18A00,
209514 },
209515 [0x18A01]={
209516  category="lo",
209517  cjkwd="w",
209518  description="TANGUT COMPONENT-514",
209519  direction="l",
209520  linebreak="id",
209521  unicodeslot=0x18A01,
209522 },
209523 [0x18A02]={
209524  category="lo",
209525  cjkwd="w",
209526  description="TANGUT COMPONENT-515",
209527  direction="l",
209528  linebreak="id",
209529  unicodeslot=0x18A02,
209530 },
209531 [0x18A03]={
209532  category="lo",
209533  cjkwd="w",
209534  description="TANGUT COMPONENT-516",
209535  direction="l",
209536  linebreak="id",
209537  unicodeslot=0x18A03,
209538 },
209539 [0x18A04]={
209540  category="lo",
209541  cjkwd="w",
209542  description="TANGUT COMPONENT-517",
209543  direction="l",
209544  linebreak="id",
209545  unicodeslot=0x18A04,
209546 },
209547 [0x18A05]={
209548  category="lo",
209549  cjkwd="w",
209550  description="TANGUT COMPONENT-518",
209551  direction="l",
209552  linebreak="id",
209553  unicodeslot=0x18A05,
209554 },
209555 [0x18A06]={
209556  category="lo",
209557  cjkwd="w",
209558  description="TANGUT COMPONENT-519",
209559  direction="l",
209560  linebreak="id",
209561  unicodeslot=0x18A06,
209562 },
209563 [0x18A07]={
209564  category="lo",
209565  cjkwd="w",
209566  description="TANGUT COMPONENT-520",
209567  direction="l",
209568  linebreak="id",
209569  unicodeslot=0x18A07,
209570 },
209571 [0x18A08]={
209572  category="lo",
209573  cjkwd="w",
209574  description="TANGUT COMPONENT-521",
209575  direction="l",
209576  linebreak="id",
209577  unicodeslot=0x18A08,
209578 },
209579 [0x18A09]={
209580  category="lo",
209581  cjkwd="w",
209582  description="TANGUT COMPONENT-522",
209583  direction="l",
209584  linebreak="id",
209585  unicodeslot=0x18A09,
209586 },
209587 [0x18A0A]={
209588  category="lo",
209589  cjkwd="w",
209590  description="TANGUT COMPONENT-523",
209591  direction="l",
209592  linebreak="id",
209593  unicodeslot=0x18A0A,
209594 },
209595 [0x18A0B]={
209596  category="lo",
209597  cjkwd="w",
209598  description="TANGUT COMPONENT-524",
209599  direction="l",
209600  linebreak="id",
209601  unicodeslot=0x18A0B,
209602 },
209603 [0x18A0C]={
209604  category="lo",
209605  cjkwd="w",
209606  description="TANGUT COMPONENT-525",
209607  direction="l",
209608  linebreak="id",
209609  unicodeslot=0x18A0C,
209610 },
209611 [0x18A0D]={
209612  category="lo",
209613  cjkwd="w",
209614  description="TANGUT COMPONENT-526",
209615  direction="l",
209616  linebreak="id",
209617  unicodeslot=0x18A0D,
209618 },
209619 [0x18A0E]={
209620  category="lo",
209621  cjkwd="w",
209622  description="TANGUT COMPONENT-527",
209623  direction="l",
209624  linebreak="id",
209625  unicodeslot=0x18A0E,
209626 },
209627 [0x18A0F]={
209628  category="lo",
209629  cjkwd="w",
209630  description="TANGUT COMPONENT-528",
209631  direction="l",
209632  linebreak="id",
209633  unicodeslot=0x18A0F,
209634 },
209635 [0x18A10]={
209636  category="lo",
209637  cjkwd="w",
209638  description="TANGUT COMPONENT-529",
209639  direction="l",
209640  linebreak="id",
209641  unicodeslot=0x18A10,
209642 },
209643 [0x18A11]={
209644  category="lo",
209645  cjkwd="w",
209646  description="TANGUT COMPONENT-530",
209647  direction="l",
209648  linebreak="id",
209649  unicodeslot=0x18A11,
209650 },
209651 [0x18A12]={
209652  category="lo",
209653  cjkwd="w",
209654  description="TANGUT COMPONENT-531",
209655  direction="l",
209656  linebreak="id",
209657  unicodeslot=0x18A12,
209658 },
209659 [0x18A13]={
209660  category="lo",
209661  cjkwd="w",
209662  description="TANGUT COMPONENT-532",
209663  direction="l",
209664  linebreak="id",
209665  unicodeslot=0x18A13,
209666 },
209667 [0x18A14]={
209668  category="lo",
209669  cjkwd="w",
209670  description="TANGUT COMPONENT-533",
209671  direction="l",
209672  linebreak="id",
209673  unicodeslot=0x18A14,
209674 },
209675 [0x18A15]={
209676  category="lo",
209677  cjkwd="w",
209678  description="TANGUT COMPONENT-534",
209679  direction="l",
209680  linebreak="id",
209681  unicodeslot=0x18A15,
209682 },
209683 [0x18A16]={
209684  category="lo",
209685  cjkwd="w",
209686  description="TANGUT COMPONENT-535",
209687  direction="l",
209688  linebreak="id",
209689  unicodeslot=0x18A16,
209690 },
209691 [0x18A17]={
209692  category="lo",
209693  cjkwd="w",
209694  description="TANGUT COMPONENT-536",
209695  direction="l",
209696  linebreak="id",
209697  unicodeslot=0x18A17,
209698 },
209699 [0x18A18]={
209700  category="lo",
209701  cjkwd="w",
209702  description="TANGUT COMPONENT-537",
209703  direction="l",
209704  linebreak="id",
209705  unicodeslot=0x18A18,
209706 },
209707 [0x18A19]={
209708  category="lo",
209709  cjkwd="w",
209710  description="TANGUT COMPONENT-538",
209711  direction="l",
209712  linebreak="id",
209713  unicodeslot=0x18A19,
209714 },
209715 [0x18A1A]={
209716  category="lo",
209717  cjkwd="w",
209718  description="TANGUT COMPONENT-539",
209719  direction="l",
209720  linebreak="id",
209721  unicodeslot=0x18A1A,
209722 },
209723 [0x18A1B]={
209724  category="lo",
209725  cjkwd="w",
209726  description="TANGUT COMPONENT-540",
209727  direction="l",
209728  linebreak="id",
209729  unicodeslot=0x18A1B,
209730 },
209731 [0x18A1C]={
209732  category="lo",
209733  cjkwd="w",
209734  description="TANGUT COMPONENT-541",
209735  direction="l",
209736  linebreak="id",
209737  unicodeslot=0x18A1C,
209738 },
209739 [0x18A1D]={
209740  category="lo",
209741  cjkwd="w",
209742  description="TANGUT COMPONENT-542",
209743  direction="l",
209744  linebreak="id",
209745  unicodeslot=0x18A1D,
209746 },
209747 [0x18A1E]={
209748  category="lo",
209749  cjkwd="w",
209750  description="TANGUT COMPONENT-543",
209751  direction="l",
209752  linebreak="id",
209753  unicodeslot=0x18A1E,
209754 },
209755 [0x18A1F]={
209756  category="lo",
209757  cjkwd="w",
209758  description="TANGUT COMPONENT-544",
209759  direction="l",
209760  linebreak="id",
209761  unicodeslot=0x18A1F,
209762 },
209763 [0x18A20]={
209764  category="lo",
209765  cjkwd="w",
209766  description="TANGUT COMPONENT-545",
209767  direction="l",
209768  linebreak="id",
209769  unicodeslot=0x18A20,
209770 },
209771 [0x18A21]={
209772  category="lo",
209773  cjkwd="w",
209774  description="TANGUT COMPONENT-546",
209775  direction="l",
209776  linebreak="id",
209777  unicodeslot=0x18A21,
209778 },
209779 [0x18A22]={
209780  category="lo",
209781  cjkwd="w",
209782  description="TANGUT COMPONENT-547",
209783  direction="l",
209784  linebreak="id",
209785  unicodeslot=0x18A22,
209786 },
209787 [0x18A23]={
209788  category="lo",
209789  cjkwd="w",
209790  description="TANGUT COMPONENT-548",
209791  direction="l",
209792  linebreak="id",
209793  unicodeslot=0x18A23,
209794 },
209795 [0x18A24]={
209796  category="lo",
209797  cjkwd="w",
209798  description="TANGUT COMPONENT-549",
209799  direction="l",
209800  linebreak="id",
209801  unicodeslot=0x18A24,
209802 },
209803 [0x18A25]={
209804  category="lo",
209805  cjkwd="w",
209806  description="TANGUT COMPONENT-550",
209807  direction="l",
209808  linebreak="id",
209809  unicodeslot=0x18A25,
209810 },
209811 [0x18A26]={
209812  category="lo",
209813  cjkwd="w",
209814  description="TANGUT COMPONENT-551",
209815  direction="l",
209816  linebreak="id",
209817  unicodeslot=0x18A26,
209818 },
209819 [0x18A27]={
209820  category="lo",
209821  cjkwd="w",
209822  description="TANGUT COMPONENT-552",
209823  direction="l",
209824  linebreak="id",
209825  unicodeslot=0x18A27,
209826 },
209827 [0x18A28]={
209828  category="lo",
209829  cjkwd="w",
209830  description="TANGUT COMPONENT-553",
209831  direction="l",
209832  linebreak="id",
209833  unicodeslot=0x18A28,
209834 },
209835 [0x18A29]={
209836  category="lo",
209837  cjkwd="w",
209838  description="TANGUT COMPONENT-554",
209839  direction="l",
209840  linebreak="id",
209841  unicodeslot=0x18A29,
209842 },
209843 [0x18A2A]={
209844  category="lo",
209845  cjkwd="w",
209846  description="TANGUT COMPONENT-555",
209847  direction="l",
209848  linebreak="id",
209849  unicodeslot=0x18A2A,
209850 },
209851 [0x18A2B]={
209852  category="lo",
209853  cjkwd="w",
209854  description="TANGUT COMPONENT-556",
209855  direction="l",
209856  linebreak="id",
209857  unicodeslot=0x18A2B,
209858 },
209859 [0x18A2C]={
209860  category="lo",
209861  cjkwd="w",
209862  description="TANGUT COMPONENT-557",
209863  direction="l",
209864  linebreak="id",
209865  unicodeslot=0x18A2C,
209866 },
209867 [0x18A2D]={
209868  category="lo",
209869  cjkwd="w",
209870  description="TANGUT COMPONENT-558",
209871  direction="l",
209872  linebreak="id",
209873  unicodeslot=0x18A2D,
209874 },
209875 [0x18A2E]={
209876  category="lo",
209877  cjkwd="w",
209878  description="TANGUT COMPONENT-559",
209879  direction="l",
209880  linebreak="id",
209881  unicodeslot=0x18A2E,
209882 },
209883 [0x18A2F]={
209884  category="lo",
209885  cjkwd="w",
209886  description="TANGUT COMPONENT-560",
209887  direction="l",
209888  linebreak="id",
209889  unicodeslot=0x18A2F,
209890 },
209891 [0x18A30]={
209892  category="lo",
209893  cjkwd="w",
209894  description="TANGUT COMPONENT-561",
209895  direction="l",
209896  linebreak="id",
209897  unicodeslot=0x18A30,
209898 },
209899 [0x18A31]={
209900  category="lo",
209901  cjkwd="w",
209902  description="TANGUT COMPONENT-562",
209903  direction="l",
209904  linebreak="id",
209905  unicodeslot=0x18A31,
209906 },
209907 [0x18A32]={
209908  category="lo",
209909  cjkwd="w",
209910  description="TANGUT COMPONENT-563",
209911  direction="l",
209912  linebreak="id",
209913  unicodeslot=0x18A32,
209914 },
209915 [0x18A33]={
209916  category="lo",
209917  cjkwd="w",
209918  description="TANGUT COMPONENT-564",
209919  direction="l",
209920  linebreak="id",
209921  unicodeslot=0x18A33,
209922 },
209923 [0x18A34]={
209924  category="lo",
209925  cjkwd="w",
209926  description="TANGUT COMPONENT-565",
209927  direction="l",
209928  linebreak="id",
209929  unicodeslot=0x18A34,
209930 },
209931 [0x18A35]={
209932  category="lo",
209933  cjkwd="w",
209934  description="TANGUT COMPONENT-566",
209935  direction="l",
209936  linebreak="id",
209937  unicodeslot=0x18A35,
209938 },
209939 [0x18A36]={
209940  category="lo",
209941  cjkwd="w",
209942  description="TANGUT COMPONENT-567",
209943  direction="l",
209944  linebreak="id",
209945  unicodeslot=0x18A36,
209946 },
209947 [0x18A37]={
209948  category="lo",
209949  cjkwd="w",
209950  description="TANGUT COMPONENT-568",
209951  direction="l",
209952  linebreak="id",
209953  unicodeslot=0x18A37,
209954 },
209955 [0x18A38]={
209956  category="lo",
209957  cjkwd="w",
209958  description="TANGUT COMPONENT-569",
209959  direction="l",
209960  linebreak="id",
209961  unicodeslot=0x18A38,
209962 },
209963 [0x18A39]={
209964  category="lo",
209965  cjkwd="w",
209966  description="TANGUT COMPONENT-570",
209967  direction="l",
209968  linebreak="id",
209969  unicodeslot=0x18A39,
209970 },
209971 [0x18A3A]={
209972  category="lo",
209973  cjkwd="w",
209974  description="TANGUT COMPONENT-571",
209975  direction="l",
209976  linebreak="id",
209977  unicodeslot=0x18A3A,
209978 },
209979 [0x18A3B]={
209980  category="lo",
209981  cjkwd="w",
209982  description="TANGUT COMPONENT-572",
209983  direction="l",
209984  linebreak="id",
209985  unicodeslot=0x18A3B,
209986 },
209987 [0x18A3C]={
209988  category="lo",
209989  cjkwd="w",
209990  description="TANGUT COMPONENT-573",
209991  direction="l",
209992  linebreak="id",
209993  unicodeslot=0x18A3C,
209994 },
209995 [0x18A3D]={
209996  category="lo",
209997  cjkwd="w",
209998  description="TANGUT COMPONENT-574",
209999  direction="l",
210000  linebreak="id",
210001  unicodeslot=0x18A3D,
210002 },
210003 [0x18A3E]={
210004  category="lo",
210005  cjkwd="w",
210006  description="TANGUT COMPONENT-575",
210007  direction="l",
210008  linebreak="id",
210009  unicodeslot=0x18A3E,
210010 },
210011 [0x18A3F]={
210012  category="lo",
210013  cjkwd="w",
210014  description="TANGUT COMPONENT-576",
210015  direction="l",
210016  linebreak="id",
210017  unicodeslot=0x18A3F,
210018 },
210019 [0x18A40]={
210020  category="lo",
210021  cjkwd="w",
210022  description="TANGUT COMPONENT-577",
210023  direction="l",
210024  linebreak="id",
210025  unicodeslot=0x18A40,
210026 },
210027 [0x18A41]={
210028  category="lo",
210029  cjkwd="w",
210030  description="TANGUT COMPONENT-578",
210031  direction="l",
210032  linebreak="id",
210033  unicodeslot=0x18A41,
210034 },
210035 [0x18A42]={
210036  category="lo",
210037  cjkwd="w",
210038  description="TANGUT COMPONENT-579",
210039  direction="l",
210040  linebreak="id",
210041  unicodeslot=0x18A42,
210042 },
210043 [0x18A43]={
210044  category="lo",
210045  cjkwd="w",
210046  description="TANGUT COMPONENT-580",
210047  direction="l",
210048  linebreak="id",
210049  unicodeslot=0x18A43,
210050 },
210051 [0x18A44]={
210052  category="lo",
210053  cjkwd="w",
210054  description="TANGUT COMPONENT-581",
210055  direction="l",
210056  linebreak="id",
210057  unicodeslot=0x18A44,
210058 },
210059 [0x18A45]={
210060  category="lo",
210061  cjkwd="w",
210062  description="TANGUT COMPONENT-582",
210063  direction="l",
210064  linebreak="id",
210065  unicodeslot=0x18A45,
210066 },
210067 [0x18A46]={
210068  category="lo",
210069  cjkwd="w",
210070  description="TANGUT COMPONENT-583",
210071  direction="l",
210072  linebreak="id",
210073  unicodeslot=0x18A46,
210074 },
210075 [0x18A47]={
210076  category="lo",
210077  cjkwd="w",
210078  description="TANGUT COMPONENT-584",
210079  direction="l",
210080  linebreak="id",
210081  unicodeslot=0x18A47,
210082 },
210083 [0x18A48]={
210084  category="lo",
210085  cjkwd="w",
210086  description="TANGUT COMPONENT-585",
210087  direction="l",
210088  linebreak="id",
210089  unicodeslot=0x18A48,
210090 },
210091 [0x18A49]={
210092  category="lo",
210093  cjkwd="w",
210094  description="TANGUT COMPONENT-586",
210095  direction="l",
210096  linebreak="id",
210097  unicodeslot=0x18A49,
210098 },
210099 [0x18A4A]={
210100  category="lo",
210101  cjkwd="w",
210102  description="TANGUT COMPONENT-587",
210103  direction="l",
210104  linebreak="id",
210105  unicodeslot=0x18A4A,
210106 },
210107 [0x18A4B]={
210108  category="lo",
210109  cjkwd="w",
210110  description="TANGUT COMPONENT-588",
210111  direction="l",
210112  linebreak="id",
210113  unicodeslot=0x18A4B,
210114 },
210115 [0x18A4C]={
210116  category="lo",
210117  cjkwd="w",
210118  description="TANGUT COMPONENT-589",
210119  direction="l",
210120  linebreak="id",
210121  unicodeslot=0x18A4C,
210122 },
210123 [0x18A4D]={
210124  category="lo",
210125  cjkwd="w",
210126  description="TANGUT COMPONENT-590",
210127  direction="l",
210128  linebreak="id",
210129  unicodeslot=0x18A4D,
210130 },
210131 [0x18A4E]={
210132  category="lo",
210133  cjkwd="w",
210134  description="TANGUT COMPONENT-591",
210135  direction="l",
210136  linebreak="id",
210137  unicodeslot=0x18A4E,
210138 },
210139 [0x18A4F]={
210140  category="lo",
210141  cjkwd="w",
210142  description="TANGUT COMPONENT-592",
210143  direction="l",
210144  linebreak="id",
210145  unicodeslot=0x18A4F,
210146 },
210147 [0x18A50]={
210148  category="lo",
210149  cjkwd="w",
210150  description="TANGUT COMPONENT-593",
210151  direction="l",
210152  linebreak="id",
210153  unicodeslot=0x18A50,
210154 },
210155 [0x18A51]={
210156  category="lo",
210157  cjkwd="w",
210158  description="TANGUT COMPONENT-594",
210159  direction="l",
210160  linebreak="id",
210161  unicodeslot=0x18A51,
210162 },
210163 [0x18A52]={
210164  category="lo",
210165  cjkwd="w",
210166  description="TANGUT COMPONENT-595",
210167  direction="l",
210168  linebreak="id",
210169  unicodeslot=0x18A52,
210170 },
210171 [0x18A53]={
210172  category="lo",
210173  cjkwd="w",
210174  description="TANGUT COMPONENT-596",
210175  direction="l",
210176  linebreak="id",
210177  unicodeslot=0x18A53,
210178 },
210179 [0x18A54]={
210180  category="lo",
210181  cjkwd="w",
210182  description="TANGUT COMPONENT-597",
210183  direction="l",
210184  linebreak="id",
210185  unicodeslot=0x18A54,
210186 },
210187 [0x18A55]={
210188  category="lo",
210189  cjkwd="w",
210190  description="TANGUT COMPONENT-598",
210191  direction="l",
210192  linebreak="id",
210193  unicodeslot=0x18A55,
210194 },
210195 [0x18A56]={
210196  category="lo",
210197  cjkwd="w",
210198  description="TANGUT COMPONENT-599",
210199  direction="l",
210200  linebreak="id",
210201  unicodeslot=0x18A56,
210202 },
210203 [0x18A57]={
210204  category="lo",
210205  cjkwd="w",
210206  description="TANGUT COMPONENT-600",
210207  direction="l",
210208  linebreak="id",
210209  unicodeslot=0x18A57,
210210 },
210211 [0x18A58]={
210212  category="lo",
210213  cjkwd="w",
210214  description="TANGUT COMPONENT-601",
210215  direction="l",
210216  linebreak="id",
210217  unicodeslot=0x18A58,
210218 },
210219 [0x18A59]={
210220  category="lo",
210221  cjkwd="w",
210222  description="TANGUT COMPONENT-602",
210223  direction="l",
210224  linebreak="id",
210225  unicodeslot=0x18A59,
210226 },
210227 [0x18A5A]={
210228  category="lo",
210229  cjkwd="w",
210230  description="TANGUT COMPONENT-603",
210231  direction="l",
210232  linebreak="id",
210233  unicodeslot=0x18A5A,
210234 },
210235 [0x18A5B]={
210236  category="lo",
210237  cjkwd="w",
210238  description="TANGUT COMPONENT-604",
210239  direction="l",
210240  linebreak="id",
210241  unicodeslot=0x18A5B,
210242 },
210243 [0x18A5C]={
210244  category="lo",
210245  cjkwd="w",
210246  description="TANGUT COMPONENT-605",
210247  direction="l",
210248  linebreak="id",
210249  unicodeslot=0x18A5C,
210250 },
210251 [0x18A5D]={
210252  category="lo",
210253  cjkwd="w",
210254  description="TANGUT COMPONENT-606",
210255  direction="l",
210256  linebreak="id",
210257  unicodeslot=0x18A5D,
210258 },
210259 [0x18A5E]={
210260  category="lo",
210261  cjkwd="w",
210262  description="TANGUT COMPONENT-607",
210263  direction="l",
210264  linebreak="id",
210265  unicodeslot=0x18A5E,
210266 },
210267 [0x18A5F]={
210268  category="lo",
210269  cjkwd="w",
210270  description="TANGUT COMPONENT-608",
210271  direction="l",
210272  linebreak="id",
210273  unicodeslot=0x18A5F,
210274 },
210275 [0x18A60]={
210276  category="lo",
210277  cjkwd="w",
210278  description="TANGUT COMPONENT-609",
210279  direction="l",
210280  linebreak="id",
210281  unicodeslot=0x18A60,
210282 },
210283 [0x18A61]={
210284  category="lo",
210285  cjkwd="w",
210286  description="TANGUT COMPONENT-610",
210287  direction="l",
210288  linebreak="id",
210289  unicodeslot=0x18A61,
210290 },
210291 [0x18A62]={
210292  category="lo",
210293  cjkwd="w",
210294  description="TANGUT COMPONENT-611",
210295  direction="l",
210296  linebreak="id",
210297  unicodeslot=0x18A62,
210298 },
210299 [0x18A63]={
210300  category="lo",
210301  cjkwd="w",
210302  description="TANGUT COMPONENT-612",
210303  direction="l",
210304  linebreak="id",
210305  unicodeslot=0x18A63,
210306 },
210307 [0x18A64]={
210308  category="lo",
210309  cjkwd="w",
210310  description="TANGUT COMPONENT-613",
210311  direction="l",
210312  linebreak="id",
210313  unicodeslot=0x18A64,
210314 },
210315 [0x18A65]={
210316  category="lo",
210317  cjkwd="w",
210318  description="TANGUT COMPONENT-614",
210319  direction="l",
210320  linebreak="id",
210321  unicodeslot=0x18A65,
210322 },
210323 [0x18A66]={
210324  category="lo",
210325  cjkwd="w",
210326  description="TANGUT COMPONENT-615",
210327  direction="l",
210328  linebreak="id",
210329  unicodeslot=0x18A66,
210330 },
210331 [0x18A67]={
210332  category="lo",
210333  cjkwd="w",
210334  description="TANGUT COMPONENT-616",
210335  direction="l",
210336  linebreak="id",
210337  unicodeslot=0x18A67,
210338 },
210339 [0x18A68]={
210340  category="lo",
210341  cjkwd="w",
210342  description="TANGUT COMPONENT-617",
210343  direction="l",
210344  linebreak="id",
210345  unicodeslot=0x18A68,
210346 },
210347 [0x18A69]={
210348  category="lo",
210349  cjkwd="w",
210350  description="TANGUT COMPONENT-618",
210351  direction="l",
210352  linebreak="id",
210353  unicodeslot=0x18A69,
210354 },
210355 [0x18A6A]={
210356  category="lo",
210357  cjkwd="w",
210358  description="TANGUT COMPONENT-619",
210359  direction="l",
210360  linebreak="id",
210361  unicodeslot=0x18A6A,
210362 },
210363 [0x18A6B]={
210364  category="lo",
210365  cjkwd="w",
210366  description="TANGUT COMPONENT-620",
210367  direction="l",
210368  linebreak="id",
210369  unicodeslot=0x18A6B,
210370 },
210371 [0x18A6C]={
210372  category="lo",
210373  cjkwd="w",
210374  description="TANGUT COMPONENT-621",
210375  direction="l",
210376  linebreak="id",
210377  unicodeslot=0x18A6C,
210378 },
210379 [0x18A6D]={
210380  category="lo",
210381  cjkwd="w",
210382  description="TANGUT COMPONENT-622",
210383  direction="l",
210384  linebreak="id",
210385  unicodeslot=0x18A6D,
210386 },
210387 [0x18A6E]={
210388  category="lo",
210389  cjkwd="w",
210390  description="TANGUT COMPONENT-623",
210391  direction="l",
210392  linebreak="id",
210393  unicodeslot=0x18A6E,
210394 },
210395 [0x18A6F]={
210396  category="lo",
210397  cjkwd="w",
210398  description="TANGUT COMPONENT-624",
210399  direction="l",
210400  linebreak="id",
210401  unicodeslot=0x18A6F,
210402 },
210403 [0x18A70]={
210404  category="lo",
210405  cjkwd="w",
210406  description="TANGUT COMPONENT-625",
210407  direction="l",
210408  linebreak="id",
210409  unicodeslot=0x18A70,
210410 },
210411 [0x18A71]={
210412  category="lo",
210413  cjkwd="w",
210414  description="TANGUT COMPONENT-626",
210415  direction="l",
210416  linebreak="id",
210417  unicodeslot=0x18A71,
210418 },
210419 [0x18A72]={
210420  category="lo",
210421  cjkwd="w",
210422  description="TANGUT COMPONENT-627",
210423  direction="l",
210424  linebreak="id",
210425  unicodeslot=0x18A72,
210426 },
210427 [0x18A73]={
210428  category="lo",
210429  cjkwd="w",
210430  description="TANGUT COMPONENT-628",
210431  direction="l",
210432  linebreak="id",
210433  unicodeslot=0x18A73,
210434 },
210435 [0x18A74]={
210436  category="lo",
210437  cjkwd="w",
210438  description="TANGUT COMPONENT-629",
210439  direction="l",
210440  linebreak="id",
210441  unicodeslot=0x18A74,
210442 },
210443 [0x18A75]={
210444  category="lo",
210445  cjkwd="w",
210446  description="TANGUT COMPONENT-630",
210447  direction="l",
210448  linebreak="id",
210449  unicodeslot=0x18A75,
210450 },
210451 [0x18A76]={
210452  category="lo",
210453  cjkwd="w",
210454  description="TANGUT COMPONENT-631",
210455  direction="l",
210456  linebreak="id",
210457  unicodeslot=0x18A76,
210458 },
210459 [0x18A77]={
210460  category="lo",
210461  cjkwd="w",
210462  description="TANGUT COMPONENT-632",
210463  direction="l",
210464  linebreak="id",
210465  unicodeslot=0x18A77,
210466 },
210467 [0x18A78]={
210468  category="lo",
210469  cjkwd="w",
210470  description="TANGUT COMPONENT-633",
210471  direction="l",
210472  linebreak="id",
210473  unicodeslot=0x18A78,
210474 },
210475 [0x18A79]={
210476  category="lo",
210477  cjkwd="w",
210478  description="TANGUT COMPONENT-634",
210479  direction="l",
210480  linebreak="id",
210481  unicodeslot=0x18A79,
210482 },
210483 [0x18A7A]={
210484  category="lo",
210485  cjkwd="w",
210486  description="TANGUT COMPONENT-635",
210487  direction="l",
210488  linebreak="id",
210489  unicodeslot=0x18A7A,
210490 },
210491 [0x18A7B]={
210492  category="lo",
210493  cjkwd="w",
210494  description="TANGUT COMPONENT-636",
210495  direction="l",
210496  linebreak="id",
210497  unicodeslot=0x18A7B,
210498 },
210499 [0x18A7C]={
210500  category="lo",
210501  cjkwd="w",
210502  description="TANGUT COMPONENT-637",
210503  direction="l",
210504  linebreak="id",
210505  unicodeslot=0x18A7C,
210506 },
210507 [0x18A7D]={
210508  category="lo",
210509  cjkwd="w",
210510  description="TANGUT COMPONENT-638",
210511  direction="l",
210512  linebreak="id",
210513  unicodeslot=0x18A7D,
210514 },
210515 [0x18A7E]={
210516  category="lo",
210517  cjkwd="w",
210518  description="TANGUT COMPONENT-639",
210519  direction="l",
210520  linebreak="id",
210521  unicodeslot=0x18A7E,
210522 },
210523 [0x18A7F]={
210524  category="lo",
210525  cjkwd="w",
210526  description="TANGUT COMPONENT-640",
210527  direction="l",
210528  linebreak="id",
210529  unicodeslot=0x18A7F,
210530 },
210531 [0x18A80]={
210532  category="lo",
210533  cjkwd="w",
210534  description="TANGUT COMPONENT-641",
210535  direction="l",
210536  linebreak="id",
210537  unicodeslot=0x18A80,
210538 },
210539 [0x18A81]={
210540  category="lo",
210541  cjkwd="w",
210542  description="TANGUT COMPONENT-642",
210543  direction="l",
210544  linebreak="id",
210545  unicodeslot=0x18A81,
210546 },
210547 [0x18A82]={
210548  category="lo",
210549  cjkwd="w",
210550  description="TANGUT COMPONENT-643",
210551  direction="l",
210552  linebreak="id",
210553  unicodeslot=0x18A82,
210554 },
210555 [0x18A83]={
210556  category="lo",
210557  cjkwd="w",
210558  description="TANGUT COMPONENT-644",
210559  direction="l",
210560  linebreak="id",
210561  unicodeslot=0x18A83,
210562 },
210563 [0x18A84]={
210564  category="lo",
210565  cjkwd="w",
210566  description="TANGUT COMPONENT-645",
210567  direction="l",
210568  linebreak="id",
210569  unicodeslot=0x18A84,
210570 },
210571 [0x18A85]={
210572  category="lo",
210573  cjkwd="w",
210574  description="TANGUT COMPONENT-646",
210575  direction="l",
210576  linebreak="id",
210577  unicodeslot=0x18A85,
210578 },
210579 [0x18A86]={
210580  category="lo",
210581  cjkwd="w",
210582  description="TANGUT COMPONENT-647",
210583  direction="l",
210584  linebreak="id",
210585  unicodeslot=0x18A86,
210586 },
210587 [0x18A87]={
210588  category="lo",
210589  cjkwd="w",
210590  description="TANGUT COMPONENT-648",
210591  direction="l",
210592  linebreak="id",
210593  unicodeslot=0x18A87,
210594 },
210595 [0x18A88]={
210596  category="lo",
210597  cjkwd="w",
210598  description="TANGUT COMPONENT-649",
210599  direction="l",
210600  linebreak="id",
210601  unicodeslot=0x18A88,
210602 },
210603 [0x18A89]={
210604  category="lo",
210605  cjkwd="w",
210606  description="TANGUT COMPONENT-650",
210607  direction="l",
210608  linebreak="id",
210609  unicodeslot=0x18A89,
210610 },
210611 [0x18A8A]={
210612  category="lo",
210613  cjkwd="w",
210614  description="TANGUT COMPONENT-651",
210615  direction="l",
210616  linebreak="id",
210617  unicodeslot=0x18A8A,
210618 },
210619 [0x18A8B]={
210620  category="lo",
210621  cjkwd="w",
210622  description="TANGUT COMPONENT-652",
210623  direction="l",
210624  linebreak="id",
210625  unicodeslot=0x18A8B,
210626 },
210627 [0x18A8C]={
210628  category="lo",
210629  cjkwd="w",
210630  description="TANGUT COMPONENT-653",
210631  direction="l",
210632  linebreak="id",
210633  unicodeslot=0x18A8C,
210634 },
210635 [0x18A8D]={
210636  category="lo",
210637  cjkwd="w",
210638  description="TANGUT COMPONENT-654",
210639  direction="l",
210640  linebreak="id",
210641  unicodeslot=0x18A8D,
210642 },
210643 [0x18A8E]={
210644  category="lo",
210645  cjkwd="w",
210646  description="TANGUT COMPONENT-655",
210647  direction="l",
210648  linebreak="id",
210649  unicodeslot=0x18A8E,
210650 },
210651 [0x18A8F]={
210652  category="lo",
210653  cjkwd="w",
210654  description="TANGUT COMPONENT-656",
210655  direction="l",
210656  linebreak="id",
210657  unicodeslot=0x18A8F,
210658 },
210659 [0x18A90]={
210660  category="lo",
210661  cjkwd="w",
210662  description="TANGUT COMPONENT-657",
210663  direction="l",
210664  linebreak="id",
210665  unicodeslot=0x18A90,
210666 },
210667 [0x18A91]={
210668  category="lo",
210669  cjkwd="w",
210670  description="TANGUT COMPONENT-658",
210671  direction="l",
210672  linebreak="id",
210673  unicodeslot=0x18A91,
210674 },
210675 [0x18A92]={
210676  category="lo",
210677  cjkwd="w",
210678  description="TANGUT COMPONENT-659",
210679  direction="l",
210680  linebreak="id",
210681  unicodeslot=0x18A92,
210682 },
210683 [0x18A93]={
210684  category="lo",
210685  cjkwd="w",
210686  description="TANGUT COMPONENT-660",
210687  direction="l",
210688  linebreak="id",
210689  unicodeslot=0x18A93,
210690 },
210691 [0x18A94]={
210692  category="lo",
210693  cjkwd="w",
210694  description="TANGUT COMPONENT-661",
210695  direction="l",
210696  linebreak="id",
210697  unicodeslot=0x18A94,
210698 },
210699 [0x18A95]={
210700  category="lo",
210701  cjkwd="w",
210702  description="TANGUT COMPONENT-662",
210703  direction="l",
210704  linebreak="id",
210705  unicodeslot=0x18A95,
210706 },
210707 [0x18A96]={
210708  category="lo",
210709  cjkwd="w",
210710  description="TANGUT COMPONENT-663",
210711  direction="l",
210712  linebreak="id",
210713  unicodeslot=0x18A96,
210714 },
210715 [0x18A97]={
210716  category="lo",
210717  cjkwd="w",
210718  description="TANGUT COMPONENT-664",
210719  direction="l",
210720  linebreak="id",
210721  unicodeslot=0x18A97,
210722 },
210723 [0x18A98]={
210724  category="lo",
210725  cjkwd="w",
210726  description="TANGUT COMPONENT-665",
210727  direction="l",
210728  linebreak="id",
210729  unicodeslot=0x18A98,
210730 },
210731 [0x18A99]={
210732  category="lo",
210733  cjkwd="w",
210734  description="TANGUT COMPONENT-666",
210735  direction="l",
210736  linebreak="id",
210737  unicodeslot=0x18A99,
210738 },
210739 [0x18A9A]={
210740  category="lo",
210741  cjkwd="w",
210742  description="TANGUT COMPONENT-667",
210743  direction="l",
210744  linebreak="id",
210745  unicodeslot=0x18A9A,
210746 },
210747 [0x18A9B]={
210748  category="lo",
210749  cjkwd="w",
210750  description="TANGUT COMPONENT-668",
210751  direction="l",
210752  linebreak="id",
210753  unicodeslot=0x18A9B,
210754 },
210755 [0x18A9C]={
210756  category="lo",
210757  cjkwd="w",
210758  description="TANGUT COMPONENT-669",
210759  direction="l",
210760  linebreak="id",
210761  unicodeslot=0x18A9C,
210762 },
210763 [0x18A9D]={
210764  category="lo",
210765  cjkwd="w",
210766  description="TANGUT COMPONENT-670",
210767  direction="l",
210768  linebreak="id",
210769  unicodeslot=0x18A9D,
210770 },
210771 [0x18A9E]={
210772  category="lo",
210773  cjkwd="w",
210774  description="TANGUT COMPONENT-671",
210775  direction="l",
210776  linebreak="id",
210777  unicodeslot=0x18A9E,
210778 },
210779 [0x18A9F]={
210780  category="lo",
210781  cjkwd="w",
210782  description="TANGUT COMPONENT-672",
210783  direction="l",
210784  linebreak="id",
210785  unicodeslot=0x18A9F,
210786 },
210787 [0x18AA0]={
210788  category="lo",
210789  cjkwd="w",
210790  description="TANGUT COMPONENT-673",
210791  direction="l",
210792  linebreak="id",
210793  unicodeslot=0x18AA0,
210794 },
210795 [0x18AA1]={
210796  category="lo",
210797  cjkwd="w",
210798  description="TANGUT COMPONENT-674",
210799  direction="l",
210800  linebreak="id",
210801  unicodeslot=0x18AA1,
210802 },
210803 [0x18AA2]={
210804  category="lo",
210805  cjkwd="w",
210806  description="TANGUT COMPONENT-675",
210807  direction="l",
210808  linebreak="id",
210809  unicodeslot=0x18AA2,
210810 },
210811 [0x18AA3]={
210812  category="lo",
210813  cjkwd="w",
210814  description="TANGUT COMPONENT-676",
210815  direction="l",
210816  linebreak="id",
210817  unicodeslot=0x18AA3,
210818 },
210819 [0x18AA4]={
210820  category="lo",
210821  cjkwd="w",
210822  description="TANGUT COMPONENT-677",
210823  direction="l",
210824  linebreak="id",
210825  unicodeslot=0x18AA4,
210826 },
210827 [0x18AA5]={
210828  category="lo",
210829  cjkwd="w",
210830  description="TANGUT COMPONENT-678",
210831  direction="l",
210832  linebreak="id",
210833  unicodeslot=0x18AA5,
210834 },
210835 [0x18AA6]={
210836  category="lo",
210837  cjkwd="w",
210838  description="TANGUT COMPONENT-679",
210839  direction="l",
210840  linebreak="id",
210841  unicodeslot=0x18AA6,
210842 },
210843 [0x18AA7]={
210844  category="lo",
210845  cjkwd="w",
210846  description="TANGUT COMPONENT-680",
210847  direction="l",
210848  linebreak="id",
210849  unicodeslot=0x18AA7,
210850 },
210851 [0x18AA8]={
210852  category="lo",
210853  cjkwd="w",
210854  description="TANGUT COMPONENT-681",
210855  direction="l",
210856  linebreak="id",
210857  unicodeslot=0x18AA8,
210858 },
210859 [0x18AA9]={
210860  category="lo",
210861  cjkwd="w",
210862  description="TANGUT COMPONENT-682",
210863  direction="l",
210864  linebreak="id",
210865  unicodeslot=0x18AA9,
210866 },
210867 [0x18AAA]={
210868  category="lo",
210869  cjkwd="w",
210870  description="TANGUT COMPONENT-683",
210871  direction="l",
210872  linebreak="id",
210873  unicodeslot=0x18AAA,
210874 },
210875 [0x18AAB]={
210876  category="lo",
210877  cjkwd="w",
210878  description="TANGUT COMPONENT-684",
210879  direction="l",
210880  linebreak="id",
210881  unicodeslot=0x18AAB,
210882 },
210883 [0x18AAC]={
210884  category="lo",
210885  cjkwd="w",
210886  description="TANGUT COMPONENT-685",
210887  direction="l",
210888  linebreak="id",
210889  unicodeslot=0x18AAC,
210890 },
210891 [0x18AAD]={
210892  category="lo",
210893  cjkwd="w",
210894  description="TANGUT COMPONENT-686",
210895  direction="l",
210896  linebreak="id",
210897  unicodeslot=0x18AAD,
210898 },
210899 [0x18AAE]={
210900  category="lo",
210901  cjkwd="w",
210902  description="TANGUT COMPONENT-687",
210903  direction="l",
210904  linebreak="id",
210905  unicodeslot=0x18AAE,
210906 },
210907 [0x18AAF]={
210908  category="lo",
210909  cjkwd="w",
210910  description="TANGUT COMPONENT-688",
210911  direction="l",
210912  linebreak="id",
210913  unicodeslot=0x18AAF,
210914 },
210915 [0x18AB0]={
210916  category="lo",
210917  cjkwd="w",
210918  description="TANGUT COMPONENT-689",
210919  direction="l",
210920  linebreak="id",
210921  unicodeslot=0x18AB0,
210922 },
210923 [0x18AB1]={
210924  category="lo",
210925  cjkwd="w",
210926  description="TANGUT COMPONENT-690",
210927  direction="l",
210928  linebreak="id",
210929  unicodeslot=0x18AB1,
210930 },
210931 [0x18AB2]={
210932  category="lo",
210933  cjkwd="w",
210934  description="TANGUT COMPONENT-691",
210935  direction="l",
210936  linebreak="id",
210937  unicodeslot=0x18AB2,
210938 },
210939 [0x18AB3]={
210940  category="lo",
210941  cjkwd="w",
210942  description="TANGUT COMPONENT-692",
210943  direction="l",
210944  linebreak="id",
210945  unicodeslot=0x18AB3,
210946 },
210947 [0x18AB4]={
210948  category="lo",
210949  cjkwd="w",
210950  description="TANGUT COMPONENT-693",
210951  direction="l",
210952  linebreak="id",
210953  unicodeslot=0x18AB4,
210954 },
210955 [0x18AB5]={
210956  category="lo",
210957  cjkwd="w",
210958  description="TANGUT COMPONENT-694",
210959  direction="l",
210960  linebreak="id",
210961  unicodeslot=0x18AB5,
210962 },
210963 [0x18AB6]={
210964  category="lo",
210965  cjkwd="w",
210966  description="TANGUT COMPONENT-695",
210967  direction="l",
210968  linebreak="id",
210969  unicodeslot=0x18AB6,
210970 },
210971 [0x18AB7]={
210972  category="lo",
210973  cjkwd="w",
210974  description="TANGUT COMPONENT-696",
210975  direction="l",
210976  linebreak="id",
210977  unicodeslot=0x18AB7,
210978 },
210979 [0x18AB8]={
210980  category="lo",
210981  cjkwd="w",
210982  description="TANGUT COMPONENT-697",
210983  direction="l",
210984  linebreak="id",
210985  unicodeslot=0x18AB8,
210986 },
210987 [0x18AB9]={
210988  category="lo",
210989  cjkwd="w",
210990  description="TANGUT COMPONENT-698",
210991  direction="l",
210992  linebreak="id",
210993  unicodeslot=0x18AB9,
210994 },
210995 [0x18ABA]={
210996  category="lo",
210997  cjkwd="w",
210998  description="TANGUT COMPONENT-699",
210999  direction="l",
211000  linebreak="id",
211001  unicodeslot=0x18ABA,
211002 },
211003 [0x18ABB]={
211004  category="lo",
211005  cjkwd="w",
211006  description="TANGUT COMPONENT-700",
211007  direction="l",
211008  linebreak="id",
211009  unicodeslot=0x18ABB,
211010 },
211011 [0x18ABC]={
211012  category="lo",
211013  cjkwd="w",
211014  description="TANGUT COMPONENT-701",
211015  direction="l",
211016  linebreak="id",
211017  unicodeslot=0x18ABC,
211018 },
211019 [0x18ABD]={
211020  category="lo",
211021  cjkwd="w",
211022  description="TANGUT COMPONENT-702",
211023  direction="l",
211024  linebreak="id",
211025  unicodeslot=0x18ABD,
211026 },
211027 [0x18ABE]={
211028  category="lo",
211029  cjkwd="w",
211030  description="TANGUT COMPONENT-703",
211031  direction="l",
211032  linebreak="id",
211033  unicodeslot=0x18ABE,
211034 },
211035 [0x18ABF]={
211036  category="lo",
211037  cjkwd="w",
211038  description="TANGUT COMPONENT-704",
211039  direction="l",
211040  linebreak="id",
211041  unicodeslot=0x18ABF,
211042 },
211043 [0x18AC0]={
211044  category="lo",
211045  cjkwd="w",
211046  description="TANGUT COMPONENT-705",
211047  direction="l",
211048  linebreak="id",
211049  unicodeslot=0x18AC0,
211050 },
211051 [0x18AC1]={
211052  category="lo",
211053  cjkwd="w",
211054  description="TANGUT COMPONENT-706",
211055  direction="l",
211056  linebreak="id",
211057  unicodeslot=0x18AC1,
211058 },
211059 [0x18AC2]={
211060  category="lo",
211061  cjkwd="w",
211062  description="TANGUT COMPONENT-707",
211063  direction="l",
211064  linebreak="id",
211065  unicodeslot=0x18AC2,
211066 },
211067 [0x18AC3]={
211068  category="lo",
211069  cjkwd="w",
211070  description="TANGUT COMPONENT-708",
211071  direction="l",
211072  linebreak="id",
211073  unicodeslot=0x18AC3,
211074 },
211075 [0x18AC4]={
211076  category="lo",
211077  cjkwd="w",
211078  description="TANGUT COMPONENT-709",
211079  direction="l",
211080  linebreak="id",
211081  unicodeslot=0x18AC4,
211082 },
211083 [0x18AC5]={
211084  category="lo",
211085  cjkwd="w",
211086  description="TANGUT COMPONENT-710",
211087  direction="l",
211088  linebreak="id",
211089  unicodeslot=0x18AC5,
211090 },
211091 [0x18AC6]={
211092  category="lo",
211093  cjkwd="w",
211094  description="TANGUT COMPONENT-711",
211095  direction="l",
211096  linebreak="id",
211097  unicodeslot=0x18AC6,
211098 },
211099 [0x18AC7]={
211100  category="lo",
211101  cjkwd="w",
211102  description="TANGUT COMPONENT-712",
211103  direction="l",
211104  linebreak="id",
211105  unicodeslot=0x18AC7,
211106 },
211107 [0x18AC8]={
211108  category="lo",
211109  cjkwd="w",
211110  description="TANGUT COMPONENT-713",
211111  direction="l",
211112  linebreak="id",
211113  unicodeslot=0x18AC8,
211114 },
211115 [0x18AC9]={
211116  category="lo",
211117  cjkwd="w",
211118  description="TANGUT COMPONENT-714",
211119  direction="l",
211120  linebreak="id",
211121  unicodeslot=0x18AC9,
211122 },
211123 [0x18ACA]={
211124  category="lo",
211125  cjkwd="w",
211126  description="TANGUT COMPONENT-715",
211127  direction="l",
211128  linebreak="id",
211129  unicodeslot=0x18ACA,
211130 },
211131 [0x18ACB]={
211132  category="lo",
211133  cjkwd="w",
211134  description="TANGUT COMPONENT-716",
211135  direction="l",
211136  linebreak="id",
211137  unicodeslot=0x18ACB,
211138 },
211139 [0x18ACC]={
211140  category="lo",
211141  cjkwd="w",
211142  description="TANGUT COMPONENT-717",
211143  direction="l",
211144  linebreak="id",
211145  unicodeslot=0x18ACC,
211146 },
211147 [0x18ACD]={
211148  category="lo",
211149  cjkwd="w",
211150  description="TANGUT COMPONENT-718",
211151  direction="l",
211152  linebreak="id",
211153  unicodeslot=0x18ACD,
211154 },
211155 [0x18ACE]={
211156  category="lo",
211157  cjkwd="w",
211158  description="TANGUT COMPONENT-719",
211159  direction="l",
211160  linebreak="id",
211161  unicodeslot=0x18ACE,
211162 },
211163 [0x18ACF]={
211164  category="lo",
211165  cjkwd="w",
211166  description="TANGUT COMPONENT-720",
211167  direction="l",
211168  linebreak="id",
211169  unicodeslot=0x18ACF,
211170 },
211171 [0x18AD0]={
211172  category="lo",
211173  cjkwd="w",
211174  description="TANGUT COMPONENT-721",
211175  direction="l",
211176  linebreak="id",
211177  unicodeslot=0x18AD0,
211178 },
211179 [0x18AD1]={
211180  category="lo",
211181  cjkwd="w",
211182  description="TANGUT COMPONENT-722",
211183  direction="l",
211184  linebreak="id",
211185  unicodeslot=0x18AD1,
211186 },
211187 [0x18AD2]={
211188  category="lo",
211189  cjkwd="w",
211190  description="TANGUT COMPONENT-723",
211191  direction="l",
211192  linebreak="id",
211193  unicodeslot=0x18AD2,
211194 },
211195 [0x18AD3]={
211196  category="lo",
211197  cjkwd="w",
211198  description="TANGUT COMPONENT-724",
211199  direction="l",
211200  linebreak="id",
211201  unicodeslot=0x18AD3,
211202 },
211203 [0x18AD4]={
211204  category="lo",
211205  cjkwd="w",
211206  description="TANGUT COMPONENT-725",
211207  direction="l",
211208  linebreak="id",
211209  unicodeslot=0x18AD4,
211210 },
211211 [0x18AD5]={
211212  category="lo",
211213  cjkwd="w",
211214  description="TANGUT COMPONENT-726",
211215  direction="l",
211216  linebreak="id",
211217  unicodeslot=0x18AD5,
211218 },
211219 [0x18AD6]={
211220  category="lo",
211221  cjkwd="w",
211222  description="TANGUT COMPONENT-727",
211223  direction="l",
211224  linebreak="id",
211225  unicodeslot=0x18AD6,
211226 },
211227 [0x18AD7]={
211228  category="lo",
211229  cjkwd="w",
211230  description="TANGUT COMPONENT-728",
211231  direction="l",
211232  linebreak="id",
211233  unicodeslot=0x18AD7,
211234 },
211235 [0x18AD8]={
211236  category="lo",
211237  cjkwd="w",
211238  description="TANGUT COMPONENT-729",
211239  direction="l",
211240  linebreak="id",
211241  unicodeslot=0x18AD8,
211242 },
211243 [0x18AD9]={
211244  category="lo",
211245  cjkwd="w",
211246  description="TANGUT COMPONENT-730",
211247  direction="l",
211248  linebreak="id",
211249  unicodeslot=0x18AD9,
211250 },
211251 [0x18ADA]={
211252  category="lo",
211253  cjkwd="w",
211254  description="TANGUT COMPONENT-731",
211255  direction="l",
211256  linebreak="id",
211257  unicodeslot=0x18ADA,
211258 },
211259 [0x18ADB]={
211260  category="lo",
211261  cjkwd="w",
211262  description="TANGUT COMPONENT-732",
211263  direction="l",
211264  linebreak="id",
211265  unicodeslot=0x18ADB,
211266 },
211267 [0x18ADC]={
211268  category="lo",
211269  cjkwd="w",
211270  description="TANGUT COMPONENT-733",
211271  direction="l",
211272  linebreak="id",
211273  unicodeslot=0x18ADC,
211274 },
211275 [0x18ADD]={
211276  category="lo",
211277  cjkwd="w",
211278  description="TANGUT COMPONENT-734",
211279  direction="l",
211280  linebreak="id",
211281  unicodeslot=0x18ADD,
211282 },
211283 [0x18ADE]={
211284  category="lo",
211285  cjkwd="w",
211286  description="TANGUT COMPONENT-735",
211287  direction="l",
211288  linebreak="id",
211289  unicodeslot=0x18ADE,
211290 },
211291 [0x18ADF]={
211292  category="lo",
211293  cjkwd="w",
211294  description="TANGUT COMPONENT-736",
211295  direction="l",
211296  linebreak="id",
211297  unicodeslot=0x18ADF,
211298 },
211299 [0x18AE0]={
211300  category="lo",
211301  cjkwd="w",
211302  description="TANGUT COMPONENT-737",
211303  direction="l",
211304  linebreak="id",
211305  unicodeslot=0x18AE0,
211306 },
211307 [0x18AE1]={
211308  category="lo",
211309  cjkwd="w",
211310  description="TANGUT COMPONENT-738",
211311  direction="l",
211312  linebreak="id",
211313  unicodeslot=0x18AE1,
211314 },
211315 [0x18AE2]={
211316  category="lo",
211317  cjkwd="w",
211318  description="TANGUT COMPONENT-739",
211319  direction="l",
211320  linebreak="id",
211321  unicodeslot=0x18AE2,
211322 },
211323 [0x18AE3]={
211324  category="lo",
211325  cjkwd="w",
211326  description="TANGUT COMPONENT-740",
211327  direction="l",
211328  linebreak="id",
211329  unicodeslot=0x18AE3,
211330 },
211331 [0x18AE4]={
211332  category="lo",
211333  cjkwd="w",
211334  description="TANGUT COMPONENT-741",
211335  direction="l",
211336  linebreak="id",
211337  unicodeslot=0x18AE4,
211338 },
211339 [0x18AE5]={
211340  category="lo",
211341  cjkwd="w",
211342  description="TANGUT COMPONENT-742",
211343  direction="l",
211344  linebreak="id",
211345  unicodeslot=0x18AE5,
211346 },
211347 [0x18AE6]={
211348  category="lo",
211349  cjkwd="w",
211350  description="TANGUT COMPONENT-743",
211351  direction="l",
211352  linebreak="id",
211353  unicodeslot=0x18AE6,
211354 },
211355 [0x18AE7]={
211356  category="lo",
211357  cjkwd="w",
211358  description="TANGUT COMPONENT-744",
211359  direction="l",
211360  linebreak="id",
211361  unicodeslot=0x18AE7,
211362 },
211363 [0x18AE8]={
211364  category="lo",
211365  cjkwd="w",
211366  description="TANGUT COMPONENT-745",
211367  direction="l",
211368  linebreak="id",
211369  unicodeslot=0x18AE8,
211370 },
211371 [0x18AE9]={
211372  category="lo",
211373  cjkwd="w",
211374  description="TANGUT COMPONENT-746",
211375  direction="l",
211376  linebreak="id",
211377  unicodeslot=0x18AE9,
211378 },
211379 [0x18AEA]={
211380  category="lo",
211381  cjkwd="w",
211382  description="TANGUT COMPONENT-747",
211383  direction="l",
211384  linebreak="id",
211385  unicodeslot=0x18AEA,
211386 },
211387 [0x18AEB]={
211388  category="lo",
211389  cjkwd="w",
211390  description="TANGUT COMPONENT-748",
211391  direction="l",
211392  linebreak="id",
211393  unicodeslot=0x18AEB,
211394 },
211395 [0x18AEC]={
211396  category="lo",
211397  cjkwd="w",
211398  description="TANGUT COMPONENT-749",
211399  direction="l",
211400  linebreak="id",
211401  unicodeslot=0x18AEC,
211402 },
211403 [0x18AED]={
211404  category="lo",
211405  cjkwd="w",
211406  description="TANGUT COMPONENT-750",
211407  direction="l",
211408  linebreak="id",
211409  unicodeslot=0x18AED,
211410 },
211411 [0x18AEE]={
211412  category="lo",
211413  cjkwd="w",
211414  description="TANGUT COMPONENT-751",
211415  direction="l",
211416  linebreak="id",
211417  unicodeslot=0x18AEE,
211418 },
211419 [0x18AEF]={
211420  category="lo",
211421  cjkwd="w",
211422  description="TANGUT COMPONENT-752",
211423  direction="l",
211424  linebreak="id",
211425  unicodeslot=0x18AEF,
211426 },
211427 [0x18AF0]={
211428  category="lo",
211429  cjkwd="w",
211430  description="TANGUT COMPONENT-753",
211431  direction="l",
211432  linebreak="id",
211433  unicodeslot=0x18AF0,
211434 },
211435 [0x18AF1]={
211436  category="lo",
211437  cjkwd="w",
211438  description="TANGUT COMPONENT-754",
211439  direction="l",
211440  linebreak="id",
211441  unicodeslot=0x18AF1,
211442 },
211443 [0x18AF2]={
211444  category="lo",
211445  cjkwd="w",
211446  description="TANGUT COMPONENT-755",
211447  direction="l",
211448  linebreak="id",
211449  unicodeslot=0x18AF2,
211450 },
211451 [0x18AF3]={
211452  category="lo",
211453  cjkwd="w",
211454  description="TANGUT COMPONENT-756",
211455  direction="l",
211456  linebreak="id",
211457  unicodeslot=0x18AF3,
211458 },
211459 [0x18AF4]={
211460  category="lo",
211461  cjkwd="w",
211462  description="TANGUT COMPONENT-757",
211463  direction="l",
211464  linebreak="id",
211465  unicodeslot=0x18AF4,
211466 },
211467 [0x18AF5]={
211468  category="lo",
211469  cjkwd="w",
211470  description="TANGUT COMPONENT-758",
211471  direction="l",
211472  linebreak="id",
211473  unicodeslot=0x18AF5,
211474 },
211475 [0x18AF6]={
211476  category="lo",
211477  cjkwd="w",
211478  description="TANGUT COMPONENT-759",
211479  direction="l",
211480  linebreak="id",
211481  unicodeslot=0x18AF6,
211482 },
211483 [0x18AF7]={
211484  category="lo",
211485  cjkwd="w",
211486  description="TANGUT COMPONENT-760",
211487  direction="l",
211488  linebreak="id",
211489  unicodeslot=0x18AF7,
211490 },
211491 [0x18AF8]={
211492  category="lo",
211493  cjkwd="w",
211494  description="TANGUT COMPONENT-761",
211495  direction="l",
211496  linebreak="id",
211497  unicodeslot=0x18AF8,
211498 },
211499 [0x18AF9]={
211500  category="lo",
211501  cjkwd="w",
211502  description="TANGUT COMPONENT-762",
211503  direction="l",
211504  linebreak="id",
211505  unicodeslot=0x18AF9,
211506 },
211507 [0x18AFA]={
211508  category="lo",
211509  cjkwd="w",
211510  description="TANGUT COMPONENT-763",
211511  direction="l",
211512  linebreak="id",
211513  unicodeslot=0x18AFA,
211514 },
211515 [0x18AFB]={
211516  category="lo",
211517  cjkwd="w",
211518  description="TANGUT COMPONENT-764",
211519  direction="l",
211520  linebreak="id",
211521  unicodeslot=0x18AFB,
211522 },
211523 [0x18AFC]={
211524  category="lo",
211525  cjkwd="w",
211526  description="TANGUT COMPONENT-765",
211527  direction="l",
211528  linebreak="id",
211529  unicodeslot=0x18AFC,
211530 },
211531 [0x18AFD]={
211532  category="lo",
211533  cjkwd="w",
211534  description="TANGUT COMPONENT-766",
211535  direction="l",
211536  linebreak="id",
211537  unicodeslot=0x18AFD,
211538 },
211539 [0x18AFE]={
211540  category="lo",
211541  cjkwd="w",
211542  description="TANGUT COMPONENT-767",
211543  direction="l",
211544  linebreak="id",
211545  unicodeslot=0x18AFE,
211546 },
211547 [0x18AFF]={
211548  category="lo",
211549  cjkwd="w",
211550  description="TANGUT COMPONENT-768",
211551  direction="l",
211552  linebreak="id",
211553  unicodeslot=0x18AFF,
211554 },
211555 [0x18B00]={
211556  category="lo",
211557  cjkwd="w",
211558  description="KHITAN SMALL SCRIPT CHARACTER-18B00",
211559  direction="l",
211560  linebreak="al",
211561  unicodeslot=0x18B00,
211562 },
211563 [0x18B01]={
211564  category="lo",
211565  cjkwd="w",
211566  description="KHITAN SMALL SCRIPT CHARACTER-18B01",
211567  direction="l",
211568  linebreak="al",
211569  unicodeslot=0x18B01,
211570 },
211571 [0x18B02]={
211572  category="lo",
211573  cjkwd="w",
211574  description="KHITAN SMALL SCRIPT CHARACTER-18B02",
211575  direction="l",
211576  linebreak="al",
211577  unicodeslot=0x18B02,
211578 },
211579 [0x18B03]={
211580  category="lo",
211581  cjkwd="w",
211582  description="KHITAN SMALL SCRIPT CHARACTER-18B03",
211583  direction="l",
211584  linebreak="al",
211585  unicodeslot=0x18B03,
211586 },
211587 [0x18B04]={
211588  category="lo",
211589  cjkwd="w",
211590  description="KHITAN SMALL SCRIPT CHARACTER-18B04",
211591  direction="l",
211592  linebreak="al",
211593  unicodeslot=0x18B04,
211594 },
211595 [0x18B05]={
211596  category="lo",
211597  cjkwd="w",
211598  description="KHITAN SMALL SCRIPT CHARACTER-18B05",
211599  direction="l",
211600  linebreak="al",
211601  unicodeslot=0x18B05,
211602 },
211603 [0x18B06]={
211604  category="lo",
211605  cjkwd="w",
211606  description="KHITAN SMALL SCRIPT CHARACTER-18B06",
211607  direction="l",
211608  linebreak="al",
211609  unicodeslot=0x18B06,
211610 },
211611 [0x18B07]={
211612  category="lo",
211613  cjkwd="w",
211614  description="KHITAN SMALL SCRIPT CHARACTER-18B07",
211615  direction="l",
211616  linebreak="al",
211617  unicodeslot=0x18B07,
211618 },
211619 [0x18B08]={
211620  category="lo",
211621  cjkwd="w",
211622  description="KHITAN SMALL SCRIPT CHARACTER-18B08",
211623  direction="l",
211624  linebreak="al",
211625  unicodeslot=0x18B08,
211626 },
211627 [0x18B09]={
211628  category="lo",
211629  cjkwd="w",
211630  description="KHITAN SMALL SCRIPT CHARACTER-18B09",
211631  direction="l",
211632  linebreak="al",
211633  unicodeslot=0x18B09,
211634 },
211635 [0x18B0A]={
211636  category="lo",
211637  cjkwd="w",
211638  description="KHITAN SMALL SCRIPT CHARACTER-18B0A",
211639  direction="l",
211640  linebreak="al",
211641  unicodeslot=0x18B0A,
211642 },
211643 [0x18B0B]={
211644  category="lo",
211645  cjkwd="w",
211646  description="KHITAN SMALL SCRIPT CHARACTER-18B0B",
211647  direction="l",
211648  linebreak="al",
211649  unicodeslot=0x18B0B,
211650 },
211651 [0x18B0C]={
211652  category="lo",
211653  cjkwd="w",
211654  description="KHITAN SMALL SCRIPT CHARACTER-18B0C",
211655  direction="l",
211656  linebreak="al",
211657  unicodeslot=0x18B0C,
211658 },
211659 [0x18B0D]={
211660  category="lo",
211661  cjkwd="w",
211662  description="KHITAN SMALL SCRIPT CHARACTER-18B0D",
211663  direction="l",
211664  linebreak="al",
211665  unicodeslot=0x18B0D,
211666 },
211667 [0x18B0E]={
211668  category="lo",
211669  cjkwd="w",
211670  description="KHITAN SMALL SCRIPT CHARACTER-18B0E",
211671  direction="l",
211672  linebreak="al",
211673  unicodeslot=0x18B0E,
211674 },
211675 [0x18B0F]={
211676  category="lo",
211677  cjkwd="w",
211678  description="KHITAN SMALL SCRIPT CHARACTER-18B0F",
211679  direction="l",
211680  linebreak="al",
211681  unicodeslot=0x18B0F,
211682 },
211683 [0x18B10]={
211684  category="lo",
211685  cjkwd="w",
211686  description="KHITAN SMALL SCRIPT CHARACTER-18B10",
211687  direction="l",
211688  linebreak="al",
211689  unicodeslot=0x18B10,
211690 },
211691 [0x18B11]={
211692  category="lo",
211693  cjkwd="w",
211694  description="KHITAN SMALL SCRIPT CHARACTER-18B11",
211695  direction="l",
211696  linebreak="al",
211697  unicodeslot=0x18B11,
211698 },
211699 [0x18B12]={
211700  category="lo",
211701  cjkwd="w",
211702  description="KHITAN SMALL SCRIPT CHARACTER-18B12",
211703  direction="l",
211704  linebreak="al",
211705  unicodeslot=0x18B12,
211706 },
211707 [0x18B13]={
211708  category="lo",
211709  cjkwd="w",
211710  description="KHITAN SMALL SCRIPT CHARACTER-18B13",
211711  direction="l",
211712  linebreak="al",
211713  unicodeslot=0x18B13,
211714 },
211715 [0x18B14]={
211716  category="lo",
211717  cjkwd="w",
211718  description="KHITAN SMALL SCRIPT CHARACTER-18B14",
211719  direction="l",
211720  linebreak="al",
211721  unicodeslot=0x18B14,
211722 },
211723 [0x18B15]={
211724  category="lo",
211725  cjkwd="w",
211726  description="KHITAN SMALL SCRIPT CHARACTER-18B15",
211727  direction="l",
211728  linebreak="al",
211729  unicodeslot=0x18B15,
211730 },
211731 [0x18B16]={
211732  category="lo",
211733  cjkwd="w",
211734  description="KHITAN SMALL SCRIPT CHARACTER-18B16",
211735  direction="l",
211736  linebreak="al",
211737  unicodeslot=0x18B16,
211738 },
211739 [0x18B17]={
211740  category="lo",
211741  cjkwd="w",
211742  description="KHITAN SMALL SCRIPT CHARACTER-18B17",
211743  direction="l",
211744  linebreak="al",
211745  unicodeslot=0x18B17,
211746 },
211747 [0x18B18]={
211748  category="lo",
211749  cjkwd="w",
211750  description="KHITAN SMALL SCRIPT CHARACTER-18B18",
211751  direction="l",
211752  linebreak="al",
211753  unicodeslot=0x18B18,
211754 },
211755 [0x18B19]={
211756  category="lo",
211757  cjkwd="w",
211758  description="KHITAN SMALL SCRIPT CHARACTER-18B19",
211759  direction="l",
211760  linebreak="al",
211761  unicodeslot=0x18B19,
211762 },
211763 [0x18B1A]={
211764  category="lo",
211765  cjkwd="w",
211766  description="KHITAN SMALL SCRIPT CHARACTER-18B1A",
211767  direction="l",
211768  linebreak="al",
211769  unicodeslot=0x18B1A,
211770 },
211771 [0x18B1B]={
211772  category="lo",
211773  cjkwd="w",
211774  description="KHITAN SMALL SCRIPT CHARACTER-18B1B",
211775  direction="l",
211776  linebreak="al",
211777  unicodeslot=0x18B1B,
211778 },
211779 [0x18B1C]={
211780  category="lo",
211781  cjkwd="w",
211782  description="KHITAN SMALL SCRIPT CHARACTER-18B1C",
211783  direction="l",
211784  linebreak="al",
211785  unicodeslot=0x18B1C,
211786 },
211787 [0x18B1D]={
211788  category="lo",
211789  cjkwd="w",
211790  description="KHITAN SMALL SCRIPT CHARACTER-18B1D",
211791  direction="l",
211792  linebreak="al",
211793  unicodeslot=0x18B1D,
211794 },
211795 [0x18B1E]={
211796  category="lo",
211797  cjkwd="w",
211798  description="KHITAN SMALL SCRIPT CHARACTER-18B1E",
211799  direction="l",
211800  linebreak="al",
211801  unicodeslot=0x18B1E,
211802 },
211803 [0x18B1F]={
211804  category="lo",
211805  cjkwd="w",
211806  description="KHITAN SMALL SCRIPT CHARACTER-18B1F",
211807  direction="l",
211808  linebreak="al",
211809  unicodeslot=0x18B1F,
211810 },
211811 [0x18B20]={
211812  category="lo",
211813  cjkwd="w",
211814  description="KHITAN SMALL SCRIPT CHARACTER-18B20",
211815  direction="l",
211816  linebreak="al",
211817  unicodeslot=0x18B20,
211818 },
211819 [0x18B21]={
211820  category="lo",
211821  cjkwd="w",
211822  description="KHITAN SMALL SCRIPT CHARACTER-18B21",
211823  direction="l",
211824  linebreak="al",
211825  unicodeslot=0x18B21,
211826 },
211827 [0x18B22]={
211828  category="lo",
211829  cjkwd="w",
211830  description="KHITAN SMALL SCRIPT CHARACTER-18B22",
211831  direction="l",
211832  linebreak="al",
211833  unicodeslot=0x18B22,
211834 },
211835 [0x18B23]={
211836  category="lo",
211837  cjkwd="w",
211838  description="KHITAN SMALL SCRIPT CHARACTER-18B23",
211839  direction="l",
211840  linebreak="al",
211841  unicodeslot=0x18B23,
211842 },
211843 [0x18B24]={
211844  category="lo",
211845  cjkwd="w",
211846  description="KHITAN SMALL SCRIPT CHARACTER-18B24",
211847  direction="l",
211848  linebreak="al",
211849  unicodeslot=0x18B24,
211850 },
211851 [0x18B25]={
211852  category="lo",
211853  cjkwd="w",
211854  description="KHITAN SMALL SCRIPT CHARACTER-18B25",
211855  direction="l",
211856  linebreak="al",
211857  unicodeslot=0x18B25,
211858 },
211859 [0x18B26]={
211860  category="lo",
211861  cjkwd="w",
211862  description="KHITAN SMALL SCRIPT CHARACTER-18B26",
211863  direction="l",
211864  linebreak="al",
211865  unicodeslot=0x18B26,
211866 },
211867 [0x18B27]={
211868  category="lo",
211869  cjkwd="w",
211870  description="KHITAN SMALL SCRIPT CHARACTER-18B27",
211871  direction="l",
211872  linebreak="al",
211873  unicodeslot=0x18B27,
211874 },
211875 [0x18B28]={
211876  category="lo",
211877  cjkwd="w",
211878  description="KHITAN SMALL SCRIPT CHARACTER-18B28",
211879  direction="l",
211880  linebreak="al",
211881  unicodeslot=0x18B28,
211882 },
211883 [0x18B29]={
211884  category="lo",
211885  cjkwd="w",
211886  description="KHITAN SMALL SCRIPT CHARACTER-18B29",
211887  direction="l",
211888  linebreak="al",
211889  unicodeslot=0x18B29,
211890 },
211891 [0x18B2A]={
211892  category="lo",
211893  cjkwd="w",
211894  description="KHITAN SMALL SCRIPT CHARACTER-18B2A",
211895  direction="l",
211896  linebreak="al",
211897  unicodeslot=0x18B2A,
211898 },
211899 [0x18B2B]={
211900  category="lo",
211901  cjkwd="w",
211902  description="KHITAN SMALL SCRIPT CHARACTER-18B2B",
211903  direction="l",
211904  linebreak="al",
211905  unicodeslot=0x18B2B,
211906 },
211907 [0x18B2C]={
211908  category="lo",
211909  cjkwd="w",
211910  description="KHITAN SMALL SCRIPT CHARACTER-18B2C",
211911  direction="l",
211912  linebreak="al",
211913  unicodeslot=0x18B2C,
211914 },
211915 [0x18B2D]={
211916  category="lo",
211917  cjkwd="w",
211918  description="KHITAN SMALL SCRIPT CHARACTER-18B2D",
211919  direction="l",
211920  linebreak="al",
211921  unicodeslot=0x18B2D,
211922 },
211923 [0x18B2E]={
211924  category="lo",
211925  cjkwd="w",
211926  description="KHITAN SMALL SCRIPT CHARACTER-18B2E",
211927  direction="l",
211928  linebreak="al",
211929  unicodeslot=0x18B2E,
211930 },
211931 [0x18B2F]={
211932  category="lo",
211933  cjkwd="w",
211934  description="KHITAN SMALL SCRIPT CHARACTER-18B2F",
211935  direction="l",
211936  linebreak="al",
211937  unicodeslot=0x18B2F,
211938 },
211939 [0x18B30]={
211940  category="lo",
211941  cjkwd="w",
211942  description="KHITAN SMALL SCRIPT CHARACTER-18B30",
211943  direction="l",
211944  linebreak="al",
211945  unicodeslot=0x18B30,
211946 },
211947 [0x18B31]={
211948  category="lo",
211949  cjkwd="w",
211950  description="KHITAN SMALL SCRIPT CHARACTER-18B31",
211951  direction="l",
211952  linebreak="al",
211953  unicodeslot=0x18B31,
211954 },
211955 [0x18B32]={
211956  category="lo",
211957  cjkwd="w",
211958  description="KHITAN SMALL SCRIPT CHARACTER-18B32",
211959  direction="l",
211960  linebreak="al",
211961  unicodeslot=0x18B32,
211962 },
211963 [0x18B33]={
211964  category="lo",
211965  cjkwd="w",
211966  description="KHITAN SMALL SCRIPT CHARACTER-18B33",
211967  direction="l",
211968  linebreak="al",
211969  unicodeslot=0x18B33,
211970 },
211971 [0x18B34]={
211972  category="lo",
211973  cjkwd="w",
211974  description="KHITAN SMALL SCRIPT CHARACTER-18B34",
211975  direction="l",
211976  linebreak="al",
211977  unicodeslot=0x18B34,
211978 },
211979 [0x18B35]={
211980  category="lo",
211981  cjkwd="w",
211982  description="KHITAN SMALL SCRIPT CHARACTER-18B35",
211983  direction="l",
211984  linebreak="al",
211985  unicodeslot=0x18B35,
211986 },
211987 [0x18B36]={
211988  category="lo",
211989  cjkwd="w",
211990  description="KHITAN SMALL SCRIPT CHARACTER-18B36",
211991  direction="l",
211992  linebreak="al",
211993  unicodeslot=0x18B36,
211994 },
211995 [0x18B37]={
211996  category="lo",
211997  cjkwd="w",
211998  description="KHITAN SMALL SCRIPT CHARACTER-18B37",
211999  direction="l",
212000  linebreak="al",
212001  unicodeslot=0x18B37,
212002 },
212003 [0x18B38]={
212004  category="lo",
212005  cjkwd="w",
212006  description="KHITAN SMALL SCRIPT CHARACTER-18B38",
212007  direction="l",
212008  linebreak="al",
212009  unicodeslot=0x18B38,
212010 },
212011 [0x18B39]={
212012  category="lo",
212013  cjkwd="w",
212014  description="KHITAN SMALL SCRIPT CHARACTER-18B39",
212015  direction="l",
212016  linebreak="al",
212017  unicodeslot=0x18B39,
212018 },
212019 [0x18B3A]={
212020  category="lo",
212021  cjkwd="w",
212022  description="KHITAN SMALL SCRIPT CHARACTER-18B3A",
212023  direction="l",
212024  linebreak="al",
212025  unicodeslot=0x18B3A,
212026 },
212027 [0x18B3B]={
212028  category="lo",
212029  cjkwd="w",
212030  description="KHITAN SMALL SCRIPT CHARACTER-18B3B",
212031  direction="l",
212032  linebreak="al",
212033  unicodeslot=0x18B3B,
212034 },
212035 [0x18B3C]={
212036  category="lo",
212037  cjkwd="w",
212038  description="KHITAN SMALL SCRIPT CHARACTER-18B3C",
212039  direction="l",
212040  linebreak="al",
212041  unicodeslot=0x18B3C,
212042 },
212043 [0x18B3D]={
212044  category="lo",
212045  cjkwd="w",
212046  description="KHITAN SMALL SCRIPT CHARACTER-18B3D",
212047  direction="l",
212048  linebreak="al",
212049  unicodeslot=0x18B3D,
212050 },
212051 [0x18B3E]={
212052  category="lo",
212053  cjkwd="w",
212054  description="KHITAN SMALL SCRIPT CHARACTER-18B3E",
212055  direction="l",
212056  linebreak="al",
212057  unicodeslot=0x18B3E,
212058 },
212059 [0x18B3F]={
212060  category="lo",
212061  cjkwd="w",
212062  description="KHITAN SMALL SCRIPT CHARACTER-18B3F",
212063  direction="l",
212064  linebreak="al",
212065  unicodeslot=0x18B3F,
212066 },
212067 [0x18B40]={
212068  category="lo",
212069  cjkwd="w",
212070  description="KHITAN SMALL SCRIPT CHARACTER-18B40",
212071  direction="l",
212072  linebreak="al",
212073  unicodeslot=0x18B40,
212074 },
212075 [0x18B41]={
212076  category="lo",
212077  cjkwd="w",
212078  description="KHITAN SMALL SCRIPT CHARACTER-18B41",
212079  direction="l",
212080  linebreak="al",
212081  unicodeslot=0x18B41,
212082 },
212083 [0x18B42]={
212084  category="lo",
212085  cjkwd="w",
212086  description="KHITAN SMALL SCRIPT CHARACTER-18B42",
212087  direction="l",
212088  linebreak="al",
212089  unicodeslot=0x18B42,
212090 },
212091 [0x18B43]={
212092  category="lo",
212093  cjkwd="w",
212094  description="KHITAN SMALL SCRIPT CHARACTER-18B43",
212095  direction="l",
212096  linebreak="al",
212097  unicodeslot=0x18B43,
212098 },
212099 [0x18B44]={
212100  category="lo",
212101  cjkwd="w",
212102  description="KHITAN SMALL SCRIPT CHARACTER-18B44",
212103  direction="l",
212104  linebreak="al",
212105  unicodeslot=0x18B44,
212106 },
212107 [0x18B45]={
212108  category="lo",
212109  cjkwd="w",
212110  description="KHITAN SMALL SCRIPT CHARACTER-18B45",
212111  direction="l",
212112  linebreak="al",
212113  unicodeslot=0x18B45,
212114 },
212115 [0x18B46]={
212116  category="lo",
212117  cjkwd="w",
212118  description="KHITAN SMALL SCRIPT CHARACTER-18B46",
212119  direction="l",
212120  linebreak="al",
212121  unicodeslot=0x18B46,
212122 },
212123 [0x18B47]={
212124  category="lo",
212125  cjkwd="w",
212126  description="KHITAN SMALL SCRIPT CHARACTER-18B47",
212127  direction="l",
212128  linebreak="al",
212129  unicodeslot=0x18B47,
212130 },
212131 [0x18B48]={
212132  category="lo",
212133  cjkwd="w",
212134  description="KHITAN SMALL SCRIPT CHARACTER-18B48",
212135  direction="l",
212136  linebreak="al",
212137  unicodeslot=0x18B48,
212138 },
212139 [0x18B49]={
212140  category="lo",
212141  cjkwd="w",
212142  description="KHITAN SMALL SCRIPT CHARACTER-18B49",
212143  direction="l",
212144  linebreak="al",
212145  unicodeslot=0x18B49,
212146 },
212147 [0x18B4A]={
212148  category="lo",
212149  cjkwd="w",
212150  description="KHITAN SMALL SCRIPT CHARACTER-18B4A",
212151  direction="l",
212152  linebreak="al",
212153  unicodeslot=0x18B4A,
212154 },
212155 [0x18B4B]={
212156  category="lo",
212157  cjkwd="w",
212158  description="KHITAN SMALL SCRIPT CHARACTER-18B4B",
212159  direction="l",
212160  linebreak="al",
212161  unicodeslot=0x18B4B,
212162 },
212163 [0x18B4C]={
212164  category="lo",
212165  cjkwd="w",
212166  description="KHITAN SMALL SCRIPT CHARACTER-18B4C",
212167  direction="l",
212168  linebreak="al",
212169  unicodeslot=0x18B4C,
212170 },
212171 [0x18B4D]={
212172  category="lo",
212173  cjkwd="w",
212174  description="KHITAN SMALL SCRIPT CHARACTER-18B4D",
212175  direction="l",
212176  linebreak="al",
212177  unicodeslot=0x18B4D,
212178 },
212179 [0x18B4E]={
212180  category="lo",
212181  cjkwd="w",
212182  description="KHITAN SMALL SCRIPT CHARACTER-18B4E",
212183  direction="l",
212184  linebreak="al",
212185  unicodeslot=0x18B4E,
212186 },
212187 [0x18B4F]={
212188  category="lo",
212189  cjkwd="w",
212190  description="KHITAN SMALL SCRIPT CHARACTER-18B4F",
212191  direction="l",
212192  linebreak="al",
212193  unicodeslot=0x18B4F,
212194 },
212195 [0x18B50]={
212196  category="lo",
212197  cjkwd="w",
212198  description="KHITAN SMALL SCRIPT CHARACTER-18B50",
212199  direction="l",
212200  linebreak="al",
212201  unicodeslot=0x18B50,
212202 },
212203 [0x18B51]={
212204  category="lo",
212205  cjkwd="w",
212206  description="KHITAN SMALL SCRIPT CHARACTER-18B51",
212207  direction="l",
212208  linebreak="al",
212209  unicodeslot=0x18B51,
212210 },
212211 [0x18B52]={
212212  category="lo",
212213  cjkwd="w",
212214  description="KHITAN SMALL SCRIPT CHARACTER-18B52",
212215  direction="l",
212216  linebreak="al",
212217  unicodeslot=0x18B52,
212218 },
212219 [0x18B53]={
212220  category="lo",
212221  cjkwd="w",
212222  description="KHITAN SMALL SCRIPT CHARACTER-18B53",
212223  direction="l",
212224  linebreak="al",
212225  unicodeslot=0x18B53,
212226 },
212227 [0x18B54]={
212228  category="lo",
212229  cjkwd="w",
212230  description="KHITAN SMALL SCRIPT CHARACTER-18B54",
212231  direction="l",
212232  linebreak="al",
212233  unicodeslot=0x18B54,
212234 },
212235 [0x18B55]={
212236  category="lo",
212237  cjkwd="w",
212238  description="KHITAN SMALL SCRIPT CHARACTER-18B55",
212239  direction="l",
212240  linebreak="al",
212241  unicodeslot=0x18B55,
212242 },
212243 [0x18B56]={
212244  category="lo",
212245  cjkwd="w",
212246  description="KHITAN SMALL SCRIPT CHARACTER-18B56",
212247  direction="l",
212248  linebreak="al",
212249  unicodeslot=0x18B56,
212250 },
212251 [0x18B57]={
212252  category="lo",
212253  cjkwd="w",
212254  description="KHITAN SMALL SCRIPT CHARACTER-18B57",
212255  direction="l",
212256  linebreak="al",
212257  unicodeslot=0x18B57,
212258 },
212259 [0x18B58]={
212260  category="lo",
212261  cjkwd="w",
212262  description="KHITAN SMALL SCRIPT CHARACTER-18B58",
212263  direction="l",
212264  linebreak="al",
212265  unicodeslot=0x18B58,
212266 },
212267 [0x18B59]={
212268  category="lo",
212269  cjkwd="w",
212270  description="KHITAN SMALL SCRIPT CHARACTER-18B59",
212271  direction="l",
212272  linebreak="al",
212273  unicodeslot=0x18B59,
212274 },
212275 [0x18B5A]={
212276  category="lo",
212277  cjkwd="w",
212278  description="KHITAN SMALL SCRIPT CHARACTER-18B5A",
212279  direction="l",
212280  linebreak="al",
212281  unicodeslot=0x18B5A,
212282 },
212283 [0x18B5B]={
212284  category="lo",
212285  cjkwd="w",
212286  description="KHITAN SMALL SCRIPT CHARACTER-18B5B",
212287  direction="l",
212288  linebreak="al",
212289  unicodeslot=0x18B5B,
212290 },
212291 [0x18B5C]={
212292  category="lo",
212293  cjkwd="w",
212294  description="KHITAN SMALL SCRIPT CHARACTER-18B5C",
212295  direction="l",
212296  linebreak="al",
212297  unicodeslot=0x18B5C,
212298 },
212299 [0x18B5D]={
212300  category="lo",
212301  cjkwd="w",
212302  description="KHITAN SMALL SCRIPT CHARACTER-18B5D",
212303  direction="l",
212304  linebreak="al",
212305  unicodeslot=0x18B5D,
212306 },
212307 [0x18B5E]={
212308  category="lo",
212309  cjkwd="w",
212310  description="KHITAN SMALL SCRIPT CHARACTER-18B5E",
212311  direction="l",
212312  linebreak="al",
212313  unicodeslot=0x18B5E,
212314 },
212315 [0x18B5F]={
212316  category="lo",
212317  cjkwd="w",
212318  description="KHITAN SMALL SCRIPT CHARACTER-18B5F",
212319  direction="l",
212320  linebreak="al",
212321  unicodeslot=0x18B5F,
212322 },
212323 [0x18B60]={
212324  category="lo",
212325  cjkwd="w",
212326  description="KHITAN SMALL SCRIPT CHARACTER-18B60",
212327  direction="l",
212328  linebreak="al",
212329  unicodeslot=0x18B60,
212330 },
212331 [0x18B61]={
212332  category="lo",
212333  cjkwd="w",
212334  description="KHITAN SMALL SCRIPT CHARACTER-18B61",
212335  direction="l",
212336  linebreak="al",
212337  unicodeslot=0x18B61,
212338 },
212339 [0x18B62]={
212340  category="lo",
212341  cjkwd="w",
212342  description="KHITAN SMALL SCRIPT CHARACTER-18B62",
212343  direction="l",
212344  linebreak="al",
212345  unicodeslot=0x18B62,
212346 },
212347 [0x18B63]={
212348  category="lo",
212349  cjkwd="w",
212350  description="KHITAN SMALL SCRIPT CHARACTER-18B63",
212351  direction="l",
212352  linebreak="al",
212353  unicodeslot=0x18B63,
212354 },
212355 [0x18B64]={
212356  category="lo",
212357  cjkwd="w",
212358  description="KHITAN SMALL SCRIPT CHARACTER-18B64",
212359  direction="l",
212360  linebreak="al",
212361  unicodeslot=0x18B64,
212362 },
212363 [0x18B65]={
212364  category="lo",
212365  cjkwd="w",
212366  description="KHITAN SMALL SCRIPT CHARACTER-18B65",
212367  direction="l",
212368  linebreak="al",
212369  unicodeslot=0x18B65,
212370 },
212371 [0x18B66]={
212372  category="lo",
212373  cjkwd="w",
212374  description="KHITAN SMALL SCRIPT CHARACTER-18B66",
212375  direction="l",
212376  linebreak="al",
212377  unicodeslot=0x18B66,
212378 },
212379 [0x18B67]={
212380  category="lo",
212381  cjkwd="w",
212382  description="KHITAN SMALL SCRIPT CHARACTER-18B67",
212383  direction="l",
212384  linebreak="al",
212385  unicodeslot=0x18B67,
212386 },
212387 [0x18B68]={
212388  category="lo",
212389  cjkwd="w",
212390  description="KHITAN SMALL SCRIPT CHARACTER-18B68",
212391  direction="l",
212392  linebreak="al",
212393  unicodeslot=0x18B68,
212394 },
212395 [0x18B69]={
212396  category="lo",
212397  cjkwd="w",
212398  description="KHITAN SMALL SCRIPT CHARACTER-18B69",
212399  direction="l",
212400  linebreak="al",
212401  unicodeslot=0x18B69,
212402 },
212403 [0x18B6A]={
212404  category="lo",
212405  cjkwd="w",
212406  description="KHITAN SMALL SCRIPT CHARACTER-18B6A",
212407  direction="l",
212408  linebreak="al",
212409  unicodeslot=0x18B6A,
212410 },
212411 [0x18B6B]={
212412  category="lo",
212413  cjkwd="w",
212414  description="KHITAN SMALL SCRIPT CHARACTER-18B6B",
212415  direction="l",
212416  linebreak="al",
212417  unicodeslot=0x18B6B,
212418 },
212419 [0x18B6C]={
212420  category="lo",
212421  cjkwd="w",
212422  description="KHITAN SMALL SCRIPT CHARACTER-18B6C",
212423  direction="l",
212424  linebreak="al",
212425  unicodeslot=0x18B6C,
212426 },
212427 [0x18B6D]={
212428  category="lo",
212429  cjkwd="w",
212430  description="KHITAN SMALL SCRIPT CHARACTER-18B6D",
212431  direction="l",
212432  linebreak="al",
212433  unicodeslot=0x18B6D,
212434 },
212435 [0x18B6E]={
212436  category="lo",
212437  cjkwd="w",
212438  description="KHITAN SMALL SCRIPT CHARACTER-18B6E",
212439  direction="l",
212440  linebreak="al",
212441  unicodeslot=0x18B6E,
212442 },
212443 [0x18B6F]={
212444  category="lo",
212445  cjkwd="w",
212446  description="KHITAN SMALL SCRIPT CHARACTER-18B6F",
212447  direction="l",
212448  linebreak="al",
212449  unicodeslot=0x18B6F,
212450 },
212451 [0x18B70]={
212452  category="lo",
212453  cjkwd="w",
212454  description="KHITAN SMALL SCRIPT CHARACTER-18B70",
212455  direction="l",
212456  linebreak="al",
212457  unicodeslot=0x18B70,
212458 },
212459 [0x18B71]={
212460  category="lo",
212461  cjkwd="w",
212462  description="KHITAN SMALL SCRIPT CHARACTER-18B71",
212463  direction="l",
212464  linebreak="al",
212465  unicodeslot=0x18B71,
212466 },
212467 [0x18B72]={
212468  category="lo",
212469  cjkwd="w",
212470  description="KHITAN SMALL SCRIPT CHARACTER-18B72",
212471  direction="l",
212472  linebreak="al",
212473  unicodeslot=0x18B72,
212474 },
212475 [0x18B73]={
212476  category="lo",
212477  cjkwd="w",
212478  description="KHITAN SMALL SCRIPT CHARACTER-18B73",
212479  direction="l",
212480  linebreak="al",
212481  unicodeslot=0x18B73,
212482 },
212483 [0x18B74]={
212484  category="lo",
212485  cjkwd="w",
212486  description="KHITAN SMALL SCRIPT CHARACTER-18B74",
212487  direction="l",
212488  linebreak="al",
212489  unicodeslot=0x18B74,
212490 },
212491 [0x18B75]={
212492  category="lo",
212493  cjkwd="w",
212494  description="KHITAN SMALL SCRIPT CHARACTER-18B75",
212495  direction="l",
212496  linebreak="al",
212497  unicodeslot=0x18B75,
212498 },
212499 [0x18B76]={
212500  category="lo",
212501  cjkwd="w",
212502  description="KHITAN SMALL SCRIPT CHARACTER-18B76",
212503  direction="l",
212504  linebreak="al",
212505  unicodeslot=0x18B76,
212506 },
212507 [0x18B77]={
212508  category="lo",
212509  cjkwd="w",
212510  description="KHITAN SMALL SCRIPT CHARACTER-18B77",
212511  direction="l",
212512  linebreak="al",
212513  unicodeslot=0x18B77,
212514 },
212515 [0x18B78]={
212516  category="lo",
212517  cjkwd="w",
212518  description="KHITAN SMALL SCRIPT CHARACTER-18B78",
212519  direction="l",
212520  linebreak="al",
212521  unicodeslot=0x18B78,
212522 },
212523 [0x18B79]={
212524  category="lo",
212525  cjkwd="w",
212526  description="KHITAN SMALL SCRIPT CHARACTER-18B79",
212527  direction="l",
212528  linebreak="al",
212529  unicodeslot=0x18B79,
212530 },
212531 [0x18B7A]={
212532  category="lo",
212533  cjkwd="w",
212534  description="KHITAN SMALL SCRIPT CHARACTER-18B7A",
212535  direction="l",
212536  linebreak="al",
212537  unicodeslot=0x18B7A,
212538 },
212539 [0x18B7B]={
212540  category="lo",
212541  cjkwd="w",
212542  description="KHITAN SMALL SCRIPT CHARACTER-18B7B",
212543  direction="l",
212544  linebreak="al",
212545  unicodeslot=0x18B7B,
212546 },
212547 [0x18B7C]={
212548  category="lo",
212549  cjkwd="w",
212550  description="KHITAN SMALL SCRIPT CHARACTER-18B7C",
212551  direction="l",
212552  linebreak="al",
212553  unicodeslot=0x18B7C,
212554 },
212555 [0x18B7D]={
212556  category="lo",
212557  cjkwd="w",
212558  description="KHITAN SMALL SCRIPT CHARACTER-18B7D",
212559  direction="l",
212560  linebreak="al",
212561  unicodeslot=0x18B7D,
212562 },
212563 [0x18B7E]={
212564  category="lo",
212565  cjkwd="w",
212566  description="KHITAN SMALL SCRIPT CHARACTER-18B7E",
212567  direction="l",
212568  linebreak="al",
212569  unicodeslot=0x18B7E,
212570 },
212571 [0x18B7F]={
212572  category="lo",
212573  cjkwd="w",
212574  description="KHITAN SMALL SCRIPT CHARACTER-18B7F",
212575  direction="l",
212576  linebreak="al",
212577  unicodeslot=0x18B7F,
212578 },
212579 [0x18B80]={
212580  category="lo",
212581  cjkwd="w",
212582  description="KHITAN SMALL SCRIPT CHARACTER-18B80",
212583  direction="l",
212584  linebreak="al",
212585  unicodeslot=0x18B80,
212586 },
212587 [0x18B81]={
212588  category="lo",
212589  cjkwd="w",
212590  description="KHITAN SMALL SCRIPT CHARACTER-18B81",
212591  direction="l",
212592  linebreak="al",
212593  unicodeslot=0x18B81,
212594 },
212595 [0x18B82]={
212596  category="lo",
212597  cjkwd="w",
212598  description="KHITAN SMALL SCRIPT CHARACTER-18B82",
212599  direction="l",
212600  linebreak="al",
212601  unicodeslot=0x18B82,
212602 },
212603 [0x18B83]={
212604  category="lo",
212605  cjkwd="w",
212606  description="KHITAN SMALL SCRIPT CHARACTER-18B83",
212607  direction="l",
212608  linebreak="al",
212609  unicodeslot=0x18B83,
212610 },
212611 [0x18B84]={
212612  category="lo",
212613  cjkwd="w",
212614  description="KHITAN SMALL SCRIPT CHARACTER-18B84",
212615  direction="l",
212616  linebreak="al",
212617  unicodeslot=0x18B84,
212618 },
212619 [0x18B85]={
212620  category="lo",
212621  cjkwd="w",
212622  description="KHITAN SMALL SCRIPT CHARACTER-18B85",
212623  direction="l",
212624  linebreak="al",
212625  unicodeslot=0x18B85,
212626 },
212627 [0x18B86]={
212628  category="lo",
212629  cjkwd="w",
212630  description="KHITAN SMALL SCRIPT CHARACTER-18B86",
212631  direction="l",
212632  linebreak="al",
212633  unicodeslot=0x18B86,
212634 },
212635 [0x18B87]={
212636  category="lo",
212637  cjkwd="w",
212638  description="KHITAN SMALL SCRIPT CHARACTER-18B87",
212639  direction="l",
212640  linebreak="al",
212641  unicodeslot=0x18B87,
212642 },
212643 [0x18B88]={
212644  category="lo",
212645  cjkwd="w",
212646  description="KHITAN SMALL SCRIPT CHARACTER-18B88",
212647  direction="l",
212648  linebreak="al",
212649  unicodeslot=0x18B88,
212650 },
212651 [0x18B89]={
212652  category="lo",
212653  cjkwd="w",
212654  description="KHITAN SMALL SCRIPT CHARACTER-18B89",
212655  direction="l",
212656  linebreak="al",
212657  unicodeslot=0x18B89,
212658 },
212659 [0x18B8A]={
212660  category="lo",
212661  cjkwd="w",
212662  description="KHITAN SMALL SCRIPT CHARACTER-18B8A",
212663  direction="l",
212664  linebreak="al",
212665  unicodeslot=0x18B8A,
212666 },
212667 [0x18B8B]={
212668  category="lo",
212669  cjkwd="w",
212670  description="KHITAN SMALL SCRIPT CHARACTER-18B8B",
212671  direction="l",
212672  linebreak="al",
212673  unicodeslot=0x18B8B,
212674 },
212675 [0x18B8C]={
212676  category="lo",
212677  cjkwd="w",
212678  description="KHITAN SMALL SCRIPT CHARACTER-18B8C",
212679  direction="l",
212680  linebreak="al",
212681  unicodeslot=0x18B8C,
212682 },
212683 [0x18B8D]={
212684  category="lo",
212685  cjkwd="w",
212686  description="KHITAN SMALL SCRIPT CHARACTER-18B8D",
212687  direction="l",
212688  linebreak="al",
212689  unicodeslot=0x18B8D,
212690 },
212691 [0x18B8E]={
212692  category="lo",
212693  cjkwd="w",
212694  description="KHITAN SMALL SCRIPT CHARACTER-18B8E",
212695  direction="l",
212696  linebreak="al",
212697  unicodeslot=0x18B8E,
212698 },
212699 [0x18B8F]={
212700  category="lo",
212701  cjkwd="w",
212702  description="KHITAN SMALL SCRIPT CHARACTER-18B8F",
212703  direction="l",
212704  linebreak="al",
212705  unicodeslot=0x18B8F,
212706 },
212707 [0x18B90]={
212708  category="lo",
212709  cjkwd="w",
212710  description="KHITAN SMALL SCRIPT CHARACTER-18B90",
212711  direction="l",
212712  linebreak="al",
212713  unicodeslot=0x18B90,
212714 },
212715 [0x18B91]={
212716  category="lo",
212717  cjkwd="w",
212718  description="KHITAN SMALL SCRIPT CHARACTER-18B91",
212719  direction="l",
212720  linebreak="al",
212721  unicodeslot=0x18B91,
212722 },
212723 [0x18B92]={
212724  category="lo",
212725  cjkwd="w",
212726  description="KHITAN SMALL SCRIPT CHARACTER-18B92",
212727  direction="l",
212728  linebreak="al",
212729  unicodeslot=0x18B92,
212730 },
212731 [0x18B93]={
212732  category="lo",
212733  cjkwd="w",
212734  description="KHITAN SMALL SCRIPT CHARACTER-18B93",
212735  direction="l",
212736  linebreak="al",
212737  unicodeslot=0x18B93,
212738 },
212739 [0x18B94]={
212740  category="lo",
212741  cjkwd="w",
212742  description="KHITAN SMALL SCRIPT CHARACTER-18B94",
212743  direction="l",
212744  linebreak="al",
212745  unicodeslot=0x18B94,
212746 },
212747 [0x18B95]={
212748  category="lo",
212749  cjkwd="w",
212750  description="KHITAN SMALL SCRIPT CHARACTER-18B95",
212751  direction="l",
212752  linebreak="al",
212753  unicodeslot=0x18B95,
212754 },
212755 [0x18B96]={
212756  category="lo",
212757  cjkwd="w",
212758  description="KHITAN SMALL SCRIPT CHARACTER-18B96",
212759  direction="l",
212760  linebreak="al",
212761  unicodeslot=0x18B96,
212762 },
212763 [0x18B97]={
212764  category="lo",
212765  cjkwd="w",
212766  description="KHITAN SMALL SCRIPT CHARACTER-18B97",
212767  direction="l",
212768  linebreak="al",
212769  unicodeslot=0x18B97,
212770 },
212771 [0x18B98]={
212772  category="lo",
212773  cjkwd="w",
212774  description="KHITAN SMALL SCRIPT CHARACTER-18B98",
212775  direction="l",
212776  linebreak="al",
212777  unicodeslot=0x18B98,
212778 },
212779 [0x18B99]={
212780  category="lo",
212781  cjkwd="w",
212782  description="KHITAN SMALL SCRIPT CHARACTER-18B99",
212783  direction="l",
212784  linebreak="al",
212785  unicodeslot=0x18B99,
212786 },
212787 [0x18B9A]={
212788  category="lo",
212789  cjkwd="w",
212790  description="KHITAN SMALL SCRIPT CHARACTER-18B9A",
212791  direction="l",
212792  linebreak="al",
212793  unicodeslot=0x18B9A,
212794 },
212795 [0x18B9B]={
212796  category="lo",
212797  cjkwd="w",
212798  description="KHITAN SMALL SCRIPT CHARACTER-18B9B",
212799  direction="l",
212800  linebreak="al",
212801  unicodeslot=0x18B9B,
212802 },
212803 [0x18B9C]={
212804  category="lo",
212805  cjkwd="w",
212806  description="KHITAN SMALL SCRIPT CHARACTER-18B9C",
212807  direction="l",
212808  linebreak="al",
212809  unicodeslot=0x18B9C,
212810 },
212811 [0x18B9D]={
212812  category="lo",
212813  cjkwd="w",
212814  description="KHITAN SMALL SCRIPT CHARACTER-18B9D",
212815  direction="l",
212816  linebreak="al",
212817  unicodeslot=0x18B9D,
212818 },
212819 [0x18B9E]={
212820  category="lo",
212821  cjkwd="w",
212822  description="KHITAN SMALL SCRIPT CHARACTER-18B9E",
212823  direction="l",
212824  linebreak="al",
212825  unicodeslot=0x18B9E,
212826 },
212827 [0x18B9F]={
212828  category="lo",
212829  cjkwd="w",
212830  description="KHITAN SMALL SCRIPT CHARACTER-18B9F",
212831  direction="l",
212832  linebreak="al",
212833  unicodeslot=0x18B9F,
212834 },
212835 [0x18BA0]={
212836  category="lo",
212837  cjkwd="w",
212838  description="KHITAN SMALL SCRIPT CHARACTER-18BA0",
212839  direction="l",
212840  linebreak="al",
212841  unicodeslot=0x18BA0,
212842 },
212843 [0x18BA1]={
212844  category="lo",
212845  cjkwd="w",
212846  description="KHITAN SMALL SCRIPT CHARACTER-18BA1",
212847  direction="l",
212848  linebreak="al",
212849  unicodeslot=0x18BA1,
212850 },
212851 [0x18BA2]={
212852  category="lo",
212853  cjkwd="w",
212854  description="KHITAN SMALL SCRIPT CHARACTER-18BA2",
212855  direction="l",
212856  linebreak="al",
212857  unicodeslot=0x18BA2,
212858 },
212859 [0x18BA3]={
212860  category="lo",
212861  cjkwd="w",
212862  description="KHITAN SMALL SCRIPT CHARACTER-18BA3",
212863  direction="l",
212864  linebreak="al",
212865  unicodeslot=0x18BA3,
212866 },
212867 [0x18BA4]={
212868  category="lo",
212869  cjkwd="w",
212870  description="KHITAN SMALL SCRIPT CHARACTER-18BA4",
212871  direction="l",
212872  linebreak="al",
212873  unicodeslot=0x18BA4,
212874 },
212875 [0x18BA5]={
212876  category="lo",
212877  cjkwd="w",
212878  description="KHITAN SMALL SCRIPT CHARACTER-18BA5",
212879  direction="l",
212880  linebreak="al",
212881  unicodeslot=0x18BA5,
212882 },
212883 [0x18BA6]={
212884  category="lo",
212885  cjkwd="w",
212886  description="KHITAN SMALL SCRIPT CHARACTER-18BA6",
212887  direction="l",
212888  linebreak="al",
212889  unicodeslot=0x18BA6,
212890 },
212891 [0x18BA7]={
212892  category="lo",
212893  cjkwd="w",
212894  description="KHITAN SMALL SCRIPT CHARACTER-18BA7",
212895  direction="l",
212896  linebreak="al",
212897  unicodeslot=0x18BA7,
212898 },
212899 [0x18BA8]={
212900  category="lo",
212901  cjkwd="w",
212902  description="KHITAN SMALL SCRIPT CHARACTER-18BA8",
212903  direction="l",
212904  linebreak="al",
212905  unicodeslot=0x18BA8,
212906 },
212907 [0x18BA9]={
212908  category="lo",
212909  cjkwd="w",
212910  description="KHITAN SMALL SCRIPT CHARACTER-18BA9",
212911  direction="l",
212912  linebreak="al",
212913  unicodeslot=0x18BA9,
212914 },
212915 [0x18BAA]={
212916  category="lo",
212917  cjkwd="w",
212918  description="KHITAN SMALL SCRIPT CHARACTER-18BAA",
212919  direction="l",
212920  linebreak="al",
212921  unicodeslot=0x18BAA,
212922 },
212923 [0x18BAB]={
212924  category="lo",
212925  cjkwd="w",
212926  description="KHITAN SMALL SCRIPT CHARACTER-18BAB",
212927  direction="l",
212928  linebreak="al",
212929  unicodeslot=0x18BAB,
212930 },
212931 [0x18BAC]={
212932  category="lo",
212933  cjkwd="w",
212934  description="KHITAN SMALL SCRIPT CHARACTER-18BAC",
212935  direction="l",
212936  linebreak="al",
212937  unicodeslot=0x18BAC,
212938 },
212939 [0x18BAD]={
212940  category="lo",
212941  cjkwd="w",
212942  description="KHITAN SMALL SCRIPT CHARACTER-18BAD",
212943  direction="l",
212944  linebreak="al",
212945  unicodeslot=0x18BAD,
212946 },
212947 [0x18BAE]={
212948  category="lo",
212949  cjkwd="w",
212950  description="KHITAN SMALL SCRIPT CHARACTER-18BAE",
212951  direction="l",
212952  linebreak="al",
212953  unicodeslot=0x18BAE,
212954 },
212955 [0x18BAF]={
212956  category="lo",
212957  cjkwd="w",
212958  description="KHITAN SMALL SCRIPT CHARACTER-18BAF",
212959  direction="l",
212960  linebreak="al",
212961  unicodeslot=0x18BAF,
212962 },
212963 [0x18BB0]={
212964  category="lo",
212965  cjkwd="w",
212966  description="KHITAN SMALL SCRIPT CHARACTER-18BB0",
212967  direction="l",
212968  linebreak="al",
212969  unicodeslot=0x18BB0,
212970 },
212971 [0x18BB1]={
212972  category="lo",
212973  cjkwd="w",
212974  description="KHITAN SMALL SCRIPT CHARACTER-18BB1",
212975  direction="l",
212976  linebreak="al",
212977  unicodeslot=0x18BB1,
212978 },
212979 [0x18BB2]={
212980  category="lo",
212981  cjkwd="w",
212982  description="KHITAN SMALL SCRIPT CHARACTER-18BB2",
212983  direction="l",
212984  linebreak="al",
212985  unicodeslot=0x18BB2,
212986 },
212987 [0x18BB3]={
212988  category="lo",
212989  cjkwd="w",
212990  description="KHITAN SMALL SCRIPT CHARACTER-18BB3",
212991  direction="l",
212992  linebreak="al",
212993  unicodeslot=0x18BB3,
212994 },
212995 [0x18BB4]={
212996  category="lo",
212997  cjkwd="w",
212998  description="KHITAN SMALL SCRIPT CHARACTER-18BB4",
212999  direction="l",
213000  linebreak="al",
213001  unicodeslot=0x18BB4,
213002 },
213003 [0x18BB5]={
213004  category="lo",
213005  cjkwd="w",
213006  description="KHITAN SMALL SCRIPT CHARACTER-18BB5",
213007  direction="l",
213008  linebreak="al",
213009  unicodeslot=0x18BB5,
213010 },
213011 [0x18BB6]={
213012  category="lo",
213013  cjkwd="w",
213014  description="KHITAN SMALL SCRIPT CHARACTER-18BB6",
213015  direction="l",
213016  linebreak="al",
213017  unicodeslot=0x18BB6,
213018 },
213019 [0x18BB7]={
213020  category="lo",
213021  cjkwd="w",
213022  description="KHITAN SMALL SCRIPT CHARACTER-18BB7",
213023  direction="l",
213024  linebreak="al",
213025  unicodeslot=0x18BB7,
213026 },
213027 [0x18BB8]={
213028  category="lo",
213029  cjkwd="w",
213030  description="KHITAN SMALL SCRIPT CHARACTER-18BB8",
213031  direction="l",
213032  linebreak="al",
213033  unicodeslot=0x18BB8,
213034 },
213035 [0x18BB9]={
213036  category="lo",
213037  cjkwd="w",
213038  description="KHITAN SMALL SCRIPT CHARACTER-18BB9",
213039  direction="l",
213040  linebreak="al",
213041  unicodeslot=0x18BB9,
213042 },
213043 [0x18BBA]={
213044  category="lo",
213045  cjkwd="w",
213046  description="KHITAN SMALL SCRIPT CHARACTER-18BBA",
213047  direction="l",
213048  linebreak="al",
213049  unicodeslot=0x18BBA,
213050 },
213051 [0x18BBB]={
213052  category="lo",
213053  cjkwd="w",
213054  description="KHITAN SMALL SCRIPT CHARACTER-18BBB",
213055  direction="l",
213056  linebreak="al",
213057  unicodeslot=0x18BBB,
213058 },
213059 [0x18BBC]={
213060  category="lo",
213061  cjkwd="w",
213062  description="KHITAN SMALL SCRIPT CHARACTER-18BBC",
213063  direction="l",
213064  linebreak="al",
213065  unicodeslot=0x18BBC,
213066 },
213067 [0x18BBD]={
213068  category="lo",
213069  cjkwd="w",
213070  description="KHITAN SMALL SCRIPT CHARACTER-18BBD",
213071  direction="l",
213072  linebreak="al",
213073  unicodeslot=0x18BBD,
213074 },
213075 [0x18BBE]={
213076  category="lo",
213077  cjkwd="w",
213078  description="KHITAN SMALL SCRIPT CHARACTER-18BBE",
213079  direction="l",
213080  linebreak="al",
213081  unicodeslot=0x18BBE,
213082 },
213083 [0x18BBF]={
213084  category="lo",
213085  cjkwd="w",
213086  description="KHITAN SMALL SCRIPT CHARACTER-18BBF",
213087  direction="l",
213088  linebreak="al",
213089  unicodeslot=0x18BBF,
213090 },
213091 [0x18BC0]={
213092  category="lo",
213093  cjkwd="w",
213094  description="KHITAN SMALL SCRIPT CHARACTER-18BC0",
213095  direction="l",
213096  linebreak="al",
213097  unicodeslot=0x18BC0,
213098 },
213099 [0x18BC1]={
213100  category="lo",
213101  cjkwd="w",
213102  description="KHITAN SMALL SCRIPT CHARACTER-18BC1",
213103  direction="l",
213104  linebreak="al",
213105  unicodeslot=0x18BC1,
213106 },
213107 [0x18BC2]={
213108  category="lo",
213109  cjkwd="w",
213110  description="KHITAN SMALL SCRIPT CHARACTER-18BC2",
213111  direction="l",
213112  linebreak="al",
213113  unicodeslot=0x18BC2,
213114 },
213115 [0x18BC3]={
213116  category="lo",
213117  cjkwd="w",
213118  description="KHITAN SMALL SCRIPT CHARACTER-18BC3",
213119  direction="l",
213120  linebreak="al",
213121  unicodeslot=0x18BC3,
213122 },
213123 [0x18BC4]={
213124  category="lo",
213125  cjkwd="w",
213126  description="KHITAN SMALL SCRIPT CHARACTER-18BC4",
213127  direction="l",
213128  linebreak="al",
213129  unicodeslot=0x18BC4,
213130 },
213131 [0x18BC5]={
213132  category="lo",
213133  cjkwd="w",
213134  description="KHITAN SMALL SCRIPT CHARACTER-18BC5",
213135  direction="l",
213136  linebreak="al",
213137  unicodeslot=0x18BC5,
213138 },
213139 [0x18BC6]={
213140  category="lo",
213141  cjkwd="w",
213142  description="KHITAN SMALL SCRIPT CHARACTER-18BC6",
213143  direction="l",
213144  linebreak="al",
213145  unicodeslot=0x18BC6,
213146 },
213147 [0x18BC7]={
213148  category="lo",
213149  cjkwd="w",
213150  description="KHITAN SMALL SCRIPT CHARACTER-18BC7",
213151  direction="l",
213152  linebreak="al",
213153  unicodeslot=0x18BC7,
213154 },
213155 [0x18BC8]={
213156  category="lo",
213157  cjkwd="w",
213158  description="KHITAN SMALL SCRIPT CHARACTER-18BC8",
213159  direction="l",
213160  linebreak="al",
213161  unicodeslot=0x18BC8,
213162 },
213163 [0x18BC9]={
213164  category="lo",
213165  cjkwd="w",
213166  description="KHITAN SMALL SCRIPT CHARACTER-18BC9",
213167  direction="l",
213168  linebreak="al",
213169  unicodeslot=0x18BC9,
213170 },
213171 [0x18BCA]={
213172  category="lo",
213173  cjkwd="w",
213174  description="KHITAN SMALL SCRIPT CHARACTER-18BCA",
213175  direction="l",
213176  linebreak="al",
213177  unicodeslot=0x18BCA,
213178 },
213179 [0x18BCB]={
213180  category="lo",
213181  cjkwd="w",
213182  description="KHITAN SMALL SCRIPT CHARACTER-18BCB",
213183  direction="l",
213184  linebreak="al",
213185  unicodeslot=0x18BCB,
213186 },
213187 [0x18BCC]={
213188  category="lo",
213189  cjkwd="w",
213190  description="KHITAN SMALL SCRIPT CHARACTER-18BCC",
213191  direction="l",
213192  linebreak="al",
213193  unicodeslot=0x18BCC,
213194 },
213195 [0x18BCD]={
213196  category="lo",
213197  cjkwd="w",
213198  description="KHITAN SMALL SCRIPT CHARACTER-18BCD",
213199  direction="l",
213200  linebreak="al",
213201  unicodeslot=0x18BCD,
213202 },
213203 [0x18BCE]={
213204  category="lo",
213205  cjkwd="w",
213206  description="KHITAN SMALL SCRIPT CHARACTER-18BCE",
213207  direction="l",
213208  linebreak="al",
213209  unicodeslot=0x18BCE,
213210 },
213211 [0x18BCF]={
213212  category="lo",
213213  cjkwd="w",
213214  description="KHITAN SMALL SCRIPT CHARACTER-18BCF",
213215  direction="l",
213216  linebreak="al",
213217  unicodeslot=0x18BCF,
213218 },
213219 [0x18BD0]={
213220  category="lo",
213221  cjkwd="w",
213222  description="KHITAN SMALL SCRIPT CHARACTER-18BD0",
213223  direction="l",
213224  linebreak="al",
213225  unicodeslot=0x18BD0,
213226 },
213227 [0x18BD1]={
213228  category="lo",
213229  cjkwd="w",
213230  description="KHITAN SMALL SCRIPT CHARACTER-18BD1",
213231  direction="l",
213232  linebreak="al",
213233  unicodeslot=0x18BD1,
213234 },
213235 [0x18BD2]={
213236  category="lo",
213237  cjkwd="w",
213238  description="KHITAN SMALL SCRIPT CHARACTER-18BD2",
213239  direction="l",
213240  linebreak="al",
213241  unicodeslot=0x18BD2,
213242 },
213243 [0x18BD3]={
213244  category="lo",
213245  cjkwd="w",
213246  description="KHITAN SMALL SCRIPT CHARACTER-18BD3",
213247  direction="l",
213248  linebreak="al",
213249  unicodeslot=0x18BD3,
213250 },
213251 [0x18BD4]={
213252  category="lo",
213253  cjkwd="w",
213254  description="KHITAN SMALL SCRIPT CHARACTER-18BD4",
213255  direction="l",
213256  linebreak="al",
213257  unicodeslot=0x18BD4,
213258 },
213259 [0x18BD5]={
213260  category="lo",
213261  cjkwd="w",
213262  description="KHITAN SMALL SCRIPT CHARACTER-18BD5",
213263  direction="l",
213264  linebreak="al",
213265  unicodeslot=0x18BD5,
213266 },
213267 [0x18BD6]={
213268  category="lo",
213269  cjkwd="w",
213270  description="KHITAN SMALL SCRIPT CHARACTER-18BD6",
213271  direction="l",
213272  linebreak="al",
213273  unicodeslot=0x18BD6,
213274 },
213275 [0x18BD7]={
213276  category="lo",
213277  cjkwd="w",
213278  description="KHITAN SMALL SCRIPT CHARACTER-18BD7",
213279  direction="l",
213280  linebreak="al",
213281  unicodeslot=0x18BD7,
213282 },
213283 [0x18BD8]={
213284  category="lo",
213285  cjkwd="w",
213286  description="KHITAN SMALL SCRIPT CHARACTER-18BD8",
213287  direction="l",
213288  linebreak="al",
213289  unicodeslot=0x18BD8,
213290 },
213291 [0x18BD9]={
213292  category="lo",
213293  cjkwd="w",
213294  description="KHITAN SMALL SCRIPT CHARACTER-18BD9",
213295  direction="l",
213296  linebreak="al",
213297  unicodeslot=0x18BD9,
213298 },
213299 [0x18BDA]={
213300  category="lo",
213301  cjkwd="w",
213302  description="KHITAN SMALL SCRIPT CHARACTER-18BDA",
213303  direction="l",
213304  linebreak="al",
213305  unicodeslot=0x18BDA,
213306 },
213307 [0x18BDB]={
213308  category="lo",
213309  cjkwd="w",
213310  description="KHITAN SMALL SCRIPT CHARACTER-18BDB",
213311  direction="l",
213312  linebreak="al",
213313  unicodeslot=0x18BDB,
213314 },
213315 [0x18BDC]={
213316  category="lo",
213317  cjkwd="w",
213318  description="KHITAN SMALL SCRIPT CHARACTER-18BDC",
213319  direction="l",
213320  linebreak="al",
213321  unicodeslot=0x18BDC,
213322 },
213323 [0x18BDD]={
213324  category="lo",
213325  cjkwd="w",
213326  description="KHITAN SMALL SCRIPT CHARACTER-18BDD",
213327  direction="l",
213328  linebreak="al",
213329  unicodeslot=0x18BDD,
213330 },
213331 [0x18BDE]={
213332  category="lo",
213333  cjkwd="w",
213334  description="KHITAN SMALL SCRIPT CHARACTER-18BDE",
213335  direction="l",
213336  linebreak="al",
213337  unicodeslot=0x18BDE,
213338 },
213339 [0x18BDF]={
213340  category="lo",
213341  cjkwd="w",
213342  description="KHITAN SMALL SCRIPT CHARACTER-18BDF",
213343  direction="l",
213344  linebreak="al",
213345  unicodeslot=0x18BDF,
213346 },
213347 [0x18BE0]={
213348  category="lo",
213349  cjkwd="w",
213350  description="KHITAN SMALL SCRIPT CHARACTER-18BE0",
213351  direction="l",
213352  linebreak="al",
213353  unicodeslot=0x18BE0,
213354 },
213355 [0x18BE1]={
213356  category="lo",
213357  cjkwd="w",
213358  description="KHITAN SMALL SCRIPT CHARACTER-18BE1",
213359  direction="l",
213360  linebreak="al",
213361  unicodeslot=0x18BE1,
213362 },
213363 [0x18BE2]={
213364  category="lo",
213365  cjkwd="w",
213366  description="KHITAN SMALL SCRIPT CHARACTER-18BE2",
213367  direction="l",
213368  linebreak="al",
213369  unicodeslot=0x18BE2,
213370 },
213371 [0x18BE3]={
213372  category="lo",
213373  cjkwd="w",
213374  description="KHITAN SMALL SCRIPT CHARACTER-18BE3",
213375  direction="l",
213376  linebreak="al",
213377  unicodeslot=0x18BE3,
213378 },
213379 [0x18BE4]={
213380  category="lo",
213381  cjkwd="w",
213382  description="KHITAN SMALL SCRIPT CHARACTER-18BE4",
213383  direction="l",
213384  linebreak="al",
213385  unicodeslot=0x18BE4,
213386 },
213387 [0x18BE5]={
213388  category="lo",
213389  cjkwd="w",
213390  description="KHITAN SMALL SCRIPT CHARACTER-18BE5",
213391  direction="l",
213392  linebreak="al",
213393  unicodeslot=0x18BE5,
213394 },
213395 [0x18BE6]={
213396  category="lo",
213397  cjkwd="w",
213398  description="KHITAN SMALL SCRIPT CHARACTER-18BE6",
213399  direction="l",
213400  linebreak="al",
213401  unicodeslot=0x18BE6,
213402 },
213403 [0x18BE7]={
213404  category="lo",
213405  cjkwd="w",
213406  description="KHITAN SMALL SCRIPT CHARACTER-18BE7",
213407  direction="l",
213408  linebreak="al",
213409  unicodeslot=0x18BE7,
213410 },
213411 [0x18BE8]={
213412  category="lo",
213413  cjkwd="w",
213414  description="KHITAN SMALL SCRIPT CHARACTER-18BE8",
213415  direction="l",
213416  linebreak="al",
213417  unicodeslot=0x18BE8,
213418 },
213419 [0x18BE9]={
213420  category="lo",
213421  cjkwd="w",
213422  description="KHITAN SMALL SCRIPT CHARACTER-18BE9",
213423  direction="l",
213424  linebreak="al",
213425  unicodeslot=0x18BE9,
213426 },
213427 [0x18BEA]={
213428  category="lo",
213429  cjkwd="w",
213430  description="KHITAN SMALL SCRIPT CHARACTER-18BEA",
213431  direction="l",
213432  linebreak="al",
213433  unicodeslot=0x18BEA,
213434 },
213435 [0x18BEB]={
213436  category="lo",
213437  cjkwd="w",
213438  description="KHITAN SMALL SCRIPT CHARACTER-18BEB",
213439  direction="l",
213440  linebreak="al",
213441  unicodeslot=0x18BEB,
213442 },
213443 [0x18BEC]={
213444  category="lo",
213445  cjkwd="w",
213446  description="KHITAN SMALL SCRIPT CHARACTER-18BEC",
213447  direction="l",
213448  linebreak="al",
213449  unicodeslot=0x18BEC,
213450 },
213451 [0x18BED]={
213452  category="lo",
213453  cjkwd="w",
213454  description="KHITAN SMALL SCRIPT CHARACTER-18BED",
213455  direction="l",
213456  linebreak="al",
213457  unicodeslot=0x18BED,
213458 },
213459 [0x18BEE]={
213460  category="lo",
213461  cjkwd="w",
213462  description="KHITAN SMALL SCRIPT CHARACTER-18BEE",
213463  direction="l",
213464  linebreak="al",
213465  unicodeslot=0x18BEE,
213466 },
213467 [0x18BEF]={
213468  category="lo",
213469  cjkwd="w",
213470  description="KHITAN SMALL SCRIPT CHARACTER-18BEF",
213471  direction="l",
213472  linebreak="al",
213473  unicodeslot=0x18BEF,
213474 },
213475 [0x18BF0]={
213476  category="lo",
213477  cjkwd="w",
213478  description="KHITAN SMALL SCRIPT CHARACTER-18BF0",
213479  direction="l",
213480  linebreak="al",
213481  unicodeslot=0x18BF0,
213482 },
213483 [0x18BF1]={
213484  category="lo",
213485  cjkwd="w",
213486  description="KHITAN SMALL SCRIPT CHARACTER-18BF1",
213487  direction="l",
213488  linebreak="al",
213489  unicodeslot=0x18BF1,
213490 },
213491 [0x18BF2]={
213492  category="lo",
213493  cjkwd="w",
213494  description="KHITAN SMALL SCRIPT CHARACTER-18BF2",
213495  direction="l",
213496  linebreak="al",
213497  unicodeslot=0x18BF2,
213498 },
213499 [0x18BF3]={
213500  category="lo",
213501  cjkwd="w",
213502  description="KHITAN SMALL SCRIPT CHARACTER-18BF3",
213503  direction="l",
213504  linebreak="al",
213505  unicodeslot=0x18BF3,
213506 },
213507 [0x18BF4]={
213508  category="lo",
213509  cjkwd="w",
213510  description="KHITAN SMALL SCRIPT CHARACTER-18BF4",
213511  direction="l",
213512  linebreak="al",
213513  unicodeslot=0x18BF4,
213514 },
213515 [0x18BF5]={
213516  category="lo",
213517  cjkwd="w",
213518  description="KHITAN SMALL SCRIPT CHARACTER-18BF5",
213519  direction="l",
213520  linebreak="al",
213521  unicodeslot=0x18BF5,
213522 },
213523 [0x18BF6]={
213524  category="lo",
213525  cjkwd="w",
213526  description="KHITAN SMALL SCRIPT CHARACTER-18BF6",
213527  direction="l",
213528  linebreak="al",
213529  unicodeslot=0x18BF6,
213530 },
213531 [0x18BF7]={
213532  category="lo",
213533  cjkwd="w",
213534  description="KHITAN SMALL SCRIPT CHARACTER-18BF7",
213535  direction="l",
213536  linebreak="al",
213537  unicodeslot=0x18BF7,
213538 },
213539 [0x18BF8]={
213540  category="lo",
213541  cjkwd="w",
213542  description="KHITAN SMALL SCRIPT CHARACTER-18BF8",
213543  direction="l",
213544  linebreak="al",
213545  unicodeslot=0x18BF8,
213546 },
213547 [0x18BF9]={
213548  category="lo",
213549  cjkwd="w",
213550  description="KHITAN SMALL SCRIPT CHARACTER-18BF9",
213551  direction="l",
213552  linebreak="al",
213553  unicodeslot=0x18BF9,
213554 },
213555 [0x18BFA]={
213556  category="lo",
213557  cjkwd="w",
213558  description="KHITAN SMALL SCRIPT CHARACTER-18BFA",
213559  direction="l",
213560  linebreak="al",
213561  unicodeslot=0x18BFA,
213562 },
213563 [0x18BFB]={
213564  category="lo",
213565  cjkwd="w",
213566  description="KHITAN SMALL SCRIPT CHARACTER-18BFB",
213567  direction="l",
213568  linebreak="al",
213569  unicodeslot=0x18BFB,
213570 },
213571 [0x18BFC]={
213572  category="lo",
213573  cjkwd="w",
213574  description="KHITAN SMALL SCRIPT CHARACTER-18BFC",
213575  direction="l",
213576  linebreak="al",
213577  unicodeslot=0x18BFC,
213578 },
213579 [0x18BFD]={
213580  category="lo",
213581  cjkwd="w",
213582  description="KHITAN SMALL SCRIPT CHARACTER-18BFD",
213583  direction="l",
213584  linebreak="al",
213585  unicodeslot=0x18BFD,
213586 },
213587 [0x18BFE]={
213588  category="lo",
213589  cjkwd="w",
213590  description="KHITAN SMALL SCRIPT CHARACTER-18BFE",
213591  direction="l",
213592  linebreak="al",
213593  unicodeslot=0x18BFE,
213594 },
213595 [0x18BFF]={
213596  category="lo",
213597  cjkwd="w",
213598  description="KHITAN SMALL SCRIPT CHARACTER-18BFF",
213599  direction="l",
213600  linebreak="al",
213601  unicodeslot=0x18BFF,
213602 },
213603 [0x18C00]={
213604  category="lo",
213605  cjkwd="w",
213606  description="KHITAN SMALL SCRIPT CHARACTER-18C00",
213607  direction="l",
213608  linebreak="al",
213609  unicodeslot=0x18C00,
213610 },
213611 [0x18C01]={
213612  category="lo",
213613  cjkwd="w",
213614  description="KHITAN SMALL SCRIPT CHARACTER-18C01",
213615  direction="l",
213616  linebreak="al",
213617  unicodeslot=0x18C01,
213618 },
213619 [0x18C02]={
213620  category="lo",
213621  cjkwd="w",
213622  description="KHITAN SMALL SCRIPT CHARACTER-18C02",
213623  direction="l",
213624  linebreak="al",
213625  unicodeslot=0x18C02,
213626 },
213627 [0x18C03]={
213628  category="lo",
213629  cjkwd="w",
213630  description="KHITAN SMALL SCRIPT CHARACTER-18C03",
213631  direction="l",
213632  linebreak="al",
213633  unicodeslot=0x18C03,
213634 },
213635 [0x18C04]={
213636  category="lo",
213637  cjkwd="w",
213638  description="KHITAN SMALL SCRIPT CHARACTER-18C04",
213639  direction="l",
213640  linebreak="al",
213641  unicodeslot=0x18C04,
213642 },
213643 [0x18C05]={
213644  category="lo",
213645  cjkwd="w",
213646  description="KHITAN SMALL SCRIPT CHARACTER-18C05",
213647  direction="l",
213648  linebreak="al",
213649  unicodeslot=0x18C05,
213650 },
213651 [0x18C06]={
213652  category="lo",
213653  cjkwd="w",
213654  description="KHITAN SMALL SCRIPT CHARACTER-18C06",
213655  direction="l",
213656  linebreak="al",
213657  unicodeslot=0x18C06,
213658 },
213659 [0x18C07]={
213660  category="lo",
213661  cjkwd="w",
213662  description="KHITAN SMALL SCRIPT CHARACTER-18C07",
213663  direction="l",
213664  linebreak="al",
213665  unicodeslot=0x18C07,
213666 },
213667 [0x18C08]={
213668  category="lo",
213669  cjkwd="w",
213670  description="KHITAN SMALL SCRIPT CHARACTER-18C08",
213671  direction="l",
213672  linebreak="al",
213673  unicodeslot=0x18C08,
213674 },
213675 [0x18C09]={
213676  category="lo",
213677  cjkwd="w",
213678  description="KHITAN SMALL SCRIPT CHARACTER-18C09",
213679  direction="l",
213680  linebreak="al",
213681  unicodeslot=0x18C09,
213682 },
213683 [0x18C0A]={
213684  category="lo",
213685  cjkwd="w",
213686  description="KHITAN SMALL SCRIPT CHARACTER-18C0A",
213687  direction="l",
213688  linebreak="al",
213689  unicodeslot=0x18C0A,
213690 },
213691 [0x18C0B]={
213692  category="lo",
213693  cjkwd="w",
213694  description="KHITAN SMALL SCRIPT CHARACTER-18C0B",
213695  direction="l",
213696  linebreak="al",
213697  unicodeslot=0x18C0B,
213698 },
213699 [0x18C0C]={
213700  category="lo",
213701  cjkwd="w",
213702  description="KHITAN SMALL SCRIPT CHARACTER-18C0C",
213703  direction="l",
213704  linebreak="al",
213705  unicodeslot=0x18C0C,
213706 },
213707 [0x18C0D]={
213708  category="lo",
213709  cjkwd="w",
213710  description="KHITAN SMALL SCRIPT CHARACTER-18C0D",
213711  direction="l",
213712  linebreak="al",
213713  unicodeslot=0x18C0D,
213714 },
213715 [0x18C0E]={
213716  category="lo",
213717  cjkwd="w",
213718  description="KHITAN SMALL SCRIPT CHARACTER-18C0E",
213719  direction="l",
213720  linebreak="al",
213721  unicodeslot=0x18C0E,
213722 },
213723 [0x18C0F]={
213724  category="lo",
213725  cjkwd="w",
213726  description="KHITAN SMALL SCRIPT CHARACTER-18C0F",
213727  direction="l",
213728  linebreak="al",
213729  unicodeslot=0x18C0F,
213730 },
213731 [0x18C10]={
213732  category="lo",
213733  cjkwd="w",
213734  description="KHITAN SMALL SCRIPT CHARACTER-18C10",
213735  direction="l",
213736  linebreak="al",
213737  unicodeslot=0x18C10,
213738 },
213739 [0x18C11]={
213740  category="lo",
213741  cjkwd="w",
213742  description="KHITAN SMALL SCRIPT CHARACTER-18C11",
213743  direction="l",
213744  linebreak="al",
213745  unicodeslot=0x18C11,
213746 },
213747 [0x18C12]={
213748  category="lo",
213749  cjkwd="w",
213750  description="KHITAN SMALL SCRIPT CHARACTER-18C12",
213751  direction="l",
213752  linebreak="al",
213753  unicodeslot=0x18C12,
213754 },
213755 [0x18C13]={
213756  category="lo",
213757  cjkwd="w",
213758  description="KHITAN SMALL SCRIPT CHARACTER-18C13",
213759  direction="l",
213760  linebreak="al",
213761  unicodeslot=0x18C13,
213762 },
213763 [0x18C14]={
213764  category="lo",
213765  cjkwd="w",
213766  description="KHITAN SMALL SCRIPT CHARACTER-18C14",
213767  direction="l",
213768  linebreak="al",
213769  unicodeslot=0x18C14,
213770 },
213771 [0x18C15]={
213772  category="lo",
213773  cjkwd="w",
213774  description="KHITAN SMALL SCRIPT CHARACTER-18C15",
213775  direction="l",
213776  linebreak="al",
213777  unicodeslot=0x18C15,
213778 },
213779 [0x18C16]={
213780  category="lo",
213781  cjkwd="w",
213782  description="KHITAN SMALL SCRIPT CHARACTER-18C16",
213783  direction="l",
213784  linebreak="al",
213785  unicodeslot=0x18C16,
213786 },
213787 [0x18C17]={
213788  category="lo",
213789  cjkwd="w",
213790  description="KHITAN SMALL SCRIPT CHARACTER-18C17",
213791  direction="l",
213792  linebreak="al",
213793  unicodeslot=0x18C17,
213794 },
213795 [0x18C18]={
213796  category="lo",
213797  cjkwd="w",
213798  description="KHITAN SMALL SCRIPT CHARACTER-18C18",
213799  direction="l",
213800  linebreak="al",
213801  unicodeslot=0x18C18,
213802 },
213803 [0x18C19]={
213804  category="lo",
213805  cjkwd="w",
213806  description="KHITAN SMALL SCRIPT CHARACTER-18C19",
213807  direction="l",
213808  linebreak="al",
213809  unicodeslot=0x18C19,
213810 },
213811 [0x18C1A]={
213812  category="lo",
213813  cjkwd="w",
213814  description="KHITAN SMALL SCRIPT CHARACTER-18C1A",
213815  direction="l",
213816  linebreak="al",
213817  unicodeslot=0x18C1A,
213818 },
213819 [0x18C1B]={
213820  category="lo",
213821  cjkwd="w",
213822  description="KHITAN SMALL SCRIPT CHARACTER-18C1B",
213823  direction="l",
213824  linebreak="al",
213825  unicodeslot=0x18C1B,
213826 },
213827 [0x18C1C]={
213828  category="lo",
213829  cjkwd="w",
213830  description="KHITAN SMALL SCRIPT CHARACTER-18C1C",
213831  direction="l",
213832  linebreak="al",
213833  unicodeslot=0x18C1C,
213834 },
213835 [0x18C1D]={
213836  category="lo",
213837  cjkwd="w",
213838  description="KHITAN SMALL SCRIPT CHARACTER-18C1D",
213839  direction="l",
213840  linebreak="al",
213841  unicodeslot=0x18C1D,
213842 },
213843 [0x18C1E]={
213844  category="lo",
213845  cjkwd="w",
213846  description="KHITAN SMALL SCRIPT CHARACTER-18C1E",
213847  direction="l",
213848  linebreak="al",
213849  unicodeslot=0x18C1E,
213850 },
213851 [0x18C1F]={
213852  category="lo",
213853  cjkwd="w",
213854  description="KHITAN SMALL SCRIPT CHARACTER-18C1F",
213855  direction="l",
213856  linebreak="al",
213857  unicodeslot=0x18C1F,
213858 },
213859 [0x18C20]={
213860  category="lo",
213861  cjkwd="w",
213862  description="KHITAN SMALL SCRIPT CHARACTER-18C20",
213863  direction="l",
213864  linebreak="al",
213865  unicodeslot=0x18C20,
213866 },
213867 [0x18C21]={
213868  category="lo",
213869  cjkwd="w",
213870  description="KHITAN SMALL SCRIPT CHARACTER-18C21",
213871  direction="l",
213872  linebreak="al",
213873  unicodeslot=0x18C21,
213874 },
213875 [0x18C22]={
213876  category="lo",
213877  cjkwd="w",
213878  description="KHITAN SMALL SCRIPT CHARACTER-18C22",
213879  direction="l",
213880  linebreak="al",
213881  unicodeslot=0x18C22,
213882 },
213883 [0x18C23]={
213884  category="lo",
213885  cjkwd="w",
213886  description="KHITAN SMALL SCRIPT CHARACTER-18C23",
213887  direction="l",
213888  linebreak="al",
213889  unicodeslot=0x18C23,
213890 },
213891 [0x18C24]={
213892  category="lo",
213893  cjkwd="w",
213894  description="KHITAN SMALL SCRIPT CHARACTER-18C24",
213895  direction="l",
213896  linebreak="al",
213897  unicodeslot=0x18C24,
213898 },
213899 [0x18C25]={
213900  category="lo",
213901  cjkwd="w",
213902  description="KHITAN SMALL SCRIPT CHARACTER-18C25",
213903  direction="l",
213904  linebreak="al",
213905  unicodeslot=0x18C25,
213906 },
213907 [0x18C26]={
213908  category="lo",
213909  cjkwd="w",
213910  description="KHITAN SMALL SCRIPT CHARACTER-18C26",
213911  direction="l",
213912  linebreak="al",
213913  unicodeslot=0x18C26,
213914 },
213915 [0x18C27]={
213916  category="lo",
213917  cjkwd="w",
213918  description="KHITAN SMALL SCRIPT CHARACTER-18C27",
213919  direction="l",
213920  linebreak="al",
213921  unicodeslot=0x18C27,
213922 },
213923 [0x18C28]={
213924  category="lo",
213925  cjkwd="w",
213926  description="KHITAN SMALL SCRIPT CHARACTER-18C28",
213927  direction="l",
213928  linebreak="al",
213929  unicodeslot=0x18C28,
213930 },
213931 [0x18C29]={
213932  category="lo",
213933  cjkwd="w",
213934  description="KHITAN SMALL SCRIPT CHARACTER-18C29",
213935  direction="l",
213936  linebreak="al",
213937  unicodeslot=0x18C29,
213938 },
213939 [0x18C2A]={
213940  category="lo",
213941  cjkwd="w",
213942  description="KHITAN SMALL SCRIPT CHARACTER-18C2A",
213943  direction="l",
213944  linebreak="al",
213945  unicodeslot=0x18C2A,
213946 },
213947 [0x18C2B]={
213948  category="lo",
213949  cjkwd="w",
213950  description="KHITAN SMALL SCRIPT CHARACTER-18C2B",
213951  direction="l",
213952  linebreak="al",
213953  unicodeslot=0x18C2B,
213954 },
213955 [0x18C2C]={
213956  category="lo",
213957  cjkwd="w",
213958  description="KHITAN SMALL SCRIPT CHARACTER-18C2C",
213959  direction="l",
213960  linebreak="al",
213961  unicodeslot=0x18C2C,
213962 },
213963 [0x18C2D]={
213964  category="lo",
213965  cjkwd="w",
213966  description="KHITAN SMALL SCRIPT CHARACTER-18C2D",
213967  direction="l",
213968  linebreak="al",
213969  unicodeslot=0x18C2D,
213970 },
213971 [0x18C2E]={
213972  category="lo",
213973  cjkwd="w",
213974  description="KHITAN SMALL SCRIPT CHARACTER-18C2E",
213975  direction="l",
213976  linebreak="al",
213977  unicodeslot=0x18C2E,
213978 },
213979 [0x18C2F]={
213980  category="lo",
213981  cjkwd="w",
213982  description="KHITAN SMALL SCRIPT CHARACTER-18C2F",
213983  direction="l",
213984  linebreak="al",
213985  unicodeslot=0x18C2F,
213986 },
213987 [0x18C30]={
213988  category="lo",
213989  cjkwd="w",
213990  description="KHITAN SMALL SCRIPT CHARACTER-18C30",
213991  direction="l",
213992  linebreak="al",
213993  unicodeslot=0x18C30,
213994 },
213995 [0x18C31]={
213996  category="lo",
213997  cjkwd="w",
213998  description="KHITAN SMALL SCRIPT CHARACTER-18C31",
213999  direction="l",
214000  linebreak="al",
214001  unicodeslot=0x18C31,
214002 },
214003 [0x18C32]={
214004  category="lo",
214005  cjkwd="w",
214006  description="KHITAN SMALL SCRIPT CHARACTER-18C32",
214007  direction="l",
214008  linebreak="al",
214009  unicodeslot=0x18C32,
214010 },
214011 [0x18C33]={
214012  category="lo",
214013  cjkwd="w",
214014  description="KHITAN SMALL SCRIPT CHARACTER-18C33",
214015  direction="l",
214016  linebreak="al",
214017  unicodeslot=0x18C33,
214018 },
214019 [0x18C34]={
214020  category="lo",
214021  cjkwd="w",
214022  description="KHITAN SMALL SCRIPT CHARACTER-18C34",
214023  direction="l",
214024  linebreak="al",
214025  unicodeslot=0x18C34,
214026 },
214027 [0x18C35]={
214028  category="lo",
214029  cjkwd="w",
214030  description="KHITAN SMALL SCRIPT CHARACTER-18C35",
214031  direction="l",
214032  linebreak="al",
214033  unicodeslot=0x18C35,
214034 },
214035 [0x18C36]={
214036  category="lo",
214037  cjkwd="w",
214038  description="KHITAN SMALL SCRIPT CHARACTER-18C36",
214039  direction="l",
214040  linebreak="al",
214041  unicodeslot=0x18C36,
214042 },
214043 [0x18C37]={
214044  category="lo",
214045  cjkwd="w",
214046  description="KHITAN SMALL SCRIPT CHARACTER-18C37",
214047  direction="l",
214048  linebreak="al",
214049  unicodeslot=0x18C37,
214050 },
214051 [0x18C38]={
214052  category="lo",
214053  cjkwd="w",
214054  description="KHITAN SMALL SCRIPT CHARACTER-18C38",
214055  direction="l",
214056  linebreak="al",
214057  unicodeslot=0x18C38,
214058 },
214059 [0x18C39]={
214060  category="lo",
214061  cjkwd="w",
214062  description="KHITAN SMALL SCRIPT CHARACTER-18C39",
214063  direction="l",
214064  linebreak="al",
214065  unicodeslot=0x18C39,
214066 },
214067 [0x18C3A]={
214068  category="lo",
214069  cjkwd="w",
214070  description="KHITAN SMALL SCRIPT CHARACTER-18C3A",
214071  direction="l",
214072  linebreak="al",
214073  unicodeslot=0x18C3A,
214074 },
214075 [0x18C3B]={
214076  category="lo",
214077  cjkwd="w",
214078  description="KHITAN SMALL SCRIPT CHARACTER-18C3B",
214079  direction="l",
214080  linebreak="al",
214081  unicodeslot=0x18C3B,
214082 },
214083 [0x18C3C]={
214084  category="lo",
214085  cjkwd="w",
214086  description="KHITAN SMALL SCRIPT CHARACTER-18C3C",
214087  direction="l",
214088  linebreak="al",
214089  unicodeslot=0x18C3C,
214090 },
214091 [0x18C3D]={
214092  category="lo",
214093  cjkwd="w",
214094  description="KHITAN SMALL SCRIPT CHARACTER-18C3D",
214095  direction="l",
214096  linebreak="al",
214097  unicodeslot=0x18C3D,
214098 },
214099 [0x18C3E]={
214100  category="lo",
214101  cjkwd="w",
214102  description="KHITAN SMALL SCRIPT CHARACTER-18C3E",
214103  direction="l",
214104  linebreak="al",
214105  unicodeslot=0x18C3E,
214106 },
214107 [0x18C3F]={
214108  category="lo",
214109  cjkwd="w",
214110  description="KHITAN SMALL SCRIPT CHARACTER-18C3F",
214111  direction="l",
214112  linebreak="al",
214113  unicodeslot=0x18C3F,
214114 },
214115 [0x18C40]={
214116  category="lo",
214117  cjkwd="w",
214118  description="KHITAN SMALL SCRIPT CHARACTER-18C40",
214119  direction="l",
214120  linebreak="al",
214121  unicodeslot=0x18C40,
214122 },
214123 [0x18C41]={
214124  category="lo",
214125  cjkwd="w",
214126  description="KHITAN SMALL SCRIPT CHARACTER-18C41",
214127  direction="l",
214128  linebreak="al",
214129  unicodeslot=0x18C41,
214130 },
214131 [0x18C42]={
214132  category="lo",
214133  cjkwd="w",
214134  description="KHITAN SMALL SCRIPT CHARACTER-18C42",
214135  direction="l",
214136  linebreak="al",
214137  unicodeslot=0x18C42,
214138 },
214139 [0x18C43]={
214140  category="lo",
214141  cjkwd="w",
214142  description="KHITAN SMALL SCRIPT CHARACTER-18C43",
214143  direction="l",
214144  linebreak="al",
214145  unicodeslot=0x18C43,
214146 },
214147 [0x18C44]={
214148  category="lo",
214149  cjkwd="w",
214150  description="KHITAN SMALL SCRIPT CHARACTER-18C44",
214151  direction="l",
214152  linebreak="al",
214153  unicodeslot=0x18C44,
214154 },
214155 [0x18C45]={
214156  category="lo",
214157  cjkwd="w",
214158  description="KHITAN SMALL SCRIPT CHARACTER-18C45",
214159  direction="l",
214160  linebreak="al",
214161  unicodeslot=0x18C45,
214162 },
214163 [0x18C46]={
214164  category="lo",
214165  cjkwd="w",
214166  description="KHITAN SMALL SCRIPT CHARACTER-18C46",
214167  direction="l",
214168  linebreak="al",
214169  unicodeslot=0x18C46,
214170 },
214171 [0x18C47]={
214172  category="lo",
214173  cjkwd="w",
214174  description="KHITAN SMALL SCRIPT CHARACTER-18C47",
214175  direction="l",
214176  linebreak="al",
214177  unicodeslot=0x18C47,
214178 },
214179 [0x18C48]={
214180  category="lo",
214181  cjkwd="w",
214182  description="KHITAN SMALL SCRIPT CHARACTER-18C48",
214183  direction="l",
214184  linebreak="al",
214185  unicodeslot=0x18C48,
214186 },
214187 [0x18C49]={
214188  category="lo",
214189  cjkwd="w",
214190  description="KHITAN SMALL SCRIPT CHARACTER-18C49",
214191  direction="l",
214192  linebreak="al",
214193  unicodeslot=0x18C49,
214194 },
214195 [0x18C4A]={
214196  category="lo",
214197  cjkwd="w",
214198  description="KHITAN SMALL SCRIPT CHARACTER-18C4A",
214199  direction="l",
214200  linebreak="al",
214201  unicodeslot=0x18C4A,
214202 },
214203 [0x18C4B]={
214204  category="lo",
214205  cjkwd="w",
214206  description="KHITAN SMALL SCRIPT CHARACTER-18C4B",
214207  direction="l",
214208  linebreak="al",
214209  unicodeslot=0x18C4B,
214210 },
214211 [0x18C4C]={
214212  category="lo",
214213  cjkwd="w",
214214  description="KHITAN SMALL SCRIPT CHARACTER-18C4C",
214215  direction="l",
214216  linebreak="al",
214217  unicodeslot=0x18C4C,
214218 },
214219 [0x18C4D]={
214220  category="lo",
214221  cjkwd="w",
214222  description="KHITAN SMALL SCRIPT CHARACTER-18C4D",
214223  direction="l",
214224  linebreak="al",
214225  unicodeslot=0x18C4D,
214226 },
214227 [0x18C4E]={
214228  category="lo",
214229  cjkwd="w",
214230  description="KHITAN SMALL SCRIPT CHARACTER-18C4E",
214231  direction="l",
214232  linebreak="al",
214233  unicodeslot=0x18C4E,
214234 },
214235 [0x18C4F]={
214236  category="lo",
214237  cjkwd="w",
214238  description="KHITAN SMALL SCRIPT CHARACTER-18C4F",
214239  direction="l",
214240  linebreak="al",
214241  unicodeslot=0x18C4F,
214242 },
214243 [0x18C50]={
214244  category="lo",
214245  cjkwd="w",
214246  description="KHITAN SMALL SCRIPT CHARACTER-18C50",
214247  direction="l",
214248  linebreak="al",
214249  unicodeslot=0x18C50,
214250 },
214251 [0x18C51]={
214252  category="lo",
214253  cjkwd="w",
214254  description="KHITAN SMALL SCRIPT CHARACTER-18C51",
214255  direction="l",
214256  linebreak="al",
214257  unicodeslot=0x18C51,
214258 },
214259 [0x18C52]={
214260  category="lo",
214261  cjkwd="w",
214262  description="KHITAN SMALL SCRIPT CHARACTER-18C52",
214263  direction="l",
214264  linebreak="al",
214265  unicodeslot=0x18C52,
214266 },
214267 [0x18C53]={
214268  category="lo",
214269  cjkwd="w",
214270  description="KHITAN SMALL SCRIPT CHARACTER-18C53",
214271  direction="l",
214272  linebreak="al",
214273  unicodeslot=0x18C53,
214274 },
214275 [0x18C54]={
214276  category="lo",
214277  cjkwd="w",
214278  description="KHITAN SMALL SCRIPT CHARACTER-18C54",
214279  direction="l",
214280  linebreak="al",
214281  unicodeslot=0x18C54,
214282 },
214283 [0x18C55]={
214284  category="lo",
214285  cjkwd="w",
214286  description="KHITAN SMALL SCRIPT CHARACTER-18C55",
214287  direction="l",
214288  linebreak="al",
214289  unicodeslot=0x18C55,
214290 },
214291 [0x18C56]={
214292  category="lo",
214293  cjkwd="w",
214294  description="KHITAN SMALL SCRIPT CHARACTER-18C56",
214295  direction="l",
214296  linebreak="al",
214297  unicodeslot=0x18C56,
214298 },
214299 [0x18C57]={
214300  category="lo",
214301  cjkwd="w",
214302  description="KHITAN SMALL SCRIPT CHARACTER-18C57",
214303  direction="l",
214304  linebreak="al",
214305  unicodeslot=0x18C57,
214306 },
214307 [0x18C58]={
214308  category="lo",
214309  cjkwd="w",
214310  description="KHITAN SMALL SCRIPT CHARACTER-18C58",
214311  direction="l",
214312  linebreak="al",
214313  unicodeslot=0x18C58,
214314 },
214315 [0x18C59]={
214316  category="lo",
214317  cjkwd="w",
214318  description="KHITAN SMALL SCRIPT CHARACTER-18C59",
214319  direction="l",
214320  linebreak="al",
214321  unicodeslot=0x18C59,
214322 },
214323 [0x18C5A]={
214324  category="lo",
214325  cjkwd="w",
214326  description="KHITAN SMALL SCRIPT CHARACTER-18C5A",
214327  direction="l",
214328  linebreak="al",
214329  unicodeslot=0x18C5A,
214330 },
214331 [0x18C5B]={
214332  category="lo",
214333  cjkwd="w",
214334  description="KHITAN SMALL SCRIPT CHARACTER-18C5B",
214335  direction="l",
214336  linebreak="al",
214337  unicodeslot=0x18C5B,
214338 },
214339 [0x18C5C]={
214340  category="lo",
214341  cjkwd="w",
214342  description="KHITAN SMALL SCRIPT CHARACTER-18C5C",
214343  direction="l",
214344  linebreak="al",
214345  unicodeslot=0x18C5C,
214346 },
214347 [0x18C5D]={
214348  category="lo",
214349  cjkwd="w",
214350  description="KHITAN SMALL SCRIPT CHARACTER-18C5D",
214351  direction="l",
214352  linebreak="al",
214353  unicodeslot=0x18C5D,
214354 },
214355 [0x18C5E]={
214356  category="lo",
214357  cjkwd="w",
214358  description="KHITAN SMALL SCRIPT CHARACTER-18C5E",
214359  direction="l",
214360  linebreak="al",
214361  unicodeslot=0x18C5E,
214362 },
214363 [0x18C5F]={
214364  category="lo",
214365  cjkwd="w",
214366  description="KHITAN SMALL SCRIPT CHARACTER-18C5F",
214367  direction="l",
214368  linebreak="al",
214369  unicodeslot=0x18C5F,
214370 },
214371 [0x18C60]={
214372  category="lo",
214373  cjkwd="w",
214374  description="KHITAN SMALL SCRIPT CHARACTER-18C60",
214375  direction="l",
214376  linebreak="al",
214377  unicodeslot=0x18C60,
214378 },
214379 [0x18C61]={
214380  category="lo",
214381  cjkwd="w",
214382  description="KHITAN SMALL SCRIPT CHARACTER-18C61",
214383  direction="l",
214384  linebreak="al",
214385  unicodeslot=0x18C61,
214386 },
214387 [0x18C62]={
214388  category="lo",
214389  cjkwd="w",
214390  description="KHITAN SMALL SCRIPT CHARACTER-18C62",
214391  direction="l",
214392  linebreak="al",
214393  unicodeslot=0x18C62,
214394 },
214395 [0x18C63]={
214396  category="lo",
214397  cjkwd="w",
214398  description="KHITAN SMALL SCRIPT CHARACTER-18C63",
214399  direction="l",
214400  linebreak="al",
214401  unicodeslot=0x18C63,
214402 },
214403 [0x18C64]={
214404  category="lo",
214405  cjkwd="w",
214406  description="KHITAN SMALL SCRIPT CHARACTER-18C64",
214407  direction="l",
214408  linebreak="al",
214409  unicodeslot=0x18C64,
214410 },
214411 [0x18C65]={
214412  category="lo",
214413  cjkwd="w",
214414  description="KHITAN SMALL SCRIPT CHARACTER-18C65",
214415  direction="l",
214416  linebreak="al",
214417  unicodeslot=0x18C65,
214418 },
214419 [0x18C66]={
214420  category="lo",
214421  cjkwd="w",
214422  description="KHITAN SMALL SCRIPT CHARACTER-18C66",
214423  direction="l",
214424  linebreak="al",
214425  unicodeslot=0x18C66,
214426 },
214427 [0x18C67]={
214428  category="lo",
214429  cjkwd="w",
214430  description="KHITAN SMALL SCRIPT CHARACTER-18C67",
214431  direction="l",
214432  linebreak="al",
214433  unicodeslot=0x18C67,
214434 },
214435 [0x18C68]={
214436  category="lo",
214437  cjkwd="w",
214438  description="KHITAN SMALL SCRIPT CHARACTER-18C68",
214439  direction="l",
214440  linebreak="al",
214441  unicodeslot=0x18C68,
214442 },
214443 [0x18C69]={
214444  category="lo",
214445  cjkwd="w",
214446  description="KHITAN SMALL SCRIPT CHARACTER-18C69",
214447  direction="l",
214448  linebreak="al",
214449  unicodeslot=0x18C69,
214450 },
214451 [0x18C6A]={
214452  category="lo",
214453  cjkwd="w",
214454  description="KHITAN SMALL SCRIPT CHARACTER-18C6A",
214455  direction="l",
214456  linebreak="al",
214457  unicodeslot=0x18C6A,
214458 },
214459 [0x18C6B]={
214460  category="lo",
214461  cjkwd="w",
214462  description="KHITAN SMALL SCRIPT CHARACTER-18C6B",
214463  direction="l",
214464  linebreak="al",
214465  unicodeslot=0x18C6B,
214466 },
214467 [0x18C6C]={
214468  category="lo",
214469  cjkwd="w",
214470  description="KHITAN SMALL SCRIPT CHARACTER-18C6C",
214471  direction="l",
214472  linebreak="al",
214473  unicodeslot=0x18C6C,
214474 },
214475 [0x18C6D]={
214476  category="lo",
214477  cjkwd="w",
214478  description="KHITAN SMALL SCRIPT CHARACTER-18C6D",
214479  direction="l",
214480  linebreak="al",
214481  unicodeslot=0x18C6D,
214482 },
214483 [0x18C6E]={
214484  category="lo",
214485  cjkwd="w",
214486  description="KHITAN SMALL SCRIPT CHARACTER-18C6E",
214487  direction="l",
214488  linebreak="al",
214489  unicodeslot=0x18C6E,
214490 },
214491 [0x18C6F]={
214492  category="lo",
214493  cjkwd="w",
214494  description="KHITAN SMALL SCRIPT CHARACTER-18C6F",
214495  direction="l",
214496  linebreak="al",
214497  unicodeslot=0x18C6F,
214498 },
214499 [0x18C70]={
214500  category="lo",
214501  cjkwd="w",
214502  description="KHITAN SMALL SCRIPT CHARACTER-18C70",
214503  direction="l",
214504  linebreak="al",
214505  unicodeslot=0x18C70,
214506 },
214507 [0x18C71]={
214508  category="lo",
214509  cjkwd="w",
214510  description="KHITAN SMALL SCRIPT CHARACTER-18C71",
214511  direction="l",
214512  linebreak="al",
214513  unicodeslot=0x18C71,
214514 },
214515 [0x18C72]={
214516  category="lo",
214517  cjkwd="w",
214518  description="KHITAN SMALL SCRIPT CHARACTER-18C72",
214519  direction="l",
214520  linebreak="al",
214521  unicodeslot=0x18C72,
214522 },
214523 [0x18C73]={
214524  category="lo",
214525  cjkwd="w",
214526  description="KHITAN SMALL SCRIPT CHARACTER-18C73",
214527  direction="l",
214528  linebreak="al",
214529  unicodeslot=0x18C73,
214530 },
214531 [0x18C74]={
214532  category="lo",
214533  cjkwd="w",
214534  description="KHITAN SMALL SCRIPT CHARACTER-18C74",
214535  direction="l",
214536  linebreak="al",
214537  unicodeslot=0x18C74,
214538 },
214539 [0x18C75]={
214540  category="lo",
214541  cjkwd="w",
214542  description="KHITAN SMALL SCRIPT CHARACTER-18C75",
214543  direction="l",
214544  linebreak="al",
214545  unicodeslot=0x18C75,
214546 },
214547 [0x18C76]={
214548  category="lo",
214549  cjkwd="w",
214550  description="KHITAN SMALL SCRIPT CHARACTER-18C76",
214551  direction="l",
214552  linebreak="al",
214553  unicodeslot=0x18C76,
214554 },
214555 [0x18C77]={
214556  category="lo",
214557  cjkwd="w",
214558  description="KHITAN SMALL SCRIPT CHARACTER-18C77",
214559  direction="l",
214560  linebreak="al",
214561  unicodeslot=0x18C77,
214562 },
214563 [0x18C78]={
214564  category="lo",
214565  cjkwd="w",
214566  description="KHITAN SMALL SCRIPT CHARACTER-18C78",
214567  direction="l",
214568  linebreak="al",
214569  unicodeslot=0x18C78,
214570 },
214571 [0x18C79]={
214572  category="lo",
214573  cjkwd="w",
214574  description="KHITAN SMALL SCRIPT CHARACTER-18C79",
214575  direction="l",
214576  linebreak="al",
214577  unicodeslot=0x18C79,
214578 },
214579 [0x18C7A]={
214580  category="lo",
214581  cjkwd="w",
214582  description="KHITAN SMALL SCRIPT CHARACTER-18C7A",
214583  direction="l",
214584  linebreak="al",
214585  unicodeslot=0x18C7A,
214586 },
214587 [0x18C7B]={
214588  category="lo",
214589  cjkwd="w",
214590  description="KHITAN SMALL SCRIPT CHARACTER-18C7B",
214591  direction="l",
214592  linebreak="al",
214593  unicodeslot=0x18C7B,
214594 },
214595 [0x18C7C]={
214596  category="lo",
214597  cjkwd="w",
214598  description="KHITAN SMALL SCRIPT CHARACTER-18C7C",
214599  direction="l",
214600  linebreak="al",
214601  unicodeslot=0x18C7C,
214602 },
214603 [0x18C7D]={
214604  category="lo",
214605  cjkwd="w",
214606  description="KHITAN SMALL SCRIPT CHARACTER-18C7D",
214607  direction="l",
214608  linebreak="al",
214609  unicodeslot=0x18C7D,
214610 },
214611 [0x18C7E]={
214612  category="lo",
214613  cjkwd="w",
214614  description="KHITAN SMALL SCRIPT CHARACTER-18C7E",
214615  direction="l",
214616  linebreak="al",
214617  unicodeslot=0x18C7E,
214618 },
214619 [0x18C7F]={
214620  category="lo",
214621  cjkwd="w",
214622  description="KHITAN SMALL SCRIPT CHARACTER-18C7F",
214623  direction="l",
214624  linebreak="al",
214625  unicodeslot=0x18C7F,
214626 },
214627 [0x18C80]={
214628  category="lo",
214629  cjkwd="w",
214630  description="KHITAN SMALL SCRIPT CHARACTER-18C80",
214631  direction="l",
214632  linebreak="al",
214633  unicodeslot=0x18C80,
214634 },
214635 [0x18C81]={
214636  category="lo",
214637  cjkwd="w",
214638  description="KHITAN SMALL SCRIPT CHARACTER-18C81",
214639  direction="l",
214640  linebreak="al",
214641  unicodeslot=0x18C81,
214642 },
214643 [0x18C82]={
214644  category="lo",
214645  cjkwd="w",
214646  description="KHITAN SMALL SCRIPT CHARACTER-18C82",
214647  direction="l",
214648  linebreak="al",
214649  unicodeslot=0x18C82,
214650 },
214651 [0x18C83]={
214652  category="lo",
214653  cjkwd="w",
214654  description="KHITAN SMALL SCRIPT CHARACTER-18C83",
214655  direction="l",
214656  linebreak="al",
214657  unicodeslot=0x18C83,
214658 },
214659 [0x18C84]={
214660  category="lo",
214661  cjkwd="w",
214662  description="KHITAN SMALL SCRIPT CHARACTER-18C84",
214663  direction="l",
214664  linebreak="al",
214665  unicodeslot=0x18C84,
214666 },
214667 [0x18C85]={
214668  category="lo",
214669  cjkwd="w",
214670  description="KHITAN SMALL SCRIPT CHARACTER-18C85",
214671  direction="l",
214672  linebreak="al",
214673  unicodeslot=0x18C85,
214674 },
214675 [0x18C86]={
214676  category="lo",
214677  cjkwd="w",
214678  description="KHITAN SMALL SCRIPT CHARACTER-18C86",
214679  direction="l",
214680  linebreak="al",
214681  unicodeslot=0x18C86,
214682 },
214683 [0x18C87]={
214684  category="lo",
214685  cjkwd="w",
214686  description="KHITAN SMALL SCRIPT CHARACTER-18C87",
214687  direction="l",
214688  linebreak="al",
214689  unicodeslot=0x18C87,
214690 },
214691 [0x18C88]={
214692  category="lo",
214693  cjkwd="w",
214694  description="KHITAN SMALL SCRIPT CHARACTER-18C88",
214695  direction="l",
214696  linebreak="al",
214697  unicodeslot=0x18C88,
214698 },
214699 [0x18C89]={
214700  category="lo",
214701  cjkwd="w",
214702  description="KHITAN SMALL SCRIPT CHARACTER-18C89",
214703  direction="l",
214704  linebreak="al",
214705  unicodeslot=0x18C89,
214706 },
214707 [0x18C8A]={
214708  category="lo",
214709  cjkwd="w",
214710  description="KHITAN SMALL SCRIPT CHARACTER-18C8A",
214711  direction="l",
214712  linebreak="al",
214713  unicodeslot=0x18C8A,
214714 },
214715 [0x18C8B]={
214716  category="lo",
214717  cjkwd="w",
214718  description="KHITAN SMALL SCRIPT CHARACTER-18C8B",
214719  direction="l",
214720  linebreak="al",
214721  unicodeslot=0x18C8B,
214722 },
214723 [0x18C8C]={
214724  category="lo",
214725  cjkwd="w",
214726  description="KHITAN SMALL SCRIPT CHARACTER-18C8C",
214727  direction="l",
214728  linebreak="al",
214729  unicodeslot=0x18C8C,
214730 },
214731 [0x18C8D]={
214732  category="lo",
214733  cjkwd="w",
214734  description="KHITAN SMALL SCRIPT CHARACTER-18C8D",
214735  direction="l",
214736  linebreak="al",
214737  unicodeslot=0x18C8D,
214738 },
214739 [0x18C8E]={
214740  category="lo",
214741  cjkwd="w",
214742  description="KHITAN SMALL SCRIPT CHARACTER-18C8E",
214743  direction="l",
214744  linebreak="al",
214745  unicodeslot=0x18C8E,
214746 },
214747 [0x18C8F]={
214748  category="lo",
214749  cjkwd="w",
214750  description="KHITAN SMALL SCRIPT CHARACTER-18C8F",
214751  direction="l",
214752  linebreak="al",
214753  unicodeslot=0x18C8F,
214754 },
214755 [0x18C90]={
214756  category="lo",
214757  cjkwd="w",
214758  description="KHITAN SMALL SCRIPT CHARACTER-18C90",
214759  direction="l",
214760  linebreak="al",
214761  unicodeslot=0x18C90,
214762 },
214763 [0x18C91]={
214764  category="lo",
214765  cjkwd="w",
214766  description="KHITAN SMALL SCRIPT CHARACTER-18C91",
214767  direction="l",
214768  linebreak="al",
214769  unicodeslot=0x18C91,
214770 },
214771 [0x18C92]={
214772  category="lo",
214773  cjkwd="w",
214774  description="KHITAN SMALL SCRIPT CHARACTER-18C92",
214775  direction="l",
214776  linebreak="al",
214777  unicodeslot=0x18C92,
214778 },
214779 [0x18C93]={
214780  category="lo",
214781  cjkwd="w",
214782  description="KHITAN SMALL SCRIPT CHARACTER-18C93",
214783  direction="l",
214784  linebreak="al",
214785  unicodeslot=0x18C93,
214786 },
214787 [0x18C94]={
214788  category="lo",
214789  cjkwd="w",
214790  description="KHITAN SMALL SCRIPT CHARACTER-18C94",
214791  direction="l",
214792  linebreak="al",
214793  unicodeslot=0x18C94,
214794 },
214795 [0x18C95]={
214796  category="lo",
214797  cjkwd="w",
214798  description="KHITAN SMALL SCRIPT CHARACTER-18C95",
214799  direction="l",
214800  linebreak="al",
214801  unicodeslot=0x18C95,
214802 },
214803 [0x18C96]={
214804  category="lo",
214805  cjkwd="w",
214806  description="KHITAN SMALL SCRIPT CHARACTER-18C96",
214807  direction="l",
214808  linebreak="al",
214809  unicodeslot=0x18C96,
214810 },
214811 [0x18C97]={
214812  category="lo",
214813  cjkwd="w",
214814  description="KHITAN SMALL SCRIPT CHARACTER-18C97",
214815  direction="l",
214816  linebreak="al",
214817  unicodeslot=0x18C97,
214818 },
214819 [0x18C98]={
214820  category="lo",
214821  cjkwd="w",
214822  description="KHITAN SMALL SCRIPT CHARACTER-18C98",
214823  direction="l",
214824  linebreak="al",
214825  unicodeslot=0x18C98,
214826 },
214827 [0x18C99]={
214828  category="lo",
214829  cjkwd="w",
214830  description="KHITAN SMALL SCRIPT CHARACTER-18C99",
214831  direction="l",
214832  linebreak="al",
214833  unicodeslot=0x18C99,
214834 },
214835 [0x18C9A]={
214836  category="lo",
214837  cjkwd="w",
214838  description="KHITAN SMALL SCRIPT CHARACTER-18C9A",
214839  direction="l",
214840  linebreak="al",
214841  unicodeslot=0x18C9A,
214842 },
214843 [0x18C9B]={
214844  category="lo",
214845  cjkwd="w",
214846  description="KHITAN SMALL SCRIPT CHARACTER-18C9B",
214847  direction="l",
214848  linebreak="al",
214849  unicodeslot=0x18C9B,
214850 },
214851 [0x18C9C]={
214852  category="lo",
214853  cjkwd="w",
214854  description="KHITAN SMALL SCRIPT CHARACTER-18C9C",
214855  direction="l",
214856  linebreak="al",
214857  unicodeslot=0x18C9C,
214858 },
214859 [0x18C9D]={
214860  category="lo",
214861  cjkwd="w",
214862  description="KHITAN SMALL SCRIPT CHARACTER-18C9D",
214863  direction="l",
214864  linebreak="al",
214865  unicodeslot=0x18C9D,
214866 },
214867 [0x18C9E]={
214868  category="lo",
214869  cjkwd="w",
214870  description="KHITAN SMALL SCRIPT CHARACTER-18C9E",
214871  direction="l",
214872  linebreak="al",
214873  unicodeslot=0x18C9E,
214874 },
214875 [0x18C9F]={
214876  category="lo",
214877  cjkwd="w",
214878  description="KHITAN SMALL SCRIPT CHARACTER-18C9F",
214879  direction="l",
214880  linebreak="al",
214881  unicodeslot=0x18C9F,
214882 },
214883 [0x18CA0]={
214884  category="lo",
214885  cjkwd="w",
214886  description="KHITAN SMALL SCRIPT CHARACTER-18CA0",
214887  direction="l",
214888  linebreak="al",
214889  unicodeslot=0x18CA0,
214890 },
214891 [0x18CA1]={
214892  category="lo",
214893  cjkwd="w",
214894  description="KHITAN SMALL SCRIPT CHARACTER-18CA1",
214895  direction="l",
214896  linebreak="al",
214897  unicodeslot=0x18CA1,
214898 },
214899 [0x18CA2]={
214900  category="lo",
214901  cjkwd="w",
214902  description="KHITAN SMALL SCRIPT CHARACTER-18CA2",
214903  direction="l",
214904  linebreak="al",
214905  unicodeslot=0x18CA2,
214906 },
214907 [0x18CA3]={
214908  category="lo",
214909  cjkwd="w",
214910  description="KHITAN SMALL SCRIPT CHARACTER-18CA3",
214911  direction="l",
214912  linebreak="al",
214913  unicodeslot=0x18CA3,
214914 },
214915 [0x18CA4]={
214916  category="lo",
214917  cjkwd="w",
214918  description="KHITAN SMALL SCRIPT CHARACTER-18CA4",
214919  direction="l",
214920  linebreak="al",
214921  unicodeslot=0x18CA4,
214922 },
214923 [0x18CA5]={
214924  category="lo",
214925  cjkwd="w",
214926  description="KHITAN SMALL SCRIPT CHARACTER-18CA5",
214927  direction="l",
214928  linebreak="al",
214929  unicodeslot=0x18CA5,
214930 },
214931 [0x18CA6]={
214932  category="lo",
214933  cjkwd="w",
214934  description="KHITAN SMALL SCRIPT CHARACTER-18CA6",
214935  direction="l",
214936  linebreak="al",
214937  unicodeslot=0x18CA6,
214938 },
214939 [0x18CA7]={
214940  category="lo",
214941  cjkwd="w",
214942  description="KHITAN SMALL SCRIPT CHARACTER-18CA7",
214943  direction="l",
214944  linebreak="al",
214945  unicodeslot=0x18CA7,
214946 },
214947 [0x18CA8]={
214948  category="lo",
214949  cjkwd="w",
214950  description="KHITAN SMALL SCRIPT CHARACTER-18CA8",
214951  direction="l",
214952  linebreak="al",
214953  unicodeslot=0x18CA8,
214954 },
214955 [0x18CA9]={
214956  category="lo",
214957  cjkwd="w",
214958  description="KHITAN SMALL SCRIPT CHARACTER-18CA9",
214959  direction="l",
214960  linebreak="al",
214961  unicodeslot=0x18CA9,
214962 },
214963 [0x18CAA]={
214964  category="lo",
214965  cjkwd="w",
214966  description="KHITAN SMALL SCRIPT CHARACTER-18CAA",
214967  direction="l",
214968  linebreak="al",
214969  unicodeslot=0x18CAA,
214970 },
214971 [0x18CAB]={
214972  category="lo",
214973  cjkwd="w",
214974  description="KHITAN SMALL SCRIPT CHARACTER-18CAB",
214975  direction="l",
214976  linebreak="al",
214977  unicodeslot=0x18CAB,
214978 },
214979 [0x18CAC]={
214980  category="lo",
214981  cjkwd="w",
214982  description="KHITAN SMALL SCRIPT CHARACTER-18CAC",
214983  direction="l",
214984  linebreak="al",
214985  unicodeslot=0x18CAC,
214986 },
214987 [0x18CAD]={
214988  category="lo",
214989  cjkwd="w",
214990  description="KHITAN SMALL SCRIPT CHARACTER-18CAD",
214991  direction="l",
214992  linebreak="al",
214993  unicodeslot=0x18CAD,
214994 },
214995 [0x18CAE]={
214996  category="lo",
214997  cjkwd="w",
214998  description="KHITAN SMALL SCRIPT CHARACTER-18CAE",
214999  direction="l",
215000  linebreak="al",
215001  unicodeslot=0x18CAE,
215002 },
215003 [0x18CAF]={
215004  category="lo",
215005  cjkwd="w",
215006  description="KHITAN SMALL SCRIPT CHARACTER-18CAF",
215007  direction="l",
215008  linebreak="al",
215009  unicodeslot=0x18CAF,
215010 },
215011 [0x18CB0]={
215012  category="lo",
215013  cjkwd="w",
215014  description="KHITAN SMALL SCRIPT CHARACTER-18CB0",
215015  direction="l",
215016  linebreak="al",
215017  unicodeslot=0x18CB0,
215018 },
215019 [0x18CB1]={
215020  category="lo",
215021  cjkwd="w",
215022  description="KHITAN SMALL SCRIPT CHARACTER-18CB1",
215023  direction="l",
215024  linebreak="al",
215025  unicodeslot=0x18CB1,
215026 },
215027 [0x18CB2]={
215028  category="lo",
215029  cjkwd="w",
215030  description="KHITAN SMALL SCRIPT CHARACTER-18CB2",
215031  direction="l",
215032  linebreak="al",
215033  unicodeslot=0x18CB2,
215034 },
215035 [0x18CB3]={
215036  category="lo",
215037  cjkwd="w",
215038  description="KHITAN SMALL SCRIPT CHARACTER-18CB3",
215039  direction="l",
215040  linebreak="al",
215041  unicodeslot=0x18CB3,
215042 },
215043 [0x18CB4]={
215044  category="lo",
215045  cjkwd="w",
215046  description="KHITAN SMALL SCRIPT CHARACTER-18CB4",
215047  direction="l",
215048  linebreak="al",
215049  unicodeslot=0x18CB4,
215050 },
215051 [0x18CB5]={
215052  category="lo",
215053  cjkwd="w",
215054  description="KHITAN SMALL SCRIPT CHARACTER-18CB5",
215055  direction="l",
215056  linebreak="al",
215057  unicodeslot=0x18CB5,
215058 },
215059 [0x18CB6]={
215060  category="lo",
215061  cjkwd="w",
215062  description="KHITAN SMALL SCRIPT CHARACTER-18CB6",
215063  direction="l",
215064  linebreak="al",
215065  unicodeslot=0x18CB6,
215066 },
215067 [0x18CB7]={
215068  category="lo",
215069  cjkwd="w",
215070  description="KHITAN SMALL SCRIPT CHARACTER-18CB7",
215071  direction="l",
215072  linebreak="al",
215073  unicodeslot=0x18CB7,
215074 },
215075 [0x18CB8]={
215076  category="lo",
215077  cjkwd="w",
215078  description="KHITAN SMALL SCRIPT CHARACTER-18CB8",
215079  direction="l",
215080  linebreak="al",
215081  unicodeslot=0x18CB8,
215082 },
215083 [0x18CB9]={
215084  category="lo",
215085  cjkwd="w",
215086  description="KHITAN SMALL SCRIPT CHARACTER-18CB9",
215087  direction="l",
215088  linebreak="al",
215089  unicodeslot=0x18CB9,
215090 },
215091 [0x18CBA]={
215092  category="lo",
215093  cjkwd="w",
215094  description="KHITAN SMALL SCRIPT CHARACTER-18CBA",
215095  direction="l",
215096  linebreak="al",
215097  unicodeslot=0x18CBA,
215098 },
215099 [0x18CBB]={
215100  category="lo",
215101  cjkwd="w",
215102  description="KHITAN SMALL SCRIPT CHARACTER-18CBB",
215103  direction="l",
215104  linebreak="al",
215105  unicodeslot=0x18CBB,
215106 },
215107 [0x18CBC]={
215108  category="lo",
215109  cjkwd="w",
215110  description="KHITAN SMALL SCRIPT CHARACTER-18CBC",
215111  direction="l",
215112  linebreak="al",
215113  unicodeslot=0x18CBC,
215114 },
215115 [0x18CBD]={
215116  category="lo",
215117  cjkwd="w",
215118  description="KHITAN SMALL SCRIPT CHARACTER-18CBD",
215119  direction="l",
215120  linebreak="al",
215121  unicodeslot=0x18CBD,
215122 },
215123 [0x18CBE]={
215124  category="lo",
215125  cjkwd="w",
215126  description="KHITAN SMALL SCRIPT CHARACTER-18CBE",
215127  direction="l",
215128  linebreak="al",
215129  unicodeslot=0x18CBE,
215130 },
215131 [0x18CBF]={
215132  category="lo",
215133  cjkwd="w",
215134  description="KHITAN SMALL SCRIPT CHARACTER-18CBF",
215135  direction="l",
215136  linebreak="al",
215137  unicodeslot=0x18CBF,
215138 },
215139 [0x18CC0]={
215140  category="lo",
215141  cjkwd="w",
215142  description="KHITAN SMALL SCRIPT CHARACTER-18CC0",
215143  direction="l",
215144  linebreak="al",
215145  unicodeslot=0x18CC0,
215146 },
215147 [0x18CC1]={
215148  category="lo",
215149  cjkwd="w",
215150  description="KHITAN SMALL SCRIPT CHARACTER-18CC1",
215151  direction="l",
215152  linebreak="al",
215153  unicodeslot=0x18CC1,
215154 },
215155 [0x18CC2]={
215156  category="lo",
215157  cjkwd="w",
215158  description="KHITAN SMALL SCRIPT CHARACTER-18CC2",
215159  direction="l",
215160  linebreak="al",
215161  unicodeslot=0x18CC2,
215162 },
215163 [0x18CC3]={
215164  category="lo",
215165  cjkwd="w",
215166  description="KHITAN SMALL SCRIPT CHARACTER-18CC3",
215167  direction="l",
215168  linebreak="al",
215169  unicodeslot=0x18CC3,
215170 },
215171 [0x18CC4]={
215172  category="lo",
215173  cjkwd="w",
215174  description="KHITAN SMALL SCRIPT CHARACTER-18CC4",
215175  direction="l",
215176  linebreak="al",
215177  unicodeslot=0x18CC4,
215178 },
215179 [0x18CC5]={
215180  category="lo",
215181  cjkwd="w",
215182  description="KHITAN SMALL SCRIPT CHARACTER-18CC5",
215183  direction="l",
215184  linebreak="al",
215185  unicodeslot=0x18CC5,
215186 },
215187 [0x18CC6]={
215188  category="lo",
215189  cjkwd="w",
215190  description="KHITAN SMALL SCRIPT CHARACTER-18CC6",
215191  direction="l",
215192  linebreak="al",
215193  unicodeslot=0x18CC6,
215194 },
215195 [0x18CC7]={
215196  category="lo",
215197  cjkwd="w",
215198  description="KHITAN SMALL SCRIPT CHARACTER-18CC7",
215199  direction="l",
215200  linebreak="al",
215201  unicodeslot=0x18CC7,
215202 },
215203 [0x18CC8]={
215204  category="lo",
215205  cjkwd="w",
215206  description="KHITAN SMALL SCRIPT CHARACTER-18CC8",
215207  direction="l",
215208  linebreak="al",
215209  unicodeslot=0x18CC8,
215210 },
215211 [0x18CC9]={
215212  category="lo",
215213  cjkwd="w",
215214  description="KHITAN SMALL SCRIPT CHARACTER-18CC9",
215215  direction="l",
215216  linebreak="al",
215217  unicodeslot=0x18CC9,
215218 },
215219 [0x18CCA]={
215220  category="lo",
215221  cjkwd="w",
215222  description="KHITAN SMALL SCRIPT CHARACTER-18CCA",
215223  direction="l",
215224  linebreak="al",
215225  unicodeslot=0x18CCA,
215226 },
215227 [0x18CCB]={
215228  category="lo",
215229  cjkwd="w",
215230  description="KHITAN SMALL SCRIPT CHARACTER-18CCB",
215231  direction="l",
215232  linebreak="al",
215233  unicodeslot=0x18CCB,
215234 },
215235 [0x18CCC]={
215236  category="lo",
215237  cjkwd="w",
215238  description="KHITAN SMALL SCRIPT CHARACTER-18CCC",
215239  direction="l",
215240  linebreak="al",
215241  unicodeslot=0x18CCC,
215242 },
215243 [0x18CCD]={
215244  category="lo",
215245  cjkwd="w",
215246  description="KHITAN SMALL SCRIPT CHARACTER-18CCD",
215247  direction="l",
215248  linebreak="al",
215249  unicodeslot=0x18CCD,
215250 },
215251 [0x18CCE]={
215252  category="lo",
215253  cjkwd="w",
215254  description="KHITAN SMALL SCRIPT CHARACTER-18CCE",
215255  direction="l",
215256  linebreak="al",
215257  unicodeslot=0x18CCE,
215258 },
215259 [0x18CCF]={
215260  category="lo",
215261  cjkwd="w",
215262  description="KHITAN SMALL SCRIPT CHARACTER-18CCF",
215263  direction="l",
215264  linebreak="al",
215265  unicodeslot=0x18CCF,
215266 },
215267 [0x18CD0]={
215268  category="lo",
215269  cjkwd="w",
215270  description="KHITAN SMALL SCRIPT CHARACTER-18CD0",
215271  direction="l",
215272  linebreak="al",
215273  unicodeslot=0x18CD0,
215274 },
215275 [0x18CD1]={
215276  category="lo",
215277  cjkwd="w",
215278  description="KHITAN SMALL SCRIPT CHARACTER-18CD1",
215279  direction="l",
215280  linebreak="al",
215281  unicodeslot=0x18CD1,
215282 },
215283 [0x18CD2]={
215284  category="lo",
215285  cjkwd="w",
215286  description="KHITAN SMALL SCRIPT CHARACTER-18CD2",
215287  direction="l",
215288  linebreak="al",
215289  unicodeslot=0x18CD2,
215290 },
215291 [0x18CD3]={
215292  category="lo",
215293  cjkwd="w",
215294  description="KHITAN SMALL SCRIPT CHARACTER-18CD3",
215295  direction="l",
215296  linebreak="al",
215297  unicodeslot=0x18CD3,
215298 },
215299 [0x18CD4]={
215300  category="lo",
215301  cjkwd="w",
215302  description="KHITAN SMALL SCRIPT CHARACTER-18CD4",
215303  direction="l",
215304  linebreak="al",
215305  unicodeslot=0x18CD4,
215306 },
215307 [0x18CD5]={
215308  category="lo",
215309  cjkwd="w",
215310  description="KHITAN SMALL SCRIPT CHARACTER-18CD5",
215311  direction="l",
215312  linebreak="al",
215313  unicodeslot=0x18CD5,
215314 },
215315 [0x1AFF0]={
215316  category="lm",
215317  cjkwd="w",
215318  description="KATAKANA LETTER MINNAN TONE-2",
215319  direction="l",
215320  linebreak="al",
215321  unicodeslot=0x1AFF0,
215322 },
215323 [0x1AFF1]={
215324  category="lm",
215325  cjkwd="w",
215326  description="KATAKANA LETTER MINNAN TONE-3",
215327  direction="l",
215328  linebreak="al",
215329  unicodeslot=0x1AFF1,
215330 },
215331 [0x1AFF2]={
215332  category="lm",
215333  cjkwd="w",
215334  description="KATAKANA LETTER MINNAN TONE-4",
215335  direction="l",
215336  linebreak="al",
215337  unicodeslot=0x1AFF2,
215338 },
215339 [0x1AFF3]={
215340  category="lm",
215341  cjkwd="w",
215342  description="KATAKANA LETTER MINNAN TONE-5",
215343  direction="l",
215344  linebreak="al",
215345  unicodeslot=0x1AFF3,
215346 },
215347 [0x1AFF5]={
215348  category="lm",
215349  cjkwd="w",
215350  description="KATAKANA LETTER MINNAN TONE-7",
215351  direction="l",
215352  linebreak="al",
215353  unicodeslot=0x1AFF5,
215354 },
215355 [0x1AFF6]={
215356  category="lm",
215357  cjkwd="w",
215358  description="KATAKANA LETTER MINNAN TONE-8",
215359  direction="l",
215360  linebreak="al",
215361  unicodeslot=0x1AFF6,
215362 },
215363 [0x1AFF7]={
215364  category="lm",
215365  cjkwd="w",
215366  description="KATAKANA LETTER MINNAN NASALIZED TONE-1",
215367  direction="l",
215368  linebreak="al",
215369  unicodeslot=0x1AFF7,
215370 },
215371 [0x1AFF8]={
215372  category="lm",
215373  cjkwd="w",
215374  description="KATAKANA LETTER MINNAN NASALIZED TONE-2",
215375  direction="l",
215376  linebreak="al",
215377  unicodeslot=0x1AFF8,
215378 },
215379 [0x1AFF9]={
215380  category="lm",
215381  cjkwd="w",
215382  description="KATAKANA LETTER MINNAN NASALIZED TONE-3",
215383  direction="l",
215384  linebreak="al",
215385  unicodeslot=0x1AFF9,
215386 },
215387 [0x1AFFA]={
215388  category="lm",
215389  cjkwd="w",
215390  description="KATAKANA LETTER MINNAN NASALIZED TONE-4",
215391  direction="l",
215392  linebreak="al",
215393  unicodeslot=0x1AFFA,
215394 },
215395 [0x1AFFB]={
215396  category="lm",
215397  cjkwd="w",
215398  description="KATAKANA LETTER MINNAN NASALIZED TONE-5",
215399  direction="l",
215400  linebreak="al",
215401  unicodeslot=0x1AFFB,
215402 },
215403 [0x1AFFD]={
215404  category="lm",
215405  cjkwd="w",
215406  description="KATAKANA LETTER MINNAN NASALIZED TONE-7",
215407  direction="l",
215408  linebreak="al",
215409  unicodeslot=0x1AFFD,
215410 },
215411 [0x1AFFE]={
215412  category="lm",
215413  cjkwd="w",
215414  description="KATAKANA LETTER MINNAN NASALIZED TONE-8",
215415  direction="l",
215416  linebreak="al",
215417  unicodeslot=0x1AFFE,
215418 },
215419 [0x1B000]={
215420  category="lo",
215421  cjkwd="w",
215422  description="KATAKANA LETTER ARCHAIC E",
215423  direction="l",
215424  linebreak="id",
215425  unicodeslot=0x1B000,
215426 },
215427 [0x1B001]={
215428  category="lo",
215429  cjkwd="w",
215430  description="HIRAGANA LETTER ARCHAIC YE",
215431  direction="l",
215432  linebreak="id",
215433  unicodeslot=0x1B001,
215434 },
215435 [0x1B002]={
215436  category="lo",
215437  cjkwd="w",
215438  description="HENTAIGANA LETTER A-1",
215439  direction="l",
215440  linebreak="id",
215441  unicodeslot=0x1B002,
215442 },
215443 [0x1B003]={
215444  category="lo",
215445  cjkwd="w",
215446  description="HENTAIGANA LETTER A-2",
215447  direction="l",
215448  linebreak="id",
215449  unicodeslot=0x1B003,
215450 },
215451 [0x1B004]={
215452  category="lo",
215453  cjkwd="w",
215454  description="HENTAIGANA LETTER A-3",
215455  direction="l",
215456  linebreak="id",
215457  unicodeslot=0x1B004,
215458 },
215459 [0x1B005]={
215460  category="lo",
215461  cjkwd="w",
215462  description="HENTAIGANA LETTER A-WO",
215463  direction="l",
215464  linebreak="id",
215465  unicodeslot=0x1B005,
215466 },
215467 [0x1B006]={
215468  category="lo",
215469  cjkwd="w",
215470  description="HENTAIGANA LETTER I-1",
215471  direction="l",
215472  linebreak="id",
215473  unicodeslot=0x1B006,
215474 },
215475 [0x1B007]={
215476  category="lo",
215477  cjkwd="w",
215478  description="HENTAIGANA LETTER I-2",
215479  direction="l",
215480  linebreak="id",
215481  unicodeslot=0x1B007,
215482 },
215483 [0x1B008]={
215484  category="lo",
215485  cjkwd="w",
215486  description="HENTAIGANA LETTER I-3",
215487  direction="l",
215488  linebreak="id",
215489  unicodeslot=0x1B008,
215490 },
215491 [0x1B009]={
215492  category="lo",
215493  cjkwd="w",
215494  description="HENTAIGANA LETTER I-4",
215495  direction="l",
215496  linebreak="id",
215497  unicodeslot=0x1B009,
215498 },
215499 [0x1B00A]={
215500  category="lo",
215501  cjkwd="w",
215502  description="HENTAIGANA LETTER U-1",
215503  direction="l",
215504  linebreak="id",
215505  unicodeslot=0x1B00A,
215506 },
215507 [0x1B00B]={
215508  category="lo",
215509  cjkwd="w",
215510  description="HENTAIGANA LETTER U-2",
215511  direction="l",
215512  linebreak="id",
215513  unicodeslot=0x1B00B,
215514 },
215515 [0x1B00C]={
215516  category="lo",
215517  cjkwd="w",
215518  description="HENTAIGANA LETTER U-3",
215519  direction="l",
215520  linebreak="id",
215521  unicodeslot=0x1B00C,
215522 },
215523 [0x1B00D]={
215524  category="lo",
215525  cjkwd="w",
215526  description="HENTAIGANA LETTER U-4",
215527  direction="l",
215528  linebreak="id",
215529  unicodeslot=0x1B00D,
215530 },
215531 [0x1B00E]={
215532  category="lo",
215533  cjkwd="w",
215534  description="HENTAIGANA LETTER U-5",
215535  direction="l",
215536  linebreak="id",
215537  unicodeslot=0x1B00E,
215538 },
215539 [0x1B00F]={
215540  category="lo",
215541  cjkwd="w",
215542  description="HENTAIGANA LETTER E-2",
215543  direction="l",
215544  linebreak="id",
215545  unicodeslot=0x1B00F,
215546 },
215547 [0x1B010]={
215548  category="lo",
215549  cjkwd="w",
215550  description="HENTAIGANA LETTER E-3",
215551  direction="l",
215552  linebreak="id",
215553  unicodeslot=0x1B010,
215554 },
215555 [0x1B011]={
215556  category="lo",
215557  cjkwd="w",
215558  description="HENTAIGANA LETTER E-4",
215559  direction="l",
215560  linebreak="id",
215561  unicodeslot=0x1B011,
215562 },
215563 [0x1B012]={
215564  category="lo",
215565  cjkwd="w",
215566  description="HENTAIGANA LETTER E-5",
215567  direction="l",
215568  linebreak="id",
215569  unicodeslot=0x1B012,
215570 },
215571 [0x1B013]={
215572  category="lo",
215573  cjkwd="w",
215574  description="HENTAIGANA LETTER E-6",
215575  direction="l",
215576  linebreak="id",
215577  unicodeslot=0x1B013,
215578 },
215579 [0x1B014]={
215580  category="lo",
215581  cjkwd="w",
215582  description="HENTAIGANA LETTER O-1",
215583  direction="l",
215584  linebreak="id",
215585  unicodeslot=0x1B014,
215586 },
215587 [0x1B015]={
215588  category="lo",
215589  cjkwd="w",
215590  description="HENTAIGANA LETTER O-2",
215591  direction="l",
215592  linebreak="id",
215593  unicodeslot=0x1B015,
215594 },
215595 [0x1B016]={
215596  category="lo",
215597  cjkwd="w",
215598  description="HENTAIGANA LETTER O-3",
215599  direction="l",
215600  linebreak="id",
215601  unicodeslot=0x1B016,
215602 },
215603 [0x1B017]={
215604  category="lo",
215605  cjkwd="w",
215606  description="HENTAIGANA LETTER KA-1",
215607  direction="l",
215608  linebreak="id",
215609  unicodeslot=0x1B017,
215610 },
215611 [0x1B018]={
215612  category="lo",
215613  cjkwd="w",
215614  description="HENTAIGANA LETTER KA-2",
215615  direction="l",
215616  linebreak="id",
215617  unicodeslot=0x1B018,
215618 },
215619 [0x1B019]={
215620  category="lo",
215621  cjkwd="w",
215622  description="HENTAIGANA LETTER KA-3",
215623  direction="l",
215624  linebreak="id",
215625  unicodeslot=0x1B019,
215626 },
215627 [0x1B01A]={
215628  category="lo",
215629  cjkwd="w",
215630  description="HENTAIGANA LETTER KA-4",
215631  direction="l",
215632  linebreak="id",
215633  unicodeslot=0x1B01A,
215634 },
215635 [0x1B01B]={
215636  category="lo",
215637  cjkwd="w",
215638  description="HENTAIGANA LETTER KA-5",
215639  direction="l",
215640  linebreak="id",
215641  unicodeslot=0x1B01B,
215642 },
215643 [0x1B01C]={
215644  category="lo",
215645  cjkwd="w",
215646  description="HENTAIGANA LETTER KA-6",
215647  direction="l",
215648  linebreak="id",
215649  unicodeslot=0x1B01C,
215650 },
215651 [0x1B01D]={
215652  category="lo",
215653  cjkwd="w",
215654  description="HENTAIGANA LETTER KA-7",
215655  direction="l",
215656  linebreak="id",
215657  unicodeslot=0x1B01D,
215658 },
215659 [0x1B01E]={
215660  category="lo",
215661  cjkwd="w",
215662  description="HENTAIGANA LETTER KA-8",
215663  direction="l",
215664  linebreak="id",
215665  unicodeslot=0x1B01E,
215666 },
215667 [0x1B01F]={
215668  category="lo",
215669  cjkwd="w",
215670  description="HENTAIGANA LETTER KA-9",
215671  direction="l",
215672  linebreak="id",
215673  unicodeslot=0x1B01F,
215674 },
215675 [0x1B020]={
215676  category="lo",
215677  cjkwd="w",
215678  description="HENTAIGANA LETTER KA-10",
215679  direction="l",
215680  linebreak="id",
215681  unicodeslot=0x1B020,
215682 },
215683 [0x1B021]={
215684  category="lo",
215685  cjkwd="w",
215686  description="HENTAIGANA LETTER KA-11",
215687  direction="l",
215688  linebreak="id",
215689  unicodeslot=0x1B021,
215690 },
215691 [0x1B022]={
215692  category="lo",
215693  cjkwd="w",
215694  description="HENTAIGANA LETTER KA-KE",
215695  direction="l",
215696  linebreak="id",
215697  unicodeslot=0x1B022,
215698 },
215699 [0x1B023]={
215700  category="lo",
215701  cjkwd="w",
215702  description="HENTAIGANA LETTER KI-1",
215703  direction="l",
215704  linebreak="id",
215705  unicodeslot=0x1B023,
215706 },
215707 [0x1B024]={
215708  category="lo",
215709  cjkwd="w",
215710  description="HENTAIGANA LETTER KI-2",
215711  direction="l",
215712  linebreak="id",
215713  unicodeslot=0x1B024,
215714 },
215715 [0x1B025]={
215716  category="lo",
215717  cjkwd="w",
215718  description="HENTAIGANA LETTER KI-3",
215719  direction="l",
215720  linebreak="id",
215721  unicodeslot=0x1B025,
215722 },
215723 [0x1B026]={
215724  category="lo",
215725  cjkwd="w",
215726  description="HENTAIGANA LETTER KI-4",
215727  direction="l",
215728  linebreak="id",
215729  unicodeslot=0x1B026,
215730 },
215731 [0x1B027]={
215732  category="lo",
215733  cjkwd="w",
215734  description="HENTAIGANA LETTER KI-5",
215735  direction="l",
215736  linebreak="id",
215737  unicodeslot=0x1B027,
215738 },
215739 [0x1B028]={
215740  category="lo",
215741  cjkwd="w",
215742  description="HENTAIGANA LETTER KI-6",
215743  direction="l",
215744  linebreak="id",
215745  unicodeslot=0x1B028,
215746 },
215747 [0x1B029]={
215748  category="lo",
215749  cjkwd="w",
215750  description="HENTAIGANA LETTER KI-7",
215751  direction="l",
215752  linebreak="id",
215753  unicodeslot=0x1B029,
215754 },
215755 [0x1B02A]={
215756  category="lo",
215757  cjkwd="w",
215758  description="HENTAIGANA LETTER KI-8",
215759  direction="l",
215760  linebreak="id",
215761  unicodeslot=0x1B02A,
215762 },
215763 [0x1B02B]={
215764  category="lo",
215765  cjkwd="w",
215766  description="HENTAIGANA LETTER KU-1",
215767  direction="l",
215768  linebreak="id",
215769  unicodeslot=0x1B02B,
215770 },
215771 [0x1B02C]={
215772  category="lo",
215773  cjkwd="w",
215774  description="HENTAIGANA LETTER KU-2",
215775  direction="l",
215776  linebreak="id",
215777  unicodeslot=0x1B02C,
215778 },
215779 [0x1B02D]={
215780  category="lo",
215781  cjkwd="w",
215782  description="HENTAIGANA LETTER KU-3",
215783  direction="l",
215784  linebreak="id",
215785  unicodeslot=0x1B02D,
215786 },
215787 [0x1B02E]={
215788  category="lo",
215789  cjkwd="w",
215790  description="HENTAIGANA LETTER KU-4",
215791  direction="l",
215792  linebreak="id",
215793  unicodeslot=0x1B02E,
215794 },
215795 [0x1B02F]={
215796  category="lo",
215797  cjkwd="w",
215798  description="HENTAIGANA LETTER KU-5",
215799  direction="l",
215800  linebreak="id",
215801  unicodeslot=0x1B02F,
215802 },
215803 [0x1B030]={
215804  category="lo",
215805  cjkwd="w",
215806  description="HENTAIGANA LETTER KU-6",
215807  direction="l",
215808  linebreak="id",
215809  unicodeslot=0x1B030,
215810 },
215811 [0x1B031]={
215812  category="lo",
215813  cjkwd="w",
215814  description="HENTAIGANA LETTER KU-7",
215815  direction="l",
215816  linebreak="id",
215817  unicodeslot=0x1B031,
215818 },
215819 [0x1B032]={
215820  category="lo",
215821  cjkwd="w",
215822  description="HENTAIGANA LETTER KE-1",
215823  direction="l",
215824  linebreak="id",
215825  unicodeslot=0x1B032,
215826 },
215827 [0x1B033]={
215828  category="lo",
215829  cjkwd="w",
215830  description="HENTAIGANA LETTER KE-2",
215831  direction="l",
215832  linebreak="id",
215833  unicodeslot=0x1B033,
215834 },
215835 [0x1B034]={
215836  category="lo",
215837  cjkwd="w",
215838  description="HENTAIGANA LETTER KE-3",
215839  direction="l",
215840  linebreak="id",
215841  unicodeslot=0x1B034,
215842 },
215843 [0x1B035]={
215844  category="lo",
215845  cjkwd="w",
215846  description="HENTAIGANA LETTER KE-4",
215847  direction="l",
215848  linebreak="id",
215849  unicodeslot=0x1B035,
215850 },
215851 [0x1B036]={
215852  category="lo",
215853  cjkwd="w",
215854  description="HENTAIGANA LETTER KE-5",
215855  direction="l",
215856  linebreak="id",
215857  unicodeslot=0x1B036,
215858 },
215859 [0x1B037]={
215860  category="lo",
215861  cjkwd="w",
215862  description="HENTAIGANA LETTER KE-6",
215863  direction="l",
215864  linebreak="id",
215865  unicodeslot=0x1B037,
215866 },
215867 [0x1B038]={
215868  category="lo",
215869  cjkwd="w",
215870  description="HENTAIGANA LETTER KO-1",
215871  direction="l",
215872  linebreak="id",
215873  unicodeslot=0x1B038,
215874 },
215875 [0x1B039]={
215876  category="lo",
215877  cjkwd="w",
215878  description="HENTAIGANA LETTER KO-2",
215879  direction="l",
215880  linebreak="id",
215881  unicodeslot=0x1B039,
215882 },
215883 [0x1B03A]={
215884  category="lo",
215885  cjkwd="w",
215886  description="HENTAIGANA LETTER KO-3",
215887  direction="l",
215888  linebreak="id",
215889  unicodeslot=0x1B03A,
215890 },
215891 [0x1B03B]={
215892  category="lo",
215893  cjkwd="w",
215894  description="HENTAIGANA LETTER KO-KI",
215895  direction="l",
215896  linebreak="id",
215897  unicodeslot=0x1B03B,
215898 },
215899 [0x1B03C]={
215900  category="lo",
215901  cjkwd="w",
215902  description="HENTAIGANA LETTER SA-1",
215903  direction="l",
215904  linebreak="id",
215905  unicodeslot=0x1B03C,
215906 },
215907 [0x1B03D]={
215908  category="lo",
215909  cjkwd="w",
215910  description="HENTAIGANA LETTER SA-2",
215911  direction="l",
215912  linebreak="id",
215913  unicodeslot=0x1B03D,
215914 },
215915 [0x1B03E]={
215916  category="lo",
215917  cjkwd="w",
215918  description="HENTAIGANA LETTER SA-3",
215919  direction="l",
215920  linebreak="id",
215921  unicodeslot=0x1B03E,
215922 },
215923 [0x1B03F]={
215924  category="lo",
215925  cjkwd="w",
215926  description="HENTAIGANA LETTER SA-4",
215927  direction="l",
215928  linebreak="id",
215929  unicodeslot=0x1B03F,
215930 },
215931 [0x1B040]={
215932  category="lo",
215933  cjkwd="w",
215934  description="HENTAIGANA LETTER SA-5",
215935  direction="l",
215936  linebreak="id",
215937  unicodeslot=0x1B040,
215938 },
215939 [0x1B041]={
215940  category="lo",
215941  cjkwd="w",
215942  description="HENTAIGANA LETTER SA-6",
215943  direction="l",
215944  linebreak="id",
215945  unicodeslot=0x1B041,
215946 },
215947 [0x1B042]={
215948  category="lo",
215949  cjkwd="w",
215950  description="HENTAIGANA LETTER SA-7",
215951  direction="l",
215952  linebreak="id",
215953  unicodeslot=0x1B042,
215954 },
215955 [0x1B043]={
215956  category="lo",
215957  cjkwd="w",
215958  description="HENTAIGANA LETTER SA-8",
215959  direction="l",
215960  linebreak="id",
215961  unicodeslot=0x1B043,
215962 },
215963 [0x1B044]={
215964  category="lo",
215965  cjkwd="w",
215966  description="HENTAIGANA LETTER SI-1",
215967  direction="l",
215968  linebreak="id",
215969  unicodeslot=0x1B044,
215970 },
215971 [0x1B045]={
215972  category="lo",
215973  cjkwd="w",
215974  description="HENTAIGANA LETTER SI-2",
215975  direction="l",
215976  linebreak="id",
215977  unicodeslot=0x1B045,
215978 },
215979 [0x1B046]={
215980  category="lo",
215981  cjkwd="w",
215982  description="HENTAIGANA LETTER SI-3",
215983  direction="l",
215984  linebreak="id",
215985  unicodeslot=0x1B046,
215986 },
215987 [0x1B047]={
215988  category="lo",
215989  cjkwd="w",
215990  description="HENTAIGANA LETTER SI-4",
215991  direction="l",
215992  linebreak="id",
215993  unicodeslot=0x1B047,
215994 },
215995 [0x1B048]={
215996  category="lo",
215997  cjkwd="w",
215998  description="HENTAIGANA LETTER SI-5",
215999  direction="l",
216000  linebreak="id",
216001  unicodeslot=0x1B048,
216002 },
216003 [0x1B049]={
216004  category="lo",
216005  cjkwd="w",
216006  description="HENTAIGANA LETTER SI-6",
216007  direction="l",
216008  linebreak="id",
216009  unicodeslot=0x1B049,
216010 },
216011 [0x1B04A]={
216012  category="lo",
216013  cjkwd="w",
216014  description="HENTAIGANA LETTER SU-1",
216015  direction="l",
216016  linebreak="id",
216017  unicodeslot=0x1B04A,
216018 },
216019 [0x1B04B]={
216020  category="lo",
216021  cjkwd="w",
216022  description="HENTAIGANA LETTER SU-2",
216023  direction="l",
216024  linebreak="id",
216025  unicodeslot=0x1B04B,
216026 },
216027 [0x1B04C]={
216028  category="lo",
216029  cjkwd="w",
216030  description="HENTAIGANA LETTER SU-3",
216031  direction="l",
216032  linebreak="id",
216033  unicodeslot=0x1B04C,
216034 },
216035 [0x1B04D]={
216036  category="lo",
216037  cjkwd="w",
216038  description="HENTAIGANA LETTER SU-4",
216039  direction="l",
216040  linebreak="id",
216041  unicodeslot=0x1B04D,
216042 },
216043 [0x1B04E]={
216044  category="lo",
216045  cjkwd="w",
216046  description="HENTAIGANA LETTER SU-5",
216047  direction="l",
216048  linebreak="id",
216049  unicodeslot=0x1B04E,
216050 },
216051 [0x1B04F]={
216052  category="lo",
216053  cjkwd="w",
216054  description="HENTAIGANA LETTER SU-6",
216055  direction="l",
216056  linebreak="id",
216057  unicodeslot=0x1B04F,
216058 },
216059 [0x1B050]={
216060  category="lo",
216061  cjkwd="w",
216062  description="HENTAIGANA LETTER SU-7",
216063  direction="l",
216064  linebreak="id",
216065  unicodeslot=0x1B050,
216066 },
216067 [0x1B051]={
216068  category="lo",
216069  cjkwd="w",
216070  description="HENTAIGANA LETTER SU-8",
216071  direction="l",
216072  linebreak="id",
216073  unicodeslot=0x1B051,
216074 },
216075 [0x1B052]={
216076  category="lo",
216077  cjkwd="w",
216078  description="HENTAIGANA LETTER SE-1",
216079  direction="l",
216080  linebreak="id",
216081  unicodeslot=0x1B052,
216082 },
216083 [0x1B053]={
216084  category="lo",
216085  cjkwd="w",
216086  description="HENTAIGANA LETTER SE-2",
216087  direction="l",
216088  linebreak="id",
216089  unicodeslot=0x1B053,
216090 },
216091 [0x1B054]={
216092  category="lo",
216093  cjkwd="w",
216094  description="HENTAIGANA LETTER SE-3",
216095  direction="l",
216096  linebreak="id",
216097  unicodeslot=0x1B054,
216098 },
216099 [0x1B055]={
216100  category="lo",
216101  cjkwd="w",
216102  description="HENTAIGANA LETTER SE-4",
216103  direction="l",
216104  linebreak="id",
216105  unicodeslot=0x1B055,
216106 },
216107 [0x1B056]={
216108  category="lo",
216109  cjkwd="w",
216110  description="HENTAIGANA LETTER SE-5",
216111  direction="l",
216112  linebreak="id",
216113  unicodeslot=0x1B056,
216114 },
216115 [0x1B057]={
216116  category="lo",
216117  cjkwd="w",
216118  description="HENTAIGANA LETTER SO-1",
216119  direction="l",
216120  linebreak="id",
216121  unicodeslot=0x1B057,
216122 },
216123 [0x1B058]={
216124  category="lo",
216125  cjkwd="w",
216126  description="HENTAIGANA LETTER SO-2",
216127  direction="l",
216128  linebreak="id",
216129  unicodeslot=0x1B058,
216130 },
216131 [0x1B059]={
216132  category="lo",
216133  cjkwd="w",
216134  description="HENTAIGANA LETTER SO-3",
216135  direction="l",
216136  linebreak="id",
216137  unicodeslot=0x1B059,
216138 },
216139 [0x1B05A]={
216140  category="lo",
216141  cjkwd="w",
216142  description="HENTAIGANA LETTER SO-4",
216143  direction="l",
216144  linebreak="id",
216145  unicodeslot=0x1B05A,
216146 },
216147 [0x1B05B]={
216148  category="lo",
216149  cjkwd="w",
216150  description="HENTAIGANA LETTER SO-5",
216151  direction="l",
216152  linebreak="id",
216153  unicodeslot=0x1B05B,
216154 },
216155 [0x1B05C]={
216156  category="lo",
216157  cjkwd="w",
216158  description="HENTAIGANA LETTER SO-6",
216159  direction="l",
216160  linebreak="id",
216161  unicodeslot=0x1B05C,
216162 },
216163 [0x1B05D]={
216164  category="lo",
216165  cjkwd="w",
216166  description="HENTAIGANA LETTER SO-7",
216167  direction="l",
216168  linebreak="id",
216169  unicodeslot=0x1B05D,
216170 },
216171 [0x1B05E]={
216172  category="lo",
216173  cjkwd="w",
216174  description="HENTAIGANA LETTER TA-1",
216175  direction="l",
216176  linebreak="id",
216177  unicodeslot=0x1B05E,
216178 },
216179 [0x1B05F]={
216180  category="lo",
216181  cjkwd="w",
216182  description="HENTAIGANA LETTER TA-2",
216183  direction="l",
216184  linebreak="id",
216185  unicodeslot=0x1B05F,
216186 },
216187 [0x1B060]={
216188  category="lo",
216189  cjkwd="w",
216190  description="HENTAIGANA LETTER TA-3",
216191  direction="l",
216192  linebreak="id",
216193  unicodeslot=0x1B060,
216194 },
216195 [0x1B061]={
216196  category="lo",
216197  cjkwd="w",
216198  description="HENTAIGANA LETTER TA-4",
216199  direction="l",
216200  linebreak="id",
216201  unicodeslot=0x1B061,
216202 },
216203 [0x1B062]={
216204  category="lo",
216205  cjkwd="w",
216206  description="HENTAIGANA LETTER TI-1",
216207  direction="l",
216208  linebreak="id",
216209  unicodeslot=0x1B062,
216210 },
216211 [0x1B063]={
216212  category="lo",
216213  cjkwd="w",
216214  description="HENTAIGANA LETTER TI-2",
216215  direction="l",
216216  linebreak="id",
216217  unicodeslot=0x1B063,
216218 },
216219 [0x1B064]={
216220  category="lo",
216221  cjkwd="w",
216222  description="HENTAIGANA LETTER TI-3",
216223  direction="l",
216224  linebreak="id",
216225  unicodeslot=0x1B064,
216226 },
216227 [0x1B065]={
216228  category="lo",
216229  cjkwd="w",
216230  description="HENTAIGANA LETTER TI-4",
216231  direction="l",
216232  linebreak="id",
216233  unicodeslot=0x1B065,
216234 },
216235 [0x1B066]={
216236  category="lo",
216237  cjkwd="w",
216238  description="HENTAIGANA LETTER TI-5",
216239  direction="l",
216240  linebreak="id",
216241  unicodeslot=0x1B066,
216242 },
216243 [0x1B067]={
216244  category="lo",
216245  cjkwd="w",
216246  description="HENTAIGANA LETTER TI-6",
216247  direction="l",
216248  linebreak="id",
216249  unicodeslot=0x1B067,
216250 },
216251 [0x1B068]={
216252  category="lo",
216253  cjkwd="w",
216254  description="HENTAIGANA LETTER TI-7",
216255  direction="l",
216256  linebreak="id",
216257  unicodeslot=0x1B068,
216258 },
216259 [0x1B069]={
216260  category="lo",
216261  cjkwd="w",
216262  description="HENTAIGANA LETTER TU-1",
216263  direction="l",
216264  linebreak="id",
216265  unicodeslot=0x1B069,
216266 },
216267 [0x1B06A]={
216268  category="lo",
216269  cjkwd="w",
216270  description="HENTAIGANA LETTER TU-2",
216271  direction="l",
216272  linebreak="id",
216273  unicodeslot=0x1B06A,
216274 },
216275 [0x1B06B]={
216276  category="lo",
216277  cjkwd="w",
216278  description="HENTAIGANA LETTER TU-3",
216279  direction="l",
216280  linebreak="id",
216281  unicodeslot=0x1B06B,
216282 },
216283 [0x1B06C]={
216284  category="lo",
216285  cjkwd="w",
216286  description="HENTAIGANA LETTER TU-4",
216287  direction="l",
216288  linebreak="id",
216289  unicodeslot=0x1B06C,
216290 },
216291 [0x1B06D]={
216292  category="lo",
216293  cjkwd="w",
216294  description="HENTAIGANA LETTER TU-TO",
216295  direction="l",
216296  linebreak="id",
216297  unicodeslot=0x1B06D,
216298 },
216299 [0x1B06E]={
216300  category="lo",
216301  cjkwd="w",
216302  description="HENTAIGANA LETTER TE-1",
216303  direction="l",
216304  linebreak="id",
216305  unicodeslot=0x1B06E,
216306 },
216307 [0x1B06F]={
216308  category="lo",
216309  cjkwd="w",
216310  description="HENTAIGANA LETTER TE-2",
216311  direction="l",
216312  linebreak="id",
216313  unicodeslot=0x1B06F,
216314 },
216315 [0x1B070]={
216316  category="lo",
216317  cjkwd="w",
216318  description="HENTAIGANA LETTER TE-3",
216319  direction="l",
216320  linebreak="id",
216321  unicodeslot=0x1B070,
216322 },
216323 [0x1B071]={
216324  category="lo",
216325  cjkwd="w",
216326  description="HENTAIGANA LETTER TE-4",
216327  direction="l",
216328  linebreak="id",
216329  unicodeslot=0x1B071,
216330 },
216331 [0x1B072]={
216332  category="lo",
216333  cjkwd="w",
216334  description="HENTAIGANA LETTER TE-5",
216335  direction="l",
216336  linebreak="id",
216337  unicodeslot=0x1B072,
216338 },
216339 [0x1B073]={
216340  category="lo",
216341  cjkwd="w",
216342  description="HENTAIGANA LETTER TE-6",
216343  direction="l",
216344  linebreak="id",
216345  unicodeslot=0x1B073,
216346 },
216347 [0x1B074]={
216348  category="lo",
216349  cjkwd="w",
216350  description="HENTAIGANA LETTER TE-7",
216351  direction="l",
216352  linebreak="id",
216353  unicodeslot=0x1B074,
216354 },
216355 [0x1B075]={
216356  category="lo",
216357  cjkwd="w",
216358  description="HENTAIGANA LETTER TE-8",
216359  direction="l",
216360  linebreak="id",
216361  unicodeslot=0x1B075,
216362 },
216363 [0x1B076]={
216364  category="lo",
216365  cjkwd="w",
216366  description="HENTAIGANA LETTER TE-9",
216367  direction="l",
216368  linebreak="id",
216369  unicodeslot=0x1B076,
216370 },
216371 [0x1B077]={
216372  category="lo",
216373  cjkwd="w",
216374  description="HENTAIGANA LETTER TO-1",
216375  direction="l",
216376  linebreak="id",
216377  unicodeslot=0x1B077,
216378 },
216379 [0x1B078]={
216380  category="lo",
216381  cjkwd="w",
216382  description="HENTAIGANA LETTER TO-2",
216383  direction="l",
216384  linebreak="id",
216385  unicodeslot=0x1B078,
216386 },
216387 [0x1B079]={
216388  category="lo",
216389  cjkwd="w",
216390  description="HENTAIGANA LETTER TO-3",
216391  direction="l",
216392  linebreak="id",
216393  unicodeslot=0x1B079,
216394 },
216395 [0x1B07A]={
216396  category="lo",
216397  cjkwd="w",
216398  description="HENTAIGANA LETTER TO-4",
216399  direction="l",
216400  linebreak="id",
216401  unicodeslot=0x1B07A,
216402 },
216403 [0x1B07B]={
216404  category="lo",
216405  cjkwd="w",
216406  description="HENTAIGANA LETTER TO-5",
216407  direction="l",
216408  linebreak="id",
216409  unicodeslot=0x1B07B,
216410 },
216411 [0x1B07C]={
216412  category="lo",
216413  cjkwd="w",
216414  description="HENTAIGANA LETTER TO-6",
216415  direction="l",
216416  linebreak="id",
216417  unicodeslot=0x1B07C,
216418 },
216419 [0x1B07D]={
216420  category="lo",
216421  cjkwd="w",
216422  description="HENTAIGANA LETTER TO-RA",
216423  direction="l",
216424  linebreak="id",
216425  unicodeslot=0x1B07D,
216426 },
216427 [0x1B07E]={
216428  category="lo",
216429  cjkwd="w",
216430  description="HENTAIGANA LETTER NA-1",
216431  direction="l",
216432  linebreak="id",
216433  unicodeslot=0x1B07E,
216434 },
216435 [0x1B07F]={
216436  category="lo",
216437  cjkwd="w",
216438  description="HENTAIGANA LETTER NA-2",
216439  direction="l",
216440  linebreak="id",
216441  unicodeslot=0x1B07F,
216442 },
216443 [0x1B080]={
216444  category="lo",
216445  cjkwd="w",
216446  description="HENTAIGANA LETTER NA-3",
216447  direction="l",
216448  linebreak="id",
216449  unicodeslot=0x1B080,
216450 },
216451 [0x1B081]={
216452  category="lo",
216453  cjkwd="w",
216454  description="HENTAIGANA LETTER NA-4",
216455  direction="l",
216456  linebreak="id",
216457  unicodeslot=0x1B081,
216458 },
216459 [0x1B082]={
216460  category="lo",
216461  cjkwd="w",
216462  description="HENTAIGANA LETTER NA-5",
216463  direction="l",
216464  linebreak="id",
216465  unicodeslot=0x1B082,
216466 },
216467 [0x1B083]={
216468  category="lo",
216469  cjkwd="w",
216470  description="HENTAIGANA LETTER NA-6",
216471  direction="l",
216472  linebreak="id",
216473  unicodeslot=0x1B083,
216474 },
216475 [0x1B084]={
216476  category="lo",
216477  cjkwd="w",
216478  description="HENTAIGANA LETTER NA-7",
216479  direction="l",
216480  linebreak="id",
216481  unicodeslot=0x1B084,
216482 },
216483 [0x1B085]={
216484  category="lo",
216485  cjkwd="w",
216486  description="HENTAIGANA LETTER NA-8",
216487  direction="l",
216488  linebreak="id",
216489  unicodeslot=0x1B085,
216490 },
216491 [0x1B086]={
216492  category="lo",
216493  cjkwd="w",
216494  description="HENTAIGANA LETTER NA-9",
216495  direction="l",
216496  linebreak="id",
216497  unicodeslot=0x1B086,
216498 },
216499 [0x1B087]={
216500  category="lo",
216501  cjkwd="w",
216502  description="HENTAIGANA LETTER NI-1",
216503  direction="l",
216504  linebreak="id",
216505  unicodeslot=0x1B087,
216506 },
216507 [0x1B088]={
216508  category="lo",
216509  cjkwd="w",
216510  description="HENTAIGANA LETTER NI-2",
216511  direction="l",
216512  linebreak="id",
216513  unicodeslot=0x1B088,
216514 },
216515 [0x1B089]={
216516  category="lo",
216517  cjkwd="w",
216518  description="HENTAIGANA LETTER NI-3",
216519  direction="l",
216520  linebreak="id",
216521  unicodeslot=0x1B089,
216522 },
216523 [0x1B08A]={
216524  category="lo",
216525  cjkwd="w",
216526  description="HENTAIGANA LETTER NI-4",
216527  direction="l",
216528  linebreak="id",
216529  unicodeslot=0x1B08A,
216530 },
216531 [0x1B08B]={
216532  category="lo",
216533  cjkwd="w",
216534  description="HENTAIGANA LETTER NI-5",
216535  direction="l",
216536  linebreak="id",
216537  unicodeslot=0x1B08B,
216538 },
216539 [0x1B08C]={
216540  category="lo",
216541  cjkwd="w",
216542  description="HENTAIGANA LETTER NI-6",
216543  direction="l",
216544  linebreak="id",
216545  unicodeslot=0x1B08C,
216546 },
216547 [0x1B08D]={
216548  category="lo",
216549  cjkwd="w",
216550  description="HENTAIGANA LETTER NI-7",
216551  direction="l",
216552  linebreak="id",
216553  unicodeslot=0x1B08D,
216554 },
216555 [0x1B08E]={
216556  category="lo",
216557  cjkwd="w",
216558  description="HENTAIGANA LETTER NI-TE",
216559  direction="l",
216560  linebreak="id",
216561  unicodeslot=0x1B08E,
216562 },
216563 [0x1B08F]={
216564  category="lo",
216565  cjkwd="w",
216566  description="HENTAIGANA LETTER NU-1",
216567  direction="l",
216568  linebreak="id",
216569  unicodeslot=0x1B08F,
216570 },
216571 [0x1B090]={
216572  category="lo",
216573  cjkwd="w",
216574  description="HENTAIGANA LETTER NU-2",
216575  direction="l",
216576  linebreak="id",
216577  unicodeslot=0x1B090,
216578 },
216579 [0x1B091]={
216580  category="lo",
216581  cjkwd="w",
216582  description="HENTAIGANA LETTER NU-3",
216583  direction="l",
216584  linebreak="id",
216585  unicodeslot=0x1B091,
216586 },
216587 [0x1B092]={
216588  category="lo",
216589  cjkwd="w",
216590  description="HENTAIGANA LETTER NE-1",
216591  direction="l",
216592  linebreak="id",
216593  unicodeslot=0x1B092,
216594 },
216595 [0x1B093]={
216596  category="lo",
216597  cjkwd="w",
216598  description="HENTAIGANA LETTER NE-2",
216599  direction="l",
216600  linebreak="id",
216601  unicodeslot=0x1B093,
216602 },
216603 [0x1B094]={
216604  category="lo",
216605  cjkwd="w",
216606  description="HENTAIGANA LETTER NE-3",
216607  direction="l",
216608  linebreak="id",
216609  unicodeslot=0x1B094,
216610 },
216611 [0x1B095]={
216612  category="lo",
216613  cjkwd="w",
216614  description="HENTAIGANA LETTER NE-4",
216615  direction="l",
216616  linebreak="id",
216617  unicodeslot=0x1B095,
216618 },
216619 [0x1B096]={
216620  category="lo",
216621  cjkwd="w",
216622  description="HENTAIGANA LETTER NE-5",
216623  direction="l",
216624  linebreak="id",
216625  unicodeslot=0x1B096,
216626 },
216627 [0x1B097]={
216628  category="lo",
216629  cjkwd="w",
216630  description="HENTAIGANA LETTER NE-6",
216631  direction="l",
216632  linebreak="id",
216633  unicodeslot=0x1B097,
216634 },
216635 [0x1B098]={
216636  category="lo",
216637  cjkwd="w",
216638  description="HENTAIGANA LETTER NE-KO",
216639  direction="l",
216640  linebreak="id",
216641  unicodeslot=0x1B098,
216642 },
216643 [0x1B099]={
216644  category="lo",
216645  cjkwd="w",
216646  description="HENTAIGANA LETTER NO-1",
216647  direction="l",
216648  linebreak="id",
216649  unicodeslot=0x1B099,
216650 },
216651 [0x1B09A]={
216652  category="lo",
216653  cjkwd="w",
216654  description="HENTAIGANA LETTER NO-2",
216655  direction="l",
216656  linebreak="id",
216657  unicodeslot=0x1B09A,
216658 },
216659 [0x1B09B]={
216660  category="lo",
216661  cjkwd="w",
216662  description="HENTAIGANA LETTER NO-3",
216663  direction="l",
216664  linebreak="id",
216665  unicodeslot=0x1B09B,
216666 },
216667 [0x1B09C]={
216668  category="lo",
216669  cjkwd="w",
216670  description="HENTAIGANA LETTER NO-4",
216671  direction="l",
216672  linebreak="id",
216673  unicodeslot=0x1B09C,
216674 },
216675 [0x1B09D]={
216676  category="lo",
216677  cjkwd="w",
216678  description="HENTAIGANA LETTER NO-5",
216679  direction="l",
216680  linebreak="id",
216681  unicodeslot=0x1B09D,
216682 },
216683 [0x1B09E]={
216684  category="lo",
216685  cjkwd="w",
216686  description="HENTAIGANA LETTER HA-1",
216687  direction="l",
216688  linebreak="id",
216689  unicodeslot=0x1B09E,
216690 },
216691 [0x1B09F]={
216692  category="lo",
216693  cjkwd="w",
216694  description="HENTAIGANA LETTER HA-2",
216695  direction="l",
216696  linebreak="id",
216697  unicodeslot=0x1B09F,
216698 },
216699 [0x1B0A0]={
216700  category="lo",
216701  cjkwd="w",
216702  description="HENTAIGANA LETTER HA-3",
216703  direction="l",
216704  linebreak="id",
216705  unicodeslot=0x1B0A0,
216706 },
216707 [0x1B0A1]={
216708  category="lo",
216709  cjkwd="w",
216710  description="HENTAIGANA LETTER HA-4",
216711  direction="l",
216712  linebreak="id",
216713  unicodeslot=0x1B0A1,
216714 },
216715 [0x1B0A2]={
216716  category="lo",
216717  cjkwd="w",
216718  description="HENTAIGANA LETTER HA-5",
216719  direction="l",
216720  linebreak="id",
216721  unicodeslot=0x1B0A2,
216722 },
216723 [0x1B0A3]={
216724  category="lo",
216725  cjkwd="w",
216726  description="HENTAIGANA LETTER HA-6",
216727  direction="l",
216728  linebreak="id",
216729  unicodeslot=0x1B0A3,
216730 },
216731 [0x1B0A4]={
216732  category="lo",
216733  cjkwd="w",
216734  description="HENTAIGANA LETTER HA-7",
216735  direction="l",
216736  linebreak="id",
216737  unicodeslot=0x1B0A4,
216738 },
216739 [0x1B0A5]={
216740  category="lo",
216741  cjkwd="w",
216742  description="HENTAIGANA LETTER HA-8",
216743  direction="l",
216744  linebreak="id",
216745  unicodeslot=0x1B0A5,
216746 },
216747 [0x1B0A6]={
216748  category="lo",
216749  cjkwd="w",
216750  description="HENTAIGANA LETTER HA-9",
216751  direction="l",
216752  linebreak="id",
216753  unicodeslot=0x1B0A6,
216754 },
216755 [0x1B0A7]={
216756  category="lo",
216757  cjkwd="w",
216758  description="HENTAIGANA LETTER HA-10",
216759  direction="l",
216760  linebreak="id",
216761  unicodeslot=0x1B0A7,
216762 },
216763 [0x1B0A8]={
216764  category="lo",
216765  cjkwd="w",
216766  description="HENTAIGANA LETTER HA-11",
216767  direction="l",
216768  linebreak="id",
216769  unicodeslot=0x1B0A8,
216770 },
216771 [0x1B0A9]={
216772  category="lo",
216773  cjkwd="w",
216774  description="HENTAIGANA LETTER HI-1",
216775  direction="l",
216776  linebreak="id",
216777  unicodeslot=0x1B0A9,
216778 },
216779 [0x1B0AA]={
216780  category="lo",
216781  cjkwd="w",
216782  description="HENTAIGANA LETTER HI-2",
216783  direction="l",
216784  linebreak="id",
216785  unicodeslot=0x1B0AA,
216786 },
216787 [0x1B0AB]={
216788  category="lo",
216789  cjkwd="w",
216790  description="HENTAIGANA LETTER HI-3",
216791  direction="l",
216792  linebreak="id",
216793  unicodeslot=0x1B0AB,
216794 },
216795 [0x1B0AC]={
216796  category="lo",
216797  cjkwd="w",
216798  description="HENTAIGANA LETTER HI-4",
216799  direction="l",
216800  linebreak="id",
216801  unicodeslot=0x1B0AC,
216802 },
216803 [0x1B0AD]={
216804  category="lo",
216805  cjkwd="w",
216806  description="HENTAIGANA LETTER HI-5",
216807  direction="l",
216808  linebreak="id",
216809  unicodeslot=0x1B0AD,
216810 },
216811 [0x1B0AE]={
216812  category="lo",
216813  cjkwd="w",
216814  description="HENTAIGANA LETTER HI-6",
216815  direction="l",
216816  linebreak="id",
216817  unicodeslot=0x1B0AE,
216818 },
216819 [0x1B0AF]={
216820  category="lo",
216821  cjkwd="w",
216822  description="HENTAIGANA LETTER HI-7",
216823  direction="l",
216824  linebreak="id",
216825  unicodeslot=0x1B0AF,
216826 },
216827 [0x1B0B0]={
216828  category="lo",
216829  cjkwd="w",
216830  description="HENTAIGANA LETTER HU-1",
216831  direction="l",
216832  linebreak="id",
216833  unicodeslot=0x1B0B0,
216834 },
216835 [0x1B0B1]={
216836  category="lo",
216837  cjkwd="w",
216838  description="HENTAIGANA LETTER HU-2",
216839  direction="l",
216840  linebreak="id",
216841  unicodeslot=0x1B0B1,
216842 },
216843 [0x1B0B2]={
216844  category="lo",
216845  cjkwd="w",
216846  description="HENTAIGANA LETTER HU-3",
216847  direction="l",
216848  linebreak="id",
216849  unicodeslot=0x1B0B2,
216850 },
216851 [0x1B0B3]={
216852  category="lo",
216853  cjkwd="w",
216854  description="HENTAIGANA LETTER HE-1",
216855  direction="l",
216856  linebreak="id",
216857  unicodeslot=0x1B0B3,
216858 },
216859 [0x1B0B4]={
216860  category="lo",
216861  cjkwd="w",
216862  description="HENTAIGANA LETTER HE-2",
216863  direction="l",
216864  linebreak="id",
216865  unicodeslot=0x1B0B4,
216866 },
216867 [0x1B0B5]={
216868  category="lo",
216869  cjkwd="w",
216870  description="HENTAIGANA LETTER HE-3",
216871  direction="l",
216872  linebreak="id",
216873  unicodeslot=0x1B0B5,
216874 },
216875 [0x1B0B6]={
216876  category="lo",
216877  cjkwd="w",
216878  description="HENTAIGANA LETTER HE-4",
216879  direction="l",
216880  linebreak="id",
216881  unicodeslot=0x1B0B6,
216882 },
216883 [0x1B0B7]={
216884  category="lo",
216885  cjkwd="w",
216886  description="HENTAIGANA LETTER HE-5",
216887  direction="l",
216888  linebreak="id",
216889  unicodeslot=0x1B0B7,
216890 },
216891 [0x1B0B8]={
216892  category="lo",
216893  cjkwd="w",
216894  description="HENTAIGANA LETTER HE-6",
216895  direction="l",
216896  linebreak="id",
216897  unicodeslot=0x1B0B8,
216898 },
216899 [0x1B0B9]={
216900  category="lo",
216901  cjkwd="w",
216902  description="HENTAIGANA LETTER HE-7",
216903  direction="l",
216904  linebreak="id",
216905  unicodeslot=0x1B0B9,
216906 },
216907 [0x1B0BA]={
216908  category="lo",
216909  cjkwd="w",
216910  description="HENTAIGANA LETTER HO-1",
216911  direction="l",
216912  linebreak="id",
216913  unicodeslot=0x1B0BA,
216914 },
216915 [0x1B0BB]={
216916  category="lo",
216917  cjkwd="w",
216918  description="HENTAIGANA LETTER HO-2",
216919  direction="l",
216920  linebreak="id",
216921  unicodeslot=0x1B0BB,
216922 },
216923 [0x1B0BC]={
216924  category="lo",
216925  cjkwd="w",
216926  description="HENTAIGANA LETTER HO-3",
216927  direction="l",
216928  linebreak="id",
216929  unicodeslot=0x1B0BC,
216930 },
216931 [0x1B0BD]={
216932  category="lo",
216933  cjkwd="w",
216934  description="HENTAIGANA LETTER HO-4",
216935  direction="l",
216936  linebreak="id",
216937  unicodeslot=0x1B0BD,
216938 },
216939 [0x1B0BE]={
216940  category="lo",
216941  cjkwd="w",
216942  description="HENTAIGANA LETTER HO-5",
216943  direction="l",
216944  linebreak="id",
216945  unicodeslot=0x1B0BE,
216946 },
216947 [0x1B0BF]={
216948  category="lo",
216949  cjkwd="w",
216950  description="HENTAIGANA LETTER HO-6",
216951  direction="l",
216952  linebreak="id",
216953  unicodeslot=0x1B0BF,
216954 },
216955 [0x1B0C0]={
216956  category="lo",
216957  cjkwd="w",
216958  description="HENTAIGANA LETTER HO-7",
216959  direction="l",
216960  linebreak="id",
216961  unicodeslot=0x1B0C0,
216962 },
216963 [0x1B0C1]={
216964  category="lo",
216965  cjkwd="w",
216966  description="HENTAIGANA LETTER HO-8",
216967  direction="l",
216968  linebreak="id",
216969  unicodeslot=0x1B0C1,
216970 },
216971 [0x1B0C2]={
216972  category="lo",
216973  cjkwd="w",
216974  description="HENTAIGANA LETTER MA-1",
216975  direction="l",
216976  linebreak="id",
216977  unicodeslot=0x1B0C2,
216978 },
216979 [0x1B0C3]={
216980  category="lo",
216981  cjkwd="w",
216982  description="HENTAIGANA LETTER MA-2",
216983  direction="l",
216984  linebreak="id",
216985  unicodeslot=0x1B0C3,
216986 },
216987 [0x1B0C4]={
216988  category="lo",
216989  cjkwd="w",
216990  description="HENTAIGANA LETTER MA-3",
216991  direction="l",
216992  linebreak="id",
216993  unicodeslot=0x1B0C4,
216994 },
216995 [0x1B0C5]={
216996  category="lo",
216997  cjkwd="w",
216998  description="HENTAIGANA LETTER MA-4",
216999  direction="l",
217000  linebreak="id",
217001  unicodeslot=0x1B0C5,
217002 },
217003 [0x1B0C6]={
217004  category="lo",
217005  cjkwd="w",
217006  description="HENTAIGANA LETTER MA-5",
217007  direction="l",
217008  linebreak="id",
217009  unicodeslot=0x1B0C6,
217010 },
217011 [0x1B0C7]={
217012  category="lo",
217013  cjkwd="w",
217014  description="HENTAIGANA LETTER MA-6",
217015  direction="l",
217016  linebreak="id",
217017  unicodeslot=0x1B0C7,
217018 },
217019 [0x1B0C8]={
217020  category="lo",
217021  cjkwd="w",
217022  description="HENTAIGANA LETTER MA-7",
217023  direction="l",
217024  linebreak="id",
217025  unicodeslot=0x1B0C8,
217026 },
217027 [0x1B0C9]={
217028  category="lo",
217029  cjkwd="w",
217030  description="HENTAIGANA LETTER MI-1",
217031  direction="l",
217032  linebreak="id",
217033  unicodeslot=0x1B0C9,
217034 },
217035 [0x1B0CA]={
217036  category="lo",
217037  cjkwd="w",
217038  description="HENTAIGANA LETTER MI-2",
217039  direction="l",
217040  linebreak="id",
217041  unicodeslot=0x1B0CA,
217042 },
217043 [0x1B0CB]={
217044  category="lo",
217045  cjkwd="w",
217046  description="HENTAIGANA LETTER MI-3",
217047  direction="l",
217048  linebreak="id",
217049  unicodeslot=0x1B0CB,
217050 },
217051 [0x1B0CC]={
217052  category="lo",
217053  cjkwd="w",
217054  description="HENTAIGANA LETTER MI-4",
217055  direction="l",
217056  linebreak="id",
217057  unicodeslot=0x1B0CC,
217058 },
217059 [0x1B0CD]={
217060  category="lo",
217061  cjkwd="w",
217062  description="HENTAIGANA LETTER MI-5",
217063  direction="l",
217064  linebreak="id",
217065  unicodeslot=0x1B0CD,
217066 },
217067 [0x1B0CE]={
217068  category="lo",
217069  cjkwd="w",
217070  description="HENTAIGANA LETTER MI-6",
217071  direction="l",
217072  linebreak="id",
217073  unicodeslot=0x1B0CE,
217074 },
217075 [0x1B0CF]={
217076  category="lo",
217077  cjkwd="w",
217078  description="HENTAIGANA LETTER MI-7",
217079  direction="l",
217080  linebreak="id",
217081  unicodeslot=0x1B0CF,
217082 },
217083 [0x1B0D0]={
217084  category="lo",
217085  cjkwd="w",
217086  description="HENTAIGANA LETTER MU-1",
217087  direction="l",
217088  linebreak="id",
217089  unicodeslot=0x1B0D0,
217090 },
217091 [0x1B0D1]={
217092  category="lo",
217093  cjkwd="w",
217094  description="HENTAIGANA LETTER MU-2",
217095  direction="l",
217096  linebreak="id",
217097  unicodeslot=0x1B0D1,
217098 },
217099 [0x1B0D2]={
217100  category="lo",
217101  cjkwd="w",
217102  description="HENTAIGANA LETTER MU-3",
217103  direction="l",
217104  linebreak="id",
217105  unicodeslot=0x1B0D2,
217106 },
217107 [0x1B0D3]={
217108  category="lo",
217109  cjkwd="w",
217110  description="HENTAIGANA LETTER MU-4",
217111  direction="l",
217112  linebreak="id",
217113  unicodeslot=0x1B0D3,
217114 },
217115 [0x1B0D4]={
217116  category="lo",
217117  cjkwd="w",
217118  description="HENTAIGANA LETTER ME-1",
217119  direction="l",
217120  linebreak="id",
217121  unicodeslot=0x1B0D4,
217122 },
217123 [0x1B0D5]={
217124  category="lo",
217125  cjkwd="w",
217126  description="HENTAIGANA LETTER ME-2",
217127  direction="l",
217128  linebreak="id",
217129  unicodeslot=0x1B0D5,
217130 },
217131 [0x1B0D6]={
217132  category="lo",
217133  cjkwd="w",
217134  description="HENTAIGANA LETTER ME-MA",
217135  direction="l",
217136  linebreak="id",
217137  unicodeslot=0x1B0D6,
217138 },
217139 [0x1B0D7]={
217140  category="lo",
217141  cjkwd="w",
217142  description="HENTAIGANA LETTER MO-1",
217143  direction="l",
217144  linebreak="id",
217145  unicodeslot=0x1B0D7,
217146 },
217147 [0x1B0D8]={
217148  category="lo",
217149  cjkwd="w",
217150  description="HENTAIGANA LETTER MO-2",
217151  direction="l",
217152  linebreak="id",
217153  unicodeslot=0x1B0D8,
217154 },
217155 [0x1B0D9]={
217156  category="lo",
217157  cjkwd="w",
217158  description="HENTAIGANA LETTER MO-3",
217159  direction="l",
217160  linebreak="id",
217161  unicodeslot=0x1B0D9,
217162 },
217163 [0x1B0DA]={
217164  category="lo",
217165  cjkwd="w",
217166  description="HENTAIGANA LETTER MO-4",
217167  direction="l",
217168  linebreak="id",
217169  unicodeslot=0x1B0DA,
217170 },
217171 [0x1B0DB]={
217172  category="lo",
217173  cjkwd="w",
217174  description="HENTAIGANA LETTER MO-5",
217175  direction="l",
217176  linebreak="id",
217177  unicodeslot=0x1B0DB,
217178 },
217179 [0x1B0DC]={
217180  category="lo",
217181  cjkwd="w",
217182  description="HENTAIGANA LETTER MO-6",
217183  direction="l",
217184  linebreak="id",
217185  unicodeslot=0x1B0DC,
217186 },
217187 [0x1B0DD]={
217188  category="lo",
217189  cjkwd="w",
217190  description="HENTAIGANA LETTER YA-1",
217191  direction="l",
217192  linebreak="id",
217193  unicodeslot=0x1B0DD,
217194 },
217195 [0x1B0DE]={
217196  category="lo",
217197  cjkwd="w",
217198  description="HENTAIGANA LETTER YA-2",
217199  direction="l",
217200  linebreak="id",
217201  unicodeslot=0x1B0DE,
217202 },
217203 [0x1B0DF]={
217204  category="lo",
217205  cjkwd="w",
217206  description="HENTAIGANA LETTER YA-3",
217207  direction="l",
217208  linebreak="id",
217209  unicodeslot=0x1B0DF,
217210 },
217211 [0x1B0E0]={
217212  category="lo",
217213  cjkwd="w",
217214  description="HENTAIGANA LETTER YA-4",
217215  direction="l",
217216  linebreak="id",
217217  unicodeslot=0x1B0E0,
217218 },
217219 [0x1B0E1]={
217220  category="lo",
217221  cjkwd="w",
217222  description="HENTAIGANA LETTER YA-5",
217223  direction="l",
217224  linebreak="id",
217225  unicodeslot=0x1B0E1,
217226 },
217227 [0x1B0E2]={
217228  category="lo",
217229  cjkwd="w",
217230  description="HENTAIGANA LETTER YA-YO",
217231  direction="l",
217232  linebreak="id",
217233  unicodeslot=0x1B0E2,
217234 },
217235 [0x1B0E3]={
217236  category="lo",
217237  cjkwd="w",
217238  description="HENTAIGANA LETTER YU-1",
217239  direction="l",
217240  linebreak="id",
217241  unicodeslot=0x1B0E3,
217242 },
217243 [0x1B0E4]={
217244  category="lo",
217245  cjkwd="w",
217246  description="HENTAIGANA LETTER YU-2",
217247  direction="l",
217248  linebreak="id",
217249  unicodeslot=0x1B0E4,
217250 },
217251 [0x1B0E5]={
217252  category="lo",
217253  cjkwd="w",
217254  description="HENTAIGANA LETTER YU-3",
217255  direction="l",
217256  linebreak="id",
217257  unicodeslot=0x1B0E5,
217258 },
217259 [0x1B0E6]={
217260  category="lo",
217261  cjkwd="w",
217262  description="HENTAIGANA LETTER YU-4",
217263  direction="l",
217264  linebreak="id",
217265  unicodeslot=0x1B0E6,
217266 },
217267 [0x1B0E7]={
217268  category="lo",
217269  cjkwd="w",
217270  description="HENTAIGANA LETTER YO-1",
217271  direction="l",
217272  linebreak="id",
217273  unicodeslot=0x1B0E7,
217274 },
217275 [0x1B0E8]={
217276  category="lo",
217277  cjkwd="w",
217278  description="HENTAIGANA LETTER YO-2",
217279  direction="l",
217280  linebreak="id",
217281  unicodeslot=0x1B0E8,
217282 },
217283 [0x1B0E9]={
217284  category="lo",
217285  cjkwd="w",
217286  description="HENTAIGANA LETTER YO-3",
217287  direction="l",
217288  linebreak="id",
217289  unicodeslot=0x1B0E9,
217290 },
217291 [0x1B0EA]={
217292  category="lo",
217293  cjkwd="w",
217294  description="HENTAIGANA LETTER YO-4",
217295  direction="l",
217296  linebreak="id",
217297  unicodeslot=0x1B0EA,
217298 },
217299 [0x1B0EB]={
217300  category="lo",
217301  cjkwd="w",
217302  description="HENTAIGANA LETTER YO-5",
217303  direction="l",
217304  linebreak="id",
217305  unicodeslot=0x1B0EB,
217306 },
217307 [0x1B0EC]={
217308  category="lo",
217309  cjkwd="w",
217310  description="HENTAIGANA LETTER YO-6",
217311  direction="l",
217312  linebreak="id",
217313  unicodeslot=0x1B0EC,
217314 },
217315 [0x1B0ED]={
217316  category="lo",
217317  cjkwd="w",
217318  description="HENTAIGANA LETTER RA-1",
217319  direction="l",
217320  linebreak="id",
217321  unicodeslot=0x1B0ED,
217322 },
217323 [0x1B0EE]={
217324  category="lo",
217325  cjkwd="w",
217326  description="HENTAIGANA LETTER RA-2",
217327  direction="l",
217328  linebreak="id",
217329  unicodeslot=0x1B0EE,
217330 },
217331 [0x1B0EF]={
217332  category="lo",
217333  cjkwd="w",
217334  description="HENTAIGANA LETTER RA-3",
217335  direction="l",
217336  linebreak="id",
217337  unicodeslot=0x1B0EF,
217338 },
217339 [0x1B0F0]={
217340  category="lo",
217341  cjkwd="w",
217342  description="HENTAIGANA LETTER RA-4",
217343  direction="l",
217344  linebreak="id",
217345  unicodeslot=0x1B0F0,
217346 },
217347 [0x1B0F1]={
217348  category="lo",
217349  cjkwd="w",
217350  description="HENTAIGANA LETTER RI-1",
217351  direction="l",
217352  linebreak="id",
217353  unicodeslot=0x1B0F1,
217354 },
217355 [0x1B0F2]={
217356  category="lo",
217357  cjkwd="w",
217358  description="HENTAIGANA LETTER RI-2",
217359  direction="l",
217360  linebreak="id",
217361  unicodeslot=0x1B0F2,
217362 },
217363 [0x1B0F3]={
217364  category="lo",
217365  cjkwd="w",
217366  description="HENTAIGANA LETTER RI-3",
217367  direction="l",
217368  linebreak="id",
217369  unicodeslot=0x1B0F3,
217370 },
217371 [0x1B0F4]={
217372  category="lo",
217373  cjkwd="w",
217374  description="HENTAIGANA LETTER RI-4",
217375  direction="l",
217376  linebreak="id",
217377  unicodeslot=0x1B0F4,
217378 },
217379 [0x1B0F5]={
217380  category="lo",
217381  cjkwd="w",
217382  description="HENTAIGANA LETTER RI-5",
217383  direction="l",
217384  linebreak="id",
217385  unicodeslot=0x1B0F5,
217386 },
217387 [0x1B0F6]={
217388  category="lo",
217389  cjkwd="w",
217390  description="HENTAIGANA LETTER RI-6",
217391  direction="l",
217392  linebreak="id",
217393  unicodeslot=0x1B0F6,
217394 },
217395 [0x1B0F7]={
217396  category="lo",
217397  cjkwd="w",
217398  description="HENTAIGANA LETTER RI-7",
217399  direction="l",
217400  linebreak="id",
217401  unicodeslot=0x1B0F7,
217402 },
217403 [0x1B0F8]={
217404  category="lo",
217405  cjkwd="w",
217406  description="HENTAIGANA LETTER RU-1",
217407  direction="l",
217408  linebreak="id",
217409  unicodeslot=0x1B0F8,
217410 },
217411 [0x1B0F9]={
217412  category="lo",
217413  cjkwd="w",
217414  description="HENTAIGANA LETTER RU-2",
217415  direction="l",
217416  linebreak="id",
217417  unicodeslot=0x1B0F9,
217418 },
217419 [0x1B0FA]={
217420  category="lo",
217421  cjkwd="w",
217422  description="HENTAIGANA LETTER RU-3",
217423  direction="l",
217424  linebreak="id",
217425  unicodeslot=0x1B0FA,
217426 },
217427 [0x1B0FB]={
217428  category="lo",
217429  cjkwd="w",
217430  description="HENTAIGANA LETTER RU-4",
217431  direction="l",
217432  linebreak="id",
217433  unicodeslot=0x1B0FB,
217434 },
217435 [0x1B0FC]={
217436  category="lo",
217437  cjkwd="w",
217438  description="HENTAIGANA LETTER RU-5",
217439  direction="l",
217440  linebreak="id",
217441  unicodeslot=0x1B0FC,
217442 },
217443 [0x1B0FD]={
217444  category="lo",
217445  cjkwd="w",
217446  description="HENTAIGANA LETTER RU-6",
217447  direction="l",
217448  linebreak="id",
217449  unicodeslot=0x1B0FD,
217450 },
217451 [0x1B0FE]={
217452  category="lo",
217453  cjkwd="w",
217454  description="HENTAIGANA LETTER RE-1",
217455  direction="l",
217456  linebreak="id",
217457  unicodeslot=0x1B0FE,
217458 },
217459 [0x1B0FF]={
217460  category="lo",
217461  cjkwd="w",
217462  description="HENTAIGANA LETTER RE-2",
217463  direction="l",
217464  linebreak="id",
217465  unicodeslot=0x1B0FF,
217466 },
217467 [0x1B100]={
217468  category="lo",
217469  cjkwd="w",
217470  description="HENTAIGANA LETTER RE-3",
217471  direction="l",
217472  linebreak="id",
217473  unicodeslot=0x1B100,
217474 },
217475 [0x1B101]={
217476  category="lo",
217477  cjkwd="w",
217478  description="HENTAIGANA LETTER RE-4",
217479  direction="l",
217480  linebreak="id",
217481  unicodeslot=0x1B101,
217482 },
217483 [0x1B102]={
217484  category="lo",
217485  cjkwd="w",
217486  description="HENTAIGANA LETTER RO-1",
217487  direction="l",
217488  linebreak="id",
217489  unicodeslot=0x1B102,
217490 },
217491 [0x1B103]={
217492  category="lo",
217493  cjkwd="w",
217494  description="HENTAIGANA LETTER RO-2",
217495  direction="l",
217496  linebreak="id",
217497  unicodeslot=0x1B103,
217498 },
217499 [0x1B104]={
217500  category="lo",
217501  cjkwd="w",
217502  description="HENTAIGANA LETTER RO-3",
217503  direction="l",
217504  linebreak="id",
217505  unicodeslot=0x1B104,
217506 },
217507 [0x1B105]={
217508  category="lo",
217509  cjkwd="w",
217510  description="HENTAIGANA LETTER RO-4",
217511  direction="l",
217512  linebreak="id",
217513  unicodeslot=0x1B105,
217514 },
217515 [0x1B106]={
217516  category="lo",
217517  cjkwd="w",
217518  description="HENTAIGANA LETTER RO-5",
217519  direction="l",
217520  linebreak="id",
217521  unicodeslot=0x1B106,
217522 },
217523 [0x1B107]={
217524  category="lo",
217525  cjkwd="w",
217526  description="HENTAIGANA LETTER RO-6",
217527  direction="l",
217528  linebreak="id",
217529  unicodeslot=0x1B107,
217530 },
217531 [0x1B108]={
217532  category="lo",
217533  cjkwd="w",
217534  description="HENTAIGANA LETTER WA-1",
217535  direction="l",
217536  linebreak="id",
217537  unicodeslot=0x1B108,
217538 },
217539 [0x1B109]={
217540  category="lo",
217541  cjkwd="w",
217542  description="HENTAIGANA LETTER WA-2",
217543  direction="l",
217544  linebreak="id",
217545  unicodeslot=0x1B109,
217546 },
217547 [0x1B10A]={
217548  category="lo",
217549  cjkwd="w",
217550  description="HENTAIGANA LETTER WA-3",
217551  direction="l",
217552  linebreak="id",
217553  unicodeslot=0x1B10A,
217554 },
217555 [0x1B10B]={
217556  category="lo",
217557  cjkwd="w",
217558  description="HENTAIGANA LETTER WA-4",
217559  direction="l",
217560  linebreak="id",
217561  unicodeslot=0x1B10B,
217562 },
217563 [0x1B10C]={
217564  category="lo",
217565  cjkwd="w",
217566  description="HENTAIGANA LETTER WA-5",
217567  direction="l",
217568  linebreak="id",
217569  unicodeslot=0x1B10C,
217570 },
217571 [0x1B10D]={
217572  category="lo",
217573  cjkwd="w",
217574  description="HENTAIGANA LETTER WI-1",
217575  direction="l",
217576  linebreak="id",
217577  unicodeslot=0x1B10D,
217578 },
217579 [0x1B10E]={
217580  category="lo",
217581  cjkwd="w",
217582  description="HENTAIGANA LETTER WI-2",
217583  direction="l",
217584  linebreak="id",
217585  unicodeslot=0x1B10E,
217586 },
217587 [0x1B10F]={
217588  category="lo",
217589  cjkwd="w",
217590  description="HENTAIGANA LETTER WI-3",
217591  direction="l",
217592  linebreak="id",
217593  unicodeslot=0x1B10F,
217594 },
217595 [0x1B110]={
217596  category="lo",
217597  cjkwd="w",
217598  description="HENTAIGANA LETTER WI-4",
217599  direction="l",
217600  linebreak="id",
217601  unicodeslot=0x1B110,
217602 },
217603 [0x1B111]={
217604  category="lo",
217605  cjkwd="w",
217606  description="HENTAIGANA LETTER WI-5",
217607  direction="l",
217608  linebreak="id",
217609  unicodeslot=0x1B111,
217610 },
217611 [0x1B112]={
217612  category="lo",
217613  cjkwd="w",
217614  description="HENTAIGANA LETTER WE-1",
217615  direction="l",
217616  linebreak="id",
217617  unicodeslot=0x1B112,
217618 },
217619 [0x1B113]={
217620  category="lo",
217621  cjkwd="w",
217622  description="HENTAIGANA LETTER WE-2",
217623  direction="l",
217624  linebreak="id",
217625  unicodeslot=0x1B113,
217626 },
217627 [0x1B114]={
217628  category="lo",
217629  cjkwd="w",
217630  description="HENTAIGANA LETTER WE-3",
217631  direction="l",
217632  linebreak="id",
217633  unicodeslot=0x1B114,
217634 },
217635 [0x1B115]={
217636  category="lo",
217637  cjkwd="w",
217638  description="HENTAIGANA LETTER WE-4",
217639  direction="l",
217640  linebreak="id",
217641  unicodeslot=0x1B115,
217642 },
217643 [0x1B116]={
217644  category="lo",
217645  cjkwd="w",
217646  description="HENTAIGANA LETTER WO-1",
217647  direction="l",
217648  linebreak="id",
217649  unicodeslot=0x1B116,
217650 },
217651 [0x1B117]={
217652  category="lo",
217653  cjkwd="w",
217654  description="HENTAIGANA LETTER WO-2",
217655  direction="l",
217656  linebreak="id",
217657  unicodeslot=0x1B117,
217658 },
217659 [0x1B118]={
217660  category="lo",
217661  cjkwd="w",
217662  description="HENTAIGANA LETTER WO-3",
217663  direction="l",
217664  linebreak="id",
217665  unicodeslot=0x1B118,
217666 },
217667 [0x1B119]={
217668  category="lo",
217669  cjkwd="w",
217670  description="HENTAIGANA LETTER WO-4",
217671  direction="l",
217672  linebreak="id",
217673  unicodeslot=0x1B119,
217674 },
217675 [0x1B11A]={
217676  category="lo",
217677  cjkwd="w",
217678  description="HENTAIGANA LETTER WO-5",
217679  direction="l",
217680  linebreak="id",
217681  unicodeslot=0x1B11A,
217682 },
217683 [0x1B11B]={
217684  category="lo",
217685  cjkwd="w",
217686  description="HENTAIGANA LETTER WO-6",
217687  direction="l",
217688  linebreak="id",
217689  unicodeslot=0x1B11B,
217690 },
217691 [0x1B11C]={
217692  category="lo",
217693  cjkwd="w",
217694  description="HENTAIGANA LETTER WO-7",
217695  direction="l",
217696  linebreak="id",
217697  unicodeslot=0x1B11C,
217698 },
217699 [0x1B11D]={
217700  category="lo",
217701  cjkwd="w",
217702  description="HENTAIGANA LETTER N-MU-MO-1",
217703  direction="l",
217704  linebreak="id",
217705  unicodeslot=0x1B11D,
217706 },
217707 [0x1B11E]={
217708  category="lo",
217709  cjkwd="w",
217710  description="HENTAIGANA LETTER N-MU-MO-2",
217711  direction="l",
217712  linebreak="id",
217713  unicodeslot=0x1B11E,
217714 },
217715 [0x1B11F]={
217716  category="lo",
217717  cjkwd="w",
217718  description="HIRAGANA LETTER ARCHAIC WU",
217719  direction="l",
217720  linebreak="id",
217721  unicodeslot=0x1B11F,
217722 },
217723 [0x1B120]={
217724  category="lo",
217725  cjkwd="w",
217726  description="KATAKANA LETTER ARCHAIC YI",
217727  direction="l",
217728  linebreak="id",
217729  unicodeslot=0x1B120,
217730 },
217731 [0x1B121]={
217732  category="lo",
217733  cjkwd="w",
217734  description="KATAKANA LETTER ARCHAIC YE",
217735  direction="l",
217736  linebreak="id",
217737  unicodeslot=0x1B121,
217738 },
217739 [0x1B122]={
217740  category="lo",
217741  cjkwd="w",
217742  description="KATAKANA LETTER ARCHAIC WU",
217743  direction="l",
217744  linebreak="id",
217745  unicodeslot=0x1B122,
217746 },
217747 [0x1B132]={
217748  category="lo",
217749  cjkwd="w",
217750  description="HIRAGANA LETTER SMALL KO",
217751  direction="l",
217752  linebreak="cj",
217753  unicodeslot=0x1B132,
217754 },
217755 [0x1B150]={
217756  category="lo",
217757  cjkwd="w",
217758  description="HIRAGANA LETTER SMALL WI",
217759  direction="l",
217760  linebreak="cj",
217761  unicodeslot=0x1B150,
217762 },
217763 [0x1B151]={
217764  category="lo",
217765  cjkwd="w",
217766  description="HIRAGANA LETTER SMALL WE",
217767  direction="l",
217768  linebreak="cj",
217769  unicodeslot=0x1B151,
217770 },
217771 [0x1B152]={
217772  category="lo",
217773  cjkwd="w",
217774  description="HIRAGANA LETTER SMALL WO",
217775  direction="l",
217776  linebreak="cj",
217777  unicodeslot=0x1B152,
217778 },
217779 [0x1B155]={
217780  category="lo",
217781  cjkwd="w",
217782  description="KATAKANA LETTER SMALL KO",
217783  direction="l",
217784  linebreak="cj",
217785  unicodeslot=0x1B155,
217786 },
217787 [0x1B164]={
217788  category="lo",
217789  cjkwd="w",
217790  description="KATAKANA LETTER SMALL WI",
217791  direction="l",
217792  linebreak="cj",
217793  unicodeslot=0x1B164,
217794 },
217795 [0x1B165]={
217796  category="lo",
217797  cjkwd="w",
217798  description="KATAKANA LETTER SMALL WE",
217799  direction="l",
217800  linebreak="cj",
217801  unicodeslot=0x1B165,
217802 },
217803 [0x1B166]={
217804  category="lo",
217805  cjkwd="w",
217806  description="KATAKANA LETTER SMALL WO",
217807  direction="l",
217808  linebreak="cj",
217809  unicodeslot=0x1B166,
217810 },
217811 [0x1B167]={
217812  category="lo",
217813  cjkwd="w",
217814  description="KATAKANA LETTER SMALL N",
217815  direction="l",
217816  linebreak="cj",
217817  unicodeslot=0x1B167,
217818 },
217819 [0x1B170]={
217820  category="lo",
217821  cjkwd="w",
217822  description="NUSHU CHARACTER-1B170",
217823  direction="l",
217824  linebreak="id",
217825  unicodeslot=0x1B170,
217826 },
217827 [0x1B171]={
217828  category="lo",
217829  cjkwd="w",
217830  description="NUSHU CHARACTER-1B171",
217831  direction="l",
217832  linebreak="id",
217833  unicodeslot=0x1B171,
217834 },
217835 [0x1B172]={
217836  category="lo",
217837  cjkwd="w",
217838  description="NUSHU CHARACTER-1B172",
217839  direction="l",
217840  linebreak="id",
217841  unicodeslot=0x1B172,
217842 },
217843 [0x1B173]={
217844  category="lo",
217845  cjkwd="w",
217846  description="NUSHU CHARACTER-1B173",
217847  direction="l",
217848  linebreak="id",
217849  unicodeslot=0x1B173,
217850 },
217851 [0x1B174]={
217852  category="lo",
217853  cjkwd="w",
217854  description="NUSHU CHARACTER-1B174",
217855  direction="l",
217856  linebreak="id",
217857  unicodeslot=0x1B174,
217858 },
217859 [0x1B175]={
217860  category="lo",
217861  cjkwd="w",
217862  description="NUSHU CHARACTER-1B175",
217863  direction="l",
217864  linebreak="id",
217865  unicodeslot=0x1B175,
217866 },
217867 [0x1B176]={
217868  category="lo",
217869  cjkwd="w",
217870  description="NUSHU CHARACTER-1B176",
217871  direction="l",
217872  linebreak="id",
217873  unicodeslot=0x1B176,
217874 },
217875 [0x1B177]={
217876  category="lo",
217877  cjkwd="w",
217878  description="NUSHU CHARACTER-1B177",
217879  direction="l",
217880  linebreak="id",
217881  unicodeslot=0x1B177,
217882 },
217883 [0x1B178]={
217884  category="lo",
217885  cjkwd="w",
217886  description="NUSHU CHARACTER-1B178",
217887  direction="l",
217888  linebreak="id",
217889  unicodeslot=0x1B178,
217890 },
217891 [0x1B179]={
217892  category="lo",
217893  cjkwd="w",
217894  description="NUSHU CHARACTER-1B179",
217895  direction="l",
217896  linebreak="id",
217897  unicodeslot=0x1B179,
217898 },
217899 [0x1B17A]={
217900  category="lo",
217901  cjkwd="w",
217902  description="NUSHU CHARACTER-1B17A",
217903  direction="l",
217904  linebreak="id",
217905  unicodeslot=0x1B17A,
217906 },
217907 [0x1B17B]={
217908  category="lo",
217909  cjkwd="w",
217910  description="NUSHU CHARACTER-1B17B",
217911  direction="l",
217912  linebreak="id",
217913  unicodeslot=0x1B17B,
217914 },
217915 [0x1B17C]={
217916  category="lo",
217917  cjkwd="w",
217918  description="NUSHU CHARACTER-1B17C",
217919  direction="l",
217920  linebreak="id",
217921  unicodeslot=0x1B17C,
217922 },
217923 [0x1B17D]={
217924  category="lo",
217925  cjkwd="w",
217926  description="NUSHU CHARACTER-1B17D",
217927  direction="l",
217928  linebreak="id",
217929  unicodeslot=0x1B17D,
217930 },
217931 [0x1B17E]={
217932  category="lo",
217933  cjkwd="w",
217934  description="NUSHU CHARACTER-1B17E",
217935  direction="l",
217936  linebreak="id",
217937  unicodeslot=0x1B17E,
217938 },
217939 [0x1B17F]={
217940  category="lo",
217941  cjkwd="w",
217942  description="NUSHU CHARACTER-1B17F",
217943  direction="l",
217944  linebreak="id",
217945  unicodeslot=0x1B17F,
217946 },
217947 [0x1B180]={
217948  category="lo",
217949  cjkwd="w",
217950  description="NUSHU CHARACTER-1B180",
217951  direction="l",
217952  linebreak="id",
217953  unicodeslot=0x1B180,
217954 },
217955 [0x1B181]={
217956  category="lo",
217957  cjkwd="w",
217958  description="NUSHU CHARACTER-1B181",
217959  direction="l",
217960  linebreak="id",
217961  unicodeslot=0x1B181,
217962 },
217963 [0x1B182]={
217964  category="lo",
217965  cjkwd="w",
217966  description="NUSHU CHARACTER-1B182",
217967  direction="l",
217968  linebreak="id",
217969  unicodeslot=0x1B182,
217970 },
217971 [0x1B183]={
217972  category="lo",
217973  cjkwd="w",
217974  description="NUSHU CHARACTER-1B183",
217975  direction="l",
217976  linebreak="id",
217977  unicodeslot=0x1B183,
217978 },
217979 [0x1B184]={
217980  category="lo",
217981  cjkwd="w",
217982  description="NUSHU CHARACTER-1B184",
217983  direction="l",
217984  linebreak="id",
217985  unicodeslot=0x1B184,
217986 },
217987 [0x1B185]={
217988  category="lo",
217989  cjkwd="w",
217990  description="NUSHU CHARACTER-1B185",
217991  direction="l",
217992  linebreak="id",
217993  unicodeslot=0x1B185,
217994 },
217995 [0x1B186]={
217996  category="lo",
217997  cjkwd="w",
217998  description="NUSHU CHARACTER-1B186",
217999  direction="l",
218000  linebreak="id",
218001  unicodeslot=0x1B186,
218002 },
218003 [0x1B187]={
218004  category="lo",
218005  cjkwd="w",
218006  description="NUSHU CHARACTER-1B187",
218007  direction="l",
218008  linebreak="id",
218009  unicodeslot=0x1B187,
218010 },
218011 [0x1B188]={
218012  category="lo",
218013  cjkwd="w",
218014  description="NUSHU CHARACTER-1B188",
218015  direction="l",
218016  linebreak="id",
218017  unicodeslot=0x1B188,
218018 },
218019 [0x1B189]={
218020  category="lo",
218021  cjkwd="w",
218022  description="NUSHU CHARACTER-1B189",
218023  direction="l",
218024  linebreak="id",
218025  unicodeslot=0x1B189,
218026 },
218027 [0x1B18A]={
218028  category="lo",
218029  cjkwd="w",
218030  description="NUSHU CHARACTER-1B18A",
218031  direction="l",
218032  linebreak="id",
218033  unicodeslot=0x1B18A,
218034 },
218035 [0x1B18B]={
218036  category="lo",
218037  cjkwd="w",
218038  description="NUSHU CHARACTER-1B18B",
218039  direction="l",
218040  linebreak="id",
218041  unicodeslot=0x1B18B,
218042 },
218043 [0x1B18C]={
218044  category="lo",
218045  cjkwd="w",
218046  description="NUSHU CHARACTER-1B18C",
218047  direction="l",
218048  linebreak="id",
218049  unicodeslot=0x1B18C,
218050 },
218051 [0x1B18D]={
218052  category="lo",
218053  cjkwd="w",
218054  description="NUSHU CHARACTER-1B18D",
218055  direction="l",
218056  linebreak="id",
218057  unicodeslot=0x1B18D,
218058 },
218059 [0x1B18E]={
218060  category="lo",
218061  cjkwd="w",
218062  description="NUSHU CHARACTER-1B18E",
218063  direction="l",
218064  linebreak="id",
218065  unicodeslot=0x1B18E,
218066 },
218067 [0x1B18F]={
218068  category="lo",
218069  cjkwd="w",
218070  description="NUSHU CHARACTER-1B18F",
218071  direction="l",
218072  linebreak="id",
218073  unicodeslot=0x1B18F,
218074 },
218075 [0x1B190]={
218076  category="lo",
218077  cjkwd="w",
218078  description="NUSHU CHARACTER-1B190",
218079  direction="l",
218080  linebreak="id",
218081  unicodeslot=0x1B190,
218082 },
218083 [0x1B191]={
218084  category="lo",
218085  cjkwd="w",
218086  description="NUSHU CHARACTER-1B191",
218087  direction="l",
218088  linebreak="id",
218089  unicodeslot=0x1B191,
218090 },
218091 [0x1B192]={
218092  category="lo",
218093  cjkwd="w",
218094  description="NUSHU CHARACTER-1B192",
218095  direction="l",
218096  linebreak="id",
218097  unicodeslot=0x1B192,
218098 },
218099 [0x1B193]={
218100  category="lo",
218101  cjkwd="w",
218102  description="NUSHU CHARACTER-1B193",
218103  direction="l",
218104  linebreak="id",
218105  unicodeslot=0x1B193,
218106 },
218107 [0x1B194]={
218108  category="lo",
218109  cjkwd="w",
218110  description="NUSHU CHARACTER-1B194",
218111  direction="l",
218112  linebreak="id",
218113  unicodeslot=0x1B194,
218114 },
218115 [0x1B195]={
218116  category="lo",
218117  cjkwd="w",
218118  description="NUSHU CHARACTER-1B195",
218119  direction="l",
218120  linebreak="id",
218121  unicodeslot=0x1B195,
218122 },
218123 [0x1B196]={
218124  category="lo",
218125  cjkwd="w",
218126  description="NUSHU CHARACTER-1B196",
218127  direction="l",
218128  linebreak="id",
218129  unicodeslot=0x1B196,
218130 },
218131 [0x1B197]={
218132  category="lo",
218133  cjkwd="w",
218134  description="NUSHU CHARACTER-1B197",
218135  direction="l",
218136  linebreak="id",
218137  unicodeslot=0x1B197,
218138 },
218139 [0x1B198]={
218140  category="lo",
218141  cjkwd="w",
218142  description="NUSHU CHARACTER-1B198",
218143  direction="l",
218144  linebreak="id",
218145  unicodeslot=0x1B198,
218146 },
218147 [0x1B199]={
218148  category="lo",
218149  cjkwd="w",
218150  description="NUSHU CHARACTER-1B199",
218151  direction="l",
218152  linebreak="id",
218153  unicodeslot=0x1B199,
218154 },
218155 [0x1B19A]={
218156  category="lo",
218157  cjkwd="w",
218158  description="NUSHU CHARACTER-1B19A",
218159  direction="l",
218160  linebreak="id",
218161  unicodeslot=0x1B19A,
218162 },
218163 [0x1B19B]={
218164  category="lo",
218165  cjkwd="w",
218166  description="NUSHU CHARACTER-1B19B",
218167  direction="l",
218168  linebreak="id",
218169  unicodeslot=0x1B19B,
218170 },
218171 [0x1B19C]={
218172  category="lo",
218173  cjkwd="w",
218174  description="NUSHU CHARACTER-1B19C",
218175  direction="l",
218176  linebreak="id",
218177  unicodeslot=0x1B19C,
218178 },
218179 [0x1B19D]={
218180  category="lo",
218181  cjkwd="w",
218182  description="NUSHU CHARACTER-1B19D",
218183  direction="l",
218184  linebreak="id",
218185  unicodeslot=0x1B19D,
218186 },
218187 [0x1B19E]={
218188  category="lo",
218189  cjkwd="w",
218190  description="NUSHU CHARACTER-1B19E",
218191  direction="l",
218192  linebreak="id",
218193  unicodeslot=0x1B19E,
218194 },
218195 [0x1B19F]={
218196  category="lo",
218197  cjkwd="w",
218198  description="NUSHU CHARACTER-1B19F",
218199  direction="l",
218200  linebreak="id",
218201  unicodeslot=0x1B19F,
218202 },
218203 [0x1B1A0]={
218204  category="lo",
218205  cjkwd="w",
218206  description="NUSHU CHARACTER-1B1A0",
218207  direction="l",
218208  linebreak="id",
218209  unicodeslot=0x1B1A0,
218210 },
218211 [0x1B1A1]={
218212  category="lo",
218213  cjkwd="w",
218214  description="NUSHU CHARACTER-1B1A1",
218215  direction="l",
218216  linebreak="id",
218217  unicodeslot=0x1B1A1,
218218 },
218219 [0x1B1A2]={
218220  category="lo",
218221  cjkwd="w",
218222  description="NUSHU CHARACTER-1B1A2",
218223  direction="l",
218224  linebreak="id",
218225  unicodeslot=0x1B1A2,
218226 },
218227 [0x1B1A3]={
218228  category="lo",
218229  cjkwd="w",
218230  description="NUSHU CHARACTER-1B1A3",
218231  direction="l",
218232  linebreak="id",
218233  unicodeslot=0x1B1A3,
218234 },
218235 [0x1B1A4]={
218236  category="lo",
218237  cjkwd="w",
218238  description="NUSHU CHARACTER-1B1A4",
218239  direction="l",
218240  linebreak="id",
218241  unicodeslot=0x1B1A4,
218242 },
218243 [0x1B1A5]={
218244  category="lo",
218245  cjkwd="w",
218246  description="NUSHU CHARACTER-1B1A5",
218247  direction="l",
218248  linebreak="id",
218249  unicodeslot=0x1B1A5,
218250 },
218251 [0x1B1A6]={
218252  category="lo",
218253  cjkwd="w",
218254  description="NUSHU CHARACTER-1B1A6",
218255  direction="l",
218256  linebreak="id",
218257  unicodeslot=0x1B1A6,
218258 },
218259 [0x1B1A7]={
218260  category="lo",
218261  cjkwd="w",
218262  description="NUSHU CHARACTER-1B1A7",
218263  direction="l",
218264  linebreak="id",
218265  unicodeslot=0x1B1A7,
218266 },
218267 [0x1B1A8]={
218268  category="lo",
218269  cjkwd="w",
218270  description="NUSHU CHARACTER-1B1A8",
218271  direction="l",
218272  linebreak="id",
218273  unicodeslot=0x1B1A8,
218274 },
218275 [0x1B1A9]={
218276  category="lo",
218277  cjkwd="w",
218278  description="NUSHU CHARACTER-1B1A9",
218279  direction="l",
218280  linebreak="id",
218281  unicodeslot=0x1B1A9,
218282 },
218283 [0x1B1AA]={
218284  category="lo",
218285  cjkwd="w",
218286  description="NUSHU CHARACTER-1B1AA",
218287  direction="l",
218288  linebreak="id",
218289  unicodeslot=0x1B1AA,
218290 },
218291 [0x1B1AB]={
218292  category="lo",
218293  cjkwd="w",
218294  description="NUSHU CHARACTER-1B1AB",
218295  direction="l",
218296  linebreak="id",
218297  unicodeslot=0x1B1AB,
218298 },
218299 [0x1B1AC]={
218300  category="lo",
218301  cjkwd="w",
218302  description="NUSHU CHARACTER-1B1AC",
218303  direction="l",
218304  linebreak="id",
218305  unicodeslot=0x1B1AC,
218306 },
218307 [0x1B1AD]={
218308  category="lo",
218309  cjkwd="w",
218310  description="NUSHU CHARACTER-1B1AD",
218311  direction="l",
218312  linebreak="id",
218313  unicodeslot=0x1B1AD,
218314 },
218315 [0x1B1AE]={
218316  category="lo",
218317  cjkwd="w",
218318  description="NUSHU CHARACTER-1B1AE",
218319  direction="l",
218320  linebreak="id",
218321  unicodeslot=0x1B1AE,
218322 },
218323 [0x1B1AF]={
218324  category="lo",
218325  cjkwd="w",
218326  description="NUSHU CHARACTER-1B1AF",
218327  direction="l",
218328  linebreak="id",
218329  unicodeslot=0x1B1AF,
218330 },
218331 [0x1B1B0]={
218332  category="lo",
218333  cjkwd="w",
218334  description="NUSHU CHARACTER-1B1B0",
218335  direction="l",
218336  linebreak="id",
218337  unicodeslot=0x1B1B0,
218338 },
218339 [0x1B1B1]={
218340  category="lo",
218341  cjkwd="w",
218342  description="NUSHU CHARACTER-1B1B1",
218343  direction="l",
218344  linebreak="id",
218345  unicodeslot=0x1B1B1,
218346 },
218347 [0x1B1B2]={
218348  category="lo",
218349  cjkwd="w",
218350  description="NUSHU CHARACTER-1B1B2",
218351  direction="l",
218352  linebreak="id",
218353  unicodeslot=0x1B1B2,
218354 },
218355 [0x1B1B3]={
218356  category="lo",
218357  cjkwd="w",
218358  description="NUSHU CHARACTER-1B1B3",
218359  direction="l",
218360  linebreak="id",
218361  unicodeslot=0x1B1B3,
218362 },
218363 [0x1B1B4]={
218364  category="lo",
218365  cjkwd="w",
218366  description="NUSHU CHARACTER-1B1B4",
218367  direction="l",
218368  linebreak="id",
218369  unicodeslot=0x1B1B4,
218370 },
218371 [0x1B1B5]={
218372  category="lo",
218373  cjkwd="w",
218374  description="NUSHU CHARACTER-1B1B5",
218375  direction="l",
218376  linebreak="id",
218377  unicodeslot=0x1B1B5,
218378 },
218379 [0x1B1B6]={
218380  category="lo",
218381  cjkwd="w",
218382  description="NUSHU CHARACTER-1B1B6",
218383  direction="l",
218384  linebreak="id",
218385  unicodeslot=0x1B1B6,
218386 },
218387 [0x1B1B7]={
218388  category="lo",
218389  cjkwd="w",
218390  description="NUSHU CHARACTER-1B1B7",
218391  direction="l",
218392  linebreak="id",
218393  unicodeslot=0x1B1B7,
218394 },
218395 [0x1B1B8]={
218396  category="lo",
218397  cjkwd="w",
218398  description="NUSHU CHARACTER-1B1B8",
218399  direction="l",
218400  linebreak="id",
218401  unicodeslot=0x1B1B8,
218402 },
218403 [0x1B1B9]={
218404  category="lo",
218405  cjkwd="w",
218406  description="NUSHU CHARACTER-1B1B9",
218407  direction="l",
218408  linebreak="id",
218409  unicodeslot=0x1B1B9,
218410 },
218411 [0x1B1BA]={
218412  category="lo",
218413  cjkwd="w",
218414  description="NUSHU CHARACTER-1B1BA",
218415  direction="l",
218416  linebreak="id",
218417  unicodeslot=0x1B1BA,
218418 },
218419 [0x1B1BB]={
218420  category="lo",
218421  cjkwd="w",
218422  description="NUSHU CHARACTER-1B1BB",
218423  direction="l",
218424  linebreak="id",
218425  unicodeslot=0x1B1BB,
218426 },
218427 [0x1B1BC]={
218428  category="lo",
218429  cjkwd="w",
218430  description="NUSHU CHARACTER-1B1BC",
218431  direction="l",
218432  linebreak="id",
218433  unicodeslot=0x1B1BC,
218434 },
218435 [0x1B1BD]={
218436  category="lo",
218437  cjkwd="w",
218438  description="NUSHU CHARACTER-1B1BD",
218439  direction="l",
218440  linebreak="id",
218441  unicodeslot=0x1B1BD,
218442 },
218443 [0x1B1BE]={
218444  category="lo",
218445  cjkwd="w",
218446  description="NUSHU CHARACTER-1B1BE",
218447  direction="l",
218448  linebreak="id",
218449  unicodeslot=0x1B1BE,
218450 },
218451 [0x1B1BF]={
218452  category="lo",
218453  cjkwd="w",
218454  description="NUSHU CHARACTER-1B1BF",
218455  direction="l",
218456  linebreak="id",
218457  unicodeslot=0x1B1BF,
218458 },
218459 [0x1B1C0]={
218460  category="lo",
218461  cjkwd="w",
218462  description="NUSHU CHARACTER-1B1C0",
218463  direction="l",
218464  linebreak="id",
218465  unicodeslot=0x1B1C0,
218466 },
218467 [0x1B1C1]={
218468  category="lo",
218469  cjkwd="w",
218470  description="NUSHU CHARACTER-1B1C1",
218471  direction="l",
218472  linebreak="id",
218473  unicodeslot=0x1B1C1,
218474 },
218475 [0x1B1C2]={
218476  category="lo",
218477  cjkwd="w",
218478  description="NUSHU CHARACTER-1B1C2",
218479  direction="l",
218480  linebreak="id",
218481  unicodeslot=0x1B1C2,
218482 },
218483 [0x1B1C3]={
218484  category="lo",
218485  cjkwd="w",
218486  description="NUSHU CHARACTER-1B1C3",
218487  direction="l",
218488  linebreak="id",
218489  unicodeslot=0x1B1C3,
218490 },
218491 [0x1B1C4]={
218492  category="lo",
218493  cjkwd="w",
218494  description="NUSHU CHARACTER-1B1C4",
218495  direction="l",
218496  linebreak="id",
218497  unicodeslot=0x1B1C4,
218498 },
218499 [0x1B1C5]={
218500  category="lo",
218501  cjkwd="w",
218502  description="NUSHU CHARACTER-1B1C5",
218503  direction="l",
218504  linebreak="id",
218505  unicodeslot=0x1B1C5,
218506 },
218507 [0x1B1C6]={
218508  category="lo",
218509  cjkwd="w",
218510  description="NUSHU CHARACTER-1B1C6",
218511  direction="l",
218512  linebreak="id",
218513  unicodeslot=0x1B1C6,
218514 },
218515 [0x1B1C7]={
218516  category="lo",
218517  cjkwd="w",
218518  description="NUSHU CHARACTER-1B1C7",
218519  direction="l",
218520  linebreak="id",
218521  unicodeslot=0x1B1C7,
218522 },
218523 [0x1B1C8]={
218524  category="lo",
218525  cjkwd="w",
218526  description="NUSHU CHARACTER-1B1C8",
218527  direction="l",
218528  linebreak="id",
218529  unicodeslot=0x1B1C8,
218530 },
218531 [0x1B1C9]={
218532  category="lo",
218533  cjkwd="w",
218534  description="NUSHU CHARACTER-1B1C9",
218535  direction="l",
218536  linebreak="id",
218537  unicodeslot=0x1B1C9,
218538 },
218539 [0x1B1CA]={
218540  category="lo",
218541  cjkwd="w",
218542  description="NUSHU CHARACTER-1B1CA",
218543  direction="l",
218544  linebreak="id",
218545  unicodeslot=0x1B1CA,
218546 },
218547 [0x1B1CB]={
218548  category="lo",
218549  cjkwd="w",
218550  description="NUSHU CHARACTER-1B1CB",
218551  direction="l",
218552  linebreak="id",
218553  unicodeslot=0x1B1CB,
218554 },
218555 [0x1B1CC]={
218556  category="lo",
218557  cjkwd="w",
218558  description="NUSHU CHARACTER-1B1CC",
218559  direction="l",
218560  linebreak="id",
218561  unicodeslot=0x1B1CC,
218562 },
218563 [0x1B1CD]={
218564  category="lo",
218565  cjkwd="w",
218566  description="NUSHU CHARACTER-1B1CD",
218567  direction="l",
218568  linebreak="id",
218569  unicodeslot=0x1B1CD,
218570 },
218571 [0x1B1CE]={
218572  category="lo",
218573  cjkwd="w",
218574  description="NUSHU CHARACTER-1B1CE",
218575  direction="l",
218576  linebreak="id",
218577  unicodeslot=0x1B1CE,
218578 },
218579 [0x1B1CF]={
218580  category="lo",
218581  cjkwd="w",
218582  description="NUSHU CHARACTER-1B1CF",
218583  direction="l",
218584  linebreak="id",
218585  unicodeslot=0x1B1CF,
218586 },
218587 [0x1B1D0]={
218588  category="lo",
218589  cjkwd="w",
218590  description="NUSHU CHARACTER-1B1D0",
218591  direction="l",
218592  linebreak="id",
218593  unicodeslot=0x1B1D0,
218594 },
218595 [0x1B1D1]={
218596  category="lo",
218597  cjkwd="w",
218598  description="NUSHU CHARACTER-1B1D1",
218599  direction="l",
218600  linebreak="id",
218601  unicodeslot=0x1B1D1,
218602 },
218603 [0x1B1D2]={
218604  category="lo",
218605  cjkwd="w",
218606  description="NUSHU CHARACTER-1B1D2",
218607  direction="l",
218608  linebreak="id",
218609  unicodeslot=0x1B1D2,
218610 },
218611 [0x1B1D3]={
218612  category="lo",
218613  cjkwd="w",
218614  description="NUSHU CHARACTER-1B1D3",
218615  direction="l",
218616  linebreak="id",
218617  unicodeslot=0x1B1D3,
218618 },
218619 [0x1B1D4]={
218620  category="lo",
218621  cjkwd="w",
218622  description="NUSHU CHARACTER-1B1D4",
218623  direction="l",
218624  linebreak="id",
218625  unicodeslot=0x1B1D4,
218626 },
218627 [0x1B1D5]={
218628  category="lo",
218629  cjkwd="w",
218630  description="NUSHU CHARACTER-1B1D5",
218631  direction="l",
218632  linebreak="id",
218633  unicodeslot=0x1B1D5,
218634 },
218635 [0x1B1D6]={
218636  category="lo",
218637  cjkwd="w",
218638  description="NUSHU CHARACTER-1B1D6",
218639  direction="l",
218640  linebreak="id",
218641  unicodeslot=0x1B1D6,
218642 },
218643 [0x1B1D7]={
218644  category="lo",
218645  cjkwd="w",
218646  description="NUSHU CHARACTER-1B1D7",
218647  direction="l",
218648  linebreak="id",
218649  unicodeslot=0x1B1D7,
218650 },
218651 [0x1B1D8]={
218652  category="lo",
218653  cjkwd="w",
218654  description="NUSHU CHARACTER-1B1D8",
218655  direction="l",
218656  linebreak="id",
218657  unicodeslot=0x1B1D8,
218658 },
218659 [0x1B1D9]={
218660  category="lo",
218661  cjkwd="w",
218662  description="NUSHU CHARACTER-1B1D9",
218663  direction="l",
218664  linebreak="id",
218665  unicodeslot=0x1B1D9,
218666 },
218667 [0x1B1DA]={
218668  category="lo",
218669  cjkwd="w",
218670  description="NUSHU CHARACTER-1B1DA",
218671  direction="l",
218672  linebreak="id",
218673  unicodeslot=0x1B1DA,
218674 },
218675 [0x1B1DB]={
218676  category="lo",
218677  cjkwd="w",
218678  description="NUSHU CHARACTER-1B1DB",
218679  direction="l",
218680  linebreak="id",
218681  unicodeslot=0x1B1DB,
218682 },
218683 [0x1B1DC]={
218684  category="lo",
218685  cjkwd="w",
218686  description="NUSHU CHARACTER-1B1DC",
218687  direction="l",
218688  linebreak="id",
218689  unicodeslot=0x1B1DC,
218690 },
218691 [0x1B1DD]={
218692  category="lo",
218693  cjkwd="w",
218694  description="NUSHU CHARACTER-1B1DD",
218695  direction="l",
218696  linebreak="id",
218697  unicodeslot=0x1B1DD,
218698 },
218699 [0x1B1DE]={
218700  category="lo",
218701  cjkwd="w",
218702  description="NUSHU CHARACTER-1B1DE",
218703  direction="l",
218704  linebreak="id",
218705  unicodeslot=0x1B1DE,
218706 },
218707 [0x1B1DF]={
218708  category="lo",
218709  cjkwd="w",
218710  description="NUSHU CHARACTER-1B1DF",
218711  direction="l",
218712  linebreak="id",
218713  unicodeslot=0x1B1DF,
218714 },
218715 [0x1B1E0]={
218716  category="lo",
218717  cjkwd="w",
218718  description="NUSHU CHARACTER-1B1E0",
218719  direction="l",
218720  linebreak="id",
218721  unicodeslot=0x1B1E0,
218722 },
218723 [0x1B1E1]={
218724  category="lo",
218725  cjkwd="w",
218726  description="NUSHU CHARACTER-1B1E1",
218727  direction="l",
218728  linebreak="id",
218729  unicodeslot=0x1B1E1,
218730 },
218731 [0x1B1E2]={
218732  category="lo",
218733  cjkwd="w",
218734  description="NUSHU CHARACTER-1B1E2",
218735  direction="l",
218736  linebreak="id",
218737  unicodeslot=0x1B1E2,
218738 },
218739 [0x1B1E3]={
218740  category="lo",
218741  cjkwd="w",
218742  description="NUSHU CHARACTER-1B1E3",
218743  direction="l",
218744  linebreak="id",
218745  unicodeslot=0x1B1E3,
218746 },
218747 [0x1B1E4]={
218748  category="lo",
218749  cjkwd="w",
218750  description="NUSHU CHARACTER-1B1E4",
218751  direction="l",
218752  linebreak="id",
218753  unicodeslot=0x1B1E4,
218754 },
218755 [0x1B1E5]={
218756  category="lo",
218757  cjkwd="w",
218758  description="NUSHU CHARACTER-1B1E5",
218759  direction="l",
218760  linebreak="id",
218761  unicodeslot=0x1B1E5,
218762 },
218763 [0x1B1E6]={
218764  category="lo",
218765  cjkwd="w",
218766  description="NUSHU CHARACTER-1B1E6",
218767  direction="l",
218768  linebreak="id",
218769  unicodeslot=0x1B1E6,
218770 },
218771 [0x1B1E7]={
218772  category="lo",
218773  cjkwd="w",
218774  description="NUSHU CHARACTER-1B1E7",
218775  direction="l",
218776  linebreak="id",
218777  unicodeslot=0x1B1E7,
218778 },
218779 [0x1B1E8]={
218780  category="lo",
218781  cjkwd="w",
218782  description="NUSHU CHARACTER-1B1E8",
218783  direction="l",
218784  linebreak="id",
218785  unicodeslot=0x1B1E8,
218786 },
218787 [0x1B1E9]={
218788  category="lo",
218789  cjkwd="w",
218790  description="NUSHU CHARACTER-1B1E9",
218791  direction="l",
218792  linebreak="id",
218793  unicodeslot=0x1B1E9,
218794 },
218795 [0x1B1EA]={
218796  category="lo",
218797  cjkwd="w",
218798  description="NUSHU CHARACTER-1B1EA",
218799  direction="l",
218800  linebreak="id",
218801  unicodeslot=0x1B1EA,
218802 },
218803 [0x1B1EB]={
218804  category="lo",
218805  cjkwd="w",
218806  description="NUSHU CHARACTER-1B1EB",
218807  direction="l",
218808  linebreak="id",
218809  unicodeslot=0x1B1EB,
218810 },
218811 [0x1B1EC]={
218812  category="lo",
218813  cjkwd="w",
218814  description="NUSHU CHARACTER-1B1EC",
218815  direction="l",
218816  linebreak="id",
218817  unicodeslot=0x1B1EC,
218818 },
218819 [0x1B1ED]={
218820  category="lo",
218821  cjkwd="w",
218822  description="NUSHU CHARACTER-1B1ED",
218823  direction="l",
218824  linebreak="id",
218825  unicodeslot=0x1B1ED,
218826 },
218827 [0x1B1EE]={
218828  category="lo",
218829  cjkwd="w",
218830  description="NUSHU CHARACTER-1B1EE",
218831  direction="l",
218832  linebreak="id",
218833  unicodeslot=0x1B1EE,
218834 },
218835 [0x1B1EF]={
218836  category="lo",
218837  cjkwd="w",
218838  description="NUSHU CHARACTER-1B1EF",
218839  direction="l",
218840  linebreak="id",
218841  unicodeslot=0x1B1EF,
218842 },
218843 [0x1B1F0]={
218844  category="lo",
218845  cjkwd="w",
218846  description="NUSHU CHARACTER-1B1F0",
218847  direction="l",
218848  linebreak="id",
218849  unicodeslot=0x1B1F0,
218850 },
218851 [0x1B1F1]={
218852  category="lo",
218853  cjkwd="w",
218854  description="NUSHU CHARACTER-1B1F1",
218855  direction="l",
218856  linebreak="id",
218857  unicodeslot=0x1B1F1,
218858 },
218859 [0x1B1F2]={
218860  category="lo",
218861  cjkwd="w",
218862  description="NUSHU CHARACTER-1B1F2",
218863  direction="l",
218864  linebreak="id",
218865  unicodeslot=0x1B1F2,
218866 },
218867 [0x1B1F3]={
218868  category="lo",
218869  cjkwd="w",
218870  description="NUSHU CHARACTER-1B1F3",
218871  direction="l",
218872  linebreak="id",
218873  unicodeslot=0x1B1F3,
218874 },
218875 [0x1B1F4]={
218876  category="lo",
218877  cjkwd="w",
218878  description="NUSHU CHARACTER-1B1F4",
218879  direction="l",
218880  linebreak="id",
218881  unicodeslot=0x1B1F4,
218882 },
218883 [0x1B1F5]={
218884  category="lo",
218885  cjkwd="w",
218886  description="NUSHU CHARACTER-1B1F5",
218887  direction="l",
218888  linebreak="id",
218889  unicodeslot=0x1B1F5,
218890 },
218891 [0x1B1F6]={
218892  category="lo",
218893  cjkwd="w",
218894  description="NUSHU CHARACTER-1B1F6",
218895  direction="l",
218896  linebreak="id",
218897  unicodeslot=0x1B1F6,
218898 },
218899 [0x1B1F7]={
218900  category="lo",
218901  cjkwd="w",
218902  description="NUSHU CHARACTER-1B1F7",
218903  direction="l",
218904  linebreak="id",
218905  unicodeslot=0x1B1F7,
218906 },
218907 [0x1B1F8]={
218908  category="lo",
218909  cjkwd="w",
218910  description="NUSHU CHARACTER-1B1F8",
218911  direction="l",
218912  linebreak="id",
218913  unicodeslot=0x1B1F8,
218914 },
218915 [0x1B1F9]={
218916  category="lo",
218917  cjkwd="w",
218918  description="NUSHU CHARACTER-1B1F9",
218919  direction="l",
218920  linebreak="id",
218921  unicodeslot=0x1B1F9,
218922 },
218923 [0x1B1FA]={
218924  category="lo",
218925  cjkwd="w",
218926  description="NUSHU CHARACTER-1B1FA",
218927  direction="l",
218928  linebreak="id",
218929  unicodeslot=0x1B1FA,
218930 },
218931 [0x1B1FB]={
218932  category="lo",
218933  cjkwd="w",
218934  description="NUSHU CHARACTER-1B1FB",
218935  direction="l",
218936  linebreak="id",
218937  unicodeslot=0x1B1FB,
218938 },
218939 [0x1B1FC]={
218940  category="lo",
218941  cjkwd="w",
218942  description="NUSHU CHARACTER-1B1FC",
218943  direction="l",
218944  linebreak="id",
218945  unicodeslot=0x1B1FC,
218946 },
218947 [0x1B1FD]={
218948  category="lo",
218949  cjkwd="w",
218950  description="NUSHU CHARACTER-1B1FD",
218951  direction="l",
218952  linebreak="id",
218953  unicodeslot=0x1B1FD,
218954 },
218955 [0x1B1FE]={
218956  category="lo",
218957  cjkwd="w",
218958  description="NUSHU CHARACTER-1B1FE",
218959  direction="l",
218960  linebreak="id",
218961  unicodeslot=0x1B1FE,
218962 },
218963 [0x1B1FF]={
218964  category="lo",
218965  cjkwd="w",
218966  description="NUSHU CHARACTER-1B1FF",
218967  direction="l",
218968  linebreak="id",
218969  unicodeslot=0x1B1FF,
218970 },
218971 [0x1B200]={
218972  category="lo",
218973  cjkwd="w",
218974  description="NUSHU CHARACTER-1B200",
218975  direction="l",
218976  linebreak="id",
218977  unicodeslot=0x1B200,
218978 },
218979 [0x1B201]={
218980  category="lo",
218981  cjkwd="w",
218982  description="NUSHU CHARACTER-1B201",
218983  direction="l",
218984  linebreak="id",
218985  unicodeslot=0x1B201,
218986 },
218987 [0x1B202]={
218988  category="lo",
218989  cjkwd="w",
218990  description="NUSHU CHARACTER-1B202",
218991  direction="l",
218992  linebreak="id",
218993  unicodeslot=0x1B202,
218994 },
218995 [0x1B203]={
218996  category="lo",
218997  cjkwd="w",
218998  description="NUSHU CHARACTER-1B203",
218999  direction="l",
219000  linebreak="id",
219001  unicodeslot=0x1B203,
219002 },
219003 [0x1B204]={
219004  category="lo",
219005  cjkwd="w",
219006  description="NUSHU CHARACTER-1B204",
219007  direction="l",
219008  linebreak="id",
219009  unicodeslot=0x1B204,
219010 },
219011 [0x1B205]={
219012  category="lo",
219013  cjkwd="w",
219014  description="NUSHU CHARACTER-1B205",
219015  direction="l",
219016  linebreak="id",
219017  unicodeslot=0x1B205,
219018 },
219019 [0x1B206]={
219020  category="lo",
219021  cjkwd="w",
219022  description="NUSHU CHARACTER-1B206",
219023  direction="l",
219024  linebreak="id",
219025  unicodeslot=0x1B206,
219026 },
219027 [0x1B207]={
219028  category="lo",
219029  cjkwd="w",
219030  description="NUSHU CHARACTER-1B207",
219031  direction="l",
219032  linebreak="id",
219033  unicodeslot=0x1B207,
219034 },
219035 [0x1B208]={
219036  category="lo",
219037  cjkwd="w",
219038  description="NUSHU CHARACTER-1B208",
219039  direction="l",
219040  linebreak="id",
219041  unicodeslot=0x1B208,
219042 },
219043 [0x1B209]={
219044  category="lo",
219045  cjkwd="w",
219046  description="NUSHU CHARACTER-1B209",
219047  direction="l",
219048  linebreak="id",
219049  unicodeslot=0x1B209,
219050 },
219051 [0x1B20A]={
219052  category="lo",
219053  cjkwd="w",
219054  description="NUSHU CHARACTER-1B20A",
219055  direction="l",
219056  linebreak="id",
219057  unicodeslot=0x1B20A,
219058 },
219059 [0x1B20B]={
219060  category="lo",
219061  cjkwd="w",
219062  description="NUSHU CHARACTER-1B20B",
219063  direction="l",
219064  linebreak="id",
219065  unicodeslot=0x1B20B,
219066 },
219067 [0x1B20C]={
219068  category="lo",
219069  cjkwd="w",
219070  description="NUSHU CHARACTER-1B20C",
219071  direction="l",
219072  linebreak="id",
219073  unicodeslot=0x1B20C,
219074 },
219075 [0x1B20D]={
219076  category="lo",
219077  cjkwd="w",
219078  description="NUSHU CHARACTER-1B20D",
219079  direction="l",
219080  linebreak="id",
219081  unicodeslot=0x1B20D,
219082 },
219083 [0x1B20E]={
219084  category="lo",
219085  cjkwd="w",
219086  description="NUSHU CHARACTER-1B20E",
219087  direction="l",
219088  linebreak="id",
219089  unicodeslot=0x1B20E,
219090 },
219091 [0x1B20F]={
219092  category="lo",
219093  cjkwd="w",
219094  description="NUSHU CHARACTER-1B20F",
219095  direction="l",
219096  linebreak="id",
219097  unicodeslot=0x1B20F,
219098 },
219099 [0x1B210]={
219100  category="lo",
219101  cjkwd="w",
219102  description="NUSHU CHARACTER-1B210",
219103  direction="l",
219104  linebreak="id",
219105  unicodeslot=0x1B210,
219106 },
219107 [0x1B211]={
219108  category="lo",
219109  cjkwd="w",
219110  description="NUSHU CHARACTER-1B211",
219111  direction="l",
219112  linebreak="id",
219113  unicodeslot=0x1B211,
219114 },
219115 [0x1B212]={
219116  category="lo",
219117  cjkwd="w",
219118  description="NUSHU CHARACTER-1B212",
219119  direction="l",
219120  linebreak="id",
219121  unicodeslot=0x1B212,
219122 },
219123 [0x1B213]={
219124  category="lo",
219125  cjkwd="w",
219126  description="NUSHU CHARACTER-1B213",
219127  direction="l",
219128  linebreak="id",
219129  unicodeslot=0x1B213,
219130 },
219131 [0x1B214]={
219132  category="lo",
219133  cjkwd="w",
219134  description="NUSHU CHARACTER-1B214",
219135  direction="l",
219136  linebreak="id",
219137  unicodeslot=0x1B214,
219138 },
219139 [0x1B215]={
219140  category="lo",
219141  cjkwd="w",
219142  description="NUSHU CHARACTER-1B215",
219143  direction="l",
219144  linebreak="id",
219145  unicodeslot=0x1B215,
219146 },
219147 [0x1B216]={
219148  category="lo",
219149  cjkwd="w",
219150  description="NUSHU CHARACTER-1B216",
219151  direction="l",
219152  linebreak="id",
219153  unicodeslot=0x1B216,
219154 },
219155 [0x1B217]={
219156  category="lo",
219157  cjkwd="w",
219158  description="NUSHU CHARACTER-1B217",
219159  direction="l",
219160  linebreak="id",
219161  unicodeslot=0x1B217,
219162 },
219163 [0x1B218]={
219164  category="lo",
219165  cjkwd="w",
219166  description="NUSHU CHARACTER-1B218",
219167  direction="l",
219168  linebreak="id",
219169  unicodeslot=0x1B218,
219170 },
219171 [0x1B219]={
219172  category="lo",
219173  cjkwd="w",
219174  description="NUSHU CHARACTER-1B219",
219175  direction="l",
219176  linebreak="id",
219177  unicodeslot=0x1B219,
219178 },
219179 [0x1B21A]={
219180  category="lo",
219181  cjkwd="w",
219182  description="NUSHU CHARACTER-1B21A",
219183  direction="l",
219184  linebreak="id",
219185  unicodeslot=0x1B21A,
219186 },
219187 [0x1B21B]={
219188  category="lo",
219189  cjkwd="w",
219190  description="NUSHU CHARACTER-1B21B",
219191  direction="l",
219192  linebreak="id",
219193  unicodeslot=0x1B21B,
219194 },
219195 [0x1B21C]={
219196  category="lo",
219197  cjkwd="w",
219198  description="NUSHU CHARACTER-1B21C",
219199  direction="l",
219200  linebreak="id",
219201  unicodeslot=0x1B21C,
219202 },
219203 [0x1B21D]={
219204  category="lo",
219205  cjkwd="w",
219206  description="NUSHU CHARACTER-1B21D",
219207  direction="l",
219208  linebreak="id",
219209  unicodeslot=0x1B21D,
219210 },
219211 [0x1B21E]={
219212  category="lo",
219213  cjkwd="w",
219214  description="NUSHU CHARACTER-1B21E",
219215  direction="l",
219216  linebreak="id",
219217  unicodeslot=0x1B21E,
219218 },
219219 [0x1B21F]={
219220  category="lo",
219221  cjkwd="w",
219222  description="NUSHU CHARACTER-1B21F",
219223  direction="l",
219224  linebreak="id",
219225  unicodeslot=0x1B21F,
219226 },
219227 [0x1B220]={
219228  category="lo",
219229  cjkwd="w",
219230  description="NUSHU CHARACTER-1B220",
219231  direction="l",
219232  linebreak="id",
219233  unicodeslot=0x1B220,
219234 },
219235 [0x1B221]={
219236  category="lo",
219237  cjkwd="w",
219238  description="NUSHU CHARACTER-1B221",
219239  direction="l",
219240  linebreak="id",
219241  unicodeslot=0x1B221,
219242 },
219243 [0x1B222]={
219244  category="lo",
219245  cjkwd="w",
219246  description="NUSHU CHARACTER-1B222",
219247  direction="l",
219248  linebreak="id",
219249  unicodeslot=0x1B222,
219250 },
219251 [0x1B223]={
219252  category="lo",
219253  cjkwd="w",
219254  description="NUSHU CHARACTER-1B223",
219255  direction="l",
219256  linebreak="id",
219257  unicodeslot=0x1B223,
219258 },
219259 [0x1B224]={
219260  category="lo",
219261  cjkwd="w",
219262  description="NUSHU CHARACTER-1B224",
219263  direction="l",
219264  linebreak="id",
219265  unicodeslot=0x1B224,
219266 },
219267 [0x1B225]={
219268  category="lo",
219269  cjkwd="w",
219270  description="NUSHU CHARACTER-1B225",
219271  direction="l",
219272  linebreak="id",
219273  unicodeslot=0x1B225,
219274 },
219275 [0x1B226]={
219276  category="lo",
219277  cjkwd="w",
219278  description="NUSHU CHARACTER-1B226",
219279  direction="l",
219280  linebreak="id",
219281  unicodeslot=0x1B226,
219282 },
219283 [0x1B227]={
219284  category="lo",
219285  cjkwd="w",
219286  description="NUSHU CHARACTER-1B227",
219287  direction="l",
219288  linebreak="id",
219289  unicodeslot=0x1B227,
219290 },
219291 [0x1B228]={
219292  category="lo",
219293  cjkwd="w",
219294  description="NUSHU CHARACTER-1B228",
219295  direction="l",
219296  linebreak="id",
219297  unicodeslot=0x1B228,
219298 },
219299 [0x1B229]={
219300  category="lo",
219301  cjkwd="w",
219302  description="NUSHU CHARACTER-1B229",
219303  direction="l",
219304  linebreak="id",
219305  unicodeslot=0x1B229,
219306 },
219307 [0x1B22A]={
219308  category="lo",
219309  cjkwd="w",
219310  description="NUSHU CHARACTER-1B22A",
219311  direction="l",
219312  linebreak="id",
219313  unicodeslot=0x1B22A,
219314 },
219315 [0x1B22B]={
219316  category="lo",
219317  cjkwd="w",
219318  description="NUSHU CHARACTER-1B22B",
219319  direction="l",
219320  linebreak="id",
219321  unicodeslot=0x1B22B,
219322 },
219323 [0x1B22C]={
219324  category="lo",
219325  cjkwd="w",
219326  description="NUSHU CHARACTER-1B22C",
219327  direction="l",
219328  linebreak="id",
219329  unicodeslot=0x1B22C,
219330 },
219331 [0x1B22D]={
219332  category="lo",
219333  cjkwd="w",
219334  description="NUSHU CHARACTER-1B22D",
219335  direction="l",
219336  linebreak="id",
219337  unicodeslot=0x1B22D,
219338 },
219339 [0x1B22E]={
219340  category="lo",
219341  cjkwd="w",
219342  description="NUSHU CHARACTER-1B22E",
219343  direction="l",
219344  linebreak="id",
219345  unicodeslot=0x1B22E,
219346 },
219347 [0x1B22F]={
219348  category="lo",
219349  cjkwd="w",
219350  description="NUSHU CHARACTER-1B22F",
219351  direction="l",
219352  linebreak="id",
219353  unicodeslot=0x1B22F,
219354 },
219355 [0x1B230]={
219356  category="lo",
219357  cjkwd="w",
219358  description="NUSHU CHARACTER-1B230",
219359  direction="l",
219360  linebreak="id",
219361  unicodeslot=0x1B230,
219362 },
219363 [0x1B231]={
219364  category="lo",
219365  cjkwd="w",
219366  description="NUSHU CHARACTER-1B231",
219367  direction="l",
219368  linebreak="id",
219369  unicodeslot=0x1B231,
219370 },
219371 [0x1B232]={
219372  category="lo",
219373  cjkwd="w",
219374  description="NUSHU CHARACTER-1B232",
219375  direction="l",
219376  linebreak="id",
219377  unicodeslot=0x1B232,
219378 },
219379 [0x1B233]={
219380  category="lo",
219381  cjkwd="w",
219382  description="NUSHU CHARACTER-1B233",
219383  direction="l",
219384  linebreak="id",
219385  unicodeslot=0x1B233,
219386 },
219387 [0x1B234]={
219388  category="lo",
219389  cjkwd="w",
219390  description="NUSHU CHARACTER-1B234",
219391  direction="l",
219392  linebreak="id",
219393  unicodeslot=0x1B234,
219394 },
219395 [0x1B235]={
219396  category="lo",
219397  cjkwd="w",
219398  description="NUSHU CHARACTER-1B235",
219399  direction="l",
219400  linebreak="id",
219401  unicodeslot=0x1B235,
219402 },
219403 [0x1B236]={
219404  category="lo",
219405  cjkwd="w",
219406  description="NUSHU CHARACTER-1B236",
219407  direction="l",
219408  linebreak="id",
219409  unicodeslot=0x1B236,
219410 },
219411 [0x1B237]={
219412  category="lo",
219413  cjkwd="w",
219414  description="NUSHU CHARACTER-1B237",
219415  direction="l",
219416  linebreak="id",
219417  unicodeslot=0x1B237,
219418 },
219419 [0x1B238]={
219420  category="lo",
219421  cjkwd="w",
219422  description="NUSHU CHARACTER-1B238",
219423  direction="l",
219424  linebreak="id",
219425  unicodeslot=0x1B238,
219426 },
219427 [0x1B239]={
219428  category="lo",
219429  cjkwd="w",
219430  description="NUSHU CHARACTER-1B239",
219431  direction="l",
219432  linebreak="id",
219433  unicodeslot=0x1B239,
219434 },
219435 [0x1B23A]={
219436  category="lo",
219437  cjkwd="w",
219438  description="NUSHU CHARACTER-1B23A",
219439  direction="l",
219440  linebreak="id",
219441  unicodeslot=0x1B23A,
219442 },
219443 [0x1B23B]={
219444  category="lo",
219445  cjkwd="w",
219446  description="NUSHU CHARACTER-1B23B",
219447  direction="l",
219448  linebreak="id",
219449  unicodeslot=0x1B23B,
219450 },
219451 [0x1B23C]={
219452  category="lo",
219453  cjkwd="w",
219454  description="NUSHU CHARACTER-1B23C",
219455  direction="l",
219456  linebreak="id",
219457  unicodeslot=0x1B23C,
219458 },
219459 [0x1B23D]={
219460  category="lo",
219461  cjkwd="w",
219462  description="NUSHU CHARACTER-1B23D",
219463  direction="l",
219464  linebreak="id",
219465  unicodeslot=0x1B23D,
219466 },
219467 [0x1B23E]={
219468  category="lo",
219469  cjkwd="w",
219470  description="NUSHU CHARACTER-1B23E",
219471  direction="l",
219472  linebreak="id",
219473  unicodeslot=0x1B23E,
219474 },
219475 [0x1B23F]={
219476  category="lo",
219477  cjkwd="w",
219478  description="NUSHU CHARACTER-1B23F",
219479  direction="l",
219480  linebreak="id",
219481  unicodeslot=0x1B23F,
219482 },
219483 [0x1B240]={
219484  category="lo",
219485  cjkwd="w",
219486  description="NUSHU CHARACTER-1B240",
219487  direction="l",
219488  linebreak="id",
219489  unicodeslot=0x1B240,
219490 },
219491 [0x1B241]={
219492  category="lo",
219493  cjkwd="w",
219494  description="NUSHU CHARACTER-1B241",
219495  direction="l",
219496  linebreak="id",
219497  unicodeslot=0x1B241,
219498 },
219499 [0x1B242]={
219500  category="lo",
219501  cjkwd="w",
219502  description="NUSHU CHARACTER-1B242",
219503  direction="l",
219504  linebreak="id",
219505  unicodeslot=0x1B242,
219506 },
219507 [0x1B243]={
219508  category="lo",
219509  cjkwd="w",
219510  description="NUSHU CHARACTER-1B243",
219511  direction="l",
219512  linebreak="id",
219513  unicodeslot=0x1B243,
219514 },
219515 [0x1B244]={
219516  category="lo",
219517  cjkwd="w",
219518  description="NUSHU CHARACTER-1B244",
219519  direction="l",
219520  linebreak="id",
219521  unicodeslot=0x1B244,
219522 },
219523 [0x1B245]={
219524  category="lo",
219525  cjkwd="w",
219526  description="NUSHU CHARACTER-1B245",
219527  direction="l",
219528  linebreak="id",
219529  unicodeslot=0x1B245,
219530 },
219531 [0x1B246]={
219532  category="lo",
219533  cjkwd="w",
219534  description="NUSHU CHARACTER-1B246",
219535  direction="l",
219536  linebreak="id",
219537  unicodeslot=0x1B246,
219538 },
219539 [0x1B247]={
219540  category="lo",
219541  cjkwd="w",
219542  description="NUSHU CHARACTER-1B247",
219543  direction="l",
219544  linebreak="id",
219545  unicodeslot=0x1B247,
219546 },
219547 [0x1B248]={
219548  category="lo",
219549  cjkwd="w",
219550  description="NUSHU CHARACTER-1B248",
219551  direction="l",
219552  linebreak="id",
219553  unicodeslot=0x1B248,
219554 },
219555 [0x1B249]={
219556  category="lo",
219557  cjkwd="w",
219558  description="NUSHU CHARACTER-1B249",
219559  direction="l",
219560  linebreak="id",
219561  unicodeslot=0x1B249,
219562 },
219563 [0x1B24A]={
219564  category="lo",
219565  cjkwd="w",
219566  description="NUSHU CHARACTER-1B24A",
219567  direction="l",
219568  linebreak="id",
219569  unicodeslot=0x1B24A,
219570 },
219571 [0x1B24B]={
219572  category="lo",
219573  cjkwd="w",
219574  description="NUSHU CHARACTER-1B24B",
219575  direction="l",
219576  linebreak="id",
219577  unicodeslot=0x1B24B,
219578 },
219579 [0x1B24C]={
219580  category="lo",
219581  cjkwd="w",
219582  description="NUSHU CHARACTER-1B24C",
219583  direction="l",
219584  linebreak="id",
219585  unicodeslot=0x1B24C,
219586 },
219587 [0x1B24D]={
219588  category="lo",
219589  cjkwd="w",
219590  description="NUSHU CHARACTER-1B24D",
219591  direction="l",
219592  linebreak="id",
219593  unicodeslot=0x1B24D,
219594 },
219595 [0x1B24E]={
219596  category="lo",
219597  cjkwd="w",
219598  description="NUSHU CHARACTER-1B24E",
219599  direction="l",
219600  linebreak="id",
219601  unicodeslot=0x1B24E,
219602 },
219603 [0x1B24F]={
219604  category="lo",
219605  cjkwd="w",
219606  description="NUSHU CHARACTER-1B24F",
219607  direction="l",
219608  linebreak="id",
219609  unicodeslot=0x1B24F,
219610 },
219611 [0x1B250]={
219612  category="lo",
219613  cjkwd="w",
219614  description="NUSHU CHARACTER-1B250",
219615  direction="l",
219616  linebreak="id",
219617  unicodeslot=0x1B250,
219618 },
219619 [0x1B251]={
219620  category="lo",
219621  cjkwd="w",
219622  description="NUSHU CHARACTER-1B251",
219623  direction="l",
219624  linebreak="id",
219625  unicodeslot=0x1B251,
219626 },
219627 [0x1B252]={
219628  category="lo",
219629  cjkwd="w",
219630  description="NUSHU CHARACTER-1B252",
219631  direction="l",
219632  linebreak="id",
219633  unicodeslot=0x1B252,
219634 },
219635 [0x1B253]={
219636  category="lo",
219637  cjkwd="w",
219638  description="NUSHU CHARACTER-1B253",
219639  direction="l",
219640  linebreak="id",
219641  unicodeslot=0x1B253,
219642 },
219643 [0x1B254]={
219644  category="lo",
219645  cjkwd="w",
219646  description="NUSHU CHARACTER-1B254",
219647  direction="l",
219648  linebreak="id",
219649  unicodeslot=0x1B254,
219650 },
219651 [0x1B255]={
219652  category="lo",
219653  cjkwd="w",
219654  description="NUSHU CHARACTER-1B255",
219655  direction="l",
219656  linebreak="id",
219657  unicodeslot=0x1B255,
219658 },
219659 [0x1B256]={
219660  category="lo",
219661  cjkwd="w",
219662  description="NUSHU CHARACTER-1B256",
219663  direction="l",
219664  linebreak="id",
219665  unicodeslot=0x1B256,
219666 },
219667 [0x1B257]={
219668  category="lo",
219669  cjkwd="w",
219670  description="NUSHU CHARACTER-1B257",
219671  direction="l",
219672  linebreak="id",
219673  unicodeslot=0x1B257,
219674 },
219675 [0x1B258]={
219676  category="lo",
219677  cjkwd="w",
219678  description="NUSHU CHARACTER-1B258",
219679  direction="l",
219680  linebreak="id",
219681  unicodeslot=0x1B258,
219682 },
219683 [0x1B259]={
219684  category="lo",
219685  cjkwd="w",
219686  description="NUSHU CHARACTER-1B259",
219687  direction="l",
219688  linebreak="id",
219689  unicodeslot=0x1B259,
219690 },
219691 [0x1B25A]={
219692  category="lo",
219693  cjkwd="w",
219694  description="NUSHU CHARACTER-1B25A",
219695  direction="l",
219696  linebreak="id",
219697  unicodeslot=0x1B25A,
219698 },
219699 [0x1B25B]={
219700  category="lo",
219701  cjkwd="w",
219702  description="NUSHU CHARACTER-1B25B",
219703  direction="l",
219704  linebreak="id",
219705  unicodeslot=0x1B25B,
219706 },
219707 [0x1B25C]={
219708  category="lo",
219709  cjkwd="w",
219710  description="NUSHU CHARACTER-1B25C",
219711  direction="l",
219712  linebreak="id",
219713  unicodeslot=0x1B25C,
219714 },
219715 [0x1B25D]={
219716  category="lo",
219717  cjkwd="w",
219718  description="NUSHU CHARACTER-1B25D",
219719  direction="l",
219720  linebreak="id",
219721  unicodeslot=0x1B25D,
219722 },
219723 [0x1B25E]={
219724  category="lo",
219725  cjkwd="w",
219726  description="NUSHU CHARACTER-1B25E",
219727  direction="l",
219728  linebreak="id",
219729  unicodeslot=0x1B25E,
219730 },
219731 [0x1B25F]={
219732  category="lo",
219733  cjkwd="w",
219734  description="NUSHU CHARACTER-1B25F",
219735  direction="l",
219736  linebreak="id",
219737  unicodeslot=0x1B25F,
219738 },
219739 [0x1B260]={
219740  category="lo",
219741  cjkwd="w",
219742  description="NUSHU CHARACTER-1B260",
219743  direction="l",
219744  linebreak="id",
219745  unicodeslot=0x1B260,
219746 },
219747 [0x1B261]={
219748  category="lo",
219749  cjkwd="w",
219750  description="NUSHU CHARACTER-1B261",
219751  direction="l",
219752  linebreak="id",
219753  unicodeslot=0x1B261,
219754 },
219755 [0x1B262]={
219756  category="lo",
219757  cjkwd="w",
219758  description="NUSHU CHARACTER-1B262",
219759  direction="l",
219760  linebreak="id",
219761  unicodeslot=0x1B262,
219762 },
219763 [0x1B263]={
219764  category="lo",
219765  cjkwd="w",
219766  description="NUSHU CHARACTER-1B263",
219767  direction="l",
219768  linebreak="id",
219769  unicodeslot=0x1B263,
219770 },
219771 [0x1B264]={
219772  category="lo",
219773  cjkwd="w",
219774  description="NUSHU CHARACTER-1B264",
219775  direction="l",
219776  linebreak="id",
219777  unicodeslot=0x1B264,
219778 },
219779 [0x1B265]={
219780  category="lo",
219781  cjkwd="w",
219782  description="NUSHU CHARACTER-1B265",
219783  direction="l",
219784  linebreak="id",
219785  unicodeslot=0x1B265,
219786 },
219787 [0x1B266]={
219788  category="lo",
219789  cjkwd="w",
219790  description="NUSHU CHARACTER-1B266",
219791  direction="l",
219792  linebreak="id",
219793  unicodeslot=0x1B266,
219794 },
219795 [0x1B267]={
219796  category="lo",
219797  cjkwd="w",
219798  description="NUSHU CHARACTER-1B267",
219799  direction="l",
219800  linebreak="id",
219801  unicodeslot=0x1B267,
219802 },
219803 [0x1B268]={
219804  category="lo",
219805  cjkwd="w",
219806  description="NUSHU CHARACTER-1B268",
219807  direction="l",
219808  linebreak="id",
219809  unicodeslot=0x1B268,
219810 },
219811 [0x1B269]={
219812  category="lo",
219813  cjkwd="w",
219814  description="NUSHU CHARACTER-1B269",
219815  direction="l",
219816  linebreak="id",
219817  unicodeslot=0x1B269,
219818 },
219819 [0x1B26A]={
219820  category="lo",
219821  cjkwd="w",
219822  description="NUSHU CHARACTER-1B26A",
219823  direction="l",
219824  linebreak="id",
219825  unicodeslot=0x1B26A,
219826 },
219827 [0x1B26B]={
219828  category="lo",
219829  cjkwd="w",
219830  description="NUSHU CHARACTER-1B26B",
219831  direction="l",
219832  linebreak="id",
219833  unicodeslot=0x1B26B,
219834 },
219835 [0x1B26C]={
219836  category="lo",
219837  cjkwd="w",
219838  description="NUSHU CHARACTER-1B26C",
219839  direction="l",
219840  linebreak="id",
219841  unicodeslot=0x1B26C,
219842 },
219843 [0x1B26D]={
219844  category="lo",
219845  cjkwd="w",
219846  description="NUSHU CHARACTER-1B26D",
219847  direction="l",
219848  linebreak="id",
219849  unicodeslot=0x1B26D,
219850 },
219851 [0x1B26E]={
219852  category="lo",
219853  cjkwd="w",
219854  description="NUSHU CHARACTER-1B26E",
219855  direction="l",
219856  linebreak="id",
219857  unicodeslot=0x1B26E,
219858 },
219859 [0x1B26F]={
219860  category="lo",
219861  cjkwd="w",
219862  description="NUSHU CHARACTER-1B26F",
219863  direction="l",
219864  linebreak="id",
219865  unicodeslot=0x1B26F,
219866 },
219867 [0x1B270]={
219868  category="lo",
219869  cjkwd="w",
219870  description="NUSHU CHARACTER-1B270",
219871  direction="l",
219872  linebreak="id",
219873  unicodeslot=0x1B270,
219874 },
219875 [0x1B271]={
219876  category="lo",
219877  cjkwd="w",
219878  description="NUSHU CHARACTER-1B271",
219879  direction="l",
219880  linebreak="id",
219881  unicodeslot=0x1B271,
219882 },
219883 [0x1B272]={
219884  category="lo",
219885  cjkwd="w",
219886  description="NUSHU CHARACTER-1B272",
219887  direction="l",
219888  linebreak="id",
219889  unicodeslot=0x1B272,
219890 },
219891 [0x1B273]={
219892  category="lo",
219893  cjkwd="w",
219894  description="NUSHU CHARACTER-1B273",
219895  direction="l",
219896  linebreak="id",
219897  unicodeslot=0x1B273,
219898 },
219899 [0x1B274]={
219900  category="lo",
219901  cjkwd="w",
219902  description="NUSHU CHARACTER-1B274",
219903  direction="l",
219904  linebreak="id",
219905  unicodeslot=0x1B274,
219906 },
219907 [0x1B275]={
219908  category="lo",
219909  cjkwd="w",
219910  description="NUSHU CHARACTER-1B275",
219911  direction="l",
219912  linebreak="id",
219913  unicodeslot=0x1B275,
219914 },
219915 [0x1B276]={
219916  category="lo",
219917  cjkwd="w",
219918  description="NUSHU CHARACTER-1B276",
219919  direction="l",
219920  linebreak="id",
219921  unicodeslot=0x1B276,
219922 },
219923 [0x1B277]={
219924  category="lo",
219925  cjkwd="w",
219926  description="NUSHU CHARACTER-1B277",
219927  direction="l",
219928  linebreak="id",
219929  unicodeslot=0x1B277,
219930 },
219931 [0x1B278]={
219932  category="lo",
219933  cjkwd="w",
219934  description="NUSHU CHARACTER-1B278",
219935  direction="l",
219936  linebreak="id",
219937  unicodeslot=0x1B278,
219938 },
219939 [0x1B279]={
219940  category="lo",
219941  cjkwd="w",
219942  description="NUSHU CHARACTER-1B279",
219943  direction="l",
219944  linebreak="id",
219945  unicodeslot=0x1B279,
219946 },
219947 [0x1B27A]={
219948  category="lo",
219949  cjkwd="w",
219950  description="NUSHU CHARACTER-1B27A",
219951  direction="l",
219952  linebreak="id",
219953  unicodeslot=0x1B27A,
219954 },
219955 [0x1B27B]={
219956  category="lo",
219957  cjkwd="w",
219958  description="NUSHU CHARACTER-1B27B",
219959  direction="l",
219960  linebreak="id",
219961  unicodeslot=0x1B27B,
219962 },
219963 [0x1B27C]={
219964  category="lo",
219965  cjkwd="w",
219966  description="NUSHU CHARACTER-1B27C",
219967  direction="l",
219968  linebreak="id",
219969  unicodeslot=0x1B27C,
219970 },
219971 [0x1B27D]={
219972  category="lo",
219973  cjkwd="w",
219974  description="NUSHU CHARACTER-1B27D",
219975  direction="l",
219976  linebreak="id",
219977  unicodeslot=0x1B27D,
219978 },
219979 [0x1B27E]={
219980  category="lo",
219981  cjkwd="w",
219982  description="NUSHU CHARACTER-1B27E",
219983  direction="l",
219984  linebreak="id",
219985  unicodeslot=0x1B27E,
219986 },
219987 [0x1B27F]={
219988  category="lo",
219989  cjkwd="w",
219990  description="NUSHU CHARACTER-1B27F",
219991  direction="l",
219992  linebreak="id",
219993  unicodeslot=0x1B27F,
219994 },
219995 [0x1B280]={
219996  category="lo",
219997  cjkwd="w",
219998  description="NUSHU CHARACTER-1B280",
219999  direction="l",
220000  linebreak="id",
220001  unicodeslot=0x1B280,
220002 },
220003 [0x1B281]={
220004  category="lo",
220005  cjkwd="w",
220006  description="NUSHU CHARACTER-1B281",
220007  direction="l",
220008  linebreak="id",
220009  unicodeslot=0x1B281,
220010 },
220011 [0x1B282]={
220012  category="lo",
220013  cjkwd="w",
220014  description="NUSHU CHARACTER-1B282",
220015  direction="l",
220016  linebreak="id",
220017  unicodeslot=0x1B282,
220018 },
220019 [0x1B283]={
220020  category="lo",
220021  cjkwd="w",
220022  description="NUSHU CHARACTER-1B283",
220023  direction="l",
220024  linebreak="id",
220025  unicodeslot=0x1B283,
220026 },
220027 [0x1B284]={
220028  category="lo",
220029  cjkwd="w",
220030  description="NUSHU CHARACTER-1B284",
220031  direction="l",
220032  linebreak="id",
220033  unicodeslot=0x1B284,
220034 },
220035 [0x1B285]={
220036  category="lo",
220037  cjkwd="w",
220038  description="NUSHU CHARACTER-1B285",
220039  direction="l",
220040  linebreak="id",
220041  unicodeslot=0x1B285,
220042 },
220043 [0x1B286]={
220044  category="lo",
220045  cjkwd="w",
220046  description="NUSHU CHARACTER-1B286",
220047  direction="l",
220048  linebreak="id",
220049  unicodeslot=0x1B286,
220050 },
220051 [0x1B287]={
220052  category="lo",
220053  cjkwd="w",
220054  description="NUSHU CHARACTER-1B287",
220055  direction="l",
220056  linebreak="id",
220057  unicodeslot=0x1B287,
220058 },
220059 [0x1B288]={
220060  category="lo",
220061  cjkwd="w",
220062  description="NUSHU CHARACTER-1B288",
220063  direction="l",
220064  linebreak="id",
220065  unicodeslot=0x1B288,
220066 },
220067 [0x1B289]={
220068  category="lo",
220069  cjkwd="w",
220070  description="NUSHU CHARACTER-1B289",
220071  direction="l",
220072  linebreak="id",
220073  unicodeslot=0x1B289,
220074 },
220075 [0x1B28A]={
220076  category="lo",
220077  cjkwd="w",
220078  description="NUSHU CHARACTER-1B28A",
220079  direction="l",
220080  linebreak="id",
220081  unicodeslot=0x1B28A,
220082 },
220083 [0x1B28B]={
220084  category="lo",
220085  cjkwd="w",
220086  description="NUSHU CHARACTER-1B28B",
220087  direction="l",
220088  linebreak="id",
220089  unicodeslot=0x1B28B,
220090 },
220091 [0x1B28C]={
220092  category="lo",
220093  cjkwd="w",
220094  description="NUSHU CHARACTER-1B28C",
220095  direction="l",
220096  linebreak="id",
220097  unicodeslot=0x1B28C,
220098 },
220099 [0x1B28D]={
220100  category="lo",
220101  cjkwd="w",
220102  description="NUSHU CHARACTER-1B28D",
220103  direction="l",
220104  linebreak="id",
220105  unicodeslot=0x1B28D,
220106 },
220107 [0x1B28E]={
220108  category="lo",
220109  cjkwd="w",
220110  description="NUSHU CHARACTER-1B28E",
220111  direction="l",
220112  linebreak="id",
220113  unicodeslot=0x1B28E,
220114 },
220115 [0x1B28F]={
220116  category="lo",
220117  cjkwd="w",
220118  description="NUSHU CHARACTER-1B28F",
220119  direction="l",
220120  linebreak="id",
220121  unicodeslot=0x1B28F,
220122 },
220123 [0x1B290]={
220124  category="lo",
220125  cjkwd="w",
220126  description="NUSHU CHARACTER-1B290",
220127  direction="l",
220128  linebreak="id",
220129  unicodeslot=0x1B290,
220130 },
220131 [0x1B291]={
220132  category="lo",
220133  cjkwd="w",
220134  description="NUSHU CHARACTER-1B291",
220135  direction="l",
220136  linebreak="id",
220137  unicodeslot=0x1B291,
220138 },
220139 [0x1B292]={
220140  category="lo",
220141  cjkwd="w",
220142  description="NUSHU CHARACTER-1B292",
220143  direction="l",
220144  linebreak="id",
220145  unicodeslot=0x1B292,
220146 },
220147 [0x1B293]={
220148  category="lo",
220149  cjkwd="w",
220150  description="NUSHU CHARACTER-1B293",
220151  direction="l",
220152  linebreak="id",
220153  unicodeslot=0x1B293,
220154 },
220155 [0x1B294]={
220156  category="lo",
220157  cjkwd="w",
220158  description="NUSHU CHARACTER-1B294",
220159  direction="l",
220160  linebreak="id",
220161  unicodeslot=0x1B294,
220162 },
220163 [0x1B295]={
220164  category="lo",
220165  cjkwd="w",
220166  description="NUSHU CHARACTER-1B295",
220167  direction="l",
220168  linebreak="id",
220169  unicodeslot=0x1B295,
220170 },
220171 [0x1B296]={
220172  category="lo",
220173  cjkwd="w",
220174  description="NUSHU CHARACTER-1B296",
220175  direction="l",
220176  linebreak="id",
220177  unicodeslot=0x1B296,
220178 },
220179 [0x1B297]={
220180  category="lo",
220181  cjkwd="w",
220182  description="NUSHU CHARACTER-1B297",
220183  direction="l",
220184  linebreak="id",
220185  unicodeslot=0x1B297,
220186 },
220187 [0x1B298]={
220188  category="lo",
220189  cjkwd="w",
220190  description="NUSHU CHARACTER-1B298",
220191  direction="l",
220192  linebreak="id",
220193  unicodeslot=0x1B298,
220194 },
220195 [0x1B299]={
220196  category="lo",
220197  cjkwd="w",
220198  description="NUSHU CHARACTER-1B299",
220199  direction="l",
220200  linebreak="id",
220201  unicodeslot=0x1B299,
220202 },
220203 [0x1B29A]={
220204  category="lo",
220205  cjkwd="w",
220206  description="NUSHU CHARACTER-1B29A",
220207  direction="l",
220208  linebreak="id",
220209  unicodeslot=0x1B29A,
220210 },
220211 [0x1B29B]={
220212  category="lo",
220213  cjkwd="w",
220214  description="NUSHU CHARACTER-1B29B",
220215  direction="l",
220216  linebreak="id",
220217  unicodeslot=0x1B29B,
220218 },
220219 [0x1B29C]={
220220  category="lo",
220221  cjkwd="w",
220222  description="NUSHU CHARACTER-1B29C",
220223  direction="l",
220224  linebreak="id",
220225  unicodeslot=0x1B29C,
220226 },
220227 [0x1B29D]={
220228  category="lo",
220229  cjkwd="w",
220230  description="NUSHU CHARACTER-1B29D",
220231  direction="l",
220232  linebreak="id",
220233  unicodeslot=0x1B29D,
220234 },
220235 [0x1B29E]={
220236  category="lo",
220237  cjkwd="w",
220238  description="NUSHU CHARACTER-1B29E",
220239  direction="l",
220240  linebreak="id",
220241  unicodeslot=0x1B29E,
220242 },
220243 [0x1B29F]={
220244  category="lo",
220245  cjkwd="w",
220246  description="NUSHU CHARACTER-1B29F",
220247  direction="l",
220248  linebreak="id",
220249  unicodeslot=0x1B29F,
220250 },
220251 [0x1B2A0]={
220252  category="lo",
220253  cjkwd="w",
220254  description="NUSHU CHARACTER-1B2A0",
220255  direction="l",
220256  linebreak="id",
220257  unicodeslot=0x1B2A0,
220258 },
220259 [0x1B2A1]={
220260  category="lo",
220261  cjkwd="w",
220262  description="NUSHU CHARACTER-1B2A1",
220263  direction="l",
220264  linebreak="id",
220265  unicodeslot=0x1B2A1,
220266 },
220267 [0x1B2A2]={
220268  category="lo",
220269  cjkwd="w",
220270  description="NUSHU CHARACTER-1B2A2",
220271  direction="l",
220272  linebreak="id",
220273  unicodeslot=0x1B2A2,
220274 },
220275 [0x1B2A3]={
220276  category="lo",
220277  cjkwd="w",
220278  description="NUSHU CHARACTER-1B2A3",
220279  direction="l",
220280  linebreak="id",
220281  unicodeslot=0x1B2A3,
220282 },
220283 [0x1B2A4]={
220284  category="lo",
220285  cjkwd="w",
220286  description="NUSHU CHARACTER-1B2A4",
220287  direction="l",
220288  linebreak="id",
220289  unicodeslot=0x1B2A4,
220290 },
220291 [0x1B2A5]={
220292  category="lo",
220293  cjkwd="w",
220294  description="NUSHU CHARACTER-1B2A5",
220295  direction="l",
220296  linebreak="id",
220297  unicodeslot=0x1B2A5,
220298 },
220299 [0x1B2A6]={
220300  category="lo",
220301  cjkwd="w",
220302  description="NUSHU CHARACTER-1B2A6",
220303  direction="l",
220304  linebreak="id",
220305  unicodeslot=0x1B2A6,
220306 },
220307 [0x1B2A7]={
220308  category="lo",
220309  cjkwd="w",
220310  description="NUSHU CHARACTER-1B2A7",
220311  direction="l",
220312  linebreak="id",
220313  unicodeslot=0x1B2A7,
220314 },
220315 [0x1B2A8]={
220316  category="lo",
220317  cjkwd="w",
220318  description="NUSHU CHARACTER-1B2A8",
220319  direction="l",
220320  linebreak="id",
220321  unicodeslot=0x1B2A8,
220322 },
220323 [0x1B2A9]={
220324  category="lo",
220325  cjkwd="w",
220326  description="NUSHU CHARACTER-1B2A9",
220327  direction="l",
220328  linebreak="id",
220329  unicodeslot=0x1B2A9,
220330 },
220331 [0x1B2AA]={
220332  category="lo",
220333  cjkwd="w",
220334  description="NUSHU CHARACTER-1B2AA",
220335  direction="l",
220336  linebreak="id",
220337  unicodeslot=0x1B2AA,
220338 },
220339 [0x1B2AB]={
220340  category="lo",
220341  cjkwd="w",
220342  description="NUSHU CHARACTER-1B2AB",
220343  direction="l",
220344  linebreak="id",
220345  unicodeslot=0x1B2AB,
220346 },
220347 [0x1B2AC]={
220348  category="lo",
220349  cjkwd="w",
220350  description="NUSHU CHARACTER-1B2AC",
220351  direction="l",
220352  linebreak="id",
220353  unicodeslot=0x1B2AC,
220354 },
220355 [0x1B2AD]={
220356  category="lo",
220357  cjkwd="w",
220358  description="NUSHU CHARACTER-1B2AD",
220359  direction="l",
220360  linebreak="id",
220361  unicodeslot=0x1B2AD,
220362 },
220363 [0x1B2AE]={
220364  category="lo",
220365  cjkwd="w",
220366  description="NUSHU CHARACTER-1B2AE",
220367  direction="l",
220368  linebreak="id",
220369  unicodeslot=0x1B2AE,
220370 },
220371 [0x1B2AF]={
220372  category="lo",
220373  cjkwd="w",
220374  description="NUSHU CHARACTER-1B2AF",
220375  direction="l",
220376  linebreak="id",
220377  unicodeslot=0x1B2AF,
220378 },
220379 [0x1B2B0]={
220380  category="lo",
220381  cjkwd="w",
220382  description="NUSHU CHARACTER-1B2B0",
220383  direction="l",
220384  linebreak="id",
220385  unicodeslot=0x1B2B0,
220386 },
220387 [0x1B2B1]={
220388  category="lo",
220389  cjkwd="w",
220390  description="NUSHU CHARACTER-1B2B1",
220391  direction="l",
220392  linebreak="id",
220393  unicodeslot=0x1B2B1,
220394 },
220395 [0x1B2B2]={
220396  category="lo",
220397  cjkwd="w",
220398  description="NUSHU CHARACTER-1B2B2",
220399  direction="l",
220400  linebreak="id",
220401  unicodeslot=0x1B2B2,
220402 },
220403 [0x1B2B3]={
220404  category="lo",
220405  cjkwd="w",
220406  description="NUSHU CHARACTER-1B2B3",
220407  direction="l",
220408  linebreak="id",
220409  unicodeslot=0x1B2B3,
220410 },
220411 [0x1B2B4]={
220412  category="lo",
220413  cjkwd="w",
220414  description="NUSHU CHARACTER-1B2B4",
220415  direction="l",
220416  linebreak="id",
220417  unicodeslot=0x1B2B4,
220418 },
220419 [0x1B2B5]={
220420  category="lo",
220421  cjkwd="w",
220422  description="NUSHU CHARACTER-1B2B5",
220423  direction="l",
220424  linebreak="id",
220425  unicodeslot=0x1B2B5,
220426 },
220427 [0x1B2B6]={
220428  category="lo",
220429  cjkwd="w",
220430  description="NUSHU CHARACTER-1B2B6",
220431  direction="l",
220432  linebreak="id",
220433  unicodeslot=0x1B2B6,
220434 },
220435 [0x1B2B7]={
220436  category="lo",
220437  cjkwd="w",
220438  description="NUSHU CHARACTER-1B2B7",
220439  direction="l",
220440  linebreak="id",
220441  unicodeslot=0x1B2B7,
220442 },
220443 [0x1B2B8]={
220444  category="lo",
220445  cjkwd="w",
220446  description="NUSHU CHARACTER-1B2B8",
220447  direction="l",
220448  linebreak="id",
220449  unicodeslot=0x1B2B8,
220450 },
220451 [0x1B2B9]={
220452  category="lo",
220453  cjkwd="w",
220454  description="NUSHU CHARACTER-1B2B9",
220455  direction="l",
220456  linebreak="id",
220457  unicodeslot=0x1B2B9,
220458 },
220459 [0x1B2BA]={
220460  category="lo",
220461  cjkwd="w",
220462  description="NUSHU CHARACTER-1B2BA",
220463  direction="l",
220464  linebreak="id",
220465  unicodeslot=0x1B2BA,
220466 },
220467 [0x1B2BB]={
220468  category="lo",
220469  cjkwd="w",
220470  description="NUSHU CHARACTER-1B2BB",
220471  direction="l",
220472  linebreak="id",
220473  unicodeslot=0x1B2BB,
220474 },
220475 [0x1B2BC]={
220476  category="lo",
220477  cjkwd="w",
220478  description="NUSHU CHARACTER-1B2BC",
220479  direction="l",
220480  linebreak="id",
220481  unicodeslot=0x1B2BC,
220482 },
220483 [0x1B2BD]={
220484  category="lo",
220485  cjkwd="w",
220486  description="NUSHU CHARACTER-1B2BD",
220487  direction="l",
220488  linebreak="id",
220489  unicodeslot=0x1B2BD,
220490 },
220491 [0x1B2BE]={
220492  category="lo",
220493  cjkwd="w",
220494  description="NUSHU CHARACTER-1B2BE",
220495  direction="l",
220496  linebreak="id",
220497  unicodeslot=0x1B2BE,
220498 },
220499 [0x1B2BF]={
220500  category="lo",
220501  cjkwd="w",
220502  description="NUSHU CHARACTER-1B2BF",
220503  direction="l",
220504  linebreak="id",
220505  unicodeslot=0x1B2BF,
220506 },
220507 [0x1B2C0]={
220508  category="lo",
220509  cjkwd="w",
220510  description="NUSHU CHARACTER-1B2C0",
220511  direction="l",
220512  linebreak="id",
220513  unicodeslot=0x1B2C0,
220514 },
220515 [0x1B2C1]={
220516  category="lo",
220517  cjkwd="w",
220518  description="NUSHU CHARACTER-1B2C1",
220519  direction="l",
220520  linebreak="id",
220521  unicodeslot=0x1B2C1,
220522 },
220523 [0x1B2C2]={
220524  category="lo",
220525  cjkwd="w",
220526  description="NUSHU CHARACTER-1B2C2",
220527  direction="l",
220528  linebreak="id",
220529  unicodeslot=0x1B2C2,
220530 },
220531 [0x1B2C3]={
220532  category="lo",
220533  cjkwd="w",
220534  description="NUSHU CHARACTER-1B2C3",
220535  direction="l",
220536  linebreak="id",
220537  unicodeslot=0x1B2C3,
220538 },
220539 [0x1B2C4]={
220540  category="lo",
220541  cjkwd="w",
220542  description="NUSHU CHARACTER-1B2C4",
220543  direction="l",
220544  linebreak="id",
220545  unicodeslot=0x1B2C4,
220546 },
220547 [0x1B2C5]={
220548  category="lo",
220549  cjkwd="w",
220550  description="NUSHU CHARACTER-1B2C5",
220551  direction="l",
220552  linebreak="id",
220553  unicodeslot=0x1B2C5,
220554 },
220555 [0x1B2C6]={
220556  category="lo",
220557  cjkwd="w",
220558  description="NUSHU CHARACTER-1B2C6",
220559  direction="l",
220560  linebreak="id",
220561  unicodeslot=0x1B2C6,
220562 },
220563 [0x1B2C7]={
220564  category="lo",
220565  cjkwd="w",
220566  description="NUSHU CHARACTER-1B2C7",
220567  direction="l",
220568  linebreak="id",
220569  unicodeslot=0x1B2C7,
220570 },
220571 [0x1B2C8]={
220572  category="lo",
220573  cjkwd="w",
220574  description="NUSHU CHARACTER-1B2C8",
220575  direction="l",
220576  linebreak="id",
220577  unicodeslot=0x1B2C8,
220578 },
220579 [0x1B2C9]={
220580  category="lo",
220581  cjkwd="w",
220582  description="NUSHU CHARACTER-1B2C9",
220583  direction="l",
220584  linebreak="id",
220585  unicodeslot=0x1B2C9,
220586 },
220587 [0x1B2CA]={
220588  category="lo",
220589  cjkwd="w",
220590  description="NUSHU CHARACTER-1B2CA",
220591  direction="l",
220592  linebreak="id",
220593  unicodeslot=0x1B2CA,
220594 },
220595 [0x1B2CB]={
220596  category="lo",
220597  cjkwd="w",
220598  description="NUSHU CHARACTER-1B2CB",
220599  direction="l",
220600  linebreak="id",
220601  unicodeslot=0x1B2CB,
220602 },
220603 [0x1B2CC]={
220604  category="lo",
220605  cjkwd="w",
220606  description="NUSHU CHARACTER-1B2CC",
220607  direction="l",
220608  linebreak="id",
220609  unicodeslot=0x1B2CC,
220610 },
220611 [0x1B2CD]={
220612  category="lo",
220613  cjkwd="w",
220614  description="NUSHU CHARACTER-1B2CD",
220615  direction="l",
220616  linebreak="id",
220617  unicodeslot=0x1B2CD,
220618 },
220619 [0x1B2CE]={
220620  category="lo",
220621  cjkwd="w",
220622  description="NUSHU CHARACTER-1B2CE",
220623  direction="l",
220624  linebreak="id",
220625  unicodeslot=0x1B2CE,
220626 },
220627 [0x1B2CF]={
220628  category="lo",
220629  cjkwd="w",
220630  description="NUSHU CHARACTER-1B2CF",
220631  direction="l",
220632  linebreak="id",
220633  unicodeslot=0x1B2CF,
220634 },
220635 [0x1B2D0]={
220636  category="lo",
220637  cjkwd="w",
220638  description="NUSHU CHARACTER-1B2D0",
220639  direction="l",
220640  linebreak="id",
220641  unicodeslot=0x1B2D0,
220642 },
220643 [0x1B2D1]={
220644  category="lo",
220645  cjkwd="w",
220646  description="NUSHU CHARACTER-1B2D1",
220647  direction="l",
220648  linebreak="id",
220649  unicodeslot=0x1B2D1,
220650 },
220651 [0x1B2D2]={
220652  category="lo",
220653  cjkwd="w",
220654  description="NUSHU CHARACTER-1B2D2",
220655  direction="l",
220656  linebreak="id",
220657  unicodeslot=0x1B2D2,
220658 },
220659 [0x1B2D3]={
220660  category="lo",
220661  cjkwd="w",
220662  description="NUSHU CHARACTER-1B2D3",
220663  direction="l",
220664  linebreak="id",
220665  unicodeslot=0x1B2D3,
220666 },
220667 [0x1B2D4]={
220668  category="lo",
220669  cjkwd="w",
220670  description="NUSHU CHARACTER-1B2D4",
220671  direction="l",
220672  linebreak="id",
220673  unicodeslot=0x1B2D4,
220674 },
220675 [0x1B2D5]={
220676  category="lo",
220677  cjkwd="w",
220678  description="NUSHU CHARACTER-1B2D5",
220679  direction="l",
220680  linebreak="id",
220681  unicodeslot=0x1B2D5,
220682 },
220683 [0x1B2D6]={
220684  category="lo",
220685  cjkwd="w",
220686  description="NUSHU CHARACTER-1B2D6",
220687  direction="l",
220688  linebreak="id",
220689  unicodeslot=0x1B2D6,
220690 },
220691 [0x1B2D7]={
220692  category="lo",
220693  cjkwd="w",
220694  description="NUSHU CHARACTER-1B2D7",
220695  direction="l",
220696  linebreak="id",
220697  unicodeslot=0x1B2D7,
220698 },
220699 [0x1B2D8]={
220700  category="lo",
220701  cjkwd="w",
220702  description="NUSHU CHARACTER-1B2D8",
220703  direction="l",
220704  linebreak="id",
220705  unicodeslot=0x1B2D8,
220706 },
220707 [0x1B2D9]={
220708  category="lo",
220709  cjkwd="w",
220710  description="NUSHU CHARACTER-1B2D9",
220711  direction="l",
220712  linebreak="id",
220713  unicodeslot=0x1B2D9,
220714 },
220715 [0x1B2DA]={
220716  category="lo",
220717  cjkwd="w",
220718  description="NUSHU CHARACTER-1B2DA",
220719  direction="l",
220720  linebreak="id",
220721  unicodeslot=0x1B2DA,
220722 },
220723 [0x1B2DB]={
220724  category="lo",
220725  cjkwd="w",
220726  description="NUSHU CHARACTER-1B2DB",
220727  direction="l",
220728  linebreak="id",
220729  unicodeslot=0x1B2DB,
220730 },
220731 [0x1B2DC]={
220732  category="lo",
220733  cjkwd="w",
220734  description="NUSHU CHARACTER-1B2DC",
220735  direction="l",
220736  linebreak="id",
220737  unicodeslot=0x1B2DC,
220738 },
220739 [0x1B2DD]={
220740  category="lo",
220741  cjkwd="w",
220742  description="NUSHU CHARACTER-1B2DD",
220743  direction="l",
220744  linebreak="id",
220745  unicodeslot=0x1B2DD,
220746 },
220747 [0x1B2DE]={
220748  category="lo",
220749  cjkwd="w",
220750  description="NUSHU CHARACTER-1B2DE",
220751  direction="l",
220752  linebreak="id",
220753  unicodeslot=0x1B2DE,
220754 },
220755 [0x1B2DF]={
220756  category="lo",
220757  cjkwd="w",
220758  description="NUSHU CHARACTER-1B2DF",
220759  direction="l",
220760  linebreak="id",
220761  unicodeslot=0x1B2DF,
220762 },
220763 [0x1B2E0]={
220764  category="lo",
220765  cjkwd="w",
220766  description="NUSHU CHARACTER-1B2E0",
220767  direction="l",
220768  linebreak="id",
220769  unicodeslot=0x1B2E0,
220770 },
220771 [0x1B2E1]={
220772  category="lo",
220773  cjkwd="w",
220774  description="NUSHU CHARACTER-1B2E1",
220775  direction="l",
220776  linebreak="id",
220777  unicodeslot=0x1B2E1,
220778 },
220779 [0x1B2E2]={
220780  category="lo",
220781  cjkwd="w",
220782  description="NUSHU CHARACTER-1B2E2",
220783  direction="l",
220784  linebreak="id",
220785  unicodeslot=0x1B2E2,
220786 },
220787 [0x1B2E3]={
220788  category="lo",
220789  cjkwd="w",
220790  description="NUSHU CHARACTER-1B2E3",
220791  direction="l",
220792  linebreak="id",
220793  unicodeslot=0x1B2E3,
220794 },
220795 [0x1B2E4]={
220796  category="lo",
220797  cjkwd="w",
220798  description="NUSHU CHARACTER-1B2E4",
220799  direction="l",
220800  linebreak="id",
220801  unicodeslot=0x1B2E4,
220802 },
220803 [0x1B2E5]={
220804  category="lo",
220805  cjkwd="w",
220806  description="NUSHU CHARACTER-1B2E5",
220807  direction="l",
220808  linebreak="id",
220809  unicodeslot=0x1B2E5,
220810 },
220811 [0x1B2E6]={
220812  category="lo",
220813  cjkwd="w",
220814  description="NUSHU CHARACTER-1B2E6",
220815  direction="l",
220816  linebreak="id",
220817  unicodeslot=0x1B2E6,
220818 },
220819 [0x1B2E7]={
220820  category="lo",
220821  cjkwd="w",
220822  description="NUSHU CHARACTER-1B2E7",
220823  direction="l",
220824  linebreak="id",
220825  unicodeslot=0x1B2E7,
220826 },
220827 [0x1B2E8]={
220828  category="lo",
220829  cjkwd="w",
220830  description="NUSHU CHARACTER-1B2E8",
220831  direction="l",
220832  linebreak="id",
220833  unicodeslot=0x1B2E8,
220834 },
220835 [0x1B2E9]={
220836  category="lo",
220837  cjkwd="w",
220838  description="NUSHU CHARACTER-1B2E9",
220839  direction="l",
220840  linebreak="id",
220841  unicodeslot=0x1B2E9,
220842 },
220843 [0x1B2EA]={
220844  category="lo",
220845  cjkwd="w",
220846  description="NUSHU CHARACTER-1B2EA",
220847  direction="l",
220848  linebreak="id",
220849  unicodeslot=0x1B2EA,
220850 },
220851 [0x1B2EB]={
220852  category="lo",
220853  cjkwd="w",
220854  description="NUSHU CHARACTER-1B2EB",
220855  direction="l",
220856  linebreak="id",
220857  unicodeslot=0x1B2EB,
220858 },
220859 [0x1B2EC]={
220860  category="lo",
220861  cjkwd="w",
220862  description="NUSHU CHARACTER-1B2EC",
220863  direction="l",
220864  linebreak="id",
220865  unicodeslot=0x1B2EC,
220866 },
220867 [0x1B2ED]={
220868  category="lo",
220869  cjkwd="w",
220870  description="NUSHU CHARACTER-1B2ED",
220871  direction="l",
220872  linebreak="id",
220873  unicodeslot=0x1B2ED,
220874 },
220875 [0x1B2EE]={
220876  category="lo",
220877  cjkwd="w",
220878  description="NUSHU CHARACTER-1B2EE",
220879  direction="l",
220880  linebreak="id",
220881  unicodeslot=0x1B2EE,
220882 },
220883 [0x1B2EF]={
220884  category="lo",
220885  cjkwd="w",
220886  description="NUSHU CHARACTER-1B2EF",
220887  direction="l",
220888  linebreak="id",
220889  unicodeslot=0x1B2EF,
220890 },
220891 [0x1B2F0]={
220892  category="lo",
220893  cjkwd="w",
220894  description="NUSHU CHARACTER-1B2F0",
220895  direction="l",
220896  linebreak="id",
220897  unicodeslot=0x1B2F0,
220898 },
220899 [0x1B2F1]={
220900  category="lo",
220901  cjkwd="w",
220902  description="NUSHU CHARACTER-1B2F1",
220903  direction="l",
220904  linebreak="id",
220905  unicodeslot=0x1B2F1,
220906 },
220907 [0x1B2F2]={
220908  category="lo",
220909  cjkwd="w",
220910  description="NUSHU CHARACTER-1B2F2",
220911  direction="l",
220912  linebreak="id",
220913  unicodeslot=0x1B2F2,
220914 },
220915 [0x1B2F3]={
220916  category="lo",
220917  cjkwd="w",
220918  description="NUSHU CHARACTER-1B2F3",
220919  direction="l",
220920  linebreak="id",
220921  unicodeslot=0x1B2F3,
220922 },
220923 [0x1B2F4]={
220924  category="lo",
220925  cjkwd="w",
220926  description="NUSHU CHARACTER-1B2F4",
220927  direction="l",
220928  linebreak="id",
220929  unicodeslot=0x1B2F4,
220930 },
220931 [0x1B2F5]={
220932  category="lo",
220933  cjkwd="w",
220934  description="NUSHU CHARACTER-1B2F5",
220935  direction="l",
220936  linebreak="id",
220937  unicodeslot=0x1B2F5,
220938 },
220939 [0x1B2F6]={
220940  category="lo",
220941  cjkwd="w",
220942  description="NUSHU CHARACTER-1B2F6",
220943  direction="l",
220944  linebreak="id",
220945  unicodeslot=0x1B2F6,
220946 },
220947 [0x1B2F7]={
220948  category="lo",
220949  cjkwd="w",
220950  description="NUSHU CHARACTER-1B2F7",
220951  direction="l",
220952  linebreak="id",
220953  unicodeslot=0x1B2F7,
220954 },
220955 [0x1B2F8]={
220956  category="lo",
220957  cjkwd="w",
220958  description="NUSHU CHARACTER-1B2F8",
220959  direction="l",
220960  linebreak="id",
220961  unicodeslot=0x1B2F8,
220962 },
220963 [0x1B2F9]={
220964  category="lo",
220965  cjkwd="w",
220966  description="NUSHU CHARACTER-1B2F9",
220967  direction="l",
220968  linebreak="id",
220969  unicodeslot=0x1B2F9,
220970 },
220971 [0x1B2FA]={
220972  category="lo",
220973  cjkwd="w",
220974  description="NUSHU CHARACTER-1B2FA",
220975  direction="l",
220976  linebreak="id",
220977  unicodeslot=0x1B2FA,
220978 },
220979 [0x1B2FB]={
220980  category="lo",
220981  cjkwd="w",
220982  description="NUSHU CHARACTER-1B2FB",
220983  direction="l",
220984  linebreak="id",
220985  unicodeslot=0x1B2FB,
220986 },
220987 [0x1BC00]={
220988  category="lo",
220989  description="DUPLOYAN LETTER H",
220990  direction="l",
220991  linebreak="al",
220992  unicodeslot=0x1BC00,
220993 },
220994 [0x1BC01]={
220995  category="lo",
220996  description="DUPLOYAN LETTER X",
220997  direction="l",
220998  linebreak="al",
220999  unicodeslot=0x1BC01,
221000 },
221001 [0x1BC02]={
221002  category="lo",
221003  description="DUPLOYAN LETTER P",
221004  direction="l",
221005  linebreak="al",
221006  unicodeslot=0x1BC02,
221007 },
221008 [0x1BC03]={
221009  category="lo",
221010  description="DUPLOYAN LETTER T",
221011  direction="l",
221012  linebreak="al",
221013  unicodeslot=0x1BC03,
221014 },
221015 [0x1BC04]={
221016  category="lo",
221017  description="DUPLOYAN LETTER F",
221018  direction="l",
221019  linebreak="al",
221020  unicodeslot=0x1BC04,
221021 },
221022 [0x1BC05]={
221023  category="lo",
221024  description="DUPLOYAN LETTER K",
221025  direction="l",
221026  linebreak="al",
221027  unicodeslot=0x1BC05,
221028 },
221029 [0x1BC06]={
221030  category="lo",
221031  description="DUPLOYAN LETTER L",
221032  direction="l",
221033  linebreak="al",
221034  unicodeslot=0x1BC06,
221035 },
221036 [0x1BC07]={
221037  category="lo",
221038  description="DUPLOYAN LETTER B",
221039  direction="l",
221040  linebreak="al",
221041  unicodeslot=0x1BC07,
221042 },
221043 [0x1BC08]={
221044  category="lo",
221045  description="DUPLOYAN LETTER D",
221046  direction="l",
221047  linebreak="al",
221048  unicodeslot=0x1BC08,
221049 },
221050 [0x1BC09]={
221051  category="lo",
221052  description="DUPLOYAN LETTER V",
221053  direction="l",
221054  linebreak="al",
221055  unicodeslot=0x1BC09,
221056 },
221057 [0x1BC0A]={
221058  category="lo",
221059  description="DUPLOYAN LETTER G",
221060  direction="l",
221061  linebreak="al",
221062  unicodeslot=0x1BC0A,
221063 },
221064 [0x1BC0B]={
221065  category="lo",
221066  description="DUPLOYAN LETTER R",
221067  direction="l",
221068  linebreak="al",
221069  unicodeslot=0x1BC0B,
221070 },
221071 [0x1BC0C]={
221072  category="lo",
221073  description="DUPLOYAN LETTER P N",
221074  direction="l",
221075  linebreak="al",
221076  unicodeslot=0x1BC0C,
221077 },
221078 [0x1BC0D]={
221079  category="lo",
221080  description="DUPLOYAN LETTER D S",
221081  direction="l",
221082  linebreak="al",
221083  unicodeslot=0x1BC0D,
221084 },
221085 [0x1BC0E]={
221086  category="lo",
221087  description="DUPLOYAN LETTER F N",
221088  direction="l",
221089  linebreak="al",
221090  unicodeslot=0x1BC0E,
221091 },
221092 [0x1BC0F]={
221093  category="lo",
221094  description="DUPLOYAN LETTER K M",
221095  direction="l",
221096  linebreak="al",
221097  unicodeslot=0x1BC0F,
221098 },
221099 [0x1BC10]={
221100  category="lo",
221101  description="DUPLOYAN LETTER R S",
221102  direction="l",
221103  linebreak="al",
221104  unicodeslot=0x1BC10,
221105 },
221106 [0x1BC11]={
221107  category="lo",
221108  description="DUPLOYAN LETTER TH",
221109  direction="l",
221110  linebreak="al",
221111  unicodeslot=0x1BC11,
221112 },
221113 [0x1BC12]={
221114  category="lo",
221115  description="DUPLOYAN LETTER SLOAN DH",
221116  direction="l",
221117  linebreak="al",
221118  unicodeslot=0x1BC12,
221119 },
221120 [0x1BC13]={
221121  category="lo",
221122  description="DUPLOYAN LETTER DH",
221123  direction="l",
221124  linebreak="al",
221125  unicodeslot=0x1BC13,
221126 },
221127 [0x1BC14]={
221128  category="lo",
221129  description="DUPLOYAN LETTER KK",
221130  direction="l",
221131  linebreak="al",
221132  unicodeslot=0x1BC14,
221133 },
221134 [0x1BC15]={
221135  category="lo",
221136  description="DUPLOYAN LETTER SLOAN J",
221137  direction="l",
221138  linebreak="al",
221139  unicodeslot=0x1BC15,
221140 },
221141 [0x1BC16]={
221142  category="lo",
221143  description="DUPLOYAN LETTER HL",
221144  direction="l",
221145  linebreak="al",
221146  unicodeslot=0x1BC16,
221147 },
221148 [0x1BC17]={
221149  category="lo",
221150  description="DUPLOYAN LETTER LH",
221151  direction="l",
221152  linebreak="al",
221153  unicodeslot=0x1BC17,
221154 },
221155 [0x1BC18]={
221156  category="lo",
221157  description="DUPLOYAN LETTER RH",
221158  direction="l",
221159  linebreak="al",
221160  unicodeslot=0x1BC18,
221161 },
221162 [0x1BC19]={
221163  category="lo",
221164  description="DUPLOYAN LETTER M",
221165  direction="l",
221166  linebreak="al",
221167  unicodeslot=0x1BC19,
221168 },
221169 [0x1BC1A]={
221170  category="lo",
221171  description="DUPLOYAN LETTER N",
221172  direction="l",
221173  linebreak="al",
221174  unicodeslot=0x1BC1A,
221175 },
221176 [0x1BC1B]={
221177  category="lo",
221178  description="DUPLOYAN LETTER J",
221179  direction="l",
221180  linebreak="al",
221181  unicodeslot=0x1BC1B,
221182 },
221183 [0x1BC1C]={
221184  category="lo",
221185  description="DUPLOYAN LETTER S",
221186  direction="l",
221187  linebreak="al",
221188  unicodeslot=0x1BC1C,
221189 },
221190 [0x1BC1D]={
221191  category="lo",
221192  description="DUPLOYAN LETTER M N",
221193  direction="l",
221194  linebreak="al",
221195  unicodeslot=0x1BC1D,
221196 },
221197 [0x1BC1E]={
221198  category="lo",
221199  description="DUPLOYAN LETTER N M",
221200  direction="l",
221201  linebreak="al",
221202  unicodeslot=0x1BC1E,
221203 },
221204 [0x1BC1F]={
221205  category="lo",
221206  description="DUPLOYAN LETTER J M",
221207  direction="l",
221208  linebreak="al",
221209  unicodeslot=0x1BC1F,
221210 },
221211 [0x1BC20]={
221212  category="lo",
221213  description="DUPLOYAN LETTER S J",
221214  direction="l",
221215  linebreak="al",
221216  unicodeslot=0x1BC20,
221217 },
221218 [0x1BC21]={
221219  category="lo",
221220  description="DUPLOYAN LETTER M WITH DOT",
221221  direction="l",
221222  linebreak="al",
221223  unicodeslot=0x1BC21,
221224 },
221225 [0x1BC22]={
221226  category="lo",
221227  description="DUPLOYAN LETTER N WITH DOT",
221228  direction="l",
221229  linebreak="al",
221230  unicodeslot=0x1BC22,
221231 },
221232 [0x1BC23]={
221233  category="lo",
221234  description="DUPLOYAN LETTER J WITH DOT",
221235  direction="l",
221236  linebreak="al",
221237  unicodeslot=0x1BC23,
221238 },
221239 [0x1BC24]={
221240  category="lo",
221241  description="DUPLOYAN LETTER J WITH DOTS INSIDE AND ABOVE",
221242  direction="l",
221243  linebreak="al",
221244  unicodeslot=0x1BC24,
221245 },
221246 [0x1BC25]={
221247  category="lo",
221248  description="DUPLOYAN LETTER S WITH DOT",
221249  direction="l",
221250  linebreak="al",
221251  unicodeslot=0x1BC25,
221252 },
221253 [0x1BC26]={
221254  category="lo",
221255  description="DUPLOYAN LETTER S WITH DOT BELOW",
221256  direction="l",
221257  linebreak="al",
221258  unicodeslot=0x1BC26,
221259 },
221260 [0x1BC27]={
221261  category="lo",
221262  description="DUPLOYAN LETTER M S",
221263  direction="l",
221264  linebreak="al",
221265  unicodeslot=0x1BC27,
221266 },
221267 [0x1BC28]={
221268  category="lo",
221269  description="DUPLOYAN LETTER N S",
221270  direction="l",
221271  linebreak="al",
221272  unicodeslot=0x1BC28,
221273 },
221274 [0x1BC29]={
221275  category="lo",
221276  description="DUPLOYAN LETTER J S",
221277  direction="l",
221278  linebreak="al",
221279  unicodeslot=0x1BC29,
221280 },
221281 [0x1BC2A]={
221282  category="lo",
221283  description="DUPLOYAN LETTER S S",
221284  direction="l",
221285  linebreak="al",
221286  unicodeslot=0x1BC2A,
221287 },
221288 [0x1BC2B]={
221289  category="lo",
221290  description="DUPLOYAN LETTER M N S",
221291  direction="l",
221292  linebreak="al",
221293  unicodeslot=0x1BC2B,
221294 },
221295 [0x1BC2C]={
221296  category="lo",
221297  description="DUPLOYAN LETTER N M S",
221298  direction="l",
221299  linebreak="al",
221300  unicodeslot=0x1BC2C,
221301 },
221302 [0x1BC2D]={
221303  category="lo",
221304  description="DUPLOYAN LETTER J M S",
221305  direction="l",
221306  linebreak="al",
221307  unicodeslot=0x1BC2D,
221308 },
221309 [0x1BC2E]={
221310  category="lo",
221311  description="DUPLOYAN LETTER S J S",
221312  direction="l",
221313  linebreak="al",
221314  unicodeslot=0x1BC2E,
221315 },
221316 [0x1BC2F]={
221317  category="lo",
221318  description="DUPLOYAN LETTER J S WITH DOT",
221319  direction="l",
221320  linebreak="al",
221321  unicodeslot=0x1BC2F,
221322 },
221323 [0x1BC30]={
221324  category="lo",
221325  description="DUPLOYAN LETTER J N",
221326  direction="l",
221327  linebreak="al",
221328  unicodeslot=0x1BC30,
221329 },
221330 [0x1BC31]={
221331  category="lo",
221332  description="DUPLOYAN LETTER J N S",
221333  direction="l",
221334  linebreak="al",
221335  unicodeslot=0x1BC31,
221336 },
221337 [0x1BC32]={
221338  category="lo",
221339  description="DUPLOYAN LETTER S T",
221340  direction="l",
221341  linebreak="al",
221342  unicodeslot=0x1BC32,
221343 },
221344 [0x1BC33]={
221345  category="lo",
221346  description="DUPLOYAN LETTER S T R",
221347  direction="l",
221348  linebreak="al",
221349  unicodeslot=0x1BC33,
221350 },
221351 [0x1BC34]={
221352  category="lo",
221353  description="DUPLOYAN LETTER S P",
221354  direction="l",
221355  linebreak="al",
221356  unicodeslot=0x1BC34,
221357 },
221358 [0x1BC35]={
221359  category="lo",
221360  description="DUPLOYAN LETTER S P R",
221361  direction="l",
221362  linebreak="al",
221363  unicodeslot=0x1BC35,
221364 },
221365 [0x1BC36]={
221366  category="lo",
221367  description="DUPLOYAN LETTER T S",
221368  direction="l",
221369  linebreak="al",
221370  unicodeslot=0x1BC36,
221371 },
221372 [0x1BC37]={
221373  category="lo",
221374  description="DUPLOYAN LETTER T R S",
221375  direction="l",
221376  linebreak="al",
221377  unicodeslot=0x1BC37,
221378 },
221379 [0x1BC38]={
221380  category="lo",
221381  description="DUPLOYAN LETTER W",
221382  direction="l",
221383  linebreak="al",
221384  unicodeslot=0x1BC38,
221385 },
221386 [0x1BC39]={
221387  category="lo",
221388  description="DUPLOYAN LETTER WH",
221389  direction="l",
221390  linebreak="al",
221391  unicodeslot=0x1BC39,
221392 },
221393 [0x1BC3A]={
221394  category="lo",
221395  description="DUPLOYAN LETTER W R",
221396  direction="l",
221397  linebreak="al",
221398  unicodeslot=0x1BC3A,
221399 },
221400 [0x1BC3B]={
221401  category="lo",
221402  description="DUPLOYAN LETTER S N",
221403  direction="l",
221404  linebreak="al",
221405  unicodeslot=0x1BC3B,
221406 },
221407 [0x1BC3C]={
221408  category="lo",
221409  description="DUPLOYAN LETTER S M",
221410  direction="l",
221411  linebreak="al",
221412  unicodeslot=0x1BC3C,
221413 },
221414 [0x1BC3D]={
221415  category="lo",
221416  description="DUPLOYAN LETTER K R S",
221417  direction="l",
221418  linebreak="al",
221419  unicodeslot=0x1BC3D,
221420 },
221421 [0x1BC3E]={
221422  category="lo",
221423  description="DUPLOYAN LETTER G R S",
221424  direction="l",
221425  linebreak="al",
221426  unicodeslot=0x1BC3E,
221427 },
221428 [0x1BC3F]={
221429  category="lo",
221430  description="DUPLOYAN LETTER S K",
221431  direction="l",
221432  linebreak="al",
221433  unicodeslot=0x1BC3F,
221434 },
221435 [0x1BC40]={
221436  category="lo",
221437  description="DUPLOYAN LETTER S K R",
221438  direction="l",
221439  linebreak="al",
221440  unicodeslot=0x1BC40,
221441 },
221442 [0x1BC41]={
221443  category="lo",
221444  description="DUPLOYAN LETTER A",
221445  direction="l",
221446  linebreak="al",
221447  unicodeslot=0x1BC41,
221448 },
221449 [0x1BC42]={
221450  category="lo",
221451  description="DUPLOYAN LETTER SLOAN OW",
221452  direction="l",
221453  linebreak="al",
221454  unicodeslot=0x1BC42,
221455 },
221456 [0x1BC43]={
221457  category="lo",
221458  description="DUPLOYAN LETTER OA",
221459  direction="l",
221460  linebreak="al",
221461  unicodeslot=0x1BC43,
221462 },
221463 [0x1BC44]={
221464  category="lo",
221465  description="DUPLOYAN LETTER O",
221466  direction="l",
221467  linebreak="al",
221468  unicodeslot=0x1BC44,
221469 },
221470 [0x1BC45]={
221471  category="lo",
221472  description="DUPLOYAN LETTER AOU",
221473  direction="l",
221474  linebreak="al",
221475  unicodeslot=0x1BC45,
221476 },
221477 [0x1BC46]={
221478  category="lo",
221479  description="DUPLOYAN LETTER I",
221480  direction="l",
221481  linebreak="al",
221482  unicodeslot=0x1BC46,
221483 },
221484 [0x1BC47]={
221485  category="lo",
221486  description="DUPLOYAN LETTER E",
221487  direction="l",
221488  linebreak="al",
221489  unicodeslot=0x1BC47,
221490 },
221491 [0x1BC48]={
221492  category="lo",
221493  description="DUPLOYAN LETTER IE",
221494  direction="l",
221495  linebreak="al",
221496  unicodeslot=0x1BC48,
221497 },
221498 [0x1BC49]={
221499  category="lo",
221500  description="DUPLOYAN LETTER SHORT I",
221501  direction="l",
221502  linebreak="al",
221503  unicodeslot=0x1BC49,
221504 },
221505 [0x1BC4A]={
221506  category="lo",
221507  description="DUPLOYAN LETTER UI",
221508  direction="l",
221509  linebreak="al",
221510  unicodeslot=0x1BC4A,
221511 },
221512 [0x1BC4B]={
221513  category="lo",
221514  description="DUPLOYAN LETTER EE",
221515  direction="l",
221516  linebreak="al",
221517  unicodeslot=0x1BC4B,
221518 },
221519 [0x1BC4C]={
221520  category="lo",
221521  description="DUPLOYAN LETTER SLOAN EH",
221522  direction="l",
221523  linebreak="al",
221524  unicodeslot=0x1BC4C,
221525 },
221526 [0x1BC4D]={
221527  category="lo",
221528  description="DUPLOYAN LETTER ROMANIAN I",
221529  direction="l",
221530  linebreak="al",
221531  unicodeslot=0x1BC4D,
221532 },
221533 [0x1BC4E]={
221534  category="lo",
221535  description="DUPLOYAN LETTER SLOAN EE",
221536  direction="l",
221537  linebreak="al",
221538  unicodeslot=0x1BC4E,
221539 },
221540 [0x1BC4F]={
221541  category="lo",
221542  description="DUPLOYAN LETTER LONG I",
221543  direction="l",
221544  linebreak="al",
221545  unicodeslot=0x1BC4F,
221546 },
221547 [0x1BC50]={
221548  category="lo",
221549  description="DUPLOYAN LETTER YE",
221550  direction="l",
221551  linebreak="al",
221552  unicodeslot=0x1BC50,
221553 },
221554 [0x1BC51]={
221555  category="lo",
221556  description="DUPLOYAN LETTER U",
221557  direction="l",
221558  linebreak="al",
221559  unicodeslot=0x1BC51,
221560 },
221561 [0x1BC52]={
221562  category="lo",
221563  description="DUPLOYAN LETTER EU",
221564  direction="l",
221565  linebreak="al",
221566  unicodeslot=0x1BC52,
221567 },
221568 [0x1BC53]={
221569  category="lo",
221570  description="DUPLOYAN LETTER XW",
221571  direction="l",
221572  linebreak="al",
221573  unicodeslot=0x1BC53,
221574 },
221575 [0x1BC54]={
221576  category="lo",
221577  description="DUPLOYAN LETTER U N",
221578  direction="l",
221579  linebreak="al",
221580  unicodeslot=0x1BC54,
221581 },
221582 [0x1BC55]={
221583  category="lo",
221584  description="DUPLOYAN LETTER LONG U",
221585  direction="l",
221586  linebreak="al",
221587  unicodeslot=0x1BC55,
221588 },
221589 [0x1BC56]={
221590  category="lo",
221591  description="DUPLOYAN LETTER ROMANIAN U",
221592  direction="l",
221593  linebreak="al",
221594  unicodeslot=0x1BC56,
221595 },
221596 [0x1BC57]={
221597  category="lo",
221598  description="DUPLOYAN LETTER UH",
221599  direction="l",
221600  linebreak="al",
221601  unicodeslot=0x1BC57,
221602 },
221603 [0x1BC58]={
221604  category="lo",
221605  description="DUPLOYAN LETTER SLOAN U",
221606  direction="l",
221607  linebreak="al",
221608  unicodeslot=0x1BC58,
221609 },
221610 [0x1BC59]={
221611  category="lo",
221612  description="DUPLOYAN LETTER OOH",
221613  direction="l",
221614  linebreak="al",
221615  unicodeslot=0x1BC59,
221616 },
221617 [0x1BC5A]={
221618  category="lo",
221619  description="DUPLOYAN LETTER OW",
221620  direction="l",
221621  linebreak="al",
221622  unicodeslot=0x1BC5A,
221623 },
221624 [0x1BC5B]={
221625  category="lo",
221626  description="DUPLOYAN LETTER OU",
221627  direction="l",
221628  linebreak="al",
221629  unicodeslot=0x1BC5B,
221630 },
221631 [0x1BC5C]={
221632  category="lo",
221633  description="DUPLOYAN LETTER WA",
221634  direction="l",
221635  linebreak="al",
221636  unicodeslot=0x1BC5C,
221637 },
221638 [0x1BC5D]={
221639  category="lo",
221640  description="DUPLOYAN LETTER WO",
221641  direction="l",
221642  linebreak="al",
221643  unicodeslot=0x1BC5D,
221644 },
221645 [0x1BC5E]={
221646  category="lo",
221647  description="DUPLOYAN LETTER WI",
221648  direction="l",
221649  linebreak="al",
221650  unicodeslot=0x1BC5E,
221651 },
221652 [0x1BC5F]={
221653  category="lo",
221654  description="DUPLOYAN LETTER WEI",
221655  direction="l",
221656  linebreak="al",
221657  unicodeslot=0x1BC5F,
221658 },
221659 [0x1BC60]={
221660  category="lo",
221661  description="DUPLOYAN LETTER WOW",
221662  direction="l",
221663  linebreak="al",
221664  unicodeslot=0x1BC60,
221665 },
221666 [0x1BC61]={
221667  category="lo",
221668  description="DUPLOYAN LETTER NASAL U",
221669  direction="l",
221670  linebreak="al",
221671  unicodeslot=0x1BC61,
221672 },
221673 [0x1BC62]={
221674  category="lo",
221675  description="DUPLOYAN LETTER NASAL O",
221676  direction="l",
221677  linebreak="al",
221678  unicodeslot=0x1BC62,
221679 },
221680 [0x1BC63]={
221681  category="lo",
221682  description="DUPLOYAN LETTER NASAL I",
221683  direction="l",
221684  linebreak="al",
221685  unicodeslot=0x1BC63,
221686 },
221687 [0x1BC64]={
221688  category="lo",
221689  description="DUPLOYAN LETTER NASAL A",
221690  direction="l",
221691  linebreak="al",
221692  unicodeslot=0x1BC64,
221693 },
221694 [0x1BC65]={
221695  category="lo",
221696  description="DUPLOYAN LETTER PERNIN AN",
221697  direction="l",
221698  linebreak="al",
221699  unicodeslot=0x1BC65,
221700 },
221701 [0x1BC66]={
221702  category="lo",
221703  description="DUPLOYAN LETTER PERNIN AM",
221704  direction="l",
221705  linebreak="al",
221706  unicodeslot=0x1BC66,
221707 },
221708 [0x1BC67]={
221709  category="lo",
221710  description="DUPLOYAN LETTER SLOAN EN",
221711  direction="l",
221712  linebreak="al",
221713  unicodeslot=0x1BC67,
221714 },
221715 [0x1BC68]={
221716  category="lo",
221717  description="DUPLOYAN LETTER SLOAN AN",
221718  direction="l",
221719  linebreak="al",
221720  unicodeslot=0x1BC68,
221721 },
221722 [0x1BC69]={
221723  category="lo",
221724  description="DUPLOYAN LETTER SLOAN ON",
221725  direction="l",
221726  linebreak="al",
221727  unicodeslot=0x1BC69,
221728 },
221729 [0x1BC6A]={
221730  category="lo",
221731  description="DUPLOYAN LETTER VOCALIC M",
221732  direction="l",
221733  linebreak="al",
221734  unicodeslot=0x1BC6A,
221735 },
221736 [0x1BC70]={
221737  category="lo",
221738  description="DUPLOYAN AFFIX LEFT HORIZONTAL SECANT",
221739  direction="l",
221740  linebreak="al",
221741  unicodeslot=0x1BC70,
221742 },
221743 [0x1BC71]={
221744  category="lo",
221745  description="DUPLOYAN AFFIX MID HORIZONTAL SECANT",
221746  direction="l",
221747  linebreak="al",
221748  unicodeslot=0x1BC71,
221749 },
221750 [0x1BC72]={
221751  category="lo",
221752  description="DUPLOYAN AFFIX RIGHT HORIZONTAL SECANT",
221753  direction="l",
221754  linebreak="al",
221755  unicodeslot=0x1BC72,
221756 },
221757 [0x1BC73]={
221758  category="lo",
221759  description="DUPLOYAN AFFIX LOW VERTICAL SECANT",
221760  direction="l",
221761  linebreak="al",
221762  unicodeslot=0x1BC73,
221763 },
221764 [0x1BC74]={
221765  category="lo",
221766  description="DUPLOYAN AFFIX MID VERTICAL SECANT",
221767  direction="l",
221768  linebreak="al",
221769  unicodeslot=0x1BC74,
221770 },
221771 [0x1BC75]={
221772  category="lo",
221773  description="DUPLOYAN AFFIX HIGH VERTICAL SECANT",
221774  direction="l",
221775  linebreak="al",
221776  unicodeslot=0x1BC75,
221777 },
221778 [0x1BC76]={
221779  category="lo",
221780  description="DUPLOYAN AFFIX ATTACHED SECANT",
221781  direction="l",
221782  linebreak="al",
221783  unicodeslot=0x1BC76,
221784 },
221785 [0x1BC77]={
221786  category="lo",
221787  description="DUPLOYAN AFFIX ATTACHED LEFT-TO-RIGHT SECANT",
221788  direction="l",
221789  linebreak="al",
221790  unicodeslot=0x1BC77,
221791 },
221792 [0x1BC78]={
221793  category="lo",
221794  description="DUPLOYAN AFFIX ATTACHED TANGENT",
221795  direction="l",
221796  linebreak="al",
221797  unicodeslot=0x1BC78,
221798 },
221799 [0x1BC79]={
221800  category="lo",
221801  description="DUPLOYAN AFFIX ATTACHED TAIL",
221802  direction="l",
221803  linebreak="al",
221804  unicodeslot=0x1BC79,
221805 },
221806 [0x1BC7A]={
221807  category="lo",
221808  description="DUPLOYAN AFFIX ATTACHED E HOOK",
221809  direction="l",
221810  linebreak="al",
221811  unicodeslot=0x1BC7A,
221812 },
221813 [0x1BC7B]={
221814  category="lo",
221815  description="DUPLOYAN AFFIX ATTACHED I HOOK",
221816  direction="l",
221817  linebreak="al",
221818  unicodeslot=0x1BC7B,
221819 },
221820 [0x1BC7C]={
221821  category="lo",
221822  description="DUPLOYAN AFFIX ATTACHED TANGENT HOOK",
221823  direction="l",
221824  linebreak="al",
221825  unicodeslot=0x1BC7C,
221826 },
221827 [0x1BC80]={
221828  category="lo",
221829  description="DUPLOYAN AFFIX HIGH ACUTE",
221830  direction="l",
221831  linebreak="al",
221832  unicodeslot=0x1BC80,
221833 },
221834 [0x1BC81]={
221835  category="lo",
221836  description="DUPLOYAN AFFIX HIGH TIGHT ACUTE",
221837  direction="l",
221838  linebreak="al",
221839  unicodeslot=0x1BC81,
221840 },
221841 [0x1BC82]={
221842  category="lo",
221843  description="DUPLOYAN AFFIX HIGH GRAVE",
221844  direction="l",
221845  linebreak="al",
221846  unicodeslot=0x1BC82,
221847 },
221848 [0x1BC83]={
221849  category="lo",
221850  description="DUPLOYAN AFFIX HIGH LONG GRAVE",
221851  direction="l",
221852  linebreak="al",
221853  unicodeslot=0x1BC83,
221854 },
221855 [0x1BC84]={
221856  category="lo",
221857  description="DUPLOYAN AFFIX HIGH DOT",
221858  direction="l",
221859  linebreak="al",
221860  unicodeslot=0x1BC84,
221861 },
221862 [0x1BC85]={
221863  category="lo",
221864  description="DUPLOYAN AFFIX HIGH CIRCLE",
221865  direction="l",
221866  linebreak="al",
221867  unicodeslot=0x1BC85,
221868 },
221869 [0x1BC86]={
221870  category="lo",
221871  description="DUPLOYAN AFFIX HIGH LINE",
221872  direction="l",
221873  linebreak="al",
221874  unicodeslot=0x1BC86,
221875 },
221876 [0x1BC87]={
221877  category="lo",
221878  description="DUPLOYAN AFFIX HIGH WAVE",
221879  direction="l",
221880  linebreak="al",
221881  unicodeslot=0x1BC87,
221882 },
221883 [0x1BC88]={
221884  category="lo",
221885  description="DUPLOYAN AFFIX HIGH VERTICAL",
221886  direction="l",
221887  linebreak="al",
221888  unicodeslot=0x1BC88,
221889 },
221890 [0x1BC90]={
221891  category="lo",
221892  description="DUPLOYAN AFFIX LOW ACUTE",
221893  direction="l",
221894  linebreak="al",
221895  unicodeslot=0x1BC90,
221896 },
221897 [0x1BC91]={
221898  category="lo",
221899  description="DUPLOYAN AFFIX LOW TIGHT ACUTE",
221900  direction="l",
221901  linebreak="al",
221902  unicodeslot=0x1BC91,
221903 },
221904 [0x1BC92]={
221905  category="lo",
221906  description="DUPLOYAN AFFIX LOW GRAVE",
221907  direction="l",
221908  linebreak="al",
221909  unicodeslot=0x1BC92,
221910 },
221911 [0x1BC93]={
221912  category="lo",
221913  description="DUPLOYAN AFFIX LOW LONG GRAVE",
221914  direction="l",
221915  linebreak="al",
221916  unicodeslot=0x1BC93,
221917 },
221918 [0x1BC94]={
221919  category="lo",
221920  description="DUPLOYAN AFFIX LOW DOT",
221921  direction="l",
221922  linebreak="al",
221923  unicodeslot=0x1BC94,
221924 },
221925 [0x1BC95]={
221926  category="lo",
221927  description="DUPLOYAN AFFIX LOW CIRCLE",
221928  direction="l",
221929  linebreak="al",
221930  unicodeslot=0x1BC95,
221931 },
221932 [0x1BC96]={
221933  category="lo",
221934  description="DUPLOYAN AFFIX LOW LINE",
221935  direction="l",
221936  linebreak="al",
221937  unicodeslot=0x1BC96,
221938 },
221939 [0x1BC97]={
221940  category="lo",
221941  description="DUPLOYAN AFFIX LOW WAVE",
221942  direction="l",
221943  linebreak="al",
221944  unicodeslot=0x1BC97,
221945 },
221946 [0x1BC98]={
221947  category="lo",
221948  description="DUPLOYAN AFFIX LOW VERTICAL",
221949  direction="l",
221950  linebreak="al",
221951  unicodeslot=0x1BC98,
221952 },
221953 [0x1BC99]={
221954  category="lo",
221955  description="DUPLOYAN AFFIX LOW ARROW",
221956  direction="l",
221957  linebreak="al",
221958  unicodeslot=0x1BC99,
221959 },
221960 [0x1BC9C]={
221961  category="so",
221962  description="DUPLOYAN SIGN O WITH CROSS",
221963  direction="l",
221964  linebreak="al",
221965  unicodeslot=0x1BC9C,
221966 },
221967 [0x1BC9D]={
221968  category="mn",
221969  description="DUPLOYAN THICK LETTER SELECTOR",
221970  direction="nsm",
221971  linebreak="cm",
221972  unicodeslot=0x1BC9D,
221973 },
221974 [0x1BC9E]={
221975  category="mn",
221976  combining=0x1,
221977  description="DUPLOYAN DOUBLE MARK",
221978  direction="nsm",
221979  linebreak="cm",
221980  unicodeslot=0x1BC9E,
221981 },
221982 [0x1BC9F]={
221983  category="po",
221984  description="DUPLOYAN PUNCTUATION CHINOOK FULL STOP",
221985  direction="l",
221986  linebreak="ba",
221987  unicodeslot=0x1BC9F,
221988 },
221989 [0x1BCA0]={
221990  category="cf",
221991  description="SHORTHAND FORMAT LETTER OVERLAP",
221992  direction="bn",
221993  linebreak="cm",
221994  unicodeslot=0x1BCA0,
221995 },
221996 [0x1BCA1]={
221997  category="cf",
221998  description="SHORTHAND FORMAT CONTINUING OVERLAP",
221999  direction="bn",
222000  linebreak="cm",
222001  unicodeslot=0x1BCA1,
222002 },
222003 [0x1BCA2]={
222004  category="cf",
222005  description="SHORTHAND FORMAT DOWN STEP",
222006  direction="bn",
222007  linebreak="cm",
222008  unicodeslot=0x1BCA2,
222009 },
222010 [0x1BCA3]={
222011  category="cf",
222012  description="SHORTHAND FORMAT UP STEP",
222013  direction="bn",
222014  linebreak="cm",
222015  unicodeslot=0x1BCA3,
222016 },
222017 [0x1CF00]={
222018  category="mn",
222019  description="ZNAMENNY COMBINING MARK GORAZDO NIZKO S KRYZHEM ON LEFT",
222020  direction="nsm",
222021  linebreak="cm",
222022  unicodeslot=0x1CF00,
222023 },
222024 [0x1CF01]={
222025  category="mn",
222026  description="ZNAMENNY COMBINING MARK NIZKO S KRYZHEM ON LEFT",
222027  direction="nsm",
222028  linebreak="cm",
222029  unicodeslot=0x1CF01,
222030 },
222031 [0x1CF02]={
222032  category="mn",
222033  description="ZNAMENNY COMBINING MARK TSATA ON LEFT",
222034  direction="nsm",
222035  linebreak="cm",
222036  unicodeslot=0x1CF02,
222037 },
222038 [0x1CF03]={
222039  category="mn",
222040  description="ZNAMENNY COMBINING MARK GORAZDO NIZKO ON LEFT",
222041  direction="nsm",
222042  linebreak="cm",
222043  unicodeslot=0x1CF03,
222044 },
222045 [0x1CF04]={
222046  category="mn",
222047  description="ZNAMENNY COMBINING MARK NIZKO ON LEFT",
222048  direction="nsm",
222049  linebreak="cm",
222050  unicodeslot=0x1CF04,
222051 },
222052 [0x1CF05]={
222053  category="mn",
222054  description="ZNAMENNY COMBINING MARK SREDNE ON LEFT",
222055  direction="nsm",
222056  linebreak="cm",
222057  unicodeslot=0x1CF05,
222058 },
222059 [0x1CF06]={
222060  category="mn",
222061  description="ZNAMENNY COMBINING MARK MALO POVYSHE ON LEFT",
222062  direction="nsm",
222063  linebreak="cm",
222064  unicodeslot=0x1CF06,
222065 },
222066 [0x1CF07]={
222067  category="mn",
222068  description="ZNAMENNY COMBINING MARK POVYSHE ON LEFT",
222069  direction="nsm",
222070  linebreak="cm",
222071  unicodeslot=0x1CF07,
222072 },
222073 [0x1CF08]={
222074  category="mn",
222075  description="ZNAMENNY COMBINING MARK VYSOKO ON LEFT",
222076  direction="nsm",
222077  linebreak="cm",
222078  unicodeslot=0x1CF08,
222079 },
222080 [0x1CF09]={
222081  category="mn",
222082  description="ZNAMENNY COMBINING MARK MALO POVYSHE S KHOKHLOM ON LEFT",
222083  direction="nsm",
222084  linebreak="cm",
222085  unicodeslot=0x1CF09,
222086 },
222087 [0x1CF0A]={
222088  category="mn",
222089  description="ZNAMENNY COMBINING MARK POVYSHE S KHOKHLOM ON LEFT",
222090  direction="nsm",
222091  linebreak="cm",
222092  unicodeslot=0x1CF0A,
222093 },
222094 [0x1CF0B]={
222095  category="mn",
222096  description="ZNAMENNY COMBINING MARK VYSOKO S KHOKHLOM ON LEFT",
222097  direction="nsm",
222098  linebreak="cm",
222099  unicodeslot=0x1CF0B,
222100 },
222101 [0x1CF0C]={
222102  category="mn",
222103  description="ZNAMENNY COMBINING MARK GORAZDO NIZKO S KRYZHEM ON RIGHT",
222104  direction="nsm",
222105  linebreak="cm",
222106  unicodeslot=0x1CF0C,
222107 },
222108 [0x1CF0D]={
222109  category="mn",
222110  description="ZNAMENNY COMBINING MARK NIZKO S KRYZHEM ON RIGHT",
222111  direction="nsm",
222112  linebreak="cm",
222113  unicodeslot=0x1CF0D,
222114 },
222115 [0x1CF0E]={
222116  category="mn",
222117  description="ZNAMENNY COMBINING MARK TSATA ON RIGHT",
222118  direction="nsm",
222119  linebreak="cm",
222120  unicodeslot=0x1CF0E,
222121 },
222122 [0x1CF0F]={
222123  category="mn",
222124  description="ZNAMENNY COMBINING MARK GORAZDO NIZKO ON RIGHT",
222125  direction="nsm",
222126  linebreak="cm",
222127  unicodeslot=0x1CF0F,
222128 },
222129 [0x1CF10]={
222130  category="mn",
222131  description="ZNAMENNY COMBINING MARK NIZKO ON RIGHT",
222132  direction="nsm",
222133  linebreak="cm",
222134  unicodeslot=0x1CF10,
222135 },
222136 [0x1CF11]={
222137  category="mn",
222138  description="ZNAMENNY COMBINING MARK SREDNE ON RIGHT",
222139  direction="nsm",
222140  linebreak="cm",
222141  unicodeslot=0x1CF11,
222142 },
222143 [0x1CF12]={
222144  category="mn",
222145  description="ZNAMENNY COMBINING MARK MALO POVYSHE ON RIGHT",
222146  direction="nsm",
222147  linebreak="cm",
222148  unicodeslot=0x1CF12,
222149 },
222150 [0x1CF13]={
222151  category="mn",
222152  description="ZNAMENNY COMBINING MARK POVYSHE ON RIGHT",
222153  direction="nsm",
222154  linebreak="cm",
222155  unicodeslot=0x1CF13,
222156 },
222157 [0x1CF14]={
222158  category="mn",
222159  description="ZNAMENNY COMBINING MARK VYSOKO ON RIGHT",
222160  direction="nsm",
222161  linebreak="cm",
222162  unicodeslot=0x1CF14,
222163 },
222164 [0x1CF15]={
222165  category="mn",
222166  description="ZNAMENNY COMBINING MARK MALO POVYSHE S KHOKHLOM ON RIGHT",
222167  direction="nsm",
222168  linebreak="cm",
222169  unicodeslot=0x1CF15,
222170 },
222171 [0x1CF16]={
222172  category="mn",
222173  description="ZNAMENNY COMBINING MARK POVYSHE S KHOKHLOM ON RIGHT",
222174  direction="nsm",
222175  linebreak="cm",
222176  unicodeslot=0x1CF16,
222177 },
222178 [0x1CF17]={
222179  category="mn",
222180  description="ZNAMENNY COMBINING MARK VYSOKO S KHOKHLOM ON RIGHT",
222181  direction="nsm",
222182  linebreak="cm",
222183  unicodeslot=0x1CF17,
222184 },
222185 [0x1CF18]={
222186  category="mn",
222187  description="ZNAMENNY COMBINING MARK TSATA S KRYZHEM",
222188  direction="nsm",
222189  linebreak="cm",
222190  unicodeslot=0x1CF18,
222191 },
222192 [0x1CF19]={
222193  category="mn",
222194  description="ZNAMENNY COMBINING MARK MALO POVYSHE S KRYZHEM",
222195  direction="nsm",
222196  linebreak="cm",
222197  unicodeslot=0x1CF19,
222198 },
222199 [0x1CF1A]={
222200  category="mn",
222201  description="ZNAMENNY COMBINING MARK STRANNO MALO POVYSHE",
222202  direction="nsm",
222203  linebreak="cm",
222204  unicodeslot=0x1CF1A,
222205 },
222206 [0x1CF1B]={
222207  category="mn",
222208  description="ZNAMENNY COMBINING MARK POVYSHE S KRYZHEM",
222209  direction="nsm",
222210  linebreak="cm",
222211  unicodeslot=0x1CF1B,
222212 },
222213 [0x1CF1C]={
222214  category="mn",
222215  description="ZNAMENNY COMBINING MARK POVYSHE STRANNO",
222216  direction="nsm",
222217  linebreak="cm",
222218  unicodeslot=0x1CF1C,
222219 },
222220 [0x1CF1D]={
222221  category="mn",
222222  description="ZNAMENNY COMBINING MARK VYSOKO S KRYZHEM",
222223  direction="nsm",
222224  linebreak="cm",
222225  unicodeslot=0x1CF1D,
222226 },
222227 [0x1CF1E]={
222228  category="mn",
222229  description="ZNAMENNY COMBINING MARK MALO POVYSHE STRANNO",
222230  direction="nsm",
222231  linebreak="cm",
222232  unicodeslot=0x1CF1E,
222233 },
222234 [0x1CF1F]={
222235  category="mn",
222236  description="ZNAMENNY COMBINING MARK GORAZDO VYSOKO",
222237  direction="nsm",
222238  linebreak="cm",
222239  unicodeslot=0x1CF1F,
222240 },
222241 [0x1CF20]={
222242  category="mn",
222243  description="ZNAMENNY COMBINING MARK ZELO",
222244  direction="nsm",
222245  linebreak="cm",
222246  unicodeslot=0x1CF20,
222247 },
222248 [0x1CF21]={
222249  category="mn",
222250  description="ZNAMENNY COMBINING MARK ON",
222251  direction="nsm",
222252  linebreak="cm",
222253  unicodeslot=0x1CF21,
222254 },
222255 [0x1CF22]={
222256  category="mn",
222257  description="ZNAMENNY COMBINING MARK RAVNO",
222258  direction="nsm",
222259  linebreak="cm",
222260  unicodeslot=0x1CF22,
222261 },
222262 [0x1CF23]={
222263  category="mn",
222264  description="ZNAMENNY COMBINING MARK TIKHAYA",
222265  direction="nsm",
222266  linebreak="cm",
222267  unicodeslot=0x1CF23,
222268 },
222269 [0x1CF24]={
222270  category="mn",
222271  description="ZNAMENNY COMBINING MARK BORZAYA",
222272  direction="nsm",
222273  linebreak="cm",
222274  unicodeslot=0x1CF24,
222275 },
222276 [0x1CF25]={
222277  category="mn",
222278  description="ZNAMENNY COMBINING MARK UDARKA",
222279  direction="nsm",
222280  linebreak="cm",
222281  unicodeslot=0x1CF25,
222282 },
222283 [0x1CF26]={
222284  category="mn",
222285  description="ZNAMENNY COMBINING MARK PODVERTKA",
222286  direction="nsm",
222287  linebreak="cm",
222288  unicodeslot=0x1CF26,
222289 },
222290 [0x1CF27]={
222291  category="mn",
222292  description="ZNAMENNY COMBINING MARK LOMKA",
222293  direction="nsm",
222294  linebreak="cm",
222295  unicodeslot=0x1CF27,
222296 },
222297 [0x1CF28]={
222298  category="mn",
222299  description="ZNAMENNY COMBINING MARK KUPNAYA",
222300  direction="nsm",
222301  linebreak="cm",
222302  unicodeslot=0x1CF28,
222303 },
222304 [0x1CF29]={
222305  category="mn",
222306  description="ZNAMENNY COMBINING MARK KACHKA",
222307  direction="nsm",
222308  linebreak="cm",
222309  unicodeslot=0x1CF29,
222310 },
222311 [0x1CF2A]={
222312  category="mn",
222313  description="ZNAMENNY COMBINING MARK ZEVOK",
222314  direction="nsm",
222315  linebreak="cm",
222316  unicodeslot=0x1CF2A,
222317 },
222318 [0x1CF2B]={
222319  category="mn",
222320  description="ZNAMENNY COMBINING MARK SKOBA",
222321  direction="nsm",
222322  linebreak="cm",
222323  unicodeslot=0x1CF2B,
222324 },
222325 [0x1CF2C]={
222326  category="mn",
222327  description="ZNAMENNY COMBINING MARK RAZSEKA",
222328  direction="nsm",
222329  linebreak="cm",
222330  unicodeslot=0x1CF2C,
222331 },
222332 [0x1CF2D]={
222333  category="mn",
222334  description="ZNAMENNY COMBINING MARK KRYZH ON LEFT",
222335  direction="nsm",
222336  linebreak="cm",
222337  unicodeslot=0x1CF2D,
222338 },
222339 [0x1CF30]={
222340  category="mn",
222341  description="ZNAMENNY COMBINING TONAL RANGE MARK MRACHNO",
222342  direction="nsm",
222343  linebreak="cm",
222344  unicodeslot=0x1CF30,
222345 },
222346 [0x1CF31]={
222347  category="mn",
222348  description="ZNAMENNY COMBINING TONAL RANGE MARK SVETLO",
222349  direction="nsm",
222350  linebreak="cm",
222351  unicodeslot=0x1CF31,
222352 },
222353 [0x1CF32]={
222354  category="mn",
222355  description="ZNAMENNY COMBINING TONAL RANGE MARK TRESVETLO",
222356  direction="nsm",
222357  linebreak="cm",
222358  unicodeslot=0x1CF32,
222359 },
222360 [0x1CF33]={
222361  category="mn",
222362  description="ZNAMENNY COMBINING MARK ZADERZHKA",
222363  direction="nsm",
222364  linebreak="cm",
222365  unicodeslot=0x1CF33,
222366 },
222367 [0x1CF34]={
222368  category="mn",
222369  description="ZNAMENNY COMBINING MARK DEMESTVENNY ZADERZHKA",
222370  direction="nsm",
222371  linebreak="cm",
222372  unicodeslot=0x1CF34,
222373 },
222374 [0x1CF35]={
222375  category="mn",
222376  description="ZNAMENNY COMBINING MARK OTSECHKA",
222377  direction="nsm",
222378  linebreak="cm",
222379  unicodeslot=0x1CF35,
222380 },
222381 [0x1CF36]={
222382  category="mn",
222383  description="ZNAMENNY COMBINING MARK PODCHASHIE",
222384  direction="nsm",
222385  linebreak="cm",
222386  unicodeslot=0x1CF36,
222387 },
222388 [0x1CF37]={
222389  category="mn",
222390  description="ZNAMENNY COMBINING MARK PODCHASHIE WITH VERTICAL STROKE",
222391  direction="nsm",
222392  linebreak="cm",
222393  unicodeslot=0x1CF37,
222394 },
222395 [0x1CF38]={
222396  category="mn",
222397  description="ZNAMENNY COMBINING MARK CHASHKA",
222398  direction="nsm",
222399  linebreak="cm",
222400  unicodeslot=0x1CF38,
222401 },
222402 [0x1CF39]={
222403  category="mn",
222404  description="ZNAMENNY COMBINING MARK CHASHKA POLNAYA",
222405  direction="nsm",
222406  linebreak="cm",
222407  unicodeslot=0x1CF39,
222408 },
222409 [0x1CF3A]={
222410  category="mn",
222411  description="ZNAMENNY COMBINING MARK OBLACHKO",
222412  direction="nsm",
222413  linebreak="cm",
222414  unicodeslot=0x1CF3A,
222415 },
222416 [0x1CF3B]={
222417  category="mn",
222418  description="ZNAMENNY COMBINING MARK SOROCHYA NOZHKA",
222419  direction="nsm",
222420  linebreak="cm",
222421  unicodeslot=0x1CF3B,
222422 },
222423 [0x1CF3C]={
222424  category="mn",
222425  description="ZNAMENNY COMBINING MARK TOCHKA",
222426  direction="nsm",
222427  linebreak="cm",
222428  unicodeslot=0x1CF3C,
222429 },
222430 [0x1CF3D]={
222431  category="mn",
222432  description="ZNAMENNY COMBINING MARK DVOETOCHIE",
222433  direction="nsm",
222434  linebreak="cm",
222435  unicodeslot=0x1CF3D,
222436 },
222437 [0x1CF3E]={
222438  category="mn",
222439  description="ZNAMENNY COMBINING ATTACHING VERTICAL OMET",
222440  direction="nsm",
222441  linebreak="cm",
222442  unicodeslot=0x1CF3E,
222443 },
222444 [0x1CF3F]={
222445  category="mn",
222446  description="ZNAMENNY COMBINING MARK CURVED OMET",
222447  direction="nsm",
222448  linebreak="cm",
222449  unicodeslot=0x1CF3F,
222450 },
222451 [0x1CF40]={
222452  category="mn",
222453  description="ZNAMENNY COMBINING MARK KRYZH",
222454  direction="nsm",
222455  linebreak="cm",
222456  unicodeslot=0x1CF40,
222457 },
222458 [0x1CF41]={
222459  category="mn",
222460  description="ZNAMENNY COMBINING LOWER TONAL RANGE INDICATOR",
222461  direction="nsm",
222462  linebreak="cm",
222463  unicodeslot=0x1CF41,
222464 },
222465 [0x1CF42]={
222466  category="mn",
222467  description="ZNAMENNY PRIZNAK MODIFIER LEVEL-2",
222468  direction="nsm",
222469  linebreak="cm",
222470  unicodeslot=0x1CF42,
222471 },
222472 [0x1CF43]={
222473  category="mn",
222474  description="ZNAMENNY PRIZNAK MODIFIER LEVEL-3",
222475  direction="nsm",
222476  linebreak="cm",
222477  unicodeslot=0x1CF43,
222478 },
222479 [0x1CF44]={
222480  category="mn",
222481  description="ZNAMENNY PRIZNAK MODIFIER DIRECTION FLIP",
222482  direction="nsm",
222483  linebreak="cm",
222484  unicodeslot=0x1CF44,
222485 },
222486 [0x1CF45]={
222487  category="mn",
222488  description="ZNAMENNY PRIZNAK MODIFIER KRYZH",
222489  direction="nsm",
222490  linebreak="cm",
222491  unicodeslot=0x1CF45,
222492 },
222493 [0x1CF46]={
222494  category="mn",
222495  description="ZNAMENNY PRIZNAK MODIFIER ROG",
222496  direction="nsm",
222497  linebreak="cm",
222498  unicodeslot=0x1CF46,
222499 },
222500 [0x1CF50]={
222501  category="so",
222502  description="ZNAMENNY NEUME KRYUK",
222503  direction="l",
222504  linebreak="al",
222505  unicodeslot=0x1CF50,
222506 },
222507 [0x1CF51]={
222508  category="so",
222509  description="ZNAMENNY NEUME KRYUK TIKHY",
222510  direction="l",
222511  linebreak="al",
222512  unicodeslot=0x1CF51,
222513 },
222514 [0x1CF52]={
222515  category="so",
222516  description="ZNAMENNY NEUME PARAKLIT",
222517  direction="l",
222518  linebreak="al",
222519  unicodeslot=0x1CF52,
222520 },
222521 [0x1CF53]={
222522  category="so",
222523  description="ZNAMENNY NEUME DVA V CHELNU",
222524  direction="l",
222525  linebreak="al",
222526  unicodeslot=0x1CF53,
222527 },
222528 [0x1CF54]={
222529  category="so",
222530  description="ZNAMENNY NEUME KLYUCH",
222531  direction="l",
222532  linebreak="al",
222533  unicodeslot=0x1CF54,
222534 },
222535 [0x1CF55]={
222536  category="so",
222537  description="ZNAMENNY NEUME ZANOZHEK",
222538  direction="l",
222539  linebreak="al",
222540  unicodeslot=0x1CF55,
222541 },
222542 [0x1CF56]={
222543  category="so",
222544  description="ZNAMENNY NEUME STOPITSA",
222545  direction="l",
222546  linebreak="al",
222547  unicodeslot=0x1CF56,
222548 },
222549 [0x1CF57]={
222550  category="so",
222551  description="ZNAMENNY NEUME STOPITSA S OCHKOM",
222552  direction="l",
222553  linebreak="al",
222554  unicodeslot=0x1CF57,
222555 },
222556 [0x1CF58]={
222557  category="so",
222558  description="ZNAMENNY NEUME PEREVODKA",
222559  direction="l",
222560  linebreak="al",
222561  unicodeslot=0x1CF58,
222562 },
222563 [0x1CF59]={
222564  category="so",
222565  description="ZNAMENNY NEUME PEREVODKA NEPOSTOYANNAYA",
222566  direction="l",
222567  linebreak="al",
222568  unicodeslot=0x1CF59,
222569 },
222570 [0x1CF5A]={
222571  category="so",
222572  description="ZNAMENNY NEUME STOPITSA WITH SOROCHYA NOZHKA",
222573  direction="l",
222574  linebreak="al",
222575  unicodeslot=0x1CF5A,
222576 },
222577 [0x1CF5B]={
222578  category="so",
222579  description="ZNAMENNY NEUME CHELYUSTKA",
222580  direction="l",
222581  linebreak="al",
222582  unicodeslot=0x1CF5B,
222583 },
222584 [0x1CF5C]={
222585  category="so",
222586  description="ZNAMENNY NEUME PALKA",
222587  direction="l",
222588  linebreak="al",
222589  unicodeslot=0x1CF5C,
222590 },
222591 [0x1CF5D]={
222592  category="so",
222593  description="ZNAMENNY NEUME ZAPYATAYA",
222594  direction="l",
222595  linebreak="al",
222596  unicodeslot=0x1CF5D,
222597 },
222598 [0x1CF5E]={
222599  category="so",
222600  description="ZNAMENNY NEUME GOLUBCHIK BORZY",
222601  direction="l",
222602  linebreak="al",
222603  unicodeslot=0x1CF5E,
222604 },
222605 [0x1CF5F]={
222606  category="so",
222607  description="ZNAMENNY NEUME GOLUBCHIK TIKHY",
222608  direction="l",
222609  linebreak="al",
222610  unicodeslot=0x1CF5F,
222611 },
222612 [0x1CF60]={
222613  category="so",
222614  description="ZNAMENNY NEUME GOLUBCHIK MRACHNY",
222615  direction="l",
222616  linebreak="al",
222617  unicodeslot=0x1CF60,
222618 },
222619 [0x1CF61]={
222620  category="so",
222621  description="ZNAMENNY NEUME GOLUBCHIK SVETLY",
222622  direction="l",
222623  linebreak="al",
222624  unicodeslot=0x1CF61,
222625 },
222626 [0x1CF62]={
222627  category="so",
222628  description="ZNAMENNY NEUME GOLUBCHIK TRESVETLY",
222629  direction="l",
222630  linebreak="al",
222631  unicodeslot=0x1CF62,
222632 },
222633 [0x1CF63]={
222634  category="so",
222635  description="ZNAMENNY NEUME VRAKHIYA PROSTAYA",
222636  direction="l",
222637  linebreak="al",
222638  unicodeslot=0x1CF63,
222639 },
222640 [0x1CF64]={
222641  category="so",
222642  description="ZNAMENNY NEUME VRAKHIYA MRACHNAYA",
222643  direction="l",
222644  linebreak="al",
222645  unicodeslot=0x1CF64,
222646 },
222647 [0x1CF65]={
222648  category="so",
222649  description="ZNAMENNY NEUME VRAKHIYA SVETLAYA",
222650  direction="l",
222651  linebreak="al",
222652  unicodeslot=0x1CF65,
222653 },
222654 [0x1CF66]={
222655  category="so",
222656  description="ZNAMENNY NEUME VRAKHIYA TRESVETLAYA",
222657  direction="l",
222658  linebreak="al",
222659  unicodeslot=0x1CF66,
222660 },
222661 [0x1CF67]={
222662  category="so",
222663  description="ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA PROSTAYA",
222664  direction="l",
222665  linebreak="al",
222666  unicodeslot=0x1CF67,
222667 },
222668 [0x1CF68]={
222669  category="so",
222670  description="ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA MRACHNAYA",
222671  direction="l",
222672  linebreak="al",
222673  unicodeslot=0x1CF68,
222674 },
222675 [0x1CF69]={
222676  category="so",
222677  description="ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA SVETLAYA",
222678  direction="l",
222679  linebreak="al",
222680  unicodeslot=0x1CF69,
222681 },
222682 [0x1CF6A]={
222683  category="so",
222684  description="ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA TRESVETLAYA",
222685  direction="l",
222686  linebreak="al",
222687  unicodeslot=0x1CF6A,
222688 },
222689 [0x1CF6B]={
222690  category="so",
222691  description="ZNAMENNY NEUME DOUBLE ZAPYATAYA",
222692  direction="l",
222693  linebreak="al",
222694  unicodeslot=0x1CF6B,
222695 },
222696 [0x1CF6C]={
222697  category="so",
222698  description="ZNAMENNY NEUME REVERSED CHELYUSTKA",
222699  direction="l",
222700  linebreak="al",
222701  unicodeslot=0x1CF6C,
222702 },
222703 [0x1CF6D]={
222704  category="so",
222705  description="ZNAMENNY NEUME DERBITSA",
222706  direction="l",
222707  linebreak="al",
222708  unicodeslot=0x1CF6D,
222709 },
222710 [0x1CF6E]={
222711  category="so",
222712  description="ZNAMENNY NEUME KHAMILO",
222713  direction="l",
222714  linebreak="al",
222715  unicodeslot=0x1CF6E,
222716 },
222717 [0x1CF6F]={
222718  category="so",
222719  description="ZNAMENNY NEUME CHASHKA",
222720  direction="l",
222721  linebreak="al",
222722  unicodeslot=0x1CF6F,
222723 },
222724 [0x1CF70]={
222725  category="so",
222726  description="ZNAMENNY NEUME PODCHASHIE",
222727  direction="l",
222728  linebreak="al",
222729  unicodeslot=0x1CF70,
222730 },
222731 [0x1CF71]={
222732  category="so",
222733  description="ZNAMENNY NEUME SKAMEYTSA MRACHNAYA",
222734  direction="l",
222735  linebreak="al",
222736  unicodeslot=0x1CF71,
222737 },
222738 [0x1CF72]={
222739  category="so",
222740  description="ZNAMENNY NEUME SKAMEYTSA SVETLAYA",
222741  direction="l",
222742  linebreak="al",
222743  unicodeslot=0x1CF72,
222744 },
222745 [0x1CF73]={
222746  category="so",
222747  description="ZNAMENNY NEUME SKAMEYTSA TRESVETLAYA",
222748  direction="l",
222749  linebreak="al",
222750  unicodeslot=0x1CF73,
222751 },
222752 [0x1CF74]={
222753  category="so",
222754  description="ZNAMENNY NEUME SKAMEYTSA TIKHAYA",
222755  direction="l",
222756  linebreak="al",
222757  unicodeslot=0x1CF74,
222758 },
222759 [0x1CF75]={
222760  category="so",
222761  description="ZNAMENNY NEUME DEMESTVENNY KLYUCH",
222762  direction="l",
222763  linebreak="al",
222764  unicodeslot=0x1CF75,
222765 },
222766 [0x1CF76]={
222767  category="so",
222768  description="ZNAMENNY NEUME SKAMEYTSA KLYUCHEVAYA SVETLAYA",
222769  direction="l",
222770  linebreak="al",
222771  unicodeslot=0x1CF76,
222772 },
222773 [0x1CF77]={
222774  category="so",
222775  description="ZNAMENNY NEUME SKAMEYTSA KLYUCHENEPOSTOYANNAYA",
222776  direction="l",
222777  linebreak="al",
222778  unicodeslot=0x1CF77,
222779 },
222780 [0x1CF78]={
222781  category="so",
222782  description="ZNAMENNY NEUME SKAMEYTSA KLYUCHEVAYA TIKHAYA",
222783  direction="l",
222784  linebreak="al",
222785  unicodeslot=0x1CF78,
222786 },
222787 [0x1CF79]={
222788  category="so",
222789  description="ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA PROSTAYA",
222790  direction="l",
222791  linebreak="al",
222792  unicodeslot=0x1CF79,
222793 },
222794 [0x1CF7A]={
222795  category="so",
222796  description="ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA SVETLAYA",
222797  direction="l",
222798  linebreak="al",
222799  unicodeslot=0x1CF7A,
222800 },
222801 [0x1CF7B]={
222802  category="so",
222803  description="ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA NEPOSTOYANNAYA",
222804  direction="l",
222805  linebreak="al",
222806  unicodeslot=0x1CF7B,
222807 },
222808 [0x1CF7C]={
222809  category="so",
222810  description="ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA KLYUCHEVAYA",
222811  direction="l",
222812  linebreak="al",
222813  unicodeslot=0x1CF7C,
222814 },
222815 [0x1CF7D]={
222816  category="so",
222817  description="ZNAMENNY NEUME SLOZHITIE",
222818  direction="l",
222819  linebreak="al",
222820  unicodeslot=0x1CF7D,
222821 },
222822 [0x1CF7E]={
222823  category="so",
222824  description="ZNAMENNY NEUME SLOZHITIE S ZAPYATOY",
222825  direction="l",
222826  linebreak="al",
222827  unicodeslot=0x1CF7E,
222828 },
222829 [0x1CF7F]={
222830  category="so",
222831  description="ZNAMENNY NEUME SLOZHITIE ZAKRYTOE",
222832  direction="l",
222833  linebreak="al",
222834  unicodeslot=0x1CF7F,
222835 },
222836 [0x1CF80]={
222837  category="so",
222838  description="ZNAMENNY NEUME SLOZHITIE S KRYZHEM",
222839  direction="l",
222840  linebreak="al",
222841  unicodeslot=0x1CF80,
222842 },
222843 [0x1CF81]={
222844  category="so",
222845  description="ZNAMENNY NEUME KRYZH",
222846  direction="l",
222847  linebreak="al",
222848  unicodeslot=0x1CF81,
222849 },
222850 [0x1CF82]={
222851  category="so",
222852  description="ZNAMENNY NEUME ROG",
222853  direction="l",
222854  linebreak="al",
222855  unicodeslot=0x1CF82,
222856 },
222857 [0x1CF83]={
222858  category="so",
222859  description="ZNAMENNY NEUME FITA",
222860  direction="l",
222861  linebreak="al",
222862  unicodeslot=0x1CF83,
222863 },
222864 [0x1CF84]={
222865  category="so",
222866  description="ZNAMENNY NEUME KOBYLA",
222867  direction="l",
222868  linebreak="al",
222869  unicodeslot=0x1CF84,
222870 },
222871 [0x1CF85]={
222872  category="so",
222873  description="ZNAMENNY NEUME ZMEYTSA",
222874  direction="l",
222875  linebreak="al",
222876  unicodeslot=0x1CF85,
222877 },
222878 [0x1CF86]={
222879  category="so",
222880  description="ZNAMENNY NEUME STATYA",
222881  direction="l",
222882  linebreak="al",
222883  unicodeslot=0x1CF86,
222884 },
222885 [0x1CF87]={
222886  category="so",
222887  description="ZNAMENNY NEUME STATYA S ZAPYATOY",
222888  direction="l",
222889  linebreak="al",
222890  unicodeslot=0x1CF87,
222891 },
222892 [0x1CF88]={
222893  category="so",
222894  description="ZNAMENNY NEUME STATYA S KRYZHEM",
222895  direction="l",
222896  linebreak="al",
222897  unicodeslot=0x1CF88,
222898 },
222899 [0x1CF89]={
222900  category="so",
222901  description="ZNAMENNY NEUME STATYA S ZAPYATOY I KRYZHEM",
222902  direction="l",
222903  linebreak="al",
222904  unicodeslot=0x1CF89,
222905 },
222906 [0x1CF8A]={
222907  category="so",
222908  description="ZNAMENNY NEUME STATYA S KRYZHEM I ZAPYATOY",
222909  direction="l",
222910  linebreak="al",
222911  unicodeslot=0x1CF8A,
222912 },
222913 [0x1CF8B]={
222914  category="so",
222915  description="ZNAMENNY NEUME STATYA ZAKRYTAYA",
222916  direction="l",
222917  linebreak="al",
222918  unicodeslot=0x1CF8B,
222919 },
222920 [0x1CF8C]={
222921  category="so",
222922  description="ZNAMENNY NEUME STATYA ZAKRYTAYA S ZAPYATOY",
222923  direction="l",
222924  linebreak="al",
222925  unicodeslot=0x1CF8C,
222926 },
222927 [0x1CF8D]={
222928  category="so",
222929  description="ZNAMENNY NEUME STATYA S ROGOM",
222930  direction="l",
222931  linebreak="al",
222932  unicodeslot=0x1CF8D,
222933 },
222934 [0x1CF8E]={
222935  category="so",
222936  description="ZNAMENNY NEUME STATYA S DVUMYA ZAPYATYMI",
222937  direction="l",
222938  linebreak="al",
222939  unicodeslot=0x1CF8E,
222940 },
222941 [0x1CF8F]={
222942  category="so",
222943  description="ZNAMENNY NEUME STATYA S ZAPYATOY I PODCHASHIEM",
222944  direction="l",
222945  linebreak="al",
222946  unicodeslot=0x1CF8F,
222947 },
222948 [0x1CF90]={
222949  category="so",
222950  description="ZNAMENNY NEUME POLKULIZMY",
222951  direction="l",
222952  linebreak="al",
222953  unicodeslot=0x1CF90,
222954 },
222955 [0x1CF91]={
222956  category="so",
222957  description="ZNAMENNY NEUME STATYA NEPOSTOYANNAYA",
222958  direction="l",
222959  linebreak="al",
222960  unicodeslot=0x1CF91,
222961 },
222962 [0x1CF92]={
222963  category="so",
222964  description="ZNAMENNY NEUME STRELA PROSTAYA",
222965  direction="l",
222966  linebreak="al",
222967  unicodeslot=0x1CF92,
222968 },
222969 [0x1CF93]={
222970  category="so",
222971  description="ZNAMENNY NEUME STRELA MRACHNOTIKHAYA",
222972  direction="l",
222973  linebreak="al",
222974  unicodeslot=0x1CF93,
222975 },
222976 [0x1CF94]={
222977  category="so",
222978  description="ZNAMENNY NEUME STRELA KRYZHEVAYA",
222979  direction="l",
222980  linebreak="al",
222981  unicodeslot=0x1CF94,
222982 },
222983 [0x1CF95]={
222984  category="so",
222985  description="ZNAMENNY NEUME STRELA POLUPOVODNAYA",
222986  direction="l",
222987  linebreak="al",
222988  unicodeslot=0x1CF95,
222989 },
222990 [0x1CF96]={
222991  category="so",
222992  description="ZNAMENNY NEUME STRELA POVODNAYA",
222993  direction="l",
222994  linebreak="al",
222995  unicodeslot=0x1CF96,
222996 },
222997 [0x1CF97]={
222998  category="so",
222999  description="ZNAMENNY NEUME STRELA NEPOSTOYANNAYA",
223000  direction="l",
223001  linebreak="al",
223002  unicodeslot=0x1CF97,
223003 },
223004 [0x1CF98]={
223005  category="so",
223006  description="ZNAMENNY NEUME STRELA KLYUCHEPOVODNAYA",
223007  direction="l",
223008  linebreak="al",
223009  unicodeslot=0x1CF98,
223010 },
223011 [0x1CF99]={
223012  category="so",
223013  description="ZNAMENNY NEUME STRELA KLYUCHENEPOSTOYANNAYA",
223014  direction="l",
223015  linebreak="al",
223016  unicodeslot=0x1CF99,
223017 },
223018 [0x1CF9A]={
223019  category="so",
223020  description="ZNAMENNY NEUME STRELA TIKHAYA PUTNAYA",
223021  direction="l",
223022  linebreak="al",
223023  unicodeslot=0x1CF9A,
223024 },
223025 [0x1CF9B]={
223026  category="so",
223027  description="ZNAMENNY NEUME STRELA DVOECHELNAYA",
223028  direction="l",
223029  linebreak="al",
223030  unicodeslot=0x1CF9B,
223031 },
223032 [0x1CF9C]={
223033  category="so",
223034  description="ZNAMENNY NEUME STRELA DVOECHELNOKRYZHEVAYA",
223035  direction="l",
223036  linebreak="al",
223037  unicodeslot=0x1CF9C,
223038 },
223039 [0x1CF9D]={
223040  category="so",
223041  description="ZNAMENNY NEUME STRELA DVOECHELNOPOVODNAYA",
223042  direction="l",
223043  linebreak="al",
223044  unicodeslot=0x1CF9D,
223045 },
223046 [0x1CF9E]={
223047  category="so",
223048  description="ZNAMENNY NEUME STRELA DVOECHELNAYA KLYUCHEVAYA",
223049  direction="l",
223050  linebreak="al",
223051  unicodeslot=0x1CF9E,
223052 },
223053 [0x1CF9F]={
223054  category="so",
223055  description="ZNAMENNY NEUME STRELA DVOECHELNOPOVODNAYA KLYUCHEVAYA",
223056  direction="l",
223057  linebreak="al",
223058  unicodeslot=0x1CF9F,
223059 },
223060 [0x1CFA0]={
223061  category="so",
223062  description="ZNAMENNY NEUME STRELA GROMNAYA WITH SINGLE ZAPYATAYA",
223063  direction="l",
223064  linebreak="al",
223065  unicodeslot=0x1CFA0,
223066 },
223067 [0x1CFA1]={
223068  category="so",
223069  description="ZNAMENNY NEUME STRELA GROMOPOVODNAYA WITH SINGLE ZAPYATAYA",
223070  direction="l",
223071  linebreak="al",
223072  unicodeslot=0x1CFA1,
223073 },
223074 [0x1CFA2]={
223075  category="so",
223076  description="ZNAMENNY NEUME STRELA GROMNAYA",
223077  direction="l",
223078  linebreak="al",
223079  unicodeslot=0x1CFA2,
223080 },
223081 [0x1CFA3]={
223082  category="so",
223083  description="ZNAMENNY NEUME STRELA GROMOPOVODNAYA",
223084  direction="l",
223085  linebreak="al",
223086  unicodeslot=0x1CFA3,
223087 },
223088 [0x1CFA4]={
223089  category="so",
223090  description="ZNAMENNY NEUME STRELA GROMOPOVODNAYA WITH DOUBLE ZAPYATAYA",
223091  direction="l",
223092  linebreak="al",
223093  unicodeslot=0x1CFA4,
223094 },
223095 [0x1CFA5]={
223096  category="so",
223097  description="ZNAMENNY NEUME STRELA GROMOKRYZHEVAYA",
223098  direction="l",
223099  linebreak="al",
223100  unicodeslot=0x1CFA5,
223101 },
223102 [0x1CFA6]={
223103  category="so",
223104  description="ZNAMENNY NEUME STRELA GROMOKRYZHEVAYA POVODNAYA",
223105  direction="l",
223106  linebreak="al",
223107  unicodeslot=0x1CFA6,
223108 },
223109 [0x1CFA7]={
223110  category="so",
223111  description="ZNAMENNY NEUME MECHIK",
223112  direction="l",
223113  linebreak="al",
223114  unicodeslot=0x1CFA7,
223115 },
223116 [0x1CFA8]={
223117  category="so",
223118  description="ZNAMENNY NEUME MECHIK POVODNY",
223119  direction="l",
223120  linebreak="al",
223121  unicodeslot=0x1CFA8,
223122 },
223123 [0x1CFA9]={
223124  category="so",
223125  description="ZNAMENNY NEUME MECHIK KLYUCHEVOY",
223126  direction="l",
223127  linebreak="al",
223128  unicodeslot=0x1CFA9,
223129 },
223130 [0x1CFAA]={
223131  category="so",
223132  description="ZNAMENNY NEUME MECHIK KLYUCHEPOVODNY",
223133  direction="l",
223134  linebreak="al",
223135  unicodeslot=0x1CFAA,
223136 },
223137 [0x1CFAB]={
223138  category="so",
223139  description="ZNAMENNY NEUME MECHIK KLYUCHENEPOSTOYANNY",
223140  direction="l",
223141  linebreak="al",
223142  unicodeslot=0x1CFAB,
223143 },
223144 [0x1CFAC]={
223145  category="so",
223146  description="ZNAMENNY NEUME STRELA TRYASOGLASNAYA",
223147  direction="l",
223148  linebreak="al",
223149  unicodeslot=0x1CFAC,
223150 },
223151 [0x1CFAD]={
223152  category="so",
223153  description="ZNAMENNY NEUME STRELA TRYASOPOVODNAYA",
223154  direction="l",
223155  linebreak="al",
223156  unicodeslot=0x1CFAD,
223157 },
223158 [0x1CFAE]={
223159  category="so",
223160  description="ZNAMENNY NEUME STRELA TRYASOSTRELNAYA",
223161  direction="l",
223162  linebreak="al",
223163  unicodeslot=0x1CFAE,
223164 },
223165 [0x1CFAF]={
223166  category="so",
223167  description="ZNAMENNY NEUME OSOKA",
223168  direction="l",
223169  linebreak="al",
223170  unicodeslot=0x1CFAF,
223171 },
223172 [0x1CFB0]={
223173  category="so",
223174  description="ZNAMENNY NEUME OSOKA SVETLAYA",
223175  direction="l",
223176  linebreak="al",
223177  unicodeslot=0x1CFB0,
223178 },
223179 [0x1CFB1]={
223180  category="so",
223181  description="ZNAMENNY NEUME OSOKA TRESVETLAYA",
223182  direction="l",
223183  linebreak="al",
223184  unicodeslot=0x1CFB1,
223185 },
223186 [0x1CFB2]={
223187  category="so",
223188  description="ZNAMENNY NEUME OSOKA KRYUKOVAYA SVETLAYA",
223189  direction="l",
223190  linebreak="al",
223191  unicodeslot=0x1CFB2,
223192 },
223193 [0x1CFB3]={
223194  category="so",
223195  description="ZNAMENNY NEUME OSOKA KLYUCHEVAYA SVETLAYA",
223196  direction="l",
223197  linebreak="al",
223198  unicodeslot=0x1CFB3,
223199 },
223200 [0x1CFB4]={
223201  category="so",
223202  description="ZNAMENNY NEUME OSOKA KLYUCHEVAYA NEPOSTOYANNAYA",
223203  direction="l",
223204  linebreak="al",
223205  unicodeslot=0x1CFB4,
223206 },
223207 [0x1CFB5]={
223208  category="so",
223209  description="ZNAMENNY NEUME STRELA KRYUKOVAYA",
223210  direction="l",
223211  linebreak="al",
223212  unicodeslot=0x1CFB5,
223213 },
223214 [0x1CFB6]={
223215  category="so",
223216  description="ZNAMENNY NEUME STRELA KRYUKOVAYA POVODNAYA",
223217  direction="l",
223218  linebreak="al",
223219  unicodeslot=0x1CFB6,
223220 },
223221 [0x1CFB7]={
223222  category="so",
223223  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMNAYA WITH SINGLE ZAPYATAYA",
223224  direction="l",
223225  linebreak="al",
223226  unicodeslot=0x1CFB7,
223227 },
223228 [0x1CFB8]={
223229  category="so",
223230  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOPOVODNAYA WITH SINGLE ZAPYATAYA",
223231  direction="l",
223232  linebreak="al",
223233  unicodeslot=0x1CFB8,
223234 },
223235 [0x1CFB9]={
223236  category="so",
223237  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMNAYA",
223238  direction="l",
223239  linebreak="al",
223240  unicodeslot=0x1CFB9,
223241 },
223242 [0x1CFBA]={
223243  category="so",
223244  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOPOVODNAYA",
223245  direction="l",
223246  linebreak="al",
223247  unicodeslot=0x1CFBA,
223248 },
223249 [0x1CFBB]={
223250  category="so",
223251  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOPOVODNAYA WITH DOUBLE ZAPYATAYA",
223252  direction="l",
223253  linebreak="al",
223254  unicodeslot=0x1CFBB,
223255 },
223256 [0x1CFBC]={
223257  category="so",
223258  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOKRYZHEVAYA",
223259  direction="l",
223260  linebreak="al",
223261  unicodeslot=0x1CFBC,
223262 },
223263 [0x1CFBD]={
223264  category="so",
223265  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOKRYZHEVAYA POVODNAYA",
223266  direction="l",
223267  linebreak="al",
223268  unicodeslot=0x1CFBD,
223269 },
223270 [0x1CFBE]={
223271  category="so",
223272  description="ZNAMENNY NEUME STRELA KRYUKOVAYA TRYASKA",
223273  direction="l",
223274  linebreak="al",
223275  unicodeslot=0x1CFBE,
223276 },
223277 [0x1CFBF]={
223278  category="so",
223279  description="ZNAMENNY NEUME KUFISMA",
223280  direction="l",
223281  linebreak="al",
223282  unicodeslot=0x1CFBF,
223283 },
223284 [0x1CFC0]={
223285  category="so",
223286  description="ZNAMENNY NEUME OBLAKO",
223287  direction="l",
223288  linebreak="al",
223289  unicodeslot=0x1CFC0,
223290 },
223291 [0x1CFC1]={
223292  category="so",
223293  description="ZNAMENNY NEUME DUDA",
223294  direction="l",
223295  linebreak="al",
223296  unicodeslot=0x1CFC1,
223297 },
223298 [0x1CFC2]={
223299  category="so",
223300  description="ZNAMENNY NEUME NEMKA",
223301  direction="l",
223302  linebreak="al",
223303  unicodeslot=0x1CFC2,
223304 },
223305 [0x1CFC3]={
223306  category="so",
223307  description="ZNAMENNY NEUME PAUK",
223308  direction="l",
223309  linebreak="al",
223310  unicodeslot=0x1CFC3,
223311 },
223312 [0x1D000]={
223313  category="so",
223314  description="BYZANTINE MUSICAL SYMBOL PSILI",
223315  direction="l",
223316  linebreak="al",
223317  unicodeslot=0x1D000,
223318 },
223319 [0x1D001]={
223320  category="so",
223321  description="BYZANTINE MUSICAL SYMBOL DASEIA",
223322  direction="l",
223323  linebreak="al",
223324  unicodeslot=0x1D001,
223325 },
223326 [0x1D002]={
223327  category="so",
223328  description="BYZANTINE MUSICAL SYMBOL PERISPOMENI",
223329  direction="l",
223330  linebreak="al",
223331  unicodeslot=0x1D002,
223332 },
223333 [0x1D003]={
223334  category="so",
223335  description="BYZANTINE MUSICAL SYMBOL OXEIA EKFONITIKON",
223336  direction="l",
223337  linebreak="al",
223338  unicodeslot=0x1D003,
223339 },
223340 [0x1D004]={
223341  category="so",
223342  description="BYZANTINE MUSICAL SYMBOL OXEIA DIPLI",
223343  direction="l",
223344  linebreak="al",
223345  unicodeslot=0x1D004,
223346 },
223347 [0x1D005]={
223348  category="so",
223349  description="BYZANTINE MUSICAL SYMBOL VAREIA EKFONITIKON",
223350  direction="l",
223351  linebreak="al",
223352  unicodeslot=0x1D005,
223353 },
223354 [0x1D006]={
223355  category="so",
223356  description="BYZANTINE MUSICAL SYMBOL VAREIA DIPLI",
223357  direction="l",
223358  linebreak="al",
223359  unicodeslot=0x1D006,
223360 },
223361 [0x1D007]={
223362  category="so",
223363  description="BYZANTINE MUSICAL SYMBOL KATHISTI",
223364  direction="l",
223365  linebreak="al",
223366  unicodeslot=0x1D007,
223367 },
223368 [0x1D008]={
223369  category="so",
223370  description="BYZANTINE MUSICAL SYMBOL SYRMATIKI",
223371  direction="l",
223372  linebreak="al",
223373  unicodeslot=0x1D008,
223374 },
223375 [0x1D009]={
223376  category="so",
223377  description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI",
223378  direction="l",
223379  linebreak="al",
223380  unicodeslot=0x1D009,
223381 },
223382 [0x1D00A]={
223383  category="so",
223384  description="BYZANTINE MUSICAL SYMBOL YPOKRISIS",
223385  direction="l",
223386  linebreak="al",
223387  unicodeslot=0x1D00A,
223388 },
223389 [0x1D00B]={
223390  category="so",
223391  description="BYZANTINE MUSICAL SYMBOL YPOKRISIS DIPLI",
223392  direction="l",
223393  linebreak="al",
223394  unicodeslot=0x1D00B,
223395 },
223396 [0x1D00C]={
223397  category="so",
223398  description="BYZANTINE MUSICAL SYMBOL KREMASTI",
223399  direction="l",
223400  linebreak="al",
223401  unicodeslot=0x1D00C,
223402 },
223403 [0x1D00D]={
223404  category="so",
223405  description="BYZANTINE MUSICAL SYMBOL APESO EKFONITIKON",
223406  direction="l",
223407  linebreak="al",
223408  unicodeslot=0x1D00D,
223409 },
223410 [0x1D00E]={
223411  category="so",
223412  description="BYZANTINE MUSICAL SYMBOL EXO EKFONITIKON",
223413  direction="l",
223414  linebreak="al",
223415  unicodeslot=0x1D00E,
223416 },
223417 [0x1D00F]={
223418  category="so",
223419  description="BYZANTINE MUSICAL SYMBOL TELEIA",
223420  direction="l",
223421  linebreak="al",
223422  unicodeslot=0x1D00F,
223423 },
223424 [0x1D010]={
223425  category="so",
223426  description="BYZANTINE MUSICAL SYMBOL KENTIMATA",
223427  direction="l",
223428  linebreak="al",
223429  unicodeslot=0x1D010,
223430 },
223431 [0x1D011]={
223432  category="so",
223433  description="BYZANTINE MUSICAL SYMBOL APOSTROFOS",
223434  direction="l",
223435  linebreak="al",
223436  unicodeslot=0x1D011,
223437 },
223438 [0x1D012]={
223439  category="so",
223440  description="BYZANTINE MUSICAL SYMBOL APOSTROFOS DIPLI",
223441  direction="l",
223442  linebreak="al",
223443  unicodeslot=0x1D012,
223444 },
223445 [0x1D013]={
223446  category="so",
223447  description="BYZANTINE MUSICAL SYMBOL SYNEVMA",
223448  direction="l",
223449  linebreak="al",
223450  unicodeslot=0x1D013,
223451 },
223452 [0x1D014]={
223453  category="so",
223454  description="BYZANTINE MUSICAL SYMBOL THITA",
223455  direction="l",
223456  linebreak="al",
223457  unicodeslot=0x1D014,
223458 },
223459 [0x1D015]={
223460  category="so",
223461  description="BYZANTINE MUSICAL SYMBOL OLIGON ARCHAION",
223462  direction="l",
223463  linebreak="al",
223464  unicodeslot=0x1D015,
223465 },
223466 [0x1D016]={
223467  category="so",
223468  description="BYZANTINE MUSICAL SYMBOL GORGON ARCHAION",
223469  direction="l",
223470  linebreak="al",
223471  unicodeslot=0x1D016,
223472 },
223473 [0x1D017]={
223474  category="so",
223475  description="BYZANTINE MUSICAL SYMBOL PSILON",
223476  direction="l",
223477  linebreak="al",
223478  unicodeslot=0x1D017,
223479 },
223480 [0x1D018]={
223481  category="so",
223482  description="BYZANTINE MUSICAL SYMBOL CHAMILON",
223483  direction="l",
223484  linebreak="al",
223485  unicodeslot=0x1D018,
223486 },
223487 [0x1D019]={
223488  category="so",
223489  description="BYZANTINE MUSICAL SYMBOL VATHY",
223490  direction="l",
223491  linebreak="al",
223492  unicodeslot=0x1D019,
223493 },
223494 [0x1D01A]={
223495  category="so",
223496  description="BYZANTINE MUSICAL SYMBOL ISON ARCHAION",
223497  direction="l",
223498  linebreak="al",
223499  unicodeslot=0x1D01A,
223500 },
223501 [0x1D01B]={
223502  category="so",
223503  description="BYZANTINE MUSICAL SYMBOL KENTIMA ARCHAION",
223504  direction="l",
223505  linebreak="al",
223506  unicodeslot=0x1D01B,
223507 },
223508 [0x1D01C]={
223509  category="so",
223510  description="BYZANTINE MUSICAL SYMBOL KENTIMATA ARCHAION",
223511  direction="l",
223512  linebreak="al",
223513  unicodeslot=0x1D01C,
223514 },
223515 [0x1D01D]={
223516  category="so",
223517  description="BYZANTINE MUSICAL SYMBOL SAXIMATA",
223518  direction="l",
223519  linebreak="al",
223520  unicodeslot=0x1D01D,
223521 },
223522 [0x1D01E]={
223523  category="so",
223524  description="BYZANTINE MUSICAL SYMBOL PARICHON",
223525  direction="l",
223526  linebreak="al",
223527  unicodeslot=0x1D01E,
223528 },
223529 [0x1D01F]={
223530  category="so",
223531  description="BYZANTINE MUSICAL SYMBOL STAVROS APODEXIA",
223532  direction="l",
223533  linebreak="al",
223534  unicodeslot=0x1D01F,
223535 },
223536 [0x1D020]={
223537  category="so",
223538  description="BYZANTINE MUSICAL SYMBOL OXEIAI ARCHAION",
223539  direction="l",
223540  linebreak="al",
223541  unicodeslot=0x1D020,
223542 },
223543 [0x1D021]={
223544  category="so",
223545  description="BYZANTINE MUSICAL SYMBOL VAREIAI ARCHAION",
223546  direction="l",
223547  linebreak="al",
223548  unicodeslot=0x1D021,
223549 },
223550 [0x1D022]={
223551  category="so",
223552  description="BYZANTINE MUSICAL SYMBOL APODERMA ARCHAION",
223553  direction="l",
223554  linebreak="al",
223555  unicodeslot=0x1D022,
223556 },
223557 [0x1D023]={
223558  category="so",
223559  description="BYZANTINE MUSICAL SYMBOL APOTHEMA",
223560  direction="l",
223561  linebreak="al",
223562  unicodeslot=0x1D023,
223563 },
223564 [0x1D024]={
223565  category="so",
223566  description="BYZANTINE MUSICAL SYMBOL KLASMA",
223567  direction="l",
223568  linebreak="al",
223569  unicodeslot=0x1D024,
223570 },
223571 [0x1D025]={
223572  category="so",
223573  description="BYZANTINE MUSICAL SYMBOL REVMA",
223574  direction="l",
223575  linebreak="al",
223576  unicodeslot=0x1D025,
223577 },
223578 [0x1D026]={
223579  category="so",
223580  description="BYZANTINE MUSICAL SYMBOL PIASMA ARCHAION",
223581  direction="l",
223582  linebreak="al",
223583  unicodeslot=0x1D026,
223584 },
223585 [0x1D027]={
223586  category="so",
223587  description="BYZANTINE MUSICAL SYMBOL TINAGMA",
223588  direction="l",
223589  linebreak="al",
223590  unicodeslot=0x1D027,
223591 },
223592 [0x1D028]={
223593  category="so",
223594  description="BYZANTINE MUSICAL SYMBOL ANATRICHISMA",
223595  direction="l",
223596  linebreak="al",
223597  unicodeslot=0x1D028,
223598 },
223599 [0x1D029]={
223600  category="so",
223601  description="BYZANTINE MUSICAL SYMBOL SEISMA",
223602  direction="l",
223603  linebreak="al",
223604  unicodeslot=0x1D029,
223605 },
223606 [0x1D02A]={
223607  category="so",
223608  description="BYZANTINE MUSICAL SYMBOL SYNAGMA ARCHAION",
223609  direction="l",
223610  linebreak="al",
223611  unicodeslot=0x1D02A,
223612 },
223613 [0x1D02B]={
223614  category="so",
223615  description="BYZANTINE MUSICAL SYMBOL SYNAGMA META STAVROU",
223616  direction="l",
223617  linebreak="al",
223618  unicodeslot=0x1D02B,
223619 },
223620 [0x1D02C]={
223621  category="so",
223622  description="BYZANTINE MUSICAL SYMBOL OYRANISMA ARCHAION",
223623  direction="l",
223624  linebreak="al",
223625  unicodeslot=0x1D02C,
223626 },
223627 [0x1D02D]={
223628  category="so",
223629  description="BYZANTINE MUSICAL SYMBOL THEMA",
223630  direction="l",
223631  linebreak="al",
223632  unicodeslot=0x1D02D,
223633 },
223634 [0x1D02E]={
223635  category="so",
223636  description="BYZANTINE MUSICAL SYMBOL LEMOI",
223637  direction="l",
223638  linebreak="al",
223639  unicodeslot=0x1D02E,
223640 },
223641 [0x1D02F]={
223642  category="so",
223643  description="BYZANTINE MUSICAL SYMBOL DYO",
223644  direction="l",
223645  linebreak="al",
223646  unicodeslot=0x1D02F,
223647 },
223648 [0x1D030]={
223649  category="so",
223650  description="BYZANTINE MUSICAL SYMBOL TRIA",
223651  direction="l",
223652  linebreak="al",
223653  unicodeslot=0x1D030,
223654 },
223655 [0x1D031]={
223656  category="so",
223657  description="BYZANTINE MUSICAL SYMBOL TESSERA",
223658  direction="l",
223659  linebreak="al",
223660  unicodeslot=0x1D031,
223661 },
223662 [0x1D032]={
223663  category="so",
223664  description="BYZANTINE MUSICAL SYMBOL KRATIMATA",
223665  direction="l",
223666  linebreak="al",
223667  unicodeslot=0x1D032,
223668 },
223669 [0x1D033]={
223670  category="so",
223671  description="BYZANTINE MUSICAL SYMBOL APESO EXO NEO",
223672  direction="l",
223673  linebreak="al",
223674  unicodeslot=0x1D033,
223675 },
223676 [0x1D034]={
223677  category="so",
223678  description="BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION",
223679  direction="l",
223680  linebreak="al",
223681  unicodeslot=0x1D034,
223682 },
223683 [0x1D035]={
223684  category="so",
223685  description="BYZANTINE MUSICAL SYMBOL IMIFTHORA",
223686  direction="l",
223687  linebreak="al",
223688  unicodeslot=0x1D035,
223689 },
223690 [0x1D036]={
223691  category="so",
223692  description="BYZANTINE MUSICAL SYMBOL TROMIKON ARCHAION",
223693  direction="l",
223694  linebreak="al",
223695  unicodeslot=0x1D036,
223696 },
223697 [0x1D037]={
223698  category="so",
223699  description="BYZANTINE MUSICAL SYMBOL KATAVA TROMIKON",
223700  direction="l",
223701  linebreak="al",
223702  unicodeslot=0x1D037,
223703 },
223704 [0x1D038]={
223705  category="so",
223706  description="BYZANTINE MUSICAL SYMBOL PELASTON",
223707  direction="l",
223708  linebreak="al",
223709  unicodeslot=0x1D038,
223710 },
223711 [0x1D039]={
223712  category="so",
223713  description="BYZANTINE MUSICAL SYMBOL PSIFISTON",
223714  direction="l",
223715  linebreak="al",
223716  unicodeslot=0x1D039,
223717 },
223718 [0x1D03A]={
223719  category="so",
223720  description="BYZANTINE MUSICAL SYMBOL KONTEVMA",
223721  direction="l",
223722  linebreak="al",
223723  unicodeslot=0x1D03A,
223724 },
223725 [0x1D03B]={
223726  category="so",
223727  description="BYZANTINE MUSICAL SYMBOL CHOREVMA ARCHAION",
223728  direction="l",
223729  linebreak="al",
223730  unicodeslot=0x1D03B,
223731 },
223732 [0x1D03C]={
223733  category="so",
223734  description="BYZANTINE MUSICAL SYMBOL RAPISMA",
223735  direction="l",
223736  linebreak="al",
223737  unicodeslot=0x1D03C,
223738 },
223739 [0x1D03D]={
223740  category="so",
223741  description="BYZANTINE MUSICAL SYMBOL PARAKALESMA ARCHAION",
223742  direction="l",
223743  linebreak="al",
223744  unicodeslot=0x1D03D,
223745 },
223746 [0x1D03E]={
223747  category="so",
223748  description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI ARCHAION",
223749  direction="l",
223750  linebreak="al",
223751  unicodeslot=0x1D03E,
223752 },
223753 [0x1D03F]={
223754  category="so",
223755  description="BYZANTINE MUSICAL SYMBOL ICHADIN",
223756  direction="l",
223757  linebreak="al",
223758  unicodeslot=0x1D03F,
223759 },
223760 [0x1D040]={
223761  category="so",
223762  description="BYZANTINE MUSICAL SYMBOL NANA",
223763  direction="l",
223764  linebreak="al",
223765  unicodeslot=0x1D040,
223766 },
223767 [0x1D041]={
223768  category="so",
223769  description="BYZANTINE MUSICAL SYMBOL PETASMA",
223770  direction="l",
223771  linebreak="al",
223772  unicodeslot=0x1D041,
223773 },
223774 [0x1D042]={
223775  category="so",
223776  description="BYZANTINE MUSICAL SYMBOL KONTEVMA ALLO",
223777  direction="l",
223778  linebreak="al",
223779  unicodeslot=0x1D042,
223780 },
223781 [0x1D043]={
223782  category="so",
223783  description="BYZANTINE MUSICAL SYMBOL TROMIKON ALLO",
223784  direction="l",
223785  linebreak="al",
223786  unicodeslot=0x1D043,
223787 },
223788 [0x1D044]={
223789  category="so",
223790  description="BYZANTINE MUSICAL SYMBOL STRAGGISMATA",
223791  direction="l",
223792  linebreak="al",
223793  unicodeslot=0x1D044,
223794 },
223795 [0x1D045]={
223796  category="so",
223797  description="BYZANTINE MUSICAL SYMBOL GRONTHISMATA",
223798  direction="l",
223799  linebreak="al",
223800  unicodeslot=0x1D045,
223801 },
223802 [0x1D046]={
223803  category="so",
223804  description="BYZANTINE MUSICAL SYMBOL ISON NEO",
223805  direction="l",
223806  linebreak="al",
223807  unicodeslot=0x1D046,
223808 },
223809 [0x1D047]={
223810  category="so",
223811  description="BYZANTINE MUSICAL SYMBOL OLIGON NEO",
223812  direction="l",
223813  linebreak="al",
223814  unicodeslot=0x1D047,
223815 },
223816 [0x1D048]={
223817  category="so",
223818  description="BYZANTINE MUSICAL SYMBOL OXEIA NEO",
223819  direction="l",
223820  linebreak="al",
223821  unicodeslot=0x1D048,
223822 },
223823 [0x1D049]={
223824  category="so",
223825  description="BYZANTINE MUSICAL SYMBOL PETASTI",
223826  direction="l",
223827  linebreak="al",
223828  unicodeslot=0x1D049,
223829 },
223830 [0x1D04A]={
223831  category="so",
223832  description="BYZANTINE MUSICAL SYMBOL KOUFISMA",
223833  direction="l",
223834  linebreak="al",
223835  unicodeslot=0x1D04A,
223836 },
223837 [0x1D04B]={
223838  category="so",
223839  description="BYZANTINE MUSICAL SYMBOL PETASTOKOUFISMA",
223840  direction="l",
223841  linebreak="al",
223842  unicodeslot=0x1D04B,
223843 },
223844 [0x1D04C]={
223845  category="so",
223846  description="BYZANTINE MUSICAL SYMBOL KRATIMOKOUFISMA",
223847  direction="l",
223848  linebreak="al",
223849  unicodeslot=0x1D04C,
223850 },
223851 [0x1D04D]={
223852  category="so",
223853  description="BYZANTINE MUSICAL SYMBOL PELASTON NEO",
223854  direction="l",
223855  linebreak="al",
223856  unicodeslot=0x1D04D,
223857 },
223858 [0x1D04E]={
223859  category="so",
223860  description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO ANO",
223861  direction="l",
223862  linebreak="al",
223863  unicodeslot=0x1D04E,
223864 },
223865 [0x1D04F]={
223866  category="so",
223867  description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO ANO",
223868  direction="l",
223869  linebreak="al",
223870  unicodeslot=0x1D04F,
223871 },
223872 [0x1D050]={
223873  category="so",
223874  description="BYZANTINE MUSICAL SYMBOL YPSILI",
223875  direction="l",
223876  linebreak="al",
223877  unicodeslot=0x1D050,
223878 },
223879 [0x1D051]={
223880  category="so",
223881  description="BYZANTINE MUSICAL SYMBOL APOSTROFOS NEO",
223882  direction="l",
223883  linebreak="al",
223884  unicodeslot=0x1D051,
223885 },
223886 [0x1D052]={
223887  category="so",
223888  description="BYZANTINE MUSICAL SYMBOL APOSTROFOI SYNDESMOS NEO",
223889  direction="l",
223890  linebreak="al",
223891  unicodeslot=0x1D052,
223892 },
223893 [0x1D053]={
223894  category="so",
223895  description="BYZANTINE MUSICAL SYMBOL YPORROI",
223896  direction="l",
223897  linebreak="al",
223898  unicodeslot=0x1D053,
223899 },
223900 [0x1D054]={
223901  category="so",
223902  description="BYZANTINE MUSICAL SYMBOL KRATIMOYPORROON",
223903  direction="l",
223904  linebreak="al",
223905  unicodeslot=0x1D054,
223906 },
223907 [0x1D055]={
223908  category="so",
223909  description="BYZANTINE MUSICAL SYMBOL ELAFRON",
223910  direction="l",
223911  linebreak="al",
223912  unicodeslot=0x1D055,
223913 },
223914 [0x1D056]={
223915  category="so",
223916  description="BYZANTINE MUSICAL SYMBOL CHAMILI",
223917  direction="l",
223918  linebreak="al",
223919  unicodeslot=0x1D056,
223920 },
223921 [0x1D057]={
223922  category="so",
223923  description="BYZANTINE MUSICAL SYMBOL MIKRON ISON",
223924  direction="l",
223925  linebreak="al",
223926  unicodeslot=0x1D057,
223927 },
223928 [0x1D058]={
223929  category="so",
223930  description="BYZANTINE MUSICAL SYMBOL VAREIA NEO",
223931  direction="l",
223932  linebreak="al",
223933  unicodeslot=0x1D058,
223934 },
223935 [0x1D059]={
223936  category="so",
223937  description="BYZANTINE MUSICAL SYMBOL PIASMA NEO",
223938  direction="l",
223939  linebreak="al",
223940  unicodeslot=0x1D059,
223941 },
223942 [0x1D05A]={
223943  category="so",
223944  description="BYZANTINE MUSICAL SYMBOL PSIFISTON NEO",
223945  direction="l",
223946  linebreak="al",
223947  unicodeslot=0x1D05A,
223948 },
223949 [0x1D05B]={
223950  category="so",
223951  description="BYZANTINE MUSICAL SYMBOL OMALON",
223952  direction="l",
223953  linebreak="al",
223954  unicodeslot=0x1D05B,
223955 },
223956 [0x1D05C]={
223957  category="so",
223958  description="BYZANTINE MUSICAL SYMBOL ANTIKENOMA",
223959  direction="l",
223960  linebreak="al",
223961  unicodeslot=0x1D05C,
223962 },
223963 [0x1D05D]={
223964  category="so",
223965  description="BYZANTINE MUSICAL SYMBOL LYGISMA",
223966  direction="l",
223967  linebreak="al",
223968  unicodeslot=0x1D05D,
223969 },
223970 [0x1D05E]={
223971  category="so",
223972  description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI NEO",
223973  direction="l",
223974  linebreak="al",
223975  unicodeslot=0x1D05E,
223976 },
223977 [0x1D05F]={
223978  category="so",
223979  description="BYZANTINE MUSICAL SYMBOL PARAKALESMA NEO",
223980  direction="l",
223981  linebreak="al",
223982  unicodeslot=0x1D05F,
223983 },
223984 [0x1D060]={
223985  category="so",
223986  description="BYZANTINE MUSICAL SYMBOL ETERON PARAKALESMA",
223987  direction="l",
223988  linebreak="al",
223989  unicodeslot=0x1D060,
223990 },
223991 [0x1D061]={
223992  category="so",
223993  description="BYZANTINE MUSICAL SYMBOL KYLISMA",
223994  direction="l",
223995  linebreak="al",
223996  unicodeslot=0x1D061,
223997 },
223998 [0x1D062]={
223999  category="so",
224000  description="BYZANTINE MUSICAL SYMBOL ANTIKENOKYLISMA",
224001  direction="l",
224002  linebreak="al",
224003  unicodeslot=0x1D062,
224004 },
224005 [0x1D063]={
224006  category="so",
224007  description="BYZANTINE MUSICAL SYMBOL TROMIKON NEO",
224008  direction="l",
224009  linebreak="al",
224010  unicodeslot=0x1D063,
224011 },
224012 [0x1D064]={
224013  category="so",
224014  description="BYZANTINE MUSICAL SYMBOL EKSTREPTON",
224015  direction="l",
224016  linebreak="al",
224017  unicodeslot=0x1D064,
224018 },
224019 [0x1D065]={
224020  category="so",
224021  description="BYZANTINE MUSICAL SYMBOL SYNAGMA NEO",
224022  direction="l",
224023  linebreak="al",
224024  unicodeslot=0x1D065,
224025 },
224026 [0x1D066]={
224027  category="so",
224028  description="BYZANTINE MUSICAL SYMBOL SYRMA",
224029  direction="l",
224030  linebreak="al",
224031  unicodeslot=0x1D066,
224032 },
224033 [0x1D067]={
224034  category="so",
224035  description="BYZANTINE MUSICAL SYMBOL CHOREVMA NEO",
224036  direction="l",
224037  linebreak="al",
224038  unicodeslot=0x1D067,
224039 },
224040 [0x1D068]={
224041  category="so",
224042  description="BYZANTINE MUSICAL SYMBOL EPEGERMA",
224043  direction="l",
224044  linebreak="al",
224045  unicodeslot=0x1D068,
224046 },
224047 [0x1D069]={
224048  category="so",
224049  description="BYZANTINE MUSICAL SYMBOL SEISMA NEO",
224050  direction="l",
224051  linebreak="al",
224052  unicodeslot=0x1D069,
224053 },
224054 [0x1D06A]={
224055  category="so",
224056  description="BYZANTINE MUSICAL SYMBOL XIRON KLASMA",
224057  direction="l",
224058  linebreak="al",
224059  unicodeslot=0x1D06A,
224060 },
224061 [0x1D06B]={
224062  category="so",
224063  description="BYZANTINE MUSICAL SYMBOL TROMIKOPSIFISTON",
224064  direction="l",
224065  linebreak="al",
224066  unicodeslot=0x1D06B,
224067 },
224068 [0x1D06C]={
224069  category="so",
224070  description="BYZANTINE MUSICAL SYMBOL PSIFISTOLYGISMA",
224071  direction="l",
224072  linebreak="al",
224073  unicodeslot=0x1D06C,
224074 },
224075 [0x1D06D]={
224076  category="so",
224077  description="BYZANTINE MUSICAL SYMBOL TROMIKOLYGISMA",
224078  direction="l",
224079  linebreak="al",
224080  unicodeslot=0x1D06D,
224081 },
224082 [0x1D06E]={
224083  category="so",
224084  description="BYZANTINE MUSICAL SYMBOL TROMIKOPARAKALESMA",
224085  direction="l",
224086  linebreak="al",
224087  unicodeslot=0x1D06E,
224088 },
224089 [0x1D06F]={
224090  category="so",
224091  description="BYZANTINE MUSICAL SYMBOL PSIFISTOPARAKALESMA",
224092  direction="l",
224093  linebreak="al",
224094  unicodeslot=0x1D06F,
224095 },
224096 [0x1D070]={
224097  category="so",
224098  description="BYZANTINE MUSICAL SYMBOL TROMIKOSYNAGMA",
224099  direction="l",
224100  linebreak="al",
224101  unicodeslot=0x1D070,
224102 },
224103 [0x1D071]={
224104  category="so",
224105  description="BYZANTINE MUSICAL SYMBOL PSIFISTOSYNAGMA",
224106  direction="l",
224107  linebreak="al",
224108  unicodeslot=0x1D071,
224109 },
224110 [0x1D072]={
224111  category="so",
224112  description="BYZANTINE MUSICAL SYMBOL GORGOSYNTHETON",
224113  direction="l",
224114  linebreak="al",
224115  unicodeslot=0x1D072,
224116 },
224117 [0x1D073]={
224118  category="so",
224119  description="BYZANTINE MUSICAL SYMBOL ARGOSYNTHETON",
224120  direction="l",
224121  linebreak="al",
224122  unicodeslot=0x1D073,
224123 },
224124 [0x1D074]={
224125  category="so",
224126  description="BYZANTINE MUSICAL SYMBOL ETERON ARGOSYNTHETON",
224127  direction="l",
224128  linebreak="al",
224129  unicodeslot=0x1D074,
224130 },
224131 [0x1D075]={
224132  category="so",
224133  description="BYZANTINE MUSICAL SYMBOL OYRANISMA NEO",
224134  direction="l",
224135  linebreak="al",
224136  unicodeslot=0x1D075,
224137 },
224138 [0x1D076]={
224139  category="so",
224140  description="BYZANTINE MUSICAL SYMBOL THEMATISMOS ESO",
224141  direction="l",
224142  linebreak="al",
224143  unicodeslot=0x1D076,
224144 },
224145 [0x1D077]={
224146  category="so",
224147  description="BYZANTINE MUSICAL SYMBOL THEMATISMOS EXO",
224148  direction="l",
224149  linebreak="al",
224150  unicodeslot=0x1D077,
224151 },
224152 [0x1D078]={
224153  category="so",
224154  description="BYZANTINE MUSICAL SYMBOL THEMA APLOUN",
224155  direction="l",
224156  linebreak="al",
224157  unicodeslot=0x1D078,
224158 },
224159 [0x1D079]={
224160  category="so",
224161  description="BYZANTINE MUSICAL SYMBOL THES KAI APOTHES",
224162  direction="l",
224163  linebreak="al",
224164  unicodeslot=0x1D079,
224165 },
224166 [0x1D07A]={
224167  category="so",
224168  description="BYZANTINE MUSICAL SYMBOL KATAVASMA",
224169  direction="l",
224170  linebreak="al",
224171  unicodeslot=0x1D07A,
224172 },
224173 [0x1D07B]={
224174  category="so",
224175  description="BYZANTINE MUSICAL SYMBOL ENDOFONON",
224176  direction="l",
224177  linebreak="al",
224178  unicodeslot=0x1D07B,
224179 },
224180 [0x1D07C]={
224181  category="so",
224182  description="BYZANTINE MUSICAL SYMBOL YFEN KATO",
224183  direction="l",
224184  linebreak="al",
224185  unicodeslot=0x1D07C,
224186 },
224187 [0x1D07D]={
224188  category="so",
224189  description="BYZANTINE MUSICAL SYMBOL YFEN ANO",
224190  direction="l",
224191  linebreak="al",
224192  unicodeslot=0x1D07D,
224193 },
224194 [0x1D07E]={
224195  category="so",
224196  description="BYZANTINE MUSICAL SYMBOL STAVROS",
224197  direction="l",
224198  linebreak="al",
224199  unicodeslot=0x1D07E,
224200 },
224201 [0x1D07F]={
224202  category="so",
224203  description="BYZANTINE MUSICAL SYMBOL KLASMA ANO",
224204  direction="l",
224205  linebreak="al",
224206  unicodeslot=0x1D07F,
224207 },
224208 [0x1D080]={
224209  category="so",
224210  description="BYZANTINE MUSICAL SYMBOL DIPLI ARCHAION",
224211  direction="l",
224212  linebreak="al",
224213  unicodeslot=0x1D080,
224214 },
224215 [0x1D081]={
224216  category="so",
224217  description="BYZANTINE MUSICAL SYMBOL KRATIMA ARCHAION",
224218  direction="l",
224219  linebreak="al",
224220  unicodeslot=0x1D081,
224221 },
224222 [0x1D082]={
224223  category="so",
224224  description="BYZANTINE MUSICAL SYMBOL KRATIMA ALLO",
224225  direction="l",
224226  linebreak="al",
224227  unicodeslot=0x1D082,
224228 },
224229 [0x1D083]={
224230  category="so",
224231  description="BYZANTINE MUSICAL SYMBOL KRATIMA NEO",
224232  direction="l",
224233  linebreak="al",
224234  unicodeslot=0x1D083,
224235 },
224236 [0x1D084]={
224237  category="so",
224238  description="BYZANTINE MUSICAL SYMBOL APODERMA NEO",
224239  direction="l",
224240  linebreak="al",
224241  unicodeslot=0x1D084,
224242 },
224243 [0x1D085]={
224244  category="so",
224245  description="BYZANTINE MUSICAL SYMBOL APLI",
224246  direction="l",
224247  linebreak="al",
224248  unicodeslot=0x1D085,
224249 },
224250 [0x1D086]={
224251  category="so",
224252  description="BYZANTINE MUSICAL SYMBOL DIPLI",
224253  direction="l",
224254  linebreak="al",
224255  unicodeslot=0x1D086,
224256 },
224257 [0x1D087]={
224258  category="so",
224259  description="BYZANTINE MUSICAL SYMBOL TRIPLI",
224260  direction="l",
224261  linebreak="al",
224262  unicodeslot=0x1D087,
224263 },
224264 [0x1D088]={
224265  category="so",
224266  description="BYZANTINE MUSICAL SYMBOL TETRAPLI",
224267  direction="l",
224268  linebreak="al",
224269  unicodeslot=0x1D088,
224270 },
224271 [0x1D089]={
224272  category="so",
224273  description="BYZANTINE MUSICAL SYMBOL KORONIS",
224274  direction="l",
224275  linebreak="al",
224276  unicodeslot=0x1D089,
224277 },
224278 [0x1D08A]={
224279  category="so",
224280  description="BYZANTINE MUSICAL SYMBOL LEIMMA ENOS CHRONOU",
224281  direction="l",
224282  linebreak="al",
224283  unicodeslot=0x1D08A,
224284 },
224285 [0x1D08B]={
224286  category="so",
224287  description="BYZANTINE MUSICAL SYMBOL LEIMMA DYO CHRONON",
224288  direction="l",
224289  linebreak="al",
224290  unicodeslot=0x1D08B,
224291 },
224292 [0x1D08C]={
224293  category="so",
224294  description="BYZANTINE MUSICAL SYMBOL LEIMMA TRION CHRONON",
224295  direction="l",
224296  linebreak="al",
224297  unicodeslot=0x1D08C,
224298 },
224299 [0x1D08D]={
224300  category="so",
224301  description="BYZANTINE MUSICAL SYMBOL LEIMMA TESSARON CHRONON",
224302  direction="l",
224303  linebreak="al",
224304  unicodeslot=0x1D08D,
224305 },
224306 [0x1D08E]={
224307  category="so",
224308  description="BYZANTINE MUSICAL SYMBOL LEIMMA IMISEOS CHRONOU",
224309  direction="l",
224310  linebreak="al",
224311  unicodeslot=0x1D08E,
224312 },
224313 [0x1D08F]={
224314  category="so",
224315  description="BYZANTINE MUSICAL SYMBOL GORGON NEO ANO",
224316  direction="l",
224317  linebreak="al",
224318  unicodeslot=0x1D08F,
224319 },
224320 [0x1D090]={
224321  category="so",
224322  description="BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON ARISTERA",
224323  direction="l",
224324  linebreak="al",
224325  unicodeslot=0x1D090,
224326 },
224327 [0x1D091]={
224328  category="so",
224329  description="BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON DEXIA",
224330  direction="l",
224331  linebreak="al",
224332  unicodeslot=0x1D091,
224333 },
224334 [0x1D092]={
224335  category="so",
224336  description="BYZANTINE MUSICAL SYMBOL DIGORGON",
224337  direction="l",
224338  linebreak="al",
224339  unicodeslot=0x1D092,
224340 },
224341 [0x1D093]={
224342  category="so",
224343  description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA KATO",
224344  direction="l",
224345  linebreak="al",
224346  unicodeslot=0x1D093,
224347 },
224348 [0x1D094]={
224349  category="so",
224350  description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA ANO",
224351  direction="l",
224352  linebreak="al",
224353  unicodeslot=0x1D094,
224354 },
224355 [0x1D095]={
224356  category="so",
224357  description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON DEXIA",
224358  direction="l",
224359  linebreak="al",
224360  unicodeslot=0x1D095,
224361 },
224362 [0x1D096]={
224363  category="so",
224364  description="BYZANTINE MUSICAL SYMBOL TRIGORGON",
224365  direction="l",
224366  linebreak="al",
224367  unicodeslot=0x1D096,
224368 },
224369 [0x1D097]={
224370  category="so",
224371  description="BYZANTINE MUSICAL SYMBOL ARGON",
224372  direction="l",
224373  linebreak="al",
224374  unicodeslot=0x1D097,
224375 },
224376 [0x1D098]={
224377  category="so",
224378  description="BYZANTINE MUSICAL SYMBOL IMIDIARGON",
224379  direction="l",
224380  linebreak="al",
224381  unicodeslot=0x1D098,
224382 },
224383 [0x1D099]={
224384  category="so",
224385  description="BYZANTINE MUSICAL SYMBOL DIARGON",
224386  direction="l",
224387  linebreak="al",
224388  unicodeslot=0x1D099,
224389 },
224390 [0x1D09A]={
224391  category="so",
224392  description="BYZANTINE MUSICAL SYMBOL AGOGI POLI ARGI",
224393  direction="l",
224394  linebreak="al",
224395  unicodeslot=0x1D09A,
224396 },
224397 [0x1D09B]={
224398  category="so",
224399  description="BYZANTINE MUSICAL SYMBOL AGOGI ARGOTERI",
224400  direction="l",
224401  linebreak="al",
224402  unicodeslot=0x1D09B,
224403 },
224404 [0x1D09C]={
224405  category="so",
224406  description="BYZANTINE MUSICAL SYMBOL AGOGI ARGI",
224407  direction="l",
224408  linebreak="al",
224409  unicodeslot=0x1D09C,
224410 },
224411 [0x1D09D]={
224412  category="so",
224413  description="BYZANTINE MUSICAL SYMBOL AGOGI METRIA",
224414  direction="l",
224415  linebreak="al",
224416  unicodeslot=0x1D09D,
224417 },
224418 [0x1D09E]={
224419  category="so",
224420  description="BYZANTINE MUSICAL SYMBOL AGOGI MESI",
224421  direction="l",
224422  linebreak="al",
224423  unicodeslot=0x1D09E,
224424 },
224425 [0x1D09F]={
224426  category="so",
224427  description="BYZANTINE MUSICAL SYMBOL AGOGI GORGI",
224428  direction="l",
224429  linebreak="al",
224430  unicodeslot=0x1D09F,
224431 },
224432 [0x1D0A0]={
224433  category="so",
224434  description="BYZANTINE MUSICAL SYMBOL AGOGI GORGOTERI",
224435  direction="l",
224436  linebreak="al",
224437  unicodeslot=0x1D0A0,
224438 },
224439 [0x1D0A1]={
224440  category="so",
224441  description="BYZANTINE MUSICAL SYMBOL AGOGI POLI GORGI",
224442  direction="l",
224443  linebreak="al",
224444  unicodeslot=0x1D0A1,
224445 },
224446 [0x1D0A2]={
224447  category="so",
224448  description="BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOS ICHOS",
224449  direction="l",
224450  linebreak="al",
224451  unicodeslot=0x1D0A2,
224452 },
224453 [0x1D0A3]={
224454  category="so",
224455  description="BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI PROTOS ICHOS",
224456  direction="l",
224457  linebreak="al",
224458  unicodeslot=0x1D0A3,
224459 },
224460 [0x1D0A4]={
224461  category="so",
224462  description="BYZANTINE MUSICAL SYMBOL MARTYRIA DEYTEROS ICHOS",
224463  direction="l",
224464  linebreak="al",
224465  unicodeslot=0x1D0A4,
224466 },
224467 [0x1D0A5]={
224468  category="so",
224469  description="BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI DEYTEROS ICHOS",
224470  direction="l",
224471  linebreak="al",
224472  unicodeslot=0x1D0A5,
224473 },
224474 [0x1D0A6]={
224475  category="so",
224476  description="BYZANTINE MUSICAL SYMBOL MARTYRIA TRITOS ICHOS",
224477  direction="l",
224478  linebreak="al",
224479  unicodeslot=0x1D0A6,
224480 },
224481 [0x1D0A7]={
224482  category="so",
224483  description="BYZANTINE MUSICAL SYMBOL MARTYRIA TRIFONIAS",
224484  direction="l",
224485  linebreak="al",
224486  unicodeslot=0x1D0A7,
224487 },
224488 [0x1D0A8]={
224489  category="so",
224490  description="BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS ICHOS",
224491  direction="l",
224492  linebreak="al",
224493  unicodeslot=0x1D0A8,
224494 },
224495 [0x1D0A9]={
224496  category="so",
224497  description="BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS LEGETOS ICHOS",
224498  direction="l",
224499  linebreak="al",
224500  unicodeslot=0x1D0A9,
224501 },
224502 [0x1D0AA]={
224503  category="so",
224504  description="BYZANTINE MUSICAL SYMBOL MARTYRIA LEGETOS ICHOS",
224505  direction="l",
224506  linebreak="al",
224507  unicodeslot=0x1D0AA,
224508 },
224509 [0x1D0AB]={
224510  category="so",
224511  description="BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS ICHOS",
224512  direction="l",
224513  linebreak="al",
224514  unicodeslot=0x1D0AB,
224515 },
224516 [0x1D0AC]={
224517  category="so",
224518  description="BYZANTINE MUSICAL SYMBOL ISAKIA TELOUS ICHIMATOS",
224519  direction="l",
224520  linebreak="al",
224521  unicodeslot=0x1D0AC,
224522 },
224523 [0x1D0AD]={
224524  category="so",
224525  description="BYZANTINE MUSICAL SYMBOL APOSTROFOI TELOUS ICHIMATOS",
224526  direction="l",
224527  linebreak="al",
224528  unicodeslot=0x1D0AD,
224529 },
224530 [0x1D0AE]={
224531  category="so",
224532  description="BYZANTINE MUSICAL SYMBOL FANEROSIS TETRAFONIAS",
224533  direction="l",
224534  linebreak="al",
224535  unicodeslot=0x1D0AE,
224536 },
224537 [0x1D0AF]={
224538  category="so",
224539  description="BYZANTINE MUSICAL SYMBOL FANEROSIS MONOFONIAS",
224540  direction="l",
224541  linebreak="al",
224542  unicodeslot=0x1D0AF,
224543 },
224544 [0x1D0B0]={
224545  category="so",
224546  description="BYZANTINE MUSICAL SYMBOL FANEROSIS DIFONIAS",
224547  direction="l",
224548  linebreak="al",
224549  unicodeslot=0x1D0B0,
224550 },
224551 [0x1D0B1]={
224552  category="so",
224553  description="BYZANTINE MUSICAL SYMBOL MARTYRIA VARYS ICHOS",
224554  direction="l",
224555  linebreak="al",
224556  unicodeslot=0x1D0B1,
224557 },
224558 [0x1D0B2]={
224559  category="so",
224560  description="BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOVARYS ICHOS",
224561  direction="l",
224562  linebreak="al",
224563  unicodeslot=0x1D0B2,
224564 },
224565 [0x1D0B3]={
224566  category="so",
224567  description="BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS TETARTOS ICHOS",
224568  direction="l",
224569  linebreak="al",
224570  unicodeslot=0x1D0B3,
224571 },
224572 [0x1D0B4]={
224573  category="so",
224574  description="BYZANTINE MUSICAL SYMBOL GORTHMIKON N APLOUN",
224575  direction="l",
224576  linebreak="al",
224577  unicodeslot=0x1D0B4,
224578 },
224579 [0x1D0B5]={
224580  category="so",
224581  description="BYZANTINE MUSICAL SYMBOL GORTHMIKON N DIPLOUN",
224582  direction="l",
224583  linebreak="al",
224584  unicodeslot=0x1D0B5,
224585 },
224586 [0x1D0B6]={
224587  category="so",
224588  description="BYZANTINE MUSICAL SYMBOL ENARXIS KAI FTHORA VOU",
224589  direction="l",
224590  linebreak="al",
224591  unicodeslot=0x1D0B6,
224592 },
224593 [0x1D0B7]={
224594  category="so",
224595  description="BYZANTINE MUSICAL SYMBOL IMIFONON",
224596  direction="l",
224597  linebreak="al",
224598  unicodeslot=0x1D0B7,
224599 },
224600 [0x1D0B8]={
224601  category="so",
224602  description="BYZANTINE MUSICAL SYMBOL IMIFTHORON",
224603  direction="l",
224604  linebreak="al",
224605  unicodeslot=0x1D0B8,
224606 },
224607 [0x1D0B9]={
224608  category="so",
224609  description="BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION DEYTEROU ICHOU",
224610  direction="l",
224611  linebreak="al",
224612  unicodeslot=0x1D0B9,
224613 },
224614 [0x1D0BA]={
224615  category="so",
224616  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI PA",
224617  direction="l",
224618  linebreak="al",
224619  unicodeslot=0x1D0BA,
224620 },
224621 [0x1D0BB]={
224622  category="so",
224623  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NANA",
224624  direction="l",
224625  linebreak="al",
224626  unicodeslot=0x1D0BB,
224627 },
224628 [0x1D0BC]={
224629  category="so",
224630  description="BYZANTINE MUSICAL SYMBOL FTHORA NAOS ICHOS",
224631  direction="l",
224632  linebreak="al",
224633  unicodeslot=0x1D0BC,
224634 },
224635 [0x1D0BD]={
224636  category="so",
224637  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI DI",
224638  direction="l",
224639  linebreak="al",
224640  unicodeslot=0x1D0BD,
224641 },
224642 [0x1D0BE]={
224643  category="so",
224644  description="BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON DIATONON DI",
224645  direction="l",
224646  linebreak="al",
224647  unicodeslot=0x1D0BE,
224648 },
224649 [0x1D0BF]={
224650  category="so",
224651  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI KE",
224652  direction="l",
224653  linebreak="al",
224654  unicodeslot=0x1D0BF,
224655 },
224656 [0x1D0C0]={
224657  category="so",
224658  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI ZO",
224659  direction="l",
224660  linebreak="al",
224661  unicodeslot=0x1D0C0,
224662 },
224663 [0x1D0C1]={
224664  category="so",
224665  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI KATO",
224666  direction="l",
224667  linebreak="al",
224668  unicodeslot=0x1D0C1,
224669 },
224670 [0x1D0C2]={
224671  category="so",
224672  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI ANO",
224673  direction="l",
224674  linebreak="al",
224675  unicodeslot=0x1D0C2,
224676 },
224677 [0x1D0C3]={
224678  category="so",
224679  description="BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA DIFONIAS",
224680  direction="l",
224681  linebreak="al",
224682  unicodeslot=0x1D0C3,
224683 },
224684 [0x1D0C4]={
224685  category="so",
224686  description="BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA MONOFONIAS",
224687  direction="l",
224688  linebreak="al",
224689  unicodeslot=0x1D0C4,
224690 },
224691 [0x1D0C5]={
224692  category="so",
224693  description="BYZANTINE MUSICAL SYMBOL FHTORA SKLIRON CHROMA VASIS",
224694  direction="l",
224695  linebreak="al",
224696  unicodeslot=0x1D0C5,
224697 },
224698 [0x1D0C6]={
224699  category="so",
224700  description="BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA SYNAFI",
224701  direction="l",
224702  linebreak="al",
224703  unicodeslot=0x1D0C6,
224704 },
224705 [0x1D0C7]={
224706  category="so",
224707  description="BYZANTINE MUSICAL SYMBOL FTHORA NENANO",
224708  direction="l",
224709  linebreak="al",
224710  unicodeslot=0x1D0C7,
224711 },
224712 [0x1D0C8]={
224713  category="so",
224714  description="BYZANTINE MUSICAL SYMBOL CHROA ZYGOS",
224715  direction="l",
224716  linebreak="al",
224717  unicodeslot=0x1D0C8,
224718 },
224719 [0x1D0C9]={
224720  category="so",
224721  description="BYZANTINE MUSICAL SYMBOL CHROA KLITON",
224722  direction="l",
224723  linebreak="al",
224724  unicodeslot=0x1D0C9,
224725 },
224726 [0x1D0CA]={
224727  category="so",
224728  description="BYZANTINE MUSICAL SYMBOL CHROA SPATHI",
224729  direction="l",
224730  linebreak="al",
224731  unicodeslot=0x1D0CA,
224732 },
224733 [0x1D0CB]={
224734  category="so",
224735  description="BYZANTINE MUSICAL SYMBOL FTHORA I YFESIS TETARTIMORION",
224736  direction="l",
224737  linebreak="al",
224738  unicodeslot=0x1D0CB,
224739 },
224740 [0x1D0CC]={
224741  category="so",
224742  description="BYZANTINE MUSICAL SYMBOL FTHORA ENARMONIOS ANTIFONIA",
224743  direction="l",
224744  linebreak="al",
224745  unicodeslot=0x1D0CC,
224746 },
224747 [0x1D0CD]={
224748  category="so",
224749  description="BYZANTINE MUSICAL SYMBOL YFESIS TRITIMORION",
224750  direction="l",
224751  linebreak="al",
224752  unicodeslot=0x1D0CD,
224753 },
224754 [0x1D0CE]={
224755  category="so",
224756  description="BYZANTINE MUSICAL SYMBOL DIESIS TRITIMORION",
224757  direction="l",
224758  linebreak="al",
224759  unicodeslot=0x1D0CE,
224760 },
224761 [0x1D0CF]={
224762  category="so",
224763  description="BYZANTINE MUSICAL SYMBOL DIESIS TETARTIMORION",
224764  direction="l",
224765  linebreak="al",
224766  unicodeslot=0x1D0CF,
224767 },
224768 [0x1D0D0]={
224769  category="so",
224770  description="BYZANTINE MUSICAL SYMBOL DIESIS APLI DYO DODEKATA",
224771  direction="l",
224772  linebreak="al",
224773  unicodeslot=0x1D0D0,
224774 },
224775 [0x1D0D1]={
224776  category="so",
224777  description="BYZANTINE MUSICAL SYMBOL DIESIS MONOGRAMMOS TESSERA DODEKATA",
224778  direction="l",
224779  linebreak="al",
224780  unicodeslot=0x1D0D1,
224781 },
224782 [0x1D0D2]={
224783  category="so",
224784  description="BYZANTINE MUSICAL SYMBOL DIESIS DIGRAMMOS EX DODEKATA",
224785  direction="l",
224786  linebreak="al",
224787  unicodeslot=0x1D0D2,
224788 },
224789 [0x1D0D3]={
224790  category="so",
224791  description="BYZANTINE MUSICAL SYMBOL DIESIS TRIGRAMMOS OKTO DODEKATA",
224792  direction="l",
224793  linebreak="al",
224794  unicodeslot=0x1D0D3,
224795 },
224796 [0x1D0D4]={
224797  category="so",
224798  description="BYZANTINE MUSICAL SYMBOL YFESIS APLI DYO DODEKATA",
224799  direction="l",
224800  linebreak="al",
224801  unicodeslot=0x1D0D4,
224802 },
224803 [0x1D0D5]={
224804  category="so",
224805  description="BYZANTINE MUSICAL SYMBOL YFESIS MONOGRAMMOS TESSERA DODEKATA",
224806  direction="l",
224807  linebreak="al",
224808  unicodeslot=0x1D0D5,
224809 },
224810 [0x1D0D6]={
224811  category="so",
224812  description="BYZANTINE MUSICAL SYMBOL YFESIS DIGRAMMOS EX DODEKATA",
224813  direction="l",
224814  linebreak="al",
224815  unicodeslot=0x1D0D6,
224816 },
224817 [0x1D0D7]={
224818  category="so",
224819  description="BYZANTINE MUSICAL SYMBOL YFESIS TRIGRAMMOS OKTO DODEKATA",
224820  direction="l",
224821  linebreak="al",
224822  unicodeslot=0x1D0D7,
224823 },
224824 [0x1D0D8]={
224825  category="so",
224826  description="BYZANTINE MUSICAL SYMBOL GENIKI DIESIS",
224827  direction="l",
224828  linebreak="al",
224829  unicodeslot=0x1D0D8,
224830 },
224831 [0x1D0D9]={
224832  category="so",
224833  description="BYZANTINE MUSICAL SYMBOL GENIKI YFESIS",
224834  direction="l",
224835  linebreak="al",
224836  unicodeslot=0x1D0D9,
224837 },
224838 [0x1D0DA]={
224839  category="so",
224840  description="BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MIKRI",
224841  direction="l",
224842  linebreak="al",
224843  unicodeslot=0x1D0DA,
224844 },
224845 [0x1D0DB]={
224846  category="so",
224847  description="BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MEGALI",
224848  direction="l",
224849  linebreak="al",
224850  unicodeslot=0x1D0DB,
224851 },
224852 [0x1D0DC]={
224853  category="so",
224854  description="BYZANTINE MUSICAL SYMBOL DIASTOLI DIPLI",
224855  direction="l",
224856  linebreak="al",
224857  unicodeslot=0x1D0DC,
224858 },
224859 [0x1D0DD]={
224860  category="so",
224861  description="BYZANTINE MUSICAL SYMBOL DIASTOLI THESEOS",
224862  direction="l",
224863  linebreak="al",
224864  unicodeslot=0x1D0DD,
224865 },
224866 [0x1D0DE]={
224867  category="so",
224868  description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS",
224869  direction="l",
224870  linebreak="al",
224871  unicodeslot=0x1D0DE,
224872 },
224873 [0x1D0DF]={
224874  category="so",
224875  description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS DISIMOU",
224876  direction="l",
224877  linebreak="al",
224878  unicodeslot=0x1D0DF,
224879 },
224880 [0x1D0E0]={
224881  category="so",
224882  description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TRISIMOU",
224883  direction="l",
224884  linebreak="al",
224885  unicodeslot=0x1D0E0,
224886 },
224887 [0x1D0E1]={
224888  category="so",
224889  description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TETRASIMOU",
224890  direction="l",
224891  linebreak="al",
224892  unicodeslot=0x1D0E1,
224893 },
224894 [0x1D0E2]={
224895  category="so",
224896  description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS",
224897  direction="l",
224898  linebreak="al",
224899  unicodeslot=0x1D0E2,
224900 },
224901 [0x1D0E3]={
224902  category="so",
224903  description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS DISIMOU",
224904  direction="l",
224905  linebreak="al",
224906  unicodeslot=0x1D0E3,
224907 },
224908 [0x1D0E4]={
224909  category="so",
224910  description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TRISIMOU",
224911  direction="l",
224912  linebreak="al",
224913  unicodeslot=0x1D0E4,
224914 },
224915 [0x1D0E5]={
224916  category="so",
224917  description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TETRASIMOU",
224918  direction="l",
224919  linebreak="al",
224920  unicodeslot=0x1D0E5,
224921 },
224922 [0x1D0E6]={
224923  category="so",
224924  description="BYZANTINE MUSICAL SYMBOL DIGRAMMA GG",
224925  direction="l",
224926  linebreak="al",
224927  unicodeslot=0x1D0E6,
224928 },
224929 [0x1D0E7]={
224930  category="so",
224931  description="BYZANTINE MUSICAL SYMBOL DIFTOGGOS OU",
224932  direction="l",
224933  linebreak="al",
224934  unicodeslot=0x1D0E7,
224935 },
224936 [0x1D0E8]={
224937  category="so",
224938  description="BYZANTINE MUSICAL SYMBOL STIGMA",
224939  direction="l",
224940  linebreak="al",
224941  unicodeslot=0x1D0E8,
224942 },
224943 [0x1D0E9]={
224944  category="so",
224945  description="BYZANTINE MUSICAL SYMBOL ARKTIKO PA",
224946  direction="l",
224947  linebreak="al",
224948  unicodeslot=0x1D0E9,
224949 },
224950 [0x1D0EA]={
224951  category="so",
224952  description="BYZANTINE MUSICAL SYMBOL ARKTIKO VOU",
224953  direction="l",
224954  linebreak="al",
224955  unicodeslot=0x1D0EA,
224956 },
224957 [0x1D0EB]={
224958  category="so",
224959  description="BYZANTINE MUSICAL SYMBOL ARKTIKO GA",
224960  direction="l",
224961  linebreak="al",
224962  unicodeslot=0x1D0EB,
224963 },
224964 [0x1D0EC]={
224965  category="so",
224966  description="BYZANTINE MUSICAL SYMBOL ARKTIKO DI",
224967  direction="l",
224968  linebreak="al",
224969  unicodeslot=0x1D0EC,
224970 },
224971 [0x1D0ED]={
224972  category="so",
224973  description="BYZANTINE MUSICAL SYMBOL ARKTIKO KE",
224974  direction="l",
224975  linebreak="al",
224976  unicodeslot=0x1D0ED,
224977 },
224978 [0x1D0EE]={
224979  category="so",
224980  description="BYZANTINE MUSICAL SYMBOL ARKTIKO ZO",
224981  direction="l",
224982  linebreak="al",
224983  unicodeslot=0x1D0EE,
224984 },
224985 [0x1D0EF]={
224986  category="so",
224987  description="BYZANTINE MUSICAL SYMBOL ARKTIKO NI",
224988  direction="l",
224989  linebreak="al",
224990  unicodeslot=0x1D0EF,
224991 },
224992 [0x1D0F0]={
224993  category="so",
224994  description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO MESO",
224995  direction="l",
224996  linebreak="al",
224997  unicodeslot=0x1D0F0,
224998 },
224999 [0x1D0F1]={
225000  category="so",
225001  description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO MESO",
225002  direction="l",
225003  linebreak="al",
225004  unicodeslot=0x1D0F1,
225005 },
225006 [0x1D0F2]={
225007  category="so",
225008  description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO KATO",
225009  direction="l",
225010  linebreak="al",
225011  unicodeslot=0x1D0F2,
225012 },
225013 [0x1D0F3]={
225014  category="so",
225015  description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO KATO",
225016  direction="l",
225017  linebreak="al",
225018  unicodeslot=0x1D0F3,
225019 },
225020 [0x1D0F4]={
225021  category="so",
225022  description="BYZANTINE MUSICAL SYMBOL KLASMA KATO",
225023  direction="l",
225024  linebreak="al",
225025  unicodeslot=0x1D0F4,
225026 },
225027 [0x1D0F5]={
225028  category="so",
225029  description="BYZANTINE MUSICAL SYMBOL GORGON NEO KATO",
225030  direction="l",
225031  linebreak="al",
225032  unicodeslot=0x1D0F5,
225033 },
225034 [0x1D100]={
225035  category="so",
225036  description="MUSICAL SYMBOL SINGLE BARLINE",
225037  direction="l",
225038  linebreak="al",
225039  unicodeslot=0x1D100,
225040 },
225041 [0x1D101]={
225042  category="so",
225043  description="MUSICAL SYMBOL DOUBLE BARLINE",
225044  direction="l",
225045  linebreak="al",
225046  unicodeslot=0x1D101,
225047 },
225048 [0x1D102]={
225049  category="so",
225050  description="MUSICAL SYMBOL FINAL BARLINE",
225051  direction="l",
225052  linebreak="al",
225053  unicodeslot=0x1D102,
225054 },
225055 [0x1D103]={
225056  category="so",
225057  description="MUSICAL SYMBOL REVERSE FINAL BARLINE",
225058  direction="l",
225059  linebreak="al",
225060  unicodeslot=0x1D103,
225061 },
225062 [0x1D104]={
225063  category="so",
225064  description="MUSICAL SYMBOL DASHED BARLINE",
225065  direction="l",
225066  linebreak="al",
225067  unicodeslot=0x1D104,
225068 },
225069 [0x1D105]={
225070  category="so",
225071  description="MUSICAL SYMBOL SHORT BARLINE",
225072  direction="l",
225073  linebreak="al",
225074  unicodeslot=0x1D105,
225075 },
225076 [0x1D106]={
225077  category="so",
225078  description="MUSICAL SYMBOL LEFT REPEAT SIGN",
225079  direction="l",
225080  linebreak="al",
225081  unicodeslot=0x1D106,
225082 },
225083 [0x1D107]={
225084  category="so",
225085  description="MUSICAL SYMBOL RIGHT REPEAT SIGN",
225086  direction="l",
225087  linebreak="al",
225088  unicodeslot=0x1D107,
225089 },
225090 [0x1D108]={
225091  category="so",
225092  description="MUSICAL SYMBOL REPEAT DOTS",
225093  direction="l",
225094  linebreak="al",
225095  unicodeslot=0x1D108,
225096 },
225097 [0x1D109]={
225098  category="so",
225099  description="MUSICAL SYMBOL DAL SEGNO",
225100  direction="l",
225101  linebreak="al",
225102  unicodeslot=0x1D109,
225103 },
225104 [0x1D10A]={
225105  category="so",
225106  description="MUSICAL SYMBOL DA CAPO",
225107  direction="l",
225108  linebreak="al",
225109  unicodeslot=0x1D10A,
225110 },
225111 [0x1D10B]={
225112  category="so",
225113  description="MUSICAL SYMBOL SEGNO",
225114  direction="l",
225115  linebreak="al",
225116  unicodeslot=0x1D10B,
225117 },
225118 [0x1D10C]={
225119  category="so",
225120  description="MUSICAL SYMBOL CODA",
225121  direction="l",
225122  linebreak="al",
225123  unicodeslot=0x1D10C,
225124 },
225125 [0x1D10D]={
225126  category="so",
225127  description="MUSICAL SYMBOL REPEATED FIGURE-0x0001",
225128  direction="l",
225129  linebreak="al",
225130  unicodeslot=0x1D10D,
225131 },
225132 [0x1D10E]={
225133  category="so",
225134  description="MUSICAL SYMBOL REPEATED FIGURE-0x0002",
225135  direction="l",
225136  linebreak="al",
225137  unicodeslot=0x1D10E,
225138 },
225139 [0x1D10F]={
225140  category="so",
225141  description="MUSICAL SYMBOL REPEATED FIGURE-0x0003",
225142  direction="l",
225143  linebreak="al",
225144  unicodeslot=0x1D10F,
225145 },
225146 [0x1D110]={
225147  category="so",
225148  description="MUSICAL SYMBOL FERMATA",
225149  direction="l",
225150  linebreak="al",
225151  unicodeslot=0x1D110,
225152 },
225153 [0x1D111]={
225154  category="so",
225155  description="MUSICAL SYMBOL FERMATA BELOW",
225156  direction="l",
225157  linebreak="al",
225158  unicodeslot=0x1D111,
225159 },
225160 [0x1D112]={
225161  category="so",
225162  description="MUSICAL SYMBOL BREATH MARK",
225163  direction="l",
225164  linebreak="al",
225165  unicodeslot=0x1D112,
225166 },
225167 [0x1D113]={
225168  category="so",
225169  description="MUSICAL SYMBOL CAESURA",
225170  direction="l",
225171  linebreak="al",
225172  unicodeslot=0x1D113,
225173 },
225174 [0x1D114]={
225175  category="so",
225176  description="MUSICAL SYMBOL BRACE",
225177  direction="l",
225178  linebreak="al",
225179  unicodeslot=0x1D114,
225180 },
225181 [0x1D115]={
225182  category="so",
225183  description="MUSICAL SYMBOL BRACKET",
225184  direction="l",
225185  linebreak="al",
225186  unicodeslot=0x1D115,
225187 },
225188 [0x1D116]={
225189  category="so",
225190  description="MUSICAL SYMBOL ONE-LINE STAFF",
225191  direction="l",
225192  linebreak="al",
225193  unicodeslot=0x1D116,
225194 },
225195 [0x1D117]={
225196  category="so",
225197  description="MUSICAL SYMBOL TWO-LINE STAFF",
225198  direction="l",
225199  linebreak="al",
225200  unicodeslot=0x1D117,
225201 },
225202 [0x1D118]={
225203  category="so",
225204  description="MUSICAL SYMBOL THREE-LINE STAFF",
225205  direction="l",
225206  linebreak="al",
225207  unicodeslot=0x1D118,
225208 },
225209 [0x1D119]={
225210  category="so",
225211  description="MUSICAL SYMBOL FOUR-LINE STAFF",
225212  direction="l",
225213  linebreak="al",
225214  unicodeslot=0x1D119,
225215 },
225216 [0x1D11A]={
225217  category="so",
225218  description="MUSICAL SYMBOL FIVE-LINE STAFF",
225219  direction="l",
225220  linebreak="al",
225221  unicodeslot=0x1D11A,
225222 },
225223 [0x1D11B]={
225224  category="so",
225225  description="MUSICAL SYMBOL SIX-LINE STAFF",
225226  direction="l",
225227  linebreak="al",
225228  unicodeslot=0x1D11B,
225229 },
225230 [0x1D11C]={
225231  category="so",
225232  description="MUSICAL SYMBOL SIX-STRING FRETBOARD",
225233  direction="l",
225234  linebreak="al",
225235  unicodeslot=0x1D11C,
225236 },
225237 [0x1D11D]={
225238  category="so",
225239  description="MUSICAL SYMBOL FOUR-STRING FRETBOARD",
225240  direction="l",
225241  linebreak="al",
225242  unicodeslot=0x1D11D,
225243 },
225244 [0x1D11E]={
225245  category="so",
225246  description="MUSICAL SYMBOL G CLEF",
225247  direction="l",
225248  linebreak="al",
225249  unicodeslot=0x1D11E,
225250 },
225251 [0x1D11F]={
225252  category="so",
225253  description="MUSICAL SYMBOL G CLEF OTTAVA ALTA",
225254  direction="l",
225255  linebreak="al",
225256  unicodeslot=0x1D11F,
225257 },
225258 [0x1D120]={
225259  category="so",
225260  description="MUSICAL SYMBOL G CLEF OTTAVA BASSA",
225261  direction="l",
225262  linebreak="al",
225263  unicodeslot=0x1D120,
225264 },
225265 [0x1D121]={
225266  category="so",
225267  description="MUSICAL SYMBOL C CLEF",
225268  direction="l",
225269  linebreak="al",
225270  unicodeslot=0x1D121,
225271 },
225272 [0x1D122]={
225273  category="so",
225274  description="MUSICAL SYMBOL F CLEF",
225275  direction="l",
225276  linebreak="al",
225277  unicodeslot=0x1D122,
225278 },
225279 [0x1D123]={
225280  category="so",
225281  description="MUSICAL SYMBOL F CLEF OTTAVA ALTA",
225282  direction="l",
225283  linebreak="al",
225284  unicodeslot=0x1D123,
225285 },
225286 [0x1D124]={
225287  category="so",
225288  description="MUSICAL SYMBOL F CLEF OTTAVA BASSA",
225289  direction="l",
225290  linebreak="al",
225291  unicodeslot=0x1D124,
225292 },
225293 [0x1D125]={
225294  category="so",
225295  description="MUSICAL SYMBOL DRUM CLEF-0x0001",
225296  direction="l",
225297  linebreak="al",
225298  unicodeslot=0x1D125,
225299 },
225300 [0x1D126]={
225301  category="so",
225302  description="MUSICAL SYMBOL DRUM CLEF-0x0002",
225303  direction="l",
225304  linebreak="al",
225305  unicodeslot=0x1D126,
225306 },
225307 [0x1D129]={
225308  category="so",
225309  description="MUSICAL SYMBOL MULTIPLE MEASURE REST",
225310  direction="l",
225311  linebreak="al",
225312  unicodeslot=0x1D129,
225313 },
225314 [0x1D12A]={
225315  category="so",
225316  description="MUSICAL SYMBOL DOUBLE SHARP",
225317  direction="l",
225318  linebreak="al",
225319  unicodeslot=0x1D12A,
225320 },
225321 [0x1D12B]={
225322  category="so",
225323  description="MUSICAL SYMBOL DOUBLE FLAT",
225324  direction="l",
225325  linebreak="al",
225326  unicodeslot=0x1D12B,
225327 },
225328 [0x1D12C]={
225329  category="so",
225330  description="MUSICAL SYMBOL FLAT UP",
225331  direction="l",
225332  linebreak="al",
225333  unicodeslot=0x1D12C,
225334 },
225335 [0x1D12D]={
225336  category="so",
225337  description="MUSICAL SYMBOL FLAT DOWN",
225338  direction="l",
225339  linebreak="al",
225340  unicodeslot=0x1D12D,
225341 },
225342 [0x1D12E]={
225343  category="so",
225344  description="MUSICAL SYMBOL NATURAL UP",
225345  direction="l",
225346  linebreak="al",
225347  unicodeslot=0x1D12E,
225348 },
225349 [0x1D12F]={
225350  category="so",
225351  description="MUSICAL SYMBOL NATURAL DOWN",
225352  direction="l",
225353  linebreak="al",
225354  unicodeslot=0x1D12F,
225355 },
225356 [0x1D130]={
225357  category="so",
225358  description="MUSICAL SYMBOL SHARP UP",
225359  direction="l",
225360  linebreak="al",
225361  unicodeslot=0x1D130,
225362 },
225363 [0x1D131]={
225364  category="so",
225365  description="MUSICAL SYMBOL SHARP DOWN",
225366  direction="l",
225367  linebreak="al",
225368  unicodeslot=0x1D131,
225369 },
225370 [0x1D132]={
225371  category="so",
225372  description="MUSICAL SYMBOL QUARTER TONE SHARP",
225373  direction="l",
225374  linebreak="al",
225375  unicodeslot=0x1D132,
225376 },
225377 [0x1D133]={
225378  category="so",
225379  description="MUSICAL SYMBOL QUARTER TONE FLAT",
225380  direction="l",
225381  linebreak="al",
225382  unicodeslot=0x1D133,
225383 },
225384 [0x1D134]={
225385  category="so",
225386  description="MUSICAL SYMBOL COMMON TIME",
225387  direction="l",
225388  linebreak="al",
225389  unicodeslot=0x1D134,
225390 },
225391 [0x1D135]={
225392  category="so",
225393  description="MUSICAL SYMBOL CUT TIME",
225394  direction="l",
225395  linebreak="al",
225396  unicodeslot=0x1D135,
225397 },
225398 [0x1D136]={
225399  category="so",
225400  description="MUSICAL SYMBOL OTTAVA ALTA",
225401  direction="l",
225402  linebreak="al",
225403  unicodeslot=0x1D136,
225404 },
225405 [0x1D137]={
225406  category="so",
225407  description="MUSICAL SYMBOL OTTAVA BASSA",
225408  direction="l",
225409  linebreak="al",
225410  unicodeslot=0x1D137,
225411 },
225412 [0x1D138]={
225413  category="so",
225414  description="MUSICAL SYMBOL QUINDICESIMA ALTA",
225415  direction="l",
225416  linebreak="al",
225417  unicodeslot=0x1D138,
225418 },
225419 [0x1D139]={
225420  category="so",
225421  description="MUSICAL SYMBOL QUINDICESIMA BASSA",
225422  direction="l",
225423  linebreak="al",
225424  unicodeslot=0x1D139,
225425 },
225426 [0x1D13A]={
225427  category="so",
225428  description="MUSICAL SYMBOL MULTI REST",
225429  direction="l",
225430  linebreak="al",
225431  unicodeslot=0x1D13A,
225432 },
225433 [0x1D13B]={
225434  category="so",
225435  description="MUSICAL SYMBOL WHOLE REST",
225436  direction="l",
225437  linebreak="al",
225438  unicodeslot=0x1D13B,
225439 },
225440 [0x1D13C]={
225441  category="so",
225442  description="MUSICAL SYMBOL HALF REST",
225443  direction="l",
225444  linebreak="al",
225445  unicodeslot=0x1D13C,
225446 },
225447 [0x1D13D]={
225448  category="so",
225449  description="MUSICAL SYMBOL QUARTER REST",
225450  direction="l",
225451  linebreak="al",
225452  unicodeslot=0x1D13D,
225453 },
225454 [0x1D13E]={
225455  category="so",
225456  description="MUSICAL SYMBOL EIGHTH REST",
225457  direction="l",
225458  linebreak="al",
225459  unicodeslot=0x1D13E,
225460 },
225461 [0x1D13F]={
225462  category="so",
225463  description="MUSICAL SYMBOL SIXTEENTH REST",
225464  direction="l",
225465  linebreak="al",
225466  unicodeslot=0x1D13F,
225467 },
225468 [0x1D140]={
225469  category="so",
225470  description="MUSICAL SYMBOL THIRTY-SECOND REST",
225471  direction="l",
225472  linebreak="al",
225473  unicodeslot=0x1D140,
225474 },
225475 [0x1D141]={
225476  category="so",
225477  description="MUSICAL SYMBOL SIXTY-FOURTH REST",
225478  direction="l",
225479  linebreak="al",
225480  unicodeslot=0x1D141,
225481 },
225482 [0x1D142]={
225483  category="so",
225484  description="MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH REST",
225485  direction="l",
225486  linebreak="al",
225487  unicodeslot=0x1D142,
225488 },
225489 [0x1D143]={
225490  category="so",
225491  description="MUSICAL SYMBOL X NOTEHEAD",
225492  direction="l",
225493  linebreak="al",
225494  unicodeslot=0x1D143,
225495 },
225496 [0x1D144]={
225497  category="so",
225498  description="MUSICAL SYMBOL PLUS NOTEHEAD",
225499  direction="l",
225500  linebreak="al",
225501  unicodeslot=0x1D144,
225502 },
225503 [0x1D145]={
225504  category="so",
225505  description="MUSICAL SYMBOL CIRCLE X NOTEHEAD",
225506  direction="l",
225507  linebreak="al",
225508  unicodeslot=0x1D145,
225509 },
225510 [0x1D146]={
225511  category="so",
225512  description="MUSICAL SYMBOL SQUARE NOTEHEAD WHITE",
225513  direction="l",
225514  linebreak="al",
225515  unicodeslot=0x1D146,
225516 },
225517 [0x1D147]={
225518  category="so",
225519  description="MUSICAL SYMBOL SQUARE NOTEHEAD BLACK",
225520  direction="l",
225521  linebreak="al",
225522  unicodeslot=0x1D147,
225523 },
225524 [0x1D148]={
225525  category="so",
225526  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP WHITE",
225527  direction="l",
225528  linebreak="al",
225529  unicodeslot=0x1D148,
225530 },
225531 [0x1D149]={
225532  category="so",
225533  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP BLACK",
225534  direction="l",
225535  linebreak="al",
225536  unicodeslot=0x1D149,
225537 },
225538 [0x1D14A]={
225539  category="so",
225540  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT WHITE",
225541  direction="l",
225542  linebreak="al",
225543  unicodeslot=0x1D14A,
225544 },
225545 [0x1D14B]={
225546  category="so",
225547  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT BLACK",
225548  direction="l",
225549  linebreak="al",
225550  unicodeslot=0x1D14B,
225551 },
225552 [0x1D14C]={
225553  category="so",
225554  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT WHITE",
225555  direction="l",
225556  linebreak="al",
225557  unicodeslot=0x1D14C,
225558 },
225559 [0x1D14D]={
225560  category="so",
225561  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT BLACK",
225562  direction="l",
225563  linebreak="al",
225564  unicodeslot=0x1D14D,
225565 },
225566 [0x1D14E]={
225567  category="so",
225568  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN WHITE",
225569  direction="l",
225570  linebreak="al",
225571  unicodeslot=0x1D14E,
225572 },
225573 [0x1D14F]={
225574  category="so",
225575  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN BLACK",
225576  direction="l",
225577  linebreak="al",
225578  unicodeslot=0x1D14F,
225579 },
225580 [0x1D150]={
225581  category="so",
225582  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT WHITE",
225583  direction="l",
225584  linebreak="al",
225585  unicodeslot=0x1D150,
225586 },
225587 [0x1D151]={
225588  category="so",
225589  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT BLACK",
225590  direction="l",
225591  linebreak="al",
225592  unicodeslot=0x1D151,
225593 },
225594 [0x1D152]={
225595  category="so",
225596  description="MUSICAL SYMBOL MOON NOTEHEAD WHITE",
225597  direction="l",
225598  linebreak="al",
225599  unicodeslot=0x1D152,
225600 },
225601 [0x1D153]={
225602  category="so",
225603  description="MUSICAL SYMBOL MOON NOTEHEAD BLACK",
225604  direction="l",
225605  linebreak="al",
225606  unicodeslot=0x1D153,
225607 },
225608 [0x1D154]={
225609  category="so",
225610  description="MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN WHITE",
225611  direction="l",
225612  linebreak="al",
225613  unicodeslot=0x1D154,
225614 },
225615 [0x1D155]={
225616  category="so",
225617  description="MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN BLACK",
225618  direction="l",
225619  linebreak="al",
225620  unicodeslot=0x1D155,
225621 },
225622 [0x1D156]={
225623  category="so",
225624  description="MUSICAL SYMBOL PARENTHESIS NOTEHEAD",
225625  direction="l",
225626  linebreak="al",
225627  unicodeslot=0x1D156,
225628 },
225629 [0x1D157]={
225630  category="so",
225631  description="MUSICAL SYMBOL VOID NOTEHEAD",
225632  direction="l",
225633  linebreak="al",
225634  unicodeslot=0x1D157,
225635 },
225636 [0x1D158]={
225637  category="so",
225638  description="MUSICAL SYMBOL NOTEHEAD BLACK",
225639  direction="l",
225640  linebreak="al",
225641  unicodeslot=0x1D158,
225642 },
225643 [0x1D159]={
225644  category="so",
225645  description="MUSICAL SYMBOL NULL NOTEHEAD",
225646  direction="l",
225647  linebreak="al",
225648  unicodeslot=0x1D159,
225649 },
225650 [0x1D15A]={
225651  category="so",
225652  description="MUSICAL SYMBOL CLUSTER NOTEHEAD WHITE",
225653  direction="l",
225654  linebreak="al",
225655  unicodeslot=0x1D15A,
225656 },
225657 [0x1D15B]={
225658  category="so",
225659  description="MUSICAL SYMBOL CLUSTER NOTEHEAD BLACK",
225660  direction="l",
225661  linebreak="al",
225662  unicodeslot=0x1D15B,
225663 },
225664 [0x1D15C]={
225665  category="so",
225666  description="MUSICAL SYMBOL BREVE",
225667  direction="l",
225668  linebreak="al",
225669  unicodeslot=0x1D15C,
225670 },
225671 [0x1D15D]={
225672  category="so",
225673  description="MUSICAL SYMBOL WHOLE NOTE",
225674  direction="l",
225675  linebreak="al",
225676  synonyms={ "semibreve" },
225677  unicodeslot=0x1D15D,
225678 },
225679 [0x1D15E]={
225680  category="so",
225681  description="MUSICAL SYMBOL HALF NOTE",
225682  direction="l",
225683  linebreak="al",
225684  specials={ "char", 0x1D157, 0x1D165 },
225685  unicodeslot=0x1D15E,
225686 },
225687 [0x1D15F]={
225688  category="so",
225689  description="MUSICAL SYMBOL QUARTER NOTE",
225690  direction="l",
225691  linebreak="al",
225692  specials={ "char", 0x1D158, 0x1D165 },
225693  unicodeslot=0x1D15F,
225694 },
225695 [0x1D160]={
225696  category="so",
225697  description="MUSICAL SYMBOL EIGHTH NOTE",
225698  direction="l",
225699  linebreak="al",
225700  specials={ "char", 0x1D15F, 0x1D16E },
225701  unicodeslot=0x1D160,
225702 },
225703 [0x1D161]={
225704  category="so",
225705  description="MUSICAL SYMBOL SIXTEENTH NOTE",
225706  direction="l",
225707  linebreak="al",
225708  specials={ "char", 0x1D15F, 0x1D16F },
225709  synonyms={ "semiquaver" },
225710  unicodeslot=0x1D161,
225711 },
225712 [0x1D162]={
225713  category="so",
225714  description="MUSICAL SYMBOL THIRTY-SECOND NOTE",
225715  direction="l",
225716  linebreak="al",
225717  specials={ "char", 0x1D15F, 0x1D170 },
225718  unicodeslot=0x1D162,
225719 },
225720 [0x1D163]={
225721  category="so",
225722  description="MUSICAL SYMBOL SIXTY-FOURTH NOTE",
225723  direction="l",
225724  linebreak="al",
225725  specials={ "char", 0x1D15F, 0x1D171 },
225726  unicodeslot=0x1D163,
225727 },
225728 [0x1D164]={
225729  category="so",
225730  description="MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE",
225731  direction="l",
225732  linebreak="al",
225733  specials={ "char", 0x1D15F, 0x1D172 },
225734  unicodeslot=0x1D164,
225735 },
225736 [0x1D165]={
225737  category="mc",
225738  combining=0xD8,
225739  description="MUSICAL SYMBOL COMBINING STEM",
225740  direction="l",
225741  linebreak="cm",
225742  unicodeslot=0x1D165,
225743 },
225744 [0x1D166]={
225745  category="mc",
225746  combining=0xD8,
225747  description="MUSICAL SYMBOL COMBINING SPRECHGESANG STEM",
225748  direction="l",
225749  linebreak="cm",
225750  unicodeslot=0x1D166,
225751 },
225752 [0x1D167]={
225753  category="mn",
225754  combining=0x1,
225755  description="MUSICAL SYMBOL COMBINING TREMOLO-0x0001",
225756  direction="nsm",
225757  linebreak="cm",
225758  unicodeslot=0x1D167,
225759 },
225760 [0x1D168]={
225761  category="mn",
225762  combining=0x1,
225763  description="MUSICAL SYMBOL COMBINING TREMOLO-0x0002",
225764  direction="nsm",
225765  linebreak="cm",
225766  unicodeslot=0x1D168,
225767 },
225768 [0x1D169]={
225769  category="mn",
225770  combining=0x1,
225771  description="MUSICAL SYMBOL COMBINING TREMOLO-0x0003",
225772  direction="nsm",
225773  linebreak="cm",
225774  unicodeslot=0x1D169,
225775 },
225776 [0x1D16A]={
225777  category="so",
225778  description="MUSICAL SYMBOL FINGERED TREMOLO-0x0001",
225779  direction="l",
225780  linebreak="al",
225781  unicodeslot=0x1D16A,
225782 },
225783 [0x1D16B]={
225784  category="so",
225785  description="MUSICAL SYMBOL FINGERED TREMOLO-0x0002",
225786  direction="l",
225787  linebreak="al",
225788  unicodeslot=0x1D16B,
225789 },
225790 [0x1D16C]={
225791  category="so",
225792  description="MUSICAL SYMBOL FINGERED TREMOLO-0x0003",
225793  direction="l",
225794  linebreak="al",
225795  unicodeslot=0x1D16C,
225796 },
225797 [0x1D16D]={
225798  category="mc",
225799  combining=0xE2,
225800  description="MUSICAL SYMBOL COMBINING AUGMENTATION DOT",
225801  direction="l",
225802  linebreak="cm",
225803  unicodeslot=0x1D16D,
225804 },
225805 [0x1D16E]={
225806  category="mc",
225807  combining=0xD8,
225808  description="MUSICAL SYMBOL COMBINING FLAG-0x0001",
225809  direction="l",
225810  linebreak="cm",
225811  unicodeslot=0x1D16E,
225812 },
225813 [0x1D16F]={
225814  category="mc",
225815  combining=0xD8,
225816  description="MUSICAL SYMBOL COMBINING FLAG-0x0002",
225817  direction="l",
225818  linebreak="cm",
225819  unicodeslot=0x1D16F,
225820 },
225821 [0x1D170]={
225822  category="mc",
225823  combining=0xD8,
225824  description="MUSICAL SYMBOL COMBINING FLAG-0x0003",
225825  direction="l",
225826  linebreak="cm",
225827  unicodeslot=0x1D170,
225828 },
225829 [0x1D171]={
225830  category="mc",
225831  combining=0xD8,
225832  description="MUSICAL SYMBOL COMBINING FLAG-0x0004",
225833  direction="l",
225834  linebreak="cm",
225835  unicodeslot=0x1D171,
225836 },
225837 [0x1D172]={
225838  category="mc",
225839  combining=0xD8,
225840  description="MUSICAL SYMBOL COMBINING FLAG-0x0005",
225841  direction="l",
225842  linebreak="cm",
225843  unicodeslot=0x1D172,
225844 },
225845 [0x1D173]={
225846  category="cf",
225847  description="MUSICAL SYMBOL BEGIN BEAM",
225848  direction="bn",
225849  linebreak="cm",
225850  unicodeslot=0x1D173,
225851 },
225852 [0x1D174]={
225853  category="cf",
225854  description="MUSICAL SYMBOL END BEAM",
225855  direction="bn",
225856  linebreak="cm",
225857  unicodeslot=0x1D174,
225858 },
225859 [0x1D175]={
225860  category="cf",
225861  description="MUSICAL SYMBOL BEGIN TIE",
225862  direction="bn",
225863  linebreak="cm",
225864  unicodeslot=0x1D175,
225865 },
225866 [0x1D176]={
225867  category="cf",
225868  description="MUSICAL SYMBOL END TIE",
225869  direction="bn",
225870  linebreak="cm",
225871  unicodeslot=0x1D176,
225872 },
225873 [0x1D177]={
225874  category="cf",
225875  description="MUSICAL SYMBOL BEGIN SLUR",
225876  direction="bn",
225877  linebreak="cm",
225878  unicodeslot=0x1D177,
225879 },
225880 [0x1D178]={
225881  category="cf",
225882  description="MUSICAL SYMBOL END SLUR",
225883  direction="bn",
225884  linebreak="cm",
225885  unicodeslot=0x1D178,
225886 },
225887 [0x1D179]={
225888  category="cf",
225889  description="MUSICAL SYMBOL BEGIN PHRASE",
225890  direction="bn",
225891  linebreak="cm",
225892  unicodeslot=0x1D179,
225893 },
225894 [0x1D17A]={
225895  category="cf",
225896  description="MUSICAL SYMBOL END PHRASE",
225897  direction="bn",
225898  linebreak="cm",
225899  unicodeslot=0x1D17A,
225900 },
225901 [0x1D17B]={
225902  category="mn",
225903  combining=0xDC,
225904  description="MUSICAL SYMBOL COMBINING ACCENT",
225905  direction="nsm",
225906  linebreak="cm",
225907  unicodeslot=0x1D17B,
225908 },
225909 [0x1D17C]={
225910  category="mn",
225911  combining=0xDC,
225912  description="MUSICAL SYMBOL COMBINING STACCATO",
225913  direction="nsm",
225914  linebreak="cm",
225915  unicodeslot=0x1D17C,
225916 },
225917 [0x1D17D]={
225918  category="mn",
225919  combining=0xDC,
225920  description="MUSICAL SYMBOL COMBINING TENUTO",
225921  direction="nsm",
225922  linebreak="cm",
225923  unicodeslot=0x1D17D,
225924 },
225925 [0x1D17E]={
225926  category="mn",
225927  combining=0xDC,
225928  description="MUSICAL SYMBOL COMBINING STACCATISSIMO",
225929  direction="nsm",
225930  linebreak="cm",
225931  unicodeslot=0x1D17E,
225932 },
225933 [0x1D17F]={
225934  category="mn",
225935  combining=0xDC,
225936  description="MUSICAL SYMBOL COMBINING MARCATO",
225937  direction="nsm",
225938  linebreak="cm",
225939  unicodeslot=0x1D17F,
225940 },
225941 [0x1D180]={
225942  category="mn",
225943  combining=0xDC,
225944  description="MUSICAL SYMBOL COMBINING MARCATO-STACCATO",
225945  direction="nsm",
225946  linebreak="cm",
225947  unicodeslot=0x1D180,
225948 },
225949 [0x1D181]={
225950  category="mn",
225951  combining=0xDC,
225952  description="MUSICAL SYMBOL COMBINING ACCENT-STACCATO",
225953  direction="nsm",
225954  linebreak="cm",
225955  unicodeslot=0x1D181,
225956 },
225957 [0x1D182]={
225958  category="mn",
225959  combining=0xDC,
225960  description="MUSICAL SYMBOL COMBINING LOURE",
225961  direction="nsm",
225962  linebreak="cm",
225963  unicodeslot=0x1D182,
225964 },
225965 [0x1D183]={
225966  category="so",
225967  description="MUSICAL SYMBOL ARPEGGIATO UP",
225968  direction="l",
225969  linebreak="al",
225970  unicodeslot=0x1D183,
225971 },
225972 [0x1D184]={
225973  category="so",
225974  description="MUSICAL SYMBOL ARPEGGIATO DOWN",
225975  direction="l",
225976  linebreak="al",
225977  unicodeslot=0x1D184,
225978 },
225979 [0x1D185]={
225980  category="mn",
225981  combining=0xE6,
225982  description="MUSICAL SYMBOL COMBINING DOIT",
225983  direction="nsm",
225984  linebreak="cm",
225985  unicodeslot=0x1D185,
225986 },
225987 [0x1D186]={
225988  category="mn",
225989  combining=0xE6,
225990  description="MUSICAL SYMBOL COMBINING RIP",
225991  direction="nsm",
225992  linebreak="cm",
225993  unicodeslot=0x1D186,
225994 },
225995 [0x1D187]={
225996  category="mn",
225997  combining=0xE6,
225998  description="MUSICAL SYMBOL COMBINING FLIP",
225999  direction="nsm",
226000  linebreak="cm",
226001  unicodeslot=0x1D187,
226002 },
226003 [0x1D188]={
226004  category="mn",
226005  combining=0xE6,
226006  description="MUSICAL SYMBOL COMBINING SMEAR",
226007  direction="nsm",
226008  linebreak="cm",
226009  unicodeslot=0x1D188,
226010 },
226011 [0x1D189]={
226012  category="mn",
226013  combining=0xE6,
226014  description="MUSICAL SYMBOL COMBINING BEND",
226015  direction="nsm",
226016  linebreak="cm",
226017  unicodeslot=0x1D189,
226018 },
226019 [0x1D18A]={
226020  category="mn",
226021  combining=0xDC,
226022  description="MUSICAL SYMBOL COMBINING DOUBLE TONGUE",
226023  direction="nsm",
226024  linebreak="cm",
226025  unicodeslot=0x1D18A,
226026 },
226027 [0x1D18B]={
226028  category="mn",
226029  combining=0xDC,
226030  description="MUSICAL SYMBOL COMBINING TRIPLE TONGUE",
226031  direction="nsm",
226032  linebreak="cm",
226033  unicodeslot=0x1D18B,
226034 },
226035 [0x1D18C]={
226036  category="so",
226037  description="MUSICAL SYMBOL RINFORZANDO",
226038  direction="l",
226039  linebreak="al",
226040  unicodeslot=0x1D18C,
226041 },
226042 [0x1D18D]={
226043  category="so",
226044  description="MUSICAL SYMBOL SUBITO",
226045  direction="l",
226046  linebreak="al",
226047  unicodeslot=0x1D18D,
226048 },
226049 [0x1D18E]={
226050  category="so",
226051  description="MUSICAL SYMBOL Z",
226052  direction="l",
226053  linebreak="al",
226054  unicodeslot=0x1D18E,
226055 },
226056 [0x1D18F]={
226057  category="so",
226058  description="MUSICAL SYMBOL PIANO",
226059  direction="l",
226060  linebreak="al",
226061  unicodeslot=0x1D18F,
226062 },
226063 [0x1D190]={
226064  category="so",
226065  description="MUSICAL SYMBOL MEZZO",
226066  direction="l",
226067  linebreak="al",
226068  unicodeslot=0x1D190,
226069 },
226070 [0x1D191]={
226071  category="so",
226072  description="MUSICAL SYMBOL FORTE",
226073  direction="l",
226074  linebreak="al",
226075  unicodeslot=0x1D191,
226076 },
226077 [0x1D192]={
226078  category="so",
226079  description="MUSICAL SYMBOL CRESCENDO",
226080  direction="l",
226081  linebreak="al",
226082  unicodeslot=0x1D192,
226083 },
226084 [0x1D193]={
226085  category="so",
226086  description="MUSICAL SYMBOL DECRESCENDO",
226087  direction="l",
226088  linebreak="al",
226089  unicodeslot=0x1D193,
226090 },
226091 [0x1D194]={
226092  category="so",
226093  description="MUSICAL SYMBOL GRACE NOTE SLASH",
226094  direction="l",
226095  linebreak="al",
226096  unicodeslot=0x1D194,
226097 },
226098 [0x1D195]={
226099  category="so",
226100  description="MUSICAL SYMBOL GRACE NOTE NO SLASH",
226101  direction="l",
226102  linebreak="al",
226103  unicodeslot=0x1D195,
226104 },
226105 [0x1D196]={
226106  category="so",
226107  description="MUSICAL SYMBOL TR",
226108  direction="l",
226109  linebreak="al",
226110  unicodeslot=0x1D196,
226111 },
226112 [0x1D197]={
226113  category="so",
226114  description="MUSICAL SYMBOL TURN",
226115  direction="l",
226116  linebreak="al",
226117  unicodeslot=0x1D197,
226118 },
226119 [0x1D198]={
226120  category="so",
226121  description="MUSICAL SYMBOL INVERTED TURN",
226122  direction="l",
226123  linebreak="al",
226124  unicodeslot=0x1D198,
226125 },
226126 [0x1D199]={
226127  category="so",
226128  description="MUSICAL SYMBOL TURN SLASH",
226129  direction="l",
226130  linebreak="al",
226131  unicodeslot=0x1D199,
226132 },
226133 [0x1D19A]={
226134  category="so",
226135  description="MUSICAL SYMBOL TURN UP",
226136  direction="l",
226137  linebreak="al",
226138  unicodeslot=0x1D19A,
226139 },
226140 [0x1D19B]={
226141  category="so",
226142  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0001",
226143  direction="l",
226144  linebreak="al",
226145  unicodeslot=0x1D19B,
226146 },
226147 [0x1D19C]={
226148  category="so",
226149  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0002",
226150  direction="l",
226151  linebreak="al",
226152  unicodeslot=0x1D19C,
226153 },
226154 [0x1D19D]={
226155  category="so",
226156  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0003",
226157  direction="l",
226158  linebreak="al",
226159  unicodeslot=0x1D19D,
226160 },
226161 [0x1D19E]={
226162  category="so",
226163  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0004",
226164  direction="l",
226165  linebreak="al",
226166  unicodeslot=0x1D19E,
226167 },
226168 [0x1D19F]={
226169  category="so",
226170  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0005",
226171  direction="l",
226172  linebreak="al",
226173  unicodeslot=0x1D19F,
226174 },
226175 [0x1D1A0]={
226176  category="so",
226177  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0006",
226178  direction="l",
226179  linebreak="al",
226180  unicodeslot=0x1D1A0,
226181 },
226182 [0x1D1A1]={
226183  category="so",
226184  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0007",
226185  direction="l",
226186  linebreak="al",
226187  unicodeslot=0x1D1A1,
226188 },
226189 [0x1D1A2]={
226190  category="so",
226191  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0008",
226192  direction="l",
226193  linebreak="al",
226194  unicodeslot=0x1D1A2,
226195 },
226196 [0x1D1A3]={
226197  category="so",
226198  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0009",
226199  direction="l",
226200  linebreak="al",
226201  unicodeslot=0x1D1A3,
226202 },
226203 [0x1D1A4]={
226204  category="so",
226205  description="MUSICAL SYMBOL ORNAMENT STROKE-0x000A",
226206  direction="l",
226207  linebreak="al",
226208  unicodeslot=0x1D1A4,
226209 },
226210 [0x1D1A5]={
226211  category="so",
226212  description="MUSICAL SYMBOL ORNAMENT STROKE-0x000B",
226213  direction="l",
226214  linebreak="al",
226215  unicodeslot=0x1D1A5,
226216 },
226217 [0x1D1A6]={
226218  category="so",
226219  description="MUSICAL SYMBOL HAUPTSTIMME",
226220  direction="l",
226221  linebreak="al",
226222  unicodeslot=0x1D1A6,
226223 },
226224 [0x1D1A7]={
226225  category="so",
226226  description="MUSICAL SYMBOL NEBENSTIMME",
226227  direction="l",
226228  linebreak="al",
226229  unicodeslot=0x1D1A7,
226230 },
226231 [0x1D1A8]={
226232  category="so",
226233  description="MUSICAL SYMBOL END OF STIMME",
226234  direction="l",
226235  linebreak="al",
226236  unicodeslot=0x1D1A8,
226237 },
226238 [0x1D1A9]={
226239  category="so",
226240  description="MUSICAL SYMBOL DEGREE SLASH",
226241  direction="l",
226242  linebreak="al",
226243  unicodeslot=0x1D1A9,
226244 },
226245 [0x1D1AA]={
226246  category="mn",
226247  combining=0xE6,
226248  description="MUSICAL SYMBOL COMBINING DOWN BOW",
226249  direction="nsm",
226250  linebreak="cm",
226251  unicodeslot=0x1D1AA,
226252 },
226253 [0x1D1AB]={
226254  category="mn",
226255  combining=0xE6,
226256  description="MUSICAL SYMBOL COMBINING UP BOW",
226257  direction="nsm",
226258  linebreak="cm",
226259  unicodeslot=0x1D1AB,
226260 },
226261 [0x1D1AC]={
226262  category="mn",
226263  combining=0xE6,
226264  description="MUSICAL SYMBOL COMBINING HARMONIC",
226265  direction="nsm",
226266  linebreak="cm",
226267  unicodeslot=0x1D1AC,
226268 },
226269 [0x1D1AD]={
226270  category="mn",
226271  combining=0xE6,
226272  description="MUSICAL SYMBOL COMBINING SNAP PIZZICATO",
226273  direction="nsm",
226274  linebreak="cm",
226275  unicodeslot=0x1D1AD,
226276 },
226277 [0x1D1AE]={
226278  category="so",
226279  description="MUSICAL SYMBOL PEDAL MARK",
226280  direction="l",
226281  linebreak="al",
226282  unicodeslot=0x1D1AE,
226283 },
226284 [0x1D1AF]={
226285  category="so",
226286  description="MUSICAL SYMBOL PEDAL UP MARK",
226287  direction="l",
226288  linebreak="al",
226289  unicodeslot=0x1D1AF,
226290 },
226291 [0x1D1B0]={
226292  category="so",
226293  description="MUSICAL SYMBOL HALF PEDAL MARK",
226294  direction="l",
226295  linebreak="al",
226296  unicodeslot=0x1D1B0,
226297 },
226298 [0x1D1B1]={
226299  category="so",
226300  description="MUSICAL SYMBOL GLISSANDO UP",
226301  direction="l",
226302  linebreak="al",
226303  unicodeslot=0x1D1B1,
226304 },
226305 [0x1D1B2]={
226306  category="so",
226307  description="MUSICAL SYMBOL GLISSANDO DOWN",
226308  direction="l",
226309  linebreak="al",
226310  unicodeslot=0x1D1B2,
226311 },
226312 [0x1D1B3]={
226313  category="so",
226314  description="MUSICAL SYMBOL WITH FINGERNAILS",
226315  direction="l",
226316  linebreak="al",
226317  unicodeslot=0x1D1B3,
226318 },
226319 [0x1D1B4]={
226320  category="so",
226321  description="MUSICAL SYMBOL DAMP",
226322  direction="l",
226323  linebreak="al",
226324  unicodeslot=0x1D1B4,
226325 },
226326 [0x1D1B5]={
226327  category="so",
226328  description="MUSICAL SYMBOL DAMP ALL",
226329  direction="l",
226330  linebreak="al",
226331  unicodeslot=0x1D1B5,
226332 },
226333 [0x1D1B6]={
226334  category="so",
226335  description="MUSICAL SYMBOL MAXIMA",
226336  direction="l",
226337  linebreak="al",
226338  unicodeslot=0x1D1B6,
226339 },
226340 [0x1D1B7]={
226341  category="so",
226342  description="MUSICAL SYMBOL LONGA",
226343  direction="l",
226344  linebreak="al",
226345  unicodeslot=0x1D1B7,
226346 },
226347 [0x1D1B8]={
226348  category="so",
226349  description="MUSICAL SYMBOL BREVIS",
226350  direction="l",
226351  linebreak="al",
226352  unicodeslot=0x1D1B8,
226353 },
226354 [0x1D1B9]={
226355  category="so",
226356  description="MUSICAL SYMBOL SEMIBREVIS WHITE",
226357  direction="l",
226358  linebreak="al",
226359  unicodeslot=0x1D1B9,
226360 },
226361 [0x1D1BA]={
226362  category="so",
226363  description="MUSICAL SYMBOL SEMIBREVIS BLACK",
226364  direction="l",
226365  linebreak="al",
226366  unicodeslot=0x1D1BA,
226367 },
226368 [0x1D1BB]={
226369  category="so",
226370  description="MUSICAL SYMBOL MINIMA",
226371  direction="l",
226372  linebreak="al",
226373  specials={ "char", 0x1D1B9, 0x1D165 },
226374  unicodeslot=0x1D1BB,
226375 },
226376 [0x1D1BC]={
226377  category="so",
226378  description="MUSICAL SYMBOL MINIMA BLACK",
226379  direction="l",
226380  linebreak="al",
226381  specials={ "char", 0x1D1BA, 0x1D165 },
226382  unicodeslot=0x1D1BC,
226383 },
226384 [0x1D1BD]={
226385  category="so",
226386  description="MUSICAL SYMBOL SEMIMINIMA WHITE",
226387  direction="l",
226388  linebreak="al",
226389  specials={ "char", 0x1D1BB, 0x1D16E },
226390  unicodeslot=0x1D1BD,
226391 },
226392 [0x1D1BE]={
226393  category="so",
226394  description="MUSICAL SYMBOL SEMIMINIMA BLACK",
226395  direction="l",
226396  linebreak="al",
226397  specials={ "char", 0x1D1BC, 0x1D16E },
226398  unicodeslot=0x1D1BE,
226399 },
226400 [0x1D1BF]={
226401  category="so",
226402  description="MUSICAL SYMBOL FUSA WHITE",
226403  direction="l",
226404  linebreak="al",
226405  specials={ "char", 0x1D1BB, 0x1D16F },
226406  unicodeslot=0x1D1BF,
226407 },
226408 [0x1D1C0]={
226409  category="so",
226410  description="MUSICAL SYMBOL FUSA BLACK",
226411  direction="l",
226412  linebreak="al",
226413  specials={ "char", 0x1D1BC, 0x1D16F },
226414  unicodeslot=0x1D1C0,
226415 },
226416 [0x1D1C1]={
226417  category="so",
226418  description="MUSICAL SYMBOL LONGA PERFECTA REST",
226419  direction="l",
226420  linebreak="al",
226421  unicodeslot=0x1D1C1,
226422 },
226423 [0x1D1C2]={
226424  category="so",
226425  description="MUSICAL SYMBOL LONGA IMPERFECTA REST",
226426  direction="l",
226427  linebreak="al",
226428  unicodeslot=0x1D1C2,
226429 },
226430 [0x1D1C3]={
226431  category="so",
226432  description="MUSICAL SYMBOL BREVIS REST",
226433  direction="l",
226434  linebreak="al",
226435  unicodeslot=0x1D1C3,
226436 },
226437 [0x1D1C4]={
226438  category="so",
226439  description="MUSICAL SYMBOL SEMIBREVIS REST",
226440  direction="l",
226441  linebreak="al",
226442  unicodeslot=0x1D1C4,
226443 },
226444 [0x1D1C5]={
226445  category="so",
226446  description="MUSICAL SYMBOL MINIMA REST",
226447  direction="l",
226448  linebreak="al",
226449  unicodeslot=0x1D1C5,
226450 },
226451 [0x1D1C6]={
226452  category="so",
226453  description="MUSICAL SYMBOL SEMIMINIMA REST",
226454  direction="l",
226455  linebreak="al",
226456  unicodeslot=0x1D1C6,
226457 },
226458 [0x1D1C7]={
226459  category="so",
226460  description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA",
226461  direction="l",
226462  linebreak="al",
226463  unicodeslot=0x1D1C7,
226464 },
226465 [0x1D1C8]={
226466  category="so",
226467  description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE IMPERFECTA",
226468  direction="l",
226469  linebreak="al",
226470  unicodeslot=0x1D1C8,
226471 },
226472 [0x1D1C9]={
226473  category="so",
226474  description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA DIMINUTION-0x0001",
226475  direction="l",
226476  linebreak="al",
226477  unicodeslot=0x1D1C9,
226478 },
226479 [0x1D1CA]={
226480  category="so",
226481  description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE PERFECTA",
226482  direction="l",
226483  linebreak="al",
226484  unicodeslot=0x1D1CA,
226485 },
226486 [0x1D1CB]={
226487  category="so",
226488  description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA",
226489  direction="l",
226490  linebreak="al",
226491  unicodeslot=0x1D1CB,
226492 },
226493 [0x1D1CC]={
226494  category="so",
226495  description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0001",
226496  direction="l",
226497  linebreak="al",
226498  unicodeslot=0x1D1CC,
226499 },
226500 [0x1D1CD]={
226501  category="so",
226502  description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0002",
226503  direction="l",
226504  linebreak="al",
226505  unicodeslot=0x1D1CD,
226506 },
226507 [0x1D1CE]={
226508  category="so",
226509  description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0003",
226510  direction="l",
226511  linebreak="al",
226512  unicodeslot=0x1D1CE,
226513 },
226514 [0x1D1CF]={
226515  category="so",
226516  description="MUSICAL SYMBOL CROIX",
226517  direction="l",
226518  linebreak="al",
226519  unicodeslot=0x1D1CF,
226520 },
226521 [0x1D1D0]={
226522  category="so",
226523  description="MUSICAL SYMBOL GREGORIAN C CLEF",
226524  direction="l",
226525  linebreak="al",
226526  unicodeslot=0x1D1D0,
226527 },
226528 [0x1D1D1]={
226529  category="so",
226530  description="MUSICAL SYMBOL GREGORIAN F CLEF",
226531  direction="l",
226532  linebreak="al",
226533  unicodeslot=0x1D1D1,
226534 },
226535 [0x1D1D2]={
226536  category="so",
226537  description="MUSICAL SYMBOL SQUARE B",
226538  direction="l",
226539  linebreak="al",
226540  unicodeslot=0x1D1D2,
226541 },
226542 [0x1D1D3]={
226543  category="so",
226544  description="MUSICAL SYMBOL VIRGA",
226545  direction="l",
226546  linebreak="al",
226547  unicodeslot=0x1D1D3,
226548 },
226549 [0x1D1D4]={
226550  category="so",
226551  description="MUSICAL SYMBOL PODATUS",
226552  direction="l",
226553  linebreak="al",
226554  unicodeslot=0x1D1D4,
226555 },
226556 [0x1D1D5]={
226557  category="so",
226558  description="MUSICAL SYMBOL CLIVIS",
226559  direction="l",
226560  linebreak="al",
226561  unicodeslot=0x1D1D5,
226562 },
226563 [0x1D1D6]={
226564  category="so",
226565  description="MUSICAL SYMBOL SCANDICUS",
226566  direction="l",
226567  linebreak="al",
226568  unicodeslot=0x1D1D6,
226569 },
226570 [0x1D1D7]={
226571  category="so",
226572  description="MUSICAL SYMBOL CLIMACUS",
226573  direction="l",
226574  linebreak="al",
226575  unicodeslot=0x1D1D7,
226576 },
226577 [0x1D1D8]={
226578  category="so",
226579  description="MUSICAL SYMBOL TORCULUS",
226580  direction="l",
226581  linebreak="al",
226582  unicodeslot=0x1D1D8,
226583 },
226584 [0x1D1D9]={
226585  category="so",
226586  description="MUSICAL SYMBOL PORRECTUS",
226587  direction="l",
226588  linebreak="al",
226589  unicodeslot=0x1D1D9,
226590 },
226591 [0x1D1DA]={
226592  category="so",
226593  description="MUSICAL SYMBOL PORRECTUS FLEXUS",
226594  direction="l",
226595  linebreak="al",
226596  unicodeslot=0x1D1DA,
226597 },
226598 [0x1D1DB]={
226599  category="so",
226600  description="MUSICAL SYMBOL SCANDICUS FLEXUS",
226601  direction="l",
226602  linebreak="al",
226603  unicodeslot=0x1D1DB,
226604 },
226605 [0x1D1DC]={
226606  category="so",
226607  description="MUSICAL SYMBOL TORCULUS RESUPINUS",
226608  direction="l",
226609  linebreak="al",
226610  unicodeslot=0x1D1DC,
226611 },
226612 [0x1D1DD]={
226613  category="so",
226614  description="MUSICAL SYMBOL PES SUBPUNCTIS",
226615  direction="l",
226616  linebreak="al",
226617  unicodeslot=0x1D1DD,
226618 },
226619 [0x1D1DE]={
226620  category="so",
226621  description="MUSICAL SYMBOL KIEVAN C CLEF",
226622  direction="l",
226623  linebreak="al",
226624  unicodeslot=0x1D1DE,
226625 },
226626 [0x1D1DF]={
226627  category="so",
226628  description="MUSICAL SYMBOL KIEVAN END OF PIECE",
226629  direction="l",
226630  linebreak="al",
226631  unicodeslot=0x1D1DF,
226632 },
226633 [0x1D1E0]={
226634  category="so",
226635  description="MUSICAL SYMBOL KIEVAN FINAL NOTE",
226636  direction="l",
226637  linebreak="al",
226638  unicodeslot=0x1D1E0,
226639 },
226640 [0x1D1E1]={
226641  category="so",
226642  description="MUSICAL SYMBOL KIEVAN RECITATIVE MARK",
226643  direction="l",
226644  linebreak="al",
226645  unicodeslot=0x1D1E1,
226646 },
226647 [0x1D1E2]={
226648  category="so",
226649  description="MUSICAL SYMBOL KIEVAN WHOLE NOTE",
226650  direction="l",
226651  linebreak="al",
226652  unicodeslot=0x1D1E2,
226653 },
226654 [0x1D1E3]={
226655  category="so",
226656  description="MUSICAL SYMBOL KIEVAN HALF NOTE",
226657  direction="l",
226658  linebreak="al",
226659  unicodeslot=0x1D1E3,
226660 },
226661 [0x1D1E4]={
226662  category="so",
226663  description="MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM DOWN",
226664  direction="l",
226665  linebreak="al",
226666  unicodeslot=0x1D1E4,
226667 },
226668 [0x1D1E5]={
226669  category="so",
226670  description="MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM UP",
226671  direction="l",
226672  linebreak="al",
226673  unicodeslot=0x1D1E5,
226674 },
226675 [0x1D1E6]={
226676  category="so",
226677  description="MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM DOWN",
226678  direction="l",
226679  linebreak="al",
226680  unicodeslot=0x1D1E6,
226681 },
226682 [0x1D1E7]={
226683  category="so",
226684  description="MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM UP",
226685  direction="l",
226686  linebreak="al",
226687  unicodeslot=0x1D1E7,
226688 },
226689 [0x1D1E8]={
226690  category="so",
226691  description="MUSICAL SYMBOL KIEVAN FLAT SIGN",
226692  direction="l",
226693  linebreak="al",
226694  unicodeslot=0x1D1E8,
226695 },
226696 [0x1D1E9]={
226697  category="so",
226698  description="MUSICAL SYMBOL SORI",
226699  direction="on",
226700  linebreak="al",
226701  unicodeslot=0x1D1E9,
226702 },
226703 [0x1D1EA]={
226704  category="so",
226705  description="MUSICAL SYMBOL KORON",
226706  direction="on",
226707  linebreak="al",
226708  unicodeslot=0x1D1EA,
226709 },
226710 [0x1D200]={
226711  category="so",
226712  description="GREEK VOCAL NOTATION SYMBOL-0x0001",
226713  direction="on",
226714  linebreak="al",
226715  unicodeslot=0x1D200,
226716 },
226717 [0x1D201]={
226718  category="so",
226719  description="GREEK VOCAL NOTATION SYMBOL-0x0002",
226720  direction="on",
226721  linebreak="al",
226722  unicodeslot=0x1D201,
226723 },
226724 [0x1D202]={
226725  category="so",
226726  description="GREEK VOCAL NOTATION SYMBOL-0x0003",
226727  direction="on",
226728  linebreak="al",
226729  unicodeslot=0x1D202,
226730 },
226731 [0x1D203]={
226732  category="so",
226733  description="GREEK VOCAL NOTATION SYMBOL-0x0004",
226734  direction="on",
226735  linebreak="al",
226736  unicodeslot=0x1D203,
226737 },
226738 [0x1D204]={
226739  category="so",
226740  description="GREEK VOCAL NOTATION SYMBOL-0x0005",
226741  direction="on",
226742  linebreak="al",
226743  unicodeslot=0x1D204,
226744 },
226745 [0x1D205]={
226746  category="so",
226747  description="GREEK VOCAL NOTATION SYMBOL-0x0006",
226748  direction="on",
226749  linebreak="al",
226750  unicodeslot=0x1D205,
226751 },
226752 [0x1D206]={
226753  category="so",
226754  description="GREEK VOCAL NOTATION SYMBOL-0x0007",
226755  direction="on",
226756  linebreak="al",
226757  unicodeslot=0x1D206,
226758 },
226759 [0x1D207]={
226760  category="so",
226761  description="GREEK VOCAL NOTATION SYMBOL-0x0008",
226762  direction="on",
226763  linebreak="al",
226764  unicodeslot=0x1D207,
226765 },
226766 [0x1D208]={
226767  category="so",
226768  description="GREEK VOCAL NOTATION SYMBOL-0x0009",
226769  direction="on",
226770  linebreak="al",
226771  unicodeslot=0x1D208,
226772 },
226773 [0x1D209]={
226774  category="so",
226775  description="GREEK VOCAL NOTATION SYMBOL-0x000A",
226776  direction="on",
226777  linebreak="al",
226778  unicodeslot=0x1D209,
226779 },
226780 [0x1D20A]={
226781  category="so",
226782  description="GREEK VOCAL NOTATION SYMBOL-0x000B",
226783  direction="on",
226784  linebreak="al",
226785  unicodeslot=0x1D20A,
226786 },
226787 [0x1D20B]={
226788  category="so",
226789  description="GREEK VOCAL NOTATION SYMBOL-0x000C",
226790  direction="on",
226791  linebreak="al",
226792  unicodeslot=0x1D20B,
226793 },
226794 [0x1D20C]={
226795  category="so",
226796  description="GREEK VOCAL NOTATION SYMBOL-0x000D",
226797  direction="on",
226798  linebreak="al",
226799  unicodeslot=0x1D20C,
226800 },
226801 [0x1D20D]={
226802  category="so",
226803  description="GREEK VOCAL NOTATION SYMBOL-0x000E",
226804  direction="on",
226805  linebreak="al",
226806  unicodeslot=0x1D20D,
226807 },
226808 [0x1D20E]={
226809  category="so",
226810  description="GREEK VOCAL NOTATION SYMBOL-0x000F",
226811  direction="on",
226812  linebreak="al",
226813  unicodeslot=0x1D20E,
226814 },
226815 [0x1D20F]={
226816  category="so",
226817  description="GREEK VOCAL NOTATION SYMBOL-0x0010",
226818  direction="on",
226819  linebreak="al",
226820  unicodeslot=0x1D20F,
226821 },
226822 [0x1D210]={
226823  category="so",
226824  description="GREEK VOCAL NOTATION SYMBOL-0x0011",
226825  direction="on",
226826  linebreak="al",
226827  unicodeslot=0x1D210,
226828 },
226829 [0x1D211]={
226830  category="so",
226831  description="GREEK VOCAL NOTATION SYMBOL-0x0012",
226832  direction="on",
226833  linebreak="al",
226834  unicodeslot=0x1D211,
226835 },
226836 [0x1D212]={
226837  category="so",
226838  description="GREEK VOCAL NOTATION SYMBOL-0x0013",
226839  direction="on",
226840  linebreak="al",
226841  unicodeslot=0x1D212,
226842 },
226843 [0x1D213]={
226844  category="so",
226845  description="GREEK VOCAL NOTATION SYMBOL-0x0014",
226846  direction="on",
226847  linebreak="al",
226848  unicodeslot=0x1D213,
226849 },
226850 [0x1D214]={
226851  category="so",
226852  description="GREEK VOCAL NOTATION SYMBOL-0x0015",
226853  direction="on",
226854  linebreak="al",
226855  unicodeslot=0x1D214,
226856 },
226857 [0x1D215]={
226858  category="so",
226859  description="GREEK VOCAL NOTATION SYMBOL-0x0016",
226860  direction="on",
226861  linebreak="al",
226862  unicodeslot=0x1D215,
226863 },
226864 [0x1D216]={
226865  category="so",
226866  description="GREEK VOCAL NOTATION SYMBOL-0x0017",
226867  direction="on",
226868  linebreak="al",
226869  unicodeslot=0x1D216,
226870 },
226871 [0x1D217]={
226872  category="so",
226873  description="GREEK VOCAL NOTATION SYMBOL-0x0018",
226874  direction="on",
226875  linebreak="al",
226876  unicodeslot=0x1D217,
226877 },
226878 [0x1D218]={
226879  category="so",
226880  description="GREEK VOCAL NOTATION SYMBOL-0x0032",
226881  direction="on",
226882  linebreak="al",
226883  unicodeslot=0x1D218,
226884 },
226885 [0x1D219]={
226886  category="so",
226887  description="GREEK VOCAL NOTATION SYMBOL-0x0033",
226888  direction="on",
226889  linebreak="al",
226890  unicodeslot=0x1D219,
226891 },
226892 [0x1D21A]={
226893  category="so",
226894  description="GREEK VOCAL NOTATION SYMBOL-0x0034",
226895  direction="on",
226896  linebreak="al",
226897  unicodeslot=0x1D21A,
226898 },
226899 [0x1D21B]={
226900  category="so",
226901  description="GREEK VOCAL NOTATION SYMBOL-0x0035",
226902  direction="on",
226903  linebreak="al",
226904  unicodeslot=0x1D21B,
226905 },
226906 [0x1D21C]={
226907  category="so",
226908  description="GREEK VOCAL NOTATION SYMBOL-0x0036",
226909  direction="on",
226910  linebreak="al",
226911  unicodeslot=0x1D21C,
226912 },
226913 [0x1D21D]={
226914  category="so",
226915  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0001",
226916  direction="on",
226917  linebreak="al",
226918  unicodeslot=0x1D21D,
226919 },
226920 [0x1D21E]={
226921  category="so",
226922  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0002",
226923  direction="on",
226924  linebreak="al",
226925  unicodeslot=0x1D21E,
226926 },
226927 [0x1D21F]={
226928  category="so",
226929  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0004",
226930  direction="on",
226931  linebreak="al",
226932  unicodeslot=0x1D21F,
226933 },
226934 [0x1D220]={
226935  category="so",
226936  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0005",
226937  direction="on",
226938  linebreak="al",
226939  unicodeslot=0x1D220,
226940 },
226941 [0x1D221]={
226942  category="so",
226943  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0007",
226944  direction="on",
226945  linebreak="al",
226946  unicodeslot=0x1D221,
226947 },
226948 [0x1D222]={
226949  category="so",
226950  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0008",
226951  direction="on",
226952  linebreak="al",
226953  unicodeslot=0x1D222,
226954 },
226955 [0x1D223]={
226956  category="so",
226957  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000B",
226958  direction="on",
226959  linebreak="al",
226960  unicodeslot=0x1D223,
226961 },
226962 [0x1D224]={
226963  category="so",
226964  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000C",
226965  direction="on",
226966  linebreak="al",
226967  unicodeslot=0x1D224,
226968 },
226969 [0x1D225]={
226970  category="so",
226971  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000D",
226972  direction="on",
226973  linebreak="al",
226974  unicodeslot=0x1D225,
226975 },
226976 [0x1D226]={
226977  category="so",
226978  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000E",
226979  direction="on",
226980  linebreak="al",
226981  unicodeslot=0x1D226,
226982 },
226983 [0x1D227]={
226984  category="so",
226985  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0011",
226986  direction="on",
226987  linebreak="al",
226988  unicodeslot=0x1D227,
226989 },
226990 [0x1D228]={
226991  category="so",
226992  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0012",
226993  direction="on",
226994  linebreak="al",
226995  unicodeslot=0x1D228,
226996 },
226997 [0x1D229]={
226998  category="so",
226999  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0013",
227000  direction="on",
227001  linebreak="al",
227002  unicodeslot=0x1D229,
227003 },
227004 [0x1D22A]={
227005  category="so",
227006  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0017",
227007  direction="on",
227008  linebreak="al",
227009  unicodeslot=0x1D22A,
227010 },
227011 [0x1D22B]={
227012  category="so",
227013  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0018",
227014  direction="on",
227015  linebreak="al",
227016  unicodeslot=0x1D22B,
227017 },
227018 [0x1D22C]={
227019  category="so",
227020  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0019",
227021  direction="on",
227022  linebreak="al",
227023  unicodeslot=0x1D22C,
227024 },
227025 [0x1D22D]={
227026  category="so",
227027  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001A",
227028  direction="on",
227029  linebreak="al",
227030  unicodeslot=0x1D22D,
227031 },
227032 [0x1D22E]={
227033  category="so",
227034  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001B",
227035  direction="on",
227036  linebreak="al",
227037  unicodeslot=0x1D22E,
227038 },
227039 [0x1D22F]={
227040  category="so",
227041  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001D",
227042  direction="on",
227043  linebreak="al",
227044  unicodeslot=0x1D22F,
227045 },
227046 [0x1D230]={
227047  category="so",
227048  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001E",
227049  direction="on",
227050  linebreak="al",
227051  unicodeslot=0x1D230,
227052 },
227053 [0x1D231]={
227054  category="so",
227055  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0020",
227056  direction="on",
227057  linebreak="al",
227058  unicodeslot=0x1D231,
227059 },
227060 [0x1D232]={
227061  category="so",
227062  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0024",
227063  direction="on",
227064  linebreak="al",
227065  unicodeslot=0x1D232,
227066 },
227067 [0x1D233]={
227068  category="so",
227069  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0025",
227070  direction="on",
227071  linebreak="al",
227072  unicodeslot=0x1D233,
227073 },
227074 [0x1D234]={
227075  category="so",
227076  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0026",
227077  direction="on",
227078  linebreak="al",
227079  unicodeslot=0x1D234,
227080 },
227081 [0x1D235]={
227082  category="so",
227083  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0027",
227084  direction="on",
227085  linebreak="al",
227086  unicodeslot=0x1D235,
227087 },
227088 [0x1D236]={
227089  category="so",
227090  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0028",
227091  direction="on",
227092  linebreak="al",
227093  unicodeslot=0x1D236,
227094 },
227095 [0x1D237]={
227096  category="so",
227097  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002A",
227098  direction="on",
227099  linebreak="al",
227100  unicodeslot=0x1D237,
227101 },
227102 [0x1D238]={
227103  category="so",
227104  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002B",
227105  direction="on",
227106  linebreak="al",
227107  unicodeslot=0x1D238,
227108 },
227109 [0x1D239]={
227110  category="so",
227111  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002D",
227112  direction="on",
227113  linebreak="al",
227114  unicodeslot=0x1D239,
227115 },
227116 [0x1D23A]={
227117  category="so",
227118  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002F",
227119  direction="on",
227120  linebreak="al",
227121  unicodeslot=0x1D23A,
227122 },
227123 [0x1D23B]={
227124  category="so",
227125  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0030",
227126  direction="on",
227127  linebreak="al",
227128  unicodeslot=0x1D23B,
227129 },
227130 [0x1D23C]={
227131  category="so",
227132  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0031",
227133  direction="on",
227134  linebreak="al",
227135  unicodeslot=0x1D23C,
227136 },
227137 [0x1D23D]={
227138  category="so",
227139  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0032",
227140  direction="on",
227141  linebreak="al",
227142  unicodeslot=0x1D23D,
227143 },
227144 [0x1D23E]={
227145  category="so",
227146  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0033",
227147  direction="on",
227148  linebreak="al",
227149  unicodeslot=0x1D23E,
227150 },
227151 [0x1D23F]={
227152  category="so",
227153  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0034",
227154  direction="on",
227155  linebreak="al",
227156  unicodeslot=0x1D23F,
227157 },
227158 [0x1D240]={
227159  category="so",
227160  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0035",
227161  direction="on",
227162  linebreak="al",
227163  unicodeslot=0x1D240,
227164 },
227165 [0x1D241]={
227166  category="so",
227167  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0036",
227168  direction="on",
227169  linebreak="al",
227170  unicodeslot=0x1D241,
227171 },
227172 [0x1D242]={
227173  category="mn",
227174  combining=0xE6,
227175  description="COMBINING GREEK MUSICAL TRISEME",
227176  direction="nsm",
227177  linebreak="cm",
227178  unicodeslot=0x1D242,
227179 },
227180 [0x1D243]={
227181  category="mn",
227182  combining=0xE6,
227183  description="COMBINING GREEK MUSICAL TETRASEME",
227184  direction="nsm",
227185  linebreak="cm",
227186  unicodeslot=0x1D243,
227187 },
227188 [0x1D244]={
227189  category="mn",
227190  combining=0xE6,
227191  description="COMBINING GREEK MUSICAL PENTASEME",
227192  direction="nsm",
227193  linebreak="cm",
227194  unicodeslot=0x1D244,
227195 },
227196 [0x1D245]={
227197  category="so",
227198  description="GREEK MUSICAL LEIMMA",
227199  direction="on",
227200  linebreak="al",
227201  unicodeslot=0x1D245,
227202 },
227203 [0x1D2C0]={
227204  category="no",
227205  description="KAKTOVIK NUMERAL ZERO",
227206  direction="l",
227207  linebreak="al",
227208  unicodeslot=0x1D2C0,
227209 },
227210 [0x1D2C1]={
227211  category="no",
227212  description="KAKTOVIK NUMERAL ONE",
227213  direction="l",
227214  linebreak="al",
227215  unicodeslot=0x1D2C1,
227216 },
227217 [0x1D2C2]={
227218  category="no",
227219  description="KAKTOVIK NUMERAL TWO",
227220  direction="l",
227221  linebreak="al",
227222  unicodeslot=0x1D2C2,
227223 },
227224 [0x1D2C3]={
227225  category="no",
227226  description="KAKTOVIK NUMERAL THREE",
227227  direction="l",
227228  linebreak="al",
227229  unicodeslot=0x1D2C3,
227230 },
227231 [0x1D2C4]={
227232  category="no",
227233  description="KAKTOVIK NUMERAL FOUR",
227234  direction="l",
227235  linebreak="al",
227236  unicodeslot=0x1D2C4,
227237 },
227238 [0x1D2C5]={
227239  category="no",
227240  description="KAKTOVIK NUMERAL FIVE",
227241  direction="l",
227242  linebreak="al",
227243  unicodeslot=0x1D2C5,
227244 },
227245 [0x1D2C6]={
227246  category="no",
227247  description="KAKTOVIK NUMERAL SIX",
227248  direction="l",
227249  linebreak="al",
227250  unicodeslot=0x1D2C6,
227251 },
227252 [0x1D2C7]={
227253  category="no",
227254  description="KAKTOVIK NUMERAL SEVEN",
227255  direction="l",
227256  linebreak="al",
227257  unicodeslot=0x1D2C7,
227258 },
227259 [0x1D2C8]={
227260  category="no",
227261  description="KAKTOVIK NUMERAL EIGHT",
227262  direction="l",
227263  linebreak="al",
227264  unicodeslot=0x1D2C8,
227265 },
227266 [0x1D2C9]={
227267  category="no",
227268  description="KAKTOVIK NUMERAL NINE",
227269  direction="l",
227270  linebreak="al",
227271  unicodeslot=0x1D2C9,
227272 },
227273 [0x1D2CA]={
227274  category="no",
227275  description="KAKTOVIK NUMERAL TEN",
227276  direction="l",
227277  linebreak="al",
227278  unicodeslot=0x1D2CA,
227279 },
227280 [0x1D2CB]={
227281  category="no",
227282  description="KAKTOVIK NUMERAL ELEVEN",
227283  direction="l",
227284  linebreak="al",
227285  unicodeslot=0x1D2CB,
227286 },
227287 [0x1D2CC]={
227288  category="no",
227289  description="KAKTOVIK NUMERAL TWELVE",
227290  direction="l",
227291  linebreak="al",
227292  unicodeslot=0x1D2CC,
227293 },
227294 [0x1D2CD]={
227295  category="no",
227296  description="KAKTOVIK NUMERAL THIRTEEN",
227297  direction="l",
227298  linebreak="al",
227299  unicodeslot=0x1D2CD,
227300 },
227301 [0x1D2CE]={
227302  category="no",
227303  description="KAKTOVIK NUMERAL FOURTEEN",
227304  direction="l",
227305  linebreak="al",
227306  unicodeslot=0x1D2CE,
227307 },
227308 [0x1D2CF]={
227309  category="no",
227310  description="KAKTOVIK NUMERAL FIFTEEN",
227311  direction="l",
227312  linebreak="al",
227313  unicodeslot=0x1D2CF,
227314 },
227315 [0x1D2D0]={
227316  category="no",
227317  description="KAKTOVIK NUMERAL SIXTEEN",
227318  direction="l",
227319  linebreak="al",
227320  unicodeslot=0x1D2D0,
227321 },
227322 [0x1D2D1]={
227323  category="no",
227324  description="KAKTOVIK NUMERAL SEVENTEEN",
227325  direction="l",
227326  linebreak="al",
227327  unicodeslot=0x1D2D1,
227328 },
227329 [0x1D2D2]={
227330  category="no",
227331  description="KAKTOVIK NUMERAL EIGHTEEN",
227332  direction="l",
227333  linebreak="al",
227334  unicodeslot=0x1D2D2,
227335 },
227336 [0x1D2D3]={
227337  category="no",
227338  description="KAKTOVIK NUMERAL NINETEEN",
227339  direction="l",
227340  linebreak="al",
227341  unicodeslot=0x1D2D3,
227342 },
227343 [0x1D2E0]={
227344  category="no",
227345  description="MAYAN NUMERAL ZERO",
227346  direction="l",
227347  linebreak="al",
227348  unicodeslot=0x1D2E0,
227349 },
227350 [0x1D2E1]={
227351  category="no",
227352  description="MAYAN NUMERAL ONE",
227353  direction="l",
227354  linebreak="al",
227355  unicodeslot=0x1D2E1,
227356 },
227357 [0x1D2E2]={
227358  category="no",
227359  description="MAYAN NUMERAL TWO",
227360  direction="l",
227361  linebreak="al",
227362  unicodeslot=0x1D2E2,
227363 },
227364 [0x1D2E3]={
227365  category="no",
227366  description="MAYAN NUMERAL THREE",
227367  direction="l",
227368  linebreak="al",
227369  unicodeslot=0x1D2E3,
227370 },
227371 [0x1D2E4]={
227372  category="no",
227373  description="MAYAN NUMERAL FOUR",
227374  direction="l",
227375  linebreak="al",
227376  unicodeslot=0x1D2E4,
227377 },
227378 [0x1D2E5]={
227379  category="no",
227380  description="MAYAN NUMERAL FIVE",
227381  direction="l",
227382  linebreak="al",
227383  unicodeslot=0x1D2E5,
227384 },
227385 [0x1D2E6]={
227386  category="no",
227387  description="MAYAN NUMERAL SIX",
227388  direction="l",
227389  linebreak="al",
227390  unicodeslot=0x1D2E6,
227391 },
227392 [0x1D2E7]={
227393  category="no",
227394  description="MAYAN NUMERAL SEVEN",
227395  direction="l",
227396  linebreak="al",
227397  unicodeslot=0x1D2E7,
227398 },
227399 [0x1D2E8]={
227400  category="no",
227401  description="MAYAN NUMERAL EIGHT",
227402  direction="l",
227403  linebreak="al",
227404  unicodeslot=0x1D2E8,
227405 },
227406 [0x1D2E9]={
227407  category="no",
227408  description="MAYAN NUMERAL NINE",
227409  direction="l",
227410  linebreak="al",
227411  unicodeslot=0x1D2E9,
227412 },
227413 [0x1D2EA]={
227414  category="no",
227415  description="MAYAN NUMERAL TEN",
227416  direction="l",
227417  linebreak="al",
227418  unicodeslot=0x1D2EA,
227419 },
227420 [0x1D2EB]={
227421  category="no",
227422  description="MAYAN NUMERAL ELEVEN",
227423  direction="l",
227424  linebreak="al",
227425  unicodeslot=0x1D2EB,
227426 },
227427 [0x1D2EC]={
227428  category="no",
227429  description="MAYAN NUMERAL TWELVE",
227430  direction="l",
227431  linebreak="al",
227432  unicodeslot=0x1D2EC,
227433 },
227434 [0x1D2ED]={
227435  category="no",
227436  description="MAYAN NUMERAL THIRTEEN",
227437  direction="l",
227438  linebreak="al",
227439  unicodeslot=0x1D2ED,
227440 },
227441 [0x1D2EE]={
227442  category="no",
227443  description="MAYAN NUMERAL FOURTEEN",
227444  direction="l",
227445  linebreak="al",
227446  unicodeslot=0x1D2EE,
227447 },
227448 [0x1D2EF]={
227449  category="no",
227450  description="MAYAN NUMERAL FIFTEEN",
227451  direction="l",
227452  linebreak="al",
227453  unicodeslot=0x1D2EF,
227454 },
227455 [0x1D2F0]={
227456  category="no",
227457  description="MAYAN NUMERAL SIXTEEN",
227458  direction="l",
227459  linebreak="al",
227460  unicodeslot=0x1D2F0,
227461 },
227462 [0x1D2F1]={
227463  category="no",
227464  description="MAYAN NUMERAL SEVENTEEN",
227465  direction="l",
227466  linebreak="al",
227467  unicodeslot=0x1D2F1,
227468 },
227469 [0x1D2F2]={
227470  category="no",
227471  description="MAYAN NUMERAL EIGHTEEN",
227472  direction="l",
227473  linebreak="al",
227474  unicodeslot=0x1D2F2,
227475 },
227476 [0x1D2F3]={
227477  category="no",
227478  description="MAYAN NUMERAL NINETEEN",
227479  direction="l",
227480  linebreak="al",
227481  unicodeslot=0x1D2F3,
227482 },
227483 [0x1D300]={
227484  category="so",
227485  description="MONOGRAM FOR EARTH",
227486  direction="on",
227487  linebreak="al",
227488  unicodeslot=0x1D300,
227489 },
227490 [0x1D301]={
227491  category="so",
227492  description="DIGRAM FOR HEAVENLY EARTH",
227493  direction="on",
227494  linebreak="al",
227495  unicodeslot=0x1D301,
227496 },
227497 [0x1D302]={
227498  category="so",
227499  description="DIGRAM FOR HUMAN EARTH",
227500  direction="on",
227501  linebreak="al",
227502  unicodeslot=0x1D302,
227503 },
227504 [0x1D303]={
227505  category="so",
227506  description="DIGRAM FOR EARTHLY HEAVEN",
227507  direction="on",
227508  linebreak="al",
227509  unicodeslot=0x1D303,
227510 },
227511 [0x1D304]={
227512  category="so",
227513  description="DIGRAM FOR EARTHLY HUMAN",
227514  direction="on",
227515  linebreak="al",
227516  unicodeslot=0x1D304,
227517 },
227518 [0x1D305]={
227519  category="so",
227520  description="DIGRAM FOR EARTH",
227521  direction="on",
227522  linebreak="al",
227523  unicodeslot=0x1D305,
227524 },
227525 [0x1D306]={
227526  category="so",
227527  description="TETRAGRAM FOR CENTRE",
227528  direction="on",
227529  linebreak="al",
227530  unicodeslot=0x1D306,
227531 },
227532 [0x1D307]={
227533  category="so",
227534  description="TETRAGRAM FOR FULL CIRCLE",
227535  direction="on",
227536  linebreak="al",
227537  unicodeslot=0x1D307,
227538 },
227539 [0x1D308]={
227540  category="so",
227541  description="TETRAGRAM FOR MIRED",
227542  direction="on",
227543  linebreak="al",
227544  unicodeslot=0x1D308,
227545 },
227546 [0x1D309]={
227547  category="so",
227548  description="TETRAGRAM FOR BARRIER",
227549  direction="on",
227550  linebreak="al",
227551  unicodeslot=0x1D309,
227552 },
227553 [0x1D30A]={
227554  category="so",
227555  description="TETRAGRAM FOR KEEPING SMALL",
227556  direction="on",
227557  linebreak="al",
227558  unicodeslot=0x1D30A,
227559 },
227560 [0x1D30B]={
227561  category="so",
227562  description="TETRAGRAM FOR CONTRARIETY",
227563  direction="on",
227564  linebreak="al",
227565  unicodeslot=0x1D30B,
227566 },
227567 [0x1D30C]={
227568  category="so",
227569  description="TETRAGRAM FOR ASCENT",
227570  direction="on",
227571  linebreak="al",
227572  unicodeslot=0x1D30C,
227573 },
227574 [0x1D30D]={
227575  category="so",
227576  description="TETRAGRAM FOR OPPOSITION",
227577  direction="on",
227578  linebreak="al",
227579  unicodeslot=0x1D30D,
227580 },
227581 [0x1D30E]={
227582  category="so",
227583  description="TETRAGRAM FOR BRANCHING OUT",
227584  direction="on",
227585  linebreak="al",
227586  unicodeslot=0x1D30E,
227587 },
227588 [0x1D30F]={
227589  category="so",
227590  description="TETRAGRAM FOR DEFECTIVENESS OR DISTORTION",
227591  direction="on",
227592  linebreak="al",
227593  unicodeslot=0x1D30F,
227594 },
227595 [0x1D310]={
227596  category="so",
227597  description="TETRAGRAM FOR DIVERGENCE",
227598  direction="on",
227599  linebreak="al",
227600  unicodeslot=0x1D310,
227601 },
227602 [0x1D311]={
227603  category="so",
227604  description="TETRAGRAM FOR YOUTHFULNESS",
227605  direction="on",
227606  linebreak="al",
227607  unicodeslot=0x1D311,
227608 },
227609 [0x1D312]={
227610  category="so",
227611  description="TETRAGRAM FOR INCREASE",
227612  direction="on",
227613  linebreak="al",
227614  unicodeslot=0x1D312,
227615 },
227616 [0x1D313]={
227617  category="so",
227618  description="TETRAGRAM FOR PENETRATION",
227619  direction="on",
227620  linebreak="al",
227621  unicodeslot=0x1D313,
227622 },
227623 [0x1D314]={
227624  category="so",
227625  description="TETRAGRAM FOR REACH",
227626  direction="on",
227627  linebreak="al",
227628  unicodeslot=0x1D314,
227629 },
227630 [0x1D315]={
227631  category="so",
227632  description="TETRAGRAM FOR CONTACT",
227633  direction="on",
227634  linebreak="al",
227635  unicodeslot=0x1D315,
227636 },
227637 [0x1D316]={
227638  category="so",
227639  description="TETRAGRAM FOR HOLDING BACK",
227640  direction="on",
227641  linebreak="al",
227642  unicodeslot=0x1D316,
227643 },
227644 [0x1D317]={
227645  category="so",
227646  description="TETRAGRAM FOR WAITING",
227647  direction="on",
227648  linebreak="al",
227649  unicodeslot=0x1D317,
227650 },
227651 [0x1D318]={
227652  category="so",
227653  description="TETRAGRAM FOR FOLLOWING",
227654  direction="on",
227655  linebreak="al",
227656  unicodeslot=0x1D318,
227657 },
227658 [0x1D319]={
227659  category="so",
227660  description="TETRAGRAM FOR ADVANCE",
227661  direction="on",
227662  linebreak="al",
227663  unicodeslot=0x1D319,
227664 },
227665 [0x1D31A]={
227666  category="so",
227667  description="TETRAGRAM FOR RELEASE",
227668  direction="on",
227669  linebreak="al",
227670  unicodeslot=0x1D31A,
227671 },
227672 [0x1D31B]={
227673  category="so",
227674  description="TETRAGRAM FOR RESISTANCE",
227675  direction="on",
227676  linebreak="al",
227677  unicodeslot=0x1D31B,
227678 },
227679 [0x1D31C]={
227680  category="so",
227681  description="TETRAGRAM FOR EASE",
227682  direction="on",
227683  linebreak="al",
227684  unicodeslot=0x1D31C,
227685 },
227686 [0x1D31D]={
227687  category="so",
227688  description="TETRAGRAM FOR JOY",
227689  direction="on",
227690  linebreak="al",
227691  unicodeslot=0x1D31D,
227692 },
227693 [0x1D31E]={
227694  category="so",
227695  description="TETRAGRAM FOR CONTENTION",
227696  direction="on",
227697  linebreak="al",
227698  unicodeslot=0x1D31E,
227699 },
227700 [0x1D31F]={
227701  category="so",
227702  description="TETRAGRAM FOR ENDEAVOUR",
227703  direction="on",
227704  linebreak="al",
227705  unicodeslot=0x1D31F,
227706 },
227707 [0x1D320]={
227708  category="so",
227709  description="TETRAGRAM FOR DUTIES",
227710  direction="on",
227711  linebreak="al",
227712  unicodeslot=0x1D320,
227713 },
227714 [0x1D321]={
227715  category="so",
227716  description="TETRAGRAM FOR CHANGE",
227717  direction="on",
227718  linebreak="al",
227719  unicodeslot=0x1D321,
227720 },
227721 [0x1D322]={
227722  category="so",
227723  description="TETRAGRAM FOR DECISIVENESS",
227724  direction="on",
227725  linebreak="al",
227726  unicodeslot=0x1D322,
227727 },
227728 [0x1D323]={
227729  category="so",
227730  description="TETRAGRAM FOR BOLD RESOLUTION",
227731  direction="on",
227732  linebreak="al",
227733  unicodeslot=0x1D323,
227734 },
227735 [0x1D324]={
227736  category="so",
227737  description="TETRAGRAM FOR PACKING",
227738  direction="on",
227739  linebreak="al",
227740  unicodeslot=0x1D324,
227741 },
227742 [0x1D325]={
227743  category="so",
227744  description="TETRAGRAM FOR LEGION",
227745  direction="on",
227746  linebreak="al",
227747  unicodeslot=0x1D325,
227748 },
227749 [0x1D326]={
227750  category="so",
227751  description="TETRAGRAM FOR CLOSENESS",
227752  direction="on",
227753  linebreak="al",
227754  unicodeslot=0x1D326,
227755 },
227756 [0x1D327]={
227757  category="so",
227758  description="TETRAGRAM FOR KINSHIP",
227759  direction="on",
227760  linebreak="al",
227761  unicodeslot=0x1D327,
227762 },
227763 [0x1D328]={
227764  category="so",
227765  description="TETRAGRAM FOR GATHERING",
227766  direction="on",
227767  linebreak="al",
227768  unicodeslot=0x1D328,
227769 },
227770 [0x1D329]={
227771  category="so",
227772  description="TETRAGRAM FOR STRENGTH",
227773  direction="on",
227774  linebreak="al",
227775  unicodeslot=0x1D329,
227776 },
227777 [0x1D32A]={
227778  category="so",
227779  description="TETRAGRAM FOR PURITY",
227780  direction="on",
227781  linebreak="al",
227782  unicodeslot=0x1D32A,
227783 },
227784 [0x1D32B]={
227785  category="so",
227786  description="TETRAGRAM FOR FULLNESS",
227787  direction="on",
227788  linebreak="al",
227789  unicodeslot=0x1D32B,
227790 },
227791 [0x1D32C]={
227792  category="so",
227793  description="TETRAGRAM FOR RESIDENCE",
227794  direction="on",
227795  linebreak="al",
227796  unicodeslot=0x1D32C,
227797 },
227798 [0x1D32D]={
227799  category="so",
227800  description="TETRAGRAM FOR LAW OR MODEL",
227801  direction="on",
227802  linebreak="al",
227803  unicodeslot=0x1D32D,
227804 },
227805 [0x1D32E]={
227806  category="so",
227807  description="TETRAGRAM FOR RESPONSE",
227808  direction="on",
227809  linebreak="al",
227810  unicodeslot=0x1D32E,
227811 },
227812 [0x1D32F]={
227813  category="so",
227814  description="TETRAGRAM FOR GOING TO MEET",
227815  direction="on",
227816  linebreak="al",
227817  unicodeslot=0x1D32F,
227818 },
227819 [0x1D330]={
227820  category="so",
227821  description="TETRAGRAM FOR ENCOUNTERS",
227822  direction="on",
227823  linebreak="al",
227824  unicodeslot=0x1D330,
227825 },
227826 [0x1D331]={
227827  category="so",
227828  description="TETRAGRAM FOR STOVE",
227829  direction="on",
227830  linebreak="al",
227831  unicodeslot=0x1D331,
227832 },
227833 [0x1D332]={
227834  category="so",
227835  description="TETRAGRAM FOR GREATNESS",
227836  direction="on",
227837  linebreak="al",
227838  unicodeslot=0x1D332,
227839 },
227840 [0x1D333]={
227841  category="so",
227842  description="TETRAGRAM FOR ENLARGEMENT",
227843  direction="on",
227844  linebreak="al",
227845  unicodeslot=0x1D333,
227846 },
227847 [0x1D334]={
227848  category="so",
227849  description="TETRAGRAM FOR PATTERN",
227850  direction="on",
227851  linebreak="al",
227852  unicodeslot=0x1D334,
227853 },
227854 [0x1D335]={
227855  category="so",
227856  description="TETRAGRAM FOR RITUAL",
227857  direction="on",
227858  linebreak="al",
227859  unicodeslot=0x1D335,
227860 },
227861 [0x1D336]={
227862  category="so",
227863  description="TETRAGRAM FOR FLIGHT",
227864  direction="on",
227865  linebreak="al",
227866  unicodeslot=0x1D336,
227867 },
227868 [0x1D337]={
227869  category="so",
227870  description="TETRAGRAM FOR VASTNESS OR WASTING",
227871  direction="on",
227872  linebreak="al",
227873  unicodeslot=0x1D337,
227874 },
227875 [0x1D338]={
227876  category="so",
227877  description="TETRAGRAM FOR CONSTANCY",
227878  direction="on",
227879  linebreak="al",
227880  unicodeslot=0x1D338,
227881 },
227882 [0x1D339]={
227883  category="so",
227884  description="TETRAGRAM FOR MEASURE",
227885  direction="on",
227886  linebreak="al",
227887  unicodeslot=0x1D339,
227888 },
227889 [0x1D33A]={
227890  category="so",
227891  description="TETRAGRAM FOR ETERNITY",
227892  direction="on",
227893  linebreak="al",
227894  unicodeslot=0x1D33A,
227895 },
227896 [0x1D33B]={
227897  category="so",
227898  description="TETRAGRAM FOR UNITY",
227899  direction="on",
227900  linebreak="al",
227901  unicodeslot=0x1D33B,
227902 },
227903 [0x1D33C]={
227904  category="so",
227905  description="TETRAGRAM FOR DIMINISHMENT",
227906  direction="on",
227907  linebreak="al",
227908  unicodeslot=0x1D33C,
227909 },
227910 [0x1D33D]={
227911  category="so",
227912  description="TETRAGRAM FOR CLOSED MOUTH",
227913  direction="on",
227914  linebreak="al",
227915  unicodeslot=0x1D33D,
227916 },
227917 [0x1D33E]={
227918  category="so",
227919  description="TETRAGRAM FOR GUARDEDNESS",
227920  direction="on",
227921  linebreak="al",
227922  unicodeslot=0x1D33E,
227923 },
227924 [0x1D33F]={
227925  category="so",
227926  description="TETRAGRAM FOR GATHERING IN",
227927  direction="on",
227928  linebreak="al",
227929  unicodeslot=0x1D33F,
227930 },
227931 [0x1D340]={
227932  category="so",
227933  description="TETRAGRAM FOR MASSING",
227934  direction="on",
227935  linebreak="al",
227936  unicodeslot=0x1D340,
227937 },
227938 [0x1D341]={
227939  category="so",
227940  description="TETRAGRAM FOR ACCUMULATION",
227941  direction="on",
227942  linebreak="al",
227943  unicodeslot=0x1D341,
227944 },
227945 [0x1D342]={
227946  category="so",
227947  description="TETRAGRAM FOR EMBELLISHMENT",
227948  direction="on",
227949  linebreak="al",
227950  unicodeslot=0x1D342,
227951 },
227952 [0x1D343]={
227953  category="so",
227954  description="TETRAGRAM FOR DOUBT",
227955  direction="on",
227956  linebreak="al",
227957  unicodeslot=0x1D343,
227958 },
227959 [0x1D344]={
227960  category="so",
227961  description="TETRAGRAM FOR WATCH",
227962  direction="on",
227963  linebreak="al",
227964  unicodeslot=0x1D344,
227965 },
227966 [0x1D345]={
227967  category="so",
227968  description="TETRAGRAM FOR SINKING",
227969  direction="on",
227970  linebreak="al",
227971  unicodeslot=0x1D345,
227972 },
227973 [0x1D346]={
227974  category="so",
227975  description="TETRAGRAM FOR INNER",
227976  direction="on",
227977  linebreak="al",
227978  unicodeslot=0x1D346,
227979 },
227980 [0x1D347]={
227981  category="so",
227982  description="TETRAGRAM FOR DEPARTURE",
227983  direction="on",
227984  linebreak="al",
227985  unicodeslot=0x1D347,
227986 },
227987 [0x1D348]={
227988  category="so",
227989  description="TETRAGRAM FOR DARKENING",
227990  direction="on",
227991  linebreak="al",
227992  unicodeslot=0x1D348,
227993 },
227994 [0x1D349]={
227995  category="so",
227996  description="TETRAGRAM FOR DIMMING",
227997  direction="on",
227998  linebreak="al",
227999  unicodeslot=0x1D349,
228000 },
228001 [0x1D34A]={
228002  category="so",
228003  description="TETRAGRAM FOR EXHAUSTION",
228004  direction="on",
228005  linebreak="al",
228006  unicodeslot=0x1D34A,
228007 },
228008 [0x1D34B]={
228009  category="so",
228010  description="TETRAGRAM FOR SEVERANCE",
228011  direction="on",
228012  linebreak="al",
228013  unicodeslot=0x1D34B,
228014 },
228015 [0x1D34C]={
228016  category="so",
228017  description="TETRAGRAM FOR STOPPAGE",
228018  direction="on",
228019  linebreak="al",
228020  unicodeslot=0x1D34C,
228021 },
228022 [0x1D34D]={
228023  category="so",
228024  description="TETRAGRAM FOR HARDNESS",
228025  direction="on",
228026  linebreak="al",
228027  unicodeslot=0x1D34D,
228028 },
228029 [0x1D34E]={
228030  category="so",
228031  description="TETRAGRAM FOR COMPLETION",
228032  direction="on",
228033  linebreak="al",
228034  unicodeslot=0x1D34E,
228035 },
228036 [0x1D34F]={
228037  category="so",
228038  description="TETRAGRAM FOR CLOSURE",
228039  direction="on",
228040  linebreak="al",
228041  unicodeslot=0x1D34F,
228042 },
228043 [0x1D350]={
228044  category="so",
228045  description="TETRAGRAM FOR FAILURE",
228046  direction="on",
228047  linebreak="al",
228048  unicodeslot=0x1D350,
228049 },
228050 [0x1D351]={
228051  category="so",
228052  description="TETRAGRAM FOR AGGRAVATION",
228053  direction="on",
228054  linebreak="al",
228055  unicodeslot=0x1D351,
228056 },
228057 [0x1D352]={
228058  category="so",
228059  description="TETRAGRAM FOR COMPLIANCE",
228060  direction="on",
228061  linebreak="al",
228062  unicodeslot=0x1D352,
228063 },
228064 [0x1D353]={
228065  category="so",
228066  description="TETRAGRAM FOR ON THE VERGE",
228067  direction="on",
228068  linebreak="al",
228069  unicodeslot=0x1D353,
228070 },
228071 [0x1D354]={
228072  category="so",
228073  description="TETRAGRAM FOR DIFFICULTIES",
228074  direction="on",
228075  linebreak="al",
228076  unicodeslot=0x1D354,
228077 },
228078 [0x1D355]={
228079  category="so",
228080  description="TETRAGRAM FOR LABOURING",
228081  direction="on",
228082  linebreak="al",
228083  unicodeslot=0x1D355,
228084 },
228085 [0x1D356]={
228086  category="so",
228087  description="TETRAGRAM FOR FOSTERING",
228088  direction="on",
228089  linebreak="al",
228090  unicodeslot=0x1D356,
228091 },
228092 [0x1D360]={
228093  category="no",
228094  description="COUNTING ROD UNIT DIGIT ONE",
228095  direction="l",
228096  linebreak="al",
228097  unicodeslot=0x1D360,
228098 },
228099 [0x1D361]={
228100  category="no",
228101  description="COUNTING ROD UNIT DIGIT TWO",
228102  direction="l",
228103  linebreak="al",
228104  unicodeslot=0x1D361,
228105 },
228106 [0x1D362]={
228107  category="no",
228108  description="COUNTING ROD UNIT DIGIT THREE",
228109  direction="l",
228110  linebreak="al",
228111  unicodeslot=0x1D362,
228112 },
228113 [0x1D363]={
228114  category="no",
228115  description="COUNTING ROD UNIT DIGIT FOUR",
228116  direction="l",
228117  linebreak="al",
228118  unicodeslot=0x1D363,
228119 },
228120 [0x1D364]={
228121  category="no",
228122  description="COUNTING ROD UNIT DIGIT FIVE",
228123  direction="l",
228124  linebreak="al",
228125  unicodeslot=0x1D364,
228126 },
228127 [0x1D365]={
228128  category="no",
228129  description="COUNTING ROD UNIT DIGIT SIX",
228130  direction="l",
228131  linebreak="al",
228132  unicodeslot=0x1D365,
228133 },
228134 [0x1D366]={
228135  category="no",
228136  description="COUNTING ROD UNIT DIGIT SEVEN",
228137  direction="l",
228138  linebreak="al",
228139  unicodeslot=0x1D366,
228140 },
228141 [0x1D367]={
228142  category="no",
228143  description="COUNTING ROD UNIT DIGIT EIGHT",
228144  direction="l",
228145  linebreak="al",
228146  unicodeslot=0x1D367,
228147 },
228148 [0x1D368]={
228149  category="no",
228150  description="COUNTING ROD UNIT DIGIT NINE",
228151  direction="l",
228152  linebreak="al",
228153  unicodeslot=0x1D368,
228154 },
228155 [0x1D369]={
228156  category="no",
228157  description="COUNTING ROD TENS DIGIT ONE",
228158  direction="l",
228159  linebreak="al",
228160  unicodeslot=0x1D369,
228161 },
228162 [0x1D36A]={
228163  category="no",
228164  description="COUNTING ROD TENS DIGIT TWO",
228165  direction="l",
228166  linebreak="al",
228167  unicodeslot=0x1D36A,
228168 },
228169 [0x1D36B]={
228170  category="no",
228171  description="COUNTING ROD TENS DIGIT THREE",
228172  direction="l",
228173  linebreak="al",
228174  unicodeslot=0x1D36B,
228175 },
228176 [0x1D36C]={
228177  category="no",
228178  description="COUNTING ROD TENS DIGIT FOUR",
228179  direction="l",
228180  linebreak="al",
228181  unicodeslot=0x1D36C,
228182 },
228183 [0x1D36D]={
228184  category="no",
228185  description="COUNTING ROD TENS DIGIT FIVE",
228186  direction="l",
228187  linebreak="al",
228188  unicodeslot=0x1D36D,
228189 },
228190 [0x1D36E]={
228191  category="no",
228192  description="COUNTING ROD TENS DIGIT SIX",
228193  direction="l",
228194  linebreak="al",
228195  unicodeslot=0x1D36E,
228196 },
228197 [0x1D36F]={
228198  category="no",
228199  description="COUNTING ROD TENS DIGIT SEVEN",
228200  direction="l",
228201  linebreak="al",
228202  unicodeslot=0x1D36F,
228203 },
228204 [0x1D370]={
228205  category="no",
228206  description="COUNTING ROD TENS DIGIT EIGHT",
228207  direction="l",
228208  linebreak="al",
228209  unicodeslot=0x1D370,
228210 },
228211 [0x1D371]={
228212  category="no",
228213  description="COUNTING ROD TENS DIGIT NINE",
228214  direction="l",
228215  linebreak="al",
228216  unicodeslot=0x1D371,
228217 },
228218 [0x1D372]={
228219  category="no",
228220  description="IDEOGRAPHIC TALLY MARK ONE",
228221  direction="l",
228222  linebreak="al",
228223  unicodeslot=0x1D372,
228224 },
228225 [0x1D373]={
228226  category="no",
228227  description="IDEOGRAPHIC TALLY MARK TWO",
228228  direction="l",
228229  linebreak="al",
228230  unicodeslot=0x1D373,
228231 },
228232 [0x1D374]={
228233  category="no",
228234  description="IDEOGRAPHIC TALLY MARK THREE",
228235  direction="l",
228236  linebreak="al",
228237  unicodeslot=0x1D374,
228238 },
228239 [0x1D375]={
228240  category="no",
228241  description="IDEOGRAPHIC TALLY MARK FOUR",
228242  direction="l",
228243  linebreak="al",
228244  unicodeslot=0x1D375,
228245 },
228246 [0x1D376]={
228247  category="no",
228248  description="IDEOGRAPHIC TALLY MARK FIVE",
228249  direction="l",
228250  linebreak="al",
228251  unicodeslot=0x1D376,
228252 },
228253 [0x1D377]={
228254  category="no",
228255  description="TALLY MARK ONE",
228256  direction="l",
228257  linebreak="al",
228258  unicodeslot=0x1D377,
228259 },
228260 [0x1D378]={
228261  category="no",
228262  description="TALLY MARK FIVE",
228263  direction="l",
228264  linebreak="al",
228265  unicodeslot=0x1D378,
228266 },
228267 [0x1D400]={
228268  category="lu",
228269  description="MATHEMATICAL BOLD CAPITAL A",
228270  direction="l",
228271  linebreak="al",
228272  specials={ "font", 0x41 },
228273  unicodeslot=0x1D400,
228274  visual="bf",
228275 },
228276 [0x1D401]={
228277  category="lu",
228278  description="MATHEMATICAL BOLD CAPITAL B",
228279  direction="l",
228280  linebreak="al",
228281  specials={ "font", 0x42 },
228282  unicodeslot=0x1D401,
228283  visual="bf",
228284 },
228285 [0x1D402]={
228286  category="lu",
228287  description="MATHEMATICAL BOLD CAPITAL C",
228288  direction="l",
228289  linebreak="al",
228290  specials={ "font", 0x43 },
228291  unicodeslot=0x1D402,
228292  visual="bf",
228293 },
228294 [0x1D403]={
228295  category="lu",
228296  description="MATHEMATICAL BOLD CAPITAL D",
228297  direction="l",
228298  linebreak="al",
228299  specials={ "font", 0x44 },
228300  unicodeslot=0x1D403,
228301  visual="bf",
228302 },
228303 [0x1D404]={
228304  category="lu",
228305  description="MATHEMATICAL BOLD CAPITAL E",
228306  direction="l",
228307  linebreak="al",
228308  specials={ "font", 0x45 },
228309  unicodeslot=0x1D404,
228310  visual="bf",
228311 },
228312 [0x1D405]={
228313  category="lu",
228314  description="MATHEMATICAL BOLD CAPITAL F",
228315  direction="l",
228316  linebreak="al",
228317  specials={ "font", 0x46 },
228318  unicodeslot=0x1D405,
228319  visual="bf",
228320 },
228321 [0x1D406]={
228322  category="lu",
228323  description="MATHEMATICAL BOLD CAPITAL G",
228324  direction="l",
228325  linebreak="al",
228326  specials={ "font", 0x47 },
228327  unicodeslot=0x1D406,
228328  visual="bf",
228329 },
228330 [0x1D407]={
228331  category="lu",
228332  description="MATHEMATICAL BOLD CAPITAL H",
228333  direction="l",
228334  linebreak="al",
228335  specials={ "font", 0x48 },
228336  unicodeslot=0x1D407,
228337  visual="bf",
228338 },
228339 [0x1D408]={
228340  category="lu",
228341  description="MATHEMATICAL BOLD CAPITAL I",
228342  direction="l",
228343  linebreak="al",
228344  specials={ "font", 0x49 },
228345  unicodeslot=0x1D408,
228346  visual="bf",
228347 },
228348 [0x1D409]={
228349  category="lu",
228350  description="MATHEMATICAL BOLD CAPITAL J",
228351  direction="l",
228352  linebreak="al",
228353  specials={ "font", 0x4A },
228354  unicodeslot=0x1D409,
228355  visual="bf",
228356 },
228357 [0x1D40A]={
228358  category="lu",
228359  description="MATHEMATICAL BOLD CAPITAL K",
228360  direction="l",
228361  linebreak="al",
228362  specials={ "font", 0x4B },
228363  unicodeslot=0x1D40A,
228364  visual="bf",
228365 },
228366 [0x1D40B]={
228367  category="lu",
228368  description="MATHEMATICAL BOLD CAPITAL L",
228369  direction="l",
228370  linebreak="al",
228371  specials={ "font", 0x4C },
228372  unicodeslot=0x1D40B,
228373  visual="bf",
228374 },
228375 [0x1D40C]={
228376  category="lu",
228377  description="MATHEMATICAL BOLD CAPITAL M",
228378  direction="l",
228379  linebreak="al",
228380  specials={ "font", 0x4D },
228381  unicodeslot=0x1D40C,
228382  visual="bf",
228383 },
228384 [0x1D40D]={
228385  category="lu",
228386  description="MATHEMATICAL BOLD CAPITAL N",
228387  direction="l",
228388  linebreak="al",
228389  specials={ "font", 0x4E },
228390  unicodeslot=0x1D40D,
228391  visual="bf",
228392 },
228393 [0x1D40E]={
228394  category="lu",
228395  description="MATHEMATICAL BOLD CAPITAL O",
228396  direction="l",
228397  linebreak="al",
228398  specials={ "font", 0x4F },
228399  unicodeslot=0x1D40E,
228400  visual="bf",
228401 },
228402 [0x1D40F]={
228403  category="lu",
228404  description="MATHEMATICAL BOLD CAPITAL P",
228405  direction="l",
228406  linebreak="al",
228407  specials={ "font", 0x50 },
228408  unicodeslot=0x1D40F,
228409  visual="bf",
228410 },
228411 [0x1D410]={
228412  category="lu",
228413  description="MATHEMATICAL BOLD CAPITAL Q",
228414  direction="l",
228415  linebreak="al",
228416  specials={ "font", 0x51 },
228417  unicodeslot=0x1D410,
228418  visual="bf",
228419 },
228420 [0x1D411]={
228421  category="lu",
228422  description="MATHEMATICAL BOLD CAPITAL R",
228423  direction="l",
228424  linebreak="al",
228425  specials={ "font", 0x52 },
228426  unicodeslot=0x1D411,
228427  visual="bf",
228428 },
228429 [0x1D412]={
228430  category="lu",
228431  description="MATHEMATICAL BOLD CAPITAL S",
228432  direction="l",
228433  linebreak="al",
228434  specials={ "font", 0x53 },
228435  unicodeslot=0x1D412,
228436  visual="bf",
228437 },
228438 [0x1D413]={
228439  category="lu",
228440  description="MATHEMATICAL BOLD CAPITAL T",
228441  direction="l",
228442  linebreak="al",
228443  specials={ "font", 0x54 },
228444  unicodeslot=0x1D413,
228445  visual="bf",
228446 },
228447 [0x1D414]={
228448  category="lu",
228449  description="MATHEMATICAL BOLD CAPITAL U",
228450  direction="l",
228451  linebreak="al",
228452  specials={ "font", 0x55 },
228453  unicodeslot=0x1D414,
228454  visual="bf",
228455 },
228456 [0x1D415]={
228457  category="lu",
228458  description="MATHEMATICAL BOLD CAPITAL V",
228459  direction="l",
228460  linebreak="al",
228461  specials={ "font", 0x56 },
228462  unicodeslot=0x1D415,
228463  visual="bf",
228464 },
228465 [0x1D416]={
228466  category="lu",
228467  description="MATHEMATICAL BOLD CAPITAL W",
228468  direction="l",
228469  linebreak="al",
228470  specials={ "font", 0x57 },
228471  unicodeslot=0x1D416,
228472  visual="bf",
228473 },
228474 [0x1D417]={
228475  category="lu",
228476  description="MATHEMATICAL BOLD CAPITAL X",
228477  direction="l",
228478  linebreak="al",
228479  specials={ "font", 0x58 },
228480  unicodeslot=0x1D417,
228481  visual="bf",
228482 },
228483 [0x1D418]={
228484  category="lu",
228485  description="MATHEMATICAL BOLD CAPITAL Y",
228486  direction="l",
228487  linebreak="al",
228488  specials={ "font", 0x59 },
228489  unicodeslot=0x1D418,
228490  visual="bf",
228491 },
228492 [0x1D419]={
228493  category="lu",
228494  description="MATHEMATICAL BOLD CAPITAL Z",
228495  direction="l",
228496  linebreak="al",
228497  specials={ "font", 0x5A },
228498  unicodeslot=0x1D419,
228499  visual="bf",
228500 },
228501 [0x1D41A]={
228502  category="ll",
228503  description="MATHEMATICAL BOLD SMALL A",
228504  direction="l",
228505  linebreak="al",
228506  specials={ "font", 0x61 },
228507  unicodeslot=0x1D41A,
228508  visual="bf",
228509 },
228510 [0x1D41B]={
228511  category="ll",
228512  description="MATHEMATICAL BOLD SMALL B",
228513  direction="l",
228514  linebreak="al",
228515  specials={ "font", 0x62 },
228516  unicodeslot=0x1D41B,
228517  visual="bf",
228518 },
228519 [0x1D41C]={
228520  category="ll",
228521  description="MATHEMATICAL BOLD SMALL C",
228522  direction="l",
228523  linebreak="al",
228524  specials={ "font", 0x63 },
228525  unicodeslot=0x1D41C,
228526  visual="bf",
228527 },
228528 [0x1D41D]={
228529  category="ll",
228530  description="MATHEMATICAL BOLD SMALL D",
228531  direction="l",
228532  linebreak="al",
228533  specials={ "font", 0x64 },
228534  unicodeslot=0x1D41D,
228535  visual="bf",
228536 },
228537 [0x1D41E]={
228538  category="ll",
228539  description="MATHEMATICAL BOLD SMALL E",
228540  direction="l",
228541  linebreak="al",
228542  specials={ "font", 0x65 },
228543  unicodeslot=0x1D41E,
228544  visual="bf",
228545 },
228546 [0x1D41F]={
228547  category="ll",
228548  description="MATHEMATICAL BOLD SMALL F",
228549  direction="l",
228550  linebreak="al",
228551  specials={ "font", 0x66 },
228552  unicodeslot=0x1D41F,
228553  visual="bf",
228554 },
228555 [0x1D420]={
228556  category="ll",
228557  description="MATHEMATICAL BOLD SMALL G",
228558  direction="l",
228559  linebreak="al",
228560  specials={ "font", 0x67 },
228561  unicodeslot=0x1D420,
228562  visual="bf",
228563 },
228564 [0x1D421]={
228565  category="ll",
228566  description="MATHEMATICAL BOLD SMALL H",
228567  direction="l",
228568  linebreak="al",
228569  specials={ "font", 0x68 },
228570  unicodeslot=0x1D421,
228571  visual="bf",
228572 },
228573 [0x1D422]={
228574  category="ll",
228575  description="MATHEMATICAL BOLD SMALL I",
228576  direction="l",
228577  linebreak="al",
228578  specials={ "font", 0x69 },
228579  unicodeslot=0x1D422,
228580  visual="bf",
228581 },
228582 [0x1D423]={
228583  category="ll",
228584  description="MATHEMATICAL BOLD SMALL J",
228585  direction="l",
228586  linebreak="al",
228587  specials={ "font", 0x6A },
228588  unicodeslot=0x1D423,
228589  visual="bf",
228590 },
228591 [0x1D424]={
228592  category="ll",
228593  description="MATHEMATICAL BOLD SMALL K",
228594  direction="l",
228595  linebreak="al",
228596  specials={ "font", 0x6B },
228597  unicodeslot=0x1D424,
228598  visual="bf",
228599 },
228600 [0x1D425]={
228601  category="ll",
228602  description="MATHEMATICAL BOLD SMALL L",
228603  direction="l",
228604  linebreak="al",
228605  specials={ "font", 0x6C },
228606  unicodeslot=0x1D425,
228607  visual="bf",
228608 },
228609 [0x1D426]={
228610  category="ll",
228611  description="MATHEMATICAL BOLD SMALL M",
228612  direction="l",
228613  linebreak="al",
228614  specials={ "font", 0x6D },
228615  unicodeslot=0x1D426,
228616  visual="bf",
228617 },
228618 [0x1D427]={
228619  category="ll",
228620  description="MATHEMATICAL BOLD SMALL N",
228621  direction="l",
228622  linebreak="al",
228623  specials={ "font", 0x6E },
228624  unicodeslot=0x1D427,
228625  visual="bf",
228626 },
228627 [0x1D428]={
228628  category="ll",
228629  description="MATHEMATICAL BOLD SMALL O",
228630  direction="l",
228631  linebreak="al",
228632  specials={ "font", 0x6F },
228633  unicodeslot=0x1D428,
228634  visual="bf",
228635 },
228636 [0x1D429]={
228637  category="ll",
228638  description="MATHEMATICAL BOLD SMALL P",
228639  direction="l",
228640  linebreak="al",
228641  specials={ "font", 0x70 },
228642  unicodeslot=0x1D429,
228643  visual="bf",
228644 },
228645 [0x1D42A]={
228646  category="ll",
228647  description="MATHEMATICAL BOLD SMALL Q",
228648  direction="l",
228649  linebreak="al",
228650  specials={ "font", 0x71 },
228651  unicodeslot=0x1D42A,
228652  visual="bf",
228653 },
228654 [0x1D42B]={
228655  category="ll",
228656  description="MATHEMATICAL BOLD SMALL R",
228657  direction="l",
228658  linebreak="al",
228659  specials={ "font", 0x72 },
228660  unicodeslot=0x1D42B,
228661  visual="bf",
228662 },
228663 [0x1D42C]={
228664  category="ll",
228665  description="MATHEMATICAL BOLD SMALL S",
228666  direction="l",
228667  linebreak="al",
228668  specials={ "font", 0x73 },
228669  unicodeslot=0x1D42C,
228670  visual="bf",
228671 },
228672 [0x1D42D]={
228673  category="ll",
228674  description="MATHEMATICAL BOLD SMALL T",
228675  direction="l",
228676  linebreak="al",
228677  specials={ "font", 0x74 },
228678  unicodeslot=0x1D42D,
228679  visual="bf",
228680 },
228681 [0x1D42E]={
228682  category="ll",
228683  description="MATHEMATICAL BOLD SMALL U",
228684  direction="l",
228685  linebreak="al",
228686  specials={ "font", 0x75 },
228687  unicodeslot=0x1D42E,
228688  visual="bf",
228689 },
228690 [0x1D42F]={
228691  category="ll",
228692  description="MATHEMATICAL BOLD SMALL V",
228693  direction="l",
228694  linebreak="al",
228695  specials={ "font", 0x76 },
228696  unicodeslot=0x1D42F,
228697  visual="bf",
228698 },
228699 [0x1D430]={
228700  category="ll",
228701  description="MATHEMATICAL BOLD SMALL W",
228702  direction="l",
228703  linebreak="al",
228704  specials={ "font", 0x77 },
228705  unicodeslot=0x1D430,
228706  visual="bf",
228707 },
228708 [0x1D431]={
228709  category="ll",
228710  description="MATHEMATICAL BOLD SMALL X",
228711  direction="l",
228712  linebreak="al",
228713  specials={ "font", 0x78 },
228714  unicodeslot=0x1D431,
228715  visual="bf",
228716 },
228717 [0x1D432]={
228718  category="ll",
228719  description="MATHEMATICAL BOLD SMALL Y",
228720  direction="l",
228721  linebreak="al",
228722  specials={ "font", 0x79 },
228723  unicodeslot=0x1D432,
228724  visual="bf",
228725 },
228726 [0x1D433]={
228727  category="ll",
228728  description="MATHEMATICAL BOLD SMALL Z",
228729  direction="l",
228730  linebreak="al",
228731  specials={ "font", 0x7A },
228732  unicodeslot=0x1D433,
228733  visual="bf",
228734 },
228735 [0x1D434]={
228736  category="lu",
228737  description="MATHEMATICAL ITALIC CAPITAL A",
228738  direction="l",
228739  linebreak="al",
228740  specials={ "font", 0x41 },
228741  unicodeslot=0x1D434,
228742  visual="it",
228743 },
228744 [0x1D435]={
228745  category="lu",
228746  description="MATHEMATICAL ITALIC CAPITAL B",
228747  direction="l",
228748  linebreak="al",
228749  specials={ "font", 0x42 },
228750  unicodeslot=0x1D435,
228751  visual="it",
228752 },
228753 [0x1D436]={
228754  category="lu",
228755  description="MATHEMATICAL ITALIC CAPITAL C",
228756  direction="l",
228757  linebreak="al",
228758  specials={ "font", 0x43 },
228759  unicodeslot=0x1D436,
228760  visual="it",
228761 },
228762 [0x1D437]={
228763  category="lu",
228764  description="MATHEMATICAL ITALIC CAPITAL D",
228765  direction="l",
228766  linebreak="al",
228767  mathclass="ordinary",
228768  mathspec={
228769   {
228770    class="differential",
228771    name="Dd",
228772   },
228773  },
228774  specials={ "font", 0x44 },
228775  unicodeslot=0x1D437,
228776  visual="it",
228777 },
228778 [0x1D438]={
228779  category="lu",
228780  description="MATHEMATICAL ITALIC CAPITAL E",
228781  direction="l",
228782  linebreak="al",
228783  specials={ "font", 0x45 },
228784  unicodeslot=0x1D438,
228785  visual="it",
228786 },
228787 [0x1D439]={
228788  category="lu",
228789  description="MATHEMATICAL ITALIC CAPITAL F",
228790  direction="l",
228791  linebreak="al",
228792  specials={ "font", 0x46 },
228793  unicodeslot=0x1D439,
228794  visual="it",
228795 },
228796 [0x1D43A]={
228797  category="lu",
228798  description="MATHEMATICAL ITALIC CAPITAL G",
228799  direction="l",
228800  linebreak="al",
228801  specials={ "font", 0x47 },
228802  unicodeslot=0x1D43A,
228803  visual="it",
228804 },
228805 [0x1D43B]={
228806  category="lu",
228807  description="MATHEMATICAL ITALIC CAPITAL H",
228808  direction="l",
228809  linebreak="al",
228810  specials={ "font", 0x48 },
228811  unicodeslot=0x1D43B,
228812  visual="it",
228813 },
228814 [0x1D43C]={
228815  category="lu",
228816  description="MATHEMATICAL ITALIC CAPITAL I",
228817  direction="l",
228818  linebreak="al",
228819  specials={ "font", 0x49 },
228820  unicodeslot=0x1D43C,
228821  visual="it",
228822 },
228823 [0x1D43D]={
228824  category="lu",
228825  description="MATHEMATICAL ITALIC CAPITAL J",
228826  direction="l",
228827  linebreak="al",
228828  specials={ "font", 0x4A },
228829  unicodeslot=0x1D43D,
228830  visual="it",
228831 },
228832 [0x1D43E]={
228833  category="lu",
228834  description="MATHEMATICAL ITALIC CAPITAL K",
228835  direction="l",
228836  linebreak="al",
228837  specials={ "font", 0x4B },
228838  unicodeslot=0x1D43E,
228839  visual="it",
228840 },
228841 [0x1D43F]={
228842  category="lu",
228843  description="MATHEMATICAL ITALIC CAPITAL L",
228844  direction="l",
228845  linebreak="al",
228846  specials={ "font", 0x4C },
228847  unicodeslot=0x1D43F,
228848  visual="it",
228849 },
228850 [0x1D440]={
228851  category="lu",
228852  description="MATHEMATICAL ITALIC CAPITAL M",
228853  direction="l",
228854  linebreak="al",
228855  specials={ "font", 0x4D },
228856  unicodeslot=0x1D440,
228857  visual="it",
228858 },
228859 [0x1D441]={
228860  category="lu",
228861  description="MATHEMATICAL ITALIC CAPITAL N",
228862  direction="l",
228863  linebreak="al",
228864  specials={ "font", 0x4E },
228865  unicodeslot=0x1D441,
228866  visual="it",
228867 },
228868 [0x1D442]={
228869  category="lu",
228870  description="MATHEMATICAL ITALIC CAPITAL O",
228871  direction="l",
228872  linebreak="al",
228873  specials={ "font", 0x4F },
228874  unicodeslot=0x1D442,
228875  visual="it",
228876 },
228877 [0x1D443]={
228878  category="lu",
228879  description="MATHEMATICAL ITALIC CAPITAL P",
228880  direction="l",
228881  linebreak="al",
228882  specials={ "font", 0x50 },
228883  unicodeslot=0x1D443,
228884  visual="it",
228885 },
228886 [0x1D444]={
228887  category="lu",
228888  description="MATHEMATICAL ITALIC CAPITAL Q",
228889  direction="l",
228890  linebreak="al",
228891  specials={ "font", 0x51 },
228892  unicodeslot=0x1D444,
228893  visual="it",
228894 },
228895 [0x1D445]={
228896  category="lu",
228897  description="MATHEMATICAL ITALIC CAPITAL R",
228898  direction="l",
228899  linebreak="al",
228900  specials={ "font", 0x52 },
228901  unicodeslot=0x1D445,
228902  visual="it",
228903 },
228904 [0x1D446]={
228905  category="lu",
228906  description="MATHEMATICAL ITALIC CAPITAL S",
228907  direction="l",
228908  linebreak="al",
228909  specials={ "font", 0x53 },
228910  unicodeslot=0x1D446,
228911  visual="it",
228912 },
228913 [0x1D447]={
228914  category="lu",
228915  description="MATHEMATICAL ITALIC CAPITAL T",
228916  direction="l",
228917  linebreak="al",
228918  specials={ "font", 0x54 },
228919  unicodeslot=0x1D447,
228920  visual="it",
228921 },
228922 [0x1D448]={
228923  category="lu",
228924  description="MATHEMATICAL ITALIC CAPITAL U",
228925  direction="l",
228926  linebreak="al",
228927  specials={ "font", 0x55 },
228928  unicodeslot=0x1D448,
228929  visual="it",
228930 },
228931 [0x1D449]={
228932  category="lu",
228933  description="MATHEMATICAL ITALIC CAPITAL V",
228934  direction="l",
228935  linebreak="al",
228936  specials={ "font", 0x56 },
228937  unicodeslot=0x1D449,
228938  visual="it",
228939 },
228940 [0x1D44A]={
228941  category="lu",
228942  description="MATHEMATICAL ITALIC CAPITAL W",
228943  direction="l",
228944  linebreak="al",
228945  specials={ "font", 0x57 },
228946  unicodeslot=0x1D44A,
228947  visual="it",
228948 },
228949 [0x1D44B]={
228950  category="lu",
228951  description="MATHEMATICAL ITALIC CAPITAL X",
228952  direction="l",
228953  linebreak="al",
228954  specials={ "font", 0x58 },
228955  unicodeslot=0x1D44B,
228956  visual="it",
228957 },
228958 [0x1D44C]={
228959  category="lu",
228960  description="MATHEMATICAL ITALIC CAPITAL Y",
228961  direction="l",
228962  linebreak="al",
228963  specials={ "font", 0x59 },
228964  unicodeslot=0x1D44C,
228965  visual="it",
228966 },
228967 [0x1D44D]={
228968  category="lu",
228969  description="MATHEMATICAL ITALIC CAPITAL Z",
228970  direction="l",
228971  linebreak="al",
228972  specials={ "font", 0x5A },
228973  unicodeslot=0x1D44D,
228974  visual="it",
228975 },
228976 [0x1D44E]={
228977  category="ll",
228978  description="MATHEMATICAL ITALIC SMALL A",
228979  direction="l",
228980  linebreak="al",
228981  specials={ "font", 0x61 },
228982  unicodeslot=0x1D44E,
228983  visual="it",
228984 },
228985 [0x1D44F]={
228986  category="ll",
228987  description="MATHEMATICAL ITALIC SMALL B",
228988  direction="l",
228989  linebreak="al",
228990  specials={ "font", 0x62 },
228991  unicodeslot=0x1D44F,
228992  visual="it",
228993 },
228994 [0x1D450]={
228995  category="ll",
228996  description="MATHEMATICAL ITALIC SMALL C",
228997  direction="l",
228998  linebreak="al",
228999  specials={ "font", 0x63 },
229000  unicodeslot=0x1D450,
229001  visual="it",
229002 },
229003 [0x1D451]={
229004  category="ll",
229005  description="MATHEMATICAL ITALIC SMALL D",
229006  direction="l",
229007  linebreak="al",
229008  mathclass="ordinary",
229009  mathspec={
229010   {
229011    class="differential",
229012    name="dd",
229013   },
229014  },
229015  specials={ "font", 0x64 },
229016  unicodeslot=0x1D451,
229017  visual="it",
229018 },
229019 [0x1D452]={
229020  category="ll",
229021  description="MATHEMATICAL ITALIC SMALL E",
229022  direction="l",
229023  linebreak="al",
229024  mathclass="ordinary",
229025  mathspec={
229026   {
229027    class="exponential",
229028    name="ee",
229029   },
229030  },
229031  specials={ "font", 0x65 },
229032  unicodeslot=0x1D452,
229033  visual="it",
229034 },
229035 [0x1D453]={
229036  category="ll",
229037  description="MATHEMATICAL ITALIC SMALL F",
229038  direction="l",
229039  linebreak="al",
229040  specials={ "font", 0x66 },
229041  unicodeslot=0x1D453,
229042  visual="it",
229043 },
229044 [0x1D454]={
229045  category="ll",
229046  description="MATHEMATICAL ITALIC SMALL G",
229047  direction="l",
229048  linebreak="al",
229049  specials={ "font", 0x67 },
229050  unicodeslot=0x1D454,
229051  visual="it",
229052 },
229053 [0x1D456]={
229054  category="ll",
229055  description="MATHEMATICAL ITALIC SMALL I",
229056  direction="l",
229057  linebreak="al",
229058  mathclass="ordinary",
229059  mathspec={
229060   {
229061    class="imaginary",
229062    name="ii",
229063   },
229064  },
229065  specials={ "font", 0x69 },
229066  unicodeslot=0x1D456,
229067  visual="it",
229068 },
229069 [0x1D457]={
229070  category="ll",
229071  description="MATHEMATICAL ITALIC SMALL J",
229072  direction="l",
229073  linebreak="al",
229074  mathclass="ordinary",
229075  mathspec={
229076   {
229077    class="imaginary",
229078    name="ji",
229079   },
229080  },
229081  specials={ "font", 0x6A },
229082  unicodeslot=0x1D457,
229083  visual="it",
229084 },
229085 [0x1D458]={
229086  category="ll",
229087  description="MATHEMATICAL ITALIC SMALL K",
229088  direction="l",
229089  linebreak="al",
229090  specials={ "font", 0x6B },
229091  unicodeslot=0x1D458,
229092  visual="it",
229093 },
229094 [0x1D459]={
229095  category="ll",
229096  description="MATHEMATICAL ITALIC SMALL L",
229097  direction="l",
229098  linebreak="al",
229099  specials={ "font", 0x6C },
229100  unicodeslot=0x1D459,
229101  visual="it",
229102 },
229103 [0x1D45A]={
229104  category="ll",
229105  description="MATHEMATICAL ITALIC SMALL M",
229106  direction="l",
229107  linebreak="al",
229108  specials={ "font", 0x6D },
229109  unicodeslot=0x1D45A,
229110  visual="it",
229111 },
229112 [0x1D45B]={
229113  category="ll",
229114  description="MATHEMATICAL ITALIC SMALL N",
229115  direction="l",
229116  linebreak="al",
229117  specials={ "font", 0x6E },
229118  unicodeslot=0x1D45B,
229119  visual="it",
229120 },
229121 [0x1D45C]={
229122  category="ll",
229123  description="MATHEMATICAL ITALIC SMALL O",
229124  direction="l",
229125  linebreak="al",
229126  specials={ "font", 0x6F },
229127  unicodeslot=0x1D45C,
229128  visual="it",
229129 },
229130 [0x1D45D]={
229131  category="ll",
229132  description="MATHEMATICAL ITALIC SMALL P",
229133  direction="l",
229134  linebreak="al",
229135  specials={ "font", 0x70 },
229136  unicodeslot=0x1D45D,
229137  visual="it",
229138 },
229139 [0x1D45E]={
229140  category="ll",
229141  description="MATHEMATICAL ITALIC SMALL Q",
229142  direction="l",
229143  linebreak="al",
229144  specials={ "font", 0x71 },
229145  unicodeslot=0x1D45E,
229146  visual="it",
229147 },
229148 [0x1D45F]={
229149  category="ll",
229150  description="MATHEMATICAL ITALIC SMALL R",
229151  direction="l",
229152  linebreak="al",
229153  specials={ "font", 0x72 },
229154  unicodeslot=0x1D45F,
229155  visual="it",
229156 },
229157 [0x1D460]={
229158  category="ll",
229159  description="MATHEMATICAL ITALIC SMALL S",
229160  direction="l",
229161  linebreak="al",
229162  specials={ "font", 0x73 },
229163  unicodeslot=0x1D460,
229164  visual="it",
229165 },
229166 [0x1D461]={
229167  category="ll",
229168  description="MATHEMATICAL ITALIC SMALL T",
229169  direction="l",
229170  linebreak="al",
229171  specials={ "font", 0x74 },
229172  unicodeslot=0x1D461,
229173  visual="it",
229174 },
229175 [0x1D462]={
229176  category="ll",
229177  description="MATHEMATICAL ITALIC SMALL U",
229178  direction="l",
229179  linebreak="al",
229180  specials={ "font", 0x75 },
229181  unicodeslot=0x1D462,
229182  visual="it",
229183 },
229184 [0x1D463]={
229185  category="ll",
229186  description="MATHEMATICAL ITALIC SMALL V",
229187  direction="l",
229188  linebreak="al",
229189  specials={ "font", 0x76 },
229190  unicodeslot=0x1D463,
229191  visual="it",
229192 },
229193 [0x1D464]={
229194  category="ll",
229195  description="MATHEMATICAL ITALIC SMALL W",
229196  direction="l",
229197  linebreak="al",
229198  specials={ "font", 0x77 },
229199  unicodeslot=0x1D464,
229200  visual="it",
229201 },
229202 [0x1D465]={
229203  category="ll",
229204  description="MATHEMATICAL ITALIC SMALL X",
229205  direction="l",
229206  linebreak="al",
229207  specials={ "font", 0x78 },
229208  unicodeslot=0x1D465,
229209  visual="it",
229210 },
229211 [0x1D466]={
229212  category="ll",
229213  description="MATHEMATICAL ITALIC SMALL Y",
229214  direction="l",
229215  linebreak="al",
229216  specials={ "font", 0x79 },
229217  unicodeslot=0x1D466,
229218  visual="it",
229219 },
229220 [0x1D467]={
229221  category="ll",
229222  description="MATHEMATICAL ITALIC SMALL Z",
229223  direction="l",
229224  linebreak="al",
229225  specials={ "font", 0x7A },
229226  unicodeslot=0x1D467,
229227  visual="it",
229228 },
229229 [0x1D468]={
229230  category="lu",
229231  description="MATHEMATICAL BOLD ITALIC CAPITAL A",
229232  direction="l",
229233  linebreak="al",
229234  specials={ "font", 0x41 },
229235  unicodeslot=0x1D468,
229236  visual="bi",
229237 },
229238 [0x1D469]={
229239  category="lu",
229240  description="MATHEMATICAL BOLD ITALIC CAPITAL B",
229241  direction="l",
229242  linebreak="al",
229243  specials={ "font", 0x42 },
229244  unicodeslot=0x1D469,
229245  visual="bi",
229246 },
229247 [0x1D46A]={
229248  category="lu",
229249  description="MATHEMATICAL BOLD ITALIC CAPITAL C",
229250  direction="l",
229251  linebreak="al",
229252  specials={ "font", 0x43 },
229253  unicodeslot=0x1D46A,
229254  visual="bi",
229255 },
229256 [0x1D46B]={
229257  category="lu",
229258  description="MATHEMATICAL BOLD ITALIC CAPITAL D",
229259  direction="l",
229260  linebreak="al",
229261  specials={ "font", 0x44 },
229262  unicodeslot=0x1D46B,
229263  visual="bi",
229264 },
229265 [0x1D46C]={
229266  category="lu",
229267  description="MATHEMATICAL BOLD ITALIC CAPITAL E",
229268  direction="l",
229269  linebreak="al",
229270  specials={ "font", 0x45 },
229271  unicodeslot=0x1D46C,
229272  visual="bi",
229273 },
229274 [0x1D46D]={
229275  category="lu",
229276  description="MATHEMATICAL BOLD ITALIC CAPITAL F",
229277  direction="l",
229278  linebreak="al",
229279  specials={ "font", 0x46 },
229280  unicodeslot=0x1D46D,
229281  visual="bi",
229282 },
229283 [0x1D46E]={
229284  category="lu",
229285  description="MATHEMATICAL BOLD ITALIC CAPITAL G",
229286  direction="l",
229287  linebreak="al",
229288  specials={ "font", 0x47 },
229289  unicodeslot=0x1D46E,
229290  visual="bi",
229291 },
229292 [0x1D46F]={
229293  category="lu",
229294  description="MATHEMATICAL BOLD ITALIC CAPITAL H",
229295  direction="l",
229296  linebreak="al",
229297  specials={ "font", 0x48 },
229298  unicodeslot=0x1D46F,
229299  visual="bi",
229300 },
229301 [0x1D470]={
229302  category="lu",
229303  description="MATHEMATICAL BOLD ITALIC CAPITAL I",
229304  direction="l",
229305  linebreak="al",
229306  specials={ "font", 0x49 },
229307  unicodeslot=0x1D470,
229308  visual="bi",
229309 },
229310 [0x1D471]={
229311  category="lu",
229312  description="MATHEMATICAL BOLD ITALIC CAPITAL J",
229313  direction="l",
229314  linebreak="al",
229315  specials={ "font", 0x4A },
229316  unicodeslot=0x1D471,
229317  visual="bi",
229318 },
229319 [0x1D472]={
229320  category="lu",
229321  description="MATHEMATICAL BOLD ITALIC CAPITAL K",
229322  direction="l",
229323  linebreak="al",
229324  specials={ "font", 0x4B },
229325  unicodeslot=0x1D472,
229326  visual="bi",
229327 },
229328 [0x1D473]={
229329  category="lu",
229330  description="MATHEMATICAL BOLD ITALIC CAPITAL L",
229331  direction="l",
229332  linebreak="al",
229333  specials={ "font", 0x4C },
229334  unicodeslot=0x1D473,
229335  visual="bi",
229336 },
229337 [0x1D474]={
229338  category="lu",
229339  description="MATHEMATICAL BOLD ITALIC CAPITAL M",
229340  direction="l",
229341  linebreak="al",
229342  specials={ "font", 0x4D },
229343  unicodeslot=0x1D474,
229344  visual="bi",
229345 },
229346 [0x1D475]={
229347  category="lu",
229348  description="MATHEMATICAL BOLD ITALIC CAPITAL N",
229349  direction="l",
229350  linebreak="al",
229351  specials={ "font", 0x4E },
229352  unicodeslot=0x1D475,
229353  visual="bi",
229354 },
229355 [0x1D476]={
229356  category="lu",
229357  description="MATHEMATICAL BOLD ITALIC CAPITAL O",
229358  direction="l",
229359  linebreak="al",
229360  specials={ "font", 0x4F },
229361  unicodeslot=0x1D476,
229362  visual="bi",
229363 },
229364 [0x1D477]={
229365  category="lu",
229366  description="MATHEMATICAL BOLD ITALIC CAPITAL P",
229367  direction="l",
229368  linebreak="al",
229369  specials={ "font", 0x50 },
229370  unicodeslot=0x1D477,
229371  visual="bi",
229372 },
229373 [0x1D478]={
229374  category="lu",
229375  description="MATHEMATICAL BOLD ITALIC CAPITAL Q",
229376  direction="l",
229377  linebreak="al",
229378  specials={ "font", 0x51 },
229379  unicodeslot=0x1D478,
229380  visual="bi",
229381 },
229382 [0x1D479]={
229383  category="lu",
229384  description="MATHEMATICAL BOLD ITALIC CAPITAL R",
229385  direction="l",
229386  linebreak="al",
229387  specials={ "font", 0x52 },
229388  unicodeslot=0x1D479,
229389  visual="bi",
229390 },
229391 [0x1D47A]={
229392  category="lu",
229393  description="MATHEMATICAL BOLD ITALIC CAPITAL S",
229394  direction="l",
229395  linebreak="al",
229396  specials={ "font", 0x53 },
229397  unicodeslot=0x1D47A,
229398  visual="bi",
229399 },
229400 [0x1D47B]={
229401  category="lu",
229402  description="MATHEMATICAL BOLD ITALIC CAPITAL T",
229403  direction="l",
229404  linebreak="al",
229405  specials={ "font", 0x54 },
229406  unicodeslot=0x1D47B,
229407  visual="bi",
229408 },
229409 [0x1D47C]={
229410  category="lu",
229411  description="MATHEMATICAL BOLD ITALIC CAPITAL U",
229412  direction="l",
229413  linebreak="al",
229414  specials={ "font", 0x55 },
229415  unicodeslot=0x1D47C,
229416  visual="bi",
229417 },
229418 [0x1D47D]={
229419  category="lu",
229420  description="MATHEMATICAL BOLD ITALIC CAPITAL V",
229421  direction="l",
229422  linebreak="al",
229423  specials={ "font", 0x56 },
229424  unicodeslot=0x1D47D,
229425  visual="bi",
229426 },
229427 [0x1D47E]={
229428  category="lu",
229429  description="MATHEMATICAL BOLD ITALIC CAPITAL W",
229430  direction="l",
229431  linebreak="al",
229432  specials={ "font", 0x57 },
229433  unicodeslot=0x1D47E,
229434  visual="bi",
229435 },
229436 [0x1D47F]={
229437  category="lu",
229438  description="MATHEMATICAL BOLD ITALIC CAPITAL X",
229439  direction="l",
229440  linebreak="al",
229441  specials={ "font", 0x58 },
229442  unicodeslot=0x1D47F,
229443  visual="bi",
229444 },
229445 [0x1D480]={
229446  category="lu",
229447  description="MATHEMATICAL BOLD ITALIC CAPITAL Y",
229448  direction="l",
229449  linebreak="al",
229450  specials={ "font", 0x59 },
229451  unicodeslot=0x1D480,
229452  visual="bi",
229453 },
229454 [0x1D481]={
229455  category="lu",
229456  description="MATHEMATICAL BOLD ITALIC CAPITAL Z",
229457  direction="l",
229458  linebreak="al",
229459  specials={ "font", 0x5A },
229460  unicodeslot=0x1D481,
229461  visual="bi",
229462 },
229463 [0x1D482]={
229464  category="ll",
229465  description="MATHEMATICAL BOLD ITALIC SMALL A",
229466  direction="l",
229467  linebreak="al",
229468  specials={ "font", 0x61 },
229469  unicodeslot=0x1D482,
229470  visual="bi",
229471 },
229472 [0x1D483]={
229473  category="ll",
229474  description="MATHEMATICAL BOLD ITALIC SMALL B",
229475  direction="l",
229476  linebreak="al",
229477  specials={ "font", 0x62 },
229478  unicodeslot=0x1D483,
229479  visual="bi",
229480 },
229481 [0x1D484]={
229482  category="ll",
229483  description="MATHEMATICAL BOLD ITALIC SMALL C",
229484  direction="l",
229485  linebreak="al",
229486  specials={ "font", 0x63 },
229487  unicodeslot=0x1D484,
229488  visual="bi",
229489 },
229490 [0x1D485]={
229491  category="ll",
229492  description="MATHEMATICAL BOLD ITALIC SMALL D",
229493  direction="l",
229494  linebreak="al",
229495  specials={ "font", 0x64 },
229496  unicodeslot=0x1D485,
229497  visual="bi",
229498 },
229499 [0x1D486]={
229500  category="ll",
229501  description="MATHEMATICAL BOLD ITALIC SMALL E",
229502  direction="l",
229503  linebreak="al",
229504  specials={ "font", 0x65 },
229505  unicodeslot=0x1D486,
229506  visual="bi",
229507 },
229508 [0x1D487]={
229509  category="ll",
229510  description="MATHEMATICAL BOLD ITALIC SMALL F",
229511  direction="l",
229512  linebreak="al",
229513  specials={ "font", 0x66 },
229514  unicodeslot=0x1D487,
229515  visual="bi",
229516 },
229517 [0x1D488]={
229518  category="ll",
229519  description="MATHEMATICAL BOLD ITALIC SMALL G",
229520  direction="l",
229521  linebreak="al",
229522  specials={ "font", 0x67 },
229523  unicodeslot=0x1D488,
229524  visual="bi",
229525 },
229526 [0x1D489]={
229527  category="ll",
229528  description="MATHEMATICAL BOLD ITALIC SMALL H",
229529  direction="l",
229530  linebreak="al",
229531  specials={ "font", 0x68 },
229532  unicodeslot=0x1D489,
229533  visual="bi",
229534 },
229535 [0x1D48A]={
229536  category="ll",
229537  description="MATHEMATICAL BOLD ITALIC SMALL I",
229538  direction="l",
229539  linebreak="al",
229540  specials={ "font", 0x69 },
229541  unicodeslot=0x1D48A,
229542  visual="bi",
229543 },
229544 [0x1D48B]={
229545  category="ll",
229546  description="MATHEMATICAL BOLD ITALIC SMALL J",
229547  direction="l",
229548  linebreak="al",
229549  specials={ "font", 0x6A },
229550  unicodeslot=0x1D48B,
229551  visual="bi",
229552 },
229553 [0x1D48C]={
229554  category="ll",
229555  description="MATHEMATICAL BOLD ITALIC SMALL K",
229556  direction="l",
229557  linebreak="al",
229558  specials={ "font", 0x6B },
229559  unicodeslot=0x1D48C,
229560  visual="bi",
229561 },
229562 [0x1D48D]={
229563  category="ll",
229564  description="MATHEMATICAL BOLD ITALIC SMALL L",
229565  direction="l",
229566  linebreak="al",
229567  specials={ "font", 0x6C },
229568  unicodeslot=0x1D48D,
229569  visual="bi",
229570 },
229571 [0x1D48E]={
229572  category="ll",
229573  description="MATHEMATICAL BOLD ITALIC SMALL M",
229574  direction="l",
229575  linebreak="al",
229576  specials={ "font", 0x6D },
229577  unicodeslot=0x1D48E,
229578  visual="bi",
229579 },
229580 [0x1D48F]={
229581  category="ll",
229582  description="MATHEMATICAL BOLD ITALIC SMALL N",
229583  direction="l",
229584  linebreak="al",
229585  specials={ "font", 0x6E },
229586  unicodeslot=0x1D48F,
229587  visual="bi",
229588 },
229589 [0x1D490]={
229590  category="ll",
229591  description="MATHEMATICAL BOLD ITALIC SMALL O",
229592  direction="l",
229593  linebreak="al",
229594  specials={ "font", 0x6F },
229595  unicodeslot=0x1D490,
229596  visual="bi",
229597 },
229598 [0x1D491]={
229599  category="ll",
229600  description="MATHEMATICAL BOLD ITALIC SMALL P",
229601  direction="l",
229602  linebreak="al",
229603  specials={ "font", 0x70 },
229604  unicodeslot=0x1D491,
229605  visual="bi",
229606 },
229607 [0x1D492]={
229608  category="ll",
229609  description="MATHEMATICAL BOLD ITALIC SMALL Q",
229610  direction="l",
229611  linebreak="al",
229612  specials={ "font", 0x71 },
229613  unicodeslot=0x1D492,
229614  visual="bi",
229615 },
229616 [0x1D493]={
229617  category="ll",
229618  description="MATHEMATICAL BOLD ITALIC SMALL R",
229619  direction="l",
229620  linebreak="al",
229621  specials={ "font", 0x72 },
229622  unicodeslot=0x1D493,
229623  visual="bi",
229624 },
229625 [0x1D494]={
229626  category="ll",
229627  description="MATHEMATICAL BOLD ITALIC SMALL S",
229628  direction="l",
229629  linebreak="al",
229630  specials={ "font", 0x73 },
229631  unicodeslot=0x1D494,
229632  visual="bi",
229633 },
229634 [0x1D495]={
229635  category="ll",
229636  description="MATHEMATICAL BOLD ITALIC SMALL T",
229637  direction="l",
229638  linebreak="al",
229639  specials={ "font", 0x74 },
229640  unicodeslot=0x1D495,
229641  visual="bi",
229642 },
229643 [0x1D496]={
229644  category="ll",
229645  description="MATHEMATICAL BOLD ITALIC SMALL U",
229646  direction="l",
229647  linebreak="al",
229648  specials={ "font", 0x75 },
229649  unicodeslot=0x1D496,
229650  visual="bi",
229651 },
229652 [0x1D497]={
229653  category="ll",
229654  description="MATHEMATICAL BOLD ITALIC SMALL V",
229655  direction="l",
229656  linebreak="al",
229657  specials={ "font", 0x76 },
229658  unicodeslot=0x1D497,
229659  visual="bi",
229660 },
229661 [0x1D498]={
229662  category="ll",
229663  description="MATHEMATICAL BOLD ITALIC SMALL W",
229664  direction="l",
229665  linebreak="al",
229666  specials={ "font", 0x77 },
229667  unicodeslot=0x1D498,
229668  visual="bi",
229669 },
229670 [0x1D499]={
229671  category="ll",
229672  description="MATHEMATICAL BOLD ITALIC SMALL X",
229673  direction="l",
229674  linebreak="al",
229675  specials={ "font", 0x78 },
229676  unicodeslot=0x1D499,
229677  visual="bi",
229678 },
229679 [0x1D49A]={
229680  category="ll",
229681  description="MATHEMATICAL BOLD ITALIC SMALL Y",
229682  direction="l",
229683  linebreak="al",
229684  specials={ "font", 0x79 },
229685  unicodeslot=0x1D49A,
229686  visual="bi",
229687 },
229688 [0x1D49B]={
229689  category="ll",
229690  description="MATHEMATICAL BOLD ITALIC SMALL Z",
229691  direction="l",
229692  linebreak="al",
229693  specials={ "font", 0x7A },
229694  unicodeslot=0x1D49B,
229695  visual="bi",
229696 },
229697 [0x1D49C]={
229698  category="lu",
229699  description="MATHEMATICAL SCRIPT CAPITAL A",
229700  direction="l",
229701  linebreak="al",
229702  specials={ "font", 0x41 },
229703  unicodeslot=0x1D49C,
229704  variants=variants_style,
229705  visual="it",
229706 },
229707 [0x1D49E]={
229708  category="lu",
229709  description="MATHEMATICAL SCRIPT CAPITAL C",
229710  direction="l",
229711  linebreak="al",
229712  specials={ "font", 0x43 },
229713  unicodeslot=0x1D49E,
229714  variants=variants_style,
229715  visual="it",
229716 },
229717 [0x1D49F]={
229718  category="lu",
229719  description="MATHEMATICAL SCRIPT CAPITAL D",
229720  direction="l",
229721  linebreak="al",
229722  specials={ "font", 0x44 },
229723  unicodeslot=0x1D49F,
229724  variants=variants_style,
229725  visual="it",
229726 },
229727 [0x1D4A2]={
229728  category="lu",
229729  description="MATHEMATICAL SCRIPT CAPITAL G",
229730  direction="l",
229731  linebreak="al",
229732  specials={ "font", 0x47 },
229733  unicodeslot=0x1D4A2,
229734  variants=variants_style,
229735  visual="it",
229736 },
229737 [0x1D4A5]={
229738  category="lu",
229739  description="MATHEMATICAL SCRIPT CAPITAL J",
229740  direction="l",
229741  linebreak="al",
229742  specials={ "font", 0x4A },
229743  unicodeslot=0x1D4A5,
229744  variants=variants_style,
229745  visual="it",
229746 },
229747 [0x1D4A6]={
229748  category="lu",
229749  description="MATHEMATICAL SCRIPT CAPITAL K",
229750  direction="l",
229751  linebreak="al",
229752  specials={ "font", 0x4B },
229753  unicodeslot=0x1D4A6,
229754  variants=variants_style,
229755  visual="it",
229756 },
229757 [0x1D4A9]={
229758  category="lu",
229759  description="MATHEMATICAL SCRIPT CAPITAL N",
229760  direction="l",
229761  linebreak="al",
229762  specials={ "font", 0x4E },
229763  unicodeslot=0x1D4A9,
229764  variants=variants_style,
229765  visual="it",
229766 },
229767 [0x1D4AA]={
229768  category="lu",
229769  description="MATHEMATICAL SCRIPT CAPITAL O",
229770  direction="l",
229771  linebreak="al",
229772  specials={ "font", 0x4F },
229773  unicodeslot=0x1D4AA,
229774  variants=variants_style,
229775  visual="it",
229776 },
229777 [0x1D4AB]={
229778  category="lu",
229779  description="MATHEMATICAL SCRIPT CAPITAL P",
229780  direction="l",
229781  linebreak="al",
229782  specials={ "font", 0x50 },
229783  synonyms={ "power set" },
229784  unicodeslot=0x1D4AB,
229785  variants=variants_style,
229786  visual="it",
229787 },
229788 [0x1D4AC]={
229789  category="lu",
229790  description="MATHEMATICAL SCRIPT CAPITAL Q",
229791  direction="l",
229792  linebreak="al",
229793  specials={ "font", 0x51 },
229794  unicodeslot=0x1D4AC,
229795  variants=variants_style,
229796  visual="it",
229797 },
229798 [0x1D4AE]={
229799  category="lu",
229800  description="MATHEMATICAL SCRIPT CAPITAL S",
229801  direction="l",
229802  linebreak="al",
229803  specials={ "font", 0x53 },
229804  unicodeslot=0x1D4AE,
229805  variants=variants_style,
229806  visual="it",
229807 },
229808 [0x1D4AF]={
229809  category="lu",
229810  description="MATHEMATICAL SCRIPT CAPITAL T",
229811  direction="l",
229812  linebreak="al",
229813  specials={ "font", 0x54 },
229814  unicodeslot=0x1D4AF,
229815  variants=variants_style,
229816  visual="it",
229817 },
229818 [0x1D4B0]={
229819  category="lu",
229820  description="MATHEMATICAL SCRIPT CAPITAL U",
229821  direction="l",
229822  linebreak="al",
229823  specials={ "font", 0x55 },
229824  unicodeslot=0x1D4B0,
229825  variants=variants_style,
229826  visual="it",
229827 },
229828 [0x1D4B1]={
229829  category="lu",
229830  description="MATHEMATICAL SCRIPT CAPITAL V",
229831  direction="l",
229832  linebreak="al",
229833  specials={ "font", 0x56 },
229834  unicodeslot=0x1D4B1,
229835  variants=variants_style,
229836  visual="it",
229837 },
229838 [0x1D4B2]={
229839  category="lu",
229840  description="MATHEMATICAL SCRIPT CAPITAL W",
229841  direction="l",
229842  linebreak="al",
229843  specials={ "font", 0x57 },
229844  unicodeslot=0x1D4B2,
229845  variants=variants_style,
229846  visual="it",
229847 },
229848 [0x1D4B3]={
229849  category="lu",
229850  description="MATHEMATICAL SCRIPT CAPITAL X",
229851  direction="l",
229852  linebreak="al",
229853  specials={ "font", 0x58 },
229854  unicodeslot=0x1D4B3,
229855  variants=variants_style,
229856  visual="it",
229857 },
229858 [0x1D4B4]={
229859  category="lu",
229860  description="MATHEMATICAL SCRIPT CAPITAL Y",
229861  direction="l",
229862  linebreak="al",
229863  specials={ "font", 0x59 },
229864  unicodeslot=0x1D4B4,
229865  variants=variants_style,
229866  visual="it",
229867 },
229868 [0x1D4B5]={
229869  category="lu",
229870  description="MATHEMATICAL SCRIPT CAPITAL Z",
229871  direction="l",
229872  linebreak="al",
229873  specials={ "font", 0x5A },
229874  unicodeslot=0x1D4B5,
229875  variants=variants_style,
229876  visual="it",
229877 },
229878 [0x1D4B6]={
229879  category="ll",
229880  description="MATHEMATICAL SCRIPT SMALL A",
229881  direction="l",
229882  linebreak="al",
229883  specials={ "font", 0x61 },
229884  unicodeslot=0x1D4B6,
229885  visual="it",
229886 },
229887 [0x1D4B7]={
229888  category="ll",
229889  description="MATHEMATICAL SCRIPT SMALL B",
229890  direction="l",
229891  linebreak="al",
229892  specials={ "font", 0x62 },
229893  unicodeslot=0x1D4B7,
229894  visual="it",
229895 },
229896 [0x1D4B8]={
229897  category="ll",
229898  description="MATHEMATICAL SCRIPT SMALL C",
229899  direction="l",
229900  linebreak="al",
229901  specials={ "font", 0x63 },
229902  unicodeslot=0x1D4B8,
229903  visual="it",
229904 },
229905 [0x1D4B9]={
229906  category="ll",
229907  description="MATHEMATICAL SCRIPT SMALL D",
229908  direction="l",
229909  linebreak="al",
229910  specials={ "font", 0x64 },
229911  unicodeslot=0x1D4B9,
229912  visual="it",
229913 },
229914 [0x1D4BB]={
229915  category="ll",
229916  description="MATHEMATICAL SCRIPT SMALL F",
229917  direction="l",
229918  linebreak="al",
229919  specials={ "font", 0x66 },
229920  unicodeslot=0x1D4BB,
229921  visual="it",
229922 },
229923 [0x1D4BD]={
229924  category="ll",
229925  description="MATHEMATICAL SCRIPT SMALL H",
229926  direction="l",
229927  linebreak="al",
229928  specials={ "font", 0x68 },
229929  unicodeslot=0x1D4BD,
229930  visual="it",
229931 },
229932 [0x1D4BE]={
229933  category="ll",
229934  description="MATHEMATICAL SCRIPT SMALL I",
229935  direction="l",
229936  linebreak="al",
229937  specials={ "font", 0x69 },
229938  unicodeslot=0x1D4BE,
229939  visual="it",
229940 },
229941 [0x1D4BF]={
229942  category="ll",
229943  description="MATHEMATICAL SCRIPT SMALL J",
229944  direction="l",
229945  linebreak="al",
229946  specials={ "font", 0x6A },
229947  unicodeslot=0x1D4BF,
229948  visual="it",
229949 },
229950 [0x1D4C0]={
229951  category="ll",
229952  description="MATHEMATICAL SCRIPT SMALL K",
229953  direction="l",
229954  linebreak="al",
229955  specials={ "font", 0x6B },
229956  unicodeslot=0x1D4C0,
229957  visual="it",
229958 },
229959 [0x1D4C1]={
229960  category="ll",
229961  description="MATHEMATICAL SCRIPT SMALL L",
229962  direction="l",
229963  linebreak="al",
229964  specials={ "font", 0x6C },
229965  unicodeslot=0x1D4C1,
229966  visual="it",
229967 },
229968 [0x1D4C2]={
229969  category="ll",
229970  description="MATHEMATICAL SCRIPT SMALL M",
229971  direction="l",
229972  linebreak="al",
229973  specials={ "font", 0x6D },
229974  unicodeslot=0x1D4C2,
229975  visual="it",
229976 },
229977 [0x1D4C3]={
229978  category="ll",
229979  description="MATHEMATICAL SCRIPT SMALL N",
229980  direction="l",
229981  linebreak="al",
229982  specials={ "font", 0x6E },
229983  unicodeslot=0x1D4C3,
229984  visual="it",
229985 },
229986 [0x1D4C5]={
229987  category="ll",
229988  description="MATHEMATICAL SCRIPT SMALL P",
229989  direction="l",
229990  linebreak="al",
229991  specials={ "font", 0x70 },
229992  unicodeslot=0x1D4C5,
229993  visual="it",
229994 },
229995 [0x1D4C6]={
229996  category="ll",
229997  description="MATHEMATICAL SCRIPT SMALL Q",
229998  direction="l",
229999  linebreak="al",
230000  specials={ "font", 0x71 },
230001  unicodeslot=0x1D4C6,
230002  visual="it",
230003 },
230004 [0x1D4C7]={
230005  category="ll",
230006  description="MATHEMATICAL SCRIPT SMALL R",
230007  direction="l",
230008  linebreak="al",
230009  specials={ "font", 0x72 },
230010  unicodeslot=0x1D4C7,
230011  visual="it",
230012 },
230013 [0x1D4C8]={
230014  category="ll",
230015  description="MATHEMATICAL SCRIPT SMALL S",
230016  direction="l",
230017  linebreak="al",
230018  specials={ "font", 0x73 },
230019  unicodeslot=0x1D4C8,
230020  visual="it",
230021 },
230022 [0x1D4C9]={
230023  category="ll",
230024  description="MATHEMATICAL SCRIPT SMALL T",
230025  direction="l",
230026  linebreak="al",
230027  specials={ "font", 0x74 },
230028  unicodeslot=0x1D4C9,
230029  visual="it",
230030 },
230031 [0x1D4CA]={
230032  category="ll",
230033  description="MATHEMATICAL SCRIPT SMALL U",
230034  direction="l",
230035  linebreak="al",
230036  specials={ "font", 0x75 },
230037  unicodeslot=0x1D4CA,
230038  visual="it",
230039 },
230040 [0x1D4CB]={
230041  category="ll",
230042  description="MATHEMATICAL SCRIPT SMALL V",
230043  direction="l",
230044  linebreak="al",
230045  specials={ "font", 0x76 },
230046  unicodeslot=0x1D4CB,
230047  visual="it",
230048 },
230049 [0x1D4CC]={
230050  category="ll",
230051  description="MATHEMATICAL SCRIPT SMALL W",
230052  direction="l",
230053  linebreak="al",
230054  specials={ "font", 0x77 },
230055  unicodeslot=0x1D4CC,
230056  visual="it",
230057 },
230058 [0x1D4CD]={
230059  category="ll",
230060  description="MATHEMATICAL SCRIPT SMALL X",
230061  direction="l",
230062  linebreak="al",
230063  specials={ "font", 0x78 },
230064  unicodeslot=0x1D4CD,
230065  visual="it",
230066 },
230067 [0x1D4CE]={
230068  category="ll",
230069  description="MATHEMATICAL SCRIPT SMALL Y",
230070  direction="l",
230071  linebreak="al",
230072  specials={ "font", 0x79 },
230073  unicodeslot=0x1D4CE,
230074  visual="it",
230075 },
230076 [0x1D4CF]={
230077  category="ll",
230078  description="MATHEMATICAL SCRIPT SMALL Z",
230079  direction="l",
230080  linebreak="al",
230081  specials={ "font", 0x7A },
230082  unicodeslot=0x1D4CF,
230083  visual="it",
230084 },
230085 [0x1D4D0]={
230086  category="lu",
230087  description="MATHEMATICAL BOLD SCRIPT CAPITAL A",
230088  direction="l",
230089  linebreak="al",
230090  specials={ "font", 0x41 },
230091  unicodeslot=0x1D4D0,
230092  visual="bi",
230093 },
230094 [0x1D4D1]={
230095  category="lu",
230096  description="MATHEMATICAL BOLD SCRIPT CAPITAL B",
230097  direction="l",
230098  linebreak="al",
230099  specials={ "font", 0x42 },
230100  unicodeslot=0x1D4D1,
230101  visual="bi",
230102 },
230103 [0x1D4D2]={
230104  category="lu",
230105  description="MATHEMATICAL BOLD SCRIPT CAPITAL C",
230106  direction="l",
230107  linebreak="al",
230108  specials={ "font", 0x43 },
230109  unicodeslot=0x1D4D2,
230110  visual="bi",
230111 },
230112 [0x1D4D3]={
230113  category="lu",
230114  description="MATHEMATICAL BOLD SCRIPT CAPITAL D",
230115  direction="l",
230116  linebreak="al",
230117  specials={ "font", 0x44 },
230118  unicodeslot=0x1D4D3,
230119  visual="bi",
230120 },
230121 [0x1D4D4]={
230122  category="lu",
230123  description="MATHEMATICAL BOLD SCRIPT CAPITAL E",
230124  direction="l",
230125  linebreak="al",
230126  specials={ "font", 0x45 },
230127  unicodeslot=0x1D4D4,
230128  visual="bi",
230129 },
230130 [0x1D4D5]={
230131  category="lu",
230132  description="MATHEMATICAL BOLD SCRIPT CAPITAL F",
230133  direction="l",
230134  linebreak="al",
230135  specials={ "font", 0x46 },
230136  unicodeslot=0x1D4D5,
230137  visual="bi",
230138 },
230139 [0x1D4D6]={
230140  category="lu",
230141  description="MATHEMATICAL BOLD SCRIPT CAPITAL G",
230142  direction="l",
230143  linebreak="al",
230144  specials={ "font", 0x47 },
230145  unicodeslot=0x1D4D6,
230146  visual="bi",
230147 },
230148 [0x1D4D7]={
230149  category="lu",
230150  description="MATHEMATICAL BOLD SCRIPT CAPITAL H",
230151  direction="l",
230152  linebreak="al",
230153  specials={ "font", 0x48 },
230154  unicodeslot=0x1D4D7,
230155  visual="bi",
230156 },
230157 [0x1D4D8]={
230158  category="lu",
230159  description="MATHEMATICAL BOLD SCRIPT CAPITAL I",
230160  direction="l",
230161  linebreak="al",
230162  specials={ "font", 0x49 },
230163  unicodeslot=0x1D4D8,
230164  visual="bi",
230165 },
230166 [0x1D4D9]={
230167  category="lu",
230168  description="MATHEMATICAL BOLD SCRIPT CAPITAL J",
230169  direction="l",
230170  linebreak="al",
230171  specials={ "font", 0x4A },
230172  unicodeslot=0x1D4D9,
230173  visual="bi",
230174 },
230175 [0x1D4DA]={
230176  category="lu",
230177  description="MATHEMATICAL BOLD SCRIPT CAPITAL K",
230178  direction="l",
230179  linebreak="al",
230180  specials={ "font", 0x4B },
230181  unicodeslot=0x1D4DA,
230182  visual="bi",
230183 },
230184 [0x1D4DB]={
230185  category="lu",
230186  description="MATHEMATICAL BOLD SCRIPT CAPITAL L",
230187  direction="l",
230188  linebreak="al",
230189  specials={ "font", 0x4C },
230190  unicodeslot=0x1D4DB,
230191  visual="bi",
230192 },
230193 [0x1D4DC]={
230194  category="lu",
230195  description="MATHEMATICAL BOLD SCRIPT CAPITAL M",
230196  direction="l",
230197  linebreak="al",
230198  specials={ "font", 0x4D },
230199  unicodeslot=0x1D4DC,
230200  visual="bi",
230201 },
230202 [0x1D4DD]={
230203  category="lu",
230204  description="MATHEMATICAL BOLD SCRIPT CAPITAL N",
230205  direction="l",
230206  linebreak="al",
230207  specials={ "font", 0x4E },
230208  unicodeslot=0x1D4DD,
230209  visual="bi",
230210 },
230211 [0x1D4DE]={
230212  category="lu",
230213  description="MATHEMATICAL BOLD SCRIPT CAPITAL O",
230214  direction="l",
230215  linebreak="al",
230216  specials={ "font", 0x4F },
230217  unicodeslot=0x1D4DE,
230218  visual="bi",
230219 },
230220 [0x1D4DF]={
230221  category="lu",
230222  description="MATHEMATICAL BOLD SCRIPT CAPITAL P",
230223  direction="l",
230224  linebreak="al",
230225  specials={ "font", 0x50 },
230226  unicodeslot=0x1D4DF,
230227  visual="bi",
230228 },
230229 [0x1D4E0]={
230230  category="lu",
230231  description="MATHEMATICAL BOLD SCRIPT CAPITAL Q",
230232  direction="l",
230233  linebreak="al",
230234  specials={ "font", 0x51 },
230235  unicodeslot=0x1D4E0,
230236  visual="bi",
230237 },
230238 [0x1D4E1]={
230239  category="lu",
230240  description="MATHEMATICAL BOLD SCRIPT CAPITAL R",
230241  direction="l",
230242  linebreak="al",
230243  specials={ "font", 0x52 },
230244  unicodeslot=0x1D4E1,
230245  visual="bi",
230246 },
230247 [0x1D4E2]={
230248  category="lu",
230249  description="MATHEMATICAL BOLD SCRIPT CAPITAL S",
230250  direction="l",
230251  linebreak="al",
230252  specials={ "font", 0x53 },
230253  unicodeslot=0x1D4E2,
230254  visual="bi",
230255 },
230256 [0x1D4E3]={
230257  category="lu",
230258  description="MATHEMATICAL BOLD SCRIPT CAPITAL T",
230259  direction="l",
230260  linebreak="al",
230261  specials={ "font", 0x54 },
230262  unicodeslot=0x1D4E3,
230263  visual="bi",
230264 },
230265 [0x1D4E4]={
230266  category="lu",
230267  description="MATHEMATICAL BOLD SCRIPT CAPITAL U",
230268  direction="l",
230269  linebreak="al",
230270  specials={ "font", 0x55 },
230271  unicodeslot=0x1D4E4,
230272  visual="bi",
230273 },
230274 [0x1D4E5]={
230275  category="lu",
230276  description="MATHEMATICAL BOLD SCRIPT CAPITAL V",
230277  direction="l",
230278  linebreak="al",
230279  specials={ "font", 0x56 },
230280  unicodeslot=0x1D4E5,
230281  visual="bi",
230282 },
230283 [0x1D4E6]={
230284  category="lu",
230285  description="MATHEMATICAL BOLD SCRIPT CAPITAL W",
230286  direction="l",
230287  linebreak="al",
230288  specials={ "font", 0x57 },
230289  unicodeslot=0x1D4E6,
230290  visual="bi",
230291 },
230292 [0x1D4E7]={
230293  category="lu",
230294  description="MATHEMATICAL BOLD SCRIPT CAPITAL X",
230295  direction="l",
230296  linebreak="al",
230297  specials={ "font", 0x58 },
230298  unicodeslot=0x1D4E7,
230299  visual="bi",
230300 },
230301 [0x1D4E8]={
230302  category="lu",
230303  description="MATHEMATICAL BOLD SCRIPT CAPITAL Y",
230304  direction="l",
230305  linebreak="al",
230306  specials={ "font", 0x59 },
230307  unicodeslot=0x1D4E8,
230308  visual="bi",
230309 },
230310 [0x1D4E9]={
230311  category="lu",
230312  description="MATHEMATICAL BOLD SCRIPT CAPITAL Z",
230313  direction="l",
230314  linebreak="al",
230315  specials={ "font", 0x5A },
230316  unicodeslot=0x1D4E9,
230317  visual="bi",
230318 },
230319 [0x1D4EA]={
230320  category="ll",
230321  description="MATHEMATICAL BOLD SCRIPT SMALL A",
230322  direction="l",
230323  linebreak="al",
230324  specials={ "font", 0x61 },
230325  unicodeslot=0x1D4EA,
230326  visual="bi",
230327 },
230328 [0x1D4EB]={
230329  category="ll",
230330  description="MATHEMATICAL BOLD SCRIPT SMALL B",
230331  direction="l",
230332  linebreak="al",
230333  specials={ "font", 0x62 },
230334  unicodeslot=0x1D4EB,
230335  visual="bi",
230336 },
230337 [0x1D4EC]={
230338  category="ll",
230339  description="MATHEMATICAL BOLD SCRIPT SMALL C",
230340  direction="l",
230341  linebreak="al",
230342  specials={ "font", 0x63 },
230343  unicodeslot=0x1D4EC,
230344  visual="bi",
230345 },
230346 [0x1D4ED]={
230347  category="ll",
230348  description="MATHEMATICAL BOLD SCRIPT SMALL D",
230349  direction="l",
230350  linebreak="al",
230351  specials={ "font", 0x64 },
230352  unicodeslot=0x1D4ED,
230353  visual="bi",
230354 },
230355 [0x1D4EE]={
230356  category="ll",
230357  description="MATHEMATICAL BOLD SCRIPT SMALL E",
230358  direction="l",
230359  linebreak="al",
230360  specials={ "font", 0x65 },
230361  unicodeslot=0x1D4EE,
230362  visual="bi",
230363 },
230364 [0x1D4EF]={
230365  category="ll",
230366  description="MATHEMATICAL BOLD SCRIPT SMALL F",
230367  direction="l",
230368  linebreak="al",
230369  specials={ "font", 0x66 },
230370  unicodeslot=0x1D4EF,
230371  visual="bi",
230372 },
230373 [0x1D4F0]={
230374  category="ll",
230375  description="MATHEMATICAL BOLD SCRIPT SMALL G",
230376  direction="l",
230377  linebreak="al",
230378  specials={ "font", 0x67 },
230379  unicodeslot=0x1D4F0,
230380  visual="bi",
230381 },
230382 [0x1D4F1]={
230383  category="ll",
230384  description="MATHEMATICAL BOLD SCRIPT SMALL H",
230385  direction="l",
230386  linebreak="al",
230387  specials={ "font", 0x68 },
230388  unicodeslot=0x1D4F1,
230389  visual="bi",
230390 },
230391 [0x1D4F2]={
230392  category="ll",
230393  description="MATHEMATICAL BOLD SCRIPT SMALL I",
230394  direction="l",
230395  linebreak="al",
230396  specials={ "font", 0x69 },
230397  unicodeslot=0x1D4F2,
230398  visual="bi",
230399 },
230400 [0x1D4F3]={
230401  category="ll",
230402  description="MATHEMATICAL BOLD SCRIPT SMALL J",
230403  direction="l",
230404  linebreak="al",
230405  specials={ "font", 0x6A },
230406  unicodeslot=0x1D4F3,
230407  visual="bi",
230408 },
230409 [0x1D4F4]={
230410  category="ll",
230411  description="MATHEMATICAL BOLD SCRIPT SMALL K",
230412  direction="l",
230413  linebreak="al",
230414  specials={ "font", 0x6B },
230415  unicodeslot=0x1D4F4,
230416  visual="bi",
230417 },
230418 [0x1D4F5]={
230419  category="ll",
230420  description="MATHEMATICAL BOLD SCRIPT SMALL L",
230421  direction="l",
230422  linebreak="al",
230423  specials={ "font", 0x6C },
230424  unicodeslot=0x1D4F5,
230425  visual="bi",
230426 },
230427 [0x1D4F6]={
230428  category="ll",
230429  description="MATHEMATICAL BOLD SCRIPT SMALL M",
230430  direction="l",
230431  linebreak="al",
230432  specials={ "font", 0x6D },
230433  unicodeslot=0x1D4F6,
230434  visual="bi",
230435 },
230436 [0x1D4F7]={
230437  category="ll",
230438  description="MATHEMATICAL BOLD SCRIPT SMALL N",
230439  direction="l",
230440  linebreak="al",
230441  specials={ "font", 0x6E },
230442  unicodeslot=0x1D4F7,
230443  visual="bi",
230444 },
230445 [0x1D4F8]={
230446  category="ll",
230447  description="MATHEMATICAL BOLD SCRIPT SMALL O",
230448  direction="l",
230449  linebreak="al",
230450  specials={ "font", 0x6F },
230451  unicodeslot=0x1D4F8,
230452  visual="bi",
230453 },
230454 [0x1D4F9]={
230455  category="ll",
230456  description="MATHEMATICAL BOLD SCRIPT SMALL P",
230457  direction="l",
230458  linebreak="al",
230459  specials={ "font", 0x70 },
230460  unicodeslot=0x1D4F9,
230461  visual="bi",
230462 },
230463 [0x1D4FA]={
230464  category="ll",
230465  description="MATHEMATICAL BOLD SCRIPT SMALL Q",
230466  direction="l",
230467  linebreak="al",
230468  specials={ "font", 0x71 },
230469  unicodeslot=0x1D4FA,
230470  visual="bi",
230471 },
230472 [0x1D4FB]={
230473  category="ll",
230474  description="MATHEMATICAL BOLD SCRIPT SMALL R",
230475  direction="l",
230476  linebreak="al",
230477  specials={ "font", 0x72 },
230478  unicodeslot=0x1D4FB,
230479  visual="bi",
230480 },
230481 [0x1D4FC]={
230482  category="ll",
230483  description="MATHEMATICAL BOLD SCRIPT SMALL S",
230484  direction="l",
230485  linebreak="al",
230486  specials={ "font", 0x73 },
230487  unicodeslot=0x1D4FC,
230488  visual="bi",
230489 },
230490 [0x1D4FD]={
230491  category="ll",
230492  description="MATHEMATICAL BOLD SCRIPT SMALL T",
230493  direction="l",
230494  linebreak="al",
230495  specials={ "font", 0x74 },
230496  unicodeslot=0x1D4FD,
230497  visual="bi",
230498 },
230499 [0x1D4FE]={
230500  category="ll",
230501  description="MATHEMATICAL BOLD SCRIPT SMALL U",
230502  direction="l",
230503  linebreak="al",
230504  specials={ "font", 0x75 },
230505  unicodeslot=0x1D4FE,
230506  visual="bi",
230507 },
230508 [0x1D4FF]={
230509  category="ll",
230510  description="MATHEMATICAL BOLD SCRIPT SMALL V",
230511  direction="l",
230512  linebreak="al",
230513  specials={ "font", 0x76 },
230514  unicodeslot=0x1D4FF,
230515  visual="bi",
230516 },
230517 [0x1D500]={
230518  category="ll",
230519  description="MATHEMATICAL BOLD SCRIPT SMALL W",
230520  direction="l",
230521  linebreak="al",
230522  specials={ "font", 0x77 },
230523  unicodeslot=0x1D500,
230524  visual="bi",
230525 },
230526 [0x1D501]={
230527  category="ll",
230528  description="MATHEMATICAL BOLD SCRIPT SMALL X",
230529  direction="l",
230530  linebreak="al",
230531  specials={ "font", 0x78 },
230532  unicodeslot=0x1D501,
230533  visual="bi",
230534 },
230535 [0x1D502]={
230536  category="ll",
230537  description="MATHEMATICAL BOLD SCRIPT SMALL Y",
230538  direction="l",
230539  linebreak="al",
230540  specials={ "font", 0x79 },
230541  unicodeslot=0x1D502,
230542  visual="bi",
230543 },
230544 [0x1D503]={
230545  category="ll",
230546  description="MATHEMATICAL BOLD SCRIPT SMALL Z",
230547  direction="l",
230548  linebreak="al",
230549  specials={ "font", 0x7A },
230550  unicodeslot=0x1D503,
230551  visual="bi",
230552 },
230553 [0x1D504]={
230554  category="lu",
230555  description="MATHEMATICAL FRAKTUR CAPITAL A",
230556  direction="l",
230557  linebreak="al",
230558  specials={ "font", 0x41 },
230559  unicodeslot=0x1D504,
230560 },
230561 [0x1D505]={
230562  category="lu",
230563  description="MATHEMATICAL FRAKTUR CAPITAL B",
230564  direction="l",
230565  linebreak="al",
230566  specials={ "font", 0x42 },
230567  unicodeslot=0x1D505,
230568 },
230569 [0x1D507]={
230570  category="lu",
230571  description="MATHEMATICAL FRAKTUR CAPITAL D",
230572  direction="l",
230573  linebreak="al",
230574  specials={ "font", 0x44 },
230575  unicodeslot=0x1D507,
230576 },
230577 [0x1D508]={
230578  category="lu",
230579  description="MATHEMATICAL FRAKTUR CAPITAL E",
230580  direction="l",
230581  linebreak="al",
230582  specials={ "font", 0x45 },
230583  unicodeslot=0x1D508,
230584 },
230585 [0x1D509]={
230586  category="lu",
230587  description="MATHEMATICAL FRAKTUR CAPITAL F",
230588  direction="l",
230589  linebreak="al",
230590  specials={ "font", 0x46 },
230591  unicodeslot=0x1D509,
230592 },
230593 [0x1D50A]={
230594  category="lu",
230595  description="MATHEMATICAL FRAKTUR CAPITAL G",
230596  direction="l",
230597  linebreak="al",
230598  specials={ "font", 0x47 },
230599  unicodeslot=0x1D50A,
230600 },
230601 [0x1D50D]={
230602  category="lu",
230603  description="MATHEMATICAL FRAKTUR CAPITAL J",
230604  direction="l",
230605  linebreak="al",
230606  specials={ "font", 0x4A },
230607  unicodeslot=0x1D50D,
230608 },
230609 [0x1D50E]={
230610  category="lu",
230611  description="MATHEMATICAL FRAKTUR CAPITAL K",
230612  direction="l",
230613  linebreak="al",
230614  specials={ "font", 0x4B },
230615  unicodeslot=0x1D50E,
230616 },
230617 [0x1D50F]={
230618  category="lu",
230619  description="MATHEMATICAL FRAKTUR CAPITAL L",
230620  direction="l",
230621  linebreak="al",
230622  specials={ "font", 0x4C },
230623  unicodeslot=0x1D50F,
230624 },
230625 [0x1D510]={
230626  category="lu",
230627  description="MATHEMATICAL FRAKTUR CAPITAL M",
230628  direction="l",
230629  linebreak="al",
230630  specials={ "font", 0x4D },
230631  synonyms={ "new testament majority text" },
230632  unicodeslot=0x1D510,
230633 },
230634 [0x1D511]={
230635  category="lu",
230636  description="MATHEMATICAL FRAKTUR CAPITAL N",
230637  direction="l",
230638  linebreak="al",
230639  specials={ "font", 0x4E },
230640  unicodeslot=0x1D511,
230641 },
230642 [0x1D512]={
230643  category="lu",
230644  description="MATHEMATICAL FRAKTUR CAPITAL O",
230645  direction="l",
230646  linebreak="al",
230647  specials={ "font", 0x4F },
230648  unicodeslot=0x1D512,
230649 },
230650 [0x1D513]={
230651  category="lu",
230652  description="MATHEMATICAL FRAKTUR CAPITAL P",
230653  direction="l",
230654  linebreak="al",
230655  specials={ "font", 0x50 },
230656  unicodeslot=0x1D513,
230657 },
230658 [0x1D514]={
230659  category="lu",
230660  description="MATHEMATICAL FRAKTUR CAPITAL Q",
230661  direction="l",
230662  linebreak="al",
230663  specials={ "font", 0x51 },
230664  unicodeslot=0x1D514,
230665 },
230666 [0x1D516]={
230667  category="lu",
230668  description="MATHEMATICAL FRAKTUR CAPITAL S",
230669  direction="l",
230670  linebreak="al",
230671  specials={ "font", 0x53 },
230672  synonyms={ "greek old testament", "septuagint" },
230673  unicodeslot=0x1D516,
230674 },
230675 [0x1D517]={
230676  category="lu",
230677  description="MATHEMATICAL FRAKTUR CAPITAL T",
230678  direction="l",
230679  linebreak="al",
230680  specials={ "font", 0x54 },
230681  unicodeslot=0x1D517,
230682 },
230683 [0x1D518]={
230684  category="lu",
230685  description="MATHEMATICAL FRAKTUR CAPITAL U",
230686  direction="l",
230687  linebreak="al",
230688  specials={ "font", 0x55 },
230689  unicodeslot=0x1D518,
230690 },
230691 [0x1D519]={
230692  category="lu",
230693  description="MATHEMATICAL FRAKTUR CAPITAL V",
230694  direction="l",
230695  linebreak="al",
230696  specials={ "font", 0x56 },
230697  unicodeslot=0x1D519,
230698 },
230699 [0x1D51A]={
230700  category="lu",
230701  description="MATHEMATICAL FRAKTUR CAPITAL W",
230702  direction="l",
230703  linebreak="al",
230704  specials={ "font", 0x57 },
230705  unicodeslot=0x1D51A,
230706 },
230707 [0x1D51B]={
230708  category="lu",
230709  description="MATHEMATICAL FRAKTUR CAPITAL X",
230710  direction="l",
230711  linebreak="al",
230712  specials={ "font", 0x58 },
230713  unicodeslot=0x1D51B,
230714 },
230715 [0x1D51C]={
230716  category="lu",
230717  description="MATHEMATICAL FRAKTUR CAPITAL Y",
230718  direction="l",
230719  linebreak="al",
230720  specials={ "font", 0x59 },
230721  unicodeslot=0x1D51C,
230722 },
230723 [0x1D51E]={
230724  category="ll",
230725  description="MATHEMATICAL FRAKTUR SMALL A",
230726  direction="l",
230727  linebreak="al",
230728  specials={ "font", 0x61 },
230729  unicodeslot=0x1D51E,
230730 },
230731 [0x1D51F]={
230732  category="ll",
230733  description="MATHEMATICAL FRAKTUR SMALL B",
230734  direction="l",
230735  linebreak="al",
230736  specials={ "font", 0x62 },
230737  unicodeslot=0x1D51F,
230738 },
230739 [0x1D520]={
230740  category="ll",
230741  description="MATHEMATICAL FRAKTUR SMALL C",
230742  direction="l",
230743  linebreak="al",
230744  specials={ "font", 0x63 },
230745  unicodeslot=0x1D520,
230746 },
230747 [0x1D521]={
230748  category="ll",
230749  description="MATHEMATICAL FRAKTUR SMALL D",
230750  direction="l",
230751  linebreak="al",
230752  specials={ "font", 0x64 },
230753  unicodeslot=0x1D521,
230754 },
230755 [0x1D522]={
230756  category="ll",
230757  description="MATHEMATICAL FRAKTUR SMALL E",
230758  direction="l",
230759  linebreak="al",
230760  specials={ "font", 0x65 },
230761  unicodeslot=0x1D522,
230762 },
230763 [0x1D523]={
230764  category="ll",
230765  description="MATHEMATICAL FRAKTUR SMALL F",
230766  direction="l",
230767  linebreak="al",
230768  specials={ "font", 0x66 },
230769  unicodeslot=0x1D523,
230770 },
230771 [0x1D524]={
230772  category="ll",
230773  description="MATHEMATICAL FRAKTUR SMALL G",
230774  direction="l",
230775  linebreak="al",
230776  specials={ "font", 0x67 },
230777  unicodeslot=0x1D524,
230778 },
230779 [0x1D525]={
230780  category="ll",
230781  description="MATHEMATICAL FRAKTUR SMALL H",
230782  direction="l",
230783  linebreak="al",
230784  specials={ "font", 0x68 },
230785  unicodeslot=0x1D525,
230786 },
230787 [0x1D526]={
230788  category="ll",
230789  description="MATHEMATICAL FRAKTUR SMALL I",
230790  direction="l",
230791  linebreak="al",
230792  specials={ "font", 0x69 },
230793  unicodeslot=0x1D526,
230794 },
230795 [0x1D527]={
230796  category="ll",
230797  description="MATHEMATICAL FRAKTUR SMALL J",
230798  direction="l",
230799  linebreak="al",
230800  specials={ "font", 0x6A },
230801  unicodeslot=0x1D527,
230802 },
230803 [0x1D528]={
230804  category="ll",
230805  description="MATHEMATICAL FRAKTUR SMALL K",
230806  direction="l",
230807  linebreak="al",
230808  specials={ "font", 0x6B },
230809  unicodeslot=0x1D528,
230810 },
230811 [0x1D529]={
230812  category="ll",
230813  description="MATHEMATICAL FRAKTUR SMALL L",
230814  direction="l",
230815  linebreak="al",
230816  specials={ "font", 0x6C },
230817  unicodeslot=0x1D529,
230818 },
230819 [0x1D52A]={
230820  category="ll",
230821  description="MATHEMATICAL FRAKTUR SMALL M",
230822  direction="l",
230823  linebreak="al",
230824  specials={ "font", 0x6D },
230825  unicodeslot=0x1D52A,
230826 },
230827 [0x1D52B]={
230828  category="ll",
230829  description="MATHEMATICAL FRAKTUR SMALL N",
230830  direction="l",
230831  linebreak="al",
230832  specials={ "font", 0x6E },
230833  unicodeslot=0x1D52B,
230834 },
230835 [0x1D52C]={
230836  category="ll",
230837  description="MATHEMATICAL FRAKTUR SMALL O",
230838  direction="l",
230839  linebreak="al",
230840  specials={ "font", 0x6F },
230841  unicodeslot=0x1D52C,
230842 },
230843 [0x1D52D]={
230844  category="ll",
230845  description="MATHEMATICAL FRAKTUR SMALL P",
230846  direction="l",
230847  linebreak="al",
230848  specials={ "font", 0x70 },
230849  unicodeslot=0x1D52D,
230850 },
230851 [0x1D52E]={
230852  category="ll",
230853  description="MATHEMATICAL FRAKTUR SMALL Q",
230854  direction="l",
230855  linebreak="al",
230856  specials={ "font", 0x71 },
230857  unicodeslot=0x1D52E,
230858 },
230859 [0x1D52F]={
230860  category="ll",
230861  description="MATHEMATICAL FRAKTUR SMALL R",
230862  direction="l",
230863  linebreak="al",
230864  specials={ "font", 0x72 },
230865  unicodeslot=0x1D52F,
230866 },
230867 [0x1D530]={
230868  category="ll",
230869  description="MATHEMATICAL FRAKTUR SMALL S",
230870  direction="l",
230871  linebreak="al",
230872  specials={ "font", 0x73 },
230873  unicodeslot=0x1D530,
230874 },
230875 [0x1D531]={
230876  category="ll",
230877  description="MATHEMATICAL FRAKTUR SMALL T",
230878  direction="l",
230879  linebreak="al",
230880  specials={ "font", 0x74 },
230881  unicodeslot=0x1D531,
230882 },
230883 [0x1D532]={
230884  category="ll",
230885  description="MATHEMATICAL FRAKTUR SMALL U",
230886  direction="l",
230887  linebreak="al",
230888  specials={ "font", 0x75 },
230889  unicodeslot=0x1D532,
230890 },
230891 [0x1D533]={
230892  category="ll",
230893  description="MATHEMATICAL FRAKTUR SMALL V",
230894  direction="l",
230895  linebreak="al",
230896  specials={ "font", 0x76 },
230897  unicodeslot=0x1D533,
230898 },
230899 [0x1D534]={
230900  category="ll",
230901  description="MATHEMATICAL FRAKTUR SMALL W",
230902  direction="l",
230903  linebreak="al",
230904  specials={ "font", 0x77 },
230905  unicodeslot=0x1D534,
230906 },
230907 [0x1D535]={
230908  category="ll",
230909  description="MATHEMATICAL FRAKTUR SMALL X",
230910  direction="l",
230911  linebreak="al",
230912  specials={ "font", 0x78 },
230913  unicodeslot=0x1D535,
230914 },
230915 [0x1D536]={
230916  category="ll",
230917  description="MATHEMATICAL FRAKTUR SMALL Y",
230918  direction="l",
230919  linebreak="al",
230920  specials={ "font", 0x79 },
230921  unicodeslot=0x1D536,
230922 },
230923 [0x1D537]={
230924  category="ll",
230925  description="MATHEMATICAL FRAKTUR SMALL Z",
230926  direction="l",
230927  linebreak="al",
230928  specials={ "font", 0x7A },
230929  unicodeslot=0x1D537,
230930 },
230931 [0x1D538]={
230932  category="lu",
230933  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL A",
230934  direction="l",
230935  linebreak="al",
230936  specials={ "font", 0x41 },
230937  unicodeslot=0x1D538,
230938 },
230939 [0x1D539]={
230940  category="lu",
230941  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL B",
230942  direction="l",
230943  linebreak="al",
230944  specials={ "font", 0x42 },
230945  unicodeslot=0x1D539,
230946 },
230947 [0x1D53B]={
230948  category="lu",
230949  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL D",
230950  direction="l",
230951  linebreak="al",
230952  specials={ "font", 0x44 },
230953  unicodeslot=0x1D53B,
230954 },
230955 [0x1D53C]={
230956  category="lu",
230957  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL E",
230958  direction="l",
230959  linebreak="al",
230960  specials={ "font", 0x45 },
230961  unicodeslot=0x1D53C,
230962 },
230963 [0x1D53D]={
230964  category="lu",
230965  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL F",
230966  direction="l",
230967  linebreak="al",
230968  specials={ "font", 0x46 },
230969  unicodeslot=0x1D53D,
230970 },
230971 [0x1D53E]={
230972  category="lu",
230973  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL G",
230974  direction="l",
230975  linebreak="al",
230976  specials={ "font", 0x47 },
230977  unicodeslot=0x1D53E,
230978 },
230979 [0x1D540]={
230980  category="lu",
230981  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL I",
230982  direction="l",
230983  linebreak="al",
230984  specials={ "font", 0x49 },
230985  unicodeslot=0x1D540,
230986 },
230987 [0x1D541]={
230988  category="lu",
230989  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL J",
230990  direction="l",
230991  linebreak="al",
230992  specials={ "font", 0x4A },
230993  unicodeslot=0x1D541,
230994 },
230995 [0x1D542]={
230996  category="lu",
230997  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL K",
230998  direction="l",
230999  linebreak="al",
231000  specials={ "font", 0x4B },
231001  unicodeslot=0x1D542,
231002 },
231003 [0x1D543]={
231004  category="lu",
231005  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL L",
231006  direction="l",
231007  linebreak="al",
231008  specials={ "font", 0x4C },
231009  unicodeslot=0x1D543,
231010 },
231011 [0x1D544]={
231012  category="lu",
231013  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL M",
231014  direction="l",
231015  linebreak="al",
231016  specials={ "font", 0x4D },
231017  unicodeslot=0x1D544,
231018 },
231019 [0x1D546]={
231020  category="lu",
231021  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL O",
231022  direction="l",
231023  linebreak="al",
231024  specials={ "font", 0x4F },
231025  unicodeslot=0x1D546,
231026 },
231027 [0x1D54A]={
231028  category="lu",
231029  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL S",
231030  direction="l",
231031  linebreak="al",
231032  specials={ "font", 0x53 },
231033  unicodeslot=0x1D54A,
231034 },
231035 [0x1D54B]={
231036  category="lu",
231037  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL T",
231038  direction="l",
231039  linebreak="al",
231040  specials={ "font", 0x54 },
231041  unicodeslot=0x1D54B,
231042 },
231043 [0x1D54C]={
231044  category="lu",
231045  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL U",
231046  direction="l",
231047  linebreak="al",
231048  specials={ "font", 0x55 },
231049  unicodeslot=0x1D54C,
231050 },
231051 [0x1D54D]={
231052  category="lu",
231053  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL V",
231054  direction="l",
231055  linebreak="al",
231056  specials={ "font", 0x56 },
231057  unicodeslot=0x1D54D,
231058 },
231059 [0x1D54E]={
231060  category="lu",
231061  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL W",
231062  direction="l",
231063  linebreak="al",
231064  specials={ "font", 0x57 },
231065  unicodeslot=0x1D54E,
231066 },
231067 [0x1D54F]={
231068  category="lu",
231069  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL X",
231070  direction="l",
231071  linebreak="al",
231072  specials={ "font", 0x58 },
231073  unicodeslot=0x1D54F,
231074 },
231075 [0x1D550]={
231076  category="lu",
231077  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL Y",
231078  direction="l",
231079  linebreak="al",
231080  specials={ "font", 0x59 },
231081  unicodeslot=0x1D550,
231082 },
231083 [0x1D552]={
231084  category="ll",
231085  description="MATHEMATICAL DOUBLE-STRUCK SMALL A",
231086  direction="l",
231087  linebreak="al",
231088  specials={ "font", 0x61 },
231089  unicodeslot=0x1D552,
231090 },
231091 [0x1D553]={
231092  category="ll",
231093  description="MATHEMATICAL DOUBLE-STRUCK SMALL B",
231094  direction="l",
231095  linebreak="al",
231096  specials={ "font", 0x62 },
231097  unicodeslot=0x1D553,
231098 },
231099 [0x1D554]={
231100  category="ll",
231101  description="MATHEMATICAL DOUBLE-STRUCK SMALL C",
231102  direction="l",
231103  linebreak="al",
231104  specials={ "font", 0x63 },
231105  unicodeslot=0x1D554,
231106 },
231107 [0x1D555]={
231108  category="ll",
231109  description="MATHEMATICAL DOUBLE-STRUCK SMALL D",
231110  direction="l",
231111  linebreak="al",
231112  specials={ "font", 0x64 },
231113  unicodeslot=0x1D555,
231114 },
231115 [0x1D556]={
231116  category="ll",
231117  description="MATHEMATICAL DOUBLE-STRUCK SMALL E",
231118  direction="l",
231119  linebreak="al",
231120  specials={ "font", 0x65 },
231121  unicodeslot=0x1D556,
231122 },
231123 [0x1D557]={
231124  category="ll",
231125  description="MATHEMATICAL DOUBLE-STRUCK SMALL F",
231126  direction="l",
231127  linebreak="al",
231128  specials={ "font", 0x66 },
231129  unicodeslot=0x1D557,
231130 },
231131 [0x1D558]={
231132  category="ll",
231133  description="MATHEMATICAL DOUBLE-STRUCK SMALL G",
231134  direction="l",
231135  linebreak="al",
231136  specials={ "font", 0x67 },
231137  unicodeslot=0x1D558,
231138 },
231139 [0x1D559]={
231140  category="ll",
231141  description="MATHEMATICAL DOUBLE-STRUCK SMALL H",
231142  direction="l",
231143  linebreak="al",
231144  specials={ "font", 0x68 },
231145  unicodeslot=0x1D559,
231146 },
231147 [0x1D55A]={
231148  category="ll",
231149  description="MATHEMATICAL DOUBLE-STRUCK SMALL I",
231150  direction="l",
231151  linebreak="al",
231152  specials={ "font", 0x69 },
231153  unicodeslot=0x1D55A,
231154 },
231155 [0x1D55B]={
231156  category="ll",
231157  description="MATHEMATICAL DOUBLE-STRUCK SMALL J",
231158  direction="l",
231159  linebreak="al",
231160  specials={ "font", 0x6A },
231161  unicodeslot=0x1D55B,
231162 },
231163 [0x1D55C]={
231164  category="ll",
231165  description="MATHEMATICAL DOUBLE-STRUCK SMALL K",
231166  direction="l",
231167  linebreak="al",
231168  specials={ "font", 0x6B },
231169  unicodeslot=0x1D55C,
231170 },
231171 [0x1D55D]={
231172  category="ll",
231173  description="MATHEMATICAL DOUBLE-STRUCK SMALL L",
231174  direction="l",
231175  linebreak="al",
231176  specials={ "font", 0x6C },
231177  unicodeslot=0x1D55D,
231178 },
231179 [0x1D55E]={
231180  category="ll",
231181  description="MATHEMATICAL DOUBLE-STRUCK SMALL M",
231182  direction="l",
231183  linebreak="al",
231184  specials={ "font", 0x6D },
231185  unicodeslot=0x1D55E,
231186 },
231187 [0x1D55F]={
231188  category="ll",
231189  description="MATHEMATICAL DOUBLE-STRUCK SMALL N",
231190  direction="l",
231191  linebreak="al",
231192  specials={ "font", 0x6E },
231193  unicodeslot=0x1D55F,
231194 },
231195 [0x1D560]={
231196  category="ll",
231197  description="MATHEMATICAL DOUBLE-STRUCK SMALL O",
231198  direction="l",
231199  linebreak="al",
231200  specials={ "font", 0x6F },
231201  unicodeslot=0x1D560,
231202 },
231203 [0x1D561]={
231204  category="ll",
231205  description="MATHEMATICAL DOUBLE-STRUCK SMALL P",
231206  direction="l",
231207  linebreak="al",
231208  specials={ "font", 0x70 },
231209  unicodeslot=0x1D561,
231210 },
231211 [0x1D562]={
231212  category="ll",
231213  description="MATHEMATICAL DOUBLE-STRUCK SMALL Q",
231214  direction="l",
231215  linebreak="al",
231216  specials={ "font", 0x71 },
231217  unicodeslot=0x1D562,
231218 },
231219 [0x1D563]={
231220  category="ll",
231221  description="MATHEMATICAL DOUBLE-STRUCK SMALL R",
231222  direction="l",
231223  linebreak="al",
231224  specials={ "font", 0x72 },
231225  unicodeslot=0x1D563,
231226 },
231227 [0x1D564]={
231228  category="ll",
231229  description="MATHEMATICAL DOUBLE-STRUCK SMALL S",
231230  direction="l",
231231  linebreak="al",
231232  specials={ "font", 0x73 },
231233  unicodeslot=0x1D564,
231234 },
231235 [0x1D565]={
231236  category="ll",
231237  description="MATHEMATICAL DOUBLE-STRUCK SMALL T",
231238  direction="l",
231239  linebreak="al",
231240  specials={ "font", 0x74 },
231241  unicodeslot=0x1D565,
231242 },
231243 [0x1D566]={
231244  category="ll",
231245  description="MATHEMATICAL DOUBLE-STRUCK SMALL U",
231246  direction="l",
231247  linebreak="al",
231248  specials={ "font", 0x75 },
231249  unicodeslot=0x1D566,
231250 },
231251 [0x1D567]={
231252  category="ll",
231253  description="MATHEMATICAL DOUBLE-STRUCK SMALL V",
231254  direction="l",
231255  linebreak="al",
231256  specials={ "font", 0x76 },
231257  unicodeslot=0x1D567,
231258 },
231259 [0x1D568]={
231260  category="ll",
231261  description="MATHEMATICAL DOUBLE-STRUCK SMALL W",
231262  direction="l",
231263  linebreak="al",
231264  specials={ "font", 0x77 },
231265  unicodeslot=0x1D568,
231266 },
231267 [0x1D569]={
231268  category="ll",
231269  description="MATHEMATICAL DOUBLE-STRUCK SMALL X",
231270  direction="l",
231271  linebreak="al",
231272  specials={ "font", 0x78 },
231273  unicodeslot=0x1D569,
231274 },
231275 [0x1D56A]={
231276  category="ll",
231277  description="MATHEMATICAL DOUBLE-STRUCK SMALL Y",
231278  direction="l",
231279  linebreak="al",
231280  specials={ "font", 0x79 },
231281  unicodeslot=0x1D56A,
231282 },
231283 [0x1D56B]={
231284  category="ll",
231285  description="MATHEMATICAL DOUBLE-STRUCK SMALL Z",
231286  direction="l",
231287  linebreak="al",
231288  specials={ "font", 0x7A },
231289  unicodeslot=0x1D56B,
231290 },
231291 [0x1D56C]={
231292  category="lu",
231293  description="MATHEMATICAL BOLD FRAKTUR CAPITAL A",
231294  direction="l",
231295  linebreak="al",
231296  specials={ "font", 0x41 },
231297  unicodeslot=0x1D56C,
231298  visual="bf",
231299 },
231300 [0x1D56D]={
231301  category="lu",
231302  description="MATHEMATICAL BOLD FRAKTUR CAPITAL B",
231303  direction="l",
231304  linebreak="al",
231305  specials={ "font", 0x42 },
231306  unicodeslot=0x1D56D,
231307  visual="bf",
231308 },
231309 [0x1D56E]={
231310  category="lu",
231311  description="MATHEMATICAL BOLD FRAKTUR CAPITAL C",
231312  direction="l",
231313  linebreak="al",
231314  specials={ "font", 0x43 },
231315  unicodeslot=0x1D56E,
231316  visual="bf",
231317 },
231318 [0x1D56F]={
231319  category="lu",
231320  description="MATHEMATICAL BOLD FRAKTUR CAPITAL D",
231321  direction="l",
231322  linebreak="al",
231323  specials={ "font", 0x44 },
231324  unicodeslot=0x1D56F,
231325  visual="bf",
231326 },
231327 [0x1D570]={
231328  category="lu",
231329  description="MATHEMATICAL BOLD FRAKTUR CAPITAL E",
231330  direction="l",
231331  linebreak="al",
231332  specials={ "font", 0x45 },
231333  unicodeslot=0x1D570,
231334  visual="bf",
231335 },
231336 [0x1D571]={
231337  category="lu",
231338  description="MATHEMATICAL BOLD FRAKTUR CAPITAL F",
231339  direction="l",
231340  linebreak="al",
231341  specials={ "font", 0x46 },
231342  unicodeslot=0x1D571,
231343  visual="bf",
231344 },
231345 [0x1D572]={
231346  category="lu",
231347  description="MATHEMATICAL BOLD FRAKTUR CAPITAL G",
231348  direction="l",
231349  linebreak="al",
231350  specials={ "font", 0x47 },
231351  unicodeslot=0x1D572,
231352  visual="bf",
231353 },
231354 [0x1D573]={
231355  category="lu",
231356  description="MATHEMATICAL BOLD FRAKTUR CAPITAL H",
231357  direction="l",
231358  linebreak="al",
231359  specials={ "font", 0x48 },
231360  unicodeslot=0x1D573,
231361  visual="bf",
231362 },
231363 [0x1D574]={
231364  category="lu",
231365  description="MATHEMATICAL BOLD FRAKTUR CAPITAL I",
231366  direction="l",
231367  linebreak="al",
231368  specials={ "font", 0x49 },
231369  unicodeslot=0x1D574,
231370  visual="bf",
231371 },
231372 [0x1D575]={
231373  category="lu",
231374  description="MATHEMATICAL BOLD FRAKTUR CAPITAL J",
231375  direction="l",
231376  linebreak="al",
231377  specials={ "font", 0x4A },
231378  unicodeslot=0x1D575,
231379  visual="bf",
231380 },
231381 [0x1D576]={
231382  category="lu",
231383  description="MATHEMATICAL BOLD FRAKTUR CAPITAL K",
231384  direction="l",
231385  linebreak="al",
231386  specials={ "font", 0x4B },
231387  unicodeslot=0x1D576,
231388  visual="bf",
231389 },
231390 [0x1D577]={
231391  category="lu",
231392  description="MATHEMATICAL BOLD FRAKTUR CAPITAL L",
231393  direction="l",
231394  linebreak="al",
231395  specials={ "font", 0x4C },
231396  unicodeslot=0x1D577,
231397  visual="bf",
231398 },
231399 [0x1D578]={
231400  category="lu",
231401  description="MATHEMATICAL BOLD FRAKTUR CAPITAL M",
231402  direction="l",
231403  linebreak="al",
231404  specials={ "font", 0x4D },
231405  unicodeslot=0x1D578,
231406  visual="bf",
231407 },
231408 [0x1D579]={
231409  category="lu",
231410  description="MATHEMATICAL BOLD FRAKTUR CAPITAL N",
231411  direction="l",
231412  linebreak="al",
231413  specials={ "font", 0x4E },
231414  unicodeslot=0x1D579,
231415  visual="bf",
231416 },
231417 [0x1D57A]={
231418  category="lu",
231419  description="MATHEMATICAL BOLD FRAKTUR CAPITAL O",
231420  direction="l",
231421  linebreak="al",
231422  specials={ "font", 0x4F },
231423  unicodeslot=0x1D57A,
231424  visual="bf",
231425 },
231426 [0x1D57B]={
231427  category="lu",
231428  description="MATHEMATICAL BOLD FRAKTUR CAPITAL P",
231429  direction="l",
231430  linebreak="al",
231431  specials={ "font", 0x50 },
231432  unicodeslot=0x1D57B,
231433  visual="bf",
231434 },
231435 [0x1D57C]={
231436  category="lu",
231437  description="MATHEMATICAL BOLD FRAKTUR CAPITAL Q",
231438  direction="l",
231439  linebreak="al",
231440  specials={ "font", 0x51 },
231441  unicodeslot=0x1D57C,
231442  visual="bf",
231443 },
231444 [0x1D57D]={
231445  category="lu",
231446  description="MATHEMATICAL BOLD FRAKTUR CAPITAL R",
231447  direction="l",
231448  linebreak="al",
231449  specials={ "font", 0x52 },
231450  unicodeslot=0x1D57D,
231451  visual="bf",
231452 },
231453 [0x1D57E]={
231454  category="lu",
231455  description="MATHEMATICAL BOLD FRAKTUR CAPITAL S",
231456  direction="l",
231457  linebreak="al",
231458  specials={ "font", 0x53 },
231459  unicodeslot=0x1D57E,
231460  visual="bf",
231461 },
231462 [0x1D57F]={
231463  category="lu",
231464  description="MATHEMATICAL BOLD FRAKTUR CAPITAL T",
231465  direction="l",
231466  linebreak="al",
231467  specials={ "font", 0x54 },
231468  unicodeslot=0x1D57F,
231469  visual="bf",
231470 },
231471 [0x1D580]={
231472  category="lu",
231473  description="MATHEMATICAL BOLD FRAKTUR CAPITAL U",
231474  direction="l",
231475  linebreak="al",
231476  specials={ "font", 0x55 },
231477  unicodeslot=0x1D580,
231478  visual="bf",
231479 },
231480 [0x1D581]={
231481  category="lu",
231482  description="MATHEMATICAL BOLD FRAKTUR CAPITAL V",
231483  direction="l",
231484  linebreak="al",
231485  specials={ "font", 0x56 },
231486  unicodeslot=0x1D581,
231487  visual="bf",
231488 },
231489 [0x1D582]={
231490  category="lu",
231491  description="MATHEMATICAL BOLD FRAKTUR CAPITAL W",
231492  direction="l",
231493  linebreak="al",
231494  specials={ "font", 0x57 },
231495  unicodeslot=0x1D582,
231496  visual="bf",
231497 },
231498 [0x1D583]={
231499  category="lu",
231500  description="MATHEMATICAL BOLD FRAKTUR CAPITAL X",
231501  direction="l",
231502  linebreak="al",
231503  specials={ "font", 0x58 },
231504  unicodeslot=0x1D583,
231505  visual="bf",
231506 },
231507 [0x1D584]={
231508  category="lu",
231509  description="MATHEMATICAL BOLD FRAKTUR CAPITAL Y",
231510  direction="l",
231511  linebreak="al",
231512  specials={ "font", 0x59 },
231513  unicodeslot=0x1D584,
231514  visual="bf",
231515 },
231516 [0x1D585]={
231517  category="lu",
231518  description="MATHEMATICAL BOLD FRAKTUR CAPITAL Z",
231519  direction="l",
231520  linebreak="al",
231521  specials={ "font", 0x5A },
231522  unicodeslot=0x1D585,
231523  visual="bf",
231524 },
231525 [0x1D586]={
231526  category="ll",
231527  description="MATHEMATICAL BOLD FRAKTUR SMALL A",
231528  direction="l",
231529  linebreak="al",
231530  specials={ "font", 0x61 },
231531  unicodeslot=0x1D586,
231532  visual="bf",
231533 },
231534 [0x1D587]={
231535  category="ll",
231536  description="MATHEMATICAL BOLD FRAKTUR SMALL B",
231537  direction="l",
231538  linebreak="al",
231539  specials={ "font", 0x62 },
231540  unicodeslot=0x1D587,
231541  visual="bf",
231542 },
231543 [0x1D588]={
231544  category="ll",
231545  description="MATHEMATICAL BOLD FRAKTUR SMALL C",
231546  direction="l",
231547  linebreak="al",
231548  specials={ "font", 0x63 },
231549  unicodeslot=0x1D588,
231550  visual="bf",
231551 },
231552 [0x1D589]={
231553  category="ll",
231554  description="MATHEMATICAL BOLD FRAKTUR SMALL D",
231555  direction="l",
231556  linebreak="al",
231557  specials={ "font", 0x64 },
231558  unicodeslot=0x1D589,
231559  visual="bf",
231560 },
231561 [0x1D58A]={
231562  category="ll",
231563  description="MATHEMATICAL BOLD FRAKTUR SMALL E",
231564  direction="l",
231565  linebreak="al",
231566  specials={ "font", 0x65 },
231567  unicodeslot=0x1D58A,
231568  visual="bf",
231569 },
231570 [0x1D58B]={
231571  category="ll",
231572  description="MATHEMATICAL BOLD FRAKTUR SMALL F",
231573  direction="l",
231574  linebreak="al",
231575  specials={ "font", 0x66 },
231576  unicodeslot=0x1D58B,
231577  visual="bf",
231578 },
231579 [0x1D58C]={
231580  category="ll",
231581  description="MATHEMATICAL BOLD FRAKTUR SMALL G",
231582  direction="l",
231583  linebreak="al",
231584  specials={ "font", 0x67 },
231585  unicodeslot=0x1D58C,
231586  visual="bf",
231587 },
231588 [0x1D58D]={
231589  category="ll",
231590  description="MATHEMATICAL BOLD FRAKTUR SMALL H",
231591  direction="l",
231592  linebreak="al",
231593  specials={ "font", 0x68 },
231594  unicodeslot=0x1D58D,
231595  visual="bf",
231596 },
231597 [0x1D58E]={
231598  category="ll",
231599  description="MATHEMATICAL BOLD FRAKTUR SMALL I",
231600  direction="l",
231601  linebreak="al",
231602  specials={ "font", 0x69 },
231603  unicodeslot=0x1D58E,
231604  visual="bf",
231605 },
231606 [0x1D58F]={
231607  category="ll",
231608  description="MATHEMATICAL BOLD FRAKTUR SMALL J",
231609  direction="l",
231610  linebreak="al",
231611  specials={ "font", 0x6A },
231612  unicodeslot=0x1D58F,
231613  visual="bf",
231614 },
231615 [0x1D590]={
231616  category="ll",
231617  description="MATHEMATICAL BOLD FRAKTUR SMALL K",
231618  direction="l",
231619  linebreak="al",
231620  specials={ "font", 0x6B },
231621  unicodeslot=0x1D590,
231622  visual="bf",
231623 },
231624 [0x1D591]={
231625  category="ll",
231626  description="MATHEMATICAL BOLD FRAKTUR SMALL L",
231627  direction="l",
231628  linebreak="al",
231629  specials={ "font", 0x6C },
231630  unicodeslot=0x1D591,
231631  visual="bf",
231632 },
231633 [0x1D592]={
231634  category="ll",
231635  description="MATHEMATICAL BOLD FRAKTUR SMALL M",
231636  direction="l",
231637  linebreak="al",
231638  specials={ "font", 0x6D },
231639  unicodeslot=0x1D592,
231640  visual="bf",
231641 },
231642 [0x1D593]={
231643  category="ll",
231644  description="MATHEMATICAL BOLD FRAKTUR SMALL N",
231645  direction="l",
231646  linebreak="al",
231647  specials={ "font", 0x6E },
231648  unicodeslot=0x1D593,
231649  visual="bf",
231650 },
231651 [0x1D594]={
231652  category="ll",
231653  description="MATHEMATICAL BOLD FRAKTUR SMALL O",
231654  direction="l",
231655  linebreak="al",
231656  specials={ "font", 0x6F },
231657  unicodeslot=0x1D594,
231658  visual="bf",
231659 },
231660 [0x1D595]={
231661  category="ll",
231662  description="MATHEMATICAL BOLD FRAKTUR SMALL P",
231663  direction="l",
231664  linebreak="al",
231665  specials={ "font", 0x70 },
231666  unicodeslot=0x1D595,
231667  visual="bf",
231668 },
231669 [0x1D596]={
231670  category="ll",
231671  description="MATHEMATICAL BOLD FRAKTUR SMALL Q",
231672  direction="l",
231673  linebreak="al",
231674  specials={ "font", 0x71 },
231675  unicodeslot=0x1D596,
231676  visual="bf",
231677 },
231678 [0x1D597]={
231679  category="ll",
231680  description="MATHEMATICAL BOLD FRAKTUR SMALL R",
231681  direction="l",
231682  linebreak="al",
231683  specials={ "font", 0x72 },
231684  unicodeslot=0x1D597,
231685  visual="bf",
231686 },
231687 [0x1D598]={
231688  category="ll",
231689  description="MATHEMATICAL BOLD FRAKTUR SMALL S",
231690  direction="l",
231691  linebreak="al",
231692  specials={ "font", 0x73 },
231693  unicodeslot=0x1D598,
231694  visual="bf",
231695 },
231696 [0x1D599]={
231697  category="ll",
231698  description="MATHEMATICAL BOLD FRAKTUR SMALL T",
231699  direction="l",
231700  linebreak="al",
231701  specials={ "font", 0x74 },
231702  unicodeslot=0x1D599,
231703  visual="bf",
231704 },
231705 [0x1D59A]={
231706  category="ll",
231707  description="MATHEMATICAL BOLD FRAKTUR SMALL U",
231708  direction="l",
231709  linebreak="al",
231710  specials={ "font", 0x75 },
231711  unicodeslot=0x1D59A,
231712  visual="bf",
231713 },
231714 [0x1D59B]={
231715  category="ll",
231716  description="MATHEMATICAL BOLD FRAKTUR SMALL V",
231717  direction="l",
231718  linebreak="al",
231719  specials={ "font", 0x76 },
231720  unicodeslot=0x1D59B,
231721  visual="bf",
231722 },
231723 [0x1D59C]={
231724  category="ll",
231725  description="MATHEMATICAL BOLD FRAKTUR SMALL W",
231726  direction="l",
231727  linebreak="al",
231728  specials={ "font", 0x77 },
231729  unicodeslot=0x1D59C,
231730  visual="bf",
231731 },
231732 [0x1D59D]={
231733  category="ll",
231734  description="MATHEMATICAL BOLD FRAKTUR SMALL X",
231735  direction="l",
231736  linebreak="al",
231737  specials={ "font", 0x78 },
231738  unicodeslot=0x1D59D,
231739  visual="bf",
231740 },
231741 [0x1D59E]={
231742  category="ll",
231743  description="MATHEMATICAL BOLD FRAKTUR SMALL Y",
231744  direction="l",
231745  linebreak="al",
231746  specials={ "font", 0x79 },
231747  unicodeslot=0x1D59E,
231748  visual="bf",
231749 },
231750 [0x1D59F]={
231751  category="ll",
231752  description="MATHEMATICAL BOLD FRAKTUR SMALL Z",
231753  direction="l",
231754  linebreak="al",
231755  specials={ "font", 0x7A },
231756  unicodeslot=0x1D59F,
231757  visual="bf",
231758 },
231759 [0x1D5A0]={
231760  category="lu",
231761  description="MATHEMATICAL SANS-SERIF CAPITAL A",
231762  direction="l",
231763  linebreak="al",
231764  specials={ "font", 0x41 },
231765  unicodeslot=0x1D5A0,
231766 },
231767 [0x1D5A1]={
231768  category="lu",
231769  description="MATHEMATICAL SANS-SERIF CAPITAL B",
231770  direction="l",
231771  linebreak="al",
231772  specials={ "font", 0x42 },
231773  unicodeslot=0x1D5A1,
231774 },
231775 [0x1D5A2]={
231776  category="lu",
231777  description="MATHEMATICAL SANS-SERIF CAPITAL C",
231778  direction="l",
231779  linebreak="al",
231780  specials={ "font", 0x43 },
231781  unicodeslot=0x1D5A2,
231782 },
231783 [0x1D5A3]={
231784  category="lu",
231785  description="MATHEMATICAL SANS-SERIF CAPITAL D",
231786  direction="l",
231787  linebreak="al",
231788  specials={ "font", 0x44 },
231789  unicodeslot=0x1D5A3,
231790 },
231791 [0x1D5A4]={
231792  category="lu",
231793  description="MATHEMATICAL SANS-SERIF CAPITAL E",
231794  direction="l",
231795  linebreak="al",
231796  specials={ "font", 0x45 },
231797  unicodeslot=0x1D5A4,
231798 },
231799 [0x1D5A5]={
231800  category="lu",
231801  description="MATHEMATICAL SANS-SERIF CAPITAL F",
231802  direction="l",
231803  linebreak="al",
231804  specials={ "font", 0x46 },
231805  unicodeslot=0x1D5A5,
231806 },
231807 [0x1D5A6]={
231808  category="lu",
231809  description="MATHEMATICAL SANS-SERIF CAPITAL G",
231810  direction="l",
231811  linebreak="al",
231812  specials={ "font", 0x47 },
231813  unicodeslot=0x1D5A6,
231814 },
231815 [0x1D5A7]={
231816  category="lu",
231817  description="MATHEMATICAL SANS-SERIF CAPITAL H",
231818  direction="l",
231819  linebreak="al",
231820  specials={ "font", 0x48 },
231821  unicodeslot=0x1D5A7,
231822 },
231823 [0x1D5A8]={
231824  category="lu",
231825  description="MATHEMATICAL SANS-SERIF CAPITAL I",
231826  direction="l",
231827  linebreak="al",
231828  specials={ "font", 0x49 },
231829  unicodeslot=0x1D5A8,
231830 },
231831 [0x1D5A9]={
231832  category="lu",
231833  description="MATHEMATICAL SANS-SERIF CAPITAL J",
231834  direction="l",
231835  linebreak="al",
231836  specials={ "font", 0x4A },
231837  unicodeslot=0x1D5A9,
231838 },
231839 [0x1D5AA]={
231840  category="lu",
231841  description="MATHEMATICAL SANS-SERIF CAPITAL K",
231842  direction="l",
231843  linebreak="al",
231844  specials={ "font", 0x4B },
231845  unicodeslot=0x1D5AA,
231846 },
231847 [0x1D5AB]={
231848  category="lu",
231849  description="MATHEMATICAL SANS-SERIF CAPITAL L",
231850  direction="l",
231851  linebreak="al",
231852  specials={ "font", 0x4C },
231853  unicodeslot=0x1D5AB,
231854 },
231855 [0x1D5AC]={
231856  category="lu",
231857  description="MATHEMATICAL SANS-SERIF CAPITAL M",
231858  direction="l",
231859  linebreak="al",
231860  specials={ "font", 0x4D },
231861  unicodeslot=0x1D5AC,
231862 },
231863 [0x1D5AD]={
231864  category="lu",
231865  description="MATHEMATICAL SANS-SERIF CAPITAL N",
231866  direction="l",
231867  linebreak="al",
231868  specials={ "font", 0x4E },
231869  unicodeslot=0x1D5AD,
231870 },
231871 [0x1D5AE]={
231872  category="lu",
231873  description="MATHEMATICAL SANS-SERIF CAPITAL O",
231874  direction="l",
231875  linebreak="al",
231876  specials={ "font", 0x4F },
231877  unicodeslot=0x1D5AE,
231878 },
231879 [0x1D5AF]={
231880  category="lu",
231881  description="MATHEMATICAL SANS-SERIF CAPITAL P",
231882  direction="l",
231883  linebreak="al",
231884  specials={ "font", 0x50 },
231885  unicodeslot=0x1D5AF,
231886 },
231887 [0x1D5B0]={
231888  category="lu",
231889  description="MATHEMATICAL SANS-SERIF CAPITAL Q",
231890  direction="l",
231891  linebreak="al",
231892  specials={ "font", 0x51 },
231893  unicodeslot=0x1D5B0,
231894 },
231895 [0x1D5B1]={
231896  category="lu",
231897  description="MATHEMATICAL SANS-SERIF CAPITAL R",
231898  direction="l",
231899  linebreak="al",
231900  specials={ "font", 0x52 },
231901  unicodeslot=0x1D5B1,
231902 },
231903 [0x1D5B2]={
231904  category="lu",
231905  description="MATHEMATICAL SANS-SERIF CAPITAL S",
231906  direction="l",
231907  linebreak="al",
231908  specials={ "font", 0x53 },
231909  unicodeslot=0x1D5B2,
231910 },
231911 [0x1D5B3]={
231912  category="lu",
231913  description="MATHEMATICAL SANS-SERIF CAPITAL T",
231914  direction="l",
231915  linebreak="al",
231916  specials={ "font", 0x54 },
231917  unicodeslot=0x1D5B3,
231918 },
231919 [0x1D5B4]={
231920  category="lu",
231921  description="MATHEMATICAL SANS-SERIF CAPITAL U",
231922  direction="l",
231923  linebreak="al",
231924  specials={ "font", 0x55 },
231925  unicodeslot=0x1D5B4,
231926 },
231927 [0x1D5B5]={
231928  category="lu",
231929  description="MATHEMATICAL SANS-SERIF CAPITAL V",
231930  direction="l",
231931  linebreak="al",
231932  specials={ "font", 0x56 },
231933  unicodeslot=0x1D5B5,
231934 },
231935 [0x1D5B6]={
231936  category="lu",
231937  description="MATHEMATICAL SANS-SERIF CAPITAL W",
231938  direction="l",
231939  linebreak="al",
231940  specials={ "font", 0x57 },
231941  unicodeslot=0x1D5B6,
231942 },
231943 [0x1D5B7]={
231944  category="lu",
231945  description="MATHEMATICAL SANS-SERIF CAPITAL X",
231946  direction="l",
231947  linebreak="al",
231948  specials={ "font", 0x58 },
231949  unicodeslot=0x1D5B7,
231950 },
231951 [0x1D5B8]={
231952  category="lu",
231953  description="MATHEMATICAL SANS-SERIF CAPITAL Y",
231954  direction="l",
231955  linebreak="al",
231956  specials={ "font", 0x59 },
231957  unicodeslot=0x1D5B8,
231958 },
231959 [0x1D5B9]={
231960  category="lu",
231961  description="MATHEMATICAL SANS-SERIF CAPITAL Z",
231962  direction="l",
231963  linebreak="al",
231964  specials={ "font", 0x5A },
231965  unicodeslot=0x1D5B9,
231966 },
231967 [0x1D5BA]={
231968  category="ll",
231969  description="MATHEMATICAL SANS-SERIF SMALL A",
231970  direction="l",
231971  linebreak="al",
231972  specials={ "font", 0x61 },
231973  unicodeslot=0x1D5BA,
231974 },
231975 [0x1D5BB]={
231976  category="ll",
231977  description="MATHEMATICAL SANS-SERIF SMALL B",
231978  direction="l",
231979  linebreak="al",
231980  specials={ "font", 0x62 },
231981  unicodeslot=0x1D5BB,
231982 },
231983 [0x1D5BC]={
231984  category="ll",
231985  description="MATHEMATICAL SANS-SERIF SMALL C",
231986  direction="l",
231987  linebreak="al",
231988  specials={ "font", 0x63 },
231989  unicodeslot=0x1D5BC,
231990 },
231991 [0x1D5BD]={
231992  category="ll",
231993  description="MATHEMATICAL SANS-SERIF SMALL D",
231994  direction="l",
231995  linebreak="al",
231996  specials={ "font", 0x64 },
231997  unicodeslot=0x1D5BD,
231998 },
231999 [0x1D5BE]={
232000  category="ll",
232001  description="MATHEMATICAL SANS-SERIF SMALL E",
232002  direction="l",
232003  linebreak="al",
232004  specials={ "font", 0x65 },
232005  unicodeslot=0x1D5BE,
232006 },
232007 [0x1D5BF]={
232008  category="ll",
232009  description="MATHEMATICAL SANS-SERIF SMALL F",
232010  direction="l",
232011  linebreak="al",
232012  specials={ "font", 0x66 },
232013  unicodeslot=0x1D5BF,
232014 },
232015 [0x1D5C0]={
232016  category="ll",
232017  description="MATHEMATICAL SANS-SERIF SMALL G",
232018  direction="l",
232019  linebreak="al",
232020  specials={ "font", 0x67 },
232021  unicodeslot=0x1D5C0,
232022 },
232023 [0x1D5C1]={
232024  category="ll",
232025  description="MATHEMATICAL SANS-SERIF SMALL H",
232026  direction="l",
232027  linebreak="al",
232028  specials={ "font", 0x68 },
232029  unicodeslot=0x1D5C1,
232030 },
232031 [0x1D5C2]={
232032  category="ll",
232033  description="MATHEMATICAL SANS-SERIF SMALL I",
232034  direction="l",
232035  linebreak="al",
232036  specials={ "font", 0x69 },
232037  unicodeslot=0x1D5C2,
232038 },
232039 [0x1D5C3]={
232040  category="ll",
232041  description="MATHEMATICAL SANS-SERIF SMALL J",
232042  direction="l",
232043  linebreak="al",
232044  specials={ "font", 0x6A },
232045  unicodeslot=0x1D5C3,
232046 },
232047 [0x1D5C4]={
232048  category="ll",
232049  description="MATHEMATICAL SANS-SERIF SMALL K",
232050  direction="l",
232051  linebreak="al",
232052  specials={ "font", 0x6B },
232053  unicodeslot=0x1D5C4,
232054 },
232055 [0x1D5C5]={
232056  category="ll",
232057  description="MATHEMATICAL SANS-SERIF SMALL L",
232058  direction="l",
232059  linebreak="al",
232060  specials={ "font", 0x6C },
232061  unicodeslot=0x1D5C5,
232062 },
232063 [0x1D5C6]={
232064  category="ll",
232065  description="MATHEMATICAL SANS-SERIF SMALL M",
232066  direction="l",
232067  linebreak="al",
232068  specials={ "font", 0x6D },
232069  unicodeslot=0x1D5C6,
232070 },
232071 [0x1D5C7]={
232072  category="ll",
232073  description="MATHEMATICAL SANS-SERIF SMALL N",
232074  direction="l",
232075  linebreak="al",
232076  specials={ "font", 0x6E },
232077  unicodeslot=0x1D5C7,
232078 },
232079 [0x1D5C8]={
232080  category="ll",
232081  description="MATHEMATICAL SANS-SERIF SMALL O",
232082  direction="l",
232083  linebreak="al",
232084  specials={ "font", 0x6F },
232085  unicodeslot=0x1D5C8,
232086 },
232087 [0x1D5C9]={
232088  category="ll",
232089  description="MATHEMATICAL SANS-SERIF SMALL P",
232090  direction="l",
232091  linebreak="al",
232092  specials={ "font", 0x70 },
232093  unicodeslot=0x1D5C9,
232094 },
232095 [0x1D5CA]={
232096  category="ll",
232097  description="MATHEMATICAL SANS-SERIF SMALL Q",
232098  direction="l",
232099  linebreak="al",
232100  specials={ "font", 0x71 },
232101  unicodeslot=0x1D5CA,
232102 },
232103 [0x1D5CB]={
232104  category="ll",
232105  description="MATHEMATICAL SANS-SERIF SMALL R",
232106  direction="l",
232107  linebreak="al",
232108  specials={ "font", 0x72 },
232109  unicodeslot=0x1D5CB,
232110 },
232111 [0x1D5CC]={
232112  category="ll",
232113  description="MATHEMATICAL SANS-SERIF SMALL S",
232114  direction="l",
232115  linebreak="al",
232116  specials={ "font", 0x73 },
232117  unicodeslot=0x1D5CC,
232118 },
232119 [0x1D5CD]={
232120  category="ll",
232121  description="MATHEMATICAL SANS-SERIF SMALL T",
232122  direction="l",
232123  linebreak="al",
232124  specials={ "font", 0x74 },
232125  unicodeslot=0x1D5CD,
232126 },
232127 [0x1D5CE]={
232128  category="ll",
232129  description="MATHEMATICAL SANS-SERIF SMALL U",
232130  direction="l",
232131  linebreak="al",
232132  specials={ "font", 0x75 },
232133  unicodeslot=0x1D5CE,
232134 },
232135 [0x1D5CF]={
232136  category="ll",
232137  description="MATHEMATICAL SANS-SERIF SMALL V",
232138  direction="l",
232139  linebreak="al",
232140  specials={ "font", 0x76 },
232141  unicodeslot=0x1D5CF,
232142 },
232143 [0x1D5D0]={
232144  category="ll",
232145  description="MATHEMATICAL SANS-SERIF SMALL W",
232146  direction="l",
232147  linebreak="al",
232148  specials={ "font", 0x77 },
232149  unicodeslot=0x1D5D0,
232150 },
232151 [0x1D5D1]={
232152  category="ll",
232153  description="MATHEMATICAL SANS-SERIF SMALL X",
232154  direction="l",
232155  linebreak="al",
232156  specials={ "font", 0x78 },
232157  unicodeslot=0x1D5D1,
232158 },
232159 [0x1D5D2]={
232160  category="ll",
232161  description="MATHEMATICAL SANS-SERIF SMALL Y",
232162  direction="l",
232163  linebreak="al",
232164  specials={ "font", 0x79 },
232165  unicodeslot=0x1D5D2,
232166 },
232167 [0x1D5D3]={
232168  category="ll",
232169  description="MATHEMATICAL SANS-SERIF SMALL Z",
232170  direction="l",
232171  linebreak="al",
232172  specials={ "font", 0x7A },
232173  unicodeslot=0x1D5D3,
232174 },
232175 [0x1D5D4]={
232176  category="lu",
232177  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL A",
232178  direction="l",
232179  linebreak="al",
232180  specials={ "font", 0x41 },
232181  unicodeslot=0x1D5D4,
232182  visual="bf",
232183 },
232184 [0x1D5D5]={
232185  category="lu",
232186  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL B",
232187  direction="l",
232188  linebreak="al",
232189  specials={ "font", 0x42 },
232190  unicodeslot=0x1D5D5,
232191  visual="bf",
232192 },
232193 [0x1D5D6]={
232194  category="lu",
232195  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL C",
232196  direction="l",
232197  linebreak="al",
232198  specials={ "font", 0x43 },
232199  unicodeslot=0x1D5D6,
232200  visual="bf",
232201 },
232202 [0x1D5D7]={
232203  category="lu",
232204  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL D",
232205  direction="l",
232206  linebreak="al",
232207  specials={ "font", 0x44 },
232208  unicodeslot=0x1D5D7,
232209  visual="bf",
232210 },
232211 [0x1D5D8]={
232212  category="lu",
232213  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL E",
232214  direction="l",
232215  linebreak="al",
232216  specials={ "font", 0x45 },
232217  unicodeslot=0x1D5D8,
232218  visual="bf",
232219 },
232220 [0x1D5D9]={
232221  category="lu",
232222  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL F",
232223  direction="l",
232224  linebreak="al",
232225  specials={ "font", 0x46 },
232226  unicodeslot=0x1D5D9,
232227  visual="bf",
232228 },
232229 [0x1D5DA]={
232230  category="lu",
232231  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL G",
232232  direction="l",
232233  linebreak="al",
232234  specials={ "font", 0x47 },
232235  unicodeslot=0x1D5DA,
232236  visual="bf",
232237 },
232238 [0x1D5DB]={
232239  category="lu",
232240  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL H",
232241  direction="l",
232242  linebreak="al",
232243  specials={ "font", 0x48 },
232244  unicodeslot=0x1D5DB,
232245  visual="bf",
232246 },
232247 [0x1D5DC]={
232248  category="lu",
232249  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL I",
232250  direction="l",
232251  linebreak="al",
232252  specials={ "font", 0x49 },
232253  unicodeslot=0x1D5DC,
232254  visual="bf",
232255 },
232256 [0x1D5DD]={
232257  category="lu",
232258  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL J",
232259  direction="l",
232260  linebreak="al",
232261  specials={ "font", 0x4A },
232262  unicodeslot=0x1D5DD,
232263  visual="bf",
232264 },
232265 [0x1D5DE]={
232266  category="lu",
232267  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL K",
232268  direction="l",
232269  linebreak="al",
232270  specials={ "font", 0x4B },
232271  unicodeslot=0x1D5DE,
232272  visual="bf",
232273 },
232274 [0x1D5DF]={
232275  category="lu",
232276  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL L",
232277  direction="l",
232278  linebreak="al",
232279  specials={ "font", 0x4C },
232280  unicodeslot=0x1D5DF,
232281  visual="bf",
232282 },
232283 [0x1D5E0]={
232284  category="lu",
232285  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL M",
232286  direction="l",
232287  linebreak="al",
232288  specials={ "font", 0x4D },
232289  unicodeslot=0x1D5E0,
232290  visual="bf",
232291 },
232292 [0x1D5E1]={
232293  category="lu",
232294  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL N",
232295  direction="l",
232296  linebreak="al",
232297  specials={ "font", 0x4E },
232298  unicodeslot=0x1D5E1,
232299  visual="bf",
232300 },
232301 [0x1D5E2]={
232302  category="lu",
232303  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL O",
232304  direction="l",
232305  linebreak="al",
232306  specials={ "font", 0x4F },
232307  unicodeslot=0x1D5E2,
232308  visual="bf",
232309 },
232310 [0x1D5E3]={
232311  category="lu",
232312  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL P",
232313  direction="l",
232314  linebreak="al",
232315  specials={ "font", 0x50 },
232316  unicodeslot=0x1D5E3,
232317  visual="bf",
232318 },
232319 [0x1D5E4]={
232320  category="lu",
232321  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Q",
232322  direction="l",
232323  linebreak="al",
232324  specials={ "font", 0x51 },
232325  unicodeslot=0x1D5E4,
232326  visual="bf",
232327 },
232328 [0x1D5E5]={
232329  category="lu",
232330  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL R",
232331  direction="l",
232332  linebreak="al",
232333  specials={ "font", 0x52 },
232334  unicodeslot=0x1D5E5,
232335  visual="bf",
232336 },
232337 [0x1D5E6]={
232338  category="lu",
232339  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL S",
232340  direction="l",
232341  linebreak="al",
232342  specials={ "font", 0x53 },
232343  unicodeslot=0x1D5E6,
232344  visual="bf",
232345 },
232346 [0x1D5E7]={
232347  category="lu",
232348  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL T",
232349  direction="l",
232350  linebreak="al",
232351  specials={ "font", 0x54 },
232352  unicodeslot=0x1D5E7,
232353  visual="bf",
232354 },
232355 [0x1D5E8]={
232356  category="lu",
232357  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL U",
232358  direction="l",
232359  linebreak="al",
232360  specials={ "font", 0x55 },
232361  unicodeslot=0x1D5E8,
232362  visual="bf",
232363 },
232364 [0x1D5E9]={
232365  category="lu",
232366  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL V",
232367  direction="l",
232368  linebreak="al",
232369  specials={ "font", 0x56 },
232370  unicodeslot=0x1D5E9,
232371  visual="bf",
232372 },
232373 [0x1D5EA]={
232374  category="lu",
232375  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL W",
232376  direction="l",
232377  linebreak="al",
232378  specials={ "font", 0x57 },
232379  unicodeslot=0x1D5EA,
232380  visual="bf",
232381 },
232382 [0x1D5EB]={
232383  category="lu",
232384  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL X",
232385  direction="l",
232386  linebreak="al",
232387  specials={ "font", 0x58 },
232388  unicodeslot=0x1D5EB,
232389  visual="bf",
232390 },
232391 [0x1D5EC]={
232392  category="lu",
232393  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Y",
232394  direction="l",
232395  linebreak="al",
232396  specials={ "font", 0x59 },
232397  unicodeslot=0x1D5EC,
232398  visual="bf",
232399 },
232400 [0x1D5ED]={
232401  category="lu",
232402  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Z",
232403  direction="l",
232404  linebreak="al",
232405  specials={ "font", 0x5A },
232406  unicodeslot=0x1D5ED,
232407  visual="bf",
232408 },
232409 [0x1D5EE]={
232410  category="ll",
232411  description="MATHEMATICAL SANS-SERIF BOLD SMALL A",
232412  direction="l",
232413  linebreak="al",
232414  specials={ "font", 0x61 },
232415  unicodeslot=0x1D5EE,
232416  visual="bf",
232417 },
232418 [0x1D5EF]={
232419  category="ll",
232420  description="MATHEMATICAL SANS-SERIF BOLD SMALL B",
232421  direction="l",
232422  linebreak="al",
232423  specials={ "font", 0x62 },
232424  unicodeslot=0x1D5EF,
232425  visual="bf",
232426 },
232427 [0x1D5F0]={
232428  category="ll",
232429  description="MATHEMATICAL SANS-SERIF BOLD SMALL C",
232430  direction="l",
232431  linebreak="al",
232432  specials={ "font", 0x63 },
232433  unicodeslot=0x1D5F0,
232434  visual="bf",
232435 },
232436 [0x1D5F1]={
232437  category="ll",
232438  description="MATHEMATICAL SANS-SERIF BOLD SMALL D",
232439  direction="l",
232440  linebreak="al",
232441  specials={ "font", 0x64 },
232442  unicodeslot=0x1D5F1,
232443  visual="bf",
232444 },
232445 [0x1D5F2]={
232446  category="ll",
232447  description="MATHEMATICAL SANS-SERIF BOLD SMALL E",
232448  direction="l",
232449  linebreak="al",
232450  specials={ "font", 0x65 },
232451  unicodeslot=0x1D5F2,
232452  visual="bf",
232453 },
232454 [0x1D5F3]={
232455  category="ll",
232456  description="MATHEMATICAL SANS-SERIF BOLD SMALL F",
232457  direction="l",
232458  linebreak="al",
232459  specials={ "font", 0x66 },
232460  unicodeslot=0x1D5F3,
232461  visual="bf",
232462 },
232463 [0x1D5F4]={
232464  category="ll",
232465  description="MATHEMATICAL SANS-SERIF BOLD SMALL G",
232466  direction="l",
232467  linebreak="al",
232468  specials={ "font", 0x67 },
232469  unicodeslot=0x1D5F4,
232470  visual="bf",
232471 },
232472 [0x1D5F5]={
232473  category="ll",
232474  description="MATHEMATICAL SANS-SERIF BOLD SMALL H",
232475  direction="l",
232476  linebreak="al",
232477  specials={ "font", 0x68 },
232478  unicodeslot=0x1D5F5,
232479  visual="bf",
232480 },
232481 [0x1D5F6]={
232482  category="ll",
232483  description="MATHEMATICAL SANS-SERIF BOLD SMALL I",
232484  direction="l",
232485  linebreak="al",
232486  specials={ "font", 0x69 },
232487  unicodeslot=0x1D5F6,
232488  visual="bf",
232489 },
232490 [0x1D5F7]={
232491  category="ll",
232492  description="MATHEMATICAL SANS-SERIF BOLD SMALL J",
232493  direction="l",
232494  linebreak="al",
232495  specials={ "font", 0x6A },
232496  unicodeslot=0x1D5F7,
232497  visual="bf",
232498 },
232499 [0x1D5F8]={
232500  category="ll",
232501  description="MATHEMATICAL SANS-SERIF BOLD SMALL K",
232502  direction="l",
232503  linebreak="al",
232504  specials={ "font", 0x6B },
232505  unicodeslot=0x1D5F8,
232506  visual="bf",
232507 },
232508 [0x1D5F9]={
232509  category="ll",
232510  description="MATHEMATICAL SANS-SERIF BOLD SMALL L",
232511  direction="l",
232512  linebreak="al",
232513  specials={ "font", 0x6C },
232514  unicodeslot=0x1D5F9,
232515  visual="bf",
232516 },
232517 [0x1D5FA]={
232518  category="ll",
232519  description="MATHEMATICAL SANS-SERIF BOLD SMALL M",
232520  direction="l",
232521  linebreak="al",
232522  specials={ "font", 0x6D },
232523  unicodeslot=0x1D5FA,
232524  visual="bf",
232525 },
232526 [0x1D5FB]={
232527  category="ll",
232528  description="MATHEMATICAL SANS-SERIF BOLD SMALL N",
232529  direction="l",
232530  linebreak="al",
232531  specials={ "font", 0x6E },
232532  unicodeslot=0x1D5FB,
232533  visual="bf",
232534 },
232535 [0x1D5FC]={
232536  category="ll",
232537  description="MATHEMATICAL SANS-SERIF BOLD SMALL O",
232538  direction="l",
232539  linebreak="al",
232540  specials={ "font", 0x6F },
232541  unicodeslot=0x1D5FC,
232542  visual="bf",
232543 },
232544 [0x1D5FD]={
232545  category="ll",
232546  description="MATHEMATICAL SANS-SERIF BOLD SMALL P",
232547  direction="l",
232548  linebreak="al",
232549  specials={ "font", 0x70 },
232550  unicodeslot=0x1D5FD,
232551  visual="bf",
232552 },
232553 [0x1D5FE]={
232554  category="ll",
232555  description="MATHEMATICAL SANS-SERIF BOLD SMALL Q",
232556  direction="l",
232557  linebreak="al",
232558  specials={ "font", 0x71 },
232559  unicodeslot=0x1D5FE,
232560  visual="bf",
232561 },
232562 [0x1D5FF]={
232563  category="ll",
232564  description="MATHEMATICAL SANS-SERIF BOLD SMALL R",
232565  direction="l",
232566  linebreak="al",
232567  specials={ "font", 0x72 },
232568  unicodeslot=0x1D5FF,
232569  visual="bf",
232570 },
232571 [0x1D600]={
232572  category="ll",
232573  description="MATHEMATICAL SANS-SERIF BOLD SMALL S",
232574  direction="l",
232575  linebreak="al",
232576  specials={ "font", 0x73 },
232577  unicodeslot=0x1D600,
232578  visual="bf",
232579 },
232580 [0x1D601]={
232581  category="ll",
232582  description="MATHEMATICAL SANS-SERIF BOLD SMALL T",
232583  direction="l",
232584  linebreak="al",
232585  specials={ "font", 0x74 },
232586  unicodeslot=0x1D601,
232587  visual="bf",
232588 },
232589 [0x1D602]={
232590  category="ll",
232591  description="MATHEMATICAL SANS-SERIF BOLD SMALL U",
232592  direction="l",
232593  linebreak="al",
232594  specials={ "font", 0x75 },
232595  unicodeslot=0x1D602,
232596  visual="bf",
232597 },
232598 [0x1D603]={
232599  category="ll",
232600  description="MATHEMATICAL SANS-SERIF BOLD SMALL V",
232601  direction="l",
232602  linebreak="al",
232603  specials={ "font", 0x76 },
232604  unicodeslot=0x1D603,
232605  visual="bf",
232606 },
232607 [0x1D604]={
232608  category="ll",
232609  description="MATHEMATICAL SANS-SERIF BOLD SMALL W",
232610  direction="l",
232611  linebreak="al",
232612  specials={ "font", 0x77 },
232613  unicodeslot=0x1D604,
232614  visual="bf",
232615 },
232616 [0x1D605]={
232617  category="ll",
232618  description="MATHEMATICAL SANS-SERIF BOLD SMALL X",
232619  direction="l",
232620  linebreak="al",
232621  specials={ "font", 0x78 },
232622  unicodeslot=0x1D605,
232623  visual="bf",
232624 },
232625 [0x1D606]={
232626  category="ll",
232627  description="MATHEMATICAL SANS-SERIF BOLD SMALL Y",
232628  direction="l",
232629  linebreak="al",
232630  specials={ "font", 0x79 },
232631  unicodeslot=0x1D606,
232632  visual="bf",
232633 },
232634 [0x1D607]={
232635  category="ll",
232636  description="MATHEMATICAL SANS-SERIF BOLD SMALL Z",
232637  direction="l",
232638  linebreak="al",
232639  specials={ "font", 0x7A },
232640  unicodeslot=0x1D607,
232641  visual="bf",
232642 },
232643 [0x1D608]={
232644  category="lu",
232645  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL A",
232646  direction="l",
232647  linebreak="al",
232648  specials={ "font", 0x41 },
232649  unicodeslot=0x1D608,
232650  visual="it",
232651 },
232652 [0x1D609]={
232653  category="lu",
232654  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL B",
232655  direction="l",
232656  linebreak="al",
232657  specials={ "font", 0x42 },
232658  unicodeslot=0x1D609,
232659  visual="it",
232660 },
232661 [0x1D60A]={
232662  category="lu",
232663  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL C",
232664  direction="l",
232665  linebreak="al",
232666  specials={ "font", 0x43 },
232667  unicodeslot=0x1D60A,
232668  visual="it",
232669 },
232670 [0x1D60B]={
232671  category="lu",
232672  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL D",
232673  direction="l",
232674  linebreak="al",
232675  specials={ "font", 0x44 },
232676  unicodeslot=0x1D60B,
232677  visual="it",
232678 },
232679 [0x1D60C]={
232680  category="lu",
232681  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL E",
232682  direction="l",
232683  linebreak="al",
232684  specials={ "font", 0x45 },
232685  unicodeslot=0x1D60C,
232686  visual="it",
232687 },
232688 [0x1D60D]={
232689  category="lu",
232690  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL F",
232691  direction="l",
232692  linebreak="al",
232693  specials={ "font", 0x46 },
232694  unicodeslot=0x1D60D,
232695  visual="it",
232696 },
232697 [0x1D60E]={
232698  category="lu",
232699  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL G",
232700  direction="l",
232701  linebreak="al",
232702  specials={ "font", 0x47 },
232703  unicodeslot=0x1D60E,
232704  visual="it",
232705 },
232706 [0x1D60F]={
232707  category="lu",
232708  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL H",
232709  direction="l",
232710  linebreak="al",
232711  specials={ "font", 0x48 },
232712  unicodeslot=0x1D60F,
232713  visual="it",
232714 },
232715 [0x1D610]={
232716  category="lu",
232717  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL I",
232718  direction="l",
232719  linebreak="al",
232720  specials={ "font", 0x49 },
232721  unicodeslot=0x1D610,
232722  visual="it",
232723 },
232724 [0x1D611]={
232725  category="lu",
232726  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL J",
232727  direction="l",
232728  linebreak="al",
232729  specials={ "font", 0x4A },
232730  unicodeslot=0x1D611,
232731  visual="it",
232732 },
232733 [0x1D612]={
232734  category="lu",
232735  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL K",
232736  direction="l",
232737  linebreak="al",
232738  specials={ "font", 0x4B },
232739  unicodeslot=0x1D612,
232740  visual="it",
232741 },
232742 [0x1D613]={
232743  category="lu",
232744  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL L",
232745  direction="l",
232746  linebreak="al",
232747  specials={ "font", 0x4C },
232748  unicodeslot=0x1D613,
232749  visual="it",
232750 },
232751 [0x1D614]={
232752  category="lu",
232753  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL M",
232754  direction="l",
232755  linebreak="al",
232756  specials={ "font", 0x4D },
232757  unicodeslot=0x1D614,
232758  visual="it",
232759 },
232760 [0x1D615]={
232761  category="lu",
232762  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL N",
232763  direction="l",
232764  linebreak="al",
232765  specials={ "font", 0x4E },
232766  unicodeslot=0x1D615,
232767  visual="it",
232768 },
232769 [0x1D616]={
232770  category="lu",
232771  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL O",
232772  direction="l",
232773  linebreak="al",
232774  specials={ "font", 0x4F },
232775  unicodeslot=0x1D616,
232776  visual="it",
232777 },
232778 [0x1D617]={
232779  category="lu",
232780  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL P",
232781  direction="l",
232782  linebreak="al",
232783  specials={ "font", 0x50 },
232784  unicodeslot=0x1D617,
232785  visual="it",
232786 },
232787 [0x1D618]={
232788  category="lu",
232789  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q",
232790  direction="l",
232791  linebreak="al",
232792  specials={ "font", 0x51 },
232793  unicodeslot=0x1D618,
232794  visual="it",
232795 },
232796 [0x1D619]={
232797  category="lu",
232798  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL R",
232799  direction="l",
232800  linebreak="al",
232801  specials={ "font", 0x52 },
232802  unicodeslot=0x1D619,
232803  visual="it",
232804 },
232805 [0x1D61A]={
232806  category="lu",
232807  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL S",
232808  direction="l",
232809  linebreak="al",
232810  specials={ "font", 0x53 },
232811  unicodeslot=0x1D61A,
232812  visual="it",
232813 },
232814 [0x1D61B]={
232815  category="lu",
232816  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL T",
232817  direction="l",
232818  linebreak="al",
232819  specials={ "font", 0x54 },
232820  unicodeslot=0x1D61B,
232821  visual="it",
232822 },
232823 [0x1D61C]={
232824  category="lu",
232825  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL U",
232826  direction="l",
232827  linebreak="al",
232828  specials={ "font", 0x55 },
232829  unicodeslot=0x1D61C,
232830  visual="it",
232831 },
232832 [0x1D61D]={
232833  category="lu",
232834  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL V",
232835  direction="l",
232836  linebreak="al",
232837  specials={ "font", 0x56 },
232838  unicodeslot=0x1D61D,
232839  visual="it",
232840 },
232841 [0x1D61E]={
232842  category="lu",
232843  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL W",
232844  direction="l",
232845  linebreak="al",
232846  specials={ "font", 0x57 },
232847  unicodeslot=0x1D61E,
232848  visual="it",
232849 },
232850 [0x1D61F]={
232851  category="lu",
232852  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL X",
232853  direction="l",
232854  linebreak="al",
232855  specials={ "font", 0x58 },
232856  unicodeslot=0x1D61F,
232857  visual="it",
232858 },
232859 [0x1D620]={
232860  category="lu",
232861  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y",
232862  direction="l",
232863  linebreak="al",
232864  specials={ "font", 0x59 },
232865  unicodeslot=0x1D620,
232866  visual="it",
232867 },
232868 [0x1D621]={
232869  category="lu",
232870  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z",
232871  direction="l",
232872  linebreak="al",
232873  specials={ "font", 0x5A },
232874  unicodeslot=0x1D621,
232875  visual="it",
232876 },
232877 [0x1D622]={
232878  category="ll",
232879  description="MATHEMATICAL SANS-SERIF ITALIC SMALL A",
232880  direction="l",
232881  linebreak="al",
232882  specials={ "font", 0x61 },
232883  unicodeslot=0x1D622,
232884  visual="it",
232885 },
232886 [0x1D623]={
232887  category="ll",
232888  description="MATHEMATICAL SANS-SERIF ITALIC SMALL B",
232889  direction="l",
232890  linebreak="al",
232891  specials={ "font", 0x62 },
232892  unicodeslot=0x1D623,
232893  visual="it",
232894 },
232895 [0x1D624]={
232896  category="ll",
232897  description="MATHEMATICAL SANS-SERIF ITALIC SMALL C",
232898  direction="l",
232899  linebreak="al",
232900  specials={ "font", 0x63 },
232901  unicodeslot=0x1D624,
232902  visual="it",
232903 },
232904 [0x1D625]={
232905  category="ll",
232906  description="MATHEMATICAL SANS-SERIF ITALIC SMALL D",
232907  direction="l",
232908  linebreak="al",
232909  specials={ "font", 0x64 },
232910  unicodeslot=0x1D625,
232911  visual="it",
232912 },
232913 [0x1D626]={
232914  category="ll",
232915  description="MATHEMATICAL SANS-SERIF ITALIC SMALL E",
232916  direction="l",
232917  linebreak="al",
232918  specials={ "font", 0x65 },
232919  unicodeslot=0x1D626,
232920  visual="it",
232921 },
232922 [0x1D627]={
232923  category="ll",
232924  description="MATHEMATICAL SANS-SERIF ITALIC SMALL F",
232925  direction="l",
232926  linebreak="al",
232927  specials={ "font", 0x66 },
232928  unicodeslot=0x1D627,
232929  visual="it",
232930 },
232931 [0x1D628]={
232932  category="ll",
232933  description="MATHEMATICAL SANS-SERIF ITALIC SMALL G",
232934  direction="l",
232935  linebreak="al",
232936  specials={ "font", 0x67 },
232937  unicodeslot=0x1D628,
232938  visual="it",
232939 },
232940 [0x1D629]={
232941  category="ll",
232942  description="MATHEMATICAL SANS-SERIF ITALIC SMALL H",
232943  direction="l",
232944  linebreak="al",
232945  specials={ "font", 0x68 },
232946  unicodeslot=0x1D629,
232947  visual="it",
232948 },
232949 [0x1D62A]={
232950  category="ll",
232951  description="MATHEMATICAL SANS-SERIF ITALIC SMALL I",
232952  direction="l",
232953  linebreak="al",
232954  specials={ "font", 0x69 },
232955  unicodeslot=0x1D62A,
232956  visual="it",
232957 },
232958 [0x1D62B]={
232959  category="ll",
232960  description="MATHEMATICAL SANS-SERIF ITALIC SMALL J",
232961  direction="l",
232962  linebreak="al",
232963  specials={ "font", 0x6A },
232964  unicodeslot=0x1D62B,
232965  visual="it",
232966 },
232967 [0x1D62C]={
232968  category="ll",
232969  description="MATHEMATICAL SANS-SERIF ITALIC SMALL K",
232970  direction="l",
232971  linebreak="al",
232972  specials={ "font", 0x6B },
232973  unicodeslot=0x1D62C,
232974  visual="it",
232975 },
232976 [0x1D62D]={
232977  category="ll",
232978  description="MATHEMATICAL SANS-SERIF ITALIC SMALL L",
232979  direction="l",
232980  linebreak="al",
232981  specials={ "font", 0x6C },
232982  unicodeslot=0x1D62D,
232983  visual="it",
232984 },
232985 [0x1D62E]={
232986  category="ll",
232987  description="MATHEMATICAL SANS-SERIF ITALIC SMALL M",
232988  direction="l",
232989  linebreak="al",
232990  specials={ "font", 0x6D },
232991  unicodeslot=0x1D62E,
232992  visual="it",
232993 },
232994 [0x1D62F]={
232995  category="ll",
232996  description="MATHEMATICAL SANS-SERIF ITALIC SMALL N",
232997  direction="l",
232998  linebreak="al",
232999  specials={ "font", 0x6E },
233000  unicodeslot=0x1D62F,
233001  visual="it",
233002 },
233003 [0x1D630]={
233004  category="ll",
233005  description="MATHEMATICAL SANS-SERIF ITALIC SMALL O",
233006  direction="l",
233007  linebreak="al",
233008  specials={ "font", 0x6F },
233009  unicodeslot=0x1D630,
233010  visual="it",
233011 },
233012 [0x1D631]={
233013  category="ll",
233014  description="MATHEMATICAL SANS-SERIF ITALIC SMALL P",
233015  direction="l",
233016  linebreak="al",
233017  specials={ "font", 0x70 },
233018  unicodeslot=0x1D631,
233019  visual="it",
233020 },
233021 [0x1D632]={
233022  category="ll",
233023  description="MATHEMATICAL SANS-SERIF ITALIC SMALL Q",
233024  direction="l",
233025  linebreak="al",
233026  specials={ "font", 0x71 },
233027  unicodeslot=0x1D632,
233028  visual="it",
233029 },
233030 [0x1D633]={
233031  category="ll",
233032  description="MATHEMATICAL SANS-SERIF ITALIC SMALL R",
233033  direction="l",
233034  linebreak="al",
233035  specials={ "font", 0x72 },
233036  unicodeslot=0x1D633,
233037  visual="it",
233038 },
233039 [0x1D634]={
233040  category="ll",
233041  description="MATHEMATICAL SANS-SERIF ITALIC SMALL S",
233042  direction="l",
233043  linebreak="al",
233044  specials={ "font", 0x73 },
233045  unicodeslot=0x1D634,
233046  visual="it",
233047 },
233048 [0x1D635]={
233049  category="ll",
233050  description="MATHEMATICAL SANS-SERIF ITALIC SMALL T",
233051  direction="l",
233052  linebreak="al",
233053  specials={ "font", 0x74 },
233054  unicodeslot=0x1D635,
233055  visual="it",
233056 },
233057 [0x1D636]={
233058  category="ll",
233059  description="MATHEMATICAL SANS-SERIF ITALIC SMALL U",
233060  direction="l",
233061  linebreak="al",
233062  specials={ "font", 0x75 },
233063  unicodeslot=0x1D636,
233064  visual="it",
233065 },
233066 [0x1D637]={
233067  category="ll",
233068  description="MATHEMATICAL SANS-SERIF ITALIC SMALL V",
233069  direction="l",
233070  linebreak="al",
233071  specials={ "font", 0x76 },
233072  unicodeslot=0x1D637,
233073  visual="it",
233074 },
233075 [0x1D638]={
233076  category="ll",
233077  description="MATHEMATICAL SANS-SERIF ITALIC SMALL W",
233078  direction="l",
233079  linebreak="al",
233080  specials={ "font", 0x77 },
233081  unicodeslot=0x1D638,
233082  visual="it",
233083 },
233084 [0x1D639]={
233085  category="ll",
233086  description="MATHEMATICAL SANS-SERIF ITALIC SMALL X",
233087  direction="l",
233088  linebreak="al",
233089  specials={ "font", 0x78 },
233090  unicodeslot=0x1D639,
233091  visual="it",
233092 },
233093 [0x1D63A]={
233094  category="ll",
233095  description="MATHEMATICAL SANS-SERIF ITALIC SMALL Y",
233096  direction="l",
233097  linebreak="al",
233098  specials={ "font", 0x79 },
233099  unicodeslot=0x1D63A,
233100  visual="it",
233101 },
233102 [0x1D63B]={
233103  category="ll",
233104  description="MATHEMATICAL SANS-SERIF ITALIC SMALL Z",
233105  direction="l",
233106  linebreak="al",
233107  specials={ "font", 0x7A },
233108  unicodeslot=0x1D63B,
233109  visual="it",
233110 },
233111 [0x1D63C]={
233112  category="lu",
233113  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A",
233114  direction="l",
233115  linebreak="al",
233116  specials={ "font", 0x41 },
233117  unicodeslot=0x1D63C,
233118  visual="bi",
233119 },
233120 [0x1D63D]={
233121  category="lu",
233122  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B",
233123  direction="l",
233124  linebreak="al",
233125  specials={ "font", 0x42 },
233126  unicodeslot=0x1D63D,
233127  visual="bi",
233128 },
233129 [0x1D63E]={
233130  category="lu",
233131  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C",
233132  direction="l",
233133  linebreak="al",
233134  specials={ "font", 0x43 },
233135  unicodeslot=0x1D63E,
233136  visual="bi",
233137 },
233138 [0x1D63F]={
233139  category="lu",
233140  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D",
233141  direction="l",
233142  linebreak="al",
233143  specials={ "font", 0x44 },
233144  unicodeslot=0x1D63F,
233145  visual="bi",
233146 },
233147 [0x1D640]={
233148  category="lu",
233149  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E",
233150  direction="l",
233151  linebreak="al",
233152  specials={ "font", 0x45 },
233153  unicodeslot=0x1D640,
233154  visual="bi",
233155 },
233156 [0x1D641]={
233157  category="lu",
233158  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F",
233159  direction="l",
233160  linebreak="al",
233161  specials={ "font", 0x46 },
233162  unicodeslot=0x1D641,
233163  visual="bi",
233164 },
233165 [0x1D642]={
233166  category="lu",
233167  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G",
233168  direction="l",
233169  linebreak="al",
233170  specials={ "font", 0x47 },
233171  unicodeslot=0x1D642,
233172  visual="bi",
233173 },
233174 [0x1D643]={
233175  category="lu",
233176  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H",
233177  direction="l",
233178  linebreak="al",
233179  specials={ "font", 0x48 },
233180  unicodeslot=0x1D643,
233181  visual="bi",
233182 },
233183 [0x1D644]={
233184  category="lu",
233185  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I",
233186  direction="l",
233187  linebreak="al",
233188  specials={ "font", 0x49 },
233189  unicodeslot=0x1D644,
233190  visual="bi",
233191 },
233192 [0x1D645]={
233193  category="lu",
233194  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J",
233195  direction="l",
233196  linebreak="al",
233197  specials={ "font", 0x4A },
233198  unicodeslot=0x1D645,
233199  visual="bi",
233200 },
233201 [0x1D646]={
233202  category="lu",
233203  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K",
233204  direction="l",
233205  linebreak="al",
233206  specials={ "font", 0x4B },
233207  unicodeslot=0x1D646,
233208  visual="bi",
233209 },
233210 [0x1D647]={
233211  category="lu",
233212  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L",
233213  direction="l",
233214  linebreak="al",
233215  specials={ "font", 0x4C },
233216  unicodeslot=0x1D647,
233217  visual="bi",
233218 },
233219 [0x1D648]={
233220  category="lu",
233221  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M",
233222  direction="l",
233223  linebreak="al",
233224  specials={ "font", 0x4D },
233225  unicodeslot=0x1D648,
233226  visual="bi",
233227 },
233228 [0x1D649]={
233229  category="lu",
233230  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N",
233231  direction="l",
233232  linebreak="al",
233233  specials={ "font", 0x4E },
233234  unicodeslot=0x1D649,
233235  visual="bi",
233236 },
233237 [0x1D64A]={
233238  category="lu",
233239  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O",
233240  direction="l",
233241  linebreak="al",
233242  specials={ "font", 0x4F },
233243  unicodeslot=0x1D64A,
233244  visual="bi",
233245 },
233246 [0x1D64B]={
233247  category="lu",
233248  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P",
233249  direction="l",
233250  linebreak="al",
233251  specials={ "font", 0x50 },
233252  unicodeslot=0x1D64B,
233253  visual="bi",
233254 },
233255 [0x1D64C]={
233256  category="lu",
233257  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q",
233258  direction="l",
233259  linebreak="al",
233260  specials={ "font", 0x51 },
233261  unicodeslot=0x1D64C,
233262  visual="bi",
233263 },
233264 [0x1D64D]={
233265  category="lu",
233266  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R",
233267  direction="l",
233268  linebreak="al",
233269  specials={ "font", 0x52 },
233270  unicodeslot=0x1D64D,
233271  visual="bi",
233272 },
233273 [0x1D64E]={
233274  category="lu",
233275  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S",
233276  direction="l",
233277  linebreak="al",
233278  specials={ "font", 0x53 },
233279  unicodeslot=0x1D64E,
233280  visual="bi",
233281 },
233282 [0x1D64F]={
233283  category="lu",
233284  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T",
233285  direction="l",
233286  linebreak="al",
233287  specials={ "font", 0x54 },
233288  unicodeslot=0x1D64F,
233289  visual="bi",
233290 },
233291 [0x1D650]={
233292  category="lu",
233293  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U",
233294  direction="l",
233295  linebreak="al",
233296  specials={ "font", 0x55 },
233297  unicodeslot=0x1D650,
233298  visual="bi",
233299 },
233300 [0x1D651]={
233301  category="lu",
233302  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V",
233303  direction="l",
233304  linebreak="al",
233305  specials={ "font", 0x56 },
233306  unicodeslot=0x1D651,
233307  visual="bi",
233308 },
233309 [0x1D652]={
233310  category="lu",
233311  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W",
233312  direction="l",
233313  linebreak="al",
233314  specials={ "font", 0x57 },
233315  unicodeslot=0x1D652,
233316  visual="bi",
233317 },
233318 [0x1D653]={
233319  category="lu",
233320  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X",
233321  direction="l",
233322  linebreak="al",
233323  specials={ "font", 0x58 },
233324  unicodeslot=0x1D653,
233325  visual="bi",
233326 },
233327 [0x1D654]={
233328  category="lu",
233329  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y",
233330  direction="l",
233331  linebreak="al",
233332  specials={ "font", 0x59 },
233333  unicodeslot=0x1D654,
233334  visual="bi",
233335 },
233336 [0x1D655]={
233337  category="lu",
233338  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z",
233339  direction="l",
233340  linebreak="al",
233341  specials={ "font", 0x5A },
233342  unicodeslot=0x1D655,
233343  visual="bi",
233344 },
233345 [0x1D656]={
233346  category="ll",
233347  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A",
233348  direction="l",
233349  linebreak="al",
233350  specials={ "font", 0x61 },
233351  unicodeslot=0x1D656,
233352  visual="bi",
233353 },
233354 [0x1D657]={
233355  category="ll",
233356  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B",
233357  direction="l",
233358  linebreak="al",
233359  specials={ "font", 0x62 },
233360  unicodeslot=0x1D657,
233361  visual="bi",
233362 },
233363 [0x1D658]={
233364  category="ll",
233365  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C",
233366  direction="l",
233367  linebreak="al",
233368  specials={ "font", 0x63 },
233369  unicodeslot=0x1D658,
233370  visual="bi",
233371 },
233372 [0x1D659]={
233373  category="ll",
233374  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D",
233375  direction="l",
233376  linebreak="al",
233377  specials={ "font", 0x64 },
233378  unicodeslot=0x1D659,
233379  visual="bi",
233380 },
233381 [0x1D65A]={
233382  category="ll",
233383  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E",
233384  direction="l",
233385  linebreak="al",
233386  specials={ "font", 0x65 },
233387  unicodeslot=0x1D65A,
233388  visual="bi",
233389 },
233390 [0x1D65B]={
233391  category="ll",
233392  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F",
233393  direction="l",
233394  linebreak="al",
233395  specials={ "font", 0x66 },
233396  unicodeslot=0x1D65B,
233397  visual="bi",
233398 },
233399 [0x1D65C]={
233400  category="ll",
233401  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G",
233402  direction="l",
233403  linebreak="al",
233404  specials={ "font", 0x67 },
233405  unicodeslot=0x1D65C,
233406  visual="bi",
233407 },
233408 [0x1D65D]={
233409  category="ll",
233410  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H",
233411  direction="l",
233412  linebreak="al",
233413  specials={ "font", 0x68 },
233414  unicodeslot=0x1D65D,
233415  visual="bi",
233416 },
233417 [0x1D65E]={
233418  category="ll",
233419  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I",
233420  direction="l",
233421  linebreak="al",
233422  specials={ "font", 0x69 },
233423  unicodeslot=0x1D65E,
233424  visual="bi",
233425 },
233426 [0x1D65F]={
233427  category="ll",
233428  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J",
233429  direction="l",
233430  linebreak="al",
233431  specials={ "font", 0x6A },
233432  unicodeslot=0x1D65F,
233433  visual="bi",
233434 },
233435 [0x1D660]={
233436  category="ll",
233437  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K",
233438  direction="l",
233439  linebreak="al",
233440  specials={ "font", 0x6B },
233441  unicodeslot=0x1D660,
233442  visual="bi",
233443 },
233444 [0x1D661]={
233445  category="ll",
233446  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L",
233447  direction="l",
233448  linebreak="al",
233449  specials={ "font", 0x6C },
233450  unicodeslot=0x1D661,
233451  visual="bi",
233452 },
233453 [0x1D662]={
233454  category="ll",
233455  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M",
233456  direction="l",
233457  linebreak="al",
233458  specials={ "font", 0x6D },
233459  unicodeslot=0x1D662,
233460  visual="bi",
233461 },
233462 [0x1D663]={
233463  category="ll",
233464  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N",
233465  direction="l",
233466  linebreak="al",
233467  specials={ "font", 0x6E },
233468  unicodeslot=0x1D663,
233469  visual="bi",
233470 },
233471 [0x1D664]={
233472  category="ll",
233473  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O",
233474  direction="l",
233475  linebreak="al",
233476  specials={ "font", 0x6F },
233477  unicodeslot=0x1D664,
233478  visual="bi",
233479 },
233480 [0x1D665]={
233481  category="ll",
233482  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P",
233483  direction="l",
233484  linebreak="al",
233485  specials={ "font", 0x70 },
233486  unicodeslot=0x1D665,
233487  visual="bi",
233488 },
233489 [0x1D666]={
233490  category="ll",
233491  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q",
233492  direction="l",
233493  linebreak="al",
233494  specials={ "font", 0x71 },
233495  unicodeslot=0x1D666,
233496  visual="bi",
233497 },
233498 [0x1D667]={
233499  category="ll",
233500  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R",
233501  direction="l",
233502  linebreak="al",
233503  specials={ "font", 0x72 },
233504  unicodeslot=0x1D667,
233505  visual="bi",
233506 },
233507 [0x1D668]={
233508  category="ll",
233509  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S",
233510  direction="l",
233511  linebreak="al",
233512  specials={ "font", 0x73 },
233513  unicodeslot=0x1D668,
233514  visual="bi",
233515 },
233516 [0x1D669]={
233517  category="ll",
233518  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T",
233519  direction="l",
233520  linebreak="al",
233521  specials={ "font", 0x74 },
233522  unicodeslot=0x1D669,
233523  visual="bi",
233524 },
233525 [0x1D66A]={
233526  category="ll",
233527  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U",
233528  direction="l",
233529  linebreak="al",
233530  specials={ "font", 0x75 },
233531  unicodeslot=0x1D66A,
233532  visual="bi",
233533 },
233534 [0x1D66B]={
233535  category="ll",
233536  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V",
233537  direction="l",
233538  linebreak="al",
233539  specials={ "font", 0x76 },
233540  unicodeslot=0x1D66B,
233541  visual="bi",
233542 },
233543 [0x1D66C]={
233544  category="ll",
233545  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W",
233546  direction="l",
233547  linebreak="al",
233548  specials={ "font", 0x77 },
233549  unicodeslot=0x1D66C,
233550  visual="bi",
233551 },
233552 [0x1D66D]={
233553  category="ll",
233554  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X",
233555  direction="l",
233556  linebreak="al",
233557  specials={ "font", 0x78 },
233558  unicodeslot=0x1D66D,
233559  visual="bi",
233560 },
233561 [0x1D66E]={
233562  category="ll",
233563  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y",
233564  direction="l",
233565  linebreak="al",
233566  specials={ "font", 0x79 },
233567  unicodeslot=0x1D66E,
233568  visual="bi",
233569 },
233570 [0x1D66F]={
233571  category="ll",
233572  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z",
233573  direction="l",
233574  linebreak="al",
233575  specials={ "font", 0x7A },
233576  unicodeslot=0x1D66F,
233577  visual="bi",
233578 },
233579 [0x1D670]={
233580  category="lu",
233581  description="MATHEMATICAL MONOSPACE CAPITAL A",
233582  direction="l",
233583  linebreak="al",
233584  specials={ "font", 0x41 },
233585  unicodeslot=0x1D670,
233586 },
233587 [0x1D671]={
233588  category="lu",
233589  description="MATHEMATICAL MONOSPACE CAPITAL B",
233590  direction="l",
233591  linebreak="al",
233592  specials={ "font", 0x42 },
233593  unicodeslot=0x1D671,
233594 },
233595 [0x1D672]={
233596  category="lu",
233597  description="MATHEMATICAL MONOSPACE CAPITAL C",
233598  direction="l",
233599  linebreak="al",
233600  specials={ "font", 0x43 },
233601  unicodeslot=0x1D672,
233602 },
233603 [0x1D673]={
233604  category="lu",
233605  description="MATHEMATICAL MONOSPACE CAPITAL D",
233606  direction="l",
233607  linebreak="al",
233608  specials={ "font", 0x44 },
233609  unicodeslot=0x1D673,
233610 },
233611 [0x1D674]={
233612  category="lu",
233613  description="MATHEMATICAL MONOSPACE CAPITAL E",
233614  direction="l",
233615  linebreak="al",
233616  specials={ "font", 0x45 },
233617  unicodeslot=0x1D674,
233618 },
233619 [0x1D675]={
233620  category="lu",
233621  description="MATHEMATICAL MONOSPACE CAPITAL F",
233622  direction="l",
233623  linebreak="al",
233624  specials={ "font", 0x46 },
233625  unicodeslot=0x1D675,
233626 },
233627 [0x1D676]={
233628  category="lu",
233629  description="MATHEMATICAL MONOSPACE CAPITAL G",
233630  direction="l",
233631  linebreak="al",
233632  specials={ "font", 0x47 },
233633  unicodeslot=0x1D676,
233634 },
233635 [0x1D677]={
233636  category="lu",
233637  description="MATHEMATICAL MONOSPACE CAPITAL H",
233638  direction="l",
233639  linebreak="al",
233640  specials={ "font", 0x48 },
233641  unicodeslot=0x1D677,
233642 },
233643 [0x1D678]={
233644  category="lu",
233645  description="MATHEMATICAL MONOSPACE CAPITAL I",
233646  direction="l",
233647  linebreak="al",
233648  specials={ "font", 0x49 },
233649  unicodeslot=0x1D678,
233650 },
233651 [0x1D679]={
233652  category="lu",
233653  description="MATHEMATICAL MONOSPACE CAPITAL J",
233654  direction="l",
233655  linebreak="al",
233656  specials={ "font", 0x4A },
233657  unicodeslot=0x1D679,
233658 },
233659 [0x1D67A]={
233660  category="lu",
233661  description="MATHEMATICAL MONOSPACE CAPITAL K",
233662  direction="l",
233663  linebreak="al",
233664  specials={ "font", 0x4B },
233665  unicodeslot=0x1D67A,
233666 },
233667 [0x1D67B]={
233668  category="lu",
233669  description="MATHEMATICAL MONOSPACE CAPITAL L",
233670  direction="l",
233671  linebreak="al",
233672  specials={ "font", 0x4C },
233673  unicodeslot=0x1D67B,
233674 },
233675 [0x1D67C]={
233676  category="lu",
233677  description="MATHEMATICAL MONOSPACE CAPITAL M",
233678  direction="l",
233679  linebreak="al",
233680  specials={ "font", 0x4D },
233681  unicodeslot=0x1D67C,
233682 },
233683 [0x1D67D]={
233684  category="lu",
233685  description="MATHEMATICAL MONOSPACE CAPITAL N",
233686  direction="l",
233687  linebreak="al",
233688  specials={ "font", 0x4E },
233689  unicodeslot=0x1D67D,
233690 },
233691 [0x1D67E]={
233692  category="lu",
233693  description="MATHEMATICAL MONOSPACE CAPITAL O",
233694  direction="l",
233695  linebreak="al",
233696  specials={ "font", 0x4F },
233697  unicodeslot=0x1D67E,
233698 },
233699 [0x1D67F]={
233700  category="lu",
233701  description="MATHEMATICAL MONOSPACE CAPITAL P",
233702  direction="l",
233703  linebreak="al",
233704  specials={ "font", 0x50 },
233705  unicodeslot=0x1D67F,
233706 },
233707 [0x1D680]={
233708  category="lu",
233709  description="MATHEMATICAL MONOSPACE CAPITAL Q",
233710  direction="l",
233711  linebreak="al",
233712  specials={ "font", 0x51 },
233713  unicodeslot=0x1D680,
233714 },
233715 [0x1D681]={
233716  category="lu",
233717  description="MATHEMATICAL MONOSPACE CAPITAL R",
233718  direction="l",
233719  linebreak="al",
233720  specials={ "font", 0x52 },
233721  unicodeslot=0x1D681,
233722 },
233723 [0x1D682]={
233724  category="lu",
233725  description="MATHEMATICAL MONOSPACE CAPITAL S",
233726  direction="l",
233727  linebreak="al",
233728  specials={ "font", 0x53 },
233729  unicodeslot=0x1D682,
233730 },
233731 [0x1D683]={
233732  category="lu",
233733  description="MATHEMATICAL MONOSPACE CAPITAL T",
233734  direction="l",
233735  linebreak="al",
233736  specials={ "font", 0x54 },
233737  unicodeslot=0x1D683,
233738 },
233739 [0x1D684]={
233740  category="lu",
233741  description="MATHEMATICAL MONOSPACE CAPITAL U",
233742  direction="l",
233743  linebreak="al",
233744  specials={ "font", 0x55 },
233745  unicodeslot=0x1D684,
233746 },
233747 [0x1D685]={
233748  category="lu",
233749  description="MATHEMATICAL MONOSPACE CAPITAL V",
233750  direction="l",
233751  linebreak="al",
233752  specials={ "font", 0x56 },
233753  unicodeslot=0x1D685,
233754 },
233755 [0x1D686]={
233756  category="lu",
233757  description="MATHEMATICAL MONOSPACE CAPITAL W",
233758  direction="l",
233759  linebreak="al",
233760  specials={ "font", 0x57 },
233761  unicodeslot=0x1D686,
233762 },
233763 [0x1D687]={
233764  category="lu",
233765  description="MATHEMATICAL MONOSPACE CAPITAL X",
233766  direction="l",
233767  linebreak="al",
233768  specials={ "font", 0x58 },
233769  unicodeslot=0x1D687,
233770 },
233771 [0x1D688]={
233772  category="lu",
233773  description="MATHEMATICAL MONOSPACE CAPITAL Y",
233774  direction="l",
233775  linebreak="al",
233776  specials={ "font", 0x59 },
233777  unicodeslot=0x1D688,
233778 },
233779 [0x1D689]={
233780  category="lu",
233781  description="MATHEMATICAL MONOSPACE CAPITAL Z",
233782  direction="l",
233783  linebreak="al",
233784  specials={ "font", 0x5A },
233785  unicodeslot=0x1D689,
233786 },
233787 [0x1D68A]={
233788  category="ll",
233789  description="MATHEMATICAL MONOSPACE SMALL A",
233790  direction="l",
233791  linebreak="al",
233792  specials={ "font", 0x61 },
233793  unicodeslot=0x1D68A,
233794 },
233795 [0x1D68B]={
233796  category="ll",
233797  description="MATHEMATICAL MONOSPACE SMALL B",
233798  direction="l",
233799  linebreak="al",
233800  specials={ "font", 0x62 },
233801  unicodeslot=0x1D68B,
233802 },
233803 [0x1D68C]={
233804  category="ll",
233805  description="MATHEMATICAL MONOSPACE SMALL C",
233806  direction="l",
233807  linebreak="al",
233808  specials={ "font", 0x63 },
233809  unicodeslot=0x1D68C,
233810 },
233811 [0x1D68D]={
233812  category="ll",
233813  description="MATHEMATICAL MONOSPACE SMALL D",
233814  direction="l",
233815  linebreak="al",
233816  specials={ "font", 0x64 },
233817  unicodeslot=0x1D68D,
233818 },
233819 [0x1D68E]={
233820  category="ll",
233821  description="MATHEMATICAL MONOSPACE SMALL E",
233822  direction="l",
233823  linebreak="al",
233824  specials={ "font", 0x65 },
233825  unicodeslot=0x1D68E,
233826 },
233827 [0x1D68F]={
233828  category="ll",
233829  description="MATHEMATICAL MONOSPACE SMALL F",
233830  direction="l",
233831  linebreak="al",
233832  specials={ "font", 0x66 },
233833  unicodeslot=0x1D68F,
233834 },
233835 [0x1D690]={
233836  category="ll",
233837  description="MATHEMATICAL MONOSPACE SMALL G",
233838  direction="l",
233839  linebreak="al",
233840  specials={ "font", 0x67 },
233841  unicodeslot=0x1D690,
233842 },
233843 [0x1D691]={
233844  category="ll",
233845  description="MATHEMATICAL MONOSPACE SMALL H",
233846  direction="l",
233847  linebreak="al",
233848  specials={ "font", 0x68 },
233849  unicodeslot=0x1D691,
233850 },
233851 [0x1D692]={
233852  category="ll",
233853  description="MATHEMATICAL MONOSPACE SMALL I",
233854  direction="l",
233855  linebreak="al",
233856  specials={ "font", 0x69 },
233857  unicodeslot=0x1D692,
233858 },
233859 [0x1D693]={
233860  category="ll",
233861  description="MATHEMATICAL MONOSPACE SMALL J",
233862  direction="l",
233863  linebreak="al",
233864  specials={ "font", 0x6A },
233865  unicodeslot=0x1D693,
233866 },
233867 [0x1D694]={
233868  category="ll",
233869  description="MATHEMATICAL MONOSPACE SMALL K",
233870  direction="l",
233871  linebreak="al",
233872  specials={ "font", 0x6B },
233873  unicodeslot=0x1D694,
233874 },
233875 [0x1D695]={
233876  category="ll",
233877  description="MATHEMATICAL MONOSPACE SMALL L",
233878  direction="l",
233879  linebreak="al",
233880  specials={ "font", 0x6C },
233881  unicodeslot=0x1D695,
233882 },
233883 [0x1D696]={
233884  category="ll",
233885  description="MATHEMATICAL MONOSPACE SMALL M",
233886  direction="l",
233887  linebreak="al",
233888  specials={ "font", 0x6D },
233889  unicodeslot=0x1D696,
233890 },
233891 [0x1D697]={
233892  category="ll",
233893  description="MATHEMATICAL MONOSPACE SMALL N",
233894  direction="l",
233895  linebreak="al",
233896  specials={ "font", 0x6E },
233897  unicodeslot=0x1D697,
233898 },
233899 [0x1D698]={
233900  category="ll",
233901  description="MATHEMATICAL MONOSPACE SMALL O",
233902  direction="l",
233903  linebreak="al",
233904  specials={ "font", 0x6F },
233905  unicodeslot=0x1D698,
233906 },
233907 [0x1D699]={
233908  category="ll",
233909  description="MATHEMATICAL MONOSPACE SMALL P",
233910  direction="l",
233911  linebreak="al",
233912  specials={ "font", 0x70 },
233913  unicodeslot=0x1D699,
233914 },
233915 [0x1D69A]={
233916  category="ll",
233917  description="MATHEMATICAL MONOSPACE SMALL Q",
233918  direction="l",
233919  linebreak="al",
233920  specials={ "font", 0x71 },
233921  unicodeslot=0x1D69A,
233922 },
233923 [0x1D69B]={
233924  category="ll",
233925  description="MATHEMATICAL MONOSPACE SMALL R",
233926  direction="l",
233927  linebreak="al",
233928  specials={ "font", 0x72 },
233929  unicodeslot=0x1D69B,
233930 },
233931 [0x1D69C]={
233932  category="ll",
233933  description="MATHEMATICAL MONOSPACE SMALL S",
233934  direction="l",
233935  linebreak="al",
233936  specials={ "font", 0x73 },
233937  unicodeslot=0x1D69C,
233938 },
233939 [0x1D69D]={
233940  category="ll",
233941  description="MATHEMATICAL MONOSPACE SMALL T",
233942  direction="l",
233943  linebreak="al",
233944  specials={ "font", 0x74 },
233945  unicodeslot=0x1D69D,
233946 },
233947 [0x1D69E]={
233948  category="ll",
233949  description="MATHEMATICAL MONOSPACE SMALL U",
233950  direction="l",
233951  linebreak="al",
233952  specials={ "font", 0x75 },
233953  unicodeslot=0x1D69E,
233954 },
233955 [0x1D69F]={
233956  category="ll",
233957  description="MATHEMATICAL MONOSPACE SMALL V",
233958  direction="l",
233959  linebreak="al",
233960  specials={ "font", 0x76 },
233961  unicodeslot=0x1D69F,
233962 },
233963 [0x1D6A0]={
233964  category="ll",
233965  description="MATHEMATICAL MONOSPACE SMALL W",
233966  direction="l",
233967  linebreak="al",
233968  specials={ "font", 0x77 },
233969  unicodeslot=0x1D6A0,
233970 },
233971 [0x1D6A1]={
233972  category="ll",
233973  description="MATHEMATICAL MONOSPACE SMALL X",
233974  direction="l",
233975  linebreak="al",
233976  specials={ "font", 0x78 },
233977  unicodeslot=0x1D6A1,
233978 },
233979 [0x1D6A2]={
233980  category="ll",
233981  description="MATHEMATICAL MONOSPACE SMALL Y",
233982  direction="l",
233983  linebreak="al",
233984  specials={ "font", 0x79 },
233985  unicodeslot=0x1D6A2,
233986 },
233987 [0x1D6A3]={
233988  category="ll",
233989  description="MATHEMATICAL MONOSPACE SMALL Z",
233990  direction="l",
233991  linebreak="al",
233992  specials={ "font", 0x7A },
233993  unicodeslot=0x1D6A3,
233994 },
233995 [0x1D6A4]={
233996  category="ll",
233997  description="MATHEMATICAL ITALIC SMALL DOTLESS I",
233998  direction="l",
233999  linebreak="al",
234000  mathclass="ordinary",
234001  mathname="imath",
234002  specials={ "font", 0x131 },
234003  unicodeslot=0x1D6A4,
234004  visual="it",
234005 },
234006 [0x1D6A5]={
234007  category="ll",
234008  description="MATHEMATICAL ITALIC SMALL DOTLESS J",
234009  direction="l",
234010  linebreak="al",
234011  mathclass="ordinary",
234012  mathname="jmath",
234013  specials={ "font", 0x237 },
234014  unicodeslot=0x1D6A5,
234015  visual="it",
234016 },
234017 [0x1D6A8]={
234018  category="lu",
234019  description="MATHEMATICAL BOLD CAPITAL ALPHA",
234020  direction="l",
234021  linebreak="al",
234022  specials={ "font", 0x391 },
234023  unicodeslot=0x1D6A8,
234024  visual="bf",
234025 },
234026 [0x1D6A9]={
234027  category="lu",
234028  description="MATHEMATICAL BOLD CAPITAL BETA",
234029  direction="l",
234030  linebreak="al",
234031  specials={ "font", 0x392 },
234032  unicodeslot=0x1D6A9,
234033  visual="bf",
234034 },
234035 [0x1D6AA]={
234036  category="lu",
234037  description="MATHEMATICAL BOLD CAPITAL GAMMA",
234038  direction="l",
234039  linebreak="al",
234040  specials={ "font", 0x393 },
234041  unicodeslot=0x1D6AA,
234042  visual="bf",
234043 },
234044 [0x1D6AB]={
234045  category="lu",
234046  description="MATHEMATICAL BOLD CAPITAL DELTA",
234047  direction="l",
234048  linebreak="al",
234049  specials={ "font", 0x394 },
234050  unicodeslot=0x1D6AB,
234051  visual="bf",
234052 },
234053 [0x1D6AC]={
234054  category="lu",
234055  description="MATHEMATICAL BOLD CAPITAL EPSILON",
234056  direction="l",
234057  linebreak="al",
234058  specials={ "font", 0x395 },
234059  unicodeslot=0x1D6AC,
234060  visual="bf",
234061 },
234062 [0x1D6AD]={
234063  category="lu",
234064  description="MATHEMATICAL BOLD CAPITAL ZETA",
234065  direction="l",
234066  linebreak="al",
234067  specials={ "font", 0x396 },
234068  unicodeslot=0x1D6AD,
234069  visual="bf",
234070 },
234071 [0x1D6AE]={
234072  category="lu",
234073  description="MATHEMATICAL BOLD CAPITAL ETA",
234074  direction="l",
234075  linebreak="al",
234076  specials={ "font", 0x397 },
234077  unicodeslot=0x1D6AE,
234078  visual="bf",
234079 },
234080 [0x1D6AF]={
234081  category="lu",
234082  description="MATHEMATICAL BOLD CAPITAL THETA",
234083  direction="l",
234084  linebreak="al",
234085  specials={ "font", 0x398 },
234086  unicodeslot=0x1D6AF,
234087  visual="bf",
234088 },
234089 [0x1D6B0]={
234090  category="lu",
234091  description="MATHEMATICAL BOLD CAPITAL IOTA",
234092  direction="l",
234093  linebreak="al",
234094  specials={ "font", 0x399 },
234095  unicodeslot=0x1D6B0,
234096  visual="bf",
234097 },
234098 [0x1D6B1]={
234099  category="lu",
234100  description="MATHEMATICAL BOLD CAPITAL KAPPA",
234101  direction="l",
234102  linebreak="al",
234103  specials={ "font", 0x39A },
234104  unicodeslot=0x1D6B1,
234105  visual="bf",
234106 },
234107 [0x1D6B2]={
234108  category="lu",
234109  description="MATHEMATICAL BOLD CAPITAL LAMDA",
234110  direction="l",
234111  linebreak="al",
234112  specials={ "font", 0x39B },
234113  unicodeslot=0x1D6B2,
234114  visual="bf",
234115 },
234116 [0x1D6B3]={
234117  category="lu",
234118  description="MATHEMATICAL BOLD CAPITAL MU",
234119  direction="l",
234120  linebreak="al",
234121  specials={ "font", 0x39C },
234122  unicodeslot=0x1D6B3,
234123  visual="bf",
234124 },
234125 [0x1D6B4]={
234126  category="lu",
234127  description="MATHEMATICAL BOLD CAPITAL NU",
234128  direction="l",
234129  linebreak="al",
234130  specials={ "font", 0x39D },
234131  unicodeslot=0x1D6B4,
234132  visual="bf",
234133 },
234134 [0x1D6B5]={
234135  category="lu",
234136  description="MATHEMATICAL BOLD CAPITAL XI",
234137  direction="l",
234138  linebreak="al",
234139  specials={ "font", 0x39E },
234140  unicodeslot=0x1D6B5,
234141  visual="bf",
234142 },
234143 [0x1D6B6]={
234144  category="lu",
234145  description="MATHEMATICAL BOLD CAPITAL OMICRON",
234146  direction="l",
234147  linebreak="al",
234148  specials={ "font", 0x39F },
234149  unicodeslot=0x1D6B6,
234150  visual="bf",
234151 },
234152 [0x1D6B7]={
234153  category="lu",
234154  description="MATHEMATICAL BOLD CAPITAL PI",
234155  direction="l",
234156  linebreak="al",
234157  specials={ "font", 0x3A0 },
234158  unicodeslot=0x1D6B7,
234159  visual="bf",
234160 },
234161 [0x1D6B8]={
234162  category="lu",
234163  description="MATHEMATICAL BOLD CAPITAL RHO",
234164  direction="l",
234165  linebreak="al",
234166  specials={ "font", 0x3A1 },
234167  unicodeslot=0x1D6B8,
234168  visual="bf",
234169 },
234170 [0x1D6B9]={
234171  category="lu",
234172  description="MATHEMATICAL BOLD CAPITAL THETA SYMBOL",
234173  direction="l",
234174  linebreak="al",
234175  specials={ "font", 0x3F4 },
234176  unicodeslot=0x1D6B9,
234177  visual="bf",
234178 },
234179 [0x1D6BA]={
234180  category="lu",
234181  description="MATHEMATICAL BOLD CAPITAL SIGMA",
234182  direction="l",
234183  linebreak="al",
234184  specials={ "font", 0x3A3 },
234185  unicodeslot=0x1D6BA,
234186  visual="bf",
234187 },
234188 [0x1D6BB]={
234189  category="lu",
234190  description="MATHEMATICAL BOLD CAPITAL TAU",
234191  direction="l",
234192  linebreak="al",
234193  specials={ "font", 0x3A4 },
234194  unicodeslot=0x1D6BB,
234195  visual="bf",
234196 },
234197 [0x1D6BC]={
234198  category="lu",
234199  description="MATHEMATICAL BOLD CAPITAL UPSILON",
234200  direction="l",
234201  linebreak="al",
234202  specials={ "font", 0x3A5 },
234203  unicodeslot=0x1D6BC,
234204  visual="bf",
234205 },
234206 [0x1D6BD]={
234207  category="lu",
234208  description="MATHEMATICAL BOLD CAPITAL PHI",
234209  direction="l",
234210  linebreak="al",
234211  specials={ "font", 0x3A6 },
234212  unicodeslot=0x1D6BD,
234213  visual="bf",
234214 },
234215 [0x1D6BE]={
234216  category="lu",
234217  description="MATHEMATICAL BOLD CAPITAL CHI",
234218  direction="l",
234219  linebreak="al",
234220  specials={ "font", 0x3A7 },
234221  unicodeslot=0x1D6BE,
234222  visual="bf",
234223 },
234224 [0x1D6BF]={
234225  category="lu",
234226  description="MATHEMATICAL BOLD CAPITAL PSI",
234227  direction="l",
234228  linebreak="al",
234229  specials={ "font", 0x3A8 },
234230  unicodeslot=0x1D6BF,
234231  visual="bf",
234232 },
234233 [0x1D6C0]={
234234  category="lu",
234235  description="MATHEMATICAL BOLD CAPITAL OMEGA",
234236  direction="l",
234237  linebreak="al",
234238  specials={ "font", 0x3A9 },
234239  unicodeslot=0x1D6C0,
234240  visual="bf",
234241 },
234242 [0x1D6C1]={
234243  category="sm",
234244  description="MATHEMATICAL BOLD NABLA",
234245  direction="l",
234246  linebreak="al",
234247  mathclass="differential",
234248  specials={ "font", 0x2207 },
234249  unicodeslot=0x1D6C1,
234250  visual="bf",
234251 },
234252 [0x1D6C2]={
234253  category="ll",
234254  description="MATHEMATICAL BOLD SMALL ALPHA",
234255  direction="l",
234256  linebreak="al",
234257  specials={ "font", 0x3B1 },
234258  unicodeslot=0x1D6C2,
234259  visual="bf",
234260 },
234261 [0x1D6C3]={
234262  category="ll",
234263  description="MATHEMATICAL BOLD SMALL BETA",
234264  direction="l",
234265  linebreak="al",
234266  specials={ "font", 0x3B2 },
234267  unicodeslot=0x1D6C3,
234268  visual="bf",
234269 },
234270 [0x1D6C4]={
234271  category="ll",
234272  description="MATHEMATICAL BOLD SMALL GAMMA",
234273  direction="l",
234274  linebreak="al",
234275  specials={ "font", 0x3B3 },
234276  unicodeslot=0x1D6C4,
234277  visual="bf",
234278 },
234279 [0x1D6C5]={
234280  category="ll",
234281  description="MATHEMATICAL BOLD SMALL DELTA",
234282  direction="l",
234283  linebreak="al",
234284  specials={ "font", 0x3B4 },
234285  unicodeslot=0x1D6C5,
234286  visual="bf",
234287 },
234288 [0x1D6C6]={
234289  category="ll",
234290  description="MATHEMATICAL BOLD SMALL EPSILON",
234291  direction="l",
234292  linebreak="al",
234293  specials={ "font", 0x3B5 },
234294  unicodeslot=0x1D6C6,
234295  visual="bf",
234296 },
234297 [0x1D6C7]={
234298  category="ll",
234299  description="MATHEMATICAL BOLD SMALL ZETA",
234300  direction="l",
234301  linebreak="al",
234302  specials={ "font", 0x3B6 },
234303  unicodeslot=0x1D6C7,
234304  visual="bf",
234305 },
234306 [0x1D6C8]={
234307  category="ll",
234308  description="MATHEMATICAL BOLD SMALL ETA",
234309  direction="l",
234310  linebreak="al",
234311  specials={ "font", 0x3B7 },
234312  unicodeslot=0x1D6C8,
234313  visual="bf",
234314 },
234315 [0x1D6C9]={
234316  category="ll",
234317  description="MATHEMATICAL BOLD SMALL THETA",
234318  direction="l",
234319  linebreak="al",
234320  specials={ "font", 0x3B8 },
234321  unicodeslot=0x1D6C9,
234322  visual="bf",
234323 },
234324 [0x1D6CA]={
234325  category="ll",
234326  description="MATHEMATICAL BOLD SMALL IOTA",
234327  direction="l",
234328  linebreak="al",
234329  specials={ "font", 0x3B9 },
234330  unicodeslot=0x1D6CA,
234331  visual="bf",
234332 },
234333 [0x1D6CB]={
234334  category="ll",
234335  description="MATHEMATICAL BOLD SMALL KAPPA",
234336  direction="l",
234337  linebreak="al",
234338  specials={ "font", 0x3BA },
234339  unicodeslot=0x1D6CB,
234340  visual="bf",
234341 },
234342 [0x1D6CC]={
234343  category="ll",
234344  description="MATHEMATICAL BOLD SMALL LAMDA",
234345  direction="l",
234346  linebreak="al",
234347  specials={ "font", 0x3BB },
234348  unicodeslot=0x1D6CC,
234349  visual="bf",
234350 },
234351 [0x1D6CD]={
234352  category="ll",
234353  description="MATHEMATICAL BOLD SMALL MU",
234354  direction="l",
234355  linebreak="al",
234356  specials={ "font", 0x3BC },
234357  unicodeslot=0x1D6CD,
234358  visual="bf",
234359 },
234360 [0x1D6CE]={
234361  category="ll",
234362  description="MATHEMATICAL BOLD SMALL NU",
234363  direction="l",
234364  linebreak="al",
234365  specials={ "font", 0x3BD },
234366  unicodeslot=0x1D6CE,
234367  visual="bf",
234368 },
234369 [0x1D6CF]={
234370  category="ll",
234371  description="MATHEMATICAL BOLD SMALL XI",
234372  direction="l",
234373  linebreak="al",
234374  specials={ "font", 0x3BE },
234375  unicodeslot=0x1D6CF,
234376  visual="bf",
234377 },
234378 [0x1D6D0]={
234379  category="ll",
234380  description="MATHEMATICAL BOLD SMALL OMICRON",
234381  direction="l",
234382  linebreak="al",
234383  specials={ "font", 0x3BF },
234384  unicodeslot=0x1D6D0,
234385  visual="bf",
234386 },
234387 [0x1D6D1]={
234388  category="ll",
234389  description="MATHEMATICAL BOLD SMALL PI",
234390  direction="l",
234391  linebreak="al",
234392  specials={ "font", 0x3C0 },
234393  unicodeslot=0x1D6D1,
234394  visual="bf",
234395 },
234396 [0x1D6D2]={
234397  category="ll",
234398  description="MATHEMATICAL BOLD SMALL RHO",
234399  direction="l",
234400  linebreak="al",
234401  specials={ "font", 0x3C1 },
234402  unicodeslot=0x1D6D2,
234403  visual="bf",
234404 },
234405 [0x1D6D3]={
234406  category="ll",
234407  description="MATHEMATICAL BOLD SMALL FINAL SIGMA",
234408  direction="l",
234409  linebreak="al",
234410  specials={ "font", 0x3C2 },
234411  unicodeslot=0x1D6D3,
234412  visual="bf",
234413 },
234414 [0x1D6D4]={
234415  category="ll",
234416  description="MATHEMATICAL BOLD SMALL SIGMA",
234417  direction="l",
234418  linebreak="al",
234419  specials={ "font", 0x3C3 },
234420  unicodeslot=0x1D6D4,
234421  visual="bf",
234422 },
234423 [0x1D6D5]={
234424  category="ll",
234425  description="MATHEMATICAL BOLD SMALL TAU",
234426  direction="l",
234427  linebreak="al",
234428  specials={ "font", 0x3C4 },
234429  unicodeslot=0x1D6D5,
234430  visual="bf",
234431 },
234432 [0x1D6D6]={
234433  category="ll",
234434  description="MATHEMATICAL BOLD SMALL UPSILON",
234435  direction="l",
234436  linebreak="al",
234437  specials={ "font", 0x3C5 },
234438  unicodeslot=0x1D6D6,
234439  visual="bf",
234440 },
234441 [0x1D6D7]={
234442  category="ll",
234443  description="MATHEMATICAL BOLD SMALL PHI",
234444  direction="l",
234445  linebreak="al",
234446  specials={ "font", 0x3C6 },
234447  unicodeslot=0x1D6D7,
234448  visual="bf",
234449 },
234450 [0x1D6D8]={
234451  category="ll",
234452  description="MATHEMATICAL BOLD SMALL CHI",
234453  direction="l",
234454  linebreak="al",
234455  specials={ "font", 0x3C7 },
234456  unicodeslot=0x1D6D8,
234457  visual="bf",
234458 },
234459 [0x1D6D9]={
234460  category="ll",
234461  description="MATHEMATICAL BOLD SMALL PSI",
234462  direction="l",
234463  linebreak="al",
234464  specials={ "font", 0x3C8 },
234465  unicodeslot=0x1D6D9,
234466  visual="bf",
234467 },
234468 [0x1D6DA]={
234469  category="ll",
234470  description="MATHEMATICAL BOLD SMALL OMEGA",
234471  direction="l",
234472  linebreak="al",
234473  specials={ "font", 0x3C9 },
234474  unicodeslot=0x1D6DA,
234475  visual="bf",
234476 },
234477 [0x1D6DB]={
234478  category="sm",
234479  description="MATHEMATICAL BOLD PARTIAL DIFFERENTIAL",
234480  direction="on",
234481  linebreak="al",
234482  mathclass="differential",
234483  specials={ "font", 0x2202 },
234484  unicodeslot=0x1D6DB,
234485  visual="bf",
234486 },
234487 [0x1D6DC]={
234488  category="ll",
234489  description="MATHEMATICAL BOLD EPSILON SYMBOL",
234490  direction="l",
234491  linebreak="al",
234492  specials={ "font", 0x3F5 },
234493  unicodeslot=0x1D6DC,
234494  visual="bf",
234495 },
234496 [0x1D6DD]={
234497  category="ll",
234498  description="MATHEMATICAL BOLD THETA SYMBOL",
234499  direction="l",
234500  linebreak="al",
234501  specials={ "font", 0x3D1 },
234502  unicodeslot=0x1D6DD,
234503  visual="bf",
234504 },
234505 [0x1D6DE]={
234506  category="ll",
234507  description="MATHEMATICAL BOLD KAPPA SYMBOL",
234508  direction="l",
234509  linebreak="al",
234510  specials={ "font", 0x3F0 },
234511  unicodeslot=0x1D6DE,
234512  visual="bf",
234513 },
234514 [0x1D6DF]={
234515  category="ll",
234516  description="MATHEMATICAL BOLD PHI SYMBOL",
234517  direction="l",
234518  linebreak="al",
234519  specials={ "font", 0x3D5 },
234520  unicodeslot=0x1D6DF,
234521  visual="bf",
234522 },
234523 [0x1D6E0]={
234524  category="ll",
234525  description="MATHEMATICAL BOLD RHO SYMBOL",
234526  direction="l",
234527  linebreak="al",
234528  specials={ "font", 0x3F1 },
234529  unicodeslot=0x1D6E0,
234530  visual="bf",
234531 },
234532 [0x1D6E1]={
234533  category="ll",
234534  description="MATHEMATICAL BOLD PI SYMBOL",
234535  direction="l",
234536  linebreak="al",
234537  specials={ "font", 0x3D6 },
234538  unicodeslot=0x1D6E1,
234539  visual="bf",
234540 },
234541 [0x1D6E2]={
234542  category="lu",
234543  description="MATHEMATICAL ITALIC CAPITAL ALPHA",
234544  direction="l",
234545  linebreak="al",
234546  specials={ "font", 0x391 },
234547  unicodeslot=0x1D6E2,
234548  visual="it",
234549 },
234550 [0x1D6E3]={
234551  category="lu",
234552  description="MATHEMATICAL ITALIC CAPITAL BETA",
234553  direction="l",
234554  linebreak="al",
234555  specials={ "font", 0x392 },
234556  unicodeslot=0x1D6E3,
234557  visual="it",
234558 },
234559 [0x1D6E4]={
234560  category="lu",
234561  description="MATHEMATICAL ITALIC CAPITAL GAMMA",
234562  direction="l",
234563  linebreak="al",
234564  specials={ "font", 0x393 },
234565  unicodeslot=0x1D6E4,
234566  visual="it",
234567 },
234568 [0x1D6E5]={
234569  category="lu",
234570  description="MATHEMATICAL ITALIC CAPITAL DELTA",
234571  direction="l",
234572  linebreak="al",
234573  specials={ "font", 0x394 },
234574  unicodeslot=0x1D6E5,
234575  visual="it",
234576 },
234577 [0x1D6E6]={
234578  category="lu",
234579  description="MATHEMATICAL ITALIC CAPITAL EPSILON",
234580  direction="l",
234581  linebreak="al",
234582  specials={ "font", 0x395 },
234583  unicodeslot=0x1D6E6,
234584  visual="it",
234585 },
234586 [0x1D6E7]={
234587  category="lu",
234588  description="MATHEMATICAL ITALIC CAPITAL ZETA",
234589  direction="l",
234590  linebreak="al",
234591  specials={ "font", 0x396 },
234592  unicodeslot=0x1D6E7,
234593  visual="it",
234594 },
234595 [0x1D6E8]={
234596  category="lu",
234597  description="MATHEMATICAL ITALIC CAPITAL ETA",
234598  direction="l",
234599  linebreak="al",
234600  specials={ "font", 0x397 },
234601  unicodeslot=0x1D6E8,
234602  visual="it",
234603 },
234604 [0x1D6E9]={
234605  category="lu",
234606  description="MATHEMATICAL ITALIC CAPITAL THETA",
234607  direction="l",
234608  linebreak="al",
234609  specials={ "font", 0x398 },
234610  unicodeslot=0x1D6E9,
234611  visual="it",
234612 },
234613 [0x1D6EA]={
234614  category="lu",
234615  description="MATHEMATICAL ITALIC CAPITAL IOTA",
234616  direction="l",
234617  linebreak="al",
234618  specials={ "font", 0x399 },
234619  unicodeslot=0x1D6EA,
234620  visual="it",
234621 },
234622 [0x1D6EB]={
234623  category="lu",
234624  description="MATHEMATICAL ITALIC CAPITAL KAPPA",
234625  direction="l",
234626  linebreak="al",
234627  specials={ "font", 0x39A },
234628  unicodeslot=0x1D6EB,
234629  visual="it",
234630 },
234631 [0x1D6EC]={
234632  category="lu",
234633  description="MATHEMATICAL ITALIC CAPITAL LAMDA",
234634  direction="l",
234635  linebreak="al",
234636  specials={ "font", 0x39B },
234637  unicodeslot=0x1D6EC,
234638  visual="it",
234639 },
234640 [0x1D6ED]={
234641  category="lu",
234642  description="MATHEMATICAL ITALIC CAPITAL MU",
234643  direction="l",
234644  linebreak="al",
234645  specials={ "font", 0x39C },
234646  unicodeslot=0x1D6ED,
234647  visual="it",
234648 },
234649 [0x1D6EE]={
234650  category="lu",
234651  description="MATHEMATICAL ITALIC CAPITAL NU",
234652  direction="l",
234653  linebreak="al",
234654  specials={ "font", 0x39D },
234655  unicodeslot=0x1D6EE,
234656  visual="it",
234657 },
234658 [0x1D6EF]={
234659  category="lu",
234660  description="MATHEMATICAL ITALIC CAPITAL XI",
234661  direction="l",
234662  linebreak="al",
234663  specials={ "font", 0x39E },
234664  unicodeslot=0x1D6EF,
234665  visual="it",
234666 },
234667 [0x1D6F0]={
234668  category="lu",
234669  description="MATHEMATICAL ITALIC CAPITAL OMICRON",
234670  direction="l",
234671  linebreak="al",
234672  specials={ "font", 0x39F },
234673  unicodeslot=0x1D6F0,
234674  visual="it",
234675 },
234676 [0x1D6F1]={
234677  category="lu",
234678  description="MATHEMATICAL ITALIC CAPITAL PI",
234679  direction="l",
234680  linebreak="al",
234681  specials={ "font", 0x3A0 },
234682  unicodeslot=0x1D6F1,
234683  visual="it",
234684 },
234685 [0x1D6F2]={
234686  category="lu",
234687  description="MATHEMATICAL ITALIC CAPITAL RHO",
234688  direction="l",
234689  linebreak="al",
234690  specials={ "font", 0x3A1 },
234691  unicodeslot=0x1D6F2,
234692  visual="it",
234693 },
234694 [0x1D6F3]={
234695  category="lu",
234696  description="MATHEMATICAL ITALIC CAPITAL THETA SYMBOL",
234697  direction="l",
234698  linebreak="al",
234699  specials={ "font", 0x3F4 },
234700  unicodeslot=0x1D6F3,
234701  visual="it",
234702 },
234703 [0x1D6F4]={
234704  category="lu",
234705  description="MATHEMATICAL ITALIC CAPITAL SIGMA",
234706  direction="l",
234707  linebreak="al",
234708  specials={ "font", 0x3A3 },
234709  unicodeslot=0x1D6F4,
234710  visual="it",
234711 },
234712 [0x1D6F5]={
234713  category="lu",
234714  description="MATHEMATICAL ITALIC CAPITAL TAU",
234715  direction="l",
234716  linebreak="al",
234717  specials={ "font", 0x3A4 },
234718  unicodeslot=0x1D6F5,
234719  visual="it",
234720 },
234721 [0x1D6F6]={
234722  category="lu",
234723  description="MATHEMATICAL ITALIC CAPITAL UPSILON",
234724  direction="l",
234725  linebreak="al",
234726  specials={ "font", 0x3A5 },
234727  unicodeslot=0x1D6F6,
234728  visual="it",
234729 },
234730 [0x1D6F7]={
234731  category="lu",
234732  description="MATHEMATICAL ITALIC CAPITAL PHI",
234733  direction="l",
234734  linebreak="al",
234735  specials={ "font", 0x3A6 },
234736  unicodeslot=0x1D6F7,
234737  visual="it",
234738 },
234739 [0x1D6F8]={
234740  category="lu",
234741  description="MATHEMATICAL ITALIC CAPITAL CHI",
234742  direction="l",
234743  linebreak="al",
234744  specials={ "font", 0x3A7 },
234745  unicodeslot=0x1D6F8,
234746  visual="it",
234747 },
234748 [0x1D6F9]={
234749  category="lu",
234750  description="MATHEMATICAL ITALIC CAPITAL PSI",
234751  direction="l",
234752  linebreak="al",
234753  specials={ "font", 0x3A8 },
234754  unicodeslot=0x1D6F9,
234755  visual="it",
234756 },
234757 [0x1D6FA]={
234758  category="lu",
234759  description="MATHEMATICAL ITALIC CAPITAL OMEGA",
234760  direction="l",
234761  linebreak="al",
234762  specials={ "font", 0x3A9 },
234763  unicodeslot=0x1D6FA,
234764  visual="it",
234765 },
234766 [0x1D6FB]={
234767  category="sm",
234768  description="MATHEMATICAL ITALIC NABLA",
234769  direction="l",
234770  linebreak="al",
234771  mathclass="differential",
234772  specials={ "font", 0x2207 },
234773  unicodeslot=0x1D6FB,
234774  visual="it",
234775 },
234776 [0x1D6FC]={
234777  category="ll",
234778  description="MATHEMATICAL ITALIC SMALL ALPHA",
234779  direction="l",
234780  linebreak="al",
234781  specials={ "font", 0x3B1 },
234782  unicodeslot=0x1D6FC,
234783  visual="it",
234784 },
234785 [0x1D6FD]={
234786  category="ll",
234787  description="MATHEMATICAL ITALIC SMALL BETA",
234788  direction="l",
234789  linebreak="al",
234790  specials={ "font", 0x3B2 },
234791  unicodeslot=0x1D6FD,
234792  visual="it",
234793 },
234794 [0x1D6FE]={
234795  category="ll",
234796  description="MATHEMATICAL ITALIC SMALL GAMMA",
234797  direction="l",
234798  linebreak="al",
234799  specials={ "font", 0x3B3 },
234800  unicodeslot=0x1D6FE,
234801  visual="it",
234802 },
234803 [0x1D6FF]={
234804  category="ll",
234805  description="MATHEMATICAL ITALIC SMALL DELTA",
234806  direction="l",
234807  linebreak="al",
234808  specials={ "font", 0x3B4 },
234809  unicodeslot=0x1D6FF,
234810  visual="it",
234811 },
234812 [0x1D700]={
234813  category="ll",
234814  description="MATHEMATICAL ITALIC SMALL EPSILON",
234815  direction="l",
234816  linebreak="al",
234817  specials={ "font", 0x3B5 },
234818  unicodeslot=0x1D700,
234819  visual="it",
234820 },
234821 [0x1D701]={
234822  category="ll",
234823  description="MATHEMATICAL ITALIC SMALL ZETA",
234824  direction="l",
234825  linebreak="al",
234826  specials={ "font", 0x3B6 },
234827  unicodeslot=0x1D701,
234828  visual="it",
234829 },
234830 [0x1D702]={
234831  category="ll",
234832  description="MATHEMATICAL ITALIC SMALL ETA",
234833  direction="l",
234834  linebreak="al",
234835  specials={ "font", 0x3B7 },
234836  unicodeslot=0x1D702,
234837  visual="it",
234838 },
234839 [0x1D703]={
234840  category="ll",
234841  description="MATHEMATICAL ITALIC SMALL THETA",
234842  direction="l",
234843  linebreak="al",
234844  specials={ "font", 0x3B8 },
234845  unicodeslot=0x1D703,
234846  visual="it",
234847 },
234848 [0x1D704]={
234849  category="ll",
234850  description="MATHEMATICAL ITALIC SMALL IOTA",
234851  direction="l",
234852  linebreak="al",
234853  specials={ "font", 0x3B9 },
234854  unicodeslot=0x1D704,
234855  visual="it",
234856 },
234857 [0x1D705]={
234858  category="ll",
234859  description="MATHEMATICAL ITALIC SMALL KAPPA",
234860  direction="l",
234861  linebreak="al",
234862  specials={ "font", 0x3BA },
234863  unicodeslot=0x1D705,
234864  visual="it",
234865 },
234866 [0x1D706]={
234867  category="ll",
234868  description="MATHEMATICAL ITALIC SMALL LAMDA",
234869  direction="l",
234870  linebreak="al",
234871  specials={ "font", 0x3BB },
234872  unicodeslot=0x1D706,
234873  visual="it",
234874 },
234875 [0x1D707]={
234876  category="ll",
234877  description="MATHEMATICAL ITALIC SMALL MU",
234878  direction="l",
234879  linebreak="al",
234880  specials={ "font", 0x3BC },
234881  unicodeslot=0x1D707,
234882  visual="it",
234883 },
234884 [0x1D708]={
234885  category="ll",
234886  description="MATHEMATICAL ITALIC SMALL NU",
234887  direction="l",
234888  linebreak="al",
234889  specials={ "font", 0x3BD },
234890  unicodeslot=0x1D708,
234891  visual="it",
234892 },
234893 [0x1D709]={
234894  category="ll",
234895  description="MATHEMATICAL ITALIC SMALL XI",
234896  direction="l",
234897  linebreak="al",
234898  specials={ "font", 0x3BE },
234899  unicodeslot=0x1D709,
234900  visual="it",
234901 },
234902 [0x1D70A]={
234903  category="ll",
234904  description="MATHEMATICAL ITALIC SMALL OMICRON",
234905  direction="l",
234906  linebreak="al",
234907  specials={ "font", 0x3BF },
234908  unicodeslot=0x1D70A,
234909  visual="it",
234910 },
234911 [0x1D70B]={
234912  category="ll",
234913  description="MATHEMATICAL ITALIC SMALL PI",
234914  direction="l",
234915  linebreak="al",
234916  specials={ "font", 0x3C0 },
234917  unicodeslot=0x1D70B,
234918  visual="it",
234919 },
234920 [0x1D70C]={
234921  category="ll",
234922  description="MATHEMATICAL ITALIC SMALL RHO",
234923  direction="l",
234924  linebreak="al",
234925  specials={ "font", 0x3C1 },
234926  unicodeslot=0x1D70C,
234927  visual="it",
234928 },
234929 [0x1D70D]={
234930  category="ll",
234931  description="MATHEMATICAL ITALIC SMALL FINAL SIGMA",
234932  direction="l",
234933  linebreak="al",
234934  specials={ "font", 0x3C2 },
234935  unicodeslot=0x1D70D,
234936  visual="it",
234937 },
234938 [0x1D70E]={
234939  category="ll",
234940  description="MATHEMATICAL ITALIC SMALL SIGMA",
234941  direction="l",
234942  linebreak="al",
234943  specials={ "font", 0x3C3 },
234944  unicodeslot=0x1D70E,
234945  visual="it",
234946 },
234947 [0x1D70F]={
234948  category="ll",
234949  description="MATHEMATICAL ITALIC SMALL TAU",
234950  direction="l",
234951  linebreak="al",
234952  specials={ "font", 0x3C4 },
234953  unicodeslot=0x1D70F,
234954  visual="it",
234955 },
234956 [0x1D710]={
234957  category="ll",
234958  description="MATHEMATICAL ITALIC SMALL UPSILON",
234959  direction="l",
234960  linebreak="al",
234961  specials={ "font", 0x3C5 },
234962  unicodeslot=0x1D710,
234963  visual="it",
234964 },
234965 [0x1D711]={
234966  category="ll",
234967  description="MATHEMATICAL ITALIC SMALL PHI",
234968  direction="l",
234969  linebreak="al",
234970  specials={ "font", 0x3C6 },
234971  unicodeslot=0x1D711,
234972  visual="it",
234973 },
234974 [0x1D712]={
234975  category="ll",
234976  description="MATHEMATICAL ITALIC SMALL CHI",
234977  direction="l",
234978  linebreak="al",
234979  specials={ "font", 0x3C7 },
234980  unicodeslot=0x1D712,
234981  visual="it",
234982 },
234983 [0x1D713]={
234984  category="ll",
234985  description="MATHEMATICAL ITALIC SMALL PSI",
234986  direction="l",
234987  linebreak="al",
234988  specials={ "font", 0x3C8 },
234989  unicodeslot=0x1D713,
234990  visual="it",
234991 },
234992 [0x1D714]={
234993  category="ll",
234994  description="MATHEMATICAL ITALIC SMALL OMEGA",
234995  direction="l",
234996  linebreak="al",
234997  specials={ "font", 0x3C9 },
234998  unicodeslot=0x1D714,
234999  visual="it",
235000 },
235001 [0x1D715]={
235002  category="sm",
235003  description="MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL",
235004  direction="on",
235005  linebreak="al",
235006  mathclass="differential",
235007  specials={ "font", 0x2202 },
235008  unicodeslot=0x1D715,
235009  visual="it",
235010 },
235011 [0x1D716]={
235012  category="ll",
235013  description="MATHEMATICAL ITALIC EPSILON SYMBOL",
235014  direction="l",
235015  linebreak="al",
235016  specials={ "font", 0x3F5 },
235017  unicodeslot=0x1D716,
235018  visual="it",
235019 },
235020 [0x1D717]={
235021  category="ll",
235022  description="MATHEMATICAL ITALIC THETA SYMBOL",
235023  direction="l",
235024  linebreak="al",
235025  mathclass="ordinary",
235026  mathname="vartheta",
235027  specials={ "font", 0x3D1 },
235028  unicodeslot=0x1D717,
235029  visual="it",
235030 },
235031 [0x1D718]={
235032  category="ll",
235033  description="MATHEMATICAL ITALIC KAPPA SYMBOL",
235034  direction="l",
235035  linebreak="al",
235036  mathclass="ordinary",
235037  mathname="varkappa",
235038  specials={ "font", 0x3F0 },
235039  unicodeslot=0x1D718,
235040  visual="it",
235041 },
235042 [0x1D719]={
235043  category="ll",
235044  description="MATHEMATICAL ITALIC PHI SYMBOL",
235045  direction="l",
235046  linebreak="al",
235047  specials={ "font", 0x3D5 },
235048  unicodeslot=0x1D719,
235049  visual="it",
235050 },
235051 [0x1D71A]={
235052  category="ll",
235053  description="MATHEMATICAL ITALIC RHO SYMBOL",
235054  direction="l",
235055  linebreak="al",
235056  mathname="varrho",
235057  specials={ "font", 0x3F1 },
235058  unicodeslot=0x1D71A,
235059  visual="it",
235060 },
235061 [0x1D71B]={
235062  category="ll",
235063  description="MATHEMATICAL ITALIC PI SYMBOL",
235064  direction="l",
235065  linebreak="al",
235066  specials={ "font", 0x3D6 },
235067  unicodeslot=0x1D71B,
235068  visual="it",
235069 },
235070 [0x1D71C]={
235071  category="lu",
235072  description="MATHEMATICAL BOLD ITALIC CAPITAL ALPHA",
235073  direction="l",
235074  linebreak="al",
235075  specials={ "font", 0x391 },
235076  unicodeslot=0x1D71C,
235077  visual="bi",
235078 },
235079 [0x1D71D]={
235080  category="lu",
235081  description="MATHEMATICAL BOLD ITALIC CAPITAL BETA",
235082  direction="l",
235083  linebreak="al",
235084  specials={ "font", 0x392 },
235085  unicodeslot=0x1D71D,
235086  visual="bi",
235087 },
235088 [0x1D71E]={
235089  category="lu",
235090  description="MATHEMATICAL BOLD ITALIC CAPITAL GAMMA",
235091  direction="l",
235092  linebreak="al",
235093  specials={ "font", 0x393 },
235094  unicodeslot=0x1D71E,
235095  visual="bi",
235096 },
235097 [0x1D71F]={
235098  category="lu",
235099  description="MATHEMATICAL BOLD ITALIC CAPITAL DELTA",
235100  direction="l",
235101  linebreak="al",
235102  specials={ "font", 0x394 },
235103  unicodeslot=0x1D71F,
235104  visual="bi",
235105 },
235106 [0x1D720]={
235107  category="lu",
235108  description="MATHEMATICAL BOLD ITALIC CAPITAL EPSILON",
235109  direction="l",
235110  linebreak="al",
235111  specials={ "font", 0x395 },
235112  unicodeslot=0x1D720,
235113  visual="bi",
235114 },
235115 [0x1D721]={
235116  category="lu",
235117  description="MATHEMATICAL BOLD ITALIC CAPITAL ZETA",
235118  direction="l",
235119  linebreak="al",
235120  specials={ "font", 0x396 },
235121  unicodeslot=0x1D721,
235122  visual="bi",
235123 },
235124 [0x1D722]={
235125  category="lu",
235126  description="MATHEMATICAL BOLD ITALIC CAPITAL ETA",
235127  direction="l",
235128  linebreak="al",
235129  specials={ "font", 0x397 },
235130  unicodeslot=0x1D722,
235131  visual="bi",
235132 },
235133 [0x1D723]={
235134  category="lu",
235135  description="MATHEMATICAL BOLD ITALIC CAPITAL THETA",
235136  direction="l",
235137  linebreak="al",
235138  specials={ "font", 0x398 },
235139  unicodeslot=0x1D723,
235140  visual="bi",
235141 },
235142 [0x1D724]={
235143  category="lu",
235144  description="MATHEMATICAL BOLD ITALIC CAPITAL IOTA",
235145  direction="l",
235146  linebreak="al",
235147  specials={ "font", 0x399 },
235148  unicodeslot=0x1D724,
235149  visual="bi",
235150 },
235151 [0x1D725]={
235152  category="lu",
235153  description="MATHEMATICAL BOLD ITALIC CAPITAL KAPPA",
235154  direction="l",
235155  linebreak="al",
235156  specials={ "font", 0x39A },
235157  unicodeslot=0x1D725,
235158  visual="bi",
235159 },
235160 [0x1D726]={
235161  category="lu",
235162  description="MATHEMATICAL BOLD ITALIC CAPITAL LAMDA",
235163  direction="l",
235164  linebreak="al",
235165  specials={ "font", 0x39B },
235166  unicodeslot=0x1D726,
235167  visual="bi",
235168 },
235169 [0x1D727]={
235170  category="lu",
235171  description="MATHEMATICAL BOLD ITALIC CAPITAL MU",
235172  direction="l",
235173  linebreak="al",
235174  specials={ "font", 0x39C },
235175  unicodeslot=0x1D727,
235176  visual="bi",
235177 },
235178 [0x1D728]={
235179  category="lu",
235180  description="MATHEMATICAL BOLD ITALIC CAPITAL NU",
235181  direction="l",
235182  linebreak="al",
235183  specials={ "font", 0x39D },
235184  unicodeslot=0x1D728,
235185  visual="bi",
235186 },
235187 [0x1D729]={
235188  category="lu",
235189  description="MATHEMATICAL BOLD ITALIC CAPITAL XI",
235190  direction="l",
235191  linebreak="al",
235192  specials={ "font", 0x39E },
235193  unicodeslot=0x1D729,
235194  visual="bi",
235195 },
235196 [0x1D72A]={
235197  category="lu",
235198  description="MATHEMATICAL BOLD ITALIC CAPITAL OMICRON",
235199  direction="l",
235200  linebreak="al",
235201  specials={ "font", 0x39F },
235202  unicodeslot=0x1D72A,
235203  visual="bi",
235204 },
235205 [0x1D72B]={
235206  category="lu",
235207  description="MATHEMATICAL BOLD ITALIC CAPITAL PI",
235208  direction="l",
235209  linebreak="al",
235210  specials={ "font", 0x3A0 },
235211  unicodeslot=0x1D72B,
235212  visual="bi",
235213 },
235214 [0x1D72C]={
235215  category="lu",
235216  description="MATHEMATICAL BOLD ITALIC CAPITAL RHO",
235217  direction="l",
235218  linebreak="al",
235219  specials={ "font", 0x3A1 },
235220  unicodeslot=0x1D72C,
235221  visual="bi",
235222 },
235223 [0x1D72D]={
235224  category="lu",
235225  description="MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL",
235226  direction="l",
235227  linebreak="al",
235228  specials={ "font", 0x3F4 },
235229  unicodeslot=0x1D72D,
235230  visual="bi",
235231 },
235232 [0x1D72E]={
235233  category="lu",
235234  description="MATHEMATICAL BOLD ITALIC CAPITAL SIGMA",
235235  direction="l",
235236  linebreak="al",
235237  specials={ "font", 0x3A3 },
235238  unicodeslot=0x1D72E,
235239  visual="bi",
235240 },
235241 [0x1D72F]={
235242  category="lu",
235243  description="MATHEMATICAL BOLD ITALIC CAPITAL TAU",
235244  direction="l",
235245  linebreak="al",
235246  specials={ "font", 0x3A4 },
235247  unicodeslot=0x1D72F,
235248  visual="bi",
235249 },
235250 [0x1D730]={
235251  category="lu",
235252  description="MATHEMATICAL BOLD ITALIC CAPITAL UPSILON",
235253  direction="l",
235254  linebreak="al",
235255  specials={ "font", 0x3A5 },
235256  unicodeslot=0x1D730,
235257  visual="bi",
235258 },
235259 [0x1D731]={
235260  category="lu",
235261  description="MATHEMATICAL BOLD ITALIC CAPITAL PHI",
235262  direction="l",
235263  linebreak="al",
235264  specials={ "font", 0x3A6 },
235265  unicodeslot=0x1D731,
235266  visual="bi",
235267 },
235268 [0x1D732]={
235269  category="lu",
235270  description="MATHEMATICAL BOLD ITALIC CAPITAL CHI",
235271  direction="l",
235272  linebreak="al",
235273  specials={ "font", 0x3A7 },
235274  unicodeslot=0x1D732,
235275  visual="bi",
235276 },
235277 [0x1D733]={
235278  category="lu",
235279  description="MATHEMATICAL BOLD ITALIC CAPITAL PSI",
235280  direction="l",
235281  linebreak="al",
235282  specials={ "font", 0x3A8 },
235283  unicodeslot=0x1D733,
235284  visual="bi",
235285 },
235286 [0x1D734]={
235287  category="lu",
235288  description="MATHEMATICAL BOLD ITALIC CAPITAL OMEGA",
235289  direction="l",
235290  linebreak="al",
235291  specials={ "font", 0x3A9 },
235292  unicodeslot=0x1D734,
235293  visual="bi",
235294 },
235295 [0x1D735]={
235296  category="sm",
235297  description="MATHEMATICAL BOLD ITALIC NABLA",
235298  direction="l",
235299  linebreak="al",
235300  mathclass="differential",
235301  specials={ "font", 0x2207 },
235302  unicodeslot=0x1D735,
235303  visual="bi",
235304 },
235305 [0x1D736]={
235306  category="ll",
235307  description="MATHEMATICAL BOLD ITALIC SMALL ALPHA",
235308  direction="l",
235309  linebreak="al",
235310  specials={ "font", 0x3B1 },
235311  unicodeslot=0x1D736,
235312  visual="bi",
235313 },
235314 [0x1D737]={
235315  category="ll",
235316  description="MATHEMATICAL BOLD ITALIC SMALL BETA",
235317  direction="l",
235318  linebreak="al",
235319  specials={ "font", 0x3B2 },
235320  unicodeslot=0x1D737,
235321  visual="bi",
235322 },
235323 [0x1D738]={
235324  category="ll",
235325  description="MATHEMATICAL BOLD ITALIC SMALL GAMMA",
235326  direction="l",
235327  linebreak="al",
235328  specials={ "font", 0x3B3 },
235329  unicodeslot=0x1D738,
235330  visual="bi",
235331 },
235332 [0x1D739]={
235333  category="ll",
235334  description="MATHEMATICAL BOLD ITALIC SMALL DELTA",
235335  direction="l",
235336  linebreak="al",
235337  specials={ "font", 0x3B4 },
235338  unicodeslot=0x1D739,
235339  visual="bi",
235340 },
235341 [0x1D73A]={
235342  category="ll",
235343  description="MATHEMATICAL BOLD ITALIC SMALL EPSILON",
235344  direction="l",
235345  linebreak="al",
235346  specials={ "font", 0x3B5 },
235347  unicodeslot=0x1D73A,
235348  visual="bi",
235349 },
235350 [0x1D73B]={
235351  category="ll",
235352  description="MATHEMATICAL BOLD ITALIC SMALL ZETA",
235353  direction="l",
235354  linebreak="al",
235355  specials={ "font", 0x3B6 },
235356  unicodeslot=0x1D73B,
235357  visual="bi",
235358 },
235359 [0x1D73C]={
235360  category="ll",
235361  description="MATHEMATICAL BOLD ITALIC SMALL ETA",
235362  direction="l",
235363  linebreak="al",
235364  specials={ "font", 0x3B7 },
235365  unicodeslot=0x1D73C,
235366  visual="bi",
235367 },
235368 [0x1D73D]={
235369  category="ll",
235370  description="MATHEMATICAL BOLD ITALIC SMALL THETA",
235371  direction="l",
235372  linebreak="al",
235373  specials={ "font", 0x3B8 },
235374  unicodeslot=0x1D73D,
235375  visual="bi",
235376 },
235377 [0x1D73E]={
235378  category="ll",
235379  description="MATHEMATICAL BOLD ITALIC SMALL IOTA",
235380  direction="l",
235381  linebreak="al",
235382  specials={ "font", 0x3B9 },
235383  unicodeslot=0x1D73E,
235384  visual="bi",
235385 },
235386 [0x1D73F]={
235387  category="ll",
235388  description="MATHEMATICAL BOLD ITALIC SMALL KAPPA",
235389  direction="l",
235390  linebreak="al",
235391  specials={ "font", 0x3BA },
235392  unicodeslot=0x1D73F,
235393  visual="bi",
235394 },
235395 [0x1D740]={
235396  category="ll",
235397  description="MATHEMATICAL BOLD ITALIC SMALL LAMDA",
235398  direction="l",
235399  linebreak="al",
235400  specials={ "font", 0x3BB },
235401  unicodeslot=0x1D740,
235402  visual="bi",
235403 },
235404 [0x1D741]={
235405  category="ll",
235406  description="MATHEMATICAL BOLD ITALIC SMALL MU",
235407  direction="l",
235408  linebreak="al",
235409  specials={ "font", 0x3BC },
235410  unicodeslot=0x1D741,
235411  visual="bi",
235412 },
235413 [0x1D742]={
235414  category="ll",
235415  description="MATHEMATICAL BOLD ITALIC SMALL NU",
235416  direction="l",
235417  linebreak="al",
235418  specials={ "font", 0x3BD },
235419  unicodeslot=0x1D742,
235420  visual="bi",
235421 },
235422 [0x1D743]={
235423  category="ll",
235424  description="MATHEMATICAL BOLD ITALIC SMALL XI",
235425  direction="l",
235426  linebreak="al",
235427  specials={ "font", 0x3BE },
235428  unicodeslot=0x1D743,
235429  visual="bi",
235430 },
235431 [0x1D744]={
235432  category="ll",
235433  description="MATHEMATICAL BOLD ITALIC SMALL OMICRON",
235434  direction="l",
235435  linebreak="al",
235436  specials={ "font", 0x3BF },
235437  unicodeslot=0x1D744,
235438  visual="bi",
235439 },
235440 [0x1D745]={
235441  category="ll",
235442  description="MATHEMATICAL BOLD ITALIC SMALL PI",
235443  direction="l",
235444  linebreak="al",
235445  specials={ "font", 0x3C0 },
235446  unicodeslot=0x1D745,
235447  visual="bi",
235448 },
235449 [0x1D746]={
235450  category="ll",
235451  description="MATHEMATICAL BOLD ITALIC SMALL RHO",
235452  direction="l",
235453  linebreak="al",
235454  specials={ "font", 0x3C1 },
235455  unicodeslot=0x1D746,
235456  visual="bi",
235457 },
235458 [0x1D747]={
235459  category="ll",
235460  description="MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA",
235461  direction="l",
235462  linebreak="al",
235463  specials={ "font", 0x3C2 },
235464  unicodeslot=0x1D747,
235465  visual="bi",
235466 },
235467 [0x1D748]={
235468  category="ll",
235469  description="MATHEMATICAL BOLD ITALIC SMALL SIGMA",
235470  direction="l",
235471  linebreak="al",
235472  specials={ "font", 0x3C3 },
235473  unicodeslot=0x1D748,
235474  visual="bi",
235475 },
235476 [0x1D749]={
235477  category="ll",
235478  description="MATHEMATICAL BOLD ITALIC SMALL TAU",
235479  direction="l",
235480  linebreak="al",
235481  specials={ "font", 0x3C4 },
235482  unicodeslot=0x1D749,
235483  visual="bi",
235484 },
235485 [0x1D74A]={
235486  category="ll",
235487  description="MATHEMATICAL BOLD ITALIC SMALL UPSILON",
235488  direction="l",
235489  linebreak="al",
235490  specials={ "font", 0x3C5 },
235491  unicodeslot=0x1D74A,
235492  visual="bi",
235493 },
235494 [0x1D74B]={
235495  category="ll",
235496  description="MATHEMATICAL BOLD ITALIC SMALL PHI",
235497  direction="l",
235498  linebreak="al",
235499  specials={ "font", 0x3C6 },
235500  unicodeslot=0x1D74B,
235501  visual="bi",
235502 },
235503 [0x1D74C]={
235504  category="ll",
235505  description="MATHEMATICAL BOLD ITALIC SMALL CHI",
235506  direction="l",
235507  linebreak="al",
235508  specials={ "font", 0x3C7 },
235509  unicodeslot=0x1D74C,
235510  visual="bi",
235511 },
235512 [0x1D74D]={
235513  category="ll",
235514  description="MATHEMATICAL BOLD ITALIC SMALL PSI",
235515  direction="l",
235516  linebreak="al",
235517  specials={ "font", 0x3C8 },
235518  unicodeslot=0x1D74D,
235519  visual="bi",
235520 },
235521 [0x1D74E]={
235522  category="ll",
235523  description="MATHEMATICAL BOLD ITALIC SMALL OMEGA",
235524  direction="l",
235525  linebreak="al",
235526  specials={ "font", 0x3C9 },
235527  unicodeslot=0x1D74E,
235528  visual="bi",
235529 },
235530 [0x1D74F]={
235531  category="sm",
235532  description="MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL",
235533  direction="on",
235534  linebreak="al",
235535  mathclass="differential",
235536  specials={ "font", 0x2202 },
235537  unicodeslot=0x1D74F,
235538  visual="bi",
235539 },
235540 [0x1D750]={
235541  category="ll",
235542  description="MATHEMATICAL BOLD ITALIC EPSILON SYMBOL",
235543  direction="l",
235544  linebreak="al",
235545  specials={ "font", 0x3F5 },
235546  unicodeslot=0x1D750,
235547  visual="bi",
235548 },
235549 [0x1D751]={
235550  category="ll",
235551  description="MATHEMATICAL BOLD ITALIC THETA SYMBOL",
235552  direction="l",
235553  linebreak="al",
235554  specials={ "font", 0x3D1 },
235555  unicodeslot=0x1D751,
235556  visual="bi",
235557 },
235558 [0x1D752]={
235559  category="ll",
235560  description="MATHEMATICAL BOLD ITALIC KAPPA SYMBOL",
235561  direction="l",
235562  linebreak="al",
235563  specials={ "font", 0x3F0 },
235564  unicodeslot=0x1D752,
235565  visual="bi",
235566 },
235567 [0x1D753]={
235568  category="ll",
235569  description="MATHEMATICAL BOLD ITALIC PHI SYMBOL",
235570  direction="l",
235571  linebreak="al",
235572  specials={ "font", 0x3D5 },
235573  unicodeslot=0x1D753,
235574  visual="bi",
235575 },
235576 [0x1D754]={
235577  category="ll",
235578  description="MATHEMATICAL BOLD ITALIC RHO SYMBOL",
235579  direction="l",
235580  linebreak="al",
235581  specials={ "font", 0x3F1 },
235582  unicodeslot=0x1D754,
235583  visual="bi",
235584 },
235585 [0x1D755]={
235586  category="ll",
235587  description="MATHEMATICAL BOLD ITALIC PI SYMBOL",
235588  direction="l",
235589  linebreak="al",
235590  specials={ "font", 0x3D6 },
235591  unicodeslot=0x1D755,
235592  visual="bi",
235593 },
235594 [0x1D756]={
235595  category="lu",
235596  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA",
235597  direction="l",
235598  linebreak="al",
235599  specials={ "font", 0x391 },
235600  unicodeslot=0x1D756,
235601  visual="bf",
235602 },
235603 [0x1D757]={
235604  category="lu",
235605  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA",
235606  direction="l",
235607  linebreak="al",
235608  specials={ "font", 0x392 },
235609  unicodeslot=0x1D757,
235610  visual="bf",
235611 },
235612 [0x1D758]={
235613  category="lu",
235614  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA",
235615  direction="l",
235616  linebreak="al",
235617  specials={ "font", 0x393 },
235618  unicodeslot=0x1D758,
235619  visual="bf",
235620 },
235621 [0x1D759]={
235622  category="lu",
235623  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA",
235624  direction="l",
235625  linebreak="al",
235626  specials={ "font", 0x394 },
235627  unicodeslot=0x1D759,
235628  visual="bf",
235629 },
235630 [0x1D75A]={
235631  category="lu",
235632  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON",
235633  direction="l",
235634  linebreak="al",
235635  specials={ "font", 0x395 },
235636  unicodeslot=0x1D75A,
235637  visual="bf",
235638 },
235639 [0x1D75B]={
235640  category="lu",
235641  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA",
235642  direction="l",
235643  linebreak="al",
235644  specials={ "font", 0x396 },
235645  unicodeslot=0x1D75B,
235646  visual="bf",
235647 },
235648 [0x1D75C]={
235649  category="lu",
235650  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA",
235651  direction="l",
235652  linebreak="al",
235653  specials={ "font", 0x397 },
235654  unicodeslot=0x1D75C,
235655  visual="bf",
235656 },
235657 [0x1D75D]={
235658  category="lu",
235659  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA",
235660  direction="l",
235661  linebreak="al",
235662  specials={ "font", 0x398 },
235663  unicodeslot=0x1D75D,
235664  visual="bf",
235665 },
235666 [0x1D75E]={
235667  category="lu",
235668  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA",
235669  direction="l",
235670  linebreak="al",
235671  specials={ "font", 0x399 },
235672  unicodeslot=0x1D75E,
235673  visual="bf",
235674 },
235675 [0x1D75F]={
235676  category="lu",
235677  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA",
235678  direction="l",
235679  linebreak="al",
235680  specials={ "font", 0x39A },
235681  unicodeslot=0x1D75F,
235682  visual="bf",
235683 },
235684 [0x1D760]={
235685  category="lu",
235686  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA",
235687  direction="l",
235688  linebreak="al",
235689  specials={ "font", 0x39B },
235690  unicodeslot=0x1D760,
235691  visual="bf",
235692 },
235693 [0x1D761]={
235694  category="lu",
235695  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL MU",
235696  direction="l",
235697  linebreak="al",
235698  specials={ "font", 0x39C },
235699  unicodeslot=0x1D761,
235700  visual="bf",
235701 },
235702 [0x1D762]={
235703  category="lu",
235704  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL NU",
235705  direction="l",
235706  linebreak="al",
235707  specials={ "font", 0x39D },
235708  unicodeslot=0x1D762,
235709  visual="bf",
235710 },
235711 [0x1D763]={
235712  category="lu",
235713  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL XI",
235714  direction="l",
235715  linebreak="al",
235716  specials={ "font", 0x39E },
235717  unicodeslot=0x1D763,
235718  visual="bf",
235719 },
235720 [0x1D764]={
235721  category="lu",
235722  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON",
235723  direction="l",
235724  linebreak="al",
235725  specials={ "font", 0x39F },
235726  unicodeslot=0x1D764,
235727  visual="bf",
235728 },
235729 [0x1D765]={
235730  category="lu",
235731  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PI",
235732  direction="l",
235733  linebreak="al",
235734  specials={ "font", 0x3A0 },
235735  unicodeslot=0x1D765,
235736  visual="bf",
235737 },
235738 [0x1D766]={
235739  category="lu",
235740  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO",
235741  direction="l",
235742  linebreak="al",
235743  specials={ "font", 0x3A1 },
235744  unicodeslot=0x1D766,
235745  visual="bf",
235746 },
235747 [0x1D767]={
235748  category="lu",
235749  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL",
235750  direction="l",
235751  linebreak="al",
235752  specials={ "font", 0x3F4 },
235753  unicodeslot=0x1D767,
235754  visual="bf",
235755 },
235756 [0x1D768]={
235757  category="lu",
235758  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA",
235759  direction="l",
235760  linebreak="al",
235761  specials={ "font", 0x3A3 },
235762  unicodeslot=0x1D768,
235763  visual="bf",
235764 },
235765 [0x1D769]={
235766  category="lu",
235767  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU",
235768  direction="l",
235769  linebreak="al",
235770  specials={ "font", 0x3A4 },
235771  unicodeslot=0x1D769,
235772  visual="bf",
235773 },
235774 [0x1D76A]={
235775  category="lu",
235776  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON",
235777  direction="l",
235778  linebreak="al",
235779  specials={ "font", 0x3A5 },
235780  unicodeslot=0x1D76A,
235781  visual="bf",
235782 },
235783 [0x1D76B]={
235784  category="lu",
235785  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI",
235786  direction="l",
235787  linebreak="al",
235788  specials={ "font", 0x3A6 },
235789  unicodeslot=0x1D76B,
235790  visual="bf",
235791 },
235792 [0x1D76C]={
235793  category="lu",
235794  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI",
235795  direction="l",
235796  linebreak="al",
235797  specials={ "font", 0x3A7 },
235798  unicodeslot=0x1D76C,
235799  visual="bf",
235800 },
235801 [0x1D76D]={
235802  category="lu",
235803  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI",
235804  direction="l",
235805  linebreak="al",
235806  specials={ "font", 0x3A8 },
235807  unicodeslot=0x1D76D,
235808  visual="bf",
235809 },
235810 [0x1D76E]={
235811  category="lu",
235812  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA",
235813  direction="l",
235814  linebreak="al",
235815  specials={ "font", 0x3A9 },
235816  unicodeslot=0x1D76E,
235817  visual="bf",
235818 },
235819 [0x1D76F]={
235820  category="sm",
235821  description="MATHEMATICAL SANS-SERIF BOLD NABLA",
235822  direction="l",
235823  linebreak="al",
235824  mathclass="differential",
235825  specials={ "font", 0x2207 },
235826  unicodeslot=0x1D76F,
235827  visual="bf",
235828 },
235829 [0x1D770]={
235830  category="ll",
235831  description="MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA",
235832  direction="l",
235833  linebreak="al",
235834  specials={ "font", 0x3B1 },
235835  unicodeslot=0x1D770,
235836  visual="bf",
235837 },
235838 [0x1D771]={
235839  category="ll",
235840  description="MATHEMATICAL SANS-SERIF BOLD SMALL BETA",
235841  direction="l",
235842  linebreak="al",
235843  specials={ "font", 0x3B2 },
235844  unicodeslot=0x1D771,
235845  visual="bf",
235846 },
235847 [0x1D772]={
235848  category="ll",
235849  description="MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA",
235850  direction="l",
235851  linebreak="al",
235852  specials={ "font", 0x3B3 },
235853  unicodeslot=0x1D772,
235854  visual="bf",
235855 },
235856 [0x1D773]={
235857  category="ll",
235858  description="MATHEMATICAL SANS-SERIF BOLD SMALL DELTA",
235859  direction="l",
235860  linebreak="al",
235861  specials={ "font", 0x3B4 },
235862  unicodeslot=0x1D773,
235863  visual="bf",
235864 },
235865 [0x1D774]={
235866  category="ll",
235867  description="MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON",
235868  direction="l",
235869  linebreak="al",
235870  specials={ "font", 0x3B5 },
235871  unicodeslot=0x1D774,
235872  visual="bf",
235873 },
235874 [0x1D775]={
235875  category="ll",
235876  description="MATHEMATICAL SANS-SERIF BOLD SMALL ZETA",
235877  direction="l",
235878  linebreak="al",
235879  specials={ "font", 0x3B6 },
235880  unicodeslot=0x1D775,
235881  visual="bf",
235882 },
235883 [0x1D776]={
235884  category="ll",
235885  description="MATHEMATICAL SANS-SERIF BOLD SMALL ETA",
235886  direction="l",
235887  linebreak="al",
235888  specials={ "font", 0x3B7 },
235889  unicodeslot=0x1D776,
235890  visual="bf",
235891 },
235892 [0x1D777]={
235893  category="ll",
235894  description="MATHEMATICAL SANS-SERIF BOLD SMALL THETA",
235895  direction="l",
235896  linebreak="al",
235897  specials={ "font", 0x3B8 },
235898  unicodeslot=0x1D777,
235899  visual="bf",
235900 },
235901 [0x1D778]={
235902  category="ll",
235903  description="MATHEMATICAL SANS-SERIF BOLD SMALL IOTA",
235904  direction="l",
235905  linebreak="al",
235906  specials={ "font", 0x3B9 },
235907  unicodeslot=0x1D778,
235908  visual="bf",
235909 },
235910 [0x1D779]={
235911  category="ll",
235912  description="MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA",
235913  direction="l",
235914  linebreak="al",
235915  specials={ "font", 0x3BA },
235916  unicodeslot=0x1D779,
235917  visual="bf",
235918 },
235919 [0x1D77A]={
235920  category="ll",
235921  description="MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA",
235922  direction="l",
235923  linebreak="al",
235924  specials={ "font", 0x3BB },
235925  unicodeslot=0x1D77A,
235926  visual="bf",
235927 },
235928 [0x1D77B]={
235929  category="ll",
235930  description="MATHEMATICAL SANS-SERIF BOLD SMALL MU",
235931  direction="l",
235932  linebreak="al",
235933  specials={ "font", 0x3BC },
235934  unicodeslot=0x1D77B,
235935  visual="bf",
235936 },
235937 [0x1D77C]={
235938  category="ll",
235939  description="MATHEMATICAL SANS-SERIF BOLD SMALL NU",
235940  direction="l",
235941  linebreak="al",
235942  specials={ "font", 0x3BD },
235943  unicodeslot=0x1D77C,
235944  visual="bf",
235945 },
235946 [0x1D77D]={
235947  category="ll",
235948  description="MATHEMATICAL SANS-SERIF BOLD SMALL XI",
235949  direction="l",
235950  linebreak="al",
235951  specials={ "font", 0x3BE },
235952  unicodeslot=0x1D77D,
235953  visual="bf",
235954 },
235955 [0x1D77E]={
235956  category="ll",
235957  description="MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON",
235958  direction="l",
235959  linebreak="al",
235960  specials={ "font", 0x3BF },
235961  unicodeslot=0x1D77E,
235962  visual="bf",
235963 },
235964 [0x1D77F]={
235965  category="ll",
235966  description="MATHEMATICAL SANS-SERIF BOLD SMALL PI",
235967  direction="l",
235968  linebreak="al",
235969  specials={ "font", 0x3C0 },
235970  unicodeslot=0x1D77F,
235971  visual="bf",
235972 },
235973 [0x1D780]={
235974  category="ll",
235975  description="MATHEMATICAL SANS-SERIF BOLD SMALL RHO",
235976  direction="l",
235977  linebreak="al",
235978  specials={ "font", 0x3C1 },
235979  unicodeslot=0x1D780,
235980  visual="bf",
235981 },
235982 [0x1D781]={
235983  category="ll",
235984  description="MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA",
235985  direction="l",
235986  linebreak="al",
235987  specials={ "font", 0x3C2 },
235988  unicodeslot=0x1D781,
235989  visual="bf",
235990 },
235991 [0x1D782]={
235992  category="ll",
235993  description="MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA",
235994  direction="l",
235995  linebreak="al",
235996  specials={ "font", 0x3C3 },
235997  unicodeslot=0x1D782,
235998  visual="bf",
235999 },
236000 [0x1D783]={
236001  category="ll",
236002  description="MATHEMATICAL SANS-SERIF BOLD SMALL TAU",
236003  direction="l",
236004  linebreak="al",
236005  specials={ "font", 0x3C4 },
236006  unicodeslot=0x1D783,
236007  visual="bf",
236008 },
236009 [0x1D784]={
236010  category="ll",
236011  description="MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON",
236012  direction="l",
236013  linebreak="al",
236014  specials={ "font", 0x3C5 },
236015  unicodeslot=0x1D784,
236016  visual="bf",
236017 },
236018 [0x1D785]={
236019  category="ll",
236020  description="MATHEMATICAL SANS-SERIF BOLD SMALL PHI",
236021  direction="l",
236022  linebreak="al",
236023  specials={ "font", 0x3C6 },
236024  unicodeslot=0x1D785,
236025  visual="bf",
236026 },
236027 [0x1D786]={
236028  category="ll",
236029  description="MATHEMATICAL SANS-SERIF BOLD SMALL CHI",
236030  direction="l",
236031  linebreak="al",
236032  specials={ "font", 0x3C7 },
236033  unicodeslot=0x1D786,
236034  visual="bf",
236035 },
236036 [0x1D787]={
236037  category="ll",
236038  description="MATHEMATICAL SANS-SERIF BOLD SMALL PSI",
236039  direction="l",
236040  linebreak="al",
236041  specials={ "font", 0x3C8 },
236042  unicodeslot=0x1D787,
236043  visual="bf",
236044 },
236045 [0x1D788]={
236046  category="ll",
236047  description="MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA",
236048  direction="l",
236049  linebreak="al",
236050  specials={ "font", 0x3C9 },
236051  unicodeslot=0x1D788,
236052  visual="bf",
236053 },
236054 [0x1D789]={
236055  category="sm",
236056  description="MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL",
236057  direction="on",
236058  linebreak="al",
236059  mathclass="differential",
236060  specials={ "font", 0x2202 },
236061  unicodeslot=0x1D789,
236062  visual="bf",
236063 },
236064 [0x1D78A]={
236065  category="ll",
236066  description="MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL",
236067  direction="l",
236068  linebreak="al",
236069  specials={ "font", 0x3F5 },
236070  unicodeslot=0x1D78A,
236071  visual="bf",
236072 },
236073 [0x1D78B]={
236074  category="ll",
236075  description="MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL",
236076  direction="l",
236077  linebreak="al",
236078  specials={ "font", 0x3D1 },
236079  unicodeslot=0x1D78B,
236080  visual="bf",
236081 },
236082 [0x1D78C]={
236083  category="ll",
236084  description="MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL",
236085  direction="l",
236086  linebreak="al",
236087  specials={ "font", 0x3F0 },
236088  unicodeslot=0x1D78C,
236089  visual="bf",
236090 },
236091 [0x1D78D]={
236092  category="ll",
236093  description="MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL",
236094  direction="l",
236095  linebreak="al",
236096  specials={ "font", 0x3D5 },
236097  unicodeslot=0x1D78D,
236098  visual="bf",
236099 },
236100 [0x1D78E]={
236101  category="ll",
236102  description="MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL",
236103  direction="l",
236104  linebreak="al",
236105  specials={ "font", 0x3F1 },
236106  unicodeslot=0x1D78E,
236107  visual="bf",
236108 },
236109 [0x1D78F]={
236110  category="ll",
236111  description="MATHEMATICAL SANS-SERIF BOLD PI SYMBOL",
236112  direction="l",
236113  linebreak="al",
236114  specials={ "font", 0x3D6 },
236115  unicodeslot=0x1D78F,
236116  visual="bf",
236117 },
236118 [0x1D790]={
236119  category="lu",
236120  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA",
236121  direction="l",
236122  linebreak="al",
236123  specials={ "font", 0x391 },
236124  unicodeslot=0x1D790,
236125  visual="bi",
236126 },
236127 [0x1D791]={
236128  category="lu",
236129  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA",
236130  direction="l",
236131  linebreak="al",
236132  specials={ "font", 0x392 },
236133  unicodeslot=0x1D791,
236134  visual="bi",
236135 },
236136 [0x1D792]={
236137  category="lu",
236138  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA",
236139  direction="l",
236140  linebreak="al",
236141  specials={ "font", 0x393 },
236142  unicodeslot=0x1D792,
236143  visual="bi",
236144 },
236145 [0x1D793]={
236146  category="lu",
236147  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA",
236148  direction="l",
236149  linebreak="al",
236150  specials={ "font", 0x394 },
236151  unicodeslot=0x1D793,
236152  visual="bi",
236153 },
236154 [0x1D794]={
236155  category="lu",
236156  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON",
236157  direction="l",
236158  linebreak="al",
236159  specials={ "font", 0x395 },
236160  unicodeslot=0x1D794,
236161  visual="bi",
236162 },
236163 [0x1D795]={
236164  category="lu",
236165  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA",
236166  direction="l",
236167  linebreak="al",
236168  specials={ "font", 0x396 },
236169  unicodeslot=0x1D795,
236170  visual="bi",
236171 },
236172 [0x1D796]={
236173  category="lu",
236174  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA",
236175  direction="l",
236176  linebreak="al",
236177  specials={ "font", 0x397 },
236178  unicodeslot=0x1D796,
236179  visual="bi",
236180 },
236181 [0x1D797]={
236182  category="lu",
236183  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA",
236184  direction="l",
236185  linebreak="al",
236186  specials={ "font", 0x398 },
236187  unicodeslot=0x1D797,
236188  visual="bi",
236189 },
236190 [0x1D798]={
236191  category="lu",
236192  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA",
236193  direction="l",
236194  linebreak="al",
236195  specials={ "font", 0x399 },
236196  unicodeslot=0x1D798,
236197  visual="bi",
236198 },
236199 [0x1D799]={
236200  category="lu",
236201  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA",
236202  direction="l",
236203  linebreak="al",
236204  specials={ "font", 0x39A },
236205  unicodeslot=0x1D799,
236206  visual="bi",
236207 },
236208 [0x1D79A]={
236209  category="lu",
236210  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA",
236211  direction="l",
236212  linebreak="al",
236213  specials={ "font", 0x39B },
236214  unicodeslot=0x1D79A,
236215  visual="bi",
236216 },
236217 [0x1D79B]={
236218  category="lu",
236219  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU",
236220  direction="l",
236221  linebreak="al",
236222  specials={ "font", 0x39C },
236223  unicodeslot=0x1D79B,
236224  visual="bi",
236225 },
236226 [0x1D79C]={
236227  category="lu",
236228  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU",
236229  direction="l",
236230  linebreak="al",
236231  specials={ "font", 0x39D },
236232  unicodeslot=0x1D79C,
236233  visual="bi",
236234 },
236235 [0x1D79D]={
236236  category="lu",
236237  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI",
236238  direction="l",
236239  linebreak="al",
236240  specials={ "font", 0x39E },
236241  unicodeslot=0x1D79D,
236242  visual="bi",
236243 },
236244 [0x1D79E]={
236245  category="lu",
236246  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON",
236247  direction="l",
236248  linebreak="al",
236249  specials={ "font", 0x39F },
236250  unicodeslot=0x1D79E,
236251  visual="bi",
236252 },
236253 [0x1D79F]={
236254  category="lu",
236255  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI",
236256  direction="l",
236257  linebreak="al",
236258  specials={ "font", 0x3A0 },
236259  unicodeslot=0x1D79F,
236260  visual="bi",
236261 },
236262 [0x1D7A0]={
236263  category="lu",
236264  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO",
236265  direction="l",
236266  linebreak="al",
236267  specials={ "font", 0x3A1 },
236268  unicodeslot=0x1D7A0,
236269  visual="bi",
236270 },
236271 [0x1D7A1]={
236272  category="lu",
236273  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL",
236274  direction="l",
236275  linebreak="al",
236276  specials={ "font", 0x3F4 },
236277  unicodeslot=0x1D7A1,
236278  visual="bi",
236279 },
236280 [0x1D7A2]={
236281  category="lu",
236282  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA",
236283  direction="l",
236284  linebreak="al",
236285  specials={ "font", 0x3A3 },
236286  unicodeslot=0x1D7A2,
236287  visual="bi",
236288 },
236289 [0x1D7A3]={
236290  category="lu",
236291  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU",
236292  direction="l",
236293  linebreak="al",
236294  specials={ "font", 0x3A4 },
236295  unicodeslot=0x1D7A3,
236296  visual="bi",
236297 },
236298 [0x1D7A4]={
236299  category="lu",
236300  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON",
236301  direction="l",
236302  linebreak="al",
236303  specials={ "font", 0x3A5 },
236304  unicodeslot=0x1D7A4,
236305  visual="bi",
236306 },
236307 [0x1D7A5]={
236308  category="lu",
236309  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI",
236310  direction="l",
236311  linebreak="al",
236312  specials={ "font", 0x3A6 },
236313  unicodeslot=0x1D7A5,
236314  visual="bi",
236315 },
236316 [0x1D7A6]={
236317  category="lu",
236318  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI",
236319  direction="l",
236320  linebreak="al",
236321  specials={ "font", 0x3A7 },
236322  unicodeslot=0x1D7A6,
236323  visual="bi",
236324 },
236325 [0x1D7A7]={
236326  category="lu",
236327  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI",
236328  direction="l",
236329  linebreak="al",
236330  specials={ "font", 0x3A8 },
236331  unicodeslot=0x1D7A7,
236332  visual="bi",
236333 },
236334 [0x1D7A8]={
236335  category="lu",
236336  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA",
236337  direction="l",
236338  linebreak="al",
236339  specials={ "font", 0x3A9 },
236340  unicodeslot=0x1D7A8,
236341  visual="bi",
236342 },
236343 [0x1D7A9]={
236344  category="sm",
236345  description="MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA",
236346  direction="l",
236347  linebreak="al",
236348  mathclass="differential",
236349  specials={ "font", 0x2207 },
236350  unicodeslot=0x1D7A9,
236351  visual="bi",
236352 },
236353 [0x1D7AA]={
236354  category="ll",
236355  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA",
236356  direction="l",
236357  linebreak="al",
236358  specials={ "font", 0x3B1 },
236359  unicodeslot=0x1D7AA,
236360  visual="bi",
236361 },
236362 [0x1D7AB]={
236363  category="ll",
236364  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA",
236365  direction="l",
236366  linebreak="al",
236367  specials={ "font", 0x3B2 },
236368  unicodeslot=0x1D7AB,
236369  visual="bi",
236370 },
236371 [0x1D7AC]={
236372  category="ll",
236373  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA",
236374  direction="l",
236375  linebreak="al",
236376  specials={ "font", 0x3B3 },
236377  unicodeslot=0x1D7AC,
236378  visual="bi",
236379 },
236380 [0x1D7AD]={
236381  category="ll",
236382  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA",
236383  direction="l",
236384  linebreak="al",
236385  specials={ "font", 0x3B4 },
236386  unicodeslot=0x1D7AD,
236387  visual="bi",
236388 },
236389 [0x1D7AE]={
236390  category="ll",
236391  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON",
236392  direction="l",
236393  linebreak="al",
236394  specials={ "font", 0x3B5 },
236395  unicodeslot=0x1D7AE,
236396  visual="bi",
236397 },
236398 [0x1D7AF]={
236399  category="ll",
236400  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA",
236401  direction="l",
236402  linebreak="al",
236403  specials={ "font", 0x3B6 },
236404  unicodeslot=0x1D7AF,
236405  visual="bi",
236406 },
236407 [0x1D7B0]={
236408  category="ll",
236409  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA",
236410  direction="l",
236411  linebreak="al",
236412  specials={ "font", 0x3B7 },
236413  unicodeslot=0x1D7B0,
236414  visual="bi",
236415 },
236416 [0x1D7B1]={
236417  category="ll",
236418  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA",
236419  direction="l",
236420  linebreak="al",
236421  specials={ "font", 0x3B8 },
236422  unicodeslot=0x1D7B1,
236423  visual="bi",
236424 },
236425 [0x1D7B2]={
236426  category="ll",
236427  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA",
236428  direction="l",
236429  linebreak="al",
236430  specials={ "font", 0x3B9 },
236431  unicodeslot=0x1D7B2,
236432  visual="bi",
236433 },
236434 [0x1D7B3]={
236435  category="ll",
236436  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA",
236437  direction="l",
236438  linebreak="al",
236439  specials={ "font", 0x3BA },
236440  unicodeslot=0x1D7B3,
236441  visual="bi",
236442 },
236443 [0x1D7B4]={
236444  category="ll",
236445  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA",
236446  direction="l",
236447  linebreak="al",
236448  specials={ "font", 0x3BB },
236449  unicodeslot=0x1D7B4,
236450  visual="bi",
236451 },
236452 [0x1D7B5]={
236453  category="ll",
236454  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU",
236455  direction="l",
236456  linebreak="al",
236457  specials={ "font", 0x3BC },
236458  unicodeslot=0x1D7B5,
236459  visual="bi",
236460 },
236461 [0x1D7B6]={
236462  category="ll",
236463  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU",
236464  direction="l",
236465  linebreak="al",
236466  specials={ "font", 0x3BD },
236467  unicodeslot=0x1D7B6,
236468  visual="bi",
236469 },
236470 [0x1D7B7]={
236471  category="ll",
236472  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI",
236473  direction="l",
236474  linebreak="al",
236475  specials={ "font", 0x3BE },
236476  unicodeslot=0x1D7B7,
236477  visual="bi",
236478 },
236479 [0x1D7B8]={
236480  category="ll",
236481  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON",
236482  direction="l",
236483  linebreak="al",
236484  specials={ "font", 0x3BF },
236485  unicodeslot=0x1D7B8,
236486  visual="bi",
236487 },
236488 [0x1D7B9]={
236489  category="ll",
236490  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI",
236491  direction="l",
236492  linebreak="al",
236493  specials={ "font", 0x3C0 },
236494  unicodeslot=0x1D7B9,
236495  visual="bi",
236496 },
236497 [0x1D7BA]={
236498  category="ll",
236499  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO",
236500  direction="l",
236501  linebreak="al",
236502  specials={ "font", 0x3C1 },
236503  unicodeslot=0x1D7BA,
236504  visual="bi",
236505 },
236506 [0x1D7BB]={
236507  category="ll",
236508  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA",
236509  direction="l",
236510  linebreak="al",
236511  specials={ "font", 0x3C2 },
236512  unicodeslot=0x1D7BB,
236513  visual="bi",
236514 },
236515 [0x1D7BC]={
236516  category="ll",
236517  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA",
236518  direction="l",
236519  linebreak="al",
236520  specials={ "font", 0x3C3 },
236521  unicodeslot=0x1D7BC,
236522  visual="bi",
236523 },
236524 [0x1D7BD]={
236525  category="ll",
236526  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU",
236527  direction="l",
236528  linebreak="al",
236529  specials={ "font", 0x3C4 },
236530  unicodeslot=0x1D7BD,
236531  visual="bi",
236532 },
236533 [0x1D7BE]={
236534  category="ll",
236535  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON",
236536  direction="l",
236537  linebreak="al",
236538  specials={ "font", 0x3C5 },
236539  unicodeslot=0x1D7BE,
236540  visual="bi",
236541 },
236542 [0x1D7BF]={
236543  category="ll",
236544  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI",
236545  direction="l",
236546  linebreak="al",
236547  specials={ "font", 0x3C6 },
236548  unicodeslot=0x1D7BF,
236549  visual="bi",
236550 },
236551 [0x1D7C0]={
236552  category="ll",
236553  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI",
236554  direction="l",
236555  linebreak="al",
236556  specials={ "font", 0x3C7 },
236557  unicodeslot=0x1D7C0,
236558  visual="bi",
236559 },
236560 [0x1D7C1]={
236561  category="ll",
236562  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI",
236563  direction="l",
236564  linebreak="al",
236565  specials={ "font", 0x3C8 },
236566  unicodeslot=0x1D7C1,
236567  visual="bi",
236568 },
236569 [0x1D7C2]={
236570  category="ll",
236571  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA",
236572  direction="l",
236573  linebreak="al",
236574  specials={ "font", 0x3C9 },
236575  unicodeslot=0x1D7C2,
236576  visual="bi",
236577 },
236578 [0x1D7C3]={
236579  category="sm",
236580  description="MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL",
236581  direction="on",
236582  linebreak="al",
236583  mathclass="differential",
236584  specials={ "font", 0x2202 },
236585  unicodeslot=0x1D7C3,
236586  visual="bi",
236587 },
236588 [0x1D7C4]={
236589  category="ll",
236590  description="MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL",
236591  direction="l",
236592  linebreak="al",
236593  specials={ "font", 0x3F5 },
236594  unicodeslot=0x1D7C4,
236595  visual="bi",
236596 },
236597 [0x1D7C5]={
236598  category="ll",
236599  description="MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL",
236600  direction="l",
236601  linebreak="al",
236602  specials={ "font", 0x3D1 },
236603  unicodeslot=0x1D7C5,
236604  visual="bi",
236605 },
236606 [0x1D7C6]={
236607  category="ll",
236608  description="MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL",
236609  direction="l",
236610  linebreak="al",
236611  specials={ "font", 0x3F0 },
236612  unicodeslot=0x1D7C6,
236613  visual="bi",
236614 },
236615 [0x1D7C7]={
236616  category="ll",
236617  description="MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL",
236618  direction="l",
236619  linebreak="al",
236620  specials={ "font", 0x3D5 },
236621  unicodeslot=0x1D7C7,
236622  visual="bi",
236623 },
236624 [0x1D7C8]={
236625  category="ll",
236626  description="MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL",
236627  direction="l",
236628  linebreak="al",
236629  specials={ "font", 0x3F1 },
236630  unicodeslot=0x1D7C8,
236631  visual="bi",
236632 },
236633 [0x1D7C9]={
236634  category="ll",
236635  description="MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL",
236636  direction="l",
236637  linebreak="al",
236638  specials={ "font", 0x3D6 },
236639  unicodeslot=0x1D7C9,
236640  visual="bi",
236641 },
236642 [0x1D7CA]={
236643  category="lu",
236644  description="MATHEMATICAL BOLD CAPITAL DIGAMMA",
236645  direction="l",
236646  linebreak="al",
236647  specials={ "font", 0x3DC },
236648  unicodeslot=0x1D7CA,
236649  visual="bf",
236650 },
236651 [0x1D7CB]={
236652  category="ll",
236653  description="MATHEMATICAL BOLD SMALL DIGAMMA",
236654  direction="l",
236655  linebreak="al",
236656  specials={ "font", 0x3DD },
236657  unicodeslot=0x1D7CB,
236658  visual="bf",
236659 },
236660 [0x1D7CE]={
236661  category="nd",
236662  description="MATHEMATICAL BOLD DIGIT ZERO",
236663  direction="en",
236664  linebreak="nu",
236665  specials={ "font", 0x30 },
236666  unicodeslot=0x1D7CE,
236667  visual="bf",
236668 },
236669 [0x1D7CF]={
236670  category="nd",
236671  description="MATHEMATICAL BOLD DIGIT ONE",
236672  direction="en",
236673  linebreak="nu",
236674  specials={ "font", 0x31 },
236675  unicodeslot=0x1D7CF,
236676  visual="bf",
236677 },
236678 [0x1D7D0]={
236679  category="nd",
236680  description="MATHEMATICAL BOLD DIGIT TWO",
236681  direction="en",
236682  linebreak="nu",
236683  specials={ "font", 0x32 },
236684  unicodeslot=0x1D7D0,
236685  visual="bf",
236686 },
236687 [0x1D7D1]={
236688  category="nd",
236689  description="MATHEMATICAL BOLD DIGIT THREE",
236690  direction="en",
236691  linebreak="nu",
236692  specials={ "font", 0x33 },
236693  unicodeslot=0x1D7D1,
236694  visual="bf",
236695 },
236696 [0x1D7D2]={
236697  category="nd",
236698  description="MATHEMATICAL BOLD DIGIT FOUR",
236699  direction="en",
236700  linebreak="nu",
236701  specials={ "font", 0x34 },
236702  unicodeslot=0x1D7D2,
236703  visual="bf",
236704 },
236705 [0x1D7D3]={
236706  category="nd",
236707  description="MATHEMATICAL BOLD DIGIT FIVE",
236708  direction="en",
236709  linebreak="nu",
236710  specials={ "font", 0x35 },
236711  unicodeslot=0x1D7D3,
236712  visual="bf",
236713 },
236714 [0x1D7D4]={
236715  category="nd",
236716  description="MATHEMATICAL BOLD DIGIT SIX",
236717  direction="en",
236718  linebreak="nu",
236719  specials={ "font", 0x36 },
236720  unicodeslot=0x1D7D4,
236721  visual="bf",
236722 },
236723 [0x1D7D5]={
236724  category="nd",
236725  description="MATHEMATICAL BOLD DIGIT SEVEN",
236726  direction="en",
236727  linebreak="nu",
236728  specials={ "font", 0x37 },
236729  unicodeslot=0x1D7D5,
236730  visual="bf",
236731 },
236732 [0x1D7D6]={
236733  category="nd",
236734  description="MATHEMATICAL BOLD DIGIT EIGHT",
236735  direction="en",
236736  linebreak="nu",
236737  specials={ "font", 0x38 },
236738  unicodeslot=0x1D7D6,
236739  visual="bf",
236740 },
236741 [0x1D7D7]={
236742  category="nd",
236743  description="MATHEMATICAL BOLD DIGIT NINE",
236744  direction="en",
236745  linebreak="nu",
236746  specials={ "font", 0x39 },
236747  unicodeslot=0x1D7D7,
236748  visual="bf",
236749 },
236750 [0x1D7D8]={
236751  category="nd",
236752  description="MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO",
236753  direction="en",
236754  linebreak="nu",
236755  specials={ "font", 0x30 },
236756  unicodeslot=0x1D7D8,
236757 },
236758 [0x1D7D9]={
236759  category="nd",
236760  description="MATHEMATICAL DOUBLE-STRUCK DIGIT ONE",
236761  direction="en",
236762  linebreak="nu",
236763  specials={ "font", 0x31 },
236764  unicodeslot=0x1D7D9,
236765 },
236766 [0x1D7DA]={
236767  category="nd",
236768  description="MATHEMATICAL DOUBLE-STRUCK DIGIT TWO",
236769  direction="en",
236770  linebreak="nu",
236771  specials={ "font", 0x32 },
236772  unicodeslot=0x1D7DA,
236773 },
236774 [0x1D7DB]={
236775  category="nd",
236776  description="MATHEMATICAL DOUBLE-STRUCK DIGIT THREE",
236777  direction="en",
236778  linebreak="nu",
236779  specials={ "font", 0x33 },
236780  unicodeslot=0x1D7DB,
236781 },
236782 [0x1D7DC]={
236783  category="nd",
236784  description="MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR",
236785  direction="en",
236786  linebreak="nu",
236787  specials={ "font", 0x34 },
236788  unicodeslot=0x1D7DC,
236789 },
236790 [0x1D7DD]={
236791  category="nd",
236792  description="MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE",
236793  direction="en",
236794  linebreak="nu",
236795  specials={ "font", 0x35 },
236796  unicodeslot=0x1D7DD,
236797 },
236798 [0x1D7DE]={
236799  category="nd",
236800  description="MATHEMATICAL DOUBLE-STRUCK DIGIT SIX",
236801  direction="en",
236802  linebreak="nu",
236803  specials={ "font", 0x36 },
236804  unicodeslot=0x1D7DE,
236805 },
236806 [0x1D7DF]={
236807  category="nd",
236808  description="MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN",
236809  direction="en",
236810  linebreak="nu",
236811  specials={ "font", 0x37 },
236812  unicodeslot=0x1D7DF,
236813 },
236814 [0x1D7E0]={
236815  category="nd",
236816  description="MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT",
236817  direction="en",
236818  linebreak="nu",
236819  specials={ "font", 0x38 },
236820  unicodeslot=0x1D7E0,
236821 },
236822 [0x1D7E1]={
236823  category="nd",
236824  description="MATHEMATICAL DOUBLE-STRUCK DIGIT NINE",
236825  direction="en",
236826  linebreak="nu",
236827  specials={ "font", 0x39 },
236828  unicodeslot=0x1D7E1,
236829 },
236830 [0x1D7E2]={
236831  category="nd",
236832  description="MATHEMATICAL SANS-SERIF DIGIT ZERO",
236833  direction="en",
236834  linebreak="nu",
236835  specials={ "font", 0x30 },
236836  unicodeslot=0x1D7E2,
236837 },
236838 [0x1D7E3]={
236839  category="nd",
236840  description="MATHEMATICAL SANS-SERIF DIGIT ONE",
236841  direction="en",
236842  linebreak="nu",
236843  specials={ "font", 0x31 },
236844  unicodeslot=0x1D7E3,
236845 },
236846 [0x1D7E4]={
236847  category="nd",
236848  description="MATHEMATICAL SANS-SERIF DIGIT TWO",
236849  direction="en",
236850  linebreak="nu",
236851  specials={ "font", 0x32 },
236852  unicodeslot=0x1D7E4,
236853 },
236854 [0x1D7E5]={
236855  category="nd",
236856  description="MATHEMATICAL SANS-SERIF DIGIT THREE",
236857  direction="en",
236858  linebreak="nu",
236859  specials={ "font", 0x33 },
236860  unicodeslot=0x1D7E5,
236861 },
236862 [0x1D7E6]={
236863  category="nd",
236864  description="MATHEMATICAL SANS-SERIF DIGIT FOUR",
236865  direction="en",
236866  linebreak="nu",
236867  specials={ "font", 0x34 },
236868  unicodeslot=0x1D7E6,
236869 },
236870 [0x1D7E7]={
236871  category="nd",
236872  description="MATHEMATICAL SANS-SERIF DIGIT FIVE",
236873  direction="en",
236874  linebreak="nu",
236875  specials={ "font", 0x35 },
236876  unicodeslot=0x1D7E7,
236877 },
236878 [0x1D7E8]={
236879  category="nd",
236880  description="MATHEMATICAL SANS-SERIF DIGIT SIX",
236881  direction="en",
236882  linebreak="nu",
236883  specials={ "font", 0x36 },
236884  unicodeslot=0x1D7E8,
236885 },
236886 [0x1D7E9]={
236887  category="nd",
236888  description="MATHEMATICAL SANS-SERIF DIGIT SEVEN",
236889  direction="en",
236890  linebreak="nu",
236891  specials={ "font", 0x37 },
236892  unicodeslot=0x1D7E9,
236893 },
236894 [0x1D7EA]={
236895  category="nd",
236896  description="MATHEMATICAL SANS-SERIF DIGIT EIGHT",
236897  direction="en",
236898  linebreak="nu",
236899  specials={ "font", 0x38 },
236900  unicodeslot=0x1D7EA,
236901 },
236902 [0x1D7EB]={
236903  category="nd",
236904  description="MATHEMATICAL SANS-SERIF DIGIT NINE",
236905  direction="en",
236906  linebreak="nu",
236907  specials={ "font", 0x39 },
236908  unicodeslot=0x1D7EB,
236909 },
236910 [0x1D7EC]={
236911  category="nd",
236912  description="MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO",
236913  direction="en",
236914  linebreak="nu",
236915  specials={ "font", 0x30 },
236916  unicodeslot=0x1D7EC,
236917  visual="bf",
236918 },
236919 [0x1D7ED]={
236920  category="nd",
236921  description="MATHEMATICAL SANS-SERIF BOLD DIGIT ONE",
236922  direction="en",
236923  linebreak="nu",
236924  specials={ "font", 0x31 },
236925  unicodeslot=0x1D7ED,
236926  visual="bf",
236927 },
236928 [0x1D7EE]={
236929  category="nd",
236930  description="MATHEMATICAL SANS-SERIF BOLD DIGIT TWO",
236931  direction="en",
236932  linebreak="nu",
236933  specials={ "font", 0x32 },
236934  unicodeslot=0x1D7EE,
236935  visual="bf",
236936 },
236937 [0x1D7EF]={
236938  category="nd",
236939  description="MATHEMATICAL SANS-SERIF BOLD DIGIT THREE",
236940  direction="en",
236941  linebreak="nu",
236942  specials={ "font", 0x33 },
236943  unicodeslot=0x1D7EF,
236944  visual="bf",
236945 },
236946 [0x1D7F0]={
236947  category="nd",
236948  description="MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR",
236949  direction="en",
236950  linebreak="nu",
236951  specials={ "font", 0x34 },
236952  unicodeslot=0x1D7F0,
236953  visual="bf",
236954 },
236955 [0x1D7F1]={
236956  category="nd",
236957  description="MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE",
236958  direction="en",
236959  linebreak="nu",
236960  specials={ "font", 0x35 },
236961  unicodeslot=0x1D7F1,
236962  visual="bf",
236963 },
236964 [0x1D7F2]={
236965  category="nd",
236966  description="MATHEMATICAL SANS-SERIF BOLD DIGIT SIX",
236967  direction="en",
236968  linebreak="nu",
236969  specials={ "font", 0x36 },
236970  unicodeslot=0x1D7F2,
236971  visual="bf",
236972 },
236973 [0x1D7F3]={
236974  category="nd",
236975  description="MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN",
236976  direction="en",
236977  linebreak="nu",
236978  specials={ "font", 0x37 },
236979  unicodeslot=0x1D7F3,
236980  visual="bf",
236981 },
236982 [0x1D7F4]={
236983  category="nd",
236984  description="MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT",
236985  direction="en",
236986  linebreak="nu",
236987  specials={ "font", 0x38 },
236988  unicodeslot=0x1D7F4,
236989  visual="bf",
236990 },
236991 [0x1D7F5]={
236992  category="nd",
236993  description="MATHEMATICAL SANS-SERIF BOLD DIGIT NINE",
236994  direction="en",
236995  linebreak="nu",
236996  specials={ "font", 0x39 },
236997  unicodeslot=0x1D7F5,
236998  visual="bf",
236999 },
237000 [0x1D7F6]={
237001  category="nd",
237002  description="MATHEMATICAL MONOSPACE DIGIT ZERO",
237003  direction="en",
237004  linebreak="nu",
237005  specials={ "font", 0x30 },
237006  unicodeslot=0x1D7F6,
237007 },
237008 [0x1D7F7]={
237009  category="nd",
237010  description="MATHEMATICAL MONOSPACE DIGIT ONE",
237011  direction="en",
237012  linebreak="nu",
237013  specials={ "font", 0x31 },
237014  unicodeslot=0x1D7F7,
237015 },
237016 [0x1D7F8]={
237017  category="nd",
237018  description="MATHEMATICAL MONOSPACE DIGIT TWO",
237019  direction="en",
237020  linebreak="nu",
237021  specials={ "font", 0x32 },
237022  unicodeslot=0x1D7F8,
237023 },
237024 [0x1D7F9]={
237025  category="nd",
237026  description="MATHEMATICAL MONOSPACE DIGIT THREE",
237027  direction="en",
237028  linebreak="nu",
237029  specials={ "font", 0x33 },
237030  unicodeslot=0x1D7F9,
237031 },
237032 [0x1D7FA]={
237033  category="nd",
237034  description="MATHEMATICAL MONOSPACE DIGIT FOUR",
237035  direction="en",
237036  linebreak="nu",
237037  specials={ "font", 0x34 },
237038  unicodeslot=0x1D7FA,
237039 },
237040 [0x1D7FB]={
237041  category="nd",
237042  description="MATHEMATICAL MONOSPACE DIGIT FIVE",
237043  direction="en",
237044  linebreak="nu",
237045  specials={ "font", 0x35 },
237046  unicodeslot=0x1D7FB,
237047 },
237048 [0x1D7FC]={
237049  category="nd",
237050  description="MATHEMATICAL MONOSPACE DIGIT SIX",
237051  direction="en",
237052  linebreak="nu",
237053  specials={ "font", 0x36 },
237054  unicodeslot=0x1D7FC,
237055 },
237056 [0x1D7FD]={
237057  category="nd",
237058  description="MATHEMATICAL MONOSPACE DIGIT SEVEN",
237059  direction="en",
237060  linebreak="nu",
237061  specials={ "font", 0x37 },
237062  unicodeslot=0x1D7FD,
237063 },
237064 [0x1D7FE]={
237065  category="nd",
237066  description="MATHEMATICAL MONOSPACE DIGIT EIGHT",
237067  direction="en",
237068  linebreak="nu",
237069  specials={ "font", 0x38 },
237070  unicodeslot=0x1D7FE,
237071 },
237072 [0x1D7FF]={
237073  category="nd",
237074  description="MATHEMATICAL MONOSPACE DIGIT NINE",
237075  direction="en",
237076  linebreak="nu",
237077  specials={ "font", 0x39 },
237078  unicodeslot=0x1D7FF,
237079 },
237080 [0x1D800]={
237081  category="so",
237082  description="SIGNWRITING HAND-FIST INDEX",
237083  direction="l",
237084  linebreak="al",
237085  unicodeslot=0x1D800,
237086 },
237087 [0x1D801]={
237088  category="so",
237089  description="SIGNWRITING HAND-CIRCLE INDEX",
237090  direction="l",
237091  linebreak="al",
237092  unicodeslot=0x1D801,
237093 },
237094 [0x1D802]={
237095  category="so",
237096  description="SIGNWRITING HAND-CUP INDEX",
237097  direction="l",
237098  linebreak="al",
237099  unicodeslot=0x1D802,
237100 },
237101 [0x1D803]={
237102  category="so",
237103  description="SIGNWRITING HAND-OVAL INDEX",
237104  direction="l",
237105  linebreak="al",
237106  unicodeslot=0x1D803,
237107 },
237108 [0x1D804]={
237109  category="so",
237110  description="SIGNWRITING HAND-HINGE INDEX",
237111  direction="l",
237112  linebreak="al",
237113  unicodeslot=0x1D804,
237114 },
237115 [0x1D805]={
237116  category="so",
237117  description="SIGNWRITING HAND-ANGLE INDEX",
237118  direction="l",
237119  linebreak="al",
237120  unicodeslot=0x1D805,
237121 },
237122 [0x1D806]={
237123  category="so",
237124  description="SIGNWRITING HAND-FIST INDEX BENT",
237125  direction="l",
237126  linebreak="al",
237127  unicodeslot=0x1D806,
237128 },
237129 [0x1D807]={
237130  category="so",
237131  description="SIGNWRITING HAND-CIRCLE INDEX BENT",
237132  direction="l",
237133  linebreak="al",
237134  unicodeslot=0x1D807,
237135 },
237136 [0x1D808]={
237137  category="so",
237138  description="SIGNWRITING HAND-FIST THUMB UNDER INDEX BENT",
237139  direction="l",
237140  linebreak="al",
237141  unicodeslot=0x1D808,
237142 },
237143 [0x1D809]={
237144  category="so",
237145  description="SIGNWRITING HAND-FIST INDEX RAISED KNUCKLE",
237146  direction="l",
237147  linebreak="al",
237148  unicodeslot=0x1D809,
237149 },
237150 [0x1D80A]={
237151  category="so",
237152  description="SIGNWRITING HAND-FIST INDEX CUPPED",
237153  direction="l",
237154  linebreak="al",
237155  unicodeslot=0x1D80A,
237156 },
237157 [0x1D80B]={
237158  category="so",
237159  description="SIGNWRITING HAND-FIST INDEX HINGED",
237160  direction="l",
237161  linebreak="al",
237162  unicodeslot=0x1D80B,
237163 },
237164 [0x1D80C]={
237165  category="so",
237166  description="SIGNWRITING HAND-FIST INDEX HINGED LOW",
237167  direction="l",
237168  linebreak="al",
237169  unicodeslot=0x1D80C,
237170 },
237171 [0x1D80D]={
237172  category="so",
237173  description="SIGNWRITING HAND-CIRCLE INDEX HINGE",
237174  direction="l",
237175  linebreak="al",
237176  unicodeslot=0x1D80D,
237177 },
237178 [0x1D80E]={
237179  category="so",
237180  description="SIGNWRITING HAND-FIST INDEX MIDDLE",
237181  direction="l",
237182  linebreak="al",
237183  unicodeslot=0x1D80E,
237184 },
237185 [0x1D80F]={
237186  category="so",
237187  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE",
237188  direction="l",
237189  linebreak="al",
237190  unicodeslot=0x1D80F,
237191 },
237192 [0x1D810]={
237193  category="so",
237194  description="SIGNWRITING HAND-FIST INDEX MIDDLE BENT",
237195  direction="l",
237196  linebreak="al",
237197  unicodeslot=0x1D810,
237198 },
237199 [0x1D811]={
237200  category="so",
237201  description="SIGNWRITING HAND-FIST INDEX MIDDLE RAISED KNUCKLES",
237202  direction="l",
237203  linebreak="al",
237204  unicodeslot=0x1D811,
237205 },
237206 [0x1D812]={
237207  category="so",
237208  description="SIGNWRITING HAND-FIST INDEX MIDDLE HINGED",
237209  direction="l",
237210  linebreak="al",
237211  unicodeslot=0x1D812,
237212 },
237213 [0x1D813]={
237214  category="so",
237215  description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED",
237216  direction="l",
237217  linebreak="al",
237218  unicodeslot=0x1D813,
237219 },
237220 [0x1D814]={
237221  category="so",
237222  description="SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP",
237223  direction="l",
237224  linebreak="al",
237225  unicodeslot=0x1D814,
237226 },
237227 [0x1D815]={
237228  category="so",
237229  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED",
237230  direction="l",
237231  linebreak="al",
237232  unicodeslot=0x1D815,
237233 },
237234 [0x1D816]={
237235  category="so",
237236  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED INDEX BENT",
237237  direction="l",
237238  linebreak="al",
237239  unicodeslot=0x1D816,
237240 },
237241 [0x1D817]={
237242  category="so",
237243  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED MIDDLE BENT",
237244  direction="l",
237245  linebreak="al",
237246  unicodeslot=0x1D817,
237247 },
237248 [0x1D818]={
237249  category="so",
237250  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED",
237251  direction="l",
237252  linebreak="al",
237253  unicodeslot=0x1D818,
237254 },
237255 [0x1D819]={
237256  category="so",
237257  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED",
237258  direction="l",
237259  linebreak="al",
237260  unicodeslot=0x1D819,
237261 },
237262 [0x1D81A]={
237263  category="so",
237264  description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED",
237265  direction="l",
237266  linebreak="al",
237267  unicodeslot=0x1D81A,
237268 },
237269 [0x1D81B]={
237270  category="so",
237271  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSSED",
237272  direction="l",
237273  linebreak="al",
237274  unicodeslot=0x1D81B,
237275 },
237276 [0x1D81C]={
237277  category="so",
237278  description="SIGNWRITING HAND-FIST MIDDLE BENT OVER INDEX",
237279  direction="l",
237280  linebreak="al",
237281  unicodeslot=0x1D81C,
237282 },
237283 [0x1D81D]={
237284  category="so",
237285  description="SIGNWRITING HAND-FIST INDEX BENT OVER MIDDLE",
237286  direction="l",
237287  linebreak="al",
237288  unicodeslot=0x1D81D,
237289 },
237290 [0x1D81E]={
237291  category="so",
237292  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB",
237293  direction="l",
237294  linebreak="al",
237295  unicodeslot=0x1D81E,
237296 },
237297 [0x1D81F]={
237298  category="so",
237299  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE THUMB",
237300  direction="l",
237301  linebreak="al",
237302  unicodeslot=0x1D81F,
237303 },
237304 [0x1D820]={
237305  category="so",
237306  description="SIGNWRITING HAND-FIST INDEX MIDDLE STRAIGHT THUMB BENT",
237307  direction="l",
237308  linebreak="al",
237309  unicodeslot=0x1D820,
237310 },
237311 [0x1D821]={
237312  category="so",
237313  description="SIGNWRITING HAND-FIST INDEX MIDDLE BENT THUMB STRAIGHT",
237314  direction="l",
237315  linebreak="al",
237316  unicodeslot=0x1D821,
237317 },
237318 [0x1D822]={
237319  category="so",
237320  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB BENT",
237321  direction="l",
237322  linebreak="al",
237323  unicodeslot=0x1D822,
237324 },
237325 [0x1D823]={
237326  category="so",
237327  description="SIGNWRITING HAND-FIST INDEX MIDDLE HINGED SPREAD THUMB SIDE",
237328  direction="l",
237329  linebreak="al",
237330  unicodeslot=0x1D823,
237331 },
237332 [0x1D824]={
237333  category="so",
237334  description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB SIDE",
237335  direction="l",
237336  linebreak="al",
237337  unicodeslot=0x1D824,
237338 },
237339 [0x1D825]={
237340  category="so",
237341  description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB CONJOINED",
237342  direction="l",
237343  linebreak="al",
237344  unicodeslot=0x1D825,
237345 },
237346 [0x1D826]={
237347  category="so",
237348  description="SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP THUMB SIDE",
237349  direction="l",
237350  linebreak="al",
237351  unicodeslot=0x1D826,
237352 },
237353 [0x1D827]={
237354  category="so",
237355  description="SIGNWRITING HAND-FIST INDEX MIDDLE UP SPREAD THUMB FORWARD",
237356  direction="l",
237357  linebreak="al",
237358  unicodeslot=0x1D827,
237359 },
237360 [0x1D828]={
237361  category="so",
237362  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CUPPED",
237363  direction="l",
237364  linebreak="al",
237365  unicodeslot=0x1D828,
237366 },
237367 [0x1D829]={
237368  category="so",
237369  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CIRCLED",
237370  direction="l",
237371  linebreak="al",
237372  unicodeslot=0x1D829,
237373 },
237374 [0x1D82A]={
237375  category="so",
237376  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HOOKED",
237377  direction="l",
237378  linebreak="al",
237379  unicodeslot=0x1D82A,
237380 },
237381 [0x1D82B]={
237382  category="so",
237383  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HINGED",
237384  direction="l",
237385  linebreak="al",
237386  unicodeslot=0x1D82B,
237387 },
237388 [0x1D82C]={
237389  category="so",
237390  description="SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE STRAIGHT",
237391  direction="l",
237392  linebreak="al",
237393  unicodeslot=0x1D82C,
237394 },
237395 [0x1D82D]={
237396  category="so",
237397  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE",
237398  direction="l",
237399  linebreak="al",
237400  unicodeslot=0x1D82D,
237401 },
237402 [0x1D82E]={
237403  category="so",
237404  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE CONJOINED",
237405  direction="l",
237406  linebreak="al",
237407  unicodeslot=0x1D82E,
237408 },
237409 [0x1D82F]={
237410  category="so",
237411  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE BENT",
237412  direction="l",
237413  linebreak="al",
237414  unicodeslot=0x1D82F,
237415 },
237416 [0x1D830]={
237417  category="so",
237418  description="SIGNWRITING HAND-FIST MIDDLE THUMB HOOKED INDEX UP",
237419  direction="l",
237420  linebreak="al",
237421  unicodeslot=0x1D830,
237422 },
237423 [0x1D831]={
237424  category="so",
237425  description="SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE UP",
237426  direction="l",
237427  linebreak="al",
237428  unicodeslot=0x1D831,
237429 },
237430 [0x1D832]={
237431  category="so",
237432  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED THUMB SIDE",
237433  direction="l",
237434  linebreak="al",
237435  unicodeslot=0x1D832,
237436 },
237437 [0x1D833]={
237438  category="so",
237439  description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED THUMB SIDE",
237440  direction="l",
237441  linebreak="al",
237442  unicodeslot=0x1D833,
237443 },
237444 [0x1D834]={
237445  category="so",
237446  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB FORWARD",
237447  direction="l",
237448  linebreak="al",
237449  unicodeslot=0x1D834,
237450 },
237451 [0x1D835]={
237452  category="so",
237453  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED THUMB FORWARD",
237454  direction="l",
237455  linebreak="al",
237456  unicodeslot=0x1D835,
237457 },
237458 [0x1D836]={
237459  category="so",
237460  description="SIGNWRITING HAND-FIST MIDDLE THUMB CUPPED INDEX UP",
237461  direction="l",
237462  linebreak="al",
237463  unicodeslot=0x1D836,
237464 },
237465 [0x1D837]={
237466  category="so",
237467  description="SIGNWRITING HAND-FIST INDEX THUMB CUPPED MIDDLE UP",
237468  direction="l",
237469  linebreak="al",
237470  unicodeslot=0x1D837,
237471 },
237472 [0x1D838]={
237473  category="so",
237474  description="SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX UP",
237475  direction="l",
237476  linebreak="al",
237477  unicodeslot=0x1D838,
237478 },
237479 [0x1D839]={
237480  category="so",
237481  description="SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX HINGED",
237482  direction="l",
237483  linebreak="al",
237484  unicodeslot=0x1D839,
237485 },
237486 [0x1D83A]={
237487  category="so",
237488  description="SIGNWRITING HAND-FIST INDEX THUMB ANGLED OUT MIDDLE UP",
237489  direction="l",
237490  linebreak="al",
237491  unicodeslot=0x1D83A,
237492 },
237493 [0x1D83B]={
237494  category="so",
237495  description="SIGNWRITING HAND-FIST INDEX THUMB ANGLED IN MIDDLE UP",
237496  direction="l",
237497  linebreak="al",
237498  unicodeslot=0x1D83B,
237499 },
237500 [0x1D83C]={
237501  category="so",
237502  description="SIGNWRITING HAND-FIST INDEX THUMB CIRCLED MIDDLE UP",
237503  direction="l",
237504  linebreak="al",
237505  unicodeslot=0x1D83C,
237506 },
237507 [0x1D83D]={
237508  category="so",
237509  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CONJOINED HINGED",
237510  direction="l",
237511  linebreak="al",
237512  unicodeslot=0x1D83D,
237513 },
237514 [0x1D83E]={
237515  category="so",
237516  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED OUT",
237517  direction="l",
237518  linebreak="al",
237519  unicodeslot=0x1D83E,
237520 },
237521 [0x1D83F]={
237522  category="so",
237523  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED",
237524  direction="l",
237525  linebreak="al",
237526  unicodeslot=0x1D83F,
237527 },
237528 [0x1D840]={
237529  category="so",
237530  description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX UP",
237531  direction="l",
237532  linebreak="al",
237533  unicodeslot=0x1D840,
237534 },
237535 [0x1D841]={
237536  category="so",
237537  description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX CROSSED",
237538  direction="l",
237539  linebreak="al",
237540  unicodeslot=0x1D841,
237541 },
237542 [0x1D842]={
237543  category="so",
237544  description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED INDEX UP",
237545  direction="l",
237546  linebreak="al",
237547  unicodeslot=0x1D842,
237548 },
237549 [0x1D843]={
237550  category="so",
237551  description="SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE HINGED",
237552  direction="l",
237553  linebreak="al",
237554  unicodeslot=0x1D843,
237555 },
237556 [0x1D844]={
237557  category="so",
237558  description="SIGNWRITING HAND-FLAT FOUR FINGERS",
237559  direction="l",
237560  linebreak="al",
237561  unicodeslot=0x1D844,
237562 },
237563 [0x1D845]={
237564  category="so",
237565  description="SIGNWRITING HAND-FLAT FOUR FINGERS BENT",
237566  direction="l",
237567  linebreak="al",
237568  unicodeslot=0x1D845,
237569 },
237570 [0x1D846]={
237571  category="so",
237572  description="SIGNWRITING HAND-FLAT FOUR FINGERS HINGED",
237573  direction="l",
237574  linebreak="al",
237575  unicodeslot=0x1D846,
237576 },
237577 [0x1D847]={
237578  category="so",
237579  description="SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED",
237580  direction="l",
237581  linebreak="al",
237582  unicodeslot=0x1D847,
237583 },
237584 [0x1D848]={
237585  category="so",
237586  description="SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED SPLIT",
237587  direction="l",
237588  linebreak="al",
237589  unicodeslot=0x1D848,
237590 },
237591 [0x1D849]={
237592  category="so",
237593  description="SIGNWRITING HAND-CLAW FOUR FINGERS CONJOINED",
237594  direction="l",
237595  linebreak="al",
237596  unicodeslot=0x1D849,
237597 },
237598 [0x1D84A]={
237599  category="so",
237600  description="SIGNWRITING HAND-FIST FOUR FINGERS CONJOINED BENT",
237601  direction="l",
237602  linebreak="al",
237603  unicodeslot=0x1D84A,
237604 },
237605 [0x1D84B]={
237606  category="so",
237607  description="SIGNWRITING HAND-HINGE FOUR FINGERS CONJOINED",
237608  direction="l",
237609  linebreak="al",
237610  unicodeslot=0x1D84B,
237611 },
237612 [0x1D84C]={
237613  category="so",
237614  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD",
237615  direction="l",
237616  linebreak="al",
237617  unicodeslot=0x1D84C,
237618 },
237619 [0x1D84D]={
237620  category="so",
237621  description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD",
237622  direction="l",
237623  linebreak="al",
237624  unicodeslot=0x1D84D,
237625 },
237626 [0x1D84E]={
237627  category="so",
237628  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD FOUR BENT",
237629  direction="l",
237630  linebreak="al",
237631  unicodeslot=0x1D84E,
237632 },
237633 [0x1D84F]={
237634  category="so",
237635  description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD FOUR BENT",
237636  direction="l",
237637  linebreak="al",
237638  unicodeslot=0x1D84F,
237639 },
237640 [0x1D850]={
237641  category="so",
237642  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD BENT",
237643  direction="l",
237644  linebreak="al",
237645  unicodeslot=0x1D850,
237646 },
237647 [0x1D851]={
237648  category="so",
237649  description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD BENT",
237650  direction="l",
237651  linebreak="al",
237652  unicodeslot=0x1D851,
237653 },
237654 [0x1D852]={
237655  category="so",
237656  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD THUMB FORWARD",
237657  direction="l",
237658  linebreak="al",
237659  unicodeslot=0x1D852,
237660 },
237661 [0x1D853]={
237662  category="so",
237663  description="SIGNWRITING HAND-CUP FIVE FINGERS SPREAD",
237664  direction="l",
237665  linebreak="al",
237666  unicodeslot=0x1D853,
237667 },
237668 [0x1D854]={
237669  category="so",
237670  description="SIGNWRITING HAND-CUP FIVE FINGERS SPREAD OPEN",
237671  direction="l",
237672  linebreak="al",
237673  unicodeslot=0x1D854,
237674 },
237675 [0x1D855]={
237676  category="so",
237677  description="SIGNWRITING HAND-HINGE FIVE FINGERS SPREAD OPEN",
237678  direction="l",
237679  linebreak="al",
237680  unicodeslot=0x1D855,
237681 },
237682 [0x1D856]={
237683  category="so",
237684  description="SIGNWRITING HAND-OVAL FIVE FINGERS SPREAD",
237685  direction="l",
237686  linebreak="al",
237687  unicodeslot=0x1D856,
237688 },
237689 [0x1D857]={
237690  category="so",
237691  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED",
237692  direction="l",
237693  linebreak="al",
237694  unicodeslot=0x1D857,
237695 },
237696 [0x1D858]={
237697  category="so",
237698  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED THUMB SIDE",
237699  direction="l",
237700  linebreak="al",
237701  unicodeslot=0x1D858,
237702 },
237703 [0x1D859]={
237704  category="so",
237705  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED NO THUMB",
237706  direction="l",
237707  linebreak="al",
237708  unicodeslot=0x1D859,
237709 },
237710 [0x1D85A]={
237711  category="so",
237712  description="SIGNWRITING HAND-FLAT",
237713  direction="l",
237714  linebreak="al",
237715  unicodeslot=0x1D85A,
237716 },
237717 [0x1D85B]={
237718  category="so",
237719  description="SIGNWRITING HAND-FLAT BETWEEN PALM FACINGS",
237720  direction="l",
237721  linebreak="al",
237722  unicodeslot=0x1D85B,
237723 },
237724 [0x1D85C]={
237725  category="so",
237726  description="SIGNWRITING HAND-FLAT HEEL",
237727  direction="l",
237728  linebreak="al",
237729  unicodeslot=0x1D85C,
237730 },
237731 [0x1D85D]={
237732  category="so",
237733  description="SIGNWRITING HAND-FLAT THUMB SIDE",
237734  direction="l",
237735  linebreak="al",
237736  unicodeslot=0x1D85D,
237737 },
237738 [0x1D85E]={
237739  category="so",
237740  description="SIGNWRITING HAND-FLAT HEEL THUMB SIDE",
237741  direction="l",
237742  linebreak="al",
237743  unicodeslot=0x1D85E,
237744 },
237745 [0x1D85F]={
237746  category="so",
237747  description="SIGNWRITING HAND-FLAT THUMB BENT",
237748  direction="l",
237749  linebreak="al",
237750  unicodeslot=0x1D85F,
237751 },
237752 [0x1D860]={
237753  category="so",
237754  description="SIGNWRITING HAND-FLAT THUMB FORWARD",
237755  direction="l",
237756  linebreak="al",
237757  unicodeslot=0x1D860,
237758 },
237759 [0x1D861]={
237760  category="so",
237761  description="SIGNWRITING HAND-FLAT SPLIT INDEX THUMB SIDE",
237762  direction="l",
237763  linebreak="al",
237764  unicodeslot=0x1D861,
237765 },
237766 [0x1D862]={
237767  category="so",
237768  description="SIGNWRITING HAND-FLAT SPLIT CENTRE",
237769  direction="l",
237770  linebreak="al",
237771  unicodeslot=0x1D862,
237772 },
237773 [0x1D863]={
237774  category="so",
237775  description="SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE",
237776  direction="l",
237777  linebreak="al",
237778  unicodeslot=0x1D863,
237779 },
237780 [0x1D864]={
237781  category="so",
237782  description="SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE BENT",
237783  direction="l",
237784  linebreak="al",
237785  unicodeslot=0x1D864,
237786 },
237787 [0x1D865]={
237788  category="so",
237789  description="SIGNWRITING HAND-FLAT SPLIT LITTLE",
237790  direction="l",
237791  linebreak="al",
237792  unicodeslot=0x1D865,
237793 },
237794 [0x1D866]={
237795  category="so",
237796  description="SIGNWRITING HAND-CLAW",
237797  direction="l",
237798  linebreak="al",
237799  unicodeslot=0x1D866,
237800 },
237801 [0x1D867]={
237802  category="so",
237803  description="SIGNWRITING HAND-CLAW THUMB SIDE",
237804  direction="l",
237805  linebreak="al",
237806  unicodeslot=0x1D867,
237807 },
237808 [0x1D868]={
237809  category="so",
237810  description="SIGNWRITING HAND-CLAW NO THUMB",
237811  direction="l",
237812  linebreak="al",
237813  unicodeslot=0x1D868,
237814 },
237815 [0x1D869]={
237816  category="so",
237817  description="SIGNWRITING HAND-CLAW THUMB FORWARD",
237818  direction="l",
237819  linebreak="al",
237820  unicodeslot=0x1D869,
237821 },
237822 [0x1D86A]={
237823  category="so",
237824  description="SIGNWRITING HAND-HOOK CURLICUE",
237825  direction="l",
237826  linebreak="al",
237827  unicodeslot=0x1D86A,
237828 },
237829 [0x1D86B]={
237830  category="so",
237831  description="SIGNWRITING HAND-HOOK",
237832  direction="l",
237833  linebreak="al",
237834  unicodeslot=0x1D86B,
237835 },
237836 [0x1D86C]={
237837  category="so",
237838  description="SIGNWRITING HAND-CUP OPEN",
237839  direction="l",
237840  linebreak="al",
237841  unicodeslot=0x1D86C,
237842 },
237843 [0x1D86D]={
237844  category="so",
237845  description="SIGNWRITING HAND-CUP",
237846  direction="l",
237847  linebreak="al",
237848  unicodeslot=0x1D86D,
237849 },
237850 [0x1D86E]={
237851  category="so",
237852  description="SIGNWRITING HAND-CUP OPEN THUMB SIDE",
237853  direction="l",
237854  linebreak="al",
237855  unicodeslot=0x1D86E,
237856 },
237857 [0x1D86F]={
237858  category="so",
237859  description="SIGNWRITING HAND-CUP THUMB SIDE",
237860  direction="l",
237861  linebreak="al",
237862  unicodeslot=0x1D86F,
237863 },
237864 [0x1D870]={
237865  category="so",
237866  description="SIGNWRITING HAND-CUP OPEN NO THUMB",
237867  direction="l",
237868  linebreak="al",
237869  unicodeslot=0x1D870,
237870 },
237871 [0x1D871]={
237872  category="so",
237873  description="SIGNWRITING HAND-CUP NO THUMB",
237874  direction="l",
237875  linebreak="al",
237876  unicodeslot=0x1D871,
237877 },
237878 [0x1D872]={
237879  category="so",
237880  description="SIGNWRITING HAND-CUP OPEN THUMB FORWARD",
237881  direction="l",
237882  linebreak="al",
237883  unicodeslot=0x1D872,
237884 },
237885 [0x1D873]={
237886  category="so",
237887  description="SIGNWRITING HAND-CUP THUMB FORWARD",
237888  direction="l",
237889  linebreak="al",
237890  unicodeslot=0x1D873,
237891 },
237892 [0x1D874]={
237893  category="so",
237894  description="SIGNWRITING HAND-CURLICUE OPEN",
237895  direction="l",
237896  linebreak="al",
237897  unicodeslot=0x1D874,
237898 },
237899 [0x1D875]={
237900  category="so",
237901  description="SIGNWRITING HAND-CURLICUE",
237902  direction="l",
237903  linebreak="al",
237904  unicodeslot=0x1D875,
237905 },
237906 [0x1D876]={
237907  category="so",
237908  description="SIGNWRITING HAND-CIRCLE",
237909  direction="l",
237910  linebreak="al",
237911  unicodeslot=0x1D876,
237912 },
237913 [0x1D877]={
237914  category="so",
237915  description="SIGNWRITING HAND-OVAL",
237916  direction="l",
237917  linebreak="al",
237918  unicodeslot=0x1D877,
237919 },
237920 [0x1D878]={
237921  category="so",
237922  description="SIGNWRITING HAND-OVAL THUMB SIDE",
237923  direction="l",
237924  linebreak="al",
237925  unicodeslot=0x1D878,
237926 },
237927 [0x1D879]={
237928  category="so",
237929  description="SIGNWRITING HAND-OVAL NO THUMB",
237930  direction="l",
237931  linebreak="al",
237932  unicodeslot=0x1D879,
237933 },
237934 [0x1D87A]={
237935  category="so",
237936  description="SIGNWRITING HAND-OVAL THUMB FORWARD",
237937  direction="l",
237938  linebreak="al",
237939  unicodeslot=0x1D87A,
237940 },
237941 [0x1D87B]={
237942  category="so",
237943  description="SIGNWRITING HAND-HINGE OPEN",
237944  direction="l",
237945  linebreak="al",
237946  unicodeslot=0x1D87B,
237947 },
237948 [0x1D87C]={
237949  category="so",
237950  description="SIGNWRITING HAND-HINGE OPEN THUMB FORWARD",
237951  direction="l",
237952  linebreak="al",
237953  unicodeslot=0x1D87C,
237954 },
237955 [0x1D87D]={
237956  category="so",
237957  description="SIGNWRITING HAND-HINGE",
237958  direction="l",
237959  linebreak="al",
237960  unicodeslot=0x1D87D,
237961 },
237962 [0x1D87E]={
237963  category="so",
237964  description="SIGNWRITING HAND-HINGE SMALL",
237965  direction="l",
237966  linebreak="al",
237967  unicodeslot=0x1D87E,
237968 },
237969 [0x1D87F]={
237970  category="so",
237971  description="SIGNWRITING HAND-HINGE OPEN THUMB SIDE",
237972  direction="l",
237973  linebreak="al",
237974  unicodeslot=0x1D87F,
237975 },
237976 [0x1D880]={
237977  category="so",
237978  description="SIGNWRITING HAND-HINGE THUMB SIDE",
237979  direction="l",
237980  linebreak="al",
237981  unicodeslot=0x1D880,
237982 },
237983 [0x1D881]={
237984  category="so",
237985  description="SIGNWRITING HAND-HINGE OPEN NO THUMB",
237986  direction="l",
237987  linebreak="al",
237988  unicodeslot=0x1D881,
237989 },
237990 [0x1D882]={
237991  category="so",
237992  description="SIGNWRITING HAND-HINGE NO THUMB",
237993  direction="l",
237994  linebreak="al",
237995  unicodeslot=0x1D882,
237996 },
237997 [0x1D883]={
237998  category="so",
237999  description="SIGNWRITING HAND-HINGE THUMB SIDE TOUCHING INDEX",
238000  direction="l",
238001  linebreak="al",
238002  unicodeslot=0x1D883,
238003 },
238004 [0x1D884]={
238005  category="so",
238006  description="SIGNWRITING HAND-HINGE THUMB BETWEEN MIDDLE RING",
238007  direction="l",
238008  linebreak="al",
238009  unicodeslot=0x1D884,
238010 },
238011 [0x1D885]={
238012  category="so",
238013  description="SIGNWRITING HAND-ANGLE",
238014  direction="l",
238015  linebreak="al",
238016  unicodeslot=0x1D885,
238017 },
238018 [0x1D886]={
238019  category="so",
238020  description="SIGNWRITING HAND-FIST INDEX MIDDLE RING",
238021  direction="l",
238022  linebreak="al",
238023  unicodeslot=0x1D886,
238024 },
238025 [0x1D887]={
238026  category="so",
238027  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE RING",
238028  direction="l",
238029  linebreak="al",
238030  unicodeslot=0x1D887,
238031 },
238032 [0x1D888]={
238033  category="so",
238034  description="SIGNWRITING HAND-HINGE INDEX MIDDLE RING",
238035  direction="l",
238036  linebreak="al",
238037  unicodeslot=0x1D888,
238038 },
238039 [0x1D889]={
238040  category="so",
238041  description="SIGNWRITING HAND-ANGLE INDEX MIDDLE RING",
238042  direction="l",
238043  linebreak="al",
238044  unicodeslot=0x1D889,
238045 },
238046 [0x1D88A]={
238047  category="so",
238048  description="SIGNWRITING HAND-HINGE LITTLE",
238049  direction="l",
238050  linebreak="al",
238051  unicodeslot=0x1D88A,
238052 },
238053 [0x1D88B]={
238054  category="so",
238055  description="SIGNWRITING HAND-FIST INDEX MIDDLE RING BENT",
238056  direction="l",
238057  linebreak="al",
238058  unicodeslot=0x1D88B,
238059 },
238060 [0x1D88C]={
238061  category="so",
238062  description="SIGNWRITING HAND-FIST INDEX MIDDLE RING CONJOINED",
238063  direction="l",
238064  linebreak="al",
238065  unicodeslot=0x1D88C,
238066 },
238067 [0x1D88D]={
238068  category="so",
238069  description="SIGNWRITING HAND-HINGE INDEX MIDDLE RING CONJOINED",
238070  direction="l",
238071  linebreak="al",
238072  unicodeslot=0x1D88D,
238073 },
238074 [0x1D88E]={
238075  category="so",
238076  description="SIGNWRITING HAND-FIST LITTLE DOWN",
238077  direction="l",
238078  linebreak="al",
238079  unicodeslot=0x1D88E,
238080 },
238081 [0x1D88F]={
238082  category="so",
238083  description="SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE STRAIGHT",
238084  direction="l",
238085  linebreak="al",
238086  unicodeslot=0x1D88F,
238087 },
238088 [0x1D890]={
238089  category="so",
238090  description="SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE CURVED",
238091  direction="l",
238092  linebreak="al",
238093  unicodeslot=0x1D890,
238094 },
238095 [0x1D891]={
238096  category="so",
238097  description="SIGNWRITING HAND-FIST LITTLE DOWN OTHERS CIRCLED",
238098  direction="l",
238099  linebreak="al",
238100  unicodeslot=0x1D891,
238101 },
238102 [0x1D892]={
238103  category="so",
238104  description="SIGNWRITING HAND-FIST LITTLE UP",
238105  direction="l",
238106  linebreak="al",
238107  unicodeslot=0x1D892,
238108 },
238109 [0x1D893]={
238110  category="so",
238111  description="SIGNWRITING HAND-FIST THUMB UNDER LITTLE UP",
238112  direction="l",
238113  linebreak="al",
238114  unicodeslot=0x1D893,
238115 },
238116 [0x1D894]={
238117  category="so",
238118  description="SIGNWRITING HAND-CIRCLE LITTLE UP",
238119  direction="l",
238120  linebreak="al",
238121  unicodeslot=0x1D894,
238122 },
238123 [0x1D895]={
238124  category="so",
238125  description="SIGNWRITING HAND-OVAL LITTLE UP",
238126  direction="l",
238127  linebreak="al",
238128  unicodeslot=0x1D895,
238129 },
238130 [0x1D896]={
238131  category="so",
238132  description="SIGNWRITING HAND-ANGLE LITTLE UP",
238133  direction="l",
238134  linebreak="al",
238135  unicodeslot=0x1D896,
238136 },
238137 [0x1D897]={
238138  category="so",
238139  description="SIGNWRITING HAND-FIST LITTLE RAISED KNUCKLE",
238140  direction="l",
238141  linebreak="al",
238142  unicodeslot=0x1D897,
238143 },
238144 [0x1D898]={
238145  category="so",
238146  description="SIGNWRITING HAND-FIST LITTLE BENT",
238147  direction="l",
238148  linebreak="al",
238149  unicodeslot=0x1D898,
238150 },
238151 [0x1D899]={
238152  category="so",
238153  description="SIGNWRITING HAND-FIST LITTLE TOUCHES THUMB",
238154  direction="l",
238155  linebreak="al",
238156  unicodeslot=0x1D899,
238157 },
238158 [0x1D89A]={
238159  category="so",
238160  description="SIGNWRITING HAND-FIST LITTLE THUMB",
238161  direction="l",
238162  linebreak="al",
238163  unicodeslot=0x1D89A,
238164 },
238165 [0x1D89B]={
238166  category="so",
238167  description="SIGNWRITING HAND-HINGE LITTLE THUMB",
238168  direction="l",
238169  linebreak="al",
238170  unicodeslot=0x1D89B,
238171 },
238172 [0x1D89C]={
238173  category="so",
238174  description="SIGNWRITING HAND-FIST LITTLE INDEX THUMB",
238175  direction="l",
238176  linebreak="al",
238177  unicodeslot=0x1D89C,
238178 },
238179 [0x1D89D]={
238180  category="so",
238181  description="SIGNWRITING HAND-HINGE LITTLE INDEX THUMB",
238182  direction="l",
238183  linebreak="al",
238184  unicodeslot=0x1D89D,
238185 },
238186 [0x1D89E]={
238187  category="so",
238188  description="SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB OUT",
238189  direction="l",
238190  linebreak="al",
238191  unicodeslot=0x1D89E,
238192 },
238193 [0x1D89F]={
238194  category="so",
238195  description="SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB",
238196  direction="l",
238197  linebreak="al",
238198  unicodeslot=0x1D89F,
238199 },
238200 [0x1D8A0]={
238201  category="so",
238202  description="SIGNWRITING HAND-FIST LITTLE INDEX",
238203  direction="l",
238204  linebreak="al",
238205  unicodeslot=0x1D8A0,
238206 },
238207 [0x1D8A1]={
238208  category="so",
238209  description="SIGNWRITING HAND-CIRCLE LITTLE INDEX",
238210  direction="l",
238211  linebreak="al",
238212  unicodeslot=0x1D8A1,
238213 },
238214 [0x1D8A2]={
238215  category="so",
238216  description="SIGNWRITING HAND-HINGE LITTLE INDEX",
238217  direction="l",
238218  linebreak="al",
238219  unicodeslot=0x1D8A2,
238220 },
238221 [0x1D8A3]={
238222  category="so",
238223  description="SIGNWRITING HAND-ANGLE LITTLE INDEX",
238224  direction="l",
238225  linebreak="al",
238226  unicodeslot=0x1D8A3,
238227 },
238228 [0x1D8A4]={
238229  category="so",
238230  description="SIGNWRITING HAND-FIST INDEX MIDDLE LITTLE",
238231  direction="l",
238232  linebreak="al",
238233  unicodeslot=0x1D8A4,
238234 },
238235 [0x1D8A5]={
238236  category="so",
238237  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE LITTLE",
238238  direction="l",
238239  linebreak="al",
238240  unicodeslot=0x1D8A5,
238241 },
238242 [0x1D8A6]={
238243  category="so",
238244  description="SIGNWRITING HAND-HINGE INDEX MIDDLE LITTLE",
238245  direction="l",
238246  linebreak="al",
238247  unicodeslot=0x1D8A6,
238248 },
238249 [0x1D8A7]={
238250  category="so",
238251  description="SIGNWRITING HAND-HINGE RING",
238252  direction="l",
238253  linebreak="al",
238254  unicodeslot=0x1D8A7,
238255 },
238256 [0x1D8A8]={
238257  category="so",
238258  description="SIGNWRITING HAND-ANGLE INDEX MIDDLE LITTLE",
238259  direction="l",
238260  linebreak="al",
238261  unicodeslot=0x1D8A8,
238262 },
238263 [0x1D8A9]={
238264  category="so",
238265  description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSS LITTLE",
238266  direction="l",
238267  linebreak="al",
238268  unicodeslot=0x1D8A9,
238269 },
238270 [0x1D8AA]={
238271  category="so",
238272  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSS LITTLE",
238273  direction="l",
238274  linebreak="al",
238275  unicodeslot=0x1D8AA,
238276 },
238277 [0x1D8AB]={
238278  category="so",
238279  description="SIGNWRITING HAND-FIST RING DOWN",
238280  direction="l",
238281  linebreak="al",
238282  unicodeslot=0x1D8AB,
238283 },
238284 [0x1D8AC]={
238285  category="so",
238286  description="SIGNWRITING HAND-HINGE RING DOWN INDEX THUMB HOOK MIDDLE",
238287  direction="l",
238288  linebreak="al",
238289  unicodeslot=0x1D8AC,
238290 },
238291 [0x1D8AD]={
238292  category="so",
238293  description="SIGNWRITING HAND-ANGLE RING DOWN MIDDLE THUMB INDEX CROSS",
238294  direction="l",
238295  linebreak="al",
238296  unicodeslot=0x1D8AD,
238297 },
238298 [0x1D8AE]={
238299  category="so",
238300  description="SIGNWRITING HAND-FIST RING UP",
238301  direction="l",
238302  linebreak="al",
238303  unicodeslot=0x1D8AE,
238304 },
238305 [0x1D8AF]={
238306  category="so",
238307  description="SIGNWRITING HAND-FIST RING RAISED KNUCKLE",
238308  direction="l",
238309  linebreak="al",
238310  unicodeslot=0x1D8AF,
238311 },
238312 [0x1D8B0]={
238313  category="so",
238314  description="SIGNWRITING HAND-FIST RING LITTLE",
238315  direction="l",
238316  linebreak="al",
238317  unicodeslot=0x1D8B0,
238318 },
238319 [0x1D8B1]={
238320  category="so",
238321  description="SIGNWRITING HAND-CIRCLE RING LITTLE",
238322  direction="l",
238323  linebreak="al",
238324  unicodeslot=0x1D8B1,
238325 },
238326 [0x1D8B2]={
238327  category="so",
238328  description="SIGNWRITING HAND-OVAL RING LITTLE",
238329  direction="l",
238330  linebreak="al",
238331  unicodeslot=0x1D8B2,
238332 },
238333 [0x1D8B3]={
238334  category="so",
238335  description="SIGNWRITING HAND-ANGLE RING LITTLE",
238336  direction="l",
238337  linebreak="al",
238338  unicodeslot=0x1D8B3,
238339 },
238340 [0x1D8B4]={
238341  category="so",
238342  description="SIGNWRITING HAND-FIST RING MIDDLE",
238343  direction="l",
238344  linebreak="al",
238345  unicodeslot=0x1D8B4,
238346 },
238347 [0x1D8B5]={
238348  category="so",
238349  description="SIGNWRITING HAND-FIST RING MIDDLE CONJOINED",
238350  direction="l",
238351  linebreak="al",
238352  unicodeslot=0x1D8B5,
238353 },
238354 [0x1D8B6]={
238355  category="so",
238356  description="SIGNWRITING HAND-FIST RING MIDDLE RAISED KNUCKLES",
238357  direction="l",
238358  linebreak="al",
238359  unicodeslot=0x1D8B6,
238360 },
238361 [0x1D8B7]={
238362  category="so",
238363  description="SIGNWRITING HAND-FIST RING INDEX",
238364  direction="l",
238365  linebreak="al",
238366  unicodeslot=0x1D8B7,
238367 },
238368 [0x1D8B8]={
238369  category="so",
238370  description="SIGNWRITING HAND-FIST RING THUMB",
238371  direction="l",
238372  linebreak="al",
238373  unicodeslot=0x1D8B8,
238374 },
238375 [0x1D8B9]={
238376  category="so",
238377  description="SIGNWRITING HAND-HOOK RING THUMB",
238378  direction="l",
238379  linebreak="al",
238380  unicodeslot=0x1D8B9,
238381 },
238382 [0x1D8BA]={
238383  category="so",
238384  description="SIGNWRITING HAND-FIST INDEX RING LITTLE",
238385  direction="l",
238386  linebreak="al",
238387  unicodeslot=0x1D8BA,
238388 },
238389 [0x1D8BB]={
238390  category="so",
238391  description="SIGNWRITING HAND-CIRCLE INDEX RING LITTLE",
238392  direction="l",
238393  linebreak="al",
238394  unicodeslot=0x1D8BB,
238395 },
238396 [0x1D8BC]={
238397  category="so",
238398  description="SIGNWRITING HAND-CURLICUE INDEX RING LITTLE ON",
238399  direction="l",
238400  linebreak="al",
238401  unicodeslot=0x1D8BC,
238402 },
238403 [0x1D8BD]={
238404  category="so",
238405  description="SIGNWRITING HAND-HOOK INDEX RING LITTLE OUT",
238406  direction="l",
238407  linebreak="al",
238408  unicodeslot=0x1D8BD,
238409 },
238410 [0x1D8BE]={
238411  category="so",
238412  description="SIGNWRITING HAND-HOOK INDEX RING LITTLE IN",
238413  direction="l",
238414  linebreak="al",
238415  unicodeslot=0x1D8BE,
238416 },
238417 [0x1D8BF]={
238418  category="so",
238419  description="SIGNWRITING HAND-HOOK INDEX RING LITTLE UNDER",
238420  direction="l",
238421  linebreak="al",
238422  unicodeslot=0x1D8BF,
238423 },
238424 [0x1D8C0]={
238425  category="so",
238426  description="SIGNWRITING HAND-CUP INDEX RING LITTLE",
238427  direction="l",
238428  linebreak="al",
238429  unicodeslot=0x1D8C0,
238430 },
238431 [0x1D8C1]={
238432  category="so",
238433  description="SIGNWRITING HAND-HINGE INDEX RING LITTLE",
238434  direction="l",
238435  linebreak="al",
238436  unicodeslot=0x1D8C1,
238437 },
238438 [0x1D8C2]={
238439  category="so",
238440  description="SIGNWRITING HAND-ANGLE INDEX RING LITTLE OUT",
238441  direction="l",
238442  linebreak="al",
238443  unicodeslot=0x1D8C2,
238444 },
238445 [0x1D8C3]={
238446  category="so",
238447  description="SIGNWRITING HAND-ANGLE INDEX RING LITTLE",
238448  direction="l",
238449  linebreak="al",
238450  unicodeslot=0x1D8C3,
238451 },
238452 [0x1D8C4]={
238453  category="so",
238454  description="SIGNWRITING HAND-FIST MIDDLE DOWN",
238455  direction="l",
238456  linebreak="al",
238457  unicodeslot=0x1D8C4,
238458 },
238459 [0x1D8C5]={
238460  category="so",
238461  description="SIGNWRITING HAND-HINGE MIDDLE",
238462  direction="l",
238463  linebreak="al",
238464  unicodeslot=0x1D8C5,
238465 },
238466 [0x1D8C6]={
238467  category="so",
238468  description="SIGNWRITING HAND-FIST MIDDLE UP",
238469  direction="l",
238470  linebreak="al",
238471  unicodeslot=0x1D8C6,
238472 },
238473 [0x1D8C7]={
238474  category="so",
238475  description="SIGNWRITING HAND-CIRCLE MIDDLE UP",
238476  direction="l",
238477  linebreak="al",
238478  unicodeslot=0x1D8C7,
238479 },
238480 [0x1D8C8]={
238481  category="so",
238482  description="SIGNWRITING HAND-FIST MIDDLE RAISED KNUCKLE",
238483  direction="l",
238484  linebreak="al",
238485  unicodeslot=0x1D8C8,
238486 },
238487 [0x1D8C9]={
238488  category="so",
238489  description="SIGNWRITING HAND-FIST MIDDLE UP THUMB SIDE",
238490  direction="l",
238491  linebreak="al",
238492  unicodeslot=0x1D8C9,
238493 },
238494 [0x1D8CA]={
238495  category="so",
238496  description="SIGNWRITING HAND-HOOK MIDDLE THUMB",
238497  direction="l",
238498  linebreak="al",
238499  unicodeslot=0x1D8CA,
238500 },
238501 [0x1D8CB]={
238502  category="so",
238503  description="SIGNWRITING HAND-FIST MIDDLE THUMB LITTLE",
238504  direction="l",
238505  linebreak="al",
238506  unicodeslot=0x1D8CB,
238507 },
238508 [0x1D8CC]={
238509  category="so",
238510  description="SIGNWRITING HAND-FIST MIDDLE LITTLE",
238511  direction="l",
238512  linebreak="al",
238513  unicodeslot=0x1D8CC,
238514 },
238515 [0x1D8CD]={
238516  category="so",
238517  description="SIGNWRITING HAND-FIST MIDDLE RING LITTLE",
238518  direction="l",
238519  linebreak="al",
238520  unicodeslot=0x1D8CD,
238521 },
238522 [0x1D8CE]={
238523  category="so",
238524  description="SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE",
238525  direction="l",
238526  linebreak="al",
238527  unicodeslot=0x1D8CE,
238528 },
238529 [0x1D8CF]={
238530  category="so",
238531  description="SIGNWRITING HAND-CURLICUE MIDDLE RING LITTLE ON",
238532  direction="l",
238533  linebreak="al",
238534  unicodeslot=0x1D8CF,
238535 },
238536 [0x1D8D0]={
238537  category="so",
238538  description="SIGNWRITING HAND-CUP MIDDLE RING LITTLE",
238539  direction="l",
238540  linebreak="al",
238541  unicodeslot=0x1D8D0,
238542 },
238543 [0x1D8D1]={
238544  category="so",
238545  description="SIGNWRITING HAND-HINGE MIDDLE RING LITTLE",
238546  direction="l",
238547  linebreak="al",
238548  unicodeslot=0x1D8D1,
238549 },
238550 [0x1D8D2]={
238551  category="so",
238552  description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE OUT",
238553  direction="l",
238554  linebreak="al",
238555  unicodeslot=0x1D8D2,
238556 },
238557 [0x1D8D3]={
238558  category="so",
238559  description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE IN",
238560  direction="l",
238561  linebreak="al",
238562  unicodeslot=0x1D8D3,
238563 },
238564 [0x1D8D4]={
238565  category="so",
238566  description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE",
238567  direction="l",
238568  linebreak="al",
238569  unicodeslot=0x1D8D4,
238570 },
238571 [0x1D8D5]={
238572  category="so",
238573  description="SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE BENT",
238574  direction="l",
238575  linebreak="al",
238576  unicodeslot=0x1D8D5,
238577 },
238578 [0x1D8D6]={
238579  category="so",
238580  description="SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED",
238581  direction="l",
238582  linebreak="al",
238583  unicodeslot=0x1D8D6,
238584 },
238585 [0x1D8D7]={
238586  category="so",
238587  description="SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED SIDE",
238588  direction="l",
238589  linebreak="al",
238590  unicodeslot=0x1D8D7,
238591 },
238592 [0x1D8D8]={
238593  category="so",
238594  description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED OUT",
238595  direction="l",
238596  linebreak="al",
238597  unicodeslot=0x1D8D8,
238598 },
238599 [0x1D8D9]={
238600  category="so",
238601  description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED IN",
238602  direction="l",
238603  linebreak="al",
238604  unicodeslot=0x1D8D9,
238605 },
238606 [0x1D8DA]={
238607  category="so",
238608  description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED",
238609  direction="l",
238610  linebreak="al",
238611  unicodeslot=0x1D8DA,
238612 },
238613 [0x1D8DB]={
238614  category="so",
238615  description="SIGNWRITING HAND-HINGE INDEX HINGED",
238616  direction="l",
238617  linebreak="al",
238618  unicodeslot=0x1D8DB,
238619 },
238620 [0x1D8DC]={
238621  category="so",
238622  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE",
238623  direction="l",
238624  linebreak="al",
238625  unicodeslot=0x1D8DC,
238626 },
238627 [0x1D8DD]={
238628  category="so",
238629  description="SIGNWRITING HAND-HINGE INDEX THUMB SIDE",
238630  direction="l",
238631  linebreak="al",
238632  unicodeslot=0x1D8DD,
238633 },
238634 [0x1D8DE]={
238635  category="so",
238636  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB DIAGONAL",
238637  direction="l",
238638  linebreak="al",
238639  unicodeslot=0x1D8DE,
238640 },
238641 [0x1D8DF]={
238642  category="so",
238643  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB CONJOINED",
238644  direction="l",
238645  linebreak="al",
238646  unicodeslot=0x1D8DF,
238647 },
238648 [0x1D8E0]={
238649  category="so",
238650  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB BENT",
238651  direction="l",
238652  linebreak="al",
238653  unicodeslot=0x1D8E0,
238654 },
238655 [0x1D8E1]={
238656  category="so",
238657  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX BENT",
238658  direction="l",
238659  linebreak="al",
238660  unicodeslot=0x1D8E1,
238661 },
238662 [0x1D8E2]={
238663  category="so",
238664  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE BOTH BENT",
238665  direction="l",
238666  linebreak="al",
238667  unicodeslot=0x1D8E2,
238668 },
238669 [0x1D8E3]={
238670  category="so",
238671  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX HINGE",
238672  direction="l",
238673  linebreak="al",
238674  unicodeslot=0x1D8E3,
238675 },
238676 [0x1D8E4]={
238677  category="so",
238678  description="SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX STRAIGHT",
238679  direction="l",
238680  linebreak="al",
238681  unicodeslot=0x1D8E4,
238682 },
238683 [0x1D8E5]={
238684  category="so",
238685  description="SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX BENT",
238686  direction="l",
238687  linebreak="al",
238688  unicodeslot=0x1D8E5,
238689 },
238690 [0x1D8E6]={
238691  category="so",
238692  description="SIGNWRITING HAND-FIST INDEX THUMB HOOK",
238693  direction="l",
238694  linebreak="al",
238695  unicodeslot=0x1D8E6,
238696 },
238697 [0x1D8E7]={
238698  category="so",
238699  description="SIGNWRITING HAND-FIST INDEX THUMB CURLICUE",
238700  direction="l",
238701  linebreak="al",
238702  unicodeslot=0x1D8E7,
238703 },
238704 [0x1D8E8]={
238705  category="so",
238706  description="SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB INSIDE",
238707  direction="l",
238708  linebreak="al",
238709  unicodeslot=0x1D8E8,
238710 },
238711 [0x1D8E9]={
238712  category="so",
238713  description="SIGNWRITING HAND-CLAW INDEX THUMB CURVE THUMB INSIDE",
238714  direction="l",
238715  linebreak="al",
238716  unicodeslot=0x1D8E9,
238717 },
238718 [0x1D8EA]={
238719  category="so",
238720  description="SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB UNDER",
238721  direction="l",
238722  linebreak="al",
238723  unicodeslot=0x1D8EA,
238724 },
238725 [0x1D8EB]={
238726  category="so",
238727  description="SIGNWRITING HAND-FIST INDEX THUMB CIRCLE",
238728  direction="l",
238729  linebreak="al",
238730  unicodeslot=0x1D8EB,
238731 },
238732 [0x1D8EC]={
238733  category="so",
238734  description="SIGNWRITING HAND-CUP INDEX THUMB",
238735  direction="l",
238736  linebreak="al",
238737  unicodeslot=0x1D8EC,
238738 },
238739 [0x1D8ED]={
238740  category="so",
238741  description="SIGNWRITING HAND-CUP INDEX THUMB OPEN",
238742  direction="l",
238743  linebreak="al",
238744  unicodeslot=0x1D8ED,
238745 },
238746 [0x1D8EE]={
238747  category="so",
238748  description="SIGNWRITING HAND-HINGE INDEX THUMB OPEN",
238749  direction="l",
238750  linebreak="al",
238751  unicodeslot=0x1D8EE,
238752 },
238753 [0x1D8EF]={
238754  category="so",
238755  description="SIGNWRITING HAND-HINGE INDEX THUMB LARGE",
238756  direction="l",
238757  linebreak="al",
238758  unicodeslot=0x1D8EF,
238759 },
238760 [0x1D8F0]={
238761  category="so",
238762  description="SIGNWRITING HAND-HINGE INDEX THUMB",
238763  direction="l",
238764  linebreak="al",
238765  unicodeslot=0x1D8F0,
238766 },
238767 [0x1D8F1]={
238768  category="so",
238769  description="SIGNWRITING HAND-HINGE INDEX THUMB SMALL",
238770  direction="l",
238771  linebreak="al",
238772  unicodeslot=0x1D8F1,
238773 },
238774 [0x1D8F2]={
238775  category="so",
238776  description="SIGNWRITING HAND-ANGLE INDEX THUMB OUT",
238777  direction="l",
238778  linebreak="al",
238779  unicodeslot=0x1D8F2,
238780 },
238781 [0x1D8F3]={
238782  category="so",
238783  description="SIGNWRITING HAND-ANGLE INDEX THUMB IN",
238784  direction="l",
238785  linebreak="al",
238786  unicodeslot=0x1D8F3,
238787 },
238788 [0x1D8F4]={
238789  category="so",
238790  description="SIGNWRITING HAND-ANGLE INDEX THUMB",
238791  direction="l",
238792  linebreak="al",
238793  unicodeslot=0x1D8F4,
238794 },
238795 [0x1D8F5]={
238796  category="so",
238797  description="SIGNWRITING HAND-FIST THUMB",
238798  direction="l",
238799  linebreak="al",
238800  unicodeslot=0x1D8F5,
238801 },
238802 [0x1D8F6]={
238803  category="so",
238804  description="SIGNWRITING HAND-FIST THUMB HEEL",
238805  direction="l",
238806  linebreak="al",
238807  unicodeslot=0x1D8F6,
238808 },
238809 [0x1D8F7]={
238810  category="so",
238811  description="SIGNWRITING HAND-FIST THUMB SIDE DIAGONAL",
238812  direction="l",
238813  linebreak="al",
238814  unicodeslot=0x1D8F7,
238815 },
238816 [0x1D8F8]={
238817  category="so",
238818  description="SIGNWRITING HAND-FIST THUMB SIDE CONJOINED",
238819  direction="l",
238820  linebreak="al",
238821  unicodeslot=0x1D8F8,
238822 },
238823 [0x1D8F9]={
238824  category="so",
238825  description="SIGNWRITING HAND-FIST THUMB SIDE BENT",
238826  direction="l",
238827  linebreak="al",
238828  unicodeslot=0x1D8F9,
238829 },
238830 [0x1D8FA]={
238831  category="so",
238832  description="SIGNWRITING HAND-FIST THUMB FORWARD",
238833  direction="l",
238834  linebreak="al",
238835  unicodeslot=0x1D8FA,
238836 },
238837 [0x1D8FB]={
238838  category="so",
238839  description="SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE",
238840  direction="l",
238841  linebreak="al",
238842  unicodeslot=0x1D8FB,
238843 },
238844 [0x1D8FC]={
238845  category="so",
238846  description="SIGNWRITING HAND-FIST THUMB BETWEEN MIDDLE RING",
238847  direction="l",
238848  linebreak="al",
238849  unicodeslot=0x1D8FC,
238850 },
238851 [0x1D8FD]={
238852  category="so",
238853  description="SIGNWRITING HAND-FIST THUMB BETWEEN RING LITTLE",
238854  direction="l",
238855  linebreak="al",
238856  unicodeslot=0x1D8FD,
238857 },
238858 [0x1D8FE]={
238859  category="so",
238860  description="SIGNWRITING HAND-FIST THUMB UNDER TWO FINGERS",
238861  direction="l",
238862  linebreak="al",
238863  unicodeslot=0x1D8FE,
238864 },
238865 [0x1D8FF]={
238866  category="so",
238867  description="SIGNWRITING HAND-FIST THUMB OVER TWO FINGERS",
238868  direction="l",
238869  linebreak="al",
238870  unicodeslot=0x1D8FF,
238871 },
238872 [0x1D900]={
238873  category="so",
238874  description="SIGNWRITING HAND-FIST THUMB UNDER THREE FINGERS",
238875  direction="l",
238876  linebreak="al",
238877  unicodeslot=0x1D900,
238878 },
238879 [0x1D901]={
238880  category="so",
238881  description="SIGNWRITING HAND-FIST THUMB UNDER FOUR FINGERS",
238882  direction="l",
238883  linebreak="al",
238884  unicodeslot=0x1D901,
238885 },
238886 [0x1D902]={
238887  category="so",
238888  description="SIGNWRITING HAND-FIST THUMB OVER FOUR RAISED KNUCKLES",
238889  direction="l",
238890  linebreak="al",
238891  unicodeslot=0x1D902,
238892 },
238893 [0x1D903]={
238894  category="so",
238895  description="SIGNWRITING HAND-FIST",
238896  direction="l",
238897  linebreak="al",
238898  unicodeslot=0x1D903,
238899 },
238900 [0x1D904]={
238901  category="so",
238902  description="SIGNWRITING HAND-FIST HEEL",
238903  direction="l",
238904  linebreak="al",
238905  unicodeslot=0x1D904,
238906 },
238907 [0x1D905]={
238908  category="so",
238909  description="SIGNWRITING TOUCH SINGLE",
238910  direction="l",
238911  linebreak="al",
238912  unicodeslot=0x1D905,
238913 },
238914 [0x1D906]={
238915  category="so",
238916  description="SIGNWRITING TOUCH MULTIPLE",
238917  direction="l",
238918  linebreak="al",
238919  unicodeslot=0x1D906,
238920 },
238921 [0x1D907]={
238922  category="so",
238923  description="SIGNWRITING TOUCH BETWEEN",
238924  direction="l",
238925  linebreak="al",
238926  unicodeslot=0x1D907,
238927 },
238928 [0x1D908]={
238929  category="so",
238930  description="SIGNWRITING GRASP SINGLE",
238931  direction="l",
238932  linebreak="al",
238933  unicodeslot=0x1D908,
238934 },
238935 [0x1D909]={
238936  category="so",
238937  description="SIGNWRITING GRASP MULTIPLE",
238938  direction="l",
238939  linebreak="al",
238940  unicodeslot=0x1D909,
238941 },
238942 [0x1D90A]={
238943  category="so",
238944  description="SIGNWRITING GRASP BETWEEN",
238945  direction="l",
238946  linebreak="al",
238947  unicodeslot=0x1D90A,
238948 },
238949 [0x1D90B]={
238950  category="so",
238951  description="SIGNWRITING STRIKE SINGLE",
238952  direction="l",
238953  linebreak="al",
238954  unicodeslot=0x1D90B,
238955 },
238956 [0x1D90C]={
238957  category="so",
238958  description="SIGNWRITING STRIKE MULTIPLE",
238959  direction="l",
238960  linebreak="al",
238961  unicodeslot=0x1D90C,
238962 },
238963 [0x1D90D]={
238964  category="so",
238965  description="SIGNWRITING STRIKE BETWEEN",
238966  direction="l",
238967  linebreak="al",
238968  unicodeslot=0x1D90D,
238969 },
238970 [0x1D90E]={
238971  category="so",
238972  description="SIGNWRITING BRUSH SINGLE",
238973  direction="l",
238974  linebreak="al",
238975  unicodeslot=0x1D90E,
238976 },
238977 [0x1D90F]={
238978  category="so",
238979  description="SIGNWRITING BRUSH MULTIPLE",
238980  direction="l",
238981  linebreak="al",
238982  unicodeslot=0x1D90F,
238983 },
238984 [0x1D910]={
238985  category="so",
238986  description="SIGNWRITING BRUSH BETWEEN",
238987  direction="l",
238988  linebreak="al",
238989  unicodeslot=0x1D910,
238990 },
238991 [0x1D911]={
238992  category="so",
238993  description="SIGNWRITING RUB SINGLE",
238994  direction="l",
238995  linebreak="al",
238996  unicodeslot=0x1D911,
238997 },
238998 [0x1D912]={
238999  category="so",
239000  description="SIGNWRITING RUB MULTIPLE",
239001  direction="l",
239002  linebreak="al",
239003  unicodeslot=0x1D912,
239004 },
239005 [0x1D913]={
239006  category="so",
239007  description="SIGNWRITING RUB BETWEEN",
239008  direction="l",
239009  linebreak="al",
239010  unicodeslot=0x1D913,
239011 },
239012 [0x1D914]={
239013  category="so",
239014  description="SIGNWRITING SURFACE SYMBOLS",
239015  direction="l",
239016  linebreak="al",
239017  unicodeslot=0x1D914,
239018 },
239019 [0x1D915]={
239020  category="so",
239021  description="SIGNWRITING SURFACE BETWEEN",
239022  direction="l",
239023  linebreak="al",
239024  unicodeslot=0x1D915,
239025 },
239026 [0x1D916]={
239027  category="so",
239028  description="SIGNWRITING SQUEEZE LARGE SINGLE",
239029  direction="l",
239030  linebreak="al",
239031  unicodeslot=0x1D916,
239032 },
239033 [0x1D917]={
239034  category="so",
239035  description="SIGNWRITING SQUEEZE SMALL SINGLE",
239036  direction="l",
239037  linebreak="al",
239038  unicodeslot=0x1D917,
239039 },
239040 [0x1D918]={
239041  category="so",
239042  description="SIGNWRITING SQUEEZE LARGE MULTIPLE",
239043  direction="l",
239044  linebreak="al",
239045  unicodeslot=0x1D918,
239046 },
239047 [0x1D919]={
239048  category="so",
239049  description="SIGNWRITING SQUEEZE SMALL MULTIPLE",
239050  direction="l",
239051  linebreak="al",
239052  unicodeslot=0x1D919,
239053 },
239054 [0x1D91A]={
239055  category="so",
239056  description="SIGNWRITING SQUEEZE SEQUENTIAL",
239057  direction="l",
239058  linebreak="al",
239059  unicodeslot=0x1D91A,
239060 },
239061 [0x1D91B]={
239062  category="so",
239063  description="SIGNWRITING FLICK LARGE SINGLE",
239064  direction="l",
239065  linebreak="al",
239066  unicodeslot=0x1D91B,
239067 },
239068 [0x1D91C]={
239069  category="so",
239070  description="SIGNWRITING FLICK SMALL SINGLE",
239071  direction="l",
239072  linebreak="al",
239073  unicodeslot=0x1D91C,
239074 },
239075 [0x1D91D]={
239076  category="so",
239077  description="SIGNWRITING FLICK LARGE MULTIPLE",
239078  direction="l",
239079  linebreak="al",
239080  unicodeslot=0x1D91D,
239081 },
239082 [0x1D91E]={
239083  category="so",
239084  description="SIGNWRITING FLICK SMALL MULTIPLE",
239085  direction="l",
239086  linebreak="al",
239087  unicodeslot=0x1D91E,
239088 },
239089 [0x1D91F]={
239090  category="so",
239091  description="SIGNWRITING FLICK SEQUENTIAL",
239092  direction="l",
239093  linebreak="al",
239094  unicodeslot=0x1D91F,
239095 },
239096 [0x1D920]={
239097  category="so",
239098  description="SIGNWRITING SQUEEZE FLICK ALTERNATING",
239099  direction="l",
239100  linebreak="al",
239101  unicodeslot=0x1D920,
239102 },
239103 [0x1D921]={
239104  category="so",
239105  description="SIGNWRITING MOVEMENT-HINGE UP DOWN LARGE",
239106  direction="l",
239107  linebreak="al",
239108  unicodeslot=0x1D921,
239109 },
239110 [0x1D922]={
239111  category="so",
239112  description="SIGNWRITING MOVEMENT-HINGE UP DOWN SMALL",
239113  direction="l",
239114  linebreak="al",
239115  unicodeslot=0x1D922,
239116 },
239117 [0x1D923]={
239118  category="so",
239119  description="SIGNWRITING MOVEMENT-HINGE UP SEQUENTIAL",
239120  direction="l",
239121  linebreak="al",
239122  unicodeslot=0x1D923,
239123 },
239124 [0x1D924]={
239125  category="so",
239126  description="SIGNWRITING MOVEMENT-HINGE DOWN SEQUENTIAL",
239127  direction="l",
239128  linebreak="al",
239129  unicodeslot=0x1D924,
239130 },
239131 [0x1D925]={
239132  category="so",
239133  description="SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING LARGE",
239134  direction="l",
239135  linebreak="al",
239136  unicodeslot=0x1D925,
239137 },
239138 [0x1D926]={
239139  category="so",
239140  description="SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING SMALL",
239141  direction="l",
239142  linebreak="al",
239143  unicodeslot=0x1D926,
239144 },
239145 [0x1D927]={
239146  category="so",
239147  description="SIGNWRITING MOVEMENT-HINGE SIDE TO SIDE SCISSORS",
239148  direction="l",
239149  linebreak="al",
239150  unicodeslot=0x1D927,
239151 },
239152 [0x1D928]={
239153  category="so",
239154  description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CONTACT",
239155  direction="l",
239156  linebreak="al",
239157  unicodeslot=0x1D928,
239158 },
239159 [0x1D929]={
239160  category="so",
239161  description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CONTACT",
239162  direction="l",
239163  linebreak="al",
239164  unicodeslot=0x1D929,
239165 },
239166 [0x1D92A]={
239167  category="so",
239168  description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT SMALL",
239169  direction="l",
239170  linebreak="al",
239171  unicodeslot=0x1D92A,
239172 },
239173 [0x1D92B]={
239174  category="so",
239175  description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT MEDIUM",
239176  direction="l",
239177  linebreak="al",
239178  unicodeslot=0x1D92B,
239179 },
239180 [0x1D92C]={
239181  category="so",
239182  description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGE",
239183  direction="l",
239184  linebreak="al",
239185  unicodeslot=0x1D92C,
239186 },
239187 [0x1D92D]={
239188  category="so",
239189  description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGEST",
239190  direction="l",
239191  linebreak="al",
239192  unicodeslot=0x1D92D,
239193 },
239194 [0x1D92E]={
239195  category="so",
239196  description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE WRIST FLEX",
239197  direction="l",
239198  linebreak="al",
239199  unicodeslot=0x1D92E,
239200 },
239201 [0x1D92F]={
239202  category="so",
239203  description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE STRAIGHT",
239204  direction="l",
239205  linebreak="al",
239206  unicodeslot=0x1D92F,
239207 },
239208 [0x1D930]={
239209  category="so",
239210  description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE WRIST FLEX",
239211  direction="l",
239212  linebreak="al",
239213  unicodeslot=0x1D930,
239214 },
239215 [0x1D931]={
239216  category="so",
239217  description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING",
239218  direction="l",
239219  linebreak="al",
239220  unicodeslot=0x1D931,
239221 },
239222 [0x1D932]={
239223  category="so",
239224  description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING WRIST FLEX",
239225  direction="l",
239226  linebreak="al",
239227  unicodeslot=0x1D932,
239228 },
239229 [0x1D933]={
239230  category="so",
239231  description="SIGNWRITING MOVEMENT-WALLPLANE CROSS",
239232  direction="l",
239233  linebreak="al",
239234  unicodeslot=0x1D933,
239235 },
239236 [0x1D934]={
239237  category="so",
239238  description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE STRAIGHT MOVEMENT",
239239  direction="l",
239240  linebreak="al",
239241  unicodeslot=0x1D934,
239242 },
239243 [0x1D935]={
239244  category="so",
239245  description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE WRIST FLEX",
239246  direction="l",
239247  linebreak="al",
239248  unicodeslot=0x1D935,
239249 },
239250 [0x1D936]={
239251  category="so",
239252  description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING",
239253  direction="l",
239254  linebreak="al",
239255  unicodeslot=0x1D936,
239256 },
239257 [0x1D937]={
239258  category="so",
239259  description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING WRIST FLEX",
239260  direction="l",
239261  linebreak="al",
239262  unicodeslot=0x1D937,
239263 },
239264 [0x1D938]={
239265  category="so",
239266  description="SIGNWRITING MOVEMENT-WALLPLANE BEND SMALL",
239267  direction="l",
239268  linebreak="al",
239269  unicodeslot=0x1D938,
239270 },
239271 [0x1D939]={
239272  category="so",
239273  description="SIGNWRITING MOVEMENT-WALLPLANE BEND MEDIUM",
239274  direction="l",
239275  linebreak="al",
239276  unicodeslot=0x1D939,
239277 },
239278 [0x1D93A]={
239279  category="so",
239280  description="SIGNWRITING MOVEMENT-WALLPLANE BEND LARGE",
239281  direction="l",
239282  linebreak="al",
239283  unicodeslot=0x1D93A,
239284 },
239285 [0x1D93B]={
239286  category="so",
239287  description="SIGNWRITING MOVEMENT-WALLPLANE CORNER SMALL",
239288  direction="l",
239289  linebreak="al",
239290  unicodeslot=0x1D93B,
239291 },
239292 [0x1D93C]={
239293  category="so",
239294  description="SIGNWRITING MOVEMENT-WALLPLANE CORNER MEDIUM",
239295  direction="l",
239296  linebreak="al",
239297  unicodeslot=0x1D93C,
239298 },
239299 [0x1D93D]={
239300  category="so",
239301  description="SIGNWRITING MOVEMENT-WALLPLANE CORNER LARGE",
239302  direction="l",
239303  linebreak="al",
239304  unicodeslot=0x1D93D,
239305 },
239306 [0x1D93E]={
239307  category="so",
239308  description="SIGNWRITING MOVEMENT-WALLPLANE CORNER ROTATION",
239309  direction="l",
239310  linebreak="al",
239311  unicodeslot=0x1D93E,
239312 },
239313 [0x1D93F]={
239314  category="so",
239315  description="SIGNWRITING MOVEMENT-WALLPLANE CHECK SMALL",
239316  direction="l",
239317  linebreak="al",
239318  unicodeslot=0x1D93F,
239319 },
239320 [0x1D940]={
239321  category="so",
239322  description="SIGNWRITING MOVEMENT-WALLPLANE CHECK MEDIUM",
239323  direction="l",
239324  linebreak="al",
239325  unicodeslot=0x1D940,
239326 },
239327 [0x1D941]={
239328  category="so",
239329  description="SIGNWRITING MOVEMENT-WALLPLANE CHECK LARGE",
239330  direction="l",
239331  linebreak="al",
239332  unicodeslot=0x1D941,
239333 },
239334 [0x1D942]={
239335  category="so",
239336  description="SIGNWRITING MOVEMENT-WALLPLANE BOX SMALL",
239337  direction="l",
239338  linebreak="al",
239339  unicodeslot=0x1D942,
239340 },
239341 [0x1D943]={
239342  category="so",
239343  description="SIGNWRITING MOVEMENT-WALLPLANE BOX MEDIUM",
239344  direction="l",
239345  linebreak="al",
239346  unicodeslot=0x1D943,
239347 },
239348 [0x1D944]={
239349  category="so",
239350  description="SIGNWRITING MOVEMENT-WALLPLANE BOX LARGE",
239351  direction="l",
239352  linebreak="al",
239353  unicodeslot=0x1D944,
239354 },
239355 [0x1D945]={
239356  category="so",
239357  description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG SMALL",
239358  direction="l",
239359  linebreak="al",
239360  unicodeslot=0x1D945,
239361 },
239362 [0x1D946]={
239363  category="so",
239364  description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG MEDIUM",
239365  direction="l",
239366  linebreak="al",
239367  unicodeslot=0x1D946,
239368 },
239369 [0x1D947]={
239370  category="so",
239371  description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG LARGE",
239372  direction="l",
239373  linebreak="al",
239374  unicodeslot=0x1D947,
239375 },
239376 [0x1D948]={
239377  category="so",
239378  description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS SMALL",
239379  direction="l",
239380  linebreak="al",
239381  unicodeslot=0x1D948,
239382 },
239383 [0x1D949]={
239384  category="so",
239385  description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS MEDIUM",
239386  direction="l",
239387  linebreak="al",
239388  unicodeslot=0x1D949,
239389 },
239390 [0x1D94A]={
239391  category="so",
239392  description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS LARGE",
239393  direction="l",
239394  linebreak="al",
239395  unicodeslot=0x1D94A,
239396 },
239397 [0x1D94B]={
239398  category="so",
239399  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE SINGLE",
239400  direction="l",
239401  linebreak="al",
239402  unicodeslot=0x1D94B,
239403 },
239404 [0x1D94C]={
239405  category="so",
239406  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE DOUBLE",
239407  direction="l",
239408  linebreak="al",
239409  unicodeslot=0x1D94C,
239410 },
239411 [0x1D94D]={
239412  category="so",
239413  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE ALTERNATING",
239414  direction="l",
239415  linebreak="al",
239416  unicodeslot=0x1D94D,
239417 },
239418 [0x1D94E]={
239419  category="so",
239420  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE SINGLE",
239421  direction="l",
239422  linebreak="al",
239423  unicodeslot=0x1D94E,
239424 },
239425 [0x1D94F]={
239426  category="so",
239427  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE DOUBLE",
239428  direction="l",
239429  linebreak="al",
239430  unicodeslot=0x1D94F,
239431 },
239432 [0x1D950]={
239433  category="so",
239434  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE ALTERNATING",
239435  direction="l",
239436  linebreak="al",
239437  unicodeslot=0x1D950,
239438 },
239439 [0x1D951]={
239440  category="so",
239441  description="SIGNWRITING TRAVEL-WALLPLANE SHAKING",
239442  direction="l",
239443  linebreak="al",
239444  unicodeslot=0x1D951,
239445 },
239446 [0x1D952]={
239447  category="so",
239448  description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL SINGLE",
239449  direction="l",
239450  linebreak="al",
239451  unicodeslot=0x1D952,
239452 },
239453 [0x1D953]={
239454  category="so",
239455  description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL DOUBLE",
239456  direction="l",
239457  linebreak="al",
239458  unicodeslot=0x1D953,
239459 },
239460 [0x1D954]={
239461  category="so",
239462  description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL TRIPLE",
239463  direction="l",
239464  linebreak="al",
239465  unicodeslot=0x1D954,
239466 },
239467 [0x1D955]={
239468  category="so",
239469  description="SIGNWRITING MOVEMENT-DIAGONAL AWAY SMALL",
239470  direction="l",
239471  linebreak="al",
239472  unicodeslot=0x1D955,
239473 },
239474 [0x1D956]={
239475  category="so",
239476  description="SIGNWRITING MOVEMENT-DIAGONAL AWAY MEDIUM",
239477  direction="l",
239478  linebreak="al",
239479  unicodeslot=0x1D956,
239480 },
239481 [0x1D957]={
239482  category="so",
239483  description="SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGE",
239484  direction="l",
239485  linebreak="al",
239486  unicodeslot=0x1D957,
239487 },
239488 [0x1D958]={
239489  category="so",
239490  description="SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGEST",
239491  direction="l",
239492  linebreak="al",
239493  unicodeslot=0x1D958,
239494 },
239495 [0x1D959]={
239496  category="so",
239497  description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS SMALL",
239498  direction="l",
239499  linebreak="al",
239500  unicodeslot=0x1D959,
239501 },
239502 [0x1D95A]={
239503  category="so",
239504  description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS MEDIUM",
239505  direction="l",
239506  linebreak="al",
239507  unicodeslot=0x1D95A,
239508 },
239509 [0x1D95B]={
239510  category="so",
239511  description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGE",
239512  direction="l",
239513  linebreak="al",
239514  unicodeslot=0x1D95B,
239515 },
239516 [0x1D95C]={
239517  category="so",
239518  description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGEST",
239519  direction="l",
239520  linebreak="al",
239521  unicodeslot=0x1D95C,
239522 },
239523 [0x1D95D]={
239524  category="so",
239525  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY SMALL",
239526  direction="l",
239527  linebreak="al",
239528  unicodeslot=0x1D95D,
239529 },
239530 [0x1D95E]={
239531  category="so",
239532  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY MEDIUM",
239533  direction="l",
239534  linebreak="al",
239535  unicodeslot=0x1D95E,
239536 },
239537 [0x1D95F]={
239538  category="so",
239539  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGE",
239540  direction="l",
239541  linebreak="al",
239542  unicodeslot=0x1D95F,
239543 },
239544 [0x1D960]={
239545  category="so",
239546  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGEST",
239547  direction="l",
239548  linebreak="al",
239549  unicodeslot=0x1D960,
239550 },
239551 [0x1D961]={
239552  category="so",
239553  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS SMALL",
239554  direction="l",
239555  linebreak="al",
239556  unicodeslot=0x1D961,
239557 },
239558 [0x1D962]={
239559  category="so",
239560  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS MEDIUM",
239561  direction="l",
239562  linebreak="al",
239563  unicodeslot=0x1D962,
239564 },
239565 [0x1D963]={
239566  category="so",
239567  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGE",
239568  direction="l",
239569  linebreak="al",
239570  unicodeslot=0x1D963,
239571 },
239572 [0x1D964]={
239573  category="so",
239574  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGEST",
239575  direction="l",
239576  linebreak="al",
239577  unicodeslot=0x1D964,
239578 },
239579 [0x1D965]={
239580  category="so",
239581  description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT SMALL",
239582  direction="l",
239583  linebreak="al",
239584  unicodeslot=0x1D965,
239585 },
239586 [0x1D966]={
239587  category="so",
239588  description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT MEDIUM",
239589  direction="l",
239590  linebreak="al",
239591  unicodeslot=0x1D966,
239592 },
239593 [0x1D967]={
239594  category="so",
239595  description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGE",
239596  direction="l",
239597  linebreak="al",
239598  unicodeslot=0x1D967,
239599 },
239600 [0x1D968]={
239601  category="so",
239602  description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGEST",
239603  direction="l",
239604  linebreak="al",
239605  unicodeslot=0x1D968,
239606 },
239607 [0x1D969]={
239608  category="so",
239609  description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE WRIST FLEX",
239610  direction="l",
239611  linebreak="al",
239612  unicodeslot=0x1D969,
239613 },
239614 [0x1D96A]={
239615  category="so",
239616  description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE STRAIGHT",
239617  direction="l",
239618  linebreak="al",
239619  unicodeslot=0x1D96A,
239620 },
239621 [0x1D96B]={
239622  category="so",
239623  description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE WRIST FLEX",
239624  direction="l",
239625  linebreak="al",
239626  unicodeslot=0x1D96B,
239627 },
239628 [0x1D96C]={
239629  category="so",
239630  description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING",
239631  direction="l",
239632  linebreak="al",
239633  unicodeslot=0x1D96C,
239634 },
239635 [0x1D96D]={
239636  category="so",
239637  description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING WRIST FLEX",
239638  direction="l",
239639  linebreak="al",
239640  unicodeslot=0x1D96D,
239641 },
239642 [0x1D96E]={
239643  category="so",
239644  description="SIGNWRITING MOVEMENT-FLOORPLANE CROSS",
239645  direction="l",
239646  linebreak="al",
239647  unicodeslot=0x1D96E,
239648 },
239649 [0x1D96F]={
239650  category="so",
239651  description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE STRAIGHT MOVEMENT",
239652  direction="l",
239653  linebreak="al",
239654  unicodeslot=0x1D96F,
239655 },
239656 [0x1D970]={
239657  category="so",
239658  description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE WRIST FLEX",
239659  direction="l",
239660  linebreak="al",
239661  unicodeslot=0x1D970,
239662 },
239663 [0x1D971]={
239664  category="so",
239665  description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING MOVEMENT",
239666  direction="l",
239667  linebreak="al",
239668  unicodeslot=0x1D971,
239669 },
239670 [0x1D972]={
239671  category="so",
239672  description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING WRIST FLEX",
239673  direction="l",
239674  linebreak="al",
239675  unicodeslot=0x1D972,
239676 },
239677 [0x1D973]={
239678  category="so",
239679  description="SIGNWRITING MOVEMENT-FLOORPLANE BEND",
239680  direction="l",
239681  linebreak="al",
239682  unicodeslot=0x1D973,
239683 },
239684 [0x1D974]={
239685  category="so",
239686  description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER SMALL",
239687  direction="l",
239688  linebreak="al",
239689  unicodeslot=0x1D974,
239690 },
239691 [0x1D975]={
239692  category="so",
239693  description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER MEDIUM",
239694  direction="l",
239695  linebreak="al",
239696  unicodeslot=0x1D975,
239697 },
239698 [0x1D976]={
239699  category="so",
239700  description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER LARGE",
239701  direction="l",
239702  linebreak="al",
239703  unicodeslot=0x1D976,
239704 },
239705 [0x1D977]={
239706  category="so",
239707  description="SIGNWRITING MOVEMENT-FLOORPLANE CHECK",
239708  direction="l",
239709  linebreak="al",
239710  unicodeslot=0x1D977,
239711 },
239712 [0x1D978]={
239713  category="so",
239714  description="SIGNWRITING MOVEMENT-FLOORPLANE BOX SMALL",
239715  direction="l",
239716  linebreak="al",
239717  unicodeslot=0x1D978,
239718 },
239719 [0x1D979]={
239720  category="so",
239721  description="SIGNWRITING MOVEMENT-FLOORPLANE BOX MEDIUM",
239722  direction="l",
239723  linebreak="al",
239724  unicodeslot=0x1D979,
239725 },
239726 [0x1D97A]={
239727  category="so",
239728  description="SIGNWRITING MOVEMENT-FLOORPLANE BOX LARGE",
239729  direction="l",
239730  linebreak="al",
239731  unicodeslot=0x1D97A,
239732 },
239733 [0x1D97B]={
239734  category="so",
239735  description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG SMALL",
239736  direction="l",
239737  linebreak="al",
239738  unicodeslot=0x1D97B,
239739 },
239740 [0x1D97C]={
239741  category="so",
239742  description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG MEDIUM",
239743  direction="l",
239744  linebreak="al",
239745  unicodeslot=0x1D97C,
239746 },
239747 [0x1D97D]={
239748  category="so",
239749  description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG LARGE",
239750  direction="l",
239751  linebreak="al",
239752  unicodeslot=0x1D97D,
239753 },
239754 [0x1D97E]={
239755  category="so",
239756  description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS SMALL",
239757  direction="l",
239758  linebreak="al",
239759  unicodeslot=0x1D97E,
239760 },
239761 [0x1D97F]={
239762  category="so",
239763  description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS MEDIUM",
239764  direction="l",
239765  linebreak="al",
239766  unicodeslot=0x1D97F,
239767 },
239768 [0x1D980]={
239769  category="so",
239770  description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS LARGE",
239771  direction="l",
239772  linebreak="al",
239773  unicodeslot=0x1D980,
239774 },
239775 [0x1D981]={
239776  category="so",
239777  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE SINGLE",
239778  direction="l",
239779  linebreak="al",
239780  unicodeslot=0x1D981,
239781 },
239782 [0x1D982]={
239783  category="so",
239784  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE DOUBLE",
239785  direction="l",
239786  linebreak="al",
239787  unicodeslot=0x1D982,
239788 },
239789 [0x1D983]={
239790  category="so",
239791  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE ALTERNATING",
239792  direction="l",
239793  linebreak="al",
239794  unicodeslot=0x1D983,
239795 },
239796 [0x1D984]={
239797  category="so",
239798  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE SINGLE",
239799  direction="l",
239800  linebreak="al",
239801  unicodeslot=0x1D984,
239802 },
239803 [0x1D985]={
239804  category="so",
239805  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE DOUBLE",
239806  direction="l",
239807  linebreak="al",
239808  unicodeslot=0x1D985,
239809 },
239810 [0x1D986]={
239811  category="so",
239812  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE ALTERNATING",
239813  direction="l",
239814  linebreak="al",
239815  unicodeslot=0x1D986,
239816 },
239817 [0x1D987]={
239818  category="so",
239819  description="SIGNWRITING TRAVEL-FLOORPLANE SHAKING",
239820  direction="l",
239821  linebreak="al",
239822  unicodeslot=0x1D987,
239823 },
239824 [0x1D988]={
239825  category="so",
239826  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER SMALL",
239827  direction="l",
239828  linebreak="al",
239829  unicodeslot=0x1D988,
239830 },
239831 [0x1D989]={
239832  category="so",
239833  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER MEDIUM",
239834  direction="l",
239835  linebreak="al",
239836  unicodeslot=0x1D989,
239837 },
239838 [0x1D98A]={
239839  category="so",
239840  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGE",
239841  direction="l",
239842  linebreak="al",
239843  unicodeslot=0x1D98A,
239844 },
239845 [0x1D98B]={
239846  category="so",
239847  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGEST",
239848  direction="l",
239849  linebreak="al",
239850  unicodeslot=0x1D98B,
239851 },
239852 [0x1D98C]={
239853  category="so",
239854  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE SMALL",
239855  direction="l",
239856  linebreak="al",
239857  unicodeslot=0x1D98C,
239858 },
239859 [0x1D98D]={
239860  category="so",
239861  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE MEDIUM",
239862  direction="l",
239863  linebreak="al",
239864  unicodeslot=0x1D98D,
239865 },
239866 [0x1D98E]={
239867  category="so",
239868  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGE",
239869  direction="l",
239870  linebreak="al",
239871  unicodeslot=0x1D98E,
239872 },
239873 [0x1D98F]={
239874  category="so",
239875  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGEST",
239876  direction="l",
239877  linebreak="al",
239878  unicodeslot=0x1D98F,
239879 },
239880 [0x1D990]={
239881  category="so",
239882  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE SMALL",
239883  direction="l",
239884  linebreak="al",
239885  unicodeslot=0x1D990,
239886 },
239887 [0x1D991]={
239888  category="so",
239889  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE MEDIUM",
239890  direction="l",
239891  linebreak="al",
239892  unicodeslot=0x1D991,
239893 },
239894 [0x1D992]={
239895  category="so",
239896  description="SIGNWRITING MOVEMENT-WALLPLANE HUMP SMALL",
239897  direction="l",
239898  linebreak="al",
239899  unicodeslot=0x1D992,
239900 },
239901 [0x1D993]={
239902  category="so",
239903  description="SIGNWRITING MOVEMENT-WALLPLANE HUMP MEDIUM",
239904  direction="l",
239905  linebreak="al",
239906  unicodeslot=0x1D993,
239907 },
239908 [0x1D994]={
239909  category="so",
239910  description="SIGNWRITING MOVEMENT-WALLPLANE HUMP LARGE",
239911  direction="l",
239912  linebreak="al",
239913  unicodeslot=0x1D994,
239914 },
239915 [0x1D995]={
239916  category="so",
239917  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL",
239918  direction="l",
239919  linebreak="al",
239920  unicodeslot=0x1D995,
239921 },
239922 [0x1D996]={
239923  category="so",
239924  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP MEDIUM",
239925  direction="l",
239926  linebreak="al",
239927  unicodeslot=0x1D996,
239928 },
239929 [0x1D997]={
239930  category="so",
239931  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP LARGE",
239932  direction="l",
239933  linebreak="al",
239934  unicodeslot=0x1D997,
239935 },
239936 [0x1D998]={
239937  category="so",
239938  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL DOUBLE",
239939  direction="l",
239940  linebreak="al",
239941  unicodeslot=0x1D998,
239942 },
239943 [0x1D999]={
239944  category="so",
239945  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE SMALL",
239946  direction="l",
239947  linebreak="al",
239948  unicodeslot=0x1D999,
239949 },
239950 [0x1D99A]={
239951  category="so",
239952  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE MEDIUM",
239953  direction="l",
239954  linebreak="al",
239955  unicodeslot=0x1D99A,
239956 },
239957 [0x1D99B]={
239958  category="so",
239959  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE LARGE",
239960  direction="l",
239961  linebreak="al",
239962  unicodeslot=0x1D99B,
239963 },
239964 [0x1D99C]={
239965  category="so",
239966  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE SMALL",
239967  direction="l",
239968  linebreak="al",
239969  unicodeslot=0x1D99C,
239970 },
239971 [0x1D99D]={
239972  category="so",
239973  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE MEDIUM",
239974  direction="l",
239975  linebreak="al",
239976  unicodeslot=0x1D99D,
239977 },
239978 [0x1D99E]={
239979  category="so",
239980  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE LARGE",
239981  direction="l",
239982  linebreak="al",
239983  unicodeslot=0x1D99E,
239984 },
239985 [0x1D99F]={
239986  category="so",
239987  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THEN STRAIGHT",
239988  direction="l",
239989  linebreak="al",
239990  unicodeslot=0x1D99F,
239991 },
239992 [0x1D9A0]={
239993  category="so",
239994  description="SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS SMALL",
239995  direction="l",
239996  linebreak="al",
239997  unicodeslot=0x1D9A0,
239998 },
239999 [0x1D9A1]={
240000  category="so",
240001  description="SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS MEDIUM",
240002  direction="l",
240003  linebreak="al",
240004  unicodeslot=0x1D9A1,
240005 },
240006 [0x1D9A2]={
240007  category="so",
240008  description="SIGNWRITING ROTATION-WALLPLANE SINGLE",
240009  direction="l",
240010  linebreak="al",
240011  unicodeslot=0x1D9A2,
240012 },
240013 [0x1D9A3]={
240014  category="so",
240015  description="SIGNWRITING ROTATION-WALLPLANE DOUBLE",
240016  direction="l",
240017  linebreak="al",
240018  unicodeslot=0x1D9A3,
240019 },
240020 [0x1D9A4]={
240021  category="so",
240022  description="SIGNWRITING ROTATION-WALLPLANE ALTERNATE",
240023  direction="l",
240024  linebreak="al",
240025  unicodeslot=0x1D9A4,
240026 },
240027 [0x1D9A5]={
240028  category="so",
240029  description="SIGNWRITING MOVEMENT-WALLPLANE SHAKING",
240030  direction="l",
240031  linebreak="al",
240032  unicodeslot=0x1D9A5,
240033 },
240034 [0x1D9A6]={
240035  category="so",
240036  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING FRONT WALL",
240037  direction="l",
240038  linebreak="al",
240039  unicodeslot=0x1D9A6,
240040 },
240041 [0x1D9A7]={
240042  category="so",
240043  description="SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING FRONT WALL",
240044  direction="l",
240045  linebreak="al",
240046  unicodeslot=0x1D9A7,
240047 },
240048 [0x1D9A8]={
240049  category="so",
240050  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING FRONT WALL",
240051  direction="l",
240052  linebreak="al",
240053  unicodeslot=0x1D9A8,
240054 },
240055 [0x1D9A9]={
240056  category="so",
240057  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING FRONT WALL",
240058  direction="l",
240059  linebreak="al",
240060  unicodeslot=0x1D9A9,
240061 },
240062 [0x1D9AA]={
240063  category="so",
240064  description="SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING FRONT WALL",
240065  direction="l",
240066  linebreak="al",
240067  unicodeslot=0x1D9AA,
240068 },
240069 [0x1D9AB]={
240070  category="so",
240071  description="SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING FRONT WALL",
240072  direction="l",
240073  linebreak="al",
240074  unicodeslot=0x1D9AB,
240075 },
240076 [0x1D9AC]={
240077  category="so",
240078  description="SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING FRONT WALL",
240079  direction="l",
240080  linebreak="al",
240081  unicodeslot=0x1D9AC,
240082 },
240083 [0x1D9AD]={
240084  category="so",
240085  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING CHEST",
240086  direction="l",
240087  linebreak="al",
240088  unicodeslot=0x1D9AD,
240089 },
240090 [0x1D9AE]={
240091  category="so",
240092  description="SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING CHEST",
240093  direction="l",
240094  linebreak="al",
240095  unicodeslot=0x1D9AE,
240096 },
240097 [0x1D9AF]={
240098  category="so",
240099  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING CHEST",
240100  direction="l",
240101  linebreak="al",
240102  unicodeslot=0x1D9AF,
240103 },
240104 [0x1D9B0]={
240105  category="so",
240106  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING CHEST",
240107  direction="l",
240108  linebreak="al",
240109  unicodeslot=0x1D9B0,
240110 },
240111 [0x1D9B1]={
240112  category="so",
240113  description="SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING CHEST",
240114  direction="l",
240115  linebreak="al",
240116  unicodeslot=0x1D9B1,
240117 },
240118 [0x1D9B2]={
240119  category="so",
240120  description="SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING CHEST",
240121  direction="l",
240122  linebreak="al",
240123  unicodeslot=0x1D9B2,
240124 },
240125 [0x1D9B3]={
240126  category="so",
240127  description="SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING CHEST",
240128  direction="l",
240129  linebreak="al",
240130  unicodeslot=0x1D9B3,
240131 },
240132 [0x1D9B4]={
240133  category="so",
240134  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH SMALL",
240135  direction="l",
240136  linebreak="al",
240137  unicodeslot=0x1D9B4,
240138 },
240139 [0x1D9B5]={
240140  category="so",
240141  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH MEDIUM",
240142  direction="l",
240143  linebreak="al",
240144  unicodeslot=0x1D9B5,
240145 },
240146 [0x1D9B6]={
240147  category="so",
240148  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH LARGE",
240149  direction="l",
240150  linebreak="al",
240151  unicodeslot=0x1D9B6,
240152 },
240153 [0x1D9B7]={
240154  category="so",
240155  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING SMALL",
240156  direction="l",
240157  linebreak="al",
240158  unicodeslot=0x1D9B7,
240159 },
240160 [0x1D9B8]={
240161  category="so",
240162  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING LARGE",
240163  direction="l",
240164  linebreak="al",
240165  unicodeslot=0x1D9B8,
240166 },
240167 [0x1D9B9]={
240168  category="so",
240169  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL DOUBLE",
240170  direction="l",
240171  linebreak="al",
240172  unicodeslot=0x1D9B9,
240173 },
240174 [0x1D9BA]={
240175  category="so",
240176  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE DOUBLE",
240177  direction="l",
240178  linebreak="al",
240179  unicodeslot=0x1D9BA,
240180 },
240181 [0x1D9BB]={
240182  category="so",
240183  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL TRIPLE",
240184  direction="l",
240185  linebreak="al",
240186  unicodeslot=0x1D9BB,
240187 },
240188 [0x1D9BC]={
240189  category="so",
240190  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE TRIPLE",
240191  direction="l",
240192  linebreak="al",
240193  unicodeslot=0x1D9BC,
240194 },
240195 [0x1D9BD]={
240196  category="so",
240197  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL SINGLE",
240198  direction="l",
240199  linebreak="al",
240200  unicodeslot=0x1D9BD,
240201 },
240202 [0x1D9BE]={
240203  category="so",
240204  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE SINGLE",
240205  direction="l",
240206  linebreak="al",
240207  unicodeslot=0x1D9BE,
240208 },
240209 [0x1D9BF]={
240210  category="so",
240211  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL DOUBLE",
240212  direction="l",
240213  linebreak="al",
240214  unicodeslot=0x1D9BF,
240215 },
240216 [0x1D9C0]={
240217  category="so",
240218  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE DOUBLE",
240219  direction="l",
240220  linebreak="al",
240221  unicodeslot=0x1D9C0,
240222 },
240223 [0x1D9C1]={
240224  category="so",
240225  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING SMALL",
240226  direction="l",
240227  linebreak="al",
240228  unicodeslot=0x1D9C1,
240229 },
240230 [0x1D9C2]={
240231  category="so",
240232  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING LARGE",
240233  direction="l",
240234  linebreak="al",
240235  unicodeslot=0x1D9C2,
240236 },
240237 [0x1D9C3]={
240238  category="so",
240239  description="SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING CEILING",
240240  direction="l",
240241  linebreak="al",
240242  unicodeslot=0x1D9C3,
240243 },
240244 [0x1D9C4]={
240245  category="so",
240246  description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING CEILING",
240247  direction="l",
240248  linebreak="al",
240249  unicodeslot=0x1D9C4,
240250 },
240251 [0x1D9C5]={
240252  category="so",
240253  description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING CEILING",
240254  direction="l",
240255  linebreak="al",
240256  unicodeslot=0x1D9C5,
240257 },
240258 [0x1D9C6]={
240259  category="so",
240260  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR SMALL",
240261  direction="l",
240262  linebreak="al",
240263  unicodeslot=0x1D9C6,
240264 },
240265 [0x1D9C7]={
240266  category="so",
240267  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR LARGE",
240268  direction="l",
240269  linebreak="al",
240270  unicodeslot=0x1D9C7,
240271 },
240272 [0x1D9C8]={
240273  category="so",
240274  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR SMALL DOUBLE",
240275  direction="l",
240276  linebreak="al",
240277  unicodeslot=0x1D9C8,
240278 },
240279 [0x1D9C9]={
240280  category="so",
240281  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR LARGE DOUBLE",
240282  direction="l",
240283  linebreak="al",
240284  unicodeslot=0x1D9C9,
240285 },
240286 [0x1D9CA]={
240287  category="so",
240288  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE SMALL TRIPLE",
240289  direction="l",
240290  linebreak="al",
240291  unicodeslot=0x1D9CA,
240292 },
240293 [0x1D9CB]={
240294  category="so",
240295  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE LARGE TRIPLE",
240296  direction="l",
240297  linebreak="al",
240298  unicodeslot=0x1D9CB,
240299 },
240300 [0x1D9CC]={
240301  category="so",
240302  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL SINGLE",
240303  direction="l",
240304  linebreak="al",
240305  unicodeslot=0x1D9CC,
240306 },
240307 [0x1D9CD]={
240308  category="so",
240309  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE SINGLE",
240310  direction="l",
240311  linebreak="al",
240312  unicodeslot=0x1D9CD,
240313 },
240314 [0x1D9CE]={
240315  category="so",
240316  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL DOUBLE",
240317  direction="l",
240318  linebreak="al",
240319  unicodeslot=0x1D9CE,
240320 },
240321 [0x1D9CF]={
240322  category="so",
240323  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE DOUBLE",
240324  direction="l",
240325  linebreak="al",
240326  unicodeslot=0x1D9CF,
240327 },
240328 [0x1D9D0]={
240329  category="so",
240330  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR SMALL",
240331  direction="l",
240332  linebreak="al",
240333  unicodeslot=0x1D9D0,
240334 },
240335 [0x1D9D1]={
240336  category="so",
240337  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR LARGE",
240338  direction="l",
240339  linebreak="al",
240340  unicodeslot=0x1D9D1,
240341 },
240342 [0x1D9D2]={
240343  category="so",
240344  description="SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING FLOOR",
240345  direction="l",
240346  linebreak="al",
240347  unicodeslot=0x1D9D2,
240348 },
240349 [0x1D9D3]={
240350  category="so",
240351  description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING FLOOR",
240352  direction="l",
240353  linebreak="al",
240354  unicodeslot=0x1D9D3,
240355 },
240356 [0x1D9D4]={
240357  category="so",
240358  description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING FLOOR",
240359  direction="l",
240360  linebreak="al",
240361  unicodeslot=0x1D9D4,
240362 },
240363 [0x1D9D5]={
240364  category="so",
240365  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE SMALL",
240366  direction="l",
240367  linebreak="al",
240368  unicodeslot=0x1D9D5,
240369 },
240370 [0x1D9D6]={
240371  category="so",
240372  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE MEDIUM",
240373  direction="l",
240374  linebreak="al",
240375  unicodeslot=0x1D9D6,
240376 },
240377 [0x1D9D7]={
240378  category="so",
240379  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGE",
240380  direction="l",
240381  linebreak="al",
240382  unicodeslot=0x1D9D7,
240383 },
240384 [0x1D9D8]={
240385  category="so",
240386  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGEST",
240387  direction="l",
240388  linebreak="al",
240389  unicodeslot=0x1D9D8,
240390 },
240391 [0x1D9D9]={
240392  category="so",
240393  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE COMBINED",
240394  direction="l",
240395  linebreak="al",
240396  unicodeslot=0x1D9D9,
240397 },
240398 [0x1D9DA]={
240399  category="so",
240400  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP SMALL",
240401  direction="l",
240402  linebreak="al",
240403  unicodeslot=0x1D9DA,
240404 },
240405 [0x1D9DB]={
240406  category="so",
240407  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP SMALL",
240408  direction="l",
240409  linebreak="al",
240410  unicodeslot=0x1D9DB,
240411 },
240412 [0x1D9DC]={
240413  category="so",
240414  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE SNAKE",
240415  direction="l",
240416  linebreak="al",
240417  unicodeslot=0x1D9DC,
240418 },
240419 [0x1D9DD]={
240420  category="so",
240421  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE SMALL",
240422  direction="l",
240423  linebreak="al",
240424  unicodeslot=0x1D9DD,
240425 },
240426 [0x1D9DE]={
240427  category="so",
240428  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE LARGE",
240429  direction="l",
240430  linebreak="al",
240431  unicodeslot=0x1D9DE,
240432 },
240433 [0x1D9DF]={
240434  category="so",
240435  description="SIGNWRITING ROTATION-FLOORPLANE SINGLE",
240436  direction="l",
240437  linebreak="al",
240438  unicodeslot=0x1D9DF,
240439 },
240440 [0x1D9E0]={
240441  category="so",
240442  description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE",
240443  direction="l",
240444  linebreak="al",
240445  unicodeslot=0x1D9E0,
240446 },
240447 [0x1D9E1]={
240448  category="so",
240449  description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING",
240450  direction="l",
240451  linebreak="al",
240452  unicodeslot=0x1D9E1,
240453 },
240454 [0x1D9E2]={
240455  category="so",
240456  description="SIGNWRITING MOVEMENT-FLOORPLANE SHAKING PARALLEL",
240457  direction="l",
240458  linebreak="al",
240459  unicodeslot=0x1D9E2,
240460 },
240461 [0x1D9E3]={
240462  category="so",
240463  description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL SINGLE",
240464  direction="l",
240465  linebreak="al",
240466  unicodeslot=0x1D9E3,
240467 },
240468 [0x1D9E4]={
240469  category="so",
240470  description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM SINGLE",
240471  direction="l",
240472  linebreak="al",
240473  unicodeslot=0x1D9E4,
240474 },
240475 [0x1D9E5]={
240476  category="so",
240477  description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL DOUBLE",
240478  direction="l",
240479  linebreak="al",
240480  unicodeslot=0x1D9E5,
240481 },
240482 [0x1D9E6]={
240483  category="so",
240484  description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM DOUBLE",
240485  direction="l",
240486  linebreak="al",
240487  unicodeslot=0x1D9E6,
240488 },
240489 [0x1D9E7]={
240490  category="so",
240491  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL SINGLE",
240492  direction="l",
240493  linebreak="al",
240494  unicodeslot=0x1D9E7,
240495 },
240496 [0x1D9E8]={
240497  category="so",
240498  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM SINGLE",
240499  direction="l",
240500  linebreak="al",
240501  unicodeslot=0x1D9E8,
240502 },
240503 [0x1D9E9]={
240504  category="so",
240505  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE SINGLE",
240506  direction="l",
240507  linebreak="al",
240508  unicodeslot=0x1D9E9,
240509 },
240510 [0x1D9EA]={
240511  category="so",
240512  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL DOUBLE",
240513  direction="l",
240514  linebreak="al",
240515  unicodeslot=0x1D9EA,
240516 },
240517 [0x1D9EB]={
240518  category="so",
240519  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM DOUBLE",
240520  direction="l",
240521  linebreak="al",
240522  unicodeslot=0x1D9EB,
240523 },
240524 [0x1D9EC]={
240525  category="so",
240526  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE DOUBLE",
240527  direction="l",
240528  linebreak="al",
240529  unicodeslot=0x1D9EC,
240530 },
240531 [0x1D9ED]={
240532  category="so",
240533  description="SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT SINGLE",
240534  direction="l",
240535  linebreak="al",
240536  unicodeslot=0x1D9ED,
240537 },
240538 [0x1D9EE]={
240539  category="so",
240540  description="SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT DOUBLE",
240541  direction="l",
240542  linebreak="al",
240543  unicodeslot=0x1D9EE,
240544 },
240545 [0x1D9EF]={
240546  category="so",
240547  description="SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL SINGLE",
240548  direction="l",
240549  linebreak="al",
240550  unicodeslot=0x1D9EF,
240551 },
240552 [0x1D9F0]={
240553  category="so",
240554  description="SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL DOUBLE",
240555  direction="l",
240556  linebreak="al",
240557  unicodeslot=0x1D9F0,
240558 },
240559 [0x1D9F1]={
240560  category="so",
240561  description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES SINGLE",
240562  direction="l",
240563  linebreak="al",
240564  unicodeslot=0x1D9F1,
240565 },
240566 [0x1D9F2]={
240567  category="so",
240568  description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES DOUBLE",
240569  direction="l",
240570  linebreak="al",
240571  unicodeslot=0x1D9F2,
240572 },
240573 [0x1D9F3]={
240574  category="so",
240575  description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL SINGLE",
240576  direction="l",
240577  linebreak="al",
240578  unicodeslot=0x1D9F3,
240579 },
240580 [0x1D9F4]={
240581  category="so",
240582  description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL DOUBLE",
240583  direction="l",
240584  linebreak="al",
240585  unicodeslot=0x1D9F4,
240586 },
240587 [0x1D9F5]={
240588  category="so",
240589  description="SIGNWRITING DYNAMIC ARROWHEAD SMALL",
240590  direction="l",
240591  linebreak="al",
240592  unicodeslot=0x1D9F5,
240593 },
240594 [0x1D9F6]={
240595  category="so",
240596  description="SIGNWRITING DYNAMIC ARROWHEAD LARGE",
240597  direction="l",
240598  linebreak="al",
240599  unicodeslot=0x1D9F6,
240600 },
240601 [0x1D9F7]={
240602  category="so",
240603  description="SIGNWRITING DYNAMIC FAST",
240604  direction="l",
240605  linebreak="al",
240606  unicodeslot=0x1D9F7,
240607 },
240608 [0x1D9F8]={
240609  category="so",
240610  description="SIGNWRITING DYNAMIC SLOW",
240611  direction="l",
240612  linebreak="al",
240613  unicodeslot=0x1D9F8,
240614 },
240615 [0x1D9F9]={
240616  category="so",
240617  description="SIGNWRITING DYNAMIC TENSE",
240618  direction="l",
240619  linebreak="al",
240620  unicodeslot=0x1D9F9,
240621 },
240622 [0x1D9FA]={
240623  category="so",
240624  description="SIGNWRITING DYNAMIC RELAXED",
240625  direction="l",
240626  linebreak="al",
240627  unicodeslot=0x1D9FA,
240628 },
240629 [0x1D9FB]={
240630  category="so",
240631  description="SIGNWRITING DYNAMIC SIMULTANEOUS",
240632  direction="l",
240633  linebreak="al",
240634  unicodeslot=0x1D9FB,
240635 },
240636 [0x1D9FC]={
240637  category="so",
240638  description="SIGNWRITING DYNAMIC SIMULTANEOUS ALTERNATING",
240639  direction="l",
240640  linebreak="al",
240641  unicodeslot=0x1D9FC,
240642 },
240643 [0x1D9FD]={
240644  category="so",
240645  description="SIGNWRITING DYNAMIC EVERY OTHER TIME",
240646  direction="l",
240647  linebreak="al",
240648  unicodeslot=0x1D9FD,
240649 },
240650 [0x1D9FE]={
240651  category="so",
240652  description="SIGNWRITING DYNAMIC GRADUAL",
240653  direction="l",
240654  linebreak="al",
240655  unicodeslot=0x1D9FE,
240656 },
240657 [0x1D9FF]={
240658  category="so",
240659  description="SIGNWRITING HEAD",
240660  direction="l",
240661  linebreak="al",
240662  unicodeslot=0x1D9FF,
240663 },
240664 [0x1DA00]={
240665  category="mn",
240666  description="SIGNWRITING HEAD RIM",
240667  direction="nsm",
240668  linebreak="cm",
240669  unicodeslot=0x1DA00,
240670 },
240671 [0x1DA01]={
240672  category="mn",
240673  description="SIGNWRITING HEAD MOVEMENT-WALLPLANE STRAIGHT",
240674  direction="nsm",
240675  linebreak="cm",
240676  unicodeslot=0x1DA01,
240677 },
240678 [0x1DA02]={
240679  category="mn",
240680  description="SIGNWRITING HEAD MOVEMENT-WALLPLANE TILT",
240681  direction="nsm",
240682  linebreak="cm",
240683  unicodeslot=0x1DA02,
240684 },
240685 [0x1DA03]={
240686  category="mn",
240687  description="SIGNWRITING HEAD MOVEMENT-FLOORPLANE STRAIGHT",
240688  direction="nsm",
240689  linebreak="cm",
240690  unicodeslot=0x1DA03,
240691 },
240692 [0x1DA04]={
240693  category="mn",
240694  description="SIGNWRITING HEAD MOVEMENT-WALLPLANE CURVE",
240695  direction="nsm",
240696  linebreak="cm",
240697  unicodeslot=0x1DA04,
240698 },
240699 [0x1DA05]={
240700  category="mn",
240701  description="SIGNWRITING HEAD MOVEMENT-FLOORPLANE CURVE",
240702  direction="nsm",
240703  linebreak="cm",
240704  unicodeslot=0x1DA05,
240705 },
240706 [0x1DA06]={
240707  category="mn",
240708  description="SIGNWRITING HEAD MOVEMENT CIRCLE",
240709  direction="nsm",
240710  linebreak="cm",
240711  unicodeslot=0x1DA06,
240712 },
240713 [0x1DA07]={
240714  category="mn",
240715  description="SIGNWRITING FACE DIRECTION POSITION NOSE FORWARD TILTING",
240716  direction="nsm",
240717  linebreak="cm",
240718  unicodeslot=0x1DA07,
240719 },
240720 [0x1DA08]={
240721  category="mn",
240722  description="SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN",
240723  direction="nsm",
240724  linebreak="cm",
240725  unicodeslot=0x1DA08,
240726 },
240727 [0x1DA09]={
240728  category="mn",
240729  description="SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN TILTING",
240730  direction="nsm",
240731  linebreak="cm",
240732  unicodeslot=0x1DA09,
240733 },
240734 [0x1DA0A]={
240735  category="mn",
240736  description="SIGNWRITING EYEBROWS STRAIGHT UP",
240737  direction="nsm",
240738  linebreak="cm",
240739  unicodeslot=0x1DA0A,
240740 },
240741 [0x1DA0B]={
240742  category="mn",
240743  description="SIGNWRITING EYEBROWS STRAIGHT NEUTRAL",
240744  direction="nsm",
240745  linebreak="cm",
240746  unicodeslot=0x1DA0B,
240747 },
240748 [0x1DA0C]={
240749  category="mn",
240750  description="SIGNWRITING EYEBROWS STRAIGHT DOWN",
240751  direction="nsm",
240752  linebreak="cm",
240753  unicodeslot=0x1DA0C,
240754 },
240755 [0x1DA0D]={
240756  category="mn",
240757  description="SIGNWRITING DREAMY EYEBROWS NEUTRAL DOWN",
240758  direction="nsm",
240759  linebreak="cm",
240760  unicodeslot=0x1DA0D,
240761 },
240762 [0x1DA0E]={
240763  category="mn",
240764  description="SIGNWRITING DREAMY EYEBROWS DOWN NEUTRAL",
240765  direction="nsm",
240766  linebreak="cm",
240767  unicodeslot=0x1DA0E,
240768 },
240769 [0x1DA0F]={
240770  category="mn",
240771  description="SIGNWRITING DREAMY EYEBROWS UP NEUTRAL",
240772  direction="nsm",
240773  linebreak="cm",
240774  unicodeslot=0x1DA0F,
240775 },
240776 [0x1DA10]={
240777  category="mn",
240778  description="SIGNWRITING DREAMY EYEBROWS NEUTRAL UP",
240779  direction="nsm",
240780  linebreak="cm",
240781  unicodeslot=0x1DA10,
240782 },
240783 [0x1DA11]={
240784  category="mn",
240785  description="SIGNWRITING FOREHEAD NEUTRAL",
240786  direction="nsm",
240787  linebreak="cm",
240788  unicodeslot=0x1DA11,
240789 },
240790 [0x1DA12]={
240791  category="mn",
240792  description="SIGNWRITING FOREHEAD CONTACT",
240793  direction="nsm",
240794  linebreak="cm",
240795  unicodeslot=0x1DA12,
240796 },
240797 [0x1DA13]={
240798  category="mn",
240799  description="SIGNWRITING FOREHEAD WRINKLED",
240800  direction="nsm",
240801  linebreak="cm",
240802  unicodeslot=0x1DA13,
240803 },
240804 [0x1DA14]={
240805  category="mn",
240806  description="SIGNWRITING EYES OPEN",
240807  direction="nsm",
240808  linebreak="cm",
240809  unicodeslot=0x1DA14,
240810 },
240811 [0x1DA15]={
240812  category="mn",
240813  description="SIGNWRITING EYES SQUEEZED",
240814  direction="nsm",
240815  linebreak="cm",
240816  unicodeslot=0x1DA15,
240817 },
240818 [0x1DA16]={
240819  category="mn",
240820  description="SIGNWRITING EYES CLOSED",
240821  direction="nsm",
240822  linebreak="cm",
240823  unicodeslot=0x1DA16,
240824 },
240825 [0x1DA17]={
240826  category="mn",
240827  description="SIGNWRITING EYE BLINK SINGLE",
240828  direction="nsm",
240829  linebreak="cm",
240830  unicodeslot=0x1DA17,
240831 },
240832 [0x1DA18]={
240833  category="mn",
240834  description="SIGNWRITING EYE BLINK MULTIPLE",
240835  direction="nsm",
240836  linebreak="cm",
240837  unicodeslot=0x1DA18,
240838 },
240839 [0x1DA19]={
240840  category="mn",
240841  description="SIGNWRITING EYES HALF OPEN",
240842  direction="nsm",
240843  linebreak="cm",
240844  unicodeslot=0x1DA19,
240845 },
240846 [0x1DA1A]={
240847  category="mn",
240848  description="SIGNWRITING EYES WIDE OPEN",
240849  direction="nsm",
240850  linebreak="cm",
240851  unicodeslot=0x1DA1A,
240852 },
240853 [0x1DA1B]={
240854  category="mn",
240855  description="SIGNWRITING EYES HALF CLOSED",
240856  direction="nsm",
240857  linebreak="cm",
240858  unicodeslot=0x1DA1B,
240859 },
240860 [0x1DA1C]={
240861  category="mn",
240862  description="SIGNWRITING EYES WIDENING MOVEMENT",
240863  direction="nsm",
240864  linebreak="cm",
240865  unicodeslot=0x1DA1C,
240866 },
240867 [0x1DA1D]={
240868  category="mn",
240869  description="SIGNWRITING EYE WINK",
240870  direction="nsm",
240871  linebreak="cm",
240872  unicodeslot=0x1DA1D,
240873 },
240874 [0x1DA1E]={
240875  category="mn",
240876  description="SIGNWRITING EYELASHES UP",
240877  direction="nsm",
240878  linebreak="cm",
240879  unicodeslot=0x1DA1E,
240880 },
240881 [0x1DA1F]={
240882  category="mn",
240883  description="SIGNWRITING EYELASHES DOWN",
240884  direction="nsm",
240885  linebreak="cm",
240886  unicodeslot=0x1DA1F,
240887 },
240888 [0x1DA20]={
240889  category="mn",
240890  description="SIGNWRITING EYELASHES FLUTTERING",
240891  direction="nsm",
240892  linebreak="cm",
240893  unicodeslot=0x1DA20,
240894 },
240895 [0x1DA21]={
240896  category="mn",
240897  description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT",
240898  direction="nsm",
240899  linebreak="cm",
240900  unicodeslot=0x1DA21,
240901 },
240902 [0x1DA22]={
240903  category="mn",
240904  description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT DOUBLE",
240905  direction="nsm",
240906  linebreak="cm",
240907  unicodeslot=0x1DA22,
240908 },
240909 [0x1DA23]={
240910  category="mn",
240911  description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT ALTERNATING",
240912  direction="nsm",
240913  linebreak="cm",
240914  unicodeslot=0x1DA23,
240915 },
240916 [0x1DA24]={
240917  category="mn",
240918  description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT",
240919  direction="nsm",
240920  linebreak="cm",
240921  unicodeslot=0x1DA24,
240922 },
240923 [0x1DA25]={
240924  category="mn",
240925  description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT DOUBLE",
240926  direction="nsm",
240927  linebreak="cm",
240928  unicodeslot=0x1DA25,
240929 },
240930 [0x1DA26]={
240931  category="mn",
240932  description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT ALTERNATING",
240933  direction="nsm",
240934  linebreak="cm",
240935  unicodeslot=0x1DA26,
240936 },
240937 [0x1DA27]={
240938  category="mn",
240939  description="SIGNWRITING EYEGAZE-WALLPLANE CURVED",
240940  direction="nsm",
240941  linebreak="cm",
240942  unicodeslot=0x1DA27,
240943 },
240944 [0x1DA28]={
240945  category="mn",
240946  description="SIGNWRITING EYEGAZE-FLOORPLANE CURVED",
240947  direction="nsm",
240948  linebreak="cm",
240949  unicodeslot=0x1DA28,
240950 },
240951 [0x1DA29]={
240952  category="mn",
240953  description="SIGNWRITING EYEGAZE-WALLPLANE CIRCLING",
240954  direction="nsm",
240955  linebreak="cm",
240956  unicodeslot=0x1DA29,
240957 },
240958 [0x1DA2A]={
240959  category="mn",
240960  description="SIGNWRITING CHEEKS PUFFED",
240961  direction="nsm",
240962  linebreak="cm",
240963  unicodeslot=0x1DA2A,
240964 },
240965 [0x1DA2B]={
240966  category="mn",
240967  description="SIGNWRITING CHEEKS NEUTRAL",
240968  direction="nsm",
240969  linebreak="cm",
240970  unicodeslot=0x1DA2B,
240971 },
240972 [0x1DA2C]={
240973  category="mn",
240974  description="SIGNWRITING CHEEKS SUCKED",
240975  direction="nsm",
240976  linebreak="cm",
240977  unicodeslot=0x1DA2C,
240978 },
240979 [0x1DA2D]={
240980  category="mn",
240981  description="SIGNWRITING TENSE CHEEKS HIGH",
240982  direction="nsm",
240983  linebreak="cm",
240984  unicodeslot=0x1DA2D,
240985 },
240986 [0x1DA2E]={
240987  category="mn",
240988  description="SIGNWRITING TENSE CHEEKS MIDDLE",
240989  direction="nsm",
240990  linebreak="cm",
240991  unicodeslot=0x1DA2E,
240992 },
240993 [0x1DA2F]={
240994  category="mn",
240995  description="SIGNWRITING TENSE CHEEKS LOW",
240996  direction="nsm",
240997  linebreak="cm",
240998  unicodeslot=0x1DA2F,
240999 },
241000 [0x1DA30]={
241001  category="mn",
241002  description="SIGNWRITING EARS",
241003  direction="nsm",
241004  linebreak="cm",
241005  unicodeslot=0x1DA30,
241006 },
241007 [0x1DA31]={
241008  category="mn",
241009  description="SIGNWRITING NOSE NEUTRAL",
241010  direction="nsm",
241011  linebreak="cm",
241012  unicodeslot=0x1DA31,
241013 },
241014 [0x1DA32]={
241015  category="mn",
241016  description="SIGNWRITING NOSE CONTACT",
241017  direction="nsm",
241018  linebreak="cm",
241019  unicodeslot=0x1DA32,
241020 },
241021 [0x1DA33]={
241022  category="mn",
241023  description="SIGNWRITING NOSE WRINKLES",
241024  direction="nsm",
241025  linebreak="cm",
241026  unicodeslot=0x1DA33,
241027 },
241028 [0x1DA34]={
241029  category="mn",
241030  description="SIGNWRITING NOSE WIGGLES",
241031  direction="nsm",
241032  linebreak="cm",
241033  unicodeslot=0x1DA34,
241034 },
241035 [0x1DA35]={
241036  category="mn",
241037  description="SIGNWRITING AIR BLOWING OUT",
241038  direction="nsm",
241039  linebreak="cm",
241040  unicodeslot=0x1DA35,
241041 },
241042 [0x1DA36]={
241043  category="mn",
241044  description="SIGNWRITING AIR SUCKING IN",
241045  direction="nsm",
241046  linebreak="cm",
241047  unicodeslot=0x1DA36,
241048 },
241049 [0x1DA37]={
241050  category="so",
241051  description="SIGNWRITING AIR BLOW SMALL ROTATIONS",
241052  direction="l",
241053  linebreak="al",
241054  unicodeslot=0x1DA37,
241055 },
241056 [0x1DA38]={
241057  category="so",
241058  description="SIGNWRITING AIR SUCK SMALL ROTATIONS",
241059  direction="l",
241060  linebreak="al",
241061  unicodeslot=0x1DA38,
241062 },
241063 [0x1DA39]={
241064  category="so",
241065  description="SIGNWRITING BREATH INHALE",
241066  direction="l",
241067  linebreak="al",
241068  unicodeslot=0x1DA39,
241069 },
241070 [0x1DA3A]={
241071  category="so",
241072  description="SIGNWRITING BREATH EXHALE",
241073  direction="l",
241074  linebreak="al",
241075  unicodeslot=0x1DA3A,
241076 },
241077 [0x1DA3B]={
241078  category="mn",
241079  description="SIGNWRITING MOUTH CLOSED NEUTRAL",
241080  direction="nsm",
241081  linebreak="cm",
241082  unicodeslot=0x1DA3B,
241083 },
241084 [0x1DA3C]={
241085  category="mn",
241086  description="SIGNWRITING MOUTH CLOSED FORWARD",
241087  direction="nsm",
241088  linebreak="cm",
241089  unicodeslot=0x1DA3C,
241090 },
241091 [0x1DA3D]={
241092  category="mn",
241093  description="SIGNWRITING MOUTH CLOSED CONTACT",
241094  direction="nsm",
241095  linebreak="cm",
241096  unicodeslot=0x1DA3D,
241097 },
241098 [0x1DA3E]={
241099  category="mn",
241100  description="SIGNWRITING MOUTH SMILE",
241101  direction="nsm",
241102  linebreak="cm",
241103  unicodeslot=0x1DA3E,
241104 },
241105 [0x1DA3F]={
241106  category="mn",
241107  description="SIGNWRITING MOUTH SMILE WRINKLED",
241108  direction="nsm",
241109  linebreak="cm",
241110  unicodeslot=0x1DA3F,
241111 },
241112 [0x1DA40]={
241113  category="mn",
241114  description="SIGNWRITING MOUTH SMILE OPEN",
241115  direction="nsm",
241116  linebreak="cm",
241117  unicodeslot=0x1DA40,
241118 },
241119 [0x1DA41]={
241120  category="mn",
241121  description="SIGNWRITING MOUTH FROWN",
241122  direction="nsm",
241123  linebreak="cm",
241124  unicodeslot=0x1DA41,
241125 },
241126 [0x1DA42]={
241127  category="mn",
241128  description="SIGNWRITING MOUTH FROWN WRINKLED",
241129  direction="nsm",
241130  linebreak="cm",
241131  unicodeslot=0x1DA42,
241132 },
241133 [0x1DA43]={
241134  category="mn",
241135  description="SIGNWRITING MOUTH FROWN OPEN",
241136  direction="nsm",
241137  linebreak="cm",
241138  unicodeslot=0x1DA43,
241139 },
241140 [0x1DA44]={
241141  category="mn",
241142  description="SIGNWRITING MOUTH OPEN CIRCLE",
241143  direction="nsm",
241144  linebreak="cm",
241145  unicodeslot=0x1DA44,
241146 },
241147 [0x1DA45]={
241148  category="mn",
241149  description="SIGNWRITING MOUTH OPEN FORWARD",
241150  direction="nsm",
241151  linebreak="cm",
241152  unicodeslot=0x1DA45,
241153 },
241154 [0x1DA46]={
241155  category="mn",
241156  description="SIGNWRITING MOUTH OPEN WRINKLED",
241157  direction="nsm",
241158  linebreak="cm",
241159  unicodeslot=0x1DA46,
241160 },
241161 [0x1DA47]={
241162  category="mn",
241163  description="SIGNWRITING MOUTH OPEN OVAL",
241164  direction="nsm",
241165  linebreak="cm",
241166  unicodeslot=0x1DA47,
241167 },
241168 [0x1DA48]={
241169  category="mn",
241170  description="SIGNWRITING MOUTH OPEN OVAL WRINKLED",
241171  direction="nsm",
241172  linebreak="cm",
241173  unicodeslot=0x1DA48,
241174 },
241175 [0x1DA49]={
241176  category="mn",
241177  description="SIGNWRITING MOUTH OPEN OVAL YAWN",
241178  direction="nsm",
241179  linebreak="cm",
241180  unicodeslot=0x1DA49,
241181 },
241182 [0x1DA4A]={
241183  category="mn",
241184  description="SIGNWRITING MOUTH OPEN RECTANGLE",
241185  direction="nsm",
241186  linebreak="cm",
241187  unicodeslot=0x1DA4A,
241188 },
241189 [0x1DA4B]={
241190  category="mn",
241191  description="SIGNWRITING MOUTH OPEN RECTANGLE WRINKLED",
241192  direction="nsm",
241193  linebreak="cm",
241194  unicodeslot=0x1DA4B,
241195 },
241196 [0x1DA4C]={
241197  category="mn",
241198  description="SIGNWRITING MOUTH OPEN RECTANGLE YAWN",
241199  direction="nsm",
241200  linebreak="cm",
241201  unicodeslot=0x1DA4C,
241202 },
241203 [0x1DA4D]={
241204  category="mn",
241205  description="SIGNWRITING MOUTH KISS",
241206  direction="nsm",
241207  linebreak="cm",
241208  unicodeslot=0x1DA4D,
241209 },
241210 [0x1DA4E]={
241211  category="mn",
241212  description="SIGNWRITING MOUTH KISS FORWARD",
241213  direction="nsm",
241214  linebreak="cm",
241215  unicodeslot=0x1DA4E,
241216 },
241217 [0x1DA4F]={
241218  category="mn",
241219  description="SIGNWRITING MOUTH KISS WRINKLED",
241220  direction="nsm",
241221  linebreak="cm",
241222  unicodeslot=0x1DA4F,
241223 },
241224 [0x1DA50]={
241225  category="mn",
241226  description="SIGNWRITING MOUTH TENSE",
241227  direction="nsm",
241228  linebreak="cm",
241229  unicodeslot=0x1DA50,
241230 },
241231 [0x1DA51]={
241232  category="mn",
241233  description="SIGNWRITING MOUTH TENSE FORWARD",
241234  direction="nsm",
241235  linebreak="cm",
241236  unicodeslot=0x1DA51,
241237 },
241238 [0x1DA52]={
241239  category="mn",
241240  description="SIGNWRITING MOUTH TENSE SUCKED",
241241  direction="nsm",
241242  linebreak="cm",
241243  unicodeslot=0x1DA52,
241244 },
241245 [0x1DA53]={
241246  category="mn",
241247  description="SIGNWRITING LIPS PRESSED TOGETHER",
241248  direction="nsm",
241249  linebreak="cm",
241250  unicodeslot=0x1DA53,
241251 },
241252 [0x1DA54]={
241253  category="mn",
241254  description="SIGNWRITING LIP LOWER OVER UPPER",
241255  direction="nsm",
241256  linebreak="cm",
241257  unicodeslot=0x1DA54,
241258 },
241259 [0x1DA55]={
241260  category="mn",
241261  description="SIGNWRITING LIP UPPER OVER LOWER",
241262  direction="nsm",
241263  linebreak="cm",
241264  unicodeslot=0x1DA55,
241265 },
241266 [0x1DA56]={
241267  category="mn",
241268  description="SIGNWRITING MOUTH CORNERS",
241269  direction="nsm",
241270  linebreak="cm",
241271  unicodeslot=0x1DA56,
241272 },
241273 [0x1DA57]={
241274  category="mn",
241275  description="SIGNWRITING MOUTH WRINKLES SINGLE",
241276  direction="nsm",
241277  linebreak="cm",
241278  unicodeslot=0x1DA57,
241279 },
241280 [0x1DA58]={
241281  category="mn",
241282  description="SIGNWRITING MOUTH WRINKLES DOUBLE",
241283  direction="nsm",
241284  linebreak="cm",
241285  unicodeslot=0x1DA58,
241286 },
241287 [0x1DA59]={
241288  category="mn",
241289  description="SIGNWRITING TONGUE STICKING OUT FAR",
241290  direction="nsm",
241291  linebreak="cm",
241292  unicodeslot=0x1DA59,
241293 },
241294 [0x1DA5A]={
241295  category="mn",
241296  description="SIGNWRITING TONGUE LICKING LIPS",
241297  direction="nsm",
241298  linebreak="cm",
241299  unicodeslot=0x1DA5A,
241300 },
241301 [0x1DA5B]={
241302  category="mn",
241303  description="SIGNWRITING TONGUE TIP BETWEEN LIPS",
241304  direction="nsm",
241305  linebreak="cm",
241306  unicodeslot=0x1DA5B,
241307 },
241308 [0x1DA5C]={
241309  category="mn",
241310  description="SIGNWRITING TONGUE TIP TOUCHING INSIDE MOUTH",
241311  direction="nsm",
241312  linebreak="cm",
241313  unicodeslot=0x1DA5C,
241314 },
241315 [0x1DA5D]={
241316  category="mn",
241317  description="SIGNWRITING TONGUE INSIDE MOUTH RELAXED",
241318  direction="nsm",
241319  linebreak="cm",
241320  unicodeslot=0x1DA5D,
241321 },
241322 [0x1DA5E]={
241323  category="mn",
241324  description="SIGNWRITING TONGUE MOVES AGAINST CHEEK",
241325  direction="nsm",
241326  linebreak="cm",
241327  unicodeslot=0x1DA5E,
241328 },
241329 [0x1DA5F]={
241330  category="mn",
241331  description="SIGNWRITING TONGUE CENTRE STICKING OUT",
241332  direction="nsm",
241333  linebreak="cm",
241334  unicodeslot=0x1DA5F,
241335 },
241336 [0x1DA60]={
241337  category="mn",
241338  description="SIGNWRITING TONGUE CENTRE INSIDE MOUTH",
241339  direction="nsm",
241340  linebreak="cm",
241341  unicodeslot=0x1DA60,
241342 },
241343 [0x1DA61]={
241344  category="mn",
241345  description="SIGNWRITING TEETH",
241346  direction="nsm",
241347  linebreak="cm",
241348  unicodeslot=0x1DA61,
241349 },
241350 [0x1DA62]={
241351  category="mn",
241352  description="SIGNWRITING TEETH MOVEMENT",
241353  direction="nsm",
241354  linebreak="cm",
241355  unicodeslot=0x1DA62,
241356 },
241357 [0x1DA63]={
241358  category="mn",
241359  description="SIGNWRITING TEETH ON TONGUE",
241360  direction="nsm",
241361  linebreak="cm",
241362  unicodeslot=0x1DA63,
241363 },
241364 [0x1DA64]={
241365  category="mn",
241366  description="SIGNWRITING TEETH ON TONGUE MOVEMENT",
241367  direction="nsm",
241368  linebreak="cm",
241369  unicodeslot=0x1DA64,
241370 },
241371 [0x1DA65]={
241372  category="mn",
241373  description="SIGNWRITING TEETH ON LIPS",
241374  direction="nsm",
241375  linebreak="cm",
241376  unicodeslot=0x1DA65,
241377 },
241378 [0x1DA66]={
241379  category="mn",
241380  description="SIGNWRITING TEETH ON LIPS MOVEMENT",
241381  direction="nsm",
241382  linebreak="cm",
241383  unicodeslot=0x1DA66,
241384 },
241385 [0x1DA67]={
241386  category="mn",
241387  description="SIGNWRITING TEETH BITE LIPS",
241388  direction="nsm",
241389  linebreak="cm",
241390  unicodeslot=0x1DA67,
241391 },
241392 [0x1DA68]={
241393  category="mn",
241394  description="SIGNWRITING MOVEMENT-WALLPLANE JAW",
241395  direction="nsm",
241396  linebreak="cm",
241397  unicodeslot=0x1DA68,
241398 },
241399 [0x1DA69]={
241400  category="mn",
241401  description="SIGNWRITING MOVEMENT-FLOORPLANE JAW",
241402  direction="nsm",
241403  linebreak="cm",
241404  unicodeslot=0x1DA69,
241405 },
241406 [0x1DA6A]={
241407  category="mn",
241408  description="SIGNWRITING NECK",
241409  direction="nsm",
241410  linebreak="cm",
241411  unicodeslot=0x1DA6A,
241412 },
241413 [0x1DA6B]={
241414  category="mn",
241415  description="SIGNWRITING HAIR",
241416  direction="nsm",
241417  linebreak="cm",
241418  unicodeslot=0x1DA6B,
241419 },
241420 [0x1DA6C]={
241421  category="mn",
241422  description="SIGNWRITING EXCITEMENT",
241423  direction="nsm",
241424  linebreak="cm",
241425  unicodeslot=0x1DA6C,
241426 },
241427 [0x1DA6D]={
241428  category="so",
241429  description="SIGNWRITING SHOULDER HIP SPINE",
241430  direction="l",
241431  linebreak="al",
241432  unicodeslot=0x1DA6D,
241433 },
241434 [0x1DA6E]={
241435  category="so",
241436  description="SIGNWRITING SHOULDER HIP POSITIONS",
241437  direction="l",
241438  linebreak="al",
241439  unicodeslot=0x1DA6E,
241440 },
241441 [0x1DA6F]={
241442  category="so",
241443  description="SIGNWRITING WALLPLANE SHOULDER HIP MOVE",
241444  direction="l",
241445  linebreak="al",
241446  unicodeslot=0x1DA6F,
241447 },
241448 [0x1DA70]={
241449  category="so",
241450  description="SIGNWRITING FLOORPLANE SHOULDER HIP MOVE",
241451  direction="l",
241452  linebreak="al",
241453  unicodeslot=0x1DA70,
241454 },
241455 [0x1DA71]={
241456  category="so",
241457  description="SIGNWRITING SHOULDER TILTING FROM WAIST",
241458  direction="l",
241459  linebreak="al",
241460  unicodeslot=0x1DA71,
241461 },
241462 [0x1DA72]={
241463  category="so",
241464  description="SIGNWRITING TORSO-WALLPLANE STRAIGHT STRETCH",
241465  direction="l",
241466  linebreak="al",
241467  unicodeslot=0x1DA72,
241468 },
241469 [0x1DA73]={
241470  category="so",
241471  description="SIGNWRITING TORSO-WALLPLANE CURVED BEND",
241472  direction="l",
241473  linebreak="al",
241474  unicodeslot=0x1DA73,
241475 },
241476 [0x1DA74]={
241477  category="so",
241478  description="SIGNWRITING TORSO-FLOORPLANE TWISTING",
241479  direction="l",
241480  linebreak="al",
241481  unicodeslot=0x1DA74,
241482 },
241483 [0x1DA75]={
241484  category="mn",
241485  description="SIGNWRITING UPPER BODY TILTING FROM HIP JOINTS",
241486  direction="nsm",
241487  linebreak="cm",
241488  unicodeslot=0x1DA75,
241489 },
241490 [0x1DA76]={
241491  category="so",
241492  description="SIGNWRITING LIMB COMBINATION",
241493  direction="l",
241494  linebreak="al",
241495  unicodeslot=0x1DA76,
241496 },
241497 [0x1DA77]={
241498  category="so",
241499  description="SIGNWRITING LIMB LENGTH-1",
241500  direction="l",
241501  linebreak="al",
241502  unicodeslot=0x1DA77,
241503 },
241504 [0x1DA78]={
241505  category="so",
241506  description="SIGNWRITING LIMB LENGTH-2",
241507  direction="l",
241508  linebreak="al",
241509  unicodeslot=0x1DA78,
241510 },
241511 [0x1DA79]={
241512  category="so",
241513  description="SIGNWRITING LIMB LENGTH-3",
241514  direction="l",
241515  linebreak="al",
241516  unicodeslot=0x1DA79,
241517 },
241518 [0x1DA7A]={
241519  category="so",
241520  description="SIGNWRITING LIMB LENGTH-4",
241521  direction="l",
241522  linebreak="al",
241523  unicodeslot=0x1DA7A,
241524 },
241525 [0x1DA7B]={
241526  category="so",
241527  description="SIGNWRITING LIMB LENGTH-5",
241528  direction="l",
241529  linebreak="al",
241530  unicodeslot=0x1DA7B,
241531 },
241532 [0x1DA7C]={
241533  category="so",
241534  description="SIGNWRITING LIMB LENGTH-6",
241535  direction="l",
241536  linebreak="al",
241537  unicodeslot=0x1DA7C,
241538 },
241539 [0x1DA7D]={
241540  category="so",
241541  description="SIGNWRITING LIMB LENGTH-7",
241542  direction="l",
241543  linebreak="al",
241544  unicodeslot=0x1DA7D,
241545 },
241546 [0x1DA7E]={
241547  category="so",
241548  description="SIGNWRITING FINGER",
241549  direction="l",
241550  linebreak="al",
241551  unicodeslot=0x1DA7E,
241552 },
241553 [0x1DA7F]={
241554  category="so",
241555  description="SIGNWRITING LOCATION-WALLPLANE SPACE",
241556  direction="l",
241557  linebreak="al",
241558  unicodeslot=0x1DA7F,
241559 },
241560 [0x1DA80]={
241561  category="so",
241562  description="SIGNWRITING LOCATION-FLOORPLANE SPACE",
241563  direction="l",
241564  linebreak="al",
241565  unicodeslot=0x1DA80,
241566 },
241567 [0x1DA81]={
241568  category="so",
241569  description="SIGNWRITING LOCATION HEIGHT",
241570  direction="l",
241571  linebreak="al",
241572  unicodeslot=0x1DA81,
241573 },
241574 [0x1DA82]={
241575  category="so",
241576  description="SIGNWRITING LOCATION WIDTH",
241577  direction="l",
241578  linebreak="al",
241579  unicodeslot=0x1DA82,
241580 },
241581 [0x1DA83]={
241582  category="so",
241583  description="SIGNWRITING LOCATION DEPTH",
241584  direction="l",
241585  linebreak="al",
241586  unicodeslot=0x1DA83,
241587 },
241588 [0x1DA84]={
241589  category="mn",
241590  description="SIGNWRITING LOCATION HEAD NECK",
241591  direction="nsm",
241592  linebreak="cm",
241593  unicodeslot=0x1DA84,
241594 },
241595 [0x1DA85]={
241596  category="so",
241597  description="SIGNWRITING LOCATION TORSO",
241598  direction="l",
241599  linebreak="al",
241600  unicodeslot=0x1DA85,
241601 },
241602 [0x1DA86]={
241603  category="so",
241604  description="SIGNWRITING LOCATION LIMBS DIGITS",
241605  direction="l",
241606  linebreak="al",
241607  unicodeslot=0x1DA86,
241608 },
241609 [0x1DA87]={
241610  category="po",
241611  description="SIGNWRITING COMMA",
241612  direction="l",
241613  linebreak="ba",
241614  unicodeslot=0x1DA87,
241615 },
241616 [0x1DA88]={
241617  category="po",
241618  description="SIGNWRITING FULL STOP",
241619  direction="l",
241620  linebreak="ba",
241621  unicodeslot=0x1DA88,
241622 },
241623 [0x1DA89]={
241624  category="po",
241625  description="SIGNWRITING SEMICOLON",
241626  direction="l",
241627  linebreak="ba",
241628  unicodeslot=0x1DA89,
241629 },
241630 [0x1DA8A]={
241631  category="po",
241632  description="SIGNWRITING COLON",
241633  direction="l",
241634  linebreak="ba",
241635  unicodeslot=0x1DA8A,
241636 },
241637 [0x1DA8B]={
241638  category="po",
241639  description="SIGNWRITING PARENTHESIS",
241640  direction="l",
241641  linebreak="al",
241642  unicodeslot=0x1DA8B,
241643 },
241644 [0x1DA9B]={
241645  category="mn",
241646  description="SIGNWRITING FILL MODIFIER-2",
241647  direction="nsm",
241648  linebreak="cm",
241649  unicodeslot=0x1DA9B,
241650 },
241651 [0x1DA9C]={
241652  category="mn",
241653  description="SIGNWRITING FILL MODIFIER-3",
241654  direction="nsm",
241655  linebreak="cm",
241656  unicodeslot=0x1DA9C,
241657 },
241658 [0x1DA9D]={
241659  category="mn",
241660  description="SIGNWRITING FILL MODIFIER-4",
241661  direction="nsm",
241662  linebreak="cm",
241663  unicodeslot=0x1DA9D,
241664 },
241665 [0x1DA9E]={
241666  category="mn",
241667  description="SIGNWRITING FILL MODIFIER-5",
241668  direction="nsm",
241669  linebreak="cm",
241670  unicodeslot=0x1DA9E,
241671 },
241672 [0x1DA9F]={
241673  category="mn",
241674  description="SIGNWRITING FILL MODIFIER-6",
241675  direction="nsm",
241676  linebreak="cm",
241677  unicodeslot=0x1DA9F,
241678 },
241679 [0x1DAA1]={
241680  category="mn",
241681  description="SIGNWRITING ROTATION MODIFIER-2",
241682  direction="nsm",
241683  linebreak="cm",
241684  unicodeslot=0x1DAA1,
241685 },
241686 [0x1DAA2]={
241687  category="mn",
241688  description="SIGNWRITING ROTATION MODIFIER-3",
241689  direction="nsm",
241690  linebreak="cm",
241691  unicodeslot=0x1DAA2,
241692 },
241693 [0x1DAA3]={
241694  category="mn",
241695  description="SIGNWRITING ROTATION MODIFIER-4",
241696  direction="nsm",
241697  linebreak="cm",
241698  unicodeslot=0x1DAA3,
241699 },
241700 [0x1DAA4]={
241701  category="mn",
241702  description="SIGNWRITING ROTATION MODIFIER-5",
241703  direction="nsm",
241704  linebreak="cm",
241705  unicodeslot=0x1DAA4,
241706 },
241707 [0x1DAA5]={
241708  category="mn",
241709  description="SIGNWRITING ROTATION MODIFIER-6",
241710  direction="nsm",
241711  linebreak="cm",
241712  unicodeslot=0x1DAA5,
241713 },
241714 [0x1DAA6]={
241715  category="mn",
241716  description="SIGNWRITING ROTATION MODIFIER-7",
241717  direction="nsm",
241718  linebreak="cm",
241719  unicodeslot=0x1DAA6,
241720 },
241721 [0x1DAA7]={
241722  category="mn",
241723  description="SIGNWRITING ROTATION MODIFIER-8",
241724  direction="nsm",
241725  linebreak="cm",
241726  unicodeslot=0x1DAA7,
241727 },
241728 [0x1DAA8]={
241729  category="mn",
241730  description="SIGNWRITING ROTATION MODIFIER-9",
241731  direction="nsm",
241732  linebreak="cm",
241733  unicodeslot=0x1DAA8,
241734 },
241735 [0x1DAA9]={
241736  category="mn",
241737  description="SIGNWRITING ROTATION MODIFIER-10",
241738  direction="nsm",
241739  linebreak="cm",
241740  unicodeslot=0x1DAA9,
241741 },
241742 [0x1DAAA]={
241743  category="mn",
241744  description="SIGNWRITING ROTATION MODIFIER-11",
241745  direction="nsm",
241746  linebreak="cm",
241747  unicodeslot=0x1DAAA,
241748 },
241749 [0x1DAAB]={
241750  category="mn",
241751  description="SIGNWRITING ROTATION MODIFIER-12",
241752  direction="nsm",
241753  linebreak="cm",
241754  unicodeslot=0x1DAAB,
241755 },
241756 [0x1DAAC]={
241757  category="mn",
241758  description="SIGNWRITING ROTATION MODIFIER-13",
241759  direction="nsm",
241760  linebreak="cm",
241761  unicodeslot=0x1DAAC,
241762 },
241763 [0x1DAAD]={
241764  category="mn",
241765  description="SIGNWRITING ROTATION MODIFIER-14",
241766  direction="nsm",
241767  linebreak="cm",
241768  unicodeslot=0x1DAAD,
241769 },
241770 [0x1DAAE]={
241771  category="mn",
241772  description="SIGNWRITING ROTATION MODIFIER-15",
241773  direction="nsm",
241774  linebreak="cm",
241775  unicodeslot=0x1DAAE,
241776 },
241777 [0x1DAAF]={
241778  category="mn",
241779  description="SIGNWRITING ROTATION MODIFIER-16",
241780  direction="nsm",
241781  linebreak="cm",
241782  unicodeslot=0x1DAAF,
241783 },
241784 [0x1DF00]={
241785  category="ll",
241786  description="LATIN SMALL LETTER FENG DIGRAPH WITH TRILL",
241787  direction="l",
241788  linebreak="al",
241789  unicodeslot=0x1DF00,
241790 },
241791 [0x1DF01]={
241792  category="ll",
241793  description="LATIN SMALL LETTER REVERSED SCRIPT G",
241794  direction="l",
241795  linebreak="al",
241796  unicodeslot=0x1DF01,
241797 },
241798 [0x1DF02]={
241799  category="ll",
241800  description="LATIN LETTER SMALL CAPITAL TURNED G",
241801  direction="l",
241802  linebreak="al",
241803  unicodeslot=0x1DF02,
241804 },
241805 [0x1DF03]={
241806  category="ll",
241807  description="LATIN SMALL LETTER REVERSED K",
241808  direction="l",
241809  linebreak="al",
241810  unicodeslot=0x1DF03,
241811 },
241812 [0x1DF04]={
241813  category="ll",
241814  description="LATIN LETTER SMALL CAPITAL L WITH BELT",
241815  direction="l",
241816  linebreak="al",
241817  unicodeslot=0x1DF04,
241818 },
241819 [0x1DF05]={
241820  category="ll",
241821  description="LATIN SMALL LETTER LEZH WITH RETROFLEX HOOK",
241822  direction="l",
241823  linebreak="al",
241824  unicodeslot=0x1DF05,
241825 },
241826 [0x1DF06]={
241827  category="ll",
241828  description="LATIN SMALL LETTER TURNED Y WITH BELT",
241829  direction="l",
241830  linebreak="al",
241831  unicodeslot=0x1DF06,
241832 },
241833 [0x1DF07]={
241834  category="ll",
241835  description="LATIN SMALL LETTER REVERSED ENG",
241836  direction="l",
241837  linebreak="al",
241838  unicodeslot=0x1DF07,
241839 },
241840 [0x1DF08]={
241841  category="ll",
241842  description="LATIN SMALL LETTER TURNED R WITH LONG LEG AND RETROFLEX HOOK",
241843  direction="l",
241844  linebreak="al",
241845  unicodeslot=0x1DF08,
241846 },
241847 [0x1DF09]={
241848  category="ll",
241849  description="LATIN SMALL LETTER T WITH HOOK AND RETROFLEX HOOK",
241850  direction="l",
241851  linebreak="al",
241852  unicodeslot=0x1DF09,
241853 },
241854 [0x1DF0A]={
241855  category="lo",
241856  description="LATIN LETTER RETROFLEX CLICK WITH RETROFLEX HOOK",
241857  direction="l",
241858  linebreak="al",
241859  unicodeslot=0x1DF0A,
241860 },
241861 [0x1DF0B]={
241862  category="ll",
241863  description="LATIN SMALL LETTER ESH WITH DOUBLE BAR",
241864  direction="l",
241865  linebreak="al",
241866  unicodeslot=0x1DF0B,
241867 },
241868 [0x1DF0C]={
241869  category="ll",
241870  description="LATIN SMALL LETTER ESH WITH DOUBLE BAR AND CURL",
241871  direction="l",
241872  linebreak="al",
241873  unicodeslot=0x1DF0C,
241874 },
241875 [0x1DF0D]={
241876  category="ll",
241877  description="LATIN SMALL LETTER TURNED T WITH CURL",
241878  direction="l",
241879  linebreak="al",
241880  unicodeslot=0x1DF0D,
241881 },
241882 [0x1DF0E]={
241883  category="ll",
241884  description="LATIN LETTER INVERTED GLOTTAL STOP WITH CURL",
241885  direction="l",
241886  linebreak="al",
241887  unicodeslot=0x1DF0E,
241888 },
241889 [0x1DF0F]={
241890  category="ll",
241891  description="LATIN LETTER STRETCHED C WITH CURL",
241892  direction="l",
241893  linebreak="al",
241894  unicodeslot=0x1DF0F,
241895 },
241896 [0x1DF10]={
241897  category="ll",
241898  description="LATIN LETTER SMALL CAPITAL TURNED K",
241899  direction="l",
241900  linebreak="al",
241901  unicodeslot=0x1DF10,
241902 },
241903 [0x1DF11]={
241904  category="ll",
241905  description="LATIN SMALL LETTER L WITH FISHHOOK",
241906  direction="l",
241907  linebreak="al",
241908  unicodeslot=0x1DF11,
241909 },
241910 [0x1DF12]={
241911  category="ll",
241912  description="LATIN SMALL LETTER DEZH DIGRAPH WITH PALATAL HOOK",
241913  direction="l",
241914  linebreak="al",
241915  unicodeslot=0x1DF12,
241916 },
241917 [0x1DF13]={
241918  category="ll",
241919  description="LATIN SMALL LETTER L WITH BELT AND PALATAL HOOK",
241920  direction="l",
241921  linebreak="al",
241922  unicodeslot=0x1DF13,
241923 },
241924 [0x1DF14]={
241925  category="ll",
241926  description="LATIN SMALL LETTER ENG WITH PALATAL HOOK",
241927  direction="l",
241928  linebreak="al",
241929  unicodeslot=0x1DF14,
241930 },
241931 [0x1DF15]={
241932  category="ll",
241933  description="LATIN SMALL LETTER TURNED R WITH PALATAL HOOK",
241934  direction="l",
241935  linebreak="al",
241936  unicodeslot=0x1DF15,
241937 },
241938 [0x1DF16]={
241939  category="ll",
241940  description="LATIN SMALL LETTER R WITH FISHHOOK AND PALATAL HOOK",
241941  direction="l",
241942  linebreak="al",
241943  unicodeslot=0x1DF16,
241944 },
241945 [0x1DF17]={
241946  category="ll",
241947  description="LATIN SMALL LETTER TESH DIGRAPH WITH PALATAL HOOK",
241948  direction="l",
241949  linebreak="al",
241950  unicodeslot=0x1DF17,
241951 },
241952 [0x1DF18]={
241953  category="ll",
241954  description="LATIN SMALL LETTER EZH WITH PALATAL HOOK",
241955  direction="l",
241956  linebreak="al",
241957  unicodeslot=0x1DF18,
241958 },
241959 [0x1DF19]={
241960  category="ll",
241961  description="LATIN SMALL LETTER DEZH DIGRAPH WITH RETROFLEX HOOK",
241962  direction="l",
241963  linebreak="al",
241964  unicodeslot=0x1DF19,
241965 },
241966 [0x1DF1A]={
241967  category="ll",
241968  description="LATIN SMALL LETTER I WITH STROKE AND RETROFLEX HOOK",
241969  direction="l",
241970  linebreak="al",
241971  unicodeslot=0x1DF1A,
241972 },
241973 [0x1DF1B]={
241974  category="ll",
241975  description="LATIN SMALL LETTER O WITH RETROFLEX HOOK",
241976  direction="l",
241977  linebreak="al",
241978  unicodeslot=0x1DF1B,
241979 },
241980 [0x1DF1C]={
241981  category="ll",
241982  description="LATIN SMALL LETTER TESH DIGRAPH WITH RETROFLEX HOOK",
241983  direction="l",
241984  linebreak="al",
241985  unicodeslot=0x1DF1C,
241986 },
241987 [0x1DF1D]={
241988  category="ll",
241989  description="LATIN SMALL LETTER C WITH RETROFLEX HOOK",
241990  direction="l",
241991  linebreak="al",
241992  unicodeslot=0x1DF1D,
241993 },
241994 [0x1DF1E]={
241995  category="ll",
241996  description="LATIN SMALL LETTER S WITH CURL",
241997  direction="l",
241998  linebreak="al",
241999  unicodeslot=0x1DF1E,
242000 },
242001 [0x1DF25]={
242002  category="ll",
242003  description="LATIN SMALL LETTER D WITH MID-HEIGHT LEFT HOOK",
242004  direction="l",
242005  linebreak="al",
242006  unicodeslot=0x1DF25,
242007 },
242008 [0x1DF26]={
242009  category="ll",
242010  description="LATIN SMALL LETTER L WITH MID-HEIGHT LEFT HOOK",
242011  direction="l",
242012  linebreak="al",
242013  unicodeslot=0x1DF26,
242014 },
242015 [0x1DF27]={
242016  category="ll",
242017  description="LATIN SMALL LETTER N WITH MID-HEIGHT LEFT HOOK",
242018  direction="l",
242019  linebreak="al",
242020  unicodeslot=0x1DF27,
242021 },
242022 [0x1DF28]={
242023  category="ll",
242024  description="LATIN SMALL LETTER R WITH MID-HEIGHT LEFT HOOK",
242025  direction="l",
242026  linebreak="al",
242027  unicodeslot=0x1DF28,
242028 },
242029 [0x1DF29]={
242030  category="ll",
242031  description="LATIN SMALL LETTER S WITH MID-HEIGHT LEFT HOOK",
242032  direction="l",
242033  linebreak="al",
242034  unicodeslot=0x1DF29,
242035 },
242036 [0x1DF2A]={
242037  category="ll",
242038  description="LATIN SMALL LETTER T WITH MID-HEIGHT LEFT HOOK",
242039  direction="l",
242040  linebreak="al",
242041  unicodeslot=0x1DF2A,
242042 },
242043 [0x1E000]={
242044  category="mn",
242045  combining=0xE6,
242046  description="COMBINING GLAGOLITIC LETTER AZU",
242047  direction="nsm",
242048  linebreak="cm",
242049  unicodeslot=0x1E000,
242050 },
242051 [0x1E001]={
242052  category="mn",
242053  combining=0xE6,
242054  description="COMBINING GLAGOLITIC LETTER BUKY",
242055  direction="nsm",
242056  linebreak="cm",
242057  unicodeslot=0x1E001,
242058 },
242059 [0x1E002]={
242060  category="mn",
242061  combining=0xE6,
242062  description="COMBINING GLAGOLITIC LETTER VEDE",
242063  direction="nsm",
242064  linebreak="cm",
242065  unicodeslot=0x1E002,
242066 },
242067 [0x1E003]={
242068  category="mn",
242069  combining=0xE6,
242070  description="COMBINING GLAGOLITIC LETTER GLAGOLI",
242071  direction="nsm",
242072  linebreak="cm",
242073  unicodeslot=0x1E003,
242074 },
242075 [0x1E004]={
242076  category="mn",
242077  combining=0xE6,
242078  description="COMBINING GLAGOLITIC LETTER DOBRO",
242079  direction="nsm",
242080  linebreak="cm",
242081  unicodeslot=0x1E004,
242082 },
242083 [0x1E005]={
242084  category="mn",
242085  combining=0xE6,
242086  description="COMBINING GLAGOLITIC LETTER YESTU",
242087  direction="nsm",
242088  linebreak="cm",
242089  unicodeslot=0x1E005,
242090 },
242091 [0x1E006]={
242092  category="mn",
242093  combining=0xE6,
242094  description="COMBINING GLAGOLITIC LETTER ZHIVETE",
242095  direction="nsm",
242096  linebreak="cm",
242097  unicodeslot=0x1E006,
242098 },
242099 [0x1E008]={
242100  category="mn",
242101  combining=0xE6,
242102  description="COMBINING GLAGOLITIC LETTER ZEMLJA",
242103  direction="nsm",
242104  linebreak="cm",
242105  unicodeslot=0x1E008,
242106 },
242107 [0x1E009]={
242108  category="mn",
242109  combining=0xE6,
242110  description="COMBINING GLAGOLITIC LETTER IZHE",
242111  direction="nsm",
242112  linebreak="cm",
242113  unicodeslot=0x1E009,
242114 },
242115 [0x1E00A]={
242116  category="mn",
242117  combining=0xE6,
242118  description="COMBINING GLAGOLITIC LETTER INITIAL IZHE",
242119  direction="nsm",
242120  linebreak="cm",
242121  unicodeslot=0x1E00A,
242122 },
242123 [0x1E00B]={
242124  category="mn",
242125  combining=0xE6,
242126  description="COMBINING GLAGOLITIC LETTER I",
242127  direction="nsm",
242128  linebreak="cm",
242129  unicodeslot=0x1E00B,
242130 },
242131 [0x1E00C]={
242132  category="mn",
242133  combining=0xE6,
242134  description="COMBINING GLAGOLITIC LETTER DJERVI",
242135  direction="nsm",
242136  linebreak="cm",
242137  unicodeslot=0x1E00C,
242138 },
242139 [0x1E00D]={
242140  category="mn",
242141  combining=0xE6,
242142  description="COMBINING GLAGOLITIC LETTER KAKO",
242143  direction="nsm",
242144  linebreak="cm",
242145  unicodeslot=0x1E00D,
242146 },
242147 [0x1E00E]={
242148  category="mn",
242149  combining=0xE6,
242150  description="COMBINING GLAGOLITIC LETTER LJUDIJE",
242151  direction="nsm",
242152  linebreak="cm",
242153  unicodeslot=0x1E00E,
242154 },
242155 [0x1E00F]={
242156  category="mn",
242157  combining=0xE6,
242158  description="COMBINING GLAGOLITIC LETTER MYSLITE",
242159  direction="nsm",
242160  linebreak="cm",
242161  unicodeslot=0x1E00F,
242162 },
242163 [0x1E010]={
242164  category="mn",
242165  combining=0xE6,
242166  description="COMBINING GLAGOLITIC LETTER NASHI",
242167  direction="nsm",
242168  linebreak="cm",
242169  unicodeslot=0x1E010,
242170 },
242171 [0x1E011]={
242172  category="mn",
242173  combining=0xE6,
242174  description="COMBINING GLAGOLITIC LETTER ONU",
242175  direction="nsm",
242176  linebreak="cm",
242177  unicodeslot=0x1E011,
242178 },
242179 [0x1E012]={
242180  category="mn",
242181  combining=0xE6,
242182  description="COMBINING GLAGOLITIC LETTER POKOJI",
242183  direction="nsm",
242184  linebreak="cm",
242185  unicodeslot=0x1E012,
242186 },
242187 [0x1E013]={
242188  category="mn",
242189  combining=0xE6,
242190  description="COMBINING GLAGOLITIC LETTER RITSI",
242191  direction="nsm",
242192  linebreak="cm",
242193  unicodeslot=0x1E013,
242194 },
242195 [0x1E014]={
242196  category="mn",
242197  combining=0xE6,
242198  description="COMBINING GLAGOLITIC LETTER SLOVO",
242199  direction="nsm",
242200  linebreak="cm",
242201  unicodeslot=0x1E014,
242202 },
242203 [0x1E015]={
242204  category="mn",
242205  combining=0xE6,
242206  description="COMBINING GLAGOLITIC LETTER TVRIDO",
242207  direction="nsm",
242208  linebreak="cm",
242209  unicodeslot=0x1E015,
242210 },
242211 [0x1E016]={
242212  category="mn",
242213  combining=0xE6,
242214  description="COMBINING GLAGOLITIC LETTER UKU",
242215  direction="nsm",
242216  linebreak="cm",
242217  unicodeslot=0x1E016,
242218 },
242219 [0x1E017]={
242220  category="mn",
242221  combining=0xE6,
242222  description="COMBINING GLAGOLITIC LETTER FRITU",
242223  direction="nsm",
242224  linebreak="cm",
242225  unicodeslot=0x1E017,
242226 },
242227 [0x1E018]={
242228  category="mn",
242229  combining=0xE6,
242230  description="COMBINING GLAGOLITIC LETTER HERU",
242231  direction="nsm",
242232  linebreak="cm",
242233  unicodeslot=0x1E018,
242234 },
242235 [0x1E01B]={
242236  category="mn",
242237  combining=0xE6,
242238  description="COMBINING GLAGOLITIC LETTER SHTA",
242239  direction="nsm",
242240  linebreak="cm",
242241  unicodeslot=0x1E01B,
242242 },
242243 [0x1E01C]={
242244  category="mn",
242245  combining=0xE6,
242246  description="COMBINING GLAGOLITIC LETTER TSI",
242247  direction="nsm",
242248  linebreak="cm",
242249  unicodeslot=0x1E01C,
242250 },
242251 [0x1E01D]={
242252  category="mn",
242253  combining=0xE6,
242254  description="COMBINING GLAGOLITIC LETTER CHRIVI",
242255  direction="nsm",
242256  linebreak="cm",
242257  unicodeslot=0x1E01D,
242258 },
242259 [0x1E01E]={
242260  category="mn",
242261  combining=0xE6,
242262  description="COMBINING GLAGOLITIC LETTER SHA",
242263  direction="nsm",
242264  linebreak="cm",
242265  unicodeslot=0x1E01E,
242266 },
242267 [0x1E01F]={
242268  category="mn",
242269  combining=0xE6,
242270  description="COMBINING GLAGOLITIC LETTER YERU",
242271  direction="nsm",
242272  linebreak="cm",
242273  unicodeslot=0x1E01F,
242274 },
242275 [0x1E020]={
242276  category="mn",
242277  combining=0xE6,
242278  description="COMBINING GLAGOLITIC LETTER YERI",
242279  direction="nsm",
242280  linebreak="cm",
242281  unicodeslot=0x1E020,
242282 },
242283 [0x1E021]={
242284  category="mn",
242285  combining=0xE6,
242286  description="COMBINING GLAGOLITIC LETTER YATI",
242287  direction="nsm",
242288  linebreak="cm",
242289  unicodeslot=0x1E021,
242290 },
242291 [0x1E023]={
242292  category="mn",
242293  combining=0xE6,
242294  description="COMBINING GLAGOLITIC LETTER YU",
242295  direction="nsm",
242296  linebreak="cm",
242297  unicodeslot=0x1E023,
242298 },
242299 [0x1E024]={
242300  category="mn",
242301  combining=0xE6,
242302  description="COMBINING GLAGOLITIC LETTER SMALL YUS",
242303  direction="nsm",
242304  linebreak="cm",
242305  unicodeslot=0x1E024,
242306 },
242307 [0x1E026]={
242308  category="mn",
242309  combining=0xE6,
242310  description="COMBINING GLAGOLITIC LETTER YO",
242311  direction="nsm",
242312  linebreak="cm",
242313  unicodeslot=0x1E026,
242314 },
242315 [0x1E027]={
242316  category="mn",
242317  combining=0xE6,
242318  description="COMBINING GLAGOLITIC LETTER IOTATED SMALL YUS",
242319  direction="nsm",
242320  linebreak="cm",
242321  unicodeslot=0x1E027,
242322 },
242323 [0x1E028]={
242324  category="mn",
242325  combining=0xE6,
242326  description="COMBINING GLAGOLITIC LETTER BIG YUS",
242327  direction="nsm",
242328  linebreak="cm",
242329  unicodeslot=0x1E028,
242330 },
242331 [0x1E029]={
242332  category="mn",
242333  combining=0xE6,
242334  description="COMBINING GLAGOLITIC LETTER IOTATED BIG YUS",
242335  direction="nsm",
242336  linebreak="cm",
242337  unicodeslot=0x1E029,
242338 },
242339 [0x1E02A]={
242340  category="mn",
242341  combining=0xE6,
242342  description="COMBINING GLAGOLITIC LETTER FITA",
242343  direction="nsm",
242344  linebreak="cm",
242345  unicodeslot=0x1E02A,
242346 },
242347 [0x1E030]={
242348  category="lm",
242349  description="MODIFIER LETTER CYRILLIC SMALL A",
242350  direction="l",
242351  linebreak="al",
242352  specials={ "super", 0x430 },
242353  unicodeslot=0x1E030,
242354 },
242355 [0x1E031]={
242356  category="lm",
242357  description="MODIFIER LETTER CYRILLIC SMALL BE",
242358  direction="l",
242359  linebreak="al",
242360  specials={ "super", 0x431 },
242361  unicodeslot=0x1E031,
242362 },
242363 [0x1E032]={
242364  category="lm",
242365  description="MODIFIER LETTER CYRILLIC SMALL VE",
242366  direction="l",
242367  linebreak="al",
242368  specials={ "super", 0x432 },
242369  unicodeslot=0x1E032,
242370 },
242371 [0x1E033]={
242372  category="lm",
242373  description="MODIFIER LETTER CYRILLIC SMALL GHE",
242374  direction="l",
242375  linebreak="al",
242376  specials={ "super", 0x433 },
242377  unicodeslot=0x1E033,
242378 },
242379 [0x1E034]={
242380  category="lm",
242381  description="MODIFIER LETTER CYRILLIC SMALL DE",
242382  direction="l",
242383  linebreak="al",
242384  specials={ "super", 0x434 },
242385  unicodeslot=0x1E034,
242386 },
242387 [0x1E035]={
242388  category="lm",
242389  description="MODIFIER LETTER CYRILLIC SMALL IE",
242390  direction="l",
242391  linebreak="al",
242392  specials={ "super", 0x435 },
242393  unicodeslot=0x1E035,
242394 },
242395 [0x1E036]={
242396  category="lm",
242397  description="MODIFIER LETTER CYRILLIC SMALL ZHE",
242398  direction="l",
242399  linebreak="al",
242400  specials={ "super", 0x436 },
242401  unicodeslot=0x1E036,
242402 },
242403 [0x1E037]={
242404  category="lm",
242405  description="MODIFIER LETTER CYRILLIC SMALL ZE",
242406  direction="l",
242407  linebreak="al",
242408  specials={ "super", 0x437 },
242409  unicodeslot=0x1E037,
242410 },
242411 [0x1E038]={
242412  category="lm",
242413  description="MODIFIER LETTER CYRILLIC SMALL I",
242414  direction="l",
242415  linebreak="al",
242416  specials={ "super", 0x438 },
242417  unicodeslot=0x1E038,
242418 },
242419 [0x1E039]={
242420  category="lm",
242421  description="MODIFIER LETTER CYRILLIC SMALL KA",
242422  direction="l",
242423  linebreak="al",
242424  specials={ "super", 0x43A },
242425  unicodeslot=0x1E039,
242426 },
242427 [0x1E03A]={
242428  category="lm",
242429  description="MODIFIER LETTER CYRILLIC SMALL EL",
242430  direction="l",
242431  linebreak="al",
242432  specials={ "super", 0x43B },
242433  unicodeslot=0x1E03A,
242434 },
242435 [0x1E03B]={
242436  category="lm",
242437  description="MODIFIER LETTER CYRILLIC SMALL EM",
242438  direction="l",
242439  linebreak="al",
242440  specials={ "super", 0x43C },
242441  unicodeslot=0x1E03B,
242442 },
242443 [0x1E03C]={
242444  category="lm",
242445  description="MODIFIER LETTER CYRILLIC SMALL O",
242446  direction="l",
242447  linebreak="al",
242448  specials={ "super", 0x43E },
242449  unicodeslot=0x1E03C,
242450 },
242451 [0x1E03D]={
242452  category="lm",
242453  description="MODIFIER LETTER CYRILLIC SMALL PE",
242454  direction="l",
242455  linebreak="al",
242456  specials={ "super", 0x43F },
242457  unicodeslot=0x1E03D,
242458 },
242459 [0x1E03E]={
242460  category="lm",
242461  description="MODIFIER LETTER CYRILLIC SMALL ER",
242462  direction="l",
242463  linebreak="al",
242464  specials={ "super", 0x440 },
242465  unicodeslot=0x1E03E,
242466 },
242467 [0x1E03F]={
242468  category="lm",
242469  description="MODIFIER LETTER CYRILLIC SMALL ES",
242470  direction="l",
242471  linebreak="al",
242472  specials={ "super", 0x441 },
242473  unicodeslot=0x1E03F,
242474 },
242475 [0x1E040]={
242476  category="lm",
242477  description="MODIFIER LETTER CYRILLIC SMALL TE",
242478  direction="l",
242479  linebreak="al",
242480  specials={ "super", 0x442 },
242481  unicodeslot=0x1E040,
242482 },
242483 [0x1E041]={
242484  category="lm",
242485  description="MODIFIER LETTER CYRILLIC SMALL U",
242486  direction="l",
242487  linebreak="al",
242488  specials={ "super", 0x443 },
242489  unicodeslot=0x1E041,
242490 },
242491 [0x1E042]={
242492  category="lm",
242493  description="MODIFIER LETTER CYRILLIC SMALL EF",
242494  direction="l",
242495  linebreak="al",
242496  specials={ "super", 0x444 },
242497  unicodeslot=0x1E042,
242498 },
242499 [0x1E043]={
242500  category="lm",
242501  description="MODIFIER LETTER CYRILLIC SMALL HA",
242502  direction="l",
242503  linebreak="al",
242504  specials={ "super", 0x445 },
242505  unicodeslot=0x1E043,
242506 },
242507 [0x1E044]={
242508  category="lm",
242509  description="MODIFIER LETTER CYRILLIC SMALL TSE",
242510  direction="l",
242511  linebreak="al",
242512  specials={ "super", 0x446 },
242513  unicodeslot=0x1E044,
242514 },
242515 [0x1E045]={
242516  category="lm",
242517  description="MODIFIER LETTER CYRILLIC SMALL CHE",
242518  direction="l",
242519  linebreak="al",
242520  specials={ "super", 0x447 },
242521  unicodeslot=0x1E045,
242522 },
242523 [0x1E046]={
242524  category="lm",
242525  description="MODIFIER LETTER CYRILLIC SMALL SHA",
242526  direction="l",
242527  linebreak="al",
242528  specials={ "super", 0x448 },
242529  unicodeslot=0x1E046,
242530 },
242531 [0x1E047]={
242532  category="lm",
242533  description="MODIFIER LETTER CYRILLIC SMALL YERU",
242534  direction="l",
242535  linebreak="al",
242536  specials={ "super", 0x44B },
242537  unicodeslot=0x1E047,
242538 },
242539 [0x1E048]={
242540  category="lm",
242541  description="MODIFIER LETTER CYRILLIC SMALL E",
242542  direction="l",
242543  linebreak="al",
242544  specials={ "super", 0x44D },
242545  unicodeslot=0x1E048,
242546 },
242547 [0x1E049]={
242548  category="lm",
242549  description="MODIFIER LETTER CYRILLIC SMALL YU",
242550  direction="l",
242551  linebreak="al",
242552  specials={ "super", 0x44E },
242553  unicodeslot=0x1E049,
242554 },
242555 [0x1E04A]={
242556  category="lm",
242557  description="MODIFIER LETTER CYRILLIC SMALL DZZE",
242558  direction="l",
242559  linebreak="al",
242560  specials={ "super", 0xA689 },
242561  unicodeslot=0x1E04A,
242562 },
242563 [0x1E04B]={
242564  category="lm",
242565  description="MODIFIER LETTER CYRILLIC SMALL SCHWA",
242566  direction="l",
242567  linebreak="al",
242568  specials={ "super", 0x4D9 },
242569  unicodeslot=0x1E04B,
242570 },
242571 [0x1E04C]={
242572  category="lm",
242573  description="MODIFIER LETTER CYRILLIC SMALL BYELORUSSIAN-UKRAINIAN I",
242574  direction="l",
242575  linebreak="al",
242576  specials={ "super", 0x456 },
242577  unicodeslot=0x1E04C,
242578 },
242579 [0x1E04D]={
242580  category="lm",
242581  description="MODIFIER LETTER CYRILLIC SMALL JE",
242582  direction="l",
242583  linebreak="al",
242584  specials={ "super", 0x458 },
242585  unicodeslot=0x1E04D,
242586 },
242587 [0x1E04E]={
242588  category="lm",
242589  description="MODIFIER LETTER CYRILLIC SMALL BARRED O",
242590  direction="l",
242591  linebreak="al",
242592  specials={ "super", 0x4E9 },
242593  unicodeslot=0x1E04E,
242594 },
242595 [0x1E04F]={
242596  category="lm",
242597  description="MODIFIER LETTER CYRILLIC SMALL STRAIGHT U",
242598  direction="l",
242599  linebreak="al",
242600  specials={ "super", 0x4AF },
242601  unicodeslot=0x1E04F,
242602 },
242603 [0x1E050]={
242604  category="lm",
242605  description="MODIFIER LETTER CYRILLIC SMALL PALOCHKA",
242606  direction="l",
242607  linebreak="al",
242608  specials={ "super", 0x4CF },
242609  unicodeslot=0x1E050,
242610 },
242611 [0x1E051]={
242612  category="lm",
242613  description="CYRILLIC SUBSCRIPT SMALL LETTER A",
242614  direction="l",
242615  linebreak="al",
242616  specials={ "sub", 0x430 },
242617  unicodeslot=0x1E051,
242618 },
242619 [0x1E052]={
242620  category="lm",
242621  description="CYRILLIC SUBSCRIPT SMALL LETTER BE",
242622  direction="l",
242623  linebreak="al",
242624  specials={ "sub", 0x431 },
242625  unicodeslot=0x1E052,
242626 },
242627 [0x1E053]={
242628  category="lm",
242629  description="CYRILLIC SUBSCRIPT SMALL LETTER VE",
242630  direction="l",
242631  linebreak="al",
242632  specials={ "sub", 0x432 },
242633  unicodeslot=0x1E053,
242634 },
242635 [0x1E054]={
242636  category="lm",
242637  description="CYRILLIC SUBSCRIPT SMALL LETTER GHE",
242638  direction="l",
242639  linebreak="al",
242640  specials={ "sub", 0x433 },
242641  unicodeslot=0x1E054,
242642 },
242643 [0x1E055]={
242644  category="lm",
242645  description="CYRILLIC SUBSCRIPT SMALL LETTER DE",
242646  direction="l",
242647  linebreak="al",
242648  specials={ "sub", 0x434 },
242649  unicodeslot=0x1E055,
242650 },
242651 [0x1E056]={
242652  category="lm",
242653  description="CYRILLIC SUBSCRIPT SMALL LETTER IE",
242654  direction="l",
242655  linebreak="al",
242656  specials={ "sub", 0x435 },
242657  unicodeslot=0x1E056,
242658 },
242659 [0x1E057]={
242660  category="lm",
242661  description="CYRILLIC SUBSCRIPT SMALL LETTER ZHE",
242662  direction="l",
242663  linebreak="al",
242664  specials={ "sub", 0x436 },
242665  unicodeslot=0x1E057,
242666 },
242667 [0x1E058]={
242668  category="lm",
242669  description="CYRILLIC SUBSCRIPT SMALL LETTER ZE",
242670  direction="l",
242671  linebreak="al",
242672  specials={ "sub", 0x437 },
242673  unicodeslot=0x1E058,
242674 },
242675 [0x1E059]={
242676  category="lm",
242677  description="CYRILLIC SUBSCRIPT SMALL LETTER I",
242678  direction="l",
242679  linebreak="al",
242680  specials={ "sub", 0x438 },
242681  unicodeslot=0x1E059,
242682 },
242683 [0x1E05A]={
242684  category="lm",
242685  description="CYRILLIC SUBSCRIPT SMALL LETTER KA",
242686  direction="l",
242687  linebreak="al",
242688  specials={ "sub", 0x43A },
242689  unicodeslot=0x1E05A,
242690 },
242691 [0x1E05B]={
242692  category="lm",
242693  description="CYRILLIC SUBSCRIPT SMALL LETTER EL",
242694  direction="l",
242695  linebreak="al",
242696  specials={ "sub", 0x43B },
242697  unicodeslot=0x1E05B,
242698 },
242699 [0x1E05C]={
242700  category="lm",
242701  description="CYRILLIC SUBSCRIPT SMALL LETTER O",
242702  direction="l",
242703  linebreak="al",
242704  specials={ "sub", 0x43E },
242705  unicodeslot=0x1E05C,
242706 },
242707 [0x1E05D]={
242708  category="lm",
242709  description="CYRILLIC SUBSCRIPT SMALL LETTER PE",
242710  direction="l",
242711  linebreak="al",
242712  specials={ "sub", 0x43F },
242713  unicodeslot=0x1E05D,
242714 },
242715 [0x1E05E]={
242716  category="lm",
242717  description="CYRILLIC SUBSCRIPT SMALL LETTER ES",
242718  direction="l",
242719  linebreak="al",
242720  specials={ "sub", 0x441 },
242721  unicodeslot=0x1E05E,
242722 },
242723 [0x1E05F]={
242724  category="lm",
242725  description="CYRILLIC SUBSCRIPT SMALL LETTER U",
242726  direction="l",
242727  linebreak="al",
242728  specials={ "sub", 0x443 },
242729  unicodeslot=0x1E05F,
242730 },
242731 [0x1E060]={
242732  category="lm",
242733  description="CYRILLIC SUBSCRIPT SMALL LETTER EF",
242734  direction="l",
242735  linebreak="al",
242736  specials={ "sub", 0x444 },
242737  unicodeslot=0x1E060,
242738 },
242739 [0x1E061]={
242740  category="lm",
242741  description="CYRILLIC SUBSCRIPT SMALL LETTER HA",
242742  direction="l",
242743  linebreak="al",
242744  specials={ "sub", 0x445 },
242745  unicodeslot=0x1E061,
242746 },
242747 [0x1E062]={
242748  category="lm",
242749  description="CYRILLIC SUBSCRIPT SMALL LETTER TSE",
242750  direction="l",
242751  linebreak="al",
242752  specials={ "sub", 0x446 },
242753  unicodeslot=0x1E062,
242754 },
242755 [0x1E063]={
242756  category="lm",
242757  description="CYRILLIC SUBSCRIPT SMALL LETTER CHE",
242758  direction="l",
242759  linebreak="al",
242760  specials={ "sub", 0x447 },
242761  unicodeslot=0x1E063,
242762 },
242763 [0x1E064]={
242764  category="lm",
242765  description="CYRILLIC SUBSCRIPT SMALL LETTER SHA",
242766  direction="l",
242767  linebreak="al",
242768  specials={ "sub", 0x448 },
242769  unicodeslot=0x1E064,
242770 },
242771 [0x1E065]={
242772  category="lm",
242773  description="CYRILLIC SUBSCRIPT SMALL LETTER HARD SIGN",
242774  direction="l",
242775  linebreak="al",
242776  specials={ "sub", 0x44A },
242777  unicodeslot=0x1E065,
242778 },
242779 [0x1E066]={
242780  category="lm",
242781  description="CYRILLIC SUBSCRIPT SMALL LETTER YERU",
242782  direction="l",
242783  linebreak="al",
242784  specials={ "sub", 0x44B },
242785  unicodeslot=0x1E066,
242786 },
242787 [0x1E067]={
242788  category="lm",
242789  description="CYRILLIC SUBSCRIPT SMALL LETTER GHE WITH UPTURN",
242790  direction="l",
242791  linebreak="al",
242792  specials={ "sub", 0x491 },
242793  unicodeslot=0x1E067,
242794 },
242795 [0x1E068]={
242796  category="lm",
242797  description="CYRILLIC SUBSCRIPT SMALL LETTER BYELORUSSIAN-UKRAINIAN I",
242798  direction="l",
242799  linebreak="al",
242800  specials={ "sub", 0x456 },
242801  unicodeslot=0x1E068,
242802 },
242803 [0x1E069]={
242804  category="lm",
242805  description="CYRILLIC SUBSCRIPT SMALL LETTER DZE",
242806  direction="l",
242807  linebreak="al",
242808  specials={ "sub", 0x455 },
242809  unicodeslot=0x1E069,
242810 },
242811 [0x1E06A]={
242812  category="lm",
242813  description="CYRILLIC SUBSCRIPT SMALL LETTER DZHE",
242814  direction="l",
242815  linebreak="al",
242816  specials={ "sub", 0x45F },
242817  unicodeslot=0x1E06A,
242818 },
242819 [0x1E06B]={
242820  category="lm",
242821  description="MODIFIER LETTER CYRILLIC SMALL ES WITH DESCENDER",
242822  direction="l",
242823  linebreak="al",
242824  specials={ "super", 0x4AB },
242825  unicodeslot=0x1E06B,
242826 },
242827 [0x1E06C]={
242828  category="lm",
242829  description="MODIFIER LETTER CYRILLIC SMALL YERU WITH BACK YER",
242830  direction="l",
242831  linebreak="al",
242832  specials={ "super", 0xA651 },
242833  unicodeslot=0x1E06C,
242834 },
242835 [0x1E06D]={
242836  category="lm",
242837  description="MODIFIER LETTER CYRILLIC SMALL STRAIGHT U WITH STROKE",
242838  direction="l",
242839  linebreak="al",
242840  specials={ "super", 0x4B1 },
242841  unicodeslot=0x1E06D,
242842 },
242843 [0x1E08F]={
242844  category="mn",
242845  combining=0xE6,
242846  description="COMBINING CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I",
242847  direction="nsm",
242848  linebreak="cm",
242849  unicodeslot=0x1E08F,
242850 },
242851 [0x1E100]={
242852  category="lo",
242853  description="NYIAKENG PUACHUE HMONG LETTER MA",
242854  direction="l",
242855  linebreak="al",
242856  unicodeslot=0x1E100,
242857 },
242858 [0x1E101]={
242859  category="lo",
242860  description="NYIAKENG PUACHUE HMONG LETTER TSA",
242861  direction="l",
242862  linebreak="al",
242863  unicodeslot=0x1E101,
242864 },
242865 [0x1E102]={
242866  category="lo",
242867  description="NYIAKENG PUACHUE HMONG LETTER NTA",
242868  direction="l",
242869  linebreak="al",
242870  unicodeslot=0x1E102,
242871 },
242872 [0x1E103]={
242873  category="lo",
242874  description="NYIAKENG PUACHUE HMONG LETTER TA",
242875  direction="l",
242876  linebreak="al",
242877  unicodeslot=0x1E103,
242878 },
242879 [0x1E104]={
242880  category="lo",
242881  description="NYIAKENG PUACHUE HMONG LETTER HA",
242882  direction="l",
242883  linebreak="al",
242884  unicodeslot=0x1E104,
242885 },
242886 [0x1E105]={
242887  category="lo",
242888  description="NYIAKENG PUACHUE HMONG LETTER NA",
242889  direction="l",
242890  linebreak="al",
242891  unicodeslot=0x1E105,
242892 },
242893 [0x1E106]={
242894  category="lo",
242895  description="NYIAKENG PUACHUE HMONG LETTER XA",
242896  direction="l",
242897  linebreak="al",
242898  unicodeslot=0x1E106,
242899 },
242900 [0x1E107]={
242901  category="lo",
242902  description="NYIAKENG PUACHUE HMONG LETTER NKA",
242903  direction="l",
242904  linebreak="al",
242905  unicodeslot=0x1E107,
242906 },
242907 [0x1E108]={
242908  category="lo",
242909  description="NYIAKENG PUACHUE HMONG LETTER CA",
242910  direction="l",
242911  linebreak="al",
242912  unicodeslot=0x1E108,
242913 },
242914 [0x1E109]={
242915  category="lo",
242916  description="NYIAKENG PUACHUE HMONG LETTER LA",
242917  direction="l",
242918  linebreak="al",
242919  unicodeslot=0x1E109,
242920 },
242921 [0x1E10A]={
242922  category="lo",
242923  description="NYIAKENG PUACHUE HMONG LETTER SA",
242924  direction="l",
242925  linebreak="al",
242926  unicodeslot=0x1E10A,
242927 },
242928 [0x1E10B]={
242929  category="lo",
242930  description="NYIAKENG PUACHUE HMONG LETTER ZA",
242931  direction="l",
242932  linebreak="al",
242933  unicodeslot=0x1E10B,
242934 },
242935 [0x1E10C]={
242936  category="lo",
242937  description="NYIAKENG PUACHUE HMONG LETTER NCA",
242938  direction="l",
242939  linebreak="al",
242940  unicodeslot=0x1E10C,
242941 },
242942 [0x1E10D]={
242943  category="lo",
242944  description="NYIAKENG PUACHUE HMONG LETTER NTSA",
242945  direction="l",
242946  linebreak="al",
242947  unicodeslot=0x1E10D,
242948 },
242949 [0x1E10E]={
242950  category="lo",
242951  description="NYIAKENG PUACHUE HMONG LETTER KA",
242952  direction="l",
242953  linebreak="al",
242954  unicodeslot=0x1E10E,
242955 },
242956 [0x1E10F]={
242957  category="lo",
242958  description="NYIAKENG PUACHUE HMONG LETTER DA",
242959  direction="l",
242960  linebreak="al",
242961  unicodeslot=0x1E10F,
242962 },
242963 [0x1E110]={
242964  category="lo",
242965  description="NYIAKENG PUACHUE HMONG LETTER NYA",
242966  direction="l",
242967  linebreak="al",
242968  unicodeslot=0x1E110,
242969 },
242970 [0x1E111]={
242971  category="lo",
242972  description="NYIAKENG PUACHUE HMONG LETTER NRA",
242973  direction="l",
242974  linebreak="al",
242975  unicodeslot=0x1E111,
242976 },
242977 [0x1E112]={
242978  category="lo",
242979  description="NYIAKENG PUACHUE HMONG LETTER VA",
242980  direction="l",
242981  linebreak="al",
242982  unicodeslot=0x1E112,
242983 },
242984 [0x1E113]={
242985  category="lo",
242986  description="NYIAKENG PUACHUE HMONG LETTER NTXA",
242987  direction="l",
242988  linebreak="al",
242989  unicodeslot=0x1E113,
242990 },
242991 [0x1E114]={
242992  category="lo",
242993  description="NYIAKENG PUACHUE HMONG LETTER TXA",
242994  direction="l",
242995  linebreak="al",
242996  unicodeslot=0x1E114,
242997 },
242998 [0x1E115]={
242999  category="lo",
243000  description="NYIAKENG PUACHUE HMONG LETTER FA",
243001  direction="l",
243002  linebreak="al",
243003  unicodeslot=0x1E115,
243004 },
243005 [0x1E116]={
243006  category="lo",
243007  description="NYIAKENG PUACHUE HMONG LETTER RA",
243008  direction="l",
243009  linebreak="al",
243010  unicodeslot=0x1E116,
243011 },
243012 [0x1E117]={
243013  category="lo",
243014  description="NYIAKENG PUACHUE HMONG LETTER QA",
243015  direction="l",
243016  linebreak="al",
243017  unicodeslot=0x1E117,
243018 },
243019 [0x1E118]={
243020  category="lo",
243021  description="NYIAKENG PUACHUE HMONG LETTER YA",
243022  direction="l",
243023  linebreak="al",
243024  unicodeslot=0x1E118,
243025 },
243026 [0x1E119]={
243027  category="lo",
243028  description="NYIAKENG PUACHUE HMONG LETTER NQA",
243029  direction="l",
243030  linebreak="al",
243031  unicodeslot=0x1E119,
243032 },
243033 [0x1E11A]={
243034  category="lo",
243035  description="NYIAKENG PUACHUE HMONG LETTER PA",
243036  direction="l",
243037  linebreak="al",
243038  unicodeslot=0x1E11A,
243039 },
243040 [0x1E11B]={
243041  category="lo",
243042  description="NYIAKENG PUACHUE HMONG LETTER XYA",
243043  direction="l",
243044  linebreak="al",
243045  unicodeslot=0x1E11B,
243046 },
243047 [0x1E11C]={
243048  category="lo",
243049  description="NYIAKENG PUACHUE HMONG LETTER NPA",
243050  direction="l",
243051  linebreak="al",
243052  unicodeslot=0x1E11C,
243053 },
243054 [0x1E11D]={
243055  category="lo",
243056  description="NYIAKENG PUACHUE HMONG LETTER DLA",
243057  direction="l",
243058  linebreak="al",
243059  unicodeslot=0x1E11D,
243060 },
243061 [0x1E11E]={
243062  category="lo",
243063  description="NYIAKENG PUACHUE HMONG LETTER NPLA",
243064  direction="l",
243065  linebreak="al",
243066  unicodeslot=0x1E11E,
243067 },
243068 [0x1E11F]={
243069  category="lo",
243070  description="NYIAKENG PUACHUE HMONG LETTER HAH",
243071  direction="l",
243072  linebreak="al",
243073  unicodeslot=0x1E11F,
243074 },
243075 [0x1E120]={
243076  category="lo",
243077  description="NYIAKENG PUACHUE HMONG LETTER MLA",
243078  direction="l",
243079  linebreak="al",
243080  unicodeslot=0x1E120,
243081 },
243082 [0x1E121]={
243083  category="lo",
243084  description="NYIAKENG PUACHUE HMONG LETTER PLA",
243085  direction="l",
243086  linebreak="al",
243087  unicodeslot=0x1E121,
243088 },
243089 [0x1E122]={
243090  category="lo",
243091  description="NYIAKENG PUACHUE HMONG LETTER GA",
243092  direction="l",
243093  linebreak="al",
243094  unicodeslot=0x1E122,
243095 },
243096 [0x1E123]={
243097  category="lo",
243098  description="NYIAKENG PUACHUE HMONG LETTER RRA",
243099  direction="l",
243100  linebreak="al",
243101  unicodeslot=0x1E123,
243102 },
243103 [0x1E124]={
243104  category="lo",
243105  description="NYIAKENG PUACHUE HMONG LETTER A",
243106  direction="l",
243107  linebreak="al",
243108  unicodeslot=0x1E124,
243109 },
243110 [0x1E125]={
243111  category="lo",
243112  description="NYIAKENG PUACHUE HMONG LETTER AA",
243113  direction="l",
243114  linebreak="al",
243115  unicodeslot=0x1E125,
243116 },
243117 [0x1E126]={
243118  category="lo",
243119  description="NYIAKENG PUACHUE HMONG LETTER I",
243120  direction="l",
243121  linebreak="al",
243122  unicodeslot=0x1E126,
243123 },
243124 [0x1E127]={
243125  category="lo",
243126  description="NYIAKENG PUACHUE HMONG LETTER U",
243127  direction="l",
243128  linebreak="al",
243129  unicodeslot=0x1E127,
243130 },
243131 [0x1E128]={
243132  category="lo",
243133  description="NYIAKENG PUACHUE HMONG LETTER O",
243134  direction="l",
243135  linebreak="al",
243136  unicodeslot=0x1E128,
243137 },
243138 [0x1E129]={
243139  category="lo",
243140  description="NYIAKENG PUACHUE HMONG LETTER OO",
243141  direction="l",
243142  linebreak="al",
243143  unicodeslot=0x1E129,
243144 },
243145 [0x1E12A]={
243146  category="lo",
243147  description="NYIAKENG PUACHUE HMONG LETTER E",
243148  direction="l",
243149  linebreak="al",
243150  unicodeslot=0x1E12A,
243151 },
243152 [0x1E12B]={
243153  category="lo",
243154  description="NYIAKENG PUACHUE HMONG LETTER EE",
243155  direction="l",
243156  linebreak="al",
243157  unicodeslot=0x1E12B,
243158 },
243159 [0x1E12C]={
243160  category="lo",
243161  description="NYIAKENG PUACHUE HMONG LETTER W",
243162  direction="l",
243163  linebreak="al",
243164  unicodeslot=0x1E12C,
243165 },
243166 [0x1E130]={
243167  category="mn",
243168  combining=0xE6,
243169  description="NYIAKENG PUACHUE HMONG TONE-B",
243170  direction="nsm",
243171  linebreak="cm",
243172  unicodeslot=0x1E130,
243173 },
243174 [0x1E131]={
243175  category="mn",
243176  combining=0xE6,
243177  description="NYIAKENG PUACHUE HMONG TONE-M",
243178  direction="nsm",
243179  linebreak="cm",
243180  unicodeslot=0x1E131,
243181 },
243182 [0x1E132]={
243183  category="mn",
243184  combining=0xE6,
243185  description="NYIAKENG PUACHUE HMONG TONE-J",
243186  direction="nsm",
243187  linebreak="cm",
243188  unicodeslot=0x1E132,
243189 },
243190 [0x1E133]={
243191  category="mn",
243192  combining=0xE6,
243193  description="NYIAKENG PUACHUE HMONG TONE-V",
243194  direction="nsm",
243195  linebreak="cm",
243196  unicodeslot=0x1E133,
243197 },
243198 [0x1E134]={
243199  category="mn",
243200  combining=0xE6,
243201  description="NYIAKENG PUACHUE HMONG TONE-S",
243202  direction="nsm",
243203  linebreak="cm",
243204  unicodeslot=0x1E134,
243205 },
243206 [0x1E135]={
243207  category="mn",
243208  combining=0xE6,
243209  description="NYIAKENG PUACHUE HMONG TONE-G",
243210  direction="nsm",
243211  linebreak="cm",
243212  unicodeslot=0x1E135,
243213 },
243214 [0x1E136]={
243215  category="mn",
243216  combining=0xE6,
243217  description="NYIAKENG PUACHUE HMONG TONE-D",
243218  direction="nsm",
243219  linebreak="cm",
243220  unicodeslot=0x1E136,
243221 },
243222 [0x1E137]={
243223  category="lm",
243224  description="NYIAKENG PUACHUE HMONG SIGN FOR PERSON",
243225  direction="l",
243226  linebreak="al",
243227  unicodeslot=0x1E137,
243228 },
243229 [0x1E138]={
243230  category="lm",
243231  description="NYIAKENG PUACHUE HMONG SIGN FOR THING",
243232  direction="l",
243233  linebreak="al",
243234  unicodeslot=0x1E138,
243235 },
243236 [0x1E139]={
243237  category="lm",
243238  description="NYIAKENG PUACHUE HMONG SIGN FOR LOCATION",
243239  direction="l",
243240  linebreak="al",
243241  unicodeslot=0x1E139,
243242 },
243243 [0x1E13A]={
243244  category="lm",
243245  description="NYIAKENG PUACHUE HMONG SIGN FOR ANIMAL",
243246  direction="l",
243247  linebreak="al",
243248  unicodeslot=0x1E13A,
243249 },
243250 [0x1E13B]={
243251  category="lm",
243252  description="NYIAKENG PUACHUE HMONG SIGN FOR INVERTEBRATE",
243253  direction="l",
243254  linebreak="al",
243255  unicodeslot=0x1E13B,
243256 },
243257 [0x1E13C]={
243258  category="lm",
243259  description="NYIAKENG PUACHUE HMONG SIGN XW XW",
243260  direction="l",
243261  linebreak="al",
243262  unicodeslot=0x1E13C,
243263 },
243264 [0x1E13D]={
243265  category="lm",
243266  description="NYIAKENG PUACHUE HMONG SYLLABLE LENGTHENER",
243267  direction="l",
243268  linebreak="al",
243269  unicodeslot=0x1E13D,
243270 },
243271 [0x1E140]={
243272  category="nd",
243273  description="NYIAKENG PUACHUE HMONG DIGIT ZERO",
243274  direction="l",
243275  linebreak="nu",
243276  unicodeslot=0x1E140,
243277 },
243278 [0x1E141]={
243279  category="nd",
243280  description="NYIAKENG PUACHUE HMONG DIGIT ONE",
243281  direction="l",
243282  linebreak="nu",
243283  unicodeslot=0x1E141,
243284 },
243285 [0x1E142]={
243286  category="nd",
243287  description="NYIAKENG PUACHUE HMONG DIGIT TWO",
243288  direction="l",
243289  linebreak="nu",
243290  unicodeslot=0x1E142,
243291 },
243292 [0x1E143]={
243293  category="nd",
243294  description="NYIAKENG PUACHUE HMONG DIGIT THREE",
243295  direction="l",
243296  linebreak="nu",
243297  unicodeslot=0x1E143,
243298 },
243299 [0x1E144]={
243300  category="nd",
243301  description="NYIAKENG PUACHUE HMONG DIGIT FOUR",
243302  direction="l",
243303  linebreak="nu",
243304  unicodeslot=0x1E144,
243305 },
243306 [0x1E145]={
243307  category="nd",
243308  description="NYIAKENG PUACHUE HMONG DIGIT FIVE",
243309  direction="l",
243310  linebreak="nu",
243311  unicodeslot=0x1E145,
243312 },
243313 [0x1E146]={
243314  category="nd",
243315  description="NYIAKENG PUACHUE HMONG DIGIT SIX",
243316  direction="l",
243317  linebreak="nu",
243318  unicodeslot=0x1E146,
243319 },
243320 [0x1E147]={
243321  category="nd",
243322  description="NYIAKENG PUACHUE HMONG DIGIT SEVEN",
243323  direction="l",
243324  linebreak="nu",
243325  unicodeslot=0x1E147,
243326 },
243327 [0x1E148]={
243328  category="nd",
243329  description="NYIAKENG PUACHUE HMONG DIGIT EIGHT",
243330  direction="l",
243331  linebreak="nu",
243332  unicodeslot=0x1E148,
243333 },
243334 [0x1E149]={
243335  category="nd",
243336  description="NYIAKENG PUACHUE HMONG DIGIT NINE",
243337  direction="l",
243338  linebreak="nu",
243339  unicodeslot=0x1E149,
243340 },
243341 [0x1E14E]={
243342  category="lo",
243343  description="NYIAKENG PUACHUE HMONG LOGOGRAM NYAJ",
243344  direction="l",
243345  linebreak="al",
243346  unicodeslot=0x1E14E,
243347 },
243348 [0x1E14F]={
243349  category="so",
243350  description="NYIAKENG PUACHUE HMONG CIRCLED CA",
243351  direction="l",
243352  linebreak="al",
243353  unicodeslot=0x1E14F,
243354 },
243355 [0x1E290]={
243356  category="lo",
243357  description="TOTO LETTER PA",
243358  direction="l",
243359  linebreak="al",
243360  unicodeslot=0x1E290,
243361 },
243362 [0x1E291]={
243363  category="lo",
243364  description="TOTO LETTER BA",
243365  direction="l",
243366  linebreak="al",
243367  unicodeslot=0x1E291,
243368 },
243369 [0x1E292]={
243370  category="lo",
243371  description="TOTO LETTER TA",
243372  direction="l",
243373  linebreak="al",
243374  unicodeslot=0x1E292,
243375 },
243376 [0x1E293]={
243377  category="lo",
243378  description="TOTO LETTER DA",
243379  direction="l",
243380  linebreak="al",
243381  unicodeslot=0x1E293,
243382 },
243383 [0x1E294]={
243384  category="lo",
243385  description="TOTO LETTER KA",
243386  direction="l",
243387  linebreak="al",
243388  unicodeslot=0x1E294,
243389 },
243390 [0x1E295]={
243391  category="lo",
243392  description="TOTO LETTER GA",
243393  direction="l",
243394  linebreak="al",
243395  unicodeslot=0x1E295,
243396 },
243397 [0x1E296]={
243398  category="lo",
243399  description="TOTO LETTER MA",
243400  direction="l",
243401  linebreak="al",
243402  unicodeslot=0x1E296,
243403 },
243404 [0x1E297]={
243405  category="lo",
243406  description="TOTO LETTER NA",
243407  direction="l",
243408  linebreak="al",
243409  unicodeslot=0x1E297,
243410 },
243411 [0x1E298]={
243412  category="lo",
243413  description="TOTO LETTER NGA",
243414  direction="l",
243415  linebreak="al",
243416  unicodeslot=0x1E298,
243417 },
243418 [0x1E299]={
243419  category="lo",
243420  description="TOTO LETTER SA",
243421  direction="l",
243422  linebreak="al",
243423  unicodeslot=0x1E299,
243424 },
243425 [0x1E29A]={
243426  category="lo",
243427  description="TOTO LETTER CHA",
243428  direction="l",
243429  linebreak="al",
243430  unicodeslot=0x1E29A,
243431 },
243432 [0x1E29B]={
243433  category="lo",
243434  description="TOTO LETTER YA",
243435  direction="l",
243436  linebreak="al",
243437  unicodeslot=0x1E29B,
243438 },
243439 [0x1E29C]={
243440  category="lo",
243441  description="TOTO LETTER WA",
243442  direction="l",
243443  linebreak="al",
243444  unicodeslot=0x1E29C,
243445 },
243446 [0x1E29D]={
243447  category="lo",
243448  description="TOTO LETTER JA",
243449  direction="l",
243450  linebreak="al",
243451  unicodeslot=0x1E29D,
243452 },
243453 [0x1E29E]={
243454  category="lo",
243455  description="TOTO LETTER HA",
243456  direction="l",
243457  linebreak="al",
243458  unicodeslot=0x1E29E,
243459 },
243460 [0x1E29F]={
243461  category="lo",
243462  description="TOTO LETTER RA",
243463  direction="l",
243464  linebreak="al",
243465  unicodeslot=0x1E29F,
243466 },
243467 [0x1E2A0]={
243468  category="lo",
243469  description="TOTO LETTER LA",
243470  direction="l",
243471  linebreak="al",
243472  unicodeslot=0x1E2A0,
243473 },
243474 [0x1E2A1]={
243475  category="lo",
243476  description="TOTO LETTER I",
243477  direction="l",
243478  linebreak="al",
243479  unicodeslot=0x1E2A1,
243480 },
243481 [0x1E2A2]={
243482  category="lo",
243483  description="TOTO LETTER BREATHY I",
243484  direction="l",
243485  linebreak="al",
243486  unicodeslot=0x1E2A2,
243487 },
243488 [0x1E2A3]={
243489  category="lo",
243490  description="TOTO LETTER IU",
243491  direction="l",
243492  linebreak="al",
243493  unicodeslot=0x1E2A3,
243494 },
243495 [0x1E2A4]={
243496  category="lo",
243497  description="TOTO LETTER BREATHY IU",
243498  direction="l",
243499  linebreak="al",
243500  unicodeslot=0x1E2A4,
243501 },
243502 [0x1E2A5]={
243503  category="lo",
243504  description="TOTO LETTER U",
243505  direction="l",
243506  linebreak="al",
243507  unicodeslot=0x1E2A5,
243508 },
243509 [0x1E2A6]={
243510  category="lo",
243511  description="TOTO LETTER E",
243512  direction="l",
243513  linebreak="al",
243514  unicodeslot=0x1E2A6,
243515 },
243516 [0x1E2A7]={
243517  category="lo",
243518  description="TOTO LETTER BREATHY E",
243519  direction="l",
243520  linebreak="al",
243521  unicodeslot=0x1E2A7,
243522 },
243523 [0x1E2A8]={
243524  category="lo",
243525  description="TOTO LETTER EO",
243526  direction="l",
243527  linebreak="al",
243528  unicodeslot=0x1E2A8,
243529 },
243530 [0x1E2A9]={
243531  category="lo",
243532  description="TOTO LETTER BREATHY EO",
243533  direction="l",
243534  linebreak="al",
243535  unicodeslot=0x1E2A9,
243536 },
243537 [0x1E2AA]={
243538  category="lo",
243539  description="TOTO LETTER O",
243540  direction="l",
243541  linebreak="al",
243542  unicodeslot=0x1E2AA,
243543 },
243544 [0x1E2AB]={
243545  category="lo",
243546  description="TOTO LETTER AE",
243547  direction="l",
243548  linebreak="al",
243549  unicodeslot=0x1E2AB,
243550 },
243551 [0x1E2AC]={
243552  category="lo",
243553  description="TOTO LETTER BREATHY AE",
243554  direction="l",
243555  linebreak="al",
243556  unicodeslot=0x1E2AC,
243557 },
243558 [0x1E2AD]={
243559  category="lo",
243560  description="TOTO LETTER A",
243561  direction="l",
243562  linebreak="al",
243563  unicodeslot=0x1E2AD,
243564 },
243565 [0x1E2AE]={
243566  category="mn",
243567  combining=0xE6,
243568  description="TOTO SIGN RISING TONE",
243569  direction="nsm",
243570  linebreak="cm",
243571  unicodeslot=0x1E2AE,
243572 },
243573 [0x1E2C0]={
243574  category="lo",
243575  description="WANCHO LETTER AA",
243576  direction="l",
243577  linebreak="al",
243578  unicodeslot=0x1E2C0,
243579 },
243580 [0x1E2C1]={
243581  category="lo",
243582  description="WANCHO LETTER A",
243583  direction="l",
243584  linebreak="al",
243585  unicodeslot=0x1E2C1,
243586 },
243587 [0x1E2C2]={
243588  category="lo",
243589  description="WANCHO LETTER BA",
243590  direction="l",
243591  linebreak="al",
243592  unicodeslot=0x1E2C2,
243593 },
243594 [0x1E2C3]={
243595  category="lo",
243596  description="WANCHO LETTER CA",
243597  direction="l",
243598  linebreak="al",
243599  unicodeslot=0x1E2C3,
243600 },
243601 [0x1E2C4]={
243602  category="lo",
243603  description="WANCHO LETTER DA",
243604  direction="l",
243605  linebreak="al",
243606  unicodeslot=0x1E2C4,
243607 },
243608 [0x1E2C5]={
243609  category="lo",
243610  description="WANCHO LETTER GA",
243611  direction="l",
243612  linebreak="al",
243613  unicodeslot=0x1E2C5,
243614 },
243615 [0x1E2C6]={
243616  category="lo",
243617  description="WANCHO LETTER YA",
243618  direction="l",
243619  linebreak="al",
243620  unicodeslot=0x1E2C6,
243621 },
243622 [0x1E2C7]={
243623  category="lo",
243624  description="WANCHO LETTER PHA",
243625  direction="l",
243626  linebreak="al",
243627  unicodeslot=0x1E2C7,
243628 },
243629 [0x1E2C8]={
243630  category="lo",
243631  description="WANCHO LETTER LA",
243632  direction="l",
243633  linebreak="al",
243634  unicodeslot=0x1E2C8,
243635 },
243636 [0x1E2C9]={
243637  category="lo",
243638  description="WANCHO LETTER NA",
243639  direction="l",
243640  linebreak="al",
243641  unicodeslot=0x1E2C9,
243642 },
243643 [0x1E2CA]={
243644  category="lo",
243645  description="WANCHO LETTER PA",
243646  direction="l",
243647  linebreak="al",
243648  unicodeslot=0x1E2CA,
243649 },
243650 [0x1E2CB]={
243651  category="lo",
243652  description="WANCHO LETTER TA",
243653  direction="l",
243654  linebreak="al",
243655  unicodeslot=0x1E2CB,
243656 },
243657 [0x1E2CC]={
243658  category="lo",
243659  description="WANCHO LETTER THA",
243660  direction="l",
243661  linebreak="al",
243662  unicodeslot=0x1E2CC,
243663 },
243664 [0x1E2CD]={
243665  category="lo",
243666  description="WANCHO LETTER FA",
243667  direction="l",
243668  linebreak="al",
243669  unicodeslot=0x1E2CD,
243670 },
243671 [0x1E2CE]={
243672  category="lo",
243673  description="WANCHO LETTER SA",
243674  direction="l",
243675  linebreak="al",
243676  unicodeslot=0x1E2CE,
243677 },
243678 [0x1E2CF]={
243679  category="lo",
243680  description="WANCHO LETTER SHA",
243681  direction="l",
243682  linebreak="al",
243683  unicodeslot=0x1E2CF,
243684 },
243685 [0x1E2D0]={
243686  category="lo",
243687  description="WANCHO LETTER JA",
243688  direction="l",
243689  linebreak="al",
243690  unicodeslot=0x1E2D0,
243691 },
243692 [0x1E2D1]={
243693  category="lo",
243694  description="WANCHO LETTER ZA",
243695  direction="l",
243696  linebreak="al",
243697  unicodeslot=0x1E2D1,
243698 },
243699 [0x1E2D2]={
243700  category="lo",
243701  description="WANCHO LETTER WA",
243702  direction="l",
243703  linebreak="al",
243704  unicodeslot=0x1E2D2,
243705 },
243706 [0x1E2D3]={
243707  category="lo",
243708  description="WANCHO LETTER VA",
243709  direction="l",
243710  linebreak="al",
243711  unicodeslot=0x1E2D3,
243712 },
243713 [0x1E2D4]={
243714  category="lo",
243715  description="WANCHO LETTER KA",
243716  direction="l",
243717  linebreak="al",
243718  unicodeslot=0x1E2D4,
243719 },
243720 [0x1E2D5]={
243721  category="lo",
243722  description="WANCHO LETTER O",
243723  direction="l",
243724  linebreak="al",
243725  unicodeslot=0x1E2D5,
243726 },
243727 [0x1E2D6]={
243728  category="lo",
243729  description="WANCHO LETTER AU",
243730  direction="l",
243731  linebreak="al",
243732  unicodeslot=0x1E2D6,
243733 },
243734 [0x1E2D7]={
243735  category="lo",
243736  description="WANCHO LETTER RA",
243737  direction="l",
243738  linebreak="al",
243739  unicodeslot=0x1E2D7,
243740 },
243741 [0x1E2D8]={
243742  category="lo",
243743  description="WANCHO LETTER MA",
243744  direction="l",
243745  linebreak="al",
243746  unicodeslot=0x1E2D8,
243747 },
243748 [0x1E2D9]={
243749  category="lo",
243750  description="WANCHO LETTER KHA",
243751  direction="l",
243752  linebreak="al",
243753  unicodeslot=0x1E2D9,
243754 },
243755 [0x1E2DA]={
243756  category="lo",
243757  description="WANCHO LETTER HA",
243758  direction="l",
243759  linebreak="al",
243760  unicodeslot=0x1E2DA,
243761 },
243762 [0x1E2DB]={
243763  category="lo",
243764  description="WANCHO LETTER E",
243765  direction="l",
243766  linebreak="al",
243767  unicodeslot=0x1E2DB,
243768 },
243769 [0x1E2DC]={
243770  category="lo",
243771  description="WANCHO LETTER I",
243772  direction="l",
243773  linebreak="al",
243774  unicodeslot=0x1E2DC,
243775 },
243776 [0x1E2DD]={
243777  category="lo",
243778  description="WANCHO LETTER NGA",
243779  direction="l",
243780  linebreak="al",
243781  unicodeslot=0x1E2DD,
243782 },
243783 [0x1E2DE]={
243784  category="lo",
243785  description="WANCHO LETTER U",
243786  direction="l",
243787  linebreak="al",
243788  unicodeslot=0x1E2DE,
243789 },
243790 [0x1E2DF]={
243791  category="lo",
243792  description="WANCHO LETTER LLHA",
243793  direction="l",
243794  linebreak="al",
243795  unicodeslot=0x1E2DF,
243796 },
243797 [0x1E2E0]={
243798  category="lo",
243799  description="WANCHO LETTER TSA",
243800  direction="l",
243801  linebreak="al",
243802  unicodeslot=0x1E2E0,
243803 },
243804 [0x1E2E1]={
243805  category="lo",
243806  description="WANCHO LETTER TRA",
243807  direction="l",
243808  linebreak="al",
243809  unicodeslot=0x1E2E1,
243810 },
243811 [0x1E2E2]={
243812  category="lo",
243813  description="WANCHO LETTER ONG",
243814  direction="l",
243815  linebreak="al",
243816  unicodeslot=0x1E2E2,
243817 },
243818 [0x1E2E3]={
243819  category="lo",
243820  description="WANCHO LETTER AANG",
243821  direction="l",
243822  linebreak="al",
243823  unicodeslot=0x1E2E3,
243824 },
243825 [0x1E2E4]={
243826  category="lo",
243827  description="WANCHO LETTER ANG",
243828  direction="l",
243829  linebreak="al",
243830  unicodeslot=0x1E2E4,
243831 },
243832 [0x1E2E5]={
243833  category="lo",
243834  description="WANCHO LETTER ING",
243835  direction="l",
243836  linebreak="al",
243837  unicodeslot=0x1E2E5,
243838 },
243839 [0x1E2E6]={
243840  category="lo",
243841  description="WANCHO LETTER ON",
243842  direction="l",
243843  linebreak="al",
243844  unicodeslot=0x1E2E6,
243845 },
243846 [0x1E2E7]={
243847  category="lo",
243848  description="WANCHO LETTER EN",
243849  direction="l",
243850  linebreak="al",
243851  unicodeslot=0x1E2E7,
243852 },
243853 [0x1E2E8]={
243854  category="lo",
243855  description="WANCHO LETTER AAN",
243856  direction="l",
243857  linebreak="al",
243858  unicodeslot=0x1E2E8,
243859 },
243860 [0x1E2E9]={
243861  category="lo",
243862  description="WANCHO LETTER NYA",
243863  direction="l",
243864  linebreak="al",
243865  unicodeslot=0x1E2E9,
243866 },
243867 [0x1E2EA]={
243868  category="lo",
243869  description="WANCHO LETTER UEN",
243870  direction="l",
243871  linebreak="al",
243872  unicodeslot=0x1E2EA,
243873 },
243874 [0x1E2EB]={
243875  category="lo",
243876  description="WANCHO LETTER YIH",
243877  direction="l",
243878  linebreak="al",
243879  unicodeslot=0x1E2EB,
243880 },
243881 [0x1E2EC]={
243882  category="mn",
243883  combining=0xE6,
243884  description="WANCHO TONE TUP",
243885  direction="nsm",
243886  linebreak="cm",
243887  unicodeslot=0x1E2EC,
243888 },
243889 [0x1E2ED]={
243890  category="mn",
243891  combining=0xE6,
243892  description="WANCHO TONE TUPNI",
243893  direction="nsm",
243894  linebreak="cm",
243895  unicodeslot=0x1E2ED,
243896 },
243897 [0x1E2EE]={
243898  category="mn",
243899  combining=0xE6,
243900  description="WANCHO TONE KOI",
243901  direction="nsm",
243902  linebreak="cm",
243903  unicodeslot=0x1E2EE,
243904 },
243905 [0x1E2EF]={
243906  category="mn",
243907  combining=0xE6,
243908  description="WANCHO TONE KOINI",
243909  direction="nsm",
243910  linebreak="cm",
243911  unicodeslot=0x1E2EF,
243912 },
243913 [0x1E2F0]={
243914  category="nd",
243915  description="WANCHO DIGIT ZERO",
243916  direction="l",
243917  linebreak="nu",
243918  unicodeslot=0x1E2F0,
243919 },
243920 [0x1E2F1]={
243921  category="nd",
243922  description="WANCHO DIGIT ONE",
243923  direction="l",
243924  linebreak="nu",
243925  unicodeslot=0x1E2F1,
243926 },
243927 [0x1E2F2]={
243928  category="nd",
243929  description="WANCHO DIGIT TWO",
243930  direction="l",
243931  linebreak="nu",
243932  unicodeslot=0x1E2F2,
243933 },
243934 [0x1E2F3]={
243935  category="nd",
243936  description="WANCHO DIGIT THREE",
243937  direction="l",
243938  linebreak="nu",
243939  unicodeslot=0x1E2F3,
243940 },
243941 [0x1E2F4]={
243942  category="nd",
243943  description="WANCHO DIGIT FOUR",
243944  direction="l",
243945  linebreak="nu",
243946  unicodeslot=0x1E2F4,
243947 },
243948 [0x1E2F5]={
243949  category="nd",
243950  description="WANCHO DIGIT FIVE",
243951  direction="l",
243952  linebreak="nu",
243953  unicodeslot=0x1E2F5,
243954 },
243955 [0x1E2F6]={
243956  category="nd",
243957  description="WANCHO DIGIT SIX",
243958  direction="l",
243959  linebreak="nu",
243960  unicodeslot=0x1E2F6,
243961 },
243962 [0x1E2F7]={
243963  category="nd",
243964  description="WANCHO DIGIT SEVEN",
243965  direction="l",
243966  linebreak="nu",
243967  unicodeslot=0x1E2F7,
243968 },
243969 [0x1E2F8]={
243970  category="nd",
243971  description="WANCHO DIGIT EIGHT",
243972  direction="l",
243973  linebreak="nu",
243974  unicodeslot=0x1E2F8,
243975 },
243976 [0x1E2F9]={
243977  category="nd",
243978  description="WANCHO DIGIT NINE",
243979  direction="l",
243980  linebreak="nu",
243981  unicodeslot=0x1E2F9,
243982 },
243983 [0x1E2FF]={
243984  category="sc",
243985  description="WANCHO NGUN SIGN",
243986  direction="et",
243987  linebreak="pr",
243988  unicodeslot=0x1E2FF,
243989 },
243990 [0x1E4D0]={
243991  category="lo",
243992  description="NAG MUNDARI LETTER O",
243993  direction="l",
243994  linebreak="al",
243995  unicodeslot=0x1E4D0,
243996 },
243997 [0x1E4D1]={
243998  category="lo",
243999  description="NAG MUNDARI LETTER OP",
244000  direction="l",
244001  linebreak="al",
244002  unicodeslot=0x1E4D1,
244003 },
244004 [0x1E4D2]={
244005  category="lo",
244006  description="NAG MUNDARI LETTER OL",
244007  direction="l",
244008  linebreak="al",
244009  unicodeslot=0x1E4D2,
244010 },
244011 [0x1E4D3]={
244012  category="lo",
244013  description="NAG MUNDARI LETTER OY",
244014  direction="l",
244015  linebreak="al",
244016  unicodeslot=0x1E4D3,
244017 },
244018 [0x1E4D4]={
244019  category="lo",
244020  description="NAG MUNDARI LETTER ONG",
244021  direction="l",
244022  linebreak="al",
244023  unicodeslot=0x1E4D4,
244024 },
244025 [0x1E4D5]={
244026  category="lo",
244027  description="NAG MUNDARI LETTER A",
244028  direction="l",
244029  linebreak="al",
244030  unicodeslot=0x1E4D5,
244031 },
244032 [0x1E4D6]={
244033  category="lo",
244034  description="NAG MUNDARI LETTER AJ",
244035  direction="l",
244036  linebreak="al",
244037  unicodeslot=0x1E4D6,
244038 },
244039 [0x1E4D7]={
244040  category="lo",
244041  description="NAG MUNDARI LETTER AB",
244042  direction="l",
244043  linebreak="al",
244044  unicodeslot=0x1E4D7,
244045 },
244046 [0x1E4D8]={
244047  category="lo",
244048  description="NAG MUNDARI LETTER ANY",
244049  direction="l",
244050  linebreak="al",
244051  unicodeslot=0x1E4D8,
244052 },
244053 [0x1E4D9]={
244054  category="lo",
244055  description="NAG MUNDARI LETTER AH",
244056  direction="l",
244057  linebreak="al",
244058  unicodeslot=0x1E4D9,
244059 },
244060 [0x1E4DA]={
244061  category="lo",
244062  description="NAG MUNDARI LETTER I",
244063  direction="l",
244064  linebreak="al",
244065  unicodeslot=0x1E4DA,
244066 },
244067 [0x1E4DB]={
244068  category="lo",
244069  description="NAG MUNDARI LETTER IS",
244070  direction="l",
244071  linebreak="al",
244072  unicodeslot=0x1E4DB,
244073 },
244074 [0x1E4DC]={
244075  category="lo",
244076  description="NAG MUNDARI LETTER IDD",
244077  direction="l",
244078  linebreak="al",
244079  unicodeslot=0x1E4DC,
244080 },
244081 [0x1E4DD]={
244082  category="lo",
244083  description="NAG MUNDARI LETTER IT",
244084  direction="l",
244085  linebreak="al",
244086  unicodeslot=0x1E4DD,
244087 },
244088 [0x1E4DE]={
244089  category="lo",
244090  description="NAG MUNDARI LETTER IH",
244091  direction="l",
244092  linebreak="al",
244093  unicodeslot=0x1E4DE,
244094 },
244095 [0x1E4DF]={
244096  category="lo",
244097  description="NAG MUNDARI LETTER U",
244098  direction="l",
244099  linebreak="al",
244100  unicodeslot=0x1E4DF,
244101 },
244102 [0x1E4E0]={
244103  category="lo",
244104  description="NAG MUNDARI LETTER UC",
244105  direction="l",
244106  linebreak="al",
244107  unicodeslot=0x1E4E0,
244108 },
244109 [0x1E4E1]={
244110  category="lo",
244111  description="NAG MUNDARI LETTER UD",
244112  direction="l",
244113  linebreak="al",
244114  unicodeslot=0x1E4E1,
244115 },
244116 [0x1E4E2]={
244117  category="lo",
244118  description="NAG MUNDARI LETTER UK",
244119  direction="l",
244120  linebreak="al",
244121  unicodeslot=0x1E4E2,
244122 },
244123 [0x1E4E3]={
244124  category="lo",
244125  description="NAG MUNDARI LETTER UR",
244126  direction="l",
244127  linebreak="al",
244128  unicodeslot=0x1E4E3,
244129 },
244130 [0x1E4E4]={
244131  category="lo",
244132  description="NAG MUNDARI LETTER E",
244133  direction="l",
244134  linebreak="al",
244135  unicodeslot=0x1E4E4,
244136 },
244137 [0x1E4E5]={
244138  category="lo",
244139  description="NAG MUNDARI LETTER ENN",
244140  direction="l",
244141  linebreak="al",
244142  unicodeslot=0x1E4E5,
244143 },
244144 [0x1E4E6]={
244145  category="lo",
244146  description="NAG MUNDARI LETTER EG",
244147  direction="l",
244148  linebreak="al",
244149  unicodeslot=0x1E4E6,
244150 },
244151 [0x1E4E7]={
244152  category="lo",
244153  description="NAG MUNDARI LETTER EM",
244154  direction="l",
244155  linebreak="al",
244156  unicodeslot=0x1E4E7,
244157 },
244158 [0x1E4E8]={
244159  category="lo",
244160  description="NAG MUNDARI LETTER EN",
244161  direction="l",
244162  linebreak="al",
244163  unicodeslot=0x1E4E8,
244164 },
244165 [0x1E4E9]={
244166  category="lo",
244167  description="NAG MUNDARI LETTER ETT",
244168  direction="l",
244169  linebreak="al",
244170  unicodeslot=0x1E4E9,
244171 },
244172 [0x1E4EA]={
244173  category="lo",
244174  description="NAG MUNDARI LETTER ELL",
244175  direction="l",
244176  linebreak="al",
244177  unicodeslot=0x1E4EA,
244178 },
244179 [0x1E4EB]={
244180  category="lm",
244181  description="NAG MUNDARI SIGN OJOD",
244182  direction="l",
244183  linebreak="al",
244184  unicodeslot=0x1E4EB,
244185 },
244186 [0x1E4EC]={
244187  category="mn",
244188  combining=0xE8,
244189  description="NAG MUNDARI SIGN MUHOR",
244190  direction="nsm",
244191  linebreak="cm",
244192  unicodeslot=0x1E4EC,
244193 },
244194 [0x1E4ED]={
244195  category="mn",
244196  combining=0xE8,
244197  description="NAG MUNDARI SIGN TOYOR",
244198  direction="nsm",
244199  linebreak="cm",
244200  unicodeslot=0x1E4ED,
244201 },
244202 [0x1E4EE]={
244203  category="mn",
244204  combining=0xDC,
244205  description="NAG MUNDARI SIGN IKIR",
244206  direction="nsm",
244207  linebreak="cm",
244208  unicodeslot=0x1E4EE,
244209 },
244210 [0x1E4EF]={
244211  category="mn",
244212  combining=0xE6,
244213  description="NAG MUNDARI SIGN SUTUH",
244214  direction="nsm",
244215  linebreak="cm",
244216  unicodeslot=0x1E4EF,
244217 },
244218 [0x1E4F0]={
244219  category="nd",
244220  description="NAG MUNDARI DIGIT ZERO",
244221  direction="l",
244222  linebreak="nu",
244223  unicodeslot=0x1E4F0,
244224 },
244225 [0x1E4F1]={
244226  category="nd",
244227  description="NAG MUNDARI DIGIT ONE",
244228  direction="l",
244229  linebreak="nu",
244230  unicodeslot=0x1E4F1,
244231 },
244232 [0x1E4F2]={
244233  category="nd",
244234  description="NAG MUNDARI DIGIT TWO",
244235  direction="l",
244236  linebreak="nu",
244237  unicodeslot=0x1E4F2,
244238 },
244239 [0x1E4F3]={
244240  category="nd",
244241  description="NAG MUNDARI DIGIT THREE",
244242  direction="l",
244243  linebreak="nu",
244244  unicodeslot=0x1E4F3,
244245 },
244246 [0x1E4F4]={
244247  category="nd",
244248  description="NAG MUNDARI DIGIT FOUR",
244249  direction="l",
244250  linebreak="nu",
244251  unicodeslot=0x1E4F4,
244252 },
244253 [0x1E4F5]={
244254  category="nd",
244255  description="NAG MUNDARI DIGIT FIVE",
244256  direction="l",
244257  linebreak="nu",
244258  unicodeslot=0x1E4F5,
244259 },
244260 [0x1E4F6]={
244261  category="nd",
244262  description="NAG MUNDARI DIGIT SIX",
244263  direction="l",
244264  linebreak="nu",
244265  unicodeslot=0x1E4F6,
244266 },
244267 [0x1E4F7]={
244268  category="nd",
244269  description="NAG MUNDARI DIGIT SEVEN",
244270  direction="l",
244271  linebreak="nu",
244272  unicodeslot=0x1E4F7,
244273 },
244274 [0x1E4F8]={
244275  category="nd",
244276  description="NAG MUNDARI DIGIT EIGHT",
244277  direction="l",
244278  linebreak="nu",
244279  unicodeslot=0x1E4F8,
244280 },
244281 [0x1E4F9]={
244282  category="nd",
244283  description="NAG MUNDARI DIGIT NINE",
244284  direction="l",
244285  linebreak="nu",
244286  unicodeslot=0x1E4F9,
244287 },
244288 [0x1E7E0]={
244289  category="lo",
244290  description="ETHIOPIC SYLLABLE HHYA",
244291  direction="l",
244292  linebreak="al",
244293  unicodeslot=0x1E7E0,
244294 },
244295 [0x1E7E1]={
244296  category="lo",
244297  description="ETHIOPIC SYLLABLE HHYU",
244298  direction="l",
244299  linebreak="al",
244300  unicodeslot=0x1E7E1,
244301 },
244302 [0x1E7E2]={
244303  category="lo",
244304  description="ETHIOPIC SYLLABLE HHYI",
244305  direction="l",
244306  linebreak="al",
244307  unicodeslot=0x1E7E2,
244308 },
244309 [0x1E7E3]={
244310  category="lo",
244311  description="ETHIOPIC SYLLABLE HHYAA",
244312  direction="l",
244313  linebreak="al",
244314  unicodeslot=0x1E7E3,
244315 },
244316 [0x1E7E4]={
244317  category="lo",
244318  description="ETHIOPIC SYLLABLE HHYEE",
244319  direction="l",
244320  linebreak="al",
244321  unicodeslot=0x1E7E4,
244322 },
244323 [0x1E7E5]={
244324  category="lo",
244325  description="ETHIOPIC SYLLABLE HHYE",
244326  direction="l",
244327  linebreak="al",
244328  unicodeslot=0x1E7E5,
244329 },
244330 [0x1E7E6]={
244331  category="lo",
244332  description="ETHIOPIC SYLLABLE HHYO",
244333  direction="l",
244334  linebreak="al",
244335  unicodeslot=0x1E7E6,
244336 },
244337 [0x1E7E8]={
244338  category="lo",
244339  description="ETHIOPIC SYLLABLE GURAGE HHWA",
244340  direction="l",
244341  linebreak="al",
244342  unicodeslot=0x1E7E8,
244343 },
244344 [0x1E7E9]={
244345  category="lo",
244346  description="ETHIOPIC SYLLABLE HHWI",
244347  direction="l",
244348  linebreak="al",
244349  unicodeslot=0x1E7E9,
244350 },
244351 [0x1E7EA]={
244352  category="lo",
244353  description="ETHIOPIC SYLLABLE HHWEE",
244354  direction="l",
244355  linebreak="al",
244356  unicodeslot=0x1E7EA,
244357 },
244358 [0x1E7EB]={
244359  category="lo",
244360  description="ETHIOPIC SYLLABLE HHWE",
244361  direction="l",
244362  linebreak="al",
244363  unicodeslot=0x1E7EB,
244364 },
244365 [0x1E7ED]={
244366  category="lo",
244367  description="ETHIOPIC SYLLABLE GURAGE MWI",
244368  direction="l",
244369  linebreak="al",
244370  unicodeslot=0x1E7ED,
244371 },
244372 [0x1E7EE]={
244373  category="lo",
244374  description="ETHIOPIC SYLLABLE GURAGE MWEE",
244375  direction="l",
244376  linebreak="al",
244377  unicodeslot=0x1E7EE,
244378 },
244379 [0x1E7F0]={
244380  category="lo",
244381  description="ETHIOPIC SYLLABLE GURAGE QWI",
244382  direction="l",
244383  linebreak="al",
244384  unicodeslot=0x1E7F0,
244385 },
244386 [0x1E7F1]={
244387  category="lo",
244388  description="ETHIOPIC SYLLABLE GURAGE QWEE",
244389  direction="l",
244390  linebreak="al",
244391  unicodeslot=0x1E7F1,
244392 },
244393 [0x1E7F2]={
244394  category="lo",
244395  description="ETHIOPIC SYLLABLE GURAGE QWE",
244396  direction="l",
244397  linebreak="al",
244398  unicodeslot=0x1E7F2,
244399 },
244400 [0x1E7F3]={
244401  category="lo",
244402  description="ETHIOPIC SYLLABLE GURAGE BWI",
244403  direction="l",
244404  linebreak="al",
244405  unicodeslot=0x1E7F3,
244406 },
244407 [0x1E7F4]={
244408  category="lo",
244409  description="ETHIOPIC SYLLABLE GURAGE BWEE",
244410  direction="l",
244411  linebreak="al",
244412  unicodeslot=0x1E7F4,
244413 },
244414 [0x1E7F5]={
244415  category="lo",
244416  description="ETHIOPIC SYLLABLE GURAGE KWI",
244417  direction="l",
244418  linebreak="al",
244419  unicodeslot=0x1E7F5,
244420 },
244421 [0x1E7F6]={
244422  category="lo",
244423  description="ETHIOPIC SYLLABLE GURAGE KWEE",
244424  direction="l",
244425  linebreak="al",
244426  unicodeslot=0x1E7F6,
244427 },
244428 [0x1E7F7]={
244429  category="lo",
244430  description="ETHIOPIC SYLLABLE GURAGE KWE",
244431  direction="l",
244432  linebreak="al",
244433  unicodeslot=0x1E7F7,
244434 },
244435 [0x1E7F8]={
244436  category="lo",
244437  description="ETHIOPIC SYLLABLE GURAGE GWI",
244438  direction="l",
244439  linebreak="al",
244440  unicodeslot=0x1E7F8,
244441 },
244442 [0x1E7F9]={
244443  category="lo",
244444  description="ETHIOPIC SYLLABLE GURAGE GWEE",
244445  direction="l",
244446  linebreak="al",
244447  unicodeslot=0x1E7F9,
244448 },
244449 [0x1E7FA]={
244450  category="lo",
244451  description="ETHIOPIC SYLLABLE GURAGE GWE",
244452  direction="l",
244453  linebreak="al",
244454  unicodeslot=0x1E7FA,
244455 },
244456 [0x1E7FB]={
244457  category="lo",
244458  description="ETHIOPIC SYLLABLE GURAGE FWI",
244459  direction="l",
244460  linebreak="al",
244461  unicodeslot=0x1E7FB,
244462 },
244463 [0x1E7FC]={
244464  category="lo",
244465  description="ETHIOPIC SYLLABLE GURAGE FWEE",
244466  direction="l",
244467  linebreak="al",
244468  unicodeslot=0x1E7FC,
244469 },
244470 [0x1E7FD]={
244471  category="lo",
244472  description="ETHIOPIC SYLLABLE GURAGE PWI",
244473  direction="l",
244474  linebreak="al",
244475  unicodeslot=0x1E7FD,
244476 },
244477 [0x1E7FE]={
244478  category="lo",
244479  description="ETHIOPIC SYLLABLE GURAGE PWEE",
244480  direction="l",
244481  linebreak="al",
244482  unicodeslot=0x1E7FE,
244483 },
244484 [0x1E800]={
244485  category="lo",
244486  description="MENDE KIKAKUI SYLLABLE M001 KI",
244487  direction="r",
244488  linebreak="al",
244489  unicodeslot=0x1E800,
244490 },
244491 [0x1E801]={
244492  category="lo",
244493  description="MENDE KIKAKUI SYLLABLE M002 KA",
244494  direction="r",
244495  linebreak="al",
244496  unicodeslot=0x1E801,
244497 },
244498 [0x1E802]={
244499  category="lo",
244500  description="MENDE KIKAKUI SYLLABLE M003 KU",
244501  direction="r",
244502  linebreak="al",
244503  unicodeslot=0x1E802,
244504 },
244505 [0x1E803]={
244506  category="lo",
244507  description="MENDE KIKAKUI SYLLABLE M065 KEE",
244508  direction="r",
244509  linebreak="al",
244510  unicodeslot=0x1E803,
244511 },
244512 [0x1E804]={
244513  category="lo",
244514  description="MENDE KIKAKUI SYLLABLE M095 KE",
244515  direction="r",
244516  linebreak="al",
244517  unicodeslot=0x1E804,
244518 },
244519 [0x1E805]={
244520  category="lo",
244521  description="MENDE KIKAKUI SYLLABLE M076 KOO",
244522  direction="r",
244523  linebreak="al",
244524  unicodeslot=0x1E805,
244525 },
244526 [0x1E806]={
244527  category="lo",
244528  description="MENDE KIKAKUI SYLLABLE M048 KO",
244529  direction="r",
244530  linebreak="al",
244531  unicodeslot=0x1E806,
244532 },
244533 [0x1E807]={
244534  category="lo",
244535  description="MENDE KIKAKUI SYLLABLE M179 KUA",
244536  direction="r",
244537  linebreak="al",
244538  unicodeslot=0x1E807,
244539 },
244540 [0x1E808]={
244541  category="lo",
244542  description="MENDE KIKAKUI SYLLABLE M004 WI",
244543  direction="r",
244544  linebreak="al",
244545  unicodeslot=0x1E808,
244546 },
244547 [0x1E809]={
244548  category="lo",
244549  description="MENDE KIKAKUI SYLLABLE M005 WA",
244550  direction="r",
244551  linebreak="al",
244552  unicodeslot=0x1E809,
244553 },
244554 [0x1E80A]={
244555  category="lo",
244556  description="MENDE KIKAKUI SYLLABLE M006 WU",
244557  direction="r",
244558  linebreak="al",
244559  unicodeslot=0x1E80A,
244560 },
244561 [0x1E80B]={
244562  category="lo",
244563  description="MENDE KIKAKUI SYLLABLE M126 WEE",
244564  direction="r",
244565  linebreak="al",
244566  unicodeslot=0x1E80B,
244567 },
244568 [0x1E80C]={
244569  category="lo",
244570  description="MENDE KIKAKUI SYLLABLE M118 WE",
244571  direction="r",
244572  linebreak="al",
244573  unicodeslot=0x1E80C,
244574 },
244575 [0x1E80D]={
244576  category="lo",
244577  description="MENDE KIKAKUI SYLLABLE M114 WOO",
244578  direction="r",
244579  linebreak="al",
244580  unicodeslot=0x1E80D,
244581 },
244582 [0x1E80E]={
244583  category="lo",
244584  description="MENDE KIKAKUI SYLLABLE M045 WO",
244585  direction="r",
244586  linebreak="al",
244587  unicodeslot=0x1E80E,
244588 },
244589 [0x1E80F]={
244590  category="lo",
244591  description="MENDE KIKAKUI SYLLABLE M194 WUI",
244592  direction="r",
244593  linebreak="al",
244594  unicodeslot=0x1E80F,
244595 },
244596 [0x1E810]={
244597  category="lo",
244598  description="MENDE KIKAKUI SYLLABLE M143 WEI",
244599  direction="r",
244600  linebreak="al",
244601  unicodeslot=0x1E810,
244602 },
244603 [0x1E811]={
244604  category="lo",
244605  description="MENDE KIKAKUI SYLLABLE M061 WVI",
244606  direction="r",
244607  linebreak="al",
244608  unicodeslot=0x1E811,
244609 },
244610 [0x1E812]={
244611  category="lo",
244612  description="MENDE KIKAKUI SYLLABLE M049 WVA",
244613  direction="r",
244614  linebreak="al",
244615  unicodeslot=0x1E812,
244616 },
244617 [0x1E813]={
244618  category="lo",
244619  description="MENDE KIKAKUI SYLLABLE M139 WVE",
244620  direction="r",
244621  linebreak="al",
244622  unicodeslot=0x1E813,
244623 },
244624 [0x1E814]={
244625  category="lo",
244626  description="MENDE KIKAKUI SYLLABLE M007 MIN",
244627  direction="r",
244628  linebreak="al",
244629  unicodeslot=0x1E814,
244630 },
244631 [0x1E815]={
244632  category="lo",
244633  description="MENDE KIKAKUI SYLLABLE M008 MAN",
244634  direction="r",
244635  linebreak="al",
244636  unicodeslot=0x1E815,
244637 },
244638 [0x1E816]={
244639  category="lo",
244640  description="MENDE KIKAKUI SYLLABLE M009 MUN",
244641  direction="r",
244642  linebreak="al",
244643  unicodeslot=0x1E816,
244644 },
244645 [0x1E817]={
244646  category="lo",
244647  description="MENDE KIKAKUI SYLLABLE M059 MEN",
244648  direction="r",
244649  linebreak="al",
244650  unicodeslot=0x1E817,
244651 },
244652 [0x1E818]={
244653  category="lo",
244654  description="MENDE KIKAKUI SYLLABLE M094 MON",
244655  direction="r",
244656  linebreak="al",
244657  unicodeslot=0x1E818,
244658 },
244659 [0x1E819]={
244660  category="lo",
244661  description="MENDE KIKAKUI SYLLABLE M154 MUAN",
244662  direction="r",
244663  linebreak="al",
244664  unicodeslot=0x1E819,
244665 },
244666 [0x1E81A]={
244667  category="lo",
244668  description="MENDE KIKAKUI SYLLABLE M189 MUEN",
244669  direction="r",
244670  linebreak="al",
244671  unicodeslot=0x1E81A,
244672 },
244673 [0x1E81B]={
244674  category="lo",
244675  description="MENDE KIKAKUI SYLLABLE M010 BI",
244676  direction="r",
244677  linebreak="al",
244678  unicodeslot=0x1E81B,
244679 },
244680 [0x1E81C]={
244681  category="lo",
244682  description="MENDE KIKAKUI SYLLABLE M011 BA",
244683  direction="r",
244684  linebreak="al",
244685  unicodeslot=0x1E81C,
244686 },
244687 [0x1E81D]={
244688  category="lo",
244689  description="MENDE KIKAKUI SYLLABLE M012 BU",
244690  direction="r",
244691  linebreak="al",
244692  unicodeslot=0x1E81D,
244693 },
244694 [0x1E81E]={
244695  category="lo",
244696  description="MENDE KIKAKUI SYLLABLE M150 BEE",
244697  direction="r",
244698  linebreak="al",
244699  unicodeslot=0x1E81E,
244700 },
244701 [0x1E81F]={
244702  category="lo",
244703  description="MENDE KIKAKUI SYLLABLE M097 BE",
244704  direction="r",
244705  linebreak="al",
244706  unicodeslot=0x1E81F,
244707 },
244708 [0x1E820]={
244709  category="lo",
244710  description="MENDE KIKAKUI SYLLABLE M103 BOO",
244711  direction="r",
244712  linebreak="al",
244713  unicodeslot=0x1E820,
244714 },
244715 [0x1E821]={
244716  category="lo",
244717  description="MENDE KIKAKUI SYLLABLE M138 BO",
244718  direction="r",
244719  linebreak="al",
244720  unicodeslot=0x1E821,
244721 },
244722 [0x1E822]={
244723  category="lo",
244724  description="MENDE KIKAKUI SYLLABLE M013 I",
244725  direction="r",
244726  linebreak="al",
244727  unicodeslot=0x1E822,
244728 },
244729 [0x1E823]={
244730  category="lo",
244731  description="MENDE KIKAKUI SYLLABLE M014 A",
244732  direction="r",
244733  linebreak="al",
244734  unicodeslot=0x1E823,
244735 },
244736 [0x1E824]={
244737  category="lo",
244738  description="MENDE KIKAKUI SYLLABLE M015 U",
244739  direction="r",
244740  linebreak="al",
244741  unicodeslot=0x1E824,
244742 },
244743 [0x1E825]={
244744  category="lo",
244745  description="MENDE KIKAKUI SYLLABLE M163 EE",
244746  direction="r",
244747  linebreak="al",
244748  unicodeslot=0x1E825,
244749 },
244750 [0x1E826]={
244751  category="lo",
244752  description="MENDE KIKAKUI SYLLABLE M100 E",
244753  direction="r",
244754  linebreak="al",
244755  unicodeslot=0x1E826,
244756 },
244757 [0x1E827]={
244758  category="lo",
244759  description="MENDE KIKAKUI SYLLABLE M165 OO",
244760  direction="r",
244761  linebreak="al",
244762  unicodeslot=0x1E827,
244763 },
244764 [0x1E828]={
244765  category="lo",
244766  description="MENDE KIKAKUI SYLLABLE M147 O",
244767  direction="r",
244768  linebreak="al",
244769  unicodeslot=0x1E828,
244770 },
244771 [0x1E829]={
244772  category="lo",
244773  description="MENDE KIKAKUI SYLLABLE M137 EI",
244774  direction="r",
244775  linebreak="al",
244776  unicodeslot=0x1E829,
244777 },
244778 [0x1E82A]={
244779  category="lo",
244780  description="MENDE KIKAKUI SYLLABLE M131 IN",
244781  direction="r",
244782  linebreak="al",
244783  unicodeslot=0x1E82A,
244784 },
244785 [0x1E82B]={
244786  category="lo",
244787  description="MENDE KIKAKUI SYLLABLE M135 IN",
244788  direction="r",
244789  linebreak="al",
244790  unicodeslot=0x1E82B,
244791 },
244792 [0x1E82C]={
244793  category="lo",
244794  description="MENDE KIKAKUI SYLLABLE M195 AN",
244795  direction="r",
244796  linebreak="al",
244797  unicodeslot=0x1E82C,
244798 },
244799 [0x1E82D]={
244800  category="lo",
244801  description="MENDE KIKAKUI SYLLABLE M178 EN",
244802  direction="r",
244803  linebreak="al",
244804  unicodeslot=0x1E82D,
244805 },
244806 [0x1E82E]={
244807  category="lo",
244808  description="MENDE KIKAKUI SYLLABLE M019 SI",
244809  direction="r",
244810  linebreak="al",
244811  unicodeslot=0x1E82E,
244812 },
244813 [0x1E82F]={
244814  category="lo",
244815  description="MENDE KIKAKUI SYLLABLE M020 SA",
244816  direction="r",
244817  linebreak="al",
244818  unicodeslot=0x1E82F,
244819 },
244820 [0x1E830]={
244821  category="lo",
244822  description="MENDE KIKAKUI SYLLABLE M021 SU",
244823  direction="r",
244824  linebreak="al",
244825  unicodeslot=0x1E830,
244826 },
244827 [0x1E831]={
244828  category="lo",
244829  description="MENDE KIKAKUI SYLLABLE M162 SEE",
244830  direction="r",
244831  linebreak="al",
244832  unicodeslot=0x1E831,
244833 },
244834 [0x1E832]={
244835  category="lo",
244836  description="MENDE KIKAKUI SYLLABLE M116 SE",
244837  direction="r",
244838  linebreak="al",
244839  unicodeslot=0x1E832,
244840 },
244841 [0x1E833]={
244842  category="lo",
244843  description="MENDE KIKAKUI SYLLABLE M136 SOO",
244844  direction="r",
244845  linebreak="al",
244846  unicodeslot=0x1E833,
244847 },
244848 [0x1E834]={
244849  category="lo",
244850  description="MENDE KIKAKUI SYLLABLE M079 SO",
244851  direction="r",
244852  linebreak="al",
244853  unicodeslot=0x1E834,
244854 },
244855 [0x1E835]={
244856  category="lo",
244857  description="MENDE KIKAKUI SYLLABLE M196 SIA",
244858  direction="r",
244859  linebreak="al",
244860  unicodeslot=0x1E835,
244861 },
244862 [0x1E836]={
244863  category="lo",
244864  description="MENDE KIKAKUI SYLLABLE M025 LI",
244865  direction="r",
244866  linebreak="al",
244867  unicodeslot=0x1E836,
244868 },
244869 [0x1E837]={
244870  category="lo",
244871  description="MENDE KIKAKUI SYLLABLE M026 LA",
244872  direction="r",
244873  linebreak="al",
244874  unicodeslot=0x1E837,
244875 },
244876 [0x1E838]={
244877  category="lo",
244878  description="MENDE KIKAKUI SYLLABLE M027 LU",
244879  direction="r",
244880  linebreak="al",
244881  unicodeslot=0x1E838,
244882 },
244883 [0x1E839]={
244884  category="lo",
244885  description="MENDE KIKAKUI SYLLABLE M084 LEE",
244886  direction="r",
244887  linebreak="al",
244888  unicodeslot=0x1E839,
244889 },
244890 [0x1E83A]={
244891  category="lo",
244892  description="MENDE KIKAKUI SYLLABLE M073 LE",
244893  direction="r",
244894  linebreak="al",
244895  unicodeslot=0x1E83A,
244896 },
244897 [0x1E83B]={
244898  category="lo",
244899  description="MENDE KIKAKUI SYLLABLE M054 LOO",
244900  direction="r",
244901  linebreak="al",
244902  unicodeslot=0x1E83B,
244903 },
244904 [0x1E83C]={
244905  category="lo",
244906  description="MENDE KIKAKUI SYLLABLE M153 LO",
244907  direction="r",
244908  linebreak="al",
244909  unicodeslot=0x1E83C,
244910 },
244911 [0x1E83D]={
244912  category="lo",
244913  description="MENDE KIKAKUI SYLLABLE M110 LONG LE",
244914  direction="r",
244915  linebreak="al",
244916  unicodeslot=0x1E83D,
244917 },
244918 [0x1E83E]={
244919  category="lo",
244920  description="MENDE KIKAKUI SYLLABLE M016 DI",
244921  direction="r",
244922  linebreak="al",
244923  unicodeslot=0x1E83E,
244924 },
244925 [0x1E83F]={
244926  category="lo",
244927  description="MENDE KIKAKUI SYLLABLE M017 DA",
244928  direction="r",
244929  linebreak="al",
244930  unicodeslot=0x1E83F,
244931 },
244932 [0x1E840]={
244933  category="lo",
244934  description="MENDE KIKAKUI SYLLABLE M018 DU",
244935  direction="r",
244936  linebreak="al",
244937  unicodeslot=0x1E840,
244938 },
244939 [0x1E841]={
244940  category="lo",
244941  description="MENDE KIKAKUI SYLLABLE M089 DEE",
244942  direction="r",
244943  linebreak="al",
244944  unicodeslot=0x1E841,
244945 },
244946 [0x1E842]={
244947  category="lo",
244948  description="MENDE KIKAKUI SYLLABLE M180 DOO",
244949  direction="r",
244950  linebreak="al",
244951  unicodeslot=0x1E842,
244952 },
244953 [0x1E843]={
244954  category="lo",
244955  description="MENDE KIKAKUI SYLLABLE M181 DO",
244956  direction="r",
244957  linebreak="al",
244958  unicodeslot=0x1E843,
244959 },
244960 [0x1E844]={
244961  category="lo",
244962  description="MENDE KIKAKUI SYLLABLE M022 TI",
244963  direction="r",
244964  linebreak="al",
244965  unicodeslot=0x1E844,
244966 },
244967 [0x1E845]={
244968  category="lo",
244969  description="MENDE KIKAKUI SYLLABLE M023 TA",
244970  direction="r",
244971  linebreak="al",
244972  unicodeslot=0x1E845,
244973 },
244974 [0x1E846]={
244975  category="lo",
244976  description="MENDE KIKAKUI SYLLABLE M024 TU",
244977  direction="r",
244978  linebreak="al",
244979  unicodeslot=0x1E846,
244980 },
244981 [0x1E847]={
244982  category="lo",
244983  description="MENDE KIKAKUI SYLLABLE M091 TEE",
244984  direction="r",
244985  linebreak="al",
244986  unicodeslot=0x1E847,
244987 },
244988 [0x1E848]={
244989  category="lo",
244990  description="MENDE KIKAKUI SYLLABLE M055 TE",
244991  direction="r",
244992  linebreak="al",
244993  unicodeslot=0x1E848,
244994 },
244995 [0x1E849]={
244996  category="lo",
244997  description="MENDE KIKAKUI SYLLABLE M104 TOO",
244998  direction="r",
244999  linebreak="al",
245000  unicodeslot=0x1E849,
245001 },
245002 [0x1E84A]={
245003  category="lo",
245004  description="MENDE KIKAKUI SYLLABLE M069 TO",
245005  direction="r",
245006  linebreak="al",
245007  unicodeslot=0x1E84A,
245008 },
245009 [0x1E84B]={
245010  category="lo",
245011  description="MENDE KIKAKUI SYLLABLE M028 JI",
245012  direction="r",
245013  linebreak="al",
245014  unicodeslot=0x1E84B,
245015 },
245016 [0x1E84C]={
245017  category="lo",
245018  description="MENDE KIKAKUI SYLLABLE M029 JA",
245019  direction="r",
245020  linebreak="al",
245021  unicodeslot=0x1E84C,
245022 },
245023 [0x1E84D]={
245024  category="lo",
245025  description="MENDE KIKAKUI SYLLABLE M030 JU",
245026  direction="r",
245027  linebreak="al",
245028  unicodeslot=0x1E84D,
245029 },
245030 [0x1E84E]={
245031  category="lo",
245032  description="MENDE KIKAKUI SYLLABLE M157 JEE",
245033  direction="r",
245034  linebreak="al",
245035  unicodeslot=0x1E84E,
245036 },
245037 [0x1E84F]={
245038  category="lo",
245039  description="MENDE KIKAKUI SYLLABLE M113 JE",
245040  direction="r",
245041  linebreak="al",
245042  unicodeslot=0x1E84F,
245043 },
245044 [0x1E850]={
245045  category="lo",
245046  description="MENDE KIKAKUI SYLLABLE M160 JOO",
245047  direction="r",
245048  linebreak="al",
245049  unicodeslot=0x1E850,
245050 },
245051 [0x1E851]={
245052  category="lo",
245053  description="MENDE KIKAKUI SYLLABLE M063 JO",
245054  direction="r",
245055  linebreak="al",
245056  unicodeslot=0x1E851,
245057 },
245058 [0x1E852]={
245059  category="lo",
245060  description="MENDE KIKAKUI SYLLABLE M175 LONG JO",
245061  direction="r",
245062  linebreak="al",
245063  unicodeslot=0x1E852,
245064 },
245065 [0x1E853]={
245066  category="lo",
245067  description="MENDE KIKAKUI SYLLABLE M031 YI",
245068  direction="r",
245069  linebreak="al",
245070  unicodeslot=0x1E853,
245071 },
245072 [0x1E854]={
245073  category="lo",
245074  description="MENDE KIKAKUI SYLLABLE M032 YA",
245075  direction="r",
245076  linebreak="al",
245077  unicodeslot=0x1E854,
245078 },
245079 [0x1E855]={
245080  category="lo",
245081  description="MENDE KIKAKUI SYLLABLE M033 YU",
245082  direction="r",
245083  linebreak="al",
245084  unicodeslot=0x1E855,
245085 },
245086 [0x1E856]={
245087  category="lo",
245088  description="MENDE KIKAKUI SYLLABLE M109 YEE",
245089  direction="r",
245090  linebreak="al",
245091  unicodeslot=0x1E856,
245092 },
245093 [0x1E857]={
245094  category="lo",
245095  description="MENDE KIKAKUI SYLLABLE M080 YE",
245096  direction="r",
245097  linebreak="al",
245098  unicodeslot=0x1E857,
245099 },
245100 [0x1E858]={
245101  category="lo",
245102  description="MENDE KIKAKUI SYLLABLE M141 YOO",
245103  direction="r",
245104  linebreak="al",
245105  unicodeslot=0x1E858,
245106 },
245107 [0x1E859]={
245108  category="lo",
245109  description="MENDE KIKAKUI SYLLABLE M121 YO",
245110  direction="r",
245111  linebreak="al",
245112  unicodeslot=0x1E859,
245113 },
245114 [0x1E85A]={
245115  category="lo",
245116  description="MENDE KIKAKUI SYLLABLE M034 FI",
245117  direction="r",
245118  linebreak="al",
245119  unicodeslot=0x1E85A,
245120 },
245121 [0x1E85B]={
245122  category="lo",
245123  description="MENDE KIKAKUI SYLLABLE M035 FA",
245124  direction="r",
245125  linebreak="al",
245126  unicodeslot=0x1E85B,
245127 },
245128 [0x1E85C]={
245129  category="lo",
245130  description="MENDE KIKAKUI SYLLABLE M036 FU",
245131  direction="r",
245132  linebreak="al",
245133  unicodeslot=0x1E85C,
245134 },
245135 [0x1E85D]={
245136  category="lo",
245137  description="MENDE KIKAKUI SYLLABLE M078 FEE",
245138  direction="r",
245139  linebreak="al",
245140  unicodeslot=0x1E85D,
245141 },
245142 [0x1E85E]={
245143  category="lo",
245144  description="MENDE KIKAKUI SYLLABLE M075 FE",
245145  direction="r",
245146  linebreak="al",
245147  unicodeslot=0x1E85E,
245148 },
245149 [0x1E85F]={
245150  category="lo",
245151  description="MENDE KIKAKUI SYLLABLE M133 FOO",
245152  direction="r",
245153  linebreak="al",
245154  unicodeslot=0x1E85F,
245155 },
245156 [0x1E860]={
245157  category="lo",
245158  description="MENDE KIKAKUI SYLLABLE M088 FO",
245159  direction="r",
245160  linebreak="al",
245161  unicodeslot=0x1E860,
245162 },
245163 [0x1E861]={
245164  category="lo",
245165  description="MENDE KIKAKUI SYLLABLE M197 FUA",
245166  direction="r",
245167  linebreak="al",
245168  unicodeslot=0x1E861,
245169 },
245170 [0x1E862]={
245171  category="lo",
245172  description="MENDE KIKAKUI SYLLABLE M101 FAN",
245173  direction="r",
245174  linebreak="al",
245175  unicodeslot=0x1E862,
245176 },
245177 [0x1E863]={
245178  category="lo",
245179  description="MENDE KIKAKUI SYLLABLE M037 NIN",
245180  direction="r",
245181  linebreak="al",
245182  unicodeslot=0x1E863,
245183 },
245184 [0x1E864]={
245185  category="lo",
245186  description="MENDE KIKAKUI SYLLABLE M038 NAN",
245187  direction="r",
245188  linebreak="al",
245189  unicodeslot=0x1E864,
245190 },
245191 [0x1E865]={
245192  category="lo",
245193  description="MENDE KIKAKUI SYLLABLE M039 NUN",
245194  direction="r",
245195  linebreak="al",
245196  unicodeslot=0x1E865,
245197 },
245198 [0x1E866]={
245199  category="lo",
245200  description="MENDE KIKAKUI SYLLABLE M117 NEN",
245201  direction="r",
245202  linebreak="al",
245203  unicodeslot=0x1E866,
245204 },
245205 [0x1E867]={
245206  category="lo",
245207  description="MENDE KIKAKUI SYLLABLE M169 NON",
245208  direction="r",
245209  linebreak="al",
245210  unicodeslot=0x1E867,
245211 },
245212 [0x1E868]={
245213  category="lo",
245214  description="MENDE KIKAKUI SYLLABLE M176 HI",
245215  direction="r",
245216  linebreak="al",
245217  unicodeslot=0x1E868,
245218 },
245219 [0x1E869]={
245220  category="lo",
245221  description="MENDE KIKAKUI SYLLABLE M041 HA",
245222  direction="r",
245223  linebreak="al",
245224  unicodeslot=0x1E869,
245225 },
245226 [0x1E86A]={
245227  category="lo",
245228  description="MENDE KIKAKUI SYLLABLE M186 HU",
245229  direction="r",
245230  linebreak="al",
245231  unicodeslot=0x1E86A,
245232 },
245233 [0x1E86B]={
245234  category="lo",
245235  description="MENDE KIKAKUI SYLLABLE M040 HEE",
245236  direction="r",
245237  linebreak="al",
245238  unicodeslot=0x1E86B,
245239 },
245240 [0x1E86C]={
245241  category="lo",
245242  description="MENDE KIKAKUI SYLLABLE M096 HE",
245243  direction="r",
245244  linebreak="al",
245245  unicodeslot=0x1E86C,
245246 },
245247 [0x1E86D]={
245248  category="lo",
245249  description="MENDE KIKAKUI SYLLABLE M042 HOO",
245250  direction="r",
245251  linebreak="al",
245252  unicodeslot=0x1E86D,
245253 },
245254 [0x1E86E]={
245255  category="lo",
245256  description="MENDE KIKAKUI SYLLABLE M140 HO",
245257  direction="r",
245258  linebreak="al",
245259  unicodeslot=0x1E86E,
245260 },
245261 [0x1E86F]={
245262  category="lo",
245263  description="MENDE KIKAKUI SYLLABLE M083 HEEI",
245264  direction="r",
245265  linebreak="al",
245266  unicodeslot=0x1E86F,
245267 },
245268 [0x1E870]={
245269  category="lo",
245270  description="MENDE KIKAKUI SYLLABLE M128 HOOU",
245271  direction="r",
245272  linebreak="al",
245273  unicodeslot=0x1E870,
245274 },
245275 [0x1E871]={
245276  category="lo",
245277  description="MENDE KIKAKUI SYLLABLE M053 HIN",
245278  direction="r",
245279  linebreak="al",
245280  unicodeslot=0x1E871,
245281 },
245282 [0x1E872]={
245283  category="lo",
245284  description="MENDE KIKAKUI SYLLABLE M130 HAN",
245285  direction="r",
245286  linebreak="al",
245287  unicodeslot=0x1E872,
245288 },
245289 [0x1E873]={
245290  category="lo",
245291  description="MENDE KIKAKUI SYLLABLE M087 HUN",
245292  direction="r",
245293  linebreak="al",
245294  unicodeslot=0x1E873,
245295 },
245296 [0x1E874]={
245297  category="lo",
245298  description="MENDE KIKAKUI SYLLABLE M052 HEN",
245299  direction="r",
245300  linebreak="al",
245301  unicodeslot=0x1E874,
245302 },
245303 [0x1E875]={
245304  category="lo",
245305  description="MENDE KIKAKUI SYLLABLE M193 HON",
245306  direction="r",
245307  linebreak="al",
245308  unicodeslot=0x1E875,
245309 },
245310 [0x1E876]={
245311  category="lo",
245312  description="MENDE KIKAKUI SYLLABLE M046 HUAN",
245313  direction="r",
245314  linebreak="al",
245315  unicodeslot=0x1E876,
245316 },
245317 [0x1E877]={
245318  category="lo",
245319  description="MENDE KIKAKUI SYLLABLE M090 NGGI",
245320  direction="r",
245321  linebreak="al",
245322  unicodeslot=0x1E877,
245323 },
245324 [0x1E878]={
245325  category="lo",
245326  description="MENDE KIKAKUI SYLLABLE M043 NGGA",
245327  direction="r",
245328  linebreak="al",
245329  unicodeslot=0x1E878,
245330 },
245331 [0x1E879]={
245332  category="lo",
245333  description="MENDE KIKAKUI SYLLABLE M082 NGGU",
245334  direction="r",
245335  linebreak="al",
245336  unicodeslot=0x1E879,
245337 },
245338 [0x1E87A]={
245339  category="lo",
245340  description="MENDE KIKAKUI SYLLABLE M115 NGGEE",
245341  direction="r",
245342  linebreak="al",
245343  unicodeslot=0x1E87A,
245344 },
245345 [0x1E87B]={
245346  category="lo",
245347  description="MENDE KIKAKUI SYLLABLE M146 NGGE",
245348  direction="r",
245349  linebreak="al",
245350  unicodeslot=0x1E87B,
245351 },
245352 [0x1E87C]={
245353  category="lo",
245354  description="MENDE KIKAKUI SYLLABLE M156 NGGOO",
245355  direction="r",
245356  linebreak="al",
245357  unicodeslot=0x1E87C,
245358 },
245359 [0x1E87D]={
245360  category="lo",
245361  description="MENDE KIKAKUI SYLLABLE M120 NGGO",
245362  direction="r",
245363  linebreak="al",
245364  unicodeslot=0x1E87D,
245365 },
245366 [0x1E87E]={
245367  category="lo",
245368  description="MENDE KIKAKUI SYLLABLE M159 NGGAA",
245369  direction="r",
245370  linebreak="al",
245371  unicodeslot=0x1E87E,
245372 },
245373 [0x1E87F]={
245374  category="lo",
245375  description="MENDE KIKAKUI SYLLABLE M127 NGGUA",
245376  direction="r",
245377  linebreak="al",
245378  unicodeslot=0x1E87F,
245379 },
245380 [0x1E880]={
245381  category="lo",
245382  description="MENDE KIKAKUI SYLLABLE M086 LONG NGGE",
245383  direction="r",
245384  linebreak="al",
245385  unicodeslot=0x1E880,
245386 },
245387 [0x1E881]={
245388  category="lo",
245389  description="MENDE KIKAKUI SYLLABLE M106 LONG NGGOO",
245390  direction="r",
245391  linebreak="al",
245392  unicodeslot=0x1E881,
245393 },
245394 [0x1E882]={
245395  category="lo",
245396  description="MENDE KIKAKUI SYLLABLE M183 LONG NGGO",
245397  direction="r",
245398  linebreak="al",
245399  unicodeslot=0x1E882,
245400 },
245401 [0x1E883]={
245402  category="lo",
245403  description="MENDE KIKAKUI SYLLABLE M155 GI",
245404  direction="r",
245405  linebreak="al",
245406  unicodeslot=0x1E883,
245407 },
245408 [0x1E884]={
245409  category="lo",
245410  description="MENDE KIKAKUI SYLLABLE M111 GA",
245411  direction="r",
245412  linebreak="al",
245413  unicodeslot=0x1E884,
245414 },
245415 [0x1E885]={
245416  category="lo",
245417  description="MENDE KIKAKUI SYLLABLE M168 GU",
245418  direction="r",
245419  linebreak="al",
245420  unicodeslot=0x1E885,
245421 },
245422 [0x1E886]={
245423  category="lo",
245424  description="MENDE KIKAKUI SYLLABLE M190 GEE",
245425  direction="r",
245426  linebreak="al",
245427  unicodeslot=0x1E886,
245428 },
245429 [0x1E887]={
245430  category="lo",
245431  description="MENDE KIKAKUI SYLLABLE M166 GUEI",
245432  direction="r",
245433  linebreak="al",
245434  unicodeslot=0x1E887,
245435 },
245436 [0x1E888]={
245437  category="lo",
245438  description="MENDE KIKAKUI SYLLABLE M167 GUAN",
245439  direction="r",
245440  linebreak="al",
245441  unicodeslot=0x1E888,
245442 },
245443 [0x1E889]={
245444  category="lo",
245445  description="MENDE KIKAKUI SYLLABLE M184 NGEN",
245446  direction="r",
245447  linebreak="al",
245448  unicodeslot=0x1E889,
245449 },
245450 [0x1E88A]={
245451  category="lo",
245452  description="MENDE KIKAKUI SYLLABLE M057 NGON",
245453  direction="r",
245454  linebreak="al",
245455  unicodeslot=0x1E88A,
245456 },
245457 [0x1E88B]={
245458  category="lo",
245459  description="MENDE KIKAKUI SYLLABLE M177 NGUAN",
245460  direction="r",
245461  linebreak="al",
245462  unicodeslot=0x1E88B,
245463 },
245464 [0x1E88C]={
245465  category="lo",
245466  description="MENDE KIKAKUI SYLLABLE M068 PI",
245467  direction="r",
245468  linebreak="al",
245469  unicodeslot=0x1E88C,
245470 },
245471 [0x1E88D]={
245472  category="lo",
245473  description="MENDE KIKAKUI SYLLABLE M099 PA",
245474  direction="r",
245475  linebreak="al",
245476  unicodeslot=0x1E88D,
245477 },
245478 [0x1E88E]={
245479  category="lo",
245480  description="MENDE KIKAKUI SYLLABLE M050 PU",
245481  direction="r",
245482  linebreak="al",
245483  unicodeslot=0x1E88E,
245484 },
245485 [0x1E88F]={
245486  category="lo",
245487  description="MENDE KIKAKUI SYLLABLE M081 PEE",
245488  direction="r",
245489  linebreak="al",
245490  unicodeslot=0x1E88F,
245491 },
245492 [0x1E890]={
245493  category="lo",
245494  description="MENDE KIKAKUI SYLLABLE M051 PE",
245495  direction="r",
245496  linebreak="al",
245497  unicodeslot=0x1E890,
245498 },
245499 [0x1E891]={
245500  category="lo",
245501  description="MENDE KIKAKUI SYLLABLE M102 POO",
245502  direction="r",
245503  linebreak="al",
245504  unicodeslot=0x1E891,
245505 },
245506 [0x1E892]={
245507  category="lo",
245508  description="MENDE KIKAKUI SYLLABLE M066 PO",
245509  direction="r",
245510  linebreak="al",
245511  unicodeslot=0x1E892,
245512 },
245513 [0x1E893]={
245514  category="lo",
245515  description="MENDE KIKAKUI SYLLABLE M145 MBI",
245516  direction="r",
245517  linebreak="al",
245518  unicodeslot=0x1E893,
245519 },
245520 [0x1E894]={
245521  category="lo",
245522  description="MENDE KIKAKUI SYLLABLE M062 MBA",
245523  direction="r",
245524  linebreak="al",
245525  unicodeslot=0x1E894,
245526 },
245527 [0x1E895]={
245528  category="lo",
245529  description="MENDE KIKAKUI SYLLABLE M122 MBU",
245530  direction="r",
245531  linebreak="al",
245532  unicodeslot=0x1E895,
245533 },
245534 [0x1E896]={
245535  category="lo",
245536  description="MENDE KIKAKUI SYLLABLE M047 MBEE",
245537  direction="r",
245538  linebreak="al",
245539  unicodeslot=0x1E896,
245540 },
245541 [0x1E897]={
245542  category="lo",
245543  description="MENDE KIKAKUI SYLLABLE M188 MBEE",
245544  direction="r",
245545  linebreak="al",
245546  unicodeslot=0x1E897,
245547 },
245548 [0x1E898]={
245549  category="lo",
245550  description="MENDE KIKAKUI SYLLABLE M072 MBE",
245551  direction="r",
245552  linebreak="al",
245553  unicodeslot=0x1E898,
245554 },
245555 [0x1E899]={
245556  category="lo",
245557  description="MENDE KIKAKUI SYLLABLE M172 MBOO",
245558  direction="r",
245559  linebreak="al",
245560  unicodeslot=0x1E899,
245561 },
245562 [0x1E89A]={
245563  category="lo",
245564  description="MENDE KIKAKUI SYLLABLE M174 MBO",
245565  direction="r",
245566  linebreak="al",
245567  unicodeslot=0x1E89A,
245568 },
245569 [0x1E89B]={
245570  category="lo",
245571  description="MENDE KIKAKUI SYLLABLE M187 MBUU",
245572  direction="r",
245573  linebreak="al",
245574  unicodeslot=0x1E89B,
245575 },
245576 [0x1E89C]={
245577  category="lo",
245578  description="MENDE KIKAKUI SYLLABLE M161 LONG MBE",
245579  direction="r",
245580  linebreak="al",
245581  unicodeslot=0x1E89C,
245582 },
245583 [0x1E89D]={
245584  category="lo",
245585  description="MENDE KIKAKUI SYLLABLE M105 LONG MBOO",
245586  direction="r",
245587  linebreak="al",
245588  unicodeslot=0x1E89D,
245589 },
245590 [0x1E89E]={
245591  category="lo",
245592  description="MENDE KIKAKUI SYLLABLE M142 LONG MBO",
245593  direction="r",
245594  linebreak="al",
245595  unicodeslot=0x1E89E,
245596 },
245597 [0x1E89F]={
245598  category="lo",
245599  description="MENDE KIKAKUI SYLLABLE M132 KPI",
245600  direction="r",
245601  linebreak="al",
245602  unicodeslot=0x1E89F,
245603 },
245604 [0x1E8A0]={
245605  category="lo",
245606  description="MENDE KIKAKUI SYLLABLE M092 KPA",
245607  direction="r",
245608  linebreak="al",
245609  unicodeslot=0x1E8A0,
245610 },
245611 [0x1E8A1]={
245612  category="lo",
245613  description="MENDE KIKAKUI SYLLABLE M074 KPU",
245614  direction="r",
245615  linebreak="al",
245616  unicodeslot=0x1E8A1,
245617 },
245618 [0x1E8A2]={
245619  category="lo",
245620  description="MENDE KIKAKUI SYLLABLE M044 KPEE",
245621  direction="r",
245622  linebreak="al",
245623  unicodeslot=0x1E8A2,
245624 },
245625 [0x1E8A3]={
245626  category="lo",
245627  description="MENDE KIKAKUI SYLLABLE M108 KPE",
245628  direction="r",
245629  linebreak="al",
245630  unicodeslot=0x1E8A3,
245631 },
245632 [0x1E8A4]={
245633  category="lo",
245634  description="MENDE KIKAKUI SYLLABLE M112 KPOO",
245635  direction="r",
245636  linebreak="al",
245637  unicodeslot=0x1E8A4,
245638 },
245639 [0x1E8A5]={
245640  category="lo",
245641  description="MENDE KIKAKUI SYLLABLE M158 KPO",
245642  direction="r",
245643  linebreak="al",
245644  unicodeslot=0x1E8A5,
245645 },
245646 [0x1E8A6]={
245647  category="lo",
245648  description="MENDE KIKAKUI SYLLABLE M124 GBI",
245649  direction="r",
245650  linebreak="al",
245651  unicodeslot=0x1E8A6,
245652 },
245653 [0x1E8A7]={
245654  category="lo",
245655  description="MENDE KIKAKUI SYLLABLE M056 GBA",
245656  direction="r",
245657  linebreak="al",
245658  unicodeslot=0x1E8A7,
245659 },
245660 [0x1E8A8]={
245661  category="lo",
245662  description="MENDE KIKAKUI SYLLABLE M148 GBU",
245663  direction="r",
245664  linebreak="al",
245665  unicodeslot=0x1E8A8,
245666 },
245667 [0x1E8A9]={
245668  category="lo",
245669  description="MENDE KIKAKUI SYLLABLE M093 GBEE",
245670  direction="r",
245671  linebreak="al",
245672  unicodeslot=0x1E8A9,
245673 },
245674 [0x1E8AA]={
245675  category="lo",
245676  description="MENDE KIKAKUI SYLLABLE M107 GBE",
245677  direction="r",
245678  linebreak="al",
245679  unicodeslot=0x1E8AA,
245680 },
245681 [0x1E8AB]={
245682  category="lo",
245683  description="MENDE KIKAKUI SYLLABLE M071 GBOO",
245684  direction="r",
245685  linebreak="al",
245686  unicodeslot=0x1E8AB,
245687 },
245688 [0x1E8AC]={
245689  category="lo",
245690  description="MENDE KIKAKUI SYLLABLE M070 GBO",
245691  direction="r",
245692  linebreak="al",
245693  unicodeslot=0x1E8AC,
245694 },
245695 [0x1E8AD]={
245696  category="lo",
245697  description="MENDE KIKAKUI SYLLABLE M171 RA",
245698  direction="r",
245699  linebreak="al",
245700  unicodeslot=0x1E8AD,
245701 },
245702 [0x1E8AE]={
245703  category="lo",
245704  description="MENDE KIKAKUI SYLLABLE M123 NDI",
245705  direction="r",
245706  linebreak="al",
245707  unicodeslot=0x1E8AE,
245708 },
245709 [0x1E8AF]={
245710  category="lo",
245711  description="MENDE KIKAKUI SYLLABLE M129 NDA",
245712  direction="r",
245713  linebreak="al",
245714  unicodeslot=0x1E8AF,
245715 },
245716 [0x1E8B0]={
245717  category="lo",
245718  description="MENDE KIKAKUI SYLLABLE M125 NDU",
245719  direction="r",
245720  linebreak="al",
245721  unicodeslot=0x1E8B0,
245722 },
245723 [0x1E8B1]={
245724  category="lo",
245725  description="MENDE KIKAKUI SYLLABLE M191 NDEE",
245726  direction="r",
245727  linebreak="al",
245728  unicodeslot=0x1E8B1,
245729 },
245730 [0x1E8B2]={
245731  category="lo",
245732  description="MENDE KIKAKUI SYLLABLE M119 NDE",
245733  direction="r",
245734  linebreak="al",
245735  unicodeslot=0x1E8B2,
245736 },
245737 [0x1E8B3]={
245738  category="lo",
245739  description="MENDE KIKAKUI SYLLABLE M067 NDOO",
245740  direction="r",
245741  linebreak="al",
245742  unicodeslot=0x1E8B3,
245743 },
245744 [0x1E8B4]={
245745  category="lo",
245746  description="MENDE KIKAKUI SYLLABLE M064 NDO",
245747  direction="r",
245748  linebreak="al",
245749  unicodeslot=0x1E8B4,
245750 },
245751 [0x1E8B5]={
245752  category="lo",
245753  description="MENDE KIKAKUI SYLLABLE M152 NJA",
245754  direction="r",
245755  linebreak="al",
245756  unicodeslot=0x1E8B5,
245757 },
245758 [0x1E8B6]={
245759  category="lo",
245760  description="MENDE KIKAKUI SYLLABLE M192 NJU",
245761  direction="r",
245762  linebreak="al",
245763  unicodeslot=0x1E8B6,
245764 },
245765 [0x1E8B7]={
245766  category="lo",
245767  description="MENDE KIKAKUI SYLLABLE M149 NJEE",
245768  direction="r",
245769  linebreak="al",
245770  unicodeslot=0x1E8B7,
245771 },
245772 [0x1E8B8]={
245773  category="lo",
245774  description="MENDE KIKAKUI SYLLABLE M134 NJOO",
245775  direction="r",
245776  linebreak="al",
245777  unicodeslot=0x1E8B8,
245778 },
245779 [0x1E8B9]={
245780  category="lo",
245781  description="MENDE KIKAKUI SYLLABLE M182 VI",
245782  direction="r",
245783  linebreak="al",
245784  unicodeslot=0x1E8B9,
245785 },
245786 [0x1E8BA]={
245787  category="lo",
245788  description="MENDE KIKAKUI SYLLABLE M185 VA",
245789  direction="r",
245790  linebreak="al",
245791  unicodeslot=0x1E8BA,
245792 },
245793 [0x1E8BB]={
245794  category="lo",
245795  description="MENDE KIKAKUI SYLLABLE M151 VU",
245796  direction="r",
245797  linebreak="al",
245798  unicodeslot=0x1E8BB,
245799 },
245800 [0x1E8BC]={
245801  category="lo",
245802  description="MENDE KIKAKUI SYLLABLE M173 VEE",
245803  direction="r",
245804  linebreak="al",
245805  unicodeslot=0x1E8BC,
245806 },
245807 [0x1E8BD]={
245808  category="lo",
245809  description="MENDE KIKAKUI SYLLABLE M085 VE",
245810  direction="r",
245811  linebreak="al",
245812  unicodeslot=0x1E8BD,
245813 },
245814 [0x1E8BE]={
245815  category="lo",
245816  description="MENDE KIKAKUI SYLLABLE M144 VOO",
245817  direction="r",
245818  linebreak="al",
245819  unicodeslot=0x1E8BE,
245820 },
245821 [0x1E8BF]={
245822  category="lo",
245823  description="MENDE KIKAKUI SYLLABLE M077 VO",
245824  direction="r",
245825  linebreak="al",
245826  unicodeslot=0x1E8BF,
245827 },
245828 [0x1E8C0]={
245829  category="lo",
245830  description="MENDE KIKAKUI SYLLABLE M164 NYIN",
245831  direction="r",
245832  linebreak="al",
245833  unicodeslot=0x1E8C0,
245834 },
245835 [0x1E8C1]={
245836  category="lo",
245837  description="MENDE KIKAKUI SYLLABLE M058 NYAN",
245838  direction="r",
245839  linebreak="al",
245840  unicodeslot=0x1E8C1,
245841 },
245842 [0x1E8C2]={
245843  category="lo",
245844  description="MENDE KIKAKUI SYLLABLE M170 NYUN",
245845  direction="r",
245846  linebreak="al",
245847  unicodeslot=0x1E8C2,
245848 },
245849 [0x1E8C3]={
245850  category="lo",
245851  description="MENDE KIKAKUI SYLLABLE M098 NYEN",
245852  direction="r",
245853  linebreak="al",
245854  unicodeslot=0x1E8C3,
245855 },
245856 [0x1E8C4]={
245857  category="lo",
245858  description="MENDE KIKAKUI SYLLABLE M060 NYON",
245859  direction="r",
245860  linebreak="al",
245861  unicodeslot=0x1E8C4,
245862 },
245863 [0x1E8C7]={
245864  category="no",
245865  description="MENDE KIKAKUI DIGIT ONE",
245866  direction="r",
245867  linebreak="al",
245868  unicodeslot=0x1E8C7,
245869 },
245870 [0x1E8C8]={
245871  category="no",
245872  description="MENDE KIKAKUI DIGIT TWO",
245873  direction="r",
245874  linebreak="al",
245875  unicodeslot=0x1E8C8,
245876 },
245877 [0x1E8C9]={
245878  category="no",
245879  description="MENDE KIKAKUI DIGIT THREE",
245880  direction="r",
245881  linebreak="al",
245882  unicodeslot=0x1E8C9,
245883 },
245884 [0x1E8CA]={
245885  category="no",
245886  description="MENDE KIKAKUI DIGIT FOUR",
245887  direction="r",
245888  linebreak="al",
245889  unicodeslot=0x1E8CA,
245890 },
245891 [0x1E8CB]={
245892  category="no",
245893  description="MENDE KIKAKUI DIGIT FIVE",
245894  direction="r",
245895  linebreak="al",
245896  unicodeslot=0x1E8CB,
245897 },
245898 [0x1E8CC]={
245899  category="no",
245900  description="MENDE KIKAKUI DIGIT SIX",
245901  direction="r",
245902  linebreak="al",
245903  unicodeslot=0x1E8CC,
245904 },
245905 [0x1E8CD]={
245906  category="no",
245907  description="MENDE KIKAKUI DIGIT SEVEN",
245908  direction="r",
245909  linebreak="al",
245910  unicodeslot=0x1E8CD,
245911 },
245912 [0x1E8CE]={
245913  category="no",
245914  description="MENDE KIKAKUI DIGIT EIGHT",
245915  direction="r",
245916  linebreak="al",
245917  unicodeslot=0x1E8CE,
245918 },
245919 [0x1E8CF]={
245920  category="no",
245921  description="MENDE KIKAKUI DIGIT NINE",
245922  direction="r",
245923  linebreak="al",
245924  unicodeslot=0x1E8CF,
245925 },
245926 [0x1E8D0]={
245927  category="mn",
245928  combining=0xDC,
245929  description="MENDE KIKAKUI COMBINING NUMBER TEENS",
245930  direction="nsm",
245931  linebreak="cm",
245932  unicodeslot=0x1E8D0,
245933 },
245934 [0x1E8D1]={
245935  category="mn",
245936  combining=0xDC,
245937  description="MENDE KIKAKUI COMBINING NUMBER TENS",
245938  direction="nsm",
245939  linebreak="cm",
245940  unicodeslot=0x1E8D1,
245941 },
245942 [0x1E8D2]={
245943  category="mn",
245944  combining=0xDC,
245945  description="MENDE KIKAKUI COMBINING NUMBER HUNDREDS",
245946  direction="nsm",
245947  linebreak="cm",
245948  unicodeslot=0x1E8D2,
245949 },
245950 [0x1E8D3]={
245951  category="mn",
245952  combining=0xDC,
245953  description="MENDE KIKAKUI COMBINING NUMBER THOUSANDS",
245954  direction="nsm",
245955  linebreak="cm",
245956  unicodeslot=0x1E8D3,
245957 },
245958 [0x1E8D4]={
245959  category="mn",
245960  combining=0xDC,
245961  description="MENDE KIKAKUI COMBINING NUMBER TEN THOUSANDS",
245962  direction="nsm",
245963  linebreak="cm",
245964  unicodeslot=0x1E8D4,
245965 },
245966 [0x1E8D5]={
245967  category="mn",
245968  combining=0xDC,
245969  description="MENDE KIKAKUI COMBINING NUMBER HUNDRED THOUSANDS",
245970  direction="nsm",
245971  linebreak="cm",
245972  unicodeslot=0x1E8D5,
245973 },
245974 [0x1E8D6]={
245975  category="mn",
245976  combining=0xDC,
245977  description="MENDE KIKAKUI COMBINING NUMBER MILLIONS",
245978  direction="nsm",
245979  linebreak="cm",
245980  unicodeslot=0x1E8D6,
245981 },
245982 [0x1E900]={
245983  arabic="d",
245984  category="lu",
245985  description="ADLAM CAPITAL LETTER ALIF",
245986  direction="r",
245987  lccode=0x1E922,
245988  linebreak="al",
245989  unicodeslot=0x1E900,
245990 },
245991 [0x1E901]={
245992  arabic="d",
245993  category="lu",
245994  description="ADLAM CAPITAL LETTER DAALI",
245995  direction="r",
245996  lccode=0x1E923,
245997  linebreak="al",
245998  unicodeslot=0x1E901,
245999 },
246000 [0x1E902]={
246001  arabic="d",
246002  category="lu",
246003  description="ADLAM CAPITAL LETTER LAAM",
246004  direction="r",
246005  lccode=0x1E924,
246006  linebreak="al",
246007  unicodeslot=0x1E902,
246008 },
246009 [0x1E903]={
246010  arabic="d",
246011  category="lu",
246012  description="ADLAM CAPITAL LETTER MIIM",
246013  direction="r",
246014  lccode=0x1E925,
246015  linebreak="al",
246016  unicodeslot=0x1E903,
246017 },
246018 [0x1E904]={
246019  arabic="d",
246020  category="lu",
246021  description="ADLAM CAPITAL LETTER BA",
246022  direction="r",
246023  lccode=0x1E926,
246024  linebreak="al",
246025  unicodeslot=0x1E904,
246026 },
246027 [0x1E905]={
246028  arabic="d",
246029  category="lu",
246030  description="ADLAM CAPITAL LETTER SINNYIIYHE",
246031  direction="r",
246032  lccode=0x1E927,
246033  linebreak="al",
246034  unicodeslot=0x1E905,
246035 },
246036 [0x1E906]={
246037  arabic="d",
246038  category="lu",
246039  description="ADLAM CAPITAL LETTER PE",
246040  direction="r",
246041  lccode=0x1E928,
246042  linebreak="al",
246043  unicodeslot=0x1E906,
246044 },
246045 [0x1E907]={
246046  arabic="d",
246047  category="lu",
246048  description="ADLAM CAPITAL LETTER BHE",
246049  direction="r",
246050  lccode=0x1E929,
246051  linebreak="al",
246052  unicodeslot=0x1E907,
246053 },
246054 [0x1E908]={
246055  arabic="d",
246056  category="lu",
246057  description="ADLAM CAPITAL LETTER RA",
246058  direction="r",
246059  lccode=0x1E92A,
246060  linebreak="al",
246061  unicodeslot=0x1E908,
246062 },
246063 [0x1E909]={
246064  arabic="d",
246065  category="lu",
246066  description="ADLAM CAPITAL LETTER E",
246067  direction="r",
246068  lccode=0x1E92B,
246069  linebreak="al",
246070  unicodeslot=0x1E909,
246071 },
246072 [0x1E90A]={
246073  arabic="d",
246074  category="lu",
246075  description="ADLAM CAPITAL LETTER FA",
246076  direction="r",
246077  lccode=0x1E92C,
246078  linebreak="al",
246079  unicodeslot=0x1E90A,
246080 },
246081 [0x1E90B]={
246082  arabic="d",
246083  category="lu",
246084  description="ADLAM CAPITAL LETTER I",
246085  direction="r",
246086  lccode=0x1E92D,
246087  linebreak="al",
246088  unicodeslot=0x1E90B,
246089 },
246090 [0x1E90C]={
246091  arabic="d",
246092  category="lu",
246093  description="ADLAM CAPITAL LETTER O",
246094  direction="r",
246095  lccode=0x1E92E,
246096  linebreak="al",
246097  unicodeslot=0x1E90C,
246098 },
246099 [0x1E90D]={
246100  arabic="d",
246101  category="lu",
246102  description="ADLAM CAPITAL LETTER DHA",
246103  direction="r",
246104  lccode=0x1E92F,
246105  linebreak="al",
246106  unicodeslot=0x1E90D,
246107 },
246108 [0x1E90E]={
246109  arabic="d",
246110  category="lu",
246111  description="ADLAM CAPITAL LETTER YHE",
246112  direction="r",
246113  lccode=0x1E930,
246114  linebreak="al",
246115  unicodeslot=0x1E90E,
246116 },
246117 [0x1E90F]={
246118  arabic="d",
246119  category="lu",
246120  description="ADLAM CAPITAL LETTER WAW",
246121  direction="r",
246122  lccode=0x1E931,
246123  linebreak="al",
246124  unicodeslot=0x1E90F,
246125 },
246126 [0x1E910]={
246127  arabic="d",
246128  category="lu",
246129  description="ADLAM CAPITAL LETTER NUN",
246130  direction="r",
246131  lccode=0x1E932,
246132  linebreak="al",
246133  unicodeslot=0x1E910,
246134 },
246135 [0x1E911]={
246136  arabic="d",
246137  category="lu",
246138  description="ADLAM CAPITAL LETTER KAF",
246139  direction="r",
246140  lccode=0x1E933,
246141  linebreak="al",
246142  unicodeslot=0x1E911,
246143 },
246144 [0x1E912]={
246145  arabic="d",
246146  category="lu",
246147  description="ADLAM CAPITAL LETTER YA",
246148  direction="r",
246149  lccode=0x1E934,
246150  linebreak="al",
246151  unicodeslot=0x1E912,
246152 },
246153 [0x1E913]={
246154  arabic="d",
246155  category="lu",
246156  description="ADLAM CAPITAL LETTER U",
246157  direction="r",
246158  lccode=0x1E935,
246159  linebreak="al",
246160  unicodeslot=0x1E913,
246161 },
246162 [0x1E914]={
246163  arabic="d",
246164  category="lu",
246165  description="ADLAM CAPITAL LETTER JIIM",
246166  direction="r",
246167  lccode=0x1E936,
246168  linebreak="al",
246169  unicodeslot=0x1E914,
246170 },
246171 [0x1E915]={
246172  arabic="d",
246173  category="lu",
246174  description="ADLAM CAPITAL LETTER CHI",
246175  direction="r",
246176  lccode=0x1E937,
246177  linebreak="al",
246178  unicodeslot=0x1E915,
246179 },
246180 [0x1E916]={
246181  arabic="d",
246182  category="lu",
246183  description="ADLAM CAPITAL LETTER HA",
246184  direction="r",
246185  lccode=0x1E938,
246186  linebreak="al",
246187  unicodeslot=0x1E916,
246188 },
246189 [0x1E917]={
246190  arabic="d",
246191  category="lu",
246192  description="ADLAM CAPITAL LETTER QAAF",
246193  direction="r",
246194  lccode=0x1E939,
246195  linebreak="al",
246196  unicodeslot=0x1E917,
246197 },
246198 [0x1E918]={
246199  arabic="d",
246200  category="lu",
246201  description="ADLAM CAPITAL LETTER GA",
246202  direction="r",
246203  lccode=0x1E93A,
246204  linebreak="al",
246205  unicodeslot=0x1E918,
246206 },
246207 [0x1E919]={
246208  arabic="d",
246209  category="lu",
246210  description="ADLAM CAPITAL LETTER NYA",
246211  direction="r",
246212  lccode=0x1E93B,
246213  linebreak="al",
246214  unicodeslot=0x1E919,
246215 },
246216 [0x1E91A]={
246217  arabic="d",
246218  category="lu",
246219  description="ADLAM CAPITAL LETTER TU",
246220  direction="r",
246221  lccode=0x1E93C,
246222  linebreak="al",
246223  unicodeslot=0x1E91A,
246224 },
246225 [0x1E91B]={
246226  arabic="d",
246227  category="lu",
246228  description="ADLAM CAPITAL LETTER NHA",
246229  direction="r",
246230  lccode=0x1E93D,
246231  linebreak="al",
246232  unicodeslot=0x1E91B,
246233 },
246234 [0x1E91C]={
246235  arabic="d",
246236  category="lu",
246237  description="ADLAM CAPITAL LETTER VA",
246238  direction="r",
246239  lccode=0x1E93E,
246240  linebreak="al",
246241  unicodeslot=0x1E91C,
246242 },
246243 [0x1E91D]={
246244  arabic="d",
246245  category="lu",
246246  description="ADLAM CAPITAL LETTER KHA",
246247  direction="r",
246248  lccode=0x1E93F,
246249  linebreak="al",
246250  unicodeslot=0x1E91D,
246251 },
246252 [0x1E91E]={
246253  arabic="d",
246254  category="lu",
246255  description="ADLAM CAPITAL LETTER GBE",
246256  direction="r",
246257  lccode=0x1E940,
246258  linebreak="al",
246259  unicodeslot=0x1E91E,
246260 },
246261 [0x1E91F]={
246262  arabic="d",
246263  category="lu",
246264  description="ADLAM CAPITAL LETTER ZAL",
246265  direction="r",
246266  lccode=0x1E941,
246267  linebreak="al",
246268  unicodeslot=0x1E91F,
246269 },
246270 [0x1E920]={
246271  arabic="d",
246272  category="lu",
246273  description="ADLAM CAPITAL LETTER KPO",
246274  direction="r",
246275  lccode=0x1E942,
246276  linebreak="al",
246277  unicodeslot=0x1E920,
246278 },
246279 [0x1E921]={
246280  arabic="d",
246281  category="lu",
246282  description="ADLAM CAPITAL LETTER SHA",
246283  direction="r",
246284  lccode=0x1E943,
246285  linebreak="al",
246286  unicodeslot=0x1E921,
246287 },
246288 [0x1E922]={
246289  arabic="d",
246290  category="ll",
246291  description="ADLAM SMALL LETTER ALIF",
246292  direction="r",
246293  linebreak="al",
246294  unicodeslot=0x1E922,
246295 },
246296 [0x1E923]={
246297  arabic="d",
246298  category="ll",
246299  description="ADLAM SMALL LETTER DAALI",
246300  direction="r",
246301  linebreak="al",
246302  unicodeslot=0x1E923,
246303 },
246304 [0x1E924]={
246305  arabic="d",
246306  category="ll",
246307  description="ADLAM SMALL LETTER LAAM",
246308  direction="r",
246309  linebreak="al",
246310  unicodeslot=0x1E924,
246311 },
246312 [0x1E925]={
246313  arabic="d",
246314  category="ll",
246315  description="ADLAM SMALL LETTER MIIM",
246316  direction="r",
246317  linebreak="al",
246318  unicodeslot=0x1E925,
246319 },
246320 [0x1E926]={
246321  arabic="d",
246322  category="ll",
246323  description="ADLAM SMALL LETTER BA",
246324  direction="r",
246325  linebreak="al",
246326  unicodeslot=0x1E926,
246327 },
246328 [0x1E927]={
246329  arabic="d",
246330  category="ll",
246331  description="ADLAM SMALL LETTER SINNYIIYHE",
246332  direction="r",
246333  linebreak="al",
246334  unicodeslot=0x1E927,
246335 },
246336 [0x1E928]={
246337  arabic="d",
246338  category="ll",
246339  description="ADLAM SMALL LETTER PE",
246340  direction="r",
246341  linebreak="al",
246342  unicodeslot=0x1E928,
246343 },
246344 [0x1E929]={
246345  arabic="d",
246346  category="ll",
246347  description="ADLAM SMALL LETTER BHE",
246348  direction="r",
246349  linebreak="al",
246350  unicodeslot=0x1E929,
246351 },
246352 [0x1E92A]={
246353  arabic="d",
246354  category="ll",
246355  description="ADLAM SMALL LETTER RA",
246356  direction="r",
246357  linebreak="al",
246358  unicodeslot=0x1E92A,
246359 },
246360 [0x1E92B]={
246361  arabic="d",
246362  category="ll",
246363  description="ADLAM SMALL LETTER E",
246364  direction="r",
246365  linebreak="al",
246366  unicodeslot=0x1E92B,
246367 },
246368 [0x1E92C]={
246369  arabic="d",
246370  category="ll",
246371  description="ADLAM SMALL LETTER FA",
246372  direction="r",
246373  linebreak="al",
246374  unicodeslot=0x1E92C,
246375 },
246376 [0x1E92D]={
246377  arabic="d",
246378  category="ll",
246379  description="ADLAM SMALL LETTER I",
246380  direction="r",
246381  linebreak="al",
246382  unicodeslot=0x1E92D,
246383 },
246384 [0x1E92E]={
246385  arabic="d",
246386  category="ll",
246387  description="ADLAM SMALL LETTER O",
246388  direction="r",
246389  linebreak="al",
246390  unicodeslot=0x1E92E,
246391 },
246392 [0x1E92F]={
246393  arabic="d",
246394  category="ll",
246395  description="ADLAM SMALL LETTER DHA",
246396  direction="r",
246397  linebreak="al",
246398  unicodeslot=0x1E92F,
246399 },
246400 [0x1E930]={
246401  arabic="d",
246402  category="ll",
246403  description="ADLAM SMALL LETTER YHE",
246404  direction="r",
246405  linebreak="al",
246406  unicodeslot=0x1E930,
246407 },
246408 [0x1E931]={
246409  arabic="d",
246410  category="ll",
246411  description="ADLAM SMALL LETTER WAW",
246412  direction="r",
246413  linebreak="al",
246414  unicodeslot=0x1E931,
246415 },
246416 [0x1E932]={
246417  arabic="d",
246418  category="ll",
246419  description="ADLAM SMALL LETTER NUN",
246420  direction="r",
246421  linebreak="al",
246422  unicodeslot=0x1E932,
246423 },
246424 [0x1E933]={
246425  arabic="d",
246426  category="ll",
246427  description="ADLAM SMALL LETTER KAF",
246428  direction="r",
246429  linebreak="al",
246430  unicodeslot=0x1E933,
246431 },
246432 [0x1E934]={
246433  arabic="d",
246434  category="ll",
246435  description="ADLAM SMALL LETTER YA",
246436  direction="r",
246437  linebreak="al",
246438  unicodeslot=0x1E934,
246439 },
246440 [0x1E935]={
246441  arabic="d",
246442  category="ll",
246443  description="ADLAM SMALL LETTER U",
246444  direction="r",
246445  linebreak="al",
246446  unicodeslot=0x1E935,
246447 },
246448 [0x1E936]={
246449  arabic="d",
246450  category="ll",
246451  description="ADLAM SMALL LETTER JIIM",
246452  direction="r",
246453  linebreak="al",
246454  unicodeslot=0x1E936,
246455 },
246456 [0x1E937]={
246457  arabic="d",
246458  category="ll",
246459  description="ADLAM SMALL LETTER CHI",
246460  direction="r",
246461  linebreak="al",
246462  unicodeslot=0x1E937,
246463 },
246464 [0x1E938]={
246465  arabic="d",
246466  category="ll",
246467  description="ADLAM SMALL LETTER HA",
246468  direction="r",
246469  linebreak="al",
246470  unicodeslot=0x1E938,
246471 },
246472 [0x1E939]={
246473  arabic="d",
246474  category="ll",
246475  description="ADLAM SMALL LETTER QAAF",
246476  direction="r",
246477  linebreak="al",
246478  unicodeslot=0x1E939,
246479 },
246480 [0x1E93A]={
246481  arabic="d",
246482  category="ll",
246483  description="ADLAM SMALL LETTER GA",
246484  direction="r",
246485  linebreak="al",
246486  unicodeslot=0x1E93A,
246487 },
246488 [0x1E93B]={
246489  arabic="d",
246490  category="ll",
246491  description="ADLAM SMALL LETTER NYA",
246492  direction="r",
246493  linebreak="al",
246494  unicodeslot=0x1E93B,
246495 },
246496 [0x1E93C]={
246497  arabic="d",
246498  category="ll",
246499  description="ADLAM SMALL LETTER TU",
246500  direction="r",
246501  linebreak="al",
246502  unicodeslot=0x1E93C,
246503 },
246504 [0x1E93D]={
246505  arabic="d",
246506  category="ll",
246507  description="ADLAM SMALL LETTER NHA",
246508  direction="r",
246509  linebreak="al",
246510  unicodeslot=0x1E93D,
246511 },
246512 [0x1E93E]={
246513  arabic="d",
246514  category="ll",
246515  description="ADLAM SMALL LETTER VA",
246516  direction="r",
246517  linebreak="al",
246518  unicodeslot=0x1E93E,
246519 },
246520 [0x1E93F]={
246521  arabic="d",
246522  category="ll",
246523  description="ADLAM SMALL LETTER KHA",
246524  direction="r",
246525  linebreak="al",
246526  unicodeslot=0x1E93F,
246527 },
246528 [0x1E940]={
246529  arabic="d",
246530  category="ll",
246531  description="ADLAM SMALL LETTER GBE",
246532  direction="r",
246533  linebreak="al",
246534  unicodeslot=0x1E940,
246535 },
246536 [0x1E941]={
246537  arabic="d",
246538  category="ll",
246539  description="ADLAM SMALL LETTER ZAL",
246540  direction="r",
246541  linebreak="al",
246542  unicodeslot=0x1E941,
246543 },
246544 [0x1E942]={
246545  arabic="d",
246546  category="ll",
246547  description="ADLAM SMALL LETTER KPO",
246548  direction="r",
246549  linebreak="al",
246550  unicodeslot=0x1E942,
246551 },
246552 [0x1E943]={
246553  arabic="d",
246554  category="ll",
246555  description="ADLAM SMALL LETTER SHA",
246556  direction="r",
246557  linebreak="al",
246558  unicodeslot=0x1E943,
246559 },
246560 [0x1E944]={
246561  category="mn",
246562  combining=0xE6,
246563  description="ADLAM ALIF LENGTHENER",
246564  direction="nsm",
246565  linebreak="cm",
246566  unicodeslot=0x1E944,
246567 },
246568 [0x1E945]={
246569  category="mn",
246570  combining=0xE6,
246571  description="ADLAM VOWEL LENGTHENER",
246572  direction="nsm",
246573  linebreak="cm",
246574  unicodeslot=0x1E945,
246575 },
246576 [0x1E946]={
246577  category="mn",
246578  combining=0xE6,
246579  description="ADLAM GEMINATION MARK",
246580  direction="nsm",
246581  linebreak="cm",
246582  unicodeslot=0x1E946,
246583 },
246584 [0x1E947]={
246585  category="mn",
246586  combining=0xE6,
246587  description="ADLAM HAMZA",
246588  direction="nsm",
246589  linebreak="cm",
246590  unicodeslot=0x1E947,
246591 },
246592 [0x1E948]={
246593  category="mn",
246594  combining=0xE6,
246595  description="ADLAM CONSONANT MODIFIER",
246596  direction="nsm",
246597  linebreak="cm",
246598  unicodeslot=0x1E948,
246599 },
246600 [0x1E949]={
246601  category="mn",
246602  combining=0xE6,
246603  description="ADLAM GEMINATE CONSONANT MODIFIER",
246604  direction="nsm",
246605  linebreak="cm",
246606  unicodeslot=0x1E949,
246607 },
246608 [0x1E94A]={
246609  category="mn",
246610  combining=0x7,
246611  description="ADLAM NUKTA",
246612  direction="nsm",
246613  linebreak="cm",
246614  unicodeslot=0x1E94A,
246615 },
246616 [0x1E94B]={
246617  arabic="t",
246618  category="lm",
246619  description="ADLAM NASALIZATION MARK",
246620  direction="r",
246621  linebreak="al",
246622  unicodeslot=0x1E94B,
246623 },
246624 [0x1E950]={
246625  category="nd",
246626  description="ADLAM DIGIT ZERO",
246627  direction="r",
246628  linebreak="nu",
246629  unicodeslot=0x1E950,
246630 },
246631 [0x1E951]={
246632  category="nd",
246633  description="ADLAM DIGIT ONE",
246634  direction="r",
246635  linebreak="nu",
246636  unicodeslot=0x1E951,
246637 },
246638 [0x1E952]={
246639  category="nd",
246640  description="ADLAM DIGIT TWO",
246641  direction="r",
246642  linebreak="nu",
246643  unicodeslot=0x1E952,
246644 },
246645 [0x1E953]={
246646  category="nd",
246647  description="ADLAM DIGIT THREE",
246648  direction="r",
246649  linebreak="nu",
246650  unicodeslot=0x1E953,
246651 },
246652 [0x1E954]={
246653  category="nd",
246654  description="ADLAM DIGIT FOUR",
246655  direction="r",
246656  linebreak="nu",
246657  unicodeslot=0x1E954,
246658 },
246659 [0x1E955]={
246660  category="nd",
246661  description="ADLAM DIGIT FIVE",
246662  direction="r",
246663  linebreak="nu",
246664  unicodeslot=0x1E955,
246665 },
246666 [0x1E956]={
246667  category="nd",
246668  description="ADLAM DIGIT SIX",
246669  direction="r",
246670  linebreak="nu",
246671  unicodeslot=0x1E956,
246672 },
246673 [0x1E957]={
246674  category="nd",
246675  description="ADLAM DIGIT SEVEN",
246676  direction="r",
246677  linebreak="nu",
246678  unicodeslot=0x1E957,
246679 },
246680 [0x1E958]={
246681  category="nd",
246682  description="ADLAM DIGIT EIGHT",
246683  direction="r",
246684  linebreak="nu",
246685  unicodeslot=0x1E958,
246686 },
246687 [0x1E959]={
246688  category="nd",
246689  description="ADLAM DIGIT NINE",
246690  direction="r",
246691  linebreak="nu",
246692  unicodeslot=0x1E959,
246693 },
246694 [0x1E95E]={
246695  category="po",
246696  description="ADLAM INITIAL EXCLAMATION MARK",
246697  direction="r",
246698  linebreak="op",
246699  unicodeslot=0x1E95E,
246700 },
246701 [0x1E95F]={
246702  category="po",
246703  description="ADLAM INITIAL QUESTION MARK",
246704  direction="r",
246705  linebreak="op",
246706  unicodeslot=0x1E95F,
246707 },
246708 [0x1EC71]={
246709  category="no",
246710  description="INDIC SIYAQ NUMBER ONE",
246711  direction="al",
246712  linebreak="al",
246713  unicodeslot=0x1EC71,
246714 },
246715 [0x1EC72]={
246716  category="no",
246717  description="INDIC SIYAQ NUMBER TWO",
246718  direction="al",
246719  linebreak="al",
246720  unicodeslot=0x1EC72,
246721 },
246722 [0x1EC73]={
246723  category="no",
246724  description="INDIC SIYAQ NUMBER THREE",
246725  direction="al",
246726  linebreak="al",
246727  unicodeslot=0x1EC73,
246728 },
246729 [0x1EC74]={
246730  category="no",
246731  description="INDIC SIYAQ NUMBER FOUR",
246732  direction="al",
246733  linebreak="al",
246734  unicodeslot=0x1EC74,
246735 },
246736 [0x1EC75]={
246737  category="no",
246738  description="INDIC SIYAQ NUMBER FIVE",
246739  direction="al",
246740  linebreak="al",
246741  unicodeslot=0x1EC75,
246742 },
246743 [0x1EC76]={
246744  category="no",
246745  description="INDIC SIYAQ NUMBER SIX",
246746  direction="al",
246747  linebreak="al",
246748  unicodeslot=0x1EC76,
246749 },
246750 [0x1EC77]={
246751  category="no",
246752  description="INDIC SIYAQ NUMBER SEVEN",
246753  direction="al",
246754  linebreak="al",
246755  unicodeslot=0x1EC77,
246756 },
246757 [0x1EC78]={
246758  category="no",
246759  description="INDIC SIYAQ NUMBER EIGHT",
246760  direction="al",
246761  linebreak="al",
246762  unicodeslot=0x1EC78,
246763 },
246764 [0x1EC79]={
246765  category="no",
246766  description="INDIC SIYAQ NUMBER NINE",
246767  direction="al",
246768  linebreak="al",
246769  unicodeslot=0x1EC79,
246770 },
246771 [0x1EC7A]={
246772  category="no",
246773  description="INDIC SIYAQ NUMBER TEN",
246774  direction="al",
246775  linebreak="al",
246776  unicodeslot=0x1EC7A,
246777 },
246778 [0x1EC7B]={
246779  category="no",
246780  description="INDIC SIYAQ NUMBER TWENTY",
246781  direction="al",
246782  linebreak="al",
246783  unicodeslot=0x1EC7B,
246784 },
246785 [0x1EC7C]={
246786  category="no",
246787  description="INDIC SIYAQ NUMBER THIRTY",
246788  direction="al",
246789  linebreak="al",
246790  unicodeslot=0x1EC7C,
246791 },
246792 [0x1EC7D]={
246793  category="no",
246794  description="INDIC SIYAQ NUMBER FORTY",
246795  direction="al",
246796  linebreak="al",
246797  unicodeslot=0x1EC7D,
246798 },
246799 [0x1EC7E]={
246800  category="no",
246801  description="INDIC SIYAQ NUMBER FIFTY",
246802  direction="al",
246803  linebreak="al",
246804  unicodeslot=0x1EC7E,
246805 },
246806 [0x1EC7F]={
246807  category="no",
246808  description="INDIC SIYAQ NUMBER SIXTY",
246809  direction="al",
246810  linebreak="al",
246811  unicodeslot=0x1EC7F,
246812 },
246813 [0x1EC80]={
246814  category="no",
246815  description="INDIC SIYAQ NUMBER SEVENTY",
246816  direction="al",
246817  linebreak="al",
246818  unicodeslot=0x1EC80,
246819 },
246820 [0x1EC81]={
246821  category="no",
246822  description="INDIC SIYAQ NUMBER EIGHTY",
246823  direction="al",
246824  linebreak="al",
246825  unicodeslot=0x1EC81,
246826 },
246827 [0x1EC82]={
246828  category="no",
246829  description="INDIC SIYAQ NUMBER NINETY",
246830  direction="al",
246831  linebreak="al",
246832  unicodeslot=0x1EC82,
246833 },
246834 [0x1EC83]={
246835  category="no",
246836  description="INDIC SIYAQ NUMBER ONE HUNDRED",
246837  direction="al",
246838  linebreak="al",
246839  unicodeslot=0x1EC83,
246840 },
246841 [0x1EC84]={
246842  category="no",
246843  description="INDIC SIYAQ NUMBER TWO HUNDRED",
246844  direction="al",
246845  linebreak="al",
246846  unicodeslot=0x1EC84,
246847 },
246848 [0x1EC85]={
246849  category="no",
246850  description="INDIC SIYAQ NUMBER THREE HUNDRED",
246851  direction="al",
246852  linebreak="al",
246853  unicodeslot=0x1EC85,
246854 },
246855 [0x1EC86]={
246856  category="no",
246857  description="INDIC SIYAQ NUMBER FOUR HUNDRED",
246858  direction="al",
246859  linebreak="al",
246860  unicodeslot=0x1EC86,
246861 },
246862 [0x1EC87]={
246863  category="no",
246864  description="INDIC SIYAQ NUMBER FIVE HUNDRED",
246865  direction="al",
246866  linebreak="al",
246867  unicodeslot=0x1EC87,
246868 },
246869 [0x1EC88]={
246870  category="no",
246871  description="INDIC SIYAQ NUMBER SIX HUNDRED",
246872  direction="al",
246873  linebreak="al",
246874  unicodeslot=0x1EC88,
246875 },
246876 [0x1EC89]={
246877  category="no",
246878  description="INDIC SIYAQ NUMBER SEVEN HUNDRED",
246879  direction="al",
246880  linebreak="al",
246881  unicodeslot=0x1EC89,
246882 },
246883 [0x1EC8A]={
246884  category="no",
246885  description="INDIC SIYAQ NUMBER EIGHT HUNDRED",
246886  direction="al",
246887  linebreak="al",
246888  unicodeslot=0x1EC8A,
246889 },
246890 [0x1EC8B]={
246891  category="no",
246892  description="INDIC SIYAQ NUMBER NINE HUNDRED",
246893  direction="al",
246894  linebreak="al",
246895  unicodeslot=0x1EC8B,
246896 },
246897 [0x1EC8C]={
246898  category="no",
246899  description="INDIC SIYAQ NUMBER ONE THOUSAND",
246900  direction="al",
246901  linebreak="al",
246902  unicodeslot=0x1EC8C,
246903 },
246904 [0x1EC8D]={
246905  category="no",
246906  description="INDIC SIYAQ NUMBER TWO THOUSAND",
246907  direction="al",
246908  linebreak="al",
246909  unicodeslot=0x1EC8D,
246910 },
246911 [0x1EC8E]={
246912  category="no",
246913  description="INDIC SIYAQ NUMBER THREE THOUSAND",
246914  direction="al",
246915  linebreak="al",
246916  unicodeslot=0x1EC8E,
246917 },
246918 [0x1EC8F]={
246919  category="no",
246920  description="INDIC SIYAQ NUMBER FOUR THOUSAND",
246921  direction="al",
246922  linebreak="al",
246923  unicodeslot=0x1EC8F,
246924 },
246925 [0x1EC90]={
246926  category="no",
246927  description="INDIC SIYAQ NUMBER FIVE THOUSAND",
246928  direction="al",
246929  linebreak="al",
246930  unicodeslot=0x1EC90,
246931 },
246932 [0x1EC91]={
246933  category="no",
246934  description="INDIC SIYAQ NUMBER SIX THOUSAND",
246935  direction="al",
246936  linebreak="al",
246937  unicodeslot=0x1EC91,
246938 },
246939 [0x1EC92]={
246940  category="no",
246941  description="INDIC SIYAQ NUMBER SEVEN THOUSAND",
246942  direction="al",
246943  linebreak="al",
246944  unicodeslot=0x1EC92,
246945 },
246946 [0x1EC93]={
246947  category="no",
246948  description="INDIC SIYAQ NUMBER EIGHT THOUSAND",
246949  direction="al",
246950  linebreak="al",
246951  unicodeslot=0x1EC93,
246952 },
246953 [0x1EC94]={
246954  category="no",
246955  description="INDIC SIYAQ NUMBER NINE THOUSAND",
246956  direction="al",
246957  linebreak="al",
246958  unicodeslot=0x1EC94,
246959 },
246960 [0x1EC95]={
246961  category="no",
246962  description="INDIC SIYAQ NUMBER TEN THOUSAND",
246963  direction="al",
246964  linebreak="al",
246965  unicodeslot=0x1EC95,
246966 },
246967 [0x1EC96]={
246968  category="no",
246969  description="INDIC SIYAQ NUMBER TWENTY THOUSAND",
246970  direction="al",
246971  linebreak="al",
246972  unicodeslot=0x1EC96,
246973 },
246974 [0x1EC97]={
246975  category="no",
246976  description="INDIC SIYAQ NUMBER THIRTY THOUSAND",
246977  direction="al",
246978  linebreak="al",
246979  unicodeslot=0x1EC97,
246980 },
246981 [0x1EC98]={
246982  category="no",
246983  description="INDIC SIYAQ NUMBER FORTY THOUSAND",
246984  direction="al",
246985  linebreak="al",
246986  unicodeslot=0x1EC98,
246987 },
246988 [0x1EC99]={
246989  category="no",
246990  description="INDIC SIYAQ NUMBER FIFTY THOUSAND",
246991  direction="al",
246992  linebreak="al",
246993  unicodeslot=0x1EC99,
246994 },
246995 [0x1EC9A]={
246996  category="no",
246997  description="INDIC SIYAQ NUMBER SIXTY THOUSAND",
246998  direction="al",
246999  linebreak="al",
247000  unicodeslot=0x1EC9A,
247001 },
247002 [0x1EC9B]={
247003  category="no",
247004  description="INDIC SIYAQ NUMBER SEVENTY THOUSAND",
247005  direction="al",
247006  linebreak="al",
247007  unicodeslot=0x1EC9B,
247008 },
247009 [0x1EC9C]={
247010  category="no",
247011  description="INDIC SIYAQ NUMBER EIGHTY THOUSAND",
247012  direction="al",
247013  linebreak="al",
247014  unicodeslot=0x1EC9C,
247015 },
247016 [0x1EC9D]={
247017  category="no",
247018  description="INDIC SIYAQ NUMBER NINETY THOUSAND",
247019  direction="al",
247020  linebreak="al",
247021  unicodeslot=0x1EC9D,
247022 },
247023 [0x1EC9E]={
247024  category="no",
247025  description="INDIC SIYAQ NUMBER LAKH",
247026  direction="al",
247027  linebreak="al",
247028  unicodeslot=0x1EC9E,
247029 },
247030 [0x1EC9F]={
247031  category="no",
247032  description="INDIC SIYAQ NUMBER LAKHAN",
247033  direction="al",
247034  linebreak="al",
247035  unicodeslot=0x1EC9F,
247036 },
247037 [0x1ECA0]={
247038  category="no",
247039  description="INDIC SIYAQ LAKH MARK",
247040  direction="al",
247041  linebreak="al",
247042  unicodeslot=0x1ECA0,
247043 },
247044 [0x1ECA1]={
247045  category="no",
247046  description="INDIC SIYAQ NUMBER KAROR",
247047  direction="al",
247048  linebreak="al",
247049  unicodeslot=0x1ECA1,
247050 },
247051 [0x1ECA2]={
247052  category="no",
247053  description="INDIC SIYAQ NUMBER KARORAN",
247054  direction="al",
247055  linebreak="al",
247056  unicodeslot=0x1ECA2,
247057 },
247058 [0x1ECA3]={
247059  category="no",
247060  description="INDIC SIYAQ NUMBER PREFIXED ONE",
247061  direction="al",
247062  linebreak="al",
247063  unicodeslot=0x1ECA3,
247064 },
247065 [0x1ECA4]={
247066  category="no",
247067  description="INDIC SIYAQ NUMBER PREFIXED TWO",
247068  direction="al",
247069  linebreak="al",
247070  unicodeslot=0x1ECA4,
247071 },
247072 [0x1ECA5]={
247073  category="no",
247074  description="INDIC SIYAQ NUMBER PREFIXED THREE",
247075  direction="al",
247076  linebreak="al",
247077  unicodeslot=0x1ECA5,
247078 },
247079 [0x1ECA6]={
247080  category="no",
247081  description="INDIC SIYAQ NUMBER PREFIXED FOUR",
247082  direction="al",
247083  linebreak="al",
247084  unicodeslot=0x1ECA6,
247085 },
247086 [0x1ECA7]={
247087  category="no",
247088  description="INDIC SIYAQ NUMBER PREFIXED FIVE",
247089  direction="al",
247090  linebreak="al",
247091  unicodeslot=0x1ECA7,
247092 },
247093 [0x1ECA8]={
247094  category="no",
247095  description="INDIC SIYAQ NUMBER PREFIXED SIX",
247096  direction="al",
247097  linebreak="al",
247098  unicodeslot=0x1ECA8,
247099 },
247100 [0x1ECA9]={
247101  category="no",
247102  description="INDIC SIYAQ NUMBER PREFIXED SEVEN",
247103  direction="al",
247104  linebreak="al",
247105  unicodeslot=0x1ECA9,
247106 },
247107 [0x1ECAA]={
247108  category="no",
247109  description="INDIC SIYAQ NUMBER PREFIXED EIGHT",
247110  direction="al",
247111  linebreak="al",
247112  unicodeslot=0x1ECAA,
247113 },
247114 [0x1ECAB]={
247115  category="no",
247116  description="INDIC SIYAQ NUMBER PREFIXED NINE",
247117  direction="al",
247118  linebreak="al",
247119  unicodeslot=0x1ECAB,
247120 },
247121 [0x1ECAC]={
247122  category="so",
247123  description="INDIC SIYAQ PLACEHOLDER",
247124  direction="al",
247125  linebreak="po",
247126  unicodeslot=0x1ECAC,
247127 },
247128 [0x1ECAD]={
247129  category="no",
247130  description="INDIC SIYAQ FRACTION ONE QUARTER",
247131  direction="al",
247132  linebreak="al",
247133  unicodeslot=0x1ECAD,
247134 },
247135 [0x1ECAE]={
247136  category="no",
247137  description="INDIC SIYAQ FRACTION ONE HALF",
247138  direction="al",
247139  linebreak="al",
247140  unicodeslot=0x1ECAE,
247141 },
247142 [0x1ECAF]={
247143  category="no",
247144  description="INDIC SIYAQ FRACTION THREE QUARTERS",
247145  direction="al",
247146  linebreak="al",
247147  unicodeslot=0x1ECAF,
247148 },
247149 [0x1ECB0]={
247150  category="sc",
247151  description="INDIC SIYAQ RUPEE MARK",
247152  direction="al",
247153  linebreak="po",
247154  unicodeslot=0x1ECB0,
247155 },
247156 [0x1ECB1]={
247157  category="no",
247158  description="INDIC SIYAQ NUMBER ALTERNATE ONE",
247159  direction="al",
247160  linebreak="al",
247161  unicodeslot=0x1ECB1,
247162 },
247163 [0x1ECB2]={
247164  category="no",
247165  description="INDIC SIYAQ NUMBER ALTERNATE TWO",
247166  direction="al",
247167  linebreak="al",
247168  unicodeslot=0x1ECB2,
247169 },
247170 [0x1ECB3]={
247171  category="no",
247172  description="INDIC SIYAQ NUMBER ALTERNATE TEN THOUSAND",
247173  direction="al",
247174  linebreak="al",
247175  unicodeslot=0x1ECB3,
247176 },
247177 [0x1ECB4]={
247178  category="no",
247179  description="INDIC SIYAQ ALTERNATE LAKH MARK",
247180  direction="al",
247181  linebreak="al",
247182  unicodeslot=0x1ECB4,
247183 },
247184 [0x1ED01]={
247185  category="no",
247186  description="OTTOMAN SIYAQ NUMBER ONE",
247187  direction="al",
247188  linebreak="al",
247189  unicodeslot=0x1ED01,
247190 },
247191 [0x1ED02]={
247192  category="no",
247193  description="OTTOMAN SIYAQ NUMBER TWO",
247194  direction="al",
247195  linebreak="al",
247196  unicodeslot=0x1ED02,
247197 },
247198 [0x1ED03]={
247199  category="no",
247200  description="OTTOMAN SIYAQ NUMBER THREE",
247201  direction="al",
247202  linebreak="al",
247203  unicodeslot=0x1ED03,
247204 },
247205 [0x1ED04]={
247206  category="no",
247207  description="OTTOMAN SIYAQ NUMBER FOUR",
247208  direction="al",
247209  linebreak="al",
247210  unicodeslot=0x1ED04,
247211 },
247212 [0x1ED05]={
247213  category="no",
247214  description="OTTOMAN SIYAQ NUMBER FIVE",
247215  direction="al",
247216  linebreak="al",
247217  unicodeslot=0x1ED05,
247218 },
247219 [0x1ED06]={
247220  category="no",
247221  description="OTTOMAN SIYAQ NUMBER SIX",
247222  direction="al",
247223  linebreak="al",
247224  unicodeslot=0x1ED06,
247225 },
247226 [0x1ED07]={
247227  category="no",
247228  description="OTTOMAN SIYAQ NUMBER SEVEN",
247229  direction="al",
247230  linebreak="al",
247231  unicodeslot=0x1ED07,
247232 },
247233 [0x1ED08]={
247234  category="no",
247235  description="OTTOMAN SIYAQ NUMBER EIGHT",
247236  direction="al",
247237  linebreak="al",
247238  unicodeslot=0x1ED08,
247239 },
247240 [0x1ED09]={
247241  category="no",
247242  description="OTTOMAN SIYAQ NUMBER NINE",
247243  direction="al",
247244  linebreak="al",
247245  unicodeslot=0x1ED09,
247246 },
247247 [0x1ED0A]={
247248  category="no",
247249  description="OTTOMAN SIYAQ NUMBER TEN",
247250  direction="al",
247251  linebreak="al",
247252  unicodeslot=0x1ED0A,
247253 },
247254 [0x1ED0B]={
247255  category="no",
247256  description="OTTOMAN SIYAQ NUMBER TWENTY",
247257  direction="al",
247258  linebreak="al",
247259  unicodeslot=0x1ED0B,
247260 },
247261 [0x1ED0C]={
247262  category="no",
247263  description="OTTOMAN SIYAQ NUMBER THIRTY",
247264  direction="al",
247265  linebreak="al",
247266  unicodeslot=0x1ED0C,
247267 },
247268 [0x1ED0D]={
247269  category="no",
247270  description="OTTOMAN SIYAQ NUMBER FORTY",
247271  direction="al",
247272  linebreak="al",
247273  unicodeslot=0x1ED0D,
247274 },
247275 [0x1ED0E]={
247276  category="no",
247277  description="OTTOMAN SIYAQ NUMBER FIFTY",
247278  direction="al",
247279  linebreak="al",
247280  unicodeslot=0x1ED0E,
247281 },
247282 [0x1ED0F]={
247283  category="no",
247284  description="OTTOMAN SIYAQ NUMBER SIXTY",
247285  direction="al",
247286  linebreak="al",
247287  unicodeslot=0x1ED0F,
247288 },
247289 [0x1ED10]={
247290  category="no",
247291  description="OTTOMAN SIYAQ NUMBER SEVENTY",
247292  direction="al",
247293  linebreak="al",
247294  unicodeslot=0x1ED10,
247295 },
247296 [0x1ED11]={
247297  category="no",
247298  description="OTTOMAN SIYAQ NUMBER EIGHTY",
247299  direction="al",
247300  linebreak="al",
247301  unicodeslot=0x1ED11,
247302 },
247303 [0x1ED12]={
247304  category="no",
247305  description="OTTOMAN SIYAQ NUMBER NINETY",
247306  direction="al",
247307  linebreak="al",
247308  unicodeslot=0x1ED12,
247309 },
247310 [0x1ED13]={
247311  category="no",
247312  description="OTTOMAN SIYAQ NUMBER ONE HUNDRED",
247313  direction="al",
247314  linebreak="al",
247315  unicodeslot=0x1ED13,
247316 },
247317 [0x1ED14]={
247318  category="no",
247319  description="OTTOMAN SIYAQ NUMBER TWO HUNDRED",
247320  direction="al",
247321  linebreak="al",
247322  unicodeslot=0x1ED14,
247323 },
247324 [0x1ED15]={
247325  category="no",
247326  description="OTTOMAN SIYAQ NUMBER THREE HUNDRED",
247327  direction="al",
247328  linebreak="al",
247329  unicodeslot=0x1ED15,
247330 },
247331 [0x1ED16]={
247332  category="no",
247333  description="OTTOMAN SIYAQ NUMBER FOUR HUNDRED",
247334  direction="al",
247335  linebreak="al",
247336  unicodeslot=0x1ED16,
247337 },
247338 [0x1ED17]={
247339  category="no",
247340  description="OTTOMAN SIYAQ NUMBER FIVE HUNDRED",
247341  direction="al",
247342  linebreak="al",
247343  unicodeslot=0x1ED17,
247344 },
247345 [0x1ED18]={
247346  category="no",
247347  description="OTTOMAN SIYAQ NUMBER SIX HUNDRED",
247348  direction="al",
247349  linebreak="al",
247350  unicodeslot=0x1ED18,
247351 },
247352 [0x1ED19]={
247353  category="no",
247354  description="OTTOMAN SIYAQ NUMBER SEVEN HUNDRED",
247355  direction="al",
247356  linebreak="al",
247357  unicodeslot=0x1ED19,
247358 },
247359 [0x1ED1A]={
247360  category="no",
247361  description="OTTOMAN SIYAQ NUMBER EIGHT HUNDRED",
247362  direction="al",
247363  linebreak="al",
247364  unicodeslot=0x1ED1A,
247365 },
247366 [0x1ED1B]={
247367  category="no",
247368  description="OTTOMAN SIYAQ NUMBER NINE HUNDRED",
247369  direction="al",
247370  linebreak="al",
247371  unicodeslot=0x1ED1B,
247372 },
247373 [0x1ED1C]={
247374  category="no",
247375  description="OTTOMAN SIYAQ NUMBER ONE THOUSAND",
247376  direction="al",
247377  linebreak="al",
247378  unicodeslot=0x1ED1C,
247379 },
247380 [0x1ED1D]={
247381  category="no",
247382  description="OTTOMAN SIYAQ NUMBER TWO THOUSAND",
247383  direction="al",
247384  linebreak="al",
247385  unicodeslot=0x1ED1D,
247386 },
247387 [0x1ED1E]={
247388  category="no",
247389  description="OTTOMAN SIYAQ NUMBER THREE THOUSAND",
247390  direction="al",
247391  linebreak="al",
247392  unicodeslot=0x1ED1E,
247393 },
247394 [0x1ED1F]={
247395  category="no",
247396  description="OTTOMAN SIYAQ NUMBER FOUR THOUSAND",
247397  direction="al",
247398  linebreak="al",
247399  unicodeslot=0x1ED1F,
247400 },
247401 [0x1ED20]={
247402  category="no",
247403  description="OTTOMAN SIYAQ NUMBER FIVE THOUSAND",
247404  direction="al",
247405  linebreak="al",
247406  unicodeslot=0x1ED20,
247407 },
247408 [0x1ED21]={
247409  category="no",
247410  description="OTTOMAN SIYAQ NUMBER SIX THOUSAND",
247411  direction="al",
247412  linebreak="al",
247413  unicodeslot=0x1ED21,
247414 },
247415 [0x1ED22]={
247416  category="no",
247417  description="OTTOMAN SIYAQ NUMBER SEVEN THOUSAND",
247418  direction="al",
247419  linebreak="al",
247420  unicodeslot=0x1ED22,
247421 },
247422 [0x1ED23]={
247423  category="no",
247424  description="OTTOMAN SIYAQ NUMBER EIGHT THOUSAND",
247425  direction="al",
247426  linebreak="al",
247427  unicodeslot=0x1ED23,
247428 },
247429 [0x1ED24]={
247430  category="no",
247431  description="OTTOMAN SIYAQ NUMBER NINE THOUSAND",
247432  direction="al",
247433  linebreak="al",
247434  unicodeslot=0x1ED24,
247435 },
247436 [0x1ED25]={
247437  category="no",
247438  description="OTTOMAN SIYAQ NUMBER TEN THOUSAND",
247439  direction="al",
247440  linebreak="al",
247441  unicodeslot=0x1ED25,
247442 },
247443 [0x1ED26]={
247444  category="no",
247445  description="OTTOMAN SIYAQ NUMBER TWENTY THOUSAND",
247446  direction="al",
247447  linebreak="al",
247448  unicodeslot=0x1ED26,
247449 },
247450 [0x1ED27]={
247451  category="no",
247452  description="OTTOMAN SIYAQ NUMBER THIRTY THOUSAND",
247453  direction="al",
247454  linebreak="al",
247455  unicodeslot=0x1ED27,
247456 },
247457 [0x1ED28]={
247458  category="no",
247459  description="OTTOMAN SIYAQ NUMBER FORTY THOUSAND",
247460  direction="al",
247461  linebreak="al",
247462  unicodeslot=0x1ED28,
247463 },
247464 [0x1ED29]={
247465  category="no",
247466  description="OTTOMAN SIYAQ NUMBER FIFTY THOUSAND",
247467  direction="al",
247468  linebreak="al",
247469  unicodeslot=0x1ED29,
247470 },
247471 [0x1ED2A]={
247472  category="no",
247473  description="OTTOMAN SIYAQ NUMBER SIXTY THOUSAND",
247474  direction="al",
247475  linebreak="al",
247476  unicodeslot=0x1ED2A,
247477 },
247478 [0x1ED2B]={
247479  category="no",
247480  description="OTTOMAN SIYAQ NUMBER SEVENTY THOUSAND",
247481  direction="al",
247482  linebreak="al",
247483  unicodeslot=0x1ED2B,
247484 },
247485 [0x1ED2C]={
247486  category="no",
247487  description="OTTOMAN SIYAQ NUMBER EIGHTY THOUSAND",
247488  direction="al",
247489  linebreak="al",
247490  unicodeslot=0x1ED2C,
247491 },
247492 [0x1ED2D]={
247493  category="no",
247494  description="OTTOMAN SIYAQ NUMBER NINETY THOUSAND",
247495  direction="al",
247496  linebreak="al",
247497  unicodeslot=0x1ED2D,
247498 },
247499 [0x1ED2E]={
247500  category="so",
247501  description="OTTOMAN SIYAQ MARRATAN",
247502  direction="al",
247503  linebreak="al",
247504  unicodeslot=0x1ED2E,
247505 },
247506 [0x1ED2F]={
247507  category="no",
247508  description="OTTOMAN SIYAQ ALTERNATE NUMBER TWO",
247509  direction="al",
247510  linebreak="al",
247511  unicodeslot=0x1ED2F,
247512 },
247513 [0x1ED30]={
247514  category="no",
247515  description="OTTOMAN SIYAQ ALTERNATE NUMBER THREE",
247516  direction="al",
247517  linebreak="al",
247518  unicodeslot=0x1ED30,
247519 },
247520 [0x1ED31]={
247521  category="no",
247522  description="OTTOMAN SIYAQ ALTERNATE NUMBER FOUR",
247523  direction="al",
247524  linebreak="al",
247525  unicodeslot=0x1ED31,
247526 },
247527 [0x1ED32]={
247528  category="no",
247529  description="OTTOMAN SIYAQ ALTERNATE NUMBER FIVE",
247530  direction="al",
247531  linebreak="al",
247532  unicodeslot=0x1ED32,
247533 },
247534 [0x1ED33]={
247535  category="no",
247536  description="OTTOMAN SIYAQ ALTERNATE NUMBER SIX",
247537  direction="al",
247538  linebreak="al",
247539  unicodeslot=0x1ED33,
247540 },
247541 [0x1ED34]={
247542  category="no",
247543  description="OTTOMAN SIYAQ ALTERNATE NUMBER SEVEN",
247544  direction="al",
247545  linebreak="al",
247546  unicodeslot=0x1ED34,
247547 },
247548 [0x1ED35]={
247549  category="no",
247550  description="OTTOMAN SIYAQ ALTERNATE NUMBER EIGHT",
247551  direction="al",
247552  linebreak="al",
247553  unicodeslot=0x1ED35,
247554 },
247555 [0x1ED36]={
247556  category="no",
247557  description="OTTOMAN SIYAQ ALTERNATE NUMBER NINE",
247558  direction="al",
247559  linebreak="al",
247560  unicodeslot=0x1ED36,
247561 },
247562 [0x1ED37]={
247563  category="no",
247564  description="OTTOMAN SIYAQ ALTERNATE NUMBER TEN",
247565  direction="al",
247566  linebreak="al",
247567  unicodeslot=0x1ED37,
247568 },
247569 [0x1ED38]={
247570  category="no",
247571  description="OTTOMAN SIYAQ ALTERNATE NUMBER FOUR HUNDRED",
247572  direction="al",
247573  linebreak="al",
247574  unicodeslot=0x1ED38,
247575 },
247576 [0x1ED39]={
247577  category="no",
247578  description="OTTOMAN SIYAQ ALTERNATE NUMBER SIX HUNDRED",
247579  direction="al",
247580  linebreak="al",
247581  unicodeslot=0x1ED39,
247582 },
247583 [0x1ED3A]={
247584  category="no",
247585  description="OTTOMAN SIYAQ ALTERNATE NUMBER TWO THOUSAND",
247586  direction="al",
247587  linebreak="al",
247588  unicodeslot=0x1ED3A,
247589 },
247590 [0x1ED3B]={
247591  category="no",
247592  description="OTTOMAN SIYAQ ALTERNATE NUMBER TEN THOUSAND",
247593  direction="al",
247594  linebreak="al",
247595  unicodeslot=0x1ED3B,
247596 },
247597 [0x1ED3C]={
247598  category="no",
247599  description="OTTOMAN SIYAQ FRACTION ONE HALF",
247600  direction="al",
247601  linebreak="al",
247602  unicodeslot=0x1ED3C,
247603 },
247604 [0x1ED3D]={
247605  category="no",
247606  description="OTTOMAN SIYAQ FRACTION ONE SIXTH",
247607  direction="al",
247608  linebreak="al",
247609  unicodeslot=0x1ED3D,
247610 },
247611 [0x1EE00]={
247612  category="lo",
247613  comment="check math properties",
247614  description="ARABIC MATHEMATICAL ALEF",
247615  direction="al",
247616  linebreak="al",
247617  specials={ "font", 0x627 },
247618  unicodeslot=0x1EE00,
247619 },
247620 [0x1EE01]={
247621  category="lo",
247622  comment="check math properties",
247623  description="ARABIC MATHEMATICAL BEH",
247624  direction="al",
247625  linebreak="al",
247626  specials={ "font", 0x628 },
247627  unicodeslot=0x1EE01,
247628 },
247629 [0x1EE02]={
247630  category="lo",
247631  comment="check math properties",
247632  description="ARABIC MATHEMATICAL JEEM",
247633  direction="al",
247634  linebreak="al",
247635  specials={ "font", 0x62C },
247636  unicodeslot=0x1EE02,
247637 },
247638 [0x1EE03]={
247639  category="lo",
247640  comment="check math properties",
247641  description="ARABIC MATHEMATICAL DAL",
247642  direction="al",
247643  linebreak="al",
247644  specials={ "font", 0x62F },
247645  unicodeslot=0x1EE03,
247646 },
247647 [0x1EE05]={
247648  category="lo",
247649  comment="check math properties",
247650  description="ARABIC MATHEMATICAL WAW",
247651  direction="al",
247652  linebreak="al",
247653  specials={ "font", 0x648 },
247654  unicodeslot=0x1EE05,
247655 },
247656 [0x1EE06]={
247657  category="lo",
247658  comment="check math properties",
247659  description="ARABIC MATHEMATICAL ZAIN",
247660  direction="al",
247661  linebreak="al",
247662  specials={ "font", 0x632 },
247663  unicodeslot=0x1EE06,
247664 },
247665 [0x1EE07]={
247666  category="lo",
247667  comment="check math properties",
247668  description="ARABIC MATHEMATICAL HAH",
247669  direction="al",
247670  linebreak="al",
247671  specials={ "font", 0x62D },
247672  unicodeslot=0x1EE07,
247673 },
247674 [0x1EE08]={
247675  category="lo",
247676  comment="check math properties",
247677  description="ARABIC MATHEMATICAL TAH",
247678  direction="al",
247679  linebreak="al",
247680  specials={ "font", 0x637 },
247681  unicodeslot=0x1EE08,
247682 },
247683 [0x1EE09]={
247684  category="lo",
247685  comment="check math properties",
247686  description="ARABIC MATHEMATICAL YEH",
247687  direction="al",
247688  linebreak="al",
247689  specials={ "font", 0x64A },
247690  unicodeslot=0x1EE09,
247691 },
247692 [0x1EE0A]={
247693  category="lo",
247694  comment="check math properties",
247695  description="ARABIC MATHEMATICAL KAF",
247696  direction="al",
247697  linebreak="al",
247698  specials={ "font", 0x643 },
247699  unicodeslot=0x1EE0A,
247700 },
247701 [0x1EE0B]={
247702  category="lo",
247703  comment="check math properties",
247704  description="ARABIC MATHEMATICAL LAM",
247705  direction="al",
247706  linebreak="al",
247707  specials={ "font", 0x644 },
247708  unicodeslot=0x1EE0B,
247709 },
247710 [0x1EE0C]={
247711  category="lo",
247712  comment="check math properties",
247713  description="ARABIC MATHEMATICAL MEEM",
247714  direction="al",
247715  linebreak="al",
247716  specials={ "font", 0x645 },
247717  unicodeslot=0x1EE0C,
247718 },
247719 [0x1EE0D]={
247720  category="lo",
247721  comment="check math properties",
247722  description="ARABIC MATHEMATICAL NOON",
247723  direction="al",
247724  linebreak="al",
247725  specials={ "font", 0x646 },
247726  unicodeslot=0x1EE0D,
247727 },
247728 [0x1EE0E]={
247729  category="lo",
247730  comment="check math properties",
247731  description="ARABIC MATHEMATICAL SEEN",
247732  direction="al",
247733  linebreak="al",
247734  specials={ "font", 0x633 },
247735  unicodeslot=0x1EE0E,
247736 },
247737 [0x1EE0F]={
247738  category="lo",
247739  comment="check math properties",
247740  description="ARABIC MATHEMATICAL AIN",
247741  direction="al",
247742  linebreak="al",
247743  specials={ "font", 0x639 },
247744  unicodeslot=0x1EE0F,
247745 },
247746 [0x1EE10]={
247747  category="lo",
247748  comment="check math properties",
247749  description="ARABIC MATHEMATICAL FEH",
247750  direction="al",
247751  linebreak="al",
247752  specials={ "font", 0x641 },
247753  unicodeslot=0x1EE10,
247754 },
247755 [0x1EE11]={
247756  category="lo",
247757  comment="check math properties",
247758  description="ARABIC MATHEMATICAL SAD",
247759  direction="al",
247760  linebreak="al",
247761  specials={ "font", 0x635 },
247762  unicodeslot=0x1EE11,
247763 },
247764 [0x1EE12]={
247765  category="lo",
247766  comment="check math properties",
247767  description="ARABIC MATHEMATICAL QAF",
247768  direction="al",
247769  linebreak="al",
247770  specials={ "font", 0x642 },
247771  unicodeslot=0x1EE12,
247772 },
247773 [0x1EE13]={
247774  category="lo",
247775  comment="check math properties",
247776  description="ARABIC MATHEMATICAL REH",
247777  direction="al",
247778  linebreak="al",
247779  specials={ "font", 0x631 },
247780  unicodeslot=0x1EE13,
247781 },
247782 [0x1EE14]={
247783  category="lo",
247784  comment="check math properties",
247785  description="ARABIC MATHEMATICAL SHEEN",
247786  direction="al",
247787  linebreak="al",
247788  specials={ "font", 0x634 },
247789  unicodeslot=0x1EE14,
247790 },
247791 [0x1EE15]={
247792  category="lo",
247793  comment="check math properties",
247794  description="ARABIC MATHEMATICAL TEH",
247795  direction="al",
247796  linebreak="al",
247797  specials={ "font", 0x62A },
247798  unicodeslot=0x1EE15,
247799 },
247800 [0x1EE16]={
247801  category="lo",
247802  comment="check math properties",
247803  description="ARABIC MATHEMATICAL THEH",
247804  direction="al",
247805  linebreak="al",
247806  specials={ "font", 0x62B },
247807  unicodeslot=0x1EE16,
247808 },
247809 [0x1EE17]={
247810  category="lo",
247811  comment="check math properties",
247812  description="ARABIC MATHEMATICAL KHAH",
247813  direction="al",
247814  linebreak="al",
247815  specials={ "font", 0x62E },
247816  unicodeslot=0x1EE17,
247817 },
247818 [0x1EE18]={
247819  category="lo",
247820  comment="check math properties",
247821  description="ARABIC MATHEMATICAL THAL",
247822  direction="al",
247823  linebreak="al",
247824  specials={ "font", 0x630 },
247825  unicodeslot=0x1EE18,
247826 },
247827 [0x1EE19]={
247828  category="lo",
247829  comment="check math properties",
247830  description="ARABIC MATHEMATICAL DAD",
247831  direction="al",
247832  linebreak="al",
247833  specials={ "font", 0x636 },
247834  unicodeslot=0x1EE19,
247835 },
247836 [0x1EE1A]={
247837  category="lo",
247838  comment="check math properties",
247839  description="ARABIC MATHEMATICAL ZAH",
247840  direction="al",
247841  linebreak="al",
247842  specials={ "font", 0x638 },
247843  unicodeslot=0x1EE1A,
247844 },
247845 [0x1EE1B]={
247846  category="lo",
247847  comment="check math properties",
247848  description="ARABIC MATHEMATICAL GHAIN",
247849  direction="al",
247850  linebreak="al",
247851  specials={ "font", 0x63A },
247852  unicodeslot=0x1EE1B,
247853 },
247854 [0x1EE1C]={
247855  category="lo",
247856  comment="check math properties",
247857  description="ARABIC MATHEMATICAL DOTLESS BEH",
247858  direction="al",
247859  linebreak="al",
247860  specials={ "font", 0x66E },
247861  unicodeslot=0x1EE1C,
247862 },
247863 [0x1EE1D]={
247864  category="lo",
247865  comment="check math properties",
247866  description="ARABIC MATHEMATICAL DOTLESS NOON",
247867  direction="al",
247868  linebreak="al",
247869  specials={ "font", 0x6BA },
247870  unicodeslot=0x1EE1D,
247871 },
247872 [0x1EE1E]={
247873  category="lo",
247874  comment="check math properties",
247875  description="ARABIC MATHEMATICAL DOTLESS FEH",
247876  direction="al",
247877  linebreak="al",
247878  specials={ "font", 0x6A1 },
247879  unicodeslot=0x1EE1E,
247880 },
247881 [0x1EE1F]={
247882  category="lo",
247883  comment="check math properties",
247884  description="ARABIC MATHEMATICAL DOTLESS QAF",
247885  direction="al",
247886  linebreak="al",
247887  specials={ "font", 0x66F },
247888  unicodeslot=0x1EE1F,
247889 },
247890 [0x1EE21]={
247891  category="lo",
247892  comment="check math properties",
247893  description="ARABIC MATHEMATICAL INITIAL BEH",
247894  direction="al",
247895  linebreak="al",
247896  specials={ "font", 0x628 },
247897  unicodeslot=0x1EE21,
247898 },
247899 [0x1EE22]={
247900  category="lo",
247901  comment="check math properties",
247902  description="ARABIC MATHEMATICAL INITIAL JEEM",
247903  direction="al",
247904  linebreak="al",
247905  specials={ "font", 0x62C },
247906  unicodeslot=0x1EE22,
247907 },
247908 [0x1EE24]={
247909  category="lo",
247910  comment="check math properties",
247911  description="ARABIC MATHEMATICAL INITIAL HEH",
247912  direction="al",
247913  linebreak="al",
247914  specials={ "font", 0x647 },
247915  unicodeslot=0x1EE24,
247916 },
247917 [0x1EE27]={
247918  category="lo",
247919  comment="check math properties",
247920  description="ARABIC MATHEMATICAL INITIAL HAH",
247921  direction="al",
247922  linebreak="al",
247923  specials={ "font", 0x62D },
247924  unicodeslot=0x1EE27,
247925 },
247926 [0x1EE29]={
247927  category="lo",
247928  comment="check math properties",
247929  description="ARABIC MATHEMATICAL INITIAL YEH",
247930  direction="al",
247931  linebreak="al",
247932  specials={ "font", 0x64A },
247933  unicodeslot=0x1EE29,
247934 },
247935 [0x1EE2A]={
247936  category="lo",
247937  comment="check math properties",
247938  description="ARABIC MATHEMATICAL INITIAL KAF",
247939  direction="al",
247940  linebreak="al",
247941  specials={ "font", 0x643 },
247942  unicodeslot=0x1EE2A,
247943 },
247944 [0x1EE2B]={
247945  category="lo",
247946  comment="check math properties",
247947  description="ARABIC MATHEMATICAL INITIAL LAM",
247948  direction="al",
247949  linebreak="al",
247950  specials={ "font", 0x644 },
247951  unicodeslot=0x1EE2B,
247952 },
247953 [0x1EE2C]={
247954  category="lo",
247955  comment="check math properties",
247956  description="ARABIC MATHEMATICAL INITIAL MEEM",
247957  direction="al",
247958  linebreak="al",
247959  specials={ "font", 0x645 },
247960  unicodeslot=0x1EE2C,
247961 },
247962 [0x1EE2D]={
247963  category="lo",
247964  comment="check math properties",
247965  description="ARABIC MATHEMATICAL INITIAL NOON",
247966  direction="al",
247967  linebreak="al",
247968  specials={ "font", 0x646 },
247969  unicodeslot=0x1EE2D,
247970 },
247971 [0x1EE2E]={
247972  category="lo",
247973  comment="check math properties",
247974  description="ARABIC MATHEMATICAL INITIAL SEEN",
247975  direction="al",
247976  linebreak="al",
247977  specials={ "font", 0x633 },
247978  unicodeslot=0x1EE2E,
247979 },
247980 [0x1EE2F]={
247981  category="lo",
247982  comment="check math properties",
247983  description="ARABIC MATHEMATICAL INITIAL AIN",
247984  direction="al",
247985  linebreak="al",
247986  specials={ "font", 0x639 },
247987  unicodeslot=0x1EE2F,
247988 },
247989 [0x1EE30]={
247990  category="lo",
247991  comment="check math properties",
247992  description="ARABIC MATHEMATICAL INITIAL FEH",
247993  direction="al",
247994  linebreak="al",
247995  specials={ "font", 0x641 },
247996  unicodeslot=0x1EE30,
247997 },
247998 [0x1EE31]={
247999  category="lo",
248000  comment="check math properties",
248001  description="ARABIC MATHEMATICAL INITIAL SAD",
248002  direction="al",
248003  linebreak="al",
248004  specials={ "font", 0x635 },
248005  unicodeslot=0x1EE31,
248006 },
248007 [0x1EE32]={
248008  category="lo",
248009  comment="check math properties",
248010  description="ARABIC MATHEMATICAL INITIAL QAF",
248011  direction="al",
248012  linebreak="al",
248013  specials={ "font", 0x642 },
248014  unicodeslot=0x1EE32,
248015 },
248016 [0x1EE34]={
248017  category="lo",
248018  comment="check math properties",
248019  description="ARABIC MATHEMATICAL INITIAL SHEEN",
248020  direction="al",
248021  linebreak="al",
248022  specials={ "font", 0x634 },
248023  unicodeslot=0x1EE34,
248024 },
248025 [0x1EE35]={
248026  category="lo",
248027  comment="check math properties",
248028  description="ARABIC MATHEMATICAL INITIAL TEH",
248029  direction="al",
248030  linebreak="al",
248031  specials={ "font", 0x62A },
248032  unicodeslot=0x1EE35,
248033 },
248034 [0x1EE36]={
248035  category="lo",
248036  comment="check math properties",
248037  description="ARABIC MATHEMATICAL INITIAL THEH",
248038  direction="al",
248039  linebreak="al",
248040  specials={ "font", 0x62B },
248041  unicodeslot=0x1EE36,
248042 },
248043 [0x1EE37]={
248044  category="lo",
248045  comment="check math properties",
248046  description="ARABIC MATHEMATICAL INITIAL KHAH",
248047  direction="al",
248048  linebreak="al",
248049  specials={ "font", 0x62E },
248050  unicodeslot=0x1EE37,
248051 },
248052 [0x1EE39]={
248053  category="lo",
248054  comment="check math properties",
248055  description="ARABIC MATHEMATICAL INITIAL DAD",
248056  direction="al",
248057  linebreak="al",
248058  specials={ "font", 0x636 },
248059  unicodeslot=0x1EE39,
248060 },
248061 [0x1EE3B]={
248062  category="lo",
248063  comment="check math properties",
248064  description="ARABIC MATHEMATICAL INITIAL GHAIN",
248065  direction="al",
248066  linebreak="al",
248067  specials={ "font", 0x63A },
248068  unicodeslot=0x1EE3B,
248069 },
248070 [0x1EE42]={
248071  category="lo",
248072  comment="check math properties",
248073  description="ARABIC MATHEMATICAL TAILED JEEM",
248074  direction="al",
248075  linebreak="al",
248076  specials={ "font", 0x62C },
248077  unicodeslot=0x1EE42,
248078 },
248079 [0x1EE47]={
248080  category="lo",
248081  comment="check math properties",
248082  description="ARABIC MATHEMATICAL TAILED HAH",
248083  direction="al",
248084  linebreak="al",
248085  specials={ "font", 0x62D },
248086  unicodeslot=0x1EE47,
248087 },
248088 [0x1EE49]={
248089  category="lo",
248090  comment="check math properties",
248091  description="ARABIC MATHEMATICAL TAILED YEH",
248092  direction="al",
248093  linebreak="al",
248094  specials={ "font", 0x64A },
248095  unicodeslot=0x1EE49,
248096 },
248097 [0x1EE4B]={
248098  category="lo",
248099  comment="check math properties",
248100  description="ARABIC MATHEMATICAL TAILED LAM",
248101  direction="al",
248102  linebreak="al",
248103  specials={ "font", 0x644 },
248104  unicodeslot=0x1EE4B,
248105 },
248106 [0x1EE4D]={
248107  category="lo",
248108  comment="check math properties",
248109  description="ARABIC MATHEMATICAL TAILED NOON",
248110  direction="al",
248111  linebreak="al",
248112  specials={ "font", 0x646 },
248113  unicodeslot=0x1EE4D,
248114 },
248115 [0x1EE4E]={
248116  category="lo",
248117  comment="check math properties",
248118  description="ARABIC MATHEMATICAL TAILED SEEN",
248119  direction="al",
248120  linebreak="al",
248121  specials={ "font", 0x633 },
248122  unicodeslot=0x1EE4E,
248123 },
248124 [0x1EE4F]={
248125  category="lo",
248126  comment="check math properties",
248127  description="ARABIC MATHEMATICAL TAILED AIN",
248128  direction="al",
248129  linebreak="al",
248130  specials={ "font", 0x639 },
248131  unicodeslot=0x1EE4F,
248132 },
248133 [0x1EE51]={
248134  category="lo",
248135  comment="check math properties",
248136  description="ARABIC MATHEMATICAL TAILED SAD",
248137  direction="al",
248138  linebreak="al",
248139  specials={ "font", 0x635 },
248140  unicodeslot=0x1EE51,
248141 },
248142 [0x1EE52]={
248143  category="lo",
248144  comment="check math properties",
248145  description="ARABIC MATHEMATICAL TAILED QAF",
248146  direction="al",
248147  linebreak="al",
248148  specials={ "font", 0x642 },
248149  unicodeslot=0x1EE52,
248150 },
248151 [0x1EE54]={
248152  category="lo",
248153  comment="check math properties",
248154  description="ARABIC MATHEMATICAL TAILED SHEEN",
248155  direction="al",
248156  linebreak="al",
248157  specials={ "font", 0x634 },
248158  unicodeslot=0x1EE54,
248159 },
248160 [0x1EE57]={
248161  category="lo",
248162  comment="check math properties",
248163  description="ARABIC MATHEMATICAL TAILED KHAH",
248164  direction="al",
248165  linebreak="al",
248166  specials={ "font", 0x62E },
248167  unicodeslot=0x1EE57,
248168 },
248169 [0x1EE59]={
248170  category="lo",
248171  comment="check math properties",
248172  description="ARABIC MATHEMATICAL TAILED DAD",
248173  direction="al",
248174  linebreak="al",
248175  specials={ "font", 0x636 },
248176  unicodeslot=0x1EE59,
248177 },
248178 [0x1EE5B]={
248179  category="lo",
248180  comment="check math properties",
248181  description="ARABIC MATHEMATICAL TAILED GHAIN",
248182  direction="al",
248183  linebreak="al",
248184  specials={ "font", 0x63A },
248185  unicodeslot=0x1EE5B,
248186 },
248187 [0x1EE5D]={
248188  category="lo",
248189  comment="check math properties",
248190  description="ARABIC MATHEMATICAL TAILED DOTLESS NOON",
248191  direction="al",
248192  linebreak="al",
248193  specials={ "font", 0x6BA },
248194  unicodeslot=0x1EE5D,
248195 },
248196 [0x1EE5F]={
248197  category="lo",
248198  comment="check math properties",
248199  description="ARABIC MATHEMATICAL TAILED DOTLESS QAF",
248200  direction="al",
248201  linebreak="al",
248202  specials={ "font", 0x66F },
248203  unicodeslot=0x1EE5F,
248204 },
248205 [0x1EE61]={
248206  category="lo",
248207  comment="check math properties",
248208  description="ARABIC MATHEMATICAL STRETCHED BEH",
248209  direction="al",
248210  linebreak="al",
248211  specials={ "font", 0x628 },
248212  unicodeslot=0x1EE61,
248213 },
248214 [0x1EE62]={
248215  category="lo",
248216  comment="check math properties",
248217  description="ARABIC MATHEMATICAL STRETCHED JEEM",
248218  direction="al",
248219  linebreak="al",
248220  specials={ "font", 0x62C },
248221  unicodeslot=0x1EE62,
248222 },
248223 [0x1EE64]={
248224  category="lo",
248225  comment="check math properties",
248226  description="ARABIC MATHEMATICAL STRETCHED HEH",
248227  direction="al",
248228  linebreak="al",
248229  specials={ "font", 0x647 },
248230  unicodeslot=0x1EE64,
248231 },
248232 [0x1EE67]={
248233  category="lo",
248234  comment="check math properties",
248235  description="ARABIC MATHEMATICAL STRETCHED HAH",
248236  direction="al",
248237  linebreak="al",
248238  specials={ "font", 0x62D },
248239  unicodeslot=0x1EE67,
248240 },
248241 [0x1EE68]={
248242  category="lo",
248243  comment="check math properties",
248244  description="ARABIC MATHEMATICAL STRETCHED TAH",
248245  direction="al",
248246  linebreak="al",
248247  specials={ "font", 0x637 },
248248  unicodeslot=0x1EE68,
248249 },
248250 [0x1EE69]={
248251  category="lo",
248252  comment="check math properties",
248253  description="ARABIC MATHEMATICAL STRETCHED YEH",
248254  direction="al",
248255  linebreak="al",
248256  specials={ "font", 0x64A },
248257  unicodeslot=0x1EE69,
248258 },
248259 [0x1EE6A]={
248260  category="lo",
248261  comment="check math properties",
248262  description="ARABIC MATHEMATICAL STRETCHED KAF",
248263  direction="al",
248264  linebreak="al",
248265  specials={ "font", 0x643 },
248266  unicodeslot=0x1EE6A,
248267 },
248268 [0x1EE6C]={
248269  category="lo",
248270  comment="check math properties",
248271  description="ARABIC MATHEMATICAL STRETCHED MEEM",
248272  direction="al",
248273  linebreak="al",
248274  specials={ "font", 0x645 },
248275  unicodeslot=0x1EE6C,
248276 },
248277 [0x1EE6D]={
248278  category="lo",
248279  comment="check math properties",
248280  description="ARABIC MATHEMATICAL STRETCHED NOON",
248281  direction="al",
248282  linebreak="al",
248283  specials={ "font", 0x646 },
248284  unicodeslot=0x1EE6D,
248285 },
248286 [0x1EE6E]={
248287  category="lo",
248288  comment="check math properties",
248289  description="ARABIC MATHEMATICAL STRETCHED SEEN",
248290  direction="al",
248291  linebreak="al",
248292  specials={ "font", 0x633 },
248293  unicodeslot=0x1EE6E,
248294 },
248295 [0x1EE6F]={
248296  category="lo",
248297  comment="check math properties",
248298  description="ARABIC MATHEMATICAL STRETCHED AIN",
248299  direction="al",
248300  linebreak="al",
248301  specials={ "font", 0x639 },
248302  unicodeslot=0x1EE6F,
248303 },
248304 [0x1EE70]={
248305  category="lo",
248306  comment="check math properties",
248307  description="ARABIC MATHEMATICAL STRETCHED FEH",
248308  direction="al",
248309  linebreak="al",
248310  specials={ "font", 0x641 },
248311  unicodeslot=0x1EE70,
248312 },
248313 [0x1EE71]={
248314  category="lo",
248315  comment="check math properties",
248316  description="ARABIC MATHEMATICAL STRETCHED SAD",
248317  direction="al",
248318  linebreak="al",
248319  specials={ "font", 0x635 },
248320  unicodeslot=0x1EE71,
248321 },
248322 [0x1EE72]={
248323  category="lo",
248324  comment="check math properties",
248325  description="ARABIC MATHEMATICAL STRETCHED QAF",
248326  direction="al",
248327  linebreak="al",
248328  specials={ "font", 0x642 },
248329  unicodeslot=0x1EE72,
248330 },
248331 [0x1EE74]={
248332  category="lo",
248333  comment="check math properties",
248334  description="ARABIC MATHEMATICAL STRETCHED SHEEN",
248335  direction="al",
248336  linebreak="al",
248337  specials={ "font", 0x634 },
248338  unicodeslot=0x1EE74,
248339 },
248340 [0x1EE75]={
248341  category="lo",
248342  comment="check math properties",
248343  description="ARABIC MATHEMATICAL STRETCHED TEH",
248344  direction="al",
248345  linebreak="al",
248346  specials={ "font", 0x62A },
248347  unicodeslot=0x1EE75,
248348 },
248349 [0x1EE76]={
248350  category="lo",
248351  comment="check math properties",
248352  description="ARABIC MATHEMATICAL STRETCHED THEH",
248353  direction="al",
248354  linebreak="al",
248355  specials={ "font", 0x62B },
248356  unicodeslot=0x1EE76,
248357 },
248358 [0x1EE77]={
248359  category="lo",
248360  comment="check math properties",
248361  description="ARABIC MATHEMATICAL STRETCHED KHAH",
248362  direction="al",
248363  linebreak="al",
248364  specials={ "font", 0x62E },
248365  unicodeslot=0x1EE77,
248366 },
248367 [0x1EE79]={
248368  category="lo",
248369  comment="check math properties",
248370  description="ARABIC MATHEMATICAL STRETCHED DAD",
248371  direction="al",
248372  linebreak="al",
248373  specials={ "font", 0x636 },
248374  unicodeslot=0x1EE79,
248375 },
248376 [0x1EE7A]={
248377  category="lo",
248378  comment="check math properties",
248379  description="ARABIC MATHEMATICAL STRETCHED ZAH",
248380  direction="al",
248381  linebreak="al",
248382  specials={ "font", 0x638 },
248383  unicodeslot=0x1EE7A,
248384 },
248385 [0x1EE7B]={
248386  category="lo",
248387  comment="check math properties",
248388  description="ARABIC MATHEMATICAL STRETCHED GHAIN",
248389  direction="al",
248390  linebreak="al",
248391  specials={ "font", 0x63A },
248392  unicodeslot=0x1EE7B,
248393 },
248394 [0x1EE7C]={
248395  category="lo",
248396  comment="check math properties",
248397  description="ARABIC MATHEMATICAL STRETCHED DOTLESS BEH",
248398  direction="al",
248399  linebreak="al",
248400  specials={ "font", 0x66E },
248401  unicodeslot=0x1EE7C,
248402 },
248403 [0x1EE7E]={
248404  category="lo",
248405  comment="check math properties",
248406  description="ARABIC MATHEMATICAL STRETCHED DOTLESS FEH",
248407  direction="al",
248408  linebreak="al",
248409  specials={ "font", 0x6A1 },
248410  unicodeslot=0x1EE7E,
248411 },
248412 [0x1EE80]={
248413  category="lo",
248414  comment="check math properties",
248415  description="ARABIC MATHEMATICAL LOOPED ALEF",
248416  direction="al",
248417  linebreak="al",
248418  specials={ "font", 0x627 },
248419  unicodeslot=0x1EE80,
248420 },
248421 [0x1EE81]={
248422  category="lo",
248423  comment="check math properties",
248424  description="ARABIC MATHEMATICAL LOOPED BEH",
248425  direction="al",
248426  linebreak="al",
248427  specials={ "font", 0x628 },
248428  unicodeslot=0x1EE81,
248429 },
248430 [0x1EE82]={
248431  category="lo",
248432  comment="check math properties",
248433  description="ARABIC MATHEMATICAL LOOPED JEEM",
248434  direction="al",
248435  linebreak="al",
248436  specials={ "font", 0x62C },
248437  unicodeslot=0x1EE82,
248438 },
248439 [0x1EE83]={
248440  category="lo",
248441  comment="check math properties",
248442  description="ARABIC MATHEMATICAL LOOPED DAL",
248443  direction="al",
248444  linebreak="al",
248445  specials={ "font", 0x62F },
248446  unicodeslot=0x1EE83,
248447 },
248448 [0x1EE84]={
248449  category="lo",
248450  comment="check math properties",
248451  description="ARABIC MATHEMATICAL LOOPED HEH",
248452  direction="al",
248453  linebreak="al",
248454  specials={ "font", 0x647 },
248455  unicodeslot=0x1EE84,
248456 },
248457 [0x1EE85]={
248458  category="lo",
248459  comment="check math properties",
248460  description="ARABIC MATHEMATICAL LOOPED WAW",
248461  direction="al",
248462  linebreak="al",
248463  specials={ "font", 0x648 },
248464  unicodeslot=0x1EE85,
248465 },
248466 [0x1EE86]={
248467  category="lo",
248468  comment="check math properties",
248469  description="ARABIC MATHEMATICAL LOOPED ZAIN",
248470  direction="al",
248471  linebreak="al",
248472  specials={ "font", 0x632 },
248473  unicodeslot=0x1EE86,
248474 },
248475 [0x1EE87]={
248476  category="lo",
248477  comment="check math properties",
248478  description="ARABIC MATHEMATICAL LOOPED HAH",
248479  direction="al",
248480  linebreak="al",
248481  specials={ "font", 0x62D },
248482  unicodeslot=0x1EE87,
248483 },
248484 [0x1EE88]={
248485  category="lo",
248486  comment="check math properties",
248487  description="ARABIC MATHEMATICAL LOOPED TAH",
248488  direction="al",
248489  linebreak="al",
248490  specials={ "font", 0x637 },
248491  unicodeslot=0x1EE88,
248492 },
248493 [0x1EE89]={
248494  category="lo",
248495  comment="check math properties",
248496  description="ARABIC MATHEMATICAL LOOPED YEH",
248497  direction="al",
248498  linebreak="al",
248499  specials={ "font", 0x64A },
248500  unicodeslot=0x1EE89,
248501 },
248502 [0x1EE8B]={
248503  category="lo",
248504  comment="check math properties",
248505  description="ARABIC MATHEMATICAL LOOPED LAM",
248506  direction="al",
248507  linebreak="al",
248508  specials={ "font", 0x644 },
248509  unicodeslot=0x1EE8B,
248510 },
248511 [0x1EE8C]={
248512  category="lo",
248513  comment="check math properties",
248514  description="ARABIC MATHEMATICAL LOOPED MEEM",
248515  direction="al",
248516  linebreak="al",
248517  specials={ "font", 0x645 },
248518  unicodeslot=0x1EE8C,
248519 },
248520 [0x1EE8D]={
248521  category="lo",
248522  comment="check math properties",
248523  description="ARABIC MATHEMATICAL LOOPED NOON",
248524  direction="al",
248525  linebreak="al",
248526  specials={ "font", 0x646 },
248527  unicodeslot=0x1EE8D,
248528 },
248529 [0x1EE8E]={
248530  category="lo",
248531  comment="check math properties",
248532  description="ARABIC MATHEMATICAL LOOPED SEEN",
248533  direction="al",
248534  linebreak="al",
248535  specials={ "font", 0x633 },
248536  unicodeslot=0x1EE8E,
248537 },
248538 [0x1EE8F]={
248539  category="lo",
248540  comment="check math properties",
248541  description="ARABIC MATHEMATICAL LOOPED AIN",
248542  direction="al",
248543  linebreak="al",
248544  specials={ "font", 0x639 },
248545  unicodeslot=0x1EE8F,
248546 },
248547 [0x1EE90]={
248548  category="lo",
248549  comment="check math properties",
248550  description="ARABIC MATHEMATICAL LOOPED FEH",
248551  direction="al",
248552  linebreak="al",
248553  specials={ "font", 0x641 },
248554  unicodeslot=0x1EE90,
248555 },
248556 [0x1EE91]={
248557  category="lo",
248558  comment="check math properties",
248559  description="ARABIC MATHEMATICAL LOOPED SAD",
248560  direction="al",
248561  linebreak="al",
248562  specials={ "font", 0x635 },
248563  unicodeslot=0x1EE91,
248564 },
248565 [0x1EE92]={
248566  category="lo",
248567  comment="check math properties",
248568  description="ARABIC MATHEMATICAL LOOPED QAF",
248569  direction="al",
248570  linebreak="al",
248571  specials={ "font", 0x642 },
248572  unicodeslot=0x1EE92,
248573 },
248574 [0x1EE93]={
248575  category="lo",
248576  comment="check math properties",
248577  description="ARABIC MATHEMATICAL LOOPED REH",
248578  direction="al",
248579  linebreak="al",
248580  specials={ "font", 0x631 },
248581  unicodeslot=0x1EE93,
248582 },
248583 [0x1EE94]={
248584  category="lo",
248585  comment="check math properties",
248586  description="ARABIC MATHEMATICAL LOOPED SHEEN",
248587  direction="al",
248588  linebreak="al",
248589  specials={ "font", 0x634 },
248590  unicodeslot=0x1EE94,
248591 },
248592 [0x1EE95]={
248593  category="lo",
248594  comment="check math properties",
248595  description="ARABIC MATHEMATICAL LOOPED TEH",
248596  direction="al",
248597  linebreak="al",
248598  specials={ "font", 0x62A },
248599  unicodeslot=0x1EE95,
248600 },
248601 [0x1EE96]={
248602  category="lo",
248603  comment="check math properties",
248604  description="ARABIC MATHEMATICAL LOOPED THEH",
248605  direction="al",
248606  linebreak="al",
248607  specials={ "font", 0x62B },
248608  unicodeslot=0x1EE96,
248609 },
248610 [0x1EE97]={
248611  category="lo",
248612  comment="check math properties",
248613  description="ARABIC MATHEMATICAL LOOPED KHAH",
248614  direction="al",
248615  linebreak="al",
248616  specials={ "font", 0x62E },
248617  unicodeslot=0x1EE97,
248618 },
248619 [0x1EE98]={
248620  category="lo",
248621  comment="check math properties",
248622  description="ARABIC MATHEMATICAL LOOPED THAL",
248623  direction="al",
248624  linebreak="al",
248625  specials={ "font", 0x630 },
248626  unicodeslot=0x1EE98,
248627 },
248628 [0x1EE99]={
248629  category="lo",
248630  comment="check math properties",
248631  description="ARABIC MATHEMATICAL LOOPED DAD",
248632  direction="al",
248633  linebreak="al",
248634  specials={ "font", 0x636 },
248635  unicodeslot=0x1EE99,
248636 },
248637 [0x1EE9A]={
248638  category="lo",
248639  comment="check math properties",
248640  description="ARABIC MATHEMATICAL LOOPED ZAH",
248641  direction="al",
248642  linebreak="al",
248643  specials={ "font", 0x638 },
248644  unicodeslot=0x1EE9A,
248645 },
248646 [0x1EE9B]={
248647  category="lo",
248648  comment="check math properties",
248649  description="ARABIC MATHEMATICAL LOOPED GHAIN",
248650  direction="al",
248651  linebreak="al",
248652  specials={ "font", 0x63A },
248653  unicodeslot=0x1EE9B,
248654 },
248655 [0x1EEA1]={
248656  category="lo",
248657  comment="check math properties",
248658  description="ARABIC MATHEMATICAL DOUBLE-STRUCK BEH",
248659  direction="al",
248660  linebreak="al",
248661  specials={ "font", 0x628 },
248662  unicodeslot=0x1EEA1,
248663 },
248664 [0x1EEA2]={
248665  category="lo",
248666  comment="check math properties",
248667  description="ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM",
248668  direction="al",
248669  linebreak="al",
248670  specials={ "font", 0x62C },
248671  unicodeslot=0x1EEA2,
248672 },
248673 [0x1EEA3]={
248674  category="lo",
248675  comment="check math properties",
248676  description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAL",
248677  direction="al",
248678  linebreak="al",
248679  specials={ "font", 0x62F },
248680  unicodeslot=0x1EEA3,
248681 },
248682 [0x1EEA5]={
248683  category="lo",
248684  comment="check math properties",
248685  description="ARABIC MATHEMATICAL DOUBLE-STRUCK WAW",
248686  direction="al",
248687  linebreak="al",
248688  specials={ "font", 0x648 },
248689  unicodeslot=0x1EEA5,
248690 },
248691 [0x1EEA6]={
248692  category="lo",
248693  comment="check math properties",
248694  description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN",
248695  direction="al",
248696  linebreak="al",
248697  specials={ "font", 0x632 },
248698  unicodeslot=0x1EEA6,
248699 },
248700 [0x1EEA7]={
248701  category="lo",
248702  comment="check math properties",
248703  description="ARABIC MATHEMATICAL DOUBLE-STRUCK HAH",
248704  direction="al",
248705  linebreak="al",
248706  specials={ "font", 0x62D },
248707  unicodeslot=0x1EEA7,
248708 },
248709 [0x1EEA8]={
248710  category="lo",
248711  comment="check math properties",
248712  description="ARABIC MATHEMATICAL DOUBLE-STRUCK TAH",
248713  direction="al",
248714  linebreak="al",
248715  specials={ "font", 0x637 },
248716  unicodeslot=0x1EEA8,
248717 },
248718 [0x1EEA9]={
248719  category="lo",
248720  comment="check math properties",
248721  description="ARABIC MATHEMATICAL DOUBLE-STRUCK YEH",
248722  direction="al",
248723  linebreak="al",
248724  specials={ "font", 0x64A },
248725  unicodeslot=0x1EEA9,
248726 },
248727 [0x1EEAB]={
248728  category="lo",
248729  comment="check math properties",
248730  description="ARABIC MATHEMATICAL DOUBLE-STRUCK LAM",
248731  direction="al",
248732  linebreak="al",
248733  specials={ "font", 0x644 },
248734  unicodeslot=0x1EEAB,
248735 },
248736 [0x1EEAC]={
248737  category="lo",
248738  comment="check math properties",
248739  description="ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM",
248740  direction="al",
248741  linebreak="al",
248742  specials={ "font", 0x645 },
248743  unicodeslot=0x1EEAC,
248744 },
248745 [0x1EEAD]={
248746  category="lo",
248747  comment="check math properties",
248748  description="ARABIC MATHEMATICAL DOUBLE-STRUCK NOON",
248749  direction="al",
248750  linebreak="al",
248751  specials={ "font", 0x646 },
248752  unicodeslot=0x1EEAD,
248753 },
248754 [0x1EEAE]={
248755  category="lo",
248756  comment="check math properties",
248757  description="ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN",
248758  direction="al",
248759  linebreak="al",
248760  specials={ "font", 0x633 },
248761  unicodeslot=0x1EEAE,
248762 },
248763 [0x1EEAF]={
248764  category="lo",
248765  comment="check math properties",
248766  description="ARABIC MATHEMATICAL DOUBLE-STRUCK AIN",
248767  direction="al",
248768  linebreak="al",
248769  specials={ "font", 0x639 },
248770  unicodeslot=0x1EEAF,
248771 },
248772 [0x1EEB0]={
248773  category="lo",
248774  comment="check math properties",
248775  description="ARABIC MATHEMATICAL DOUBLE-STRUCK FEH",
248776  direction="al",
248777  linebreak="al",
248778  specials={ "font", 0x641 },
248779  unicodeslot=0x1EEB0,
248780 },
248781 [0x1EEB1]={
248782  category="lo",
248783  comment="check math properties",
248784  description="ARABIC MATHEMATICAL DOUBLE-STRUCK SAD",
248785  direction="al",
248786  linebreak="al",
248787  specials={ "font", 0x635 },
248788  unicodeslot=0x1EEB1,
248789 },
248790 [0x1EEB2]={
248791  category="lo",
248792  comment="check math properties",
248793  description="ARABIC MATHEMATICAL DOUBLE-STRUCK QAF",
248794  direction="al",
248795  linebreak="al",
248796  specials={ "font", 0x642 },
248797  unicodeslot=0x1EEB2,
248798 },
248799 [0x1EEB3]={
248800  category="lo",
248801  comment="check math properties",
248802  description="ARABIC MATHEMATICAL DOUBLE-STRUCK REH",
248803  direction="al",
248804  linebreak="al",
248805  specials={ "font", 0x631 },
248806  unicodeslot=0x1EEB3,
248807 },
248808 [0x1EEB4]={
248809  category="lo",
248810  comment="check math properties",
248811  description="ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN",
248812  direction="al",
248813  linebreak="al",
248814  specials={ "font", 0x634 },
248815  unicodeslot=0x1EEB4,
248816 },
248817 [0x1EEB5]={
248818  category="lo",
248819  comment="check math properties",
248820  description="ARABIC MATHEMATICAL DOUBLE-STRUCK TEH",
248821  direction="al",
248822  linebreak="al",
248823  specials={ "font", 0x62A },
248824  unicodeslot=0x1EEB5,
248825 },
248826 [0x1EEB6]={
248827  category="lo",
248828  comment="check math properties",
248829  description="ARABIC MATHEMATICAL DOUBLE-STRUCK THEH",
248830  direction="al",
248831  linebreak="al",
248832  specials={ "font", 0x62B },
248833  unicodeslot=0x1EEB6,
248834 },
248835 [0x1EEB7]={
248836  category="lo",
248837  comment="check math properties",
248838  description="ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH",
248839  direction="al",
248840  linebreak="al",
248841  specials={ "font", 0x62E },
248842  unicodeslot=0x1EEB7,
248843 },
248844 [0x1EEB8]={
248845  category="lo",
248846  comment="check math properties",
248847  description="ARABIC MATHEMATICAL DOUBLE-STRUCK THAL",
248848  direction="al",
248849  linebreak="al",
248850  specials={ "font", 0x630 },
248851  unicodeslot=0x1EEB8,
248852 },
248853 [0x1EEB9]={
248854  category="lo",
248855  comment="check math properties",
248856  description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAD",
248857  direction="al",
248858  linebreak="al",
248859  specials={ "font", 0x636 },
248860  unicodeslot=0x1EEB9,
248861 },
248862 [0x1EEBA]={
248863  category="lo",
248864  comment="check math properties",
248865  description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH",
248866  direction="al",
248867  linebreak="al",
248868  specials={ "font", 0x638 },
248869  unicodeslot=0x1EEBA,
248870 },
248871 [0x1EEBB]={
248872  category="lo",
248873  comment="check math properties",
248874  description="ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN",
248875  direction="al",
248876  linebreak="al",
248877  specials={ "font", 0x63A },
248878  unicodeslot=0x1EEBB,
248879 },
248880 [0x1EEF0]={
248881  category="sm",
248882  comment="check math properties",
248883  description="ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL",
248884  direction="on",
248885  linebreak="al",
248886  unicodeslot=0x1EEF0,
248887 },
248888 [0x1EEF1]={
248889  category="sm",
248890  comment="check math properties",
248891  description="ARABIC MATHEMATICAL OPERATOR HAH WITH DAL",
248892  direction="on",
248893  linebreak="al",
248894  unicodeslot=0x1EEF1,
248895 },
248896 [0x1F000]={
248897  category="so",
248898  description="MAHJONG TILE EAST WIND",
248899  direction="on",
248900  linebreak="id",
248901  unicodeslot=0x1F000,
248902 },
248903 [0x1F001]={
248904  category="so",
248905  description="MAHJONG TILE SOUTH WIND",
248906  direction="on",
248907  linebreak="id",
248908  unicodeslot=0x1F001,
248909 },
248910 [0x1F002]={
248911  category="so",
248912  description="MAHJONG TILE WEST WIND",
248913  direction="on",
248914  linebreak="id",
248915  unicodeslot=0x1F002,
248916 },
248917 [0x1F003]={
248918  category="so",
248919  description="MAHJONG TILE NORTH WIND",
248920  direction="on",
248921  linebreak="id",
248922  unicodeslot=0x1F003,
248923 },
248924 [0x1F004]={
248925  category="so",
248926  cjkwd="w",
248927  description="MAHJONG TILE RED DRAGON",
248928  direction="on",
248929  linebreak="id",
248930  unicodeslot=0x1F004,
248931  variants=variants_emoji,
248932 },
248933 [0x1F005]={
248934  category="so",
248935  description="MAHJONG TILE GREEN DRAGON",
248936  direction="on",
248937  linebreak="id",
248938  unicodeslot=0x1F005,
248939 },
248940 [0x1F006]={
248941  category="so",
248942  description="MAHJONG TILE WHITE DRAGON",
248943  direction="on",
248944  linebreak="id",
248945  unicodeslot=0x1F006,
248946 },
248947 [0x1F007]={
248948  category="so",
248949  description="MAHJONG TILE ONE OF CHARACTERS",
248950  direction="on",
248951  linebreak="id",
248952  unicodeslot=0x1F007,
248953 },
248954 [0x1F008]={
248955  category="so",
248956  description="MAHJONG TILE TWO OF CHARACTERS",
248957  direction="on",
248958  linebreak="id",
248959  unicodeslot=0x1F008,
248960 },
248961 [0x1F009]={
248962  category="so",
248963  description="MAHJONG TILE THREE OF CHARACTERS",
248964  direction="on",
248965  linebreak="id",
248966  unicodeslot=0x1F009,
248967 },
248968 [0x1F00A]={
248969  category="so",
248970  description="MAHJONG TILE FOUR OF CHARACTERS",
248971  direction="on",
248972  linebreak="id",
248973  unicodeslot=0x1F00A,
248974 },
248975 [0x1F00B]={
248976  category="so",
248977  description="MAHJONG TILE FIVE OF CHARACTERS",
248978  direction="on",
248979  linebreak="id",
248980  unicodeslot=0x1F00B,
248981 },
248982 [0x1F00C]={
248983  category="so",
248984  description="MAHJONG TILE SIX OF CHARACTERS",
248985  direction="on",
248986  linebreak="id",
248987  unicodeslot=0x1F00C,
248988 },
248989 [0x1F00D]={
248990  category="so",
248991  description="MAHJONG TILE SEVEN OF CHARACTERS",
248992  direction="on",
248993  linebreak="id",
248994  unicodeslot=0x1F00D,
248995 },
248996 [0x1F00E]={
248997  category="so",
248998  description="MAHJONG TILE EIGHT OF CHARACTERS",
248999  direction="on",
249000  linebreak="id",
249001  unicodeslot=0x1F00E,
249002 },
249003 [0x1F00F]={
249004  category="so",
249005  description="MAHJONG TILE NINE OF CHARACTERS",
249006  direction="on",
249007  linebreak="id",
249008  unicodeslot=0x1F00F,
249009 },
249010 [0x1F010]={
249011  category="so",
249012  description="MAHJONG TILE ONE OF BAMBOOS",
249013  direction="on",
249014  linebreak="id",
249015  unicodeslot=0x1F010,
249016 },
249017 [0x1F011]={
249018  category="so",
249019  description="MAHJONG TILE TWO OF BAMBOOS",
249020  direction="on",
249021  linebreak="id",
249022  unicodeslot=0x1F011,
249023 },
249024 [0x1F012]={
249025  category="so",
249026  description="MAHJONG TILE THREE OF BAMBOOS",
249027  direction="on",
249028  linebreak="id",
249029  unicodeslot=0x1F012,
249030 },
249031 [0x1F013]={
249032  category="so",
249033  description="MAHJONG TILE FOUR OF BAMBOOS",
249034  direction="on",
249035  linebreak="id",
249036  unicodeslot=0x1F013,
249037 },
249038 [0x1F014]={
249039  category="so",
249040  description="MAHJONG TILE FIVE OF BAMBOOS",
249041  direction="on",
249042  linebreak="id",
249043  unicodeslot=0x1F014,
249044 },
249045 [0x1F015]={
249046  category="so",
249047  description="MAHJONG TILE SIX OF BAMBOOS",
249048  direction="on",
249049  linebreak="id",
249050  unicodeslot=0x1F015,
249051 },
249052 [0x1F016]={
249053  category="so",
249054  description="MAHJONG TILE SEVEN OF BAMBOOS",
249055  direction="on",
249056  linebreak="id",
249057  unicodeslot=0x1F016,
249058 },
249059 [0x1F017]={
249060  category="so",
249061  description="MAHJONG TILE EIGHT OF BAMBOOS",
249062  direction="on",
249063  linebreak="id",
249064  unicodeslot=0x1F017,
249065 },
249066 [0x1F018]={
249067  category="so",
249068  description="MAHJONG TILE NINE OF BAMBOOS",
249069  direction="on",
249070  linebreak="id",
249071  unicodeslot=0x1F018,
249072 },
249073 [0x1F019]={
249074  category="so",
249075  description="MAHJONG TILE ONE OF CIRCLES",
249076  direction="on",
249077  linebreak="id",
249078  unicodeslot=0x1F019,
249079 },
249080 [0x1F01A]={
249081  category="so",
249082  description="MAHJONG TILE TWO OF CIRCLES",
249083  direction="on",
249084  linebreak="id",
249085  unicodeslot=0x1F01A,
249086 },
249087 [0x1F01B]={
249088  category="so",
249089  description="MAHJONG TILE THREE OF CIRCLES",
249090  direction="on",
249091  linebreak="id",
249092  unicodeslot=0x1F01B,
249093 },
249094 [0x1F01C]={
249095  category="so",
249096  description="MAHJONG TILE FOUR OF CIRCLES",
249097  direction="on",
249098  linebreak="id",
249099  unicodeslot=0x1F01C,
249100 },
249101 [0x1F01D]={
249102  category="so",
249103  description="MAHJONG TILE FIVE OF CIRCLES",
249104  direction="on",
249105  linebreak="id",
249106  unicodeslot=0x1F01D,
249107 },
249108 [0x1F01E]={
249109  category="so",
249110  description="MAHJONG TILE SIX OF CIRCLES",
249111  direction="on",
249112  linebreak="id",
249113  unicodeslot=0x1F01E,
249114 },
249115 [0x1F01F]={
249116  category="so",
249117  description="MAHJONG TILE SEVEN OF CIRCLES",
249118  direction="on",
249119  linebreak="id",
249120  unicodeslot=0x1F01F,
249121 },
249122 [0x1F020]={
249123  category="so",
249124  description="MAHJONG TILE EIGHT OF CIRCLES",
249125  direction="on",
249126  linebreak="id",
249127  unicodeslot=0x1F020,
249128 },
249129 [0x1F021]={
249130  category="so",
249131  description="MAHJONG TILE NINE OF CIRCLES",
249132  direction="on",
249133  linebreak="id",
249134  unicodeslot=0x1F021,
249135 },
249136 [0x1F022]={
249137  category="so",
249138  description="MAHJONG TILE PLUM",
249139  direction="on",
249140  linebreak="id",
249141  unicodeslot=0x1F022,
249142 },
249143 [0x1F023]={
249144  category="so",
249145  description="MAHJONG TILE ORCHID",
249146  direction="on",
249147  linebreak="id",
249148  unicodeslot=0x1F023,
249149 },
249150 [0x1F024]={
249151  category="so",
249152  description="MAHJONG TILE BAMBOO",
249153  direction="on",
249154  linebreak="id",
249155  unicodeslot=0x1F024,
249156 },
249157 [0x1F025]={
249158  category="so",
249159  description="MAHJONG TILE CHRYSANTHEMUM",
249160  direction="on",
249161  linebreak="id",
249162  unicodeslot=0x1F025,
249163 },
249164 [0x1F026]={
249165  category="so",
249166  description="MAHJONG TILE SPRING",
249167  direction="on",
249168  linebreak="id",
249169  unicodeslot=0x1F026,
249170 },
249171 [0x1F027]={
249172  category="so",
249173  description="MAHJONG TILE SUMMER",
249174  direction="on",
249175  linebreak="id",
249176  unicodeslot=0x1F027,
249177 },
249178 [0x1F028]={
249179  category="so",
249180  description="MAHJONG TILE AUTUMN",
249181  direction="on",
249182  linebreak="id",
249183  unicodeslot=0x1F028,
249184 },
249185 [0x1F029]={
249186  category="so",
249187  description="MAHJONG TILE WINTER",
249188  direction="on",
249189  linebreak="id",
249190  unicodeslot=0x1F029,
249191 },
249192 [0x1F02A]={
249193  category="so",
249194  description="MAHJONG TILE JOKER",
249195  direction="on",
249196  linebreak="id",
249197  unicodeslot=0x1F02A,
249198 },
249199 [0x1F02B]={
249200  category="so",
249201  description="MAHJONG TILE BACK",
249202  direction="on",
249203  linebreak="id",
249204  unicodeslot=0x1F02B,
249205 },
249206 [0x1F030]={
249207  category="so",
249208  description="DOMINO TILE HORIZONTAL BACK",
249209  direction="on",
249210  linebreak="id",
249211  unicodeslot=0x1F030,
249212 },
249213 [0x1F031]={
249214  category="so",
249215  description="DOMINO TILE HORIZONTAL-00-00",
249216  direction="on",
249217  linebreak="id",
249218  unicodeslot=0x1F031,
249219 },
249220 [0x1F032]={
249221  category="so",
249222  description="DOMINO TILE HORIZONTAL-00-01",
249223  direction="on",
249224  linebreak="id",
249225  unicodeslot=0x1F032,
249226 },
249227 [0x1F033]={
249228  category="so",
249229  description="DOMINO TILE HORIZONTAL-00-02",
249230  direction="on",
249231  linebreak="id",
249232  unicodeslot=0x1F033,
249233 },
249234 [0x1F034]={
249235  category="so",
249236  description="DOMINO TILE HORIZONTAL-00-03",
249237  direction="on",
249238  linebreak="id",
249239  unicodeslot=0x1F034,
249240 },
249241 [0x1F035]={
249242  category="so",
249243  description="DOMINO TILE HORIZONTAL-00-04",
249244  direction="on",
249245  linebreak="id",
249246  unicodeslot=0x1F035,
249247 },
249248 [0x1F036]={
249249  category="so",
249250  description="DOMINO TILE HORIZONTAL-00-05",
249251  direction="on",
249252  linebreak="id",
249253  unicodeslot=0x1F036,
249254 },
249255 [0x1F037]={
249256  category="so",
249257  description="DOMINO TILE HORIZONTAL-00-06",
249258  direction="on",
249259  linebreak="id",
249260  unicodeslot=0x1F037,
249261 },
249262 [0x1F038]={
249263  category="so",
249264  description="DOMINO TILE HORIZONTAL-01-00",
249265  direction="on",
249266  linebreak="id",
249267  unicodeslot=0x1F038,
249268 },
249269 [0x1F039]={
249270  category="so",
249271  description="DOMINO TILE HORIZONTAL-01-01",
249272  direction="on",
249273  linebreak="id",
249274  unicodeslot=0x1F039,
249275 },
249276 [0x1F03A]={
249277  category="so",
249278  description="DOMINO TILE HORIZONTAL-01-02",
249279  direction="on",
249280  linebreak="id",
249281  unicodeslot=0x1F03A,
249282 },
249283 [0x1F03B]={
249284  category="so",
249285  description="DOMINO TILE HORIZONTAL-01-03",
249286  direction="on",
249287  linebreak="id",
249288  unicodeslot=0x1F03B,
249289 },
249290 [0x1F03C]={
249291  category="so",
249292  description="DOMINO TILE HORIZONTAL-01-04",
249293  direction="on",
249294  linebreak="id",
249295  unicodeslot=0x1F03C,
249296 },
249297 [0x1F03D]={
249298  category="so",
249299  description="DOMINO TILE HORIZONTAL-01-05",
249300  direction="on",
249301  linebreak="id",
249302  unicodeslot=0x1F03D,
249303 },
249304 [0x1F03E]={
249305  category="so",
249306  description="DOMINO TILE HORIZONTAL-01-06",
249307  direction="on",
249308  linebreak="id",
249309  unicodeslot=0x1F03E,
249310 },
249311 [0x1F03F]={
249312  category="so",
249313  description="DOMINO TILE HORIZONTAL-02-00",
249314  direction="on",
249315  linebreak="id",
249316  unicodeslot=0x1F03F,
249317 },
249318 [0x1F040]={
249319  category="so",
249320  description="DOMINO TILE HORIZONTAL-02-01",
249321  direction="on",
249322  linebreak="id",
249323  unicodeslot=0x1F040,
249324 },
249325 [0x1F041]={
249326  category="so",
249327  description="DOMINO TILE HORIZONTAL-02-02",
249328  direction="on",
249329  linebreak="id",
249330  unicodeslot=0x1F041,
249331 },
249332 [0x1F042]={
249333  category="so",
249334  description="DOMINO TILE HORIZONTAL-02-03",
249335  direction="on",
249336  linebreak="id",
249337  unicodeslot=0x1F042,
249338 },
249339 [0x1F043]={
249340  category="so",
249341  description="DOMINO TILE HORIZONTAL-02-04",
249342  direction="on",
249343  linebreak="id",
249344  unicodeslot=0x1F043,
249345 },
249346 [0x1F044]={
249347  category="so",
249348  description="DOMINO TILE HORIZONTAL-02-05",
249349  direction="on",
249350  linebreak="id",
249351  unicodeslot=0x1F044,
249352 },
249353 [0x1F045]={
249354  category="so",
249355  description="DOMINO TILE HORIZONTAL-02-06",
249356  direction="on",
249357  linebreak="id",
249358  unicodeslot=0x1F045,
249359 },
249360 [0x1F046]={
249361  category="so",
249362  description="DOMINO TILE HORIZONTAL-03-00",
249363  direction="on",
249364  linebreak="id",
249365  unicodeslot=0x1F046,
249366 },
249367 [0x1F047]={
249368  category="so",
249369  description="DOMINO TILE HORIZONTAL-03-01",
249370  direction="on",
249371  linebreak="id",
249372  unicodeslot=0x1F047,
249373 },
249374 [0x1F048]={
249375  category="so",
249376  description="DOMINO TILE HORIZONTAL-03-02",
249377  direction="on",
249378  linebreak="id",
249379  unicodeslot=0x1F048,
249380 },
249381 [0x1F049]={
249382  category="so",
249383  description="DOMINO TILE HORIZONTAL-03-03",
249384  direction="on",
249385  linebreak="id",
249386  unicodeslot=0x1F049,
249387 },
249388 [0x1F04A]={
249389  category="so",
249390  description="DOMINO TILE HORIZONTAL-03-04",
249391  direction="on",
249392  linebreak="id",
249393  unicodeslot=0x1F04A,
249394 },
249395 [0x1F04B]={
249396  category="so",
249397  description="DOMINO TILE HORIZONTAL-03-05",
249398  direction="on",
249399  linebreak="id",
249400  unicodeslot=0x1F04B,
249401 },
249402 [0x1F04C]={
249403  category="so",
249404  description="DOMINO TILE HORIZONTAL-03-06",
249405  direction="on",
249406  linebreak="id",
249407  unicodeslot=0x1F04C,
249408 },
249409 [0x1F04D]={
249410  category="so",
249411  description="DOMINO TILE HORIZONTAL-04-00",
249412  direction="on",
249413  linebreak="id",
249414  unicodeslot=0x1F04D,
249415 },
249416 [0x1F04E]={
249417  category="so",
249418  description="DOMINO TILE HORIZONTAL-04-01",
249419  direction="on",
249420  linebreak="id",
249421  unicodeslot=0x1F04E,
249422 },
249423 [0x1F04F]={
249424  category="so",
249425  description="DOMINO TILE HORIZONTAL-04-02",
249426  direction="on",
249427  linebreak="id",
249428  unicodeslot=0x1F04F,
249429 },
249430 [0x1F050]={
249431  category="so",
249432  description="DOMINO TILE HORIZONTAL-04-03",
249433  direction="on",
249434  linebreak="id",
249435  unicodeslot=0x1F050,
249436 },
249437 [0x1F051]={
249438  category="so",
249439  description="DOMINO TILE HORIZONTAL-04-04",
249440  direction="on",
249441  linebreak="id",
249442  unicodeslot=0x1F051,
249443 },
249444 [0x1F052]={
249445  category="so",
249446  description="DOMINO TILE HORIZONTAL-04-05",
249447  direction="on",
249448  linebreak="id",
249449  unicodeslot=0x1F052,
249450 },
249451 [0x1F053]={
249452  category="so",
249453  description="DOMINO TILE HORIZONTAL-04-06",
249454  direction="on",
249455  linebreak="id",
249456  unicodeslot=0x1F053,
249457 },
249458 [0x1F054]={
249459  category="so",
249460  description="DOMINO TILE HORIZONTAL-05-00",
249461  direction="on",
249462  linebreak="id",
249463  unicodeslot=0x1F054,
249464 },
249465 [0x1F055]={
249466  category="so",
249467  description="DOMINO TILE HORIZONTAL-05-01",
249468  direction="on",
249469  linebreak="id",
249470  unicodeslot=0x1F055,
249471 },
249472 [0x1F056]={
249473  category="so",
249474  description="DOMINO TILE HORIZONTAL-05-02",
249475  direction="on",
249476  linebreak="id",
249477  unicodeslot=0x1F056,
249478 },
249479 [0x1F057]={
249480  category="so",
249481  description="DOMINO TILE HORIZONTAL-05-03",
249482  direction="on",
249483  linebreak="id",
249484  unicodeslot=0x1F057,
249485 },
249486 [0x1F058]={
249487  category="so",
249488  description="DOMINO TILE HORIZONTAL-05-04",
249489  direction="on",
249490  linebreak="id",
249491  unicodeslot=0x1F058,
249492 },
249493 [0x1F059]={
249494  category="so",
249495  description="DOMINO TILE HORIZONTAL-05-05",
249496  direction="on",
249497  linebreak="id",
249498  unicodeslot=0x1F059,
249499 },
249500 [0x1F05A]={
249501  category="so",
249502  description="DOMINO TILE HORIZONTAL-05-06",
249503  direction="on",
249504  linebreak="id",
249505  unicodeslot=0x1F05A,
249506 },
249507 [0x1F05B]={
249508  category="so",
249509  description="DOMINO TILE HORIZONTAL-06-00",
249510  direction="on",
249511  linebreak="id",
249512  unicodeslot=0x1F05B,
249513 },
249514 [0x1F05C]={
249515  category="so",
249516  description="DOMINO TILE HORIZONTAL-06-01",
249517  direction="on",
249518  linebreak="id",
249519  unicodeslot=0x1F05C,
249520 },
249521 [0x1F05D]={
249522  category="so",
249523  description="DOMINO TILE HORIZONTAL-06-02",
249524  direction="on",
249525  linebreak="id",
249526  unicodeslot=0x1F05D,
249527 },
249528 [0x1F05E]={
249529  category="so",
249530  description="DOMINO TILE HORIZONTAL-06-03",
249531  direction="on",
249532  linebreak="id",
249533  unicodeslot=0x1F05E,
249534 },
249535 [0x1F05F]={
249536  category="so",
249537  description="DOMINO TILE HORIZONTAL-06-04",
249538  direction="on",
249539  linebreak="id",
249540  unicodeslot=0x1F05F,
249541 },
249542 [0x1F060]={
249543  category="so",
249544  description="DOMINO TILE HORIZONTAL-06-05",
249545  direction="on",
249546  linebreak="id",
249547  unicodeslot=0x1F060,
249548 },
249549 [0x1F061]={
249550  category="so",
249551  description="DOMINO TILE HORIZONTAL-06-06",
249552  direction="on",
249553  linebreak="id",
249554  unicodeslot=0x1F061,
249555 },
249556 [0x1F062]={
249557  category="so",
249558  description="DOMINO TILE VERTICAL BACK",
249559  direction="on",
249560  linebreak="id",
249561  unicodeslot=0x1F062,
249562 },
249563 [0x1F063]={
249564  category="so",
249565  description="DOMINO TILE VERTICAL-00-00",
249566  direction="on",
249567  linebreak="id",
249568  unicodeslot=0x1F063,
249569 },
249570 [0x1F064]={
249571  category="so",
249572  description="DOMINO TILE VERTICAL-00-01",
249573  direction="on",
249574  linebreak="id",
249575  unicodeslot=0x1F064,
249576 },
249577 [0x1F065]={
249578  category="so",
249579  description="DOMINO TILE VERTICAL-00-02",
249580  direction="on",
249581  linebreak="id",
249582  unicodeslot=0x1F065,
249583 },
249584 [0x1F066]={
249585  category="so",
249586  description="DOMINO TILE VERTICAL-00-03",
249587  direction="on",
249588  linebreak="id",
249589  unicodeslot=0x1F066,
249590 },
249591 [0x1F067]={
249592  category="so",
249593  description="DOMINO TILE VERTICAL-00-04",
249594  direction="on",
249595  linebreak="id",
249596  unicodeslot=0x1F067,
249597 },
249598 [0x1F068]={
249599  category="so",
249600  description="DOMINO TILE VERTICAL-00-05",
249601  direction="on",
249602  linebreak="id",
249603  unicodeslot=0x1F068,
249604 },
249605 [0x1F069]={
249606  category="so",
249607  description="DOMINO TILE VERTICAL-00-06",
249608  direction="on",
249609  linebreak="id",
249610  unicodeslot=0x1F069,
249611 },
249612 [0x1F06A]={
249613  category="so",
249614  description="DOMINO TILE VERTICAL-01-00",
249615  direction="on",
249616  linebreak="id",
249617  unicodeslot=0x1F06A,
249618 },
249619 [0x1F06B]={
249620  category="so",
249621  description="DOMINO TILE VERTICAL-01-01",
249622  direction="on",
249623  linebreak="id",
249624  unicodeslot=0x1F06B,
249625 },
249626 [0x1F06C]={
249627  category="so",
249628  description="DOMINO TILE VERTICAL-01-02",
249629  direction="on",
249630  linebreak="id",
249631  unicodeslot=0x1F06C,
249632 },
249633 [0x1F06D]={
249634  category="so",
249635  description="DOMINO TILE VERTICAL-01-03",
249636  direction="on",
249637  linebreak="id",
249638  unicodeslot=0x1F06D,
249639 },
249640 [0x1F06E]={
249641  category="so",
249642  description="DOMINO TILE VERTICAL-01-04",
249643  direction="on",
249644  linebreak="id",
249645  unicodeslot=0x1F06E,
249646 },
249647 [0x1F06F]={
249648  category="so",
249649  description="DOMINO TILE VERTICAL-01-05",
249650  direction="on",
249651  linebreak="id",
249652  unicodeslot=0x1F06F,
249653 },
249654 [0x1F070]={
249655  category="so",
249656  description="DOMINO TILE VERTICAL-01-06",
249657  direction="on",
249658  linebreak="id",
249659  unicodeslot=0x1F070,
249660 },
249661 [0x1F071]={
249662  category="so",
249663  description="DOMINO TILE VERTICAL-02-00",
249664  direction="on",
249665  linebreak="id",
249666  unicodeslot=0x1F071,
249667 },
249668 [0x1F072]={
249669  category="so",
249670  description="DOMINO TILE VERTICAL-02-01",
249671  direction="on",
249672  linebreak="id",
249673  unicodeslot=0x1F072,
249674 },
249675 [0x1F073]={
249676  category="so",
249677  description="DOMINO TILE VERTICAL-02-02",
249678  direction="on",
249679  linebreak="id",
249680  unicodeslot=0x1F073,
249681 },
249682 [0x1F074]={
249683  category="so",
249684  description="DOMINO TILE VERTICAL-02-03",
249685  direction="on",
249686  linebreak="id",
249687  unicodeslot=0x1F074,
249688 },
249689 [0x1F075]={
249690  category="so",
249691  description="DOMINO TILE VERTICAL-02-04",
249692  direction="on",
249693  linebreak="id",
249694  unicodeslot=0x1F075,
249695 },
249696 [0x1F076]={
249697  category="so",
249698  description="DOMINO TILE VERTICAL-02-05",
249699  direction="on",
249700  linebreak="id",
249701  unicodeslot=0x1F076,
249702 },
249703 [0x1F077]={
249704  category="so",
249705  description="DOMINO TILE VERTICAL-02-06",
249706  direction="on",
249707  linebreak="id",
249708  unicodeslot=0x1F077,
249709 },
249710 [0x1F078]={
249711  category="so",
249712  description="DOMINO TILE VERTICAL-03-00",
249713  direction="on",
249714  linebreak="id",
249715  unicodeslot=0x1F078,
249716 },
249717 [0x1F079]={
249718  category="so",
249719  description="DOMINO TILE VERTICAL-03-01",
249720  direction="on",
249721  linebreak="id",
249722  unicodeslot=0x1F079,
249723 },
249724 [0x1F07A]={
249725  category="so",
249726  description="DOMINO TILE VERTICAL-03-02",
249727  direction="on",
249728  linebreak="id",
249729  unicodeslot=0x1F07A,
249730 },
249731 [0x1F07B]={
249732  category="so",
249733  description="DOMINO TILE VERTICAL-03-03",
249734  direction="on",
249735  linebreak="id",
249736  unicodeslot=0x1F07B,
249737 },
249738 [0x1F07C]={
249739  category="so",
249740  description="DOMINO TILE VERTICAL-03-04",
249741  direction="on",
249742  linebreak="id",
249743  unicodeslot=0x1F07C,
249744 },
249745 [0x1F07D]={
249746  category="so",
249747  description="DOMINO TILE VERTICAL-03-05",
249748  direction="on",
249749  linebreak="id",
249750  unicodeslot=0x1F07D,
249751 },
249752 [0x1F07E]={
249753  category="so",
249754  description="DOMINO TILE VERTICAL-03-06",
249755  direction="on",
249756  linebreak="id",
249757  unicodeslot=0x1F07E,
249758 },
249759 [0x1F07F]={
249760  category="so",
249761  description="DOMINO TILE VERTICAL-04-00",
249762  direction="on",
249763  linebreak="id",
249764  unicodeslot=0x1F07F,
249765 },
249766 [0x1F080]={
249767  category="so",
249768  description="DOMINO TILE VERTICAL-04-01",
249769  direction="on",
249770  linebreak="id",
249771  unicodeslot=0x1F080,
249772 },
249773 [0x1F081]={
249774  category="so",
249775  description="DOMINO TILE VERTICAL-04-02",
249776  direction="on",
249777  linebreak="id",
249778  unicodeslot=0x1F081,
249779 },
249780 [0x1F082]={
249781  category="so",
249782  description="DOMINO TILE VERTICAL-04-03",
249783  direction="on",
249784  linebreak="id",
249785  unicodeslot=0x1F082,
249786 },
249787 [0x1F083]={
249788  category="so",
249789  description="DOMINO TILE VERTICAL-04-04",
249790  direction="on",
249791  linebreak="id",
249792  unicodeslot=0x1F083,
249793 },
249794 [0x1F084]={
249795  category="so",
249796  description="DOMINO TILE VERTICAL-04-05",
249797  direction="on",
249798  linebreak="id",
249799  unicodeslot=0x1F084,
249800 },
249801 [0x1F085]={
249802  category="so",
249803  description="DOMINO TILE VERTICAL-04-06",
249804  direction="on",
249805  linebreak="id",
249806  unicodeslot=0x1F085,
249807 },
249808 [0x1F086]={
249809  category="so",
249810  description="DOMINO TILE VERTICAL-05-00",
249811  direction="on",
249812  linebreak="id",
249813  unicodeslot=0x1F086,
249814 },
249815 [0x1F087]={
249816  category="so",
249817  description="DOMINO TILE VERTICAL-05-01",
249818  direction="on",
249819  linebreak="id",
249820  unicodeslot=0x1F087,
249821 },
249822 [0x1F088]={
249823  category="so",
249824  description="DOMINO TILE VERTICAL-05-02",
249825  direction="on",
249826  linebreak="id",
249827  unicodeslot=0x1F088,
249828 },
249829 [0x1F089]={
249830  category="so",
249831  description="DOMINO TILE VERTICAL-05-03",
249832  direction="on",
249833  linebreak="id",
249834  unicodeslot=0x1F089,
249835 },
249836 [0x1F08A]={
249837  category="so",
249838  description="DOMINO TILE VERTICAL-05-04",
249839  direction="on",
249840  linebreak="id",
249841  unicodeslot=0x1F08A,
249842 },
249843 [0x1F08B]={
249844  category="so",
249845  description="DOMINO TILE VERTICAL-05-05",
249846  direction="on",
249847  linebreak="id",
249848  unicodeslot=0x1F08B,
249849 },
249850 [0x1F08C]={
249851  category="so",
249852  description="DOMINO TILE VERTICAL-05-06",
249853  direction="on",
249854  linebreak="id",
249855  unicodeslot=0x1F08C,
249856 },
249857 [0x1F08D]={
249858  category="so",
249859  description="DOMINO TILE VERTICAL-06-00",
249860  direction="on",
249861  linebreak="id",
249862  unicodeslot=0x1F08D,
249863 },
249864 [0x1F08E]={
249865  category="so",
249866  description="DOMINO TILE VERTICAL-06-01",
249867  direction="on",
249868  linebreak="id",
249869  unicodeslot=0x1F08E,
249870 },
249871 [0x1F08F]={
249872  category="so",
249873  description="DOMINO TILE VERTICAL-06-02",
249874  direction="on",
249875  linebreak="id",
249876  unicodeslot=0x1F08F,
249877 },
249878 [0x1F090]={
249879  category="so",
249880  description="DOMINO TILE VERTICAL-06-03",
249881  direction="on",
249882  linebreak="id",
249883  unicodeslot=0x1F090,
249884 },
249885 [0x1F091]={
249886  category="so",
249887  description="DOMINO TILE VERTICAL-06-04",
249888  direction="on",
249889  linebreak="id",
249890  unicodeslot=0x1F091,
249891 },
249892 [0x1F092]={
249893  category="so",
249894  description="DOMINO TILE VERTICAL-06-05",
249895  direction="on",
249896  linebreak="id",
249897  unicodeslot=0x1F092,
249898 },
249899 [0x1F093]={
249900  category="so",
249901  description="DOMINO TILE VERTICAL-06-06",
249902  direction="on",
249903  linebreak="id",
249904  unicodeslot=0x1F093,
249905 },
249906 [0x1F0A0]={
249907  category="so",
249908  description="PLAYING CARD BACK",
249909  direction="on",
249910  linebreak="id",
249911  unicodeslot=0x1F0A0,
249912 },
249913 [0x1F0A1]={
249914  category="so",
249915  description="PLAYING CARD ACE OF SPADES",
249916  direction="on",
249917  linebreak="id",
249918  unicodeslot=0x1F0A1,
249919 },
249920 [0x1F0A2]={
249921  category="so",
249922  description="PLAYING CARD TWO OF SPADES",
249923  direction="on",
249924  linebreak="id",
249925  unicodeslot=0x1F0A2,
249926 },
249927 [0x1F0A3]={
249928  category="so",
249929  description="PLAYING CARD THREE OF SPADES",
249930  direction="on",
249931  linebreak="id",
249932  unicodeslot=0x1F0A3,
249933 },
249934 [0x1F0A4]={
249935  category="so",
249936  description="PLAYING CARD FOUR OF SPADES",
249937  direction="on",
249938  linebreak="id",
249939  unicodeslot=0x1F0A4,
249940 },
249941 [0x1F0A5]={
249942  category="so",
249943  description="PLAYING CARD FIVE OF SPADES",
249944  direction="on",
249945  linebreak="id",
249946  unicodeslot=0x1F0A5,
249947 },
249948 [0x1F0A6]={
249949  category="so",
249950  description="PLAYING CARD SIX OF SPADES",
249951  direction="on",
249952  linebreak="id",
249953  unicodeslot=0x1F0A6,
249954 },
249955 [0x1F0A7]={
249956  category="so",
249957  description="PLAYING CARD SEVEN OF SPADES",
249958  direction="on",
249959  linebreak="id",
249960  unicodeslot=0x1F0A7,
249961 },
249962 [0x1F0A8]={
249963  category="so",
249964  description="PLAYING CARD EIGHT OF SPADES",
249965  direction="on",
249966  linebreak="id",
249967  unicodeslot=0x1F0A8,
249968 },
249969 [0x1F0A9]={
249970  category="so",
249971  description="PLAYING CARD NINE OF SPADES",
249972  direction="on",
249973  linebreak="id",
249974  unicodeslot=0x1F0A9,
249975 },
249976 [0x1F0AA]={
249977  category="so",
249978  description="PLAYING CARD TEN OF SPADES",
249979  direction="on",
249980  linebreak="id",
249981  unicodeslot=0x1F0AA,
249982 },
249983 [0x1F0AB]={
249984  category="so",
249985  description="PLAYING CARD JACK OF SPADES",
249986  direction="on",
249987  linebreak="id",
249988  unicodeslot=0x1F0AB,
249989 },
249990 [0x1F0AC]={
249991  category="so",
249992  description="PLAYING CARD KNIGHT OF SPADES",
249993  direction="on",
249994  linebreak="id",
249995  unicodeslot=0x1F0AC,
249996 },
249997 [0x1F0AD]={
249998  category="so",
249999  description="PLAYING CARD QUEEN OF SPADES",
250000  direction="on",
250001  linebreak="id",
250002  unicodeslot=0x1F0AD,
250003 },
250004 [0x1F0AE]={
250005  category="so",
250006  description="PLAYING CARD KING OF SPADES",
250007  direction="on",
250008  linebreak="id",
250009  unicodeslot=0x1F0AE,
250010 },
250011 [0x1F0B1]={
250012  category="so",
250013  description="PLAYING CARD ACE OF HEARTS",
250014  direction="on",
250015  linebreak="id",
250016  unicodeslot=0x1F0B1,
250017 },
250018 [0x1F0B2]={
250019  category="so",
250020  description="PLAYING CARD TWO OF HEARTS",
250021  direction="on",
250022  linebreak="id",
250023  unicodeslot=0x1F0B2,
250024 },
250025 [0x1F0B3]={
250026  category="so",
250027  description="PLAYING CARD THREE OF HEARTS",
250028  direction="on",
250029  linebreak="id",
250030  unicodeslot=0x1F0B3,
250031 },
250032 [0x1F0B4]={
250033  category="so",
250034  description="PLAYING CARD FOUR OF HEARTS",
250035  direction="on",
250036  linebreak="id",
250037  unicodeslot=0x1F0B4,
250038 },
250039 [0x1F0B5]={
250040  category="so",
250041  description="PLAYING CARD FIVE OF HEARTS",
250042  direction="on",
250043  linebreak="id",
250044  unicodeslot=0x1F0B5,
250045 },
250046 [0x1F0B6]={
250047  category="so",
250048  description="PLAYING CARD SIX OF HEARTS",
250049  direction="on",
250050  linebreak="id",
250051  unicodeslot=0x1F0B6,
250052 },
250053 [0x1F0B7]={
250054  category="so",
250055  description="PLAYING CARD SEVEN OF HEARTS",
250056  direction="on",
250057  linebreak="id",
250058  unicodeslot=0x1F0B7,
250059 },
250060 [0x1F0B8]={
250061  category="so",
250062  description="PLAYING CARD EIGHT OF HEARTS",
250063  direction="on",
250064  linebreak="id",
250065  unicodeslot=0x1F0B8,
250066 },
250067 [0x1F0B9]={
250068  category="so",
250069  description="PLAYING CARD NINE OF HEARTS",
250070  direction="on",
250071  linebreak="id",
250072  unicodeslot=0x1F0B9,
250073 },
250074 [0x1F0BA]={
250075  category="so",
250076  description="PLAYING CARD TEN OF HEARTS",
250077  direction="on",
250078  linebreak="id",
250079  unicodeslot=0x1F0BA,
250080 },
250081 [0x1F0BB]={
250082  category="so",
250083  description="PLAYING CARD JACK OF HEARTS",
250084  direction="on",
250085  linebreak="id",
250086  unicodeslot=0x1F0BB,
250087 },
250088 [0x1F0BC]={
250089  category="so",
250090  description="PLAYING CARD KNIGHT OF HEARTS",
250091  direction="on",
250092  linebreak="id",
250093  unicodeslot=0x1F0BC,
250094 },
250095 [0x1F0BD]={
250096  category="so",
250097  description="PLAYING CARD QUEEN OF HEARTS",
250098  direction="on",
250099  linebreak="id",
250100  unicodeslot=0x1F0BD,
250101 },
250102 [0x1F0BE]={
250103  category="so",
250104  description="PLAYING CARD KING OF HEARTS",
250105  direction="on",
250106  linebreak="id",
250107  unicodeslot=0x1F0BE,
250108 },
250109 [0x1F0BF]={
250110  category="so",
250111  description="PLAYING CARD RED JOKER",
250112  direction="on",
250113  linebreak="id",
250114  unicodeslot=0x1F0BF,
250115 },
250116 [0x1F0C1]={
250117  category="so",
250118  description="PLAYING CARD ACE OF DIAMONDS",
250119  direction="on",
250120  linebreak="id",
250121  unicodeslot=0x1F0C1,
250122 },
250123 [0x1F0C2]={
250124  category="so",
250125  description="PLAYING CARD TWO OF DIAMONDS",
250126  direction="on",
250127  linebreak="id",
250128  unicodeslot=0x1F0C2,
250129 },
250130 [0x1F0C3]={
250131  category="so",
250132  description="PLAYING CARD THREE OF DIAMONDS",
250133  direction="on",
250134  linebreak="id",
250135  unicodeslot=0x1F0C3,
250136 },
250137 [0x1F0C4]={
250138  category="so",
250139  description="PLAYING CARD FOUR OF DIAMONDS",
250140  direction="on",
250141  linebreak="id",
250142  unicodeslot=0x1F0C4,
250143 },
250144 [0x1F0C5]={
250145  category="so",
250146  description="PLAYING CARD FIVE OF DIAMONDS",
250147  direction="on",
250148  linebreak="id",
250149  unicodeslot=0x1F0C5,
250150 },
250151 [0x1F0C6]={
250152  category="so",
250153  description="PLAYING CARD SIX OF DIAMONDS",
250154  direction="on",
250155  linebreak="id",
250156  unicodeslot=0x1F0C6,
250157 },
250158 [0x1F0C7]={
250159  category="so",
250160  description="PLAYING CARD SEVEN OF DIAMONDS",
250161  direction="on",
250162  linebreak="id",
250163  unicodeslot=0x1F0C7,
250164 },
250165 [0x1F0C8]={
250166  category="so",
250167  description="PLAYING CARD EIGHT OF DIAMONDS",
250168  direction="on",
250169  linebreak="id",
250170  unicodeslot=0x1F0C8,
250171 },
250172 [0x1F0C9]={
250173  category="so",
250174  description="PLAYING CARD NINE OF DIAMONDS",
250175  direction="on",
250176  linebreak="id",
250177  unicodeslot=0x1F0C9,
250178 },
250179 [0x1F0CA]={
250180  category="so",
250181  description="PLAYING CARD TEN OF DIAMONDS",
250182  direction="on",
250183  linebreak="id",
250184  unicodeslot=0x1F0CA,
250185 },
250186 [0x1F0CB]={
250187  category="so",
250188  description="PLAYING CARD JACK OF DIAMONDS",
250189  direction="on",
250190  linebreak="id",
250191  unicodeslot=0x1F0CB,
250192 },
250193 [0x1F0CC]={
250194  category="so",
250195  description="PLAYING CARD KNIGHT OF DIAMONDS",
250196  direction="on",
250197  linebreak="id",
250198  unicodeslot=0x1F0CC,
250199 },
250200 [0x1F0CD]={
250201  category="so",
250202  description="PLAYING CARD QUEEN OF DIAMONDS",
250203  direction="on",
250204  linebreak="id",
250205  unicodeslot=0x1F0CD,
250206 },
250207 [0x1F0CE]={
250208  category="so",
250209  description="PLAYING CARD KING OF DIAMONDS",
250210  direction="on",
250211  linebreak="id",
250212  unicodeslot=0x1F0CE,
250213 },
250214 [0x1F0CF]={
250215  category="so",
250216  cjkwd="w",
250217  description="PLAYING CARD BLACK JOKER",
250218  direction="on",
250219  linebreak="id",
250220  unicodeslot=0x1F0CF,
250221 },
250222 [0x1F0D1]={
250223  category="so",
250224  description="PLAYING CARD ACE OF CLUBS",
250225  direction="on",
250226  linebreak="id",
250227  unicodeslot=0x1F0D1,
250228 },
250229 [0x1F0D2]={
250230  category="so",
250231  description="PLAYING CARD TWO OF CLUBS",
250232  direction="on",
250233  linebreak="id",
250234  unicodeslot=0x1F0D2,
250235 },
250236 [0x1F0D3]={
250237  category="so",
250238  description="PLAYING CARD THREE OF CLUBS",
250239  direction="on",
250240  linebreak="id",
250241  unicodeslot=0x1F0D3,
250242 },
250243 [0x1F0D4]={
250244  category="so",
250245  description="PLAYING CARD FOUR OF CLUBS",
250246  direction="on",
250247  linebreak="id",
250248  unicodeslot=0x1F0D4,
250249 },
250250 [0x1F0D5]={
250251  category="so",
250252  description="PLAYING CARD FIVE OF CLUBS",
250253  direction="on",
250254  linebreak="id",
250255  unicodeslot=0x1F0D5,
250256 },
250257 [0x1F0D6]={
250258  category="so",
250259  description="PLAYING CARD SIX OF CLUBS",
250260  direction="on",
250261  linebreak="id",
250262  unicodeslot=0x1F0D6,
250263 },
250264 [0x1F0D7]={
250265  category="so",
250266  description="PLAYING CARD SEVEN OF CLUBS",
250267  direction="on",
250268  linebreak="id",
250269  unicodeslot=0x1F0D7,
250270 },
250271 [0x1F0D8]={
250272  category="so",
250273  description="PLAYING CARD EIGHT OF CLUBS",
250274  direction="on",
250275  linebreak="id",
250276  unicodeslot=0x1F0D8,
250277 },
250278 [0x1F0D9]={
250279  category="so",
250280  description="PLAYING CARD NINE OF CLUBS",
250281  direction="on",
250282  linebreak="id",
250283  unicodeslot=0x1F0D9,
250284 },
250285 [0x1F0DA]={
250286  category="so",
250287  description="PLAYING CARD TEN OF CLUBS",
250288  direction="on",
250289  linebreak="id",
250290  unicodeslot=0x1F0DA,
250291 },
250292 [0x1F0DB]={
250293  category="so",
250294  description="PLAYING CARD JACK OF CLUBS",
250295  direction="on",
250296  linebreak="id",
250297  unicodeslot=0x1F0DB,
250298 },
250299 [0x1F0DC]={
250300  category="so",
250301  description="PLAYING CARD KNIGHT OF CLUBS",
250302  direction="on",
250303  linebreak="id",
250304  unicodeslot=0x1F0DC,
250305 },
250306 [0x1F0DD]={
250307  category="so",
250308  description="PLAYING CARD QUEEN OF CLUBS",
250309  direction="on",
250310  linebreak="id",
250311  unicodeslot=0x1F0DD,
250312 },
250313 [0x1F0DE]={
250314  category="so",
250315  description="PLAYING CARD KING OF CLUBS",
250316  direction="on",
250317  linebreak="id",
250318  unicodeslot=0x1F0DE,
250319 },
250320 [0x1F0DF]={
250321  category="so",
250322  description="PLAYING CARD WHITE JOKER",
250323  direction="on",
250324  linebreak="id",
250325  unicodeslot=0x1F0DF,
250326 },
250327 [0x1F0E0]={
250328  category="so",
250329  description="PLAYING CARD FOOL",
250330  direction="on",
250331  linebreak="id",
250332  unicodeslot=0x1F0E0,
250333 },
250334 [0x1F0E1]={
250335  category="so",
250336  description="PLAYING CARD TRUMP-1",
250337  direction="on",
250338  linebreak="id",
250339  unicodeslot=0x1F0E1,
250340 },
250341 [0x1F0E2]={
250342  category="so",
250343  description="PLAYING CARD TRUMP-2",
250344  direction="on",
250345  linebreak="id",
250346  unicodeslot=0x1F0E2,
250347 },
250348 [0x1F0E3]={
250349  category="so",
250350  description="PLAYING CARD TRUMP-3",
250351  direction="on",
250352  linebreak="id",
250353  unicodeslot=0x1F0E3,
250354 },
250355 [0x1F0E4]={
250356  category="so",
250357  description="PLAYING CARD TRUMP-4",
250358  direction="on",
250359  linebreak="id",
250360  unicodeslot=0x1F0E4,
250361 },
250362 [0x1F0E5]={
250363  category="so",
250364  description="PLAYING CARD TRUMP-5",
250365  direction="on",
250366  linebreak="id",
250367  unicodeslot=0x1F0E5,
250368 },
250369 [0x1F0E6]={
250370  category="so",
250371  description="PLAYING CARD TRUMP-6",
250372  direction="on",
250373  linebreak="id",
250374  unicodeslot=0x1F0E6,
250375 },
250376 [0x1F0E7]={
250377  category="so",
250378  description="PLAYING CARD TRUMP-7",
250379  direction="on",
250380  linebreak="id",
250381  unicodeslot=0x1F0E7,
250382 },
250383 [0x1F0E8]={
250384  category="so",
250385  description="PLAYING CARD TRUMP-8",
250386  direction="on",
250387  linebreak="id",
250388  unicodeslot=0x1F0E8,
250389 },
250390 [0x1F0E9]={
250391  category="so",
250392  description="PLAYING CARD TRUMP-9",
250393  direction="on",
250394  linebreak="id",
250395  unicodeslot=0x1F0E9,
250396 },
250397 [0x1F0EA]={
250398  category="so",
250399  description="PLAYING CARD TRUMP-10",
250400  direction="on",
250401  linebreak="id",
250402  unicodeslot=0x1F0EA,
250403 },
250404 [0x1F0EB]={
250405  category="so",
250406  description="PLAYING CARD TRUMP-11",
250407  direction="on",
250408  linebreak="id",
250409  unicodeslot=0x1F0EB,
250410 },
250411 [0x1F0EC]={
250412  category="so",
250413  description="PLAYING CARD TRUMP-12",
250414  direction="on",
250415  linebreak="id",
250416  unicodeslot=0x1F0EC,
250417 },
250418 [0x1F0ED]={
250419  category="so",
250420  description="PLAYING CARD TRUMP-13",
250421  direction="on",
250422  linebreak="id",
250423  unicodeslot=0x1F0ED,
250424 },
250425 [0x1F0EE]={
250426  category="so",
250427  description="PLAYING CARD TRUMP-14",
250428  direction="on",
250429  linebreak="id",
250430  unicodeslot=0x1F0EE,
250431 },
250432 [0x1F0EF]={
250433  category="so",
250434  description="PLAYING CARD TRUMP-15",
250435  direction="on",
250436  linebreak="id",
250437  unicodeslot=0x1F0EF,
250438 },
250439 [0x1F0F0]={
250440  category="so",
250441  description="PLAYING CARD TRUMP-16",
250442  direction="on",
250443  linebreak="id",
250444  unicodeslot=0x1F0F0,
250445 },
250446 [0x1F0F1]={
250447  category="so",
250448  description="PLAYING CARD TRUMP-17",
250449  direction="on",
250450  linebreak="id",
250451  unicodeslot=0x1F0F1,
250452 },
250453 [0x1F0F2]={
250454  category="so",
250455  description="PLAYING CARD TRUMP-18",
250456  direction="on",
250457  linebreak="id",
250458  unicodeslot=0x1F0F2,
250459 },
250460 [0x1F0F3]={
250461  category="so",
250462  description="PLAYING CARD TRUMP-19",
250463  direction="on",
250464  linebreak="id",
250465  unicodeslot=0x1F0F3,
250466 },
250467 [0x1F0F4]={
250468  category="so",
250469  description="PLAYING CARD TRUMP-20",
250470  direction="on",
250471  linebreak="id",
250472  unicodeslot=0x1F0F4,
250473 },
250474 [0x1F0F5]={
250475  category="so",
250476  description="PLAYING CARD TRUMP-21",
250477  direction="on",
250478  linebreak="id",
250479  unicodeslot=0x1F0F5,
250480 },
250481 [0x1F100]={
250482  category="no",
250483  cjkwd="a",
250484  description="DIGIT ZERO FULL STOP",
250485  direction="en",
250486  linebreak="ai",
250487  specials={ "compat", 0x30, 0x2E },
250488  unicodeslot=0x1F100,
250489 },
250490 [0x1F101]={
250491  category="no",
250492  cjkwd="a",
250493  description="DIGIT ZERO COMMA",
250494  direction="en",
250495  linebreak="ai",
250496  specials={ "compat", 0x30, 0x2C },
250497  unicodeslot=0x1F101,
250498 },
250499 [0x1F102]={
250500  category="no",
250501  cjkwd="a",
250502  description="DIGIT ONE COMMA",
250503  direction="en",
250504  linebreak="ai",
250505  specials={ "compat", 0x31, 0x2C },
250506  unicodeslot=0x1F102,
250507 },
250508 [0x1F103]={
250509  category="no",
250510  cjkwd="a",
250511  description="DIGIT TWO COMMA",
250512  direction="en",
250513  linebreak="ai",
250514  specials={ "compat", 0x32, 0x2C },
250515  unicodeslot=0x1F103,
250516 },
250517 [0x1F104]={
250518  category="no",
250519  cjkwd="a",
250520  description="DIGIT THREE COMMA",
250521  direction="en",
250522  linebreak="ai",
250523  specials={ "compat", 0x33, 0x2C },
250524  unicodeslot=0x1F104,
250525 },
250526 [0x1F105]={
250527  category="no",
250528  cjkwd="a",
250529  description="DIGIT FOUR COMMA",
250530  direction="en",
250531  linebreak="ai",
250532  specials={ "compat", 0x34, 0x2C },
250533  unicodeslot=0x1F105,
250534 },
250535 [0x1F106]={
250536  category="no",
250537  cjkwd="a",
250538  description="DIGIT FIVE COMMA",
250539  direction="en",
250540  linebreak="ai",
250541  specials={ "compat", 0x35, 0x2C },
250542  unicodeslot=0x1F106,
250543 },
250544 [0x1F107]={
250545  category="no",
250546  cjkwd="a",
250547  description="DIGIT SIX COMMA",
250548  direction="en",
250549  linebreak="ai",
250550  specials={ "compat", 0x36, 0x2C },
250551  unicodeslot=0x1F107,
250552 },
250553 [0x1F108]={
250554  category="no",
250555  cjkwd="a",
250556  description="DIGIT SEVEN COMMA",
250557  direction="en",
250558  linebreak="ai",
250559  specials={ "compat", 0x37, 0x2C },
250560  unicodeslot=0x1F108,
250561 },
250562 [0x1F109]={
250563  category="no",
250564  cjkwd="a",
250565  description="DIGIT EIGHT COMMA",
250566  direction="en",
250567  linebreak="ai",
250568  specials={ "compat", 0x38, 0x2C },
250569  unicodeslot=0x1F109,
250570 },
250571 [0x1F10A]={
250572  category="no",
250573  cjkwd="a",
250574  description="DIGIT NINE COMMA",
250575  direction="en",
250576  linebreak="ai",
250577  specials={ "compat", 0x39, 0x2C },
250578  unicodeslot=0x1F10A,
250579 },
250580 [0x1F10B]={
250581  category="no",
250582  description="DINGBAT CIRCLED SANS-SERIF DIGIT ZERO",
250583  direction="on",
250584  linebreak="ai",
250585  unicodeslot=0x1F10B,
250586 },
250587 [0x1F10C]={
250588  category="no",
250589  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ZERO",
250590  direction="on",
250591  linebreak="ai",
250592  unicodeslot=0x1F10C,
250593 },
250594 [0x1F10D]={
250595  category="so",
250596  description="CIRCLED ZERO WITH SLASH",
250597  direction="on",
250598  linebreak="id",
250599  unicodeslot=0x1F10D,
250600 },
250601 [0x1F10E]={
250602  category="so",
250603  description="CIRCLED ANTICLOCKWISE ARROW",
250604  direction="on",
250605  linebreak="id",
250606  unicodeslot=0x1F10E,
250607 },
250608 [0x1F10F]={
250609  category="so",
250610  description="CIRCLED DOLLAR SIGN WITH OVERLAID BACKSLASH",
250611  direction="on",
250612  linebreak="id",
250613  unicodeslot=0x1F10F,
250614 },
250615 [0x1F110]={
250616  category="so",
250617  cjkwd="a",
250618  description="PARENTHESIZED LATIN CAPITAL LETTER A",
250619  direction="l",
250620  linebreak="ai",
250621  specials={ "compat", 0x28, 0x41, 0x29 },
250622  unicodeslot=0x1F110,
250623 },
250624 [0x1F111]={
250625  category="so",
250626  cjkwd="a",
250627  description="PARENTHESIZED LATIN CAPITAL LETTER B",
250628  direction="l",
250629  linebreak="ai",
250630  specials={ "compat", 0x28, 0x42, 0x29 },
250631  unicodeslot=0x1F111,
250632 },
250633 [0x1F112]={
250634  category="so",
250635  cjkwd="a",
250636  description="PARENTHESIZED LATIN CAPITAL LETTER C",
250637  direction="l",
250638  linebreak="ai",
250639  specials={ "compat", 0x28, 0x43, 0x29 },
250640  unicodeslot=0x1F112,
250641 },
250642 [0x1F113]={
250643  category="so",
250644  cjkwd="a",
250645  description="PARENTHESIZED LATIN CAPITAL LETTER D",
250646  direction="l",
250647  linebreak="ai",
250648  specials={ "compat", 0x28, 0x44, 0x29 },
250649  unicodeslot=0x1F113,
250650 },
250651 [0x1F114]={
250652  category="so",
250653  cjkwd="a",
250654  description="PARENTHESIZED LATIN CAPITAL LETTER E",
250655  direction="l",
250656  linebreak="ai",
250657  specials={ "compat", 0x28, 0x45, 0x29 },
250658  unicodeslot=0x1F114,
250659 },
250660 [0x1F115]={
250661  category="so",
250662  cjkwd="a",
250663  description="PARENTHESIZED LATIN CAPITAL LETTER F",
250664  direction="l",
250665  linebreak="ai",
250666  specials={ "compat", 0x28, 0x46, 0x29 },
250667  unicodeslot=0x1F115,
250668 },
250669 [0x1F116]={
250670  category="so",
250671  cjkwd="a",
250672  description="PARENTHESIZED LATIN CAPITAL LETTER G",
250673  direction="l",
250674  linebreak="ai",
250675  specials={ "compat", 0x28, 0x47, 0x29 },
250676  unicodeslot=0x1F116,
250677 },
250678 [0x1F117]={
250679  category="so",
250680  cjkwd="a",
250681  description="PARENTHESIZED LATIN CAPITAL LETTER H",
250682  direction="l",
250683  linebreak="ai",
250684  specials={ "compat", 0x28, 0x48, 0x29 },
250685  unicodeslot=0x1F117,
250686 },
250687 [0x1F118]={
250688  category="so",
250689  cjkwd="a",
250690  description="PARENTHESIZED LATIN CAPITAL LETTER I",
250691  direction="l",
250692  linebreak="ai",
250693  specials={ "compat", 0x28, 0x49, 0x29 },
250694  unicodeslot=0x1F118,
250695 },
250696 [0x1F119]={
250697  category="so",
250698  cjkwd="a",
250699  description="PARENTHESIZED LATIN CAPITAL LETTER J",
250700  direction="l",
250701  linebreak="ai",
250702  specials={ "compat", 0x28, 0x4A, 0x29 },
250703  unicodeslot=0x1F119,
250704 },
250705 [0x1F11A]={
250706  category="so",
250707  cjkwd="a",
250708  description="PARENTHESIZED LATIN CAPITAL LETTER K",
250709  direction="l",
250710  linebreak="ai",
250711  specials={ "compat", 0x28, 0x4B, 0x29 },
250712  unicodeslot=0x1F11A,
250713 },
250714 [0x1F11B]={
250715  category="so",
250716  cjkwd="a",
250717  description="PARENTHESIZED LATIN CAPITAL LETTER L",
250718  direction="l",
250719  linebreak="ai",
250720  specials={ "compat", 0x28, 0x4C, 0x29 },
250721  unicodeslot=0x1F11B,
250722 },
250723 [0x1F11C]={
250724  category="so",
250725  cjkwd="a",
250726  description="PARENTHESIZED LATIN CAPITAL LETTER M",
250727  direction="l",
250728  linebreak="ai",
250729  specials={ "compat", 0x28, 0x4D, 0x29 },
250730  unicodeslot=0x1F11C,
250731 },
250732 [0x1F11D]={
250733  category="so",
250734  cjkwd="a",
250735  description="PARENTHESIZED LATIN CAPITAL LETTER N",
250736  direction="l",
250737  linebreak="ai",
250738  specials={ "compat", 0x28, 0x4E, 0x29 },
250739  unicodeslot=0x1F11D,
250740 },
250741 [0x1F11E]={
250742  category="so",
250743  cjkwd="a",
250744  description="PARENTHESIZED LATIN CAPITAL LETTER O",
250745  direction="l",
250746  linebreak="ai",
250747  specials={ "compat", 0x28, 0x4F, 0x29 },
250748  unicodeslot=0x1F11E,
250749 },
250750 [0x1F11F]={
250751  category="so",
250752  cjkwd="a",
250753  description="PARENTHESIZED LATIN CAPITAL LETTER P",
250754  direction="l",
250755  linebreak="ai",
250756  specials={ "compat", 0x28, 0x50, 0x29 },
250757  unicodeslot=0x1F11F,
250758 },
250759 [0x1F120]={
250760  category="so",
250761  cjkwd="a",
250762  description="PARENTHESIZED LATIN CAPITAL LETTER Q",
250763  direction="l",
250764  linebreak="ai",
250765  specials={ "compat", 0x28, 0x51, 0x29 },
250766  unicodeslot=0x1F120,
250767 },
250768 [0x1F121]={
250769  category="so",
250770  cjkwd="a",
250771  description="PARENTHESIZED LATIN CAPITAL LETTER R",
250772  direction="l",
250773  linebreak="ai",
250774  specials={ "compat", 0x28, 0x52, 0x29 },
250775  unicodeslot=0x1F121,
250776 },
250777 [0x1F122]={
250778  category="so",
250779  cjkwd="a",
250780  description="PARENTHESIZED LATIN CAPITAL LETTER S",
250781  direction="l",
250782  linebreak="ai",
250783  specials={ "compat", 0x28, 0x53, 0x29 },
250784  unicodeslot=0x1F122,
250785 },
250786 [0x1F123]={
250787  category="so",
250788  cjkwd="a",
250789  description="PARENTHESIZED LATIN CAPITAL LETTER T",
250790  direction="l",
250791  linebreak="ai",
250792  specials={ "compat", 0x28, 0x54, 0x29 },
250793  unicodeslot=0x1F123,
250794 },
250795 [0x1F124]={
250796  category="so",
250797  cjkwd="a",
250798  description="PARENTHESIZED LATIN CAPITAL LETTER U",
250799  direction="l",
250800  linebreak="ai",
250801  specials={ "compat", 0x28, 0x55, 0x29 },
250802  unicodeslot=0x1F124,
250803 },
250804 [0x1F125]={
250805  category="so",
250806  cjkwd="a",
250807  description="PARENTHESIZED LATIN CAPITAL LETTER V",
250808  direction="l",
250809  linebreak="ai",
250810  specials={ "compat", 0x28, 0x56, 0x29 },
250811  unicodeslot=0x1F125,
250812 },
250813 [0x1F126]={
250814  category="so",
250815  cjkwd="a",
250816  description="PARENTHESIZED LATIN CAPITAL LETTER W",
250817  direction="l",
250818  linebreak="ai",
250819  specials={ "compat", 0x28, 0x57, 0x29 },
250820  unicodeslot=0x1F126,
250821 },
250822 [0x1F127]={
250823  category="so",
250824  cjkwd="a",
250825  description="PARENTHESIZED LATIN CAPITAL LETTER X",
250826  direction="l",
250827  linebreak="ai",
250828  specials={ "compat", 0x28, 0x58, 0x29 },
250829  unicodeslot=0x1F127,
250830 },
250831 [0x1F128]={
250832  category="so",
250833  cjkwd="a",
250834  description="PARENTHESIZED LATIN CAPITAL LETTER Y",
250835  direction="l",
250836  linebreak="ai",
250837  specials={ "compat", 0x28, 0x59, 0x29 },
250838  unicodeslot=0x1F128,
250839 },
250840 [0x1F129]={
250841  category="so",
250842  cjkwd="a",
250843  description="PARENTHESIZED LATIN CAPITAL LETTER Z",
250844  direction="l",
250845  linebreak="ai",
250846  specials={ "compat", 0x28, 0x5A, 0x29 },
250847  unicodeslot=0x1F129,
250848 },
250849 [0x1F12A]={
250850  category="so",
250851  cjkwd="a",
250852  description="TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S",
250853  direction="l",
250854  linebreak="ai",
250855  specials={ "compat", 0x3014, 0x53, 0x3015 },
250856  unicodeslot=0x1F12A,
250857 },
250858 [0x1F12B]={
250859  category="so",
250860  cjkwd="a",
250861  description="CIRCLED ITALIC LATIN CAPITAL LETTER C",
250862  direction="l",
250863  linebreak="ai",
250864  specials={ "circle", 0x43 },
250865  unicodeslot=0x1F12B,
250866 },
250867 [0x1F12C]={
250868  category="so",
250869  cjkwd="a",
250870  description="CIRCLED ITALIC LATIN CAPITAL LETTER R",
250871  direction="l",
250872  linebreak="ai",
250873  specials={ "circle", 0x52 },
250874  unicodeslot=0x1F12C,
250875 },
250876 [0x1F12D]={
250877  category="so",
250878  cjkwd="a",
250879  description="CIRCLED CD",
250880  direction="l",
250881  linebreak="ai",
250882  specials={ "circle", 0x43, 0x44 },
250883  unicodeslot=0x1F12D,
250884 },
250885 [0x1F12E]={
250886  category="so",
250887  description="CIRCLED WZ",
250888  direction="l",
250889  linebreak="al",
250890  specials={ "circle", 0x57, 0x5A },
250891  unicodeslot=0x1F12E,
250892 },
250893 [0x1F12F]={
250894  category="so",
250895  description="COPYLEFT SYMBOL",
250896  direction="on",
250897  linebreak="al",
250898  unicodeslot=0x1F12F,
250899 },
250900 [0x1F130]={
250901  category="so",
250902  cjkwd="a",
250903  description="SQUARED LATIN CAPITAL LETTER A",
250904  direction="l",
250905  linebreak="ai",
250906  specials={ "square", 0x41 },
250907  unicodeslot=0x1F130,
250908 },
250909 [0x1F131]={
250910  category="so",
250911  cjkwd="a",
250912  description="SQUARED LATIN CAPITAL LETTER B",
250913  direction="l",
250914  linebreak="ai",
250915  specials={ "square", 0x42 },
250916  unicodeslot=0x1F131,
250917 },
250918 [0x1F132]={
250919  category="so",
250920  cjkwd="a",
250921  description="SQUARED LATIN CAPITAL LETTER C",
250922  direction="l",
250923  linebreak="ai",
250924  specials={ "square", 0x43 },
250925  unicodeslot=0x1F132,
250926 },
250927 [0x1F133]={
250928  category="so",
250929  cjkwd="a",
250930  description="SQUARED LATIN CAPITAL LETTER D",
250931  direction="l",
250932  linebreak="ai",
250933  specials={ "square", 0x44 },
250934  unicodeslot=0x1F133,
250935 },
250936 [0x1F134]={
250937  category="so",
250938  cjkwd="a",
250939  description="SQUARED LATIN CAPITAL LETTER E",
250940  direction="l",
250941  linebreak="ai",
250942  specials={ "square", 0x45 },
250943  unicodeslot=0x1F134,
250944 },
250945 [0x1F135]={
250946  category="so",
250947  cjkwd="a",
250948  description="SQUARED LATIN CAPITAL LETTER F",
250949  direction="l",
250950  linebreak="ai",
250951  specials={ "square", 0x46 },
250952  unicodeslot=0x1F135,
250953 },
250954 [0x1F136]={
250955  category="so",
250956  cjkwd="a",
250957  description="SQUARED LATIN CAPITAL LETTER G",
250958  direction="l",
250959  linebreak="ai",
250960  specials={ "square", 0x47 },
250961  unicodeslot=0x1F136,
250962 },
250963 [0x1F137]={
250964  category="so",
250965  cjkwd="a",
250966  description="SQUARED LATIN CAPITAL LETTER H",
250967  direction="l",
250968  linebreak="ai",
250969  specials={ "square", 0x48 },
250970  unicodeslot=0x1F137,
250971 },
250972 [0x1F138]={
250973  category="so",
250974  cjkwd="a",
250975  description="SQUARED LATIN CAPITAL LETTER I",
250976  direction="l",
250977  linebreak="ai",
250978  specials={ "square", 0x49 },
250979  unicodeslot=0x1F138,
250980 },
250981 [0x1F139]={
250982  category="so",
250983  cjkwd="a",
250984  description="SQUARED LATIN CAPITAL LETTER J",
250985  direction="l",
250986  linebreak="ai",
250987  specials={ "square", 0x4A },
250988  unicodeslot=0x1F139,
250989 },
250990 [0x1F13A]={
250991  category="so",
250992  cjkwd="a",
250993  description="SQUARED LATIN CAPITAL LETTER K",
250994  direction="l",
250995  linebreak="ai",
250996  specials={ "square", 0x4B },
250997  unicodeslot=0x1F13A,
250998 },
250999 [0x1F13B]={
251000  category="so",
251001  cjkwd="a",
251002  description="SQUARED LATIN CAPITAL LETTER L",
251003  direction="l",
251004  linebreak="ai",
251005  specials={ "square", 0x4C },
251006  unicodeslot=0x1F13B,
251007 },
251008 [0x1F13C]={
251009  category="so",
251010  cjkwd="a",
251011  description="SQUARED LATIN CAPITAL LETTER M",
251012  direction="l",
251013  linebreak="ai",
251014  specials={ "square", 0x4D },
251015  unicodeslot=0x1F13C,
251016 },
251017 [0x1F13D]={
251018  category="so",
251019  cjkwd="a",
251020  description="SQUARED LATIN CAPITAL LETTER N",
251021  direction="l",
251022  linebreak="ai",
251023  specials={ "square", 0x4E },
251024  unicodeslot=0x1F13D,
251025 },
251026 [0x1F13E]={
251027  category="so",
251028  cjkwd="a",
251029  description="SQUARED LATIN CAPITAL LETTER O",
251030  direction="l",
251031  linebreak="ai",
251032  specials={ "square", 0x4F },
251033  unicodeslot=0x1F13E,
251034 },
251035 [0x1F13F]={
251036  category="so",
251037  cjkwd="a",
251038  description="SQUARED LATIN CAPITAL LETTER P",
251039  direction="l",
251040  linebreak="ai",
251041  specials={ "square", 0x50 },
251042  unicodeslot=0x1F13F,
251043 },
251044 [0x1F140]={
251045  category="so",
251046  cjkwd="a",
251047  description="SQUARED LATIN CAPITAL LETTER Q",
251048  direction="l",
251049  linebreak="ai",
251050  specials={ "square", 0x51 },
251051  unicodeslot=0x1F140,
251052 },
251053 [0x1F141]={
251054  category="so",
251055  cjkwd="a",
251056  description="SQUARED LATIN CAPITAL LETTER R",
251057  direction="l",
251058  linebreak="ai",
251059  specials={ "square", 0x52 },
251060  unicodeslot=0x1F141,
251061 },
251062 [0x1F142]={
251063  category="so",
251064  cjkwd="a",
251065  description="SQUARED LATIN CAPITAL LETTER S",
251066  direction="l",
251067  linebreak="ai",
251068  specials={ "square", 0x53 },
251069  unicodeslot=0x1F142,
251070 },
251071 [0x1F143]={
251072  category="so",
251073  cjkwd="a",
251074  description="SQUARED LATIN CAPITAL LETTER T",
251075  direction="l",
251076  linebreak="ai",
251077  specials={ "square", 0x54 },
251078  unicodeslot=0x1F143,
251079 },
251080 [0x1F144]={
251081  category="so",
251082  cjkwd="a",
251083  description="SQUARED LATIN CAPITAL LETTER U",
251084  direction="l",
251085  linebreak="ai",
251086  specials={ "square", 0x55 },
251087  unicodeslot=0x1F144,
251088 },
251089 [0x1F145]={
251090  category="so",
251091  cjkwd="a",
251092  description="SQUARED LATIN CAPITAL LETTER V",
251093  direction="l",
251094  linebreak="ai",
251095  specials={ "square", 0x56 },
251096  unicodeslot=0x1F145,
251097 },
251098 [0x1F146]={
251099  category="so",
251100  cjkwd="a",
251101  description="SQUARED LATIN CAPITAL LETTER W",
251102  direction="l",
251103  linebreak="ai",
251104  specials={ "square", 0x57 },
251105  unicodeslot=0x1F146,
251106 },
251107 [0x1F147]={
251108  category="so",
251109  cjkwd="a",
251110  description="SQUARED LATIN CAPITAL LETTER X",
251111  direction="l",
251112  linebreak="ai",
251113  specials={ "square", 0x58 },
251114  unicodeslot=0x1F147,
251115 },
251116 [0x1F148]={
251117  category="so",
251118  cjkwd="a",
251119  description="SQUARED LATIN CAPITAL LETTER Y",
251120  direction="l",
251121  linebreak="ai",
251122  specials={ "square", 0x59 },
251123  unicodeslot=0x1F148,
251124 },
251125 [0x1F149]={
251126  category="so",
251127  cjkwd="a",
251128  description="SQUARED LATIN CAPITAL LETTER Z",
251129  direction="l",
251130  linebreak="ai",
251131  specials={ "square", 0x5A },
251132  unicodeslot=0x1F149,
251133 },
251134 [0x1F14A]={
251135  category="so",
251136  cjkwd="a",
251137  description="SQUARED HV",
251138  direction="l",
251139  linebreak="ai",
251140  specials={ "square", 0x48, 0x56 },
251141  unicodeslot=0x1F14A,
251142 },
251143 [0x1F14B]={
251144  category="so",
251145  cjkwd="a",
251146  description="SQUARED MV",
251147  direction="l",
251148  linebreak="ai",
251149  specials={ "square", 0x4D, 0x56 },
251150  unicodeslot=0x1F14B,
251151 },
251152 [0x1F14C]={
251153  category="so",
251154  cjkwd="a",
251155  description="SQUARED SD",
251156  direction="l",
251157  linebreak="ai",
251158  specials={ "square", 0x53, 0x44 },
251159  unicodeslot=0x1F14C,
251160 },
251161 [0x1F14D]={
251162  category="so",
251163  cjkwd="a",
251164  description="SQUARED SS",
251165  direction="l",
251166  linebreak="ai",
251167  specials={ "square", 0x53, 0x53 },
251168  unicodeslot=0x1F14D,
251169 },
251170 [0x1F14E]={
251171  category="so",
251172  cjkwd="a",
251173  description="SQUARED PPV",
251174  direction="l",
251175  linebreak="ai",
251176  specials={ "square", 0x50, 0x50, 0x56 },
251177  unicodeslot=0x1F14E,
251178 },
251179 [0x1F14F]={
251180  category="so",
251181  cjkwd="a",
251182  description="SQUARED WC",
251183  direction="l",
251184  linebreak="ai",
251185  specials={ "square", 0x57, 0x43 },
251186  unicodeslot=0x1F14F,
251187 },
251188 [0x1F150]={
251189  category="so",
251190  cjkwd="a",
251191  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER A",
251192  direction="l",
251193  linebreak="ai",
251194  unicodeslot=0x1F150,
251195 },
251196 [0x1F151]={
251197  category="so",
251198  cjkwd="a",
251199  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER B",
251200  direction="l",
251201  linebreak="ai",
251202  unicodeslot=0x1F151,
251203 },
251204 [0x1F152]={
251205  category="so",
251206  cjkwd="a",
251207  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER C",
251208  direction="l",
251209  linebreak="ai",
251210  unicodeslot=0x1F152,
251211 },
251212 [0x1F153]={
251213  category="so",
251214  cjkwd="a",
251215  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER D",
251216  direction="l",
251217  linebreak="ai",
251218  unicodeslot=0x1F153,
251219 },
251220 [0x1F154]={
251221  category="so",
251222  cjkwd="a",
251223  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER E",
251224  direction="l",
251225  linebreak="ai",
251226  unicodeslot=0x1F154,
251227 },
251228 [0x1F155]={
251229  category="so",
251230  cjkwd="a",
251231  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER F",
251232  direction="l",
251233  linebreak="ai",
251234  unicodeslot=0x1F155,
251235 },
251236 [0x1F156]={
251237  category="so",
251238  cjkwd="a",
251239  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER G",
251240  direction="l",
251241  linebreak="ai",
251242  unicodeslot=0x1F156,
251243 },
251244 [0x1F157]={
251245  category="so",
251246  cjkwd="a",
251247  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER H",
251248  direction="l",
251249  linebreak="ai",
251250  unicodeslot=0x1F157,
251251 },
251252 [0x1F158]={
251253  category="so",
251254  cjkwd="a",
251255  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER I",
251256  direction="l",
251257  linebreak="ai",
251258  unicodeslot=0x1F158,
251259 },
251260 [0x1F159]={
251261  category="so",
251262  cjkwd="a",
251263  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER J",
251264  direction="l",
251265  linebreak="ai",
251266  unicodeslot=0x1F159,
251267 },
251268 [0x1F15A]={
251269  category="so",
251270  cjkwd="a",
251271  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER K",
251272  direction="l",
251273  linebreak="ai",
251274  unicodeslot=0x1F15A,
251275 },
251276 [0x1F15B]={
251277  category="so",
251278  cjkwd="a",
251279  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER L",
251280  direction="l",
251281  linebreak="ai",
251282  unicodeslot=0x1F15B,
251283 },
251284 [0x1F15C]={
251285  category="so",
251286  cjkwd="a",
251287  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER M",
251288  direction="l",
251289  linebreak="ai",
251290  unicodeslot=0x1F15C,
251291 },
251292 [0x1F15D]={
251293  category="so",
251294  cjkwd="a",
251295  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER N",
251296  direction="l",
251297  linebreak="ai",
251298  unicodeslot=0x1F15D,
251299 },
251300 [0x1F15E]={
251301  category="so",
251302  cjkwd="a",
251303  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER O",
251304  direction="l",
251305  linebreak="ai",
251306  unicodeslot=0x1F15E,
251307 },
251308 [0x1F15F]={
251309  category="so",
251310  cjkwd="a",
251311  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER P",
251312  direction="l",
251313  linebreak="ai",
251314  unicodeslot=0x1F15F,
251315 },
251316 [0x1F160]={
251317  category="so",
251318  cjkwd="a",
251319  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Q",
251320  direction="l",
251321  linebreak="ai",
251322  unicodeslot=0x1F160,
251323 },
251324 [0x1F161]={
251325  category="so",
251326  cjkwd="a",
251327  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER R",
251328  direction="l",
251329  linebreak="ai",
251330  unicodeslot=0x1F161,
251331 },
251332 [0x1F162]={
251333  category="so",
251334  cjkwd="a",
251335  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER S",
251336  direction="l",
251337  linebreak="ai",
251338  unicodeslot=0x1F162,
251339 },
251340 [0x1F163]={
251341  category="so",
251342  cjkwd="a",
251343  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER T",
251344  direction="l",
251345  linebreak="ai",
251346  unicodeslot=0x1F163,
251347 },
251348 [0x1F164]={
251349  category="so",
251350  cjkwd="a",
251351  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER U",
251352  direction="l",
251353  linebreak="ai",
251354  unicodeslot=0x1F164,
251355 },
251356 [0x1F165]={
251357  category="so",
251358  cjkwd="a",
251359  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER V",
251360  direction="l",
251361  linebreak="ai",
251362  unicodeslot=0x1F165,
251363 },
251364 [0x1F166]={
251365  category="so",
251366  cjkwd="a",
251367  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER W",
251368  direction="l",
251369  linebreak="ai",
251370  unicodeslot=0x1F166,
251371 },
251372 [0x1F167]={
251373  category="so",
251374  cjkwd="a",
251375  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER X",
251376  direction="l",
251377  linebreak="ai",
251378  unicodeslot=0x1F167,
251379 },
251380 [0x1F168]={
251381  category="so",
251382  cjkwd="a",
251383  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Y",
251384  direction="l",
251385  linebreak="ai",
251386  unicodeslot=0x1F168,
251387 },
251388 [0x1F169]={
251389  category="so",
251390  cjkwd="a",
251391  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Z",
251392  direction="l",
251393  linebreak="ai",
251394  unicodeslot=0x1F169,
251395 },
251396 [0x1F16A]={
251397  category="so",
251398  description="RAISED MC SIGN",
251399  direction="on",
251400  linebreak="al",
251401  specials={ "super", 0x4D, 0x43 },
251402  synonyms={ "marque de commerce" },
251403  unicodeslot=0x1F16A,
251404 },
251405 [0x1F16B]={
251406  category="so",
251407  description="RAISED MD SIGN",
251408  direction="on",
251409  linebreak="al",
251410  specials={ "super", 0x4D, 0x44 },
251411  synonyms={ "marque deposee" },
251412  unicodeslot=0x1F16B,
251413 },
251414 [0x1F16C]={
251415  category="so",
251416  description="RAISED MR SIGN",
251417  direction="on",
251418  linebreak="al",
251419  specials={ "super", 0x4D, 0x52 },
251420  unicodeslot=0x1F16C,
251421 },
251422 [0x1F16D]={
251423  category="so",
251424  description="CIRCLED CC",
251425  direction="on",
251426  linebreak="id",
251427  unicodeslot=0x1F16D,
251428 },
251429 [0x1F16E]={
251430  category="so",
251431  description="CIRCLED C WITH OVERLAID BACKSLASH",
251432  direction="on",
251433  linebreak="id",
251434  unicodeslot=0x1F16E,
251435 },
251436 [0x1F16F]={
251437  category="so",
251438  description="CIRCLED HUMAN FIGURE",
251439  direction="on",
251440  linebreak="id",
251441  unicodeslot=0x1F16F,
251442 },
251443 [0x1F170]={
251444  category="so",
251445  cjkwd="a",
251446  description="NEGATIVE SQUARED LATIN CAPITAL LETTER A",
251447  direction="l",
251448  linebreak="ai",
251449  unicodeslot=0x1F170,
251450  variants=variants_emoji,
251451 },
251452 [0x1F171]={
251453  category="so",
251454  cjkwd="a",
251455  description="NEGATIVE SQUARED LATIN CAPITAL LETTER B",
251456  direction="l",
251457  linebreak="ai",
251458  unicodeslot=0x1F171,
251459  variants=variants_emoji,
251460 },
251461 [0x1F172]={
251462  category="so",
251463  cjkwd="a",
251464  description="NEGATIVE SQUARED LATIN CAPITAL LETTER C",
251465  direction="l",
251466  linebreak="ai",
251467  unicodeslot=0x1F172,
251468 },
251469 [0x1F173]={
251470  category="so",
251471  cjkwd="a",
251472  description="NEGATIVE SQUARED LATIN CAPITAL LETTER D",
251473  direction="l",
251474  linebreak="ai",
251475  unicodeslot=0x1F173,
251476 },
251477 [0x1F174]={
251478  category="so",
251479  cjkwd="a",
251480  description="NEGATIVE SQUARED LATIN CAPITAL LETTER E",
251481  direction="l",
251482  linebreak="ai",
251483  unicodeslot=0x1F174,
251484 },
251485 [0x1F175]={
251486  category="so",
251487  cjkwd="a",
251488  description="NEGATIVE SQUARED LATIN CAPITAL LETTER F",
251489  direction="l",
251490  linebreak="ai",
251491  unicodeslot=0x1F175,
251492 },
251493 [0x1F176]={
251494  category="so",
251495  cjkwd="a",
251496  description="NEGATIVE SQUARED LATIN CAPITAL LETTER G",
251497  direction="l",
251498  linebreak="ai",
251499  unicodeslot=0x1F176,
251500 },
251501 [0x1F177]={
251502  category="so",
251503  cjkwd="a",
251504  description="NEGATIVE SQUARED LATIN CAPITAL LETTER H",
251505  direction="l",
251506  linebreak="ai",
251507  unicodeslot=0x1F177,
251508 },
251509 [0x1F178]={
251510  category="so",
251511  cjkwd="a",
251512  description="NEGATIVE SQUARED LATIN CAPITAL LETTER I",
251513  direction="l",
251514  linebreak="ai",
251515  unicodeslot=0x1F178,
251516 },
251517 [0x1F179]={
251518  category="so",
251519  cjkwd="a",
251520  description="NEGATIVE SQUARED LATIN CAPITAL LETTER J",
251521  direction="l",
251522  linebreak="ai",
251523  unicodeslot=0x1F179,
251524 },
251525 [0x1F17A]={
251526  category="so",
251527  cjkwd="a",
251528  description="NEGATIVE SQUARED LATIN CAPITAL LETTER K",
251529  direction="l",
251530  linebreak="ai",
251531  unicodeslot=0x1F17A,
251532 },
251533 [0x1F17B]={
251534  category="so",
251535  cjkwd="a",
251536  description="NEGATIVE SQUARED LATIN CAPITAL LETTER L",
251537  direction="l",
251538  linebreak="ai",
251539  unicodeslot=0x1F17B,
251540 },
251541 [0x1F17C]={
251542  category="so",
251543  cjkwd="a",
251544  description="NEGATIVE SQUARED LATIN CAPITAL LETTER M",
251545  direction="l",
251546  linebreak="ai",
251547  unicodeslot=0x1F17C,
251548 },
251549 [0x1F17D]={
251550  category="so",
251551  cjkwd="a",
251552  description="NEGATIVE SQUARED LATIN CAPITAL LETTER N",
251553  direction="l",
251554  linebreak="ai",
251555  unicodeslot=0x1F17D,
251556 },
251557 [0x1F17E]={
251558  category="so",
251559  cjkwd="a",
251560  description="NEGATIVE SQUARED LATIN CAPITAL LETTER O",
251561  direction="l",
251562  linebreak="ai",
251563  unicodeslot=0x1F17E,
251564  variants=variants_emoji,
251565 },
251566 [0x1F17F]={
251567  category="so",
251568  cjkwd="a",
251569  description="NEGATIVE SQUARED LATIN CAPITAL LETTER P",
251570  direction="l",
251571  linebreak="ai",
251572  unicodeslot=0x1F17F,
251573  variants=variants_emoji,
251574 },
251575 [0x1F180]={
251576  category="so",
251577  cjkwd="a",
251578  description="NEGATIVE SQUARED LATIN CAPITAL LETTER Q",
251579  direction="l",
251580  linebreak="ai",
251581  unicodeslot=0x1F180,
251582 },
251583 [0x1F181]={
251584  category="so",
251585  cjkwd="a",
251586  description="NEGATIVE SQUARED LATIN CAPITAL LETTER R",
251587  direction="l",
251588  linebreak="ai",
251589  unicodeslot=0x1F181,
251590 },
251591 [0x1F182]={
251592  category="so",
251593  cjkwd="a",
251594  description="NEGATIVE SQUARED LATIN CAPITAL LETTER S",
251595  direction="l",
251596  linebreak="ai",
251597  unicodeslot=0x1F182,
251598 },
251599 [0x1F183]={
251600  category="so",
251601  cjkwd="a",
251602  description="NEGATIVE SQUARED LATIN CAPITAL LETTER T",
251603  direction="l",
251604  linebreak="ai",
251605  unicodeslot=0x1F183,
251606 },
251607 [0x1F184]={
251608  category="so",
251609  cjkwd="a",
251610  description="NEGATIVE SQUARED LATIN CAPITAL LETTER U",
251611  direction="l",
251612  linebreak="ai",
251613  unicodeslot=0x1F184,
251614 },
251615 [0x1F185]={
251616  category="so",
251617  cjkwd="a",
251618  description="NEGATIVE SQUARED LATIN CAPITAL LETTER V",
251619  direction="l",
251620  linebreak="ai",
251621  unicodeslot=0x1F185,
251622 },
251623 [0x1F186]={
251624  category="so",
251625  cjkwd="a",
251626  description="NEGATIVE SQUARED LATIN CAPITAL LETTER W",
251627  direction="l",
251628  linebreak="ai",
251629  unicodeslot=0x1F186,
251630 },
251631 [0x1F187]={
251632  category="so",
251633  cjkwd="a",
251634  description="NEGATIVE SQUARED LATIN CAPITAL LETTER X",
251635  direction="l",
251636  linebreak="ai",
251637  unicodeslot=0x1F187,
251638 },
251639 [0x1F188]={
251640  category="so",
251641  cjkwd="a",
251642  description="NEGATIVE SQUARED LATIN CAPITAL LETTER Y",
251643  direction="l",
251644  linebreak="ai",
251645  unicodeslot=0x1F188,
251646 },
251647 [0x1F189]={
251648  category="so",
251649  cjkwd="a",
251650  description="NEGATIVE SQUARED LATIN CAPITAL LETTER Z",
251651  direction="l",
251652  linebreak="ai",
251653  unicodeslot=0x1F189,
251654 },
251655 [0x1F18A]={
251656  category="so",
251657  cjkwd="a",
251658  description="CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P",
251659  direction="l",
251660  linebreak="ai",
251661  unicodeslot=0x1F18A,
251662 },
251663 [0x1F18B]={
251664  category="so",
251665  cjkwd="a",
251666  description="NEGATIVE SQUARED IC",
251667  direction="l",
251668  linebreak="ai",
251669  unicodeslot=0x1F18B,
251670 },
251671 [0x1F18C]={
251672  category="so",
251673  cjkwd="a",
251674  description="NEGATIVE SQUARED PA",
251675  direction="l",
251676  linebreak="ai",
251677  unicodeslot=0x1F18C,
251678 },
251679 [0x1F18D]={
251680  category="so",
251681  cjkwd="a",
251682  description="NEGATIVE SQUARED SA",
251683  direction="l",
251684  linebreak="ai",
251685  unicodeslot=0x1F18D,
251686 },
251687 [0x1F18E]={
251688  category="so",
251689  cjkwd="w",
251690  description="NEGATIVE SQUARED AB",
251691  direction="l",
251692  linebreak="ai",
251693  unicodeslot=0x1F18E,
251694 },
251695 [0x1F18F]={
251696  category="so",
251697  cjkwd="a",
251698  description="NEGATIVE SQUARED WC",
251699  direction="l",
251700  linebreak="ai",
251701  unicodeslot=0x1F18F,
251702 },
251703 [0x1F190]={
251704  category="so",
251705  cjkwd="a",
251706  description="SQUARE DJ",
251707  direction="l",
251708  linebreak="ai",
251709  specials={ "square", 0x44, 0x4A },
251710  unicodeslot=0x1F190,
251711 },
251712 [0x1F191]={
251713  category="so",
251714  cjkwd="w",
251715  description="SQUARED CL",
251716  direction="l",
251717  linebreak="ai",
251718  unicodeslot=0x1F191,
251719 },
251720 [0x1F192]={
251721  category="so",
251722  cjkwd="w",
251723  description="SQUARED COOL",
251724  direction="l",
251725  linebreak="ai",
251726  unicodeslot=0x1F192,
251727 },
251728 [0x1F193]={
251729  category="so",
251730  cjkwd="w",
251731  description="SQUARED FREE",
251732  direction="l",
251733  linebreak="ai",
251734  unicodeslot=0x1F193,
251735 },
251736 [0x1F194]={
251737  category="so",
251738  cjkwd="w",
251739  description="SQUARED ID",
251740  direction="l",
251741  linebreak="ai",
251742  unicodeslot=0x1F194,
251743 },
251744 [0x1F195]={
251745  category="so",
251746  cjkwd="w",
251747  description="SQUARED NEW",
251748  direction="l",
251749  linebreak="ai",
251750  unicodeslot=0x1F195,
251751 },
251752 [0x1F196]={
251753  category="so",
251754  cjkwd="w",
251755  description="SQUARED NG",
251756  direction="l",
251757  linebreak="ai",
251758  unicodeslot=0x1F196,
251759 },
251760 [0x1F197]={
251761  category="so",
251762  cjkwd="w",
251763  description="SQUARED OK",
251764  direction="l",
251765  linebreak="ai",
251766  unicodeslot=0x1F197,
251767 },
251768 [0x1F198]={
251769  category="so",
251770  cjkwd="w",
251771  description="SQUARED SOS",
251772  direction="l",
251773  linebreak="ai",
251774  unicodeslot=0x1F198,
251775 },
251776 [0x1F199]={
251777  category="so",
251778  cjkwd="w",
251779  description="SQUARED UP WITH EXCLAMATION MARK",
251780  direction="l",
251781  linebreak="ai",
251782  unicodeslot=0x1F199,
251783 },
251784 [0x1F19A]={
251785  category="so",
251786  cjkwd="w",
251787  description="SQUARED VS",
251788  direction="l",
251789  linebreak="ai",
251790  unicodeslot=0x1F19A,
251791 },
251792 [0x1F19B]={
251793  category="so",
251794  cjkwd="a",
251795  description="SQUARED THREE D",
251796  direction="l",
251797  linebreak="ai",
251798  unicodeslot=0x1F19B,
251799 },
251800 [0x1F19C]={
251801  category="so",
251802  cjkwd="a",
251803  description="SQUARED SECOND SCREEN",
251804  direction="l",
251805  linebreak="ai",
251806  unicodeslot=0x1F19C,
251807 },
251808 [0x1F19D]={
251809  category="so",
251810  cjkwd="a",
251811  description="SQUARED TWO K",
251812  direction="l",
251813  linebreak="ai",
251814  unicodeslot=0x1F19D,
251815 },
251816 [0x1F19E]={
251817  category="so",
251818  cjkwd="a",
251819  description="SQUARED FOUR K",
251820  direction="l",
251821  linebreak="ai",
251822  unicodeslot=0x1F19E,
251823 },
251824 [0x1F19F]={
251825  category="so",
251826  cjkwd="a",
251827  description="SQUARED EIGHT K",
251828  direction="l",
251829  linebreak="ai",
251830  unicodeslot=0x1F19F,
251831 },
251832 [0x1F1A0]={
251833  category="so",
251834  cjkwd="a",
251835  description="SQUARED FIVE POINT ONE",
251836  direction="l",
251837  linebreak="ai",
251838  unicodeslot=0x1F1A0,
251839 },
251840 [0x1F1A1]={
251841  category="so",
251842  cjkwd="a",
251843  description="SQUARED SEVEN POINT ONE",
251844  direction="l",
251845  linebreak="ai",
251846  unicodeslot=0x1F1A1,
251847 },
251848 [0x1F1A2]={
251849  category="so",
251850  cjkwd="a",
251851  description="SQUARED TWENTY-TWO POINT TWO",
251852  direction="l",
251853  linebreak="ai",
251854  unicodeslot=0x1F1A2,
251855 },
251856 [0x1F1A3]={
251857  category="so",
251858  cjkwd="a",
251859  description="SQUARED SIXTY P",
251860  direction="l",
251861  linebreak="ai",
251862  unicodeslot=0x1F1A3,
251863 },
251864 [0x1F1A4]={
251865  category="so",
251866  cjkwd="a",
251867  description="SQUARED ONE HUNDRED TWENTY P",
251868  direction="l",
251869  linebreak="ai",
251870  unicodeslot=0x1F1A4,
251871 },
251872 [0x1F1A5]={
251873  category="so",
251874  cjkwd="a",
251875  description="SQUARED LATIN SMALL LETTER D",
251876  direction="l",
251877  linebreak="ai",
251878  unicodeslot=0x1F1A5,
251879 },
251880 [0x1F1A6]={
251881  category="so",
251882  cjkwd="a",
251883  description="SQUARED HC",
251884  direction="l",
251885  linebreak="ai",
251886  unicodeslot=0x1F1A6,
251887 },
251888 [0x1F1A7]={
251889  category="so",
251890  cjkwd="a",
251891  description="SQUARED HDR",
251892  direction="l",
251893  linebreak="ai",
251894  unicodeslot=0x1F1A7,
251895 },
251896 [0x1F1A8]={
251897  category="so",
251898  cjkwd="a",
251899  description="SQUARED HI-RES",
251900  direction="l",
251901  linebreak="ai",
251902  unicodeslot=0x1F1A8,
251903 },
251904 [0x1F1A9]={
251905  category="so",
251906  cjkwd="a",
251907  description="SQUARED LOSSLESS",
251908  direction="l",
251909  linebreak="ai",
251910  unicodeslot=0x1F1A9,
251911 },
251912 [0x1F1AA]={
251913  category="so",
251914  cjkwd="a",
251915  description="SQUARED SHV",
251916  direction="l",
251917  linebreak="ai",
251918  unicodeslot=0x1F1AA,
251919 },
251920 [0x1F1AB]={
251921  category="so",
251922  cjkwd="a",
251923  description="SQUARED UHD",
251924  direction="l",
251925  linebreak="ai",
251926  unicodeslot=0x1F1AB,
251927 },
251928 [0x1F1AC]={
251929  category="so",
251930  cjkwd="a",
251931  description="SQUARED VOD",
251932  direction="l",
251933  linebreak="ai",
251934  unicodeslot=0x1F1AC,
251935 },
251936 [0x1F1AD]={
251937  category="so",
251938  description="MASK WORK SYMBOL",
251939  direction="on",
251940  linebreak="id",
251941  unicodeslot=0x1F1AD,
251942 },
251943 [0x1F1E6]={
251944  category="so",
251945  description="REGIONAL INDICATOR SYMBOL LETTER A",
251946  direction="l",
251947  linebreak="ri",
251948  unicodeslot=0x1F1E6,
251949 },
251950 [0x1F1E7]={
251951  category="so",
251952  description="REGIONAL INDICATOR SYMBOL LETTER B",
251953  direction="l",
251954  linebreak="ri",
251955  unicodeslot=0x1F1E7,
251956 },
251957 [0x1F1E8]={
251958  category="so",
251959  description="REGIONAL INDICATOR SYMBOL LETTER C",
251960  direction="l",
251961  linebreak="ri",
251962  unicodeslot=0x1F1E8,
251963 },
251964 [0x1F1E9]={
251965  category="so",
251966  description="REGIONAL INDICATOR SYMBOL LETTER D",
251967  direction="l",
251968  linebreak="ri",
251969  unicodeslot=0x1F1E9,
251970 },
251971 [0x1F1EA]={
251972  category="so",
251973  description="REGIONAL INDICATOR SYMBOL LETTER E",
251974  direction="l",
251975  linebreak="ri",
251976  unicodeslot=0x1F1EA,
251977 },
251978 [0x1F1EB]={
251979  category="so",
251980  description="REGIONAL INDICATOR SYMBOL LETTER F",
251981  direction="l",
251982  linebreak="ri",
251983  unicodeslot=0x1F1EB,
251984 },
251985 [0x1F1EC]={
251986  category="so",
251987  description="REGIONAL INDICATOR SYMBOL LETTER G",
251988  direction="l",
251989  linebreak="ri",
251990  unicodeslot=0x1F1EC,
251991 },
251992 [0x1F1ED]={
251993  category="so",
251994  description="REGIONAL INDICATOR SYMBOL LETTER H",
251995  direction="l",
251996  linebreak="ri",
251997  unicodeslot=0x1F1ED,
251998 },
251999 [0x1F1EE]={
252000  category="so",
252001  description="REGIONAL INDICATOR SYMBOL LETTER I",
252002  direction="l",
252003  linebreak="ri",
252004  unicodeslot=0x1F1EE,
252005 },
252006 [0x1F1EF]={
252007  category="so",
252008  description="REGIONAL INDICATOR SYMBOL LETTER J",
252009  direction="l",
252010  linebreak="ri",
252011  unicodeslot=0x1F1EF,
252012 },
252013 [0x1F1F0]={
252014  category="so",
252015  description="REGIONAL INDICATOR SYMBOL LETTER K",
252016  direction="l",
252017  linebreak="ri",
252018  unicodeslot=0x1F1F0,
252019 },
252020 [0x1F1F1]={
252021  category="so",
252022  description="REGIONAL INDICATOR SYMBOL LETTER L",
252023  direction="l",
252024  linebreak="ri",
252025  unicodeslot=0x1F1F1,
252026 },
252027 [0x1F1F2]={
252028  category="so",
252029  description="REGIONAL INDICATOR SYMBOL LETTER M",
252030  direction="l",
252031  linebreak="ri",
252032  unicodeslot=0x1F1F2,
252033 },
252034 [0x1F1F3]={
252035  category="so",
252036  description="REGIONAL INDICATOR SYMBOL LETTER N",
252037  direction="l",
252038  linebreak="ri",
252039  unicodeslot=0x1F1F3,
252040 },
252041 [0x1F1F4]={
252042  category="so",
252043  description="REGIONAL INDICATOR SYMBOL LETTER O",
252044  direction="l",
252045  linebreak="ri",
252046  unicodeslot=0x1F1F4,
252047 },
252048 [0x1F1F5]={
252049  category="so",
252050  description="REGIONAL INDICATOR SYMBOL LETTER P",
252051  direction="l",
252052  linebreak="ri",
252053  unicodeslot=0x1F1F5,
252054 },
252055 [0x1F1F6]={
252056  category="so",
252057  description="REGIONAL INDICATOR SYMBOL LETTER Q",
252058  direction="l",
252059  linebreak="ri",
252060  unicodeslot=0x1F1F6,
252061 },
252062 [0x1F1F7]={
252063  category="so",
252064  description="REGIONAL INDICATOR SYMBOL LETTER R",
252065  direction="l",
252066  linebreak="ri",
252067  unicodeslot=0x1F1F7,
252068 },
252069 [0x1F1F8]={
252070  category="so",
252071  description="REGIONAL INDICATOR SYMBOL LETTER S",
252072  direction="l",
252073  linebreak="ri",
252074  unicodeslot=0x1F1F8,
252075 },
252076 [0x1F1F9]={
252077  category="so",
252078  description="REGIONAL INDICATOR SYMBOL LETTER T",
252079  direction="l",
252080  linebreak="ri",
252081  unicodeslot=0x1F1F9,
252082 },
252083 [0x1F1FA]={
252084  category="so",
252085  description="REGIONAL INDICATOR SYMBOL LETTER U",
252086  direction="l",
252087  linebreak="ri",
252088  unicodeslot=0x1F1FA,
252089 },
252090 [0x1F1FB]={
252091  category="so",
252092  description="REGIONAL INDICATOR SYMBOL LETTER V",
252093  direction="l",
252094  linebreak="ri",
252095  unicodeslot=0x1F1FB,
252096 },
252097 [0x1F1FC]={
252098  category="so",
252099  description="REGIONAL INDICATOR SYMBOL LETTER W",
252100  direction="l",
252101  linebreak="ri",
252102  unicodeslot=0x1F1FC,
252103 },
252104 [0x1F1FD]={
252105  category="so",
252106  description="REGIONAL INDICATOR SYMBOL LETTER X",
252107  direction="l",
252108  linebreak="ri",
252109  unicodeslot=0x1F1FD,
252110 },
252111 [0x1F1FE]={
252112  category="so",
252113  description="REGIONAL INDICATOR SYMBOL LETTER Y",
252114  direction="l",
252115  linebreak="ri",
252116  unicodeslot=0x1F1FE,
252117 },
252118 [0x1F1FF]={
252119  category="so",
252120  description="REGIONAL INDICATOR SYMBOL LETTER Z",
252121  direction="l",
252122  linebreak="ri",
252123  unicodeslot=0x1F1FF,
252124 },
252125 [0x1F200]={
252126  category="so",
252127  cjkwd="w",
252128  description="SQUARE HIRAGANA HOKA",
252129  direction="l",
252130  linebreak="id",
252131  specials={ "square", 0x307B, 0x304B },
252132  unicodeslot=0x1F200,
252133 },
252134 [0x1F201]={
252135  category="so",
252136  cjkwd="w",
252137  description="SQUARED KATAKANA KOKO",
252138  direction="l",
252139  linebreak="id",
252140  specials={ "square", 0x30B3, 0x30B3 },
252141  unicodeslot=0x1F201,
252142 },
252143 [0x1F202]={
252144  category="so",
252145  cjkwd="w",
252146  description="SQUARED KATAKANA SA",
252147  direction="l",
252148  linebreak="id",
252149  specials={ "square", 0x30B5 },
252150  unicodeslot=0x1F202,
252151  variants=variants_emoji,
252152 },
252153 [0x1F210]={
252154  category="so",
252155  cjkwd="w",
252156  description="SQUARED CJK UNIFIED IDEOGRAPH-624B",
252157  direction="l",
252158  linebreak="id",
252159  specials={ "square", 0x624B },
252160  unicodeslot=0x1F210,
252161 },
252162 [0x1F211]={
252163  category="so",
252164  cjkwd="w",
252165  description="SQUARED CJK UNIFIED IDEOGRAPH-5B57",
252166  direction="l",
252167  linebreak="id",
252168  specials={ "square", 0x5B57 },
252169  unicodeslot=0x1F211,
252170 },
252171 [0x1F212]={
252172  category="so",
252173  cjkwd="w",
252174  description="SQUARED CJK UNIFIED IDEOGRAPH-53CC",
252175  direction="l",
252176  linebreak="id",
252177  specials={ "square", 0x53CC },
252178  unicodeslot=0x1F212,
252179 },
252180 [0x1F213]={
252181  category="so",
252182  cjkwd="w",
252183  description="SQUARED KATAKANA DE",
252184  direction="l",
252185  linebreak="id",
252186  specials={ "square", 0x30C7 },
252187  unicodeslot=0x1F213,
252188 },
252189 [0x1F214]={
252190  category="so",
252191  cjkwd="w",
252192  description="SQUARED CJK UNIFIED IDEOGRAPH-4E8C",
252193  direction="l",
252194  linebreak="id",
252195  specials={ "square", 0x4E8C },
252196  unicodeslot=0x1F214,
252197 },
252198 [0x1F215]={
252199  category="so",
252200  cjkwd="w",
252201  description="SQUARED CJK UNIFIED IDEOGRAPH-591A",
252202  direction="l",
252203  linebreak="id",
252204  specials={ "square", 0x591A },
252205  unicodeslot=0x1F215,
252206 },
252207 [0x1F216]={
252208  category="so",
252209  cjkwd="w",
252210  description="SQUARED CJK UNIFIED IDEOGRAPH-89E3",
252211  direction="l",
252212  linebreak="id",
252213  specials={ "square", 0x89E3 },
252214  unicodeslot=0x1F216,
252215 },
252216 [0x1F217]={
252217  category="so",
252218  cjkwd="w",
252219  description="SQUARED CJK UNIFIED IDEOGRAPH-5929",
252220  direction="l",
252221  linebreak="id",
252222  specials={ "square", 0x5929 },
252223  unicodeslot=0x1F217,
252224 },
252225 [0x1F218]={
252226  category="so",
252227  cjkwd="w",
252228  description="SQUARED CJK UNIFIED IDEOGRAPH-4EA4",
252229  direction="l",
252230  linebreak="id",
252231  specials={ "square", 0x4EA4 },
252232  unicodeslot=0x1F218,
252233 },
252234 [0x1F219]={
252235  category="so",
252236  cjkwd="w",
252237  description="SQUARED CJK UNIFIED IDEOGRAPH-6620",
252238  direction="l",
252239  linebreak="id",
252240  specials={ "square", 0x6620 },
252241  unicodeslot=0x1F219,
252242 },
252243 [0x1F21A]={
252244  category="so",
252245  cjkwd="w",
252246  description="SQUARED CJK UNIFIED IDEOGRAPH-7121",
252247  direction="l",
252248  linebreak="id",
252249  specials={ "square", 0x7121 },
252250  unicodeslot=0x1F21A,
252251  variants=variants_emoji,
252252 },
252253 [0x1F21B]={
252254  category="so",
252255  cjkwd="w",
252256  description="SQUARED CJK UNIFIED IDEOGRAPH-6599",
252257  direction="l",
252258  linebreak="id",
252259  specials={ "square", 0x6599 },
252260  unicodeslot=0x1F21B,
252261 },
252262 [0x1F21C]={
252263  category="so",
252264  cjkwd="w",
252265  description="SQUARED CJK UNIFIED IDEOGRAPH-524D",
252266  direction="l",
252267  linebreak="id",
252268  specials={ "square", 0x524D },
252269  unicodeslot=0x1F21C,
252270 },
252271 [0x1F21D]={
252272  category="so",
252273  cjkwd="w",
252274  description="SQUARED CJK UNIFIED IDEOGRAPH-5F8C",
252275  direction="l",
252276  linebreak="id",
252277  specials={ "square", 0x5F8C },
252278  unicodeslot=0x1F21D,
252279 },
252280 [0x1F21E]={
252281  category="so",
252282  cjkwd="w",
252283  description="SQUARED CJK UNIFIED IDEOGRAPH-518D",
252284  direction="l",
252285  linebreak="id",
252286  specials={ "square", 0x518D },
252287  unicodeslot=0x1F21E,
252288 },
252289 [0x1F21F]={
252290  category="so",
252291  cjkwd="w",
252292  description="SQUARED CJK UNIFIED IDEOGRAPH-65B0",
252293  direction="l",
252294  linebreak="id",
252295  specials={ "square", 0x65B0 },
252296  unicodeslot=0x1F21F,
252297 },
252298 [0x1F220]={
252299  category="so",
252300  cjkwd="w",
252301  description="SQUARED CJK UNIFIED IDEOGRAPH-521D",
252302  direction="l",
252303  linebreak="id",
252304  specials={ "square", 0x521D },
252305  unicodeslot=0x1F220,
252306 },
252307 [0x1F221]={
252308  category="so",
252309  cjkwd="w",
252310  description="SQUARED CJK UNIFIED IDEOGRAPH-7D42",
252311  direction="l",
252312  linebreak="id",
252313  specials={ "square", 0x7D42 },
252314  unicodeslot=0x1F221,
252315 },
252316 [0x1F222]={
252317  category="so",
252318  cjkwd="w",
252319  description="SQUARED CJK UNIFIED IDEOGRAPH-751F",
252320  direction="l",
252321  linebreak="id",
252322  specials={ "square", 0x751F },
252323  unicodeslot=0x1F222,
252324 },
252325 [0x1F223]={
252326  category="so",
252327  cjkwd="w",
252328  description="SQUARED CJK UNIFIED IDEOGRAPH-8CA9",
252329  direction="l",
252330  linebreak="id",
252331  specials={ "square", 0x8CA9 },
252332  unicodeslot=0x1F223,
252333 },
252334 [0x1F224]={
252335  category="so",
252336  cjkwd="w",
252337  description="SQUARED CJK UNIFIED IDEOGRAPH-58F0",
252338  direction="l",
252339  linebreak="id",
252340  specials={ "square", 0x58F0 },
252341  unicodeslot=0x1F224,
252342 },
252343 [0x1F225]={
252344  category="so",
252345  cjkwd="w",
252346  description="SQUARED CJK UNIFIED IDEOGRAPH-5439",
252347  direction="l",
252348  linebreak="id",
252349  specials={ "square", 0x5439 },
252350  unicodeslot=0x1F225,
252351 },
252352 [0x1F226]={
252353  category="so",
252354  cjkwd="w",
252355  description="SQUARED CJK UNIFIED IDEOGRAPH-6F14",
252356  direction="l",
252357  linebreak="id",
252358  specials={ "square", 0x6F14 },
252359  unicodeslot=0x1F226,
252360 },
252361 [0x1F227]={
252362  category="so",
252363  cjkwd="w",
252364  description="SQUARED CJK UNIFIED IDEOGRAPH-6295",
252365  direction="l",
252366  linebreak="id",
252367  specials={ "square", 0x6295 },
252368  unicodeslot=0x1F227,
252369 },
252370 [0x1F228]={
252371  category="so",
252372  cjkwd="w",
252373  description="SQUARED CJK UNIFIED IDEOGRAPH-6355",
252374  direction="l",
252375  linebreak="id",
252376  specials={ "square", 0x6355 },
252377  unicodeslot=0x1F228,
252378 },
252379 [0x1F229]={
252380  category="so",
252381  cjkwd="w",
252382  description="SQUARED CJK UNIFIED IDEOGRAPH-4E00",
252383  direction="l",
252384  linebreak="id",
252385  specials={ "square", 0x4E00 },
252386  unicodeslot=0x1F229,
252387 },
252388 [0x1F22A]={
252389  category="so",
252390  cjkwd="w",
252391  description="SQUARED CJK UNIFIED IDEOGRAPH-4E09",
252392  direction="l",
252393  linebreak="id",
252394  specials={ "square", 0x4E09 },
252395  unicodeslot=0x1F22A,
252396 },
252397 [0x1F22B]={
252398  category="so",
252399  cjkwd="w",
252400  description="SQUARED CJK UNIFIED IDEOGRAPH-904A",
252401  direction="l",
252402  linebreak="id",
252403  specials={ "square", 0x904A },
252404  unicodeslot=0x1F22B,
252405 },
252406 [0x1F22C]={
252407  category="so",
252408  cjkwd="w",
252409  description="SQUARED CJK UNIFIED IDEOGRAPH-5DE6",
252410  direction="l",
252411  linebreak="id",
252412  specials={ "square", 0x5DE6 },
252413  unicodeslot=0x1F22C,
252414 },
252415 [0x1F22D]={
252416  category="so",
252417  cjkwd="w",
252418  description="SQUARED CJK UNIFIED IDEOGRAPH-4E2D",
252419  direction="l",
252420  linebreak="id",
252421  specials={ "square", 0x4E2D },
252422  unicodeslot=0x1F22D,
252423 },
252424 [0x1F22E]={
252425  category="so",
252426  cjkwd="w",
252427  description="SQUARED CJK UNIFIED IDEOGRAPH-53F3",
252428  direction="l",
252429  linebreak="id",
252430  specials={ "square", 0x53F3 },
252431  unicodeslot=0x1F22E,
252432 },
252433 [0x1F22F]={
252434  category="so",
252435  cjkwd="w",
252436  description="SQUARED CJK UNIFIED IDEOGRAPH-6307",
252437  direction="l",
252438  linebreak="id",
252439  specials={ "square", 0x6307 },
252440  unicodeslot=0x1F22F,
252441  variants=variants_emoji,
252442 },
252443 [0x1F230]={
252444  category="so",
252445  cjkwd="w",
252446  description="SQUARED CJK UNIFIED IDEOGRAPH-8D70",
252447  direction="l",
252448  linebreak="id",
252449  specials={ "square", 0x8D70 },
252450  unicodeslot=0x1F230,
252451 },
252452 [0x1F231]={
252453  category="so",
252454  cjkwd="w",
252455  description="SQUARED CJK UNIFIED IDEOGRAPH-6253",
252456  direction="l",
252457  linebreak="id",
252458  specials={ "square", 0x6253 },
252459  unicodeslot=0x1F231,
252460 },
252461 [0x1F232]={
252462  category="so",
252463  cjkwd="w",
252464  description="SQUARED CJK UNIFIED IDEOGRAPH-7981",
252465  direction="l",
252466  linebreak="id",
252467  specials={ "square", 0x7981 },
252468  unicodeslot=0x1F232,
252469 },
252470 [0x1F233]={
252471  category="so",
252472  cjkwd="w",
252473  description="SQUARED CJK UNIFIED IDEOGRAPH-7A7A",
252474  direction="l",
252475  linebreak="id",
252476  specials={ "square", 0x7A7A },
252477  unicodeslot=0x1F233,
252478 },
252479 [0x1F234]={
252480  category="so",
252481  cjkwd="w",
252482  description="SQUARED CJK UNIFIED IDEOGRAPH-5408",
252483  direction="l",
252484  linebreak="id",
252485  specials={ "square", 0x5408 },
252486  unicodeslot=0x1F234,
252487 },
252488 [0x1F235]={
252489  category="so",
252490  cjkwd="w",
252491  description="SQUARED CJK UNIFIED IDEOGRAPH-6E80",
252492  direction="l",
252493  linebreak="id",
252494  specials={ "square", 0x6E80 },
252495  unicodeslot=0x1F235,
252496 },
252497 [0x1F236]={
252498  category="so",
252499  cjkwd="w",
252500  description="SQUARED CJK UNIFIED IDEOGRAPH-6709",
252501  direction="l",
252502  linebreak="id",
252503  specials={ "square", 0x6709 },
252504  unicodeslot=0x1F236,
252505 },
252506 [0x1F237]={
252507  category="so",
252508  cjkwd="w",
252509  description="SQUARED CJK UNIFIED IDEOGRAPH-6708",
252510  direction="l",
252511  linebreak="id",
252512  specials={ "square", 0x6708 },
252513  unicodeslot=0x1F237,
252514  variants=variants_emoji,
252515 },
252516 [0x1F238]={
252517  category="so",
252518  cjkwd="w",
252519  description="SQUARED CJK UNIFIED IDEOGRAPH-7533",
252520  direction="l",
252521  linebreak="id",
252522  specials={ "square", 0x7533 },
252523  unicodeslot=0x1F238,
252524 },
252525 [0x1F239]={
252526  category="so",
252527  cjkwd="w",
252528  description="SQUARED CJK UNIFIED IDEOGRAPH-5272",
252529  direction="l",
252530  linebreak="id",
252531  specials={ "square", 0x5272 },
252532  unicodeslot=0x1F239,
252533 },
252534 [0x1F23A]={
252535  category="so",
252536  cjkwd="w",
252537  description="SQUARED CJK UNIFIED IDEOGRAPH-55B6",
252538  direction="l",
252539  linebreak="id",
252540  specials={ "square", 0x55B6 },
252541  unicodeslot=0x1F23A,
252542 },
252543 [0x1F23B]={
252544  category="so",
252545  cjkwd="w",
252546  description="SQUARED CJK UNIFIED IDEOGRAPH-914D",
252547  direction="l",
252548  linebreak="id",
252549  specials={ "square", 0x914D },
252550  unicodeslot=0x1F23B,
252551 },
252552 [0x1F240]={
252553  category="so",
252554  cjkwd="w",
252555  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C",
252556  direction="l",
252557  linebreak="id",
252558  specials={ "compat", 0x3014, 0x672C, 0x3015 },
252559  unicodeslot=0x1F240,
252560 },
252561 [0x1F241]={
252562  category="so",
252563  cjkwd="w",
252564  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E09",
252565  direction="l",
252566  linebreak="id",
252567  specials={ "compat", 0x3014, 0x4E09, 0x3015 },
252568  unicodeslot=0x1F241,
252569 },
252570 [0x1F242]={
252571  category="so",
252572  cjkwd="w",
252573  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E8C",
252574  direction="l",
252575  linebreak="id",
252576  specials={ "compat", 0x3014, 0x4E8C, 0x3015 },
252577  unicodeslot=0x1F242,
252578 },
252579 [0x1F243]={
252580  category="so",
252581  cjkwd="w",
252582  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-5B89",
252583  direction="l",
252584  linebreak="id",
252585  specials={ "compat", 0x3014, 0x5B89, 0x3015 },
252586  unicodeslot=0x1F243,
252587 },
252588 [0x1F244]={
252589  category="so",
252590  cjkwd="w",
252591  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-70B9",
252592  direction="l",
252593  linebreak="id",
252594  specials={ "compat", 0x3014, 0x70B9, 0x3015 },
252595  unicodeslot=0x1F244,
252596 },
252597 [0x1F245]={
252598  category="so",
252599  cjkwd="w",
252600  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6253",
252601  direction="l",
252602  linebreak="id",
252603  specials={ "compat", 0x3014, 0x6253, 0x3015 },
252604  unicodeslot=0x1F245,
252605 },
252606 [0x1F246]={
252607  category="so",
252608  cjkwd="w",
252609  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-76D7",
252610  direction="l",
252611  linebreak="id",
252612  specials={ "compat", 0x3014, 0x76D7, 0x3015 },
252613  unicodeslot=0x1F246,
252614 },
252615 [0x1F247]={
252616  category="so",
252617  cjkwd="w",
252618  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-52DD",
252619  direction="l",
252620  linebreak="id",
252621  specials={ "compat", 0x3014, 0x52DD, 0x3015 },
252622  unicodeslot=0x1F247,
252623 },
252624 [0x1F248]={
252625  category="so",
252626  cjkwd="w",
252627  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557",
252628  direction="l",
252629  linebreak="id",
252630  specials={ "compat", 0x3014, 0x6557, 0x3015 },
252631  unicodeslot=0x1F248,
252632 },
252633 [0x1F250]={
252634  category="so",
252635  cjkwd="w",
252636  description="CIRCLED IDEOGRAPH ADVANTAGE",
252637  direction="l",
252638  linebreak="id",
252639  specials={ "circle", 0x5F97 },
252640  unicodeslot=0x1F250,
252641 },
252642 [0x1F251]={
252643  category="so",
252644  cjkwd="w",
252645  description="CIRCLED IDEOGRAPH ACCEPT",
252646  direction="l",
252647  linebreak="id",
252648  specials={ "circle", 0x53EF },
252649  unicodeslot=0x1F251,
252650 },
252651 [0x1F260]={
252652  category="so",
252653  cjkwd="w",
252654  description="ROUNDED SYMBOL FOR FU",
252655  direction="on",
252656  linebreak="id",
252657  unicodeslot=0x1F260,
252658 },
252659 [0x1F261]={
252660  category="so",
252661  cjkwd="w",
252662  description="ROUNDED SYMBOL FOR LU",
252663  direction="on",
252664  linebreak="id",
252665  unicodeslot=0x1F261,
252666 },
252667 [0x1F262]={
252668  category="so",
252669  cjkwd="w",
252670  description="ROUNDED SYMBOL FOR SHOU",
252671  direction="on",
252672  linebreak="id",
252673  unicodeslot=0x1F262,
252674 },
252675 [0x1F263]={
252676  category="so",
252677  cjkwd="w",
252678  description="ROUNDED SYMBOL FOR XI",
252679  direction="on",
252680  linebreak="id",
252681  unicodeslot=0x1F263,
252682 },
252683 [0x1F264]={
252684  category="so",
252685  cjkwd="w",
252686  description="ROUNDED SYMBOL FOR SHUANGXI",
252687  direction="on",
252688  linebreak="id",
252689  unicodeslot=0x1F264,
252690 },
252691 [0x1F265]={
252692  category="so",
252693  cjkwd="w",
252694  description="ROUNDED SYMBOL FOR CAI",
252695  direction="on",
252696  linebreak="id",
252697  unicodeslot=0x1F265,
252698 },
252699 [0x1F300]={
252700  category="so",
252701  cjkwd="w",
252702  description="CYCLONE",
252703  direction="on",
252704  linebreak="id",
252705  unicodeslot=0x1F300,
252706 },
252707 [0x1F301]={
252708  category="so",
252709  cjkwd="w",
252710  description="FOGGY",
252711  direction="on",
252712  linebreak="id",
252713  unicodeslot=0x1F301,
252714 },
252715 [0x1F302]={
252716  category="so",
252717  cjkwd="w",
252718  description="CLOSED UMBRELLA",
252719  direction="on",
252720  linebreak="id",
252721  unicodeslot=0x1F302,
252722 },
252723 [0x1F303]={
252724  category="so",
252725  cjkwd="w",
252726  description="NIGHT WITH STARS",
252727  direction="on",
252728  linebreak="id",
252729  unicodeslot=0x1F303,
252730 },
252731 [0x1F304]={
252732  category="so",
252733  cjkwd="w",
252734  description="SUNRISE OVER MOUNTAINS",
252735  direction="on",
252736  linebreak="id",
252737  unicodeslot=0x1F304,
252738 },
252739 [0x1F305]={
252740  category="so",
252741  cjkwd="w",
252742  description="SUNRISE",
252743  direction="on",
252744  linebreak="id",
252745  unicodeslot=0x1F305,
252746 },
252747 [0x1F306]={
252748  category="so",
252749  cjkwd="w",
252750  description="CITYSCAPE AT DUSK",
252751  direction="on",
252752  linebreak="id",
252753  unicodeslot=0x1F306,
252754 },
252755 [0x1F307]={
252756  category="so",
252757  cjkwd="w",
252758  description="SUNSET OVER BUILDINGS",
252759  direction="on",
252760  linebreak="id",
252761  unicodeslot=0x1F307,
252762 },
252763 [0x1F308]={
252764  category="so",
252765  cjkwd="w",
252766  description="RAINBOW",
252767  direction="on",
252768  linebreak="id",
252769  unicodeslot=0x1F308,
252770 },
252771 [0x1F309]={
252772  category="so",
252773  cjkwd="w",
252774  description="BRIDGE AT NIGHT",
252775  direction="on",
252776  linebreak="id",
252777  unicodeslot=0x1F309,
252778 },
252779 [0x1F30A]={
252780  category="so",
252781  cjkwd="w",
252782  description="WATER WAVE",
252783  direction="on",
252784  linebreak="id",
252785  unicodeslot=0x1F30A,
252786 },
252787 [0x1F30B]={
252788  category="so",
252789  cjkwd="w",
252790  description="VOLCANO",
252791  direction="on",
252792  linebreak="id",
252793  unicodeslot=0x1F30B,
252794 },
252795 [0x1F30C]={
252796  category="so",
252797  cjkwd="w",
252798  description="MILKY WAY",
252799  direction="on",
252800  linebreak="id",
252801  unicodeslot=0x1F30C,
252802 },
252803 [0x1F30D]={
252804  category="so",
252805  cjkwd="w",
252806  description="EARTH GLOBE EUROPE-AFRICA",
252807  direction="on",
252808  linebreak="id",
252809  unicodeslot=0x1F30D,
252810 },
252811 [0x1F30E]={
252812  category="so",
252813  cjkwd="w",
252814  description="EARTH GLOBE AMERICAS",
252815  direction="on",
252816  linebreak="id",
252817  unicodeslot=0x1F30E,
252818 },
252819 [0x1F30F]={
252820  category="so",
252821  cjkwd="w",
252822  description="EARTH GLOBE ASIA-AUSTRALIA",
252823  direction="on",
252824  linebreak="id",
252825  unicodeslot=0x1F30F,
252826 },
252827 [0x1F310]={
252828  category="so",
252829  cjkwd="w",
252830  description="GLOBE WITH MERIDIANS",
252831  direction="on",
252832  linebreak="id",
252833  unicodeslot=0x1F310,
252834 },
252835 [0x1F311]={
252836  category="so",
252837  cjkwd="w",
252838  description="NEW MOON SYMBOL",
252839  direction="on",
252840  linebreak="id",
252841  unicodeslot=0x1F311,
252842 },
252843 [0x1F312]={
252844  category="so",
252845  cjkwd="w",
252846  description="WAXING CRESCENT MOON SYMBOL",
252847  direction="on",
252848  linebreak="id",
252849  unicodeslot=0x1F312,
252850 },
252851 [0x1F313]={
252852  category="so",
252853  cjkwd="w",
252854  description="FIRST QUARTER MOON SYMBOL",
252855  direction="on",
252856  linebreak="id",
252857  unicodeslot=0x1F313,
252858 },
252859 [0x1F314]={
252860  category="so",
252861  cjkwd="w",
252862  description="WAXING GIBBOUS MOON SYMBOL",
252863  direction="on",
252864  linebreak="id",
252865  unicodeslot=0x1F314,
252866 },
252867 [0x1F315]={
252868  category="so",
252869  cjkwd="w",
252870  description="FULL MOON SYMBOL",
252871  direction="on",
252872  linebreak="id",
252873  unicodeslot=0x1F315,
252874 },
252875 [0x1F316]={
252876  category="so",
252877  cjkwd="w",
252878  description="WANING GIBBOUS MOON SYMBOL",
252879  direction="on",
252880  linebreak="id",
252881  unicodeslot=0x1F316,
252882 },
252883 [0x1F317]={
252884  category="so",
252885  cjkwd="w",
252886  description="LAST QUARTER MOON SYMBOL",
252887  direction="on",
252888  linebreak="id",
252889  unicodeslot=0x1F317,
252890 },
252891 [0x1F318]={
252892  category="so",
252893  cjkwd="w",
252894  description="WANING CRESCENT MOON SYMBOL",
252895  direction="on",
252896  linebreak="id",
252897  unicodeslot=0x1F318,
252898 },
252899 [0x1F319]={
252900  category="so",
252901  cjkwd="w",
252902  description="CRESCENT MOON",
252903  direction="on",
252904  linebreak="id",
252905  unicodeslot=0x1F319,
252906 },
252907 [0x1F31A]={
252908  category="so",
252909  cjkwd="w",
252910  description="NEW MOON WITH FACE",
252911  direction="on",
252912  linebreak="id",
252913  unicodeslot=0x1F31A,
252914 },
252915 [0x1F31B]={
252916  category="so",
252917  cjkwd="w",
252918  description="FIRST QUARTER MOON WITH FACE",
252919  direction="on",
252920  linebreak="id",
252921  unicodeslot=0x1F31B,
252922 },
252923 [0x1F31C]={
252924  category="so",
252925  cjkwd="w",
252926  description="LAST QUARTER MOON WITH FACE",
252927  direction="on",
252928  linebreak="id",
252929  unicodeslot=0x1F31C,
252930 },
252931 [0x1F31D]={
252932  category="so",
252933  cjkwd="w",
252934  description="FULL MOON WITH FACE",
252935  direction="on",
252936  linebreak="id",
252937  unicodeslot=0x1F31D,
252938 },
252939 [0x1F31E]={
252940  category="so",
252941  cjkwd="w",
252942  description="SUN WITH FACE",
252943  direction="on",
252944  linebreak="id",
252945  unicodeslot=0x1F31E,
252946 },
252947 [0x1F31F]={
252948  category="so",
252949  cjkwd="w",
252950  description="GLOWING STAR",
252951  direction="on",
252952  linebreak="id",
252953  unicodeslot=0x1F31F,
252954 },
252955 [0x1F320]={
252956  category="so",
252957  cjkwd="w",
252958  description="SHOOTING STAR",
252959  direction="on",
252960  linebreak="id",
252961  unicodeslot=0x1F320,
252962 },
252963 [0x1F321]={
252964  category="so",
252965  description="THERMOMETER",
252966  direction="on",
252967  linebreak="id",
252968  unicodeslot=0x1F321,
252969  variants=variants_emoji,
252970 },
252971 [0x1F322]={
252972  category="so",
252973  description="BLACK DROPLET",
252974  direction="on",
252975  linebreak="id",
252976  unicodeslot=0x1F322,
252977 },
252978 [0x1F323]={
252979  category="so",
252980  description="WHITE SUN",
252981  direction="on",
252982  linebreak="id",
252983  unicodeslot=0x1F323,
252984 },
252985 [0x1F324]={
252986  category="so",
252987  description="WHITE SUN WITH SMALL CLOUD",
252988  direction="on",
252989  linebreak="id",
252990  unicodeslot=0x1F324,
252991  variants=variants_emoji,
252992 },
252993 [0x1F325]={
252994  category="so",
252995  description="WHITE SUN BEHIND CLOUD",
252996  direction="on",
252997  linebreak="id",
252998  unicodeslot=0x1F325,
252999  variants=variants_emoji,
253000 },
253001 [0x1F326]={
253002  category="so",
253003  description="WHITE SUN BEHIND CLOUD WITH RAIN",
253004  direction="on",
253005  linebreak="id",
253006  unicodeslot=0x1F326,
253007  variants=variants_emoji,
253008 },
253009 [0x1F327]={
253010  category="so",
253011  description="CLOUD WITH RAIN",
253012  direction="on",
253013  linebreak="id",
253014  unicodeslot=0x1F327,
253015  variants=variants_emoji,
253016 },
253017 [0x1F328]={
253018  category="so",
253019  description="CLOUD WITH SNOW",
253020  direction="on",
253021  linebreak="id",
253022  unicodeslot=0x1F328,
253023  variants=variants_emoji,
253024 },
253025 [0x1F329]={
253026  category="so",
253027  description="CLOUD WITH LIGHTNING",
253028  direction="on",
253029  linebreak="id",
253030  unicodeslot=0x1F329,
253031  variants=variants_emoji,
253032 },
253033 [0x1F32A]={
253034  category="so",
253035  description="CLOUD WITH TORNADO",
253036  direction="on",
253037  linebreak="id",
253038  unicodeslot=0x1F32A,
253039  variants=variants_emoji,
253040 },
253041 [0x1F32B]={
253042  category="so",
253043  description="FOG",
253044  direction="on",
253045  linebreak="id",
253046  unicodeslot=0x1F32B,
253047  variants=variants_emoji,
253048 },
253049 [0x1F32C]={
253050  category="so",
253051  description="WIND BLOWING FACE",
253052  direction="on",
253053  linebreak="id",
253054  unicodeslot=0x1F32C,
253055  variants=variants_emoji,
253056 },
253057 [0x1F32D]={
253058  category="so",
253059  cjkwd="w",
253060  description="HOT DOG",
253061  direction="on",
253062  linebreak="id",
253063  unicodeslot=0x1F32D,
253064 },
253065 [0x1F32E]={
253066  category="so",
253067  cjkwd="w",
253068  description="TACO",
253069  direction="on",
253070  linebreak="id",
253071  unicodeslot=0x1F32E,
253072 },
253073 [0x1F32F]={
253074  category="so",
253075  cjkwd="w",
253076  description="BURRITO",
253077  direction="on",
253078  linebreak="id",
253079  unicodeslot=0x1F32F,
253080 },
253081 [0x1F330]={
253082  category="so",
253083  cjkwd="w",
253084  description="CHESTNUT",
253085  direction="on",
253086  linebreak="id",
253087  unicodeslot=0x1F330,
253088 },
253089 [0x1F331]={
253090  category="so",
253091  cjkwd="w",
253092  description="SEEDLING",
253093  direction="on",
253094  linebreak="id",
253095  unicodeslot=0x1F331,
253096 },
253097 [0x1F332]={
253098  category="so",
253099  cjkwd="w",
253100  description="EVERGREEN TREE",
253101  direction="on",
253102  linebreak="id",
253103  unicodeslot=0x1F332,
253104 },
253105 [0x1F333]={
253106  category="so",
253107  cjkwd="w",
253108  description="DECIDUOUS TREE",
253109  direction="on",
253110  linebreak="id",
253111  unicodeslot=0x1F333,
253112 },
253113 [0x1F334]={
253114  category="so",
253115  cjkwd="w",
253116  description="PALM TREE",
253117  direction="on",
253118  linebreak="id",
253119  unicodeslot=0x1F334,
253120 },
253121 [0x1F335]={
253122  category="so",
253123  cjkwd="w",
253124  description="CACTUS",
253125  direction="on",
253126  linebreak="id",
253127  unicodeslot=0x1F335,
253128 },
253129 [0x1F336]={
253130  category="so",
253131  description="HOT PEPPER",
253132  direction="on",
253133  linebreak="id",
253134  synonyms={ "spicy" },
253135  unicodeslot=0x1F336,
253136  variants=variants_emoji,
253137 },
253138 [0x1F337]={
253139  category="so",
253140  cjkwd="w",
253141  description="TULIP",
253142  direction="on",
253143  linebreak="id",
253144  unicodeslot=0x1F337,
253145 },
253146 [0x1F338]={
253147  category="so",
253148  cjkwd="w",
253149  description="CHERRY BLOSSOM",
253150  direction="on",
253151  linebreak="id",
253152  unicodeslot=0x1F338,
253153 },
253154 [0x1F339]={
253155  category="so",
253156  cjkwd="w",
253157  description="ROSE",
253158  direction="on",
253159  linebreak="id",
253160  unicodeslot=0x1F339,
253161 },
253162 [0x1F33A]={
253163  category="so",
253164  cjkwd="w",
253165  description="HIBISCUS",
253166  direction="on",
253167  linebreak="id",
253168  unicodeslot=0x1F33A,
253169 },
253170 [0x1F33B]={
253171  category="so",
253172  cjkwd="w",
253173  description="SUNFLOWER",
253174  direction="on",
253175  linebreak="id",
253176  unicodeslot=0x1F33B,
253177 },
253178 [0x1F33C]={
253179  category="so",
253180  cjkwd="w",
253181  description="BLOSSOM",
253182  direction="on",
253183  linebreak="id",
253184  unicodeslot=0x1F33C,
253185 },
253186 [0x1F33D]={
253187  category="so",
253188  cjkwd="w",
253189  description="EAR OF MAIZE",
253190  direction="on",
253191  linebreak="id",
253192  unicodeslot=0x1F33D,
253193 },
253194 [0x1F33E]={
253195  category="so",
253196  cjkwd="w",
253197  description="EAR OF RICE",
253198  direction="on",
253199  linebreak="id",
253200  unicodeslot=0x1F33E,
253201 },
253202 [0x1F33F]={
253203  category="so",
253204  cjkwd="w",
253205  description="HERB",
253206  direction="on",
253207  linebreak="id",
253208  unicodeslot=0x1F33F,
253209 },
253210 [0x1F340]={
253211  category="so",
253212  cjkwd="w",
253213  description="FOUR LEAF CLOVER",
253214  direction="on",
253215  linebreak="id",
253216  unicodeslot=0x1F340,
253217 },
253218 [0x1F341]={
253219  category="so",
253220  cjkwd="w",
253221  description="MAPLE LEAF",
253222  direction="on",
253223  linebreak="id",
253224  unicodeslot=0x1F341,
253225 },
253226 [0x1F342]={
253227  category="so",
253228  cjkwd="w",
253229  description="FALLEN LEAF",
253230  direction="on",
253231  linebreak="id",
253232  unicodeslot=0x1F342,
253233 },
253234 [0x1F343]={
253235  category="so",
253236  cjkwd="w",
253237  description="LEAF FLUTTERING IN WIND",
253238  direction="on",
253239  linebreak="id",
253240  unicodeslot=0x1F343,
253241 },
253242 [0x1F344]={
253243  category="so",
253244  cjkwd="w",
253245  description="MUSHROOM",
253246  direction="on",
253247  linebreak="id",
253248  unicodeslot=0x1F344,
253249 },
253250 [0x1F345]={
253251  category="so",
253252  cjkwd="w",
253253  description="TOMATO",
253254  direction="on",
253255  linebreak="id",
253256  unicodeslot=0x1F345,
253257 },
253258 [0x1F346]={
253259  category="so",
253260  cjkwd="w",
253261  description="AUBERGINE",
253262  direction="on",
253263  linebreak="id",
253264  unicodeslot=0x1F346,
253265 },
253266 [0x1F347]={
253267  category="so",
253268  cjkwd="w",
253269  description="GRAPES",
253270  direction="on",
253271  linebreak="id",
253272  unicodeslot=0x1F347,
253273 },
253274 [0x1F348]={
253275  category="so",
253276  cjkwd="w",
253277  description="MELON",
253278  direction="on",
253279  linebreak="id",
253280  unicodeslot=0x1F348,
253281 },
253282 [0x1F349]={
253283  category="so",
253284  cjkwd="w",
253285  description="WATERMELON",
253286  direction="on",
253287  linebreak="id",
253288  unicodeslot=0x1F349,
253289 },
253290 [0x1F34A]={
253291  category="so",
253292  cjkwd="w",
253293  description="TANGERINE",
253294  direction="on",
253295  linebreak="id",
253296  unicodeslot=0x1F34A,
253297 },
253298 [0x1F34B]={
253299  category="so",
253300  cjkwd="w",
253301  description="LEMON",
253302  direction="on",
253303  linebreak="id",
253304  unicodeslot=0x1F34B,
253305 },
253306 [0x1F34C]={
253307  category="so",
253308  cjkwd="w",
253309  description="BANANA",
253310  direction="on",
253311  linebreak="id",
253312  unicodeslot=0x1F34C,
253313 },
253314 [0x1F34D]={
253315  category="so",
253316  cjkwd="w",
253317  description="PINEAPPLE",
253318  direction="on",
253319  linebreak="id",
253320  unicodeslot=0x1F34D,
253321 },
253322 [0x1F34E]={
253323  category="so",
253324  cjkwd="w",
253325  description="RED APPLE",
253326  direction="on",
253327  linebreak="id",
253328  unicodeslot=0x1F34E,
253329 },
253330 [0x1F34F]={
253331  category="so",
253332  cjkwd="w",
253333  description="GREEN APPLE",
253334  direction="on",
253335  linebreak="id",
253336  unicodeslot=0x1F34F,
253337 },
253338 [0x1F350]={
253339  category="so",
253340  cjkwd="w",
253341  description="PEAR",
253342  direction="on",
253343  linebreak="id",
253344  unicodeslot=0x1F350,
253345 },
253346 [0x1F351]={
253347  category="so",
253348  cjkwd="w",
253349  description="PEACH",
253350  direction="on",
253351  linebreak="id",
253352  unicodeslot=0x1F351,
253353 },
253354 [0x1F352]={
253355  category="so",
253356  cjkwd="w",
253357  description="CHERRIES",
253358  direction="on",
253359  linebreak="id",
253360  unicodeslot=0x1F352,
253361 },
253362 [0x1F353]={
253363  category="so",
253364  cjkwd="w",
253365  description="STRAWBERRY",
253366  direction="on",
253367  linebreak="id",
253368  unicodeslot=0x1F353,
253369 },
253370 [0x1F354]={
253371  category="so",
253372  cjkwd="w",
253373  description="HAMBURGER",
253374  direction="on",
253375  linebreak="id",
253376  unicodeslot=0x1F354,
253377 },
253378 [0x1F355]={
253379  category="so",
253380  cjkwd="w",
253381  description="SLICE OF PIZZA",
253382  direction="on",
253383  linebreak="id",
253384  unicodeslot=0x1F355,
253385 },
253386 [0x1F356]={
253387  category="so",
253388  cjkwd="w",
253389  description="MEAT ON BONE",
253390  direction="on",
253391  linebreak="id",
253392  unicodeslot=0x1F356,
253393 },
253394 [0x1F357]={
253395  category="so",
253396  cjkwd="w",
253397  description="POULTRY LEG",
253398  direction="on",
253399  linebreak="id",
253400  unicodeslot=0x1F357,
253401 },
253402 [0x1F358]={
253403  category="so",
253404  cjkwd="w",
253405  description="RICE CRACKER",
253406  direction="on",
253407  linebreak="id",
253408  unicodeslot=0x1F358,
253409 },
253410 [0x1F359]={
253411  category="so",
253412  cjkwd="w",
253413  description="RICE BALL",
253414  direction="on",
253415  linebreak="id",
253416  unicodeslot=0x1F359,
253417 },
253418 [0x1F35A]={
253419  category="so",
253420  cjkwd="w",
253421  description="COOKED RICE",
253422  direction="on",
253423  linebreak="id",
253424  unicodeslot=0x1F35A,
253425 },
253426 [0x1F35B]={
253427  category="so",
253428  cjkwd="w",
253429  description="CURRY AND RICE",
253430  direction="on",
253431  linebreak="id",
253432  unicodeslot=0x1F35B,
253433 },
253434 [0x1F35C]={
253435  category="so",
253436  cjkwd="w",
253437  description="STEAMING BOWL",
253438  direction="on",
253439  linebreak="id",
253440  unicodeslot=0x1F35C,
253441 },
253442 [0x1F35D]={
253443  category="so",
253444  cjkwd="w",
253445  description="SPAGHETTI",
253446  direction="on",
253447  linebreak="id",
253448  unicodeslot=0x1F35D,
253449 },
253450 [0x1F35E]={
253451  category="so",
253452  cjkwd="w",
253453  description="BREAD",
253454  direction="on",
253455  linebreak="id",
253456  unicodeslot=0x1F35E,
253457 },
253458 [0x1F35F]={
253459  category="so",
253460  cjkwd="w",
253461  description="FRENCH FRIES",
253462  direction="on",
253463  linebreak="id",
253464  unicodeslot=0x1F35F,
253465 },
253466 [0x1F360]={
253467  category="so",
253468  cjkwd="w",
253469  description="ROASTED SWEET POTATO",
253470  direction="on",
253471  linebreak="id",
253472  unicodeslot=0x1F360,
253473 },
253474 [0x1F361]={
253475  category="so",
253476  cjkwd="w",
253477  description="DANGO",
253478  direction="on",
253479  linebreak="id",
253480  unicodeslot=0x1F361,
253481 },
253482 [0x1F362]={
253483  category="so",
253484  cjkwd="w",
253485  description="ODEN",
253486  direction="on",
253487  linebreak="id",
253488  unicodeslot=0x1F362,
253489 },
253490 [0x1F363]={
253491  category="so",
253492  cjkwd="w",
253493  description="SUSHI",
253494  direction="on",
253495  linebreak="id",
253496  unicodeslot=0x1F363,
253497 },
253498 [0x1F364]={
253499  category="so",
253500  cjkwd="w",
253501  description="FRIED SHRIMP",
253502  direction="on",
253503  linebreak="id",
253504  unicodeslot=0x1F364,
253505 },
253506 [0x1F365]={
253507  category="so",
253508  cjkwd="w",
253509  description="FISH CAKE WITH SWIRL DESIGN",
253510  direction="on",
253511  linebreak="id",
253512  unicodeslot=0x1F365,
253513 },
253514 [0x1F366]={
253515  category="so",
253516  cjkwd="w",
253517  description="SOFT ICE CREAM",
253518  direction="on",
253519  linebreak="id",
253520  unicodeslot=0x1F366,
253521 },
253522 [0x1F367]={
253523  category="so",
253524  cjkwd="w",
253525  description="SHAVED ICE",
253526  direction="on",
253527  linebreak="id",
253528  unicodeslot=0x1F367,
253529 },
253530 [0x1F368]={
253531  category="so",
253532  cjkwd="w",
253533  description="ICE CREAM",
253534  direction="on",
253535  linebreak="id",
253536  unicodeslot=0x1F368,
253537 },
253538 [0x1F369]={
253539  category="so",
253540  cjkwd="w",
253541  description="DOUGHNUT",
253542  direction="on",
253543  linebreak="id",
253544  unicodeslot=0x1F369,
253545 },
253546 [0x1F36A]={
253547  category="so",
253548  cjkwd="w",
253549  description="COOKIE",
253550  direction="on",
253551  linebreak="id",
253552  unicodeslot=0x1F36A,
253553 },
253554 [0x1F36B]={
253555  category="so",
253556  cjkwd="w",
253557  description="CHOCOLATE BAR",
253558  direction="on",
253559  linebreak="id",
253560  unicodeslot=0x1F36B,
253561 },
253562 [0x1F36C]={
253563  category="so",
253564  cjkwd="w",
253565  description="CANDY",
253566  direction="on",
253567  linebreak="id",
253568  unicodeslot=0x1F36C,
253569 },
253570 [0x1F36D]={
253571  category="so",
253572  cjkwd="w",
253573  description="LOLLIPOP",
253574  direction="on",
253575  linebreak="id",
253576  unicodeslot=0x1F36D,
253577 },
253578 [0x1F36E]={
253579  category="so",
253580  cjkwd="w",
253581  description="CUSTARD",
253582  direction="on",
253583  linebreak="id",
253584  unicodeslot=0x1F36E,
253585 },
253586 [0x1F36F]={
253587  category="so",
253588  cjkwd="w",
253589  description="HONEY POT",
253590  direction="on",
253591  linebreak="id",
253592  unicodeslot=0x1F36F,
253593 },
253594 [0x1F370]={
253595  category="so",
253596  cjkwd="w",
253597  description="SHORTCAKE",
253598  direction="on",
253599  linebreak="id",
253600  unicodeslot=0x1F370,
253601 },
253602 [0x1F371]={
253603  category="so",
253604  cjkwd="w",
253605  description="BENTO BOX",
253606  direction="on",
253607  linebreak="id",
253608  unicodeslot=0x1F371,
253609 },
253610 [0x1F372]={
253611  category="so",
253612  cjkwd="w",
253613  description="POT OF FOOD",
253614  direction="on",
253615  linebreak="id",
253616  unicodeslot=0x1F372,
253617 },
253618 [0x1F373]={
253619  category="so",
253620  cjkwd="w",
253621  description="COOKING",
253622  direction="on",
253623  linebreak="id",
253624  unicodeslot=0x1F373,
253625 },
253626 [0x1F374]={
253627  category="so",
253628  cjkwd="w",
253629  description="FORK AND KNIFE",
253630  direction="on",
253631  linebreak="id",
253632  synonyms={ "meal (glyph may vary) restaurant" },
253633  unicodeslot=0x1F374,
253634 },
253635 [0x1F375]={
253636  category="so",
253637  cjkwd="w",
253638  description="TEACUP WITHOUT HANDLE",
253639  direction="on",
253640  linebreak="id",
253641  unicodeslot=0x1F375,
253642 },
253643 [0x1F376]={
253644  category="so",
253645  cjkwd="w",
253646  description="SAKE BOTTLE AND CUP",
253647  direction="on",
253648  linebreak="id",
253649  unicodeslot=0x1F376,
253650 },
253651 [0x1F377]={
253652  category="so",
253653  cjkwd="w",
253654  description="WINE GLASS",
253655  direction="on",
253656  linebreak="id",
253657  unicodeslot=0x1F377,
253658 },
253659 [0x1F378]={
253660  category="so",
253661  cjkwd="w",
253662  description="COCKTAIL GLASS",
253663  direction="on",
253664  linebreak="id",
253665  unicodeslot=0x1F378,
253666 },
253667 [0x1F379]={
253668  category="so",
253669  cjkwd="w",
253670  description="TROPICAL DRINK",
253671  direction="on",
253672  linebreak="id",
253673  unicodeslot=0x1F379,
253674 },
253675 [0x1F37A]={
253676  category="so",
253677  cjkwd="w",
253678  description="BEER MUG",
253679  direction="on",
253680  linebreak="id",
253681  unicodeslot=0x1F37A,
253682 },
253683 [0x1F37B]={
253684  category="so",
253685  cjkwd="w",
253686  description="CLINKING BEER MUGS",
253687  direction="on",
253688  linebreak="id",
253689  unicodeslot=0x1F37B,
253690 },
253691 [0x1F37C]={
253692  category="so",
253693  cjkwd="w",
253694  description="BABY BOTTLE",
253695  direction="on",
253696  linebreak="id",
253697  unicodeslot=0x1F37C,
253698 },
253699 [0x1F37D]={
253700  category="so",
253701  description="FORK AND KNIFE WITH PLATE",
253702  direction="on",
253703  linebreak="id",
253704  synonyms={ "dining available symbol", "food available symbol" },
253705  unicodeslot=0x1F37D,
253706  variants=variants_emoji,
253707 },
253708 [0x1F37E]={
253709  category="so",
253710  cjkwd="w",
253711  description="BOTTLE WITH POPPING CORK",
253712  direction="on",
253713  linebreak="id",
253714  unicodeslot=0x1F37E,
253715 },
253716 [0x1F37F]={
253717  category="so",
253718  cjkwd="w",
253719  description="POPCORN",
253720  direction="on",
253721  linebreak="id",
253722  unicodeslot=0x1F37F,
253723 },
253724 [0x1F380]={
253725  category="so",
253726  cjkwd="w",
253727  description="RIBBON",
253728  direction="on",
253729  linebreak="id",
253730  unicodeslot=0x1F380,
253731 },
253732 [0x1F381]={
253733  category="so",
253734  cjkwd="w",
253735  description="WRAPPED PRESENT",
253736  direction="on",
253737  linebreak="id",
253738  unicodeslot=0x1F381,
253739 },
253740 [0x1F382]={
253741  category="so",
253742  cjkwd="w",
253743  description="BIRTHDAY CAKE",
253744  direction="on",
253745  linebreak="id",
253746  unicodeslot=0x1F382,
253747 },
253748 [0x1F383]={
253749  category="so",
253750  cjkwd="w",
253751  description="JACK-O-LANTERN",
253752  direction="on",
253753  linebreak="id",
253754  unicodeslot=0x1F383,
253755 },
253756 [0x1F384]={
253757  category="so",
253758  cjkwd="w",
253759  description="CHRISTMAS TREE",
253760  direction="on",
253761  linebreak="id",
253762  unicodeslot=0x1F384,
253763 },
253764 [0x1F385]={
253765  category="so",
253766  cjkwd="w",
253767  description="FATHER CHRISTMAS",
253768  direction="on",
253769  linebreak="eb",
253770  synonyms={ "santa claus" },
253771  unicodeslot=0x1F385,
253772 },
253773 [0x1F386]={
253774  category="so",
253775  cjkwd="w",
253776  description="FIREWORKS",
253777  direction="on",
253778  linebreak="id",
253779  unicodeslot=0x1F386,
253780 },
253781 [0x1F387]={
253782  category="so",
253783  cjkwd="w",
253784  description="FIREWORK SPARKLER",
253785  direction="on",
253786  linebreak="id",
253787  unicodeslot=0x1F387,
253788 },
253789 [0x1F388]={
253790  category="so",
253791  cjkwd="w",
253792  description="BALLOON",
253793  direction="on",
253794  linebreak="id",
253795  unicodeslot=0x1F388,
253796 },
253797 [0x1F389]={
253798  category="so",
253799  cjkwd="w",
253800  description="PARTY POPPER",
253801  direction="on",
253802  linebreak="id",
253803  unicodeslot=0x1F389,
253804 },
253805 [0x1F38A]={
253806  category="so",
253807  cjkwd="w",
253808  description="CONFETTI BALL",
253809  direction="on",
253810  linebreak="id",
253811  unicodeslot=0x1F38A,
253812 },
253813 [0x1F38B]={
253814  category="so",
253815  cjkwd="w",
253816  description="TANABATA TREE",
253817  direction="on",
253818  linebreak="id",
253819  unicodeslot=0x1F38B,
253820 },
253821 [0x1F38C]={
253822  category="so",
253823  cjkwd="w",
253824  description="CROSSED FLAGS",
253825  direction="on",
253826  linebreak="id",
253827  unicodeslot=0x1F38C,
253828 },
253829 [0x1F38D]={
253830  category="so",
253831  cjkwd="w",
253832  description="PINE DECORATION",
253833  direction="on",
253834  linebreak="id",
253835  unicodeslot=0x1F38D,
253836 },
253837 [0x1F38E]={
253838  category="so",
253839  cjkwd="w",
253840  description="JAPANESE DOLLS",
253841  direction="on",
253842  linebreak="id",
253843  unicodeslot=0x1F38E,
253844 },
253845 [0x1F38F]={
253846  category="so",
253847  cjkwd="w",
253848  description="CARP STREAMER",
253849  direction="on",
253850  linebreak="id",
253851  unicodeslot=0x1F38F,
253852 },
253853 [0x1F390]={
253854  category="so",
253855  cjkwd="w",
253856  description="WIND CHIME",
253857  direction="on",
253858  linebreak="id",
253859  unicodeslot=0x1F390,
253860 },
253861 [0x1F391]={
253862  category="so",
253863  cjkwd="w",
253864  description="MOON VIEWING CEREMONY",
253865  direction="on",
253866  linebreak="id",
253867  unicodeslot=0x1F391,
253868 },
253869 [0x1F392]={
253870  category="so",
253871  cjkwd="w",
253872  description="SCHOOL SATCHEL",
253873  direction="on",
253874  linebreak="id",
253875  unicodeslot=0x1F392,
253876 },
253877 [0x1F393]={
253878  category="so",
253879  cjkwd="w",
253880  description="GRADUATION CAP",
253881  direction="on",
253882  linebreak="id",
253883  synonyms={ "mortarboard" },
253884  unicodeslot=0x1F393,
253885 },
253886 [0x1F394]={
253887  category="so",
253888  description="HEART WITH TIP ON THE LEFT",
253889  direction="on",
253890  linebreak="id",
253891  unicodeslot=0x1F394,
253892 },
253893 [0x1F395]={
253894  category="so",
253895  description="BOUQUET OF FLOWERS",
253896  direction="on",
253897  linebreak="id",
253898  unicodeslot=0x1F395,
253899 },
253900 [0x1F396]={
253901  category="so",
253902  description="MILITARY MEDAL",
253903  direction="on",
253904  linebreak="id",
253905  unicodeslot=0x1F396,
253906  variants=variants_emoji,
253907 },
253908 [0x1F397]={
253909  category="so",
253910  description="REMINDER RIBBON",
253911  direction="on",
253912  linebreak="id",
253913  unicodeslot=0x1F397,
253914  variants=variants_emoji,
253915 },
253916 [0x1F398]={
253917  category="so",
253918  description="MUSICAL KEYBOARD WITH JACKS",
253919  direction="on",
253920  linebreak="id",
253921  unicodeslot=0x1F398,
253922 },
253923 [0x1F399]={
253924  category="so",
253925  description="STUDIO MICROPHONE",
253926  direction="on",
253927  linebreak="id",
253928  unicodeslot=0x1F399,
253929  variants=variants_emoji,
253930 },
253931 [0x1F39A]={
253932  category="so",
253933  description="LEVEL SLIDER",
253934  direction="on",
253935  linebreak="id",
253936  unicodeslot=0x1F39A,
253937  variants=variants_emoji,
253938 },
253939 [0x1F39B]={
253940  category="so",
253941  description="CONTROL KNOBS",
253942  direction="on",
253943  linebreak="id",
253944  unicodeslot=0x1F39B,
253945  variants=variants_emoji,
253946 },
253947 [0x1F39C]={
253948  category="so",
253949  description="BEAMED ASCENDING MUSICAL NOTES",
253950  direction="on",
253951  linebreak="al",
253952  unicodeslot=0x1F39C,
253953 },
253954 [0x1F39D]={
253955  category="so",
253956  description="BEAMED DESCENDING MUSICAL NOTES",
253957  direction="on",
253958  linebreak="al",
253959  unicodeslot=0x1F39D,
253960 },
253961 [0x1F39E]={
253962  category="so",
253963  description="FILM FRAMES",
253964  direction="on",
253965  linebreak="id",
253966  unicodeslot=0x1F39E,
253967  variants=variants_emoji,
253968 },
253969 [0x1F39F]={
253970  category="so",
253971  description="ADMISSION TICKETS",
253972  direction="on",
253973  linebreak="id",
253974  unicodeslot=0x1F39F,
253975  variants=variants_emoji,
253976 },
253977 [0x1F3A0]={
253978  category="so",
253979  cjkwd="w",
253980  description="CAROUSEL HORSE",
253981  direction="on",
253982  linebreak="id",
253983  unicodeslot=0x1F3A0,
253984 },
253985 [0x1F3A1]={
253986  category="so",
253987  cjkwd="w",
253988  description="FERRIS WHEEL",
253989  direction="on",
253990  linebreak="id",
253991  unicodeslot=0x1F3A1,
253992 },
253993 [0x1F3A2]={
253994  category="so",
253995  cjkwd="w",
253996  description="ROLLER COASTER",
253997  direction="on",
253998  linebreak="id",
253999  unicodeslot=0x1F3A2,
254000 },
254001 [0x1F3A3]={
254002  category="so",
254003  cjkwd="w",
254004  description="FISHING POLE AND FISH",
254005  direction="on",
254006  linebreak="id",
254007  unicodeslot=0x1F3A3,
254008 },
254009 [0x1F3A4]={
254010  category="so",
254011  cjkwd="w",
254012  description="MICROPHONE",
254013  direction="on",
254014  linebreak="id",
254015  unicodeslot=0x1F3A4,
254016 },
254017 [0x1F3A5]={
254018  category="so",
254019  cjkwd="w",
254020  description="MOVIE CAMERA",
254021  direction="on",
254022  linebreak="id",
254023  unicodeslot=0x1F3A5,
254024 },
254025 [0x1F3A6]={
254026  category="so",
254027  cjkwd="w",
254028  description="CINEMA",
254029  direction="on",
254030  linebreak="id",
254031  unicodeslot=0x1F3A6,
254032 },
254033 [0x1F3A7]={
254034  category="so",
254035  cjkwd="w",
254036  description="HEADPHONE",
254037  direction="on",
254038  linebreak="id",
254039  unicodeslot=0x1F3A7,
254040 },
254041 [0x1F3A8]={
254042  category="so",
254043  cjkwd="w",
254044  description="ARTIST PALETTE",
254045  direction="on",
254046  linebreak="id",
254047  unicodeslot=0x1F3A8,
254048 },
254049 [0x1F3A9]={
254050  category="so",
254051  cjkwd="w",
254052  description="TOP HAT",
254053  direction="on",
254054  linebreak="id",
254055  unicodeslot=0x1F3A9,
254056 },
254057 [0x1F3AA]={
254058  category="so",
254059  cjkwd="w",
254060  description="CIRCUS TENT",
254061  direction="on",
254062  linebreak="id",
254063  unicodeslot=0x1F3AA,
254064 },
254065 [0x1F3AB]={
254066  category="so",
254067  cjkwd="w",
254068  description="TICKET",
254069  direction="on",
254070  linebreak="id",
254071  unicodeslot=0x1F3AB,
254072 },
254073 [0x1F3AC]={
254074  category="so",
254075  cjkwd="w",
254076  description="CLAPPER BOARD",
254077  direction="on",
254078  linebreak="id",
254079  unicodeslot=0x1F3AC,
254080 },
254081 [0x1F3AD]={
254082  category="so",
254083  cjkwd="w",
254084  description="PERFORMING ARTS",
254085  direction="on",
254086  linebreak="id",
254087  synonyms={ "masks of comedy and tragedy", "theater masks" },
254088  unicodeslot=0x1F3AD,
254089 },
254090 [0x1F3AE]={
254091  category="so",
254092  cjkwd="w",
254093  description="VIDEO GAME",
254094  direction="on",
254095  linebreak="id",
254096  unicodeslot=0x1F3AE,
254097 },
254098 [0x1F3AF]={
254099  category="so",
254100  cjkwd="w",
254101  description="DIRECT HIT",
254102  direction="on",
254103  linebreak="id",
254104  unicodeslot=0x1F3AF,
254105 },
254106 [0x1F3B0]={
254107  category="so",
254108  cjkwd="w",
254109  description="SLOT MACHINE",
254110  direction="on",
254111  linebreak="id",
254112  unicodeslot=0x1F3B0,
254113 },
254114 [0x1F3B1]={
254115  category="so",
254116  cjkwd="w",
254117  description="BILLIARDS",
254118  direction="on",
254119  linebreak="id",
254120  unicodeslot=0x1F3B1,
254121 },
254122 [0x1F3B2]={
254123  category="so",
254124  cjkwd="w",
254125  description="GAME DIE",
254126  direction="on",
254127  linebreak="id",
254128  unicodeslot=0x1F3B2,
254129 },
254130 [0x1F3B3]={
254131  category="so",
254132  cjkwd="w",
254133  description="BOWLING",
254134  direction="on",
254135  linebreak="id",
254136  unicodeslot=0x1F3B3,
254137 },
254138 [0x1F3B4]={
254139  category="so",
254140  cjkwd="w",
254141  description="FLOWER PLAYING CARDS",
254142  direction="on",
254143  linebreak="id",
254144  unicodeslot=0x1F3B4,
254145 },
254146 [0x1F3B5]={
254147  category="so",
254148  cjkwd="w",
254149  description="MUSICAL NOTE",
254150  direction="on",
254151  linebreak="al",
254152  unicodeslot=0x1F3B5,
254153 },
254154 [0x1F3B6]={
254155  category="so",
254156  cjkwd="w",
254157  description="MULTIPLE MUSICAL NOTES",
254158  direction="on",
254159  linebreak="al",
254160  unicodeslot=0x1F3B6,
254161 },
254162 [0x1F3B7]={
254163  category="so",
254164  cjkwd="w",
254165  description="SAXOPHONE",
254166  direction="on",
254167  linebreak="id",
254168  unicodeslot=0x1F3B7,
254169 },
254170 [0x1F3B8]={
254171  category="so",
254172  cjkwd="w",
254173  description="GUITAR",
254174  direction="on",
254175  linebreak="id",
254176  unicodeslot=0x1F3B8,
254177 },
254178 [0x1F3B9]={
254179  category="so",
254180  cjkwd="w",
254181  description="MUSICAL KEYBOARD",
254182  direction="on",
254183  linebreak="id",
254184  unicodeslot=0x1F3B9,
254185 },
254186 [0x1F3BA]={
254187  category="so",
254188  cjkwd="w",
254189  description="TRUMPET",
254190  direction="on",
254191  linebreak="id",
254192  unicodeslot=0x1F3BA,
254193 },
254194 [0x1F3BB]={
254195  category="so",
254196  cjkwd="w",
254197  description="VIOLIN",
254198  direction="on",
254199  linebreak="id",
254200  unicodeslot=0x1F3BB,
254201 },
254202 [0x1F3BC]={
254203  category="so",
254204  cjkwd="w",
254205  description="MUSICAL SCORE",
254206  direction="on",
254207  linebreak="al",
254208  unicodeslot=0x1F3BC,
254209 },
254210 [0x1F3BD]={
254211  category="so",
254212  cjkwd="w",
254213  description="RUNNING SHIRT WITH SASH",
254214  direction="on",
254215  linebreak="id",
254216  unicodeslot=0x1F3BD,
254217 },
254218 [0x1F3BE]={
254219  category="so",
254220  cjkwd="w",
254221  description="TENNIS RACQUET AND BALL",
254222  direction="on",
254223  linebreak="id",
254224  unicodeslot=0x1F3BE,
254225 },
254226 [0x1F3BF]={
254227  category="so",
254228  cjkwd="w",
254229  description="SKI AND SKI BOOT",
254230  direction="on",
254231  linebreak="id",
254232  unicodeslot=0x1F3BF,
254233 },
254234 [0x1F3C0]={
254235  category="so",
254236  cjkwd="w",
254237  description="BASKETBALL AND HOOP",
254238  direction="on",
254239  linebreak="id",
254240  unicodeslot=0x1F3C0,
254241 },
254242 [0x1F3C1]={
254243  category="so",
254244  cjkwd="w",
254245  description="CHEQUERED FLAG",
254246  direction="on",
254247  linebreak="id",
254248  unicodeslot=0x1F3C1,
254249 },
254250 [0x1F3C2]={
254251  category="so",
254252  cjkwd="w",
254253  description="SNOWBOARDER",
254254  direction="on",
254255  linebreak="eb",
254256  unicodeslot=0x1F3C2,
254257 },
254258 [0x1F3C3]={
254259  category="so",
254260  cjkwd="w",
254261  description="RUNNER",
254262  direction="on",
254263  linebreak="eb",
254264  unicodeslot=0x1F3C3,
254265 },
254266 [0x1F3C4]={
254267  category="so",
254268  cjkwd="w",
254269  description="SURFER",
254270  direction="on",
254271  linebreak="eb",
254272  unicodeslot=0x1F3C4,
254273 },
254274 [0x1F3C5]={
254275  category="so",
254276  cjkwd="w",
254277  description="SPORTS MEDAL",
254278  direction="on",
254279  linebreak="id",
254280  unicodeslot=0x1F3C5,
254281 },
254282 [0x1F3C6]={
254283  category="so",
254284  cjkwd="w",
254285  description="TROPHY",
254286  direction="on",
254287  linebreak="id",
254288  unicodeslot=0x1F3C6,
254289 },
254290 [0x1F3C7]={
254291  category="so",
254292  cjkwd="w",
254293  description="HORSE RACING",
254294  direction="on",
254295  linebreak="eb",
254296  unicodeslot=0x1F3C7,
254297 },
254298 [0x1F3C8]={
254299  category="so",
254300  cjkwd="w",
254301  description="AMERICAN FOOTBALL",
254302  direction="on",
254303  linebreak="id",
254304  unicodeslot=0x1F3C8,
254305 },
254306 [0x1F3C9]={
254307  category="so",
254308  cjkwd="w",
254309  description="RUGBY FOOTBALL",
254310  direction="on",
254311  linebreak="id",
254312  unicodeslot=0x1F3C9,
254313 },
254314 [0x1F3CA]={
254315  category="so",
254316  cjkwd="w",
254317  description="SWIMMER",
254318  direction="on",
254319  linebreak="eb",
254320  unicodeslot=0x1F3CA,
254321 },
254322 [0x1F3CB]={
254323  category="so",
254324  description="WEIGHT LIFTER",
254325  direction="on",
254326  linebreak="eb",
254327  unicodeslot=0x1F3CB,
254328  variants=variants_emoji,
254329 },
254330 [0x1F3CC]={
254331  category="so",
254332  description="GOLFER",
254333  direction="on",
254334  linebreak="eb",
254335  unicodeslot=0x1F3CC,
254336  variants=variants_emoji,
254337 },
254338 [0x1F3CD]={
254339  category="so",
254340  description="RACING MOTORCYCLE",
254341  direction="on",
254342  linebreak="id",
254343  unicodeslot=0x1F3CD,
254344  variants=variants_emoji,
254345 },
254346 [0x1F3CE]={
254347  category="so",
254348  description="RACING CAR",
254349  direction="on",
254350  linebreak="id",
254351  unicodeslot=0x1F3CE,
254352  variants=variants_emoji,
254353 },
254354 [0x1F3CF]={
254355  category="so",
254356  cjkwd="w",
254357  description="CRICKET BAT AND BALL",
254358  direction="on",
254359  linebreak="id",
254360  unicodeslot=0x1F3CF,
254361 },
254362 [0x1F3D0]={
254363  category="so",
254364  cjkwd="w",
254365  description="VOLLEYBALL",
254366  direction="on",
254367  linebreak="id",
254368  unicodeslot=0x1F3D0,
254369 },
254370 [0x1F3D1]={
254371  category="so",
254372  cjkwd="w",
254373  description="FIELD HOCKEY STICK AND BALL",
254374  direction="on",
254375  linebreak="id",
254376  unicodeslot=0x1F3D1,
254377 },
254378 [0x1F3D2]={
254379  category="so",
254380  cjkwd="w",
254381  description="ICE HOCKEY STICK AND PUCK",
254382  direction="on",
254383  linebreak="id",
254384  unicodeslot=0x1F3D2,
254385 },
254386 [0x1F3D3]={
254387  category="so",
254388  cjkwd="w",
254389  description="TABLE TENNIS PADDLE AND BALL",
254390  direction="on",
254391  linebreak="id",
254392  unicodeslot=0x1F3D3,
254393 },
254394 [0x1F3D4]={
254395  category="so",
254396  description="SNOW CAPPED MOUNTAIN",
254397  direction="on",
254398  linebreak="id",
254399  unicodeslot=0x1F3D4,
254400  variants=variants_emoji,
254401 },
254402 [0x1F3D5]={
254403  category="so",
254404  description="CAMPING",
254405  direction="on",
254406  linebreak="id",
254407  unicodeslot=0x1F3D5,
254408  variants=variants_emoji,
254409 },
254410 [0x1F3D6]={
254411  category="so",
254412  description="BEACH WITH UMBRELLA",
254413  direction="on",
254414  linebreak="id",
254415  unicodeslot=0x1F3D6,
254416  variants=variants_emoji,
254417 },
254418 [0x1F3D7]={
254419  category="so",
254420  description="BUILDING CONSTRUCTION",
254421  direction="on",
254422  linebreak="id",
254423  unicodeslot=0x1F3D7,
254424  variants=variants_emoji,
254425 },
254426 [0x1F3D8]={
254427  category="so",
254428  description="HOUSE BUILDINGS",
254429  direction="on",
254430  linebreak="id",
254431  unicodeslot=0x1F3D8,
254432  variants=variants_emoji,
254433 },
254434 [0x1F3D9]={
254435  category="so",
254436  description="CITYSCAPE",
254437  direction="on",
254438  linebreak="id",
254439  unicodeslot=0x1F3D9,
254440  variants=variants_emoji,
254441 },
254442 [0x1F3DA]={
254443  category="so",
254444  description="DERELICT HOUSE BUILDING",
254445  direction="on",
254446  linebreak="id",
254447  unicodeslot=0x1F3DA,
254448  variants=variants_emoji,
254449 },
254450 [0x1F3DB]={
254451  category="so",
254452  description="CLASSICAL BUILDING",
254453  direction="on",
254454  linebreak="id",
254455  unicodeslot=0x1F3DB,
254456  variants=variants_emoji,
254457 },
254458 [0x1F3DC]={
254459  category="so",
254460  description="DESERT",
254461  direction="on",
254462  linebreak="id",
254463  unicodeslot=0x1F3DC,
254464  variants=variants_emoji,
254465 },
254466 [0x1F3DD]={
254467  category="so",
254468  description="DESERT ISLAND",
254469  direction="on",
254470  linebreak="id",
254471  unicodeslot=0x1F3DD,
254472  variants=variants_emoji,
254473 },
254474 [0x1F3DE]={
254475  category="so",
254476  description="NATIONAL PARK",
254477  direction="on",
254478  linebreak="id",
254479  unicodeslot=0x1F3DE,
254480  variants=variants_emoji,
254481 },
254482 [0x1F3DF]={
254483  category="so",
254484  description="STADIUM",
254485  direction="on",
254486  linebreak="id",
254487  unicodeslot=0x1F3DF,
254488  variants=variants_emoji,
254489 },
254490 [0x1F3E0]={
254491  category="so",
254492  cjkwd="w",
254493  description="HOUSE BUILDING",
254494  direction="on",
254495  linebreak="id",
254496  unicodeslot=0x1F3E0,
254497 },
254498 [0x1F3E1]={
254499  category="so",
254500  cjkwd="w",
254501  description="HOUSE WITH GARDEN",
254502  direction="on",
254503  linebreak="id",
254504  unicodeslot=0x1F3E1,
254505 },
254506 [0x1F3E2]={
254507  category="so",
254508  cjkwd="w",
254509  description="OFFICE BUILDING",
254510  direction="on",
254511  linebreak="id",
254512  unicodeslot=0x1F3E2,
254513 },
254514 [0x1F3E3]={
254515  category="so",
254516  cjkwd="w",
254517  description="JAPANESE POST OFFICE",
254518  direction="on",
254519  linebreak="id",
254520  unicodeslot=0x1F3E3,
254521 },
254522 [0x1F3E4]={
254523  category="so",
254524  cjkwd="w",
254525  description="EUROPEAN POST OFFICE",
254526  direction="on",
254527  linebreak="id",
254528  unicodeslot=0x1F3E4,
254529 },
254530 [0x1F3E5]={
254531  category="so",
254532  cjkwd="w",
254533  description="HOSPITAL",
254534  direction="on",
254535  linebreak="id",
254536  unicodeslot=0x1F3E5,
254537 },
254538 [0x1F3E6]={
254539  category="so",
254540  cjkwd="w",
254541  description="BANK",
254542  direction="on",
254543  linebreak="id",
254544  unicodeslot=0x1F3E6,
254545 },
254546 [0x1F3E7]={
254547  category="so",
254548  cjkwd="w",
254549  description="AUTOMATED TELLER MACHINE",
254550  direction="on",
254551  linebreak="id",
254552  unicodeslot=0x1F3E7,
254553 },
254554 [0x1F3E8]={
254555  category="so",
254556  cjkwd="w",
254557  description="HOTEL",
254558  direction="on",
254559  linebreak="id",
254560  unicodeslot=0x1F3E8,
254561 },
254562 [0x1F3E9]={
254563  category="so",
254564  cjkwd="w",
254565  description="LOVE HOTEL",
254566  direction="on",
254567  linebreak="id",
254568  unicodeslot=0x1F3E9,
254569 },
254570 [0x1F3EA]={
254571  category="so",
254572  cjkwd="w",
254573  description="CONVENIENCE STORE",
254574  direction="on",
254575  linebreak="id",
254576  unicodeslot=0x1F3EA,
254577 },
254578 [0x1F3EB]={
254579  category="so",
254580  cjkwd="w",
254581  description="SCHOOL",
254582  direction="on",
254583  linebreak="id",
254584  unicodeslot=0x1F3EB,
254585 },
254586 [0x1F3EC]={
254587  category="so",
254588  cjkwd="w",
254589  description="DEPARTMENT STORE",
254590  direction="on",
254591  linebreak="id",
254592  unicodeslot=0x1F3EC,
254593 },
254594 [0x1F3ED]={
254595  category="so",
254596  cjkwd="w",
254597  description="FACTORY",
254598  direction="on",
254599  linebreak="id",
254600  unicodeslot=0x1F3ED,
254601 },
254602 [0x1F3EE]={
254603  category="so",
254604  cjkwd="w",
254605  description="IZAKAYA LANTERN",
254606  direction="on",
254607  linebreak="id",
254608  unicodeslot=0x1F3EE,
254609 },
254610 [0x1F3EF]={
254611  category="so",
254612  cjkwd="w",
254613  description="JAPANESE CASTLE",
254614  direction="on",
254615  linebreak="id",
254616  unicodeslot=0x1F3EF,
254617 },
254618 [0x1F3F0]={
254619  category="so",
254620  cjkwd="w",
254621  description="EUROPEAN CASTLE",
254622  direction="on",
254623  linebreak="id",
254624  unicodeslot=0x1F3F0,
254625 },
254626 [0x1F3F1]={
254627  category="so",
254628  description="WHITE PENNANT",
254629  direction="on",
254630  linebreak="id",
254631  unicodeslot=0x1F3F1,
254632 },
254633 [0x1F3F2]={
254634  category="so",
254635  description="BLACK PENNANT",
254636  direction="on",
254637  linebreak="id",
254638  unicodeslot=0x1F3F2,
254639 },
254640 [0x1F3F3]={
254641  category="so",
254642  description="WAVING WHITE FLAG",
254643  direction="on",
254644  linebreak="id",
254645  unicodeslot=0x1F3F3,
254646  variants=variants_emoji,
254647 },
254648 [0x1F3F4]={
254649  category="so",
254650  cjkwd="w",
254651  description="WAVING BLACK FLAG",
254652  direction="on",
254653  linebreak="id",
254654  unicodeslot=0x1F3F4,
254655 },
254656 [0x1F3F5]={
254657  category="so",
254658  description="ROSETTE",
254659  direction="on",
254660  linebreak="id",
254661  unicodeslot=0x1F3F5,
254662  variants=variants_emoji,
254663 },
254664 [0x1F3F6]={
254665  category="so",
254666  description="BLACK ROSETTE",
254667  direction="on",
254668  linebreak="id",
254669  unicodeslot=0x1F3F6,
254670 },
254671 [0x1F3F7]={
254672  category="so",
254673  description="LABEL",
254674  direction="on",
254675  linebreak="id",
254676  unicodeslot=0x1F3F7,
254677  variants=variants_emoji,
254678 },
254679 [0x1F3F8]={
254680  category="so",
254681  cjkwd="w",
254682  description="BADMINTON RACQUET AND SHUTTLECOCK",
254683  direction="on",
254684  linebreak="id",
254685  unicodeslot=0x1F3F8,
254686 },
254687 [0x1F3F9]={
254688  category="so",
254689  cjkwd="w",
254690  description="BOW AND ARROW",
254691  direction="on",
254692  linebreak="id",
254693  unicodeslot=0x1F3F9,
254694 },
254695 [0x1F3FA]={
254696  category="so",
254697  cjkwd="w",
254698  description="AMPHORA",
254699  direction="on",
254700  linebreak="id",
254701  unicodeslot=0x1F3FA,
254702 },
254703 [0x1F3FB]={
254704  category="sk",
254705  cjkwd="w",
254706  description="EMOJI MODIFIER FITZPATRICK TYPE-1-2",
254707  direction="on",
254708  linebreak="em",
254709  unicodeslot=0x1F3FB,
254710 },
254711 [0x1F3FC]={
254712  category="sk",
254713  cjkwd="w",
254714  description="EMOJI MODIFIER FITZPATRICK TYPE-3",
254715  direction="on",
254716  linebreak="em",
254717  unicodeslot=0x1F3FC,
254718 },
254719 [0x1F3FD]={
254720  category="sk",
254721  cjkwd="w",
254722  description="EMOJI MODIFIER FITZPATRICK TYPE-4",
254723  direction="on",
254724  linebreak="em",
254725  unicodeslot=0x1F3FD,
254726 },
254727 [0x1F3FE]={
254728  category="sk",
254729  cjkwd="w",
254730  description="EMOJI MODIFIER FITZPATRICK TYPE-5",
254731  direction="on",
254732  linebreak="em",
254733  unicodeslot=0x1F3FE,
254734 },
254735 [0x1F3FF]={
254736  category="sk",
254737  cjkwd="w",
254738  description="EMOJI MODIFIER FITZPATRICK TYPE-6",
254739  direction="on",
254740  linebreak="em",
254741  unicodeslot=0x1F3FF,
254742 },
254743 [0x1F400]={
254744  category="so",
254745  cjkwd="w",
254746  description="RAT",
254747  direction="on",
254748  linebreak="id",
254749  unicodeslot=0x1F400,
254750 },
254751 [0x1F401]={
254752  category="so",
254753  cjkwd="w",
254754  description="MOUSE",
254755  direction="on",
254756  linebreak="id",
254757  unicodeslot=0x1F401,
254758 },
254759 [0x1F402]={
254760  category="so",
254761  cjkwd="w",
254762  description="OX",
254763  direction="on",
254764  linebreak="id",
254765  unicodeslot=0x1F402,
254766 },
254767 [0x1F403]={
254768  category="so",
254769  cjkwd="w",
254770  description="WATER BUFFALO",
254771  direction="on",
254772  linebreak="id",
254773  unicodeslot=0x1F403,
254774 },
254775 [0x1F404]={
254776  category="so",
254777  cjkwd="w",
254778  description="COW",
254779  direction="on",
254780  linebreak="id",
254781  synonyms={ "beef (on menus)" },
254782  unicodeslot=0x1F404,
254783 },
254784 [0x1F405]={
254785  category="so",
254786  cjkwd="w",
254787  description="TIGER",
254788  direction="on",
254789  linebreak="id",
254790  unicodeslot=0x1F405,
254791 },
254792 [0x1F406]={
254793  category="so",
254794  cjkwd="w",
254795  description="LEOPARD",
254796  direction="on",
254797  linebreak="id",
254798  unicodeslot=0x1F406,
254799 },
254800 [0x1F407]={
254801  category="so",
254802  cjkwd="w",
254803  description="RABBIT",
254804  direction="on",
254805  linebreak="id",
254806  unicodeslot=0x1F407,
254807 },
254808 [0x1F408]={
254809  category="so",
254810  cjkwd="w",
254811  description="CAT",
254812  direction="on",
254813  linebreak="id",
254814  unicodeslot=0x1F408,
254815 },
254816 [0x1F409]={
254817  category="so",
254818  cjkwd="w",
254819  description="DRAGON",
254820  direction="on",
254821  linebreak="id",
254822  unicodeslot=0x1F409,
254823 },
254824 [0x1F40A]={
254825  category="so",
254826  cjkwd="w",
254827  description="CROCODILE",
254828  direction="on",
254829  linebreak="id",
254830  unicodeslot=0x1F40A,
254831 },
254832 [0x1F40B]={
254833  category="so",
254834  cjkwd="w",
254835  description="WHALE",
254836  direction="on",
254837  linebreak="id",
254838  unicodeslot=0x1F40B,
254839 },
254840 [0x1F40C]={
254841  category="so",
254842  cjkwd="w",
254843  description="SNAIL",
254844  direction="on",
254845  linebreak="id",
254846  unicodeslot=0x1F40C,
254847 },
254848 [0x1F40D]={
254849  category="so",
254850  cjkwd="w",
254851  description="SNAKE",
254852  direction="on",
254853  linebreak="id",
254854  unicodeslot=0x1F40D,
254855 },
254856 [0x1F40E]={
254857  category="so",
254858  cjkwd="w",
254859  description="HORSE",
254860  direction="on",
254861  linebreak="id",
254862  unicodeslot=0x1F40E,
254863 },
254864 [0x1F40F]={
254865  category="so",
254866  cjkwd="w",
254867  description="RAM",
254868  direction="on",
254869  linebreak="id",
254870  unicodeslot=0x1F40F,
254871 },
254872 [0x1F410]={
254873  category="so",
254874  cjkwd="w",
254875  description="GOAT",
254876  direction="on",
254877  linebreak="id",
254878  unicodeslot=0x1F410,
254879 },
254880 [0x1F411]={
254881  category="so",
254882  cjkwd="w",
254883  description="SHEEP",
254884  direction="on",
254885  linebreak="id",
254886  unicodeslot=0x1F411,
254887 },
254888 [0x1F412]={
254889  category="so",
254890  cjkwd="w",
254891  description="MONKEY",
254892  direction="on",
254893  linebreak="id",
254894  unicodeslot=0x1F412,
254895 },
254896 [0x1F413]={
254897  category="so",
254898  cjkwd="w",
254899  description="ROOSTER",
254900  direction="on",
254901  linebreak="id",
254902  unicodeslot=0x1F413,
254903 },
254904 [0x1F414]={
254905  category="so",
254906  cjkwd="w",
254907  description="CHICKEN",
254908  direction="on",
254909  linebreak="id",
254910  synonyms={ "poultry (on menus)" },
254911  unicodeslot=0x1F414,
254912 },
254913 [0x1F415]={
254914  category="so",
254915  cjkwd="w",
254916  description="DOG",
254917  direction="on",
254918  linebreak="id",
254919  unicodeslot=0x1F415,
254920 },
254921 [0x1F416]={
254922  category="so",
254923  cjkwd="w",
254924  description="PIG",
254925  direction="on",
254926  linebreak="id",
254927  synonyms={ "pork (on menus)" },
254928  unicodeslot=0x1F416,
254929 },
254930 [0x1F417]={
254931  category="so",
254932  cjkwd="w",
254933  description="BOAR",
254934  direction="on",
254935  linebreak="id",
254936  unicodeslot=0x1F417,
254937 },
254938 [0x1F418]={
254939  category="so",
254940  cjkwd="w",
254941  description="ELEPHANT",
254942  direction="on",
254943  linebreak="id",
254944  unicodeslot=0x1F418,
254945 },
254946 [0x1F419]={
254947  category="so",
254948  cjkwd="w",
254949  description="OCTOPUS",
254950  direction="on",
254951  linebreak="id",
254952  unicodeslot=0x1F419,
254953 },
254954 [0x1F41A]={
254955  category="so",
254956  cjkwd="w",
254957  description="SPIRAL SHELL",
254958  direction="on",
254959  linebreak="id",
254960  synonyms={ "seashell" },
254961  unicodeslot=0x1F41A,
254962 },
254963 [0x1F41B]={
254964  category="so",
254965  cjkwd="w",
254966  description="BUG",
254967  direction="on",
254968  linebreak="id",
254969  unicodeslot=0x1F41B,
254970 },
254971 [0x1F41C]={
254972  category="so",
254973  cjkwd="w",
254974  description="ANT",
254975  direction="on",
254976  linebreak="id",
254977  unicodeslot=0x1F41C,
254978 },
254979 [0x1F41D]={
254980  category="so",
254981  cjkwd="w",
254982  description="HONEYBEE",
254983  direction="on",
254984  linebreak="id",
254985  unicodeslot=0x1F41D,
254986 },
254987 [0x1F41E]={
254988  category="so",
254989  cjkwd="w",
254990  description="LADY BEETLE",
254991  direction="on",
254992  linebreak="id",
254993  unicodeslot=0x1F41E,
254994 },
254995 [0x1F41F]={
254996  category="so",
254997  cjkwd="w",
254998  description="FISH",
254999  direction="on",
255000  linebreak="id",
255001  unicodeslot=0x1F41F,
255002 },
255003 [0x1F420]={
255004  category="so",
255005  cjkwd="w",
255006  description="TROPICAL FISH",
255007  direction="on",
255008  linebreak="id",
255009  unicodeslot=0x1F420,
255010 },
255011 [0x1F421]={
255012  category="so",
255013  cjkwd="w",
255014  description="BLOWFISH",
255015  direction="on",
255016  linebreak="id",
255017  unicodeslot=0x1F421,
255018 },
255019 [0x1F422]={
255020  category="so",
255021  cjkwd="w",
255022  description="TURTLE",
255023  direction="on",
255024  linebreak="id",
255025  unicodeslot=0x1F422,
255026 },
255027 [0x1F423]={
255028  category="so",
255029  cjkwd="w",
255030  description="HATCHING CHICK",
255031  direction="on",
255032  linebreak="id",
255033  unicodeslot=0x1F423,
255034 },
255035 [0x1F424]={
255036  category="so",
255037  cjkwd="w",
255038  description="BABY CHICK",
255039  direction="on",
255040  linebreak="id",
255041  unicodeslot=0x1F424,
255042 },
255043 [0x1F425]={
255044  category="so",
255045  cjkwd="w",
255046  description="FRONT-FACING BABY CHICK",
255047  direction="on",
255048  linebreak="id",
255049  unicodeslot=0x1F425,
255050 },
255051 [0x1F426]={
255052  category="so",
255053  cjkwd="w",
255054  description="BIRD",
255055  direction="on",
255056  linebreak="id",
255057  unicodeslot=0x1F426,
255058 },
255059 [0x1F427]={
255060  category="so",
255061  cjkwd="w",
255062  description="PENGUIN",
255063  direction="on",
255064  linebreak="id",
255065  unicodeslot=0x1F427,
255066 },
255067 [0x1F428]={
255068  category="so",
255069  cjkwd="w",
255070  description="KOALA",
255071  direction="on",
255072  linebreak="id",
255073  unicodeslot=0x1F428,
255074 },
255075 [0x1F429]={
255076  category="so",
255077  cjkwd="w",
255078  description="POODLE",
255079  direction="on",
255080  linebreak="id",
255081  unicodeslot=0x1F429,
255082 },
255083 [0x1F42A]={
255084  category="so",
255085  cjkwd="w",
255086  description="DROMEDARY CAMEL",
255087  direction="on",
255088  linebreak="id",
255089  unicodeslot=0x1F42A,
255090 },
255091 [0x1F42B]={
255092  category="so",
255093  cjkwd="w",
255094  description="BACTRIAN CAMEL",
255095  direction="on",
255096  linebreak="id",
255097  unicodeslot=0x1F42B,
255098 },
255099 [0x1F42C]={
255100  category="so",
255101  cjkwd="w",
255102  description="DOLPHIN",
255103  direction="on",
255104  linebreak="id",
255105  unicodeslot=0x1F42C,
255106 },
255107 [0x1F42D]={
255108  category="so",
255109  cjkwd="w",
255110  description="MOUSE FACE",
255111  direction="on",
255112  linebreak="id",
255113  unicodeslot=0x1F42D,
255114 },
255115 [0x1F42E]={
255116  category="so",
255117  cjkwd="w",
255118  description="COW FACE",
255119  direction="on",
255120  linebreak="id",
255121  unicodeslot=0x1F42E,
255122 },
255123 [0x1F42F]={
255124  category="so",
255125  cjkwd="w",
255126  description="TIGER FACE",
255127  direction="on",
255128  linebreak="id",
255129  unicodeslot=0x1F42F,
255130 },
255131 [0x1F430]={
255132  category="so",
255133  cjkwd="w",
255134  description="RABBIT FACE",
255135  direction="on",
255136  linebreak="id",
255137  unicodeslot=0x1F430,
255138 },
255139 [0x1F431]={
255140  category="so",
255141  cjkwd="w",
255142  description="CAT FACE",
255143  direction="on",
255144  linebreak="id",
255145  unicodeslot=0x1F431,
255146 },
255147 [0x1F432]={
255148  category="so",
255149  cjkwd="w",
255150  description="DRAGON FACE",
255151  direction="on",
255152  linebreak="id",
255153  unicodeslot=0x1F432,
255154 },
255155 [0x1F433]={
255156  category="so",
255157  cjkwd="w",
255158  description="SPOUTING WHALE",
255159  direction="on",
255160  linebreak="id",
255161  unicodeslot=0x1F433,
255162 },
255163 [0x1F434]={
255164  category="so",
255165  cjkwd="w",
255166  description="HORSE FACE",
255167  direction="on",
255168  linebreak="id",
255169  unicodeslot=0x1F434,
255170 },
255171 [0x1F435]={
255172  category="so",
255173  cjkwd="w",
255174  description="MONKEY FACE",
255175  direction="on",
255176  linebreak="id",
255177  unicodeslot=0x1F435,
255178 },
255179 [0x1F436]={
255180  category="so",
255181  cjkwd="w",
255182  description="DOG FACE",
255183  direction="on",
255184  linebreak="id",
255185  unicodeslot=0x1F436,
255186 },
255187 [0x1F437]={
255188  category="so",
255189  cjkwd="w",
255190  description="PIG FACE",
255191  direction="on",
255192  linebreak="id",
255193  unicodeslot=0x1F437,
255194 },
255195 [0x1F438]={
255196  category="so",
255197  cjkwd="w",
255198  description="FROG FACE",
255199  direction="on",
255200  linebreak="id",
255201  unicodeslot=0x1F438,
255202 },
255203 [0x1F439]={
255204  category="so",
255205  cjkwd="w",
255206  description="HAMSTER FACE",
255207  direction="on",
255208  linebreak="id",
255209  unicodeslot=0x1F439,
255210 },
255211 [0x1F43A]={
255212  category="so",
255213  cjkwd="w",
255214  description="WOLF FACE",
255215  direction="on",
255216  linebreak="id",
255217  unicodeslot=0x1F43A,
255218 },
255219 [0x1F43B]={
255220  category="so",
255221  cjkwd="w",
255222  description="BEAR FACE",
255223  direction="on",
255224  linebreak="id",
255225  unicodeslot=0x1F43B,
255226 },
255227 [0x1F43C]={
255228  category="so",
255229  cjkwd="w",
255230  description="PANDA FACE",
255231  direction="on",
255232  linebreak="id",
255233  unicodeslot=0x1F43C,
255234 },
255235 [0x1F43D]={
255236  category="so",
255237  cjkwd="w",
255238  description="PIG NOSE",
255239  direction="on",
255240  linebreak="id",
255241  unicodeslot=0x1F43D,
255242 },
255243 [0x1F43E]={
255244  category="so",
255245  cjkwd="w",
255246  description="PAW PRINTS",
255247  direction="on",
255248  linebreak="id",
255249  unicodeslot=0x1F43E,
255250 },
255251 [0x1F43F]={
255252  category="so",
255253  description="CHIPMUNK",
255254  direction="on",
255255  linebreak="id",
255256  unicodeslot=0x1F43F,
255257  variants=variants_emoji,
255258 },
255259 [0x1F440]={
255260  category="so",
255261  cjkwd="w",
255262  description="EYES",
255263  direction="on",
255264  linebreak="id",
255265  unicodeslot=0x1F440,
255266 },
255267 [0x1F441]={
255268  category="so",
255269  description="EYE",
255270  direction="on",
255271  linebreak="id",
255272  unicodeslot=0x1F441,
255273  variants=variants_emoji,
255274 },
255275 [0x1F442]={
255276  category="so",
255277  cjkwd="w",
255278  description="EAR",
255279  direction="on",
255280  linebreak="eb",
255281  unicodeslot=0x1F442,
255282 },
255283 [0x1F443]={
255284  category="so",
255285  cjkwd="w",
255286  description="NOSE",
255287  direction="on",
255288  linebreak="eb",
255289  unicodeslot=0x1F443,
255290 },
255291 [0x1F444]={
255292  category="so",
255293  cjkwd="w",
255294  description="MOUTH",
255295  direction="on",
255296  linebreak="id",
255297  unicodeslot=0x1F444,
255298 },
255299 [0x1F445]={
255300  category="so",
255301  cjkwd="w",
255302  description="TONGUE",
255303  direction="on",
255304  linebreak="id",
255305  unicodeslot=0x1F445,
255306 },
255307 [0x1F446]={
255308  category="so",
255309  cjkwd="w",
255310  description="WHITE UP POINTING BACKHAND INDEX",
255311  direction="on",
255312  linebreak="eb",
255313  unicodeslot=0x1F446,
255314 },
255315 [0x1F447]={
255316  category="so",
255317  cjkwd="w",
255318  description="WHITE DOWN POINTING BACKHAND INDEX",
255319  direction="on",
255320  linebreak="eb",
255321  unicodeslot=0x1F447,
255322 },
255323 [0x1F448]={
255324  category="so",
255325  cjkwd="w",
255326  description="WHITE LEFT POINTING BACKHAND INDEX",
255327  direction="on",
255328  linebreak="eb",
255329  unicodeslot=0x1F448,
255330 },
255331 [0x1F449]={
255332  category="so",
255333  cjkwd="w",
255334  description="WHITE RIGHT POINTING BACKHAND INDEX",
255335  direction="on",
255336  linebreak="eb",
255337  unicodeslot=0x1F449,
255338 },
255339 [0x1F44A]={
255340  category="so",
255341  cjkwd="w",
255342  description="FISTED HAND SIGN",
255343  direction="on",
255344  linebreak="eb",
255345  synonyms={ "punch" },
255346  unicodeslot=0x1F44A,
255347 },
255348 [0x1F44B]={
255349  category="so",
255350  cjkwd="w",
255351  description="WAVING HAND SIGN",
255352  direction="on",
255353  linebreak="eb",
255354  unicodeslot=0x1F44B,
255355 },
255356 [0x1F44C]={
255357  category="so",
255358  cjkwd="w",
255359  description="OK HAND SIGN",
255360  direction="on",
255361  linebreak="eb",
255362  unicodeslot=0x1F44C,
255363 },
255364 [0x1F44D]={
255365  category="so",
255366  cjkwd="w",
255367  description="THUMBS UP SIGN",
255368  direction="on",
255369  linebreak="eb",
255370  unicodeslot=0x1F44D,
255371 },
255372 [0x1F44E]={
255373  category="so",
255374  cjkwd="w",
255375  description="THUMBS DOWN SIGN",
255376  direction="on",
255377  linebreak="eb",
255378  unicodeslot=0x1F44E,
255379 },
255380 [0x1F44F]={
255381  category="so",
255382  cjkwd="w",
255383  description="CLAPPING HANDS SIGN",
255384  direction="on",
255385  linebreak="eb",
255386  unicodeslot=0x1F44F,
255387 },
255388 [0x1F450]={
255389  category="so",
255390  cjkwd="w",
255391  description="OPEN HANDS SIGN",
255392  direction="on",
255393  linebreak="eb",
255394  unicodeslot=0x1F450,
255395 },
255396 [0x1F451]={
255397  category="so",
255398  cjkwd="w",
255399  description="CROWN",
255400  direction="on",
255401  linebreak="id",
255402  unicodeslot=0x1F451,
255403 },
255404 [0x1F452]={
255405  category="so",
255406  cjkwd="w",
255407  description="WOMANS HAT",
255408  direction="on",
255409  linebreak="id",
255410  unicodeslot=0x1F452,
255411 },
255412 [0x1F453]={
255413  category="so",
255414  cjkwd="w",
255415  description="EYEGLASSES",
255416  direction="on",
255417  linebreak="id",
255418  unicodeslot=0x1F453,
255419 },
255420 [0x1F454]={
255421  category="so",
255422  cjkwd="w",
255423  description="NECKTIE",
255424  direction="on",
255425  linebreak="id",
255426  unicodeslot=0x1F454,
255427 },
255428 [0x1F455]={
255429  category="so",
255430  cjkwd="w",
255431  description="T-SHIRT",
255432  direction="on",
255433  linebreak="id",
255434  unicodeslot=0x1F455,
255435 },
255436 [0x1F456]={
255437  category="so",
255438  cjkwd="w",
255439  description="JEANS",
255440  direction="on",
255441  linebreak="id",
255442  unicodeslot=0x1F456,
255443 },
255444 [0x1F457]={
255445  category="so",
255446  cjkwd="w",
255447  description="DRESS",
255448  direction="on",
255449  linebreak="id",
255450  unicodeslot=0x1F457,
255451 },
255452 [0x1F458]={
255453  category="so",
255454  cjkwd="w",
255455  description="KIMONO",
255456  direction="on",
255457  linebreak="id",
255458  unicodeslot=0x1F458,
255459 },
255460 [0x1F459]={
255461  category="so",
255462  cjkwd="w",
255463  description="BIKINI",
255464  direction="on",
255465  linebreak="id",
255466  unicodeslot=0x1F459,
255467 },
255468 [0x1F45A]={
255469  category="so",
255470  cjkwd="w",
255471  description="WOMANS CLOTHES",
255472  direction="on",
255473  linebreak="id",
255474  unicodeslot=0x1F45A,
255475 },
255476 [0x1F45B]={
255477  category="so",
255478  cjkwd="w",
255479  description="PURSE",
255480  direction="on",
255481  linebreak="id",
255482  unicodeslot=0x1F45B,
255483 },
255484 [0x1F45C]={
255485  category="so",
255486  cjkwd="w",
255487  description="HANDBAG",
255488  direction="on",
255489  linebreak="id",
255490  unicodeslot=0x1F45C,
255491 },
255492 [0x1F45D]={
255493  category="so",
255494  cjkwd="w",
255495  description="POUCH",
255496  direction="on",
255497  linebreak="id",
255498  unicodeslot=0x1F45D,
255499 },
255500 [0x1F45E]={
255501  category="so",
255502  cjkwd="w",
255503  description="MANS SHOE",
255504  direction="on",
255505  linebreak="id",
255506  unicodeslot=0x1F45E,
255507 },
255508 [0x1F45F]={
255509  category="so",
255510  cjkwd="w",
255511  description="ATHLETIC SHOE",
255512  direction="on",
255513  linebreak="id",
255514  unicodeslot=0x1F45F,
255515 },
255516 [0x1F460]={
255517  category="so",
255518  cjkwd="w",
255519  description="HIGH-HEELED SHOE",
255520  direction="on",
255521  linebreak="id",
255522  unicodeslot=0x1F460,
255523 },
255524 [0x1F461]={
255525  category="so",
255526  cjkwd="w",
255527  description="WOMANS SANDAL",
255528  direction="on",
255529  linebreak="id",
255530  unicodeslot=0x1F461,
255531 },
255532 [0x1F462]={
255533  category="so",
255534  cjkwd="w",
255535  description="WOMANS BOOTS",
255536  direction="on",
255537  linebreak="id",
255538  unicodeslot=0x1F462,
255539 },
255540 [0x1F463]={
255541  category="so",
255542  cjkwd="w",
255543  description="FOOTPRINTS",
255544  direction="on",
255545  linebreak="id",
255546  unicodeslot=0x1F463,
255547 },
255548 [0x1F464]={
255549  category="so",
255550  cjkwd="w",
255551  description="BUST IN SILHOUETTE",
255552  direction="on",
255553  linebreak="id",
255554  synonyms={ "guest account" },
255555  unicodeslot=0x1F464,
255556 },
255557 [0x1F465]={
255558  category="so",
255559  cjkwd="w",
255560  description="BUSTS IN SILHOUETTE",
255561  direction="on",
255562  linebreak="id",
255563  synonyms={ "accounts" },
255564  unicodeslot=0x1F465,
255565 },
255566 [0x1F466]={
255567  category="so",
255568  cjkwd="w",
255569  description="BOY",
255570  direction="on",
255571  linebreak="eb",
255572  unicodeslot=0x1F466,
255573 },
255574 [0x1F467]={
255575  category="so",
255576  cjkwd="w",
255577  description="GIRL",
255578  direction="on",
255579  linebreak="eb",
255580  unicodeslot=0x1F467,
255581 },
255582 [0x1F468]={
255583  category="so",
255584  cjkwd="w",
255585  description="MAN",
255586  direction="on",
255587  linebreak="eb",
255588  unicodeslot=0x1F468,
255589 },
255590 [0x1F469]={
255591  category="so",
255592  cjkwd="w",
255593  description="WOMAN",
255594  direction="on",
255595  linebreak="eb",
255596  unicodeslot=0x1F469,
255597 },
255598 [0x1F46A]={
255599  category="so",
255600  cjkwd="w",
255601  description="FAMILY",
255602  direction="on",
255603  linebreak="eb",
255604  unicodeslot=0x1F46A,
255605 },
255606 [0x1F46B]={
255607  category="so",
255608  cjkwd="w",
255609  description="MAN AND WOMAN HOLDING HANDS",
255610  direction="on",
255611  linebreak="eb",
255612  unicodeslot=0x1F46B,
255613 },
255614 [0x1F46C]={
255615  category="so",
255616  cjkwd="w",
255617  description="TWO MEN HOLDING HANDS",
255618  direction="on",
255619  linebreak="eb",
255620  unicodeslot=0x1F46C,
255621 },
255622 [0x1F46D]={
255623  category="so",
255624  cjkwd="w",
255625  description="TWO WOMEN HOLDING HANDS",
255626  direction="on",
255627  linebreak="eb",
255628  unicodeslot=0x1F46D,
255629 },
255630 [0x1F46E]={
255631  category="so",
255632  cjkwd="w",
255633  description="POLICE OFFICER",
255634  direction="on",
255635  linebreak="eb",
255636  unicodeslot=0x1F46E,
255637 },
255638 [0x1F46F]={
255639  category="so",
255640  cjkwd="w",
255641  description="WOMAN WITH BUNNY EARS",
255642  direction="on",
255643  linebreak="eb",
255644  unicodeslot=0x1F46F,
255645 },
255646 [0x1F470]={
255647  category="so",
255648  cjkwd="w",
255649  description="BRIDE WITH VEIL",
255650  direction="on",
255651  linebreak="eb",
255652  unicodeslot=0x1F470,
255653 },
255654 [0x1F471]={
255655  category="so",
255656  cjkwd="w",
255657  description="PERSON WITH BLOND HAIR",
255658  direction="on",
255659  linebreak="eb",
255660  unicodeslot=0x1F471,
255661 },
255662 [0x1F472]={
255663  category="so",
255664  cjkwd="w",
255665  description="MAN WITH GUA PI MAO",
255666  direction="on",
255667  linebreak="eb",
255668  unicodeslot=0x1F472,
255669 },
255670 [0x1F473]={
255671  category="so",
255672  cjkwd="w",
255673  description="MAN WITH TURBAN",
255674  direction="on",
255675  linebreak="eb",
255676  unicodeslot=0x1F473,
255677 },
255678 [0x1F474]={
255679  category="so",
255680  cjkwd="w",
255681  description="OLDER MAN",
255682  direction="on",
255683  linebreak="eb",
255684  unicodeslot=0x1F474,
255685 },
255686 [0x1F475]={
255687  category="so",
255688  cjkwd="w",
255689  description="OLDER WOMAN",
255690  direction="on",
255691  linebreak="eb",
255692  unicodeslot=0x1F475,
255693 },
255694 [0x1F476]={
255695  category="so",
255696  cjkwd="w",
255697  description="BABY",
255698  direction="on",
255699  linebreak="eb",
255700  unicodeslot=0x1F476,
255701 },
255702 [0x1F477]={
255703  category="so",
255704  cjkwd="w",
255705  description="CONSTRUCTION WORKER",
255706  direction="on",
255707  linebreak="eb",
255708  synonyms={ "hardhat" },
255709  unicodeslot=0x1F477,
255710 },
255711 [0x1F478]={
255712  category="so",
255713  cjkwd="w",
255714  description="PRINCESS",
255715  direction="on",
255716  linebreak="eb",
255717  unicodeslot=0x1F478,
255718 },
255719 [0x1F479]={
255720  category="so",
255721  cjkwd="w",
255722  description="JAPANESE OGRE",
255723  direction="on",
255724  linebreak="id",
255725  unicodeslot=0x1F479,
255726 },
255727 [0x1F47A]={
255728  category="so",
255729  cjkwd="w",
255730  description="JAPANESE GOBLIN",
255731  direction="on",
255732  linebreak="id",
255733  unicodeslot=0x1F47A,
255734 },
255735 [0x1F47B]={
255736  category="so",
255737  cjkwd="w",
255738  description="GHOST",
255739  direction="on",
255740  linebreak="id",
255741  unicodeslot=0x1F47B,
255742 },
255743 [0x1F47C]={
255744  category="so",
255745  cjkwd="w",
255746  description="BABY ANGEL",
255747  direction="on",
255748  linebreak="eb",
255749  unicodeslot=0x1F47C,
255750 },
255751 [0x1F47D]={
255752  category="so",
255753  cjkwd="w",
255754  description="EXTRATERRESTRIAL ALIEN",
255755  direction="on",
255756  linebreak="id",
255757  unicodeslot=0x1F47D,
255758 },
255759 [0x1F47E]={
255760  category="so",
255761  cjkwd="w",
255762  description="ALIEN MONSTER",
255763  direction="on",
255764  linebreak="id",
255765  unicodeslot=0x1F47E,
255766 },
255767 [0x1F47F]={
255768  category="so",
255769  cjkwd="w",
255770  description="IMP",
255771  direction="on",
255772  linebreak="id",
255773  unicodeslot=0x1F47F,
255774 },
255775 [0x1F480]={
255776  category="so",
255777  cjkwd="w",
255778  description="SKULL",
255779  direction="on",
255780  linebreak="id",
255781  unicodeslot=0x1F480,
255782 },
255783 [0x1F481]={
255784  category="so",
255785  cjkwd="w",
255786  description="INFORMATION DESK PERSON",
255787  direction="on",
255788  linebreak="eb",
255789  unicodeslot=0x1F481,
255790 },
255791 [0x1F482]={
255792  category="so",
255793  cjkwd="w",
255794  description="GUARDSMAN",
255795  direction="on",
255796  linebreak="eb",
255797  unicodeslot=0x1F482,
255798 },
255799 [0x1F483]={
255800  category="so",
255801  cjkwd="w",
255802  description="DANCER",
255803  direction="on",
255804  linebreak="eb",
255805  unicodeslot=0x1F483,
255806 },
255807 [0x1F484]={
255808  category="so",
255809  cjkwd="w",
255810  description="LIPSTICK",
255811  direction="on",
255812  linebreak="id",
255813  unicodeslot=0x1F484,
255814 },
255815 [0x1F485]={
255816  category="so",
255817  cjkwd="w",
255818  description="NAIL POLISH",
255819  direction="on",
255820  linebreak="eb",
255821  unicodeslot=0x1F485,
255822 },
255823 [0x1F486]={
255824  category="so",
255825  cjkwd="w",
255826  description="FACE MASSAGE",
255827  direction="on",
255828  linebreak="eb",
255829  unicodeslot=0x1F486,
255830 },
255831 [0x1F487]={
255832  category="so",
255833  cjkwd="w",
255834  description="HAIRCUT",
255835  direction="on",
255836  linebreak="eb",
255837  unicodeslot=0x1F487,
255838 },
255839 [0x1F488]={
255840  category="so",
255841  cjkwd="w",
255842  description="BARBER POLE",
255843  direction="on",
255844  linebreak="id",
255845  unicodeslot=0x1F488,
255846 },
255847 [0x1F489]={
255848  category="so",
255849  cjkwd="w",
255850  description="SYRINGE",
255851  direction="on",
255852  linebreak="id",
255853  unicodeslot=0x1F489,
255854 },
255855 [0x1F48A]={
255856  category="so",
255857  cjkwd="w",
255858  description="PILL",
255859  direction="on",
255860  linebreak="id",
255861  unicodeslot=0x1F48A,
255862 },
255863 [0x1F48B]={
255864  category="so",
255865  cjkwd="w",
255866  description="KISS MARK",
255867  direction="on",
255868  linebreak="id",
255869  unicodeslot=0x1F48B,
255870 },
255871 [0x1F48C]={
255872  category="so",
255873  cjkwd="w",
255874  description="LOVE LETTER",
255875  direction="on",
255876  linebreak="id",
255877  unicodeslot=0x1F48C,
255878 },
255879 [0x1F48D]={
255880  category="so",
255881  cjkwd="w",
255882  description="RING",
255883  direction="on",
255884  linebreak="id",
255885  unicodeslot=0x1F48D,
255886 },
255887 [0x1F48E]={
255888  category="so",
255889  cjkwd="w",
255890  description="GEM STONE",
255891  direction="on",
255892  linebreak="id",
255893  unicodeslot=0x1F48E,
255894 },
255895 [0x1F48F]={
255896  category="so",
255897  cjkwd="w",
255898  description="KISS",
255899  direction="on",
255900  linebreak="eb",
255901  unicodeslot=0x1F48F,
255902 },
255903 [0x1F490]={
255904  category="so",
255905  cjkwd="w",
255906  description="BOUQUET",
255907  direction="on",
255908  linebreak="id",
255909  unicodeslot=0x1F490,
255910 },
255911 [0x1F491]={
255912  category="so",
255913  cjkwd="w",
255914  description="COUPLE WITH HEART",
255915  direction="on",
255916  linebreak="eb",
255917  unicodeslot=0x1F491,
255918 },
255919 [0x1F492]={
255920  category="so",
255921  cjkwd="w",
255922  description="WEDDING",
255923  direction="on",
255924  linebreak="id",
255925  unicodeslot=0x1F492,
255926 },
255927 [0x1F493]={
255928  category="so",
255929  cjkwd="w",
255930  description="BEATING HEART",
255931  direction="on",
255932  linebreak="id",
255933  unicodeslot=0x1F493,
255934 },
255935 [0x1F494]={
255936  category="so",
255937  cjkwd="w",
255938  description="BROKEN HEART",
255939  direction="on",
255940  linebreak="id",
255941  unicodeslot=0x1F494,
255942 },
255943 [0x1F495]={
255944  category="so",
255945  cjkwd="w",
255946  description="TWO HEARTS",
255947  direction="on",
255948  linebreak="id",
255949  unicodeslot=0x1F495,
255950 },
255951 [0x1F496]={
255952  category="so",
255953  cjkwd="w",
255954  description="SPARKLING HEART",
255955  direction="on",
255956  linebreak="id",
255957  unicodeslot=0x1F496,
255958 },
255959 [0x1F497]={
255960  category="so",
255961  cjkwd="w",
255962  description="GROWING HEART",
255963  direction="on",
255964  linebreak="id",
255965  unicodeslot=0x1F497,
255966 },
255967 [0x1F498]={
255968  category="so",
255969  cjkwd="w",
255970  description="HEART WITH ARROW",
255971  direction="on",
255972  linebreak="id",
255973  unicodeslot=0x1F498,
255974 },
255975 [0x1F499]={
255976  category="so",
255977  cjkwd="w",
255978  description="BLUE HEART",
255979  direction="on",
255980  linebreak="id",
255981  unicodeslot=0x1F499,
255982 },
255983 [0x1F49A]={
255984  category="so",
255985  cjkwd="w",
255986  description="GREEN HEART",
255987  direction="on",
255988  linebreak="id",
255989  unicodeslot=0x1F49A,
255990 },
255991 [0x1F49B]={
255992  category="so",
255993  cjkwd="w",
255994  description="YELLOW HEART",
255995  direction="on",
255996  linebreak="id",
255997  unicodeslot=0x1F49B,
255998 },
255999 [0x1F49C]={
256000  category="so",
256001  cjkwd="w",
256002  description="PURPLE HEART",
256003  direction="on",
256004  linebreak="id",
256005  unicodeslot=0x1F49C,
256006 },
256007 [0x1F49D]={
256008  category="so",
256009  cjkwd="w",
256010  description="HEART WITH RIBBON",
256011  direction="on",
256012  linebreak="id",
256013  unicodeslot=0x1F49D,
256014 },
256015 [0x1F49E]={
256016  category="so",
256017  cjkwd="w",
256018  description="REVOLVING HEARTS",
256019  direction="on",
256020  linebreak="id",
256021  unicodeslot=0x1F49E,
256022 },
256023 [0x1F49F]={
256024  category="so",
256025  cjkwd="w",
256026  description="HEART DECORATION",
256027  direction="on",
256028  linebreak="id",
256029  unicodeslot=0x1F49F,
256030 },
256031 [0x1F4A0]={
256032  category="so",
256033  cjkwd="w",
256034  description="DIAMOND SHAPE WITH A DOT INSIDE",
256035  direction="on",
256036  linebreak="al",
256037  unicodeslot=0x1F4A0,
256038 },
256039 [0x1F4A1]={
256040  category="so",
256041  cjkwd="w",
256042  description="ELECTRIC LIGHT BULB",
256043  direction="on",
256044  linebreak="id",
256045  synonyms={ "idea" },
256046  unicodeslot=0x1F4A1,
256047 },
256048 [0x1F4A2]={
256049  category="so",
256050  cjkwd="w",
256051  description="ANGER SYMBOL",
256052  direction="on",
256053  linebreak="al",
256054  unicodeslot=0x1F4A2,
256055 },
256056 [0x1F4A3]={
256057  category="so",
256058  cjkwd="w",
256059  description="BOMB",
256060  direction="on",
256061  linebreak="id",
256062  unicodeslot=0x1F4A3,
256063 },
256064 [0x1F4A4]={
256065  category="so",
256066  cjkwd="w",
256067  description="SLEEPING SYMBOL",
256068  direction="on",
256069  linebreak="al",
256070  unicodeslot=0x1F4A4,
256071 },
256072 [0x1F4A5]={
256073  category="so",
256074  cjkwd="w",
256075  description="COLLISION SYMBOL",
256076  direction="on",
256077  linebreak="id",
256078  unicodeslot=0x1F4A5,
256079 },
256080 [0x1F4A6]={
256081  category="so",
256082  cjkwd="w",
256083  description="SPLASHING SWEAT SYMBOL",
256084  direction="on",
256085  linebreak="id",
256086  synonyms={ "plewds" },
256087  unicodeslot=0x1F4A6,
256088 },
256089 [0x1F4A7]={
256090  category="so",
256091  cjkwd="w",
256092  description="DROPLET",
256093  direction="on",
256094  linebreak="id",
256095  unicodeslot=0x1F4A7,
256096 },
256097 [0x1F4A8]={
256098  category="so",
256099  cjkwd="w",
256100  description="DASH SYMBOL",
256101  direction="on",
256102  linebreak="id",
256103  synonyms={ "briffits" },
256104  unicodeslot=0x1F4A8,
256105 },
256106 [0x1F4A9]={
256107  category="so",
256108  cjkwd="w",
256109  description="PILE OF POO",
256110  direction="on",
256111  linebreak="id",
256112  unicodeslot=0x1F4A9,
256113 },
256114 [0x1F4AA]={
256115  category="so",
256116  cjkwd="w",
256117  description="FLEXED BICEPS",
256118  direction="on",
256119  linebreak="eb",
256120  unicodeslot=0x1F4AA,
256121 },
256122 [0x1F4AB]={
256123  category="so",
256124  cjkwd="w",
256125  description="DIZZY SYMBOL",
256126  direction="on",
256127  linebreak="id",
256128  synonyms={ "squeans" },
256129  unicodeslot=0x1F4AB,
256130 },
256131 [0x1F4AC]={
256132  category="so",
256133  cjkwd="w",
256134  description="SPEECH BALLOON",
256135  direction="on",
256136  linebreak="id",
256137  unicodeslot=0x1F4AC,
256138 },
256139 [0x1F4AD]={
256140  category="so",
256141  cjkwd="w",
256142  description="THOUGHT BALLOON",
256143  direction="on",
256144  linebreak="id",
256145  unicodeslot=0x1F4AD,
256146 },
256147 [0x1F4AE]={
256148  category="so",
256149  cjkwd="w",
256150  description="WHITE FLOWER",
256151  direction="on",
256152  linebreak="id",
256153  unicodeslot=0x1F4AE,
256154 },
256155 [0x1F4AF]={
256156  category="so",
256157  cjkwd="w",
256158  description="HUNDRED POINTS SYMBOL",
256159  direction="on",
256160  linebreak="al",
256161  unicodeslot=0x1F4AF,
256162 },
256163 [0x1F4B0]={
256164  category="so",
256165  cjkwd="w",
256166  description="MONEY BAG",
256167  direction="on",
256168  linebreak="id",
256169  unicodeslot=0x1F4B0,
256170 },
256171 [0x1F4B1]={
256172  category="so",
256173  cjkwd="w",
256174  description="CURRENCY EXCHANGE",
256175  direction="on",
256176  linebreak="al",
256177  unicodeslot=0x1F4B1,
256178 },
256179 [0x1F4B2]={
256180  category="so",
256181  cjkwd="w",
256182  description="HEAVY DOLLAR SIGN",
256183  direction="on",
256184  linebreak="al",
256185  unicodeslot=0x1F4B2,
256186 },
256187 [0x1F4B3]={
256188  category="so",
256189  cjkwd="w",
256190  description="CREDIT CARD",
256191  direction="on",
256192  linebreak="id",
256193  unicodeslot=0x1F4B3,
256194 },
256195 [0x1F4B4]={
256196  category="so",
256197  cjkwd="w",
256198  description="BANKNOTE WITH YEN SIGN",
256199  direction="on",
256200  linebreak="id",
256201  unicodeslot=0x1F4B4,
256202 },
256203 [0x1F4B5]={
256204  category="so",
256205  cjkwd="w",
256206  description="BANKNOTE WITH DOLLAR SIGN",
256207  direction="on",
256208  linebreak="id",
256209  unicodeslot=0x1F4B5,
256210 },
256211 [0x1F4B6]={
256212  category="so",
256213  cjkwd="w",
256214  description="BANKNOTE WITH EURO SIGN",
256215  direction="on",
256216  linebreak="id",
256217  unicodeslot=0x1F4B6,
256218 },
256219 [0x1F4B7]={
256220  category="so",
256221  cjkwd="w",
256222  description="BANKNOTE WITH POUND SIGN",
256223  direction="on",
256224  linebreak="id",
256225  unicodeslot=0x1F4B7,
256226 },
256227 [0x1F4B8]={
256228  category="so",
256229  cjkwd="w",
256230  description="MONEY WITH WINGS",
256231  direction="on",
256232  linebreak="id",
256233  unicodeslot=0x1F4B8,
256234 },
256235 [0x1F4B9]={
256236  category="so",
256237  cjkwd="w",
256238  description="CHART WITH UPWARDS TREND AND YEN SIGN",
256239  direction="on",
256240  linebreak="id",
256241  unicodeslot=0x1F4B9,
256242 },
256243 [0x1F4BA]={
256244  category="so",
256245  cjkwd="w",
256246  description="SEAT",
256247  direction="on",
256248  linebreak="id",
256249  unicodeslot=0x1F4BA,
256250 },
256251 [0x1F4BB]={
256252  category="so",
256253  cjkwd="w",
256254  description="PERSONAL COMPUTER",
256255  direction="on",
256256  linebreak="id",
256257  unicodeslot=0x1F4BB,
256258 },
256259 [0x1F4BC]={
256260  category="so",
256261  cjkwd="w",
256262  description="BRIEFCASE",
256263  direction="on",
256264  linebreak="id",
256265  unicodeslot=0x1F4BC,
256266 },
256267 [0x1F4BD]={
256268  category="so",
256269  cjkwd="w",
256270  description="MINIDISC",
256271  direction="on",
256272  linebreak="id",
256273  unicodeslot=0x1F4BD,
256274 },
256275 [0x1F4BE]={
256276  category="so",
256277  cjkwd="w",
256278  description="FLOPPY DISK",
256279  direction="on",
256280  linebreak="id",
256281  unicodeslot=0x1F4BE,
256282 },
256283 [0x1F4BF]={
256284  category="so",
256285  cjkwd="w",
256286  description="OPTICAL DISC",
256287  direction="on",
256288  linebreak="id",
256289  synonyms={ "cd", "compact disc" },
256290  unicodeslot=0x1F4BF,
256291 },
256292 [0x1F4C0]={
256293  category="so",
256294  cjkwd="w",
256295  description="DVD",
256296  direction="on",
256297  linebreak="id",
256298  unicodeslot=0x1F4C0,
256299 },
256300 [0x1F4C1]={
256301  category="so",
256302  cjkwd="w",
256303  description="FILE FOLDER",
256304  direction="on",
256305  linebreak="id",
256306  unicodeslot=0x1F4C1,
256307 },
256308 [0x1F4C2]={
256309  category="so",
256310  cjkwd="w",
256311  description="OPEN FILE FOLDER",
256312  direction="on",
256313  linebreak="id",
256314  unicodeslot=0x1F4C2,
256315 },
256316 [0x1F4C3]={
256317  category="so",
256318  cjkwd="w",
256319  description="PAGE WITH CURL",
256320  direction="on",
256321  linebreak="id",
256322  unicodeslot=0x1F4C3,
256323 },
256324 [0x1F4C4]={
256325  category="so",
256326  cjkwd="w",
256327  description="PAGE FACING UP",
256328  direction="on",
256329  linebreak="id",
256330  unicodeslot=0x1F4C4,
256331 },
256332 [0x1F4C5]={
256333  category="so",
256334  cjkwd="w",
256335  description="CALENDAR",
256336  direction="on",
256337  linebreak="id",
256338  unicodeslot=0x1F4C5,
256339 },
256340 [0x1F4C6]={
256341  category="so",
256342  cjkwd="w",
256343  description="TEAR-OFF CALENDAR",
256344  direction="on",
256345  linebreak="id",
256346  unicodeslot=0x1F4C6,
256347 },
256348 [0x1F4C7]={
256349  category="so",
256350  cjkwd="w",
256351  description="CARD INDEX",
256352  direction="on",
256353  linebreak="id",
256354  unicodeslot=0x1F4C7,
256355 },
256356 [0x1F4C8]={
256357  category="so",
256358  cjkwd="w",
256359  description="CHART WITH UPWARDS TREND",
256360  direction="on",
256361  linebreak="id",
256362  unicodeslot=0x1F4C8,
256363 },
256364 [0x1F4C9]={
256365  category="so",
256366  cjkwd="w",
256367  description="CHART WITH DOWNWARDS TREND",
256368  direction="on",
256369  linebreak="id",
256370  unicodeslot=0x1F4C9,
256371 },
256372 [0x1F4CA]={
256373  category="so",
256374  cjkwd="w",
256375  description="BAR CHART",
256376  direction="on",
256377  linebreak="id",
256378  unicodeslot=0x1F4CA,
256379 },
256380 [0x1F4CB]={
256381  category="so",
256382  cjkwd="w",
256383  description="CLIPBOARD",
256384  direction="on",
256385  linebreak="id",
256386  unicodeslot=0x1F4CB,
256387 },
256388 [0x1F4CC]={
256389  category="so",
256390  cjkwd="w",
256391  description="PUSHPIN",
256392  direction="on",
256393  linebreak="id",
256394  unicodeslot=0x1F4CC,
256395 },
256396 [0x1F4CD]={
256397  category="so",
256398  cjkwd="w",
256399  description="ROUND PUSHPIN",
256400  direction="on",
256401  linebreak="id",
256402  unicodeslot=0x1F4CD,
256403 },
256404 [0x1F4CE]={
256405  category="so",
256406  cjkwd="w",
256407  description="PAPERCLIP",
256408  direction="on",
256409  linebreak="id",
256410  unicodeslot=0x1F4CE,
256411 },
256412 [0x1F4CF]={
256413  category="so",
256414  cjkwd="w",
256415  description="STRAIGHT RULER",
256416  direction="on",
256417  linebreak="id",
256418  unicodeslot=0x1F4CF,
256419 },
256420 [0x1F4D0]={
256421  category="so",
256422  cjkwd="w",
256423  description="TRIANGULAR RULER",
256424  direction="on",
256425  linebreak="id",
256426  unicodeslot=0x1F4D0,
256427 },
256428 [0x1F4D1]={
256429  category="so",
256430  cjkwd="w",
256431  description="BOOKMARK TABS",
256432  direction="on",
256433  linebreak="id",
256434  unicodeslot=0x1F4D1,
256435 },
256436 [0x1F4D2]={
256437  category="so",
256438  cjkwd="w",
256439  description="LEDGER",
256440  direction="on",
256441  linebreak="id",
256442  unicodeslot=0x1F4D2,
256443 },
256444 [0x1F4D3]={
256445  category="so",
256446  cjkwd="w",
256447  description="NOTEBOOK",
256448  direction="on",
256449  linebreak="id",
256450  unicodeslot=0x1F4D3,
256451 },
256452 [0x1F4D4]={
256453  category="so",
256454  cjkwd="w",
256455  description="NOTEBOOK WITH DECORATIVE COVER",
256456  direction="on",
256457  linebreak="id",
256458  unicodeslot=0x1F4D4,
256459 },
256460 [0x1F4D5]={
256461  category="so",
256462  cjkwd="w",
256463  description="CLOSED BOOK",
256464  direction="on",
256465  linebreak="id",
256466  unicodeslot=0x1F4D5,
256467 },
256468 [0x1F4D6]={
256469  category="so",
256470  cjkwd="w",
256471  description="OPEN BOOK",
256472  direction="on",
256473  linebreak="id",
256474  unicodeslot=0x1F4D6,
256475 },
256476 [0x1F4D7]={
256477  category="so",
256478  cjkwd="w",
256479  description="GREEN BOOK",
256480  direction="on",
256481  linebreak="id",
256482  unicodeslot=0x1F4D7,
256483 },
256484 [0x1F4D8]={
256485  category="so",
256486  cjkwd="w",
256487  description="BLUE BOOK",
256488  direction="on",
256489  linebreak="id",
256490  unicodeslot=0x1F4D8,
256491 },
256492 [0x1F4D9]={
256493  category="so",
256494  cjkwd="w",
256495  description="ORANGE BOOK",
256496  direction="on",
256497  linebreak="id",
256498  unicodeslot=0x1F4D9,
256499 },
256500 [0x1F4DA]={
256501  category="so",
256502  cjkwd="w",
256503  description="BOOKS",
256504  direction="on",
256505  linebreak="id",
256506  unicodeslot=0x1F4DA,
256507 },
256508 [0x1F4DB]={
256509  category="so",
256510  cjkwd="w",
256511  description="NAME BADGE",
256512  direction="on",
256513  linebreak="id",
256514  unicodeslot=0x1F4DB,
256515 },
256516 [0x1F4DC]={
256517  category="so",
256518  cjkwd="w",
256519  description="SCROLL",
256520  direction="on",
256521  linebreak="id",
256522  unicodeslot=0x1F4DC,
256523 },
256524 [0x1F4DD]={
256525  category="so",
256526  cjkwd="w",
256527  description="MEMO",
256528  direction="on",
256529  linebreak="id",
256530  unicodeslot=0x1F4DD,
256531 },
256532 [0x1F4DE]={
256533  category="so",
256534  cjkwd="w",
256535  description="TELEPHONE RECEIVER",
256536  direction="on",
256537  linebreak="id",
256538  unicodeslot=0x1F4DE,
256539 },
256540 [0x1F4DF]={
256541  category="so",
256542  cjkwd="w",
256543  description="PAGER",
256544  direction="on",
256545  linebreak="id",
256546  unicodeslot=0x1F4DF,
256547 },
256548 [0x1F4E0]={
256549  category="so",
256550  cjkwd="w",
256551  description="FAX MACHINE",
256552  direction="on",
256553  linebreak="id",
256554  unicodeslot=0x1F4E0,
256555 },
256556 [0x1F4E1]={
256557  category="so",
256558  cjkwd="w",
256559  description="SATELLITE ANTENNA",
256560  direction="on",
256561  linebreak="id",
256562  unicodeslot=0x1F4E1,
256563 },
256564 [0x1F4E2]={
256565  category="so",
256566  cjkwd="w",
256567  description="PUBLIC ADDRESS LOUDSPEAKER",
256568  direction="on",
256569  linebreak="id",
256570  unicodeslot=0x1F4E2,
256571 },
256572 [0x1F4E3]={
256573  category="so",
256574  cjkwd="w",
256575  description="CHEERING MEGAPHONE",
256576  direction="on",
256577  linebreak="id",
256578  unicodeslot=0x1F4E3,
256579 },
256580 [0x1F4E4]={
256581  category="so",
256582  cjkwd="w",
256583  description="OUTBOX TRAY",
256584  direction="on",
256585  linebreak="id",
256586  unicodeslot=0x1F4E4,
256587 },
256588 [0x1F4E5]={
256589  category="so",
256590  cjkwd="w",
256591  description="INBOX TRAY",
256592  direction="on",
256593  linebreak="id",
256594  unicodeslot=0x1F4E5,
256595 },
256596 [0x1F4E6]={
256597  category="so",
256598  cjkwd="w",
256599  description="PACKAGE",
256600  direction="on",
256601  linebreak="id",
256602  unicodeslot=0x1F4E6,
256603 },
256604 [0x1F4E7]={
256605  category="so",
256606  cjkwd="w",
256607  description="E-MAIL SYMBOL",
256608  direction="on",
256609  linebreak="id",
256610  unicodeslot=0x1F4E7,
256611 },
256612 [0x1F4E8]={
256613  category="so",
256614  cjkwd="w",
256615  description="INCOMING ENVELOPE",
256616  direction="on",
256617  linebreak="id",
256618  unicodeslot=0x1F4E8,
256619 },
256620 [0x1F4E9]={
256621  category="so",
256622  cjkwd="w",
256623  description="ENVELOPE WITH DOWNWARDS ARROW ABOVE",
256624  direction="on",
256625  linebreak="id",
256626  unicodeslot=0x1F4E9,
256627 },
256628 [0x1F4EA]={
256629  category="so",
256630  cjkwd="w",
256631  description="CLOSED MAILBOX WITH LOWERED FLAG",
256632  direction="on",
256633  linebreak="id",
256634  unicodeslot=0x1F4EA,
256635 },
256636 [0x1F4EB]={
256637  category="so",
256638  cjkwd="w",
256639  description="CLOSED MAILBOX WITH RAISED FLAG",
256640  direction="on",
256641  linebreak="id",
256642  unicodeslot=0x1F4EB,
256643 },
256644 [0x1F4EC]={
256645  category="so",
256646  cjkwd="w",
256647  description="OPEN MAILBOX WITH RAISED FLAG",
256648  direction="on",
256649  linebreak="id",
256650  unicodeslot=0x1F4EC,
256651 },
256652 [0x1F4ED]={
256653  category="so",
256654  cjkwd="w",
256655  description="OPEN MAILBOX WITH LOWERED FLAG",
256656  direction="on",
256657  linebreak="id",
256658  unicodeslot=0x1F4ED,
256659 },
256660 [0x1F4EE]={
256661  category="so",
256662  cjkwd="w",
256663  description="POSTBOX",
256664  direction="on",
256665  linebreak="id",
256666  unicodeslot=0x1F4EE,
256667 },
256668 [0x1F4EF]={
256669  category="so",
256670  cjkwd="w",
256671  description="POSTAL HORN",
256672  direction="on",
256673  linebreak="id",
256674  unicodeslot=0x1F4EF,
256675 },
256676 [0x1F4F0]={
256677  category="so",
256678  cjkwd="w",
256679  description="NEWSPAPER",
256680  direction="on",
256681  linebreak="id",
256682  unicodeslot=0x1F4F0,
256683 },
256684 [0x1F4F1]={
256685  category="so",
256686  cjkwd="w",
256687  description="MOBILE PHONE",
256688  direction="on",
256689  linebreak="id",
256690  unicodeslot=0x1F4F1,
256691 },
256692 [0x1F4F2]={
256693  category="so",
256694  cjkwd="w",
256695  description="MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT",
256696  direction="on",
256697  linebreak="id",
256698  unicodeslot=0x1F4F2,
256699 },
256700 [0x1F4F3]={
256701  category="so",
256702  cjkwd="w",
256703  description="VIBRATION MODE",
256704  direction="on",
256705  linebreak="id",
256706  unicodeslot=0x1F4F3,
256707 },
256708 [0x1F4F4]={
256709  category="so",
256710  cjkwd="w",
256711  description="MOBILE PHONE OFF",
256712  direction="on",
256713  linebreak="id",
256714  unicodeslot=0x1F4F4,
256715 },
256716 [0x1F4F5]={
256717  category="so",
256718  cjkwd="w",
256719  description="NO MOBILE PHONES",
256720  direction="on",
256721  linebreak="id",
256722  unicodeslot=0x1F4F5,
256723 },
256724 [0x1F4F6]={
256725  category="so",
256726  cjkwd="w",
256727  description="ANTENNA WITH BARS",
256728  direction="on",
256729  linebreak="id",
256730  unicodeslot=0x1F4F6,
256731 },
256732 [0x1F4F7]={
256733  category="so",
256734  cjkwd="w",
256735  description="CAMERA",
256736  direction="on",
256737  linebreak="id",
256738  unicodeslot=0x1F4F7,
256739 },
256740 [0x1F4F8]={
256741  category="so",
256742  cjkwd="w",
256743  description="CAMERA WITH FLASH",
256744  direction="on",
256745  linebreak="id",
256746  unicodeslot=0x1F4F8,
256747 },
256748 [0x1F4F9]={
256749  category="so",
256750  cjkwd="w",
256751  description="VIDEO CAMERA",
256752  direction="on",
256753  linebreak="id",
256754  unicodeslot=0x1F4F9,
256755 },
256756 [0x1F4FA]={
256757  category="so",
256758  cjkwd="w",
256759  description="TELEVISION",
256760  direction="on",
256761  linebreak="id",
256762  unicodeslot=0x1F4FA,
256763 },
256764 [0x1F4FB]={
256765  category="so",
256766  cjkwd="w",
256767  description="RADIO",
256768  direction="on",
256769  linebreak="id",
256770  unicodeslot=0x1F4FB,
256771 },
256772 [0x1F4FC]={
256773  category="so",
256774  cjkwd="w",
256775  description="VIDEOCASSETTE",
256776  direction="on",
256777  linebreak="id",
256778  unicodeslot=0x1F4FC,
256779 },
256780 [0x1F4FD]={
256781  category="so",
256782  description="FILM PROJECTOR",
256783  direction="on",
256784  linebreak="id",
256785  unicodeslot=0x1F4FD,
256786  variants=variants_emoji,
256787 },
256788 [0x1F4FE]={
256789  category="so",
256790  description="PORTABLE STEREO",
256791  direction="on",
256792  linebreak="id",
256793  unicodeslot=0x1F4FE,
256794 },
256795 [0x1F4FF]={
256796  category="so",
256797  cjkwd="w",
256798  description="PRAYER BEADS",
256799  direction="on",
256800  linebreak="id",
256801  unicodeslot=0x1F4FF,
256802 },
256803 [0x1F500]={
256804  category="so",
256805  cjkwd="w",
256806  description="TWISTED RIGHTWARDS ARROWS",
256807  direction="on",
256808  linebreak="al",
256809  unicodeslot=0x1F500,
256810 },
256811 [0x1F501]={
256812  category="so",
256813  cjkwd="w",
256814  description="CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS",
256815  direction="on",
256816  linebreak="al",
256817  unicodeslot=0x1F501,
256818 },
256819 [0x1F502]={
256820  category="so",
256821  cjkwd="w",
256822  description="CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY",
256823  direction="on",
256824  linebreak="al",
256825  unicodeslot=0x1F502,
256826 },
256827 [0x1F503]={
256828  category="so",
256829  cjkwd="w",
256830  description="CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS",
256831  direction="on",
256832  linebreak="al",
256833  unicodeslot=0x1F503,
256834 },
256835 [0x1F504]={
256836  category="so",
256837  cjkwd="w",
256838  description="ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS",
256839  direction="on",
256840  linebreak="al",
256841  unicodeslot=0x1F504,
256842 },
256843 [0x1F505]={
256844  category="so",
256845  cjkwd="w",
256846  description="LOW BRIGHTNESS SYMBOL",
256847  direction="on",
256848  linebreak="al",
256849  unicodeslot=0x1F505,
256850 },
256851 [0x1F506]={
256852  category="so",
256853  cjkwd="w",
256854  description="HIGH BRIGHTNESS SYMBOL",
256855  direction="on",
256856  linebreak="al",
256857  unicodeslot=0x1F506,
256858 },
256859 [0x1F507]={
256860  category="so",
256861  cjkwd="w",
256862  description="SPEAKER WITH CANCELLATION STROKE",
256863  direction="on",
256864  linebreak="id",
256865  unicodeslot=0x1F507,
256866 },
256867 [0x1F508]={
256868  category="so",
256869  cjkwd="w",
256870  description="SPEAKER",
256871  direction="on",
256872  linebreak="id",
256873  unicodeslot=0x1F508,
256874 },
256875 [0x1F509]={
256876  category="so",
256877  cjkwd="w",
256878  description="SPEAKER WITH ONE SOUND WAVE",
256879  direction="on",
256880  linebreak="id",
256881  unicodeslot=0x1F509,
256882 },
256883 [0x1F50A]={
256884  category="so",
256885  cjkwd="w",
256886  description="SPEAKER WITH THREE SOUND WAVES",
256887  direction="on",
256888  linebreak="id",
256889  synonyms={ "sound" },
256890  unicodeslot=0x1F50A,
256891 },
256892 [0x1F50B]={
256893  category="so",
256894  cjkwd="w",
256895  description="BATTERY",
256896  direction="on",
256897  linebreak="id",
256898  unicodeslot=0x1F50B,
256899 },
256900 [0x1F50C]={
256901  category="so",
256902  cjkwd="w",
256903  description="ELECTRIC PLUG",
256904  direction="on",
256905  linebreak="id",
256906  unicodeslot=0x1F50C,
256907 },
256908 [0x1F50D]={
256909  category="so",
256910  cjkwd="w",
256911  description="LEFT-POINTING MAGNIFYING GLASS",
256912  direction="on",
256913  linebreak="id",
256914  unicodeslot=0x1F50D,
256915 },
256916 [0x1F50E]={
256917  category="so",
256918  cjkwd="w",
256919  description="RIGHT-POINTING MAGNIFYING GLASS",
256920  direction="on",
256921  linebreak="id",
256922  unicodeslot=0x1F50E,
256923 },
256924 [0x1F50F]={
256925  category="so",
256926  cjkwd="w",
256927  description="LOCK WITH INK PEN",
256928  direction="on",
256929  linebreak="id",
256930  unicodeslot=0x1F50F,
256931 },
256932 [0x1F510]={
256933  category="so",
256934  cjkwd="w",
256935  description="CLOSED LOCK WITH KEY",
256936  direction="on",
256937  linebreak="id",
256938  unicodeslot=0x1F510,
256939 },
256940 [0x1F511]={
256941  category="so",
256942  cjkwd="w",
256943  description="KEY",
256944  direction="on",
256945  linebreak="id",
256946  unicodeslot=0x1F511,
256947 },
256948 [0x1F512]={
256949  category="so",
256950  cjkwd="w",
256951  description="LOCK",
256952  direction="on",
256953  linebreak="id",
256954  unicodeslot=0x1F512,
256955 },
256956 [0x1F513]={
256957  category="so",
256958  cjkwd="w",
256959  description="OPEN LOCK",
256960  direction="on",
256961  linebreak="id",
256962  unicodeslot=0x1F513,
256963 },
256964 [0x1F514]={
256965  category="so",
256966  cjkwd="w",
256967  description="BELL",
256968  direction="on",
256969  linebreak="id",
256970  unicodeslot=0x1F514,
256971 },
256972 [0x1F515]={
256973  category="so",
256974  cjkwd="w",
256975  description="BELL WITH CANCELLATION STROKE",
256976  direction="on",
256977  linebreak="id",
256978  unicodeslot=0x1F515,
256979 },
256980 [0x1F516]={
256981  category="so",
256982  cjkwd="w",
256983  description="BOOKMARK",
256984  direction="on",
256985  linebreak="id",
256986  unicodeslot=0x1F516,
256987 },
256988 [0x1F517]={
256989  category="so",
256990  cjkwd="w",
256991  description="LINK SYMBOL",
256992  direction="on",
256993  linebreak="al",
256994  unicodeslot=0x1F517,
256995 },
256996 [0x1F518]={
256997  category="so",
256998  cjkwd="w",
256999  description="RADIO BUTTON",
257000  direction="on",
257001  linebreak="al",
257002  unicodeslot=0x1F518,
257003 },
257004 [0x1F519]={
257005  category="so",
257006  cjkwd="w",
257007  description="BACK WITH LEFTWARDS ARROW ABOVE",
257008  direction="on",
257009  linebreak="al",
257010  unicodeslot=0x1F519,
257011 },
257012 [0x1F51A]={
257013  category="so",
257014  cjkwd="w",
257015  description="END WITH LEFTWARDS ARROW ABOVE",
257016  direction="on",
257017  linebreak="al",
257018  unicodeslot=0x1F51A,
257019 },
257020 [0x1F51B]={
257021  category="so",
257022  cjkwd="w",
257023  description="ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE",
257024  direction="on",
257025  linebreak="al",
257026  unicodeslot=0x1F51B,
257027 },
257028 [0x1F51C]={
257029  category="so",
257030  cjkwd="w",
257031  description="SOON WITH RIGHTWARDS ARROW ABOVE",
257032  direction="on",
257033  linebreak="al",
257034  unicodeslot=0x1F51C,
257035 },
257036 [0x1F51D]={
257037  category="so",
257038  cjkwd="w",
257039  description="TOP WITH UPWARDS ARROW ABOVE",
257040  direction="on",
257041  linebreak="al",
257042  unicodeslot=0x1F51D,
257043 },
257044 [0x1F51E]={
257045  category="so",
257046  cjkwd="w",
257047  description="NO ONE UNDER EIGHTEEN SYMBOL",
257048  direction="on",
257049  linebreak="al",
257050  unicodeslot=0x1F51E,
257051 },
257052 [0x1F51F]={
257053  category="so",
257054  cjkwd="w",
257055  description="KEYCAP TEN",
257056  direction="on",
257057  linebreak="al",
257058  unicodeslot=0x1F51F,
257059 },
257060 [0x1F520]={
257061  category="so",
257062  cjkwd="w",
257063  description="INPUT SYMBOL FOR LATIN CAPITAL LETTERS",
257064  direction="on",
257065  linebreak="al",
257066  unicodeslot=0x1F520,
257067 },
257068 [0x1F521]={
257069  category="so",
257070  cjkwd="w",
257071  description="INPUT SYMBOL FOR LATIN SMALL LETTERS",
257072  direction="on",
257073  linebreak="al",
257074  unicodeslot=0x1F521,
257075 },
257076 [0x1F522]={
257077  category="so",
257078  cjkwd="w",
257079  description="INPUT SYMBOL FOR NUMBERS",
257080  direction="on",
257081  linebreak="al",
257082  unicodeslot=0x1F522,
257083 },
257084 [0x1F523]={
257085  category="so",
257086  cjkwd="w",
257087  description="INPUT SYMBOL FOR SYMBOLS",
257088  direction="on",
257089  linebreak="al",
257090  unicodeslot=0x1F523,
257091 },
257092 [0x1F524]={
257093  category="so",
257094  cjkwd="w",
257095  description="INPUT SYMBOL FOR LATIN LETTERS",
257096  direction="on",
257097  linebreak="al",
257098  unicodeslot=0x1F524,
257099 },
257100 [0x1F525]={
257101  category="so",
257102  cjkwd="w",
257103  description="FIRE",
257104  direction="on",
257105  linebreak="id",
257106  unicodeslot=0x1F525,
257107 },
257108 [0x1F526]={
257109  category="so",
257110  cjkwd="w",
257111  description="ELECTRIC TORCH",
257112  direction="on",
257113  linebreak="id",
257114  unicodeslot=0x1F526,
257115 },
257116 [0x1F527]={
257117  category="so",
257118  cjkwd="w",
257119  description="WRENCH",
257120  direction="on",
257121  linebreak="id",
257122  unicodeslot=0x1F527,
257123 },
257124 [0x1F528]={
257125  category="so",
257126  cjkwd="w",
257127  description="HAMMER",
257128  direction="on",
257129  linebreak="id",
257130  unicodeslot=0x1F528,
257131 },
257132 [0x1F529]={
257133  category="so",
257134  cjkwd="w",
257135  description="NUT AND BOLT",
257136  direction="on",
257137  linebreak="id",
257138  unicodeslot=0x1F529,
257139 },
257140 [0x1F52A]={
257141  category="so",
257142  cjkwd="w",
257143  description="HOCHO",
257144  direction="on",
257145  linebreak="id",
257146  unicodeslot=0x1F52A,
257147 },
257148 [0x1F52B]={
257149  category="so",
257150  cjkwd="w",
257151  description="PISTOL",
257152  direction="on",
257153  linebreak="id",
257154  unicodeslot=0x1F52B,
257155 },
257156 [0x1F52C]={
257157  category="so",
257158  cjkwd="w",
257159  description="MICROSCOPE",
257160  direction="on",
257161  linebreak="id",
257162  unicodeslot=0x1F52C,
257163 },
257164 [0x1F52D]={
257165  category="so",
257166  cjkwd="w",
257167  description="TELESCOPE",
257168  direction="on",
257169  linebreak="id",
257170  unicodeslot=0x1F52D,
257171 },
257172 [0x1F52E]={
257173  category="so",
257174  cjkwd="w",
257175  description="CRYSTAL BALL",
257176  direction="on",
257177  linebreak="id",
257178  unicodeslot=0x1F52E,
257179 },
257180 [0x1F52F]={
257181  category="so",
257182  cjkwd="w",
257183  description="SIX POINTED STAR WITH MIDDLE DOT",
257184  direction="on",
257185  linebreak="id",
257186  unicodeslot=0x1F52F,
257187 },
257188 [0x1F530]={
257189  category="so",
257190  cjkwd="w",
257191  description="JAPANESE SYMBOL FOR BEGINNER",
257192  direction="on",
257193  linebreak="id",
257194  unicodeslot=0x1F530,
257195 },
257196 [0x1F531]={
257197  category="so",
257198  cjkwd="w",
257199  description="TRIDENT EMBLEM",
257200  direction="on",
257201  linebreak="id",
257202  unicodeslot=0x1F531,
257203 },
257204 [0x1F532]={
257205  category="so",
257206  cjkwd="w",
257207  description="BLACK SQUARE BUTTON",
257208  direction="on",
257209  linebreak="al",
257210  unicodeslot=0x1F532,
257211 },
257212 [0x1F533]={
257213  category="so",
257214  cjkwd="w",
257215  description="WHITE SQUARE BUTTON",
257216  direction="on",
257217  linebreak="al",
257218  unicodeslot=0x1F533,
257219 },
257220 [0x1F534]={
257221  category="so",
257222  cjkwd="w",
257223  description="LARGE RED CIRCLE",
257224  direction="on",
257225  linebreak="al",
257226  unicodeslot=0x1F534,
257227 },
257228 [0x1F535]={
257229  category="so",
257230  cjkwd="w",
257231  description="LARGE BLUE CIRCLE",
257232  direction="on",
257233  linebreak="al",
257234  unicodeslot=0x1F535,
257235 },
257236 [0x1F536]={
257237  category="so",
257238  cjkwd="w",
257239  description="LARGE ORANGE DIAMOND",
257240  direction="on",
257241  linebreak="al",
257242  unicodeslot=0x1F536,
257243 },
257244 [0x1F537]={
257245  category="so",
257246  cjkwd="w",
257247  description="LARGE BLUE DIAMOND",
257248  direction="on",
257249  linebreak="al",
257250  unicodeslot=0x1F537,
257251 },
257252 [0x1F538]={
257253  category="so",
257254  cjkwd="w",
257255  description="SMALL ORANGE DIAMOND",
257256  direction="on",
257257  linebreak="al",
257258  unicodeslot=0x1F538,
257259 },
257260 [0x1F539]={
257261  category="so",
257262  cjkwd="w",
257263  description="SMALL BLUE DIAMOND",
257264  direction="on",
257265  linebreak="al",
257266  unicodeslot=0x1F539,
257267 },
257268 [0x1F53A]={
257269  category="so",
257270  cjkwd="w",
257271  description="UP-POINTING RED TRIANGLE",
257272  direction="on",
257273  linebreak="al",
257274  unicodeslot=0x1F53A,
257275 },
257276 [0x1F53B]={
257277  category="so",
257278  cjkwd="w",
257279  description="DOWN-POINTING RED TRIANGLE",
257280  direction="on",
257281  linebreak="al",
257282  unicodeslot=0x1F53B,
257283 },
257284 [0x1F53C]={
257285  category="so",
257286  cjkwd="w",
257287  description="UP-POINTING SMALL RED TRIANGLE",
257288  direction="on",
257289  linebreak="al",
257290  unicodeslot=0x1F53C,
257291 },
257292 [0x1F53D]={
257293  category="so",
257294  cjkwd="w",
257295  description="DOWN-POINTING SMALL RED TRIANGLE",
257296  direction="on",
257297  linebreak="al",
257298  unicodeslot=0x1F53D,
257299 },
257300 [0x1F53E]={
257301  category="so",
257302  description="LOWER RIGHT SHADOWED WHITE CIRCLE",
257303  direction="on",
257304  linebreak="al",
257305  unicodeslot=0x1F53E,
257306 },
257307 [0x1F53F]={
257308  category="so",
257309  description="UPPER RIGHT SHADOWED WHITE CIRCLE",
257310  direction="on",
257311  linebreak="al",
257312  unicodeslot=0x1F53F,
257313 },
257314 [0x1F540]={
257315  category="so",
257316  description="CIRCLED CROSS POMMEE",
257317  direction="on",
257318  linebreak="al",
257319  unicodeslot=0x1F540,
257320 },
257321 [0x1F541]={
257322  category="so",
257323  description="CROSS POMMEE WITH HALF-CIRCLE BELOW",
257324  direction="on",
257325  linebreak="al",
257326  unicodeslot=0x1F541,
257327 },
257328 [0x1F542]={
257329  category="so",
257330  description="CROSS POMMEE",
257331  direction="on",
257332  linebreak="al",
257333  unicodeslot=0x1F542,
257334 },
257335 [0x1F543]={
257336  category="so",
257337  description="NOTCHED LEFT SEMICIRCLE WITH THREE DOTS",
257338  direction="on",
257339  linebreak="al",
257340  unicodeslot=0x1F543,
257341 },
257342 [0x1F544]={
257343  category="so",
257344  description="NOTCHED RIGHT SEMICIRCLE WITH THREE DOTS",
257345  direction="on",
257346  linebreak="al",
257347  unicodeslot=0x1F544,
257348 },
257349 [0x1F545]={
257350  category="so",
257351  description="SYMBOL FOR MARKS CHAPTER",
257352  direction="on",
257353  linebreak="al",
257354  unicodeslot=0x1F545,
257355 },
257356 [0x1F546]={
257357  category="so",
257358  description="WHITE LATIN CROSS",
257359  direction="on",
257360  linebreak="al",
257361  unicodeslot=0x1F546,
257362 },
257363 [0x1F547]={
257364  category="so",
257365  description="HEAVY LATIN CROSS",
257366  direction="on",
257367  linebreak="al",
257368  unicodeslot=0x1F547,
257369 },
257370 [0x1F548]={
257371  category="so",
257372  description="CELTIC CROSS",
257373  direction="on",
257374  linebreak="al",
257375  unicodeslot=0x1F548,
257376 },
257377 [0x1F549]={
257378  category="so",
257379  description="OM SYMBOL",
257380  direction="on",
257381  linebreak="al",
257382  unicodeslot=0x1F549,
257383  variants=variants_emoji,
257384 },
257385 [0x1F54A]={
257386  category="so",
257387  description="DOVE OF PEACE",
257388  direction="on",
257389  linebreak="id",
257390  unicodeslot=0x1F54A,
257391  variants=variants_emoji,
257392 },
257393 [0x1F54B]={
257394  category="so",
257395  cjkwd="w",
257396  description="KAABA",
257397  direction="on",
257398  linebreak="id",
257399  unicodeslot=0x1F54B,
257400 },
257401 [0x1F54C]={
257402  category="so",
257403  cjkwd="w",
257404  description="MOSQUE",
257405  direction="on",
257406  linebreak="id",
257407  unicodeslot=0x1F54C,
257408 },
257409 [0x1F54D]={
257410  category="so",
257411  cjkwd="w",
257412  description="SYNAGOGUE",
257413  direction="on",
257414  linebreak="id",
257415  unicodeslot=0x1F54D,
257416 },
257417 [0x1F54E]={
257418  category="so",
257419  cjkwd="w",
257420  description="MENORAH WITH NINE BRANCHES",
257421  direction="on",
257422  linebreak="id",
257423  unicodeslot=0x1F54E,
257424 },
257425 [0x1F54F]={
257426  category="so",
257427  description="BOWL OF HYGIEIA",
257428  direction="on",
257429  linebreak="id",
257430  unicodeslot=0x1F54F,
257431 },
257432 [0x1F550]={
257433  category="so",
257434  cjkwd="w",
257435  description="CLOCK FACE ONE OCLOCK",
257436  direction="on",
257437  linebreak="id",
257438  unicodeslot=0x1F550,
257439 },
257440 [0x1F551]={
257441  category="so",
257442  cjkwd="w",
257443  description="CLOCK FACE TWO OCLOCK",
257444  direction="on",
257445  linebreak="id",
257446  unicodeslot=0x1F551,
257447 },
257448 [0x1F552]={
257449  category="so",
257450  cjkwd="w",
257451  description="CLOCK FACE THREE OCLOCK",
257452  direction="on",
257453  linebreak="id",
257454  unicodeslot=0x1F552,
257455 },
257456 [0x1F553]={
257457  category="so",
257458  cjkwd="w",
257459  description="CLOCK FACE FOUR OCLOCK",
257460  direction="on",
257461  linebreak="id",
257462  unicodeslot=0x1F553,
257463 },
257464 [0x1F554]={
257465  category="so",
257466  cjkwd="w",
257467  description="CLOCK FACE FIVE OCLOCK",
257468  direction="on",
257469  linebreak="id",
257470  unicodeslot=0x1F554,
257471 },
257472 [0x1F555]={
257473  category="so",
257474  cjkwd="w",
257475  description="CLOCK FACE SIX OCLOCK",
257476  direction="on",
257477  linebreak="id",
257478  unicodeslot=0x1F555,
257479 },
257480 [0x1F556]={
257481  category="so",
257482  cjkwd="w",
257483  description="CLOCK FACE SEVEN OCLOCK",
257484  direction="on",
257485  linebreak="id",
257486  unicodeslot=0x1F556,
257487 },
257488 [0x1F557]={
257489  category="so",
257490  cjkwd="w",
257491  description="CLOCK FACE EIGHT OCLOCK",
257492  direction="on",
257493  linebreak="id",
257494  unicodeslot=0x1F557,
257495 },
257496 [0x1F558]={
257497  category="so",
257498  cjkwd="w",
257499  description="CLOCK FACE NINE OCLOCK",
257500  direction="on",
257501  linebreak="id",
257502  unicodeslot=0x1F558,
257503 },
257504 [0x1F559]={
257505  category="so",
257506  cjkwd="w",
257507  description="CLOCK FACE TEN OCLOCK",
257508  direction="on",
257509  linebreak="id",
257510  unicodeslot=0x1F559,
257511 },
257512 [0x1F55A]={
257513  category="so",
257514  cjkwd="w",
257515  description="CLOCK FACE ELEVEN OCLOCK",
257516  direction="on",
257517  linebreak="id",
257518  unicodeslot=0x1F55A,
257519 },
257520 [0x1F55B]={
257521  category="so",
257522  cjkwd="w",
257523  description="CLOCK FACE TWELVE OCLOCK",
257524  direction="on",
257525  linebreak="id",
257526  unicodeslot=0x1F55B,
257527 },
257528 [0x1F55C]={
257529  category="so",
257530  cjkwd="w",
257531  description="CLOCK FACE ONE-THIRTY",
257532  direction="on",
257533  linebreak="id",
257534  unicodeslot=0x1F55C,
257535 },
257536 [0x1F55D]={
257537  category="so",
257538  cjkwd="w",
257539  description="CLOCK FACE TWO-THIRTY",
257540  direction="on",
257541  linebreak="id",
257542  unicodeslot=0x1F55D,
257543 },
257544 [0x1F55E]={
257545  category="so",
257546  cjkwd="w",
257547  description="CLOCK FACE THREE-THIRTY",
257548  direction="on",
257549  linebreak="id",
257550  unicodeslot=0x1F55E,
257551 },
257552 [0x1F55F]={
257553  category="so",
257554  cjkwd="w",
257555  description="CLOCK FACE FOUR-THIRTY",
257556  direction="on",
257557  linebreak="id",
257558  unicodeslot=0x1F55F,
257559 },
257560 [0x1F560]={
257561  category="so",
257562  cjkwd="w",
257563  description="CLOCK FACE FIVE-THIRTY",
257564  direction="on",
257565  linebreak="id",
257566  unicodeslot=0x1F560,
257567 },
257568 [0x1F561]={
257569  category="so",
257570  cjkwd="w",
257571  description="CLOCK FACE SIX-THIRTY",
257572  direction="on",
257573  linebreak="id",
257574  unicodeslot=0x1F561,
257575 },
257576 [0x1F562]={
257577  category="so",
257578  cjkwd="w",
257579  description="CLOCK FACE SEVEN-THIRTY",
257580  direction="on",
257581  linebreak="id",
257582  unicodeslot=0x1F562,
257583 },
257584 [0x1F563]={
257585  category="so",
257586  cjkwd="w",
257587  description="CLOCK FACE EIGHT-THIRTY",
257588  direction="on",
257589  linebreak="id",
257590  unicodeslot=0x1F563,
257591 },
257592 [0x1F564]={
257593  category="so",
257594  cjkwd="w",
257595  description="CLOCK FACE NINE-THIRTY",
257596  direction="on",
257597  linebreak="id",
257598  unicodeslot=0x1F564,
257599 },
257600 [0x1F565]={
257601  category="so",
257602  cjkwd="w",
257603  description="CLOCK FACE TEN-THIRTY",
257604  direction="on",
257605  linebreak="id",
257606  unicodeslot=0x1F565,
257607 },
257608 [0x1F566]={
257609  category="so",
257610  cjkwd="w",
257611  description="CLOCK FACE ELEVEN-THIRTY",
257612  direction="on",
257613  linebreak="id",
257614  unicodeslot=0x1F566,
257615 },
257616 [0x1F567]={
257617  category="so",
257618  cjkwd="w",
257619  description="CLOCK FACE TWELVE-THIRTY",
257620  direction="on",
257621  linebreak="id",
257622  unicodeslot=0x1F567,
257623 },
257624 [0x1F568]={
257625  category="so",
257626  description="RIGHT SPEAKER",
257627  direction="on",
257628  linebreak="id",
257629  unicodeslot=0x1F568,
257630 },
257631 [0x1F569]={
257632  category="so",
257633  description="RIGHT SPEAKER WITH ONE SOUND WAVE",
257634  direction="on",
257635  linebreak="id",
257636  unicodeslot=0x1F569,
257637 },
257638 [0x1F56A]={
257639  category="so",
257640  description="RIGHT SPEAKER WITH THREE SOUND WAVES",
257641  direction="on",
257642  linebreak="id",
257643  unicodeslot=0x1F56A,
257644 },
257645 [0x1F56B]={
257646  category="so",
257647  description="BULLHORN",
257648  direction="on",
257649  linebreak="id",
257650  unicodeslot=0x1F56B,
257651 },
257652 [0x1F56C]={
257653  category="so",
257654  description="BULLHORN WITH SOUND WAVES",
257655  direction="on",
257656  linebreak="id",
257657  unicodeslot=0x1F56C,
257658 },
257659 [0x1F56D]={
257660  category="so",
257661  description="RINGING BELL",
257662  direction="on",
257663  linebreak="id",
257664  unicodeslot=0x1F56D,
257665 },
257666 [0x1F56E]={
257667  category="so",
257668  description="BOOK",
257669  direction="on",
257670  linebreak="id",
257671  unicodeslot=0x1F56E,
257672 },
257673 [0x1F56F]={
257674  category="so",
257675  description="CANDLE",
257676  direction="on",
257677  linebreak="id",
257678  unicodeslot=0x1F56F,
257679  variants=variants_emoji,
257680 },
257681 [0x1F570]={
257682  category="so",
257683  description="MANTELPIECE CLOCK",
257684  direction="on",
257685  linebreak="id",
257686  unicodeslot=0x1F570,
257687  variants=variants_emoji,
257688 },
257689 [0x1F571]={
257690  category="so",
257691  description="BLACK SKULL AND CROSSBONES",
257692  direction="on",
257693  linebreak="id",
257694  unicodeslot=0x1F571,
257695 },
257696 [0x1F572]={
257697  category="so",
257698  description="NO PIRACY",
257699  direction="on",
257700  linebreak="id",
257701  unicodeslot=0x1F572,
257702 },
257703 [0x1F573]={
257704  category="so",
257705  description="HOLE",
257706  direction="on",
257707  linebreak="id",
257708  unicodeslot=0x1F573,
257709  variants=variants_emoji,
257710 },
257711 [0x1F574]={
257712  category="so",
257713  description="MAN IN BUSINESS SUIT LEVITATING",
257714  direction="on",
257715  linebreak="eb",
257716  unicodeslot=0x1F574,
257717  variants=variants_emoji,
257718 },
257719 [0x1F575]={
257720  category="so",
257721  description="SLEUTH OR SPY",
257722  direction="on",
257723  linebreak="eb",
257724  unicodeslot=0x1F575,
257725  variants=variants_emoji,
257726 },
257727 [0x1F576]={
257728  category="so",
257729  description="DARK SUNGLASSES",
257730  direction="on",
257731  linebreak="id",
257732  unicodeslot=0x1F576,
257733  variants=variants_emoji,
257734 },
257735 [0x1F577]={
257736  category="so",
257737  description="SPIDER",
257738  direction="on",
257739  linebreak="id",
257740  unicodeslot=0x1F577,
257741  variants=variants_emoji,
257742 },
257743 [0x1F578]={
257744  category="so",
257745  description="SPIDER WEB",
257746  direction="on",
257747  linebreak="id",
257748  unicodeslot=0x1F578,
257749  variants=variants_emoji,
257750 },
257751 [0x1F579]={
257752  category="so",
257753  description="JOYSTICK",
257754  direction="on",
257755  linebreak="id",
257756  unicodeslot=0x1F579,
257757  variants=variants_emoji,
257758 },
257759 [0x1F57A]={
257760  category="so",
257761  cjkwd="w",
257762  description="MAN DANCING",
257763  direction="on",
257764  linebreak="eb",
257765  unicodeslot=0x1F57A,
257766 },
257767 [0x1F57B]={
257768  category="so",
257769  description="LEFT HAND TELEPHONE RECEIVER",
257770  direction="on",
257771  linebreak="id",
257772  unicodeslot=0x1F57B,
257773 },
257774 [0x1F57C]={
257775  category="so",
257776  description="TELEPHONE RECEIVER WITH PAGE",
257777  direction="on",
257778  linebreak="id",
257779  unicodeslot=0x1F57C,
257780 },
257781 [0x1F57D]={
257782  category="so",
257783  description="RIGHT HAND TELEPHONE RECEIVER",
257784  direction="on",
257785  linebreak="id",
257786  synonyms={ "telephone handset" },
257787  unicodeslot=0x1F57D,
257788 },
257789 [0x1F57E]={
257790  category="so",
257791  description="WHITE TOUCHTONE TELEPHONE",
257792  direction="on",
257793  linebreak="id",
257794  unicodeslot=0x1F57E,
257795 },
257796 [0x1F57F]={
257797  category="so",
257798  description="BLACK TOUCHTONE TELEPHONE",
257799  direction="on",
257800  linebreak="id",
257801  unicodeslot=0x1F57F,
257802 },
257803 [0x1F580]={
257804  category="so",
257805  description="TELEPHONE ON TOP OF MODEM",
257806  direction="on",
257807  linebreak="id",
257808  unicodeslot=0x1F580,
257809 },
257810 [0x1F581]={
257811  category="so",
257812  description="CLAMSHELL MOBILE PHONE",
257813  direction="on",
257814  linebreak="id",
257815  unicodeslot=0x1F581,
257816 },
257817 [0x1F582]={
257818  category="so",
257819  description="BACK OF ENVELOPE",
257820  direction="on",
257821  linebreak="id",
257822  unicodeslot=0x1F582,
257823 },
257824 [0x1F583]={
257825  category="so",
257826  description="STAMPED ENVELOPE",
257827  direction="on",
257828  linebreak="id",
257829  unicodeslot=0x1F583,
257830 },
257831 [0x1F584]={
257832  category="so",
257833  description="ENVELOPE WITH LIGHTNING",
257834  direction="on",
257835  linebreak="id",
257836  unicodeslot=0x1F584,
257837 },
257838 [0x1F585]={
257839  category="so",
257840  description="FLYING ENVELOPE",
257841  direction="on",
257842  linebreak="id",
257843  unicodeslot=0x1F585,
257844 },
257845 [0x1F586]={
257846  category="so",
257847  description="PEN OVER STAMPED ENVELOPE",
257848  direction="on",
257849  linebreak="id",
257850  unicodeslot=0x1F586,
257851 },
257852 [0x1F587]={
257853  category="so",
257854  description="LINKED PAPERCLIPS",
257855  direction="on",
257856  linebreak="id",
257857  unicodeslot=0x1F587,
257858  variants=variants_emoji,
257859 },
257860 [0x1F588]={
257861  category="so",
257862  description="BLACK PUSHPIN",
257863  direction="on",
257864  linebreak="id",
257865  unicodeslot=0x1F588,
257866 },
257867 [0x1F589]={
257868  category="so",
257869  description="LOWER LEFT PENCIL",
257870  direction="on",
257871  linebreak="id",
257872  unicodeslot=0x1F589,
257873 },
257874 [0x1F58A]={
257875  category="so",
257876  description="LOWER LEFT BALLPOINT PEN",
257877  direction="on",
257878  linebreak="id",
257879  unicodeslot=0x1F58A,
257880  variants=variants_emoji,
257881 },
257882 [0x1F58B]={
257883  category="so",
257884  description="LOWER LEFT FOUNTAIN PEN",
257885  direction="on",
257886  linebreak="id",
257887  unicodeslot=0x1F58B,
257888  variants=variants_emoji,
257889 },
257890 [0x1F58C]={
257891  category="so",
257892  description="LOWER LEFT PAINTBRUSH",
257893  direction="on",
257894  linebreak="id",
257895  unicodeslot=0x1F58C,
257896  variants=variants_emoji,
257897 },
257898 [0x1F58D]={
257899  category="so",
257900  description="LOWER LEFT CRAYON",
257901  direction="on",
257902  linebreak="id",
257903  unicodeslot=0x1F58D,
257904  variants=variants_emoji,
257905 },
257906 [0x1F58E]={
257907  category="so",
257908  description="LEFT WRITING HAND",
257909  direction="on",
257910  linebreak="id",
257911  unicodeslot=0x1F58E,
257912 },
257913 [0x1F58F]={
257914  category="so",
257915  description="TURNED OK HAND SIGN",
257916  direction="on",
257917  linebreak="id",
257918  unicodeslot=0x1F58F,
257919 },
257920 [0x1F590]={
257921  category="so",
257922  description="RAISED HAND WITH FINGERS SPLAYED",
257923  direction="on",
257924  linebreak="eb",
257925  unicodeslot=0x1F590,
257926  variants=variants_emoji,
257927 },
257928 [0x1F591]={
257929  category="so",
257930  description="REVERSED RAISED HAND WITH FINGERS SPLAYED",
257931  direction="on",
257932  linebreak="id",
257933  unicodeslot=0x1F591,
257934 },
257935 [0x1F592]={
257936  category="so",
257937  description="REVERSED THUMBS UP SIGN",
257938  direction="on",
257939  linebreak="id",
257940  unicodeslot=0x1F592,
257941 },
257942 [0x1F593]={
257943  category="so",
257944  description="REVERSED THUMBS DOWN SIGN",
257945  direction="on",
257946  linebreak="id",
257947  unicodeslot=0x1F593,
257948 },
257949 [0x1F594]={
257950  category="so",
257951  description="REVERSED VICTORY HAND",
257952  direction="on",
257953  linebreak="id",
257954  unicodeslot=0x1F594,
257955 },
257956 [0x1F595]={
257957  category="so",
257958  cjkwd="w",
257959  description="REVERSED HAND WITH MIDDLE FINGER EXTENDED",
257960  direction="on",
257961  linebreak="eb",
257962  unicodeslot=0x1F595,
257963 },
257964 [0x1F596]={
257965  category="so",
257966  cjkwd="w",
257967  description="RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS",
257968  direction="on",
257969  linebreak="eb",
257970  unicodeslot=0x1F596,
257971 },
257972 [0x1F597]={
257973  category="so",
257974  description="WHITE DOWN POINTING LEFT HAND INDEX",
257975  direction="on",
257976  linebreak="id",
257977  unicodeslot=0x1F597,
257978 },
257979 [0x1F598]={
257980  category="so",
257981  description="SIDEWAYS WHITE LEFT POINTING INDEX",
257982  direction="on",
257983  linebreak="id",
257984  unicodeslot=0x1F598,
257985 },
257986 [0x1F599]={
257987  category="so",
257988  description="SIDEWAYS WHITE RIGHT POINTING INDEX",
257989  direction="on",
257990  linebreak="id",
257991  unicodeslot=0x1F599,
257992 },
257993 [0x1F59A]={
257994  category="so",
257995  description="SIDEWAYS BLACK LEFT POINTING INDEX",
257996  direction="on",
257997  linebreak="id",
257998  unicodeslot=0x1F59A,
257999 },
258000 [0x1F59B]={
258001  category="so",
258002  description="SIDEWAYS BLACK RIGHT POINTING INDEX",
258003  direction="on",
258004  linebreak="id",
258005  unicodeslot=0x1F59B,
258006 },
258007 [0x1F59C]={
258008  category="so",
258009  description="BLACK LEFT POINTING BACKHAND INDEX",
258010  direction="on",
258011  linebreak="id",
258012  unicodeslot=0x1F59C,
258013 },
258014 [0x1F59D]={
258015  category="so",
258016  description="BLACK RIGHT POINTING BACKHAND INDEX",
258017  direction="on",
258018  linebreak="id",
258019  unicodeslot=0x1F59D,
258020 },
258021 [0x1F59E]={
258022  category="so",
258023  description="SIDEWAYS WHITE UP POINTING INDEX",
258024  direction="on",
258025  linebreak="id",
258026  unicodeslot=0x1F59E,
258027 },
258028 [0x1F59F]={
258029  category="so",
258030  description="SIDEWAYS WHITE DOWN POINTING INDEX",
258031  direction="on",
258032  linebreak="id",
258033  unicodeslot=0x1F59F,
258034 },
258035 [0x1F5A0]={
258036  category="so",
258037  description="SIDEWAYS BLACK UP POINTING INDEX",
258038  direction="on",
258039  linebreak="id",
258040  unicodeslot=0x1F5A0,
258041 },
258042 [0x1F5A1]={
258043  category="so",
258044  description="SIDEWAYS BLACK DOWN POINTING INDEX",
258045  direction="on",
258046  linebreak="id",
258047  unicodeslot=0x1F5A1,
258048 },
258049 [0x1F5A2]={
258050  category="so",
258051  description="BLACK UP POINTING BACKHAND INDEX",
258052  direction="on",
258053  linebreak="id",
258054  unicodeslot=0x1F5A2,
258055 },
258056 [0x1F5A3]={
258057  category="so",
258058  description="BLACK DOWN POINTING BACKHAND INDEX",
258059  direction="on",
258060  linebreak="id",
258061  unicodeslot=0x1F5A3,
258062 },
258063 [0x1F5A4]={
258064  category="so",
258065  cjkwd="w",
258066  description="BLACK HEART",
258067  direction="on",
258068  linebreak="id",
258069  unicodeslot=0x1F5A4,
258070 },
258071 [0x1F5A5]={
258072  category="so",
258073  description="DESKTOP COMPUTER",
258074  direction="on",
258075  linebreak="id",
258076  unicodeslot=0x1F5A5,
258077  variants=variants_emoji,
258078 },
258079 [0x1F5A6]={
258080  category="so",
258081  description="KEYBOARD AND MOUSE",
258082  direction="on",
258083  linebreak="id",
258084  unicodeslot=0x1F5A6,
258085 },
258086 [0x1F5A7]={
258087  category="so",
258088  description="THREE NETWORKED COMPUTERS",
258089  direction="on",
258090  linebreak="id",
258091  unicodeslot=0x1F5A7,
258092 },
258093 [0x1F5A8]={
258094  category="so",
258095  description="PRINTER",
258096  direction="on",
258097  linebreak="id",
258098  unicodeslot=0x1F5A8,
258099  variants=variants_emoji,
258100 },
258101 [0x1F5A9]={
258102  category="so",
258103  description="POCKET CALCULATOR",
258104  direction="on",
258105  linebreak="id",
258106  unicodeslot=0x1F5A9,
258107 },
258108 [0x1F5AA]={
258109  category="so",
258110  description="BLACK HARD SHELL FLOPPY DISK",
258111  direction="on",
258112  linebreak="id",
258113  unicodeslot=0x1F5AA,
258114 },
258115 [0x1F5AB]={
258116  category="so",
258117  description="WHITE HARD SHELL FLOPPY DISK",
258118  direction="on",
258119  linebreak="id",
258120  unicodeslot=0x1F5AB,
258121 },
258122 [0x1F5AC]={
258123  category="so",
258124  description="SOFT SHELL FLOPPY DISK",
258125  direction="on",
258126  linebreak="id",
258127  unicodeslot=0x1F5AC,
258128 },
258129 [0x1F5AD]={
258130  category="so",
258131  description="TAPE CARTRIDGE",
258132  direction="on",
258133  linebreak="id",
258134  unicodeslot=0x1F5AD,
258135 },
258136 [0x1F5AE]={
258137  category="so",
258138  description="WIRED KEYBOARD",
258139  direction="on",
258140  linebreak="id",
258141  unicodeslot=0x1F5AE,
258142 },
258143 [0x1F5AF]={
258144  category="so",
258145  description="ONE BUTTON MOUSE",
258146  direction="on",
258147  linebreak="id",
258148  unicodeslot=0x1F5AF,
258149 },
258150 [0x1F5B0]={
258151  category="so",
258152  description="TWO BUTTON MOUSE",
258153  direction="on",
258154  linebreak="id",
258155  unicodeslot=0x1F5B0,
258156 },
258157 [0x1F5B1]={
258158  category="so",
258159  description="THREE BUTTON MOUSE",
258160  direction="on",
258161  linebreak="id",
258162  unicodeslot=0x1F5B1,
258163  variants=variants_emoji,
258164 },
258165 [0x1F5B2]={
258166  category="so",
258167  description="TRACKBALL",
258168  direction="on",
258169  linebreak="id",
258170  unicodeslot=0x1F5B2,
258171  variants=variants_emoji,
258172 },
258173 [0x1F5B3]={
258174  category="so",
258175  description="OLD PERSONAL COMPUTER",
258176  direction="on",
258177  linebreak="id",
258178  unicodeslot=0x1F5B3,
258179 },
258180 [0x1F5B4]={
258181  category="so",
258182  description="HARD DISK",
258183  direction="on",
258184  linebreak="id",
258185  unicodeslot=0x1F5B4,
258186 },
258187 [0x1F5B5]={
258188  category="so",
258189  description="SCREEN",
258190  direction="on",
258191  linebreak="id",
258192  unicodeslot=0x1F5B5,
258193 },
258194 [0x1F5B6]={
258195  category="so",
258196  description="PRINTER ICON",
258197  direction="on",
258198  linebreak="id",
258199  unicodeslot=0x1F5B6,
258200 },
258201 [0x1F5B7]={
258202  category="so",
258203  description="FAX ICON",
258204  direction="on",
258205  linebreak="id",
258206  unicodeslot=0x1F5B7,
258207 },
258208 [0x1F5B8]={
258209  category="so",
258210  description="OPTICAL DISC ICON",
258211  direction="on",
258212  linebreak="id",
258213  unicodeslot=0x1F5B8,
258214 },
258215 [0x1F5B9]={
258216  category="so",
258217  description="DOCUMENT WITH TEXT",
258218  direction="on",
258219  linebreak="id",
258220  unicodeslot=0x1F5B9,
258221 },
258222 [0x1F5BA]={
258223  category="so",
258224  description="DOCUMENT WITH TEXT AND PICTURE",
258225  direction="on",
258226  linebreak="id",
258227  unicodeslot=0x1F5BA,
258228 },
258229 [0x1F5BB]={
258230  category="so",
258231  description="DOCUMENT WITH PICTURE",
258232  direction="on",
258233  linebreak="id",
258234  unicodeslot=0x1F5BB,
258235 },
258236 [0x1F5BC]={
258237  category="so",
258238  description="FRAME WITH PICTURE",
258239  direction="on",
258240  linebreak="id",
258241  unicodeslot=0x1F5BC,
258242  variants=variants_emoji,
258243 },
258244 [0x1F5BD]={
258245  category="so",
258246  description="FRAME WITH TILES",
258247  direction="on",
258248  linebreak="id",
258249  unicodeslot=0x1F5BD,
258250 },
258251 [0x1F5BE]={
258252  category="so",
258253  description="FRAME WITH AN X",
258254  direction="on",
258255  linebreak="id",
258256  unicodeslot=0x1F5BE,
258257 },
258258 [0x1F5BF]={
258259  category="so",
258260  description="BLACK FOLDER",
258261  direction="on",
258262  linebreak="id",
258263  unicodeslot=0x1F5BF,
258264 },
258265 [0x1F5C0]={
258266  category="so",
258267  description="FOLDER",
258268  direction="on",
258269  linebreak="id",
258270  unicodeslot=0x1F5C0,
258271 },
258272 [0x1F5C1]={
258273  category="so",
258274  description="OPEN FOLDER",
258275  direction="on",
258276  linebreak="id",
258277  unicodeslot=0x1F5C1,
258278 },
258279 [0x1F5C2]={
258280  category="so",
258281  description="CARD INDEX DIVIDERS",
258282  direction="on",
258283  linebreak="id",
258284  unicodeslot=0x1F5C2,
258285  variants=variants_emoji,
258286 },
258287 [0x1F5C3]={
258288  category="so",
258289  description="CARD FILE BOX",
258290  direction="on",
258291  linebreak="id",
258292  unicodeslot=0x1F5C3,
258293  variants=variants_emoji,
258294 },
258295 [0x1F5C4]={
258296  category="so",
258297  description="FILE CABINET",
258298  direction="on",
258299  linebreak="id",
258300  unicodeslot=0x1F5C4,
258301  variants=variants_emoji,
258302 },
258303 [0x1F5C5]={
258304  category="so",
258305  description="EMPTY NOTE",
258306  direction="on",
258307  linebreak="id",
258308  unicodeslot=0x1F5C5,
258309 },
258310 [0x1F5C6]={
258311  category="so",
258312  description="EMPTY NOTE PAGE",
258313  direction="on",
258314  linebreak="id",
258315  unicodeslot=0x1F5C6,
258316 },
258317 [0x1F5C7]={
258318  category="so",
258319  description="EMPTY NOTE PAD",
258320  direction="on",
258321  linebreak="id",
258322  unicodeslot=0x1F5C7,
258323 },
258324 [0x1F5C8]={
258325  category="so",
258326  description="NOTE",
258327  direction="on",
258328  linebreak="id",
258329  unicodeslot=0x1F5C8,
258330 },
258331 [0x1F5C9]={
258332  category="so",
258333  description="NOTE PAGE",
258334  direction="on",
258335  linebreak="id",
258336  unicodeslot=0x1F5C9,
258337 },
258338 [0x1F5CA]={
258339  category="so",
258340  description="NOTE PAD",
258341  direction="on",
258342  linebreak="id",
258343  unicodeslot=0x1F5CA,
258344 },
258345 [0x1F5CB]={
258346  category="so",
258347  description="EMPTY DOCUMENT",
258348  direction="on",
258349  linebreak="id",
258350  unicodeslot=0x1F5CB,
258351 },
258352 [0x1F5CC]={
258353  category="so",
258354  description="EMPTY PAGE",
258355  direction="on",
258356  linebreak="id",
258357  unicodeslot=0x1F5CC,
258358 },
258359 [0x1F5CD]={
258360  category="so",
258361  description="EMPTY PAGES",
258362  direction="on",
258363  linebreak="id",
258364  unicodeslot=0x1F5CD,
258365 },
258366 [0x1F5CE]={
258367  category="so",
258368  description="DOCUMENT",
258369  direction="on",
258370  linebreak="id",
258371  unicodeslot=0x1F5CE,
258372 },
258373 [0x1F5CF]={
258374  category="so",
258375  description="PAGE",
258376  direction="on",
258377  linebreak="id",
258378  unicodeslot=0x1F5CF,
258379 },
258380 [0x1F5D0]={
258381  category="so",
258382  description="PAGES",
258383  direction="on",
258384  linebreak="id",
258385  unicodeslot=0x1F5D0,
258386 },
258387 [0x1F5D1]={
258388  category="so",
258389  description="WASTEBASKET",
258390  direction="on",
258391  linebreak="id",
258392  synonyms={ "trashcan" },
258393  unicodeslot=0x1F5D1,
258394  variants=variants_emoji,
258395 },
258396 [0x1F5D2]={
258397  category="so",
258398  description="SPIRAL NOTE PAD",
258399  direction="on",
258400  linebreak="id",
258401  unicodeslot=0x1F5D2,
258402  variants=variants_emoji,
258403 },
258404 [0x1F5D3]={
258405  category="so",
258406  description="SPIRAL CALENDAR PAD",
258407  direction="on",
258408  linebreak="id",
258409  unicodeslot=0x1F5D3,
258410  variants=variants_emoji,
258411 },
258412 [0x1F5D4]={
258413  category="so",
258414  description="DESKTOP WINDOW",
258415  direction="on",
258416  linebreak="al",
258417  unicodeslot=0x1F5D4,
258418 },
258419 [0x1F5D5]={
258420  category="so",
258421  description="MINIMIZE",
258422  direction="on",
258423  linebreak="al",
258424  unicodeslot=0x1F5D5,
258425 },
258426 [0x1F5D6]={
258427  category="so",
258428  description="MAXIMIZE",
258429  direction="on",
258430  linebreak="al",
258431  unicodeslot=0x1F5D6,
258432 },
258433 [0x1F5D7]={
258434  category="so",
258435  description="OVERLAP",
258436  direction="on",
258437  linebreak="al",
258438  unicodeslot=0x1F5D7,
258439 },
258440 [0x1F5D8]={
258441  category="so",
258442  description="CLOCKWISE RIGHT AND LEFT SEMICIRCLE ARROWS",
258443  direction="on",
258444  linebreak="al",
258445  unicodeslot=0x1F5D8,
258446 },
258447 [0x1F5D9]={
258448  category="so",
258449  description="CANCELLATION X",
258450  direction="on",
258451  linebreak="al",
258452  unicodeslot=0x1F5D9,
258453 },
258454 [0x1F5DA]={
258455  category="so",
258456  description="INCREASE FONT SIZE SYMBOL",
258457  direction="on",
258458  linebreak="al",
258459  unicodeslot=0x1F5DA,
258460 },
258461 [0x1F5DB]={
258462  category="so",
258463  description="DECREASE FONT SIZE SYMBOL",
258464  direction="on",
258465  linebreak="al",
258466  unicodeslot=0x1F5DB,
258467 },
258468 [0x1F5DC]={
258469  category="so",
258470  description="COMPRESSION",
258471  direction="on",
258472  linebreak="id",
258473  unicodeslot=0x1F5DC,
258474  variants=variants_emoji,
258475 },
258476 [0x1F5DD]={
258477  category="so",
258478  description="OLD KEY",
258479  direction="on",
258480  linebreak="id",
258481  unicodeslot=0x1F5DD,
258482  variants=variants_emoji,
258483 },
258484 [0x1F5DE]={
258485  category="so",
258486  description="ROLLED-UP NEWSPAPER",
258487  direction="on",
258488  linebreak="id",
258489  unicodeslot=0x1F5DE,
258490  variants=variants_emoji,
258491 },
258492 [0x1F5DF]={
258493  category="so",
258494  description="PAGE WITH CIRCLED TEXT",
258495  direction="on",
258496  linebreak="id",
258497  unicodeslot=0x1F5DF,
258498 },
258499 [0x1F5E0]={
258500  category="so",
258501  description="STOCK CHART",
258502  direction="on",
258503  linebreak="id",
258504  unicodeslot=0x1F5E0,
258505 },
258506 [0x1F5E1]={
258507  category="so",
258508  description="DAGGER KNIFE",
258509  direction="on",
258510  linebreak="id",
258511  unicodeslot=0x1F5E1,
258512  variants=variants_emoji,
258513 },
258514 [0x1F5E2]={
258515  category="so",
258516  description="LIPS",
258517  direction="on",
258518  linebreak="id",
258519  unicodeslot=0x1F5E2,
258520 },
258521 [0x1F5E3]={
258522  category="so",
258523  description="SPEAKING HEAD IN SILHOUETTE",
258524  direction="on",
258525  linebreak="id",
258526  unicodeslot=0x1F5E3,
258527  variants=variants_emoji,
258528 },
258529 [0x1F5E4]={
258530  category="so",
258531  description="THREE RAYS ABOVE",
258532  direction="on",
258533  linebreak="id",
258534  unicodeslot=0x1F5E4,
258535 },
258536 [0x1F5E5]={
258537  category="so",
258538  description="THREE RAYS BELOW",
258539  direction="on",
258540  linebreak="id",
258541  unicodeslot=0x1F5E5,
258542 },
258543 [0x1F5E6]={
258544  category="so",
258545  description="THREE RAYS LEFT",
258546  direction="on",
258547  linebreak="id",
258548  unicodeslot=0x1F5E6,
258549 },
258550 [0x1F5E7]={
258551  category="so",
258552  description="THREE RAYS RIGHT",
258553  direction="on",
258554  linebreak="id",
258555  unicodeslot=0x1F5E7,
258556 },
258557 [0x1F5E8]={
258558  category="so",
258559  description="LEFT SPEECH BUBBLE",
258560  direction="on",
258561  linebreak="id",
258562  unicodeslot=0x1F5E8,
258563  variants=variants_emoji,
258564 },
258565 [0x1F5E9]={
258566  category="so",
258567  description="RIGHT SPEECH BUBBLE",
258568  direction="on",
258569  linebreak="id",
258570  unicodeslot=0x1F5E9,
258571 },
258572 [0x1F5EA]={
258573  category="so",
258574  description="TWO SPEECH BUBBLES",
258575  direction="on",
258576  linebreak="id",
258577  unicodeslot=0x1F5EA,
258578 },
258579 [0x1F5EB]={
258580  category="so",
258581  description="THREE SPEECH BUBBLES",
258582  direction="on",
258583  linebreak="id",
258584  unicodeslot=0x1F5EB,
258585 },
258586 [0x1F5EC]={
258587  category="so",
258588  description="LEFT THOUGHT BUBBLE",
258589  direction="on",
258590  linebreak="id",
258591  unicodeslot=0x1F5EC,
258592 },
258593 [0x1F5ED]={
258594  category="so",
258595  description="RIGHT THOUGHT BUBBLE",
258596  direction="on",
258597  linebreak="id",
258598  unicodeslot=0x1F5ED,
258599 },
258600 [0x1F5EE]={
258601  category="so",
258602  description="LEFT ANGER BUBBLE",
258603  direction="on",
258604  linebreak="id",
258605  unicodeslot=0x1F5EE,
258606 },
258607 [0x1F5EF]={
258608  category="so",
258609  description="RIGHT ANGER BUBBLE",
258610  direction="on",
258611  linebreak="id",
258612  unicodeslot=0x1F5EF,
258613  variants=variants_emoji,
258614 },
258615 [0x1F5F0]={
258616  category="so",
258617  description="MOOD BUBBLE",
258618  direction="on",
258619  linebreak="id",
258620  unicodeslot=0x1F5F0,
258621 },
258622 [0x1F5F1]={
258623  category="so",
258624  description="LIGHTNING MOOD BUBBLE",
258625  direction="on",
258626  linebreak="id",
258627  unicodeslot=0x1F5F1,
258628 },
258629 [0x1F5F2]={
258630  category="so",
258631  description="LIGHTNING MOOD",
258632  direction="on",
258633  linebreak="id",
258634  synonyms={ "lightning bolt" },
258635  unicodeslot=0x1F5F2,
258636 },
258637 [0x1F5F3]={
258638  category="so",
258639  description="BALLOT BOX WITH BALLOT",
258640  direction="on",
258641  linebreak="id",
258642  unicodeslot=0x1F5F3,
258643  variants=variants_emoji,
258644 },
258645 [0x1F5F4]={
258646  category="so",
258647  description="BALLOT SCRIPT X",
258648  direction="on",
258649  linebreak="al",
258650  unicodeslot=0x1F5F4,
258651 },
258652 [0x1F5F5]={
258653  category="so",
258654  description="BALLOT BOX WITH SCRIPT X",
258655  direction="on",
258656  linebreak="al",
258657  unicodeslot=0x1F5F5,
258658 },
258659 [0x1F5F6]={
258660  category="so",
258661  description="BALLOT BOLD SCRIPT X",
258662  direction="on",
258663  linebreak="al",
258664  unicodeslot=0x1F5F6,
258665 },
258666 [0x1F5F7]={
258667  category="so",
258668  description="BALLOT BOX WITH BOLD SCRIPT X",
258669  direction="on",
258670  linebreak="al",
258671  unicodeslot=0x1F5F7,
258672 },
258673 [0x1F5F8]={
258674  category="so",
258675  description="LIGHT CHECK MARK",
258676  direction="on",
258677  linebreak="al",
258678  unicodeslot=0x1F5F8,
258679 },
258680 [0x1F5F9]={
258681  category="so",
258682  description="BALLOT BOX WITH BOLD CHECK",
258683  direction="on",
258684  linebreak="al",
258685  unicodeslot=0x1F5F9,
258686 },
258687 [0x1F5FA]={
258688  category="so",
258689  description="WORLD MAP",
258690  direction="on",
258691  linebreak="id",
258692  unicodeslot=0x1F5FA,
258693  variants=variants_emoji,
258694 },
258695 [0x1F5FB]={
258696  category="so",
258697  cjkwd="w",
258698  description="MOUNT FUJI",
258699  direction="on",
258700  linebreak="id",
258701  unicodeslot=0x1F5FB,
258702 },
258703 [0x1F5FC]={
258704  category="so",
258705  cjkwd="w",
258706  description="TOKYO TOWER",
258707  direction="on",
258708  linebreak="id",
258709  unicodeslot=0x1F5FC,
258710 },
258711 [0x1F5FD]={
258712  category="so",
258713  cjkwd="w",
258714  description="STATUE OF LIBERTY",
258715  direction="on",
258716  linebreak="id",
258717  unicodeslot=0x1F5FD,
258718 },
258719 [0x1F5FE]={
258720  category="so",
258721  cjkwd="w",
258722  description="SILHOUETTE OF JAPAN",
258723  direction="on",
258724  linebreak="id",
258725  unicodeslot=0x1F5FE,
258726 },
258727 [0x1F5FF]={
258728  category="so",
258729  cjkwd="w",
258730  description="MOYAI",
258731  direction="on",
258732  linebreak="id",
258733  unicodeslot=0x1F5FF,
258734 },
258735 [0x1F600]={
258736  category="so",
258737  cjkwd="w",
258738  description="GRINNING FACE",
258739  direction="on",
258740  linebreak="id",
258741  unicodeslot=0x1F600,
258742 },
258743 [0x1F601]={
258744  category="so",
258745  cjkwd="w",
258746  description="GRINNING FACE WITH SMILING EYES",
258747  direction="on",
258748  linebreak="id",
258749  unicodeslot=0x1F601,
258750 },
258751 [0x1F602]={
258752  category="so",
258753  cjkwd="w",
258754  description="FACE WITH TEARS OF JOY",
258755  direction="on",
258756  linebreak="id",
258757  unicodeslot=0x1F602,
258758 },
258759 [0x1F603]={
258760  category="so",
258761  cjkwd="w",
258762  description="SMILING FACE WITH OPEN MOUTH",
258763  direction="on",
258764  linebreak="id",
258765  unicodeslot=0x1F603,
258766 },
258767 [0x1F604]={
258768  category="so",
258769  cjkwd="w",
258770  description="SMILING FACE WITH OPEN MOUTH AND SMILING EYES",
258771  direction="on",
258772  linebreak="id",
258773  unicodeslot=0x1F604,
258774 },
258775 [0x1F605]={
258776  category="so",
258777  cjkwd="w",
258778  description="SMILING FACE WITH OPEN MOUTH AND COLD SWEAT",
258779  direction="on",
258780  linebreak="id",
258781  unicodeslot=0x1F605,
258782 },
258783 [0x1F606]={
258784  category="so",
258785  cjkwd="w",
258786  description="SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES",
258787  direction="on",
258788  linebreak="id",
258789  unicodeslot=0x1F606,
258790 },
258791 [0x1F607]={
258792  category="so",
258793  cjkwd="w",
258794  description="SMILING FACE WITH HALO",
258795  direction="on",
258796  linebreak="id",
258797  unicodeslot=0x1F607,
258798 },
258799 [0x1F608]={
258800  category="so",
258801  cjkwd="w",
258802  description="SMILING FACE WITH HORNS",
258803  direction="on",
258804  linebreak="id",
258805  unicodeslot=0x1F608,
258806 },
258807 [0x1F609]={
258808  category="so",
258809  cjkwd="w",
258810  description="WINKING FACE",
258811  direction="on",
258812  linebreak="id",
258813  unicodeslot=0x1F609,
258814 },
258815 [0x1F60A]={
258816  category="so",
258817  cjkwd="w",
258818  description="SMILING FACE WITH SMILING EYES",
258819  direction="on",
258820  linebreak="id",
258821  unicodeslot=0x1F60A,
258822 },
258823 [0x1F60B]={
258824  category="so",
258825  cjkwd="w",
258826  description="FACE SAVOURING DELICIOUS FOOD",
258827  direction="on",
258828  linebreak="id",
258829  unicodeslot=0x1F60B,
258830 },
258831 [0x1F60C]={
258832  category="so",
258833  cjkwd="w",
258834  description="RELIEVED FACE",
258835  direction="on",
258836  linebreak="id",
258837  unicodeslot=0x1F60C,
258838 },
258839 [0x1F60D]={
258840  category="so",
258841  cjkwd="w",
258842  description="SMILING FACE WITH HEART-SHAPED EYES",
258843  direction="on",
258844  linebreak="id",
258845  unicodeslot=0x1F60D,
258846 },
258847 [0x1F60E]={
258848  category="so",
258849  cjkwd="w",
258850  description="SMILING FACE WITH SUNGLASSES",
258851  direction="on",
258852  linebreak="id",
258853  unicodeslot=0x1F60E,
258854 },
258855 [0x1F60F]={
258856  category="so",
258857  cjkwd="w",
258858  description="SMIRKING FACE",
258859  direction="on",
258860  linebreak="id",
258861  unicodeslot=0x1F60F,
258862 },
258863 [0x1F610]={
258864  category="so",
258865  cjkwd="w",
258866  description="NEUTRAL FACE",
258867  direction="on",
258868  linebreak="id",
258869  unicodeslot=0x1F610,
258870 },
258871 [0x1F611]={
258872  category="so",
258873  cjkwd="w",
258874  description="EXPRESSIONLESS FACE",
258875  direction="on",
258876  linebreak="id",
258877  unicodeslot=0x1F611,
258878 },
258879 [0x1F612]={
258880  category="so",
258881  cjkwd="w",
258882  description="UNAMUSED FACE",
258883  direction="on",
258884  linebreak="id",
258885  unicodeslot=0x1F612,
258886 },
258887 [0x1F613]={
258888  category="so",
258889  cjkwd="w",
258890  description="FACE WITH COLD SWEAT",
258891  direction="on",
258892  linebreak="id",
258893  unicodeslot=0x1F613,
258894 },
258895 [0x1F614]={
258896  category="so",
258897  cjkwd="w",
258898  description="PENSIVE FACE",
258899  direction="on",
258900  linebreak="id",
258901  unicodeslot=0x1F614,
258902 },
258903 [0x1F615]={
258904  category="so",
258905  cjkwd="w",
258906  description="CONFUSED FACE",
258907  direction="on",
258908  linebreak="id",
258909  unicodeslot=0x1F615,
258910 },
258911 [0x1F616]={
258912  category="so",
258913  cjkwd="w",
258914  description="CONFOUNDED FACE",
258915  direction="on",
258916  linebreak="id",
258917  unicodeslot=0x1F616,
258918 },
258919 [0x1F617]={
258920  category="so",
258921  cjkwd="w",
258922  description="KISSING FACE",
258923  direction="on",
258924  linebreak="id",
258925  unicodeslot=0x1F617,
258926 },
258927 [0x1F618]={
258928  category="so",
258929  cjkwd="w",
258930  description="FACE THROWING A KISS",
258931  direction="on",
258932  linebreak="id",
258933  unicodeslot=0x1F618,
258934 },
258935 [0x1F619]={
258936  category="so",
258937  cjkwd="w",
258938  description="KISSING FACE WITH SMILING EYES",
258939  direction="on",
258940  linebreak="id",
258941  unicodeslot=0x1F619,
258942 },
258943 [0x1F61A]={
258944  category="so",
258945  cjkwd="w",
258946  description="KISSING FACE WITH CLOSED EYES",
258947  direction="on",
258948  linebreak="id",
258949  unicodeslot=0x1F61A,
258950 },
258951 [0x1F61B]={
258952  category="so",
258953  cjkwd="w",
258954  description="FACE WITH STUCK-OUT TONGUE",
258955  direction="on",
258956  linebreak="id",
258957  unicodeslot=0x1F61B,
258958 },
258959 [0x1F61C]={
258960  category="so",
258961  cjkwd="w",
258962  description="FACE WITH STUCK-OUT TONGUE AND WINKING EYE",
258963  direction="on",
258964  linebreak="id",
258965  unicodeslot=0x1F61C,
258966 },
258967 [0x1F61D]={
258968  category="so",
258969  cjkwd="w",
258970  description="FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES",
258971  direction="on",
258972  linebreak="id",
258973  unicodeslot=0x1F61D,
258974 },
258975 [0x1F61E]={
258976  category="so",
258977  cjkwd="w",
258978  description="DISAPPOINTED FACE",
258979  direction="on",
258980  linebreak="id",
258981  unicodeslot=0x1F61E,
258982 },
258983 [0x1F61F]={
258984  category="so",
258985  cjkwd="w",
258986  description="WORRIED FACE",
258987  direction="on",
258988  linebreak="id",
258989  unicodeslot=0x1F61F,
258990 },
258991 [0x1F620]={
258992  category="so",
258993  cjkwd="w",
258994  description="ANGRY FACE",
258995  direction="on",
258996  linebreak="id",
258997  unicodeslot=0x1F620,
258998 },
258999 [0x1F621]={
259000  category="so",
259001  cjkwd="w",
259002  description="POUTING FACE",
259003  direction="on",
259004  linebreak="id",
259005  unicodeslot=0x1F621,
259006 },
259007 [0x1F622]={
259008  category="so",
259009  cjkwd="w",
259010  description="CRYING FACE",
259011  direction="on",
259012  linebreak="id",
259013  unicodeslot=0x1F622,
259014 },
259015 [0x1F623]={
259016  category="so",
259017  cjkwd="w",
259018  description="PERSEVERING FACE",
259019  direction="on",
259020  linebreak="id",
259021  unicodeslot=0x1F623,
259022 },
259023 [0x1F624]={
259024  category="so",
259025  cjkwd="w",
259026  description="FACE WITH LOOK OF TRIUMPH",
259027  direction="on",
259028  linebreak="id",
259029  unicodeslot=0x1F624,
259030 },
259031 [0x1F625]={
259032  category="so",
259033  cjkwd="w",
259034  description="DISAPPOINTED BUT RELIEVED FACE",
259035  direction="on",
259036  linebreak="id",
259037  unicodeslot=0x1F625,
259038 },
259039 [0x1F626]={
259040  category="so",
259041  cjkwd="w",
259042  description="FROWNING FACE WITH OPEN MOUTH",
259043  direction="on",
259044  linebreak="id",
259045  unicodeslot=0x1F626,
259046 },
259047 [0x1F627]={
259048  category="so",
259049  cjkwd="w",
259050  description="ANGUISHED FACE",
259051  direction="on",
259052  linebreak="id",
259053  unicodeslot=0x1F627,
259054 },
259055 [0x1F628]={
259056  category="so",
259057  cjkwd="w",
259058  description="FEARFUL FACE",
259059  direction="on",
259060  linebreak="id",
259061  unicodeslot=0x1F628,
259062 },
259063 [0x1F629]={
259064  category="so",
259065  cjkwd="w",
259066  description="WEARY FACE",
259067  direction="on",
259068  linebreak="id",
259069  unicodeslot=0x1F629,
259070 },
259071 [0x1F62A]={
259072  category="so",
259073  cjkwd="w",
259074  description="SLEEPY FACE",
259075  direction="on",
259076  linebreak="id",
259077  unicodeslot=0x1F62A,
259078 },
259079 [0x1F62B]={
259080  category="so",
259081  cjkwd="w",
259082  description="TIRED FACE",
259083  direction="on",
259084  linebreak="id",
259085  unicodeslot=0x1F62B,
259086 },
259087 [0x1F62C]={
259088  category="so",
259089  cjkwd="w",
259090  description="GRIMACING FACE",
259091  direction="on",
259092  linebreak="id",
259093  unicodeslot=0x1F62C,
259094 },
259095 [0x1F62D]={
259096  category="so",
259097  cjkwd="w",
259098  description="LOUDLY CRYING FACE",
259099  direction="on",
259100  linebreak="id",
259101  unicodeslot=0x1F62D,
259102 },
259103 [0x1F62E]={
259104  category="so",
259105  cjkwd="w",
259106  description="FACE WITH OPEN MOUTH",
259107  direction="on",
259108  linebreak="id",
259109  unicodeslot=0x1F62E,
259110 },
259111 [0x1F62F]={
259112  category="so",
259113  cjkwd="w",
259114  description="HUSHED FACE",
259115  direction="on",
259116  linebreak="id",
259117  unicodeslot=0x1F62F,
259118 },
259119 [0x1F630]={
259120  category="so",
259121  cjkwd="w",
259122  description="FACE WITH OPEN MOUTH AND COLD SWEAT",
259123  direction="on",
259124  linebreak="id",
259125  unicodeslot=0x1F630,
259126 },
259127 [0x1F631]={
259128  category="so",
259129  cjkwd="w",
259130  description="FACE SCREAMING IN FEAR",
259131  direction="on",
259132  linebreak="id",
259133  unicodeslot=0x1F631,
259134 },
259135 [0x1F632]={
259136  category="so",
259137  cjkwd="w",
259138  description="ASTONISHED FACE",
259139  direction="on",
259140  linebreak="id",
259141  unicodeslot=0x1F632,
259142 },
259143 [0x1F633]={
259144  category="so",
259145  cjkwd="w",
259146  description="FLUSHED FACE",
259147  direction="on",
259148  linebreak="id",
259149  unicodeslot=0x1F633,
259150 },
259151 [0x1F634]={
259152  category="so",
259153  cjkwd="w",
259154  description="SLEEPING FACE",
259155  direction="on",
259156  linebreak="id",
259157  unicodeslot=0x1F634,
259158 },
259159 [0x1F635]={
259160  category="so",
259161  cjkwd="w",
259162  description="DIZZY FACE",
259163  direction="on",
259164  linebreak="id",
259165  unicodeslot=0x1F635,
259166 },
259167 [0x1F636]={
259168  category="so",
259169  cjkwd="w",
259170  description="FACE WITHOUT MOUTH",
259171  direction="on",
259172  linebreak="id",
259173  unicodeslot=0x1F636,
259174 },
259175 [0x1F637]={
259176  category="so",
259177  cjkwd="w",
259178  description="FACE WITH MEDICAL MASK",
259179  direction="on",
259180  linebreak="id",
259181  unicodeslot=0x1F637,
259182 },
259183 [0x1F638]={
259184  category="so",
259185  cjkwd="w",
259186  description="GRINNING CAT FACE WITH SMILING EYES",
259187  direction="on",
259188  linebreak="id",
259189  unicodeslot=0x1F638,
259190 },
259191 [0x1F639]={
259192  category="so",
259193  cjkwd="w",
259194  description="CAT FACE WITH TEARS OF JOY",
259195  direction="on",
259196  linebreak="id",
259197  unicodeslot=0x1F639,
259198 },
259199 [0x1F63A]={
259200  category="so",
259201  cjkwd="w",
259202  description="SMILING CAT FACE WITH OPEN MOUTH",
259203  direction="on",
259204  linebreak="id",
259205  unicodeslot=0x1F63A,
259206 },
259207 [0x1F63B]={
259208  category="so",
259209  cjkwd="w",
259210  description="SMILING CAT FACE WITH HEART-SHAPED EYES",
259211  direction="on",
259212  linebreak="id",
259213  unicodeslot=0x1F63B,
259214 },
259215 [0x1F63C]={
259216  category="so",
259217  cjkwd="w",
259218  description="CAT FACE WITH WRY SMILE",
259219  direction="on",
259220  linebreak="id",
259221  unicodeslot=0x1F63C,
259222 },
259223 [0x1F63D]={
259224  category="so",
259225  cjkwd="w",
259226  description="KISSING CAT FACE WITH CLOSED EYES",
259227  direction="on",
259228  linebreak="id",
259229  unicodeslot=0x1F63D,
259230 },
259231 [0x1F63E]={
259232  category="so",
259233  cjkwd="w",
259234  description="POUTING CAT FACE",
259235  direction="on",
259236  linebreak="id",
259237  unicodeslot=0x1F63E,
259238 },
259239 [0x1F63F]={
259240  category="so",
259241  cjkwd="w",
259242  description="CRYING CAT FACE",
259243  direction="on",
259244  linebreak="id",
259245  unicodeslot=0x1F63F,
259246 },
259247 [0x1F640]={
259248  category="so",
259249  cjkwd="w",
259250  description="WEARY CAT FACE",
259251  direction="on",
259252  linebreak="id",
259253  unicodeslot=0x1F640,
259254 },
259255 [0x1F641]={
259256  category="so",
259257  cjkwd="w",
259258  description="SLIGHTLY FROWNING FACE",
259259  direction="on",
259260  linebreak="id",
259261  unicodeslot=0x1F641,
259262 },
259263 [0x1F642]={
259264  category="so",
259265  cjkwd="w",
259266  description="SLIGHTLY SMILING FACE",
259267  direction="on",
259268  linebreak="id",
259269  unicodeslot=0x1F642,
259270 },
259271 [0x1F643]={
259272  category="so",
259273  cjkwd="w",
259274  description="UPSIDE-DOWN FACE",
259275  direction="on",
259276  linebreak="id",
259277  unicodeslot=0x1F643,
259278 },
259279 [0x1F644]={
259280  category="so",
259281  cjkwd="w",
259282  description="FACE WITH ROLLING EYES",
259283  direction="on",
259284  linebreak="id",
259285  unicodeslot=0x1F644,
259286 },
259287 [0x1F645]={
259288  category="so",
259289  cjkwd="w",
259290  description="FACE WITH NO GOOD GESTURE",
259291  direction="on",
259292  linebreak="eb",
259293  unicodeslot=0x1F645,
259294 },
259295 [0x1F646]={
259296  category="so",
259297  cjkwd="w",
259298  description="FACE WITH OK GESTURE",
259299  direction="on",
259300  linebreak="eb",
259301  unicodeslot=0x1F646,
259302 },
259303 [0x1F647]={
259304  category="so",
259305  cjkwd="w",
259306  description="PERSON BOWING DEEPLY",
259307  direction="on",
259308  linebreak="eb",
259309  unicodeslot=0x1F647,
259310 },
259311 [0x1F648]={
259312  category="so",
259313  cjkwd="w",
259314  description="SEE-NO-EVIL MONKEY",
259315  direction="on",
259316  linebreak="id",
259317  unicodeslot=0x1F648,
259318 },
259319 [0x1F649]={
259320  category="so",
259321  cjkwd="w",
259322  description="HEAR-NO-EVIL MONKEY",
259323  direction="on",
259324  linebreak="id",
259325  unicodeslot=0x1F649,
259326 },
259327 [0x1F64A]={
259328  category="so",
259329  cjkwd="w",
259330  description="SPEAK-NO-EVIL MONKEY",
259331  direction="on",
259332  linebreak="id",
259333  unicodeslot=0x1F64A,
259334 },
259335 [0x1F64B]={
259336  category="so",
259337  cjkwd="w",
259338  description="HAPPY PERSON RAISING ONE HAND",
259339  direction="on",
259340  linebreak="eb",
259341  unicodeslot=0x1F64B,
259342 },
259343 [0x1F64C]={
259344  category="so",
259345  cjkwd="w",
259346  description="PERSON RAISING BOTH HANDS IN CELEBRATION",
259347  direction="on",
259348  linebreak="eb",
259349  unicodeslot=0x1F64C,
259350 },
259351 [0x1F64D]={
259352  category="so",
259353  cjkwd="w",
259354  description="PERSON FROWNING",
259355  direction="on",
259356  linebreak="eb",
259357  unicodeslot=0x1F64D,
259358 },
259359 [0x1F64E]={
259360  category="so",
259361  cjkwd="w",
259362  description="PERSON WITH POUTING FACE",
259363  direction="on",
259364  linebreak="eb",
259365  unicodeslot=0x1F64E,
259366 },
259367 [0x1F64F]={
259368  category="so",
259369  cjkwd="w",
259370  description="PERSON WITH FOLDED HANDS",
259371  direction="on",
259372  linebreak="eb",
259373  unicodeslot=0x1F64F,
259374 },
259375 [0x1F650]={
259376  category="so",
259377  description="NORTH WEST POINTING LEAF",
259378  direction="on",
259379  linebreak="al",
259380  unicodeslot=0x1F650,
259381 },
259382 [0x1F651]={
259383  category="so",
259384  description="SOUTH WEST POINTING LEAF",
259385  direction="on",
259386  linebreak="al",
259387  unicodeslot=0x1F651,
259388 },
259389 [0x1F652]={
259390  category="so",
259391  description="NORTH EAST POINTING LEAF",
259392  direction="on",
259393  linebreak="al",
259394  unicodeslot=0x1F652,
259395 },
259396 [0x1F653]={
259397  category="so",
259398  description="SOUTH EAST POINTING LEAF",
259399  direction="on",
259400  linebreak="al",
259401  unicodeslot=0x1F653,
259402 },
259403 [0x1F654]={
259404  category="so",
259405  description="TURNED NORTH WEST POINTING LEAF",
259406  direction="on",
259407  linebreak="al",
259408  unicodeslot=0x1F654,
259409 },
259410 [0x1F655]={
259411  category="so",
259412  description="TURNED SOUTH WEST POINTING LEAF",
259413  direction="on",
259414  linebreak="al",
259415  unicodeslot=0x1F655,
259416 },
259417 [0x1F656]={
259418  category="so",
259419  description="TURNED NORTH EAST POINTING LEAF",
259420  direction="on",
259421  linebreak="al",
259422  unicodeslot=0x1F656,
259423 },
259424 [0x1F657]={
259425  category="so",
259426  description="TURNED SOUTH EAST POINTING LEAF",
259427  direction="on",
259428  linebreak="al",
259429  unicodeslot=0x1F657,
259430 },
259431 [0x1F658]={
259432  category="so",
259433  description="NORTH WEST POINTING VINE LEAF",
259434  direction="on",
259435  linebreak="al",
259436  unicodeslot=0x1F658,
259437 },
259438 [0x1F659]={
259439  category="so",
259440  description="SOUTH WEST POINTING VINE LEAF",
259441  direction="on",
259442  linebreak="al",
259443  unicodeslot=0x1F659,
259444 },
259445 [0x1F65A]={
259446  category="so",
259447  description="NORTH EAST POINTING VINE LEAF",
259448  direction="on",
259449  linebreak="al",
259450  unicodeslot=0x1F65A,
259451 },
259452 [0x1F65B]={
259453  category="so",
259454  description="SOUTH EAST POINTING VINE LEAF",
259455  direction="on",
259456  linebreak="al",
259457  unicodeslot=0x1F65B,
259458 },
259459 [0x1F65C]={
259460  category="so",
259461  description="HEAVY NORTH WEST POINTING VINE LEAF",
259462  direction="on",
259463  linebreak="al",
259464  unicodeslot=0x1F65C,
259465 },
259466 [0x1F65D]={
259467  category="so",
259468  description="HEAVY SOUTH WEST POINTING VINE LEAF",
259469  direction="on",
259470  linebreak="al",
259471  unicodeslot=0x1F65D,
259472 },
259473 [0x1F65E]={
259474  category="so",
259475  description="HEAVY NORTH EAST POINTING VINE LEAF",
259476  direction="on",
259477  linebreak="al",
259478  unicodeslot=0x1F65E,
259479 },
259480 [0x1F65F]={
259481  category="so",
259482  description="HEAVY SOUTH EAST POINTING VINE LEAF",
259483  direction="on",
259484  linebreak="al",
259485  unicodeslot=0x1F65F,
259486 },
259487 [0x1F660]={
259488  category="so",
259489  description="NORTH WEST POINTING BUD",
259490  direction="on",
259491  linebreak="al",
259492  unicodeslot=0x1F660,
259493 },
259494 [0x1F661]={
259495  category="so",
259496  description="SOUTH WEST POINTING BUD",
259497  direction="on",
259498  linebreak="al",
259499  unicodeslot=0x1F661,
259500 },
259501 [0x1F662]={
259502  category="so",
259503  description="NORTH EAST POINTING BUD",
259504  direction="on",
259505  linebreak="al",
259506  unicodeslot=0x1F662,
259507 },
259508 [0x1F663]={
259509  category="so",
259510  description="SOUTH EAST POINTING BUD",
259511  direction="on",
259512  linebreak="al",
259513  unicodeslot=0x1F663,
259514 },
259515 [0x1F664]={
259516  category="so",
259517  description="HEAVY NORTH WEST POINTING BUD",
259518  direction="on",
259519  linebreak="al",
259520  unicodeslot=0x1F664,
259521 },
259522 [0x1F665]={
259523  category="so",
259524  description="HEAVY SOUTH WEST POINTING BUD",
259525  direction="on",
259526  linebreak="al",
259527  unicodeslot=0x1F665,
259528 },
259529 [0x1F666]={
259530  category="so",
259531  description="HEAVY NORTH EAST POINTING BUD",
259532  direction="on",
259533  linebreak="al",
259534  unicodeslot=0x1F666,
259535 },
259536 [0x1F667]={
259537  category="so",
259538  description="HEAVY SOUTH EAST POINTING BUD",
259539  direction="on",
259540  linebreak="al",
259541  unicodeslot=0x1F667,
259542 },
259543 [0x1F668]={
259544  category="so",
259545  description="HOLLOW QUILT SQUARE ORNAMENT",
259546  direction="on",
259547  linebreak="al",
259548  unicodeslot=0x1F668,
259549 },
259550 [0x1F669]={
259551  category="so",
259552  description="HOLLOW QUILT SQUARE ORNAMENT IN BLACK SQUARE",
259553  direction="on",
259554  linebreak="al",
259555  unicodeslot=0x1F669,
259556 },
259557 [0x1F66A]={
259558  category="so",
259559  description="SOLID QUILT SQUARE ORNAMENT",
259560  direction="on",
259561  linebreak="al",
259562  unicodeslot=0x1F66A,
259563 },
259564 [0x1F66B]={
259565  category="so",
259566  description="SOLID QUILT SQUARE ORNAMENT IN BLACK SQUARE",
259567  direction="on",
259568  linebreak="al",
259569  unicodeslot=0x1F66B,
259570 },
259571 [0x1F66C]={
259572  category="so",
259573  description="LEFTWARDS ROCKET",
259574  direction="on",
259575  linebreak="al",
259576  unicodeslot=0x1F66C,
259577 },
259578 [0x1F66D]={
259579  category="so",
259580  description="UPWARDS ROCKET",
259581  direction="on",
259582  linebreak="al",
259583  unicodeslot=0x1F66D,
259584 },
259585 [0x1F66E]={
259586  category="so",
259587  description="RIGHTWARDS ROCKET",
259588  direction="on",
259589  linebreak="al",
259590  unicodeslot=0x1F66E,
259591 },
259592 [0x1F66F]={
259593  category="so",
259594  description="DOWNWARDS ROCKET",
259595  direction="on",
259596  linebreak="al",
259597  unicodeslot=0x1F66F,
259598 },
259599 [0x1F670]={
259600  category="so",
259601  description="SCRIPT LIGATURE ET ORNAMENT",
259602  direction="on",
259603  linebreak="al",
259604  unicodeslot=0x1F670,
259605 },
259606 [0x1F671]={
259607  category="so",
259608  description="HEAVY SCRIPT LIGATURE ET ORNAMENT",
259609  direction="on",
259610  linebreak="al",
259611  unicodeslot=0x1F671,
259612 },
259613 [0x1F672]={
259614  category="so",
259615  description="LIGATURE OPEN ET ORNAMENT",
259616  direction="on",
259617  linebreak="al",
259618  unicodeslot=0x1F672,
259619 },
259620 [0x1F673]={
259621  category="so",
259622  description="HEAVY LIGATURE OPEN ET ORNAMENT",
259623  direction="on",
259624  linebreak="al",
259625  unicodeslot=0x1F673,
259626 },
259627 [0x1F674]={
259628  category="so",
259629  description="HEAVY AMPERSAND ORNAMENT",
259630  direction="on",
259631  linebreak="al",
259632  unicodeslot=0x1F674,
259633 },
259634 [0x1F675]={
259635  category="so",
259636  description="SWASH AMPERSAND ORNAMENT",
259637  direction="on",
259638  linebreak="al",
259639  unicodeslot=0x1F675,
259640 },
259641 [0x1F676]={
259642  category="so",
259643  description="SANS-SERIF HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT",
259644  direction="on",
259645  linebreak="qu",
259646  unicodeslot=0x1F676,
259647 },
259648 [0x1F677]={
259649  category="so",
259650  description="SANS-SERIF HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT",
259651  direction="on",
259652  linebreak="qu",
259653  unicodeslot=0x1F677,
259654 },
259655 [0x1F678]={
259656  category="so",
259657  description="SANS-SERIF HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT",
259658  direction="on",
259659  linebreak="qu",
259660  unicodeslot=0x1F678,
259661 },
259662 [0x1F679]={
259663  category="so",
259664  description="HEAVY INTERROBANG ORNAMENT",
259665  direction="on",
259666  linebreak="ns",
259667  unicodeslot=0x1F679,
259668 },
259669 [0x1F67A]={
259670  category="so",
259671  description="SANS-SERIF INTERROBANG ORNAMENT",
259672  direction="on",
259673  linebreak="ns",
259674  unicodeslot=0x1F67A,
259675 },
259676 [0x1F67B]={
259677  category="so",
259678  description="HEAVY SANS-SERIF INTERROBANG ORNAMENT",
259679  direction="on",
259680  linebreak="ns",
259681  unicodeslot=0x1F67B,
259682 },
259683 [0x1F67C]={
259684  category="so",
259685  description="VERY HEAVY SOLIDUS",
259686  direction="on",
259687  linebreak="al",
259688  unicodeslot=0x1F67C,
259689 },
259690 [0x1F67D]={
259691  category="so",
259692  description="VERY HEAVY REVERSE SOLIDUS",
259693  direction="on",
259694  linebreak="al",
259695  unicodeslot=0x1F67D,
259696 },
259697 [0x1F67E]={
259698  category="so",
259699  description="CHECKER BOARD",
259700  direction="on",
259701  linebreak="al",
259702  unicodeslot=0x1F67E,
259703 },
259704 [0x1F67F]={
259705  category="so",
259706  description="REVERSE CHECKER BOARD",
259707  direction="on",
259708  linebreak="al",
259709  unicodeslot=0x1F67F,
259710 },
259711 [0x1F680]={
259712  category="so",
259713  cjkwd="w",
259714  description="ROCKET",
259715  direction="on",
259716  linebreak="id",
259717  unicodeslot=0x1F680,
259718 },
259719 [0x1F681]={
259720  category="so",
259721  cjkwd="w",
259722  description="HELICOPTER",
259723  direction="on",
259724  linebreak="id",
259725  unicodeslot=0x1F681,
259726 },
259727 [0x1F682]={
259728  category="so",
259729  cjkwd="w",
259730  description="STEAM LOCOMOTIVE",
259731  direction="on",
259732  linebreak="id",
259733  unicodeslot=0x1F682,
259734 },
259735 [0x1F683]={
259736  category="so",
259737  cjkwd="w",
259738  description="RAILWAY CAR",
259739  direction="on",
259740  linebreak="id",
259741  unicodeslot=0x1F683,
259742 },
259743 [0x1F684]={
259744  category="so",
259745  cjkwd="w",
259746  description="HIGH-SPEED TRAIN",
259747  direction="on",
259748  linebreak="id",
259749  unicodeslot=0x1F684,
259750 },
259751 [0x1F685]={
259752  category="so",
259753  cjkwd="w",
259754  description="HIGH-SPEED TRAIN WITH BULLET NOSE",
259755  direction="on",
259756  linebreak="id",
259757  unicodeslot=0x1F685,
259758 },
259759 [0x1F686]={
259760  category="so",
259761  cjkwd="w",
259762  description="TRAIN",
259763  direction="on",
259764  linebreak="id",
259765  unicodeslot=0x1F686,
259766 },
259767 [0x1F687]={
259768  category="so",
259769  cjkwd="w",
259770  description="METRO",
259771  direction="on",
259772  linebreak="id",
259773  unicodeslot=0x1F687,
259774 },
259775 [0x1F688]={
259776  category="so",
259777  cjkwd="w",
259778  description="LIGHT RAIL",
259779  direction="on",
259780  linebreak="id",
259781  unicodeslot=0x1F688,
259782 },
259783 [0x1F689]={
259784  category="so",
259785  cjkwd="w",
259786  description="STATION",
259787  direction="on",
259788  linebreak="id",
259789  unicodeslot=0x1F689,
259790 },
259791 [0x1F68A]={
259792  category="so",
259793  cjkwd="w",
259794  description="TRAM",
259795  direction="on",
259796  linebreak="id",
259797  unicodeslot=0x1F68A,
259798 },
259799 [0x1F68B]={
259800  category="so",
259801  cjkwd="w",
259802  description="TRAM CAR",
259803  direction="on",
259804  linebreak="id",
259805  unicodeslot=0x1F68B,
259806 },
259807 [0x1F68C]={
259808  category="so",
259809  cjkwd="w",
259810  description="BUS",
259811  direction="on",
259812  linebreak="id",
259813  unicodeslot=0x1F68C,
259814 },
259815 [0x1F68D]={
259816  category="so",
259817  cjkwd="w",
259818  description="ONCOMING BUS",
259819  direction="on",
259820  linebreak="id",
259821  unicodeslot=0x1F68D,
259822 },
259823 [0x1F68E]={
259824  category="so",
259825  cjkwd="w",
259826  description="TROLLEYBUS",
259827  direction="on",
259828  linebreak="id",
259829  unicodeslot=0x1F68E,
259830 },
259831 [0x1F68F]={
259832  category="so",
259833  cjkwd="w",
259834  description="BUS STOP",
259835  direction="on",
259836  linebreak="id",
259837  unicodeslot=0x1F68F,
259838 },
259839 [0x1F690]={
259840  category="so",
259841  cjkwd="w",
259842  description="MINIBUS",
259843  direction="on",
259844  linebreak="id",
259845  unicodeslot=0x1F690,
259846 },
259847 [0x1F691]={
259848  category="so",
259849  cjkwd="w",
259850  description="AMBULANCE",
259851  direction="on",
259852  linebreak="id",
259853  unicodeslot=0x1F691,
259854 },
259855 [0x1F692]={
259856  category="so",
259857  cjkwd="w",
259858  description="FIRE ENGINE",
259859  direction="on",
259860  linebreak="id",
259861  unicodeslot=0x1F692,
259862 },
259863 [0x1F693]={
259864  category="so",
259865  cjkwd="w",
259866  description="POLICE CAR",
259867  direction="on",
259868  linebreak="id",
259869  unicodeslot=0x1F693,
259870 },
259871 [0x1F694]={
259872  category="so",
259873  cjkwd="w",
259874  description="ONCOMING POLICE CAR",
259875  direction="on",
259876  linebreak="id",
259877  unicodeslot=0x1F694,
259878 },
259879 [0x1F695]={
259880  category="so",
259881  cjkwd="w",
259882  description="TAXI",
259883  direction="on",
259884  linebreak="id",
259885  unicodeslot=0x1F695,
259886 },
259887 [0x1F696]={
259888  category="so",
259889  cjkwd="w",
259890  description="ONCOMING TAXI",
259891  direction="on",
259892  linebreak="id",
259893  unicodeslot=0x1F696,
259894 },
259895 [0x1F697]={
259896  category="so",
259897  cjkwd="w",
259898  description="AUTOMOBILE",
259899  direction="on",
259900  linebreak="id",
259901  unicodeslot=0x1F697,
259902 },
259903 [0x1F698]={
259904  category="so",
259905  cjkwd="w",
259906  description="ONCOMING AUTOMOBILE",
259907  direction="on",
259908  linebreak="id",
259909  unicodeslot=0x1F698,
259910 },
259911 [0x1F699]={
259912  category="so",
259913  cjkwd="w",
259914  description="RECREATIONAL VEHICLE",
259915  direction="on",
259916  linebreak="id",
259917  unicodeslot=0x1F699,
259918 },
259919 [0x1F69A]={
259920  category="so",
259921  cjkwd="w",
259922  description="DELIVERY TRUCK",
259923  direction="on",
259924  linebreak="id",
259925  unicodeslot=0x1F69A,
259926 },
259927 [0x1F69B]={
259928  category="so",
259929  cjkwd="w",
259930  description="ARTICULATED LORRY",
259931  direction="on",
259932  linebreak="id",
259933  unicodeslot=0x1F69B,
259934 },
259935 [0x1F69C]={
259936  category="so",
259937  cjkwd="w",
259938  description="TRACTOR",
259939  direction="on",
259940  linebreak="id",
259941  unicodeslot=0x1F69C,
259942 },
259943 [0x1F69D]={
259944  category="so",
259945  cjkwd="w",
259946  description="MONORAIL",
259947  direction="on",
259948  linebreak="id",
259949  unicodeslot=0x1F69D,
259950 },
259951 [0x1F69E]={
259952  category="so",
259953  cjkwd="w",
259954  description="MOUNTAIN RAILWAY",
259955  direction="on",
259956  linebreak="id",
259957  unicodeslot=0x1F69E,
259958 },
259959 [0x1F69F]={
259960  category="so",
259961  cjkwd="w",
259962  description="SUSPENSION RAILWAY",
259963  direction="on",
259964  linebreak="id",
259965  unicodeslot=0x1F69F,
259966 },
259967 [0x1F6A0]={
259968  category="so",
259969  cjkwd="w",
259970  description="MOUNTAIN CABLEWAY",
259971  direction="on",
259972  linebreak="id",
259973  unicodeslot=0x1F6A0,
259974 },
259975 [0x1F6A1]={
259976  category="so",
259977  cjkwd="w",
259978  description="AERIAL TRAMWAY",
259979  direction="on",
259980  linebreak="id",
259981  unicodeslot=0x1F6A1,
259982 },
259983 [0x1F6A2]={
259984  category="so",
259985  cjkwd="w",
259986  description="SHIP",
259987  direction="on",
259988  linebreak="id",
259989  unicodeslot=0x1F6A2,
259990 },
259991 [0x1F6A3]={
259992  category="so",
259993  cjkwd="w",
259994  description="ROWBOAT",
259995  direction="on",
259996  linebreak="eb",
259997  unicodeslot=0x1F6A3,
259998 },
259999 [0x1F6A4]={
260000  category="so",
260001  cjkwd="w",
260002  description="SPEEDBOAT",
260003  direction="on",
260004  linebreak="id",
260005  unicodeslot=0x1F6A4,
260006 },
260007 [0x1F6A5]={
260008  category="so",
260009  cjkwd="w",
260010  description="HORIZONTAL TRAFFIC LIGHT",
260011  direction="on",
260012  linebreak="id",
260013  unicodeslot=0x1F6A5,
260014 },
260015 [0x1F6A6]={
260016  category="so",
260017  cjkwd="w",
260018  description="VERTICAL TRAFFIC LIGHT",
260019  direction="on",
260020  linebreak="id",
260021  unicodeslot=0x1F6A6,
260022 },
260023 [0x1F6A7]={
260024  category="so",
260025  cjkwd="w",
260026  description="CONSTRUCTION SIGN",
260027  direction="on",
260028  linebreak="id",
260029  unicodeslot=0x1F6A7,
260030 },
260031 [0x1F6A8]={
260032  category="so",
260033  cjkwd="w",
260034  description="POLICE CARS REVOLVING LIGHT",
260035  direction="on",
260036  linebreak="id",
260037  unicodeslot=0x1F6A8,
260038 },
260039 [0x1F6A9]={
260040  category="so",
260041  cjkwd="w",
260042  description="TRIANGULAR FLAG ON POST",
260043  direction="on",
260044  linebreak="id",
260045  unicodeslot=0x1F6A9,
260046 },
260047 [0x1F6AA]={
260048  category="so",
260049  cjkwd="w",
260050  description="DOOR",
260051  direction="on",
260052  linebreak="id",
260053  unicodeslot=0x1F6AA,
260054 },
260055 [0x1F6AB]={
260056  category="so",
260057  cjkwd="w",
260058  description="NO ENTRY SIGN",
260059  direction="on",
260060  linebreak="id",
260061  unicodeslot=0x1F6AB,
260062 },
260063 [0x1F6AC]={
260064  category="so",
260065  cjkwd="w",
260066  description="SMOKING SYMBOL",
260067  direction="on",
260068  linebreak="id",
260069  unicodeslot=0x1F6AC,
260070 },
260071 [0x1F6AD]={
260072  category="so",
260073  cjkwd="w",
260074  description="NO SMOKING SYMBOL",
260075  direction="on",
260076  linebreak="id",
260077  unicodeslot=0x1F6AD,
260078 },
260079 [0x1F6AE]={
260080  category="so",
260081  cjkwd="w",
260082  description="PUT LITTER IN ITS PLACE SYMBOL",
260083  direction="on",
260084  linebreak="id",
260085  unicodeslot=0x1F6AE,
260086 },
260087 [0x1F6AF]={
260088  category="so",
260089  cjkwd="w",
260090  description="DO NOT LITTER SYMBOL",
260091  direction="on",
260092  linebreak="id",
260093  unicodeslot=0x1F6AF,
260094 },
260095 [0x1F6B0]={
260096  category="so",
260097  cjkwd="w",
260098  description="POTABLE WATER SYMBOL",
260099  direction="on",
260100  linebreak="id",
260101  unicodeslot=0x1F6B0,
260102 },
260103 [0x1F6B1]={
260104  category="so",
260105  cjkwd="w",
260106  description="NON-POTABLE WATER SYMBOL",
260107  direction="on",
260108  linebreak="id",
260109  unicodeslot=0x1F6B1,
260110 },
260111 [0x1F6B2]={
260112  category="so",
260113  cjkwd="w",
260114  description="BICYCLE",
260115  direction="on",
260116  linebreak="id",
260117  unicodeslot=0x1F6B2,
260118 },
260119 [0x1F6B3]={
260120  category="so",
260121  cjkwd="w",
260122  description="NO BICYCLES",
260123  direction="on",
260124  linebreak="id",
260125  unicodeslot=0x1F6B3,
260126 },
260127 [0x1F6B4]={
260128  category="so",
260129  cjkwd="w",
260130  description="BICYCLIST",
260131  direction="on",
260132  linebreak="eb",
260133  unicodeslot=0x1F6B4,
260134 },
260135 [0x1F6B5]={
260136  category="so",
260137  cjkwd="w",
260138  description="MOUNTAIN BICYCLIST",
260139  direction="on",
260140  linebreak="eb",
260141  unicodeslot=0x1F6B5,
260142 },
260143 [0x1F6B6]={
260144  category="so",
260145  cjkwd="w",
260146  description="PEDESTRIAN",
260147  direction="on",
260148  linebreak="eb",
260149  unicodeslot=0x1F6B6,
260150 },
260151 [0x1F6B7]={
260152  category="so",
260153  cjkwd="w",
260154  description="NO PEDESTRIANS",
260155  direction="on",
260156  linebreak="id",
260157  unicodeslot=0x1F6B7,
260158 },
260159 [0x1F6B8]={
260160  category="so",
260161  cjkwd="w",
260162  description="CHILDREN CROSSING",
260163  direction="on",
260164  linebreak="id",
260165  unicodeslot=0x1F6B8,
260166 },
260167 [0x1F6B9]={
260168  category="so",
260169  cjkwd="w",
260170  description="MENS SYMBOL",
260171  direction="on",
260172  linebreak="id",
260173  unicodeslot=0x1F6B9,
260174 },
260175 [0x1F6BA]={
260176  category="so",
260177  cjkwd="w",
260178  description="WOMENS SYMBOL",
260179  direction="on",
260180  linebreak="id",
260181  unicodeslot=0x1F6BA,
260182 },
260183 [0x1F6BB]={
260184  category="so",
260185  cjkwd="w",
260186  description="RESTROOM",
260187  direction="on",
260188  linebreak="id",
260189  unicodeslot=0x1F6BB,
260190 },
260191 [0x1F6BC]={
260192  category="so",
260193  cjkwd="w",
260194  description="BABY SYMBOL",
260195  direction="on",
260196  linebreak="id",
260197  unicodeslot=0x1F6BC,
260198 },
260199 [0x1F6BD]={
260200  category="so",
260201  cjkwd="w",
260202  description="TOILET",
260203  direction="on",
260204  linebreak="id",
260205  unicodeslot=0x1F6BD,
260206 },
260207 [0x1F6BE]={
260208  category="so",
260209  cjkwd="w",
260210  description="WATER CLOSET",
260211  direction="on",
260212  linebreak="id",
260213  unicodeslot=0x1F6BE,
260214 },
260215 [0x1F6BF]={
260216  category="so",
260217  cjkwd="w",
260218  description="SHOWER",
260219  direction="on",
260220  linebreak="id",
260221  unicodeslot=0x1F6BF,
260222 },
260223 [0x1F6C0]={
260224  category="so",
260225  cjkwd="w",
260226  description="BATH",
260227  direction="on",
260228  linebreak="eb",
260229  unicodeslot=0x1F6C0,
260230 },
260231 [0x1F6C1]={
260232  category="so",
260233  cjkwd="w",
260234  description="BATHTUB",
260235  direction="on",
260236  linebreak="id",
260237  unicodeslot=0x1F6C1,
260238 },
260239 [0x1F6C2]={
260240  category="so",
260241  cjkwd="w",
260242  description="PASSPORT CONTROL",
260243  direction="on",
260244  linebreak="id",
260245  unicodeslot=0x1F6C2,
260246 },
260247 [0x1F6C3]={
260248  category="so",
260249  cjkwd="w",
260250  description="CUSTOMS",
260251  direction="on",
260252  linebreak="id",
260253  unicodeslot=0x1F6C3,
260254 },
260255 [0x1F6C4]={
260256  category="so",
260257  cjkwd="w",
260258  description="BAGGAGE CLAIM",
260259  direction="on",
260260  linebreak="id",
260261  unicodeslot=0x1F6C4,
260262 },
260263 [0x1F6C5]={
260264  category="so",
260265  cjkwd="w",
260266  description="LEFT LUGGAGE",
260267  direction="on",
260268  linebreak="id",
260269  unicodeslot=0x1F6C5,
260270 },
260271 [0x1F6C6]={
260272  category="so",
260273  description="TRIANGLE WITH ROUNDED CORNERS",
260274  direction="on",
260275  linebreak="id",
260276  synonyms={ "caution" },
260277  unicodeslot=0x1F6C6,
260278 },
260279 [0x1F6C7]={
260280  category="so",
260281  description="PROHIBITED SIGN",
260282  direction="on",
260283  linebreak="id",
260284  unicodeslot=0x1F6C7,
260285 },
260286 [0x1F6C8]={
260287  category="so",
260288  description="CIRCLED INFORMATION SOURCE",
260289  direction="on",
260290  linebreak="id",
260291  synonyms={ "information" },
260292  unicodeslot=0x1F6C8,
260293 },
260294 [0x1F6C9]={
260295  category="so",
260296  description="BOYS SYMBOL",
260297  direction="on",
260298  linebreak="id",
260299  unicodeslot=0x1F6C9,
260300 },
260301 [0x1F6CA]={
260302  category="so",
260303  description="GIRLS SYMBOL",
260304  direction="on",
260305  linebreak="id",
260306  unicodeslot=0x1F6CA,
260307 },
260308 [0x1F6CB]={
260309  category="so",
260310  description="COUCH AND LAMP",
260311  direction="on",
260312  linebreak="id",
260313  unicodeslot=0x1F6CB,
260314  variants=variants_emoji,
260315 },
260316 [0x1F6CC]={
260317  category="so",
260318  cjkwd="w",
260319  description="SLEEPING ACCOMMODATION",
260320  direction="on",
260321  linebreak="eb",
260322  unicodeslot=0x1F6CC,
260323 },
260324 [0x1F6CD]={
260325  category="so",
260326  description="SHOPPING BAGS",
260327  direction="on",
260328  linebreak="id",
260329  unicodeslot=0x1F6CD,
260330  variants=variants_emoji,
260331 },
260332 [0x1F6CE]={
260333  category="so",
260334  description="BELLHOP BELL",
260335  direction="on",
260336  linebreak="id",
260337  unicodeslot=0x1F6CE,
260338  variants=variants_emoji,
260339 },
260340 [0x1F6CF]={
260341  category="so",
260342  description="BED",
260343  direction="on",
260344  linebreak="id",
260345  unicodeslot=0x1F6CF,
260346  variants=variants_emoji,
260347 },
260348 [0x1F6D0]={
260349  category="so",
260350  cjkwd="w",
260351  description="PLACE OF WORSHIP",
260352  direction="on",
260353  linebreak="id",
260354  unicodeslot=0x1F6D0,
260355 },
260356 [0x1F6D1]={
260357  category="so",
260358  cjkwd="w",
260359  description="OCTAGONAL SIGN",
260360  direction="on",
260361  linebreak="id",
260362  synonyms={ "stop sign" },
260363  unicodeslot=0x1F6D1,
260364 },
260365 [0x1F6D2]={
260366  category="so",
260367  cjkwd="w",
260368  description="SHOPPING TROLLEY",
260369  direction="on",
260370  linebreak="id",
260371  synonyms={ "shopping cart" },
260372  unicodeslot=0x1F6D2,
260373 },
260374 [0x1F6D3]={
260375  category="so",
260376  description="STUPA",
260377  direction="on",
260378  linebreak="id",
260379  unicodeslot=0x1F6D3,
260380 },
260381 [0x1F6D4]={
260382  category="so",
260383  description="PAGODA",
260384  direction="on",
260385  linebreak="id",
260386  unicodeslot=0x1F6D4,
260387 },
260388 [0x1F6D5]={
260389  category="so",
260390  cjkwd="w",
260391  description="HINDU TEMPLE",
260392  direction="on",
260393  linebreak="id",
260394  unicodeslot=0x1F6D5,
260395 },
260396 [0x1F6D6]={
260397  category="so",
260398  cjkwd="w",
260399  description="HUT",
260400  direction="on",
260401  linebreak="id",
260402  unicodeslot=0x1F6D6,
260403 },
260404 [0x1F6D7]={
260405  category="so",
260406  cjkwd="w",
260407  description="ELEVATOR",
260408  direction="on",
260409  linebreak="id",
260410  unicodeslot=0x1F6D7,
260411 },
260412 [0x1F6DC]={
260413  category="so",
260414  cjkwd="w",
260415  description="WIRELESS",
260416  direction="on",
260417  linebreak="id",
260418  unicodeslot=0x1F6DC,
260419 },
260420 [0x1F6DD]={
260421  category="so",
260422  cjkwd="w",
260423  description="PLAYGROUND SLIDE",
260424  direction="on",
260425  linebreak="id",
260426  unicodeslot=0x1F6DD,
260427 },
260428 [0x1F6DE]={
260429  category="so",
260430  cjkwd="w",
260431  description="WHEEL",
260432  direction="on",
260433  linebreak="id",
260434  unicodeslot=0x1F6DE,
260435 },
260436 [0x1F6DF]={
260437  category="so",
260438  cjkwd="w",
260439  description="RING BUOY",
260440  direction="on",
260441  linebreak="id",
260442  unicodeslot=0x1F6DF,
260443 },
260444 [0x1F6E0]={
260445  category="so",
260446  description="HAMMER AND WRENCH",
260447  direction="on",
260448  linebreak="id",
260449  unicodeslot=0x1F6E0,
260450  variants=variants_emoji,
260451 },
260452 [0x1F6E1]={
260453  category="so",
260454  description="SHIELD",
260455  direction="on",
260456  linebreak="id",
260457  unicodeslot=0x1F6E1,
260458  variants=variants_emoji,
260459 },
260460 [0x1F6E2]={
260461  category="so",
260462  description="OIL DRUM",
260463  direction="on",
260464  linebreak="id",
260465  unicodeslot=0x1F6E2,
260466  variants=variants_emoji,
260467 },
260468 [0x1F6E3]={
260469  category="so",
260470  description="MOTORWAY",
260471  direction="on",
260472  linebreak="id",
260473  unicodeslot=0x1F6E3,
260474  variants=variants_emoji,
260475 },
260476 [0x1F6E4]={
260477  category="so",
260478  description="RAILWAY TRACK",
260479  direction="on",
260480  linebreak="id",
260481  unicodeslot=0x1F6E4,
260482  variants=variants_emoji,
260483 },
260484 [0x1F6E5]={
260485  category="so",
260486  description="MOTOR BOAT",
260487  direction="on",
260488  linebreak="id",
260489  unicodeslot=0x1F6E5,
260490  variants=variants_emoji,
260491 },
260492 [0x1F6E6]={
260493  category="so",
260494  description="UP-POINTING MILITARY AIRPLANE",
260495  direction="on",
260496  linebreak="id",
260497  unicodeslot=0x1F6E6,
260498 },
260499 [0x1F6E7]={
260500  category="so",
260501  description="UP-POINTING AIRPLANE",
260502  direction="on",
260503  linebreak="id",
260504  unicodeslot=0x1F6E7,
260505 },
260506 [0x1F6E8]={
260507  category="so",
260508  description="UP-POINTING SMALL AIRPLANE",
260509  direction="on",
260510  linebreak="id",
260511  unicodeslot=0x1F6E8,
260512 },
260513 [0x1F6E9]={
260514  category="so",
260515  description="SMALL AIRPLANE",
260516  direction="on",
260517  linebreak="id",
260518  unicodeslot=0x1F6E9,
260519  variants=variants_emoji,
260520 },
260521 [0x1F6EA]={
260522  category="so",
260523  description="NORTHEAST-POINTING AIRPLANE",
260524  direction="on",
260525  linebreak="id",
260526  unicodeslot=0x1F6EA,
260527 },
260528 [0x1F6EB]={
260529  category="so",
260530  cjkwd="w",
260531  description="AIRPLANE DEPARTURE",
260532  direction="on",
260533  linebreak="id",
260534  unicodeslot=0x1F6EB,
260535 },
260536 [0x1F6EC]={
260537  category="so",
260538  cjkwd="w",
260539  description="AIRPLANE ARRIVING",
260540  direction="on",
260541  linebreak="id",
260542  unicodeslot=0x1F6EC,
260543 },
260544 [0x1F6F0]={
260545  category="so",
260546  description="SATELLITE",
260547  direction="on",
260548  linebreak="id",
260549  unicodeslot=0x1F6F0,
260550  variants=variants_emoji,
260551 },
260552 [0x1F6F1]={
260553  category="so",
260554  description="ONCOMING FIRE ENGINE",
260555  direction="on",
260556  linebreak="id",
260557  unicodeslot=0x1F6F1,
260558 },
260559 [0x1F6F2]={
260560  category="so",
260561  description="DIESEL LOCOMOTIVE",
260562  direction="on",
260563  linebreak="id",
260564  unicodeslot=0x1F6F2,
260565 },
260566 [0x1F6F3]={
260567  category="so",
260568  description="PASSENGER SHIP",
260569  direction="on",
260570  linebreak="id",
260571  unicodeslot=0x1F6F3,
260572  variants=variants_emoji,
260573 },
260574 [0x1F6F4]={
260575  category="so",
260576  cjkwd="w",
260577  description="SCOOTER",
260578  direction="on",
260579  linebreak="id",
260580  unicodeslot=0x1F6F4,
260581 },
260582 [0x1F6F5]={
260583  category="so",
260584  cjkwd="w",
260585  description="MOTOR SCOOTER",
260586  direction="on",
260587  linebreak="id",
260588  unicodeslot=0x1F6F5,
260589 },
260590 [0x1F6F6]={
260591  category="so",
260592  cjkwd="w",
260593  description="CANOE",
260594  direction="on",
260595  linebreak="id",
260596  unicodeslot=0x1F6F6,
260597 },
260598 [0x1F6F7]={
260599  category="so",
260600  cjkwd="w",
260601  description="SLED",
260602  direction="on",
260603  linebreak="id",
260604  unicodeslot=0x1F6F7,
260605 },
260606 [0x1F6F8]={
260607  category="so",
260608  cjkwd="w",
260609  description="FLYING SAUCER",
260610  direction="on",
260611  linebreak="id",
260612  unicodeslot=0x1F6F8,
260613 },
260614 [0x1F6F9]={
260615  category="so",
260616  cjkwd="w",
260617  description="SKATEBOARD",
260618  direction="on",
260619  linebreak="id",
260620  unicodeslot=0x1F6F9,
260621 },
260622 [0x1F6FA]={
260623  category="so",
260624  cjkwd="w",
260625  description="AUTO RICKSHAW",
260626  direction="on",
260627  linebreak="id",
260628  unicodeslot=0x1F6FA,
260629 },
260630 [0x1F6FB]={
260631  category="so",
260632  cjkwd="w",
260633  description="PICKUP TRUCK",
260634  direction="on",
260635  linebreak="id",
260636  unicodeslot=0x1F6FB,
260637 },
260638 [0x1F6FC]={
260639  category="so",
260640  cjkwd="w",
260641  description="ROLLER SKATE",
260642  direction="on",
260643  linebreak="id",
260644  unicodeslot=0x1F6FC,
260645 },
260646 [0x1F700]={
260647  category="so",
260648  description="ALCHEMICAL SYMBOL FOR QUINTESSENCE",
260649  direction="on",
260650  linebreak="al",
260651  unicodeslot=0x1F700,
260652 },
260653 [0x1F701]={
260654  category="so",
260655  description="ALCHEMICAL SYMBOL FOR AIR",
260656  direction="on",
260657  linebreak="al",
260658  unicodeslot=0x1F701,
260659 },
260660 [0x1F702]={
260661  category="so",
260662  description="ALCHEMICAL SYMBOL FOR FIRE",
260663  direction="on",
260664  linebreak="al",
260665  unicodeslot=0x1F702,
260666 },
260667 [0x1F703]={
260668  category="so",
260669  description="ALCHEMICAL SYMBOL FOR EARTH",
260670  direction="on",
260671  linebreak="al",
260672  unicodeslot=0x1F703,
260673 },
260674 [0x1F704]={
260675  category="so",
260676  description="ALCHEMICAL SYMBOL FOR WATER",
260677  direction="on",
260678  linebreak="al",
260679  unicodeslot=0x1F704,
260680 },
260681 [0x1F705]={
260682  category="so",
260683  description="ALCHEMICAL SYMBOL FOR AQUAFORTIS",
260684  direction="on",
260685  linebreak="al",
260686  unicodeslot=0x1F705,
260687 },
260688 [0x1F706]={
260689  category="so",
260690  description="ALCHEMICAL SYMBOL FOR AQUA REGIA",
260691  direction="on",
260692  linebreak="al",
260693  unicodeslot=0x1F706,
260694 },
260695 [0x1F707]={
260696  category="so",
260697  description="ALCHEMICAL SYMBOL FOR AQUA REGIA-2",
260698  direction="on",
260699  linebreak="al",
260700  unicodeslot=0x1F707,
260701 },
260702 [0x1F708]={
260703  category="so",
260704  description="ALCHEMICAL SYMBOL FOR AQUA VITAE",
260705  direction="on",
260706  linebreak="al",
260707  unicodeslot=0x1F708,
260708 },
260709 [0x1F709]={
260710  category="so",
260711  description="ALCHEMICAL SYMBOL FOR AQUA VITAE-2",
260712  direction="on",
260713  linebreak="al",
260714  unicodeslot=0x1F709,
260715 },
260716 [0x1F70A]={
260717  category="so",
260718  description="ALCHEMICAL SYMBOL FOR VINEGAR",
260719  direction="on",
260720  linebreak="al",
260721  unicodeslot=0x1F70A,
260722 },
260723 [0x1F70B]={
260724  category="so",
260725  description="ALCHEMICAL SYMBOL FOR VINEGAR-2",
260726  direction="on",
260727  linebreak="al",
260728  unicodeslot=0x1F70B,
260729 },
260730 [0x1F70C]={
260731  category="so",
260732  description="ALCHEMICAL SYMBOL FOR VINEGAR-3",
260733  direction="on",
260734  linebreak="al",
260735  unicodeslot=0x1F70C,
260736 },
260737 [0x1F70D]={
260738  category="so",
260739  description="ALCHEMICAL SYMBOL FOR SULFUR",
260740  direction="on",
260741  linebreak="al",
260742  unicodeslot=0x1F70D,
260743 },
260744 [0x1F70E]={
260745  category="so",
260746  description="ALCHEMICAL SYMBOL FOR PHILOSOPHERS SULFUR",
260747  direction="on",
260748  linebreak="al",
260749  unicodeslot=0x1F70E,
260750 },
260751 [0x1F70F]={
260752  category="so",
260753  description="ALCHEMICAL SYMBOL FOR BLACK SULFUR",
260754  direction="on",
260755  linebreak="al",
260756  unicodeslot=0x1F70F,
260757 },
260758 [0x1F710]={
260759  category="so",
260760  description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE",
260761  direction="on",
260762  linebreak="al",
260763  unicodeslot=0x1F710,
260764 },
260765 [0x1F711]={
260766  category="so",
260767  description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-2",
260768  direction="on",
260769  linebreak="al",
260770  unicodeslot=0x1F711,
260771 },
260772 [0x1F712]={
260773  category="so",
260774  description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-3",
260775  direction="on",
260776  linebreak="al",
260777  unicodeslot=0x1F712,
260778 },
260779 [0x1F713]={
260780  category="so",
260781  description="ALCHEMICAL SYMBOL FOR CINNABAR",
260782  direction="on",
260783  linebreak="al",
260784  unicodeslot=0x1F713,
260785 },
260786 [0x1F714]={
260787  category="so",
260788  description="ALCHEMICAL SYMBOL FOR SALT",
260789  direction="on",
260790  linebreak="al",
260791  unicodeslot=0x1F714,
260792 },
260793 [0x1F715]={
260794  category="so",
260795  description="ALCHEMICAL SYMBOL FOR NITRE",
260796  direction="on",
260797  linebreak="al",
260798  unicodeslot=0x1F715,
260799 },
260800 [0x1F716]={
260801  category="so",
260802  description="ALCHEMICAL SYMBOL FOR VITRIOL",
260803  direction="on",
260804  linebreak="al",
260805  unicodeslot=0x1F716,
260806 },
260807 [0x1F717]={
260808  category="so",
260809  description="ALCHEMICAL SYMBOL FOR VITRIOL-2",
260810  direction="on",
260811  linebreak="al",
260812  unicodeslot=0x1F717,
260813 },
260814 [0x1F718]={
260815  category="so",
260816  description="ALCHEMICAL SYMBOL FOR ROCK SALT",
260817  direction="on",
260818  linebreak="al",
260819  unicodeslot=0x1F718,
260820 },
260821 [0x1F719]={
260822  category="so",
260823  description="ALCHEMICAL SYMBOL FOR ROCK SALT-2",
260824  direction="on",
260825  linebreak="al",
260826  unicodeslot=0x1F719,
260827 },
260828 [0x1F71A]={
260829  category="so",
260830  description="ALCHEMICAL SYMBOL FOR GOLD",
260831  direction="on",
260832  linebreak="al",
260833  unicodeslot=0x1F71A,
260834 },
260835 [0x1F71B]={
260836  category="so",
260837  description="ALCHEMICAL SYMBOL FOR SILVER",
260838  direction="on",
260839  linebreak="al",
260840  unicodeslot=0x1F71B,
260841 },
260842 [0x1F71C]={
260843  category="so",
260844  description="ALCHEMICAL SYMBOL FOR IRON ORE",
260845  direction="on",
260846  linebreak="al",
260847  unicodeslot=0x1F71C,
260848 },
260849 [0x1F71D]={
260850  category="so",
260851  description="ALCHEMICAL SYMBOL FOR IRON ORE-2",
260852  direction="on",
260853  linebreak="al",
260854  unicodeslot=0x1F71D,
260855 },
260856 [0x1F71E]={
260857  category="so",
260858  description="ALCHEMICAL SYMBOL FOR CROCUS OF IRON",
260859  direction="on",
260860  linebreak="al",
260861  unicodeslot=0x1F71E,
260862 },
260863 [0x1F71F]={
260864  category="so",
260865  description="ALCHEMICAL SYMBOL FOR REGULUS OF IRON",
260866  direction="on",
260867  linebreak="al",
260868  unicodeslot=0x1F71F,
260869 },
260870 [0x1F720]={
260871  category="so",
260872  description="ALCHEMICAL SYMBOL FOR COPPER ORE",
260873  direction="on",
260874  linebreak="al",
260875  unicodeslot=0x1F720,
260876 },
260877 [0x1F721]={
260878  category="so",
260879  description="ALCHEMICAL SYMBOL FOR IRON-COPPER ORE",
260880  direction="on",
260881  linebreak="al",
260882  unicodeslot=0x1F721,
260883 },
260884 [0x1F722]={
260885  category="so",
260886  description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF COPPER",
260887  direction="on",
260888  linebreak="al",
260889  unicodeslot=0x1F722,
260890 },
260891 [0x1F723]={
260892  category="so",
260893  description="ALCHEMICAL SYMBOL FOR CROCUS OF COPPER",
260894  direction="on",
260895  linebreak="al",
260896  unicodeslot=0x1F723,
260897 },
260898 [0x1F724]={
260899  category="so",
260900  description="ALCHEMICAL SYMBOL FOR CROCUS OF COPPER-2",
260901  direction="on",
260902  linebreak="al",
260903  unicodeslot=0x1F724,
260904 },
260905 [0x1F725]={
260906  category="so",
260907  description="ALCHEMICAL SYMBOL FOR COPPER ANTIMONIATE",
260908  direction="on",
260909  linebreak="al",
260910  unicodeslot=0x1F725,
260911 },
260912 [0x1F726]={
260913  category="so",
260914  description="ALCHEMICAL SYMBOL FOR SALT OF COPPER ANTIMONIATE",
260915  direction="on",
260916  linebreak="al",
260917  unicodeslot=0x1F726,
260918 },
260919 [0x1F727]={
260920  category="so",
260921  description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF COPPER",
260922  direction="on",
260923  linebreak="al",
260924  unicodeslot=0x1F727,
260925 },
260926 [0x1F728]={
260927  category="so",
260928  description="ALCHEMICAL SYMBOL FOR VERDIGRIS",
260929  direction="on",
260930  linebreak="al",
260931  unicodeslot=0x1F728,
260932 },
260933 [0x1F729]={
260934  category="so",
260935  description="ALCHEMICAL SYMBOL FOR TIN ORE",
260936  direction="on",
260937  linebreak="al",
260938  unicodeslot=0x1F729,
260939 },
260940 [0x1F72A]={
260941  category="so",
260942  description="ALCHEMICAL SYMBOL FOR LEAD ORE",
260943  direction="on",
260944  linebreak="al",
260945  unicodeslot=0x1F72A,
260946 },
260947 [0x1F72B]={
260948  category="so",
260949  description="ALCHEMICAL SYMBOL FOR ANTIMONY ORE",
260950  direction="on",
260951  linebreak="al",
260952  unicodeslot=0x1F72B,
260953 },
260954 [0x1F72C]={
260955  category="so",
260956  description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF ANTIMONY",
260957  direction="on",
260958  linebreak="al",
260959  unicodeslot=0x1F72C,
260960 },
260961 [0x1F72D]={
260962  category="so",
260963  description="ALCHEMICAL SYMBOL FOR SALT OF ANTIMONY",
260964  direction="on",
260965  linebreak="al",
260966  unicodeslot=0x1F72D,
260967 },
260968 [0x1F72E]={
260969  category="so",
260970  description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF ANTIMONY",
260971  direction="on",
260972  linebreak="al",
260973  unicodeslot=0x1F72E,
260974 },
260975 [0x1F72F]={
260976  category="so",
260977  description="ALCHEMICAL SYMBOL FOR VINEGAR OF ANTIMONY",
260978  direction="on",
260979  linebreak="al",
260980  unicodeslot=0x1F72F,
260981 },
260982 [0x1F730]={
260983  category="so",
260984  description="ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY",
260985  direction="on",
260986  linebreak="al",
260987  unicodeslot=0x1F730,
260988 },
260989 [0x1F731]={
260990  category="so",
260991  description="ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY-2",
260992  direction="on",
260993  linebreak="al",
260994  unicodeslot=0x1F731,
260995 },
260996 [0x1F732]={
260997  category="so",
260998  description="ALCHEMICAL SYMBOL FOR REGULUS",
260999  direction="on",
261000  linebreak="al",
261001  unicodeslot=0x1F732,
261002 },
261003 [0x1F733]={
261004  category="so",
261005  description="ALCHEMICAL SYMBOL FOR REGULUS-2",
261006  direction="on",
261007  linebreak="al",
261008  unicodeslot=0x1F733,
261009 },
261010 [0x1F734]={
261011  category="so",
261012  description="ALCHEMICAL SYMBOL FOR REGULUS-3",
261013  direction="on",
261014  linebreak="al",
261015  unicodeslot=0x1F734,
261016 },
261017 [0x1F735]={
261018  category="so",
261019  description="ALCHEMICAL SYMBOL FOR REGULUS-4",
261020  direction="on",
261021  linebreak="al",
261022  unicodeslot=0x1F735,
261023 },
261024 [0x1F736]={
261025  category="so",
261026  description="ALCHEMICAL SYMBOL FOR ALKALI",
261027  direction="on",
261028  linebreak="al",
261029  unicodeslot=0x1F736,
261030 },
261031 [0x1F737]={
261032  category="so",
261033  description="ALCHEMICAL SYMBOL FOR ALKALI-2",
261034  direction="on",
261035  linebreak="al",
261036  unicodeslot=0x1F737,
261037 },
261038 [0x1F738]={
261039  category="so",
261040  description="ALCHEMICAL SYMBOL FOR MARCASITE",
261041  direction="on",
261042  linebreak="al",
261043  unicodeslot=0x1F738,
261044 },
261045 [0x1F739]={
261046  category="so",
261047  description="ALCHEMICAL SYMBOL FOR SAL-AMMONIAC",
261048  direction="on",
261049  linebreak="al",
261050  unicodeslot=0x1F739,
261051 },
261052 [0x1F73A]={
261053  category="so",
261054  description="ALCHEMICAL SYMBOL FOR ARSENIC",
261055  direction="on",
261056  linebreak="al",
261057  unicodeslot=0x1F73A,
261058 },
261059 [0x1F73B]={
261060  category="so",
261061  description="ALCHEMICAL SYMBOL FOR REALGAR",
261062  direction="on",
261063  linebreak="al",
261064  unicodeslot=0x1F73B,
261065 },
261066 [0x1F73C]={
261067  category="so",
261068  description="ALCHEMICAL SYMBOL FOR REALGAR-2",
261069  direction="on",
261070  linebreak="al",
261071  unicodeslot=0x1F73C,
261072 },
261073 [0x1F73D]={
261074  category="so",
261075  description="ALCHEMICAL SYMBOL FOR AURIPIGMENT",
261076  direction="on",
261077  linebreak="al",
261078  unicodeslot=0x1F73D,
261079 },
261080 [0x1F73E]={
261081  category="so",
261082  description="ALCHEMICAL SYMBOL FOR BISMUTH ORE",
261083  direction="on",
261084  linebreak="al",
261085  unicodeslot=0x1F73E,
261086 },
261087 [0x1F73F]={
261088  category="so",
261089  description="ALCHEMICAL SYMBOL FOR TARTAR",
261090  direction="on",
261091  linebreak="al",
261092  unicodeslot=0x1F73F,
261093 },
261094 [0x1F740]={
261095  category="so",
261096  description="ALCHEMICAL SYMBOL FOR TARTAR-2",
261097  direction="on",
261098  linebreak="al",
261099  unicodeslot=0x1F740,
261100 },
261101 [0x1F741]={
261102  category="so",
261103  description="ALCHEMICAL SYMBOL FOR QUICK LIME",
261104  direction="on",
261105  linebreak="al",
261106  unicodeslot=0x1F741,
261107 },
261108 [0x1F742]={
261109  category="so",
261110  description="ALCHEMICAL SYMBOL FOR BORAX",
261111  direction="on",
261112  linebreak="al",
261113  unicodeslot=0x1F742,
261114 },
261115 [0x1F743]={
261116  category="so",
261117  description="ALCHEMICAL SYMBOL FOR BORAX-2",
261118  direction="on",
261119  linebreak="al",
261120  unicodeslot=0x1F743,
261121 },
261122 [0x1F744]={
261123  category="so",
261124  description="ALCHEMICAL SYMBOL FOR BORAX-3",
261125  direction="on",
261126  linebreak="al",
261127  unicodeslot=0x1F744,
261128 },
261129 [0x1F745]={
261130  category="so",
261131  description="ALCHEMICAL SYMBOL FOR ALUM",
261132  direction="on",
261133  linebreak="al",
261134  unicodeslot=0x1F745,
261135 },
261136 [0x1F746]={
261137  category="so",
261138  description="ALCHEMICAL SYMBOL FOR OIL",
261139  direction="on",
261140  linebreak="al",
261141  unicodeslot=0x1F746,
261142 },
261143 [0x1F747]={
261144  category="so",
261145  description="ALCHEMICAL SYMBOL FOR SPIRIT",
261146  direction="on",
261147  linebreak="al",
261148  unicodeslot=0x1F747,
261149 },
261150 [0x1F748]={
261151  category="so",
261152  description="ALCHEMICAL SYMBOL FOR TINCTURE",
261153  direction="on",
261154  linebreak="al",
261155  unicodeslot=0x1F748,
261156 },
261157 [0x1F749]={
261158  category="so",
261159  description="ALCHEMICAL SYMBOL FOR GUM",
261160  direction="on",
261161  linebreak="al",
261162  unicodeslot=0x1F749,
261163 },
261164 [0x1F74A]={
261165  category="so",
261166  description="ALCHEMICAL SYMBOL FOR WAX",
261167  direction="on",
261168  linebreak="al",
261169  unicodeslot=0x1F74A,
261170 },
261171 [0x1F74B]={
261172  category="so",
261173  description="ALCHEMICAL SYMBOL FOR POWDER",
261174  direction="on",
261175  linebreak="al",
261176  unicodeslot=0x1F74B,
261177 },
261178 [0x1F74C]={
261179  category="so",
261180  description="ALCHEMICAL SYMBOL FOR CALX",
261181  direction="on",
261182  linebreak="al",
261183  unicodeslot=0x1F74C,
261184 },
261185 [0x1F74D]={
261186  category="so",
261187  description="ALCHEMICAL SYMBOL FOR TUTTY",
261188  direction="on",
261189  linebreak="al",
261190  unicodeslot=0x1F74D,
261191 },
261192 [0x1F74E]={
261193  category="so",
261194  description="ALCHEMICAL SYMBOL FOR CAPUT MORTUUM",
261195  direction="on",
261196  linebreak="al",
261197  unicodeslot=0x1F74E,
261198 },
261199 [0x1F74F]={
261200  category="so",
261201  description="ALCHEMICAL SYMBOL FOR SCEPTER OF JOVE",
261202  direction="on",
261203  linebreak="al",
261204  unicodeslot=0x1F74F,
261205 },
261206 [0x1F750]={
261207  category="so",
261208  description="ALCHEMICAL SYMBOL FOR CADUCEUS",
261209  direction="on",
261210  linebreak="al",
261211  unicodeslot=0x1F750,
261212 },
261213 [0x1F751]={
261214  category="so",
261215  description="ALCHEMICAL SYMBOL FOR TRIDENT",
261216  direction="on",
261217  linebreak="al",
261218  unicodeslot=0x1F751,
261219 },
261220 [0x1F752]={
261221  category="so",
261222  description="ALCHEMICAL SYMBOL FOR STARRED TRIDENT",
261223  direction="on",
261224  linebreak="al",
261225  unicodeslot=0x1F752,
261226 },
261227 [0x1F753]={
261228  category="so",
261229  description="ALCHEMICAL SYMBOL FOR LODESTONE",
261230  direction="on",
261231  linebreak="al",
261232  unicodeslot=0x1F753,
261233 },
261234 [0x1F754]={
261235  category="so",
261236  description="ALCHEMICAL SYMBOL FOR SOAP",
261237  direction="on",
261238  linebreak="al",
261239  unicodeslot=0x1F754,
261240 },
261241 [0x1F755]={
261242  category="so",
261243  description="ALCHEMICAL SYMBOL FOR URINE",
261244  direction="on",
261245  linebreak="al",
261246  unicodeslot=0x1F755,
261247 },
261248 [0x1F756]={
261249  category="so",
261250  description="ALCHEMICAL SYMBOL FOR HORSE DUNG",
261251  direction="on",
261252  linebreak="al",
261253  unicodeslot=0x1F756,
261254 },
261255 [0x1F757]={
261256  category="so",
261257  description="ALCHEMICAL SYMBOL FOR ASHES",
261258  direction="on",
261259  linebreak="al",
261260  unicodeslot=0x1F757,
261261 },
261262 [0x1F758]={
261263  category="so",
261264  description="ALCHEMICAL SYMBOL FOR POT ASHES",
261265  direction="on",
261266  linebreak="al",
261267  unicodeslot=0x1F758,
261268 },
261269 [0x1F759]={
261270  category="so",
261271  description="ALCHEMICAL SYMBOL FOR BRICK",
261272  direction="on",
261273  linebreak="al",
261274  unicodeslot=0x1F759,
261275 },
261276 [0x1F75A]={
261277  category="so",
261278  description="ALCHEMICAL SYMBOL FOR POWDERED BRICK",
261279  direction="on",
261280  linebreak="al",
261281  unicodeslot=0x1F75A,
261282 },
261283 [0x1F75B]={
261284  category="so",
261285  description="ALCHEMICAL SYMBOL FOR AMALGAM",
261286  direction="on",
261287  linebreak="al",
261288  unicodeslot=0x1F75B,
261289 },
261290 [0x1F75C]={
261291  category="so",
261292  description="ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM",
261293  direction="on",
261294  linebreak="al",
261295  unicodeslot=0x1F75C,
261296 },
261297 [0x1F75D]={
261298  category="so",
261299  description="ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM-2",
261300  direction="on",
261301  linebreak="al",
261302  unicodeslot=0x1F75D,
261303 },
261304 [0x1F75E]={
261305  category="so",
261306  description="ALCHEMICAL SYMBOL FOR SUBLIMATION",
261307  direction="on",
261308  linebreak="al",
261309  unicodeslot=0x1F75E,
261310 },
261311 [0x1F75F]={
261312  category="so",
261313  description="ALCHEMICAL SYMBOL FOR PRECIPITATE",
261314  direction="on",
261315  linebreak="al",
261316  unicodeslot=0x1F75F,
261317 },
261318 [0x1F760]={
261319  category="so",
261320  description="ALCHEMICAL SYMBOL FOR DISTILL",
261321  direction="on",
261322  linebreak="al",
261323  unicodeslot=0x1F760,
261324 },
261325 [0x1F761]={
261326  category="so",
261327  description="ALCHEMICAL SYMBOL FOR DISSOLVE",
261328  direction="on",
261329  linebreak="al",
261330  unicodeslot=0x1F761,
261331 },
261332 [0x1F762]={
261333  category="so",
261334  description="ALCHEMICAL SYMBOL FOR DISSOLVE-2",
261335  direction="on",
261336  linebreak="al",
261337  unicodeslot=0x1F762,
261338 },
261339 [0x1F763]={
261340  category="so",
261341  description="ALCHEMICAL SYMBOL FOR PURIFY",
261342  direction="on",
261343  linebreak="al",
261344  unicodeslot=0x1F763,
261345 },
261346 [0x1F764]={
261347  category="so",
261348  description="ALCHEMICAL SYMBOL FOR PUTREFACTION",
261349  direction="on",
261350  linebreak="al",
261351  unicodeslot=0x1F764,
261352 },
261353 [0x1F765]={
261354  category="so",
261355  description="ALCHEMICAL SYMBOL FOR CRUCIBLE",
261356  direction="on",
261357  linebreak="al",
261358  unicodeslot=0x1F765,
261359 },
261360 [0x1F766]={
261361  category="so",
261362  description="ALCHEMICAL SYMBOL FOR CRUCIBLE-2",
261363  direction="on",
261364  linebreak="al",
261365  unicodeslot=0x1F766,
261366 },
261367 [0x1F767]={
261368  category="so",
261369  description="ALCHEMICAL SYMBOL FOR CRUCIBLE-3",
261370  direction="on",
261371  linebreak="al",
261372  unicodeslot=0x1F767,
261373 },
261374 [0x1F768]={
261375  category="so",
261376  description="ALCHEMICAL SYMBOL FOR CRUCIBLE-4",
261377  direction="on",
261378  linebreak="al",
261379  unicodeslot=0x1F768,
261380 },
261381 [0x1F769]={
261382  category="so",
261383  description="ALCHEMICAL SYMBOL FOR CRUCIBLE-5",
261384  direction="on",
261385  linebreak="al",
261386  unicodeslot=0x1F769,
261387 },
261388 [0x1F76A]={
261389  category="so",
261390  description="ALCHEMICAL SYMBOL FOR ALEMBIC",
261391  direction="on",
261392  linebreak="al",
261393  unicodeslot=0x1F76A,
261394 },
261395 [0x1F76B]={
261396  category="so",
261397  description="ALCHEMICAL SYMBOL FOR BATH OF MARY",
261398  direction="on",
261399  linebreak="al",
261400  unicodeslot=0x1F76B,
261401 },
261402 [0x1F76C]={
261403  category="so",
261404  description="ALCHEMICAL SYMBOL FOR BATH OF VAPOURS",
261405  direction="on",
261406  linebreak="al",
261407  unicodeslot=0x1F76C,
261408 },
261409 [0x1F76D]={
261410  category="so",
261411  description="ALCHEMICAL SYMBOL FOR RETORT",
261412  direction="on",
261413  linebreak="al",
261414  unicodeslot=0x1F76D,
261415 },
261416 [0x1F76E]={
261417  category="so",
261418  description="ALCHEMICAL SYMBOL FOR HOUR",
261419  direction="on",
261420  linebreak="al",
261421  unicodeslot=0x1F76E,
261422 },
261423 [0x1F76F]={
261424  category="so",
261425  description="ALCHEMICAL SYMBOL FOR NIGHT",
261426  direction="on",
261427  linebreak="al",
261428  unicodeslot=0x1F76F,
261429 },
261430 [0x1F770]={
261431  category="so",
261432  description="ALCHEMICAL SYMBOL FOR DAY-NIGHT",
261433  direction="on",
261434  linebreak="al",
261435  unicodeslot=0x1F770,
261436 },
261437 [0x1F771]={
261438  category="so",
261439  description="ALCHEMICAL SYMBOL FOR MONTH",
261440  direction="on",
261441  linebreak="al",
261442  unicodeslot=0x1F771,
261443 },
261444 [0x1F772]={
261445  category="so",
261446  description="ALCHEMICAL SYMBOL FOR HALF DRAM",
261447  direction="on",
261448  linebreak="al",
261449  unicodeslot=0x1F772,
261450 },
261451 [0x1F773]={
261452  category="so",
261453  description="ALCHEMICAL SYMBOL FOR HALF OUNCE",
261454  direction="on",
261455  linebreak="al",
261456  unicodeslot=0x1F773,
261457 },
261458 [0x1F774]={
261459  category="so",
261460  description="LOT OF FORTUNE",
261461  direction="on",
261462  linebreak="id",
261463  unicodeslot=0x1F774,
261464 },
261465 [0x1F775]={
261466  category="so",
261467  description="OCCULTATION",
261468  direction="on",
261469  linebreak="id",
261470  unicodeslot=0x1F775,
261471 },
261472 [0x1F776]={
261473  category="so",
261474  description="LUNAR ECLIPSE",
261475  direction="on",
261476  linebreak="id",
261477  unicodeslot=0x1F776,
261478 },
261479 [0x1F77B]={
261480  category="so",
261481  description="HAUMEA",
261482  direction="on",
261483  linebreak="id",
261484  unicodeslot=0x1F77B,
261485 },
261486 [0x1F77C]={
261487  category="so",
261488  description="MAKEMAKE",
261489  direction="on",
261490  linebreak="id",
261491  unicodeslot=0x1F77C,
261492 },
261493 [0x1F77D]={
261494  category="so",
261495  description="GONGGONG",
261496  direction="on",
261497  linebreak="id",
261498  unicodeslot=0x1F77D,
261499 },
261500 [0x1F77E]={
261501  category="so",
261502  description="QUAOAR",
261503  direction="on",
261504  linebreak="id",
261505  unicodeslot=0x1F77E,
261506 },
261507 [0x1F77F]={
261508  category="so",
261509  description="ORCUS",
261510  direction="on",
261511  linebreak="id",
261512  unicodeslot=0x1F77F,
261513 },
261514 [0x1F780]={
261515  category="so",
261516  description="BLACK LEFT-POINTING ISOSCELES RIGHT TRIANGLE",
261517  direction="on",
261518  linebreak="al",
261519  unicodeslot=0x1F780,
261520 },
261521 [0x1F781]={
261522  category="so",
261523  description="BLACK UP-POINTING ISOSCELES RIGHT TRIANGLE",
261524  direction="on",
261525  linebreak="al",
261526  unicodeslot=0x1F781,
261527 },
261528 [0x1F782]={
261529  category="so",
261530  description="BLACK RIGHT-POINTING ISOSCELES RIGHT TRIANGLE",
261531  direction="on",
261532  linebreak="al",
261533  unicodeslot=0x1F782,
261534 },
261535 [0x1F783]={
261536  category="so",
261537  description="BLACK DOWN-POINTING ISOSCELES RIGHT TRIANGLE",
261538  direction="on",
261539  linebreak="al",
261540  unicodeslot=0x1F783,
261541 },
261542 [0x1F784]={
261543  category="so",
261544  description="BLACK SLIGHTLY SMALL CIRCLE",
261545  direction="on",
261546  linebreak="al",
261547  unicodeslot=0x1F784,
261548 },
261549 [0x1F785]={
261550  category="so",
261551  description="MEDIUM BOLD WHITE CIRCLE",
261552  direction="on",
261553  linebreak="al",
261554  unicodeslot=0x1F785,
261555 },
261556 [0x1F786]={
261557  category="so",
261558  description="BOLD WHITE CIRCLE",
261559  direction="on",
261560  linebreak="al",
261561  unicodeslot=0x1F786,
261562 },
261563 [0x1F787]={
261564  category="so",
261565  description="HEAVY WHITE CIRCLE",
261566  direction="on",
261567  linebreak="al",
261568  unicodeslot=0x1F787,
261569 },
261570 [0x1F788]={
261571  category="so",
261572  description="VERY HEAVY WHITE CIRCLE",
261573  direction="on",
261574  linebreak="al",
261575  unicodeslot=0x1F788,
261576 },
261577 [0x1F789]={
261578  category="so",
261579  description="EXTREMELY HEAVY WHITE CIRCLE",
261580  direction="on",
261581  linebreak="al",
261582  unicodeslot=0x1F789,
261583 },
261584 [0x1F78A]={
261585  category="so",
261586  description="WHITE CIRCLE CONTAINING BLACK SMALL CIRCLE",
261587  direction="on",
261588  linebreak="al",
261589  unicodeslot=0x1F78A,
261590 },
261591 [0x1F78B]={
261592  category="so",
261593  description="ROUND TARGET",
261594  direction="on",
261595  linebreak="al",
261596  synonyms={ "bullseye" },
261597  unicodeslot=0x1F78B,
261598 },
261599 [0x1F78C]={
261600  category="so",
261601  description="BLACK TINY SQUARE",
261602  direction="on",
261603  linebreak="al",
261604  unicodeslot=0x1F78C,
261605 },
261606 [0x1F78D]={
261607  category="so",
261608  description="BLACK SLIGHTLY SMALL SQUARE",
261609  direction="on",
261610  linebreak="al",
261611  unicodeslot=0x1F78D,
261612 },
261613 [0x1F78E]={
261614  category="so",
261615  description="LIGHT WHITE SQUARE",
261616  direction="on",
261617  linebreak="al",
261618  unicodeslot=0x1F78E,
261619 },
261620 [0x1F78F]={
261621  category="so",
261622  description="MEDIUM WHITE SQUARE",
261623  direction="on",
261624  linebreak="al",
261625  unicodeslot=0x1F78F,
261626 },
261627 [0x1F790]={
261628  category="so",
261629  description="BOLD WHITE SQUARE",
261630  direction="on",
261631  linebreak="al",
261632  unicodeslot=0x1F790,
261633 },
261634 [0x1F791]={
261635  category="so",
261636  description="HEAVY WHITE SQUARE",
261637  direction="on",
261638  linebreak="al",
261639  unicodeslot=0x1F791,
261640 },
261641 [0x1F792]={
261642  category="so",
261643  description="VERY HEAVY WHITE SQUARE",
261644  direction="on",
261645  linebreak="al",
261646  unicodeslot=0x1F792,
261647 },
261648 [0x1F793]={
261649  category="so",
261650  description="EXTREMELY HEAVY WHITE SQUARE",
261651  direction="on",
261652  linebreak="al",
261653  unicodeslot=0x1F793,
261654 },
261655 [0x1F794]={
261656  category="so",
261657  description="WHITE SQUARE CONTAINING BLACK VERY SMALL SQUARE",
261658  direction="on",
261659  linebreak="al",
261660  unicodeslot=0x1F794,
261661 },
261662 [0x1F795]={
261663  category="so",
261664  description="WHITE SQUARE CONTAINING BLACK MEDIUM SQUARE",
261665  direction="on",
261666  linebreak="al",
261667  unicodeslot=0x1F795,
261668 },
261669 [0x1F796]={
261670  category="so",
261671  description="SQUARE TARGET",
261672  direction="on",
261673  linebreak="al",
261674  unicodeslot=0x1F796,
261675 },
261676 [0x1F797]={
261677  category="so",
261678  description="BLACK TINY DIAMOND",
261679  direction="on",
261680  linebreak="al",
261681  unicodeslot=0x1F797,
261682 },
261683 [0x1F798]={
261684  category="so",
261685  description="BLACK VERY SMALL DIAMOND",
261686  direction="on",
261687  linebreak="al",
261688  unicodeslot=0x1F798,
261689 },
261690 [0x1F799]={
261691  category="so",
261692  description="BLACK MEDIUM SMALL DIAMOND",
261693  direction="on",
261694  linebreak="al",
261695  unicodeslot=0x1F799,
261696 },
261697 [0x1F79A]={
261698  category="so",
261699  description="WHITE DIAMOND CONTAINING BLACK VERY SMALL DIAMOND",
261700  direction="on",
261701  linebreak="al",
261702  unicodeslot=0x1F79A,
261703 },
261704 [0x1F79B]={
261705  category="so",
261706  description="WHITE DIAMOND CONTAINING BLACK MEDIUM DIAMOND",
261707  direction="on",
261708  linebreak="al",
261709  unicodeslot=0x1F79B,
261710 },
261711 [0x1F79C]={
261712  category="so",
261713  description="DIAMOND TARGET",
261714  direction="on",
261715  linebreak="al",
261716  unicodeslot=0x1F79C,
261717 },
261718 [0x1F79D]={
261719  category="so",
261720  description="BLACK TINY LOZENGE",
261721  direction="on",
261722  linebreak="al",
261723  unicodeslot=0x1F79D,
261724 },
261725 [0x1F79E]={
261726  category="so",
261727  description="BLACK VERY SMALL LOZENGE",
261728  direction="on",
261729  linebreak="al",
261730  unicodeslot=0x1F79E,
261731 },
261732 [0x1F79F]={
261733  category="so",
261734  description="BLACK MEDIUM SMALL LOZENGE",
261735  direction="on",
261736  linebreak="al",
261737  unicodeslot=0x1F79F,
261738 },
261739 [0x1F7A0]={
261740  category="so",
261741  description="WHITE LOZENGE CONTAINING BLACK SMALL LOZENGE",
261742  direction="on",
261743  linebreak="al",
261744  unicodeslot=0x1F7A0,
261745 },
261746 [0x1F7A1]={
261747  category="so",
261748  description="THIN GREEK CROSS",
261749  direction="on",
261750  linebreak="al",
261751  unicodeslot=0x1F7A1,
261752 },
261753 [0x1F7A2]={
261754  category="so",
261755  description="LIGHT GREEK CROSS",
261756  direction="on",
261757  linebreak="al",
261758  unicodeslot=0x1F7A2,
261759 },
261760 [0x1F7A3]={
261761  category="so",
261762  description="MEDIUM GREEK CROSS",
261763  direction="on",
261764  linebreak="al",
261765  unicodeslot=0x1F7A3,
261766 },
261767 [0x1F7A4]={
261768  category="so",
261769  description="BOLD GREEK CROSS",
261770  direction="on",
261771  linebreak="al",
261772  unicodeslot=0x1F7A4,
261773 },
261774 [0x1F7A5]={
261775  category="so",
261776  description="VERY BOLD GREEK CROSS",
261777  direction="on",
261778  linebreak="al",
261779  unicodeslot=0x1F7A5,
261780 },
261781 [0x1F7A6]={
261782  category="so",
261783  description="VERY HEAVY GREEK CROSS",
261784  direction="on",
261785  linebreak="al",
261786  unicodeslot=0x1F7A6,
261787 },
261788 [0x1F7A7]={
261789  category="so",
261790  description="EXTREMELY HEAVY GREEK CROSS",
261791  direction="on",
261792  linebreak="al",
261793  unicodeslot=0x1F7A7,
261794 },
261795 [0x1F7A8]={
261796  category="so",
261797  description="THIN SALTIRE",
261798  direction="on",
261799  linebreak="al",
261800  unicodeslot=0x1F7A8,
261801 },
261802 [0x1F7A9]={
261803  category="so",
261804  description="LIGHT SALTIRE",
261805  direction="on",
261806  linebreak="al",
261807  unicodeslot=0x1F7A9,
261808 },
261809 [0x1F7AA]={
261810  category="so",
261811  description="MEDIUM SALTIRE",
261812  direction="on",
261813  linebreak="al",
261814  unicodeslot=0x1F7AA,
261815 },
261816 [0x1F7AB]={
261817  category="so",
261818  description="BOLD SALTIRE",
261819  direction="on",
261820  linebreak="al",
261821  unicodeslot=0x1F7AB,
261822 },
261823 [0x1F7AC]={
261824  category="so",
261825  description="HEAVY SALTIRE",
261826  direction="on",
261827  linebreak="al",
261828  unicodeslot=0x1F7AC,
261829 },
261830 [0x1F7AD]={
261831  category="so",
261832  description="VERY HEAVY SALTIRE",
261833  direction="on",
261834  linebreak="al",
261835  unicodeslot=0x1F7AD,
261836 },
261837 [0x1F7AE]={
261838  category="so",
261839  description="EXTREMELY HEAVY SALTIRE",
261840  direction="on",
261841  linebreak="al",
261842  unicodeslot=0x1F7AE,
261843 },
261844 [0x1F7AF]={
261845  category="so",
261846  description="LIGHT FIVE SPOKED ASTERISK",
261847  direction="on",
261848  linebreak="al",
261849  unicodeslot=0x1F7AF,
261850 },
261851 [0x1F7B0]={
261852  category="so",
261853  description="MEDIUM FIVE SPOKED ASTERISK",
261854  direction="on",
261855  linebreak="al",
261856  unicodeslot=0x1F7B0,
261857 },
261858 [0x1F7B1]={
261859  category="so",
261860  description="BOLD FIVE SPOKED ASTERISK",
261861  direction="on",
261862  linebreak="al",
261863  unicodeslot=0x1F7B1,
261864 },
261865 [0x1F7B2]={
261866  category="so",
261867  description="HEAVY FIVE SPOKED ASTERISK",
261868  direction="on",
261869  linebreak="al",
261870  unicodeslot=0x1F7B2,
261871 },
261872 [0x1F7B3]={
261873  category="so",
261874  description="VERY HEAVY FIVE SPOKED ASTERISK",
261875  direction="on",
261876  linebreak="al",
261877  unicodeslot=0x1F7B3,
261878 },
261879 [0x1F7B4]={
261880  category="so",
261881  description="EXTREMELY HEAVY FIVE SPOKED ASTERISK",
261882  direction="on",
261883  linebreak="al",
261884  unicodeslot=0x1F7B4,
261885 },
261886 [0x1F7B5]={
261887  category="so",
261888  description="LIGHT SIX SPOKED ASTERISK",
261889  direction="on",
261890  linebreak="al",
261891  unicodeslot=0x1F7B5,
261892 },
261893 [0x1F7B6]={
261894  category="so",
261895  description="MEDIUM SIX SPOKED ASTERISK",
261896  direction="on",
261897  linebreak="al",
261898  unicodeslot=0x1F7B6,
261899 },
261900 [0x1F7B7]={
261901  category="so",
261902  description="BOLD SIX SPOKED ASTERISK",
261903  direction="on",
261904  linebreak="al",
261905  unicodeslot=0x1F7B7,
261906 },
261907 [0x1F7B8]={
261908  category="so",
261909  description="HEAVY SIX SPOKED ASTERISK",
261910  direction="on",
261911  linebreak="al",
261912  unicodeslot=0x1F7B8,
261913 },
261914 [0x1F7B9]={
261915  category="so",
261916  description="VERY HEAVY SIX SPOKED ASTERISK",
261917  direction="on",
261918  linebreak="al",
261919  unicodeslot=0x1F7B9,
261920 },
261921 [0x1F7BA]={
261922  category="so",
261923  description="EXTREMELY HEAVY SIX SPOKED ASTERISK",
261924  direction="on",
261925  linebreak="al",
261926  unicodeslot=0x1F7BA,
261927 },
261928 [0x1F7BB]={
261929  category="so",
261930  description="LIGHT EIGHT SPOKED ASTERISK",
261931  direction="on",
261932  linebreak="al",
261933  unicodeslot=0x1F7BB,
261934 },
261935 [0x1F7BC]={
261936  category="so",
261937  description="MEDIUM EIGHT SPOKED ASTERISK",
261938  direction="on",
261939  linebreak="al",
261940  unicodeslot=0x1F7BC,
261941 },
261942 [0x1F7BD]={
261943  category="so",
261944  description="BOLD EIGHT SPOKED ASTERISK",
261945  direction="on",
261946  linebreak="al",
261947  unicodeslot=0x1F7BD,
261948 },
261949 [0x1F7BE]={
261950  category="so",
261951  description="HEAVY EIGHT SPOKED ASTERISK",
261952  direction="on",
261953  linebreak="al",
261954  unicodeslot=0x1F7BE,
261955 },
261956 [0x1F7BF]={
261957  category="so",
261958  description="VERY HEAVY EIGHT SPOKED ASTERISK",
261959  direction="on",
261960  linebreak="al",
261961  unicodeslot=0x1F7BF,
261962 },
261963 [0x1F7C0]={
261964  category="so",
261965  description="LIGHT THREE POINTED BLACK STAR",
261966  direction="on",
261967  linebreak="al",
261968  unicodeslot=0x1F7C0,
261969 },
261970 [0x1F7C1]={
261971  category="so",
261972  description="MEDIUM THREE POINTED BLACK STAR",
261973  direction="on",
261974  linebreak="al",
261975  unicodeslot=0x1F7C1,
261976 },
261977 [0x1F7C2]={
261978  category="so",
261979  description="THREE POINTED BLACK STAR",
261980  direction="on",
261981  linebreak="al",
261982  unicodeslot=0x1F7C2,
261983 },
261984 [0x1F7C3]={
261985  category="so",
261986  description="MEDIUM THREE POINTED PINWHEEL STAR",
261987  direction="on",
261988  linebreak="al",
261989  unicodeslot=0x1F7C3,
261990 },
261991 [0x1F7C4]={
261992  category="so",
261993  description="LIGHT FOUR POINTED BLACK STAR",
261994  direction="on",
261995  linebreak="al",
261996  unicodeslot=0x1F7C4,
261997 },
261998 [0x1F7C5]={
261999  category="so",
262000  description="MEDIUM FOUR POINTED BLACK STAR",
262001  direction="on",
262002  linebreak="al",
262003  unicodeslot=0x1F7C5,
262004 },
262005 [0x1F7C6]={
262006  category="so",
262007  description="FOUR POINTED BLACK STAR",
262008  direction="on",
262009  linebreak="al",
262010  unicodeslot=0x1F7C6,
262011 },
262012 [0x1F7C7]={
262013  category="so",
262014  description="MEDIUM FOUR POINTED PINWHEEL STAR",
262015  direction="on",
262016  linebreak="al",
262017  unicodeslot=0x1F7C7,
262018 },
262019 [0x1F7C8]={
262020  category="so",
262021  description="REVERSE LIGHT FOUR POINTED PINWHEEL STAR",
262022  direction="on",
262023  linebreak="al",
262024  unicodeslot=0x1F7C8,
262025 },
262026 [0x1F7C9]={
262027  category="so",
262028  description="LIGHT FIVE POINTED BLACK STAR",
262029  direction="on",
262030  linebreak="al",
262031  unicodeslot=0x1F7C9,
262032 },
262033 [0x1F7CA]={
262034  category="so",
262035  description="HEAVY FIVE POINTED BLACK STAR",
262036  direction="on",
262037  linebreak="al",
262038  unicodeslot=0x1F7CA,
262039 },
262040 [0x1F7CB]={
262041  category="so",
262042  description="MEDIUM SIX POINTED BLACK STAR",
262043  direction="on",
262044  linebreak="al",
262045  unicodeslot=0x1F7CB,
262046 },
262047 [0x1F7CC]={
262048  category="so",
262049  description="HEAVY SIX POINTED BLACK STAR",
262050  direction="on",
262051  linebreak="al",
262052  unicodeslot=0x1F7CC,
262053 },
262054 [0x1F7CD]={
262055  category="so",
262056  description="SIX POINTED PINWHEEL STAR",
262057  direction="on",
262058  linebreak="al",
262059  unicodeslot=0x1F7CD,
262060 },
262061 [0x1F7CE]={
262062  category="so",
262063  description="MEDIUM EIGHT POINTED BLACK STAR",
262064  direction="on",
262065  linebreak="al",
262066  unicodeslot=0x1F7CE,
262067 },
262068 [0x1F7CF]={
262069  category="so",
262070  description="HEAVY EIGHT POINTED BLACK STAR",
262071  direction="on",
262072  linebreak="al",
262073  unicodeslot=0x1F7CF,
262074 },
262075 [0x1F7D0]={
262076  category="so",
262077  description="VERY HEAVY EIGHT POINTED BLACK STAR",
262078  direction="on",
262079  linebreak="al",
262080  unicodeslot=0x1F7D0,
262081 },
262082 [0x1F7D1]={
262083  category="so",
262084  description="HEAVY EIGHT POINTED PINWHEEL STAR",
262085  direction="on",
262086  linebreak="al",
262087  unicodeslot=0x1F7D1,
262088 },
262089 [0x1F7D2]={
262090  category="so",
262091  description="LIGHT TWELVE POINTED BLACK STAR",
262092  direction="on",
262093  linebreak="al",
262094  unicodeslot=0x1F7D2,
262095 },
262096 [0x1F7D3]={
262097  category="so",
262098  description="HEAVY TWELVE POINTED BLACK STAR",
262099  direction="on",
262100  linebreak="al",
262101  unicodeslot=0x1F7D3,
262102 },
262103 [0x1F7D4]={
262104  category="so",
262105  description="HEAVY TWELVE POINTED PINWHEEL STAR",
262106  direction="on",
262107  linebreak="al",
262108  unicodeslot=0x1F7D4,
262109 },
262110 [0x1F7D5]={
262111  category="so",
262112  description="CIRCLED TRIANGLE",
262113  direction="on",
262114  linebreak="id",
262115  unicodeslot=0x1F7D5,
262116 },
262117 [0x1F7D6]={
262118  category="so",
262119  description="NEGATIVE CIRCLED TRIANGLE",
262120  direction="on",
262121  linebreak="id",
262122  unicodeslot=0x1F7D6,
262123 },
262124 [0x1F7D7]={
262125  category="so",
262126  description="CIRCLED SQUARE",
262127  direction="on",
262128  linebreak="id",
262129  unicodeslot=0x1F7D7,
262130 },
262131 [0x1F7D8]={
262132  category="so",
262133  description="NEGATIVE CIRCLED SQUARE",
262134  direction="on",
262135  linebreak="id",
262136  unicodeslot=0x1F7D8,
262137 },
262138 [0x1F7D9]={
262139  category="so",
262140  description="NINE POINTED WHITE STAR",
262141  direction="on",
262142  linebreak="id",
262143  unicodeslot=0x1F7D9,
262144 },
262145 [0x1F7E0]={
262146  category="so",
262147  cjkwd="w",
262148  description="LARGE ORANGE CIRCLE",
262149  direction="on",
262150  linebreak="id",
262151  unicodeslot=0x1F7E0,
262152 },
262153 [0x1F7E1]={
262154  category="so",
262155  cjkwd="w",
262156  description="LARGE YELLOW CIRCLE",
262157  direction="on",
262158  linebreak="id",
262159  unicodeslot=0x1F7E1,
262160 },
262161 [0x1F7E2]={
262162  category="so",
262163  cjkwd="w",
262164  description="LARGE GREEN CIRCLE",
262165  direction="on",
262166  linebreak="id",
262167  unicodeslot=0x1F7E2,
262168 },
262169 [0x1F7E3]={
262170  category="so",
262171  cjkwd="w",
262172  description="LARGE PURPLE CIRCLE",
262173  direction="on",
262174  linebreak="id",
262175  unicodeslot=0x1F7E3,
262176 },
262177 [0x1F7E4]={
262178  category="so",
262179  cjkwd="w",
262180  description="LARGE BROWN CIRCLE",
262181  direction="on",
262182  linebreak="id",
262183  unicodeslot=0x1F7E4,
262184 },
262185 [0x1F7E5]={
262186  category="so",
262187  cjkwd="w",
262188  description="LARGE RED SQUARE",
262189  direction="on",
262190  linebreak="id",
262191  unicodeslot=0x1F7E5,
262192 },
262193 [0x1F7E6]={
262194  category="so",
262195  cjkwd="w",
262196  description="LARGE BLUE SQUARE",
262197  direction="on",
262198  linebreak="id",
262199  unicodeslot=0x1F7E6,
262200 },
262201 [0x1F7E7]={
262202  category="so",
262203  cjkwd="w",
262204  description="LARGE ORANGE SQUARE",
262205  direction="on",
262206  linebreak="id",
262207  unicodeslot=0x1F7E7,
262208 },
262209 [0x1F7E8]={
262210  category="so",
262211  cjkwd="w",
262212  description="LARGE YELLOW SQUARE",
262213  direction="on",
262214  linebreak="id",
262215  unicodeslot=0x1F7E8,
262216 },
262217 [0x1F7E9]={
262218  category="so",
262219  cjkwd="w",
262220  description="LARGE GREEN SQUARE",
262221  direction="on",
262222  linebreak="id",
262223  unicodeslot=0x1F7E9,
262224 },
262225 [0x1F7EA]={
262226  category="so",
262227  cjkwd="w",
262228  description="LARGE PURPLE SQUARE",
262229  direction="on",
262230  linebreak="id",
262231  unicodeslot=0x1F7EA,
262232 },
262233 [0x1F7EB]={
262234  category="so",
262235  cjkwd="w",
262236  description="LARGE BROWN SQUARE",
262237  direction="on",
262238  linebreak="id",
262239  unicodeslot=0x1F7EB,
262240 },
262241 [0x1F7F0]={
262242  category="so",
262243  cjkwd="w",
262244  description="HEAVY EQUALS SIGN",
262245  direction="on",
262246  linebreak="id",
262247  unicodeslot=0x1F7F0,
262248 },
262249 [0x1F800]={
262250  category="so",
262251  description="LEFTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
262252  direction="on",
262253  linebreak="al",
262254  unicodeslot=0x1F800,
262255 },
262256 [0x1F801]={
262257  category="so",
262258  description="UPWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
262259  direction="on",
262260  linebreak="al",
262261  unicodeslot=0x1F801,
262262 },
262263 [0x1F802]={
262264  category="so",
262265  description="RIGHTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
262266  direction="on",
262267  linebreak="al",
262268  unicodeslot=0x1F802,
262269 },
262270 [0x1F803]={
262271  category="so",
262272  description="DOWNWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
262273  direction="on",
262274  linebreak="al",
262275  unicodeslot=0x1F803,
262276 },
262277 [0x1F804]={
262278  category="so",
262279  description="LEFTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
262280  direction="on",
262281  linebreak="al",
262282  unicodeslot=0x1F804,
262283 },
262284 [0x1F805]={
262285  category="so",
262286  description="UPWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
262287  direction="on",
262288  linebreak="al",
262289  unicodeslot=0x1F805,
262290 },
262291 [0x1F806]={
262292  category="so",
262293  description="RIGHTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
262294  direction="on",
262295  linebreak="al",
262296  unicodeslot=0x1F806,
262297 },
262298 [0x1F807]={
262299  category="so",
262300  description="DOWNWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
262301  direction="on",
262302  linebreak="al",
262303  unicodeslot=0x1F807,
262304 },
262305 [0x1F808]={
262306  category="so",
262307  description="LEFTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
262308  direction="on",
262309  linebreak="al",
262310  unicodeslot=0x1F808,
262311 },
262312 [0x1F809]={
262313  category="so",
262314  description="UPWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
262315  direction="on",
262316  linebreak="al",
262317  unicodeslot=0x1F809,
262318 },
262319 [0x1F80A]={
262320  category="so",
262321  description="RIGHTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
262322  direction="on",
262323  linebreak="al",
262324  unicodeslot=0x1F80A,
262325 },
262326 [0x1F80B]={
262327  category="so",
262328  description="DOWNWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
262329  direction="on",
262330  linebreak="al",
262331  unicodeslot=0x1F80B,
262332 },
262333 [0x1F810]={
262334  category="so",
262335  description="LEFTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
262336  direction="on",
262337  linebreak="al",
262338  unicodeslot=0x1F810,
262339 },
262340 [0x1F811]={
262341  category="so",
262342  description="UPWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
262343  direction="on",
262344  linebreak="al",
262345  unicodeslot=0x1F811,
262346 },
262347 [0x1F812]={
262348  category="so",
262349  description="RIGHTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
262350  direction="on",
262351  linebreak="al",
262352  unicodeslot=0x1F812,
262353 },
262354 [0x1F813]={
262355  category="so",
262356  description="DOWNWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
262357  direction="on",
262358  linebreak="al",
262359  unicodeslot=0x1F813,
262360 },
262361 [0x1F814]={
262362  category="so",
262363  description="LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262364  direction="on",
262365  linebreak="al",
262366  unicodeslot=0x1F814,
262367 },
262368 [0x1F815]={
262369  category="so",
262370  description="UPWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262371  direction="on",
262372  linebreak="al",
262373  unicodeslot=0x1F815,
262374 },
262375 [0x1F816]={
262376  category="so",
262377  description="RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262378  direction="on",
262379  linebreak="al",
262380  unicodeslot=0x1F816,
262381 },
262382 [0x1F817]={
262383  category="so",
262384  description="DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262385  direction="on",
262386  linebreak="al",
262387  unicodeslot=0x1F817,
262388 },
262389 [0x1F818]={
262390  category="so",
262391  description="HEAVY LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262392  direction="on",
262393  linebreak="al",
262394  unicodeslot=0x1F818,
262395 },
262396 [0x1F819]={
262397  category="so",
262398  description="HEAVY UPWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262399  direction="on",
262400  linebreak="al",
262401  unicodeslot=0x1F819,
262402 },
262403 [0x1F81A]={
262404  category="so",
262405  description="HEAVY RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262406  direction="on",
262407  linebreak="al",
262408  unicodeslot=0x1F81A,
262409 },
262410 [0x1F81B]={
262411  category="so",
262412  description="HEAVY DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262413  direction="on",
262414  linebreak="al",
262415  unicodeslot=0x1F81B,
262416 },
262417 [0x1F81C]={
262418  category="so",
262419  description="HEAVY LEFTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
262420  direction="on",
262421  linebreak="al",
262422  unicodeslot=0x1F81C,
262423 },
262424 [0x1F81D]={
262425  category="so",
262426  description="HEAVY UPWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
262427  direction="on",
262428  linebreak="al",
262429  unicodeslot=0x1F81D,
262430 },
262431 [0x1F81E]={
262432  category="so",
262433  description="HEAVY RIGHTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
262434  direction="on",
262435  linebreak="al",
262436  unicodeslot=0x1F81E,
262437 },
262438 [0x1F81F]={
262439  category="so",
262440  description="HEAVY DOWNWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
262441  direction="on",
262442  linebreak="al",
262443  unicodeslot=0x1F81F,
262444 },
262445 [0x1F820]={
262446  category="so",
262447  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
262448  direction="on",
262449  linebreak="al",
262450  unicodeslot=0x1F820,
262451 },
262452 [0x1F821]={
262453  category="so",
262454  description="UPWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
262455  direction="on",
262456  linebreak="al",
262457  unicodeslot=0x1F821,
262458 },
262459 [0x1F822]={
262460  category="so",
262461  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
262462  direction="on",
262463  linebreak="al",
262464  unicodeslot=0x1F822,
262465 },
262466 [0x1F823]={
262467  category="so",
262468  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
262469  direction="on",
262470  linebreak="al",
262471  unicodeslot=0x1F823,
262472 },
262473 [0x1F824]={
262474  category="so",
262475  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
262476  direction="on",
262477  linebreak="al",
262478  unicodeslot=0x1F824,
262479 },
262480 [0x1F825]={
262481  category="so",
262482  description="UPWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
262483  direction="on",
262484  linebreak="al",
262485  unicodeslot=0x1F825,
262486 },
262487 [0x1F826]={
262488  category="so",
262489  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
262490  direction="on",
262491  linebreak="al",
262492  unicodeslot=0x1F826,
262493 },
262494 [0x1F827]={
262495  category="so",
262496  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
262497  direction="on",
262498  linebreak="al",
262499  unicodeslot=0x1F827,
262500 },
262501 [0x1F828]={
262502  category="so",
262503  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
262504  direction="on",
262505  linebreak="al",
262506  unicodeslot=0x1F828,
262507 },
262508 [0x1F829]={
262509  category="so",
262510  description="UPWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
262511  direction="on",
262512  linebreak="al",
262513  unicodeslot=0x1F829,
262514 },
262515 [0x1F82A]={
262516  category="so",
262517  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
262518  direction="on",
262519  linebreak="al",
262520  unicodeslot=0x1F82A,
262521 },
262522 [0x1F82B]={
262523  category="so",
262524  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
262525  direction="on",
262526  linebreak="al",
262527  unicodeslot=0x1F82B,
262528 },
262529 [0x1F82C]={
262530  category="so",
262531  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
262532  direction="on",
262533  linebreak="al",
262534  unicodeslot=0x1F82C,
262535 },
262536 [0x1F82D]={
262537  category="so",
262538  description="UPWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
262539  direction="on",
262540  linebreak="al",
262541  unicodeslot=0x1F82D,
262542 },
262543 [0x1F82E]={
262544  category="so",
262545  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
262546  direction="on",
262547  linebreak="al",
262548  unicodeslot=0x1F82E,
262549 },
262550 [0x1F82F]={
262551  category="so",
262552  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
262553  direction="on",
262554  linebreak="al",
262555  unicodeslot=0x1F82F,
262556 },
262557 [0x1F830]={
262558  category="so",
262559  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
262560  direction="on",
262561  linebreak="al",
262562  unicodeslot=0x1F830,
262563 },
262564 [0x1F831]={
262565  category="so",
262566  description="UPWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
262567  direction="on",
262568  linebreak="al",
262569  unicodeslot=0x1F831,
262570 },
262571 [0x1F832]={
262572  category="so",
262573  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
262574  direction="on",
262575  linebreak="al",
262576  unicodeslot=0x1F832,
262577 },
262578 [0x1F833]={
262579  category="so",
262580  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
262581  direction="on",
262582  linebreak="al",
262583  unicodeslot=0x1F833,
262584 },
262585 [0x1F834]={
262586  category="so",
262587  description="LEFTWARDS FINGER-POST ARROW",
262588  direction="on",
262589  linebreak="al",
262590  unicodeslot=0x1F834,
262591 },
262592 [0x1F835]={
262593  category="so",
262594  description="UPWARDS FINGER-POST ARROW",
262595  direction="on",
262596  linebreak="al",
262597  unicodeslot=0x1F835,
262598 },
262599 [0x1F836]={
262600  category="so",
262601  description="RIGHTWARDS FINGER-POST ARROW",
262602  direction="on",
262603  linebreak="al",
262604  unicodeslot=0x1F836,
262605 },
262606 [0x1F837]={
262607  category="so",
262608  description="DOWNWARDS FINGER-POST ARROW",
262609  direction="on",
262610  linebreak="al",
262611  unicodeslot=0x1F837,
262612 },
262613 [0x1F838]={
262614  category="so",
262615  description="LEFTWARDS SQUARED ARROW",
262616  direction="on",
262617  linebreak="al",
262618  unicodeslot=0x1F838,
262619 },
262620 [0x1F839]={
262621  category="so",
262622  description="UPWARDS SQUARED ARROW",
262623  direction="on",
262624  linebreak="al",
262625  unicodeslot=0x1F839,
262626 },
262627 [0x1F83A]={
262628  category="so",
262629  description="RIGHTWARDS SQUARED ARROW",
262630  direction="on",
262631  linebreak="al",
262632  unicodeslot=0x1F83A,
262633 },
262634 [0x1F83B]={
262635  category="so",
262636  description="DOWNWARDS SQUARED ARROW",
262637  direction="on",
262638  linebreak="al",
262639  unicodeslot=0x1F83B,
262640 },
262641 [0x1F83C]={
262642  category="so",
262643  description="LEFTWARDS COMPRESSED ARROW",
262644  direction="on",
262645  linebreak="al",
262646  unicodeslot=0x1F83C,
262647 },
262648 [0x1F83D]={
262649  category="so",
262650  description="UPWARDS COMPRESSED ARROW",
262651  direction="on",
262652  linebreak="al",
262653  unicodeslot=0x1F83D,
262654 },
262655 [0x1F83E]={
262656  category="so",
262657  description="RIGHTWARDS COMPRESSED ARROW",
262658  direction="on",
262659  linebreak="al",
262660  unicodeslot=0x1F83E,
262661 },
262662 [0x1F83F]={
262663  category="so",
262664  description="DOWNWARDS COMPRESSED ARROW",
262665  direction="on",
262666  linebreak="al",
262667  unicodeslot=0x1F83F,
262668 },
262669 [0x1F840]={
262670  category="so",
262671  description="LEFTWARDS HEAVY COMPRESSED ARROW",
262672  direction="on",
262673  linebreak="al",
262674  unicodeslot=0x1F840,
262675 },
262676 [0x1F841]={
262677  category="so",
262678  description="UPWARDS HEAVY COMPRESSED ARROW",
262679  direction="on",
262680  linebreak="al",
262681  unicodeslot=0x1F841,
262682 },
262683 [0x1F842]={
262684  category="so",
262685  description="RIGHTWARDS HEAVY COMPRESSED ARROW",
262686  direction="on",
262687  linebreak="al",
262688  unicodeslot=0x1F842,
262689 },
262690 [0x1F843]={
262691  category="so",
262692  description="DOWNWARDS HEAVY COMPRESSED ARROW",
262693  direction="on",
262694  linebreak="al",
262695  unicodeslot=0x1F843,
262696 },
262697 [0x1F844]={
262698  category="so",
262699  description="LEFTWARDS HEAVY ARROW",
262700  direction="on",
262701  linebreak="al",
262702  unicodeslot=0x1F844,
262703 },
262704 [0x1F845]={
262705  category="so",
262706  description="UPWARDS HEAVY ARROW",
262707  direction="on",
262708  linebreak="al",
262709  unicodeslot=0x1F845,
262710 },
262711 [0x1F846]={
262712  category="so",
262713  description="RIGHTWARDS HEAVY ARROW",
262714  direction="on",
262715  linebreak="al",
262716  unicodeslot=0x1F846,
262717 },
262718 [0x1F847]={
262719  category="so",
262720  description="DOWNWARDS HEAVY ARROW",
262721  direction="on",
262722  linebreak="al",
262723  unicodeslot=0x1F847,
262724 },
262725 [0x1F850]={
262726  category="so",
262727  description="LEFTWARDS SANS-SERIF ARROW",
262728  direction="on",
262729  linebreak="al",
262730  unicodeslot=0x1F850,
262731 },
262732 [0x1F851]={
262733  category="so",
262734  description="UPWARDS SANS-SERIF ARROW",
262735  direction="on",
262736  linebreak="al",
262737  unicodeslot=0x1F851,
262738 },
262739 [0x1F852]={
262740  category="so",
262741  description="RIGHTWARDS SANS-SERIF ARROW",
262742  direction="on",
262743  linebreak="al",
262744  unicodeslot=0x1F852,
262745 },
262746 [0x1F853]={
262747  category="so",
262748  description="DOWNWARDS SANS-SERIF ARROW",
262749  direction="on",
262750  linebreak="al",
262751  unicodeslot=0x1F853,
262752 },
262753 [0x1F854]={
262754  category="so",
262755  description="NORTH WEST SANS-SERIF ARROW",
262756  direction="on",
262757  linebreak="al",
262758  unicodeslot=0x1F854,
262759 },
262760 [0x1F855]={
262761  category="so",
262762  description="NORTH EAST SANS-SERIF ARROW",
262763  direction="on",
262764  linebreak="al",
262765  unicodeslot=0x1F855,
262766 },
262767 [0x1F856]={
262768  category="so",
262769  description="SOUTH EAST SANS-SERIF ARROW",
262770  direction="on",
262771  linebreak="al",
262772  unicodeslot=0x1F856,
262773 },
262774 [0x1F857]={
262775  category="so",
262776  description="SOUTH WEST SANS-SERIF ARROW",
262777  direction="on",
262778  linebreak="al",
262779  unicodeslot=0x1F857,
262780 },
262781 [0x1F858]={
262782  category="so",
262783  description="LEFT RIGHT SANS-SERIF ARROW",
262784  direction="on",
262785  linebreak="al",
262786  unicodeslot=0x1F858,
262787 },
262788 [0x1F859]={
262789  category="so",
262790  description="UP DOWN SANS-SERIF ARROW",
262791  direction="on",
262792  linebreak="al",
262793  unicodeslot=0x1F859,
262794 },
262795 [0x1F860]={
262796  category="so",
262797  description="WIDE-HEADED LEFTWARDS LIGHT BARB ARROW",
262798  direction="on",
262799  linebreak="al",
262800  unicodeslot=0x1F860,
262801 },
262802 [0x1F861]={
262803  category="so",
262804  description="WIDE-HEADED UPWARDS LIGHT BARB ARROW",
262805  direction="on",
262806  linebreak="al",
262807  unicodeslot=0x1F861,
262808 },
262809 [0x1F862]={
262810  category="so",
262811  description="WIDE-HEADED RIGHTWARDS LIGHT BARB ARROW",
262812  direction="on",
262813  linebreak="al",
262814  unicodeslot=0x1F862,
262815 },
262816 [0x1F863]={
262817  category="so",
262818  description="WIDE-HEADED DOWNWARDS LIGHT BARB ARROW",
262819  direction="on",
262820  linebreak="al",
262821  unicodeslot=0x1F863,
262822 },
262823 [0x1F864]={
262824  category="so",
262825  description="WIDE-HEADED NORTH WEST LIGHT BARB ARROW",
262826  direction="on",
262827  linebreak="al",
262828  unicodeslot=0x1F864,
262829 },
262830 [0x1F865]={
262831  category="so",
262832  description="WIDE-HEADED NORTH EAST LIGHT BARB ARROW",
262833  direction="on",
262834  linebreak="al",
262835  unicodeslot=0x1F865,
262836 },
262837 [0x1F866]={
262838  category="so",
262839  description="WIDE-HEADED SOUTH EAST LIGHT BARB ARROW",
262840  direction="on",
262841  linebreak="al",
262842  unicodeslot=0x1F866,
262843 },
262844 [0x1F867]={
262845  category="so",
262846  description="WIDE-HEADED SOUTH WEST LIGHT BARB ARROW",
262847  direction="on",
262848  linebreak="al",
262849  unicodeslot=0x1F867,
262850 },
262851 [0x1F868]={
262852  category="so",
262853  description="WIDE-HEADED LEFTWARDS BARB ARROW",
262854  direction="on",
262855  linebreak="al",
262856  unicodeslot=0x1F868,
262857 },
262858 [0x1F869]={
262859  category="so",
262860  description="WIDE-HEADED UPWARDS BARB ARROW",
262861  direction="on",
262862  linebreak="al",
262863  unicodeslot=0x1F869,
262864 },
262865 [0x1F86A]={
262866  category="so",
262867  description="WIDE-HEADED RIGHTWARDS BARB ARROW",
262868  direction="on",
262869  linebreak="al",
262870  unicodeslot=0x1F86A,
262871 },
262872 [0x1F86B]={
262873  category="so",
262874  description="WIDE-HEADED DOWNWARDS BARB ARROW",
262875  direction="on",
262876  linebreak="al",
262877  unicodeslot=0x1F86B,
262878 },
262879 [0x1F86C]={
262880  category="so",
262881  description="WIDE-HEADED NORTH WEST BARB ARROW",
262882  direction="on",
262883  linebreak="al",
262884  unicodeslot=0x1F86C,
262885 },
262886 [0x1F86D]={
262887  category="so",
262888  description="WIDE-HEADED NORTH EAST BARB ARROW",
262889  direction="on",
262890  linebreak="al",
262891  unicodeslot=0x1F86D,
262892 },
262893 [0x1F86E]={
262894  category="so",
262895  description="WIDE-HEADED SOUTH EAST BARB ARROW",
262896  direction="on",
262897  linebreak="al",
262898  unicodeslot=0x1F86E,
262899 },
262900 [0x1F86F]={
262901  category="so",
262902  description="WIDE-HEADED SOUTH WEST BARB ARROW",
262903  direction="on",
262904  linebreak="al",
262905  unicodeslot=0x1F86F,
262906 },
262907 [0x1F870]={
262908  category="so",
262909  description="WIDE-HEADED LEFTWARDS MEDIUM BARB ARROW",
262910  direction="on",
262911  linebreak="al",
262912  unicodeslot=0x1F870,
262913 },
262914 [0x1F871]={
262915  category="so",
262916  description="WIDE-HEADED UPWARDS MEDIUM BARB ARROW",
262917  direction="on",
262918  linebreak="al",
262919  unicodeslot=0x1F871,
262920 },
262921 [0x1F872]={
262922  category="so",
262923  description="WIDE-HEADED RIGHTWARDS MEDIUM BARB ARROW",
262924  direction="on",
262925  linebreak="al",
262926  unicodeslot=0x1F872,
262927 },
262928 [0x1F873]={
262929  category="so",
262930  description="WIDE-HEADED DOWNWARDS MEDIUM BARB ARROW",
262931  direction="on",
262932  linebreak="al",
262933  unicodeslot=0x1F873,
262934 },
262935 [0x1F874]={
262936  category="so",
262937  description="WIDE-HEADED NORTH WEST MEDIUM BARB ARROW",
262938  direction="on",
262939  linebreak="al",
262940  unicodeslot=0x1F874,
262941 },
262942 [0x1F875]={
262943  category="so",
262944  description="WIDE-HEADED NORTH EAST MEDIUM BARB ARROW",
262945  direction="on",
262946  linebreak="al",
262947  unicodeslot=0x1F875,
262948 },
262949 [0x1F876]={
262950  category="so",
262951  description="WIDE-HEADED SOUTH EAST MEDIUM BARB ARROW",
262952  direction="on",
262953  linebreak="al",
262954  unicodeslot=0x1F876,
262955 },
262956 [0x1F877]={
262957  category="so",
262958  description="WIDE-HEADED SOUTH WEST MEDIUM BARB ARROW",
262959  direction="on",
262960  linebreak="al",
262961  unicodeslot=0x1F877,
262962 },
262963 [0x1F878]={
262964  category="so",
262965  description="WIDE-HEADED LEFTWARDS HEAVY BARB ARROW",
262966  direction="on",
262967  linebreak="al",
262968  unicodeslot=0x1F878,
262969 },
262970 [0x1F879]={
262971  category="so",
262972  description="WIDE-HEADED UPWARDS HEAVY BARB ARROW",
262973  direction="on",
262974  linebreak="al",
262975  unicodeslot=0x1F879,
262976 },
262977 [0x1F87A]={
262978  category="so",
262979  description="WIDE-HEADED RIGHTWARDS HEAVY BARB ARROW",
262980  direction="on",
262981  linebreak="al",
262982  unicodeslot=0x1F87A,
262983 },
262984 [0x1F87B]={
262985  category="so",
262986  description="WIDE-HEADED DOWNWARDS HEAVY BARB ARROW",
262987  direction="on",
262988  linebreak="al",
262989  unicodeslot=0x1F87B,
262990 },
262991 [0x1F87C]={
262992  category="so",
262993  description="WIDE-HEADED NORTH WEST HEAVY BARB ARROW",
262994  direction="on",
262995  linebreak="al",
262996  unicodeslot=0x1F87C,
262997 },
262998 [0x1F87D]={
262999  category="so",
263000  description="WIDE-HEADED NORTH EAST HEAVY BARB ARROW",
263001  direction="on",
263002  linebreak="al",
263003  unicodeslot=0x1F87D,
263004 },
263005 [0x1F87E]={
263006  category="so",
263007  description="WIDE-HEADED SOUTH EAST HEAVY BARB ARROW",
263008  direction="on",
263009  linebreak="al",
263010  unicodeslot=0x1F87E,
263011 },
263012 [0x1F87F]={
263013  category="so",
263014  description="WIDE-HEADED SOUTH WEST HEAVY BARB ARROW",
263015  direction="on",
263016  linebreak="al",
263017  unicodeslot=0x1F87F,
263018 },
263019 [0x1F880]={
263020  category="so",
263021  description="WIDE-HEADED LEFTWARDS VERY HEAVY BARB ARROW",
263022  direction="on",
263023  linebreak="al",
263024  unicodeslot=0x1F880,
263025 },
263026 [0x1F881]={
263027  category="so",
263028  description="WIDE-HEADED UPWARDS VERY HEAVY BARB ARROW",
263029  direction="on",
263030  linebreak="al",
263031  unicodeslot=0x1F881,
263032 },
263033 [0x1F882]={
263034  category="so",
263035  description="WIDE-HEADED RIGHTWARDS VERY HEAVY BARB ARROW",
263036  direction="on",
263037  linebreak="al",
263038  unicodeslot=0x1F882,
263039 },
263040 [0x1F883]={
263041  category="so",
263042  description="WIDE-HEADED DOWNWARDS VERY HEAVY BARB ARROW",
263043  direction="on",
263044  linebreak="al",
263045  unicodeslot=0x1F883,
263046 },
263047 [0x1F884]={
263048  category="so",
263049  description="WIDE-HEADED NORTH WEST VERY HEAVY BARB ARROW",
263050  direction="on",
263051  linebreak="al",
263052  unicodeslot=0x1F884,
263053 },
263054 [0x1F885]={
263055  category="so",
263056  description="WIDE-HEADED NORTH EAST VERY HEAVY BARB ARROW",
263057  direction="on",
263058  linebreak="al",
263059  unicodeslot=0x1F885,
263060 },
263061 [0x1F886]={
263062  category="so",
263063  description="WIDE-HEADED SOUTH EAST VERY HEAVY BARB ARROW",
263064  direction="on",
263065  linebreak="al",
263066  unicodeslot=0x1F886,
263067 },
263068 [0x1F887]={
263069  category="so",
263070  description="WIDE-HEADED SOUTH WEST VERY HEAVY BARB ARROW",
263071  direction="on",
263072  linebreak="al",
263073  unicodeslot=0x1F887,
263074 },
263075 [0x1F890]={
263076  category="so",
263077  description="LEFTWARDS TRIANGLE ARROWHEAD",
263078  direction="on",
263079  linebreak="al",
263080  unicodeslot=0x1F890,
263081 },
263082 [0x1F891]={
263083  category="so",
263084  description="UPWARDS TRIANGLE ARROWHEAD",
263085  direction="on",
263086  linebreak="al",
263087  unicodeslot=0x1F891,
263088 },
263089 [0x1F892]={
263090  category="so",
263091  description="RIGHTWARDS TRIANGLE ARROWHEAD",
263092  direction="on",
263093  linebreak="al",
263094  unicodeslot=0x1F892,
263095 },
263096 [0x1F893]={
263097  category="so",
263098  description="DOWNWARDS TRIANGLE ARROWHEAD",
263099  direction="on",
263100  linebreak="al",
263101  unicodeslot=0x1F893,
263102 },
263103 [0x1F894]={
263104  category="so",
263105  description="LEFTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
263106  direction="on",
263107  linebreak="al",
263108  unicodeslot=0x1F894,
263109 },
263110 [0x1F895]={
263111  category="so",
263112  description="UPWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
263113  direction="on",
263114  linebreak="al",
263115  unicodeslot=0x1F895,
263116 },
263117 [0x1F896]={
263118  category="so",
263119  description="RIGHTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
263120  direction="on",
263121  linebreak="al",
263122  unicodeslot=0x1F896,
263123 },
263124 [0x1F897]={
263125  category="so",
263126  description="DOWNWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
263127  direction="on",
263128  linebreak="al",
263129  unicodeslot=0x1F897,
263130 },
263131 [0x1F898]={
263132  category="so",
263133  description="LEFTWARDS ARROW WITH NOTCHED TAIL",
263134  direction="on",
263135  linebreak="al",
263136  unicodeslot=0x1F898,
263137 },
263138 [0x1F899]={
263139  category="so",
263140  description="UPWARDS ARROW WITH NOTCHED TAIL",
263141  direction="on",
263142  linebreak="al",
263143  unicodeslot=0x1F899,
263144 },
263145 [0x1F89A]={
263146  category="so",
263147  description="RIGHTWARDS ARROW WITH NOTCHED TAIL",
263148  direction="on",
263149  linebreak="al",
263150  unicodeslot=0x1F89A,
263151 },
263152 [0x1F89B]={
263153  category="so",
263154  description="DOWNWARDS ARROW WITH NOTCHED TAIL",
263155  direction="on",
263156  linebreak="al",
263157  unicodeslot=0x1F89B,
263158 },
263159 [0x1F89C]={
263160  category="so",
263161  description="HEAVY ARROW SHAFT WIDTH ONE",
263162  direction="on",
263163  linebreak="al",
263164  unicodeslot=0x1F89C,
263165 },
263166 [0x1F89D]={
263167  category="so",
263168  description="HEAVY ARROW SHAFT WIDTH TWO THIRDS",
263169  direction="on",
263170  linebreak="al",
263171  unicodeslot=0x1F89D,
263172 },
263173 [0x1F89E]={
263174  category="so",
263175  description="HEAVY ARROW SHAFT WIDTH ONE HALF",
263176  direction="on",
263177  linebreak="al",
263178  unicodeslot=0x1F89E,
263179 },
263180 [0x1F89F]={
263181  category="so",
263182  description="HEAVY ARROW SHAFT WIDTH ONE THIRD",
263183  direction="on",
263184  linebreak="al",
263185  unicodeslot=0x1F89F,
263186 },
263187 [0x1F8A0]={
263188  category="so",
263189  description="LEFTWARDS BOTTOM-SHADED WHITE ARROW",
263190  direction="on",
263191  linebreak="al",
263192  unicodeslot=0x1F8A0,
263193 },
263194 [0x1F8A1]={
263195  category="so",
263196  description="RIGHTWARDS BOTTOM SHADED WHITE ARROW",
263197  direction="on",
263198  linebreak="al",
263199  unicodeslot=0x1F8A1,
263200 },
263201 [0x1F8A2]={
263202  category="so",
263203  description="LEFTWARDS TOP SHADED WHITE ARROW",
263204  direction="on",
263205  linebreak="al",
263206  unicodeslot=0x1F8A2,
263207 },
263208 [0x1F8A3]={
263209  category="so",
263210  description="RIGHTWARDS TOP SHADED WHITE ARROW",
263211  direction="on",
263212  linebreak="al",
263213  unicodeslot=0x1F8A3,
263214 },
263215 [0x1F8A4]={
263216  category="so",
263217  description="LEFTWARDS LEFT-SHADED WHITE ARROW",
263218  direction="on",
263219  linebreak="al",
263220  unicodeslot=0x1F8A4,
263221 },
263222 [0x1F8A5]={
263223  category="so",
263224  description="RIGHTWARDS RIGHT-SHADED WHITE ARROW",
263225  direction="on",
263226  linebreak="al",
263227  unicodeslot=0x1F8A5,
263228 },
263229 [0x1F8A6]={
263230  category="so",
263231  description="LEFTWARDS RIGHT-SHADED WHITE ARROW",
263232  direction="on",
263233  linebreak="al",
263234  unicodeslot=0x1F8A6,
263235 },
263236 [0x1F8A7]={
263237  category="so",
263238  description="RIGHTWARDS LEFT-SHADED WHITE ARROW",
263239  direction="on",
263240  linebreak="al",
263241  unicodeslot=0x1F8A7,
263242 },
263243 [0x1F8A8]={
263244  category="so",
263245  description="LEFTWARDS BACK-TILTED SHADOWED WHITE ARROW",
263246  direction="on",
263247  linebreak="al",
263248  unicodeslot=0x1F8A8,
263249 },
263250 [0x1F8A9]={
263251  category="so",
263252  description="RIGHTWARDS BACK-TILTED SHADOWED WHITE ARROW",
263253  direction="on",
263254  linebreak="al",
263255  unicodeslot=0x1F8A9,
263256 },
263257 [0x1F8AA]={
263258  category="so",
263259  description="LEFTWARDS FRONT-TILTED SHADOWED WHITE ARROW",
263260  direction="on",
263261  linebreak="al",
263262  unicodeslot=0x1F8AA,
263263 },
263264 [0x1F8AB]={
263265  category="so",
263266  description="RIGHTWARDS FRONT-TILTED SHADOWED WHITE ARROW",
263267  direction="on",
263268  linebreak="al",
263269  unicodeslot=0x1F8AB,
263270 },
263271 [0x1F8AC]={
263272  category="so",
263273  description="WHITE ARROW SHAFT WIDTH ONE",
263274  direction="on",
263275  linebreak="al",
263276  unicodeslot=0x1F8AC,
263277 },
263278 [0x1F8AD]={
263279  category="so",
263280  description="WHITE ARROW SHAFT WIDTH TWO THIRDS",
263281  direction="on",
263282  linebreak="al",
263283  unicodeslot=0x1F8AD,
263284 },
263285 [0x1F8B0]={
263286  category="so",
263287  description="ARROW POINTING UPWARDS THEN NORTH WEST",
263288  direction="on",
263289  linebreak="id",
263290  unicodeslot=0x1F8B0,
263291 },
263292 [0x1F8B1]={
263293  category="so",
263294  description="ARROW POINTING RIGHTWARDS THEN CURVING SOUTH WEST",
263295  direction="on",
263296  linebreak="id",
263297  unicodeslot=0x1F8B1,
263298 },
263299 [0x1F900]={
263300  category="so",
263301  description="CIRCLED CROSS FORMEE WITH FOUR DOTS",
263302  direction="on",
263303  linebreak="al",
263304  unicodeslot=0x1F900,
263305 },
263306 [0x1F901]={
263307  category="so",
263308  description="CIRCLED CROSS FORMEE WITH TWO DOTS",
263309  direction="on",
263310  linebreak="al",
263311  unicodeslot=0x1F901,
263312 },
263313 [0x1F902]={
263314  category="so",
263315  description="CIRCLED CROSS FORMEE",
263316  direction="on",
263317  linebreak="al",
263318  unicodeslot=0x1F902,
263319 },
263320 [0x1F903]={
263321  category="so",
263322  description="LEFT HALF CIRCLE WITH FOUR DOTS",
263323  direction="on",
263324  linebreak="al",
263325  unicodeslot=0x1F903,
263326 },
263327 [0x1F904]={
263328  category="so",
263329  description="LEFT HALF CIRCLE WITH THREE DOTS",
263330  direction="on",
263331  linebreak="al",
263332  unicodeslot=0x1F904,
263333 },
263334 [0x1F905]={
263335  category="so",
263336  description="LEFT HALF CIRCLE WITH TWO DOTS",
263337  direction="on",
263338  linebreak="al",
263339  unicodeslot=0x1F905,
263340 },
263341 [0x1F906]={
263342  category="so",
263343  description="LEFT HALF CIRCLE WITH DOT",
263344  direction="on",
263345  linebreak="al",
263346  unicodeslot=0x1F906,
263347 },
263348 [0x1F907]={
263349  category="so",
263350  description="LEFT HALF CIRCLE",
263351  direction="on",
263352  linebreak="al",
263353  unicodeslot=0x1F907,
263354 },
263355 [0x1F908]={
263356  category="so",
263357  description="DOWNWARD FACING HOOK",
263358  direction="on",
263359  linebreak="al",
263360  unicodeslot=0x1F908,
263361 },
263362 [0x1F909]={
263363  category="so",
263364  description="DOWNWARD FACING NOTCHED HOOK",
263365  direction="on",
263366  linebreak="al",
263367  unicodeslot=0x1F909,
263368 },
263369 [0x1F90A]={
263370  category="so",
263371  description="DOWNWARD FACING HOOK WITH DOT",
263372  direction="on",
263373  linebreak="al",
263374  unicodeslot=0x1F90A,
263375 },
263376 [0x1F90B]={
263377  category="so",
263378  description="DOWNWARD FACING NOTCHED HOOK WITH DOT",
263379  direction="on",
263380  linebreak="al",
263381  unicodeslot=0x1F90B,
263382 },
263383 [0x1F90C]={
263384  category="so",
263385  cjkwd="w",
263386  description="PINCHED FINGERS",
263387  direction="on",
263388  linebreak="eb",
263389  unicodeslot=0x1F90C,
263390 },
263391 [0x1F90D]={
263392  category="so",
263393  cjkwd="w",
263394  description="WHITE HEART",
263395  direction="on",
263396  linebreak="id",
263397  unicodeslot=0x1F90D,
263398 },
263399 [0x1F90E]={
263400  category="so",
263401  cjkwd="w",
263402  description="BROWN HEART",
263403  direction="on",
263404  linebreak="id",
263405  unicodeslot=0x1F90E,
263406 },
263407 [0x1F90F]={
263408  category="so",
263409  cjkwd="w",
263410  description="PINCHING HAND",
263411  direction="on",
263412  linebreak="eb",
263413  unicodeslot=0x1F90F,
263414 },
263415 [0x1F910]={
263416  category="so",
263417  cjkwd="w",
263418  description="ZIPPER-MOUTH FACE",
263419  direction="on",
263420  linebreak="id",
263421  unicodeslot=0x1F910,
263422 },
263423 [0x1F911]={
263424  category="so",
263425  cjkwd="w",
263426  description="MONEY-MOUTH FACE",
263427  direction="on",
263428  linebreak="id",
263429  unicodeslot=0x1F911,
263430 },
263431 [0x1F912]={
263432  category="so",
263433  cjkwd="w",
263434  description="FACE WITH THERMOMETER",
263435  direction="on",
263436  linebreak="id",
263437  unicodeslot=0x1F912,
263438 },
263439 [0x1F913]={
263440  category="so",
263441  cjkwd="w",
263442  description="NERD FACE",
263443  direction="on",
263444  linebreak="id",
263445  unicodeslot=0x1F913,
263446 },
263447 [0x1F914]={
263448  category="so",
263449  cjkwd="w",
263450  description="THINKING FACE",
263451  direction="on",
263452  linebreak="id",
263453  unicodeslot=0x1F914,
263454 },
263455 [0x1F915]={
263456  category="so",
263457  cjkwd="w",
263458  description="FACE WITH HEAD-BANDAGE",
263459  direction="on",
263460  linebreak="id",
263461  unicodeslot=0x1F915,
263462 },
263463 [0x1F916]={
263464  category="so",
263465  cjkwd="w",
263466  description="ROBOT FACE",
263467  direction="on",
263468  linebreak="id",
263469  unicodeslot=0x1F916,
263470 },
263471 [0x1F917]={
263472  category="so",
263473  cjkwd="w",
263474  description="HUGGING FACE",
263475  direction="on",
263476  linebreak="id",
263477  unicodeslot=0x1F917,
263478 },
263479 [0x1F918]={
263480  category="so",
263481  cjkwd="w",
263482  description="SIGN OF THE HORNS",
263483  direction="on",
263484  linebreak="eb",
263485  unicodeslot=0x1F918,
263486 },
263487 [0x1F919]={
263488  category="so",
263489  cjkwd="w",
263490  description="CALL ME HAND",
263491  direction="on",
263492  linebreak="eb",
263493  unicodeslot=0x1F919,
263494 },
263495 [0x1F91A]={
263496  category="so",
263497  cjkwd="w",
263498  description="RAISED BACK OF HAND",
263499  direction="on",
263500  linebreak="eb",
263501  unicodeslot=0x1F91A,
263502 },
263503 [0x1F91B]={
263504  category="so",
263505  cjkwd="w",
263506  description="LEFT-FACING FIST",
263507  direction="on",
263508  linebreak="eb",
263509  unicodeslot=0x1F91B,
263510 },
263511 [0x1F91C]={
263512  category="so",
263513  cjkwd="w",
263514  description="RIGHT-FACING FIST",
263515  direction="on",
263516  linebreak="eb",
263517  unicodeslot=0x1F91C,
263518 },
263519 [0x1F91D]={
263520  category="so",
263521  cjkwd="w",
263522  description="HANDSHAKE",
263523  direction="on",
263524  linebreak="eb",
263525  unicodeslot=0x1F91D,
263526 },
263527 [0x1F91E]={
263528  category="so",
263529  cjkwd="w",
263530  description="HAND WITH INDEX AND MIDDLE FINGERS CROSSED",
263531  direction="on",
263532  linebreak="eb",
263533  synonyms={ "crossed fingers", "fingers crossed" },
263534  unicodeslot=0x1F91E,
263535 },
263536 [0x1F91F]={
263537  category="so",
263538  cjkwd="w",
263539  description="I LOVE YOU HAND SIGN",
263540  direction="on",
263541  linebreak="eb",
263542  synonyms={ "hand sign love" },
263543  unicodeslot=0x1F91F,
263544 },
263545 [0x1F920]={
263546  category="so",
263547  cjkwd="w",
263548  description="FACE WITH COWBOY HAT",
263549  direction="on",
263550  linebreak="id",
263551  unicodeslot=0x1F920,
263552 },
263553 [0x1F921]={
263554  category="so",
263555  cjkwd="w",
263556  description="CLOWN FACE",
263557  direction="on",
263558  linebreak="id",
263559  unicodeslot=0x1F921,
263560 },
263561 [0x1F922]={
263562  category="so",
263563  cjkwd="w",
263564  description="NAUSEATED FACE",
263565  direction="on",
263566  linebreak="id",
263567  unicodeslot=0x1F922,
263568 },
263569 [0x1F923]={
263570  category="so",
263571  cjkwd="w",
263572  description="ROLLING ON THE FLOOR LAUGHING",
263573  direction="on",
263574  linebreak="id",
263575  synonyms={ "rofl" },
263576  unicodeslot=0x1F923,
263577 },
263578 [0x1F924]={
263579  category="so",
263580  cjkwd="w",
263581  description="DROOLING FACE",
263582  direction="on",
263583  linebreak="id",
263584  unicodeslot=0x1F924,
263585 },
263586 [0x1F925]={
263587  category="so",
263588  cjkwd="w",
263589  description="LYING FACE",
263590  direction="on",
263591  linebreak="id",
263592  unicodeslot=0x1F925,
263593 },
263594 [0x1F926]={
263595  category="so",
263596  cjkwd="w",
263597  description="FACE PALM",
263598  direction="on",
263599  linebreak="eb",
263600  unicodeslot=0x1F926,
263601 },
263602 [0x1F927]={
263603  category="so",
263604  cjkwd="w",
263605  description="SNEEZING FACE",
263606  direction="on",
263607  linebreak="id",
263608  unicodeslot=0x1F927,
263609 },
263610 [0x1F928]={
263611  category="so",
263612  cjkwd="w",
263613  description="FACE WITH ONE EYEBROW RAISED",
263614  direction="on",
263615  linebreak="id",
263616  unicodeslot=0x1F928,
263617 },
263618 [0x1F929]={
263619  category="so",
263620  cjkwd="w",
263621  description="GRINNING FACE WITH STAR EYES",
263622  direction="on",
263623  linebreak="id",
263624  unicodeslot=0x1F929,
263625 },
263626 [0x1F92A]={
263627  category="so",
263628  cjkwd="w",
263629  description="GRINNING FACE WITH ONE LARGE AND ONE SMALL EYE",
263630  direction="on",
263631  linebreak="id",
263632  unicodeslot=0x1F92A,
263633 },
263634 [0x1F92B]={
263635  category="so",
263636  cjkwd="w",
263637  description="FACE WITH FINGER COVERING CLOSED LIPS",
263638  direction="on",
263639  linebreak="id",
263640  unicodeslot=0x1F92B,
263641 },
263642 [0x1F92C]={
263643  category="so",
263644  cjkwd="w",
263645  description="SERIOUS FACE WITH SYMBOLS COVERING MOUTH",
263646  direction="on",
263647  linebreak="id",
263648  unicodeslot=0x1F92C,
263649 },
263650 [0x1F92D]={
263651  category="so",
263652  cjkwd="w",
263653  description="SMILING FACE WITH SMILING EYES AND HAND COVERING MOUTH",
263654  direction="on",
263655  linebreak="id",
263656  unicodeslot=0x1F92D,
263657 },
263658 [0x1F92E]={
263659  category="so",
263660  cjkwd="w",
263661  description="FACE WITH OPEN MOUTH VOMITING",
263662  direction="on",
263663  linebreak="id",
263664  unicodeslot=0x1F92E,
263665 },
263666 [0x1F92F]={
263667  category="so",
263668  cjkwd="w",
263669  description="SHOCKED FACE WITH EXPLODING HEAD",
263670  direction="on",
263671  linebreak="id",
263672  unicodeslot=0x1F92F,
263673 },
263674 [0x1F930]={
263675  category="so",
263676  cjkwd="w",
263677  description="PREGNANT WOMAN",
263678  direction="on",
263679  linebreak="eb",
263680  unicodeslot=0x1F930,
263681 },
263682 [0x1F931]={
263683  category="so",
263684  cjkwd="w",
263685  description="BREAST-FEEDING",
263686  direction="on",
263687  linebreak="eb",
263688  unicodeslot=0x1F931,
263689 },
263690 [0x1F932]={
263691  category="so",
263692  cjkwd="w",
263693  description="PALMS UP TOGETHER",
263694  direction="on",
263695  linebreak="eb",
263696  unicodeslot=0x1F932,
263697 },
263698 [0x1F933]={
263699  category="so",
263700  cjkwd="w",
263701  description="SELFIE",
263702  direction="on",
263703  linebreak="eb",
263704  unicodeslot=0x1F933,
263705 },
263706 [0x1F934]={
263707  category="so",
263708  cjkwd="w",
263709  description="PRINCE",
263710  direction="on",
263711  linebreak="eb",
263712  unicodeslot=0x1F934,
263713 },
263714 [0x1F935]={
263715  category="so",
263716  cjkwd="w",
263717  description="MAN IN TUXEDO",
263718  direction="on",
263719  linebreak="eb",
263720  unicodeslot=0x1F935,
263721 },
263722 [0x1F936]={
263723  category="so",
263724  cjkwd="w",
263725  description="MOTHER CHRISTMAS",
263726  direction="on",
263727  linebreak="eb",
263728  unicodeslot=0x1F936,
263729 },
263730 [0x1F937]={
263731  category="so",
263732  cjkwd="w",
263733  description="SHRUG",
263734  direction="on",
263735  linebreak="eb",
263736  unicodeslot=0x1F937,
263737 },
263738 [0x1F938]={
263739  category="so",
263740  cjkwd="w",
263741  description="PERSON DOING CARTWHEEL",
263742  direction="on",
263743  linebreak="eb",
263744  unicodeslot=0x1F938,
263745 },
263746 [0x1F939]={
263747  category="so",
263748  cjkwd="w",
263749  description="JUGGLING",
263750  direction="on",
263751  linebreak="eb",
263752  unicodeslot=0x1F939,
263753 },
263754 [0x1F93A]={
263755  category="so",
263756  cjkwd="w",
263757  description="FENCER",
263758  direction="on",
263759  linebreak="id",
263760  unicodeslot=0x1F93A,
263761 },
263762 [0x1F93B]={
263763  category="so",
263764  description="MODERN PENTATHLON",
263765  direction="on",
263766  linebreak="id",
263767  unicodeslot=0x1F93B,
263768 },
263769 [0x1F93C]={
263770  category="so",
263771  cjkwd="w",
263772  description="WRESTLERS",
263773  direction="on",
263774  linebreak="eb",
263775  unicodeslot=0x1F93C,
263776 },
263777 [0x1F93D]={
263778  category="so",
263779  cjkwd="w",
263780  description="WATER POLO",
263781  direction="on",
263782  linebreak="eb",
263783  unicodeslot=0x1F93D,
263784 },
263785 [0x1F93E]={
263786  category="so",
263787  cjkwd="w",
263788  description="HANDBALL",
263789  direction="on",
263790  linebreak="eb",
263791  unicodeslot=0x1F93E,
263792 },
263793 [0x1F93F]={
263794  category="so",
263795  cjkwd="w",
263796  description="DIVING MASK",
263797  direction="on",
263798  linebreak="id",
263799  unicodeslot=0x1F93F,
263800 },
263801 [0x1F940]={
263802  category="so",
263803  cjkwd="w",
263804  description="WILTED FLOWER",
263805  direction="on",
263806  linebreak="id",
263807  unicodeslot=0x1F940,
263808 },
263809 [0x1F941]={
263810  category="so",
263811  cjkwd="w",
263812  description="DRUM WITH DRUMSTICKS",
263813  direction="on",
263814  linebreak="id",
263815  unicodeslot=0x1F941,
263816 },
263817 [0x1F942]={
263818  category="so",
263819  cjkwd="w",
263820  description="CLINKING GLASSES",
263821  direction="on",
263822  linebreak="id",
263823  unicodeslot=0x1F942,
263824 },
263825 [0x1F943]={
263826  category="so",
263827  cjkwd="w",
263828  description="TUMBLER GLASS",
263829  direction="on",
263830  linebreak="id",
263831  unicodeslot=0x1F943,
263832 },
263833 [0x1F944]={
263834  category="so",
263835  cjkwd="w",
263836  description="SPOON",
263837  direction="on",
263838  linebreak="id",
263839  unicodeslot=0x1F944,
263840 },
263841 [0x1F945]={
263842  category="so",
263843  cjkwd="w",
263844  description="GOAL NET",
263845  direction="on",
263846  linebreak="id",
263847  unicodeslot=0x1F945,
263848 },
263849 [0x1F946]={
263850  category="so",
263851  description="RIFLE",
263852  direction="on",
263853  linebreak="id",
263854  unicodeslot=0x1F946,
263855 },
263856 [0x1F947]={
263857  category="so",
263858  cjkwd="w",
263859  description="FIRST PLACE MEDAL",
263860  direction="on",
263861  linebreak="id",
263862  synonyms={ "gold medal" },
263863  unicodeslot=0x1F947,
263864 },
263865 [0x1F948]={
263866  category="so",
263867  cjkwd="w",
263868  description="SECOND PLACE MEDAL",
263869  direction="on",
263870  linebreak="id",
263871  synonyms={ "silver medal" },
263872  unicodeslot=0x1F948,
263873 },
263874 [0x1F949]={
263875  category="so",
263876  cjkwd="w",
263877  description="THIRD PLACE MEDAL",
263878  direction="on",
263879  linebreak="id",
263880  synonyms={ "bronze medal" },
263881  unicodeslot=0x1F949,
263882 },
263883 [0x1F94A]={
263884  category="so",
263885  cjkwd="w",
263886  description="BOXING GLOVE",
263887  direction="on",
263888  linebreak="id",
263889  unicodeslot=0x1F94A,
263890 },
263891 [0x1F94B]={
263892  category="so",
263893  cjkwd="w",
263894  description="MARTIAL ARTS UNIFORM",
263895  direction="on",
263896  linebreak="id",
263897  unicodeslot=0x1F94B,
263898 },
263899 [0x1F94C]={
263900  category="so",
263901  cjkwd="w",
263902  description="CURLING STONE",
263903  direction="on",
263904  linebreak="id",
263905  unicodeslot=0x1F94C,
263906 },
263907 [0x1F94D]={
263908  category="so",
263909  cjkwd="w",
263910  description="LACROSSE STICK AND BALL",
263911  direction="on",
263912  linebreak="id",
263913  unicodeslot=0x1F94D,
263914 },
263915 [0x1F94E]={
263916  category="so",
263917  cjkwd="w",
263918  description="SOFTBALL",
263919  direction="on",
263920  linebreak="id",
263921  unicodeslot=0x1F94E,
263922 },
263923 [0x1F94F]={
263924  category="so",
263925  cjkwd="w",
263926  description="FLYING DISC",
263927  direction="on",
263928  linebreak="id",
263929  unicodeslot=0x1F94F,
263930 },
263931 [0x1F950]={
263932  category="so",
263933  cjkwd="w",
263934  description="CROISSANT",
263935  direction="on",
263936  linebreak="id",
263937  unicodeslot=0x1F950,
263938 },
263939 [0x1F951]={
263940  category="so",
263941  cjkwd="w",
263942  description="AVOCADO",
263943  direction="on",
263944  linebreak="id",
263945  unicodeslot=0x1F951,
263946 },
263947 [0x1F952]={
263948  category="so",
263949  cjkwd="w",
263950  description="CUCUMBER",
263951  direction="on",
263952  linebreak="id",
263953  unicodeslot=0x1F952,
263954 },
263955 [0x1F953]={
263956  category="so",
263957  cjkwd="w",
263958  description="BACON",
263959  direction="on",
263960  linebreak="id",
263961  unicodeslot=0x1F953,
263962 },
263963 [0x1F954]={
263964  category="so",
263965  cjkwd="w",
263966  description="POTATO",
263967  direction="on",
263968  linebreak="id",
263969  unicodeslot=0x1F954,
263970 },
263971 [0x1F955]={
263972  category="so",
263973  cjkwd="w",
263974  description="CARROT",
263975  direction="on",
263976  linebreak="id",
263977  unicodeslot=0x1F955,
263978 },
263979 [0x1F956]={
263980  category="so",
263981  cjkwd="w",
263982  description="BAGUETTE BREAD",
263983  direction="on",
263984  linebreak="id",
263985  unicodeslot=0x1F956,
263986 },
263987 [0x1F957]={
263988  category="so",
263989  cjkwd="w",
263990  description="GREEN SALAD",
263991  direction="on",
263992  linebreak="id",
263993  unicodeslot=0x1F957,
263994 },
263995 [0x1F958]={
263996  category="so",
263997  cjkwd="w",
263998  description="SHALLOW PAN OF FOOD",
263999  direction="on",
264000  linebreak="id",
264001  synonyms={ "paella" },
264002  unicodeslot=0x1F958,
264003 },
264004 [0x1F959]={
264005  category="so",
264006  cjkwd="w",
264007  description="STUFFED FLATBREAD",
264008  direction="on",
264009  linebreak="id",
264010  unicodeslot=0x1F959,
264011 },
264012 [0x1F95A]={
264013  category="so",
264014  cjkwd="w",
264015  description="EGG",
264016  direction="on",
264017  linebreak="id",
264018  unicodeslot=0x1F95A,
264019 },
264020 [0x1F95B]={
264021  category="so",
264022  cjkwd="w",
264023  description="GLASS OF MILK",
264024  direction="on",
264025  linebreak="id",
264026  unicodeslot=0x1F95B,
264027 },
264028 [0x1F95C]={
264029  category="so",
264030  cjkwd="w",
264031  description="PEANUTS",
264032  direction="on",
264033  linebreak="id",
264034  unicodeslot=0x1F95C,
264035 },
264036 [0x1F95D]={
264037  category="so",
264038  cjkwd="w",
264039  description="KIWIFRUIT",
264040  direction="on",
264041  linebreak="id",
264042  unicodeslot=0x1F95D,
264043 },
264044 [0x1F95E]={
264045  category="so",
264046  cjkwd="w",
264047  description="PANCAKES",
264048  direction="on",
264049  linebreak="id",
264050  unicodeslot=0x1F95E,
264051 },
264052 [0x1F95F]={
264053  category="so",
264054  cjkwd="w",
264055  description="DUMPLING",
264056  direction="on",
264057  linebreak="id",
264058  unicodeslot=0x1F95F,
264059 },
264060 [0x1F960]={
264061  category="so",
264062  cjkwd="w",
264063  description="FORTUNE COOKIE",
264064  direction="on",
264065  linebreak="id",
264066  unicodeslot=0x1F960,
264067 },
264068 [0x1F961]={
264069  category="so",
264070  cjkwd="w",
264071  description="TAKEOUT BOX",
264072  direction="on",
264073  linebreak="id",
264074  unicodeslot=0x1F961,
264075 },
264076 [0x1F962]={
264077  category="so",
264078  cjkwd="w",
264079  description="CHOPSTICKS",
264080  direction="on",
264081  linebreak="id",
264082  unicodeslot=0x1F962,
264083 },
264084 [0x1F963]={
264085  category="so",
264086  cjkwd="w",
264087  description="BOWL WITH SPOON",
264088  direction="on",
264089  linebreak="id",
264090  unicodeslot=0x1F963,
264091 },
264092 [0x1F964]={
264093  category="so",
264094  cjkwd="w",
264095  description="CUP WITH STRAW",
264096  direction="on",
264097  linebreak="id",
264098  unicodeslot=0x1F964,
264099 },
264100 [0x1F965]={
264101  category="so",
264102  cjkwd="w",
264103  description="COCONUT",
264104  direction="on",
264105  linebreak="id",
264106  unicodeslot=0x1F965,
264107 },
264108 [0x1F966]={
264109  category="so",
264110  cjkwd="w",
264111  description="BROCCOLI",
264112  direction="on",
264113  linebreak="id",
264114  unicodeslot=0x1F966,
264115 },
264116 [0x1F967]={
264117  category="so",
264118  cjkwd="w",
264119  description="PIE",
264120  direction="on",
264121  linebreak="id",
264122  unicodeslot=0x1F967,
264123 },
264124 [0x1F968]={
264125  category="so",
264126  cjkwd="w",
264127  description="PRETZEL",
264128  direction="on",
264129  linebreak="id",
264130  unicodeslot=0x1F968,
264131 },
264132 [0x1F969]={
264133  category="so",
264134  cjkwd="w",
264135  description="CUT OF MEAT",
264136  direction="on",
264137  linebreak="id",
264138  unicodeslot=0x1F969,
264139 },
264140 [0x1F96A]={
264141  category="so",
264142  cjkwd="w",
264143  description="SANDWICH",
264144  direction="on",
264145  linebreak="id",
264146  unicodeslot=0x1F96A,
264147 },
264148 [0x1F96B]={
264149  category="so",
264150  cjkwd="w",
264151  description="CANNED FOOD",
264152  direction="on",
264153  linebreak="id",
264154  unicodeslot=0x1F96B,
264155 },
264156 [0x1F96C]={
264157  category="so",
264158  cjkwd="w",
264159  description="LEAFY GREEN",
264160  direction="on",
264161  linebreak="id",
264162  unicodeslot=0x1F96C,
264163 },
264164 [0x1F96D]={
264165  category="so",
264166  cjkwd="w",
264167  description="MANGO",
264168  direction="on",
264169  linebreak="id",
264170  unicodeslot=0x1F96D,
264171 },
264172 [0x1F96E]={
264173  category="so",
264174  cjkwd="w",
264175  description="MOON CAKE",
264176  direction="on",
264177  linebreak="id",
264178  unicodeslot=0x1F96E,
264179 },
264180 [0x1F96F]={
264181  category="so",
264182  cjkwd="w",
264183  description="BAGEL",
264184  direction="on",
264185  linebreak="id",
264186  unicodeslot=0x1F96F,
264187 },
264188 [0x1F970]={
264189  category="so",
264190  cjkwd="w",
264191  description="SMILING FACE WITH SMILING EYES AND THREE HEARTS",
264192  direction="on",
264193  linebreak="id",
264194  unicodeslot=0x1F970,
264195 },
264196 [0x1F971]={
264197  category="so",
264198  cjkwd="w",
264199  description="YAWNING FACE",
264200  direction="on",
264201  linebreak="id",
264202  unicodeslot=0x1F971,
264203 },
264204 [0x1F972]={
264205  category="so",
264206  cjkwd="w",
264207  description="SMILING FACE WITH TEAR",
264208  direction="on",
264209  linebreak="id",
264210  unicodeslot=0x1F972,
264211 },
264212 [0x1F973]={
264213  category="so",
264214  cjkwd="w",
264215  description="FACE WITH PARTY HORN AND PARTY HAT",
264216  direction="on",
264217  linebreak="id",
264218  unicodeslot=0x1F973,
264219 },
264220 [0x1F974]={
264221  category="so",
264222  cjkwd="w",
264223  description="FACE WITH UNEVEN EYES AND WAVY MOUTH",
264224  direction="on",
264225  linebreak="id",
264226  unicodeslot=0x1F974,
264227 },
264228 [0x1F975]={
264229  category="so",
264230  cjkwd="w",
264231  description="OVERHEATED FACE",
264232  direction="on",
264233  linebreak="id",
264234  unicodeslot=0x1F975,
264235 },
264236 [0x1F976]={
264237  category="so",
264238  cjkwd="w",
264239  description="FREEZING FACE",
264240  direction="on",
264241  linebreak="id",
264242  unicodeslot=0x1F976,
264243 },
264244 [0x1F977]={
264245  category="so",
264246  cjkwd="w",
264247  description="NINJA",
264248  direction="on",
264249  linebreak="eb",
264250  unicodeslot=0x1F977,
264251 },
264252 [0x1F978]={
264253  category="so",
264254  cjkwd="w",
264255  description="DISGUISED FACE",
264256  direction="on",
264257  linebreak="id",
264258  synonyms={ "face with groucho glasses" },
264259  unicodeslot=0x1F978,
264260 },
264261 [0x1F979]={
264262  category="so",
264263  cjkwd="w",
264264  description="FACE HOLDING BACK TEARS",
264265  direction="on",
264266  linebreak="id",
264267  unicodeslot=0x1F979,
264268 },
264269 [0x1F97A]={
264270  category="so",
264271  cjkwd="w",
264272  description="FACE WITH PLEADING EYES",
264273  direction="on",
264274  linebreak="id",
264275  unicodeslot=0x1F97A,
264276 },
264277 [0x1F97B]={
264278  category="so",
264279  cjkwd="w",
264280  description="SARI",
264281  direction="on",
264282  linebreak="id",
264283  unicodeslot=0x1F97B,
264284 },
264285 [0x1F97C]={
264286  category="so",
264287  cjkwd="w",
264288  description="LAB COAT",
264289  direction="on",
264290  linebreak="id",
264291  unicodeslot=0x1F97C,
264292 },
264293 [0x1F97D]={
264294  category="so",
264295  cjkwd="w",
264296  description="GOGGLES",
264297  direction="on",
264298  linebreak="id",
264299  unicodeslot=0x1F97D,
264300 },
264301 [0x1F97E]={
264302  category="so",
264303  cjkwd="w",
264304  description="HIKING BOOT",
264305  direction="on",
264306  linebreak="id",
264307  unicodeslot=0x1F97E,
264308 },
264309 [0x1F97F]={
264310  category="so",
264311  cjkwd="w",
264312  description="FLAT SHOE",
264313  direction="on",
264314  linebreak="id",
264315  unicodeslot=0x1F97F,
264316 },
264317 [0x1F980]={
264318  category="so",
264319  cjkwd="w",
264320  description="CRAB",
264321  direction="on",
264322  linebreak="id",
264323  unicodeslot=0x1F980,
264324 },
264325 [0x1F981]={
264326  category="so",
264327  cjkwd="w",
264328  description="LION FACE",
264329  direction="on",
264330  linebreak="id",
264331  unicodeslot=0x1F981,
264332 },
264333 [0x1F982]={
264334  category="so",
264335  cjkwd="w",
264336  description="SCORPION",
264337  direction="on",
264338  linebreak="id",
264339  unicodeslot=0x1F982,
264340 },
264341 [0x1F983]={
264342  category="so",
264343  cjkwd="w",
264344  description="TURKEY",
264345  direction="on",
264346  linebreak="id",
264347  unicodeslot=0x1F983,
264348 },
264349 [0x1F984]={
264350  category="so",
264351  cjkwd="w",
264352  description="UNICORN FACE",
264353  direction="on",
264354  linebreak="id",
264355  unicodeslot=0x1F984,
264356 },
264357 [0x1F985]={
264358  category="so",
264359  cjkwd="w",
264360  description="EAGLE",
264361  direction="on",
264362  linebreak="id",
264363  unicodeslot=0x1F985,
264364 },
264365 [0x1F986]={
264366  category="so",
264367  cjkwd="w",
264368  description="DUCK",
264369  direction="on",
264370  linebreak="id",
264371  unicodeslot=0x1F986,
264372 },
264373 [0x1F987]={
264374  category="so",
264375  cjkwd="w",
264376  description="BAT",
264377  direction="on",
264378  linebreak="id",
264379  unicodeslot=0x1F987,
264380 },
264381 [0x1F988]={
264382  category="so",
264383  cjkwd="w",
264384  description="SHARK",
264385  direction="on",
264386  linebreak="id",
264387  unicodeslot=0x1F988,
264388 },
264389 [0x1F989]={
264390  category="so",
264391  cjkwd="w",
264392  description="OWL",
264393  direction="on",
264394  linebreak="id",
264395  unicodeslot=0x1F989,
264396 },
264397 [0x1F98A]={
264398  category="so",
264399  cjkwd="w",
264400  description="FOX FACE",
264401  direction="on",
264402  linebreak="id",
264403  unicodeslot=0x1F98A,
264404 },
264405 [0x1F98B]={
264406  category="so",
264407  cjkwd="w",
264408  description="BUTTERFLY",
264409  direction="on",
264410  linebreak="id",
264411  unicodeslot=0x1F98B,
264412 },
264413 [0x1F98C]={
264414  category="so",
264415  cjkwd="w",
264416  description="DEER",
264417  direction="on",
264418  linebreak="id",
264419  unicodeslot=0x1F98C,
264420 },
264421 [0x1F98D]={
264422  category="so",
264423  cjkwd="w",
264424  description="GORILLA",
264425  direction="on",
264426  linebreak="id",
264427  unicodeslot=0x1F98D,
264428 },
264429 [0x1F98E]={
264430  category="so",
264431  cjkwd="w",
264432  description="LIZARD",
264433  direction="on",
264434  linebreak="id",
264435  unicodeslot=0x1F98E,
264436 },
264437 [0x1F98F]={
264438  category="so",
264439  cjkwd="w",
264440  description="RHINOCEROS",
264441  direction="on",
264442  linebreak="id",
264443  unicodeslot=0x1F98F,
264444 },
264445 [0x1F990]={
264446  category="so",
264447  cjkwd="w",
264448  description="SHRIMP",
264449  direction="on",
264450  linebreak="id",
264451  unicodeslot=0x1F990,
264452 },
264453 [0x1F991]={
264454  category="so",
264455  cjkwd="w",
264456  description="SQUID",
264457  direction="on",
264458  linebreak="id",
264459  unicodeslot=0x1F991,
264460 },
264461 [0x1F992]={
264462  category="so",
264463  cjkwd="w",
264464  description="GIRAFFE FACE",
264465  direction="on",
264466  linebreak="id",
264467  unicodeslot=0x1F992,
264468 },
264469 [0x1F993]={
264470  category="so",
264471  cjkwd="w",
264472  description="ZEBRA FACE",
264473  direction="on",
264474  linebreak="id",
264475  unicodeslot=0x1F993,
264476 },
264477 [0x1F994]={
264478  category="so",
264479  cjkwd="w",
264480  description="HEDGEHOG",
264481  direction="on",
264482  linebreak="id",
264483  unicodeslot=0x1F994,
264484 },
264485 [0x1F995]={
264486  category="so",
264487  cjkwd="w",
264488  description="SAUROPOD",
264489  direction="on",
264490  linebreak="id",
264491  unicodeslot=0x1F995,
264492 },
264493 [0x1F996]={
264494  category="so",
264495  cjkwd="w",
264496  description="T-REX",
264497  direction="on",
264498  linebreak="id",
264499  synonyms={ "tyrannosaurus rex" },
264500  unicodeslot=0x1F996,
264501 },
264502 [0x1F997]={
264503  category="so",
264504  cjkwd="w",
264505  description="CRICKET",
264506  direction="on",
264507  linebreak="id",
264508  unicodeslot=0x1F997,
264509 },
264510 [0x1F998]={
264511  category="so",
264512  cjkwd="w",
264513  description="KANGAROO",
264514  direction="on",
264515  linebreak="id",
264516  unicodeslot=0x1F998,
264517 },
264518 [0x1F999]={
264519  category="so",
264520  cjkwd="w",
264521  description="LLAMA",
264522  direction="on",
264523  linebreak="id",
264524  unicodeslot=0x1F999,
264525 },
264526 [0x1F99A]={
264527  category="so",
264528  cjkwd="w",
264529  description="PEACOCK",
264530  direction="on",
264531  linebreak="id",
264532  unicodeslot=0x1F99A,
264533 },
264534 [0x1F99B]={
264535  category="so",
264536  cjkwd="w",
264537  description="HIPPOPOTAMUS",
264538  direction="on",
264539  linebreak="id",
264540  unicodeslot=0x1F99B,
264541 },
264542 [0x1F99C]={
264543  category="so",
264544  cjkwd="w",
264545  description="PARROT",
264546  direction="on",
264547  linebreak="id",
264548  unicodeslot=0x1F99C,
264549 },
264550 [0x1F99D]={
264551  category="so",
264552  cjkwd="w",
264553  description="RACCOON",
264554  direction="on",
264555  linebreak="id",
264556  unicodeslot=0x1F99D,
264557 },
264558 [0x1F99E]={
264559  category="so",
264560  cjkwd="w",
264561  description="LOBSTER",
264562  direction="on",
264563  linebreak="id",
264564  unicodeslot=0x1F99E,
264565 },
264566 [0x1F99F]={
264567  category="so",
264568  cjkwd="w",
264569  description="MOSQUITO",
264570  direction="on",
264571  linebreak="id",
264572  unicodeslot=0x1F99F,
264573 },
264574 [0x1F9A0]={
264575  category="so",
264576  cjkwd="w",
264577  description="MICROBE",
264578  direction="on",
264579  linebreak="id",
264580  unicodeslot=0x1F9A0,
264581 },
264582 [0x1F9A1]={
264583  category="so",
264584  cjkwd="w",
264585  description="BADGER",
264586  direction="on",
264587  linebreak="id",
264588  unicodeslot=0x1F9A1,
264589 },
264590 [0x1F9A2]={
264591  category="so",
264592  cjkwd="w",
264593  description="SWAN",
264594  direction="on",
264595  linebreak="id",
264596  unicodeslot=0x1F9A2,
264597 },
264598 [0x1F9A3]={
264599  category="so",
264600  cjkwd="w",
264601  description="MAMMOTH",
264602  direction="on",
264603  linebreak="id",
264604  unicodeslot=0x1F9A3,
264605 },
264606 [0x1F9A4]={
264607  category="so",
264608  cjkwd="w",
264609  description="DODO",
264610  direction="on",
264611  linebreak="id",
264612  unicodeslot=0x1F9A4,
264613 },
264614 [0x1F9A5]={
264615  category="so",
264616  cjkwd="w",
264617  description="SLOTH",
264618  direction="on",
264619  linebreak="id",
264620  unicodeslot=0x1F9A5,
264621 },
264622 [0x1F9A6]={
264623  category="so",
264624  cjkwd="w",
264625  description="OTTER",
264626  direction="on",
264627  linebreak="id",
264628  unicodeslot=0x1F9A6,
264629 },
264630 [0x1F9A7]={
264631  category="so",
264632  cjkwd="w",
264633  description="ORANGUTAN",
264634  direction="on",
264635  linebreak="id",
264636  unicodeslot=0x1F9A7,
264637 },
264638 [0x1F9A8]={
264639  category="so",
264640  cjkwd="w",
264641  description="SKUNK",
264642  direction="on",
264643  linebreak="id",
264644  unicodeslot=0x1F9A8,
264645 },
264646 [0x1F9A9]={
264647  category="so",
264648  cjkwd="w",
264649  description="FLAMINGO",
264650  direction="on",
264651  linebreak="id",
264652  unicodeslot=0x1F9A9,
264653 },
264654 [0x1F9AA]={
264655  category="so",
264656  cjkwd="w",
264657  description="OYSTER",
264658  direction="on",
264659  linebreak="id",
264660  unicodeslot=0x1F9AA,
264661 },
264662 [0x1F9AB]={
264663  category="so",
264664  cjkwd="w",
264665  description="BEAVER",
264666  direction="on",
264667  linebreak="id",
264668  unicodeslot=0x1F9AB,
264669 },
264670 [0x1F9AC]={
264671  category="so",
264672  cjkwd="w",
264673  description="BISON",
264674  direction="on",
264675  linebreak="id",
264676  unicodeslot=0x1F9AC,
264677 },
264678 [0x1F9AD]={
264679  category="so",
264680  cjkwd="w",
264681  description="SEAL",
264682  direction="on",
264683  linebreak="id",
264684  unicodeslot=0x1F9AD,
264685 },
264686 [0x1F9AE]={
264687  category="so",
264688  cjkwd="w",
264689  description="GUIDE DOG",
264690  direction="on",
264691  linebreak="id",
264692  unicodeslot=0x1F9AE,
264693 },
264694 [0x1F9AF]={
264695  category="so",
264696  cjkwd="w",
264697  description="PROBING CANE",
264698  direction="on",
264699  linebreak="id",
264700  unicodeslot=0x1F9AF,
264701 },
264702 [0x1F9B0]={
264703  category="so",
264704  cjkwd="w",
264705  description="EMOJI COMPONENT RED HAIR",
264706  direction="on",
264707  linebreak="id",
264708  unicodeslot=0x1F9B0,
264709 },
264710 [0x1F9B1]={
264711  category="so",
264712  cjkwd="w",
264713  description="EMOJI COMPONENT CURLY HAIR",
264714  direction="on",
264715  linebreak="id",
264716  unicodeslot=0x1F9B1,
264717 },
264718 [0x1F9B2]={
264719  category="so",
264720  cjkwd="w",
264721  description="EMOJI COMPONENT BALD",
264722  direction="on",
264723  linebreak="id",
264724  unicodeslot=0x1F9B2,
264725 },
264726 [0x1F9B3]={
264727  category="so",
264728  cjkwd="w",
264729  description="EMOJI COMPONENT WHITE HAIR",
264730  direction="on",
264731  linebreak="id",
264732  unicodeslot=0x1F9B3,
264733 },
264734 [0x1F9B4]={
264735  category="so",
264736  cjkwd="w",
264737  description="BONE",
264738  direction="on",
264739  linebreak="id",
264740  unicodeslot=0x1F9B4,
264741 },
264742 [0x1F9B5]={
264743  category="so",
264744  cjkwd="w",
264745  description="LEG",
264746  direction="on",
264747  linebreak="eb",
264748  unicodeslot=0x1F9B5,
264749 },
264750 [0x1F9B6]={
264751  category="so",
264752  cjkwd="w",
264753  description="FOOT",
264754  direction="on",
264755  linebreak="eb",
264756  unicodeslot=0x1F9B6,
264757 },
264758 [0x1F9B7]={
264759  category="so",
264760  cjkwd="w",
264761  description="TOOTH",
264762  direction="on",
264763  linebreak="id",
264764  unicodeslot=0x1F9B7,
264765 },
264766 [0x1F9B8]={
264767  category="so",
264768  cjkwd="w",
264769  description="SUPERHERO",
264770  direction="on",
264771  linebreak="eb",
264772  unicodeslot=0x1F9B8,
264773 },
264774 [0x1F9B9]={
264775  category="so",
264776  cjkwd="w",
264777  description="SUPERVILLAIN",
264778  direction="on",
264779  linebreak="eb",
264780  unicodeslot=0x1F9B9,
264781 },
264782 [0x1F9BA]={
264783  category="so",
264784  cjkwd="w",
264785  description="SAFETY VEST",
264786  direction="on",
264787  linebreak="id",
264788  unicodeslot=0x1F9BA,
264789 },
264790 [0x1F9BB]={
264791  category="so",
264792  cjkwd="w",
264793  description="EAR WITH HEARING AID",
264794  direction="on",
264795  linebreak="eb",
264796  unicodeslot=0x1F9BB,
264797 },
264798 [0x1F9BC]={
264799  category="so",
264800  cjkwd="w",
264801  description="MOTORIZED WHEELCHAIR",
264802  direction="on",
264803  linebreak="id",
264804  unicodeslot=0x1F9BC,
264805 },
264806 [0x1F9BD]={
264807  category="so",
264808  cjkwd="w",
264809  description="MANUAL WHEELCHAIR",
264810  direction="on",
264811  linebreak="id",
264812  unicodeslot=0x1F9BD,
264813 },
264814 [0x1F9BE]={
264815  category="so",
264816  cjkwd="w",
264817  description="MECHANICAL ARM",
264818  direction="on",
264819  linebreak="id",
264820  unicodeslot=0x1F9BE,
264821 },
264822 [0x1F9BF]={
264823  category="so",
264824  cjkwd="w",
264825  description="MECHANICAL LEG",
264826  direction="on",
264827  linebreak="id",
264828  unicodeslot=0x1F9BF,
264829 },
264830 [0x1F9C0]={
264831  category="so",
264832  cjkwd="w",
264833  description="CHEESE WEDGE",
264834  direction="on",
264835  linebreak="id",
264836  unicodeslot=0x1F9C0,
264837 },
264838 [0x1F9C1]={
264839  category="so",
264840  cjkwd="w",
264841  description="CUPCAKE",
264842  direction="on",
264843  linebreak="id",
264844  unicodeslot=0x1F9C1,
264845 },
264846 [0x1F9C2]={
264847  category="so",
264848  cjkwd="w",
264849  description="SALT SHAKER",
264850  direction="on",
264851  linebreak="id",
264852  unicodeslot=0x1F9C2,
264853 },
264854 [0x1F9C3]={
264855  category="so",
264856  cjkwd="w",
264857  description="BEVERAGE BOX",
264858  direction="on",
264859  linebreak="id",
264860  unicodeslot=0x1F9C3,
264861 },
264862 [0x1F9C4]={
264863  category="so",
264864  cjkwd="w",
264865  description="GARLIC",
264866  direction="on",
264867  linebreak="id",
264868  unicodeslot=0x1F9C4,
264869 },
264870 [0x1F9C5]={
264871  category="so",
264872  cjkwd="w",
264873  description="ONION",
264874  direction="on",
264875  linebreak="id",
264876  unicodeslot=0x1F9C5,
264877 },
264878 [0x1F9C6]={
264879  category="so",
264880  cjkwd="w",
264881  description="FALAFEL",
264882  direction="on",
264883  linebreak="id",
264884  unicodeslot=0x1F9C6,
264885 },
264886 [0x1F9C7]={
264887  category="so",
264888  cjkwd="w",
264889  description="WAFFLE",
264890  direction="on",
264891  linebreak="id",
264892  unicodeslot=0x1F9C7,
264893 },
264894 [0x1F9C8]={
264895  category="so",
264896  cjkwd="w",
264897  description="BUTTER",
264898  direction="on",
264899  linebreak="id",
264900  unicodeslot=0x1F9C8,
264901 },
264902 [0x1F9C9]={
264903  category="so",
264904  cjkwd="w",
264905  description="MATE DRINK",
264906  direction="on",
264907  linebreak="id",
264908  unicodeslot=0x1F9C9,
264909 },
264910 [0x1F9CA]={
264911  category="so",
264912  cjkwd="w",
264913  description="ICE CUBE",
264914  direction="on",
264915  linebreak="id",
264916  unicodeslot=0x1F9CA,
264917 },
264918 [0x1F9CB]={
264919  category="so",
264920  cjkwd="w",
264921  description="BUBBLE TEA",
264922  direction="on",
264923  linebreak="id",
264924  unicodeslot=0x1F9CB,
264925 },
264926 [0x1F9CC]={
264927  category="so",
264928  cjkwd="w",
264929  description="TROLL",
264930  direction="on",
264931  linebreak="id",
264932  unicodeslot=0x1F9CC,
264933 },
264934 [0x1F9CD]={
264935  category="so",
264936  cjkwd="w",
264937  description="STANDING PERSON",
264938  direction="on",
264939  linebreak="eb",
264940  unicodeslot=0x1F9CD,
264941 },
264942 [0x1F9CE]={
264943  category="so",
264944  cjkwd="w",
264945  description="KNEELING PERSON",
264946  direction="on",
264947  linebreak="eb",
264948  unicodeslot=0x1F9CE,
264949 },
264950 [0x1F9CF]={
264951  category="so",
264952  cjkwd="w",
264953  description="DEAF PERSON",
264954  direction="on",
264955  linebreak="eb",
264956  unicodeslot=0x1F9CF,
264957 },
264958 [0x1F9D0]={
264959  category="so",
264960  cjkwd="w",
264961  description="FACE WITH MONOCLE",
264962  direction="on",
264963  linebreak="id",
264964  unicodeslot=0x1F9D0,
264965 },
264966 [0x1F9D1]={
264967  category="so",
264968  cjkwd="w",
264969  description="ADULT",
264970  direction="on",
264971  linebreak="eb",
264972  unicodeslot=0x1F9D1,
264973 },
264974 [0x1F9D2]={
264975  category="so",
264976  cjkwd="w",
264977  description="CHILD",
264978  direction="on",
264979  linebreak="eb",
264980  unicodeslot=0x1F9D2,
264981 },
264982 [0x1F9D3]={
264983  category="so",
264984  cjkwd="w",
264985  description="OLDER ADULT",
264986  direction="on",
264987  linebreak="eb",
264988  unicodeslot=0x1F9D3,
264989 },
264990 [0x1F9D4]={
264991  category="so",
264992  cjkwd="w",
264993  description="BEARDED PERSON",
264994  direction="on",
264995  linebreak="eb",
264996  unicodeslot=0x1F9D4,
264997 },
264998 [0x1F9D5]={
264999  category="so",
265000  cjkwd="w",
265001  description="PERSON WITH HEADSCARF",
265002  direction="on",
265003  linebreak="eb",
265004  unicodeslot=0x1F9D5,
265005 },
265006 [0x1F9D6]={
265007  category="so",
265008  cjkwd="w",
265009  description="PERSON IN STEAMY ROOM",
265010  direction="on",
265011  linebreak="eb",
265012  unicodeslot=0x1F9D6,
265013 },
265014 [0x1F9D7]={
265015  category="so",
265016  cjkwd="w",
265017  description="PERSON CLIMBING",
265018  direction="on",
265019  linebreak="eb",
265020  unicodeslot=0x1F9D7,
265021 },
265022 [0x1F9D8]={
265023  category="so",
265024  cjkwd="w",
265025  description="PERSON IN LOTUS POSITION",
265026  direction="on",
265027  linebreak="eb",
265028  unicodeslot=0x1F9D8,
265029 },
265030 [0x1F9D9]={
265031  category="so",
265032  cjkwd="w",
265033  description="MAGE",
265034  direction="on",
265035  linebreak="eb",
265036  unicodeslot=0x1F9D9,
265037 },
265038 [0x1F9DA]={
265039  category="so",
265040  cjkwd="w",
265041  description="FAIRY",
265042  direction="on",
265043  linebreak="eb",
265044  unicodeslot=0x1F9DA,
265045 },
265046 [0x1F9DB]={
265047  category="so",
265048  cjkwd="w",
265049  description="VAMPIRE",
265050  direction="on",
265051  linebreak="eb",
265052  unicodeslot=0x1F9DB,
265053 },
265054 [0x1F9DC]={
265055  category="so",
265056  cjkwd="w",
265057  description="MERPERSON",
265058  direction="on",
265059  linebreak="eb",
265060  unicodeslot=0x1F9DC,
265061 },
265062 [0x1F9DD]={
265063  category="so",
265064  cjkwd="w",
265065  description="ELF",
265066  direction="on",
265067  linebreak="eb",
265068  unicodeslot=0x1F9DD,
265069 },
265070 [0x1F9DE]={
265071  category="so",
265072  cjkwd="w",
265073  description="GENIE",
265074  direction="on",
265075  linebreak="id",
265076  unicodeslot=0x1F9DE,
265077 },
265078 [0x1F9DF]={
265079  category="so",
265080  cjkwd="w",
265081  description="ZOMBIE",
265082  direction="on",
265083  linebreak="id",
265084  unicodeslot=0x1F9DF,
265085 },
265086 [0x1F9E0]={
265087  category="so",
265088  cjkwd="w",
265089  description="BRAIN",
265090  direction="on",
265091  linebreak="id",
265092  unicodeslot=0x1F9E0,
265093 },
265094 [0x1F9E1]={
265095  category="so",
265096  cjkwd="w",
265097  description="ORANGE HEART",
265098  direction="on",
265099  linebreak="id",
265100  unicodeslot=0x1F9E1,
265101 },
265102 [0x1F9E2]={
265103  category="so",
265104  cjkwd="w",
265105  description="BILLED CAP",
265106  direction="on",
265107  linebreak="id",
265108  unicodeslot=0x1F9E2,
265109 },
265110 [0x1F9E3]={
265111  category="so",
265112  cjkwd="w",
265113  description="SCARF",
265114  direction="on",
265115  linebreak="id",
265116  unicodeslot=0x1F9E3,
265117 },
265118 [0x1F9E4]={
265119  category="so",
265120  cjkwd="w",
265121  description="GLOVES",
265122  direction="on",
265123  linebreak="id",
265124  unicodeslot=0x1F9E4,
265125 },
265126 [0x1F9E5]={
265127  category="so",
265128  cjkwd="w",
265129  description="COAT",
265130  direction="on",
265131  linebreak="id",
265132  unicodeslot=0x1F9E5,
265133 },
265134 [0x1F9E6]={
265135  category="so",
265136  cjkwd="w",
265137  description="SOCKS",
265138  direction="on",
265139  linebreak="id",
265140  unicodeslot=0x1F9E6,
265141 },
265142 [0x1F9E7]={
265143  category="so",
265144  cjkwd="w",
265145  description="RED GIFT ENVELOPE",
265146  direction="on",
265147  linebreak="id",
265148  unicodeslot=0x1F9E7,
265149 },
265150 [0x1F9E8]={
265151  category="so",
265152  cjkwd="w",
265153  description="FIRECRACKER",
265154  direction="on",
265155  linebreak="id",
265156  unicodeslot=0x1F9E8,
265157 },
265158 [0x1F9E9]={
265159  category="so",
265160  cjkwd="w",
265161  description="JIGSAW PUZZLE PIECE",
265162  direction="on",
265163  linebreak="id",
265164  unicodeslot=0x1F9E9,
265165 },
265166 [0x1F9EA]={
265167  category="so",
265168  cjkwd="w",
265169  description="TEST TUBE",
265170  direction="on",
265171  linebreak="id",
265172  unicodeslot=0x1F9EA,
265173 },
265174 [0x1F9EB]={
265175  category="so",
265176  cjkwd="w",
265177  description="PETRI DISH",
265178  direction="on",
265179  linebreak="id",
265180  unicodeslot=0x1F9EB,
265181 },
265182 [0x1F9EC]={
265183  category="so",
265184  cjkwd="w",
265185  description="DNA DOUBLE HELIX",
265186  direction="on",
265187  linebreak="id",
265188  unicodeslot=0x1F9EC,
265189 },
265190 [0x1F9ED]={
265191  category="so",
265192  cjkwd="w",
265193  description="COMPASS",
265194  direction="on",
265195  linebreak="id",
265196  unicodeslot=0x1F9ED,
265197 },
265198 [0x1F9EE]={
265199  category="so",
265200  cjkwd="w",
265201  description="ABACUS",
265202  direction="on",
265203  linebreak="id",
265204  unicodeslot=0x1F9EE,
265205 },
265206 [0x1F9EF]={
265207  category="so",
265208  cjkwd="w",
265209  description="FIRE EXTINGUISHER",
265210  direction="on",
265211  linebreak="id",
265212  unicodeslot=0x1F9EF,
265213 },
265214 [0x1F9F0]={
265215  category="so",
265216  cjkwd="w",
265217  description="TOOLBOX",
265218  direction="on",
265219  linebreak="id",
265220  unicodeslot=0x1F9F0,
265221 },
265222 [0x1F9F1]={
265223  category="so",
265224  cjkwd="w",
265225  description="BRICK",
265226  direction="on",
265227  linebreak="id",
265228  unicodeslot=0x1F9F1,
265229 },
265230 [0x1F9F2]={
265231  category="so",
265232  cjkwd="w",
265233  description="MAGNET",
265234  direction="on",
265235  linebreak="id",
265236  unicodeslot=0x1F9F2,
265237 },
265238 [0x1F9F3]={
265239  category="so",
265240  cjkwd="w",
265241  description="LUGGAGE",
265242  direction="on",
265243  linebreak="id",
265244  unicodeslot=0x1F9F3,
265245 },
265246 [0x1F9F4]={
265247  category="so",
265248  cjkwd="w",
265249  description="LOTION BOTTLE",
265250  direction="on",
265251  linebreak="id",
265252  unicodeslot=0x1F9F4,
265253 },
265254 [0x1F9F5]={
265255  category="so",
265256  cjkwd="w",
265257  description="SPOOL OF THREAD",
265258  direction="on",
265259  linebreak="id",
265260  unicodeslot=0x1F9F5,
265261 },
265262 [0x1F9F6]={
265263  category="so",
265264  cjkwd="w",
265265  description="BALL OF YARN",
265266  direction="on",
265267  linebreak="id",
265268  unicodeslot=0x1F9F6,
265269 },
265270 [0x1F9F7]={
265271  category="so",
265272  cjkwd="w",
265273  description="SAFETY PIN",
265274  direction="on",
265275  linebreak="id",
265276  unicodeslot=0x1F9F7,
265277 },
265278 [0x1F9F8]={
265279  category="so",
265280  cjkwd="w",
265281  description="TEDDY BEAR",
265282  direction="on",
265283  linebreak="id",
265284  unicodeslot=0x1F9F8,
265285 },
265286 [0x1F9F9]={
265287  category="so",
265288  cjkwd="w",
265289  description="BROOM",
265290  direction="on",
265291  linebreak="id",
265292  unicodeslot=0x1F9F9,
265293 },
265294 [0x1F9FA]={
265295  category="so",
265296  cjkwd="w",
265297  description="BASKET",
265298  direction="on",
265299  linebreak="id",
265300  unicodeslot=0x1F9FA,
265301 },
265302 [0x1F9FB]={
265303  category="so",
265304  cjkwd="w",
265305  description="ROLL OF PAPER",
265306  direction="on",
265307  linebreak="id",
265308  unicodeslot=0x1F9FB,
265309 },
265310 [0x1F9FC]={
265311  category="so",
265312  cjkwd="w",
265313  description="BAR OF SOAP",
265314  direction="on",
265315  linebreak="id",
265316  unicodeslot=0x1F9FC,
265317 },
265318 [0x1F9FD]={
265319  category="so",
265320  cjkwd="w",
265321  description="SPONGE",
265322  direction="on",
265323  linebreak="id",
265324  unicodeslot=0x1F9FD,
265325 },
265326 [0x1F9FE]={
265327  category="so",
265328  cjkwd="w",
265329  description="RECEIPT",
265330  direction="on",
265331  linebreak="id",
265332  unicodeslot=0x1F9FE,
265333 },
265334 [0x1F9FF]={
265335  category="so",
265336  cjkwd="w",
265337  description="NAZAR AMULET",
265338  direction="on",
265339  linebreak="id",
265340  unicodeslot=0x1F9FF,
265341 },
265342 [0x1FA00]={
265343  category="so",
265344  description="NEUTRAL CHESS KING",
265345  direction="on",
265346  linebreak="al",
265347  unicodeslot=0x1FA00,
265348 },
265349 [0x1FA01]={
265350  category="so",
265351  description="NEUTRAL CHESS QUEEN",
265352  direction="on",
265353  linebreak="al",
265354  unicodeslot=0x1FA01,
265355 },
265356 [0x1FA02]={
265357  category="so",
265358  description="NEUTRAL CHESS ROOK",
265359  direction="on",
265360  linebreak="al",
265361  unicodeslot=0x1FA02,
265362 },
265363 [0x1FA03]={
265364  category="so",
265365  description="NEUTRAL CHESS BISHOP",
265366  direction="on",
265367  linebreak="al",
265368  unicodeslot=0x1FA03,
265369 },
265370 [0x1FA04]={
265371  category="so",
265372  description="NEUTRAL CHESS KNIGHT",
265373  direction="on",
265374  linebreak="al",
265375  unicodeslot=0x1FA04,
265376 },
265377 [0x1FA05]={
265378  category="so",
265379  description="NEUTRAL CHESS PAWN",
265380  direction="on",
265381  linebreak="al",
265382  unicodeslot=0x1FA05,
265383 },
265384 [0x1FA06]={
265385  category="so",
265386  description="WHITE CHESS KNIGHT ROTATED FORTY-FIVE DEGREES",
265387  direction="on",
265388  linebreak="al",
265389  unicodeslot=0x1FA06,
265390 },
265391 [0x1FA07]={
265392  category="so",
265393  description="BLACK CHESS KNIGHT ROTATED FORTY-FIVE DEGREES",
265394  direction="on",
265395  linebreak="al",
265396  unicodeslot=0x1FA07,
265397 },
265398 [0x1FA08]={
265399  category="so",
265400  description="NEUTRAL CHESS KNIGHT ROTATED FORTY-FIVE DEGREES",
265401  direction="on",
265402  linebreak="al",
265403  unicodeslot=0x1FA08,
265404 },
265405 [0x1FA09]={
265406  category="so",
265407  description="WHITE CHESS KING ROTATED NINETY DEGREES",
265408  direction="on",
265409  linebreak="al",
265410  unicodeslot=0x1FA09,
265411 },
265412 [0x1FA0A]={
265413  category="so",
265414  description="WHITE CHESS QUEEN ROTATED NINETY DEGREES",
265415  direction="on",
265416  linebreak="al",
265417  unicodeslot=0x1FA0A,
265418 },
265419 [0x1FA0B]={
265420  category="so",
265421  description="WHITE CHESS ROOK ROTATED NINETY DEGREES",
265422  direction="on",
265423  linebreak="al",
265424  unicodeslot=0x1FA0B,
265425 },
265426 [0x1FA0C]={
265427  category="so",
265428  description="WHITE CHESS BISHOP ROTATED NINETY DEGREES",
265429  direction="on",
265430  linebreak="al",
265431  unicodeslot=0x1FA0C,
265432 },
265433 [0x1FA0D]={
265434  category="so",
265435  description="WHITE CHESS KNIGHT ROTATED NINETY DEGREES",
265436  direction="on",
265437  linebreak="al",
265438  unicodeslot=0x1FA0D,
265439 },
265440 [0x1FA0E]={
265441  category="so",
265442  description="WHITE CHESS PAWN ROTATED NINETY DEGREES",
265443  direction="on",
265444  linebreak="al",
265445  unicodeslot=0x1FA0E,
265446 },
265447 [0x1FA0F]={
265448  category="so",
265449  description="BLACK CHESS KING ROTATED NINETY DEGREES",
265450  direction="on",
265451  linebreak="al",
265452  unicodeslot=0x1FA0F,
265453 },
265454 [0x1FA10]={
265455  category="so",
265456  description="BLACK CHESS QUEEN ROTATED NINETY DEGREES",
265457  direction="on",
265458  linebreak="al",
265459  unicodeslot=0x1FA10,
265460 },
265461 [0x1FA11]={
265462  category="so",
265463  description="BLACK CHESS ROOK ROTATED NINETY DEGREES",
265464  direction="on",
265465  linebreak="al",
265466  unicodeslot=0x1FA11,
265467 },
265468 [0x1FA12]={
265469  category="so",
265470  description="BLACK CHESS BISHOP ROTATED NINETY DEGREES",
265471  direction="on",
265472  linebreak="al",
265473  unicodeslot=0x1FA12,
265474 },
265475 [0x1FA13]={
265476  category="so",
265477  description="BLACK CHESS KNIGHT ROTATED NINETY DEGREES",
265478  direction="on",
265479  linebreak="al",
265480  unicodeslot=0x1FA13,
265481 },
265482 [0x1FA14]={
265483  category="so",
265484  description="BLACK CHESS PAWN ROTATED NINETY DEGREES",
265485  direction="on",
265486  linebreak="al",
265487  unicodeslot=0x1FA14,
265488 },
265489 [0x1FA15]={
265490  category="so",
265491  description="NEUTRAL CHESS KING ROTATED NINETY DEGREES",
265492  direction="on",
265493  linebreak="al",
265494  unicodeslot=0x1FA15,
265495 },
265496 [0x1FA16]={
265497  category="so",
265498  description="NEUTRAL CHESS QUEEN ROTATED NINETY DEGREES",
265499  direction="on",
265500  linebreak="al",
265501  unicodeslot=0x1FA16,
265502 },
265503 [0x1FA17]={
265504  category="so",
265505  description="NEUTRAL CHESS ROOK ROTATED NINETY DEGREES",
265506  direction="on",
265507  linebreak="al",
265508  unicodeslot=0x1FA17,
265509 },
265510 [0x1FA18]={
265511  category="so",
265512  description="NEUTRAL CHESS BISHOP ROTATED NINETY DEGREES",
265513  direction="on",
265514  linebreak="al",
265515  unicodeslot=0x1FA18,
265516 },
265517 [0x1FA19]={
265518  category="so",
265519  description="NEUTRAL CHESS KNIGHT ROTATED NINETY DEGREES",
265520  direction="on",
265521  linebreak="al",
265522  unicodeslot=0x1FA19,
265523 },
265524 [0x1FA1A]={
265525  category="so",
265526  description="NEUTRAL CHESS PAWN ROTATED NINETY DEGREES",
265527  direction="on",
265528  linebreak="al",
265529  unicodeslot=0x1FA1A,
265530 },
265531 [0x1FA1B]={
265532  category="so",
265533  description="WHITE CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES",
265534  direction="on",
265535  linebreak="al",
265536  unicodeslot=0x1FA1B,
265537 },
265538 [0x1FA1C]={
265539  category="so",
265540  description="BLACK CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES",
265541  direction="on",
265542  linebreak="al",
265543  unicodeslot=0x1FA1C,
265544 },
265545 [0x1FA1D]={
265546  category="so",
265547  description="NEUTRAL CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES",
265548  direction="on",
265549  linebreak="al",
265550  unicodeslot=0x1FA1D,
265551 },
265552 [0x1FA1E]={
265553  category="so",
265554  description="WHITE CHESS TURNED KING",
265555  direction="on",
265556  linebreak="al",
265557  unicodeslot=0x1FA1E,
265558 },
265559 [0x1FA1F]={
265560  category="so",
265561  description="WHITE CHESS TURNED QUEEN",
265562  direction="on",
265563  linebreak="al",
265564  unicodeslot=0x1FA1F,
265565 },
265566 [0x1FA20]={
265567  category="so",
265568  description="WHITE CHESS TURNED ROOK",
265569  direction="on",
265570  linebreak="al",
265571  unicodeslot=0x1FA20,
265572 },
265573 [0x1FA21]={
265574  category="so",
265575  description="WHITE CHESS TURNED BISHOP",
265576  direction="on",
265577  linebreak="al",
265578  unicodeslot=0x1FA21,
265579 },
265580 [0x1FA22]={
265581  category="so",
265582  description="WHITE CHESS TURNED KNIGHT",
265583  direction="on",
265584  linebreak="al",
265585  unicodeslot=0x1FA22,
265586 },
265587 [0x1FA23]={
265588  category="so",
265589  description="WHITE CHESS TURNED PAWN",
265590  direction="on",
265591  linebreak="al",
265592  unicodeslot=0x1FA23,
265593 },
265594 [0x1FA24]={
265595  category="so",
265596  description="BLACK CHESS TURNED KING",
265597  direction="on",
265598  linebreak="al",
265599  unicodeslot=0x1FA24,
265600 },
265601 [0x1FA25]={
265602  category="so",
265603  description="BLACK CHESS TURNED QUEEN",
265604  direction="on",
265605  linebreak="al",
265606  unicodeslot=0x1FA25,
265607 },
265608 [0x1FA26]={
265609  category="so",
265610  description="BLACK CHESS TURNED ROOK",
265611  direction="on",
265612  linebreak="al",
265613  unicodeslot=0x1FA26,
265614 },
265615 [0x1FA27]={
265616  category="so",
265617  description="BLACK CHESS TURNED BISHOP",
265618  direction="on",
265619  linebreak="al",
265620  unicodeslot=0x1FA27,
265621 },
265622 [0x1FA28]={
265623  category="so",
265624  description="BLACK CHESS TURNED KNIGHT",
265625  direction="on",
265626  linebreak="al",
265627  unicodeslot=0x1FA28,
265628 },
265629 [0x1FA29]={
265630  category="so",
265631  description="BLACK CHESS TURNED PAWN",
265632  direction="on",
265633  linebreak="al",
265634  unicodeslot=0x1FA29,
265635 },
265636 [0x1FA2A]={
265637  category="so",
265638  description="NEUTRAL CHESS TURNED KING",
265639  direction="on",
265640  linebreak="al",
265641  unicodeslot=0x1FA2A,
265642 },
265643 [0x1FA2B]={
265644  category="so",
265645  description="NEUTRAL CHESS TURNED QUEEN",
265646  direction="on",
265647  linebreak="al",
265648  unicodeslot=0x1FA2B,
265649 },
265650 [0x1FA2C]={
265651  category="so",
265652  description="NEUTRAL CHESS TURNED ROOK",
265653  direction="on",
265654  linebreak="al",
265655  unicodeslot=0x1FA2C,
265656 },
265657 [0x1FA2D]={
265658  category="so",
265659  description="NEUTRAL CHESS TURNED BISHOP",
265660  direction="on",
265661  linebreak="al",
265662  unicodeslot=0x1FA2D,
265663 },
265664 [0x1FA2E]={
265665  category="so",
265666  description="NEUTRAL CHESS TURNED KNIGHT",
265667  direction="on",
265668  linebreak="al",
265669  unicodeslot=0x1FA2E,
265670 },
265671 [0x1FA2F]={
265672  category="so",
265673  description="NEUTRAL CHESS TURNED PAWN",
265674  direction="on",
265675  linebreak="al",
265676  unicodeslot=0x1FA2F,
265677 },
265678 [0x1FA30]={
265679  category="so",
265680  description="WHITE CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES",
265681  direction="on",
265682  linebreak="al",
265683  unicodeslot=0x1FA30,
265684 },
265685 [0x1FA31]={
265686  category="so",
265687  description="BLACK CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES",
265688  direction="on",
265689  linebreak="al",
265690  unicodeslot=0x1FA31,
265691 },
265692 [0x1FA32]={
265693  category="so",
265694  description="NEUTRAL CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES",
265695  direction="on",
265696  linebreak="al",
265697  unicodeslot=0x1FA32,
265698 },
265699 [0x1FA33]={
265700  category="so",
265701  description="WHITE CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES",
265702  direction="on",
265703  linebreak="al",
265704  unicodeslot=0x1FA33,
265705 },
265706 [0x1FA34]={
265707  category="so",
265708  description="WHITE CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES",
265709  direction="on",
265710  linebreak="al",
265711  unicodeslot=0x1FA34,
265712 },
265713 [0x1FA35]={
265714  category="so",
265715  description="WHITE CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES",
265716  direction="on",
265717  linebreak="al",
265718  unicodeslot=0x1FA35,
265719 },
265720 [0x1FA36]={
265721  category="so",
265722  description="WHITE CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES",
265723  direction="on",
265724  linebreak="al",
265725  unicodeslot=0x1FA36,
265726 },
265727 [0x1FA37]={
265728  category="so",
265729  description="WHITE CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES",
265730  direction="on",
265731  linebreak="al",
265732  unicodeslot=0x1FA37,
265733 },
265734 [0x1FA38]={
265735  category="so",
265736  description="WHITE CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES",
265737  direction="on",
265738  linebreak="al",
265739  unicodeslot=0x1FA38,
265740 },
265741 [0x1FA39]={
265742  category="so",
265743  description="BLACK CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES",
265744  direction="on",
265745  linebreak="al",
265746  unicodeslot=0x1FA39,
265747 },
265748 [0x1FA3A]={
265749  category="so",
265750  description="BLACK CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES",
265751  direction="on",
265752  linebreak="al",
265753  unicodeslot=0x1FA3A,
265754 },
265755 [0x1FA3B]={
265756  category="so",
265757  description="BLACK CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES",
265758  direction="on",
265759  linebreak="al",
265760  unicodeslot=0x1FA3B,
265761 },
265762 [0x1FA3C]={
265763  category="so",
265764  description="BLACK CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES",
265765  direction="on",
265766  linebreak="al",
265767  unicodeslot=0x1FA3C,
265768 },
265769 [0x1FA3D]={
265770  category="so",
265771  description="BLACK CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES",
265772  direction="on",
265773  linebreak="al",
265774  unicodeslot=0x1FA3D,
265775 },
265776 [0x1FA3E]={
265777  category="so",
265778  description="BLACK CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES",
265779  direction="on",
265780  linebreak="al",
265781  unicodeslot=0x1FA3E,
265782 },
265783 [0x1FA3F]={
265784  category="so",
265785  description="NEUTRAL CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES",
265786  direction="on",
265787  linebreak="al",
265788  unicodeslot=0x1FA3F,
265789 },
265790 [0x1FA40]={
265791  category="so",
265792  description="NEUTRAL CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES",
265793  direction="on",
265794  linebreak="al",
265795  unicodeslot=0x1FA40,
265796 },
265797 [0x1FA41]={
265798  category="so",
265799  description="NEUTRAL CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES",
265800  direction="on",
265801  linebreak="al",
265802  unicodeslot=0x1FA41,
265803 },
265804 [0x1FA42]={
265805  category="so",
265806  description="NEUTRAL CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES",
265807  direction="on",
265808  linebreak="al",
265809  unicodeslot=0x1FA42,
265810 },
265811 [0x1FA43]={
265812  category="so",
265813  description="NEUTRAL CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES",
265814  direction="on",
265815  linebreak="al",
265816  unicodeslot=0x1FA43,
265817 },
265818 [0x1FA44]={
265819  category="so",
265820  description="NEUTRAL CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES",
265821  direction="on",
265822  linebreak="al",
265823  unicodeslot=0x1FA44,
265824 },
265825 [0x1FA45]={
265826  category="so",
265827  description="WHITE CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES",
265828  direction="on",
265829  linebreak="al",
265830  unicodeslot=0x1FA45,
265831 },
265832 [0x1FA46]={
265833  category="so",
265834  description="BLACK CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES",
265835  direction="on",
265836  linebreak="al",
265837  unicodeslot=0x1FA46,
265838 },
265839 [0x1FA47]={
265840  category="so",
265841  description="NEUTRAL CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES",
265842  direction="on",
265843  linebreak="al",
265844  unicodeslot=0x1FA47,
265845 },
265846 [0x1FA48]={
265847  category="so",
265848  description="WHITE CHESS EQUIHOPPER",
265849  direction="on",
265850  linebreak="al",
265851  unicodeslot=0x1FA48,
265852 },
265853 [0x1FA49]={
265854  category="so",
265855  description="BLACK CHESS EQUIHOPPER",
265856  direction="on",
265857  linebreak="al",
265858  unicodeslot=0x1FA49,
265859 },
265860 [0x1FA4A]={
265861  category="so",
265862  description="NEUTRAL CHESS EQUIHOPPER",
265863  direction="on",
265864  linebreak="al",
265865  unicodeslot=0x1FA4A,
265866 },
265867 [0x1FA4B]={
265868  category="so",
265869  description="WHITE CHESS EQUIHOPPER ROTATED NINETY DEGREES",
265870  direction="on",
265871  linebreak="al",
265872  unicodeslot=0x1FA4B,
265873 },
265874 [0x1FA4C]={
265875  category="so",
265876  description="BLACK CHESS EQUIHOPPER ROTATED NINETY DEGREES",
265877  direction="on",
265878  linebreak="al",
265879  unicodeslot=0x1FA4C,
265880 },
265881 [0x1FA4D]={
265882  category="so",
265883  description="NEUTRAL CHESS EQUIHOPPER ROTATED NINETY DEGREES",
265884  direction="on",
265885  linebreak="al",
265886  unicodeslot=0x1FA4D,
265887 },
265888 [0x1FA4E]={
265889  category="so",
265890  description="WHITE CHESS KNIGHT-QUEEN",
265891  direction="on",
265892  linebreak="al",
265893  unicodeslot=0x1FA4E,
265894 },
265895 [0x1FA4F]={
265896  category="so",
265897  description="WHITE CHESS KNIGHT-ROOK",
265898  direction="on",
265899  linebreak="al",
265900  unicodeslot=0x1FA4F,
265901 },
265902 [0x1FA50]={
265903  category="so",
265904  description="WHITE CHESS KNIGHT-BISHOP",
265905  direction="on",
265906  linebreak="al",
265907  unicodeslot=0x1FA50,
265908 },
265909 [0x1FA51]={
265910  category="so",
265911  description="BLACK CHESS KNIGHT-QUEEN",
265912  direction="on",
265913  linebreak="al",
265914  unicodeslot=0x1FA51,
265915 },
265916 [0x1FA52]={
265917  category="so",
265918  description="BLACK CHESS KNIGHT-ROOK",
265919  direction="on",
265920  linebreak="al",
265921  unicodeslot=0x1FA52,
265922 },
265923 [0x1FA53]={
265924  category="so",
265925  description="BLACK CHESS KNIGHT-BISHOP",
265926  direction="on",
265927  linebreak="al",
265928  unicodeslot=0x1FA53,
265929 },
265930 [0x1FA60]={
265931  category="so",
265932  description="XIANGQI RED GENERAL",
265933  direction="on",
265934  linebreak="id",
265935  unicodeslot=0x1FA60,
265936 },
265937 [0x1FA61]={
265938  category="so",
265939  description="XIANGQI RED MANDARIN",
265940  direction="on",
265941  linebreak="id",
265942  unicodeslot=0x1FA61,
265943 },
265944 [0x1FA62]={
265945  category="so",
265946  description="XIANGQI RED ELEPHANT",
265947  direction="on",
265948  linebreak="id",
265949  unicodeslot=0x1FA62,
265950 },
265951 [0x1FA63]={
265952  category="so",
265953  description="XIANGQI RED HORSE",
265954  direction="on",
265955  linebreak="id",
265956  unicodeslot=0x1FA63,
265957 },
265958 [0x1FA64]={
265959  category="so",
265960  description="XIANGQI RED CHARIOT",
265961  direction="on",
265962  linebreak="id",
265963  unicodeslot=0x1FA64,
265964 },
265965 [0x1FA65]={
265966  category="so",
265967  description="XIANGQI RED CANNON",
265968  direction="on",
265969  linebreak="id",
265970  unicodeslot=0x1FA65,
265971 },
265972 [0x1FA66]={
265973  category="so",
265974  description="XIANGQI RED SOLDIER",
265975  direction="on",
265976  linebreak="id",
265977  unicodeslot=0x1FA66,
265978 },
265979 [0x1FA67]={
265980  category="so",
265981  description="XIANGQI BLACK GENERAL",
265982  direction="on",
265983  linebreak="id",
265984  unicodeslot=0x1FA67,
265985 },
265986 [0x1FA68]={
265987  category="so",
265988  description="XIANGQI BLACK MANDARIN",
265989  direction="on",
265990  linebreak="id",
265991  unicodeslot=0x1FA68,
265992 },
265993 [0x1FA69]={
265994  category="so",
265995  description="XIANGQI BLACK ELEPHANT",
265996  direction="on",
265997  linebreak="id",
265998  unicodeslot=0x1FA69,
265999 },
266000 [0x1FA6A]={
266001  category="so",
266002  description="XIANGQI BLACK HORSE",
266003  direction="on",
266004  linebreak="id",
266005  unicodeslot=0x1FA6A,
266006 },
266007 [0x1FA6B]={
266008  category="so",
266009  description="XIANGQI BLACK CHARIOT",
266010  direction="on",
266011  linebreak="id",
266012  unicodeslot=0x1FA6B,
266013 },
266014 [0x1FA6C]={
266015  category="so",
266016  description="XIANGQI BLACK CANNON",
266017  direction="on",
266018  linebreak="id",
266019  unicodeslot=0x1FA6C,
266020 },
266021 [0x1FA6D]={
266022  category="so",
266023  description="XIANGQI BLACK SOLDIER",
266024  direction="on",
266025  linebreak="id",
266026  unicodeslot=0x1FA6D,
266027 },
266028 [0x1FA70]={
266029  category="so",
266030  cjkwd="w",
266031  description="BALLET SHOES",
266032  direction="on",
266033  linebreak="id",
266034  unicodeslot=0x1FA70,
266035 },
266036 [0x1FA71]={
266037  category="so",
266038  cjkwd="w",
266039  description="ONE-PIECE SWIMSUIT",
266040  direction="on",
266041  linebreak="id",
266042  unicodeslot=0x1FA71,
266043 },
266044 [0x1FA72]={
266045  category="so",
266046  cjkwd="w",
266047  description="BRIEFS",
266048  direction="on",
266049  linebreak="id",
266050  unicodeslot=0x1FA72,
266051 },
266052 [0x1FA73]={
266053  category="so",
266054  cjkwd="w",
266055  description="SHORTS",
266056  direction="on",
266057  linebreak="id",
266058  unicodeslot=0x1FA73,
266059 },
266060 [0x1FA74]={
266061  category="so",
266062  cjkwd="w",
266063  description="THONG SANDAL",
266064  direction="on",
266065  linebreak="id",
266066  unicodeslot=0x1FA74,
266067 },
266068 [0x1FA75]={
266069  category="so",
266070  cjkwd="w",
266071  description="LIGHT BLUE HEART",
266072  direction="on",
266073  linebreak="id",
266074  unicodeslot=0x1FA75,
266075 },
266076 [0x1FA76]={
266077  category="so",
266078  cjkwd="w",
266079  description="GREY HEART",
266080  direction="on",
266081  linebreak="id",
266082  unicodeslot=0x1FA76,
266083 },
266084 [0x1FA77]={
266085  category="so",
266086  cjkwd="w",
266087  description="PINK HEART",
266088  direction="on",
266089  linebreak="id",
266090  unicodeslot=0x1FA77,
266091 },
266092 [0x1FA78]={
266093  category="so",
266094  cjkwd="w",
266095  description="DROP OF BLOOD",
266096  direction="on",
266097  linebreak="id",
266098  unicodeslot=0x1FA78,
266099 },
266100 [0x1FA79]={
266101  category="so",
266102  cjkwd="w",
266103  description="ADHESIVE BANDAGE",
266104  direction="on",
266105  linebreak="id",
266106  unicodeslot=0x1FA79,
266107 },
266108 [0x1FA7A]={
266109  category="so",
266110  cjkwd="w",
266111  description="STETHOSCOPE",
266112  direction="on",
266113  linebreak="id",
266114  unicodeslot=0x1FA7A,
266115 },
266116 [0x1FA7B]={
266117  category="so",
266118  cjkwd="w",
266119  description="X-RAY",
266120  direction="on",
266121  linebreak="id",
266122  unicodeslot=0x1FA7B,
266123 },
266124 [0x1FA7C]={
266125  category="so",
266126  cjkwd="w",
266127  description="CRUTCH",
266128  direction="on",
266129  linebreak="id",
266130  unicodeslot=0x1FA7C,
266131 },
266132 [0x1FA80]={
266133  category="so",
266134  cjkwd="w",
266135  description="YO-YO",
266136  direction="on",
266137  linebreak="id",
266138  unicodeslot=0x1FA80,
266139 },
266140 [0x1FA81]={
266141  category="so",
266142  cjkwd="w",
266143  description="KITE",
266144  direction="on",
266145  linebreak="id",
266146  unicodeslot=0x1FA81,
266147 },
266148 [0x1FA82]={
266149  category="so",
266150  cjkwd="w",
266151  description="PARACHUTE",
266152  direction="on",
266153  linebreak="id",
266154  unicodeslot=0x1FA82,
266155 },
266156 [0x1FA83]={
266157  category="so",
266158  cjkwd="w",
266159  description="BOOMERANG",
266160  direction="on",
266161  linebreak="id",
266162  unicodeslot=0x1FA83,
266163 },
266164 [0x1FA84]={
266165  category="so",
266166  cjkwd="w",
266167  description="MAGIC WAND",
266168  direction="on",
266169  linebreak="id",
266170  unicodeslot=0x1FA84,
266171 },
266172 [0x1FA85]={
266173  category="so",
266174  cjkwd="w",
266175  description="PINATA",
266176  direction="on",
266177  linebreak="id",
266178  unicodeslot=0x1FA85,
266179 },
266180 [0x1FA86]={
266181  category="so",
266182  cjkwd="w",
266183  description="NESTING DOLLS",
266184  direction="on",
266185  linebreak="id",
266186  unicodeslot=0x1FA86,
266187 },
266188 [0x1FA87]={
266189  category="so",
266190  cjkwd="w",
266191  description="MARACAS",
266192  direction="on",
266193  linebreak="id",
266194  unicodeslot=0x1FA87,
266195 },
266196 [0x1FA88]={
266197  category="so",
266198  cjkwd="w",
266199  description="FLUTE",
266200  direction="on",
266201  linebreak="id",
266202  unicodeslot=0x1FA88,
266203 },
266204 [0x1FA90]={
266205  category="so",
266206  cjkwd="w",
266207  description="RINGED PLANET",
266208  direction="on",
266209  linebreak="id",
266210  unicodeslot=0x1FA90,
266211 },
266212 [0x1FA91]={
266213  category="so",
266214  cjkwd="w",
266215  description="CHAIR",
266216  direction="on",
266217  linebreak="id",
266218  unicodeslot=0x1FA91,
266219 },
266220 [0x1FA92]={
266221  category="so",
266222  cjkwd="w",
266223  description="RAZOR",
266224  direction="on",
266225  linebreak="id",
266226  unicodeslot=0x1FA92,
266227 },
266228 [0x1FA93]={
266229  category="so",
266230  cjkwd="w",
266231  description="AXE",
266232  direction="on",
266233  linebreak="id",
266234  unicodeslot=0x1FA93,
266235 },
266236 [0x1FA94]={
266237  category="so",
266238  cjkwd="w",
266239  description="DIYA LAMP",
266240  direction="on",
266241  linebreak="id",
266242  unicodeslot=0x1FA94,
266243 },
266244 [0x1FA95]={
266245  category="so",
266246  cjkwd="w",
266247  description="BANJO",
266248  direction="on",
266249  linebreak="id",
266250  unicodeslot=0x1FA95,
266251 },
266252 [0x1FA96]={
266253  category="so",
266254  cjkwd="w",
266255  description="MILITARY HELMET",
266256  direction="on",
266257  linebreak="id",
266258  unicodeslot=0x1FA96,
266259 },
266260 [0x1FA97]={
266261  category="so",
266262  cjkwd="w",
266263  description="ACCORDION",
266264  direction="on",
266265  linebreak="id",
266266  unicodeslot=0x1FA97,
266267 },
266268 [0x1FA98]={
266269  category="so",
266270  cjkwd="w",
266271  description="LONG DRUM",
266272  direction="on",
266273  linebreak="id",
266274  unicodeslot=0x1FA98,
266275 },
266276 [0x1FA99]={
266277  category="so",
266278  cjkwd="w",
266279  description="COIN",
266280  direction="on",
266281  linebreak="id",
266282  unicodeslot=0x1FA99,
266283 },
266284 [0x1FA9A]={
266285  category="so",
266286  cjkwd="w",
266287  description="CARPENTRY SAW",
266288  direction="on",
266289  linebreak="id",
266290  unicodeslot=0x1FA9A,
266291 },
266292 [0x1FA9B]={
266293  category="so",
266294  cjkwd="w",
266295  description="SCREWDRIVER",
266296  direction="on",
266297  linebreak="id",
266298  unicodeslot=0x1FA9B,
266299 },
266300 [0x1FA9C]={
266301  category="so",
266302  cjkwd="w",
266303  description="LADDER",
266304  direction="on",
266305  linebreak="id",
266306  unicodeslot=0x1FA9C,
266307 },
266308 [0x1FA9D]={
266309  category="so",
266310  cjkwd="w",
266311  description="HOOK",
266312  direction="on",
266313  linebreak="id",
266314  unicodeslot=0x1FA9D,
266315 },
266316 [0x1FA9E]={
266317  category="so",
266318  cjkwd="w",
266319  description="MIRROR",
266320  direction="on",
266321  linebreak="id",
266322  unicodeslot=0x1FA9E,
266323 },
266324 [0x1FA9F]={
266325  category="so",
266326  cjkwd="w",
266327  description="WINDOW",
266328  direction="on",
266329  linebreak="id",
266330  unicodeslot=0x1FA9F,
266331 },
266332 [0x1FAA0]={
266333  category="so",
266334  cjkwd="w",
266335  description="PLUNGER",
266336  direction="on",
266337  linebreak="id",
266338  unicodeslot=0x1FAA0,
266339 },
266340 [0x1FAA1]={
266341  category="so",
266342  cjkwd="w",
266343  description="SEWING NEEDLE",
266344  direction="on",
266345  linebreak="id",
266346  unicodeslot=0x1FAA1,
266347 },
266348 [0x1FAA2]={
266349  category="so",
266350  cjkwd="w",
266351  description="KNOT",
266352  direction="on",
266353  linebreak="id",
266354  unicodeslot=0x1FAA2,
266355 },
266356 [0x1FAA3]={
266357  category="so",
266358  cjkwd="w",
266359  description="BUCKET",
266360  direction="on",
266361  linebreak="id",
266362  unicodeslot=0x1FAA3,
266363 },
266364 [0x1FAA4]={
266365  category="so",
266366  cjkwd="w",
266367  description="MOUSE TRAP",
266368  direction="on",
266369  linebreak="id",
266370  unicodeslot=0x1FAA4,
266371 },
266372 [0x1FAA5]={
266373  category="so",
266374  cjkwd="w",
266375  description="TOOTHBRUSH",
266376  direction="on",
266377  linebreak="id",
266378  unicodeslot=0x1FAA5,
266379 },
266380 [0x1FAA6]={
266381  category="so",
266382  cjkwd="w",
266383  description="HEADSTONE",
266384  direction="on",
266385  linebreak="id",
266386  unicodeslot=0x1FAA6,
266387 },
266388 [0x1FAA7]={
266389  category="so",
266390  cjkwd="w",
266391  description="PLACARD",
266392  direction="on",
266393  linebreak="id",
266394  unicodeslot=0x1FAA7,
266395 },
266396 [0x1FAA8]={
266397  category="so",
266398  cjkwd="w",
266399  description="ROCK",
266400  direction="on",
266401  linebreak="id",
266402  unicodeslot=0x1FAA8,
266403 },
266404 [0x1FAA9]={
266405  category="so",
266406  cjkwd="w",
266407  description="MIRROR BALL",
266408  direction="on",
266409  linebreak="id",
266410  unicodeslot=0x1FAA9,
266411 },
266412 [0x1FAAA]={
266413  category="so",
266414  cjkwd="w",
266415  description="IDENTIFICATION CARD",
266416  direction="on",
266417  linebreak="id",
266418  unicodeslot=0x1FAAA,
266419 },
266420 [0x1FAAB]={
266421  category="so",
266422  cjkwd="w",
266423  description="LOW BATTERY",
266424  direction="on",
266425  linebreak="id",
266426  unicodeslot=0x1FAAB,
266427 },
266428 [0x1FAAC]={
266429  category="so",
266430  cjkwd="w",
266431  description="HAMSA",
266432  direction="on",
266433  linebreak="id",
266434  unicodeslot=0x1FAAC,
266435 },
266436 [0x1FAAD]={
266437  category="so",
266438  cjkwd="w",
266439  description="FOLDING HAND FAN",
266440  direction="on",
266441  linebreak="id",
266442  unicodeslot=0x1FAAD,
266443 },
266444 [0x1FAAE]={
266445  category="so",
266446  cjkwd="w",
266447  description="HAIR PICK",
266448  direction="on",
266449  linebreak="id",
266450  unicodeslot=0x1FAAE,
266451 },
266452 [0x1FAAF]={
266453  category="so",
266454  cjkwd="w",
266455  description="KHANDA",
266456  direction="on",
266457  linebreak="id",
266458  unicodeslot=0x1FAAF,
266459 },
266460 [0x1FAB0]={
266461  category="so",
266462  cjkwd="w",
266463  description="FLY",
266464  direction="on",
266465  linebreak="id",
266466  unicodeslot=0x1FAB0,
266467 },
266468 [0x1FAB1]={
266469  category="so",
266470  cjkwd="w",
266471  description="WORM",
266472  direction="on",
266473  linebreak="id",
266474  unicodeslot=0x1FAB1,
266475 },
266476 [0x1FAB2]={
266477  category="so",
266478  cjkwd="w",
266479  description="BEETLE",
266480  direction="on",
266481  linebreak="id",
266482  unicodeslot=0x1FAB2,
266483 },
266484 [0x1FAB3]={
266485  category="so",
266486  cjkwd="w",
266487  description="COCKROACH",
266488  direction="on",
266489  linebreak="id",
266490  unicodeslot=0x1FAB3,
266491 },
266492 [0x1FAB4]={
266493  category="so",
266494  cjkwd="w",
266495  description="POTTED PLANT",
266496  direction="on",
266497  linebreak="id",
266498  unicodeslot=0x1FAB4,
266499 },
266500 [0x1FAB5]={
266501  category="so",
266502  cjkwd="w",
266503  description="WOOD",
266504  direction="on",
266505  linebreak="id",
266506  unicodeslot=0x1FAB5,
266507 },
266508 [0x1FAB6]={
266509  category="so",
266510  cjkwd="w",
266511  description="FEATHER",
266512  direction="on",
266513  linebreak="id",
266514  unicodeslot=0x1FAB6,
266515 },
266516 [0x1FAB7]={
266517  category="so",
266518  cjkwd="w",
266519  description="LOTUS",
266520  direction="on",
266521  linebreak="id",
266522  unicodeslot=0x1FAB7,
266523 },
266524 [0x1FAB8]={
266525  category="so",
266526  cjkwd="w",
266527  description="CORAL",
266528  direction="on",
266529  linebreak="id",
266530  unicodeslot=0x1FAB8,
266531 },
266532 [0x1FAB9]={
266533  category="so",
266534  cjkwd="w",
266535  description="EMPTY NEST",
266536  direction="on",
266537  linebreak="id",
266538  unicodeslot=0x1FAB9,
266539 },
266540 [0x1FABA]={
266541  category="so",
266542  cjkwd="w",
266543  description="NEST WITH EGGS",
266544  direction="on",
266545  linebreak="id",
266546  unicodeslot=0x1FABA,
266547 },
266548 [0x1FABB]={
266549  category="so",
266550  cjkwd="w",
266551  description="HYACINTH",
266552  direction="on",
266553  linebreak="id",
266554  unicodeslot=0x1FABB,
266555 },
266556 [0x1FABC]={
266557  category="so",
266558  cjkwd="w",
266559  description="JELLYFISH",
266560  direction="on",
266561  linebreak="id",
266562  unicodeslot=0x1FABC,
266563 },
266564 [0x1FABD]={
266565  category="so",
266566  cjkwd="w",
266567  description="WING",
266568  direction="on",
266569  linebreak="id",
266570  unicodeslot=0x1FABD,
266571 },
266572 [0x1FABF]={
266573  category="so",
266574  cjkwd="w",
266575  description="GOOSE",
266576  direction="on",
266577  linebreak="id",
266578  unicodeslot=0x1FABF,
266579 },
266580 [0x1FAC0]={
266581  category="so",
266582  cjkwd="w",
266583  description="ANATOMICAL HEART",
266584  direction="on",
266585  linebreak="id",
266586  unicodeslot=0x1FAC0,
266587 },
266588 [0x1FAC1]={
266589  category="so",
266590  cjkwd="w",
266591  description="LUNGS",
266592  direction="on",
266593  linebreak="id",
266594  unicodeslot=0x1FAC1,
266595 },
266596 [0x1FAC2]={
266597  category="so",
266598  cjkwd="w",
266599  description="PEOPLE HUGGING",
266600  direction="on",
266601  linebreak="id",
266602  unicodeslot=0x1FAC2,
266603 },
266604 [0x1FAC3]={
266605  category="so",
266606  cjkwd="w",
266607  description="PREGNANT MAN",
266608  direction="on",
266609  linebreak="eb",
266610  unicodeslot=0x1FAC3,
266611 },
266612 [0x1FAC4]={
266613  category="so",
266614  cjkwd="w",
266615  description="PREGNANT PERSON",
266616  direction="on",
266617  linebreak="eb",
266618  unicodeslot=0x1FAC4,
266619 },
266620 [0x1FAC5]={
266621  category="so",
266622  cjkwd="w",
266623  description="PERSON WITH CROWN",
266624  direction="on",
266625  linebreak="eb",
266626  unicodeslot=0x1FAC5,
266627 },
266628 [0x1FACE]={
266629  category="so",
266630  cjkwd="w",
266631  description="MOOSE",
266632  direction="on",
266633  linebreak="id",
266634  unicodeslot=0x1FACE,
266635 },
266636 [0x1FACF]={
266637  category="so",
266638  cjkwd="w",
266639  description="DONKEY",
266640  direction="on",
266641  linebreak="id",
266642  unicodeslot=0x1FACF,
266643 },
266644 [0x1FAD0]={
266645  category="so",
266646  cjkwd="w",
266647  description="BLUEBERRIES",
266648  direction="on",
266649  linebreak="id",
266650  unicodeslot=0x1FAD0,
266651 },
266652 [0x1FAD1]={
266653  category="so",
266654  cjkwd="w",
266655  description="BELL PEPPER",
266656  direction="on",
266657  linebreak="id",
266658  unicodeslot=0x1FAD1,
266659 },
266660 [0x1FAD2]={
266661  category="so",
266662  cjkwd="w",
266663  description="OLIVE",
266664  direction="on",
266665  linebreak="id",
266666  unicodeslot=0x1FAD2,
266667 },
266668 [0x1FAD3]={
266669  category="so",
266670  cjkwd="w",
266671  description="FLATBREAD",
266672  direction="on",
266673  linebreak="id",
266674  unicodeslot=0x1FAD3,
266675 },
266676 [0x1FAD4]={
266677  category="so",
266678  cjkwd="w",
266679  description="TAMALE",
266680  direction="on",
266681  linebreak="id",
266682  unicodeslot=0x1FAD4,
266683 },
266684 [0x1FAD5]={
266685  category="so",
266686  cjkwd="w",
266687  description="FONDUE",
266688  direction="on",
266689  linebreak="id",
266690  unicodeslot=0x1FAD5,
266691 },
266692 [0x1FAD6]={
266693  category="so",
266694  cjkwd="w",
266695  description="TEAPOT",
266696  direction="on",
266697  linebreak="id",
266698  unicodeslot=0x1FAD6,
266699 },
266700 [0x1FAD7]={
266701  category="so",
266702  cjkwd="w",
266703  description="POURING LIQUID",
266704  direction="on",
266705  linebreak="id",
266706  unicodeslot=0x1FAD7,
266707 },
266708 [0x1FAD8]={
266709  category="so",
266710  cjkwd="w",
266711  description="BEANS",
266712  direction="on",
266713  linebreak="id",
266714  unicodeslot=0x1FAD8,
266715 },
266716 [0x1FAD9]={
266717  category="so",
266718  cjkwd="w",
266719  description="JAR",
266720  direction="on",
266721  linebreak="id",
266722  unicodeslot=0x1FAD9,
266723 },
266724 [0x1FADA]={
266725  category="so",
266726  cjkwd="w",
266727  description="GINGER ROOT",
266728  direction="on",
266729  linebreak="id",
266730  unicodeslot=0x1FADA,
266731 },
266732 [0x1FADB]={
266733  category="so",
266734  cjkwd="w",
266735  description="PEA POD",
266736  direction="on",
266737  linebreak="id",
266738  unicodeslot=0x1FADB,
266739 },
266740 [0x1FAE0]={
266741  category="so",
266742  cjkwd="w",
266743  description="MELTING FACE",
266744  direction="on",
266745  linebreak="id",
266746  unicodeslot=0x1FAE0,
266747 },
266748 [0x1FAE1]={
266749  category="so",
266750  cjkwd="w",
266751  description="SALUTING FACE",
266752  direction="on",
266753  linebreak="id",
266754  unicodeslot=0x1FAE1,
266755 },
266756 [0x1FAE2]={
266757  category="so",
266758  cjkwd="w",
266759  description="FACE WITH OPEN EYES AND HAND OVER MOUTH",
266760  direction="on",
266761  linebreak="id",
266762  unicodeslot=0x1FAE2,
266763 },
266764 [0x1FAE3]={
266765  category="so",
266766  cjkwd="w",
266767  description="FACE WITH PEEKING EYE",
266768  direction="on",
266769  linebreak="id",
266770  unicodeslot=0x1FAE3,
266771 },
266772 [0x1FAE4]={
266773  category="so",
266774  cjkwd="w",
266775  description="FACE WITH DIAGONAL MOUTH",
266776  direction="on",
266777  linebreak="id",
266778  unicodeslot=0x1FAE4,
266779 },
266780 [0x1FAE5]={
266781  category="so",
266782  cjkwd="w",
266783  description="DOTTED LINE FACE",
266784  direction="on",
266785  linebreak="id",
266786  unicodeslot=0x1FAE5,
266787 },
266788 [0x1FAE6]={
266789  category="so",
266790  cjkwd="w",
266791  description="BITING LIP",
266792  direction="on",
266793  linebreak="id",
266794  unicodeslot=0x1FAE6,
266795 },
266796 [0x1FAE7]={
266797  category="so",
266798  cjkwd="w",
266799  description="BUBBLES",
266800  direction="on",
266801  linebreak="id",
266802  unicodeslot=0x1FAE7,
266803 },
266804 [0x1FAE8]={
266805  category="so",
266806  cjkwd="w",
266807  description="SHAKING FACE",
266808  direction="on",
266809  linebreak="id",
266810  unicodeslot=0x1FAE8,
266811 },
266812 [0x1FAF0]={
266813  category="so",
266814  cjkwd="w",
266815  description="HAND WITH INDEX FINGER AND THUMB CROSSED",
266816  direction="on",
266817  linebreak="eb",
266818  unicodeslot=0x1FAF0,
266819 },
266820 [0x1FAF1]={
266821  category="so",
266822  cjkwd="w",
266823  description="RIGHTWARDS HAND",
266824  direction="on",
266825  linebreak="eb",
266826  unicodeslot=0x1FAF1,
266827 },
266828 [0x1FAF2]={
266829  category="so",
266830  cjkwd="w",
266831  description="LEFTWARDS HAND",
266832  direction="on",
266833  linebreak="eb",
266834  unicodeslot=0x1FAF2,
266835 },
266836 [0x1FAF3]={
266837  category="so",
266838  cjkwd="w",
266839  description="PALM DOWN HAND",
266840  direction="on",
266841  linebreak="eb",
266842  unicodeslot=0x1FAF3,
266843 },
266844 [0x1FAF4]={
266845  category="so",
266846  cjkwd="w",
266847  description="PALM UP HAND",
266848  direction="on",
266849  linebreak="eb",
266850  unicodeslot=0x1FAF4,
266851 },
266852 [0x1FAF5]={
266853  category="so",
266854  cjkwd="w",
266855  description="INDEX POINTING AT THE VIEWER",
266856  direction="on",
266857  linebreak="eb",
266858  unicodeslot=0x1FAF5,
266859 },
266860 [0x1FAF6]={
266861  category="so",
266862  cjkwd="w",
266863  description="HEART HANDS",
266864  direction="on",
266865  linebreak="eb",
266866  unicodeslot=0x1FAF6,
266867 },
266868 [0x1FAF7]={
266869  category="so",
266870  cjkwd="w",
266871  description="LEFTWARDS PUSHING HAND",
266872  direction="on",
266873  linebreak="eb",
266874  unicodeslot=0x1FAF7,
266875 },
266876 [0x1FAF8]={
266877  category="so",
266878  cjkwd="w",
266879  description="RIGHTWARDS PUSHING HAND",
266880  direction="on",
266881  linebreak="eb",
266882  unicodeslot=0x1FAF8,
266883 },
266884 [0x1FB00]={
266885  category="so",
266886  description="BLOCK SEXTANT-1",
266887  direction="on",
266888  linebreak="al",
266889  unicodeslot=0x1FB00,
266890 },
266891 [0x1FB01]={
266892  category="so",
266893  description="BLOCK SEXTANT-2",
266894  direction="on",
266895  linebreak="al",
266896  unicodeslot=0x1FB01,
266897 },
266898 [0x1FB02]={
266899  category="so",
266900  description="BLOCK SEXTANT-12",
266901  direction="on",
266902  linebreak="al",
266903  unicodeslot=0x1FB02,
266904 },
266905 [0x1FB03]={
266906  category="so",
266907  description="BLOCK SEXTANT-3",
266908  direction="on",
266909  linebreak="al",
266910  unicodeslot=0x1FB03,
266911 },
266912 [0x1FB04]={
266913  category="so",
266914  description="BLOCK SEXTANT-13",
266915  direction="on",
266916  linebreak="al",
266917  unicodeslot=0x1FB04,
266918 },
266919 [0x1FB05]={
266920  category="so",
266921  description="BLOCK SEXTANT-23",
266922  direction="on",
266923  linebreak="al",
266924  unicodeslot=0x1FB05,
266925 },
266926 [0x1FB06]={
266927  category="so",
266928  description="BLOCK SEXTANT-123",
266929  direction="on",
266930  linebreak="al",
266931  unicodeslot=0x1FB06,
266932 },
266933 [0x1FB07]={
266934  category="so",
266935  description="BLOCK SEXTANT-4",
266936  direction="on",
266937  linebreak="al",
266938  unicodeslot=0x1FB07,
266939 },
266940 [0x1FB08]={
266941  category="so",
266942  description="BLOCK SEXTANT-14",
266943  direction="on",
266944  linebreak="al",
266945  unicodeslot=0x1FB08,
266946 },
266947 [0x1FB09]={
266948  category="so",
266949  description="BLOCK SEXTANT-24",
266950  direction="on",
266951  linebreak="al",
266952  unicodeslot=0x1FB09,
266953 },
266954 [0x1FB0A]={
266955  category="so",
266956  description="BLOCK SEXTANT-124",
266957  direction="on",
266958  linebreak="al",
266959  unicodeslot=0x1FB0A,
266960 },
266961 [0x1FB0B]={
266962  category="so",
266963  description="BLOCK SEXTANT-34",
266964  direction="on",
266965  linebreak="al",
266966  unicodeslot=0x1FB0B,
266967 },
266968 [0x1FB0C]={
266969  category="so",
266970  description="BLOCK SEXTANT-134",
266971  direction="on",
266972  linebreak="al",
266973  unicodeslot=0x1FB0C,
266974 },
266975 [0x1FB0D]={
266976  category="so",
266977  description="BLOCK SEXTANT-234",
266978  direction="on",
266979  linebreak="al",
266980  unicodeslot=0x1FB0D,
266981 },
266982 [0x1FB0E]={
266983  category="so",
266984  description="BLOCK SEXTANT-1234",
266985  direction="on",
266986  linebreak="al",
266987  unicodeslot=0x1FB0E,
266988 },
266989 [0x1FB0F]={
266990  category="so",
266991  description="BLOCK SEXTANT-5",
266992  direction="on",
266993  linebreak="al",
266994  unicodeslot=0x1FB0F,
266995 },
266996 [0x1FB10]={
266997  category="so",
266998  description="BLOCK SEXTANT-15",
266999  direction="on",
267000  linebreak="al",
267001  unicodeslot=0x1FB10,
267002 },
267003 [0x1FB11]={
267004  category="so",
267005  description="BLOCK SEXTANT-25",
267006  direction="on",
267007  linebreak="al",
267008  unicodeslot=0x1FB11,
267009 },
267010 [0x1FB12]={
267011  category="so",
267012  description="BLOCK SEXTANT-125",
267013  direction="on",
267014  linebreak="al",
267015  unicodeslot=0x1FB12,
267016 },
267017 [0x1FB13]={
267018  category="so",
267019  description="BLOCK SEXTANT-35",
267020  direction="on",
267021  linebreak="al",
267022  unicodeslot=0x1FB13,
267023 },
267024 [0x1FB14]={
267025  category="so",
267026  description="BLOCK SEXTANT-235",
267027  direction="on",
267028  linebreak="al",
267029  unicodeslot=0x1FB14,
267030 },
267031 [0x1FB15]={
267032  category="so",
267033  description="BLOCK SEXTANT-1235",
267034  direction="on",
267035  linebreak="al",
267036  unicodeslot=0x1FB15,
267037 },
267038 [0x1FB16]={
267039  category="so",
267040  description="BLOCK SEXTANT-45",
267041  direction="on",
267042  linebreak="al",
267043  unicodeslot=0x1FB16,
267044 },
267045 [0x1FB17]={
267046  category="so",
267047  description="BLOCK SEXTANT-145",
267048  direction="on",
267049  linebreak="al",
267050  unicodeslot=0x1FB17,
267051 },
267052 [0x1FB18]={
267053  category="so",
267054  description="BLOCK SEXTANT-245",
267055  direction="on",
267056  linebreak="al",
267057  unicodeslot=0x1FB18,
267058 },
267059 [0x1FB19]={
267060  category="so",
267061  description="BLOCK SEXTANT-1245",
267062  direction="on",
267063  linebreak="al",
267064  unicodeslot=0x1FB19,
267065 },
267066 [0x1FB1A]={
267067  category="so",
267068  description="BLOCK SEXTANT-345",
267069  direction="on",
267070  linebreak="al",
267071  unicodeslot=0x1FB1A,
267072 },
267073 [0x1FB1B]={
267074  category="so",
267075  description="BLOCK SEXTANT-1345",
267076  direction="on",
267077  linebreak="al",
267078  unicodeslot=0x1FB1B,
267079 },
267080 [0x1FB1C]={
267081  category="so",
267082  description="BLOCK SEXTANT-2345",
267083  direction="on",
267084  linebreak="al",
267085  unicodeslot=0x1FB1C,
267086 },
267087 [0x1FB1D]={
267088  category="so",
267089  description="BLOCK SEXTANT-12345",
267090  direction="on",
267091  linebreak="al",
267092  unicodeslot=0x1FB1D,
267093 },
267094 [0x1FB1E]={
267095  category="so",
267096  description="BLOCK SEXTANT-6",
267097  direction="on",
267098  linebreak="al",
267099  unicodeslot=0x1FB1E,
267100 },
267101 [0x1FB1F]={
267102  category="so",
267103  description="BLOCK SEXTANT-16",
267104  direction="on",
267105  linebreak="al",
267106  unicodeslot=0x1FB1F,
267107 },
267108 [0x1FB20]={
267109  category="so",
267110  description="BLOCK SEXTANT-26",
267111  direction="on",
267112  linebreak="al",
267113  unicodeslot=0x1FB20,
267114 },
267115 [0x1FB21]={
267116  category="so",
267117  description="BLOCK SEXTANT-126",
267118  direction="on",
267119  linebreak="al",
267120  unicodeslot=0x1FB21,
267121 },
267122 [0x1FB22]={
267123  category="so",
267124  description="BLOCK SEXTANT-36",
267125  direction="on",
267126  linebreak="al",
267127  unicodeslot=0x1FB22,
267128 },
267129 [0x1FB23]={
267130  category="so",
267131  description="BLOCK SEXTANT-136",
267132  direction="on",
267133  linebreak="al",
267134  unicodeslot=0x1FB23,
267135 },
267136 [0x1FB24]={
267137  category="so",
267138  description="BLOCK SEXTANT-236",
267139  direction="on",
267140  linebreak="al",
267141  unicodeslot=0x1FB24,
267142 },
267143 [0x1FB25]={
267144  category="so",
267145  description="BLOCK SEXTANT-1236",
267146  direction="on",
267147  linebreak="al",
267148  unicodeslot=0x1FB25,
267149 },
267150 [0x1FB26]={
267151  category="so",
267152  description="BLOCK SEXTANT-46",
267153  direction="on",
267154  linebreak="al",
267155  unicodeslot=0x1FB26,
267156 },
267157 [0x1FB27]={
267158  category="so",
267159  description="BLOCK SEXTANT-146",
267160  direction="on",
267161  linebreak="al",
267162  unicodeslot=0x1FB27,
267163 },
267164 [0x1FB28]={
267165  category="so",
267166  description="BLOCK SEXTANT-1246",
267167  direction="on",
267168  linebreak="al",
267169  unicodeslot=0x1FB28,
267170 },
267171 [0x1FB29]={
267172  category="so",
267173  description="BLOCK SEXTANT-346",
267174  direction="on",
267175  linebreak="al",
267176  unicodeslot=0x1FB29,
267177 },
267178 [0x1FB2A]={
267179  category="so",
267180  description="BLOCK SEXTANT-1346",
267181  direction="on",
267182  linebreak="al",
267183  unicodeslot=0x1FB2A,
267184 },
267185 [0x1FB2B]={
267186  category="so",
267187  description="BLOCK SEXTANT-2346",
267188  direction="on",
267189  linebreak="al",
267190  unicodeslot=0x1FB2B,
267191 },
267192 [0x1FB2C]={
267193  category="so",
267194  description="BLOCK SEXTANT-12346",
267195  direction="on",
267196  linebreak="al",
267197  unicodeslot=0x1FB2C,
267198 },
267199 [0x1FB2D]={
267200  category="so",
267201  description="BLOCK SEXTANT-56",
267202  direction="on",
267203  linebreak="al",
267204  unicodeslot=0x1FB2D,
267205 },
267206 [0x1FB2E]={
267207  category="so",
267208  description="BLOCK SEXTANT-156",
267209  direction="on",
267210  linebreak="al",
267211  unicodeslot=0x1FB2E,
267212 },
267213 [0x1FB2F]={
267214  category="so",
267215  description="BLOCK SEXTANT-256",
267216  direction="on",
267217  linebreak="al",
267218  unicodeslot=0x1FB2F,
267219 },
267220 [0x1FB30]={
267221  category="so",
267222  description="BLOCK SEXTANT-1256",
267223  direction="on",
267224  linebreak="al",
267225  unicodeslot=0x1FB30,
267226 },
267227 [0x1FB31]={
267228  category="so",
267229  description="BLOCK SEXTANT-356",
267230  direction="on",
267231  linebreak="al",
267232  unicodeslot=0x1FB31,
267233 },
267234 [0x1FB32]={
267235  category="so",
267236  description="BLOCK SEXTANT-1356",
267237  direction="on",
267238  linebreak="al",
267239  unicodeslot=0x1FB32,
267240 },
267241 [0x1FB33]={
267242  category="so",
267243  description="BLOCK SEXTANT-2356",
267244  direction="on",
267245  linebreak="al",
267246  unicodeslot=0x1FB33,
267247 },
267248 [0x1FB34]={
267249  category="so",
267250  description="BLOCK SEXTANT-12356",
267251  direction="on",
267252  linebreak="al",
267253  unicodeslot=0x1FB34,
267254 },
267255 [0x1FB35]={
267256  category="so",
267257  description="BLOCK SEXTANT-456",
267258  direction="on",
267259  linebreak="al",
267260  unicodeslot=0x1FB35,
267261 },
267262 [0x1FB36]={
267263  category="so",
267264  description="BLOCK SEXTANT-1456",
267265  direction="on",
267266  linebreak="al",
267267  unicodeslot=0x1FB36,
267268 },
267269 [0x1FB37]={
267270  category="so",
267271  description="BLOCK SEXTANT-2456",
267272  direction="on",
267273  linebreak="al",
267274  unicodeslot=0x1FB37,
267275 },
267276 [0x1FB38]={
267277  category="so",
267278  description="BLOCK SEXTANT-12456",
267279  direction="on",
267280  linebreak="al",
267281  unicodeslot=0x1FB38,
267282 },
267283 [0x1FB39]={
267284  category="so",
267285  description="BLOCK SEXTANT-3456",
267286  direction="on",
267287  linebreak="al",
267288  unicodeslot=0x1FB39,
267289 },
267290 [0x1FB3A]={
267291  category="so",
267292  description="BLOCK SEXTANT-13456",
267293  direction="on",
267294  linebreak="al",
267295  unicodeslot=0x1FB3A,
267296 },
267297 [0x1FB3B]={
267298  category="so",
267299  description="BLOCK SEXTANT-23456",
267300  direction="on",
267301  linebreak="al",
267302  unicodeslot=0x1FB3B,
267303 },
267304 [0x1FB3C]={
267305  category="so",
267306  description="LOWER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER CENTRE",
267307  direction="on",
267308  linebreak="al",
267309  unicodeslot=0x1FB3C,
267310 },
267311 [0x1FB3D]={
267312  category="so",
267313  description="LOWER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER RIGHT",
267314  direction="on",
267315  linebreak="al",
267316  unicodeslot=0x1FB3D,
267317 },
267318 [0x1FB3E]={
267319  category="so",
267320  description="LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER CENTRE",
267321  direction="on",
267322  linebreak="al",
267323  unicodeslot=0x1FB3E,
267324 },
267325 [0x1FB3F]={
267326  category="so",
267327  description="LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER RIGHT",
267328  direction="on",
267329  linebreak="al",
267330  unicodeslot=0x1FB3F,
267331 },
267332 [0x1FB40]={
267333  category="so",
267334  description="LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO LOWER CENTRE",
267335  direction="on",
267336  linebreak="al",
267337  unicodeslot=0x1FB40,
267338 },
267339 [0x1FB41]={
267340  category="so",
267341  description="LOWER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER CENTRE",
267342  direction="on",
267343  linebreak="al",
267344  unicodeslot=0x1FB41,
267345 },
267346 [0x1FB42]={
267347  category="so",
267348  description="LOWER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER RIGHT",
267349  direction="on",
267350  linebreak="al",
267351  unicodeslot=0x1FB42,
267352 },
267353 [0x1FB43]={
267354  category="so",
267355  description="LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER CENTRE",
267356  direction="on",
267357  linebreak="al",
267358  unicodeslot=0x1FB43,
267359 },
267360 [0x1FB44]={
267361  category="so",
267362  description="LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER RIGHT",
267363  direction="on",
267364  linebreak="al",
267365  unicodeslot=0x1FB44,
267366 },
267367 [0x1FB45]={
267368  category="so",
267369  description="LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO UPPER CENTRE",
267370  direction="on",
267371  linebreak="al",
267372  unicodeslot=0x1FB45,
267373 },
267374 [0x1FB46]={
267375  category="so",
267376  description="LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER MIDDLE RIGHT",
267377  direction="on",
267378  linebreak="al",
267379  unicodeslot=0x1FB46,
267380 },
267381 [0x1FB47]={
267382  category="so",
267383  description="LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO LOWER MIDDLE RIGHT",
267384  direction="on",
267385  linebreak="al",
267386  unicodeslot=0x1FB47,
267387 },
267388 [0x1FB48]={
267389  category="so",
267390  description="LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO LOWER MIDDLE RIGHT",
267391  direction="on",
267392  linebreak="al",
267393  unicodeslot=0x1FB48,
267394 },
267395 [0x1FB49]={
267396  category="so",
267397  description="LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO UPPER MIDDLE RIGHT",
267398  direction="on",
267399  linebreak="al",
267400  unicodeslot=0x1FB49,
267401 },
267402 [0x1FB4A]={
267403  category="so",
267404  description="LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO UPPER MIDDLE RIGHT",
267405  direction="on",
267406  linebreak="al",
267407  unicodeslot=0x1FB4A,
267408 },
267409 [0x1FB4B]={
267410  category="so",
267411  description="LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO UPPER RIGHT",
267412  direction="on",
267413  linebreak="al",
267414  unicodeslot=0x1FB4B,
267415 },
267416 [0x1FB4C]={
267417  category="so",
267418  description="LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO UPPER MIDDLE RIGHT",
267419  direction="on",
267420  linebreak="al",
267421  unicodeslot=0x1FB4C,
267422 },
267423 [0x1FB4D]={
267424  category="so",
267425  description="LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO UPPER MIDDLE RIGHT",
267426  direction="on",
267427  linebreak="al",
267428  unicodeslot=0x1FB4D,
267429 },
267430 [0x1FB4E]={
267431  category="so",
267432  description="LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO LOWER MIDDLE RIGHT",
267433  direction="on",
267434  linebreak="al",
267435  unicodeslot=0x1FB4E,
267436 },
267437 [0x1FB4F]={
267438  category="so",
267439  description="LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO LOWER MIDDLE RIGHT",
267440  direction="on",
267441  linebreak="al",
267442  unicodeslot=0x1FB4F,
267443 },
267444 [0x1FB50]={
267445  category="so",
267446  description="LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO LOWER RIGHT",
267447  direction="on",
267448  linebreak="al",
267449  unicodeslot=0x1FB50,
267450 },
267451 [0x1FB51]={
267452  category="so",
267453  description="LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER MIDDLE RIGHT",
267454  direction="on",
267455  linebreak="al",
267456  unicodeslot=0x1FB51,
267457 },
267458 [0x1FB52]={
267459  category="so",
267460  description="UPPER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER CENTRE",
267461  direction="on",
267462  linebreak="al",
267463  unicodeslot=0x1FB52,
267464 },
267465 [0x1FB53]={
267466  category="so",
267467  description="UPPER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER RIGHT",
267468  direction="on",
267469  linebreak="al",
267470  unicodeslot=0x1FB53,
267471 },
267472 [0x1FB54]={
267473  category="so",
267474  description="UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER CENTRE",
267475  direction="on",
267476  linebreak="al",
267477  unicodeslot=0x1FB54,
267478 },
267479 [0x1FB55]={
267480  category="so",
267481  description="UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER RIGHT",
267482  direction="on",
267483  linebreak="al",
267484  unicodeslot=0x1FB55,
267485 },
267486 [0x1FB56]={
267487  category="so",
267488  description="UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO LOWER CENTRE",
267489  direction="on",
267490  linebreak="al",
267491  unicodeslot=0x1FB56,
267492 },
267493 [0x1FB57]={
267494  category="so",
267495  description="UPPER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER CENTRE",
267496  direction="on",
267497  linebreak="al",
267498  unicodeslot=0x1FB57,
267499 },
267500 [0x1FB58]={
267501  category="so",
267502  description="UPPER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER RIGHT",
267503  direction="on",
267504  linebreak="al",
267505  unicodeslot=0x1FB58,
267506 },
267507 [0x1FB59]={
267508  category="so",
267509  description="UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER CENTRE",
267510  direction="on",
267511  linebreak="al",
267512  unicodeslot=0x1FB59,
267513 },
267514 [0x1FB5A]={
267515  category="so",
267516  description="UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER RIGHT",
267517  direction="on",
267518  linebreak="al",
267519  unicodeslot=0x1FB5A,
267520 },
267521 [0x1FB5B]={
267522  category="so",
267523  description="UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO UPPER CENTRE",
267524  direction="on",
267525  linebreak="al",
267526  unicodeslot=0x1FB5B,
267527 },
267528 [0x1FB5C]={
267529  category="so",
267530  description="UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER MIDDLE RIGHT",
267531  direction="on",
267532  linebreak="al",
267533  unicodeslot=0x1FB5C,
267534 },
267535 [0x1FB5D]={
267536  category="so",
267537  description="UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO LOWER MIDDLE RIGHT",
267538  direction="on",
267539  linebreak="al",
267540  unicodeslot=0x1FB5D,
267541 },
267542 [0x1FB5E]={
267543  category="so",
267544  description="UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO LOWER MIDDLE RIGHT",
267545  direction="on",
267546  linebreak="al",
267547  unicodeslot=0x1FB5E,
267548 },
267549 [0x1FB5F]={
267550  category="so",
267551  description="UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO UPPER MIDDLE RIGHT",
267552  direction="on",
267553  linebreak="al",
267554  unicodeslot=0x1FB5F,
267555 },
267556 [0x1FB60]={
267557  category="so",
267558  description="UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO UPPER MIDDLE RIGHT",
267559  direction="on",
267560  linebreak="al",
267561  unicodeslot=0x1FB60,
267562 },
267563 [0x1FB61]={
267564  category="so",
267565  description="UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO UPPER RIGHT",
267566  direction="on",
267567  linebreak="al",
267568  unicodeslot=0x1FB61,
267569 },
267570 [0x1FB62]={
267571  category="so",
267572  description="UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO UPPER MIDDLE RIGHT",
267573  direction="on",
267574  linebreak="al",
267575  unicodeslot=0x1FB62,
267576 },
267577 [0x1FB63]={
267578  category="so",
267579  description="UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO UPPER MIDDLE RIGHT",
267580  direction="on",
267581  linebreak="al",
267582  unicodeslot=0x1FB63,
267583 },
267584 [0x1FB64]={
267585  category="so",
267586  description="UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO LOWER MIDDLE RIGHT",
267587  direction="on",
267588  linebreak="al",
267589  unicodeslot=0x1FB64,
267590 },
267591 [0x1FB65]={
267592  category="so",
267593  description="UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO LOWER MIDDLE RIGHT",
267594  direction="on",
267595  linebreak="al",
267596  unicodeslot=0x1FB65,
267597 },
267598 [0x1FB66]={
267599  category="so",
267600  description="UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO LOWER RIGHT",
267601  direction="on",
267602  linebreak="al",
267603  unicodeslot=0x1FB66,
267604 },
267605 [0x1FB67]={
267606  category="so",
267607  description="UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER MIDDLE RIGHT",
267608  direction="on",
267609  linebreak="al",
267610  unicodeslot=0x1FB67,
267611 },
267612 [0x1FB68]={
267613  category="so",
267614  description="UPPER AND RIGHT AND LOWER TRIANGULAR THREE QUARTERS BLOCK",
267615  direction="on",
267616  linebreak="al",
267617  unicodeslot=0x1FB68,
267618 },
267619 [0x1FB69]={
267620  category="so",
267621  description="LEFT AND LOWER AND RIGHT TRIANGULAR THREE QUARTERS BLOCK",
267622  direction="on",
267623  linebreak="al",
267624  unicodeslot=0x1FB69,
267625 },
267626 [0x1FB6A]={
267627  category="so",
267628  description="UPPER AND LEFT AND LOWER TRIANGULAR THREE QUARTERS BLOCK",
267629  direction="on",
267630  linebreak="al",
267631  unicodeslot=0x1FB6A,
267632 },
267633 [0x1FB6B]={
267634  category="so",
267635  description="LEFT AND UPPER AND RIGHT TRIANGULAR THREE QUARTERS BLOCK",
267636  direction="on",
267637  linebreak="al",
267638  unicodeslot=0x1FB6B,
267639 },
267640 [0x1FB6C]={
267641  category="so",
267642  description="LEFT TRIANGULAR ONE QUARTER BLOCK",
267643  direction="on",
267644  linebreak="al",
267645  unicodeslot=0x1FB6C,
267646 },
267647 [0x1FB6D]={
267648  category="so",
267649  description="UPPER TRIANGULAR ONE QUARTER BLOCK",
267650  direction="on",
267651  linebreak="al",
267652  unicodeslot=0x1FB6D,
267653 },
267654 [0x1FB6E]={
267655  category="so",
267656  description="RIGHT TRIANGULAR ONE QUARTER BLOCK",
267657  direction="on",
267658  linebreak="al",
267659  unicodeslot=0x1FB6E,
267660 },
267661 [0x1FB6F]={
267662  category="so",
267663  description="LOWER TRIANGULAR ONE QUARTER BLOCK",
267664  direction="on",
267665  linebreak="al",
267666  unicodeslot=0x1FB6F,
267667 },
267668 [0x1FB70]={
267669  category="so",
267670  description="VERTICAL ONE EIGHTH BLOCK-2",
267671  direction="on",
267672  linebreak="al",
267673  unicodeslot=0x1FB70,
267674 },
267675 [0x1FB71]={
267676  category="so",
267677  description="VERTICAL ONE EIGHTH BLOCK-3",
267678  direction="on",
267679  linebreak="al",
267680  unicodeslot=0x1FB71,
267681 },
267682 [0x1FB72]={
267683  category="so",
267684  description="VERTICAL ONE EIGHTH BLOCK-4",
267685  direction="on",
267686  linebreak="al",
267687  unicodeslot=0x1FB72,
267688 },
267689 [0x1FB73]={
267690  category="so",
267691  description="VERTICAL ONE EIGHTH BLOCK-5",
267692  direction="on",
267693  linebreak="al",
267694  unicodeslot=0x1FB73,
267695 },
267696 [0x1FB74]={
267697  category="so",
267698  description="VERTICAL ONE EIGHTH BLOCK-6",
267699  direction="on",
267700  linebreak="al",
267701  unicodeslot=0x1FB74,
267702 },
267703 [0x1FB75]={
267704  category="so",
267705  description="VERTICAL ONE EIGHTH BLOCK-7",
267706  direction="on",
267707  linebreak="al",
267708  unicodeslot=0x1FB75,
267709 },
267710 [0x1FB76]={
267711  category="so",
267712  description="HORIZONTAL ONE EIGHTH BLOCK-2",
267713  direction="on",
267714  linebreak="al",
267715  unicodeslot=0x1FB76,
267716 },
267717 [0x1FB77]={
267718  category="so",
267719  description="HORIZONTAL ONE EIGHTH BLOCK-3",
267720  direction="on",
267721  linebreak="al",
267722  unicodeslot=0x1FB77,
267723 },
267724 [0x1FB78]={
267725  category="so",
267726  description="HORIZONTAL ONE EIGHTH BLOCK-4",
267727  direction="on",
267728  linebreak="al",
267729  unicodeslot=0x1FB78,
267730 },
267731 [0x1FB79]={
267732  category="so",
267733  description="HORIZONTAL ONE EIGHTH BLOCK-5",
267734  direction="on",
267735  linebreak="al",
267736  unicodeslot=0x1FB79,
267737 },
267738 [0x1FB7A]={
267739  category="so",
267740  description="HORIZONTAL ONE EIGHTH BLOCK-6",
267741  direction="on",
267742  linebreak="al",
267743  unicodeslot=0x1FB7A,
267744 },
267745 [0x1FB7B]={
267746  category="so",
267747  description="HORIZONTAL ONE EIGHTH BLOCK-7",
267748  direction="on",
267749  linebreak="al",
267750  unicodeslot=0x1FB7B,
267751 },
267752 [0x1FB7C]={
267753  category="so",
267754  description="LEFT AND LOWER ONE EIGHTH BLOCK",
267755  direction="on",
267756  linebreak="al",
267757  unicodeslot=0x1FB7C,
267758 },
267759 [0x1FB7D]={
267760  category="so",
267761  description="LEFT AND UPPER ONE EIGHTH BLOCK",
267762  direction="on",
267763  linebreak="al",
267764  unicodeslot=0x1FB7D,
267765 },
267766 [0x1FB7E]={
267767  category="so",
267768  description="RIGHT AND UPPER ONE EIGHTH BLOCK",
267769  direction="on",
267770  linebreak="al",
267771  unicodeslot=0x1FB7E,
267772 },
267773 [0x1FB7F]={
267774  category="so",
267775  description="RIGHT AND LOWER ONE EIGHTH BLOCK",
267776  direction="on",
267777  linebreak="al",
267778  unicodeslot=0x1FB7F,
267779 },
267780 [0x1FB80]={
267781  category="so",
267782  description="UPPER AND LOWER ONE EIGHTH BLOCK",
267783  direction="on",
267784  linebreak="al",
267785  unicodeslot=0x1FB80,
267786 },
267787 [0x1FB81]={
267788  category="so",
267789  description="HORIZONTAL ONE EIGHTH BLOCK-1358",
267790  direction="on",
267791  linebreak="al",
267792  unicodeslot=0x1FB81,
267793 },
267794 [0x1FB82]={
267795  category="so",
267796  description="UPPER ONE QUARTER BLOCK",
267797  direction="on",
267798  linebreak="al",
267799  unicodeslot=0x1FB82,
267800 },
267801 [0x1FB83]={
267802  category="so",
267803  description="UPPER THREE EIGHTHS BLOCK",
267804  direction="on",
267805  linebreak="al",
267806  unicodeslot=0x1FB83,
267807 },
267808 [0x1FB84]={
267809  category="so",
267810  description="UPPER FIVE EIGHTHS BLOCK",
267811  direction="on",
267812  linebreak="al",
267813  unicodeslot=0x1FB84,
267814 },
267815 [0x1FB85]={
267816  category="so",
267817  description="UPPER THREE QUARTERS BLOCK",
267818  direction="on",
267819  linebreak="al",
267820  unicodeslot=0x1FB85,
267821 },
267822 [0x1FB86]={
267823  category="so",
267824  description="UPPER SEVEN EIGHTHS BLOCK",
267825  direction="on",
267826  linebreak="al",
267827  unicodeslot=0x1FB86,
267828 },
267829 [0x1FB87]={
267830  category="so",
267831  description="RIGHT ONE QUARTER BLOCK",
267832  direction="on",
267833  linebreak="al",
267834  unicodeslot=0x1FB87,
267835 },
267836 [0x1FB88]={
267837  category="so",
267838  description="RIGHT THREE EIGHTHS BLOCK",
267839  direction="on",
267840  linebreak="al",
267841  unicodeslot=0x1FB88,
267842 },
267843 [0x1FB89]={
267844  category="so",
267845  description="RIGHT FIVE EIGHTHS BLOCK",
267846  direction="on",
267847  linebreak="al",
267848  unicodeslot=0x1FB89,
267849 },
267850 [0x1FB8A]={
267851  category="so",
267852  description="RIGHT THREE QUARTERS BLOCK",
267853  direction="on",
267854  linebreak="al",
267855  unicodeslot=0x1FB8A,
267856 },
267857 [0x1FB8B]={
267858  category="so",
267859  description="RIGHT SEVEN EIGHTHS BLOCK",
267860  direction="on",
267861  linebreak="al",
267862  unicodeslot=0x1FB8B,
267863 },
267864 [0x1FB8C]={
267865  category="so",
267866  description="LEFT HALF MEDIUM SHADE",
267867  direction="on",
267868  linebreak="al",
267869  unicodeslot=0x1FB8C,
267870 },
267871 [0x1FB8D]={
267872  category="so",
267873  description="RIGHT HALF MEDIUM SHADE",
267874  direction="on",
267875  linebreak="al",
267876  unicodeslot=0x1FB8D,
267877 },
267878 [0x1FB8E]={
267879  category="so",
267880  description="UPPER HALF MEDIUM SHADE",
267881  direction="on",
267882  linebreak="al",
267883  unicodeslot=0x1FB8E,
267884 },
267885 [0x1FB8F]={
267886  category="so",
267887  description="LOWER HALF MEDIUM SHADE",
267888  direction="on",
267889  linebreak="al",
267890  unicodeslot=0x1FB8F,
267891 },
267892 [0x1FB90]={
267893  category="so",
267894  description="INVERSE MEDIUM SHADE",
267895  direction="on",
267896  linebreak="al",
267897  unicodeslot=0x1FB90,
267898 },
267899 [0x1FB91]={
267900  category="so",
267901  description="UPPER HALF BLOCK AND LOWER HALF INVERSE MEDIUM SHADE",
267902  direction="on",
267903  linebreak="al",
267904  unicodeslot=0x1FB91,
267905 },
267906 [0x1FB92]={
267907  category="so",
267908  description="UPPER HALF INVERSE MEDIUM SHADE AND LOWER HALF BLOCK",
267909  direction="on",
267910  linebreak="al",
267911  unicodeslot=0x1FB92,
267912 },
267913 [0x1FB94]={
267914  category="so",
267915  description="LEFT HALF INVERSE MEDIUM SHADE AND RIGHT HALF BLOCK",
267916  direction="on",
267917  linebreak="al",
267918  unicodeslot=0x1FB94,
267919 },
267920 [0x1FB95]={
267921  category="so",
267922  description="CHECKER BOARD FILL",
267923  direction="on",
267924  linebreak="al",
267925  unicodeslot=0x1FB95,
267926 },
267927 [0x1FB96]={
267928  category="so",
267929  description="INVERSE CHECKER BOARD FILL",
267930  direction="on",
267931  linebreak="al",
267932  unicodeslot=0x1FB96,
267933 },
267934 [0x1FB97]={
267935  category="so",
267936  description="HEAVY HORIZONTAL FILL",
267937  direction="on",
267938  linebreak="al",
267939  unicodeslot=0x1FB97,
267940 },
267941 [0x1FB98]={
267942  category="so",
267943  description="UPPER LEFT TO LOWER RIGHT FILL",
267944  direction="on",
267945  linebreak="al",
267946  unicodeslot=0x1FB98,
267947 },
267948 [0x1FB99]={
267949  category="so",
267950  description="UPPER RIGHT TO LOWER LEFT FILL",
267951  direction="on",
267952  linebreak="al",
267953  unicodeslot=0x1FB99,
267954 },
267955 [0x1FB9A]={
267956  category="so",
267957  description="UPPER AND LOWER TRIANGULAR HALF BLOCK",
267958  direction="on",
267959  linebreak="al",
267960  unicodeslot=0x1FB9A,
267961 },
267962 [0x1FB9B]={
267963  category="so",
267964  description="LEFT AND RIGHT TRIANGULAR HALF BLOCK",
267965  direction="on",
267966  linebreak="al",
267967  unicodeslot=0x1FB9B,
267968 },
267969 [0x1FB9C]={
267970  category="so",
267971  description="UPPER LEFT TRIANGULAR MEDIUM SHADE",
267972  direction="on",
267973  linebreak="al",
267974  unicodeslot=0x1FB9C,
267975 },
267976 [0x1FB9D]={
267977  category="so",
267978  description="UPPER RIGHT TRIANGULAR MEDIUM SHADE",
267979  direction="on",
267980  linebreak="al",
267981  unicodeslot=0x1FB9D,
267982 },
267983 [0x1FB9E]={
267984  category="so",
267985  description="LOWER RIGHT TRIANGULAR MEDIUM SHADE",
267986  direction="on",
267987  linebreak="al",
267988  unicodeslot=0x1FB9E,
267989 },
267990 [0x1FB9F]={
267991  category="so",
267992  description="LOWER LEFT TRIANGULAR MEDIUM SHADE",
267993  direction="on",
267994  linebreak="al",
267995  unicodeslot=0x1FB9F,
267996 },
267997 [0x1FBA0]={
267998  category="so",
267999  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT",
268000  direction="on",
268001  linebreak="al",
268002  unicodeslot=0x1FBA0,
268003 },
268004 [0x1FBA1]={
268005  category="so",
268006  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT",
268007  direction="on",
268008  linebreak="al",
268009  unicodeslot=0x1FBA1,
268010 },
268011 [0x1FBA2]={
268012  category="so",
268013  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO LOWER CENTRE",
268014  direction="on",
268015  linebreak="al",
268016  unicodeslot=0x1FBA2,
268017 },
268018 [0x1FBA3]={
268019  category="so",
268020  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE RIGHT TO LOWER CENTRE",
268021  direction="on",
268022  linebreak="al",
268023  unicodeslot=0x1FBA3,
268024 },
268025 [0x1FBA4]={
268026  category="so",
268027  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE",
268028  direction="on",
268029  linebreak="al",
268030  unicodeslot=0x1FBA4,
268031 },
268032 [0x1FBA5]={
268033  category="so",
268034  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE",
268035  direction="on",
268036  linebreak="al",
268037  unicodeslot=0x1FBA5,
268038 },
268039 [0x1FBA6]={
268040  category="so",
268041  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO LOWER CENTRE TO MIDDLE RIGHT",
268042  direction="on",
268043  linebreak="al",
268044  unicodeslot=0x1FBA6,
268045 },
268046 [0x1FBA7]={
268047  category="so",
268048  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO UPPER CENTRE TO MIDDLE RIGHT",
268049  direction="on",
268050  linebreak="al",
268051  unicodeslot=0x1FBA7,
268052 },
268053 [0x1FBA8]={
268054  category="so",
268055  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT AND MIDDLE RIGHT TO LOWER CENTRE",
268056  direction="on",
268057  linebreak="al",
268058  unicodeslot=0x1FBA8,
268059 },
268060 [0x1FBA9]={
268061  category="so",
268062  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT AND MIDDLE LEFT TO LOWER CENTRE",
268063  direction="on",
268064  linebreak="al",
268065  unicodeslot=0x1FBA9,
268066 },
268067 [0x1FBAA]={
268068  category="so",
268069  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE TO MIDDLE LEFT",
268070  direction="on",
268071  linebreak="al",
268072  unicodeslot=0x1FBAA,
268073 },
268074 [0x1FBAB]={
268075  category="so",
268076  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE TO MIDDLE RIGHT",
268077  direction="on",
268078  linebreak="al",
268079  unicodeslot=0x1FBAB,
268080 },
268081 [0x1FBAC]={
268082  category="so",
268083  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE",
268084  direction="on",
268085  linebreak="al",
268086  unicodeslot=0x1FBAC,
268087 },
268088 [0x1FBAD]={
268089  category="so",
268090  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE RIGHT TO UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE",
268091  direction="on",
268092  linebreak="al",
268093  unicodeslot=0x1FBAD,
268094 },
268095 [0x1FBAE]={
268096  category="so",
268097  description="BOX DRAWINGS LIGHT DIAGONAL DIAMOND",
268098  direction="on",
268099  linebreak="al",
268100  unicodeslot=0x1FBAE,
268101 },
268102 [0x1FBAF]={
268103  category="so",
268104  description="BOX DRAWINGS LIGHT HORIZONTAL WITH VERTICAL STROKE",
268105  direction="on",
268106  linebreak="al",
268107  unicodeslot=0x1FBAF,
268108 },
268109 [0x1FBB0]={
268110  category="so",
268111  description="ARROWHEAD-SHAPED POINTER",
268112  direction="on",
268113  linebreak="al",
268114  unicodeslot=0x1FBB0,
268115 },
268116 [0x1FBB1]={
268117  category="so",
268118  description="INVERSE CHECK MARK",
268119  direction="on",
268120  linebreak="al",
268121  unicodeslot=0x1FBB1,
268122 },
268123 [0x1FBB2]={
268124  category="so",
268125  description="LEFT HALF RUNNING MAN",
268126  direction="on",
268127  linebreak="al",
268128  unicodeslot=0x1FBB2,
268129 },
268130 [0x1FBB3]={
268131  category="so",
268132  description="RIGHT HALF RUNNING MAN",
268133  direction="on",
268134  linebreak="al",
268135  unicodeslot=0x1FBB3,
268136 },
268137 [0x1FBB4]={
268138  category="so",
268139  description="INVERSE DOWNWARDS ARROW WITH TIP LEFTWARDS",
268140  direction="on",
268141  linebreak="al",
268142  unicodeslot=0x1FBB4,
268143 },
268144 [0x1FBB5]={
268145  category="so",
268146  description="LEFTWARDS ARROW AND UPPER AND LOWER ONE EIGHTH BLOCK",
268147  direction="on",
268148  linebreak="al",
268149  unicodeslot=0x1FBB5,
268150 },
268151 [0x1FBB6]={
268152  category="so",
268153  description="RIGHTWARDS ARROW AND UPPER AND LOWER ONE EIGHTH BLOCK",
268154  direction="on",
268155  linebreak="al",
268156  unicodeslot=0x1FBB6,
268157 },
268158 [0x1FBB7]={
268159  category="so",
268160  description="DOWNWARDS ARROW AND RIGHT ONE EIGHTH BLOCK",
268161  direction="on",
268162  linebreak="al",
268163  unicodeslot=0x1FBB7,
268164 },
268165 [0x1FBB8]={
268166  category="so",
268167  description="UPWARDS ARROW AND RIGHT ONE EIGHTH BLOCK",
268168  direction="on",
268169  linebreak="al",
268170  unicodeslot=0x1FBB8,
268171 },
268172 [0x1FBB9]={
268173  category="so",
268174  description="LEFT HALF FOLDER",
268175  direction="on",
268176  linebreak="al",
268177  unicodeslot=0x1FBB9,
268178 },
268179 [0x1FBBA]={
268180  category="so",
268181  description="RIGHT HALF FOLDER",
268182  direction="on",
268183  linebreak="al",
268184  unicodeslot=0x1FBBA,
268185 },
268186 [0x1FBBB]={
268187  category="so",
268188  description="VOIDED GREEK CROSS",
268189  direction="on",
268190  linebreak="al",
268191  unicodeslot=0x1FBBB,
268192 },
268193 [0x1FBBC]={
268194  category="so",
268195  description="RIGHT OPEN SQUARED DOT",
268196  direction="on",
268197  linebreak="al",
268198  unicodeslot=0x1FBBC,
268199 },
268200 [0x1FBBD]={
268201  category="so",
268202  description="NEGATIVE DIAGONAL CROSS",
268203  direction="on",
268204  linebreak="al",
268205  unicodeslot=0x1FBBD,
268206 },
268207 [0x1FBBE]={
268208  category="so",
268209  description="NEGATIVE DIAGONAL MIDDLE RIGHT TO LOWER CENTRE",
268210  direction="on",
268211  linebreak="al",
268212  unicodeslot=0x1FBBE,
268213 },
268214 [0x1FBBF]={
268215  category="so",
268216  description="NEGATIVE DIAGONAL DIAMOND",
268217  direction="on",
268218  linebreak="al",
268219  unicodeslot=0x1FBBF,
268220 },
268221 [0x1FBC0]={
268222  category="so",
268223  description="WHITE HEAVY SALTIRE WITH ROUNDED CORNERS",
268224  direction="on",
268225  linebreak="al",
268226  unicodeslot=0x1FBC0,
268227 },
268228 [0x1FBC1]={
268229  category="so",
268230  description="LEFT THIRD WHITE RIGHT POINTING INDEX",
268231  direction="on",
268232  linebreak="al",
268233  unicodeslot=0x1FBC1,
268234 },
268235 [0x1FBC2]={
268236  category="so",
268237  description="MIDDLE THIRD WHITE RIGHT POINTING INDEX",
268238  direction="on",
268239  linebreak="al",
268240  unicodeslot=0x1FBC2,
268241 },
268242 [0x1FBC3]={
268243  category="so",
268244  description="RIGHT THIRD WHITE RIGHT POINTING INDEX",
268245  direction="on",
268246  linebreak="al",
268247  unicodeslot=0x1FBC3,
268248 },
268249 [0x1FBC4]={
268250  category="so",
268251  description="NEGATIVE SQUARED QUESTION MARK",
268252  direction="on",
268253  linebreak="al",
268254  unicodeslot=0x1FBC4,
268255 },
268256 [0x1FBC5]={
268257  category="so",
268258  description="STICK FIGURE",
268259  direction="on",
268260  linebreak="al",
268261  unicodeslot=0x1FBC5,
268262 },
268263 [0x1FBC6]={
268264  category="so",
268265  description="STICK FIGURE WITH ARMS RAISED",
268266  direction="on",
268267  linebreak="al",
268268  unicodeslot=0x1FBC6,
268269 },
268270 [0x1FBC7]={
268271  category="so",
268272  description="STICK FIGURE LEANING LEFT",
268273  direction="on",
268274  linebreak="al",
268275  unicodeslot=0x1FBC7,
268276 },
268277 [0x1FBC8]={
268278  category="so",
268279  description="STICK FIGURE LEANING RIGHT",
268280  direction="on",
268281  linebreak="al",
268282  unicodeslot=0x1FBC8,
268283 },
268284 [0x1FBC9]={
268285  category="so",
268286  description="STICK FIGURE WITH DRESS",
268287  direction="on",
268288  linebreak="al",
268289  unicodeslot=0x1FBC9,
268290 },
268291 [0x1FBCA]={
268292  category="so",
268293  description="WHITE UP-POINTING CHEVRON",
268294  direction="on",
268295  linebreak="al",
268296  unicodeslot=0x1FBCA,
268297 },
268298 [0x1FBF0]={
268299  category="nd",
268300  description="SEGMENTED DIGIT ZERO",
268301  direction="en",
268302  linebreak="nu",
268303  specials={ "font", 0x30 },
268304  unicodeslot=0x1FBF0,
268305 },
268306 [0x1FBF1]={
268307  category="nd",
268308  description="SEGMENTED DIGIT ONE",
268309  direction="en",
268310  linebreak="nu",
268311  specials={ "font", 0x31 },
268312  unicodeslot=0x1FBF1,
268313 },
268314 [0x1FBF2]={
268315  category="nd",
268316  description="SEGMENTED DIGIT TWO",
268317  direction="en",
268318  linebreak="nu",
268319  specials={ "font", 0x32 },
268320  unicodeslot=0x1FBF2,
268321 },
268322 [0x1FBF3]={
268323  category="nd",
268324  description="SEGMENTED DIGIT THREE",
268325  direction="en",
268326  linebreak="nu",
268327  specials={ "font", 0x33 },
268328  unicodeslot=0x1FBF3,
268329 },
268330 [0x1FBF4]={
268331  category="nd",
268332  description="SEGMENTED DIGIT FOUR",
268333  direction="en",
268334  linebreak="nu",
268335  specials={ "font", 0x34 },
268336  unicodeslot=0x1FBF4,
268337 },
268338 [0x1FBF5]={
268339  category="nd",
268340  description="SEGMENTED DIGIT FIVE",
268341  direction="en",
268342  linebreak="nu",
268343  specials={ "font", 0x35 },
268344  unicodeslot=0x1FBF5,
268345 },
268346 [0x1FBF6]={
268347  category="nd",
268348  description="SEGMENTED DIGIT SIX",
268349  direction="en",
268350  linebreak="nu",
268351  specials={ "font", 0x36 },
268352  unicodeslot=0x1FBF6,
268353 },
268354 [0x1FBF7]={
268355  category="nd",
268356  description="SEGMENTED DIGIT SEVEN",
268357  direction="en",
268358  linebreak="nu",
268359  specials={ "font", 0x37 },
268360  unicodeslot=0x1FBF7,
268361 },
268362 [0x1FBF8]={
268363  category="nd",
268364  description="SEGMENTED DIGIT EIGHT",
268365  direction="en",
268366  linebreak="nu",
268367  specials={ "font", 0x38 },
268368  unicodeslot=0x1FBF8,
268369 },
268370 [0x1FBF9]={
268371  category="nd",
268372  description="SEGMENTED DIGIT NINE",
268373  direction="en",
268374  linebreak="nu",
268375  specials={ "font", 0x39 },
268376  unicodeslot=0x1FBF9,
268377 },
268378 [0x2F800]={
268379  category="lo",
268380  cjkwd="w",
268381  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0320",
268382  direction="l",
268383  linebreak="id",
268384  specials={ "char", 0x4E3D },
268385  unicodeslot=0x2F800,
268386 },
268387 [0x2F801]={
268388  category="lo",
268389  cjkwd="w",
268390  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0321",
268391  direction="l",
268392  linebreak="id",
268393  specials={ "char", 0x4E38 },
268394  unicodeslot=0x2F801,
268395 },
268396 [0x2F802]={
268397  category="lo",
268398  cjkwd="w",
268399  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0322",
268400  direction="l",
268401  linebreak="id",
268402  specials={ "char", 0x4E41 },
268403  unicodeslot=0x2F802,
268404 },
268405 [0x2F803]={
268406  category="lo",
268407  cjkwd="w",
268408  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0323",
268409  direction="l",
268410  linebreak="id",
268411  specials={ "char", 0x20122 },
268412  unicodeslot=0x2F803,
268413 },
268414 [0x2F804]={
268415  category="lo",
268416  cjkwd="w",
268417  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0324",
268418  direction="l",
268419  linebreak="id",
268420  specials={ "char", 0x4F60 },
268421  unicodeslot=0x2F804,
268422 },
268423 [0x2F805]={
268424  category="lo",
268425  cjkwd="w",
268426  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0325",
268427  direction="l",
268428  linebreak="id",
268429  specials={ "char", 0x4FAE },
268430  unicodeslot=0x2F805,
268431 },
268432 [0x2F806]={
268433  category="lo",
268434  cjkwd="w",
268435  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0326",
268436  direction="l",
268437  linebreak="id",
268438  specials={ "char", 0x4FBB },
268439  unicodeslot=0x2F806,
268440 },
268441 [0x2F807]={
268442  category="lo",
268443  cjkwd="w",
268444  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0327",
268445  direction="l",
268446  linebreak="id",
268447  specials={ "char", 0x5002 },
268448  unicodeslot=0x2F807,
268449 },
268450 [0x2F808]={
268451  category="lo",
268452  cjkwd="w",
268453  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0328",
268454  direction="l",
268455  linebreak="id",
268456  specials={ "char", 0x507A },
268457  unicodeslot=0x2F808,
268458 },
268459 [0x2F809]={
268460  category="lo",
268461  cjkwd="w",
268462  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0329",
268463  direction="l",
268464  linebreak="id",
268465  specials={ "char", 0x5099 },
268466  unicodeslot=0x2F809,
268467 },
268468 [0x2F80A]={
268469  category="lo",
268470  cjkwd="w",
268471  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050A",
268472  direction="l",
268473  linebreak="id",
268474  specials={ "char", 0x50E7 },
268475  unicodeslot=0x2F80A,
268476 },
268477 [0x2F80B]={
268478  category="lo",
268479  cjkwd="w",
268480  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050B",
268481  direction="l",
268482  linebreak="id",
268483  specials={ "char", 0x50CF },
268484  unicodeslot=0x2F80B,
268485 },
268486 [0x2F80C]={
268487  category="lo",
268488  cjkwd="w",
268489  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050C",
268490  direction="l",
268491  linebreak="id",
268492  specials={ "char", 0x349E },
268493  unicodeslot=0x2F80C,
268494 },
268495 [0x2F80D]={
268496  category="lo",
268497  cjkwd="w",
268498  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050D",
268499  direction="l",
268500  linebreak="id",
268501  specials={ "char", 0x2063A },
268502  unicodeslot=0x2F80D,
268503 },
268504 [0x2F80E]={
268505  category="lo",
268506  cjkwd="w",
268507  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050E",
268508  direction="l",
268509  linebreak="id",
268510  specials={ "char", 0x514D },
268511  unicodeslot=0x2F80E,
268512 },
268513 [0x2F80F]={
268514  category="lo",
268515  cjkwd="w",
268516  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050F",
268517  direction="l",
268518  linebreak="id",
268519  specials={ "char", 0x5154 },
268520  unicodeslot=0x2F80F,
268521 },
268522 [0x2F810]={
268523  category="lo",
268524  cjkwd="w",
268525  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032A",
268526  direction="l",
268527  linebreak="id",
268528  specials={ "char", 0x5164 },
268529  unicodeslot=0x2F810,
268530 },
268531 [0x2F811]={
268532  category="lo",
268533  cjkwd="w",
268534  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032B",
268535  direction="l",
268536  linebreak="id",
268537  specials={ "char", 0x5177 },
268538  unicodeslot=0x2F811,
268539 },
268540 [0x2F812]={
268541  category="lo",
268542  cjkwd="w",
268543  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032C",
268544  direction="l",
268545  linebreak="id",
268546  specials={ "char", 0x2051C },
268547  unicodeslot=0x2F812,
268548 },
268549 [0x2F813]={
268550  category="lo",
268551  cjkwd="w",
268552  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032D",
268553  direction="l",
268554  linebreak="id",
268555  specials={ "char", 0x34B9 },
268556  unicodeslot=0x2F813,
268557 },
268558 [0x2F814]={
268559  category="lo",
268560  cjkwd="w",
268561  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032E",
268562  direction="l",
268563  linebreak="id",
268564  specials={ "char", 0x5167 },
268565  unicodeslot=0x2F814,
268566 },
268567 [0x2F815]={
268568  category="lo",
268569  cjkwd="w",
268570  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032F",
268571  direction="l",
268572  linebreak="id",
268573  specials={ "char", 0x518D },
268574  unicodeslot=0x2F815,
268575 },
268576 [0x2F816]={
268577  category="lo",
268578  cjkwd="w",
268579  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0330",
268580  direction="l",
268581  linebreak="id",
268582  specials={ "char", 0x2054B },
268583  unicodeslot=0x2F816,
268584 },
268585 [0x2F817]={
268586  category="lo",
268587  cjkwd="w",
268588  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0331",
268589  direction="l",
268590  linebreak="id",
268591  specials={ "char", 0x5197 },
268592  unicodeslot=0x2F817,
268593 },
268594 [0x2F818]={
268595  category="lo",
268596  cjkwd="w",
268597  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0332",
268598  direction="l",
268599  linebreak="id",
268600  specials={ "char", 0x51A4 },
268601  unicodeslot=0x2F818,
268602 },
268603 [0x2F819]={
268604  category="lo",
268605  cjkwd="w",
268606  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0333",
268607  direction="l",
268608  linebreak="id",
268609  specials={ "char", 0x4ECC },
268610  unicodeslot=0x2F819,
268611 },
268612 [0x2F81A]={
268613  category="lo",
268614  cjkwd="w",
268615  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051A",
268616  direction="l",
268617  linebreak="id",
268618  specials={ "char", 0x51AC },
268619  unicodeslot=0x2F81A,
268620 },
268621 [0x2F81B]={
268622  category="lo",
268623  cjkwd="w",
268624  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051B",
268625  direction="l",
268626  linebreak="id",
268627  specials={ "char", 0x51B5 },
268628  unicodeslot=0x2F81B,
268629 },
268630 [0x2F81C]={
268631  category="lo",
268632  cjkwd="w",
268633  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051C",
268634  direction="l",
268635  linebreak="id",
268636  specials={ "char", 0x291DF },
268637  unicodeslot=0x2F81C,
268638 },
268639 [0x2F81D]={
268640  category="lo",
268641  cjkwd="w",
268642  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051D",
268643  direction="l",
268644  linebreak="id",
268645  specials={ "char", 0x51F5 },
268646  unicodeslot=0x2F81D,
268647 },
268648 [0x2F81E]={
268649  category="lo",
268650  cjkwd="w",
268651  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051E",
268652  direction="l",
268653  linebreak="id",
268654  specials={ "char", 0x5203 },
268655  unicodeslot=0x2F81E,
268656 },
268657 [0x2F81F]={
268658  category="lo",
268659  cjkwd="w",
268660  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051F",
268661  direction="l",
268662  linebreak="id",
268663  specials={ "char", 0x34DF },
268664  unicodeslot=0x2F81F,
268665 },
268666 [0x2F820]={
268667  category="lo",
268668  cjkwd="w",
268669  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0334",
268670  direction="l",
268671  linebreak="id",
268672  specials={ "char", 0x523B },
268673  unicodeslot=0x2F820,
268674 },
268675 [0x2F821]={
268676  category="lo",
268677  cjkwd="w",
268678  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0335",
268679  direction="l",
268680  linebreak="id",
268681  specials={ "char", 0x5246 },
268682  unicodeslot=0x2F821,
268683 },
268684 [0x2F822]={
268685  category="lo",
268686  cjkwd="w",
268687  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0336",
268688  direction="l",
268689  linebreak="id",
268690  specials={ "char", 0x5272 },
268691  unicodeslot=0x2F822,
268692 },
268693 [0x2F823]={
268694  category="lo",
268695  cjkwd="w",
268696  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0337",
268697  direction="l",
268698  linebreak="id",
268699  specials={ "char", 0x5277 },
268700  unicodeslot=0x2F823,
268701 },
268702 [0x2F824]={
268703  category="lo",
268704  cjkwd="w",
268705  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0338",
268706  direction="l",
268707  linebreak="id",
268708  specials={ "char", 0x3515 },
268709  unicodeslot=0x2F824,
268710 },
268711 [0x2F825]={
268712  category="lo",
268713  cjkwd="w",
268714  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0339",
268715  direction="l",
268716  linebreak="id",
268717  specials={ "char", 0x52C7 },
268718  unicodeslot=0x2F825,
268719 },
268720 [0x2F826]={
268721  category="lo",
268722  cjkwd="w",
268723  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033A",
268724  direction="l",
268725  linebreak="id",
268726  specials={ "char", 0x52C9 },
268727  unicodeslot=0x2F826,
268728 },
268729 [0x2F827]={
268730  category="lo",
268731  cjkwd="w",
268732  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033B",
268733  direction="l",
268734  linebreak="id",
268735  specials={ "char", 0x52E4 },
268736  unicodeslot=0x2F827,
268737 },
268738 [0x2F828]={
268739  category="lo",
268740  cjkwd="w",
268741  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033C",
268742  direction="l",
268743  linebreak="id",
268744  specials={ "char", 0x52FA },
268745  unicodeslot=0x2F828,
268746 },
268747 [0x2F829]={
268748  category="lo",
268749  cjkwd="w",
268750  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033D",
268751  direction="l",
268752  linebreak="id",
268753  specials={ "char", 0x5305 },
268754  unicodeslot=0x2F829,
268755 },
268756 [0x2F82A]={
268757  category="lo",
268758  cjkwd="w",
268759  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052A",
268760  direction="l",
268761  linebreak="id",
268762  specials={ "char", 0x5306 },
268763  unicodeslot=0x2F82A,
268764 },
268765 [0x2F82B]={
268766  category="lo",
268767  cjkwd="w",
268768  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052B",
268769  direction="l",
268770  linebreak="id",
268771  specials={ "char", 0x5317 },
268772  unicodeslot=0x2F82B,
268773 },
268774 [0x2F82C]={
268775  category="lo",
268776  cjkwd="w",
268777  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052C",
268778  direction="l",
268779  linebreak="id",
268780  specials={ "char", 0x5349 },
268781  unicodeslot=0x2F82C,
268782 },
268783 [0x2F82D]={
268784  category="lo",
268785  cjkwd="w",
268786  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052D",
268787  direction="l",
268788  linebreak="id",
268789  specials={ "char", 0x5351 },
268790  unicodeslot=0x2F82D,
268791 },
268792 [0x2F82E]={
268793  category="lo",
268794  cjkwd="w",
268795  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052E",
268796  direction="l",
268797  linebreak="id",
268798  specials={ "char", 0x535A },
268799  unicodeslot=0x2F82E,
268800 },
268801 [0x2F82F]={
268802  category="lo",
268803  cjkwd="w",
268804  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052F",
268805  direction="l",
268806  linebreak="id",
268807  specials={ "char", 0x5373 },
268808  unicodeslot=0x2F82F,
268809 },
268810 [0x2F830]={
268811  category="lo",
268812  cjkwd="w",
268813  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033E",
268814  direction="l",
268815  linebreak="id",
268816  specials={ "char", 0x537D },
268817  unicodeslot=0x2F830,
268818 },
268819 [0x2F831]={
268820  category="lo",
268821  cjkwd="w",
268822  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033F",
268823  direction="l",
268824  linebreak="id",
268825  specials={ "char", 0x537F },
268826  unicodeslot=0x2F831,
268827 },
268828 [0x2F832]={
268829  category="lo",
268830  cjkwd="w",
268831  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0340",
268832  direction="l",
268833  linebreak="id",
268834  specials={ "char", 0x537F },
268835  unicodeslot=0x2F832,
268836 },
268837 [0x2F833]={
268838  category="lo",
268839  cjkwd="w",
268840  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0341",
268841  direction="l",
268842  linebreak="id",
268843  specials={ "char", 0x537F },
268844  unicodeslot=0x2F833,
268845 },
268846 [0x2F834]={
268847  category="lo",
268848  cjkwd="w",
268849  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0342",
268850  direction="l",
268851  linebreak="id",
268852  specials={ "char", 0x20A2C },
268853  unicodeslot=0x2F834,
268854 },
268855 [0x2F835]={
268856  category="lo",
268857  cjkwd="w",
268858  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0343",
268859  direction="l",
268860  linebreak="id",
268861  specials={ "char", 0x7070 },
268862  unicodeslot=0x2F835,
268863 },
268864 [0x2F836]={
268865  category="lo",
268866  cjkwd="w",
268867  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0344",
268868  direction="l",
268869  linebreak="id",
268870  specials={ "char", 0x53CA },
268871  unicodeslot=0x2F836,
268872 },
268873 [0x2F837]={
268874  category="lo",
268875  cjkwd="w",
268876  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0345",
268877  direction="l",
268878  linebreak="id",
268879  specials={ "char", 0x53DF },
268880  unicodeslot=0x2F837,
268881 },
268882 [0x2F838]={
268883  category="lo",
268884  cjkwd="w",
268885  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0346",
268886  direction="l",
268887  linebreak="id",
268888  specials={ "char", 0x20B63 },
268889  unicodeslot=0x2F838,
268890 },
268891 [0x2F839]={
268892  category="lo",
268893  cjkwd="w",
268894  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0347",
268895  direction="l",
268896  linebreak="id",
268897  specials={ "char", 0x53EB },
268898  unicodeslot=0x2F839,
268899 },
268900 [0x2F83A]={
268901  category="lo",
268902  cjkwd="w",
268903  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053A",
268904  direction="l",
268905  linebreak="id",
268906  specials={ "char", 0x53F1 },
268907  unicodeslot=0x2F83A,
268908 },
268909 [0x2F83B]={
268910  category="lo",
268911  cjkwd="w",
268912  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053B",
268913  direction="l",
268914  linebreak="id",
268915  specials={ "char", 0x5406 },
268916  unicodeslot=0x2F83B,
268917 },
268918 [0x2F83C]={
268919  category="lo",
268920  cjkwd="w",
268921  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053C",
268922  direction="l",
268923  linebreak="id",
268924  specials={ "char", 0x549E },
268925  unicodeslot=0x2F83C,
268926 },
268927 [0x2F83D]={
268928  category="lo",
268929  cjkwd="w",
268930  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053D",
268931  direction="l",
268932  linebreak="id",
268933  specials={ "char", 0x5438 },
268934  unicodeslot=0x2F83D,
268935 },
268936 [0x2F83E]={
268937  category="lo",
268938  cjkwd="w",
268939  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053E",
268940  direction="l",
268941  linebreak="id",
268942  specials={ "char", 0x5448 },
268943  unicodeslot=0x2F83E,
268944 },
268945 [0x2F83F]={
268946  category="lo",
268947  cjkwd="w",
268948  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053F",
268949  direction="l",
268950  linebreak="id",
268951  specials={ "char", 0x5468 },
268952  unicodeslot=0x2F83F,
268953 },
268954 [0x2F840]={
268955  category="lo",
268956  cjkwd="w",
268957  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0348",
268958  direction="l",
268959  linebreak="id",
268960  specials={ "char", 0x54A2 },
268961  unicodeslot=0x2F840,
268962 },
268963 [0x2F841]={
268964  category="lo",
268965  cjkwd="w",
268966  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0349",
268967  direction="l",
268968  linebreak="id",
268969  specials={ "char", 0x54F6 },
268970  unicodeslot=0x2F841,
268971 },
268972 [0x2F842]={
268973  category="lo",
268974  cjkwd="w",
268975  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034A",
268976  direction="l",
268977  linebreak="id",
268978  specials={ "char", 0x5510 },
268979  unicodeslot=0x2F842,
268980 },
268981 [0x2F843]={
268982  category="lo",
268983  cjkwd="w",
268984  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034B",
268985  direction="l",
268986  linebreak="id",
268987  specials={ "char", 0x5553 },
268988  unicodeslot=0x2F843,
268989 },
268990 [0x2F844]={
268991  category="lo",
268992  cjkwd="w",
268993  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034C",
268994  direction="l",
268995  linebreak="id",
268996  specials={ "char", 0x5563 },
268997  unicodeslot=0x2F844,
268998 },
268999 [0x2F845]={
269000  category="lo",
269001  cjkwd="w",
269002  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034D",
269003  direction="l",
269004  linebreak="id",
269005  specials={ "char", 0x5584 },
269006  unicodeslot=0x2F845,
269007 },
269008 [0x2F846]={
269009  category="lo",
269010  cjkwd="w",
269011  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034E",
269012  direction="l",
269013  linebreak="id",
269014  specials={ "char", 0x5584 },
269015  unicodeslot=0x2F846,
269016 },
269017 [0x2F847]={
269018  category="lo",
269019  cjkwd="w",
269020  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034F",
269021  direction="l",
269022  linebreak="id",
269023  specials={ "char", 0x5599 },
269024  unicodeslot=0x2F847,
269025 },
269026 [0x2F848]={
269027  category="lo",
269028  cjkwd="w",
269029  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0350",
269030  direction="l",
269031  linebreak="id",
269032  specials={ "char", 0x55AB },
269033  unicodeslot=0x2F848,
269034 },
269035 [0x2F849]={
269036  category="lo",
269037  cjkwd="w",
269038  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0351",
269039  direction="l",
269040  linebreak="id",
269041  specials={ "char", 0x55B3 },
269042  unicodeslot=0x2F849,
269043 },
269044 [0x2F84A]={
269045  category="lo",
269046  cjkwd="w",
269047  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054A",
269048  direction="l",
269049  linebreak="id",
269050  specials={ "char", 0x55C2 },
269051  unicodeslot=0x2F84A,
269052 },
269053 [0x2F84B]={
269054  category="lo",
269055  cjkwd="w",
269056  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054B",
269057  direction="l",
269058  linebreak="id",
269059  specials={ "char", 0x5716 },
269060  unicodeslot=0x2F84B,
269061 },
269062 [0x2F84C]={
269063  category="lo",
269064  cjkwd="w",
269065  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054C",
269066  direction="l",
269067  linebreak="id",
269068  specials={ "char", 0x5606 },
269069  unicodeslot=0x2F84C,
269070 },
269071 [0x2F84D]={
269072  category="lo",
269073  cjkwd="w",
269074  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054D",
269075  direction="l",
269076  linebreak="id",
269077  specials={ "char", 0x5717 },
269078  unicodeslot=0x2F84D,
269079 },
269080 [0x2F84E]={
269081  category="lo",
269082  cjkwd="w",
269083  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054E",
269084  direction="l",
269085  linebreak="id",
269086  specials={ "char", 0x5651 },
269087  unicodeslot=0x2F84E,
269088 },
269089 [0x2F84F]={
269090  category="lo",
269091  cjkwd="w",
269092  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054F",
269093  direction="l",
269094  linebreak="id",
269095  specials={ "char", 0x5674 },
269096  unicodeslot=0x2F84F,
269097 },
269098 [0x2F850]={
269099  category="lo",
269100  cjkwd="w",
269101  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0352",
269102  direction="l",
269103  linebreak="id",
269104  specials={ "char", 0x5207 },
269105  unicodeslot=0x2F850,
269106 },
269107 [0x2F851]={
269108  category="lo",
269109  cjkwd="w",
269110  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0353",
269111  direction="l",
269112  linebreak="id",
269113  specials={ "char", 0x58EE },
269114  unicodeslot=0x2F851,
269115 },
269116 [0x2F852]={
269117  category="lo",
269118  cjkwd="w",
269119  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0354",
269120  direction="l",
269121  linebreak="id",
269122  specials={ "char", 0x57CE },
269123  unicodeslot=0x2F852,
269124 },
269125 [0x2F853]={
269126  category="lo",
269127  cjkwd="w",
269128  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0355",
269129  direction="l",
269130  linebreak="id",
269131  specials={ "char", 0x57F4 },
269132  unicodeslot=0x2F853,
269133 },
269134 [0x2F854]={
269135  category="lo",
269136  cjkwd="w",
269137  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0356",
269138  direction="l",
269139  linebreak="id",
269140  specials={ "char", 0x580D },
269141  unicodeslot=0x2F854,
269142 },
269143 [0x2F855]={
269144  category="lo",
269145  cjkwd="w",
269146  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0357",
269147  direction="l",
269148  linebreak="id",
269149  specials={ "char", 0x578B },
269150  unicodeslot=0x2F855,
269151 },
269152 [0x2F856]={
269153  category="lo",
269154  cjkwd="w",
269155  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0358",
269156  direction="l",
269157  linebreak="id",
269158  specials={ "char", 0x5832 },
269159  unicodeslot=0x2F856,
269160 },
269161 [0x2F857]={
269162  category="lo",
269163  cjkwd="w",
269164  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0359",
269165  direction="l",
269166  linebreak="id",
269167  specials={ "char", 0x5831 },
269168  unicodeslot=0x2F857,
269169 },
269170 [0x2F858]={
269171  category="lo",
269172  cjkwd="w",
269173  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035A",
269174  direction="l",
269175  linebreak="id",
269176  specials={ "char", 0x58AC },
269177  unicodeslot=0x2F858,
269178 },
269179 [0x2F859]={
269180  category="lo",
269181  cjkwd="w",
269182  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035B",
269183  direction="l",
269184  linebreak="id",
269185  specials={ "char", 0x214E4 },
269186  unicodeslot=0x2F859,
269187 },
269188 [0x2F85A]={
269189  category="lo",
269190  cjkwd="w",
269191  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055A",
269192  direction="l",
269193  linebreak="id",
269194  specials={ "char", 0x58F2 },
269195  unicodeslot=0x2F85A,
269196 },
269197 [0x2F85B]={
269198  category="lo",
269199  cjkwd="w",
269200  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055B",
269201  direction="l",
269202  linebreak="id",
269203  specials={ "char", 0x58F7 },
269204  unicodeslot=0x2F85B,
269205 },
269206 [0x2F85C]={
269207  category="lo",
269208  cjkwd="w",
269209  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055C",
269210  direction="l",
269211  linebreak="id",
269212  specials={ "char", 0x5906 },
269213  unicodeslot=0x2F85C,
269214 },
269215 [0x2F85D]={
269216  category="lo",
269217  cjkwd="w",
269218  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055D",
269219  direction="l",
269220  linebreak="id",
269221  specials={ "char", 0x591A },
269222  unicodeslot=0x2F85D,
269223 },
269224 [0x2F85E]={
269225  category="lo",
269226  cjkwd="w",
269227  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055E",
269228  direction="l",
269229  linebreak="id",
269230  specials={ "char", 0x5922 },
269231  unicodeslot=0x2F85E,
269232 },
269233 [0x2F85F]={
269234  category="lo",
269235  cjkwd="w",
269236  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055F",
269237  direction="l",
269238  linebreak="id",
269239  specials={ "char", 0x5962 },
269240  unicodeslot=0x2F85F,
269241 },
269242 [0x2F860]={
269243  category="lo",
269244  cjkwd="w",
269245  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035C",
269246  direction="l",
269247  linebreak="id",
269248  specials={ "char", 0x216A8 },
269249  unicodeslot=0x2F860,
269250 },
269251 [0x2F861]={
269252  category="lo",
269253  cjkwd="w",
269254  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035D",
269255  direction="l",
269256  linebreak="id",
269257  specials={ "char", 0x216EA },
269258  unicodeslot=0x2F861,
269259 },
269260 [0x2F862]={
269261  category="lo",
269262  cjkwd="w",
269263  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035E",
269264  direction="l",
269265  linebreak="id",
269266  specials={ "char", 0x59EC },
269267  unicodeslot=0x2F862,
269268 },
269269 [0x2F863]={
269270  category="lo",
269271  cjkwd="w",
269272  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035F",
269273  direction="l",
269274  linebreak="id",
269275  specials={ "char", 0x5A1B },
269276  unicodeslot=0x2F863,
269277 },
269278 [0x2F864]={
269279  category="lo",
269280  cjkwd="w",
269281  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0360",
269282  direction="l",
269283  linebreak="id",
269284  specials={ "char", 0x5A27 },
269285  unicodeslot=0x2F864,
269286 },
269287 [0x2F865]={
269288  category="lo",
269289  cjkwd="w",
269290  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0361",
269291  direction="l",
269292  linebreak="id",
269293  specials={ "char", 0x59D8 },
269294  unicodeslot=0x2F865,
269295 },
269296 [0x2F866]={
269297  category="lo",
269298  cjkwd="w",
269299  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0362",
269300  direction="l",
269301  linebreak="id",
269302  specials={ "char", 0x5A66 },
269303  unicodeslot=0x2F866,
269304 },
269305 [0x2F867]={
269306  category="lo",
269307  cjkwd="w",
269308  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0363",
269309  direction="l",
269310  linebreak="id",
269311  specials={ "char", 0x36EE },
269312  unicodeslot=0x2F867,
269313 },
269314 [0x2F868]={
269315  category="lo",
269316  cjkwd="w",
269317  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0364",
269318  direction="l",
269319  linebreak="id",
269320  specials={ "char", 0x36FC },
269321  unicodeslot=0x2F868,
269322 },
269323 [0x2F869]={
269324  category="lo",
269325  cjkwd="w",
269326  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0365",
269327  direction="l",
269328  linebreak="id",
269329  specials={ "char", 0x5B08 },
269330  unicodeslot=0x2F869,
269331 },
269332 [0x2F86A]={
269333  category="lo",
269334  cjkwd="w",
269335  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056A",
269336  direction="l",
269337  linebreak="id",
269338  specials={ "char", 0x5B3E },
269339  unicodeslot=0x2F86A,
269340 },
269341 [0x2F86B]={
269342  category="lo",
269343  cjkwd="w",
269344  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056B",
269345  direction="l",
269346  linebreak="id",
269347  specials={ "char", 0x5B3E },
269348  unicodeslot=0x2F86B,
269349 },
269350 [0x2F86C]={
269351  category="lo",
269352  cjkwd="w",
269353  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056C",
269354  direction="l",
269355  linebreak="id",
269356  specials={ "char", 0x219C8 },
269357  unicodeslot=0x2F86C,
269358 },
269359 [0x2F86D]={
269360  category="lo",
269361  cjkwd="w",
269362  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056D",
269363  direction="l",
269364  linebreak="id",
269365  specials={ "char", 0x5BC3 },
269366  unicodeslot=0x2F86D,
269367 },
269368 [0x2F86E]={
269369  category="lo",
269370  cjkwd="w",
269371  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056E",
269372  direction="l",
269373  linebreak="id",
269374  specials={ "char", 0x5BD8 },
269375  unicodeslot=0x2F86E,
269376 },
269377 [0x2F86F]={
269378  category="lo",
269379  cjkwd="w",
269380  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056F",
269381  direction="l",
269382  linebreak="id",
269383  specials={ "char", 0x5BE7 },
269384  unicodeslot=0x2F86F,
269385 },
269386 [0x2F870]={
269387  category="lo",
269388  cjkwd="w",
269389  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0366",
269390  direction="l",
269391  linebreak="id",
269392  specials={ "char", 0x5BF3 },
269393  unicodeslot=0x2F870,
269394 },
269395 [0x2F871]={
269396  category="lo",
269397  cjkwd="w",
269398  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0367",
269399  direction="l",
269400  linebreak="id",
269401  specials={ "char", 0x21B18 },
269402  unicodeslot=0x2F871,
269403 },
269404 [0x2F872]={
269405  category="lo",
269406  cjkwd="w",
269407  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0368",
269408  direction="l",
269409  linebreak="id",
269410  specials={ "char", 0x5BFF },
269411  unicodeslot=0x2F872,
269412 },
269413 [0x2F873]={
269414  category="lo",
269415  cjkwd="w",
269416  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0369",
269417  direction="l",
269418  linebreak="id",
269419  specials={ "char", 0x5C06 },
269420  unicodeslot=0x2F873,
269421 },
269422 [0x2F874]={
269423  category="lo",
269424  cjkwd="w",
269425  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036A",
269426  direction="l",
269427  linebreak="id",
269428  specials={ "char", 0x5F53 },
269429  unicodeslot=0x2F874,
269430 },
269431 [0x2F875]={
269432  category="lo",
269433  cjkwd="w",
269434  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036B",
269435  direction="l",
269436  linebreak="id",
269437  specials={ "char", 0x5C22 },
269438  unicodeslot=0x2F875,
269439 },
269440 [0x2F876]={
269441  category="lo",
269442  cjkwd="w",
269443  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036C",
269444  direction="l",
269445  linebreak="id",
269446  specials={ "char", 0x3781 },
269447  unicodeslot=0x2F876,
269448 },
269449 [0x2F877]={
269450  category="lo",
269451  cjkwd="w",
269452  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036D",
269453  direction="l",
269454  linebreak="id",
269455  specials={ "char", 0x5C60 },
269456  unicodeslot=0x2F877,
269457 },
269458 [0x2F878]={
269459  category="lo",
269460  cjkwd="w",
269461  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036E",
269462  direction="l",
269463  linebreak="id",
269464  specials={ "char", 0x5C6E },
269465  unicodeslot=0x2F878,
269466 },
269467 [0x2F879]={
269468  category="lo",
269469  cjkwd="w",
269470  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036F",
269471  direction="l",
269472  linebreak="id",
269473  specials={ "char", 0x5CC0 },
269474  unicodeslot=0x2F879,
269475 },
269476 [0x2F87A]={
269477  category="lo",
269478  cjkwd="w",
269479  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057A",
269480  direction="l",
269481  linebreak="id",
269482  specials={ "char", 0x5C8D },
269483  unicodeslot=0x2F87A,
269484 },
269485 [0x2F87B]={
269486  category="lo",
269487  cjkwd="w",
269488  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057B",
269489  direction="l",
269490  linebreak="id",
269491  specials={ "char", 0x21DE4 },
269492  unicodeslot=0x2F87B,
269493 },
269494 [0x2F87C]={
269495  category="lo",
269496  cjkwd="w",
269497  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057C",
269498  direction="l",
269499  linebreak="id",
269500  specials={ "char", 0x5D43 },
269501  unicodeslot=0x2F87C,
269502 },
269503 [0x2F87D]={
269504  category="lo",
269505  cjkwd="w",
269506  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057D",
269507  direction="l",
269508  linebreak="id",
269509  specials={ "char", 0x21DE6 },
269510  unicodeslot=0x2F87D,
269511 },
269512 [0x2F87E]={
269513  category="lo",
269514  cjkwd="w",
269515  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057E",
269516  direction="l",
269517  linebreak="id",
269518  specials={ "char", 0x5D6E },
269519  unicodeslot=0x2F87E,
269520 },
269521 [0x2F87F]={
269522  category="lo",
269523  cjkwd="w",
269524  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057F",
269525  direction="l",
269526  linebreak="id",
269527  specials={ "char", 0x5D6B },
269528  unicodeslot=0x2F87F,
269529 },
269530 [0x2F880]={
269531  category="lo",
269532  cjkwd="w",
269533  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0370",
269534  direction="l",
269535  linebreak="id",
269536  specials={ "char", 0x5D7C },
269537  unicodeslot=0x2F880,
269538 },
269539 [0x2F881]={
269540  category="lo",
269541  cjkwd="w",
269542  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0371",
269543  direction="l",
269544  linebreak="id",
269545  specials={ "char", 0x5DE1 },
269546  unicodeslot=0x2F881,
269547 },
269548 [0x2F882]={
269549  category="lo",
269550  cjkwd="w",
269551  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0372",
269552  direction="l",
269553  linebreak="id",
269554  specials={ "char", 0x5DE2 },
269555  unicodeslot=0x2F882,
269556 },
269557 [0x2F883]={
269558  category="lo",
269559  cjkwd="w",
269560  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0373",
269561  direction="l",
269562  linebreak="id",
269563  specials={ "char", 0x382F },
269564  unicodeslot=0x2F883,
269565 },
269566 [0x2F884]={
269567  category="lo",
269568  cjkwd="w",
269569  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0374",
269570  direction="l",
269571  linebreak="id",
269572  specials={ "char", 0x5DFD },
269573  unicodeslot=0x2F884,
269574 },
269575 [0x2F885]={
269576  category="lo",
269577  cjkwd="w",
269578  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0375",
269579  direction="l",
269580  linebreak="id",
269581  specials={ "char", 0x5E28 },
269582  unicodeslot=0x2F885,
269583 },
269584 [0x2F886]={
269585  category="lo",
269586  cjkwd="w",
269587  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0376",
269588  direction="l",
269589  linebreak="id",
269590  specials={ "char", 0x5E3D },
269591  unicodeslot=0x2F886,
269592 },
269593 [0x2F887]={
269594  category="lo",
269595  cjkwd="w",
269596  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0377",
269597  direction="l",
269598  linebreak="id",
269599  specials={ "char", 0x5E69 },
269600  unicodeslot=0x2F887,
269601 },
269602 [0x2F888]={
269603  category="lo",
269604  cjkwd="w",
269605  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0378",
269606  direction="l",
269607  linebreak="id",
269608  specials={ "char", 0x3862 },
269609  unicodeslot=0x2F888,
269610 },
269611 [0x2F889]={
269612  category="lo",
269613  cjkwd="w",
269614  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0379",
269615  direction="l",
269616  linebreak="id",
269617  specials={ "char", 0x22183 },
269618  unicodeslot=0x2F889,
269619 },
269620 [0x2F88A]={
269621  category="lo",
269622  cjkwd="w",
269623  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058A",
269624  direction="l",
269625  linebreak="id",
269626  specials={ "char", 0x387C },
269627  unicodeslot=0x2F88A,
269628 },
269629 [0x2F88B]={
269630  category="lo",
269631  cjkwd="w",
269632  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058B",
269633  direction="l",
269634  linebreak="id",
269635  specials={ "char", 0x5EB0 },
269636  unicodeslot=0x2F88B,
269637 },
269638 [0x2F88C]={
269639  category="lo",
269640  cjkwd="w",
269641  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058C",
269642  direction="l",
269643  linebreak="id",
269644  specials={ "char", 0x5EB3 },
269645  unicodeslot=0x2F88C,
269646 },
269647 [0x2F88D]={
269648  category="lo",
269649  cjkwd="w",
269650  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058D",
269651  direction="l",
269652  linebreak="id",
269653  specials={ "char", 0x5EB6 },
269654  unicodeslot=0x2F88D,
269655 },
269656 [0x2F88E]={
269657  category="lo",
269658  cjkwd="w",
269659  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058E",
269660  direction="l",
269661  linebreak="id",
269662  specials={ "char", 0x5ECA },
269663  unicodeslot=0x2F88E,
269664 },
269665 [0x2F88F]={
269666  category="lo",
269667  cjkwd="w",
269668  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058F",
269669  direction="l",
269670  linebreak="id",
269671  specials={ "char", 0x2A392 },
269672  unicodeslot=0x2F88F,
269673 },
269674 [0x2F890]={
269675  category="lo",
269676  cjkwd="w",
269677  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037A",
269678  direction="l",
269679  linebreak="id",
269680  specials={ "char", 0x5EFE },
269681  unicodeslot=0x2F890,
269682 },
269683 [0x2F891]={
269684  category="lo",
269685  cjkwd="w",
269686  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037B",
269687  direction="l",
269688  linebreak="id",
269689  specials={ "char", 0x22331 },
269690  unicodeslot=0x2F891,
269691 },
269692 [0x2F892]={
269693  category="lo",
269694  cjkwd="w",
269695  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037C",
269696  direction="l",
269697  linebreak="id",
269698  specials={ "char", 0x22331 },
269699  unicodeslot=0x2F892,
269700 },
269701 [0x2F893]={
269702  category="lo",
269703  cjkwd="w",
269704  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037D",
269705  direction="l",
269706  linebreak="id",
269707  specials={ "char", 0x8201 },
269708  unicodeslot=0x2F893,
269709 },
269710 [0x2F894]={
269711  category="lo",
269712  cjkwd="w",
269713  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037E",
269714  direction="l",
269715  linebreak="id",
269716  specials={ "char", 0x5F22 },
269717  unicodeslot=0x2F894,
269718 },
269719 [0x2F895]={
269720  category="lo",
269721  cjkwd="w",
269722  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037F",
269723  direction="l",
269724  linebreak="id",
269725  specials={ "char", 0x5F22 },
269726  unicodeslot=0x2F895,
269727 },
269728 [0x2F896]={
269729  category="lo",
269730  cjkwd="w",
269731  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0380",
269732  direction="l",
269733  linebreak="id",
269734  specials={ "char", 0x38C7 },
269735  unicodeslot=0x2F896,
269736 },
269737 [0x2F897]={
269738  category="lo",
269739  cjkwd="w",
269740  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0381",
269741  direction="l",
269742  linebreak="id",
269743  specials={ "char", 0x232B8 },
269744  unicodeslot=0x2F897,
269745 },
269746 [0x2F898]={
269747  category="lo",
269748  cjkwd="w",
269749  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0382",
269750  direction="l",
269751  linebreak="id",
269752  specials={ "char", 0x261DA },
269753  unicodeslot=0x2F898,
269754 },
269755 [0x2F899]={
269756  category="lo",
269757  cjkwd="w",
269758  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0383",
269759  direction="l",
269760  linebreak="id",
269761  specials={ "char", 0x5F62 },
269762  unicodeslot=0x2F899,
269763 },
269764 [0x2F89A]={
269765  category="lo",
269766  cjkwd="w",
269767  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059A",
269768  direction="l",
269769  linebreak="id",
269770  specials={ "char", 0x5F6B },
269771  unicodeslot=0x2F89A,
269772 },
269773 [0x2F89B]={
269774  category="lo",
269775  cjkwd="w",
269776  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059B",
269777  direction="l",
269778  linebreak="id",
269779  specials={ "char", 0x38E3 },
269780  unicodeslot=0x2F89B,
269781 },
269782 [0x2F89C]={
269783  category="lo",
269784  cjkwd="w",
269785  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059C",
269786  direction="l",
269787  linebreak="id",
269788  specials={ "char", 0x5F9A },
269789  unicodeslot=0x2F89C,
269790 },
269791 [0x2F89D]={
269792  category="lo",
269793  cjkwd="w",
269794  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059D",
269795  direction="l",
269796  linebreak="id",
269797  specials={ "char", 0x5FCD },
269798  unicodeslot=0x2F89D,
269799 },
269800 [0x2F89E]={
269801  category="lo",
269802  cjkwd="w",
269803  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059E",
269804  direction="l",
269805  linebreak="id",
269806  specials={ "char", 0x5FD7 },
269807  unicodeslot=0x2F89E,
269808 },
269809 [0x2F89F]={
269810  category="lo",
269811  cjkwd="w",
269812  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059F",
269813  direction="l",
269814  linebreak="id",
269815  specials={ "char", 0x5FF9 },
269816  unicodeslot=0x2F89F,
269817 },
269818 [0x2F8A0]={
269819  category="lo",
269820  cjkwd="w",
269821  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0000",
269822  direction="l",
269823  linebreak="id",
269824  specials={ "char", 0x6081 },
269825  unicodeslot=0x2F8A0,
269826 },
269827 [0x2F8A1]={
269828  category="lo",
269829  cjkwd="w",
269830  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0001",
269831  direction="l",
269832  linebreak="id",
269833  specials={ "char", 0x393A },
269834  unicodeslot=0x2F8A1,
269835 },
269836 [0x2F8A2]={
269837  category="lo",
269838  cjkwd="w",
269839  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0002",
269840  direction="l",
269841  linebreak="id",
269842  specials={ "char", 0x391C },
269843  unicodeslot=0x2F8A2,
269844 },
269845 [0x2F8A3]={
269846  category="lo",
269847  cjkwd="w",
269848  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0003",
269849  direction="l",
269850  linebreak="id",
269851  specials={ "char", 0x6094 },
269852  unicodeslot=0x2F8A3,
269853 },
269854 [0x2F8A4]={
269855  category="lo",
269856  cjkwd="w",
269857  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0004",
269858  direction="l",
269859  linebreak="id",
269860  specials={ "char", 0x226D4 },
269861  unicodeslot=0x2F8A4,
269862 },
269863 [0x2F8A5]={
269864  category="lo",
269865  cjkwd="w",
269866  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0005",
269867  direction="l",
269868  linebreak="id",
269869  specials={ "char", 0x60C7 },
269870  unicodeslot=0x2F8A5,
269871 },
269872 [0x2F8A6]={
269873  category="lo",
269874  cjkwd="w",
269875  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0006",
269876  direction="l",
269877  linebreak="id",
269878  specials={ "char", 0x6148 },
269879  unicodeslot=0x2F8A6,
269880 },
269881 [0x2F8A7]={
269882  category="lo",
269883  cjkwd="w",
269884  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0007",
269885  direction="l",
269886  linebreak="id",
269887  specials={ "char", 0x614C },
269888  unicodeslot=0x2F8A7,
269889 },
269890 [0x2F8A8]={
269891  category="lo",
269892  cjkwd="w",
269893  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0008",
269894  direction="l",
269895  linebreak="id",
269896  specials={ "char", 0x614E },
269897  unicodeslot=0x2F8A8,
269898 },
269899 [0x2F8A9]={
269900  category="lo",
269901  cjkwd="w",
269902  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0009",
269903  direction="l",
269904  linebreak="id",
269905  specials={ "char", 0x614C },
269906  unicodeslot=0x2F8A9,
269907 },
269908 [0x2F8AA]={
269909  category="lo",
269910  cjkwd="w",
269911  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AA",
269912  direction="l",
269913  linebreak="id",
269914  specials={ "char", 0x617A },
269915  unicodeslot=0x2F8AA,
269916 },
269917 [0x2F8AB]={
269918  category="lo",
269919  cjkwd="w",
269920  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AB",
269921  direction="l",
269922  linebreak="id",
269923  specials={ "char", 0x618E },
269924  unicodeslot=0x2F8AB,
269925 },
269926 [0x2F8AC]={
269927  category="lo",
269928  cjkwd="w",
269929  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AC",
269930  direction="l",
269931  linebreak="id",
269932  specials={ "char", 0x61B2 },
269933  unicodeslot=0x2F8AC,
269934 },
269935 [0x2F8AD]={
269936  category="lo",
269937  cjkwd="w",
269938  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AD",
269939  direction="l",
269940  linebreak="id",
269941  specials={ "char", 0x61A4 },
269942  unicodeslot=0x2F8AD,
269943 },
269944 [0x2F8AE]={
269945  category="lo",
269946  cjkwd="w",
269947  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AE",
269948  direction="l",
269949  linebreak="id",
269950  specials={ "char", 0x61AF },
269951  unicodeslot=0x2F8AE,
269952 },
269953 [0x2F8AF]={
269954  category="lo",
269955  cjkwd="w",
269956  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AF",
269957  direction="l",
269958  linebreak="id",
269959  specials={ "char", 0x61DE },
269960  unicodeslot=0x2F8AF,
269961 },
269962 [0x2F8B0]={
269963  category="lo",
269964  cjkwd="w",
269965  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0000",
269966  direction="l",
269967  linebreak="id",
269968  specials={ "char", 0x61F2 },
269969  unicodeslot=0x2F8B0,
269970 },
269971 [0x2F8B1]={
269972  category="lo",
269973  cjkwd="w",
269974  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0001",
269975  direction="l",
269976  linebreak="id",
269977  specials={ "char", 0x61F6 },
269978  unicodeslot=0x2F8B1,
269979 },
269980 [0x2F8B2]={
269981  category="lo",
269982  cjkwd="w",
269983  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0002",
269984  direction="l",
269985  linebreak="id",
269986  specials={ "char", 0x6210 },
269987  unicodeslot=0x2F8B2,
269988 },
269989 [0x2F8B3]={
269990  category="lo",
269991  cjkwd="w",
269992  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0003",
269993  direction="l",
269994  linebreak="id",
269995  specials={ "char", 0x621B },
269996  unicodeslot=0x2F8B3,
269997 },
269998 [0x2F8B4]={
269999  category="lo",
270000  cjkwd="w",
270001  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0004",
270002  direction="l",
270003  linebreak="id",
270004  specials={ "char", 0x625D },
270005  unicodeslot=0x2F8B4,
270006 },
270007 [0x2F8B5]={
270008  category="lo",
270009  cjkwd="w",
270010  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0005",
270011  direction="l",
270012  linebreak="id",
270013  specials={ "char", 0x62B1 },
270014  unicodeslot=0x2F8B5,
270015 },
270016 [0x2F8B6]={
270017  category="lo",
270018  cjkwd="w",
270019  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0006",
270020  direction="l",
270021  linebreak="id",
270022  specials={ "char", 0x62D4 },
270023  unicodeslot=0x2F8B6,
270024 },
270025 [0x2F8B7]={
270026  category="lo",
270027  cjkwd="w",
270028  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0007",
270029  direction="l",
270030  linebreak="id",
270031  specials={ "char", 0x6350 },
270032  unicodeslot=0x2F8B7,
270033 },
270034 [0x2F8B8]={
270035  category="lo",
270036  cjkwd="w",
270037  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0008",
270038  direction="l",
270039  linebreak="id",
270040  specials={ "char", 0x22B0C },
270041  unicodeslot=0x2F8B8,
270042 },
270043 [0x2F8B9]={
270044  category="lo",
270045  cjkwd="w",
270046  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0009",
270047  direction="l",
270048  linebreak="id",
270049  specials={ "char", 0x633D },
270050  unicodeslot=0x2F8B9,
270051 },
270052 [0x2F8BA]={
270053  category="lo",
270054  cjkwd="w",
270055  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BA",
270056  direction="l",
270057  linebreak="id",
270058  specials={ "char", 0x62FC },
270059  unicodeslot=0x2F8BA,
270060 },
270061 [0x2F8BB]={
270062  category="lo",
270063  cjkwd="w",
270064  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BB",
270065  direction="l",
270066  linebreak="id",
270067  specials={ "char", 0x6368 },
270068  unicodeslot=0x2F8BB,
270069 },
270070 [0x2F8BC]={
270071  category="lo",
270072  cjkwd="w",
270073  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BC",
270074  direction="l",
270075  linebreak="id",
270076  specials={ "char", 0x6383 },
270077  unicodeslot=0x2F8BC,
270078 },
270079 [0x2F8BD]={
270080  category="lo",
270081  cjkwd="w",
270082  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BD",
270083  direction="l",
270084  linebreak="id",
270085  specials={ "char", 0x63E4 },
270086  unicodeslot=0x2F8BD,
270087 },
270088 [0x2F8BE]={
270089  category="lo",
270090  cjkwd="w",
270091  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BE",
270092  direction="l",
270093  linebreak="id",
270094  specials={ "char", 0x22BF1 },
270095  unicodeslot=0x2F8BE,
270096 },
270097 [0x2F8BF]={
270098  category="lo",
270099  cjkwd="w",
270100  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BF",
270101  direction="l",
270102  linebreak="id",
270103  specials={ "char", 0x6422 },
270104  unicodeslot=0x2F8BF,
270105 },
270106 [0x2F8C0]={
270107  category="lo",
270108  cjkwd="w",
270109  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0000",
270110  direction="l",
270111  linebreak="id",
270112  specials={ "char", 0x63C5 },
270113  unicodeslot=0x2F8C0,
270114 },
270115 [0x2F8C1]={
270116  category="lo",
270117  cjkwd="w",
270118  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0001",
270119  direction="l",
270120  linebreak="id",
270121  specials={ "char", 0x63A9 },
270122  unicodeslot=0x2F8C1,
270123 },
270124 [0x2F8C2]={
270125  category="lo",
270126  cjkwd="w",
270127  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0002",
270128  direction="l",
270129  linebreak="id",
270130  specials={ "char", 0x3A2E },
270131  unicodeslot=0x2F8C2,
270132 },
270133 [0x2F8C3]={
270134  category="lo",
270135  cjkwd="w",
270136  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0003",
270137  direction="l",
270138  linebreak="id",
270139  specials={ "char", 0x6469 },
270140  unicodeslot=0x2F8C3,
270141 },
270142 [0x2F8C4]={
270143  category="lo",
270144  cjkwd="w",
270145  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0004",
270146  direction="l",
270147  linebreak="id",
270148  specials={ "char", 0x647E },
270149  unicodeslot=0x2F8C4,
270150 },
270151 [0x2F8C5]={
270152  category="lo",
270153  cjkwd="w",
270154  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0005",
270155  direction="l",
270156  linebreak="id",
270157  specials={ "char", 0x649D },
270158  unicodeslot=0x2F8C5,
270159 },
270160 [0x2F8C6]={
270161  category="lo",
270162  cjkwd="w",
270163  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0006",
270164  direction="l",
270165  linebreak="id",
270166  specials={ "char", 0x6477 },
270167  unicodeslot=0x2F8C6,
270168 },
270169 [0x2F8C7]={
270170  category="lo",
270171  cjkwd="w",
270172  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0007",
270173  direction="l",
270174  linebreak="id",
270175  specials={ "char", 0x3A6C },
270176  unicodeslot=0x2F8C7,
270177 },
270178 [0x2F8C8]={
270179  category="lo",
270180  cjkwd="w",
270181  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0008",
270182  direction="l",
270183  linebreak="id",
270184  specials={ "char", 0x654F },
270185  unicodeslot=0x2F8C8,
270186 },
270187 [0x2F8C9]={
270188  category="lo",
270189  cjkwd="w",
270190  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0009",
270191  direction="l",
270192  linebreak="id",
270193  specials={ "char", 0x656C },
270194  unicodeslot=0x2F8C9,
270195 },
270196 [0x2F8CA]={
270197  category="lo",
270198  cjkwd="w",
270199  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CA",
270200  direction="l",
270201  linebreak="id",
270202  specials={ "char", 0x2300A },
270203  unicodeslot=0x2F8CA,
270204 },
270205 [0x2F8CB]={
270206  category="lo",
270207  cjkwd="w",
270208  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CB",
270209  direction="l",
270210  linebreak="id",
270211  specials={ "char", 0x65E3 },
270212  unicodeslot=0x2F8CB,
270213 },
270214 [0x2F8CC]={
270215  category="lo",
270216  cjkwd="w",
270217  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CC",
270218  direction="l",
270219  linebreak="id",
270220  specials={ "char", 0x66F8 },
270221  unicodeslot=0x2F8CC,
270222 },
270223 [0x2F8CD]={
270224  category="lo",
270225  cjkwd="w",
270226  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CD",
270227  direction="l",
270228  linebreak="id",
270229  specials={ "char", 0x6649 },
270230  unicodeslot=0x2F8CD,
270231 },
270232 [0x2F8CE]={
270233  category="lo",
270234  cjkwd="w",
270235  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CE",
270236  direction="l",
270237  linebreak="id",
270238  specials={ "char", 0x3B19 },
270239  unicodeslot=0x2F8CE,
270240 },
270241 [0x2F8CF]={
270242  category="lo",
270243  cjkwd="w",
270244  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CF",
270245  direction="l",
270246  linebreak="id",
270247  specials={ "char", 0x6691 },
270248  unicodeslot=0x2F8CF,
270249 },
270250 [0x2F8D0]={
270251  category="lo",
270252  cjkwd="w",
270253  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0000",
270254  direction="l",
270255  linebreak="id",
270256  specials={ "char", 0x3B08 },
270257  unicodeslot=0x2F8D0,
270258 },
270259 [0x2F8D1]={
270260  category="lo",
270261  cjkwd="w",
270262  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0001",
270263  direction="l",
270264  linebreak="id",
270265  specials={ "char", 0x3AE4 },
270266  unicodeslot=0x2F8D1,
270267 },
270268 [0x2F8D2]={
270269  category="lo",
270270  cjkwd="w",
270271  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0002",
270272  direction="l",
270273  linebreak="id",
270274  specials={ "char", 0x5192 },
270275  unicodeslot=0x2F8D2,
270276 },
270277 [0x2F8D3]={
270278  category="lo",
270279  cjkwd="w",
270280  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0003",
270281  direction="l",
270282  linebreak="id",
270283  specials={ "char", 0x5195 },
270284  unicodeslot=0x2F8D3,
270285 },
270286 [0x2F8D4]={
270287  category="lo",
270288  cjkwd="w",
270289  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0004",
270290  direction="l",
270291  linebreak="id",
270292  specials={ "char", 0x6700 },
270293  unicodeslot=0x2F8D4,
270294 },
270295 [0x2F8D5]={
270296  category="lo",
270297  cjkwd="w",
270298  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0005",
270299  direction="l",
270300  linebreak="id",
270301  specials={ "char", 0x669C },
270302  unicodeslot=0x2F8D5,
270303 },
270304 [0x2F8D6]={
270305  category="lo",
270306  cjkwd="w",
270307  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0006",
270308  direction="l",
270309  linebreak="id",
270310  specials={ "char", 0x80AD },
270311  unicodeslot=0x2F8D6,
270312 },
270313 [0x2F8D7]={
270314  category="lo",
270315  cjkwd="w",
270316  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0007",
270317  direction="l",
270318  linebreak="id",
270319  specials={ "char", 0x43D9 },
270320  unicodeslot=0x2F8D7,
270321 },
270322 [0x2F8D8]={
270323  category="lo",
270324  cjkwd="w",
270325  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0008",
270326  direction="l",
270327  linebreak="id",
270328  specials={ "char", 0x6717 },
270329  unicodeslot=0x2F8D8,
270330 },
270331 [0x2F8D9]={
270332  category="lo",
270333  cjkwd="w",
270334  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0009",
270335  direction="l",
270336  linebreak="id",
270337  specials={ "char", 0x671B },
270338  unicodeslot=0x2F8D9,
270339 },
270340 [0x2F8DA]={
270341  category="lo",
270342  cjkwd="w",
270343  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DA",
270344  direction="l",
270345  linebreak="id",
270346  specials={ "char", 0x6721 },
270347  unicodeslot=0x2F8DA,
270348 },
270349 [0x2F8DB]={
270350  category="lo",
270351  cjkwd="w",
270352  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DB",
270353  direction="l",
270354  linebreak="id",
270355  specials={ "char", 0x675E },
270356  unicodeslot=0x2F8DB,
270357 },
270358 [0x2F8DC]={
270359  category="lo",
270360  cjkwd="w",
270361  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DC",
270362  direction="l",
270363  linebreak="id",
270364  specials={ "char", 0x6753 },
270365  unicodeslot=0x2F8DC,
270366 },
270367 [0x2F8DD]={
270368  category="lo",
270369  cjkwd="w",
270370  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DD",
270371  direction="l",
270372  linebreak="id",
270373  specials={ "char", 0x233C3 },
270374  unicodeslot=0x2F8DD,
270375 },
270376 [0x2F8DE]={
270377  category="lo",
270378  cjkwd="w",
270379  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DE",
270380  direction="l",
270381  linebreak="id",
270382  specials={ "char", 0x3B49 },
270383  unicodeslot=0x2F8DE,
270384 },
270385 [0x2F8DF]={
270386  category="lo",
270387  cjkwd="w",
270388  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DF",
270389  direction="l",
270390  linebreak="id",
270391  specials={ "char", 0x67FA },
270392  unicodeslot=0x2F8DF,
270393 },
270394 [0x2F8E0]={
270395  category="lo",
270396  cjkwd="w",
270397  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0000",
270398  direction="l",
270399  linebreak="id",
270400  specials={ "char", 0x6785 },
270401  unicodeslot=0x2F8E0,
270402 },
270403 [0x2F8E1]={
270404  category="lo",
270405  cjkwd="w",
270406  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0001",
270407  direction="l",
270408  linebreak="id",
270409  specials={ "char", 0x6852 },
270410  unicodeslot=0x2F8E1,
270411 },
270412 [0x2F8E2]={
270413  category="lo",
270414  cjkwd="w",
270415  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0002",
270416  direction="l",
270417  linebreak="id",
270418  specials={ "char", 0x6885 },
270419  unicodeslot=0x2F8E2,
270420 },
270421 [0x2F8E3]={
270422  category="lo",
270423  cjkwd="w",
270424  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0003",
270425  direction="l",
270426  linebreak="id",
270427  specials={ "char", 0x2346D },
270428  unicodeslot=0x2F8E3,
270429 },
270430 [0x2F8E4]={
270431  category="lo",
270432  cjkwd="w",
270433  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0004",
270434  direction="l",
270435  linebreak="id",
270436  specials={ "char", 0x688E },
270437  unicodeslot=0x2F8E4,
270438 },
270439 [0x2F8E5]={
270440  category="lo",
270441  cjkwd="w",
270442  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0005",
270443  direction="l",
270444  linebreak="id",
270445  specials={ "char", 0x681F },
270446  unicodeslot=0x2F8E5,
270447 },
270448 [0x2F8E6]={
270449  category="lo",
270450  cjkwd="w",
270451  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0006",
270452  direction="l",
270453  linebreak="id",
270454  specials={ "char", 0x6914 },
270455  unicodeslot=0x2F8E6,
270456 },
270457 [0x2F8E7]={
270458  category="lo",
270459  cjkwd="w",
270460  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0007",
270461  direction="l",
270462  linebreak="id",
270463  specials={ "char", 0x3B9D },
270464  unicodeslot=0x2F8E7,
270465 },
270466 [0x2F8E8]={
270467  category="lo",
270468  cjkwd="w",
270469  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0008",
270470  direction="l",
270471  linebreak="id",
270472  specials={ "char", 0x6942 },
270473  unicodeslot=0x2F8E8,
270474 },
270475 [0x2F8E9]={
270476  category="lo",
270477  cjkwd="w",
270478  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0009",
270479  direction="l",
270480  linebreak="id",
270481  specials={ "char", 0x69A3 },
270482  unicodeslot=0x2F8E9,
270483 },
270484 [0x2F8EA]={
270485  category="lo",
270486  cjkwd="w",
270487  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008EA",
270488  direction="l",
270489  linebreak="id",
270490  specials={ "char", 0x69EA },
270491  unicodeslot=0x2F8EA,
270492 },
270493 [0x2F8EB]={
270494  category="lo",
270495  cjkwd="w",
270496  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008EB",
270497  direction="l",
270498  linebreak="id",
270499  specials={ "char", 0x6AA8 },
270500  unicodeslot=0x2F8EB,
270501 },
270502 [0x2F8EC]={
270503  category="lo",
270504  cjkwd="w",
270505  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008EC",
270506  direction="l",
270507  linebreak="id",
270508  specials={ "char", 0x236A3 },
270509  unicodeslot=0x2F8EC,
270510 },
270511 [0x2F8ED]={
270512  category="lo",
270513  cjkwd="w",
270514  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008ED",
270515  direction="l",
270516  linebreak="id",
270517  specials={ "char", 0x6ADB },
270518  unicodeslot=0x2F8ED,
270519 },
270520 [0x2F8EE]={
270521  category="lo",
270522  cjkwd="w",
270523  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008EE",
270524  direction="l",
270525  linebreak="id",
270526  specials={ "char", 0x3C18 },
270527  unicodeslot=0x2F8EE,
270528 },
270529 [0x2F8EF]={
270530  category="lo",
270531  cjkwd="w",
270532  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008EF",
270533  direction="l",
270534  linebreak="id",
270535  specials={ "char", 0x6B21 },
270536  unicodeslot=0x2F8EF,
270537 },
270538 [0x2F8F0]={
270539  category="lo",
270540  cjkwd="w",
270541  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0000",
270542  direction="l",
270543  linebreak="id",
270544  specials={ "char", 0x238A7 },
270545  unicodeslot=0x2F8F0,
270546 },
270547 [0x2F8F1]={
270548  category="lo",
270549  cjkwd="w",
270550  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0001",
270551  direction="l",
270552  linebreak="id",
270553  specials={ "char", 0x6B54 },
270554  unicodeslot=0x2F8F1,
270555 },
270556 [0x2F8F2]={
270557  category="lo",
270558  cjkwd="w",
270559  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0002",
270560  direction="l",
270561  linebreak="id",
270562  specials={ "char", 0x3C4E },
270563  unicodeslot=0x2F8F2,
270564 },
270565 [0x2F8F3]={
270566  category="lo",
270567  cjkwd="w",
270568  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0003",
270569  direction="l",
270570  linebreak="id",
270571  specials={ "char", 0x6B72 },
270572  unicodeslot=0x2F8F3,
270573 },
270574 [0x2F8F4]={
270575  category="lo",
270576  cjkwd="w",
270577  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0004",
270578  direction="l",
270579  linebreak="id",
270580  specials={ "char", 0x6B9F },
270581  unicodeslot=0x2F8F4,
270582 },
270583 [0x2F8F5]={
270584  category="lo",
270585  cjkwd="w",
270586  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0005",
270587  direction="l",
270588  linebreak="id",
270589  specials={ "char", 0x6BBA },
270590  unicodeslot=0x2F8F5,
270591 },
270592 [0x2F8F6]={
270593  category="lo",
270594  cjkwd="w",
270595  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0006",
270596  direction="l",
270597  linebreak="id",
270598  specials={ "char", 0x6BBB },
270599  unicodeslot=0x2F8F6,
270600 },
270601 [0x2F8F7]={
270602  category="lo",
270603  cjkwd="w",
270604  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0007",
270605  direction="l",
270606  linebreak="id",
270607  specials={ "char", 0x23A8D },
270608  unicodeslot=0x2F8F7,
270609 },
270610 [0x2F8F8]={
270611  category="lo",
270612  cjkwd="w",
270613  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0008",
270614  direction="l",
270615  linebreak="id",
270616  specials={ "char", 0x21D0B },
270617  unicodeslot=0x2F8F8,
270618 },
270619 [0x2F8F9]={
270620  category="lo",
270621  cjkwd="w",
270622  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0009",
270623  direction="l",
270624  linebreak="id",
270625  specials={ "char", 0x23AFA },
270626  unicodeslot=0x2F8F9,
270627 },
270628 [0x2F8FA]={
270629  category="lo",
270630  cjkwd="w",
270631  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FA",
270632  direction="l",
270633  linebreak="id",
270634  specials={ "char", 0x6C4E },
270635  unicodeslot=0x2F8FA,
270636 },
270637 [0x2F8FB]={
270638  category="lo",
270639  cjkwd="w",
270640  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FB",
270641  direction="l",
270642  linebreak="id",
270643  specials={ "char", 0x23CBC },
270644  unicodeslot=0x2F8FB,
270645 },
270646 [0x2F8FC]={
270647  category="lo",
270648  cjkwd="w",
270649  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FC",
270650  direction="l",
270651  linebreak="id",
270652  specials={ "char", 0x6CBF },
270653  unicodeslot=0x2F8FC,
270654 },
270655 [0x2F8FD]={
270656  category="lo",
270657  cjkwd="w",
270658  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FD",
270659  direction="l",
270660  linebreak="id",
270661  specials={ "char", 0x6CCD },
270662  unicodeslot=0x2F8FD,
270663 },
270664 [0x2F8FE]={
270665  category="lo",
270666  cjkwd="w",
270667  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FE",
270668  direction="l",
270669  linebreak="id",
270670  specials={ "char", 0x6C67 },
270671  unicodeslot=0x2F8FE,
270672 },
270673 [0x2F8FF]={
270674  category="lo",
270675  cjkwd="w",
270676  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FF",
270677  direction="l",
270678  linebreak="id",
270679  specials={ "char", 0x6D16 },
270680  unicodeslot=0x2F8FF,
270681 },
270682 [0x2F900]={
270683  category="lo",
270684  cjkwd="w",
270685  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0384",
270686  direction="l",
270687  linebreak="id",
270688  specials={ "char", 0x6D3E },
270689  unicodeslot=0x2F900,
270690 },
270691 [0x2F901]={
270692  category="lo",
270693  cjkwd="w",
270694  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0385",
270695  direction="l",
270696  linebreak="id",
270697  specials={ "char", 0x6D77 },
270698  unicodeslot=0x2F901,
270699 },
270700 [0x2F902]={
270701  category="lo",
270702  cjkwd="w",
270703  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0386",
270704  direction="l",
270705  linebreak="id",
270706  specials={ "char", 0x6D41 },
270707  unicodeslot=0x2F902,
270708 },
270709 [0x2F903]={
270710  category="lo",
270711  cjkwd="w",
270712  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0387",
270713  direction="l",
270714  linebreak="id",
270715  specials={ "char", 0x6D69 },
270716  unicodeslot=0x2F903,
270717 },
270718 [0x2F904]={
270719  category="lo",
270720  cjkwd="w",
270721  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0388",
270722  direction="l",
270723  linebreak="id",
270724  specials={ "char", 0x6D78 },
270725  unicodeslot=0x2F904,
270726 },
270727 [0x2F905]={
270728  category="lo",
270729  cjkwd="w",
270730  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0389",
270731  direction="l",
270732  linebreak="id",
270733  specials={ "char", 0x6D85 },
270734  unicodeslot=0x2F905,
270735 },
270736 [0x2F906]={
270737  category="lo",
270738  cjkwd="w",
270739  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038A",
270740  direction="l",
270741  linebreak="id",
270742  specials={ "char", 0x23D1E },
270743  unicodeslot=0x2F906,
270744 },
270745 [0x2F907]={
270746  category="lo",
270747  cjkwd="w",
270748  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038B",
270749  direction="l",
270750  linebreak="id",
270751  specials={ "char", 0x6D34 },
270752  unicodeslot=0x2F907,
270753 },
270754 [0x2F908]={
270755  category="lo",
270756  cjkwd="w",
270757  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038C",
270758  direction="l",
270759  linebreak="id",
270760  specials={ "char", 0x6E2F },
270761  unicodeslot=0x2F908,
270762 },
270763 [0x2F909]={
270764  category="lo",
270765  cjkwd="w",
270766  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038D",
270767  direction="l",
270768  linebreak="id",
270769  specials={ "char", 0x6E6E },
270770  unicodeslot=0x2F909,
270771 },
270772 [0x2F90A]={
270773  category="lo",
270774  cjkwd="w",
270775  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AA",
270776  direction="l",
270777  linebreak="id",
270778  specials={ "char", 0x3D33 },
270779  unicodeslot=0x2F90A,
270780 },
270781 [0x2F90B]={
270782  category="lo",
270783  cjkwd="w",
270784  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AB",
270785  direction="l",
270786  linebreak="id",
270787  specials={ "char", 0x6ECB },
270788  unicodeslot=0x2F90B,
270789 },
270790 [0x2F90C]={
270791  category="lo",
270792  cjkwd="w",
270793  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AC",
270794  direction="l",
270795  linebreak="id",
270796  specials={ "char", 0x6EC7 },
270797  unicodeslot=0x2F90C,
270798 },
270799 [0x2F90D]={
270800  category="lo",
270801  cjkwd="w",
270802  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AD",
270803  direction="l",
270804  linebreak="id",
270805  specials={ "char", 0x23ED1 },
270806  unicodeslot=0x2F90D,
270807 },
270808 [0x2F90E]={
270809  category="lo",
270810  cjkwd="w",
270811  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AE",
270812  direction="l",
270813  linebreak="id",
270814  specials={ "char", 0x6DF9 },
270815  unicodeslot=0x2F90E,
270816 },
270817 [0x2F90F]={
270818  category="lo",
270819  cjkwd="w",
270820  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AF",
270821  direction="l",
270822  linebreak="id",
270823  specials={ "char", 0x6F6E },
270824  unicodeslot=0x2F90F,
270825 },
270826 [0x2F910]={
270827  category="lo",
270828  cjkwd="w",
270829  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038E",
270830  direction="l",
270831  linebreak="id",
270832  specials={ "char", 0x23F5E },
270833  unicodeslot=0x2F910,
270834 },
270835 [0x2F911]={
270836  category="lo",
270837  cjkwd="w",
270838  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038F",
270839  direction="l",
270840  linebreak="id",
270841  specials={ "char", 0x23F8E },
270842  unicodeslot=0x2F911,
270843 },
270844 [0x2F912]={
270845  category="lo",
270846  cjkwd="w",
270847  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0390",
270848  direction="l",
270849  linebreak="id",
270850  specials={ "char", 0x6FC6 },
270851  unicodeslot=0x2F912,
270852 },
270853 [0x2F913]={
270854  category="lo",
270855  cjkwd="w",
270856  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0391",
270857  direction="l",
270858  linebreak="id",
270859  specials={ "char", 0x7039 },
270860  unicodeslot=0x2F913,
270861 },
270862 [0x2F914]={
270863  category="lo",
270864  cjkwd="w",
270865  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0392",
270866  direction="l",
270867  linebreak="id",
270868  specials={ "char", 0x701E },
270869  unicodeslot=0x2F914,
270870 },
270871 [0x2F915]={
270872  category="lo",
270873  cjkwd="w",
270874  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0393",
270875  direction="l",
270876  linebreak="id",
270877  specials={ "char", 0x701B },
270878  unicodeslot=0x2F915,
270879 },
270880 [0x2F916]={
270881  category="lo",
270882  cjkwd="w",
270883  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0394",
270884  direction="l",
270885  linebreak="id",
270886  specials={ "char", 0x3D96 },
270887  unicodeslot=0x2F916,
270888 },
270889 [0x2F917]={
270890  category="lo",
270891  cjkwd="w",
270892  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0395",
270893  direction="l",
270894  linebreak="id",
270895  specials={ "char", 0x704A },
270896  unicodeslot=0x2F917,
270897 },
270898 [0x2F918]={
270899  category="lo",
270900  cjkwd="w",
270901  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0396",
270902  direction="l",
270903  linebreak="id",
270904  specials={ "char", 0x707D },
270905  unicodeslot=0x2F918,
270906 },
270907 [0x2F919]={
270908  category="lo",
270909  cjkwd="w",
270910  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0397",
270911  direction="l",
270912  linebreak="id",
270913  specials={ "char", 0x7077 },
270914  unicodeslot=0x2F919,
270915 },
270916 [0x2F91A]={
270917  category="lo",
270918  cjkwd="w",
270919  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BA",
270920  direction="l",
270921  linebreak="id",
270922  specials={ "char", 0x70AD },
270923  unicodeslot=0x2F91A,
270924 },
270925 [0x2F91B]={
270926  category="lo",
270927  cjkwd="w",
270928  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BB",
270929  direction="l",
270930  linebreak="id",
270931  specials={ "char", 0x20525 },
270932  unicodeslot=0x2F91B,
270933 },
270934 [0x2F91C]={
270935  category="lo",
270936  cjkwd="w",
270937  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BC",
270938  direction="l",
270939  linebreak="id",
270940  specials={ "char", 0x7145 },
270941  unicodeslot=0x2F91C,
270942 },
270943 [0x2F91D]={
270944  category="lo",
270945  cjkwd="w",
270946  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BD",
270947  direction="l",
270948  linebreak="id",
270949  specials={ "char", 0x24263 },
270950  unicodeslot=0x2F91D,
270951 },
270952 [0x2F91E]={
270953  category="lo",
270954  cjkwd="w",
270955  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BE",
270956  direction="l",
270957  linebreak="id",
270958  specials={ "char", 0x719C },
270959  unicodeslot=0x2F91E,
270960 },
270961 [0x2F91F]={
270962  category="lo",
270963  cjkwd="w",
270964  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BF",
270965  direction="l",
270966  linebreak="id",
270967  specials={ "char", 0x243AB },
270968  unicodeslot=0x2F91F,
270969 },
270970 [0x2F920]={
270971  category="lo",
270972  cjkwd="w",
270973  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0398",
270974  direction="l",
270975  linebreak="id",
270976  specials={ "char", 0x7228 },
270977  unicodeslot=0x2F920,
270978 },
270979 [0x2F921]={
270980  category="lo",
270981  cjkwd="w",
270982  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0399",
270983  direction="l",
270984  linebreak="id",
270985  specials={ "char", 0x7235 },
270986  unicodeslot=0x2F921,
270987 },
270988 [0x2F922]={
270989  category="lo",
270990  cjkwd="w",
270991  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039A",
270992  direction="l",
270993  linebreak="id",
270994  specials={ "char", 0x7250 },
270995  unicodeslot=0x2F922,
270996 },
270997 [0x2F923]={
270998  category="lo",
270999  cjkwd="w",
271000  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039B",
271001  direction="l",
271002  linebreak="id",
271003  specials={ "char", 0x24608 },
271004  unicodeslot=0x2F923,
271005 },
271006 [0x2F924]={
271007  category="lo",
271008  cjkwd="w",
271009  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039C",
271010  direction="l",
271011  linebreak="id",
271012  specials={ "char", 0x7280 },
271013  unicodeslot=0x2F924,
271014 },
271015 [0x2F925]={
271016  category="lo",
271017  cjkwd="w",
271018  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039D",
271019  direction="l",
271020  linebreak="id",
271021  specials={ "char", 0x7295 },
271022  unicodeslot=0x2F925,
271023 },
271024 [0x2F926]={
271025  category="lo",
271026  cjkwd="w",
271027  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039E",
271028  direction="l",
271029  linebreak="id",
271030  specials={ "char", 0x24735 },
271031  unicodeslot=0x2F926,
271032 },
271033 [0x2F927]={
271034  category="lo",
271035  cjkwd="w",
271036  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039F",
271037  direction="l",
271038  linebreak="id",
271039  specials={ "char", 0x24814 },
271040  unicodeslot=0x2F927,
271041 },
271042 [0x2F928]={
271043  category="lo",
271044  cjkwd="w",
271045  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A0",
271046  direction="l",
271047  linebreak="id",
271048  specials={ "char", 0x737A },
271049  unicodeslot=0x2F928,
271050 },
271051 [0x2F929]={
271052  category="lo",
271053  cjkwd="w",
271054  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A1",
271055  direction="l",
271056  linebreak="id",
271057  specials={ "char", 0x738B },
271058  unicodeslot=0x2F929,
271059 },
271060 [0x2F92A]={
271061  category="lo",
271062  cjkwd="w",
271063  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CA",
271064  direction="l",
271065  linebreak="id",
271066  specials={ "char", 0x3EAC },
271067  unicodeslot=0x2F92A,
271068 },
271069 [0x2F92B]={
271070  category="lo",
271071  cjkwd="w",
271072  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CB",
271073  direction="l",
271074  linebreak="id",
271075  specials={ "char", 0x73A5 },
271076  unicodeslot=0x2F92B,
271077 },
271078 [0x2F92C]={
271079  category="lo",
271080  cjkwd="w",
271081  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CC",
271082  direction="l",
271083  linebreak="id",
271084  specials={ "char", 0x3EB8 },
271085  unicodeslot=0x2F92C,
271086 },
271087 [0x2F92D]={
271088  category="lo",
271089  cjkwd="w",
271090  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CD",
271091  direction="l",
271092  linebreak="id",
271093  specials={ "char", 0x3EB8 },
271094  unicodeslot=0x2F92D,
271095 },
271096 [0x2F92E]={
271097  category="lo",
271098  cjkwd="w",
271099  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CE",
271100  direction="l",
271101  linebreak="id",
271102  specials={ "char", 0x7447 },
271103  unicodeslot=0x2F92E,
271104 },
271105 [0x2F92F]={
271106  category="lo",
271107  cjkwd="w",
271108  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CF",
271109  direction="l",
271110  linebreak="id",
271111  specials={ "char", 0x745C },
271112  unicodeslot=0x2F92F,
271113 },
271114 [0x2F930]={
271115  category="lo",
271116  cjkwd="w",
271117  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A2",
271118  direction="l",
271119  linebreak="id",
271120  specials={ "char", 0x7471 },
271121  unicodeslot=0x2F930,
271122 },
271123 [0x2F931]={
271124  category="lo",
271125  cjkwd="w",
271126  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A3",
271127  direction="l",
271128  linebreak="id",
271129  specials={ "char", 0x7485 },
271130  unicodeslot=0x2F931,
271131 },
271132 [0x2F932]={
271133  category="lo",
271134  cjkwd="w",
271135  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A4",
271136  direction="l",
271137  linebreak="id",
271138  specials={ "char", 0x74CA },
271139  unicodeslot=0x2F932,
271140 },
271141 [0x2F933]={
271142  category="lo",
271143  cjkwd="w",
271144  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A5",
271145  direction="l",
271146  linebreak="id",
271147  specials={ "char", 0x3F1B },
271148  unicodeslot=0x2F933,
271149 },
271150 [0x2F934]={
271151  category="lo",
271152  cjkwd="w",
271153  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A6",
271154  direction="l",
271155  linebreak="id",
271156  specials={ "char", 0x7524 },
271157  unicodeslot=0x2F934,
271158 },
271159 [0x2F935]={
271160  category="lo",
271161  cjkwd="w",
271162  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A7",
271163  direction="l",
271164  linebreak="id",
271165  specials={ "char", 0x24C36 },
271166  unicodeslot=0x2F935,
271167 },
271168 [0x2F936]={
271169  category="lo",
271170  cjkwd="w",
271171  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A8",
271172  direction="l",
271173  linebreak="id",
271174  specials={ "char", 0x753E },
271175  unicodeslot=0x2F936,
271176 },
271177 [0x2F937]={
271178  category="lo",
271179  cjkwd="w",
271180  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A9",
271181  direction="l",
271182  linebreak="id",
271183  specials={ "char", 0x24C92 },
271184  unicodeslot=0x2F937,
271185 },
271186 [0x2F938]={
271187  category="lo",
271188  cjkwd="w",
271189  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AA",
271190  direction="l",
271191  linebreak="id",
271192  specials={ "char", 0x7570 },
271193  unicodeslot=0x2F938,
271194 },
271195 [0x2F939]={
271196  category="lo",
271197  cjkwd="w",
271198  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AB",
271199  direction="l",
271200  linebreak="id",
271201  specials={ "char", 0x2219F },
271202  unicodeslot=0x2F939,
271203 },
271204 [0x2F93A]={
271205  category="lo",
271206  cjkwd="w",
271207  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DA",
271208  direction="l",
271209  linebreak="id",
271210  specials={ "char", 0x7610 },
271211  unicodeslot=0x2F93A,
271212 },
271213 [0x2F93B]={
271214  category="lo",
271215  cjkwd="w",
271216  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DB",
271217  direction="l",
271218  linebreak="id",
271219  specials={ "char", 0x24FA1 },
271220  unicodeslot=0x2F93B,
271221 },
271222 [0x2F93C]={
271223  category="lo",
271224  cjkwd="w",
271225  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DC",
271226  direction="l",
271227  linebreak="id",
271228  specials={ "char", 0x24FB8 },
271229  unicodeslot=0x2F93C,
271230 },
271231 [0x2F93D]={
271232  category="lo",
271233  cjkwd="w",
271234  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DD",
271235  direction="l",
271236  linebreak="id",
271237  specials={ "char", 0x25044 },
271238  unicodeslot=0x2F93D,
271239 },
271240 [0x2F93E]={
271241  category="lo",
271242  cjkwd="w",
271243  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DE",
271244  direction="l",
271245  linebreak="id",
271246  specials={ "char", 0x3FFC },
271247  unicodeslot=0x2F93E,
271248 },
271249 [0x2F93F]={
271250  category="lo",
271251  cjkwd="w",
271252  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DF",
271253  direction="l",
271254  linebreak="id",
271255  specials={ "char", 0x4008 },
271256  unicodeslot=0x2F93F,
271257 },
271258 [0x2F940]={
271259  category="lo",
271260  cjkwd="w",
271261  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AC",
271262  direction="l",
271263  linebreak="id",
271264  specials={ "char", 0x76F4 },
271265  unicodeslot=0x2F940,
271266 },
271267 [0x2F941]={
271268  category="lo",
271269  cjkwd="w",
271270  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AD",
271271  direction="l",
271272  linebreak="id",
271273  specials={ "char", 0x250F3 },
271274  unicodeslot=0x2F941,
271275 },
271276 [0x2F942]={
271277  category="lo",
271278  cjkwd="w",
271279  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AE",
271280  direction="l",
271281  linebreak="id",
271282  specials={ "char", 0x250F2 },
271283  unicodeslot=0x2F942,
271284 },
271285 [0x2F943]={
271286  category="lo",
271287  cjkwd="w",
271288  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AF",
271289  direction="l",
271290  linebreak="id",
271291  specials={ "char", 0x25119 },
271292  unicodeslot=0x2F943,
271293 },
271294 [0x2F944]={
271295  category="lo",
271296  cjkwd="w",
271297  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B0",
271298  direction="l",
271299  linebreak="id",
271300  specials={ "char", 0x25133 },
271301  unicodeslot=0x2F944,
271302 },
271303 [0x2F945]={
271304  category="lo",
271305  cjkwd="w",
271306  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B1",
271307  direction="l",
271308  linebreak="id",
271309  specials={ "char", 0x771E },
271310  unicodeslot=0x2F945,
271311 },
271312 [0x2F946]={
271313  category="lo",
271314  cjkwd="w",
271315  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B2",
271316  direction="l",
271317  linebreak="id",
271318  specials={ "char", 0x771F },
271319  unicodeslot=0x2F946,
271320 },
271321 [0x2F947]={
271322  category="lo",
271323  cjkwd="w",
271324  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B3",
271325  direction="l",
271326  linebreak="id",
271327  specials={ "char", 0x771F },
271328  unicodeslot=0x2F947,
271329 },
271330 [0x2F948]={
271331  category="lo",
271332  cjkwd="w",
271333  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B4",
271334  direction="l",
271335  linebreak="id",
271336  specials={ "char", 0x774A },
271337  unicodeslot=0x2F948,
271338 },
271339 [0x2F949]={
271340  category="lo",
271341  cjkwd="w",
271342  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B5",
271343  direction="l",
271344  linebreak="id",
271345  specials={ "char", 0x4039 },
271346  unicodeslot=0x2F949,
271347 },
271348 [0x2F94A]={
271349  category="lo",
271350  cjkwd="w",
271351  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005EA",
271352  direction="l",
271353  linebreak="id",
271354  specials={ "char", 0x778B },
271355  unicodeslot=0x2F94A,
271356 },
271357 [0x2F94B]={
271358  category="lo",
271359  cjkwd="w",
271360  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005EB",
271361  direction="l",
271362  linebreak="id",
271363  specials={ "char", 0x4046 },
271364  unicodeslot=0x2F94B,
271365 },
271366 [0x2F94C]={
271367  category="lo",
271368  cjkwd="w",
271369  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005EC",
271370  direction="l",
271371  linebreak="id",
271372  specials={ "char", 0x4096 },
271373  unicodeslot=0x2F94C,
271374 },
271375 [0x2F94D]={
271376  category="lo",
271377  cjkwd="w",
271378  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005ED",
271379  direction="l",
271380  linebreak="id",
271381  specials={ "char", 0x2541D },
271382  unicodeslot=0x2F94D,
271383 },
271384 [0x2F94E]={
271385  category="lo",
271386  cjkwd="w",
271387  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005EE",
271388  direction="l",
271389  linebreak="id",
271390  specials={ "char", 0x784E },
271391  unicodeslot=0x2F94E,
271392 },
271393 [0x2F94F]={
271394  category="lo",
271395  cjkwd="w",
271396  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005EF",
271397  direction="l",
271398  linebreak="id",
271399  specials={ "char", 0x788C },
271400  unicodeslot=0x2F94F,
271401 },
271402 [0x2F950]={
271403  category="lo",
271404  cjkwd="w",
271405  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B6",
271406  direction="l",
271407  linebreak="id",
271408  specials={ "char", 0x78CC },
271409  unicodeslot=0x2F950,
271410 },
271411 [0x2F951]={
271412  category="lo",
271413  cjkwd="w",
271414  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B7",
271415  direction="l",
271416  linebreak="id",
271417  specials={ "char", 0x40E3 },
271418  unicodeslot=0x2F951,
271419 },
271420 [0x2F952]={
271421  category="lo",
271422  cjkwd="w",
271423  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B8",
271424  direction="l",
271425  linebreak="id",
271426  specials={ "char", 0x25626 },
271427  unicodeslot=0x2F952,
271428 },
271429 [0x2F953]={
271430  category="lo",
271431  cjkwd="w",
271432  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B9",
271433  direction="l",
271434  linebreak="id",
271435  specials={ "char", 0x7956 },
271436  unicodeslot=0x2F953,
271437 },
271438 [0x2F954]={
271439  category="lo",
271440  cjkwd="w",
271441  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BA",
271442  direction="l",
271443  linebreak="id",
271444  specials={ "char", 0x2569A },
271445  unicodeslot=0x2F954,
271446 },
271447 [0x2F955]={
271448  category="lo",
271449  cjkwd="w",
271450  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BB",
271451  direction="l",
271452  linebreak="id",
271453  specials={ "char", 0x256C5 },
271454  unicodeslot=0x2F955,
271455 },
271456 [0x2F956]={
271457  category="lo",
271458  cjkwd="w",
271459  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BC",
271460  direction="l",
271461  linebreak="id",
271462  specials={ "char", 0x798F },
271463  unicodeslot=0x2F956,
271464 },
271465 [0x2F957]={
271466  category="lo",
271467  cjkwd="w",
271468  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BD",
271469  direction="l",
271470  linebreak="id",
271471  specials={ "char", 0x79EB },
271472  unicodeslot=0x2F957,
271473 },
271474 [0x2F958]={
271475  category="lo",
271476  cjkwd="w",
271477  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BE",
271478  direction="l",
271479  linebreak="id",
271480  specials={ "char", 0x412F },
271481  unicodeslot=0x2F958,
271482 },
271483 [0x2F959]={
271484  category="lo",
271485  cjkwd="w",
271486  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BF",
271487  direction="l",
271488  linebreak="id",
271489  specials={ "char", 0x7A40 },
271490  unicodeslot=0x2F959,
271491 },
271492 [0x2F95A]={
271493  category="lo",
271494  cjkwd="w",
271495  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FA",
271496  direction="l",
271497  linebreak="id",
271498  specials={ "char", 0x7A4A },
271499  unicodeslot=0x2F95A,
271500 },
271501 [0x2F95B]={
271502  category="lo",
271503  cjkwd="w",
271504  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FB",
271505  direction="l",
271506  linebreak="id",
271507  specials={ "char", 0x7A4F },
271508  unicodeslot=0x2F95B,
271509 },
271510 [0x2F95C]={
271511  category="lo",
271512  cjkwd="w",
271513  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FC",
271514  direction="l",
271515  linebreak="id",
271516  specials={ "char", 0x2597C },
271517  unicodeslot=0x2F95C,
271518 },
271519 [0x2F95D]={
271520  category="lo",
271521  cjkwd="w",
271522  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FD",
271523  direction="l",
271524  linebreak="id",
271525  specials={ "char", 0x25AA7 },
271526  unicodeslot=0x2F95D,
271527 },
271528 [0x2F95E]={
271529  category="lo",
271530  cjkwd="w",
271531  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FE",
271532  direction="l",
271533  linebreak="id",
271534  specials={ "char", 0x25AA7 },
271535  unicodeslot=0x2F95E,
271536 },
271537 [0x2F95F]={
271538  category="lo",
271539  cjkwd="w",
271540  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FF",
271541  direction="l",
271542  linebreak="id",
271543  specials={ "char", 0x7AEE },
271544  unicodeslot=0x2F95F,
271545 },
271546 [0x2F960]={
271547  category="lo",
271548  cjkwd="w",
271549  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C0",
271550  direction="l",
271551  linebreak="id",
271552  specials={ "char", 0x4202 },
271553  unicodeslot=0x2F960,
271554 },
271555 [0x2F961]={
271556  category="lo",
271557  cjkwd="w",
271558  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C1",
271559  direction="l",
271560  linebreak="id",
271561  specials={ "char", 0x25BAB },
271562  unicodeslot=0x2F961,
271563 },
271564 [0x2F962]={
271565  category="lo",
271566  cjkwd="w",
271567  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C2",
271568  direction="l",
271569  linebreak="id",
271570  specials={ "char", 0x7BC6 },
271571  unicodeslot=0x2F962,
271572 },
271573 [0x2F963]={
271574  category="lo",
271575  cjkwd="w",
271576  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C3",
271577  direction="l",
271578  linebreak="id",
271579  specials={ "char", 0x7BC9 },
271580  unicodeslot=0x2F963,
271581 },
271582 [0x2F964]={
271583  category="lo",
271584  cjkwd="w",
271585  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C4",
271586  direction="l",
271587  linebreak="id",
271588  specials={ "char", 0x4227 },
271589  unicodeslot=0x2F964,
271590 },
271591 [0x2F965]={
271592  category="lo",
271593  cjkwd="w",
271594  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C5",
271595  direction="l",
271596  linebreak="id",
271597  specials={ "char", 0x25C80 },
271598  unicodeslot=0x2F965,
271599 },
271600 [0x2F966]={
271601  category="lo",
271602  cjkwd="w",
271603  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C6",
271604  direction="l",
271605  linebreak="id",
271606  specials={ "char", 0x7CD2 },
271607  unicodeslot=0x2F966,
271608 },
271609 [0x2F967]={
271610  category="lo",
271611  cjkwd="w",
271612  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C7",
271613  direction="l",
271614  linebreak="id",
271615  specials={ "char", 0x42A0 },
271616  unicodeslot=0x2F967,
271617 },
271618 [0x2F968]={
271619  category="lo",
271620  cjkwd="w",
271621  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C8",
271622  direction="l",
271623  linebreak="id",
271624  specials={ "char", 0x7CE8 },
271625  unicodeslot=0x2F968,
271626 },
271627 [0x2F969]={
271628  category="lo",
271629  cjkwd="w",
271630  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C9",
271631  direction="l",
271632  linebreak="id",
271633  specials={ "char", 0x7CE3 },
271634  unicodeslot=0x2F969,
271635 },
271636 [0x2F96A]={
271637  category="lo",
271638  cjkwd="w",
271639  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060A",
271640  direction="l",
271641  linebreak="id",
271642  specials={ "char", 0x7D00 },
271643  unicodeslot=0x2F96A,
271644 },
271645 [0x2F96B]={
271646  category="lo",
271647  cjkwd="w",
271648  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060B",
271649  direction="l",
271650  linebreak="id",
271651  specials={ "char", 0x25F86 },
271652  unicodeslot=0x2F96B,
271653 },
271654 [0x2F96C]={
271655  category="lo",
271656  cjkwd="w",
271657  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060C",
271658  direction="l",
271659  linebreak="id",
271660  specials={ "char", 0x7D63 },
271661  unicodeslot=0x2F96C,
271662 },
271663 [0x2F96D]={
271664  category="lo",
271665  cjkwd="w",
271666  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060D",
271667  direction="l",
271668  linebreak="id",
271669  specials={ "char", 0x4301 },
271670  unicodeslot=0x2F96D,
271671 },
271672 [0x2F96E]={
271673  category="lo",
271674  cjkwd="w",
271675  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060E",
271676  direction="l",
271677  linebreak="id",
271678  specials={ "char", 0x7DC7 },
271679  unicodeslot=0x2F96E,
271680 },
271681 [0x2F96F]={
271682  category="lo",
271683  cjkwd="w",
271684  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060F",
271685  direction="l",
271686  linebreak="id",
271687  specials={ "char", 0x7E02 },
271688  unicodeslot=0x2F96F,
271689 },
271690 [0x2F970]={
271691  category="lo",
271692  cjkwd="w",
271693  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CA",
271694  direction="l",
271695  linebreak="id",
271696  specials={ "char", 0x7E45 },
271697  unicodeslot=0x2F970,
271698 },
271699 [0x2F971]={
271700  category="lo",
271701  cjkwd="w",
271702  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CB",
271703  direction="l",
271704  linebreak="id",
271705  specials={ "char", 0x4334 },
271706  unicodeslot=0x2F971,
271707 },
271708 [0x2F972]={
271709  category="lo",
271710  cjkwd="w",
271711  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CC",
271712  direction="l",
271713  linebreak="id",
271714  specials={ "char", 0x26228 },
271715  unicodeslot=0x2F972,
271716 },
271717 [0x2F973]={
271718  category="lo",
271719  cjkwd="w",
271720  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CD",
271721  direction="l",
271722  linebreak="id",
271723  specials={ "char", 0x26247 },
271724  unicodeslot=0x2F973,
271725 },
271726 [0x2F974]={
271727  category="lo",
271728  cjkwd="w",
271729  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CE",
271730  direction="l",
271731  linebreak="id",
271732  specials={ "char", 0x4359 },
271733  unicodeslot=0x2F974,
271734 },
271735 [0x2F975]={
271736  category="lo",
271737  cjkwd="w",
271738  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CF",
271739  direction="l",
271740  linebreak="id",
271741  specials={ "char", 0x262D9 },
271742  unicodeslot=0x2F975,
271743 },
271744 [0x2F976]={
271745  category="lo",
271746  cjkwd="w",
271747  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D0",
271748  direction="l",
271749  linebreak="id",
271750  specials={ "char", 0x7F7A },
271751  unicodeslot=0x2F976,
271752 },
271753 [0x2F977]={
271754  category="lo",
271755  cjkwd="w",
271756  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D1",
271757  direction="l",
271758  linebreak="id",
271759  specials={ "char", 0x2633E },
271760  unicodeslot=0x2F977,
271761 },
271762 [0x2F978]={
271763  category="lo",
271764  cjkwd="w",
271765  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D2",
271766  direction="l",
271767  linebreak="id",
271768  specials={ "char", 0x7F95 },
271769  unicodeslot=0x2F978,
271770 },
271771 [0x2F979]={
271772  category="lo",
271773  cjkwd="w",
271774  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D3",
271775  direction="l",
271776  linebreak="id",
271777  specials={ "char", 0x7FFA },
271778  unicodeslot=0x2F979,
271779 },
271780 [0x2F97A]={
271781  category="lo",
271782  cjkwd="w",
271783  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061A",
271784  direction="l",
271785  linebreak="id",
271786  specials={ "char", 0x8005 },
271787  unicodeslot=0x2F97A,
271788 },
271789 [0x2F97B]={
271790  category="lo",
271791  cjkwd="w",
271792  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061B",
271793  direction="l",
271794  linebreak="id",
271795  specials={ "char", 0x264DA },
271796  unicodeslot=0x2F97B,
271797 },
271798 [0x2F97C]={
271799  category="lo",
271800  cjkwd="w",
271801  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061C",
271802  direction="l",
271803  linebreak="id",
271804  specials={ "char", 0x26523 },
271805  unicodeslot=0x2F97C,
271806 },
271807 [0x2F97D]={
271808  category="lo",
271809  cjkwd="w",
271810  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061D",
271811  direction="l",
271812  linebreak="id",
271813  specials={ "char", 0x8060 },
271814  unicodeslot=0x2F97D,
271815 },
271816 [0x2F97E]={
271817  category="lo",
271818  cjkwd="w",
271819  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061E",
271820  direction="l",
271821  linebreak="id",
271822  specials={ "char", 0x265A8 },
271823  unicodeslot=0x2F97E,
271824 },
271825 [0x2F97F]={
271826  category="lo",
271827  cjkwd="w",
271828  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061F",
271829  direction="l",
271830  linebreak="id",
271831  specials={ "char", 0x8070 },
271832  unicodeslot=0x2F97F,
271833 },
271834 [0x2F980]={
271835  category="lo",
271836  cjkwd="w",
271837  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D4",
271838  direction="l",
271839  linebreak="id",
271840  specials={ "char", 0x2335F },
271841  unicodeslot=0x2F980,
271842 },
271843 [0x2F981]={
271844  category="lo",
271845  cjkwd="w",
271846  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D5",
271847  direction="l",
271848  linebreak="id",
271849  specials={ "char", 0x43D5 },
271850  unicodeslot=0x2F981,
271851 },
271852 [0x2F982]={
271853  category="lo",
271854  cjkwd="w",
271855  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D6",
271856  direction="l",
271857  linebreak="id",
271858  specials={ "char", 0x80B2 },
271859  unicodeslot=0x2F982,
271860 },
271861 [0x2F983]={
271862  category="lo",
271863  cjkwd="w",
271864  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D7",
271865  direction="l",
271866  linebreak="id",
271867  specials={ "char", 0x8103 },
271868  unicodeslot=0x2F983,
271869 },
271870 [0x2F984]={
271871  category="lo",
271872  cjkwd="w",
271873  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D8",
271874  direction="l",
271875  linebreak="id",
271876  specials={ "char", 0x440B },
271877  unicodeslot=0x2F984,
271878 },
271879 [0x2F985]={
271880  category="lo",
271881  cjkwd="w",
271882  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D9",
271883  direction="l",
271884  linebreak="id",
271885  specials={ "char", 0x813E },
271886  unicodeslot=0x2F985,
271887 },
271888 [0x2F986]={
271889  category="lo",
271890  cjkwd="w",
271891  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DA",
271892  direction="l",
271893  linebreak="id",
271894  specials={ "char", 0x5AB5 },
271895  unicodeslot=0x2F986,
271896 },
271897 [0x2F987]={
271898  category="lo",
271899  cjkwd="w",
271900  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DB",
271901  direction="l",
271902  linebreak="id",
271903  specials={ "char", 0x267A7 },
271904  unicodeslot=0x2F987,
271905 },
271906 [0x2F988]={
271907  category="lo",
271908  cjkwd="w",
271909  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DC",
271910  direction="l",
271911  linebreak="id",
271912  specials={ "char", 0x267B5 },
271913  unicodeslot=0x2F988,
271914 },
271915 [0x2F989]={
271916  category="lo",
271917  cjkwd="w",
271918  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DD",
271919  direction="l",
271920  linebreak="id",
271921  specials={ "char", 0x23393 },
271922  unicodeslot=0x2F989,
271923 },
271924 [0x2F98A]={
271925  category="lo",
271926  cjkwd="w",
271927  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062A",
271928  direction="l",
271929  linebreak="id",
271930  specials={ "char", 0x2339C },
271931  unicodeslot=0x2F98A,
271932 },
271933 [0x2F98B]={
271934  category="lo",
271935  cjkwd="w",
271936  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062B",
271937  direction="l",
271938  linebreak="id",
271939  specials={ "char", 0x8201 },
271940  unicodeslot=0x2F98B,
271941 },
271942 [0x2F98C]={
271943  category="lo",
271944  cjkwd="w",
271945  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062C",
271946  direction="l",
271947  linebreak="id",
271948  specials={ "char", 0x8204 },
271949  unicodeslot=0x2F98C,
271950 },
271951 [0x2F98D]={
271952  category="lo",
271953  cjkwd="w",
271954  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062D",
271955  direction="l",
271956  linebreak="id",
271957  specials={ "char", 0x8F9E },
271958  unicodeslot=0x2F98D,
271959 },
271960 [0x2F98E]={
271961  category="lo",
271962  cjkwd="w",
271963  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062E",
271964  direction="l",
271965  linebreak="id",
271966  specials={ "char", 0x446B },
271967  unicodeslot=0x2F98E,
271968 },
271969 [0x2F98F]={
271970  category="lo",
271971  cjkwd="w",
271972  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062F",
271973  direction="l",
271974  linebreak="id",
271975  specials={ "char", 0x8291 },
271976  unicodeslot=0x2F98F,
271977 },
271978 [0x2F990]={
271979  category="lo",
271980  cjkwd="w",
271981  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DE",
271982  direction="l",
271983  linebreak="id",
271984  specials={ "char", 0x828B },
271985  unicodeslot=0x2F990,
271986 },
271987 [0x2F991]={
271988  category="lo",
271989  cjkwd="w",
271990  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DF",
271991  direction="l",
271992  linebreak="id",
271993  specials={ "char", 0x829D },
271994  unicodeslot=0x2F991,
271995 },
271996 [0x2F992]={
271997  category="lo",
271998  cjkwd="w",
271999  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E0",
272000  direction="l",
272001  linebreak="id",
272002  specials={ "char", 0x52B3 },
272003  unicodeslot=0x2F992,
272004 },
272005 [0x2F993]={
272006  category="lo",
272007  cjkwd="w",
272008  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E1",
272009  direction="l",
272010  linebreak="id",
272011  specials={ "char", 0x82B1 },
272012  unicodeslot=0x2F993,
272013 },
272014 [0x2F994]={
272015  category="lo",
272016  cjkwd="w",
272017  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E2",
272018  direction="l",
272019  linebreak="id",
272020  specials={ "char", 0x82B3 },
272021  unicodeslot=0x2F994,
272022 },
272023 [0x2F995]={
272024  category="lo",
272025  cjkwd="w",
272026  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E3",
272027  direction="l",
272028  linebreak="id",
272029  specials={ "char", 0x82BD },
272030  unicodeslot=0x2F995,
272031 },
272032 [0x2F996]={
272033  category="lo",
272034  cjkwd="w",
272035  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E4",
272036  direction="l",
272037  linebreak="id",
272038  specials={ "char", 0x82E6 },
272039  unicodeslot=0x2F996,
272040 },
272041 [0x2F997]={
272042  category="lo",
272043  cjkwd="w",
272044  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E5",
272045  direction="l",
272046  linebreak="id",
272047  specials={ "char", 0x26B3C },
272048  unicodeslot=0x2F997,
272049 },
272050 [0x2F998]={
272051  category="lo",
272052  cjkwd="w",
272053  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E6",
272054  direction="l",
272055  linebreak="id",
272056  specials={ "char", 0x82E5 },
272057  unicodeslot=0x2F998,
272058 },
272059 [0x2F999]={
272060  category="lo",
272061  cjkwd="w",
272062  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E7",
272063  direction="l",
272064  linebreak="id",
272065  specials={ "char", 0x831D },
272066  unicodeslot=0x2F999,
272067 },
272068 [0x2F99A]={
272069  category="lo",
272070  cjkwd="w",
272071  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063A",
272072  direction="l",
272073  linebreak="id",
272074  specials={ "char", 0x8363 },
272075  unicodeslot=0x2F99A,
272076 },
272077 [0x2F99B]={
272078  category="lo",
272079  cjkwd="w",
272080  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063B",
272081  direction="l",
272082  linebreak="id",
272083  specials={ "char", 0x83AD },
272084  unicodeslot=0x2F99B,
272085 },
272086 [0x2F99C]={
272087  category="lo",
272088  cjkwd="w",
272089  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063C",
272090  direction="l",
272091  linebreak="id",
272092  specials={ "char", 0x8323 },
272093  unicodeslot=0x2F99C,
272094 },
272095 [0x2F99D]={
272096  category="lo",
272097  cjkwd="w",
272098  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063D",
272099  direction="l",
272100  linebreak="id",
272101  specials={ "char", 0x83BD },
272102  unicodeslot=0x2F99D,
272103 },
272104 [0x2F99E]={
272105  category="lo",
272106  cjkwd="w",
272107  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063E",
272108  direction="l",
272109  linebreak="id",
272110  specials={ "char", 0x83E7 },
272111  unicodeslot=0x2F99E,
272112 },
272113 [0x2F99F]={
272114  category="lo",
272115  cjkwd="w",
272116  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063F",
272117  direction="l",
272118  linebreak="id",
272119  specials={ "char", 0x8457 },
272120  unicodeslot=0x2F99F,
272121 },
272122 [0x2F9A0]={
272123  category="lo",
272124  cjkwd="w",
272125  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0000",
272126  direction="l",
272127  linebreak="id",
272128  specials={ "char", 0x8353 },
272129  unicodeslot=0x2F9A0,
272130 },
272131 [0x2F9A1]={
272132  category="lo",
272133  cjkwd="w",
272134  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0001",
272135  direction="l",
272136  linebreak="id",
272137  specials={ "char", 0x83CA },
272138  unicodeslot=0x2F9A1,
272139 },
272140 [0x2F9A2]={
272141  category="lo",
272142  cjkwd="w",
272143  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0002",
272144  direction="l",
272145  linebreak="id",
272146  specials={ "char", 0x83CC },
272147  unicodeslot=0x2F9A2,
272148 },
272149 [0x2F9A3]={
272150  category="lo",
272151  cjkwd="w",
272152  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0003",
272153  direction="l",
272154  linebreak="id",
272155  specials={ "char", 0x83DC },
272156  unicodeslot=0x2F9A3,
272157 },
272158 [0x2F9A4]={
272159  category="lo",
272160  cjkwd="w",
272161  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0004",
272162  direction="l",
272163  linebreak="id",
272164  specials={ "char", 0x26C36 },
272165  unicodeslot=0x2F9A4,
272166 },
272167 [0x2F9A5]={
272168  category="lo",
272169  cjkwd="w",
272170  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0005",
272171  direction="l",
272172  linebreak="id",
272173  specials={ "char", 0x26D6B },
272174  unicodeslot=0x2F9A5,
272175 },
272176 [0x2F9A6]={
272177  category="lo",
272178  cjkwd="w",
272179  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0006",
272180  direction="l",
272181  linebreak="id",
272182  specials={ "char", 0x26CD5 },
272183  unicodeslot=0x2F9A6,
272184 },
272185 [0x2F9A7]={
272186  category="lo",
272187  cjkwd="w",
272188  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0007",
272189  direction="l",
272190  linebreak="id",
272191  specials={ "char", 0x452B },
272192  unicodeslot=0x2F9A7,
272193 },
272194 [0x2F9A8]={
272195  category="lo",
272196  cjkwd="w",
272197  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0008",
272198  direction="l",
272199  linebreak="id",
272200  specials={ "char", 0x84F1 },
272201  unicodeslot=0x2F9A8,
272202 },
272203 [0x2F9A9]={
272204  category="lo",
272205  cjkwd="w",
272206  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0009",
272207  direction="l",
272208  linebreak="id",
272209  specials={ "char", 0x84F3 },
272210  unicodeslot=0x2F9A9,
272211 },
272212 [0x2F9AA]={
272213  category="lo",
272214  cjkwd="w",
272215  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AA",
272216  direction="l",
272217  linebreak="id",
272218  specials={ "char", 0x8516 },
272219  unicodeslot=0x2F9AA,
272220 },
272221 [0x2F9AB]={
272222  category="lo",
272223  cjkwd="w",
272224  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AB",
272225  direction="l",
272226  linebreak="id",
272227  specials={ "char", 0x273CA },
272228  unicodeslot=0x2F9AB,
272229 },
272230 [0x2F9AC]={
272231  category="lo",
272232  cjkwd="w",
272233  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AC",
272234  direction="l",
272235  linebreak="id",
272236  specials={ "char", 0x8564 },
272237  unicodeslot=0x2F9AC,
272238 },
272239 [0x2F9AD]={
272240  category="lo",
272241  cjkwd="w",
272242  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AD",
272243  direction="l",
272244  linebreak="id",
272245  specials={ "char", 0x26F2C },
272246  unicodeslot=0x2F9AD,
272247 },
272248 [0x2F9AE]={
272249  category="lo",
272250  cjkwd="w",
272251  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AE",
272252  direction="l",
272253  linebreak="id",
272254  specials={ "char", 0x455D },
272255  unicodeslot=0x2F9AE,
272256 },
272257 [0x2F9AF]={
272258  category="lo",
272259  cjkwd="w",
272260  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AF",
272261  direction="l",
272262  linebreak="id",
272263  specials={ "char", 0x4561 },
272264  unicodeslot=0x2F9AF,
272265 },
272266 [0x2F9B0]={
272267  category="lo",
272268  cjkwd="w",
272269  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0000",
272270  direction="l",
272271  linebreak="id",
272272  specials={ "char", 0x26FB1 },
272273  unicodeslot=0x2F9B0,
272274 },
272275 [0x2F9B1]={
272276  category="lo",
272277  cjkwd="w",
272278  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0001",
272279  direction="l",
272280  linebreak="id",
272281  specials={ "char", 0x270D2 },
272282  unicodeslot=0x2F9B1,
272283 },
272284 [0x2F9B2]={
272285  category="lo",
272286  cjkwd="w",
272287  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0002",
272288  direction="l",
272289  linebreak="id",
272290  specials={ "char", 0x456B },
272291  unicodeslot=0x2F9B2,
272292 },
272293 [0x2F9B3]={
272294  category="lo",
272295  cjkwd="w",
272296  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0003",
272297  direction="l",
272298  linebreak="id",
272299  specials={ "char", 0x8650 },
272300  unicodeslot=0x2F9B3,
272301 },
272302 [0x2F9B4]={
272303  category="lo",
272304  cjkwd="w",
272305  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0004",
272306  direction="l",
272307  linebreak="id",
272308  specials={ "char", 0x865C },
272309  unicodeslot=0x2F9B4,
272310 },
272311 [0x2F9B5]={
272312  category="lo",
272313  cjkwd="w",
272314  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0005",
272315  direction="l",
272316  linebreak="id",
272317  specials={ "char", 0x8667 },
272318  unicodeslot=0x2F9B5,
272319 },
272320 [0x2F9B6]={
272321  category="lo",
272322  cjkwd="w",
272323  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0006",
272324  direction="l",
272325  linebreak="id",
272326  specials={ "char", 0x8669 },
272327  unicodeslot=0x2F9B6,
272328 },
272329 [0x2F9B7]={
272330  category="lo",
272331  cjkwd="w",
272332  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0007",
272333  direction="l",
272334  linebreak="id",
272335  specials={ "char", 0x86A9 },
272336  unicodeslot=0x2F9B7,
272337 },
272338 [0x2F9B8]={
272339  category="lo",
272340  cjkwd="w",
272341  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0008",
272342  direction="l",
272343  linebreak="id",
272344  specials={ "char", 0x8688 },
272345  unicodeslot=0x2F9B8,
272346 },
272347 [0x2F9B9]={
272348  category="lo",
272349  cjkwd="w",
272350  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0009",
272351  direction="l",
272352  linebreak="id",
272353  specials={ "char", 0x870E },
272354  unicodeslot=0x2F9B9,
272355 },
272356 [0x2F9BA]={
272357  category="lo",
272358  cjkwd="w",
272359  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BA",
272360  direction="l",
272361  linebreak="id",
272362  specials={ "char", 0x86E2 },
272363  unicodeslot=0x2F9BA,
272364 },
272365 [0x2F9BB]={
272366  category="lo",
272367  cjkwd="w",
272368  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BB",
272369  direction="l",
272370  linebreak="id",
272371  specials={ "char", 0x8779 },
272372  unicodeslot=0x2F9BB,
272373 },
272374 [0x2F9BC]={
272375  category="lo",
272376  cjkwd="w",
272377  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BC",
272378  direction="l",
272379  linebreak="id",
272380  specials={ "char", 0x8728 },
272381  unicodeslot=0x2F9BC,
272382 },
272383 [0x2F9BD]={
272384  category="lo",
272385  cjkwd="w",
272386  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BD",
272387  direction="l",
272388  linebreak="id",
272389  specials={ "char", 0x876B },
272390  unicodeslot=0x2F9BD,
272391 },
272392 [0x2F9BE]={
272393  category="lo",
272394  cjkwd="w",
272395  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BE",
272396  direction="l",
272397  linebreak="id",
272398  specials={ "char", 0x8786 },
272399  unicodeslot=0x2F9BE,
272400 },
272401 [0x2F9BF]={
272402  category="lo",
272403  cjkwd="w",
272404  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BF",
272405  direction="l",
272406  linebreak="id",
272407  specials={ "char", 0x45D7 },
272408  unicodeslot=0x2F9BF,
272409 },
272410 [0x2F9C0]={
272411  category="lo",
272412  cjkwd="w",
272413  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0000",
272414  direction="l",
272415  linebreak="id",
272416  specials={ "char", 0x87E1 },
272417  unicodeslot=0x2F9C0,
272418 },
272419 [0x2F9C1]={
272420  category="lo",
272421  cjkwd="w",
272422  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0001",
272423  direction="l",
272424  linebreak="id",
272425  specials={ "char", 0x8801 },
272426  unicodeslot=0x2F9C1,
272427 },
272428 [0x2F9C2]={
272429  category="lo",
272430  cjkwd="w",
272431  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0002",
272432  direction="l",
272433  linebreak="id",
272434  specials={ "char", 0x45F9 },
272435  unicodeslot=0x2F9C2,
272436 },
272437 [0x2F9C3]={
272438  category="lo",
272439  cjkwd="w",
272440  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0003",
272441  direction="l",
272442  linebreak="id",
272443  specials={ "char", 0x8860 },
272444  unicodeslot=0x2F9C3,
272445 },
272446 [0x2F9C4]={
272447  category="lo",
272448  cjkwd="w",
272449  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0004",
272450  direction="l",
272451  linebreak="id",
272452  specials={ "char", 0x8863 },
272453  unicodeslot=0x2F9C4,
272454 },
272455 [0x2F9C5]={
272456  category="lo",
272457  cjkwd="w",
272458  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0005",
272459  direction="l",
272460  linebreak="id",
272461  specials={ "char", 0x27667 },
272462  unicodeslot=0x2F9C5,
272463 },
272464 [0x2F9C6]={
272465  category="lo",
272466  cjkwd="w",
272467  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0006",
272468  direction="l",
272469  linebreak="id",
272470  specials={ "char", 0x88D7 },
272471  unicodeslot=0x2F9C6,
272472 },
272473 [0x2F9C7]={
272474  category="lo",
272475  cjkwd="w",
272476  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0007",
272477  direction="l",
272478  linebreak="id",
272479  specials={ "char", 0x88DE },
272480  unicodeslot=0x2F9C7,
272481 },
272482 [0x2F9C8]={
272483  category="lo",
272484  cjkwd="w",
272485  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0008",
272486  direction="l",
272487  linebreak="id",
272488  specials={ "char", 0x4635 },
272489  unicodeslot=0x2F9C8,
272490 },
272491 [0x2F9C9]={
272492  category="lo",
272493  cjkwd="w",
272494  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0009",
272495  direction="l",
272496  linebreak="id",
272497  specials={ "char", 0x88FA },
272498  unicodeslot=0x2F9C9,
272499 },
272500 [0x2F9CA]={
272501  category="lo",
272502  cjkwd="w",
272503  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CA",
272504  direction="l",
272505  linebreak="id",
272506  specials={ "char", 0x34BB },
272507  unicodeslot=0x2F9CA,
272508 },
272509 [0x2F9CB]={
272510  category="lo",
272511  cjkwd="w",
272512  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CB",
272513  direction="l",
272514  linebreak="id",
272515  specials={ "char", 0x278AE },
272516  unicodeslot=0x2F9CB,
272517 },
272518 [0x2F9CC]={
272519  category="lo",
272520  cjkwd="w",
272521  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CC",
272522  direction="l",
272523  linebreak="id",
272524  specials={ "char", 0x27966 },
272525  unicodeslot=0x2F9CC,
272526 },
272527 [0x2F9CD]={
272528  category="lo",
272529  cjkwd="w",
272530  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CD",
272531  direction="l",
272532  linebreak="id",
272533  specials={ "char", 0x46BE },
272534  unicodeslot=0x2F9CD,
272535 },
272536 [0x2F9CE]={
272537  category="lo",
272538  cjkwd="w",
272539  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CE",
272540  direction="l",
272541  linebreak="id",
272542  specials={ "char", 0x46C7 },
272543  unicodeslot=0x2F9CE,
272544 },
272545 [0x2F9CF]={
272546  category="lo",
272547  cjkwd="w",
272548  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CF",
272549  direction="l",
272550  linebreak="id",
272551  specials={ "char", 0x8AA0 },
272552  unicodeslot=0x2F9CF,
272553 },
272554 [0x2F9D0]={
272555  category="lo",
272556  cjkwd="w",
272557  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0000",
272558  direction="l",
272559  linebreak="id",
272560  specials={ "char", 0x8AED },
272561  unicodeslot=0x2F9D0,
272562 },
272563 [0x2F9D1]={
272564  category="lo",
272565  cjkwd="w",
272566  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0001",
272567  direction="l",
272568  linebreak="id",
272569  specials={ "char", 0x8B8A },
272570  unicodeslot=0x2F9D1,
272571 },
272572 [0x2F9D2]={
272573  category="lo",
272574  cjkwd="w",
272575  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0002",
272576  direction="l",
272577  linebreak="id",
272578  specials={ "char", 0x8C55 },
272579  unicodeslot=0x2F9D2,
272580 },
272581 [0x2F9D3]={
272582  category="lo",
272583  cjkwd="w",
272584  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0003",
272585  direction="l",
272586  linebreak="id",
272587  specials={ "char", 0x27CA8 },
272588  unicodeslot=0x2F9D3,
272589 },
272590 [0x2F9D4]={
272591  category="lo",
272592  cjkwd="w",
272593  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0004",
272594  direction="l",
272595  linebreak="id",
272596  specials={ "char", 0x8CAB },
272597  unicodeslot=0x2F9D4,
272598 },
272599 [0x2F9D5]={
272600  category="lo",
272601  cjkwd="w",
272602  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0005",
272603  direction="l",
272604  linebreak="id",
272605  specials={ "char", 0x8CC1 },
272606  unicodeslot=0x2F9D5,
272607 },
272608 [0x2F9D6]={
272609  category="lo",
272610  cjkwd="w",
272611  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0006",
272612  direction="l",
272613  linebreak="id",
272614  specials={ "char", 0x8D1B },
272615  unicodeslot=0x2F9D6,
272616 },
272617 [0x2F9D7]={
272618  category="lo",
272619  cjkwd="w",
272620  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0007",
272621  direction="l",
272622  linebreak="id",
272623  specials={ "char", 0x8D77 },
272624  unicodeslot=0x2F9D7,
272625 },
272626 [0x2F9D8]={
272627  category="lo",
272628  cjkwd="w",
272629  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0008",
272630  direction="l",
272631  linebreak="id",
272632  specials={ "char", 0x27F2F },
272633  unicodeslot=0x2F9D8,
272634 },
272635 [0x2F9D9]={
272636  category="lo",
272637  cjkwd="w",
272638  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0009",
272639  direction="l",
272640  linebreak="id",
272641  specials={ "char", 0x20804 },
272642  unicodeslot=0x2F9D9,
272643 },
272644 [0x2F9DA]={
272645  category="lo",
272646  cjkwd="w",
272647  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DA",
272648  direction="l",
272649  linebreak="id",
272650  specials={ "char", 0x8DCB },
272651  unicodeslot=0x2F9DA,
272652 },
272653 [0x2F9DB]={
272654  category="lo",
272655  cjkwd="w",
272656  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DB",
272657  direction="l",
272658  linebreak="id",
272659  specials={ "char", 0x8DBC },
272660  unicodeslot=0x2F9DB,
272661 },
272662 [0x2F9DC]={
272663  category="lo",
272664  cjkwd="w",
272665  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DC",
272666  direction="l",
272667  linebreak="id",
272668  specials={ "char", 0x8DF0 },
272669  unicodeslot=0x2F9DC,
272670 },
272671 [0x2F9DD]={
272672  category="lo",
272673  cjkwd="w",
272674  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DD",
272675  direction="l",
272676  linebreak="id",
272677  specials={ "char", 0x208DE },
272678  unicodeslot=0x2F9DD,
272679 },
272680 [0x2F9DE]={
272681  category="lo",
272682  cjkwd="w",
272683  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DE",
272684  direction="l",
272685  linebreak="id",
272686  specials={ "char", 0x8ED4 },
272687  unicodeslot=0x2F9DE,
272688 },
272689 [0x2F9DF]={
272690  category="lo",
272691  cjkwd="w",
272692  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DF",
272693  direction="l",
272694  linebreak="id",
272695  specials={ "char", 0x8F38 },
272696  unicodeslot=0x2F9DF,
272697 },
272698 [0x2F9E0]={
272699  category="lo",
272700  cjkwd="w",
272701  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0000",
272702  direction="l",
272703  linebreak="id",
272704  specials={ "char", 0x285D2 },
272705  unicodeslot=0x2F9E0,
272706 },
272707 [0x2F9E1]={
272708  category="lo",
272709  cjkwd="w",
272710  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0001",
272711  direction="l",
272712  linebreak="id",
272713  specials={ "char", 0x285ED },
272714  unicodeslot=0x2F9E1,
272715 },
272716 [0x2F9E2]={
272717  category="lo",
272718  cjkwd="w",
272719  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0002",
272720  direction="l",
272721  linebreak="id",
272722  specials={ "char", 0x9094 },
272723  unicodeslot=0x2F9E2,
272724 },
272725 [0x2F9E3]={
272726  category="lo",
272727  cjkwd="w",
272728  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0003",
272729  direction="l",
272730  linebreak="id",
272731  specials={ "char", 0x90F1 },
272732  unicodeslot=0x2F9E3,
272733 },
272734 [0x2F9E4]={
272735  category="lo",
272736  cjkwd="w",
272737  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0004",
272738  direction="l",
272739  linebreak="id",
272740  specials={ "char", 0x9111 },
272741  unicodeslot=0x2F9E4,
272742 },
272743 [0x2F9E5]={
272744  category="lo",
272745  cjkwd="w",
272746  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0005",
272747  direction="l",
272748  linebreak="id",
272749  specials={ "char", 0x2872E },
272750  unicodeslot=0x2F9E5,
272751 },
272752 [0x2F9E6]={
272753  category="lo",
272754  cjkwd="w",
272755  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0006",
272756  direction="l",
272757  linebreak="id",
272758  specials={ "char", 0x911B },
272759  unicodeslot=0x2F9E6,
272760 },
272761 [0x2F9E7]={
272762  category="lo",
272763  cjkwd="w",
272764  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0007",
272765  direction="l",
272766  linebreak="id",
272767  specials={ "char", 0x9238 },
272768  unicodeslot=0x2F9E7,
272769 },
272770 [0x2F9E8]={
272771  category="lo",
272772  cjkwd="w",
272773  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0008",
272774  direction="l",
272775  linebreak="id",
272776  specials={ "char", 0x92D7 },
272777  unicodeslot=0x2F9E8,
272778 },
272779 [0x2F9E9]={
272780  category="lo",
272781  cjkwd="w",
272782  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0009",
272783  direction="l",
272784  linebreak="id",
272785  specials={ "char", 0x92D8 },
272786  unicodeslot=0x2F9E9,
272787 },
272788 [0x2F9EA]={
272789  category="lo",
272790  cjkwd="w",
272791  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009EA",
272792  direction="l",
272793  linebreak="id",
272794  specials={ "char", 0x927C },
272795  unicodeslot=0x2F9EA,
272796 },
272797 [0x2F9EB]={
272798  category="lo",
272799  cjkwd="w",
272800  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009EB",
272801  direction="l",
272802  linebreak="id",
272803  specials={ "char", 0x93F9 },
272804  unicodeslot=0x2F9EB,
272805 },
272806 [0x2F9EC]={
272807  category="lo",
272808  cjkwd="w",
272809  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009EC",
272810  direction="l",
272811  linebreak="id",
272812  specials={ "char", 0x9415 },
272813  unicodeslot=0x2F9EC,
272814 },
272815 [0x2F9ED]={
272816  category="lo",
272817  cjkwd="w",
272818  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009ED",
272819  direction="l",
272820  linebreak="id",
272821  specials={ "char", 0x28BFA },
272822  unicodeslot=0x2F9ED,
272823 },
272824 [0x2F9EE]={
272825  category="lo",
272826  cjkwd="w",
272827  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009EE",
272828  direction="l",
272829  linebreak="id",
272830  specials={ "char", 0x958B },
272831  unicodeslot=0x2F9EE,
272832 },
272833 [0x2F9EF]={
272834  category="lo",
272835  cjkwd="w",
272836  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009EF",
272837  direction="l",
272838  linebreak="id",
272839  specials={ "char", 0x4995 },
272840  unicodeslot=0x2F9EF,
272841 },
272842 [0x2F9F0]={
272843  category="lo",
272844  cjkwd="w",
272845  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0000",
272846  direction="l",
272847  linebreak="id",
272848  specials={ "char", 0x95B7 },
272849  unicodeslot=0x2F9F0,
272850 },
272851 [0x2F9F1]={
272852  category="lo",
272853  cjkwd="w",
272854  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0001",
272855  direction="l",
272856  linebreak="id",
272857  specials={ "char", 0x28D77 },
272858  unicodeslot=0x2F9F1,
272859 },
272860 [0x2F9F2]={
272861  category="lo",
272862  cjkwd="w",
272863  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0002",
272864  direction="l",
272865  linebreak="id",
272866  specials={ "char", 0x49E6 },
272867  unicodeslot=0x2F9F2,
272868 },
272869 [0x2F9F3]={
272870  category="lo",
272871  cjkwd="w",
272872  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0003",
272873  direction="l",
272874  linebreak="id",
272875  specials={ "char", 0x96C3 },
272876  unicodeslot=0x2F9F3,
272877 },
272878 [0x2F9F4]={
272879  category="lo",
272880  cjkwd="w",
272881  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0004",
272882  direction="l",
272883  linebreak="id",
272884  specials={ "char", 0x5DB2 },
272885  unicodeslot=0x2F9F4,
272886 },
272887 [0x2F9F5]={
272888  category="lo",
272889  cjkwd="w",
272890  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0005",
272891  direction="l",
272892  linebreak="id",
272893  specials={ "char", 0x9723 },
272894  unicodeslot=0x2F9F5,
272895 },
272896 [0x2F9F6]={
272897  category="lo",
272898  cjkwd="w",
272899  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0006",
272900  direction="l",
272901  linebreak="id",
272902  specials={ "char", 0x29145 },
272903  unicodeslot=0x2F9F6,
272904 },
272905 [0x2F9F7]={
272906  category="lo",
272907  cjkwd="w",
272908  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0007",
272909  direction="l",
272910  linebreak="id",
272911  specials={ "char", 0x2921A },
272912  unicodeslot=0x2F9F7,
272913 },
272914 [0x2F9F8]={
272915  category="lo",
272916  cjkwd="w",
272917  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0008",
272918  direction="l",
272919  linebreak="id",
272920  specials={ "char", 0x4A6E },
272921  unicodeslot=0x2F9F8,
272922 },
272923 [0x2F9F9]={
272924  category="lo",
272925  cjkwd="w",
272926  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0009",
272927  direction="l",
272928  linebreak="id",
272929  specials={ "char", 0x4A76 },
272930  unicodeslot=0x2F9F9,
272931 },
272932 [0x2F9FA]={
272933  category="lo",
272934  cjkwd="w",
272935  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FA",
272936  direction="l",
272937  linebreak="id",
272938  specials={ "char", 0x97E0 },
272939  unicodeslot=0x2F9FA,
272940 },
272941 [0x2F9FB]={
272942  category="lo",
272943  cjkwd="w",
272944  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FB",
272945  direction="l",
272946  linebreak="id",
272947  specials={ "char", 0x2940A },
272948  unicodeslot=0x2F9FB,
272949 },
272950 [0x2F9FC]={
272951  category="lo",
272952  cjkwd="w",
272953  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FC",
272954  direction="l",
272955  linebreak="id",
272956  specials={ "char", 0x4AB2 },
272957  unicodeslot=0x2F9FC,
272958 },
272959 [0x2F9FD]={
272960  category="lo",
272961  cjkwd="w",
272962  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FD",
272963  direction="l",
272964  linebreak="id",
272965  specials={ "char", 0x29496 },
272966  unicodeslot=0x2F9FD,
272967 },
272968 [0x2F9FE]={
272969  category="lo",
272970  cjkwd="w",
272971  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FE",
272972  direction="l",
272973  linebreak="id",
272974  specials={ "char", 0x980B },
272975  unicodeslot=0x2F9FE,
272976 },
272977 [0x2F9FF]={
272978  category="lo",
272979  cjkwd="w",
272980  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FF",
272981  direction="l",
272982  linebreak="id",
272983  specials={ "char", 0x980B },
272984  unicodeslot=0x2F9FF,
272985 },
272986 [0x2FA00]={
272987  category="lo",
272988  cjkwd="w",
272989  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000",
272990  direction="l",
272991  linebreak="id",
272992  specials={ "char", 0x9829 },
272993  unicodeslot=0x2FA00,
272994 },
272995 [0x2FA01]={
272996  category="lo",
272997  cjkwd="w",
272998  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0001",
272999  direction="l",
273000  linebreak="id",
273001  specials={ "char", 0x295B6 },
273002  unicodeslot=0x2FA01,
273003 },
273004 [0x2FA02]={
273005  category="lo",
273006  cjkwd="w",
273007  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0002",
273008  direction="l",
273009  linebreak="id",
273010  specials={ "char", 0x98E2 },
273011  unicodeslot=0x2FA02,
273012 },
273013 [0x2FA03]={
273014  category="lo",
273015  cjkwd="w",
273016  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0003",
273017  direction="l",
273018  linebreak="id",
273019  specials={ "char", 0x4B33 },
273020  unicodeslot=0x2FA03,
273021 },
273022 [0x2FA04]={
273023  category="lo",
273024  cjkwd="w",
273025  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0004",
273026  direction="l",
273027  linebreak="id",
273028  specials={ "char", 0x9929 },
273029  unicodeslot=0x2FA04,
273030 },
273031 [0x2FA05]={
273032  category="lo",
273033  cjkwd="w",
273034  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0005",
273035  direction="l",
273036  linebreak="id",
273037  specials={ "char", 0x99A7 },
273038  unicodeslot=0x2FA05,
273039 },
273040 [0x2FA06]={
273041  category="lo",
273042  cjkwd="w",
273043  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0006",
273044  direction="l",
273045  linebreak="id",
273046  specials={ "char", 0x99C2 },
273047  unicodeslot=0x2FA06,
273048 },
273049 [0x2FA07]={
273050  category="lo",
273051  cjkwd="w",
273052  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0007",
273053  direction="l",
273054  linebreak="id",
273055  specials={ "char", 0x99FE },
273056  unicodeslot=0x2FA07,
273057 },
273058 [0x2FA08]={
273059  category="lo",
273060  cjkwd="w",
273061  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0008",
273062  direction="l",
273063  linebreak="id",
273064  specials={ "char", 0x4BCE },
273065  unicodeslot=0x2FA08,
273066 },
273067 [0x2FA09]={
273068  category="lo",
273069  cjkwd="w",
273070  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0009",
273071  direction="l",
273072  linebreak="id",
273073  specials={ "char", 0x29B30 },
273074  unicodeslot=0x2FA09,
273075 },
273076 [0x2FA0A]={
273077  category="lo",
273078  cjkwd="w",
273079  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000A",
273080  direction="l",
273081  linebreak="id",
273082  specials={ "char", 0x9B12 },
273083  unicodeslot=0x2FA0A,
273084 },
273085 [0x2FA0B]={
273086  category="lo",
273087  cjkwd="w",
273088  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000B",
273089  direction="l",
273090  linebreak="id",
273091  specials={ "char", 0x9C40 },
273092  unicodeslot=0x2FA0B,
273093 },
273094 [0x2FA0C]={
273095  category="lo",
273096  cjkwd="w",
273097  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000C",
273098  direction="l",
273099  linebreak="id",
273100  specials={ "char", 0x9CFD },
273101  unicodeslot=0x2FA0C,
273102 },
273103 [0x2FA0D]={
273104  category="lo",
273105  cjkwd="w",
273106  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000D",
273107  direction="l",
273108  linebreak="id",
273109  specials={ "char", 0x4CCE },
273110  unicodeslot=0x2FA0D,
273111 },
273112 [0x2FA0E]={
273113  category="lo",
273114  cjkwd="w",
273115  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000E",
273116  direction="l",
273117  linebreak="id",
273118  specials={ "char", 0x4CED },
273119  unicodeslot=0x2FA0E,
273120 },
273121 [0x2FA0F]={
273122  category="lo",
273123  cjkwd="w",
273124  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000F",
273125  direction="l",
273126  linebreak="id",
273127  specials={ "char", 0x9D67 },
273128  unicodeslot=0x2FA0F,
273129 },
273130 [0x2FA10]={
273131  category="lo",
273132  cjkwd="w",
273133  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000A",
273134  direction="l",
273135  linebreak="id",
273136  specials={ "char", 0x2A0CE },
273137  unicodeslot=0x2FA10,
273138 },
273139 [0x2FA11]={
273140  category="lo",
273141  cjkwd="w",
273142  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000B",
273143  direction="l",
273144  linebreak="id",
273145  specials={ "char", 0x4CF8 },
273146  unicodeslot=0x2FA11,
273147 },
273148 [0x2FA12]={
273149  category="lo",
273150  cjkwd="w",
273151  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000C",
273152  direction="l",
273153  linebreak="id",
273154  specials={ "char", 0x2A105 },
273155  unicodeslot=0x2FA12,
273156 },
273157 [0x2FA13]={
273158  category="lo",
273159  cjkwd="w",
273160  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000D",
273161  direction="l",
273162  linebreak="id",
273163  specials={ "char", 0x2A20E },
273164  unicodeslot=0x2FA13,
273165 },
273166 [0x2FA14]={
273167  category="lo",
273168  cjkwd="w",
273169  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000E",
273170  direction="l",
273171  linebreak="id",
273172  specials={ "char", 0x2A291 },
273173  unicodeslot=0x2FA14,
273174 },
273175 [0x2FA15]={
273176  category="lo",
273177  cjkwd="w",
273178  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000F",
273179  direction="l",
273180  linebreak="id",
273181  specials={ "char", 0x9EBB },
273182  unicodeslot=0x2FA15,
273183 },
273184 [0x2FA16]={
273185  category="lo",
273186  cjkwd="w",
273187  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0010",
273188  direction="l",
273189  linebreak="id",
273190  specials={ "char", 0x4D56 },
273191  unicodeslot=0x2FA16,
273192 },
273193 [0x2FA17]={
273194  category="lo",
273195  cjkwd="w",
273196  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0011",
273197  direction="l",
273198  linebreak="id",
273199  specials={ "char", 0x9EF9 },
273200  unicodeslot=0x2FA17,
273201 },
273202 [0x2FA18]={
273203  category="lo",
273204  cjkwd="w",
273205  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0012",
273206  direction="l",
273207  linebreak="id",
273208  specials={ "char", 0x9EFE },
273209  unicodeslot=0x2FA18,
273210 },
273211 [0x2FA19]={
273212  category="lo",
273213  cjkwd="w",
273214  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0013",
273215  direction="l",
273216  linebreak="id",
273217  specials={ "char", 0x9F05 },
273218  unicodeslot=0x2FA19,
273219 },
273220 [0x2FA1A]={
273221  category="lo",
273222  cjkwd="w",
273223  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0001A",
273224  direction="l",
273225  linebreak="id",
273226  specials={ "char", 0x9F0F },
273227  unicodeslot=0x2FA1A,
273228 },
273229 [0x2FA1B]={
273230  category="lo",
273231  cjkwd="w",
273232  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0001B",
273233  direction="l",
273234  linebreak="id",
273235  specials={ "char", 0x9F16 },
273236  unicodeslot=0x2FA1B,
273237 },
273238 [0x2FA1C]={
273239  category="lo",
273240  cjkwd="w",
273241  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0001C",
273242  direction="l",
273243  linebreak="id",
273244  specials={ "char", 0x9F3B },
273245  unicodeslot=0x2FA1C,
273246 },
273247 [0x2FA1D]={
273248  category="lo",
273249  cjkwd="w",
273250  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0001D",
273251  direction="l",
273252  linebreak="id",
273253  specials={ "char", 0x2A600 },
273254  unicodeslot=0x2FA1D,
273255 },
273256 [0xE0001]={
273257  category="cf",
273258  description="LANGUAGE TAG",
273259  direction="bn",
273260  linebreak="cm",
273261  unicodeslot=0xE0001,
273262 },
273263 [0xE0020]={
273264  category="cf",
273265  description="TAG SPACE",
273266  direction="bn",
273267  linebreak="cm",
273268  unicodeslot=0xE0020,
273269 },
273270 [0xE0021]={
273271  category="cf",
273272  description="TAG EXCLAMATION MARK",
273273  direction="bn",
273274  linebreak="cm",
273275  unicodeslot=0xE0021,
273276 },
273277 [0xE0022]={
273278  category="cf",
273279  description="TAG QUOTATION MARK",
273280  direction="bn",
273281  linebreak="cm",
273282  unicodeslot=0xE0022,
273283 },
273284 [0xE0023]={
273285  category="cf",
273286  description="TAG NUMBER SIGN",
273287  direction="bn",
273288  linebreak="cm",
273289  unicodeslot=0xE0023,
273290 },
273291 [0xE0024]={
273292  category="cf",
273293  description="TAG DOLLAR SIGN",
273294  direction="bn",
273295  linebreak="cm",
273296  unicodeslot=0xE0024,
273297 },
273298 [0xE0025]={
273299  category="cf",
273300  description="TAG PERCENT SIGN",
273301  direction="bn",
273302  linebreak="cm",
273303  unicodeslot=0xE0025,
273304 },
273305 [0xE0026]={
273306  category="cf",
273307  description="TAG AMPERSAND",
273308  direction="bn",
273309  linebreak="cm",
273310  unicodeslot=0xE0026,
273311 },
273312 [0xE0027]={
273313  category="cf",
273314  description="TAG APOSTROPHE",
273315  direction="bn",
273316  linebreak="cm",
273317  unicodeslot=0xE0027,
273318 },
273319 [0xE0028]={
273320  category="cf",
273321  description="TAG LEFT PARENTHESIS",
273322  direction="bn",
273323  linebreak="cm",
273324  unicodeslot=0xE0028,
273325 },
273326 [0xE0029]={
273327  category="cf",
273328  description="TAG RIGHT PARENTHESIS",
273329  direction="bn",
273330  linebreak="cm",
273331  unicodeslot=0xE0029,
273332 },
273333 [0xE002A]={
273334  category="cf",
273335  description="TAG ASTERISK",
273336  direction="bn",
273337  linebreak="cm",
273338  unicodeslot=0xE002A,
273339 },
273340 [0xE002B]={
273341  category="cf",
273342  description="TAG PLUS SIGN",
273343  direction="bn",
273344  linebreak="cm",
273345  unicodeslot=0xE002B,
273346 },
273347 [0xE002C]={
273348  category="cf",
273349  description="TAG COMMA",
273350  direction="bn",
273351  linebreak="cm",
273352  unicodeslot=0xE002C,
273353 },
273354 [0xE002D]={
273355  category="cf",
273356  description="TAG HYPHEN-MINUS",
273357  direction="bn",
273358  linebreak="cm",
273359  unicodeslot=0xE002D,
273360 },
273361 [0xE002E]={
273362  category="cf",
273363  description="TAG FULL STOP",
273364  direction="bn",
273365  linebreak="cm",
273366  unicodeslot=0xE002E,
273367 },
273368 [0xE002F]={
273369  category="cf",
273370  description="TAG SOLIDUS",
273371  direction="bn",
273372  linebreak="cm",
273373  unicodeslot=0xE002F,
273374 },
273375 [0xE0030]={
273376  category="cf",
273377  description="TAG DIGIT ZERO",
273378  direction="bn",
273379  linebreak="cm",
273380  unicodeslot=0xE0030,
273381 },
273382 [0xE0031]={
273383  category="cf",
273384  description="TAG DIGIT ONE",
273385  direction="bn",
273386  linebreak="cm",
273387  unicodeslot=0xE0031,
273388 },
273389 [0xE0032]={
273390  category="cf",
273391  description="TAG DIGIT TWO",
273392  direction="bn",
273393  linebreak="cm",
273394  unicodeslot=0xE0032,
273395 },
273396 [0xE0033]={
273397  category="cf",
273398  description="TAG DIGIT THREE",
273399  direction="bn",
273400  linebreak="cm",
273401  unicodeslot=0xE0033,
273402 },
273403 [0xE0034]={
273404  category="cf",
273405  description="TAG DIGIT FOUR",
273406  direction="bn",
273407  linebreak="cm",
273408  unicodeslot=0xE0034,
273409 },
273410 [0xE0035]={
273411  category="cf",
273412  description="TAG DIGIT FIVE",
273413  direction="bn",
273414  linebreak="cm",
273415  unicodeslot=0xE0035,
273416 },
273417 [0xE0036]={
273418  category="cf",
273419  description="TAG DIGIT SIX",
273420  direction="bn",
273421  linebreak="cm",
273422  unicodeslot=0xE0036,
273423 },
273424 [0xE0037]={
273425  category="cf",
273426  description="TAG DIGIT SEVEN",
273427  direction="bn",
273428  linebreak="cm",
273429  unicodeslot=0xE0037,
273430 },
273431 [0xE0038]={
273432  category="cf",
273433  description="TAG DIGIT EIGHT",
273434  direction="bn",
273435  linebreak="cm",
273436  unicodeslot=0xE0038,
273437 },
273438 [0xE0039]={
273439  category="cf",
273440  description="TAG DIGIT NINE",
273441  direction="bn",
273442  linebreak="cm",
273443  unicodeslot=0xE0039,
273444 },
273445 [0xE003A]={
273446  category="cf",
273447  description="TAG COLON",
273448  direction="bn",
273449  linebreak="cm",
273450  unicodeslot=0xE003A,
273451 },
273452 [0xE003B]={
273453  category="cf",
273454  description="TAG SEMICOLON",
273455  direction="bn",
273456  linebreak="cm",
273457  unicodeslot=0xE003B,
273458 },
273459 [0xE003C]={
273460  category="cf",
273461  description="TAG LESS-THAN SIGN",
273462  direction="bn",
273463  linebreak="cm",
273464  unicodeslot=0xE003C,
273465 },
273466 [0xE003D]={
273467  category="cf",
273468  description="TAG EQUALS SIGN",
273469  direction="bn",
273470  linebreak="cm",
273471  unicodeslot=0xE003D,
273472 },
273473 [0xE003E]={
273474  category="cf",
273475  description="TAG GREATER-THAN SIGN",
273476  direction="bn",
273477  linebreak="cm",
273478  unicodeslot=0xE003E,
273479 },
273480 [0xE003F]={
273481  category="cf",
273482  description="TAG QUESTION MARK",
273483  direction="bn",
273484  linebreak="cm",
273485  unicodeslot=0xE003F,
273486 },
273487 [0xE0040]={
273488  category="cf",
273489  description="TAG COMMERCIAL AT",
273490  direction="bn",
273491  linebreak="cm",
273492  unicodeslot=0xE0040,
273493 },
273494 [0xE0041]={
273495  category="cf",
273496  description="TAG LATIN CAPITAL LETTER A",
273497  direction="bn",
273498  linebreak="cm",
273499  unicodeslot=0xE0041,
273500 },
273501 [0xE0042]={
273502  category="cf",
273503  description="TAG LATIN CAPITAL LETTER B",
273504  direction="bn",
273505  linebreak="cm",
273506  unicodeslot=0xE0042,
273507 },
273508 [0xE0043]={
273509  category="cf",
273510  description="TAG LATIN CAPITAL LETTER C",
273511  direction="bn",
273512  linebreak="cm",
273513  unicodeslot=0xE0043,
273514 },
273515 [0xE0044]={
273516  category="cf",
273517  description="TAG LATIN CAPITAL LETTER D",
273518  direction="bn",
273519  linebreak="cm",
273520  unicodeslot=0xE0044,
273521 },
273522 [0xE0045]={
273523  category="cf",
273524  description="TAG LATIN CAPITAL LETTER E",
273525  direction="bn",
273526  linebreak="cm",
273527  unicodeslot=0xE0045,
273528 },
273529 [0xE0046]={
273530  category="cf",
273531  description="TAG LATIN CAPITAL LETTER F",
273532  direction="bn",
273533  linebreak="cm",
273534  unicodeslot=0xE0046,
273535 },
273536 [0xE0047]={
273537  category="cf",
273538  description="TAG LATIN CAPITAL LETTER G",
273539  direction="bn",
273540  linebreak="cm",
273541  unicodeslot=0xE0047,
273542 },
273543 [0xE0048]={
273544  category="cf",
273545  description="TAG LATIN CAPITAL LETTER H",
273546  direction="bn",
273547  linebreak="cm",
273548  unicodeslot=0xE0048,
273549 },
273550 [0xE0049]={
273551  category="cf",
273552  description="TAG LATIN CAPITAL LETTER I",
273553  direction="bn",
273554  linebreak="cm",
273555  unicodeslot=0xE0049,
273556 },
273557 [0xE004A]={
273558  category="cf",
273559  description="TAG LATIN CAPITAL LETTER J",
273560  direction="bn",
273561  linebreak="cm",
273562  unicodeslot=0xE004A,
273563 },
273564 [0xE004B]={
273565  category="cf",
273566  description="TAG LATIN CAPITAL LETTER K",
273567  direction="bn",
273568  linebreak="cm",
273569  unicodeslot=0xE004B,
273570 },
273571 [0xE004C]={
273572  category="cf",
273573  description="TAG LATIN CAPITAL LETTER L",
273574  direction="bn",
273575  linebreak="cm",
273576  unicodeslot=0xE004C,
273577 },
273578 [0xE004D]={
273579  category="cf",
273580  description="TAG LATIN CAPITAL LETTER M",
273581  direction="bn",
273582  linebreak="cm",
273583  unicodeslot=0xE004D,
273584 },
273585 [0xE004E]={
273586  category="cf",
273587  description="TAG LATIN CAPITAL LETTER N",
273588  direction="bn",
273589  linebreak="cm",
273590  unicodeslot=0xE004E,
273591 },
273592 [0xE004F]={
273593  category="cf",
273594  description="TAG LATIN CAPITAL LETTER O",
273595  direction="bn",
273596  linebreak="cm",
273597  unicodeslot=0xE004F,
273598 },
273599 [0xE0050]={
273600  category="cf",
273601  description="TAG LATIN CAPITAL LETTER P",
273602  direction="bn",
273603  linebreak="cm",
273604  unicodeslot=0xE0050,
273605 },
273606 [0xE0051]={
273607  category="cf",
273608  description="TAG LATIN CAPITAL LETTER Q",
273609  direction="bn",
273610  linebreak="cm",
273611  unicodeslot=0xE0051,
273612 },
273613 [0xE0052]={
273614  category="cf",
273615  description="TAG LATIN CAPITAL LETTER R",
273616  direction="bn",
273617  linebreak="cm",
273618  unicodeslot=0xE0052,
273619 },
273620 [0xE0053]={
273621  category="cf",
273622  description="TAG LATIN CAPITAL LETTER S",
273623  direction="bn",
273624  linebreak="cm",
273625  unicodeslot=0xE0053,
273626 },
273627 [0xE0054]={
273628  category="cf",
273629  description="TAG LATIN CAPITAL LETTER T",
273630  direction="bn",
273631  linebreak="cm",
273632  unicodeslot=0xE0054,
273633 },
273634 [0xE0055]={
273635  category="cf",
273636  description="TAG LATIN CAPITAL LETTER U",
273637  direction="bn",
273638  linebreak="cm",
273639  unicodeslot=0xE0055,
273640 },
273641 [0xE0056]={
273642  category="cf",
273643  description="TAG LATIN CAPITAL LETTER V",
273644  direction="bn",
273645  linebreak="cm",
273646  unicodeslot=0xE0056,
273647 },
273648 [0xE0057]={
273649  category="cf",
273650  description="TAG LATIN CAPITAL LETTER W",
273651  direction="bn",
273652  linebreak="cm",
273653  unicodeslot=0xE0057,
273654 },
273655 [0xE0058]={
273656  category="cf",
273657  description="TAG LATIN CAPITAL LETTER X",
273658  direction="bn",
273659  linebreak="cm",
273660  unicodeslot=0xE0058,
273661 },
273662 [0xE0059]={
273663  category="cf",
273664  description="TAG LATIN CAPITAL LETTER Y",
273665  direction="bn",
273666  linebreak="cm",
273667  unicodeslot=0xE0059,
273668 },
273669 [0xE005A]={
273670  category="cf",
273671  description="TAG LATIN CAPITAL LETTER Z",
273672  direction="bn",
273673  linebreak="cm",
273674  unicodeslot=0xE005A,
273675 },
273676 [0xE005B]={
273677  category="cf",
273678  description="TAG LEFT SQUARE BRACKET",
273679  direction="bn",
273680  linebreak="cm",
273681  unicodeslot=0xE005B,
273682 },
273683 [0xE005C]={
273684  category="cf",
273685  description="TAG REVERSE SOLIDUS",
273686  direction="bn",
273687  linebreak="cm",
273688  unicodeslot=0xE005C,
273689 },
273690 [0xE005D]={
273691  category="cf",
273692  description="TAG RIGHT SQUARE BRACKET",
273693  direction="bn",
273694  linebreak="cm",
273695  unicodeslot=0xE005D,
273696 },
273697 [0xE005E]={
273698  category="cf",
273699  description="TAG CIRCUMFLEX ACCENT",
273700  direction="bn",
273701  linebreak="cm",
273702  unicodeslot=0xE005E,
273703 },
273704 [0xE005F]={
273705  category="cf",
273706  description="TAG LOW LINE",
273707  direction="bn",
273708  linebreak="cm",
273709  unicodeslot=0xE005F,
273710 },
273711 [0xE0060]={
273712  category="cf",
273713  description="TAG GRAVE ACCENT",
273714  direction="bn",
273715  linebreak="cm",
273716  unicodeslot=0xE0060,
273717 },
273718 [0xE0061]={
273719  category="cf",
273720  description="TAG LATIN SMALL LETTER A",
273721  direction="bn",
273722  linebreak="cm",
273723  unicodeslot=0xE0061,
273724 },
273725 [0xE0062]={
273726  category="cf",
273727  description="TAG LATIN SMALL LETTER B",
273728  direction="bn",
273729  linebreak="cm",
273730  unicodeslot=0xE0062,
273731 },
273732 [0xE0063]={
273733  category="cf",
273734  description="TAG LATIN SMALL LETTER C",
273735  direction="bn",
273736  linebreak="cm",
273737  unicodeslot=0xE0063,
273738 },
273739 [0xE0064]={
273740  category="cf",
273741  description="TAG LATIN SMALL LETTER D",
273742  direction="bn",
273743  linebreak="cm",
273744  unicodeslot=0xE0064,
273745 },
273746 [0xE0065]={
273747  category="cf",
273748  description="TAG LATIN SMALL LETTER E",
273749  direction="bn",
273750  linebreak="cm",
273751  unicodeslot=0xE0065,
273752 },
273753 [0xE0066]={
273754  category="cf",
273755  description="TAG LATIN SMALL LETTER F",
273756  direction="bn",
273757  linebreak="cm",
273758  unicodeslot=0xE0066,
273759 },
273760 [0xE0067]={
273761  category="cf",
273762  description="TAG LATIN SMALL LETTER G",
273763  direction="bn",
273764  linebreak="cm",
273765  unicodeslot=0xE0067,
273766 },
273767 [0xE0068]={
273768  category="cf",
273769  description="TAG LATIN SMALL LETTER H",
273770  direction="bn",
273771  linebreak="cm",
273772  unicodeslot=0xE0068,
273773 },
273774 [0xE0069]={
273775  category="cf",
273776  description="TAG LATIN SMALL LETTER I",
273777  direction="bn",
273778  linebreak="cm",
273779  unicodeslot=0xE0069,
273780 },
273781 [0xE006A]={
273782  category="cf",
273783  description="TAG LATIN SMALL LETTER J",
273784  direction="bn",
273785  linebreak="cm",
273786  unicodeslot=0xE006A,
273787 },
273788 [0xE006B]={
273789  category="cf",
273790  description="TAG LATIN SMALL LETTER K",
273791  direction="bn",
273792  linebreak="cm",
273793  unicodeslot=0xE006B,
273794 },
273795 [0xE006C]={
273796  category="cf",
273797  description="TAG LATIN SMALL LETTER L",
273798  direction="bn",
273799  linebreak="cm",
273800  unicodeslot=0xE006C,
273801 },
273802 [0xE006D]={
273803  category="cf",
273804  description="TAG LATIN SMALL LETTER M",
273805  direction="bn",
273806  linebreak="cm",
273807  unicodeslot=0xE006D,
273808 },
273809 [0xE006E]={
273810  category="cf",
273811  description="TAG LATIN SMALL LETTER N",
273812  direction="bn",
273813  linebreak="cm",
273814  unicodeslot=0xE006E,
273815 },
273816 [0xE006F]={
273817  category="cf",
273818  description="TAG LATIN SMALL LETTER O",
273819  direction="bn",
273820  linebreak="cm",
273821  unicodeslot=0xE006F,
273822 },
273823 [0xE0070]={
273824  category="cf",
273825  description="TAG LATIN SMALL LETTER P",
273826  direction="bn",
273827  linebreak="cm",
273828  unicodeslot=0xE0070,
273829 },
273830 [0xE0071]={
273831  category="cf",
273832  description="TAG LATIN SMALL LETTER Q",
273833  direction="bn",
273834  linebreak="cm",
273835  unicodeslot=0xE0071,
273836 },
273837 [0xE0072]={
273838  category="cf",
273839  description="TAG LATIN SMALL LETTER R",
273840  direction="bn",
273841  linebreak="cm",
273842  unicodeslot=0xE0072,
273843 },
273844 [0xE0073]={
273845  category="cf",
273846  description="TAG LATIN SMALL LETTER S",
273847  direction="bn",
273848  linebreak="cm",
273849  unicodeslot=0xE0073,
273850 },
273851 [0xE0074]={
273852  category="cf",
273853  description="TAG LATIN SMALL LETTER T",
273854  direction="bn",
273855  linebreak="cm",
273856  unicodeslot=0xE0074,
273857 },
273858 [0xE0075]={
273859  category="cf",
273860  description="TAG LATIN SMALL LETTER U",
273861  direction="bn",
273862  linebreak="cm",
273863  unicodeslot=0xE0075,
273864 },
273865 [0xE0076]={
273866  category="cf",
273867  description="TAG LATIN SMALL LETTER V",
273868  direction="bn",
273869  linebreak="cm",
273870  unicodeslot=0xE0076,
273871 },
273872 [0xE0077]={
273873  category="cf",
273874  description="TAG LATIN SMALL LETTER W",
273875  direction="bn",
273876  linebreak="cm",
273877  unicodeslot=0xE0077,
273878 },
273879 [0xE0078]={
273880  category="cf",
273881  description="TAG LATIN SMALL LETTER X",
273882  direction="bn",
273883  linebreak="cm",
273884  unicodeslot=0xE0078,
273885 },
273886 [0xE0079]={
273887  category="cf",
273888  description="TAG LATIN SMALL LETTER Y",
273889  direction="bn",
273890  linebreak="cm",
273891  unicodeslot=0xE0079,
273892 },
273893 [0xE007A]={
273894  category="cf",
273895  description="TAG LATIN SMALL LETTER Z",
273896  direction="bn",
273897  linebreak="cm",
273898  unicodeslot=0xE007A,
273899 },
273900 [0xE007B]={
273901  category="cf",
273902  description="TAG LEFT CURLY BRACKET",
273903  direction="bn",
273904  linebreak="cm",
273905  unicodeslot=0xE007B,
273906 },
273907 [0xE007C]={
273908  category="cf",
273909  description="TAG VERTICAL LINE",
273910  direction="bn",
273911  linebreak="cm",
273912  unicodeslot=0xE007C,
273913 },
273914 [0xE007D]={
273915  category="cf",
273916  description="TAG RIGHT CURLY BRACKET",
273917  direction="bn",
273918  linebreak="cm",
273919  unicodeslot=0xE007D,
273920 },
273921 [0xE007E]={
273922  category="cf",
273923  description="TAG TILDE",
273924  direction="bn",
273925  linebreak="cm",
273926  unicodeslot=0xE007E,
273927 },
273928 [0xE007F]={
273929  category="cf",
273930  description="CANCEL TAG",
273931  direction="bn",
273932  linebreak="cm",
273933  unicodeslot=0xE007F,
273934 },
273935 [0xE0100]={
273936  description="VARIATION SELECTOR-0x0011",
273937  synonyms={ "vs17" },
273938  unicodeslot=0xE0100,
273939 },
273940}
273941